.image-scroll-container {
  height: 450px;
  overflow: auto;
  position: relative;
}

.image-scroll-container img {
  width: 100%;
  height: 1080px;
  object-fit: cover;
}
/* Custom scrollbar styling */
.image-scroll-container::-webkit-scrollbar {
  width: 1px;
}

.image-scroll-container::-webkit-scrollbar-track {
  background: #f1f1f100;
}

.image-scroll-container::-webkit-scrollbar-thumb {
  background: rgba(136, 136, 136, 0);
  border-radius: 4px;
}

.image-scroll-container::-webkit-scrollbar-thumb:hover {
  background: rgba(85, 85, 85, 0.008);
}

.banner-overlay {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 140px;
  text-shadow: 1px 1px 10px rgba(0, 0, 20, 0.382);
  z-index: 100;
  pointer-events: none;
  font-family: Playfair_bold;
  font-weight: 200;
  
}

.slider-container {
  position: relative;
  overflow: hidden;
  padding: 20px;
}

.card-slider {
  display: flex;
  transition: transform 0.5s ease;
}

.card-item {
  padding: 10px;
  box-sizing: border-box;
  flex: 0 0 100%;
}

/* Tablet - show 2 cards */
@media (min-width: 768px) {
  .card-item {
    flex: 0 0 50%;
  }
}

/* Desktop - show 3 cards */
@media (min-width: 992px) {
  .card-item {
    flex: 0 0 auto;
  }
}

.card {
  width: 100%;
}

.slider-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.slider-buttons button {
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  padding: 10px;
  border-radius: 50%;
}
.topinfocontact {
  padding: 3rem 2rem;
  color: #fff;
  font-family: San-Francisco_bold;
  font-size: 40px;
}

.conctact_session {
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 10px;
  margin: 3rem 0;
}
.contactbtn {
  display: inline-block;
  color: #000;
  background: #fff;
  border-radius: 50px;
  padding: 15px 25px;
  text-decoration: none;
}

.cnytinffosession {
  text-align: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-family: San-Francisco;
}

.infoPrivacypolicy {
  display: grid;
  grid-template-columns: auto 50%;
  margin: 3rem 0;
}
.infoPrivacypolicy .PPcontent {
  /* margin-top:2.5rem; */
  align-content: center;
}
.infoPrivacypolicy .PPcontent h2 {
  font-family: San-Francisco_bold;
  font-size: 55px;
  color: #000;
  font-weight: 500;
  margin: 0px;
}
.infoPrivacypolicy .PPcontent h2 span {
  color: #dc7931;
}
.infoPrivacypolicy .PPcontent p {
  font-family: San-Francisco;
  font-size: 23px;
  color: #2d2d2d;
}

.infoPrivacypolicy .imgpp {
  width: 100%;
  height: 100%;
  text-align: end;
}
.infoPrivacypolicy .imgpp img {
  width: 90%;
  height: 100%;
  border-radius: 10px;
}



/* ddd */

.slider-containers {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 20px auto;
  border-bottom: 1px solid #ccc;
  position: relative;
  font-family: San-Francisco;
  font-weight: 500;
}

.slider-track {
  display: flex;
  transition: transform 0.3s ease-in-out;
  margin-right: 40px;
}

.slider-item {
  flex: 0 0 auto;
  padding: 10px 25px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.slider-item:hover {
  font-weight: bold;
  border-bottom: 2px solid black;
}
.slider-item.activenb {
  font-weight: bold;
  border-bottom: 2px solid black;
}

.slider-button {
  background: #d4f5da;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  cursor: pointer;
}

.slider-button img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.slider-button:first-child img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(180deg);
}
.slider-controls {
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap:10px;
  background-color: rgb(255, 255, 255);
}

.contentpolicy{
  position: relative;
  min-height: 350px;
  max-height: 350px;
background-color:#F5F5F7 ;
padding: 1px 20px;
direction:rtl;

}

.slidedata .imglist{
position: absolute;
height: 450px;
width: auto;
right: 0rem;
bottom: 0;

}
.slidedata{
  display: none;
}
.slidedata:first-child{
  display: block;
}
.slidedata .imglist img{

  height: 100%;
  width: 450px;
  object-fit: cover;
  object-position: center;

  
  }

  .slidedata .datahead {

    margin: 2rem 10px;
    font-size: 25px;
    font-family: San-Francisco_bold;
    color: #2D2D2D;
    max-width: 70%;

  }
  .slidedata .contentscrool{
    height: 300px;
    margin:20px;
    align-content: center;
    overflow-y: scroll;
    direction:rtl;
    padding: 10px ;
    box-sizing: border-box;

    /* margin-top: 50px; */
  }
  .contentscrool::-webkit-scrollbar {
    width: 8px;

  }
  
  .contentscrool::-webkit-scrollbar-track {
    background: #f1f1f100;
  }
  
  .contentscrool::-webkit-scrollbar-thumb {
    background: #C9C9C9;
    border-radius: 10px;
  }
  
  .contentscrool::-webkit-scrollbar-thumb:hover {
    background: rgba(85, 85, 85, 0.764);
  }

  
  .info-section {
    margin-bottom: 25px;
    direction:ltr;
    padding-left: 20px;
  }

  .info-header {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    max-width: 50%;
  }

  .info-header h4 {
    font-family: San-Francisco_Medium;
    font-weight: 400;
    font-size: 25px;
  }
  .checkmark {
    color: #000;
    font-size: 16px;
    margin-right: 8px;
  }

  .info-description {
    font-size: 20px;
    color: #444;
    margin-top: 5px;
    padding-left: 24px;
    max-width: 50%;
    font-family: San-Francisco;
  }

  @media only screen and (max-width: 1080px) {
    .banner-overlay{
      font-size: 6rem;
      text-align: center;
    }

  }
  @media only screen and (max-width: 980px) {
    .slidedata .imglist{
      position: absolute;
      height: 450px;
      width: auto;
      right: 0rem;
      bottom: 0;
      display: none;
      
      }
      .info-description {
        font-size: 20px;
        color: #444;
        margin-top: 5px;
        padding-left: 24px;
        max-width: 100%;
        font-family: San-Francisco;
      }
      .info-header {
        display: flex;
        align-items: center;
        font-size: 18px;
        font-weight: 600;
        max-width: 100%;
      }
      .infoPrivacypolicy {
        display: grid;
        grid-template-columns: auto;
        margin: 3rem 0;
      }
      .infoPrivacypolicy .imgpp img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
      }
      .infoPrivacypolicy .PPcontent h2 {
        font-family: San-Francisco_bold;
        font-size: 2.5rem;
        color: #000;
        font-weight: 500;
        margin: 0px;
      }
      .infoPrivacypolicy .PPcontent h2 span {
        color: #dc7931;
      }
      .infoPrivacypolicy .PPcontent p {
        font-family: San-Francisco;
        font-size: 1.5rem;
        color: #2d2d2d;
      }
      .cnytinffosession {
        text-align: center;
        position: absolute;
        bottom: 30px;
        width: 100%;
        color: #fff;
        font-size: 20px;
        padding: 0 20px ;
        box-sizing: border-box;
        font-family: San-Francisco;
      }

      
.banner-overlay {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 5rem;
  text-shadow: 1px 1px 10px rgba(0, 0, 20, 0.382);
  z-index: 100;
  pointer-events: none;
  font-family: Playfair_bold;
  font-weight: 200;
}
      
    
  }

