: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;
    text-align: left;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--color-semi-transparent-black);
    border-radius: 4px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Cairo", sans-serif;
    background-color: var(--color-white);
    direction: rtl;

}

a {
    text-decoration-line: none;
    color: var(--color-white);
}

i {
    color: #231f1d;
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: Cairo;
    margin: 0;
    padding: 0;
}

img {
    display: block;
    object-fit: cover;
    max-width: 100%;
}

.accordion-butn {
    background-color: transparent;
}

nav.navbar.container.navbar-expand-lg {
    padding: 0;
    margin: 0;
}

header#header {
    background-size: cover;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    background-color: rgba(35, 31, 29, 1);
    margin: 7px 10px;
    border-radius: 5px;
    padding: 10px;
}

header#header #x-checkout-btn {
    background-color: rgba(255, 188, 151, 1);
    color: rgba(35, 31, 29, 1);
    padding: 9px 10px;
    border-radius: 5px;
}

.logo {
    align-items: center;
    justify-content: center;
    gap: 5px;
}

span._1 {
    font-size: 13px;
}

.bottom-header .logo a {
    font-family: Nunito;
    color: rgba(21, 44, 49, 1);
    line-height: 130%;
    font-size: 22px;
    font-weight: 800;
}

.bottom-header ul li a {
    font-family: Karla;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 700;

}

.bottom-header ul li a:hover {
    background-color: #d6d2ff;

}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    width: 100%;
    direction: rtl;
}

.bottom-header ul li a:hover {
    box-shadow: 0px -0.9em 0px 0px rgba(9, 106, 61, 0.06) inset;
}

.bottom-header .head-btn {
    max-width: 100%;
    align-items: center;
    justify-content: center;
}

.bottom-header .head-btn a i {
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

.bottom-header .head-btn a:hover {
    transform: translateY(-10px);
}

h2.logo-img {
    text-align: center;
    line-height: 100%;
    letter-spacing: 1px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    padding-left: 3px;
}

@media (max-width: 992px) {

    nav.navbar.container.navbar-expand-lg .container {
        padding: 0;
    }

    .bottom-header .logo a {
        font-size: 17px;
    }

    .bottom-header ul li a {
        box-shadow: 0 0 5px 2px #d6d2ff;
        color: #bf8c91;
        border-radius: 5px;
        min-width: 100%;
        text-align: center;

    }

}

header#header .container {
    padding: 0;
}

section#main {
    padding: 0 0 25px 0;
}

@media (min-width: 992px) {
    #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;
    }

    .navbar-collapse.show {
        right: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        padding: 86px 0;
        gap: 15px;
        background-color: #231f1df7;
    }

    .head-btn {
        width: 83%;
    }

    #header .bottom-head .nav-item a {
        padding: 0;
        margin: 0;
    }

    #main .carousel-indicators li img {
        height: 100%;
        width: auto;
        object-fit: cover;
    }

    #hero .middle {
        padding: 0;
    }

    #hero {
        overflow: hidden;
        padding-top: 0;
        padding-left: 5px;
        padding-right: 5px;
    }

}

.carousel {
    position: sticky;
    top: 0;
}

#hero .right-side {
    width: 48%;
    float: right;
    position: sticky;
    top: 10px;
    height: fit-content;
    padding: 0;
    flex: 1;
}

#hero .carousel {
    max-width: 100%;
    margin: 0 auto;
    direction: rtl;
}

.small-carousel-imgs {
    flex: 1;
}

#hero .carousel .carousel-inner {
    border-radius: 10px;
    max-width: 100%;
    max-height: 200vh;
    display: none;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#hero .carousel .carousel-inner .carousel-item {
    height: 100%;
    width: 100%;
}

#hero .carousel .carousel-inner .carousel-item img {
    max-height: 100%;
    height: 420px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

#hero .carousel .carousel-inner .carousel-item img:hover {
    cursor: zoom-in;
    transform: scale(1.3);
}

#hero .carousel-indicators::-webkit-scrollbar {
    width: 5px;

    height: 10px;
}

#hero .carousel-indicators::-webkit-scrollbar-thumb {
    background-color: #fb785a;

    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: auto;
    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;
}

.form-title-box {
    max-width: 100%;
    margin: 5px auto;
    display: flex;
}

.form-title-top-line,
.form-title-bottom-line {
    height: 1px;
    background-color: rgba(206, 214, 211, 1);
    width: 12%;
    margin: 10px auto;
}

.form-title-content {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    text-align: center;
}

.form-title-text {
    text-decoration: none;
    color: rgba(5, 24, 20, 1);
    font-family: Cairo, sans-serif;
    line-height: 1.15;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

@media (max-width: 992px) {
    .form-title-text {
        font-size: 16px;
    }
}

#hero div#prices2 {
    justify-content: space-between;
    margin: 5px 0 0 0;
    justify-content: flex-start;
    gap: 20px;
}

.incourge-checkout-form {
    display: flex;
    align-items: center;
    background-position: center center;
    border-radius: 100px;
    background-image: url("https://files.easy-orders.net/1733734439137852476cvbn.svg"), linear-gradient(rgba(255, 130, 88, 0.12), rgba(255, 130, 88, 0.12));
    background-size: cover;
    justify-content: center;
    padding-top: 11px;
    padding-bottom: 10px;
    padding-left: 14px;
    padding-right: 12px;
    font-family: Nunito;
    color: rgba(21, 44, 49, 1);
    font-size: 16px;
    font-weight: 600;
}

.incourge-checkout-form .countdown-item {
    color: rgba(251, 120, 90, 1);
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.swing-animation {
    animation-name: swing;
    animation-fill-mode: both;
    transform-origin: top center;
    /* Ãƒâ„¢Ã¢â‚¬ Ãƒâ„¢Ã¢â‚¬Å¡ÃƒËœÃ‚Â·ÃƒËœÃ‚Â© ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â¯Ãƒâ„¢Ã‹â€ ÃƒËœÃ‚Â±ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬  */
    animation-iteration-count: infinite;
    /* ÃƒËœÃ‚ÂªÃƒâ„¢Ã†â€™ÃƒËœÃ‚Â±ÃƒËœÃ‚Â§ÃƒËœÃ‚Â± Ãƒâ„¢Ã¢â‚¬Â¦ÃƒËœÃ‚Â³ÃƒËœÃ‚ÂªÃƒâ„¢Ã¢â‚¬Â¦ÃƒËœÃ‚Â± */
    animation-duration: 1.6s;
    /* Ãƒâ„¢Ã¢â‚¬Â¦ÃƒËœÃ‚Â¯ÃƒËœÃ‚Â© ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â£Ãƒâ„¢Ã¢â‚¬ Ãƒâ„¢Ã… Ãƒâ„¢Ã¢â‚¬Â¦Ãƒâ„¢Ã… ÃƒËœÃ‚Â´Ãƒâ„¢Ã¢â‚¬  */
}

.img-incourge-checkout-form img {
    max-width: 100%;
    margin-left: 4px;
    margin-right: 2px;
    width: 45px;
}

.buy-benefits {
    display: flex;
    align-items: center;
    border-style: solid;
    border-color: rgba(204, 222, 226, 0.69);
    border-width: 0px;
    background-size: cover;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 14px;
    gap: 8px;
    margin: 20px 0;
}

.buy-benefit-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.buy-benefit-item span {
    color: rgba(251, 120, 90, 1);
    font-size: 16px;
}

.buy-benefit-item img {
    height: 50px;
    width: auto;
}

.benefit-text {
    line-height: 100%;
    color: rgba(21, 44, 49, 1);
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 800;
}

.main-discount {
    display: flex;
    align-items: center;
    border-style: solid;
    border-width: 0px;
    border-radius: 30px;
    box-shadow: 0px 1px 3px 0px rgba(85, 55, 48, 0.17);
    font-family: Nunito;
    padding: 6px 10px 3px 10px;
    justify-content: center;
    gap: 5px;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    background-color: #231f1d;
    font-size: 16px;
}

.main-discount i {
    width: 12px;
    color: #fff;
}

.percentage.main-discount.flash-icon span {
    display: block;
    font-size: 14px;
}

#hero .left-side .main-content .discount h4,
.discount h4 {
    text-align: left;
    letter-spacing: -0.5px;
    color: rgba(93, 86, 86, 1);
    font-family: Karla;
    font-size: 22px;
    font-weight: 700;
}

#hero div#prices2 .product-peices1 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-first-stars {
    font-family: Karla;
    color: rgba(35, 31, 29, 1);
    text-decoration-line: none;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    border-style: solid;
    align-items: center;
    border-color: rgba(25, 25, 30, 0.1);
    justify-content: center;
    border-width: 0px;
    background-color: rgba(255, 188, 151, 1);
    border-radius: 100px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 12px;
    padding-right: 10px;
    width: fit-content;
    gap: 5px;
}

.product-first-stars i {
    color: #231f1d;
    font-size: 10px;
}

.line-vertical {
    height: 15px;
    border: 1px solid #a178a68a;
    display: flex;
    flex-direction: column;
}

.product-first-stars .numper-product-first-stars {
    color: rgba(71, 88, 81, 1);
}

#hero .container {
    padding-top: 40px;
    padding-bottom: 34px;
}

.third-store-hook {
    background-color: #2e2a39;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.item-third-store-hook {
    display: flex;
    align-items: center;
    gap: 10px;
}

.item-third-store-hook p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    font-weight: bold;
}

.item-third-store-hook img {
    display: block;
}

#hero .row.middle {
    gap: 70px;
    padding: 35px 0 20px 0;
    margin: 0;
}

.left-main-swipper-imgs h6 {
    color: #2a2e39;
    font-size: 16px;
}

@media (min-width: 767px) {

    nav.navbar.container.navbar-expand-lg .container,
    #hero .container {
        padding: 0;

    }
}

/* start left side */
#hero .left-side {
    width: 50%;
    float: left;
    padding: 0;
    gap: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

#hero .left-side .main-content .title h1 {
    color: rgba(35, 31, 29, 1);
    font-family: Sorts Mill Goudy;
    font-size: 29px;
    font-weight: 700;
    line-height: 115%;
}

#hero .new-Rated h1 {
    font-family: Karla;
    font-weight: 400;
    line-height: 160%;
    color: rgba(35, 31, 29, 1);
    font-size: 16px;
}

.main-content {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.buying-adv-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: center;
    padding: 20px;
    padding-top: 22px;
    padding-bottom: 15px;
    border-radius: 10px;
    background-color: rgba(0, 124, 249, 0.06);
}

.buying-adv-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.buying-adv-text h2 {
    color: rgba(35, 31, 29, 1);
    font-family: Sorts Mill Goudy;
    line-height: 100%;
    font-size: 16px;
    font-weight: 600;
}

.buying-adv-text h6 {
    font-family: Karla;
    color: rgba(93, 86, 86, 1);
    font-weight: 400;
    line-height: 160%;
    font-size: 13px;
}

.buying-adv-item img {
    height: 24px;
    margin-bottom: 6px;
}

.buying-adv-container.num2 img {
    height: 32px;
}

.buying-adv-container.num2 .buying-adv-text {
    font-size: 13px;
}

.buying-adv-container.num4 img {
    margin-bottom: 10px;
    width: 30px;
    height: auto;
}

.buying-adv-sm-text {
    font-family: Karla;
    color: rgba(93, 86, 86, 1);
    font-size: 15px;
    text-align: center;
    line-height: 160%;
    font-weight: 400;
}

.buying-adv-text {
    font-family: Work Sans;
    color: rgba(5, 18, 37, 1);
    line-height: 160%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.buying-adv-container.num2 {
    margin: 30px 0 0 0;
}

.buying-adv-container.num3 {
    grid-template-columns: repeat(6, 1fr);
}

.buying-adv-container.num4 .buying-adv-text {
    color: rgba(35, 31, 29, 1);
    line-height: 100%;
    text-align: center;
    letter-spacing: 0px;
    font-family: Karla;
    font-size: 18px;
    font-weight: 600;
}

.buying-adv-container.num4.buying-adv-container .buying-adv-item {
    flex-direction: column;
}

.buying-adv-container.num4 {
    display: unset;
    padding: 20px 0;
}

.buying-adv-container.num4 .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
    padding: 20px;
    padding-top: 22px;
    padding-bottom: 15px;
    border-radius: 10px;
    background-color: rgba(255, 188, 151, 1);
}

@media (max-width: 768px) {

    .buying-adv-container.num4 .buying-adv-text {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .buying-adv-container.num3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .buying-adv-text h2,
    .buying-adv-text h6 {
        font-size: 12px;
    }

    .buying-adv-container {
        gap: 5px;
    }

    .buying-adv-container {
        padding: 16px 10px 10px 10px;
    }

    .buying-adv-item img {
        height: 19px;
    }

    .product-first-stars {
        padding-top: 2px;
    }

    .buying-adv-container.num4 .container {
        grid-template-columns: repeat(1, 1fr);
        max-width: 92%;
    }

}

#hero .left-side .main-content .discount p,
.discount p {
    color: rgba(93, 86, 86, 1);
    font-family: Karla;
    font-weight: 400;
    font-size: 16px;
}

#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: Cairo;
    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: Cairo;
    margin-top: auto;
}

#hero .accordion-btn {
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    outline: none;
    border: none;

    padding: 10px 12px;
    border-radius: 8px;
    background-color: #fff !important;
    color: var(--color-deep-slate);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#hero .accordion-btn .price {
    color: var(--color-muted-brown);
    line-height: 18px;
    font-weight: 500;
    font-size: 18px;
}

#hero .accordion-btn span {
    color: var(--color-muted-brown);
    text-decoration: line-through;
    opacity: .8;
    font-size: 16px;
}

#hero .accordion-btn .acc-title {
    display: flex;
}

#hero .accordion-btn .free {
    padding: 4px 10px;
    background-color: var(--color-light-gray);
    width: fit-content;
    margin-right: 20px;
    text-align: center;
    margin-top: auto;
}

#hero .accordion-btn .free p {
    font-size: 11px;
    margin: auto;
    color: var(--color-dark-grayish-brown);

}

#hero .accordion-element .color {
    color: var(--color-deep-green);
}

#hero .accordion-element select {
    color: var(--color-deep-green);
    width: 30%;
    cursor: pointer;
    margin-right: 10px;
}

#hero .accordion-element .best-offer {

    border-radius: 5px;
    margin-top: -10px;
    margin-right: 20px;
    width: 120px;
    padding: 1px 5px;
    text-align: center;
    position: absolute;

}

#hero .accordion-element .best {
    background-color: #fdaf28;
}

#hero .accordion-element .best-offer h6 {
    font-size: 11px;
    color: var(--color-white);
    margin: 5px 0px;
}

#hero .accordion-body {
    padding-top: 0;
    font-family: Karla;
    color: rgba(93, 86, 86, 1);
    line-height: 160%;
    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 {

    align-items: center;
    border-radius: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 11px;
    padding-left: 20px;
    background-color: #fff4f0;
}

#hero .choosing .total-price img {
    width: auto;
    height: 32px;
}

#hero .choosing .total-price p {
    line-height: 20px;
    text-align: left;
    font-family: Cairo;
    font-weight: 700;
    color: var(--color-dark-grayish-brown);
    font-size: 14px;
    margin: auto 0;
}

#hero .choosing .total-price span {
    font-family: Cairo;
    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: 'Nunito';
    border-style: solid;
    border-width: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 21px;
    padding-left: 22px;
    width: fit-content;
    margin: 0 auto;
    min-width: 230px;
    text-align: center;
    font-weight: 700;
    color: #000;
    border: 0;
    width: 100%;
    background-color: rgba(255, 188, 151, 1);
    border-radius: 8px;
}

@keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

.main-description1 h1 {
    font-size: 16px;
    font-family: Nunito;
    color: rgba(21, 44, 49, 1);
    text-align: left;
    font-weight: 800;
}

.points-main-description1 p {
    font-size: 16px;
    font-family: Nunito;
    color: rgba(21, 44, 49, 1);
    text-align: left;
    font-weight: 700;
}

.main-description1 {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin: 30px 0 30px 0;
    font-family: Karla;
    color: rgba(93, 86, 86, 1);
    line-height: 160%;
    font-size: 15px;
    font-weight: 400;
}

.tab-container {
    display: flex;
    gap: 15px;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 6px;
}

section#product-uses-tabs {
    padding: 50px 0;
}

.box-main-tabs h3 {
    font-style: italic;
    font-size: 22px;
    font-family: 'Cairo';
    color: rgba(21, 44, 49, 1);
    text-align: left;
    font-weight: 700;
}

.box-main-tabs h3 span {
    font-family: Nunito;
    color: rgba(21, 44, 49, 1);
    text-align: left;
    font-size: 31px;
    font-weight: 800;
}

.tab {
    padding: 10px 20px;
    gap: 8px;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    color: #7069bc;
    border-radius: 15px;
    flex: 1;
}

.tab:hover,
.tab.active {
    border-width: 0px;
    background: #7069bc;
    color: #fff;
    border-radius: 15px;
}

.tab-content {
    display: none;
    font-family: DM Sans;
    color: rgba(87, 99, 122, 0.8);
    line-height: 160%;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
}

.tab-content.active {
    display: block;
}

@media only screen and (min-width:1024px) {

    .tab-container {
        min-width: 400px;
    }
}

@media only screen and (max-width: 992px) {

    .tab-content {
        font-size: 13px;
    }

    .img-incourge-checkout-form img {
        width: 30px;
    }

    .incourge-checkout-form {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }

    #hero .new-Rated h1 {
        font-size: 13px;
    }

    .item-third-store-hook p {
        font-size: 13px;
    }

    .buy-benefit-item img {
        height: 30px;
    }

    .buy-benefit-item {
        gap: 5px;
    }

    .tab-container {
        width: 100%;
        align-items: center;
        justify-content: space-around;
    }

    .box-main-tabs h3 {
        font-size: 16px;
        text-align: center;
        line-height: 1.3;
    }

    .box-main-tabs h3 span {
        font-size: 20px;
    }

}

/* accordion-butn */
.accordion-element {
    justify-content: space-between;
    align-items: center;
    cursor: pointer;

}

#main .left-side div#accordionFlushExample {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #eee;
    gap: 15px;
}

#main .left-side div#accordionFlushExample.num2 {
    gap: 0;
}

#main .left-side .accordion-element {
    border: 1px solid #eee;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
}

#main .left-side .accordion-element .accordion-butn {
    background-color: transparent;
}

#x-bundles .accordion-element {
    margin: 5px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

#x-bundles .accordion-element .accordion-btn {
    padding: 17px;
}

.accordion-element i {
    color: #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 20px 18px 10px;
}

.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;
    border-style: solid;
    border-radius: 10px;
    border-width: 0px;
    padding: 4px;
    height: 36px;
}

.accordion-element .accordion-butn .btn-title .right span {
    font-family: Karla;
    color: rgba(35, 31, 29, 1);
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(35, 31, 29, 1);
    font-weight: 500;
    line-height: 115%;
    font-family: Karla;
    font-size: 17px;
}

.accordion-butn {
    border: none;
    font-size: 16px;
    padding: 0px;
    font-family: Cairo;

}

.accordion-butn .btn-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 992px) {
    #hero .container {
        margin: 0 auto;
        padding: 0;
    }

    #hero .right-side,
    #hero .left-side {
        width: 100%;
    }

    .tab-container {
        gap: 7px;
    }

    #hero .row.middle {
        padding: 10px 0 0 0;
    }
}

@media only screen and (max-width: 992px) {
    .buy-benefits {
        border-radius: 12px;
        align-items: flex-start;
        padding: 0;
        gap: 5px;
    }

    #main .left-side div#accordionFlushExample {
        gap: 5px;
    }

    #hero .right-side,
    #hero .left-side {
        width: 100%;
    }

    #hero .carousel .carousel-inner .carousel-item img {
        height: 250px;
    }

    #hero .left-side .main-content .title h1 {
        font-size: 22px;
    }

    #hero .left-side .main-content .discount h4,
    .discount h4 {
        font-size: 18px;
    }

    #hero .left-side .main-content .discount p,
    .discount p {
        font-size: 16px;
    }

    #hero .left-side .main-content .choosing .title-box p,
    #hero .accordion-btn span {
        font-size: 13px;
    }

    #hero .accordion-btn .acc-title {
        flex-direction: column;
    }

    #hero .accordion-element label {
        font-size: 14px;
        padding: 0;
    }

    #hero .accordion-btn .free {
        margin-right: 0;
    }

    #hero .accordion-btn .price {
        font-size: 15px;
    }

    #hero .accordion-element select {
        width: 50%;
    }

    #hero .choosing .order-now {
        font-size: 18px;
        padding: 15px 10px;
    }

    #hero .left-side .main-content .choosing .form-container {
        padding: 0;

    }

    .benefit-text {
        font-size: 10px;
        font-weight: 700;
    }

}

section {
    overflow: hidden;
    direction: ltr;
}

.section-title {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.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: 992px) {
    .section-title {
        margin-bottom: 20px;
    }

}

.services {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://files.easy-orders.net/1730815545147228170serv-bg.svg);
    padding-top: 40px;
    padding-bottom: 60px;

}

section#services {
    margin: 0 auto 40px;
    text-align: center;
    padding: 60px 24px;
    background-color: rgba(242, 245, 249, 0.85);
}

.services .content .accordion {
    max-width: 100%;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 0px;
    border-radius: 18px;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    align-items: flex-start;
    gap: 0 20px;
}

section#services .accordion-body {
    padding: 0 20px 20px;
    color: rgba(87, 99, 122, 1);
    font-family: Karla;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.services .content .accordion .accordion-element {
    max-width: 100%;
    width: 100%;
    border-style: solid;
    overflow: hidden;
    z-index: 100;
    border-width: 0px;
    border-bottom: 1px solid rgba(76, 48, 14, 0.21);
}

.services .content .accordion .accordion-element button .btn-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px 15px 15px 25px;

}

.services .content span.material-icons {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    vertical-align: middle;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    color: rgba(35, 31, 29, 1);
    border-style: solid;
    font-size: 19px;
    background-color: rgba(242, 245, 249, 0.85);
    padding: 2px;
    border-radius: 6px;
    border-width: 1px;
}

.services .content .accordion .accordion-element button:hover {
    background-color: #eeeeee42;
}

.services .content .right img {
    width: auto;
    margin-left: 10px;
    background-color: var(--color-yellow-light);
    border-style: solid;
    border-width: 0px;
    height: 40px;
    border-radius: 12px;
    padding: 4px;
}

.services .content .right span {
    color: var(--color-dark-grayish-brown);
    line-height: 20px;
    font-family: Cairo;
    font-weight: 700;
    font-size: 16px;
}

.services .content i {
    margin: auto 0;
    border-radius: 50%;
    border-style: solid;
    border-width: 0px;
    font-size: 24px;
    color: rgba(5, 24, 20, 1);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(5, 24, 20, 1);
    height: 30px;
    width: 30px;
    overflow: hidden;
}

.btn-container {
    margin-top: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
    direction: rtl;
}

.btn-container .btn-box {
    width: 40%;
    align-items: center;
    display: flex;
}

.btn-container .btn-box .btn-r {
    max-width: 100%;
    margin-left: 8px;
    height: 30px;
    box-sizing: border-box;
    animation-duration: 1s;
    animation-fill-mode: both;
    border-style: none;
    display: block;
    width: auto;
    object-fit: cover;
    position: relative;
}

.btn-container .btn-box .btn-l {
    max-width: 100%;
    margin-right: 8px;
    height: 30px;
    box-sizing: border-box;
    animation-duration: 1s;
    animation-fill-mode: both;
    border-style: none;
    display: block;
    width: auto;
    object-fit: cover;
    position: relative;
}

.btn-box a {
    width: 100%;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    border-style: solid;
    border-width: 0px;
    transition-duration: 0.3s;
    padding: 18px 13px 17px;
    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: Cairo;
    line-height: 22.4px;
    text-align: center;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .services .content .accordion .accordion-element button .btn-title {
        padding: 10px 10px 10px 15px;
    }

    section#services {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    section#services .container {
        padding-left: 10px;
        padding-right: 10px;
        background-position: right;
    }

    .services .content .accordion {
        grid-template-columns: 100%;
        /* gap: 10px; */
    }

    .btn-container {
        margin-top: 20px;
    }

    .btn-container .btn-box {
        width: 70%;
    }

    .btn-box a {
        padding: 14px;
    }
}

@media only screen and (max-width: 992px) {

    .accordion-element .accordion-butn .btn-title .right img {
        width: 28px;
        height: 28px;
    }
}

/* start static-section */
#static-section div#fixed-price {
    gap: 10px;
}

#static-section {
    padding-bottom: 18px;
    padding-right: 24px;
    padding-left: 24px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: fixed;
    left: 0;
    width: 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-repeat: no-repeat;
    z-index: 600;
    box-shadow: 0px 1px 16px 0px rgba(42, 32, 24, 0.1);
    border-color: rgba(138, 170, 176, 0.07);
    background-position: bottom center;
    border-radius: 25px;
    padding: 15px;

}

#static-section div#fixed-price .main-discount {
    z-index: 200;
    display: flex;
    align-items: center;
    border-style: solid;
    border-width: 0px;
    border-radius: 100px;
    background-color: #231f1d;
    padding-top: 3px;
    padding-bottom: 0px;
    padding-left: 7px;
    padding-right: 13px;
    font-family: Nunito;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 700;
}

#static-section h4#salePrice {
    font-family: Nunito;
    font-weight: 800;
    font-size: 15px;
    color: rgba(93, 86, 86, 1);
}

#static-section p#basePrice {
    font-family: DM Sans;
    color: rgba(93, 86, 86, 1);
    font-weight: 500;
    font-size: 14px;
}

#static-section .static .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#static-section .static .right .r {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}

#static-section .static .right .r img {
    width: 64px;
    min-width: 64px;
    border-color: rgba(204, 222, 226, 0.69);
    border-radius: 50%;
    height: 66px;
}

#static-section .static .right .r .details h3 {
    font-family: Cairo;
    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: Cairo;
    font-weight: 700;
    font-size: 19px;
    color: var(--color-muted-brown);
    margin-left: 8px;
}

#static-section .static .right .r .details .inline .span2 {
    text-decoration-line: line-through;
    font-family: Cairo;
    color: var(--color-slightly-dark-gray);
    font-size: 18px;
    font-weight: 500;
    margin-left: 11px;
}

#static-section .static .right .r .details .inline .span3 {
    font-family: Cairo;
    border-style: solid;
    border-width: 0px;
    border-radius: 6px;
    color: var(--color-yellow-dark);
    background-color: var(--color-yellow-light);
    font-weight: 500;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 15px;
}

#static-section .static .left {
    width: 28%;
}

#static-section .static .left button {
    animation-name: pulse;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 1600ms;
}

#static-section .static .right 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: 992px) {
    #static-section {
        padding: 0;
    }

    #static-section .static {
        display: flex;
        flex-direction: column;
        padding: 12px;
        position: fixed;
        bottom: 0;
        width: 100%;
        border-radius: 15px;
    }

    #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;
    }
}

#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: Cairo;
    border-style: solid;
    border-width: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 21px;
    padding-left: 22px;
    width: fit-content;
    margin: 0 auto;
    min-width: 230px;
    text-align: center;
    font-weight: 700;
    background: rgba(255, 188, 151, 1);
    color: #000;
    border-radius: 15px;
    border: 0;
}

/*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 li img {
    height: auto;
    width: 100px;
    border-radius: 10px;
}

#hero .carousel-indicators li.thumbnail::marker {
    display: none;
}

.box-main-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.tab-content.active img {
    width: 100%;
    border-radius: 25px;
}

.top-product-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media only screen and (min-width: 992px) {

    #main .carousel-indicators {
        position: static;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        width: 100%;
        overflow-x: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        scroll-snap-type: x mandatory;
        gap: 25px 0;
        margin: 0;

        direction: rtl;
        flex-wrap: wrap;
    }

    #hero .carousel-indicators li img {
        width: 100%;
        height: auto;
    }

    #hero .carousel-indicators li.thumbnail {
        padding: 0;
        border: none;
        width: 47%;
    }
}

@media only screen and (max-width: 992px) {
    .carousel-indicators {
        scroll-snap-type: x mandatory;
        overflow-x: auto;
        display: flex;
        gap: 10px;
    }

    .carousel-indicators .thumbnail {
        scroll-snap-align: center;
        background-color: transparent;
    }

    .right-side .carousel-indicators {
        position: static !important;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        overflow-x: auto;
        gap: 5px !important;
        display: flex;
        justify-content: flex-start;
        direction: ltr;
    }

    .right-side .carousel-indicators li img {
        height: auto !important;
        width: 100% !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;
    }

    #hero .row.middle {
        gap: 10px;
    }

    .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 {
        max-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: left;
    }

    .accordion-element .accordion-header button span.material-icons {
        font-size: 17px !important;
    }

}

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: 90vh !important;
}

.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;
        filter: invert(1);
    }

    .head-btn {
        width: 83%;
    }

    #navbarSupportedContent>ul {
        display: flex;
        flex-direction: column;
        gap: 27px;
        align-items: stretch;
        justify-content: center;
        gap: 18px !important;
        padding: 0 20px;
    }

    #main .carousel-indicators li img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    #hero {
        overflow: hidden;
    }

}

#first-store-hook {
    display: flex;
    align-items: center;
    background: linear-gradient(45deg, #3D348B, #3D348B, #9E388B, #DF4F79, #DF4F79);
    background-size: 400% 400%;
    animation: primaryGradient 5s ease infinite;
    border-radius: 14px;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 18px;
    padding-right: 23px;
    line-height: 160%;
    color: rgba(255, 255, 255, 1);
    font-family: Montserrat;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 19px;
}

.txt-first-store-hook {
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt-first-store-hook span.material-icons {
    color: rgba(0, 124, 249, 1);
    font-size: 28px;
}

@keyframes primaryGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#first-store-hook i {
    animation: pulse 2s infinite ease-in-out;
    color: rgba(21, 44, 49, 1);
}

#first-store-hook .countdown.d-flex .countdown-item {
    gap: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#first-store-hook .countdown.d-flex {
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

.countdown {
    gap: 5px;
}

div#minutes,
div#seconds {
    color: #fff;
    padding: 3px;
}

.second-store-hook {
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 5px;
    padding: 10px;
    margin: 7px 10px;
    background-color: rgba(255, 188, 151, 1);
}

.second-store-hook .material-icons {
    font-size: 19px;
}

.second-store-hook .container {
    line-height: 160%;
    color: rgba(35, 31, 29, 1);
    font-weight: 700;
    font-family: Karla;
    letter-spacing: 0.3px;
    font-size: 13px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

@keyframes fadeInText {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.change-text {
    animation: fadeInText 0.5s forwards;
}

i.las.la-plane {
    color: rgba(0, 178, 189, 1);
    font-size: 21px;
}

@keyframes flash {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.flash-icon {
    animation: flash 1.5s infinite;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: none;
    box-shadow: 0 0 5px 2px #d6d2ff;
    border: 2px solid #007bff;
    color: #007bff;
    border-radius: 5px;
}

.navbar-toggler-icon {
    width: 25px;
    height: 25px;
    filter: invert(1);
}

.navbar-toggler {
    padding: 2px 5px;
    line-height: normal;
    color: inherit;
    background-color: initial;
    border: none;
    border-radius: 0;
    transition: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:992px) {
    .second-store-hook .container {
        font-size: 14px;
    }

    #first-store-hook {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 15px;
        padding: 12px;
        flex-direction: column;
    }

    .second-store-hook,
    header#header {
        margin: 3px 7px;
    }
}

/*==================      product-features        =========================================*/

.big-main-title {
    text-align: center;
    font-family: Sorts Mill Goudy;
    font-size: 44px;
    color: rgba(35, 31, 29, 1);
    font-weight: 700;
    line-height: 115%;
}

section#testimonials-customer {
    padding-top: 80px;
    padding-bottom: 35px;
    padding-right: 24px;
    padding-left: 24px;
}

.features-titles,
.testimonials-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

section#product-features {
    padding-top: 80px;
    padding-bottom: 35px;
    padding-right: 24px;
    padding-left: 24px;
}

.features-all-cards,
.testimonials-all-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 40px;
    margin: 45px 0;
}

.features-card1 {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    background-color: rgba(255, 188, 151, 1)57;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 15px;
    border-radius: 18px;
    background-image: url(https://files.easy-orders.net/1733764533164380329fhg.svg), linear-gradient(rgba(146, 244, 255, 0.28), rgba(146, 244, 255, 0.28));
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 5px;
}

.features-card1 #x-checkout-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.features-card1 h3 {
    color: rgba(21, 44, 49, 1);
    font-family: Nunito;
    line-height: 130%;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    margin: 5px 0 8px 0;
}

.features-card1 h6 {

    color: rgba(58, 77, 95, 1);
    line-height: 160%;
    font-weight: 400;
    text-align: center;
    font-size: 15px;
}

@media screen and (max-width: 992px) {

    section#product-features {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 10px;
        padding-left: 10px;
    }

    section#testimonials-customer {
        padding-top: 30px;
        padding-bottom: 10px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .features-all-cards,
    .testimonials-all-cards {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 20px;
    }

}

/*==================     end product-features        =========================================*/

/*==================     end testimonials-customer        =========================================*/

.testimonials-card {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 0px;
    background-color: rgba(255, 255, 255, 1);
    display: block;
    padding-top: 38px;
    padding-bottom: 24px;
    padding-left: 25px;
    padding-right: 26px;
    box-shadow: 0px 5px 18px 0px rgba(56, 90, 112, 0.12);
    border-radius: 18px;

}

.testimonials-content .stars {
    margin-bottom: 8px;
}

.testimonials-content i {
    color: #1cd7ff;
    margin-bottom: 10px;
    font-size: 15px;
}

.testimonials-text {
    font-family: Cairo;
    color: rgba(71, 88, 81, 1);
    line-height: 160%;
    font-weight: 400;
    font-size: 15px;
}

.testimonials-author {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-style: solid;
    border-width: 0px;
    justify-content: space-between;
    padding: 11px;
    border-radius: 100px;
    background-color: rgba(244, 245, 247, 1);
    width: 100%;
}

.left-testimonials-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.testimonials-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;

}

.author-details {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-family: Cairo;
    color: rgba(5, 24, 20, 1);
    line-height: 100%;
    font-weight: 600;
    font-size: 15px;
}

.author-title {
    font-family: Cairo;
    color: rgba(71, 88, 81, 1);
    line-height: 160%;
    font-weight: 400;
    font-size: 14px;
}

/*==================     end testimonials-customer        =========================================*/

/*==================     store-features1        =========================================*/
section#store-features1 {
    padding-top: 0;
    padding-bottom: 60px;
    padding-right: 24px;
    padding-left: 24px;
}

.store-features1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;

}

.feature-item {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(244, 245, 247, 1);
    transition-duration: 240ms;
    box-shadow: 0px 4px 12px 0px rgba(244, 245, 247, 1);
    border-radius: 14px;
    padding: 14px;
}

.feature-item img {
    max-width: 100%;
    margin-right: 12px;
    width: 60px;
    background-color: rgba(244, 245, 247, 1);
    border-color: rgba(204, 222, 226, 0.69);
    object-fit: contain;
    padding: 7px;
    border-style: solid;
    border-width: 0px;
    border-radius: 12px;
    height: 60px;
}

.feature-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.feature-title {
    margin-bottom: 5px;
    color: rgba(21, 44, 49, 1);
    line-height: 100%;
    font-size: 16px;
    font-family: Nunito;
    font-weight: 700;
}

.feature-description {
    font-family: DM Sans;
    line-height: 160%;
    font-weight: 400;
    color: rgba(87, 99, 122, 0.8);
    font-size: 14px;
}

#carouselExampleIndicators>div:nth-child(2) {
    overflow-x: auto;
}

@media screen and (max-width: 1200px) {
    .store-features1 {
        grid-template-columns: repeat(2, 1fr);
    }

    #hero .right-side,
    #hero .left-side {
        width: 100%;
        flex: unset;
        position: unset;
    }

    #hero .left-side {
        padding: 0 8px;
    }
}

@media screen and (max-width: 992px) {
    #carouselExampleIndicators>div:nth-child(2) {
        padding: 0 5px;
    }

    .store-features1 {
        grid-template-columns: repeat(1, 1fr);
    }

    section#store-features1 {
        padding-top: 0;
        padding-bottom: 60px;
        padding-right: 0;
        padding-left: 0px;
    }

    .store-features1 {
        gap: 10px;
    }

    .feature-item {
        padding: 10px 14px;
    }

    .feature-item img {
        height: 45px;
    }

    .feature-title {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .feature-description {
        font-size: 13px;
    }
}

/*==================     end store-features1       =========================================*/

.in-product-quantity-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    background-color: #ffbc9745;
    border-radius: 20px;
    margin: 10px 0;
}

button.quantity_btn {
    margin: 0 !important;
}

.in-product-quantity-counter label {
    font-size: 16px;
    font-family: cairo;
    color: rgba(21, 44, 49, 1);
    text-align: right;
    font-weight: 700;
}

.quantity_container.mt-2.flex {
    margin: 0 !important;
    padding: 5px 10px 7px !important;
    background-color: #eee;
    border-radius: 15px;
}

.container-bolt-customer-deal-left {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: rgba(171, 179, 173, 1);
    background-color: rgba(9, 106, 61, 0.06);
    border-radius: 80px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 18px;
    padding-left: 18px;
    width: fit-content;
}

.container-bolt-customer-deal-left i {
    font-size: 28px;
}

.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: #f2f5f9d9;
}

.total-price.my-3.d-flex.align-items-center.justify-content-between {
    border-style: solid;
    border-color: rgba(155, 97, 3, 0.12);
    border-width: 0px;
    align-items: center;
    border-radius: 10px;
    padding-top: 13px;
    padding-bottom: 19px;
    padding-right: 11px;
    padding-left: 20px;
    background-color: #92f4ff47;
    font-size: 20px;
    font-weight: 600;
}

@media only screen and (max-width: 992px) {
    .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;
    }
}

/*==================   finish     =========================================*/
@media (max-width: 992px) {

    .big-main-title,
    .fire-customer-deal-left {
        font-size: 20px;
    }

    .small-main-title {
        font-size: 16px;
    }

    .features-titles,
    .testimonials-titles {
        gap: 10px;
    }

    .features-all-cards,
    .testimonials-all-cards {
        margin: 30px 0;
    }
}

/*==================     end finish    =========================================*/

/*==================     end big-main-title    =========================================*/
.cartoon-banner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    display: grid;
    flex-wrap: wrap;
    align-items: center;
    border-style: solid;
    grid-template-columns: repeat(8, 10fr);
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 140px;
    border-color: rgba(204, 222, 226, 0.69);
    background-color: rgba(244, 245, 247, 1);
    border-width: 0px;
    column-gap: 14px;
}

.cartoon-banner img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 122px;
}

@media only screen and (max-width: 992px) {
    .cartoon-banner {
        display: grid;
        column-gap: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        row-gap: 0px;
        grid-template-columns: repeat(4, 4fr);
        border-radius: 18px;
    }

    section#cartoon-banner .container {
        padding: 0 15px;
    }
}

/*==================     end big-main-title    =========================================*/

/*==================    main-reviews1    =========================================*/

.all-cards-main-reviews1 {
    display: flex;
    gap: 30px;
    margin: 45px 0 0;
    /* flex-wrap: wrap; */
    padding-bottom: 10px;
}

.card-main-reviews1 {
    overflow: hidden;
    border-width: 0px;
    background-color: rgba(255, 255, 255, 1);
    justify-content: space-between;
    display: flex;
}

.card-main-reviews1 span.material-icons {
    border-style: solid;
    border-width: 0px;
    color: rgba(28, 215, 255, 1);
    font-size: 17px;
}

.main-img-card-main-reviews1 img {
    height: 130px;
    border-radius: 15px;
}

.name-card-main-reviews1 {
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
    width: 20%;
    border-right: 1px solid #eee;
    margin: 0 25px 0 0;
}

.footer-card-main-reviews1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
}

.line-card-main-reviews1 {
    height: 1px;
    background-color: rgba(138, 170, 176, 0.23);
    max-width: 100%;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.name-card-main-reviews1 h3 {
    color: rgba(21, 44, 49, 1);
    line-height: 100%;
    font-family: Nunito;
    font-weight: 700;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stars-card-main-reviews1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stars-card-main-reviews1 h4 {
    line-height: 20px;
    font-family: Work Sans;
    color: rgba(87, 99, 122, 1);
    font-weight: 400;
    font-size: 16px;
}

.name-card-main-reviews1 h5 {
    line-height: 20px;
    letter-spacing: 0px;
    font-family: DM Sans;
    font-size: 14px;
    color: rgba(87, 99, 122, 0.8);
    font-weight: 500;
}

.card-main-reviews1 .stars {
    display: flex;
    gap: 2px;
}

.footer-card-main-reviews1 img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.card-main-reviews1 i {
    font-size: 13px;
    color: #231f1d;
}

.footer-card-main-reviews1 .author-name {
    line-height: 20px;
    color: rgba(21, 44, 49, 1);
    font-family: Nunito;
    font-size: 15px;
    font-weight: 700;
}

.footer-card-main-reviews1 .author-title {
    font-family: DM Sans;
    font-style: normal;
    text-align: left;
    line-height: 130%;
    color: rgba(87, 99, 122, 0.8);
    font-weight: 500;
    font-size: 13px;
}

.main-text-card-main-reviews1 {
    font-family: DM Sans;
    font-style: normal;
    font-size: 16px;
    color: rgba(87, 99, 122, 0.8);
    font-weight: 400;
    line-height: 160%;
    margin: 0 0 10px 0;
}

.card-main-reviews1 h3 span {
    font-size: 12px;
    color: #007bff;
    margin-left: 8px;
}

.card-main-reviews1 p {
    font-size: 14px;
    color: #555;
    margin: 10px 0;
}

.card-main-reviews1 small {
    font-size: 12px;
    color: #888;
}

.rating {
    text-align: center;
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rating i {
    font-size: 15px;
}

.body-card-main-reviews1 {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 25px;
}

.body-card-main-reviews1 h5 {
    line-height: 160%;
    text-align: center;
    font-family: Sorts Mill Goudy;
    font-weight: 600;
    font-size: 18px;
    color: rgba(35, 31, 29, 1);
}

.txt-card-main-reviews1 {
    font-family: Karla;
    text-align: center;
    font-size: 16px;
    color: rgba(93, 86, 86, 1);
    font-weight: 400;
    line-height: 160%;
}

.img-card-main-reviews1 img {
    height: 100%;
    width: auto;
    min-width: 100%;
}

section#main-reviews1 {
    padding-top: 60px;
    padding-bottom: 100px;
    padding-left: 18px;
    padding-right: 18px;
    border-style: solid;
    border-width: 0px;
    background-color: rgba(35, 31, 29, 1);
    border-radius: 10px;
    margin: 14px;
}

section#main-reviews1 .circeled-main-title {
    color: rgba(255, 255, 255, 0.5);
    background-color: unset;
}

section#main-reviews1 .big-main-title,
section#main-reviews1 .small-main-title {
    color: rgba(255, 255, 255, 1);
}

@media (max-width: 1200px) {
    .all-cards-main-reviews1 {
        display: flex;
        overflow-x: auto;
        /* Ã™â€žÃ˜ÂªÃ™ÂÃ˜Â¹Ã™Å Ã™â€ž Ã˜Â§Ã™â€žÃ˜ÂªÃ™â€¦Ã˜Â±Ã™Å Ã˜Â± Ã˜Â§Ã™â€žÃ˜Â£Ã™ÂÃ™â€šÃ™Å  */
        scroll-snap-type: x mandatory;
        /* Ã™â€žÃ˜Â¶Ã™â€¦Ã˜Â§Ã™â€  Ã˜Â§Ã™â€žÃ˜Â§Ã™â€žÃ˜ÂªÃ™â€šÃ˜Â§Ã˜Â· Ã˜Â¹Ã™â€ Ã˜Â¯ Ã˜Â§Ã™â€žÃ˜ÂªÃ™â€¦Ã˜Â±Ã™Å Ã˜Â± */
    }

    .all-cards-main-reviews1>* {
        flex: 0 0 100%;
        /* Ã™Æ’Ã™â€ž Ã˜Â¹Ã™â€ Ã˜ÂµÃ˜Â± Ã™Å Ã˜Â£Ã˜Â®Ã˜Â° 100% Ã™â€¦Ã™â€  Ã˜Â¹Ã˜Â±Ã˜Â¶ Ã˜Â§Ã™â€žÃ˜Â­Ã˜Â§Ã™Ë†Ã™Å Ã˜Â© */
        scroll-snap-align: start;
        /* Ã™â€¦Ã˜Â­Ã˜Â§Ã˜Â°Ã˜Â§Ã˜Â© Ã˜Â§Ã™â€žÃ˜Â¹Ã™â€ Ã˜ÂµÃ˜Â± Ã˜Â¹Ã™â€ Ã˜Â¯ Ã˜Â¨Ã˜Â¯Ã˜Â§Ã™Å Ã˜Â© Ã˜Â§Ã™â€žÃ˜ÂªÃ™â€¦Ã˜Â±Ã™Å Ã˜Â± */
    }

    .all-cards-main-reviews1::-webkit-scrollbar {
        height: 10px;
        /* Ã˜Â§Ã˜Â±Ã˜ÂªÃ™ÂÃ˜Â§Ã˜Â¹ Ã˜Â´Ã˜Â±Ã™Å Ã˜Â· Ã˜Â§Ã™â€žÃ˜ÂªÃ™â€¦Ã˜Â±Ã™Å Ã˜Â± */
    }

    .all-cards-main-reviews1::-webkit-scrollbar-thumb {
        background: #ffbc97;
        /* Ã™â€žÃ™Ë†Ã™â€  Ã˜Â´Ã˜Â±Ã™Å Ã˜Â· Ã˜Â§Ã™â€žÃ˜ÂªÃ™â€¦Ã˜Â±Ã™Å Ã˜Â± */
        border-radius: 4px;
        /* Ã˜Â¬Ã˜Â¹Ã™â€ž Ã˜Â§Ã™â€žÃ˜Â­Ã™Ë†Ã˜Â§Ã™Â Ã˜Â¯Ã˜Â§Ã˜Â¦Ã˜Â±Ã™Å Ã˜Â© */
    }

    .all-cards-main-reviews1::-webkit-scrollbar-thumb:hover {
        background: #ffbc97;
        /* Ã™â€žÃ™Ë†Ã™â€  Ã˜Â¹Ã™â€ Ã˜Â¯ Ã˜Â§Ã™â€žÃ˜ÂªÃ™â€¦Ã˜Â±Ã™Å Ã˜Â± Ã™ÂÃ™Ë†Ã™â€š Ã˜Â§Ã™â€žÃ˜Â´Ã˜Â±Ã™Å Ã˜Â· */
    }

    .all-cards-main-reviews1::-webkit-scrollbar-track {
        background: #f1f1f1;
        /* Ã™â€žÃ™Ë†Ã™â€  Ã˜Â®Ã™â€žÃ™ÂÃ™Å Ã˜Â© Ã™â€¦Ã˜Â³Ã˜Â§Ã˜Â± Ã˜Â´Ã˜Â±Ã™Å Ã˜Â· Ã˜Â§Ã™â€žÃ˜ÂªÃ™â€¦Ã˜Â±Ã™Å Ã˜Â± */
        border-radius: 4px;
    }

}

@media (max-width: 992px) {
    section#main-reviews1 .container {
        padding-left: 15px;
        padding-right: 15px;
        background-position: right;
    }

    section#main-reviews1 {
        padding: 30px 15px;
    }

    .rating h5 {
        font-size: 14px;
    }

    .card-main-reviews1 {
        flex-direction: column;
        gap: 10px;
        border-radius: 15px;
    }

    .name-card-main-reviews1 {
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        border: unset;
    }

    .body-card-main-reviews1 {
        width: 100%;
        gap: 15px;
        padding: 20px 15px 15px;
        justify-content: space-around;
        flex: 1;
    }
}

@media (min-width: 992px) {}

/*==================     end main-reviews1    =========================================*/

/*==================     social-bages   =========================================*/
.top-imgs-right-social-bages,
.bottom-imgs-right-social-bages {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

section#social-bages .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.top-imgs-right-social-bages img,
.bottom-imgs-right-social-bages img {
    height: 180px;
    width: 250px;
    border-radius: 12px;
}

.right-social-bages,
.left-social-bages {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;

}

.link-left-social-bages {
    font-size: 14px;
    font-family: Roboto;
    font-weight: normal;
    color: rgba(0, 117, 255, 1);
    padding: 18px;
    border-style: solid;
    transition-duration: 300ms;
    border-color: rgba(28, 215, 255, 1);
    background-color: rgba(146, 244, 255, 0.28);
    border-width: 0px;
    border-radius: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.link-left-social-bages a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.link-left-social-bages img {
    width: 27px;
}

.link-left-social-bages h3 {
    color: rgba(21, 44, 49, 1);
    letter-spacing: 0px;
    line-height: 130%;
    font-family: Nunito;
    font-weight: 700;
    font-size: 18px;
}

.link-left-social-bages h6 {
    font-family: DM Sans;
    line-height: 130%;
    color: rgba(87, 99, 122, 0.8);
    font-weight: 400;
    font-size: 14px;
}

.link-left-social-bages:nth-child(2) {
    background-color: #ff82581f;
}

.link-left-social-bages:nth-child(3) {
    background-color: #bff3855e;
}

.link-left-social-bages:nth-child(4) {
    background-color: #f4f5f7;
}

@media (max-width: 992px) {
    section#social-bages .container {
        flex-wrap: wrap;
    }

    .top-imgs-right-social-bages img,
    .bottom-imgs-right-social-bages img {
        width: 48%;
    }

    .left-social-bages {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .link-left-social-bages {
        width: 48%;
    }

    .link-left-social-bages h3 {
        font-size: 16px;
    }

    .link-left-social-bages h6 {
        font-size: 13px;
    }
}

/*==================     end social-bages    =========================================*/

/*==================    footer    =========================================*/

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
#footer {
    margin-bottom: 150px;
    direction: ltr;
    margin-top: 20px;
}

#footer .logo-img {
    color: #fff;
    font-size: 35px;
    font-family: Quicksand;
    text-align: left;
}

#footer .content {
    display: flex;
    flex-direction: column;
}

#footer .content .top {
    display: flex;
    justify-content: space-between;
    padding: 30px 20px;
    border-color: var(--color-light-gray);
    background-color: #051225;
    border-radius: 14px;
}

#footer .content .top .item {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 15px;
    flex: 1;
    padding: 20px;
    border: 1px solid #fff3;

}

#footer .content .top .item h3 {
    color: rgba(255, 255, 255, 1);
    font-family: Nunito;
    font-size: 21px;
    line-height: 160%;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 0 10px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

#footer .content .top .item p,
#footer .content .top .item ul {
    font-family: DM Sans;
    line-height: 20px;
    color: rgba(252, 252, 252, 1);
    text-decoration-line: none;
    font-weight: regular;
    font-size: 15px;
    opacity: 70%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

#footer .content .top .item ul li a {
    font-family: DM Sans;
    line-height: 20px;
    color: rgba(252, 252, 252, 1);
    text-decoration-line: none;
    font-weight: regular;
    font-size: 15px;
    opacity: 70%;
}

#footer .content .top .item .social-icons i {
    font-size: 22px;
    font-weight: bolder;
    margin-left: 20px;
    display: block;
    color: #000;
}

#footer .content .top .item input {
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    color: var(--color-dark-grayish-brown);
    line-height: 18px;
    font-family: Cairo;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 16px;
    padding-left: 16px;
    border-color: var(--color-light-gray);
    border-radius: 10px;
    width: 100%;
}

#footer .content .top .item input:focus {
    border: 2px solid var(--main-color);
    outline: none;
}

#footer .content .top .item button {
    margin-top: 10px;
    font-family: Cairo;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 18px;
    color: var(--color-white);
    border-color: var(--color-white);
    background-color: var(--color-dark-grayish-brown);
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 15px;
    border-radius: 10px;
    outline: none;
    border: none;
    cursor: pointer;
    width: 100%;
}

#footer .content .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

#footer .content .bottom .item img {
    height: 26px;
    float: left;
}

.brand-footer-img img {
    width: 146px;
    margin-bottom: 8px;
    filter: invert(1);
}

.social-icons a img {
    margin-right: 10px;
    padding: 13px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
}

#footer ul {
    padding: 0;
}

@media only screen and (max-width: 992px) {
    #footer {
        direction: ltr;
        margin: 40px 15px 100px;
    }

    #footer .content .top {
        padding: 20px 10px;
        display: flex;
        justify-content: center;
        gap: 10px;
        align-items: center;
    }

    #footer .content .top .item h3,
    #footer .content .top .item .social-icons i {
        font-weight: 600;
    }

    #footer .content .top .item .social-icons i {
        font-size: 18px;
    }

    #footer .content .top .item {
        display: flex;
        flex-direction: column;
        text-align: left;
        gap: 15px;
        border: 1px solid #fff3;
        flex: unset;
        border-radius: 10px;
        align-items: center;
    }

    #footer .content .top .item h3,
    #footer .content .top .item ul,
    #footer .content .top .item ul li,
    #footer .content .top .item p {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    #footer .content .bottom {
        padding: 30px 0px 60px;
    }

    #footer .content .bottom .item img {
        float: initial;
        margin: auto;
    }

    .brand-footer-img img {
        width: 79px;
    }

    #footer .content .top .item h3 {
        padding: 0;
    }
}

/*==================     end footer  =========================================*/

/*==================     tst  =========================================*/
.percentage.main-discount.flash-icon {
    position: relative;
}

.percentage.main-discount.flash-icon::before {
    content: "save";
    display: block;
    font-style: italic;
    font-family: Nunito;
    font-size: 14px;
}

.percentage.main-discount.flash-icon::after {
    content: "OFF";
    display: block;
    font-style: italic;
    font-family: Nunito;
    font-size: 14px;
}

@media (max-width: 992px) {

    .percentage.main-discount.flash-icon span,
    .percentage.main-discount.flash-icon::before,
    .percentage.main-discount.flash-icon::after {
        font-size: 11px;
    }
}

/*==================     end tst  =========================================*/

/*==================     end tst  =========================================*/
.product_form_checkout p.text-lg.font-bold {
    text-align: center;
}

/*==================     end tst  =========================================*/

/*==================    swipper-imgs-1  =========================================*/
.swipper-imgs-1 {
    width: 80%;
    overflow: hidden;
    border: 2px solid #ccc;
    border-radius: 10px;
}

.swipper-imgs-1 .swipper-imgs-1-slider-track {
    display: flex;
    animation: swipper-imgs-1-slide 13s infinite ease-in-out;
}

.swipper-imgs-1 .swipper-imgs-1-slider-item {
    flex: 0 0 50%;
    background: #ddd;
    margin-right: 10px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.swipper-imgs-1 .swipper-imgs-1-slider-item img,
.swipper-imgs-1 .swipper-imgs-1-slider-item video {
    width: 100%;
    height: auto;
}

.left-main-swipper-imgs,
.swipper-imgs-1 {
    flex: 1;
}

.left-main-swipper-imgs h1 {
    max-width: 550px;
    font-family: Nunito;
    color: rgba(21, 44, 49, 1);
    font-size: 31px;
    font-weight: 800;
    text-align: center;
}

@keyframes swipper-imgs-1-slide {
    0% {
        transform: translateX(0);
    }

    30% {
        transform: translateX(0);
        /* Ã˜ÂªÃ™Ë†Ã™â€šÃ™Â Ã˜Â§Ã™â€žÃ˜Â­Ã˜Â±Ã™Æ’Ã˜Â© */
    }

    80% {
        transform: translateX(-100%);
        /* Ã˜Â­Ã˜Â±Ã™Æ’Ã˜Â© Ã™â€žÃ™â€žÃ˜Â®Ã˜Â§Ã˜Â±Ã˜Â¬ */
    }

    100% {
        transform: translateX(-100%);
    }
}

section#main-swipper-imgs .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.left-main-swipper-imgs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    flex-direction: column;
}

.left-main-swipper-imgs #x-checkout-btn {
    background-color: #7069bc;
}

section#main-swipper-imgs {
    background-color: #fafafa;
    padding: 40px 24px;
}

@media (max-width: 992px) {

    .left-main-swipper-imgs,
    .swipper-imgs-1 {
        flex: unset;
        width: 100%;
    }

    .left-main-swipper-imgs h1 {
        font-size: 24px;
    }

    .left-main-swipper-imgs .product-first-stars {
        font-size: 12px;
        gap: 5px;
    }

    section#main-swipper-imgs {
        padding: 40px 5px;
    }
}

/*==================     end swipper-imgs-1  =========================================*/

/*==================    comparison-container  =========================================*/
.all-imgs-features {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
    align-items: stretch;
}

section#imgs-features {
    background-color: #fafafa;
    padding: 40px 24px;
}

.first-imgs-features {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    min-height: 100%;
    width: 25%;
}

.card-imgs-features {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-imgs-features img {
    width: 100%;
    height: 60px;
    max-width: 60px;
}

.card-imgs-features h6 {
    font-family: DM Sans;
    color: rgba(87, 99, 122, 0.8);
    font-weight: 400;
    line-height: 120%;
    font-size: 18px;
    text-align: center;
}

.card-imgs-features h2 {
    font-family: Nunito;
    color: rgba(21, 44, 49, 1);
    line-height: 130%;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
}

.comparison-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
    flex: 1;
}

/* Base image (before) */
.comparison-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay image (after) */
.comparison-image.after {
    clip-path: inset(0 50% 0 0);
    /* Initially shows half */
    transition: clip-path 0.1s ease-out;
}

/* Divider line */
.comparison-slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background-color: white;
    transform: translateX(-50%);
    z-index: 10;
}

/* Draggable handle */
.comparison-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background-color: white;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    z-index: 11;
}

/* Arrows inside the handle */
.comparison-handle::before,
.comparison-handle::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
}

.comparison-handle::before {
    transform: rotate(135deg);
    left: 5px;
}

.comparison-handle::after {
    transform: rotate(-45deg);
    right: 5px;
}

section#imgs-features .small-main-title {
    color: #2a3445;
}

@media (max-width: 992px) {
    .all-imgs-features {
        flex-direction: column;
    }

    .first-imgs-features {
        flex-direction: row;
        width: unset;
        gap: 15px;
    }

    .card-imgs-features h6 {
        font-size: 13px;
    }

    .card-imgs-features h2 {
        font-family: Nunito;
        color: rgba(21, 44, 49, 1);
        line-height: 130%;
        text-align: center;
        font-size: 23px;
        font-weight: 600;
        text-align: center;
    }

    .card-imgs-features h2 {
        font-size: 17px;
    }

    section#imgs-features .testimonials-titles {
        width: 90%;
        text-align: center;
        margin: 0 auto;
        gap: 5px;
    }

    section#imgs-features {

        padding: 40px 15px;
    }
}

/*==================     end comparison-container  =========================================*/
/*==================     customer-videos1   =========================================*/
.customer-videos1 {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding: 10px;
    scroll-snap-type: x mandatory;
    flex: 1;
}

.customer-videos1 iframe {
    flex: 50%;
    height: 500px;
    scroll-snap-align: start;
    border: none;
    border-radius: 8px;
}

/*==================     end customer-videos1  =========================================*/

.customer-videos1::-webkit-scrollbar {
    height: 10px;
}

.customer-videos1::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.customer-videos1::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.customer-videos1::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*==================     end customer-videos1  =========================================*/
.left-customer-videos1 .title {
    font-family: Nunito;
    color: rgba(21, 44, 49, 1);
    line-height: 130%;
    font-size: 38px;
    font-weight: 700;

}

.left-customer-videos1 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: auto;
    flex: 1;
}

.left-customer-videos1 .progress-item {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.left-customer-videos1 .progress-circle {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    background: conic-gradient(#7c4dff var(--percentage), #e6e6e6 0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #333;
    position: relative;
}

.left-customer-videos1 .progress-circle span {
    position: relative;
    z-index: 1;
    font-size: 18px;
    background-color: #fff;
    width: 80%;
    border-radius: 50%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-customer-videos1 .progress-text {
    font-family: DM Sans;
    color: rgba(87, 99, 122, 0.8);
    font-weight: 400;
    line-height: 120%;
    font-size: 18px;
    text-align: left;
}

.left-customer-videos1 .offer-button {
    text-align: center;
    margin-top: 20px;
}

.left-customer-videos1 .offer-button button {
    background-color: #7c4dff;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.left-customer-videos1 .offer-button button:hover {
    background-color: #6b3ed9;
}

.left-customer-videos1 .rating {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 10px;
}

section#main-customer-videos1 {
    padding: 40px 24px;
}

section#main-customer-videos1 .container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* Ã˜Â¥Ã˜Â®Ã™ÂÃ˜Â§Ã˜Â¡ Ã˜Â´Ã˜Â§Ã˜Â´Ã˜Â© Ã˜Â§Ã™â€žÃ™â€ Ã™â€¡Ã˜Â§Ã™Å Ã˜Â© Ã™Ë†Ã˜Â§Ã™â€žÃ˜Â§Ã™â€šÃ˜ÂªÃ˜Â±Ã˜Â§Ã˜Â­Ã˜Â§Ã˜Âª Ã™ÂÃ™Å  Ã™â€¦Ã˜Â´Ã˜ÂºÃ™â€ž Ã™Å Ã™Ë†Ã˜ÂªÃ™Å Ã™Ë†Ã˜Â¨ */
html5-endscreen.ytp-player-content.ytp-show-tilesÃ™Ë†:not(.ytp-mweb-player) .ytp-endscreen-content {
    display: none !important;
}

.left-customer-videos1 .offer-button #x-checkout-btn {
    margin: unset;
    background-color: #a798d9;
}

.left-customer-videos1 .rating .stars i {
    font-size: 14px;
}

.left-customer-videos1 .rating h5 {
    font-size: 14px;
}

@media only screen and (max-width: 992px) {

    .customer-videos1,
    .left-customer-videos1 {
        flex: unset;
    }

    .left-customer-videos1 .progress-item {
        gap: 5px;
    }

    section#main-customer-videos1 {
        padding: 40px 10px;
    }

    .left-customer-videos1 .progress-circle span {
        font-size: 13px;
    }

    .left-customer-videos1 .progress-circle {
        min-width: 50px;
        min-height: 50px;
        width: 50px;
        height: 50px;
    }

    .left-customer-videos1 .progress-text {
        font-size: 14px;
    }

    .left-customer-videos1 .offer-button #x-checkout-btn {
        margin: 0 auto;
    }

    .left-customer-videos1 .rating {
        justify-content: center;
    }

    .left-customer-videos1 .title {
        font-size: 21px;
    }

    .customer-videos1 iframe {
        flex: 100%;
        scroll-snap-align: center;
        height: 60vh;
    }

}

/*==================     end customer-videos1  =========================================*/

/*==================     end customer-videos1  =========================================*/

.customers-testimonials1 {
    margin: 0 auto;
    text-align: center;
    background-color: #fafafa;
    padding: 40px 24px;
}

.testimonial-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 40px;
    margin: 45px 0;
}

.image-container {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.testimonial-image {
    width: 49%;
    display: block;
    border-radius: 8px;
}

.after-img-customers-testimonials1,
.after-img-customers-testimonials1 img,
.before-img-customers-testimonials1 img,
.before-img-customers-testimonials1 {
    width: 100%;
    position: relative;
}

.badge {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
    padding: 5px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #ad90c3;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65%;
}

.testimonial-text {
    margin-top: 20px;
    font-family: DM Sans;
    color: rgba(87, 99, 122, 0.8);
    font-weight: 400;
    line-height: 120%;
    font-size: 18px;
    text-align: center;
}

.customer-name {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.verified {
    font-size: 12px;
    color: #777;
}

.bottom-testimonial-item h3 {
    font-family: Nunito;
    color: rgba(21, 44, 49, 1);
    line-height: 130%;
    font-size: 17px;
    font-weight: 700;
}

.bottom-testimonial-item h6 {
    font-family: DM Sans;
    color: #2a3445;
    font-weight: 400;
    line-height: 160%;
    font-size: 18px;
    text-align: center;
}

.bottom-testimonial-item img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.bottom-testimonial-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.testimonial-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

@media (max-width: 768px) {
    .testimonial-container {
        flex-direction: column;
        align-items: center;
    }

    .customers-testimonials1 {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

}

@media (max-width: 480px) {

    .testimonial-text {
        font-size: 14px;
    }

    .customer-name {
        font-size: 12px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*==================     end customer-videos1  =========================================*/

/*==================     end customer-videos1  =========================================*/
.second-titles {
    color: var(--color-muted);
    line-height: 160%;
    font-weight: 400;
    font-size: 22px;
    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: rtl;
}

/* 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: 60px;
    padding-bottom: 40px;
    padding-right: 24px;
    padding-left: 24px;
}

span.icon.true {
    color: #54b000;
    font-weight: 900;
}

span.icon.false {
    color: #bd0202;
    font-weight: 900;
}

@media only screen and (max-width: 767px) {

    .second-titles {
        font-size: 19px;
    }

    .main-titles {
        font-size: 30px !important;
    }

    section.comparison .container {
        flex-direction: column;
    }

    section.comparison div {
        flex-direction: column;
        width: 100%;
    }

    .comparison-table {
        width: 100%;
    }

}

section.comparison #x-checkout-btn {
    width: 70%;
    background-color: #a798d9;
}

.main-titles {
    font-size: 56px;
    color: var(--color-dark);
    line-height: 130%;
    text-align: left;
    font-weight: 600;
    text-align: center;
}

/* ÃƒËœÃ‚ÂªÃƒËœÃ‚Â­Ãƒâ„¢Ã‹â€ Ãƒâ„¢Ã… Ãƒâ„¢Ã¢â‚¬Å¾ ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã¢â‚¬Â¦Ãƒâ„¢Ã‹â€ ÃƒËœÃ‚Â¬ÃƒËœÃ‚Â© Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â¬ÃƒËœÃ‚Â¹Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã¢â‚¬Â¡ÃƒËœÃ‚Â§ Ãƒâ„¢Ã¢â‚¬Â¦Ãƒâ„¢Ã¢â‚¬Å¡Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã‹â€ ÃƒËœÃ‚Â¨ÃƒËœÃ‚Â© */

/*dropy*/

/*quantity*/

/*quantity*/

/*==================     end customer-videos1  =========================================*/

/*==================    main-product-discount    =========================================*/
section#main-product-discount .box-main-product-discount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 17px;
    padding: 0;
    background-color: #2e2a39;
    flex-wrap: wrap;
    width: 100%;
}

.img-main-product-discount img {
    max-width: 100%;
    max-height: 100%;
    height: 500px;
    width: 100%;
}

.first-offer-main-product-discount {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.second-offer-main-product-discount {
    line-height: 130%;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    font-size: 32px;
    text-align: center;
}

.first-offer-main-product-discount h3 {
    font-family: Almarai;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 600;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(191, 195, 196, 0.32);
    font-size: 14px;
}

.offer-main-product-discount {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    align-items: center;
    justify-content: center;
}

.first-offer-main-product-discount .stars i {
    color: rgba(249, 109, 84, 1);
    font-size: 17px;
}

.img-main-product-discount {
    padding: 0;
}

section#main-product-discount .small-main-title {
    color: #fff;
    opacity: 80%;
}

section#main-product-discount #x-checkout-btn {
    background-color: #a798d9;
}

@media (min-width: 992px) {

    .img-main-product-discount,
    .offer-main-product-discount {
        flex: 1;
    }

    section#main-product-discount {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media (max-width: 992px) {

    .img-main-product-discount,
    .offer-main-product-discount,
    .img-main-product-discount img {
        width: 100%;
        height: auto;
    }

    section#main-product-discount {
        flex-direction: column;
    }

    .offer-main-product-discount {

        padding: 35px 20px;
    }

    .second-offer-main-product-discount {
        font-size: 24px;
    }

    section#main-product-discount .container {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/*==================     end main-product-discount    =========================================*/

/*==================    last-buy-benefits   =========================================*/
section#last-buy-benefits .buy-benefit-item {
    flex-direction: column;
    gap: 10px;
}

section#last-buy-benefits .buy-benefit-item img {
    height: 70px;

}

/*==================     end last-buy-benefits    =========================================*/

@media (max-width: 992px) {

    section {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .big-main-title {
        font-size: 30px;
    }

    .features-titles,
    .testimonials-titles {
        gap: 10px;
    }
}

/*==================      product-features        =========================================*/
.circeled-main-title {
    text-align: center;
    border-style: solid;
    border-width: 0px;
    border-radius: 100px;
    text-transform: uppercase;
    width: fit-content;
    margin: 0 auto;
    font-family: Karla;
    line-height: 160%;
    font-size: 13px;
    letter-spacing: 4px;
    color: rgba(93, 86, 86, 1);
    font-weight: 700;
    padding: 0;
}

section#testimonials-customer {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 24px;
    padding-left: 24px;
}

.features-all-cards,
.testimonials-all-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 40px;
    margin: 45px 0;
}

.features-card1 img {
    max-width: 100%;
    border-radius: 15px;
    border: 2px dashed #192d24b0;
    width: 100%;
    height: auto;
}

.body-features-card1 {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 0px;
    padding-top: 24px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgb(240 247 255);
    display: flex;
    justify-content: center;
    border-radius: 12px;
    min-height: 210px;
    margin: 15px 0 0;
}

.features-card1 #x-checkout-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.features-card1 h3 {
    color: rgba(10, 37, 64, 1);
    line-height: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
}

.features-card1 h6 {

    color: rgba(58, 77, 95, 1);
    line-height: 160%;
    font-weight: 400;
    text-align: center;
    font-size: 15px;
}

@media screen and (max-width: 768px) {

    .features-all-cards,
    .testimonials-all-cards {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 20px;
    }

    .features-card1 img {
        width: 100%;
        height: auto;
    }
}

/*==================     end product-features        =========================================*/

/*==================     end product-features        =========================================*/
.animated-offer1 {
    display: flex;
    gap: 10px;
    overflow: hidden;
    max-height: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #ffbc97;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin: 0 20px;
}

.offer-item {
    display: flex;
    align-items: center;
    justify-content: center;
    direction: ltr;
    min-width: 30%;
    animation: slideIn 4s ease-in-out infinite;
    gap: 10px;
}

.offer-content {
    text-align: center;
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 5px;
}

.animated-offer1 .material-icons {
    font-size: 24px;
    color: rgba(35, 31, 29, 1);
    animation: fadeIn 5s ease-in-out infinite;
}

.offer-text {
    animation: fadeIn 1s forwards;
    line-height: 160%;
    letter-spacing: 0px;
    color: rgba(35, 31, 29, 1);
    font-family: Sorts Mill Goudy;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    animation: fadeIn 5s ease-in-out infinite;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        /* Ã™Å Ã˜Â¨Ã™â€šÃ™â€° Ã˜Â§Ã™â€žÃ˜Â¹Ã™â€ Ã˜ÂµÃ˜Â± Ã™â€¦Ã˜Â±Ã˜Â¦Ã™Å Ã™â€¹Ã˜Â§ Ã˜Â«Ã™â€¦ Ã™Å Ã˜Â¹Ã™Ë†Ã˜Â¯ Ã™â€žÃ™â€žÃ˜Â§Ã˜Â®Ã˜ÂªÃ™ÂÃ˜Â§Ã˜Â¡ */
    }
}

@keyframes slideIn {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1200px) {
    .offer-item {
        min-width: 50%;
    }
}

@media (max-width: 992px) {
    .offer-item {
        min-width: 100%;
    }
}

/*==================     end product-features        =========================================*/

/*==================== main-product-features ====================*/
.small-main-title {
    max-width: 700px;
    margin: 0 auto;
    font-style: normal;
    line-height: 160%;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Karla;
    font-size: 18px;
    color: rgba(93, 86, 86, 1);
    font-weight: 400;
    text-align: center;
}

.all-cards-product-features {
    overflow: hidden;
    gap: 20px;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
}

.card1-product-features {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 16px;
    border: 1px solid var(--Prirmitaves-Colors-Greys-200, #CCC);
    background: var(--Prirmitaves-Colors-Base-White, #FFF);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
}

h2.title-card1-product-features {
    color: #002F47;
    text-align: center;
    font-family: Almarai;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

p.description-card1-product-features {
    color: var(--Prirmitaves-Colors-Greys-700, #4D4D4D);
    text-align: center;
    font-family: Almarai;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.svg-container-card1-product-features img {
    height: 55px;
    width: auto;
}

#main-product-features .content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
    column-gap: 20px;
    margin: 35px 0;

}

#main-product-features .content .card {
    transition-duration: 300ms;
    border-radius: 20px;
    overflow: hidden;
    padding: 15px;
    display: flex;
    flex-direction: row;
    height: 450px;
    border: unset;
    background-color: rgba(242, 245, 249, 0.85);
}

#main-product-features .content .card:hover {
    transform: translateY(-5px);
}

#main-product-features .content .card img {
    border-radius: 25px;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.features-card-img-top {
    flex: 1;
}

#main-product-features .content .card .card-body {
    padding: 24px 20px;
    text-align: center;
    flex: 1;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#main-product-features>div>div.content>div:nth-child(2),
#main-product-features>div>div.content>div:nth-child(4) {
    direction: rtl;
}

#main-product-features .content .card .card-body .card-title {
    color: rgba(35, 31, 29, 1);
    font-family: Sorts Mill Goudy;
    font-size: 27px;
    font-weight: 700;
    line-height: 115%;
    text-align: left;
    width: 100%;
    max-width: 410px;

}

#main-product-features .content .card .card-body .card-text {
    font-family: Karla;
    color: rgba(93, 86, 86, 1);
    font-size: 16px;
    line-height: 160%;
    font-weight: 400;
    max-width: 410px;
    text-align: left;
}

section#main-product-features {
    border-style: solid;
    border-width: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
}

section#main-product-features .circeled-main-title {
    text-align: center;
    text-transform: uppercase;
    width: fit-content;
    margin: 0 auto;
    font-family: Karla;
    line-height: 160%;
    font-size: 13px;
    border-style: solid;
    border-radius: 100px;
    border-width: 0px;
    letter-spacing: 3px;
    color: rgba(93, 86, 86, 1);
    font-weight: 700;
    background-color: transparent;
    padding: 0;
}

.title-main-product-features {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

@media only screen and (max-width: 992px) {

    #main-product-features .content {
        grid-template-columns: repeat(1, 1fr);
    }

    #main-product-features .content .card {
        flex-direction: column;
        height: unset;
    }

    #main-product-features>div>div.content>div:nth-child(2),
    #main-product-features>div>div.content>div:nth-child(4) {
        direction: unset;
    }

    #main-product-features .content .card .card-body .card-title {
        font-size: 20px;
    }

    #main-product-features .content .card .card-body .card-text {
        font-size: 16px;
        line-height: 130%;
    }
}

@media only screen and (max-width: 767px) {
    #main-product-features .content {
        grid-template-columns: repeat(1, 1fr);
    }

    #main-product-features .content .card {
        flex-direction: column;
        height: unset;
    }
}

@media (max-width:767px) {

    .big-main-title,
    h2.title-card1-product-features {
        font-size: 24px;
    }

    .small-main-title,
    p.description-card1-product-features {
        font-size: 12px;
    }

    section#main-product-features {
        margin: 40px auto;
        padding: 0 10px;
    }

    .card1-product-features {
        gap: 5px;
    }
}

/*==================== end main-product-features ====================*/

/*==================== section#reviews-customers1 ====================*/
section#reviews-customers1 {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
}

section#reviews-customers1 .all-cards-reviews-customers1 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 40px;
    margin: 45px 0;
}

.rating-name-reviews-customers1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-reviews-customers1 {
    display: flex;
    flex-direction: column;
    border-style: solid;
    border-color: rgba(37, 52, 45, 0.09);
    border-radius: 10px;
    border-width: 0px;
    background-color: rgba(242, 245, 249, 0.85);
    overflow: hidden;
}

.body-card-reviews-customers1 {
    padding: 21px;
    gap: 4px;
    display: flex;
    flex-direction: column;
}

.rating-name-reviews-customers1 img {
    height: 14px;
}

.rating-name-reviews-customers1 h3 {
    color: rgba(35, 31, 29, 1);
    line-height: 130%;
    font-family: Sorts Mill Goudy;
    font-size: 18px;
    font-weight: 600;
}

.date-card-reviews-customers1 {
    font-family: Karla;
    color: rgba(93, 86, 86, 1);
    text-align: left;
    line-height: 160%;
    font-weight: 400;
    font-size: 12px;
}

.txt-card-reviews-customers1 {
    font-family: Karla;
    color: rgba(93, 86, 86, 1);
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
}

.img-card-reviews-customers1 img {
    width: 100%;
}

@media (max-width: 992px) {
    section#reviews-customers1 {
        padding-top: 40px;
        padding-bottom: 35px;
        padding-left: 10px;
        padding-right: 10px;
    }

    section#reviews-customers1 .all-cards-reviews-customers1 {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 20px;
        margin: 20px 0;
    }
}

/*==================== end section#reviews-customers1 ====================*/
.total_price_container {
    margin: 0 !important;
}

