/* Banner */
.banner-image {
  width: 100%;
  /* height: 58rem; */
  object-fit: cover;
  position: relative;
}
.banner-text {
  color: var(--white);
}
.banner-title {
  font-size: 4.5vw;
  font-weight: bold;
}
.banner-subtitle {
  font-size: 2.5vw;
  margin-bottom: 10vh;
}
.banner-elements-bottom-left {
  position: absolute;
  bottom: 15%;
  left: 4.9%;
  right: 4.9%;
  margin-right: 1.5rem;
}
.banner-elements-top-left {
  position: absolute;
  top: 8%;
  left: 4.9%;
  right: 4.9%;
  margin-right: 1.5rem;
}
.banner-elements-top-right {
  position: absolute;
  top: 8%;
  left: 7.5%;
  right: 7.5%;
  text-align: right;
}
.banner-elements-bottom-right {
  position: absolute;
  bottom: 15%;
  right: 7.5%;
  left: 7.5%;
  text-align: right;
}
.banner-buttons {
  position: relative;
  /* padding-top: 7rem; */
}
.banner-buttons a {
  text-decoration: none;
  font-size: 14px;
}
.banner-buttons .btn {
  border-radius: 0px;
  border: var(--white) 1px solid;
}
.banner-buttons .btn-dark {
  background: none;
  width: 223px;
}
.banner-buttons .btn-dark:hover {
  background: var(--white);
  color: var(--gray);
}
.banner-buttons .btn-light {
  background: var(--white);
  width: 223px;
}
.banner-buttons .btn-light:hover {
  background: var(--gray);
  color: var(--white);
  border: var(--gray) 1px solid;
}
.banner-swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-swiper .swiper-horizontal>.swiper-pagination-bullets, 
.banner-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, 
.banner-swiper .swiper-pagination-custom, 
.banner-swiper .swiper-pagination-fraction {
  bottom: 5% !important;
}
.banner-swiper .swiper-pagination-bullet {
  width: 17px !important;
  height: 17px !important;
  background: #DBDBDB !important;
  opacity: 1 !important;
}
.banner-swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.banner-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px !important;
}
.banner-swiper .swiper-pagination-bullet-active {
  background: var(--red) !important;
  width: 22px !important;
  height: 22px !important;
  outline: 1px solid var(--red);
  outline-offset: 3px;
}
@media(max-width: 1440px) {
  /* .banner-elements-bottom-left,
  .banner-elements-bottom-right {
    top: 48%;
  } */
}
@media(max-width: 1024px) {
  /* .banner-elements-bottom-left,
  .banner-elements-bottom-right {
    top: 55%;
  } */
}
@media(max-width: 992px) {
  /* .banner-image {
    width: 100%;
    height: 80vh;
    object-fit: cover;
  } */
  /* .banner-elements-bottom-left,
  .banner-elements-bottom-right {
    top: 55%;
  } */
}
@media(max-width: 991px) {
  .banner-elements-top-left,
  .banner-elements-bottom-left,
  .banner-elements-top-right,
  .banner-elements-bottom-right {
    left: 0;
    right: 0;
    margin: 0 3rem;
  }
  .banner-title {
    font-size: 40px;
  }
  .banner-subtitle {
    font-size: 20px;
    margin-bottom: 5vh;
  }
}
@media(max-width: 886px) {
  /* .banner-title {
    font-size: 80px;
  }
  .banner-subtitle {
    font-size: 40px;
  } */
}
@media(max-width: 768px) {
  /* .banner-elements-bottom-left,
  .banner-elements-bottom-right {
    top: 60%;
  } */
  /* .banner-buttons .btn-dark,
  .banner-buttons .btn-light {
    width: 179px;
  } */
  /* .swiper-horizontal>.swiper-pagination-bullets, 
  .swiper-pagination-bullets.swiper-pagination-horizontal, 
  .swiper-pagination-custom, 
  .swiper-pagination-fraction {
    bottom: 20px !important;
  } */
}
@media(max-width: 722px) {
  /* .banner-title {
    font-size: 75px;
  }
  .banner-subtitle {
    font-size: 35px;
  } */
  .banner-elements-top-left,
  .banner-elements-bottom-left,
  .banner-elements-top-right,
  .banner-elements-bottom-right {
    margin: 0 2rem;
  }
}
/* @media(max-width: 583px) {
  .banner-title {
    font-size: 73px;
  }
} */
@media(max-width: 575px) {
  .banner-text {
    margin: 0 4.9%;
  }
  /* .banner-title {
    font-size: 40px;
  }
  .banner-subtitle {
    font-size: 20px;
  } */
  .mobile-banner-elements-top {
    position: absolute;
    top: 5%;
    text-align: left;
    /* left: 3%;
    right: 3%; */
  }
  .mobile-banner-elements-bottom {
    position: absolute;
    bottom: 12%;
    text-align: left;
    /* right: 3%;
    left: 3%; */
  }
  /* .banner-elements-bottom-left,
  .banner-elements-top-left,
  .banner-elements-top-right,
  .banner-elements-bottom-right {
    top: unset;
    bottom: 50px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: left;
    margin: 0;
  } */
  .banner-buttons {
    /* padding-top: 1rem; */
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: 5%;
    right: 3%;
    left: 3%;
  }
  .banner-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner-title {
    font-size: 8vw;
  }
  .banner-swiper .swiper-pagination-bullet {
    width: 9px !important;
    height: 9px !important;
  }
  .banner-swiper .swiper-pagination-bullet-active {
    width: 13px !important;
    height: 13px !important;
    outline: 1px solid var(--red);
    outline-offset: 1px;
  }
  .banner-swiper .swiper-horizontal>.swiper-pagination-bullets, 
  .banner-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, 
  .banner-swiper .swiper-pagination-custom, 
  .banner-swiper .swiper-pagination-fraction {
    bottom: 20px !important;
  }
  .banner-buttons .btn-dark,
  .banner-buttons .btn-light {
    width: 45%;
  }
}
@media(max-width: 475px) {
  /* .banner-buttons .btn-dark,
  .banner-buttons .btn-light {
    width: 1px;
  } */
}
@media(max-width: 420px) {
  .banner-title {
    font-size: 10vw;
  }
}
@media(max-width: 375px) {
  .banner-buttons .btn{
    padding: .7rem 0rem !important;
  }
  .banner-swiper .swiper-horizontal>.swiper-pagination-bullets, 
  .banner-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, 
  .banner-swiper .swiper-pagination-custom, 
  .banner-swiper .swiper-pagination-fraction {
    bottom: 15px !important;
  }
}

/* Height media queries for full width banner*/
/* @media (max-height: 999px) {
  .banner-image {
    height: 92vh;
  }
}
@media (max-height: 899px) {
  .banner-image {
    height: 80vh;
  }
}
@media (max-height: 799px) {
  .banner-image {
    height: 75vh;
  }
}
@media (max-height: 499px) {
  .banner-image {
    height: 65vh;
  }
} */