@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Dives+Akuru&display=swap');

.noto-serif-dives-akuru-regular {
  font-family: "Noto Serif Dives Akuru", serif;
  font-weight: 400;
  font-style: normal;
}

body{
    background-color: #f5f1e9;
      font-family: "Noto Serif Dives Akuru", serif;
  font-weight: 400;
  font-style: normal;
}
a {
    text-decoration: none;
    color: inherit;
}
/* header start */
header{
    background: #ffffff;
}
.logo-img {
    max-width: 290px;
}

.logo {
  gap: 1rem;
}

.find-journey-link,
.header-right {
  flex: 1 1 0;
  min-width: 0;
}

.header-right {
  justify-content: flex-end;
}

.logo-link {
  flex: 0 0 auto;
}

header {
    z-index: 1000;
}

nav > ul {
	padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
	list-style: none;
  display: flex;
  justify-content: center;
}

.mega-menu ul {
	padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
	list-style: none;
}

nav {
	font-size: 0;
	position: relative;
    
}

nav > ul > li {
	display: inline-block;
  font-size: 14px;
  padding: 0 15px;
  position: relative;
}

nav > ul > li > a {
  	display: block;
  	padding: 20px 0;
  	border-bottom: 3px solid transparent;
}
nav > ul > li:hover > a {
	color: #ff833b;
}

nav > ul > li.flight-ticket-nav {
  padding: 0 0 0 12px;
  display: inline-flex;
  align-items: center;
}

nav > ul > li.flight-ticket-nav > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  margin: 10px 0;
  padding: 8px 18px;
  color: #9f1d1d;
  background: linear-gradient(180deg, #ffffff 0%, #fff6f3 100%);
  border: 1px solid rgba(217, 40, 40, 0.42);
  border-bottom: 1px solid rgba(217, 40, 40, 0.42);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(92, 38, 28, 0.12);
  line-height: 1;
  white-space: nowrap;
}

nav > ul > li.flight-ticket-nav:hover > a,
nav > ul > li.flight-ticket-nav > a:hover {
  color: #ffffff;
  background: #d92828;
  border-color: #d92828;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(217, 40, 40, 0.2);
}

.mega-menu {
	background: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  position: absolute;
  left: 0;
  width: 100%;
  padding-bottom: 20px;
}

.mega-menu .container {
  display: flex;
}
.mega-menu .item {
	flex-grow: 1;
  margin: 0 10px;
}
.mega-menu a {
	border-bottom: 1px solid #ddd;
  display: block;
  padding: 10px 0;
}
.mega-menu a:hover {color: #ff833b;}

.dropdown {position: static;}

.dropdown:hover .mega-menu {
  visibility: visible;
  opacity: 1;
}

/* Hamburger toggle - mobilde gizli */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  font-size: 1.5rem;
  color: #000;
}
.nav-toggle:focus {
  outline: none;
}

/* Responsive: header ve nav */
@media (max-width: 991px) {
  .logo {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .logo-link {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .header-right {
    order: 2;
    flex: 1 1 100%;
    min-width: 0;
    font-size: 0.85rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .find-journey-link {
    order: 3;
    font-size: 0.9rem;
    width: 100%;
    text-align: center;
  }
  .logo-img {
    max-width: 180px;
  }

  .nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }

  .nav-wrapper {
    width: 100%;
    order: 4;
  }

  nav > ul {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  nav > ul.show {
    max-height: 80vh;
    overflow-y: auto;
  }

  nav > ul > li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
  }

  nav > ul > li > a {
    padding: 12px 15px;
  }

  nav > ul > li.flight-ticket-nav {
    display: block;
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
  }

  nav > ul > li.flight-ticket-nav > a {
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.92rem;
    color: #ffffff;
    background: #d92828;
    border-color: #d92828;
    box-shadow: none;
  }

  nav > ul.container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown .mega-menu {
    position: static;
    visibility: visible;
    opacity: 1;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.3s ease;
  }

  .dropdown.open .mega-menu {
    max-height: 500px;
    overflow-y: auto;
    padding: 15px;
  }

  .dropdown > a::after {
    content: none;
  }

  .mega-menu .container {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .logo-img {
    max-width: 140px;
  }
  .find-journey-link {
    font-size: 0.8rem;
  }
  .header-right {
    font-size: 0.8rem;
  }
  .header-right > a[href^="tel"] {
    display: none;
  }
  .header-right a,
  .header-right span {
    white-space: nowrap;
  }

  nav > ul > li.flight-ticket-nav > a {
    font-size: 0.85rem;
  }
}
/* header end */

/* banner start*/
.banner{
    height: 720px;
    overflow: hidden;
}
#bannerCarousel,
#bannerCarousel .carousel-inner,
#bannerCarousel .carousel-item {
    height: 720px;
}
#bannerCarousel .carousel-inner {
    display: block;
}
#bannerCarousel .video-background,
#bannerCarousel .banner-media {
    width: 100%;
    height: 720px;
    object-fit: cover;
    object-position: center;
    display: block;
}
.banner-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: min(90%, 900px);
    z-index: 2;
}
.banner-button{
  background:none;
  border-radius: 3px;
  border: 1px solid #a1a0a0;
}
#bannerCarousel .carousel-control-prev,
#bannerCarousel .carousel-control-next {
  background-color: transparent;
}

#bannerCarousel .carousel-control-prev-icon,
#bannerCarousel .carousel-control-next-icon {
  background-color: transparent;
  background-image: none;
}
/* banner end*/

/* image-card start*/
.image-card-section {
    background-color: #f1deb8;
    min-height: 400px;
    padding: 30px;
}

.card {
    overflow: hidden;
}

.card-img {
    height: 100%;
    object-fit: cover;
}

.card-img-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.6)); 
}

.card-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.card-text {
    font-size: 0.9rem;
    line-height: 1.4;
}
/* image-card end*/

/* travel-privately */
.travel-privately-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.travel-privately-card{
    background-color: #e6dbc1;
}
.fixed-height-img {
    height: 500px !important;
    object-fit: cover;
}
/* travel-privately */

/* Offers-Carousel*/
.offer-card {
    background-color: #fff;
    position: relative;
}

.offer-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    margin: 15px;
}
.offer-image {
    flex: 0 0 40%;
    position: relative;
}

.offer-border-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background-color: #d4a373;
}
.offer-content h5{
    font-size: 17px;
}
.offer-content p{
    font-size: 15px;
}
.offer-label {
    background-color: #8b5a2b;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 2px 5px;
}
.carousel.dragging {
    cursor: grabbing;
}

.carousel.dragging .carousel-inner {
    transition: none;
}

.carousel-inner {
    display: flex;
    transition: transform 0.3s ease;
}
/* offer carousel */

/* footer start */
footer{
    background-color: #f5ead4;
    font-weight: 400;
}
.logo-footer{
  width: 400px;
}
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
  }
  .icon-container{
    background-color: #c1b59d;
  }
  .icon-wrapper {
    display: flex;
    justify-content: space-evenly;
    gap: 15px;
  }
footer .form-check-input:checked {
    background-color: #000000;
    border-color: #ffffff;
}
.copyright {
  background-color: #f5ead4;
  border-top: 1px solid #c2c2c2;
}
/* footer end */

/* Sticky section start */
.sticky-wrapper {
    position: relative;
    min-height: 300vh;
    margin-left: auto;
    margin-right: auto;
}
.sticky-wrapper img{
    max-width: 100%;
}
.sticky-section {
    min-height: 100vh;
    padding: 2rem;
    position: sticky;
    top: 0;
    background-color: #f5f1e9;
    display: flex;
    align-items: center; 
    justify-content: center;
    transition: opacity 0.3s ease; 
}

.content {
    max-width: 600px;
}

.section-1 {
    z-index: 1;
}

.section-2 {
    z-index: 2;
}

.section-3 {
    z-index: 3;
}
.section-4 {
    z-index: 4;
}
/* Sticky section end */

/* about scroll start*/
.custom-scroll {
    overflow: hidden;
    position: relative;
    cursor: grab;
}

.scroll-content {
    display: flex;
    white-space: nowrap;
}

.custom-scroll::-webkit-scrollbar {
    display: none;
}

.custom-scroll {
    -ms-overflow-style: none; 
    scrollbar-width: none;
}

.custom-scroll:active {
    cursor: grabbing;
}

.scroll-content .d-inline-block {
    flex: 0 0 auto;
}
/* about-scroll end */

/* offers-card */
.card-title {
    font-size: 1.1rem;
    font-weight: 600;
}
.card-body a{
    color: inherit;
}
.card-img-top-category {
    height: 280px;
    object-fit: cover;
}
.card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card-body a {
    margin-top: auto;
}
/* offers-card */

/* offers-details */
.offers-details-banner{
    background-color: #f6efdf;
}
.offers-details img{
    max-width: 100%;
}
.offers-details-btn{
    border: none;
    padding: 10px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
}
.offers-details-btn-2{
    border: none;
    padding: 10px;
    background-color: #f6efdf;
    color: #000;
    border-radius: 5px;
}
/* ofers-detaisls */

/* offers-details-popup start */
.enquiry-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
  }
  
  .enquiry-popup.fade {
    transition: opacity 0.3s linear;
  }
  
  .enquiry-popup.show {
    display: block;
  }
  
  .enquiry-popup-dialog.enquiry-popup-lg {
    max-width: 1300px;
    margin: 1.75rem auto;
  }
  
  .enquiry-popup-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 3.5rem);
  }
  
  .enquiry-popup-content {
    border: none;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .enquiry-popup-image-container {
    flex: 0 0 40%;
    position: relative;
  }
  
  .enquiry-popup-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .enquiry-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .enquiry-popup-form-container {
    flex: 0 0 60%;
    background-color: #fff;
  }
  
  .form-title {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .form-section-title {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
  }
  
  .form-check-input:checked {
    background-color: #000;
    border-color: #000;
  }
  
  .form-label {
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
  }
  
  .form-control,
  .form-select {
    padding: 0.5rem;
  }
  
  .form-control::placeholder {
    color: #aaa;
    font-size: 0.9rem;
  }
  
  .form-select {
    color: #aaa;
  }
  
  .btn-dark {
    border-radius: 5px;
    text-transform: uppercase;
  }
.form-select-title-text{
    color: #000;
}
.offers-details-popup-btn{
    border: none;
    background-color: #000;
    color: #fff;
    border-radius: 7px;
}
.offers-details-popup-btn:hover{
    background-color: rgb(214, 189, 146);
    color: #000;
}
  /* offers-details-popup end */

/* offer-details-2-popup start */
  .terms-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
  }
  
  .terms-popup.show {
    display: block;
  }
  
  .terms-popup-dialog.terms-popup-lg {
    max-width: 1300px;
    margin: 1.75rem auto;
  }
  
  .terms-popup-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 3.5rem);
  }
  
  .terms-popup-content {
    border: none;
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .terms-popup-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
  }
  
  .terms-popup-body {
    padding: 1.5rem;
  }
  
  .terms-section-title {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .terms-text {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #333;
  }
  /* offer-details-2.popup end */

  /* stories-card start */
  .stories-card .card-title{
    font-size: 35px;
  }
.stories-card-img{
    display: flex;
    align-items: flex-end;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
 }
 /* stories-card end */
.inspirations-img{
    max-width: 100%;
    height: 300px;
    object-fit: cover
}
.media-and-text {
    display: grid;
    grid-template: auto / 60% 40%;
  }
  
  .media {
    position: sticky;
    top: 0;
    height: 60vh;
  }
  .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  @media screen and (max-width: 768px) {
    .media-and-text {
      grid-template: auto auto / 100%;
    }
  
    .media {
      position: relative;
      height: 400px;
    }
  
    .media-and-text:nth-child(2) .media {
      grid-row: 1;
    }
  }

  /* stories-details */
.stories-details img{
    max-width: 100%;
}
  /* stories-details */


/* all-destinations start */
.photo-container {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}

.large {
  height: 550px; 
}

.medium {
  height: 400px;
}

.photo-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.5rem;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
/* all-destinations end */

/* all-detinations-details start  */
.alldestinations-detail-text{
  position: absolute;
  top: 40%;
  left: 12%;
  color: white;
  font-size: 3.5rem;
  text-align: center;
}

.detail-title-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

.detail-photo-country img{
  height: 390px;
  object-fit: cover;
}
.ways-to-explore-text{
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-0%, -50%);
  text-align: center;
  width: 450px;
}
.journey-card img {
  height: 300px;
  object-fit: cover;
}

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.carousel-control-next-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.journeys-card-text{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px;
  color: white;
  text-align: center;
}
/* all-destinations-details end */

/* category-destination-details start */
.category-card img{
  height: 220px;
  object-fit: cover;
}
.category-card-text{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  padding-top: 10px;
}
/* category-detsination-detail end */


.galleryContainerUnique {
  background-color: #87CEEB;
}

.imagePairUnique {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.largeImageUnique {
  max-width: 688px;
  height: 605px;
  object-fit: cover;
  border: 5px solid #000;
}

.smallImageUnique {
  width: 688px;
  height: 478px;
  object-fit: cover;
  border: 5px solid #000;
}

.exclusive-details-text{
  position: absolute;
  bottom: 0;
  width: 96%;
  padding: 12px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  color: white;
  text-align: center;
}

.index-card-text{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  color: white;
  text-align: center;
}

.stay-with{
  background-color: #f1deb8;
}

.card-img-top{
  object-fit: cover;
  height: 550px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #fff;
  border-radius: 50%;
}

.tour-details-text{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  color: white;
}
.tour-details-text h1{
  font-size: 3rem;
}

.text-tour-detail img{
  height: 285px;
}
.text-container-tour-related {
  border-radius: 5px;
}

.download-button{
  background: none;
  border-radius: 5px;
  border: 1px solid #757575;
}

.download-button:hover{
  background-color: #daa672;
}

.media-and-text-tour-detail {
  display: grid;
  grid-template: auto / 50% 50%;
}

.media-tour-detail {
  position: sticky;
  top: 0;
  height: 100vh;
}
.wrapper-tour-detail{
  background-color: #fff;
}
.tour-detail-location{
  background-color: #f1deb8;
  border-radius: 10px;
  display: inline-block;
}
.title-2-tour-detail img{
  height: 300px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .media-and-text {
    grid-template: auto auto / 100%;
  }

  .media {
    position: relative;
    height: 400px;
  }

  .media-and-text:nth-child(2) .media {
    grid-row: 1;
  }
}

.extensions-text  {
  background-color: #f5f1e9;
}
.extensions-text-2  {
  background-color: #f1deb8;
}
.days{
  background-color: #000;
  border-radius: 7px;
  width: 70px;
}

.accordion-item {
  border: none;
  background-color: transparent;
}

.journey-accordion-btn {
  text-transform: uppercase;
  background:none;
}
.journey-filter-btn.active {
  background-color: #ffffff;
  color: #000000;
} 
.card-img-top-journey{
  height: 230px;
  object-fit: cover;
}

.form-style input{
  border-radius: 5px;
  border: 1px solid #ebebeb;
  padding: 13px;
}
.form-group label{
  font-size: 12px;
}
.login-img{
  height: 680px;
  width: 600px;
  object-fit: cover;
}
.media-and-text-tour-detail-2 {
  display: grid;
  grid-template: auto / 40% 60%;
}
.incluions-offer{
  background-color: #fff;
}
.essential-information{
  background-color: #f1deb8;
}

.schedule-year {
  background-color: #000;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
}
.schedule-entry {
  border-bottom: 1px solid #ddd;
}

.schedule-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
}

.status-text {
  display: inline-block;
  border: 1px solid #b8b6b6;
  border-radius: 5px;
}

.schedule-icon {
  transition: transform 0.3s ease;
}

.schedule-toggle[aria-expanded="true"] .schedule-icon {
  transform: rotate(180deg);
}



.custom-enquiry-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1050;
}

.custom-enquiry-popup.fade {
  transition: opacity 0.3s linear;
}

.custom-enquiry-popup.show {
  display: block;
}

.custom-enquiry-popup-dialog.custom-enquiry-popup-lg {
  max-width: 1300px;
  margin: 1.75rem auto;
}

.custom-enquiry-popup-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
}
.custom-enquiry-popup-image-container {
  position: relative;
}

.custom-enquiry-popup-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-enquiry-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.custom-enquiry-popup-overlay-2{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.custom-enquiry-popup-form-container {
  flex: 0 0 60%;
  background-color: #fff;
}
.form-check-input:checked {
  background-color: #000;
  border-color: #000;
}

.form-label {
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
}
.custom-form-select-title-text {
  color: #000;
}

.custom-offers-details-popup-btn {
  border: none;
  background-color: #000;
  color: #fff;
  border-radius: 7px;
}

.custom-offers-details-popup-btn:hover {
  background-color: rgb(214, 189, 146);
  color: #000;
}
.sml-grp{
  background-color: #fff;
  border-radius: 7px;
  display: inline-block;
}
.banner-tour-detail{
  height: 800px;
  object-fit: cover;
}
.offer-orange{
  background-color: #e76800;
  border-radius: 7px;
  display: inline-block;
}

.text-on-img{
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  color: white;
  text-align: center;
}
