@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap");
@font-face {
  font-family: "Myriad Pro";
  src: url(../font/MYRIADPRO-REGULAR.OTF) format("opentype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Causten";
  src: url(../font/Causten-Regular.ttf) format("truetype");
  font-style: normal;
  font-display: swap;
}
:root {
  --normal-font: "Myriad Pro", sans-serif;
  --primary-font: "Causten", sans-serif;
  --normal-color: #333;
  --primary-color: #4b5a2f;
  --second-color: #ffe155;
  --three-color: #555;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

img,
picture,
svg,
video {
  max-width: 100%;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: var(--normal-font);
  font-size: 1.6rem;
  color: #000;
  line-height: 1.5;
}

.ov-hidden {
  overflow: hidden;
}

.container {
  max-width: 1360px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

a {
  color: var(--normal-color);
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  text-decoration: none;
  color: var(--second-color);
}

p:last-child {
  margin-bottom: 0;
}

button {
  border-color: transparent;
  outline: 0;
}

.row-collapse {
  margin-left: 0;
  margin-right: 0;
}
.row-collapse > div[class~=col], .row-collapse > div[class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.row-small {
  margin-left: -10px;
  margin-right: -10px;
}
.row-small > div[class~=col], .row-small > div[class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.tb-space {
  padding: 70px 0;
}

.tb-space-top {
  padding-top: 70px;
}

.tb-space-bottom {
  padding-bottom: 70px;
}

.tb-space-sm {
  padding: 40px 0;
}

.tb-space-sm-top {
  padding-top: 40px;
}

.tb-space-sm-bot {
  padding-bottom: 40px;
}

@media (max-width: 767.98px) {
  .tb-space {
    padding: 40px 0;
  }

  .tb-space-top {
    padding-top: 40px;
  }

  .tb-space-bottom {
    padding-bottom: 40px;
  }
}
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border: 0;
  color: #fff;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  font-size: 20px;
  transition: all 0.3s ease;
  z-index: 1;
}
.slick-arrow::before {
  display: none;
}
.slick-arrow:hover, .slick-arrow:focus {
  color: #fff;
  border-color: transparent;
  background-color: var(--primary-color);
  box-shadow: 0 2px 12px 0 rgba(255, 255, 255, 0.4);
}

.slick-prev {
  left: 2%;
}

.slick-next {
  right: 2%;
}

.slick-dots li {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.slick-dots li button {
  padding: 0;
  width: 15px;
  height: 15px;
}
.slick-dots li button::before {
  content: "";
  width: 15px;
  height: 15px;
}
.slick-dots li.slick-active {
  background-color: #fff;
}

.form-control {
  height: 38px;
  padding: 0 12px;
  border: 1px solid #ddd;
  font-size: 1.6rem;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
}
.form-control:focus {
  box-shadow: 0 0 5px #ccc;
  opacity: 1 !important;
  outline: 0;
  color: #333;
  background-color: #fff;
}

textarea.form-control {
  padding: 10px 12px;
}

.btn {
  padding: 0 20px;
  vertical-align: middle;
  text-align: center;
  border-radius: 5px;
  font-size: 1.8rem;
  line-height: 40px;
  height: 45px;
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
}
.btn-primary:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-second {
  background-color: #ffe155;
  border-color: #ffe155;
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
}
.btn-second:hover {
  background-color: #ffe155;
  border-color: #ffe155;
}

.btn-links {
  background-color: transparent;
  border-color: transparent;
  color: var(--primary-color);
  text-transform: capitalize;
  font-weight: bold;
}
.btn-links:hover {
  color: var(--second-color);
}

.heading-title {
  margin-bottom: 30px;
}
.heading-title .sectitle {
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--primary-font);
}
.heading-title .subtitle {
  font-size: 1.6rem;
  color: var(--three-color);
  margin: 20px 0;
}

.paginations {
  padding-top: 40px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 15px 0;
}
.pagination li a {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li.active a, .pagination li:hover a {
  background-color: var(--second-color);
  color: #fff;
}
.pagination li.next a, .pagination li.prev a {
  border: 1px solid #11967e;
}

.bg-green {
  background-color: var(--primary-color);
}

.mask {
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header .logo {
  max-width: 150px;
}
.header .nav-menu {
  border-bottom: 2px solid #fff;
}
.header .nav-menu .close-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 992px) {
  .header .nav-menu .close-menu {
    display: none;
  }
}
.header .nav-menu ul li {
  display: inline-block;
}
.header .nav-menu ul li a {
  display: block;
  color: #fff;
  padding: 10px 20px;
}
.header .nav-menu ul li a:hover {
  color: var(--second-color);
}
@media (max-width: 991.98px) {
  .header .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    max-width: 350px;
    background: var(--primary-color);
    box-shadow: -2px 0 12px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
  }
  .header .nav-menu ul {
    padding: 60px 20px;
  }
  .header .nav-menu ul li {
    display: block;
  }
  .header .nav-menu ul li a {
    padding: 12px 0;
  }
  .header .nav-menu.opened {
    right: 0;
  }
}
.header .btn-menu {
  width: 25px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.header .btn-menu span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s ease;
}
.header .btn-menu.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.header .btn-menu.active span:nth-child(2) {
  opacity: 0;
}
.header .btn-menu.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
@media (max-width: 991.98px) {
  .header .btn-menu {
    opacity: 1;
    visibility: visible;
  }
}
.header.fixed {
  background-color: var(--primary-color);
  box-shadow: 0 1px 12px 0 rgba(255, 255, 255, 0.5);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  display: none;
}
.overlay.show {
  display: block;
}

.banner {
  position: relative;
}
.banner-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 !important;
}
.banner-slider .item {
  position: relative;
}
.banner-slider .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 45%, transparent 100%);
  z-index: 1;
}
.banner-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 100vh;
}
@media (max-width: 991.98px) {
  .banner-slider .item img {
    height: 60vh;
  }
}
.banner-slider .slick-dots {
  position: absolute;
  bottom: 30%;
}
@media (max-width: 991.98px) {
  .banner-slider .slick-dots {
    bottom: 20%;
  }
}
.banner .mask {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .banner .mask {
    bottom: 0;
  }
}

.about {
  position: relative;
}
.about-home {
  position: relative;
}
.about-home .mask {
  position: absolute;
  top: 30px;
  right: 0;
  width: 100%;
  max-width: 470px;
  z-index: -1;
}
.about-home .heading-title {
  max-width: 680px;
  margin: 0 auto;
}
.about .mask {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  max-width: 570px;
  z-index: -1;
}
.about .heading-title .sectitle {
  color: var(--primary-color);
}
.about-group .item {
  text-align: center;
}
.about-group .item-image img {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 20px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.about-group .item .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--primary-color);
}
@media (max-width: 576px) {
  .about-group .item {
    margin-bottom: 30px;
  }
}
.about-content {
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
  color: var(--primary-color);
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .about-content {
    margin-top: 50px;
  }
}
.about-infor {
  margin-top: 40px;
  text-align: center;
  color: var(--primary-color);
  font-size: 18px;
}
.about-infor p {
  margin: 0;
}

.rooms {
  position: relative;
}
.rooms-home {
  position: relative;
}
.rooms-home .mask {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  max-width: 570px;
  max-height: 100%;
  z-index: -1;
}
.rooms-home-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.rooms-home .heading-title {
  color: #fff;
}
.rooms-home-list .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.rooms-home-list .item + .item {
  margin-top: 40px;
}
.rooms-home-list .item .box-image {
  width: 40%;
  text-align: center;
}
.rooms-home-list .item .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 4px solid #fff;
  padding: 8px;
  max-width: 400px;
}
.rooms-home-list .item .box-content {
  flex: 1;
}
.rooms-home-list .item .box-content .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.rooms-home-list .item .box-content .title a {
  color: inherit;
}
.rooms-home-list .item .box-content .desc {
  color: #fff;
}
@media (min-width: 768px) {
  .rooms-home-list .item:nth-child(even) .box-image {
    order: 2;
  }
}
.rooms-slider .slick-track {
  margin: 15px 0;
}
.rooms-slider .item .box-image {
  padding: 10px;
  overflow: hidden;
}
.rooms-slider .item .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.6);
}
.rooms-slider .item .box-content .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.45px;
}
.rooms-slider .item .box-content .title a {
  color: inherit;
}
.rooms-slider .item .box-content .desc {
  color: #fff;
  margin-bottom: 15px;
}
.rooms-slider .item .box-content .btn-box .btn-links {
  color: #fff;
}
.rooms-list .item {
  margin-bottom: 30px;
}
.rooms-list .item-inner {
  padding: 15px;
  box-shadow: 0 0px 15px 1px rgba(0, 0, 0, 0.25);
}
.rooms-list .item .box-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.rooms-list .item .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rooms-list .item .box-content .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 1.45px;
}
.rooms-list .item .box-content .desc {
  margin-bottom: 15px;
}
.rooms-detail-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 6/4;
  max-height: 500px;
}
.rooms-detail-infor {
  background-color: var(--primary-color);
  padding: 40px 0;
}
.rooms-detail-infor .text-head {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.rooms-detail-infor-inner .item {
  color: #fff;
  margin-bottom: 50px;
}
.rooms-detail-infor-inner .item-head {
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.rooms-detail-infor-inner .item-head i {
  margin-right: 4px;
}
.rooms-detail-infor-inner .item ul {
  margin-left: 30px;
}
.rooms-detail-infor-inner .item ul li + li {
  margin-top: 10px;
}
@media (max-width: 576px) {
  .rooms-detail-infor-inner .item {
    margin-bottom: 30px;
  }
}
.rooms-detail-infor .grbtn .btn {
  font-size: 18px;
  letter-spacing: 2px;
}
.rooms-related-slider .slick-track {
  margin: 10px 0 40px;
}
.rooms-related-slider .item {
  padding: 0 15px;
}
.rooms-related-slider .item-inner {
  padding: 15px;
  box-shadow: 0 0px 15px 1px rgba(0, 0, 0, 0.25);
}
.rooms-related-slider .item .box-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.rooms-related-slider .item .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rooms-related-slider .item .box-content .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 1.45px;
}
.rooms-related-slider .item .box-content .desc {
  margin-bottom: 15px;
}

.contact {
  position: relative;
}
.contact .mask {
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 100%;
  max-width: 570px;
  z-index: -1;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-control {
  height: 50px;
  border-radius: 26px;
  padding: 0 20px;
  font-size: 18px;
}

.terms {
  position: relative;
}
.terms .mask {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 100%;
  max-width: 570px;
  z-index: -1;
}
.terms-content {
  font-size: 18px;
  line-height: 1.8;
}
.terms-content ul {
  list-style: disc;
  margin-left: 20px;
}

.service {
  position: relative;
}
.service-home-wrap {
  max-width: 980px;
  margin: 0 auto;
}
.service-home-inner .nav-tabs {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 0;
  width: 70px;
}
.service-home-inner .nav-tabs .nav-item .nav-link {
  display: block;
  width: 100%;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  white-space: nowrap;
  padding: 16px 10px;
  text-align: center;
  margin: 0;
  border-radius: 0;
  border: 1px solid #000;
  background-color: transparent;
  font-size: 1.8rem;
}
.service-home-inner .nav-tabs .nav-item .nav-link.active {
  background-color: var(--primary-color);
  color: #fff;
}
@media (max-width: 767.98px) {
  .service-home-inner .nav-tabs {
    flex-direction: row;
    width: 100%;
    margin-bottom: 30px;
  }
  .service-home-inner .nav-tabs .nav-item {
    flex: 1;
  }
  .service-home-inner .nav-tabs .nav-item .nav-link {
    writing-mode: inherit;
    text-orientation: mixed;
  }
}
.service-home-inner .tab-content {
  flex: 1;
}
.service-home-inner .tab-content .tab-item {
  display: none;
  opacity: 0;
  transition: opacity 0.15s linear;
}
.service-home-inner .tab-content .tab-item.active {
  display: block;
  opacity: 1;
}
.service-home-slider .slick-slide {
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0.5;
}
.service-home-slider .slick-slide:not(.slick-center) {
  transform: scale(0.9);
}
.service-home-slider .slick-center {
  opacity: 1;
  transform: scale(1);
}
.service-home-slider .slick-center .item .box-image {
  transform: scale(1.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  border: 2px solid #fff;
}
.service-home-slider .slick-center .item .box-content {
  overflow: visible;
  visibility: visible;
  margin-top: 20px;
}
.service-home-slider .item .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-home-slider .item .box-content {
  text-align: center;
  padding: 10px;
  overflow: hidden;
  visibility: hidden;
}
.service-home-slider .item .box-content .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.service .mask {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  max-width: 570px;
  z-index: -1;
}
.service .mask2 {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 100%;
  max-width: 570px;
  z-index: -1;
}
.service-list {
  position: relative;
}
.service-list .item {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.service-list .item + .item {
  margin-top: 40px;
}
.service-list .item .box-image {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 10px;
}
.service-list .item .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.service-list .item .box-content {
  flex: 1;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-list .item .box-content .title {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.service-list .item .box-content .desc {
  margin-bottom: 10px;
}
.service-list .item .box-content .btn-readmore {
  color: inherit;
}
.service-list .item .box-content .btn-readmore:hover {
  color: inherit;
}
@media (min-width: 768px) {
  .service-list .item:nth-child(even) .box-image {
    order: 2;
  }
}
@media (max-width: 767.98px) {
  .service-list .item .box-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.service-detail {
  position: relative;
}
.service-detail .mask {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  max-width: 570px;
  z-index: -1;
}
.service-detail-wrap {
  position: relative;
}
.service-detail-image {
  margin-bottom: 15px;
}
.service-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 6/4;
}

.blog-item {
  display: flex;
  flex-wrap: wrap;
}
.blog-item .box-image {
  flex: 0 0 40%;
}
.blog-item .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .blog-item .box-image {
    flex: 0 0 100%;
  }
}
.blog-item .box-content {
  flex: 1;
  padding: 15px;
}
.blog-item .box-content .title {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 15px;
}
.blog-item .box-content .desc {
  margin-bottom: 15px;
}
.blog-item .box-content .btn-readmore {
  color: inherit;
}
.blog-item .box-content .btn-readmore:hover {
  color: inherit;
}

.blogs {
  position: relative;
}
.blogs .mask {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  max-width: 570px;
  z-index: -1;
}
.blogs-hot {
  margin-bottom: 40px;
}
.blogs-hot .blog-item {
  box-shadow: 0 0px 15px 1px rgba(0, 0, 0, 0.25);
}
.blogs-hot .blog-item .box-image {
  flex: 0 0 60%;
}
@media (max-width: 767.98px) {
  .blogs-hot .blog-item .box-image {
    flex: 0 0 100%;
  }
}
.blogs-list .blog-item {
  margin-bottom: 30px;
}
.blogs-list .blog-item .box-content .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.blogs-detail-wrap figure {
  text-align: center;
}
.blogs-detail-wrap img {
  margin: 10px auto;
}
.blogs-related-slider {
  margin: 0 -15px;
}
.blogs-related-slider .item {
  padding: 0 15px;
}
.blogs-related-slider .item .box-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.blogs-related-slider .item .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogs-related-slider .item .box-content .title {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 1.45px;
}
.blogs-related-slider .item .box-content .desc {
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.paginations li {
  display: inline-block;
}
.paginations li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid var(--primary-color);
}
.paginations li.active a, .paginations li:hover a {
  background-color: var(--primary-color);
  color: #fff;
}

.tours {
  position: relative;
}
.tours-list .item {
  margin-bottom: 30px;
}
.tours-list .item-inner {
  padding: 15px;
  box-shadow: 0 0px 15px 1px rgba(0, 0, 0, 0.25);
}
.tours-list .item .box-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.tours-list .item .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tours-list .item .box-content .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 1.45px;
}
.tours-list .item .box-content .desc {
  margin-bottom: 15px;
}
.tours-detail {
  position: relative;
}
.tours-detail .mask {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  max-width: 570px;
  z-index: -1;
}
.tours-detail .tours-wrap-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.tours-detail .tours-wrap-inner .box-image {
  width: 40%;
}
@media (max-width: 767.98px) {
  .tours-detail .tours-wrap-inner .box-image {
    width: 100%;
  }
}
.tours-detail .tours-wrap-inner .box-content {
  flex: 1;
}
.tours-detail .tours-wrap-inner .box-content .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 15px;
}
.tours-related-slider {
  margin: 0 -15px;
}
.tours-related-slider .item {
  padding: 0 15px;
}
.tours-related-slider .item .box-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.tours-related-slider .item .box-image img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #000;
  margin: 0 auto;
  padding: 8px;
}
.tours-related-slider .item .box-content .title {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 1.45px;
  text-align: center;
}
.tours-related-slider .item .box-content .desc {
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  text-align: center;
}

.gallery-home .heading-title {
  color: #fff;
}
.gallery-home-list {
  display: flex;
  flex-wrap: wrap;
}
.gallery-home-list .item {
  flex: 1 0 150px;
}
.gallery-home-list .item a {
  display: block;
}
.gallery-home-list .item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-home-list .item a img:hover {
  transform: scale(1.1);
}
.gallery-home-wrap .gr-more {
  text-align: center;
  margin-top: 20px;
}
.gallery-home-wrap .gr-more .btn-links {
  font-size: 1.8rem;
  font-weight: normal;
  padding: 6px 10px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.gallery-wrap .nav-tab {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gallery-wrap .nav-tab li {
  display: inline-block;
  flex: 1 0 150px;
  text-align: center;
}
.gallery-wrap .nav-tab li a {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding: 8px 15px;
  display: block;
}
.gallery-wrap .nav-tab li a.active, .gallery-wrap .nav-tab li a:hover {
  background-color: var(--second-color);
  color: var(--primary-color);
  border-radius: 10px;
  font-weight: 600;
}
.gallery-wrap .tab-content-box {
  display: none;
}
.gallery-wrap .tab-content-box.active {
  display: block;
}
.gallery-wrap .tab-content-box .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.gallery-wrap .tab-content-box .gallery-grid .item {
  overflow: hidden;
}
.gallery-wrap .tab-content-box .gallery-grid .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery-wrap .tab-content-box .gallery-grid .item:hover img {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
@media (max-width: 767.98px) {
  .gallery-wrap .tab-content-box .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.subcribe {
  position: relative;
}
.subcribe .mask {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  max-width: 450px;
  max-height: 100%;
  z-index: -1;
}
.subcribe-wrap .box-logo {
  text-align: center;
  margin-bottom: 30px;
}
.subcribe-wrap .box-logo img {
  width: 180px;
}
.subcribe-form-inner {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 24px;
}
.subcribe-form-inner .btn-submit {
  padding: 10px 24px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 24px 0 0 24px;
  border: 2px solid #000;
  display: inline-block;
  height: 50px;
  border-right: 0;
}
.subcribe-form-inner .form-control {
  flex: 1;
  height: 50px;
  border: 2px solid #000;
  border-radius: 0 24px 24px 0;
}

.backtotop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100;
  display: none;
}
.backtotop span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #DCFCE7;
  padding: 8px;
  border-radius: 8px;
  color: var(--primary-color);
  font-size: 1.8rem;
  cursor: pointer;
}
.backtotop.show {
  display: block;
}

.social-icons {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
  color: #fff;
  margin-top: 20px;
}
.social-icons .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: inherit;
  background-color: rgba(255, 255, 255, 0.1);
}
.social-icons .icon a {
  color: inherit;
}
.social-icons .icon:hover {
  opacity: 0.8;
}
.social-icons .icon-facebook {
  background-color: #3a589d;
}
.social-icons .icon-instagram {
  background: radial-gradient(circle at 30% 30%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.social-icons .icon-twitter {
  background-color: #1da1f2;
}
.social-icons .icon-envelop {
  background-color: #dd4b39;
}
.social-icons .icon-phone {
  background-color: #34af23;
}
.social-icons .icon-pinterest {
  background-color: #bd081c;
}
.social-icons .icon-linkedin {
  background-color: #0077b5;
}
.social-icons .icon-youtube {
  background-color: #ff0000;
}

.fixed-contact {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 999;
}
.fixed-contact .box-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  font-size: 3.2rem;
  background-color: #31947e;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  position: relative;
}
.fixed-contact .box-item::before {
  content: "";
  position: absolute;
  /* border: 1px solid #11967E; */
  background: #11967e87;
  z-index: -1;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border-radius: 100px;
  opacity: 0;
  animation: zoom 1.9s linear infinite;
  animation-delay: 0.6s;
}

.copyright {
  margin-top: 20px;
  border-top: 1px solid #FFFFFF33;
}
.copyright-inner {
  padding: 15px 0;
}
.copyright .rss {
  float: right;
  color: #a7a7a7;
}
.copyright .rss svg {
  stroke: currentColor;
}
.copyright .rss svg path {
  fill: currentColor;
}

.footer {
  background-color: var(--primary-color);
}
.footer-main .footer-logo {
  margin-bottom: 20px;
}
.footer-main .footer-logo img {
  height: 80px;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .footer-col {
    margin-bottom: 30px;
  }
}
.footer-head {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
}
.footer-list li + li {
  margin-top: 6px;
}
.footer-list li a {
  color: #fff;
}
.footer-desc {
  color: #fff;
  margin-bottom: 20px;
}
.footer-infor {
  margin-top: 10px;
}
.footer-infor li {
  color: #fff;
}
.footer-infor li + li {
  margin-top: 6px;
}
.footer-infor li a {
  color: inherit;
}
.footer-social {
  margin-top: 20px;
}
.footer-social a {
  color: #fff;
  font-size: 2rem;
  margin-right: 15px;
}
.footer-social a:hover {
  color: var(--second-color);
}

/*# sourceMappingURL=style.css.map */
