.logo{
    width: 150px;
}
.home-text h1{
    font-size: 110px;
    margin-bottom: 20px;
}
.home-text p{
    font-size: 20px;
}
.home-text .btn{
    font-size: 20px;
    width: 220px;
    padding: 20px 0px;
}
label{
    top: 80px;
    right: 3%;
    width: 50px;
    height: 50px;
}
label i{
    font-size: 30px;
}
nav{
    height: 50vh;
    text-align: center;
}
nav .home{
    margin-top: 150px;
}
nav ul li a{
    font-size: 20px;
    font-weight: 600;
}
.title p{
    font-size: 26px;

}
.title h1{
    font-size: 56px;
    margin-bottom: 40px;
}
/* --------------feature------------- */
.features-section{
    padding: 90px 0px;
}
.features-col-text h1{
    font-size: 28px;
    margin-bottom: 20px;
}
.icon i{
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.features-text p{
    font-size: 20px;
    line-height: 28px;
}
/* --servic----------- */
.services-section{
    padding: 90px 0px;
}
.service-col p{
    font-size: 20px;
    line-height: 28px;
    padding: 0px 80px;
    margin-top: 4px;
}
.service-col::after{
    font-size: 32px;
    height: 600px;
}
.image3{
    object-position: 50% 40%;

}
.service-col img{
    width: 100%;
    /* overflow: hidden; */
    height: 600px;
    object-fit: cover;
    border-radius: 8px;
    
}
/* -----------testimonial---------- */
.testimonials-section{
    padding: 90px 0px;
}
.testimonial-col{
    padding: 30px;
}

.testimonial-col p{
    font-size: 20px;
    line-height: 30px;
}
.user img{
    width: 70px;
    height: 70px;
    margin-right: 20px;
    /* border-radius: 50%; */
    object-fit: cover;
}
.user h4{
    font-size: 28px;
}
.user small{
    font-size: 20px;
}
.user i{
    font-size: 30px;

}
/* -----------footer------------ */
footer{
    padding: 90px 0px;
}
.details-row h1{
    font-size: 38px;
}
.details-row p{
    font-size: 20px;
}
.details-row i{
    font-size: 30px;
}