*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

:root{
    --pricol : rgb(159, 202, 66);
}

body{
    overflow-x: hidden;
}

.header{
    width: 100vw;
    background-image:url(images/about-strip.png);
    background-position:bottom;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

/*-------------------------------*/
.top-contact{
    display: flex;
    justify-content: space-between;
    margin: 0px 60px 0 40px;
    padding: 5px 0;
}
.top-contact1{
    display: flex;
    gap: 20px;
}

.top-titles a{
    color: white;
    text-decoration: none;
    transition: 0.5s;
}

.top-titles a:hover{
    color: var(--pricol);
}

.top-contact2{
    display: flex;
    gap: 20px;
    padding-top: 2px;
}

.top-contact2 a{
    color: white;
    font-size: 20px;
    transition: 0.5s;
}

.top-contact2 a:hover{
    color: var(--pricol);
}

@media(max-width:814px) {
    .top-contact{
        display: none;
    }
}

/*-------------------------------*/

/*-------------------------------*/

nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
}

nav.sticky{
    padding: 6px 0px 6px 0px;
    background:linear-gradient(240deg, green,rgb(255, 255, 255) );
    box-shadow:0px 4px 20px rgba(63, 63, 63, 0.513);
    width: 100%;
    transition: 0.6s;
    z-index: 9999;
    top: 0;
    position: fixed;
}

nav.sticky img{
    width: 100px;
    margin-left: 30px;
}

nav.sticky ul li a{
    color: white;
    font-size: 14px;
}


nav.sticky ul{
    margin-right: 30px;
}


/*-------------------------------------*/
nav img{
    width: 150px;
}


.nav-links{
    flex: 1;
    text-align: right;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a{
    font-weight: 600;
    color: black;
    text-decoration: none;
    font-size: 15px;
}

.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 3px;
    background: var(--pricol);
    display: block;
    margin: auto;
    transition: 0.5s;
}

#menu-ico{
    color: black;
}

.nav-links ul li:hover::after{
    width: 100%;
}

nav .fa{
    display: none;
}


/*--------------------------------------------*/

.contact-r{
    display: flex;
    justify-content: space-between;
    padding: 45px 90px 100px 90px;
}

.address-flex{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.contact-sec1{
    margin: 0 auto;
    width: 100%;
}

.contact-sec2{
    text-align: center;
    width: 100%;
    margin: auto 0;
}
.contact-sec2 img{
    width: 250px;
}

.contact-email a{
    color: black;
    transition: 0.6s;
}
.contact-email a:hover{
    color: green;
}
/*---------------------------------------------*/


.container{
    display: flex;
    justify-content: space-between;
}

.contact-left{
    width: 100%;
    padding: 60px 80px 40px 80px;
}

#real-btn{
    background-color: var(--pricol);
    width: 200px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    border: none;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.384);
}

.contact-left form input,textarea{
    width: 80%;
    margin: 10px 0px;
    padding: 10px;
    font-size: 18px;
    border: 1px solid rgb(172, 171, 171);
    border-radius: 5px;
    background-color: rgb(236, 236, 236);
    outline: none;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.096);
}

.contact-left form input,textarea:focus{
}

.contact-right{
    width: 100%;
}

.contact-right iframe{
    width: 100%;
    height: 100%;
}



/*----------------------------------------------*/

.end{
    height: 200px;
    background-image: url('images/con-lite-stirp.png');
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

.end img{
    margin-left: 40px;
    margin-top: 20px;
    width: 150px;
}



/*-----------WHATSAPP----------------*/

.whatsapp{
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    
}
.whatsapp-slogan{
    
    color: white;
    padding: 0px 5%;
    margin: auto 0px;
}
.whatsapp-slogan h5{
    font-size: clamp(15px,60%,40px);
}


.whatsapp-pics{
    width: 100%;
}


.whatsapp-slogan{
}

.wa-logo{
    text-align: center;
}

.wa-logo img{
    width: clamp(80px,30%,300px);
}

.wa-code{
    text-align: center;
}

.wa-code img{
    width: clamp(140px,50%,500px);
    border-radius: 10px;
}

@media(max-width:576px){
    .whatsapp{
        display: block;
        
    }
    .whatsapp-slogan{
        text-align: center;
    }
}









/*--------@meida qurey------------------------*/

@media(min-width:1366px){
    section{
        width: 1366px;
        margin: 0 auto;
    }
}

@media (max-width:1000px) {

    .contact-sec2 img{
        width: 200px;
    }

    .contact-left form input,textarea{
        width: 100%;
    }
}

@media(max-width:750px){
    .text-box h1{
       font-size: 30px;  
    }

    nav{
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .nav-links ul li{
        display: block;
    }

    .nav-links ul li a{
        color: white;
    }
    .nav-links{
        position: absolute;
        background-image:linear-gradient(rgb(149, 221, 94),rgb(63, 139, 63));
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200;
        text-align: left;
        z-index: 2;
        transition: 5s;
        display: none;
    }

    nav .fa{
        display: block;
        color: white;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    .nav-links ul{
        padding: 30px;
    }

    .nav-links ul li::after{
        content: '';
        width: 0%;
        height: 3px;
        background: green;
        display: block;
        margin: auto;
        transition: 0.5s;
    }
    

/*-----------------------------------------------------*/

.contact-r{
    display: block;
    padding: 15px 40px 70px 40px;
}

.contact-sec2{
    display: none;
}
/*---------------------------------------------------------*/


.container{
    display: block;
    justify-content: space-between;
}

.contact-left{
    margin-top: -10px;
    padding: 40px 0px 60px 0px;
    text-align: center;
}

#real-btn{
    background-color: var(--pricol);
    width: 200px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    border: none;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.384);
}

.contact-left form input,textarea{
    width: 80%;
    margin: 10px 0px;
    padding: 10px;
    font-size: 18px;
    border: 1px solid rgb(172, 171, 171);
    border-radius: 5px;
    background-color: rgb(236, 236, 236);
    outline: none;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.096);
}

.contact-left form input,textarea:focus{
}

.contact-right{
    text-align: center;
    margin: -20px 0px 50px 0px;
}

.contact-right iframe{
    width: 80%;
    height: 400px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.438);
    border-radius: 20px;
}

.end{
    background-image:linear-gradient(rgba(255, 255, 255, 0.233) , rgba(255, 255, 255, 0.212)), url('images/con-lite-stirp.png');
    background-position:center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;      
    text-align: center;
    width: 100%;

}

.end img{
    margin: 21px 0px;
    width: 150px;
    border-radius: 10px;
}

.contact-email a{
    font-size: 13px;
}

}
