*{
    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;
}

/*---------------------------about-----------------------------*/

.about-r{
    display: flex;
    padding: 0px 60px 0px 60px;
    justify-content: space-evenly;
    gap: 60px;
    padding-bottom: 40px;
}

.text-box{
    margin: auto 0;
    width: 100%;
}

.about-img {
    margin: 0 auto;
    height: 100%;
    width: 100vw;
    text-align: center;
}

.about-img .img{
    border-radius: 10%;
    background-image: url(images/about-real.jpg);
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.8;
}

.about-img .img:after{
    content:'';
    padding-bottom:100%;
display: block;
}

/*----------------------------------------------------*/

.about-vis{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    gap: 40px;
    margin: 50px 60px;
}

.img-vis{
    width: 40vw;
    background: linear-gradient(rgba(165, 236, 71, 0.5),rgba(165, 236, 71, 0.5)),url(images/about_vis.jpg);
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}
/*-----------------------------------------------------*/

.real-msg{
    display: flex;
    justify-content: center;
    }

.message{
    margin: 80px 8% 80px 8%;
    width: 100%;
    color: rgb(17, 17, 17);    
}

.msg-img{
    margin: 0 auto;
    width: 100%;
    background:
    url(images/JAF_SB.png);
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
}

.by-whom{
    margin-top: 40px;
    color: rgb(19, 19, 19);
    text-align: right;
}
.by-whom p{
    color: rgb(66, 172, 66);
}

/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/

.contact-lite{
    display: flex;
    justify-content: center;
}

.con-btn{
    text-align: center;
    width: 0%;
    margin: 50px 1%;
    padding: 10px 10%;
}

.con-btn a{
    width: 140px;
    display: inline-block;
    text-decoration: none;
    color: rgb(88, 88, 88);
    border-radius: 10px;
    border: 3px solid var(--pricol);
    padding: 4px 15px;
    font-size: 16px;
    background: transparent;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    text-shadow: 0px 5px 10px rgba(77, 77, 77, 0.26);
}

.con-btn a:hover{
    border: 3px solid var(--pricol);
    background: var(--pricol);
    transition: 0.5s;
    color: white;
}



.btn-sticker{
    width: 100%;
    background-image: url(images/con-lite-stirp.png);background-position:left;
    background-size: cover;
    background-repeat: no-repeat;
}


/*----------------------------------------------------*/
.lil-con{
    display: flex;
    justify-content: space-between;
    padding: 40px 50px;
}

.hr{
    width: 100%;
    height: 2px;
    background-color: white;
}

.con-fir{
    color: white;
}

.con-sec{
margin: auto 0;
}

.con-sec img{
    width: 150px;
}

.con-insta{
    display: flex;
    gap: 10px;
}

.insta-2 a{
    color: white;
    font-size: 40px;
    padding-right: 10px;
}

@media(max-width:500px){
    .con-insta{
        flex-direction: column;
    }
    
}








/*----------------------------------------------------*/
@media(min-width:1366px){
    section{
        width: 1366px;
        margin: 0 auto;
    }
}


@media(min-width:1390px){
    .about-img{
        display: none;
    }

    .about-img .img{
        display: none;
    }

    .about-img .img:after{
    display: none;
    }
}


@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;
     }
     

     .lil-con{
        padding: 30px 25px; /*-===========<<<<<<<<<<<<<<<<<*/
    }

    .con-fir p{
        font-size: 14px;
    }

    .email{
        font-size: 14px;
    }
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
.contact-lite{
    display: block;
    text-align: center;
}

.con-btn{
    margin: 20px 0px;
    padding: 40px 0px;
    background-image: url(images/con-lite-stirp.png);background-position:left;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    width:100%;
}

.con-btn a{
    background-color: rgba(165, 250, 95, 0.849);
    color: white;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.411);
}

.btn-sticker{
    display: none;
}

}
@media(max-width:500px){

    .con-fir h2{
        font-size: 20px;
    }
    .con-fir p{
        font-size: 13px;
    }
    
    .con-sec{
        display: none;
    }
    .lil-con{
        background-image: url(images/con-strip-mob.png);
        background-position:center;
        background-size: cover;
        background-repeat: no-repeat;
    }
/*------------------------------------------------*/












    /*------------------------------------------*/
    .about-r{
        display: flex;
        padding: 20px 8% 20px 8%;
        padding-bottom: 40px;
    }
    .text-box h1{
        line-height: 30px;
    }

/*---------------------------------------------*/
    .about-vis{
        display: flex;
        margin: 0px 0px;
        padding: 50px 30px;;
        background:linear-gradient(rgba(0, 0, 0, 0.089),rgba(0, 0, 0, 0.637)), url(images/about_vis.jpg);
        background-position:center;
        background-size: cover;
        background-repeat: no-repeat;
        color: white;

    }

    .img-vis{
        display: none;
    }

   /*-------------------------------------------*/
        .msg-img{
            display: none;
        }
        .real-msg{
            background:linear-gradient(270deg,rgba(201, 201, 201, 0.678),rgb(250, 250, 250)) 
            ,url(images/JAF_SB.png);background-position:center;
            background-size: cover;
            background-repeat: no-repeat;
        }
}

@media(max-width:1100px){
    .about-img{
        display: none;
    }

    .about-img .img{
        display: none;
    }

    .about-img .img:after{
    display: none;
    }

    
}



#click:hover{
    transform: scale(1.08);
    z-index: 2;
}

/*
id="click" style="transition: 0.3s;"
*
/