.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: 45px;
  color: #000;
  font-weight: 500;
  margin: 0px;
}
.infoPrivacypolicy .PPcontent h6 {
  font-family: San-Francisco_bold;
  font-size: 30px;
  color: #2D2D2D;
  font-weight: 500;
  margin: 0px;
}
.infoPrivacypolicy .PPcontent h2 span {
  color: #dc7931;
}
.infoPrivacypolicy .PPcontent p {
  font-family: San-Francisco;
  font-size: 21px;
  color: #2d2d2d;
}

.infoPrivacypolicy .imgpp {
  width: 100%;
  height: 100%;
  text-align: end;
  position: relative;
}
.infoPrivacypolicy .imgpp img {
  width: 90%;
  height: 100%;
  border-radius: 10px;
}

/* contactus */
.locationhead {
  width: 100%;
  padding: 25px 0px;
  text-align: center;
  margin: 2rem 0;
  color: #414141;
}

.locationhead h3 {
  margin: 0;
  font-size:3rem;
  font-family: San-Francisco_bold;
}

.locationhead p {
  margin: 0;
  /* font-size: 20px; */
  font-family: San-Francisco;
}
.locationhead p.lcdetails {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.locationdetails {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  height: 150px;
  align-content: center;
  color: #fff;
  background-position: center;
  background-size: cover;
}

.locationdetails h3 {
  font-size: 3rem;
  font-family: San-Francisco_bold;
  margin-bottom: .7rem;
}
.locationdetails p {

  font-size: 20px;
  font-family: San-Francisco;
}

.popuplocations {
  text-align: left;
  display: grid;

  margin: 0rem 0;
  background-color: #f6f6f6;
  padding: 20px 40px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.grid1{
  grid-template-columns:auto auto auto;
}

.grid2{
  grid-template-columns: 33.3% auto auto;
}

.popuplocations .locationlist {
  /* background-color: #f6f6f6; */
  padding: 20px 20px;
}

.locationlist p {
  font-size: 20px;
  font-family: San-Francisco;
  line-height: 30px;
}
.locationlist p.header {
  color: #dc7931;
  font-family: San-Francisco_Medium;
  padding-bottom: 5px;
}

.contactbtns {
  display: block;
  padding: 10px 0px;
  background-color: #5aba0e;
  transition: background-color 0.5s;
  font-family: San-Francisco_Medium;
  color: #fff;
  display: flex;
  height: 30px;
  width: 200px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  text-decoration: none;
  padding-left: 10px;
  font-size: 20px;
  cursor: pointer;
}

.contactbtns:hover {
  background-color: #dc7931;
}
.btnsession {
  display: flex;
  justify-content: flex-end;
}

.contactbtns img {
  width: 20px;
  height: 10px;
  object-fit: cover;
  padding: 13px 9px;
  background-color: #fff;
  border-radius: 50px;
  margin-left: 20px;
}

.feature {
  display: flex;
  align-items: center;
  font-family: San-Francisco;
  gap: 10px;
  color: #000;
  font-size: 18px;
  margin-bottom: 0px;
}

.icon {
  background-color: #d2f2dd;
  padding: 10px;
  width: 20px;
  height: 20px;
}

.imgtextpopup {
  width: 90%;
  height: 100px;
  position: absolute;
  bottom: 0;
  background-color: #2d2d2d00;
  text-align: center;

  color: #fff;
  font-family: Playfair;
  align-content: center;
  right: 0;
}

.imgtextpopup p {
    font-size: 2.5rem;
  padding: 0;
  margin: 0;
  text-shadow: 1px 1px 10px rgba(0, 0, 20, 0.382);
}
.mt-2{
padding-top: 1rem;
}

@media only screen and (max-width: 1110px) {
  .grid1{
    grid-template-columns: auto  auto;
  }
  .grid2{
    grid-template-columns: auto auto ;
  }
  .resp{
    display: none;
  }
  .btnsession {
justify-content: flex-start;
  }
  .banner-overlay {
    font-size: 6rem;
  }
  
  
  .locationhead h3 {
    margin: 0;
    font-size: 3rem;
    font-family: San-Francisco_bold;
  }

  .locationhead p.lcdetails {
    margin: 0 auto;
    margin-bottom: 2.5rem;
    font-size: 1.2rem;
    width: 80%;
   
  }
  .locationdetails h3 {
    font-size: 3rem;
    font-family: San-Francisco_bold;
  }
  .locationdetails p {
    width: 90%;
    margin: auto;
    font-size: 1.4rem;
    font-family: San-Francisco;
  }
  .imgtextpopup p {
    font-size: 2.4rem;
  padding: 0;
  margin: 0;
  text-shadow: 1px 1px 10px rgba(0, 0, 20, 0.382);
}
.infoPrivacypolicy {
    display: grid;
    grid-template-columns:  100%;
    margin: 3rem 0;
  }
  .infoPrivacypolicy .imgpp {
    width: 100%;
    height: 100%;
    text-align: end;
    position: relative;
  }
  .infoPrivacypolicy .imgpp img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .imgtextpopup {
    width: 100%;

  }
  
}

@media only screen and (max-width: 800px) {
  .resp {
    display: none;
  }
  .popuplocations {
    text-align: left;
    display: block;
    grid-template-columns: auto;
    margin: 0rem 0;
    background-color: #f6f6f6;
    padding: 20px 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .popuplocations .locationlist {
    /* background-color: #f6f6f6; */
    padding: 10px 10px;
  }
  .btnsession {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .locationlist p {
    font-size: 18px;
    font-family: San-Francisco;
    line-height: 25px;
  }

  /* contactus */
  .locationhead {
    padding: 25px 0px;
    text-align: center;
    margin: 2rem 0;
    color: #414141;
  }

  .locationhead h3 {
    margin: 0;
    font-size: 2rem;
    font-family: San-Francisco_bold;
  }

  .locationhead p.lcdetails {
    margin-bottom: 2.5rem;
    font-size: 1.2rem;
  }
  .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_Semibold;
    font-weight: 200;
  }

  .infoPrivacypolicy .PPcontent h2 {
    font-family: San-Francisco_bold;
    font-size: 2,5rem;
    color: #000;
    font-weight: 500;
    margin: 0px;
  }
  .infoPrivacypolicy .PPcontent h6 {
    font-family: San-Francisco_bold;
    font-size: 1.6rem;
    color: #2D2D2D;
    font-weight: 500;
    margin: 0px;
  }
  .infoPrivacypolicy .PPcontent h2 span {
    color: #dc7931;
  }
  .infoPrivacypolicy .PPcontent p {
    font-family: San-Francisco;
    font-size: 1.2rem;
    color: #2d2d2d;
  }
  .imgtextpopup {
    width: 100%;
    height: 30%;
    background-color: rgba(0, 0, 0, 0.036);
  }
  .imgtextpopup p {
    font-size: 2rem;
  padding: 0;
  margin: 0;
  text-shadow: 1px 1px 10px rgba(0, 0, 20, 0.382);
}
.locationdetails h3 {
  font-size: 2rem;
  font-family: San-Francisco_bold;
}
.locationdetails p {
  width: 90%;
  margin: auto;
  font-size: 1rem;
  font-family: San-Francisco;
}

.locationdetails {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  height: auto;
  align-content: center;
  color: #fff;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 15px 0;
}


}


  

  /* popup */

  .open-popup-btn {
    margin: 50px;
    padding: 10px 20px;
    background-color: #28a745;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
  }

  .popup {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  .popup.show {
    display: flex;
  }


  .popup-content {
    background: #fff;
    width: 50%;
    max-width: 95%;
    border-radius: 10px;
    overflow: hidden;
  }

  .popup-header {
    /* background: linear-gradient(to right, #154360, #58D68D); */
    background: linear-gradient(to top right, #152D8B, #5ABA0E);
    color: white;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: San-Francisco;
    position: relative;
  }

  .popup-header h2 {
    margin: 0;
  }
  .popup-header p {
    margin: .7rem 0;
    width: 80%;
  }
  .popup-header .close-btn {
    cursor: pointer;
    font-size: 34px;
    position: absolute;
    right: 20px;
    top: 10px;
    color: rgba(255, 255, 255, 0.781);
  }

  .popup-body {
    padding: 40px;
    font-family: San-Francisco;
  }

  .popup-body input,
  .popup-body textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

  .popup-body .error {
    color: red;
    font-size: 12px;
    margin-top: -1rem;
    margin-bottom: 2rem;
  }

  .submit-btn {
    background-color: #5ABA0E;
    color: white;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: .5s;
  }

  .submit-btn:hover {
    background-color: #dc7931;
  }

  .popup-body .user-box {
    position: relative;
  }

  .popup-body .user-box input {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #2D2D2D;
    /* margin-bottom: 30px; */
    border: none;
    border-bottom: 1px solid #2d2d2d6f;
    outline: none;
    background: transparent;
    border-radius: 0px;
  }
  .popup-body .user-box label {
    position: absolute;
    top:0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    color:#2D2D2D;
    pointer-events: none;
    transition: .5s;
  }
  
  .popup-body .user-box input:focus ~ label,
  .popup-body .user-box input:valid ~ label {
    top: -12px;
    left: 0;
    color: #323131;
    font-size: 12px;
  }
  

  .socialmediapop{
    text-align: left;
  }
  
  
  .socialmediapop i{
    padding: 10px;
  }

  .socialmediapop i:first-child {
    padding: 10 0px;
    padding-right: 10px;
    padding-left: 0;

    color: rgb(255, 255, 255);
   }
  

   @media only screen and (max-width: 1080px) {

    .popup-content {
        background: #fff;
        width: 80%;
        max-width: 95%;
        border-radius: 10px;
        overflow: hidden;
      }
   }
   @media only screen and (max-width: 640px) {

    .popup-content {
        background: #fff;
        width: 95%;
        max-width: 95%;
        border-radius: 10px;
        overflow: hidden;
      }
      .popup-header p {
        margin: .7rem 0;
        width: 100%;
      }
      .popup-header {
        /* background: linear-gradient(to right, #154360, #58D68D); */
        background: linear-gradient(to top right, #152D8B, #5ABA0E);
        color: white;
        padding:30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: San-Francisco;
        position: relative;
      }
      .popup-body {
        padding: 30px;
        font-family: San-Francisco;
      }
   }

   .transfersession{
    width: 90%;
    margin:6rem auto;
    text-align: center;
  height: auto;
  /* margin: 4rem; */

  }

  
  .transfersession h2{
    font-size: 50px;
    font-family: Playfair_Semibold;
    font-weight: 300;
    text-align: center;
    color: #2D2D2D;
    
  }
  .transfersession a{
    font-size:18px;
    font-family: San-Francisco;;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    padding: 15px 25px;
    background: #5ABA0E;
    text-decoration: none;
    display: inline-block;
    margin-top: 1rem;
cursor: pointer;
  }
  .transfersession a img{
    width: 20px;
    height: 10px;
    object-fit: cover;
    margin-left: 10px;
    
  }

  @media only screen and (max-width: 640px) {
    .transfersession h2{
      font-size: 35px;
    }
  }

  


