*{
    text-decoration: none;
    padding: 0;
    margin:0;

}

body{
    font-family:montserrat;
    color: #fff;
    background-color: #fff;
    
}
.main-nav ul{
    padding:0;
    margin:0;
}
.main-nav{
   position: fixed;
   height:90px; 
   width:100vw;
   box-shadow: 0 5px 5px #0c0529;
   z-index: 1;
}

.nav-borran-for-schools{
    position: fixed;
    width: 99%;
    height: 80px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    background-image: linear-gradient( to right, #101141,#2429c0, #6266f1);
    padding: 10px;
    box-shadow:  0 0 10px #757575;
}

.btn-login-funn{
    width: 95px;
    height: 40px;
    margin-right: 20px;
    margin-top: 20px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    background-color: #324cbe;
    color: #fff;
    transition: 350ms ease;
}

.btn-login-funn:hover{
    background-color: #fff;
    color: #111;
    cursor: pointer;
}

.Help-center-hero{
    background-image: url("Images/tomas-malik-PY3K9ApD-PU-unsplash.jpg");
    background-size: cover;
    background-repeat: none;
    background-position: center;
    background-attachment: fixed;
}
.main-nav ul{
    float:right;
    margin-right:20px;

}
.main-nav ul li{
    display: inline-block;
    line-height:90px;
    margin:0 12px;
}
.main-nav ul li a{
    color:#ffffff;
    font-size:15px;
    font-family:"Montserrat", sans-serif;
    border:none;
    transition: all .5s ease-in-out;
}
.main-nav ul li a:hover{
    border-bottom: 1px solid #fff;
}

.checkbtn{
    padding-top:7px;
    width:30px;
    height:30px;
    color: rgb(255, 255, 255);
    
    float: right;
    line-height: 90px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
.button a{
    height:30px;
    width:100px;
    border-radius:25px;
    padding:10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    border: none;
    background-color: rgb(85, 95, 228);
    transition:all .5s;
    margin: 0 auto;
}
.button a:hover{
    background-color: #fff;
    color:black;
    border: none;
}
section{
    background-color: #ffffff;
}

footer{
    box-sizing: border-box;
    display: grid;
    justify-content: end;
    align-content: end;
    padding: 50px 100px;
}
.footer-container{
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-gap: 20px;
    font-family: "Poppins", sans-serif;
    padding-bottom: 20px;
}
.footer-container .sec h2{
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer-container .sec p{
    color: #ffffffc2;

}
.footer-container .sci{
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(5,35px);
}
.footer-container .sci li{
    list-style:none;
}
.footer-container .sci li a {
    display: inline-block;
    color: #ffffffc2;
    font-size: 16px;
}
.footer-container .sci li a:hover{
    color: #fff;
    
}
.footer-container .quicklinks ul li{
    list-style: none;
}
.footer-container .quicklinks ul li a{
    color: #ffffffc2;
    text-decoration: none;
    border-bottom:1.5px solid transparent;
    margin-bottom: 5px;
    display: inline-block;
}
.footer-container .quicklinks ul li a:hover{
    border-bottom: 1.5px solid #fff;
    color: #fff;
}
.footer-container .contact .info li{
    display: grid;
    grid-template-columns: 30px 1fr;
    color: #ffffffc2;
    margin-bottom: 16px;
}
.footer-container .contact .info li a{
    color: #ffffffc2;
    border-bottom: 1.5px solid transparent;
}
.footer-container .contact .info li a:hover{
    color: #fff;
    border-bottom: 1.5px solid #fff;
}
.copyrightText{
    padding: 20px 100px 30px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
    border-top: 1px solid #535353;
    background-color: #0c0e38;
}
.spacer{
    aspect-ratio: 960/130;
    width: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.spacer2{
    aspect-ratio: 960/150;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.layer1{
    background-image: url('wave-haikei3.svg');

}
.layer2{
    background-image: url("demo-test-2.svg");
}
.layer3{
    background-image: url("layer-Home-2.svg");
}

.policy-intro-container{
    text-align: center;
    font-family: 'Poppins',sans-serif;
    padding-bottom: 55px;
    width: 65%;
    margin: 0 auto;
}
.policy-intro-container h1{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.FAQ-container .faqh1{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #060518;
    font-family: 'Poppins',sans-serif;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.policy-intro-container p{
    font-size: 15px;
}
.policy-body{
    width: 65%;
    margin: 0 auto;
    overflow-x: hidden;
    font-family: 'Poppins',sans-serif;
    line-height: 27px;
}
@media(max-width:1024px){
    .policy-body{
        width: 80%;
    }
}
.policy-body p{
    font-weight: 400;
    color: #060518a4;
    padding-bottom: 15px;
}
.policy-body h2{
    font-weight: 700;
    color: #060518a4;
    font-size: 22px;
    padding-bottom: 15px;
    padding-top: 5px;
}
.policy-body h4{
    font-weight: 700;
    color: #060518a4;
    font-size: 15px;
    padding-bottom: 12px;
}
.first-ul{
    font-size: 15px;
    color: #060518a4;
    line-height: 27px;
    padding-bottom: 15px;
    padding-left: 17px;
}
.first-ul li{
    padding: 5px;
}
.policy-body a{
    text-decoration: none;
    font-style: italic;
    color: #060518a4;
}
.policy-body a:hover{
    text-decoration: underline;
}
.question-container{
    width: 60%;
    margin: 0 auto;
}
@media(max-width:1015px){
    .question-container{
        width: 80%;
    }
}
.question-container h1{
    color: #060518b7;
    font-family: 'Poppins',sans-serif;
    padding-top: 35px;
    font-size: 25px;
    padding-bottom: 25px;
}

.footer-app a{
    display: flex;
    flex-direction: row;
    padding-top: 20px;
    color: #fff;
}
.footer-app p{
    padding-right: 15px;
}
.footer-app img{
    transform: translateY(-16px);
    width: 110px;
}
.question-container span{
    padding-top: 5px;
    font-size: 18px;

}
@media(max-width:766px){
    .question-container{
        width: 85%;
    }
    .question-container h1{
        font-size: 20px;
    }
    .question-container span{
        padding-top: 7px;
        font-size: 14px;
    }
}
.question{
    padding-bottom: 25px;
    height: 30px;
    transition: height .5s;
    border-bottom: 1px solid #c0c0c0;
    overflow: hidden;
}

.f-faq-con .question{
    border-bottom: 2px solid #c0c0c07a;
}

.question ul{
    margin-left: 10px;
}
.question ul li{
    list-style: disc;
    margin-bottom: 5px;  
}
.feature-content{
    padding-top: 15px;
}
.feature-content p{
    font-size: 15px;
    color: #06051863;
    font-family: 'Poppins',sans-serif;
    font-weight: 300;
}
.question button{
    display: flex;
    flex-direction: row;
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
    background-color: transparent;
    border: none;
    font-size: 17px;
    width: 100%;
    text-align: left;
    justify-content: space-between;
    font-family: 'Poppins',sans-serif;
    color: #060518a4;
    transition: all .3s;
}
.question button:hover{
    cursor: pointer;
    color: #060518;
}
.question img{
    padding-top: 10px;
    padding-right: 25px;
    opacity: 0.5;
    height: 13px;
    width: 13px;
}
#img1{
    transition: transform .5s;
}
#img2{
    transition: transform .5s;
}
#img3{
    transition: transform .5s;
}
#img4{
    transition: transform .5s;
}
#img5{
    transition: transform .5s;
}


#Fimg1{
    transition: transform .5s;
}
#Fimg2{
    transition: transform .5s;
}
#Fimg3{
    transition: transform .5s;
}
#Fimg4{
    transition: transform .5s;
}
#Fimg5{
    transition: transform .5s;
}



#img6{
    transition: transform .5s;
}
#img7{
    transition: transform .5s;
}
#img8{
    transition: transform .5s;
}
#img9{
    transition: transform .5s;
}
#img10{
    transition: transform .5s;
}
#img11{
    transition: transform .5s;
}
#img12{
    transition: transform .5s;
}
#img13{
    transition: transform .5s;
}
#img14{
    transition: transform .5s;
}
#img15{
    transition: transform .5s;
}
#img16{
    transition: transform .5s;
}
#img17{
    transition: transform .5s;
}
#img18{
    transition: transform .5s;
}
#img19{
    transition: transform .5s;
}
#img20{
    transition: transform .5s;
}
#img21{
    transition: transform .5s;
}
#img22{
    transition: transform .5s;
}
.flipped{
    transform: rotateX(180deg);
}
.Button-Container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 35px;
}
.left,.right{
    width: 100%;
}
.Button-Container button{
    width: 100%;
    height: 75px;
    font-family: 'Poppins',sans-serif;
    font-size:17px;
    border: 1px solid #06051863;
    border-radius: 2.5px;
    color: #06051863;
    margin-bottom: 50px;
    background-color: transparent;
    transition: all .3s ease-in-out;
}

.Button-Container button:hover{
    background-color: #060518;
    color: #fff;
    cursor: pointer;
}
/*.comingSoon-section{
    background-image: url("Images/tomas-malik-PY3K9ApD-PU-unsplash.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}*/
.coming-soon-overlay{
    text-align: center;
    width: 100%;
}
.overlay-content{
    width: 50%;
    font-family: "Poppins",sans-serif;
    color: #060518;
    font-weight: 500;
    padding-top: 150px;
}
.overlay-content button{
    width: 100px;
    height: 32.5px;
    margin-top: 25px;
    font-weight: 500;
    font-family: "Poppins",sans-serif;
    border-radius: 10px;
    border: 1px solid #06051852;
    color:#0605189d;
    background-color: transparent;
    transition: all .3s ease-in-out;
}
.overlay-content button:hover{
    background-color: #060518;
    color: #fff;
    cursor: pointer;
}
.overlay-content h1{
    font-size: 32px;
}
.overlay-content h4{
    color: #060518a4;
    font-size: 13px;
    font-style: italic;
}
.overlay-content p{
    color: #06051863;
    padding-top: 35px;
    font-weight: 400;
}
.Contact-Container form{
    width: 70%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    justify-content: center;
    color: #060518;
    font-family: "Poppins",sans-serif;
}
.Demo-Left{
    width: 100%;
    color: #060518a8;
    font-family: "Poppins",sans-serif;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.Demo-Left h1{
    font-size: 24px;
    margin: 0;
}
.Demo-Left img{
    width: 460px;
    height: 460px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 20px;
}
.Demo-Left p{
    font-size: 14px;
    line-height: 23px;
    color: #06051852;
    padding-top: 40px;
}
.Demo-Right{
    width: 100%;
}
.Demo-Right h1{
    font-size: 20px;
    font-family: "Poppins",sans-serif;
    color: #060518e7;
    padding-bottom: 25px;
}
.Demo-Section form{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    color: #060518;
    font-family: "Poppins",sans-serif;
}
.row-contact{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 100%;
    grid-gap: 45px;
}

.row-contact input{
    width: 40%;
}
/* THIS IS WHERE DEMO FORM BREAKS */
@media(max-width:1024px){
    .row-contact{
        grid-template-columns: repeat(1,1fr);
        grid-gap: 0;
    }
}

.Contact-Container form input{
    width: 100%;
    height: 50px;
    background: transparent;
    border: 1px solid #06051852;
    font-family: "Poppins",sans-serif;
    color: #06051863;
    outline:none;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 15px;
    margin-bottom: 25px;
}
.Demo-Section form input{
    width: 100%;
    height: 50px;
    background: transparent;
    border: 1px solid #06051852;
    font-family: "Poppins",sans-serif;
    color: #06051863;
    outline:none;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 15px;
    margin-bottom: 25px;
}
.Contact-Container form textarea{
    outline: none;
    width: 100%;
    height: 120px;
    padding-left: 10px;
    padding-top: 10px;
    font-family: "Poppins",sans-serif;
    color: #06051852;
    font-size: 15px;
    border: 1px solid #06051852;
    border-radius: 5px;
    background-color: transparent;
}
.Demo-Container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 75px;
    width: 70%;
    margin: 0 auto;
}
@media(max-width:1024px){
    .Demo-Container{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 75px;
        width: 85%;
    }
}
@media(max-width:984px){
    .Demo-Container{
        grid-template-columns: repeat(1,1fr);
        width: 60%;
    }
}
@media(max-width:736px){
    .Demo-Container{
        width: 80%;
    }
    .Demo-Left h1{
        margin: 0;
        text-align: left;
    }
    .Demo-Left{
        text-align: left;
    }
}
@media(max-width:541px){
    .Demo-Left img{
        width: 430px;
        height: 430px;
        margin: auto;
        margin-top: -65px;
        margin-bottom: 20px;
    }
}
@media(max-width:465px){
    .Demo-Left img{
        width: 360px;
        height: 360px;
        margin: auto;
        margin-top: -65px;
        margin-bottom: 20px;
    }
}
@media(max-width:425px){
    .Demo-Left img{
        width: 320px;
        height: 320px;
        margin: auto;
        margin-top: -65px;
        margin-bottom: 20px;
    }
}
.Demo-Section form textarea{
    outline: none;
    width: 100%;
    height: 120px;
    padding-left: 10px;
    padding-top: 10px;
    font-family: "Poppins",sans-serif;
    color: #06051852;
    font-size: 15px;
    border: 1px solid #06051852;
    border-radius: 5px;
    background-color: transparent;
}
.Contact-Container form p{
    font-size: 13px;
    color: #06051852;
    padding-top: 5px;
    padding-bottom: 35px;
    line-height: 23px;
    width: 95%;
}
.Demo-Section form p{
    font-size: 13px;
    color: #06051852;
    padding-top: 5px;
    padding-bottom: 35px;
    line-height: 21px;
    width: 100%;
}
.Contact-Container h1{
    font-family: "Poppins",sans-serif;
    color: #060518d8;
    font-weight: 600;
    font-size: 20px;
    
}
.Contact-Container form button{
    width: 200px;
    height: 45px;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    color: #0605188c;
    background-color: transparent;
    border: 1px solid #06051844;
    border-radius: 25px;
    transition: all .3s ease-in-out;
}
.Contact-Container form button:hover{
    cursor: pointer;
    color: #fff;
    background-color: #060518;
    border: none;
}
.Demo-Section form button{
    width: 200px;
    height: 45px;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    color: #0605188c;
    background-color: transparent;
    border: 1px solid #06051844;
    border-radius: 25px;
    transition: all .3s ease-in-out;
}
.Demo-Section form button:hover{
    cursor: pointer;
    color: #fff;
    background-color: #060518;
    border: none;
}
.de-container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: 0 auto;
    grid-gap: 50px;
    width: 70%;
}
.Demo-section img{
    width: 550px;
    height: 550px;
}
.demo-left img{
    display: block;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
}
.demo-right{
    font-family: "Poppins", sans-serif;
    color: #ffffffd7;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.demo-right p{
    color: #ffffffa1;
    line-height: 24px;
    font-size: 14px;
    padding-top: 35px;
}

.demo-right button{
    width: 250px;
    height: 50px;
    border: 2px solid #ffffff88;
    color: #ffffffaf;
    font-family: "Poppins",sans-serif;
    background-color: transparent;
    border-radius: 15px;
    transition: all .3s ease-in-out;
    margin-bottom: 80px;
}
.demo-right a{
    text-align: center;
    width: 250px;
    padding:13px 15px;
    font-size: 14px;
    border: 2px solid #ffffff88;
    color: #ffffffaf;
    font-family: "Poppins",sans-serif;
    background-color: transparent;
    border-radius: 15px;
    transition: all .3s ease-in-out;
    margin-bottom: 80px;
}
.demo-right button:hover{
    color: #fff;
    background-color: #060518;
    cursor: pointer;
    border: none;
}
.demo-right a:hover{
    color: #fff;
    background-color: #060518;
    cursor: pointer;
    border: none;
}
/* THIS IS WHERE DEMO PREVIEW BREAKS */
@media(max-width:1304px){
    .de-container{
        width: 80%;
    }
}
@media(max-width:1108px){
    .de-container{
        grid-template-columns: 1fr;
        padding-top: 100px;
        width: 70%;
    }
    .demo-left{
        margin: auto;
    }
    .demo-right div{
        padding-bottom: 50px;
    }
}
@media(max-width:928px){
    .demo-right div h1{
        margin: 0;
    }
}
@media(max-width:712px){
    .demo-right{
        width: 100%;
        display: block;
    }
    .de-container{
        display: block;
    }
}
@media(max-width:657px){
    .demo-left{
        justify-content: center;
        align-items: center;
    }

    .demo-right h1{
        width: 80%;
        font-size: 22px;
    }
}
@media(max-width:537px){
    .demo-left{
        padding-bottom: 25px;
    }
}
@media(max-width:1017px){
    #pricing-small-f{
        padding-top: 75px;
    }
}

@media(max-width:425px){
    .demo-right h1{
        width: 100%;
    }
}
.org-title h1{
    font-family: "Poppins",sans-serif;
    color: #060518bb;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}
.org{
    margin: 0 auto;
}
.org-parent{
    width: 65%;
    margin: 0 auto;
}
.org-title{
    padding-bottom: 15px;
    border-bottom:1.5px solid #0000003f;
    text-align: left;
}

.orgs{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    
}
.orgs img{
    display: block;
    width: 100%;
    max-width: 230px;
    min-width: 225px;
    margin: 0 auto;
}
/* ORGS BREAKS HERE */
@media(max-width:608px){
    .orgs{
        grid-template-columns:1fr;
    }
}
@media(max-width:916px){
    #small-org{
        padding-top: 50px;
    }
}
.pricing-container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 35px;
    width: 85%;
    margin: 0 auto;
}
/* THIS IS WHERE PRICING BREAKS */
@media(max-width:1402px){
    .pricing-container{
        grid-template-columns: 1fr;
    }
    .pricing-left{
        text-align: center;
    }
}

.pricing-left{
    width:100%;
}
.pricing-left h1{
    font-family: "Poppins",sans-serif;
    color: #060518b7;
    padding-bottom: 15px;
}
.pricing-left p{
    font-family: "Poppins",sans-serif;
    font-size: 15px;
    color: #0605187e;
    padding-right: 30px;
    line-height: 25px;
}
.pricing-right{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 25px;
    margin: 0 auto;
    font-family: "Poppins",sans-serif;
    color: #060518a9;
}
@media(max-width:922px){
    .pricing-right{
        grid-template-columns: 1fr;
    }
}
.pricing-right h1{
    font-size: 15px;
    padding-bottom: 10px;
}
.pricing-right h4{
    font-size: 24px;
    padding-bottom: 10px;
}
.pricing-right p{
    font-size: 12px;
}
.p-card{

    max-width: 350px;
    min-width: 280px;
    height: 430px;
    padding: 25px;
    border: 1.5px solid #06051844;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 15px;
    background-color: transparent;
    padding-bottom: 35px;
}
@media(max-width:425px){
    .p-card{
        height: 470px;
    }
    .pricing-left p{
        padding: 0 10px;
    }
}
.p-card ul{
    width: 80%;
    margin: auto;
    list-style:circle;
    padding-top: 15px;
    padding-bottom: 25px;
}
.p-card ul li{
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    padding-top: 5px;
    font-style: italic;
}
.p-card a{
    width: 100px;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    background-color: #555fe4d2;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}
.p-card a:hover{
    color: #fff;
    background-color: #060518;
}
.feature-container img{
    width: 100%;
    max-width: 485px;
    height: auto;
    margin: 0 auto;
}

.feature-container{ 
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 75%;
    font-family: "Poppins",sans-serif;
    margin-right: auto;
    margin-left: auto;
    grid-gap: 50px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 80px;
    
} 
.feature-left,.feature-right{
    margin: 0 auto;
    box-sizing: border-box;
}
#f-small-right{
    display: none;
}
/* THIS IS THE LARGE LAPTOP */
@media(max-width:1440px){
    .feature-container{
        grid-template-columns: 1fr;
        width: 80%;
    }
}
/* THIS IS THE NORMAL LAPTOP */
@media(max-width:1024px){

}
@media(max-width:990px){
    #f-small-right{
        display: block;
    }
    #f-big-right{
        display: none;
    }
}
/* THIS IS WHERE FEATURE BREAKS */

/* THIS IS THE PHONES */
@media(max-width:425px){
    .feature-container{
        grid-template-columns: 1fr;
        justify-content: center;
    }
    /*.feature-container img{
        width: 40px;
        height: 40px;
    }*/
    .feature-container p{
        width: 80%;
        margin: 0 auto;
        font-size: 14px;
    }
    .feature-container h1{
        width: 80%;
        margin: 0 auto;
        font-size: 22px;
    }

    .feature-left img{
        transform: translateX(0);
    }
    #f-small-right{
        display: block;
        margin: auto;
        transform: translateX(0);
    }
    #f-big-right{
        display: none;
    }
    .feature-bottom{
        padding-top: 150px;
        width: 80%;
        margin: 0 auto;
    }
}
.home-container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: 0 auto;
    width: 80%;
    padding-bottom: 130px;
    grid-gap: 50px;
    font-family: "Poppins",sans-serif;
}
.affiliate-container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 80%;
    margin: 0 auto;
    padding-bottom: 130px;
    grid-gap: 75px;
    font-family: "Poppins",sans-serif;
}
.affiliate-container img{
    display: block;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.home-container img{
    display: block;
    width: 100%;
    max-width: 460px;
    min-width: 300px;
    margin: 0 auto;
}
.feature-container h1{
    color: #ffffffd7;
    padding-top: 35px;
}
.feature-container p{
    color: #ffffffb6;
    line-height: 25px;
    padding-top: 30px;
}
.home-container h1, .affiliate-container h1{
    color: #ffffffd7;
    padding-top: 35px;
}
#h-small-right{
    display: none;
}
.home-container p, .affiliate-container p{
    color: #ffffff8c;
    line-height: 25px;
    padding-top: 30px;
}
.home-left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.af-left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.af-btn-1{
    width: 165px;
    height: 55px;
    border: 2px solid #ffffff9a;
    color: #ffffffda;
    font-weight: 600;
    margin-top:20px;
    font-family: "Poppins",sans-serif;
    background-color: transparent;
    border-radius: 15px;
    transition: all .3s ease-in-out;
}
.af-btn-1:hover{
    cursor: pointer;
    background-color: #060518;
    color: #fff;
    border: 2px solid #060518;
    box-shadow: 0 0 5px #060518;
}
/* HOME CONTAINER BREAKS HERE */


@media(max-width:1160px){
    .home-btns{
        margin-top: 15px;
    }
}
@media(max-width:1078px){

    .home-left p{
        font-size: 14px;
    }
}
@media(max-width:954px){
    .home-container{
        grid-template-columns: 1fr;
    }
    .affiliate-container{
        grid-template-columns: 1fr;
    }
    #h-big-right{
        display: none;
    }
    #h-small-right{
        display: block;
    }
    .home-left{
        width: 80%;
        margin: auto;
        text-align: center;
    }
    .home-right{
        width: 80%;
        margin: 0 auto;
    }
    .home-btns{
        margin: auto;
        padding-top: 50px;
    }
}
@media(max-width:565px){
    .home-left{
        width: 90%;
    }
}
.feature-title{
    font-family: "Poppins",sans-serif;
    width: 65%;
    text-align: left;
    padding-bottom: 80px;
}
.feature-bottom{
    width: 65%;
    font-family: "Poppins",sans-serif;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 50px;
}
@media(max-width:425px){
    .feature-bottom{
        width: 80%;
        font-size: 17px;
    }
    .org-title h1{
        margin: 0;
        font-size: 16px;
    }
    .Organizations{
        padding-bottom: 50px;
    }
}
.feature-bottom p{
    color: #ffffff88;
    line-height: 25px;
    padding-top: 10px;
    font-size: 14.5px;
    padding-bottom: 50px;
}
.feature-bottom a{
    padding: 10px 25px;
    background-color: transparent;
    border: 2px solid #ffffffa1;
    font-weight: 500;
    color: #ffffffd7;
    transition: all .3s ease-in-out;
    border-radius: 15px;
}
.feature-bottom a:hover{
    border: 2px solid transparent;
    color: #fff;
    background-color: #060518;
}
.Benefits-Container{
    width: 90%;
    max-width: 1200px; 
    margin-right: auto;
    margin-left: auto;
    display: grid;    
    grid-template-columns: repeat(3,1fr);
    grid-gap: 45px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;

}
.ex-creator-container{    
    width: 70%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 45px;
    margin: 0 auto;
}
@media(max-width:1440px){
    .ex-creator-container{
        grid-template-columns: repeat(2,1fr);
    }
}
@media(max-width:983px){
    .ex-creator-container{
        grid-template-columns: 1fr;
    }
}

.creator-card{
    min-width: 280px;
    max-width: 350px;
    padding: 25px 35px;
    background-color: transparent;
    border-radius: 15px;
    border: 2px solid #0605181e;
    font-family: "Poppins",sans-serif;
    color: #06051898;
    margin: 0 auto;
}
@media(max-width:450px){
    .creator-card{
        min-width: 240px;
    }
}
.creator-card h1{
    padding-top: 20px;
    font-size: 20px;
    padding-bottom: 5px;
    color: #060518cb;
}
.creator-card h4{
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: #06051862;
    padding-bottom: 15px;
}
.af-header{
    width: 80%;
    text-align: left;
}
.af-header button{
    display: flex;
    padding: 5px 10px;
    background-color: transparent;
    border: none;
    flex-direction: row;
}
.af-header button:hover{
    cursor: pointer;
}
.af-header img{
    opacity: 0.45;
    width: 17px;
    transform: rotateZ(90deg);
}
.af-header h1{
    font-size: 17px;
    font-weight: 600;
    padding-left: 15px;
    font-family: "Poppins",sans-serif;
    color: #0605186b;

}
.how-title{
    font-family: "Poppins",sans-serif;
    font-size: 22px;
    color: #060518b2;
    padding-bottom: 30px;
    text-align: center;
}
.how-apply{
    text-align: center;
    width: 60%;
    font-family: "Poppins",sans-serif;
    color: #060518c5;
    margin-top: 25px;
    margin-bottom: 65px;
    margin-left: auto;
    margin-right: auto;
}
.how-apply button{
    width: 150px;
    height: 40px;
    font-family: "Poppins",sans-serif;
    background-color: transparent;
    border-radius: 15px;
    border: 2px solid #00000025;
    font-weight: 600;
    color: #0000003f;
    margin-top: 35px;
    transition: all .5s ease-in-out;
}
.how-apply button:hover{
    cursor: pointer;
    color: #fff;
    background-color: #060518;
    border: 2px solid transparent;
}
.creator-card p{
    text-align: center;
    line-height: 25px;
    font-weight: 370;
    padding-bottom: 20px;
}
.creator-card .img{
    width: 100%;
    height: 250px;
    background-image: url('example-c-2.svg');
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}
.creator-card .img2{
    width: 100%;
    height: 250px;
    background-image: url('example-c-1.svg');
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}
.creator-card .img3{
    width: 100%;
    height: 250px;
    background-image: url('project-gsb.svg');
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}
.benefit-card{
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    justify-content: space-between;
    height: 350px;
    width: 370px;
    text-align: center;
    padding: 0 10px;
    font-family: "Poppins",sans-serif;
}
.benefit-card h1{
    color: #060518dc;
    font-size: 19px;
    padding-bottom: 15px;
}
.benefit-card h4{
    font-size: 13px;
    font-style: italic;
    color: #0605187c;
    margin-top: -10px;
    padding-bottom: 15px;
}
.benefit-card p{
    color: #06051883;
    line-height: 25px;
    font-size: 14px;
}
.benefit-top{
    width: 120px;
    height: 120px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 0 solid #555FE4;
    border-radius: 600px;
}
.benefit-card img{
    width: 135px;
    height: 130px;
    margin: auto;
}
.benefit-top h4{
    font-family: "Poppins",sans-serif;
    color: #060518;
    font-size: 30px;
    margin-bottom: 5px;
    margin-left: 7px;
}
@media(max-width:1368px){
    .Benefits-Container{
        grid-template-columns: repeat(2,1fr);
    }
}
@media(max-width:908px){
    .Benefits-Container{
        grid-template-columns: 1fr;
        grid-gap: 60px;
    }
}
.home-btns{
    display: flex;
    flex-direction: row;
}
.benefit-btn-1{
    font-weight: 600;
    font-size: 15px;
    color: #060518c7;
    background-color: #f3f3f3;
    padding: 11px 19px;
    border-radius: 10px;
    margin-right: 25px;
    transition: all .3s ease-in-out;
}
.benefit-btn-1:hover{
    background-color: #060518;
    color: #fff;
}
.benefit-btn-2{
    font-weight: 500;
    font-size: 15px;
    color: #ffffffb7;
    background-color: transparent;
    border: 2px solid #ffffffb6;
    padding: 11px 19px;
    border-radius: 10px;
    margin-right: 25px;
    transition: all .3s ease-in-out;
}
.benefit-btn-2:hover{
    background-color: #060518;
    color: #fff;
    border: 2px solid transparent;
}
.home-bottom{
    width: 65%;
    font-family: "Poppins",sans-serif;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 100px;
    color: #060518c9;
}
@media(max-width:1161px){
    .home-bottom{
        padding-top: 50px;
    }
}
.home-bottom p{
    color: #0605189a;
    line-height: 25px;
    padding-top: 10px;
    font-size: 14.5px;
    padding-bottom: 50px;
}
.home-bottom a{
    padding: 10px 25px;
    background-color: transparent;
    border: 2px solid #060518a6;
    font-weight: 500;
    color: #06051898;
    transition: all .3s ease-in-out;
    border-radius: 15px;
}
.home-bottom a:hover{
    border: 2px solid transparent;
    color: #fff;
    background-color: #555FE4;
}








@media (max-width:991px){
    .copyrightText{
        padding: 20px 40px 30px;
    }
    footer{
        padding: 40px;
    }
    .footer-container{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 20px;
        font-family: "Poppins", sans-serif;
    }
}
@media(max-width:768px){
    .footer-container{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 20px;
        font-family: "Poppins", sans-serif;
    }
}





@media (max-width:952px){
    nav img{
        width:45px;
        height: 45px;
    }
    nav ul li a{
        font-size: 16px;
    }
}
@media (max-width:858px){
    .checkbtn{
        display: block;
    }
    .button a{
        color:#fff;
    }
    nav ul{
        position: fixed;
        width: 100%;
        height:100%;
        background-color:#12144b;
        top:80px;
        left:100%;
        padding-left: 25px;
        padding-top: 30px;
        transition:all .5s;
        text-align: left;
        align-items: left;
    }

    nav ul li{
        display: block;
    }
    nav ul li a{
        font-size: 20px;
        
    }
    #check:checked ~ ul{
        left:0;
    }
   
}

.nature-credits-section{
    display: grid;
    justify-items: center;
    align-content: center;
}

.txt-hstack{
    display: grid;
    grid-template-columns: 1fr auto;
    width: 90%;
}

.pilot-hstack{
    display: grid;
    grid-template-columns: auto 1fr;
    width: 90%;
    gap: 85px;
    padding-top: 100px;
    padding-bottom: 75px;
}

.pilot-hstack.panel-showing{
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 85px;
}

.txt-hstack img{
    width: 575px;
    height: auto;
}

.txt-vert{
    padding-top: 75px;
    padding-right: 50px;
}

.txt-vert h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #ffffff;
    padding-bottom: 20px;
}

.txt-vert-p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #ffffffc0;
    width: 75%;
}

.nature-credits-section p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    padding-top: 10px;
}

.f-faq-section{
    display: grid;
    justify-items: center;
    align-content: center;
}

.pilot-section{
    display: grid;
    justify-items: center;
    align-content: center;
    transition: height 350ms ease;
}



.f-faq-con{
    width: 90%;
}

.welcome-container{
    position: fixed;
    opacity: 0;
    z-index: 999;
    opacity: 1;
    animation:  fadeOut 1s ease-out forwards;
    animation-delay: 1s;
    height: 100vh;
    width: 100vw;
    background-color:#12144b;
    background-image:
    radial-gradient(at 85% 69%, #242780 0px, transparent 50%),
    radial-gradient(at 78% 1%, #25275f 0px, transparent 50%),
    radial-gradient(at 3% 16%, #0e1057 0px, transparent 50%),
    radial-gradient(at 0% 39%, #3b40a1 0px, transparent 50%),
    radial-gradient(at 95% 36%, #565bf3 0px, transparent 50%);
}
@keyframes fadeOut {
    from {
        opacity: 1;
        filter: blur(0px);
    }
    to {
        opacity: 0;
        filter: blur(8px);
        visibility: hidden;
    }
}

.welcome-vert{
    transform:translateY(35vh);
    font-family: "Outfit", sans-serif;
}
.welcome-vert p{
    padding-bottom: 7.5px;
    color: #ffffff63;
    font-size: 15px;
}
.welcome-vert h1{
    font-size: 30px;
    font-family: "Noto Sans NKo", sans-serif;
    letter-spacing: 1.5px;
    color: #ffffffec;
    font-weight: 600;
}
.welcome-disclaimer{
    transform: translateY(300px);
}

.vert-pilot{
    display: grid;
    justify-items: center;
    transition: 350ms ease;
}

.vert-pilot img{
    width: 550px;
    height: auto;
    margin-top: -55px;
}

.vert{
    display: flex;
    flex-direction: column;
}

.form-hstack{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 20px;
}

.vert input{
    height: 40px;
    border: 2px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding-left: 15px;
    font-size: 15px;
    color: #fff;
    outline: none;
    font-family: 'Poppins', sans-serif;
}

.vert label{
    font-family: 'Poppins',sans-serif;
    padding-bottom: 10px;
}

.vert select{
    height: 43.5px;
    border: 2px solid #ffffff;
    background-color: transparent;
    border-radius: 7px;
    padding-left: 5px;
    font-size: 15px;
    color: #fff;
    outline: none;
    font-family: 'Poppins', sans-serif;
}

.vert select option{
    color: #111;
}

.pilot-form .disclaimer{
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding-right: 65px;
    padding-top: 35px;
    color: #fff;
}

.pilot-form button{
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 14px;
    height: 42.5px;
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
    background-color: rgb(76, 76, 230);
    border-radius: 10px;
    border: 1px solid transparent;
    margin-top: 35px;
    transition: all 450ms ease;
}

.pilot-form button:hover{
    background-color: #fff;
    color: #111;
    cursor: pointer;
}

.pilot-form h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding-bottom: 10px;
    font-size: 20px;
}

.pilot-form p{
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #ffffffda;
    margin-bottom: 35px;
}

.title-hstack{
    display: grid;
    grid-template-columns: auto 1fr;
    padding-bottom: 55px;
}

.title-vert h1{
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #111111b0;
}

.title-vert p{
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #111111dc;
}

.benefits-con-section{
    width: 90%;
}

.meditation-benefits-section{
    display: grid;
    justify-items: center;
    align-content: center;
}

.benefits-s-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(485px, 1fr));
    justify-items: center;
}

.benefits-vert{
    display: grid;
    height: 300px;
    width: 485px;
    justify-items: center;
}

.benefits-vert img{
    width: 165px;
    height: auto;
    margin-bottom: -10px;
}

.benefits-vert.b img{
    width: 225px;
    height: auto;
    margin-top: -35px;
    margin-bottom: -10px;
}

.benefits-vert.t img{
    margin-bottom: 12.5px;
}

.vert.benefit{
    text-align: center;
    color: #111;
    font-family: "Poppins",sans-serif;
}

.vert.benefit h1{
    font-weight: 500;
    padding-bottom: 10px;
    font-size: 22px;
}

.vert.benefit p{
    font-weight: 500;
    font-size: 13px;
    color: #11111193;
}

.cta-callback-section{
    display: grid;
    grid-template-columns: auto 1fr;
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url('man-entering-his-office-using-an-iphone-x-mockup-a17495.png');
    background-size:100%;
    background-repeat:no-repeat;
    background-position: top;
}

.pilot-form.two{
    margin-right: 75px;
}







/* Container animations (reuse with your other panels) */
.panel {
  display: grid;
  text-align: center;
  justify-items: center;
  transition: opacity .5s ease, filter .5s ease, transform .5s ease;
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0);
}

.pilot-form{
    transition: 350ms ease;
}

.hidden { display: none; }
.blur-in { opacity: 1; filter: blur(0px); transform: translateY(0); }
.blur-out { opacity: 0; filter: blur(6px); transform: translateY(6px); }

/* Congrats view styles */


/* Progress bar */
.progress {
  position: relative;
  width: min(640px, 100%);
  height: 10px;
  background: #e9e9ee;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
}
.progress-bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #6a5cff, #8c7cff);
  border-radius: 999px;
  transition: width .1s linear;
}


.sidebar{
    position: fixed;
    width: 270px;
    background-image: linear-gradient(to top, #2429c0,#101141);
    height: 100vh;
    z-index: 990;
    transition: 400ms ease;
    font-family: "Poppins",sans-serif;
}

.sidebar.collasped{
    width: 85px;

}

.sidebar2{
    width: 270px;
    background-color: transparent;
    height: 28px;
    transition: 400ms ease;
}

.sidebar2.collasped{
    width: 85px;
}

.sidebar3{
    width: 270px;
    background-color: transparent;
    height: 100vh;
    transition: 400ms ease;
}

.sidebar3.collasped{
    width: 85px;
}

.pilot-grids{
    display: flex;
    flex-direction: row;

}


.center{
    display: grid;
    grid-template-columns:auto 1fr;
    width: 100%;
    background:#fff;
    height: 100vh;
    transition: 400ms ease;
    align-items: top;
}


.sidebar-header{
    position: relative;
    display: flex;
    padding: 25px 20px;
    align-items: center;
    justify-content: space-between;
}

.sidebar-header .header-logo img{
    width: 46px;
    height: 46px;
    display: block;
    object-fit: contain;
}

.sidebar-header .toggler{
    position: absolute;
    right: 20px;
    height: 35px;
    width: 35px;
    border: none;
    color: #1C1D1F;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 8px;
    background: #fff;
    transition: 300ms ease-in-out;
}

.sidebar-header .toggler span{
    transform: rotate(0);
}
.sidebar.collasped .sidebar-header .toggler span{
    transform: rotate(180deg);
}

.sidebar.collasped .sidebar-header .toggler{
    transform: translate(-4px, 65px);
} 

.sidebar-header .toggler:hover{
    background: #5055db;
    color: #ffffff;
}

.sidebar-header .toggler span{
    font-size: 1.75rem;
}

.sidebar-nav .nav-list{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 15px;
    transform: translateY(10px);
    transition: 400ms ease;
}

.sidebar.collasped .sidebar-nav .primary-nav{
    transform: translateY(65px);
}

.sidebar-nav .nav-link{
    color: #fff;
    display: flex;
    gap: 12px;
    white-space: nowrap;
    border-radius: 8px;
    align-items: center;
    padding: 12px 15px;
    text-decoration: none;
    transition: 400ms ease;
}

.sidebar-nav .link1.clicked{
    background-color: #fff;
    color: #1C1D1F;
}

.sidebar-nav .link2.clicked{
    background-color: #fff;
    color: #1C1D1F;
}

.sidebar-nav .link3.clicked{
    background-color: #fff;
    color: #1C1D1F;
}

.sidebar-nav .link4.clicked{
    background-color: #fff;
    color: #1C1D1F;
}

.sidebar-nav .link5.clicked{
    background-color: #fff;
    color: #1C1D1F;
}

.sidebar-nav .nav-link:hover{
    background: #fff;
    color: #1C1D1F;
}

.sidebar-nav .nav-link .nav-label{
    transition: opacity 400ms ease;
}


.sidebar.collasped .sidebar-nav .nav-link .nav-label{
    opacity:0;
    pointer-events: none;
}

.sidebar-nav .nav-item {
    position: relative;
}

.sidebar-nav .nav-tooltip{
    position: absolute;
    top: -10px;
    opacity: 0;
    pointer-events: none;
    left: calc(100% + 25px);
    color: #1C1D1F;
    padding: 6px 12px;
    border-radius: 8px;
    background: #fff;
    white-space: nowrap;
    box-shadow: 0 0 15px #1c1d1f27;
    transition: 0s;
}

.sidebar-nav a:hover{
    cursor: pointer;
}


.sidebar.collasped .sidebar-nav .nav-item:hover .nav-tooltip{
    opacity: 1;
    pointer-events: auto;
    transform: translateY(50%);
    transition: 400ms ease;
}

.sidebar-nav .secondary-nav{
    position: absolute;
    bottom: 30px;
    width:238px;
}

.sidebar.collasped .sidebar-nav .secondary-nav{
    width: 56px;
}

.section{
    background-color: transparent;
    overflow: hidden;
    padding-right: 75px;
    padding-left: 75px;
}

.onboarding,.resources,.dashboard,.settings{
    display: block;
    padding-top: 35px;
}

.onboarding.hide,.resources.hide,.dashboard.hide,.settings.hide{
    display: none;
}

.title-con{
    display: grid;
    grid-template-columns: auto 1fr;
}

.vert{
    text-align: left;
}

.vert h1{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #060518cc;
    font-size: 20px;
    padding-bottom: 5px;
}

.vert p{
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    color: #06051860;
    font-size:13.25px;
}

.branding-kit-con{
    display: grid;
    grid-template-columns: 1fr auto;
    height: 250px;
    overflow: hidden;
    margin-top: 45px;
    width: 100%;
    background-image: linear-gradient(45deg, #1515a3 ,#4848db);
    border-radius: 15px;
    transition: 350ms ease;
    
}

.center-txt{
    display: flex;
    flex-direction: column;
    font-family: "Poppins",sans-serif;
    text-align: left;
    padding-top: 45px;
    padding-left: 30px;
}

.center-txt h1{
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-size: 27px;
}

.center-txt span{
    font-weight: 400;
    font-size: 13px;
    color: #ffffffc7;
    width: 550px;
    padding-top: 5px;
}



.title-con-row{
    margin-top: 55px;
}

.title-con-row .vert h1{
    font-size: 15px;
}

.title-con-row .vert p{
    font-size: 12px;
}

.row-con{
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    gap: 10px;
}

.row-con.email{
    display: grid;
    grid-template-columns: repeat(3, 280px);
}

.hstack{
    display: flex;
    flex-direction: row;   
    font-family: "Poppins", sans-serif;
    color:#060518c4;
    padding-bottom: 30px;
}

.hstack h2{
    font-weight: 600;
    font-size: 12px;
}

.hstack span{
    font-size: 18px;
    font-weight: 500;
    padding-right: 10px;
}

.hstack-two{
    display: grid;
    grid-template-columns: 1fr auto;
    font-family: "Poppins", sans-serif;
    color:#060518e8;
    align-items: center;
    padding-bottom: 15px;
}

.hstack-two h1{
    font-weight: 500;
    font-size: 16px;
    padding-right: 20px;
}

.hstack-two h2{
    font-weight: 500;
    font-size: 13px;
    text-decoration: underline;
    color: #2b24a3a8;
}

.row-card-email p{
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    color: #06051880;
    font-size: 12px;
}

.row-card-poster p{
    text-align: center;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 12px;
    width: 200px;
    align-content: center;
    height: 30px;
    background-color:#060518;
    border-radius: 16px;
    transition:350ms ease;
}

.row-card-poster p:hover{
    background-color: #4d46db;
}

.row-card-email{
    width: 250px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 0 10px #4949576c;
    margin-left: 10px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 16px;
    transition: all 450ms ease;
}

.row-card-poster{
    width: 285px;
    padding-bottom: 20px;
    box-shadow: 0 0 10px #4949576c;
    margin-left: 10px;
    border-radius: 16px;
    justify-items: center;
    transition: all 450ms ease;
}

.row-card-poster .hstack-two{
    display: grid;
    width: 90%;
    grid-template-columns: auto 1fr;
    text-align: left;
    border-top: 1px solid #79797944;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.row-card-poster img{
    width: 285px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.row-card-email:hover{
    background-color: #060518;
    color: #fff;
    cursor: pointer;
}

.row-card-email:hover .hstack{
    display: flex;
    flex-direction: row;   
    font-family: "Poppins", sans-serif;
    color:#ffffffc4;
    padding-bottom: 30px;
}

.row-card-email:hover .hstack-two{
    display: grid;
    grid-template-columns: 1fr auto;
    font-family: "Poppins", sans-serif;
    color:#ffffff;
    align-items: center;
    padding-bottom: 15px;
}

.row-card-email:hover .hstack-two h1{
    font-weight: 500;
    font-size: 16px;
    padding-right: 20px;
}

.row-card-email:hover .hstack-two h2{
    font-weight: 500;
    font-size: 13px;
    text-decoration: underline;
    color: #9e99ffcc;
}

.row-card-email:hover p{
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    color: #ffffff80;
    font-size: 12px;
}


.row-card-poster:hover{

    cursor: pointer;
}

.row-card-poster:hover .hstack{
    display: flex;
    flex-direction: row;   
    font-family: "Poppins", sans-serif;
    color:#ffffff;
    padding-bottom: 30px;
}

.row-card-poster:hover .hstack-two{
    
    display: grid;
    grid-template-columns: 1fr auto;
    font-family: "Poppins", sans-serif;

    align-items: center;
    padding-bottom: 15px;
}

.row-card-poster:hover .hstack-two h1{
    font-weight: 500;
    font-size: 16px;
    padding-right: 20px;
}

.row-card-poster:hover .hstack-two h2{
    font-weight: 500;
    font-size: 13px;
    text-decoration: underline;
    color: #9e99ffcc;
}

.row-card-poster:hover p{
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 12px;
}

.branding-kit-con img{
    width: 400px;
}

.center-txt button{
    width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    border: none;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    margin-top: 65px;
    transition: all 350ms ease;
}

.center-txt button:hover{
    cursor: pointer;
    background-color: #060518;
    color: #fff;
}

.main-container{
    display: flex;
    flex-direction: column;
    margin-top: 85px;
    gap: 35px;
}



.settings-side-controls h1{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #060518cc;
    font-size: 20px;
    padding-bottom: 5px;
}

.settings-side-controls .school-info-btn,.branding-s-btn,.billing-btn{
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #0605188c;
    padding-bottom: 3px;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: all 350ms ease;
}

.settings-side-controls .school-info-btn, .billing-btn{
    margin-left: 30px;
}

.settings-side-controls{
    border-bottom: 2px solid #33333331;
}

.settings-side-controls button:hover{
    cursor: pointer;
    color: #544ce0;
    border-bottom: 3px solid #544ce0;
}

.title-con-settings{
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.vstack{
    font-family: "Poppins", sans-serif;
}

.vstack h1{
    color: #060518d3;
    font-weight: 600;
    font-size: 16px;
}

.vstack p{
    color: #0605187e;
    font-weight: 500;
    font-size: 13px;
}

.settings-a-save-btns button{
    padding-left: 17.5px;
    padding-right: 17.5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Poppins",sans-serif;
    color: #06051891;
    border-radius: 16px;
    background-color: transparent;
    border: 1px solid #06051891;
    margin-right: 10px;
    transition: all 350ms ease;
}

.settings-a-save-btns button h1{
    font-weight: 500;
    font-size: 14px;
}

.account-cancel-btn:hover{
    cursor: pointer;
    background-color: red;
    color: #fff;
    border: 1px solid #11111100;
}

.account-save-btn:hover{
    cursor: pointer;
    background-color: rgb(71, 71, 218);
    color: #fff;
    border: 1px solid #11111100;
}

.school-info-btn.selected,.branding-s-btn.selected,.billing-btn.selected{
    color: #544ce0;
    border-bottom: 3px solid #544ce0;
    
}

.setting-row{
    display: flex;
    flex-direction: column;
    font-family: "Poppins",sans-serif;
}

.setting-row.special {
    margin-top: 55px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
    background-image: linear-gradient(45deg, #1515a3 ,#4848db);
    border-radius: 16px;
}

.setting-row.special h1{
    color: #fff;
}

.setting-row.special p{
    color: #ffffffaf;
    font-size: 12px;
    min-width: 450px;
    width: fit-content;
    max-width: 750px;
    padding-right: 35px;
}

.setting-row h1{
    font-weight: 600;
    color: #060518b9;
    font-size: 16.5px;
    margin-bottom: 5px;
}

.setting-actual-content{
    padding-top: 10px;
}

.setting-actual-content h1{
    font-weight: 500;
    font-size: 14px;
    color: #0605187a;
}

#school-code{
    font-size: 23.5px;
    letter-spacing: 1px;
    background-color: #ffffff1f;
    width: fit-content;
    padding: 7.5px 10px;
    border-radius: 5px;
    margin-top: 20px;
    transition: 350ms ease;
}

#school-code:hover{
    cursor: pointer;
    background-color: #ffffff50;
    
}



.special-hstack{
    display: grid;
    grid-template-columns: 1fr auto;
}

.special-hstack button{
    font-family: "Poppins",sans-serif;
    height: 32.5px;
    width: 95px;
    border-radius: 10px;
    font-weight: 500;
    border: none;
    font-size: 12px;
    background-color: #9b80ff;
    color: #fff;
    transition: 350ms ease;
}

.special-hstack button:hover{
    cursor: pointer;
    background-color: #fff;
    color: #060518;
}

.setting-actual-content input{
    height:50px;
    width: 450px;
    padding-left: 25px;
    color: #06051896;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    border-radius: 10px;
    font-size: 15px;
    border: 2px solid #66666657;
    margin-top: 5px;
}

.setting-row p{
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 12.5px;
    width: 500px;
    color: #06051852;
}

.setting-row.special p{
    font-family: "Poppins", sans-serif;
    font-size: 12.5px;
    width: 550px;
    font-weight: 400;
}

.margb{
    margin-bottom: 25px;
}

.vert h1 span{
    color: #06051860;
    font-size: 17px;
    padding-right: 5px;
}

.nature-credits-p-row{
    display: grid;
    grid-template-columns: 1fr auto;
    height: 205px;
    font-family: "Rubik",sans-serif;
    background-image: linear-gradient(to right, #202c2a,#275036);
    border-radius: 16px;
    overflow: hidden;
    margin-top: 35px;
}

.nature-credits-p-row img{


    right: 0;
    width: 350px;
    height: auto;
    transform: translateY(-25px) translateX(50px);
}

.nature-credits-p-row .title-con{
    padding-top: 15px;
    padding-left: 25px;
}

.nature-credits-p-row .title-con .vert h1{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 0;
}

.nature-credits-p-row .title-con .vert p{
    color: #ffffffb9;
    font-size: 12px;
    width: 75%;
}

.nature-credits-p-row .title-con .vert h1 .specialtree{
    color: rgb(145, 231, 145);
    
    padding-left: 4px;
}

.nature-credits-p-row button{
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    font-size: 13px;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 12.5px;
    border: none;
    transition: 450ms ease;
    margin-top: 40px;
}

.nature-credits-p-row button:hover{
    cursor: pointer;
    background-color: #060518;
    color: #fff;
}

.width{
    width: 95%;
}

.section.dashboard{
    justify-items: center;
    overflow-y: auto;
}

.section.resources{

    overflow-y: auto;
}

.section.dashboard .title-con{
    width: 100%;
}



.grid-1{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-top: 25px;
}

.grid-card{
    padding-left: 25px;
    padding-top: 10px;
    border-radius: 13px;
    background-color: #e6dfd0cb;
}

.grid-card.min{
    background-color: #9d80db96;
}

.grid-card.sess{
    background-color: #abc6f7d7;
}

.grid-card.cred{
    background-color: #b3cf99;
}

.grid-card h1{
    font-family: "Rubik", sans-serif;
    color: #1b1b1b;
}

.grid-card .top h1{
    font-weight: 400;
    font-size: 40px;
}

.grid-card p{
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #333333d0;
}

.grid-card .top{
    margin-bottom: 15px;
}

.grid-card .bottom h1{
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 2px;
}

.grid-card .bottom p{
    font-size: 12px;
}

.pilot-progress{
    padding: 10px 25px;
    border-radius: 16px;
    background-image: linear-gradient(45deg, #1515a3 ,#4848db);
    margin-top: 45px;
}

.pilot-progress .title-con .vert h1{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 0;
}

.pilot-progress .title-con .vert p{
    color: #ffffff8a;
    font-size: 12px;
}

.pilot-progress .title-con{
    margin-bottom: 25px;
}

.space-grid{
    display: grid;
    grid-template-columns: auto 1fr auto;
}

.p-vert{
    display: grid;
    width: 100px;
    justify-items: center;
 
}

.p-vert h1{
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 13px;
    padding-top: 5px;
}

.p-vert span{
    font-variation-settings: 'FILL' 1;
}

.p-vert.one span{
    font-variation-settings: 'FILL' 0;
}

.p-vert span{
    font-size: 27px;
    font-weight: 400;
}

.center-txt2{
    font-family: "Rubik", sans-serif;
    text-align: center;
    padding-bottom: 10px;
    color: #ffffffb7;
    font-weight: 400;
    font-size: 14px;
    padding-top: 25px;
}

.split-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 380px;
    gap: 20px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.left-side{
    background-color: #1515a3;
    border-radius: 16px;
    padding: 10px 20px;
}

.right-side{
    display: grid;
    grid-template-rows: 1fr ;
    gap: 20px;
}

.top-right, .bottom-right{
    background-color: #4848db;
    border-radius: 16px;
    padding: 10px 20px;
}

.split-grid .vert h1, .bottom-right .vert h1{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 0;
}

.split-grid .vert p, .bottom-right .vert p{
    color: #ffffff6e;
    font-size: 12px;
    margin-bottom: 25px;
}



.top-right .top h1{
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 55px;
    
}

.top-right .top p{
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff7e;
}

.hstack-grid{
    display: flex;
    flex-direction: row;
}

.top-right .top{
    margin-top: 20px;
}

.top.code{
    margin-left: 30px;
    padding: 5px 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    background-color: #ffffff1f;
    transition: 450ms ease;
    transform: translateY(-5px);
}

.top.code:hover{
    cursor: pointer;
    background-color: #ffffff3f;
}

.top-right button{
    margin-top: 97px;
    width: 115px;
    height: 35px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    border-radius: 15px;
    border: none;
    transition: 450ms ease;
}

.top-right button:hover{
    cursor: pointer;
    background-color: #060518;
    color: #fff;
}

.account-photo{
    background-color: transparent;
    border: none;
    border-radius: 50%;
    height: 85px;
}

.account-photo img{
    width: 85px;
    height: 85px;
    border-radius: 50%;
}

.photo-overlay{
    display: grid;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    z-index: 1;
    background-color: #3a3a3aa9;
    transform: translateY(-88px);
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
    transition: 300ms ease;
}

.account-photo:hover .photo-overlay{
    cursor: pointer;
    opacity: 1;
}

.hstacks{
    display: flex;
    flex-direction: row;
    padding-left: 6px;
    margin-top: 20px;
}

.left-side h1{
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 16.5px;
}

.hstacks .vert{
    margin-left: 25px;
    margin-top: 5px;
    text-align: left;
}

.hstacks .vert span{
    font-family: "Rubik",sans-serif;
    padding-top: 10px;
    font-weight: 400;
    color: #ffffff88;
}
.left-side .vert.tewo{
    font-weight: 400;
}

.hstacks.check p{
    font-family: "Rubik",sans-serif;
    font-weight: 400;
    font-size: 13.5px;
    padding-right: 45px;
    padding-left: 5px;
    line-height: 22px;
    color: #ffffffd8;
}

.hstacks.check input{
    width: 22.5px;
    margin-right: 10px;
}

.hstacks.check input:hover{
    cursor: pointer;
}

.hstacks.check{
    margin-top: 50px;
}

.left-side button{
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 15px;
    width: 75px;
    height: 30px;
    border-radius: 10px;
    border: none;
    transition:  350ms ease;
}

.left-side #save-logo-dash:hover{
    cursor: pointer;
    background-color: #060518;
    color: #fff;
}

.left-side .title-con, .right-side .title-con{
    padding-top: 10px;
}

.progress-con{
    width: 100%;
    justify-items: center;
}

.progress-bar {
    margin-top: 20px;
    width: 97%;
    height: 10px;
    background: #e4e6eb8a;
    
    border-radius: 7px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    width: 0%; /* JS will set this */
    border-radius: 7px;
    background: linear-gradient(90deg, rgb(123, 253, 123), #239cff);
    transition: width 0.5s ease;
}

.hstacks.check.settings p{
    color: #060518c4;
}

.vert.settings span{
    color: #0605188e;
}

.vert.settings{
    margin-top: 0;
    padding-top: 5px;
}

.hstacks.check.settings{
    margin-top: 0;
}

.pilot-progress.settings{
    margin-bottom: 35px;
}

.billing-history{
    display: grid;
    justify-content: center;
    align-items: center;
    width: 75%;
    height: 185px;
    background-color: #50505025;
    border-radius: 16px;
    margin-top: 30px;
}

.billing-history h1{
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.section.settings{
    overflow-y: auto;
}

.center-stuff{
    justify-content: center;
    align-items: center;
}

.payment-method{
    display: grid;
    justify-content: center;
    align-items: center;
    width: 75%;
    height: 185px;
    background-color: #50505025;
    border-radius: 16px;
    margin-top: 30px;
}

.payment-method span{
    color: #0605188c;
    text-align: center;
    font-size: 30px;
}

.payment-method h1{
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: -60px;
}

.set-hstack{
    display: grid;
    grid-template-columns: 1fr auto;
    
}

.save-changes-btn{
    font-family: "Rubik", sans-serif;
    width: 125px;
    border-radius: 100px;
    height: 37.5px;
    border: none;
    background-color: rgb(84, 84, 255);
    color: #fff;
    transition: 350ms ease;
}

.save-changes-btn:hover{
    cursor: pointer;
    background-color: #060518;

}

.pilot-steps-con{
    display: grid;
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 995;
    background-color:#12144b69;
    backdrop-filter: blur(10px);
    justify-items: center;
    align-items: center;
}

.step-con{
    display: grid;
    grid-template-rows: auto  auto 1fr auto;
    width: 850px;
    min-width: 550px;
    height: 600px;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    justify-items: center;
}

.step-con .title-con{
    grid-template-columns: 1fr auto;
}

.step-con .title-con h1{
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 17px;
}

.step-con .title-con p{
    font-size: 12.5px;
}

.step-con .title-con .hey{
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 13px;
    padding-top: 15px;
    padding-right: 20px;
    color: #06051873;
}

.btns-s-vert{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}

.continue-btn{
    width: 65%;
    min-width: 300px;
    height: 38px;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    background-color:  #7070ff;
    color: #fff;
    border-radius: 50px;
    border: none;
    margin-bottom: 10px;
    transition: 350ms ease;
}

.continue-btn:hover{
    cursor: pointer;
    background-color: #271ed1;
}

.skip-step-btn{
    width: 250px;
    height: 35px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #06051881;
    background-color: transparent;
    border: none;
    transition: 350ms ease;
}

.skip-step-btn:hover{
    cursor: pointer;
    color: #060518;
}

.step-progress{
    display: grid;
    width: 80%;
    grid-template-columns: 1fr 1fr;
    margin-top: 25px;
    border-bottom: 5px solid #0605183f;
}

.step-sec{
    font-family: "Rubik", sans-serif;
    border-bottom: 5px solid #06051844;
    text-align: center;
    padding: 0 10px;
    transition: 350ms ease;
    margin-bottom: -5px;
}



.step-sec.complete{
    border-bottom: 5px solid rgb(67, 67, 255);
}

.step-sec.complete h1{
    color: rgb(67, 67, 255);
}

.step-sec h1{
    color: #06051844;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 5px;
    transition: 350ms ease;
}

.left-s{
    position: absolute;
    display: grid;
    width: 70vw;
    transform: translateY(-40vh);
    grid-template-columns: auto 1fr;
}

.left-s button{
    padding: 5px 10px;
    border-radius: 50px;
    border: none;
    background-color: #ffffff;
    transition: 350ms ease;
}

.left-s button span{
    font-size: 35px;
}

.left-s button:hover{
    cursor: pointer;
    background-color: #060518;
    color: #fff;
}

.pilot-login{
    position: fixed;
    z-index: 995;
    height: 100vh;
    width: 100vw;
    background-color:#12144b;
    background-image:linear-gradient( 95deg, #000000,#1c22d6);
    justify-items: center;
    align-content: center;
}



.show-login-remind{
    display: grid;
    justify-items: center;
    width: 100vw;
    background-color: #565bf3;
}

.show-login-remind .title-con{
    grid-template-columns: 1fr auto;
    width: 550px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.show-login-remind .title-con h1{
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 15px;
    transform: translateY(5px);
    color: #fff;
}

.show-login-remind button{
    width: 105px;
    height: 30px;
    border-radius: 16px;
    font-family: "Rubik", sans-serif;
    background-color: #fff;
    border: none;
    margin-bottom: 5px;
    transition: 350ms ease;
}

.show-login-remind button:hover{
    cursor: pointer;
    background-color: #27228f;
    color: #fff;
}

.pilot-login form{
    width: 550px;
}

.pilot-login form .vert-l{
    display: flex;
    flex-direction: column;
    font-family: "Rubik", sans-serif;
}

.pilot-login form .vert-l h1{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    padding-bottom: 10px;
}

.pilot-login form .vert-l input{
    font-family: "Poppins", sans-serif;
    height:50px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #ffffffb4;
    padding-left: 20px;
    border-radius: 10px;
    font-size: 17px;
    margin-bottom: 35px;
}

.pilot-login h1{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20.5px;
    padding-bottom: 10px;
}

.pilot-login p{
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 13.5px;
    color: #ffffffb6;
    margin-bottom: 60px;
}

.pilot-login form .vert-l button{
    padding: 5px 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff8f;
    background-color: transparent;
    margin-top:15px;
    border: none;
}

.pilot-login form .vert-l button:hover{
    cursor: pointer;
    color: rgb(181, 181, 255);
    text-decoration: underline;
}

.pilot-login form .button{
    background-color: #fff;
    width: 100%;
    height: 35px;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    margin-top: 65px;
    transition: 350ms ease;
}

.pilot-login form .button:hover{
    cursor: pointer;
    background-color: rgb(80, 80, 233);
    color: #fff;
}

.pilot-login form img{
    width: 100px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    background-image: linear-gradient(-45deg, blue, black);
    transform: translateY(-30px);
}

.img-con{
    display: grid;
    width: 100%;
    justify-items: center;
}

.split-grid.convert{
    grid-template-columns: 1fr;
}

@media (max-width:1024px){
    .split-grid{
        grid-template-columns: 1fr;
    }
}

.hstack3{
    display: flex;
    flex-direction: row;
}

.hstack4{
    display: flex;
    flex-direction: row;
    align-items: end;
    
}

.copyd{
    opacity: 0;
    transition: opacity 300ms ease;
}

.copyd.ye{
    opacity: 1;
}

.copye{
    opacity: 0;
    transition: opacity 300ms ease;
}

.copye.ye{
    opacity: 1;
}

@media (max-width:948px){
    .global-portal{
        display: none;
    }
}

.hstack7{
    display: grid;
    grid-template-columns: 1fr auto;
    width: 450px;
    border-radius: 16px;
    background-color: #2219c9;
    padding: 0 15px;
    height: 55px;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 20px;
}

.hstack7 div{
    align-items: center;
}

.hstack7 h1{
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-left: 10px;
}

.hstack7 p{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    background-color: #ffffff2f;
    padding: 7px 10px;
    border-radius: 10px;
    
}

.logo-file{
    position: absolute;
    inset: 0;
    opacity: 0;
}

.logo-file:hover{
    cursor: pointer;
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.192); /* Light border */
    border-top: 4px solid #ffffff; /* Colored top border for the spinning effect */
    border-radius: 50%; /* Makes it a circle */
    width: 75px;
    height: 75px;
    animation: spin .85s linear infinite; /* Apply the spin animation */
    margin-bottom: 35px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#congrats-con span{
    font-size: 45px;
}



#congrats-con h2{
    font-family: "Rubik",sans-serif;
    font-weight: 400;
    font-size: 21px;
    padding-bottom: 10px;
}

#congrats-con p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 13.5px;
    color: #ffffff73;
    padding-bottom: 30px;
}

#congrats-con .congrats-cap{
    color: #ffffffea;
}

#congrats-con-2 span{
    font-size: 45px;
}



#congrats-con-2 h2{
    font-family: "Rubik",sans-serif;
    font-weight: 400;
    font-size: 21px;
    padding-bottom: 10px;
}

#congrats-con-2 p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 13.5px;
    color: #ffffff73;
    padding-bottom: 30px;
}

#congrats-con-2 .congrats-cap{
    color: #ffffffea;
}

#skip-step-btn-2{
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

#skip-step-btn-2 span{
    font-weight: 500;
    transform: translateY(-2.5px);
    padding-right: 5px;
    color: #060518;
}

.add-logo-step{
    width: 80%;
}

.step-content{
    display: grid;
    justify-items: center;
    margin-top: 35px;
}

.account-photo.step img{
    height: 70px;
    width: 70px;
}

.account-photo.step .photo-overlay{
    height: 70px;
    width: 70px;
    transform: translateY(-73px);
}

.vert.step h1{
    font-size: 16px;
    color: #06051894;
}

.vert.step span{
    color: #06051881;
    font-size: 14.5px;
}

.hstacks.check.step p{
    color: #06051869;
}

.create-password-step .hstack7{
    width: 530px;
}

.create-password-step .setting-row p{
    width: 530px;
    margin-bottom: 25px;
}

.create-password-step .setting-actual-content input{
    width: 530px;
}

.create-password-step .setting-actual-content {
    text-align: center;
}

.create-password-step .setting-actual-content p{
    color: #2b22d6b9;
}

.global-to-small{
    text-align: center;
    justify-items: center;
    align-content: center;
    height: 100vh;
    background-color: #2b22d6b9;
    width: 100%;
    
}

.global-to-small span{
    font-size: 85px;
    color: #ffffff;
    margin-bottom: 20px;
}

.global-to-small h1{
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    color: #ffffffe7;
    font-size: 20px;
    margin-bottom: 10px;
}

.global-to-small p{
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    color: #ffffff81;
    font-size: 13.5px;
    width: 50%;
    margin-bottom: 100px;
}

#posterCanvas{
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.all-width{
    width: 100%;
    display: grid;
    justify-items: center;
    align-items: center;
}

.two-sides{
    display: grid;
    width: 85%;
    grid-template-columns: 1fr auto;
    gap: 45px;
}

.txt-lin{
    
    align-content: center;
}

.txt-lin span{
    font-family: "Nunito Sans",sans-serif;
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 13px;
    color: #000000a6;
}

.txt-lin h1{
    padding-top: 20px;
    font-family: "Poppins",sans-serif;
    color: #000000c0;
    font-size: 50px;
    line-height: 62px;
}

.title-con-four h1{
    font-family: "Poppins",sans-serif;
    color: #000000a2;
    font-size: 28px;
    padding-bottom: 5px;
}

.txt-lin p{
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #000000a6;
    padding-top: 25px;
    padding-right: 25px;
}

.title-con-four p{
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000a6;
}

.members-p{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #000000a6;
    margin-bottom: 20px;
    padding-left: 70px;
}

.title-con-four{
    padding-top: 50px;
    padding-left: 80px;
}

.txt-lin .txt-button{
    padding: 12px 25px;
    background-color: #3f46fd;
    border: none;
    color: #fff;
    border-radius: 16px;
    font-weight: 600;
    font-family: "Poppins",sans-serif;
    margin-top: 35px;
    transition: 350ms ease;
}

.txt-lin .txt-button:hover{
    background-color: #2429c0;
    cursor: pointer;
}

.two-sides img{
    width: 645px;
    height: auto;
}

.funnel-heading{
    padding-top: 80px;
    background-color: #fff;
    padding-bottom: 30px;
    justify-items: center;
}

.scroll-funn-wrapper {
    width: 99vw;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .scroll-funn-container {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    gap: 30px;
    padding: 12px;
  }
  .scroll-funn-container::-webkit-scrollbar {
    display: none;
  }

  .funn-card {
    flex: 0 0 22rem;
    height: 440px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
  }

  .funn-con-over{
    display: grid;
    grid-template-rows: 1fr auto;
    height: 100%;
    padding: 45px;
    padding-top: 30px;
  }

  .funn-content{
    height: 300px;
  }

  .funn-content h2{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 60px;
    color: #fff;
  }

  .funn-content p{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 22.5px;
    color: #ffffffa6;
  }

  .funn-card.productivity .funn-content h2{
    color: #111;
  }

  .funn-card.productivity .funn-title h1{
    color: #111;
  }

  .funn-card.productivity .funn-content p{
    color: #000000bb;
  }



  .funn-title h1{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 13px;
    color: #fff;
  }

  .funn-card.first{
    margin-left: 70px;
  }

  .scroll-funn-btn {
    z-index: 5;
    background: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    cursor: pointer;
    font-size: 35px;
    font-weight:500;
    transition: all 0.2s;
  }

  .scroll-funn-btn span{
    font-size: 30px;
  }

  .scroll-funn-btn:hover {
    background: #f0f0f0;
  }

  .scroll-funn-btn.left { left: -20px; }
  .scroll-funn-btn.right { right: -20px; }

  .nav-borran-for-schools a{
    display: flex;
    align-items: center;
  }

  .nav-borran-for-schools h1{
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding-left: 20px;
    transform: translateY(-2px);
  }

.question.txt button{
    display: grid;
    grid-template-columns: 1fr auto;
}

.two-sides-again{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 85%;
    gap: 3rem;
}

.picture{
    width: 100%;
    height: 675px;
    background-image: url("Mindfulness-WB.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
}