:root {
  --swiper-theme-color: #FF6F61;
}

body {
  background: #FAFBFC;
  font-family: "Raleway", sans-serif;
}

.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

.accordion-button:focus {
  box-shadow: none;
}

::selection {
  color: #fff;
  background-color: #FF6F61;
}

::-moz-selection {
  color: #fff;
  background-color: #FF6F61;
}

@media (min-width: 992px) { /* lg breakpoint */
  .custom-sticky {
    position: sticky;
    top: 10px; /* Adjust as needed */
    z-index: 1020; /* Ensure it's above other content */
  }
}
.form-check-input:checked {
  background-color: #0F0606;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", serif;
}

.swiper.mySwiper {
  border-radius: 12px;
}
.swiper.mySwiper .swiper-wrapper {
  border-radius: 12px;
}
.swiper.mySwiper .swiper-slide {
  border-radius: 12px;
}

nav.navbar {
  background: rgba(255, 255, 255, 0.5);
}
nav.navbar img {
  width: 100px;
}
nav.navbar a svg {
  fill: #0F0606;
  width: 24px;
  transition: 0.3s ease;
}
nav.navbar a:hover svg {
  fill: #FF6F61;
}
nav.navbar li.nav-item a.nav-link {
  color: #0F0606;
  font-weight: 600;
  transition: 0.3s ease;
}
nav.navbar li.nav-item a.nav-link:hover {
  color: #FF6F61;
}

.homepage-landing {
  overflow: hidden;
}
.homepage-landing .social-icon svg {
  fill: #0F0606;
  height: 42px;
  transition: transform 0.2s;
}
.homepage-landing .social-icon:hover svg {
  transform: scale(1.1);
}
.homepage-landing .social-links {
  margin-top: 20px;
}
.homepage-landing .swiper {
  width: 600px;
  height: 250px;
  max-width: 70%;
  max-height: 90vh;
}
.homepage-landing .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-size: cover;
  background-position: center;
}
.homepage-landing .swiper .swiper-slide:nth-child(1n) {
  background-image: url("https://img.freepik.com/free-photo/landscape-tropical-vacation-palm-summer_1203-5352.jpg");
}
.homepage-landing .swiper .swiper-slide:nth-child(2n) {
  background-image: url("https://img.freepik.com/free-photo/aerial-view-beautiful-sky-road-top-mountains-with-green-jungle-nan-province-thailand_335224-1063.jpg");
}
.homepage-landing .swiper .swiper-slide:nth-child(3n) {
  background-image: url("https://img.freepik.com/free-photo/closeup-shot-petra-uum-jordan-daytime_181624-10976.jpg");
}
.homepage-landing .swiper .swiper-slide:nth-child(4n) {
  background-image: url("https://img.freepik.com/free-photo/alicante-with-docked-yachts-from-castle-spain_1398-4591.jpg");
}
.homepage-landing .swiper .swiper-slide:nth-child(5n) {
  background-image: url("https://img.freepik.com/free-photo/beautiful-aerial-shot-florence-italy-architecture-evening_181624-2203.jpg");
}
.homepage-landing .swiper .swiper-slide:nth-child(6n) {
  background-image: url("https://img.freepik.com/free-photo/skaftafell-glacier-vatnajokull-national-park-iceland_335224-569.jpg");
}
.homepage-landing .swiper .swiper-slide:nth-child(7n) {
  background-image: url("https://img.freepik.com/free-photo/landscape-tropical-vacation-palm-summer_1203-5352.jpg");
}
.homepage-landing .swiper .swiper-slide:nth-child(8n) {
  background-image: url("https://img.freepik.com/free-photo/closeup-shot-petra-uum-jordan-daytime_181624-10976.jpg");
}
.homepage-landing .swiper .swiper-slide:nth-child(9n) {
  background-image: url("https://img.freepik.com/free-photo/aerial-view-beautiful-sky-road-top-mountains-with-green-jungle-nan-province-thailand_335224-1063.jpg");
}
.homepage-landing .swiper .swiper-slide:nth-child(10n) {
  background-image: url("https://img.freepik.com/free-photo/alicante-with-docked-yachts-from-castle-spain_1398-4591.jpg");
}
.homepage-landing .homepage-land__left-text h1 {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 0 0 25px rgba(15, 6, 6, 0.2);
}

.reviews-wrapper {
  background: rgb(229.4, 253.72, 213.08);
}
.reviews-wrapper .reviews-list__item {
  background: #FAFBFC;
  border-radius: 56% 69% 62% 10%/66% 61% 38% 48%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Soft shadow */
}

.destination-wrapper {
  background: url("../img/pattern3.svg") center/cover;
}
.destination-wrapper.big-wrapper {
  background-size: 2000px;
}
.destination-wrapper svg#left,
.destination-wrapper svg#right {
  width: 30px;
}
.destination-wrapper .overlay {
  background: linear-gradient(180deg, #fafbfc -8%, rgba(250, 251, 252, 0) 50%, #fafbfc 102%);
  z-index: 1;
}
.destination-wrapper .container-xl {
  position: relative;
  z-index: 10;
}

.destination-list .destination {
  background-color: white;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 12px;
  box-shadow: rgba(15, 6, 6, 0.3) 0px 1px 2px 0px, rgba(15, 6, 6, 0.15) 0px 2px 6px 2px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
}
.destination-list .destination a {
  color: #0F0606;
}
.destination-list .destination:hover {
  box-shadow: rgba(15, 6, 6, 0.05) 0px 0px 0px 1px;
}
.destination-list .destination:hover .destination-info {
  background-color: transparent;
  position: relative;
}
.destination-list .destination:hover .destination-info__hover {
  opacity: 1;
}
.destination-list .destination:hover .destination-img__hover {
  height: 100%;
  opacity: 0.3;
}
.destination-list .destination-country {
  font-size: 14px;
  font-weight: 600;
  color: rgb(255, 41.2784810127, 20.5);
}
.destination-list .destination-svg {
  width: 15px;
  vertical-align: middle;
  fill: #FF6F61;
}
.destination-list .destination-price {
  font-size: 14px;
  color: #FF6F61;
  vertical-align: middle;
  margin-left: 5px;
}
.destination-list .destination-img {
  width: 100%;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  visibility: hidden;
}
.destination-list .destination-info__hover {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 16px;
  opacity: 0;
  z-index: 10;
}
.destination-list .destination-img__hover {
  width: 100%;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: absolute;
  top: 0;
  transition: 0.2s all ease-out;
}
.destination-list .destination-info {
  background: white;
  padding: 16px 24px 24px 24px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  z-index: 2;
}
.destination-list .destination-date {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #868686;
}
.destination-list .destination-title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: "Roboto Slab", serif;
}

.blog-wrapper a.all-blogs:hover {
  box-shadow: rgba(15, 6, 6, 0.3) 0px 1px 2px 0px, rgba(15, 6, 6, 0.15) 0px 2px 6px 2px;
}
.blog-wrapper .blog-header {
  border-radius: 12px;
  box-shadow: rgba(87.8571428571, 35.1428571429, 35.1428571429, 0.25) 0px 6px 12px -2px, rgba(15, 6, 6, 0.3) 0px 3px 7px -3px;
}
.blog-wrapper .blog {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: rgba(87.8571428571, 35.1428571429, 35.1428571429, 0.25) 0px 6px 12px -2px, rgba(15, 6, 6, 0.3) 0px 3px 7px -3px;
  transition: all 0.25s ease-in;
  border-bottom: 5px solid transparent;
}
.blog-wrapper .blog:hover {
  transform: translateY(-5px);
  border: none;
  border-bottom: 5px solid #FF6F61;
}
.blog-wrapper .blog-country {
  font-weight: 400;
  letter-spacing: 1.5px;
}
.blog-wrapper .blog-title {
  color: #0F0606;
  line-height: 1.25;
}
.blog-wrapper .blog-link {
  font-weight: 600;
  letter-spacing: 1.5px;
  transition: 0.25s ease-in;
}
.blog-wrapper .blog-link:hover {
  transition: 0.25s ease-in;
}

.blog-detail .blog-author {
  background: #FF6F61;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.blog-detail .blog-author img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.blog-detail .blog-author h3 {
  letter-spacing: 1px;
  line-height: 1;
}
.blog-detail .blog-author h3 span {
  letter-spacing: 2px;
  line-height: 1;
}
.blog-detail .blog-author p {
  color: white;
}
.blog-detail .blog-author a {
  color: white;
  transition: all 0.2s linear;
}
.blog-detail .blog-author a:hover {
  color: #FAFBFC;
  letter-spacing: 2px;
}
.blog-detail .blog-author a:hover svg {
  rotate: 10deg;
  scale: 1.1;
}
.blog-detail .blog-author a svg {
  width: 28px;
  fill: white;
  transition: all 0.2s linear;
}
.blog-detail .blog-author a span {
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.blog-detail .destination-widget {
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.blog-detail .destination-widget:hover {
  box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 5px;
}
.blog-detail .destination-widget:hover .overlay {
  background: rgba(175, 251, 124, 0.9);
}
.blog-detail .destination-widget .overlay {
  border-radius: 11px;
  background: rgba(175, 251, 124, 0.8);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: 0.2s ease-in-out;
}
.blog-detail .destination-widget .text {
  position: relative;
  z-index: 10;
}
.blog-detail .blog-content img {
  width: auto;
  max-width: 100%;
  max-height: 550px;
  text-align: center;
}
.blog-detail .blog-content .gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-detail .blog-content a .blog-stories {
  color: #0F0606;
}
.blog-detail .blog-content a .blog-stories img {
  width: 60px;
  height: 60px;
  border: 2px solid rgba(15, 6, 6, 0.5);
  border-radius: 50%;
  transition: 0.2s ease-in-out;
}
.blog-detail .blog-content a .blog-stories:hover img {
  opacity: 0.7;
}
.blog-detail .blog-others__item::after {
  content: "";
  height: 1px;
  width: 90%;
  position: absolute;
  bottom: -7px;
  left: 5%;
  background: rgba(255, 111, 97, 0.2);
}
.blog-detail .blog-others__item:last-of-type::after {
  content: unset;
}
.blog-detail .blog-others__item:hover h4 {
  color: #FF6F61;
}
.blog-detail .blog-others__item:hover img {
  filter: grayscale(100%);
}
.blog-detail .blog-others img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}

.about img {
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.about .about-widget {
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.about .about-widget:hover {
  box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 5px;
}
.about .about-widget:hover .overlay {
  background: rgba(175, 251, 124, 0.9);
}
.about .about-widget .overlay {
  border-radius: 11px;
  background: rgba(175, 251, 124, 0.8);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: 0.2s ease-in-out;
}
.about .about-widget .text {
  position: relative;
  z-index: 10;
}

.photogallery .badge {
  background: rgb(237.25, 240.8, 244.35);
  color: #0F0606;
  transition: 0.2s ease-in-out;
}
.photogallery .badge.active {
  background: #affb7C;
  color: #0F0606;
}
.photogallery .badge.active:hover {
  background: #affb7C;
}
.photogallery .badge:hover {
  background: rgb(229.4, 253.72, 213.08);
  color: #0F0606;
}
.photogallery-list__item {
  cursor: pointer;
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.photogallery-list__item a {
  color: #0F0606;
}
.photogallery-list__item .destination-widget {
  height: 300px;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.photogallery-list__item .destination-widget:hover .overlay {
  background: rgba(175, 251, 124, 0.9);
}
.photogallery-list__item .destination-widget .overlay {
  background: rgba(175, 251, 124, 0.8);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: 0.2s ease-in-out;
}
.photogallery-list__item .destination-widget .text {
  position: relative;
  z-index: 10;
}
.photogallery-list__item.fade-out {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
}
.photogallery-list__item.fade-in {
  opacity: 1;
  display: block;
  transform: scale(1);
  pointer-events: auto;
}
.photogallery-list__item.hidden {
  display: none !important;
}
.photogallery-list__item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
.photogallery-list__item .gallery-overlay {
  opacity: 0;
  transition: 0.4s ease-in-out;
  background: rgba(15, 6, 6, 0.5);
  z-index: 20;
}
.photogallery-list__item svg#plus {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  fill: #FAFBFC;
  opacity: 0;
  height: 60%;
  transition: 0.6s ease-in-out;
}
.photogallery-list__item:hover .gallery-overlay {
  opacity: 1;
}
.photogallery-list__item:hover .gallery-overlay svg#plus {
  opacity: 1;
}

.trip-detail__info {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 111, 97, 0.9);
  border-radius: 12px;
  box-shadow: rgba(87.8571428571, 35.1428571429, 35.1428571429, 0.25) 0px 6px 12px -2px, rgba(15, 6, 6, 0.3) 0px 3px 7px -3px;
}
.trip-detail__about {
  background: rgba(250, 251, 252, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 56% 69% 62% 10%/66% 61% 38% 48%;
  box-shadow: rgba(87.8571428571, 35.1428571429, 35.1428571429, 0.25) 0px 6px 12px -2px, rgba(15, 6, 6, 0.3) 0px 3px 7px -3px;
}
.trip-detail .info-text {
  min-width: 90%;
}

.trip-detail-bg {
  background: url("https://img.freepik.com/free-photo/landscape-tropical-vacation-palm-summer_1203-5352.jpg?t=st=1727212941~exp=1727216541~hmac=af1075c8be52c0d58fe4ebd93a7f0fa5e7d675603e8d7e625c453533c4322d71&w=1380");
  background-size: cover;
}
.trip-detail-bg .overlay {
  z-index: 1;
  background: rgba(250, 251, 252, 0);
}
.trip-detail-bg .container-xl {
  z-index: 10;
  position: relative;
}
.trip-detail .trip-header {
  min-height: 350px;
}
.trip-detail .trip-header__info {
  box-shadow: rgba(87.8571428571, 35.1428571429, 35.1428571429, 0.25) 0px 6px 12px -2px, rgba(15, 6, 6, 0.3) 0px 3px 7px -3px;
  background: #FF6F61;
  overflow: hidden;
  color: #FAFBFC;
  border-radius: 12px;
  position: absolute;
  left: 0;
  bottom: -80px;
}
.trip-detail .trip-header__info .border-line {
  position: relative;
}
.trip-detail .trip-header__info .border-line .badge {
  font-size: 15px;
}
.trip-detail .trip-header__info .border-line::after {
  content: "";
  height: 90%;
  width: 5px;
  background: #FAFBFC;
  position: absolute;
  right: 0;
  top: 5%;
}
.trip-detail .trip-content {
  box-shadow: rgba(87.8571428571, 35.1428571429, 35.1428571429, 0.25) 0px 6px 12px -2px, rgba(15, 6, 6, 0.3) 0px 3px 7px -3px;
  border-radius: 12px;
}
.trip-detail .trip-content .trip-map iframe {
  min-height: 400px;
}
.trip-detail .trip-content .itinerar-header {
  background-color: white;
  color: #FF6F61;
  border-top: 1px solid #dee2e6;
  border-top-right-radius: 12px !important;
  border-top-left-radius: 12px !important;
}
.trip-detail .trip-content .accordion {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-radius: 12px;
}
.trip-detail .trip-content .accordion-item:last-of-type {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.trip-detail .trip-content .accordion-item:last-of-type button {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}
.trip-detail .trip-content .accordion-button:not(.collapsed) {
  color: #0F0606;
}
.trip-detail .trip-content iframe {
  border-radius: 12px;
}
.trip-detail .price-package {
  color: #0F0606;
  border-radius: 12px;
}
.trip-detail .price-package svg {
  width: 18px;
  margin-right: 2px;
  position: relative;
  bottom: 2px;
}
.trip-detail .price-package.included svg {
  fill: #0F0606;
}
.trip-detail .price-package.notincluded svg {
  fill: #0F0606;
  width: 22px;
  margin-right: 1px;
}
.trip-detail .footer-wrapper {
  background: url("../img/pattern3.svg");
  background-size: cover;
  background-position: center;
}
.trip-detail .footer-wrapper .overlay {
  background: #FAFBFC;
  background: linear-gradient(180deg, #fafbfc -8%, rgba(250, 251, 252, 0.5) 50%, #fafbfc 102%);
  z-index: 1;
}
.trip-detail .footer-wrapper .container-xl {
  z-index: 5;
  position: relative;
}
.trip-detail .trip-form {
  background: #FF6F61;
  border-radius: 56% 69% 62% 10%/66% 61% 38% 48%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Soft shadow */
}

#formular .destination-widget {
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
#formular .destination-widget:hover {
  box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 5px;
}
#formular .destination-widget:hover .overlay {
  background: rgba(175, 251, 124, 0.9);
}
#formular .destination-widget .overlay {
  border-radius: 11px;
  /* From https://css.glass */
  background: rgba(175, 251, 124, 0.8);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: 0.2s ease-in-out;
}
#formular .destination-widget .text {
  position: relative;
  z-index: 10;
}

.about a .blog-stories {
  color: #0F0606;
}
.about a .blog-stories img {
  width: 50px;
  height: 50px;
  border: 2px solid rgba(15, 6, 6, 0.5);
  border-radius: 50%;
  transition: 0.2s ease-in-out;
}
.about a .blog-stories:hover img {
  opacity: 0.7;
}

.footer-bs {
  background-color: #0F0606;
  padding: 40px;
  color: #FAFBFC;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 6px;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns {
  padding: 10px 25px;
}
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns {
  border-color: transparent;
}
.footer-bs svg {
  width: 18px;
  fill: #0F0606;
}

.footer-bs .footer-brand img {
  width: 80px;
  margin: 0 0 20px;
}
.footer-bs .footer-brand p {
  font-size: 12px;
}
.footer-bs .footer-nav ul.pages {
  list-style: none;
  padding: 0;
}
.footer-bs .footer-nav ul.pages li {
  padding: 5px 0;
}
.footer-bs .footer-nav ul.pages li a {
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
}
.footer-bs .footer-nav ul.pages li a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.footer-bs .footer-nav h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
  color: #affb7C;
}
.footer-bs .footer-nav ul.list {
  list-style: none;
  padding: 0;
}
.footer-bs .footer-nav ul.list li {
  padding: 5px 0;
}
.footer-bs .footer-nav ul.list li a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-bs .footer-nav ul.list li a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.footer-bs .footer-social ul {
  list-style: none;
  padding: 0;
}
.footer-bs .footer-social ul li {
  padding: 5px 4px;
}
.footer-bs .footer-social h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #affb7C;
}
.footer-bs .footer-social a {
  color: rgb(255, 255, 255);
}
.footer-bs .footer-social a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.footer-bs .footer-ns h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
  color: #affb7C;
}
.footer-bs .footer-ns p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 568px) {
  .trip-detail__about {
    min-height: 320px;
  }
}
@media (min-width: 768px) {
  .footer-bs .footer-nav,
  .footer-bs .footer-social,
  .footer-bs .footer-ns {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
  }
  .homepage-landing .swiper {
    height: 450px;
  }
}

/*# sourceMappingURL=style.css.map */
