@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: "Open Sans", sans-serif;;
}
.navbar {
    position: relative;
    width: 100%;

}


.navbar-toggler {
    margin-left: 10px;
    border: 1px solid #fff;
    outline: none;
}

#navbarNav li a{
    margin-right: 20px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    font-style:italic;
    color: #f1f3f5; !important;
}
#navbarNav li a:hover{
    color: #bcdeeb; !important;
}
.mBottom{
    margin-bottom: 10rem;
}

.background {
    background: url('/Asstes/img/photos.jpg') no-repeat center center ;
    background-size: cover;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #f0f3bd;
    margin-bottom: 5rem;
}


.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.whatsapp-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 90%;
    max-width: 320px;
    transition: all 0.3s ease;
}
.number {
    border-left: 3px solid lawngreen !important;
}

.bg-color{
    background-color: #2db743;

}
.font-h{
    color: #d9f1dd;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;

}
.gallery-p{
    color: #7d8796;
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
}
.font-p{
    color: #d9ebc6;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

.text-color{
    color:#a5abb7;
    font-weight: 500;
    font-size: 11px;
    line-height: 21px;
}



.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


@media (max-width: 992px) {


    #navbarNav li a {
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .phone a {
        font-size: 14px;
    }

    .photos .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gallery-head {
        font-size: 24px;
    }

    .photos-p {
        font-size: 14px;
        margin: 0 15px;
    }

    .galary-title {
        font-size: 16px;
    }

    .galary-p {
        font-size: 12px;
    }

    .subscribe {
        text-align: center;
        margin: 20px auto;
    }

    .subscribe-h1 {
        font-size: 24px;
    }

    .subscribe-now {
        font-size: 16px;
        padding: 10px 20px;
    }
}

@media (max-width: 768px) {


    .phone, .navButton1  {
        display: block;
        margin: 10px auto;
    }

    .phone, .navButton1  {
        font-size: 12px;
        margin: 0 5px;
    }
    .background {
        height: 50vh;
        padding: 1rem;
        background-position: center top;
    }
    .background h1, .background p {
        font-size: 18px;
    }

    .about-header {
        margin-bottom: 2rem;
    }
    .navbar-brand img {
        height: 50px;
    }

    .gallery-head {
        font-size: 20px;
    }

    .photos .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .card {
        margin-bottom: 20px;
    }

    .footer {
        text-align: center;
    }

    .footer .col-md-4 {
        margin-bottom: 20px;
    }

    .footer-h5 {
        font-size: 18px;
    }

    .footer-p {
        font-size: 12px;
    }

    iframe {
        width: 100%;
        height: 250px;
    }

    .whatsapp-popup {
        width: 80%;
        bottom: 10px;
        right: 10px;
    }
    .footer {
        text-align: center;
    }

    .footer .col-md-4 {
        margin-bottom: 2rem;
    }

    .social-icons a {
        margin: 0 10px;
    }

    .map iframe {
        width: 100%;
        height: 200px;
    }

    .footer-p, .footer-h5 {
        font-size: 14px;
    }
}

@media (max-width: 576px) {


    .navbar-brand img {
        height: 40px;
    }

    .gallery-head {
        font-size: 18px;
    }

    .photos-p {
        font-size: 12px;
    }

    .galary-title {
        font-size: 14px;
    }

    .galary-p {
        font-size: 10px;
    }

    .subscribe-now {
        font-size: 14px;
        padding: 8px 16px;
    }

    .footer {
        font-size: 12px;
    }

    iframe {
        height: 200px;
    }

    .whatsapp-popup {
        width: 95%;
        bottom: 5px;
        right: 5px;
    }

    .social-icons img {
        width: 14px;
        height: 14px;
    }
}