@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
    url('../fonts/Poppins-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
    url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
    url('../fonts/Poppins-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'),
    url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.woff2') format('woff2'),
    url('../fonts/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}




/*--------------------------/*
Tempale name : enter your project name here ..

/*--------------------------/*

[Table of contents]
[Color codes]
Background: #ffffff
Body Color :#666;
[Typography]
Body:       14px/24px 'Jost', sans-serif;
Heading:    Jost, sans-serif;
Input, textarea: 14px/24px 'Jost', sans-serif;

1 COMPONENT STYLES
2 owlCarousel css 

/*-------------------------*/
/*==========================================================================
  1.0 COMPONENT STYLES
============================================================================ */

body {
  font-family: 'Poppins';
  font-size: 15px;
  line-height: 21px;
  color: #666;
  overflow-x: hidden;
  text-transform: normal;
}

.container-flude {
  padding: 0px 15px;
}

label {
  font-weight: 600;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #0a0a0a;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1.428;
  font-weight: 500;
  color: #000;
  margin: 0;
  padding: 0;
}

:root {
  --primary-color: #fbaf17 !important;
  --secondary-color: #fff;
}

.navbar-toggler-icon {
  background-image: url(../images/menu-icon.svg);
}

.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 38px;
  height: 38px;
  background-color: var(--primary-color);
  border: none;

  span {
    background-size: 28px;
  }
}

.navbar-toggler:focus {
  box-shadow: none;
}

header {
  transition: all 0.2s linear;
}

.logo-img {
  max-width: 250px;
}

.sub-heading {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #fff;
}

.thm-heading {
  h6 {
    font-size: 48px;
    font-weight: 700;
    line-height: 75px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 14px;

  }
  
  h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 24px;
    color: #333333;
    margin-bottom: 14px;
  }

  h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 24px;
    color: #333333;
    margin-bottom: 14px;
  }

  h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
  }

  p {
    font-size: 15px;
    font-weight: 350;
    line-height: 23px;
    text-transform: none;

  }
}

.form-items {

  input,
  select,
  .form-control,
  .thm-dropdown {
    color-scheme: dark;
    background: #FFFFFF24;
    border: 1px solid #AABCC1;
    border-radius: 8px;
    height: 48px;
    padding-left: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
  }

  textarea {
    background: #FFFFFF24;
    border: 1px solid #AABCC1;
    border-radius: 8px;
    height: 68px;
    padding-left: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
  }

  input::placeholder {
    color: #fff;
  }

  textarea::placeholder {
    color: #fff;
  }

  input:focus {
    background: #ffffff17;
    box-shadow: none !important;
  }
}

.form-items label {
  color: #fff;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-items-input {
  position: relative;
  margin-bottom: 20px;

  .form-items-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    padding: 0px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dropdown-menu {
    width: 100%;
    background: #1b1b1bfa;
    border: 1px solid #AABCC1;
    border-radius: 8px;

    .dropdown-item {
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      line-height: 23px;
      text-align: left;
      padding: 10px;
    }

    .dropdown-item:hover {
      background: #131212fa;
    }
  }
}

.heading-bg {
  background: #354433;
  padding: 2px 6px;
}

.thm-dropdown::after {
  border: none;
  width: 18px;
  height: 18px;
  background-image: url(../images/droparrow-icon.svg);
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
}

.header-search-bar {
  position: relative;

  button {
    position: absolute;
    top: 3px;
    left: 3px;
    right: auto;
    bottom: 3px;
    background-color: var(--primary-color);
    height: 34px;
    width: 34px;
    padding: 0px;
    border-radius: 100%;
  }

  input {

    border-radius: 30px;
    padding: 10px;
    padding-left: 45px;
    height: 40px;
    font-size: 14px;
    color: #9999;
    border: none;
    background-color: #F0F0F0;
  }

  input:focus {
    background-color: #F0F0F0;
    box-shadow: none;
  }

  input::placeholder {
    color: #999999;

  }
}

.header-ser {
  padding: 10px 0px;

  .navbar-nav {
    gap: 14px;

    .nav-link {
      color: #05073C;
      font-size: 16px;
      font-weight: 450;
      padding: 4px 16px;
      position: relative;
    }

    .nav-link:hover {
      color: var(--primary-color);
    }

    .nav-link::before {
      content: '';
      width: 6px;
      height: 6px;
      display: block;
      position: absolute;
      border-radius: 100%;
      top: 11px;
      left: -5px;
      background-color: transparent;
    }

    .nav-item.active .nav-link {
      color: var(--primary-color);
    }

    .nav-item.active .nav-link::before {
      background-color: var(--primary-color);
    }
  }
}

.banner-btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.thm-btn {
  background-color: var(--primary-color);
  padding: 12px 30px;
  border-radius: 30px;
}

.thm-btn:hover {
  background-color: #005c8d;
}

.play-btn {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  justify-content: center;
  position: relative;
  padding: 0px;
  background: #869390BA;

}

.play-btn::before {
  content: '';
  top: -3px;
  left: -3px;
  bottom: -3px;
  right: -3px;
  position: absolute;
  background: #D9D9D947;
  border-radius: 100%;
}

.banner-wrapper {
  margin: 20px 0px;
}

.banner-sec {
  padding: 30px;
  background-image: url(../images/banner-bg.png);

}

/* .animate-heading {
  opacity: 0;
  animation: fadeInDown 2s forwards;
}

@keyframes fadeInDown {
  0% {
     opacity: 0;
     transform: translateY(-50px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
} */

.animated-heading {
  opacity: 0;
  transform: translateY(50px) scale(0.9);
}

@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.9);
  }

  50% {
    opacity: 1;
    transform: translateY(-10px) scale(1.05);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.loaded .animated-heading {
  animation: fadeInSlideUp 1.5s ease-out forwards;
}

.bestplace-wrapper {
  margin: 40px 0px;
}

.header-wrapper {
  border-bottom: 1px solid #EDECEC
}

.banner-forms {
  background: #0000008F;
  border-radius: 30px;
  padding: 16px 20px;

  .thm-heading {
    margin-bottom: 30px;
    text-align: center;

  }
}

.bestplace-sec {
  .thm-heading {
    margin-bottom: 20px;
  }
}

.bestplace-cards {
  position: relative;
}

.bestplace-cards-con p {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 1s ease;
}

.bestplace-cards:hover .bestplace-cards-con p {
  opacity: 1;
  max-height: 200px;
  /* Adjust based on your content height */
}

.bestplace-cards-con {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px;
  margin-bottom: 0px !important;
}

.bestplace-cards {
  margin: 10px;
}

.sec-footer {
  margin-top: 15px;
}

.place-details-cards {
  margin-top: 30px;
}

.place-details-img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.place-details-item {
  overflow: hidden;
}

.place-details-item .place-details-img img {
  transition: transform 0.3s ease;
}

.place-details-item:hover .place-details-img img {
  transform: scale(1.1);
}

.place-details-con {
  padding: 10px 0px;
}

.place-details-top {

  display: flex;
  align-items: center;
  justify-content: space-between;

  h3 {
    color: #333;
    font-weight: 700;
  }
}

.place-details-item {
  margin: 10px;
  border: 1px solid #EFEFEF;
  padding: 14px;
  border-radius: 6px;
}

.rating-sec {
  img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    margin-top: -4px;
  }

  span {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #333;
  }
}

.place-loction {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  span {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #666;
  }
}

.bestCity-wrapper {
  margin: 50px 0px;
}

.bestCity-cards {
  margin-top: 30px;
}

.bestCity-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;

}

.bestCity-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  padding: 10px;
  border-radius: 10px;
}

.bestCity-item:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.055);
}

.bestCity-img {
  border-radius: 6px;
  overflow: hidden;
  margin-right: 10px;
}

.bestCity-con {
  h3 {
    color: #333;
    margin-bottom: 5px;
  }
}

.bestCity-item {
  border: 1px solid #EFEFEF;
  border-radius: 6px;
  padding: 12px;
  margin: 10px;
}

.client-testimonials-wrapper {
  background: #EFF2EC;
  padding: 40px 0px;
}

.client-testimonials-item {
  background-color: transparent;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 10% 85%;
  padding: 20px;
  gap: 5px;
  align-items: start;
  justify-content: space-between;
}

.client-testimonials-slider {
  margin: 50px 0px;
}

.testimonials-details {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.testimonials-img {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  margin-right: 10px;
  overflow: hidden;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}

.testimonials-con {
  h5 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    text-align: left;
    color: #333;
  }
}

.client-testimonials-con {
  p {
    line-height: 30px;
  }
}

.client-testimonials-slider {
  .owl-item.active.center {
    .client-testimonials-item {
      background-color: #fff;
    }
  }

  .owl-item.cloned {
    .client-testimonials-item {
      background-color: transparent;
    }
  }
}

.ourblog-wrapper {
  margin: 50px 0px;
  overflow: hidden;
}

.ourblog-items-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.ourblog-items-list {
  margin-top: 30px;

  .owl-carousel .owl-stage-outer {
    overflow: visible;
  }

  .owl-stage .owl-item:nth-child(odd) .ourblog-items-img {
    height: 360px;
  }

  .owl-stage .owl-item:nth-child(even) .ourblog-items-img {
    height: 423px;
  }
}

.ourblog-con {
  margin-top: 12px;

  .sub-heading {
    text-transform: uppercase;
    color: #666;
    font-size: 14px;
  }

  h4 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    margin: 5px 0px;
  }

  p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #666;
  }
}

.ourblog-items-sec {
  margin: 10px;
}

.footer-wrapper {
  background: #033d5d;
  padding-top: 60px;
}

.footer-logo {
  margin-bottom: 30px;
  max-width: 300px;
}

.footer-con {
  p {
    line-height: 28px;
  }
}

.social-media ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 30px;

  li {
    list-style: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
  }

  li:hover {
    opacity: inherit;
  }
}

.footer-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-con {
  h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    margin-bottom: 30px;
    color: #fff;
  }

  li {
    list-style: none;
    padding: 4px 0px;
    margin: 2px 0px;
  }
}

.footer-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.13px;
  text-align: left;
  color: #fff;

}

.footer-link:hover {
  color: var(--primary-color);
}

.copyright-sec {
  padding: 24px 0px;
  margin-top: 20px;
  border-top: 1px solid #FFFFFF26;

  p {
    color: #fff;
    font-size: 14.53px;
    font-weight: 400;
    line-height: 28.13px;
    text-align: left;

  }
}

.gototop-btn {
  position: fixed;
  bottom: 8%;
  right: 14%;
  width: 60px;
  height: 60px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  padding: 0;
  z-index: 999;
  display: none;
}

.show {
  display: flex;
}

.ourblog-items-sec {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.ourblog-items-sec:hover {
  top: -2px;
  transform: scale(1.02);
}

.banner-slider-text {
    text-align: center;
    padding: 60px;
}
.banner-slider-text h1 {
    font-size: 42px;
    line-height: 69px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 700;
}
.banner-slider-text p.text-white {
    padding: 0 90px;
    line-height: 30px;
}
.banner-slider-text .banner-btn {
    justify-content: center;
    margin-top: 20px;
}
.place-details-sec .thm-heading.text-center p {
    padding: 0 100px;
}
.place-details-con.thm-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tour_left_title {
    width: calc(100% - 120px);
}
.place-details-top h3 {
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.place-details-con.thm-heading .btn.thm-btn {
    padding: 10px;
    font-size: 13px;
    color: #fff;
    text-transform: normal;
    font-weight: 600;
}
.service_disclamer {
    padding: 20px 115px 30px;
    text-align: center;
}
.service_disclamer p {
    line-height: 26px;
	font-family: 'Poppins';
	font-size: 16px;
	text-transform: none;
}
section.booking_section {
    padding: 40px 0 10px;
}
.booking_tours_img img {
    border-radius: 30px;
    width: 100%;
    height: 910px;
}
.faq_items {
	font-size: 16px;
	text-align: center;
    color: #333333;
    margin: 8px 8px 8px 8px;
}
.faq_items span {
	font-size: 14px;
	text-align: center;
    line-height: 22px;
    color: #333333;
}
.service_contact {
  font-family: 'Poppins', sans-serif;
  color: #333333;
  line-height: 1.6;
  padding: 20px;
  text-align: center;
}
.service_contact h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333333;  
}
.service_contact h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.service_contact .subheading {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
}
.service_contact .subheadingh3 {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
}
.service_contact p {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}
.service_contact a {
  color: #fbaf17;
  text-decoration: none;
  transition: all 0.3s ease;
}
.service_contact a:hover {
  color: #005c8d;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .service_contact h2 {
    font-size: 22px;
  }
  
  .service_contact h3 {
    font-size: 18px;
  }  

  .service_contact .subheading {
    font-size: 16px;
  }

  .service_contact p {
    font-size: 14px;
  }
}