@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;
}

/* ----------------------------------s------------------------------------------------------------------------------------------------- */


.hero-slider {
  position: relative;
  background-color: black;
  width: 100%;
}

.hero-slider .video-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-slider .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slider .main-content-wrapper {

  position: relative;
  background: linear-gradient(to right, #000, rgba(0, 0, 0, 0.4));
}

.hero-slider .main-content-wrapper .container-fluid {
  padding: 0;
}

.hero-slider .main-content-wrapper .left-img {
  width: 100%;
  height: 760px;
}

.hero-slider .main-content-wrapper .left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slider .main-content-wrapper .right-content {
  padding-left: 20px;
}

.hero-slider .main-content-wrapper h4 {
  font-family: "Satisfy", Arial, Helvetica, sans-serif;
  color: #cf6303;
  font-size: 32px;
  margin-bottom: 10px;
}

.hero-slider .main-content-wrapper h1 {

  color: #fff;
  text-transform: uppercase;
  font-size: 196px;
  margin-bottom: 0;
  line-height: 180px;
}

.hero-slider .main-content-wrapper p {
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
  max-width: 50%;
}

.hero-slider .slider-btn {
  margin-top: 24px;
}

.hero-slider .slider-btn a {
  padding: 6px 20px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  transition: all 0.4s;

}

.hero-slider .slider-btn a svg {
  animation: iconAnime 2s infinite ease-in-out;
}

@keyframes iconAnime {
  0% {
    transform: translateX(0) scale(.9);
    opacity: 0;
  }

  50% {
    transform: translateX(7px) scale(1.05);
    opacity: 1;
  }

  100% {
    transform: translateX(10px);
    opacity: 0;
  }
}

.hero-slider .slider-btn a:nth-child(2n) {
  background-color: transparent;
  color: #fff;
  margin-left: 8px;
}

.hero-slider .slider-btn a:hover {
  color: #cf6303;
}

.hero-slider .slider-btn a:nth-child(2n):hover {
  border-color: #cf6303;
}


@media (max-width:1200px) {
  .hero-slider .main-content-wrapper h1 {
    font-size: 166px;
    margin-bottom: 10px;
    line-height: 140px;
  }
}

@media (max-width:992px) {
  .hero-slider .main-content-wrapper h1 {
    font-size: 146px;
  }
}

@media (max-width:768px) {
  .hero-slider .main-content-wrapper {
    padding: 220px 20px 180px;
  }

  .hero-slider .main-content-wrapper p {
    max-width: 80%;
  }
}

@media (max-width:568px) {
  .hero-slider .main-content-wrapper {
    padding: 220px 20px 180px;
  }

  .hero-slider .main-content-wrapper h1 {
    font-size: 106px;
    line-height: 98px;
  }

  .hero-slider .main-content-wrapper p {
    max-width: 100%;
  }

  .hero-slider .slider-btn a {
    padding: 6px 10px;

  }

  .hero-slider .slider-btn a:nth-child(2n) {
    background-color: transparent;
    color: #fff;
    margin-left: 1px;
  }


}


/* ---------------------------------------------------------------------------------------------------------------------- */


.quick-tour {
  position: relative;
  margin-top: -110px;
}

.quick-tour .item-box {
  overflow: hidden;
  position: relative;
}

.quick-tour .item-box .img-box {
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.quick-tour .item-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quick-tour .item-box p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  padding: 14px 18px;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}

.quick-tour .item-box p span {
  display: block;
}


/* ----------------------------------------------------------------------------------------------------------------- */



.about-section {
  padding: 80px 0;
  position: relative;
}

.about-section .title-box h2.title {
  font-family: 'Allura', sans-serif;
  font-size: 150px;
  font-weight: 900;
  color: transparent;
  width: fit-content;
  margin: 0 auto;
  background: url(../img/tiger-cub-img400X255.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: capitalize;
}

.about-section .title-box p.tagline {
  font-size: 26px;
  margin-bottom: 0;
  font-family: "Satisfy", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  color: #000;
}

.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 span {
  color: #cf6303;
  text-transform: capitalize;
  font-style: italic;
}

.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;
}

.about-section .feature-box .item-box {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  padding: 20px 5px;
}

.about-section .feature-box .item-box span.tag {
  text-transform: uppercase;
  font-weight: 500;
  color: #cf6303;
  font-size: 15px;
}

.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;
  }
}

@media (max-width:568px) {
  .about-section .title-box h2.title {
    font-size: 74px;
    font-weight: 900;
  }
}

/* ------------------------------------------------------------------------------------------------------------ */

.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: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 3px;
  transition: all 0.4s;
}

.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: #cf6303;
}

.button-group a:nth-child(2n):hover {
  background-color: #9b4800;

}

@media (max-width:992px) {
  .button-group a {
    padding: 6px 10px;
    font-size: 15px;
  }

  .button-group a:nth-child(2n) {
    margin-left: 0;
    background-color: #cf6303;
  }
}


/* ------------------------------------------------------------------------------------------------------------ */

.cta-section {
  padding: 60px 0;
  background-color: #000;
  background: url(../img/tiger-cub-img1920X1080.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);
  backdrop-filter: blur(10px);
}

.cta-section .left-content span.offer {
  color: #cf6303;
  font-family: 'Satisfy';
  font-size: 32px;
}

.cta-section .left-content h2 {
  font-size: 86px;
  font-family: 'allura', sans-serif;
  font-weight: 500;
  color: #fff;

}

.cta-section .left-content h2 span {
  color: #cf6303;
  font-weight: 600;
}

.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: 46px;
  width: 50%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 22px;
  color: #000;
  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;
}

.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: #cf6303;
  border: none;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  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: #9b4800;

}


@media (max-width:1200px) {

  .cta-section .left-content h2 {
    font-size: 66px;

  }

  .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: 46px;
    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;
  }

  .cta-section .right-content .form-container h4 {
    font-size: 46px;
    width: 70%;
  }
}

@media (max-width:768px) {

  .cta-section .left-content h2 {
    font-size: 56px;

  }

  .cta-section .right-content .form-container::before {
    top: -30px;
    right: 0;
    width: 220px;
    height: 220px;
  }

  .cta-section .right-content .form-container h4 {
    font-size: 36px;
    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;

  }
}

/* ---------------------------------------------------------------------------------------------------------------------- */

.section-title p.sub-title {
  font-size: 28px;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.75);
  font-family: 'Satisfy', sans-serif;
}

.section-title h2 {
  font-size: 76px;
  font-family: 'Allura', sans-serif;
  font-weight: 600;
  color: #000;
  position: relative;
}

.section-title h2 span {
  color: #cf6303;
}

.section-title h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 4px;
  background-color: #cf6303;
}


@media (max-width:992px) {
  .section-title p.sub-title {
    font-size: 24px;
  }

  .section-title h2 {
    font-size: 56px;
  }

}

/* ---------------------------------------------------------------------------------------------------------------------- */
.main-service-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.main-service-section .service-box {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
}

.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));
  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: #cf6303;
  color: #fff;
  z-index: 1;
  font-weight: 500;
  border-radius: 6px;
  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: #cf6303;
  transition: all 0.4s;
}

.main-service-section .service-box .img-box .icon a svg:hover {
  background-color: #cf6303;
  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: #cf6303;
  font-size: 18px;
}

.main-service-section .service-box .main-content h4 a {
  display: block;
  color: #fff;
  position: relative;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.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 {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
}

.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.price {
  font-size: 20px;
  font-weight: 600;
}

.main-service-section .service-box .content-hide {
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  background-color: #fff;
  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: #000;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 28px;
  margin-bottom: 20px;
}

.main-service-section .service-box .content-hide h4 span {

  color: #cf6303;
  font-size: 20px;
}

.main-service-section .service-box .content-hide p.text {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Satisfy";
}

.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: rgba(0, 0, 0, 0.6);
  text-transform: capitalize;
}

.main-service-section .service-box .content-hide ul li svg {
  color: #cf6303;
  margin-right: 6px;
}

.main-service-section .service-box .content-hide p.price {
  padding: 14px 0 0;
  position: relative;
  margin-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.main-service-section .service-box .content-hide p.price span {
  font-size: 24px;
  font-weight: 600;
}

.main-service-section .service-box .content-hide p.price span sub {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  text-transform: capitalize;
}

/* ------------------------------------------------------------------------------------------------------------- */

.main-service-section .service-mid-cta {
  text-align: center;
  padding: 40px 0;
  background: url(https://c4.wallpaperflare.com/wallpaper/949/140/837/religious-diwali-candle-hd-wallpaper-preview.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin: 25px 0 40px;
}

.main-service-section .service-mid-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #000, rgba(0, 0, 0, 0.2));
}

.main-service-section .service-mid-cta span.offer {
  color: #cf6303;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 18px;
  padding: 4px 10px;
  background-color: #fff;
  border-radius: 4px;
}

.main-service-section .service-mid-cta h3.heading {
  color: #fff;
  font-size: 66px;
  font-family: "Allura", sans-serif;
  margin-top: 10px;
  margin-bottom: 0;
}

.main-service-section .service-mid-cta p.sub-heading {
  color: #cf6303;
  font-size: 28px;
  font-family: 'Satisfy', sans-serif;
  margin-bottom: 0;
}

.main-service-section .service-mid-cta p.text {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
}

@media(max-width:768px) {
  .main-service-section .service-mid-cta h3.heading {
    font-size: 44px;
  }

  .main-service-section .service-mid-cta p.sub-heading {
    font-size: 24px;
  }

  .main-service-section .service-mid-cta p.text {
    color: #fff;
    font-size: 18px;
  }
}

/* ------------------------------------------------------------------------------------------------------------------- */
a.main-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  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: #000;
}

a.main-btn.dark-bg {
  background-color: #cf6303;
  color: #fff;
}

a.main-btn.dark-bg:hover {
  background-color: #9b4800;
}

a.main-btn svg {
  transition: all 0.4s;
}

a.main-btn:hover svg {
  transform: translateX(5px) scale(1.1);
}

/* ------------------------------------------------------------------------------------------------------------------ */


.main-cta-box {
  padding: 80px 0;
  position: relative;
  background: url(../img/background/cta-bg.webp) no-repeat fixed center;
  background-size: cover;
  text-align: center;
}

.main-cta-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.main-cta-box p.tagline {
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
}

.main-cta-box h3 {
  font-size: 66px;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #fff;
}

.main-cta-box h3 span {
  color: #cf6303;
  font-weight: 700;
}

.main-cta-box .form-control {
  padding: 10px 20px;
  border-radius: 0;
  font-size: 16px;
  box-shadow: none;
  border: none;
  letter-spacing: 1px;
}

.main-cta-box .form-control::placeholder {
  text-transform: uppercase;
  font-weight: 500;
}

.main-cta-box button {
  padding: 10px 20px;
  border: none;
  background-color: #cf6303;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;

}

@media (max-width:1200px) {

  .main-cta-box h3 {
    font-size: 48px;
  }

}

@media (max-width:768px) {
  .main-cta-box p.tagline {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
  }

  .main-cta-box h3 {
    font-size: 36px;
  }

}


/* ----------------------------------------------------------------------------------------------- */

.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: #cf6303;
  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: #cf6303;
  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(../img/testi-bg1.jpg) 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: #cf6303;
}

.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;
}

.blog-section .blog-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.blog-section .blog-box .img-box {
  width: 100%;
  height: 320px;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.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: 500;
  font-size: 26px;
  text-transform: capitalize;
}

.blog-section .blog-box p.text {
  color: rgba(0, 0, 0, 0.85);
}

.blog-section .blog-box .link {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: end;
  text-decoration: underline !important;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}