@import url('https://fonts.googleapis.com/css2?family=Allura&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&family=Satisfy&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;
}

::-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;
}

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;
}

/* ----------------------------------Slider Home------------------------------------------------------------------------------------------------- */

/* ===============================
   HERO SLIDER BASE
================================ */

.hero-slider-section {
    position: relative;
}

.hero-slider-section .carousel-item {
    position: relative;
    overflow: hidden;
}

/* ===============================
   KEN BURNS EFFECT
================================ */

@keyframes kenburns {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.15);
    }
}

.hero-slider-section .img-box img {
    transform: scale(1);
}

.hero-slider-section .carousel-item.active .img-box img {
    animation: kenburns 10s ease-in-out forwards;
}

/* ===============================
   DARK OVERLAY (OPTIONAL)
================================ */

.hero-slider-section .img-box {
    position: relative;
}

.hero-slider-section .img-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

/* ===============================
   TEXT STYLING
================================ */

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.hero-content h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
}

.hero-content p {
    font-size: 20px;
    margin: 15px 0 25px;
}

.hero-content a {
    display: inline-block;
    font-size: 16px;
    padding: 12px 30px;
    background: transparent;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 4px;
    transition: all 0.3s ease;
}



/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
    .hero-content h1 {
        font-size: 46px;
    }
}

@media (max-width: 575px) {
    .hero-content h1 {
        font-size: 32px;
    }

    .hero-content p {
        font-size: 16px;
    }
}

.hero-slider-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-slider-section .carousel-item {
  position: relative;
}

.hero-slider-section .img-box {
  width: 100%;
  height: 820px;
  overflow: hidden;
  position: relative;
}

.hero-slider-section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.hero-slider-section .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}

.hero-slider-section .content h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 600;
  text-shadow: 0 0 6px #000;
}

.hero-slider-section .content p {
  color: #fff;
  font-size: 24px;
  text-shadow: 0 0 6px #000;



}

.hero-slider-section .content p span {
  background: rgba(0, 0, 0, .4);
  padding: 10px 20px;
}

.hero-slider-section .content a {
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #ffde59;
  backdrop-filter: blur(5px) brightness(60%);
  text-transform: uppercase;
  margin-top: 30px;
  display: inline-block;
  font-weight: 500;
}



.hero-slider-section .carousel-indicators {
  margin-bottom: 60px;
}

.hero-slider-section .carousel-indicators button {
  width: 40px;
  background-color: #ffde59;
  height: 6px;
  border-radius: 50px;
  border: none;
}


@media (max-width:1200px) {
  .hero-slider-section .content h1 {
    font-size: 88px;
  }

  .hero-slider-section .img-box {
    width: 100%;
    height: 600px;
  }
}

@media (max-width:992px) {
  .hero-slider-section .content h1 {
    font-size: 74px;
  }

  .hero-slider-section .content p {
    font-size: 24px;
  }

  .hero-slider-section .img-box {
    width: 100%;
    height: 540px;
  }
}

@media (max-width:768px) {
  .hero-slider-section .content h1 {
    font-size: 56px;
  }

  .hero-slider-section .img-box {
    width: 100%;
    height: 460px;
  }
}

@media (max-width:568px) {
  .hero-slider-section .content h1 {
    font-size: 42px;
  }

  .hero-slider-section .content p {
    font-size: 22px;
  }

  .hero-slider-section .img-box {
    width: 100%;
    height: 380px;
  }

  .hero-slider-section .carousel-indicators {
    display: none;
  }
}


/* ----------------------------------------------------------------------------------------------------------------- */

.hero-scroller {
  background-color: #09422d;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  overflow: hidden;
}

.hero-scroller .main-content {
  display: flex;
  align-items: center;

}

.hero-scroller .main-content span.btn-text {
  padding: 12px 20px;
  background-color: #ffde59;
  color: #09422d;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
}

.hero-scroller .main-content ul {
  display: flex;
  align-items: center;
  margin: 0;
}

.hero-scroller .main-content ul li {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 50px;
  padding-right: 50px;
  border-right: 3px solid #fff;
}

.hero-scroller .main-content ul li:last-child {
  border: none;
}

/* .hero-scroller .main-content ul li svg{
  color: #ffde59;
  animation: spinIcon 2s infinite alternate;
  margin-right: 10px;
} */

@keyframes spinIcon {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}



/* --------------------------------------------------------------------------------------------------------------------------------------------------- */



/* ----------------------------------------------------------------------------------------------------------------------- */

.quick-widlife-package {
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}

.quick-widlife-package .item-box a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.quick-widlife-package .item-box a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0) 50%);
  z-index: 1;
}

.quick-widlife-package .item-box .img-box {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;

}

.quick-widlife-package .item-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.quick-widlife-package .item-box:hover .img-box img {
  transform: scale(1.1);
}

.quick-widlife-package .item-box .img-box span.tag {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 112px 84px 20px 28px / 28px 16px 84px 112px;
  background-color: #09422d;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  z-index: 1;
}

.quick-widlife-package .item-box .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 15px;
  z-index: 1;
  width: 100%;
}

.quick-widlife-package .item-box .content h4 {
  color: #fff;
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 500;
}

.quick-widlife-package .item-box .content p {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
}

.quick-widlife-package .item-box .content p span {
  border-radius: 4px;
  background-color: #ffde59;
  color: #09422d;
  padding: 0px 10px;
  display: inline-block;
  margin-left: 10px;
  font-weight: 600;
}

.quick-widlife-package .owl-dots {
  text-align: center;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.quick-widlife-package .owl-dot span {
  width: 40px;
  height: 7px;
  background: #09422d;
  display: inline-block;
  border-radius: 50px;
  opacity: .5;

}

.quick-widlife-package .owl-dot.active span {
  opacity: 1;
}



.quick-widlife-package .owl-nav svg {

  padding: 10px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: #ff914d;
  color: #fff;
  transform: scale(1.3);

}

.quick-widlife-package .owl-nav button.owl-prev {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 0;

}

.quick-widlife-package .owl-nav button.owl-next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 0;

}

@media (max-width:1200px) {
  .quick-widlife-package .item-box .content h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 500;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */


.about-section {
  padding: 80px 0 140px;
  position: relative;
  overflow: hidden;
}

.about-section .title-box h2.title {

  font-size: 150px;
  font-weight: 900;
  color: transparent;
  width: fit-content;
  margin: 0 auto;
  background: url(../img/background/wildlife-bg.webp) no-repeat center;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
}

.about-section .title-box p.tagline {
  font-size: 28px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #09422d;
}

.about-section .content-wrapper {
  margin-top: 30px;
}

.about-section .content-wrapper p.text {
  font-size: 22px;
  line-height: 1.4;
  font-family: "Barlow", Helvetica, "Helvetica Neue", Arial, sans-serif;

  margin: 0;
}

.about-section .content-wrapper p.text strong {
  color: #09422d;
  font-weight: 700;
}

.about-section .content-wrapper p.text span {
  color: #09422d;
  font-weight: 600;
  text-transform: capitalize;
  font-style: italic;
}

.about-section .video-box {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
}

.about-section .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-section .img-box {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
}

.about-section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.about-section .img-box:hover img {
  transform: scale(1.1);
}


.about-section .feature-box {
  margin-top: 40px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, .2);
  padding-top: 20px;
}

.about-section .feature-box .item-box {
  border-radius: 1px;
  padding: 20px 5px;
  position: relative;
}

.about-section .feature-box .item-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: radial-gradient(circle, #000, #fff);
}

.about-section .feature-box .item-box.no-border::before {
  display: none;
}

.about-section .feature-box .item-box span.tag {
  text-transform: uppercase;
  font-weight: 600;
  color: #09422d;
  font-size: 18px;
}

.about-section .feature-box .item-box p {
  font-size: 48px;
  font-weight: 600;
  margin: 0;
  line-height: 1em;
  color: #000;

}


@media (max-width:992px) {
  .about-section .title-box h2.title {
    font-size: 124px;
    font-weight: 900;
  }

  .about-section .left-content {
    margin-bottom: 36px;
  }
}

@media (max-width:768px) {
  .about-section .title-box h2.title {
    font-size: 94px;
    font-weight: 900;
  }

  .about-section .title-box p.tagline {
    font-size: 22px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #09422d;
  }
}

@media (max-width:568px) {
  .about-section .title-box h2.title {
    font-size: 72px;
    font-weight: 900;
  }

  .about-section .feature-box .item-box span.tag {
    text-transform: uppercase;
    font-weight: 600;
    color: #09422d;
    font-size: 15px;
  }

}




/* -------------------------------------------------------------------------------------------------------------------------------------------------*/


.cta-section {
  padding: 60px 0;
  background-color: #000;
  background: url(../img/slider/slider-3.jpg) no-repeat fixed center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.cta-section .left-content span.offer {
  color: #ff914d;
  font-size: 32px;
}

.cta-section .left-content h2 {
  font-size: 58px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;

}



.cta-section .left-content p.tagline {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.cta-section .left-content p.tagline span {
  color: #fff;
  padding: 6px 14px;
  background-color: #9b4800;
  border-radius: 4px;
  font-style: italic;

}

.cta-section .right-content {
  padding-left: 40px;
}

.cta-section .right-content .form-container {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}

.cta-section .right-content .form-container::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 270px;
  height: 270px;
  background: url(../img/icons/plane.webp) no-repeat center top;
  background-size: contain;
}

.cta-section .right-content .form-container h4 {
  font-size: 36px;
  width: 70%;
  font-weight: 800;

  text-transform: uppercase;
  margin-bottom: 22px;
  color: #09422d;
  position: relative;
}

.cta-section .right-content .form-group {
  margin-bottom: 20px;
  position: relative;
}

.cta-section .right-content .form-group label {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cta-section .right-content .form-group label svg {
  color: #09422d;
}

.cta-section .right-content .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
}

.cta-section .right-content .form-control[type="date"] {
  text-transform: uppercase;
}

.cta-section .right-content button {
  padding: 10px 20px;
  background-color: #ff914d;
  border: none;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.4s;
}

.cta-section .right-content button:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #09422d;
  color: #fff;

}


@media (max-width:1200px) {

  .cta-section .left-content h2 {
    font-size: 46px;

  }

  .cta-section .right-content {
    padding-left: 0;
  }


  .cta-section .right-content .form-container::before {
    width: 220px;
    height: 220px;
  }

  .cta-section .right-content .form-container h4 {
    font-size: 28px;
    width: 80%;
  }
}

@media (max-width:992px) {

  .cta-section .right-content {
    padding-left: 0;
    margin-top: 30px;
  }


  .cta-section .right-content .form-container::before {
    width: 220px;
    height: 220px;
  }


}

@media (max-width:768px) {

  .cta-section .left-content h2 {
    font-size: 38px;

  }

  .cta-section .right-content .form-container::before {
    top: -30px;
    right: 0;
    width: 220px;
    height: 220px;
  }

  .cta-section .right-content .form-container h4 {
    font-size: 28px;
    width: 70%;
  }
}

@media (max-width:568px) {

  .cta-section .right-content .form-container::before {
    width: 220px;
    height: 220px;
  }

  .cta-section .right-content .form-container h4 {
    font-size: 36px;
    width: 70%;
  }

  .cta-section .left-content p.tagline {
    font-size: 18px;
  }

  .cta-section .left-content p.tagline span {
    padding: 6px 10px;

  }
}



/* ------------------------------------------------------------------------------------------------------------------------------------------ */

.main-activity-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}


.main-activity-section .item-box {
  position: relative;
  width: 100%;

  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  margin-bottom: 30px;
}

.main-activity-section .item-box .video-box {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.main-activity-section .item-box .video-box video {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.main-activity-section .item-box .video-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.2) 40%);
  z-index: 1;

}

.main-activity-section .item-box h4.main-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px 20px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 26px;
  z-index: 1;
  color: #fff;
  transition: all 0.4s;
}

.main-activity-section .item-box:hover h4.main-title {
  opacity: 0;
  visibility: hidden;
}

.main-activity-section .item-box .main-content {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 30px 40px 30px 40px;
  background-color: rgba(0, 0, 0, .6);
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}

.main-activity-section .item-box:hover .main-content {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.main-activity-section .item-box .main-content h4 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 26px;
  color: #fff;
  margin-bottom: 16px;
}

.main-activity-section .item-box .main-content p.text {
  font-size: 20px;
  color: #fff;
}

.main-activity-section .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main-activity-section .owl-nav button.owl-prev {
  left: 5px;
}

.main-activity-section .owl-nav button.owl-next {
  right: 5px;
}

.main-activity-section .owl-nav button svg {
  width: 50px;
  height: 50px;
  color: #fff;
}

@media (max-width:992px) {
  .main-activity-section .item-box .video-box {
    position: relative;
    width: 100%;
    height: 520px;
  }
}

@media (max-width:768px) {
  .main-activity-section .item-box .video-box {

    height: 460px;
  }

  .main-activity-section .item-box .main-content {
    position: absolute;
    padding: 30px 20px 30px 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------- */



.destination-info-section {
  padding: 80px 0;
  position: relative;
  background: url(../img/background/cta-bg.webp) no-repeat fixed center;
  background-size: cover;
  overflow: hidden;
}

.destination-info-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
}

.destination-info-section .main-content-wrapper {
  margin-top: 60px;

}

.destination-info-section .main-content-wrapper h4 {
  color: #ffde59;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px;
  background-color: #09422d;
  font-weight: 700;
  font-size: 28px;
}

.destination-info-section .main-content-wrapper p.text {
  color: #fff;
  font-size: 22px;
  margin-top: 20px;
}

.destination-info-section .main-content-wrapper ul li {
  color: #fff;
  margin-bottom: 10px;
  font-size: 22px;
}

.destination-info-section .main-content-wrapper a {
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #ffde59;
  color: #fff;
  background-color: rgba(0, 0, 0, .6);
  transition: all 0.4s;
  margin-top: 20px;
}

.destination-info-section .main-content-wrapper a svg {
  width: 12px;
  height: 12px;
}

.destination-info-section .main-content-wrapper a:hover {
  background-color: #ffde59;
  color: #09422d;
  transform: translateY(-5px);

}

.destination-info-section .main-content-wrapper .img-content {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
}

.destination-info-section .main-content-wrapper .img-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

@media (max-width:992px) {
  .destination-info-section .main-content-wrapper .img-content {
    margin-top: 30px;
    border-radius: 0;
  }

}

@media (max-width:568px) {
  .destination-info-section .main-content-wrapper h4 {
    color: #ffde59;
    font-size: 26px;
  }

  .destination-info-section .main-content-wrapper .img-content {
    height: 320px;
  }


}



/* ------------------------------------------------------------------------------------------------------------------------ */


.wildlife-attraction {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.wildlife-attraction .main-content-wrapper {
  margin-top: 50px;
}

.wildlife-attraction .nav-pills {
  justify-content: center;
  gap: 10px;
}

.wildlife-attraction .nav-pills .nav-link {
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  background-color: #ffde59;
  color: #09422d;
  transition: all 0.4s;
}

.wildlife-attraction .nav-pills .nav-link.active {
  background-color: #09422d;
  color: #ffde59;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.wildlife-attraction .nav-pills .nav-link:hover {
  background-color: #09422d;
  color: #ffde59;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.wildlife-attraction .tab-content {
  margin-top: 40px;
  padding: 40px 30px;
  border-radius: 0 0 15px 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-bottom: 6px solid #ffde59;
}

.wildlife-attraction .tab-content .text-content h4 {
  color: #09422d;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  font-size: 32px;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 20px;
}

.wildlife-attraction .tab-content .text-content h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 4px;
  background-color: #ffde59;
}

.wildlife-attraction .tab-content .text-content p.text {
  color: #000;
  font-size: 22px;
  font-weight: 500;
}

.wildlife-attraction .tab-content .text-content ul li {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #000;
}

.wildlife-attraction .tab-content .text-content ul li svg {
  margin-right: 10px;
  color: #09422d;
}

.wildlife-attraction .tab-content .img-box {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 0 0 14px 14px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-bottom: 4px solid #09422d;
}

.wildlife-attraction .tab-content .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}


@media (max-width:768px) {

  .wildlife-attraction .tab-content .text-content h4 {
    font-size: 26px;
  }

  .wildlife-attraction .tab-content .text-content p.text {
    font-size: 20px;
  }

  .wildlife-attraction .tab-content .text-content ul li {
    font-size: 18px;
  }

  .wildlife-attraction .tab-content .text-content ul li svg {
    margin-right: 4px;
    color: #09422d;
  }

  .wildlife-attraction .tab-content .img-box {
    width: 100%;
    height: 400px;
    margin-top: 30px;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------- */


.place-attraction-section {
  position: relative;
  background: url(../img/background/cta-bg.webp) no-repeat fixed center;
  background-size: cover;
  padding: 80px 0;
  overflow: hidden;
}

.place-attraction-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
}

.place-attraction-section .owl-stage {
  padding-bottom: 60px;
}

.place-attraction-section .item-box {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  background-color: #09422d;
  border-bottom: 3px solid #ffde59;
}

.place-attraction-section .item-box.style-sec {
  margin-top: 50px;
  border-top: 3px solid #fff;
  border-bottom: none;
}

.place-attraction-section .item-box .img-box {
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 50px;
  border-right: 6px solid #ffde59;
  border-bottom: 6px solid #ffde59;
}

.place-attraction-section .item-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.place-attraction-section .item-box .content h4 {
  color: #ffde59;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
}

.place-attraction-section .item-box .content p {
  color: #fff;
  font-size: 20px;
  height: 130px;
}

.place-attraction-section .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

}

.place-attraction-section .owl-nav button.owl-prev {
  left: 10px;

}

.place-attraction-section .owl-nav button.owl-next {
  right: 10px;

}

.place-attraction-section .owl-nav button svg {
  color: #fff;
  width: 40px;
  height: 40px;
}

@media (max-width:768px) {

  .place-attraction-section .item-box.style-sec {
    margin-top: 0;
    border-top: 0;
    border-bottom: 3px solid #ffde59;
  }


  .place-attraction-section .item-box .content p {
    font-size: 18px;
    height: auto;
  }

}


/* ------------------------------------------------------------------------------------------------------------ */

.img-anime {
  overflow: hidden;
  position: relative;
}

.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;
}


/* -------------------------------------------------------------------------------------------------------------- */
.button-group {
  margin-top: 20px;
}

.button-group a {
  display: inline-block;
  padding: 6px 20px;
  background-color: #09422d;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  transition: all 0.4s;
  font-size: 18px;
}

.button-group a:hover {
  background-color: #000;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: translateY(-5px);
}

.button-group a:nth-child(2n) {
  margin-left: 6px;
  background-color: #ff914d;
}

.button-group a:nth-child(2n):hover {
  background-color: #000;

}

@media (max-width:992px) {
  .button-group a {
    padding: 6px 10px;
    font-size: 15px;
  }

  .button-group a:nth-child(2n) {
    margin-left: 0;
    background-color: #ff914d;
  }
}


/* ------------------------------------------------------------------------------------------------------------ */

/* ---------------------------------------------------------------------------------------------------------------------- */

.section-title {
  position: relative;
  padding-bottom: 10px;
}

.section-title p.sub-title {
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
  font-weight: 700;
  color: #09422d;
}

.section-title.dark-bg p.sub-title {
  color: #fff;
}

.section-title h2 {
  font-size: 46px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  position: relative;
}

.section-title.dark-bg h2 {
  color: #fff;
}

.section-title h2 span {
  color: #ff914d;
}

.section-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 4px;
  background-color: #ffde59;
}


@media (max-width:992px) {
  .section-title p.sub-title {
    font-size: 20px;
  }



}

@media (max-width:768px) {

  .section-title h2 {
    font-size: 38px;
  }

  .section-title p.sub-title {
    font-size: 20px;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------- */
.main-service-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.main-service-section .notice-board {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.main-service-section .notice-board .img-box {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #09422d;
  border-right: 4px solid #ffde59;
  border-bottom: 4px solid #ffde59;
}

.main-service-section .notice-board .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-service-section .notice-board .content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  z-index: 1;
}

.main-service-section .notice-board .content-box h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.main-service-section .notice-board .content-box p.text {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
}

.main-service-section .notice-board .content-box ul li {
  color: #fff;
  font-size: 18px;
  margin-bottom: 16px;
  display: flex;
}

.main-service-section .notice-board .content-box ul li svg {
  width: 16px;
  height: 16px;
  padding: 4px;
  background-color: #ffde59;
  color: #09422d;
  border-radius: 50%;
  margin-right: 6px;
}

.main-service-section .notice-board .cta-box {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.main-service-section .notice-board .cta-box h6 {
  color: #fff;
}

.main-service-section .notice-board .cta-box .form-control {
  padding: 10px 20px;
  border-radius: 0;

}

.main-service-section .notice-board .cta-box button {
  padding: 10px 20px;
  font-weight: 700;
  background-color: #ffde59;
  color: #09422d;
  border: none;
  text-transform: uppercase;
  width: 100%;
}

.main-service-section .service-box {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  width: 100%;
  border-radius: 0 0 10px 10px;
}

.main-service-section .service-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.1) 30%);
  z-index: 1;
}

.main-service-section .service-box .img-box {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.main-service-section .service-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.main-service-section .service-box:hover .img-box img {
  transform: scale(1.1);
}

.main-service-section .service-box .img-box span.tag {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  padding: 2px 10px;
  background-color: #ffde59;
  color: #09422d;
  z-index: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.main-service-section .service-box .img-box .icon {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2px;
  z-index: 1;
}

.main-service-section .service-box .img-box .icon a svg {
  width: 16px;
  height: 16px;
  padding: 8px;
  border-radius: 50%;
  background-color: #fff;
  color: #09422d;
  transition: all 0.4s;
}

.main-service-section .service-box .img-box .icon a svg:hover {
  background-color: #ff914d;
  color: #fff;
  transform: scale(1.1);
}

.main-service-section .service-box .main-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 1;
  width: 100%;
  opacity: 1;
  transition: all 0.4s;
}

.main-service-section .service-box:hover .main-content,
.main-service-section .service-box.active .main-content {
  transform: translateY(-30px);
  opacity: 0;
}

.main-service-section .service-box .main-content h4 span {
  display: block;
  color: #ff914d;
  font-size: 18px;
}

.main-service-section .service-box .main-content h4 a {
  display: block;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}

.main-service-section .service-box .main-content p.text {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.main-service-section .service-box .main-content .info {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, .3);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-service-section .service-box .main-content .info p.btn-link {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.main-service-section .service-box .main-content .info p.btn-link svg {
  width: 14px;
  height: 14px;
  animation: iconAnime 2s infinite ease-in-out;
}

.main-service-section .service-box .main-content .info p.btn-book {
  padding: 10px 20px;
  background-color: #09422d;
  color: #ffde59;
  position: relative;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  border-radius: 4px;
}

.main-service-section .service-box .main-content .info p.price {
  font-size: 20px;
  font-weight: 600;
}

.main-service-section .service-box .content-hide {
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
  border-radius: 16px;
  padding: 20px;
  transition: all 0.5s;
  opacity: 0;
  z-index: 1;
}

.main-service-section .service-box:hover .content-hide,
.main-service-section .service-box.active .content-hide {
  bottom: 13px;
  opacity: 1;
}

.main-service-section .service-box .content-hide h4 a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.main-service-section .service-box .content-hide h4 span {
  color: #ff914d;
  font-size: 20px;
}

.main-service-section .service-box .content-hide p.text {
  color: #fff;
}

.main-service-section .service-box .content-hide p.point {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.main-service-section .service-box .content-hide .attraction {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.main-service-section .service-box .content-hide ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));

}

.main-service-section .service-box .content-hide ul li {
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}

.main-service-section .service-box .content-hide ul li svg {
  color: #ffde59;
  margin-right: 6px;
}

.main-service-section .service-box .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.main-service-section .service-box .btns a {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.main-service-section .service-box .btns a svg {
  width: 14px;
  height: 14px;
  animation: iconAnime 2s infinite ease-in-out;
}

.main-service-section .service-box .btns a:last-child {
  padding: 10px 20px;
  background-color: #09422d;
  color: #ffde59;
  position: relative;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  border-radius: 4px;
}

.main-service-section .service-box .main-content .info p.price {
  font-size: 20px;
  font-weight: 600;
}



.main-service-section .service-box .booking-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.main-service-section .service-box .booking-box p {

  position: relative;
  margin-bottom: 0;

  color: #000;
  font-size: 15px;
  font-weight: 500;
}


@media (max-width:992px) {
  .main-service-section .notice-board {
    margin-bottom: 30px;
  }
}

@media (max-width:568px) {
  .main-service-section .notice-board .img-box {
    position: relative;
    width: 100%;
    height: 640px;
    overflow: hidden;
    border-radius: 20px;
    background-color: #09422d;
  }

}



/* ------------------------------------------------------------------------------------------------------------------ */

.tour-package-section {
  padding: 80px 0;
  position: relative;
  background: url(../img/background/golden-triangle-tour-bg.jpg) no-repeat fixed center;
  background-size: cover;

}

.tour-package-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
}

.tour-package-section .item-box {
  border: 1px solid #09422d;

}

.tour-package-section .owl-dots {
  margin-top: 40px;
}

.tour-package-section .owl-dots span {
  background-color: #ffde59;
}

/* ------------------------------------------------------------------------------------------------------------------- */
a.main-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff914d;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.4s;
}

a.main-btn:hover {
  transform: translateY(-7px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #09422d;
}

a.main-btn.dark-bg {
  background-color: #ffde59;
  color: #09422d;
}

a.main-btn.dark-bg:hover {
  background-color: #09422d;
  color: #ffde59;
}

a.main-btn svg {
  transition: all 0.4s;
}

a.main-btn:hover svg {
  transform: translateX(5px) scale(1.1);
}

/* ------------------------------------------------------------------------------------------------------------------ */


/* ----------------------------------------------------------------------------------------------- */

.destination-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.destination-section .item-box {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.destination-section .item-box a {
  position: relative;
  display: block;
}

.destination-section .item-box a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
  z-index: 1;

}

.destination-section .item-box .carousel-item {
  position: relative;
  width: 100%;
  height: 270px;
}

.destination-section .item-box .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destination-section .item-box .content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  width: 100%;
  border-left: 1px solid #fff;
}

.destination-section .item-box .content span.pack {
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 15px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  border-radius: 0 30px 30px 0;
  font-size: 14px;

}

.destination-section .item-box .content h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  padding-left: 15px;
}

.destination-section .item-box .content h3 span {
  display: block;
  text-transform: uppercase;
  color: #ff914d;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.destination-section .offer-box {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: calc(100% - 35px);
  position: relative;

}

.destination-section .offer-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.1));
}

.destination-section .offer-box .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.destination-section .offer-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destination-section .offer-box .content {
  position: absolute;
  bottom: 70px;
  left: 10px;
  z-index: 1;
  width: 100%;
  padding-right: 20px;
}

.destination-section .offer-box .content span.offer {
  color: #ff914d;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}

.destination-section .offer-box .content h5 {
  font-size: 46px;
  color: #fff;
  font-family: "Satisfy", sans-serif;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.destination-section .offer-box a {
  padding: 6px 16px;
  background-color: #fff;
  color: #000;
  display: inline-block;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;

}




/* ------------------------------------------------------------------------------------------------------------------------- */


.testimonial-bg-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.testimonial-bg-section .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.testimonial-bg-section .row>* {
  padding-left: 0;
  padding-right: 0;
}

.testimonial-bg-section .left-content {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(https://www.lih.travel/wp-content/uploads/2022/09/Ranthambore-National-Park-img.webp) no-repeat;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-bg-section .right-content {
  position: relative;
  padding: 80px 80px;
  height: 700px;
  background-image: url(../img/testi-bg2.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-bg-section .right-content::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.testimonial-bg-section .right-content .section-title p.sub-title {
  color: #fff;
}

.testimonial-bg-section .right-content .section-title h2 {
  color: #fff;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;

}

.testimonial-bg-section .right-content .section-title h2 span {
  color: #ff914d;
}

.testimonial-bg-section .right-content .section-title h2::before {
  display: none;
}

.testimonial-bg-section .right-content .section-title p {
  max-width: 70%;
  color: var(--greycolor-bg);
}

.main-testimonial-box {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-top: -300px;
  transform: translateX(335px);
  margin-bottom: 60px;
}

.main-testimonial-box .testimonial-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;

}



.main-testimonial-box .testimonial-box .img-box {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}

.main-testimonial-box .testimonial-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-testimonial-box p.text {
  font-style: italic;
  font-weight: 500;
  color: #787878;
}

.main-testimonial-box .content {
  width: 80%;
}

.main-testimonial-box .content span {
  display: block;
  font-style: italic;
  font-weight: 800;
  color: #787878;
}

.main-testimonial-box .content p.name {
  color: var(--main-color);
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width:1400px) {
  .main-testimonial-box {
    transform: translateX(280px);

  }

}

@media (max-width:1200px) {
  .testimonial-bg-section .right-content {
    position: relative;
    padding: 50px 30px 80px 60px;
  }

  .testimonial-bg-section .right-content .section-title h2 {
    font-size: 64px;
  }
}

@media (max-width:992px) {

  .main-testimonial-box {
    transform: translateX(70px);
  }

  .main-testimonial-box .testimonial-box {
    display: block;
  }

  .main-testimonial-box .content {
    width: auto;
    margin-top: 20px;
  }

  .testimonial-bg-section .right-content {
    height: 600px;
  }
}

@media (max-width:768px) {
  .testimonial-bg-section .right-content {
    position: relative;
    padding: 50px 30px;
    height: 400px;
  }

  .testimonial-bg-section .right-content .section-title h2 {
    color: #fff;
    font-size: 40px;
    line-height: 40px
  }

  .main-testimonial-box {
    transform: translateX(0px);
    margin-top: -160px;
    padding: 10px;
  }

  .main-testimonial-box .testimonial-box {
    display: block;
  }

  .main-testimonial-box .content {
    width: auto;
    margin-top: 20px;
  }
}

@media (max-width:568px) {
  .testimonial-bg-section .right-content {
    position: relative;
    padding: 50px 30px;
    height: auto;
  }

  .main-testimonial-box {
    transform: translateX(0px);
    margin-top: 0;
    margin-bottom: 0;
  }
}




/* --------------------------------------------------------------------------------------------------------------------- */


.blog-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.blog-section .owl-stage {
  padding-bottom: 30px;
}

.blog-section .blog-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 0 0 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.blog-section .blog-box .img-box {
  width: 100%;
  height: 320px;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  border-radius: 0 0 10px 10px;
}

.blog-section .blog-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.blog-section .blog-box:hover .img-box img {
  transform: scale(1.1);
}

.blog-section .blog-box .img-box span {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-transform: capitalize;
  padding: 3px 8px;
  background-color: rgba(0, 0, 0, .7);
  border-radius: 50px;
  width: 60%;
  text-align: center;

}

.blog-section .blog-box h3 a {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  height: 60px;
  overflow: scroll;

}

.blog-section .blog-box p.text {
  color: rgba(0, 0, 0, 0.85);
  font-size: 19px;
  font-weight: 400;
}

.blog-section .blog-box .link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-transform: uppercase;
  font-size: 18px;
  padding: 5px 20px;
  background-color: #ff914d;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
}



/* -------------------------------------------------------------------------------------------------------------------- */


.innerpage-title {
  padding: 180px 0 10px;
  position: relative;
  background: url(../img/background/innerpage-title.png) no-repeat center;
  background-size: cover;
  text-align: center;
}

.innerpage-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000, rgba(0, 0, 0, 0.1));
}

.innerpage-title span {
  text-transform: uppercase;
  font-weight: 500;
  color: #ffde59;
  font-size: 28px;

}

.innerpage-title h1 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 56px;
  color: #fff;
}

.innerpage-title .breadcrumb-box {
  margin-top: 60px;
}

.innerpage-title .breadcrumb-box ul {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}

.innerpage-title .breadcrumb-box ul li {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.innerpage-title .breadcrumb-box ul li a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #ffde59;
}

.innerpage-title .breadcrumb-box ul li a:hover {
  text-decoration: underline !important;
}


@media (max-width:768px) {


  .innerpage-title span {
    font-size: 28px;

  }

  .innerpage-title h1 {
    font-size: 46px;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------- */

.innerlocation-content {
  position: relative;
  padding: 80px 0;

}

.innerlocation-content .heading span.sub-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  color: #09422d;
}
.innerlocation-content .heading h3.title{
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 800;
  
  margin-bottom: 20px;
}

.innerlocation-content .heading h2.title {
  text-transform: uppercase;
  font-size: 76px;
  font-weight: 900;
  color: transparent;
  background: url(../img/background/wildlife-bg.webp) no-repeat center;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
}

.innerlocation-content .heading p.tagline {

  font-family: 'Allura', sans-serif;
  color: #09422d;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.innerlocation-content .heading p.tagline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background-color: #09422d;
}

.innerlocation-content .heading p.tagline::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 3px;
  background-color: #ffde59;
  border-radius: 10px;
}

.innerlocation-content .seo-content-box {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  padding-bottom: 20px;
}
.innerlocation-content .booking-note{
  padding: 30px 20px;
  border: 2px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.innerlocation-content .booking-note h4{
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 10px;
}
.innerlocation-content .booking-note ul li{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
}
.innerlocation-content .booking-note ul li::marker{
  color: #09422d;
}
.innerlocation-content .enquiry-form{
  padding: 30px 20px;
  border-radius: 6px ;
  background-color: #09422d;
  color: #fff;
}
.innerlocation-content .enquiry-form h4{
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.innerlocation-content .enquiry-form .form-group{
  margin-bottom: 10px;
}
.innerlocation-content .enquiry-form .form-control{
  box-shadow: none;
  border-radius: 0;
  padding: 6px 14px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.innerlocation-content .enquiry-form .form-control[type='date']{
  text-transform: uppercase;
}

.innerlocation-content .enquiry-form button{
  padding: 10px 20px;
  background-color: #ffde59;
  color: #09422d;
  text-transform: uppercase;
  font-weight: 600;
}
.innerlocation-content p.text {
  font-size: 22px;
  color: #000;
}

.innerlocation-content p.text span {
  text-transform: capitalize;
  font-style: italic;
  color: #09422d;
  font-weight: 500;
}

.innerlocation-content p.text a {
  color: #09422d;
  text-transform: capitalize;
  font-weight: 500;
}

.innerlocation-content p.text a:hover {
  color: #ff914d;
}

.innerlocation-content p.text strong {
  font-weight: 600;
  text-transform: capitalize;
  color: #09422d;
}

.innerlocation-content h3.sub-title {
  font-size: 36px;
  font-weight: 800;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  color: #09422d;
}

.innerlocation-content h3.sub-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background-color: #09422d;
}

.innerlocation-content h3.sub-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 3px;
  background-color: #ffde59;
  border-radius: 10px;
}



.innerlocation-content h3.sub-title span {
  color: #09422d;
  font-weight: 700;
}

.innerlocation-content .cta-banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  margin: 30px 0;
}

.innerlocation-content .cta-banner img {
  width: 100%;
  height: 100%;
}

.innerlocation-content .mini-gallery {
  margin: 20px 0;
}

.innerlocation-content .mini-gallery .img-box {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 10px;
}

.innerlocation-content .mini-gallery .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.innerlocation-content .mini-gallery .img-box:hover img {
  transform: scale(1.1);
}

.innerlocation-content h4.point-heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
  position: relative;
  padding-bottom: 10px;
}

.innerlocation-content h4.point-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background-color: #000;
}

.innerlocation-content p.point {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
}

.innerlocation-content p.point:hover {
  color: #ff914d;
}

.innerlocation-content .read-more-btn {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #09422d;
  font-size: 26px;
  position: relative;
  transition: all 0.4s;
  margin-top: 30px;
}

.innerlocation-content .read-more-btn:hover {
  color: #ff914d;
}

.innerlocation-content .read-more-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background-color: #ffde59;
  transition: all 0.4s;
}

.innerlocation-content .read-more-btn:hover::before {
  background-color: #ff914d;
  width: 100px;
}

.innerlocation-content.left-aligned h3.sub-title::before {
  left: 0;
  transform: none;
}

.innerlocation-content.left-aligned h3.sub-title::after {
  display: none;
}

.innerlocation-content.left-aligned h4.point-heading::before {
  left: 0;
  transform: none;
}

.innerlocation-content.left-aligned p.point {
  font-size: 22px;
  font-weight: 600;
}

.innerlocation-content .table {
  margin: 10px 0;
  position: relative;
}

.innerlocation-content .table thead {
  background-color: #09422d;
  color: #fff;
  font-size: 20px;
}

.innerlocation-content .table tbody tr {
  font-size: 18px;
  color: #000;
}

.innerlocation-content ul.list-item li {
  font-size: 22px;
  color: #000;
  font-weight: 500;

}

.innerlocation-content ul.list-item li strong {
  font-weight: 500;
}

@media (max-width:992px) {
  .innerlocation-content .enquiry-form{
margin-top: 40px;
}
  .innerlocation-content .heading h2.title {
    font-size: 56px;
  }

  .innerlocation-content h3.sub-title {
    font-size: 38px;
  }
}

@media (max-width:568px) {
  .innerlocation-content .heading h2.title {
    font-size: 42px;
  }

  .innerlocation-content .heading p.tagline {
    font-size: 22px;
  }

  .innerlocation-content h3.sub-title {
    font-size: 32px;
  }

  .innerlocation-content h4.point-heading {
    font-size: 24px;
  }
}


/* ------------------------------------------------------------------------------------------------- */

.innerpackage-wrapper {
  padding: 10px 0px 80px;
  position: relative;

}

.innerpackage-wrapper .sidebar-wrapper {
  padding-right: 40px;
  position: sticky;
  top: 100px;
}

.innerpackage-wrapper .sidebar-wrapper .offer-box {
  padding: 30px 20px;
  text-align: center;
  background: url(../img/background/cta-box-bg.webp) no-repeat center;
  background-size: cover;
  position: relative;
}

.innerpackage-wrapper .sidebar-wrapper .offer-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));

}

.innerpackage-wrapper .sidebar-wrapper .offer-box span.info {
  color: #fff;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 5px;
  display: inline-block;

}

.innerpackage-wrapper .sidebar-wrapper .offer-box span.info::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 1px;
  background-color: #ffde59;
  animation: borderAnime 3s infinite alternate;
}

@keyframes borderAnime {
  0% {
    width: 10px;
  }

  100% {
    width: 100%;

  }
}

.innerpackage-wrapper .sidebar-wrapper .offer-box p.text {
  color: #fff;
  text-transform: capitalize;
  font-size: 26px;
  font-family: 'Satisfy', sans-serif;
  margin-top: 10px;
}

.innerpackage-wrapper .sidebar-wrapper .offer-box p.text span {
  color: #ffde59;
  font-size: 38px;
  font-weight: 700;
}

.innerpackage-wrapper .sidebar-wrapper .offer-box p.code {
  color: #fff;
  font-weight: 400;
  display: block;
  width: fit-content;
  margin: 30px auto;
  padding: 10px 20px;
  border: 1px dashed #ffde59;
  background-color: rgba(0, 0, 0, .7);
  position: relative;
  text-transform: uppercase;
  font-size: 18px;

}

.innerpackage-wrapper .sidebar-wrapper .offer-box p.code span {
  color: #ffde59;
  font-weight: 700;
}

.innerpackage-wrapper .sidebar-wrapper .offer-box a {
  display: inline-block;
  margin-top: 50px;
  padding: 10px 20px;
  background-color: #ffde59;
  color: #09422d;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
}

.innerpackage-wrapper .sidebar-wrapper .enquiry-form {
  margin-top: 30px;
  padding: 30px 20px;
  background-color: #09422d;
  position: relative;
}

.innerpackage-wrapper .sidebar-wrapper .enquiry-form h4 {
  color: #ffde59;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.innerpackage-wrapper .sidebar-wrapper .enquiry-form .form-control {
  margin-bottom: 10px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  padding: 10px 20px;
}

.innerpackage-wrapper .sidebar-wrapper .enquiry-form .form-control[type='date'] {
  text-transform: uppercase;
  font-weight: 500;

}

.innerpackage-wrapper .sidebar-wrapper .enquiry-form .date-wrapper {
  position: relative;
}

.innerpackage-wrapper .sidebar-wrapper .enquiry-form .date-wrapper label {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 0 20px 0 0;
  color: rgba(0, 0, 0, .55);
  transition: all 0.4s;
  opacity: 1;
}

.innerpackage-wrapper .sidebar-wrapper .enquiry-form .form-control[type='date']:focus::before {
  display: none;
}

.innerpackage-wrapper .sidebar-wrapper .enquiry-form button {
  padding: 0px 20px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  margin-top: 30px;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  transition: all 0.4s;
  position: relative;
}

.innerpackage-wrapper .sidebar-wrapper .enquiry-form button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 40px;
  background-color: #fff;
  transition: all 0.6s;
}

.innerpackage-wrapper .sidebar-wrapper .enquiry-form button:hover::before {
  width: 140px;
  background-color: #ffde59;
}

.innerpackage-wrapper .sidebar-wrapper .enquiry-form button:hover {
  color: #ffde59;
}


@media (max-width:1200px) {
  .innerpackage-wrapper .sidebar-wrapper {
    padding-right: 0;
  }

  .innerpackage-wrapper .sidebar-wrapper .enquiry-form {
    margin-top: 0;
  }

  .innerpackage-wrapper .sidebar-wrapper .offer-box {
    padding: 50px 20px;
  }
}

@media (max-width:768px) {
  .innerpackage-wrapper .sidebar-wrapper {
    overflow: hidden;
  }
}



.innerpackage-wrapper .heading h4 {
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
  color: #09422d;
}

.innerpackage-wrapper .heading h4 span {
  color: #09422d;
  font-weight: 800;
}

.innerpackage-wrapper .heading h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 4px;
  background-color: #ffde59;
}

.innerpackage-wrapper .tour-box {
  padding: 10px;
  border: 1px solid #ffde59;
  margin-bottom: 30px;
}

.innerpackage-wrapper .tour-box .img-box a {
  display: block;
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.innerpackage-wrapper .tour-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.4s;
  filter: grayscale(100%);
}

.innerpackage-wrapper .tour-box:hover .img-box img {
  transform: scale(1.1);
  filter: grayscale(0%);
}

.innerpackage-wrapper .tour-box .img-box span.tagline {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffde59;
  font-weight: 600;
  padding: 2px 10px;
  background-color: #09422d;
  border-radius: 0 0 0 2px;
}

.innerpackage-wrapper .tour-box .content {
  position: relative;
  padding-right: 20px;
  height: 100%;
}

.innerpackage-wrapper .tour-box .content::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background: radial-gradient(circle, #ff914d, #fff);
}

.innerpackage-wrapper .tour-box h3 {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.innerpackage-wrapper .tour-box h3 a {
  color: #000;
  transition: all 0.4s;
}

.innerpackage-wrapper .tour-box h3 a:hover {
  color: #09422d;
}

.innerpackage-wrapper .tour-box p.info {
  color: #000;
  font-weight: 500;
  height: 50px;
  overflow: scroll;
}

.innerpackage-wrapper .tour-box ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.innerpackage-wrapper .tour-box ul li {
  display: inline-block;
  color: #121212;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-weight: 600;
  transition: all 0.4s;
}

.innerpackage-wrapper .tour-box ul li:hover {
  color: #09422d;
}

.innerpackage-wrapper .tour-box ul li svg {
  color: #000;
  margin-right: 4px;
}

.innerpackage-wrapper .tour-box .price-box {
  padding-right: 10px;
}

.innerpackage-wrapper .tour-box .price-box p.price {
  font-weight: 600;
  text-align: end;
  font-size: 18px;
}

.innerpackage-wrapper .tour-box .price-box p.price span {
  font-size: 30px;
  line-height: 30px;
  color: #09422d;
  font-weight: 700;
}

.innerpackage-wrapper .tour-box .price-box p.price sub {
  margin-bottom: 30px;
  display: block;
  margin-top: 5px;
}

.innerpackage-wrapper .tour-box .price-box .btn-group {
  display: block;
}

.innerpackage-wrapper .tour-box .price-box .btn-group a {
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  padding: 6px 0;
  background-color: #09422d;
  color: #ffde59;
  font-weight: 600;
  transition: all 0.4s;
}

.innerpackage-wrapper .tour-box .price-box .btn-group a:nth-child(2n) {
  background-color: #ff914d;
  color: #fff;
}

.innerpackage-wrapper .tour-box .price-box .btn-group a:hover {
  background-color: #000;
  color: #fff;
}

@media (max-width:1200px) {}

@media (max-width:992px) {
  .innerpackage-wrapper .tour-box .content {
    padding-right: 0;
    margin-top: 20px;
  }

  .innerpackage-wrapper .tour-box .content::before {
    display: none;
  }

  .innerpackage-wrapper .tour-box h3 {
    font-size: 32px;
  }

  .innerpackage-wrapper .tour-box p.info {
    height: auto;
  }


  .innerpackage-wrapper .tour-box .price-box p.price {
    font-size: 20px;
  }

  .innerpackage-wrapper .tour-box .price-box p.price span {
    font-size: 38px;
    display: block;
  }

  .innerpackage-wrapper .tour-box .price-box p.price sub {
    margin-top: 10px;
  }
}

@media (max-width:768px) {
  .innerpackage-wrapper .heading h4 {
    font-size: 38px;
  }

}

/* --------------------------------------------------------------------------------------------------------------- */


.singlepage-title {
  padding: 60px 0;
  background: url(../img/testi-bg2.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

.singlepage-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000 10%, rgba(0, 0, 0, 0.4));
}

.singlepage-title .content {
  padding-right: 40px;
}

.singlepage-title .breadcrumb-box ul li {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  display: inline-flex;
}

.singlepage-title .breadcrumb-box ul li a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #ff914d;
}

.singlepage-title .breadcrumb-box ul li a:hover {
  text-decoration: underline !important;
}

.singlepage-title .content p.tagline {
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.singlepage-title .content p.tagline span {
  color: #ffde59;
}

.singlepage-title .content h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 68px;
  font-weight: 800;
  letter-spacing: 1px;
}

.singlepage-title .tour-info {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 40px 0;
}

.singlepage-title .tour-info .info-box {
  position: relative;
  padding: 10px 40px 10px 0;
  text-align: center;
}

.singlepage-title .tour-info .info-box:last-child::before {
  display: none;
}

.singlepage-title .tour-info .info-box::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 100%;
  background: radial-gradient(circle, #fff, rgba(255, 255, 255, 0));
  transform: translateY(-50%);
}

.singlepage-title .tour-info .icon img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.singlepage-title .tour-info p {
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}


.singlepage-title .content a.book-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffde59;
  margin-top: 20px;
  color: #09422d;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  transition: all 0.4s;
}

.singlepage-title .content a.book-btn:hover {
  transform: translateY(-6px);
  background-color: #fff;
  color: #09422d;
}

.singlepage-title .enquiry-form {
  padding: 30px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 3px solid #09422d;
  border-radius: 0 0 10px 10px;
}

.singlepage-title .enquiry-form .heading {
  background-color: rgba(9, 66, 45, 0.4);
  padding: 10px 20px;
  border: 1px solid rgba(255, 222, 89, 0.3);
  margin-bottom: 10px;
}

.singlepage-title .enquiry-form h6 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 4px;
}

.singlepage-title .enquiry-form p {
  margin-bottom: 0;
  color: #fff;
}

.singlepage-title .enquiry-form .form-group {
  position: relative;
}

.singlepage-title .enquiry-form .form-group label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  text-transform: uppercase;
}

.singlepage-title .enquiry-form .form-control {
  padding: 10px 20px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 222, 89, 0.3);
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.4s;
}

.singlepage-title .enquiry-form .form-control:focus {
  border: 1px solid rgba(255, 255, 255, 0.8);

}

.singlepage-title .enquiry-form .form-control:disabled {
  background-color: rgba(207, 99, 3, 0.2);
}

.singlepage-title .enquiry-form .form-control[type='date'] {
  text-transform: uppercase;
}

.singlepage-title .enquiry-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.singlepage-title .enquiry-form button {
  width: 100%;
  margin-top: 10px;
  border: none;
  padding: 10px 20px;
  background-color: #ffde59;
  color: #09422d;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  transition: all 0.4s;
}

.singlepage-title .enquiry-form button svg {
  margin-right: 6px;
}

.singlepage-title .enquiry-form button:hover {
  background-color: #09422d;
  color: #ffde59;
}


@media (max-width:1200px) {

  .singlepage-title {
    padding: 180px 0 120px;
  }

  .singlepage-title .content {
    padding-right: 0;
  }

  .singlepage-title .content p.tagline {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
  }

  .singlepage-title .content h1 {
    font-size: 54px;
  }

  .singlepage-title .tour-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 40px 0;
  }

  .singlepage-title .tour-info .info-box {
    position: relative;
    padding: 10px 15px 10px 0;
    text-align: center;
  }
}

@media (max-width:992px) {
  .singlepage-title .enquiry-form {
    margin-top: 30px;
    padding: 30px 20px 30px 0;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
  }
}

@media (max-width:768px) {

  .singlepage-title {
    background: url(../img/testi-bg2.jpg) no-repeat right;
  }

  .singlepage-title .content h1 {
    font-size: 48px;
  }

}

@media (max-width:568px) {
  .singlepage-title .content p.tagline {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
  }

  .singlepage-title .content h1 {
    font-size: 42px;
  }

  .singlepage-title .tour-info {
    margin: 20px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    /* row-gap, column-gap */
  }

  .singlepage-title .tour-info .info-box {
    padding: 6px 10px 6px 0;
  }

  .singlepage-title .tour-info .info-box.border-none::before {
    display: none;
  }

}

/* ------------------------------------------------------------------------------------------------------- */


.singlepage-content {
  padding: 80px 0;
  position: relative;
}

.singlepage-content .heading span.location {
  text-transform: uppercase;
  color: #09422d;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  padding-left: 15px;
  border-left: 4px solid #09422d;
}

.singlepage-content h2.title {
  color: #000;
  font-size: 46px;
  font-weight: 800;
  text-transform: uppercase;
}

.singlepage-content .heading .booking-box {
  text-align: end;
}

.singlepage-content .heading .booking-box p {
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.singlepage-content .heading .booking-box a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #0d8000;
  padding: 6px 20px;
  font-weight: 700;
  font-size: 20px;
  border-radius: 3px;
  text-transform: uppercase;
  transition: all 0.4s;
}

.singlepage-content .heading .booking-box svg {
  animation: vibrateIcon .6s infinite alternate;
}

.singlepage-content .heading .booking-box a:hover {
  background-color: #000;
  color: #fff;
}

.singlepage-content .image-gallery {
  margin: 30px 0;
  position: relative;
}

.singlepage-content .image-gallery .img-box {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.4s;
}

/* Large image (left side) */
.singlepage-content .image-gallery .img-box.big {
  height: 480px;
  /* Total height */
}

/* Small images (right side) */
.singlepage-content .image-gallery .img-box.small {
  height: calc((480px - 20px) / 2);
  /* Two rows with 25px total gap */
  margin-bottom: 15px;
}

.singlepage-content .image-gallery .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.singlepage-content .image-gallery .img-box:hover img {
  transform: scale(1.1);
}

.singlepage-content .image-gallery .img-box:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



.singlepage-content .cta-divider-box {
  text-align: center;
  padding: 60px 0;
  position: relative;
  margin: 30px 0;
  background-color: #000;
  background: url(../img/slider/slider-3.jpg) no-repeat fixed;
  background-size: cover;
}

.singlepage-content .cta-divider-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.4));
}

.singlepage-content .cta-divider-box p {
  color: #ffde59;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
}

.singlepage-content .cta-divider-box h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 52px;
  font-weight: 700;
}

.singlepage-content .cta-divider-box h3 span {
  color: #ffde59;
  font-weight: 800;
  text-transform: uppercase;
}

.singlepage-content .cta-divider-box a {
  padding: 6px 16px;
  background-color: #09422d;
  color: #ffde59;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 20px;
  border-radius: 3px;
  transition: all 0.4s;
  text-transform: uppercase;

}

.singlepage-content .cta-divider-box a:hover {
  transform: translateY(-5px);
  background-color: #ffde59;
  color: #09422d;
}



@media (max-width:992px) {

  .singlepage-content .heading .booking-box {
    text-align: start;
    margin: 20px 0;
  }


  /* Large image (left side) */
  .singlepage-content .image-gallery .img-box.big {
    height: 380px;
    margin-bottom: 20px;
    /* Total height */
  }


}

@media (max-width:568px) {
  .singlepage-content h2.title {
    color: #000;
    font-size: 44px;
    font-weight: 700;
  }


  /* Large image (left side) */
  .singlepage-content .image-gallery .img-box.big {
    height: 300px;
    margin-bottom: 20px;
    /* Total height */
  }

}




.singlepage-content .main-content-wrapper {
  padding: 60px 0;
  position: relative;
}

.singlepage-content .main-content-wrapper .nav-pills {
  gap: 15px;
}

.singlepage-content .main-content-wrapper .nav-link {
  padding: 10px 30px;
  border: 2px solid #ffde59;
  color: #09422d;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50px;
}

.singlepage-content .main-content-wrapper .nav-link.active {
  background-color: #09422d;
  color: #ffde59;
  border: 2px solid #000;
}


.singlepage-content .main-content-wrapper .seo-box {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, .2);
}

.singlepage-content .main-content-wrapper p.text {
  font-size: 22px;
  color: #000;
}

.singlepage-content .main-content-wrapper p.text strong {
  text-transform: capitalize;
  font-weight: 600;
  color: #09422d;
}

.singlepage-content .main-content-wrapper p.text span {
  font-style: italic;
  text-transform: capitalize;
  font-weight: 500;
  color: #09422d;
}

.singlepage-content .main-content-wrapper p.text a {
  color: #000;
  font-weight: 600;
}

.singlepage-content .main-content-wrapper p.text a:hover {
  color: #09422d;
}

.singlepage-content .main-content-wrapper p.link-text {
  font-size: 20px;
  color: #000;
}

.singlepage-content .main-content-wrapper p.link-text a {
  color: #09422d;
  text-transform: capitalize;
  font-weight: 600;
}

.singlepage-content .main-content-wrapper h4.sub-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 40px;
  position: relative;
  text-transform: uppercase;
  padding-left: 10px;
  border-left: 3px solid #09422d;
  color: #000;
}


.singlepage-content .main-content-wrapper h4.sub-title span {
  color: #000;
}

.singlepage-content .main-content-wrapper h5.sub-point {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
}

.singlepage-content .main-content-wrapper h5.sub-point svg {
  margin-right: 10px;
  color: #09422d;
}

.singlepage-content .main-content-wrapper h5.sub-point a {
  color: #000;
  text-transform: capitalize;
}

.singlepage-content .main-content-wrapper h5.sub-point a:hover {
  color: #ff914d;
}

.singlepage-content .main-content-wrapper .table {
  margin: 20px 0 50px;
}

.singlepage-content .main-content-wrapper .table thead {
  background-color: #09422d;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.singlepage-content .main-content-wrapper .table tbody tr {
  font-size: 20px;
  color: #000;
}

.singlepage-content .main-content-wrapper ul.list-items {
  margin: 20px 0;
}

.singlepage-content .main-content-wrapper ul.list-items li {
  color: rgba(0, 0, 0, .8);
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
  transition: all 0.4s;
}

.singlepage-content .main-content-wrapper ul.list-items li:hover {
  color: #000;
}

.singlepage-content .main-content-wrapper .accordion-item {
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
}

.singlepage-content .main-content-wrapper .accordion-button:not(.collapsed) {
  color: #09422d;
}

.singlepage-content .main-content-wrapper .accordion-button {
  padding: 20px;
  background: transparent;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  gap: 15px;
  font-size: 24px;
  font-weight: 700;
  color: rgba(0, 0, 0, .8);
}

.singlepage-content .main-content-wrapper .accordion-button::after {
  background-image: url(../img/icons/down-arrow.png);
  width: 25px;
  height: 25px;
  background-size: cover;
}

.singlepage-content .main-content-wrapper .accordion-button:not(.collapsed)::after {
  background-image: url(../img/icons/up-arrow.png);
}

.singlepage-content .main-content-wrapper .accordion-button span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #09422d;
  color: #ffde59;
  font-size: 30px;
  padding: 35px;
  border: 3px solid #ffcc00;

}

.singlepage-content .main-content-wrapper .image-gallery .big {
  margin-bottom: 30px;
}

.singlepage-content .main-content-wrapper .location-map iframe {
  width: 100%;
  height: 500px;
  border-radius: 6px;
  position: relative;
}

.sidebar-content-wrapper {
  height: 100%;
  position: relative;
  padding-left: 20px;
}

.sidebar-content-wrapper .related-links {
  padding: 30px 20px;
  background: url(../img/background/header-bg.webp);
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.sidebar-content-wrapper .related-links::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .85);

}

.sidebar-content-wrapper .related-links h5 {
  font-size: 22px;
  font-weight: 700;
  color: #ffde59;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.sidebar-content-wrapper .related-links ul {
  margin: 10px 0;
}

.sidebar-content-wrapper .related-links ul li a {
  position: relative;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.4s;
}

.sidebar-content-wrapper .related-links ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 6px;
  height: 6px;
  background-color: #ffde59;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}

.sidebar-content-wrapper .related-links ul li a:hover::before {
  background-color: #09422d;
}

.sidebar-content-wrapper .related-links ul li a:hover {
  background-color: #ffde59;
  color: #09422d;
}

.sidebar-content-wrapper .related-links p {
  text-align: end;
  margin-bottom: 0;
  margin-top: 10px;
  color: #fff;
}

.sidebar-content-wrapper .related-links p a {
  color: #fff;
  font-weight: 600;
}

.singlepage-content .sidebar-content-wrapper .enquiry-form {
  position: sticky;
  top: 120px;
  margin-top: 30px;
  padding: 30px 20px;
  background-color: #09422d;
  border-radius: 4px;
}

.singlepage-content .sidebar-content-wrapper .enquiry-form h5 {
  font-size: 22px;
  font-weight: 700;
  color: #ffde59;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  margin-bottom: 10px;
}

.singlepage-content .sidebar-content-wrapper .enquiry-form .form-control {
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 0;
  background-color: transparent;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  box-shadow: none;
}

.singlepage-content .sidebar-content-wrapper .enquiry-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.singlepage-content .sidebar-content-wrapper .enquiry-form .form-control:focus {
  border-color: rgba(255, 255, 255, 0.7);
}

.singlepage-content .sidebar-content-wrapper .enquiry-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
}

.singlepage-content .sidebar-content-wrapper .enquiry-form button {
  padding: 10px 20px;
  background-color: #ffde59;
  color: #09422d;
  border: none;
  margin-top: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.4s;
}

.singlepage-content .sidebar-content-wrapper .enquiry-form button:hover {
  transform: translateY(-5px);
  background-color: #fff;
  color: #ff914d;
}


@media (max-width:1200px) {
  .sidebar-content-wrapper {
    padding-left: 0;
  }

  .sidebar-content-wrapper .related-links {
    padding: 20px 10px;
  }

  .sidebar-content-wrapper .related-links ul li a {
    padding: 10px 10px;
    font-weight: 300;
    font-size: 16px;
  }

  .singlepage-content .sidebar-content-wrapper .enquiry-form {
    padding: 20px 10px;
  }
}

@media (max-width:992px) {
  .sidebar-content-wrapper {
    margin-top: 30px;
  }

  .sidebar-content-wrapper .related-links ul li a {
    font-size: 18px;
  }
}

@media (max-width:768px) {
  .singlepage-content .main-content-wrapper .nav-pills {
    gap: 10px 5px;
  }

  .singlepage-content .main-content-wrapper .nav-link {
    padding: 6px 16px;
    gap: 10px;
    font-size: 18px;
  }

  .singlepage-content .main-content-wrapper .accordion-button span {
    border-radius: 50%;
    background-color: #ff914d;
    color: #fff;
    font-size: 22px;
    padding: 26px;
    border: 1px solid #9b4800;
  }

  .singlepage-content .main-content-wrapper .accordion-button {
    padding: 20px 10px;
    gap: 10px;
    font-size: 22px;
  }

  .singlepage-content .main-content-wrapper .location-map iframe {
    height: 440px;
  }
}

@media (max-width:568px) {

  .singlepage-content .main-content-wrapper h4.sub-title {
    font-size: 28px;
  }

  .singlepage-content .main-content-wrapper p.text {
    font-size: 17px;
  }

  .singlepage-content .main-content-wrapper .location-map iframe {
    height: 360px;
  }
}





/* -------------------------------------------------------------------------------------------------------------------------------- */


.cta-hero-slider {
  padding: 40px 0;
  position: relative;
  height: 620px;
  overflow: hidden;
}

.cta-hero-slider .container-fluid {
  padding: 0;

}

.cta-hero-slider .row>* {
  padding: 0;
}

.cta-hero-slider .video-box-slider {
  width: 100%;
  height: 100%;
}

.cta-hero-slider .video-box-slider .video-carousel,
.cta-hero-slider .video-box-slider .carousel-inner,
.cta-hero-slider .video-box-slider .carousel-item {
  width: 100%;
  height: 100%;
}

.cta-hero-slider .video-box-slider .video-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.cta-hero-slider .video-box-slider .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-hero-slider .video-box-slider .video-box h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 900;
  opacity: .5;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, .6);
  padding: 20px;
}

.cta-hero-slider .image-box-slider .main-content-wrapper {
  padding: 30px 40px;
  background-color: #000;
  position: relative;
  overflow: hidden;
  background: url(../img/background/cta-bg.webp) no-repeat;
  background-size: cover;
}

.cta-hero-slider .image-box-slider .main-content-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);

}

.cta-hero-slider .image-box-slider .main-content-wrapper h4 {
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #fff;
}

.cta-hero-slider .image-box-slider .main-content-wrapper .img-box {
  width: 100%;
  height: 320px;
  border-radius: 5px;
  overflow: hidden;
}

.cta-hero-slider .image-box-slider .main-content-wrapper .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-hero-slider .image-box-slider .main-content-wrapper .cta-box {
  padding: 20px 0;
}

.cta-hero-slider .image-box-slider .main-content-wrapper .cta-box p {
  color: #ffff;
  font-size: 18px;
  margin-bottom: 20px;
}

.cta-hero-slider .image-box-slider .main-content-wrapper .cta-box .call-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cta-hero-slider .image-box-slider .main-content-wrapper .cta-box a {
  padding: 10px 20px;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  color: #ff914d;
  border-radius: 4px;
  font-size: 18px;

}

.cta-hero-slider .image-box-slider .main-content-wrapper .cta-box .whatsapp {
  background: transparent;
  margin-left: 5px;
  background-color: #0d8000;
  color: #fff;
}

.cta-hero-slider .image-box-slider .main-content-wrapper .cta-box .whatsapp svg {
  animation: vibrateIcon .6s infinite alternate;
}

.cta-hero-slider .image-box-slider .main-content-wrapper .cta-box a:hover {
  background-color: #ff914d;
  color: #fff;
}

@keyframes vibrateIcon {

  0%,
  100% {
    transform: rotate(-10deg);
  }

  50% {

    transform: rotate(10deg);
  }
}

@media (max-width:1200px) {
  .cta-hero-slider {
    height: 550px;
  }

  .cta-hero-slider .video-box-slider .video-box h2 {
    font-size: 62px;
  }

  .cta-hero-slider .image-box-slider .main-content-wrapper h4 {
    font-size: 48px;
  }

  .cta-hero-slider .image-box-slider .main-content-wrapper .img-box {
    height: 260px;
  }
}

@media (max-width:992px) {
  .cta-hero-slider {
    height: auto;
  }

  .cta-hero-slider .video-box-slider .video-box {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }

  .cta-hero-slider .video-box-slider .video-box h2 {
    font-size: 36px;
  }

  .cta-hero-slider .image-box-slider .main-content-wrapper h4 {
    font-size: 36px;
  }


  .cta-hero-slider .image-box-slider .main-content-wrapper .img-box {
    height: 260px;
  }
}

@media (max-width:568px) {
  .cta-hero-slider .video-box-slider .video-box {
    height: 340px;
  }

  .cta-hero-slider .image-box-slider .main-content-wrapper h4 {
    font-size: 46px;
  }

  .cta-hero-slider .image-box-slider .main-content-wrapper .cta-box a {
    padding: 6px 10px;
    font-size: 16px;

  }
}



/* ------------------------------------------------------------------------------------------------------------------------------------ */


.bloggrid-page {
  padding: 80px 0;
  position: relative;
}

.bloggrid-page .main-content-wrapper {
  padding-right: 60px;
  position: relative;
}

.bloggrid-page .blog-box {
  padding: 20px;
  border: 1px solid #ffde59;
  margin-bottom: 40px;
  border-radius: 6px;
}

.bloggrid-page .blog-box .img-box {
  width: 100%;
  height: 340px;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
}

.bloggrid-page .blog-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.bloggrid-page .blog-box:hover .img-box img {
  transform: scale(1.1);
}

.bloggrid-page .blog-box .content-box span.date {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: rgba(0, 0, 0, .6);

}

.bloggrid-page .blog-box .content-box h3.title a {
  display: block;
  font-size: 32px;
  text-transform: uppercase;
  color: #000;
  font-weight: 800;

}

.bloggrid-page .blog-box .content-box p.text {
  font-size: 20px;
  color: #000;
}

.bloggrid-page .blog-box .content-box .read-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff914d;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
}

.bloggrid-page .blog-box .content-box .read-btn svg {
  margin-left: 6px;
}

@media (max-width:1200px) {
  .bloggrid-page .main-content-wrapper {
    padding-right: 20px;
  }
}

@media (max-width:992px) {
  .bloggrid-page .main-content-wrapper {
    padding-right: 0;
  }
}

@media (max-width:568px) {
  .bloggrid-page .blog-box {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 40px;
    border-radius: 6px;
  }

  .bloggrid-page .blog-box .img-box {
    height: 280px;
  }

  .bloggrid-page .blog-box .content-box h3.title a {
    font-size: 32px;

  }
}

/* ------------------------------------------------------------------------------------------------------- */

.blog-sidebar {
  width: 100%;
  position: sticky;
  top: 120px;
}



.blog-sidebar .related-links {
  padding: 30px 20px;
  background: url(../img/background/header-bg.webp);
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.blog-sidebar .related-links::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .85);

}

.blog-sidebar .related-links h5 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;

  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.blog-sidebar .related-links ul {
  margin: 10px 0;
}

.blog-sidebar .related-links ul li a {
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  transition: all 0.4s;
  position: relative;
}

.blog-sidebar .related-links ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #ffde59;
  border-radius: 50%;
}

.blog-sidebar .related-links ul li a:hover::before {
  background-color: #09422d;
}

.blog-sidebar .related-links ul li a:hover {
  background-color: #ffde59;
  color: #09422d;
}

.blog-sidebar .related-links p {
  text-align: end;
  margin-bottom: 0;
  margin-top: 10px;
  color: #fff;
}

.blog-sidebar .related-links p a {
  color: #fff;
  font-weight: 600;
}



.blog-sidebar .offer-box {
  margin-top: 30px;
  padding: 30px 20px;
  text-align: center;
  background: url(../img/background/cta-box-bg.webp) no-repeat center;
  background-size: cover;
  position: sticky;
  top: 100px;
}

.blog-sidebar .offer-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));

}

.blog-sidebar .offer-box span.info {
  color: #fff;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 5px;
  display: inline-block;

}

.blog-sidebar .offer-box span.info::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 1px;
  background-color: #ffde59;
  animation: borderAnime 3s infinite alternate;
}

@keyframes borderAnime {
  0% {
    width: 10px;
  }

  100% {
    width: 100%;

  }
}

.blog-sidebar .offer-box p.text {
  color: #fff;
  text-transform: capitalize;
  font-size: 26px;
  font-family: 'Satisfy', sans-serif;
  margin-top: 10px;
}

.blog-sidebar .offer-box p.text span {
  color: #ffde59;
  font-size: 38px;
  font-weight: 700;
}

.blog-sidebar .offer-box p.code {
  color: #fff;
  font-weight: 400;
  display: block;
  width: fit-content;
  margin: 30px auto;
  padding: 10px 20px;
  border: 1px dashed #ffde59;
  background-color: rgba(0, 0, 0, .7);
  position: relative;
  text-transform: uppercase;
  font-size: 18px;

}

.blog-sidebar .offer-box p.code span {
  color: #ffde59;
  font-weight: 700;
}

.blog-sidebar .offer-box a {
  display: inline-block;
  margin-top: 50px;
  padding: 10px 20px;
  background-color: #ffde59;
  color: #09422d;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
}




@media (max-width:1200px) {

  .blog-sidebar .related-links {
    padding: 20px 10px;
  }

  .blog-sidebar .related-links ul li a {
    padding: 10px 10px;
    font-weight: 300;
    font-size: 16px;
  }
}

@media (max-width:992px) {
  .blog-sidebar {
    margin-top: 30px;
  }

  .blog-sidebar .offer-box {
    margin-top: 0;
  }

  .blog-sidebar .related-links ul li a {
    font-size: 18px;
  }
}

@media (max-width:768px) {
  .blog-sidebar .offer-box {
    margin-top: 30px;
  }
}



/* -------------------------------------------------------------------------------------------------------------------------------------- */



.singleblog-page {
  padding: 80px 0;
  position: relative;
}

.singleblog-page .left-content {
  padding-right: 30px;
  position: relative;
}

.singleblog-page .left-content .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.singleblog-page .left-content .main-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.singleblog-page .left-content .main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.singleblog-page .left-content span.date {
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(0, 0, 0, .6);
}

.singleblog-page .left-content .rating svg {
  color: #ff7700;
}

.singleblog-page .left-content h2.title {
  font-size: 38px;
  font-weight: 800;
  text-transform: uppercase;
  
}

.singleblog-page .left-content p.text {
  font-size: 22px;
  color: #000;
}

.singleblog-page .left-content h4.sub-title {
  font-size: 32px;
  margin: 30px 0 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #09422d;
  
}
.singleblog-page .left-content ul li{
  font-size: 22px;
  margin-bottom: 10px;
  color: #000;
}

.singleblog-page .left-content .table thead{
  background-color: #09422d;
  font-size: 22px;
  color: #fff;
  
}
.singleblog-page .left-content .table thead th{
  font-weight: 500;
}

.singleblog-page .left-content .table tbody tr{
  font-size: 20px;
  color: #000;
  font-weight: 500;
}



/* -------------------------------------------------------------------------------------------------------------------------- */


.innercontact-page {
  padding: 80px 0;
  position: relative;
}

.innercontact-page h2.title {
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 700;
  color: #09422d;
}


.innercontact-page h6.tagline {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 25px;
}

.innercontact-page p.text {
  color: #000;
  font-size: 22px;
}

.innercontact-page p.text strong {
  font-weight: 600;
  color: #09422d;
  text-transform: capitalize;
}

.innercontact-page p.strong {
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.innercontact-page .contact-link a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 30px 10px 0;
  margin-bottom: 14px;
  position: relative;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  transition: all 0.4s;

}

.innercontact-page .contact-link a:hover {
  color: #09422d;
}

.innercontact-page .contact-link a svg {
  width: 20px;
  height: 20px;
  padding: 15px;
  border-radius: 50%;
  background-color: #09422d;
  color: #ffde59;
  transition: all 0.4s;
}

.innercontact-page .contact-link a:hover svg {
  transform: scale(1.1);
}

.innercontact-page .right-content {
  padding-left: 40px;
}

.innercontact-page .contact-form {
  padding: 30px;
  background-color: #09422d;
  border-radius: 10px;
}

.innercontact-page .contact-form h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 700;
}

.innercontact-page .contact-form p.text {
  margin-bottom: 5px;
  color: #fff;
}

.innercontact-page .contact-form form {
  margin-top: 20px;
}

.innercontact-page .contact-form .form-group {
  margin-bottom: 12px;
}

.innercontact-page .contact-form label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}

.innercontact-page .contact-form .form-control {
  border-radius: 0;
  padding: 10px 20px;
  font-weight: 500;
  color: #000;
  box-shadow: none;
}

.innercontact-page .contact-form button {
  padding: 10px 20px;
  border: none;
  background-color: #ffde59;
  color: #09422d;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;

}


@media (max-width:992px) {
  .innercontact-page .right-content {
    padding-left: 0;
    margin-top: 30px;
  }
}

@media (max-width:568px) {
  .innercontact-page .contact-form {
    padding: 30px 12px;
    border-radius: 10px;
  }
}


/* --------------------------------------------------------------------------------------------------------------------------- */


.popup-modal .modal-content {
  position: relative;
  background: url(../img/background/elephant-cub-bg.jpg) no-repeat center;
  background-size: cover;
  border-radius: 10px;
  border: 1px solid #fff;
  overflow: hidden;
}

.popup-modal .modal-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
}

.popup-modal .btn-close {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  opacity: 1;
  background: transparent;
}

.popup-modal .btn-close svg {
  color: #fff;
  width: 20px;
  height: 20px;
}

.popup-modal h4 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.popup-modal .form-group {
  margin-bottom: 14px;
}

.popup-modal label {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
}

.popup-modal .form-control {
  padding: 10px 20px;
  border-radius: 0;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, .4);
  backdrop-filter: blur(3px);
  color: #fff;
}

.popup-modal .form-control::placeholder {
  color: #fff;
}

.popup-modal .form-control[type='date'] {
  text-transform: uppercase;
}

.popup-modal button[type='submit'] {
  padding: 10px 20px;
  background-color: #ff914d;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
}

.popup-modal button[type='submit']:hover {
  background-color: #fff;
  color: #ff914d;
}








/* --------------------------------------------------------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------------------------------ */


.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;
}




/* ---------------------------------------------------------------------------------------------------------------------------------- */



.whowe-section{
  padding: 80px 0;
  position: relative;
  background: url(../img/background/golden-triangle-tour-bg.jpg) no-repeat fixed ;
  background-size: cover;
  overflow: hidden;
}
.whowe-section::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
}
.whowe-section .main-content{
  margin-top: 30px;
  
}
.whowe-section .main-content .top-content{
  margin-bottom: 40px;

}
.whowe-section .main-content .top-content p{
  text-align: center;
  color: #fff;
  font-size: 22px;
  
}
.whowe-section .main-content .top-content p strong{
  font-weight: 600;
  color: #ffde59;
  text-transform: capitalize;
}
.whowe-section .main-content .top-content p span{
  color: #ffde59;
  font-style: italic;
  text-transform: capitalize;
}
.whowe-section .main-content .info-box{
  position: relative;
  padding: 30px  20px;
  background-color: #09422d;
  border-radius: 10px;
  border-bottom: 3px solid #ffde59 ;
  border-right: 3px solid #ffde59 ;
  text-align: center;
}

.whowe-section .main-content .info-box .icon{
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.whowe-section .main-content .info-box .icon svg{
  width: 40px;
  height: 40px;
  padding: 18px;
  border-radius: 50%;
  background-color: #ffde59;
  color: #09422d;
  border: 4px solid #09422d;
  transition: all 0.4s;
}
.whowe-section .main-content .info-box:hover .icon svg{
  transform: scale(1.2);
}
.whowe-section .main-content .info-box h4{
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 28px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.whowe-section .main-content .info-box h4::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #ffde59;
}
.whowe-section .main-content .info-box p.text{
  color: #fff;
  font-size: 20px;
}
.whowe-section .main-content .info-box p.text span{
  color: #ffde59;
  font-style: italic;
  text-transform: capitalize;
}

@media (max-width:992px){
  .whowe-section .main-content .info-box{
margin-bottom: 80px;
}
}


/* ---------------------------------------------------------------------------------------------------- */


.innerabout-content{
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.innerabout-content .item-box-wrapper{
  margin-top: 40px;
}
.innerabout-content .item-box{
  margin-bottom: 30px;
  
  padding: 16px 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
transition: all 0.4s;
}
.innerabout-content .item-box.active{
  background-color: #09422d;
}
.innerabout-content .item-box h4{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
  color: #09422d;
  padding-bottom: 10px;
  position: relative;
  transition: all 0.4s;
}
.innerabout-content .item-box.active h4{
  color: #fff;
}
.innerabout-content .item-box h4::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px ;
  background-color: #ffde59;
}
.innerabout-content .item-box p.text{
  font-size: 20px;
  color: #000;
  transition: all 0.4s;
}
.innerabout-content .item-box.active p.text{
  color: #fff;

}