*{
    text-decoration: none;
    padding: 0;
    margin:0;
}

body{
    font-family:'Roboto',sans-serif;
    color:#fff;
    overflow-x: hidden;
}
nav ul{
    padding:0;
    margin:0;
    
    list-style:none;
}
.section{
    background-color: #114285;
}
nav{
   position: fixed;
   height:100px; 
   width:100%;
   box-shadow: 0 0 5px #0A0326;
   z-index: 1;
}
nav ul{
    float:right;
    margin-right:20px;

}
nav li a:hover{
    text-decoration: underline;
}
nav ul li{
    display: inline-block;
    line-height:100px;
    margin:0 15px;
}
nav ul li a{
    color:#ffffff;
    font-size:15px;
    font-family:"Montserrat", sans-serif;
    
}

.checkbtn{
    padding-top:15px;
    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:50px;
    padding:10px;
    background-color: rgb(85, 95, 228);
    transition:all .5s;
}
.button a:hover{
    background-color: #fff;
    color:black;
}
section.infoBTNSection{
    place-items: left;
}
section{
    background-color: #F5F4F2;
    place-items:center;
    overflow: hidden;
}

.row{
    
    width:80%;
    max-width: 1170px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap:50px;
    overflow-x:hidden;
    padding: 5rem 0;

}
.get-started-form .ad-heading{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 20px;
}
.get-started-form .ad-heading button{
    width: 75px;
    height: 35px;
    box-shadow: none;
}







.row3{
    width: 80%;
    max-width: 1170px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
    overflow-x: hidden;
    padding: 5rem 0;
}
.row .imgWrapper{
    overflow: hidden;

}
.Getsss{
    background-color: #222;
}
.row .imgWrapper2{
    overflow: hidden;
}
.row .imgWrapper3{
    overflow: hidden;
    display: none;
}
.row .imgWrapper4{
    overflow: hidden;
}
.row3 .imgWrapper2{
    overflow: hidden;
}
.row .imgWrapper img{
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
    border-radius:15px;
}
.row .imgWrapper2 img{
    width:100%;
    height: 100%;
    object-fit: cover;
    border-radius:15px;
}
.row .imgWrapper3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row .imgWrapper4 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.row3 .imgWrapper2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}


.row .contentWrapper{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left:30px;
}
.row .contentWrapper2{
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
}
.row .contentWrapper3{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
}
.row .contentWrapper span.textWrapper{
    display: block;
    font-size: 20px;
    text-transform: capitalize;
    display: flex;
    justify-self: flex-start;
    align-items: center;
    gap:15px;
    margin-bottom:20px;
}
.row .contentWrapper span.textWrapper span{
    display:inline-block;
    background:#0A0326;
    width:40px;
    height:2.5px;
}
.row .contentWrapper h2{
    font-size:40px;
    font-weight:700;
    color:#0A0326;
    padding-bottom: 20px;
}
.row .contentWrapper p{
    font-size:15px;
    line-height:26px;
    padding-bottom: 25px;

}
.row .contentWrapper .content a{
    display:inline-block;
    text-decoration: none;
    text-transform: uppercase;
    background:#0A0326;
    color:#fff;
    padding:15px 40px;
    letter-spacing: 1px;
    border-radius:15px;
    user-select:none;
}
.wrapper{
    padding: 10px 10%;
}
.card-area{
    padding:50px 0;
}
.box-area{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    grid-gap: 40px;
    margin-top: 50px;
    
}
.benefit-header{
    padding:0 185px;
    font-weight:700;
}
.box{
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    

}
.box img{
    width:100%;
    border-radius:15px;
}
.overlay{
    height:100%;
    width:100%;
    background: linear-gradient(transparent, #3e3e9e 80%);
    border-radius:15px;
    position: absolute;
    left:0;
    bottom: 0;
    overflow: hidden;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: -5px 40px;
    text-align: center;
    font-size:14px;
    color:#fff;
}
.overlay h3{
    font-weight:500;
    margin-bottom:5px;
    margin-top:80%;
    font-size:30px;
    letter-spacing:2px;

}
.overlay a{
    margin-top:10px;
    color:#111;
    text-decoration: none;
    font-size:14px;
    background:#fff;
    border-radius:50px;
    text-align: center;
    padding:5px 15px;
    display:none;
}
.overlay p{
    padding:20px;
    padding-bottom:20px;
    line-height:20px;
}
.heading{
    width:90%;
    display:flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
    text-align: center;
    margin:20px auto;
    padding-top:20px;
    font-family:"Nunito",sans-serif;
    
}
.heading h1{
    font-size: 32px;
    color:#0A0326;
    padding-bottom:10px;
    font-weight: 900;
}
footer{
    position: relative;
    padding: 50px 100px;
    overflow-x: hidden;
}
footer .footer-container{
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
footer .footer-container h2{
    position: relative;
    color:#fff;
    font-weight:600;
    margin-bottom: 15px;
}
footer .footer-container p{
    color:#fff;
}
footer .footer-container .sci{
    margin-top:20px;
    display: grid;
    grid-template-columns: repeat(4,50px);
}

footer .footer-container .sci li a{
    display: inline-block;
    width: 36px;
    height: 36px;
    background:transparent;
    display: grid;
    border-radius: 20px;
    align-content:center;
    justify-content: center;
    text-decoration: none;
}
footer .footer-container .sci li a img{
    color:#fff;
    font-size: 20px;
    width: 37px;
    height: 37px;
}
footer .footer-container .quicklinks{
    position: relative;
}
footer .footer-container .quicklinks ul li{
    list-style: none;
}
footer .footer-container .quicklinks ul li a{
    color:#b8b8b8;
    text-decoration: none;
    margin-bottom:10px;
    display: inline-block;
}
.copyrightText{
    background-color: #114285;
    padding: 20px;
    width: auto;
    text-align: center;
    color:#fff;
    border:1px solid rgba(0,0,0,0.15);
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}

.site{
    display: flex;
    align-items: center;
    justify-content: center;
}
.testi-container{
    max-width: 1100px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}
.testi{
    max-width: 900px;
    margin: 0 auto;
    font-family: "Nunito",sans-serif;
    text-align: center;
}
.testi-b-area{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.testi-b-area button img{
    height: 20px;
    width: 20px;
}
.testi-b-area button{
    background-color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 15px;
    border: 1px solid #a3a3a3b6;
    transition: all .5s;
}
.testi-b-area button:hover{
    box-shadow: 0 0 10px #5a5a5a7c;
    background-color: #5e5efa;
    cursor: pointer;
}

.testi .testi-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    padding:30px 0;
}
@media screen and (min-width:768px){
    .testi .testi-wrapper{
        flex-direction: row;
        padding:30px 100px;
    }
    .testi .thumbnail{
        width: 200px;
        height: 200px;
    }
}
.testi .aside{
    position: relative;
    padding-top:15px;
    display: flex;
    flex-direction: column;
    align-self:flex-end;


}
.testi .aside p{
    position: relative;
    font-size: 25px;
    line-height: normal;
    margin-bottom: 30px;
}
.testi .aside > p::before,
.testi .aside > p::after{
    font-family: serif;
    font-size: 80px;
    font-weight: 800;
    line-height: 1;
    position: absolute;
    height: 40px;
    color: #a3a3a3;
}





.row .question{
    max-width:100%;
    min-width: 50%;
    margin-bottom: 5px;
    transition: height .5s;
    color: #00000085;
    border-top: 1px solid #a3a3a3b6;
}
.row .question .feature-content p{
    font-size: 16px;
    padding:15px;
    height:auto;
    font-family:"Nunito",sans-serif;
}
.row .question .feature-content{
    display: none;
}
.row .question button{

    padding-top: 10px;
    background-color: transparent;
    border: none;
    font-size: 17px;
    font-family:"Nunito", sans-serif;
    padding-top:10px;
    padding-bottom:10px;
    font-weight: 700;
    display: flex;
    width: 100%;
    align-items: center;
}
.row .question button:hover{
    cursor: pointer;
}
.row .question img{
    margin-left:auto;
    height:15px;
    width:15px;

}
#img1{
    transition: transform .5s;
}
#img2{
    transition: transform .5s;
}
#img3{
    transition: transform .5s;
}
#img4{
    transition: transform .5s;
}
.flipped{
    transform: rotate(180deg);
}
.get-started-section{
    background-image: url('https://firebasestorage.googleapis.com/v0/b/borran-meditation-646bf.appspot.com/o/viktoriia-yatsentiuk-mm6_9O4dvYQ-unsplash.jpg?alt=media&token=b408120d-ff9e-4235-8d17-1c846b3f0ccc');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.header-faq-section{
    background-image: url('https://firebasestorage.googleapis.com/v0/b/borran-meditation-646bf.appspot.com/o/andrew-ridley-Kt5hRENuotI-unsplash.jpg?alt=media&token=daa336ba-4470-44a6-87da-d54806891c31');
    background-size: cover;
    background-attachment: fixed;
    background-position:center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.header-ethics-section{
    background-image:url('https://firebasestorage.googleapis.com/v0/b/borran-meditation-646bf.appspot.com/o/ethics-home.jpg?alt=media&token=c1e443bf-1f51-400d-8516-9e0408942f9c');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.header-plans-section{
    background-image: url('https://firebasestorage.googleapis.com/v0/b/borran-meditation-646bf.appspot.com/o/plans-test.jpg?alt=media&token=e9df1b83-a36e-4b9a-99ae-560dc041c914');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    display:flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.en-impact-section{
    background-image: url('https://firebasestorage.googleapis.com/v0/b/borran-meditation-646bf.appspot.com/o/one-tree-planted.jpg?alt=media&token=872817dd-a2a2-4abd-8015-81fa4db723ce');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.partnerships{
    background-image: url('https://firebasestorage.googleapis.com/v0/b/borran-meditation-646bf.appspot.com/o/one-tree-planted.jpg?alt=media&token=872817dd-a2a2-4abd-8015-81fa4db723ce');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items:center;
    position: relative;
}
.header-login-section{
    background-image: url('');
}

.fixed-overlay2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0a0326a9;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    color: #fff;
}

.fixed-overlay2 p{
    text-align: center;
    width: 45%;
}
.fixed-faq-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#0a032681;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.fixed-plans-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000094;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.fixed-ethics-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0a03264b;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.fixed-partnership-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1111117a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.fixed-impact-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #11111170;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.fixed-partnership-overlay h1{
    font-size: 30px;
    align-items: center;
    text-align: center;
    padding-bottom: 15px;
}
.fixed-plans-overlay h1{
    font-size: 30px;
    align-items: center;
    text-align: center;
    padding-bottom: 15px;
}
.fixed-impact-overlay h1{
    font-size: 30px;
    align-items: center;
    text-align: center;
    padding-bottom: 15px;
}
.fixed-partnership-overlay a{
    font-size: 18px;
    font-family: "Nunito",sans-serif;
    text-decoration: none;
    padding: 8px 18px;
    border: 1px solid #fff;
    border-radius:20px;
    color: #fff;
    transition: all .5s;
}
.fixed-partnership-overlay a:hover{
    background-color: #fff;
    color: #111;
}
.row .contentWrapper button{
    transition:all .5s;
    background-color:#fff;
    border: 1px solid #111;
    padding: 8px 18px;
    border-radius: 15px;
}
.row .contentWrapper button:hover{
    background-color: #111;
    color: #fff;
    cursor: pointer;
}

.fixed-overlay2 h1{
    font-size: 28px;
    font-weight: 550;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    padding-bottom: 5px;
}
.fixed-overlay2 h3{
    font-size: 15.5px;
    font-weight: 400;
}
.fixed-overlay2 h4{
    font-family:'Roboto',sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 35px;
}
.fixed-faq-overlay h1{
    align-items: center;
    text-align: center;
    font-size: 38px;
    padding-bottom: 10px;
}
.fixed-faq-overlay p{
    padding:20px;
    text-align: center;
}
.fixed-ethics-overlay p{
    padding: 20px;
    text-align: center;
}
.fixed-ethics-overlay h1{
    align-items: center;
    text-align: center;
    font-size: 38px;
    padding-bottom: 10px;
}
.fixed-overlay a{
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 25px;
    transition: all .5s;
}
.fixed-overlay a:hover{
    color:#0A0326;
    background-color: #fff;
}
.stats-card{
    overflow: hidden;
    position: relative;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 5px 2px 15px #b8b8b849;
}
.stats-card img{
    height: 250px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 15px;
}
.stats-card{
    width: 400px;
}
.stats-area{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
    margin-top: 50px;
    padding: 20px;
}

@media (max-width:1105px){
    .stats-area{
        grid-template-columns: repeat(2,1fr);
    }
}
@media (max-width:768px){
    .stats-area{
        grid-template-columns: 1fr;
    }
    .row .imgWrapper3{
        display: block;
    }
    .row .imgWrapper4{
        display:none;
    }
}
@media (max-width:987px){
    .row .imgWrapper3{
        display: block;
    }
    .row .imgWrapper4{
        display:none;
    }
}
.stats-overlay{
    width: 100%;
    overflow: hidden;
    display:flex;
    flex-direction: column;
    padding: -5px 40px;
    text-align:left;
    font-size:16px;
    color:#0A0326;
    font-family: "Nunito",sans-serif;
}
.stats-overlay h1{
    font-weight:700;
    margin-bottom:5px;
    font-size:25px;
}
.plan-home-container{
    font-family: "Nunito",sans-serif;
    padding-top:15px;
    
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    padding: 20px;
    padding:10px 40px;
    border-radius: 15px;
}
.plan-home-container input{
    background-color: transparent;
    border: 1px solid #a3a3a3;
    border-radius: 15px;
    height: 30px;
    width: 75px;
    padding: 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: "Nunito",sans-serif;
    margin:auto;
    margin-top: 10px;
}
.prices-container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 100%;
    padding-top:20px;
    align-items: center;
    justify-content: center;
    text-align: center;
   
}
.contact-home{
    padding-top:15px;
}
.contact-home .team{
    background-color: transparent;
    padding: 10px 20px;
    border: 1px solid #a3a3a3b6;
    border-radius: 25px;
    color: #111;
    transition: all .5s;
}
.contact-home button:hover{
    cursor: pointer;
}
.contact-home .team:hover{
    background-color: #0A0326;
    color: #ffffff;
}
@media (max-width:768px){
    .plan-home-container label{
        padding-bottom: 5px;
    }
    .plan-home-container p{
        padding-bottom: 5px;
    }
    .plan-home-container input{
        margin-top:10px;
    }
    .plan-home-container h4{
        padding-bottom: 5px;
    }
    .prices-container{
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        padding-top: 20px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .individual-price{
        padding-bottom:15px;
    }
}
.individual-price h2{
    font-size: 55px;
    font-weight: bold;
}
.individual-price p{
    font-size: 18px;

}
.individual-price{
    color: #111;
}
.plan-home-container label{
    font-size: 35px;
    font-family: "Nunito",sans-serif;
    font-weight: 800;
}
.monthly-total h2{
    font-size: 55px;
    font-weight: bold;
}
.monthly-total p{
    font-size: 18px;
}
.login-container{
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.login-container2{
    text-align: left;
}
.login-container2 form{
    width: 100%;
    height: 100%;
}
.login-container form{
    width: 100%;
    height: 100%;
}
.form-group{
    padding:10px;
    display: flex;
    flex-direction: column;
}
.form-group label{
    font-family: "Nunito",sans-serif;
    font-weight: 700;
    text-align: left;
    padding-bottom: 10px;
}
.form-group input{
    background-color: transparent;
    padding: 12px;
    border: none;
    border-radius: 15px;
    box-shadow: 1px -2px 12px #a3a3a35d;
}
.login-container button{
    background-color:#fff;
    padding: 8px 0;
    width:100%;
    border-radius: 15px;
    border: 1px solid #a3a3a396;
    font-size: 18px;
    transition: all .5s; 
}
.login-container button:hover{
    background-color: #5e5efa;
    color: #fff;
    cursor: pointer;
}
.signup-form{
    font-family: "Nunito",sans-serif;
    width: 100%;
}
.signup-form label{
    font-weight: 700;
    font-size: 16px;

}
.signup-form input{
    width: 90%;
    height: 30px;
    padding-left: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 10px;
    margin-top: 2px;
    margin-bottom: 15px;
    background-color: transparent;
    border: 1px solid #aeaeae44;
    
}
.signup-form button{
    justify-content: center;
    width: 93%;
    height: 40px;
    font-family: "Nunitio",sans-serif;
    font-weight: 700;
    background-color: #00000000;
    border-radius: 10px;
    margin-top: 10px;
    border: 1px solid #aeaeae;
    color: #111;
    transition: all .5s;
}
.signup-form button:hover{
    cursor: pointer;
    background-color: #0A0326;
    color: #fff;
}
.questionnaire1 button{
    width: 90%;
    margin-bottom: 15px;
}
.dl-buttons{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 70%;
}
.contact-section{
    width: 100%;
    justify-content: center;
    align-items: center;
}
.contact-section form{
    width:100%;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "Nunito",sans-serif;
    padding: 25px;
    padding-right: 37px;
  
}
.contact-section form h1{
    color: #fff;
    padding-bottom: 5px;
}
.contact-section form p{
    color: #ffffffb9;
    font-size: 14px;
    padding-bottom: 45px;
}
.contact-section textarea{
    width: 96.5%;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    color: #111;
    background-color:#fff;
    outline: none;
    border:none;
}
.login-container2 .ad-heading p{
    border: none;
    background-color: transparent;
    padding-left: 0;
    font-size: 13px;
}
.login-container2 .ad-heading h1{
    font-family: sans-serif;
    font-weight: 700;
}


.congrats-con{
    font-family: "Nunito",sans-serif;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.congrats-con img{
    padding-bottom: 37px;
}
.congrats-con h1{
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 15px;
}
.FirstLast{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.small-FirstLast{
    display: none;
    flex-direction: column;
}
.contact-section input{
    width: 96.5%;
    height: 17px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: none;
    background-color: #fff;
    color: #111;
    outline: none;
}
.contact-container-1{
    padding-top: 50px;
    margin-bottom: 50px;
    height: 100%;
    width: 60%;
    display: flex;
    color: #fff;   
}
.Contact-Container{
    padding-top: 50px;
    margin-bottom: 50px;
    width: 80%;
    height: 100%;
    color: #fff;
    display: grid;
    align-items: center;
    text-align: center;
    justify-content: center;
    place-items: center;
    grid-template-columns: repeat(2,1fr);
    
}
.WhyAndWhatSponsor{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 55px 0 25px 0;
    width: 100%;
}
.WhyWhat-container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    width: 80%;
    max-width: 1200px;
    color: #fff;
    margin: 0 auto;
    padding-top: 50px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.EventOverview{
    width: 100%;
}
.event-overview-container{
    width: 100%;
    height: 100%;
    color: #fff;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    justify-content: space-between;
    overflow: hidden;
}
.event-overview-container img{
    width: 100%;
    height: 630px;
    object-fit: cover;
}
.event-content{
    padding-top: 20px;
    padding-left: 65px;
    padding-right: 25px;
    font-family: 'Roboto',sans-serif;
}
.event-content h1{
    font-size: 20px;
    padding-bottom: 15px;
}
.event-content h4{
    font-size: 16px;
    padding-left: 20px;
    padding-bottom: 10px;
}
.event-content p{
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: 15px;
    padding-bottom: 25px;
}
.event-content ul{
    padding-left: 38.5px;
    padding-bottom: 25px;
}
.event-content li{
    padding-bottom: 10px;
}
.why-content{
    padding-left: 45px;
    padding-top: 5px;
    text-align: left;
}
.why-content h4{
    font-size: 15px;
    font-weight: 500;
    color: #bebebe;
    padding-bottom: 5px;
}
.why-content h1{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: italic;
    font-size: 28px;
    padding-bottom: 25px;
}
.why-content p{
    line-height: 25px;
    font-weight: 300;
}
.WhyWhat-container img{
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 10px;
}

.Contact-txt-container{
    display: flex;
    justify-content: space-between;
}
.Contact-Container img{
    width: 40vw;
    height: 70vh;
    object-fit: cover;
}
.infoBTNSection{
    text-align: center;
    align-items: center;
    justify-content: center;
    place-items: center;
}
.infoBTNSection span{
    color: #0A0326;
    padding-right: 10px;
    display: none;
}
.infoBTNSection p{
    font-size: 15.5px;
    color: #0A0326;
    padding-right: 10px;
    padding-top: 5px;
}
.infoBTNSection a{
    font-style: italic;
    font-weight: bold;
    color: #0A0326;
    padding-top: 5px;
}
.infoBTNSection a:hover{
    text-decoration: underline;
}
.contact-section button{
    align-items: center;
    text-align: center;
    width: 97%;
    height: 45px;
    margin-top: 25px;
    font-weight: bold;
    border: none;
    color: #fff;
    background-color: #777;
    margin-left: 4px;
    transition: background-color .25s;
}
.contact-section button:hover{
    cursor: pointer;
    background-color: #111;
    color: #fff;
}
.contact-section label{
    width: 100%;
    color: #fff;
    font-size: 13px;
}

.FirstLast input{
    width: 92.5%;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #111;
    background-color: #fff;
    border-radius: 0;
    border: none;
}
.SignupTeam{
    color: #fff;
    display: flex;
    flex-direction:column;
    align-items: center;
    text-align: center;
}
.SignupTeam h1{
    font-size: 22.5px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    padding-bottom: 35px;
    padding-top: 35px;
}
.SignupTeam p{
    text-align: center;
    width: 50%;
    font-weight: 300;
    line-height: 25px;
    padding-bottom: 25px;
}
.SignupTeam button{
    margin-bottom: 25px;
    background-color: transparent;
    border: 1px solid #cacaca;
    color: #fff;
    height: 33px;
    font-style: italic;
    width: 120px;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}
.SignupTeam button:hover{
    background-color: #fff;
    color: #111;
    cursor: pointer;
}
.footer-socials{
    display: flex;
    list-style-type: none;
    text-align: left;
    align-items: left;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 20px;
}
.footer-socials li{
    margin-right: 10px;
}
.footer-socials img{
    width: 15px;
    height: 15px;
}

.prize-bottom{
    text-align: center;
    justify-content: center;
    align-items: center;
    place-items: center;
    width: 100%;
    height: 30%;
    padding-bottom: 45px;
    background-color: #0A0326;
}
.CashPrizes{
    display: flex;
    flex-direction: column;
}

.Guidelines-gsb h1{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 500;
    font-size: 23px;
    padding-top: 25px;
    padding-bottom: 45px;
}
.Guidelines-gsb ul{
    text-align: left;
    font-weight: 400;
    font-style: italic;
    list-style:inside;
}
.Guidelines-gsb li{
    line-height: 25px;
    padding-bottom: 45px;
}
.team-container{
    padding-top: 40px;
    align-items: center;
    place-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
}
.team-container h1{
    margin-bottom: 55px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
}


@media(max-width:1918px){
    .container-1{
        display: grid;
        width: 60%;
        align-items: center;
        place-items: center;
        margin: 0 auto;
        justify-content: center;
        grid-template-columns: repeat(auto-fit,minmax(230px,1fr));
    }

.container-1-graphic{
    display: grid;
    width: 60%;
    align-items: center;
    place-items: center;
    justify-content: center;
    grid-template-columns: repeat(auto-fit,minmax(330px,1fr));
    column-gap: 67px;
    margin: 0 auto;
}
.member-card-graphic{
    width: 450px;
    height: auto;
    justify-content: center;
    text-align: center;
    align-items: center;
    place-items: center;
    padding-top: 20px;
    border: 1px solid #00000000;
    transition: all .3s ease-in-out;
}
.member-card-graphic img{
    place-items:center;
    width: 420px;
    height: 495px;
    margin-bottom: 20px;
    border: 1px solid #777;
}
.member-card{
    width: 250px;
    height: auto;
    justify-content: center;
    text-align: center;
    align-items: center;
    place-items: center;
    border-radius: 5px;
    padding-top: 20px;
    border: 1px solid #00000000;
    transition: all .3s ease-in-out;
}

.member-card img{
    width: 185px;
    height: 185px;
    margin-bottom: 20px;
    border-radius: 500px;
    border: 1px solid #777;
}
}

@media(max-width:1024px){
    .container-1-graphic{
        width: 80%;
        align-items: center;
        place-items: center;
    }
}
@media(max-width:1104px){
    .container-1-graphic{
        width: 65%;
        align-items: center;  
        place-items: center;
    }
}
.expand-team{
    display: grid;
    width: 60%;
    align-items: center;
    place-items: center;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    margin-top: 55px;
}


.member-card h1{
    font-family:'Roboto',sans-serif;
    font-weight: 400;
    font-size: 18px;
}
.member-card p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #ffffffb7;
    margin-top: -35px;
    margin-bottom: 25px;
}
.sponsor-summary{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.competitionSection{
    width: 100%;
    background-color: #133e77;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 75px 20px;
    text-align: center;
}
.competition-summary{
    text-align: center;
    margin: 0 auto;
    width: 50%;
    margin-top: 125px;
    margin-bottom: 125px;
 
    
}
.competition-summary h1{
    padding-bottom: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.competition-summary p{
    line-height: 25px;
    font-style: italic;
    padding-bottom: 20px;
    font-weight: 300;
}
.competition-summary a{
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 5px;
    transition: all .2s ease-in-out ;
}
.competition-summary a:hover{
    background-color: #fff;
    color: #111;
}
.sponsor-summary img{
    width: 50%;
    height: 520px;
    object-fit: cover;
}

.sponsor-content-c h1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 500;
}
.sponsor-content-c p{
    line-height: 25px;
    font-weight: 300;
    padding-bottom: 35px;
}
.sponsor-content-c a{
    font-weight: 400;
    color: #fff;
    border-left: 1px solid #fff;
    left: 0;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all .2s ease-in-out ;
}
.sponsor-content-c a:hover{
    background-color: #fff;
    color: #111;
}
.term-page{
    margin-top: 80px;
    margin-bottom: 50px;
    background-color: #fff;
    width: 60%;
    color: #111;
    line-height: 22.5px;
    font-family: 'Roboto', sans-serif;
    transition: all .5s ease-in-out;
  }
  .term-controls{
    display: flex;
    flex-direction: column;
    transform: translateY(-130px);
    height: 175px;
    width: 60%;
    background-image: linear-gradient(to bottom, #134b9400,#134b9434,#134b94af,#134A94,#134A94,#134A94);
    text-align: center;
    align-items: center;
    justify-content: center;
    place-items: center;
  }
  .controls-content{
    display: flex;
    flex-direction: column;
    transform: translateY(40px);
    font-family: 'Roboto',sans-serif;
    align-items: center;
    text-align: center;
  }
  .controls-content h1{
    font-size: 22px;
    padding-bottom: 10px;
  }
  .controls-content p{
    font-size: 14px;
    padding-bottom: 25px;
  }
  .controls-content button{
    height: 30px;
    width: 105px;
    font-family: 'Roboto',sans-serif;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    transition: all .5s ease-in-out;
  }
  
  #term-controls-see-less{
    display: none;
  }
  .controls-content button:hover{
    background-color: #fff;
    color: #111;
    cursor: pointer;
  }
  .term-page a:hover{
    text-decoration: underline;
  }
  .term-page img{
    width: 120px;
    height: 120px;
    padding-left: 30px;
  }
  .term-page h3{
    padding-bottom: 5px;
    padding-left: 30px;
  }
  .term-page h4{
    padding-bottom: 10px;
    padding-left: 30px;
  }
  .term-page p{
    font-style: italic;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-left: 30px;
    padding-right: 30px;
  }
  .term-page ul{
    padding-left: 65px;
    padding-right: 35px;
    padding-bottom: 25px;
  }
  .term-page li{
    padding-bottom: 10px;
  }















@media (max-width:991px){
    footer{
        padding:40px;
    }
    footer .footer-container{
        display:grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 20px;
    }

}
@media (max-width:768px){
    footer .footer-container{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 20px;
    }
}







@media (max-width:952px){
    nav img{
        width:45px;
        height: 45px;
    }
    nav ul li a{
        font-size: 12px;
    }
    .box-area{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
        grid-gap: 40px;
        margin-top: 50px;
   
    }
   
}
@media (max-width:1046px){
    nav ul li a{
        font-size: 12px;
    }
}
@media (max-width:880px){
    .checkbtn{
        display: block;
    }
    .button a{
        color:#fff;
    }
    nav ul{
        position: fixed;
        width: 100%;
        height:90%;
        background-color:#134A94;
        border-top: 1px solid #888;
        top:100px;
        left:100%;
        transition:all .5s;
        text-align: left;
    }
    nav ul .special{
        padding-top: 30px;
    }

    nav ul li{
        display: none;
    }
    nav ul .SocialsNav{
        display: block;
        
    }
    nav ul .SocialsNav img{
        width: 17px;
        height: 17px;
        margin-right: 15px;
    }
    nav ul li{
        display: block;
        line-height:60px;
        margin:0 25px;
    }
    nav ul li a{
        font-size: 17px;
        font-weight: 350;
        font-family: 'Roboto',sans-serif;
    }
    #check:checked ~ ul{
        left:0;
    }
    .box-area{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
        grid-gap: 40px;
        margin-top: 50px;
        height:1500px;
    }
   
}
@media (min-width:953px){
    .box-area{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
        grid-gap: 40px;
        margin-top: 50px;
        height:500px;
    }
    .overlay p{
        padding-bottom:80px;
    }
    .benefit-section{
        height:800px;
    }
   
}
.SocialsNav{
    display: none;
}

.top-small{
    display: none;
    margin-bottom: 35px;
}
@media(min-width:713px){
    .Prizes-left,.Prizes-right{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 50%;
        background-color:transparent;
    }
  
    .Prizes-Container{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        place-items: center;
        width: 80%;
        height: 70%;
        padding-bottom: 55px;
    }
}
@media(min-width:992px){
    .sponsor-content-c{
        width: 50%;
        padding: 25px;
        margin-top: 25px;
        margin-left: 10px;
    }
    .Guidelines-gsb{
        width: 50%;
        text-align: center;
        justify-content: center;
        align-items: center;
        place-items: center;
    }
    .Prizes-Container{
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center;
        justify-content: center;
        place-items: center;
        width: 80%;
        height: 70%;
        padding-bottom: 25px;
    }
}

@media (max-width:991px){
    .row{
        grid-template-columns: 1fr;
        grid-gap:50px;
    }
    .Guidelines-gsb{
        width: 60%;
        text-align: center;
        justify-content: center;
        align-items: center;
        place-items: center;
    }
    .WhyWhat-container{
        grid-template-columns: 1fr;
        grid-gap: 50px;
        text-align: center;
    }
    .why-content{
        padding: 1px;
    }
    .SignupTeam p{
        text-align: center;
        width: 80%;
        font-weight: 300;
        line-height: 25px;
        padding-bottom: 25px;
    }
    .why-content h4{
        font-size: 15px;
        font-weight: 500;
        color: #bebebe;
        padding-bottom: 5px;
    }
    .sponsor-summary{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .sponsor-summary img{
        width: 100%;
        height: 320px;
        object-fit: cover;
    }
    .sponsor-content-c{
        width: 90%;
        text-align: center;
        margin-top: 25px;
        padding: 25px;
        margin-bottom: 15px;
    }
    .sponsor-content-c p{
        line-height: 25px;
        font-weight: 300;
        padding-bottom: 35px;
    }
    .why-content h1{
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-style: italic;
        font-size: 28px;
        padding-bottom: 35px;
    }
    .top-not{
        display: none;
    }
    .competition-summary{
        width: 80%;
        margin-top: 125px;
        margin-bottom: 125px;
        text-align: center;
        align-items: center;
        justify-content: center;
        
    }
    .top-small{
        display: block;
        margin-top: -80px;
    }
    .why-content p{
        line-height: 23px;
        font-weight: 300;
        font-size: 15px;
    }
    .term-page{
        width: 80%;
    }
    .row .contentWrapper{
        padding-left:0;

    }
    .row .imgWrapper img{
        display:none;
    }
}



@media (max-width:768px){
    .row{
        width:90%;
    }
    .row .contentWrapper h2{
        font-size:30px;
        padding-bottom: 20px;
    }
    .row .contentWrapper p{
        line-height:24px;  
    } 
    .row .imgWrapper img{
        display:none;
    }
    .Guidelines-gsb{
        width: 80%;
        text-align: center;
        justify-content: center;
        align-items: center;
        place-items: center;
    }
}

@media(max-width:575px){
    .row .contentWrapper span.textWrapper{
        font-size: 18px;

    }
    .row .imgWrapper img{
        display:none;
    }
    .row .contentWrapper h2{
        font-size:25px;
    }
    .row .contentWrapper p{
        font-size: 15px;
        line-height:22px;  
    } 
    .row .contentWrapper a{
        font-size: 15px;
        padding:10px 20px;
    }
}
@media(max-width:550px){
    .term-page{
        width: 95%;
    }
    .WhyWhat-container img{
        height: 350px;
    }
}
.LearnEventBTN{
    background-color: transparent;
    padding: 7px 12px;
    margin-top: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    transition: all .5s ease-in-out;
}
.LearnEventBTN:hover{
    background-color: #fff;
    color: #111;
    cursor: pointer;
}

@media(max-width:712px){
.Prizes-Container{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 70%;
    padding-bottom: 25px;
}
.Prizes-left{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    text-align: center;
    width: 100%;
    background-color:transparent;
    padding-bottom: 10px;
}
.Prizes-right{
    text-align: center;
    justify-content: center;
    align-items: center;
    place-items: center;
    width: 100%;
    background-color: transparent;
}

}
@media(max-width:1024px){
    .small-FirstLast{
        display: flex;
    }
    .FirstLast{
        display: none;
    }
}
@media(min-width:1025px){
    .small-FirstLast{
        display: none;
    }
    .FirstLast{
        display: flex;
    }
}
@media(max-width:766px){
    .contact-container-1{
        width: 90%;
    }
}
@media(max-width:768px){
    .fixed-overlay{
        position: absolute;
        top: 0;
        left: 0;
        padding-top: 50px;
        width: 100%;
        height: 100%;
        background-color: #0a032671;
        display: flex;
        flex-direction: column;
        justify-content:center;
        align-items: center;
        color: #fff;
    }
    .fixed-overlay h1{
        align-items: center;
        font-size: 33px;
        text-align: center;
        padding-bottom: 15px;
    }
    .fixed-overlay p{
        text-align: center;
        width: 90%;
    }
}
@media(min-width:769px){
    .fixed-overlay{
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 75px;
        padding-top: 50px;
        width: 100%;
        height: 100%;
        background-color: #0a032671;
        display: flex;
        flex-direction: column;
        justify-content:center;
        align-items: left;
        color: #fff;
    }
    .fixed-overlay h1{
        align-items: left;
        font-size: 33px;
        text-align: left;
        padding-bottom: 15px;
    }
    .fixed-overlay p{
        text-align: left;
        width: 45%;
    }
}