 .header-section {
     position: relative;
 }

 .header-booking-section {
     position: absolute;
     top: 0;
     left: 0;
     z-index: 9999;
     width: 100%;
 }

 .header-title-section {
     margin-top: 100px;
     margin-bottom: 50px;

 }

 .logo-group {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 5px;
 }

 .logo-group h5 {
     color: #fff;
     font-weight: 500;
     font-family: "Poppins", sans-serif;
 }

 .header-title-section h2 {
     /* font-family: "Meow Script", cursive; */
     font-family: "Pacifico", cursive;
     font-weight: 400;
     font-style: normal;
     font-size: 50px;
     color: #fff;
 }

 .header-title-section h1 {
     color: #fff;
     text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
     font-size: 60px;
 }

 .tg-hero-top-shadow {
     position: absolute;
     content: "";
     width: 100%;
     height: 100%;
     background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
     top: 0;
     left: 0;
     z-index: 9;
 }

 .swiper {
     width: 100%;
     height: 739px;
 }

 #page-header .swiper {
     width: 100%;
     height: 350px;
 }

 .swiper-slide {
     background-color: #fcfcfc;
     background-size: cover;
     background-position: center;
     width: 100%;
     height: 100%;
 }

 .swiper-slide>.swiper-slide-cover {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     background: transparent no-repeat 50% 50% /cover;
 }

 .swiper-slide .slide-01 {
     background-image: url('../img/slider/hero-1.jpg');
     transform-origin: 50% 50%;
 }


 .swiper-slide .slide-02 {
     background-image: url('../img/slider/hero-2.jpg');
     transform-origin: 50% 50%;
 }


 .swiper-slide .slide-03 {
     background-image: url('../img/slider/hero-3.jpg');
     transform-origin: 50% 50%;
 }


 .swiper-slide .slide-04 {
     background-image: url('../img/slider/hero-4.jpg');
     transform-origin: 50% 50%;
 }


.swiper-slide .slide-05 {
    background-image: url('/assets/img/slider/hero-5.jpg');
    transform-origin: 50% 50%;
}


 .swiper-scale-effect .swiper-slide-cover {
     transition-timing-function: linear;
     transition-duration: 20s;
     transform: scale(1)
 }

 .swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
     transform: scale(1.3)
 }

 .destination-grid {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 20px;
     /* grid-template-rows: repeat(3, 190px); */
 }

 .destination-grid-group-two {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 20px;
 }

 .destination-card {
     position: relative;
     border-radius: 10px;
     overflow: hidden;
 }

 .destination-grid-group-one {
     gap: 20px;
     display: grid;
 }

 .destination-card .destination-content {
     position: absolute;
     bottom: 0;
     display: flex;
     justify-content: space-between;
     align-items: center;
     width: 100%;
     background-color: rgba(0, 0, 0, 0.4);
     padding-inline: 10px;
 }

 .destination-card .destination-content .destination-name h3 {
     font-size: 18px;
     color: #fff;
     margin: 0;
     font-weight: 400;
 }

 .destination-card .destination-content .destination-link a {
     display: inline-block;
     padding: 5px 10px;
     color: #fff;
     border: 1px solid var(--bs-primary);
     border-radius: 10px;
     background: var(--bs-primary);
 }

 .destination-card .destination-img,
 .destination-card .destination-img img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 @media(max-width:1300px) {
     .header-title-section h1 {
         color: #fff;
         text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
         font-size: 40px;
     }

     .header-title-section {
         margin-top: 80px;
         margin-bottom: 50px;
     }
 }

 .booking-tab-container .nav-tabs .nav-link {
     padding: 10px;
 }

 .booking-tab-container .nav-tabs .nav-link.active,
 .booking-tab-container .nav-tabs .nav-item.show .nav-link {
     color: #fff;
     background-color: var(--bs-primary);
     border-color: var(--bs-primary);

 }

 .booking-tab-container .nav-tabs .nav-link {
     color: #333;
     background-color: var(--bs-gray-200);
     border-color: var(--bs-gray-200);

 }

 .footer-section {
     background-image: linear-gradient(to right, rgba(47, 23, 61, 0.753), rgba(47, 23, 61, 0.753)), url(../img/slider/hero-1.jpg);
 }

 .input-group-fields {
     display: flex;
     align-items: center;

     box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
     border-radius: 5px;

 }

 .input-group-fields .input-icon {
     background: gray;
     width: 40px;
     height: 40px;
     display: grid;
     place-content: center;
     border-top-left-radius: 5px;
     border-bottom-left-radius: 5px;

 }

 .input-group-fields .input-icon i {
     color: #fff;
 }

 .input-group-fields select,
 .input-group-fields input {
     flex-grow: 1;
     width: 100%;
 }

 .input-group-fields input::placeholder {
     font-size: 16px;
 }

 .choices[data-type*=select-one] {
     cursor: pointer;
     width: 100%;
 }

 #cta-modal {
     z-index: 99999999999999 !important;
 }

 #cta-modal .modal-content,
 #cta-modal .modal-body {
     padding: 0;

 }

 .modal-container {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     column-gap: 20px;
     align-items: center;
 }

 #cta-modal .modal-img {
     overflow: hidden;
     border-top-left-radius: 0.5rem;
     border-bottom-left-radius: 0.5rem;
 }

 #cta-modal .btn-close {
     position: absolute;
     top: -15px;
     right: -15px;
     background-color: #2f173d;
     opacity: 1;
     width: 30px;
     height: 30px;
     display: grid;
     place-content: center;
     border-radius: 50%;
     color: #fff;
     border: 5px solid #fff;
     z-index: 999999999;
 }

 #cta-modal .modal-content-header h2 {
     font-size: 30px;
 }

 #cta-modal .modal-content-info h4 {
     font-size: 18px;
 }

 #cta-modal .modal-content-btn a {
     display: inline-block;
     background: var(--bs-primary);
     border: 1px solid var(--bs-primary);
     color: #222;
     padding: 10px 30px;
     font-weight: 600;
     border-radius: 10px;
     transition: all 0.3s ease;
 }

 #cta-modal .modal-content-btn a:hover {
     background-color: #2f173d;
     border-color: #2f173d;
     color: #fff;
 }

 @media(max-width:768px) {
     .destination-grid {
         grid-template-columns: repeat(1, 1fr);
     }

     #cta-modal .modal-img {
         display: none;
     }

     .destination-grid-group-two {
         grid-template-columns: repeat(1, 1fr);
     }

     .modal-container {
         padding: 10px;
         padding-right: 0;
         grid-template-columns: repeat(1, 1fr);
     }

     .header-title-section h1 {

         font-size: 20px;
     }

     .header-title-section h2 {

         font-size: 20px;
     }

     .nav-link {
         color: #222;
     }

     #cta-modal .modal-content-header h2 {
         font-size: 22px;
     }

     .header-title-section {
         margin-top: 40px;
         margin-bottom: 20px;
     }

     .booking-tab-container .nav-tabs .nav-link {
         padding: 8px;
     }

     .header-booking-section .padding-mobile-zero {
         padding: 0 !important;
     }

     #myTabContent .nav-pills {
         gap: 1px;
     }

     #myTabContent .nav-pills .nav-link {
         padding: 5px;
         font-size: 13px;
     }

     .tab-form .col-lg-3.ms-auto {
         margin-top: 10px;
     }
 }