@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Thin.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-ExtraLight.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Light.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Regular.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Medium.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-SemiBold.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Bold.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-ExtraBold.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Black.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-ExtraBlack.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-ExtraBlack.woff') format('woff');
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}



/* base  */

:root {
  --color1: #FE0002;
  --color2: #02923B;
  --back: #fff;
  --font1: 'Mozaic GEO';
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'arial';
  direction: ltr;
  background-color: var(--back);
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--color1)
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media (max-width: 767px) {
  .d-m-none {
    display: none !important;
  }

}

.col-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.icon-flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1px;
}

/* navbar */

.navbar-custom {
  background-color: #fff;
  height: 105px;
  padding: 0;
  z-index: 1000;
  transition: 0.3s;
  position: absolute;
  width: 100%;
  z-index: 999;
  top: -100px;
  margin-top: 100px;
  transition: transform 0.5s ease-out, top 0.5s ease-out;
  box-shadow: 0px 4px 8px 0px #00000040;

}

.navbar-fill {
  height: 105px;
}

.navbar-custom.fixed {
  top: 0;
  margin-top: 0;
  position: fixed;
}

.navbar-logo img {
  height: 81px;
  object-fit: contain;
}

.navbar-logo {
  display: flex;
  align-items: center;
}

.nav-item {
  /*margin-left: 20px;*/
  white-space: nowrap;
}

.nav-item a {
  display: flex;
  align-items: center;
  padding: 35px 10px;
  font-size: 17px;
  color: #000;
  font-weight: 550;
}

.nav-item.dropdown {
  margin-top: -2px;
}



/* border hover  */

@media (min-width:768px) {
  .nav-item a {
    display: inline-block;
  }

  .nav-item:not(.dropdown) a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: var(--color2);
    transition: width .2s;
    border-radius: 5px;
    margin-top: 4px;
    margin-bottom: -4px;
  }

  .nav-item:not(.dropdown) a:hover::after {
    width: 100%;
    transition: width .3s;
  }
}

.nav-item a:hover {
  color: var(--color2) !important;
}


.navbar-btn-body {
  display: flex;
  align-items: center;
}

.navbar-btn {
  width: 44px;
  height: 44px;
  font-size: 20px;
  background: #fff;
  color: #000020;
  white-space: nowrap;
  transition: 0.3s;
  margin-left: 20px;
  line-height: 1;
  border: 0;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 4px 0px #00000026;
}

.navbar-btn:hover {
  color: #fff;
  background: var(--color2);
}

.navbar-right {
  display: flex;
  align-items: center;
}

.box-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  visibility: hidden;
}

.box-search-overlay.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.box-search-content {
  background: white;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 400px;
  text-align: center;
  position: relative;
  margin: 20px;
}

#boxSearchTitle {
  font-size: 24px;
  font-weight: 600;
}

.box-search-close {
  position: absolute;
  top: 12px;
  left: 12px;
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #666;
  transition: color 0.2s ease;
}

.box-search-close:hover {
  color: #000;
}

.search-form {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.search-form input[type="text"] {
  flex: 1;
  padding: 10px 15px;
  font-size: 16px;
  border: 2px solid #ddd;
  transition: border-color 0.3s ease;
}

.search-form input[type="text"]:focus {
  border-color: #c2a3547a;
  outline: none;
}

.search-form button {
  background: var(--color2);
  border: none;
  padding: 0 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: background-color 0.3s ease;
}

.search-form button:hover {
  background: var(--color1);
}

.search-form button i {
  font-style: normal;
  font-size: 20px;
}


@media (max-width:767.5px) {

  .navbar-custom {
    height: 70px;
  }

  .navbar-fill {
    height: 70px;
  }

  .navbar-logo {
    margin-left: 0;
  }

  .navbar-logo img {
    height: 50px;
    margin-left: 15px;
  }

  .navbar-btn {
    font-size: 16px;
    margin-left: 10px;
    width: 34px;
    height: 34px;
  }

  .navbar-nav {
    padding: 0;
  }

  .box-search-content {
    padding: 20px;
  }

  #boxSearchTitle {
    font-size: 20px;
  }

  .search-form input[type="text"] {
    padding: 10px 10px;
  }

  .search-form button {
    padding: 0 10px;
  }

  .navbar-right {
    /*width: 100%;*/
    justify-content: space-between;
  }

}

@media (min-width:768px) and (max-width:991px) {
  .navbar-logo {
    margin-left: 10px;
  }

  .nav-item {
    margin-left: 10px;
  }

  .nav-item a {
    font-size: 14px;
  }

}




/* dropdown */

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -20;
  transition: background 0.1s ease, z-index 0s;
  transition-delay: 0.1s, 0.4s;
}

#overlay.active {
  visibility: visible;
  transition: background 0.1s ease, z-index 0s;
  transition-delay: 0s, 0s;
  background: rgba(72, 72, 72, 0.6);
  z-index: 100;
}

.dropdown a::after {
  margin-top: -2px;
  margin-left: 10px;
  border: 0;
  font-family: "raya-icon";
  content: '\f107';
}

.dropdown ul li a::after {
  content: unset;
}

.dropdown .dropdown>a:after {
  display: block;
  content: " ";
  float: right;
  border: 0;
  font-family: "raya-icon";
  content: '\f105';
  margin-top: 0px;
  margin-right: 0;
}

.dropdown ul {
  left: 0;
  z-index: 1000;
  display: none;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  color: #212529;
  text-align: right;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  position: absolute;
  border: 0;
  border-radius: 5px;
  margin-top: 0px;
  /* border: 1px solid #f2f2f2; */
  border-radius: 5px;
  min-width: 200px;
  border-radius: 8px;
  font-size: 14px;
  transition: opacity 0.3s ease-in-out;
  left: 0;
  text-align: left;
}

.dropdown ul li a {
  color: #000;
  font-size: 16px;
  display: block;
  white-space: nowrap;
  width: 100%;
  padding: 7px 14px;
  font-weight: normal;
}

.dropdown ul li a:hover {
  color: var(--color2) !important;
}


@media (min-width:767.5px) {


  .dropdown ul::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 15%;
    transform: translateX(-50%) rotate(180deg);
    border-top: 10px solid var(--color2);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }

  .dropdown .dropdown ul::before {
    content: unset;
  }

  .dropdown .dropdown {
    position: relative;
  }

  .dropdown .dropdown>ul {
    top: 0;
    left: 100%;
  }

  .dropdown .dropdown:hover>a:after {
    border-left-color: #000;
  }

  .dropdown .dropdown:hover>ul {
    display: block;
  }

  .dropdown:hover>ul {
    display: block;
  }
}

/* offcanvas */
@media (max-width: 767.5px) {
  .dropdown ul::before {
    content: unset;
  }

  .dropdown a::after {
    content: '\f105';
    font-size: 16px;
  }

  .dropdown .dropdown>a:after {
    margin-top: -2px;
    font-size: 16px;
  }

  .offcanvas-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    max-width: 70%;
  }

  .dropdown ul {
    left: unset;
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 0;
    color: #fff;
    max-width: 70%;
    overflow: auto;
  }

  .dropdown ul.active {
    left: 0;
  }

  .offcanvas-nav.active {
    left: 0;
  }


  .offcanvas-header {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    background-color: #fff;
    padding: 0 15px;
    margin-bottom: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    font-size: 16px;
  }


  .offcanvas-header .close {
    background: transparent;
    border: 0;
    color: #000020;
    font-size: 20px;
    opacity: 1;
  }

  .offcanvas-header .back {
    background: transparent;
    border: 0;
    color: #000020;
    font-size: 20px;
    opacity: 1;
    padding: 0;
  }

  .nav-item {
    padding: 10px 20px;
    margin: 0px;
    display: flex;
  }

  .dropdown ul li a {
    padding: 10px 20px;
  }

  .nav-item a {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
  }

  .navbar-toggler {
    border: 0;
    margin: 0;
    padding: 0;
    color: #000020 !important;
    display: flex;
  }
}


@media (min-width:768px) {
  .offcanvas-header {
    display: none;
  }
}


.dropdown-new .dropdown-menu {
  margin: 0;
  padding: 10px;
  border-radius: 8px;
}

.dropdown-new a::after {
  display: none;
}

.navbar-btn-badge {
  background: var(--color2);
  width: 15px;
  height: 15px;
  position: absolute;
  left: -3px;
  top: -6px;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-top: 3px;
}

.btn.btn-custom {
  background: var(--color1);
  color: #fff;
}

/* jconfirm  */
.btn.btn-custom:hover {
  opacity: 0.8;
}

.jconfirm-box {
  border-radius: 10px !important;
}



/* basket offcanvas */

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  /* visibility: hidden; */
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 350px;
  border-right: 1px solid rgba(0, 0, 0, .2);
  transform: translateX(-100%);
}

.offcanvas.show {
  transform: none;
}

.offcanvas-body {
  padding: 20px 0;
  height: 100%;
  overflow: auto;
}

.offcanvas-head {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

.offcanvas-footer {
  padding: 15px;
  border-top: 1px solid #ccc;
}

.offcanvas-close {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #444;
  padding: 0;
}


.basket-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
}

.basket-item:first-child {
  padding-top: unset;

}

.basket-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

.basket-total-title {
  font-size: 14px;
  font-weight: 600;
}

.basket-item-img {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #ddd;
}

.basket-item-info {
  margin-left: 15px;
  white-space: nowrap;
}

.basket-item-count {
  margin-top: 5px;
  display: flex;
  align-items: end;
}

.basket-item-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.basket-item-count span {
  color: var(--color1);
  font-size: 16px;
}

.basket-item-discount {
  color: #545454 !important;
  text-decoration: line-through;
  font-size: 14px !important;
}

.basket-link {
  background: var(--color1);
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  border-radius: 8px;
  margin-top: 10px;
  border: 1px solid var(--color1);
  transition: 0.3s;
}

.basket-link:hover {
  background-color: #fff;
  color: var(--color1);
}


.basket-item {
  padding: 15px;
}

.basket-total {
  margin-top: 0;
}

.offcanvas-title {
  font-weight: 600;
  color: #444;
  font-size: 18px;
}

#overlay-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -20;
  transition: background 0.1s ease, z-index 0s;
  transition-delay: 0.1s, 0.4s;
}

#overlay-offcanvas.active {
  visibility: visible;
  transition: background 0.1s ease, z-index 0s;
  transition-delay: 0s, 0s;
  background: rgba(72, 72, 72, 0.6);
  z-index: 1000;
}





/* menu mega  */

@media (min-width:991px) {

  .dropdown ul li a:hover {
    color: var(--color2) !important;
  }

  .navbar-category.dropdown ul {
    min-width: 300px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 4px 0;
  }

  .navbar-category.dropdown ul ul {
    margin-top: 0px;
  }

  .navbar-category.dropdown ul ul ul {
    margin-top: 0px;
  }

  .navbar-category.dropdown ul li {
    padding: 0px 20px;
  }

  .navbar-category.dropdown ul li:last-child a {
    border-bottom: 0;
  }

  .navbar-category.dropdown .dropdown ul li a {
    border-bottom: solid 1px #dcdcdc;
  }



  .navbar-category.dropdown .dropdown ul {
    right: 100%;
  }

  .navbar-category.dropdown ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #646464;
    font-size: 14px;
    padding: 10px 14px;
    border-bottom: solid 1px #dcdcdc;
  }

  .navbar-category.dropdown .dropdown>a:after {
    margin-top: 0;
  }

  .navbar-category.dropdown ul::before {
    content: unset;
  }

  .navbar-category.dropdown .dropdown ul {
    width: 700px;
    flex-wrap: wrap;
    direction: rtl;
    height: 360px;
    margin-top: -1px;
    overflow-y: auto;
    margin-right: -11px;
    border-radius: 10px 0 0 10px;
  }

  .navbar-category.dropdown .dropdown ul li a {
    font-weight: bold;
    padding: 10px 0;
    font-size: 14px;
  }

  .navbar-category.dropdown .dropdown ul ul li a {
    font-weight: normal;
  }

  .navbar-category.dropdown .dropdown ul li {
    width: 25%;
  }

  .navbar-category.dropdown .dropdown ul a::after {
    content: unset;
  }

  .navbar-category.dropdown .dropdown:hover>ul {
    display: flex;
  }

  .navbar-category.dropdown .dropdown ul ul {
    width: auto;
    position: relative;
    width: auto;
    min-width: auto;
    height: auto;
    display: flex;
    right: 0;
    flex-direction: column;
    box-shadow: unset;
    overflow: unset;
    border: 0;
    border-top: 1px solid #dbd9d9;
    border-radius: 0;
  }

  .navbar-category.dropdown .dropdown ul ul li {
    width: auto;
    padding: 0;
  }

  .navbar-category.dropdown .dropdown ul ul li a {
    border-bottom: 0;
  }

  .navbar-category.dropdown .dropdown {
    position: unset;
  }

  .mega-scroll {
    height: 350px;
    overflow-y: auto;
    direction: ltr;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .navbar-category.dropdown .dropdown ul {
    width: 250px;
  }

  .navbar-category.dropdown ul {
    min-width: 250px;
  }

  .navbar-category.dropdown .dropdown ul li {
    width: 33%;
  }

  .navbar-category.dropdown .dropdown ul {
    width: 550px;
  }
}



/* swiper */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding: 10px;
}

.swiper-1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-2 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-4 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-5 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-6 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-pagination-bullet {
  border-radius: 20px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color1);
}


.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  font-weight: 600;
  color: #707070;
}

.swiper-button-next {
  width: 38px;
  height: 38px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
  background-color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

.swiper-button-prev {
  width: 38px;
  height: 38px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
  background-color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

.swiper-button-next:hover {
  background: var(--color1);
}

.swiper-button-prev:hover {
  background: var(--color1);
}

.swiper-button-next:hover::after {
  color: #fff;
}

.swiper-button-prev:hover::after {
  color: #fff;
}


.swiper-pagination-bullet-active {
  width: 20px;
}

.swiper-free {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-free .swiper-slide {
  width: auto !important;
}

@media (max-width:767px) {
  .swiper-button-next {
    width: 30px;
    height: 30px;
    top: 55%;
  }

  .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 55%;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 12px;
  }
}


/* animate */
.myAnim1 {
  animation: myAnim1 10s linear 0s infinite normal forwards;
}

.myAnim2 {
  animation: myAnim2 15s linear 0s infinite normal forwards;
}

.myAnim2-2 {
  animation: myAnim2 30s linear 0s infinite normal forwards;
}

.myAnim3 {
  animation: myAnim3 10s linear 0s infinite normal forwards;
}

.myAnim4 {
  animation: myAnim4 10s linear 0s infinite normal forwards;
}

@keyframes myAnim1 {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 0;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes myAnim2 {

  0%,
  100% {
    transform: translateY(0);
  }

  10%,
  30%,
  50%,
  70% {
    transform: translateY(-8px);
  }

  20%,
  40%,
  60% {
    transform: translateY(8px);
  }

  80% {
    transform: translateY(6.4px);
  }

  90% {
    transform: translateY(-6.4px);
  }
}

@keyframes myAnim3 {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes myAnim4 {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }

  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }

  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }

  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }

  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}

.animate {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease-out, transform 600ms ease-out;
  will-change: opacity, transform;
}

.animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}


/* home */
.swiper-slide {
  position: relative;
}

.home-wrap-1-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center; /* وسط عمودی */
  z-index: 2;
}

.home-wrap-1-img {
  width: 100%;
  height: auto;
  display: block;
}

.home-wrap-1 {
  background-size: cover;
  background-position: center;
  /*padding: 60px 0;*/
}

.home-wrap-1-img {
  width: 100%;
}

.home-wrap-1-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  gap: 25px;
  padding-right: 40px;
}

.home-wrap-1-title {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
}

.home-wrap-1-title b {
  color: var(--color2);
  font-weight: 700;
}

.home-wrap-1-title strong {
  color: var(--color2);
  font-weight: 700;
}

.home-wrap-1-title span {
  color: var(--color2);
  font-weight: 700;
}

.home-wrap-1-text {
  color: #505050;
  font-size: 22px;
}

.home-wrap-1-btn-body {
  display: flex;
  align-items: center;
  gap: 20px;
}

.home-wrap-1-btn-a {
  height: 50px;
  display: flex;
  align-items: center;
  background: var(--color1);
  padding: 5px 30px;
  color: #fff;
  border-radius: 40px;
  transition: 0.3s;
}

.home-wrap-1-btn-a:hover {
  background: var(--color2);
  color: #fff;
}

.home-wrap-1-btn-b {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 5px 30px;
  color: #fff;
  border-radius: 40px;
  transition: 0.3s;
  background: #FE00021A;
  border: 1px solid var(--color1);
  color: #000;
}

.home-wrap-1-btn-b:hover {
  color: var(--color1);
}

.home-wrap-2 {
  margin-top: 50px;
}

.home-wrap-2-title {
  padding: 0 15px;
  font-size: 40px;
  text-align: center;
  color: #000;
}

.home-wrap-2-box {
  background: #FE00024D;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 90px;
}

.home-wrap-2-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 24px;
  padding: 20px;
  padding-top: 0;
}

.home-wrap-2-item-cover {
  position: relative;
  background: #cce9d8;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  padding: 15px;
  margin-top: -21px;
  border: 4px solid #fff;
  transition: 0.3s;
}

.home-wrap-2-item-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-wrap-2-item-title {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-top: 15px;
}

.home-wrap-2-item:hover .home-wrap-2-item-cover {
  transform: scale(1.1);
}

.home-wrap-2-item:hover .home-wrap-2-item-title {
  color: var(--color1);
}

.home-wrap-3 {
  margin-top: 100px;
}

.home-wrap-3-title {
  padding: 0 15px;
  font-size: 40px;
  margin-bottom: 40px;
  text-align: center;
  color: #000;
}

.card-product {
  display: block;
  background: #F6F6F6;
  border-radius: 32px;
  padding: 20px;
  padding-bottom: 30px;
  transition: 0.3s;
  border: 1px solid #F6F6F6;
}

.card-product-img-body {
  position: relative;
  max-width: 200px;
  height: 200px;
  background: #fff;
  border-radius: 50%;
  padding: 20px;
  margin: auto;
}

.card-product-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s;
}

.card-product-title {
  font-size: 24px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  color: #000;
  margin-top: 25px;
}

.card-product-rate {
  color: var(--color2);
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-top: 15px;
}

.card-product-btn {
  border: 1px solid #000000;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  border-radius: 40px;
  margin-top: 15px;
  line-height: 1;
  transition: 0.3s;
}


.card-product-btn:hover {
  background: var(--color1);
  color: #fff;
  border-color: var(--color1);
}

.card-product:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  border: 1px solid #ddd;
}

.card-product:hover .card-product-img {
  transform: scale(1.1);
}

.home-wrap-4 {
  margin-top: 100px;
  background: var(--color1);
  background-position: top;
  background-size: contain;
  padding-top: 300px;
  padding-bottom: 90px;
  background-repeat: no-repeat;
}

.home-wrap-4-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 24px;
}

.card-mini {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.card-mini-img-body {
  position: relative;
  width: 200px;
  height: 200px;
  background: #fff;
  border-radius: 50%;
  padding: 20px;
  margin: auto;
}

.card-mini-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s;
}

.card-mini:hover {
  transform: translateY(-10px);
}

.home-wrap-4-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  gap: 20px;
}

.home-wrap-4-title {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
}

.home-wrap-4-text {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
}

.home-wrap-5 {
  margin-top: 100px;
}

.home-wrap-5-title {
  font-size: 40px;
  color: #000;
  border-bottom: 1px solid #0000003b;
  padding-bottom: 30px;
  text-align: center;
}

.home-wrap-5-item {
  display: block;
  text-align: center;
}

.home-wrap-5-item-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.home-wrap-5-item-title {
  color: #505050;
  font-size: 22px;
  margin-top: 20px;
}

.home-wrap-6 {
  margin-top: 100px;
}

.home-wrap-6-title {
  font-size: 40px;
  color: #000;
  padding-bottom: 30px;
  text-align: center;
}

.home-wrap-6-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}

.home-wrap-6-item img {
  width: 100%;
  max-height: 100px;
  object-fit: contain;
}

.home-wrap-6-item {
  width: 14%;
  display: flex;
  align-items: center;
}

.home-wrap-7 {
  margin-top: 100px;
}

.home-wrap-7-box {
  padding: 30px;
  background: var(--color2);
  border-radius: 52px;
}

.home-wrap-7-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  padding: 50px 0;
  padding-right: 40px;
}

.home-wrap-7-title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.home-wrap-7-text {
  color: #fff;
  font-size: 20px;
}

.home-wrap-7-btn {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 5px 30px;
  border-radius: 40px;
  transition: 0.3s;
  border: 1px solid var(--color1);
  color: var(--color2);
  width: max-content;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}

.home-wrap-7-btn:hover {
  background: var(--color1);
  color: #fff;
}



/* video player plyr js  */
button.plyr__control.plyr__control--overlaid {
  background: rgba(220, 220, 220, 0.6) !important;
}

.plyr__controls [data-plyr="pip"] {
  display: none !important;
}

.plyr__controls [data-plyr="settings"] {
  display: none !important;
}

.plyr__controls [data-plyr="volume"] {
  display: none !important;
}

.plyr.plyr--full-ui.plyr--video.plyr--html5.plyr--fullscreen-enabled.plyr--paused.plyr--stopped.plyr--pip-supported.plyr__poster-enabled {
  border-radius: 24px;
}

.plyr__poster {
  background-size: cover !important;
}

.plyr__video-wrapper {
  border-radius: 24px;
}

.plyr--video {
  border-radius: 24px !important;
}

.plyr {
  height: 100%;
}

video {
  width: 100%;
}

.plyr {
  max-height: 100%;
  height: 100%;
}

#load-video {
  height: 350px;
}

.video-item {
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-item-::after {
  content: '\e839';
  font-family: "raya-icon";
  color: var(--color1);
  width: 65px;
  height: 65px;
  font-size: 30px;
  border: 3px solid #FFFFFF;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  position: absolute;
  cursor: pointer;
  background: #00000080;
}

.home-wrap-8 {
  margin-top: 100px;
}

.home-wrap-8-title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 15px;
}

.home-wrap-8-text {
  color: #505050;
  font-size: 22px;
  max-width: 1000px;
  text-align: center;
  margin: auto;
  margin-bottom: 25px;
}

.card-blog {
  display: block;
  background: #F6F6F6;
  border-radius: 24px;
  border: 1px solid #ddd;
  padding: 32px 22px;
}

.card-blog-img-body {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.card-blog-img {
  width: 100%;
  height: 214px;
  object-fit: cover;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.card-blog-title {
  font-size: 22px;
  color: #000;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  margin-top: 25px;
}

.card-blog-mute {
  color: #505050;
  font-size: 18px;
  margin-top: 10px;
}

.card-blog-img:hover {
  transform: scale(1.1);
}


.home-wrap-8-btn {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 5px 30px;
  border-radius: 40px;
  transition: 0.3s;
  width: max-content;
  font-size: 18px;
  font-weight: 600;
  background: var(--color1);
  color: #fff;
  margin: auto;
  margin-top: 50px;
}

.home-wrap-8-btn:hover {
  background: var(--color2);
  color: #fff;
}

.footer {
  margin-top: 80px;
  background: #F6F6F6;
  padding: 80px 0;
}

.margin-footer {
  margin-bottom: -80px;
}

.footer-logo {
  width: 80px;
}

.footer-text {
  font-size: 20px;
  margin-top: 25px;
}

.footer-mute {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin-top: 30px;
}

.footer-social {
  display: flex;
  margin-top: 15px;
  gap: 10px;
}

.footer-social a {
  color: var(--color2);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #02923B1A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.3s;
  line-height: 0;
}

.footer-social a:hover {
  background: var(--color1);
  color: #fff;
}

.footer-header {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.footer ul {
  list-style: unset;
  padding-left: 10px;
  list-style: none;
  line-height: 2.2;
  color: #505050;
  font-size: 18px;
}

.footer ul a {
  position: relative;
  color: #505050;
  display: flex;
  align-items: start;
}

.footer-form {
  background: #02923B1A;
  padding: 10px;
  border-radius: 32px;
  height: 58px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.footer-form input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  padding: 10px;
  outline: none;
}

.footer-form button {
  height: 35px;
  display: flex;
  align-items: center;
  background: var(--color1);
  color: #fff;
  border-radius: 40px;
  padding: 10px 30px;
  border: 0;
  transition: 0.3s;
}

.footer-form button:hover {
  background: var(--color2);
}

.footer-text {
  color: #505050;
  font-size: 16px;
}

.footer-flex a {
  color: #505050;
}

.footer-flex {
  gap: 20px;
  display: flex;
  margin-top: 25px;
  font-size: 18px;
}


.footer-bottom {
  background: var(--color2);
  padding: 20px 0;
}

.footer-bottom-item span {
  margin: 0 5px;
}

.footer-bottom-item {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 200;
}

.footer-bottom-item a {
  color: #fff;
}

.footer-bottom-item a:hover {
  color: var(--color1);
}

.footer-bottom-flex {
  display: flex;
  align-items: center;
  justify-content: end;
}


/* responsive */

@media (max-width:767px) {
  .home-wrap-1-info {
    gap: 20px;
    padding-right: 0;
  }

  .home-wrap-1-title {
    font-size: 20px;
  }

  .home-wrap-1-text {
    font-size: 18px;
  }

  .home-wrap-1-btn-a {
    height: 42px;
    padding: 5px 20px;
  }

  .home-wrap-1-btn-b {
    height: 42px;
    padding: 5px 20px;
  }

  .home-wrap-1-img {
    /*margin-top: 25px;*/
  }

  .home-wrap-2 {
    margin-top: 0;
  }

  .home-wrap-2-title {
    font-size: 22px;
  }

  .home-wrap-2-box {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .home-wrap-2-item-cover {
    width: 100px;
    height: 100px;
  }

  .home-wrap-2-item {
    margin-bottom: 10px;
    padding: 15px;
    padding-top: 0;
  }

  .home-wrap-2-item-title {
    font-size: 16px;
  }

  .home-wrap-3-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .home-wrap-3 {
    margin-top: 40px;
  }

  .card-product {
    padding: 15px;
  }

  .card-product-img-body {
    max-width: 140px;
    height: 140px;
  }

  .card-product-title {
    font-size: 18px;
    margin-top: 15px;
  }

  .card-product-rate {
    font-size: 16px;
  }

  .card-product-btn {
    height: 44px;
    font-size: 16px;
  }

  .home-wrap-4 {
    margin-top: 40px;
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .home-wrap-4-info {
    height: auto;
    gap: 15px;
  }

  .home-wrap-4-title {
    font-size: 26px;
  }

  .home-wrap-4-text {
    font-size: 18px;
  }

  .card-mini-img-body {
    width: 100px;
    height: 100px;
  }

  .home-wrap-4-flex {
    margin-top: 25px;
    gap: 15px;
    justify-content: center;
  }


  .home-wrap-5-title {
    padding-bottom: 15px;
    font-size: 24px;
  }

  .home-wrap-5 {
    margin-top: 40px;
  }

  .home-wrap-5-item-img {
    width: 66px;
    height: 65px;
  }

  .home-wrap-5-item-title {
    font-size: 18px;
    margin-top: 0;
  }

  .home-wrap-5-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .home-wrap-6 {
    margin-top: 40px;
  }

  .home-wrap-6-title {
    font-size: 24px;
  }

  .home-wrap-6-item {
    width: 30%;
  }

  .home-wrap-7 {
    margin-top: 40px;
  }

  .home-wrap-7-info {
    padding-right: 0;
    padding: 20px 0;
  }

  .home-wrap-7-title {
    font-size: 24px;
  }

  .home-wrap-7-text {
    font-size: 18px;
  }

  .home-wrap-7-btn {
    height: 42px;
    font-size: 16px;
  }

  .home-wrap-7-box {
    padding: 15px;
    border-radius: 30px;
  }

  #load-video {
    height: 200px;
  }

  .home-wrap-8 {
    margin-top: 50px;
  }

  .home-wrap-8-title {
    font-size: 24px;
  }

  .home-wrap-8-text {
    font-size: 18px;
  }

  .card-blog {
    padding: 15px;
  }

  .card-blog-img {
    height: 180px;
  }

  .card-blog-title {
    font-size: 18px;
  }

  .home-wrap-8-btn {
    height: 44px;
    font-size: 16px;
    margin-top: 40px;
  }

  .footer {
    margin-top: 50px;
    background: #F6F6F6;
    padding: 50px 0;
  }

  .margin-footer {
    margin-bottom: -50px;
  }

  .footer-logo {
    width: 80px;
    display: block;
  }

  .footer-header {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .footer ul {
    font-size: 16px;
  }

}


/* new inner */


/* breadcrumb */

.breadcrumb {
  font-size: 18px;
  margin: 0;
  padding: 0;
  background: transparent;
  margin-top: 25px;
  margin-bottom: 20px;
}

li.breadcrumb-item a {
  color: #000;
  font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #000;
  content: ">";
}

.breadcrumb-item.active a {
  color: #000;
  font-weight: bold;
}

li.breadcrumb-item a:hover {
  color: var(--color1);
}

@media (max-width:767px) {
  li.breadcrumb-item {
    white-space: nowrap;
  }

  .breadcrumb {
    font-size: 14px;
    flex-wrap: nowrap;
    height: 24px;
    overflow: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}


/* list */

.cat-box {
  background: #F6F6F6;
  box-shadow: 0px 0px 4px 0px #00000040;
  padding: 20px;
  border-radius: 32px;
}

.cat-item {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  padding: 10px 20px;
}

.cat-item.active {
  background: var(--color1);
  border-radius: 8px;
  color: #fff;
}

.product-list {
  background: #F6F6F6;
  margin-top: 25px;
  border-radius: 24px;
  padding: 30px;
}

.product-list-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #00000024;
  padding-bottom: 20px;
}

.product-list-col {
  width: 50%;
  display: flex;
  align-items: center;
  border-right: 1px solid #00000024;
  gap: 20px;
}

.product-list-col:last-child {
  border: 0;
}

.sort-item-title {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 2;
  gap: 10px;
  color: #000;
}

.sort-item-flex {
  display: flex;
  align-items: center;
  gap: 15px;
}

.sort-item {
  font-size: 18px;
  color: #000;
}

.product-list-select {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.product-list-select label {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
}


.product-list-select select {
  height: 48px;
  background: #fff;
  border: 0;
  padding: 10px 20px;
  outline-color: var(--color1);
  width: 100%;
  cursor: pointer;
}


.product-list .card-product {
  background: #fff;
}

.product-list-btn {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color1);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 40px;
  max-width: 212px;
  margin: auto;
  margin-top: 30px;
  line-height: 2;
  transition: 0.3s;
}

.product-list-btn:hover {
  background: var(--color2);
  color: #fff;
}

@media (max-width:767px) {

  .cat-box {
    padding: 10px;
    border-radius: 16px;
  }

  .cat-item {
    font-size: 14px;
    padding: 10px;
    height: 40px;
  }

  .product-list {
    margin-top: 15px;
    border-radius: 16px;
    padding: 15px;
  }

  .product-list-col {
    width: 100%;
    gap: 15px;
    border: 0;
  }

  .sort-item-title {
    font-size: 15px;
    white-space: nowrap;
    line-height: 1;
    gap: 5px;
  }

  .sort-item-flex {
    gap: 10px;
    white-space: nowrap;
    overflow: auto;
  }

  .sort-item {
    font-size: 14px;
  }

  .product-list-col:last-child {
    flex-direction: column;
  }

  .product-list-select label {
    font-size: 15px;
  }

  .product-list-select select {
    height: 40px;
    max-width: 200px;
  }

  .product-list-select {
    justify-content: space-between;
  }

  .product-list-btn {
    height: 42px;
    font-size: 16px;
    margin-top: 15px;
  }



  .product-list-row {
    flex-direction: column;
    gap: 15px;
  }
}



/* single product */

.product-img-body {
  display: flex;
  flex-direction: column;
}

.product-main-img {
  background-color: #F6F6F6;
  text-align: center;
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  padding: 20px;
}

.product-other-img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: -15px;
}

.product-other-img a {
  width: 100%;
}

.product-other-img img {
  display: flex;
  width: 100%;
  height: 115px;
  object-fit: contain;
  border-radius: 15px;
  border: solid 1px #F6F6F6 !important;
  background-color: #F6F6F6 !important;
  padding: 20px;
}

.mz-thumb-selected img {
  border: solid 1px var(--color1) !important;
  filter: unset !important;
}

/* owl */

.product-other-img .owl-next {
  position: absolute;
  left: 5px;
  top: 28%;
  z-index: 9;
  border-radius: 40px !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.27) !important;
  background-color: #fff !important;
  color: #000 !important;
  width: 32px;
  height: 32px;
}

.product-other-img .owl-prev {
  position: absolute;
  right: 5px;
  top: 28%;
  z-index: 9;
  border-radius: 40px !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.27) !important;
  background-color: #fff !important;
  color: #000 !important;
  width: 32px;
  height: 32px;
}

.product-other-img .owl-next span {
  display: none;
}

.product-other-img .owl-prev span {
  display: none;
}

.product-other-img .owl-next:after {
  content: " ";
  font-family: "raya-icon";
  content: '\f104';
  font-size: 18px;
}

.product-other-img .owl-prev:after {
  content: " ";
  font-family: "raya-icon";
  content: '\f105';
  font-size: 18px;
}

.owl-theme .owl-nav .disabled {
  opacity: 0;
}

@media (max-width:767px) {
  .product-other-img img {
    height: 80px;
  }

  .product-other-img .owl-next {
    top: 22%;
  }

  .product-other-img .owl-prev {
    top: 22%;
  }
}

/* magic zoom */

.mz-hint-message {
  font-family: var(--font1);
}

.mz-hint-message::before {
  content: unset;
}

.mz-hint-message {
  display: inline-block;
  background: rgba(49, 51, 61, 0.7);
  border-radius: 2em;
  padding: .7em 1.1em;
  font-family: var(--font1);
}

a#productImgae>.mz-figure>img {
  height: 400px !important;
  max-height: 400px !important;
  object-fit: contain !important;
  max-width: 100% !important;
}

.MagicZoom>img,
.mz-figure>img {
  height: 400px !important;
  max-height: 400px !important;
  object-fit: contain !important;
  max-width: 100% !important;
}

.MagicZoom {
  /* width: auto; */
  width: 100%;
}

.MagicZoom figure {
  /* width: auto; */
  width: 100%;
}

@media (max-width:767px) {
  a#productImgae>.mz-figure>img {
    height: 200px !important;
    max-height: 200px !important;
    object-fit: contain !important;
  }

  .MagicZoom>img,
  .mz-figure>img {
    height: 200px !important;
    max-height: 200px !important;
    object-fit: contain !important;
  }
}




.product-title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}

.product-text {
  font-size: 24px;
  font-weight: 400;
  margin-top: 25px;
}

.product-flex {
  display: flex;
  align-items: center;
  margin-top: 25px;
  gap: 15px;
}

.product-badge {
  font-size: 24px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-badge::before {
  content: '';
  outline: 1px solid #00000080;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  background: var(--color1);
  border: 7px solid #fff;
}

.product-att {
  margin-left: 28px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

.product-btn-add {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color1);
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  border-radius: 40px;
  line-height: 2;
  transition: 0.3s;
  border: 0;
  padding: 10px 40px;
}

.product-btn-add:hover {
  background: var(--color2);
  color: #fff;
}

.product-btn-outline {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FE00021A;
  border: 1px solid var(--color1);
  color: #000;
  font-size: 20px;
  font-weight: 400;
  border-radius: 40px;
  line-height: 2;
  transition: 0.3s;
  padding: 10px 40px;
}

.product-btn-outline:hover {
  background: var(--color2);
  border-color: var(--color2);
  color: #fff;
}

.product-box {
  background: #F6F6F6;
  border-radius: 32px;
  margin-top: 100px;
  padding: 40px;
}

.product-box-title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}

.product-box-text {
  font-size: 22px;
  margin-top: 20px;
}

.product-info {
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

@media (max-width:767px) {

  .product-title {
    font-size: 20px;
    margin-top: 25px;
  }

  .product-text {
    font-size: 16px;
    margin-top: 20px;
  }

  .product-flex {
    margin-top: 20px;
  }

  .product-badge {
    font-size: 16px;
  }

  .product-att {
    margin-left: 15px;
    font-size: 20px;
  }

  .product-flex {
    flex-wrap: wrap;
  }

  .product-btn-add {
    height: 44px;
    width: 100%;
    font-size: 16px;
  }

  .product-btn-outline {
    height: 44px;
    width: 100%;
    font-size: 16px;
  }

  .product-box {
    margin-top: 25px;
    padding: 20px;
    border-radius: 20px;
  }

  .product-box-title {
    font-size: 18px;
  }

  .product-box-text {
    font-size: 16px;
    margin-top: 15px;
  }

  .product-info {
    font-size: 16px;
    margin-top: 15px;
  }
}

/* contact */

.contact-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.contact-img {
  width: 100%;
}

.contact-icon {
  width: 80px;
  height: 80px;
}

.contact-title {
  font-size: 48px;
  font-weight: 700;
  margin-top: 20px;
}

.contact-text {
  font-size: 22px;
  margin-top: 20px;
}

.contact-box {
  background: #02923B1A;
  border-radius: 24px;
  gap: 30px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  height: 100%;
}

.contact-box-icon {
  width: 80px;
  height: 80px;
}

.contact-box-title {
  font-size: 32px;
  font-weight: 700;
  margin-top: 20px;
}

.contact-box-text {
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
}

.contact-box-info {
  flex-grow: 1;
}

.contact-box-flex {
  display: flex;
  gap: 15px;
  align-items: center;
}

.contact-box-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-box-link i {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color2);
  color: #fff;
  border-radius: 50%;
}

.contact-box-link {
  font-size: 16px;
  color: #000;
}

.icon-s-telegram {
  padding-right: 5px;
}

.icon-p-mail {
  padding-right: 5px;
}


.responsive-map {
  margin-top: 25px;
  overflow: hidden;
  padding-bottom: 446px;
  position: relative;
  height: 0;
  border-radius: 24px;
  height: 100%;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 446px;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 24px;
}

.contact-form-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-top: 70px;
}

.contact-input {
  width: 100%;
  height: 63px;
  background: #F1F1F1;
  border: 0;
  padding: 15px;
  border-radius: 12px;
}

.contact-textarea {
  width: 100%;
  background: #F1F1F1;
  border: 0;
  padding: 15px;
  border-radius: 12px;
}

.contact-submit {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color1);
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  border-radius: 40px;
  line-height: 2;
  transition: 0.3s;
  border: 0;
  padding: 10px 40px;
  margin: auto;
}

.contact-submit:hover {
  background: var(--color2);
  color: #fff;
}


@media (max-width:767px) {

  .contact-info {
    height: auto;
  }

  .contact-icon {
    width: 50px;
    height: 50px;
  }

  .contact-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 15px;
  }

  .contact-text {
    font-size: 16px;
    margin-top: 10px;
  }

  .contact-box-icon {
    width: 50px;
    height: 50px;
  }

  .contact-box-title {
    font-size: 20px;
  }

  .contact-box-text {
    font-size: 16px;
  }

  .contact-box-flex {
    flex-direction: column;
    align-items: baseline;
  }

  .contact-box-link {
    font-size: 16px;
  }

  .contact-box-link i {
    width: 40px;
    height: 40px;
  }

  .responsive-map {
    padding-bottom: 200px;
  }

  .responsive-map iframe {
    height: 200px;
  }

  .contact-form-title {
    font-size: 24px;
    margin-top: 35px;
  }

  .contact-submit {
    height: 44px;
    font-size: 16px;
  }
}

.banner-wrapper {
  height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.banner-wrapper::before {
  content: '';
  /*background: #00000066;*/
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner-wrapper-title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

.banner-wrapper-text {
  font-size: 24px;
  margin-top: 10px;
  color: #fff;
}

.banner-v1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  z-index: -1;
}

.banner-v2 {
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  z-index: -1;
}

.banner-wrapper-btn {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color1);
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  border-radius: 40px;
  line-height: 2;
  transition: 0.3s;
  border: 0;
  padding: 10px 40px;
  margin: auto;
  width: max-content;
  margin-top: 20px;
}

.about-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 20px;
}

.about-title {
  font-size: 48px;
  font-weight: 700;
}

.about-text {
  font-size: 24px;
}

.about-img {
  width: 100%;
}

@media (max-width:767px) {
  .banner-wrapper {
    height: auto;
    min-height: 300px;
    padding: 40px 0;
  }

  .banner-wrapper-title {
    font-size: 26px;
  }

  .banner-wrapper-text {
    font-size: 14px;
  }

  .banner-wrapper-btn {
    height: 40px;
    font-size: 14px;
  }

  .about-title {
    font-size: 22px;
  }

  .about-text {
    font-size: 18px;
  }

  .about-info {
    gap: 10px;
  }


}


/* paginate */


.page-link {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  background: unset;
  background-color: #eee;
  border-color: #eee;
  font-size: 16px;
  color: #000;
}

.page-link:hover {
  color: var(--color2);
}

.page-link:focus {
  box-shadow: unset;
}

.page-item.active .page-link {
  color: #fff;
  background-color: var(--color1);
  border-color: var(--color1);
}

.page-item:last-child .page-link {
  width: auto;
  height: auto;
  font-size: 14px;
  font-weight: 600;
  color: #707070;
  background-color: unset;
  border-color: unset;
}

.page-item:first-child .page-link {
  width: auto;
  height: auto;
  font-size: 14px;
  font-weight: 600;
  color: #707070;
  background-color: unset;
  border-color: unset;
}

.page-item:last-child .page-link:hover {
  color: var(--color2);
}

.page-item:first-child .page-link:hover {
  color: var(--color2);
}

.pagination {
  justify-content: center;
  margin-top: 50px;
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
}

@media (max-width:767px) {
  .pagination {
    margin-top: 30px;
  }

  .page-link {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .page-item:first-child .page-link {
    display: none;
  }

  .page-item:last-child .page-link {
    display: none;
  }
}




.blog-img {
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}


.blog-content p {
  font-size: 20px;
  line-height: 2.14;
  text-align: justify;
  color: #000;
  margin-top: 15px;
}

.blog-content img {
  max-width: 100%;
  border-radius: 8px;
  display: block;
  margin: auto;
  margin: 20px auto;
  height: auto;
}

.blog-content video {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  background: #000;
  max-height: 300px;
}

.blog-content table,
td,
th {
  border: solid 1px #c8c8c8;
  text-align: center;
}

.blog-content table {
  width: 100%;
  border-collapse: collapse;
}

.blog-title {
  font-size: 32px;
  font-weight: 800;
  color: #000;
  margin-top: 35px;
  margin-bottom: 20px;
}

.blog-title h1 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.blog-title h2 {
  font-size: 32px;
  font-weight: 700;
}

.blog-info {
  font-size: 18px;
  margin-top: 24px;
}

.blog-mute {
  color: #999999;
  font-size: 16px;
  margin-top: 15px;
}

.blog-box {
  border-radius: 15px;
  background: #F6F6F6;
}

.blog-box-head {
  padding: 20px;
  border-bottom: 2px solid #E6E8E8;
  font-size: 18px;
  font-weight: 600;
}

.blog-box-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-box-body .card-blog{
  background: #fff;
}

.blog-box-item {
  border-bottom: 1px solid #E6E8E8;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  line-height: 1.7;
  background: #F5F5F5;
  border-radius: 12px;
  padding: 16px;
}

.blog-box-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.blog-box-item img {
  width: 75px;
  height: 54px;
  object-fit: cover;
  border-radius: 10px;
  margin-left: 15px;
}


.b-comment {
  margin-top: 50px;
  background: #fff;
  border: 1px solid #0000001A;
  box-shadow: 0px 2px 4px 0px #0000001F;
  border-radius: 15px;
  padding: 20px;
  margin-top: 25px;
}

.comment-item {
  margin-top: 20px;
  border: 2px solid #E6EAED;
  padding: 20px;
  border-radius: 20px;
}


.comment-item-info {
  display: flex;
  align-items: center;
}

.comment-item-info i {
  background: #C9C9C9;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin-left: 15px;
}

.comment-item-user {
  font-size: 16px;
  font-weight: 600;
  color: #7A7A7A;
  margin-left: 10px;
}

.comment-item-date {
  font-size: 14px;
  color: #7A7A7A;
}

.comment-item-text {
  font-size: 14px;
  margin-top: 15px;
}

.comment-item-action {
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.comment-item-action button {
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-left: 15px;
  border: 0;
  background: transparent;
  color: #7A7A7A;
  display: flex;
  align-items: center;
}

.comment-item-action button:hover {
  color: #000;
}

.comment-head {
  color: #292D32;
  font-size: 16px;
  font-weight: 700;
}

.com-box-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-top: 10px;
}

.com-box-text {
  font-weight: 300;
  margin-top: 10px;
  color: #000;
}

.com-box-form {
  display: flex;
  flex-direction: column;
}

.com-box-form input {
  height: 50px;
  border: 1px solid #00000033;
  margin-top: 5px;
  padding: 10px;
  outline-color: var(--color1);
  border-radius: 10px;
  background: #F0F0F0;
}

.com-box-form textarea {
  border: 1px solid #00000033;
  margin-top: 5px;
  padding: 10px;
  outline-color: var(--color1);
  border-radius: 10px;
  background: #F0F0F0;
}

.com-box-form label {
  font-size: 18px;
}

.com-box-code input {
  border: 0;
  height: 40px;
  border: 1px solid #00000033;
  margin-right: 10px;
  text-align: center;
  outline-color: var(--color1);
  width: 100%;
  border-radius: 10px;
  max-width: 150px;
  background: #F0F0F0;
}

.com-box-code img {
  width: 140px;
}

.com-box-code {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.com-box-recode {
  font-size: 14px;
  margin-top: 15px;
  display: block;
  color: var(--color1);
}

.com-box-submit {
  height: 50px;
  background: var(--color1);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
  width: 100%;
  border-radius: 50px;
  transition: 0.3s;
  margin-top: 15px;
  border: 1px solid var(--color1);
}

.com-box-submit:hover {
  background: #fff;
  color: var(--color1);
}

.wrapper-star input {
  display: none;
}

.wrapper-star label {
  margin: 0;
}

i.icon-star-empty {
  color: #7D7D7D;
}

i.icon-star {
  color: #f9bc00;
}

.comment-form-rate {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



@media (max-width:767px) {

  .blog-content p {
    font-size: 13px;
  }

  .blog-box {
    margin-top: 17px;
  }

  .blog-title {
    font-size: 18px;
    margin-top: 20px;
  }

  .blog-title h1 {
    font-size: 18px;
  }

  .blog-title h2 {
    font-size: 18px;
  }

  .blog-info {
    font-size: 16px;
    margin-top: 15px;
  }

  .blog-mute {
    color: #999999;
    font-size: 14px;
  }

  .comment-item-user {
    font-size: 12px;
  }

  .comment-item-date {
    font-size: 12px;
  }

  .comment-item-text {
    font-size: 12px;
    margin-top: 10px;
  }

  .comment-item {
    margin-top: 15px;
    padding: 15px;
  }

  .com-box-title {
    font-size: 14px;
  }

  .com-box-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .com-box-form label {
    font-size: 14px;
  }

  .com-box-form input {
    height: 40px;
    margin-top: 0px;
  }

  .com-box-mute {
    font-size: 12px;
  }

  .comment-form-rate-text {
    font-size: 14px;
  }

  .com-box-recode {
    margin-top: 10px;
    font-size: 14px;
    display: block;
  }


  .com-box-submit {
    height: 38px;
    padding: 8px;
    margin-top: 10px;
    margin-top: 0;
    font-size: 14px;
  }
}
/* pagination */


.pagination {
  justify-content: center;
  padding-top: 60px;
  margin-bottom: 0;
  padding-bottom: 20px;
  margin-top: 30px;
}

.page-link {
  width: 38px;
  height: 38px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color1);
  margin: 0 5px;
  background: unset;
  padding-top: 10px;
  background: #0000000D;
  border: 0;
  border-radius: 12px !important;
  transition: 0.3s;
}

a.page-link:hover {
  background: var(--color1);
  color: #fff;
}


.page-item:first-child .page-link {
  margin-right: 6px;
}

span.page-link:hover {
  background: #fff;
  color: var(--color1);
}

.page-link:focus {
  box-shadow: unset;
}

.page-item.active .page-link {
  color: #fff;
  background-color: var(--color1);
}

.page-item-title .page-link {
  height: 38px;
  font-size: 14px;
  width: 38px;
  color: var(--color1);
}

.page-item-title .page-link:hover {
  background: var(--color1);
  color: #fff;
}

@media (max-width:767px) {
  .pagination {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-link {
    margin: 0;
  }

  .page-link span {
    display: none;
  }


  .page-item-title {
    display: none;
  }

  .page-link {
    width: 30px;
    height: 30px;
    margin: 0 3px;
  }

}

/* lang  */


.navbar-btn-lang {
  height: 35px;
  padding: 6px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  border: 1px solid #e3e3e3;
  margin-left: 15px;
  background: #ECF5EE;
}

.navbar-btn-lang img {
  width: 32px;
  height: 23px;
  margin-left: 5px;
}

.navbar-btn-lang span {
  font-size: 13px;
  color: #333;
  margin: 0 5px;
}


.navbar-lang-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 7px;
  padding: 5px;
}

.navbar-lang-item img {
  width: 26.5px;
  height: 18px;
  margin-right: 7px;
}

.navbar-lang-item span {
  font-size: 13px;
  color: #333;
  margin: 0 5px;
}

.navbar-lang-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.dropdown-lang .dropdown-menu {
  min-width: 112px;
  margin-left: 10px;
  padding: 0;
  left: unset;
  right: 0;
}

.navbar-lang-item::after {
  content: unset !important;
}

.home-wrap-12-img{
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0;
}
@media (max-width:767px) {
  .home-wrap-12-img {
    height: 150px;

  }
}
/*empty products*/
.box-empty-products {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

.img-empty-products {
  max-width: 280px;
}

/*empty products*/

/* gallery image css*/
.card-cat {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  padding: 20px;
}

.card-cat-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s ease, transform 1s cubic-bezier(0, 0, 0.44, 1.18);
}

.card-cat:hover img {
  transform: scale(1.05);
}


.card-cat-box {
  position: relative;
  background: #00000099;
  backdrop-filter: blur(4px);
  border-radius: 24px;
  padding: 20px;
  text-align: center;
  width: 100%;
}

.card-cat-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.card-cat-text {
  font-size: 18px;
  color: #fff;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  margin-top: 10px;
}
/* end gallery */