* {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}


/* Navbar */

.custom-navbar {}


/* Hero Container */

.hero-container {
    background-image: url(../images/hero-cover.jpg);
    height: 450px;
    width: auto;
    background-size: cover;
    background-position: center;
}

.motto{
    font-size: 56px;
    line-height: 64px;
    font-weight: 600;
}
.input-field{
    border: none;
}

.input-field:focus{
    outline: none;
}

/* Hero feature */
.hero-features-container{
    margin-top: -3.5rem;
}

.features-title, .feature-description
{
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 0, .7);
  
}
.features-title{
    text-align: center;
}

/* Why Us */
.why-us-container{
    background-color: #fafbfc;
}
.line{
    width: 30px;
    height: 1px;
    background-color: #979797;
}

/* How it Works */
.features-list{
    border-left: 3px solid #f7f8fa;
}
.round-div{
    background-image: linear-gradient(135deg,#23a999 1%,#00a1ba 52%, #006597);
    width: 50px ;
    height: 50px;
    top: 0;
    left: -25px;

}

.feature-number{
   left: -5px;
   top: 11px;
}

.testimonial-container{
    background: #F4F5F8;
}
.contact-container{
    background: #F4F5F8;
}
.testimonial-description{
    border-left: 10px solid #00a1ba;
}


.btn-action{
    background-color: #db6d9b;
}


/* service-request-image */
.service-request-image{
top: -130px;
right: 0;

}
/* footer */
.footer-container{
    background: #ebecef;
}
.footer-font{
    font-size: 14px;
}
/* copyright footer */
.bg-footer{
    background-color: #dfdfdf;

}


@media (max-width: 450px) {
    .hero-features-container{
        margin-top: -1rem;
    }
}

@media (max-width:768px) {
    .service-request-image{
        top: -78px;
        right: 0;
    }
}

@media (max-width:1200px) {
    .service-request-image{
        top: -100px;
        right: 0;
    }
}
