/* 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: #66256a;
  --color2: #e7cfe8;
  --back: #f5f5f5;
  --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 {
  background-color: var(--color1);
  height: 76px;
  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;
  border-radius: 0 0 30px 30px;
}

.navbar-custom.fixed {
  top: 0;
  margin-top: 0;
  position: fixed;
  box-shadow: 0px 0px 8px 0px #11100F26;
}

.navbar-fill {
  height: 76px;
}

.navbar-logo img {
  width: auto;
  height: 61px;
  object-fit: contain;
}

.navbar-logo {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.nav-item {
  margin-left: 15px;
  white-space: nowrap;
}

.nav-item a {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  font-size: 15px;
  color: #fff;
  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: 2px;
    background-image: linear-gradient(90deg, #ffffff00 0%, var(--color2) 50.48%, #ffffff00 100%);
    transition: width .2s;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: -5px;
  }

  .nav-item:not(.dropdown) a:hover::after {
    width: 100%;
    transition: width .3s;
  }
}

.nav-item a:hover {
  color: var(--color2) !important;
}

.navbar-right {
  display: flex;
  align-items: center;
}

.navbar-left {
  display: flex;
  align-items: center;
  justify-content: end;
}

.navbar-btn-body {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar-btn {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  color: var(--color1);
  border-radius: 10px;
  padding: 5px 10px;
  gap: 5px;
  font-size: 12px;
  font-weight: bold;
  transition: 0.5s;
}

.navbar-btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 5px;
}

.navbar-btn i {
  font-size: 18px;
}

.navbar-btn:hover {
  background: var(--color2);
}

/* responsive navbar */

@media (max-width:767.5px) {

  .navbar-custom {
    height: 70px;
    padding: 10px 0;
    border-radius: 0 0 20px 20px;
  }

  .navbar-fill {
    height: 70px;
  }

  .navbar-custom.fixed {
    height: 70px;
  }

  .navbar-logo {
    margin-left: 0;
  }

  .navbar-btn-text {
    padding: 0 15px;
    height: 36px;
    font-size: 14px;
  }

  .navbar-btn {
    padding: 0 6px;
    height: 34px;
    width: 34px;
    font-size: 14px;
  }

  .navbar-btn i {
    font-size: 16px;
  }

  .navbar-btn span {
    display: none;
  }

  .navbar-btn-badge {
    display: flex;
    left: 0;
  }

  .navbar-logo img {
    height: 50px;
  }

  .navbar-search.active {
    top: 40px;
  }

  .nav-item a.active {
    width: max-content;
  }

  .navbar-right {
    width: auto;
  }

  .navbar-left {
    width: auto;
  }

  .box-search-content {
    padding: 20px;
  }

  #boxSearchTitle {
    font-size: 20px;
  }

  .search-form input[type="text"] {
    padding: 10px 10px;
  }

  .search-form button {
    padding: 0 10px;
  }

  .navbar-btn-search {
    font-size: 18px;
  }

}

@media (min-width:768px) and (max-width:1199px) {
  .navbar-logo {
    margin-left: 30px;
  }
}

@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: 200px;
  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) !important;
}



@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(--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;
    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: #fff;
    background-color: var(--color1);
    padding: 0 15px;
    margin-bottom: 10px;
  }


  .offcanvas-header .close {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 20px;
  }

  .offcanvas-header .back {
    background: transparent;
    border: 0;
    color: #fff;
    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;
    color: #000;
  }

  .navbar-toggler {
    border: 0;
    margin: 0;
    padding: 0;
    color: #fff !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: 18%;
  top: 19px;
  color: #66256a;
  font-size: 12px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-top: 10px;
}

.btn.btn-custom {
  background: var(--color1);
  color: #fff;
}

/* jconfirm  */
.btn.btn-custom:hover {
  opacity: 0.8;
}

.jconfirm-box {
  border-radius: 30px !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
  border-radius: 12px;
}


/* 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%);
  border-radius: 0 30px 30px 0
}

.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: 90px;
  height: 90px;
  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: 14px;
  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;
}

@media (max-width:767px) {
  .offcanvas {
    border-radius: 0 20px 20px 0;
  }
}


/* 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-active {
  width: 20px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color1);
}


.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  font-weight: 600;
  color: var(--color1);
}

.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: #fff;
}

.swiper-button-prev:hover {
  background: #fff;
}

.swiper-button-next:hover::after {
  color: var(--color1);
}

.swiper-button-prev:hover::after {
  color: var(--color1);
}



@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 {
  margin-top: 15px;
}

.home-wrap-1-img {
  width: 100%;
  border-radius: 30px;
}

.home-wrap-2 {
  margin-top: 35px;
}

.home-wrap-2-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ebe3ec;
  background-position: bottom;
  position: relative;
  background-size: cover;
  border-radius: 32px;
  box-shadow: 0px 3px 6px #66256a59;
  padding: 30px 20px;
  padding-bottom: 60px;
  transition: 0.5s;
  gap: 7px;
}

.home-wrap-2-item:hover {
  background-color: var(--color2);
  background-position: right;
}

.home-wrap-2-icon {
  width: auto;
  height: 72px;
  object-fit: contain;
}

.home-wrap-2-title {
  font-size: 18px;
  font-weight: 500;
  color: #464545;
}

.home-wrap-3-inner {
  max-width: 655px;
  margin: auto;
  text-align: center;
  margin-top: 70px;
}

.home-wrap-3-title {
  font-size: 30px;
  font-weight: 600;
  color: #707070;
}

.home-wrap-3-title b {
  font-weight: 600;
  color: var(--color1);
}

.home-wrap-3-title strong {
  font-weight: 600;
  color: var(--color1);
}

.home-wrap-3-title span {
  font-weight: 600;
  color: var(--color1);
}

.home-wrap-3-row::before,
.home-wrap-3-row::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #b2b2b2;
}

.home-wrap-3-row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 15px 0;
}

.home-wrap-3-row img {
  height: 80px;
  width: auto;
  object-fit: contain;
}

.home-wrap-3-text {
  font-size: 17.5px;
  text-align: justify;
  text-align-last: center;
  color: #4E4C4E;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.6;
}

.home-wrap-4 {
  margin-top: 60px;
}

.home-wrap-4-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: var(--color1);
  opacity: 0.3;
  z-index: -1;
}

.home-wrap-4-item {
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 25px;
  color: #fff !important;
  font-weight: 500;
  text-align: center;
  transition: 0.5s;
}

.home-wrap-4-item:hover {
  background-position: right;
}

.home-wrap-5::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #534F4F;
  opacity: 0.6;
  z-index: -1;
}

.home-wrap-5 {
  background-size: cover;
  background-position: center;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}

.home-wrap-5-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 50px 0;
}

.home-wrap-5-img {
  height: 240px;
  object-fit: contain;
}

.home-wrap-5-text {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.7;
}

.home-wrap-5-btn {
  height: 54px;
  border: 1px solid #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0px 30px;
  font-size: 18px;
  gap: 10px;
  transition: 0.3s;
}

.home-wrap-5-btn:hover {
  background: #fff;
  color: #000;
}

.home-wrap-6-box {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 6px #00000030;
  padding: 40px 60px;
  margin-top: 100px;
}

.home-wrap-6-title {
  font-size: 20px;
  font-weight: bold;
  color: #5A565A;
}

.home-wrap-6-text {
  font-size: 18px;
  margin-top: 10px;
}

.home-wrap-6-item {
  text-align: center;
}

.home-wrap-6-user {
  width: 79px;
  height: 79px;
  box-shadow: 0 3px 6px #00000030;
  border-radius: 50%;
}

.home-wrap-6-name {
  font-size: 14px;
  margin-top: 5px;
}

.home-wrap-6-lsat {
  font-size: 12px;
}

.home-wrap-6-info {
  margin-bottom: 25px;
}

.home-wrap-6-side {
  border-radius: 20px;
  box-shadow: 0px 3px 6px #66256a59;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.home-wrap-6-side-btn {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: var(--color1);
  border: 1px solid var(--color1);
  padding: 5px 15px;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  transition: 0.3s;
}

.home-wrap-6-side-btn:hover {
  background: transparent;
  color: var(--color1);
}

.home-wrap-6-shape {
  position: absolute;
  right: 0;
  top: -15px;
}

.home-wrap-6-side-title {
  font-size: 19px;
  text-align: center;
  font-weight: 500;
  color: #5A565A;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-free {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding: 5px;
}

.swiper-free .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.swiper-free .swiper-slide {
  width: auto;
}

.home-wrap-7-box {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 6px #00000030;
  padding: 60px;
  margin-top: 100px;
  position: relative;
}

.home-wrap-7-shape-1 {
  position: absolute;
  right: 0;
  top: -35px;
  max-width: 100%;
}

.home-wrap-7-shape-2 {
  position: absolute;
  left: 0;
  bottom: -50px;
  max-width: 100%;
}

.home-wrap-7-title {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #5A565A;
}

.home-wrap-7-text {
  color: #5A565A;
  text-align: center;
  font-size: 25px;
  margin-top: 10px;
}

.home-wrap-7-item {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 3px 6px #00000030;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  gap: 15px;
  transition: 0.3s;
  color: #464545;
}

.home-wrap-7-item:hover {
  box-shadow: 0px 3px 6px #66256a59;
  color: var(--color1);
}

.home-wrap-7-icon {
  height: 88px;
  width: auto;
  max-width: 100%;
}

.home-wrap-7-name {
  font-size: 18px;
  font-weight: 600;
}

.home-wrap-7-btn {
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color1);
  border: 1px solid var(--color1);
  width: max-content;
  margin: auto;
  max-width: 200px;
  color: #fff;
  border-radius: 10px;
  padding: 5px 35px;
  font-size: 18px;
  margin-top: 50px;
  transition: 0.3s;
}

.home-wrap-7-btn:hover {
  background: #fff;
  color: var(--color1);
}

.home-wrap-7-inner {
  max-width: 800px;
  margin: auto;
}

.home-wrap-8 {
  margin-top: 35px;
}

.home-wrap-9-cover {
  position: relative;
}

.home-wrap-8-img {
  width: 100%;
}


.home-wrap-8-count {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 6px #00000030;
  position: absolute;
  width: max-content;
  padding: 5px 15px;
  gap: 15px;
  display: flex;
  align-items: center;
  height: 42px;
  z-index: 1;
}


.home-wrap-8-count span {
  font-size: 17px;
  font-weight: bold;
  color: var(--color1);
}

.home-wrap-8-count:nth-child(1) {
  top: 20%;
  right: 10%;
}

.home-wrap-8-count:nth-child(2) {
  top: 45%;
  left: 5%;
}

.home-wrap-8-count:nth-child(3) {
  bottom: 25%;
  right: 5%;
}

.home-wrap-8-count:nth-child(4) {
  bottom: 20%;
  left: 10%;
}

.home-wrap-8-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 20px;
}

.home-wrap-8-title {
  font-size: 27px;
  font-weight: 700;
  color: var(--color1);
  line-height: 1.6;
}

.home-wrap-8-text {
  font-size: 20px;
  color: #464545;
  line-height: 1.7;
}

.home-wrap-9-inner {
  background: #F7DC84;
  border-radius: 40px;
  padding: 50px;
  text-align: center;
  margin-top: 35px;
  box-shadow: 0 3px 6px #00000030;
}

.home-wrap-9-title {
  font-size: 25px;
  font-weight: bold;
  color: var(--color1);
}

.home-wrap-9-text {
  font-size: 18px;
  font-weight: 500;
  color: var(--color1);
  margin-top: 10px;
}

.home-wrap-9-btn {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color1);
  border: 1px solid var(--color1);
  border-radius: 36px;
  max-width: 440px;
  width: 100%;
  margin: auto;
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s;
}

.home-wrap-9-btn:hover {
  background: var(--color1);
  color: #fff;
}

.home-wrap-9-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.home-wrap-9-item:hover {
  opacity: 0.7;
}

.home-wrap-9-item {
  display: block;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 3px 6px #00000030;
  transition: 0.3s;
}

.home-wrap-9-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-wrap-9-item:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}

.home-wrap-9-item:nth-child(2) {
  grid-area: 2 / 1 / 3 / 2;
}

.home-wrap-9-item:nth-child(3) {
  grid-area: 1 / 2 / 3 / 3;
  max-height: 620px;
}

.home-wrap-9-item:nth-child(4) {
  grid-area: 1 / 3 / 2 / 4;
}

.home-wrap-9-item:nth-child(5) {
  grid-area: 2 / 3 / 3 / 4;
}

.card-blog {
  display: block;
  border-radius: 30px;
  box-shadow: 0 0px 1px #00000030;
  background: #fff;
  border: 1px solid #ddd;
}

.card-blog-img-body {
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}

.card-blog-img-body:hover img {
  transform: scale(1.05);
}

.card-blog-img {
  width: 100%;
  height: 162px;
  object-fit: cover;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.card-blog-inner {
  padding: 15px;
}

.card-blog-title {
  font-size: 18px;
  color: #000;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  font-weight: 600;
}

.card-blog-text {
  color: #000;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.7;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 48px;
}

.card-blog-btn {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color1);
  border: 1px solid var(--color1);
  font-size: 14px;
  color: #fff;
  gap: 5px;
  transition: 0.3s;
  width: max-content;
  padding: 10px 20px;
  border-radius: 10px;
  margin: auto;
  margin-top: 10px;
}

.card-blog-btn:hover {
  background: #fff;
  color: var(--color1);
}

.home-wrap-10-title {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  color: var(--color1);
  margin-top: 60px;
  margin-bottom: 30px;
}

.home-wrap-11-box {
  margin-top: 80px;
  background: #B4B4B4;
  border-radius: 30px;
  padding: 20px;
}

.home-wrap-11-img {
  width: 100%;
  height: 83px;
  object-fit: contain;
  padding: 10px;
}

.home-wrap-12 {
  margin-top: 35px;
}

.home-wrap-12-img {
  width: 100%;
}


.home-wrap-12-cover {
  position: relative;
}

.home-wrap-12-social a {
  position: absolute;
  width: 52px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  font-size: 20px;
  color: var(--color1);
  box-shadow: 0 3px 6px #00000030;
  transition: 0.3s;
}

.home-wrap-12-social a:hover {
  background: var(--color1);
  color: #fff;
}

.home-wrap-12-social a:nth-child(1) {
  right: 5%;
  top: 45%;
}

.home-wrap-12-social a:nth-child(2) {
  left: 10%;
  top: 30%;
}

.home-wrap-12-social a:nth-child(3) {
  right: 30%;
  top: 10%;
}

.home-wrap-12-social a:nth-child(4) {
  left: 25%;
  bottom: 20%;
}

.home-wrap-12-box {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 6px #00000030;
  padding: 30px;
  width: 100%;
}

.home-wrap-12-title {
  font-size: 25px;
  font-weight: 500;
  color: #5C5B3D;
}

.home-wrap-12-list {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  gap: 10px;
}

.home-wrap-12-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #5C5B3D;
}

.home-wrap-12-item i {
  background: var(--color1);
  color: #fff;
  min-width: 30px;
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

/* responsive */

@media (max-width:767px) {
  .home-wrap-1-img {
    border-radius: 20px;
  }

  .home-wrap-1 .swiper-pagination {
    display: none;
  }

  .home-wrap-1 .swiper-button-next {
    display: none;
  }

  .home-wrap-1 .swiper-button-prev {
    display: none;
  }

  .home-wrap-2 {
    margin-top: 5px;
  }

  .home-wrap-2-item {
    border-radius: 20px;
    padding: 15px;
  }

  .home-wrap-2-icon {
    height: 40px;
  }

  .home-wrap-2-title {
    font-size: 14px;
  }

  .home-wrap-2 .row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .home-wrap-2 .col-6 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .home-wrap-3-inner {
    margin-top: 30px;
  }

  .home-wrap-3-title {
    font-size: 18px;
  }

  .home-wrap-3-row img {
    height: 60px;
  }

  .home-wrap-3-row {
    gap: 15px;
    margin: 10px 0;
  }

  .home-wrap-3-row::before,
  .home-wrap-3-row::after {
    height: 1px;
  }

  .home-wrap-3-text {
    font-size: 13px;
  }

  .home-wrap-4 {
    margin-top: 5px;
  }

  .home-wrap-4-item {
    height: 120px;
    font-size: 18px;
  }

  .home-wrap-5 {
    margin-top: 35px;
  }

  .home-wrap-5-inner {
    gap: 15px;
    padding: 30px 0;
  }

  .home-wrap-5-img {
    height: 160px;
  }

  .home-wrap-5-text {
    font-size: 13px;
  }

  .home-wrap-5-btn {
    height: 36px;
    font-size: 14px;
    padding: 10px;
  }

  .home-wrap-6-box {
    padding: 25px;
    margin-top: 35px;
    border-radius: 20px;
  }

  .home-wrap-6-title {
    text-align: center;
    font-size: 18px;
  }

  .home-wrap-6-text {
    font-size: 14px;
    text-align: center;
  }

  .home-wrap-6-user {
    width: 60px;
    height: 60px;
  }

  .home-wrap-6-name {
    font-size: 12px;
  }

  .home-wrap-6-lsat {
    font-size: 10px;
  }

  .home-wrap-6-side {
    padding: 15px;
    margin-top: 30px;
    gap: 10px;
  }

  .home-wrap-6-side-title {
    font-size: 14px;
  }

  .home-wrap-6-side-btn {
    font-size: 12px;
  }

  .home-wrap-7-box {
    padding: 25px;
    margin-top: 35px;
    border-radius: 20px;
  }

  .home-wrap-7-shape-1 {
    top: -20px;
    width: 100px;
  }

  .home-wrap-7-title {
    font-size: 18px;
  }

  .home-wrap-7-text {
    font-size: 14px;
  }

  .home-wrap-7 .row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .home-wrap-7 .col-6 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .home-wrap-7-icon {
    height: 40px;
  }

  .home-wrap-7-item {
    padding: 10px;
    gap: 10px;
  }

  .home-wrap-7-name {
    font-size: 12px;
  }

  .home-wrap-7-btn {
    height: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    padding: 0 15px;
  }

  .home-wrap-7-shape-2 {
    bottom: -35px;
    max-width: 100%;
    width: 70%;
  }

  .home-wrap-8-title {
    text-align: center;
    font-size: 18px;
  }

  .home-wrap-8-info {
    height: auto;
    gap: 10px;
  }

  .home-wrap-8-text {
    font-size: 13px;
    text-align: center;
  }

  .home-wrap-8-count {
    height: 32px;
    font-size: 12px;
    padding: 10px;
  }

  .home-wrap-8-count span {
    font-size: 14px;
  }

  .home-wrap-9-inner {
    padding: 20px;
    border-radius: 20px;
    margin-top: 5px;
  }

  .home-wrap-9-title {
    font-size: 18px;
  }

  .home-wrap-9-text {
    font-size: 14px;
  }

  .home-wrap-9-gallery {
    gap: 8px;
    margin-top: 20px;
  }

  .home-wrap-9-item {
    border-radius: 10px;
  }

  .home-wrap-9-btn {
    height: 40px;
    margin-top: 25px;
    font-size: 14px;
  }

  .home-wrap-10-title {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .card-blog-img {
    height: 110px;
  }

  .card-blog {
    display: block;
    border-radius: 20px;
  }

  .card-blog-img-body {
    border-radius: 20px 20px 0 0;
  }

  .card-blog-inner {
    padding: 10px;
  }

  .card-blog-title {
    font-size: 14px;
  }

  .card-blog-text {
    font-size: 12px;
    margin-top: 5px;
    height: 40px;
  }

  .card-blog-btn {
    font-size: 12px;
    height: 30px;
    border-radius: 40px;
  }

  .card-blog-btn {
    font-size: 12px;
    height: 30px;
    border-radius: 40px;
  }

  .home-wrap-11-img {
    height: 55px;
  }

  .home-wrap-12 {
    margin-top: 10px;
  }

  .home-wrap-12-social a {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .home-wrap-12-box {
    padding: 20px;
    border-radius: 20px;
  }

  .home-wrap-12-title {
    font-size: 18px;
  }

  .home-wrap-12-item {
    font-size: 14px;
  }
}


.footer {
  background: var(--color1);
  position: relative;
  border-radius: 30px;
  padding: 0 50px;
  padding-top: 100px;
  padding-bottom: 40px;
  margin-top: 50px;
  box-shadow: 0 3px 6px #00000030;
  margin-bottom: 60px;
  overflow: hidden;
}

.footer-shape-1 {
  position: absolute;
  right: -20px;
  top: -30px;
  width: 300px;
  max-width: 100%;
}

.footer-shape-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 190px;
  max-width: 100%;
}

.footer-header {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}

.footer-ul {
  padding-right: 0;
  list-style: none;
  line-height: 2;
}

.footer-link {
  color: #fff;
  font-size: 15px;
}

.footer-link:hover {
  color: var(--color2);
}

.footer-text {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
}

.footer-logo {
  height: 70px;
}

.footer-mute {
  font-size: 18px;
  font-weight: 200;
}

.footer-name {
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
}

.footer-item {
  color: #fff;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 300;
}

.footer-bottom-item {
  font-size: 13px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 2px;
}

.footer-bottom-item a {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin-top: 70px;
  margin-left: 20%;
}

/* responsive */
@media (max-width:767px) {

  .footer {
    margin-top: 35px;
    border-radius: 20px;
    padding: 0 20px;
    padding-top: 60px;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }

  .footer-brand {
    gap: 10px;
  }

  .footer-logo {
    height: 55px;
  }

  .footer-mute {
    font-size: 14px;
  }

  .footer-name {
    font-size: 14px;
  }

  .footer-item {
    font-size: 13px;
  }

  .footer-header {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 15px;
  }

  .footer-text {
    font-size: 12px;
    margin-top: 5px;
  }

  .footer-link {
    font-size: 12px;
  }

  .footer-bottom {
    padding-top: 15px;
    margin-top: 20px;
  }

  .footer-shape-1 {
    width: 80%;
  }

  .footer-shape-2 {
    width: 100px;
  }

  .footer-bottom-item {
    font-size: 11px;
  }

}

/* about */

.about-img {
  width: 100%;
  border-radius: 12px;
}

.about-box {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 3px 6px #00000030;
  margin-top: 20px;
}

.about-box-head {
  padding: 10px 20px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
}

.about-box-body {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  line-height: 2;
}

.about-box-body a {
  color: #444;
}

.about-box-body a:hover {
  color: var(--color1);
}

.about-search {
  display: flex;
  align-items: center;
  height: 44px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 3px 6px #00000030;
  padding: 5px;
}

.about-search input {
  width: 100%;
  border: 0;
  outline: none;
}

.about-search button {
  background: transparent;
  border: 0;
  font-size: 18px;
  color: #666;
}

.about-title {
  margin: 0;
  font-size: 28px;
  color: #414141;
  font-weight: 600;
  margin-top: 30px;
}

.about-content {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 3px 6px #00000030;
  margin-top: 30px;
  padding: 20px;
  line-height: 2.2;
  font-size: 18px;
  text-align: justify;
}

.cm-form {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 3px 6px #00000030;
  margin-top: 20px;
  padding: 35px;
}

.cm-form input {
  width: 100%;
  height: 55px;
  padding: 15px;
  border-radius: 16px;
  border: 1px solid #666;
}

.cm-form textarea {
  width: 100%;
  padding: 15px;
  border-radius: 16px;
  border: 1px solid #666;
}

.cm-title {
  font-size: 22px;
  margin-top: 30px;
  color: var(--color1);
  font-weight: 500;
}

.cm-btn {
  background: var(--color1);
  border: 1px solid var(--color1);
  color: #fff;
  padding: 12px 20px;
  font-size: 18px;
  border-radius: 12px;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 240px;
  transition: 0.3s;
}

.cm-btn:hover {
  color: var(--color1);
  background: transparent;
}

@media (max-width:767px) {
  .about-title {
    margin-top: 20px;
    font-size: 16px;
  }

  .about-content {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
  }

  .cm-form {
    margin-top: 20px;
    padding: 0 20px;
    padding-bottom: 20px;
  }

  .cm-form input {
    height: 46px;
    font-size: 14px;
    border-radius: 12px;
  }

  .cm-form textarea {
    font-size: 14px;
    border-radius: 12px;
  }

  .cm-title {
    font-size: 18px;
    margin-top: 20px;
  }

  .cm-btn {
    max-width: 100%;
    font-size: 14px;
    height: 44px;
    margin: 0;
  }

  .about-box-body a {
    font-size: 14px;
  }

  .about-box-head {
    font-size: 16px;
  }

}

.banner-img {
  width: 100%;
  border-radius: 30px;
  margin-top: 40px;
}

.center-title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: var(--color1);
  margin-top: 60px;
}

.pay-box-img {
  width: 100%;
}

.pay-box {
  background: #fff;
  box-shadow: 0 3px 6px #00000030;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 60px;
  padding: 30px 60px;
}

.pay-box input {
  border-radius: 20px;
  box-shadow: 0px 2px 6px #66256a59;
  border: 0;
  width: 100%;
  height: 62px;
  padding: 0 20px;
  font-weight: 600;
  font-size: 18px;
  outline-color: var(--color1);
}

.pay-box select {
  border-radius: 20px;
  box-shadow: 0px 2px 6px #66256a59;
  border: 0;
  width: 100%;
  height: 62px;
  padding: 0 20px;
  font-weight: 600;
  font-size: 18px;
  color: #666;
  outline-color: var(--color1);
}

.pay-success {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: var(--green);
}

.pay-btn {
  background: #69be45;
  width: max-content;
  margin: auto;
  display: flex;
  margin-top: 25px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 30px;
  border-radius: 30px;
  border: 0;
  font-size: 20px;
  line-height: 0;
  color: #fff;
  padding-left: 5px;
  transition: .3s;
}

.pay-btn:hover {
  background: green;
}

.pay-btn i {
  font-size: 18px;
  min-width: 50px;
  height: 50px;
  background: #ffffff4d;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-right: 15px;
}

@media (max-width:767px) {
  .banner-img {
    margin-top: 20px;
    border-radius: 16px;
  }

  .center-title {
    font-size: 20px;
    margin-top: 20px;
  }

  .pay-box {
    padding: 20px;
    margin-top: 20px;
  }


  .pay-box input {
    height: 50px;
    font-size: 14px;
    border-radius: 16px;
  }

  .pay-box select {
    height: 50px;
    font-size: 14px;
    border-radius: 16px;
  }

  .pay-btn {
    height: 50px;
    font-size: 16px;
  }

  .pay-btn i {
    min-width: 40px;
    height: 40px;
  }

  .pay-success {
    font-size: 14px;
  }
}

.contact-flex {
  display: flex;
  gap: 15px;
}

.contact-box {
  background: #fff;
  box-shadow: 0 3px 6px #00000030;
  border-radius: 30px;
  padding: 40px;
}

.contact-us-form label {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #666;
  margin-bottom: 15px;
}

.contact-us-form input {
  width: 100%;
  height: 45px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 0 10px;
  outline-color: var(--color1);
}

.contact-us-form textarea {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 0 10px;
  outline-color: var(--color1);
}

.contact-submit {
  background: transparent;
  border: 1px solid var(--color1);
  color: var(--color1);
  padding: 12px 20px;
  font-size: 18px;
  border-radius: 12px;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 240px;
  transition: 0.3s;
}

.contact-submit:hover {
  background: var(--color1);
  color: #fff;
}

.contact-title {
  font-weight: 600;
  font-size: 18px;
  color: #666;
  margin-bottom: 15px;
}

.contact-address {
  font-size: 20px;
  color: #666;
  border-bottom: 1px solid #999;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.contact-row img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.contact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.contact-row a {
  font-size: 18px;
  color: #807b7b;
  font-weight: 500;
}

.contact-item {
  font-size: 18px;
  color: #807b7b;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-item i {
  width: 28px;
  height: 28px;
  background: var(--color1);
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-social-text {
  font-weight: 600;
  font-size: 18px;
  color: #666;
  margin-bottom: 15px;
  text-align: center;
  margin-top: 30px;
}

.contact-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.contact-social a:hover {
  opacity: 0.7;
}

.contact-social img {
  width: 55px;
  height: 55px;
  border-radius: 50px;
}

.mini-box {
  background: #f7dc84;
  box-shadow: 0 3px 6px #00000030;
  border-radius: 30px;
  padding: 25px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.mini-box-phone {
  background: #fff;
  padding: 15px 20px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 20px;
  color: var(--color1);
  box-shadow: 0 3px 6px #00000030;
}

.mini-box-text {
  font-size: 18px;
  color: var(--color1);
  font-weight: 600;
}


.responsive-map {
  overflow: hidden;
  padding-bottom: 200px;
  position: relative;
  height: 0;
  border-radius: 30px;
  height: 100%;
  background: #ddd;
  margin-top: 30px;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 200px;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 30px;
}

@media (max-width:767px) {
  .contact-box {
    padding: 25px;
  }

  .contact-us-form label {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .contact-us-form input {
    height: 40px;
    margin: 0;
  }

  .contact-submit {
    font-size: 14px;
    max-width: 100%;
  }

  .contact-title {
    font-weight: 600;
    font-size: 14px;
  }

  .contact-address {
    font-size: 16px;
  }

  .contact-item {
    font-size: 14px;
  }

  .contact-row a {
    font-size: 14px;
  }

  .contact-social-text {
    font-size: 14px;
  }

  .contact-social img {
    width: 45px;
    height: 45px;
  }

  .mini-box-phone {
    padding: 10px 10px;
    font-size: 16px;
  }

  .mini-box-text {
    font-size: 16px;
  }

  .contact-row {
    margin-top: 15px;
  }

}




/* breadcrumb */

.breadcrumb {
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: transparent;
  margin-top: 20px;
}

li.breadcrumb-item a {
  color: #7D7D7D;
}

.breadcrumb-item.active a {
  color: var(--color1);
}

li.breadcrumb-item a:hover {
  color: var(--color1);
}

@media (max-width:767px) {
  li.breadcrumb-item {
    white-space: nowrap;
  }

  .breadcrumb {
    font-size: 12px;
    flex-wrap: nowrap;
    overflow: auto;
  }
}