/* Kalameh */
@font-face {
  font-family: 'Kalameh';
  src:
          url('../fonts/Kalameh/woff2/KalamehFaNum-Thin.woff2') format('woff2'),
          url('../fonts/Kalameh/woff/KalamehFaNum-Thin.woff') format('woff'),
          url('../fonts/Kalameh/ttf/KalamehFaNum-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
          url('../fonts/Kalameh/woff2/KalamehFaNum-ExtraLight.woff2') format('woff2'),
          url('../fonts/Kalameh/woff/KalamehFaNum-ExtraLight.woff') format('woff'),
          url('../fonts/Kalameh/ttf/KalamehFaNum-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
          url('../fonts/Kalameh/woff2/KalamehFaNum-Light.woff2') format('woff2'),
          url('../fonts/Kalameh/woff/KalamehFaNum-Light.woff') format('woff'),
          url('../fonts/Kalameh/ttf/KalamehFaNum-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
          url('../fonts/Kalameh/woff2/KalamehFaNum-Regular.woff2') format('woff2'),
          url('../fonts/Kalameh/woff/KalamehFaNum-Regular.woff') format('woff'),
          url('../fonts/Kalameh/ttf/KalamehFaNum-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
          url('../fonts/Kalameh/woff2/KalamehFaNum-Medium.woff2') format('woff2'),
          url('../fonts/Kalameh/woff/KalamehFaNum-Medium.woff') format('woff'),
          url('../fonts/Kalameh/ttf/KalamehFaNum-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
          url('../fonts/Kalameh/woff2/KalamehFaNum-SemiBold.woff2') format('woff2'),
          url('../fonts/Kalameh/woff/KalamehFaNum-SemiBold.woff') format('woff'),
          url('../fonts/Kalameh/ttf/KalamehFaNum-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
          url('../fonts/Kalameh/woff2/KalamehFaNum-Bold.woff2') format('woff2'),
          url('../fonts/Kalameh/woff/KalamehFaNum-Bold.woff') format('woff'),
          url('../fonts/Kalameh/ttf/KalamehFaNum-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
          url('../fonts/Kalameh/woff2/KalamehFaNum-ExtraBold.woff2') format('woff2'),
          url('../fonts/Kalameh/woff/KalamehFaNum-ExtraBold.woff') format('woff'),
          url('../fonts/Kalameh/ttf/KalamehFaNum-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: normal;
}

/* base  */

:root {
  --color1: #227B45;
  --color2: #199D52B0;
  --back: #F8F8F8;
  --font1: 'Kalameh';
}

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;
  }
}

/* navbar */

.navbar-custom {
  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;
  padding: 15px 15px;
  padding-top: 5px;
}

.navbar-inner {
  width: 100%;
  height: 110px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1412 106'><defs><filter id='shadow' x='0' y='0' width='1412' height='106' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'><feFlood flood-opacity='0' result='BackgroundImageFix'/><feColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/><feOffset/><feGaussianBlur stdDeviation='5'/><feComposite in2='hardAlpha' operator='out'/><feColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/><feBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/><feBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/></filter></defs><g filter='url(%23shadow)'><path d='M1283.21 10C1292.45 10 1299 19.2581 1299 28.5C1299 60.2564 1324.74 86 1356.5 86C1366.36 86 1375.64 83.5171 1383.75 79.1424C1390.67 75.4144 1402 79.9095 1402 87.7628C1402 92.3121 1398.31 96 1393.76 96H26C17.1635 96 10 88.8366 10 80V26C10 17.1634 17.1634 10 26 10H1283.21Z' fill='white'/></g></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.navbar-custom.fixed {
  top: 0;
  margin-top: 0;
  position: fixed;
}

.navbar-fill {
  height: 115px;
}

.navbar-logo-curved {
  position: relative;
  width: 90px;
  height: 100px;
  display: flex;
  justify-content: center;
  margin-left: 50px;
}

.navbar-logo-curved img {
  height: 65px;
  width: 100%;
  object-fit: contain;
}

.navbar-logo img {
  width: auto;
  height: 68px;
  object-fit: contain;
}

.navbar-logo {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.nav-item {
  margin-left: 15px;
  white-space: nowrap;
}

.nav-item a.active {
  font-weight: 700;
}

.nav-item a {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  font-size: 16px;
  color: #525252;
  font-weight: 400;
}

.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: 1px;
    background: var(--color1);
    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;
}

.navbar-left {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  margin-left: 40px;
}

.navbar-btn {
  background: var(--color1);
  border: 1px solid var(--color1);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  min-width: 50px;
  font-size: 18px;
  border-radius: 24px;
  padding: 0 25px;
  transition: 0.3s;
  gap: 5px;
}

.navbar-btn i {
  font-size: 22px;
}

.navbar-btn:hover {
  background: transparent;
  color: var(--color1);
}

.navbar-btn-2 {
  background: var(--color1);
  border: 1px solid var(--color1);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  min-width: 50px;
  border-radius: 50px;
  font-size: 22px;
  transition: 0.3s;
  position: relative;
}

.navbar-btn-2:hover {
  background: transparent;
  color: var(--color1);
}


/* responsive */

@media (max-width:767.5px) {
  .navbar-custom {
    padding-top: 10px;
  }

  .navbar-inner {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    height: 70px;
  }

  .navbar .container,
  .navbar .container-fluid,
  .navbar .container-lg,
  .navbar .container-md,
  .navbar .container-sm,
  .navbar .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-fill {
    height: 90px;
  }

  .navbar-logo {
    margin-left: 0;
  }

  .navbar-btn span {
    display: none;
  }

  .navbar-btn-2 {
    font-size: 16px;
    min-width: 40px;
    height: 40px;
  }

  .navbar-btn {
    font-size: 16px;
    min-width: 40px;
    height: 40px;
    padding: 0;
  }

  .navbar-btn i {
    font-size: 16px;
  }

  .navbar-logo-curved {
    height: 100%;
    width: auto;
    margin-left: 0;
    margin-right: 5px;
  }

  .navbar-logo-curved img {
    height: 52px;
  }

  .navbar-logo img {
    width: 46px;
    height: 46px;
  }

  .nav-item a.active {
    width: max-content;
  }

  .navbar-left {
    margin: 0;
  }
}


@media (min-width:768px) and (max-width:1152px) {

  .navbar-inner {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    height: 90px;
  }


  .navbar-btn span {
    display: none;
  }

  .navbar-btn {
    padding: 5px;
  }

  .navbar-logo-curved {
    width: 60px;
    height: 60px;
    margin-left: 0;
  }

  .navbar-logo-curved img {
    height: 50px;
  }

  .navbar-custom {
    padding-top: 10px;
  }

  .navbar-left {
    margin-left: 0px;
  }

  .nav-item a {
    padding: 20px 10px;
    font-size: 15px;
  }

}


@media (min-width:1600px) and (max-width:2000px) {
  .navbar-logo-curved {
    width: 130px;
  }

  .navbar-custom {
    padding-top: 10px;
  }

  .navbar-fill {
    height: 135px;
  }

}


@media (min-width:768px) {
  .navbar-nav {
    align-items: center;
  }
}


/* 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 .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;
  border-radius: 5px;
  margin-top: 0px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  min-width: 240px;
  border-radius: 8px;
  font-size: 14px;
  transition: opacity 0.3s ease-in-out;
  right: 0;
}

.dropdown ul li a {
  color: #444;
  font-size: 16px;
  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: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color1);
    background-color: #fff;
    padding: 0 15px;
    margin-bottom: 10px;
  }


  .offcanvas-header .close {
    background: transparent;
    border: 0;
    color: var(--color1);
    font-size: 20px;
  }

  .offcanvas-header .back {
    background: transparent;
    border: 0;
    color: var(--color1);
    font-size: 20px;
  }

  .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: 14px;
    font-weight: normal;
  }

  .navbar-toggler {
    border: 0;
    margin: 0;
    padding: 0;
    color: var(--color1) !important;
    display: flex;
    margin-left: 10px;
  }
}


@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: 0;
  top: 0;
  color: #fff;
  font-size: 12px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-top: 1px;
}

.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: 21px 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-final {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

.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-item:last-child {
  border-bottom: 0;
}

.basket-item .product-order-count {
  max-width: 120px;
  height: auto;
  padding: 5px;
  margin-top: 5px;
}

.basket-item .product-order-count input {
  font-size: 16px;
}

.basket-item .product-order-count button {
  min-width: 26px;
  max-width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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: 100px;
  height: 100px;
  border-radius: 8px;
  object-fit: contain;
  border: 1px solid #ddd;
}

.basket-item-info {
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.basket-item-count {
  margin-top: 5px;
  display: flex;
  align-items: end;
  margin-top: auto;
}

.basket-item-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.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;
  margin: 0;
}

#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;
}


/* 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: 10px;
  height: 10px;
}

.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);
}

.swiper-button-next {
  width: 38px;
  height: 38px;
  background-color: transparent;
  border: 1px solid var(--color1);
  border-radius: 50%;
  transition: 0.3s;
}

.swiper-button-prev {
  width: 38px;
  height: 38px;
  background-color: transparent;
  border: 1px solid var(--color1);
  border-radius: 50%;
  transition: 0.3s;
}

.swiper-button-next:hover {
  background: var(--color2);
}

.swiper-button-prev:hover {
  background: var(--color2);
}

.swiper-button-next:hover::after {
  color: #fff;
}

.swiper-button-prev:hover::after {
  color: #fff;
}




@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 */

.home-wrap-1-img {
  width: 100%;
}

.home-wrap-1 .swiper-button-prev,
.home-wrap-1 .swiper-button-next {
  border: 1px solid #fff;
}

.home-wrap-1 .swiper-button-prev:after,
.home-wrap-1 .swiper-button-next:after {
  color: #fff;
}

.home-wrap-1 .swiper-pagination-bullet-active {
  background: #fff;
}

.home-wrap-2 {
  margin-top: 100px;
}

.home-wrap-2-curved img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-wrap-2-curved {
  position: relative;
  width: 60px;
  height: 60px;
  background: var(--back);
  border-radius: 0 20px 0 20px;
  padding: 10px;
}

.home-wrap-2-curved::before {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 0px 0px 20px 0px;
  box-shadow: 5px 5px 0px 0px var(--back);
  position: absolute;
  left: -50px;
  transform: rotate(270deg);
  top: 0;
}

.home-wrap-2-curved::after {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 0px 0px 20px 0px;
  box-shadow: 5px 5px 0px 0px var(--back);
  position: absolute;
  right: 0;
  transform: rotate(270deg);
  bottom: -50px;
}

.home-wrap-2-item {
  background: #fff;
  border-radius: 20px;
  position: relative;
  gap: 5px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.3s;
}

.home-wrap-2-info {
  padding: 15px;
  padding-top: 5px;
}

.home-wrap-2-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--color1);
}

.home-wrap-2-text {
  color: #525252;
  margin-top: 5px;
}

.home-wrap-2-item:hover {
  background: #eee;
}

.home-wrap-title-2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color1);
  margin-bottom: 30px;
}

.home-wrap-3 {
  border-radius: 56px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  margin-top: 100px;
  padding-top: 1px;
}

.home-wrap-3::before {
  content: '';
  border-radius: 56px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000066;
  z-index: -1;
}

.home-wrap-3-logo {
  height: 88px;
}

.home-wrap-3-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 100%;
  height: 80px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 90' preserveAspectRatio='none'%3E%3Cpath d='M500,0 C600,0 620,90 720,90 C820,90 840,0 940,0 L940,0 L500,0 Z' fill='%23F8F8F8'/%3E%3C/svg%3E") no-repeat bottom center;
  background-size: 100% 100%;
  margin-top: -2px;
  padding-bottom: 40px;
}

.home-wrap-3-inner {
  padding: 85px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  gap: 20px;
  text-align: justify;
  text-align-last: center;
  margin-top: -1px;
}

.home-wrap-3-text {
  font-size: 22px;
  line-height: 1.8;
}

.home-wrap-3-btn {
  font-size: 20px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  height: 56px;
  margin: auto;
  background: var(--color1);
  padding: 0 30px;
  border-radius: 24px;
  margin-top: 15px;
  transition: 0.3s;
}

.home-wrap-3-btn:hover {
  background: #fff;
  color: var(--color1);
}

.home-wrap-4-tab {
  display: none;
}

.home-wrap-4-tab.active {
  display: block;
}

.home-wrap-4-nav-body {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 10px;
  border-radius: 24px;
  margin-top: 100px;
  margin-bottom: 30px;
}

.home-wrap-4-nav {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  border-radius: 24px;
  color: #525252;
  font-size: 14px;
  cursor: pointer;
}

.home-wrap-4-nav.active {
  background: var(--color1);
  color: #fff;
}

.home-wrap-4-img {
  width: 100%;
  border-radius: 24px;
}

.home-wrap-4-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  gap: 20px;
  padding-left: 40px;
}

.home-wrap-4-title {
  color: #525252;
  font-size: 28px;
  font-weight: 700;
}

.home-wrap-4-text {
  text-align: justify;
  line-height: 2;
  font-size: 19px;
  color: #525252;
  letter-spacing: -0.5px;
}

.home-wrap-5 {
  margin-top: 100px;
}

.card-product {
  background: #fff;
  border-radius: 24px;
  display: block;
  padding: 20px;
  transition: 0.3s;
}

.card-product:hover {
  background: #eee;
}

.card-product-img-body {
  position: relative;
  overflow: hidden;
}

.card-product-img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.card-product-img-body:hover img {
  transform: scale(1.05);
}

.card-product-title {
  font-size: 18px;
  font-weight: 700;
  color: #525252;
  margin-top: 15px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.card-product-info {
  display: flex;
  justify-content: space-between;
  color: #525252;
  font-size: 14px;
  margin-top: 15px;
  border-bottom: 1px solid #52525226;
  padding-bottom: 10px;
}

.card-product-flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
  height: 45px;
}

.card-product-price {
  color: #525252;
  font-weight: 500;
}

.card-product-btn {
  position: relative;
  width: 50px;
  height: 50px;
  background: var(--back);
  border-radius: 0 20px 0 20px;
  padding: 10px;
  margin-left: -20px;
  margin-bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.card-product-btn i {
  min-width: 36px;
  height: 36px;
  background: var(--color1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 28px;
  font-size: 18px;
  transition: 0.3s;
}

.card-product-btn i:hover {
  background: var(--color2);
}

.card-product-btn::before {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 0px 0px 20px 0px;
  box-shadow: 5px 10px 0px 0px var(--back);
  position: absolute;
  left: 0;
  transform: rotate(90deg);
  top: -30px;
}

.card-product-btn::after {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 0px 0px 20px 0px;
  box-shadow: 10px 5px 0px 0px var(--back);
  position: absolute;
  right: -30px;
  transform: rotate(90deg);
  bottom: 0;
}

.home-banner {
  width: 100%;
  border-radius: 24px;
  /*margin-top: 100px;*/
}

.home-wrap-7 {
  margin-top: 100px;
}

.home-wrap-7-img {
  width: 100%;
}

.home-wrap-7-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 20px;
  padding-left: 40px;
}

.home-wrap-7-title {
  color: var(--color1);
  font-size: 32px;
  font-weight: 700;
}

.home-wrap-7-text {
  color: #525252;
  font-size: 20px;
  text-align: justify;
  line-height: 1.8;
}

.home-wrap-7-btn::before {
  content: '';
  clip-path: path("M0.213824 30.2095C-0.072484 30.4958 -0.0734625 30.9612 0.224264 31.2357C2.6551 33.4762 5.6601 35.0074 8.91171 35.6541C12.4034 36.3487 16.0226 35.9922 19.3116 34.6298C22.6007 33.2675 25.4119 30.9603 27.3898 28.0003C29.3677 25.0402 30.4233 21.5601 30.4233 18C30.4233 14.4399 29.3677 10.9598 27.3898 7.99974C25.4119 5.03965 22.6007 2.73255 19.3116 1.37017C16.0226 0.007791 12.4034 -0.348669 8.91171 0.345865C5.6601 0.99265 2.6551 2.52384 0.224264 4.76434C-0.0734625 5.03875 -0.072484 5.50418 0.213824 5.79048C0.500132 6.07679 0.963278 6.07544 1.26199 5.80211C3.48703 3.76611 6.23062 2.37417 9.19777 1.78397C12.405 1.14601 15.7294 1.47343 18.7505 2.72483C21.7717 3.97623 24.3539 6.0954 26.1706 8.81435C27.9874 11.5333 28.9571 14.7299 28.9571 18C28.9571 21.2701 27.9874 24.4667 26.1706 27.1856C24.3539 29.9046 21.7717 32.0238 18.7505 33.2752C15.7294 34.5266 12.405 34.854 9.19777 34.216C6.23062 33.6258 3.48703 32.2339 1.26199 30.1979C0.963278 29.9246 0.500132 29.9232 0.213824 30.2095Z");
  width: 31px;
  height: 36px;
  background: currentColor;
  margin-left: -10px;
}

.home-wrap-7-btn {
  font-size: 18px;
  color: #525252;
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
}

.home-wrap-7-btn:hover {
  color: var(--color1);
}


.home-wrap-8-title {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  color: #525252;
  margin-top: 80px;
}

.home-wrap-8-text {
  text-align: center;
  font-size: 22px;
  color: #525252;
  margin-top: 20px;
  margin-bottom: 30px;
}


.home-wrap-8-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(2, 250px);
  gap: 20px;
}

.home-wrap-8-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #00000080;
  z-index: -1;
  transition: 0.5s;
}

.home-wrap-8-item {
  overflow: hidden;
  border-radius: 24px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.home-wrap-8-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -2;
  right: 0;
  top: 0;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.home-wrap-8-item:hover img {
  transform: scale(1.05);
}

.home-wrap-8-item:hover::before {
  opacity: 0.3;

}

.home-wrap-8-item:nth-child(1) {
  grid-area: 1 / 1 / 2 / 4;
}

.home-wrap-8-item:nth-child(2) {
  grid-area: 1 / 8 / 2 / 10;
}

.home-wrap-8-item:nth-child(3) {
  grid-area: 1 / 4 / 3 / 8;
}

.home-wrap-8-item:nth-child(4) {
  grid-area: 2 / 1 / 3 / 4;
}

.home-wrap-8-item:nth-child(5) {
  grid-area: 2 / 8 / 3 / 10;
}

.home-wrap-title {
  color: #525252;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 15px;
}

.home-wrap-2-item a {
  display: block;
  color: #525252;
  direction: ltr;
  margin-top: 10px;
}

.home-wrap-text {
  text-align: center;
  font-size: 20px;
  color: #525252;
  margin-bottom: 30px;
}

.card-blog {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  border-radius: 24px;
}

.card-blog-img-body {
  position: relative;
  overflow: hidden;
  width: 30%;
  height: 150px;
  border-radius: 12px;
}

.card-blog-img-body:hover img {
  transform: scale(1.05);
}

.card-blog-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.card-blog-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  padding-left: 15px;
  width: 70%;
}

.card-blog-title {
  font-size: 14px;
  font-weight: 600;
  color: #525252;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 42px;
}

.card-blog-text {
  color: #000;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 12px;
  height: 60px;
}

.card-blog-link:hover {
  color: var(--color1);
}

.card-blog-link {
  color: var(--color1);
  font-weight: 600;
  font-size: 14px;
}
.home-wrap-6 {
  margin-top: 80px;
}

/* responsive */
@media (max-width:767px) {

  .home-wrap-6 {
    margin-top: 10px;
  }

  .home-wrap-2 {
    margin-top: 10px;
  }

  .home-wrap-2-title {
    font-size: 16px;
  }

  .home-wrap-2-text {
    font-size: 14px;
  }

  .home-wrap-5 {
    margin-top: 30px;
  }

  .home-wrap-title-2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .card-product-img {
    height: 160px;
  }

  .card-product-title {
    font-size: 16px;
    margin-top: 10px;
  }

  .card-product-info {
    font-size: 12px;
    margin-top: 10px;
  }

  .card-product-price {
    font-size: 14px;
  }

  .home-wrap-3 {
    border-radius: 40px;
    margin-top: 60px;
  }

  .home-wrap-3::before {
    border-radius: 40px;
  }

  .home-wrap-3-top {
    height: 60px;
    background-size: 200% 100%;
  }

  .home-wrap-3-logo {
    height: 70px;
  }

  .home-wrap-3-text {
    font-size: 16px;
  }

  .animate.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .home-wrap-3-btn {
    font-size: 16px;
    height: 48px;
    padding: 0 20px;
    margin-top: 0px;
  }

  .home-wrap-3-inner {
    padding: 50px 0;
    margin-top: 0;
  }

  .home-banner {
    margin-top: 30px;
  }

  .home-wrap-7-info {
    gap: 15px;
    padding-left: 0;
  }

  .home-wrap-7 {
    margin-top: 30px;
  }

  .home-wrap-7-title {
    font-size: 20px;
  }

  .home-wrap-7-text {
    font-size: 16px;
  }

  .home-wrap-7-btn {
    font-size: 14px;
  }

  .home-wrap-7-img {
    margin-top: 20px;
  }

  .home-wrap-8-title {
    font-size: 20px;
    margin-top: 35px;
  }

  .home-wrap-8-text {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .home-wrap-4-nav {
    height: 36px;
    padding: 10px 20px;
    font-size: 16px;
  }

  .home-wrap-4-nav-body {
    gap: 10px;
    margin-bottom: 20px;
  }

  .home-wrap-8-grid {
    display: flex;
    flex-direction: column;
  }

  .home-wrap-8-item {
    font-size: 16px;
    min-height: 160px;
  }

  .home-wrap-title {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .home-wrap-text {
    font-size: 14px;
    margin-bottom: 20px;
  }

}


/* footer  */

footer {
  background: radial-gradient(50% 160.98% at 50% 50%, rgba(25, 157, 82, 0.69) 0%, #178045 100%);
  padding-top: 60px;
  padding-bottom: 30px;
  margin-top: 100px;
}

.footer {
  background-color: #fff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0px 0px 14.2px 0px #00000040;
}

.footer-logo {
  width: 100%;
  height: 130px;
  object-fit: contain;
}

.footer-text {
  font-size: 16px;
  color: #525252;
  line-height: 2;
  text-align: justify;
  letter-spacing: -0.5px;
  height: 100%;
  display: flex;
  align-items: center;
}

.footer-header {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  color: #000;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #52525240;
  padding-top: 15px;
  justify-content: space-evenly;
  color: #525252;
  margin-bottom: 30px;
}

.footer-link span {
  font-weight: 600;
}

.footer-link {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  color: #525252;
  gap: 5px;
  word-break: break-word;
}

.footer-link:hover {
  color: var(--color2);
}

.footer-bottom {
  margin-top: 25px;
}

.footer-bottom-item {
  font-size: 14px;
  color: #fff;
}

.footer-bottom-item a {
  color: #fff;
}

.footer-bottom-item span {
  padding: 0 3px;
}

.footer-bottom-item a:hover {
  color: #000;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  height: 100%;

}

.footer-social a {
  min-width: 32px;
  height: 32px;
  display: flex;
  font-size: 18px;
  /*background: var(--color1);*/
  align-items: center;
  color: #fff;
  justify-content: center;
  border-radius: 25px;
  padding-left: 2px;
  padding-bottom: 1px;
}

.icon-telegram {
  font-size: 12px;
}

.footer-social .icon-phone {
  padding-top: 3px;
}

.footer-social a:hover {
  background: var(--color2);
  color: #fff;
}

/* responsive */
@media (max-width:767px) {

  footer {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 40px;
  }

  .footer-logo {
    height: 100px;
  }

  .footer-text {
    margin-top: 15px;
    font-size: 14px;
  }

  .footer {
    padding: 25px;
  }

  .footer-menu li {
    width: 50%;
  }

  .footer-menu {
    justify-content: right;
    margin-bottom: 15px;
  }

  .footer-link {
    font-size: 15px;
  }

  .footer-social {
    padding-bottom: 25px;
    padding-top: 15px;
  }

  .footer-bottom-item {
    font-size: 12px;
    text-align: center;
    justify-content: center;
  }
}

/* / */


.product-list {
  overflow: hidden;
}

.product-list .col-6 {
  padding-right: 8px;
  padding-left: 8px;
}

.product-list .row {
  margin-right: -7px;
  margin-left: -7px;
}


/* breadcrumb */

.breadcrumb {
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: transparent;
  margin-top: 20px;
  margin-bottom: 30px;
}

li.breadcrumb-item a {
  color: #7D7D7D;
}

.breadcrumb-item.active a {
  color: #000;
}

li.breadcrumb-item a:hover {
  color: var(--color2);
}

@media (max-width:767px) {
  li.breadcrumb-item {
    white-space: nowrap;
  }

  .breadcrumb {
    font-size: 12px;
    flex-wrap: nowrap;
    overflow: auto;
    height: 22px;
  }
}


/* pagination */


.pagination {
  justify-content: center;
  padding-top: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.page-link {
  width: 38px;
  height: 38px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color2);
  margin: 0 5px;
  background: unset;
  padding-top: 10px;
  background: #0000000D;
  border: 0;
  border-radius: 12px !important;
  border: 1px solid #00000029;
  background: #fff;
  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(--color2);
  border-color: var(--color2);
}

.page-item-title .page-link {
  height: 38px;
  font-size: 14px;
  width: 38px;
  color: var(--color2);
}

.page-item-title .page-link:hover {
  background: var(--color1);
  color: #fff;
}

@media (max-width:767px) {
  .pagination {
    padding-top: 0;
    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;
  }

}




/* sort */

.sort-body {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 25px;
}

.sort-title {
  color: #323232;
  font-size: 14px;
  font-weight: 600;
  margin-left: 15px;
}

.sort-item-flex {
  display: flex;
  gap: 15px;
}

.sort-item:hover {
  color: var(--color1);
}

.sort-item {
  background: #fff;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 30px;
  transition: 0.3s;
}

.sort-item.active {
  color: var(--color1);
}

@media (max-width:767px) {
  .sort-title {
    font-size: 14px;
    white-space: nowrap;
    margin-left: 10px;
  }

  .sort-item-flex {
    overflow: auto;
    gap: 10px;
  }

  .sort-item {
    height: 32px;
    font-size: 14px;
    padding: 5px;
    white-space: nowrap;
  }

  .sort-body {
    margin-bottom: 15px;
    margin-top: -15px;
  }

}


/* switch */

.sort-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

.sort-switch span {
  cursor: pointer;
  font-weight: 600;
  color: #000;
  margin: 0;
  font-size: 14px;
}

input[type="checkbox"].switch {
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 3em;
  height: 1.5em;
  background: #ddd;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 1;
  right: auto !important;
  left: auto !important;
  position: relative;
}

input[type="checkbox"].switch:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, .3);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, .3);
  -webkit-transform: scale(.7);
  transform: scale(.7);
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

input[type="checkbox"].switch:checked {
  background: var(--color2);
}

input[type="checkbox"].switch:checked:after {
  left: calc(100% - 1.5em);
}

input[type="checkbox"].switch:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, .3);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, .3);
  -webkit-transform: scale(.7);
  transform: scale(.7);
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


/* range  */
.acc-range-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 10px;
  font-size: 14px;
}

.acc-range-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  font-size: 12px;
  color: #222222;
}


:root {
  --clr-prim: var(--color2);
  --clr-prim-h: var(--color2);
  --clr-bad: var(--color2);
  --clr-box: #F9F9F9;
  --clr-box-dark: gray;
  --clr-border: #D9D9D9;
  --txt-clr: #333333;
  --shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  --cubic: cubic-bezier(0.11, 0.54, 0.33, 1.01);
}

.dual-range {
  --range-size: 12px;
  --range-width: 100%;
  --handle-size: 1.3;
  height: 6px;
  width: var(--range-width);
  background: #cccccc;
  border-radius: 50px;
  position: relative;
  user-select: none;
  right: 5px;
}

.dual-range .highlight {
  position: absolute;
  height: 6px;
  width: calc(var(--x-2) - var(--x-1) + var(--range-size) * var(--handle-size));
  left: var(--x-1);
  background: var(--clr-prim);
  z-index: 1;
  border-radius: 50px;
}

.dual-range .handle {
  width: calc(var(--range-size) * var(--handle-size));
  height: calc(var(--range-size) * var(--handle-size));
  background: var(--color2);
  position: absolute;
  box-shadow: var(--shadow);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: grab;
}

.dual-range .handle:active {
  cursor: grabbing;
}

.dual-range .handle.left {
  left: var(--x-1);
}

.dual-range .handle.right {
  left: var(--x-2);
}

/* list */

.list-product .row {
  margin-left: -7px;
  margin-right: -7px;
}

.list-product .col-6 {
  padding-left: 8px;
  padding-right: 8px;
}

.head-title {
  font-size: 16px;
  color: #222222;
  margin-top: 15px;
  margin-bottom: 20px;
}

.head-title strong {
  font-weight: 600;
  margin-right: 5px;
}

p#no-results {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
}

.filter-box {
  border: 1px solid #00000029;
  background: #fff;
  user-select: none;
  border: 1px solid #F5F5F5;
  border-radius: 12px;
}

.filter-title {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}

.filter-text {
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
  color: var(--color2);
}

.filter-row {
  padding: 20px;
  border-bottom: 2px solid #E6EAED;
}

.filter-row:last-child {
  border-bottom: 0;
}

.filter-search {
  display: flex;
  background: #FFFFFF80;
  height: 42px;
  margin-top: 15px;
  align-items: center;
  border-radius: 8px;
  padding: 0 15px;
  border: 2px solid #E4E4E4;
}

.filter-search input {
  background: transparent;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  font-size: 12px;
}

.filter-search button {
  background: transparent;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  color: #787878;
  margin-top: 5px;
  font-size: 14px;
}

.filter-btn-collapce {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.filter-btn-collapce.collapsed:after {
  transform: rotate(180deg);
}

.filter-btn-collapce:after {
  content: '\f107';
  font-family: "raya-icon";
  transition: 0.3s;
}

.filter-check-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}

.filter-check-item div {
  display: flex;
  align-items: center;
}

.filter-check-item input {
  width: 18px;
  height: 18px;
  accent-color: var(--color2);
  margin-left: 10px;
  cursor: pointer;
}

.filter-tag-body {
  display: flex;
  flex-wrap: wrap;
}

.filter-tag {
  border: 1px solid var(--color1);
  font-size: 13px;
  color: var(--color2);
  border-radius: 20px;
  padding: 2px 8px;
  margin-top: 15px;
  margin-left: 10px;
  transition: 0.3s;
}

.filter-tag:hover {
  background: var(--color1);
  color: #fff;
}

.filter-row-title {
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  margin-top: 15px;
}

.filter-row-item {
  display: flex;
  align-items: center;
  color: #222222;
  margin-top: 15px;
  position: relative;
  font-size: 14px;
}

.filter-row-item:after {
  content: '\f104';
  font-family: "raya-icon";
  display: block;
  margin-right: auto;
}

.show-more {
  margin-top: 50px;
}

.show-more-content::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 50%, #fff);
  bottom: 0;
}

.show-more-content {
  position: relative;
  font-size: 14px;
  line-height: 2;
  max-height: 195px;
  overflow: hidden;
}

.show-more-content.active {
  max-height: 100%;
}

.show-more-content.active::before {
  content: unset;
}

.show-more-btn {
  cursor: pointer;
  font-size: 15px;
  color: var(--color1);
  transition: 0.3s;
  margin-top: 15px;
}

.show-more-btn:hover {
  color: var(--color2);
}

.f-star {
  display: flex;
  flex-direction: row-reverse;
  color: #E49233;
  font-size: 16px;
}

.f-star .icon-star-empty {
  opacity: 0.5;
}


@media (max-width:767px) {
  .products {
    margin-bottom: -30px;
  }

  .head-title {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
  }


  .filter-search {
    background: #eee;
  }

  .filter-box {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
    transform: translateX(+100%);
    transition: 0.5s;
    width: 70%;
    background: #fff;
    border-radius: 0;
    overflow: auto;
  }

  .filter-box.active {
    transform: translateX(0);
  }

  .filter-btn-mobile {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9;
    background: #14261c;
    color: #fff;
    border-radius: 33px;
    font-size: 18px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 1px;
    padding-top: 2px;
  }


  .show-more {
    margin-top: 15px;
  }

  .show-more-content {
    font-size: 12px;
    text-align: justify;
    max-height: 140px;
  }
}


@media (min-width:768px) {
  .filter-sticky {
    position: sticky;
    top: 25px;
  }

  .filter-btn-mobile {
    display: none;
  }
}

/* single product */

.product-box {
  background: var(--color1);
  border-radius: 20px;
  padding: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.product-badge-body {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-badge {
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  height: 43px;
  padding: 5px 10px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}

.product-title {
  font-size: 28px;
  font-weight: 700;
}

.product-title-en {
  font-weight: 200;
}

.product-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.product-data {
  margin-top: 1px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  background: #39895A;
}

.product-data span:first-child {
  width: 25%;
  font-weight: 500;
  padding: 10px;
  background: #1B5B36;
  margin-left: 12px;
  color: #fff;
}

.product-data:first-child {
  margin-top: 0;
}

.product-att-title {
  font-size: 22px;
  padding-right: 20px;
}

.product-att-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 300;
}

.product-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-action {
  display: flex;
  align-items: center;
  gap: 15px;
}


.product-order-count {
  display: flex;
  align-items: center;
  max-width: 120px;
  height: 45px;
  border-radius: 12px;
  background: var(--color1);
  padding: 5px 10px;
}

.product-order-count input {
  width: 25px;
  text-align: center;
  height: 100%;
  border: 0;
  outline: none;
  cursor: unset;
  font-size: 21px;
  font-weight: 600;
  background: transparent;
  color: #fff;

}


.product-order-count button {
  width: 100%;
  text-align: center;
  height: 100%;
  background: transparent;
  border: 0;
  padding-top: 5px;
  font-size: 14px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 8px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}


.product-order-count button:hover {
  background: var(--color2);
  color: #fff;
}


.product-price {
  display: flex;
  align-items: end;
  /*gap: 10px;*/
  flex-direction: column;
  margin-right: 25px;
}


.product-price-main i {
  font-size: 20px;
}

.product-price-main {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.product-price-before {
  font-weight: 200;
  text-decoration: line-through;
  font-size: 22px;
  text-align: end;
  color: #fff;
}

.product-price-main {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-top: 5px;
}

.product-btn {
  background: #fff;
  border: 1px solid #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  border-radius: 8px;
  padding: 0 30px;
  color: var(--color1);
  gap: 5px;
  font-weight: 600;
  transition: 0.3s;
}


.product-btn:hover {
  background: transparent;
  color: #fff;
}

.product-show {
  border-radius: 24px;
  background: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
}

.product-img {
  padding: 0px;
  width: 100%;
  object-fit: contain;
}

.product-info {
  background: #fff;
  border-radius: 24px;
  margin-top: 40px;
  padding: 0 20px;
}

.product-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  justify-content: center;
}

.product-info-title {
  font-size: 16px;
  color: #525252;
}

.product-info-icon {
  width: 42px;
  height: 42px;
}

.product-att-body {
  list-style: none;
}
.product-item{
  list-style: disc;
}
.product-item span{
  letter-spacing: 0.2em !important;
}

.product-shadow {
  box-shadow: 0px 0px 8px 0px #00000040;
  background: #fff;
  border-radius: 24px;
  padding: 30px;
  margin-top: 45px;
}

.product-row-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color1);
  margin-bottom: 15px;
}

.product-list-body {
  list-style: none;
  padding: 0;
  color: #525252;
  line-height: 2.5;
}

.product-list-body li {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.product-list-body li span {
  min-width: 60px;
  height: 36px;
  background: var(--color1);
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-left: 10px;
  padding: 10px;
}

/* / */


@media (max-width:767px) {
  .product-img {
    padding: 0;
    width: 100%;
    max-height: 300px;
  }

  .product-badge {
    font-size: 14px;
    height: 42px;
  }

  .product-title {
    font-size: 20px;
  }

  .product-title-en {
    font-size: 14px;
  }

  .product-text {
    font-size: 14px;
  }

  .product-att-title {
    font-size: 18px;
  }

  .product-att-body {
    font-size: 14px;
  }



  .product-action {
    gap: 10px;
  }

  .product-action {
    align-items: start;
    flex-direction: column;
  }

  .product-price {
    gap: 15px;
  }

  .product-btn {
    height: 36px;
    padding: 0 10px;
    font-size: 14px;
  }

  .product-price-main {
    font-size: 22px;
  }

  .product-order-count {
    max-width: 110px;
    height: 40px;
    padding: 0;
  }

  .product-price-before {
    font-size: 18px;
  }

  .product-info {
    margin-top: 20px;
  }

  .product-info-item {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 10px 0;
  }

  .product-info-title {
    font-size: 12px;
  }

  .product-info-icon {
    width: 34px;
    height: 34px;
  }

  .product-shadow {
    padding: 20px;
    margin-top: 25px;
    border-radius: 16px;
  }

  .product-row-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .product-desc {
    font-size: 14px;
  }

  .product-list-body {
    font-size: 12px;
  }

  .product-list-body li span {
    font-size: 12px;
    width: 26px;
    height: 26px;
  }

  .product-data {
    font-size: 12px;
  }

  .product-data span:first-child {
    padding: 8px 10px;
  }




}









/* single blog */



.blog-img {
  max-width: 100%;
  width: auto;
  border-radius: 8px;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}


.blog-content p {
  font-size: 16px;
  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;
}

.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: 24px;
  font-weight: 800;
  color: #000;
  margin-top: 35px;
  margin-bottom: 20px;
}

.blog-title h1 {
  font-size: 24px;
  font-weight: 700;
}

.blog-title h2 {
  font-size: 24px;
  font-weight: 700;
}

.blog-info {
  font-size: 18px;
  margin-top: 24px;
}

.blog-mute {
  color: #999999;
  font-size: 16px;
  margin-top: 15px;
}

.blog-box {
  background: #F5F5F5;
  border-radius: 16px;
}

.blog-box-head {
  padding: 20px;
  border-bottom: 2px solid #E6E8E8;
  font-size: 18px;
  font-weight: 600;
}

.blog-box-body {
  padding: 20px;
}

.blog-box-item span {
  font-weight: 600;
  font-size: 16px;
}

.blog-box-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}

.blog-box-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.blog-box-item img {
  width: 70px;
  height: 90px;
  object-fit: cover;
  margin-left: 15px;
  border-radius: 10px;
}


.b-comment {
  box-shadow: 0px 0px 8px 0px #00000040;
  background: #fff;
  border-radius: 24px;
  padding: 30px;
  margin-top: 45px;
}

.comment-item {
  margin-top: 20px;
  border: 0;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 0px 6px 0px #00000040;
}


.comment-item-info {
  display: flex;
  align-items: center;
}

.comment-item-info .icon-g-user {
  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-rate {
  display: flex;
  align-items: center;
  margin-right: auto;
}

.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: 0;
  margin-top: 5px;
  padding: 10px;
  outline-color: var(--color1);
  border-radius: 10px;
  background: #F5F5F5;
}

.com-box-form textarea {
  border: 0;
  margin-top: 5px;
  padding: 10px;
  outline-color: var(--color1);
  border-radius: 10px;
  background: #F5F5F5;
}

.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: 20px;
  margin-top: 10px;
  width: 100%;
  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;
}


.home-wrap-title-3 {
  font-size: 26px;
  font-weight: 700;
  color: var(--color1);
}

.home-wrap-link {
  color: #525252;
  font-size: 18px;
}

.home-wrap-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 60px;
}

@media (max-width:767px) {

  .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;
  }

  .b-comment {
    border-radius: 16px;
    padding: 20px;
    margin-top: 30px;
  }

  .comment-item-info .icon-g-user {
    width: 26px;
    height: 26px;
    margin-left: 10px;
    font-size: 12px;
  }

  .comment-rate {
    font-size: 12px;
  }

  .home-wrap-flex {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .home-wrap-title-3 {
    font-size: 18px;
  }

  .home-wrap-link {
    font-size: 14px;
  }

}


.banner-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000099;
  right: 0;
  top: 0;
  z-index: -1;
}

.banner-wrapper {
  border-radius: 24px;
  height: 400px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  z-index: 1;
}

.banner-wrapper-title {
  font-size: 32px;
  font-weight: 700;
}

.banner-wrapper-text {
  font-size: 22px;
  margin-top: 10px;
}

.about-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--color1);
  margin-bottom: 15px;
}

.about-text {
  text-align: justify;
  font-size: 18px;
  color: #525252;
  line-height: 1.8;
}

.about-info {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.about-img {
  width: 100%;
  border-radius: 24px;
}


.about-box {
  box-shadow: 0px 0px 8px 0px #00000040;
  border-radius: 24px;
  padding: 0 35px;
  height: 100%;
}

@media (max-width:767px) {
  .banner-wrapper {
    height: 200px;
    padding: 0 20px;
    text-align: center;
  }

  .banner-wrapper-title {
    font-size: 20px;
  }

  .banner-wrapper-text {
    font-size: 16px;
  }

  .about-info {
    padding: 20px 0;
  }

  .about-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .about-text {
    font-size: 14px;
  }

  .about-box {
    padding: 0 20px;
  }
}


.blog-list .card-blog {
  flex-direction: column;
  padding: 20px;
}

.blog-list .card-blog-img-body {
  width: 100%;
}

.blog-list .card-blog-info {
  padding: 0;
  width: 100%;
}


.contact-box {
  border-radius: 24px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 25px;
}

.contact-box-title {
  font-size: 18px;
  border-bottom: 1px solid var(--color1);
  color: #323232;
  margin-bottom: 25px;
  font-weight: 600;
}


.responsive-map {
  overflow: hidden;
  padding-bottom: 335px;
  position: relative;
  height: 0;
  border-radius: 10px;
  height: 100%;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 335px;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 10px;
}

.contact-us-form-title {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid var(--color1);
  padding-bottom: 5px;
  color: var(--color2);
}

.contact-us-form input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #eee;
}

.contact-us-form textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #eee;
}


.contact-us-form label {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  color: #979797;
}

.contact-us-form input:focus {
  border-color: var(--color1);
}

.contact-us-form textarea:focus {
  border-color: var(--color1);
}

.contact-us-form button {
  background: var(--color1);
  border: 1px solid var(--color1);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  transition: 0.3s;
  width: 181.9px;
  height: 45.5px;
  border-radius: 12px;
}

.contact-us-form button:hover {
  background: transparent;
  color: var(--color1);
}


.contact-new .home-wrap-4-nav-body {
  padding: 0;
  justify-content: start;
  background: transparent;
  margin-bottom: 31px;
  border-bottom: 1px solid #52525245;
  border-radius: 0;
}

.contact-new .home-wrap-4-nav {
  padding: 5px 15px;
  height: auto;
  border-radius: 0;
  border-bottom: 1px solid transparent;
}

.contact-new .home-wrap-4-nav.active {
  background: transparent;
  color: var(--color1);
  border-color: var(--color1);
}

.contact-new .contact-new-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #525252;
  margin-bottom: 15px;
}

.contact-new-item i {
  min-width: 32px;
  height: 32px;
  display: flex;
  font-size: 18px;
  background: var(--color1);
  align-items: center;
  color: #fff;
  justify-content: center;
  border-radius: 25px;
  padding-bottom: 1px;
  margin-left: 10px;
}

@media (max-width:767px) {

  .responsive-map {
    padding-bottom: 200px;
  }

  .responsive-map iframe {
    height: 200px;
  }

  .contact-box {
    padding: 15px;
  }

  .contact-box-title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .contact-us-form label {
    font-size: 14px;
  }

  .contact-us-form button {
    height: 36px;
    width: auto;
    font-size: 12px;
  }

  .contact-new .home-wrap-4-nav {
    padding: 5px 10px;
    font-size: 14px;
  }

  .contact-new .contact-new-item {
    font-size: 14px;
  }

}

.fancybox-caption__body {
  overflow: unset;
}