@font-face {
    font-family: 'PP Telegraf';
    src: url("PPTelegraf-UltraLight.woff2") format('woff2'),
        url("PPTelegraf-UltraLight.woff") format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: '.';
    src: url("") format('woff2'),
        url("") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: '.';
    src: url("") format('woff2'),
        url("") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Telegraf';
    src: url("PPTelegraf-UltraBold.woff2") format('woff2'),
        url("PPTelegraf-UltraBold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Telegraf';
    src: url("PPTelegraf-Regular.woff2") format('woff2'),
        url("PPTelegraf-Regular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Founders Grotesk X-Condensed';
    src: url("") format('woff2'),
        url("") format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url("FoundersGrotesk-Medium.woff2") format('woff2'),
        url("FoundersGrotesk-Medium.woff") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url("FoundersGrotesk-SemiboldItalic.woff2") format('woff2'),
        url("FoundersGrotesk-SemiboldItalic.woff") format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url("FoundersGrotesk-BoldItalic.woff2") format('woff2'),
        url("FoundersGrotesk-BoldItalic.woff") format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url("FoundersGrotesk-LightItalic.woff2") format('woff2'),
        url("FoundersGrotesk-LightItalic.woff") format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url("FoundersGrotesk-Light.woff2") format('woff2'),
        url("FoundersGrotesk-Light.woff") format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url("FoundersGrotesk-Semibold.woff2") format('woff2'),
        url("FoundersGrotesk-Semibold.woff") format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url("FoundersGrotesk-Regular.woff2") format('woff2'),
        url("FoundersGrotesk-Regular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url("FoundersGrotesk-Bold.woff2") format('woff2'),
        url("FoundersGrotesk-Bold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk Condensed';
    src: url("") format('woff2'),
        url("") format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk X-Condensed';
    src: url("") format('woff2'),
        url("") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url("FoundersGrotesk-MediumItalic.woff2") format('woff2'),
        url("FoundersGrotesk-MediumItalic.woff") format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk Regular';
    src: url("") format('woff2'),
        url("") format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


*{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'PP Telegraf';
}
header{
    padding: 30px 0;
}
.header-row {
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.header-logo a {
    display: inline-block;
}

.header-logo a img {
    width: 100%;
    max-width: 130px;
}
.header-nav ul {
    display: flex;
    align-items: center;
    margin: 0;
    background: #F8F8F8;
    border-radius: 16px;
    padding: 0 20px;
}
.header-nav ul li {
    list-style: none;
    display: inline-block;
}
.header-nav ul li a {
    text-decoration: none;
    color: #161616;
    font-family: "PP Telegraf";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.18px;
    padding: 18px;
    position: relative;
    display: block;
}
.header-nav ul li:not(:last-child) a:before {
    content: "";
    display: block;
    height: 14px;
    width: 1px;
    background: #444444;
    position: absolute;
    right: -1px;
    top: 21px;
}
.hamburg-icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F8F8F8;
    border-radius: 16px;
    cursor: pointer;
}
.hamburg-icon img {
    width: 100%;
    max-width: 22px;
}
.pageContainer {
    width: 100%;
    max-width: 1390px;
    padding: 0 15px;
    margin: 0 auto;
}
.flexBox {
    display: flex;
    flex-wrap: wrap;
}
.alignItemCenter{
    align-items: center;
}
.alignItemend{
    align-items: flex-end;
}
.col-70{
    flex: 0 0 70%;
    max-width: 70%;
    padding: 0 15px;
}
.col-30{
    max-width: 30%;
    flex: 0 0 30%;
    padding: 0 15px;
}
.banner-cards img {
    width: 162%;
    position: relative;
    left: -50%;
    top: -20px;
}
.banner-info h1 {
    margin: 0;
    color: #161616;
    font-family: "PP Telegraf";
    font-size: 115px;
    font-style: normal;
    font-weight: 400;
    line-height: 80%;
    letter-spacing: -2.3px;
    text-transform: uppercase;
}
.banner-info p {
    color: #281531;
    font-family: "PP Telegraf";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    max-width: 56%;
    margin: 0;
    padding: 40px 0;
    line-height: 34px;
}
.twoLine{
    position: relative;
    display: inline-block;
}

.twoLine::before{
    content: "";
    display: block;
    background: url("") no-repeat;
    width: 32px;
    height: 33px;
    background-size: cover;
    position: absolute;
    top: -20px;
    left: -13px;
}
.stakeBtn {
    border-radius: 100px;
    background: #161616;
    padding: 18px 32px;
    display: inline-flex;
    color: #fff;
    text-decoration: none;
    position: relative;
    align-items: center;
    font-size: 20px;
}
.stakeBtn img.emailWhite {
    width: 20px;
    margin: 0 0 0 10px;
}
section.hero-banner {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.bannerLine-bg{
    position: relative;
}
.bannerLine-bg:before{
    content: "";
    display: block;
    background: url("banner-line.svg") no-repeat;
    background-size: cover;
    width: 880px;
    height: 1022px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
 
 
.bannerLine {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
}
.bannerLine img {
    width: 100%;
    height: 100%;
}
section.section-purple {
    background: linear-gradient(0deg, #ECC3FF 0%, #ECC3FF 100%);
    padding: 50px 0;
}
section.section-purple .owl-stage {
    display: flex;
    align-items: center;
}
section.section-purple .owlCarousel .owl-item img {
    display: block;
    width: 100%;
    height: 68px;
}
.secTitle h2 {
    color: #281531;
    text-align: center;
    font-family: "PP Telegraf";
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 0;
}
.secTitle p {
    color: #281531;
    text-align: center;
    font-family: "PP Telegraf";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    margin: 0;
    padding: 20px 0;
}
section.section-purple .secTitle {
    text-align: center;
    padding: 60px 0;
    width: 100%;
    max-width: 966px;
    margin: 0 auto;
}
.fly-man-img img {
    width: 100%;
    max-width: 890px;
}

.fly-man-img {
    text-align: center;
    margin-top: -50px;
}
.stackYawanSlider .owl-item-iner h4 {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    color: #ECC3FF;
    text-align: center;
    font-family: 'Founders Grotesk';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    letter-spacing: 0.2px;
}
.stackYawanSlider .owl-item-iner h4 img {
    width: 100%;
    max-width: 24px;
    margin: 0 6px;
    height: 15px;
}
.stackYawanSlider .owl-item-iner h4 span {
    display: flex;
    align-items: center;
    vertical-align: middle;
    position: relative;
    top: 4px;
}
section.stakeYwn-slider {
    background: #161616;
    padding: 6px 0;
}
.col-50 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
.col-100{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}
section.getyour-sec .colItem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
section.eco-system .secTitle p, section.eco-system .secTitle h2 {
    text-align: left;
    color: #161616;
}
section.eco-system .secTitle h2{
    font-size: 100px;
}
section.eco-system .secTitle h2 img {
    width: 88px;
}
section.yawn-list-sec .secTitle p, section.yawn-list-sec .secTitle h2 {
    text-align: center;
    color: #161616;
}
section.yawn-list-sec .secTitle h2{
    font-size: 80px;
}

.verticalSlider .shop-sliderItem-col {
    padding: 12px 0;
}
.verticalSlider{
    position: relative;
}
audio, canvas, embed, iframe, img, object, svg, video {
    display: UNSET ! IMPORTANT;
    vertical-align: UNSET ! IMPORTANT;
}

.verticalSlider::before{
    content: "";
    display: block;
    background: url("3line-icon.svg") no-repeat;
    width: 40px;
    height: 50px;
    background-size: 100%;
    position: absolute;
    left: -37px;
    top: -33px;
}
section.yawn-list-sec .secTitle h2 img {
    width: 71px;
}
.shop-sliderItem-col .sliderItem-iner {
    background: #ccc;
    border-radius: 22px;
    display: flex;
    flex-wrap: wrap;
    padding: 32px;
}
.sliderItem-iner .shopImg {
    width: 286px;
    height: 286px;
    background: #9f9999;
    border-radius: 18px;
    display: flex;
    align-items: end;
    justify-content: center;
    overflow: hidden;
}
.sliderItem-iner .shopImg img {
    width: 100%;
    display: block;
    max-width: 100%;
    display: block;
}
.sliderItem-iner .shop-item-info {
    width: calc(100% - 286px);
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.sliderItem-iner .shop-item-info a {
    display: inline-block;
    text-decoration: none;
    width: auto;
    border-radius: 100px;
    background: #81A8F5;
    color: #161616;
    font-family: "PP Telegraf";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.18px;
    display: flex;
    align-items: center;
    padding: 11px 22px;
}
.sliderItem-iner .shop-item-info a img {
    width: 16px;
    margin-left: 8px;
}
.shop-item-info h3 {
    color: #161616;
    font-family: "PP Telegraf";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -1px;
    margin: 0;
}
.shop-item-info p {
    color: #242424;
    font-family: "PP Telegraf";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    padding: 12px 0;
}
section.eco-system {
    padding: 100px 0;
}
.verticalSlider .shop-sliderItem-col:first-child  .sliderItem-iner {
    background: #94B8FF;
}
.verticalSlider .shop-sliderItem-col:first-child .sliderItem-iner .shopImg {
    background: #5285E9;
}
.verticalSlider .shop-sliderItem-col:first-child .sliderItem-iner .shop-item-info a {
    background: #81A8F5;
}
.verticalSlider .shop-sliderItem-col:nth-child(3n + 2) .sliderItem-iner {
    background: #FFF494;
}
.verticalSlider .shop-sliderItem-col:nth-child(3n + 2) .sliderItem-iner .shopImg {
    background: #F4E237;
}
.verticalSlider .shop-sliderItem-col:nth-child(3n + 2) .sliderItem-iner .shop-item-info a {
    background: #F5E137;
}
.verticalSlider .shop-sliderItem-col:nth-child(3n + 3) .sliderItem-iner {
    background: #FFB494;
}
.verticalSlider .shop-sliderItem-col:nth-child(3n + 3) .sliderItem-iner .shopImg {
    background: #ff7940;
}
.verticalSlider .shop-sliderItem-col:nth-child(3n + 3) .sliderItem-iner .shop-item-info a {
    background: #FF9D74;
}
.verticalSlider .shop-sliderItem-col:nth-child(3n + 4) .sliderItem-iner {
    background: #FFA2A8;
}
.verticalSlider .shop-sliderItem-col:nth-child(3n + 4) .sliderItem-iner .shopImg {
    background: #D476F4;
}
.verticalSlider .shop-sliderItem-col:nth-child(3n + 4) .sliderItem-iner .shop-item-info a {
    background: #FF818A;
}
.verticalSlider .slick-list.draggable {
    padding-bottom: 110px;
}
section.yawn-list-sec {
    background: #F8F8F8;
    padding: 60px 0 100px;
}
.fresh-update-item {
    border-radius: 32px;
    background: #FFF;
    padding: 16px;
}
.ywnupdate-img1 {
    padding-left: 98px;
}
.ywnupdate-img-iner {
    position: relative;
    padding-bottom: 100%;
}
.ywnupdate-img-iner img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itemFooter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*padding-left: 98px;*/
}
.update-info {
    display: flex;
    align-items: center;
    padding: 14px;
}
.update-info .update-yan-img {
    width: 63px;
    height: 63px;
    margin-right: 10px;
}
.update-info .update-yan-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fresh-update-slider {
    display: flex;
    flex-wrap: wrap;
}
.fresh-update-col {
    padding: 10px 20px;
}
.update-info-iner {
    width: calc(100% - 63px);
    padding-left: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.update-info-iner h3 {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    margin: 0;
}
.update-info-iner h3 img {
    width: 18px;
    margin: 0 4px;
}
.update-info-iner h3 span {
    color: #7C7C7C;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.update-info-iner p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7;
    margin: 0;
    padding: 6px 0;
}
.ywnupdate-img1 img {
    width: 100%;
    border-radius: 15px;
}
.itemFooter .itemFooter-col {
    display: flex;
    align-items: center;
    padding: 16px 2%;
    flex: 0 0 20%;
    text-align: center;
    justify-content: center;
}
.itemFooter .itemFooter-col img {
    width: 20px;
}
.itemFooter .itemFooter-col p {
    margin: 0;
    color: #7C7C7C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 5px;
}
.update-info-iner .dotss span {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #585656;
    border-radius: 100%;
    margin: 0 0px;
}
.update-info-iner .dotss {
    cursor: pointer;
}
.fresh-update-slider .slick-list.draggable {
    padding-right: 250px;
    padding-bottom: 40px;
}
section.community-sec {
    background: #94B8FF;
    padding: 100px 0;
}
section.community-sec .secTitle p, section.community-sec .secTitle h2 {
    text-align: left;
    padding: 9px 0;
}
.stakeBtn img.cursiveArrow {
    position: absolute;
    right: -118px;
    top: -29px;
    width: 74px;
}


section.our-partners-sec {
    padding: 80px 0;
}
.secTitle.centerText{
    text-align: center;
}
.secTitle.centerText p {
    padding: 10px;
    text-align: center;
}
.secTitle.centerText h2 {
    text-align: center;
    font-size: 88px;
}
.secTitle.TextLeft{
    text-align: left;
}
.secTitle.TextLeft p {
    padding: 10px;
    text-align: left;
}
.secTitle.TextLeft h2 {
    text-align: left;
    font-size: 88px;
}
.PartnerItem {
    background: #F8F8F8;
    border-radius: 28px;
    padding: 24px;
}
.PartnerItem .partner-img img {
    width: 100%;
}
.PartnerItem .partner-info h4 {
    margin: 0;
    color: #161616;
    font-family: "PP Telegraf";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    padding: 14px 0;
}
.partner-social-link {
    display: flex;
    align-items: center;
    gap: 8px;
}
.partner-social-link a {
    background: #fff;
    flex: 40px;
    border-radius: 10px;
    padding: 6px;
    text-align: center;
    display: block;
    max-width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.partner-social-link a img {
    margin: 0 auto;
    display: block;
    height: 13px;
}
.partnerSlideCol {
    padding: 0 16px;
}
.partner-slider {
    width: 100%;
    margin: 0 auto;
}
/* .partner-slider .slick-center .PartnerItem {
    background: #94B8FF;
} */
/* .partner-slider .slick-center {
    transform: scale(1.4);
} */
.partner-slider .slick-list.draggable {
    padding: 110px 0 !important;
}
.partner-slider ul.slick-dots li, .meet-mind-slider ul.slick-dots li, .fresh-update-slider ul.slick-dots li{
    list-style: none;
    padding: 0;
    font-size: 0;
    margin: 0 4px;
}

.partner-slider ul.slick-dots, .meet-mind-slider ul.slick-dots, .fresh-update-slider ul.slick-dots{
    margin: 0;
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.partner-slider ul.slick-dots li button, .meet-mind-slider ul.slick-dots li button, .fresh-update-slider ul.slick-dots li button{
    display: none;
}
.partner-slider ul.slick-dots li, .meet-mind-slider ul.slick-dots li, .fresh-update-slider ul.slick-dots li {
    width: 8px;
    height: 8px;
    background: #EBEAEA;
    border-radius: 100%;
    cursor: pointer;
}
.partner-slider ul.slick-dots li.slick-active, .meet-mind-slider ul.slick-dots li.slick-active, .fresh-update-slider ul.slick-dots li.slick-active {
    background: #161616;
    width: 12px;
    height: 12px;
}
.partner-slider .control-c.slick-arrow, .meet-mind-slider .control-c.slick-arrow, .fresh-update-slider .control-c.slick-arrow {
    cursor: pointer;
    z-index: 3;
    position: absolute;
    bottom: -13px;
    background: #EBEAEA;
    display: flex;
    width: 80px;
    height: 40px;
    padding: 6px;
    border-radius: 20px;
    text-align: center;
    align-items: center;
}
.partner-slider .control-c.slick-arrow, .meet-mind-slider .control-c.slick-arrow, .fresh-update-slider .control-c.slick-arrow{
    padding: 13px;
}

.partner-slider .control-c.a-right, .meet-mind-slider .control-c.a-right, .fresh-update-slider .control-c.a-right {
    right: 38%;
}
.partner-slider .control-c.a-left, .meet-mind-slider .control-c.a-left, .fresh-update-slider .control-c.a-left{
    left: 38%;
}
.partner-slider .control-c.slick-arrow:hover, .meet-mind-slider .control-c.slick-arrow:hover, .fresh-update-slider .control-c.slick-arrow:hover{
    background: #000;
}
.partner-slider .control-c.slick-arrow img, .meet-mind-slider .control-c.slick-arrow img, .fresh-update-slider .control-c.slick-arrow img{
    margin: 0 auto;
    width: 16px;
}
.partner-slider .control-c.slick-arrow:hover img, .meet-mind-slider .control-c.slick-arrow:hover img, .fresh-update-slider .control-c.slick-arrow:hover img{
    filter: contrast(0);
}
.getYown-img img {
    width: 100%;
    display: block !important;
}
.pT-40{
    padding-top: 40px;
}
section.getyour-sec {
    background: #F8F8F8;
    padding: 90px 0;
}
section.getyour-sec .secTitle.TextLeft {
    padding-bottom: 70px;
}
/* .colItem {
    padding: 15px;
} */
.colItem .col-item-img {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.colItem .col-item-img img {
    width: 100%;
    max-width: 355px;
    height: 200px;
}
.col-item-text h4 {
    color: #161616;
    font-family: "PP Telegraf";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -1px;
    /* text-transform: uppercase; */
    margin: 0;
}
.col-item-text p {
    color: #161616;
    font-family: "PP Telegraf";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    padding: 18px 0;
}
.col-item-text a svg {
    margin-left: 11px;
}

.col-item-text a {
    border-radius: 100px;
    background: #FFF;
    padding: 13px 24px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: #161616;
    font-family: "PP Telegraf";
    font-size: 18px;
}
.col-item-text .pinkBtn {
    background: #ff007a;
    color: #fff;
    position: relative;
}
.col-item-text .pinkBtn img.cursor-icon {
    position: absolute;
    bottom: -60px;
    right: 0;
    width: 36px;
}
.col-item-text .pinkBtn svg path {
    stroke: #fff;
}
section.the-key-start {
    padding: 90px 0;
}
section.the-key-start .secTitle.TextLeft h2 span img {
    width: 100%;
    position: absolute;
    top: -200px;
    right: -320px;
    width: 320px;
}
section.the-key-start .secTitle.TextLeft h2 span {
    display: inline-block;
    position: relative;
}
section.the-key-start .secTitle.TextLeft h2 span.yownGroup-img2 img {
    right: -150px;
    width: 270px;
    top: -230px;
}
.boxStyle {
    border-radius: 32px;
    padding: 40px;
    margin: 16px 0;
}
.boxYellow {
    background: #FFF494;
}
.boxLightPink {
    background: #ECC3FF;
}
.boxBlue {
    background: #94B8FF;
}
.boxLightGreen {
    background: #BFFA83;
}
.boxGrey{
    background: #F8F8F8;
}
section.the-key-start .secTitle h2 {
    font-size: 165px;
    text-align: left;
}
.boxStyle h3 {
    color: #161616;
    font-family: "PP Telegraf";
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -2.3px;
    text-transform: uppercase;
    margin: 0;
}
.boxStyle h4 {
    color: #161616;
    font-family: "PP Telegraf";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    margin: 0;
}
.boxStyle p {
    color: #161616;
    font-family: "PP Telegraf";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    padding: 15px 0 0;
}
.purpleBox {
    background: #B083FA;
    padding: 0;
}
img.tax-img {
    width: 100%;
    max-width: 320px;
    display: block !important;
}
img.cyberscope-logo {
    width: 100%;
    max-width: 230px;
}
section.from-meme-sec {
    /* background: linear-gradient(180deg, #7F8CFF 0%, #3240B1 47.13%, #0C1988 104.63%); */
    padding: 90px 0 150px;
    background: url("blue-bg-img.svg") no-repeat;
    background-size: cover;
}
.yawn-img-center img {
    width: 100%;
    max-width: 400px;
}

.yawn-img-center {
    text-align: center;
    padding: 50px 0;
}
.yanw-row-zigzag {
    display: flex;
    flex-wrap: wrap;
   justify-content: space-between;
}
.yanw-row-zigzag .yawn-col-zigzag {
    flex: 0 0 34%;
    max-width: 34%;
    padding: 40px 0;
}
.yanw-row-zigzag .yawn-col-zigzag:nth-child(even) {
    padding: 220px 0 0;
}

.yanw-row-zigzag .yawn-col-zigzag:nth-child(odd) {
    padding: 40px 0;
}
.yanw-row-wrap {
    position: relative;
}
.yanw-row-wrap:before {
    content: "";
    height: 100%;
    width: 166px;
    background: url("long-line.svg") no-repeat;
    position: absolute;
    left: -50px;
    top: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    background-size: cover;
}
section.from-meme-sec .secTitle p, section.from-meme-sec .secTitle h2 {
    color: #fff;
}
section.from-meme-sec .secTitle p {
    opacity: 0.7;
}
section.from-meme-sec .secTitle h2 span {
    display: inline-block;
    clear: both;
    position: relative;
}
section.from-meme-sec .secTitle h2 span img.underlines1 {
    display: block;
    position: absolute;
    right: 0;
    width: 200px;
    bottom: -20px;
}
.yawn-col-zigzag img {
    width: 100%;
    max-width: 225px;
}
.yawn-col-zigzag h4 {
    color: #FFF;
    font-family: "PP Telegraf";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -1px;
    margin: 0;
    padding: 30px 0;
}
.yawn-col-zigzag ul li {
    color: #FFF;
    font-family: "PP Telegraf";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    padding: 10px 0;
    position: relative;
}
.yawn-col-zigzag ul li:before {
    content: "";
    display: block;
    height: 5px;
    width: 5px;
    background: #ffffff;
    position: absolute;
    left: -19px;
    top: 21px;
    border-radius: 100%;
}
.yawn-col-zigzag ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
section.team-meet-sec {
    padding: 90px 0;
}
.meetMin-item {
    border-radius: 28px;
    background: #F4F4F4;
    padding: 32px;
    min-height: 658px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.meetMin-img img {
    width: 100%;
}
.meetMin-item .meetMind-info {
    padding: 12px 0 0;
}
.meetMin-item .meetMind-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.meetMin-item .meetMind-info p {
    margin: 0;
    color: #161616;
    font-family: "PP Telegraf";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.18px;
    padding: 10px 0;
}
.meetMin-item .meetMind-info p.uprerCaseText {
    text-transform: uppercase;
}
.meetMin-item .meetMind-info h3 {
    color: #161616;
    margin: 0;
    font-family: "PP Telegraf";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; /* 45px */
    letter-spacing: -1px;
}
.meetMind-info a {
    color: #161616;
    text-decoration: none;
    padding: 12px 24px;
    display: inline-block;
    margin: 10px 0 0;
    border-radius: 100px;
}
.meetMin-Col {
    padding: 0 15px;
}
.meet-mind-slider .slick-list.draggable {
    padding: 40px 0;
}
.meetMin-item .meetMind-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
}
.meetMin-item .meetMind-info div {
    flex-grow: 1;
}
footer.footer {
    background: #1A1A1A;
    padding: 60px 0 0;
}
.joinUs h3 {
    color: #fff;
    margin: 0;
    display: inline-flex;
    align-items: center;
    color: #FFF;
    font-family: "PP Telegraf";
    font-size: 124px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -3.2px;
    text-transform: uppercase;
    position: relative;
}
.joinUs h3:before {
    content: "";
    display: block;
    background: url("join-line1.svg") no-repeat;
    width: 60px;
    height: 46px;
    background-size: cover;
    position: absolute;
    top: -50px;
    left: -10px;
}
.joinUs h3:after {
    content: "";
    display: block;
    background: url("join-line2.svg") no-repeat;
    width: 70px;
    height: 56px;
    background-size: cover;
    position: absolute;
    bottom: -10px;
    right: 80px;
}
.joinUs h3 img {
    width: 100%;
    max-width: 330px;
    margin-left: 10px;
}
ul.footer-links li a svg {
    margin-right: 10px;
    display: inline-block;
}

ul.footer-links li a {
    display: flex;
    align-items: center;
    padding: 6px 0;
    color: #fff;
    text-decoration: none;
}
ul.footer-links li {
    list-style: none;
    display: block;
}
ul.footer-links {
    margin: 0;
    padding: 0;
}
.footer-links-wrap {
    display: flex;
    justify-content: flex-end;
}
.twSlider .tw-slider-item {
    display: flex;
    align-items: center;
    padding: 0 0px;
}
.twSlider .tw-slider-item .rightWhite-arrow img {
    width: 100%;
    max-width: 145px;
}
.twSlider .tw-slider-item .tw-iner-img img {
    width: 100%;
}

.twSlider .tw-slider-item .tw-iner-img {
    padding: 0 42px;
}
.twSlider {
    margin: 160px 0 0;
}
footer.footer .footerBottom-bar .colLeft {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footerBottom-bar .colLeft p {
    color: #fff;
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: "PP Telegraf";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
footer.footer .footerBottom-bar .colLeft ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
footer.footer .footerBottom-bar .colLeft ul li {
    list-style: none;
}
footer.footer .footerBottom-bar .colLeft ul li a {
    color: #FFF;
    text-align: center;
    font-family: "PP Telegraf";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 0 0 20px;
    margin: 0 0 0 10px;
    display: inline-block;
}
.footerBottom-bar {
    margin: 80px 0 0;
    padding: 30px 0;
    border-top: 1px solid #ffffff33;
}
section.section-purple .secTitle h2 span {
    position: relative;
}
section.section-purple .secTitle h2 span img {
    width: 95px;
    margin-left: 0;
    position: absolute;
    top: -10px;
    right: -90px;
}
section.yawn-list-sec ul.slick-dots {
    margin: 0;
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
}
section.yawn-list-sec ul.slick-dots li button {
    display: none;
}
section.yawn-list-sec ul.slick-dots li {
    list-style: none;
    width: 8px;
    height: 8px;
    background: #ccc;
    margin: 0 4px;
    border-radius: 100%;
    cursor: pointer;
}
section.yawn-list-sec ul.slick-dots li.slick-active {
    background: #000;
    width: 12px;
    height: 12px;
}
body img, video {
    max-width: inherit;
    height: inherit;
}

.sequrity-info.cyberscope-InfoWrap {
    background: #fff;
    padding: 50px 30px;
    border-radius: 16px;
    margin: 30px 0;
}
.boxStyle .col-50 {
    padding: 0 30px;
}
.key-sec-mobile-img{
    display: none !important;
}
.main-nav-slide-wrap {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 30px;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    transform: translateX(100%);
}
.main-nav-slide-wrap.active {
    transform: translateX(0%);
}
.main-nav-slide-wrap .nav-head {
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.navList-main::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .navList-main {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
.crossICon img {
    width: 20px;
}

.crossICon {
    display: flex;
    width: 63px;
    height: 63px;
    padding: 20px 35px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #F8F8F8;
    cursor: pointer;
}
.navList-main {
    width: 100%;
    max-width: 100%;
    display: flex;
    height: 100%;
    overflow: auto;
    justify-content: space-between;
    max-height: 80vh;
}
.navList-main ul {
    display: block;
    width: 100%;
    max-width: 700px;
}
.head-sociallink {
    display: flex;
    padding-bottom: 30px;
    align-items: end;
    position: absolute;
    bottom: 10px;
}
.head-sociallink a img {
    width: 180px;
}

.head-sociallink a {
    display: inline-block;
    margin-right: 30px;
}
.navList-main ul li {
    width: 100%;
    display: block;
}
.navList-main ul li a {
    position: relative;
    padding: 4px 24px;
    display: block;
    margin: 5px 0px;
    font-size: 26px;
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 18px;
}
.navList-main ul li a span {
    display: flex;
    align-items: center;
    position: absolute;
    left: -180px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    transform: translateX(50px);
}
.navList-main ul li a span img.navHoverImg {
    width: 100%;
    max-width: 70px;
}
.navList-main ul li a span img.arrIcon {
    WIDTH: 70PX;
    MARGIN: 0 20px;
}
.navList-main ul li a:hover, .navList-main ul li a.active {
    background: #FFED00;
}
.navList-main ul li a:hover span, .navList-main ul li a.active span {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    transform: translateX(00px);
}
body.overFlowHiddden {
    overflow: hidden;
}
@media screen and (max-width: 1399px) {
    .banner-cards img {
        width: 164%;
        position: relative;
        left: -60%;
        top: -50px;
    }
    section.the-key-start .secTitle.TextLeft h2 span.yownGroup-img2 img {
        right: -100px;
        width: 230px;
        top: -170px;
    }
}
@media screen and (max-width: 1299px) {

    .banner-info h1 {
        font-size: 95px;
    }
    .secTitle h2 {
        font-size: 80px;
    }
    .stackYawanSlider .owl-item-iner h4 {
        font-size: 14px;
    }
    section.eco-system .secTitle h2 {
        font-size: 80px;
    }
    .shop-item-info h3, .meetMin-item .meetMind-info h3{
        font-size: 40px;
    }
    .itemFooter {

        padding-left: 0;
    }
    .ywnupdate-img1 {
        padding-left: 0;
    }
    .community-img img {
        width: 100%;
    }
    section.the-key-start .secTitle h2 {
        font-size: 115px;
        text-align: left;
    }
    .joinUs h3 {
        font-size: 100px;
    }
    section.the-key-start .secTitle.TextLeft h2 span.yownGroup-img2 img {
        right: -210px;
        width: 180px;
        top: -150px;
    }
    
    .stackYawanSlider ul.slick-dots, .twSlider ul.slick-dots, .twSlider button.slick-arrow, .owlCarousel ul.slick-dots {
        display: none !important;
    }
    
    .owlCarousel .item img {
        width: 100%;
        max-width: 130px !important;
    }
}
@media screen and (max-width: 1199px) {
    section.the-key-start .secTitle.TextLeft h2 span img {
        width: 100%;
        top: -140px;
        right: -240px;
        width: 230px;
    }
    section.the-key-start .secTitle.TextLeft h2 span.yownGroup-img2 img {
        right: -120px;
        width: 140px;
        top: -100px;
    }
    .banner-info h1 {
        font-size: 65px;
    }
    .banner-info h1 img {
        width: 82px;
    }
    .secTitle h2, section.eco-system .secTitle h2, section.yawn-list-sec .secTitle h2, .secTitle.centerText h2, .secTitle.TextLeft h2, .boxStyle h3 {
        font-size: 52px;
    }
    .secTitle p, .col-item-text p, .yawn-col-zigzag ul li, .meetMin-item .meetMind-info p, footer.footer .footerBottom-bar .colLeft ul li a, .footerBottom-bar .colLeft p, .shop-item-info p, .banner-info p     {
        font-size: 16px;
        line-height: 26px;
    }
    section.eco-system .secTitle h2 span img {
        width: 40px;
    }
    .PartnerItem .partner-info h4{
        font-size: 20px;
    }
    section.eco-system .secTitle h2 span {
        display: inline-block;
    }
    section.yawn-list-sec .secTitle h2 img {
        width: 51px;
    }
    .fresh-update-col {
        padding: 10px 14px;
    }
    .itemFooter .itemFooter-col img {
        width: 14px;
    }
    .col-item-text h4, .boxStyle h4, .yawn-col-zigzag h4{
        font-size: 30px;
        line-height: 40px;
    }
    section.getyour-sec .secTitle h2 img {
        width: 40px;
    }
    section.the-key-start .secTitle h2 {
        font-size: 95px;
    }
    .joinUs h3 {
        font-size: 80px;
    }
    .shop-item-info h3, .meetMin-item .meetMind-info h3 {
        font-size: 30px;
    }
    .sliderItem-iner .shopImg {
        width: 206px;
        height: 206px;
    }
    .sliderItem-iner .shop-item-info {
        width: calc(100% - 206px);
    }
    section.section-purple .secTitle h2 span img {
        width: 55px;
        right: -60px;
    }
    section.from-meme-sec .secTitle h2 span img.underlines1 {
        right: 0;
        width: 120px;
        bottom: -10px;
    }
}
@media screen and (max-width: 991px) {
    .main-nav-slide-wrap{
        padding: 15px;
    }
    .head-sociallink {
        padding: 20px 20px;
    }
    .navList-main ul li a {
        font-size: 18px;
    }
    .head-sociallink a img {
        width: 100px;
    }
    .navList-main ul li a span{
        display: none !important;
    }
    .sliderItem-iner .shopImg {
        width: 120px;
        height: 120px;
    }
    .shop-sliderItem-col .sliderItem-iner{
        padding: 15px;
    }
    .sliderItem-iner .shop-item-info {
        width: calc(100% - 120px);
        padding-right: 0;
    }
    section.the-key-start .secTitle h2 {
        font-size: 65px;
    }
    section.the-key-start .secTitle.TextLeft h2 span img {
        top: -67px;
        right: -100px;
        width: 100px;
    }
    section.the-key-start .secTitle.TextLeft h2 span.yownGroup-img2 img {
        right: -70px;
        width: 90px;
        top: -70px;
    }
    .header-logo a img, .nav-head a img {
        width: 100%;
        max-width: 90px;
    }
    .navList-main {
        padding-top: 30px;
    }
    .header-nav ul li a {
        font-size: 16px;
        padding: 18px 12px;
    }
    .joinUs h3 {
        font-size: 50px;
    }
    .banner-info p {
        width: 100%;
        max-width: 100%;
    }
    .joinUs h3:after {
        bottom: -40px;
        right: 70px;
    }
    .crossICon{
        width: 50px;
        height: 50px;
        padding: 10px 18px;
    }
    .hamburg-icon {
        width: 50px;
        height: 50px;
        opacity: 1;
        visibility: visible;
    }
}
@media screen and (max-width: 767px) {
    .secTitle p {
        padding: 10px 0;
    }
    section.section-purple .secTitle h2 span img {
        width: 50px;
        right: -118px;
        top: -50px;
        transform: rotateY(180deg);
    }
    section.hero-banner, section.section-purple .secTitle, section.section-purple {
        padding: 30px 0;
    }
    .banner-info p {
        padding: 15px 0;
    }
    .banner-info a.stakeBtn {
        margin-top: 20px;
    }
    .col-70, .col-50, .col-30 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    section.section-purple .secTitle p {
        padding: 0 0 16px;
    }
    section.stakeYwn-slider {
        padding: 2px 0;
    }
    .banner-info h1 {
        font-size: 60px;
        line-height: 88%;
    }   
    .banner-info h1 br {
        display: none;
    }
    .banner-info h1 img {
        width: 55px;
    }
    .banner-info h1 br {
        display: none;
    }
    .stakeBtn img.cursiveArrow, .partner-slider .control-c.slick-arrow, .meet-mind-slider .control-c.slick-arrow {
        display: flex !important;
    }
    .secTitle h2, section.eco-system .secTitle h2, section.yawn-list-sec .secTitle h2, .secTitle.centerText h2, .secTitle.TextLeft h2, .boxStyle h3 {
        font-size: 40px;
    }.partner-slider .control-c.a-right, .meet-mind-slider .control-c.a-right, .fresh-update-slider .control-c.a-right {
        right: 8px;
    }
    .partner-slider .control-c.a-left, .meet-mind-slider .control-c.a-left, .fresh-update-slider .control-c.a-left {
        left: 8px;
    }
    section.yawn-list-sec .secTitle h2 img {
        width: 24px;
    }
    .banner-cards img {
        width: 100%;
        position: static;
        margin: 40px 0 0;
    }
    .header-nav{
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        display: none;
        z-index: 9;
    }
    
    .header-nav ul {
        display: block;
        width: 100%;
        padding: 0;
        border-radius: 0;
 
    }
    .header-nav ul li {
        display: block;
    }
    .header-nav ul li a {
        font-size: 16px;
        padding: 10px 12px;
        border-bottom: 1px solid #efefef;
    }
    .header-nav ul li:not(:last-child) a:before{
        display: none;
    }
    
    .banner-cards {
        padding: 0 0 40px;
    }
    section.section-purple .secTitle h2 span img{
        width: 50px;
        right: -60%;
        top: -10px;
        transform: rotateY(180deg);
    }
    .stackYawanSlider .owl-item-iner h4 {
        font-size: 13px;
    }
    section.eco-system {
        padding: 50px 0 !important;
        overflow: unset !important;
        height: auto !important;
    }
    .stakeBtn {
        padding: 13px 26px;

    }
    .sliderItem-iner .shop-item-info {
        padding: 5px 0 0 12px;
    }
    .shop-item-info p{
        margin: 0;
        padding: 6px 0;
    }
    .fresh-update-slider .slick-list.draggable {
        padding-right: 0;
    }
    .community-img img {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: block !important;
    }
    section.yawn-list-sec, section.community-sec, section.our-partners-sec, section.the-key-start, section.the-key-start, section.from-meme-sec, section.team-meet-sec{
        padding: 40px 0;
    }
    .partner-slider .slick-list.draggable {
        padding: 40px 0px !important;
        padding-right: 30px !important;
    }
    section.getyour-sec {
        padding: 40px 0;

    }
    section.the-key-start .secTitle h2 {
        font-size: 56px;
    }
    section.the-key-start .secTitle.TextLeft h2 span img {
        top: -40px;
        right: -80px;
        width: 60px;
        display: none !important;
    }
    section.the-key-start .secTitle.TextLeft h2 span.yownGroup-img2 img {
        right: -50px;
        width: 50px;
        top: -40px;
        display: none !important;
    }
    .boxStyle {
        border-radius: 32px;
        padding: 18px 15px;
        margin: 16px 0;
    }
    .col-item-text h4, .boxStyle h4, .yawn-col-zigzag h4 {
        font-size: 30px;
        line-height: 40px;
    }
    .boxStyle h4 {
        padding: 10px 0 0;
    }
    .yawn-col-zigzag h4 {
        font-size: 35px;
        line-height: 33px;
        padding: 20px 0;
    }
    .meetMin-item {
        min-height: auto;

    }
    .joinUs h3 {
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    .joinUs h3 img {
        margin: 10px 0 0;
    }
    .footer-links-wrap {
        display: flex;
        justify-content: flex-start;
    }
    .footer-links-wrap ul.footer-links li a {
        text-align: center;
    }
    
    .footer-links-wrap ul.footer-links {
        padding: 30px 0 0;
    }
    .twSlider {
        margin: 100px 0 0;
    }
    .footerBottom-bar {
        margin: 30px 0 0;
        padding: 15px 0;
    }
    footer.footer .footerBottom-bar .colLeft ul li a {
        padding: 4px 0;
        font-size: 14px;
        margin: 0;
    }
    footer.footer .footerBottom-bar .colLeft ul {
        padding: 10px 0 0;
    }
    footer.footer {
        margin: 0 0 0;
    }
    .meetMin-Col {
        padding: 0;
    }
    .colItem {
        padding: 20px 0;
    }
    .flexBox {
        margin-left: -15px;
        margin-right: -15px;
    }
    header {
        padding: 10px 0;
    }
    .verticalSlider::before {
        left: unset;
        top: -14px;
        right: -5px;
        transform: rotateY(180deg);
        width: 20px;
        height: 20px;
    }
    .pT-40 {
        padding-top: 20px;
    }
    .col-item-text .pinkBtn {
        margin: 0 0 30px;
    }
    .joinUs h3 {
        display: block;
        text-align: left;
    }
    .joinUs h3 {
        font-size: 72px;
    }
    .joinUs h3 img {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
        display: block !important;
    }
    .joinUs h3:before {
        width: 40px;
        height: 26px;
        top: -40px;
        left: 3px;
    }
    .joinUs h3:after {
        bottom: 0px;
        right: 0;
        width: 50px;
        height: 40px;
    }
    .verticalSlider {
        background: #fff;
    }
    section.eco-system .secTitle {
        padding-bottom: 50px;
    }
    .shop-item-info p{
        font-size: 12px;
        line-height: 19px;
    }
    .sliderItem-iner .shop-item-info a {
        font-size: 12px;
        padding: 3px 11px;
        border-radius: 13px;
        font-weight: 400;
    }
   
    .verticalSlider .shop-sliderItem-col {
        min-height: 132px;
    }
    section.community-sec .flexBox .col-50:last-child {
        order: -1;
        margin-bottom: 40px;
    }
    .getYown-img {
        width: 150px;
        margin-top: -170px;
        position: relative;
        right: -160px;
    }
    .col-item-img.col-50 {
        order: -1;
    }
    section.getyour-sec .colItem{
        padding-top: 0;
    }
    .colItem .col-item-img {
        min-height: 210px;
        margin: 0 0 30px;
    }
    .colItem .col-item-img img {
        width: 100%;
        max-width: 355px;
        height: 130px;
    }
    .key-sec-mobile-img{
        display: block !important;
        width: 100%;
        max-width: 100%;
    }
    .boxStyle .col-50 {
        padding: 0 15px;
    }
    .cyberscope-InfoWrap{
        margin: 0;
        padding: 30px 15px;
    }
    section.from-meme-sec .secTitle h2 {
        font-size: 42px;
        width: 100%;
        max-width: 270px;
        margin: 0 AUTO;
    }
    section.from-meme-sec .secTitle h2 span img.underlines1 {
        TOP: -32px;
        width: 73px;
        right: 13px;
    }
    .yanw-row-wrap:before{
        display: none !important;
    }
    .yanw-row-zigzag .yawn-col-zigzag:nth-child(odd), .yanw-row-zigzag .yawn-col-zigzag:nth-child(even) {
        padding: 30px 0;
    }
    .yanw-row-zigzag .yawn-col-zigzag {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .yawn-col-zigzag ul li{
        font-size: 18px;
    }
    .update-info .update-yan-img {
        width: 33px;
        height: 33px;
        /*overflow: hidden;*/
    }
    .update-info-iner h3, .update-info-iner h3 span, .update-info-iner p {
        font-size: 14px;
    }
    .update-info-iner p {
        font-size: 12px;
    }
    .update-info-iner {
        width: calc(100% - 33px);
    }
    .update-info {
        padding: 0px 14px 12px;
    }
    .itemFooter .itemFooter-col p {
        font-size: 12px;
    }
    .fresh-update-item {
        padding: 10px;
    }
    .stakeBtn img.cursiveArrow{
        display: none !important;
    }
    .eco-system{
        padding-bottom: 100px !important;
    }
    section.yawn-list-sec{
        margin-top: 0;
    }
    .getYown-img img {
        width: auto;
        display: block !important;
        height: 170px;
    }
    .colItem .col-item-img img {
        width: auto;
        max-width: 355px;
        height: 100px;
    }
    .verticalSlider .shop-sliderItem-col:last-child {
        display: none;
    }
}
@media screen and (max-width: 400px) {
    section.section-purple .secTitle h2 span img{
        display: none !important;
    }
}