  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

  :root {
    --color__primary: #24C7C8;
    --color__primary-hover: #36D1AF;
    --color__secondary: #E9F9F9;
}
  body{
    font-family: 'Inter', sans-serif;
  }
  img{
    max-width: 100%;
  }
  header .navbar{
    backdrop-filter: blur(5px);
    transition: all 0.5s;

  }
  
  .hero_bnr_img{
    max-width: 520px;
    display: block;
    margin-left: auto;
    width: 100%;
  }
.text-primary{
    color: var(--color__primary) !important;
}
.form-control:focus {
    border-color: var(--color__primary-hover);
}
.btn-primary {
    color: #fff;
    border-color: var(--color__primary);
    background-color: var(--color__primary);
}
.bg-primary{
    background-color: var(--color__primary) !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--color__primary-hover);
    border-color: var(--color__primary-hover);
    
}
.gallery_sec .banner_img{
    max-height: 510px;
    object-fit: cover;
    width: 90%;
    margin: 0 auto;
    display: block;
    border-radius: 7px;
}
.main_hero_sec {
    /* background-image: url(https://preview.redq.io/turbo-wp/motor-bike/wp-content/uploads/sites/4/2022/08/baik.jpg); */
    /* background-image: url(../img/vehicle-yellow.png);
    background-position: right; */
    /* background-repeat: no-repeat; */
    min-height: 600px;
    padding-top: 70px;
    /* background-size: 690px; */
    position: relative;
}
.main_hero_sec:after,.main_hero_sec:before {
    content: "";
    width: 600px;
    height: 600px;
    position: absolute;
    right: -8%;
    background: #E6FAF9;
    border-radius: 50%;
    z-index: -1;
    bottom: -10%;
}
.main_hero_sec:before {
    left: -8%;
    right: auto;
    top: -10%;
    bottom: auto;
}
/* .main_hero_sec:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 503px;
    left: 50px;
    height: 370px;
    background-image: url(../img/vehicle-yellow.png);
    background-size: contain;
    z-index: 0;
    transform: scaleX(-1);
    background-repeat: no-repeat;
} */
.main_hero_title_wrapper h1{
    color: #2D3748;
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -0.2px;
    word-spacing: 6px;
}
.main_hero_title_wrapper p {
    max-width: 650px;
}
.main_hero_title_wrapper {
    display: block;
    width: 100%;
    max-width: 1660px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 50px;
    
}
.main_hero_title_wrapper span {
    display: block;
    font-size: 22px;
}
.main_hero_title_wrapper small {
    font-size: 18px;
    padding-top: 6px;
    display: block;
}
.testimonial_section,.gallery_sec,.cta_sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.testimonial_details_wrapper .item{
    background-color: #fff;
    border-radius: 10px;
    /* box-shadow: 0 5px 10px -2px rgba(16,66,97,.06); */
    padding: 40px 40px 48px;
    transition: all 0.3s;
}
.testimonial_details_wrapper .item:hover{
    box-shadow: 5px 10px 35px -3px rgba(16,66,97,.13);
}
.testimonial_details_wrapper .item .testimoinal-text {
    color: var(--color__text-light,#718096);
    line-height: 1.8;
    margin: 0 0 24px;
}
 .testimonial_details_wrapper .testimonial-rating {
    color: #FFA500;
}
.get_quote_sec{
    padding: 80px 0;
}
 .grid-block-single {
    border-radius: 4px;
    margin-bottom: 24px;
    padding: 32px 24px;
    text-align: center;
}
 .grid-block-single .icon {
    align-items: center;
    background-color: #f3f3f3;
    border-radius: 50%;
    display: inline-flex;
    font-size: 22px;
    height: 64px;
    justify-content: center;
    width: 64px;
    margin-bottom: 15px;
}
 .grid-block-single h3 {
    margin-bottom: 18px;
}
 .grid-block-single p {
    margin-bottom: 0;
    margin-top: 12px;
}
.readhe_img{max-width: 170px;}
.logo_img{max-width: 250px;}
@media only screen and (max-width: 1360px) {
    .main_hero_title_wrapper {
        padding: 0 50px;
    }
}
@media only screen and (max-width: 1240px) {
    .main_hero_sec:after, .main_hero_sec:before {
        width: 500px;
        height: 440px;
    }
    .main_hero_title_wrapper {
        max-width: 991px;
    }
    .testimonial_details_wrapper .item {
        padding: 20px 20px 28px;
    }
    
}
@media only screen and (max-width: 991px) {
    #header_nav{
        background: #fff !important;
    }
    .main_hero_sec {
        min-height: 50vh;
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .main_hero_title_wrapper h1 {
        font-size: 40px;
        line-height: 49px;
        word-spacing: 2px;
    }
    .main_hero_title_wrapper span {
        font-size: 21px;
    }
    .testimonial_section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .testimonial_details_wrapper .item {
        border-bottom: 1px solid #e2e8f0;
        border-radius: 0;
    }
    .gallery_sec .banner_img{
        width: 100%;
    }
    .hero_bnr_img {
        margin-right: auto;
    }
.readhe_img{max-width: 130px;}

}
@media only screen and (max-width: 767px) {
    .gallery_sec{
        padding: 0;
    }
    .cta_sec {
        padding: 50px;
        margin: 25px 0;
    }
    .logo_img {
        max-width: 170px;
    }
}
@media only screen and (max-width: 575px) {
    .main_hero_title_wrapper {
        text-align: center;
        padding: 0 15px;
    }
    .main_hero_sec {
        min-height: 50vh;
        padding: 93px 0 30px;
    }
    .main_hero_title_wrapper h3 {
         margin-top: 46px;
    }
    .main_hero_title_wrapper h1 {
        font-size: 36px;
    }
    .readhe_img {
        max-width: 100px;
    }
}