@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@use "sass:math";
/**
 * Fixed Spacing Variables:
 * Though we can use relative units for most cases, we still need some fixed variable to overcome some drawbacks of relative units.
 * Example we don't want the left and right side padding of container to be increased relatively to the font-size.
 * The vertical spacing between two modules to be same regardless of increasing the font-size.
 * The spacing scale is a base-8 scale. We chose a base-8 scale because eight is a highly composable number (it can be divided and multiplied many times and result in whole numbers), yet allows spacing dense enough for UI. 
 The scale's exception is that it begins at 4px to allow smaller padding and margin for denser parts of the site, from there on it steps up consistently in equal values of 8px. Refer https://primer.style/css/support/
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  overflow: auto;
}

button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

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

html {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 100%;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 100%;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

button,
input,
textarea {
  font-family: "Poppins", sans-serif;
}

iframe {
  width: 100%;
}

a,
button,
input {
  outline: none;
}

a {
  color: #293783;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 8px;
}

p {
  font-size: 0.875rem;
  color: #000000;
}

p,
li {
  margin-bottom: 8px;
}

li {
  display: inline-block;
}

button {
  border: 0;
  background-color: transparent;
}

*:focus {
  outline: none;
}

sup,
sub {
  font-size: 50%;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

.content-wrapper {
  width: 100%;
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 767px) {
  .content-wrapper {
    padding: 0 32px;
  }
}

.only-desktop {
  display: none !important;
}

.only-mobile {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 1024px) {
  .only-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .only-mobile {
    display: none !important;
  }
}

.navbar {
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  background-color: transparent;
}

.navbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar ul li {
  font-size: 18px;
  color: #000000;
  margin-bottom: 0;
}

.navbar ul li:first-child {
  padding-right: 8px;
  margin-right: 8px;
  color: #093d52;
  border-right: 1px solid #093d52;
  font-weight: 600;
}

.navbar__logo img {
  width: 144px;
}
.navbar.stiky {
  background-color: #ffffff;
}

.banner {
  --banner-text: #e4c57e;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  height: 550px;
  background-color: #f2f6f7;
  position: relative;
}
.banner-box-center {
  display: flex;
  align-items: center;
  position: absolute;
  width: 59%;
  padding-left: 15%;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/banner-bg-main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  z-index: 2;
}
.h1-text, .h2-text, .location-text a {
  color: var(--banner-text);
}
.banner-box-center .h1-text {
  font-size: 48px;
  font-weight: 200;
}
.banner-box-center .h2-text {
  font-size: 32px;
  font-weight: 500;
}
.location-text a {
  display: flex;
  align-items: center;
  display: inline-block;
  padding: 8px;
  border: 1px solid var(--banner-text);
}
.location-text a i {
  margin-right: 10px;
}
.location-text a i svg {
  font-size: 14px;
  fill: var(--banner-text);
  width: 20px;
}
.banner-style-box {
  position: relative;
}
.banner-style-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 50px;
  background-image: url(../images/banner-sideimg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.banner .splide img {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner .banner__content {
  padding: 50px 20px 50px 113px;
  width: 100%;
}

.banner .banner__content h1 {
  font-size: 50px;
  font-weight: bold;
}

.banner .banner__content p {
  font-size: 24px;
  font-weight: 600;
  color: #ff8800;
}

.banner .banner__content span {
  font-size: 16px;
  border-left: 1px solid #000;
  color: #000;
  padding: 4px 0 4px 12px;
  display: inline-block;
}

.banner .splide__pagination__page.is-active {
  opacity: 1;
  background-color: #fff;
  -webkit-transform: none;
          transform: none;
}

.banner .splide__pagination__page {
  background-color: #ccc;
  width: 13px;
  height: 13px;
}

.splide__pagination {
  left: auto;
  right: 30px;
  bottom: 20px;
}

.starting {
  width: 100px;
  position: absolute;
  right: -50px;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-form {
  background-color: #1f4e62;
  position: relative;
  padding: 50px;
}

.contact-form::before {
  content: "";
  position: absolute;
  width: 1000px;
  left: -1000px;
  height: 100%;
  top: 0;
  background-color: #1f4e62;
}

.contact-form__box {
  max-width: 300px;
  margin: 0 auto;
}

.contact-form__box input {
  width: 100%;
  border: 0;
  background-color: #fff;
  height: 40px;
  margin-bottom: 10px;
  padding: 4px 16px;
  font-size: 14px;
  color: #000;
}

.contact-form__box h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 24px;
}

.contact-form__box p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 6px;
}

.contact-form__box button {
  background-color: #fd5a2f;
  color: #fff;
  padding: 8px 16px;
  width: 100%;
}

.contact-form__box button:hover {
  background-color: #c43c17;
}

.contact-form__box textarea {
  max-height: 100px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 8px;
  padding: 8px 16px;
  width: 100%;
}

.eco-one-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.eco-one-box::before {
  content: "";
  position: absolute;
  left: -25px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
}

.eco-one {
  padding: 50px 40px;
  text-align: center;
  width: 100%;
}

.eco-one h2 {
  font-size: 18px;
  margin-bottom: 60px;
}

.eco-one img {
  width: 180px;
  margin-bottom: 8px;
}

.eco-one p {
  font-size: 16px;
  line-height: 30px;
  color: #212121;
}

.eco-one span {
  display: block;
  font-size: 19px;
  margin-top: 40px;
  color: #000;
}

.cover-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 440px;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cover-bg:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.explore {
  background-color: #e3e3e3;
  padding: 70px 0;
}

.explore .accordion-button {
  padding: 0;
  background-color: transparent;
  padding-bottom: 16px;
}

.explore .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
}

.explore .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.png);
  height: 2px;
}

.explore .accordion-button img {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.explore .accordion-button::after {
  background-image: url(../images/plus.png);
  -webkit-transform: none;
          transform: none;
  width: 16px;
  height: 16px;
  background-size: 100%;
}

.explore .accordion-item {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.explore .accordion-body {
  color: #000;
  background-color: #ccc;
}

.explore__sub {
  font-size: 14px;
  color: #fd5a2f;
  margin-bottom: 16px;
}

.explore__title {
  font-size: 47px;
  font-weight: bold;
  margin-bottom: 32px;
}

.accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.image-text-box {
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.image-text-box * {
  color: #fff;
}

.image-title {
  font-size: 20px;
  font-weight: bold;
}

.image-sub {
  font-size: 14px;
  font-weight: 200;
}

.col-box {
  padding: 10px;
  background-color: #fff;
  height: 100%;
}

.col-box .cover-bg {
  height: 200px;
}

.col-box-content {
  padding: 20px 10px;
}

.col-box-content h2 {
  font-size: 18px;
  font-weight: bold;
}

.col-box-content span {
  margin: 16px 0;
  display: block;
  font-size: 14px;
  color: #fd5a2f;
}

.col-box-content p {
  font-size: 14px;
  margin-bottom: 20px;
}

.gallery {
  background-color: #1f4e62;
  padding: 70px 0;
}

.gallery .container {
  overflow: hidden;
}

.gallery h2 {
  font-size: 36px;
  color: #fff;
  position: relative;
  width: 100%;
}

.gallery h2::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #fff;
  display: block;
  top: 25px;
  left: 146px;
  width: 100%;
}

.plans {
  padding: 70px 0;
  background-position: top;
  background-size: 40%;
  background-repeat: repeat;
  background-color: #f6f6f6;
  text-align: center;
}

.plans .nav-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}

.plans .nav-tabs .nav-link {
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 2px;
  margin: 0 20px;
  border: 0;
  color: #000;
}

.plans .nav-tabs .nav-link.active {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fd5a2f;
  color: #fd5a2f;
}

.plans-head {
  text-align: center;
}

.plans-head p {
  font-size: 14px;
  color: #fd5a2f;
  margin-bottom: 16px;
}

.plans-head h2 {
  font-size: 36px;
  font-weight: bold;
}

.floor {
  margin-top: 8px;
  font-size: 16px;
  text-align: center;
  color: #000;
}

.complete-details {
  background-color: #1da110;
  padding: 8px 16px;
  color: #fff;
  margin-top: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.complete-details:hover {
  color: #fff;
  border-radius: 5px;
}

.complete-details img {
  height: 40px;
  margin-right: 10px;
}

.amenities {
  background-color: #e3e3e3;
  padding: 70px 0;
}

.amenities .splide__slide {
  text-align: center;
}

.amenities .splide__slide img {
  width: 80px;
}

.amenities .splide__slide span {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  color: #000;
}

.amenities .splide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.amenities .splide__track {
  width: 100%;
}

.amenities .splide__arrow {
  background: transparent;
}

.amenities .splide__arrow--prev {
  left: -60px;
}

.amenities .splide__arrow--next {
  right: -60px;
}

.amenities h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.map {
  background-color: #f2f2f3;
  position: relative;
}

.map::before {
  content: "";
  position: absolute;
  width: 1000px;
  left: -1000px;
  height: 100%;
  top: 0;
  background-color: #f2f2f3;
}

.schedule__form {
  background-color: #1f4e62;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.schedule__form h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
  color: #fff;
}

.schedule__form input {
  width: 100%;
  border: 0;
  background-color: #fff;
  height: 40px;
  font-size: 14px;
  padding: 8px 16px;
  margin-bottom: 10px;
}

.schedule__form button {
  width: 100%;
  background-color: #fd5a2f;
  font-size: 14px;
  color: #fff;
  height: 40px;
  padding: 8px 16px;
}

.schedule__form button:hover {
  background-color: #c43c17;
}

.schedule__form::after {
  content: "";
  position: absolute;
  width: 1000px;
  right: -1000px;
  height: 100%;
  top: 0;
  background-color: #1f4e62;
}

footer {
  padding: 50px 0;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}

footer li:last-child a {
  color: #000;
  display: block;
  padding: 2px 0 2px 4px;
  border-left: 1px solid #000;
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-logo {
  width: 120px;
}

#animated-thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

#animated-thumbnails a {
  width: 25%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 4px solid #fff;
  height: 200px;
  border-left: 0;
}

#animated-thumbnails a:nth-of-type(1n + 5) {
  border-top: 0;
}

#animated-thumbnails a:first-child {
  border-left: 4px solid #fff;
}

#animated-thumbnails a:nth-of-type(4n + 5) {
  border-left: 4px solid #fff;
}

#animated-thumbnails a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-toolbar .lg-close:after {
  content: "";
  background-image: url(../images/close-line.png);
  background-size: 100%;
  width: 30px;
  height: 30px;
  display: block;
}

.lg-prev:before {
  content: "";
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
}

.lg-next:after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
}

@media (max-width: 1024px) {
  .banner .banner__content {
    padding: 40px;
  }
  .cover-bg {
    max-height: none;
  }
  .banner-box-center {
    background-image: none;
    padding-left: 5%;
  }
  .banner-box-center .h1-text {
    font-size: 28px;
  }
  .banner-box-center .h2-text {
    font-size: 20px;
  }
  .location-text a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .navbar ul li:first-child {
    border: 0;
    padding: 0;
    margin: 0;
  }
  .navbar ul li:last-child {
    display: none;
  }
  .amenities {
    padding: 50px 0;
  }
  .amenities .splide__arrow--prev {
    left: 0;
  }
  .amenities .splide__arrow--next {
    right: 0;
  }
  .schedule__form {
    padding: 40px 20px;
  }
  .plans {
    padding: 50px 0;
  }
  .plans .nav-tabs .nav-link {
    margin: 0 10px;
  }
  footer {
    padding: 50px 10px;
  }
  .banner {
    margin-top: 0;
    height: auto;
    background-size: 100%;
  }
  .navbar ul li:first-child a {
    color: #ffffff;
  }
  .navbar.stiky ul li:first-child a {
    color: inherit;
  }
  .banner-box-center {
    width: 100%;
    position: relative;
    background-image: url(../images/banner-bg.jpg);
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 30px;
  }
  .banner .banner__content h1 {
    font-size: 40px;
  }
  .banner .splide img {
    height: 100%;
  }
  .banner .row{
    height: 100%;
    align-content: space-between;
  }
  .banner .banner__content {
    height: calc(50vh - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .starting {
    right: 0;
    z-index: 2;
    top: auto;
    -webkit-transform: none;
            transform: none;
    bottom: -50px;
    left: 0;
    margin: auto;
  }
  .contact-form {
    padding: 40px 20px;
  }
  .contact-form__box {
    max-width: none;
  }
  .eco-one {
    padding: 40px 10px;
  }
  .explore__title {
    font-size: 40px;
  }
  .cover-bg {
    height: 310px;
  }
  .explore {
    padding: 50px 10px;
  }
  .gallery {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .gallery .container {
    padding-left: 20px;
  }
  #animated-thumbnails {
    width: calc(100% + 4px);
  }
  #animated-thumbnails a {
    width: 50%;
    border: 4px solid #fff;
    margin-left: -4px;
    margin-top: -4px;
  }
}
