@import url("https://fonts.googleapis.com/css2?family=Poppins: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&display=swap");

:root {
  --bg-primary: #032037;
  --light: #fff;
  --Poppins: "Poppins", sans-serif;
  --radius-full: 100px;
}

body {
  padding-right: 0px !important;
}

/* form loader css */

.form-loader-div {
  display: none;
}

.form-loader {
  width: 25px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid #b5acac;
  border-right-color: var(--light);
  -webkit-animation: l2 0.35s infinite linear;
  animation: l2 0.35s infinite linear;
}

@-webkit-keyframes l2 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes l2 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

/* form loader css */

.primary-bg {
  background: var(--bg-primary);
}

.no-wrap {
  white-space: nowrap;
}

section.section-about {
  padding: 4rem 0;
}

.navWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-img {
  width: 150px;
  margin: auto;
}

.about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-heading .section-title {
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--light);
  font-weight: 400;
}

.section-heading .section-subtitle {
  font-size: 3vw;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--light);
}

hr.light {
  border-top: #fff solid 1px;
  opacity: 0.9;
}

.section-heading .section-desc {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--light);
}

.section-heading .section-desc strong {
  color: var(--light);
  font-weight: 600;
}

.about-carousel-container {
  margin: 4rem auto auto auto;
}

.about-carousel-container .about-content {
  border: 1px solid var(--light);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.1);
  padding: 4rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-carousel-container .about-content .about-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 0.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-carousel-container .about-content .about-title h4 {
  font-size: 1.45vw;
  color: var(--light);
  font-weight: 400;
}

.about-carousel-container .about-content .about-title small {
  color: var(--light);
  text-transform: uppercase;
  font-size: 1rem;
}

.about-carousel-container .about-content .about-subtitle {
  color: var(--light);
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.1vw;
  font-family: var(--Poppins);
}

.about-carousel-container .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin: 2rem auto 1rem auto;
}

.about-carousel-container .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.35rem;
  margin: auto auto 1rem auto;
}

.about-carousel-container .owl-dots button {
  background-color: var(--light) !important;
  width: 10px;
  height: 2px;
  opacity: 0.8;
  border-radius: var(--radius-full);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about-carousel-container .owl-dots button.active {
  width: 25px;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btnprimary {
  padding: 0.55rem 1.5rem;
  border-radius: 59.231px;
  color: var(--light);
  border: 1.692px solid var(--light);
  background: rgba(255, 255, 255, 0.1);
}

section.section-contact {
  position: relative;
  padding: 3rem 0;
  z-index: 1;
}

section.section-contact::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/about.jpg) no-repeat center center/cover;
}

.contact-form {
  padding: 4rem 3rem;
  border-radius: 20px;
  border: 1px solid var(--light);
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.custom-input {
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid var(--light);
  color: var(--light) !important;
  padding: 0.75rem;
  border-radius: 0;
  font-size: 1rem;
}

.custom-input:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: none;
  border: none;
  border-bottom: 1px solid var(--light);
  outline: none;
}

.custom-input::-webkit-input-placeholder {
  color: var(--light);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
}

.custom-input::-moz-placeholder {
  color: var(--light);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
}

.custom-input:-ms-input-placeholder {
  color: var(--light);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
}

.custom-input::-ms-input-placeholder {
  color: var(--light);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
}

.custom-input::placeholder {
  color: var(--light);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
}

.btn-submit {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.75rem 1rem;
  color: var(--light);
  border-radius: var(--radius-full);
  border: 1.4px solid var(--light);
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
}

.contact-form .invalid-feedback {
  color: var(--light);
  font-size: 0.785rem;
}

footer.footer {
  padding: 4rem 0 2rem 0;
}

.footer-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-desc {
  margin: 2rem auto 1.5rem auto;
  color: var(--light);
  font-size: 0.925rem;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1.5rem 0 0 0;
}

.copy-right {
  color: var(--light);
}

.created {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--Optima);
}

.created p {
  color: var(--light);
  font-size: 0.75rem;
}

.offcanvas.offcanvas-start {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
}

.offcanvas.offcanvas-start .offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.offcanvas-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin: 1rem 0;
}

.offcanvas-link {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--light);
  text-transform: uppercase;
  position: relative;
  width: 100%;
  text-align: center;
}

.offcanvas-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: -15px;
}

.offcanvas-link:last-child:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: transparent;
  left: 0;
  bottom: -15px;
}

.offcanvas-close {
  width: 45px;
  height: 45px;
  cursor: pointer;
}

.offcanvas-close img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.custom-modal-content {
  border-radius: 20px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
}

.modal-close {
  position: absolute;
  top: 3%;
  width: 40px;
  height: 40px;
  right: 3%;

  z-index: 9999;
  cursor: pointer;
}

.modal-close img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.modal-form {
  padding: 1.5rem 2rem;
}

.form-check-label {
  color: #fff;
  font-size: 0.85rem;
}

.form-txt {
  color: var(--light);
}

.invalid-feedback {
  color: var(--light);
}

/* thank you css */

section.section-thankyou {
  height: 100vh;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.thankyou-title {
  text-align: center;
  font-family: var(--Metropolis-Meduim);
  margin: 0.35rem 0 0 0;
  font-weight: 500;
}

.thankyou-subtitle {
  text-align: center;
  font-family: var(--Metropolis-Regular);
  font-weight: 400;
  text-wrap: balance;
  opacity: 0.85;
  margin: 0.5rem 0 0 0;
}

/************ animation css **********/

.section {
  width: 100%;
  height: 100vh;
  background-color: teal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
}

.panels-container {
  position: relative;
  height: 100dvh;
}

.custom-panel {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: transparent;
  color: white;
}

.panels-container.pinned .custom-panel {
  position: fixed;
}

.outer,
.inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-size: cover;
  background-position: center;
}

.custom-panel-txt {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem 0.5rem 1rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  position: relative;
  -ms-flex-align: start;
  align-items: start;
  background-color: #e7e0d8;
  height: 100%;
}

.custom-panel-txt {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem 0.5rem 1rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  position: relative;
  -ms-flex-align: start;
  align-items: start;
  z-index: 1;
  background-color: #e7e0d8;
  height: 100%;
}

.custom-panel-txt .animation-video {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.custom-panel-txt .animation-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-panel-txt h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.custom-panel-txt h3 {
  font-size: 2vw;
  margin: 1.5rem 0 2.5rem 0 !important;
  text-transform: uppercase;
}

.custom-panel-txt p {
  font-size: 1rem;
  text-transform: uppercase;
}

.custom-panel-img {
  width: 50%;
  height: 100%;
}

.custom-panel-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/************ animation css **********/

@media only screen and (max-width: 1200px) {
  .about-carousel-container .about-content .about-title {
    gap: 0.25rem;
  }

  .about-carousel-container .about-content .about-title h4 {
    font-size: 1.45vw;
  }

  .about-carousel-container .about-content .about-title small {
    font-size: 0.9vw;
  }

  .about-carousel-container .about-content .about-subtitle {
    font-size: 0.9vw;
  }
}

@media only screen and (max-width: 991px) {
  .modal-form {
    padding: 1rem 0rem !important;
  }

  .contact-logo {
    width: 160px;
    margin: auto;
    max-width: 100%;
  }

  .contact-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .modal-close {
    width: 30px;
    height: 30px;
  }

  .about-carousel-container .about-content .about-title h4 {
    font-size: 1.5rem;
  }

  .about-carousel-container .about-content .about-title small {
    font-size: 0.85rem;
  }

  .about-carousel-container .about-content .about-subtitle {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .section-heading .section-subtitle {
    font-size: 3.5vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .contact-form {
    padding: 2.5rem 1.5rem;
  }

  .navWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .bookNowBtnWrap {
    display: none;
  }

  .navImg1 {
    width: 70px;
  }

  .navImg2 {
    width: 100px;
  }
}

@media only screen and (max-width: 576px) {
  .section-heading .section-subtitle {
    font-size: 4vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .pageTitle {
    font-size: 1.2rem;
    line-height: normal;
  }

  .homeContentWrap {
    height: 475px;
  }

  .homeContentWrap p {
    font-size: 1rem;
  }

  .contact-form {
    padding: 2rem 1rem;
  }

  .footer-img {
    width: 250px;
    margin: auto;
    max-width: 100%;
  }

  .footer-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-copyright {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .copy-right {
    text-align: center;
  }
}
