@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');


body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}

.brand-logo {
    max-width: 150px;
    width: 150px;
    height: auto;
}

.navbar-light .navbar-nav .nav-link {
    color: #202022;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #657e22;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.nav-item .btn-DF {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    background-color: #657e22;
    border: none;
    border-radius: 25px;
}

.nav-item .btn-DF:hover {
    color: #fff;
    background-color: #ed2129;
    border: none;
    border-radius: 25px;
}

.bg-light {
    background-color: #fff !important;
}

h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}

p {
    font-size: 1.15rem;
    line-height: 1.6;
}

.tag {
    font-size: 1.15rem;
    color: #657e22;
    font-weight: 700;
}

.line {
    width: 5rem;
    border: 2px solid #657e22;
    background-color: #657e22;
    color: #657e22;
    border-radius: 15px;
    text-align: left;

}

.store-icon {
    max-width: 100px;
    width: 100px;
    height: auto;
} 

.card-header {
    background-color: #657e22;
    color: #fff;
}

.card-header .btn-link {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.card-header .btn-link:hover {
    text-decoration: none;
    color: #fff;
}

.fa {
    color: #657e22;
}

.fa-facebook, .fa-instagram {
    font-size: 20px;
}

.contact-links a{
    text-decoration: none;
    color: #657e22;
}

.contact-links a:hover{
    color: #ed2129;
}

.footer-ul-links a{
    text-decoration: none;
    color: #657e22;
}

.footer-ul-links a:hover{
    text-decoration: none;
    color: #000;
}

.footer-ct-links a{
    text-decoration: none;
    color: #657e22;
}

.footer-ct-links a:hover{
    text-decoration: none;
    color: #ed2129;
}

section {
    max-height: auto;
    height: auto;
    margin: 0;
}

section .container {
    margin: 50px auto;
}

.Webhide {
    display: none;
}

#download-our-app {
    background-color: #657e22;
    color: #fff;
}

#our-promise {
    background-color: #f2f2f2;
    color: #202022;
}

#Dive-Fresh-Video {
    background-color: #202022;
}

.ourPromiseIcon {
    max-width: 300px;
    width: 300px;
    height: auto;
}

footer {
    background-color: #f2f2f2;
}

.sm-icon {
    max-width: 20px;
    width: 20px;
    height: auto;
}

.sm-align {
    text-align: right;
}

.whatsapp-icon {
    max-width: 50px;
    width: 50px;
    height: auto;
    position: fixed;
    right: 25px;
    bottom: 25px;
}

@media only screen and (max-width: 900px) {
    .col-md-6 {
        margin: 5px auto;
    }
    h2 {
        font-size: 1.25rem;
        font-weight: 800;
    }

    h5 {
        font-size: 1rem;
        font-weight: 800;
    }
    
    p {
        font-size: 0.875rem;
        line-height: 1.5;
    }
    
    .tag {
        font-size: 1rem;
        color: #657e22;
        font-weight: 700;
    }
    
    .line {
        width: 5rem;
        border: 2px solid #657e22;
        background-color: #657e22;
        color: #657e22;
        border-radius: 15px;
        text-align: left;
    
    }
    
    .store-icon {
        max-width: 75px;
        width: 75px;
        height: auto;
    } 

    section .container {
        margin: 15px auto;
    }

    .Webhide {
        display: none;
    }
}


@media only screen and (max-width: 500px) {
    .col-md-6 {
        margin: 5px auto;
    }
    h2 {
        font-size: 1.25rem;
        font-weight: 800;
    }

    h5 {
        font-size: 1rem;
        font-weight: 800;
    }
    
    p {
        font-size: 0.875rem;
        line-height: 1.5;
    }
    
    .tag {
        font-size: 1rem;
        color: #657e22;
        font-weight: 700;
    }
    
    .line {
        width: 5rem;
        border: 2px solid #657e22;
        background-color: #657e22;
        color: #657e22;
        border-radius: 15px;
        text-align: left;
    
    }
    
    .store-icon {
        max-width: 75px;
        width: 75px;
        height: auto;
    } 

    section .container {
        margin: 15px auto;
    }

    .Webhide {
        display: block;
    }

    .mbhide {
        display: none;
    }

    .mb-m {
        margin-top: 25px;
    }

    .sm-align {
        text-align: center;
        margin: 15px auto;
    }
}

