@charset "UTF-8";

:root {
    --color-dark: #222831;
    --color-dark-gray: #393E46;
    --color-light-gray: #EEEEEE;
    --color-light: #F9F7F7;
    --color-gray: gray;
    --color-white: #fff;
    --color-semi-transparent-black: rgba(0, 0, 0, .2);

    --color-blue: #3F72AF;
    --color-blue-dark: #112D4E;
    --color-light-blue: #00ADB5;

    --color-light-semi-transparent-white: rgba(255, 255, 255, 0.16);
    --color-transparent-white: rgba(255, 255, 255, 0.3);
    --color-light-brown: rgba(85, 37, 19, 0.08);
    --color-muted-blue: #A6E3E9;
    --color-soft-orange: #FF6F61;
    --color-dark-brown: #222831;
    --color-warm-gray: #393E46;
    --color-soft-peach: #FF9A8B;

    --color-light-gray-transparent: rgba(218, 218, 218, 0.67);
    --color-dark-slate: #2C3C36;
    --color-vibrant-purple: #3F72AF;

    --color-muted-brown: rgba(82, 68, 58, 0.81);
    --color-dark-grayish-brown: #393E46;
    --color-medium-gray: #A2A2A2;
    --color-slightly-dark-gray: rgba(99, 102, 105, 0.67);
    --color-deep-green: #22322D;
    --color-deep-slate: #2C3C36;
    --color-white: rgba(255, 255, 255, 1);
    --color-off-white: rgba(255, 255, 255, 0.98);
    --color-light-semi-transparent-white: rgba(255, 255, 255, 0.16);
    --color-light-cyan: #A6E3E9;
    --color-bright-orange: #FF6F61;
    --color-soft-orange: #FF9A8B;
    --color-yellow-dark: #112D4E;
    --color-yellow-light: #DBE2EF;
    --color-light-background: #F9F7F7;
    --color-grayish-background: #E8E8E8;

    --main-color: #3F72AF;
    --secondary-color: #00ADB5;
    --header-color: #2C3C36;
    --para-color: #222831;
    --section-background: #A6E3E9;
}

ol,
ul {
    padding: 0;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    animation-duration: 1s;
    animation-fill-mode: both;

}

*::-webkit-scrollbar-thumb {
    background-color: #7E6E45;
    border-radius: 4px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #7E6E45;
    border-radius: 20px;

}

::-webkit-scrollbar-track {
    background-color: var(--color-grayish-background);

    border-radius: 5px;

}

html {
    scroll-behavior: smooth;
}

body,
html {
    background: #FCFCFC;
    direction: rtl;
}

/* dark mode */

.form-container p,
.choosing form label,
.form-container dt,
.form-container dd {
    color: #1A1A1A;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.border-skin-primary {
    border-color: #fff !important;
}

.btn-box img {
    filter: invert(1);
}

/* dark mode */
a {
    text-decoration-line: none;
    color: var(--color-white);
}

i {
    color: rgba(0, 178, 189, 1);
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: Cairo;
    margin: 0;
    padding: 0;
}

img {
    display: block;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.accordion-butn {
    background-color: transparent;
}

nav.navbar.container.navbar-expand-lg {
    padding: 0;
    margin: 0;
}

.bottom-header {
    background-size: cover;
    background-color: transparent;
    padding: 24px 0;
    box-shadow: 0px 1px 8px 0px rgba(9, 9, 9, 0.07);
}

header#header {
    background-color: transparent;
}

.bottom-header .logo .logo-img {
    width: auto;
    height: 35px;
}

.bottom-header .logo a {
    color: var(--Prirmitaves-Colors-Base-White, #FFF);
    text-align: right;
    font-family: Changa;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
}

.bottom-header ul li a {
    padding: 10px 4px 8px;
    text-decoration-line: none;
    transition-duration: 300ms;
    padding-top: 10px;
    padding-bottom: 8px;
    color: var(--Prirmitaves-Colors-Base-White, #FFF);
    text-align: right;
    font-family: Changa;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.bottom-header ul li a:hover {
    box-shadow: 0px -0.9em 0px 0px rgba(9, 106, 61, 0.06) inset;
}

.nav-link:focus,
.nav-link:hover {
    color: #eee;
}

.bottom-header .head-btn {
    max-width: 100%;
    margin-right: 29px;
}

.bottom-header .head-btn a i {
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

.bottom-header .head-btn a:hover {
    transform: translateY(-10px);
}

@media only screen and (max-width: 992px) {

    nav.navbar.container.navbar-expand-lg .container {
        padding: 0;
    }

    .bottom-header {
        padding: 20px 10px;
    }

    .bottom-header .logo .logo-img {
        width: 22px;
        height: 22px;
    }

    .bottom-header .logo a {
        font-size: 24px;
    }
}

#main {
    padding: 0;
}

@media (min-width: 767px) {
    #main {
        overflow: visible;
    }
}

/* general  */
@media (max-width: 992px) {

    div#navbarSupportedContent #x-checkout-btn {
        margin: 0;
        width: 85%;
        min-width: unset;
    }

    .navbar-collapse.show {
        right: 0;
    }

    /* ÃƒËœÃ‚Â²ÃƒËœÃ‚Â± ÃƒËœÃ‚Â¥ÃƒËœÃ‚ÂºÃƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¡ ÃƒËœÃ‚Â¨ÃƒËœÃ‚Â§ÃƒËœÃ‚Â³ÃƒËœÃ‚ÂªÃƒËœÃ‚Â®ÃƒËœÃ‚Â¯ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Â¦ ::after */
    .navbar-collapse::after {
        content: "";
        position: absolute;
        top: 20px;
        left: 20px;
        width: 40px;
        height: 40px;
        background-image: url('https://files.easy-orders.net/1730126397889398746.png');
        background-size: cover;
        /* Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â¶ÃƒËœÃ‚Â¨ÃƒËœÃ‚Â· ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚ÂµÃƒâ„¢Ã‹â€ ÃƒËœÃ‚Â±ÃƒËœÃ‚Â© ÃƒËœÃ‚Â¨ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â­ÃƒËœÃ‚Â¬Ãƒâ„¢Ã¢â‚¬Â¦ ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã†â€™ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Â¦Ãƒâ„¢Ã¢â‚¬Å¾ */
        background-position: center;
        border-radius: 50%;
        /* ÃƒËœÃ‚Â¥ÃƒËœÃ‚Â°ÃƒËœÃ‚Â§ ÃƒËœÃ‚Â£ÃƒËœÃ‚Â±ÃƒËœÃ‚Â¯ÃƒËœÃ‚Âª ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â­Ãƒâ„¢Ã‚ÂÃƒËœÃ‚Â§ÃƒËœÃ‚Â¸ ÃƒËœÃ‚Â¹Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã¢â‚¬Â° ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â´Ãƒâ„¢Ã†â€™Ãƒâ„¢Ã¢â‚¬Å¾ ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â¯ÃƒËœÃ‚Â§ÃƒËœÃ‚Â¦ÃƒËœÃ‚Â±Ãƒâ„¢Ã…  */
        cursor: pointer;
    }

    #navbarSupportedContent>ul {
        padding: 0;
        margin: 0 !important;
    }

    .navbar-collapse.show {
        right: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        padding: 86px 0;
        gap: 15px;
    }

    .head-btn {
        width: 83%;
    }

    #header .bottom-head .nav-item a {
        padding: 0;
        margin: 0;
    }

    #navbarSupportedContent>ul {
        display: flex;
        flex-direction: column;
        gap: 27px;
        align-items: center;
    }

    #hero .middle {
        padding: 0;
        gap: 25px;
    }

    #hero {
        overflow: hidden;
    }

    .countdown.d-flex .countdown-item {
        font-size: 12px;
    }

}

#hero .right-side {
    width: 48%;
    float: right;
    position: sticky;
    top: 10px;
    height: fit-content;
    padding: 0;
}

#hero .carousel {
    max-width: 100%;
    margin: 0 auto;
}

#hero .carousel .carousel-inner {
    border-radius: 0;
    max-width: 100%;
    max-height: 200vh;
}

#hero .carousel .carousel-inner .carousel-item {
    height: 100%;
    width: 100%;
}

#hero .carousel .carousel-inner .carousel-item img {
    max-height: 100%;
    height: 420px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

#hero .carousel .carousel-inner .carousel-item img:hover {
    cursor: zoom-in;
    transform: scale(1.3);
}

#hero .carousel-indicators::-webkit-scrollbar {
    width: 5px;

    height: 10px;
}

#hero .carousel-indicators::-webkit-scrollbar-thumb {
    background-color: var(--color-medium-gray);
    border-radius: 20px;
}

#hero .carousel-indicators::-webkit-scrollbar-track {
    background-color: var(--color-grayish-background);

    border-radius: 5px;

}

#hero .carousel-indicators li.thumbnail {
    width: auto;
    height: 80px;
    border-radius: 10px;
    color: transparent;
}

#hero .carousel-indicators li.thumbnail:not(.active) {
    opacity: 1;
}

#hero .carousel-indicators li img {
    height: 100%;
    width: 100px;
    max-width: unset;
}

.incourge-checkout-form {
    font-family: Cairo;
    font-weight: 400;
    line-height: 160%;
    color: rgba(5, 24, 20, 1);
    font-size: 16px;
    text-align: center;
}

.form-title-box {
    max-width: 100%;
    margin: 20px auto;
    display: flex;
}

.form-title-top-line,
.form-title-bottom-line {
    height: 1px;
    background-color: rgba(206, 214, 211, 1);
    width: 12%;
    margin: 10px auto;
}

.form-title-content {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    text-align: center;
}

.form-title-text {
    text-decoration: none;
    color: #FFFFFF;
    font-family: Cairo, sans-serif;
    line-height: 1.15;
    font-weight: 700;
    font-size: 20px;
}

@media (max-width: 992px) {
    .form-title-text {
        font-size: 16px;
    }

}

#hero div#prices2 .product-peices1 {
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

#main .left-side .main-content div#discountPercent {
    background: #fd4e3b;
    line-height: 18px;
    padding: 10px 20px;
    color: #fcfcfc;
    text-align: right;
    font-family: Rubik;
    font-style: normal;
    font-weight: 600;
}

#hero .left-side .main-content .discount h4,
.discount h4 {
    color: #1A1A1A;
    text-align: right;
    font-family: Changa;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
}

.choosing form label {
    text-align: right;
    font-family: "Noto Kufi Arabic";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.product-first-stars {
    gap: 7px;
    display: flex;
    align-items: center;
    color: var(--Prirmitaves-Colors-Greys-650, #595959);
    text-align: right;
    font-family: Changa;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.stars {
    display: flex;
    flex-wrap: nowrap;
    gap: 3px;

}

.product-first-stars i {
    color: #FFD607;
    font-size: 15px;

}

@media (max-width: 992px) {
    .product-first-stars {
        font-size: 12px;
    }

}

@media (min-width: 767px) {

    #hero .middle {

        width: 100%;
        justify-content: space-between;

    }

    nav.navbar.container.navbar-expand-lg .container {
        padding: 0;
    }

}

/* start left side */
#hero .left-side {
    width: 50%;
    float: left;
    padding: 0;
}

#main .left-side .main-content {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

@media only screen and (max-width: 992px) {
    #main .left-side .main-content {
        padding: 20px;
    }
}

#hero .left-side .main-content .title h1 {
    color: #1A1A1A;
    text-align: right;
    font-family: Changa;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}

#hero .left-side .main-content .discount p,
.discount p {
    color: var(--Prirmitaves-Colors-Greys-700, #4D4D4D);
    text-align: right;
    font-family: Changa;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.discount .percentage {
    font-size: 14px;
    font-family: 'Rubik';
    border-style: solid;
    border-width: 0px;
    border-radius: 6px;
    color: #000;
    background-color: #fd4e3b;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 7px;
    padding-left: 7px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

#hero .left-side .main-content .choosing .title-box p {
    color: #1D1D1D;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

#hero .left-side .main-content .form-container form .input-container {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    padding: 6px;
    border-style: solid;
    border-color: rgba(185, 200, 213, 1);
    border-width: 1px;
    border-radius: 10px;
    margin: 10px 0;
}

#hero .left-side .main-content .form-container form .input-container img {
    border-style: solid;
    border-width: 0px;
    height: 40px;
    background-color: rgba(231, 233, 238, 0.5);
    padding: 5px;
    border-radius: 8px;
}

#hero .left-side .main-content .form-container form .input-container .input-box {
    width: 100%;
}

#hero .left-side .main-content .form-container form .input-container .input-box input {
    font-family: Cairo;
    font-weight: 400;
    border-radius: 8px;
    height: 100%;
    font-size: 15px;
    width: 100%;
    outline: none;
    border: none;
    min-height: inherit;
    max-height: inherit;
    overflow: visible;
    line-height: 1.15;
    padding: 0 10px 0 0;
}

#hero .left-side .main-content .choosing .radio-container {
    margin-top: 1px;
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 19px;
}

#hero .accordion-element input {
    width: 20px;
    height: 20px;
}

#hero .accordion-element input:checked {
    background-color: var(--main-color);
    color: var(--main-color);
}

#hero .accordion-element label {
    padding-right: 6px;
    line-height: 18px;
    font-weight: 500;
    font-size: 18px;
    color: var(--color-dark-grayish-brown);
    font-family: Cairo;
    margin-top: auto;
}

#hero .accordion-btn {
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    outline: none;
    border: none;

    padding: 10px 12px;
    border-radius: 8px;
    background-color: #fff !important;
    color: var(--color-deep-slate);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#hero .accordion-btn .price {
    color: var(--color-muted-brown);
    line-height: 18px;
    font-weight: 500;
    font-size: 18px;
}

#hero .accordion-btn span {
    color: var(--color-muted-brown);
    text-decoration: line-through;
    opacity: .8;
    font-size: 16px;
}

#hero .accordion-btn .acc-title {
    display: flex;
}

#hero .accordion-btn .free {
    padding: 4px 10px;
    background-color: var(--color-light-gray);
    width: fit-content;
    margin-right: 20px;
    text-align: center;
    margin-top: auto;
}

#hero .accordion-btn .free p {
    font-size: 11px;
    margin: auto;
    color: var(--color-dark-grayish-brown);

}

#hero .accordion-element .color {
    color: var(--color-deep-green);
}

#hero .accordion-element select {
    color: var(--color-deep-green);
    width: 30%;
    cursor: pointer;
    margin-right: 10px;
}

#hero .accordion-element .best-offer {

    border-radius: 5px;
    margin-top: -10px;
    margin-right: 20px;
    width: 120px;
    padding: 1px 5px;
    text-align: center;
    position: absolute;

}

#hero .accordion-element .best {
    background-color: #fdaf28;
}

#hero .accordion-element .best-offer h6 {
    font-size: 11px;
    color: var(--color-white);
    margin: 5px 0px;
}

#hero .accordion-body {
    font-weight: 400;
    font-size: 15px;
}

#hero .accordion-body span {
    font-weight: 600;
    font-size: 16px;
}

#hero .choosing .title-box img {
    margin-right: 8px;
    width: 40%;
    height: auto;
}

#hero .choosing .total-price {
    border-width: 0px;
    border-radius: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 11px;
    padding-left: 20px;
    background-color: #ff2c07d9;
    color: #FFF !important;
    text-align: center;
    font-family: Changa;
    font-size: var(--Prirmitaves-Spacing-2xl, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--Prirmitaves-Spacing-3xl, 24px);
}

.total_price_container {
    margin: 0 !important;
    gap: 5px;
}

#hero .choosing .total-price img {
    width: auto;
    margin-left: 6px;
    height: 32px;
    filter: invert(1);
}

#hero .choosing .total-price p {
    line-height: 20px;
    text-align: left;
    font-family: Cairo;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    margin: auto 0;
}

#hero .choosing .total-price span {
    font-family: Cairo;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

#hero .choosing .order-now {
    width: 100%;
}

@keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

.main-description {
    color: var(--Prirmitaves-Colors-Greys-700, #4D4D4D);
    text-align: right;
    font-family: Changa;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.main-description-intro {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.main-description-title {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0;
}

.main-description-highlight {
    font-family: Cairo;
    color: rgba(71, 88, 81, 1);
    line-height: 160%;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

.main-description-subtitle {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 10px;
    color: rgba(71, 88, 81, 1);
}

.main-description-list {
    list-style-type: disc;
    margin: 0 auto 5px;
    display: inline-block;
    padding: 0 20px 0 0;
}

.main-description-list li {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.6;

}

.main-description-warning {
    font-size: 18px;
    font-weight: 700;
    color: rgba(207, 38, 38, 1);
    margin: 20px 0;
}

/* accordion-butn */
.accordion-element {
    justify-content: space-between;
    align-items: center;
    cursor: pointer;

}

#main .left-side div#accordionFlushExample {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#main .left-side .accordion-element {
    background-color: rgba(9, 106, 61, 0.06);
    border-radius: 15px;
}

#main .left-side .accordion-element .accordion-butn {
    background-color: transparent;
}

#x-bundles .accordion-element {
    margin: 5px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

#x-bundles .accordion-element .accordion-btn {
    padding: 17px;
}

.accordion-element i {
    color: #fff;
}

.accordion-element .accordion-butn .btn-title {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition-duration: 240ms;
    padding: 18px 10px 18px 18px;
}

.accordion-element .accordion-butn .btn-title .right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.accordion-element .accordion-butn .btn-title .right img {
    width: auto;
    margin-left: 5px;
    border-style: solid;
    border-radius: 10px;
    border-width: 0px;
    padding: 4px;
    height: 36px;
}

.accordion-element .accordion-butn .btn-title .right span {
    color: #101010;
    text-align: right;
    font-family: Changa;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.accordion-butn {
    border: none;
    font-size: 16px;
    padding: 0px;
    font-family: Cairo;

}

.accordion-butn .btn-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 992px) {

    #hero .right-side,
    #hero .left-side {
        width: 100%;
    }

    .main-description {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {

    #main .left-side div#accordionFlushExample {
        gap: 5px;
    }

    #hero .right-side,
    #hero .left-side {
        width: 100%;
    }

    #hero .carousel .carousel-inner .carousel-item img {
        height: 250px;
    }

    #hero .left-side .main-content .title h1 {
        font-size: 24px;
    }

    #hero .left-side .main-content .discount h4,
    .discount h4 {
        font-size: 18px;
    }

    #hero .left-side .main-content .discount p,
    .discount p {
        font-size: 16px;
    }

    #hero .left-side .main-content .choosing .title-box p,
    #hero .accordion-btn span {
        font-size: 13px;
    }

    #hero .accordion-btn .acc-title {
        flex-direction: column;
    }

    #hero .accordion-element label {
        font-size: 14px;
        padding: 0;
    }

    #hero .accordion-btn .free {
        margin-right: 0;
    }

    #hero .accordion-btn .price {
        font-size: 15px;
    }

    #hero .accordion-element select {
        width: 50%;
    }

    #hero .choosing .order-now {
        font-size: 18px;
        padding: 15px 10px;
    }

    #hero .choosing .total-price {
        margin: 15px 0 15px !important;
    }
}

section {
    overflow: hidden;
}

.section-title {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

@media only screen and (max-width: 767px) {
    .section-title {
        margin-bottom: 20px;
    }

}

#services .faq-image {
    border-radius: 40px;
    width: 100%;
}

.services .content .accordion {
    max-width: 100%;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 0px;
    border-radius: 18px;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 100%;
    align-items: flex-start;
    gap: 20px;
}

.services .content .accordion .accordion-element {
    max-width: 100%;
    width: 100%;
    border-style: solid;
    overflow: hidden;
    z-index: 100;
    border-width: 0px;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 16px;
    border: 1px solid var(--Prirmitaves-Colors-Base-Black, #020202);
}

.services .content .accordion .accordion-element button .btn-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 16px;

}

.accordion-body {
    color: var(--Prirmitaves-Colors-Greys-650, #595959);
    text-align: right;
    font-family: Changa;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.services .content .right img {
    width: auto;
    margin-left: 10px;
    background-color: var(--color-yellow-light);
    border-style: solid;
    border-width: 0px;
    height: 40px;
    border-radius: 12px;
    padding: 4px;
}

.services .content .right span {
    color: var(--color-dark-grayish-brown);
    line-height: 20px;
    font-family: Cairo;
    font-weight: 700;
    font-size: 16px;
}

.services .content i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Prirmitaves-Colors-Base-Black, #020202);
    text-align: right;
    font-size: 20px;
    font-style: normal;
}

.btn-container {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    direction: rtl;
}

.btn-container .btn-box {
    width: 40%;
    align-items: center;
    display: flex;
}

.btn-container .btn-box .btn-r {
    max-width: 100%;
    margin-left: 8px;
    height: 30px;
    box-sizing: border-box;
    animation-duration: 1s;
    animation-fill-mode: both;
    border-style: none;
    display: block;
    width: auto;
    object-fit: cover;
    position: relative;
}

.btn-container .btn-box .btn-l {
    max-width: 100%;
    margin-right: 8px;
    height: 30px;
    box-sizing: border-box;
    animation-duration: 1s;
    animation-fill-mode: both;
    border-style: none;
    display: block;
    width: auto;
    object-fit: cover;
    position: relative;
}

.btn-box a {
    width: 100%;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    border-style: solid;
    border-width: 0px;
    transition-duration: 0.3s;
    padding: 18px 13px 17px;
    background-color: var(--main-color);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: block;
    text-decoration: none solid rgb(0, 117, 255);
    box-sizing: border-box;
    animation-duration: 1s;
    animation-fill-mode: both;
    position: relative;
}

.btn-box a:hover {
    transform: translateY(-10px);
}

.btn-box a p {
    font-family: Cairo;
    line-height: 22.4px;
    text-align: center;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {

    .services .content .accordion {
        grid-template-columns: 100%;
    }

    .btn-container {
        margin-top: 20px;
    }

    .btn-container .btn-box {
        width: 70%;
    }

    .btn-box a {
        padding: 14px;
    }

    .services .accordion-element {
        margin-bottom: 0;
    }

}

@media only screen and (max-width: 767px) {

    .accordion-element .accordion-butn .btn-title .right span {
        font-size: 15px;
    }

    .accordion-element .accordion-butn .btn-title .right img {
        width: 28px;
        height: 28px;
    }
}

/* start static-section */
#static-section div#fixed-price {
    gap: 10px;
}

#static-section {
    padding-bottom: 18px;
    padding-right: 24px;
    padding-left: 24px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1000;
    bottom: 0;
}

#static-section .static {
    margin-right: auto;
    margin-left: auto;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-right-width: 1px;
    background-position: center center;
    z-index: 600;
    border-color: #be1300;
    padding: 24px;
    background: #FFF9F8;
    box-shadow: 0px 1px 5px 2px rgba(12, 12, 12, 0.20);
    border-radius: 8px;
}

#static-section .static .discount h4 {
    font-size: 24px;
}

#static-section .static .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#static-section .static .right .r {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#static-section .static .right .r img {
    border-radius: 8px;
    box-shadow: 0px 0px 0px 6px rgba(251, 184, 46, 0.12);
    height: 64px;
    width: 64px;
    min-width: 64px;
}

#static-section .static .right .r .details h3 {
    color: #333;
    text-align: right;
    font-family: Changa;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

#static-section .static .right .r .details .inline {
    display: flex;
    align-items: center;
}

#static-section .static .right .r .details .inline .span1 {
    font-family: Cairo;
    font-weight: 700;
    font-size: 19px;
    color: var(--color-muted-brown);
    margin-left: 8px;
}

#static-section .static .right .r .details .inline .span2 {
    text-decoration-line: line-through;
    font-family: Cairo;
    color: var(--color-slightly-dark-gray);
    font-size: 18px;
    font-weight: 500;
    margin-left: 11px;
}

#static-section .static .right .r .details .inline .span3 {
    font-family: Cairo;
    border-style: solid;
    border-width: 0px;
    border-radius: 6px;
    color: var(--color-yellow-dark);
    background-color: var(--color-yellow-light);
    font-weight: 500;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 15px;
}

#static-section .static .left {
    width: 28%;
}

#static-section .static .left button {
    animation-name: pulse;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 1600ms;
}

#static-section .static .right {
    display: flex;
    padding-left: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#static-section .static .right h5 {
    font-family: Tajawal;
    color: rgba(22, 39, 34, 1);
    font-weight: 600;
    line-height: 160%;
    font-size: 19px;
}

@media only screen and (max-width: 767px) {
    #static-section {
        padding: 0;
    }

    #static-section .static {
        flex-direction: column;
        padding: 12px;
        position: fixed;
        bottom: 0;
        width: 100%;
        border-radius: 24px;
        background: #FFF;
        box-shadow: 0px 1px 5px 2px rgba(12, 12, 12, 0.20);
    }

    #static-section .static .right,
    #static-section .static .left h6 {
        display: none;
    }

    #static-section .static .left {
        width: 100%;
    }

    .back-to-top {
        bottom: 140px;
        width: 55px;
        height: 55px;
    }
}

#x-checkout-btn {
    border: 0;
    width: 100%;
}

#static-section #x-checkout-btn {
    width: 100%;
    font-size: var(--Prirmitaves-Spacing-2xl, 20px);
}

/* end static-section */

/*========================== old code  ============================*/

.btn-container .btn-box {
    width: unset;

}

#x-checkout-btn {
    letter-spacing: 0px;
    border-style: solid;
    border-width: 0px;
    min-width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    backdrop-filter: blur(5px);
    padding: 12px 20px;
    border-radius: var(--Prirmitaves-Radius-lg, 8px);
    background: #BE1300;
    color: #FFF;
    text-align: center;
    font-family: Changa;
    font-size: var(--Prirmitaves-Spacing-2xl, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--Prirmitaves-Spacing-3xl, 24px);
}

/*quantity*/

/*quantity*/

/*main carousel*/
.right-side .carousel .carousel-inner .carousel-item img,
#hero .carousel .carousel-inner .carousel-item img {
    height: auto !important;
    width: 100% !important;
    object-fit: cover !important;
    max-height: 90vh !important;
    border-radius: 0;
}

.right-side .carousel-indicators li.thumbnail {
    width: auto !important;
    height: auto !important;

}

#main .carousel-indicators {
    position: static;
    width: 100%;
    overflow-x: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
    padding: 10px 0;
    gap: 5px;
    margin: 0;
}

#hero .carousel-indicators li.thumbnail::marker {
    display: none;
}

@media only screen and (min-width: 992px) {
    #hero .carousel-indicators li img {
        width: 100%;
        height: auto;
        min-width: 120px;
    }

}

.right-side .carousel-indicators li.thumbnail {
    background-color: transparent !important;
}

@media only screen and (max-width: 767px) {
    #main .carousel-indicators {
        gap: 5px !important;
        padding: 0 0 5px;
        margin: 0;
    }

    .right-side .carousel .carousel-inner {

        display: none !important;
    }

    .right-side .carousel-indicators li img {

        width: auto !important;
        border-radius: 10px;
        max-width: 84vw !important;
        aspect-ratio: 1;
        max-height: 65vh;
        border-radius: 0;

    }

    .right-side .carousel-indicators li.thumbnail {
        width: 90vw !important;
        height: auto !important;
        border-radius: 10px;
        color: transparent !important;
    }

    #main .carousel-indicators li.thumbnail {
        padding: 0;
    }

    .accordion-element .accordion-header button span {
        font-size: 16px !important;
        text-align: right;
    }

    .accordion-element {
        margin-bottom: 12px;
    }
}

#main .left-side {
    max-width: 100%;
    border-radius: 16px;
    background: #FFF9F8;
    box-shadow: 0px 3px 5px 0px rgba(190, 19, 0, 0.20);
    padding: 24px 40px;
    height: fit-content;
}

.main-discount {
    display: flex;
    align-items: center;
    border-style: solid;
    border-width: 0px;
    border-radius: 30px;
    box-shadow: 0px 1px 3px 0px rgba(85, 55, 48, 0.17);
    font-family: Nunito;
    padding: 6px 10px 3px 10px;
    justify-content: center;
    gap: 5px;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    background-color: #231f1d;
    font-size: 16px;
}

.percentage.main-discount.flash-icon {
    position: relative;
}

.percentage.main-discount.flash-icon::before {
    content: "\062E\0635\0645";
    /* "خصم" بالـ Unicode */
    display: block;
}

.txt-rating-box p {
    color: var(--Prirmitaves-Colors-Greys-700, #4D4D4D);
    text-align: right;
    font-family: Tajawal;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

#hero .left-side .main-content .rating-box .photo img {
    border-style: solid;
    border-width: 0px;
    border-radius: 50%;
    height: 34px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 34px;
    margin-right: -9px;
}

#hero .left-side .main-content .rating-box .photo img:first-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    #main .left-side {
        padding: 0;

    }

    .txt-rating-box p {
        font-size: 11px;
    }
}

p#basePrice {
    text-decoration: line-through;
    color: var(--Prirmitaves-Colors-Greys-700, #4D4D4D);
    text-align: right;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}

.carousel .carousel-inner .carousel-item {
    height: auto;
    background-color: #bdd03d;
    overflow: hidden;
    max-height: 90vh !important;
}

.carousel-indicators .thumbnail {
    scroll-snap-align: center;
    background-color: transparent;
}

/*main carousel*/

#hero {
    overflow: visible;
}

.carousel .carousel-inner .carousel-item {
    background-color: transparent !important;
}

/*header tst*/
@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -250px;
        height: 100%;
        width: 250px;
        background-color: #e73d27f0;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
        transition: right 0.3s ease-in-out;
        z-index: 1000;
    }

    /* ÃƒËœÃ‚Â²ÃƒËœÃ‚Â± ÃƒËœÃ‚Â¥ÃƒËœÃ‚ÂºÃƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¡ ÃƒËœÃ‚Â¨ÃƒËœÃ‚Â§ÃƒËœÃ‚Â³ÃƒËœÃ‚ÂªÃƒËœÃ‚Â®ÃƒËœÃ‚Â¯ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Â¦ ::after */
    .navbar-collapse::after {
        content: "";
        position: absolute;
        top: 20px;
        left: 20px;
        width: 40px;
        height: 40px;
        background-image: url('https://files.easy-orders.net/1730126397889398746.png');
        background-size: cover;
        /* Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â¶ÃƒËœÃ‚Â¨ÃƒËœÃ‚Â· ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚ÂµÃƒâ„¢Ã‹â€ ÃƒËœÃ‚Â±ÃƒËœÃ‚Â© ÃƒËœÃ‚Â¨ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â­ÃƒËœÃ‚Â¬Ãƒâ„¢Ã¢â‚¬Â¦ ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã†â€™ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Â¦Ãƒâ„¢Ã¢â‚¬Å¾ */
        background-position: center;
        border-radius: 50%;
        /* ÃƒËœÃ‚Â¥ÃƒËœÃ‚Â°ÃƒËœÃ‚Â§ ÃƒËœÃ‚Â£ÃƒËœÃ‚Â±ÃƒËœÃ‚Â¯ÃƒËœÃ‚Âª ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â­Ãƒâ„¢Ã‚ÂÃƒËœÃ‚Â§ÃƒËœÃ‚Â¸ ÃƒËœÃ‚Â¹Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã¢â‚¬Â° ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â´Ãƒâ„¢Ã†â€™Ãƒâ„¢Ã¢â‚¬Å¾ ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â¯ÃƒËœÃ‚Â§ÃƒËœÃ‚Â¦ÃƒËœÃ‚Â±Ãƒâ„¢Ã…  */
        cursor: pointer;
    }

    #navbarSupportedContent>ul {
        padding: 0;
        margin: 0 !important;
    }

    .head-btn {
        width: 83%;
    }

    #navbarSupportedContent>ul {
        display: flex;
        flex-direction: column;
        gap: 27px;
    }

    #hero {
        overflow: hidden;
    }

}

@keyframes fadeInText {
    0% {
        opacity: 0;
        transform: translateY(10px);
        /* ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã¢â‚¬ ÃƒËœÃ‚Âµ Ãƒâ„¢Ã… ÃƒËœÃ‚Â¨ÃƒËœÃ‚Â¯ÃƒËœÃ‚Â£ Ãƒâ„¢Ã¢â‚¬Â¦Ãƒâ„¢Ã¢â‚¬  ÃƒËœÃ‚Â£ÃƒËœÃ‚Â³Ãƒâ„¢Ã‚ÂÃƒâ„¢Ã¢â‚¬Å¾ */
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        /* ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã¢â‚¬ ÃƒËœÃ‚Âµ Ãƒâ„¢Ã… ÃƒËœÃ‚ÂµÃƒâ„¢Ã¢â‚¬Å¾ ÃƒËœÃ‚Â¥Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã¢â‚¬Â° Ãƒâ„¢Ã¢â‚¬Â¦Ãƒâ„¢Ã†â€™ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬ Ãƒâ„¢Ã¢â‚¬Â¡ ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â·ÃƒËœÃ‚Â¨Ãƒâ„¢Ã… ÃƒËœÃ‚Â¹Ãƒâ„¢Ã…  */
    }
}

/* ÃƒËœÃ‚Â¹Ãƒâ„¢Ã¢â‚¬ ÃƒËœÃ‚Â¯ ÃƒËœÃ‚ÂªÃƒËœÃ‚ÂºÃƒâ„¢Ã… Ãƒâ„¢Ã… ÃƒËœÃ‚Â± ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã¢â‚¬ ÃƒËœÃ‚Âµ */
.change-text {
    animation: fadeInText 0.5s forwards;
}

i.las.la-plane {
    color: rgba(0, 178, 189, 1);
    font-size: 21px;
}

@keyframes flash {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    70% {
        opacity: 1;
    }

}

.flash-icon {
    animation: flash 1.5s infinite;
    /* ÃƒËœÃ‚ÂªÃƒËœÃ‚Â·ÃƒËœÃ‚Â¨Ãƒâ„¢Ã… Ãƒâ„¢Ã¢â‚¬Å¡ ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â­ÃƒËœÃ‚Â±Ãƒâ„¢Ã†â€™ÃƒËœÃ‚Â© */

    margin-right: 5px;
    /* Ãƒâ„¢Ã¢â‚¬Â¦ÃƒËœÃ‚Â³ÃƒËœÃ‚Â§Ãƒâ„¢Ã‚ÂÃƒËœÃ‚Â© ÃƒËœÃ‚Â¨Ãƒâ„¢Ã… Ãƒâ„¢Ã¢â‚¬  ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â£Ãƒâ„¢Ã… Ãƒâ„¢Ã¢â‚¬Å¡Ãƒâ„¢Ã‹â€ Ãƒâ„¢Ã¢â‚¬ ÃƒËœÃ‚Â© Ãƒâ„¢Ã‹â€ ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã¢â‚¬ ÃƒËœÃ‚Âµ */
}

/*==================     end customer-deal-slider        =========================================*/

/*==================     footer-card     =========================================*/
section#footer-card {
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 30px 0 160px 0;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    section#footer-card {
        margin: 30px 0 100px 0;
    }

}

/*==================     end footer-card     =========================================*/

.in-product-quantity-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    background-color: #f9684aa3;
    border-radius: 10px;
    margin: 10px 0;
}

.quantity_container {
    margin: 0 !important;
    padding: 6px 10px !important;
    background-color: #9896a4;
    border-radius: 15px;
}

.container-bolt-customer-deal-left {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: rgba(171, 179, 173, 1);
    background-color: rgba(9, 106, 61, 0.06);
    border-radius: 80px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 18px;
    padding-left: 18px;
    width: fit-content;
}

.container-bolt-customer-deal-left i {
    font-size: 28px;
}

/*==================    big-main-title     =========================================*/
@media (max-width: 767px) {

    .big-main-title,
    .fire-customer-deal-left {
        font-size: 24px;
    }
}

/*==================     end big-main-title    =========================================*/

/*==================     end big-main-title    =========================================*/
.navbar-toggler {
    padding: 2px 5px;
    line-height: normal;
    color: inherit;
    background-color: initial;
    border: none;
    border-radius: 0;
    transition: none;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: invert(1);
}

.navbar-toggler-icon {
    width: 25px;
    height: 25px;

}

.navbar-toggler:focus {
    text-decoration: none;
    outline: none;
    box-shadow: 0 0 5px 2px #7E6E45;
    border: 2px solid #7E6E45;
    color: #7E6E45;
    border-radius: 5px;
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
#footer {
    padding: 50px 50px 90px;
    background: #680A00;
}

.master-cards img {
    max-width: 300px;
}

#footer .content {
    display: flex;
    flex-direction: column;
}

#footer .content .item {
    display: flex;
    flex-direction: column;
}

#footer .content .item h3 {
    font-family: Cairo;
    line-height: 160%;
    letter-spacing: 0px;
    color: rgba(72, 59, 54, 1);
    font-size: 18px;
    font-weight: 700;
}

#footer .content .item p,
#footer .content .item ul {
    font-family: Cairo;
    line-height: 160%;
    font-weight: 400;
    color: rgba(82, 68, 58, 0.81);
    font-size: 15px;
    padding: 0;
}

#footer .content .item ul {
    list-style: none;
}

#footer .content .item ul li {
    color: #483b36;
}

#footer .content .item ul li a {
    color: var(--Prirmitaves-Colors-Base-White, #FFF);
    text-align: center;
    font-family: Changa;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

.social-icons.d-flex i {

    color: #fff;
}

#footer .content .item .social-icons i {
    font-size: 22px;
    font-weight: bolder;
    margin-left: 20px;
    display: block;
    color: #000;
}

#footer .content .item input {
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    color: rgba(72, 59, 54, 1);
    line-height: 18px;
    font-family: Cairo;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 16px;
    padding-left: 16px;
    border-color: rgba(214, 220, 233, 1);
    border-radius: 10px;
    width: 100%;
}

#footer .content .item input:focus {
    border: 2px solid var(--main-color);
    outline: none;
}

#footer .content .item button {
    margin-top: 10px;
    font-family: Cairo;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 18px;
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    background-color: rgba(72, 59, 54, 1);
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 15px;
    border-radius: 10px;
    outline: none;
    border: none;
    cursor: pointer;
    width: 100%;
}

#footer .content .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

#footer .content .bottom .item img {
    height: 26px;
    float: left;
}

#footer .content .item ul {
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-around;
    margin: 0;
}

.social-icons.d-flex {
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.social-icons.d-flex ::before {
    width: 24px;
    font-size: 33px;
}

.social-icons.d-flex img {
    width: 35px;
}

.social-icons.d-flex h1 {
    color: var(--Prirmitaves-Colors-Base-White, #FFF);
    text-align: center;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.logo-footer {
    color: var(--Prirmitaves-Colors-Base-White, #FFF);
    text-align: center;
    font-family: Changa;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
}

@media only screen and (max-width: 992px) {

    #footer .content .item h3,
    #footer .content .item .social-icons i {
        font-weight: 600;
    }

    #footer .content .item .social-icons i {
        font-size: 18px;
    }

    #footer .content .item {
        margin-top: 10px;
    }

    #footer .content .bottom {
        padding: 30px 0px 60px;
    }

    #footer .content .bottom .item img {
        float: initial;
        margin: auto;
    }

    #footer .content .item ul {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
        justify-content: space-around;
    }

    #footer {
        padding: 40px 10px 40px;
    }

    #footer .content .item ul li a {
        font-size: 20px;
    }

    .social-icons.d-flex h1 {
        font-size: 16px;
        width: 100%;
    }

    .social-icons.d-flex {
        flex-wrap: wrap;
    }
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# big-main-title
--------------------------------------------------------------*/
.big-main-title {
    color: #BE1300;
    text-align: center;
    font-family: Changa;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
}

.small-main-title {
    padding: 22px 0;
    max-width: 750px;
    margin: 0 auto;
    color: var(--Prirmitaves-Colors-Greys-750, #404040);
    text-align: center;
    font-family: Changa;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

@media (max-width: 992px) {
    .big-main-title {
        font-size: 22px;
    }

    .small-main-title {
        font-size: 14px;
        padding: 12px 0;
    }

}

/*--------------------------------------------------------------
# big-main-title
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# background-img-product
--------------------------------------------------------------*/
.background-img-product {
    min-height: 60vh;
    background-position: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url(https://files.easy-orders.net/1738532538324094344.webp) lightgray 50% / cover no-repeat;
}

.txt-background-img-product h1 {
    color: #FFF;
    text-align: right;
    font-family: Changa;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}

.txt-background-img-product h3 {
    color: var(--Prirmitaves-Colors-Greys-50, #F2F2F2);
    text-align: right;
    font-family: Changa;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
}

.txt-background-img-product #x-checkout-btn {
    max-width: 500px;
    width: fit-content;
    margin: 0;
}

.txt-background-img-product {
    max-width: 600px;
}

@media (max-width: 992px) {
    .txt-background-img-product h1 {
        font-size: 24px;
    }

    .background-img-product {
        min-height: 70vh;
        margin: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url(https://files.easy-orders.net/1738532538324094344.webp) lightgray 50% / cover no-repeat;
    }

    .txt-background-img-product h3 {
        text-align: center;
    }
}

/*--------------------------------------------------------------
# end background-img-product
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# carouselExampleCaptions-comment-customer
--------------------------------------------------------------*/
/*
 #carouselExampleCaptions-comment-customer,
#carouselExampleCaptions-comment-customer h5,
#carouselExampleCaptions-comment-customer p {
    color: #fff;
}

.carousel-item.comment-customer {
    min-height: 100px;
    height: fit-content;
}

#carouselExampleCaptions-comment-customer .carousel-inner,
#carouselExampleCaptions-comment-customer .carousel-inner .carousel-item {
    position: relative;
    width: 100%;
    min-height: 100px;
    height: max-content;
    overflow: visible;
}

#carouselExampleCaptions-comment-customer .carousel-caption {
    position: relative;
    right: unset;
    color: #fff;
    text-align: center;
    left: unset;
    max-width: 75%;
    margin: 0 auto;
}

#carouselExampleCaptions-comment-customer .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 40vh;
}
#carouselExampleCaptions-comment-customer{
  
}
 */

#carouselExampleCaptions-comment-customer .carousel-inner,
#carouselExampleCaptions-comment-customer .carousel-inner .carousel-item {
    position: relative;
    width: 100%;
    min-height: 100px;
    height: max-content;
    overflow: visible;
}

.carousel-caption {
    position: unset;
}

#carouselExampleCaptions-comment-customer .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 25vh;
}

#carouselExampleCaptions-comment-customer .carousel-caption {
    position: relative;
    right: unset;
    color: #fff;
    text-align: center;
    left: unset;
    max-width: 75%;
    margin: 0 auto;
}

#carouselExampleCaptions-comment-customer span {
    padding: 20px;
}

button.carousel-control-next,
button.carousel-control-prev {
    color: #47473B;
    fill: #47473B;
    background-color: #47473B;
    padding: 20px;
    font-size: 20px;
    height: fit-content;
    top: 50%;
    transform: translatey(-50%);
    margin: 0 20px;
    color: #47473B;
    fill: #47473B;
    background-color: #47473B;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 65px;
}

@media (max-width: 992px) {
    #carouselExampleCaptions-comment-customer span {
        padding: 10px;
    }

    button.carousel-control-next,
    button.carousel-control-prev {
        margin: 0 5px;
        height: 35px;
        width: 35px;
    }

    #carouselExampleCaptions-comment-customer .carousel-inner {
        min-height: 35vh;
    }
}

/*--------------------------------------------------------------
# end carouselExampleCaptions-comment-customer
--------------------------------------------------------------*/

.shipping_cost_container {
    margin: 15px 0 0 !important;
    padding: 10px 12px;
    background-color: #ff2c07c4;
    border-radius: 10px;
}

input.global_input,
textarea.global_textarea {
    border-radius: 24px;
    border: 0.5px solid var(--Prirmitaves-Colors-Greys-400, #999);
    background: var(--Prirmitaves-Colors-Base-White, #FFF);
}

button.quantity_btn {
    margin: 0 !important;
    padding: 8px !important;
}

/*--------------------------------------------------------------
# #mini-main-features
--------------------------------------------------------------*/
/* تنسيقات السكشن */
#mini-main-features {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
}

#mini-main-features .main-title {
    color: #BE1300;
    text-align: center;
    font-family: 'Changa', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

#mini-main-features .sub-title {
    color: #101010;
    font-family: 'Changa', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

#mini-main-features .description {
    color: #404040;
    text-align: right;
    font-family: 'Changa', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

#mini-main-features .feature-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #BE1300;
}

#mini-main-features .feature-icon {
    width: 32px;
    height: auto;
}

#mini-main-features .image-container img {
    width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    #mini-main-features .image-container img {
        max-height: 600px;
    }

    .image-container-battery-life-section {
        width: 100%;
    }
}

#mini-main-features .order-now {
    display: block;
    margin: 0 auto;
}

#mini-main-features .feature-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

#mini-main-features .feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid #BE1300;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
}

#mini-main-features .feature-card p {
    margin: 0;
    font-family: 'Changa', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #101010;
}

/*--------------------------------------------------------------
# end #mini-main-features
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# end #mini-main-features
--------------------------------------------------------------*/
#go-run {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

#go-run .heading {
    color: #BE1300;
    font-family: Changa;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

#go-run .description {
    color: #101010;
    text-align: right;
    font-family: Changa;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

#go-run .features {
    gap: 0.5rem;
}

#go-run .feature-item {
    align-items: start;
}

#go-run .feature-icon {
    width: 32px;
}

#go-run .feature-text {
    color: #101010;
    font-family: Changa;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: right;
}

#go-run .order-now {
    background-color: #BE1300;
    color: #FFF;
    font-family: Changa;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    max-width: 450px;
}

#go-run .main-image {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 992px) {
    #go-run .heading {
        font-size: 18px;
    }

    #go-run .feature-text {
        font-size: 14px;
    }
}

/*--------------------------------------------------------------
# end #mini-main-features
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# end #mini-main-features
--------------------------------------------------------------*/
#mini-store-featurres .card-feature {
    border-radius: 40px;
    border: 1px solid #A07E7E;
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease-in-out;
    scroll-snap-align: center;
}

#mini-store-featurres .all-cards-mini-store-featurres {
    scroll-snap-type: x mandatory;
}

#mini-store-featurres .all-cards-mini-store-featurres::-webkit-scrollbar {
    height: 5px;
}

#mini-store-featurres .all-cards-mini-store-featurres::-webkit-scrollbar-thumb {
    background-color: #c63830;
}

#mini-store-featurres .card-feature img {
    width: 80px;
    height: auto;
}

#mini-store-featurres .card-feature:hover {
    background-color: #fff4f4;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.feature-img {
    width: 64px;
}

.feature-title {
    color: #1A1A1A;
    text-align: center;
    font-family: Changa;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.feature-text {
    color: var(--Prirmitaves-Colors-Greys-700, #4D4D4D);
    text-align: center;
    font-family: Changa;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

section#mini-store-featurres {
    background: #F4F4F4;
}

@media (max-width: 992px) {
    section#mini-store-featurres .row-cols-1>* {
        max-width: 80%;
    }
}

@media (min-width: 992px) {
    .line-features-product1.one {
        margin: 0 0 0 -100px;
        z-index: 2;
    }

    .line-features-product1.two {
        margin: 0 -100px 0 0;
        z-index: 2;
    }
}

@media (max-width: 992px) {
    #mini-store-featurres .card-feature {
        padding: 20px;
    }

    .line-features-product1 img {
        width: 55px;
    }

    .small-imgs-features-product1 {
        min-width: 80px;
        width: 80px;
        height: 80px;
    }

    .line-features-product1 h5 {
        font-size: 20px;
    }

    .line-features-product1 p {
        font-size: 14px;
    }

    #mini-store-featurres .card-feature img {
        width: 50px;
    }

}

.lined-title {
    color: #101010;
    text-align: center;
    font-family: Alexandria;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    padding: 0 0 18px;
}

@media (max-width: 992px) {
    .lined-title {
        font-size: 23px;
    }
}

/*--------------------------------------------------------------
# end #mini-main-features
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# battery-life-section
--------------------------------------------------------------*/
/* تنسيقات السكشن */
#battery-life-section {
    text-align: center;
    background: #F4F4F4;
}

#battery-life-section .main-title {
    color: #BE1300;
    font-family: 'Changa', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

#battery-life-section .sub-title {
    color: #BE1300;
    text-align: center;
    font-family: 'Changa', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
}

#battery-life-section .description {
    color: #404040;
    text-align: center;
    font-family: 'Changa', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

#battery-life-section .note {
    color: #595959;
    text-align: center;
    font-family: 'Changa', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

#battery-life-section .image-container img {
    width: 100%;
    max-height: 400px;
    height: auto;
}

@media (min-width: 992px) {
    #battery-life-section .image-container img {
        max-height: 600px;
    }

    #battery-life-section .row {
        align-items: center;
    }

}

@media (max-width: 992px) {

    #battery-life-section .sub-title {
        font-size: 19px;
    }

    #battery-life-section .description {
        font-size: 14px;
    }

    #battery-life-section .note {
        font-size: 12px;
    }

    #battery-life-section .main-title {
        font-size: 24px;
    }

    .image-container-battery-life-section img {
        max-height: 70vh;
    }
}

/*--------------------------------------------------------------
# end battery-life-section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# technical-specs
--------------------------------------------------------------*/

#technical-specs .specs-title {
    color: #BE1300;
    font-family: Changa;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

#technical-specs .specs-description {
    color: #595959;
    text-align: center;
    font-family: Changa;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

}

#technical-specs .feature-icon {
    width: 24px;
}

#technical-specs .feature-title {
    color: #101010;
    font-family: Changa;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: right;
}

#technical-specs .feature-description {
    color: #595959;
    font-family: Changa;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: right;
}

#technical-specs .main-image {
    max-width: 100%;
    height: auto;
}

#technical-specs img.main-image {
    width: 100%;
    height: auto;
}

#technical-specs .feature-card {
    text-align: right;
}

/*--------------------------------------------------------------
# end technical-specs
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# client-experiences-section
--------------------------------------------------------------*/

#client-experiences-section .stats-container {
    background: url('https://files.easy-orders.net/1738564186631302603fgh.svg') no-repeat center center;
    background-size: cover;
    padding: 2rem;
    color: #101010;
    text-align: center;
}

#client-experiences-section .stats-container .stats-item {
    text-align: center;
    margin-bottom: 1rem;
}

#client-experiences-section .stats-container .stats-item .stats-description {
    color: #FFF;
    text-align: center;
    font-family: Changa;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

#client-experiences-section .stats-container .stats {
    color: #BE1300;
    font-family: 'Changa', sans-serif;
    font-size: 24px;
    font-weight: 600;
}

#client-experiences-section .stats-container img {
    height: auto;
    width: 40px;
}

#client-experiences-section .carousel-container {
    text-align: center;
    height: 100%;
    /* اجعل الحاوية تأخذ الطول الكامل */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#client-experiences-section .carousel-container .review-text {
    color: #4D4D4D;
    font-family: 'Changa', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

#client-experiences-section .carousel-container .review-author {
    color: #262626;
    font-family: 'Changa', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

#client-experiences-section .carousel-container .review-image {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto 1rem;
}

#reviewsCarousel .carousel-inner {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#reviewsCarousel .carousel-control-next-icon,
#reviewsCarousel .carousel-control-prev-icon {

    padding: 10px;
}

#client-experiences-section.client-experiences-section {
    background: #E9E9E9;
}

/* Empty classes for customization */

/*--------------------------------------------------------------
# end client-experiences-section
--------------------------------------------------------------*/

