@charset "UTF-8";
@font-face {
  font-family: "itfQomraArabic";
  src: url("../fonts/itfQomraArabic-Bold.otf");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "itfQomraArabic";
  src: url("../fonts/itfQomraArabic-Medium.otf");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Sadara-Arabic";
  src: url("../fonts/Sadara-Arabic-Medium.otf");
  font-weight: 400;
  font-display: swap;
}
.english-font {
  font-family: "Sadara-Arabic";
}

html {
  scroll-behavior: smooth;
}

html:lang(ar) body {
  direction: rtl;
  text-align: right;
  font-family: "itfQomraArabic", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  font-weight: 300;
  font-feature-settings: "salt" 1;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

*:not(input):not(button):not(a),
html:not(input):not(button):not(a) {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  width: 90%;
  margin: 0 auto;
  max-width: 1800px;
}

.blur-up {
  opacity: 0;
  transition: opacity 400ms;
}

.blur-up.lazyloaded,
.blur-up.lazyloading {
  opacity: 1;
}

.color-primary {
  color: #00cab0;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.main-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9vw;
  z-index: 10;
}
.main-nav .bottom-nav {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
.main-nav .bottom-nav .contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  font-weight: 300;
}
.main-nav .bottom-nav .contain .logo .main-logo {
  width: 140px;
  height: 75.6px;
}
.main-nav .bottom-nav .contain .logo .logo1 {
  display: none;
}
.main-nav .bottom-nav .contain .socials a {
  color: #ffffff;
  margin-inline-end: 1vw;
}
.main-nav .bottom-nav .contain .socials a:first-of-type:hover svg {
  fill: #00cab0;
  transition: all 0.2 ease-in-out;
}
.main-nav .bottom-nav .contain .socials a:last-of-type {
  margin-inline-end: 0;
}
.main-nav .bottom-nav .contain .socials a:last-of-type:hover svg path {
  fill: #00cab0;
  transition: all 0.2 ease-in-out;
}
.main-nav .bottom-nav .contain .navbar {
  padding: 0;
}
.main-nav .bottom-nav .contain .navbar ul {
  display: flex;
}
.main-nav .bottom-nav .contain .navbar ul li {
  margin-inline-end: 3vw;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.main-nav .bottom-nav .contain .navbar ul li:last-of-type {
  margin: 0;
}
.main-nav .bottom-nav .contain .navbar ul li a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.main-nav .bottom-nav .contain .navbar ul li a:hover {
  color: #00cab0;
  transition: all 0.3s ease;
}
.main-nav .bottom-nav .contain .navbar ul li a.active {
  color: #00cab0;
}
.main-nav .bottom-nav .contain .checkout-btn {
  background: #ffffff;
  border-radius: 25px;
  display: flex;
  width: max-content;
  padding: 0.25rem 0.4rem 0.1rem;
  color: #1b252e;
}
.main-nav .bottom-nav .contain .checkout-btn .svg-contain {
  background: #1b252e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  width: 25px;
  height: 25px;
  justify-content: center;
}
.main-nav .bottom-nav .contain .checkout-btn .svg-contain svg {
  width: 18px;
  height: 18px;
  margin-right: 0.1rem;
}
.main-nav .bottom-nav .contain .checkout-btn .svg-contain svg path {
  fill: #ffffff !important;
}
.main-nav .bottom-nav .contain .checkout-btn span {
  font-size: 16px;
}
.main-nav .bottom-nav .contain .email {
  color: #ffffff;
  font-size: 1vw;
  display: flex;
  align-items: center;
  margin-inline-start: 2vw;
}
.main-nav .bottom-nav .contain .email svg {
  width: 1.5vw;
  margin-inline-start: 0.6vw;
}
.main-nav .bottom-nav .contain .email:hover {
  color: #00cab0;
  transition: all 0.3s ease;
}
.main-nav .bottom-nav .contain .email:hover svg {
  fill: #00cab0;
}
.main-nav .bottom-nav .contain .email-checkout {
  display: flex;
  align-items: center;
}
.main-nav.fixed {
  position: fixed;
  height: 4vw;
  background-color: #f7f7f7;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.main-nav.fixed .bottom-nav {
  height: 4vw;
}
.main-nav.fixed .bottom-nav .contain .logo .main-logo {
  display: none;
}
.main-nav.fixed .bottom-nav .contain .logo .logo1 {
  display: block;
}
.main-nav.fixed .bottom-nav .contain .socials {
  display: none !important;
}
.main-nav.fixed .bottom-nav .contain .navbar {
  margin-bottom: 0;
}
.main-nav.fixed .bottom-nav .contain .navbar ul li a {
  color: #000000;
}
.main-nav.fixed .bottom-nav .contain .navbar ul li a.active {
  color: #00cab0;
}
.main-nav.fixed .bottom-nav .contain .email-checkout {
  flex-direction: row;
  align-items: center;
}
.main-nav.fixed .bottom-nav .contain .email-checkout .email {
  color: #000000;
  font-size: 1rem;
  margin: 0;
  order: 1;
  margin-inline-start: 0.5rem;
  margin-top: 0.3rem;
}
.main-nav.fixed .bottom-nav .contain .email-checkout .email svg {
  fill: #000000;
}

#header {
  padding-top: 6vw;
  display: flex;
  align-items: center;
  position: relative;
  height: 100vh;
  background: #132023;
}
#header .container {
  z-index: 1;
  height: 100%;
}
#header .contain {
  color: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 8vw 0;
}
#header .contain .information {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#header .contain .information h1 {
  font-weight: bold;
  font-size: 2vw;
}
#header .contain .information .info1 {
  font-weight: bold;
  font-size: 1.9vw;
}
#header .contain .information .info2 {
  font-weight: 400;
  font-size: 1.4vw;
}
#header .contain .information .info3 {
  font-weight: 700;
  font-size: 1.5vw;
}
#header .contain .information .info4 {
  font-weight: 400;
  font-size: 1.1vw;
}
#header .down {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 3;
}
#header .down svg {
  display: block;
  width: 3vw;
  animation: MoveDown 1s linear infinite alternate;
  cursor: pointer;
}
@keyframes MoveDown {
  0% {
    transform: translateY(0.7vw);
  }
  100% {
    transform: translateY(-0.7vw);
  }
}
#header .heder-image {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 15%;
  width: 100%;
  height: 80%;
  z-index: 0;
  opacity: 0.6;
}
#header .heder-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
#header .catalog {
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 2;
  background: #00cab0;
  color: #ffffff;
  border-radius: 50px;
  padding: 0.1vw 1vw 0.1vw 0.5vw;
  display: flex;
  align-items: center;
  font-size: 1vw;
}
#header .catalog img {
  width: 3.5vw;
  height: 3.5vw;
  display: block;
}

.main-title {
  text-align: center;
  font-size: 1.8vw;
  color: #00cab0;
  font-weight: bold;
  margin-bottom: 3vw;
}

#generalFeatures {
  text-align: center;
  padding: 5vw 0;
}
#generalFeatures .item1 {
  border: 1px solid #cacaca;
  border-radius: 8px;
  box-shadow: 0px 0px 5px #ececec;
  padding: 2vw;
  height: 100%;
}
#generalFeatures h3 {
  font-size: 1.2vw;
  color: #00cab0;
  font-weight: bold;
  margin-bottom: 1.2vw;
}
#generalFeatures p {
  font-size: 1vw;
  margin-bottom: 0;
}
#generalFeatures .ways-contain {
  border: 1px solid #cacaca;
  border-radius: 8px;
  box-shadow: 0px 0px 5px #ececec;
  padding: 2vw;
}
#generalFeatures .sub-head {
  font-size: 1.6vw;
  margin-bottom: 3vw;
}
#generalFeatures .ways {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#generalFeatures .ways .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 11.5%;
}
#generalFeatures .ways .item img {
  width: 3.5vw;
  height: 3.5vw;
  display: block;
  margin-bottom: 1.5vw;
}
#generalFeatures .ways .item p {
  font-size: 1vw;
}
#generalFeatures .cta {
  background: #00cab0;
  padding: 1.2vw 2vw;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.5vw;
}

#features {
  padding: 5vw 0;
  background: #00cab0;
}
#features .main-title {
  color: #ffffff;
}

.features {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1vw 1.5vw;
  color: #ffffff;
}
.features .feature-item {
  display: flex;
  align-items: center;
  font-size: 1vw;
}
.features .feature-item::before {
  content: "✔";
  margin-left: 0.5vw;
  font-size: 1.1vw;
  color: #ffffff;
  font-weight: bold;
}
.features.features1 .feature-item::before {
  color: #00cab0;
}

.features-video {
  padding-top: 4vw;
  padding-bottom: 12vw;
}
.features-video .item2 {
  border: 1px solid #cacaca;
  border-radius: 8px;
  box-shadow: 0px 0px 5px #ececec;
  padding: 2vw;
  height: 100%;
}
.features-video .item2 img {
  width: 3vw;
}
.features-video .item2 h3 {
  margin: 1vw 0;
  font-size: 1.1vw;
  color: #00cab0;
  font-weight: bold;
}
.features-video .item2 .section-text {
  font-size: 1vw;
}

.section-image1 {
  margin-top: -8vw;
}
.section-image1 img {
  width: 100%;
  object-fit: cover;
}

.section-image2 img {
  width: 100%;
  object-fit: cover;
}

#products {
  padding: 50px 30px;
}

.swip {
  height: 28px;
  overflow: hidden;
}
.swip .title-wrapper {
  transition: all 0.2s ease-in-out;
}
.swip .title-1 {
  transform-origin: right center;
  transform: rotate(0deg);
  display: block;
}
.swip .title-2 {
  transform-origin: left center;
  transform: rotate(0deg);
  display: block;
}

.product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 270px;
  margin: auto;
}
.product-card .box {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  border: 1px solid #cacaca;
  border-radius: 8px;
  box-shadow: 0px 0px 5px #ececec;
  transition: all 0.3s ease-in-out;
}
.product-card .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.product-card .box .overlay {
  background: #161616;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.product-card .box .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.product-card .box .content .icon {
  transform: scale(0.3);
  transition: all 0.2s ease-in-out;
  width: 88px;
  height: 88px;
  background-color: #ffffff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card .box .content .icon svg {
  fill: #000000;
  width: 40px;
  height: 40px;
}
@media (min-width: 992px) {
  .product-card .box .content .icon {
    width: 66px;
    height: 66px;
  }
  .product-card .box .content .icon svg {
    width: 30px;
    height: 30px;
  }
}
.product-card .box .content .text {
  position: absolute;
  left: 24px;
  bottom: 0;
  transform: translateY(0);
  transition: all 0.3s ease-out;
}
.product-card .box .content .text h4 {
  margin: 0;
  color: #ffffff;
}
.product-card .box .image2 {
  display: none;
  transition: all 0.3s ease-in-out;
}
.product-card .card-body {
  text-align: center;
  transition: all 0.2s ease-in-out;
  color: #000000;
  height: calc(100% - 300px);
  display: flex;
  flex-direction: column;
}
.product-card .card-body a {
  color: #000000;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
.product-card .card-body a:hover {
  color: #00cab0;
}
.product-card .card-body .theme-btn {
  padding: 16px 40px;
  border: none;
  background: #1b252e;
  color: #ffffff;
  width: 100%;
  padding: 0.5rem;
  transition: all 0.3s ease-in-out;
  margin-top: auto;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 30.6px;
  position: relative;
  z-index: 1;
  gap: 12px;
  overflow: hidden;
}
.product-card .card-body .theme-btn:focus {
  outline: none;
}
.product-card:hover .box .overlay {
  visibility: visible;
  opacity: 0.4;
}
.product-card:hover .box .content {
  visibility: visible;
  opacity: 1;
}
.product-card:hover .box .content .icon {
  transform: scale(1);
}
.product-card:hover .box .content .text {
  transform: translateY(-20px);
}
.product-card:hover .box .image2 {
  display: block;
}
.product-card:hover .box .image1 {
  display: none;
}
.product-card:hover .card-body {
  color: #00cab0;
}
.product-card:hover .card-body a {
  color: #00cab0;
}
.product-card:hover .card-body .theme-btn {
  background: #00cab0;
  transition: all 0.5s ease-out;
}
.product-card:hover .card-body .theme-btn .swip .title-wrapper {
  transform: translateY(-30px);
}

.product-header {
  padding: 75px 0;
}

.product-des-contain {
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.product-des-contain .product-image {
  width: 60%;
  position: relative;
}
.product-des-contain .product-image img:not(.icon) {
  width: 100%;
  object-fit: cover;
}
.product-des-contain .product-image .icon {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 80px;
  height: 80px;
}
.product-des-contain .product-info {
  color: #1b252e;
  width: 35%;
  min-width: 420px;
}
.product-des-contain .product-info h2 {
  color: #00cab0;
  font-size: 1.5rem;
  font-weight: bold;
}
.product-des-contain .product-info .desc {
  font-size: 1rem;
}
.product-des-contain .product-info hr {
  border-top: 1px solid #9c9c9c;
}
.product-des-contain .product-info .product-details > div {
  display: flex;
  margin-bottom: 0.5rem;
}
.product-des-contain .product-info .product-details > div strong {
  color: #00cab0;
  width: 140px;
  font-weight: bold;
}
.product-des-contain .product-info .product-details > div > div {
  max-width: calc(100% - 120px);
}
.product-des-contain .product-info .product-details > div > div.actions {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  width: calc(100% - 120px);
}
.product-des-contain .product-info .product-details > div > div .add-to-cart {
  background: #0f2f2f;
  color: white;
  border: none;
  padding: 3px 20px;
  cursor: pointer;
  line-height: 18px;
  width: calc(100% - 88px);
}
.product-des-contain .product-info .product-details > div > div .qty-box {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  width: 90px;
}
.product-des-contain .product-info .product-details > div > div .qty-box button {
  width: 30px;
  height: 30px;
  border: none;
  background: #eee;
  cursor: pointer;
  line-height: 35px;
}
.product-des-contain .product-info .product-details > div > div .qty-box button:focus {
  outline: none;
}
.product-des-contain .product-info .product-details > div > div .qty-box span {
  padding: 0 10px;
  line-height: 35px;
  width: 25px;
  height: 30px;
}
.product-des-contain .product-info .order-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-des-contain .product-info .order-btn:focus {
  outline: none;
}
.product-des-contain .product-info .whatsapp {
  font-weight: bold;
  cursor: pointer;
  display: flex;
  gap: 10px;
  width: 54%;
}
.product-des-contain .product-info .whatsapp svg {
  color: #00cab0;
}
.product-des-contain .product-info .whatsapp svg path {
  fill: #00cab0;
}
.product-des-contain .product-info .catalog {
  border: none;
  cursor: pointer;
  width: 40%;
  background: #00cab0;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 10px 10px 0px;
  display: flex;
  align-items: center;
  font-size: 20px;
}
.product-des-contain .product-info .catalog img {
  width: 40px;
  height: 40px;
  display: block;
}

.similar-product {
  padding: 30px 0 80px;
  background: #f0f0f0;
}

.checkout-page {
  margin: 100px 0;
  /* Layout */
  /* Mobile */
}
.checkout-page .steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}
.checkout-page .step {
  flex: 1;
  text-align: center;
  position: relative;
  color: #1b252e;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.checkout-page .step svg {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  fill: #ffffff;
}
.checkout-page .step svg circle {
  fill: #ffffff;
}
.checkout-page .step svg path {
  fill: #1b252e;
}
.checkout-page .step:first-child:after {
  display: none;
}
.checkout-page .step:last-child svg {
  width: 30px;
  height: 30px;
}
.checkout-page .step.active {
  color: #00cab0;
  font-weight: 600;
}
.checkout-page .step.active svg {
  fill: #00cab0;
}
.checkout-page .step.active svg path {
  fill: #ffffff;
}
.checkout-page .step.active svg circle {
  fill: #00cab0;
}
.checkout-page .step:after {
  content: "";
  position: absolute;
  bottom: calc(50% + 16px);
  right: -80px;
  width: 50%;
  height: 1px;
  border: 1px dashed #e5e5e5;
}
.checkout-page .step.active:after {
  border: 1px solid #00cab0;
}
.checkout-page .flex {
  display: flex;
  gap: 20px;
}
.checkout-page .flex-3 {
  flex: 3;
}
.checkout-page .flex-1 {
  flex: 1;
}
.checkout-page .checkout-card {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.checkout-page .checkout-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-page .checkout-product img {
  width: 40px;
}
.checkout-page .product-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkout-page .qty {
  display: flex;
  align-items: center;
  background: #f0f0f0;
  border-radius: 20px;
  padding: 3px 8px;
}
.checkout-page .qty button {
  border: none;
  background: none;
  font-size: 18px;
  width: 25px;
  cursor: pointer;
}
.checkout-page .qty button:focus {
  outline: none;
}
.checkout-page .checkout-badge {
  background: #00cab0;
  color: #fff;
  padding: 0 10px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 20px;
}
.checkout-page .checkout-badge svg {
  width: 100px;
  height: 60px;
}
.checkout-page .checkout-badge svg path {
  fill: #fff;
}
.checkout-page .btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
}
.checkout-page .btn-dark {
  background: #0f2f2f;
  color: #fff;
}
.checkout-page .btn-green {
  background: #00cab0;
  color: #fff;
}
.checkout-page input:not([type=radio]),
.checkout-page select,
.checkout-page textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.checkout-page input:not([type=radio]):focus,
.checkout-page select:focus,
.checkout-page textarea:focus {
  outline: none;
}
.checkout-page .form-control {
  height: 45px;
}
.checkout-page .form-control:focus {
  outline: none;
  box-shadow: none;
}
.checkout-page .hidden {
  display: none;
}
@media (max-width: 768px) {
  .checkout-page .flex {
    flex-direction: column;
  }
}

footer {
  background-color: #1b252e;
  padding: 2vw 0;
}
footer .logo {
  width: 10vw;
}
footer .socials a {
  color: #ffffff;
  font-size: 2vw;
  margin-inline-end: 1vw;
}
footer .socials a:first-of-type:hover svg {
  fill: #00cab0;
  transition: all 0.2 ease-in-out;
}
footer .socials a:last-of-type {
  margin-inline-end: 0;
}
footer .socials a:last-of-type:hover svg path {
  fill: #00cab0;
  transition: all 0.2 ease-in-out;
}

.fixed-whatsapp-bottom {
  position: fixed;
  bottom: 30px;
  right: 25px;
  display: block;
  z-index: 11000;
}
.fixed-whatsapp-bottom svg {
  width: 4vw;
  height: 4vw;
}
.fixed-whatsapp-bottom::before {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0%;
  right: 0%;
  background-color: rgba(48, 183, 0, 0.5);
  width: 4vw;
  height: 4vw;
  border-radius: 100%;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 0.6;
  animation: pulse 1.5s ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.7);
    opacity: 0.6;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .main-nav .bottom-nav .contain .toggle-icon {
    display: none;
  }
  .main-nav .bottom-nav .contain .bg-overlay {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #header .contain .information img {
    width: 250px;
    margin-left: -100px;
  }
  .main-nav .bottom-nav .contain .navbar ul li {
    font-size: 1rem;
    margin-inline-end: 1rem;
  }
  .main-nav .bottom-nav .contain .navbar ul li .nav-link {
    padding: 0.5rem;
  }
  .main-nav .bottom-nav .contain .email {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .container {
    width: 100%;
  }
  .main-nav {
    height: 50px;
  }
  .main-nav .bottom-nav {
    height: 50px;
  }
  .main-nav .bottom-nav .contain .toggle-icon {
    cursor: pointer;
  }
  .main-nav .bottom-nav .contain .toggle-icon svg {
    width: 30px;
    height: 40px;
    fill: #ffffff;
  }
  .main-nav .bottom-nav .contain .logo .main-logo {
    width: 75px;
    height: 32.2px;
  }
  .main-nav .bottom-nav .contain .navbar {
    display: none;
    animation: fadeInLeft 0.3s ease-in-out;
    width: 290px;
    margin-bottom: 0;
  }
  .main-nav .bottom-nav .contain .navbar ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
  .main-nav .bottom-nav .contain .navbar ul li {
    margin-inline-end: 0;
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .main-nav .bottom-nav .contain .navbar ul li a {
    color: #000000;
  }
  .main-nav .bottom-nav .contain .navbar.active {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    background: #ffffff;
    padding: 2rem 1rem 1rem;
    z-index: 102;
  }
  .main-nav .bottom-nav .contain .bg-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    transition: none;
  }
  .main-nav .bottom-nav .contain .email {
    display: none;
  }
  .main-nav .bottom-nav .contain .checkout-btn {
    align-items: center;
  }
  .main-nav .bottom-nav .contain .checkout-btn .svg-contain svg {
    width: 15px;
    height: 15px;
  }
  .main-nav .bottom-nav .contain .checkout-btn span {
    font-size: 14px;
  }
  .main-nav.fixed {
    height: 50px;
  }
  .main-nav.fixed .bottom-nav {
    height: 50px;
  }
  .main-nav.fixed .bottom-nav .toggle-icon svg {
    fill: #000000;
  }
  #header {
    padding-top: 0;
  }
  #header .contain {
    max-width: 100%;
    padding: 8rem 0 4rem;
  }
  #header .contain .information h1 {
    font-size: 1.9rem;
  }
  #header .contain .information .info1 {
    font-size: 1.3rem;
  }
  #header .contain .information .info2 {
    font-size: 1.1rem;
  }
  #header .contain .information .info3 {
    font-size: 1.3rem;
  }
  #header .contain .information .info4 {
    font-size: 1rem;
  }
  #header .down svg {
    width: 35px;
  }
  #header .heder-image {
    top: 40%;
    height: 40%;
  }
  #header .catalog {
    left: 15px;
    bottom: 30px;
    border-radius: 25px;
    padding: 2px 7px 2px 5px;
    font-size: 0.9rem;
  }
  #header .catalog img {
    width: 25px;
    height: 25px;
  }
  .main-title {
    font-size: 1.5rem;
    margin-bottom: 1.7rem;
  }
  #generalFeatures {
    padding: 40px 0;
  }
  #generalFeatures .item1,
  #generalFeatures .ways-contain {
    padding: 1rem;
  }
  #generalFeatures h3 {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
  }
  #generalFeatures p {
    font-size: 1rem;
  }
  #generalFeatures .sub-head {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  #generalFeatures .ways {
    flex-wrap: wrap;
  }
  #generalFeatures .ways .item {
    width: 24%;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 991.98px) and (max-width: 410px) {
  #generalFeatures .ways .item {
    width: 48%;
  }
}
@media (max-width: 991.98px) {
  #generalFeatures .ways .item img {
    width: 35px;
    height: 35px;
    margin-bottom: 0.6rem;
  }
  #generalFeatures .ways .item p {
    font-size: 0.9rem;
  }
  #generalFeatures .cta {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
  #products {
    padding: 40px 0 0;
  }
  #features {
    padding: 40px 0;
  }
  .features {
    max-width: 100%;
    grid-template-columns: 1fr;
    text-align: right;
    gap: 20px 0;
  }
  .features .feature-item {
    font-size: 16px;
  }
  .features .feature-item::before {
    margin-left: 5px;
    font-size: 16px;
  }
  .features-video {
    padding-top: 40px;
    padding-bottom: 4rem;
  }
  .features-video .item2 {
    padding: 1rem;
  }
  .features-video .item2 img {
    width: 50px;
  }
  .features-video .item2 h3 {
    margin: 1rem 0;
    font-size: 1.2rem;
  }
  .features-video .item2 .section-text {
    font-size: 1rem;
  }
  .section-image1 {
    margin-top: -2rem;
  }
  .product-header {
    padding: 35px 0;
  }
  .product-des-contain {
    max-width: 100%;
    flex-wrap: wrap;
  }
  .product-des-contain .product-image {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .product-des-contain .product-image .icon {
    width: 60px;
    height: 60px;
  }
  .product-des-contain .product-info {
    width: 100%;
    min-width: unset;
  }
  .product-des-contain .product-info h2 {
    font-size: 1.2rem;
  }
  .product-des-contain .product-info .product-details > div {
    display: flex;
    margin-bottom: 0.5rem;
  }
  .product-des-contain .product-info .product-details > div strong {
    width: 125px;
    font-size: 15px;
  }
  .product-des-contain .product-info .product-details > div > div {
    max-width: calc(100% - 120px);
  }
  .product-des-contain .product-info .product-details > div > div.actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
    width: calc(100% - 120px);
  }
  .product-des-contain .product-info .product-details > div > div .add-to-cart {
    width: 100%;
  }
  .product-des-contain .product-info .order-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .product-des-contain .product-info .order-btn:focus {
    outline: none;
  }
  .product-des-contain .product-info .whatsapp {
    width: 100%;
  }
  .product-des-contain .product-info .catalog {
    display: none;
  }
  .similar-product {
    padding: 10px 0 40px;
  }
  .checkout-page {
    margin: 0;
    padding: 50px 0;
    min-height: calc(100vh - 122px);
  }
  .checkout-page .step svg {
    width: 50px !important;
    height: 50px !important;
  }
  .checkout-page .step:after {
    bottom: 50px;
    right: -15px;
    width: 30%;
  }
  .checkout-page .flex {
    display: flex;
    gap: 20px;
  }
  .checkout-page .flex-3 {
    flex: 3;
  }
  .checkout-page .flex-1 {
    flex: 1;
  }
  .checkout-page .checkout-card {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }
  .checkout-page .checkout-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .checkout-page .checkout-product img {
    width: 40px;
  }
  .checkout-page .product-info {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .checkout-page .qty {
    display: flex;
    align-items: center;
    background: #f0f0f0;
    border-radius: 20px;
    padding: 3px 8px;
  }
  .checkout-page .qty button {
    border: none;
    background: none;
    font-size: 18px;
    width: 25px;
    cursor: pointer;
  }
  .checkout-page .qty button:focus {
    outline: none;
  }
  .checkout-page .checkout-badge {
    background: #00cab0;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 20px;
  }
  .checkout-page .checkout-badge svg {
    width: 100px;
    height: 60px;
  }
  .checkout-page .checkout-badge svg path {
    fill: #fff;
  }
  .checkout-page .btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
  }
  .checkout-page .btn-dark {
    background: #0f2f2f;
    color: #fff;
  }
  .checkout-page .btn-green {
    background: #00cab0;
    color: #fff;
  }
  .checkout-page input:not([type=radio]),
  .checkout-page select,
  .checkout-page textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
  }
  .checkout-page input:not([type=radio]):focus,
  .checkout-page select:focus,
  .checkout-page textarea:focus {
    outline: none;
  }
  .checkout-page .form-control {
    height: 45px;
  }
  .checkout-page .form-control:focus {
    outline: none;
    box-shadow: none;
  }
  .checkout-page .hidden {
    display: none;
  }
  footer {
    padding: 15px;
  }
  footer .logo {
    width: 90px;
    margin-top: 0;
  }
  footer .socials a {
    font-size: 1.1rem;
    margin-inline-end: 0.5rem;
  }
  footer .socials a svg {
    width: 27px;
  }
  .fixed-whatsapp-bottom svg {
    width: 55px;
    height: 55px;
  }
  .fixed-whatsapp-bottom::before {
    width: 55px;
    height: 55px;
  }
}

/*# sourceMappingURL=style.css.map */
