/* .home_banner {
    height: 100vh;
    position: relative;
    overflow: hidden;
} */

/* .banner_form_wrapper {
  position: absolute;
  top: 63px;
  right: 60px;
  z-index: 111;

  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;

  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
} */

.home_banner {
  margin: 30px 0px;
}


.home_banner  .swiper_holder{
  position: relative;
}

.home_banner  .slider_static_holder {
    position: absolute;
    left: 8%;
    top: 0px;
    z-index: 1;
    bottom: 0px;
    height: fit-content;
    margin-top: auto;
    margin-bottom: 2%;
}

.home_banner .banner_card_holder {
  display: flex;
  width: 100%;
  gap: 8px;
}

.home_banner  .common_btn {
  background: transparent linear-gradient(180deg, #00adef 0%, #005778 100%) 0%
    0% no-repeat padding-box;
  gap: 10px;
  display: flex;
  align-items: center;
}

.home_banner .banner_card_holder .banner_slide_img_holder {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.home_banner .banner_card_holder .banner_slide_img_holder:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #001c26 0%, #00acef 100%) 0%
    0% no-repeat padding-box;
  opacity: 0.6;
}
.banner_form .form-label span {
  color: red;
}

.home_banner .banner_slide {
    aspect-ratio: 1/0.4;
    display: flex;
    align-items: center;
    padding-left: 8%;
    padding-right: 2%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    width: 187%;
}

.home_banner .banner_slide:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #141414 0% 0% no-repeat padding-box;
  opacity: 0.6;
  z-index: -1;
}
/* Rotated Left Text */
.home_banner .banner_side_text {
  font-size: 62px;
  font-weight: 900;
  letter-spacing: 5px;
  color: rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  position: absolute;
  transform: rotate(270deg);
  bottom: 42%;
  left: -18%;
}

/* Content */
.home_banner .banner_content {
  color: #ffffff;
  text-shadow: 0px 3px 6px #00000096;
}

.home_banner .banner_content .banner_heading {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  font-family: "Playfair Display";
  text-transform: uppercase;
}

.home_banner .banner_content .banner_text {
  font-size: 18px;
  margin-top: 15px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner_form_wrapper {
  position: absolute;
  top: 63px;
  right: 60px;
  z-index: 111;

  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;

  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}




.home_banner .swiper-button-prev,
.home_banner .swiper-button-next {
  display: none;
}

.home_banner .navigation_holder {
    display: flex;
    margin-bottom: 30px;
    gap: 10px;
}

.home_banner .navigation_holder .arrow_icon {
    background: #fff;
    color: #141414;
    width: 20px;
    height: 20px;
    padding: 2px;
    border-radius: 50px;
}

/* Hover */
.home_banner .navigation_holder  .arrow_icon:hover {
  background: #333333;
  color: #fff;      
}


/* Disabled */
.home_banner .navigation_holder  .arrow_icon.disabled {
  background: #333333;
  color: #fff; 
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
}





.swiper-button-prev,
.swiper-button-next {
  display: none;
}



.home_banner .swiper-button-prev:after,
.home_banner .swiper-button-next:after {
  color: #fff;
  font-weight: 900;
  font-size: 60px;
}

.home_banner .swiper-pagination-bullet-active {
  background: #00648b !important;
  width: 30px !important;
  height: 4px !important;
  border-radius: 5px !important;
}

.home_banner .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1 !important;
  width: 15px;
  height: 3px !important;
  border-radius: 5px !important;
}

/* =================== Media Queries ================== */

@media (min-width: 0px) and (max-width: 574px) {
 

  .home_banner .banner_content {
    padding: 2%;
  }


  .home_banner .banner_side_text {
    font-size: 23px;
    position: unset;
    transform: none;
    text-align: center;
  }

  .home_banner .banner_content .banner_heading {
    font-size: 15px;
  }

  .home_banner .banner_content .banner_text {
    font-size: 11px;
    width: 100%;
}

  
  .home_banner .swiper-button-prev:after,
  .home_banner .swiper-button-next:after {
    font-size: 20px;
  }

  .banner_form_wrapper {
    position: unset;
    margin-top: 20px;
    padding: 15px;
    max-height: unset;
  }


  .banner_form_wrapper .form-control {
    font-size: 13px !important;
  }

  .home_banner .navigation_holder {
    margin-bottom: 10px;
}

.home_banner  .slider_static_holder {
    position: unset;
    margin: 10px 0px;
}

.home_banner .common_btn {
    padding: 5px 10px;
    font-size: 13px;
}

  .home_banner .banner_slide {
    padding: 0;
  }


}

@media (min-width: 575px) and (max-width: 767px) {

  .home_banner  .slider_static_holder {
    position: unset;
    margin: 10px 0px;
}

.home_banner .navigation_holder {
    margin-bottom: 10px;
}

  .home_banner .banner_side_text {
    font-size: 47px;
    position: unset;
    transform: none;
    text-align: center;
    margin-top: 12px;
  }

  .home_banner .banner_content .banner_heading {
    font-size: 24px;
  }

  .home_banner .banner_content .banner_text {
    font-size: 17px;
    margin: auto;
  }


  .banner_form_wrapper {
    position: unset;
    max-height: unset;
    width: 550px;
    margin: 15px auto;
  }

  .home_banner .banner_slide {
    padding-right: 0%;
    padding-left: 4%;
    aspect-ratio: 1/0.6;
}


  .home_banner .swiper-button-prev:after,
  .home_banner .swiper-button-next:after {
    font-size: 40px;
  }
  .home_banner  .slider_static_holder {
    left: 4%;
}
}

@media (min-width: 768px) and (max-width: 991px) {

  

   .home_banner  .slider_static_holder {
    position: unset;
    margin: 10px 0px;
}

.home_banner .navigation_holder {
    margin-bottom: 10px;
}

  .home_banner .banner_side_text {
    font-size: 47px;
    position: unset;
    transform: none;
    text-align: center;
    margin-top: 12px;
  }

 .home_banner .banner_slide {
    padding-right: 0%;
    padding-left: 4%;
    aspect-ratio: 1/0.6;
}
 
  .home_banner .banner_side_text {
    font-size: 62px;
    position: unset;
    transform: none;
    text-align: center;
  }

  .home_banner .banner_content .banner_heading {
    font-size: 24px;
    margin-top: 10px;
  }

  .home_banner .banner_content .banner_text {
    font-size: 17px;
    margin: auto;
  }

 
  .banner_form_wrapper {
    position: unset;
    margin-top: 20px;
    max-height: unset;
    width: 540px;
    margin: 15px auto;
  }




}

@media (min-width: 992px) and (max-width: 1199px) {
  
  .banner_form_wrapper {
    position: unset;
    margin-top: 20px;
    width: 530px;
    margin: 10px auto;
    max-height: unset;
  }

 

  .banner_slide {
    height: 50vh;
  }

  .home_banner .banner_side_text {
    font-size: 55px;
    left: -25%;
  }

  .home_banner .banner_content .banner_heading {
    font-size: 24px;
  }

  .home_banner .banner_content .banner_text {
    font-size: 16px;
    width: 100%;
    
  }

.home_banner .banner_slide {
    padding-right: 3%;
    width: 72%;
}

.home_banner  .slider_static_holder {
    position: unset;
    margin: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home_banner .navigation_holder {
    margin-bottom: 0px;
}
 
 
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home_banner  .slider_static_holder {
    position: unset;
    margin: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

  .home_banner .banner_side_text {
    font-size: 53px;
  }

  .home_banner .banner_content .banner_heading {
    font-size: 29px;
  }

  .home_banner .banner_content .banner_text {
    font-size: 18px;
  }




}


