/*
Theme Name: Knight
Theme URI: 
Author: Hamza Tufail
Author URI: https://wordpress.org/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: RR
*/

:root {
    
    --bg-black: #000;
    --bg-white: #fff;
    --bg-gray: #E1E1E1;
    --white-color: #fff;
    --black-color: #000;
    --red-color: #ff0015;

}
body {
    /* font-family: "fontspring", sans-serif; */
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: var(--black-color);
    position: relative;
    /* width: 1440px; */
    margin: 0 auto;
}
@font-face {
    font-family: "fontspring";
    src: url(fonts/Fontspring-DEMO-pgf-now-light.otf) format("opentype");
}
@font-face {
    font-family: "neo-latina";
    src: url(fonts/neo-latina-reg.otf) format("opentype");
}

/* @font-face {
    font-display: swap;
    font-family: Riviera Nights;
    font-style: normal;
    font-weight: 200;
    src: url(fonts/riviera-nights/RivieraNights-Ultralight/RivieraNights-Ultralight.woff) format("woff"), 
    url(fonts/riviera-nights/RivieraNights-Ultralight/RivieraNights-Ultralight.eot?#iefix) format("embedded-opentype"), 
    url(fonts/riviera-nights/RivieraNights-Ultralight/RivieraNights-Ultralight.otf) format("opentype"),
    url(fonts/riviera-nights/RivieraNights-Ultralight/RivieraNights-Ultralight.ttf) format("truetype"), 
    url(fonts/riviera-nights/RivieraNights-Ultralight/RivieraNights-Ultralight.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Riviera Nights;
    font-style: normal;
    font-weight: 300;
    src: url(fonts/riviera-nights/RivieraNights-Light/RivieraNights-Light.woff) format("woff"),
    url(fonts/riviera-nights/RivieraNights-Light/RivieraNights-Light.eot?#iefix) format("embedded-opentype"),
    url(fonts/riviera-nights/RivieraNights-Light/RivieraNights-Light.otf) format("opentype"),
    url(fonts/riviera-nights/RivieraNights-Light/RivieraNights-Light.ttf) format("truetype"),
    url(fonts/riviera-nights/RivieraNights-Light/RivieraNights-Light.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Riviera Nights;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/riviera-nights/RivieraNights-Regular/RivieraNights-Regular.woff) format("woff"),
    url(fonts/riviera-nights/RivieraNights-Regular/RivieraNights-Regular.eot?#iefix) format("embedded-opentype"),
    url(fonts/riviera-nights/RivieraNights-Regular/RivieraNights-Regular.otf) format("opentype"),
    url(fonts/riviera-nights/RivieraNights-Regular/RivieraNights-Regular.ttf) format("truetype"),
    url(fonts/riviera-nights/RivieraNights-Regular/RivieraNights-Regular.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Riviera Nights;
    font-style: normal;
    font-weight: 500;
    src: url(fonts/riviera-nights/RivieraNights-Medium/RivieraNights-Medium.woff) format("woff"),
    url(fonts/riviera-nights/RivieraNights-Medium/RivieraNights-Medium.eot?#iefix) format("embedded-opentype"),
    url(fonts/riviera-nights/RivieraNights-Medium/RivieraNights-Medium.otf) format("opentype"),
    url(fonts/riviera-nights/RivieraNights-Medium/RivieraNights-Medium.ttf) format("truetype"),
    url(fonts/riviera-nights/RivieraNights-Medium/RivieraNights-Medium.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Riviera Nights;
    font-style: normal;
    font-weight: 700;
    src: url(fonts/riviera-nights/RivieraNights-Bold/RivieraNights-Bold.woff) format("woff"),
    url(fonts/riviera-nights/RivieraNights-Bold/RivieraNights-Bold.eot?#iefix) format("embedded-opentype"),
    url(fonts/riviera-nights/RivieraNights-Bold/RivieraNights-Bold.otf) format("opentype"),
    url(fonts/riviera-nights/RivieraNights-Bold/RivieraNights-Bold.ttf) format("truetype"),
    url(fonts/riviera-nights/RivieraNights-Bold/RivieraNights-Bold.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Riviera Nights;
    font-style: normal;
    font-weight: 900;
    src: url(fonts/riviera-nights/RivieraNights-Black/RivieraNights-Black.woff) format("woff"),
    url(fonts/riviera-nights/RivieraNights-Black/RivieraNights-Black.eot?#iefix) format("embedded-opentype"),
    url(fonts/riviera-nights/RivieraNights-Black/RivieraNights-Black.otf) format("opentype"),
    url(fonts/riviera-nights/RivieraNights-Black/RivieraNights-Black.ttf) format("truetype"),
    url(fonts/riviera-nights/RivieraNights-Black/RivieraNights-Black.woff2) format("woff2");
} */

img {
    max-width: 100%;
}
a {
    transition: 0.3s all;
    text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight: 500;
    font-family: "neo-latina";
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 38px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    margin-bottom: 20px;
}
p:last-child{
    margin-bottom: 0;
}
.white h1, .white h2 {
    color: #fff;
}
.container{
    max-width: 1280px;
    padding: 0 32px;
}



body.menu-open {
    overflow: hidden;
}
.main-header {
    /* padding: 16px 0px; */
    position: relative;
    z-index: 999;
    transition: 0.3s all;
    width: 100%;
}
.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: transparent; */
}
.main-header.sticky-top {
    box-shadow: 0px 6px 10px -10px rgba(0, 0, 0, 0.6);
    background-color: rgba(21, 21, 21, 0.3);
    position: -webkit-fixed;
    position: fixed;
    top: 0;
    backdrop-filter: blur(20px);
}
.main-header .main-header-inner {
    border-bottom: 1px solid #dadada;
    padding: 16px 0;
    transition: 0.6s all;
}
.main-header.sticky-top .main-header-inner {
    border-color: transparent;
}
.logo-sec {
    position: relative;
}
.normal-logo {
    max-width: 80px;
    display: inline-block;
    z-index: 8;
    position: relative;
}
.logo-sec img {
    width: 100%;
    height: 100%;
}
.normal-logo, .sticky-logo {
    transition: 0.6s all;
}
.main-header.sticky-top .normal-logo, .sticky-logo {
    opacity: 0;
}
.sticky-logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.main-header.sticky-top .sticky-logo {
    opacity: 1;
}
.sticky-logo-text {
    font-family: "neo-latina";
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 40px;
}





.toggle-button {
    gap: 10px;
    cursor: pointer;
    color: var(--white-color);
    position: relative;
    z-index: 9999;
}
.toggle-button .toggle-text {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    position: relative;
}
.toggle-button .toggle-text span {
    transition: 0.6s all;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}
.toggle-button.active .toggle-text .m-open-text, .toggle-text .m-close-text{
    opacity: 0;
}
.toggle-button.active .toggle-text span {
    opacity: 1;
}
.toggle-lines {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 20px;
}
.toggle-button .line {
    position: relative;
    transition: all 0.3s;
    border-bottom: 2px solid var(--white-color);
    display: block;
    width: 100%;
    height: 2px;
}
.toggle-button:hover .toggle-lines .line, .toggle-button.active .toggle-lines .line{
    border-color: var(--white-color);
}
.toggle-button.active .line.one {
    top: 6px;
    transform: rotate(45deg);
}
.toggle-button.active .line.two {
    opacity: 0;
}
.toggle-button.active .line.three {
    transform: rotate(-45deg);
    top: -6px;
    width: 100%;
}







.menu-drawer {
    display: none;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3000;
}
.menu-open .menu-drawer {
    display: block;
}

.mobile-drawer-inner {
    position: relative;
    height: 100%;
    display: flex;
}


.menu-drawer-bg {
    background: linear-gradient(138deg, rgba(255, 0, 21, 1), rgba(0, 0, 0, 1));
    -webkit-background: linear-gradient(138deg, rgba(255, 0, 21, 1), rgba(0, 0, 0, 1));
    -moz-background: linear-gradient(138deg, rgba(255, 0, 21, 1), rgba(0, 0, 0, 1));
    background-image: url(images/menu-bg.jpeg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: -100%;
    width: 40%;
    flex: none;
}

.mobile-menu > ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.mobile-menu > ul > li {
    position: relative;
    left: -100%; /* Starting position */
    opacity: 0;
}
.mobile-menu > ul > li, .mobile-menu .sub-menu {
    padding: 0 16px;
}
.mobile-menu ul li:not(:last-child) {
    margin-bottom: 30px;
}


.menu-drawer-bg, .menu-drawer-right {
    position: relative;
    z-index: 50;
}
.menu-drawer-right {
    z-index: 40;
}

.menu-drawer .mobile-menu {
    height: 100%;
    position: relative;
    z-index: 1000;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .mobile-menu > ul > li, .mobile-menu .sub-menu  {
        padding: 0 40px;
    }
}
@media only screen and (min-width: 1024px) {
    .mobile-menu > ul > li, .mobile-menu .sub-menu  {
        padding: 0 calc(16px + 6.5vw);
    }
}

.menu-drawer li {
    list-style: none;
}
.mobile-menu .sub-menu li {
    text-align: right;
}
.menu-drawer li a, .mobile-menu .sub-menu li span {
    font-size: 26px;
    letter-spacing: 2.5px;
    color: var(--white-color);
    line-height: 1.4;
    text-transform: uppercase;
    opacity: 0.8;
    cursor: pointer;
}
.menu-drawer li a {
    display: block;
    text-align: right;
    z-index: 999;
}
.menu-drawer li a:hover, .menu-drawer .current-menu-item a, .mobile-menu .sub-menu li span:hover, .mobile-menu .sub-menu li.active a {
    opacity: 1;
}
.menu-item-has-children > a {
    position: relative;
}
.main-menu-sec {
    position: relative;
    display: flex;
}
.main-menu-sec > ul {
    max-width: 341px;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}



.mobile-menu .back-btn a {
    position: relative;
}
.mobile-menu .sub-menu {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    right: -100%;
    opacity: 0;


    position: fixed;
        top: 50%;
    transform: translateY(-50%);

}
.mobile-menu .back-btn {
    margin-bottom: 24px;
}
.mobile-menu .back-btn a {
    display: inline-block;
}
.mobile-menu .back-btn a:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M13 9V7h3v2h-3zM7.03233022 1l1.43859292 1.43076034-4.58011387 4.55637467H10v2.02471813H3.89080927l4.58011387 4.55637466L7.03233022 15 0 8l.71777145-.71538017.71878813-.71639202L7.03233022 1z' transform='matrix(-1 0 0 1 16 0)'/%3E%3C/svg%3E");
    transform: translateY(-50%) rotate(-180deg);
    top: 50%;
    left: -30px;
    width: 18px;
    height: 18px;
    position: absolute;
    background-size: cover;
}
.buy-ticket-btn.hidden, .mobile-menu .hidden {
    display: none;
}
ul.sub-menu {
    margin: 0;
}
.drawer-content, .drawer-image-data {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.menu-drawer-right {
    left: -100%;
    background-color: #fff;
    width: 100%;
    flex: auto;
}
.drawer-image-data {
    left: 0;
    opacity: 0;
    transition: 0.6s all;
}
.drawer-image-data.active {
    opacity: 1;
    z-index: 9;
}
.drawer-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.drawer-content .drawer-btn {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}


.btn {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    padding: 14px 40px;
    border-radius: 100px;
    border: 1px solid transparent;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn, .btn img, .btn .icon {
    transition: 0.3s all;
}
.btn:focus-visible {
    border-color: transparent;
}

.btn.btn-primary {
    background-color: var(--base-black);
    color: var(--white-color);
}
.btn.btn-primary:hover{
    background-color: var(--warm-Red);
    border-color: var(--warm-Red);
    color: var(--base-black);
}
.btn.btn-red {
    background-color: var(--red-color);
    color: var(--white-color);
}
.btn.btn-red:hover {
    background-color: var(--black-color);
    color: var(--white-color);
}

.btn .icon {
    margin-left: -30px;
    opacity: 0;
}
.btn:hover .icon {
    margin: 0;
    opacity: 1;
}


.scroll-slider {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: transform 0.8s cubic-bezier(0.6, 0.05, 0.01, 0.9);
    transform: translateY(100%);
}
.slide:first-child {
    transform: translateY(0);
}
.slider-banner img {
    height: 100vh !important;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.slider-video {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.slider-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.slider-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.slider-video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
}
.scroll-slider .slider-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.scroll-slider .slider-content, .scroll-slider .slider-content .container, .slider-content-inner {
    height: 100%;
}
.slider-content-inner {
    color: var(--white-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.slider-content-inner h1 {
    font-size: 90px;
    text-transform: uppercase;
    line-height: normal;
}
.slider-content-inner p {
    margin: 0;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
    line-height: normal;
}
.slider-content-inner .web-btn {
    margin-top: 30px;
}





footer {
    background-color: var(--bg-black);
    padding: 48px 0px;
    background-image: linear-gradient(0deg, #000000 0%, #131313 100%);
}
.footer-logo {
    text-align: center;
    margin-bottom: 30px;
}
.footer-logo img {
    width: 80px;
    height: auto;
}
.footer-bottom {
    border-top: 1px solid #3b3b3b;
    border-bottom: 1px solid #3b3b3b;
    padding: 30px 0px;
}
footer ul, footer ol {
    padding: 0;
    margin: 0;
}
.footer-menu ul {
    column-gap: 80px;
    row-gap: 30px;
    flex-wrap: wrap;
}
.widget-title {
    font-weight: 700;
    font-size: 18px;
    color: var(--white-color);
}
.footer-menu ul a {
    display: inline-block;
    color: #EAECF0;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
footer a:hover, footer li.current-menu-item a {
    text-decoration: underline;
}
.footer-menu-social {
    gap: 40px;
}
footer .wp-block-social-links li {
    color: #fff !important;
    list-style: none;
}
footer .wp-block-social-links svg path {
    fill: #fff;
}
.footer-icons {
    width: 170px;
    flex: none;
}
.wp-block-social-links.has-large-icon-size {
    font-size: 30px;
}


.sub-page-header {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 8;
}
.sub-page-header .sub-header-inner {
    padding: 12px 0px;
}
.model-dropdown, .model-enquiry {
    cursor: pointer;
}
.sub-page-header span {
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.model-dropdown span {
    position: relative;
    padding-left: 22px;
}
.model-dropdown span:before {
    content: '';
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 0;
    position: absolute;
    width: 16px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.8s all;
}
.model-dropdown.active span:before {
    transform: rotate(180deg) translateY(50%);
}


.other-model {
    padding: 12px 0px;
    background-color: var(--bg-white);
    display: none;
}
.other-model-nav ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 50px;
}
.other-model li {
    list-style: none;
}
.other-model li a {
    color: var(--balack-color);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
.other-model li a:hover, .other-model li.active a {
    color: var(--red-color);
}




.enquiry-form-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #252525;
    z-index: 9999;
    height: 100vh;
    /* display: none; */
    transform: translateY(100%);
    transition: transform 0.6s ease;
    overflow: auto;
}
.enquiry-form-wrap.active {
  transform: translateY(0);
}
.admin-bar .enquiry-form-wrap {
    margin-top: 32px;
    height: calc(100vh - 32px);
}
.enquiry-form-top {
    background-color: var(--bg-black);
    padding: 20px 10px;
}
.enquiry-form-top .close-form {
    text-align: center;
}
.enquiry-form-top .close-form .close-btn {
    padding: 0;
    background-color: transparent;
    color: #fff;
    font-family: "neo-latina";
    font-size: 26px;
    border: 1px solid #ffff;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    line-height: 1.6;
    transition: 0.6s all;
}
.enquiry-form-top .close-form .close-btn:hover {
    border-color: var(--red-color);
    color: var(--red-color);
}

.enquiry-form-content {
    padding: 50px 16px;
}
.enquiry-form-content h1 {
    text-align: center;
    text-transform: uppercase;
    color: var(--white-color);
    margin-bottom: 30px;
}


.enquiry-form-sec {
    max-width: 700px;
    margin: 0 auto;
}
.contact-form .form-group .form-control {
    padding: 16px 14px;
    height: 50px;
    min-height: unset;
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}
.contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.contact-form .form-group .form-control:-moz-placeholder {
    color: #fff;
    opacity: 1;

}
.contact-form .form-group .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;

}
.contact-form .form-group .form-control:-ms-input-placeholder {
    color: #fff;
    opacity: 1;

}
.contact-form .form-group .form-control::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
body.form-open {
    overflow: hidden;
}
.form-floating>label {
    padding: 0;
    border: none;
    line-height: normal;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    transition: 0.3s all;
    color: #fff !important;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    left: 5px;
    top: 4px;
    transform: unset;
    font-size: 14px;
}
.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
    content: none;
}
.wpcf7 form .wpcf7-response-output {
    color: #fff;
}
.contact-form .form-group textarea.form-control {
    height: 100px;
    resize: none;
}
.contact-form [class*="col-"]:not(:last-child) {
    margin-bottom: 40px;
}
.elementor-widget-button .elementor-button .elementor-button-icon {
    margin-left: -30px;
    opacity: 0;
    transition: 0.6s all;
}
.elementor-widget-button .elementor-button:hover .elementor-button-icon {
    margin-left: 0;
    opacity: 1;
}




.wheel-hero-heading {
    color: var(--white-color);
    text-align: center;
}
.wheel-hero-heading .tag {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 300;
}
#rim-gallery-swiper {
    overflow: visible;
    padding-top: 60px;
}
.basic-swiper {
    width: 100%;
    height: 50vh;
    overflow: hidden;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transform-origin: center center;
    transition: none;
}
.swiper-wrapper.basic-slider-list {
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
}
.swiper-slide.basic-swiperr-item {
    width: 45%;
    height: 100%;
    display: flex;
}

.wheel-hero-variant-content-swiper {
    grid-column-gap: 4rem;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* padding-top: 3rem; */
    display: flex;
}
.wheel-hero-image-wrapperr-swiper {
    flex-flow: column;
    width: 14vw;
    height: 14vw;
    display: flex;
}
@media(min-width: 1700px){
    .wheel-hero-image-wrapperr-swiper {
        width: 18vw;
        height: 18vw;
    }
}

.wheel-car-color-image-swiper {
    aspect-ratio: 1;
    width: 22.5vw;
}
.wheel-hero-image-reflection-swiper {
    z-index: 0;
    pointer-events: none;
    position: relative;
}
.wheel-car-color-image.reflection {
    opacity: .04;
    pointer-events: none;
}
.rim-text-wrap {
    z-index: 2;
    color: var(--white-color);
    position: relative;
}
.swiper-arrow-wrapper {
    z-index: 2;
    grid-column-gap: 20px;
    grid-row-gap: 1rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
    position: relative;
    top: 10vh;
}

.splide__arrow--prev, .splide__arrow--next {
    border: 1px solid var(--bg-gray);
    pointer-events: auto;
    color: var(--black-color);
    cursor: pointer;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
}
.splide__arrow--prev.rims, .splide__arrow--next.rims {
    border-color: #ffffff26;
    background-color: #ffffff26;
    color: var(--white-color);
}
.splide__arrow--prev path, .splide__arrow--next path {
    fill: transparent;
}
.icon-1x1-medium {
    justify-content: space-between;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
}
.wheel-specification-content .h-heading {
    color: #fff;
    margin-bottom: 30px;
}
.specification-table {
    display: flex;
}
.table-col {
    flex-flow: column;
    width: 100%;
    min-width: 10rem;
    display: flex;
}
.table-col.first {
    flex: none;
    width: 30rem;
}
.table-cell {
    border-top: 1px solid #ffffff26;
    text-align: left;
    letter-spacing: .06em;
    text-transform: uppercase;
    height: 3.5rem;
    padding-top: .5rem;
    padding-bottom: 2rem;
    font-size: .65rem;
    text-decoration: none;
    display: flex;
    color: #fff;
}
.specification-table .tabs {
    margin-top: -72px;
    width: 100%;
    overflow: hidden;
}
.specification-table .tabs nav {
    margin-bottom: 34px;
}
.specification-table .tabs .nav {
    border: none;
    gap: 15px;
}
.specification-table .tabs .nav button {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
    color: #5c5c5c;
    font-size: 26px;
    font-weight: 300;
    /* font-family: "neo-latina"; */
}
.specification-table .tabs .nav button.active {
    color: #fff;
}
.tabs-menu {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4rem;
    display: flex;
}
.w-tab-menu {
    position: relative;
}
.w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.w-tab-link.w--current {
    background-color: #c8c8c8;
}
.specification-tab {
    background-color: var(--alpha);
    color: var(--dark-gray);
    padding: 0 1.5rem 0 0;
}
.specification-tab.w--current {
    background-color: var(--alpha);
    color: var(--very-light-gray);
}
.tabs-content-2 {
    width: 100%;
    overflow: hidden;
}
.w-tab-content {
    display: block;
    position: relative;
    overflow: hidden;
}
.collection-list-wrapper-4 {
    width: 100%;
    overflow: auto;
}
.collection-list-7 {
    display: flex;
}
.collection-item-3 {
    width: 100%;
}
.elementor-widget-text-editor a {
    text-decoration: underline;
}












@media(max-width: 1299px) {
    
}
@media(max-width: 1199px) {
    
}
@media(max-width: 991px) {
    .container {
        max-width: 100%;
    }
    .container, .container-fluid {
        padding: 0 16px;
    }
    
    

    .menu-drawer-bg {
        width: 100%;
    }
    .footer-menu-social {
        flex-direction: column;
    }
    .footer-menu ul {
        column-gap: 20px;
        row-gap: 20px;
    }
    .footer-menu ul li {
        flex: 0 0 calc(50% - 10px);
    }
    

    .wheel-hero-image-wrapperr-swiper {
        width: 35vw;
        height: 35vw;
    }
    .wheel-car-color-image-swiper {
        width: 14rem;
        min-width: 0;
    }
    .splide__arrow--next, .splide__arrow--prev {
        width: 2rem;
        height: 2rem;
    }
    .wheel-specification-content .h-heading {
        text-align: center;
    }
    .table-col.first {
        width: 100%;
        min-width: 0;
        max-width: 100px;
        margin-top: 58px;
        border-right: 1px solid #1f1f1f;
    }
    .specification-table .tabs {
        margin: 0;
        overflow: visible;
        width: calc(100% - 100px);
    }
    .specification-table .tabs nav {
        margin-bottom: 20px;
        margin-left: -100px;
    }
    .collection-item-3 .table-cell {
        padding-left: 10px;
    }



    .footer-menu ul a {
        font-size: 16px;
    }
    .footer-menu-social {
        gap: 20px;
    }
    footer {
        padding: 20px 0px;
    }

}
@media(max-width: 767px) {
    .normal-logo, .footer-logo img {
        max-width: 60px;
    }
    .sticky-logo-text {
        font-size: 30px;
    }

    .mobile-menu ul li:not(:last-child) {
        margin-bottom: 20px;
    }
    .menu-drawer li a, .mobile-menu .sub-menu li span {
        font-size: 22px;
    }

    .slider-content-inner h1 {
        font-size: 50px;
    }
    .slider-content-inner p {
        font-size: 22px;
    }
    .btn {
        font-size: 16px;
        padding: 12px 30px;
    }
    [data-element_type="container"] [data-element_type="container"] {
        padding-left: 0;
        padding-right: 0;
    }




}