body {
    color: #000 !important;
    font-family: 'Bodoni' !important;
}

html {}

p {
    font-family: 'Montserrat';
}

.custom-container {
    padding-left: 80px;
    padding-right: 80px;
}

/* navbar */
.custom-navbar {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.logo-header {
    width: 200px;
    height: 70px;
}

.icons-header {
    margin-right: 29px;
}

.close {
    padding-top: 20px;
}

.close img {
    width: 20px;
    height: 20px;
}

.burger-menu,
.close,
.close-search,
.search {
    cursor: pointer;
}

.burger-menu div {
    width: 20px;
    height: 1px;
    background-color: #000;
    margin: 5px 0;
}

.burger-open {
    z-index: 999;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    display: none;
    overflow-y: auto;
}

body.burger-menu {
    overflow: hidden;
}

.search-open {
    z-index: 999;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    display: none;
    overflow: hidden;
}

.input-form {
    background: transparent;
    border: none;
    border-bottom: 1px solid #707070;
    padding: 14px 0;
    font-family: 'Montserrat';
    font-size: 24px;
    color: #fff;
    outline: none;
}

.input-form::placeholder {
    color: #fff;
}

.input-form.search {
    background-image: url('../images/fixed/search-icon.svg');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
}

.seperator-menu {
    opacity: 1;
    width: 33px;
    color: #fff;
}

.menu-link-header {
    position: relative;
    color: #000;
    text-decoration: none;
    font-size: 22px;
    transition: all 0.5s;
}

.menu-link-header:hover {
    color: #000;
}

.menu-link-header::after {
    content: '';
    position: absolute;
    width: 0;
    background-color: #000;
    bottom: -3px;
    left: 0;
    height: 1px;
    transition: all 0.5s;
}

.menu-link-header:hover::after,
.menu-link-header.active::after {
    width: 100%;
}

.menu-link {
    font-size: 18px;
    font-family: 'Montserrat';
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
}

.menu-link:hover,
.menu-link.active {
    color: #707070;
}

.lang-switcher {
    font-size: 18px;
    font-family: 'Montserrat';
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
}

.lang-switcher:hover {
    color: #707070;
}

.close-menu,
.close-search {
    right: 0;
}

/* home */
.bannerSwiper {
    width: 100%;
}

.banner-home {
    width: 100%;
    height: 700px;
    object-fit: cover;
    margin-bottom: 16px;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #000 100%);
}

.thumb-ratio img {
    object-fit: cover;
}

.thumb-ratio {
    padding-top: 70%;
}

.thumbs {
    cursor: pointer;
}

.thumb-overlay {
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #000 100%);
}

.text-on-banner {
    z-index: 222;
    position: relative;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-on-banner h2 {
    color: #fff;
    font-size: 67px;
}

.text-on-banner h2 span {
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
}

.text-on-banner h3,
.text-on-banner h5 {
    color: #fff;
    font-size: 38px;
}

.text-on-banner h3 {
    white-space: nowrap !important;
}

.circle-row h4 {
    color: #000;
    font-size: 67px;
}

.circle {
    background: #fff;
    border-radius: 50%;
}

.cat-text {
    color: #fff;
    /* left: 50% !important; */
    top: 50% !important;
    transform: translateY(-50%);
    /* width: auto !important; */
    height: auto !important;
    font-size: 30px;
    text-align: center;
}

.black-bg {
    background-color: #000000;
    color: #fff;
    padding-top: 166px;
    padding-bottom: 166px;
}

.black-bg h2 {
    line-height: 0.9;
    font-size: 48px;
}

.play-button {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    width: auto !important;
    height: auto !important;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: none;
}

.home-section {
    padding-top: 84px;
    padding-bottom: 100px;
}

.read-more {
    font-size: 22px;
    transition: all 0.5s;
    color: #fff;
}

.read-more:hover {
    color: #525252;
}

.black-bg p {
    font-size: 18px;
}

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

.fill-stroke,
.fill-only-stroke {
    transition: all 0.5s;
}

/* main banner */
.banner-page {
    padding-top: 40%;
}

.banner-page img {
    object-fit: cover;
}

.text-banner {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    height: auto !important;
    width: auto !important;
}

/* categories */
.category-box {
    cursor: pointer;
}

.category-box .thumb-ratio,
.thumbs .thumb-ratio {
    position: relative;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.category-box .thumb-ratio img,
.thumbs .thumb-ratio img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.category-box:hover .thumb-ratio img,
.thumbs:hover .thumb-ratio img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.categories {
    padding-top: 50% !important;
}

.categories-section {
    padding-bottom: 84px;
}

/* single category */
.dropdown {
    cursor: pointer;
}

.dropdown-content {
    background-color: #fff;
    display: none;
    top: 40px;
    position: absolute;
    max-height: 200px;
    overflow-y: auto;
    width: 120%;
}

.dropdown-content.category {
    background-color: #fff;
    z-index: 2;
}

.cat-letter {
    color: #626262;
    font-size: 22px;
    cursor: pointer;
}

.dropdown-cat h3 {
    font-size: 24px;
    margin-right: 25px;
}

.dropdown-cat p {
    font-size: 22px !important;
}

.dropdown-cat a,
.sorting p {
    font-size: 19px !important;
}

.dropdown-content a {
    color: #000;
    text-decoration: none;
    font-size: 19px;
    font-family: 'Montserrat';
    transition: all 0.5s;
}

.dropdown-content a:hover {
    color: #525252;
}

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

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

.brand {
    border-radius: 5px;
    border: 1px solid #1A1A1A;
    padding-top: 25px;
    padding-bottom: 25px;
    transition: all 0.3s;
}

.all-brands {
    text-decoration: none;
    color: #242424;
    font-size: 16px;
    transition: all 0.3s;
    font-family: 'Montserrat' !important;
}

.brand p {
    font-family: 'Montserrat' !important;
}

.pt-31 {
    padding-top: 31px;
    padding-bottom: 129px;
}

.more-brands {
    display: none;
}

.margin-end {
    margin-right: 30px;
}

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

/* brand */
.circle-row {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    text-align: center;
    flex-direction: column;
    z-index: 11111;
    align-items: center;
}

.circle {
    background-color: #fff;
}

.circle img {
    width: 100%;
    height: 100%;
    padding: 30px;
    object-fit: contain;
}

.back-button {
    font-size: 24px;
    color: #5B5B5B;
    text-decoration: none;
    transition: all 0.5s;
}

.back-button:hover {
    color: #000;
}

.pt-30 {
    padding-top: 30px;
}

.description {
    font-size: 24px;
    color: #525252;
    padding-bottom: 45px;
}

.brand-details p {
    font-size: 20px;
    color: #525252;
    margin-left: 10px !important;
}

.brand-details a,
.level {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 20px;
    color: #525252;
    text-decoration: none;
    transition: all 0.5s;
    margin-left: 10px !important;
}

.brand-details a:hover {
    color: #000;
}

.seperator-line {
    color: #707070;
    opacity: 1 !important;
}

.add-border {
    border-right: 1px solid #707070;
}

.black-button {
    background-color: #000;
    color: #fff;
    transition: all 0.5s !important;
    border-radius: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
    border: 1px solid #000;
    font-family: 'Montserrat';
}

.black-button a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Montserrat';
    transition: all 0.5s;
}

.black-button:hover {
    background-color: #525252;
    border-color: #525252;
}

.black-button:hover.black-button a {
    color: #fff;
}

.button-top-padding {
    padding-top: 36px;
    padding-bottom: 100px;
}

/* footer */
.upper-footer {
    background-color: #000000;
    color: #fff;
    padding-top: 87px;
    padding-bottom: 87px;
}

.footer h2 {
    font-size: 30px;
    margin-right: 24px;
}

.icons {
    width: 40px;
    height: 40px;
}

.social-icons img {
    transition: all 0.5s;
}

.rights-reserved {
    background-color: #fff;
    padding-top: 36px;
    padding-bottom: 36px;
}

.social-icons div {
    margin-right: 16px;
}

/* about */
.pb-54 {
    padding-bottom: 54px;
}

.about-section p {
    color: #525252;
}

.about-section {
    padding-bottom: 84px;
}

/* contact */
.pb-60 {
    padding-bottom: 60px;
}

.contact-icon img {
    width: 40px;
    height: 40px;
    transition: all 0.5s
}

.contact-icon a {
    font-size: 24px;
    font-family: 'Montserrat';
    text-decoration: none;
    color: #525252 !important;
    transition: all 0.5s;
}

.mail-hover p {
    transition: all 0.5s;
}

.line-contact {
    margin-top: 38px;
    margin-bottom: 38px;
    width: 50px;
}

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

.contact-section {
    padding-bottom: 110px;
}

/* ar lang */
/* header */
html[dir="rtl"] .icons-header {
    margin-left: 29px;
    margin-right: 0;
}

html[dir="rtl"] .social-icons div {
    margin-left: 16px;
    margin-right: 0;
}

html[dir="rtl"] .footer h2 {
    margin-left: 24px;
    margin-right: 0;
    font-family: '29LT Bukra';
}

html[dir="rtl"] .close-menu,
html[dir="rtl"] .close-search {
    right: auto;
    left: 0;
}

/* html[dir="rtl"] .brand-details a {
    margin-left: 0 !important;
    margin-right: 10px !important;
} */

html[dir="rtl"] .add-border {
    border-left: 1px solid #707070;
    border-right: 0;
}

html[dir="rtl"] .brand-details a,
.level {
    margin-right: 10px !important;
    margin-left: 0 !important;
}

html[dir="rtl"] body {
    font-family: '29LT Bukra' !important;
}

html[dir="rtl"] p {
    font-family: '29LT Bukra' !important;
}

html[dir="rtl"] a,
html[dir="rtl"] .text-on-banner h2,
html[dir="rtl"] .black-bg h2 {
    font-family: '29LT Bukra';
}

html[dir="rtl"] .black-button {
    font-family: '29LT Bukra';
}

html[dir="rtl"] .dropdown-cat h3 {
    margin-right: 0;
    margin-left: 25px;
}

html[dir="rtl"] .margin-end {
    margin-right: 0;
    margin-left: 30px;
}

html[dir="rtl"] .input-form.search {
    background-position-x: left;
}

html[dir="rtl"] .dropdown-cat h3 {
    margin-right: 0;
    margin-left: 0;
}

@media (hover: hover) {
    .play-button:hover .fill-stroke {
        fill: #000;
        stroke: #000;
    }

    .play-button:hover .fill-only-stroke {
        stroke: #000;
    }

    .all-brands:hover {
        color: #fff;
    }

    .all-brands:hover .brand {
        background-color: #1A1A1A;
    }

    .mail-hover:hover.mail-hover p {
        color: #000;
    }
}

@media (max-width: 1399.98px) {
    .footer h2 {
        font-size: 26px;
    }

    .input-form {
        font-size: 22px;
    }

    .black-bg h2 {
        font-size: 35px;
    }

    .cat-text {
        font-size: 27px;
    }

    .dropdown-cat h3 {
        font-size: 20px;
    }

    .dropdown-cat p,
    .dropdown-cat a,
    .sorting p {
        font-size: 20px !important;
    }

    .cat-letter {
        font-size: 20px;
    }

    html[dir="rtl"] .dropdown-cat h3 {
        margin-right: 0;
        margin-left: 0;
    }

    html[dir="rtl"] .margin-end {
        margin-right: 0;
        margin-left: 6px;
    }

    .cat-letter {
        font-size: 18px;
    }

    .dropdown-cat h3 {
        font-size: 18px;
    }
}

@media (max-width: 1199.98px) {
    .logo-header {
        width: 131px;
        height: 50px;
    }

    .menu-link-header {
        font-size: 18px;
    }

    .footer h2 {
        font-size: 20px;
    }

    .icons {
        width: 30px;
        height: 30px;
    }

    .text-on-banner h2,
    .circle-row h4 {
        font-size: 50px;
    }

    .circle img {
        max-width: 150px;
        max-height: 150px;
        padding: 30px;
    }

    .dropdown-cat h3 {
        margin-right: 15px;
    }

    html[dir="rtl"] .dropdown-cat h3 {
        margin-left: 15px;
    }

}

@media (max-width: 991.98px) {

    .footer h2 {
        padding-bottom: 16px;
        font-size: 19px;
    }

    .text-on-banner h2,
    .circle-row h4 {
        font-size: 45px;
    }

    .banner-overlay,
    .banner-home {
        height: 500px;
    }

    .cat-text {
        font-size: 25px;
    }

    .circle img {
        max-width: 190px;
        max-height: 190px;
    }

    .letters-mobile {
        position: sticky;
        top: 0;
        right: 0;
    }

    /* .cat-letter.active {
        background-color: rgba(0, 0, 0, 0.283);
        text-align: center;
    } */
}

@media (max-width: 767.98px) {

    .custom-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .footer h2 {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }

    .upper-footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .rights-reserved {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .input-form {
        font-size: 16px;
    }

    .menu-link {
        font-size: 16px;
    }

    .dropdown-cat p {
        font-size: 18px;
    }

    .dropdown-cat a,
    .sorting p {
        font-size: 18px;
    }

    .cat-text {
        font-size: 17px !important;
    }

    html[dir="rtl"] .brand-details a,
    .level {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .back-button {
        font-size: 20px;
    }

    .add-border {
        border-right: none;
    }

    html[dir="rtl"] .add-border {
        border-left: none;
        border-right: 0;
    }

    .brand-details p {
        margin-left: 0px !important;
    }

}

@media (max-width: 575.98px) {
    .seperator-menu {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .brand-details p,
    .brand-details a,
    .level {
        margin-left: 0px !important;
    }

    .text-on-banner h2,
    .circle-row h4 {
        font-size: 28px;
    }

    .text-on-banner h3,
    .text-on-banner h5 {
        color: #fff;
        font-size: 23px;
        white-space: nowrap;
    }

    .contact-section {
        padding-bottom: 76px;
    }

    .line-contact {
        margin-top: 21px !important;
        margin-bottom: 16px !important;
    }

    .contact-icon.mail {
        padding-bottom: 20px;
    }

    .line-contact {
        margin: 0;
    }

    .contact-icon p {
        font-size: 20px;
        word-break: break-all;
    }

    .play-button img {
        width: 60px;
        height: 60px;
    }

    .custom-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .icons-header {
        margin-right: 10px;
    }

    .logo-header {
        width: 114px;
        height: 42px;
    }

    .icons-app {
        width: 120px;
        height: 37px;
    }

    .cat-text {
        font-size: 20px;
    }

    .banner-overlay,
    .banner-home {
        height: 400px;
    }

    .black-bg {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .black-bg h2 {
        font-size: 25px;
    }

    .black-bg p {
        font-size: 16px;
    }

    .description {
        font-size: 20px;
    }

    .rights-reserved {
        font-size: 11px;
    }

}

/* Animation */
[animate] {
    transition: transform 1s 0.5s, opacity 1s 0.5s;
    opacity: 0;
}

[animate].show {
    opacity: 1;
}

[animate="left"] {
    transform: translateX(-15px);
}

[animate="left"].show {
    transform: translateX(0);
}

[animate="right"] {
    transform: translateX(15px);
}

[animate="right"].show {
    transform: translateX(0);
}

[animate="up"] {
    transform: translateY(-15px);
}

[animate="up"].show {
    transform: translateY(0);
}

[animate="down"] {
    transform: translateY(15px);
}

[animate="down"].show {
    transform: translateY(0);
}