@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", 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 {
  font-family: 'Plus Jakarta Sans', Arial, Helvetica, sans-serif;
}

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;
}

.hero-slider .video-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.hero-slider .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slider .main-content-wrapper {
  padding: 300px 0 200px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
}

.hero-slider .main-content-wrapper .inner-content {
  text-align: center;
}

.hero-slider .main-content-wrapper .inner-content p.sub-title {
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
  font-family: 'Amatic SC', sans-serif;

}

.hero-slider .main-content-wrapper .inner-content h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;

}

.hero-slider .main-content-wrapper .inner-content h1 span {
  color: #FB5B32;
  text-transform: uppercase;
}

.hero-slider .main-content-wrapper .inner-content p.text {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;

}

.hero-slider .main-content-wrapper .inner-content p.text span {
  padding: 6px 20px;
  display: inline-block;
  border: 2px dashed #FB5B32;
  backdrop-filter: blur(5px) brightness(50%);
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
}

.hero-slider .main-content-wrapper form {
  background-color: #fff;
  padding: 20px 20px;
  border-radius: 50px;
  margin-top: 40px;
  position: relative;
}

.hero-slider .main-content-wrapper .form-control {
  padding: 14px 20px;
  border-radius: 50px;
  box-shadow: none;
  color: #FB5B32;
  font-weight: 600;
  font-size: 18px;
}

.hero-slider .main-content-wrapper .form-control:focus {
  border-color: #FB5B32;
}

.hero-slider .main-content-wrapper form button {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 40px;
  border-radius: 50px;
  background-color: #FB5B32;
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 17px;
  box-shadow: 0 2px 1px 1px #000;
}

.hero-slider .main-content-wrapper ul.points {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  padding: 0 20px;
}

.hero-slider .main-content-wrapper ul.points li {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-slider .main-content-wrapper ul.points li svg {
  color: #FB5B32;
}


@media (max-width:1200px) {
  .hero-slider .main-content-wrapper {
    padding: 200px 0 200px;
  }
}

@media (max-width:992px) {

  .hero-slider .main-content-wrapper .inner-content h1 {
    font-size: 46px;

  }

  .hero-slider .main-content-wrapper .form-control {
    padding: 6px 20px;
    font-size: 16px;
  }
}

@media (max-width:568px) {

  .hero-slider .main-content-wrapper .inner-content p.sub-title {

    font-size: 26px;

  }

  .hero-slider .main-content-wrapper .inner-content h1 {
    font-size: 36px;

  }

  .hero-slider .main-content-wrapper .inner-content p.text {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;

  }

  .hero-slider .main-content-wrapper ul.points {
    flex-direction: column;
    gap: 10px;
  }

  .hero-slider .main-content-wrapper .form-control {
    margin-bottom: 10px;
    border-radius: 4px;
  }

  .hero-slider .main-content-wrapper form {
    border-radius: 10px;
  }

  .hero-slider .main-content-wrapper form button {
    width: 80%;
  }

}

/* -------------------------------------------------------------------------------------------------------------------------- */


.section-title h2 {
  color: #171717;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
}

.section-title h2 span {
  color: #FB5B32;
  font-weight: 900;
}

.section-title p.subtitle {
  font-family: 'Amatic SC', sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-weight: 900;
  color: #000;
  font-size: 32px;
}

.section-title p.tagline {
  color: rgba(0, 0, 0, 0.65);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
}

.section-title p.tagline span {
  color: #FB5B32;
  font-weight: 600;
  font-style: italic;
}


@media (max-width:768px) {
  .section-title h2 {
    color: #171717;
    font-size: 34px;
  }

  .section-title p.subtitle {
    font-size: 26px;
  }
}


.quick-tour-book {
  padding: 80px 0;
  position: relative;
  margin-top: -100px;
  border-radius: 50px 50px 0 0;
  background-color: #fff;
}

.quick-tour-book .content-wrapper {
  position: relative;
  margin-top: 40px;
}

.quick-tour-book .item-box {
  position: relative;
  width: 100%;
  height: 520px;
  border-radius: 30px;
  overflow: hidden;
}

.quick-tour-book .item-box .img-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.quick-tour-book .item-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.quick-tour-book .item-box .content {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: .45s ease-in-out;
  -moz-transition: .45s ease-in-out;
  -ms-transition: .45s ease-in-out;
  transition: .45s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(4, 62, 76, 0) 50%, rgb(23 23 23) 100%);

}

.quick-tour-book .item-box .content .content-inner {
  padding: 0 10px 0 30px;
  transform: translateY(60px);
  transition: all 0.4s;
}

.quick-tour-book .item-box:hover .content .content-inner {
  transform: translateY(-20px);
}

.quick-tour-book .item-box .content h4 {
  color: #fff;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 26px;
  margin-bottom: 10px;
}

.quick-tour-book .item-box .content p.type {
  color: #FB5B32;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 40px;

}

.quick-tour-book .item-box span {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #FB5B32;
  padding: 6px 10px;
  border-radius: 50px;
  font-size: 14px;
}

.quick-tour-book .item-box span svg {
  margin-right: 5px;
  animation: iconAnime 1s infinite alternate;
}

@keyframes iconAnime {
  0% {
    transform: scale(.9) rotate(0);
  }

  100% {
    transform: scale(1.2) rotate(360deg);
  }
}

.quick-tour-book .item-box .btn-group a {
  padding: 10px 20px;
  border-radius: 50px;
  transition: all 0.4s;
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  margin-right: 14px;
  transition: all 0.4s;
}


.quick-tour-book .item-box .btn-group a:first-child {
  background-color: #FB5B32;
  color: #fff;
  border: 1px solid transparent;
}

.quick-tour-book .item-box .btn-group a:last-child {
  border: 1px solid #848484;
  color: #fff;
  margin-right: 0;
}

.quick-tour-book .item-box .btn-group a:hover {
  background-color: #fff;
  color: #171717;
}

@media (max-width:992px) {
  .quick-tour-book .item-box {
    height: 400px;
  }

  .quick-tour-book .item-box .content h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .quick-tour-book .item-box .content .content-inner {
    transform: translateY(70px);
  }
}


@media (max-width:400px) {
  .quick-tour-book .item-box .btn-group a {
    padding: 10px 16px;
    margin-right: 8px;
  }
}


/* --------------------------------------------------------------------------------------------------------------------------------- */



.main-cta-box {
  position: relative;
}

.main-cta-box .container-fluid {
  padding: 0 50px;
}

.main-cta-box .innercontent {
  padding: 80px 40px;
  text-align: center;
  background: url(../img/ranthambore-bg1.jpg) fixed no-repeat;
  background-size: cover;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  border-bottom: 6px solid #FB5B32;

}

.main-cta-box .innercontent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.2));
}

.main-cta-box .innercontent h2 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
}

.main-cta-box .innercontent h4 {
  color: #FB5B32;
  font-weight: 900;
}

.main-cta-box .innercontent p.text {
  color: #fff;
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 0;
}

.main-cta-box .innercontent p.text span {
  padding: 10px 20px;
  border: 2px solid #FB5B32;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

.main-cta-box .innercontent a {
  display: inline-block;
  margin-top: 60px;
  padding: 10px 30px;
  background-color: #FB5B32;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px;
  text-transform: uppercase;
}


@media (max-width:1200px) {
  .main-cta-box .innercontent h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
  }

}

@media (max-width:768px) {
  .main-cta-box .container-fluid {
    padding: 0;
  }

  .main-cta-box .innercontent {
    padding: 80px 20px;
    border-radius: 0px;
  }

  .main-cta-box .innercontent h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
  }

  .main-cta-box .innercontent a {
    padding: 10px 20px;
    font-size: 18px;
  }
}



/* ---------------------------------------------------------------------------------------------------------------------- */


.whyus-section {
  padding: 80px 0;
  position: relative;
}


.whyus-section .text-content-wrapper {
  position: relative;
}

.whyus-section .text-content-wrapper p.text {
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
}

.whyus-section .text-content-wrapper p.text strong {
  color: #002203;
  text-transform: capitalize;
}

.whyus-section .text-content-wrapper p.text span {
  color: #FB5B32;
  font-weight: 500;
  font-style: italic;
}

.whyus-section .text-content-wrapper .features {
  margin-top: 20px;
}

.whyus-section .text-content-wrapper .features .feature-box {
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 10px;
  background: #002203;
  border-radius: 20px;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
}

.whyus-section .text-content-wrapper .features .feature-box.active {
  background: url(../img/gallery/ranthambore-park-tour300X300.webp) center;
  background-size: cover;
}

.whyus-section .text-content-wrapper .features .feature-box:hover {
  background: url(../img/gallery/ranthambore-national-park-safari300X300.jpg) center;
  background-size: cover;

}

.whyus-section .text-content-wrapper .features .feature-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.whyus-section .text-content-wrapper .features .feature-box h5 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Amatic SC';
  font-weight: 700;
  font-size: 28px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.whyus-section .text-content-wrapper .features .feature-box h5::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #FB5B32;
  border-radius: 10px;
  animation: borderAnime 7s infinite alternate;
}

@keyframes borderAnime {
  0% {
    width: 40px;
  }

  50% {
    width: 70%;
  }
}

.whyus-section .text-content-wrapper .features .feature-box p {
  color: #fff;
  font-weight: 300;
}

.whyus-section .right-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 40px;
}

.whyus-section .right-content .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 560px;
}

.whyus-section .right-content .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #000, rgba(0, 0, 0, 0.2) 60%);
}

.whyus-section .right-content .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whyus-section .right-content .img-box .content {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding-right: 30px;

}

.whyus-section .right-content .img-box .content span {
  color: #fff;
  font-size: 46px;
  display: block;
  text-align: end;
  text-transform: uppercase;
  font-weight: 700;
}

.whyus-section .right-content .img-box .content span.mid {
  font-size: 96px;
  position: relative;
}

.whyus-section .right-content .img-box .content span.mid::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/icons/scratch.png) no-repeat center right;
}

.whyus-section .right-content .img-box .book-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.whyus-section .right-content .img-box .book-btn a {
  padding: 10px 20px;
  background-color: #FB5B32;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  width: 300px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  animation: bounce 2s infinite alternate;
}

@media (max-width:1200px) {
  .whyus-section .right-content .img-box .content span.mid {
    font-size: 76px;
  }

  .whyus-section .right-content .img-box .book-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;

    transform: translateX(-50%);
  }
}

@media (max-width:992px) {
  .whyus-section .right-content {
    margin-top: 30px;
    padding: 0;
  }
}

@media (max-width:768px) {

  .whyus-section .right-content .img-box {
    height: 420px;
  }

  .whyus-section .right-content .img-box .content {
    position: absolute;
    top: 40%;

  }

  .whyus-section .right-content .img-box .book-btn a {
    font-size: 18px;
  }

  .whyus-section .right-content .img-box .content span.mid {
    font-size: 56px;
  }

  .whyus-section .right-content .img-box .content span {
    color: #fff;
    font-size: 36px;
  }


}

/* ------------------------------------------------------------------------------------------------------------------------------- */
/* CSS (ticker.css) */
.ticker-slider {
  overflow: hidden;
  background: url(../img/ranthambore-bg1.jpg) no-repeat fixed;
  background-size: cover;
  position: relative;
}

.ticker-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.2));
}

.ticker-slider .ticker-item-wrapper {
  animation: scrollAnimation 60s linear infinite;
  padding: 0;
  margin: 0;
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
}

.ticker-slider .ticker-item-wrapper .list-item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 20px 16px 20px 0;
}

.ticker-slider .ticker-item-wrapper .list-item p.text {
  font-size: 76px;
  font-weight: 900;
  margin-bottom: 0;
  text-transform: uppercase !important;
  transition: all 0.4s;
  color: transparent;
  font-family: 'Barlow Semi Condensed', sans-serif;
  -webkit-text-stroke: 1.5px #fff;
  /* Outline stroke */
  text-stroke: 1.5px #fff;
}

.ticker-slider .ticker-item-wrapper .list-item p.text:hover {
  color: #fff;
}

.ticker-slider .ticker-item-wrapper .list-item img {
  max-width: 94px;
  transform: rotateY(180deg);
  animation: vibrateCar 1s infinite alternate;
}

@keyframes vibrateCar {
  0% {
    transform: rotateY(180deg) translateY(3px);
  }

  30% {
    transform: rotateY(180deg) translateY(0);
  }

  60% {

    transform: rotateY(180deg) translateY(3px);
  }

  100% {
    transform: rotateY(180deg) translateY(0);
  }
}

.ticker-slider[data-animated='true'] {
  overflow: hidden;
}

@keyframes scrollAnimation {
  to {
    transform: translate(calc(-50%));
  }
}

@media (max-width:768px) {
  .ticker-slider .ticker-item-wrapper .list-item p.text {
    font-size: 46px;
  }
}

@media (max-width:568px) {
  .ticker-slider .ticker-item-wrapper .list-item p.text {
    font-size: 36px;
  }

  .ticker-slider .ticker-item-wrapper .list-item img {
    max-width: 64px;
  }
}


/* -------------------------------------------------------------------------------------------------------------------- */


.tour-package-section {
  position: relative;
  padding: 80px 0;
}

.tour-package-section .left-content .item-box {

  overflow: hidden;
  border-radius: 20px;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  height: 580px;
  position: relative;
  transition: all 0.4s;

}

.tour-package-section .left-content .item-box .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.tour-package-section .left-content .item-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour-package-section .left-content .item-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.2));

}

.tour-package-section .left-content .item-box .content {
  padding: 0 20px;
}

.tour-package-section .left-content .item-box a {
  display: inline-block;
  position: relative;

}

.tour-package-section .left-content .item-box h2 {
  color: #fff;
  font-size: 56px;
  font-family: 'Amatic SC', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

.tour-package-section .left-content .item-box span.tag {
  display: inline-block;
  padding: 2px 20px;
  background-color: #FB5B32;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  animation: bounce 2s infinite;

}

.tour-package-section .left-content .item-box span.num {
  color: #fff;
  font-size: 86px;
  font-weight: 900;
  display: block;
  font-family: 'Amatic SC', sans-serif;
}

.tour-package-section .left-content .item-box span.text {
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;

}

.tour-package-section .left-content .item-box a.call-btn {
  font-weight: 700;
  margin-top: 20px;
  display: block;
  width: fit-content;
  padding: 10px 20px;
  background-color: #FB5B32;
  color: #fff;
  border-radius: 6px;
  text-transform: uppercase;
  transition: all 0.4s;

}

.tour-package-section .left-content .item-box a.call-btn:hover {
  transform: translateY(-10px);
  background-color: #fff;
  color: #002203;
}

.tour-package-section .right-content {
  padding-left: 30px;
}

.tour-package-section .right-content .item-box {
  position: relative;
  margin-bottom: 20px;
}

.tour-package-section .right-content .item-box .img-box {
  position: relative;
  width: 100%;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
}

.tour-package-section .right-content .item-box .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  transition: all 0.4s;
}

.tour-package-section .right-content .item-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.tour-package-section .right-content .item-box:hover img {
  transform: scale(1.2);
}

.tour-package-section .right-content .item-box .head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0.4));
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

.tour-package-section .right-content .item-box .head span {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #FB5B32;

}

.tour-package-section .right-content .item-box .head p {
  margin: 0;
  color: #fff;
  font-family: 'Playfair Display', sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.tour-package-section .right-content .item-box .tag span {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 2px 4px;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #FB5B32;
  border-radius: 2px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  animation: vibrateBtn .6s infinite alternate;
}

@keyframes vibrateBtn {

  0%,
  100% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(5deg);
  }
}

.tour-package-section .right-content .item-box .button-group {
  margin-top: 10px;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;

}

.tour-package-section .right-content .item-box:hover .button-group {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

.tour-package-section .right-content .item-box .button-group span {
  color: #FB5B32;
  font-weight: 700;
  padding: 5px 10px;
  background-color: #fff;
  display: inline-block;
  border-radius: 6px;
  transition: all 0.4s;
}

.tour-package-section .right-content .item-box .button-group span.btn2 {
  background-color: #FB5B32;
  color: #fff;
}

.tour-package-section .right-content .item-box .button-group span:hover {
  background-color: #FB5B32;
  color: #fff;
}

@media (max-width:1200px) {
  .tour-package-section .left-content {
    position: sticky;
    top: 30px;
  }

  .tour-package-section .left-content .item-box h2 {
    color: #fff;
    font-size: 48px;
    font-family: 'Amatic SC', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
  }
}

@media (max-width:992px) {
  .tour-package-section .right-content {
    padding-left: 0;
    margin-top: 30px;
  }
}

@media (max-width:568px) {
  .tour-package-section .left-content .item-box {
    border-radius: 10px;
    height: 400px;

  }

  .tour-package-section .left-content .item-box h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 0;
  }

  .tour-package-section .left-content .item-box span.num {
    color: #fff;
    font-size: 56px;
    font-weight: 900;
    display: block;
  }

  .tour-package-section .left-content .item-box span.text {
    text-transform: uppercase;
    font-size: 36px;
    color: #fff;
  }
}







/* --------------------------------------------------------------------------------------------------------------------------------- */



.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 p.subtitle{
  color: #FB5B32;
}

.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 span.sub-title {
  color: #FB5B32;
  position: relative;
  font-family: 'Amatic SC', sans-serif;
  font-size: 36px;
  font-weight: 900;
}

.testimonial-bg-section .right-content .section-title h2 {
  color: #fff;
}

.testimonial-bg-section .right-content .section-title p.tagline {
  max-width: 70%;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}

@media (max-width:768px) {
  .testimonial-bg-section .right-content .section-title p {
    max-width: 100%;
  }

}

.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: #000;
  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;
  }

}

@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;
  }
}

@media (max-width:768px) {
  .testimonial-bg-section .right-content {
    position: relative;
    padding: 50px 30px;
    height: 500px;
  }

  .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;
  }

  .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;
  }
}






.gallery-section {
  padding: 80px 0;
  position: relative;
}

.gallery-section .gallery-wrapper {
  margin-top: 30px;
}

.gallery-section .gallery-box {
  width: 100%;
  height: 420px;
  border-radius: 8px;
  overflow: hidden;
}

.gallery-section .gallery-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.gallery-section .gallery-box:hover img {
  transform: scale(1.2);
  cursor: zoom-in;
}

.gallery-section .main-btn {
  text-align: center;
  margin-top: 40px;
}

.gallery-section .main-btn a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.4s;
}

.gallery-section .main-btn a:hover {
  transform: scale(1.1);
  background-color: #000;

}

@media (max-width:568px) {
  .gallery-section .gallery-box {
    width: 100%;
    height: 320px;
    border-radius: 8px;
    overflow: hidden;
  }
}




/* ------------------------------------------------------------------------------- */

.innerpage-title {
  padding: 280px 0 150px;
  position: relative;
  background: url(../img/ranthambore-bg1.jpg) no-repeat fixed center;
  background-size: cover;
}

.innerpage-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000 40%, rgba(0, 0, 0, 0.6));


}

.innerpage-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
}

.innerpage-title h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 700;
}

.innerpage-title h2 span {
  color: #FB5B32;
  font-weight: 900;
}

@media (max-width:768px) {
  .innerpage-title {
    padding: 220px 0 150px;
    position: relative;
    background: url(../img/ranthambore-bg1.jpg) no-repeat fixed center;
    background-size: cover;
  }

  .innerpage-title h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
  }
}





.breadcrumb-box {
  margin-top: 20px;
  position: relative;
}

.breadcrumb-box ul li {
  display: inline-block;
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
}

.breadcrumb-box ul li a {
  color: #091722;
}

.breadcrumb-box ul li::after {
  content: "/";
  font-size: 14px;
  font-weight: 700;
  color: #091722;
  margin-left: 6px;

}

.breadcrumb-box ul li:last-child:after {
  display: none;
}




/* ------------------------------------------------------------------------------------------------------------------- */


.innercontact-page {
  padding: 60px 0 80px;
  position: relative;
}

.innercontact-page h4 {
  font-weight: 700;
  color: #FB5B32;

}

.innercontact-page .form-group {
  margin-bottom: 10px;
}

.innercontact-page .form-control {
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: none;
  color: #FB5B32;

}

.innercontact-page .form-control:focus {
  border-color: #FB5B32;
}

.innercontact-page button {
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  margin-top: 10px;
  background-color: #FB5B32;
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  transition: all 0.4s;
}

.innercontact-page button svg {
  width: 16px;
  height: 16px;
  padding: 6px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  transition: all 0.4s;
}

.innercontact-page button:hover {
  background-color: #000;
  color: #fff;
}

.innercontact-page button:hover svg {
  transform: translateX(6px) scale(1.1);
}

.innercontact-page .right-content {
  width: 100%;
  height: 100%;
}

.innercontact-page iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

@media (max-width:992px) {
  .innercontact-page iframe {
    width: 100%;
    height: 400px;
    margin-top: 30px;
  }
}




/* ----------------------------------------------------------------------------------------------------------------------------------- */


.innerservice-content {
  padding: 60px 0;
  position: relative;
}

.innerservice-content .main-content-wrapper {
  padding-right: 50px;
}

.innerservice-content .carousel-item {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 20px;

}

.innerservice-content .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.innerservice-content h2.title {
  font-weight: 900;
  font-size: 46px;
}

.innerservice-content h2.title span {
  color: #FB5B32;
}

.innerservice-content p.text {
  color: rgba(0, 0, 0, 0.65);
}

.innerservice-content p.text span {
  color: #FB5B32;
  font-weight: 600;
  font-style: italic;
}

.innerservice-content p.text strong {
  color: #002203;
}

.innerservice-content h4.sub-title {
  color: #171717;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.innerservice-content h4.sub-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  border-radius: 10px;
  background-color: #FB5B32;
}

.innerservice-content ul.list-point li {
  color: rgba(0, 0, 0, 0.65);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

.innerservice-content ul.list-point li svg {
  color: #FB5B32;
  margin-right: 8px;
}

.innerservice-content .card {
  background-color: #002203;
  border-radius: 20px;
  padding: 20px 20px;
  text-align: center;
}

.innerservice-content .card h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.innerservice-content .card p {
  color: #fff;
}

.innerservice-content .main-btn {
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  background-color: #FB5B32;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.4s;
  box-shadow: 2px 2px 1px 1px transparent;
}

.innerservice-content .main-btn svg {
  color: #002203;
  animation: vibrateIconBtn 1s infinite alternate;
  width: 18px;
  height: 18px;
}

.innerservice-content .main-btn:hover {
  transform: translateY(-10px);
  box-shadow: 2px 2px 1px 1px #000;

}


@keyframes vibrateIconBtn {
  0% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(10deg) scale(1.2);
    color: #fff;
  }
}



.innerservice-content .sidebar-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.innerservice-content .sideenquiry-form {
  padding: 30px 30px;
  background: url(../img/bengal-tiger.jpg);
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
  position: sticky;
  top: 100px;
}

.innerservice-content .sideenquiry-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

.innerservice-content .sideenquiry-form h4.sub-title {
  text-align: center;
  color: #fff;
}

.innerservice-content .sideenquiry-form h4.sub-title::before {
  left: 50%;
  transform: translateX(-50%);
}

.innerservice-content .sideenquiry-form form {
  position: relative;
}

.innerservice-content .sideenquiry-form .form-control {
  position: relative;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: none;
  color: #FB5B32;
  font-weight: 600;
}

.innerservice-content .sideenquiry-form .form-control:focus {
  border-color: #FB5B32;
}

.innerservice-content .sideenquiry-form .form-control::placeholder {
  color: #FB5B32;
}

.innerservice-content .sideenquiry-form button {
  padding: 10px 20px;
  background-color: #FB5B32;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border: none;
  transition: all 0.4s;
  margin-top: 20px;
}

.innerservice-content .sideenquiry-form button:hover {
  transform: translateY(-6px);
}