@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Thin.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-ExtraLight.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Light.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Regular.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Medium.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-SemiBold.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Bold.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-ExtraBold.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Black.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-ExtraBlack.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-ExtraBlack.woff') format('woff');
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}



/* base  */

:root {
  --color1: #473E61;
  --color2: #C2A354;
  --back: #fff;
  --font1: 'Mozaic GEO';
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font1);
  direction: ltr;
  background-color: var(--back);
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--color2)
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media (max-width: 767px) {
  .d-m-none {
    display: none !important;
  }

}

.col-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.icon-flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1px;
}

/* navbar */

.navbar-custom {
  background-color: #fff;
  height: 90px;
  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;
}

.navbar-fill {
  height: 90px;
}

.navbar-custom.fixed {
  top: 0;
  margin-top: 0;
  position: fixed;
  box-shadow: 0px 4px 8px 0px #11100F26;

}

.navbar-logo img {
  width: 95px;
  height: 68px;
  object-fit: contain;
}

.navbar-logo {
  display: flex;
  align-items: center;
}

.nav-item {
  margin-left: 20px;
  white-space: nowrap;
}

.nav-item a {
  display: flex;
  align-items: center;
  padding: 35px 10px;
  font-size: 17px;
  color: #000020;
}

.nav-item.dropdown {
  margin-top: -2px;
}



/* border hover  */

@media (min-width:768px) {
  .nav-item a {
    display: inline-block;
  }

  .nav-item:not(.dropdown) a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: var(--color2);
    transition: width .2s;
    border-radius: 5px;
    margin-top: 4px;
    margin-bottom: -4px;
  }

  .nav-item:not(.dropdown) a:hover::after {
    width: 100%;
    transition: width .3s;
  }
}

.nav-item a:hover {
  color: var(--color2) !important;
}


.navbar-btn-body {
  display: flex;
  align-items: center;
}

.navbar-btn {
  width: 44px;
  height: 44px;
  font-size: 20px;
  background: #fff;
  color: #000020;
  white-space: nowrap;
  transition: 0.3s;
  margin-left: 20px;
  line-height: 1;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 4px 0px #00000026;
}

.navbar-btn:hover {
  color: #fff;
  background: var(--color2);
}

.navbar-right {
  display: flex;
  align-items: center;
}

.box-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  visibility: hidden;
}

.box-search-overlay.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.box-search-content {
  background: white;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 400px;
  text-align: center;
  position: relative;
  margin: 20px;
}

#boxSearchTitle {
  font-size: 24px;
  font-weight: 600;
}

.box-search-close {
  position: absolute;
  top: 12px;
  left: 12px;
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #666;
  transition: color 0.2s ease;
}

.box-search-close:hover {
  color: #000;
}

.search-form {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.search-form input[type="text"] {
  flex: 1;
  padding: 10px 15px;
  font-size: 16px;
  border: 2px solid #ddd;
  transition: border-color 0.3s ease;
}

.search-form input[type="text"]:focus {
  border-color: #c2a3547a;
  outline: none;
}

.search-form button {
  background: var(--color2);
  border: none;
  padding: 0 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: background-color 0.3s ease;
}

.search-form button:hover {
  background: var(--color1);
}

.search-form button i {
  font-style: normal;
  font-size: 20px;
}


@media (max-width:767.5px) {

  .navbar-custom {
    height: 70px;
    padding: 15px 0;
  }

  .navbar-fill {
    height: 70px;
  }


  .navbar-logo {
    margin-left: 0;
  }

  .navbar-logo img {
    width: 60px;
    height: 40px;
    margin-left: 15px;
  }

  .navbar-btn {
    font-size: 16px;
    margin-left: 10px;
    width: 34px;
    height: 34px;
  }

  .navbar-nav {
    padding: 0;
  }

  .box-search-content {
    padding: 20px;
  }

  #boxSearchTitle {
    font-size: 20px;
  }

  .search-form input[type="text"] {
    padding: 10px 10px;
  }

  .search-form button {
    padding: 0 10px;
  }

}

@media (min-width:768px) and (max-width:991px) {
  .navbar-logo {
    margin-left: 10px;
  }

  .nav-item {
    margin-left: 10px;
  }

  .nav-item a {
    font-size: 14px;
  }

}




/* dropdown */

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -20;
  transition: background 0.1s ease, z-index 0s;
  transition-delay: 0.1s, 0.4s;
}

#overlay.active {
  visibility: visible;
  transition: background 0.1s ease, z-index 0s;
  transition-delay: 0s, 0s;
  background: rgba(72, 72, 72, 0.6);
  z-index: 100;
}

.dropdown a::after {
  margin-top: -2px;
  margin-left: 10px;
  border: 0;
  font-family: "raya-icon";
  content: '\f107';
}

.dropdown ul li a::after {
  content: unset;
}

.dropdown .dropdown>a:after {
  display: block;
  content: " ";
  float: right;
  border: 0;
  font-family: "raya-icon";
  content: '\f105';
  margin-top: 0px;
  margin-right: 0;
}

.dropdown ul {
  left: 0;
  z-index: 1000;
  display: none;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  color: #212529;
  text-align: right;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  position: absolute;
  border: 0;
  border-radius: 5px;
  margin-top: 0px;
  /* border: 1px solid #f2f2f2; */
  border-radius: 5px;
  min-width: 200px;
  border-radius: 8px;
  font-size: 14px;
  transition: opacity 0.3s ease-in-out;
  left: 0;
  text-align: left;
}

.dropdown ul li a {
  color: #000;
  font-size: 16px;
  display: block;
  white-space: nowrap;
  width: 100%;
  padding: 7px 14px;
  font-weight: normal;
}

.dropdown ul li a:hover {
  color: var(--color2) !important;
}


@media (min-width:767.5px) {


  .dropdown ul::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 15%;
    transform: translateX(-50%) rotate(180deg);
    border-top: 10px solid var(--color2);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }

  .dropdown .dropdown ul::before {
    content: unset;
  }

  .dropdown .dropdown {
    position: relative;
  }

  .dropdown .dropdown>ul {
    top: 0;
    left: 100%;
  }

  .dropdown .dropdown:hover>a:after {
    border-left-color: #000;
  }

  .dropdown .dropdown:hover>ul {
    display: block;
  }

  .dropdown:hover>ul {
    display: block;
  }
}

/* offcanvas */
@media (max-width: 767.5px) {
  .dropdown ul::before {
    content: unset;
  }

  .dropdown a::after {
    content: '\f105';
    font-size: 16px;
  }

  .dropdown .dropdown>a:after {
    margin-top: -2px;
    font-size: 16px;
  }

  .offcanvas-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    max-width: 70%;
  }

  .dropdown ul {
    left: unset;
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 0;
    color: #fff;
    max-width: 70%;
    overflow: auto;
  }

  .dropdown ul.active {
    left: 0;
  }

  .offcanvas-nav.active {
    left: 0;
  }


  .offcanvas-header {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    background-color: #fff;
    padding: 0 15px;
    margin-bottom: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    font-size: 16px;
  }


  .offcanvas-header .close {
    background: transparent;
    border: 0;
    color: #000020;
    font-size: 20px;
    opacity: 1;
  }

  .offcanvas-header .back {
    background: transparent;
    border: 0;
    color: #000020;
    font-size: 20px;
    opacity: 1;
    padding: 0;
  }

  .nav-item {
    padding: 10px 20px;
    margin: 0px;
    display: flex;
  }

  .dropdown ul li a {
    padding: 10px 20px;
  }

  .nav-item a {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
  }

  .navbar-toggler {
    border: 0;
    margin: 0;
    padding: 0;
    color: #000020 !important;
    display: flex;
  }
}


@media (min-width:768px) {
  .offcanvas-header {
    display: none;
  }
}


.dropdown-new .dropdown-menu {
  margin: 0;
  padding: 10px;
  border-radius: 8px;
}

.dropdown-new a::after {
  display: none;
}

.navbar-btn-badge {
  background: var(--color2);
  width: 15px;
  height: 15px;
  position: absolute;
  left: -3px;
  top: -6px;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-top: 3px;
}

.btn.btn-custom {
  background: var(--color1);
  color: #fff;
}

/* jconfirm  */
.btn.btn-custom:hover {
  opacity: 0.8;
}

.jconfirm-box {
  border-radius: 10px !important;
}



/* basket offcanvas */

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  /* visibility: hidden; */
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 350px;
  border-right: 1px solid rgba(0, 0, 0, .2);
  transform: translateX(-100%);
}

.offcanvas.show {
  transform: none;
}

.offcanvas-body {
  padding: 20px 0;
  height: 100%;
  overflow: auto;
}

.offcanvas-head {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

.offcanvas-footer {
  padding: 15px;
  border-top: 1px solid #ccc;
}

.offcanvas-close {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #444;
  padding: 0;
}


.basket-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
}

.basket-item:first-child {
  padding-top: unset;

}

.basket-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

.basket-total-title {
  font-size: 14px;
  font-weight: 600;
}

.basket-item-img {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #ddd;
}

.basket-item-info {
  margin-left: 15px;
  white-space: nowrap;
}

.basket-item-count {
  margin-top: 5px;
  display: flex;
  align-items: end;
}

.basket-item-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.basket-item-count span {
  color: var(--color1);
  font-size: 16px;
}

.basket-item-discount {
  color: #545454 !important;
  text-decoration: line-through;
  font-size: 14px !important;
}

.basket-link {
  background: var(--color1);
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  border-radius: 8px;
  margin-top: 10px;
  border: 1px solid var(--color1);
  transition: 0.3s;
}

.basket-link:hover {
  background-color: #fff;
  color: var(--color1);
}


.basket-item {
  padding: 15px;
}

.basket-total {
  margin-top: 0;
}

.offcanvas-title {
  font-weight: 600;
  color: #444;
  font-size: 18px;
}

#overlay-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -20;
  transition: background 0.1s ease, z-index 0s;
  transition-delay: 0.1s, 0.4s;
}

#overlay-offcanvas.active {
  visibility: visible;
  transition: background 0.1s ease, z-index 0s;
  transition-delay: 0s, 0s;
  background: rgba(72, 72, 72, 0.6);
  z-index: 1000;
}





/* menu mega  */

@media (min-width:991px) {

  .dropdown ul li a:hover {
    color: var(--color2) !important;
  }

  .navbar-category.dropdown ul {
    min-width: 300px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 4px 0;
  }

  .navbar-category.dropdown ul ul {
    margin-top: 0px;
  }

  .navbar-category.dropdown ul ul ul {
    margin-top: 0px;
  }

  .navbar-category.dropdown ul li {
    padding: 0px 20px;
  }

  .navbar-category.dropdown ul li:last-child a {
    border-bottom: 0;
  }

  .navbar-category.dropdown .dropdown ul li a {
    border-bottom: solid 1px #dcdcdc;
  }



  .navbar-category.dropdown .dropdown ul {
    right: 100%;
  }

  .navbar-category.dropdown ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #646464;
    font-size: 14px;
    padding: 10px 14px;
    border-bottom: solid 1px #dcdcdc;
  }

  .navbar-category.dropdown .dropdown>a:after {
    margin-top: 0;
  }

  .navbar-category.dropdown ul::before {
    content: unset;
  }

  .navbar-category.dropdown .dropdown ul {
    width: 700px;
    flex-wrap: wrap;
    direction: rtl;
    height: 360px;
    margin-top: -1px;
    overflow-y: auto;
    margin-right: -11px;
    border-radius: 10px 0 0 10px;
  }

  .navbar-category.dropdown .dropdown ul li a {
    font-weight: bold;
    padding: 10px 0;
    font-size: 14px;
  }

  .navbar-category.dropdown .dropdown ul ul li a {
    font-weight: normal;
  }

  .navbar-category.dropdown .dropdown ul li {
    width: 25%;
  }

  .navbar-category.dropdown .dropdown ul a::after {
    content: unset;
  }

  .navbar-category.dropdown .dropdown:hover>ul {
    display: flex;
  }

  .navbar-category.dropdown .dropdown ul ul {
    width: auto;
    position: relative;
    width: auto;
    min-width: auto;
    height: auto;
    display: flex;
    right: 0;
    flex-direction: column;
    box-shadow: unset;
    overflow: unset;
    border: 0;
    border-top: 1px solid #dbd9d9;
    border-radius: 0;
  }

  .navbar-category.dropdown .dropdown ul ul li {
    width: auto;
    padding: 0;
  }

  .navbar-category.dropdown .dropdown ul ul li a {
    border-bottom: 0;
  }

  .navbar-category.dropdown .dropdown {
    position: unset;
  }

  .mega-scroll {
    height: 350px;
    overflow-y: auto;
    direction: ltr;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .navbar-category.dropdown .dropdown ul {
    width: 250px;
  }

  .navbar-category.dropdown ul {
    min-width: 250px;
  }

  .navbar-category.dropdown .dropdown ul li {
    width: 33%;
  }

  .navbar-category.dropdown .dropdown ul {
    width: 550px;
  }
}



/* swiper */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding: 10px;
}

.swiper-1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-2 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-4 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-5 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-6 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-pagination-bullet {
  border-radius: 20px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color1);
}


.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  font-weight: 600;
  color: #707070;
}

.swiper-button-next {
  width: 38px;
  height: 38px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.27);
  background-color: #fff;
  transition: 0.3s;
}

.swiper-button-prev {
  width: 38px;
  height: 38px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.27);
  background-color: #fff;
  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-pagination-bullet-active {
  width: 20px;
}

.swiper-free {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-free .swiper-slide {
  width: auto !important;
}

@media (max-width:767px) {
  .swiper-button-next {
    width: 30px;
    height: 30px;
    top: 55%;
  }

  .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 55%;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 12px;
  }
}


/* animate */
.myAnim1 {
  animation: myAnim1 10s linear 0s infinite normal forwards;
}

.myAnim2 {
  animation: myAnim2 15s linear 0s infinite normal forwards;
}

.myAnim2-2 {
  animation: myAnim2 30s linear 0s infinite normal forwards;
}

.myAnim3 {
  animation: myAnim3 10s linear 0s infinite normal forwards;
}

.myAnim4 {
  animation: myAnim4 10s linear 0s infinite normal forwards;
}

@keyframes myAnim1 {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 0;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes myAnim2 {

  0%,
  100% {
    transform: translateY(0);
  }

  10%,
  30%,
  50%,
  70% {
    transform: translateY(-8px);
  }

  20%,
  40%,
  60% {
    transform: translateY(8px);
  }

  80% {
    transform: translateY(6.4px);
  }

  90% {
    transform: translateY(-6.4px);
  }
}

@keyframes myAnim3 {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes myAnim4 {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }

  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }

  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }

  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }

  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}


.animate {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}


/* home */

.home-wrap-1-img {
  width: 100%;
}


/* video player plyr js  */
button.plyr__control.plyr__control--overlaid {
  background: rgba(220, 220, 220, 0.6) !important;
}

.plyr__controls [data-plyr="pip"] {
  display: none !important;
}

.plyr__controls [data-plyr="settings"] {
  display: none !important;
}

.plyr__controls [data-plyr="volume"] {
  display: none !important;
}

.plyr.plyr--full-ui.plyr--video.plyr--html5.plyr--fullscreen-enabled.plyr--paused.plyr--stopped.plyr--pip-supported.plyr__poster-enabled {
  border-radius: 5px;
}

.plyr__poster {
  background-size: cover !important;
}

.plyr__video-wrapper {
  border-radius: 2px;
}

.plyr--video {
  border-radius: 2px !important;
}

.plyr {
  height: 100%;
}

video {
  width: 100%;
}

.plyr {
  max-height: 100%;
  height: 100%;
}

#load-video {
  height: 380px;
}

.video-item {
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-item::after {
  content: '\e839';
  font-family: "raya-icon";
  color: #fff;
  width: 120px;
  height: 120px;
  font-size: 60px;
  border: 3px solid #FFFFFF;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  position: absolute;
  cursor: pointer;
}


.home-wrap-2 {
  margin-top: 70px;
  position: relative;
}

.home-wrap-2-layer {
  width: 100%;
  position: absolute;
  right: 0;
  top: -95%;
  z-index: -1;
}

.home-wrap-2-title {
  color: #000020;
  font-size: 46px;
  font-weight: 600;
}

.home-wrap-2-text {
  color: #000020;
  font-size: 22px;
  font-weight: 400;
  margin-top: 10px;
  font-weight: 500;
}

.home-wrap-2-flex {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

.home-wrap-2-btn-1 {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000020;
  border: 1px solid #000020;
  color: #fff;
  font-size: 20px;
  padding: 5px 20px;
  font-weight: 100;
  transition: 0.3s;
}

.home-wrap-2-btn-1:hover {
  background: transparent;
  color: #000020;
}

.home-wrap-2-btn-2 {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #473E61;
  border: 1px solid #473E61;
  color: #fff;
  font-size: 20px;
  padding: 5px 20px;
  font-weight: 100;
  transition: 0.3s;
}

.home-wrap-2-btn-2:hover {
  background: transparent;
  color: #473E61;
}

.card-row {
  display: flex;
  border: 1px solid #00002033;
  background: #fff;
}

.home-wrap-3 {
  margin-top: 70px;
}

.card-row-img-body {
  width: 50%;
}

.card-row-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-row-img-body {
  width: 50%;
  height: 550px;
}

.card-row-inner {
  width: 50%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.card-row-title {
  font-size: 30px;
  color: #000020;
  font-weight: 600;
}

.card-row-price {
  color: #C2A354;
  font-size: 30px;
  font-weight: 400;
  margin-top: 30px;
}

.card-row-mute {
  color: #000020;
  font-size: 18px;
  margin-top: 10px;
}

.card-row i {
  color: #000020 !important;
}

.card-row-mute ul {
  font-size: 16px;
}

.card-row-btn-1 {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #000020;
  color: #000020;
  font-size: 18px;
  padding: 5px 20px;
  font-weight: 100;
  transition: 0.3s;
}

.card-row-btn-1:hover {
  background: var(--color2);
  color: #fff;
  border-color: var(--color2);
}

.card-row-btn-2 {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000020;
  border: 1px solid #000020;
  color: #fff;
  font-size: 18px;
  padding: 5px 20px;
  font-weight: 100;
  transition: 0.3s;
}

.card-row-btn-2:hover {
  background: var(--color1);
  color: #fff;
  border-color: var(--color1);
}

.card-row-btn-body {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: auto;
  gap: 15px;
}

.home-wrap-4 {
  position: relative;
}

.home-wrap-title {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #000020;
  margin-top: 70px;
  margin-bottom: 30px;
}

.card-home {
  display: block;
}

.card-home-img-body {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.card-home-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  border-radius: 0;
}

.card-home-img:hover {
  transform: scale(1.1);
}

.home-wrap-4-layer {
  max-width: 100%;
  position: absolute;
  right: 0;
  top: -40%;
  z-index: -1;
}

.card-home-info {
  padding: 5px;
  margin-top: 15px;
}

.card-home-title {
  font-size: 22px;
  color: #000020;
  font-weight: 600;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.card-home-price {
  color: #C2A354;
  font-size: 22px;
  font-weight: 400;
  margin-top: 5px;
}

.card-home-text {
  color: #000020;
  font-size: 18px;
  margin-top: 5px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.banner-home {
  width: 100%;
  margin-top: 70px;
}

.home-info-item {
  display: block;
  text-align: center;
}

.home-info-img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.home-info-title {
  font-size: 34px;
  color: #000020;
  font-weight: 500;
  margin-top: 15px;
}

.home-info-text {
  color: #000020;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 500;
}

.home-comment-box {
  background: #f9f9f9;
  padding: 20px;
}

.home-comment-text {
  font-weight: 500;
}

.home-comment-user {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.home-comment-user span {
  font-size: 20px;
  font-weight: 500;
  margin-left: 10px;
}

.home-comment-user img {
  width: 50px;
}

.card-blog {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  transition: 0.3s;
}

.card-blog-img-body {
  position: relative;
  overflow: hidden;
}

.card-blog-img:hover {
  transform: scale(1.1);
}

.card-blog-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.card-blog-inner {
  padding: 20px;
}

.card-blog-title {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  color: #000020;
  font-size: 22px;
  font-weight: 600;
  height: 60px;
  line-height: 1.4;
}

.card-blog-text {
  font-weight: 400;
  color: #000020;
  font-size: 18px;
  margin-top: 15px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  height: 80px;
}

.card-blog-date {
  color: #C2A354;
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
  text-align: right;
}


/* responsive map  */

@media (max-width:767px) {

  .home-wrap-2 {
    margin-top: 35px;
  }

  #load-video {
    height: 180px;
  }

  .video-item::after {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }

  .home-wrap-2-title {
    font-size: 20px;
    margin-top: 15px;
  }

  .home-wrap-2-text {
    font-size: 16px;
  }

  .home-wrap-2-btn-1 {
    font-size: 16px;
  }

  .home-wrap-2-btn-2 {
    font-size: 16px;
  }

  .home-wrap-3 {
    margin-top: 35px;
  }

  .card-row {
    flex-direction: column;
  }

  .card-row-img-body {
    width: 100%;
    height: 200px;
  }

  .card-row-inner {
    width: 100%;
    padding: 20px;
  }

  .card-row-title {
    font-size: 20px;
  }

  .card-row-price {
    font-size: 22px;
    margin-top: 10px;
  }

  .card-row-mute {
    font-size: 16px;
  }

  .card-row-btn-body {
    flex-direction: column;
  }

  .card-row-btn-1 {
    font-size: 16px;
    width: 100%;
  }

  .card-row-btn-2 {
    font-size: 16px;
    width: 100%;
  }

  .home-wrap-title {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 35px;
  }

  .card-home-img {
    height: 250px;
  }

  .card-home-title {
    font-size: 18px;
  }

  .card-home-price {
    font-size: 18px;
  }

  .card-home-text {
    font-size: 16px;
  }

  .banner-home {
    margin-top: 35px;
  }

  .home-info-img {
    width: 100px;
    height: 100px;
  }

  .home-info-title {
    font-size: 24px;
  }

  .home-info-text {
    font-size: 18px;
  }

  .home-comment-text {
    font-size: 14px;
  }

  .home-comment-user span {
    font-size: 16px;
  }

  .card-blog-img {
    height: 200px;
  }

  .card-blog-title {
    font-size: 18px;
    height: 50px;
  }

  .card-blog-text {
    font-size: 16px;
    height: 75px;
  }

}

/* footer */

.footer-info {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #000020;
  padding-bottom: 20px;
}

.footer-info-logo {
  width: 160px;
}

.footer-info-text {
  font-size: 20px;
  color: #000020;
  font-weight: 500;
  padding-left: 20px;
}

.footer-box {
  background: #00001f;
  color: #fff;
  padding: 30px 20px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.footer-box-title {
  font-size: 28px;
  font-weight: 500;
}

.footer-box-text {
  margin-top: 10px;
}

.footer-box-btn {
  line-height: 1;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color2);
  border: 1px solid var(--color2);
  color: #fff;
  font-size: 18px;
  padding: 5px 15px;
  font-weight: 500;
  transition: 0.3s;
  gap: 5px;
}

.footer-box-btn:hover {
  background: transparent;
  color: var(--color2);
}

.footer-top {
  margin-bottom: 50px;
}

.footer-item {
  font-weight: 500;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-item a {
  color: #000020;
}

.footer .responsive-map {
  overflow: hidden;
  position: relative;
  height: 0;
  border-radius: 6px;
  height: 190px;
  margin-top: 20px;
}

.footer .responsive-map iframe {
  left: 0;
  top: 0;
  height: 190px;
  width: 100%;
  position: absolute;
  border-radius: 6px;
}

.footer {
  background: #f3f3f3;
  padding-top: 70px;
  color: #000020;
  margin-top: 80px;
}

.footer-header {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.footer ul {
  list-style: unset;
  padding-left: 10px;
  list-style: none;
  line-height: 2.2;
  color: #000020;
  font-size: 18px;
}

.footer ul a::before {
  content: "";
  transform: translateX(-50%) rotate(270deg);
  border-top: 7px solid #000020;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  margin-top: 12px;
}

.footer ul a {
  position: relative;
  color: #000020;
  display: flex;
  align-items: start;
}

.footer ul a:hover {
  color: var(--color2);
}

.footer-bottom {
  margin-top: 70px;
  background: var(--color1);
  padding: 20px 0;
}

.footer-bottom-item span {
  margin: 0 5px;
}

.footer-bottom-item {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 200;
}

.footer-bottom-item a {
  color: #fff;
}

.footer-bottom-item a:hover {
  color: var(--color2);
}

.footer-bottom-flex {
  display: flex;
  align-items: center;
  justify-content: end;
}

.icon-s-telegram {
  font-size: 13px;
}

.footer-socail {
  display: flex;
  align-items: center;
}

.footer-socail a {
  margin-left: 8px;
  color: #fff;
}

.footer-socail a:hover {
  color: var(--color2);
}

@media (max-width:767px) {

  .footer-info {
    flex-direction: column;
  }

  .footer-info-logo {
    width: 120px;
  }

  .footer-box {
    flex-direction: column;
  }

  .footer-box-title {
    font-size: 20px;
  }

  .footer-box-btn {
    font-size: 16px;
    height: 42px;
  }

  .footer-top {
    margin-bottom: 25px;
  }





  .footer-info-text {
    padding: 0;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
  }



  .footer {
    padding-top: 35px;
    margin-top: 45px;
  }

  .footer-header {
    font-size: 16px;
    margin-top: 15px;
  }


  .footer ul {
    font-size: 14px;
  }

  .footer-item {
    font-size: 14px;
  }

  .footer-bottom {
    margin-top: 20px;
  }

  .footer-bottom-item {
    margin-top: 5px;
    justify-content: center;
    font-size: 14px;
  }
}



/* breadcrumb */

.breadcrumb {
  font-size: 26px;
  margin: 0;
  padding: 0;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
}

li.breadcrumb-item a {
  color: #000020;
}

.breadcrumb-item.active a {
  color: var(--color1);
}

li.breadcrumb-item a:hover {
  color: var(--color2);
}

@media (max-width:767px) {
  li.breadcrumb-item {
    white-space: nowrap;
  }

  .breadcrumb {
    font-size: 18px;
    flex-wrap: nowrap;
    overflow: auto;
    margin-bottom: 0;
  }
}


.banner-wrapper {
  height: 330px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.banner-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #ffffffcf;
  z-index: -1;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: '\f105';
  font-family: 'raya-icon';
}

.list-body {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-col {
  display: flex;
  align-items: center;
  gap: 30px;
}

.list-select {
  height: 50px;
  font-size: 20px;
  border: 2px solid #000;
  padding: 0px 15px;
  color: #000;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='black' d='M143 352.3L7 216.3C-2.3 207-2.3 192.9 7 183.6l14.1-14.1c9.4-9.4 24.6-9.4 33.9 0L160 275.6l105-106.1c9.4-9.4 24.6-9.4 33.9 0l14.1 14.1c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.4 9.4-24.6 9.4-34 .1z'/></svg>") no-repeat right 10px center;
  background-size: 12px;
  padding: 8px 35px 8px 15px;
}

.list-title {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width:767px) {
  .banner-wrapper {
    height: 160px;
  }

  .list-body {
    margin-top: 35px;
    margin-bottom: 40px;
  }

  .list-select {
    height: 46px;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .list-col {
    gap: 20px;
  }


}

/* filter */


.sort-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

.sort-switch span {
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  margin: 0;
}

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(--color1);
}

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: 2px solid var(--color2);
  user-select: none;
}

.filter-title {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  padding: 20px;
}

.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: 24px;
  font-weight: 700;
  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: 18px;
  font-weight: 500;
  color: #222222;
}

.filter-check-item div {
  display: flex;
  align-items: center;
}

.filter-check-item input {
  width: 18px;
  height: 18px;
  accent-color: #000;
  margin-right: 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;
}

@media (max-width:767px) {

  .filter-search {
    background: #eee;
  }

  .filter-box {
    position: fixed;
    top: 0;
    left: 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;
    right: 20px;
    z-index: 9;
    background: var(--color2);
    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;
  }

  .filter-btn-collapce {
    font-size: 20px;
  }



}


@media (min-width:768px) {
  .filter-sticky {
    position: sticky;
    top: 120px;
  }

  .filter-btn-mobile {
    display: none;
  }
}



/* paginate */


.page-link {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  background: unset;
  background-color: #eee;
  border-color: #eee;
  font-size: 16px;
  color: var(--color1);
}

.page-link:hover {
  color: var(--color2);
}

.page-link:focus {
  box-shadow: unset;
}

.page-item.active .page-link {
  color: #fff;
  background-color: var(--color2);
  border-color: var(--color2);
}

.page-item:last-child .page-link {
  width: auto;
  height: auto;
  font-size: 14px;
  font-weight: 600;
  color: #707070;
  background-color: unset;
  border-color: unset;
}

.page-item:first-child .page-link {
  width: auto;
  height: auto;
  font-size: 14px;
  font-weight: 600;
  color: #707070;
  background-color: unset;
  border-color: unset;
}

.page-item:last-child .page-link:hover {
  color: var(--color2);
}

.page-item:first-child .page-link:hover {
  color: var(--color2);
}

.pagination {
  justify-content: center;
  margin-top: 50px;
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
}

@media (max-width:767px) {
  .pagination {
    margin-top: 30px;
  }

  .page-link {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .page-item:first-child .page-link {
    display: none;
  }

  .page-item:last-child .page-link {
    display: none;
  }
}

/* information */

.info-slider {
  margin-bottom: 60px;
}

.info-slider-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.info-badge-body {
  display: flex;
  align-items: center;
  gap: 15px;
}

.info-badge-success {
  background: #c40001;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.info-badge-gold {
  background: var(--color2);
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.info-head-title {
  font-size: 28px;
  font-weight: bold;
  margin-top: 25px;
}

.info-wrap-mute {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-size: 18px;
  gap: 10px;
}

.info-wrap-title {
  font-size: 26px;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 20px;
  border-left: 3px solid var(--color2);
  padding-left: 13px;
  padding-top: 2px;
}

.info-wrap-text {
  font-size: 20px;
  line-height: 1.7;
  color: #000;
}

.info-table {
  background: #f9f9f9;
  padding: 25px 20px;
  display: flex;
  flex-wrap: wrap;
}

.info-table-item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
}

.info-table-item span {
  font-weight: 600;
}

.info-rating {
  display: flex;
  align-items: center;
}

.info-comment {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}

.info-comment-user {
  font-weight: 600;
  font-size: 20px;
}

.info-comment-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 5px;
}

.info-comment-text {
  font-size: 19px;
  line-height: 1.8;
}

.info-comment-box {
  background: #eaeaea;
  padding: 30px;
  padding-top: 1px;
}








.info-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 20px;
}

.info-gallery-item {
  display: block;
}

.info-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-gallery-item:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}

.info-gallery-item:nth-child(2) {
  grid-area: 1 / 2 / 3 / 3;
}

.info-gallery-item:nth-child(3) {
  grid-area: 2 / 1 / 3 / 2;
}

.info-gallery-item:nth-child(4) {
  grid-area: 3 / 1 / 5 / 2;
}

.info-gallery-item:nth-child(5) {
  grid-area: 3 / 2 / 4 / 3;
}

.info-gallery-item:nth-child(6) {
  grid-area: 4 / 2 / 5 / 3;
}

.info-gallery-item:nth-child(7) {
  grid-area: 5 / 1 / 6 / 2;
}

.info-gallery-item:nth-child(8) {
  grid-area: 5 / 2 / 7 / 3;
}

.info-gallery-item:nth-child(9) {
  grid-area: 6 / 1 / 7 / 2;
}

.info-gallery-item:nth-child(10) {
  grid-area: 7 / 1 / 9 / 2;
}

.info-gallery-item:nth-child(11) {
  grid-area: 7 / 2 / 8 / 3;
}

.info-gallery-item:nth-child(12) {
  grid-area: 8 / 2 / 9 / 3;
}


.info-map {
  overflow: hidden;
  position: relative;
  height: 250px;
}


.info-map iframe {
  left: 0;
  top: 0;
  height: 250px;
  width: 100%;
  position: absolute;
}

.comment-form-rate {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 25px;
}

.comment-form-rate-star {
  margin-right: 15px;
  margin-left: 15px;
  direction: ltr;
}

.comment-form-rate-text {
  font-size: 18px;
  text-align: center;
  color: #000;
}

.wrapper-star input {
  display: none;
}

.wrapper-star label {
  margin: 0;
  cursor: pointer;
}

i.icon-star-empty {
  color: #7D7D7D;
}

i.icon-star {
  color: #f9bc00;
}

.info-textarea {
  border: 0;
  margin-bottom: 15px;
  padding: 12px;
  outline-color: var(--color1);
  width: 100%;
  background: #fff;
  box-shadow: 0 0 2px #00000017;
}

.info-input {
  height: 50px;
  border: 0;
  margin-bottom: 20px;
  padding: 12px;
  outline-color: var(--color1);
  width: 100%;
  background: #fff;
  box-shadow: 0 0 2px #00000017;
}

.info-select {
  height: 50px;
  font-size: 20px;
  background: #fff;
  margin-bottom: 20px;
  padding: 0px 15px;
  color: #000;
  outline-color: var(--color1);
  border: 0;
  width: 100%;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='black' d='M143 352.3L7 216.3C-2.3 207-2.3 192.9 7 183.6l14.1-14.1c9.4-9.4 24.6-9.4 33.9 0L160 275.6l105-106.1c9.4-9.4 24.6-9.4 33.9 0l14.1 14.1c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.4 9.4-24.6 9.4-34 .1z'/></svg>") no-repeat right 10px center;
  background-size: 12px;
  padding: 8px 35px 8px 15px;
}


.info-comment-submit {
  background: var(--color2);
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  border: 0;
  transition: 0.3s;
}

.info-comment-submit:hover {
  background: var(--color1);
}


.info-box {
  background: #eaeaea;
  padding: 25px 35px;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: unset;
}

@media (max-width:767px) {
  .info-slider-img {
    width: 100%;
    height: 250px;
  }

  .info-slider {
    margin-bottom: 25px;
  }

  .info-badge-success {
    font-size: 16px;
    height: 42px;
    padding: 0 15px;
  }

  .info-badge-gold {
    font-size: 16px;
    height: 42px;
    padding: 0 15px;
  }

  .info-head-title {
    font-size: 22px;
  }

  .info-wrap-mute {
    font-size: 16px;
  }

  .info-wrap-title {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .info-wrap-text {
    font-size: 16px;
  }

  .info-table-item {
    width: 100%;
  }

  .info-gallery {
    gap: 15px;
  }

  .info-map {
    height: 180px;
  }

  .info-map iframe {
    height: 180px;
  }

  .info-comment-user {
    font-size: 16px;
  }

  .info-comment-text {
    font-size: 16px;
  }

  .info-comment-box {
    padding: 20px;
    padding-top: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .info-box {
    padding: 20px;
  }

}

.blog-content p {
  font-size: 20px;
  line-height: 1.7;
  color: #000;
  text-align: justify;
}



.blog-content {
  margin-top: 15px;
}

.blog-content img {
  max-width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}

.blog-content video {
  width: 100%;
  max-width: 100%;
  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 h1 {
  font-size: 26px;
  font-weight: 700;
}

.blog-title h2 {
  font-size: 26px;
  font-weight: 700;
}

/* about */

.about-wrap-banner {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.about-wrap-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 20px;
}

.about-wrap-subtitle {
  font-size: 34px;
  font-weight: 500;
}

.about-wrap-title {
  font-size: 70px;
  font-weight: 900;
  line-height: 1.2;
}

.about-wrap-left {
  font-size: 20px;
  margin-top: 15px;
  border-left: 3px solid #000020;
  padding-left: 25px;
  text-align: justify;
  margin-bottom: 25px;
}

.about-wrap-btns {
  display: flex;
}

.about-wrap {
  margin-top: 70px;
}

.about-wrap-text {
  font-size: 21px;
  text-align: justify;
  color: #000;
  padding-right: 20px;
}


.card-user-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: top;
}

.card-user-title {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin-top: 25px;
}

.card-user-text {
  text-align: center;
  font-size: 22px;
  margin-top: 10px;
}

@media (max-width:767px) {
  .about-wrap {
    margin-top: 35px;
  }

  .about-wrap-banner {
    height: 250px;
  }

  .about-wrap-info {
    padding-left: 0;
  }

  .about-wrap-subtitle {
    font-size: 20px;
  }

  .about-wrap-title {
    font-size: 30px;
  }

  .about-wrap-left {
    font-size: 18px;
    padding-left: 20px;
  }

  .about-wrap-text {
    font-size: 16px;
    padding: 0;
  }

  .card-user-img {
    height: 300px;
  }

  .card-user-title {
    font-size: 22px;
    margin-top: 20px;
  }

  .card-user-text {
    font-size: 18px;
  }


}

.contact-item {
  color: #000;
  display: block;
  text-align: center;
  margin-top: 20px;
  padding: 0 20px;
}

.contact-item-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
}

.contact-item-text {
  font-size: 22px;
  margin-top: 10px;
}

.contact-box {
  background: #eaeaea;
  padding: 50px;
  margin-top: 60px;
}



.contact-map {
  overflow: hidden;
  position: relative;
  height: 0;
  border-radius: 6px;
  height: 500px;
  width: 100%;
  margin-top: -50px;
  z-index: -1;
}

.contact-map iframe {
  left: 0;
  top: 0;
  height: 500px;
  width: 100%;
  position: absolute;
  border-radius: 6px;
}

@media (max-width:767px) {
  .contact-map {
    height: 250px;
    margin-top: 30px;
  }

  .contact-map iframe {
    height: 250px;
  }

  .contact-item-title {
    font-size: 20px;
  }

  .contact-item-text {
    font-size: 18px;
  }

  .contact-box {
    padding: 25px;
    margin-top: 30px;
  }

}






/*Search Css*/

#sidebar .pricelist {
  text-align: center;
  height: 45px;
  padding-top: 10px;
  padding-bottom: 15px;
}
#sidebar .pricelist .ui-slider {
  position: relative;
  width: 95%;
  height: 7px;
  background: var(--color3);
  /*background: url("../images/ui-widget-bg.png") no-repeat 0 -42px;*/

  margin: 0 auto;
}
#sidebar .pricelist .ui-slider #amount {
  position: absolute;
  top: 20px;
  /*direction: rtl;*/
  width: 100%;
  right: -2px;
  font-size:8pt;
}
#sidebar .pricelist .ui-slider #amount .minprice {
  float: left;
  text-align: left;
  font-size: 13px;
}
/*#sidebar .pricelist .ui-slider #amount .minweight {*/
/*  float: left;*/
/*  text-align: left;*/
/*}*/
#sidebar .pricelist .ui-slider #amount span {
  width: 50%;
}
#sidebar .pricelist .ui-slider #amount .maxprice {
  float: right;
  text-align: right;
  font-size: 13px;
}
/*#sidebar .pricelist .ui-slider #amount .maxweight {*/
/*  float: right;*/
/*  text-align: right;*/
/*}*/
#sidebar .pricelist .ui-slider .ui-slider-handle {
  position: absolute;
  top: -9px;
  margin-left: -.75em;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 2;
  background: var(--color2);
  border:0;
}
#sidebar .pricelist .ui-slider .left {
  background-position: left top;
}
#sidebar .pricelist .ui-slider .right {
  background-position: right top;
  margin-left: -16px;
}
#sidebar .pricelist .ui-slider .ui-slider-range {
  height: 7px;
  background: var(--color2);
  border: 0;
  display: block;
  font-size: .7em;
  position: absolute;
  z-index: 1;
}
.ui-slider-handle.ui-state-default.ui-corner-all {
  background: none repeat scroll 0 0 #a9a9a9;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #ccc;
  padding: 0;
  outline: none;
}