/* Scroll  Bar */
body {
    scrollbar-width: thin;
    scrollbar-color: #888 #e0e0e0;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Font */
@font-face {
    font-family: 'titles';
    src: URL('/fonts/titles.ttf') format('truetype');
}

@font-face{
    font-family: 'poppins';
    src: URL('/fonts/poppins.ttf') format('truetype');
}

h1,h2,h3{
    font-family: Arial, sans-serif;
}

p,li{
    font-family: "poppins", sans-serif;
    max-width: 100vw;
}

a{
    color: rgb(21, 87, 145);
}

/* Navbar */
.navbar-div{
    margin-top: 0px;
    margin-left:0px;
    padding-bottom: 0px;
    border-bottom: 1px solid rgb(7, 114, 109);
    display: flex;
    width: 100%;
    height: 70px;
    justify-content: space-between;
}

.navbar-container{
    font-size: 16px;
    display: flex;
    align-items: center; 
    padding-bottom: 8px;
    max-width: 90%;
    margin-left: 30px;
}

.navbar-container a{
    margin-right: 50px;
    text-decoration: none;
    color: rgb(7, 114, 109);
}

.navbar-container a.active{
    margin-right: 50px;
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-weight: bold;
}

@media only screen and (max-width: 880px) {
    .navbar-container div{
        display: none;
    }
    .mobile-menu-button{
        display: flex;
    }
}

@media only screen and (min-width: 881px) {
    .mobile-menu-button{
        display: none;
    }
}

@media only screen and (max-width: 660px) {
    .user-container div{
        display: none;
    }
}

@media only screen and (min-width: 661px) {
    .navbar-div .user-container div{
        width: fit-content;
        display: flex;
        align-items: center; 
        padding-bottom: 8px;
        margin-right: 20px;
    }
}

#signup-nav{
    margin-right: 60px;
}

.user-container div a{
    text-decoration: none;
    text-wrap: nowrap;
    color: black;
}

nav{
    user-select: none;
}


/* Footer */
@media only screen and (min-width: 506px) {
    footer{
        background-color: aliceblue;
        height: 300px;
    }
    
    footer div div{
        padding-top: 100px;
        margin: auto;
        display: flex;
        flex-direction: column;
    }
    
    footer div div a{
        font-size: 20px;
        color: black;
    }
    
    button{
        appearance: none;
        -webkit-appearance: none;
        border: none;
        background-color: transparent;
        cursor: pointer;
        margin-right: 20px;
        text-wrap: nowrap;
    }

    footer div{
        display: flex;
        flex-direction: row;
    }
}
    
@media only screen and (max-width: 505px) {

    footer{
        background-color: aliceblue;
        height: 300px;
    }

    footer div{
        display: flex;
        flex-direction: column;
    }
        
    footer div div{
        padding-top: 20px;
        margin: auto;
        display: flex;
        flex-direction: column;
    }
        
    footer div div a{
        font-size: 20px;
        color: black;
    }
        
    button{
        appearance: none;
        -webkit-appearance: none;
        border: none;
        background-color: transparent;
        cursor: pointer;
        margin-right: 20px;
        text-wrap: nowrap;
    }
}


/* Buttons */
.icon-button{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid black;
    padding: 7px 20px;
    border-radius: 15px;
    margin-left: -50px;
}

.button{
    border: 1px solid rgb(21, 87, 145);
    color: white;
    text-decoration: none;
    background-color: rgb(21, 87, 145);
    padding: 15px 50px;
    font-size: 25px;
    border-radius: 10px;
    text-wrap: nowrap;
}


/* Main */
.main-container{
    display: flex;
    padding: 60px 70px;
    user-select: none;
}

@media only screen and (max-width: 890px) {
    .main-container{
        padding-top: 0px;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .main-image{
        width: 350px;
    }
}

@media only screen and (min-width: 891px) {
    .main-container{
        flex-direction: row;
    }
}


/* Bullet points */
.bullet-points-container{
    display: block;
    padding: 60px 70px;
    user-select: none;
}

.bullet-points{
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 80px;
}

.bullet-point-header{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.bullet-point{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 350px;
    min-width: 350px;
    text-align: center;
}

@media only screen and (min-width: 1246px) {
    .bullet-points-container{
        flex-direction: row;
    }

    .bullet-points{
        margin-top: 40px;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        gap: 80px;
    }
}


/* Reviews */
@media only screen and (max-width: 920px) {
    .reviews-container{
        display: flex;
        padding: 10px;
        user-select: none;
        flex-direction: column;
        text-align: center;
    }
}

@media only screen and (min-width: 921px) {
    .reviews-container{
        display: flex;
        padding: 60px 70px;
        user-select: none;
        flex-direction: column;
    }
}

@media only screen and (max-width: 1245px) {
    .bullet-points-container{
        padding: 10px;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .bullet-points{
        margin-top: 40px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 80px;
    }
}


/* Banner */
@media only screen and (max-width: 700px) {
    .banner{
        display: flex;
        flex-direction: column;
        padding: 10px;
        gap: 25px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .banner2{
        display: flex;
        flex-direction: column-reverse;
        padding: 40px 10px;
        gap: 25px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (min-width: 701px) {
    .banner{
        display: flex;
        flex-direction: row;
        padding: 40px;
        padding: 60px 70px;
        justify-content: center;
        align-items: center;
    }

    .banner2{
        display: flex;
        flex-direction: row;
        padding: 40px;
        padding: 60px 70px;
        justify-content: center;
        align-items: center;
    }
}


/* Mobile menu */

.mobile-menu-bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile-menu-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 30vh;
}

.mobile-menu-bottom a{
    text-decoration: none;
    text-wrap: nowrap;
    color: black;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 2px solid black;
    padding: 7px 20px;
    border-radius: 15px;
    margin-left: 0px;
    width: 75%;
    margin-top: 15px;
}

.mobile-menu-top a{
    text-decoration: none;
    text-wrap: nowrap;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid black;
    padding: 7px 20px;
    border-radius: 15px;
    margin-left: 0px;
    width: 75%;
    margin-top: 15px;
}