@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Thin.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Thin.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Light.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Light.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Light.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Light.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Regular.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Regular.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-SemiBold.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-SemiBold.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Bold.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Bold.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-ExtraBold.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-ExtraBold.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Black.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Black.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}



/* base  */

:root {
  --color1: #AF8A43;
  --color2: #FE1010;
  --back: #F5F5F5;
  --font1: YekanBakhFaNum;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font1);
  direction: rtl;
  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;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}

/* navbar */

.navbar-custom {
  background-color: transparent;
  height: 89px;
  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;
  background: #fff;
}

.navbar-custom.fixed {
  top: 0;
  margin-top: 0;
  position: fixed;
  box-shadow: 0px 0px 0px 0px #11100f1c;
  height: 80px;
}

.navbar-fill {
  height: 89px;
}

.navbar-logo img {
  width: auto;
  height: 30px;
  object-fit: contain;
}

.navbar-logo {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.nav-item {
  margin-left: 20px;
  white-space: nowrap;
}

.nav-item a {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  font-size: 14px;
  color: #111111;
}

.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-image: linear-gradient(90deg, #ffffff00 0%, var(--color1) 50.48%, #ffffff00 100%);
    transition: width .2s;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: -5px;
  }

  .nav-item:not(.dropdown) a:hover::after {
    width: 100%;
    transition: width .3s;
  }
}

.nav-item a:hover {
  color: var(--color1) !important;
}

.navbar-right {
  display: flex;
  align-items: center;
  width: 100%;
}

.navbar-left {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  width: 100%;
}

.navbar-btn-body {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar-btn {
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: 0.3s;
  position: relative;
}

.navbar-btn:hover {
  color: var(--color1);
}

.navbar-search {
  position: relative;
}


.navbar-search-btn {
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: 0.3s;
  position: relative;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

.navbar-search-btn:hover {
  color: #000;
}


.navbar-search-form {
  position: absolute;
  left: 0;
  top: 35px;
  display: flex;
  background: #fff;
  height: 40px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  box-shadow: 0px 0px 6px 0px #11100f1c;
  border-radius: 5px;
  overflow: hidden;
}

.navbar-search-form.active {
  visibility: visible;
  opacity: 1;
}

.navbar-search-form button {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
}

.navbar-search-form input {
  font-size: 14px;
  border: 0;
  outline: none;
}



/* responsive navbar*/

@media (max-width:767.5px) {

  .navbar-custom.fixed {
    height: 60px;
  }

  .navbar-custom {
    height: auto;
    padding: 5px 0;
  }

  .navbar-fill {
    height: 60px;
  }

  .navbar-right {
    width: auto;
  }

  .navbar-left {
    width: auto;
    gap: 8px;
  }

  .navbar-btn-badge {
    display: flex;
    left: -5px;
    top: 0;
  }

  .navbar-logo {
    margin-left: 0;
  }

  .navbar-logo img {
    height: 50px;
    width: 95px;
  }

  .navbar-btn {
    font-size: 20px;
  }

  .navbar-btn:hover {
    color: var(--color2);
  }

  .nav-item a:hover {
    color: #000 !important;
  }

  .navbar-search {
    position: static;
  }

  .navbar-search-btn {
    font-size: 20px;
  }

  .navbar-search-form {
    top: 60px;
    height: 36px;
    width: 100%;
    right: 0;
    border-radius: 0;
  }

  .navbar-search-form input {
    font-size: 12px;
  }

  .navbar-search-form button {
    font-size: 18px;
  }


}


@media (min-width:768px) {
  .navbar-nav {
    align-items: center;
    height: 30px;
  }
}


/* dropdown */
.dropdown a::after {
  margin-top: -2px;
  margin-right: 10px;
  border: 0;
  font-family: "raya-icon";
  content: '\f107';
}

.dropdown ul li a::after {
  content: unset;
}

.dropdown ul li a:hover {
  color: #000 !important;
}

.dropdown .dropdown>a:after {
  display: block;
  content: " ";
  float: left;
  border: 0;
  font-family: "raya-icon";
  content: '\f104';
  margin-top: 5px;
  margin-right: -10px;
}

.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;
  margin-top: 0px;
  min-width: 180px;
  border-radius: 10px;
  font-size: 14px;
  transition: opacity 0.3s ease-in-out;
  right: 0;
}

.dropdown ul li a {
  color: #444;
  font-size: 13px;
  display: block;
  white-space: nowrap;
  width: 100%;
  padding: 7px 14px;
  font-weight: normal;
}

.dropdown ul li a:hover {
  color: var(--color1);
}



@media (min-width:767.5px) {
  .dropdown ul::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 5px;
    transform: translateX(-50%) rotate(180deg);
    border-top: 10px solid var(--color1);
    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;
    right: 100%;
  }

  #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 .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: '\f104';
    font-size: 16px;
    flex-grow: 1;
    justify-content: end;
    display: flex;
    align-items: center;
  }

  .dropdown .dropdown>a:after {
    margin-top: -2px;
    font-size: 16px;
  }

  .offcanvas-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
  }

  .dropdown ul {
    left: unset;
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .dropdown ul.active {
    right: 0;
  }

  .offcanvas-nav.active {
    right: 0;
  }


  .offcanvas-header {
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #707070;
    background-color: #fff;
    padding: 0 15px;
    margin-bottom: 10px;
  }


  .offcanvas-header .close {
    background: transparent;
    border: 0;
    color: #707070;
    font-size: 14px;
  }

  .offcanvas-header .back {
    background: transparent;
    border: 0;
    color: #707070;
    font-size: 18px;
  }

  .nav-item {
    padding: 10px 20px;
    margin-left: 0px;
    display: flex;
  }

  .dropdown ul li a {
    padding: 10px 20px;
  }

  .nav-item a {
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    color: #000 !important;
  }

  .navbar-toggler {
    border: 0;
    margin: 0;
    padding: 0;
    color: #111;
    display: flex;
    margin-left: 5px;
    font-size: 24px;
  }
}


@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;
}


.btn.btn-custom {
  background: var(--color1);
  color: #fff;
}

/* jconfirm  */
.btn.btn-custom:hover {
  opacity: 0.8;
}

.jconfirm-box {
  border-radius: 14px !important;
}


/* basket offcanvas - Redesigned */

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  top: 0;
  left: 0;
  width: 100%;
  max-width: 380px;
  border-right: none;
  transform: translateX(-100%);
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.08);
}

.offcanvas.show {
  transform: none;
}

.offcanvas-body {
  padding: 0;
  height: 100%;
  overflow: auto;
  background: #fafbfc;
}

.offcanvas-head {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  background: #ffffff;
  border-radius: 0 20px 0 0;
}

.offcanvas-footer {
  padding: 20px 24px 24px;
  border-top: 1px solid #f0f0f0;
  background: #ffffff;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.02);
}

.offcanvas-close {
  background: #f5f5f7;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #666;
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.2s ease;
  cursor: pointer;
}

.offcanvas-close:hover {
  background: #e8e8ec;
  color: #000;
  transform: rotate(90deg);
}

.basket-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: #ffffff;
  border-bottom: 1px solid #f0f2f5;
  transition: all 0.2s ease;
  position: relative;
}

.basket-item:hover {
  background: #fefefe;
}

.basket-item:first-child {
  padding-top: 20px;
}

.basket-item-off {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #d11b32;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  padding: 0 5px;
  line-height: 20px;
  border-radius: 28px;
}

.basket-item-counter {
  font-size: 14px;
  font-weight: bold;
  color: var(--color1);
}

.basket-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 8px;
}

.basket-total-title {
  font-size: 16px;
  font-weight: 500;
  color: #5a5c6e;
}

.basket-item-img {
  width: 88px;
  height: 88px;
  border-radius: 16px;
  object-fit: contain;
  border: 1px solid #f0f0f0;
  background: #ffffff;
  transition: transform 0.2s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.basket-item-img:hover {
  transform: scale(1.02);
}

.basket-item-info {
  flex: 1;
  white-space: normal;
}

.basket-item-count {
  margin-top: 10px;
  display: flex;
  align-items: end;
  gap: 5px;
  flex-wrap: wrap;
}

.basket-item-title {
  font-size: 15px;
  font-weight: 500;
  text-wrap: initial;
  color: #1e1f2a;
  line-height: 1.45;
  text-decoration: none;
  transition: color 0.2s;
  display: inline-block;
}

.basket-item-title:hover {
  color: var(--color1);
}

.basket-item-count span {
  color: #000;
  font-size: 15 px;
  font-weight: 600;
  letter-spacing: -0.2px;
}

.basket-item-discount {
  color: #9aa0b0 !important;
  text-decoration: line-through;
  font-size: 13px !important;
  font-weight: 400 !important;
}

.basket-link {
  background: var(--color1);
  border: 1px solid var(--color1);
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 0;
  margin-top: 8px;
  transition: all 0.25s ease;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
}

.basket-link:hover {
  background-color: #fff;
  border-color: var(--color1);
  color: var(--color1);
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.offcanvas-title {
  font-weight: 600;
  color: #111;
  font-size: 20px;
  margin: 0;
  letter-spacing: -0.3px;
}

.basket-total-price {
  display: flex;
  align-items: baseline;
}

.basket-total-price .basket-item-count {
  margin-top: 0;
  align-items: baseline;
}

.basket-total-price .basket-item-count span {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

body:not([dir="ltr"]) .offcanvas.show {
  transform: none;
}

body:not([dir="ltr"]) .offcanvas-close:hover {
  transform: rotate(-90deg);
}

.offcanvas-body::-webkit-scrollbar {
  width: 4px;
}

.offcanvas-body::-webkit-scrollbar-track {
  background: #f1f1f3;
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background: #cbd0db;
  border-radius: 10px;
}

#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;
}


@media (max-width:767px) {
  .offcanvas-title {
    font-size: 14px;
  }

  .basket-total-price .basket-item-count span {
    font-size: 16px;
  }

  .basket-total-title {
    font-size: 14px;
  }

  .basket-link {
    height: 38px;
    font-size: 14px;
    margin-top: 0;
  }

  .offcanvas-head {
    padding: 11px 15px;
  }

  .offcanvas-footer {
    padding: 15px;
  }

  .basket-item-title {
    font-size: 12px;
  }

  .basket-item-img {
    width: 75px;
    height: 75px;
  }

  .basket-item-count span {
    font-size: 14px;
  }

  .basket-item-count {
    gap: 0;
    font-size: 12px;
  }

  .basket-total {
    margin-bottom: 10px;
  }

  .jconfirm .jconfirm-box div.jconfirm-title-c {
    font-size: 16px;
    text-align: center;
  }

  .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    font-size: 13px;
  }

  .phone-number.form-control {
    font-size: 14px;
  }

  .jconfirm .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 0;
  }

  .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
  .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    font-size: 12px;
  }
}

/* swiper */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-center {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-custom {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.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;
  width: 8px;
  height: 8px;
  background: #fff;
}


.swiper-pagination-bullet-active {
  width: 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: var(--color1);
  transition: 0.3s;
}

.swiper-button-next {
  width: 38px;
  height: 38px;
  background-color: transparent;
  border-radius: 50%;
  transition: 0.3s;
}

.swiper-button-prev {
  width: 38px;
  height: 38px;
  background-color: transparent;
  border-radius: 50%;
  transition: 0.3s;
}

.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-button-next,
.swiper-button-prev {
  opacity: 0;
}

[class^="swiper-"]:hover .swiper-button-next,
[class^="swiper-"]:hover .swiper-button-prev {
  opacity: 1;
}


@media (max-width:767px) {
  .swiper-button-next {
    width: 28px;
    height: 28px;
    top: 55%;
  }

  .swiper-button-prev {
    width: 28px;
    height: 28px;
    top: 55%;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 10px;
  }
}

/* animate */

.shimmer {
  -webkit-mask: linear-gradient(-60deg, #000 30%, rgb(0 0 0 / .3333333333333333), #000 50%) right / 300% 100%;
  mask: linear-gradient(-60deg, #000 30%, rgb(0 0 0 / .3333333333333333), #000 50%) right / 300% 100%;
  background-repeat: no-repeat;
  -webkit-animation: shimmer 3s infinite;
  animation: shimmer 3s infinite
}

@-webkit-keyframes shimmer {
  0% {
    -webkit-mask-position: 140% 140%;
    mask-position: 140% 140%
  }

  to {
    -webkit-mask-position: -20% -20%;
    mask-position: -20% -20%
  }
}

@keyframes shimmer {
  0% {
    -webkit-mask-position: 140% 140%;
    mask-position: 140% 140%
  }

  to {
    -webkit-mask-position: -20% -20%;
    mask-position: -20% -20%
  }
}


.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);
}

/* inner */

.home-wrap-1-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(109 45 2 / 55%) 100%);
}

.home-wrap-1-item {
  height: calc(100vh - 89px);
  min-height: 500px;
  position: relative;
  padding: 40px 0;
  display: flex;
  align-items: center;
  z-index: 1;
}

.home-wrap-1-inner {
  max-width: 60%;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max: max-content;
}

.home-wrap-1-subtitle {
  font-size: 18px;
  font-weight: 300;
}

.home-wrap-1-title {
  font-size: 35px;
  font-weight: bold;
}

.home-wrap-1-text {
  font-size: 18px;
}

.home-wrap-1-btn {
  width: 100%;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 10px;
  font-size: 20px;
  transition: 0.3s;
}

.home-wrap-1-btn:hover {
  background: #fff;
  color: #000;
}

.home-wrap-2 {
  margin-top: 10px;
}

.home-wrap-2-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #0000002b;
  backdrop-filter: blur(2px);
  transition: 0.5s;
}

.home-wrap-2-item {
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.home-wrap-2-item:hover::before {
  backdrop-filter: blur(6px);
}

.home-wrap-2-title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.home-wrap-2-text {
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-weight: 300;
}

.home-wrap-2-number {
  position: absolute;
  background: linear-gradient(to bottom, #fff, #66666600, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  direction: ltr;
  line-height: 1;
  margin-bottom: -25px;
  font-family: var(--font2);
  font-size: 90px;
  font-weight: bold;
  right: 0;
  bottom: 0;
}



.home-wrap-3::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(90deg, #3C1B05 25%, #5c5c5c8c 55%);
}



.home-wrap-3 {
  min-height: 450px;
  position: relative;
  padding: 40px 0;
  display: flex;
  align-items: center;
  z-index: 1;
  margin-top: 35px;
}

.home-wrap-3-inner {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-right: auto;
  max-width: 46%;
}

.home-warp-3-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-wrap-3-title {
  font-size: 30px;
  font-weight: 600;
}

.home-wrap-3-text {
  text-align: justify;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
}

.home-wrap-3-btn {
  width: 100%;
  height: 38px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s;
}

.home-wrap-3-btn:hover {
  background: #fff;
  color: #000;
}

.home-warp-4-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  gap: 20px;
  margin-bottom: 25px;
}

.home-wrap-4-title {
  font-size: 22px;
  font-weight: bold;
  color: #707070;
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 100%;
  gap: 20px;
}

.home-wrap-4-title::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #707070;
  opacity: 0.5;
}

.home-wrap-4-link {
  color: #707070;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  white-space: nowrap;
}

.home-wrap-4-link i {
  font-size: 14px;
}

.card-product {
  background: #FFFFFF;
  display: block;
  border-radius: 20px;
  box-shadow: 0 0 5px #E4E4F2;
}

.card-product-img-body {
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid #e4e4f294;
  height: 220px;
}

.card-product-img:hover {
  transform: scale(1.05);
}

.card-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.card-product-inner {
  padding: 15px;
}

.card-product-title {
  font-size: 14px;
  color: #092348;
  font-weight: 600;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.card-product-price-body {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 5px;
  font-size: 15px;
  color: #092348;
  font-weight: bold;
}

.card-product-price-before {
  text-decoration: line-through;
  color: #666;
}

.card-product-btn {
  background: #AF8A43;
  border: 1px solid #AF8A43;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  max-width: 168px;
  margin: auto;
  margin-top: 6px;
  transition: 0.3s;
}

.card-product-btn:hover {
  background: transparent;
  color: #AF8A43;
}

.home-wrap-5-center {
  text-align: center;
  margin-top: 70px;
  padding: 0 15px;
  margin-bottom: 50px;
}

.home-wrap-5-en {
  background: linear-gradient(to bottom, #707070ad, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  direction: ltr;
  font-size: 55px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: -15px;
}

.home-wrap-5-head {
  font-size: 20px;
  color: #707070;
  font-weight: bold;
}

.home-wrap-5-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(270deg, #3c1b05f2 15%, #5c5c5c69 85%);
}

.home-wrap-5-item {
  position: relative;
  min-height: 225px;
  display: flex;
  z-index: 1;
  color: #fff;
}

.home-wrap-5-inner {
  max-width: 65%;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 40px;
}

.home-warp-5-num {
  background: linear-gradient(to top, #666666, #ffffff0d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  direction: ltr;
  font-size: 185px;
  font-weight: bold;
  line-height: 1;
  margin-top: auto;
  user-select: none;
}

.home-wrap-5-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.home-wrap-5-title {
  font-size: 24px;
  font-weight: bold;
}


.home-wrap-5-text {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
}

.home-wrap-5-item:nth-child(even)::before {
  background: linear-gradient(90deg, #3c1b05f2 15%, #5c5c5c69 85%);
}

.home-wrap-5-item:nth-child(even) .home-wrap-5-inner {
  margin-right: auto;
  flex-direction: row-reverse;
}

.home-wrap-5-item:nth-child(even) .home-wrap-5-info {
  text-align: left;
}


.card-blog {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 10px #0721471f;
}

.card-blog-img-body {
  width: 100%;
  height: 140px;
  overflow: hidden;
  border-radius: 4px;
}

.card-blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.card-blog-img:hover {
  transform: scale(1.1);
}

.card-blog-inner {
  padding: 15px;
}

.card-blog-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

.card-blog-title {
  font-size: 14px;
  color: #111;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 42px;
}

.card-blog-mute {
  color: #B68341;
  font-size: 12px;
}

.home-wrap-7 {
  margin-top: 60px;
  background-size: cover;
  background-position: center;
  min-height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 100px 0;
}

.home-wrap-7-inner {
  gap: 15px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.home-wrap-7-title {
  font-size: 20px;
  font-weight: 600;
}

.home-wrap-7-text {
  font-size: 20px;
  font-weight: 300;
}

.home-wrap-7-btn {
  border: 1px solid #fff;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  transition: 0.5s;
}

.home-wrap-7-btn:hover {
  background: #fff;
  color: #000;
}


/* responsive */
@media (max-width:767px) {

  .home-wrap-1-item {
    height: 240px;
    min-height: auto;
    padding: 20px 0;
  }

  .home-wrap-1-inner {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .home-wrap-1-subtitle {
    font-size: 10px;
  }

  .home-wrap-1-title {
    font-size: 16px;
  }

  .home-wrap-1-text {
    font-size: 12px;
  }

  .home-wrap-1-btn {
    height: 36px;
    font-size: 12px;
    margin-top: 0;
    width: auto;
    padding: 0 15px;
    margin: auto;
  }

  .home-wrap-2 {
    margin-top: 0;
  }

  .home-wrap-2-item {
    height: 150px;
  }

  .home-wrap-2-title {
    font-size: 16px;
  }

  .home-wrap-2-text {
    font-size: 13px;
  }

  .home-wrap-2-number {
    margin-bottom: -10px;
    font-size: 50px;
    right: 5px;
  }

  .home-wrap-3 {
    min-height: auto;
    padding: 25px 0;
    margin-top: 25px;
  }

  .home-wrap-3-inner {
    max-width: 100%;
  }

  .home-wrap-3-title {
    font-size: 16px;
  }

  .home-wrap-3-mute {
    font-size: 12px;
  }

  .home-wrap-3-text {
    font-size: 12px;
  }

  .home-wrap-3-text {
    font-size: 12px;
  }

  .home-wrap-3-btn {
    height: 36px;
    font-size: 12px;
  }

  .home-warp-4-flex {
    margin-top: 25px;
    gap: 10px;
    margin-bottom: 15px;
  }

  .home-wrap-4-title {
    font-size: 16px;
    gap: 10px;
  }

  .home-wrap-4-link {
    font-size: 12px;
  }

  .home-wrap-4-link {
    font-size: 12px;
  }

  .card-product-img-body {
    height: 140px;
  }

  .card-product-title {
    font-size: 12px;
  }

  .card-product-price-body {
    font-size: 12px;
  }

  .card-product-btn {
    height: 30px;
    font-size: 10px;
  }

  .home-wrap-5-center {
    margin-top: 30px;
    padding: 0 15px;
    margin-bottom: 25px;
  }

  .home-wrap-5-en {
    font-size: 34px;
    margin-bottom: -10px;
  }

  .home-wrap-5-item {
    min-height: 160px;
  }

  .home-wrap-5-head {
    font-size: 13px;
  }

  .home-wrap-5-inner {
    max-width: 100%;
    height: 100%;
    gap: 10px;
  }

  .home-warp-5-num {
    font-size: 60px;
  }

  .home-wrap-5-title {
    font-size: 16px;
  }

  .home-wrap-5-text {
    font-size: 12px;
  }

  .card-blog-img-body {
    height: 120px;
  }

  .card-blog-title {
    font-size: 12px;
    height: 36px;
  }

  .card-blog-mute {
    font-size: 10px;
  }

  .home-wrap-7 {
    margin-top: 30px;
    padding: 50px 20px;
    background-position: right;
    min-height: auto;
  }

  .home-wrap-7-title {
    font-size: 16px;
  }

  .home-wrap-7-text {
    font-size: 14px;
  }

  .home-wrap-7-btn {
    height: 36px;
    font-size: 14px;
  }

}

/* footer */

.footer::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(90deg, #62422C 15%, #17191F 85%);
  opacity: 0.9;
}

.footer {
  position: relative;
  padding-top: 50px;
  z-index: 1;
}

.footer-header {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  color: #fff;
  align-items: start;
  gap: 15px;
  display: flex;
  flex-direction: column;
}

.footer-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 30px;
}

.footer-ul li{
  list-style: none !important;
}

.footer-link {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #fff;
  max-width: 100%;
  line-height: 1.7;
}


.footer-link {
  width: max-content;
}

.footer-link:hover {
  color: var(--color1);
}

.footer-link i {
  width: 24px;
  margin-left: 10px;
  display: flex;
  font-size: 16px;
  color: #fff;
}

.footer-address {
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
}

.footer-address span {
  color: #fff;
}

.footer-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

.footer-logo-body {
  background: #fff;
  width: max-content;
  padding: 35px;
  border-radius: 5px;
}

.footer-logo {
  height: 43px;
  width: 188px;
  object-fit: contain;
}

.footer-text {
  text-align: justify;
  text-align-last: center;
  font-size: 12px;
  line-height: 2;
  color: #fff;
  max-width: 80%;
}

.footer-subtitie {
  font-family: var(--font2);
  font-size: 30px;
  color: #fff;
}

.footer-text-en {
  font-size: 15px;
  color: #fff;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.footer-social a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-top: 5px;
  transition: 0.5s;
}

.footer-social a:hover {
  color: var(--color1);
}

.footer-bottom {
  margin-top: 10px;
  padding-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-bottom-item {
  font-size: 13px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 2px;
  margin-top: 15px;
}

.footer-bottom-item span {
  margin: 0 2px;
}

.footer-bottom-item a {
  color: #fff;
}

.footer-bottom-item a:hover {
  color: var(--color1);
}

.footer-namad {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}

.footer-namad img {
  height: 70px;
  max-width: 100%;
  object-fit: contain;
}

.footer-mute {
  font-size: 15px;
  text-align: center;
  color: #747474;
  font-weight: 600;
  margin-top: 10px;
}

/* responsive footer  */

@media (max-width:767px) {

  .footer {
    padding-top: 30px;
  }

  .footer-logo {
    height: 30px;
    width: 100px;
  }

  .footer-logo-body {
    padding: 15px;
    margin: auto;
    margin-bottom: 20px;
  }

  .footer-text {
    font-size: 11px;
  }

  .footer-social {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .footer-social a {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .footer-social img {
    width: 24px;
  }

  .footer-box {
    margin-bottom: 15px;
  }

  .footer-header {
    font-size: 13px
  }

  .footer-ul {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .footer-link {
    font-size: 12px;
  }

  .footer-address {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .footer-bottom {
    margin-top: 0px;
    padding-bottom: 25px;
  }

  .footer-bottom-item {
    flex-direction: column;
    font-size: 10px;
  }

  .footer-namad {
    margin-top: 0px;
  }

  .footer-namad img {
    height: 60px;
  }

  .footer-subtitie {
    font-size: 24px;
  }

  .footer-text-en {
    font-size: 13px;
  }
}