: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;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    animation-duration: 1s;
    animation-fill-mode: both;
    margin: 0;
    padding: 0;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--color-semi-transparent-black);
    border-radius: 4px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Tajawal", sans-serif;
    background-color: var(--color-white);
    direction: rtl;

}

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: Tajawal;
    margin: 0;
    padding: 0;
}

img {
    display: block;
    object-fit: cover;
}


nav.navbar.container.navbar-expand-lg {
    padding: 0;
    margin: 0;
}


.bottom-header {
    background-size: cover;
    background-color: var(--color-off-white);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    padding: 20px 0px;
}

.bottom-header .logo .logo-img {
    margin-left: 4px;
    width: 28px;
    height: auto;
}

.bottom-header .logo a {
    font-family: Tajawal;
    line-height: 100%;
    color: rgba(10, 37, 64, 1);
    font-weight: 700;
    font-size: 21px;
}

.bottom-header ul li a {
    padding: 10px 4px 8px;
    line-height: 18px;
    text-decoration-line: none;
    transition-duration: 300ms;
    font-family: Tajawal;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 15px;
    color: rgba(10, 37, 64, 1);
    font-weight: 500;

}

.bottom-header ul li a:hover {
    box-shadow: 0px -0.9em 0px 0px rgba(0, 178, 189, 0.2) inset;
}

.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: 767px) {

    nav.navbar.container.navbar-expand-lg .container {
        padding: 0;
    }

    .bottom-header {
        padding: 12px;
    }

    .bottom-header .logo .logo-img {
        width: 22px;
        height: 22px;
    }

    .bottom-header .logo a {
        font-size: 17px;
    }
}


#main {
    padding: 0 0 60px 0;
}

@media (min-width: 767px) {
    #main {
        overflow: visible;
    }
}

/* general  */
@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -250px;
        height: 100%;
        width: 250px;
        background-color: #fff;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
        transition: right 0.3s ease-in-out;
        z-index: 1000;
    }

    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;
    }

    #main .carousel-indicators li img {
        height: 100%;
        width: auto;
        object-fit: cover;
    }

    #hero .middle {
        padding: 0;
    }

    #hero {
        overflow: hidden;
    }

}




#hero .middle {
    max-width: 1560px;
    margin: 0 auto;
    padding: 32px;
    border-radius: 16px;

}

.carousel {
    position: sticky;
    top: 0;
}

#hero .right-side {
    width: 48%;
    float: right;
    position: sticky;
    top: 0;
    height: fit-content;
}

#hero .carousel {
    max-width: 100%;
    margin: 0 auto;
}

#hero .carousel .carousel-inner {
    border-radius: 10px;
    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 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0px 5px 0px;
    width: 100%;
    overflow-x: auto;
}


#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;
    border-radius: 10px;
    max-width: unset;
}

.popular-product-icon {
    display: flex;
    align-items: center;
    gap: 15px;
    width: fit-content;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
}

.numper-popular-product-icon {
    gap: 5px;
    display: flex;
    align-items: center;
}

.numper-popular-product-icon h6 {
    line-height: 20px;
    font-family: Tajawal;
    color: rgba(58, 77, 95, 1);
    font-weight: 500;
    font-size: 14px;
}

.numper-popular-product-icon h5 {
    line-height: 20px;
    font-family: Tajawal;
    color: rgba(10, 37, 64, 1);
    font-weight: 500;
    font-size: 14px;
}







.main-product-free-shipping {
    color: rgba(58, 77, 95, 1);
    line-height: 160%;
    font-weight: 400;
    font-size: 15px;
}

#hero div#prices2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 8px;
    padding-left: 10px;
    margin: 17px 0;
}

#hero .left-side .main-content .discount h4,
.discount h4 {
    font-family: Changa;
    line-height: 130%;
    color: rgba(0, 178, 189, 1);
    font-weight: 600;
    font-size: 18px;
}

#hero div#prices2 .product-peices1 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-first-stars {
    gap: 5px;
    display: flex;
    align-items: center;
    padding: 0 0 0 10px;
    border-left: 1px solid #ccc;
}

.product-first-stars i {
    color: rgba(0, 178, 189, 1);
    font-size: 15px;
    color: rgba(244, 116, 52, 1);

}

.stock-status {
    display: flex;
    align-items: center;
    gap: 5px;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-color: rgba(185, 200, 213, 0.4);
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 6px;
    padding-left: 10px;
    margin: 0 0 20px 0;
}

.stock-status i {
    font-size: 18px;
}

.stock-status div {
    line-height: 100%;
    font-size: 15px;
    color: rgba(10, 37, 64, 1);
    font-weight: 600;
}


@media (min-width: 767px) {
    #hero .middle {
        margin-top: 25px;
        width: 100%;
        justify-content: space-between;

    }

    nav.navbar.container.navbar-expand-lg .container {
        padding: 0 0 0 22px;
    }
}

/* start left side */
#hero .left-side {
    width: 50%;
    float: left;
    padding: 0;
}

#hero .left-side .main-content .title h1 {
    font-family: Changa;
    color: rgba(10, 37, 64, 1);
    line-height: 130%;
    font-weight: 700;
    font-size: 23px;
    margin: 18px 0;
}


#hero .left-side .main-content .discount p,
.discount p {
    color: rgba(58, 77, 95, 1);
    font-family: Tajawal;
    line-height: 130%;
    font-weight: 500;
    font-size: 17px;

}

#basePrice {
    text-decoration: line-through;
}

#hero div#prices2 .discount-percentage {
    display: flex;
    align-items: center;
    border-color: rgba(185, 200, 213, 1);
    background-color: rgba(244, 116, 52, 1);
    padding-top: 6px;
    padding-bottom: 5px;
    padding-right: 8px;
    padding-left: 10px;
    border-radius: 100px;
    font-family: Tajawal;
    text-transform: uppercase;
    text-align: center;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-size: 11px;
    font-weight: 600;
    color: rgba(10, 37, 64, 1);
}

#hero div#prices2 .discount-percentage i.las.la-fire {
    font-size: 15px;
}

.main-content .choosing.mt-4 {
    border-style: solid;
    background-color: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-radius: 14px;
    border-color: rgba(185, 200, 213, 1);
    position: sticky;
    left: 0px;
    top: 18px;
    box-shadow: 0px 2px 11px 0px rgba(55, 55, 79, 0.12);
    padding-top: 24px;
    padding-bottom: 22px;
    padding-right: 22px;
    padding-left: 22px;
}





#hero .left-side .main-content .choosing .title-box p {
    line-height: 140%;
    font-weight: 700;
    font-size: 20px;
    color: rgba(10, 37, 64, 1);
}

#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: Tajawal;
    font-weight: 400;
    color: var(--color-dark-grayish-brown);
    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: Tajawal;
    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-style: solid;
    border-color: var(--color-muted-blue);
    border-width: 0px;
    align-items: center;
    border-radius: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 11px;
    padding-left: 20px;
    background-color: var(--color-yellow-light);
}

#hero .choosing .total-price img {
    width: auto;
    margin-left: 6px;
    height: 32px;
}

#hero .choosing .total-price p {
    line-height: 20px;
    text-align: left;
    font-family: Tajawal;
    font-weight: 700;
    color: var(--color-dark-grayish-brown);
    font-size: 14px;
    margin: auto 0;
}

#hero .choosing .total-price span {
    font-family: Tajawal;
    line-height: 24px;
    color: var(--color-muted-brown);
    font-size: 16px;
    font-weight: 700;
}

#hero .choosing .order-now {
    letter-spacing: 0px;
    line-height: 18px;
    font-family: Tajawal;
    border-style: solid;
    border-width: 0px;
    background-color: rgba(0, 178, 189, 1);
    border-radius: 100px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    padding-top: 21px;
    padding-bottom: 21px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 18px;
    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);
    }
}







/* accordion-butn */
.accordion-element {
    border-color: rgba(185, 200, 213, 0.4);
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid rgba(185, 200, 213, 0.4) !important;
}

#x-bundles .accordion-element {
    margin: 20px 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: #000;
}

.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 15px;
}

.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 {
    line-height: 160%;
    font-family: Tajawal;
    color: rgba(10, 37, 64, 1);
    font-size: 17px;
    font-weight: 600;
}

.accordion-butn {
    border: none;
    font-size: 16px;
    padding: 0px;
    font-family: Tajawal;
    color: var(--color-deep-slate);
    background-color: var(--color-white);

}

.accordion-butn:hover {
    background-color: #eeeeee61;
}

.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%;
    }
}

@media only screen and (max-width: 767px) {

    .main-content .choosing.mt-4 {
        padding-right: 15px;
        padding-left: 15px;
    }

    #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: 24px;
    }

    #hero .left-side .main-content .choosing .form-container {
        padding: 5px;

    }
}


section {
    overflow: hidden;
}

section#services .section-title {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    flex: 1;
}




section#services .section-title .top span {
    margin-right: 0px;
    display: flex;
    vertical-align: middle;
    max-width: 100%;
    margin-left: 6px;
    font-size: 18px;
    color: var(--color-yellow-dark);
    justify-content: center;
    align-items: center;
    opacity: 1;
}






@media only screen and (max-width: 767px) {
    .section-title {
        margin-bottom: 20px;
    }





}



.services {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://files.easy-orders.net/1730815545147228170serv-bg.svg);
    background-position: 0px 40px;
    padding-top: 60px;
    padding-bottom: 170px;

}

.services .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.services .content .accordion {
    border-radius: 0;
}

section#services div#accordionFlushExample {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0px 2px 14px 0px rgba(25, 30, 42, 0.16);
    padding: 0;
}

.services .content .accordion .accordion-element {
    max-width: 100%;
    width: 100%;
    border-style: solid;
    overflow: hidden;
    background-color: var(--color-white);
    z-index: 100;
    border-width: 0px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.services .content .accordion .accordion-element button .btn-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 21px;
    background-color: var(--color-white);
}

.services .content .accordion .accordion-element button:hover {
    background-color: var(--secondary-color);
}

.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: Tajawal;
    font-weight: 700;
    font-size: 16px;
}

.services .content i {
    margin: auto 0;
    border-radius: 6px;
    padding: 2px;
    background-color: rgba(0, 178, 189, 0.2);
    border-style: solid;
    border-width: 0px;
    font-size: 24px;
    color: var(--color-muted-brown);
}

section#services .row.content {
    width: 100%;
}

.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;
    border-radius: 14px;
    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: Tajawal;
    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 {
        padding-bottom: 120px;
    }

    .services .content .accordion {
        grid-template-columns: 100%;
        gap: 5px;
    }

    .btn-container {
        margin-top: 5px;
    }

    .btn-container .btn-box {
        width: 70%;
    }

    .btn-box a {
        padding: 14px;
    }
}


@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;
    }
}


@media (min-width: 992px) {

    section#services .section-title,
    section#services .row.content {
        flex: 1;
    }

}



/* 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: 100vw;
    z-index: 1000;
    bottom: 0;
    display: none;
}

#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-color: var(--color-white);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 24px;
    z-index: 600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 18px;
    border-color: var(--color-muted-blue);

}

#static-section .static .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
}

#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;
    margin-left: 13px;
    width: 64px;
    min-width: 64px;
}

#static-section .static .right .r .details h3 {
    font-family: Tajawal;
    color: var(--color-dark-grayish-brown);
    line-height: 160%;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 4px;
}

#static-section .static .right .r .details .inline {
    display: flex;
    align-items: center;
}

#static-section .static .right .r .details .inline .span1 {
    font-family: Tajawal;
    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: Tajawal;
    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: Tajawal;
    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 img {
    margin-left: 18px;
    width: 60px;
    min-width: 60px;
    border-radius: 7px;
}

#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 {
        display: flex;
        flex-direction: column;
        padding: 12px;
        position: fixed;
        bottom: 0;
        width: 100vw;
    }

    #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%;

}

/* end static-section */




/*========================== old code  ============================*/


.btn-container .btn-box {
    width: unset;

}

#x-checkout-btn {
    letter-spacing: 0px;
    line-height: 18px;
    font-family: Tajawal;
    border-style: solid;
    border-width: 0px;
    background-color: rgba(0, 178, 189, 1);
    border-radius: 100px;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 21px;
    padding-left: 22px;
    font-size: 15px;
    width: fit-content;
    margin: 0 auto;
    min-width: 230px;
    text-align: center;
}

/*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;
}

.right-side .carousel-indicators {
    position: static !important;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0px 5px 0px !important;
    width: 100%;
    overflow-x: auto;
    gap: 10px !important;
    display: flex;
}

.right-side .carousel-indicators li.thumbnail {
    width: auto !important;
    height: auto !important;

}

.right-side .carousel-indicators li img {
    height: auto !important;
    width: 100px !important;
    border-radius: 10px !important;
}

#main .carousel-indicators {
    position: static;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0px 5px 0px;
    width: 100%;
    overflow-x: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
    .right-side .carousel-indicators {
        gap: 5px !important;
    }

    .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;

    }

    .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: 14px !important;
        text-align: right;
    }


}


#main .left-side {
    padding: 0 15px 20px;
    max-width: 100%;
}



.carousel .carousel-inner .carousel-item {
    height: auto;
    background-color: #bdd03d;
    overflow: hidden;
    max-height: 90vh !important;
}

.carousel-indicators {
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    display: flex;
    gap: 10px;
}

.carousel-indicators .thumbnail {
    scroll-snap-align: center;
    background-color: transparent;
}

/*main carousel*/

#hero {
    margin-top: 5px;
    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: #fff;
        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;
    }

    #main .carousel-indicators li img {
        height: 100%;
        width: auto;
        object-fit: cover;
    }

    #hero .middle {
        padding: 0;
    }

    #hero {
        overflow: hidden;
    }

}


@keyframes flash {

    0%,
    100% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(2);
    }
}

.flash-icon {
    animation: flash 1.5s infinite;


    margin-right: 5px;

}

/*==================      product-features        =========================================*/
.circeled-main-title {
    text-align: center;
    border-style: solid;
    border-width: 0px;
    border-radius: 100px;
    background-color: rgba(0, 178, 189, 0.2);
    line-height: 100%;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgba(10, 37, 64, 1);
    width: fit-content;
    margin: 0 auto;
    z-index: 3;
}

.big-main-title {
    font-family: Changa;
    text-align: center;
    font-size: 42px;
    color: rgba(10, 37, 64, 1);
    line-height: 120%;
    font-weight: 600;
}

.small-main-title {
    text-align: center;
    font-family: Tajawal;
    font-size: 18px;
    color: rgba(58, 77, 95, 1);
    font-weight: 400;
    line-height: 160%;
}

.features-titles,
.testimonials-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.right-features-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.right-features-titles #x-checkout-btn {
    margin: 12px 0;
}


.testimonials-all-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 40px;
    margin: 45px 0;
}


@media screen and (max-width: 768px) {


    .testimonials-all-cards {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 20px;
    }
}


/*==================     end product-features        =========================================*/


/*==================     store-features1        =========================================*/
.store-features1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 50px 16px;

}

section#store-features1 .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

section#store-features1 .feature-item img {
    margin-bottom: 10px;
    height: 30px;
    width: auto;
}

section#store-features1 .feature-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

section#store-features1 .feature-title {
    font-weight: bold;
    margin-bottom: 5px;
    color: rgba(10, 37, 64, 1);
    line-height: 100%;
    font-size: 15px;
    font-weight: 600;
    font-family: Changa;
}

section#store-features1 .feature-description {
    font-family: Tajawal;
    line-height: 160%;
    color: rgba(58, 77, 95, 1);
    font-size: 15px;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .store-features1 {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*==================     end store-features1       =========================================*/




/*==================     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     =========================================*/
.bottom-header #x-checkout-btn {}

.in-product-quantity-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    background-color: #00b2bd3b;
    border-radius: 20px;
    margin: 10px 0;
}

.quantity_container.mt-2.flex {
    margin: 0 !important;
    padding: 5px 0 !important;
    background-color: #eee;
    border-radius: 15px;
}












/*===============  new azwaak code      ================================================*/

/*===============  main-top-feature-banner      ================================================*/

.main-top-feature-banner {
    background-color: rgba(10, 37, 64, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 12px 10px;
}

.main-top-feature-banner h2 {
    text-transform: uppercase;
    font-family: Tajawal;
    color: rgba(255, 255, 255, 1);
    line-height: 160%;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 10px;
    width: fit-content;
}

.main-top-feature-banner h3 {
    text-transform: uppercase;
    font-family: Tajawal;
    background-color: rgba(0, 178, 189, 1);
    font-weight: 700;
    letter-spacing: 0.4px;
    border-radius: 100px;
    font-size: 10px;
    line-height: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 16px;
    padding-left: 16px;
    color: rgba(255, 255, 255, 1);
    width: fit-content;
}

/*=============== end main-top-feature-banner      ================================================*/

/*=============== product-features      ================================================*/
section#product-features {

    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 24px;
    padding-left: 24px;
    background-color: rgba(0, 178, 189, 0.2);
    border-radius: 12px;
    background-image: url(https://files.easy-orders.net/1732459091484002521fh.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 15px;
}

section#product-features .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.features-titles,
section#product-features div#accordionFlushExample,
.right-features-titles,
.left-features-titles {
    width: 100%;
}

section#product-features div#accordionFlushExample {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0px 2px 14px 0px rgba(25, 30, 42, 0.16);
    background-color: #fff;
}




@media (min-width: 992px) {

    .features-titles,
    section#product-features div#accordionFlushExample,
    .right-features-titles,
    .left-features-titles {
        flex: 1;
    }

}

@media (max-width: 992px) {

    section#product-features {
        padding-right: 5px;
        padding-left: 5px;
        text-align: center;
    }

}

/*=============== end product-features      ================================================*/

/*=============== end product-features      ================================================*/
@media only screen and (max-width: 767px) {
    .big-main-title {
        font-size: 24px;
    }

}


/*=============== end product-features      ================================================*/


/*=============== hurry-up-now      ================================================*/
section#hurry-up-now {
    background-color: rgba(0, 178, 189, 0.2);
    background-image: url(https://files.easy-orders.net/1732471740513585983gf.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-style: solid;
    border-width: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 24px;
    padding-left: 24px;
    border-radius: 18px;
    margin: 15px;
}

section#hurry-up-now .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

section#hurry-up-now .container .left-features-titles {
    z-index: 3;
}

section#hurry-up-now .container .left-features-titles img {
    max-width: 100%;
    border-style: solid;
    border-width: 1px;
    background-color: rgba(0, 178, 189, 1);
    border-color: rgba(58, 77, 95, 1);
    border-radius: 18px;
    z-index: 3;
    animation: pulse-shake 5s infinite;
    transform-origin: center;
}

@keyframes pulse-shake {
    0% {
        transform: scale(0.8);

    }

    50% {
        transform: scale(1) rotate(1deg);

    }

    55% {
        transform: scale(1) rotate(-2deg);

    }

    60% {
        transform: scale(1) rotate(2deg);

    }

    100% {
        transform: scale(0.8);

    }
}



.right-features-titles .countdown {
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 15px 0 10px 0;
}

.right-features-titles .countdown .countdown-item {
    display: flex;
    flex-direction: column;
    border: 2px dashed #730000;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    font-size: 15px;
}

.TZLH7 {
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
    overflow: hidden;

}

#hurry-up-now {
    position: relative;
    overflow: hidden;
}

.nR5Hd {
    width: 100%;
    height: 100px;
}

.nR5Hd.top {
    transform: rotateY(0);
}

.nR5Hd.bottom {
    transform: rotateY(180deg);
}

@media (max-width: 992px) {

    section#hurry-up-now {
        padding-right: 10px;
        padding-left: 10px;
    }
}



/*=============== end hurry-up-now     ================================================*/

/*=============== customer-comments     ================================================*/
section#customer-comments {
    background-color: rgba(10, 37, 64, 1);
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 18px;
    padding-left: 18px;
}

section#customer-comments .big-main-title,
section#customer-comments .small-main-title {
    color: #fff;
}

.body-customer-comments .comment {
    display: flex;
    flex-direction: column;
    border-color: rgba(185, 200, 213, 0.4);
    box-shadow: 0px 1px 10px 0px rgba(28, 28, 72, 0.1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-style: solid;
    border-width: 0px;
    background-color: rgba(255, 255, 255, 0.11);
    border-radius: 12px;
    padding-top: 28px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    gap: 10px;
}

section#customer-comments .customer-info .Trusted-references img {
    max-width: 100%;
    height: 20px;
    width: auto;
}

section#customer-comments .customer-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section#customer-comments .customer-info div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.body-customer-comments .comment .stars i {
    font-size: 15px;
    color: rgba(244, 116, 52, 1);
}

.body-customer-comments .comment h1.customer-name {
    line-height: 130%;
    font-family: Changa;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 18px;
}

.Trusted-references h4 {
    line-height: 20px;
    letter-spacing: 0px;
    font-family: Tajawal;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
}

.body-customer-comments .comment .comment-text p {
    font-family: Tajawal;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: rgba(255, 255, 255, 0.9);
}

section#customer-comments .body-customer-comments {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 40px;
    margin: 45px 0;
}

@media only screen and (max-width: 767px) {
    section#customer-comments .body-customer-comments {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

section#product-features .accordion-body,
section#services .accordion-body {
    font-weight: 400;
    line-height: 160%;
    font-size: 15px;
    color: rgba(58, 77, 95, 1);
}




@media (min-width: 992px) {

    section#customer-comments .big-main-title,
    section#customer-comments .small-main-title {
        text-align: right;
    }
}

@media (max-width: 992px) {
    section#customer-comments .body-customer-comments {
        gap: 20px;
    }


}

/*=============== end customer-comments     ================================================*/




/*===============  new azwaak code      ================================================*/