@import url("./bootstrap.css");
@import url("./animate.css");
@import url("./swiper.css");
@import url("./fancybox.css");
@import url("./sweetalert.css");
@import url("./media.css");
@import url("./detail.css");
@import url("./flaticon.css");
@import url("../fonts/stylesheet.css");

@import url("responsive/extra-small.css");
@import url("responsive/small.css");
@import url("responsive/medium.css");
@import url("responsive/large.css");
@import url("responsive/extra-large.css");

:root {
    --padding: calc((100vw - 1440px) / 2);
    --red: #a61e22;
    --grey: #221e1d;
    --light-grey: #4d4d4d;
    --black: #000;
    --white: #fff;
}

.bg_grey {
    background-color: var(--grey);
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.white_filter {
    filter: brightness(0) invert(1);
}

.black_filter {
    filter: brightness(0);
}

*,
*:focus {
    outline: none !important;
    box-shadow: none;
}

.big_container {
    width: 95vw;
    margin: 0 auto;
    font-weight: 600;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    border-color: #006400 !important;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    border-color: #cc0000 !important;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

p.parsley-success {
    color: #468847 !important;
    background-color: var(--white) !important;
    border: 1px solid #89a663 !important;
}

p.parsley-error {
    color: #b94a48 !important;
    background-color: var(--white) !important;
    border: 1px solid var(--white) !important;
}

ul.parsley-errors-list {
    margin-top: 5px;
    margin-bottom: 10px;
    color: var(--white);
    text-align: center;
    display: none;
}

ul.parsley-errors-list li {
    font-size: 10px;
    background: #d86786;
    padding: 5px 10px;
    border-radius: 4px;
}

[data-overlay="1"]::before {
    opacity: 0.1;
}

[data-overlay="2"]::before {
    opacity: 0.2;
}

[data-overlay="3"]::before {
    opacity: 0.3;
}

[data-overlay="4"]::before {
    opacity: 0.4;
}

[data-overlay="5"]::before {
    opacity: 0.5;
}

[data-overlay="6"]::before {
    opacity: 0.6;
}

[data-overlay="7"]::before {
    opacity: 0.7;
}

[data-overlay="8"]::before {
    opacity: 0.8;
}

[data-overlay="9"]::before {
    opacity: 0.9;
}

[data-overlay] {
    position: relative;
}

[data-overlay]::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    pointer-events: none;
}

#slider .text-wrapper .slide-title,
#slider .text-wrapper .slide-text,
#slider .text-wrapper .slide-link {
    -webkit-transform: translateX(-2500%);
    transform: translateX(-2500%);
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    font-family: 'Raleway';
    /* font-family: 'Ferrari-SansBold'; */
}

.swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 7%;
    display: flex;
    transform: translateX(-50%);
    align-items: center;
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: var(--white);
    margin-right: 8px;
    opacity: 1;
    border: 2px solid rgba(255, 255, 255, 0);
    transition: ease all .5s;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    border-color: var(--white);
    background-color: transparent;
    transition: ease all .5s;
}

#header {
    position: fixed;
    width: 100vw;
    z-index: 1000;
    background-color: transparent;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    background-image: linear-gradient(to top, rgba(24, 24, 24, 0), rgba(24, 24, 24, 0.5) 65%, rgba(24, 24, 24, 0.7));
}

#header.fixed {
    background: radial-gradient(ellipse at top, #4b4b4b, #181818);
}

#header .top {
    padding: 10px 0;
}

#header .top .side a,
#header .top .side span {
    color: var(--white);
    font-size: 12px; 
}

#header .top .side .icon {
    width: 14px;
    height: 14px;
}

#header .top .center img {
    height: 30px;
    object-fit: contain;
}

#header .navbar-brand img {
    height: 60px;
    object-fit: contain;
}

#header .navbar-nav>li>a {
    color: var(--white);
    font-size: 16px;
    padding: 10px 18px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 0;
}

#slider {
    height: 100vh;
    position: relative;
}

.slide-effect::before,
.slide-effect::after,
#slider::before,
#slider::after {
    position: absolute;
    bottom: -3vw;
    width: 50%;
    height: 12%;
    background-color: var(--black);
    z-index: 101;
    content: '';
}
.slide-effect::before,
#slider::before {
    left: 0;
    transform: skewY(4.5deg);
}
.slide-effect::after,
#slider::after {
    right: 0;
    transform: skewY(-4.5deg);
}
.slide-effect .effect::before,
.slide-effect .effect::after,
#slider .effect::before,
#slider .effect::after {
    position: absolute;
    bottom: -2vw;
    width: 50%;
    height: 12%;
    background-color: var(--red);
    z-index: 100;
    content: '';
}

.slide-effect .effect::before,
#slider .effect::before {
    left: 0;
    transform: skewY(4.5deg);
}

.slide-effect .effect::after,
#slider .effect::after {
    right: 0;
    transform: skewY(-4.5deg);
}

#slider img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

#slider .text-wrapper {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

#slider .text-wrapper .slide-title {
    color: var(--white);
    font-size: 38px;
    margin-bottom: 16px;
}

#slider .text-wrapper .slide-text {
    color: var(--white);
    font-size: 16px;
    margin-bottom: 35px;
}

#slider .text-wrapper .slide-link a {
    color: var(--white);
    font-size: 13px;
}

#slider .text-wrapper .slide-link .icon-wrapper {
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

#slider .text-wrapper .slide-link .icon-wrapper svg {
    filter: brightness(0) invert(1);
}

#slider .text-wrapper .slide-link:hover .icon-wrapper {
    border-color: var(--red);
}

#slider video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

#body .content {
    position: relative;
    background-color: var(--black);
}

#body .content .header-wrapper {
    padding: 40px 0;
}

#body .content .header-wrapper .title {
    font-size: 32px; 
    color: var(--red);
}

#body .content .search-wrapper {
    margin-bottom: 80px;
}

#body .content .search-wrapper .select_box {
    position: relative;
}

#body .content .search-wrapper .select_box::after {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 10px;
    transform: translateY(-50%);
    font-size: 14px;
    color: var(--white);
    background-color: var(--black);
    padding: 0 8px;
}

#body .content .search-wrapper .select_box .selected {
    border: 1px solid var(--white);
    display: block;
    padding: 16px;
    color: var(--red);
}

#body .content .search-wrapper .dropdown-menu {
    width: 100%;
    border: 1px solid rgba(24, 24, 24, 0.5);
    box-shadow: 0px 5px 14px 3px rgb(0 0 0 / 15%);
    border-radius: 0;
    max-height: 300px;
    overflow-y: scroll;
    background-color: var(--black);
}

#body .content .search-wrapper .dropdown-menu li {
    padding: 10px 0;
}

#body .content .search-wrapper .dropdown-menu li a {
    background-color: transparent;
    color: var(--red);
}

#body .content .search-wrapper .dropdown-menu li:hover {
    background-color: rgba(255, 255, 255, 0.05) !important;
}

#body .content .search-wrapper .btn {
    width: 90%;
    margin-left: auto;
    color: var(--white);
    background: radial-gradient(ellipse at bottom, #4b4b4b, #181818);
    border: 1px solid #181818;
    border-radius: 0;
}

#body .content .search-wrapper .btn:hover {
    background: radial-gradient(ellipse at bottom, #181818, #181818);
}

.cars-list .content-title {
    margin-bottom: 40px;
    font-size: 22px;
}

.cars-list .main {
    margin-bottom: 30px;
}

.cars-list .main .image-wrapper {
    position: relative;
    border: 3px solid var(--red);
}

.cars-list .main .image-wrapper .compare {
    position: absolute;
    z-index: 2;
    top: 5%;
    right: 5%;
    background-color: rgba(0, 0, 0, .8);
    padding: 4px;
}

.cars-list .main .image-wrapper .compare input[type="checkbox"]:hover {
    cursor: pointer;
}

.cars-list .main .image-wrapper .compare.disable label,
.cars-list .main .image-wrapper .compare.disable input[type="checkbox"] {
    pointer-events: none;
    opacity: .5;
}

.cars-list .main .image-wrapper .compare input[type="checkbox"]:checked,
.cars-list .main .image-wrapper .compare input[type="checkbox"]:checked+label {
    pointer-events: unset !important;
    opacity: 1;
}

.cars-list .main .image-wrapper .compare .form-check-input {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-top: 0;
}

.cars-list .main .image-wrapper .compare .form-check-label {
    font-size: 12px;
    color: var(--white);
}

.cars-list .inner .swiper-slide {
    height: 230px;
}

.cars-list .inner video {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.cars-list .inner img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.cars-list .main .text-wrapper {
    padding: 16px 24px;
    border: 1px solid rgba(143, 143, 143, 0.35);
    background-color: var(--black);
    font-family: 'Open Sans' !important;
    font-weight: 600;
}

.cars-list .main .text-wrapper .top {
    margin-bottom: 15px;
}

.cars-list .main .text-wrapper .top span {
    font-size: 14px;
    color: #6c757d;
}

.cars-list .main .text-wrapper .top .code {
    /* margin-left: 30px; */
}

.cars-list .main .text-wrapper .center .title,
.cars-list .main .text-wrapper .price {
    color: var(--white);
    display: inline-block;
    /* margin-bottom: 6px; */
    font-size: 15px;
    font-weight: 600;
    font-family: 'Open Sans' !important;
}

.cars-list .main .text-wrapper .center .title:hover {
    color: var(--red);
}

.cars-list .main .text-wrapper .info-wrapper {
    margin-top: 15px;
}

.cars-list .main .text-wrapper .info-wrapper .col-6 {
    margin-bottom: 20px;
}

.cars-list .main .text-wrapper .info-wrapper .col-6:nth-child(8),
.cars-list .main .text-wrapper .info-wrapper .col-6:nth-child(9) {
    margin-bottom: 0;
}

.cars-list .main .text-wrapper .info-wrapper span {
    font-size: 10px;
    color: var(--white);
}

.cars-list .main .text-wrapper .info-wrapper .title {
    font-size: 9px;
    /* font-family: 'Raleway'; */
    font-family: 'Raleway';
}

.cars-list .main .text-wrapper .info-wrapper hr {
    border-color: rgba(143, 143, 143, 0.35);
}

.cars-list .main .certificates {
    padding: 15px 0;
}

.cars-list .main .certificates img {
    height: 20px;
    object-fit: contain;
    margin-right: 15px;
    filter: invert(1);
}

.cars-list .main .buttons {
    margin-top: 20px;
}

.cars-list .main .buttons a {
    width: 100%;
    display: block;
    border: 1px solid var(--white);
    padding: 8px 12px;
    font-size: 12px;
    color: var(--white);
}

.cars-list .main .buttons a:hover {
    background-color: var(--grey);
    color: var(--white);
}

.cars-list .main .buttons a.red {
    background: radial-gradient(ellipse at bottom, #ed786f, #DA291C);
    color: var(--white);
    border: 1px solid #ed786f;
}

.cars-list .main .buttons a.red:hover {
    background: #DA291C;
}

.cars-list .inner .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
}

.cars-list .inner .swiper-pagination .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    transition: ease all .5s;
}

.cars-list .swiper-buttons {
    padding: 20px 0 0px;
    width: 10%;
    margin: 0 auto;
}

.cars-list .swiper-buttons .prev {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
    filter: invert(1);
    border:1px solid;
    padding:5px;
    border-radius: 5px;
}

.cars-list .swiper-buttons .next {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    filter: invert(1);
    border:1px solid;
    padding:5px;
    border-radius: 5px;
}

.cars-list .main {
    min-height: 360px;
}

.cars-list .main .text-wrapper .height-animation {
    height: 0;
    overflow: hidden;
    transition: height ease 1s;
}

.cars-list .main:hover .text-wrapper .height-animation {
    height: 390px;
    transition: height ease 1s;
}

#body .cars-list .main .certificates {
    padding: 15px 0;
}

#body .cars-list .main:hover .text-wrapper .height-animation {
    height: 390px;
}

.menu-info-drawer {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3070;
    width: 25vw;
    height: 100vh;
    background-color: var(--white);
    transform: translateX(150%);
    transition: ease all .75s;
}

.menu-info-drawer.show {
    transform: translateX(0);
    transition: ease all .75s;
}

.menu-info-drawer .inner {
    position: relative;
    /* overflow-y: scroll; */
}

.menu-info-drawer .close-button {
    position: absolute;
    top: 50%;
    left: -15%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    background-color: rgba(255, 255, 255, .7);
    text-align: center;
    border-radius: 50%;
}

.menu-info-drawer .close-button:hover {
    cursor: pointer;
    background-color: var(--white);
}

.menu-info-drawer .header {
    background-color: var(--black);
}

.menu-info-drawer .header .col-lg-4 {
    border: 2px solid var(--red);
}

.menu-info-drawer .header .title {
    color: var(--white);
    font-size: 16px; 
}

.menu-info-drawer .header span {
    color: var(--white);
    font-size: 12px;
    font-family: 'Raleway';
}

.menu-drawer-backdrop {
    position: fixed;
    z-index: 1049;
    inset: 0;
    width: 75vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .75);
    transform: translateX(-150%);
    transition: ease all .75s;
}

.menu-drawer-backdrop.show {
    transform: translateX(0);
    transition: ease all .75s;
}

.files-drawer-backdrop {
    position: fixed;
    z-index: 1049;
    inset: 0;
    width: 75vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .75);
    transform: translateX(-150%);
    transition: ease all .75s;
}

.files-drawer-backdrop.show {
    transform: translateX(0);
    transition: ease all .75s;
}

.info-drawer-files {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3070;
    width: 35vw;
    height: 100vh;
    background-color: var(--white);
    transform: translateX(150%);
    transition: ease all .75s;
}

.info-drawer-files.show {
    transform: translateX(0);
    transition: ease all .75s;
}

.info-drawer-files .inner {
    position: relative;
    /* overflow-y: scroll; */
}

.info-drawer-files .close-button {
    position: absolute;
    top: 50%;
    left: -15%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    background-color: rgba(255, 255, 255, .7);
    text-align: center;
    border-radius: 50%;
}

.info-drawer-files .close-button:hover {
    cursor: pointer;
    background-color: var(--white);
}

.info-drawer-files .header {
    background-color: var(--black);
}

.info-drawer-files .header .col-lg-4 {
    border: 2px solid var(--red);
}

.info-drawer-files .header .title {
    color: var(--white);
    font-size: 16px; 
}

.info-drawer-files .header span {
    color: var(--white);
    font-size: 12px;
    font-family: 'Raleway';
}






.lease-drawer-backdrop {
    position: fixed;
    z-index: 1049;
    inset: 0;
    width: 75vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .75);
    transform: translateX(-150%);
    transition: ease all .75s;
}

.lease-drawer-backdrop.show {
    transform: translateX(0);
    transition: ease all .75s;
}

.info-drawer-lease {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3070;
    width: 45vw;
    height: 100vh;
    background-color: var(--white);
    transform: translateX(150%);
    transition: ease all .75s;
}

.info-drawer-lease.show {
    transform: translateX(0);
    transition: ease all .75s;
}

.info-drawer-lease .inner {
    position: relative;
    /* overflow-y: scroll; */
}

.info-drawer-lease .close-button {
    position: absolute;
    top: 50%;
    left: -15%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    background-color: rgba(255, 255, 255, .7);
    text-align: center;
    border-radius: 50%;
}

.info-drawer-lease .close-button:hover {
    cursor: pointer;
    background-color: var(--white);
}

.info-drawer-lease .header {
    background-color: var(--black);
}

.info-drawer-lease .header .col-lg-4 {
    border: 2px solid var(--red);
}

.info-drawer-lease .header .title {
    color: var(--white);
    font-size: 16px; 
}

.info-drawer-lease .header span {
    color: var(--white);
    font-size: 12px;
    font-family: 'Raleway';
}



/* DURRR */
.info-drawer {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3070;
    width: 40vw;
    height: 100vh;
    background-color: var(--white);
    transform: translateX(150%);
    transition: ease all .75s;
}

.info-drawer.show {
    transform: translateX(0);
    transition: ease all .75s;
}

.info-drawer .inner {
    position: relative;
    /* overflow-y: scroll; */
}

.info-drawer .close-button {
    position: absolute;
    top: 50%;
    left: -15%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    background-color: rgba(255, 255, 255, .7);
    text-align: center;
    border-radius: 50%;
}

.info-drawer .close-button:hover {
    cursor: pointer;
    background-color: var(--white);
}

.info-drawer .header {
    background-color: var(--black);
}
.info-drawer .header .col-lg-4{
    border: 2px solid var(--red);
}
.info-drawer .header .title {
    color: var(--white);
    font-size: 16px; 
}

.info-drawer .header span {
    color: var(--white);
    font-size: 12px;
    font-family: 'Raleway';
}

.info-drawer .header .price {
    font-size: 16px; 
    font-family: 'Open Sans' !important;
}

.info-drawer .form-wrapper {
    padding: 100px 80px;
    background-color: var(--black);
}

.info-drawer .form-wrapper .form-group {
    margin-bottom: 40px;
}

.info-drawer .form-wrapper .form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    padding: 0.75rem;
    resize: none;
    background: transparent;
    color: rgba(255, 255, 255, .5);
}

.info-drawer .form-wrapper .form-control:focus {
    border-color: rgba(0, 0, 0, .75);
}

.info-drawer .form-wrapper .form-control::-webkit-input-placeholder {
    font-family: 'Raleway';
}

.info-drawer .form-wrapper .form-check {
    padding-left: calc(var(--bs-gutter-x)/ 2);
}

.info-drawer .form-wrapper .form-check-input {
    margin-left: 0;
}

.info-drawer .form-wrapper .form-check-label {
    margin-left: 40px;
    font-family: 'Raleway';
    font-size: 13px;
    flex: 0 0 90%;
    color: rgba(255, 255, 255, .5);
}

.info-drawer .form-wrapper .form-check-label a {
    text-decoration: underline;
    color: inherit;
}

.info-drawer .form-wrapper .form-check-label a:hover {
    text-decoration: none;
}

.info-drawer .form-wrapper .btn {
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid var(--red);
    color: #fff;
}

.info-drawer .form-wrapper .btn:hover {
    background-color: var(--red);
    color: #fff;
}

#body {
    position: relative;
    z-index: 999;
}

#body .featured-content {
    padding: 20px 0 35px;
    background-color: var(--black);
}

#body .featured-content .content-title {
    color: var(--red);
    font-size: 32px; 
    padding-bottom: 37.5px;
}

#body .featured-content .image-wrapper {
    border: 2px solid var(--red);
}

#body .featured-content .image-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#body .featured-content .text-wrapper a {
    color: var(--white);
    font-size: 16px;
}

#body .featured-content .text-wrapper a:hover {
    color: var(--red);
}

#body .featured-content .text-wrapper span {
    color: var(--white);
    font-size: 10px;
    font-family: 'Raleway';
    margin-top: 8px;
}

#body .featured-content .view-all {
    margin-top: 30px;
}

#body .featured-content .view-all a {
    color: var(--white);
    font-size: 13px;
}

#body .featured-content .view-all .icon-wrapper {
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

#body .featured-content .view-all .icon-wrapper:hover {
    border-color: var(--white);
}

#body .forms-content {
    padding: 75px 0;
    background-color: #e3e3e3;
    font-weight: 600 !important;
    font-family: 'Open Sans' !important;
}

#body .forms-content .image-wrapper {
    border: 2px solid var(--black);
}

#body .forms-content .image-wrapper img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
#body .forms-content .text-wrapper{
    display: flex;
    flex-wrap: wrap;
    padding: 15px ;
}
#body .forms-content .text-wrapper .title {
    font-size: 22px;
    margin-bottom: 15px;
}

#body .forms-content .text-wrapper span {
    font-size: 14px;
    display: block;
}

#body .forms-content .text-wrapper a {
    margin-top: 15px;
    display: inline-block;
    margin-left: auto;
    color: var(--grey);
    border: 1px solid var(--grey);
    padding: 12px 20px;
    font-size: 13px;
    float: right;
    position: relative;
}

#body .forms-content .text-wrapper a:hover {
    background-color: var(--grey);
    color: var(--white);
}
#body .forms-content .left{
    background-color: var(--black);
    color: var(--white);
    transition: ease all .25s;
}
#body .forms-content .left a{
    color: var(--white);
    border-color: var(--white);
}

#body .forms-content .right{
    background-color: var(--red);
    color: var(--white);
    transition: ease all .25s;
}
#body .forms-content .right a{
    color: var(--white);
    border-color: var(--white);
}
#body .forms-content .right a:hover{
    background-color: #83060a;
}
#body .forms-content .left:hover,
#body .forms-content .right:hover{
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
    transition: ease all .25s;
}


/** Footer start **/
.footer {
    background: url('../img/footer.jpeg');
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.footer .container{
    z-index: 999!important;
    color: #fff;
}

.footer ul li a{
    color: #cecece;
}
.footer .contact-info{
    padding: 0;
}
.footer h4 {
    font-size: 15px;
    margin-bottom: 7px;
    font-weight: 500;
    color: #e8e7e7;
    margin-bottom: 15px;
}

.footer .footer-item {
    margin-bottom: 60px;
}

.footer .footer-inner .links li {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
    line-height: 20px;
}

.footer .footer-inner .links li a i {
    left: 0;
    position: absolute;
    top: 0;
    line-height: 22px;
}

.footer .footer-inner .links li:last-child{
    margin-bottom: 0;
}

.footer .footer-inner .links li a:hover {
    color: #a7a8ab;
}

.footer a{
    color: #cecece;
}

.footer .footer-inner p {
    font-size: 13px;
    color: #cecece;
    z-index: 999;
}

.footer .footer-inner p a{
    color: #cecece;
}
.footer .footer-inner .contact-info li {
    color: #cecece;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
}
.footer .footer-inner .contact-info li span{
    font-size: 12px;
}
.footer .footer-inner .icon-wrapper{
    background-color: var(--white);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex: 0 0 40px;
}
.footer .footer-inner .working_hours{
    font-size: 13px;
}
.footer .app_store a{
    display: inline-block;
    margin-bottom: 15px;
}
.footer .app_store img{
    height: 55px;
    object-fit: contain;
    object-position: left;
}
.footer .app_store a:hover{
    filter: brightness(0) invert(1);
}
.footer .footer-inner .icon-wrapper svg{
    filter: brightness(0);
    width: 16px;
    height: 16px;
}

/* .footer .social-media{
    float: right;
} */

.footer .social-media .icon {
    margin: 0 0 3px 4px;
}

.footer .social-media .icon {
    background: #1b1e83;
    color: #fff!important;
}

.footer .f-logo{
    margin-bottom: 0px;
    height: 120px;
}

.footer-gallery{
    margin-left: auto;
    margin-right: auto;
}

.footer-inner{
    padding: 80px 0 20px;
}
.showroom_location{
    font-size: 9px;
    margin-right: 15px;
    color: var(--white);
    opacity: .7;
    border-bottom: 1px solid;
}
.sub-footer{
    padding: 25px 0 22px;
    border-top: solid 1px #ffffff2e;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}

.sub-footer p{
    margin-bottom: 0;
    color: #cecece;
    text-align: left;
    line-height: 44px;
    font-size: 12px;
}

.footer .form-inline{
    width: 100%;
    border-radius: 100px;
    background: #fff;
}

.footer .subscribe-newsletter .form-control {
    width: 75%;
    height: 60px;
    padding: 10px 30px;
    font-size: 17px;
    outline: 0;
    border-radius: 3px;
    border: transparent;
    margin-right: 3%;
}

.footer .subscribe-newsletter .btn {
    border: none;
    color: #fff;
    padding: 15px 5px 15px 5px;
    height: 60px;
    font-size: 15px;
    top: 0;
    right: 0;
    text-transform: inherit;
    font-weight: 400;
    border-radius: 3px;
    width: 22%;
}

.footer .subscribe-newsletter{
    padding: 40px 0;
    border-bottom: solid 1px #ffffff2e;
}

.footer .subscribe-newsletter .newsletter-content-wrap{
    max-width: 550px;
    margin-left: auto;
}

.footer .subscribe-newsletter h3{
    color: #fff;
    margin-bottom: 0;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
}

.footer .recent-posts .media h5 a{
    color: #919398;
}

.footer .footer-inner .text{
    margin-right: 30px;
}

.footer .s-border {
    background: #ffffff2e;
}

.footer .m-border {
    background: #ffffff2e;
}

.footer .footer-gallery ul li{
    float: left;
    width: 75px;
    height: 75px;
    margin:0 10px 10px 0;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.footer .footer-gallery ul li img {
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 5px;
    cursor: pointer;
    height:50px;
    object-fit: cover;
}

.footer .footer-gallery ul li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 5px;
}
/*************************
      footer end
*************************/

#brands {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    z-index: 1040;
    transform: translateY(100%);
    transition: ease-in all .75s;
}

#brands.show {
    transform: translateY(0);
    transition: ease-in all .75s;
}

#brands .close-button {
    position: absolute;
    right: 50px;
    top: 50px;
    transform: translateY(-50%);
    filter: invert(1);
}


#brands .close-button:hover {
    cursor: pointer;
}

#brands .list {
    padding: 100px 30px 100px 100px;
    overflow: hidden;
    max-height: 100vh;
}

#brands .list ul {
    list-style: none;
    max-height: 100%;
    overflow-y: scroll;
    position: relative;
}

#brands .list ul::-webkit-scrollbar {
    width: 10px;
}

/* Track */
#brands .list ul::-webkit-scrollbar-track {
    background: var(--black);
}

/* Handle */
#brands .list ul::-webkit-scrollbar-thumb {
    background: rgba(166, 30, 35, 0.75);
}

/* Handle on hover */
#brands .list ul::-webkit-scrollbar-thumb:hover {
    background: var(--red);
}

#brands .list ul>li {
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
}

#brands .list ul>li::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 80%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(166, 30, 35, 1);
}

#brands .list ul>li>a {
    font-size: 13px;
    color: var(--white);
    position: relative;
}

#brands .list ul>li>a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: var(--white);
    transition: ease all .25s;
}

#brands .list ul>li>a.active::after,
#brands .list ul>li>a:hover::after {
    width: 100%;
    transition: ease all .25s;
}

#brands .items {
    padding: 100px 100px 100px 30px;
    overflow: hidden;
    max-height: 100vh;
}

#brands .items .cars-list {
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0px 15px;
}

#brands .items .cars-list .main .all_items {
    position: absolute;
    background: var(--white);
    box-shadow: 0px 0px 24px -10px rgb(0 0 0 / 0%);
    right: calc(var(--bs-gutter-x)/ 2);
    left: calc(var(--bs-gutter-x)/ 2);
    transition: all ease 1s;
}

#brands .items .cars-list .main:hover .all_items {
    box-shadow: 0px 0px 24px -10px rgb(0 0 0 / 75%);
    transition: box-shadow ease 1s;
}

.loader {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2050;
    background: radial-gradient(ellipse at center, #4b4b4b, #181818);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader img {
    height: 18%;
    object-fit: contain;
    animation: pulse 1s infinite ease;
}

.drawer-backdrop {
    position: fixed;
    z-index: 1049;
    inset: 0;
    width: 60vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .75);
    transform: translateX(-150%);
    transition: ease all .75s;
}

.drawer-backdrop.show {
    transform: translateX(0);
    transition: ease all .75s;
}

#compare-preview {
    position: fixed;
    width: 100vw;
    left: 0;
    bottom: 0;
    z-index: 1040;
    background-color: var(--black);
    padding: 15px 0;
    transform: translateY(100%);
    transition: ease all .25s;
}

#compare-preview.show {
    transform: translateY(0);
    transition: ease all .25s;
}

#compare-preview .close-button {
    width: 35px;
    height: 35px;
    border: 2px solid rgba(166, 30, 35, 0.6);
    border-radius: 50%;
}

#compare-preview .close-button svg {
    filter: invert(1);
}

#compare-preview .close-button:hover {
    cursor: pointer;
    border-color: rgba(166, 30, 35, 1);
}

#compare-preview .compare-list .item .image-wrapper {
    background-color: rgba(166, 30, 35, 0.1);
    flex: 0 0 25%;
    height: 50px;
    margin-right: 10px;
}

#compare-preview .compare-list .item .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#compare-preview .compare-list .item .title {
    font-size: 12px;
    display: block; 
    color: var(--white);
}

#compare-preview .compare-list .item .price {
    font-size: 10px;
    color: var(--red);
    font-family: 'Open Sans' !important;
}

#compare-preview .open-compare-list {
    font-size: 12px;
    color: var(--white);
}

#compare-preview .open-compare-list:hover {
    text-decoration: underline;
    cursor: pointer;
}

#compare-list {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    z-index: 1041;
    inset: 0;
    padding: 80px 120px;
    transform: translateY(100%);
    transition: ease all .5s;
    overflow-y: scroll;
}

#compare-list.show {
    transform: translateY(0);
    transition: ease all .5s;
}

#compare-list .close-button {
    position: absolute;
    top: 80px;
    left: 120px;
    color: var(--white);
}

#compare-list .close-button .icon-wrapper {
    width: 35px;
    height: 35px;
    background-color: rgba(24, 24, 24, 0.1);
    border-radius: 50%;
    filter: invert(1);
}

#compare-list .close-button:hover {
    cursor: pointer;
}

#compare-list .content-title { 
    font-size: 20px;
    color: var(--red);
}

#compare-list .table thead>tr>th {
    width: calc(75% / 3);
    border: 0;
    padding-right: 50px;
}

#compare-list .table thead>tr>th:first-of-type {
    width: 25%;
}

#compare-list .table thead>tr img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 30px;
}

#compare-list .table>tbody {
    vertical-align: middle;
}

#compare-list .table>:not(caption)>*>* {
    padding: 1rem .5rem;
    border: 0;
}

#compare-list .table>tbody>tr>th {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

#compare-list .table>tbody>tr>td {
    font-size: 13px;
    padding-right: 50px;
    color: var(--red);
}

#compare-list .table .title {
    display: block;
    font-size: 17px; 
    margin-bottom: 20px;
    color: var(--white);
}

#compare-list .table .price {
    font-size: 15px;
    margin-bottom: 20px;
    color: var(--white);
}

#compare-list .table>tbody>tr:last-of-type {
    border-top: 1px solid rgba(24, 24, 24, 0.3);
}

#compare-list .table .buttons {
    margin-top: 20px;
}

#compare-list .table .buttons a {
    width: 100%;
    display: block;
    border: 1px solid var(--white);
    padding: 8px 12px;
    font-size: 12px;
    color: var(--white);
    padding: 20px;
}

#compare-list .table .buttons a:hover {
    background-color: var(--grey);
    color: var(--white);
}

#compare-list .table .buttons a.red {
    background: radial-gradient(ellipse at bottom, #ed786f, #DA291C);
    color: var(--white);
    border: 1px solid #ed786f;
}

#compare-list .table .buttons a.red:hover {
    background: #DA291C;
}

#contact {
    position: fixed;
    z-index: 1000;
    right: 2%;
    bottom: 5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#contact .icon-wrapper {
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
    padding: 8px 12px;
    width: 55px;
    height: 55px;
    color: var(--white);
    font-size: 12px;
    text-align: right;
    opacity: .75;
}

#contact .icon-wrapper:hover {
    width: auto;
    border-radius: 12px;
    opacity: 1;
}

#contact .icon-wrapper .icon {
    width: 30px;
    height: 30px;
}

#contact .icon-wrapper.whatsapp {
    background: linear-gradient(to bottom, #A3D179 0, #88BA46 100%);
}

#contact .icon-wrapper.mobile {
    background-color: var(--red);
}

#contact .icon-wrapper span {
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: ease all .25s;
}

#contact .icon-wrapper.icon-wrapper.whatsapp:hover span {
    margin-right: 15px;
    width: 100px;
    transition: ease all .25s;
}

#contact .icon-wrapper.mobile:hover span {
    margin-right: 15px;
    width: 140px;
    transition: ease all .25s;
}
#body .branches{
    background-color: var(--black);
    padding: 30px 0 40px;
}
#body .branches img{
    width: 100%;
    /* height: 330px; */
    height: 195px;
    object-fit: cover;
}
#body .branches .item{
    border: 1px solid var(--light-grey);
    padding: 30px;
    font-family: 'Open Sans' !important;
    font-weight: 600 !important;
}
#body .branches .item h2{
    color: var(--red);
    font-size: 17px;
    margin-bottom: 20px;
}
#body .branches .item h2 strong{
    display: block;
    font-size: 25px;
    margin-top: 4px;
}
#body .branches .item span{
    color: var(--white);
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
}
#body .branches .item span.address{
    min-height: 60px;
}
#body .branches .item span a:hover{
    color: var(--red) !important;
}
#body .branches .item .btn{
    display: block;
    width: 100%;
    text-align: center;
    border: 2px solid var(--light-grey);
    margin-top: 30px;
    border-radius: 0;
    color: var(--white);
    padding: 8px;
}
#body .branches .item .btn:hover{
    border-color: var(--red);
    background-color: var(--red);
}
@media only screen and (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1440px;
    }
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    background-image: none;
}

.img-scale-hover {
    display: block;
    overflow: hidden;
}

.img-scale-hover img {
    transition: transform 1s ease;
}

.img-scale-hover:hover img {
    transform: scale(1.1);
    transition: transform 1s ease;
}

.form-check-input:checked {
    background-color: var(--red);
    border-color: var(--red);
}

.form-check-input:focus {
    border-color: var(--red);
    box-shadow: rgba(166, 30, 35, 0.25) 0px 0px 0px 0.25rem;
}

.b-main-filter__cat-item {
    padding: 0 20px 10px;
    color: var(--white);
    border: 2px solid transparent;
    border-radius: 6px;
    transition: all .3s;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 30px;
    width: 100%;
}

.b-main-filter__cat-item .ic {
    display: block;
    margin-right: 0;
    font-size: 80px;
    line-height: .8;
    color: var(--white);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.b-main-filter__cat-item.active,
.b-main-filter__cat-item:hover {
    cursor: pointer;
}

.b-main-filter__cat-item.active .ic,
.b-main-filter__cat-item:hover .ic {
    color: var(--light-grey);
}

.b-main-filter__cat-item input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.send-offer .btn{
    background-color: var(--black);
    border-radius: 0;
    border-color: var(--white);
    font-size: 13px;
    display: block;
    padding: 8px 12px;
    font-size: 12px;
    margin-bottom: 15px;
    color: var(--white);
}
.send-offer .btn:hover{
    background-color: var(--grey);
    color: var(--white);
}
.send-offer .btn:focus{
    box-shadow: none;
}
.modal-content{
    border-radius: 0;
    border: 0;
    background-color: var(--black);
}
.modal-content .modal-header{
    border-color: var(--grey);
}
.modal-content .modal-title{
    color: var(--red);
}
.modal-content p{
    font-size: 13px;
}
.modal-content .form-label{
    font-size: 13px;
    color: var(--white);
}
.modal-content .form-control{
    height: 50px;
    border-radius: 0;
    background-color: var(--black);
    border-color: var(--grey);
    color: var(--white);
}
.modal-content .form-control:focus{
    border-color: var(--red);
}
.modal-content .modal-footer{
    border-color: var(--grey);
}
.modal-content .btn{
    border-radius: 0;
    border: 0;
}
.modal-content .btn{
    background-color: var(--red);
    color: var(--white);
}
.modal-content .btn:hover{
    background-color: rgba(166, 30, 35, 0.85);
}
.modal-content .btn.btn-secondary{
    background-color: var(--grey);
}
.modal-content .btn.btn-secondary:hover{
    background-color: rgba(0, 0, 0, 0.85);
}
.modal-content .modal-header .btn-close{
    filter: invert(1);
}
/** Lines area start **/
.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}

.line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.line::after {
    content: '';
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
    animation: drop 7s 0s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    z-index: -888;
}

.line:nth-child(1) {
    margin-left: -35%;
}

.line:nth-child(1)::after {
    animation-delay: 1s;
}

.line:nth-child(3) {
    margin-left: 30%;
}

.line:nth-child(3)::after {
    animation-delay: 2s;
}

.line:nth-child(4) {
    margin-left: -18%;
}

.line:nth-child(4)::after {
    animation-delay: 3s;
}

.line:nth-child(5) {
    margin-left: 11%;
}

.line:nth-child(5)::after {
    animation-delay: 4s;
}

@keyframes drop {
    0% {top: -50%; }
    100% {top: 110%; }
}


.galery-padding{
    padding: 3px 6px !important; 
}
.galery-padding  .position-relative {
    height: 88%;
    width: 100%;
}

.galery-padding  .position-relative.car_show{
    height: 100%;
    width: 100%;
}

video {
    padding: 6px !important;
}

.swiper-slide.swiper-slide-active>video
{
    padding: 0px !important;
}

@media only screen and (min-width: 992px) and (max-width:1500px) {
    .grid-content>.row>.col-lg-6>.row>.col-lg-3{
        width: 100% !important;
    }
    .grid-content>.row>.col-lg-6>.row>.col-lg-3>.row.text-end{
        text-align: left !important;
    }
    .grid-content>.row>.col-lg-6>.row>.col-lg-3>.row.text-end>.col-lg-12{
        width: 50% !important;
    }
}





.strong-rw{
    font-weight: 600 !important;
    font-family: 'Raleway' !important;
}

.strong-os{
    font-weight: 600 !important;
    font-family: 'Open Sans' !important;
}



.certificates.d-flex.align-items-center .price{
    font-size: 22px;
}

@media only screen  and (max-width:500px) {
    #gallery .price{
         font-size:17px
    } 
}

@media only screen and (min-width: 1280px) and (max-width:1600px) {
    .certificates.d-flex.align-items-center .price{
         font-size:18px
    } 
}



.accordion-body.px-0.text-grey{
    text-transform: uppercase !important;
}
 


/* Dropdown container */
.custom-dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown içeriği (varsayılan olarak gizli) */
.custom-dropdown-menu {
    display: none;
    position: absolute;
    background-color: #1a1e21;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
    left: 0;
    top: 100%;
}

/* Dropdown menü linkleri */
.custom-dropdown-menu a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s;
}

/* Hover durumunda link rengi değişimi */
.custom-dropdown-menu a:hover {
    background-color: #2c3034;
}

/* Hover durumunda dropdown menüyü göster */
.custom-dropdown:hover .custom-dropdown-menu {
    display: block;
}

/* Mobil görünüm için düzenlemeler */
@media (max-width: 992px) {
    .custom-dropdown-menu {
        position: static;
        background-color: transparent;
        box-shadow: none;
        padding-left: 20px;
    }
    
    .custom-dropdown:hover .custom-dropdown-menu {
        display: none; /* Mobilde hover çalışmayacağı için */
    }
    
    /* Mobilde tıklama ile açılması için JavaScript gerekecek */
    .custom-dropdown.show .custom-dropdown-menu {
        display: block;
    }
    #body .featured-content{
        padding:0;
    }
} 

@media only screen and (max-width: 768px) {
    #gallery .galery-padding.order-video {
        width: 100%;
        height: 250px;
    }

    #gallery .galery-padding.order-video img {
        object-fit: cover !important;
        -webkit-appearance: none !important;
    }
}