/* @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap'); */

:root{
    /*---------- Colors ----------*/
    --color-primary: #000;
    --color-secondary: #FFF;
    --color-tertiary: #757575;
    --color-quaternary: #D2704A;
    --color-grey: #A2A9B8;
    --color-primary-op30: rgba(0,0,0,0.3);
}

@font-face {
    font-family: 'IMSansQH';
    src: url('/assets-web/fonts/IMSansQH-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    overflow-x: hidden;
}

body{
    font-family: "IMSansQH", sans-serif;
    letter-spacing: 1px;
    display: grid;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #ECEAE5;

}
footer {
    margin-top: auto;
}
footer .logo {
    max-width: 120px;
}
.footer-social-media img{
    max-width: 30px;
    width: 30px;
    aspect-ratio:1/1;
    oject-fit:contain;
}
.IMSansCN{
    font-family: "IMSansQH", sans-serif;
    letter-spacing: 1px;
}
iframe{
    border-radius: 20px;
}
.raleway{
    font-family: 'Raleway','sans-serif';
    font-weight: 500;
    letter-spacing: 1px;
}
.font-bold{
    font-weight: 400;
}
.font-light , .font-light *{
    font-family: "IMSansQH", sans-serif !important;
}
::selection{
    color: #000000;
    background-color: #CCCCCC;
}
::-moz-selection{
    color: #000000;
    background-color: #CCCCCC;
}
*{
    font-size: 1rem;
    outline: none !important;
}
a{
    font-size: inherit !important;
    color: inherit !important;
    text-decoration: none !important;
    box-shadow: none !important;
    cursor: pointer !important;;
}
/* @font-face {
    font-family: 'IMSans';
    font-style: normal;
    src: url('../fonts/IMSansQH-Regular.ttf') format("truetype");
} */
/* @font-face {
    font-family: 'IMSansCN';
    font-style: normal;
    src: url('../fonts/IMSansQH-Regular.ttf') format("truetype");
}

@font-face {
    font-family: 'IMSans Light';
    font-style: normal;
    src: url('../fonts/IMSansQH-Light.ttf') format("truetype");
} */

a.a-hover:hover{
    color: var(--color-primary) !important;
}
a.text-decoration{
    text-decoration: underline !important;
}
.h1 *,h1 *,
.h2 *,h2 *,
.h3 *,h3 *,
.h4 *,h4 *,
.h5 *,h5 *,
.h6 *,h6 *{
    font-size: inherit;
}
p,
.h1,h1,
.h2,h2,
.h3,h3,
.h4,h4,
.h5,h5,
.h6,h6,
label {
    margin: 0;
    font-weight: unset;
}
b{
    font-size: inherit;
}
ul, ol{
    margin-bottom: 0
}
hr{
    height: 2px !important;
    background-color: #a9a9a9;
}
img{
    width: 100%;
    height: 100%;
}
button{
    box-shadow: none !important;
}
svg *{
    transition: all .3s;
}

ul {
    display: flex;
    align-items:center;
    gap: 2rem;
    padding: 0;
}

ul > li{
    list-style: none;
}

/*
|--------------------------------------------------------------------------
| General Shortcuts
|--------------------------------------------------------------------------
|
*/

/*---------- Measures ----------*/
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 50p;
    margin-top: -22px;
    padding: 16px;
    color: white!important;
    font-weight: bold;
    font-size: 3rem!important;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

/* Add a hover effect for the arrows */
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.h1-orange h1 {
    color: var(--color-quaternary);
}

.container {
    padding: 0 2.75rem;
}

.fit-screen{
    width:100%;
    height: 100dvh;
    overflow: hidden;
}

.width-fit {
    width: fit-content;
}

.width-15{
    width: 15px;
    height: 15px;
}
.h-100vh{
    height: 100dvh;
}
.h-70vh{
    height: 70dvh;
}
.h-50vh{
    height: 50dvh;
}

.h-580 {
    height:580px;
    max-height: 100%;
}
.w-5{
    width: 5rem;
    height: 5rem;
    border-radius: 8px;
}

.ml-lg-auto {
    margin-left: auto;
}

.mb-12 {
    margin-bottom:8rem;
}

.mx-6 {
    margin: 0 4rem;
}

.mx-12 {
    margin: 0 12rem;
}


.my-12 {
    margin: 8rem 0;
}

.my-6 {
    margin: 4rem 0;
}

.fit-cover{
    object-fit: cover;
}

/*---------- End Measures ----------*/

/* Radius */

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-40 {
    border-radius: 40px;
}


.rounded-right-40 {
    border-top-right-radius: 40px;
    /* border-bottom-right-radius: 40px; */
}


.rounded-top-10 {
    border-radius: 10px 10px 0px 0px !important;
}

.rounded-bottom-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/*---------- Elements ----------*/
.adjust-element{
    font-size: 0;
}
.cursor-pointer{
    cursor: pointer;
}
.z-index-1{
    z-index: 1;
}
/*---------- End Elements ----------*/

/*---------- Fonts Weights ----------*/
/*.font-weight-regular{
    font-family: 'ts_rotgerregular' !important;
}
.font-weight-light{
    font-family: 'ts_rotgerlight' !important;
}
.font-weight-bold{
    font-family: 'ts_rotgerbold' !important;
}
b,
strong{
    font-family: 'ts_rotgerbold';
}*/
/*---------- End Fonts Weights ----------*/

/*---------- Text Color ----------*/
.text-primary{
    color: var(--color-primary) !important;
}
.text-secondary{
    color: var(--color-secondary) !important;
}
.text-tertiary{
    color: var(--color-tertiary) !important;
}
.text-quaternary{
    color: var(--color-quaternary) !important;
}
.text-grey{
    color: var(--color-grey) !important;
}
.text-black{
    color: #000;
}

.bg-beige {
    background-color: #ECEAE5;
}

.bg-white {
    background-color: white;
}

.text-primary-op30{
    color: var(--color-primary-op30);
}
/*---------- End Text Color ----------*/

/*---------- Background Color ----------*/
.bg-primary{
    background-color: var(--color-primary) !important;
}
.bg-secondary{
    background-color: var(--color-secondary) !important;
}
.bg-tertiary{
    background-color: var(--color-tertiary) !important;
}
.bg-quaternary{
    background-color: var(--color-quaternary) !important;
}
.bg-grey{
    background-color: var(--color-grey) !important;
}
.bg-black{
    background-color: #000000;
}
.bg-lightgrey{
    background-color: #ECEAE5 !important;
    border-radius: 20px;
}
.center-col{
    height: 100%;
}
.icon{
    max-width: 8rem;
    height: 4rem;
    object-fit: none;
}
.icon2{
    max-width: 5.5rem;
    height: 4.5rem;
    object-fit: none;
}
.icon3{
    max-height: 3rem;
    object-fit: none;
    width: 20rem;
}
.about-footer-icon{
    width: 300px;
    object-fit: contain;
    aspect-ratio: 16 / 9;
    margin: auto;
}
/*---------- End Background Color ----------*/

/*---------- Picture Ratio ----------*/
/*.picture-wrapper{
    position: relative;
}
.picture-wrapper.padding-top-100{
    padding-top: 100%;
}
.picture-wrapper img,
.picture-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
}*/
/*---------- End Picture Ratio ----------*/

/*---------- Images / Videos ----------*/
.img-cover{
    object-fit: cover!important;
}
.img-contain{
    object-fit: contain!important;
}
img.cover,
video.cover{
    -o-object-fit: cover;
    object-fit: cover;
}
img.contain{
    -o-object-fit: contain;
    object-fit: contain;
}
img.greyscale{
    filter: grayscale(1);
}
/*---------- End Images / Videos ----------*/

/*---------- Background Image ----------*/
.background-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.background-image.fixed{
    background-attachment: fixed;
}
/*---------- End Background Image ----------*/

/*---------- Overlay ----------*/
.overlay:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.overlay.top-left:before{
    background-image: linear-gradient(-45deg, transparent 55%, rgba(0,0,0,0.85));
}
.overlay.full-gradient:before{
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
}
.overlay.full:before{
    background: rgba(0,0,0,0.5);
}
/*---------- End Overlay ----------*/

/* Positions */

.landing-container {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.pos-abs-bottom-left,
.pos-abs-bottom-right {
    position: absolute;
    bottom: 2rem;
    z-index: 1;
    color: #fff;
    max-width: 100%;
}


.pos-abs-bottom-right {
    left: unset;
    right: 0;
}


/*---------- End Submit Loader ----------*/

/*---------- Rich Text ----------*/
.rich-text{
    word-break: break-word;
}
.rich-text a{
    text-decoration: underline !important;
}
/*.rich-text ul{
    padding-left: 20px;
}*/
/*.rich-text ul li{
    margin-bottom: 20px;
}*/
.rich-text ul li:last-child{
    margin-bottom: 0;
}
/*---------- End Rich Text ----------*/

/*---------- Pagination ----------*/
.pagination{
    justify-content: center;
    margin-top: 50px;
}
.pagination .page-link{
    color: #000000 !important;
    opacity: 0.5;
    border: 0;
    background-color: unset !important;
}
.pagination .page-item.active .page-link{
    opacity: 1;
}
/*---------- End Pagination ----------*/

/*
|--------------------------------------------------------------------------
| End General Shortcuts
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Inputs & Buttons Styling
|--------------------------------------------------------------------------
|
*/

/*---------- Button Custom ----------*/
.btn-custom{
    /*height: 55px;*/
    color: #FFFFFF !important;
    background-color: var(--color-primary);
    border-radius: 12px;
    /*font-size: 22px;*/
    transition: all 0.3s;
}
/*---------- End Button Custom ----------*/

/*---------- Input Custom ----------*/
.form-control:focus{
    box-shadow: none !important;
    border-color: inherit;
}

.form-group img{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 17.5px;
    transform: translateY(-50%);
    z-index: 1;
}

.form-custom{
    height: 55px;
    padding-left: 26px;
    border-radius: 12px;
    border-color: var(--color-tertiary) !important;
}
.form-custom.invalid-error{
    border-color: #dc3545 !important;
}
.form-floating>label {
    padding: 0.75rem;
}
.select-custom{
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background: url(../images/icons/arrow-down.svg) no-repeat 94.5%;
}
/*---------- End Input Custom ----------*/

/*---------- HTML General Elements ----------*/
::-webkit-input-placeholder { /* Edge */
    color: #CCCCCC !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CCCCCC !important;
}
::placeholder {
    color: #CCCCCC !important;
}
label {
    color: var(--color-tertiary) !important;
    font-size: 15px !important;
}
select{
    color: #000000 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { /* Chrome, Safari, Edge, Opera */
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] { /* Firefox */
  -moz-appearance: textfield;
}
textarea{
    /* padding-top: 12px !important;
    height: auto !important; */
}
/*---------- End HTML General Elements ----------*/

/*---------- Checkbox Custom ----------*/
.check-custom {
    display: none;
}
.check-custom + label{
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}
.check-custom + label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    border-radius: 4px;
}
.check-custom:checked + label:before{
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.check-custom:checked + label:after{
    content: url('../images/icons/tick.svg');
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    text-align: center;
}
/*---------- End Checkbox Custom ----------*/

/*---------- Radio Custom ----------*/
.radio-custom {
    display: none;
}
.radio-custom + label{
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}
.radio-custom + label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    border-radius: 100%;
}
.radio-custom:checked + label:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: var(--color-primary);
    border-radius: 100%;
}
/*---------- End Radio Custom ----------*/

/*
|--------------------------------------------------------------------------
| End Inputs & Buttons Styling
|--------------------------------------------------------------------------
*/


/* Product Card Homepage */


  .carousel-accordion.owl-carousel .owl-stage {
    display: flex;
  }

  .carousel-accordion .owl-item a {
    text-decoration: none;
    color: inherit;
  }


  .carousel-accordion .accordion_li .bg-image {
    height: 70vh;
    display: flex;
    max-height: 400px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
  }

  .carousel-accordion .accordion_li img {
    /* aspect-ratio: 1;
    width: 100%;
    height: 100%; */
    position: absolute;
    top: 50%;
    left: 50%;
    width: inherit;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }





  /* owl nav show on  more than  5 slide on desktop */



/* End Product Card Homepage */


/*
|--------------------------------------------------------------------------
| Override Bootstrap
|--------------------------------------------------------------------------
|
*/

/* .container {
    max-width: 97rem;
} */
.badge{
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-100%);
    border-radius: 100%;
}
.form-control:disabled, .form-control[readonly] {
    border-color: #e9ecef !important;
    background-color: #e9ecef !important;
}


/*
|--------------------------------------------------------------------------
| End Override Bootstrap
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Override Slick
|--------------------------------------------------------------------------
|
*/

.slick-slider{
    margin-bottom: 0 !important;
}
.slick-slide img {
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
}

/*---------- Dots Custom ----------*/
.slick-dots{
    font-size: 0;
    bottom: -15px;
}
.slick-dots li{
    margin: 0 2.5px;
}
.slick-dots li button{
    padding: 0;
    background-color: #FFFFFF;
    border-radius: 100%;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slick-dots li,
.slick-dots li button{
    width: 5px;
    height: 5px;
}
.slick-dots li button:before{
    content: none;
}
.slick-dots li.slick-active button{
    opacity: 1;
    background-color: #FFFFFF;
}
/*---------- End Dots Custom ----------*/

/*---------- Vertical Dots Custom ----------*/
.vertical-dots .slick-dots{
    position: absolute;
    top: 50%;
    left: auto;
    bottom: auto;
    right: -60px;
    width: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.vertical-dots .slick-dots li{
    display: block;
    margin: 0;
    margin-bottom: 10px;
}
/*---------- End Vertical Dots Custom ----------*/

/*---------- Arrow Custom ----------*/
.slick-prev,
.slick-next {
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: -5rem;
}
.slick-prev:before,
.slick-next:before{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background-size: 15px 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    content: "";
    background-repeat: no-repeat;
}
.slick-prev:before{
    background-image: url(../images/icons/slick/arrow-left.svg);

}
.slick-next:before{
    background-image: url('../images/icons/slick/arrow-right.svg')
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
    opacity: 0.5 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
/*---------- End Arrow Custom ----------*/

/*
|--------------------------------------------------------------------------
| End Override Slick
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Override Select2
|--------------------------------------------------------------------------
|
*/

.select2-container{
    font-size: 15px !important;
    width: 175px !important;
    border-radius: .25rem !important;
}
.select2-selection--single .select2-selection__rendered {
    color: #FFFFFF !important;
    padding: 0 28px !important;
    padding: 0 1.75rem !important;
    line-height: 40px !important;
    text-align: center;
}
.select2-selection--single .select2-selection__arrow{
    top: 0 !important;
    right: 0 !important;
    width: 60px !important;
    height: 100% !important;
}
.select2-selection--single .select2-selection__arrow b{
    border-width: 6px 5px 0 5px !important;
    border-color: #FFFFFF transparent transparent transparent !important;
}
.select2-selection--single,
.select2-selection--multiple{
    border: none !important;
    min-height: 40px !important;
    border-radius: .25rem !important;
    background-color: var(--color-primary) !important;
}
.select2-dropdown{
    border-color: #eee;
}
.select2-results__option{
    text-align: center;
}
.select2-results__option--highlighted[aria-selected]{
    background-color: var(--color-primary) !important;
}

/*
|--------------------------------------------------------------------------
| End Override Select2
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Google Maps Components
|--------------------------------------------------------------------------
|
*/

/*---------- Map ----------*/
.map{
    width: 100%;
    height: 500px;
}
/*---------- End Map ----------*/

/*---------- InfoWindow ----------*/
.gm-style-iw.gm-style-iw-c{
    border-radius: 0 !important;
    padding: 0 !important;
}
.gm-style-iw.gm-style-iw-c button{
    top: 0 !important;
    right: 0 !important;
}
.gm-style-iw-c .gm-style-iw-d{
    padding: 0 !important;
    overflow: hidden !important;
}
.gm-style .gm-style-iw-t::after{
    background-color: var(--color-secondary) !important;
}
/*---------- End InfoWindow ----------*/

/*
|--------------------------------------------------------------------------
| End Google Maps Components
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Responsiveness Media Queries
|--------------------------------------------------------------------------
|
*/



.grey-pill{
    background-color: var(--color-grey);
    padding: 8px 18px;
    border-radius: 70px;
    font-size: 1.25rem;
    font-weight: bold;
}
/*
|--------------------------------------------------------------------------
| Section one
|--------------------------------------------------------------------------
|
*/
.section-one{
    min-height: 115vh;
    margin-top: -0.5rem;
}
.ver-centered{
    /* position: absolute; */
    left: 0;
    right: 0;
    margin: 0 auto;
}
.shape{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.z-index--1{
    z-index: -1;
}
.width-50{
    max-width:50%;
}
.grey-card{
    height:100%;
    border-radius: 7px;
    border: 1px solid #A2A9B8;
    background: linear-gradient(257deg, rgba(162, 169, 184, 0.25) 10.83%, rgba(162, 169, 184, 0.00) 49.34%, rgba(162, 169, 184, 0.25) 96.8%);
}
/*
|--------------------------------------------------------------------------
| END Section one
|--------------------------------------------------------------------------
|
*/
/*
|--------------------------------------------------------------------------
| Video
|--------------------------------------------------------------------------
|
*/

.pst-25 {
    position:sticky;
    top:90px;
    /* top:25px; */
    z-index:99;
}

video {
    width: 100%;
    height: 100%;

}

/* Video section */
.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 47%;
    max-height: 95vh;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    max-height: 95vh;
    pointer-events: auto !important;
}

.over-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    max-height: 95vh;
    object-fit: contain;
    transition: all .5s;
}
.aspect-ratio-2{
    aspect-ratio: 2.2;
}
.object-fit-fill{
    object-fit: fill;
}
.vdplay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 48px;
    z-index: 3;
    transition: all .5s;
    cursor: pointer;
}

/* End Video section */

/*
|--------------------------------------------------------------------------
| Navigation
|--------------------------------------------------------------------------
|
*/

.navigation{
    width: 100%;
    position: fixed;
    z-index: 1000;
    background-color: #ECEAE5;
}
.fs-4 *{
    font-size: 1.5rem !important;
}
.fs-5 *{
    font-size: 1.25rem !important;
}
.fs-6 *, .fs-6{
    font-size: 1.15rem !important;
}
.fs-18 .ql-size-large {
    font-size: 18px;
}

/*
|--------------------------------------------------------------------------
| START MODAL
|--------------------------------------------------------------------------
|
*/
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7)!important;
}

.modal-content {
    position: relative;
    margin:auto;
    padding: 50px;
    width: 60%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 24px!important;
    background-color: #787878;
    background-size: 40%;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.modal-content p ,.modal-content h4 {
    font-weight: bold!important;
    color:white!important;
}
.modal-header{
    padding: 0px;
    border: 0px;
}
.modal-footer {
    position: absolute;
    top: 50px;
    right: 50px;
    padding: 0px;
    text-align: right;
    border: 0px;
}
.modal-content p{
    font-size: 0.7vw!important;
}
.modal-content h4{
    font-size: 1vw!important;
}
.modal-close {
    font-size: 1.6vw;
    color: white;
    border: none;
    padding: 0px;
    cursor: pointer;
}
.modal-close:hover {
    color: white;
}
.modal-text{
    /* display: grid;
    grid-template-columns: repeat(2, 1fr); */
}

.modal-header .logo{
    width: 4vw!important;
}



/*
|--------------------------------------------------------------------------
| END MODAL
|--------------------------------------------------------------------------
|
*/
/*
|--------------------------------------------------------------------------
| Banner
|--------------------------------------------------------------------------
|
*/


.bg-lightwhite{
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.80);
}
.banner{
    display: flex;
    flex-direction: column;
}
.full-image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
.bottom-right{
    align-self: flex-end;
    margin-top: auto;
    margin-left: auto;
}
.banner-content {
    flex: 1;
}
#video-banner {
    border-radius:0px!important;
    aspect-ratio: 16 / 9 !important;
    min-height: 90vh;
}
.video-text{
    position: absolute;
    right: 0;
    bottom: 20vh;
    z-index: 1;
    color: #fff;
    max-width: 40%;
}
.video-text-center{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.video-text img{
    width: 10rem;
    height: auto;
    object-fit: contain;
}
.object-fit-contain{
    object-fit: contain;
}
.center-div{
    top: 50%;
    transform: translateY(-50%);
}
.bg-faded-black{
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.80);
}
.bg-faded-black-home{
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.40);
}
.bg-faded-white-about{
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.70);
}

.form-floating-group input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.form-control{
    background-color:  transparent !important;
    color: var(--color-secondary);
    border-radius: 8px;
    border-color: #CBCBCB !important;
    padding: 1rem .75rem!important;
}
option ,select{
    color: var(--color-tertiary) !important;
}
.text-grey-contact{
    color: #CFD3D7;
}
.left--1{
    left: -1rem;
}
.max-w-80{
    max-width: 95%;
    margin: auto;
}
.w-100{
    width: 100%;
}

.disabled {
    opacity: 0.2;
}

a.active {
    color: var(--color-quaternary) !important;
}

/* Ellipse Colors */

.ellipse-black,
.ellipse-yellow,
.ellipse-blue,
.ellipse-heavywhite,
.ellipse-green,
.ellipse-white,
.ellipse-purple,
.ellipse-beige,
.ellipse-heavygrey2,
.ellipse {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid transparent;
  padding: 3px;
  box-sizing: border-box;
}

.ellipse-black.active {
    border:1px solid #272728;
}

.inner-circle-black {
    width: 100%;
    height: 100%;
    background-color: #272728;
    border-radius: 50%;
    cursor: pointer;
}

.inner-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
}

.ellipse-yellow.active {
    border:1px solid #B9A26F;
}

.inner-circle-yellow {
    width: 100%;
    height: 100%;
    background-color: #B9A26F;
    border-radius: 50%;
    cursor: pointer;
}

.ellipse-purple.active {
    border:1px solid #465065;
}

.inner-circle-purple {
    width: 100%;
    height: 100%;
    background-color: #465065;
    border-radius: 50%;
    cursor: pointer;
}

.ellipse-green.active {
    border:1px solid #6F8581;
}

.inner-circle-green {
    width: 100%;
    height: 100%;
    background-color: #6F8581;
    border-radius: 50%;
    cursor: pointer;
}

.ellipse-beige.active {
    border:1px solid #9A9088;
}

.inner-circle-beige {
    width: 100%;
    height: 100%;
    background-color: #9A9088;
    border-radius: 50%;
    cursor: pointer;
}



/* Product Details */

.align-content-end {
    align-content: flex-end;
}

.car-section {
    position: absolute;
    right: -40%;
    bottom: -22%;
}

.ellipse-section {
    width: 250px;
    height: 250px;
    max-width: 100%;
    place-items:center;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    z-index: 9;
}

.ellipse-section::before {
    content: "";
    position:absolute;
    top:-40px;
    left:0;
    height:40px;
    width: 40px;
    border-bottom-left-radius: 50%;
    box-shadow: 0 20px 0 0 #fff;
}

.ellipse-section::after {
    content: "";
    position:absolute;
    bottom:0;
    right:-40px;
    height:40px;
    width: 40px;
    border-bottom-left-radius: 50%;
    box-shadow: 0 20px 0 0 #fff;
}


.full-width-img {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 1000%;
    width: auto;
}

.video-fit-screen{
    width: 100%;
    height: 100dvh;
    overflow: hidden;
}

.video-fit-screen video {
    width:100%;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.product-details,
.product-details-mobile {
    width: fit-content;
    max-width: 100%;
    border-radius: 4px;
    padding: 20px;
    /* background-color: rgba(255, 255, 255, 0.6); */
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2)


}
.product-details-mobile {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    padding: 20px;
    background-color: rgba(255, 255, 255, 1);
}

.scroll-wrapper {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* .scroll-wrapper::-webkit-scrollbar {
    display: none;
} */

.scroll-wrapper > div {
    display: inline-block;
    margin-right: 10px;
    white-space: nowrap;
    font-size: 14px;
}

.scroll-on-action {
    position: fixed;
    top: 74px;
    left: 0;
    width: 100%;
    z-index: 14;
    transition: top 0.4s ease;
}

.fixed-request {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.product-btns {
    gap: 1rem;
    width: 100%;
}

.product-btns .btn-white {
    color: var(--color-quaternary) !important;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2) !important;
    background-color: #ffffff;
    padding: 20px 15px;
    border-radius: 4px;
    width: auto;
    max-width: 100%;
}

.product-btns .btn-orange{
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2) !important;
}
.btn-orange {
    color: white !important;
    box-shadow: none !important;
    background-color: var(--color-quaternary) !important;
    padding: 20px 15px;
    border-radius: 4px;
    width: auto;
    max-width: 100%;
}

.box-grey{
    background-color: #A2A9B8;
    color: white;
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    font-weight: 700;
    padding: 45px;
    font-size: 48px;
}
.box-black{
    background-color: #000;
    color: white;
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    padding: 45px;
    font-size: 48px;

}
.box-black.flex-grow-1{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: space-between !important;
}

.box-orange{
    background-color: var(--color-quaternary);
    color: white;
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    font-weight: 400;
    font-size: 32px;
    padding: 45px;
}


.box-content {
    background-color: #ECEAE5B2;
    color: #000;
    height:auto;
    border-radius:10px!important;
}
.product-content{
    padding: 50px 40px;
}



.specification {
    display: grid;
    grid-template-columns: repeat(3, 33.33%);
}
.gallery img ,.gallery video{
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border: 0px !important;
    border-radius: 20px;
}

.gallery img ,.gallery video,.gallery iframe{
   height:25vh!important;
}

.gallery span{
    cursor: pointer;
}

/* Lightbox overlay */
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 999!important;
}
.lightbox-image-wrapper{
    width: 90%;
    height: 80%;
    position: relative!important;
}
.lightbox-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
}

.close {
    position: absolute;
    top: 10px;
    right: 0%;
    font-size: 4rem;
    color: white;
    cursor: pointer;
}


.pagiantion-gallery nav div{
    padding-top:10px;
}
#specification,#performance,#technology,#exterior,#interior{
    scroll-margin-top: 200px !important;
}

.specification .text-primary-op30 {
    width: 150px;
}


.specification div:nth-child(3n + 2) {
    padding: 0 3rem;
}

.specification span {
    font-size: 16px;
}

.z-99 {
    z-index: 9999;
}

.nav-product-tabs {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    padding: 15px;
    z-index: 1;
}

.nav-product-tabs  .nav-pills {
    background-color: #ECEAE5;
    color: #000000;
    padding: 15px;
    border-radius: 10px;
    font-weight: bold;
}

.nav-product-tabs .nav-link.active {
    background-color: #D2704A;
    font-weight: bold;
    color: #ECEAE5 !important;
}

.nav-product-tabs::before{
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    height: 30px;
    width: 30px;
    border-top-right-radius: 10px;
    box-shadow: 15px 0 0 0 #fff;
}

.nav-product-tabs::after{
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    height: 30px;
    width: 30px;
    border-top-right-radius: 10px;
    box-shadow: 15px 0 0 0 #fff;
}

.nav-product-tabs .nav-link {
    color: #000 !important;
}

.nested-tab-old {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    padding: 15px;
    gap: 1rem;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.box-info-tab {
    position: absolute;
    left: 25px;
    bottom: 25px;
    width: 75%;
    min-height: 150px;
    max-height: 150px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    padding: 30px;
}

.display-8r {
    font-size: 5rem;
}

/* Contact Us */

.py-120 {
    padding: 120px 0;
}

.pb-120 {
    padding-bottom: 120px;
}

#placeholder {
  position: relative;
  font-family: Roboto, sans-serif;
  height: 25px;
  transition: all .5s;
}

input,select,.input-custom{
  border: 2px solid #757575;
  background-color: transparent;
  border-radius: 10px;
  outline: #D2704A;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  padding: 15px 20px;
  height: 55px;
  width: 100%;
  transition: all .5s;
}

input:focus, select:focus, .input-custom:focus{
    border: 2px solid #D2704A;
    outline: #D2704A;
}

input.date {
    border: 0;
    outline: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    height: unset;
}

input.checkbox {
    border: 0;
    outline: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    height: 30px;
}


.max-w-1200{
    max-width: 1200px !important;
    margin:0 auto;
}

select {
    -webkit-appearance: none; /* WebKit/Blink Browsers */
    -moz-appearance: none; /* Mozilla Firefox */
    appearance: none; /* Other */
    background-image: url('../images/arrow_drop_down.png    ');
    background-repeat: no-repeat;
    background-position: right 0.7em top 50%;
    background-size: 1.5em auto;
}
.rim-image {
    height: 300px;
    object-fit: cover;
}
.vector{
    width: 55rem;
}
.trade-your-car input::placeholder,select{
    color: white !important;
}
.trade-your-car input:disabled,
.trade-your-car select:disabled,
.trade-your-car textarea{
    color:grey!important;
    border:2px solid  grey!important;
    cursor: not-allowed!important;
    background: transparent!important;
    border-radius: 10px!important;
    width:100%!important;
    padding: 5px 20px!important;
}
.trade-your-car input:disabled::placeholder,
.trade-your-car textarea::placeholder {
    color:grey!important;
}

.trade-your-car textarea{
    max-height: 300px;
    min-height: 55px;
    height: 55px;
}

/*
|--------------------------------------------------------------------------
| Responsive desgin big screen
|--------------------------------------------------------------------------
*/

.dropdown-item:active {
    background-color: unset!important;
}
.nav-item {
    font-size: 0.9vw !important;
}

/*--------------------------- START SINGLE BLOG---------------------------------*/
.single-blog h1{
    font-size: 2vw!important;
}

.single-blog .sub-title{
    font-size: 1.2vw!important;
}

.single-blog .text {
    font-size: 1vw !important;
}

/*--------------------------- END SINGLE BLOG---------------------------------*/
/*--------------------------- START SUCCESS---------------------------------*/
.success.banner h1{
    font-size: 2vw!important;
}

.success.banner .sub-title{
    font-size: 1.2vw!important;
}

.success.banner .text {
    font-size: 0.9vw !important;
}

.success.banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity value to make it darker or lighter */
    z-index: 1;
  }

  .success.banner > * {
    z-index: 2;
  }

  .success.banner .text-secondary.text-center{
    padding: 2vw!important;
  }
/*--------------------------- END SUCCESS---------------------------------*/

/*--------------------------- START HOME---------------------------------*/
.home h1 ,.home-upcoming-model h1 ,.blogs-news h1 ,.home-intelligence h1{
    font-size: 2vw!important;
}

.section-one h5{
    font-size: 1.5vw!important;
}
.home-intelligence .text, .home-intelligence .text p{
    font-size: 0.84vw!important;
}
.blogs-news h3 ,.all-blogs-btn a{
    font-size: 1.5vw!important;
}
.home-upcoming-model p ,.news-slider .text{
    font-size: 0.9vw !important;
}
.news-slider .object-fit-contain{
    aspect-ratio: 16/9!important;
}

.home-grey-cards p {
    font-size: 0.9vw !important;
}
.home-intelligence .text{
    font-size: 0.9vw !important;
}


  /* home */
  .blogs-news h3 ,.blogs-news .btn{
    font-size: 1.2vw !important;
}
.blogs-news .text p {
    font-size: 1vw !important;
}


.all-blogs-btn{
    padding-bottom: 0px!important;
    margin-bottom:0px!important ;
}
.container .vertical-gradient-text {
    font-size: 3vw !important;
    line-height: 4vw;
}

.py-120{
    padding: 0px!important;
}
/* home */
/*--------------------------- END HOME---------------------------------*/

/*--------------------------- START ABOUT---------------------------------*/
.about-page .sub-title,.about-page .sub-title p{
    font-size: 1vw!important;
}
.about-page .text,.about-page .text p{
    font-size: 0.84vw!important;
}

.about-page h1{
    font-size: 2vw!important;
}
.about-page h2{
    font-size: 1.5vw!important;
}
.about-last-image{
    border-radius: 20px;
}
.about-banner .section-absolute{
    position: absolute;
    bottom: 0;
}
/*--------------------------- END ABOUT---------------------------------*/
/*--------------------------- START PRIVACY---------------------------------*/
.privacy h1{
    font-size: 2vw!important;
}
.privacy .sub-title{
    font-size: 1vw!important;
}
.privacy .text{
    font-size: 0.85vw!important;
}
.privacy .text h1{
    font-size: 1vw!important;
}

/*--------------------------- END PRIVACY---------------------------------*/

/*--------------------------- START QUOTE---------------------------------*/
.quote.container{
    padding-top: 7vw!important;
    padding-bottom: 1vw!important;
}
.quote h1{
    font-size: 2vw!important;
}
.quote input ,.quote select ,.quote .sub_title ,.quote .text{
    font-size: 0.85vw!important;
}
.quote .my-5{
    margin:2vw 0vw!important;
}

.quote .py-5 ,.quote .py-4 ,.quote .p5{
    padding:0.9vw 0vw!important;
}

.quote .image-absolute{
    position: absolute;
}
/*--------------------------- END QUOTE---------------------------------*/

/*--------------------------- START CONTACT---------------------------------*/
.contact-us h1{
    font-size: 2vw!important;
}
.contact-us input{
    font-size: 1vw!important;
}
.contact-us .sub_title{
    font-size: 1vw!important;
}
.contact-us .title{
    font-size: 1vw!important;
}
.contact-us .pb-5{
    padding-bottom: 2.5vw !important;
}
/* .contact-us .my-5{
    margin-bottom: 2.5vw !important;
    margin-top: 2.5vw !important;
} */

/*--------------------------- END CONTACT---------------------------------*/

/*--------------------------- START REQUEST TEST DRIVE & TRADE CAR---------------------------------*/
.test-drive h1 ,.trade-car h1{
    font-size: 2vw!important;
}
.test-drive input ,.test-drive select ,.trade-car input ,.trade-car select,.trade-car textarea{
    font-size: 1vw!important;
}
.test-drive .sub_title {
    font-size: 0.85vw!important;
}
.test-drive .title{
    font-size: 1.5vw!important;
}
.test-drive .pb-5{
    padding-bottom: 2.5vw !important;
}
.test-drive .my-5{
    margin-bottom: 2.5vw !important;
    margin-top: 2.5vw !important;
}
.trade-car {
    margin-bottom: 5% !important;
    margin-top: 5% !important;
}

/*--------------------------- END REQUEST TEST DRIVE  & TRADE CAR---------------------------------*/

/*--------------------------- START PRODUCT---------------------------------*/
.product .landing-container .sub-title
,.product .product-btns a ,.load-more.btn
,.product .read-more-card-btn,.ellipse-rim-section button,.product .wood-tab button{
    font-size: 1vw!important;

}

#customize-column .sub-title{
    font-size: 1.2vw!important;
}
.product #menu-bar a{
    font-size: 1vw !important;
}
.product .product-content h2 {
    font-size: 1.4vw!important;
}
.product .product-content .text p ,.product .text p, .product .card-text p ,.data-tester  {
    font-size: 1vw !important;
}
.product .card-text{
    /* display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 20em; */
}
.product h1,.product .title{
    font-size: 1.7vw !important;
}
.box-black.flex-grow-1 {
    flex-direction: column!important;
}
.product .rims-title{
    font-size: 3.9vw !important;
}
.product .specification span {
    font-size: 1vw!important;
}

#blog-container img{
    object-fit: cover!important;
    height: 30vh !important;
}
.about-contact-section{
    padding-left: 5vw!important;
}


/*--------------------------- END PRODUCT---------------------------------*/
/*
|--------------------------------------------------------------------------
| Responsive desgin big screen
|--------------------------------------------------------------------------
*/


@media (min-width: 1701px) {

    .container{
        max-width: 1460px;
    }
    .slick-next {
        right: -9rem;
    }
    html,
    body {
        font-size: 14px;
    }
    .nav-item {
        font-size: 0.8vw !important;
    }

}
@media (max-width: 1700px) {

    html,
    body {
        font-size: 14px;
    }
    .nav-item {
        font-size: 0.8vw !important;
    }



}
@media (max-width: 1600px) {
    html,
    body {
        font-size: 14px;
    }
    .container{
        max-width: 1220px !important;
    }
    .vector{
        left: -7rem;
    }
    .fs-5,.dropdown_btn.fs-5 {
        font-size: 0.75vw !important;
    }
    .display-6{
        font-size: 2vw!important;
    }

    .container .vertical-gradient-text {
        font-size: 4vw !important;
        line-height: 5vw!important;
    }
    .home-grey-cards text{
        font-size: 1vw !important;
    }
    .product .rims-title{
        width: max-content !important;
    }




}
@media (max-width: 1300px) {
    .vector{
        left: -14rem;
    }

    .nav-item {
        font-size: 1vw !important;
    }
    .dropdown_btn.nav-item {
        font-size: 1vw!important;
    }
    .home-grey-cards text{
        font-size: 1vw !important;
    }
    .home-upcoming-model h1{
        font-size: 2.5vw!important;
    }

    .product .rims-title{
        width: max-content !important;
    }
    .product .h-50vh{
        height: 55vh!important;
    }

    .slick-next {
        right: 0rem!important;
    }
    /* contact */
    .contact-us .row.my-5.mx-4{
        padding-top: 0px!important;
        margin-top: 10px !important;
    }
    .contact-us .p-5{
        padding-top: 25px!important;
    }
    .contact-us .pt-5{
        padding-top: 20px!important;
    }

    .contact-us .w-5 {
        width: 4rem!important;
        height: 4rem!important;
    }
    /* contact */

    form .my-4 ,form .my-5{
        margin:0.9vw 0vw!important;
    }
    /*--------------------------- START QUOTE---------------------------------*/
    .quote .my-4{
        margin:0.3vw 0vw!important;
    }


    /*--------------------------- END QUOTE---------------------------------*/


}

@media (max-width: 1200px) {


    .carousel-accordion .owl-item {
      padding: 0 var(--xspace);
    }

    .carousel-accordion .accordion_li .bg-image {
      max-height: 600px;
      width: unset;
    }

    .carousel-accordion .accordion_li {
      width: calc((((var(--vw-width)) - (var(--xspace) * 2)) / 5));
    }

    .owl-carousel.owl-loaded{
        display:block
    }

    .fs-5,.dropdown_btn.fs-5 {
        font-size: 0.85vw !important;
    }
    .home-grey-cards text{
        font-size: 1vw !important;
    }



}

@media (max-width: 1040px) {

    #video-banner {
        position: static!important;
        margin-top: 70px!important;
        height: auto!important;
        min-height: unset!important;
    }
    #video-container {
        height: auto!important;
    }

    .product-btns .btn-white,
    .product-btns .btn-orange {
        font-size: 14px !important;
    }

    .car-section {
        position:unset;
    }

    .rim-section-bg {
        position:unset;
    }

    .car-image {
        height: 200px;
        object-fit: cover;
    }

    .rim-image {
        height: 200px;
        object-fit: cover;
    }


    html,
    body {
        font-size: 13px;
    }
    .video-text{
        bottom:0;
    }
    .section-one .position-absolute,
    .bg-lightgrey .position-absolute{
        position: relative !important;
    }

    .icon3,.icon,.icon2{
        object-fit: contain;
    }
    .shape{
        display: none;
    }
    .vector{
        display: none ;
    }
    .bg-primary-mob{
        background-color: var(--color-primary) !important;
        height: auto !important;
        border-radius: 20px;
        margin: 0 !important;
        margin-bottom: 2rem !important;
    }
}
@media (max-width: 991px) {
    .owl-stage-outer{
        width: 100%;
    }
    .modal-close {
        font-size: 5vw!important;
    }
    .modal-header .logo {
        width: 10vw !important;
    }
    .modal-content p{
        font-size: 2vw!important;
    }
    .modal-content h4{
        font-size: 3vw!important;
    }

    .modal-content {
        width: 100%!important;
    }

    footer{
        background: #ECEAE5;
        z-index: 99;
    }

    .intelligence-mobile img{
        height: 100% !important;
        object-fit: cover !important;
        aspect-ratio: 4 / 6!important;
    }
    .intelligence-mobile .position-relative{
       min-height: 50vh!important;
    }

    #mobile-nav .accordion-button:not(.collapsed) {
        color: unset!important;
        background-color: transparent!important;

    }
    #mobile-nav .dropdown-item:active {
        background-color: transparent!important;
    }
    #mobile-nav .accordion-button::after {
      margin: 0px!important;
      margin-left: 10px!important;
      filter: hue-rotate(180deg) saturate(0) brightness(0)!important;
    }

    .about-banner .section-absolute{
        position: static;
        width:100%!important;
    }

    .quote .image-absolute {
        position: static;
        padding-bottom: 30px;
    }
/*--------------------------- START SUCCESS---------------------------------*/
.success.banner h1{
    font-size: 6vw!important;
}

.success.banner .sub-title{
    font-size: 4vw!important;
}

.success.banner .text  ,.success.banner .text p{
    font-size: 3vw !important;
}

.success.banner .text-secondary.text-center{
padding: 5vw!important;
}
.success.banner .container{
    padding-top: 25%!important;
}
/*--------------------------- END SUCCESS---------------------------------*/

/*--------------------------- START SINGLE BLOG---------------------------------*/
.single-blog h1{
    font-size: 6vw!important;
}

.single-blog .sub-title{
    font-size: 4vw!important;
}

.single-blog .text ,.single-blog .text p ,.single-blog .btn{
    font-size: 3.5vw !important;
}
.blog-image-container{
    width: 100%!important;
}
.slick-slide .col-12{
    padding:2vw 0px!important;
}
/*--------------------------- END SINGLE BLOG---------------------------------*/

/*--------------------------- START HOME---------------------------------*/


#video-banner {
    position: static!important;
    margin-top: 70px!important;
    height: auto!important;
    min-height: unset!important;
}
#video-container {
    height: auto!important;
}

.home h1 ,.home-upcoming-model h1 ,.blogs-news h1 ,.home-intelligence h1{
    font-size: 6vw!important;
}
.home-intelligence{
    padding: 4vw 0px!important;
}
.section-one h5{
    font-size: 4vw!important;
}
.blogs-news h3{
    font-size: 3.5vw!important;
}
.home-intelligence .text, .home-intelligence .text p{
    font-size: 3vw!important;
}
.container .vertical-gradient-text {
    font-size: 3vw !important;
    line-height: 11vw;
}

.home-upcoming-model p ,.news-slider .text ,.grey-card .text p ,.blogs-news .text p,.blogs-news .btn ,.all-blogs-btn a{
    font-size: 3vw !important;
}
.news-slider .object-fit-contain{
    aspect-ratio: 16/9!important;
    object-fit: cover!important;
}
.home h1{
    font-size: 4vw!important;
}
.logo.mobile{
    max-width: 60px;
}
.intelligence .position-relative{
    height: 100%;
}


/*--------------------------- END HOME---------------------------------*/

/*--------------------------- START PRODUCT---------------------------------*/
.product .h-50vh {
    height: 50vh !important;
}
.rim-image {
    height: 40vw;
}
.car-image {
    height: unset !important;
}
.product .landing-container {
    bottom: 10px !important;
    top: unset !important;
    transform: none!important;
    transform: translateX(-50%)!important;
    right: 50%!important;
}

.product .ellipse-rim-section {
    min-height: unset!important;
    height: unset!important;
    z-index: 7;
}
.product .h-50vh {
    height: 38vh !important;
}
.product #customize-column{
    max-height: unset!important;
    margin-bottom: 40px;
}

.product .landing-container .w-50 ,#exterior .w-25{
    width:100%!important;
}
.product .product-content  ,.product .box-black{
    padding: 20px!important;
}
.product .landing-container .sub-title
,.product .read-more-card-btn,.ellipse-rim-section button,.product .wood-tab button{
    font-size: 3vw!important;
}
.product .product-btns a ,.load-more.btn {
    font-size: 2.5vw!important;
}
#customize-column .sub-title{
    font-size: 4vw!important;
}
.product .product-content h2 {
    font-size: 4vw!important;
    font-weight: bold;
}
.product #menu-bar a{
    font-size: 3vw !important;
}
.product .product-content .text p ,.product .text p, .product .card-text p ,.data-tester  {
    font-size: 3vw !important;
}
.product h1,.product .title ,.product .rims-title{
    font-size: 4vw !important;
}
.box-black.flex-grow-1 {
    flex-direction: column!important;
}

.product .specification span {
    font-size: 3.5vw!important;
}


/*--------------------------- END PRODUCT---------------------------------*/

/*--------------------------- START PRIVACY---------------------------------*/
.privacy h1{
    font-size: 4vw!important;
}
.privacy .sub-title{
    font-size: 3vw!important;
}
.privacy p{
    font-size: 2.5vw!important;
}
.privacy .text h1{
    font-size: 3vw!important;
}

/*--------------------------- END PRIVACY---------------------------------*/

/*--------------------------- START QUOTE---------------------------------*/
.quote h1{
    font-size: 4vw!important;
}
.quote input ,.quote select ,.quote .sub_title ,.quote .text{
    font-size: 3vw!important;
}
.quote .btn{
    width: 100%!important;
}
.quote.container{
    padding-top: 17vw!important;
    padding-bottom: 0vw!important;
}
.quote.container .row{
    margin: 0px!important;
}
.quote.container .row{
    margin: 0px!important;
}
.quote .my-4 {
    margin: 1vw 0vw !important;
}



/*--------------------------- END QUOTE---------------------------------*/
/*--------------------------- START CONTACT & TEST DRIVE---------------------------------*/
.test-drive{
    padding-top:15vh;
}
.contact-us h1 ,.test-drive h1 ,.trade-car h1{
    font-size: 4vw!important;
}
.contact-us video,.contact-us #video-container{
    display: none!important;
}
.contact-us input ,.test-drive input ,.test-drive select  ,.test-drive p ,.trade-car input ,.trade-car select ,.trade-car p{
    font-size: 3vw!important;
}
.test-drive select  ,.trade-car select{
    padding-top:5px;
    padding-bottom:5px;
}
.contact-us .sub_title,.test-drive .sub_title ,.trade-car .sub_title{
    font-size: 3vw!important;
}
.contact-us .title ,.test-drive .title ,.trade-car .title{
    font-size: 4vw!important;
}
.contact-us .pb-5 ,.test-drive .pb-5{
    padding-bottom: 5vw !important;
}
.contact-us .my-5 ,.test-drive .my-5 {
    margin-bottom: 5vw !important;
    margin-top: 5vw !important;
}
.contact-us img{
   aspect-ratio: 1/1;
   object-fit: contain;
   width:40px;
}
.contact-us .btn ,.test-drive .btn ,.trade-car .btn{
    width: 100%!important;
}
.py-120{
    padding: 0px!important;
}
/*--------------------------- END CONTACT & TEST DRIVE---------------------------------*/
/*--------------------------- START ABOUT---------------------------------*/
.about-page .sub-title,.about-page .sub-title p{
    font-size: 3vw!important;
}
.about-page .text,.about-page .text p ,.about-page .text strong{
    font-size: 3vw!important;
}

.about-page h1{
    font-size: 4vw!important;
}
.about-page h2{
    font-size: 3.5vw!important;
}

.about{
    padding: 0 !important;
    margin: 0 !important;
}
.about-page .what-iam-logo {
    filter: invert(1);
}

.about-banner .position-absolute {
    position: absolute!important;
}


.about-banner {
    padding-top: 7vh !important;
}
.section-2 ,.section-3{
    padding: 0px!important;
}
/*--------------------------- END ABOUT---------------------------------*/

    .nav-item {
        font-size: 4vw!important;
    }
    footer .nav-item {
        font-size: 3vw!important;
    }
    footer .text{
        font-size: 3vw!important;
    }

    .logo.mobile{
        max-width: 75px;
    }
    .ml-lg-auto {
        margin-left: 0;
    }

    .btn-orange {
        font-size: 12px !important;
    }

    .specification {
        grid-template-columns: repeat(1, 1fr);
    }

    .specification div:nth-child(3n + 2) {
        padding: 0;
    }

    .landing-container {
        width: 100%;
        left: 50%;
        top: 50%;
        bottom: unset;
        transform: translate(-50%, -50%);
    }

    h1.display-4 {
        font-size: 18px;
    }

    .display-8r {
        font-size: 4rem;
    }

    .video-fit-screen {
        height: 50dvh;
    }
    .product .video-fit-screen {
        height: unset!important;
        top:unset!important;
    }

    .product-btns {
        margin-bottom: 25px;
    }

    html,
    body {
        font-size: 11px;
    }
    .p-mob-relative{
        position: relative !important;
    }
    .banner{
        height: auto;
    }
    .slick-next.position-absolute {
        right: unset;
        position: relative !important;
        text-align: center;
        padding-top: 1rem
    }
    .video-banner{
        width: 100%;
        height: auto;
    }
    .video-text-center{
        padding:100px 0px 0px 0px!important;
    }
    .video-text, .video-text *{
        position: relative;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: unset !important;
        bottom: unset !important;
    }
    .video-text img {
        /* display: none; */
    }
    .video-text .mb-5 {
        margin-bottom: 0px!important;
    }
    .video-text svg path {
        fill: var(--color-primary);
    }
    .bg-faded-black-mob{
        padding: 3rem;
        border-radius: 8px;
        background: rgba(0, 0, 0, 0.80);
    }
    .video-text-center{
        position: relative;
        transform: none !important;
        width: auto !important;
        left: 0;
        top: 0;
    }
    /*
    |--------------------------------------------------------------------------
    | Navigation
    |--------------------------------------------------------------------------
    |
    */
    .navigation{
        position: fixed;
        left: 0;
        top: 0;
        background-color: #ECEAE5;
        z-index: 9999;
    }
    /*---------- Navbar Toggler ----------*/
    .navbar-toggler{
        background: var(--color-primary);
        transition: all .3s;
    }
    .navbar-toggler span{
        position: relative;
        display: block;
        background: #fff;
        width: 25px;
        height: 2px;
        margin: 5px 0;
        transition: all .3s;
    }
    .navbar-toggler[aria-expanded="true"] span:nth-child(1){
        transform: rotate(45deg);
        top: 6.6px;
    }
    .navbar-toggler[aria-expanded="true"] span:nth-child(2){
        background: transparent !important;
    }
    .navbar-toggler[aria-expanded="true"] span:nth-child(3){
        transform: rotate(-45deg);
        top: -7.6px;
    }
    /*---------- End Navbar Toggler ----------*/
    /*---------- Burger ----------*/
    .burger span {
        display: block;
        width: 35px;
        height: 2px;
        background: var(--color-primary);
    }

    .burger {
        z-index: 10000;
        position: absolute;
        right: 5%;
        top: 3rem;
    }

    .burger span:nth-child(2) {
        margin: 7px 0;
    }

    .burger.active span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
        transition: all 0.3s;
    }

    .burger.active span:nth-child(2) {
        opacity: 0;
    }

    .burger.active span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
        transition: all 0.3s;
    }

    .burger.white span {
        background: #FFFFFF;
    }

    /*---------- End Burger ----------*/

    /*---------- Menu ----------*/
    .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity:1;
        visibility: hidden;
        background: var(--color-body);
        transition: all .5s;
        z-index: 999;
    }

    .menu  {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: opacity, transform 0.3s;
        transition: opacity, transform 0.3s;
    }

    .menu img{
        max-width: 2rem;
    }
    /**********/
    .menu.active {
        opacity: 1;
        visibility: visible;
    }

    .menu.active ul li {
        opacity: 1;
        /* -webkit-transform: translateY(0); */
        /* transform: translateY(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; */
    }


    .menu ul {
        flex-direction: column;
        margin-top: unset;
    }


    /*---------- End Menu ----------*/
    /*
    |--------------------------------------------------------------------------
    | End Navigation
    |--------------------------------------------------------------------------
    */

    .section-one .position-absolute{
        position: relative !important;
    }
    .shape{
        display: none;
    }

}


 /*
|--------------------------------------------------------------------------
| MOBILE DESIGN
|--------------------------------------------------------------------------
*/
@media (max-width: 767px) {


.product .position-relative.video-fit-screen{
    margin-top:130px!important;
    top:unset!important;
}

.video-banner {
    height: unset!important;
}
.video-fit-screen {
    height: unset;
    position: static;
}

.contact-us .w-5 {
    width: 5rem !important;
    height: 5rem !important;
}
.what-iam-logo{
    padding:0px!important;
    height: unset!important;
}
.what-iam-logo img {
   margin: auto;

}
.lightbox-image-wrapper{
    width: 90%;
    height: 90%;
    position: relative!important;
}

.d-lg-none .container ul{
    gap:11px!important;
}
#video-banner {
    height: auto!important;
    width: 100%;
}
#video-container {
    width: 100%;
}
footer{
    background: #ECEAE5;
    z-index: 99;
}
.ellipse-wood-section {
    height: unset!important;
    padding-top:10px;
}
/*--------------------------- START PRODUCT---------------------------------*/

.ellipse-rim-section::before{
    display: none;
}
.ellipse-rim-section::after {
    display: none;
}

.rim-section .position-relative.bg-beige{
    height: unset !important;
    padding-bottom: unset!important;
}

.rim-section .rims-title{
    position: static!important;
    padding: 33px !important;
    line-height: 20px!important;
    padding-bottom: 0px!important;
}
.rim-section .rim-section-bg{
    position: static!important;
    transform:unset!important;
}
.rim-image{
    height: unset!important;
    aspect-ratio: 16/9!important;
    object-fit: contain!important;
}
.product .h-50vh {
    height: 36vh !important;
}

.modal-content p{
    font-size: 2.5vw!important;
}
.modal-content h4{
    font-size: 3vw!important;
}


#exterior .h-70vh {
    height: auto;
    padding-bottom: 20px;
}

.product .ellipse-rim-section {
    min-height: unset!important;
    height: unset!important;
    position: static !important;
}

.product #customize-column{
    max-height: unset!important;
    margin-bottom: 40px;
}

.product .landing-container .w-50 ,#exterior .w-25{
    width:100%!important;
}
.product .product-content  ,.product .box-black{
    padding: 20px!important;
}
.product .landing-container .sub-title
,.product .read-more-card-btn,.ellipse-rim-section button,.product .wood-tab button{
    font-size: 3vw!important;
}
.product.product-btns a ,.load-more.btn  {
    font-size: 1.5vw!important;
}
#customize-column .sub-title{
    font-size: 4vw!important;
}
.product .product-content h2 {
    font-size: 4vw!important;
    font-weight: bold;
}
.product #menu-bar a{
    font-size: 3vw !important;
}
.product .product-content .text p ,.product .text p, .product .card-text p ,.data-tester  {
    font-size: 3vw !important;
}
.product h1,.product .title ,.product .rims-title{
    font-size: 5vw !important;
}
.box-black.flex-grow-1 {
    flex-direction: column!important;
}

.product .specification span {
    font-size: 3.5vw!important;
}
.mobile-none ,#exterior {
    margin: 0px!important;
}
#performance{
margin-top: 1vh !important;
}

.lightbox .close {
    top: 10%!important;
}
/*--------------------------- END PRODUCT---------------------------------*/

/*--------------------------- START HOME---------------------------------*/
.home-upcoming-model h1 ,.blogs-news h1{
    font-size: 6vw!important;
}

.blogs-news h3{
    font-size: 3.5vw!important;
}

.home-upcoming-model p ,.news-slider .text ,.grey-card .text p ,.blogs-news p{
    font-size: 3vw !important;
}
.news-slider .object-fit-contain{
    aspect-ratio: 16/9!important;
    object-fit: cover!important;
}
.home h1{
    font-size: 4vw!important;
}
.logo.mobile{
    max-width: 60px;
}
.all-blogs{
    padding: 0px!important;
    margin: 0px!important;
}
.blogs-news{
    margin: 0px!important;
}
.blogs-news{
    padding-top: 40px!important;
}
.home .container{
    padding: 0px;
}
.container .vertical-gradient-text {
    font-size: 8vw !important;
    line-height: 9vw!important;
}
/*--------------------------- END HOME---------------------------------*/

/*--------------------------- START ABOUT---------------------------------*/
    .about-page .sub-title,.about-page .sub-title p{
        font-size: 3.5vw!important;
    }
    .about-page .text,.about-page .text p{
        font-size: 3vw!important;
    }

    .about-page h1{
        font-size: 4vw!important;
    }
    .about-page h2{
        font-size: 3.5vw!important;
    }
    .about-banner .position-absolute {
        margin: 0px !important;
    }
    .about-banner{
        padding-top:7vh!important;
    }

/*--------------------------- END ABOUT---------------------------------*/

/*--------------------------- START PRIVACY---------------------------------*/
    .privacy h1{
        font-size: 4vw!important;
    }
    .privacy .sub-title{
        font-size: 3vw!important;
    }
    .privacy .text{
        font-size: 3vw!important;
    }
    .privacy .text h1{
        font-size: 3.5vw!important;
    }

/*--------------------------- END PRIVACY---------------------------------*/


/*--------------------------- START CONTACT & TEST DRIVE &TRADE CAR---------------------------------*/
.test-drive{
    padding-top:15vh!important;
}
.contact-us h1 ,.test-drive h1 ,.trade-car h1{
    font-size: 4vw!important;
}
.contact-us input ,.test-drive input ,.test-drive select ,.trade-car input  ,.trade-car select ,.trade-car p ,.trade-car textarea{
    font-size: 3vw!important;
}

.contact-us .sub_title,.test-drive .sub_title{
    font-size: 3vw!important;
}
.contact-us .title ,.test-drive .title{
    font-size: 4vw!important;
}
.contact-us .pb-5 ,.test-drive .pb-5{
    padding-bottom: 5vw !important;
}
.contact-us .my-5 ,.test-drive .my-5{
    margin-bottom: 5vw !important;
    margin-top: 5vw !important;
}
.contact-us img{
   aspect-ratio: 1/1;
   object-fit: contain;
   width:40px;
}
.contact-us .btn ,.test-drive .btn{
    width: 100%!important;
}
.py-120{
    padding: 0px!important;
}
/*--------------------------- END CONTACT & TEST DRIVE &TRADE CAR---------------------------------*/
    .footer-container{
        display: flex !important;
        flex-direction: column !important;
        align-content: center;
        align-items: center;
        gap: 20px;
        padding: 20px 0px;
    }
    .nav-product-tabs {
        position: unset;
    }

    .nav-product-tabs .nav-pills {
        justify-content: center;
    }

    .about-banner .bg-lightwhite{
        position: relative !important;
        margin: 0px!important;
    }

    .website-view.mobile{
        display: flex!important;
        flex-direction: column-reverse!important;
        gap: 20px!important;
    }

    .mobile-view {
        display: block;
    }

    .nav-item {
        font-size: 4vw!important;
    }
    footer .nav-item {
        font-size: 3vw!important;
    }

    .video-text, .video-text *{
        padding-right: 15px!important;
        padding-left: 15px!important;
    }


}


@media (max-width: 575px) {
    .modal-dialog {
        max-width: 600px;
    }
    .product .h-50vh {
        height: 71vh !important;
    }
/*
|--------------------------------------------------------------------------
| START HOME
|--------------------------------------------------------------------------
*/



 /*
|--------------------------------------------------------------------------
| END HOME
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| START CONTACT
|--------------------------------------------------------------------------
*/



 /*
|--------------------------------------------------------------------------
| END CONTACT
|--------------------------------------------------------------------------
*/
}


/*
|--------------------------------------------------------------------------
| End Responsiveness Media Queries
|--------------------------------------------------------------------------
*/


@keyframes enlarge-image {

}


/* liwaa */
a.active_underline {
    text-decoration: underline !important;
    text-decoration-color: #000;
    text-decoration-thickness: 2px !important;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown_btn {
    background: none;
    border: none;
    color: #000;
    font-size: 0.9vw!important;
}
.dropdown_btn:hover {
    background: none;
    border: none;
    color: #000;
}
.dropdown_btn:focus {
    background: none;
    border: none;
    color: #000;
    font-size: 0.9vw!important;
}
.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle{
    background-color: transparent !important;
}

.fs-18 {
    font-size: 18px;
}

.fs-24 {
    font-size: 24px;
}

.fs-32 {
    font-size: 32px;
}

.nested-tab {
    display: flex;
    align-items: center;
    padding: 15px;
    gap: 1rem;
    cursor: pointer;
}

.wood-tab {
    display: flex;
    align-items: center;
    padding: 15px;
    gap: 1rem;
    cursor: pointer;
}

.scrollable {
    overflow-y: auto;
}

::-webkit-scrollbar-thumb {
    border-radius: 16px;
    border: 5px solid #D2704A;
    background-color:#D2704A;
    overflow-x: hidden;
}
::-webkit-scrollbar-track {
	border-radius: 9px;
	background: #ECEAE5;
}

::-webkit-scrollbar {
    width: 10px;
}

/* .scrollable {
    -ms-overflow-style: none;
    scrollbar-width: none;
}*/

#customize-column{
    overflow-x: hidden;
}

.font-bolder{
    font-weight: 700;
}

.wood-btn {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    border-radius: 8px;
    color: var(--bs-body-color)!important;
}

.wood-btn-active {
    background: #D2704A;
    color: #ECEAE5!important;
}

.ellipse-wood-section {
    width: 250px;
    height: 150px;
    max-width: 100%;
    place-items:center;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    z-index: 9;
}

.ellipse-wood-section::before {
    content: "";
    position:absolute;
    top:-40px;
    left:0;
    height:40px;
    width: 40px;
}

.ellipse-wood-section::after {
    content: "";
    position:absolute;
    bottom:0;
    right:-40px;
    height:40px;
    width: 40px;
}

.ellipse-border {
    border: 1px solid black;
}

.ellipse-border:active {
    border: 1px solid #D2704A;
}

.button-container {
    display: inline-block;
    padding: 5px;
}

.fixed-width-400 {
    max-width: 400px !important;
}

.vertical-gradient-text {
    background: linear-gradient(180deg, #000 39.72%, #A2A9B8 140.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
}

.d-lg-grid {
    gap: 5px;
}

.icon-image {
    min-width: 60px;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-48 {
    font-size: 48px !important;
}

.fs-72 {
    font-size: 72px !important;
}

.website-view {
    display: flex;
}

.mobile-view {
    display: none;
}



.ellipse-rim-section {
    width: 364px;
    height: 215px;
    min-height: 215px;
    max-width: 100%;
    padding: 15px;
    place-items:center;
    display: block;
    grid-template-columns: repeat(2,1fr);
    z-index: 8;
}

.ellipse-rim-section::before {
    content: "";
    position:absolute;
    top:-40px;
    right:0;
    height:40px;
    width: 40px;
    border-bottom-right-radius: 50%;
    box-shadow: 0 20px 0 0 #fff;
}

.ellipse-rim-section::after {
    content: "";
    position:absolute;
    bottom:0;
    left:-40px;
    height:40px;
    width: 40px;
    border-bottom-right-radius: 50%;
    box-shadow: 0 20px 0 0 #fff;
}

.rounded-left-40 {
    border-top-left-radius: 40px;
}

.right-0 {
    right: 0;
}

.right-45px {
    right: 2%;
}

.rim-section-bg {
    position: absolute;
    right: 48%;
    top: 50%;
    transform: translateY(-50%);
}

.line-height-80 {
    line-height: 80px;
}

.view-more-btn {
    background-color: #D2704A;
    border-radius: 4px;
    color: white;
    display: inline-flex;
    height: 61px;
    padding: 18px 20px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border: none;
}

.related_news {
    background-color: #A2A9B8;
    border-radius: 25px;
    border: none;
    padding: 10px 30px;
    margin: 25px 0 25px 0;
    font-size: 18px;
}

.image-height {
    max-height: 350px;
    min-height: 350px;
}

.dropdown-menu {
    z-index: 9999 !important;
}

.slick-track {
    margin-left: 0 !important;
}

.blog-image-container {
    width: 75%;
    height: 450px;
    overflow: hidden;
}

.blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.click-blocker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}
