@import url('https://fonts.googleapis.com/css2?family=Allura&amp;family=Barlow: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&amp;family=Satisfy&amp;display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Barlow", Arial, Helvetica, sans-serif !important;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  font-size: 16px;
}

html {
  scroll-behavior: smooth;
}

.section {
  scroll-margin-top: 280px;
  /* gap from top */
}

::-webkit-scrollbar {
  display: none;
}

.container {
  position: relative;
}


.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.pointer-cursor {
  cursor: pointer !important;
}

.container {
  position: relative;
  z-index: 2;
}

a {
  position: relative;
  text-decoration: none !important;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
    font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  text-transform: capitalize;
}

input[type='number']::-webkit-inner-spin-button {
  display: none;
}

.sticky-top {
  position: fixed !important;
  animation: fadeInDown 0.6s linear;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

/* ----------------------------------s------------------------------------------------------------------------------------------------- */

.scroll-text marquee {
  display: flex;
  align-items: center;
  padding: 14px 0;
  backdrop-filter: blur(5px);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.scroll-text marquee p {
  display: inline-flex;
  align-items: center;
  margin-right: 100px;
  margin-bottom: 0;
  color: #F5F3E7;
  font-size: 17px;
  gap: 6px;
}

.scroll-text marquee p svg {
  color: #eed202;
}

.scroll-text marquee p strong {
  color: #fff;
  font-weight: 500;
}

/* --------------------------------------------------------------------------------------------------------------------------------------- */

.hero-slider-section {
  position: relative;
  width: 100%;
  height: 75vh;
  overflow: hidden;
}

.hero-slider-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000, rgba(0, 0, 0, 0.1));
  z-index: 1;
}

.hero-slider-section .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-slider-section .img-wrapper .carousel,
.hero-slider-section .img-wrapper .carousel-inner {
  width: 100%;
  height: 100%;
}


.hero-slider-section .img-wrapper .carousel-item {
  width: 100%;
  height: 100%;
}

.hero-slider-section .img-wrapper .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-slider-section .content-wrapper {
  padding: 140px 0 240px;
  position: relative;
}

.hero-slider-section .content-wrapper .weather-wrapper {
  margin-bottom: 30px;
}

.hero-slider-section .content-wrapper .rt-weather-box {
  display: flex;
  gap: 10px;
  align-items: center;
}

.hero-slider-section .content-wrapper .rt-temp {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
}

.hero-slider-section .content-wrapper .rt-temp img {
  width: 64px;
  height: 64px;
}

.hero-slider-section .content-wrapper .rt-temp span {
  display: block;
  text-align: end;
}

.hero-slider-section .content-wrapper .rt-temp .temp-value {
  font-size: 34px;
  font-weight: 700;
}

.hero-slider-section .content-wrapper .rt-temp .temp-value sup {
  font-size: 20px;
}

.hero-slider-section .content-wrapper .rt-temp .temp-date {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
}

.hero-slider-section .content-wrapper .rt-wind {
  padding: 10px;
  border-radius: 6px;
  background-color: #fff;
}

.hero-slider-section .content-wrapper .rt-wind img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.hero-slider-section .content-wrapper .rt-wind .wind-item {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 60px;
}

.hero-slider-section .content-wrapper .rt-wind .label {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
}

.hero-slider-section .content-wrapper .rt-wind .value {
  font-size: 14px;
  text-transform: uppercase;
  color: #003d20;
  font-weight: 600;
}

.hero-slider-section .main-content h1 {
  text-transform: capitalize;
  color: #fff;
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 0;
}

.hero-slider-section .main-content span.tagline {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 700;
  display: block;
  color: #F5F3E7;
  margin-bottom: 20px;
}

.hero-slider-section .main-content a.slide-btn {
  padding: 10px 20px;
  background-color: #fff;
  color: #003d20;
  transition: all 0.4s;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  transition: all 0.4s;
}

.hero-slider-section .main-content a.slide-btn:hover {
  background-color: #fff;
  color: #003d20;
}

.hero-slider-section .main-content .social {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-left: 40px;
}

.hero-slider-section .main-content .social::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background-color: #fff;
}

.hero-slider-section .main-content .social a svg {
  width: 20px;
  height: 20px;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px;
  border-radius: 4px;
  backdrop-filter: blur(5px);
  transition: all 0.4s;
}

.hero-slider-section .main-content .social a svg:hover {
  background-color: #fff;
  color: #003d20;
}


@media (max-width:992px) {

  .hero-slider-section .content-wrapper {
    padding: 80px 0 160px;
    position: relative;
  }
}


@media (max-width:568px) {

  .hero-slider-section .main-content h1 {
    font-size: 48px;
    font-weight: 800;
  }


  .hero-slider-section .content-wrapper .rt-temp {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }

  .hero-slider-section .content-wrapper .rt-wind .wind-item {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

/* ---------------------------------------------------------------------------------------------- */


.news-board-section {
  padding: 0;
  margin-top: -60px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.news-board-section .quick-link {
  background-color: #003d20;
  border-radius: 6px;
  padding: 20px;
  position: relative;
  border: 1px solid rgba(215, 162, 42, 0.4);

}

.news-board-section .quick-link h4 {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.news-board-section h4 {
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 32px;
  gap: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
}

.news-board-section .quick-link li {
  position: relative;
}

.news-board-section .quick-link li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #F5F3E7;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 20px;
  transition: all 0.4s;
  position: relative;
}

.news-board-section .quick-link li a svg {
  color: #fff;
  width: 24px;
  height: 24px;
  transition: all 0.4s;
}

.news-board-section .quick-link li:hover a svg {
  color: #003d20;
}

.news-board-section .quick-link li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 0.5s ease-in-out;

}

.news-board-section .quick-link li:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.news-board-section .quick-link li a:hover {
  color: #003d20;
}

.news-board-section .quick-link marquee {
  display: flex;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
  font-size: 17px;

}

.news-board-section .quick-link marquee a {
  color: #fff;
  font-weight: 600;
}

.news-board-section .events-box {
  background-color: #F5F3E7;
  border-radius: 6px;
  padding: 20px;
  position: relative;
  border: 1px solid rgba(215, 162, 42, 0.4);
}

.news-board-section .events-box .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.news-board-section .events-box .icon img {
  width: 40px;
  height: 40px;
}

.news-board-section .events-box span.tag {
  font-weight: 600;
  color: #003d20;
  text-transform: capitalize;
}

.news-board-section .events-box .owl-item {
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;

}

.news-board-section .events-box .owl-item .img-box {
  width: 100%;
  height: 160px;
  overflow: hidden;
  border-radius: 4px;
}

.news-board-section .events-box .owl-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-board-section .events-box .owl-item .content {
  padding-top: 10px;
}

.news-board-section .events-box .owl-item h5 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.news-board-section .events-box .owl-item p.text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  height: 80px;
  overflow: scroll;
}

.news-board-section .events-box .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.news-board-section .events-box .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: #000;
  margin-right: 4px;
  transition: all 0.4s;
}

.news-board-section .events-box .owl-dot.active span {
  width: 28px;
  height: 10px;
  border-radius: 50px;
}

/* .news-board-section .events-box marquee {
  height: 250px;
}

.news-board-section .events-box li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  gap: 6px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.news-board-section .events-box li:hover {
  color: #003d20;
}

.news-board-section .events-box li:last-child {
  border-bottom: none;

}

.news-board-section .events-box li img {
  width: 30px;
  height: 30px;
  animation: shakeIcon .6s infinite alternate;
} */

@keyframes shakeIcon {

  0%,
  100% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-10deg);
  }
}


@media (max-width:992px) {
  .news-board-section .quick-link {
    margin-bottom: 20px;
  }
}


/* ------------------------------------------------------------------------------------------------------------------ */

.about-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.about-section .content-wrapper {
  padding-right: 30px;

}

.about-section .content-wrapper span.sub {
  font-size: 22px;
  color: #003d20;
  font-weight: 700;
}

.about-section .content-wrapper h2 {
  text-transform: capitalize;
  font-size: 46px;
  font-weight: 800;
  color: #000;

}

.about-section .content-wrapper span.tagline {
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 10px;
  border-radius: 6px;
  border-left: 2px solid #003d20;
  font-style: italic;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 20px;
}

.about-section .content-wrapper p.text {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.75);
}

.about-section .content-wrapper p.text strong {
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
}

.about-section .content-wrapper p.text span {
  text-transform: capitalize;
  font-style: italic;
  color: #003d20;
}

.about-section .content-wrapper a {
  padding: 10px 20px;
  background-color: #003d20;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 4px;
  transition: all 0.4s;
}

.about-section .content-wrapper a:hover {
  background-color: #000;
  color: #fff;
}

.about-section .content-wrapper a svg {
  transition: all 0.4s;
}

.about-section .content-wrapper a:hover svg {
  transform: scale(1.1) translateX(5px);
}

.about-section .img-wrapper .carousel-item {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}

.about-section .img-wrapper .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media (max-width:992px) {
  .about-section .content-wrapper {
    padding-right: 0;
    margin-bottom: 30px;

  }

}

/* ----------------------------------------------------------------------------------------------------------------- */

.main-btn {
  padding: 10px 20px;
  background-color: #003d20;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 4px;
  transition: all 0.4s;
}


.main-btn:hover {
  background-color: #000;
  color: #fff;
}

.main-btn svg {
  transition: all 0.4s;
}

.main-btn:hover svg {
  transform: scale(1.1) translateX(5px);
}

/* -------------------------------------------------------------------------------------------------------------- */

.section-title {
  position: relative;
  margin-bottom: 20px;
}

.section-title h2 {
  position: relative;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 44px;
  color: #000;

}

.section-title.text-center {
  padding-bottom: 10px;
}

.section-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  background: radial-gradient(circle, #000, #F5F3E7);
  transform: translateX(-50%);
  width: 220px;
  height: 1px;
  display: none;
}

.section-title.text-center::before {
  display: block;
}

.section-title.dark-bg::before {
  background: radial-gradient(circle, #F5F3E7, #000);
}

.section-title.dark-bg h2 {
  color: #fff;
}

.section-title h2 span {
  color: rgb(214, 162, 41);
}

.section-title p.tagline {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  text-transform: capitalize;
}

.section-title.dark-bg p.tagline {
  color: rgba(255, 255, 255, 1);
}

@media (max-width:768px) {
  .section-title h2 {
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 38px;
    color: #000;

  }
}

/* --------------------------------------------------------------------------------------------------------------------------------------- */
.wildlife-section {
  padding: 80px 0;
  position: relative;
  background: url(../img/background/wildlilfe-bg.jpg) no-repeat fixed;
  background-size: cover;
}

.wildlife-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.wildlife-section .item-box {
  width: 100%;
  height: 100%;
  background-color: #F5F3E7;
  padding: 16px;
  border-radius: 2px;
}

.wildlife-section .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
  opacity: 0;
  transition: all 0.4s;
}

.wildlife-section .item-box:hover .info {
  opacity: 1;
}

.wildlife-section .info span.text {
  display: block;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
}

.wildlife-section .info span.num {
  font-size: 38px;
  color: #fff;
  font-weight: 700;
}

.wildlife-section .img-box {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.wildlife-section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.wildlife-section .img-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 60%;
  opacity: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.wildlife-section .img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 60%;
  height: 80%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.wildlife-section .item-box:hover .img-box::before {
  height: 90%;
  opacity: 1;
}

.wildlife-section .item-box:hover .img-box::after {
  width: 90%;
  opacity: 1;
}

.wildlife-section .item-box:hover .img-box img {
  filter: brightness(50%);
}


.wildlife-section .content {
  text-align: center;
  padding: 10px 0;
}

.wildlife-section .content h5 {
  font-size: 26px;
  font-weight: 700;
  color: #003d20;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  padding-bottom: 10px;
}

.wildlife-section .content p.text {
  color: #000;
  font-weight: 500;
  height: 110px;
  font-size: 18px;
  overflow: scroll;
}

.wildlife-section .content a {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  color: #003d20;
  border: 1px solid #003d20;
  border-radius: 50px;
  transition: all 0.4s;
}

.wildlife-section .item-box:hover .content a {
  background-color: #003d20;
  color: #fff;
}

.wildlife-section .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.wildlife-section .owl-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin-right: 4px;
  border-radius: 50%;
  transition: all 0.4s;
}

.wildlife-section .owl-dot.active span {
  width: 35px;
  height: 10px;
  border-radius: 50px;
  background-color: #F5F3E7;
}


/* --------------------------------------------------------------------------------------------------------------- */


.service-section {
  padding: 80px 0;
  position: relative;
}

.service-section .service-box {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  margin-bottom: 30px;
}



.service-section .service-box .img-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.service-section .service-box .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0) 30%);
  z-index: 1;
}

.service-section .service-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.service-section .service-box:hover .img-box img {
  transform: scale(1.1);
  filter: brightness(50%);

}

.service-section .service-box .img-box svg {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 10px;
  background-color: #41865f;
  color: #fff;
  border-radius: 5px;
  animation: shakeIcon 0.4s infinite alternate;
}

.service-section .service-box .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  max-height: 140px;
  /* collapsed height (only title visible) */
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}

.service-section .service-box:hover .content {
  max-height: 400px;
  /* enough height for paragraph + buttons */
}

.service-section .service-box .content span.tag {
  padding: 3px 10px;
  border-radius: 50px;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.service-section .service-box .content h4 {
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}

.service-section .service-box .content p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  opacity: 0;
  transition: all 0.4s;
}

.service-section .service-box:hover .content p {
  opacity: 1;
}

.service-section .service-box .content .btn-group {
  opacity: 0;
  transition: all 0.4s;
}

.service-section .service-box:hover .content .btn-group {
  opacity: 1;
}

.service-section .service-box .content .btn-group a {
  padding: 4px 10px;
  border-radius: 50px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
  text-transform: capitalize;
  transition: all 0.4s;
}

.service-section .service-box .content .btn-group a:nth-child(2n) {
  background-color: #fff;
  color: #000;
}

.service-section .service-box .content .btn-group a:hover {
  background-color: #fff;
  color: #000;
  transform: scale(1.05);

}



@media (max-width:568px) {
  .service-section .service-box {
    height: 300px;
  }
}



/* ---------------------------------------------------------------------------------------------------------------- */

.video-wrapper-section {
  padding: 60px 0 100px;
  position: relative;
  background: url(../img/background/cta-bg.webp) no-repeat fixed;
  background-size: cover;
  overflow: hidden;

}

.video-wrapper-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.video-wrapper-section .video-box {
  margin-top: 40px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;

}

.video-wrapper-section .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------------------------------------------------------------------------------------------------------------------------- */


.safari-zone-section {
  background: url(../img/background/cta-bg.webp) no-repeat fixed;
  background-size: cover;
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.safari-zone-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.safari-zone-section table {
  backdrop-filter: blur(10px);

}

.safari-zone-section table thead {
  background-color: #003d20;
  text-align: center;
  color: #fff;
}

.safari-zone-section table thead th {
  padding: 14px 8px;
  font-size: 20px;
}

.safari-zone-section table tbody {
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.safari-zone-section table tbody td {
  padding: 14px 8px;
}

@media (max-width:992px) {
  .safari-zone-section table thead th {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
  }

  .safari-zone-section table tbody {
    font-size: 16px;
  }
}


/* ------------------------------------------------------------------------------------------------------------------------------------ */

.marquee-link {
  background-color: #F5F3E7;
  padding: 14px 0;
  overflow: hidden;
  position: relative;
}

.marquee-link marquee {
  display: flex;
}

.marquee-link ul {
  display: flex;
  margin-bottom: 0;
}

.marquee-link li {
  display: inline-block;
  margin-right: 70px;
}

.marquee-link li img {
  width: 34px;
  height: 34px;
  margin-right: 10px;
  animation: shakeIcon .4s infinite alternate;
}

.marquee-link li a {
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
}

.marquee-link li a:hover {
  color: #003d20;
}

/* --------------------------------------------------------------------------------------------------------------------------------------- */



.adventure-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.adventure-section .item-box {
  padding: 10px;
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  background-color: #F5F3E7;
}

.adventure-section .item-box .img-box {
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.adventure-section .item-box .img-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 60%;
  opacity: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.adventure-section .item-box .img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 60%;
  height: 80%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.adventure-section .item-box:hover .img-box::before {
  height: 90%;
  opacity: 1;
}

.adventure-section .item-box:hover .img-box::after {
  width: 90%;
  opacity: 1;
}

.adventure-section .item-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.adventure-section .item-box:hover .img-box img {
  filter: brightness(70%);
}



.adventure-section .item-box h5 {
  font-weight: 600;
  font-size: 22px;
  text-transform: capitalize;
}

.adventure-section .item-box p.text {
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
  font-weight: 500;
}



/* ------------------------------------------------------------------------------------------------------------------- */


.main-cta-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background: url(../img/background/cta-bg.webp) no-repeat;
  background-size: cover;
}

.main-cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
}

.main-cta-section h3 {
  color: #fff;
  font-size: 56px;
}

.main-cta-section p {
  color: #F5F3E7;
  font-size: 20px;
  margin-top: 20px;
}

.main-cta-section h6 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
}

.main-cta-section .right-content {
  padding-left: 40px;
  position: relative;
}

.main-cta-section .right-content .form-wrapper {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}

.main-cta-section .right-content h3 {
  color: #000;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

.main-cta-section .right-content .form-group {
  margin-bottom: 16px;
}

.main-cta-section .right-content label {
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}

.main-cta-section .right-content .form-control {
  padding: 10px 20px;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
  box-shadow: none;
}

.main-cta-section .right-content .form-control:focus {
  border-color: rgba(0, 0, 0, 0.4);
}

.main-cta-section .right-content .form-control[type='date'] {
  text-transform: uppercase;
}

.main-cta-section .right-content button {
  padding: 6px 10px;
  background-color: #003d20;
  border: none;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width:1200px) {
  .main-cta-section h3 {
    color: #fff;
    font-size: 48px;
  }

  .main-cta-section .right-content h3 {
    font-size: 32px;
  }
}

@media (max-width:992px) {
  .main-cta-section .right-content {
    padding-left: 0;
    margin-top: 40px;
    position: relative;
  }
}

@media (max-width:568px) {
  .main-cta-section h3 {
    color: #fff;
    font-size: 38px;
  }
}




/* ----------------------------------------------------------------------------------------------------------------------------- */


.gallery-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background-color: #F5F3E7;
}

.gallery-section .img-box {
  width: 100%;
  height: 340px;
  border-radius: 4px;
  overflow: hidden;
}

.gallery-section .img-box a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-section .img-box a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 60%;
  opacity: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.gallery-section .img-box a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 60%;
  height: 80%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.gallery-section .img-box:hover a::before {
  height: 90%;
  opacity: 1;
}

.gallery-section .img-box:hover a::after {
  width: 90%;
  opacity: 1;
}

.gallery-section .img-box a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.5);
  z-index: 2;
  width: 30px;
  height: 30px;
  color: #fff;
  opacity: 0;
  transition: all 0.4s;
}

.gallery-section .img-box:hover svg {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}

.gallery-section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.gallery-section .img-box:hover img {
  transform: scale(1.1);
  filter: brightness(70%);
}

.gallery-section .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.gallery-section .owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 6px;
  transition: all 0.4s;
}

.gallery-section .owl-dot.active span {
  width: 38px;
  height: 10px;
  border-radius: 50px;
}


/* ----------------------------------------------------------------------------------------------------------- */


.testimonial-section {
  padding: 80px 0;
  position: relative;
}

.testimonial-section .review-info {
  padding: 30px;
  background-color: #003d20;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.testimonial-section .review-info .icon img {
  width: 78px;
  height: 78px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.testimonial-section .review-info h4 {
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  margin-right: 10px;
  color: #fff;
}

.testimonial-section .review-info .rating {
  display: flex;
  align-items: center;
  gap: 1px;

}

.testimonial-section .review-info .rating svg {
  color: #ffa500;
  width: 26px;
  height: 26px;
}

.testimonial-section .review-info p.text {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.testimonial-section .review-wrapper {
  padding-left: 80px;
}

.testimonial-section .review-wrapper .item-box {
  padding: 30px;
}

.testimonial-section .review-wrapper .item-box .rating svg {
  width: 20px;
  height: 20px;
  color: #ffa500;
}

.testimonial-section .review-wrapper .item-box p.message {
  font-size: 22px;
  color: #000;
}

.testimonial-section .review-wrapper .item-box p.name {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 0;
}

.testimonial-section .review-wrapper .item-box span.visit {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.testimonial-section .owl-nav button {
  position: absolute;
  top: 50%;

  transform: translateY(-50%);

}

.testimonial-section .owl-nav button.owl-prev {
  left: 0;
}

.testimonial-section .owl-nav button.owl-next {
  right: 0;
}

.testimonial-section .owl-nav button svg {
  width: 20px;
  height: 20px;
  color: #000;
}

@media (max-width:992px) {
  .testimonial-section .review-wrapper {
    padding-left: 10px;
  }
}

@media (max-width:768px) {
  .testimonial-section .review-wrapper {
    padding-left: 0;
    margin-top: 20px;
  }

  .testimonial-section .review-wrapper .item-box {
    padding: 30px 0;
  }
}



/* --------------------------------------------------------------------------------------------------------- */


.popup-modal .modal-content {
  background-color: #003d20;
  border: 1px solid #fff;
  position: relative;
}

.popup-modal .modal-content h4 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}

.popup-modal .modal-content .btn-close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: transparent;
  opacity: 1;
  z-index: 1;
  box-shadow: none;
}

.popup-modal .modal-content .btn-close svg {
  color: #fff;
  width: 20px;
  height: 20px;
}

.popup-modal .modal-content .form-group {
  margin-bottom: 10px;
}

.popup-modal .modal-content label {
  color: #fff;
}

.popup-modal .modal-content .form-control {
  padding: 10px 20px;
  border-radius: 0;
  box-shadow: none;
}

.popup-modal .modal-content button {
  padding: 10px 20px;
  background-color: #fff;
  color: #003d20;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  border: none;
}



/* -------------------------------------------------------------------------------------------------------------------------------------------------- */



.innerpage-title {
  padding: 100px 0;
  position: relative;
  background: url(../img/background/innerpage-title-bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}

.innerpage-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.innerpage-title h1 {
  text-transform: capitalize;
  font-size: 86px;
  color: #fff;
  font-weight: 400;
}

.innerpage-title .breadcrumb-box {
  margin-top: 20px;
}

.innerpage-title .breadcrumb-box ul {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;

}

.innerpage-title .breadcrumb-box ul li {
  color: #bdbdbd;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
}

.innerpage-title .breadcrumb-box ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width:1200px) {
  .innerpage-title h1 {
    font-size: 76px;
  }

}

@media (max-width:992px) {
  .innerpage-title h1 {
    font-size: 68px;
  }

}

@media (max-width:568px) {
  .innerpage-title h1 {
    font-size: 46px;
  }

}

/* ------------------------------------------------------------------------------------------------------------------------ */


.innercontact-page {
  position: relative;
  padding: 80px 0;
}

.innercontact-page .left-content {
  padding: 40px;
  background-color: #003d20;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 2px solid #000;

}

.innercontact-page .left-content h2 {
  color: #fff;
  font-size: 46px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.innercontact-page .left-content p {
  color: #fff;
  font-size: 18px;
}

.innercontact-page .left-content ul {
  margin-top: 30px;
}

.innercontact-page .left-content ul li a {
  position: relative;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  border-radius: 4px;
}

.innercontact-page .left-content ul li a::before {
  content: attr(data-target);
  position: absolute;
  top: -15px;
  left: 20px;
  padding: 5px 10px;
  background-color: #003d20;
  font-size: 15px;
  font-weight: 600;
  color: #bdbdbd;
}

.innercontact-page .right-content {
  padding-left: 50px;
}

.innercontact-page .form-wrapper {
  padding: 40px;
  background-color: #F5F3E7;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;

}

.innercontact-page .form-wrapper h2 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.innercontact-page .form-wrapper h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #000;
}

.innercontact-page .form-wrapper .form-group {
  margin-bottom: 10px;
}

.innercontact-page .form-wrapper label {
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
}

.innercontact-page .form-wrapper .form-control {
  padding: 6px 20px;
  border-radius: 0;
  box-shadow: none;
  font-size: 18px;
  color: #000;

}

.innercontact-page .form-wrapper .form-control:focus {
  border-color: #000;
}

.innercontact-page .form-wrapper button {
  padding: 10px 20px;
  background-color: #003d20;
  color: #fff;
  border: 2px solid #000;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
}


@media (max-width:992px) {
  .innercontact-page .right-content {
    padding-left: 0;
    margin-top: 30px;
  }

}

@media (max-width:568px) {
  .innercontact-page .left-content {
    padding: 30px 10px;

  }

  .innercontact-page .form-wrapper {
    padding: 30px 10px;

  }
}


/* ----------------------------------------------------------------------------------------------------------- */
.img-anime {
  position: relative;
  overflow: hidden;
  width: 100%;
}


.img-anime::after {
  content: "";
  position: absolute;
  width: 215%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.img-anime:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}



/* ---------------------------------------------------------------------------------------------------------------------- */

.singlepage-content {
  padding: 80px 0;
  position: relative;
}

.singlepage-content .main-content-wrapper {
  padding-right: 50px;
}

.singlepage-content .main-content-wrapper h2.title {
  font-size: 56px;
  margin-bottom: 20px;
}

.singlepage-content .main-content-wrapper h2.title span {
  color: #003d20;
  font-weight: 800;
}

.singlepage-content .main-content-wrapper p.text {
  font-size: 20px;
  margin-bottom: 20px;
}

.singlepage-content .main-content-wrapper p.text span {
  color: #003d20;
  font-style: italic;
  text-transform: capitalize;
  font-weight: 500;
}

.singlepage-content .main-content-wrapper p.text strong {
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
}

.singlepage-content .main-content-wrapper h3.sub-title {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 34px;
  margin-top: 30px;
}

.singlepage-content .main-content-wrapper .main-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.singlepage-content .main-content-wrapper .main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.singlepage-content .main-content-wrapper h5.point-heading {
  padding: 10px 20px;
  background-color: #003d20;
  color: #fff;
  text-transform: capitalize;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}

.singlepage-content .main-content-wrapper ul.list-item {
  margin: 20px 0;
}

.singlepage-content .main-content-wrapper ul.list-item li {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 14px;
}

.singlepage-content .main-content-wrapper ul.list-item li strong {
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
}

.singlepage-content .main-content-wrapper .box {
  border: 1px solid rgba(0, 0, 0, 0.35);
}

.singlepage-content .main-content-wrapper .box.dont h6 {
  background-color: #dd000b;
}

.singlepage-content .main-content-wrapper .box h6 {
  padding: 10px 20px;
  background-color: #003d20;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.singlepage-content .main-content-wrapper .box ul li {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  color: #000;

}

.singlepage-content .main-content-wrapper .box ul li .check {
  color: #009b43;
}

.singlepage-content .main-content-wrapper .box ul li .cross {
  color: #dd000b;
}

.singlepage-content .main-content-wrapper .hotel-rating {

  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 600;
}

.singlepage-content .main-content-wrapper .hotel-rating svg {
  color: #ffa500;
}

.singlepage-content .main-content-wrapper .hotel-gallery {
  margin: 20px 0 0;
  position: relative;
}

.singlepage-content .main-content-wrapper .hotel-gallery .img-box {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border: 1px solid #003d20;
  margin-bottom: 20px;
}

.singlepage-content .main-content-wrapper .hotel-gallery a {
  display: block;
  width: 100%;
  height: 100%;

}

.singlepage-content .main-content-wrapper .hotel-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.singlepage-content .sidebar-wrapper {
  position: relative;
  height: 100%;
}

.singlepage-content .sidebar-wrapper .cta-booking {
  padding: 30px;
  background: url(../img/Original/tiger\ \(1\).png) no-repeat;
  background-size: cover;
  position: sticky;
  top: 140px;
  text-align: center;
}

.singlepage-content .sidebar-wrapper .cta-booking::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.singlepage-content .sidebar-wrapper .cta-booking span.tag {
  color: #F5F3E7;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}

.singlepage-content .sidebar-wrapper .cta-booking h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.singlepage-content .sidebar-wrapper .cta-booking span.offer {
  text-transform: capitalize;
  position: relative;
  color: #fff;
  display: inline-block;
  font-size: 20px;

}

.singlepage-content .sidebar-wrapper .cta-booking form {
  position: relative;
  margin-top: 40px;
}

.singlepage-content .sidebar-wrapper .cta-booking .form-control {
  border-radius: 0;
  padding-inline-start: 10px 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: none;
  border: 2px solid #003d20;
}

.singlepage-content .sidebar-wrapper .cta-booking button {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  transition: all 0.4s;

}

.singlepage-content .sidebar-wrapper .cta-booking button:hover {
  background-color: #fff;
  color: #003d20;
}


.singlepage-content .form-wrapper h4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 28px;
}



.singlepage-content .form-wrapper {
  margin: 30px 0;
  padding: 40px;
  background-color: #003d20;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;

}

.singlepage-content .form-wrapper .form-group {
  margin-bottom: 10px;
}

.singlepage-content .form-wrapper label {
  text-transform: uppercase;
  font-weight: 500;
  color: #F5F3E7;
}

.singlepage-content .form-wrapper .form-control {
  padding: 6px 20px;
  border-radius: 0;
  box-shadow: none;
  font-size: 18px;
  color: #000;

}

.singlepage-content .form-wrapper .form-control[type='date'] {
  text-transform: uppercase;
}

.singlepage-content .form-wrapper .form-control:focus {
  border-color: #000;
}

.singlepage-content .form-wrapper button {
  padding: 10px 20px;
  background-color: #003d20;
  color: #fff;
  border: 2px solid #fff;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
}

.singlepage-content .form-wrapper button:hover {
  background-color: #fff;
  color: #003d20;
}


.singlepage-content .image-list {
  margin: 30px 0;
}

.singlepage-content .image-list .item-box {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  border-radius: 4px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.singlepage-content .image-list .item-box .img-box {
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}

.singlepage-content .image-list .item-box .img-box span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 46px;
  font-weight: 800;
  color: #fff;
  transition: all 0.4s;
}

.singlepage-content .image-list .item-box:hover .img-box span {
  opacity: 0;
}

.singlepage-content .image-list .item-box .img-box a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  background-color: #fff;
  color: #002203;
  font-weight: 800;
  border-radius: 4px;
  transition: all 0.4s;
  opacity: 0;
}

.singlepage-content .image-list .item-box:hover .img-box a {
  opacity: 1;
}

.singlepage-content .image-list .item-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.singlepage-content .image-list .item-box:hover .img-box img {
  transform: scale(1.1);
  filter: brightness(60%);
}

.singlepage-content .image-list .content {
  padding: 10px 10px;

}

.singlepage-content .image-list .content h5 {
  text-transform: capitalize;
  font-weight: 700;
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.singlepage-content .image-list .content a {
  text-transform: uppercase;
  font-weight: 800;
  color: #002203;
  font-weight: 700;
}



@media (max-width:1200px) {

  .singlepage-content .main-content-wrapper {
    padding-right: 30px;
  }

  .singlepage-content .main-content-wrapper h2.title {
    font-size: 48px;
  }


}

@media (max-width:992px) {

  .singlepage-content .main-content-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .singlepage-content .main-content-wrapper h2.title {
    font-size: 42px;
  }

  .singlepage-content .main-content-wrapper h3.sub-title {
    font-size: 28px;
  }

}

@media (max-width:568px) {
  .hide-sm {
    display: none;
  }

  .singlepage-content .main-content-wrapper h2.title {
    font-size: 38px;
  }

  .singlepage-content .main-content-wrapper p.text {
    font-size: 18px;
  }

  .singlepage-content .form-wrapper {
    margin: 30px 0;
    padding: 20px 10px;
    background-color: #003d20;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;

  }
}


/* --------------------------------------------------------------------------------------------------- */

.faq-accordion {
  margin: 30px 0;
}

.faq-accordion .accordion-item {
  margin-bottom: 20px;
  border: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #000;
  color: #fff;
}

.faq-accordion .accordion-button {
  border-radius: 0;
  box-shadow: none;
  background-color: #F5F3E7;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;

}

.faq-accordion .accordion-button::after {
  background-image: url(../img/icon/plus.png);
  background-size: cover;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../img/icon/minus.png);
  background-size: cover;
}

/* ------------------------------------------------------------------------------------------------ */


.loader-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.loader-box.show {
  opacity: 1;
  visibility: visible;

}

.loader {
  width: 48px;
  height: 48px;
  border: 8px solid #f50000;
  display: inline-block;
  box-sizing: border-box;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: rotation 1s linear infinite;
  position: relative;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ---------------------------------------------------------------------------------------------- */


.toast-box {
  visibility: hidden;
  min-width: 300px;
  background: #28a745;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  border-radius: 6px;
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  transition: opacity 0.6s, bottom 0.6s;
  font-size: 18px;
  font-weight: 600;
  opacity: 0;
  z-index: 998;
}

.toast-box.error {
  background: #e63946;
}

.toast-box.show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}




/* ---------------------------------------------------------------------------------------------------------------------------------- */


.innerabout-page {
  padding: 80px 0;
  position: relative;
}

.innerabout-page .heading {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}

.innerabout-page .heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 2px;
  background-color: #000;
  transform: translateX(-50%);

}

.innerabout-page .heading h2 {
  font-size: 56px;
  text-transform: uppercase;
  font-weight: 700;
  color: #003d20;
}

.innerabout-page .heading h5 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
}

.innerabout-page p.text {
  font-size: 20px;
  font-weight: 400;
  color: #000
}

.innerabout-page p.text span {
  color: #003d20;
  font-style: italic;
  font-weight: 500;
}

.innerabout-page .main-content {
  margin-top: 40px;
}

.innerabout-page .main-content h4 {
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background-color: #003d20;
  border-radius: 4px;
  color: #fff;
}

.innerabout-page .main-content .text-content {
  padding-right: 30px;
}

.innerabout-page .main-content .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;

}

.innerabout-page .main-content .img-box img {
  width: 100%;
  height: 100%;

}

.innerabout-page .journey-section {
  padding: 80px 0;
  position: relative;
  background: url(../img/background/cta-bg.webp) no-repeat fixed;
  background-size: cover;
  margin-top: 50px;
}

.innerabout-page .journey-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000, rgba(0, 0, 0, 0.4));
}

.innerabout-page .journey-section .inner-content {
  text-align: center;
  position: relative;
}

.innerabout-page .journey-section h4 {
  color: #fff;
  font-size: 46px;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.innerabout-page .journey-section h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: #fff;
}

.innerabout-page .journey-section p.text {
  color: #fff;
}

.innerabout-page .journey-section .cta-text {
  padding: 30px 20px;
  margin-top: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.innerabout-page .journey-section .cta-text h5 {
  color: #fff;
  text-transform: capitalize;
  font-size: 26px;
}

.innerabout-page .journey-section .cta-text a {
  padding: 10px 20px;
  display: inline-block;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 50px;
  color: #003d20;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  transition: all 0.4s;
}

.innerabout-page .journey-section .cta-text a:hover {
  transform: translateY(-5px);
}

.innerabout-page .main-content .item-box {
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.innerabout-page .main-content .item-box h6 {
  font-size: 22px;
  font-weight: 600;
  color: #003d20;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

.innerabout-page .main-content .item-box h6 svg {
  width: 15px;
  height: 15px;
  padding: 6px;
  border-radius: 50%;
  background-color: #003d20;
  color: #fff;
}

.innerabout-page .main-content .item-box p {
  color: #000;
  font-size: 18px;
  margin-bottom: 0;
  height: 120px;
  overflow: scroll;
}

.innerabout-page .main-content ul li {
  font-size: 18px;
  margin-bottom: 14px;

}

.innerabout-page .main-content ul li strong {
  color: #003d20;
}

.innerabout-page .main-content ul li svg {
  color: #003d20;
  margin-right: 8px;
}


@media (max-width:992px) {
  .innerabout-page .main-content .text-content {
    padding-right: 0;
  }

  .innerabout-page .main-content .img-box {
    margin-top: 30px;
  }
}

@media (max-width:768px) {
  .innerabout-page .main-content .item-box p {
    height: auto;
  }

  .innerabout-page .heading h2 {
    font-size: 38px;
  }

  .innerabout-page .heading h5 {
    font-size: 24px;
  }

  .innerabout-page .main-content h4 {
    font-size: 24px;
  }

}