@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap");
#header {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
#header a.logo {
  z-index: 99;
}
#header.header-white {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#header.header-white .container .menu ul li a {
  color: #000;
}
@media only screen and (max-width: 767px) {
  #header.active .container .menu {
    transform: translateY(0);
    transition: all 0.3s ease;
  }
}
#header .container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #header .container .menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    background-color: #fff;
    transform: translateY(-100%);
    transition: all 0.3s ease;
  }
  #header .container .menu ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #header .container .menu ul li {
    padding: 20px 0 !important;
  }
  #header .container .menu ul li a {
    color: #000 !important;
  }
}
#header .container .menu ul {
  display: flex;
  list-style-type: none;
}
#header .container .menu ul li {
  padding: 0 20px;
}
#header .container .menu ul li:first-child {
  padding-left: 0;
}
#header .container .menu ul li:last-child {
  padding-right: 0;
}
#header .container .menu ul li a {
  text-decoration: none;
  color: #fff;
}
#header .container .burger {
  display: flex;
  flex-direction: column;
  z-index: 99;
  cursor: pointer;
}
#header .container .burger > div {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: 3px 0;
  border-radius: 3px;
  transition: all 0.3s ease;
}
#header .container .burger.active > div {
  transform: all 0.3s ease;
}
#header .container .burger.active > div:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
#header .container .burger.active > div:nth-child(2) {
  opacity: 0;
}
#header .container .burger.active > div:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media only screen and (min-width: 767px) {
  #header .container .burger {
    display: none;
  }
}
#header.header-white .container .burger > div, #header.active .container .burger > div {
  background-color: #000;
}

.large-banner {
  height: 120vh;
  display: flex;
  justify-content: center;
  position: relative;
}
.large-banner .overlay {
  z-index: 9;
  pointer-events: none;
}
.large-banner .swiper-container .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
.large-banner .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  z-index: 10;
  position: absolute;
  top: 0đ;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}
.large-banner .container img {
  margin-bottom: 2rem;
  max-width: 700px;
  width: 100%;
  max-height: 400px;
  height: -moz-fit-content;
  height: fit-content;
}
.large-banner .container h2 {
  color: #fff;
  font-size: 56px;
  font-weight: 600;
  text-align: center;
  max-width: 820px;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .large-banner .container h2 {
    font-size: 30px;
  }
}
.large-banner .container p {
  color: #fff;
  font-size: 24px;
  max-width: 800px;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .large-banner .container p {
    font-size: 18px;
  }
}
.large-banner .container i {
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.text_with_image_card_parent {
  display: flex;
  justify-content: center;
  width: 100%;
}
.text_with_image_card_parent .text_with_image_card {
  max-width: 1440px;
  width: 100%;
  z-index: 9;
  border-radius: 1rem;
  background-color: #fff;
  padding: 2rem 3rem;
  transform: translateY(-50%);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media only screen and (max-width: 767px) {
  .text_with_image_card_parent .text_with_image_card {
    margin: 0 40px;
  }
}
.text_with_image_card_parent .text_with_image_card h3 {
  padding-bottom: 1rem;
  font-size: 2rem;
  text-align: center;
}
.text_with_image_card_parent .text_with_image_card div {
  display: flex;
  align-items: center;
}
.text_with_image_card_parent .text_with_image_card div img {
  margin-right: 2rem;
  border-radius: 1rem;
  max-width: 400px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .text_with_image_card_parent .text_with_image_card div {
    flex-direction: column;
    justify-content: center;
  }
  .text_with_image_card_parent .text_with_image_card div img {
    margin-bottom: 2rem;
    margin-right: 0;
  }
}

.image-gallery-slider {
  margin-bottom: 6rem;
  position: relative;
}
.image-gallery-slider .container h3 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
}
.image-gallery-slider .container > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}
.image-gallery-slider .container > div .image {
  display: flex;
  width: 390px;
  height: 390px;
  background-size: cover;
  background-position: center;
}
.image-gallery-slider .container .swiper-pagination {
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

.cards-grid {
  margin: 50px 0;
}
.cards-grid .container h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cards-grid .container .cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 650px) {
  .cards-grid .container .cards {
    flex-direction: column;
  }
}
.cards-grid .container .cards .card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 350px;
  border-radius: 1rem;
  color: #fff;
  text-decoration: none;
  background-position: center;
  background-size: cover;
  position: relative;
}
.cards-grid .container .cards .card strong {
  font-size: 24px;
  text-align: center;
  z-index: 9;
}
.cards-grid .container .cards .card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3490196078);
  border-radius: 1rem;
}

.upcoming-events {
  margin: 50px 0;
}
.upcoming-events .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.upcoming-events .container h3 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.upcoming-events .container .buttons {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 2rem;
}
.upcoming-events .container .buttons button {
  padding: 10px;
  border-radius: 10px;
  font-size: 18px;
  color: #7c7c7c;
  font-weight: 400;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
}
.upcoming-events .container .buttons button.active {
  background-color: #3e86f5;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .upcoming-events .container .buttons {
    flex-direction: column;
  }
  .upcoming-events .container .buttons button {
    width: 100%;
  }
}
.upcoming-events .container .events {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
}
.upcoming-events .container .events .event {
  width: 380px;
  border-radius: 50px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  padding: 30px;
}
.upcoming-events .container .events .event .upper {
  position: relative;
}
.upcoming-events .container .events .event .upper .date {
  position: absolute;
  right: -5px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: rgba(0, 0, 0, 0.4549019608);
}
.upcoming-events .container .events .event .upper img {
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 290px;
  height: 290px;
}
.upcoming-events .container .events .event .lower {
  margin-top: 10px;
  margin-right: 30px;
}
.upcoming-events .container .events .event .lower > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.upcoming-events .container .events .event .lower > div.cat-duration {
  margin-bottom: 15px;
}
.upcoming-events .container .events .event .lower > div .duration p {
  color: rgba(0, 0, 0, 0.4549019608);
  font-size: 14px;
}
.upcoming-events .container .events .event .lower > div .category {
  color: #f178b6;
  background-color: #fcddec;
  font-size: 14px;
  border-radius: 100px;
  padding: 4px 10px;
  font-weight: 600;
}
.upcoming-events .container .events .event .lower > div .price {
  font-size: 18px;
}
.upcoming-events .container .events .event .lower > div .price span {
  color: rgba(0, 0, 0, 0.4549019608);
  font-weight: 500;
}
.upcoming-events .container .events .event .lower > div .reserve-btn {
  border-radius: 10px;
  border: none;
  outline: none;
  background-color: #f2f6ff;
  font-size: 14px;
  color: #3e86f5;
  padding: 12px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}
.upcoming-events .container .events .event .lower h4 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}

.left-image-right-text {
  margin: 100px 0 50px;
}
.left-image-right-text .container {
  display: flex;
  justify-content: center;
}
.left-image-right-text .container .left {
  position: relative;
  margin-right: 150px;
}
.left-image-right-text .container .left img {
  max-width: 100%;
}
.left-image-right-text .container .left .number {
  position: absolute;
  width: 180px;
  height: 120px;
  border-radius: 35px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.left-image-right-text .container .left .number strong {
  color: #3e86f5;
  font-size: 36px;
  font-weight: 600;
}
.left-image-right-text .container .left .number p {
  font-size: 18px;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
}
.left-image-right-text .container .left .number:nth-child(1) {
  top: 50px;
  right: 0;
  transform: translateX(50%);
}
.left-image-right-text .container .left .number:nth-child(2) {
  top: 50%;
  left: 0;
  transform: translateX(-50%);
}
.left-image-right-text .container .left .number:nth-child(3) {
  bottom: 50px;
  right: 0;
  transform: translateX(50%);
}
@media only screen and (max-width: 1200px) {
  .left-image-right-text .container .left .number {
    width: 140px;
    height: 80px;
  }
  .left-image-right-text .container .left .number strong {
    font-size: 24px;
  }
  .left-image-right-text .container .left .number p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 430px) {
  .left-image-right-text .container .left .number {
    width: 100px;
    height: 60px;
  }
  .left-image-right-text .container .left .number strong {
    font-size: 18px;
  }
  .left-image-right-text .container .left .number p {
    font-size: 10px;
  }
}
.left-image-right-text .container .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 580px;
}
.left-image-right-text .container .right h2 {
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 600;
}
.left-image-right-text .container .right p {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.3490196078);
  margin-bottom: 30px;
}
.left-image-right-text .container .right a {
  padding: 14px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  background-color: #3e86f5;
  cursor: pointer;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media only screen and (max-width: 1024px) {
  .left-image-right-text .container {
    flex-direction: column-reverse;
  }
  .left-image-right-text .container .left {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 60px;
  }
  .left-image-right-text .container .right {
    margin-bottom: 2rem;
    max-width: none;
  }
}

.banner {
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
}
.banner h1 {
  color: #fff;
}

.left-right-content {
  margin: 100px 0;
}
.left-right-content .container {
  display: flex;
}
.left-right-content.levo .container img {
  margin-right: 40px;
}
.left-right-content.desno .container {
  flex-direction: row-reverse;
}
.left-right-content.desno .container img {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .left-right-content .container {
    flex-direction: column-reverse !important;
  }
  .left-right-content .container img {
    margin: 0 !important;
    margin-top: 40px !important;
  }
}

.gallery-images {
  margin: 100px 0;
}
.gallery-images .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery-images .container h3 {
  padding-bottom: 1rem;
  font-size: 2rem;
  text-align: center;
}
.gallery-images .container .images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 1300px) {
  .gallery-images .container .images {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .gallery-images .container .images {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 414px) {
  .gallery-images .container .images {
    grid-template-columns: 1fr;
  }
}
.gallery-images .container .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.featured_events {
  margin: 50px 0;
}
.featured_events .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.featured_events .container h3 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.featured_events .container .featured-events {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
}
.featured_events .container .featured-events .event {
  width: 380px;
  border-radius: 50px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  padding: 30px;
}
.featured_events .container .featured-events .event .upper {
  position: relative;
}
.featured_events .container .featured-events .event .upper .date {
  position: absolute;
  right: -5px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: rgba(0, 0, 0, 0.4549019608);
}
.featured_events .container .featured-events .event .upper img {
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 290px;
  height: 290px;
}
.featured_events .container .featured-events .event .lower {
  margin-top: 10px;
  margin-right: 30px;
}
.featured_events .container .featured-events .event .lower > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.featured_events .container .featured-events .event .lower > div.cat-duration {
  margin-bottom: 15px;
}
.featured_events .container .featured-events .event .lower > div .duration p {
  color: rgba(0, 0, 0, 0.4549019608);
  font-size: 14px;
}
.featured_events .container .featured-events .event .lower > div .category {
  color: #f178b6;
  background-color: #fcddec;
  font-size: 14px;
  border-radius: 100px;
  padding: 4px 10px;
  font-weight: 600;
}
.featured_events .container .featured-events .event .lower > div .price {
  font-size: 18px;
}
.featured_events .container .featured-events .event .lower > div .price span {
  color: rgba(0, 0, 0, 0.4549019608);
  font-weight: 500;
}
.featured_events .container .featured-events .event .lower > div .reserve-btn {
  border-radius: 10px;
  border: none;
  outline: none;
  background-color: #f2f6ff;
  font-size: 14px;
  color: #3e86f5;
  padding: 12px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}
.featured_events .container .featured-events .event .lower h4 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}
.featured_events .container .btn {
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #3e86f5;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  margin-top: 4rem;
}

.display-blogs {
  padding: 50px 0;
}
.display-blogs .container h3 {
  padding-bottom: 1rem;
  font-size: 2rem;
  text-align: center;
}
.display-blogs .container .latest-blogs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .display-blogs .container .latest-blogs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 450px) {
  .display-blogs .container .latest-blogs {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 768px) {
  .blog {
    margin-bottom: 40px;
  }
}
.blog .image img {
  width: 100%;
  border-radius: 12px;
}
.blog .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.blog .title a {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

#footer {
  background-color: #fff;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 540px) {
  #footer .container {
    flex-direction: column;
  }
  #footer .container .left,
  #footer .container #copyright {
    margin-bottom: 10px;
  }
  #footer .container .left a,
  #footer .container .left span {
    color: rgba(0, 0, 0, 0.3490196078);
    font-size: 16px !important;
  }
}
#footer .container a {
  text-decoration: none;
}
#footer .container .left a,
#footer .container .left span {
  color: rgba(0, 0, 0, 0.3490196078);
  font-size: 18px;
}
#footer .container #copyright {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.3490196078);
}
@media only screen and (min-width: 767px) {
  #footer .container #copyright {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
#footer .container .right a i {
  color: #000;
  font-size: 24px;
  padding-right: 10px;
}
#footer .container .right a:last-child i {
  padding-right: 0;
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  transform: translateY(0);
  transition: all 0.3s ease;
  z-index: 999;
}
#popup.hide {
  transform: translateY(110%);
  transition: all 0.3s ease;
}
#popup .close-popup {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 5;
}
#popup .close-popup::before, #popup .close-popup::after {
  position: absolute;
  content: "";
  height: 33px;
  width: 2px;
  background-color: #fff;
}
#popup .close-popup::before {
  transform: rotate(45deg);
}
#popup .close-popup::after {
  transform: rotate(-45deg);
}
#popup .gallery_box {
  width: 80%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#popup .gallery_box .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
}
#popup .gallery_box .swiper-container .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}

.contact-us-form,
.event-registration {
  margin: 50px 0;
}
.contact-us-form h3,
.event-registration h3 {
  padding-bottom: 1rem;
  font-size: 2rem;
  text-align: center;
}
.contact-us-form .form-group,
.event-registration .form-group {
  margin-bottom: 20px;
}
.contact-us-form .form-group label,
.event-registration .form-group label {
  display: block;
  font-weight: bold;
}
.contact-us-form .form-group input[type=text],
.contact-us-form .form-group input[type=email],
.contact-us-form .form-group input[type=tel],
.contact-us-form .form-group textarea,
.event-registration .form-group input[type=text],
.event-registration .form-group input[type=email],
.event-registration .form-group input[type=tel],
.event-registration .form-group textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  outline: none;
}
.contact-us-form .btn.btn-primary,
.event-registration .btn.btn-primary {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.contact-us-form .btn.btn-primary:hover,
.event-registration .btn.btn-primary:hover {
  background-color: #0056b3;
}
.contact-us-form .other-people > div,
.event-registration .other-people > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.contact-us-form .other-people > div > div,
.event-registration .other-people > div > div {
  display: flex;
  flex-direction: column;
}
.contact-us-form .other-people > div > div input[type=checkbox],
.event-registration .other-people > div > div input[type=checkbox] {
  width: -moz-fit-content;
  width: fit-content;
}
.contact-us-form .other-people > div > div input[type=text],
.contact-us-form .other-people > div > div input[type=email],
.contact-us-form .other-people > div > div input[type=tel],
.contact-us-form .other-people > div > div textarea,
.event-registration .other-people > div > div input[type=text],
.event-registration .other-people > div > div input[type=email],
.event-registration .other-people > div > div input[type=tel],
.event-registration .other-people > div > div textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  outline: none;
}

select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* Removes default arrow icon in some browsers */
}

/* Style for custom date field */
input[type=date] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* Removes default styles in some browsers */
}

/* Style the date field icon */
input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  position: absolute;
  right: 0;
}

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

body {
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 1340px) {
  .container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 414px) {
  .container {
    padding: 0 15px;
  }
}

main {
  min-height: calc(100vh - 100px);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.spinner {
  width: 30px;
  height: 30px;
  border: 4px solid #fff;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  border-radius: 50%;
  animation: spin 0.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.hide {
  display: none !important;
}

.btn.btn-primary {
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #3e86f5;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  margin-top: 4rem;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3490196078);
}/*# sourceMappingURL=styles.css.map */