@import url('https://fonts.googleapis.com/css2?family=Hind&display=swap');
*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: "Hind", sans-serif;
}
html{
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
:root{
    --blue : rgb(236, 145, 26);
}
body{
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
}
h1{
    font-size: 5rem;
}
h2{
    font-size: 2.4rem;
}
h3{
    font-size: 1.3rem;
}
h4{
    font-size: 1rem;
}
.btn-a{
    padding: 0.6rem 1.2rem;
    background-color: var(--blue);
    text-decoration: none;
    color: white;
    text-align: center;
    border-radius: 6px;
}
.whatsapp{
    z-index: 999;
    position: fixed;
    bottom: 3%;
    right: 2%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.5) 0px 7px 29px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whatsapp img{
    width: 32px;
}
.call{
    z-index: 999;
    position: fixed;
    bottom: 12%;
    right: 2%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.5) 0px 7px 29px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.call img{
    width: 25px;
}
#navbar{
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    z-index: 999;
    padding: 1rem 2rem;
    background-color: transparent;
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#navbar h3{
    color: var(--blue);
}
.navbar-right{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}
.navbar-right img{
    width: 25px;
}
.landing-section{
    width: 100%;
    min-height: 100vh;
    padding: 2rem 2rem;
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.4rem;
    align-items: center;
    position: relative;
    color: white;
    text-align: center;
}
.landing-section video{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.landing-section::before{
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.57);
    z-index: 9;
}
.landing-section h1{
    position: relative;
    color: var(--blue);
    z-index: 10;
    /* text-shadow: 0 0 10px black; */
}
.landing-section h3{
    position: relative;
    z-index: 10;
}
.landing-section p{
    font-size: 12px;
    position: relative;
    z-index: 10;
    max-width: 600px;
}
.landing-section .btn-a{
    width: 160px;
    color: white;
    position: relative;
    z-index: 10;
}
.second-section{
    padding: 2rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.highlight-box{
    padding: 2rem 2rem;
    border-radius: 6px;
    box-shadow: rgba(100, 100, 111, 0.5) 0px 7px 29px 0px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 90%;
}
.highlight-box h3{
    color: #25D366;
}
.highlight-box-bottom{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 1rem;
}
.advantages{
    display: flex;
    gap: 0.4rem;
    width: 270px;
    font-size: 14px;
}
.advantages img{
    width: 20px;
    height: 20px;
}
.highlight-box .btn-a{
    width: 160px;
}


.about-section{
    padding: 3rem 2rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 2rem;
}
.about-section-left{
    max-width: 550px;
}
.about-section-left h2{
    color: var(--blue);
}
.about-section-right img{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 20px 0px 0px var(--blue);
}



.forth-section{
    margin-top: 2rem;
    padding: 6rem 2rem;
    background-color: var(--blue);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 2rem;
    color: white;
}
.forth-section-left img{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
}
.forth-section-right{
    max-width: 600px;
}
.forth-section-right h1 span{
    color: black;
}
.forth-section h1{
    font-size: 4rem;
}

.contact-section{
    padding: 3rem 2rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 2rem;
}
.contact-section-right{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 550px;
}
.contact-section-right h3{
    color: var(--blue);
}


.last-section{
    padding: 4rem 2rem;
    background-color: var(--blue);
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}
.last-section img{
    width: 300px;
    height: 170px;
    object-fit: cover;
    border-radius: 5px;
}




.faq-section{
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.faq-section h2{
    color: var(--blue);
}
.faq-section .btn-a{
    margin-top: 1rem;
}

#footer{
    padding: 2rem 2rem;
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.footer-top{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}
.column{
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.column h4{
    color: var(--blue);
}
.column a{
    text-decoration: none;
    color: white;
}
.footer-bottom{
    text-align: center;
}



@media screen and (max-width:900px) {
    .gmap{
        width: 300px;
        height: 300px;
    }
}
@media screen and (max-width:850px) {
    .forth-section-right h1{
       font-size: 3.5rem;
    }
}
@media screen and (max-width:750px) {
    .advantage-card h3{
        font-size: 1rem;
    }
    .about-section{
        flex-direction: column;
    }
    .forth-section{
        flex-direction: column-reverse;
    }
    .forth-section-right{
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .contact-section{
        flex-direction: column;
    }
    .contact-section-left{
        width: 100%;
    }
    .gmap{
        width: 100%;
    }
}
@media screen and (max-width:700px) {
    .forth-section-left img{
        width: 300px;
    }
    .forth-section-right h1{
        font-size: 2.5rem;
    }
    .highlight-box-bottom{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: baseline;
    }
    .highlight-box .advantages{
        width: 100%;
    }
    h1{
        font-size: 3.5rem;
    }
    .contact-section{
        flex-direction: column;
    }
    .contact-section-left{
        width: 100%;
    }
    .gmap{
        width: 100%;
        height: 200px;
    }
}
@media screen and (max-width:600px) {
    .forth-section{
        flex-direction: column;
    }
    .faq-section{
        flex-direction: column;
    }
    .footer-top{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .third-section-bottom{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    h1{
        font-size: 2.5rem;
    }
    html{
        font-size: 80%;
    }
    .landing-section{
        min-height: 70vh;
        /* height: 60vh; */
        /* overflow: hidden; */
    }
    .landing-section video{
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width:400px) {
    p{
        font-size: 8px;
    }
    .landing-section{
        min-height: 80vh;
    }
    .landing-section p{
        font-size: 10px;
    }
    .footer-top{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        place-items: center;
    }
    .column{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .about-section img{
        width: 250px;
        height: 250px;
    }
    .forth-section img{
        width: 250px;
        height: 250px;
    }
    .landing-section{
        min-height: 60vh;
    }
}