*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    color: #2F3542;
    text-decoration: none;
    scroll-behavior: smooth;
}

::-webkit-scrollbar{
    width:15px;
}
::-webkit-scrollbar-track{
    background:#dddddd;
}
::-webkit-scrollbar-thumb{
     background-color: #2ED573;
     border-radius: 25px;
}
:root {
    --swiper-theme-color: #2ED573;
}
.copy a{
    color: #2ED573 !important;
}
/*navigation bar*/

body{
    max-width: 10000px;
}
    
nav{
    width: 100%;
    position: sticky;
    top: 0;
    background-color: #ffffff;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    z-index: 2;
}
.logo{
    display: flex;
}
.logo h1{
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 48px;
}
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;
    margin-top: -10px;
    transition: 2s;
}
.menu ul li{
    list-style: none;
}
.menu ul li a{
    text-decoration: none;
    padding: 0 30px;
    transition: 0.5s;
    color: #2F3542;
    font-weight: 600;
}
.menu ul li a:hover{
    color: #2ED573;
}
#active{
    color: #2ED573;
}

/*main home*/
.container{
    width: 100%;
    height: 98vh;
    background-image: url(img/background.png);
    background-position: center;
    background-size: cover;  
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    

}
.container img{
    position: absolute;
    width: 222px;
    height: 236px;
    left: -0.24px;
    top: 1px;

}
p{
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 85px;
    text-align: center;
    color: white;
}
.hometext{
    margin-top: 300px;
    max-width: 60%;
    align-items: center;
    text-align: center;
}
 button{
    border: none;
    padding: 10px 40px;
    margin-top: 35px;
    background-color: #2ED573;
    align-items: center;
    text-align: center;
    
}
 button a{
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-decoration: none;
    color: #2F3542;
}
 button  .fa-brands{
    font-size: 40px;
    padding-left: 40px;
    padding-right: -10px;
    color: white;
}
h3{
    color: white;
    font-style: normal;
    font-weight: 100;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin: 50px 170px;
}

/*number-row*/
.count{
    background-color: #F1F2F6;
}
h5{
    padding: 40px 0;
    font-family: 'Playfair Display';
    font-style: normal;
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
}

.number-row{
    display: flex;
    flex-wrap: wrap;
    flex-basis: 25%;
    justify-content: space-evenly;
    padding: 60px 0;
}
.box{
    width:calc(25%-30px);
    padding: 10px;
}
.counter{
    color: #2ED573;
    font-size: 60px;
    text-align: center;
}
h4{
    text-align: center;
    font-weight: 100;
}
.number-row .box .plus{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    text-align: center;
}
.number-row .box .plus .plus-icon{
    color: #2ED573;
}


/*services*/

.services p{
    color: #2F3542;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    margin-top: 50px;
}
.services h4{
    margin: 10px 37%;
}
.icons-service{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
}
.icons-service .row{
    display: flex;
    flex-basis: 25%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 70px 40px;
    
}
.icons-service .row h6{
    font-style: normal;
    font-weight: 50;
    font-size: 26px;
    line-height: 28px;
    padding-top: 30px;
}
/*-----------section 4-------------*/
.h4{
    text-align: left;
}
.section-4{
    background-color: #f0f0f0;
    padding: 40px 0;
    border: 5px dashed #2ED573;
}
.col{
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.section-4 .col .row-5 p,h3{
    text-align: left;
}
.row-5 p,h3{
    text-align: center;
    
}
.row-5 h4{
    padding-top: 40px;
    
}
.row-5 p{
    color: #2F3542;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 68px;
}
.row-5 p span{
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 68px;


}
.row-5 p,h4{
    padding: 0 30px;
}
.row-5 img{
    width: 100%;
    padding-top: 30px;
}

/*-----------image title-------------*/
.title p{
    color: #2F3542;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    margin-top: 25px;
}
.title h4{
    margin: 10px 37%;
}
.title h4 a{
    color: #2ED573;
    text-decoration: underline;


}
/*-----------image slider-------------*/
.swiper{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-prev{
    color: #2ED573;
    margin-left: 100px;
}
.swiper-button-next{
    color: #2ED573;
    margin-right: 100px;
}
.swiper-pagination{
    color: #2ED573;

}

    /*********peek crowd************/

.peek .row h6{
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
}
.peek .row {
    margin: 70px 20px;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    
}
.peek{
    width: 100%;
    height: 100%;
    position: relative;
}

/***********image gallary***********/

/***********image gallary***********/

.imgee{
    margin: 30px;
}


.img-bg p{
    padding-top: 20px;
}
.img-bg{
    width: 100%;
    height: 100%;
    background-color: #F1F2F6;
    
}
.img-bg img{
    width: 100%;
    height: 100%;
    
}
.img-grid{
    width: 100%;
    height: 100%;
    justify-content: space-evenly;
    display: flex;
}
.img-one img {
    width: 100%;
    height: 100%;
    

}
.img-one h4{
    padding: 0 0 0 20px;
}
.img-two img{
    padding-top: 50px;
    

}
.img-one h4{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    text-align: left;
    color: #ffffff;
    margin-top: -100px;
}
.img-two h4{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    text-align: left;
    color: #ffffff;
    margin-top: -100px;
}
/***********table***********/
.table{
    margin-top: 105px;
    width: 100%;
    height: 100%;
}

table{
    border-collapse: collapse;
    width: 80%;
    margin: 200px auto;
}
table, td, tr, th {
    border: 1px solid #2ED573;
    text-align: center;
}
td, th{
    width: 24%;
    padding: 30px 30px;
}
.th1{
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 28px;
    color: #838383;
}
.th2{
    color: #838383;
}
.td1{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #2F3542;
}
.td2{
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 28px;
}

/***********review***********/

.review{
    background-color: #F1F2F6;
    padding: 30px 0;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.review h4{
    margin-bottom: -30px;
}
.card{
    display: flex;
    width: 90%;
    margin: 100px auto;
    justify-content: space-evenly;
    
}
.card h1{
    font-size:20px ;
    padding: 10px 0;
}
.card p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #2F3542;
    padding: 10px 0;
}
.card-row{
    width: 100%;
    border: 1px solid #2ED573;
    border-radius: 25px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 60px;
}
.star .fa-solid{
    color: #2ED573;
}
#star{
    color:  #C4C4C4;
}
.review button{
    margin-top: -60px;
}
    /*meta*/
.meta{
    position: relative;
    width: 100%;
    height: 90vh;
}
.meta p{
    padding-bottom: 30px;
    padding-top: 50px;
}
.meta h4{
    padding: 70px;
    max-width: 60%;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 56px;
    text-align: left;
   
}
.image img{
    position: absolute;
    right: 0;
    bottom: 0;
}
    /*footer*/

    .map-icon{
        margin: 30px 0;
    }
.map-icon .fa-brands{
    color: #2ED573;
    padding: 12px;
    font-size: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    margin-left: 10px;
    width: 60px;
}


.con p{
    color: #ffffff;
    margin-bottom: 80px;
    text-align: left;
    font-size:  60px;
}
.con h4{
    padding: 10px 0;
    font-size: 30px;
    color: #ffffff;
    text-align: left;
    font-weight: 100;
}
.con{
    background-color: #2F3542;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;
}
.copy{
    background-color: #252525;
    color: #ffffff;
    padding: 8px 17px !important;
    align-items: center;
    display: flex;
    justify-content: center;
}
.copy ul li{
    list-style: none;
    color: #ababab;
}
/*media quary max-width= 1007px*/

@media  (max-width:1007px) {

    *{
        text-align: center;
    }
    /* changes */
    table{
        margin: 30px auto;
    }
    h4{
        padding: 0;
    }
    h2{
        font-size: 15px;
    }
    .title p{
        color: #2F3542;
        font-weight: 600;
        font-size: 25px;
        line-height: 42px;
        margin-top: 25px;
    }
    .container{
        width: 100%;
        height: 75vh;
        background-image: url(img/background.png);
        background-position: center;
        background-size: cover;  
        justify-content: center;
        display: flex;
        align-items: center;
        position: relative;
        text-align: center;
        
    
    }

    /*nav menu*/

    .container img{
        position: absolute;
        left: -0.24px;
        top: 1px;
        width: 150px;
        height: 150px;
    }
    .logo h1{
        font-size: 40px;
        font-style: normal;
        font-weight: 800;
        font-size: 22px;
        line-height: 48px;
    }
    .logo h2{
        font-weight: 600;
        font-size: 10px;
        line-height: 30px;
        align-items: center;
        padding: 10px;
    }

    .menu ul{
        width:100%;
        background:linear-gradient(#2F3542,#2F3542);
        position:absolute;
        top:69px;
        right:0;
        z-index:2;
    }
    .menu ul{
        display: block;
    }
    .menu ul li{
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .menu ul li a{
        color: white;

    }
    .menu-icon{
        width: 40px;
        display: flex;
    }
    #menulist{
        overflow:hidden;
        transition:0.5s;
    }
    /*home text*/

    .hometext{
        max-width: 90%;
        }
    p{
        font-family: 'Playfair Display', serif;
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        color: white;
        margin-top: 0px;
        padding-top: 20px;
    }
    h3{
        color: white;
        font-style: normal;
        font-weight: 10;
        font-size: 10px;
        line-height: 18px;
        text-align: center;
        margin: 30px 0px;
    }
    button{
        border: none;
        padding: 5px 10px;
        margin-top: 35px;
        background-color: #2ED573;
        align-items: center;
        text-align: center;
        
    }
    .review button a{
        font-size: 25;
    }
    .hometext button a{
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 48px;
        text-decoration: none;
        color: #2F3542;
    }
    .hometext button  .fa-brands{
        font-size: 30px;
        padding-left: 40px;
        padding-right: -10px;
        color: white;
        bottom: 0;
    }

    /*number count*/
    h5{
        padding: 40px 0;
        font-family: 'Playfair Display';
        font-style: normal;
        text-align: center;
        font-weight: 600;
        font-size: 25px;
        line-height: 42px;
    }
    .box{
        width:calc(100%-30px);
        padding: 30px 10px;
        text-align: center;

    }
    .number-row{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        flex-basis: 100%;
        justify-content: space-evenly;
        padding: 60px 0;
    }

    /*sevices*/

    .icons-service{
        display: block;
        
    }
    .services p{
        color: #2F3542;
        font-weight: 600;
        font-size: 25px;
        line-height: 42px;
        margin-top: 50px;
    }
    .services h4{
        margin: 10px 1%;
        font-size: 15px;
    }

    /*section 4*/

    .col{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }
    .row-5 img{
        padding-top: 30px;
        width: 90%;
    }
    .row-5 p{
        color: #2F3542;
        font-family: 'Playfair Display';
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 28px;
    }
    .row-5 p span{
        font-family: 'Playfair Display';
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 68px;
    
    
    }
    .row-5 h4{
        padding: 20px;
        font-size: 15px;

        
    }

    /*imgae slider*/

    .swiper-slide img{
        width: 300px;

    }
    .swiper{
        height:500px;
    }
    .swiper-button-prev{
        color: #2ED573;
        margin-left: 50px;
    }
    .swiper-button-next{
        color: #2ED573;
        margin-right: 50px;
    }
    /* preek row */
    .peek img{
        width: 120px;
    }
    .peek .row h6{
        font-size: 16px;
    }
    /*image title*/

    .title h4{
        margin: 10px 7%;
    }
    .img-one{
        width: 100%;
        height: 100%;
        padding-top: 100px;
    
    }
    .img-grid {
        width: 100%;
        height: 260vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .img-one h4{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 32px;
        text-align: left;
        color: #ffffff;
        margin-top: -100px;
    }
    .img-two h4{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 32px;
        text-align: left;
        color: #ffffff;
        margin-top: -100px;
    }
    .img-two img {
        padding-top: 100px;
        width: 100%;
    }
    /****table***/
    td, th{
        width: 24%;
        padding: 10px 10px;
    }
    .th1{
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 28px;
        color: #838383;
    }
    .th2{
        font-size: 8px;
        color: #838383;
    }
    .td1{
        font-style: normal;
        font-weight: 600;
        font-size: 10px;
        line-height: 28px;
        color: #2F3542;
    }
    .td2{
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 28px;
    }
    td{
        font-size: 10px;
    }
    /****card***/

    .card{
        display: block;
        width: 90%;
        margin: 30px auto;
        justify-content: space-evenly;
    }
    .card-row{
        margin: 50px auto;
    }
    button a{
        font-style: normal;
        font-weight: 600;
        font-size: 27px;
        line-height: 48px;
        text-decoration: none;
        color: #2F3542;
    }

    /****meta***/
    .meta h4{
        padding: 10px;
        max-width: 100%;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 46px;
        text-align: left;
    }
    .image img{
        position: absolute;
        right: 0;
        width: 90%;
    }
    .con{
        display: block;
        padding: 0px;
        justify-content: center;
        align-items: center;
        height: 110vh;
        
    }
    .map{
        width: 100%;
        height: 479px;
    }
    .con p{
        padding-top: 30px;
        text-align: center;
        font-size: 50px;
        margin-bottom: 15px;
    }
    .con h4{
        text-align: center;
    }
    .row-f2{
        margin: 0 5%;

    }
    .map-icon{
        margin: 20px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .copy ul li{
        font-size: 10px;
    }
}

/*media quary max-width= 600px*/

@media  (max-width:600px){
    .swiper-button-prev{
        color: #2ED573;
        margin-left: 10px;
    }
    .swiper-button-next{
        color: #2ED573;
        margin-right: 10px;
    }

}


