html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.fs-4 {
  font-size: 14px;
}

body {
  background-color: black;
}

.container-fluid {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.topbar {
  background-color: rgba(42, 155, 180, 0.9);
  color: #fff;
  padding: 0.5rem;
}

.topbar__social-icons a {
  text-decoration: none;
  color: white;
}

.topbar__details a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
}
.topbar__details a:hover {
  color: #F5A31D;
}

.text-decoration-none {
  color: rgba(42, 155, 180, 0.9);
}
.text-decoration-none:hover {
  color: #F5A31D;
}

a {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
}

.navbar {
  background-color: white;
  box-shadow: 0 1px 4px 0 rgba(42, 155, 180, 0.9);
  z-index: 1000;
}

.navbar__logo {
  width: 50%;
}

.navbar-mobile {
  z-index: 100;
  width: 100vw;
  background-color: white;
  color: rgba(42, 155, 180, 0.9);
}
.navbar-mobile .navbar {
  height: 5rem;
  background-color: white;
  color: rgba(42, 155, 180, 0.9);
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-mobile__list {
  height: 100vh;
}
.navbar-mobile__list .navbar-mobile__list-items {
  width: 90vw;
}
.navbar-mobile__list .navbar-mobile__list-item {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(42, 155, 180, 0.9);
}
.navbar-mobile__list .navbar-mobile__list-item a {
  color: rgba(42, 155, 180, 0.9);
}

.navbar-mobile__social-icons a {
  color: rgba(42, 155, 180, 0.9);
  font-size: x-large;
}
.navbar-mobile__social-icons a:hover {
  color: rgba(42, 155, 180, 0.9);
}

.bi-list {
  color: rgba(42, 155, 180, 0.9);
  font-size: xx-large;
  font-weight: 700;
}

.hero video {
  width: 100%;
}

.subtitle {
  font-family: "Poppins";
  font-size: 14px;
  color: #F5A31D;
}

.title {
  font-family: "Jost";
  font-size: 50px;
  color: rgba(42, 155, 180, 0.9);
}

h3 {
  font-family: "Jost";
}

h5 {
  font-family: "Jost";
  font-size: 18px;
}

p, li {
  font-family: "Poppins";
  font-size: 14px;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0 !important;
}

.content__image img {
  display: block;
  border-radius: 5px 5px 0 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.content__image h3 {
  color: rgba(42, 155, 180, 0.9);
  z-index: 2;
  bottom: 1rem;
}

.events_section {
  margin-top: -10px;
  background-color: rgba(42, 155, 180, 0.9);
}

.events_section2 {
  color: rgba(42, 155, 180, 0.9);
}

.card {
  width: 90%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 24px, rgba(0, 0, 0, 0.12) 0px 6px 6px;
  background-color: rgba(42, 155, 180, 0.9) !important;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  color: white;
}
.card .card-body i {
  font-size: 4rem;
}
.card:hover {
  background-color: #F5A31D !important;
  transition: background-color 0.5s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 24px, rgba(0, 0, 0, 0.17) 0px 6px 6px;
}

.gallery__content-image {
  overflow: hidden;
  height: 100%;
  cursor: pointer;
}
.gallery__content-image img {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.gallery__content-image h3 {
  color: rgba(42, 155, 180, 0.9);
  z-index: 2;
  bottom: 1rem;
}

.gallery__content-image:hover h3 {
  color: black;
}
.gallery__content-image:hover img {
  opacity: 0.3;
  transform: scale(1.2);
  transition: transform 2s ease;
}

.content__row .col-md-4, .content__row .col-md-6 {
  aspect-ratio: 1/1;
}

.position-sticky {
  top: 0;
  z-index: 1;
}

.about__content h3 {
  color: white;
  font-size: 1.5rem;
}
.about__content p {
  color: white;
  font-size: 1.2rem;
}

.about__text-center {
  top: 50%;
  left: 40%;
}

.about {
  background-image: url(../assets/img/bluesand.png);
  background-size: contain;
}
.about .position-relative {
  overflow: hidden;
  height: 100%;
  padding: 0;
  margin: 0;
}
.about .position-relative img {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.about__padding {
  padding: 60px 120px;
}
@media scree and (max: 900px) {
  .about__padding {
    padding: 60px 24px;
  }
}

.gallery__image {
  aspect-ratio: 1/1;
}

.content__image-gallery {
  overflow: hidden;
  height: 100%;
  cursor: pointer;
}
.content__image-gallery img {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.content__image-gallery h3 {
  color: white;
  z-index: 2;
}

.content__image-gallery:hover h3 {
  color: #F5A31D;
}
.content__image-gallery:hover img {
  opacity: 0.3;
  transform: scale(1.2);
  transition: transform 2s ease;
}

.content__image {
  border-radius: 5px 5px 0 0;
}
.content__image h3 {
  color: white;
}

.content__row-padding {
  padding: 3rem;
}
.content__row-padding .col-md-4, .content__row-padding .col-md-6 {
  aspect-ratio: 2/1.5;
}
@media screen and (max-width: 600px) {
  .content__row-padding {
    padding-inline: 0;
  }
}

.content__event-details {
  background-color: rgba(42, 155, 180, 0.9);
  min-height: 200px;
  padding: 1rem;
  border-radius: 0 0 5px 5px;
}
.content__event-details h3 {
  color: white;
}

.event__text {
  width: 50vw;
}
@media screen and (min-width: 768px) {
  .event__text {
    aspect-ratio: 1/1;
  }
}

.event__image {
  height: 100vh;
  display: grid;
  aspect-ratio: 1/1;
  height: 50%;
}
@media screen and (max-width: 767px) {
  .event__image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
  }
}
@media screen and (min-width: 768px) {
  .event__image {
    background-size: cover;
    background-position: center;
  }
}

.fullscreen-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.9);
}

.fullscreen-image img {
  display: block;
  margin: auto;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 700px) {
  .fullscreen-image img {
    max-height: 30%;
  }
}
@media screen and (min-width: 701px) {
  .fullscreen-image img {
    max-height: 90%;
  }
}
.button {
  border: none;
  color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  padding: 13px 25px;
  background: #F5A31D;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  transition-duration: 0.3s;
  border-radius: 50px;
}
.button::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fb8332;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 50px;
  z-index: -1;
}
.button:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.footer__info {
  color: #F5A31D;
}
.footer__info i {
  font-size: 22px;
}
.footer__info a {
  color: #F5A31D;
  font-size: 14px;
}

.footer__info--title {
  color: rgba(42, 155, 180, 0.9);
  font-size: 17px;
}

.footer__info--text {
  font-size: 14px;
}

.footer {
  background-color: rgba(42, 155, 180, 0.9);
}
.footer h6 {
  font-size: 14.5px;
}
.footer p {
  margin-bottom: 0;
}

.footer__social-icons i {
  font-size: 22px;
}
.footer__social-icons a {
  text-decoration: none;
  color: #F5A31D;
}

@media screen and (min-width: 768px) {
  .order-medium-0 {
    order: 0;
  }
  .order-medium-1 {
    order: 1;
  }
  .order-medium-2 {
    order: 3;
  }
  .order-medium-3 {
    order: 2;
  }
  .order-medium-4 {
    order: 4;
  }
  .order-medium-5 {
    order: 5;
  }
  .order-medium-6 {
    order: 7;
  }
  .order-medium-7 {
    order: 6;
  }
  .order-medium-8 {
    order: 8;
  }
  .order-medium-9 {
    order: 9;
  }
}
#scrollUp {
  background: rgba(42, 155, 180, 0.9);
  width: 45px;
  height: 45px;
  position: absolute;
  right: 15px;
  bottom: 1rem;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
}
#scrollUp i {
  color: white;
}

.dark #preloader {
  background-color: #232323;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: rgba(42, 155, 180, 0.9);
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
.google_map {
  display: block;
}
.google_map iframe {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 14px 28px, rgba(0, 0, 0, 0.15) 0px 10px 10px;
  width: 100%;
  height: 530px;
}
@media screen and (min-width: 600px) {
  .google_map iframe {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .google_map iframe {
    height: 300px;
  }
}

.index-gallery {
  padding: 1rem;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
}
@media screen and (max-width: 500px) {
  .index-gallery {
    grid-template-columns: 160px 160px;
    grid-template-rows: 160px 160px 160px 160px 160px 160px;
  }
}
@media screen and (min-width: 501px) {
  .index-gallery {
    grid-template-columns: 210px 210px;
    grid-template-rows: 210px 210px 210px 210px 210px 210px;
  }
}
@media screen and (min-width: 601px) {
  .index-gallery {
    grid-template-columns: 250px 250px;
    grid-template-rows: 250px 250px 250px 250px 250px 250px;
  }
}
@media screen and (min-width: 700px) {
  .index-gallery {
    grid-template-columns: 270px 270px;
    grid-template-rows: 270px 270px 270px 270px 270px 270px;
  }
}
@media screen and (min-width: 1099px) {
  .index-gallery {
    grid-template-columns: 210px 210px 210px 210px 210px;
    grid-template-rows: 210px 210px 210px;
  }
}

img {
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 1040px) {
  img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .item-a {
    grid-row: 1/4;
  }
  .item-b, .item-b2 {
    grid-column: 3/5;
  }
  .item-c {
    grid-row: 2/4;
  }
  .item-d {
    grid-column: 3/5;
  }
  .item-d {
    grid-row: 3/5;
  }
}
@media screen and (max-width: 1099px) {
  .item-a {
    grid-row: 1/3;
  }
  .item-b {
    grid-row: 2/4;
  }
  .item-c {
    grid-row: 4/6;
  }
  .last-image {
    display: none;
  }
}
.swiper {
  --swiper-material-slide-size: 392px;
  z-index: unset !important;
  margin: 10rem 0;
  width: 50%;
  overflow: unset !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
@media (max-width: 768px) {
  .swiper .swiper-slide {
    width: 100%;
    max-width: none;
    margin: 10px 0;
  }
  .swiper .content__image img {
    border-radius: 10px;
  }
  .swiper .fs-3 {
    font-size: 1.25rem;
  }
  .swiper .button {
    padding: 8px 16px;
    font-size: 0.875rem;
  }
}

.swiper-slide {
  width: 50% !important;
  height: 100%;
  position: relative;
}

.swiper-material-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.swiper-material-content img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.swiper-material-content .swiper-material-label {
  position: absolute;
  bottom: 20px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
  transition: opacity 0.3s ease;
}

.swiper-slide-active .swiper-material-content img {
  transform: scale(1.1);
}

@media screen and (min-width: 1200px) {
  .swiper-events {
    margin-top: -10%;
  }
  iframe {
    border-radius: 10px;
    border: 3px solid rgba(42, 155, 180, 0.9) !important;
    width: 1000px;
    height: 500px;
  }
}
@media screen and (max-width: 1199px) {
  iframe {
    border-radius: 5px;
    border: 1px solid rgba(42, 155, 180, 0.9) !important;
  }
}
@media screen and (max-width: 499px) {
  .carousel-control-prev {
    left: -35px !important;
  }
  .carousel-control-prev i {
    font-size: x-large;
  }
  .carousel-control-next {
    right: -35px !important;
  }
  .carousel-control-next i {
    font-size: x-large;
  }
}
@media screen and (min-width: 500px) {
  .carousel-control-prev {
    left: -60px !important;
  }
  .carousel-control-prev i {
    font-size: xx-large;
  }
  .carousel-control-next {
    right: -60px !important;
  }
  .carousel-control-next i {
    font-size: xx-large;
  }
}
@media screen and (min-width: 800px) {
  .carousel-control-prev {
    left: -90px !important;
  }
  .carousel-control-next {
    right: -90px !important;
  }
}
.partners {
  background-image: url(../assets/img/partners/sea.jpg);
  background-size: cover;
}

@media screen and (max-width: 700px) {
  .partners .row {
    padding: 1rem;
  }
}
.partners-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 15%;
}
.partners-image:hover {
  transform: scale(1.5);
  transition: transform 1s;
}

.gallery-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.gallery-buttons button {
  min-width: 250px;
}

.content__blog-details {
  background-color: rgba(42, 155, 180, 0.9);
  padding: 1rem;
  border-radius: 0 0 5px 5px;
  aspect-ratio: 1/0.3;
}

.blog__image {
  aspect-ratio: 1/0.5;
  border-radius: 5px 5px 0 0;
}

.blog__site {
  opacity: 0.7;
}

/*# sourceMappingURL=style.css.map */
