/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Banner Text Styles */
.banner-text {
  text-align: left;
    padding: 20px;
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 219px;
    left: 142px;

}

.banner_center {
  display: flex;
  justify-content: center;
  align-items: center;

}

.banner-text h3 {
  font-size: 22px;
  font-family: 'Inter Tight';
  color: #21d0d7 !important;
  font-weight: 500;
  line-height: 140%;
}

.banner-text h1 {
  font-size: 48px;
  font-weight: 600;
  font-family: "Inter Tight", sans-serif;
  color: #fff;
  padding-right: 44%;
  line-height: 140%;
}

.banner-text p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter Tight", sans-serif;
  color: #fff;
  margin-top: 9px;
  padding-right: 44%;
  line-height: 140%;
}


/* Swiper Styles */
.swiper-container {
  width: 100%;
  height: 90vh;
}

.swiper-slide {
  background-color: #fcfcfc;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fcfcfc;
  font-size: 24px;
  position: relative;
  
}

.swiper-slide>.swiper-slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent no-repeat 50% 50% /cover;
}

body {
  text-align: center;
}

.swiper-slide .slide-01 {
  background-image: url(../images/banner1.jpg);
  transform-origin: 50% 50%;
}

.swiper-slide .slide-02 {
  background-image: url(../images/banner2.jpg);
  transform-origin: 50% 50%;
}

.swiper-slide .slide-03 {
  background-image: url(../images/banner5.jpg);
  transform-origin: 50% 50%;
}

.swiper-slide .slide-04 {
  background-image: url(../images/banner6.jpg);
  transform-origin: 50% 50%;
}



.swiper-scale-effect .swiper-slide-cover {
  transition-timing-function: linear;
  transition-duration: 10s;
  transform: scale(1);
}

.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: scale(1.3);
}

:root {
  --swiper-pagination-bottom: 40px;
  --swiper-theme-color: rgba(252, 252, 252, 0.85) !important;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #FCFCFC;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #262626;
}

.swiper-button-prev,
.swiper-button-next {
  background: transparent;
  opacity: 0.55;
  --swiper-navigation-color: rgba(252, 252, 252, 0.85);
  transition: opacity 0.3s ease, color 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: transparent;
  opacity: 0.85;
  --swiper-navigation-color: #fcfcfc;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px)) !important;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px)) !important;
  box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.85);
  background: var(--swiper-pagination-bullet-inactive-color, rgba(252, 252, 252, 0.85)) !important;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.55) !important;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}

.swiper-pagination-bullet-active {
  box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.85);
  background: var(--swiper-pagination-bullet-active-color, rgba(252, 252, 252, 0.85)) !important;
  opacity: var(--swiper-pagination-bullet-active-opacity, 0.85) !important;
  --swiper-pagination-bullet-horizontal-gap: 10px;
}

/* Overlay for slides */
.swiper-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background-color: transparent;
  background-image: linear-gradient(135deg, #01234bcc 0%, #01234D80 100%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  /* Ensures the overlay does not block interaction */
}

.swiper-slide-content {
  position: relative;
  z-index: 2;
  /* Ensures text appears above the overlay */
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
}


@media only screen and (max-width:1600px) {
  .banner-text {
    bottom: 123px;
    left: 59px;
}
}


@media only screen and (max-width:1500px) {

  .banner-text h1 {
    font-size: 46px;
  }

  .banner-text {
    bottom: 93px;
}
}


@media only screen and (max-width:1400px) {
  .banner-text h1 {
    font-size: 43px;
}
}

@media only screen and (max-width:1300px) {
  .banner-text {
    bottom: 48px;
    left: 43px;
}

}

@media only screen and (max-width:1200px) {
  .banner-text {
    left: 37px;
}

}


@media only screen and (max-width:1100px) {
  .banner-text {
    left: 0;
  bottom: 36px;
  }

}


@media only screen and (max-width:1000px) {


}