/* font-family */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Racing+Sans+One&family=Space+Grotesk:wght@300..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Racing+Sans+One&family=Space+Grotesk:wght@300..700&display=swap');



/* import files */

@import url("../css/auth.css");

@import url("../css/header_footer.css");





@font-face {

  font-family: "Race Sport";

  src: url("../fonts/Race\ Sport.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;

}



:root {

  --dark-gray: #101010;

  --black: #000000;

  --orange: #FF621F;

  --white: #FFFFFF;

  --poppins: "Poppins", sans-serif;

  --grotesk: "Space Grotesk", sans-serif;

  --outfit: "Outfit", sans-serif;

  --racing: "Race Sport", sans-serif;

}



body::-webkit-scrollbar-track {

  background-color: transparent;

}



body::-webkit-scrollbar {

  width: 8px;

  background-color: transparent;

}



body::-webkit-scrollbar-thumb {

  border-radius: 0px;

  background-color: var(--orange);

}



body {

  /* font-family: "Racing Sans One", sans-serif; */

  /* font-family: "Space Grotesk", sans-serif; */

  font-family: "Poppins", sans-serif;

  font-weight: 400;

  line-height: 1.5;

  color: #fff;

  overflow-x: hidden;

  background-color: #000000;

}



.container {

  max-width: 1350px;

  padding: 0 15px;

  margin: 0 auto;

}



a:hover {

  color: var(--orange);

}



a,

a:hover {

  text-decoration: none;

  -webkit-transition: ease-in-out 0.5s;

  -moz-transition: ease-in-out 0.5s;

  -o-transition: ease-in-out 0.5s;

  transition: ease-in-out 0.5s;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  line-height: 1.3;

  font-family: var(--racing);

}



ul {

  list-style: none;

  padding: 0;

  margin: 0;

}



main {

  padding: 130px 0 0;

}



.section-space {

  padding: 50px 0;

  position: relative;

}



.center-title {

  position: relative;

  text-align: center;

  margin-bottom: 55px;

}



.sec-title {

  font-weight: 400;

  font-size: 48px;

  color: var(--orange);

  font-family: var(--racing);

  text-align: center;

  line-height: 100%;

}



.center-title p {

  font-weight: 400;

  font-size: 16px;

  font-family: var(--grotesk);

  color: #fff;

}



.mobile-logo {

  display: none;

}



/* .inner {

  padding-top: 200px;

} */



/*---------- common button effect [START]---------- */

.btn-effect {

  position: relative;

  z-index: 2;

  overflow: hidden;

  display: block;

  padding: 12px 25px;

  font-weight: 700;

  font-size: 20px;

  text-align: center;

  width: fit-content;

  transition: color .40s ease;

  white-space: nowrap;

  font-family: var(--grotesk);

  text-transform: capitalize;

}



.btn-effect::before {

  content: "";

  position: absolute;

  inset: 0;

  transform: translateX(-101%);

  transition: transform .40s ease;

  z-index: -1;

}



.btn-effect:hover::before {

  transform: translateX(0);

}



/* main orange button */

.orange-btn {

  background: var(--orange);

  color: var(--white);

  border: 1px solid var(--orange);

  box-shadow: 0px 6px 6px 0px #FFC51B26;

}



.orange-btn::before {

  background: var(--white);

}



.orange-btn:hover {

  color: var(--orange);

}



/*---------- common button effect [END ]---------- */



/* ------------------- Home [ START ] -------------------- */



/* ------------------- Home BANNER [ START ] -------------------- */

.home-hero-area {

  background: url(../images/banner-img-1.jpg) no-repeat;

  background-size: cover;

  position: relative;

  display: flex;

  align-items: center;

  background-position: center;

  background-repeat: no-repeat;

  width: 100%;

  height: 800px;

}



.hero-text-area {

  position: relative;

  z-index: 1;

}



.hero-text-area h1 {

  font-weight: 400;

  font-size: 68px;

  color: #fff;

  margin-bottom: 12px;

  font-family: var(--racing);

}



.hero-text-area p {

  font-weight: 400;

  font-size: 24px;

  color: #fff;

  margin-bottom: 40px;

  font-family: var(--grotesk);

  text-transform: capitalize;

}



.wd-btn-grp {

  display: flex;

  align-items: center;

  gap: 18px;

}



.home-hero-area::before {

  content: '';

  position: absolute;

  right: 0px;

  width: 100%;

  height: 100%;

  /* background-image: linear-gradient(359deg, rgb(0 0 0) 5%, rgba(0, 0, 0, 0) 23%); */

  background-image: linear-gradient(180deg, rgb(0 0 0) 5%, rgba(0, 0, 0, 0) 40%);

}



.home-hero-area::after {

  content: '';

  position: absolute;

  right: 0px;

  width: 100%;

  height: 100%;

  background-image: linear-gradient(180deg, rgb(0 0 0) 1%, rgb(255 255 255 / 0%) 50%);



}



.banner-shadhow-1 {

  position: absolute;

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  background-image: linear-gradient(88deg, rgb(0 0 0 / 30%) 17%, rgb(255 255 255 / 0%) 50%);



}



.banner-shadhow-2 {

  position: absolute;

  right: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  background-image: linear-gradient(270deg, rgb(0 0 0 / 30%) 17%, rgb(255 255 255 / 0%) 50%);



}



/* ------------------- Home BANNER [ END ] -------------------- */



/* ------------------- Home ADRENALINE [ START ] -------------------- */



.adrenaline .text {

  font-size: 220px;

  font-weight: 400;

  font-family: var(--racing);

  color: transparent;

  -webkit-text-stroke: 1.5px #ffffff;

  background: rgb(0, 0, 0);

  line-height: 100%;

  text-align: center;

  position: relative;

  line-height: 167px;

  z-index: 1;

}



.adrenaline .text::after {

  content: '';

  position: absolute;

  right: 0px;

  bottom: 0px;

  width: 100%;

  height: 100%;

  background-image: linear-gradient(359deg, rgb(0 0 0 / 95%) 1%, rgb(255 255 255 / 0%) 341%);



}



.adrenaline .text::before {

  content: '';

  position: absolute;

  right: 0px;

  top: -100px;

  width: 100%;

  height: 100%;

  background: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, 0.947779) 28.37%, rgba(0, 0, 0, 0.831731) 55.77%, rgba(0, 0, 0, 0.641879) 74.52%, rgba(0, 0, 0, 0) 100%);

  z-index: -1;

}



/* ------------------- Home ADRENALINE [ END ] -------------------- */



/* ------------------- Home ADVENTURE [ END ] -------------------- */



.adventure {

  background-color: #000000;

  position: relative;

}



.adventure .bg-design-1,

.adventure .bg-design-2 {

  position: absolute;

  opacity: 0.8;

}



.adventure .bg-design-1 {

  top: 0px;

  left: 3%;

}



.adventure .bg-design-2 {

  top: -3px;

  right: 3%;



}



.adventure .bg-design-1 img,

.adventure .bg-design-2 img {

  object-fit: cover;

  width: 100%;

  height: 100%;

}



.adventure .adventure-img {

  position: relative;

}



.adventure .adventure-img video {

  object-fit: cover;

  width: 100%;

  height: 100%;

}



.adventure .adventure-img::before {

  content: '';

  position: absolute;

  left: 0%;

  top: 0%;

  width: 100%;

  height: 100%;

  background-image: linear-gradient(267deg, rgb(0 0 0) 2%, rgba(0, 0, 0, 0) 34%);

}



.adventure .adventure-img::after {

  content: '';

  position: absolute;

  right: 0%;

  bottom: 0%;

  width: 100%;

  height: 100%;

  background-image: linear-gradient(90deg, rgb(0 0 0) 2%, rgb(255 255 255 / 0%) 34%);



}



.adventure .adventure-img .video {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);



}



.adventure-video {

  pointer-events: none;

}



.adventure-video::-webkit-media-controls {

  display: none !important;

}



.adventure-video::-webkit-media-controls-play-button {

  display: none !important;

}



.adventure-video::-webkit-media-controls-start-playback-button {

  display: none !important;

}





/* ------------------- Home ADVENTURE [ END ] -------------------- */



/* ------------------- Home DESTINATIONS [ START ] -------------------- */





.gallery-row {

  display: flex;

  gap: 12px;

  margin-bottom: 12px;

}



.gallery-item {

  flex: 1;

  overflow: hidden;

}



.gallery-item img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

}



.half {

  overflow: hidden;

}



.half img {

  width: 160%;

  height: 100%;

}



.left-half img {

  margin-left: -60%;

}



.right-half img {

  margin-left: 0;

}





.destination {

  background-color: #000000;

}



.destination-images {

  position: relative;

}



.destination-images .destination-logo {

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  z-index: 1;

}



.destination-images .destination-logo img {

  object-fit: cover;

  width: 100%;

  height: 100%;

}









@keyframes scroll {

  0% {

    transform: translateX(0);

  }



  100% {

    transform: translateX(calc(-250px * 7));

  }

}



.client_slider,

.slider {

  height: auto;

  overflow: hidden;

  position: relative;

  width: auto;

}



.partner-track {

  animation: scroll 40s linear infinite;

  display: flex;

  width: calc(450px * 14);

}



.slide {

  width: 600px;

  height: 340px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0px 5px;

}



.slide img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

}



.slide:hover img {

  filter: none;

}



@keyframes scrolls {

  0% {

    transform: translateX(-1400px);

  }



  100% {

    transform: translateX(0);

  }

}



.slide-track {

  display: flex;

  width: calc(730px * 14);

  animation: scrolls 40s linear infinite;

  margin-top: 10px;

}



.sh_clients {

  padding: 0 0 62px;

}



/* ------------------- Home DESTINATIONS [ END ] -------------------- */



/* ------------------- Home REVIEWS [ START ] -------------------- */

.reviews-section {

  position: relative;

}



.reviews-section .frame-1 {

  position: absolute;

  top: 0;

  left: 0;

}



.reviews-section .frame-2 {

  position: absolute;

  bottom: 0;

  right: 0;

}



.reviews-section .frame-1 img,

.reviews-section .frame-2 img {

  object-fit: cover;

  width: 100%;

  height: 100%;

}



.review-card {

  background: #121212;

  padding: 35px 25px;

  transition: 0.3s ease;

  text-align: center;

  border: 1px solid transparent;

}



.review-card:hover {

  transform: translateY(-8px);

  border: 1px solid var(--orange);

}



.review-quote {

  color: #fff;

  font-size: 22px;

  font-weight: 500;

  margin-bottom: 20px;

  font-family: var(--grotesk);

  background: #ffffff1f;

  padding: 15px;

  border-radius: 3px;

}



.review-text {

  color: #fff;

  font-size: 13px;

  font-weight: 400;

  margin-bottom: 25px;

  font-family: var(--grotesk);

}



.review-author {

  color: var(--orange);

  font-weight: 700;

  font-size: 26px;

  font-family: var(--grotesk);

}





/* ------------------- Home REVIEWS [ END ] -------------------- */



/* ------------------- Home FAQS [ START ] -------------------- */





.faq-item {

  border-bottom: 1px solid #dddddd47;

  padding: 25px;

  transition: background 0.3s ease;

}



.faq-item:last-child {

  border: none;

}



.faq-item.active {

  background: #2b2b2b;

  opacity: 0.8;

}



.faq-question {

  width: 100%;

  background: none;

  border: none;

  text-align: left;

  font-size: 16px;

  font-weight: 700;

  cursor: pointer;

  display: flex;

  justify-content: space-between;

  align-items: center;

  color: #fff;

  font-family: var(--grotesk);

  margin: 0px;

  padding: 0px;

}



.faq-arrow {

  transition: transform 0.3s ease;

}



.faq-item.active .faq-arrow {

  transform: rotate(180deg);

}





/* Answer */

.faq-answer {

  max-height: 0;

  overflow: hidden;

  transition: max-height 0.35s ease;

}



.faq-item.active .faq-answer {

  max-height: 300px;

}



.faq-answer p {

  margin-top: 15px;

  font-size: 16px;

  color: #ffffff;

  font-weight: 400;

}



.faq-section .faq-botm-dtls {

  text-align: center;

  margin-top: 40px;

}



.faq-section .faq-botm-dtls h4 {

  font-weight: 700;

  font-size: 26px;

  text-align: center;

  text-transform: capitalize;

  margin-bottom: 20px;

  color: var(--white);

  font-family: var(--grotesk);

}



.faq-section .faq-botm-dtls p {

  font-weight: 400;

  font-size: 16px;

  text-align: center;

  color: var(--white);

  margin-bottom: 0;

  font-family: var(--grotesk);

}



.faq-section .wd-btn-grp.center-btn-grp {

  justify-content: center;

  margin-top: 25px;

  font-family: var(--grotesk);

}



.faq-section .wd-btn-grp .btn-effect {

  font-size: 16px;

}

.rider-requirements ul li {
  position: relative;
  padding-left: 20px;
}

.rider-requirements ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 10px;
}






/* ------------------- Home FAQS [ END ] -------------------- */



/* ------------------- Home FOOTER [ START ] -------------------- */



.footer-main {

  background: #000;

  color: #fff;

  background: url(../images/footer-img.jpg) no-repeat;

  background-size: cover;

  background-position: center right;

  width: 100%;

  position: relative;

  border-top: 1px solid #555555;

}



.footer-main:before {

  content: "";

  background-color: #000000f2;

  height: 100%;

  width: 100%;

  position: absolute;



}



.footer-logo {

  max-width: 150px;

}



.footer-desc {

  font-size: 16px;

  color: white;

  font-weight: 400;

  margin-bottom: 30px;

  font-family: var(--grotesk);

}



.icon-box {

  margin-right: 20px;

}



.footer-menu {

  list-style: none;

  padding: 0;

  margin-top: 20px;

  display: flex;

  flex-wrap: wrap;

  gap: 20px;

}



.footer-menu li a {

  text-decoration: none;

  color: #ffffff;

  font-size: 16px;

  font-weight: 400;

  font-family: var(--poppins);

}



.footer-menu li a:hover {

  color: #ff6a00;

}



.footer-title {

  color: #fff;

  font-weight: 700;

  margin-bottom: 25px;

  font-size: 20px;

  font-family: var(--grotesk);

}



.newsletter-box {

  display: flex;

  gap: 10px;

  margin-top: 20px;

}



.newsletter-box .input {

  flex: 1;

  /* background: #44413e7a;

  border: none;

  padding: 12px 15px;

  color: #fff; */

  position: relative;

}



.newsletter-box input {

  color: #fff;

  line-height: 30px;

  padding: 15px 48px 15px 15px;

  width: 100%;

  max-width: 403px;

  background: #FAFAFA1A;

  border: 0.99px solid #000E271A

}



.newsletter-box .input svg {

  position: absolute;

  top: 50%;

  right: 12px;

  transform: translate(-50%, -50%);

}



.newsletter-box input::placeholder {

  font-weight: 400;

  font-size: 16px;

  color: #fff;

  opacity: 0.3;

  font-family: var(--grotesk);

}



footer .orange-btn {

  font-size: 17px;

  font-weight: 400;

  line-height: 34px;

  text-align: center;

}



.social-icons a {

  width: 40px;

  height: 40px;

  background: #1a1a1a;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  margin-right: 10px;

  font-size: 18px;

}



.social-icons a:hover {

  background: #ff6a00;

}



.footer-line {

  border-color: #222;

  margin: 40px 0 20px;

}



.copyright {

  font-size: 17px;

  font-weight: 400;

  color: var(--white);

  font-family: var(--grotesk);

  opacity: 0.7;

  text-align: right;

}



.social-icons {

  display: flex;

  align-items: center;

  justify-content: end;

  margin: 34px 0px;

}



.contact-info p {

  margin-bottom: 0px;

  font-size: 16px;

  font-weight: 500;

  color: #ffffff;



}



.contact-info .title-info {

  font-size: 16px;

  font-weight: 400;

  opacity: 0.5;

  color: var(--white);

}



.contact-info {

  font-family: var(--outfit);

}



/* ------------------- Home FOOTER [ END ] -------------------- */



/* ------------------- Home ADRENALINE [ END ] -------------------- */



/* ------------------- YOUR BIKE [ start ] -------------------- */



.your-bike-detail .detail {

  margin: 40px 0px;

}



.your-bike-img svg {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

}



.your-bike-detail h5 {

  color: var(--orange);

  font-weight: 700;

  font-size: 30px;

  font-family: var(--grotesk);

}



.your-bike-detail p {

  font-size: 16px;

  font-weight: 400;

  color: #ffffff;

  font-family: var(--grotesk);

  opacity: 0.8;

  text-transform: capitalize;

  line-height: 32px;

  margin: 25px 0px;

}



.your-bike-detail .detail table {

  width: 100%;

  border-collapse: collapse;

  margin: 20px 0;

}



.your-bike-detail .detail th,

.your-bike-detail .detail td {

  font-size: 16px;

  padding: 10px 14px;

  text-align: left;

  border: 1px solid #403F3F;

  font-weight: 400;

  font-family: var(--grotesk);

  line-height: 32px;

}



.your-bike-detail .detail th {

  color: var(--orange);

  font-weight: 700;

  font-size: 16px;

  font-family: var(--grotesk);

}



.your-bike-detail h6 {

  color: var(--white);

  font-weight: 700;

  font-size: 30px;

  margin-bottom: 30px;

  font-family: var(--grotesk);

}



.bike-slider-main {

  padding: 30px 0px;

  position: relative;

}



.bike-slider-main .owl-nav {

  display: block !important;

}



.bike-slider-main .owl-nav {

  position: absolute;

  top: -66px;

  right: 0px;

}



.bike-slider-main .owl-nav svg {

  border: 2px solid var(--white);

  margin: 0px 6px;

  border-radius: 50%;

  padding: 3px;

  height: 35px;

  width: 35px;

}



/* ------------------- YOUR BIKE [ END ] -------------------- */



/* ------------------- TOURS [ END ] -------------------- */



.tour-box {

  border-radius: 20px;

  overflow: hidden;

  position: relative;

  cursor: pointer;

  border: 1px solid transparent;

  transition: ease-in-out 0.5s;

}



/* .tours-section.section-space.inner {

  padding-top: 150px;

} */



.tour-box:hover {

  border: 1px solid var(--orange);

  box-shadow: rgb(161 161 161 / 20%) 0px 7px 29px 0px;

  transform: translateY(-4px);

}



.tour-box img {

  width: 100%;

  height: 630px;

  object-fit: cover;

  display: block;

}



.tour-content {

  padding: 20px;

  position: absolute;

  bottom: 15px;

  z-index: 1;

}



.tour-content h2 {

  font-size: 30px;

  font-weight: 700;

  color: var(--white);

  margin-bottom: 10px;

  font-family: var(--grotesk);

}



.tour-content p {

  font-weight: 400;

  font-size: 16px;

  margin: 20px 0px;

  color: var(--white);

  font-family: var(--grotesk);

}



.tour-box::after {

  content: '';

  position: absolute;

  right: 0px;

  width: 100%;

  bottom: 0px;

  height: 100%;

  background-image: linear-gradient(355deg, rgb(0 0 0) 0%, rgb(255 255 255 / 0%) 108%);



}



/* ------------------- TOURS [ END ] -------------------- */



/* ------------------- ABOUT [  START ] -------------------- */



.about-us .about-img svg {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

}



.about-us .about-content p {

  font-family: var(--grotesk);

  text-align: center;

  line-height: 32px;

  margin-bottom: 20px;

  text-transform: capitalize;

}



.about-us .about-content {

  margin: 40px 0px;

}



.about-us .about-content a.btn-effect.orange-btn {

  font-size: 16px;

  font-weight: 400;

  margin: auto;

  max-width: 326px;

  padding: 18px 25px;

  width: 100%;

}



.team-card {

  background: #141414;

  padding: 30px;

}



.team-card img {

  width: 100%;

  height: 420px;

  object-fit: cover;

}



.card-content {

  padding-top: 18px;

}



.team-card .card-content h3 {

  color: var(--orange);

  font-weight: 700;

  font-size: 24px;

  font-family: var(--grotesk);

}



.team-card .card-content span {

  margin-bottom: 15px;

  font-weight: 400;

  font-size: 20px;

  color: #fff;

  display: block;

  font-family: var(--grotesk);

}



.team-card .card-content p {

  color: #ffffff;

  font-size: 16px;

  font-weight: 400;

  opacity: 0.6;

  font-family: var(--grotesk);

  text-transform: capitalize;

}



.team-card .meet-img {

  position: relative;

  overflow: hidden;

}



.team-card .meet-img img {

  width: 100%;

  height: auto;

  object-fit: cover;

  transition: transform 0.5s ease-in-out;

}



/* ------------------- ABOUT [ END ] -------------------- */



/* -------------------  PAYMENT TERMS [ START ] -------------------- */



.content-common P {

  font-family: var(--grotesk);

  text-transform: capitalize;

  line-height: 33px;

  font-weight: 400;

  margin-bottom: 8px;

}



.content-common div {

  font-weight: 700;

  margin-bottom: 10px;

  font-family: var(--grotesk);

  text-transform: capitalize;

}



.content-common h4 {

  font-size: 26px;

  font-weight: 600;

  color: var(--orange);

  font-family: var(--grotesk);

  text-transform: capitalize;

}



.content-common h5 {

  font-size: 22px;

  font-weight: 700;

  color: var(--white);

  font-family: var(--grotesk);

  text-transform: capitalize;

}



.content-common .space {

  margin-bottom: 30px;

}



.content-common ul {

  margin-left: 22px;

}



.content-common ul li {

  list-style: disc;

  font-size: 16px;

  font-weight: 400;

  line-height: 33px;



}



/* -------------------  PAYMENT TERMS [ END ] -------------------- */





/* -------------------  tour end details start -------------------- */





.tours-details-title-section {

  padding-top: 71px;

}



.inr_txt {

  text-align: center;

  position: relative;

}







.inr_txt h2 {

  font-weight: 400;

  font-size: 78px;

  line-height: 30px;

}





.tours-details-slider {

  padding: 85px 0 104px;

}



/* -------------------  tour end details End -------------------- */









/* -------------------  tour end details tab section start -------------------- */





.nav-tabs .nav-link.active {

  background-color: unset;

  border-color: unset;

  color: var(--orange);

  border: unset;

  border-bottom: 3px solid var(--orange);

}



.nav-tabs {

  border-bottom: 1px solid #FFF6;

}



.nav-tabs .nav-link:focus,

.nav-tabs .nav-link:hover {

  border-color: unset;

}



.nav-tabs .nav-link {

  margin-bottom: unset;

  border: unset;

  border-top-left-radius: unset;

  border-top-right-radius: unset;

  color: var(--white);

}



.tours-details-tab-section .nav-link {

  display: block;

  padding: 13px 15px;

  font-family: var(--grotesk);

  font-weight: 700;

  font-size: 22px;

  line-height: 100%;

}



.tab-content {

  max-width: 958px;

  padding: 40px 0 60px;

}



.tab-content p {

  font-family: var(--grotesk);

  font-weight: 400;

  font-size: 16px;

  line-height: 32px;

  text-transform: capitalize;

  margin-bottom: 0;

}



.tours-details-tab-section .row {

  margin: 0 -15px;

  justify-content: space-between;

}



.main-tab-inner {

  width: 100%;

  max-width: 958px;

  padding: 0 15px;

}



.tab-content ul {

  list-style: disc;

  padding-left: 24px;

  margin-bottom: 40px;

}



.tab-content li {

  font-family: var(--grotesk);

  line-height: 32px;

}



.tab-content h4 {

  font-family: var(--grotesk);

  font-weight: 600;

  font-size: 26px;

  line-height: 32px;

  margin-bottom: 24px;

  text-transform: capitalize;

}



.tab-content ul li strong {

  font-weight: 700;

  font-size: 16px;

  line-height: 32px;

}



.tab-left-p {

  margin-left: -24px;

}



.tab-2-div {

  margin-bottom: 40px;

}



.tab-right-btn {

  width: 100%;

  max-width: 338px;

  max-height: 169px;

  padding: 20px;

  border: 1px solid #FFFFFF1A;

  border-radius: 10px;

  background: #FFFFFF17;

}



.tab-right-btn h3 {

  font-size: 32px;

  line-height: 100%;

  color: var(--orange);

  margin-bottom: 6px;

}



.tab-right-btn p {

  font-size: 16px;

  line-height: 100%;

  color: #FFFFFF;

  margin-bottom: 20px;

}



.tab-orange-btn {

  width: 100%;

  max-width: 297px;

  border: 1px solid var(--orange);

  background: var(--orange);

  color: var(--white);

  font-family: var(--grotesk);

  font-weight: 700;

  font-size: 15px;

  line-height: 100%;

  text-transform: capitalize;

  padding: 15px 10px;

}



.tab-orange-btn:hover,

.contact-right-col .sbt-btn:hover,

.modal-body .btn-submit:hover {

  color: #000;

  transition: 0.2s ease-in-out;

}



/* -------------------  tour end details tab section end -------------------- */





/* -------------------  TWO DETAILS PRICING PAGE CSS START -------------------- */



.overview-inner h5 {

  font-family: var(--grotesk);

  font-weight: 700;

  font-size: 22px;

  line-height: 100%;

  padding: 13px 15px;

  border-bottom: 1px solid #FFFFFF66;

  margin-bottom: 40px;

}



.overview-inner p {

  font-family: var(--grotesk);

  line-height: 32px;

  margin-bottom: 40px;

}



.overview-inner h4 {

  font-family: var(--grotesk);

  font-weight: 600;

  font-size: 26px;

  line-height: 32px;

  margin-bottom: 24px;

}



.overview-inner ul {

  list-style: disc;

  padding-left: 24px;

  margin-bottom: 24px;

}



.overview-inner ul li {

  font-family: var(--grotesk);

  line-height: 32px;

}



.bottom-btn-div {

  margin-bottom: 53px;

}





/* popup css */



.modal-dialog {

  max-width: 550px;

}



.modal-backdrop.show {

  opacity: 0.75;

}



/* Modal box */

.booking-modal .modal-content {

  border-radius: 20px;

  border: none;

  padding: 38px 30px;

  color: var(--white);

  background-color: #202020;

}



.booking-modal .form-group {

  margin-bottom: 24px;

}



/* Title */

.booking-modal .modal-title {

  font-family: var(--racing);

  color: var(--orange);

  font-weight: 400;

  font-size: 32px;

  margin-bottom: 30.75px;

}



/* Close button */

.booking-modal .close {

  opacity: 1;

}



/* Labels */

.booking-modal label {

  width: 100%;

  font-family: var(--grotesk);

  font-weight: 700;

  font-size: 18px;

  line-height: 21.6px;

  margin-bottom: 14px;

}



/* Inputs */

.booking-modal .form-control {

  border: none;

  color: var(--white);

  padding: 15px 10px;

  height: unset;

  border-radius: unset;

  background: #FFFFFF1A;

  appearance: none;

}



#party {

  width: 100%;

  border: none;

  color: var(--white);

  padding: 15px 10px;

  height: unset;

  border-radius: unset;

  background: #FFFFFF1A;

  appearance: none;

  outline: none;

}



.booking-modal textarea.form-control {

  height: auto;

  max-height: 119px;

}



.booking-modal .form-control:focus {

  background: #3a3a3a;

  color: #fff;

  box-shadow: none;

}



/* Submit button */

.modal-body .btn-submit {

  background: var(--orange);

  color: #fff;

  width: 100%;

  padding: 10px 10px;

  border-radius: 2px;

  font-weight: 600;

  max-width: 297px;

}





.authslctfrm .select2-container {

  width: 100% !important;

  z-index: 1;

  background-color: #FFFFFF1A;

}



.authslctfrm .select2-container--default .select2-selection--single {

  border: unset;

  border-radius: unset;

  background-color: #8C8C8C1A;

}



.tours-details-tab-section .authslctfrm .select2-container--default .select2-selection--single {

  display: none;

}



.authslctfrm .select2-container .select2-selection--single {

  height: auto !important;

  padding: 14px 20px;

}



.authslctfrm .select2-container--default .select2-selection--single .select2-selection__rendered {

  color: #000E27;

  font-size: 16px;

  font-weight: 500;

  padding: 0 0;

}



.authfrm-login .select2-container--default .select2-selection--single .select2-selection__placeholder {

  color: rgba(0, 14, 39, 0.5);

  font-size: 17px;

  font-weight: 300;

}



.authslctfrm .select2-container--default .select2-selection--single .select2-selection__rendered {

  color: #FFF;

}



.select2-container--default .select2-selection--single .select2-selection__placeholder {

  opacity: 0;

}



.authslctfrm .select2-container--default .select2-selection--single .select2-selection__arrow {

  /* top: 12px; */

  top: 50%;

  right: 18px;

  transform: translateY(-50%);

}



.authslctfrm .select2-container--default .select2-selection--single .select2-selection__arrow b {

  background-image: url('data:image/svg+xml,<svg width="18" height="9" viewBox="0 0 18 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.59 0.75L10.07 7.27C9.3 8.04 8.04 8.04 7.27 7.27L0.75 0.75" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');

  width: 19px;

  height: 10px;

  border-width: unset;

  border-style: unset;

  background-repeat: no-repeat;

}



.select2-results__option--selectable {

  background: #000 !important;

}



.auth-select-date {

  position: relative;

}



.input_group_include span {

  position: absolute;

  right: 14px;

  top: 57%;

}



/* -------------------  TWO DETAILS PRICING PAGE CSS END -------------------- */







/* privacy policy page start */



.privacy-content {

  padding: 65px 0 313px;

}



.orange-h4 {

  font-family: var(--grotesk);

  color: var(--orange);

  font-weight: 600;

  font-size: 26px;

  line-height: 35px;

  text-transform: capitalize;

}



.white-h5 {

  font-family: var(--grotesk);

  font-weight: 700;

  font-size: 24px;

  line-height: 35px;

}



.white-para {

  backdrop-filter: blur(74px);

  background: #FFFFFF1A;

  padding: 20px;

  border-radius: 15px;

  margin-bottom: 24px;

}



.white-para:nth-child(5) {

  margin-bottom: 0;

}



.list-bg-gray {

  list-style: disc;

  padding-left: 24px;

}



.list-bg-gray li {

  font-family: var(--grotesk);

  font-weight: 400;

  font-size: 16px;

  line-height: 35px;

  text-transform: capitalize;

}



.orange-para p {

  margin-bottom: 10px;

  font-family: var(--grotesk);

  font-weight: 400;

  font-size: 16px;

  line-height: 35px;

  text-transform: capitalize;

}



.main-content-para {

  margin-bottom: 40px;

}



.mb-24 {

  margin-bottom: 24px !important;

}



.orange-para p a {

  color: var(--white);

}



.orange-para p a:hover {

  text-decoration: underline;

  color: var(--orange);

  transition: ease-in-out 0.5s;

}





/* privacy policy page end */





/* contact page css start */



.contact-section,

.gallery-section {

  padding: 50px 0 68px;

}



.contact-left-col img {

  width: 100%;

  height: auto;

  max-width: 621px;

}



.contact-right-col .form-control {

  background: #FFFFFF1A;

  border-radius: unset;

  padding: 15px 10px;

  border: unset;

  height: unset;

  color: var(--white);

}



.contact-right-col .form-group {

  margin-bottom: 36px;

}



.contact-right-col .form-group textarea {

  max-height: 107px;

  resize: none;

}



.form-control:focus {

  color: var(--white);

  background-color: transparent;

  border-color: #FDAC8A;

  outline: 0;

  box-shadow: 0 0 0 .2rem rgba(255, 159, 89, 0.25);

}



.contact-right-col .sbt-btn {

  color: var(--white);

  background: var(--orange);

  padding: 18px 31px;

  border-radius: 0;

  font-size: 16px;

  font-family: var(--grotesk);

  font-weight: 400;

}





/* contact page css end */





.gallery {

  display: flex;

  flex-direction: column;

  gap: 30px;

}



/* COMMON */

.gallery .row {

  display: grid;

  gap: 30px;

}



.gallery .row img {

  height: 100%;

  object-fit: cover;

  display: block;

}



/* ---------------- ROW STRUCTURES ---------------- */



/* ROW 1 → 308 | 420 | 308 */

.r1 {

  width: 100%;

  grid-template-columns: 1fr 1fr 1fr;

}



/* ROW 2 → 645 | 645 */

.r2 {

  grid-template-columns: 1fr 1fr;

}



/* ROW 3 → 308 | 420 | 308 */

.r3 {

  grid-template-columns: 1fr 1fr 2fr;

}



/* ROW 4 → 308 | 308 | 308 | 308 */

.r4 {

  grid-template-columns: 1fr 1fr 1fr 1fr;

}



/* ---------------- RESPONSIVE ---------------- */

@media (max-width: 1400px) {

  .gallery .row {

    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;

  }

}