@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&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #4f4f4f;
  overflow-x: hidden;
  transition: all 0.5s ease;
  background-color: #ffffff;
}
body.locked {
  overflow: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  color: #1b2534;
}

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;
  line-height: 1.75rem;
}
p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  p {
    line-height: normal;
  }
}

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

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;
}

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

.section__title {
  overflow: hidden;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .section__title {
    margin-bottom: 1.5rem;
  }
}
.section__title h5 {
  color: #557c1e;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.section__title h6 {
  border-radius: 1.875rem;
  background: #f9fafb;
  padding: 0.875rem 2.75rem;
  color: #122b47;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1.25rem;
}
.section__title h1,
.section__title h2 {
  color: #1b2534;
  font-size: 2rem;
  font-weight: 800;
  position: relative;
  margin-bottom: 0;
  text-transform: capitalize;
}
.section__title p {
  font-size: 1rem;
  font-weight: 400;
}
.section__title--border {
  margin-bottom: clamp(1.875rem, 4vw, 4.375rem);
}
.section__title--border h2 {
  position: relative;
  padding-left: 1.625rem;
}
.section__title--border h2::before {
  content: "";
  height: 100%;
  width: 0.375rem;
  overflow: hidden;
  background-color: #9fd454;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.625rem;
}

.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;
}

.breadcrumb__custom {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.625rem;
  padding: 0.5rem 0;
}
.breadcrumb__custom li a {
  color: #667479;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: capitalize;
}
.breadcrumb__custom li a:hover {
  color: #9fd454;
}
.breadcrumb__custom li.active a {
  color: #9fd454;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.pagination .page-link {
  background-color: #9fd454;
  color: #ffffff;
}
.pagination .page-item.active .page-link {
  background-color: #557c1e;
  border-color: #ffffff;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}

.practice__carousel .owl-dot,
.package__carousel .owl-dot {
  margin: 0.1875rem;
  height: 0.5rem;
  width: 0.5rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgb(217, 217, 217) !important;
}
.practice__carousel .owl-dot.active,
.package__carousel .owl-dot.active {
  width: 2rem;
  border-radius: 0.625rem;
}
.practice__carousel .owl-dot span,
.package__carousel .owl-dot span {
  display: none !important;
}

.page__title h1 {
  font-family: "Playfair Display";
  font-size: 3rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .owl-stage-outer {
    overflow: hidden !important;
  }
}

.l__button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  text-transform: capitalize;
  border: 2px solid #003459;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.625rem 1.875rem;
  background-color: #ffffff;
  border-radius: 0.8125rem;
  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: #557c1e;
  background-color: #557c1e;
}
.l__button--primary:hover {
  border-color: #9fd454;
  color: #ffffff;
  background-color: #9fd454;
}
.l__button--secondary {
  color: #ffffff;
  background-color: #9fd454;
  border-color: #9fd454;
}
.l__button--secondary:hover {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #557c1e;
}
.l__button--transparent {
  color: #003459 !important;
  background-color: transparent;
  border-color: #003459;
}
.l__button--transparent:hover {
  border-color: #9fd454;
  background-color: #9fd454;
  color: #9fd454 !important;
}
.l__button--border {
  border-color: #557c1e;
  color: #557c1e;
}
.l__button--border:hover {
  color: #9fd454;
  border-color: #9fd454;
}
.l__button:hover:before {
  width: 100%;
}
@media (max-width: 480px) {
  .l__button {
    padding: 0.625rem 1rem;
    font-size: 0.9375rem;
  }
}

.quantity__btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.quantity__btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: none;
  height: 2rem;
  width: 2rem;
  overflow: hidden;
}
.quantity__btn--minus {
  border-radius: 0.25rem;
  background: #ebf5fe;
  color: #557c1e;
}
.quantity__btn--plus {
  border-radius: 0.25rem;
  background-color: #557c1e;
  color: #ffffff;
}
.quantity__btn input {
  width: auto;
  border: none;
  width: 3rem;
  text-align: center;
  color: #454141;
  font-size: 1.375rem;
  font-weight: 600;
}

.login__img {
  height: 43.75rem;
  width: 100%;
  overflow: hidden;
}
.login__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.login__card h1 {
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.login__card .form {
  margin-top: 1.875rem;
}
.login__card .form-label {
  font-size: 1rem;
  font-weight: 500;
}
.login__card .form .l__button {
  display: block;
  border-radius: 0.3125rem;
  margin-bottom: 1.25rem;
}
.login__card .form .text-pass {
  color: #db4444;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 1.875rem;
}
.login__card .form .text-login {
  font-size: 1rem;
  font-weight: 400;
}
.login__card .form .text-login a {
  font-weight: 500;
  color: #4f4f4f;
  text-decoration: none;
}
.login__card.forgot-password {
  padding: clamp(1rem, 5vw, 5rem);
  border-radius: 0.9375rem;
  border: 1px solid #e4e3e3;
  background: #fcfcfc;
  text-align: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
}
.login__card.forgot-password .icon {
  height: 8.4375rem;
  width: 8.4375rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #ebf5fe;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: auto;
}
.login__card.forgot-password .form {
  width: 100%;
  max-width: 80%;
  margin: auto;
}
@media (max-width: 500px) {
  .login__card.forgot-password .form {
    max-width: 100%;
  }
}
.login__card.forgot-password .form h1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1rem 0;
}
.login__card.forgot-password .form p {
  font-size: 1rem;
  font-weight: 400;
  color: #9f9a9a;
}

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

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

.l__container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem; /* Add padding for inner spacing */
}

/* Increased Bootstrap-like responsive max-widths */
@media (min-width: 576px) {
  /* Small devices (sm) */
  .l__container {
    max-width: 576px; /* Increased from 540px */
  }
}
@media (min-width: 768px) {
  /* Medium devices (md) */
  .l__container {
    max-width: 768px; /* Increased from 720px */
  }
}
@media (min-width: 992px) {
  /* Large devices (lg) */
  .l__container {
    max-width: 960px; /* Increased from 1000px by 40px */
  }
}
@media (min-width: 1200px) {
  /* Extra large devices (xl) */
  .l__container {
    max-width: 1200px; /* Increased from 1200px by 40px */
  }
}
@media (min-width: 1400px) {
  /* Extra extra large devices (xxl) */
  .l__container {
    max-width: 1400px; /* Increased from 1400px by 40px */
  }
}
.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, 3vw, 1.75rem);
}
@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: clamp(0.875rem, 3vw, 1.125rem);
  font-weight: 600;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  color: #557c1e;
  text-transform: capitalize;
  position: relative;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li > a:hover {
  color: #557c1e;
}
@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: #557c1e;
  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;
  text-transform: capitalize;
}
.main-menu .main-menu__list > li > ul > li:hover > a, .main-menu .main-menu__list > li > ul > li > ul > li:hover > a {
  background-color: #557c1e;
  color: #ffffff;
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 500;
  color: #1b2534;
  cursor: pointer;
  transition: 500ms;
  display: flex;
  text-decoration: none;
}
.main-menu .mobile-nav__toggler:hover {
  color: #557c1e;
}

.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: 1.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;
  font-size: 0.875rem;
  font-weight: 500;
  height: 2.875rem;
  text-decoration: none;
  transition: 500ms;
}

.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: #557c1e;
}

.mobile-nav__content .main-menu__list {
  /* no menu after 2rd level dropdown */
}
.mobile-nav__content .main-menu__list li a.expanded {
  color: #557c1e;
}
.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: #557c1e;
}
.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: #9fd454;
  transition: all 0.4s linear;
}
.mobile-nav__social a:hover {
  color: #557c1e;
}
.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: #557c1e;
}
.mobile-nav__contact li > i {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #557c1e;
  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-block: 0.75rem;
  padding-inline: 0;
  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: 2.625rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 1200px) {
  .main-menu-two__logo a img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .main-menu-two__logo a img {
    height: 3rem !important;
  }
}
@media (max-width: 767px) {
  .main-menu-two__logo a img {
    height: 2rem !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: #9fd454;
  border-color: #9fd454;
  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;
  position: relative;
}
.main-menu-two__btn-box .l__button--primary {
  padding: 0.625rem 1.25rem;
}
.main-menu-two__btn-box > ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
}
.main-menu-two__btn-box > ul li {
  list-style: none;
}
.main-menu-two__btn-box > ul li a {
  text-decoration: none;
  color: #383838;
  display: flex;
  font-size: 1.5rem;
  position: relative;
}
.main-menu-two__btn-box > ul li a span {
  height: 1.0625rem;
  width: 1.0625rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #557c1e;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 500;
  position: absolute;
  top: -0.3125rem;
  right: -0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.main-menu-two__btn-box > ul li a:hover {
  color: #557c1e;
}
.main-menu-two__btn-box > ul li .profile .icon {
  color: #383838;
  font-size: 1.5rem;
}
.main-menu-two__btn-box > ul li .profile .img {
  cursor: pointer;
}
.main-menu-two__btn-box > ul li .profile .img img {
  height: 1.875rem;
  width: 1.875rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 50%;
}
.main-menu-two__btn-box > ul li .profile > ul {
  padding: 0;
  overflow: hidden;
}
.main-menu-two__btn-box > ul li .profile > ul li a {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.3125rem 0.875rem;
}
.main-menu-two__btn-box > ul li .profile > ul li a:active {
  background-color: #f8f9fa;
  color: #557c1e;
}
.main-menu-two__btn-box > ul li .profile > ul li a:hover {
  color: #557c1e;
}
@media (max-width: 1100px) {
  .main-menu-two__btn-box .l__button {
    padding: 0.75rem 1.25rem;
  }
}
@media (max-width: 767px) {
  .main-menu-two__btn-box {
    gap: 0.5rem;
  }
  .main-menu-two__btn-box ul {
    gap: 0.5rem;
  }
}

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

.main-header-two-top {
  background-color: #557c1e;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding-block: 1.125rem;
}
.main-header-two-top p {
  color: #ffffff;
}
.main-header-two-top p a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  padding-left: 1rem;
  margin-left: 1rem;
  position: relative;
}
.main-header-two-top p a::before {
  content: "";
  height: 2rem;
  width: 0.0625rem;
  overflow: hidden;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

.footer {
  background-color: #f5f5f5;
  position: relative;
  padding: clamp(2rem, 5vw, 5.625rem) 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 4rem;
  }
}
.footer::before {
  content: "";
  background-image: url("/static/site-asset/images/footer-top.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -1px;
  left: 0;
  height: 2.5rem;
  width: 100%;
  overflow: hidden;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-bottom: 2.5rem;
  padding-inline: clamp(2.5rem, 6vw, 5rem);
}
@media (max-width: 767px) {
  .footer__top {
    padding-inline: 0;
  }
}
@media (max-width: 575px) {
  .footer__top {
    flex-direction: column;
  }
}
.footer__top--left p {
  color: #05073c;
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .footer__top--left p {
    text-align: center;
  }
}
.footer__top--left p a {
  color: #557c1e;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer__top--left p a {
    display: block;
  }
}
.footer__top--right {
  text-align: center;
}
.footer__top--right h4 {
  color: #05073c;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.footer__top--right .social__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.125rem;
}
.footer__top--right .social__icon li a {
  color: #150f0f;
  font-size: 0.875rem;
  font-weight: 400;
}
.footer__top--right .social__icon li a:hover {
  color: #557c1e;
}
.footer__box {
  border-top: 1px solid rgba(235, 102, 43, 0.15);
  padding-top: clamp(2.5rem, 6vw, 4.375rem);
}
@media (max-width: 767px) {
  .footer__box > .row {
    flex-direction: column-reverse;
  }
}
.footer__space {
  margin-top: clamp(2.5rem, 7vw, 5rem);
}
@media (max-width: 991px) {
  .footer__space {
    margin-top: 1.75rem;
  }
}
.footer__space .footer__menu ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 767px) {
  .footer__menu {
    margin-bottom: 2rem;
  }
}
.footer__menu .title {
  color: #05073c;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .footer__menu .title {
    margin-bottom: 1.125rem;
  }
}
.footer__menu .text {
  color: #05073c;
  font-size: 1.125rem;
  font-weight: 400;
}
@media (max-width: 1100px) {
  .footer__menu .text {
    font-size: 1rem;
  }
}
.footer__menu ul {
  padding: 0;
  margin: 0;
}
.footer__menu ul li {
  font-size: 1.125rem;
  font-weight: 400;
  list-style: none;
  margin-bottom: 1rem;
}
@media (max-width: 1100px) {
  .footer__menu ul li {
    font-size: 1rem;
  }
}
.footer__menu ul li a {
  color: #05073c;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.footer__menu ul li a:hover {
  color: #557c1e;
}
.footer__menu ul.info li {
  padding-left: 2.5rem;
  position: relative;
}
.footer__menu ul.info li span {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #3186db;
}
@media (max-width: 767px) {
  .footer__menu h2 {
    margin-bottom: 1.125rem;
  }
  .footer__menu ul li a {
    font-size: 0.875rem;
  }
}
.footer__menu form {
  position: relative;
}
.footer__menu form input {
  padding: 1.25rem;
  padding-right: 4.0625rem;
  border-radius: 0.75rem;
  border: 1px solid #e7e6e6;
  background: #fff;
}
.footer__menu form button {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  background-color: transparent;
  padding: 0;
  border: 0;
}
.footer__menu img {
  height: 1.5625rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}

.copyright {
  padding: 2rem 0;
  position: relative;
  z-index: 1;
}
.copyright .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 991px) {
  .copyright .container {
    flex-direction: column;
  }
}
.copyright .container p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #05073c;
  margin-bottom: 0;
}
.copyright .container p img {
  height: 2.5rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 767px) {
  .copyright {
    margin-top: 1.5rem;
  }
  .copyright .container {
    flex-direction: column;
  }
  .copyright .container p {
    text-align: center;
    font-size: 0.875rem;
  }
  .copyright .container p img {
    height: 2rem;
  }
}

.package__card {
  position: relative;
  background-color: #ffffff;
  padding: 1.25rem 1.875rem;
  border-radius: 0.625rem;
  box-shadow: 0px 22px 40px 0px rgba(0, 0, 0, 0.13);
  display: flex;
  gap: 2rem;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1400px) {
  .package__card {
    padding: 1.25rem;
    gap: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .package__card {
    padding: 1rem;
    gap: 1rem;
  }
}
@media (max-width: 991px) {
  .package__card {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .package__card {
    flex-direction: column;
  }
}
.package__card--img {
  width: 16.25rem;
  flex: 0 0 auto;
}
@media (max-width: 1400px) {
  .package__card--img {
    width: 12.5rem;
  }
}
@media (max-width: 1200px) {
  .package__card--img {
    width: 12rem;
  }
}
@media (max-width: 991px) {
  .package__card--img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 0.5rem;
  }
}
@media (max-width: 767px) {
  .package__card--img {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
}
.package__card--img a {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.package__card--img .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .package__card--img .image {
    height: 15.625rem;
  }
}
.package__card--content a {
  text-decoration: none;
}
.package__card--content .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.package__card--content .text {
  font-size: 1.125rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.25rem;
  text-overflow: ellipsis;
  max-height: 3.15rem;
  line-height: 1.4;
}
@media (max-width: 1250px) {
  .package__card--content .text {
    font-size: 1rem;
    margin-bottom: 0.875rem;
  }
}
.package__card--content .price {
  color: #9fd454;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.875rem;
  display: block;
}
@media (max-width: 1250px) {
  .package__card--content .price {
    margin-bottom: 0.875rem;
  }
}
.package__card--content .btn_group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .package__card--content .btn_group {
    gap: 0.5rem;
  }
}
@media (max-width: 1250px) {
  .package__card--content .btn_group .l__button {
    padding: 0.625rem 0.8rem;
    border-radius: 0.625rem;
  }
}
@media (max-width: 1100px) {
  .package__card--content .btn_group .l__button {
    font-size: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .package__card--content .btn_group .l__button {
    padding: 0.625rem 0.875rem;
  }
}
.package__card:hover img {
  transform: scale(1.1);
}
.package__card:hover h3 {
  color: #9fd454;
}

.choose__card {
  padding: clamp(1rem, 2.5vw, 2.1875rem);
  text-align: center;
  border-radius: 1.5625rem;
  background-color: #fbfff6;
}
@media (max-width: 1400px) {
  .choose__card {
    padding: 1.875rem;
  }
}
@media (max-width: 1300px) {
  .choose__card {
    padding: 1.5625rem;
  }
}
@media (max-width: 1200px) {
  .choose__card {
    padding: 1.25rem;
  }
}
.choose__card--bg {
  background-color: #9fd454;
}
.choose__card--bg .choose__card--content {
  margin-block: clamp(0px, 3vw, 1.625rem);
}
.choose__card--bg .choose__card--content h3 {
  color: #2d2323;
}
.choose__card--bg .choose__card--content p {
  margin-bottom: clamp(1rem, 3vw, 1.875rem);
}
.choose__card--bg .choose__card--content .l__button--primary {
  background-color: #ffffff;
  color: #9fd454;
  border-color: #9fd454;
}
.choose__card--bg .choose__card--content .l__button--primary:hover {
  background-color: #557c1e;
  color: #ffffff;
  border-color: #557c1e;
}
.choose__card--icon {
  height: 3.875rem;
  width: 3.875rem;
  overflow: hidden;
  margin: auto;
  margin-bottom: clamp(1rem, 3vw, 1.875rem);
}
.choose__card--icon svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.choose__card--content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: clamp(1rem, 3vw, 1.625rem);
}
.choose__card--content p {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 400;
}

.practice__card {
  text-align: center;
}
.practice__card--icon {
  height: 5.625rem;
  width: 5.625rem;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #485c46;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-inline: auto;
}
.practice__card--icon img {
  height: 3.125rem;
  width: 3.125rem;
  overflow: hidden;
}
.practice__card--content {
  margin-top: 1.5rem;
}
.practice__card--content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.practice__card--content p {
  color: #343a40;
}

.blog__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  border-bottom: 1px solid #f4f2f0;
  padding-bottom: 1.25rem;
}
.blog__flex--img {
  height: 7.75rem;
  width: 8.375rem;
  overflow: hidden;
  min-width: 8.375rem;
  border-radius: 1.25rem;
}
.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: #557c1e;
}
.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: #557c1e;
  transition: all 0.3s ease;
  display: block;
}
@media (max-width: 1200px) {
  .blog__flex--img {
    height: 6rem;
    width: 6rem;
    overflow: hidden;
    border-radius: 0.625rem;
  }
  .blog__flex--content h3 {
    font-size: 1.125rem;
  }
}
@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 .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 a {
  text-decoration: none;
}
.blog__card--img {
  height: 20rem;
  width: 100%;
  overflow: hidden;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}
.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: 767px) {
  .blog__card--img {
    height: 18.75rem;
  }
}
.blog__card--content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 1.125rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__card--content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #606060;
}
.blog__card--meta {
  border-top: 1px solid #f4f2f0;
  margin-top: 2rem;
  padding-top: 1.125rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
.blog__card--meta img {
  height: 4.375rem;
  width: 4.375rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 50%;
}
.blog__card--meta h5 {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
}
.blog__card--meta p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
.blog__card--meta span {
  color: #666a82;
  font-size: 0.875rem;
  font-weight: 400;
}
.blog__card:hover .blog__card--img img {
  transform: scale(1.1);
}
.blog__card:hover h3 {
  color: #557c1e;
}

.team__card {
  border: 1px solid #eaecf0;
  background: #fff;
}
.team__card--img {
  height: 14.375rem;
  width: 100%;
  overflow: hidden;
}
.team__card--img img {
  display: block;
  object-fit: cover;
}
.team__card--content {
  padding: 1rem;
}
.team__card--content h3 {
  font-size: 1.125rem;
  font-weight: 600;
}
.team__card--content span {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
  color: #3e3e59;
  display: block;
}
.team__card--content .text_content {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
  color: #5f6980;
  display: block;
}
.team__card--content .read-more-link {
  color: #000000;
  cursor: pointer;
  font-weight: 600;
  user-select: none;
  margin-left: 5px;
}
.team__card--content .read-more-link:hover {
  text-decoration: underline;
}
.team__card--content .fade-toggle {
  transition: max-height 0.4s ease;
  overflow: hidden;
}

.gallery__card {
  border: 1px solid #eaecf0;
  background: #ffffff;
}
.gallery__card a {
  text-decoration: none;
}
.gallery__card--img {
  height: 14.375rem;
  width: 100%;
  overflow: hidden;
}
.gallery__card--img img {
  object-fit: cover;
}
.gallery__card--content {
  padding: 1rem;
}
.gallery__card--content h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0;
}
.gallery__card:hover img {
  transform: scale(1.05);
}
.gallery__card:hover h3 {
  color: #557c1e;
}
.gallery__list {
  height: 18.75rem;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  cursor: pointer;
}
.gallery__list img {
  object-fit: cover;
}

.services__card {
  background-color: #fbfff6;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.services__card a {
  text-decoration: none;
}
.services__card--img {
  height: 14.375rem;
  width: 100%;
  overflow: hidden;
}
.services__card--img img {
  object-fit: cover;
}
.services__card--content {
  padding: 1.5rem;
}
.services__card--content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: clamp(1rem, 3vw, 1.125rem);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.services__card--content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.services__card:hover img {
  transform: scale(1.05);
}

.banner {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 9.375rem 0;
}
@media (max-width: 767px) {
  .banner {
    padding: 6.25rem 0;
  }
}
.banner::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(156, 223, 62, 0.34) 3.77%, rgba(218, 255, 165, 0.34) 99.93%);
  position: absolute;
  top: 0;
  left: 0;
}
.banner__img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner__img::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(156, 223, 62, 0.34) 3.77%, rgba(218, 255, 165, 0.34) 99.93%);
  position: absolute;
  top: 0;
  left: 0;
}
.banner__img img {
  object-fit: cover;
}
.banner__content {
  width: 100%;
}
.banner__content--box {
  width: 40%;
}
@media (max-width: 991px) {
  .banner__content--box {
    width: 100%;
  }
}
.banner__content h1 {
  color: #ffffff;
  font-size: clamp(3rem, 6vw, 4.0625rem);
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 1.5rem;
}
.banner__content h2 {
  color: #ffffff;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 400;
}
.banner__content .btn__group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
  position: relative;
  z-index: 1;
}
.banner__content .btn__group .l__button--primary {
  padding: 0.625rem;
  border-radius: 0.25rem;
}
.banner__content .btn__group .link {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
}
.banner__content .btn__group .link:hover {
  color: #557c1e;
}

.mission__index,
.about__index {
  padding-inline: 2.5rem;
}
@media (max-width: 1024px) {
  .mission__index,
  .about__index {
    padding-inline: 0;
  }
}

.about__img {
  height: 29.0625rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.9375rem;
  position: sticky;
  top: 6.25rem;
}
@media (max-width: 767px) {
  .about__img {
    height: auto;
  }
}
.about__img img {
  object-fit: cover;
}
.about__content .section__title {
  margin-bottom: 1.25rem;
}
.about__content .text {
  font-size: clamp(1rem, 3vw, 1.125rem);
  font-weight: 400;
}
.about__content .feature__card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.about__content .feature__card--img {
  height: 5.9375rem;
  width: 5.9375rem;
  overflow: hidden;
  border-radius: 0.9375rem;
  background-color: rgb(241, 253, 225);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.about__content .feature__card--img img {
  height: 3.125rem;
  width: 3.125rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.about__content .feature__card--content h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
.about__content .feature__card--content h5 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #606060;
}
.about__content .l__button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  display: inline-flex;
  border-radius: 1.125rem;
}
.about__content .l__button i {
  font-size: 1.25rem;
}

.package__carousel .owl-stage-outer {
  overflow: visible;
  margin-bottom: 4.25rem;
}
@media (max-width: 767px) {
  .package__carousel .owl-stage-outer {
    margin-bottom: 2rem;
  }
}
.package__carousel .owl-item {
  visibility: hidden;
  opacity: 0;
}
.package__carousel .owl-item.active {
  visibility: visible;
  opacity: 1;
}
.package__carousel .item a {
  display: block;
}

.practice {
  position: relative;
  z-index: 1;
  padding: 7.5rem 0 3.25rem 0;
  background-image: url("/static/site-asset/images/leaf.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .practice {
    padding-top: 4.5rem;
  }
}
@media (max-width: 767px) {
  .practice {
    padding-top: 3rem;
  }
}
.practice::before {
  content: "";
  background: linear-gradient(180deg, #9fd454 0%, #9af614 100%);
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.52;
}
.practice .section__title {
  position: relative;
  z-index: 1;
  margin-bottom: 2.5rem;
}
.practice .section__title h2 {
  margin-bottom: 1rem;
}
.practice .section__title p {
  color: #1b2534;
}
.practice__img {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.practice__img::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0.64;
  background: linear-gradient(180deg, #bde073 0%, #c9ff7d 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
.practice__img img {
  position: relative;
  z-index: 1;
  height: 30.625rem;
}
.practice__box {
  padding-inline: 3.125rem;
}
@media (max-width: 1100px) {
  .practice__box {
    padding-inline: 1.875rem;
  }
}
@media (max-width: 991px) {
  .practice__box {
    padding-inline: 0;
  }
}
.practice .practice__carousel .owl-dot {
  margin-top: 2.5rem;
  background-color: rgba(148, 197, 78, 0.8) !important;
}

.service__list .filtering {
  margin-bottom: 3.125rem;
  border-radius: 50px;
  border: 1px solid #efefea;
  background: #f8f8f6;
  display: inline-flex;
  text-align: center;
  padding: 0.75rem;
  padding-right: 0;
  width: auto;
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
}
@media (max-width: 991px) {
  .service__list .filtering {
    display: flex;
  }
}
.service__list .filtering .item {
  margin-right: 20px;
}
.service__list .filtering .item a.active span {
  background-color: #557c1e;
  color: #ffffff;
}
.service__list .filtering .item span {
  padding: 0.75rem 1.25rem;
  color: #141414;
  border-radius: 2rem;
  position: relative;
  display: block;
  cursor: pointer;
}
.service__list .filtering .item span.active {
  background-color: #557c1e;
  color: #ffffff;
}

.about__mission--content {
  position: relative;
  min-height: 23rem;
  height: 26rem;
  border-radius: 3.125rem;
  background-color: #9fd454;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about__mission--content {
    height: auto;
  }
}
.about__mission--content::before {
  content: "";
  background-image: url("/static/site-asset/images/mission-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1400px) {
  .about__mission--content {
    min-height: auto;
    border-radius: 1.5625rem;
  }
  .about__mission--content::before {
    display: none;
  }
}
.about__mission--content .content {
  padding: 3.125rem 2.25rem 8.375rem 3.625rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .about__mission--content .content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .about__mission--content .content {
    padding: 1.5rem;
  }
}
.about__mission--content .content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.about__mission--content .content p {
  color: #211d1d;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  font-weight: 400;
  white-space: break-spaces;
}
.about__mission--img {
  margin-top: -6.25rem;
  position: relative;
  z-index: 1;
  height: 27.5rem;
  width: 79%;
  overflow: hidden;
  margin-inline: auto;
}
@media (max-width: 1200px) {
  .about__mission--img {
    margin-top: -5rem;
  }
}
.about__mission--img::before {
  content: "";
  background-image: url("/static/site-asset/images/bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -2.5%;
  left: -1px;
  height: 4.375rem;
  width: 101%;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .about__mission--img::before {
    top: -3.5%;
  }
}
.about__mission--img .img_primary {
  object-fit: cover;
  border-radius: 0px 0px 1.5625rem 1.5625rem;
}

.about__history--img {
  height: 29.0625rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  position: sticky;
  top: 6.25rem;
}
.about__history--img svg,
.about__history--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 767px) {
  .about__history--img {
    height: auto;
  }
}
.about__history--content h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.about__history--content h2 span {
  color: #9fd454;
}

.contact {
  position: relative;
  z-index: 1;
}
.contact .form {
  box-shadow: 0px 20px 50px 0px rgba(18, 17, 39, 0.08);
  padding: clamp(1rem, 3vw, 3rem);
  background-color: #ffffff;
  border-radius: 1rem;
}
.contact .form__group {
  margin-bottom: 1.5rem;
}
.contact .form-control {
  height: 3.25rem;
  line-height: 3.25rem;
}
.contact .form textarea.form-control {
  height: 5.375rem;
  line-height: normal;
}
.contact__info {
  box-shadow: 0px 20px 50px 0px rgba(18, 17, 39, 0.08);
  padding: clamp(1rem, 3vw, 3rem);
  background-color: #ffffff;
  border-radius: 1rem;
}
.contact__info h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.contact__info ul {
  padding: 0;
  margin: 0;
}
.contact__info ul li {
  list-style: none;
  padding-left: 1.75rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.contact__info ul li:last-child {
  margin-bottom: 0;
}
.contact__info ul li a {
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  color: #000000;
  line-height: normal;
}
.contact__info ul li i {
  position: absolute;
  top: 0.3125rem;
  left: 0;
  font-size: 1.25rem;
}
.contact__img {
  margin-top: 1.5rem;
  height: 21.875rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.9375rem;
}
.contact__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}

.map iframe {
  height: 37.5rem;
  width: 100%;
  object-fit: cover;
}

.detail__img {
  border-radius: 0.3125rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.detail__img img {
  height: 29.375rem;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 991px) {
  .detail__img img {
    height: auto;
  }
}

.blog__detail--img {
  border-radius: 0.625rem;
  margin-bottom: 2rem;
}
.blog__detail--img svg {
  height: 29.375rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.blog__detail--img img {
  height: 29.375rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 0.625rem;
}
@media (max-width: 991px) {
  .blog__detail--img img {
    height: auto;
  }
}
.blog__detail .post {
  border-top: 1px solid #f4f2f0;
  margin-top: 1.375rem;
  padding-top: 1.375rem;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.blog__detail .post > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.blog__detail .post > div img {
  height: 4.75rem;
  width: 4.75rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 50%;
}
.blog__detail .share {
  border-block: 1px solid #f4f2f0;
  margin-top: 2.5rem;
  padding-block: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}
.blog__detail .share a,
.blog__detail .share p {
  color: #1b2534;
  font-size: 1.25rem;
  font-weight: 600;
}
.blog__detail .share a {
  text-decoration: none;
}
.blog__detail .sidebar {
  position: sticky;
  top: 6.25rem;
}
.blog__detail .sidebar .col {
  margin-bottom: 1.25rem;
}

.service__detail--nav {
  background: #ffffff;
  box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 1.875rem 1rem;
  position: sticky;
  top: 5.25rem;
  z-index: 5;
  margin-bottom: 1.25rem;
}
.service__detail--nav .nav {
  gap: 4.0625rem;
}
.service__detail--nav .nav li a {
  color: #333;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer;
}
.service__detail--nav .nav li a.active {
  color: #151b30;
  font-weight: 600;
}
.service__detail .content h2 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1.125rem;
}
.service__detail .overview {
  margin-bottom: 3rem;
}
.service__detail .overview #myCarousel .f-carousel__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28.75rem;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .service__detail .overview #myCarousel .f-carousel__slide {
    height: 20rem;
  }
}
.service__detail .overview #myCarousel .f-carousel__slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.service__detail .overview .f-thumbs__slide {
  height: 6.25rem;
  width: 8.625rem;
  overflow: hidden;
  border: 4px solid transparent;
}
@media (max-width: 767px) {
  .service__detail .overview .f-thumbs__slide {
    height: 5rem;
    width: 5rem;
    overflow: hidden;
  }
}
.service__detail .overview .f-thumbs__slide__button {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.service__detail .overview .f-thumbs__slide__button .f-thumbs__slide__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.service__detail .overview .is-nav-selected {
  border: 4px solid #7bbcb0;
}
.service__detail .schedule {
  border-radius: 3px;
  border: 1px solid rgba(22, 82, 125, 0.08);
  background: #fbfff6;
  padding: 2.875rem 2.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 1100px) {
  .service__detail .schedule {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .service__detail .schedule {
    padding: 1.125rem;
  }
}
.service__detail .schedule__box {
  border-radius: 10px;
  border: 1px solid #c0f476;
  background: #f7ffeb;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
}
.service__detail .schedule__box:last-child {
  margin-bottom: 0;
}
.service__detail .schedule__box h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.service__detail .schedule__list {
  color: #495560;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.service__detail .include,
.service__detail .activity {
  border-bottom: 1px solid #cedadf;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.service__detail .include h3.title,
.service__detail .activity h3.title {
  font-size: 1rem;
  font-weight: 700;
}
.service__detail .sidebar {
  position: sticky;
  top: 6.25rem;
  padding: 2rem;
  border-radius: 0.75rem;
  border: 1px solid #e7e6e6;
  background: #ffffff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
}
.service__detail .sidebar h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.service__detail .sidebar ul {
  padding: 0;
  margin: 0;
}
.service__detail .sidebar ul li {
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
.service__detail .sidebar ul li span {
  color: #557c1e;
  position: absolute;
  top: 0;
  left: 0;
}
.service__detail .sidebar .price {
  border-top: 1px solid #e7e6e6;
  padding-top: 1.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.375rem;
}
.service__detail .sidebar .price span {
  color: #557c1e;
  font-size: 1.125rem;
  font-weight: 400;
}
.service__detail .sidebar .price span:last-child {
  font-size: 1.25rem;
  font-weight: 600;
}

#bookingModal {
  border-radius: 0.9375rem;
}
#bookingModal .modal-header {
  border-bottom: none;
  padding: 2.75rem;
  padding-top: 2rem;
}
@media (max-width: 1100px) {
  #bookingModal .modal-header {
    padding: 1.5rem;
  }
}
#bookingModal .modal-header h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
}
#bookingModal .modal-body {
  padding: 2.75rem;
  padding-top: 0px;
}
@media (max-width: 1100px) {
  #bookingModal .modal-body {
    padding: 1.5rem;
  }
}

.booking__form .form-select, .booking__form .form-control {
  border-radius: 0.9375rem;
  border-color: #e7e6e6;
  padding: 0.9375rem;
  outline: none !important;
  box-shadow: none !important;
  background-color: #ffffff;
}
.booking__form .custom__radio .form-check {
  padding-left: 0;
  padding-right: 1rem;
}
.booking__form .custom__radio .form-check label {
  position: relative;
  padding-left: 1.5rem;
  cursor: pointer;
  margin-bottom: 0.5rem;
}
.booking__form .custom__radio .form-check label::after, .booking__form .custom__radio .form-check label::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 4px;
}
.booking__form .custom__radio .form-check label::before {
  height: 1rem;
  width: 1rem;
  overflow: hidden;
  background-color: #e9ffcb;
}
.booking__form .custom__radio .form-check label::after {
  height: 0.5rem;
  width: 0.5rem;
  overflow: hidden;
  background-color: #ffffff;
  top: 0.25rem;
  left: 0.25rem;
  display: none;
}
.booking__form .custom__radio .form-check input {
  display: none;
}
.booking__form .custom__radio .form-check input:checked + label::after {
  display: block;
}
.booking__form .custom__radio .form-check input:checked + label::before {
  background-color: #9fd454;
}
.booking__form .custom__radio--btn .form-check {
  padding-left: 0;
  padding-right: 1rem;
}
.booking__form .custom__radio--btn label {
  cursor: pointer;
  color: #9fd454;
  border: 1px solid #9fd454;
  padding: 0.375rem 0.75rem;
  border-radius: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
}
.booking__form .custom__radio--btn input {
  display: none;
}
.booking__form .custom__radio--btn input:checked + label {
  background-color: #9fd454;
  color: #ffffff;
}
.booking__form .custom__radio--price span {
  color: #ffffff;
  background-color: #9fd454;
  border: 1px solid #9fd454;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
}

.faq .tab {
  position: relative;
}
.faq .tab__box--right {
  border-radius: 16px;
  background: #fafbff;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
  width: 100%;
  min-height: 28rem;
  max-width: 38rem;
  padding: 2.5rem 3.125rem 3.125rem 9.375rem;
  float: right;
}
.faq .tab__box--right .tab__contents--text {
  display: none;
}
.faq .tab__box--right .tab__contents--text.active {
  display: block;
}
.faq .tab__box--right .tab__contents--text h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
.faq .tab__box--left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  max-width: 49rem;
  z-index: 1;
}
@media (max-width: 1400px) {
  .faq .tab__box--left {
    max-width: 40rem;
  }
}
@media (max-width: 1200px) {
  .faq .tab__box--left {
    max-width: 28rem;
  }
}
.faq .tab__box--left .tab__buttons {
  padding: 0;
  margin: 0;
}
.faq .tab__box--left .tab__buttons--btn {
  cursor: pointer;
  list-style: none;
  padding: 1.5rem 1rem;
  padding-right: 2.5rem;
  padding-left: 3.75rem;
  background: #fff;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.15);
  position: relative;
  color: #5c5c5c;
  font-size: 1.125rem;
  font-weight: 400;
}
.faq .tab__box--left .tab__buttons--btn::before {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #9fd454;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}
.faq .tab__box--left .tab__buttons--btn i {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: #9fd454;
  font-size: 1.5rem;
}
.faq .tab__box--left .tab__buttons--btn:hover, .faq .tab__box--left .tab__buttons--btn.active {
  background: #fafbff;
}
.faq .tab__box--left .tab__buttons--btn:hover::before, .faq .tab__box--left .tab__buttons--btn.active::before {
  background-color: #557c1e;
}
.faq .tab__box--left .tab__buttons--btn:hover i, .faq .tab__box--left .tab__buttons--btn.active i {
  color: #557c1e;
}
.faq__accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.faq__accordion .accordion__item {
  display: block;
  margin-bottom: 15px;
  border-radius: 5px 5px 0px 0px;
}
.faq__accordion .accordion__item:last-child {
  margin-bottom: 0;
}
.faq__accordion .accordion__title {
  padding: 20px 60px 17px 20px;
  background-color: #f2f2f2;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #0e0e0e;
}
.faq__accordion .accordion__title i {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  width: 40px;
  height: 40px;
  color: var(--primary-color);
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  text-align: center;
  line-height: 40px;
  background-color: transparent;
}
.faq__accordion .accordion__title.active i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 15px;
}
.faq__accordion .accordion__content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding: 14px 20px 27px 20px;
  border-radius: 0px 0px 5px 5px;
  background: #f2f2f2;
  margin-top: 5px;
}
.faq__accordion .accordion__content.show {
  display: block;
}
.faq__accordion .accordion__content p {
  line-height: 1.8;
}
.faq__accordion .accordion__content p:last-child {
  margin-bottom: 0;
}

.wrapper {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.containers {
  padding: 66px 16px 66px;
  border: 1px solid #000000;
  text-align: center;
  margin: 0 4% 0 4%;
}

.containers .title {
  font-size: 120px;
}

.containers .description {
  font-size: 48px;
}

.glitch {
  position: relative;
}

.glitch:before {
  content: attr(data-text);
  position: absolute;
  text-shadow: 1px 0 blue;
  top: 0;
  left: -4px;
  color: white;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  -webkit-animation: glitch 3s infinite linear alternate-reverse;
  animation: glitch 3s infinite linear alternate-reverse;
  height: 100%;
  width: 100%;
}

.glitch:after {
  content: attr(data-text);
  position: absolute;
  text-shadow: -1px 0 red;
  top: 0;
  left: 4px;
  color: white;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  -webkit-animation: glitch 2s infinite linear alternate-reverse;
  animation: glitch 2s infinite linear alternate-reverse;
  height: 100%;
  width: 100%;
}

@-webkit-keyframes glitch {
  0% {
    clip: rect(24px, 9999px, 136px, 0);
  }
  5% {
    clip: rect(142px, 9999px, 83px, 0);
  }
  10% {
    clip: rect(82px, 9999px, 37px, 0);
  }
  15% {
    clip: rect(51px, 9999px, 78px, 0);
  }
  20% {
    clip: rect(150px, 9999px, 39px, 0);
  }
  25% {
    clip: rect(66px, 9999px, 122px, 0);
  }
  30% {
    clip: rect(141px, 9999px, 33px, 0);
  }
  35% {
    clip: rect(126px, 9999px, 17px, 0);
  }
  40% {
    clip: rect(125px, 9999px, 124px, 0);
  }
  45% {
    clip: rect(34px, 9999px, 22px, 0);
  }
  50% {
    clip: rect(54px, 9999px, 71px, 0);
  }
  55% {
    clip: rect(34px, 9999px, 135px, 0);
  }
  60% {
    clip: rect(150px, 9999px, 98px, 0);
  }
  65% {
    clip: rect(26px, 9999px, 32px, 0);
  }
  70% {
    clip: rect(50px, 9999px, 2px, 0);
  }
  75% {
    clip: rect(144px, 9999px, 77px, 0);
  }
  80% {
    clip: rect(135px, 9999px, 53px, 0);
  }
  85% {
    clip: rect(131px, 9999px, 143px, 0);
  }
  90% {
    clip: rect(127px, 9999px, 133px, 0);
  }
  95% {
    clip: rect(24px, 9999px, 125px, 0);
  }
  100% {
    clip: rect(30px, 9999px, 147px, 0);
  }
}
@keyframes glitch {
  0% {
    clip: rect(24px, 9999px, 136px, 0);
  }
  5% {
    clip: rect(142px, 9999px, 83px, 0);
  }
  10% {
    clip: rect(82px, 9999px, 37px, 0);
  }
  15% {
    clip: rect(51px, 9999px, 78px, 0);
  }
  20% {
    clip: rect(150px, 9999px, 39px, 0);
  }
  25% {
    clip: rect(66px, 9999px, 122px, 0);
  }
  30% {
    clip: rect(141px, 9999px, 33px, 0);
  }
  35% {
    clip: rect(126px, 9999px, 17px, 0);
  }
  40% {
    clip: rect(125px, 9999px, 124px, 0);
  }
  45% {
    clip: rect(34px, 9999px, 22px, 0);
  }
  50% {
    clip: rect(54px, 9999px, 71px, 0);
  }
  55% {
    clip: rect(34px, 9999px, 135px, 0);
  }
  60% {
    clip: rect(150px, 9999px, 98px, 0);
  }
  65% {
    clip: rect(26px, 9999px, 32px, 0);
  }
  70% {
    clip: rect(50px, 9999px, 2px, 0);
  }
  75% {
    clip: rect(144px, 9999px, 77px, 0);
  }
  80% {
    clip: rect(135px, 9999px, 53px, 0);
  }
  85% {
    clip: rect(131px, 9999px, 143px, 0);
  }
  90% {
    clip: rect(127px, 9999px, 133px, 0);
  }
  95% {
    clip: rect(24px, 9999px, 125px, 0);
  }
  100% {
    clip: rect(30px, 9999px, 147px, 0);
  }
}

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