@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@1&display=swap');


.main {
    min-height: 100vh;
    color: white;
    font-family: 'Poppins', sans-serif;
}

.main nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.main nav .navbar-brand img {
    width: 250px;
}

.main nav ul li a {
    color: white;
    text-align: center;
    font-size: 20px;
}

.first-banner {
    min-height: 100vh;
    background: url('../imgs/banner1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px !important;
}

.first-banner h1 {
    max-width: 70%;
    font-weight: 800;
    font-size: 60px;
}

.nav-link:focus, .nav-link:hover{
    color: #bbbbbb !important;
}

.second-banner {
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('../imgs/banner2.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px !important;
}

.second-banner p {
    max-width: 70%;
    font-size: 22px;
}

.mission {
    color: black;
}

p {
    font-size: 18px;
    margin-top: 30px !important;
}

.mission p {
    color: #707070 !important;
}


h5 {
    color: #707070;
    font-weight: 700 !important;
    font-size: 27px !important;
    font-family: 'Libre Baskerville', serif;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.three-banner {
    min-height: 100vh;
    background: url('../imgs/banner3.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px !important;
}

.kidsafe {
    color: black;
}

.kidsafe p {
    color: #707070 !important;
}

/* ========== navbar toggle button ============= */
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0 !important;
}

.navbar-toggler {
    border: 0px solid transparent;
    padding: 0px !important;
    font-size: 35px !important;
}


/* -========================== SideQuest App Code =============================== */
.four-banner {
    min-height: 100vh;
    background: url('../imgs/banner3.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px !important;
}
.four-banner h1 {
    max-width: 70%;
    font-weight: 800;
    font-size: 70px;
}
.sidequestapp {
    margin-top: 80px;
    margin-bottom: 80px;
}

.sidequestapp h3 {
    color: #707070 !important;
    text-align: center;
    padding: 50px;
}

.kidimg {
    width: 400px;
}

.login {
    border: 1px solid black !important;
    border-radius: 50px !important;
    width: 100px !important;
   margin-top: 50px;
}
.login:hover{
    color: black !important;
}
.SQfooter{
    text-align: center;
    color: #707070 !important;
}
.normal-div{
    margin-top: 80px;
    margin-bottom: 80px;
}
.normal-div h3{
    color:#707070 ;
}
/* -========================== SideQuest Nwetwork Code =============================== */

.five-banner {
    min-height: 100vh;
    background: url('../imgs/3rdpage.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px !important;
}
.five-banner h1 {
    max-width: 70%;
    font-weight: 700;
    font-size: 70px;
}
.g{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    margin-top: 20px;
}
.g p{
    margin: 0px !important;
    color: white;
    font-size: 20px;
}
 .g-1{
    background-image: linear-gradient(to bottom right, #0cebac, #20e3b2, #29ffc6) !important;
 }

 .g-2{
    background-image: linear-gradient(to bottom right, #5bd9e5, #36dcd4, #5be3e5) !important;
 }

 .g-3{
    background-image: linear-gradient(to bottom right, #29e6ff, rgb(32, 214, 227), #29e6ff) !important;
 }

 .brands{
    display: flex;
    flex-wrap: wrap;
 }
 .brand-div{
    flex: 1;
    min-width: calc(20% - 10px) !important;
    width: calc(20% - 10px) !important;
    max-width: calc(20% - 10px) !important;
    margin: 5px;
    background-color: #E6E4E4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
 }

 .brand2-div{
    display: flex;
    justify-content: center;
 }
 .brand2{
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E6E4E4;
    padding: 30px;
    margin: 5px;
 }
 .brand2 img{
    width: 70%;
 }
 @media screen and (max-width: 1400px) {
    .brand-div{
        min-width: calc(25% - 10px) !important;
        width: calc(25% - 10px) !important;
        max-width: calc(25% - 10px) !important;
     }
 }

@media screen and (max-width: 1200px) {
    .first-banner h1 {
        max-width: 70%;
        font-weight: 800;
        font-size: 50px;
    }
    .four-banner h1{
        max-width: 70%;
        font-weight: 800;
        font-size: 50px;
    }
    .five-banner h1{
        max-width: 70%;
        font-weight: 800;
        font-size: 50px;
    }
    .brand-div{
        min-width: calc(33% - 10px) !important;
        width: calc(33% - 10px) !important;
        max-width: calc(33% - 10px) !important;    
     }
}


@media screen and (max-width: 992px) {
    .first-banner h1 {
        max-width: 70%;
        font-weight: 800;
        font-size: 40px;
    }
    .four-banner h1{
        max-width: 70%;
        font-weight: 800;
        font-size: 40px;
    }
    .five-banner h1{
        max-width: 70%;
        font-weight: 800;
        font-size: 40px;
    }
    .second-banner p {
        max-width: 80%;
        font-size: 18px;
    }

    .brand-div{
        min-width: calc(50% - 10px) !important;
        width: calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
     }

}

@media screen and (max-width: 600px) {
    .kidimg {
        width: 300px;
    }
    .main nav .navbar-brand img {
        width: 150px;
    }
}