@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

.footer-a {
  font-size: 16px;
  padding: 20px 0;
  color: #333740;
}

.padding-top-120 {
  padding-top: 120px;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

.text-warning {
  color: #FCDB97 !important;
}

.story {
  font-size: 16px !important;
  line-height: 30px;
}

.search-input-wrapper {
  position: relative;
  top: -40px;
}

.search-field {
  box-shadow: 2px 7px 13px 0px #00000012;
  height: 80px;
  gap: 8px;
  border-radius: 12px;
  padding: 10px 20px;
  background-color: #fff;
  border: none;
}

.search-input-wrapper input {
  padding-left: 2.5rem;
}

.search-input-wrapper .fa-search {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #010101;
}

.btn-outline-info {
  color: #BB8923;
  background-color: transparent !important;
  border: 2px solid #BB8923 !important;
  padding: 10px 20px;
  border-radius: 8px;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #BB8923 !important;
  border-color: #BB8923;
  transition: all 0.3s ease-in-out;
}

.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 137, 35, 0.25);
}


.btn-down {
  background-color: transparent;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 5px;
  border: 1px solid #fff;
  margin-top: 25px;
  position: relative;
  display: inline-block;
}

.hero-content p:first-child {
  /* styles for the first <p> inside .hero-content */
  color: #f90;
  margin-bottom: 10px;
}

.post-content p {
  font-size: 16px;
  line-height: 30px;
  color: #0D0D0D;
  margin: 20px 0;
}


/* courses page */
.catering-courses {
  padding: 10px 0;
}

.catering-img img {
  width: 100%;
  height: 400px;
  border-radius: 15px;
  object-fit: cover;
}

.catering-courses p {
  font-size: 16px;
  line-height: 32px;
  color: #010101;
  margin: 20px 0;
}

.catering-courses h5 {
  font-size: 22px;
  line-height: 40px;
  color: #010101;
  font-weight: 600;
}

.catering-courses ul li {
  font-size: 16px;
  line-height: 28px;
  color: #010101;
  margin-bottom: 10px;
}

.catering-courses .table {
  color: #BB8923;
  margin-right: 10px;
}

/* courses page ends here */


/* travel packages */
.travel .section-title {
  font-size: 32px;
  font-weight: 400;
  color: #FCDB97;
  text-align: center;
  font-family: Pacifico;
  line-height: 32px;
  margin-bottom: 10px;
  padding: 0 20px;
}

.main-title {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  font-family: Space Grotesk;
  line-height: 40px;
  color: #07182B;
  margin-bottom: 20px;
}

.description {
  max-width: 500px;
  margin: 0 auto 30px;
  color: #614C48;
  text-align: center;
  font-family: Work Sans;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

.abt p {
  font-size: 20px;
  line-height: 32px;
  color: #333740;

}

.scroll-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
}

.destination-card {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: 360px;
  margin: 0 5px;
}

.destination-card img {
  width: 100%;
  height: 490px;
  object-fit: cover;
}

.destination-overlay {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.explore-btn {
  background-color: #F9B72F;
  border: none;
  padding: 16px;
  border-radius: 8px;
  margin-top: 30px;
  font-weight: 600;
}

.explore-btn:hover {
  background-color: #2C100B;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

/* Hide scrollbar but allow scroll */
.scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.scroll-wrapper {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Firefox */
}

/* About us page */
.about-content {
  margin: 70px 0;
}

.about-header {
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0%;
  margin: 10px 0;
}

.about-p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.about-img img {
  width: 400px;
  object-fit: fill;
}

.border-start {
  border-color: #FCDB97 !important;
  border-left-width: 5px !important;
}

.icon svg {
  width: 70px;
  height: 70px;
  stroke: #FCDB97;
}

.overlay {
  position: absolute;
  bottom: 30px;
  left: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  color: white;
  width: 80%;
  padding: 1rem;
  border-radius: 8px;
}

.overlay h6 {
  font-size: 1.2rem;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.overlay p {
  font-size: 20px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: #fff;
}

.page-heading h5 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  margin-bottom: 20px;
}

.page-heading p {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  margin-bottom: 20px;
  max-width: 800px;
  margin: 0 auto;
}

/* form ends here */
.wizard-step {
  display: none;
}

.wizard-step.active {
  display: block;
}

.toast-container {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1055;
}

.preview-area pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

@media (max-width: 768px) {
  .form-label {
    font-size: 0.95rem;
  }

  .form-control,
  .form-check-input {
    font-size: 0.95rem;
  }

  .btn {
    width: 100%;
    margin-top: 0.5rem;
  }

  .btn+.btn {
    margin-left: 0;
  }
}

















@media (min-width: 540px) and (max-width: 1024px) {
  .destination-card {
    width: 350px;
    margin: 0 5px;
  }

  .explore-btn {
    padding: 12px;
    border-radius: 8px;
    margin-top: 30px;
  }

  .scroll-wrapper {
    display: block;
  }

  .about-wrapper-2 .about-image img {
    width: auto;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
  }

  .about-content {
    margin: 30px 0;
  }

  .about-img img {
    width: 350px;
  }

  .d-gal-none {
    display: block !important;
  }

  .d-gal-block {
    display: none !important;
  }

  .course-description {
    padding: 20px 20px 50px 20px !important;
  }

  .course-description span {
    font-size: 16px !important;
  }

  .course-description h4 {
    font-size: 32px !important;
  }

  .course-description p {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .refund-list li {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .course-description .btn {
    font-size: 14px !important;
    padding: 10px !important;
  }

  .hero-image {
    background-image: url(../img/hero-mobile.jpg) !important;
  }
}



@media (min-width: 300px) and (max-width: 480px) {
  .destination-card {
    width: 300px;
    margin: 0 5px;
  }

  .explore-btn {
    padding: 12px;
    border-radius: 8px;
    margin-top: 30px;
  }

  .main-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }

  .description {
    max-width: 340px;
    margin: 0 auto 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .abt p {
    font-size: 17px;
    line-height: 27px;
    padding: 15px 3px;
  }

  .course-description {
    padding: 50px 20px 50px 20px !important;
  }

  .course-description span {
    font-size: 16px !important;
  }

  .course-description h4 {
    font-size: 32px !important;
  }

  .course-description p {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .refund-list li {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .course-description .btn {
    font-size: 14px !important;
    padding: 10px !important;
  }

  .scroll-wrapper {
    display: block;
  }

  .testimonial-wrapper .array-button::before {
    width: 0px;
  }

  .testimonial-wrapper .array-button {
    gap: 130px;
  }

  .testimonial-wrapper .array-button .array-prevs,
  .testimonial-wrapper .array-button .array-nexts {
    width: 50px;
  }

  .hero-image {
    background-image: url(../img/hero-mobile.jpg) !important;
  }

  .act {
    display: none;
  }

  .page-heading h5 {
    font-size: 32px !important;
    line-height: 20px !important;
  }

  .page-heading p {
    font-size: 18px !important;
    line-height: 23px !important;
  }

  .about-wrapper-2 .about-image img {
    width: auto;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
  }

  .about-content {
    margin: 50px 0;
  }

  .about-p {
    font-size: 16px;
  }

  .about-header {
    font-size: 30px;
  }

  .about-img img {
    width: 350px;
  }

  .destination-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

}
























.offer-content h3 {
  font-family: Space Grotesk;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -2%;
  text-align: center;
}

.offer-content h2 {
  font-family: "Pacifico", cursive;
  font-weight: 600;
  font-size: 50px;
  line-height: 40px;
  letter-spacing: -2%;
  text-align: center;
}

.carousel-indicators [data-bs-target] {
  background-color: #2C100B !important;
  border-radius: 50% !important;
  border-top: none !important;
  background-clip: unset !important;
  width: 10px !important;
  height: 0px;
}

.caro-img img {
  height: 450px;
  width: 600px;
  object-fit: cover;
}

.divider {
  width: 158px;
  height: 2px;
  background-color: #2C100B;
  margin: 10px 0;
}

@media (min-width: 768px) and (max-width: 834px) {
  .offer-content h2 {
    font-size: 35px;
    padding: 5px 10px;
  }

  .offer-content h3 {
    font-size: 25px;
    width: auto;
  }
}

@media (max-width: 480px) {
  .offer-content h2 {
    font-size: 35px;
    width: auto;
    padding: 5px 15px;
  }

  .offer-content h3 {
    font-size: 25px;
    width: auto;
  }

  .why-icon {
    width: 80px;
  }

  .how-to-book p {
    font-size: 16px;
    padding: 5px 10px;
  }

  .d-gal-none {
    display: none;
  }

  .d-gal-block {
    display: block !important;
  }

  .caro-img img {
    height: 300px;
    width: 430px;
    object-fit: cover;
  }
}

/* how to book */
.bg-grey {
  background-color: #f9f9f8;
}

.how-to-book p {
  font-size: 18px;
  line-height: 32px;
  color: #333740;
}


.course-description {
  padding: 250px 90px 0 90px;
}

.course-description span {
  font-size: 20px;
  line-height: 32px;
  color: #210C08;
  font-family: pacifico;
  font-weight: 400;
}

.course-description h4 {
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
}

.course-description p {
  font-size: 20px;
  line-height: 32px;
  color: #210C08;
  font-family: Work Sans;
  font-weight: 400;
}

.course-description .btn {
  font-size: 16px;
  line-height: 32px;
  background-color: #BB8923;
  font-family: Work Sans;
  font-weight: 600;
  color: #fff;
  padding: 14px;
  border-radius: 8px;
}

.course-description .btn:hover {
  background-color: #2C100B;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.payment-item,
.refund-list li {
  color: #0D0D0D;
  font-size: 18px;
}

.refund-list li {
  margin-bottom: 5px;
}

.text-muted-custom {
  color: #0D0D0D;
}

@media (min-width: 768px) and (max-width: 834px) {
  .how-to-book p {
    font-size: 16px;
    padding: 5px 10px;
  }

  .d-gal-none {
    display: none;
  }

  .d-gal-block {
    display: block;
  }
}







/* experience */
.scroll-container {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 2rem;
}

.scroll-row {
  display: inline-flex;
  gap: 1rem;
  animation-timing-function: linear;
  will-change: transform;
}

.scroll-right {
  animation: scrollRight 30s linear infinite;
}

.scroll-left {
  animation: scrollLeft 30s linear infinite;
}

.scroll-row:hover {
  animation-play-state: paused;
}

@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.img-wrapper {
  position: relative;
  display: inline-block;
  width: auto;
  height: 300px;
  flex-shrink: 0;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.img-wrapper:hover .img-overlay {
  opacity: 1;
}

.img-overlay img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

@media (min-width: 768px) and (max-width: 834px) {
  .img-wrapper {
    width: auto;
    height: 200px;
  }

  .img-overlay img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
}

@media (max-width: 480px) {
  .img-wrapper {
    width: auto;
    height: 160px;
  }
}

.img-overlay img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* cta */
.cta {
  padding: 80px 0;
}

.cta h3 {
  font-size: 44px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 120%;
  color: #0a1f24
}

.cta p {
  font-size: 18px;
  line-height: 30px;
  color: #484848;
}

.cta .btn {
  margin-top: 20px;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #BB8923;
  border-radius: 8px;
  display: inline-block !important;
}

.cta .btn:hover {
  background-color: #2C100B;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 540px) and (max-width: 1024px) {
  .cta h3 {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 120%;
    color: #484848;
  }

  .cta p {
    font-size: 18px;
    line-height: 24px;
    color: #484848;
  }

  .header-1 .theme-btn {
    display: none !important;
  }

  .header-main {
    justify-content: space-between;
    padding: 15px 10px;
  }

  .d-gal-none {
    display: none;
  }

  .d-gal-block {
    display: block;
  }

  .mean-container .mean-nav ul li {
    margin: 10px 0;
  }

  .mean-container .mean-nav ul li a {
    padding: 14px 5px;
    font-size: 20px !important;
    line-height: 1.5;
    font-weight: 500;
  }
}

@media (min-width: 300px) and (max-width: 834px) {
  .cta h3 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 120%;
    color: #484848;
  }

  .cta p {
    font-size: 16px;
    line-height: 24px;
    color: #484848;
  }

  .cta .btn {
    margin-top: 20px;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 8px;
    display: inline-block !important;
  }

  .padding-bottom-120 {
    padding-bottom: 60px;
  }

  .padding-top-120 {
    padding-top: 60px;
  }

  .header-1 .theme-btn {
    display: none !important;
  }

  .header-main {
    justify-content: space-between;
    padding: 15px 10px;
  }

  .d-gal-none {
    display: none;
  }

  .d-gal-block {
    display: block;
  }

  .mean-container .mean-nav ul li {
    margin: 10px 0;
  }

  .mean-container .mean-nav ul li a {
    padding: 12px 5px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
  }

  .hero-3 .hero-content {
    margin-top: 50px;
  }

  .contact-us-main {
    padding: 10px 5px;
  }

  .contact-us-main .contact-box-items {
    padding: 5px;
  }

  .contact-us-main .contact-box-items .content p {
    font-size: 16px;
  }

  .section-title .sub-title {
    font-size: 16px;
  }

  .news-details-area .blog-post-details .single-blog-post .post-featured-thumb {
    height: auto;
  }

  .news-details-area .blog-post-details .single-blog-post .post-featured-thumb img {
    height: 200px;
    object-fit: cover;
    width: 100%;
  }

  .single-blog-post .justify-content-between {
    flex-direction: column;
  }

  .catering-img img {
    height: 300px;
  }

  .blog-post-details h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}