*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    /* overflow: hidden; */
}
html{
    scroll-behavior: smooth;
}
.home-and-header{
    background-image: linear-gradient(rgba(0,0,0,0.5),#009688) ,url(images/hero-img.jpg);
    background-position: center;
    background-size: cover;
    /* width: 100%; */
    height: 100vh;
}
.logo{
    width: 110px;
    position: absolute;
    top: 30px;
    left: 6%;
    filter: invert(100%);
}
.home-text{
    /* border: 2px solid red; */
    padding-top:30vh;
    text-align: center;
}
.home-text h1{
    font-size: 100px;
    margin-bottom: 10px;
    color: #fff;
    font-family: kaushan script;

}
.home-text p{
    font-size: 16px;
    color: #fff;
    /* font-family: Poppins; */
    font-style: italic;
    font-weight: 500;
}
.home-text .btn-box{
    margin-top: 50px;
    padding: 10px 0px;
    display: flex;
    /* border: 2px solid red; */
    justify-content: center;
}
.home-text .btn{
    margin: 0px 10px;
    width: 150px;
    /* display: inline-block; */
    color: #fff;
    text-decoration: none;
    padding: 15px 0px;
    /* font-size: 14px; */
    /* font-weight: 600; */
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    z-index: 1;
    transition: 0.5s;

}
.home-text .btn:hover{
    color: #000;
}
.home-text .btn::before{
    content: '';
    width:100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -1;
    transform: scale(1) translateX(-90px) translateY(-80px);

    transition: .5s;

}
.home-text .btn:hover::before{
    transform: scale(1.5) ;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}
#check{
    display: none;
}
label{
    text-align: center;
    /* display: block; */
    position: fixed;
    top: 8%;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #009688;
    /* border: 3px solid red; */
    margin:0% 30px 0px 0px;
    z-index: 200;
    cursor: pointer;


}
label i{
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    /* line-height: 40px; */
    font-weight: 600;
}
nav{
    width: 20%;
    z-index: 10;
    height: 100vh;
    background-color: #009688;
    position: fixed;
    top: 0;
    /* text-align: center; */
    right: -100%;
    /* margin-top: 3%; */
    transition: 0.5s;
}
#check:checked ~ nav{
    right: 0;
    
}
#check:checked ~ label i:before{
    content: '\f00d';
}
nav ul{
    list-style: none;
}
nav ul li{
    margin: 50px 20px;
}
nav .home{
    margin-top: 100px;
}
nav ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
/* -----------features------------- */
.features-section{
    width: 100%;
    padding: 80px 0px;
    

}
.title{
    text-align: center;
    
}
.title p{
    font-size: 22px;
    background: linear-gradient(to right, #009688 0%, #00645a 100%);
    background-clip: text;
    color: transparent;
    text-transform: uppercase;
  
    font-weight: bold;
}
.title h1{
    font-size: 50px;
    margin-bottom: 40px;
}
.features-row{
    width: 80%;
    margin: auto;
    display: flex;
    /* border: 2px solid red; */
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}
.features-col-text{
    flex-basis: 50%;
 
    animation-name: bottom-to-top;
    animation-timeline: view();
 
    animation-range: entry 0% cover 40%;

}

.features-col-text h1{
    color: #009688;
    font-weight: 100;
    text-align: left;
    margin-bottom: 0px;
}
.features-col-img{
    flex-basis: 50%;
    animation-name: reveal-from-bottom;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
    /* margin: auto; */
    /* border: 2px solid red; */
}
.features-col-img img{
    max-width: 100%;

    border-radius: 8px;
    

    /* object-position: center; */
}
.features-des{
    display: flex;
    align-items: center;
    margin: 10px 0px 45px 0px;
    /* border: 2px solid red; */
    
}
.icon i{
    width: 50px;
    height: 50px;
    font-size: 25px;
    border-radius: 8px;
    border: 1px solid #009688;
    /* margin: 5px; */
    text-align: center;
    line-height: 50px;
    color: #009688;
}
.features-text p{
    padding: 0px 20px 0px 20px;
    margin: 0;
    text-align:left;
    font-size: 16px;
    line-height: 20px;
    color: #555;

}
/* --------------services------------ */
.services-section{
    width: 100%;
    padding: 70px 0px;
    background-color: #efefef;
}
.service-row{
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    
}
.service-col{
    flex-basis: 48%;
    animation-name: reveal-from-bottom;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
    position: relative;
    /* overflow: hidden; */
    margin-bottom: 20px;
    /* z-index: 1; */
}
.service-col p{
    opacity: 0;
    text-transform: lowercase;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    position: absolute;
    top: 60%;
    margin-top: 14px;
    padding: 20px 40px;
    transform: translateY(-50%);
    left:0;
    transition: 0.5s;
    z-index: 11;
    font-weight: 500;

} 
.service-col:hover p{
    opacity: 1;
    padding: 0px 40px;
    margin-top: 0px;
    transform: translateY(0);
    
}
.service-col::after{
    content: attr(data-text);
    position: absolute;
    top: 0;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-color: #efefef;
    text-decoration-thickness: 2px;
    
    left: 0;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;

    line-height: 22px;
    font-weight: 600;
    color: #fff;
    font-size: 28px;
    
    width: 100%;
    height: 350px;
    border-radius: 8px;
    background: linear-gradient(to top, #009688 , transparent);
    z-index: 10;
    transition: 0.5s;

}
.service-col:hover::after{
    opacity: 1;
}
.service-col img{
    width: 100%;
    /* overflow: hidden; */
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
}
/* -------------------testimonial------------------ */
.testimonials-section{
    width: 100%;
    padding: 70px 0px;
}
.testimonial-row{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    /* align-items: flex-start; */
}
.testimonial-col{
    flex-basis: 30%;
    padding: 20px;
    border-radius: 5px;
    /* border: 2px solid red; */
    box-shadow: 0px 10px 20px #00968814;
    position: relative;
    cursor: pointer;

    overflow: hidden;
    transition: .5s;
    z-index: 1;
    animation-name: reveal-from-bottom;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.testimonial-col:hover{
    transform: translateY(-10px);
}
.testimonial-col::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    scale: 3;
    background-image:conic-gradient(#14b5a5 0deg,transparent 60deg,transparent 180deg,#009688 180deg,transparent 240deg);
    transform: rotate(30deg);
    z-index: -2;
    transition: .5s;

}
.testimonial-col::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 96%;
    height: 96%;
    background-color: #fff;
    border-radius: 5px;
    z-index: -1;

}
.testimonial-col:hover::before{
    transform: rotate(90deg);
}

.testimonial-col p{
    font-size: 14px;
    line-height: 20px;
    color: #555;
}
.user{
    display: flex;
    margin: 20px 0px;
}
.user img{
    width: 45px;
    height: 45px;
    object-fit: cover;
    margin-right: 20px;
    border-radius:3px ;
}
.user i{
    font-size: 15px;
    margin-left: 3px;
    color: #000;
}
.user small{
    color: #009688;
}
/* ----------------footer---------------- */
footer{
    width: 100%;
    background-color: #efefef;
    padding: 70px 0px 0px 0px;
    position: relative;
    bottom: 0;
}
footer img{
    position: absolute;
    top: 50%;
    z-index: 100;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.2;
    max-width: 250px;
    /* height: 50px; */
    /* border: 2px solid red; */
}
.details-row{
    width: 80%;
    margin: auto;
    padding: 20px 0px;
    
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}
.detail-left,.detail-right{
    flex-basis: 45%;
    margin-bottom: 20px;
    /* border: 2px dashed red; */
    animation-name: visible;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;

}
.detail-right{
    text-align: right;
}
.details-row h1{
    font-weight: 600;
    margin: 10px 0px;

}

.details-row p{
    margin: 16px;
}
.details-row i{
    font-size: 20px;
    margin: 0px 10px;
    color: #009688;
}
.copy-right{
    text-align: center;
    color:#00645a;
    padding: 70px 0px 20px 0px;
}
.copy-right p{
    border-top: 1px solid #c7c7c7;
    padding-top: 20px;

}








@keyframes bottom-to-top{

    0%{
        opacity: 0;
        
        transform: translateX(-100px) ;
    }
    100%{
        opacity: 1;
       
        transform:translateX(0);
    }
}
@keyframes reveal-from-bottom{
    0%{
        transform: translateY(300px);
        /* visibility: hidden; */
        opacity: 0;
    }

    100%{
        transform: translateY(0px);
        opacity: 1;
        /* visibility: visible; */
    }
}

@keyframes visible{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}