@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Volkhov:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
body {
  font-family: "Poppins", serif;
  font-size: 1rem;
  font-weight: 400;
  color: #4f4f4f;
  overflow-x: hidden;
  transition: all 0.5s ease;
  background-color: #ffffff;
  line-height: 1.5;
}
body.locked {
  overflow: hidden;
}

p,
small,
span {
  color: #4f4f4f;
}

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

h1 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
}

h2 {
  font-size: clamp(1.25rem, 3vw, 1.875rem);
}

h3 {
  font-size: clamp(1.125rem, 3vw, 1.5rem);
}

h4 {
  font-size: clamp(1rem, 3vw, 1.25rem);
}

p {
  font-size: 1rem;
  transition: all 0.5s ease;
}
p:last-child {
  margin-bottom: 0 !important;
}

li {
  font-size: 16px;
  transition: all 0.5s ease;
}

.rounded__lg {
  border-radius: 15px;
  overflow: hidden;
}

.m__tb {
  margin-top: clamp(2.5rem, 5vw, 3.75rem);
  margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
}
.m__tb--t {
  margin-top: clamp(2.5rem, 5vw, 3.75rem);
}
.m__tb--b {
  margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
}

.p {
  padding: clamp(2.5rem, 5vw, 3.75rem);
}
.p__tb {
  padding-top: clamp(2.5rem, 5vw, 3.75rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.75rem);
}
.p__tb--t {
  padding-top: clamp(2.5rem, 5vw, 3.75rem);
}
.p__tb--b {
  padding-bottom: clamp(2.5rem, 5vw, 3.75rem);
}

@media (min-width: 1500px) {
  .container {
    max-width: 1500px;
  }
}
.l__container {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 1rem;
}

input {
  outline: none !important;
  box-shadow: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control::placeholder,
input.form-control::placeholder {
  color: #797373;
  font-size: 14px;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.hr__custom {
  border-top: 2px solid #ffffff;
  margin: 48px 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.section__title {
  overflow: hidden;
}
.section__title h5 {
  color: #5e6282;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.section__title h1,
.section__title h2 {
  color: #14183e;
  font-size: clamp(2rem, 6vw, 3.125rem);
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  font-family: "Volkhov", serif;
  text-transform: capitalize;
}
.section__title p {
  font-size: 1rem;
  font-weight: 400;
}
.section__subtitle {
  margin-top: 40px;
  margin-bottom: 20px;
}
.section__subtitle h2 {
  color: #14183e;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2.25rem;
  position: relative;
  font-family: "Volkhov", serif;
  text-transform: capitalize;
  border-bottom: 2px solid #e6e6e6;
}

.l__button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  text-transform: capitalize;
  border: 2px solid #000;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.75rem 2rem;
  background-color: #ffffff;
  border-radius: 0.3125rem;
  display: inline-block;
  transition: all 0.8s ease;
  text-decoration: none;
  text-align: center;
}
.l__button i {
  margin-left: 0.3125rem;
}
.l__button--primary {
  color: #ffffff;
  border-color: #067363;
  background-color: #067363;
}
.l__button--primary:hover {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #13A9A2;
}
.l__button--secondary {
  color: #ffffff;
  background-color: #13A9A2;
  border-color: #13A9A2;
}
.l__button--secondary:hover {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #067363;
}
.l__button--transparent {
  color: #067363 !important;
  background-color: #ffffff;
  border-color: #067363;
}
.l__button--transparent:hover {
  border-color: #13A9A2;
  background-color: #13A9A2;
  color: #ffffff !important;
}
.l__button--border {
  border-color: #067363;
  color: #067363;
}
.l__button:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .l__button {
    font-size: 1rem;
  }
}

.social__icon {
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.social__icon li {
  list-style: none;
}
.social__icon li:first-child {
  margin-left: 0;
}
.social__icon li a {
  display: block;
  transition: all 0.5s ease;
}

.owl-nav {
  margin: 0 !important;
  width: 100%;
}
.owl-nav button {
  height: 32px;
  width: 32px;
  overflow: hidden;
  border-radius: 50% !important;
  background-color: #067363 !important;
  color: #ffffff !important;
}

.breadcrumb__custom {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.625rem;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding: 0.5rem 0;
  display: none;
}
.breadcrumb__custom li a {
  color: #4f4f4f;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
}
.breadcrumb__custom li a:hover {
  color: #067363;
}
.breadcrumb__custom li.active a {
  color: #067363;
}
@media (max-width: 767px) {
  .breadcrumb__custom {
    display: flex;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.pagination .page-link {
  background-color: #13A9A2;
  color: #ffffff;
}
.pagination .page-item.active .page-link {
  background-color: #067363;
  border-color: #ffffff;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.error {
  margin: auto;
}
.error .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
  width: 100%;
  text-align: center;
}
.error-page {
  background-color: #ffffff;
  padding: 50px;
}

.footer {
  background-color: #f6fafe;
  position: relative;
  padding: 5rem 0 0 0;
  overflow: hidden;
}
.footer::before {
  content: "";
  height: 25rem;
  width: 25rem;
  overflow: hidden;
  background-color: #d5aee4;
  filter: blur(75px);
  position: absolute;
  bottom: 0;
  right: -22%;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .footer::before {
    display: none;
  }
}
.footer__left .section__title {
  margin-bottom: 2rem;
  max-width: 33rem;
}
.footer__left .section__title h2 {
  line-height: 1.2;
  font-size: clamp(2rem, 5vw, 2.5rem);
}
.footer__left p {
  max-width: 25rem;
}
.footer__left form {
  max-width: 25rem;
  margin: 3rem 0;
}
.footer__left form > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
}
.footer__left form .form-control {
  height: 3.5rem;
  line-height: 3.5rem;
  border-color: #9facba !important;
  background-color: #ffffff;
  border-radius: 0.5rem;
}
.footer__left form button {
  padding-left: 1rem;
  padding-right: 1rem;
}
.footer__left .social__icon li img {
  height: 1.5625rem;
  width: 1.5625rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.footer__right--top img {
  height: 4rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  margin-bottom: 3rem;
}
.footer__right--bottom {
  margin-top: 3rem;
}
.footer__right--bottom .social__icon li {
  padding: 0.5rem;
  border-radius: 0.3125rem;
  background-color: #ffffff;
}
.footer__right--bottom .social__icon li img {
  height: 2.5rem;
  width: 2.5rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.footer__menu h2 {
  color: #5e6282;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.footer__menu ul {
  padding: 0;
  margin: 0;
}
.footer__menu ul li {
  font-size: 1rem;
  font-weight: 400;
  list-style: none;
  margin-bottom: 1rem;
}
.footer__menu ul li a {
  color: #5e6282;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.footer__social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 1;
}
.footer__social ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.footer__social ul li {
  list-style: none;
}
.footer__social ul li:first-child {
  margin-left: 0;
}
.footer__social ul li a {
  display: block;
  transition: all 0.5s ease;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .footer__social {
    align-items: flex-start;
    flex-direction: column;
  }
}
.footer .copyright {
  background-color: #e7f3ff;
  margin-top: 3rem;
  padding: 0.75rem 0;
  position: relative;
  z-index: 1;
}
.footer .copyright .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.footer .copyright .container p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: #5e6282;
  margin-bottom: 0;
}
.footer .copyright .container p img {
  height: 2.5rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 767px) {
  .footer .copyright .container {
    flex-direction: column;
  }
  .footer .copyright .container p {
    text-align: center;
  }
}

.main-header__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}
.main-header__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.main-header__logo a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: #067363;
  padding: 3rem 4.6875rem;
  clip-path: polygon(0 0, 100% 0%, 77% 100%, 0% 100%);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
}

@media (min-width: 992px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list > li > ul,
  .main-menu .main-menu__list > li > ul > li > ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  position: relative;
}
.main-menu .main-menu__list > li > ul, .main-menu .main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 15.625rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  transform: scaleY(0);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list > li + li {
  margin-left: clamp(1rem, 2vw, 1.875rem);
}
@media (max-width: 1400px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 1.5rem;
  }
}
@media (max-width: 1300px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 1rem;
  }
}
.main-menu .main-menu__list > li > a {
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  color: #212832;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li > a:hover {
  color: #067363;
}
@media (max-width: 1400px) {
  .main-menu .main-menu__list > li > a {
    font-size: 0.9375rem;
  }
}
@media (max-width: 1300px) {
  .main-menu .main-menu__list > li > a {
    font-size: 0.9063rem;
  }
}
.main-menu .main-menu__list > li.dropdown > a {
  padding-right: 0.9375rem;
}
.main-menu .main-menu__list > li.dropdown > a:after {
  position: absolute;
  top: 52%;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-size: 0.875rem;
  color: #151422;
  transform: translateY(-50%);
  font-weight: 700;
  z-index: 1;
}
.main-menu .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
}
.main-menu .main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}
.main-menu .main-menu__list > li:hover > ul, .main-menu .main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > li > ul > li, .main-menu .main-menu__list > li > ul > li > ul > li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(21, 20, 34, 0.1);
}
.main-menu .main-menu__list > li > ul > li:last-child, .main-menu .main-menu__list > li > ul > li > ul > li:last-child {
  border-bottom: 0;
}
.main-menu .main-menu__list > li > ul > li + li, .main-menu .main-menu__list > li > ul > li > ul > li + li {
  border-top: 0;
  margin-top: 0px;
}
.main-menu .main-menu__list > li > ul > li > a, .main-menu .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #151422;
  font-weight: 500;
  display: flex;
  padding: 0.625rem 1.25rem 0.625rem;
}
.main-menu .main-menu__list > li > ul > li:hover > a, .main-menu .main-menu__list > li > ul > li > ul > li:hover > a {
  background-color: #067363;
  color: #ffffff;
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  cursor: pointer;
  transition: 500ms;
  padding: 0.375rem 0.75rem;
}
.main-menu .mobile-nav__toggler .main-menu .mobile-nav__toggler:hover {
  color: #151422;
}

.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: all 0.3s ease;
  visibility: hidden;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: all 0.3s ease;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 0.3s ease;
}
.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}
.mobile-nav__content {
  width: 18.75rem;
  background-color: #fdfffc;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 1.875rem 0.9375rem;
  visibility: 0;
  opacity: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .logo-box {
  margin-bottom: 2rem;
  display: inline-block;
}
.mobile-nav__content .logo-box img {
  height: 2.5rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.mobile-nav__close {
  position: absolute;
  top: 1.25rem;
  right: 0.9375rem;
  font-size: 1.125rem;
  cursor: pointer;
}

.mobile-nav__content .main-menu__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-nav__content .main-menu__list > li > ul, .mobile-nav__content .main-menu__list > li > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}
.mobile-nav__content .main-menu__list > li:not(:last-child), .mobile-nav__content .main-menu__list > li > ul > li:not(:last-child), .mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
  display: none !important;
}
.mobile-nav__content .main-menu__list > li > a, .mobile-nav__content .main-menu__list > li > ul > li > a, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  line-height: 1.875rem;
  color: #000000;
  height: 2.875rem;
  text-decoration: none;
  transition: 500ms;
}
.mobile-nav__content .main-menu__list > li > a {
  font-size: 1.125rem;
  font-weight: 500;
}
.mobile-nav__content .main-menu__list > li > ul > li > a {
  font-size: 1rem;
  font-weight: 500;
}

.mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
  color: #067363;
}

.mobile-nav__content .main-menu__list {
  /* no menu after 2rd level dropdown */
}
.mobile-nav__content .main-menu__list li a.expanded {
  color: #067363;
}
.mobile-nav__content .main-menu__list > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: none;
  outline: none;
  text-align: center;
  transition: transform 500ms ease;
  padding: 0;
}
.mobile-nav__content .main-menu__list > li > a > button .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > a > button .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button .fa-minus {
  display: none;
}
.mobile-nav__content .main-menu__list > li > a > button.expanded .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded .fa-minus {
  display: block;
}
.mobile-nav__content .main-menu__list > li > a > button.expanded .fa-plus, .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded .fa-plus, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded .fa-plus {
  display: none;
}
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}

.mobile-nav__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  margin-bottom: 1.875rem;
}
.mobile-nav__top .main-menu__login a {
  color: #067363;
}
.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.mobile-nav__social a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  text-decoration: none;
  color: #ffffff;
  height: 2.25rem;
  width: 2.25rem;
  overflow: hidden;
  min-width: 2.25rem;
  text-align: center;
  border-radius: 50%;
  background-color: #13A9A2;
  transition: all 0.4s linear;
}
.mobile-nav__social a:hover {
  color: #067363;
}
.mobile-nav__social a + a {
  margin-left: 1rem;
}
.mobile-nav__contact {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mobile-nav__contact li {
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.mobile-nav__contact li + li {
  margin-top: 0.9375rem;
}
.mobile-nav__contact li a {
  color: #000000;
  text-decoration: none;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #067363;
}
.mobile-nav__contact li > i {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #067363;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-align: center;
  font-size: 0.6875rem;
  margin-right: 0.625rem;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

.main-header-two {
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
  position: relative;
}
.main-header-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  z-index: 1;
}
.main-menu-two__wrapper.sticky {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s;
  z-index: 9;
  width: 100%;
  transition: all 0.5s ease;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
}
.main-menu-two__logo {
  position: relative;
  display: block;
}
.main-menu-two__logo a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.main-menu-two__logo a img {
  height: 3.5rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 1200px) {
  .main-menu-two__logo a img {
    height: 3rem !important;
  }
}
@media (max-width: 1024px) {
  .main-menu-two__logo a img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .main-menu-two__logo a img {
    height: 4rem !important;
  }
}
.main-menu-two__left {
  display: block;
}
.main-menu-two__left .btn__group {
  display: none;
}
.main-menu-two__main-menu-box {
  display: block;
}
.main-menu-two__right {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.main-menu-two__right .trip__btn {
  border: 1px solid #212832;
  border-radius: 0.3125rem;
  padding: 0.5625rem 1.125rem;
  font-size: 1rem;
  font-weight: 500;
  color: #212832;
  text-decoration: none;
  transition: all 0.5s ease;
}
.main-menu-two__right .trip__btn:hover {
  background-color: #13A9A2;
  border-color: #13A9A2;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .main-menu-two__right .trip__btn {
    padding: 0.5rem;
    font-size: 0.9375rem;
  }
}
@media (max-width: 1400px) {
  .main-menu-two__right .trip__btn {
    font-size: 0.9063rem;
  }
}
.main-menu-two__btn-box {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
}
.main-menu-two__btn-box .l__button--secondary {
  padding: 8px 20px;
  border-radius: 1.5625rem;
}

@media (min-width: 992px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}
.myHeader {
  background-color: #ffffff;
}

.dropdown__box li {
  border-bottom: none !important;
}
.dropdown__box li.title a {
  text-transform: uppercase;
  color: #97a3b7 !important;
}
.dropdown__box li.title:hover a {
  background-color: transparent !important;
}
.dropdown__box li a {
  display: flex;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 1rem !important;
}
.dropdown__box li a img {
  height: 1.375rem;
  width: 1.375rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.dropdown__box li a h6 {
  color: #111b29;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}
.dropdown__box li a span {
  color: #677489;
  font-size: 0.875rem;
  font-weight: 400;
}
.dropdown__box li:hover span,
.dropdown__box li:hover h6 {
  color: #ffffff;
}
.dropdown__box li:last-child {
  margin-bottom: 0;
}

.mega {
  position: static !important;
}
.mega__menu {
  width: 98%;
  padding: 1.5rem !important;
  left: 50% !important;
  transform: scaleY(0) translate(-50%) !important;
}
.mega__menu .tab__buttons {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mega__menu .tab__buttons--btn {
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
.mega__menu .tab__buttons--btn h6 {
  color: #111b29;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
.mega__menu .tab__buttons--btn span {
  color: #677489;
  font-size: 0.875rem;
  font-weight: 500;
}
.mega__menu .tab__buttons--btn:hover, .mega__menu .tab__buttons--btn.active {
  background-color: #067363;
}
.mega__menu .tab__buttons--btn:hover h6,
.mega__menu .tab__buttons--btn:hover span, .mega__menu .tab__buttons--btn.active h6,
.mega__menu .tab__buttons--btn.active span {
  color: #ffffff;
}
.mega__menu .tab__buttons--btn:last-child {
  margin-bottom: 0;
}
.mega__menu .tab__contents--text {
  display: none;
}
.mega__menu .tab__contents--text.active {
  display: block;
}
.mega__menu .tab__contents--text a {
  text-decoration: none;
  color: #111b29;
}
.mega__menu .tab__contents--text a:hover {
  color: #067363;
}
.mega__menu .tab__contents .box {
  overflow-y: auto;
  max-height: 300px;
  padding: 0 1.25rem;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.mega__menu .tab__contents .box::-webkit-scrollbar {
  width: 0.3125rem;
}
.mega__menu .tab__contents .box::-webkit-scrollbar-track {
  background: #13A9A2;
}
.mega__menu .tab__contents .box::-webkit-scrollbar-thumb {
  background: #067363;
}
.mega__menu .tab__contents .box::-webkit-scrollbar-thumb:hover {
  background: #067363;
}
.mega__menu .tab__contents .box .row .col {
  margin-bottom: 1rem;
}
.mega__menu .tab__contents .box a {
  font-size: 0.875rem;
  font-weight: 500;
}
.mega:hover .mega__menu {
  transform: scaleY(1) translateX(-50%) !important;
}

.accordion__menu--title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  text-decoration: none;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
}
.accordion__menu--title .fa-minus {
  display: none;
}
.accordion__menu--title.active {
  color: #067363 !important;
}
.accordion__menu--title.active .fa-plus {
  display: none;
}
.accordion__menu--title.active .fa-minus {
  display: block;
}
.accordion__content {
  display: none;
}
.accordion__content ul li {
  list-style: disc;
  margin-bottom: 0.5rem;
}
.accordion__content ul li a {
  text-decoration: none;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
}

.owl-dot span {
  height: 0.8125rem !important;
  width: 0.8125rem !important;
}
.owl-dot.active span {
  height: 0.9375rem !important;
  width: 0.9375rem !important;
  background-color: #067363 !important;
}

.page__head {
  margin-top: 6rem;
}
.page__banner {
  position: relative;
}
.page__banner img {
  height: 22.5rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 767px) {
  .page__banner {
    display: none;
  }
}

.flex_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin-bottom: clamp(2rem, 8vw, 4.375rem);
}
.flex_head .more {
  color: #067363;
  font-size: 1rem;
  font-weight: 500;
  min-width: 3.75rem;
}
@media (max-width: 1200px) {
  .flex_head {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .flex_head {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .flex_head .section__title br {
    display: none;
  }
}

.banner {
  position: relative;
  height: calc(100vh - 100px);
}
.banner :where(.container-fluid, .banner__swiper, .owl-stage-outer, .owl-stage, .owl-item, .item) {
  height: 100%;
}
.banner__box {
  position: relative;
  height: 100%;
}
.banner__content {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
@media (min-width: 1500px) {
  .banner__content {
    position: absolute;
    bottom: 15%;
    left: 50%;
  }
}
@media (max-width: 991px) {
  .banner__content {
    height: auto;
    padding-bottom: 0;
  }
}
.banner__content .section__title h5 {
  color: #067363;
  font-size: 1.25rem;
  font-weight: 600;
}
.banner__content .section__title h1,
.banner__content .section__title h2 {
  color: #ffffff;
  font-size: 4.0625rem;
  font-weight: 600;
  text-transform: inherit;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 4.75rem;
}
@media (min-width: 1500px) {
  .banner__content .section__title h1,
  .banner__content .section__title h2 {
    line-height: 5.75rem;
    font-size: 4.75rem;
    font-weight: 600;
  }
}
@media (max-width: 1300px) {
  .banner__content .section__title h1,
  .banner__content .section__title h2 {
    font-size: 3.4375rem;
    line-height: 4rem;
  }
}
@media (max-width: 1200px) {
  .banner__content .section__title h1,
  .banner__content .section__title h2 {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
@media (max-width: 991px) {
  .banner__content .section__title h1,
  .banner__content .section__title h2 {
    font-size: 3.125rem;
  }
}
@media (max-width: 767px) {
  .banner__content .section__title h1,
  .banner__content .section__title h2 {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}
@media (max-width: 575px) {
  .banner__content .section__title h1,
  .banner__content .section__title h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.banner__content .section__title h1 img,
.banner__content .section__title h2 img {
  height: auto;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  position: absolute;
  top: clamp(3.125rem, 5vw, 4.375rem);
  right: 0;
  z-index: -1;
}
.banner__content .content {
  margin: 1.875rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1300px) {
  .banner__content .content {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 991px) {
  .banner__content .content {
    margin-bottom: 1.875rem;
  }
}
.banner__content .content p {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 1.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #ffffff;
}
@media (max-width: 767px) {
  .banner__content .content p {
    line-height: 1.5rem;
  }
}
.banner__content .content .btn__group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.5rem;
}
.banner__content .content .btn__group .l__button--primary {
  border-radius: 0.625rem;
  padding: 1.125rem 1.625rem;
  box-shadow: 0px 20px 35px 0px rgba(106, 231, 225, 0.14);
}
@media (max-width: 767px) {
  .banner__content .content .btn__group .l__button--primary {
    padding: 0.75rem 2rem !important;
  }
}
.banner__content .content .btn__group .play {
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
}
.banner__content .content .btn__group .play small {
  height: 3.25rem;
  width: 3.25rem;
  overflow: hidden;
  line-height: 3.25rem;
  min-width: 3.25rem;
  text-align: center;
  background-color: #13A9A2;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  display: inline-block;
  box-shadow: 0px 20px 35px 0px rgba(106, 231, 225, 0.14);
}
.banner__content .content .btn__group .play span {
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 500px) {
  .banner__content .content .btn__group {
    flex-direction: column;
    align-items: flex-start;
  }
}
.banner__img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 1.25rem;
  position: relative;
}
.banner__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.banner__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.banner__swiper .owl-nav button {
  position: absolute;
  top: 50%;
  left: auto;
  margin: 1.25rem !important;
  color: #ffffff !important;
  height: 2.875rem !important;
  width: 2.875rem !important;
  overflow: hidden;
}
.banner__swiper .owl-nav button span {
  color: #ffffff !important;
}
.banner__swiper .owl-nav button.owl-prev {
  left: 0;
}
.banner__swiper .owl-nav button.owl-next {
  right: 0;
}
.banner__swiper .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.service {
  position: relative;
  padding: clamp(3.75rem, 8vw, 4.875rem) 0 clamp(3.75rem, 8vw, 6.875rem) 0;
}
.service__list {
  padding: clamp(2rem, 8vw, 4.875rem) 0 clamp(3.75rem, 8vw, 6.875rem) 0;
}
.service::before {
  content: "";
  position: absolute;
  top: 4.875rem;
  right: 3%;
  background-image: url("../images/service-vector.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 9.6875rem;
  width: 9.6875rem;
  overflow: hidden;
}
.service .section__title {
  margin-bottom: clamp(3rem, 5vw, 4.25rem);
}
.service__card {
  position: relative;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  text-align: center;
  transition: all 0.5s ease;
}
.service__card a {
  text-decoration: none;
}
.service__card--icon {
  text-align: center;
  margin-bottom: 1.875rem;
  position: relative;
}
.service__card--icon img {
  height: 4.375rem;
  width: 4.375rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  margin: auto;
  position: relative;
  z-index: 1;
}
.service__card--icon .box {
  display: block;
  background-color: #cbfffd;
  border-radius: 1.125rem 0 0.625rem 0;
  height: 3rem;
  width: 3rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
}
.service__card--content h4 {
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Open Sans", serif;
  margin-bottom: 0.9375rem;
  color: #1e1d4c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service__card--content p {
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
.service__card:hover {
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.02), 0px 64.815px 46.852px 0px rgba(0, 0, 0, 0.02), 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.01), 0px 20px 13px 0px rgba(0, 0, 0, 0.01), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.01), 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0);
  border-radius: 2.25rem;
  background-color: #ffffff;
}
.service__card:hover .service__card--content h4 {
  color: #067363;
}
@media (max-width: 1200px) {
  .service__card {
    padding: 2rem;
  }
}
@media (max-width: 1100px) {
  .service__card {
    padding: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .service__card {
    padding: 1rem;
  }
}
.service__detail--img img {
  height: auto;
  width: 100%;
  object-fit: cover;
  margin-bottom: 2rem;
}

.package {
  position: relative;
  padding-bottom: clamp(3.75rem, 10vw, 5rem);
}
.package .owl-dots {
  z-index: 1;
  position: relative;
}
.package__list {
  margin-top: 2rem;
  margin-bottom: clamp(3.75rem, 8vw, 6.875rem);
}
.package .owl-stage-outer {
  padding-bottom: 3.75rem;
  padding-left: 0.1875rem;
  padding-right: 0.1875rem;
}
.package__card {
  position: relative;
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 36px;
  background: #ffffff;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.12);
}
.package__card--head {
  position: absolute;
  top: 2rem;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  flex-direction: column;
}
.package__card--head .time {
  font-size: 0.75rem;
  font-weight: 500;
  color: #333333;
  padding: 0.5rem 0.625rem;
  font-size: 12px;
  font-weight: 500;
  background: #100c08;
  color: #ffffff;
  display: inlin-block;
}
.package__card--head .location {
  font-family: "Rubik", serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #333333;
  padding: 0.5rem 0.625rem;
  background: #ffffff;
  color: #100c08;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  border: 1px solid rgba(155, 166, 151, 0.5);
}
.package__card--head .location i {
  color: #5e625d;
  margin-right: 0.5rem;
  font-size: 1rem;
}
.package__card--img {
  height: 13.125rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
  margin-bottom: 1.125rem;
}
.package__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.5s ease;
}
.package__card--img img:hover {
  transform: scale(1.1);
}
.package__card--content-body .title {
  font-family: "Open Sans", serif;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1.75rem;
  color: #100c08;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.package__card--content-body .title:hover {
  color: #067363;
}
.package__card--content-body .route {
  border-bottom: 1px solid rgba(16, 12, 8, 0.2);
  padding-bottom: 1.5625rem;
  margin-bottom: 1rem;
}
.package__card--content-body .route ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.125rem;
}
.package__card--content-body .route ul li {
  position: relative;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #333333;
}
.package__card--content-body .route ul li:nth-child(odd) {
  font-weight: 500;
}
.package__card--content-body .route ul li:last-child::before {
  display: none;
}
.package__card--content-body .route ul li::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  content: "\f178";
  position: absolute;
  top: 0;
  right: -1.375rem;
}
.package__card--content-body a {
  text-decoration: none;
}
.package__card--content-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
.package__card--content-foot .left span {
  font-size: 0.75rem;
  font-weight: 400;
  color: #333333;
}
.package__card--content-foot .left .price__bold {
  color: #030403;
  font-size: 1.5625rem;
  font-weight: 600;
}
.package__card--content-foot .left .price__light {
  color: rgba(16, 12, 8, 0.5);
  font-size: 1rem;
  font-weight: 500;
}
.package__card--content-foot .left small {
  font-size: 0.625rem;
  font-weight: 400;
  color: #787878;
}
.package__card--content-foot .right .l__button--primary {
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.75rem 1rem;
  min-width: 8.75rem;
}
.package__card--content-foot .right .l__button--primary span {
  color: #ffffff;
  margin-right: 0.5rem;
  display: inline-block;
}
.package__card--content-foot .right .l__button--primary svg {
  margin-left: 0.5rem;
}
@media (max-width: 1200px) {
  .package__card--content-foot {
    gap: 1rem;
  }
  .package__card--content-foot .right .l__button--primary {
    padding: 0.75rem;
  }
  .package__card--content-foot .right .l__button--primary span {
    margin-right: 0.0625rem;
  }
}
@media (max-width: 1200px) {
  .package__card {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .package__card--content-foot .left .price__bold {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .package__card--content-body .title {
    margin-bottom: 1rem;
  }
  .package__card--content-body .route {
    padding-bottom: 1rem;
  }
}
.package__info {
  position: absolute;
  bottom: auto;
  left: 0;
  padding-bottom: 21px;
  bottom: 0;
  width: 100%;
}
.package__info .row {
  align-items: center;
}
.package__info h2.country {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 13px;
}
.package__info--title h1 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
}
.package__info--title h1 small {
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
}
.package__info--meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.package__info--meta li {
  list-style: none;
}
.package__info--meta li h3 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}
.package__info--meta li h3 small {
  font-size: 1.5rem;
  font-weight: 400;
  margin-right: 0.625rem;
  color: #ffffff;
}
.package__detail {
  margin: 1.375rem 0 0 0;
}
.package__detail--banner {
  position: relative;
}
.package__detail--banner::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
}
.package__detail--banner img {
  height: 22.5rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 767px) {
  .package__detail--banner img {
    height: 30rem;
  }
}
.package__detail--content {
  margin-bottom: clamp(2.5rem, 8vw, 4.375rem);
}
.package__detail--nav {
  position: sticky;
  top: 5.125rem;
  z-index: 2;
  background: #fff;
  box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 0.75rem 1.375rem;
  border-radius: 0.3125rem;
  margin-bottom: 3.125rem;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.package__detail--nav .nav {
  gap: clamp(2rem, 4vw, 2.5rem);
  flex-wrap: nowrap;
}
.package__detail--nav .nav li a {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  text-align: center;
}
.package__detail--nav .nav li a:hover, .package__detail--nav .nav li a.active {
  color: #151b30;
  font-weight: 600;
}
.package__detail--nav .nav li a:hover svg path, .package__detail--nav .nav li a.active svg path {
  fill: #151b30;
}
.package__detail .breadcrumb__list {
  padding: 0;
  margin: 0;
  margin-bottom: 1.625rem;
}
.package__detail .breadcrumb__list li {
  list-style: none;
  font-size: 1rem;
  font-weight: 400;
}
.package__detail .breadcrumb__list li a {
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}
.package__detail .breadcrumb__list li a:hover {
  color: #067363;
}
.package__detail .breadcrumb__list li span {
  color: #333;
}
.package__detail .faq,
.package__detail .attraction,
.package__detail .gallery,
.package__detail .exclude,
.package__detail .include,
.package__detail .routemap,
.package__detail .iterary,
.package__detail .highlight,
.package__detail .overview {
  margin-bottom: clamp(2.5rem, 8vw, 4.375rem);
}
.package__detail .faq h2,
.package__detail .attraction h2,
.package__detail .gallery h2,
.package__detail .exclude h2,
.package__detail .include h2,
.package__detail .routemap h2,
.package__detail .iterary h2,
.package__detail .highlight h2,
.package__detail .overview h2 {
  color: #05073c;
  font-family: "Volkhov", serif;
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: capitalize;
}
.package__detail .overview h2 {
  margin-bottom: 2.25rem;
}
.package__detail .overview__stats {
  margin-bottom: clamp(3rem, 8vw, 5rem);
}
.package__detail .overview__stats--card {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(1rem, 3vw, 2.25rem);
}
.package__detail .overview__stats--card img {
  margin-top: 0.5rem;
}
.package__detail .overview__stats--card span {
  color: #0e0e0e;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  margin-bottom: 0.1875rem;
}
.package__detail .overview__stats--card p {
  color: #0e0e0e;
  font-size: clamp(1rem, 3vw, 1.125rem);
  font-weight: 700;
}
.package__detail .overview .content {
  margin-bottom: clamp(2.5rem, 8vw, 4.375rem);
}
.package__detail .highlight h2 {
  font-weight: 400;
  margin-bottom: 0.75rem;
}
.package__detail .iterary h2 {
  margin-bottom: 1.25rem;
}
.package__detail .iterary .accordion {
  padding: 0;
  margin: 0;
  position: relative;
}
.package__detail .iterary .accordion::before {
  content: "";
  height: 100%;
  width: auto;
  overflow: hidden;
  border-left: 1px dashed #067363;
  position: absolute;
  top: 0;
  left: 0.5rem;
}
.package__detail .iterary .accordion__item {
  padding-left: 2.375rem;
  position: relative;
  list-style: none;
  margin-bottom: 3.125rem;
}
.package__detail .iterary .accordion__item:last-child::before, .package__detail .iterary .accordion__item:first-child::before {
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
  background-color: #067363;
  left: -0.3125rem;
  top: 0;
}
.package__detail .iterary .accordion__item:last-child {
  margin-bottom: 0;
}
.package__detail .iterary .accordion__item::before {
  content: "";
  height: 1.125rem;
  width: 1.125rem;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #067363;
  background: #ffffff;
  position: absolute;
  top: 0.25rem;
  left: 0;
}
.package__detail .iterary .accordion__title {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  color: #4f4f4f;
  display: block;
}
.package__detail .iterary .accordion__title.active {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .package__detail .iterary .accordion__item {
    margin-bottom: 1.5rem;
  }
  .package__detail .iterary .accordion__title.active {
    margin-bottom: 1rem;
  }
}
.package__detail .routemap__image {
  margin-bottom: 1.875rem;
}
.package__detail .routemap__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.package__detail .exclude h2,
.package__detail .include h2 {
  margin-bottom: 0.625rem;
}
.package__detail .exclude ul,
.package__detail .include ul {
  padding: 0;
  margin: 0;
}
.package__detail .exclude ul li,
.package__detail .include ul li {
  margin-bottom: 0.75rem;
  list-style: none;
  padding-left: 1.875rem;
  position: relative;
}
.package__detail .exclude ul li::before,
.package__detail .include ul li::before {
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.package__detail .exclude ul li:last-child,
.package__detail .include ul li:last-child {
  margin-bottom: 0;
}
.package__detail .include ul li:before {
  background-image: url("/static/site-asset/images/icon/package/tick.svg");
}
.package__detail .exclude ul li:before {
  background-image: url("/static/site-asset/images/icon/package/close.svg");
  height: 0.75rem;
  width: 0.75rem;
  overflow: hidden;
  top: 6px;
}
.package__detail .gallery {
  padding-bottom: 0;
}
.package__detail .gallery::before {
  display: none;
}
.package__detail .gallery h2 {
  margin-bottom: 1.875rem;
}
.package__detail .gallery__card--img {
  height: 14.0625rem;
  border-radius: 0.625rem;
}
.package__detail .faq h2 {
  margin-bottom: 1.875rem;
}
.package__detail .faq .accordion__item {
  padding: 1.25rem;
  border: 1px solid #e7e6e6;
  border-radius: 12px;
  margin-bottom: 1.25rem;
}
.package__detail .faq .accordion__item:last-child {
  margin-bottom: 0;
}
.package__detail .faq .accordion__title {
  color: #05073c;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  display: block;
}
.package__detail .faq .accordion__title i {
  position: absolute;
  top: 0;
  right: 0;
}
.package__detail .faq .accordion__title.active {
  color: #13A9A2;
}
.package__detail .faq .accordion__title.active i {
  transform: rotate(180deg);
}
.package__detail .faq .accordion__content {
  margin-top: 1rem;
}
.package__detail aside {
  position: sticky;
  top: 9.6875rem;
}
.package__detail .sidebox {
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #e7e6e6;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
  padding: clamp(1.125rem, 3vw, 1.625rem) clamp(1.125rem, 3vw, 2rem);
}
@media (max-width: 1200px) {
  .package__detail .sidebox {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .package__detail .sidebox {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .package__detail .sidebox {
    padding: 1rem;
  }
}
.package__detail .sidebox h3 {
  color: #05073c;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.package__detail .sidebox__head {
  padding-bottom: 2.5rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #e7e6e6;
}
.package__detail .sidebox__head ul {
  padding: 0;
  margin: 0;
}
.package__detail .sidebox__head ul li {
  list-style: none;
  margin-bottom: 1.5rem;
  padding-left: 1.875rem;
  position: relative;
}
.package__detail .sidebox__head ul li:last-child {
  margin-bottom: 0;
}
.package__detail .sidebox__head ul li::before {
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  overflow: hidden;
  background-image: url("/static/site-asset/images/icon/package/tick.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}
.package__detail .sidebox__body .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.75rem;
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 1.25rem;
}
.package__detail .sidebox__body .price small {
  font-size: 1rem;
  font-weight: 500;
  color: #05073c;
}
.package__detail .sidebox__body .price span {
  font-size: 1.25rem;
  font-weight: 500;
  color: #05073c;
}
.package__detail .sidebox__body .price__group {
  margin-bottom: 1.5rem;
}
.package__detail .sidebox__body .price__group--box {
  background-color: #f6fafe;
  padding: 1.5rem;
}
.package__detail .sidebox__body .price__group--box table {
  width: 100%;
}
.package__detail .sidebox__body .price__group--box table tbody tr th,
.package__detail .sidebox__body .price__group--box table thead tr th {
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  font-weight: 600;
  border-bottom: 1px solid #4f4f4f;
  color: #14183e;
}
.package__detail .sidebox__body .price__group--box table tbody tr th:last-child,
.package__detail .sidebox__body .price__group--box table thead tr th:last-child {
  text-align: right;
}
.package__detail .sidebox__body .price__group--box table tbody tr td {
  position: relative;
}
.package__detail .sidebox__body .price__group--box table tbody tr td span {
  color: #333333;
  display: inline-block;
  background-color: #f6fafe;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.package__detail .sidebox__body .price__group--box table tbody tr td:last-child {
  text-align: right;
}
.package__detail .sidebox__body .price__group--box table tbody tr td::before {
  content: "";
  height: 0.2px;
  width: 100%;
  overflow: hidden;
  background-color: #c7c7c7;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.package__detail .sidebox__body .btn__group .l__button {
  display: block;
  width: 100%;
  border-radius: 0.625rem;
  margin-bottom: 0.9375rem;
}
.package__detail .sidebox__body .btn__group .l__button--primary {
  box-shadow: 0px 20px 35px 0px rgba(106, 231, 225, 0.14);
}
.package__detail .share {
  margin-top: 1.25rem;
}
.package__detail .share h3 {
  color: #05073c;
  font-size: 1.125rem;
  font-weight: 500;
}
.package__detail .share .social__icon {
  background-color: #f0f0f0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 0.375rem;
}
.package__detail .share .social__icon img {
  height: 1.5rem;
  width: 1.5rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 991px) {
  .package .owl-stage-outer {
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .package {
    padding-bottom: 2rem;
  }
}

.modal__inquiry .modal-header h2 {
  font-size: 2.5rem !important;
  font-weight: 700;
  font-family: "Volkhov", serif;
  color: #11142d;
}
.modal__inquiry .modal-content {
  border-radius: 1.5rem;
}
.modal__inquiry .modal-header {
  border-bottom: none;
  padding: clamp(1.5rem, 5vw, 2.625rem) clamp(1.5rem, 5vw, 3.375rem) 1.25rem clamp(1.5rem, 5vw, 3.375rem);
}
.modal__inquiry .modal-body {
  padding: 0 clamp(1.5rem, 5vw, 3.375rem);
  padding-bottom: clamp(1.5rem, 5vw, 2.625rem);
}
.modal__inquiry .modal-body h3 {
  font-family: "Open Sans", serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.modal__inquiry .modal-body .form-label {
  color: #100c08;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  display: block;
}
.modal__inquiry .modal-body .form-select, .modal__inquiry .modal-body .form-control {
  border-radius: 1px border #e1e1e1;
  padding: 0.875rem 1rem;
  border-radius: 0.5rem;
}
.modal__inquiry .modal-body .form-select::placeholder, .modal__inquiry .modal-body .form-control::placeholder {
  color: #5e6282;
  font-size: 1rem;
  font-weight: 400;
}
.modal__inquiry .modal-body .form .intl-tel-input {
  width: 100%;
}
@media (max-width: 767px) {
  .modal__inquiry .modal-header h2 {
    font-size: 1.5rem !important;
  }
  .modal__inquiry .modal-body h3 {
    font-size: 1.25rem;
  }
}

.steps {
  padding-bottom: 3rem;
}
.steps .section__title {
  margin-bottom: 2rem;
}
.steps__card {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.375rem;
}
.steps__card--icon {
  height: 3rem;
  width: 3rem;
  overflow: hidden;
  line-height: 3rem;
  min-width: 3rem;
  background-color: #067363;
  border-radius: 0.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.steps__card--icon img {
  height: 2rem;
  width: 2rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.steps__card--content h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #5e6282;
  margin-bottom: 0.25rem;
  text-transform: capitalize;
}
.steps__card--content p {
  font-size: 1rem;
  font-weight: 400;
  color: #5e6282;
  margin-bottom: 0;
}
.steps__img {
  position: relative;
}
.steps__img::before {
  content: "";
  height: 22.1875rem;
  width: 22.1875rem;
  overflow: hidden;
  border-radius: 50%;
  opacity: 0.3;
  background: #59b1e6;
  filter: blur(4.6875rem);
  position: absolute;
  top: 0;
  right: 3.125rem;
}
.steps__img img {
  height: 32rem;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  position: relative;
  z-index: 1;
}
.steps .row .col:nth-child(1) .steps__card--icon {
  background-color: #f0bb1f;
}
.steps .row .col:nth-child(2) .steps__card--icon {
  background-color: #f15a2b;
}
.steps .row .col:nth-child(3) .steps__card--icon {
  background-color: #006380;
}

.video__container {
  position: relative;
  bottom: #000000;
}
.video__container video {
  height: 32rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 991px) {
  .video__container video {
    height: auto;
  }
}

.testimonial {
  background-color: #f6fafe;
  padding: 3.75rem 0 clamp(3.75rem, 6vw, 5.125rem) 0;
}
.testimonial .owl-dots {
  margin-top: 3.125rem !important;
}
.testimonial__card {
  background-color: #ffffff;
  padding: clamp(1rem, 3vw, 2rem);
  border-radius: 0.75rem;
}
.testimonial__card--head {
  max-width: 450px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1rem;
}
.testimonial__card--head img {
  height: 4.375rem;
  width: 4.375rem !important;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  min-width: 4.375rem !important;
  border-radius: 50%;
}
.testimonial__card--head .text h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #0b0a04;
  margin-bottom: 0;
}
.testimonial__card--head .text span {
  font-size: 0.875rem;
  font-weight: 400;
  color: #939393;
}
.testimonial__card--body h4 {
  font-family: "Open Sans", serif;
  color: #067363;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.testimonial__about {
  margin-bottom: 2rem;
}
.testimonial__about .testimonial {
  padding-bottom: 2rem;
}

.partner {
  position: relative;
  padding-top: clamp(3.75rem, 6vw, 4.875rem);
  padding-bottom: clamp(3.75rem, 6vw, 5.125rem);
}
.partner .section__title {
  margin-bottom: 3rem;
}
.partner .item {
  padding: 1rem;
}
.partner__card--img {
  height: 10rem;
  width: 100%;
  overflow: hidden;
}
.partner__card--img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  filter: grayscale(1);
}
.partner .owl-item.center .partner__card {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.12);
}
.partner .owl-item.center .partner__card--img img {
  filter: grayscale(0);
}

.gallery {
  padding-bottom: clamp(3.75rem, 10vw, 8.125rem);
  position: relative;
  overflow: hidden;
}
.gallery::before {
  content: "";
  height: 31.25rem;
  width: 31.25rem;
  overflow: hidden;
  background-color: #d5aee4;
  filter: blur(75px);
  position: absolute;
  top: 1.25rem;
  right: -28%;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .gallery::before {
    top: 3.75rem;
  }
}
@media (max-width: 767px) {
  .gallery::before {
    display: none;
  }
}
.gallery .section__title h2 {
  margin-bottom: 1.5rem;
}
.gallery .l__button--primary {
  padding: 1.125rem 1.5rem;
  border-radius: 0.5rem;
  min-width: 9.625rem;
}
@media (max-width: 767px) {
  .gallery .l__button--primary {
    padding: 0.75rem 1rem;
  }
}
.gallery__card {
  position: relative;
  z-index: 1;
}
.gallery__card--img {
  height: 20rem;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.gallery__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.3s ease;
}
.gallery__card--img img:hover {
  transform: scale(1.1);
}

.blog {
  padding-bottom: clamp(3.75rem, 10vw, 8.125rem);
}
.blog__single {
  position: relative;
}
.blog__single--img {
  height: 31.25rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
}
.blog__single--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.3s ease;
}
.blog__single--img img:hover {
  transform: scale(1.1);
}
.blog__single--content {
  background-color: #ffffff;
  padding: 1.5625rem 1.25rem;
  border-radius: 0.625rem;
  box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 1;
  margin: -9.0625rem auto auto auto;
  width: 90%;
}
.blog__single--content .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.75rem;
}
.blog__single--content .head .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.blog__single--content .head .left img {
  height: 1.75rem;
  width: 1.75rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 50%;
}
.blog__single--content .head .left span {
  color: #8b8b8b;
  font-size: 0.875rem;
  font-weight: 400;
}
.blog__single--content .head .right span {
  color: #8b8b8b;
  font-size: 0.875rem;
  font-weight: 400;
}
.blog__single--content .body h3 {
  font-family: "Open Sans", serif;
  color: #000000;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: capitalize;
}
.blog__single--content .body h3:hover {
  color: #067363;
}
.blog__single--content .body p {
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__single--content .body a {
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  color: #067363;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .blog__single {
    margin-bottom: 2.375rem;
  }
}
@media (max-width: 767px) {
  .blog__single--img {
    height: 18.75rem;
  }
}
.blog__flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2.375rem;
}
.blog__flex:last-child {
  margin-bottom: 0;
}
.blog__flex--img {
  height: 9.25rem;
  width: 15rem;
  overflow: hidden;
  min-width: 15rem;
  border-radius: 0.3125rem;
}
.blog__flex--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.blog__flex--content h3 {
  font-family: "Open Sans", serif;
  color: #000000;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: capitalize;
}
.blog__flex--content h3:hover {
  color: #067363;
}
.blog__flex--content span {
  color: #8b8b8b;
  font-size: 1rem;
  font-weight: 400;
  display: block;
  margin-bottom: 1.5rem;
}
.blog__flex--content p {
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__flex--content a {
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  color: #067363;
  transition: all 0.3s ease;
  display: block;
}
@media (max-width: 1200px) {
  .blog__flex--img {
    width: 10rem;
    min-width: 10rem;
  }
}
@media (max-width: 767px) {
  .blog__flex {
    flex-direction: column;
  }
  .blog__flex--img {
    height: 18.75rem;
    width: 100%;
    overflow: hidden;
    border-radius: 0.625rem;
  }
  .blog__flex--content {
    background-color: #ffffff;
    padding: 1.5625rem 1.25rem;
    border-radius: 0.625rem;
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 1;
    margin: -9.0625rem auto auto auto;
    width: 90%;
  }
}
.blog__list {
  padding: clamp(2rem, 8vw, 4.875rem) 0 clamp(3.75rem, 8vw, 6.875rem) 0;
}
.blog__list .sidebar {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 25px 0px rgba(16, 16, 16, 0.05);
  padding: 1.25rem;
  position: sticky;
  top: 5.625rem;
}
.blog__list .sidebar h2 {
  color: #151b30;
  font-family: "Open Sans" serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.blog__list .sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog__list .sidebar ul li {
  margin-bottom: 1.25rem;
}
.blog__list .sidebar ul li:last-child {
  margin-bottom: 0;
}
.blog__list .sidebar ul li a {
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.blog__card {
  position: relative;
  margin-bottom: clamp(1.5rem, 5vw, 4rem);
}
.blog__card:last-child {
  margin-bottom: 0;
}
.blog__card--img {
  height: 26.75rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.3125rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}
.blog__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .blog__card--img {
    height: 21.875rem;
  }
}
@media (max-width: 767px) {
  .blog__card--img {
    height: 18.75rem;
  }
}
.blog__card--content a {
  text-decoration: none;
}
.blog__card--content .meta {
  margin-bottom: clamp(1.5rem, 3vw, 2.375rem);
}
.blog__card--content .meta span {
  color: #100c08;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
}
.blog__card--content h3 {
  font-family: "Volkhov", serif;
  color: #100c08;
  font-size: clamp(1rem, 3vw, 1.75rem);
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__card--content h3:hover {
  color: #067363;
}
.blog__card--content .more {
  color: #067363;
  text-decoration: underline;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
}
.blog__card--content .more span {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
  line-height: 1.5rem;
  text-align: center;
  border: 1px solid #067363;
  border-radius: 50%;
  transform: rotate(-45deg);
  color: #067363;
}
.blog__card:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .blog__card--content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.blog__detail {
  margin-top: clamp(1.5rem, 5vw, 3.125rem);
}
.blog__detail--img {
  border-radius: 0.625rem;
  margin-bottom: 2rem;
}
.blog__detail--img img {
  height: 29.375rem;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 991px) {
  .blog__detail--img img {
    height: auto;
  }
}
.blog__detail--content table tbody th,
.blog__detail--content table tbody td,
.blog__detail--content table thead th,
.blog__detail--content table thead td {
  border: 1px solid #000;
  padding: 8px;
}
.blog__detail .meta {
  margin-bottom: clamp(1.5rem, 3vw, 2.375rem);
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}
.blog__detail .meta span {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
  color: #100c08;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
}
.blog__detail .meta ul {
  padding: 0;
  margin: 0;
  margin-left: 1rem;
  display: inline-block;
}
.blog__detail .meta ul li {
  display: inline-block;
  list-style: none;
}
.blog__detail .recent {
  margin-top: clamp(1.5rem, 5vw, 3.125rem);
}
.blog__detail .recent .section__title h2 {
  font-family: "Volkhov", serif;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.search .form {
  border-radius: 0.625rem;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
  margin-top: -3.125rem;
  padding: 1.25rem clamp(1.25rem, 5vw, 3.125rem);
  position: relative;
}
.search .form-label {
  color: #5e6282;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.375rem;
}
.search .form-select, .search .form-control {
  border-radius: 0.25rem;
  border: 1px solid #ededed;
  background-color: #f7f8fa;
  padding: 0.625rem 0.5rem;
  padding-left: 1.75rem;
  color: #5e6282;
}
.search .form img {
  height: 0.875rem;
  width: 0.875rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
}
.search .form .l__button--primary {
  margin-top: 1.5625rem;
}
@media (max-width: 991px) {
  .search .form {
    margin-top: clamp(2rem, 5vw, 3.125rem);
  }
}

.about {
  padding: clamp(3.75rem, 8vw, 4.875rem) 0 clamp(3.75rem, 8vw, 5.625rem) 0;
}
.about__detail {
  padding-top: clamp(2rem, 8vw, 4.875rem);
}
.about__content .section__title {
  margin-bottom: 1.25rem;
}
.about__content .section__title h1 {
  font-size: 1.8125rem;
}
.about__content .points {
  margin-top: 2.375rem;
}
.about__content .points__card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  border-radius: 0.9375rem;
  background-color: #ffffff;
  padding: 1rem clamp(1rem, 3vw, 2rem);
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.02), 0px 64.815px 46.852px 0px rgba(0, 0, 0, 0.02), 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.01), 0px 20px 13px 0px rgba(0, 0, 0, 0.01), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.01), 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0);
}
.about__content .points__card--img {
  background-color: F3FFFF;
  border-radius: 50%;
  height: 3.5rem;
  width: 3.5rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  line-height: 3.5rem;
  min-width: 3.5rem;
}
.about__content .points__card--img img {
  height: 1.5625rem;
  width: 1.5625rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.about__content .points__card--content h3 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}
.about__content .btn__group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}
.about__content .btn__group .l__button--primary {
  border-radius: 0.625rem;
  box-shadow: 0px 20px 35px 0px rgba(106, 231, 225, 0.14);
}
.about__content .btn__group .play {
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.about__content .btn__group .play span {
  font-size: 1rem;
  font-weight: 600;
}
.about__group {
  position: sticky;
  top: 5.625rem;
  margin-bottom: 2rem;
}
.about__img {
  height: 28.125rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.875rem;
  position: relative;
}
.about__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  object-position: center;
}
.about .exp {
  border-radius: 0.625rem;
  background-color: #04070a;
  padding: 0.9375rem 0.75rem;
  color: #ffffff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  display: inline-flex;
  position: absolute;
  bottom: 0;
  right: 0;
}
.about .exp small,
.about .exp span {
  color: #ffffff;
  font-size: 2.1875rem;
  font-weight: 700;
  font-family: Rubik;
  text-align: left;
}
.about .exp small {
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .about .group {
    position: relative;
    margin-bottom: 1.5rem;
  }
  .about__img {
    height: auto;
  }
  .about__img img {
    object-fit: contain;
  }
  .about .exp {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.mission {
  margin-bottom: clamp(3.75rem, 7vw, 6.25rem);
}
.mission .section__title {
  margin-bottom: 1.625rem;
}
.mission .section__title h2 {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Open Sans", serif;
}

#info__counter {
  border-top: 1px solid rgba(16, 12, 8, 0.1);
  border-bottom: 1px solid rgba(16, 12, 8, 0.1);
  padding: 2.5rem 0;
}

.info__card {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 1.25rem;
}
.info__card--img img {
  height: 3.125rem;
  width: 3.125rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  min-width: 3.125rem;
}
.info__card--content h3 {
  color: #100c08;
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 0;
}
.info__card--content span {
  color: #787878;
}
.info__card .percent:after {
  content: "+";
  display: inline-block;
}

.choose {
  padding-bottom: clamp(3.75rem, 8vw, 6.875rem);
}
.choose .section__title {
  margin-bottom: 2.625rem;
}
.choose__card {
  border-radius: 0.3125rem;
  border: 1px solid rgba(16, 12, 8, 0.1);
  background: #ffffff;
  padding: clamp(1.125rem, 3vw, 2.25rem) clamp(1.125rem, 3vw, 2rem);
}
.choose__card--head {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1rem;
  margin-bottom: 1.75rem;
}
.choose__card--head img {
  height: 4.0625rem;
  width: 4.0625rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  min-width: 4.0625rem;
}
.choose__card--head h3 {
  color: #100c08;
  font-size: 1.375rem;
  font-weight: 700;
  font-family: "Open Sans", serif;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.choose__card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .choose__card {
    text-align: center;
  }
  .choose__card--head {
    flex-direction: column;
    margin-bottom: 1rem;
    justify-content: center;
    align-items: center;
  }
}

.team {
  padding: clamp(3.75rem, 8vw, 4.875rem) 0 clamp(3.75rem, 8vw, 6.875rem) 0;
}
.team .section__title {
  margin-bottom: 2.5rem;
}
.team__list--img {
  height: 400px;
  width: 100%;
  overflow: hidden;
  position: sticky;
  top: 6.25rem;
}
.team__list--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  max-width: 24rem;
}
.team__list--content h3 {
  color: #067363;
  font-size: 1.25rem;
  font-weight: 600;
}
.team__list--content h3 span {
  font-size: 1rem;
  font-weight: 400;
}
.team__list .row {
  margin-bottom: 2.5rem;
}
.team__list .row:nth-child(even) {
  flex-direction: row-reverse;
}
.team__list .row:nth-child(even) .team__list--img img {
  margin-right: auto;
}
.team__list .row:nth-child(odd) .team__list--img img {
  margin-left: auto;
}
.team__list .row:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .team__list .row {
    flex-direction: column-reverse !important;
  }
}
.team__card {
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.02), 0px 64.815px 46.852px 0px rgba(0, 0, 0, 0.02), 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.01), 0px 20px 13px 0px rgba(0, 0, 0, 0.01), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.01), 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0);
  transition: all 0.5s ease;
}
.team__card--img {
  padding: clamp(1.5rem, 4vw, 2.5rem) 0;
}
.team__card--img img {
  height: 8.75rem;
  width: 8.75rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 50%;
  margin: auto;
}
.team__card--content {
  border-top: 1px solid #efefef;
  padding: 1.5625rem 1.125rem;
  text-align: center;
}
.team__card--content h3 {
  color: #100c08;
  font-family: "Open Sans", serif;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.team__card--content span {
  color: rgba(16, 12, 8, 0.5);
  font-size: 0.875rem;
  font-weight: 400;
}
.team__card:hover {
  transform: translateY(-1.5rem);
}

.modal-fullscreen .modal-content {
  height: 100% !important;
  border: 0;
  border-radius: 0;
  background: #f6fafe;
}

.modal-body .custom_close {
  position: absolute;
  top: 5px;
  right: 0;
  background-color: #13A9A2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  opacity: 1;
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
  color: #ffffff;
  background-image: none;
  z-index: 1;
}

.ambassader__img {
  height: 35rem;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 6px 10px rgba(85, 85, 85, 0.1);
  position: relative;
  transition: all 0.3s ease;
}
.ambassader__img:hover {
  transform: translateX(-2px);
  box-shadow: 0 12px 35px rgba(85, 85, 85, 0.1);
}
.ambassader__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  object-position: center;
  display: block;
}
@media (max-width: 991px) {
  .ambassader__img {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .ambassader__img {
    height: 20rem;
  }
}
.ambassader__content {
  margin-left: 25px;
  padding: 25px;
  background: #ffffff;
  position: relative;
  border-radius: 1rem;
}
@media (max-width: 991px) {
  .ambassader__content {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}
.ambassader__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: calc(100vh - 215px);
  overflow-y: auto;
}
.ambassader__content ul li {
  margin-bottom: 1rem;
}
.ambassader__content ul li:last-child {
  margin-bottom: 0;
}
.ambassader__content ul li .title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: rgb(135, 135, 135);
  border-bottom: 0.2rem solid #13A9A2;
  padding-bottom: 0.3rem;
}
.ambassader__content ul li strong {
  color: #000000;
}
.ambassader__content ul li .email {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}
.ambassader__content ul li p,
.ambassader__content ul li span {
  text-align: justify;
  color: #4f4f4f;
  font-size: 1rem;
  font-weight: 500;
  hyphens: auto;
}

.certificate {
  padding: clamp(3.75rem, 8vw, 4.875rem) 0 clamp(3.75rem, 8vw, 6.875rem) 0;
}
.certificate .section__title {
  margin-bottom: 2.5rem;
}
.certificate .gallery__card--img {
  height: 28rem;
  border: 1px solid #f4f4f4;
}
.certificate .gallery__card--img img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .certificate .gallery__card--img {
    height: 20rem;
  }
}
@media (max-width: 767px) {
  .certificate .gallery__card--img {
    height: 100%;
  }
}

.contact {
  padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(3rem, 5vw, 5rem) 0;
}
.contact__content .title {
  color: #151b30;
  font-size: clamp(1.625rem, 3vw, 3rem);
  font-weight: 700;
  margin-bottom: 1.625rem;
  text-transform: capitalize;
}
.contact__content .title span {
  color: #067363;
}
.contact__content p {
  margin-bottom: 2.3125rem;
}
.contact__content ul {
  padding: 0;
  margin: 0;
}
.contact__content ul .info {
  margin-top: 0;
  background-image: none;
  padding: 0;
  padding-left: 3px;
}
.contact__content ul .info::before {
  display: none;
}
.contact__content ul .info_card {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.1875rem;
  margin-bottom: 1.5rem;
}
.contact__content ul .info_card .info h6 {
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 500;
  color: #5d6c7c;
}
.contact__content ul .info_card .info span {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  flex-wrap: wrap;
  font-family: "Open Sans", serif;
}
.contact__content ul .info_card .info span a {
  text-decoration: none;
  color: #000000;
  font-family: "Open Sans", serif;
}
.contact__content form {
  border-radius: 10px;
  background: linear-gradient(121deg, #fbfbfb 0%, #f0f0f0 100%);
  padding: clamp(2rem, 4vw, 3.75rem) clamp(2rem, 4vw, 4.375rem) clamp(2rem, 3vw, 2.375rem) clamp(2rem, 4vw, 4.375rem);
}
.contact__content form h2 {
  color: #1b1b1b;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 1.375rem;
}
.contact__content form .form-control {
  border-radius: 3px;
  border: 1px solid #ededed;
  background: #fff;
  padding: 0.9375rem 1.25rem;
}
.contact__content form .form-control::placeholder {
  color: #5e5e5e;
  font-size: 0.8125rem;
  font-weight: 400;
}
.contact__content form label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #5d5b58;
  font-family: "Rubik", serif;
  margin-bottom: 0.4375rem;
}
.contact__content form label span {
  color: #eb5757;
}
.contact__content form textarea {
  height: 10.375rem;
}
.contact__content form .l__button--primary {
  padding: 1.125rem clamp(1rem, 4vw, 2.5rem);
  box-shadow: 0px 20px 35px 0px rgba(106, 231, 225, 0.14);
  border-radius: 0.625rem;
}
@media (max-width: 767px) {
  .contact__content form .l__button--primary {
    padding: 0.75rem 2rem;
  }
}
@media (max-width: 991px) {
  .contact__content form {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .contact__content {
    padding: 0;
  }
  .contact__content form .form-floating {
    margin-bottom: 1rem;
  }
}

.map iframe {
  height: 20rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 0.9375rem;
}
@media (max-width: 991px) {
  .map iframe {
    height: 17rem;
  }
}

.plan {
  overflow: hidden;
  margin: 4rem;
}
.plan__box {
  border-radius: 5px;
  border: 1px solid #f8f5f5;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  padding: 3.75rem;
}
.plan__box .head {
  position: relative;
}
.plan__box .head .progress {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
}
.plan__box .head .progress-bar {
  background-color: #067363;
}
@media (max-width: 767px) {
  .plan__box .head .progress {
    top: 1.5rem;
  }
}
.plan__box .head .step-box {
  text-align: center;
  width: 25%;
  float: left;
}
.plan__box .head .step-box h4 {
  color: #5e6282;
  font-size: 1rem;
  font-weight: 400;
}
.plan__box .head .step-box-circle {
  border-radius: 0.875rem;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  height: 5rem;
  width: 5rem;
  overflow: hidden;
  display: block;
  border: 1px solid #f1efef;
  background-color: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  transition: all 1.5s ease;
}
.plan__box .head .step-box-circle span {
  height: 4rem;
  width: 4rem;
  overflow: hidden;
  line-height: 4rem;
  text-align: center;
  display: block;
  border: 1px solid #d7fcf7;
  background: #e8fffc;
  border-radius: 14px;
  color: #067363;
  z-index: 1;
  transition: all 1.5s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.plan__box .head .step-box.active .step-box-circle {
  border-color: #067363;
}
.plan__box .head .step-box.active .step-box-circle span {
  background-color: #067363;
  color: #ffffff;
}
@media (max-width: 767px) {
  .plan__box .head .step-box h4 {
    font-size: 0.5625rem;
  }
  .plan__box .head .step-box-circle {
    height: 3rem;
    width: 3rem;
    overflow: hidden;
    border-radius: 0.3125rem;
    font-size: 0.875rem;
  }
  .plan__box .head .step-box-circle span {
    border-radius: 0.3125rem;
    height: 2.5rem;
    width: 2.5rem;
    overflow: hidden;
    line-height: 2.5rem;
  }
}
.plan__box--card {
  padding-left: 0;
  margin-top: clamp(1.5rem, 7vw, 3.125rem);
  width: 100%;
}
.plan__box--card .icon {
  border-radius: 0.625rem;
  border: 1px solid #d4cdcd;
  background: #fdffff;
  padding: 2.875rem;
  text-align: center;
}
.plan__box--card .icon img {
  height: 5.3125rem;
  width: 5.3125rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.plan__box--card .icon span {
  margin-top: 1rem;
  display: block;
}
.plan__box--card label {
  width: 100%;
}
.plan__box--card input {
  display: none;
}
.plan__box--card input:checked ~ .icon {
  border-color: #067363;
  background: #f2fffe;
}
.plan__box--card input:checked ~ .icon svg path {
  fill: #067363;
}
.plan__box--card input:checked ~ .icon span {
  color: #067363;
}
.plan__box--card-check {
  margin-top: clamp(1.5rem, 7vw, 3.5rem);
}
.plan__box--card-check label {
  color: #100c08;
  font-weight: 500;
}
.plan__box--card-check input {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.plan__box--card-check input:checked {
  background-color: #067363;
  border-color: #067363;
  background-image: none !important;
}
@media (max-width: 1200px) {
  .plan__box--card label {
    width: 100%;
  }
  .plan__box--card .icon {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .plan__box--card {
    margin-top: 0;
  }
  .plan__box--card .icon {
    padding: 1rem;
  }
  .plan__box--card .icon svg {
    height: 3.75rem;
    width: 3.75rem;
    overflow: hidden;
  }
}
.plan__box .trip-type,
.plan__box .date,
.plan__box .field {
  margin-top: clamp(1.5rem, 7vw, 3.125rem);
  display: none;
}
.plan__box .btn__group {
  margin-top: clamp(2rem, 6vw, 3.75rem);
  text-align: center;
}
.plan__box .btn__group .l__button {
  padding-left: 4rem;
  padding-right: 4rem;
  border-radius: 0.625rem;
  margin: 0.3125rem;
  box-shadow: 0px 20px 35px 0px rgba(106, 231, 225, 0.14);
}
.plan__box .btn__group .l__button--custom {
  background-color: #d3d3d3;
  border-color: #d3d3d3;
  color: #ffffff;
}
@media (max-width: 1300px) {
  .plan__box {
    padding: 3.5rem;
  }
}
@media (max-width: 1200px) {
  .plan__box {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .plan__box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .plan__box {
    padding: 0;
    border: none;
  }
}

.travel {
  padding: clamp(2rem, 8vw, 4.875rem) 0 clamp(3.75rem, 8vw, 6.875rem) 0;
}

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