* {
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
}

body {
  background: #ffffff;
}

a {
  text-decoration: none;
  color: #ffffff;
}
a:hover {
  text-decoration: none;
  color: #ffffff;
}

.h1-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  line-height: 125%;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .h1-title {
    font-size: 42px;
  }
}

.h2-title {
  color: #000000;
  font-size: 28px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 110%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .h2-title {
    font-size: 20px;
  }
}
.h2-title.center {
  text-align: center;
}

.h3-title {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 120%;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .h3-title {
    font-size: 20px;
  }
}

.h4-title {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 120%;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .h4-title {
    font-size: 18px;
  }
}

.h5-title {
  color: #000000;
  font-size: 28px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 110%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .h5-title {
    font-size: 20px;
  }
}
.h5-title.center {
  text-align: center;
}

.p-text {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 135%;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .p-text {
    font-size: 16px;
  }
}
.p-text:last-child {
  margin-bottom: 0;
}
.p-text strong {
  font-weight: 700;
}

.btn-wrapper {
  display: block;
}

.btn_01 {
  background: #ffffff;
  border: solid 3px #5CA4A9;
  border-radius: 8px;
  color: #5CA4A9;
  display: inline-block;
  padding: 15px;
  transition: all 0.5s ease;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
@media (max-width: 991px) {
  .btn_01 {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .btn_01 {
    font-size: 16px;
  }
}
.btn_01:hover {
  background: #C084FC;
  color: #ffffff;
}

.btn_02 {
  background: #C084FC;
  border: solid 2px #C084FC;
  border-radius: 8px;
  color: #ffffff;
  display: inline-block;
  padding: 10px;
  transition: all 0.5s ease;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 991px) {
  .btn_02 {
    width: 100%;
    text-align: center;
  }
}
.btn_02:hover {
  background: transparent;
  border: solid 2px #C084FC;
  color: #C084FC;
}

.btn_03 {
  background: #E0F7F9;
  border: solid 2px #E0F7F9;
  border-radius: 0px;
  color: #ffffff;
  display: inline-block;
  padding: 10px;
  transition: all 0.5s ease;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.btn_03:hover {
  background: transparent;
  border: solid 2px #E0F7F9;
  color: #E0F7F9;
}
@media (max-width: 991px) {
  .btn_03 {
    width: 100%;
    text-align: center;
  }
}

.dark-bg {
  background-color: #5CA4A9;
}

.relative {
  position: relative;
}

.nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  z-index: 99;
  padding: 10px 0px;
  transition: all 0.5s ease-in-out;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 95%, transparent);
}
@media (min-width: 992px) {
  .nav {
    background: rgba(0, 0, 0, 0.6);
  }
  .nav.sticky {
    padding: 10px 0 !important;
  }
  .nav.sticky .nav__logo {
    height: 60px !important;
  }
  .nav.sticky .nav__link {
    font-size: 14px !important;
  }
}
.nav .nav-container {
  display: block;
  width: 100%;
  text-align: center;
}
.nav__logo {
  display: inline-block;
  height: 150px;
  width: auto;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .nav__logo {
    height: 175px;
  }
}
@media (min-width: 1200px) {
  .nav__logo {
    height: 250px;
  }
}
.nav__bottom-line {
  display: block;
  width: 100%;
}
.nav__link {
  color: #ffffff;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  text-transform: uppercase;
  position: relative;
  padding: 0px !important;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .nav__link {
    display: inline-block;
  }
  .nav__link::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #ffffff;
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .nav__link {
    text-align: center;
  }
}
.nav__link:hover, .nav__link:focus, .nav__link:active {
  color: #ffffff;
}
.nav__item {
  position: relative;
  margin: 0;
  margin-bottom: 15px;
  position: relative;
  text-align: left;
  padding-left: 20px;
  line-height: 100%;
}
@media (min-width: 992px) {
  .nav__item {
    padding: 0;
    text-align: center;
    margin: 0px 10px;
  }
  .nav__item:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    width: 0%;
    height: 1px;
    background: #ffffff;
    transition: all 0.5s ease;
  }
}
.nav__item:last-child {
  border: none;
}
.nav__item:hover a {
  color: #ffffff;
}
.nav__item:hover:after {
  width: 100%;
}
.nav__item.active a {
  color: #ffffff;
}
@media (max-width: 991px) {
  .nav__item.active a::after {
    opacity: 1;
  }
}
.nav__item.active:after {
  width: 100%;
}
.nav__navbar {
  padding: 50px 0;
  height: 100vh;
  display: flex;
}
@media (min-width: 992px) {
  .nav__navbar {
    padding: 0;
    height: auto;
  }
}
.nav .navbar-toggler {
  border: none;
  padding-right: 0;
}
.nav .navbar-toggler:hover,
.nav .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
  border: 0;
}
.nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (max-width: 991px) {
  .nav .navbar-collapse {
    text-align: center;
  }
}
.nav .hamburger-inner,
.nav .hamburger-inner:after,
.nav .hamburger-inner:before {
  background: #ffffff;
}
.nav .hamburger.is-active .hamburger-inner,
.nav .hamburger.is-active .hamburger-inner:after,
.nav .hamburger.is-active .hamburger-inner:before {
  background: #ffffff;
}
.nav .hamburger.is-active:hover,
.nav .hamburger:hover {
  opacity: 1;
}

.header {
  background: #5CA4A9;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .header {
    padding-bottom: 10px;
  }
}
.header__wrapper {
  display: block;
  position: relative;
  z-index: 0;
}
.header__wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, #5CA4A9, transparent);
  z-index: 2;
}
.header__heroshot {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.header .h2-subtitle {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 110%;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .header .h2-subtitle {
    font-size: 18px;
  }
}
.header .btn-wrapper {
  text-align: center;
}

.stars {
  background: #ffffff;
  border-radius: 25px;
  padding: 15px;
  text-align: center;
  display: inline-block;
}
.stars__google {
  height: 30px;
  width: auto;
  margin-bottom: 0px;
}
.stars__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.stars__icon {
  height: 20px;
  width: auto;
}
.stars__info {
  font-weight: 700;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  line-height: 110%;
  margin-bottom: 0px;
}
.stars__show-more {
  font-family: "Montserrat", sans-serif;
  line-height: 110%;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
  margin-top: 15px;
  display: block;
}
.stars__show-more:hover {
  text-decoration: underline;
}

.video {
  background: #E0F7F9;
  padding: 50px 0;
  padding-bottom: 0px;
}
.video .h2-title {
  color: #000000;
}
.video__video {
  width: 100%;
  padding: 50px 0;
  min-height: 550px;
}
@media (max-width: 991px) {
  .video__video {
    min-height: 200px;
  }
}
.video__banner {
  background: #5CA4A9;
  padding: 50px 0;
}
.video__banner .h2-title {
  color: #ffffff;
}
.video__icon {
  display: inline-block;
  max-width: 100px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .video__icon {
    margin: 0;
    max-width: 200px;
  }
}

.rooms {
  padding: 50px 0;
}
.rooms .h2-title {
  color: #E0F7F9;
  font-size: 32px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 120%;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 991px) {
  .rooms .h2-title {
    font-size: 24px;
  }
}
.rooms .h3-title {
  font-size: 20px;
}
.rooms .p-text {
  font-size: 14px;
  margin-bottom: 10px;
}
.rooms__slider {
  position: relative;
}
.rooms__item {
  display: block;
  text-align: center;
  padding: 0px 10px;
}
.rooms__img {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.rooms__img::after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
}
.rooms__btn {
  color: #E0F7F9;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  text-decoration: underline;
  text-transform: uppercase;
}
.rooms .slick-prev,
.rooms .slick-next {
  all: unset;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 24px;
  color: #E0F7F9;
  line-height: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .rooms .slick-prev,
  .rooms .slick-next {
    font-size: 12px;
    color: #ffffff;
  }
}
.rooms .slick-prev:hover, .rooms .slick-prev:focus,
.rooms .slick-next:hover,
.rooms .slick-next:focus {
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.rooms .slick-prev {
  left: -30px;
}
@media (max-width: 991px) {
  .rooms .slick-prev {
    left: -3px;
  }
}
.rooms .slick-next {
  right: -30px;
}
@media (max-width: 991px) {
  .rooms .slick-next {
    right: -3px;
  }
}
@media (max-width: 991px) {
  .rooms .fa-solid {
    background: #E0F7F9;
    height: 25px;
    width: 25px;
    position: relative;
    border-radius: 50%;
  }
  .rooms .fa-chevron-right:before,
  .rooms .fa-chevron-left:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.info {
  background: #E0F7F9;
  padding: 50px 0;
}
.info__slider {
  position: relative;
}
@media (max-width: 991px) {
  .info__slider {
    margin-bottom: 40px;
  }
}
.info__slider .slick-prev,
.info__slider .slick-next {
  all: unset;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 24px;
  color: #5CA4A9;
  line-height: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .info__slider .slick-prev,
  .info__slider .slick-next {
    font-size: 12px;
    color: #5CA4A9;
  }
}
.info__slider .slick-prev:hover, .info__slider .slick-prev:focus,
.info__slider .slick-next:hover,
.info__slider .slick-next:focus {
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.info__slider .slick-prev {
  left: -30px;
}
@media (max-width: 991px) {
  .info__slider .slick-prev {
    left: -10px;
  }
}
.info__slider .slick-next {
  right: -30px;
}
@media (max-width: 991px) {
  .info__slider .slick-next {
    right: -10px;
  }
}
@media (max-width: 991px) {
  .info__slider .fa-solid {
    background: #E0F7F9;
    height: 25px;
    width: 25px;
    position: relative;
    border-radius: 50%;
  }
  .info__slider .fa-chevron-right:before,
  .info__slider .fa-chevron-left:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.info__img {
  width: 100%;
}
.info .btn-wrapper {
  text-align: left;
  margin-bottom: 0;
}

.maps {
  padding: 50px 0;
  width: 100%;
}
@media (max-width: 991px) {
  .maps {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.maps__frame {
  width: 100%;
  min-height: 700px;
}
@media (max-width: 991px) {
  .maps__frame {
    min-height: 400px;
  }
}

.services {
  padding: 50px 0;
}
.services .h2-title {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .services .h2-title {
    margin-bottom: 50px;
  }
}
.services__item {
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 991px) {
  .services__item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .services__item {
    display: block;
    max-width: 300px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.services__wrapper {
  display: inline-block;
  position: relative;
  margin: 10px;
}
.services__wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 45px;
  width: 45px;
  background-color: #53354A;
  border-radius: 50%;
  z-index: 0;
}
@media (min-width: 992px) {
  .services__wrapper::before {
    height: 60px;
    width: 60px;
  }
}
.services__icon {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .services__icon {
    height: 40px;
    width: 40px;
  }
}
.services__text {
  color: #53354A;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 135%;
  margin: 0px;
  text-align: left;
}
@media (min-width: 992px) {
  .services__text {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
  }
}
.services__text strong {
  font-weight: 700;
}

.gallery__img {
  width: 100%;
}

.faqs {
  padding: 50px 0;
}
.faqs__question {
  position: relative;
  padding: 0;
  margin-bottom: 10px;
}
.faqs__question .icon {
  transform: rotate(-90deg);
  position: absolute;
  right: 20px;
  top: 21px;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .faqs__question .icon {
    top: 25px;
    transform: rotate(-90deg);
  }
}
.faqs__question .collapsed {
  background: #C084FC;
}
.faqs__question .collapsed .icon {
  position: absolute;
  right: 20px;
  top: 21px;
  transition: all 0.5s ease;
  transform: rotate(0deg);
}
@media (min-width: 992px) {
  .faqs__question .collapsed .icon {
    top: 25px;
    transform: rotate(0deg);
  }
}
.faqs__question:hover .icon {
  transform: rotate(-90deg);
}
@media (min-width: 992px) {
  .faqs__question:hover .icon {
    transform: rotate(-90deg);
  }
}
.faqs__item {
  background: rgba(192, 132, 252, 0.8);
  border-radius: 10px;
  padding: 10px;
  padding-right: 40px;
  position: relative;
  display: block;
}
@media (max-width: 991px) {
  .faqs__item {
    display: flex;
    min-height: 55px;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .faqs__item {
    padding: 20px;
  }
}
.faqs__wrapper {
  padding: 20px;
}
.faqs a {
  color: #ffffff;
}
.faqs a:hover {
  color: #ffffff;
}
.faqs .h2-title {
  margin-bottom: 30px;
}
.faqs .h3-title {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0px;
  line-height: 110%;
}
@media (min-width: 992px) {
  .faqs .h3-title {
    font-size: 24px;
  }
}
.faqs .p-text {
  font-size: 18px;
}
@media (max-width: 991px) {
  .faqs .p-text {
    font-size: 14px;
  }
}
.faqs .p-text a {
  font-family: "Montserrat", sans-serif;
  text-decoration: underline;
  font-size: 18px;
  color: #000000;
}
@media (max-width: 991px) {
  .faqs .p-text a {
    font-size: 14px;
  }
}

.breadcrumb {
  margin-bottom: 25px;
  display: block;
  text-align: left;
}
@media (min-width: 992px) {
  .breadcrumb {
    margin-bottom: 50px;
  }
}
.breadcrumb__link {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 100%;
}
.breadcrumb__link:hover {
  color: #000000;
}
.breadcrumb__link:last-child {
  text-decoration: underline;
}
.breadcrumb__link.back-arrow {
  color: #E0F7F9;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.breadcrumb__link.back-arrow i {
  margin-right: 5px;
}

.social-media__item {
  display: block;
  margin: 20px 0;
}
.social-media__icon {
  font-size: 30px;
  color: #ffffff;
}

.whatsapp-icon {
  display: inline-block;
  background: #54cc61;
  position: fixed;
  width: 60px;
  height: 60px;
  line-height: 63px;
  bottom: 20px;
  right: 20px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 0.7s ease;
}
.whatsapp-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
}
.whatsapp-icon:hover {
  cursor: pointer;
  background: #54cc61;
}
@media (min-width: 992px) {
  .whatsapp-icon {
    bottom: 40px;
    right: 40px;
  }
}

.footer {
  background: #C084FC;
  padding-top: 100px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .footer {
    padding-top: 50px;
  }
}
.footer .h5-title {
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .footer .h5-title {
    font-size: 26px;
  }
}
.footer .p-text {
  color: #ffffff;
}
.footer__copy {
  background: #000000;
  margin-top: 0px;
  padding: 5px 0;
}
@media (max-width: 991px) {
  .footer__copy {
    padding: 10px 0;
  }
}
.footer__copy-text {
  color: #ffffff;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .footer__copy-text {
    text-align: center;
    font-size: 9px;
  }
}
.footer__copy-text a {
  color: #ffffff;
  transition: all 0.7s ease;
}
.footer__copy-text a:hover {
  color: #ffffff;
}
.footer.single {
  padding: 0px;
}
.footer.single .footer__copy {
  margin: 0;
}

.modal-content {
  border: none;
  border-radius: 0px;
}

.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (min-width: 992px) {
  .btn-close {
    right: 20px;
    top: 20px;
  }
}

.popup {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  padding: 10px 10px;
  padding-top: 50px;
  min-height: 350px;
}
@media (min-width: 992px) {
  .popup {
    padding: 50px 30px;
    padding-bottom: 30px;
  }
}
.popup__title {
  color: #E0F7F9;
  font-size: 26px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 110%;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .popup__title {
    font-size: 48px;
  }
}
.popup__text {
  color: #C084FC;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 135%;
  margin-bottom: 20px;
  text-align: left;
}
@media (min-width: 992px) {
  .popup__text {
    font-size: 16px;
  }
}
.popup .mfp-bg {
  background-color: #E0F7F9;
  opacity: 0.7;
}
.popup .mfp-close {
  font-size: 26px;
  line-height: 29px;
  margin: 0px;
  padding: 20px;
  position: absolute;
  opacity: 1;
  color: #E0F7F9;
  top: -10px;
  right: -10px;
  width: auto;
  height: auto;
  z-index: 99;
}
@media (min-width: 992px) {
  .popup .mfp-close {
    top: 0px;
    right: 0px;
    font-size: 37px;
  }
}
.popup .p-thanks {
  color: #E0F7F9;
  font-size: 38px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 110%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .popup .p-thanks {
    font-size: 20px;
    margin-top: 90px;
  }
}
.popup .form__content {
  display: block;
}
@media (min-width: 992px) {
  .popup .form__content {
    display: flex;
    justify-content: center;
  }
}
.popup .form__content input {
  background: #ffffff;
  color: #E0F7F9;
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
  line-height: 100%;
  margin-bottom: 0px;
  width: 100%;
  padding: 15px;
  border: 3px solid #E0F7F9;
  outline: none;
  font-family: "Montserrat", sans-serif;
}
.popup .form__content input:first-child {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .popup .form__content input:first-child {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .popup .form__content input {
    font-size: 18px;
  }
}
.popup .form__content input::placeholder {
  color: #E0F7F9;
  font-weight: 500;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.popup .form__content input[type=submit] {
  background: #E0F7F9;
  color: #ffffff;
  font-size: 20px;
  width: auto;
  padding: 10px 15px;
  transition: all 0.5s ease;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .popup .form__content input[type=submit] {
    padding: 15px 15px;
    width: 100%;
    font-size: 18px;
  }
}
.popup .form #thank-you {
  display: none;
}

.floatimg_01 {
  display: inline-block;
  height: 80px;
  margin-bottom: 0;
  position: absolute;
  right: 20px;
  bottom: 18px;
}
@media (min-width: 992px) {
  .floatimg_01 {
    height: 150px;
  }
}

.floatimg_02 {
  display: none;
  height: 100px;
  margin-bottom: 0;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .floatimg_02 {
    display: inline-block;
    height: 100px;
    left: 10px;
  }
}
@media (min-width: 1200px) {
  .floatimg_02 {
    height: 150px;
    left: 20px;
  }
}
@media (min-width: 1500px) {
  .floatimg_02 {
    height: 200px;
  }
}
@media (min-width: 1700px) {
  .floatimg_02 {
    left: 50px;
    height: 250px;
  }
}

.floatimg_03 {
  display: none;
  height: 100px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .floatimg_03 {
    position: absolute;
    height: 125px;
    right: 5px;
    top: 150px;
    display: inline-block;
  }
}
@media (min-width: 1500px) {
  .floatimg_03 {
    height: 150px;
  }
}
@media (min-width: 1700px) {
  .floatimg_03 {
    right: 20px;
    height: 200px;
  }
}

.floatimg_04 {
  position: absolute;
  height: 85px;
  left: 0px;
  bottom: 0;
  display: inline-block;
  margin-bottom: 0;
  z-index: 0;
}
@media (min-width: 992px) {
  .floatimg_04 {
    height: 125px;
  }
}
@media (min-width: 1500px) {
  .floatimg_04 {
    height: 150px;
  }
}
@media (min-width: 1700px) {
  .floatimg_04 {
    height: 200px;
  }
}

.z-index-sup {
  position: relative;
  z-index: 1;
}