/* Font */
@font-face {
  font-family: "Careem";
  src: url("https://wpazzrk.github.io/Moaaz/Fonts/CAREEM-REGULAR.otf");
}
* {
    font-family: 'Careem';
}

/* Hero Section */
.hero_section > div {
    background-color: unset !important;
}
.hero_section .container.m-auto.sal-animate {
    margin-right: 7%;
}
.hero_section .hero_image_wrapper + div {
    align-items: end;
}
.hero_section .hero_image_wrapper + div * {
    text-align: end;
}
.hero_section h1 {
    font-size: 62px !important;
}
.hero_section .relative.w-full::before {
    content: "سماعات الرأس";
    color: #fff;
    font-size: 26px;
}
.hero_section p {
    font-size: 20px !important;
    opacity: 0.7;
    margin-block: 2% !important;
}
.hero_section a {
    padding-inline: 5rem;
    border-radius: 10px;
    font-weight: normal;
    font-size: 20px
}
@media (max-width: 768px) {
    .hero_section .container.m-auto.sal-animate {
        margin-inline: auto;
    }
    .hero_section .hero_image_wrapper + div {
        align-items: center;
    }
    .hero_section .hero_image_wrapper + div * {
        text-align: center;
        margin-inline: 0;
    }
    .hero_section .relative.w-full::before {
        font-size: 18px;
    }
    .hero_section h1 {
        font-size: 34px !important;
        margin-block: 2%;
    }
    .hero_section p {
        max-width: 80%;
        font-size: 18px !important;
    }
}
@media (max-width: 768px) {
    .hero_section p {
        max-width: 95%;
        font-size: 18px !important;
    }
}

/* Features */
.feature_title {
    color: red !important;
}

/* rest of banners */
section.bestCar .bestCar_info {
    margin-right: auto;
}
section.bestCar p {
    font-size: 16px;
    opacity: 0.7;
    margin-block: 3%;
}
section.bestCar a {
    padding-inline: 4rem;
    border-radius: 6px;
}
section.bestCar h1::before {
    content: "لوحه  ماوس";
    display: block;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 1rem;
    opacity: 0.8;
}
@media (max-width: 992px) {
    /* section.banner */
    section.banner {
        height: 35vh;
        display: flex;
    }
    section.banner .h-full {
        padding-bottom: 0;
    }
    section.banner .h-full figure {
        display: none;
    }
    section.banner .container {
        background-color: #00000055;
    }
    section.banner .h-full [data-sal][data-sal-easing=ease-out-back] {
        align-items: center;
        text-align: center;
    }

    /* section.bestCar */
    section.bestCar {
        height: 35vh;
        background-position: right !important;
    }
    section.bestCar .bestCar_info {
        text-align: center;
    }
    section.bestCar .car_button {
        margin-inline: 0;
        justify-content: center;
    }
}

/* Footer */
@media (min-width: 1024px) {
    .content-fotter-link, .s-menu-footer-list {
        text-align: start !important;
    }
}
@media (max-width: 1023px) {
    .store-footer * {
        text-align: center;
        margin-inline: auto;
    }
    .store-footer .w-1\/2 {
        width: 100%;
    }
    .store-footer .container.grid {
        gap: unset !important;
    }
    .store-footer .logo {
        margin-bottom: 10% !important;
    }
}