@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:wght@700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
    scroll-behavior: smooth;
    background-color: #000;
}

body {

    background-image: linear-gradient(180deg, #330F58 11.2%, rgb(112, 30, 174) 44.4%, #5E1577 64.5%, #000 95.4%);
    height: auto;
    background-size: cover;
    position: relative;
}

a {
    text-decoration: none;
    color: White;
    font-weight: 900;
}

h1 {
    opacity: 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    /* 109.375% */
    letter-spacing: -1.28px;
    ;
    text-transform: uppercase;
    text-align: left;


}

.cssAnims {
    animation-name: cssAnim;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

h2 {
    color: #DDD;
    font-family: "Poppins";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    text-align: left;
    opacity: 0;

}

h3 {
    display: block;
    margin: auto;
    color: #FFF;
    font-family: "roboto condensed";
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
    padding-bottom: 10px;
}

h4 {
    display: block;
    margin: auto;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    text-align: left;
}

p {
    color: #FFF;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
    /* 160% */
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 25px;
}

.videO {
    height: auto;
    width: 80%;
    margin-top: 160px;
    margin-bottom: 160px;
    padding-left: 160px;
}

.pointers {
    counter-reset: liCounter;
    margin-top: 25px;
}

.pointers .pointers_li {
    display: block;
    padding: 25px;
}

.pointers_li {
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    position: relative;

    /* 135% */

    &::before {
        counter-increment: liCounter;
        content: counter(liCounter);
        position: absolute;
        margin-left: -60px;
        top: 10%;
        border: 5px solid white;
        border-radius: 100px;
        height: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 16px;
        padding-left: 16px;
    }
}

.maskImg,
.imgDefault {
    height: auto;
    width: 100%;
    border-radius: 15px;
}

.imgDefault {
    border-radius: 15px;
    opacity: 0;
}

/* header css */

.navigationBar {
    width: 100%;
    background-color: #110228;
    position: sticky;
    margin: auto;
    padding: 43px 260px 43px 260px;
    z-index: 10;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    top: 0;
}

.navigationMenu {
    display: flex;
    justify-content: end;
}

.logoImg {
    height: auto;
    width: 230px;
}

.navBtn {
    display: none;
}

.navUl .navLi {
    float: left;
    display: block;
    padding-right: 5px;
    padding-left: 5px;



}

.navLi a {
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    text-transform: uppercase;
    padding: 8px 16px;
    gap: 10px;
    border-radius: 999px;
    border: 1px solid #2D2D2D;
    transition-duration: .6s;
    width: auto;
    display: flex;

    &:hover {
        box-shadow: 2px -3px 2px 2px rgba(244, 244, 244, 0.25);
    }
}

.navActive {
    background-image: linear-gradient(180deg, #6c1d99d0 0%, #5311797c 100%);
}

.socialmedFixed {
    margin: 0;
    padding-left: 5px;
    padding-top: 10px;
    transform: translatey(-50px);
    transition-duration: .3s;
    z-index: 9;
    position: fixed;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #3c3c3c;
    top: 25%;
    left: 0;

    &:hover {
        opacity: 1;
    }
}

.socialmedFixed>ul li {
    display: block;
    padding: 0;
    margin: auto;
    height: 41px;
    width: 41px;

}

.socialmedFixed>ul>li>a {
    border-radius: 0% !important;
    height: 41px;
    width: 41px;
    padding: 0;

}

/* content */

.sectionBox {
    padding-left: 260px;
    padding-right: 260px;
    margin-bottom: 0;
    height: auto !important;


}

.sectionH1 {
    width: 570px !important;
}

.sectionHeader {
    padding-top: 100px;
    height: 950px !important;
    background-image: url("/src/img/header-img.webp");
    background-repeat: no-repeat;
    background-size: 1880px;
    background-position: 0px -20px;

}

.sectionHeader>div {
    position: relative;
    width: 700px;

}

.buttonDefault {
    border-radius: 999px;
    background: linear-gradient(180deg, #6c1d99d0 0%, #5311797c 100%);
    display: flex;
    padding: 8px 16px;
    align-items: center;
    color: var(--white, #FFF);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    text-transform: uppercase;
    border: none;
    margin-top: 40px;
    box-shadow: none;
    transition-duration: .4s;

    &:hover {
        box-shadow: 2px -3px 2px 2px rgba(244, 244, 244, 0.25);
    }
}

.deskBtn {
    background: linear-gradient(207deg, #313032 11.82%, #330F58 47.45%, #0E0724 83.07%);
}

.headerImgContainer {
    position: absolute;
}

.sectionp {
    width: 454px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    margin: 0;
}

.pTerms {
    margin-top: 125px;
}

.section1 {
    height: auto;
    background: #110228;
    padding-bottom: 45px;
    padding-top: 45px;
    padding-left: 145px;
    padding-right: 145px;
    margin-bottom: 100px;
    width: 100% !;
    margin-top: -300px;

}

.featTxt {
    justify-content: center;
    padding-top: 10px;

}

.featTxt>p {
    padding-bottom: 0 !important;
    max-width: 365px;
}

.featCol {
    display: flex;
    gap: 15px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.feath2 {
    display: block;
    margin: auto;
    color: #FFF;
    font-family: Roboto;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 800;
    line-height: 16px !important;
    padding-bottom: 10px;
}

.sectionTxt {
    display: block;
    position: relative;

    &::before {
        content: "";
        opacity: 1;
        height: 10px;
        width: 80px;
        position: absolute;
        background-color: #EA528C;
        top: 0;
        margin-top: -15px;
    }



}

.flipContent {
    align-items: center;
}

.section5 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.section6 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2A1441;
    margin-top: 0px !important;
    padding-right: 380px;
    padding-left: 380px;
    padding-top: 70px;
    padding-bottom: 80px;
}

.section6>img {
    height: 100px;
    width: auto;
}

.section3>div>img {
    height: auto;
    width: 80%;
}


.section6>p {
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
}

.section3 {
    background-image: url('img/section-3-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 900px !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 0 !important;

}

.section6>div>img {
    width: 70%;
}

.section2 {
    padding-top: 120px;
    padding-left: 230px;
    padding-right: 230px;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px !important;
}

.section2>h2 {
    text-align: center;
    padding-bottom: 5px;
    display: block;
    margin: auto;
}

.section2>h3 {
    display: block;
    margin: auto;
    padding-bottom: 40px;
    text-align: center;

}


.imgCol2 {
    overflow: hidden;
    padding: 10px;
    border-radius: 20px;

}


.section4 {
    align-items: center;
}

.section4>div>img {
    padding: 140px;
}

.sectionFaq {
    padding-top: 80px;
    padding-bottom: 80px;
}

.faqBox {
    padding-bottom: 80px;
    background-color: #38135f;
}

.faqContainer {
    display: block;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 80px;
    padding-right: 80px;

}

.faqBox>h2,
.faqBox>h3 {
    text-align: center;
    display: block;
    margin: auto;
}

.faqBox>h2 {
    padding-top: 40px;
    display: block;
    margin: auto;
}

.faqBox>h3 {
    padding-bottom: 80px !important;
    display: block;
    margin: auto;
}

.accordionFaq {
    background-color: #712f62;
    border-radius: 20px;
    /* border-bottom: 5px solid #712f62; */
}

.accordionFaqHead {
    height: 80px;
    width: 100%;
    border-radius: 20px;
    padding: 30px;
    position: relative;

    &::after {
        transform: rotate(0deg);
        content: '';
        /* Unicode character for "plus" sign (+) */
        background-image: url("img/Navigation/chevron-up.svg");
        background-repeat: no-repeat;
        background-position: center;
        mask-image: linear-gradient(rgba(255, 255, 255, 0.966), rgba(255, 255, 255, 0.945));
        float: right;
        top: 0;
        right: 0;
        margin-left: 5px;
        padding: 40px;
        position: absolute;
        transition-duration: .3s;
    }

    &:hover {
        cursor: pointer;
    }
}

.accordionFaqBody {
    max-height: 0;
    width: 100%;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition-duration: .3s;

}

/* footer */
.footerContainer {
    padding-top: 60px;
    padding-left: 260px;
    padding-right: 260px;
    padding-bottom: 20px;
    background-color: black;
}

.footerLogo {
    padding-bottom: 50px;
    ;
}

.footerText>h3 {
    padding-bottom: 15px;
}

.footerCreds>div>p {
    font-family: Roboto;
    padding-bottom: 0px;
}

.footerText>p {
    font-size: 12px;
    line-height: 20px;
}

.lineDiv {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.418);
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.iconsContainer {
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 50px;
}

.iconJr,
.iconSocMed {
    padding: 0;
}

.iconJr li {
    display: inline-block;
    padding-right: 2.5px;
    padding-left: 2.5px;
}

.iconSocMed li {
    display: inline-block;
    padding-right: 2.5px;
    padding-left: 2.5px;
    padding-top: 10px;
    margin: 0;

}

.iconSocMed>li>a {
    background-color: #3b3b3b;
    margin: auto;
    border-radius: 50%;
    height: 20px !important;
    width: 20px !important;
}

.imgGallery {
    padding: 0;
    margin: 0;
}

.fotoContainer1 {
    margin: auto;
    border-radius: 16px;
    padding: 0;
    overflow: hidden;
    border: 10.5px solid transparent;
    opacity: 0;
}

.fotoContainer2 {
    margin: auto;
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 11px solid transparent;
    opacity: 0;
}

.fotoContainer3 {
    margin: auto;
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 11px solid transparent;
    opacity: 0;
}

.fotoContainer4 {
    margin: auto;
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 10px solid transparent;
    opacity: 0;
    border-bottom: 0;
    border-top: 6px solid transparent;
}




.foto1 {
    width: 100%;
    height: auto;
    transition: transform .6s, visibility .6s ease-in;
    border-radius: 16px;


    &:hover {
        transform: scale(1.1);
    }
}

.col-6>.foto1 {
    padding-left: 10px;
    padding-right: 10px;
}

.active {

    &::after {
        transform: rotate(180deg);
        transition-duration: .3s;
        content: '';
    }
}

.active2 {
    background-image: url('img/Navigation/Vector.svg') !important;
    width: 20px !important;
    height: 20px !important;
    opacity: .6 !important;
    margin-right: 20px !important;
    right: 0 !important;

}

.sectionTxt>h3 {
    opacity: .8;
    font-family: roboto;
    padding-bottom: 15px;
}

@media screen and (max-width: 1669px) {

    .sectionBox,
    .footerContainer,
    .navigationBar {
        padding-left: 145px;
        padding-right: 145px;
        transition-duration: .3s;
    }

    .sectionHeader {
        background-position: 50% -50px !important;
        background-size: 2000px;
        padding-top: 250px;
        height: 1050px !important;
        transition-duration: .3s;
    }

    .section1 {
        padding-left: 80px;
        padding-right: 100px;
        transition-duration: .3s;
    }

    .navigationBar {
        position: fixed;
        transition-duration: .3s;
    }

    .pTerms {
        margin-top: 55px;
        transition-duration: .3s;
    }


}

@media screen and (max-width: 1669px) {

    .section1,
    .sectionBox,
    .footerContainer {
        padding-left: 80px;
        padding-right: 80px;

    }
}

@media screen and (max-width: 1470px) {
    .section1 {
        padding-left: 45px;
        padding-right: 45px;
        margin-top: -450px !important;
    }

    .featCol {
        width: 80%;
        transition-duration: .3s;
        margin: 0;

    }

    .sectionBox,
    .footerContainer {
        padding-left: 45px;
        padding-right: 45px;
    }

    .sectionHeader {
        background-size: 1600px;
        padding-top: 160px;

    }

    .sectionBox,
    .navigationBar {
        padding-left: 50px;
        padding-right: 50px;
    }

    .featTxt {
        width: inherit;
    }

    .featCol>.featTxt>p {
        font-size: 12px;
        max-width: inherit;
    }

    .pTerms {
        margin-top: 0;
    }

    .buttonDefault {
        margin-top: 0px;
    }

    .pTerms>p {
        margin-top: 20px;
    }

}

@media screen and (max-width: 1280px) {

    .sectionBox,
    .footerContainer {
        padding-left: 43px;
        padding-right: 43px;
    }

    .navigationBar {
        position: fixed;
        padding: 43px 43px 43px 43px;
    }

    .sectionHeader {
        background-size: 2000px;
        padding-top: 180px;
    }

    .section1 {
        padding-top: 30px;
    }


}

@media screen and (max-width:1560px) {
    .section2 {
        /* display: block; */
        margin: auto;
    }


}

@media screen and (max-width: 1024px) {
    .navLi a {
        font-size: 12px;
    }

    .navigationBar {
        position: fixed;
        padding: 43px 43px 43px 43px;
    }

    .section3 {
        height: auto !important;
    }

    .section4>div>img {
        height: auto;
        padding-top: 60px !important;
        padding: 0;
    }

    .section3>div>img {
        padding-top: 35px;
    }

    .fotoContainer4 {
        height: auto;
    }

    .section1 {
        display: block;
        margin-bottom: 20px;

    }

    .imgDefault {
        display: block;
        width: 100%;
        margin: auto;
    }

    .headerImgContainer {
        display: none;
    }

    .featCol {
        width: 100%;
    }

    .featTxt>p {
        font-size: 16px;
    }

    .sectionBox,
    .footerContainer {
        padding-left: 100px;
        padding-right: 100px;
        display: block !important;

    }


    /* 
    .navBtn {
        background-image: url('img/Navigation/menu.svg');
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        right: 0;
        margin-right: 20px;
        background-color: transparent;
        border: none;
    } */

    /* .navActive {
        background-image: linear-gradient(180deg, #6c1d99d0 0%, #5311797c 100%) !important;

    } */



    .sectionHeader {
        padding-top: 130px;
        background-position: 75% 90%;

    }

    .sectionp {
        width: 100%;
        display: block;
        margin: auto;
    }

    .section1 {
        height: auto;
        padding-bottom: 45px;
        padding-top: 45px;
    }

    .featCol {
        padding: 5px;
        margin: 0 !important;
    }

    .section6 {
        display: flex !important;
    }

    .pTerms {
        margin-top: 15px;
    }

    .flipContent {
        display: flex !important;
        flex-direction: column-reverse;
    }

    .sectionTxt {
        margin-top: 60px;
    }




    .faqContainer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 680px) {

    .navUl .navLi {
        float: left;
        display: block;
        padding-right: 5px;
        padding-left: 35px;



    }

    html,
    body {
        overflow-x: hidden;
    }

    .logoBox,
    .navigationMenu {
        height: auto;
        padding: 0;
        margin: 0;
    }

    .navigationMenu {
        display: block;
    }

    /* .navBtn {
        display: block;
        position: absolute;
        right: 0;
        background-color: transparent;
        border: none;
    } */

    .section1 {
        margin-top: -20px !important;
    }

    body {
        background-image: linear-gradient(180deg, #330F58 29.87%, rgba(165, 27, 93) 39.47%, #3A1232 51.21%, #000 96.59%);
    }

    h1 {
        font-size: 58px !important;

    }

    h2 {
        font-size: 36px !important;
        line-height: 36px !important;
    }

    h4 {
        font-size: 14px !important;
    }

    .section1 {
        margin-top: -40px;
        padding: 20px !important;
    }

    .pTerms>p {
        text-align: center;
    }

    .sectionBox {
        margin-bottom: 20px;
        gap: 20px !important;
        padding: 5px;
    }

    .footerContainer {
        margin-top: -80px !important;
    }

    .sectionBox,
    .footerContainer {
        padding: 0;


    }

    .logoImg {
        width: 150px;
        margin-left: 10px;
    }

    .navigationBar {
        padding: 0;
        padding-left: 10px;
        justify-content: center;
        align-items: center;
        height: 80px;
    }

    .section1,
    .section2 {
        margin-bottom: 30px !important;
    }

    .sectionHeader {
        padding-top: 120px !important;
        background-size: 365%;
        background-position: 70% 45% !important;
        height: auto !important;
        background-blend-mode: darken;
        background-color: rgba(0, 0, 0, 0.280);
    }

    .sectionHeader>div>button {
        margin-top: 15px;
    }

    .deskBtn {
        background: linear-gradient(180deg, #6c1d99d0 0%, #5311797c 100%);
    }

    .section2 {
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;

    }



    .buttonDefault {
        margin-top: 25px;
    }

    .section6>div>img {
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .section6 {
        margin-top: 0;
        background: rgba(6, 12, 0, 0.40);
        padding-left: 10px;
        padding-right: 10px;

    }

    .section6>img {
        width: 35%;
        margin: auto;
        display: block;



    }

    .videO {
        height: auto;
        width: 100% !important;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;


    }


    .section6>p {
        color: #FFF;
        font-family: Poppins;
        font-size: 12px;
        font-style: italic;
        font-weight: 400;
        line-height: normal;


    }

    .footerContainer {
        padding: 10px;
    }

    .footerLogo {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .iconsContainer {
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 10px;
    }

    .lineDiv {
        margin-top: 10px;
    }

    .faqBox {
        background: none;
        ;
    }

    .faqBox>h3 {
        padding-bottom: 20px !important;
    }

    .sectionH1,
    .sectionp {
        padding: 0;
    }

    .pTerms>p {
        text-align: left !important;

    }

    .pTerms>p>span {
        font-size: 10px !important;
    }

    .faqBox>h2 {
        padding-top: 0;
    }

    .sectionH1 {
        font-size: 52px !important;
        line-height: 65px;
        width: 100% !important;
        width: 100% !important;
    }

    .sectionH1>span {
        line-break: auto;
    }

    .faqContainer {
        padding-left: 10px;
        padding-right: 10px;
    }

    .socialmedFixed {
        display: none;
        /* margin: 0;
        padding-right: 5px;
        padding-top: 10px;   
        transition-duration: .3s;  
        z-index: 9;
        position: fixed;
        border-top-left-radius: 10px; 
        border-bottom-left-radius: 10px;
        background-color: #3c3c3c; 
        top: 25% ; 
        left: 90%;
        transform: translateX(30px); 
        &:hover{
            opacity: 1; 
            transform: translateX(0); 
        }

        &::before{
            content: "Sociais";
            flex-wrap: nowrap;
            height: auto;
            width: 25px; 
            background-color: white;
            position: absolute;
            left:0;
            top:50%;
            text-overflow: ;
        }
    }
    .socialmedFixed>ul li{
        display: block;
        padding: 0;
        margin: auto;    
        height: 41px;
        width: 41px;
        
    }
    .socialmedFixed>ul>li>a{    
        border-radius: 0% !important;
        height: 41px;
        width: 41px;
        padding: 0;
        
    } */
    }

    .accordionFaqHead {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 50px;
    }

    .accordionFaqBody {
        padding-left: 20px;
    }
}

@media screen and (max-width:414px) {
    .navUl .navLi {
        float: left;
        display: block;
        padding-right: 5px;
        padding-left: 5px;



    }

}

@media screen and (max-width:414px) {
    .navUl .navLi {
        float: left;
        display: block;
        padding-right: 5px;
        padding-left: 5px;
    }

    .sectionH1 {
        font-size: 48px !important;
        line-height: 58px;
    }
}

@keyframes cssAnim {
    0% {
        opacity: 0;
        transform: translateY(30px);

        &::after {
            content: " ";
            opacity: 0 !important;
        }

        &::before {
            content: " ";
            opacity: 0 !important;
        }
    }

    50% {
        opacity: .5;

        &::after {
            content: " ";
            opacity: .5 !important;
        }

        &::before {
            content: " ";
            opacity: .5 !important;
        }
    }

    100% {
        opacity: 1;
        transform: translateY(0);

        &::after {
            opacity: 1 !important;
        }

        &::before {
            opacity: 1 !important;
        }
    }
}