*, ::after, ::before {
  box-sizing: border-box;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h2, h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (min-width:1200px) {
  .h2, h2 {
    font-size: 2rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

img, svg {
  vertical-align: middle;
}

button {
  border-radius: 0;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width:1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}

@media (min-width:576px) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width:992px) {
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none;
  }
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 .25rem rgba(217,164,6,.5);
}

.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(217,164,6,.5);
}

.m-0 {
  margin: 0!important;
}

.mt-3 {
  margin-top: 1rem!important;
}

.ms-3 {
  margin-left: 1rem!important;
}

.pe-0 {
  padding-right: 0!important;
}

.ps-0 {
  padding-left: 0!important;
}

*, .accordion-body.location-point, .og-block {
  padding: 0;
}

h1, h2, h3, h6 {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Coldiac/coldiac-webfont.woff2) format('woff2');
  unicode-range: U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FF;
}

* {
  margin: 0;
  font-family: Outfit;
}

#amenities h1, #connectivity, #connectivity .amenities-info, #contact .image-carousel, .highlightData {
  position: relative;
}

@keyframes rocking {
  0%, 100%, 25% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
}

@keyframes Gradient {
  0%, 100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.effetMoveGradient, .effetMoveGradient:hover {
  background: 0 0/400% 400% #22644b;
  -webkit-animation: 3s infinite Gradient,3s infinite rocking;
  -moz-animation: 3s infinite Gradient,3s infinite rocking;
  animation: 3s infinite Gradient,3s infinite rocking;
  animation-delay: 2s!important;
  color: #fff;
}

.effectScale {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.effectScale:hover {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.btn, .enquire-modal .modal-dialog .modal-content, .enquire-modal .modal-dialog .modal-content .modal-body {
  border: none;
}

#contact .contact-data {
  margin: -105px 0 0;
  background-color: #fff;
  box-shadow: 0 0 25px 0 gray;
  border-radius: 12px;
  overflow: hidden;
}

.form-data {
  background-image: url("../images/contact/patter1.webp");
}

#contact .form {
  padding: 10px 20px;
}

#contact .form .form-control, .form_inner .form-control {
  margin: 10px 0;
  border-bottom: 1px solid;
  background: 0 0;
}

#contact .form .btn {
  margin: 10px 0 0;
  padding: 5px 50px;
  width: 220px;
}

#contact .image-carousel {
  margin: 0 -13px -7px 12px;
  border: 0;
}

#contact .image-carousel .contact-video {
  border-radius: 0 22px 22px 0;
  height: 100%;
  object-fit: cover;
}

.checkbox-section {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.checkbox-section p {
  font-size: 8px;
  color: #000;
  padding: 10px;
  margin: 0;
  line-height: unset;
}

@media only screen and (max-width:991px) {
  .overview-info, p {
    font-size: 14px;
  }
}

@media only screen and (max-width:991px) {
  #contact .form {
    padding: 10px 20px 34px;
  }
}

@media (max-width:575px) {
  p {
    line-height: 1.4;
  }
}

@media (max-width:500px) {
  #contact .contact-data {
    margin: -91px 30px 0 1px;
  }
}

@media (max-width:500px) {
  #contact .image-carousel {
    margin: 0 -20px -38px 0;
    display: none;
  }
}

@media (max-width:500px) {
  #contact .contact-data {
    margin: -129px 30px 0 1px;
  }
}

@media (max-width:500px) {
  #contact .image-carousel {
    margin: 0 -20px -20px 0;
    height: 371px;
  }
}

@media (max-width:500px) {
  #contact .form {
    padding: 20px 25px 40px 10px;
  }
}

@media (max-width:500px) {
  #contact .form .btn {
    margin: 20px 10px 0;
  }
}

@media (min-width:1400px) {
  #contact .form {
    padding: 20px 20px 40px;
  }
}

