/* Main Styling */

*{

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    scroll-behavior: smooth;

    box-sizing: border-box;

    font-family: Arial;
}

html,body{

    margin: 0;

    padding: 0;

}

:root {

    --whrBlue: #283EB1;

    --whrYellow: #f0cd09;

}

section{

    width: 100%;

    color: var(--whrBlue);

    font-size: 3rem;

    font-family: Arial, Helvetica, sans-serif;

    font-weight: 700;

}





/* Nav-bar Styling */

li{

    list-style: none;

}

a{

    color: white;

    text-decoration: none;

    font-weight: bold;

}

.navbar{

    background-color: var(--whrBlue);

    z-index: 10;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    min-height: 70px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 0 24px;

}

.navbar.active{

    background-color: rgba(0, 0, 0, 0);

}

.nav-menu{

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 60px;

}

.nav-branding{

    display: flex;

    align-items: center;

    font-size: 1.6rem;

}

.nav-branding-logo{

    width: 40px;

    margin-right: 5px;

}

.nav-item a{

    transition: .07s ease;

    font-family: Arial, Helvetica, sans-serif;

}

.nav-action{

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 1rem;

    z-index: 2;

    background-color: var(--whrYellow);

    width: 100px;

    height: 35px;

    border-radius: 10px;

    margin: 0px;

}

.action{

    color: white;

    font-weight: bolder;

}

.nav-item a:hover{

    color: rgb(255, 238, 0);

}

.nav-item a:hover .contact{

    color: black;

}

.nav-item a.active{

    color: rgb(255, 238, 0);

}

.hamburger{

    display: none;

    cursor: pointer;

}

.bar{

    display: block;

    width: 25px;

    height: 3px;

    margin: 5px auto;

    -webkit-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

    background-color: white;

}



/* Home page hero section Styling */

.hero{

    height: 95vh;

    background-image: url("Images/Appendix\ C\ company\ brainstorming.jpg");

    background-position: center;

    background-size: cover;

    border-bottom-right-radius: 50px;

    position: relative;

}

.hero-action{

    color: white;

    text-align: center;

    font-size: 20px;

    padding:10px;

    padding-top: 15px;

    padding-bottom: 15px;

    border-radius: 10px;

    margin-left: 10%;

    padding-inline: 50px;

    background-color: var(--whrYellow);

}

.hero h1{

    color: white;

    font-size: 3rem;

    margin-left: 10%;

    margin-bottom: 20px;

    width: 35%;

}

.hero h2{

    color: white;

    font-size: 1rem;

    margin-left: 10%;

    margin-bottom: 20px;

    width: 600px;

}

.hero-BEST-logo{

    width: 15%;

    position: absolute;

    right: 20px;

    bottom: 20px;

}

.hero-overlay{

    width: 100%;

    height: 100%;

    background-color: rgba(0, 123, 255, 0.5);

    border-bottom-right-radius: 50px;

    position: absolute;

    top: 0px;

    right: 0px;

}



/* Home page benefits section Styling */

.benefits{

    display: inline-block;

    text-align: center;

    width: 100%;

    margin-top: 100px;

}

.benefits-benefit{

    display: inline-block;

    width: 200px;

    margin-right:50px;

    margin-left: 50px;

    margin-bottom: 50px;

    height: 230px; 

    color: black;

}

.benefits-benefit h1{

    margin-top: 20px;

    margin-bottom: 5px;

    width: 300px;   

    text-align: center;

    width: 100%;

    font-size: 2rem;

}

.benefits-benefit h3{

    margin-top: 10px;

    font-size: 1rem;

}

.benefits-icon{

    width: 100px;

    height: 100px;

    padding: 20px;

    background-color: var(--whrBlue);

    border-radius: 50%;

    margin: auto;

}

.benefits-icon img{

    width: 100%;

    filter: invert(1);

}



/* Footer Styling */

.footer{

    height: auto;

    font-size: 1rem;

    font-family: Arial, Helvetica, sans-serif;

    font-weight: 600;

    background-color: var(--whrBlue);

}

.footer h2{

    font-size: 2rem;

    text-align: left;

    margin-left: 50px;

}

.sponsors{

    margin-left: 40px;

    margin-right: 40px;

}

.sponsors img{

    width: 160px;

    display: inline-block;

}

.family-sponsors{

    margin-left: 40px;

}

.family-sponsors h1{

    font-size: .7rem;

    display: inline-block;

    margin-top: 20px;

    color: rgb(255, 255, 255);

    margin-right: 20px;

}

.copyright{

    margin-left: 40px;

    font-size: 1rem;

    display: inline-block;

}

.footer hr{

    background-color: var(--whrBlue);

    height: 1px;

    outline: none;

    border-style: none;

}

.social-medias img{

    width: 20px;

    display: inline-block;

    margin-inline-end: 10px;

    filter: invert(1);

}

.social-medias{

    float: right;

    margin-right: 40px;

    display: inline-block;

}



/* Home page testimonials section Styling */

.testimony h2{

    margin-top: 20px;

    font-size: 1.6rem;

}

.testimony h3{

    font-size: .8rem;

    padding: 0px;

    margin: 0px;

}

.testimony p{

    font-size: 1rem;

    margin-inline: 20px;

    font-weight: lighter;

}

.star{

    width: 15px;    

    margin-top: 5px;

    margin-inline: 2px;

    display: inline-block;

    vertical-align: top;

}

.testimony{

    width: 300px;

    padding-top: 20px;

    padding-right: 10px;

    padding-left: 10px;

    text-align: center;

    background-color: white;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.profile{

    width: 60px;

    height: 60px;

    background-color: #1b2c81;

    border-radius: 50%;

}

.testimonials h1{

    text-align: center;

    font-size: 3rem;

}

.testimonials{

    padding-top: 100px;

    text-align: center;

    background-color: whitesmoke;

}

.testimony{

    display: inline-block;

    margin-inline: 50px;

    margin-top: 50px;

    color: black;

    vertical-align: top;

}



/* Join prompt section Styling */

.cta{

    width: 100%;

    text-align: center;

    background-color: whitesmoke;

}

.cta h1{

    font-size: 3rem;

    width: 100%;

    text-align: center;

    margin-bottom: 20px;

}

.cta-action{

    color: white;

    text-align: center;

    font-size: 20px;

    margin-top: 200px;

    padding:10px;

    border-radius: 20px;

    padding-inline: 50px;

    background-color: var(--whrBlue);

}



/* Contact page contact section Styling */

.contact h1{

    font-size: 3rem;

}

.contact .right{

    float:right;

    width: 50%;

    height: 55vh;

}

.contact .left{

    width: 50%;

    float:left;

    height: 55vh;

}

.contact input{

    width: 80%;

    height: 60px;

    background-color: white;

    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);

    border-style: none;

    outline: none;

    padding: 10px;

    color: black;

    font-size: 1.5rem;

}

.contact input::placeholder{

    color: rgb(88, 88, 88);

}

.contact input::-webkit-outer-spin-button,

.contact input::-webkit-inner-spin-button {

  -webkit-appearance: none;

  margin: 0;

}

.contact textarea{

    width: 80%;

    background-color: white;

    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);

    border-style: none;

    outline: none;

    padding: 15px;

    color: black;

    resize: none;

    font-size: 1.5rem;

}

.contact textarea::before{

    content: "Message";

    color: black;

    padding: 100px;

    font-size: 1rem;

}

.contact textarea::placeholder{

    color: rgb(88, 88, 88);

    font-size: 1.5rem;

}

.contact label{

    float: left;

    text-align: left;

    padding-left: 10%;

    width: 100%;

    color: black;

    font-size: 1.5rem;

    margin-top: 20px;

    margin-bottom: 5px;

}

.contact .status{

    color: grey;

    text-align: center;

    font-size: 1.5rem;

    font-weight: lighter;

    margin-top: 100px;

}

.contact button{

    width: 300px;

    height: 70px;

    background-color:gold;

    border-radius: 10px;

    border-style: none;

    outline: none;

    color: white;

    font-size: 1.5rem;

}



/* Home page awards section Styling */

.awards h1{

    width: 100%;

    text-align: center;

    font-size: 3rem;

}

table {

    font-family: arial, sans-serif;

    border-collapse: collapse;

    width: 60%;

}

td, th {

    border: 2px solid #dddddd;

    text-align: center;

    padding: 10px;

    font-size: 1rem;

    color: black;

    font-weight: lighter;

}

tr:nth-child(even) {

    background-color: #dddddd;

}

.awards-heading th{

    font-weight: bold;

}



/* About page about section Styling */

.about-left{

    width: 50%;

    padding: 30px;

    display: inline-block;

    vertical-align: top;

    padding-top: 100px;

}

.about-right{

    width: 50%;

    padding: 30px;

    display: inline-block;

    vertical-align: top;



    text-align: justify;

}

.about-left img{

    width: 100%;

}

.about-right h1{

    font-size: 2rem;

    margin-bottom: 20px;

}

.about{

    margin-top: 100px;

}

.about-right p{

    color: grey;

    font-weight: lighter;

    font-size: 1.5rem;



}



/* About page process section Styling */

.process{

    text-align: center;

}

.process h1{

    width: 100%;

    text-align: center;

    font-size: 3rem;

}

.week{

    vertical-align: top;

    width: 300px;

    height: 550px;

    padding: 20px;

    display: inline-block;

    background-color: white;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    margin: 0px;

    margin-bottom: 100px;

    margin-inline: 20px;

}

.week img{

    width: 100%;

}

.week h2{

    font-size: 1.7rem;

    font-weight: 700;

    text-align: center;



}

.week h3{

    text-align: center;

    font-size: 1.2rem;

    margin-top: 5px;

    font-weight: lighter;

}

.week p{

    margin-top: 20px;

    text-align: left;

    font-size: 1rem;

    color: grey;

    font-weight: lighter;

}



/* About page student leaders section Styling */

.student-leaders{

    align-items: center;

    text-align: center;

}

.student-leaders h1{

    font-size: 3rem;

    width: 100%;

    text-align: center;

    margin-bottom: 50px;

}

.student-leaders h2{

    font-size: 1.5rem;

    width: 100%;

    text-align: center;

    

}

.student-leaders h3{

    font-size: 1rem;

    width: 100%;

    text-align: center;

    font-weight: lighter;

}

.student-leader{

    display: inline-block;

    width: 400px;

}

.student-leaders img{

    margin-top: 20px;

    display: inline-block;

    width: 150px;

    height: 150px;

    border-radius: 50%;

    background-color: #283EB1;

    border-style: solid;

}

.student-leaders p{

    color: grey;

    font-size: 1rem;

    width: 100%;

    text-align: center;

    margin-top: 60px;

    padding-inline: 10%;

    font-weight: lighter;

}



/* Home page faq section Styling */

.faq-title{

    font-size: 3rem;

    text-align: center;

}

.faqs{

    display: flex;

    flex-direction: column;

    width: 100%;    

    justify-content: center;

    align-items: center;

    background-color: white;

}

.faq{

    width: 50%;

}

.faq .question{

    width: 100%;

    font-size: 2rem;

    margin-top: 20px;

    user-select: none;

    color: black;

}

.faq .question:hover{

    cursor: grab;

}

.faq .answer{

    width: 100%;

    font-size: 1.5rem;

    color: black;

    display: none;

    padding-left: 100px;

    padding-right: 100px;

    color: grey;

}

.faq hr{

    width: 100%;

    height: 3px;

    background-color: black;

    margin-top: 5px;

    margin-bottom: 5px;

    outline: none;

    border: none;

}

.faq .question::before{

    content:"?";

    width: 36px;

    height: 36px;

    display: inline-block;

    background-color: grey;

    color: white;

    align-content: center;

    border-radius: 50%;

    margin-right: 20px;

    text-align: center;

}



/* ------ About page competition BEST Logo section Styling -------- */

.competition{

    font-size: 2rem;

}

.competition img{

    width: 60%;

}



/* About page about BEST section Styling */

.about-BEST h1{

    font-size: 3rem;

    width: 100%;

    text-align: center;

}

.about-BEST img{

    width: 100%;

    filter: invert(1);

}

.about-BEST-icon{

    width: 130px;

    height: 130px;

    padding: 30px;

    background-color: var(--whrYellow);

    display: inline-block;

    margin: 0 auto;

    border-radius: 50%;

    margin-bottom: 20px;

}

.about-BEST-div{

    margin-top: 50px;

    width: 400px;

    text-align: center;

    display: inline-block;

    height: 500px;

    vertical-align: top;

}

.about-BEST h2{

    font-size: 2rem;  

    margin-bottom: 20px;

    color: var(--whrBlue);

}

.about-BEST p{

    font-size: 1.2rem;

    color: grey;

    margin-inline: 30px;

    font-weight: lighter;

}

.about-BEST{

    text-align: center;

}



.gamefield-left{

    width: 50%;

    padding: 50px;

    display: inline-block;

    vertical-align: top;

    padding-top: 50px;

    padding-right: 100px;

}

.gamefield-right{

    width: 50%;

    padding: 30px;

    display: inline-block;

    vertical-align: top;

    padding-right: 100px;

    text-align: justify;

}

.gamefield-left img{

    width: 100%;

}

.gamefield-right h1{

    font-size: 2rem;

    margin-bottom: 20px;

}

.gamefield-right p{

    color: grey;

    font-weight: lighter;

    font-size: 1.5rem;



}

/* ------ When Screen is mobil form -------- */

@media(max-width:768px){

    /* Nav-bar hamburger menu Styling */

    .hamburger{

        display: block;

    }

    .hamburger.active .bar:nth-child(2){

        opacity: 0;

    }

    .hamburger.active .bar:nth-child(1){

        transform: translateY(8px) rotate(45deg);

    }

    .hamburger.active .bar:nth-child(3){

        transform: translateY(-8px) rotate(-45deg);

    }

    .nav-menu{

        position: fixed;

        left: 100%;

        top: 70px;

        gap: 0;

        flex-direction: column;

        background-color: #283EB1;

        border-top-width: 2px;

        border-color: #1b2c81;

        border-top-style: solid;

        width: 100%;

        text-align: center;

        transition: .3s;

    }

    .nav-item{

        margin: 16px 0;

    }

    .nav-menu.active{

            left: 0;

    }

    .nav-action{

        margin-bottom: 10px;

    }



    /* Nav-bar hamburger menu Styling */

    .hero h1{

        color: white;

        font-size: 2.5rem;

        margin-left: 10%;

        margin-bottom: 20px;

        width: 50%;

    }

    .hero h2{

        width: 200px;

    }

    .faq-page {

        color: #444;

        cursor: pointer;

        padding: 30px 20px;

        width: 80%;



        font-size: 1.6rem;

    }



    /* Contact page contact section Styling */

    .contact .right{

        margin-top: 50px;

        width: 100%;

    }

    .contact .left{

        width: 100%;

    }

    .cta h1{

        font-size: 2rem;

    }

    .faq{

        width: 80%;

    }

    .faq .question{

        font-size: 1rem;

    }

    .faq .question::before{

        content:"?";

        width: 20px;

        height: 20px;

        display: inline-block;

        background-color: black;

        color: white;

        font-size: 1rem;

        align-content: center;

        border-radius: 50%;

        margin-right: 20px;

        text-align: center;

    }



    .copyright{

        margin-left: 20px;

    }

    .social-medias{
        margin-right: 10px;

    }



    .about-left{

        width: 100%;

        padding-top: 30px;

    }

    .about-right{

        width: 100%;

    }

    .about-right h1{

        text-align: center;

    }



    .gamefield-left{

        width: 100%;

        padding-top: 30px;

    }

    .gamefield-right{

        width: 100%;

    }

    .gamefield-right h1{

        text-align: center;

    }



    .faq .answer{

        width: 100%;

        text-align: center;

        margin: 0px;

        padding: 0px;

        font-size: 1rem;

    }

}