: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, 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;

  /* Dynamic Color Switcher Variables */
  --main-color: var(--main-color);
  --secondary-color: var(--secondary-color);
  --header-color: var(--header-color);
  --para-color: var(--para-color);
  --section-background: var(--section-background);
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  animation-duration: 1s;
  animation-fill-mode: both;
  margin: 0;
  padding: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--color-semi-transparent-black);
  border-radius: 4px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Cairo", sans-serif;
  background-color: var(--color-white);
  direction: rtl;
  color: var(--para-color);
  transition: all 0.3s ease;
}

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;
}

.accordion-butn {
  background-color: transparent;
}

nav.navbar.container.navbar-expand-lg {
  padding: 0;
  margin: 0;
}

.bottom-header {
  background-size: cover;
  background-color: var(--color-off-white);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px 0px;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: rgba(206, 214, 211, 1);
  box-shadow: 0px 1px 8px 0px rgba(9, 9, 9, 0.07);
}

.bottom-header .logo .logo-img {
  margin-left: 4px;
  width: 28px;
  height: auto;
}

.bottom-header .logo a {
  font-family: Cairo;
  line-height: 100%;
  font-size: 24px;
  color: rgba(5, 24, 20, 1);
  font-weight: 700;
}

.bottom-header ul li a {
  padding: 10px 4px 8px;
  transition-duration: 300ms;
  font-size: 15px;
  line-height: 18px;
  text-decoration-line: none;
  color: rgba(36, 63, 47, 1);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Quicksand;
  font-weight: 600;
}

.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%;
}

.bottom-header .head-btn a i {
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
}

.bottom-header .head-btn a:hover {
  transform: translateY(-10px);
}

@media only screen and (max-width: 767px) {
  nav.navbar.container.navbar-expand-lg .container {
    padding: 0;
  }

  .bottom-header {
    padding: 12px;
  }

  .bottom-header .logo .logo-img {
    width: 22px;
    height: 22px;
  }

  .bottom-header .logo a {
    font-size: 17px;
  }
}

#main {
  padding: 0 0 0px 0;
}

@media (min-width: 767px) {
  #main {
    overflow: visible;
    padding: 0 0 60px 0;
  }
}

@media (max-width: 767px) {
  .comment1-titles {
    margin: 0 !important;
  }
}

/* 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;
    padding: 15px 10px;
  }

  .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%;
    align-items: center;
    justify-content: center;
  }

  #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: 70vh;
  }

  #hero .middle {
    padding: 0;
  }

  #hero {
    overflow: hidden;
  }
}

.carousel {
  position: sticky;
  top: 0;
}

#hero .right-side {
  width: 48%;
  float: right;
  position: sticky;
  top: 100px;
  height: fit-content;
  padding: 0;
}

@media (max-width: 767px) {
  #hero .right-side {
    top: 62px;
  }
}

#hero .carousel {
  max-width: 100%;
  margin: 0 auto;
}

#hero .carousel .carousel-inner {
  border-radius: 10px;
  max-width: 100%;
  max-height: 200vh;
}

#hero .carousel .carousel-inner .carousel-item {
  height: 100%;
  width: 100%;
}

#hero .carousel .carousel-inner .carousel-item img {
  max-height: 100%;
  height: 420px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

#hero .carousel .carousel-inner .carousel-item img:hover {
  cursor: zoom-in;
  transform: scale(1.3);
}

#hero .carousel-indicators::-webkit-scrollbar {
  width: 5px;

  height: 10px;
}

#hero .carousel-indicators::-webkit-scrollbar-thumb {
  background-color: #6de5b3;

  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;
}

@media (max-width: 767px) {
  .form-title-text {
    font-size: 16px;
  }
}

#hero div#prices2 {
  justify-content: flex-start;
  gap: 20px;
}

#main .left-side .main-content div#discountPercent {
  font-family: Quicksand;
  font-weight: 600;
  border-style: solid;
  border-radius: 5px;
  font-size: 12px;
  letter-spacing: 1px;
  border-width: 1px;
  padding: 3px;
  color: rgba(0, 170, 99, 1);
  border-color: rgba(0, 170, 99, 1);
}

#hero .left-side .main-content .discount h4,
.discount h4 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -2px;
  font-family: Quicksand;
  color: rgba(0, 170, 99, 1);
}

.discount h4 {
  font-size: 25px;
}

#hero div#prices2 .product-peices1 {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-first-stars {
  gap: 7px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 18px;
  font-family: Cairo;
  color: rgba(36, 63, 47, 1);
  font-size: 13px;
}

.product-first-stars i {
  color: rgba(36, 63, 47, 1);
  font-size: 15px;
}

.product-first-stars .numper-product-first-stars {
  color: rgba(71, 88, 81, 1);
}

@media (min-width: 767px) {
  #hero .middle {
    margin-top: 10px;
    width: 100%;
    justify-content: space-between;
  }

  nav.navbar.container.navbar-expand-lg .container {
    padding: 0 0 0 22px;
  }
}

/* start left side */
#hero .left-side {
  width: 50%;
  float: left;
  padding: 0;
}

#hero .left-side .main-content .title h1 {
  text-align: right;
  color: rgba(36, 63, 47, 1);
  font-family: Quicksand;
  font-weight: 700;
  font-size: 38px;
  line-height: 100%;
  letter-spacing: -2px;
}

#hero .left-side .main-content .discount p,
.discount p {
  color: rgba(99, 102, 105, 0.67);
  font-size: 14px;
  font-weight: 500;
}

.discount .percentage {
  font-size: 14px;
  font-family: Cairo;
  border-style: solid;
  border-width: 0px;
  border-radius: 6px;
  color: var(--color-yellow-dark);
  background-color: var(--color-yellow-light);
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 7px;
  padding-left: 7px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

#hero .left-side .main-content .choosing .title-box p {
  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: 0.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-size: 15px;
  color: rgba(36, 63, 47, 0.9);
  line-height: 160%;
  font-family: Quicksand;
  font-weight: 500;
  padding: 5px 20px 20px;
  animation: fadeIn 0.3s ease-out;
  background-color: rgba(0, 170, 99, 0.02);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

#hero .accordion-body span {
  font-weight: 600;
  font-size: 16px;
  color: rgba(0, 170, 99, 1);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#hero .choosing .title-box img {
  margin-right: 8px;
  width: 40%;
  height: auto;
}

#hero .choosing .total-price {
  display: flex !important;
  justify-content: space-between !important;
  gap: 10px;
  flex-wrap: wrap !important;
  border-style: solid;
  border-color: var(--color-muted-blue);
  border-width: 0px;
  align-items: center;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 11px;
  padding-left: 20px;
  background-color: var(--color-yellow-light);
}
@media (max-width: 767px) {
  #hero .choosing .total-price {
    gap: 6px;
    justify-content: center !important;
  }
}

#hero .choosing .total-price img {
  width: auto;
  margin-left: 6px;
  height: 32px;
}

#hero .choosing .total-price p {
  line-height: 20px;
  text-align: left;
  font-family: 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 {
  width: 100%;
  border-color: rgba(36, 63, 47, 1);
  border-style: solid;
  text-transform: uppercase;
  line-height: 100%;
  text-align: center;
  border-width: 1px;
  font-weight: 700;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-right: 10px;
  padding-left: 20px;
  background-color: rgb(246, 147, 29);
  color: rgba(255, 255, 255, 1);
  font-family: Quicksand;
  letter-spacing: 0px;
  font-size: 21px;
  border-radius: 10px;
}

#hero .choosing .order-now:hover,
#x-checkout-btn:hover {
  color: rgba(255, 255, 255, 1);
  transition-duration: 400ms;
  background-color: rgba(246, 148, 29, 0.664);
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.main-description {
  max-width: 100%;
  margin: 20px auto;

  text-align: center;
  color: rgba(36, 63, 47, 1);
  line-height: 160%;
  font-size: 16px;
  font-weight: 500;
  font-family: Quicksand;
}

.main-description-intro {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.main-description-title {
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0;
}

.main-description-highlight {
  font-family: Cairo;
  color: rgba(71, 88, 81, 1);
  line-height: 160%;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.main-description-subtitle {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 10px;
  color: rgba(71, 88, 81, 1);
}

.main-description-list {
  list-style-type: disc;
  margin: 0 auto 5px;
  display: inline-block;
  padding: 0 20px 0 0;
}

.main-description-list li {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.6;
}

.main-description-warning {
  font-size: 18px;
  font-weight: 700;
  color: rgba(207, 38, 38, 1);
  margin: 20px 0;
}

/* accordion-butn */
.accordion-element {
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.accordion-element:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

#main .left-side div#accordionFlushExample {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#main .left-side .accordion-element {
  border: 1px solid rgba(0, 170, 99, 0.1);
  border-right: 4px solid rgba(0, 170, 99, 1);
  background-color: #fff;
  transition: all 0.3s ease;
}

#main .left-side .accordion-element:hover {
  border-color: rgba(0, 170, 99, 0.3);
  background-color: rgba(0, 170, 99, 0.02);
}

#main .left-side .accordion-element .accordion-butn {
  background-color: transparent;
  width: 100%;
  padding: 20px;
  transition: all 0.3s ease;
}

#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: all 0.3s ease;
  padding: 12px 15px;
}

.accordion-element .accordion-butn .btn-title .right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

.accordion-element .accordion-butn .btn-title .right img {
  width: 28px;
  height: 28px;
  padding: 4px;
  background-color: rgba(0, 170, 99, 0.1);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.accordion-element:hover .accordion-butn .btn-title .right img {
  background-color: rgba(0, 170, 99, 0.2);
  transform: scale(1.1);
}

.accordion-element .accordion-butn .btn-title .right span {
  font-family: Quicksand;
  color: rgba(36, 63, 47, 1);
  text-align: right;
  line-height: 160%;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

section#services .accordion-body {
  font-family: Quicksand;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  color: rgba(36, 63, 47, 1);
}

.accordion-butn {
  border: none;
  font-size: 16px;
  padding: 0px;
  font-family: Cairo;
}

.accordion-butn .btn-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 992px) {
  #hero .right-side,
  #hero .left-side {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #main .left-side div#accordionFlushExample {
    gap: 5px;
  }

  #hero .right-side,
  #hero .left-side {
    width: 100%;
  }

  #hero .carousel .carousel-inner .carousel-item img {
    height: 250px;
  }

  #hero .left-side .main-content .title h1 {
    font-size: 24px;
  }

  #hero .left-side .main-content .discount h4,
  .discount h4 {
    font-size: 30px;
  }

  #hero .left-side .main-content .discount p,
  .discount p {
    font-size: 16px;
  }

  #hero .left-side .main-content .choosing .title-box p,
  #hero .accordion-btn span {
    font-size: 13px;
  }

  #hero .accordion-btn .acc-title {
    flex-direction: column;
  }

  #hero .accordion-element label {
    font-size: 14px;
    padding: 0;
  }

  #hero .accordion-btn .free {
    margin-right: 0;
  }

  #hero .accordion-btn .price {
    font-size: 15px;
  }

  #hero .accordion-element select {
    width: 50%;
  }

  #hero .choosing .order-now {
    font-size: 18px;
    padding: 24px;
  }

  #hero .left-side .main-content .choosing .form-container {
    padding: 5px;
  }
}

section {
  overflow: hidden;
}

.section-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: 767px) {
  .section-title {
    margin-bottom: 20px;
  }
}

.services {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://files.easy-orders.net/1730815545147228170serv-bg.svg);
  background-position: 0px 40px;
  padding-top: 25px;
  padding-bottom: 20px;
}

.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: 50% 50%;
  align-items: flex-start;
  gap: 20px;
}

.services .content .accordion .accordion-element {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(45, 95, 104, 0.1);
  border-radius: 8px;
  border: 1px solid rgba(45, 95, 104, 0.1);
}

.services .content .accordion .accordion-element button .btn-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 18px;
  transition: all 0.3s ease;
}

.services .content .accordion .accordion-element button:hover {
  background-color: rgba(0, 170, 99, 0.05);
}

.services .content .accordion .accordion-element button:hover .btn-title i {
  transform: rotate(-180deg);
}

.services .content .accordion .accordion-element button .btn-title i {
  transition: transform 0.3s ease;
  color: #fff;
}

.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-style: solid;
  border-width: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(5, 24, 20, 1);
  overflow: hidden;
  background-color: var(--main-color);
  border-radius: 5px;
  color: rgba(255, 255, 255, 1);
  padding: 4px;
  font-size: 14px;
}

.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 only screen and (max-width: 767px) {
  .services {
    padding-bottom: 60px;
  }

  .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;
  }

  .services {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .accordion-element .accordion-butn .btn-title .right span {
    font-size: 14px;
  }

  .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: var(--color-white);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 24px;
  z-index: 600;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 18px;
  border-color: var(--color-muted-blue);
}

#static-section .static .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
}

#static-section .static .right .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#static-section .static .right .r img {
  border-radius: 8px;
  box-shadow: 0px 0px 0px 6px rgba(251, 184, 46, 0.12);
  height: 64px;
  margin-left: 13px;
  width: 64px;
  min-width: 64px;
}

#static-section .static .right .r .details h3 {
  font-family: 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 {
  display: flex;
  padding-left: 20px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#static-section .static .right img {
  margin-left: 18px;
  width: 60px;
  min-width: 60px;
  border-radius: 7px;
}

#static-section .static .right h5 {
  font-family: Tajawal;
  color: rgba(22, 39, 34, 1);
  font-weight: 600;
  line-height: 160%;
  font-size: 19px;
}

@media only screen and (max-width: 767px) {
  #static-section {
    padding: 0;
  }

  #static-section .static {
    display: flex;
    flex-direction: column;
    padding: 12px;
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  #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 {
  border-style: solid;
  border-width: 0px;
  width: fit-content;
  margin: 0 auto;
  min-width: 230px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  text-decoration-line: none;
  line-height: 100%;
  background-color: rgb(246, 147, 29);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 38px;
  padding-left: 38px;
  font-family: Quicksand;
  box-shadow: 0px 2px 3px 0px rgba(255, 255, 255, 1);
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
}

/*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;
}

#main .carousel-indicators {
  position: relative;
  top: 75px;
  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: 10px 0;
  gap: 5px;
}

#hero .carousel-indicators li.thumbnail::marker {
  display: none;
}

@media only screen and (min-width: 992px) {
  #main .carousel-indicators {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: center;
    justify-items: center;
    padding: 0;
  }

  #hero .carousel-indicators li img {
    width: 100%;
    height: auto;
  }

  #hero .carousel .carousel-inner {
    display: none;
  }

  #hero .carousel-indicators li.thumbnail {
    padding: 0;
    border: none;
  }
}

@media only screen and (max-width: 767px) {
  .right-side .carousel-indicators {
    gap: 5px !important;
  }

  .right-side .carousel .carousel-inner {
    display: none !important;
  }

  .right-side .carousel-indicators li img {
    width: auto !important;
    border-radius: 10px;
    max-width: 84vw !important;
    aspect-ratio: 1;
    max-height: 70vh;
  }

  .right-side .carousel-indicators li.thumbnail {
    width: 90vw !important;
    height: auto !important;
    border-radius: 10px;
    color: transparent !important;
  }

  #main .carousel-indicators li.thumbnail {
    padding: 0;
  }

  .accordion-element {
    margin-bottom: 12px;
  }
}

#main .left-side {
  padding: 0;
  max-width: 100%;
}

@media (max-width: 767px) {
  #main .left-side {
    padding: 70px 10px 0px 10px;
  }

  #hero .middle {
    padding: 0 10px 0;
  }
}

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;
}

@media (max-width: 767px) {
  #hero {
    margin-top: -75px;
  }
}
.carousel .carousel-inner .carousel-item {
  background-color: transparent !important;
}

/*header tst*/
@media (max-width: 992px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -250px;
    height: 100%;
    width: 250px;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    transition: right 0.3s ease-in-out;
    z-index: 1000;
  }

  /* ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ ::after */
  .navbar-collapse::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    background-image: url("https://files.easy-orders.net/1730126397889398746.png");
    background-size: cover;
    /* ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â© ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ */
    background-position: center;
    border-radius: 50%;
    /* ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â° ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¦  */
    cursor: pointer;
  }

  #navbarSupportedContent > ul {
    padding: 0;
    margin: 0 !important;
  }

  .head-btn {
    width: 83%;
  }

  #navbarSupportedContent > ul {
    display: flex;
    flex-direction: column;
    gap: 27px;
  }

  #main .carousel-indicators li img {
    height: 70vh;
  }

  #hero {
    overflow: hidden;
  }
}

@keyframes fadeInText {
  0% {
    opacity: 0;
    transform: translateY(10px);
    /* ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬  ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ */
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    /* ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â° ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¦  */
  }
}

/* ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ */
.change-text {
  animation: fadeInText 0.5s forwards;
}

i.las.la-plane {
  color: rgba(0, 178, 189, 1);
  font-size: 21px;
}

@keyframes flash {
  0%,
  100% {
    opacity: 1;
    /* ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â¹Ãƒâ„¢Ã¢â‚¬ ÃƒËœÃ‚ÂµÃƒËœÃ‚Â± Ãƒâ„¢Ã… ÃƒËœÃ‚Â¸Ãƒâ„¢Ã¢â‚¬Â¡ÃƒËœÃ‚Â± */
  }

  50% {
    opacity: 0;
    /* ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â¹Ãƒâ„¢Ã¢â‚¬ ÃƒËœÃ‚ÂµÃƒËœÃ‚Â± Ãƒâ„¢Ã… ÃƒËœÃ‚Â®ÃƒËœÃ‚ÂªÃƒâ„¢Ã‚ÂÃƒâ„¢Ã…  */
  }
}

.flash-icon {
  animation: flash 1.5s infinite;

  margin-right: 5px;
}

/*==================     customer-deal-slider        =========================================*/
#customer-deal-slider-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  direction: ltr;
}

.customer-deal-slider-item {
  border-radius: 30px;
  overflow: hidden;
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  flex-wrap: wrap;
  padding-top: 64px;
  padding-bottom: 50px;
  padding-right: 60px;
  padding-left: 60px;
}

.customer-deal-slider-image {
  width: 100%;
  height: auto;
  display: block;
}

#customer-deal-prev-btn,
#customer-deal-next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#customer-deal-prev-btn {
  left: 10px;
}

#customer-deal-next-btn {
  right: 10px;
}

#customer-deal-prev-btn:disabled,
#customer-deal-next-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

#customer-deal-prev-btn:hover,
#customer-deal-next-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

section#deal-card .main-container-deal-card {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(550px, 1fr));
  gap: 40px;
  margin: 45px 0;
}

section#deal-card .customer-deal-right img {
  max-width: 100%;
  border-radius: 30px;
  width: 100%;
  height: auto;
}

section#deal-card h4#salePrice {
  line-height: 130%;
  font-family: Sora;
  font-weight: 700;
  font-size: 60px;
  color: var(--text-color) !important;
  letter-spacing: -4px;
}

section#deal-card p#basePrice {
  text-decoration-line: line-through;
  font-size: 30px;
  color: rgba(36, 63, 47, 1);
  line-height: 130%;
  font-weight: 500;
  font-family: Sora;
}

section#deal-card div#price {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  section#deal-card {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
  }

  #customer-deal-prev-btn,
  #customer-deal-next-btn {
    padding: 5px;
  }

  .customer-deal-slider-item {
    padding-top: 30px;
    padding-bottom: 24px;
    padding-right: 45px;
    padding-left: 45px;
  }

  section#deal-card .main-container-deal-card {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
  }

  section#deal-card h4#salePrice {
    font-size: 40px;
    color: var(--text-color) !important;
  }

  section#deal-card p#basePrice {
    font-size: 25px;
  }
}

.fire-customer-deal-left {
  font-family: Cairo;
  color: rgba(5, 24, 20, 1);
  line-height: 130%;
  text-align: center;
  font-weight: 700;
  font-size: 38px;
}

.fire-customer-deal-left i {
  font-size: 37px;
}

.customer-deal-left .countdown.d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.customer-deal-left .countdown.d-flex .countdown-item {
  gap: 5px;
  display: flex;
  color: rgba(5, 24, 20, 1);
}

.customer-deal-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.customer-deal-left > div {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customer-deal-small-text {
  font-family: Cairo;
  color: rgba(71, 88, 81, 1);
  text-align: center;
  font-weight: 400;
  line-height: 160%;
  font-size: 18px;
}

.customer-deal-slider {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  transition: transform 0.3s ease-in-out;
  width: 100%;
  display: flex;
}

/* ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚ÂªÃƒËœÃ‚Â­Ãƒâ„¢Ã†â€™Ãƒâ„¢Ã¢â‚¬Â¦ ÃƒËœÃ‚Â¨ÃƒËœÃ‚Â¹ÃƒËœÃ‚Â¯ÃƒËœÃ‚Â¯ ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â¹Ãƒâ„¢Ã¢â‚¬ ÃƒËœÃ‚Â§ÃƒËœÃ‚ÂµÃƒËœÃ‚Â± ÃƒËœÃ‚Â­ÃƒËœÃ‚Â³ÃƒËœÃ‚Â¨ ÃƒËœÃ‚Â­ÃƒËœÃ‚Â¬Ãƒâ„¢Ã¢â‚¬Â¦ ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â´ÃƒËœÃ‚Â§ÃƒËœÃ‚Â´ÃƒËœÃ‚Â© */
@media (min-width: 1024px) {
  .customer-deal-slider {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .customer-deal-slider-item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .customer-deal-slider-item {
    width: 100%;
  }
}

/*==================     end customer-deal-slider        =========================================*/

/*==================     store-features1        =========================================*/
section#store-features1 {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 24px;
  padding-left: 24px;
}

.store-features1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.feature-item img {
  margin-bottom: 10px;
  width: 50px;
  height: auto;
}

.feature-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-title {
  margin-bottom: 5px;
  color: rgba(36, 63, 47, 1);
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 700;
  font-family: Open Sans;
}

.feature-description {
  color: rgba(36, 63, 47, 1);
  line-height: 160%;
  text-align: center;
  font-family: Open Sans;
  font-weight: 500;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .store-features1 {
    grid-template-columns: repeat(1, 1fr);
  }

  section#store-features1 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/*==================     end store-features1       =========================================*/
/*==================    customers-comments     =========================================*/
.comment1-container {
  min-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 20px;
  padding-right: 24px;
  padding-left: 24px;
}

.comment1-container .container {
  padding: 0;
}

.comment1-slider {
  position: relative;
  padding: 0 40px;
  overflow: hidden;
}

.comment1-track {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  justify-content: flex-start;
}

.comment1-card {
  min-width: calc(100% - 40px);
  background: white;
  gap: 15px;
  text-align: right;
  position: relative;
  justify-content: center;
  scroll-snap-align: center;
  flex-direction: column;
  flex-wrap: wrap;
  display: flex;
  padding: 25px 18px;
  align-items: flex-start;
  border-radius: 8px;
  background-color: rgba(237, 237, 237, 1);
  border-right: 4px solid var(--text-color);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}

.comment1-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.comment1-track::-webkit-scrollbar {
  height: 8px;
}

.comment1-track::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

.comment1-track::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.comment1-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
  margin: 0;
  position: relative;
  width: 100%;
  animation: fadeInDown 0.5s ease-out;
}

.comment1-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.comment1-name {
  color: rgba(36, 63, 47, 1);
  line-height: 130%;
  font-family: Quicksand;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-right: 15px;
}

.comment1-name::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 15px;
  background-color: var(--main-color);
  border-radius: 2px;
}

.comment1-rating {
  color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  font-size: 18px;
  width: 100%;
  margin: 5px 0;
  animation: fadeIn 0.5s ease-out 0.2s both;
}

.comment1-text {
  font-family: Quicksand;
  color: rgba(36, 63, 47, 1);
  line-height: 160%;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  position: relative;
  width: 100%;
  animation: fadeInUp 0.5s ease-out 0.4s both;
}

.comment-card .customer-comment-img img {
  width: 65px;
  height: 65px;
  border-style: solid;
  border-width: 0px;
  border-radius: 40px;
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 1),
    0px 0px 0px 6px rgba(36, 63, 47, 1);
  margin: 0 auto;
}

.customer-deal-slider-item .comment-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}

.customer-deal-slider-item .comment-card .stars i {
  color: rgba(36, 63, 47, 1);
  font-size: 15px;
}

.customer-deal-slider-item .comment-card .comment-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.customer-deal-slider-item .comment-card p.comment-text {
  font-family: Quicksand;
  line-height: 160%;
  font-size: 15px;
  text-align: center;
  color: rgba(36, 63, 47, 1);
  font-weight: 400;
}

.customer-deal-slider-item .comment-card .comment-author h3 {
  line-height: 110%;
  font-family: Quicksand;
  color: rgba(36, 63, 47, 1);
  font-weight: 500;
  font-size: 16px;
}

.customer-deal-slider-item .comment-card .comment-author img {
  height: 17px;
  width: auto;
}

section#customers-testimonials1 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(https://files.easy-orders.net/1732887805692932669.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  position: relative;
}

.iddithinal-lemon {
  position: absolute;
  display: flex;
  z-index: -2;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

img.Strawberry {
  width: 260px;
  height: fit-content;
  top: -17%;
  position: absolute;
  right: 40%;
}

img.lemon {
  width: 260px;
  height: fit-content;
  bottom: -10%;
  position: absolute;
  left: 5%;
}

img.two-leaf {
  width: 130px;
  height: fit-content;
  top: 5%;
  position: absolute;
  right: 20%;
}

img.big-leaf {
  max-width: 100%;
  width: 130px;
  height: fit-content;
  top: 0;
  position: absolute;
  right: 5%;
}

.comment1-container .circeled-main-title {
  color: var(--main-color);
  font-weight: 600;
  line-height: 120%;
  font-size: 24px;
  text-align: center;
  font-family: Quicksand;
}

.comment1-container .comment1-titles {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 767px) {
  .comment1-track {
    transition: transform 0.5s ease;
    padding: 20px 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 40px;
    margin: 45px 0;
  }
}

@media (max-width: 768px) {
  .comment1-container {
    padding: 40px 10px;
  }

  .comment1-slider {
    position: relative;
    padding: 0;
    overflow: hidden;
  }

  .comment1-card {
    width: fit-content;
    max-width: 90vw;
  }

  section#customers-testimonials1 .container {
    padding: 0;
  }

  section#customers-testimonials1 {
    background-position: right;
  }

  .comment1-track {
    margin: 20px 0 0 0;
  }

  .comment1-container {
    padding: 30px 10px;
  }
}

/*==================     end customers-comments     =========================================*/

/*==================     footer-card     =========================================*/
section#footer-card {
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 45px 0 180px 0;
  flex-wrap: wrap;
  background-image: url(https://files.easy-orders.net/1732903619784444250ghjhk.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  color: #fff;
  gap: 5px;
}

@media screen and (max-width: 768px) {
  section#footer-card {
    padding: 30px 0 100px 0;
  }
}

/*==================     end footer-card     =========================================*/

/* Comment Card Animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.in-product-quantity-counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  background-color: #00aa6333;
  border-radius: 20px;
  margin: 10px 0;
}

.quantity_container.mt-2.flex {
  margin: 0 !important;
  padding: 5px 0 !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;
  color: rgba(0, 170, 99, 1);
}

/*==================    big-main-title     =========================================*/

/*==================     end big-main-title    =========================================*/

/*==================     top-store-hook    =========================================*/
#top-store-hook {
  width: 100%;
  height: fit-content;
  border-style: solid;
  border-width: 0px;
  background-size: cover;
  background-position: center center;
  background-color: var(--main-color);
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 25px 10px;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 160%;
  letter-spacing: 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  color: rgba(255, 255, 255, 1);
  font-family: Quicksand;
}

.top-store-item {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.top-store-item.active {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #top-store-hook {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  #top-store-hook {
    width: 98%;
    margin: 2px auto 0;
    border-radius: 7px;
    padding: 22px 10px;
  }
}

/*==================     end top-store-hook    =========================================*/

/*==================    discount-50-flash    =========================================*/
.discount-50-flash {
  display: flex;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  position: static;
  justify-content: center;
  background-color: var(--main-color);
  border-radius: 10px;
  width: fit-content;
  padding: 7px 15px;
  color: rgba(255, 255, 255, 1);
  line-height: 100%;
  font-family: Quicksand;
  font-weight: 400;
  font-size: 15px;
  gap: 5px;
}

.discount-50-flash .stars.flash-icon i {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
}

.Free-inspection {
  line-height: 160%;
  color: rgba(36, 63, 47, 1);
  border-color: rgba(36, 63, 47, 1);
  border-style: dashed;
  border-width: 1px;
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 17px;
  font-weight: 700;
  font-family: Quicksand;
  background-color: var(--main-color-opacity);
}

.high-demand .img-high-demand img {
  max-width: 100%;
  width: 45px;
  height: auto;
}

.high-demand {
  display: flex;
  border-style: dashed;
  background-color: rgba(255, 255, 255, 1);
  border-color: var(--main-color);
  align-items: center;
  padding-top: 10px;
  padding-bottom: 7px;
  padding-right: 11px;
  padding-left: 11px;
  border-radius: 8px;
  border-width: 1px;
  line-height: 160%;
  color: rgba(36, 63, 47, 1);
  line-height: 160%;
  font-weight: 400;
  font-size: 13px;
  font-family: Quicksand;
  gap: 10px;
}

.title-high-demand h3 {
  line-height: 160%;
  color: rgba(36, 63, 47, 1);
  letter-spacing: 0px;
  font-size: 15px;
  font-weight: 700;
  font-family: Quicksand;
}

.get-order-before {
  display: flex;
  align-items: center;
  gap: 1px;
}
@media (min-width: 768px) {
       .get-order-before {
        gap: 12px;
    }
    }

.stock-available {
  display: grid;
  column-gap: 10px;
  border-style: dashed;
  border-width: 1px;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 12px;
  border-color: rgba(36, 63, 47, 1);
  grid-template-columns: repeat(2, 2fr);
}

.stock-available img {
  height: 20px;
}

.first-stock-available,
.second-stock-available {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.stock-available h3 {
  color: rgba(36, 63, 47, 1);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  font-family: Quicksand;
}

.stock-available h5 {
  font-family: Quicksand;
  color: rgba(36, 63, 47, 1);
  font-weight: 400;
  line-height: 160%;
  font-size: 13px;
}

.main-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/*==================     end discount-50-flash    =========================================*/

/*==================== main-product-features ====================*/
section#main-product-features {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 24px;
  padding-left: 24px;
}

.title-main-product-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.title-main-product-features .circeled-main-title {
  font-family: Quicksand;
  letter-spacing: 1px;
  font-weight: 600;
  color: var(--main-color);
  text-align: center;
}

.big-main-title {
  margin: 0;
  font-family: Quicksand;
  text-align: center;
  font-size: 40px;
  color: var(--text-color);
  font-weight: 700;
  line-height: 110%;
}

.small-main-title {
  max-width: 700px;
  margin: 0 auto;
  font-family: Quicksand;
  line-height: 160%;
  text-align: center;
  color: rgba(36, 63, 47, 1);
  font-weight: 400;
  font-size: 18px;
}

.all-cards-product-features {
  overflow: hidden;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 8px 1px rgba(28, 49, 67, 0.1);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(45, 95, 104, 0.1);
  margin: 25px 0;
}

.card1-product-features {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-color: rgba(40, 58, 50, 0.08);
}

.card1-product-features div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.card1-product-features img {
  width: 100%;
  max-height: 650px;
  height: auto;
}

.big-title-card1-product-features {
  color: rgba(36, 63, 47, 1);
  font-family: Quicksand;
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
}

.small-title-card1-product-features {
  font-family: Quicksand;
  color: rgba(36, 63, 47, 1);
  font-size: 15px;
  line-height: 160%;
  font-weight: 400;
  max-width: 90%;
}

.card1-product-features:nth-of-type(2),
.card1-product-features:nth-of-type(4),
.card1-product-features:nth-of-type(6),
.card1-product-features:nth-of-type(8) {
  direction: ltr;
}

.left-card1-product-features {
  gap: 10px;
  padding: 25px 0;
  width: 90%;
}

@media (max-width: 767px) {
  section#main-product-features {
    padding: 0 10px 30px 10px;
  }

  .card1-product-features {
    flex-wrap: wrap;
  }

  .card1-product-features div {
    flex: unset;
    width: 100%;
  }

  .big-title-card1-product-features {
    font-size: 20px;
  }

  .small-title-card1-product-features {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .big-main-title,
  .fire-customer-deal-left {
    font-size: 24px;
  }

  .small-main-title {
    font-size: 15px;
  }
}

/*==================== end main-product-features ====================*/
.shipping_cost_container {
  border-style: solid;
  border-color: var(--color-muted-blue);
  border-width: 0px;
  align-items: center;
  border-radius: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 11px;
  padding-left: 20px;
  background-color: #00aa633b;
  margin: 15px 0 10px;
}

.total_price_container {
  margin: 0 !important;
}

div#discountPercent {
  display: flex;
  gap: 7px;
  padding: 10px 12px;
  line-height: 1;
  border-radius: 10px;
  font-size: 17px;
  align-items: center;
  justify-content: center;
}

div#discountPercent::before {
  content: "\062E\0635\0645";
  display: block;
}

#static-section div#discountPercent {
  padding: 7px 10px;
}

@media (max-width: 992px) {
  div#discountPercent {
    font-size: 14px;
  }
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
  box-shadow: 0 0 5px 2px #024039ad;
  border: 2px solid #1d1d1d;
  color: #333333;
  border-radius: 5px;
}

.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;
}

/* Dynamic Color Switcher Global Styles */
/* Apply color variables to all site elements */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--header-color) !important;
  transition: color 0.3s ease;
}

p,
span,
div,
li {
  color: var(--para-color) !important;
  transition: color 0.3s ease;
}

/* Header and Navigation */
.header {
  background: var(--main-color) !important;
  transition: background-color 0.3s ease;
}

.navbar-brand,
.navbar-nav .nav-link {
  color: white !important;
}

.navbar-nav .nav-link:hover {
  color: var(--secondary-color) !important;
}

/* Buttons */
.btn-primary,
.btn-main {
  background: var(--main-color) !important;
  border-color: var(--main-color) !important;
  color: white !important;
  transition: all 0.3s ease;
}

.btn-primary:hover,
.btn-main:hover {
  background: var(--color-blue-dark) !important;
  border-color: var(--color-blue-dark) !important;
  transform: translateY(-2px);
}

.btn-secondary {
  background: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  color: white !important;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: var(--color-light-blue) !important;
  border-color: var(--color-light-blue) !important;
  transform: translateY(-2px);
}

/* Cards and Containers */
.card,
.single-product,
.bundle-card {
  transition: all 0.3s ease;
  border-radius: 16px;
  border: 1px solid #e0cbcb;
}

.card:hover,
.single-product:hover,
.bundle-card:hover {
  border-color: var(--main-color) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

/* Links */
a {
  color: var(--main-color) !important;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--color-blue-dark) !important;
}

/* Form Elements */
.form-control:focus {
  border-color: var(--main-color) !important;
  box-shadow: 0 0 0 0.2rem rgba(var(--main-color), 0.25) !important;
}

/* Price Elements */
.price,
.product-price .new {
  color: var(--main-color) !important;
}

.old-price,
.product-price .old {
  color: red !important;
}

/* Discount Badges */
.discount,
.price-dec {
  /* background: var(--secondary-color) !important; */
  color: white !important;
}

/* Stars and Ratings */
.stars,
.rating {
  color: var(--main-color) !important;
}

/* Footer */
.footer {
  background: var(--header-color) !important;
  color: var(--discount-text-color) !important;
}

.footer h4,
.footer h5 {
  color: var(--header-color) !important;
}

/* Breadcrumb */
.breadcrumb {
  background: rgba(var(--main-color), 0.1) !important;
}

.breadcrumb-item a {
  color: var(--text-color) !important;
}

.breadcrumb-item.active {
  color: var(--para-color) !important;
}

/* Alerts and Notifications */
.alert-success {
  background: rgba(var(--secondary-color), 0.1) !important;
  border-color: var(--secondary-color) !important;
  color: var(--para-color) !important;
}

.alert-warning {
  background: rgba(var(--main-color), 0.1) !important;
  border-color: var(--main-color) !important;
  color: var(--para-color) !important;
}

/* Smooth transitions for all elements */
* {
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease, box-shadow 0.3s ease !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .bundle-card,
  .single-product {
    margin-bottom: 15px !important;
  }

  .color-toggle,
  .size-toggle {
    margin: 5px !important;
  }
}
