@font-face {
    font-family: 'ChevySans-Black';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../../assets/fonts/ChevyFonts/ChevySans-Black.otf) format("opentype");
}

@font-face {
    font-family: 'ChevySans-Bold';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../../assets/fonts/ChevyFonts/ChevySans-Bold.otf) format("opentype");
}

@font-face {
    font-family: 'ChevySans-CondensedRegular';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../../assets/fonts/ChevyFonts/ChevySans-CondensedRegular.otf) format("opentype");
}

@font-face {
    font-family: 'ChevySans-Medium';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../../assets/fonts/ChevyFonts/ChevySans-Medium.otf) format("opentype");
}

@font-face {
    font-family: 'ChevySans-NarrowRegular';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../../assets/fonts/ChevyFonts/ChevySans-NarrowRegular.otf) format("opentype");
}

@font-face {
    font-family: 'ChevySans-Regular';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../../assets/fonts/ChevyFonts/ChevySans-Regular.otf) format("opentype");
}

@font-face {
    font-family: 'HelveticaNeueLTArabic-Roman';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../../assets/fonts/Helvetica-Neue/HelveticaNeueLTArabic-Roman.ttf) format("opentype");
}

@font-face {
    font-family: 'LouisChevrolet-Arabic-Bold';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../../assets/fonts/LouisChevrolet/LouisChevrolet-Arabic-Bold.ttf) format("opentype");
}

@font-face {
    font-family: 'LouisChevrolet-Arabic-Heavy';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../../assets/fonts/LouisChevrolet/LouisChevrolet-Arabic-Heavy[8271]\ 1.ttf) format("opentype");
}

.card-section .slider-wrapper .owl-item {
    /* width: calc(90% / 4); */
    display: flex;
}

.card-section .slider-wrapper .card .text-wrap {
    padding: 25px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Make Owl calculate height across all slides */
.card-section .slider-wrapper .owl-stage {
    display: flex;
}

.card-section .slider-wrapper .card {
    display: flex;
    flex-direction: column;
    /* width: calc((90vw - 10px * 3) / 4); */
    background: white;
}

.card-section h4 {
    font-family: 'ChevySans-Bold';
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: black;
    height: 60px;

}

.ar .card-section h4 {
    font-family: 'LouisChevrolet-Arabic-Bold';
    font-weight: 700;
    font-size: 19px;
    line-height: 28px;
    direction: rtl;
    height: 60px;

}

.card-section p {
    font-family: 'ChevySans-Medium';
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin: 5px 0;

}

.ar .card-section p {
    font-family: 'HelveticaNeueLTArabic-Roman';
    font-weight: 400;
    font-size: 18px;
    direction: rtl;
    line-height: 20px;

}

.card-section .slider-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
}



/* colors slider */
#colors-slider .color-card {
    padding: 20px 0;
    height: 100%;
}

#colors-slider .color-card .text-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    padding: 0 20px;
    flex-wrap: wrap;
    align-items: center;
}

#colors-slider .owl-dots button {
    width: 50px;
    height: 5px;
    background: #FFFFFFB2;
}

#colors-slider .owl-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 25px;
}

#colors-slider .owl-dots button.active {
    background: #000000;
}

#colors-slider .color-card .img-wrap {
    max-width: 100%;
    margin: auto;
}



#colors-slider .owl-stage {
    display: flex;
}

.owl-carousel .owl-item img.mobile {
    display: none;
}

.header-slider .owl-dots button {
    width: 10px;
    height: 10px;
    background: rgb(255 231 231 / 50%);
    border-radius: 50%;
}

.header-slider .owl-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    position: relative;
    bottom: 50px;
}

.header-slider .owl-dots button.active {
    background: white;
    width: 10px;
    height: 10px;
}

.header-slider .owl-stage {
    display: flex;
}


.intro-gallery-slider .owl-dots button {
    width: 10px;
    height: 10px;
    background: rgb(255 231 231 / 50%);
    border-radius: 50%;
}

.intro-gallery-slider .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.intro-gallery-slider .owl-dots button.active {
    background: white;
    width: 10px;
    height: 10px;
}


/* clickable § */
.disclaimer {
    cursor: pointer;
    font-weight: bold;
}

.ar .disclaimer {
    font-size: 11px;
}

/* popup container */
.popup-message-box {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

/* dark background */
.popup-message-box .popup-message-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

/* popup box */
.popup-message-box .popup-message-content {
    position: relative;
    max-width: 600px;
    margin: auto;
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "ChevySans-Regular";
}

.popup-message-box .popup-message-content a {
    color: black;
}

.ar .popup-message-box .popup-message-content {
    font-family: 'HelveticaNeueLTArabic-Roman';
    direction: rtl;
}

/* close button */
.popup-message-box .popup-message-close {
    position: absolute;
    right: 15px;
    top: 10px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

.ar .popup-message-box .popup-message-close {
    right: unset;
    left: 15px;
}

.privacy-popup-overlay {
    font-family: 'ChevySans-Regular';
}

.privacy-content * {
    color: black;
}

.privacy-popup-overlay {
    background: #55565AE5;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.privacy-popup-overlay .privacy-popup {
    background: #FFFFFF;
    padding: 20px;
    position: relative;
    max-width: 80%;
    width: 650px;
    max-height: 543px;
    overflow-y: auto
}

.privacy-popup-overlay .privacy-popup h2 {
    color: #000000;
    text-align: center;
    font-family: 'LouisChevrolet-Arabic-Bold';
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    font-weight: 900;
    font-size: 30px;
    line-height: 16.8px;

}

.privacy-popup-overlay .privacy-popup .privacy-popup-close {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 25px;
    cursor: pointer;
    padding: 10px 10px 8px;
    color: #000;
    text-transform: lowercase;
}



.privacy-popup-overlay .privacy-popup h3,
.privacy-popup-overlay .privacy-popup h4,
.privacy-popup-overlay .privacy-popup h5 {
    text-align: left;
    font-family: 'LouisChevrolet-Arabic-Bold';
    margin-bottom: 10px;
    text-transform: none;
    margin-top: 0;
    font-weight: 700;
    font-size: 12px;

}

.privacy-popup-overlay .privacy-popup strong,
.privacy-popup-overlay .privacy-popup b {
    font-family: 'LouisChevrolet-Arabic-Bold';
}

.privacy-popup-overlay .privacy-popup p {
    font-family: 'ChevySans-Regular';
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 10px;

}

.privacy-popup-overlay .privacy-popup li {
    font-family: 'ChevySans-Regular';
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 5px;
}

.privacy-popup-overlay .privacy-popup ul li:last-child {
    margin-bottom: 0;
}

.privacy-popup-overlay .privacy-popup ul {
    margin-bottom: 10px;
    padding-left: 12px;
}

.privacy-popup-overlay .privacy-popup.ar {
    display: none;
}

body.ar .privacy-popup-overlay .privacy-popup.ar {
    display: block;
    text-align: right;
    direction: rtl;
}

body.ar .privacy-popup-overlay .privacy-popup.en {
    display: none;
}

.privacy-popup-overlay .privacy-popup.ar h2 {
    font-family: 'LouisChevrolet-Arabic-Heavy', serif;
}

.privacy-popup-overlay .privacy-popup.ar h3,
.privacy-popup-overlay .privacy-popup.ar h4,
.privacy-popup-overlay .privacy-popup.ar h5 {
    font-family: 'LouisChevrolet-Arabic-Bold', serif;
    text-align: right;
    line-height: 1.4em;
}

.privacy-popup-overlay .privacy-popup.ar strong,
.privacy-popup-overlay .privacy-popup.ar b {
    font-family: 'LouisChevrolet-Arabic-Bold', serif;
}

.privacy-popup-overlay .privacy-popup.ar p,
.privacy-popup-overlay .privacy-popup.ar li {
    font-family: 'HelveticaNeueLTArabic-Roman', serif;
    line-height: 1.7em;
}

.privacy-popup-overlay .privacy-popup.ar ul {
    padding-right: 12px;
    padding-left: 0;
}

.privacy-popup-overlay .privacy-popup.ar .privacy-popup-close {
    left: 0;
    right: unset;
}


/* desk oonly css  */
@media screen and (min-width:981px) {

    /* slider-resp */
    .card-section .slider-wrapper.desk-disabled {
        width: 92%;
        margin-right: auto;
    }

    .card-section .slider-wrapper.desk-disabled .owl-stage .owl-item:last-child {
        margin-right: 0 !important;
    }


}





@media screen and (max-width:768px) {

    #colors-slider .color-card .img-wrap {
        max-width: calc(100%);
    }

    #colors-slider .owl-dots button {
        width: 40px;
        height: 2.5px;
    }

    #colors-slider .owl-dots {
        margin-top: 20px;
    }

    #colors-slider .color-card p {
        font-size: 12px;
        margin-top: 10px;
    }

    .card-section .slider-wrapper .card .text-wrap .floating {
        left: 20px;
    }

    /* card sliders -resp */

    .card-section .slider-wrapper .card .text-wrap {
        padding: 25px 20px;
    }

    .card-section .slider-wrapper .card .text-wrap p {
        margin-top: 20px;
    }

    .header-slider .owl-dots {
        bottom: 15px;
    }

    .popup-message-box .popup-message-content {
        max-width: 85%;
        padding: 40px 15px;
        width: 85%;
    }

    .privacy-popup-overlay .privacy-popup {
        width: 90%;
    }

}