.event-name {
    color: black;
}

.gallery-item.video iframe,
.gallery-item.video video{
    width: 100%;
    border: none;
}
.gallery-item.iframe {
    position: relative;
    padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}
.gallery-item.iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#gallery_modal video{
    width: 100%;
}
#gallery_modal image{
    max-height: 100vh;
    max-width: 100%;
}
.imgAlignBlog {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.productCategoryCol .card:first-child {
    border-top: none;
}

.productCategoryCol {

    padding-top: 10px;

}

.item-slick.slick-slide.slick-current.slick-active {

    outline: none !important
}

.slider-for {

    margin-bottom: 15px;

}

.slider-for img {

    width: 100%;

    min-height: 100%;

}

.slider-nav {

    margin: auto;

}

.slider-nav .slick-arrow {

    display: none !important;

}

.slider-nav .item-slick {

    max-width: 206px;

    margin-right: 20px;

    outline: none !important;

    cursor: pointer;

    border-radius: 0px 0px 30px 0px;

}

.slider-nav .item-slick img {

    max-width: 100%;

    background-size: cover;

    background-position: center;

}

.slick-arrow {

    position: absolute;

    top: 50%;

    z-index: 50;

    margin-top: -12px;

}

.slick-prev {

    left: 0;

}

.slick-next {

    right: 0;

}

.slider-for .slick-track img.item-slick.slick-slide.slick-current.slick-active {

    height: 468px !important;

    object-fit: cover !important;

    border-radius: 50px 0px 0px 0px;

}

.singleCarSlider .slick-arrow {

    border: none;

    font-size: 0px;

    background: #ffffff;

    height: 48px;

    width: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    margin-left: 20px;

    margin-right: 20px;

    cursor: pointer;

    transition: ease all 0.25s;

}

.singleCarSlider .slick-arrow:hover {

    background: #0018f8;

}

.singleCarSlider .slick-prev:before {

    position: absolute;

    content: '\f053';

    font-family: 'Font Awesome 5 Free';

    font-size: 14px;

    color: #d0d0d0;

    font-weight: 700;

}

.singleCarSlider .slick-next:before {

    position: absolute;

    content: '\f054';

    font-family: 'Font Awesome 5 Free';

    font-size: 14px;

    color: #d0d0d0;

    font-weight: 700;

}

.mainBody.singleVehicleBody {

    padding-bottom: 0px;

}

/*.quantity-counter {

           display: flex;

           flex-direction: column;

           width: 40px;

       }*/

.quantity-counter .value {

    border: 1px solid #adadad;

    border-radius: 3px;

    margin: 2px 0;

    padding: 4px;

    text-align: center;

    -moz-appearance: textfield;

    width: 40px;

}

.quantity-counter .value::-webkit-outer-spin-button,
.quantity-counter .value::-webkit-inner-spin-button {

    -webkit-appearance: none;

    margin: 0;

}

.quantity-counter .increment,
.quantity-counter .decrement {

    border: 0;

    background: transparent;

    cursor: pointer;

    border-radius: 3px;

    background: #0018f8;

    color: #fff;

    height: 40px;

    width: 40px;

}

.inputbtn {

    cursor: pointer !important;

    width: 205px !important;

    height: 54px !important;

    text-align: center !important;

    padding: 2px 2px 2px 2px !important;

}

.heading h3 {
    font: normal normal 800 24px/29px Proxima;
    color: #272727;
    margin-bottom: 1rem;
}

.mainBody {
    padding-top: 0px;
}

.blogs-news .blogs-tabs {
    padding: 0 !important;
}

section.events {
    padding: 80px 0 90px;
}

section.events .head-desc {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 60px;
}

section.events .head-desc h3 {
    font-size: 30px;
    font-weight: bold;
    font-family: "Proxima";

    color: rgb(54, 54, 54);
    /* #1848 */
    /*text-transform: uppercase;*/

    line-height: 1.318;

    text-align: left;

    margin: 0;

    text-align: center;
}

section.events .head-desc a {
    font-weight: bold;
}

section.blogs-news .head-desc {
    padding-top: 30px;
}

section.events .item {
    box-shadow: 0px 13px 8px #0000000d;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 40px;

}

section.events .item img {
    width: 100%;
    aspect-ratio: 300/200;
    object-fit: cover;
}

section.events .item img {
    width: 100%;
}

section.events .item .desc-box {
    padding: 30px 20px;
}

section.events .item .title-box h3 {
    font: normal normal bold 18px/26px Proxima;
    letter-spacing: 0px;
    color: #272727;
    opacity: 1;
    margin-bottom: 30px;
}

section.events .item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font: normal normal 600 14px/15px Proxima;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 26px;
}

section.events .item ul .fa {
    margin-right: 6px;
    color: #0018F8;
}

section.events .item .category-box a {
    display: inline-block;
    padding: 9px 50px;
    background: #0018f8;
    color: #fff;
    font-weight: 500;
    margin-bottom: 26px;
    border-radius: 6px;
}

section.events .item .desc-text p {
    font-weight: 500;
    margin-bottom: 26px;
}

section.events .item .read-more {
    padding: 12px 30px;
    display: block;
    border-radius: 6px;
    color: #0018f8;
    border: 1px solid #0018f8;
    font-weight: 500;

}

@media(max-width: 992px) {
    section.hero .filter-main-box .filter-fields {
        gap: 20px;
    }

    section.hero .filter-main-box .filter-fields .field-box {
        width: calc(50% - 20px);
    }

    section.sale-purchase .divider {
        gap: 80px;
        display: grid;
    }

    section.sale-purchase .divider .buy-box,
    section.sale-purchase .divider .sell-box {
        max-width: 100%;
        width: 100%;
        padding: 28px 15px;
        display: flex;
        align-items: center;
    }

    section.sale-purchase .buy-box img {
        left: -127px;
    }

    section.sale-purchase .sell-box img {
        right: -138px;
        top: -30px;
    }

}

@media (max-width: 767px) {

    section.hero .filter-main-box .filter-fields {
        display: grid;
        gap: 20px;
    }

    section.hero .filter-main-box .filter-fields .field-box {
        width: 100%;
        position: relative;
    }

    section.hero .heading h3 {
        font-size: 25px !important;

        margin-top: 0 !important;
    }

    section.hero .subheading {
        font-size: 21px;
        text-align: center;
    }

    section.hero .filter-main-box {
        padding: 20px 15px;
        margin: 30px auto 0;
    }


    section.hero .list-device-box {
        gap: 15pxpx;
        margin: 34px auto 0;
        padding: 20px 15px;
        font-size: 14px;
    }

    section.hero .list-device-box .btn-primary {
        padding: 12px 15px;
        font-size: 14px;
    }

    section.sale-purchase {
        padding: 40px 15px;
    }

    section.sale-purchase .divider {
        gap: 38px;
        display: grid;
    }

    section.featured-vehicles {
        padding: 40px 0;
    }

    section.featured-vehicles .featured-vehicle-slider .slick-arrow.slick-next {
        right: -10px;
    }

    section.featured-vehicles .featured-vehicle-slider .slick-arrow.slick-prev {
        right: auto;
        left: -10px;
    }

    section.what-drive-us .head-desc {
        padding: 0 15px;
        text-align: center;
        margin-bottom: 30px;
    }

    section.what-drive-us .desc {
        font-size: 14px;
        padding-left: 0;
        padding-top: 35px;
    }

    section.events {
        padding: 40px 0;
    }

    section.events .item .desc-box {
        padding: 20px 15px;
    }

    section.events .item .title-box h3 {

        margin-bottom: 15px;
    }

    section.events .item ul {
        margin-bottom: 15px;
    }
}

body .dynamicHeaderInner {
    padding-top: 69px;
    padding-bottom: 60px;
    color: #fff;
    background-image: url("{{asset('/assets/images/event-slider.jpg')}}");
    text-align: left;
}

.dynamicHeaderInner h1 {
    font: normal normal 800 62px/72px Proxima;
    letter-spacing: -1.74px;
    color: #fff
}

.dynamicHeaderInner .date-box {
    font: normal normal bold 40px/49px Proxima;
}

.dynamicHeaderInner .location-box {
    font: normal normal bold 24px/29px Proxima;
    margin-bottom: 1rem;
}

.dynamicHeaderInner .time-box {
    font: normal normal normal 21px/25px Proxima;
}

.event-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.event-contact .btn {
    background: #0018F8;
    border-radius: 6px;
    font-weight: 500;
    padding: 8px 20px;
    border: 1px solid #0018F8;
    color: #fff;
}

.event-social-links ul {
    display: flex;
    gap: 15px;
}
.event-social-links ul li a{
    font-weight: 500;
    background: #0018F8;
    border-radius: 6px;
    padding: 8px 20px;
    border: 1px solid #0018F8;
    color: #fff;
}

.social-share {
    text-align: right;
    font-size: 16px;
    margin-bottom: 22px;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    align-items: center;
}

.social-share i {
    font-size: 20px;
}

.singleBlogContent {
    box-shadow: 0px 13px 8px #0000000D;
    border-radius: 6px;
    padding: 42px 36px;
    border: none;
    margin-bottom: 7px;
}

.event-gallery,
.event-description {
    margin-top: 35px;
    margin-bottom: 35px;
}
.event-description h2 {
    font-size: 35px;
    font-weight: bold;
}
.event-description p {
    font-size: 20px;
    font-weight: 500;
}

.event-gallery img {
    width: auto;
    object-fit: cover;
    border-radius: 6px;
    aspect-ratio: 316 / 204;
    box-shadow: 0px 13px 8px #0000000D;
}

.event-gallery img {
    margin: auto
}

.gallery-thumbs .gallery-item {
    cursor: pointer;
}

.gallery-thumbs img {
    opacity: 0.5;
}


.slick-arrow {
    margin-top: 0;
}



.slick-slide {
    height: auto !important;
}

@media(min-width: 992px) {
    .gallery-slider .slick-next {
        right: 30px;
    }

    .gallery-slider .slick-prev {
        left: 30px;
    }
    .gallery-thumbs .gallery-item.active img {
        opacity: 1;
    }
    .gallery-thumbs {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 44px 26px;
    }

}

@media(max-width: 992px) {
    .gallery-thumbs {
        margin-top: 20px;
    }

    .gallery-thumbs img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px;
    }

    .gallery-thumbs .slick-slide {
        margin: 0 10px;
    }

    .gallery-thumbs .slick-list {
        margin: 0 -10px;
    }

    .gallery-thumbs .item-slick {
        height: 80px !important;
        width: auto;
    }
    .slick-current.slick-active img{
        opacity: 1;
    }
}

@media(max-width: 767px) {

    section .singleBlogContent {
        padding: 20px 15px;
    }

    .dynamicHeaderInner h1 {
        font: normal normal 800 42px/52px Proxima
    }

    .dynamicHeaderInner .location-box {
        font: normal normal bold 16px/19px Proxima;
        margin-bottom: 1rem;
    }

    .dynamicHeaderInner .date-box {
        font: normal normal bold 20px/29px Proxima;
    }

    .dynamicHeaderInner .time-box {
        font: normal normal normal 14px/20px Proxima;
    }
    .gallery-thumbs .item-slick {
        height: 62px !important;
    }
}
