
  .card-container {
    width: 300px;
    height: 450px;
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 12px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .card-container1 {
    width: 100%;
    height: 60%;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .card-container1:hover {
    cursor: pointer;;
  }
  .tour-card-image {
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    align-self: stretch;
    object-fit: cover;
    border-radius: 10px;
  }
  .card-container2 {
    width: 100%;
    height: 40%;
    display: flex;
    position: relative;
    align-self: flex-start;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .card-container3 {
    top: 10%;
    flex: 0 0 auto;
    left: 10%;
    height: 90%;
    display: flex;
    position: absolute;
    align-self: stretch;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .card-container4 {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    align-self: flex-start;
    justify-content: flex-start;
  }
  .tour-card-text {
    height: auto;
    align-self: flex-start;
    word-break:normal;
  }
  .tour-card-text:hover {
    cursor: pointer;
  }
  .tour-card-features {
    left: 0px;
    width: 220px;
    bottom: 0px;
    height: 70%;
    display: flex;
    position: absolute;
    align-self: flex-end;
    flex-direction: column;
  }
  .card-container5 {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    margin-top: 0.5rem;
    align-items: flex-start;
  }
  .tour-card-icon {
    width: 24px;
    height: 24px;
    align-self: flex-start;
  }
  .tour-card-text1 {
    margin-left: 0.5rem;
    text-transform: capitalize;
  }
  .card-container6 {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    margin-top: 0.5rem;
    align-items: flex-start;
  }
  .tour-card-icon2 {
    width: 24px;
    height: 24px;
  }
  .tour-card-text2 {
    margin-left: 0.5rem;
  }
  .card-container7 {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    display: flex;
    margin-top: 0.5rem;
    align-items: flex-start;
  }
  .tour-card-icon4 {
    width: 24px;
    height: 24px;
  }
  .tour-card-text3 {
    margin-left: 0.5rem;
  }
  .tour-card-root-class-name {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  
  .tour-card-root-class-name2 {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .tour-card-root-class-name3 {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .tour-card-root-class-name4 {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .tour-card-root-class-name5 {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .tour-card-root-class-name6 {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .tour-card-root-class-name7 {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .tour-card-root-class-name8 {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .tour-card-root-class-name9 {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .tour-card-root-class-name10 {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .tour-card-root-class-name11 {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .tour-card-root-class-name12 {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .tour-card-root-class-name13 {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .tour-card-root-class-name14 {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .tour-card-root-class-name15 {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  @media(max-width: 479px) {
    .card-container {
      width: 300px;
    }
  }
  
  .all-tours-alanya-container {
    width: 100%;
    display: flex;
    overflow: auto;
    min-height: 100vh;
    align-items: center;
    flex-direction: column;
  }
  .all-tours-alanya-header {
    width: 100%;
    display: flex;
    z-index: 100;
    position: fixed;
    align-items: center;
    flex-direction: column;
    background-color: var(--dl-color-gray-white);
  }
  .all-tours-alanya-navbar-interactive {
    z-index: 999;
  }
  .all-tours-alanya-logo {
    text-transform: lowercase;
  }
  .all-tours-alanya-desktop-menu {
    flex: 1;
    display: flex;
    justify-content: space-between;
  }
  .all-tours-alanya-links {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .all-tours-alanya-tours {
    margin-right: 32px;
    text-decoration: none;
  }
  .all-tours-alanya-transfers {
    margin-right: 32px;
  }
  .all-tours-alanya-navlink {
    text-decoration: none;
  }
  .all-tours-alanya-transfers1 {
    margin-right: 32px;
  }
  .all-tours-alanya-navlink1 {
    text-decoration: none;
  }
  .all-tours-alanya-about-us {
    margin-right: 32px;
  }
  .all-tours-alanya-navlink2 {
    text-decoration: none;
  }
  .all-tours-alanya-burger-menu {
    display: none;
  }
  .all-tours-alanya-icon {
    width: var(--dl-size-size-xsmall);
    cursor: pointer;
    height: var(--dl-size-size-xsmall);
  }
  .all-tours-alanya-mobile-menu1 {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    display: none;
    padding: 32px;
    z-index: 100;
    position: absolute;
    flex-direction: column;
    justify-content: space-between;
  }
  .all-tours-alanya-nav {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .all-tours-alanya-top {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: var(--dl-space-space-threeunits);
    justify-content: space-between;
  }
  .all-tours-alanya-close-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .all-tours-alanya-icon02 {
    width: var(--dl-size-size-xsmall);
    cursor: pointer;
    height: var(--dl-size-size-xsmall);
  }
  .all-tours-alanya-links1 {
    flex: 0 0 auto;
    display: flex;
    align-self: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .all-tours-alanya-nav12 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .all-tours-alanya-nav22 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .all-tours-alanya-nav42 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .all-tours-alanya-nav52 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .all-tours-alanya-buttons {
    border: 2px dashed rgba(120, 120, 120, 0.4);
    display: flex;
    margin-top: var(--dl-space-space-unit);
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .all-tours-alanya-icon04 {
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
    margin-right: var(--dl-space-space-twounits);
  }
  .all-tours-alanya-icon06 {
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
    margin-right: var(--dl-space-space-twounits);
  }
  .all-tours-alanya-icon08 {
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
  }
  .hero-container {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
  }
  .hero-container-gradient {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #ffffff);
  }
  .all-hero {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .all-hero1 {
    background-color: transparent;
  }
  .all-container03 {
    gap: var(--dl-space-space-oneandhalfunits);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .all-hero-heading {
    max-width: 800px;
    text-align: center;
  }
  .all-hero-sub-heading {
    font-size: 18px;
    text-align: center;
    width: 40%;
  }
  .all-tours-container {
    /* display: flex; */
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
  }
  .all-tours-cards-container {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, 300px); /* width of elements here */
    grid-auto-rows: 470px; /* height here */
    grid-gap: var(--dl-space-space-threeunits);
    justify-content: center; /* this will do the magic */
  }
  .all-tours-alanya-container04 {
    align-items: flex-end;
    flex-direction: column;
  }
  .all-tours-alanya-component2 {
    text-decoration: none;
  }
  .all-tours-alanya-container06 {
    align-items: flex-start;
  }
  .all-tours-alanya-tour-row1 {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  .all-tours-alanya-container07 {
    align-items: flex-end;
  }
  .all-tours-alanya-container09 {
    align-items: flex-start;
  }
  .all-tours-alanya-banner {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .all-tours-alanya-banner-heading {
    text-align: center;
  }
  .all-tours-alanya-banner-sub-heading {
    max-width: var(--dl-size-size-maxwidth);
    margin-top: var(--dl-space-space-twounits);
    text-align: center;
    margin-bottom: var(--dl-space-space-twounits);
  }
  .all-tours-alanya-faq {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .all-tours-alanya-faq-container {
    border: 2px dashed rgba(120, 120, 120, 0.4);
  }
  .all-tours-alanya-footer {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .all-tours-alanya-container10 {
    gap: var(--dl-space-space-unit);
    display: flex;
    max-width: var(--dl-size-size-maxwidth);
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .all-tours-alanya-nav1 {
    flex: 0 0 auto;
    display: flex;
    margin-top: 0px;
    align-items: center;
    flex-direction: row;
  }
  .all-tours-alanya-nav221 {
    margin-left: var(--dl-space-space-unit);
  }
  .all-tours-alanya-nav421 {
    margin-left: var(--dl-space-space-unit);
  }
  .all-tours-alanya-nav521 {
    margin-left: var(--dl-space-space-unit);
  }
  .all-tours-alanya-separator {
    flex: 0 0 auto;
    width: 100%;
    height: 0px;
    display: flex;
    margin-top: var(--dl-space-space-twounits);
    align-items: flex-start;
    margin-left: 0px;
    border-color: var(--dl-color-gray-900);
    border-style: solid;
    border-width: 1px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-twounits);
    flex-direction: row;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
  }
  .all-tours-alanya-container11 {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .all-tours-alanya-icon-group1 {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .all-tours-alanya-icon10 {
    width: 24px;
    height: 24px;
    margin-right: var(--dl-space-space-twounits);
  }
  .all-tours-alanya-icon12 {
    width: 24px;
    height: 24px;
    margin-right: var(--dl-space-space-twounits);
  }
  .all-tours-alanya-icon14 {
    width: 24px;
    height: 24px;
  }
  @media(max-width: 991px) {
    .all-hero-sub-heading {
        font-size: 18px;
        text-align: center;
        width: 100%;
      }
    .all-tours-cards-container {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
        word-wrap: break-word;
        width: 100%;
      }
    .all-hero1 {
      flex-direction: column;
    }
    .all-container03 {
      align-items: center;
      margin-right: 0px;
      margin-bottom: var(--dl-space-space-twounits);
      padding-right: 0px;
    }
    .all-hero-heading {
      text-align: center;
    }
    .all-hero-sub-heading {
      text-align: center;
      padding-left: var(--dl-space-space-threeunits);
      padding-right: var(--dl-space-space-threeunits);
    }
    .all-tours-alanya-banner-sub-heading {
      max-width: 100%;
    }
  }
  @media(max-width: 767px) {
    .all-tours-alanya-navbar-interactive {
      padding-left: var(--dl-space-space-twounits);
      padding-right: var(--dl-space-space-twounits);
    }
    .all-tours-alanya-desktop-menu {
      display: none;
    }
    .all-tours-alanya-burger-menu {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .all-tours-alanya-nav12 {
      margin-bottom: var(--dl-space-space-unit);
    }
    .all-tours-alanya-nav22 {
      margin-bottom: var(--dl-space-space-unit);
    }
    .all-tours-alanya-nav42 {
      margin-bottom: var(--dl-space-space-unit);
    }
    .all-tours-alanya-nav52 {
      margin-bottom: var(--dl-space-space-unit);
    }
    .all-hero1 {
      padding-left: var(--dl-space-space-twounits);
      padding-right: var(--dl-space-space-twounits);
    }
    .all-hero-sub-heading {
      padding-left: var(--dl-space-space-unit);
      padding-right: var(--dl-space-space-unit);
    }
    .all-tours-alanya-banner1 {
      padding-left: var(--dl-space-space-twounits);
      padding-right: var(--dl-space-space-twounits);
    }
    .all-tours-alanya-banner-sub-heading {
      padding-left: var(--dl-space-space-unit);
      padding-right: var(--dl-space-space-unit);
    }
    .all-tours-alanya-footer1 {
      padding-left: var(--dl-space-space-twounits);
      padding-right: var(--dl-space-space-twounits);
    }
    .all-tours-alanya-separator {
      margin-top: var(--dl-space-space-oneandhalfunits);
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: var(--dl-space-space-oneandhalfunits);
    }
    .all-tours-alanya-container11 {
      align-items: center;
      flex-direction: column;
      justify-content: space-between;
    }
    .all-tours-alanya-text40 {
      margin-bottom: var(--dl-space-space-oneandhalfunits);
    }
  }
  @media(max-width: 479px) {
    .card-container3 {
        left: 0%;
    }
    .tour-card-features {
        height: 70%;
    }
    .all-hero1 {
      padding-top: var(--dl-space-space-twounits);
      padding-left: var(--dl-space-space-unit);
      padding-right: var(--dl-space-space-unit);
      padding-bottom: var(--dl-space-space-twounits);
    }
    .all-container03 {
      margin-bottom: var(--dl-space-space-unit);
    }
    .all-tours-alanya-banner1 {
      padding-top: var(--dl-space-space-twounits);
      padding-left: var(--dl-space-space-unit);
      padding-right: var(--dl-space-space-unit);
      padding-bottom: var(--dl-space-space-twounits);
    }
    .all-tours-alanya-footer1 {
      padding: var(--dl-space-space-unit);
    }
    .all-tours-alanya-separator {
      margin-top: var(--dl-space-space-oneandhalfunits);
      margin-bottom: var(--dl-space-space-oneandhalfunits);
    }
    .all-tours-alanya-container11 {
      align-items: center;
      flex-direction: column;
      justify-content: space-between;
    }
    .all-tours-alanya-text40 {
      text-align: center;
      margin-bottom: var(--dl-space-space-oneandhalfunits);
    }
  }
  

  /* ALL TOURS CSS */


  .locationCard {
    color: var(--dl-color-custom-neutral-dark);
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
    background-attachment: fixed;
    background-size: cover;
  }

  .location-container {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .location-card-container {
    width: 100%;
    height: 100%;
    position: relative;
    background-attachment: fixed;
  }
  .location-card-container-inner {
    top: 30%;
    right: var(--dl-space-space-fiveunits);
    width: 40%;
    bottom: 30%;
    height: 40%;
    position: absolute;
    text-align: right;
  }
  .location-card-text {
    color: #ffffff;
    margin: 0%;
    align-self: flex-end;
  }
  .location-card-text1 {
    color: var(--dl-color-gray-white);
    align-self: flex-end;
    font-size: x-large;
  }
  .location-card-more-button {
    width: 40%;
    margin-top: 10%;
    margin-left: 60%;
    text-decoration: none;
    display: flex;
    justify-content: space-around;
  }

  @media(max-width: 991px) {
     .location-card-text1 {
       font-size: large
     }
    .location-card-container-inner {
      top: 10%;
      width: auto;
      text-align: left;
      margin-left: 3%;
      margin-right: 3%;
      right: 0;
    }
    .location-card-more-button {
        margin-top: 10%;
        text-decoration: none;
        display: flex;
        justify-content: space-around;
        margin-left: 0%;
        width: auto;
      }
  }



/* ALL DETAIL TOUR CSS */

.detail-row-container {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex: 0 0 auto;
  height: auto;
  position: relative;
}
.detail-info-container {
  display: flex;
  flex: 0 0 auto;
  width: 38%;
  height: auto;
  align-self: center;
  margin: 2%;
  align-items: flex-start;
  flex-direction: column;
}

.tour-detail-carousel-container {
  flex: 0 0 auto;
  width: 58%;
  height: auto;
  margin-top: 2%;
  margin-bottom: 2%;
  aspect-ratio: 16/9;
}

.tour-detail-description-container {
  display: flex;
  flex-direction: column;
  width: auto;
  height: auto;
  align-items: flex-start;
  flex: 0 0 auto;
  margin: 2%;
  text-align: justify;
}
.tour-detail-description-container p {
  padding-bottom: 1rem;
}
.tour-detail-description-container ul {
  padding-left: 3rem;
  padding-bottom: 1rem;
}

.features-container {
  display: flex;
  flex-direction: column;
  width: auto;
  height: auto;
  align-items: flex-start;
  flex: 0 0 auto;
  margin-top: 4%;
}
.tour-features-icon {
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
}
.features-row {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
.detail-book-button {
  margin-top: 2rem;
  width: 40%;
}

@media (max-width: 991px) {
  .detail-row-container {
    flex-direction: column;
  }
  .detail-info-container {
    width: auto;
  }
  .tour-detail-carousel-container {
    width: auto;
  }
}

/* SLide show */

.slider-wrapper {
  /* margin: 1rem; */
  position: relative;
  overflow: hidden;
}

.slides-container {
  width: 100%;
  display: flex;
  overflow: scroll;
  scroll-behavior: smooth;
  list-style: none;
  margin: 0;
  padding: 0;
  aspect-ratio: 16/9;
}

.slide-arrow {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 4rem;
  background-color: white;
  border: none;
  width: 2rem;
  font-size: 3rem;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 100ms;
}

.slide-arrow:hover,
.slide-arrow:focus {
  opacity: 1;
}

#slide-arrow-prev {
  left: 0;
  padding-left: 0.25rem;
  border-radius: 0 2rem 2rem 0;
}

#slide-arrow-next {
  right: 0;
  padding-left: 0.75rem;
  border-radius: 2rem 0 0 2rem;
}

.slide {
  width: 100%;
  height: 100%;
  flex: 1 0 100%;
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}