@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Young+Serif&display=swap');

@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Yeseva+One&family=Young+Serif&display=swap');

html {
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    font-style: normal;
    font-size: 16px;
    font-family: var(--commonFont);
    color: var(--dark);
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
}

* {
    box-sizing: border-box;
    outline: none;
}

/*

font-family: "League Spartan", sans-serif;
 font-family: "Young Serif", serif;
font-family: "Yeseva One", serif;

*/

:root {
    --dark: #181A20;
    --white: #fff;
    --dark3: #35383F;
    --dark1: #AEB1B9;
    --dark2: #1F222A;
    --color1: #FFA9DE;
    --color2: #FF66C4;
    --color3: #FFF8F9;
    --color4: #E85DB2;
    --color5: #040300;
    --commonFont: "Raleway", sans-serif;
    --font1: "Young Serif", serif;
    --font2: "League Spartan", sans-serif;
    --font3: "Yeseva One", serif;
}



.container {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.sectionPad {
    padding: 128px 0
}

.commonBtn,.commonBtn2 ,.commonBtn3{
    border-radius: 10px;
    background: var(--color2);
    box-shadow: 0px 7px 10px 0px rgba(255, 102, 196, 0.40);
    transition: all .3s ease;
    display: flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    color: var(--dark);
    font-family: var(--commonFont);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.4px;
    text-decoration: none;
    width: max-content;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.commonBtn3 {
    background: linear-gradient(276deg, #1B1318 7.45%, #4A324A 77.15%);
    box-shadow: 0px 7px 10px 0px rgba(39, 29, 35, 0.40);
    color: var(--white);
    padding: 18px 24px;
}

 .commonBtn3:hover {
    background: linear-gradient(276deg, #4A324A 7.45%, #1B1318 77.15%);
} 


.commonBtn2 {
    background: var(--dark);
    color: var(--white);
}



.commonBtn img {
    margin-left: 5px;
}

.commonBtn::before,.commonBtn2::before,.bntBtn::before,.joinBox .commonBtn::before ,.commonBtn3::before {
    top: 0;
    width: 50%;
    height: 100%;
    transform: skewX(-25deg);
    background: linear-gradient(to right, rgba(225,225,225,0) 0%, rgba(225,225,225,.5) 100%);
    transition: all .3s ease;
    position: absolute;
    display: block;
    z-index: 2;
    left: -75%;
    content:'';
}
.commonBtn2::before,.joinBox .commonBtn::before,.commonBtn3::before {
    background: linear-gradient(to right, rgba(225,225,225,0) 0%, rgba(225,225,225,.2) 100%);
}

.commonBtn:hover::before,.commonBtn2:hover::before,.commonBtn3:hover::before {
    animation: shine 1s;
}


.commonBtn:hover {
background: var(--color1);
}
.commonBtn2:hover {
    background: var(--dark3);
}






@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

h2 {
    font-size: 44px;
    color: var(--dark);
    font-family: var(--font1);
    line-height: normal !important;
    font-style: normal;
    font-weight: 400;
    
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p,
span,
strong,
a {
    margin: 0;

}

img {
    max-width: 100%;
}

.pdgTop-10 {
    padding-top: 10px
}

.pdgTop-20 {
    padding-top: 20px
}

.pdgTop-30 {
    padding-top: 30px
}

.pdgTop-40 {
    padding-top: 40px
}

.pdgTop-50 {
    padding-top: 50px
}

.pdgTop-60 {
    padding-top: 60px
}

.pdgTop-70 {
    padding-top: 70px
}

.pdgTop-80 {
    padding-top: 80px
}

.pdgTop-90 {
    padding-top: 90px
}

.pdgTop-100 {
    padding-top: 100px
}

.pdgTop-200 {
    padding-top: 200px
}

.pdgBtm-100 {
    padding-bottom: 100px
}

.textCenter {
    text-align: center
}

.textLeft {
    text-align: left
}

.textRight {
    text-align: right
}

.aligEnd {
    align-items: flex-end;
}

.alignCenter {
    align-items: center;
}

button {
    font-family: var(--commonFont);
    font-size: 1.125em;
    /*18px*/
}


@media screen and (max-width: 1199px) {
    h2 {
        font-size: 40px !important;
    }
}

@media screen and (max-width: 767px) {
    .sectionPad {
        padding: 50px 0
    }

    h2 {
        font-size: 28px !important;
    }

    h2 br {
        display: none;
    }

    .commonBtn {
        width: 100%;
        padding: 12px
    }
}

/**/



.logoArea {
    display: flex;
    background: #000;
    align-items: center;
    justify-content: center;
    padding: 16px 15px;
}

.logoArea .animaTion,
.hPop .animaTion {
    transform: translateY(5px);
    transition: all 1s ease
}

.logoArea a {
    line-height: 1;
    font-family: var(--font3);
    color: var(--white);
    text-decoration: none;
    font-size: 30px;
    display: block;
}




@media screen and (max-width: 767px) {

    .logoArea {
        padding: 10px
    }

.logoArea a {
    font-size: 16px;
}
}


.hPop {
    display: flex;
    z-index: 9999;
    position: relative;
    align-items: center;
    justify-content: center;
    background: var(--white);
    transition: all .3s ease;
    position: absolute;
    padding: 10px 30px;
    width: 100%;
    gap: 24px;
    top: 60px;
    animation: 1s ease 0s normal forwards 1 fadein;
    -webkit-animation: 1s ease 0s normal forwards 1 fadein;
}
/*

@keyframes fadein {
    0% {
        opacity: 0
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}
*/




.hPop.hPopClose {
    display: none;
}

.hPop p {
    font-size: 14px;
    font-style: normal;
    position: relative;
    font-family: var(--font2);
    color: var(--dark);
    line-height: 21px;
    font-weight: 400;
    margin: 0;
}

.hPopC {
    line-height: 0;
    cursor: pointer;
    width: 22px;
    flex-shrink: 0;
}


.hPop .hPopC {
    position: absolute;
    right: -40px;
}

.hPop.hPopClose {
    opacity: 0;
}

@media screen and (max-width: 767px) {
    .hPop {
        padding: 6px 34px;
        top: 36px;
    }

    .hPop p {
        font-size: 12px;
        line-height: 18px;
    }

    .hPop .hPopC {
        top: 8px;
        right: -24px;
    }

    .hPop p {
        margin-right: 0;
        text-align: center;
    }

}

/********************************/
/*******      Banner Section      *******/
/********************************/


.banner {
    text-align: center;
    padding: 140px 0 140px;
    background:var(--color1);
}

.bannerContent {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.unlockText {
    max-width: 600px;
    position: relative;
}

.unlockText svg {
    position: absolute;
    left: 0;
    top: -27px;
    width: 40px;
    height: auto;
}

.unlockText span {
    font-size: 48px;
    color: var(--dark);
    font-weight: 400;
    font-family: var(--font1);
    line-height: normal;
}

.bannerContent h1 {
    color: var(--dark);
    margin: 24px 0 48px;
    text-align: center;
    font-family: var(--commonFont);
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
}

/* section.banner > div.container > div.bannerContent > a{
    margin-top: 40px;
} */



.bannerContent p {
    color: var(--dark);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 40px;
}


@media screen and (max-width: 767px) {
    .banner {
        /* padding: 100px 0 90px; */
        padding: 100px 0 50px;
    }

    .unlockText svg {
        top: -15px;
        width: 27px;
        height: auto;
        left: 0;
    }

    .unlockText span {
        font-size: 27px;
    }

    .bannerContent h1 {
        margin: 15px 0 40px;
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
    }

    /* section.banner > div.container > div.bannerContent > a{
        margin-top: 24px;
    } */
    
    .bannerContent p {
        font-size: 18px;
        line-height: 30px;
        margin-top: 24px;
    }

    .commonBtn3 {
        padding: 16px 24px;
        font-size: 18px;
    }
}
/********************************/
/*******      About Section      *******/
/********************************/
.aboutSection .animaTion {
    transform: translateY(30px);
}
.aboutSection .dFlex {
    gap: 11.27272727272727%;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
}

.dFlex {
    display: flex;
    justify-content: space-between;
}

.text {
    /*    max-width: 503px;*/
    width: 45.72727272727273%;
}
.aboutSection p{
  font-family: var(--font2);  
}

.text h2 {
    color: #040404;
    font-family: var(--font1);
    font-size: 48px;
    line-height: 62px;
    margin-bottom: 32px;
}

.text p {
    color: var(--dark3);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 48px
}

.text p span {
    color: var(--dark);
    font-weight: 600;
    font-family: var(--font2);
}

.img {
    /*    max-width: 473px;*/
    width: 43%;
    position: relative;
    line-height: 0
}
.img img {
    width: 100%;
    border-radius: 8px;
}
.playBtns {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50% , 0);
    /* transform: translate(-50% , -80%); */
}
.playBtn {
    width: 96px;
    height: 96px;
    font-size: 15px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(240deg, var(--color1) 0%, var(--color2) 100%); */
    transition: all 0.3s linear;
    color: var(--color2);
    display: inline-flex;
    position: relative;
    text-align: center;
    cursor: pointer;
}



.playBtn::before {
    top: 50%;
    left: 50%;
    z-index: -1;
    position: absolute;
    border: 6px solid var(--white);
    transform: translate(-50%, -50%);
    -webkit-animation: zoombig 2.25s linear infinite;
    animation: zoombig 2.25s linear infinite;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    border-radius: 50%;
    display: block;
    height: 140px;
    width: 140px;
    content: "";
}

.playBtn::after {
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    border: 6px solid var(--white);
    transform: translate(-50%, -50%);
    -webkit-animation: zoombig 2.25s linear infinite;
    animation: zoombig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    border-radius: 50%;
    height: 130px;
    width: 130px;
    z-index: -1;
}

@-webkit-keyframes zoombig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 10px;
    }

    40% {
        opacity: .5;
        border-width: 10px;
    }

    65% {
        border-width: 15px;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 15px;
    
    }
}



.popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.popup-content {
    position: relative;
    background: var(--white);
    border-radius: 10px;
    width: 70%;
    height: auto;
    line-height: 0;
    padding: 10px;
}

.popup video {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.popup video source {
    width: 100%;
}

.close {
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
    background: var(--white);
    color: var(--color2);
    border-radius: 50%;
    z-index: 999999;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    padding-bottom: 5px;
}

@media screen and (max-width: 1023px) {
    .text {
        width: 52.727273%;
    }

    .aboutSection .dFlex {
        gap: 24px;
    }

    .parallax.visible,
    .parallax1.visible {
        transform: translateY(5px) !important;
    }
}

@media screen and (max-width: 767px) {
    .dFlex {
        flex-wrap: wrap;
    }

    .img,
    .text {
        width: 100%;
    }

    .img {
        order: 1;
    }

    .img img {
        width: 100%
    }

    .text {
        order: 2;
    }

    .text p {
        font-size: 18px;
    }

    .playBtn {
        width: 88px;
        height: 88px;
    }

    .popup-content {
        width: 90%;
        padding: 5px;
    }
    .close {
        position: absolute;
        top: -15px;
        right: -15px;
        width: 30px;
        height: 30px;

    }
}



/********************************/
/*******     Mentor Section      *******/
/********************************/

.mentorSection {
    background: var(--color1);
/*    padding-top: 68px;*/
    overflow: hidden;
}


.mentorSection .dFlex {
    gap: 5%;
}

.mentorSection .img {
    width: 45.81196581196581%;
    /* 536*/
}

.mentorSection .text {
    width: 48.88888888888889%;
    /* 572*/
    padding: 40px;
    height: 100%;
    flex-shrink: 0;
    border-radius: 16px;
    background: var(--white);
    margin: 86px 0;
}

.mentorSection .text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}


.mentorSection .text h2 {
    font-size: 44px;
    line-height: 68px;
    margin-bottom: 30px;
}

.mentorSection .text .textRight {
    line-height: 0;
}


@media screen and (max-width: 767px) {
    .mentorSection {
        padding: 50px 0;
    }

    .mentorSection .text.animaTion {
        opacity: 1;
        transform: translateY(0);
    }

    .mentorSection .text {
        margin: 0;
    }

    .mentorSection .text,
    .mentorSection .img {
        width: 100%;
        overflow: hidden;
    }

    .mentorSection .text h2 {
        margin-bottom: 16px;
    }

    .mentorSection .text {
        padding: 24px;
        margin-bottom: 0;
    }

    .mentorSection .text p {
        margin-bottom: 24px;
    }

    .mentorSection .textRight {
        text-align: left;
    }

    .mentorSection .textRight img {
        width: 92px;
    }
}


/********************************/
/*******     learn Section   *******/
/********************************/


.learnSection h2 {
    padding-bottom: 30px;
    font-size: 48px;
}

.learns {
    display: flex;
    flex-wrap: wrap;
}

.learn {
    width: 33.3333%;
    padding: 40px 52px 40px 24px;
    position: relative;
    transition: all .3s ease;
    z-index: 2
}

.learn p {
    font-weight: 500;
}



@media screen and (min-width: 768px) {
    .learn::after {
        left: 0;
        width: 100%;
        bottom: 100px;
        position: absolute;
        background: linear-gradient(180deg, rgba(255, 240, 249, 0.00) 0%, #FFF0F9 100%);
        transition: all .5s ease;
        visibility: hidden;
        height: 100%;
        content: "";
        opacity: 0;
    }

    .learn:hover::after {
        opacity: 1;
        visibility: visible;
        z-index: -1;
        bottom: 0
    }

    .learn:nth-child(4)::after,
    .learn:nth-child(5)::after,
    .learn:nth-child(6)::after {
        background: linear-gradient(0deg, rgba(255, 240, 249, 0.00) 0%, #FFF0F9 100%);
        bottom: inherit;
        top: 100px
    }

    .learn:hover:nth-child(4)::after,
    .learn:hover:nth-child(5)::after,
    .learn:hover:nth-child(6)::after {
        background: linear-gradient(0deg, rgba(255, 240, 249, 0.00) 0%, #FFF0F9 100%);
        top: 1px
    }

    .learn:nth-child(2),
    .learn:nth-child(3) {
        background-image: url(../images/bg-01.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .learn:nth-child(4) {
        background-image: url(../images/bg-1.png);
        background-size: cover;
        background-repeat: no-repeat;

    }

    .learn:nth-child(5),
    .learn:nth-child(6) {
        background-image: url(../images/bg.png);
        background-size: cover;
        background-repeat: no-repeat;

    }
}


.learn img {
    display: block;
    margin-bottom: 12px;
}

@media screen and (max-width: 1023px) {
    .learn {
        padding: 20px 10px 20px 20px;
    }
}

@media screen and (max-width: 767px) {
    .learn {
        padding: 16px;
        background-image: none !important;
        background: -webkit-linear-gradient(rgba(255, 240, 249, 0.00) 0%, #FFF0F9 100%) !important;
        background: -o-linear-gradient(rgba(255, 240, 249, 0.00) 0%, #FFF0F9 100%) !important;
        background: linear-gradient(rgba(255, 240, 249, 0.00) 0%, #FFF0F9 100%) !important;
    }

    .learnSection .swiper-pagination-progressbar {
        margin: 16px auto 0 !important;
    }

    .learn img {
        width: 32px;
        height: auto;
    }
}


/********************************/
/*******     unlock Section  *******/
/********************************/

.unlockSection h2 {
    font-size: 48px;
    margin-bottom: 24px;
    line-height: normal;
}

.unlockSection p {
    color: var(--color2);
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}


.unlocks {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 48px;
    justify-content: space-between
}

.unlock {
    width: calc(33.333% - 16px);
}

.unlockimg img {
    width: 100%;
    transition: all .3s ease
}

.unlockimg {
    line-height: 0;
    position: relative;
    overflow: hidden;
    border-radius: 10px
    
}

.unlockimg:hover img {
    transform: scale(1.03) rotate(2deg);
}
.unlockimg::before {
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    background: -webkit-linear-gradient(left, rgba(249,163,221,0) 0%, rgba(249,163,221,.3) 100%);
    background: linear-gradient(to right, rgba(249,163,221,0) 0%, rgba(249,163,221,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    position: absolute;
    height: 100%;
    content: '';
    width: 50%;
}
.unlockimg:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.unlock h3 {
    color: var(--dark);
    font-size: 20px;
    font-weight: 600;
    margin-top: 16px;
    line-height: 34px;
}
@media screen and (max-width: 1023px) {
    .unlock h3 {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .unlockSection h2 {
        margin-bottom: 20px;
    }

    .unlockSection p {
        font-size: 18px
    }

    .unlocks {
        gap: 16px;
    }

    .unlock {
        width: calc(50% - 8px);
    }

    .unlock.mobileFull {
        width: 100%;
    }

    .unlock.mobileFull h3 {
        font-size: 20px;
        line-height: 28px;
    }
}




/********************************/
/*******     price Section  *******/
/********************************/


.priceBox {
    height: 341px;
    flex-shrink: 0;
    margin: 0 auto;
    max-width: 970px;
    text-align: center;
    background-size: cover;
    background-position: center;
    background: url(../images/priceBg.png);
    background-repeat: no-repeat;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    display: flex;
}

.priceBox h2 {
    font-size: 44px;
    color: var(--white);
    line-height: 70px;
}

.priceBox h3 {
    font-size: 24px;
    font-weight: 400;
    color: var(--white);
    line-height: normal;
    margin: 8px 0 30px;
}


@media screen and (max-width: 767px) {
    .priceBox {
        height: auto;
        padding: 50px 24px;
    }

    .priceBox h3 {
        font-size: 20px;
        margin: 8px 0 24px;
    }

    .priceBox .commonBtn {
        padding: 12px 10px;
        font-size: 16px;
    }
}
/********************************/
/*******     Mem Section *******/
/********************************/
.memSection {
    background:  var(--color1);
}


.memSection h2 {
    position: relative;
    z-index: 2;
    display: inline-block;
    line-height: normal;
}
.memSection h2 br{
    display: none;
}


.memSection h2 img {
    position: absolute;
    top: 25px;
    right: -100px;
}

.lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;
    gap: 16px 24px;
}

.memSection .lists {
    margin-top: 50px
}

.list {
    font-weight: 500;
    line-height: 27px;
    border-radius: 6px;
    width: calc(50% - 12px);
    background-color: var(--white);
    background-image: url(../images/okIcon.svg);
    background-repeat: no-repeat;
    background-position: left 24px top 30px;
    padding: 24px 24px 24px 72px;
    color: var(--dark);
    text-align: left;
    font-size: 18px;
}


@media screen and (max-width: 1023px) {
    .memSection h2 img {
        top: 23px;
        right: -80px;
        width: 64px;
    }

    .lists .list {
        padding: 24px 10px 24px 72px;
    }

}

@media screen and (max-width: 767px) {
    .memSection .listsMobile {
        margin-top: 32px;
    }

    .memSection h2 img {
        top: 25px;
        right: -10px;
        width: 50px;
        position: relative;
    }

    .memSection h2 br {
        display: block;
    }

    .list {
        padding: 24px 16px 24px 64px;
        font-size: 16px;
        background-position: left 16px top 30px;
        background-size: 28px;
        height: auto;
    }

    .listsMobile .swiper-pagination-progressbar {
        margin: 32px auto 0 !important;
        background: #FAB2E2;
    }

    .listsMobile .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #FF66C4;
    }

    .swiper {
        padding: 0 60px 0 0;
    }
}

/********************************/
/*******     step Section *******/
/********************************/

.stepSection h2 {
    margin-bottom: 40px;
    line-height: normal;
}




.step {
    padding: 24px 22px 24px;
    border-radius: 12px;
    border: 1px solid rgba(53, 56, 63, 0.10);
    background: var(--color3);
    height: auto
}

.step h3 {
    font-size: 18px;
    font-weight: 700;
    color:  var(--color4);
    line-height: 27px;
    margin-bottom: 8px;
}

.step p {
    color: var(--dark);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.swiper-pagination-progressbar {
    background: #FFF0F9;
    position: relative;
    width: 532px !important;
    height: 10px !important;
    border-radius: 25px !important;
    margin: 40px auto 0 !important;
    overflow: hidden;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #FF66C4;
    border-radius: 25px;
    top: 2px;
    height: 6px;
}

@media screen and (max-width: 1023px) {
    .swiper-pagination-progressbar {
        background: #FFF0F9;
        position: relative;
        width: 100% !important;
        height: 10px !important;
        border-radius: 25px !important;
        margin: 24px auto 0 !important;
    }

    .step {
        padding: 16px;
    }
}


@media screen and (max-width: 425px) {
    .swiper-pagination-progressbar {
        width: 112% !important;
    }

}




/********************************/
/*******     Faq Section *******/
/********************************/

.faqSection {
    padding-bottom: 128px;
}

.faqFlex {
    display: flex;
    justify-content: space-between;
    gap: 5.555555555555556%;
}

.faqFlex h2 {
    margin-bottom: 40px;
    line-height: normal;
}

.faqLeft {
    width: 45.38461538461538%;
}

.faqRight {
    width: 48.88888888888889%;
}

.acDes {
    display: none;
}

.open .acDes {
    display: block;
}


.accordion {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 16px;
}

.accordion-item {
    border-radius: 6px;
    overflow: hidden;
}

.accordion-header {
    padding: 16px;
    display: flex;
    cursor: pointer;
    background: #F5F5F5;
    justify-content: space-between;
    transition: background 0.3s;
    align-items: center;
    color: var(--dark);
    font-weight: 700;
    font-size: 18px;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    background: #F5F5F5;
    padding: 0 16px;
}

.accordion-content.open {
    padding: 0 16px 16px;
    box-sizing: content-box;
}

.accordion-content p {
    color: var(--dark3);
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
}

.icon {
    font-size: 35px;
    transition: transform 0.3s;
    font-weight: 400;
    line-height: 0;
    color: var(--dark);
}

.rotate {
    transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
    .faqSection {
        padding-bottom: 64px;
    }

    .accordion {
        gap: 8px;
    }

    .faqFlex {
        gap: 40px;
        flex-wrap: wrap;
    }

    .faqLeft,
    .faqRight {
        width: 100%;
    }

    .faqLeft {
        text-align: center;
    }

    .faqFlex h2 {
        margin-bottom: 24px;
    }

    .faqLeft .commonBtn {
        width: max-content;
        margin: 0 auto;
    }

    .accordion-header {
        font-size: 16px;

    }

}





/********************************/
/*******     Join Section *******/
/********************************/
.joinSection {
    position: relative;
    z-index: 9;
}

.joinBox {
    height:366px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
    background: #FFA9DE;
    text-align: center;
    align-items: center;
    flex-shrink: 0;
    gap: 32px;
}

.joinBox h2 {
    line-height: normal;
}

@media screen and (max-width: 767px) {
    .joinBox {
        height: auto;
        padding: 50px 15px;
    }

    .joinBox h2 {
        font-size: 24px !important;
    }
}






.footerSection {
    background: url(../images/footerBg.png);
    text-align: center;
    position: relative;
    margin-top: -120px;
}

.footertop h2,
.footertop p {
    color: var(--white);
}

.footertop p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    padding: 16px 0 40px;
}

.footertop {
    padding: 225px 15px 106px;
}

.ftrSo {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 18px;
}

.ftrSo li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    border-radius: 24px;
    position: relative;
    background: #333;
    z-index: 2
}

.ftrSo li a::after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    background: #FF66C4;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    border-radius: 50%;
    z-index: -1;
    left: 50%;
    top: 50%;
}

.ftrSo li a:hover::after {
    height: 100%;
    width: 100%;
}

.ftrSo li a svg path {
    transition: all .7s ease
}

.ftrSo li a:hover svg path {
    fill: #000
}


.copyRight {
    border-bottom: 1px solid var(--dark-3);
    background: var(--dark2);
    padding: 16px 15px;
}
.copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1170px;
    margin: 0 auto;
    
}



.copyRight p ,.copyRight p a {
    color: var(--dark1);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    font-family: var(--font2);
    text-decoration: none;
    opacity: .5;
}

.copyRight p a{
    font-weight: 700;
}
.copyRight p a:hover{
     opacity: 1;
}


.policy {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
.policy li a,
.policy li span {
    color: var(--dark1);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    opacity: .5;
    font-family: var(--font2);
    transition: all .3s ease
}

.policy li a:hover {
    opacity: 1;
}

.mobileBlock {
    display: none
}


@media screen and (max-width: 1023px) {
    .copy {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .playBtns {
        /* transform: translate(-50% , -70%); */
    }
    

}

@media screen and (max-width: 1023px) {
    .footertop {
        padding: 164px 0 40px;
    }

    .footertop p {
        font-size: 16px;
        padding: 16px 0 40px;
    }
}

@media screen and (max-width: 767px) {
    .copyRight {
        padding: 16px 0;
    }

    .copyRight p {
        width: 100%
    }

    .mobileNone {
        display: none
    }

    .mobileBlock {
        display: block;
    }

    .copyRight .mobileBlock {
        border-top: 1px solid var(--dark3);
        padding-top: 16px;
        margin-top: 8px;
    }

    .copyRight p {
        letter-spacing: -0.28px;
    }

    .playBtns {
        /* transform: translate(-50% , -90%); */
    }
    
}
.aboutSection .animaTion {
    transform: translateY(30px);
}

.animaTion {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform .5s ease-out;
}

.animaTion.visible {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 767px) {

    .learnSection .container,
    .memSection .container,
    .stepSection .container {
        padding: 0 0 0 15px;
    }

    .learnSection .container h2,
    .memSection .container h2,
    .stepSection .container h2 {
        margin-right: 15px;
    }
}


@media screen and (max-width: 550px) {
    .playBtns {
        /* transform: translate(-50% , -70%); */
    }
    
}

