*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    list-style: none;
    transition: 1s;
    scroll-behavior: smooth;
    text-decoration: none;
    
    
}
::-webkit-scrollbar{
    width:20px;
    display: none;
}
::-webkit-scrollbar-track{
    background:#dddddd;
}
::-webkit-scrollbar-thumb{
     background-color: #2ED573;
     border-radius: 25px;
}   

body{
    max-width: 10000px;
}


nav{
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #ffffff;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
}
.logo{
    display: flex;
    

}
.logo h1{
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 48px;
    color: #2F3542;
}
span{
    color: #2ED573;
    
}
.logo h2{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    align-items: center;
    padding: 10px 30px;
}

/*menu list*/
.menu-icon{
    width: 40px;
    display: none;
}
.menu ul{
    display: flex;
    height: 14px;
    align-items: center;
}
.menu ul li{
    list-style: none;
    padding: 10px;
    top: 10px;
}
.menu ul li a{
    text-decoration: none;
    padding: 0 30px;
    color: #2F3542;
    font-weight: 600;
    transition: 0.5s;
}

#active{
    color: #2ED573;
}
#active-home{
    background-color: #2ED573;
    height: 42px;
}
.active-home:hover{
    color: #2ED573;
}
img{
    width: 250px;
}
h1{
    font-size: 60px;
}

/***********main galary nav***********/

.container h1{
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 85px;
    text-align: left;
    padding: 20px 0;

}
.container{
    width: 100%;
    height: 100%;
    background: #F1F2F6;
    padding: 0 80px;
    z-index: -4;
}
.gallary ul{
    display: flex;
    justify-content: space-between;
    margin: 0 80px;
}
.gallary{
    background-color: #fff;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 60px;
}
.gallary ul li a{
    color: #2F3542;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
}
#active-home-1{
    background-color: #2ED573;
    height: 62px;
}
.gallary ul li #active-home-1{
    padding: 10px;
}
.gallary ul li{
    padding: 10px;
    height: 40px;
}
/***********main galary image***********/
    .gallary-img{
        width: 100%;
        padding: 50px 0;
        display: flex;
        flex-direction: column;
        
    }
    .img-1 img {
        width: 100%;
        height: 100%;
        
    }
    .img-1 .text{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    button a{
        color: #2F3542;
    }
    button{
        color: #2F3542;
        background-color: #2ED573;
        border: none;
        padding: 10px 30px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 35px;
        line-height: 42px;
    }
    p{  
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 300;
        font-size: 30px;
        line-height: 42px;
        background-color: #F1F2F6;
        padding: 10px 25px;

    }
    .text{
        margin-top: -100px;
        padding-bottom: 100px;
    }
    .more a{
        color: #2F3542;
    }
    .more p{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 48px;
        background-color: #fff;
    }
    .more img{
        width: 50px;
    } 
    .more {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
/*********** hidden main galary image***********/
/*media quary max-width= 1007px*/

@media  (max-width:1007px) {

    #active-home-1{
        background-color: #2ED573;
        height: 44px;
    }
    .gallary ul li{
        padding: 0 5px;
        height: 40px;
    }
    h1{
        font-size: 40px;
    }
    .nav-bar{
        width: 100%;
        
    }
    .gallary ul{
        display: flex;
        margin: 0;
        width: 100%;
        justify-content: space-between;
    }

    /*nav menu*/
    nav{
        position: sticky;
        top: 0;
        z-index: 2;
        background-color: #ffffff;
        padding: 10px 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        width: 100%;
        height: 100px;
        
        
    }

    .menu ul{
        width:100%;
        background:linear-gradient(#2F3542,#2F3542);
        position:absolute;
        top:70px;
        right:0;
        z-index:2;
        display: block;
        
    }
    h2{
        font-size: 20px;
    }   
    .menu ul li{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .menu ul li a{
        color: white;
        font-size: 20px;


    }
    .menu-icon{
        width: 40px;
        display: flex;
    }
    #menulist{
        overflow:hidden;
        transition:0.5s;
    }
/***********gallary nav***********/
.gallary{
    background-color: #fff;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-evenly   ;
    padding: 0 60px;
}
    .gallary ul li a{
        color: #2F3542;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 42px;
        text-align: center;
    }
/***********button***********/
    button{
        color: #2F3542;
        background-color: #2ED573;
        border: none;
        padding: 0px 20px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 42px;
    }
    p{  
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 300;
        font-size: 15px;
        line-height: 42px;
        background-color: #F1F2F6;
        padding: 0 10px;

    }
    .text{
        margin-top: -70px;
        padding-bottom: 100px;
    }
    .more img{
        width: 30px;
    } 
    .more p{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 48px;
        background-color: #fff;
    }
}

/*media quary max-width= 650px*/


@media  (max-width:650px) {

    .container{
        width: 100%;
        height: 100%;
        background: #F1F2F6;
        padding: 0 40px;
        z-index: -4;
    }


    button{
        color: #2F3542;
        background-color: #2ED573;
        border: none;
        padding: 0px 20px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 42px;
    }
    p{  
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 42px;
        background-color: #F1F2F6;
        padding: 0 5px;

    }
    .text{
        margin-top: -70px;
        padding-bottom: 100px;
    }
}