: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: right;
}

*::-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: ltr;

}

a {
    text-decoration-line: none;
    color: var(--color-white);
}

i {
    color: rgba(0, 178, 189, 1);
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: Cairo;
    margin: 0;
    padding: 0;
}

img {
    display: block;
    object-fit: cover;
    max-width: 100%;
}

.accordion-butn {
    background-color: transparent;
}

nav.navbar.container.navbar-expand-lg {
    padding: 0;
    margin: 0;
}

.bottom-header {
    background-size: cover;
    padding: 20px 0px;
    border-radius: 140px;
    background-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(25, 65, 77, 0.07);
    box-shadow: 0px 3px 11px 1px rgba(68, 93, 98, 0.07);
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 24px;
}

.logo {
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.bottom-header .logo .logo-img {
    margin-left: 4px;
    width: 40px;
    height: auto;
}

.bottom-header .logo a {
    font-family: 'Cairo';
    color: rgba(21, 44, 49, 1);
    line-height: 130%;
    font-size: 22px;
    font-weight: 800;
}

.bottom-header ul li a {
    font-size: 16px;
    line-height: 18px;
    text-decoration-line: none;
    color: rgba(21, 44, 49, 1);
    font-family: 'Cairo';
    border-radius: 35px;
    transition-duration: 300ms;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 14px;
    padding-right: 14px;
    font-weight: 700;

}

.bottom-header ul li a:hover {
    background-color: rgba(146, 244, 255, 0.28);

}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    width: 100%;
    direction: ltr;
}

.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);
}

nav.navbar.container.navbar-expand-lg .container {
    padding: 0;
}

@media only screen and (max-width: 992px) {

    nav.navbar.container.navbar-expand-lg .container {
        padding: 0;
    }

    .bottom-header {
        padding: 12px;
    }

    .bottom-header .logo .logo-img {
        width: 26px;
        height: 22px;
    }

    .bottom-header .logo a {
        font-size: 17px;
    }
}

#main {
    padding: 0 0 25px 0;
}

@media (min-width: 767px) {
    #main {
        overflow: visible;
    }
}

/* general  */
@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -250px;
        height: 100%;
        width: 250px;
        background-color: #fff;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
        transition: right 0.3s ease-in-out;
        z-index: 1000;
    }

    div#navbarSupportedContent #x-checkout-btn {
        margin: 0;
        width: 85%;
        min-width: unset;
    }

    .navbar-collapse.show {
        right: 0;
    }

    /* ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â²ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â± ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ ::after */
    .navbar-collapse::after {
        content: "";
        position: absolute;
        top: 20px;
        left: 20px;
        width: 40px;
        height: 40px;
        background-image: url('https://files.easy-orders.net/1730126397889398746.png');
        background-size: cover;
        /* ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â· ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚ÂµÃƒÆ’Ã¢â€žÂ¢Ãƒâ€¹Ã¢â‚¬ ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â© ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â€žÂ¢Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ */
        background-position: center;
        border-radius: 50%;
        /* ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Âª ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â­ÃƒÆ’Ã¢â€žÂ¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¸ ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â° ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â´ÃƒÆ’Ã¢â€žÂ¢Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â±ÃƒÆ’Ã¢â€žÂ¢Ãƒâ€¦  */
        cursor: pointer;
    }

    #navbarSupportedContent>ul {
        padding: 0;
        margin: 0 !important;
    }

    .navbar-collapse.show {
        right: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        padding: 86px 0;
        gap: 15px;
    }

    .head-btn {
        width: 83%;
    }

    #header .bottom-head .nav-item a {
        padding: 0;
        margin: 0;
    }

    #navbarSupportedContent>ul {
        display: flex;
        flex-direction: column;
        gap: 27px;
    }

    #main .carousel-indicators li img {
        height: 100%;
        width: auto;
        object-fit: cover;
    }

    #hero .middle {
        padding: 0;
    }

    #hero {
        overflow: hidden;
    }

}

#carouselExampleIndicators>div:nth-child(2) {
    overflow-x: auto;
}

.carousel {
    position: sticky;
    top: 0;
}

#hero .right-side {
    width: 48%;
    float: right;
    position: sticky;
    top: 0;
    height: fit-content;
    padding: 0;
    flex: 1;
}

#hero .carousel {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    direction: ltr;
}

.small-carousel-imgs {
    flex: 1;
}

#hero .carousel .carousel-inner {
    border-radius: 10px;
    max-width: 100%;
    max-height: 200vh;
}

.carousel-inner {
    position: relative;
    width: 85%;
    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: 80px;
    border-radius: 10px;
    color: transparent;
}

#hero .carousel-indicators li.thumbnail:not(.active) {
    opacity: 1;
}

#hero .carousel-indicators li img {
    height: 100%;
    width: 100px;
    border-radius: 10px;
    max-width: unset;
}

.form-title-box {
    max-width: 100%;
    margin: 20px auto;
    display: flex;
}

.form-title-top-line,
.form-title-bottom-line {
    height: 1px;
    background-color: rgba(206, 214, 211, 1);
    width: 12%;
    margin: 10px auto;
}

.form-title-content {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    text-align: center;
}

.form-title-text {
    text-decoration: none;
    color: 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 {
    display: flex;
    align-items: center;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    justify-content: space-between;
    border-color: rgba(185, 200, 213, 0.4);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 8px;
    padding-left: 10px;
    margin: 17px 0;
    justify-content: center;
    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: 'Cairo';
    color: rgba(21, 44, 49, 1);
    font-size: 12px;
    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;
    background-color: #92f4ff47;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 14px;
    border-radius: 130px;
    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;
}

.benefit-text {
    line-height: 100%;
    color: rgba(21, 44, 49, 1);
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-family: 'alexandria';
    font-size: 12px;
    font-weight: 800;
}

.discount1 {
    display: flex;
    align-items: center;
    border-style: solid;
    border-width: 0px;
    border-radius: 30px;
    background-color: rgba(251, 120, 90, 1);
    box-shadow: 0px 1px 3px 0px rgba(85, 55, 48, 0.17);
    font-family: 'Cairo';
    color: rgba(255, 255, 255, 1);
    font-size: 11px;
    font-weight: 700;
    padding: 3px 6px 3px 10px;
    justify-content: center;
    gap: 5px;
    padding: 5px 15px;
}

.main-discount i {
    width: 12px;
    color: #fff;
}

#hero .left-side .main-content .discount h4,
.discount h4 {
    font-family: 'Cairo';
    color: rgba(251, 120, 90, 1);
    font-weight: 800;
    font-size: 22px;
}

#hero div#prices2 .product-peices1 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-first-stars {
    gap: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'alexandria';
    color: rgba(87, 99, 122, 0.8);
    font-weight: 500;
    font-size: 13px;
    border-style: solid;
    transition-duration: 300ms;
    border-width: 1px;
    border-radius: 100px;
    border-color: rgba(204, 222, 226, 0.69);
    box-shadow: 0px 1px 3px 0px rgba(68, 100, 112, 0.07);
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 13px;
    padding-right: 13px;
    width: fit-content;
    margin: 0 auto;
}

.product-first-stars i {
    color: #fb785a;
    font-size: 13px;

}

.product-first-stars .numper-product-first-stars {
    color: rgba(71, 88, 81, 1);
}

#hero .container {
    border-color: rgba(220, 220, 220, 0.4);
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    border-radius: 30px;
    background-image: linear-gradient(rgba(146, 244, 255, 0.28), rgba(146, 244, 255, 0.28)), url(https://files.easy-orders.net/1733742293878098490fj.svg);
    padding-top: 50px;
    padding-bottom: 34px;
    padding-left: 30px;
    padding-right: 34px;
    margin: 30px auto;
}

.row.middle {
    gap: 25px;
}

/* 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 {
    margin: 18px 0;
    font-family: 'Cairo';
    color: rgba(21, 44, 49, 1);
    text-align: center;
    font-size: 27px;
    font-weight: 700;
}

#hero .left-side .main-content .discount p,
.discount p {
    font-family: 'alexandria';
    color: rgba(99, 102, 105, 0.67);
    font-weight: 500;
    font-size: 18px;
}

#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 {
    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: right;
    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: Cairo;
    border-style: solid;
    border-width: 0px;
    background-color: #1cd7ff;
    border-radius: 100px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    padding-top: 21px;
    padding-bottom: 21px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 18px;
    width: 100%;
}

@keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

.tab-container {
    display: flex;
    gap: 16px;
    border-radius: 10px;
}

.tab {
    padding: 10px 20px;
    background: #ffffff;
    gap: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    transition: 0.3s;
    cursor: pointer;
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: rgba(204, 222, 226, 0.69);
    border-radius: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 17px;
    padding-right: 12px;
    background-image: linear-gradient(rgba(244, 245, 247, 1), rgba(244, 245, 247, 1));
    border-width: 0px;
}

.tab:hover,
.tab.active {
    border-style: solid;
    border-width: 0px;
    background-image: linear-gradient(rgba(146, 244, 255, 0.28), rgba(146, 244, 255, 0.28));
}

.tab-content {
    display: none;
    margin-top: 15px;
    font-family: 'alexandria';
    color: rgba(87, 99, 122, 0.8);
    line-height: 160%;
    font-weight: 400;
    font-size: 16px;
    text-align: right;
}

.tab-content.active {
    display: block;
}

@media only screen and (max-width: 992px) {
    .tab {
        padding-left: 15px;
        padding-right: 10px;
        font-size: 12px;
    }

    .tab-content {
        font-size: 13px;
    }

    .img-incourge-checkout-form img {
        width: 30px;
    }

    .incourge-checkout-form {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }
}

/* accordion-butn */
.accordion-element {
    justify-content: space-between;
    align-items: center;
    cursor: pointer;

}

#main .left-side div#accordionFlushExample {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#main .left-side .accordion-element {
    background-color: rgba(9, 106, 61, 0.06);
    border-radius: 15px;
}

#main .left-side .accordion-element .accordion-butn {
    background-color: transparent;
}

#x-bundles .accordion-element {
    margin: 5px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

#x-bundles .accordion-element .accordion-btn {
    padding: 17px;
}

.accordion-element i {
    color: #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 10px 18px 20px;
}

.accordion-element .accordion-butn .btn-title .right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.accordion-element .accordion-butn .btn-title .right img {
    width: auto;
    margin-left: 5px;
    border-style: solid;
    border-radius: 10px;
    border-width: 0px;
    padding: 4px;
    height: 36px;
}

.accordion-element .accordion-butn .btn-title .right span {
    line-height: 20px;
    color: var(--color-dark-grayish-brown);
    font-family: Cairo;
    font-weight: 600;
    font-size: 16px;
}

.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 {
        padding-top: 18px;
        padding-bottom: 18px;
        padding-left: 25px;
        padding-right: 25px;
        border-radius: 19px;
        margin: 10px auto;
    }

    #hero .right-side,
    #hero .left-side {
        width: 100%;
    }

    .tab-container {
        gap: 7px;
    }
}

@media only screen and (max-width: 992px) {
    .buy-benefits {
        flex-direction: column;
        border-radius: 12px;
        align-items: flex-start;
    }

    #main .left-side div#accordionFlushExample {
        gap: 5px;
    }

    #hero .right-side,
    #hero .left-side {
        width: 100%;
    }

    #hero .carousel .carousel-inner .carousel-item img {
        height: 250px;
    }

    #hero .left-side .main-content .title h1 {
        font-size: 24px;
    }

    #hero .left-side .main-content .discount h4,
    .discount h4 {
        font-size: 18px;
    }

    #hero .left-side .main-content .discount p,
    .discount p {
        font-size: 16px;
    }

    #hero .left-side .main-content .choosing .title-box p,
    #hero .accordion-btn span {
        font-size: 13px;
    }

    #hero .accordion-btn .acc-title {
        flex-direction: column;
    }

    #hero .accordion-element label {
        font-size: 14px;
        padding: 0;
    }

    #hero .accordion-btn .free {
        margin-right: 0;
    }

    #hero .accordion-btn .price {
        font-size: 15px;
    }

    #hero .accordion-element select {
        width: 50%;
    }

    #hero .choosing .order-now {
        font-size: 18px;
        padding: 15px 10px;
    }

    #hero .left-side .main-content .choosing .form-container {
        padding: 5px;

    }
}

section {
    overflow: hidden;
    direction: rtl;
}

.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;

}

.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: 20px;
}

section#services .container {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
    background-size: cover;
    background-position: center center;
    border-radius: 22px;
    background-color: rgba(191, 243, 133, 0.37);
    background-image: url(https://assets.lightfunnels.com/account-1/images_library/da3da50a-1d52-4155-a661-634426893f1a.Subcvcvtract.svg), linear-gradient(rgba(191, 243, 133, 0.37), rgba(191, 243, 133, 0.37));
}

section#services .accordion-body {
    font-weight: 400;
    line-height: 160%;
    font-size: 16px;
    color: rgba(87, 99, 122, 0.8);
    padding: 0 20px 20px;
}

.services .content .accordion .accordion-element {
    max-width: 100%;
    width: 100%;
    border-style: solid;
    overflow: hidden;
    z-index: 100;
    border-width: 0px;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 10px 0px rgba(124, 131, 135, 0.13);
}

.services .content .accordion .accordion-element button .btn-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px 15px 15px 15px;

}

.services .content span.material-icons {
    border-radius: 50%;
    color: rgba(19, 72, 80, 1);
    padding: 10px;
    background-color: rgba(192, 249, 127, 1);
    margin-left: 0;
    margin-right: 0;
    display: inline-flex;
    vertical-align: middle;
    max-width: 100%;
    align-items: center;
    justify-content: center;
}

.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;
}

.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 10px;
    }

    section#services {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }

    section#services .container {
        padding-left: 10px;
        padding-right: 10px;
        background-position: right;
    }

    .services .content .accordion {
        grid-template-columns: 100%;
        gap: 5px;
    }

    .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 !important;
    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: 100px;
    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: rgba(251, 120, 90, 1);
    font-family: 'Cairo';
    color: rgba(255, 255, 255, 1);
    font-size: 11px;
    font-weight: 700;
    padding: 4px 15px;
}

#static-section h4#salePrice {
    font-family: 'Cairo';
    color: rgba(251, 120, 90, 1);
    font-weight: 800;
    font-size: 15px;
}

#static-section p#basePrice {
    font-family: 'alexandria';
    color: rgba(99, 102, 105, 0.67);
    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: 100vw;
    }

    #static-section .static .right,
    #static-section .static .left h6 {
        display: none;
    }

    #static-section .static .left {
        width: 100%;
    }

    .back-to-top {
        bottom: 140px;
        width: 55px;
        height: 55px;
    }
}

#x-checkout-btn {
    border: 0;
    width: 100%;
}

#static-section #x-checkout-btn {
    width: 100%;

}

/* end static-section */

/*========================== old code  ============================*/

.btn-container .btn-box {
    width: unset;

}

#x-checkout-btn {
    letter-spacing: 0px;
    line-height: 18px;
    font-family: Cairo;
    border-style: solid;
    border-width: 0px;
    background-color: #1cd7ff;
    border-radius: 100px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 21px;
    padding-left: 22px;
    width: fit-content;
    margin: 0 auto;
    min-width: 230px;
    text-align: center;
    color: rgba(19, 72, 80, 1);
    font-size: 16px;
    font-weight: 700;
}

/*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.thumbnail {
    width: auto !important;
    height: auto !important;

}

.right-side .carousel-indicators li img {
    height: auto;
    width: 100px;
    border-radius: 10px;
}

#hero .carousel-indicators li.thumbnail::marker {
    display: none;
}

.main-content,
.main-description {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 16px;
    box-shadow: 0px 1px 6px 0px rgba(30, 97, 120, 0.07);
    padding-top: 38px;
    padding-bottom: 34px;
    padding-right: 28px;
    padding-left: 28px;
}

@media only screen and (min-width: 992px) {

    #main .carousel-indicators {
        position: static;
        margin-left: 0;
        margin-right: 0;
        padding: 20px 0px 5px 0px;
        width: 100%;
        overflow-x: auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        scroll-snap-type: x mandatory;
        padding: 0 10px;
        gap: 10px;
        flex-direction: column;
        max-height: 41vh;
        direction: ltr;
    }

    #hero .carousel-indicators li img {
        width: 90px;
        height: auto;
    }

    #hero .carousel-indicators li.thumbnail {
        padding: 0;
        border: none;
    }
}

@media only screen and (max-width: 1024px) {
    #hero .right-side {
        flex: unset;
        width: 100%;
    }
}

@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: rtl;

    }

    .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;
    }

    .main-content,
    .main-description {
        padding-right: 10px;
        padding-left: 10px;
    }

    .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: right;
    }

    .accordion-element {
        margin-bottom: 12px;
    }
}

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;
    }

    #navbarSupportedContent>ul {
        padding: 0;
        margin: 0 !important;
    }

    .head-btn {
        width: 83%;
    }

    #navbarSupportedContent>ul {
        display: flex;
        flex-direction: column;
        gap: 27px;
        align-items: center;
        justify-content: center;
    }

    #main .carousel-indicators li img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    #hero {
        overflow: hidden;
    }

}

#first-store-hook {
    border-radius: 100px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 22px;
    padding-right: 12px;
    background-size: cover;
    background-image: linear-gradient(rgba(244, 245, 247, 1), rgba(244, 245, 247, 1));
    color: rgba(21, 44, 49, 1);
    line-height: 130%;
    font-size: 14px;
    font-family: 'Cairo';
    font-weight: 700;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#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: 4px;
    display: flex;
}

.countdown {
    gap: 5px;
}

@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 #007bff;
    border: 2px solid #007bff;
    background-color: #e9ecef;
    color: #007bff;
    border-radius: 5px;
}

.navbar-toggler-icon {
    width: 25px;
    height: 25px;
}

.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 screen and (max-width: 992px) {
    #first-store-hook {
        margin: 10px auto;
        font-size: 12px;

    }
}

/*==================      product-features        =========================================*/
.circeled-main-title {
    width: fit-content;
    margin: 0 auto;
    font-family: 'alexandria';
    line-height: 160%;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(21, 44, 49, 1);
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 18px;
    padding-right: 18px;
    color: rgba(21, 44, 49, 1);
    border-radius: 40px;
}

.big-main-title {
    font-family: 'Cairo';
    color: rgba(21, 44, 49, 1);
    line-height: 130%;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}

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 img {
    height: 36px;
    width: auto;
}

.features-card1 {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    background-color: rgba(146, 244, 255, 0.28);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 30px;
    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: 'Cairo';
    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: 15px;
        padding-left: 15px;
    }

    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        =========================================*/

.small-main-title {
    font-family: 'alexandria';
    color: rgba(87, 99, 122, 0.8);
    font-weight: 400;
    line-height: 160%;
    font-size: 18px;
    text-align: center;
}

.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;

}

@media screen and (max-width: 1200px) {
    .store-features1 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.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-left: 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: 'Cairo';
    font-weight: 700;
}

.feature-description {
    font-family: 'alexandria';
    line-height: 160%;
    font-weight: 400;
    color: rgba(87, 99, 122, 0.8);
    font-size: 14px;
}

@media screen and (max-width: 992px) {
    .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: #e0fcff;
    border-radius: 20px;
    margin: 10px 0;
}

.quantity_container.mt-2.flex {
    margin: 0 !important;
    padding: 5px 0 5px 10px !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: #d2e5f4;
}

.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    =========================================*/
section#main-reviews1 {
    margin: 50px 0;
}

section#main-reviews1 .container {
    border-style: solid;
    border-width: 0px;
    background-position: center center;
    padding-top: 44px;
    padding-bottom: 44px;
    padding-left: 44px;
    padding-right: 44px;
    background-size: cover;
    border-radius: 25px;
    background-image: url(https://assets.lightfunnels.com/account-1/images_library/06c3c1e2-6d9d-48e7-8f4f-ab245582ef8f.Subtrhjact.svg), linear-gradient(rgba(255, 130, 88, 0.12), rgba(255, 130, 88, 0.12));
    background-color: rgba(255, 130, 88, 0.12);
}

.all-cards-main-reviews1 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    margin: 45px 0 0;
}

.card-main-reviews1 {
    display: flex;
    flex-direction: column;
    border-style: solid;
    overflow: hidden;
    border-width: 0px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 20px 0px rgba(85, 57, 61, 0.11);
    border-radius: 18px;
    padding-top: 30px;
    padding-bottom: 27px;
    padding-left: 27px;
    padding-right: 27px;
}

.card-main-reviews1 span.material-icons {
    border-style: solid;
    border-width: 0px;
    color: rgba(28, 215, 255, 1);
    font-size: 17px;
}

.name-card-main-reviews1 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.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: 'Cairo';
    font-weight: 700;
    font-size: 17px;
}

.name-card-main-reviews1 h5 {
    line-height: 20px;
    letter-spacing: 0px;
    font-family: 'alexandria';
    font-size: 14px;
    color: rgba(87, 99, 122, 0.8);
    font-weight: 500;
}

.card-main-reviews1 .stars {
    display: flex;
    gap: 2px;
    margin: 0 0 10px 0;
}

.footer-card-main-reviews1 img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.card-main-reviews1 i {
    color: #fb785a;
    font-size: 16px;
}

.footer-card-main-reviews1 .author-name {
    line-height: 20px;
    color: rgba(21, 44, 49, 1);
    font-family: 'Cairo';
    font-size: 15px;
    font-weight: 700;
}

.footer-card-main-reviews1 .author-title {
    font-family: 'alexandria';
    font-style: normal;
    text-align: right;
    line-height: 130%;
    color: rgba(87, 99, 122, 0.8);
    font-weight: 500;
    font-size: 13px;
}

.main-text-card-main-reviews1 {
    font-family: 'alexandria';
    font-style: normal;
    font-size: 16px;
    color: rgba(87, 99, 122, 0.8);
    font-weight: 400;
    line-height: 160%;
}

.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;
}

@media (max-width: 992px) {
    section#main-reviews1 .container {
        padding-left: 15px;
        padding-right: 15px;
        background-position: right;
    }

    section#main-reviews1 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .all-cards-main-reviews1 {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 15px;

    }

}

/*==================     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: 'Cairo';
    font-weight: 700;
    font-size: 18px;
}

.link-left-social-bages h6 {
    font-family: 'alexandria';
    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: rtl;
    margin-top: 60px;
}

#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: rgba(21, 44, 49, 1);
    border-radius: 14px;
}

#footer .content .top .item {
    display: flex;
    flex-direction: column;
    text-align: right;
}

#footer .content .top .item h3 {
    color: rgba(255, 255, 255, 1);
    font-family: 'Cairo';
    font-size: 21px;
    line-height: 160%;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #1cd7ff;
    margin: 0 0 10px;
}

#footer .content .top .item p,
#footer .content .top .item ul {
    font-family: 'alexandria';
    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: 'alexandria';
    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;
}

.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: rtl;
        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 {
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: 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;
}

/*==================     end tst  =========================================*/

/*==================     end tst  =========================================*/
.product_form_checkout p.text-lg.font-bold {
    text-align: center;
}

/*==================     end tst  =========================================*/
div#price {
    width: auto !important;
}

