/* honme */
.hero-section-info {
    margin-top: 140px;
}

.left-box {
    color: white;
    font-family: "Play", sans-serif;
    font-style: normal
}

.explore-btn {
    background: #71CA00;
    color: white;
    text-transform: uppercase;
    border-radius: 30px;
    border: none;
    outline: none;
}

.right-box {}

.search-here-btn {
    background: #71CA00;
    border: honeydew;
    color: white;
    border-radius: 34px;
    text-transform: uppercase;
}

.vehicle-item {}

.product-container {
    background: #F8F8FF;
    padding: 16px;
    border-radius: 20px;
}


.product-title {
    font-weight: 400;
    font-size: clamp(1.747vw, 21px, 21px);
    line-height: 100%;
    letter-spacing: 0%;
    color: #1A1A1A;
    font-family: Play;
    font-weight: 400;
}

ul.product-list {
    font-family: Manrope;
    font-weight: 500;
    font-size: clamp(1.164vw, 16px, 16px);
    line-height: 100%;
    letter-spacing: 0%;
    color: #9E9E9E;
}

ul.product-list li {
    margin-block: 10px;
}

button.view-all-btn {
    color: #71CA00;
    border: 1px solid #71CA00;
    border-radius: 13px;
}

.latest-products-title {
    font-family: Play;
    font-weight: 400;
    font-size: clamp(3.202vw, 30px, 30px);
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.latest-product-name {
    font-family: Manrope;
    font-weight: 500;
    font-size: clamp(1.456vw, 20px, 20px);
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.latest-product-price {
    font-family: Play;
    font-weight: 700;
    font-size: clamp(2.183vw, 25px, 25px);
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.latest-product-item {
    background: #F8F8FF;
    border-radius: 27px;
    padding-bottom: 60px !important
}

button.latest-product-view-details-btn {
    background: #71CA00;
    border: none;
    padding-inline: 17px;
    padding-block: 12px;
    border-radius: 32px;
    color: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -22px;
}

.star-img {
    margin-block: 18px;
}


.user-review-text {
    background: #F8F8FF;
    border-radius: 20px;
    font-family: Manrope;
    font-weight: 500;
    font-size: clamp(1.31vw, 13px, 13px);
    /* line-height: 100%; */
    letter-spacing: 0%;
    color: #9E9E9E;
}

.user-review-product-image {
    position: absolute;
    /* inset: 0; */
    bottom: -27px;
    left: 0;
}

.user-review-product-name.w-50 {
    background: #F8F8FF;
    border-radius: 30px;
    height: 237px;
}

.user-name {
    font-family: Play;
    font-weight: 700;
    font-size: clamp(2.183vw, 16px, 16px);
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.user-review-container {
    background: #F8F8FF;
    border-radius: 19px;
}

/* latest blogs */
.latest-blog-title {
    font-family: Play;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%
}

.latest-blog-desc {
    font-family: Manrope;
    font-weight: 400;
    font-size: 13.5px;
    line-height: 1.3;
    color: #6b6b6b;
}

.latest-blog-items {
    border-radius: 35px;
    /* overflow: hidden; */
}

.latest-blogs-date-container {
    font-family: Manrope;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0%;
    color: #FFFFFF;
    z-index: 1;
    bottom: 13px;
    left: 1px;
    left: 18px;
    background: rgb(66 66 82 / 30%);
}

.latest-blog-arrow-container {
    position: absolute;
}

.latest-blog-arrow-container {
    background: white;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    right: -9px;
    bottom: -10px;
}


.latest-blog-arrow {
    height: 100%;
    width: 100%;
    background: #F8F8FF;
    border-radius: 50%;
}

.latest-blog-view-all {
    font-family: Manrope;
    font-weight: 500;
    font-size: clamp(1vw, 17px, 17px);
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    background-color: #71CA00;
}

/* news later */
.news-later-container {
    background: #F8F8FF;
}

.news-later-title {
    font-family: Play;
    font-weight: 400;
    font-size: clamp(3.202vw, 23px, 23px);
    line-height: 100%;
    letter-spacing: 0%;
}

.news-later-desc {
    font-family: Manrope;
    font-weight: 500;
    font-size: clamp(1.019vw, 13px, 13px);
    letter-spacing: 0%;
    color: #666666;
}

.news-later-contact-us-container {
    background-color: white;
}

.news-later-subscribe-btn {
    background-color: #71CA00;
    color: white;
    font-family: Manrope;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0%;
    text-transform: uppercase;
    padding-block: 1.047vw;
    padding-inline: 3.203vw !important;

}

/* blogs list page  */

.vertical-blogs-info-container {
    background-color: #F8F8FF;
    border: 1px solid #DADAFF;
    border-bottom-left-radius: 20px
}

.latest-horizontal-blog-desc {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;

    letter-spacing: 0%;
    color: #9E9E9E;

}

.search-blog-input-container {
    background: #F4F4FF;
}

.search-blog-input {
    background: transparent;
    border: none;
    outline: none;

}

.search-blog-input::placeholder {
    color: #9E9E9E;
    font-family: Manrope;
    font-weight: 500;
    font-size: 16px;
}

.ul-widget__head {
    display: flex;
    border-bottom: 1px solid #eee;
    align-items: center;
}

.ul-widget__body {
    margin-top: 10px;
}

.popular-vehicles-container {
    background-color: #F8F8FF;
    border: 1px solid #DADAFF;
    border-radius: 20px;
}

.popular-vehicle-header {
    font-family: Play;
    font-weight: 400;
    font-size: 28px;

}

.popular-vehicle-image-container {
    width: 90px;
    height: 90px;
    ;
    overflow: hidden;
    border-radius: 10px;

}

.popular-vehicle-title {
    font-family: Manrope;
    font-weight: 500;
    font-size: 18px;
    color: #9E9E9E;
}

.popular-vehicle-price {
    font-family: Play;
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
}

.popular-product-view-more-section {
    position: relative;
    font-family: Manrope;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #71CA00;
    text-align: center;
    max-width: fit-content;
    border-bottom: 1px solid #71CA00;
}

/* .popular-product-view-more-section::after{
    content: "\f30b";
    position: absolute;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    margin-left: 5px;

} */

.blogs-hero-container {
    min-height: 360px;
    background-repeat: no-repeat;
    background-size: cover
}

/* blog hero section  */

.hero-section-heading {
    color: #71CA00;
    font-weight: bold;
    font-size: 60px;
    font-family: 'Play';
    box-shadow: 0, 4, 4;
}


.hero-section-bread-crumb {
    color: white;
    font-family: 'Manrope';
    font-size: 20px
}

/* blog comment section  */

.comment-container {
    background-color: white;
    border-radius: 20px;
    height: 180px;
}

.comment-heading-txt {
    font-family: Play;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #71CA00;
}

.comment-numbers {
    font-family: Manrope;
    font-weight: 700;
    font-size: 10px;
    /* line-height: 100%; */
    letter-spacing: 0%;
    background: white;
}

.most-recent-text {
    font-family: Manrope;
    font-weight: 500;
    font-size: 18px;
    color: #9E9E9E;
}


.comment-image-container {
    width: 80px;
    height: 45px;
    border-radius: 70%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}


.comment-user-name {
    font-family: Play;
    font-weight: 400;
    font-size: 20px;
}

.comment-date {
    font-family: Manrope;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #9E9E9E;
}

.user-comment {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    color: #9E9E9E;
}

.blog-feedback-txt {
    font-family: Manrope;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    color: #1A1A1A;
}

.feedback-icons-container {
    border: 1px solid #DADAFF;
    border-radius: 50%;
    cursor: pointer;
}

/* footer  */
.footer-items {
    font-family: Manrope;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0%;
    margin-bottom: 24px;
}

.footer-items-header {
    font-weight: 700 !important;
}

.footer-links-container {
    max-width: 1265px;
    /* border-top: 1px solid #DADAFF; */
    position: relative;
    /* padding-top: 50px; */
}


.footer-links-containers::after {
    content: "\f078";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(50%) rotate3d(1, 0, 0, 180deg);
    ;
    color: white;
    background-color: #71CA00;
    top: -49px;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
}

.footer-icons-container {
    background: #F8F8FF;
    padding: 2px 9px;
    border-radius: 50%;
    border: 1px solid #DADAFF;
    cursor: pointer;
}

.footer-rights-txt {
    font-family: Manrope;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0%;
    color: #9E9E9E;
}

.footer-bg-image {
    position: absolute;
    bottom: 0;
    left: 15;
    z-index: -1;
    opacity: .3;
}

@media only screen and (max-width:1000px) {
    .hero-section-info {
        margin-top: 100px !important;
    }
}

.custom-select2 .select2-container--default .select2-selection--single {
    border-radius: 20px !important;
}

.custom-select2 .select2-container .select2-selection--single {
    box-sizing: border-box !important;
    cursor: pointer !important;
    display: block !important;
    /* height: 35px !important; */
    user-select: none !important;
    -webkit-user-select: none !important;
}

.custom-select2 .select2-selection {
    border: 0px solid !important;
    font-size: 19px !important;
}

.custom-select2 .select2-container .select2-selection--single .select2-selection__rendered {
    display: block !important;
    padding-left: 8px !important;
    padding-right: 20px !important;
    overflow: hidden !important;
    height: 100% !important;
    text-align: left;
    line-height: 2.4 !important;
}

.custom-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px !important;
    position: absolute !important;
    top: 5px !important;
    right: 6px !important;
    width: 20px !important;
}

.custom-select2 .select2-container {
    top: 0 !important;
}

.custom-select2 input:focus-visible {
    outline-offset: 0px !important;
}

.custom-select2 .select2-search--dropdown {
    padding: unset !important;
}

.custom-select2 .select2-results {
    position: relative !important;
    top: 0px !important;
    background: white !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    overflow: hidden !important;
}

.custom-select2 .select2-search--dropdown .select2-search__field {
    padding: 3px 8px !important;
    /* border-radius: 2rem !important; */
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border: none !important;
}

.custom-select2 .select2-dropdown {
    background-color: transparent !important;
    border: none !important;
}

.custom-select2 .select2-container--default .select2-results>.select2-results__options {
    max-height: 160px !important;
}

.custom-select2 input {
    /* outline: none !important; */
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.custom-select2 .select2-results__options {
    text-align: start !important;
}

@media screen and (max-width: 1440px) {
    .custom-select2 .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 3.4 !important;
    }
}