.swiper {
  max-width: 80%;
}
@media (max-width: 768px) {
  .swiper {
    max-width: 100%;
    margin: 20px 0;
  }
}

.byr-icon-whatsapp {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 100;
  background-color: white;
  border-radius: 50%;
  margin: 10px;
}
.byr-icon-whatsapp a {
  padding: 20px;
  color: #128C7E;
  font-size: 70px;
}

img {
  width: 100%;
  border-radius: 10px;
}

#sectionBanner {
  margin-top: 110px;
}
#sectionBanner img {
  height: 350px;
  display: block;
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #sectionBanner img {
    height: 200px;
  }
}

#sectionListVoucher {
  margin-top: 50px;
}
#sectionListVoucher .byr-card-promo {
  background-color: rgb(70, 121, 192);
  color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#sectionListVoucher .swiper-voucher {
  margin: unset;
}
#sectionListVoucher .byr-voucher-text {
  background-color: rgb(70, 121, 192);
  color: white;
  height: 270px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  #sectionListVoucher .byr-voucher-text {
    height: 150px;
    text-align: center;
  }
}
#sectionListVoucher .swiper-slide {
  cursor: pointer;
  padding: 5px;
  transition: 0.2s;
  border-radius: 10px;
  margin: 20px;
}
#sectionListVoucher .swiper-slide img {
  height: auto;
}
#sectionListVoucher .swiper-slide:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media (max-width: 768px) {
  #sectionListVoucher .swiper-slide {
    margin: 5px;
  }
}
#sectionListVoucher .swiper {
  margin-top: 10px;
}

#sectionListSwimming {
  margin-top: 70px;
  position: relative;
  overflow: hidden;
}
#sectionListSwimming .byr-rectangle-wrapper-swim {
  position: absolute;
  top: 30%;
  left: 10%;
  z-index: -10;
}
#sectionListSwimming .container .byr-grid-swim {
  display: grid;
  gap: 20px;
}
@media (min-width: 280px) {
  #sectionListSwimming .container .byr-grid-swim {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 380px) {
  #sectionListSwimming .container .byr-grid-swim {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 780px) {
  #sectionListSwimming .container .byr-grid-swim {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1080px) {
  #sectionListSwimming .container .byr-grid-swim {
    grid-template-columns: repeat(4, 1fr);
  }
}
#sectionListSwimming .container .byr-grid-swim .byr-card {
  cursor: pointer;
}
#sectionListSwimming .container .byr-grid-swim .byr-card:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#sectionIntro {
  margin-top: 50px;
}
#sectionIntro .container {
  position: relative;
}
@media (max-width: 720px) {
  #sectionIntro .container .col-md-8 {
    margin-top: 30px;
  }
}
#sectionIntro .container .byr-intro-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -10;
}
@media (max-width: 720px) {
  #sectionIntro .container .byr-intro-image {
    display: none;
  }
}
#sectionIntro .container .byr-intro-image img {
  height: 100%;
}

#sectionGalleries {
  margin-top: 100px;
}

#sectionMap {
  margin-top: 100px;
  background-color: rgb(70, 121, 192);
  color: white;
  padding: 50px 20px;
}
#sectionMap h2 {
  margin-bottom: 30px;
}

footer {
  margin-top: 50px;
}
footer a {
  color: black;
  text-decoration: none;
}
footer .byr-icon-sosmed {
  list-style-type: none;
}
footer .byr-icon-sosmed li {
  margin: 10px -25px;
  font-size: 18px;
}
footer img {
  width: 70%;
}

a.byr-card {
  text-decoration: none;
  color: black;
}

.byr-card {
  border-radius: 10px;
  transition: 0.2s;
  padding: 10px;
}
.byr-card .byr-card-img img {
  width: 100%;
  border-radius: 10px;
}
.byr-card .byr-card-body .byr-card-info {
  margin-top: 5px;
  margin-bottom: 20px;
}
.byr-card .byr-card-body .byr-card-info p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

#formCheckout {
  margin-top: 110px;
}
@media (max-width: 992px) {
  #formCheckout .byr-person-booking {
    order: 2;
  }
  #formCheckout .byr-info-booking {
    order: 1;
  }
}
#formCheckout .byr-img-service-checkout {
  height: 120px;
}
#formCheckout .byr-img-service-checkout img {
  height: 100%;
}
#formCheckout .byr-line-checkout {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 20px 0;
}
#formCheckout .byr-card-checkout-info {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  margin: 10px 0;
}
#formCheckout .byr-card-checkout-info .label {
  font-weight: 500;
}

#sectionSearch {
  margin-top: 50px;
}

.success_booking {
  margin-top: 100px;
}
.success_booking img {
  height: 200px;
  width: 200px;
}

#sectionPaymentConfirmation {
  margin-top: 80px;
}

#sectionAnotherSwimming {
  margin-top: 50px;
}

.parent-loader {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
  top: 0;
}
.parent-loader::after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style2.css.map */