/* :root {
    --color-1: rgba(80, 69, 161, 1);
    --color-secondary: rgba(241, 196, 15, 0.04);
    --color-background: rgba(253, 252, 255, 1);
    --color-dark: rgba(36, 26, 53, 1);
    --color-accent: rgba(112, 105, 188, 1);
    --color-muted: rgba(87, 99, 122, 1);
    --color-deep: rgba(26, 0, 88, 1);
    --color-overlay: rgba(209, 196, 253, 0.17);
    --color-main:rgba(80, 69, 161, 1);
} */




:root {
    --color-1: #5F6F52;
    --color-secondary: #FEFAE0;
    --color-background: rgba(253, 252, 255, 1);
    --color-dark: #365486;
    --color-accent: #AD88C6;
    --color-muted: rgba(87, 99, 122, 1);
    --color-deep: #0F1035;
    --color-overlay: rgba(209, 196, 253, 0.17);
    --color-main: rgba(80, 69, 161, 1);

    --main-family: "IBM Plex Sans Arabic", sans-serif;
}

/*--------------------------------------------------------------
# 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: rgba(0, 0, 0, .2);
    border-radius: 4px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    background-color: #fff;
    direction: rtl;

}

a {
    text-decoration-line: none;
    color: #fff;
}

i {
    font-size: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "IBM Plex Sans Arabic", sans-serif !important;
}

img {
    display: block;
    object-fit: cover;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 180px;
    z-index: 996;
    background: transparent;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top img {
    width: 100%;
    height: 100%;
}

.back-to-top:hover {
    animation-iteration-count: infinite;
    animation-duration: 1400ms;
    animation-name: heartBeat;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.top-header {
    padding: 12px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    background-size: cover;
    background-position: center center;
    background-color: rgba(72, 59, 54, 1);
    background-image: url('../img/header-bg.svg');
    color: #fff;
    text-align: center;
}

.top-header .top-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@keyframes heartBeat {
    0% {
        transform: scale(1);
    }

    14% {
        transform: scale(1.3);
    }

    28% {
        transform: scale(1);
    }

    42% {
        transform: scale(1.3);
    }

    70% {
        transform: scale(1);
    }
}

.top-header .top-title i {
    padding-left: 5px;
    color: var(--main-color);
    font-size: 20px;
    animation-name: heartBeat;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 2000ms;
}

.top-header .top-title p {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 20px;
    line-height: 170%;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 14px;

}

.top-header .top-title .countdown .countdown-item {
    padding-left: 10px;
    color: rgba(255, 255, 255, 0.69);
    font-size: 13px;
}

.bottom-header {
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 4px 18px 0px rgba(146, 86, 3, 0.13);
    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-size: 21px;
    font-weight: 700;
    text-align: center;
    line-height: 100%;
    color: rgba(35, 35, 35, 1);
}

.bottom-header ul li a {
    line-height: 18px;
    font-weight: 600;
    transition-duration: 300ms;
    font-family: var(--main-family);
    font-size: 15px;
    padding: 10px 4px 8px;
    color: rgba(82, 68, 58, 0.81);
}

.bottom-header .head-btn {
    max-width: 100%;
    margin-right: 29px;
}

.bottom-header .head-btn a {
    width: 223px;
    border: none;
    padding: 16px 18px;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 12px 2px rgba(146, 86, 3, 0.13), 0px -4px 0px 0px rgba(28, 22, 15, 0.04) inset;
    background-color: var(--main-color);
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.bottom-header .head-btn a p {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 8px;
}

.bottom-header .head-btn a p,
.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) {
    .top-header .top-title p {
        font-size: 12px;
        padding-left: 10px;
    }

    .top-header .top-title .countdown .countdown-item {
        padding-left: 5px;
        font-size: 11px;
    }

    .bottom-header {
        padding: 12px;
    }

    .bottom-header .logo .logo-img {
        width: 22px;
        height: 22px;
    }

    .bottom-header .logo a {
        font-size: 17px;
    }
}


#main {
    /* padding-top: 60px; */
    background-repeat: no-repeat, no-repeat;
    background-attachment: fixed, fixed;
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
    background-image: url('../img/features-bg.svg'), linear-gradient(0deg, rgba(199, 163, 113, 0.12), rgb(255, 255, 255));

}

/* general  */


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    margin-top: 30px;
}

#hero .middle {
    border-radius: 22px;
    position: relative;
}

#hero .right-side {
    width: 48%;
    float: right;
    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: #a2a2a2;
    /* Ã™â€žÃ™Ë†Ã™â€  Ã˜Â§Ã™â€žÃ˜Â®Ã™â€žÃ™ÂÃ™Å Ã˜Â© Ã™â€žÃ™â€žÃ˜Â´Ã˜Â±Ã™Å Ã˜Â· */
    border-radius: 20px;
    /* Ã˜ÂªÃ˜Â­Ã˜Â¯Ã™Å Ã˜Â¯ Ã˜Â´Ã™Æ’Ã™â€ž Ã˜Â§Ã™â€žÃ˜Â²Ã™Ë†Ã˜Â§Ã™Å Ã˜Â§ Ã™â€žÃ™â€žÃ˜Â´Ã˜Â±Ã™Å Ã˜Â· */
}

/* Ã˜ÂªÃ˜ÂºÃ™Å Ã™Å Ã˜Â± Ã˜Â´Ã™Æ’Ã™â€ž Ã˜Â§Ã™â€žÃ™â€¦Ã™â€ Ã˜Â·Ã™â€šÃ˜Â© Ã˜Â§Ã™â€žÃ˜ÂªÃ™Å  Ã˜ÂªÃ˜Â¸Ã™â€¡Ã˜Â± Ã™ÂÃ™Å Ã™â€¡Ã˜Â§ Ã˜Â¹Ã™â€ Ã˜Â¯ Ã˜Â§Ã™â€žÃ˜ÂªÃ™â€¦Ã˜Â±Ã™Å Ã˜Â± */
#hero .carousel-indicators::-webkit-scrollbar-track {
    background-color: #e8e8e8;
    /* Ã™â€žÃ™Ë†Ã™â€  Ã˜Â§Ã™â€žÃ˜Â®Ã™â€žÃ™ÂÃ™Å Ã˜Â© Ã™â€žÃ™â€žÃ™â€¦Ã™â€ Ã˜Â·Ã™â€šÃ˜Â© Ã˜Â§Ã™â€žÃ˜ÂªÃ™Å  Ã˜ÂªÃ˜Â¸Ã™â€¡Ã˜Â± Ã™ÂÃ™Å Ã™â€¡Ã˜Â§ Ã˜Â¹Ã™â€ Ã˜Â¯ Ã˜Â§Ã™â€žÃ˜ÂªÃ™â€¦Ã˜Â±Ã™Å Ã˜Â± */
    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;
}

@media (min-width: 767px) {
    #hero .middle {
        margin-top: 50px;
    }
}

/* start left side */
#hero .left-side {
    width: 48%;
    float: left;
}

#hero .left-side .main-content {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 16px 1px rgba(146, 86, 3, 0.13);
    border-radius: 24px;
    padding: 16px;
}

#hero .left-side .main-content .rating-box {
    font-size: 14px;
    font-family: Roboto;
    font-weight: normal;
    display: flex;
    align-items: center;
    border-radius: 100px;
    transition-duration: 400ms;
    background-image: linear-gradient(274deg, rgba(251, 184, 46, 0.12), transparent);
    border: 1px solid rgba(155, 97, 3, 0.09);
    padding: 8px;
}

#hero .left-side .main-content .rating-box .photo img {
    border-style: solid;
    border-width: 0px;
    border-radius: 50%;
    height: 34px;
    box-shadow: 0px 0px 0px 2.5px rgba(255, 255, 255, 1);
    width: 34px;
    margin-right: -9px;
}

#hero .left-side .main-content .rating-box .photo img:first-child {
    margin-right: 0;
}

#hero .left-side .main-content .rating-box .left .stars i {
    font-size: 14px;
    color: rgba(253, 135, 35, 1);
}

#hero .left-side .main-content .rating-box .left p {
    line-height: 100%;
    font-family: var(--main-family);
    font-size: 13px;
    font-weight: 600;
    color: rgba(82, 68, 58, 0.81);
}


#hero .left-side .main-content .title h1 {
    font-family: var(--main-family);
    color: rgba(72, 59, 54, 1);
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 25px;
    margin-top: 25px;
}

#hero .left-side .main-content .discount h4,
.discount h4 {
    font-family: var(--main-family);
    font-size: 23px;
    font-weight: 700;
    color: rgba(82, 68, 58, 0.81);
}

#hero .left-side .main-content .discount p,
.discount p {
    font-family: var(--main-family);
    color: rgba(99, 102, 105, 0.67);
    font-size: 18px;
    font-weight: 500;
    text-decoration: line-through;
    margin: auto 11px;
}

#hero .left-side .main-content .discount .percentage,
.discount .percentage {
    font-size: 14px;
    font-family: var(--main-family);
    border-style: solid;
    border-width: 0px;
    border-radius: 6px;
    color: rgba(253, 175, 40, 1);
    background-color: rgba(251, 184, 46, 0.12);
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 7px;
    padding-left: 7px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

#hero .left-side .main-content .description {
    font-family: var(--main-family);
    line-height: 160%;
    color: rgba(35, 28, 28, 0.68);
    font-weight: 500;
    font-size: 16px;
    margin-top: 20px;
}

#hero .left-side .main-content .title-box .r {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 2px;
    margin-left: 3px;
    box-shadow: 0px -0.7em 0px 0px rgba(251, 184, 46, 0.12) inset;
}

#hero .left-side .main-content .title-box .r i {

    color: rgba(253, 175, 40, 1);
    font-size: 18px;
    margin-left: 2px;
}

#hero .left-side .main-content .title-box .r span {
    font-family: var(--main-family);
    text-align: center;
    line-height: 100%;
    letter-spacing: -1px;
    font-weight: 900;
    font-size: 22px;
    color: rgba(253, 135, 35, 1);
}

#hero .left-side .main-content .choosing .form-container {
    border-style: solid;
    background-repeat: no-repeat;
    border-width: 0px;
    border-radius: 20px;
    background-color: rgba(251, 184, 46, 0.12);
    background-position: center center;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 18px;
    padding-left: 18px;
    background-size: cover;
    background-image: url('../img/form-bg.svg');
}

#hero .left-side .main-content .choosing .title-box p {
    color: rgba(72, 59, 54, 1);
    line-height: 140%;
    font-family: var(--main-family);
    font-size: 18px;
    font-weight: 700;
}

#hero .left-side .main-content .form-container form .input-container {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    padding: 6px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgba(146, 86, 3, 0.13);
}

#hero .left-side .main-content .form-container form .input-container img {
    border-style: solid;
    border-width: 0px;
    padding: 4px;
    border-radius: 6px;
    background-color: rgba(251, 184, 46, 0.12);
    height: 36px;
}

#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: var(--main-family);
    font-weight: 400;
    color: rgba(72, 59, 54, 1);
    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;
}

#hero .left-side .main-content .form-container form .input-container .input-box input::placeholder {
    color: #abb1bc;
}

#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: rgba(72, 59, 54, 1);
    font-family: var(--main-family);
    margin-top: auto;
}

#hero .accordion-btn {
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    outline: none;
    border: none;
    margin-bottom: 20px;
    padding: 10px 12px;
    border-radius: 8px;
    background-color: transparent !important;
    color: #2c3c36;
    box-shadow: 0 0 0 2px rgba(155, 97, 3, 0.12);
}

#hero .accordion-btn .price {
    color: rgba(82, 68, 58, 0.81);
    line-height: 18px;
    font-weight: 500;
    font-size: 18px;
}

#hero .accordion-btn span {
    color: rgba(82, 68, 58, 0.81);
    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: #eeeeee;
    width: fit-content;
    margin-right: 20px;
    text-align: center;
    margin-top: auto;
}

#hero .accordion-btn .free p {
    font-size: 11px;
    margin: auto;
    color: rgba(72, 59, 54, 1);

}

#hero .accordion-element .color {
    color: #22322d;
}

#hero .accordion-element select {
    color: #22322d;
    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 .more {
    background-color: rgba(52, 179, 172, 1);
}

#hero .accordion-element .best {
    background-color: #fdaf28;
}

#hero .accordion-element .best-offer h6 {
    font-size: 11px;
    color: #fff;
    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: rgba(155, 97, 3, 0.12);
    border-width: 0px;
    align-items: center;
    border-radius: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 11px;
    padding-left: 20px;
    background-color: rgba(251, 184, 46, 0.12);
}

#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: var(--main-family);
    font-weight: 700;
    color: rgba(72, 59, 54, 1);
    font-size: 14px;
    margin: auto 0;
}

#hero .choosing .total-price span {
    font-family: var(--main-family);
    line-height: 24px;
    color: rgba(82, 68, 58, 0.81);
    font-size: 16px;
    font-weight: 700;
}

#hero .choosing .order-now {
    font-family: var(--main-family);
    line-height: 170%;
    font-size: 16px;
    padding: 16px;
    color: rgba(255, 255, 255, 1);
    background-color: var(--main-color);
    border-radius: 12px;
    font-weight: 600;
    box-shadow: 0px 3px 16px 0px rgba(201, 107, 4, 0.35), 0px -6px 0px 0px rgba(0, 0, 0, 0.02) inset;
    border: none;
    outline: none;
    width: 100%;
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-duration: 1000ms;
    text-align: center;
}

@keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

#hero .choosing .exist-amount {
    align-items: center;
    border-radius: 10px;
    padding: 7px;
    background-color: rgba(251, 184, 46, 0.12);
}

#hero .choosing .exist-amount .left i {
    animation-iteration-count: infinite;
    animation-duration: 1400ms;
    animation-name: heartBeat;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    margin: auto 0px auto 3px;
    font-size: 20px;
    color: rgba(253, 135, 35, 1);
}

#hero .choosing .exist-amount .left p {
    line-height: 100%;
    font-family: var(--main-family);
    color: rgba(72, 59, 54, 1);
    font-size: 15px;
    font-weight: 600;
    margin: auto 0px;
}

#hero .choosing .exist-amount .line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    border-radius: 100px;
    width: 60%;
}

#hero .choosing .exist-amount .line .l {
    width: 30%;
    background-color: rgba(251, 174, 42, 1);
    height: 3px;
}

#hero .choosing .exist-amount .line .r {
    width: 70%;
    background-color: rgba(247, 196, 48, 0.35);
    height: 3px;
}

#hero .choosing .main-description {
    font-family: var(--main-family);
    color: rgba(82, 68, 58, 0.81);
    font-weight: 400;
    font-size: 15px;
    line-height: 170%;
}

#hero .choosing .features-content .item img {
    margin-bottom: 12px;
    width: auto;
    height: 50px;
    background-color: rgba(251, 184, 46, 0.12);
    border-style: solid;
    border-color: rgba(253, 175, 40, 1);
    border-width: 0px;
    padding: 8px;
    border-radius: 14px;
}

#hero .choosing .features-content .item h6 {
    color: rgba(72, 59, 54, 1);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--main-family);
    font-size: 14px;
    line-height: 130%;
}



/* accordion-butn */
.accordion-element {
    margin-bottom: 25px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 6px 0px rgba(146, 86, 3, 0.13);
    font-family: var(--main-family);
    font-weight: bold;
    color: #2c3c36;
    width: 100%;
    z-index: 100;
    border-radius: 16px;
}

.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;
}

.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: 10px;
    background-color: rgba(251, 184, 46, 0.12);
    border-style: solid;
    border-radius: 10px;
    border-width: 0px;
    padding: 4px;
    height: 36px;
}

.accordion-element .accordion-butn .btn-title .right span {
    line-height: 20px;
    color: rgba(72, 59, 54, 1);
    font-family: var(--main-family);
    font-weight: 600;
    font-size: 16px;
}

.accordion-butn {
    border: none;
    font-size: 16px;
    padding: 0px;
    font-family: var(--main-family);
    color: #2c3c36;
    background-color: #fff;
}

.accordion-butn:hover {
    background-color: var(--secondary-color);
}

.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) {

    #hero .right-side,
    #hero .left-side {
        width: 100%;
    }

    #hero .carousel .carousel-inner .carousel-item img {
        height: 250px;
    }

    #hero .left-side .main-content .rating-box .photo img {
        width: 28px;
        height: 28px;
    }

    #hero .left-side .main-content .rating-box .left p {
        font-size: 11px;
    }

    #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 .title-box .r span {
        font-size: 16px;
    }

    #hero .left-side .main-content .choosing .title-box p,
    #hero .choosing .main-description,
    #hero .choosing .exist-amount .left p,
    #hero .choosing .features-content .item h6,
    #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 .exist-amount {
        margin-top: 30px;
    }

    #hero .left-side .main-content {
        padding: 5px;
    }

    #hero .choosing .order-now {
        font-size: 18px;
        padding: 24px;
    }

    #hero .left-side .main-content .choosing .form-container {
        padding: 5px;

    }
}

/* start static-section */
#static-section {
    padding-bottom: 18px;
    padding-right: 24px;
    padding-left: 24px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    left: 0;
    width: 100vw;
    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-color: rgba(255, 255, 255, 1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 24px;
    z-index: 600;
    box-shadow: 0px 1px 16px 0px rgba(146, 86, 3, 0.13);
    padding: 18px;
    border-color: rgba(155, 97, 3, 0.12);

}

#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: var(--main-family);
    color: rgba(72, 59, 54, 1);
    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: var(--main-family);
    font-weight: 700;
    font-size: 19px;
    color: rgba(82, 68, 58, 0.81);
    margin-left: 8px;
}

#static-section .static .right .r .details .inline .span2 {
    text-decoration-line: line-through;
    font-family: var(--main-family);
    color: rgba(99, 102, 105, 0.67);
    font-size: 18px;
    font-weight: 500;
    margin-left: 11px;
}

#static-section .static .right .r .details .inline .span3 {
    font-family: var(--main-family);
    border-style: solid;
    border-width: 0px;
    border-radius: 6px;
    color: rgba(253, 175, 40, 1);
    background-color: rgba(251, 184, 46, 0.12);
    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;
    }

    #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%;
}

/* end static-section */
footer#footer {
    padding: 0 0 100px;
    color: black;
}

footer#footer a {
    font-weight: 500;
    color: black;
}

/*============================  old code  ========================================*/

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
label,
span,
td,
th,
dd {
    font-family: "IBM Plex Sans Arabic", sans-serif;
}

img {
    max-width: 100%;
}


body,
body>div,
html {
    display: flex;
    flex-direction: column;
    font-family: 'var(--main-family)' !important;
}

.in-product-quantity-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    background-color: #ad88c666;
    border-radius: 20px;
    margin: 10px 0;
}

div#totalCost {
    font-size: 20px;
}

#hero>div>div.left-side>div>div.choosing.mt-4>div.total-price.d-flex.align-items-center.justify-content-between.mb-4.mt-2>div:nth-child(2) {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#totalCost .total_price_container.mt-2.flex.items-center.justify-between {
    margin: 0 !important;
    padding: 0 !important;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.quantity_container.mt-2.flex {
    margin: 0 !important;
}

.shipping_cost_container.mt-2.flex.items-center.justify-between {
    font-size: 22px;
    border-style: solid;
    border-color: rgba(155, 97, 3, 0.12);
    border-width: 0px;
    align-items: center;
    border-radius: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 11px;
    padding-left: 20px;
    background-color: rgb(112 105 188 / 38%);
}

#checkout-form>div>form>div.in-product-quantity-counter>div {
    padding: 5px 0;
    background-color: #eee;
    border-radius: 15px;
}



#header>.top-header {
    background-color: var(--color-1);
    padding-top: 14px;
    padding-bottom: 14px;

}

#header>.top-header>.top-title>p {
    color: #210058;
}

#seconds {
    color: #1a0058;
}

#minutes>._1 {
    color: #1a047d;
}

#minutes {
    color: #1a0058;
}

#hours>._1 {
    color: #1a0058;
}

#hours-value {
    color: #1a0483;
}

#days>._1 {
    color: #1a0058;
}

#days-value {
    color: #1a0058;
}

.top-header .top-title img {
    height: 35px;
    margin: 0 0 0 10px;

}

i.las.la-star {
    fill: rgba(255, 150, 71, 1);
    width: 20px;
    height: 20px;
}

i.las.la-star::before {
    color: rgba(255, 150, 71, 1);
}

#hero .left-side .main-content .rating-box .stars,
#features1>div.why-our-product>div:nth-child(2)>div>div.stars {
    border-left: 1px solid #e3e8e8;
    padding: 0 0 0 17px;
}


.hours-discount {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 14px;
    margin-top: 25px;
    background-color: var(--color-secondary);
    border-width: 2px;
    flex-wrap: wrap;
    box-shadow: 1px 1px 0 6px var(--color-secondary);
    border-style: dashed;
    padding-top: 16px;
    padding-bottom: 16px;
    border-color: rgba(255, 150, 71, 1);
    border-radius: 14px;
}

.top-header {

    border-style: solid;
    border-color: rgb(25 0 119);
    display: flex;
    align-items: center;
    z-index: 10000;
    justify-content: center;
    padding: 5px 5px;
    border-top-width: 0px;
    border-bottom-width: 2px;
    border-left-width: 0px;
    border-right-width: 0px;

    right: 0px;
    top: 0px;
    background-color: rgba(255, 255, 255, 1);
    background-image: linear-gradient(rgba(255, 150, 71, 0.07), rgba(255, 150, 71, 0.07));
    border-radius: 0;
    width: 100%;
}

@media (max-width: 479px) {
    .top-header {
        .hours-discount {
            flex-direction: column;
        }
    }

    .countdown.d-flex {
        gap: 10px;
    }
}


.prand-name-img {

    padding-top: 65px;
    padding-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    color: var(--color-deep);
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Inter;
}



.rating-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#hero .left-side .main-content .rating-box {

    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: inherit;
    border-radius: 0;
    transition-duration: 0s;
    background-image: none;
    border: none;
}

#hero>div>div>div.left-side>div.main-content>div.rating-box>div:nth-child(2),
#features1>div.why-our-product>div:nth-child(2)>div>div:nth-child(2) {
    line-height: 20px;
    font-family: var(--main-family);
    font-size: 15px;
    font-weight: regular;
    color: rgba(81, 51, 153, 1);
}

#hero>div>div>div.left-side>div.main-content>div.rating-box>div:nth-child(3),
#features1>div.why-our-product>div:nth-child(2)>div>div:nth-child(3),
.quote2 div h6 {
    line-height: 20px;
    font-family: var(--main-family);
    font-size: 15px;
    color: var(--color-deep);
    font-weight: 600;
}

#hero .left-side .main-content .choosing .form-container {
    padding-top: 5px;



    background-color: transparent;

    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    background-size: auto;
    background-image: none;
}

#hero .left-side .main-content .form-container form .input-container .input-box input {
    border-width: 1px;
    border-style: solid;
    color: var(--color-deep);
    line-height: 18px;
    font-family: var(--main-family);
    border-color: rgba(193, 193, 193, 1);
    box-shadow: 0px 2px 4px 0px rgba(124, 124, 124, 0.08);
    border-radius: 8px;
    font-size: 14px;
    padding: 16px;
}



#hero .left-side .main-content .form-container form .input-container {
    padding: 0px;
}


#hero .left-side .main-content .title h1 {
    margin-bottom: 20px;
    margin-top: 8px;
    color: var(--color-dark);
    font-family: Inter;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 130%;
    font-weight: 600;
    font-size: 56px;
}

.main-price {
    justify-content: flex-start;
    gap: 20px;
}

#hero .left-side .main-content .discount h4,
.discount h4 {
    text-align: left;
    font-family: Inter;
    color: var(--color-accent);
    font-weight: 600;
    font-size: 32px;
}

#hero .left-side .main-content .discount p,
.discount p {
    color: var(--color-muted);
    font-family: Inter;
    font-weight: regular;
    font-size: 24px;
}

#hero .left-side .main-content .discount .percentage,
.discount .percentage {
    color: rgb(96, 60, 182);
    box-shadow: 0 0 5px rgba(96, 60, 182, 0.5);
    font-weight: bold;
}

.description p {

    color: rgba(108, 108, 108, 1);
    line-height: 170%;
    text-align: center;
}

.choosing.mt-4 {
    align-items: stretch;
    justify-content: space-around;
    border-radius: 6px;

    flex-wrap: wrap;
}

#hero .left-side .main-content {

    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;

}

#hero .left-side .main-content .choosing .title-box p {

    font-family: var(--main-family);
    font-weight: 600;
    font-size: 20px;
    text-decoration-line: none;
    color: var(--color-deep);
    line-height: 170%;
    text-align: center;
    margin: 0 auto;
}

#hero .accordion-btn {
    margin-bottom: 0px;
}

#hero .left-side .main-content .choosing .radio-container div#accordionFlushExample .accordion-element {
    border: 3px solid#c1c1c1;
    background-color: transparent;
    box-shadow: none;

}


#hero .choosing .total-price {

    background-color: rgb(249 247 255);
}

#hero .choosing .total-price p {
    font-weight: 800;
    color: rgb(96 60 182);
}

#hero .choosing .total-price span {
    color: rgb(26 0 88);
}

#hero .accordion-element input:checked {
    background-color: #603cb6;
    color: #603cb6;
}

#hero .choosing .order-now,
#x-checkout-btn {

    box-shadow: none;
    border: none;
    outline: none;
    width: 100%;
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-duration: 1000ms;
    text-align: center;
    line-height: 20px;
    background-color: rgba(96, 60, 182, 1);
    font-family: var(--main-family);
    font-weight: 700;
    border-radius: 8px;
    font-size: 20px;
    padding: 24px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 1px;
}



#static-section .static {
    margin-right: auto;
    margin-left: auto;
    max-width: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-style: none;
    border-width: 0;
    background-color: white;
    background-size: auto;
    background-repeat: repeat;
    background-position: initial;
    border-radius: 0;
    z-index: 600 !important;
    box-shadow: none;
    padding: 0;
    border-color: transparent;
    position: static;
    bottom: 0;
    padding: 0 30px;
    padding: 10px 30px;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    box-shadow: 0px 0px 20px 8px rgba(99, 109, 130, 0.08);
    padding-right: 24px;
    padding-left: 24px;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(227, 232, 232, 1);
}

#static-section {
    padding: 0;
    background-color: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-top: 1px solid #ccc;
}

#static-section .static .left #x-checkout-btn {
    padding: 16px 20px;
}

#static-section .static .left #x-checkout-btn:hover {
    transform: translate(0);
}

#static-section .static .right .r .details h3 {

    color: var(--color-deep);
    font-family: var(--main-family);
    font-size: 15px;
    font-weight: 600;
}

div#fixed-price h4#salePrice {
    font-size: 15px;
    color: var(--color-deep);
}

div#fixed-price p#basePrice {
    font-size: 15px;
}

div#fixed-price {
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

#footer .content .top .item ul {
    list-style: none;
    display: flex;
    /* gap: 10px; */
    align-items: center;
    justify-content: space-around;
}

.social-icons.d-flex {
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.social-icons.d-flex ::before {
    width: 24px;
    font-size: 33px;
}

#footer .content .top {
    background-color: transparent;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-color: rgba(227, 232, 232, 1);
    padding-top: 30px;
    border-radius: 0;
    padding: 60px 0 50px;
}

.powered-by {
    text-align: center;
    margin: 20px 0 0;
    color: #d30f0f;
    /* Ù„ÙˆÙ† Ø§Ù„Ù†Øµ Ø§Ù„Ø£Ø­Ù…Ø± Ø§Ù„Ø£Ø³Ø§Ø³ÙŠ */
    font-weight: bold;
    text-shadow: 0 0 4px #d30f0f,
        0 0 8px #d30f0f,
        0 0 12px #633dbd,
        0 0 16px rgba(99, 61, 189, 0.5);
    animation: colorGlow 3s ease-in-out infinite alternate;
}

@keyframes colorGlow {
    0% {
        color: #d30f0f;
        text-shadow: 0 0 4px #d30f0f,
            0 0 8px #d30f0f,
            0 0 12px #633dbd,
            0 0 16px rgba(99, 61, 189, 0.5);
    }

    100% {
        color: #633dbd;
        text-shadow: 0 0 4px #633dbd,
            0 0 8px #633dbd,
            0 0 12px #d30f0f,
            0 0 16px rgba(211, 15, 15, 0.5);
    }
}

#hero .left-side .main-content .rating-box div {
    color: rgba(81, 51, 153, 1);
}

#hero>div>div.left-side>div>div.rating-box>div:nth-child(3) {
    color: var(--color-deep);
}

#hero .choosing .features-content .item h6 {
    color: var(--color-deep);
}

#Testimonials>div.Testimonials-cards>div>div:nth-child(1) {
    position: relative;
    font-size: 17px;
    font-family: var(--main-family);
    font-size: 18px;
    color: rgba(108, 108, 108, 1);
    font-weight: 400;
    line-height: 170%;
}

#reviews1>div.reviews-all-cards>div>div.reviews-card-title>div.reviews-card-title-left>div:nth-child(2) {
    font-family: var(--main-family);
    color: rgba(108, 108, 108, 1);
    font-size: 18px;
}

#footer .content .top .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#footer .content .top .item ul {
    gap: 30px;

}

#static-section .static .left {
    align-items: center;
    display: flex;
    justify-content: center;
}


.product_form_checkout.mt-6.w-full label.block.text-sm.font-medium.text-gray-700 {
    font-size: 18px;
    color: #1b005b;
    font-weight: 500;
}

#hero .middle {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

@media (max-width: 767px) {
    #hero .left-side .main-content .title h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    #hero .left-side .main-content .discount h4,
    .discount h4 {
        font-size: 28px;
    }

    #hero .left-side .main-content .description {
        margin-top: 15px;
    }

    .accordion-element .accordion-butn .btn-title {
        padding: 12px;
    }

    div#totalCost {
        font-size: 16px;
    }

    #main>div:nth-child(3)>div>div:nth-child(1)>p {
        font-size: 18px;
    }

    div#days,
    div#seconds,
    div#minutes,
    div#hours,
    div#days {
        display: flex;
        gap: 10px;
        font-size: 18px;
    }

    .hours-discount {

        flex-direction: column;
        text-align: center;
    }

    #hero .middle {
        padding: 18px 4px 22px;
        margin: 0;
    }

    .prand-name-img {
        padding: 55px 0 12px;
    }

    .top-header .top-title {
        font-size: 18px;

    }

    .top-header .top-title img {
        height: 36px;
    }

    #hero .left-side .main-content .rating-box .stars,
    #features1>div.why-our-product>div:nth-child(2)>div>div.stars {
        padding: 0 0 0 6px;
    }

    i.las.la-star {
        font-size: 17px;
    }

    #hero .left-side .main-content .rating-box {
        padding: 0;
    }

    .description p {
        text-align: center;
    }

    #hero .choosing .order-now,
    #x-checkout-btn {
        font-size: 16px;
        padding: 15px !important;

    }

    .main-description.mt-3 p,
    .main-description.mt-3 div ul {
        font-size: 16px;
    }

    section#features1 {
        padding: 35px 0;
        padding-bottom: 0px;
    }

    #features1>div.why-our-product>div:nth-child(2)>div>div:nth-child(2),
    #features1>div.why-our-product>div:nth-child(2)>div>div:nth-child(3) {
        font-size: 13px;
    }

    i.las.la-star {
        fill: rgba(255, 150, 71, 1);
        width: auto;
        height: auto;
    }

    #features1>div.why-our-product>div:nth-child(3),
    #about-product-video>div.title-about-product-video>div:nth-child(2),
    #about-product-video>div.quotes>div.quote1>div:nth-child(2),
    .quote2 div p,
    #main>section.Popular-savings-packages>div.Popular-savings-packages-title>div:nth-child(2) {
        font-size: 16px;
    }

    .features1-card div h4 {
        font-size: 19px;
    }

    .features1-card div div {
        font-size: 16px;
    }

    #features1>div.why-our-product>div:nth-child(1),
    #about-product-video>div.title-about-product-video>div:nth-child(1),
    #main>section.Popular-savings-packages>div.Popular-savings-packages-title>div:nth-child(1) {

        font-size: 27px;
    }

    section#about-product-video,
    section.Popular-savings-packages {
        padding: 25px 10px;
    }

    .main-blue-text {
        font-size: 25px;
    }

    .main-brown-text {
        font-size: 18px;
    }

    .Popular-savings-packages-title {
        margin: 0;
    }

    .Popular-savings-packages-cards {
        margin: 25px 0;
    }

    .Popular-savings-packages-card p {
        font-size: 20px;
    }

    .Popular-savings-packages-card h6 {
        font-size: 17px;
    }

    #Testimonials>div.Testimonials-cards>div>div:nth-child(1) {
        position: relative;
        font-size: 17px;
        font-family: var(--main-family);
        font-size: 15px;
        color: rgba(108, 108, 108, 1);
        font-weight: 400;
        line-height: 170%;
    }

    .reviews-card-title-right h6.main-blue-text {
        margin: 0;
        font-size: 20px;
    }

    i {
        font-size: 18px;
    }

    #reviews1>div.reviews-all-cards>div>div.reviews-card-title>div.reviews-card-title-left>div:nth-child(2) {}

    #reviews1>div.reviews-all-cards>div>div.reviews-card-title>div.reviews-card-title-left>div:nth-child(2) {
        font-family: var(--main-family);
        color: rgba(108, 108, 108, 1);
        font-size: 15px;
    }

    .main-brown-text.reviews-card-body div {
        font-size: 17px;
    }

    #footer .content .top .item ul {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
        justify-content: space-around;
    }

    #footer .content .top .item {

        margin: 0;
        padding: 0;

    }

    #footer>div>div>div>div.prand-name-img {
        padding: 0px 0 12px !important;
    }

    .reviews-all-cards {
        padding: 24px 0px !important;
    }

    .row.d-flex.align-items-center.text-center.features-content .col-3.d-flex.flex-column.align-items-center.item {
        margin: 0;
        padding: 0;
    }

    .reviews-all-cards {
        margin: 0 !important;
        gap: 25px !important;
    }

    .features1-cards {
        gap: 25px !important;
    }

    #checkout-form>div>form>div:nth-child(10)>div>p {
        font-size: 17px;
    }








}

#checkout-form>div>form>div:nth-child(4) .css-1hf1o2u-container {
    direction: rtl;
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
}

.css-1dimb5e-singleValue {
    font-size: 16px !important;
}

#checkout-form>div>form>div:nth-child(10)>div {
    align-items: center;
}

#checkout-form>div>form>div:nth-child(10)>div>p {
    font-size: 20px;
}

/*dropy*/
.bottom-head {
    padding: 18px 0 18px;
    margin: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-color: rgba(214, 220, 233, 0.6);
}

a.logo-name.me-1 {
    font-family: Inter;
    color: var(--color-dark);
    text-align: left;
    font-weight: 700;
    line-height: 130%;
    font-size: 28px;
}

.navbar-expand-lg .navbar-toggler {
    display: none;
    display: flex;
}

.navbar-expand-lg .navbar-collapse {

    display: none !important;
}

.navbar-collapse.collapse.show {
    display: flex !important;
}

.navbar-expand-lg {
    justify-content: space-between;
    padding: 0 10px;
    background-color: transparent !important;
}




.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: 80%;
}

.navbar-collapse.show {
    right: 0;
}


.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: 110px 0 0;
    gap: 15px;
    z-index: 99999;
}

.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;
}




/*header tst*/
div#navbarSupportedContent #x-checkout-btn {
    margin: 0;
    min-width: 200px;
    width: fit-content;
    letter-spacing: 0px;
    font-family: Tajawal;
    font-size: 16px;
    color: rgba(48, 58, 56, 1);

    font-weight: 500;
    line-height: 18px;
    border-radius: 6px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
    padding-left: 20px;
}

#main .bottom #x-checkout-btn {
    width: 100%;
    max-width: unset;
}

@media (min-width: 1224px) {
    #main .left-side {
        width: 47%;
    }

    .main-produt-section #main .left-side {
        width: auto;
        max-width: 47% !important;
    }

    .navbar-expand-lg {
        padding: 3px 10px !important;
    }

}

#main .carousel {
    max-width: 100%;
    margin: 0 auto;
}

#main .carousel .carousel-inner {
    background-color: transparent !important;
}

.carousel .carousel-inner .carousel-item {
    height: auto;
    background-color: #bdd03d;
    overflow: hidden;
    max-height: 65vh !important;
}

.right-side .carousel .carousel-inner .carousel-item img {
    height: auto !important;
    width: 100% !important;
    object-fit: cover !important;
    max-height: 65vh !important;
}




#main .carousel-indicators li.thumbnail {
    background-color: transparent !important;
}

#hero .choosing .order-now,
#x-checkout-btn {
    box-shadow: none;
    border: none;
    outline: none;
    width: 100%;
    animation: none;
    letter-spacing: 1px;
    letter-spacing: 0px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    background-color: var(--color-accent);
    font-family: Inter;
    font-size: 20px;
    padding: 24px;
    line-height: 20px;
    border-radius: 14px;

}

.right-btn-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.right-btn-title img {
    height: 35px;
}

.first-according {
    padding: 20px 0 0;
}

.first-according .accordion-element,
.services .content .accordion .accordion-element {
    background-color: rgba(255, 255, 255, 1) !important;
    border-style: solid !important;
    border-width: 1px !important;
    box-shadow: 0px 2px 4px 0px var(--color-overlay) !important;
    border-color: rgba(214, 220, 233, 0.6) !important;
    border-radius: 14px !important;
    margin-bottom: 13px;
}

.accordion-butn {
    border: none;
    font-size: 16px;
    padding: 0px;
    font-family: var(--main-family);
    color: #2c3c36;
    background-color: transparent;
    border-radius: unset;
}

.accordion-butn:hover {
    background-color: rgba(231, 233, 238, 0.4);
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

#hero .accordion-body,
section#services .accordion-body {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    min-height: 80px;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-color: rgba(214, 220, 233, 0.6);
    font-size: 16px;
    color: var(--color-muted);
    font-weight: 400;
    line-height: 160%;

}

#hero .accordion-body:hover {
    background-color: rgba(231, 233, 238, 0.4);
}

.main-description.mt-3 img {
    background-color: var(--color-accent);
    border-radius: 50%;
    height: 20px;
}

.main-description.mt-3 ul li {
    display: flex;
    align-items: center;
    gap: 15px;
}

li.point-description div {
    line-height: 24px;
    font-family: Inter;
    font-size: 17px;
    color: var(--color-dark);
    font-weight: 500;
}

.one-testimonial {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 16px;
    padding-left: 16px;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: linear-gradient(71deg, var(--color-accent), var(--color-1));
    border-radius: 24px;
    color: white;
    text-align: center;
    gap: 15px;
}

.one-testimonial .bi-star-fill::before {
    color: white;
    font-size: 19px;
}

.one-testimonial h1 {
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-style: normal;
    font-size: 24px;
    letter-spacing: 0.2px;
    font-weight: 500;
    line-height: 160%;
}

.one-testimonial h6 {
    font-weight: 400;
    line-height: 160%;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
}

#main>div:nth-child(3)>div>div:nth-child(1)>p {
    color: var(--color-dark);
    font-weight: 500;
    font-size: 22px;
    line-height: 160%;
}


#main {
    background-image: none;
    background-color: var(--color-background);
}

.main-description.mt-3>div:nth-child(1)>p {
    color: var(--color-dark);
    font-size: 30px;
    font-weight: 600;
    line-height: 130%;
    margin: 0 0 11px;
}

.main-description.mt-3>div:nth-child(2)>p {
    font-size: 16px;
    color: var(--color-muted);
    font-weight: 400;
    line-height: 160%;
}

.main-description.mt-3 ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 11px;
    margin: 15px 0 0;
}

.main-description.mt-3 {
    margin: 20px 20px 60px;
}

section#features1 {
    padding-top: 80px;
    padding-bottom: 0;
}

.features1-titltes {
    text-align: center;
}

.features1-titltes h1 {
    font-size: 56px;
    color: var(--color-dark);
    text-align: center;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 15px;
}

.features1-titltes h6 {
    color: var(--color-muted);
    font-size: 16px;
    line-height: 160%;
    font-weight: 400;
    width: 80%;
    margin: 0 auto;
}

.features1-main-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
    gap: 40px;
    margin: 45px 0;
}

.features1-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    background-color: var(--color-overlay);
    border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(204, 189, 255, 0.18);
    text-align: center;
    padding: 25px;
}

.features1-card img {
    margin: 0 0 14px;
    border-radius: 15px;
    width: 100%;
    height: auto;
}

.features1-card h3 {
    font-weight: 600;
    line-height: 130%;
    color: var(--color-dark);
    font-size: 16px;
}

.features1-card h4 {
    font-size: 16px;
    color: var(--color-muted);
    font-weight: 400;
    line-height: 160%;
    text-align: center;
}


.title-how-works {
    text-align: center;
    margin: 0px 0 35px;
}

.title-how-works h6,
.circeled-title {
    text-align: center;
    line-height: 130%;
    text-transform: uppercase;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 24px;
    padding-left: 24px;
    border-radius: 30px;
    letter-spacing: 1px;
    font-family: Inter;
    font-size: 14px;
    color: var(--color-accent);
    background-color: rgba(204, 189, 255, 0.18);
    font-weight: 600;
    width: fit-content;
    margin: 0px auto 15px;
}

.title-how-works h1 {
    color: var(--color-dark);
    font-size: 56px;
    padding-top: 0px;
    line-height: 130%;
    font-weight: 600;
}

.body-how-works {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.body-how-works img {
    border-radius: 50%;
    height: 80px;
    justify-content: center;
}

.left-how-works {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    border-bottom: 1px solid #eee;
}

.left-how-works:last-child {
    border: none;
}


.left-how-works h1 {
    color: var(--color-muted);
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
}

.body-how-works div {
    flex: 1;
}

.body-how-works>div:nth-child(2)>div:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.body-how-works div #x-checkout-btn {
    width: fit-content;
    font-size: 16px;
    padding: 17px 34px;
    margin-right: 10px;

}

section.how-works {
    background-image: linear-gradient(0deg, var(--color-overlay), var(--color-background));
    padding-top: 80px;
    padding-bottom: 100px;
    padding-right: 24px;
    padding-left: 24px;
}

.all-second-features {

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 40px;
    margin: 45px 0;
}

.body-second-features img {
    max-width: 100%;
    border-radius: 30px;
}

section.second-features {
    padding-top: 80px;
    padding-bottom: 80px;
}

.body-second-features {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.body-second-features h3 {
    text-align: center;
    text-transform: uppercase;
    border-radius: 30px;
    letter-spacing: 1px;
    font-family: Inter;
    font-weight: 600;
    font-size: 22px;
    color: var(--color-dark);
    line-height: 130%;
    margin: 0;
}

#main>section.second-features>div>div>div>div>div>img {
    height: 30px;
    border-radius: unset;
    width: auto;
}

#main>section.second-features>div>div>div>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

section.second-features>div>div>div>div>div {
    color: var(--color-accent);
    font-size: 35px;
    padding: 10px;
    border-radius: 30px;
    background-color: var(--color-overlay);
}

.second-titles {
    color: var(--color-muted);
    line-height: 160%;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
}

section.comments {
    border-width: 1px;
    background-color: var(--color-background);
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 24px;
    padding-left: 24px;
}

#main>section.comments>div.all-comments>div>div:nth-child(1)>div>img {
    object-fit: cover;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.card-comments {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 24px;
    padding-left: 24px;
    border-width: 1px;
    border-radius: 20px;
    background-color: var(--color-overlay);
    border-color: rgba(204, 189, 255, 0.18);
    border-style: solid;
    text-align: center;
}

.comparison-table {
    border-collapse: collapse;
    width: 80%;
    max-width: 600px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    direction: ltr;
}

/* Table header */
.comparison-table th {
    background-color: #d1c4fd;
    padding: 12px;
    color: #333;
    text-align: center;
    font-weight: bold;
}

/* Table cells */
.comparison-table td {
    text-align: center;
    padding: 10px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
}

/* Icon styles */
.comparison-table .icon {
    font-size: 18px;
}

/* Add background color for specific column */
.comparison-table .feature {
    background-color: #d1c4fd;
    color: #333;
    font-weight: bold;
}

/* Remove bottom border for last row */
.comparison-table tr:last-child td {
    border-bottom: none;
}

/* Rounded corners for the table */
.comparison-table {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

section.comparison .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-direction: row;
}

section.comparison div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

section.comparison {
    border-width: 1px;
    background-color: var(--color-overlay);
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 24px;
    padding-left: 24px;
}

section#services {
    background-image: linear-gradient(0deg, var(--color-overlay), var(--color-background));
    padding: 40px 0;
}

.services .content i {
    background-color: rgb(112 105 188 / 42%);

}

.la-angle-down:before {
    content: "\f067";
    font-weight: 900;
    font-size: 32px;
}

.services .content i {
    background-color: transparent;
}

section.store-feratures {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 24px;
    padding-left: 24px;
    border-color: var(--color-overlay);
}

.body-store-feratures {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 40px;
    margin: 45px 0;
}

.card-store-feratures {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.card-store-feratures img {
    height: 80px;
    width: auto;
}

.card-store-feratures h2 {
    font-size: 22px;
    color: var(--color-dark);
    line-height: 130%;
    font-weight: 600;
}

.card-store-feratures h5 {
    font-size: 16px;
    color: var(--color-muted);
    text-align: center;
    line-height: 160%;
    font-weight: 400;
}

.left.btn-box #x-checkout-btn {
    width: fit-content;
    margin: 10px auto;
    text-align: center;
    min-width: 500px;
    font-size: 24px;
    font-family: "var(--main-family)";
    padding: 20px 5px;

}

iframe {
    max-height: 65vh;
}

#static-section .left.btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
}


@media only screen and (max-width: 767px) {
    section.how-works>div>div.body-how-works>div:nth-child(2)>div:nth-child(2) {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card-store-feratures img {
        height: 60px;
    }

    .body-store-feratures {
        gap: 25px;
    }

    .all-comments {
        gap: 20px !important;
    }

    .card-comments {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .card-comments img {
        height: 55px !important;
        width: 55px !important;
    }

    .second-titles {
        font-size: 19px;
    }

    .left-how-works {
        width: 100%;
        gap: 5px;
    }

    .body-how-works img {
        height: 70px;
    }

    .features1-card {
        padding: 20px;
    }

    .title-how-works h1,
    .main-titles {
        font-size: 30px !important;
    }

    .body-how-works div #x-checkout-btn {
        margin: 0 auto;
    }

    .one-testimonial {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .features1-titltes h1 {
        font-size: 30px;
    }

    #hero {
        margin-top: 0;
        padding-top: 0 !important;

    }

    .la-angle-down:before {
        font-size: 25px;
    }

    .services .content .accordion .accordion-element {
        margin-bottom: 7px;
    }

    .services .content .accordion .accordion-element button .btn-title {
        padding: 12px;
    }

    .left.btn-box #x-checkout-btn {
        width: 80%;
        min-width: 250px;
        margin: 10px auto;
        padding: 15px 10px;
        font-size: 22px;
    }

    section.comparison .container {
        flex-direction: column;
    }

    section.comparison div {
        flex-direction: column;
        width: 100%;
    }

    .comparison-table {
        width: 100%;
    }

    section {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    section#features1 {
        padding-bottom: 0 !important;
    }

    .right-side .carousel .carousel-inner {

        display: none !important;
    }


    #main .carousel-indicators li.thumbnail {
        padding: 0;
    }

    #delivery>div>div>div>p {
        font-family: Tajawal;
        font-size: 15px;
        color: rgba(43, 59, 53, 1);
        font-weight: 500;
    }

    .main-produt-section {

        margin: 0px 0;
    }

    #details h2 {
        font-size: 23px;
    }

    #questions .accordion-element .accordion-header button {
        padding: 13px;
    }

    .accordion-element .accordion-header button span {
        font-size: 16px !important;
        text-align: right;
    }

    .shipping_cost_container.mt-2.flex.items-center.justify-between {
        font-size: 18px !important;

    }

    .total-price.my-3.d-flex.align-items-center.justify-content-between {
        font-size: 17px;
        padding: 8px;
    }

    #main>div:nth-child(3)>div>div:nth-child(1)>p {

        font-size: 16px;

    }

    .features1-main-cards {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 20px;
    }

    iframe {
        width: 100vw;
        margin: 0 auto;
        max-height: 65vh;
    }

    #main>section>div>div.body-how-works>div:nth-child(1) {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        width: 100%;
    }

    #main {
        padding: 0 !important;
    }

    #static-section {
        padding: 0 !important;
    }

    #footer {
        margin-bottom: 0px !important;
    }

}

section.comparison #x-checkout-btn {
    width: 70%;
}

.main-titles {
    font-size: 56px;
    color: var(--color-dark);
    line-height: 130%;
    text-align: left;
    font-weight: 600;
    text-align: center;
}

.all-Savings-packages {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 40px;
    margin: 45px 0;
}

section.Savings-packages {
    background-color: var(--color-overlay);
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 24px;
    padding-left: 24px;
    position: relative;
    overflow: hidden;
    /* Ù„Ù„ØªØ£ÙƒØ¯ Ù…Ù† Ø¨Ù‚Ø§Ø¡ Ø§Ù„Ù…ÙˆØ¬Ø© Ø¯Ø§Ø®Ù„ Ø§Ù„Ø¹Ù†ØµØ± */
    z-index: 1;
}

/* ØªØ­ÙˆÙŠÙ„ Ø§Ù„Ù…ÙˆØ¬Ø© Ù„Ø¬Ø¹Ù„Ù‡Ø§ Ù…Ù‚Ù„ÙˆØ¨Ø© */
.wave {
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    transform: rotate(180deg);
    overflow: hidden;
    line-height: 0;
    z-index: -1;
}


.wave path {
    color: white;
    background-color: white;
    fill: var(--color-background);

}

.card-Savings-packages {
    background-color: rgba(255, 255, 255, 1);
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    align-items: stretch;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-width: 1px;
    border-radius: 25px;
    border-color: rgba(214, 220, 233, 0.6);
    border-style: solid;
}

.all-Savings-packages>div>div {
    padding: 20px;
    text-align: center;
}

.all-Savings-packages>div>div>h1 {
    font-family: Inter;
    color: var(--color-dark);
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
}

.all-Savings-packages>div>div>h3 {
    font-family: Inter;
    color: var(--color-muted);
    font-size: 17px;
    font-weight: 400;
    line-height: 160%;
    margin: 10px 0 15px;
}

.prices-Savings-packages {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;

}

.prices-Savings-packages h4 {
    text-align: left;
    color: var(--color-dark);
    font-family: Inter;
    font-size: 30px;
    font-weight: 600;
}

.prices-Savings-packages h6 {
    color: var(--color-muted);
    font-family: Inter;
    font-weight: regular;
    font-size: 24px;
    text-decoration-line: line-through;
}

.card-Savings-packages:nth-of-type(2) {
    border-style: solid;
    border-color: var(--color-accent);
    border-width: 2px;
}

.all-comments {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 40px;
    margin: 45px 0;
}

.bottom-card-Savings-packages {
    padding: 24px;
    text-align: center;
}

.card-comments img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.name-card-comments h1 {
    font-size: 16px;
    color: var(--color-dark);
    line-height: 130%;
    font-weight: 600;
    margin: 0 0 2px;
}

.name-card-comments h6 {
    font-size: 14px;
    color: var(--color-muted);
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}

.top-card-comments {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 5px;
    display: flex;
    flex-direction: column;
}

.name-card-comments {
    text-align: center;
}



/*dropy*/

/*quantity*/
.in-product-quantity-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    background-color: #ad88c678;
    border-radius: 20px;
    margin: 10px 0;
}

#checkout-form>div>form>div.in-product-quantity-counter>div {
    margin: 0 !important;
    padding: 5px 0 !important;
    background-color: #eee;
    border-radius: 15px;
}

#checkout-form>div>form>div.in-product-quantity-counter>label {
    font-size: 20px;
    font-weight: 600;
}

form label.block.text-sm.font-medium.text-gray-700 {
    font-size: 18px;
}

/*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: 65vh !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: 5px !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 .carousel-inner {

        display: none !important;
    }

    .right-side .carousel-indicators li img {

        height: auto !important;
        border-radius: 25px !important;
        width: 80vw !important;
        max-width: 90vw !important;
        aspect-ratio: 1;
        max-height: 65vh;
    }

    .right-side .carousel-indicators li.thumbnail {
        width: auto !important;
        height: auto !important;
        border-radius: 10px;
        color: transparent !important;
    }

    #main .carousel-indicators li.thumbnail {
        padding: 0;
    }

    #delivery>div>div>div>p {
        font-family: Tajawal;
        font-size: 15px;
        color: rgba(43, 59, 53, 1);
        font-weight: 500;
    }

    #details h2 {
        font-size: 23px;
    }

    #questions .accordion-element .accordion-header button {
        padding: 13px;
    }

    .accordion-element .accordion-header button span {
        font-size: 16px !important;
        text-align: right;
    }

    .shipping_cost_container.mt-2.flex.items-center.justify-between {
        font-size: 18px !important;

    }

    .total-price.my-3.d-flex.align-items-center.justify-content-between {
        font-size: 17px;
        padding: 8px;
    }

    #hero .right-side,
    #hero .left-side {
        padding: 0;
    }
}


#main .left-side {

    max-width: 100%;
}


p#basePrice {
    font-size: 23px;
    text-decoration: line-through;
    color: #979494;
}

.carousel .carousel-inner .carousel-item {
    height: auto;
    background-color: #bdd03d;
    overflow: hidden;
    max-height: 65vh !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*/
@media (min-width:992px) {

    #hero,
    #hero .middle,
    #main {
        overflow: visible;
    }

    #hero .right-side,
    .carousel {
        position: sticky;
    }

    section#services div#accordionFlushExample {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
        gap: 5px 20px;
        margin: 45px 0;
    }

    section#services .accordion-element {
        height: fit-content;
    }
}

.accordion-flush .accordion-collapse {
    border-radius: 25px;
}

.carousel .carousel-inner .carousel-item {
    background-color: transparent !important;
}