@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;700&display=swap');

p,
span {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500 !important;
}

div {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600 !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
}

/* NAVBAR START */
.navigation-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 20px 0 0;
  max-width: 1285px;
  width: 100%;
  margin: 0 auto;
}

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

.menu-item button {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  outline: none;
}

.dropdown-icon {
  padding-left: 5px;
}

/* Submenu */
.submenu {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  z-index: 1;
  width: 120px;
  padding: 0;
  text-align: center;
}

.submenu li a {
  display: block;
  color: black;
  padding: 12px;
  text-decoration: none;
  text-align: center;
}

.menu-item {
  cursor: pointer;
}

.submenu li {
  list-style: none;
  cursor: pointer;
}

.submenu li a:hover {
  background-color: #f1f1f1;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .menu-item {
    padding: 0px !important;
  }

  .submenu li a {
    text-align: center;
    padding: 0px;
  }

  .faq-btn {
    font-size: 18px !important;
  }
  .terms-btn {
    font-size: 18px !important;
  }

  .privacy-btn {
    font-size: 18px !important;
  }
}

.footer-nav ul {
  display: flex;
  gap: 28px;
  margin-top: 15px;
}

.logo-social-wrapper {
  display: flex;
  gap: 10px;
  align-self: stretch;
}

.logo-social-wrapper #users-btn {
  display: none;
}

.logo-img {
  width: 56px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}

.banner-img {
  width: 122px;
  aspect-ratio: 5.56;
  object-fit: cover;
  object-position: center;
  margin: auto 0;
}

.menu-items {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-self: stretch;
  margin: auto 0;
  font-weight: 500;
}

.menu-item {
  font-family: Inter, sans-serif;
}

.social-follow-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-self: stretch;
  margin: auto 0;
}

.social-links {
  display: flex;
  gap: 7px;
  margin: auto 0;
  align-self: stretch;
}

.social-icon {
  width: 28px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  background-color: #ffe700;
  border-radius: 50%;
}

.contact-btn {
  display: flex;
  justify-content: center;
  align-self: stretch;
  flex-grow: 1;
  background: linear-gradient(97deg, #15d4f1 5.26%, #0bb6f1 105.7%);
  border-radius: 98.617px;
  border: none;
  color: #eee;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  padding: 16px 41px;
  font-family: Poppins, sans-serif;
}

@media (max-width: 991px) {
  .navigation-wrapper {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .menu-items {
    white-space: initial;
  }

  .social-links .social-icon {
    margin-left: 0;
  }

  .contact-btn {
    white-space: initial;
    padding: 0 20px;
  }
}

.hamburger-menu {
  display: none;
  cursor: pointer;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 70%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  padding: 20px;
  transition: left 0.3s ease, opacity 0.3s ease;
  /* Добавлено свойство opacity для плавного появления */
  opacity: 0;
  /* Начальное значение прозрачности */
}

.menu-item {
  padding: 10px 0;
}

@media (max-width: 991px) {
  .hamburger-menu {
    display: block;
  }

  .mobile-menu.open {
    left: 0;
    opacity: 1;
    line-height: 65px;
  }
}

.menu-item {
  position: relative;
  text-decoration: none;
  color: #565656;
}

.menu-item-mobile {
  position: relative;
  text-decoration: none;
  color: #565656;
}

.selected {
  color: black;
  font-weight: bold;
}

.selected::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 45px;
  top: 37px;
  height: 4px;
  background-color: #FFE000;
  transform: rotate(-8deg);
  margin: 0 auto;
}

.selected-menu {
  color: black;
  font-weight: bold;
}

.selected-menu::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: -135px;
  right: 0;
  width: 99px;
  top: 63px;
  height: 4px;
  background-color: #FFE000;
  transform: rotate(-8deg);
  margin: 0 auto;
}

/* NAVBAR END */

/* EXPOLORE START */

.explore-excursion {
  color: #0bb6f1;
  text-align: center;
  letter-spacing: -2.8px;
  margin: 55px auto 20px 70px;
  font: 700 70px/84px Circular Std, -apple-system, Roboto, Helvetica, sans-serif;
}

.explore-excursion__title {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  word-spacing: 3px;
  line-height: 96px;
  font-size: 70px;
  letter-spacing: -2.8px;
  color: rgba(33, 49, 62, 1);
}

.explore-excursion__highlight {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 96px;
  letter-spacing: -2.8px;
  color: rgba(11, 182, 241, 1);
}

@media (max-width: 991px) {
  .explore-excursion {
    max-width: 100%;
    margin-top: 40px;
    font-size: 40px;
    line-height: 53px;
  }
}

/* EXPOLORE END */

.texts-center {
  color: rgba(25, 24, 37, 0.75);
  text-align: center;
  margin: 18px auto 0;
  width: 628px;
  font: 400 16px/26px Poppins, sans-serif;
}

@media (max-width: 991px) {
  .texts-center {
    max-width: 100%;
  }
}

.discover-btn {
  padding: 5px 11px 9px 12px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  border-radius: 5px;
  background: rgba(255, 231, 0, 1);
  border: none;
  margin-top: 26px;
  width: 155px;
}

.google-apple-btns {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 25px;
}

.googleplay {
  width: 183px;
  height: 53px;
  cursor: pointer;
}

.appstore {
  width: 183px;
  height: 53px;
  cursor: pointer;
}


.image-container {
  width: 100%;
  max-width: 704px;
  margin-top: 14px;
}

.product-image {
  width: 100%;
  aspect-ratio: 1.96;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991px) {
  .image-container {
    max-width: 100%;
  }
}

.find-activities-heading {
  margin: 70px 0 14px;
  text-align: center;
  font: 600 50px/1 Poppins, sans-serif;
}

@media (max-width: 991px) {
  .find-activities-heading {
    max-width: 100%;
    margin-top: 40px;
    font-size: 40px;
  }
}


.centered-text {
  color: rgba(25, 24, 37, 0.75);
  text-align: center;
  margin: 0 auto 0;
  font: 400 16px/26px Poppins, sans-serif;
}

@media (max-width: 991px) {
  .centered-text {
    max-width: 100%;
  }
}


/*TOUR SLIDER START*/
.tour-slider-list {
  align-self: stretch;
  display: flex;
  overflow-y: scroll;
  width: 100%;
  justify-content: space-between;
  gap: 50px;
  color: #000;
  padding: 0 20px;
}

.tour-slider-list::-webkit-scrollbar {
  display: none;
}

.tour-category {
  display: flex;
  flex-direction: column;
}

.tour-category h2 {
  text-align: center;
}

.tour-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 160px;
  border-radius: 50%;
  align-self: center;
}

.tour-title {
  margin-top: 20px;
  font: 600 20px/107% "Poppins", sans-serif;
}

.tour-count {
  justify-content: center;
  border-radius: 21px;
  background-color: #ffe700;
  width: 77%;
  font: 400 17px / 128% "Poppins", sans-serif;
  padding: 9px;
  text-align: center;
  display: flex;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
    margin-top: 40px;
  }

  .tour-category {
    flex-basis: 100%;
  }
}

/*MAIN SLIDER START*/
.carousel-indicators [data-bs-target] {
  width: 30px;
  height: 10px;
  background-color: #fff;
  transition: all 0.5s ease;
  border-radius: 15px;
}

.carousel-indicators {
  position: absolute !important;
  z-index: 9999999999999 !important;
  width: 20% !important;
  margin: 0 auto !important;
  bottom: -52px;
}

.carousel-indicators button.no-active {
  background: rgba(217, 217, 217, 1);
  width: 20px;
  height: 0;
}

.carousel-indicators button.active {
  width: 55px;
  height: 0;
  border-radius: 15px;
  background: rgba(255, 231, 0, 1);
}

.card {
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  border: none;
  position: relative;
}

.card::before {
  width: 100%;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}

.card-body {
  position: absolute;
  z-index: 3;
}

.headlines a {
  text-decoration: none;
  color: #fff;
  transition: all 0.5s ease;
}

.headlines a:hover {
  text-decoration: underline;
}

.icons {
  display: flex;
  justify-content: center;
  gap: 1.5em;
}

.icons .icon {
  display: flex;
  gap: 0.3em;
}

/*MAIN SLIDER END*/


/* Popular Destinations START */

.destination-img-txt {
  position: relative;
}

.destination-img-txt p {
  position: absolute;
  top: 0;
  background: rgb(165 165 165 / 85%);
  padding: 6px 28px;
  border-radius: 16px;
  color: white;
  font-size: 18px;
  margin: 22px 16px !important;
}

.destinations-title {
  display: flex;
  justify-content: space-around;
  margin-left: 344px;
}

.destinations-title h1 {
  position: absolute;
  left: 0;
  right: 0;
  margin-bottom: 30px;
}

.destinations-title img {
  width: 18%;
  margin-top: 5px;
}

.destinations-btn {
  background: rgba(255, 231, 0, 1);
  text-align: center;
  width: 145px;
  border-radius: 5px;
  margin: 0px auto;
  padding: 11px 0px 11px 0px;
  font-weight: 500;
  font-size: 14px;
  margin-top: 133px;
  margin-bottom: 10px;
}

.popular-destinations h1 {
  text-align: center;
}

.popular-destinations p {
  text-align: center;
  margin-top: 45px;
}

.img-destinations {
  display: flex;
  justify-content: center;
  gap: 15px;
}

/* Popular Destinations END */

/*WHY CHOOSE US START*/
.why-choose {
  margin-top: 100px;
  margin-bottom: 89px;
  display: flex;
  padding-top: 49px;
  padding-bottom: 30px;
  justify-content: space-around;
;
  background: rgba(255, 231, 0, 1);
}


.destination-count h1 {
  font-size: 74px;
  font-weight: bold;
}

.destination-count p {
  margin-top: 23px;
}

.rating-count h1 {
  font-size: 74px;
  font-weight: bold;
}

.rating-count p {
  margin-top: 23px;
}

.happy-customers-count h1 {
  font-size: 74px;
  font-weight: bold;
}

.happy-customers-count p {
  margin-top: 23px;
}

.faq-title-main {
  font-weight: 500 !important;
}

/*WHY CHOOSE US END*/


/*SERVICE INFO START*/
.service-header {
  margin-left: 55px;
}

.service-main-card-section {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.service-info h1,
p {
  margin-top: 22px;
}

.main-service-img {
  margin-left: 30px;
}

.service-card {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}

.service-card img {
  width: 90px;
  height: 90px;
}

.service-card h2 {
  font-size: 28px;
}

.service-card p {
  font-size: 18px;
  color: rgb(152 152 152);
}

.serve-txt-header {
  width: 140px;
  text-decoration: none;
  color: black;
  padding: 8px;
  font-size: 14px;
  height: 35px;
  background: rgba(255, 231, 0, 1);
  text-align: center;
  border-radius: 4px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-weight: 500;
}


/*SERVICE INFO END*/


/*BIG CARD SECTION START*/

.card-big-section {
  background: linear-gradient(356.29deg, rgba(255, 255, 255, 0) 15.64%, rgba(62, 230, 255, 0.39) 33.43%, rgba(75, 232, 255, 0.83) 70.49%, rgba(255, 255, 255, 0.07) 101.8%);
}

.testimonial-container {
  background-image: url("../img/card-section/big-card-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10px;
}

.testimonial-card-right {
  border-radius: 20px;
  background-color: #fdfdff;
  display: flex;
  flex-direction: column;
  width: 475px;
  position: absolute;
  max-width: 100%;
  padding: 0px 26px;
  margin-top: -200px !important;
  height: 165px;
  margin-left: -120px;
}

.testimonial-card-right:first-child {
  align-self: end;
  position: absolute;
  margin-top: 61px;
}

.testimonial-card-right:last-child {
  margin-top: 32px;
}

@media (max-width: 991px) {
  .testimonial-card-right {
    padding: 0 20px;
  }

  .testimonial-card-right:first-child {
    margin-top: 40px;
  }
}

.testimonial-card-left {
  margin-left: 200px;
  border-radius: 20px;
  background-color: #fdfdff;
  display: flex;
  flex-direction: column;
  width: 475px;
  position: absolute;
  max-width: 100%;
  padding: 0px 26px;
  margin-top: -200px;
  height: 165px;
}

.testimonial-card-left:first-child {
  align-self: end;
  position: absolute;
  margin-top: 61px;
}

.testimonial-card-left:last-child {
  margin-top: 32px;
}

@media (max-width: 991px) {
  .testimonial-card-left {
    padding: 0 20px;
  }

  .testimonial-card-left:first-child {
    margin-top: 77px;
  }
}

.quote-icon {
  width: 39px;
  align-self: end;
  position: relative;
  top: 15px;
}

.testimonial-content {
  display: flex;
  gap: 19px;
}

@media (max-width: 991px) {
  .testimonial-content {
    flex-wrap: wrap;
  }
}

.author-avatar {
  width: 94px;
  border-radius: 50%;
}

.testimonial-text {
  align-self: start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 0;
  width: fit-content;
}

.author-name {
  color: #000;
  font: 600 24px "Open Sans", sans-serif;
}

.testimonial-quote {
  color: #1a1b1d;
  letter-spacing: 0.28px;
  margin-top: 10px;
  font: italic 400 14px "Open Sans", -apple-system, Roboto, Helvetica, sans-serif;
}

.quote-start {
  font-size: 11px;
}

.img-section {
  padding-left: 80px;
}

.main-card-img {
  width: 400px;
  height: 460px;
}



.easy-fast {
  justify-content: center;
  border-radius: 27px;
  background-color: #ffe700;
  width: 37%;
  align-self: start;
  color: #000;
  letter-spacing: 0.32px;
  padding: 11px 21px;
  font: 500 18px Poppins, sans-serif;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .easy-fast {
    padding: 0 20px;
  }
}

.trip-heading {
  color: var(--3rd, #14183e);
  margin-top: 12px;
  margin-bottom: 35px;
  font: 600 50px Poppins, sans-serif;
}

@media (max-width: 991px) {
  .trip-heading {
    max-width: 100%;
    font-size: 40px;
  }
}

.step-card {
  border-radius: 52px;
  background-color: #fff;
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 10px 20px;
}

@media (max-width: 991px) {
  .step-card {
    max-width: 100%;
  }
}

.step-content {
  display: flex;
  gap: 14px;
}

.step-number {
  display: flex;
  flex-direction: column;
  font-size: 36px;
  color: #000;
  font-weight: 500;
  white-space: nowrap;
  line-height: 150%;
  justify-content: center;
}

@media (max-width: 991px) {
  .step-number {
    white-space: initial;
  }
}

.number-circle {
  font-family: Poppins, sans-serif;
  background-color: #ffe700;
  border-radius: 50%;
  align-items: center;
  width: 51px;
  justify-content: center;
  height: 51px;
  padding: 0 15px;
  font-size: 26px;
  text-align: center;
}

@media (max-width: 991px) {
  .number-circle {
    white-space: initial;
  }
}

.step-details {
  margin-top: 19px;
}

.step-title {
  color: #181818;
  margin-top: 5px;
  font: 600 18px/140% Poppins, sans-serif;
  line-height: 8px !important;
}

.step-description {
  color: var(--Black-75, rgba(25, 24, 37, 0.75));
  margin-top: 4px;
  font: 400 16px/160% Poppins, sans-serif;
}

.trip-image {
  aspect-ratio: 1.2;
  object-fit: auto;
  object-position: center;
  width: 35%;
  align-self: stretch;
  margin: auto 0;
}

@media (max-width: 991px) {
  .trip-image {
    max-width: 100%;
    margin-top: 40px;
  }
}

.main-card-section {
  margin: 80px 130px;
}

.description-card-section {
  position: absolute;
  right: 170px;
  margin-top: 80px;
}

.description-card-section h1 {
  font-weight: bold;
  font-size: 50px;
}

.description-card-section p {
  color: rgba(25, 24, 37, 0.75);
  font-weight: 400;
  padding-top: 15px;
}

.description-card-section button {
  width: 240px;
  height: 55px;
  background: rgba(255, 231, 0, 1);
  border: none;
  border-radius: 28px;
  color: black;
  font-weight: 500;
  font-size: 24px;
  margin-top: 25px;
}

.capaddocia-card {
  border-radius: 26px;
  box-shadow: 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.01), 0px 20px 13px 0px rgba(0, 0, 0, 0.01), 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.01), 0px 64.815px 46.852px 0px rgba(0, 0, 0, 0.02), 0px 100px 80px 0px rgba(0, 0, 0, 0.02);
  background-color: var(--white, #fff);
  display: flex;
  max-width: 462px;
  flex-direction: column;
  padding: 27px 22px 0px 21px;
  height: 500px;
  margin-top: 40px;
}

.card-image {
  aspect-ratio: 2;
  object-fit: auto;
  object-position: center;
  width: 100%;
  align-self: center;
  max-width: 401px;
}

.card-content {
  align-self: start;
  margin-top: 36px;
}

.card-columns {
  gap: 20px;
  display: flex;
}

@media (max-width: 991px) {
  .card-columns {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
}

.card-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 45%;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .card-column {
    width: 100%;
  }
}

.trip-details {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: var(--text-2, #84829a);
  font-weight: 500;
  line-height: 124.5%;
}

.trip-location {
  color: var(--black, #080809);
  letter-spacing: 0.27px;
  font: 18px Poppins, sans-serif;
}

.trip-date-author {
  display: flex;
  margin-top: 24px;
  gap: 7px;
  letter-spacing: -0.08px;
}

.trip-date {
  width: 165px;
  font-family: Poppins, sans-serif;
  flex-grow: 1;
}

.trip-author-separator {
  border-color: rgba(132, 130, 154, 1);
  border-style: solid;
  border-width: 1px;
  background-color: var(--text-2, #84829a);
  width: 1px;
  height: 20px;
}

.trip-author {
  font-family: Poppins, sans-serif;
  flex-grow: 1;
  width: 255px;
  flex-basis: auto;
}

.trip-map {
  aspect-ratio: 3.85;
  object-fit: auto;
  object-position: center;
  width: 174px;
  margin-top: 5px;
  max-width: 100%;
}

.trip-people {
  display: flex;
  margin-top: 36px;
  gap: 19px;
  letter-spacing: -0.32px;
}

.people-icon {
  aspect-ratio: 1;
  object-fit: auto;
  object-position: center;
  width: 20px;
  align-self: start;
}

.people-count {
  font-family: Poppins, sans-serif;
  flex-grow: 1;
  flex-basis: auto;
}

.card-column-right {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 55%;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .card-column-right {
    width: 100%;
  }
}

.ongoing-trip {
  display: flex;
  margin-top: 12px;
  flex-grow: 1;
  flex-direction: column;
}

.ongoing-trip-card {
  border-radius: 18px;
  box-shadow: 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.01), 0px 20px 13px 0px rgba(0, 0, 0, 0.01), 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.01), 0px 64.815px 46.852px 0px rgba(0, 0, 0, 0.02), 0px 100px 80px 0px rgba(0, 0, 0, 0.02);
  background-color: var(--white, #fff);
  display: flex;
  width: 25%;
  flex-direction: column;
  padding: 25px;
  position: absolute;
  margin-left: -40px;
  margin-top: -20px;
}

.progressbar-complete-section {
  margin-left: 30%;
  margin-top: -6%;
}


.ongoing-trip-header {
  display: flex;
  gap: 14px;
  font-weight: 500;
  line-height: 124.5%;
}

.ongoing-trip-image {
  aspect-ratio: 1;
  object-fit: auto;
  object-position: center;
  width: 77px;
}

.ongoing-trip-details {
  align-self: start;
  display: flex;
  flex-direction: column;
}

.ongoing-trip-status {
  color: #84829a;
  letter-spacing: -0.49px;
  font: 14px Poppins, sans-serif;
}

.ongoing-trip-name {
  color: var(--black, #080809);
  letter-spacing: -0.27px;
  font: 18px Poppins, sans-serif;
}

.ongoing-trip-progress {
  color: var(--black, #080809);
  letter-spacing: -0.77px;
  align-self: center;
  margin-top: 11px;
  font: 400 14px/124.5% Gilroy-ExtraBold, -apple-system, Roboto, Helvetica, sans-serif;
}

.progress-bar-container {
  border-radius: 30px;
  background-color: var(--circle, #f5f5f5);
  align-self: end;
  display: flex;
  margin-top: 17px;
  width: 195px;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
}

.progress-bar {
  border-radius: 30px;
  background-color: #0bb6f1;
  height: 6px;
}

.heart-icon {
  aspect-ratio: 1.09;
  object-position: center;
  width: 25px;
  margin-top: 160px;
  align-self: center;
}

.trip-container {
  display: flex;
  margin-right: 120px;
  justify-content: space-around;
  margin-top: 160px;
}

.explore-excursion-bottom {
  padding: 0 39px;
  margin-top: 350px;
}

.explore-excursion-content {
  display: flex;
  gap: 20px;
}

@media (max-width: 991px) {
  .explore-excursion-content {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}

.explore-excursion-text {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 51%;
  margin-left: 0;
}

@media (max-width: 991px) {
  .explore-excursion-text {
    width: 100%;
  }
}

.explore-excursion-heading {
  display: flex;
  flex-direction: column;
}

.explore-excursion-heading h1 {
  margin-left: 50px;
  font-size: 70px;
  width: 300px;
  margin-top: 35px;
  color: rgba(51, 51, 51, 1);
}

@media (max-width: 991px) {
  .explore-excursion-heading {
    max-width: 100%;
  }
}

.explore-excursion-title {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 63px;
  line-height: 96px;
  letter-spacing: -2.8px;
  color: #21313e;
}

.explore-excursion-highlight {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 96px;
  font-size: 70px;
  letter-spacing: -2.8px;
  color: #ffe000;
}

@media (max-width: 991px) {

  .explore-excursion-title,
  .explore-excursion-highlight {
    max-width: 100%;
    font-size: 40px;
    line-height: 53px;
  }
}

.explore-excursion-description {
  color: rgba(25, 24, 37, 0.75);
  font-weight: 600;
  font-size: 16px;
  margin-left: 50px;
}

@media (max-width: 991px) {
  .explore-excursion-description {
    max-width: 100%;
  }
}

.explore-excursion-logos {
  display: flex;
  margin-top: 75px;
  margin-left: 50px;
  gap: 20px;
}

@media (max-width: 991px) {
  .explore-excursion-logos {
    flex-wrap: wrap;
    padding-right: 20px;
  }
}

.explore-excursion-logo {
  aspect-ratio: 3.45;
  object-fit: auto;
  object-position: center;
  width: 183px;
  max-width: 100%;
}

.explore-excursion-image-left {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 30%;
  margin-left: -189px;
}

@media (max-width: 991px) {
  .explore-excursion-image-left {
    width: 100%;
  }
}

.explore-excursion-image-right {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 30%;
  margin-left: -53px;
}

@media (max-width: 991px) {
  .explore-excursion-image-right {
    width: 100%;
  }
}

.explore-excursion-image {
  aspect-ratio: 0.53;
  object-fit: auto;
  object-position: center;
  width: 100%;
  margin-top: 65px;
  flex-grow: 1;
}

@media (max-width: 991px) {
  .explore-excursion-image {
    margin-top: 40px;
  }
}

/*BIG CARD SECTION END*/



/* FAQ SECTION START */
.faq-container {
  display: flex;
  flex-wrap: wrap;
}

.faq-sidebar {
  flex: 1 1 480px;
  padding: 20px;
  margin-left: 98px;
  margin-top: 40px;
}

.faq-sidebar p {
  color: #a8a8a8;
}

.faq-content {
  flex: 3 1 500px;
  padding: 20px;
  background: #ffffff;
  margin: 100px 0px 0px 40px;
}

.faq-sidebar h2,
.faq-content h2 {
  margin-top: 0;
}

.faq-sidebar ul {
  list-style: none;
  padding: 0;
}

.faq-sidebar ul li a {
  display: block;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: black;
  cursor: pointer;
  width: 30%;
  border: 1px solid #dfdfdf;
  margin-top: 19px;
  border-radius: 9px;
}

.faq-sidebar ul li a.active {
  color: white;
  background-color: rgba(234, 251, 255, 1);
  color: black;
}

.faq-item button {
  width: 90%;
  text-align: left;
  background: none;
  outline: none;
  padding: 22px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #eae7e7;
  border-radius: 12px;
}

.faq-item button.active {
  color: black;
  background-color: rgba(234, 251, 255, 1);
}

.faq-item {
  margin-bottom: 22px;
}

.faq-item p {
  padding: 22px;
  margin: 0;
  width: 90%;
  border: 1px solid #eae7e7;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.toggle-icon {
  display: flex;
  float: right;
  border: 1px solid;
  border-radius: 22px;
  width: 25px;
  text-align: center;
  height: 25px;
  justify-content: center;
  align-items: center;
  font: caption;
}

@media (max-width: 768px) {
  .faq-container {
    flex-direction: column;
  }

  .faq-content {
    order: 1;
  }
}

/* FAQ SECTION END */

/*FOOTER START*/

.footer {
  background-color: #ffe700;
  display: flex;
  flex-direction: column;
  padding: 54px 56px;
  margin-top: 0px;
  position: relative;
}

.footer-img {
  width: 100%;
  float: right;
  margin-top: -150px;
}

@media (max-width: 991px) {
  .footer {
    padding: 0 20px;
  }

  .footer-nav ul {
    justify-items: legacy;
    display: block;
    margin-left: -25px;
  }

  .footer-nav ul li {
    font-size: 14px !important;
    font-weight: 500 !important;
    padding-bottom: 10px;
  }
}

.footer-top {
  align-items: center;
  display: flex;
  width: 100%;
  gap: 20px;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .footer-top {
    max-width: 100%;
    display: block !important;
    flex-wrap: wrap;
  }
}

.logo-container {
  align-self: stretch;
  display: flex;
  gap: 10px;
}

.logo-icon {
  width: 56px;
  aspect-ratio: 1;
  object-fit: contain;
}

.logo-text {
  width: 122px;
  max-width: 100%;
  margin: auto 0;
  aspect-ratio: 5.56;
  object-fit: contain;
}

.footer-nav {
  align-self: stretch;
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #292d32;
  font-weight: 500;
  white-space: nowrap;
  line-height: 120%;
  justify-content: space-between;
  margin: auto 0;
}

.footer-nav ul a {
  text-decoration: none;
  color: rgba(41, 45, 50, 1);
}

@media (max-width: 991px) {
  .footer-nav {
    display: grid !important;
    justify-content: center !important;
    white-space: initial;
  }
}

.nav-link {
  font-family: Poppins, sans-serif;
  justify-content: center;
}

.nav-link-about {
  font-weight: 600;
}

@media (max-width: 991px) {
  .nav-link {
    white-space: initial;
    font-weight: 600 !important;
  }
}

.social-container {
  align-self: stretch;
  display: flex;
  gap: 20px;
  margin: auto 0;
}

.social-text {
  color: black;
  flex-grow: 1;
  margin: auto 0;
  font: 500 14px/120% Poppins, sans-serif;
}

.social-icons {
  display: flex;
  gap: 7px;
}

.social-icon-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  flex: 1;
}

.social-icon {
  width: 28px;
  height: 28px;
  aspect-ratio: 1;
  object-fit: contain;
  background-color: #fff;
  border-radius: 50%;
}

.footer-bottom {
  display: flex;
  margin-top: 40px;
  gap: 20px;
  font-size: 14px;
  color: #292d32;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 991px) {
  .footer-bottom {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .footer-bottom .copyright {
    font-size: 12px !important;
    font-weight: 500 !important;
    width: 217px !important;
    padding-bottom: 25px;
    font-weight: 500 !important;
  }
}

.copyright {
  font-family: Poppins, sans-serif;
  flex-grow: 1;
  flex-basis: auto;
  text-align: center;
}

.privacy-policy {
  font-family: Poppins, sans-serif;
  flex-grow: 1;
  flex-basis: auto;
  display: flex;
  justify-content: end;
}


.info-discover-badge {
  display: none;
}


/*FOOTER END*/



/*MOBILE VERSION MEDIA QUERY START*/
@media screen and (min-width: 992px) and (max-width:1350px) {
  .main-service-img {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (min-width: 1300px) {
  .content {
    margin-left: -66px !important;
  }

  .tab-list {
    position: relative;
  }
}

@media screen and (min-width: 701px) and (max-width:1300px) {
  .tab-list {
    position: relative;
  }

  .content {
    margin-left: 0px !important;
  }
}

@media screen and (min-width: 1600px) and (max-width: 2000px) {
  .main-service-img {
    width: 100%;
  }

  .service-main-card-section {
    flex-wrap: nowrap;
    margin-top: 100px;
    margin-left: 100px;
  }
}

@media screen and (max-width: 991px) {
  .toggle-icon {
    width: 20px;
    height: 20px;
    margin-top: 5px;
  }

  .faq-item {
    display: grid;
    justify-content: center;
    width: 76%;
    margin: 0 auto;
    margin-left: 46px;
    margin-bottom: 22px;
  }

  .faq-sidebar {
    margin-left: 0px;
  }

  .testimonial-container {
    margin-top: -180px;
  }

  .faq-content {
    flex: 0;
  }

  .faq-sidebar {
    flex: 0;
  }

  .faq-title-main {
    font-size: 28px !important;
    font-weight: 500 !important;
  }

  .faq-sidebar ul li a {
    width: 210px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
  }

  .faq-sidebar ul {
    display: flex;
    overflow: scroll;
    gap: 15px
  }

  .faq-tabs-main {
    width: 106%;
    display: inline-grid;
  }

  .destinations-title img {
    width: 27%;
    position: initial;
    margin-top: 6px;
    margin-left: 126px;
    height: 24px;
  }

  .destinations-btn {
    margin-top: 50px;
  }

  .popular-destinations p {
    margin-top: 33px;
  }

  .destinations-title {
    padding-bottom: 90px;
    margin-left: 0px;
  }

  .info-discover-badge {
    display: block;
    text-decoration: none;
    color: black;
    background-color: rgba(255, 231, 0, 1);
    text-align: center;
    width: 184px;
    padding: 9px;
    border-radius: 8px;
    margin: 0 auto;
    position: relative;
    left: -10px;
    margin-top: 30px;
  }

  .footer-img {
    margin-top: 50px;
    width: 105%;
  }

  .explore-excursion-description {
    margin-left: 0px;
    font-size: 14px;
    line-height: 27px;
  }

  .service-header {
    margin-left: 20px;
  }

  .service-card img {
    width: 70px;
    height: 70px;
  }

  .service-card h2 {
    font-size: 20px;
  }

  .faq-content {
    margin: 20px 0px 0px 0px;
    padding: 0;
  }

  .faq-item button {
    font-size: 18px;
    border: 1px solid #eae7e7;
    border-radius: 12px;
  }

  .faq-item p {
    font-size: 14px;
    padding: 18px;
    padding-top: 15px;
    width: 120%;
    margin-left: -26px;
  }

  .faq-item button {
    width: 120%;
    position: relative;
    right: 26px;
  }

  .service-main-card-section {
    margin-top: 50px;
  }

  .service-card p {
    font-size: 12px;
  }

  .img-destinations {
    display: flex;
    flex-wrap: wrap;
  }

  .img-destinations img {
    width: 95% !important;
  }

  .main-service-img {
    width: 100%;
    margin-left: 0px;
  }

  .mobile-menu a {
    font-size: 24px;
  }

  .social-text-mobile {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 15px;
    margin-top: 36px;
  }

  .mobile-chat-btn {
    position: absolute;
    bottom: 37px;
    width: 75%;
    border: none;
    background: linear-gradient(96.63deg, #15D4F1 5.26%, #0BB6F1 105.7%);
    border-radius: 24px;
    right: 50%;
    left: 11%;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .social-container-mobile {
    margin: 185px auto;
  }

  .social-icons-mobile {
    display: flex;
    gap: 10px;
    margin-top: -35px;
  }

  .social-icons-mobile a img {
    background: rgba(255, 231, 0, 1);
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
  }

  #menu-items {
    display: none;
  }

  .social-follow-wrapper {
    display: none;
  }

  .logo-social-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /*margin-left: 15px;*/
  }

  .logo-social-wrapper #users-btn {
    display: block;
  }

  .hamburger-menu img {
    width: 5%;
    position: absolute;
    right: 30px;
    top: 35px;
  }

  .close-btn img {
    width: 5%;
    position: absolute;
    top: 35px;
    right: 22px;
    z-index: 9999;
  }

  .explore-excursion {
    margin: 0;
  }

  .explore-excursion__title {
    font-size: 40px;
    line-height: 50px;
  }

  .explore-excursion {
    margin-top: 35px;
  }

  .explore-excursion__highlight {
    font-size: 40px;
    line-height: 55px;
  }

  .texts-center {
    font-size: 14px;
    padding: 5px;
  }

  .carousel-indicators {
    display: none;
  }

  .card {
    border-radius: 20px;
    background-size: contain;
  }

  .carousel-item {
    height: 50%;
  }

  .main-slider {
    height: 40vh !important;
  }

  .popular-destinations h1 {
    font-size: 28px;
    padding-bottom: 15px;
  }

  .why-choose {
    margin-top: 65px;
    display: grid;
    margin-bottom: 45px;
  }

  .destination-count h1 {
    font-size: 64px;
  }

  .rating-count h1 {
    font-size: 64px;
  }

  .happy-customers-count h1 {
    font-size: 64px;
  }

  .description-card-section {
    position: relative;
    right: 0;
    margin-top: 45px;
  }

  .de .img-destinations::-webkit-scrollbar {
    display: none;
  }

  .description-card-section p {
    text-align: center;
    font-size: 14px;
    padding: 8px;
  }

  .description-card-section button {
    display: none;
  }

  .main-card-section {
    display: grid !important;
    justify-content: center;
  }

  .main-card-img {
    width: 337px;
    height: 400px;
  }

  .testimonial-card-left {
    margin-left: 0;
  }

  .author-name {
    font-size: 20px;
  }

  .testimonial-quote span {
    font-size: 12px;
  }

  .author-avatar {
    width: 55px;
    border-radius: 50%;
    height: 57px;
  }

  .testimonial-card-left {
    border-radius: 20px;
    background-color: #fdfdff;
    display: flex;
    width: 305px;
    position: absolute;
    max-width: 100%;
    padding: 0px 10px 13px;
    height: 94px;
    justify-content: space-around;
    flex-direction: column;
  }

  .testimonial-card-right {
    border-radius: 20px;
    background-color: #fdfdff;
    display: flex;
    width: 305px;
    position: absolute;
    max-width: 100%;
    padding: 0px 10px 13px;
    height: 94px;
    justify-content: space-around;
    flex-direction: column;
    margin-left: 33px;
  }

  .testimonial-quote {
    margin-top: -6px
  }

  .testimonial-card-right:last-child {
    margin-top: -160px !important;
  }

  .description-card-section h1 {
    font-size: 40px;
    text-align: center;
  }

  .trip-container {
    display: block;
    margin: 0;
  }

  .easy-fast {
    width: 170px;
    padding: 11px 21px !important;
    font: 500 18px Poppins, sans-serif;
    margin-bottom: 30px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
  }

  .trip-heading {
    text-align: center;
    font-size: 35px;
  }

  .step-description {
    font-size: 12px;
  }

  .step-title {
    font-size: 16px;
  }

  .step-card {
    padding: 0 20px;
  }

  .trip-date {
    width: 80px;
  }

  .trip-author {
    width: 155px
  }

  .trip-people {
    display: none;
  }

  .capaddocia-card {
    height: 1%;
    width: 100%;
  }

  .ongoing-trip-card {
    width: 94%;
    margin-top: 25px;
  }

  .main-card-section {
    margin: 35px 130px;
  }

  .progressbar-complete-section {
    margin-top: -8%;
    padding-left: 92px;
    margin-left: 0;
  }

  .heart-icon {
    z-index: 9999999;
    margin-top: -47px;
    margin-left: 214px;
  }

  .explore-excursion-bottom {
    margin-top: 230px;
  }

  .explore-excursion-heading h1 {
    text-align: center;
    font-size: 28px;
    width: 100%;
    margin-top: 87px;
    margin-left: 0px;
  }



  .explore-excursion-description {
    text-align: center;

  }

  .logo-container {
    align-self: stretch;
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin: 0 auto;
  }

  .footer-top {
    text-align: center;
    display: block;
  }

  .footer-nav {
    display: grid;
    padding-top: 20px;
    line-height: 25px;
  }

  .social-container {
    display: block !important;
  }

  .social-icon-wrapper {
    flex: 0 !important;
  }

  .social-icons {
    justify-content: center;
    padding-top: 20px;
  }

  .social-text {
    font-size: 18px !important;
    padding-top: 12px;
    font-weight: 600 !important;
  }

  .logo-container {
    margin-top: 25px;
  }

  .footer-bottom {
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
  }

  .privacy-policy {
    display: block;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .logo-text {
    margin: 0 auto !important;
  }

  .logo-icon {
    margin: 10px auto;
  }

}

@media screen and (min-width: 991px) {
  .mobile-phone-photo {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .mobile-phone-photo {
    display: flex;
    justify-content: center;
    margin-left: 15px;
    padding-bottom: 90px;
  }

  .mobile-phone-photo img {
    width: 65%;
  }
}

@media screen and (min-width: 400px) and (max-width: 991px) {
  .explore-excursion-logos {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 25px;
    flex-wrap: nowrap;
  }

  .explore-excursion-image-left {
    display: none;
  }

  .explore-excursion-image-right {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 376px) {
  .googleplay {
    width: 148px !important;
    height: 45px !important;
  }
  .appstore {
    width: 148px;
    height: 45px;
  }
}

@media screen and (min-width:320px) and (max-width: 400px) {
  .explore-excursion-image-left {
    display: none;
  }

  .explore-excursion-image-right {
    display: none;
  }

  .google-apple-btns {
    margin: 0px auto;
    display: grid;
    margin-top: 25px;
  }

  .explore-excursion-logos {
    margin: 0px auto;
    display: grid;
    margin-top: 25px;
  }
}

@media screen and (min-width: 320px) and (max-width: 500px) {
  .testimonial-container-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 991px) {
  .testimonial-container-mobile {
    display: none !important;
  }

  .testimonial-container-desktop {
    display: block !important;
  }
}

/*MOBILE VERSION MEDIA QUERY END*/
