/* Reset Box Model */
html,
body,
main,
section,
article,
aside,
nav,
header,
footer,
address,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
dfn,
em,
small,
s,
strong,
sub,
sup,
tt,
var,
u,
i,
mark,
time,
del,
ins,
kbd,
q,
code,
samp,
kbd,
select,
input,
button,
textarea,
label,
fieldset,
legend,
progress,
meter,
details,
summary,
div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: middle;
  box-sizing: border-box;
}

main,
section,
article,
aside,
nav,
header,
footer,
address,
figure {
  display: block;
}

/* Reset Fonts */
body {
  line-height: 1;
  font-size: 100%;
  font-family: "Roboto", sans-serif;
  color: #2e1616;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

/* Reset Lists */
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Reset Form Elements */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* Custom ScrollBar */
html {
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #979c9e;
  border-radius: 4px;
  border: 1px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(149, 160, 162);
}

/* Reset Text Decoration */
a {
  display: inline-block;
  text-decoration: none;
}

/* Reset Misc */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Display */
.dn {
  display: none;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.df,
.v-center,
.h-center,
.box-center {
  display: flex;
}

.dif {
  display: inline-flex;
}

/* Verticle and Horizantal Align */
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tdhu:hover {
  text-decoration: underline;
}
.jcc,
.h-center,
.box-center {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.jcse {
  justify-content: space-evenly;
}
.jcsa {
  justify-content: space-around;
}
.jce {
  justify-content: end;
}

.aic,
.v-center,
.box-center {
  align-items: center;
}
.ais {
  align-items: start;
}
.aie {
  align-items: end;
}
.ase {
  align-self: end;
}
.aisc {
  align-items: stretch;
}

/* Column and Row */
.fdc {
  flex-direction: column;
}

.fdcr {
  flex-direction: column-reverse;
}

.fdrr {
  flex-direction: row-reverse;
}

.flx1 {
  flex: 1;
}
.flx2 {
  flex: 2;
}
.flx3 {
  flex: 3;
}

.flx100 {
  flex: 0 0 100%;
}
.flx50 {
  flex: 0 0 50%;
  max-width: 50%;
}
.flx60 {
  flex: 0 0 60%;
  max-width: 60%;
}
.flx48 {
  flex: 0 0 48%;
  max-width: 48%;
}
.flx24 {
  flex: 0 0 24%;
  max-width: 24%;
}
.flx25 {
  flex: 0 0 25%;
  max-width: 25%;
}
.flx33 {
  flex: 0 0 33.3333333%;
  max-width: 33.3333333%;
}
.flx16 {
  flex: 0 0 16%;
  max-width: 16%;
}
.flx295 {
  flex: 0 0 292px;
  max-width: 292px;
}
.fww {
  flex-wrap: wrap;
}

/* overflow style */
.ofh {
  overflow: hidden;
}
.ofa {
  overflow: auto;
}

/* Backgound Color & Font Color Style */
.bg1 {
  background-color: #fff;
}

.bg2 {
  background-color: #2e1616;
}

.bg3,
.bg-h1:hover {
  background-color: #cd5316;
}
.bg4,
.bg-h2:hover {
  background-color: #ce571d;
}
.bg5 {
  background-color: #e3dde2;
}
.bg6 {
  background-color: #f3f5f7;
}
.bg7 {
  background-color: #e9922f;
}
.bg8 {
  background-color: #1dca6b;
}
.bg9 {
  background-color: #252322;
}
.bg10 {
  background-color: #f4eb15;
}
.bg1-trans-5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-img01 {
  background: url(../images/section-bg01.png) no-repeat center/cover;
}

.fc1,
.fc-h3:hover {
  color: #fff;
}

.fc2 {
  color: #2e1616;
}
.fc3,
.fc-h1:hover,
.nav-active {
  color: #cd5316;
}
.fc4,
.fc-h2:hover {
  color: #ce571d;
}
.fc5 {
  color: #979c9e;
}
.fc6 {
  color: #606368;
}
.fc7 {
  color: #e9922f;
}
.fc8,
.fc-h4:hover {
  color: #1dca6b;
}
.fc10,
.fc-h5:hover {
  color: #f4eb15;
}
.fc9 {
  color: #a3a1a1;
}
.fc10 {
  color: #bec2c7;
}
.fc11 {
  color: #464545;
}
.ff2 {
  font-family: "Playfair Display", serif;
}

.fill1,
.fill-h1:hover svg {
  fill: #df594c;
}
.fill2,
.fill-h2:hover svg {
  fill: #fff;
}
/* font style */
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs26 {
  font-size: 26px;
}
.fs28 {
  font-size: 28px;
}
.fs32 {
  font-size: 32px;
}
.fs48 {
  font-size: 48px;
}
.fs72 {
  font-size: 72px;
}
.fs104 {
  font-size: 88px;
}

.lh14 {
  line-height: 14px;
}
.lh18 {
  line-height: 18px;
}

.lh22 {
  line-height: 22px;
}
.lh24 {
  line-height: 24px;
}
.lh28 {
  line-height: 28px;
}
.lh34 {
  line-height: 34px;
}
.lh48 {
  line-height: 48px;
}

.ls1 {
  letter-spacing: 0.5px;
}

.fw3 {
  font-weight: 300;
}
.fw4 {
  font-weight: 400;
}
.fw5 {
  font-weight: 500;
}
.fw6 {
  font-weight: 600;
}
.fw7 {
  font-weight: 700;
}
.fw8 {
  font-weight: 800;
}

.ttu {
  text-transform: uppercase;
}

/* Position Style */
.pr,
.navbar li {
  position: relative;
}

.pa,
.aft:after,
.bef:before {
  position: absolute;
}
.pf {
  position: fixed;
}
.ps {
  position: sticky;
}
.l0 {
  left: 0;
}

.r0 {
  right: 0;
}

.t0 {
  top: 0;
}
.t100 {
  top: 100%;
}

.b0 {
  bottom: 0;
}

.zi1 {
  z-index: 1;
}
.zi2 {
  z-index: 2;
}
.zi99 {
  z-index: 99;
}

.cp {
  cursor: pointer;
}

/* Spacing Style */
.mlra {
  margin-left: auto;
  margin-right: auto;
}
.mla {
  margin-left: auto;
}
.m8 {
  margin: 8px;
}
.m12 {
  margin: 12px;
}
.m16 {
  margin: 16px;
}
.m32 {
  margin: 32px;
}

.mt4 {
  margin-top: 4px;
}
.mt8,
.mtb8 {
  margin-top: 8px;
}
.mt12,
.mtb12 {
  margin-top: 12px;
}
.mt16,
.mtb16 {
  margin-top: 16px;
}
.mt24,
.mtb24 {
  margin-top: 24px;
}
.mt32,
.mtb32 {
  margin-top: 32px;
}
.mt40,
.mtb40 {
  margin-top: 40px;
}
.mt48,
.mtb48 {
  margin-top: 48px;
}

.ml4 {
  margin-left: 4px;
}
.ml8,
.mlr8 {
  margin-left: 8px;
}
.ml12,
.mlr12 {
  margin-left: 12px;
}
.ml16,
.mlr16 {
  margin-left: 16px;
}
.ml24,
.mlr24 {
  margin-left: 24px;
}
.ml32,
.mlr32 {
  margin-left: 32px;
}
.ml40,
.mlr40 {
  margin-left: 40px;
}
.ml48,
.mlr48 {
  margin-left: 48px;
}

.mr4 {
  margin-right: 4px;
}
.mr8,
.mlr8 {
  margin-right: 8px;
}
.mr12,
.mlr12 {
  margin-right: 12px;
}
.mr16,
.mlr16 {
  margin-right: 16px;
}
.mr24,
.mlr24 {
  margin-right: 24px;
}
.mr32,
.mlr32 {
  margin-right: 32px;
}
.mr40,
.mlr40 {
  margin-right: 40px;
}
.mr48,
.mlr48 {
  margin-right: 48px;
}

.mb4 {
  margin-bottom: 4px;
}
.mb8,
.mtb8 {
  margin-bottom: 8px;
}
.mb12,
.mtb12 {
  margin-bottom: 8px;
}
.mb16,
.mtb16 {
  margin-bottom: 16px;
}
.mb24,
.mtb24 {
  margin-bottom: 24px;
}
.mb32,
.mtb32 {
  margin-bottom: 32px;
}
.mb40,
.mtb40 {
  margin-bottom: 40px;
}
.mb48,
.mtb48 {
  margin-bottom: 48px;
}

.pla {
  padding-left: auto;
}

.p8 {
  padding: 8px;
}
.p12 {
  padding: 12px;
}
.p16 {
  padding: 16px;
}
.p24 {
  padding: 24px;
}
.p32 {
  padding: 32px;
}

.pt4 {
  padding-top: 4px;
}
.pt8,
.ptb8 {
  padding-top: 8px;
}
.pt12,
.ptb12 {
  padding-top: 12px;
}
.pt16,
.ptb16 {
  padding-top: 16px;
}
.pt24,
.ptb24 {
  padding-top: 24px;
}
.pt32,
.ptb32 {
  padding-top: 32px;
}
.pt40,
.ptb40 {
  padding-top: 40px;
}
.pt48,
.ptb48 {
  padding-top: 48px;
}

.pl4 {
  padding-left: 4px;
}
.pl8,
.plr8 {
  padding-left: 8px;
}
.pl12,
.plr12 {
  padding-left: 12px;
}
.pl16,
.plr16 {
  padding-left: 16px;
}
.pl24,
.plr24 {
  padding-left: 24px;
}
.pl32,
.plr32 {
  padding-left: 32px;
}
.pl40,
.plr40 {
  padding-left: 40px;
}
.pl48,
.plr48 {
  padding-left: 48px;
}

.pr4 {
  padding-right: 4px;
}
.pr8,
.plr8 {
  padding-right: 8px;
}
.pr12,
.plr12 {
  padding-right: 12px;
}
.pr16,
.plr16 {
  padding-right: 16px;
}
.pr24,
.plr24 {
  padding-right: 24px;
}
.pr32,
.plr32 {
  padding-right: 32px;
}
.pr40,
.plr40 {
  padding-right: 40px;
}
.pr48,
.plr48 {
  padding-right: 48px;
}

.pb4 {
  padding-bottom: 4px;
}
.pb8,
.ptb8 {
  padding-bottom: 8px;
}
.pb12,
.ptb12 {
  padding-bottom: 12px;
}
.pb16,
.ptb16 {
  padding-bottom: 16px;
}
.pb24,
.ptb24 {
  padding-bottom: 24px;
}
.pb32,
.ptb32 {
  padding-bottom: 32px;
}
.pb40,
.ptb40 {
  padding-bottom: 40px;
}
.pb48,
.ptb48 {
  padding-bottom: 48px;
}

.ptb64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

/* border Style */
.brd1 {
  border: 1px solid #cd5316;
}
.brd2 {
  border: 1px solid #dedede;
}
.brd3 {
  border: 1px solid #363535;
}
.brd-b1 {
  border-bottom: 1px solid #d4d4da;
}
.brd-b2 {
  border-bottom: 1px solid #515156;
}
.brd-b3 {
  border-bottom: 1px solid #cd5316;
}
.brd-b4 {
  border-bottom: 1px solid #294b70;
}
.brd-r1 {
  border-right: 1px solid #bdbdc4;
}
.aft:after,
.bef:before {
  content: "";
}

.tf-h1:hover {
  transform: translateX(10px);
}
.transit1,
.md-btn {
  transition: all 0.2s;
}
.transit2 {
  transition: all 0.3s;
}
.wsnw {
  white-space: nowrap;
}
/* Shape Style */

.text-row {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lc1 {
  -webkit-line-clamp: 1;
}
.lc2 {
  -webkit-line-clamp: 2;
}
.lc3 {
  -webkit-line-clamp: 3;
}

.lc4 {
  -webkit-line-clamp: 4;
}

.w50 {
  width: 50%;
}

.w100vw {
  width: 100vw;
}
.w100 {
  width: 100%;
}
.w18 {
  width: 18px;
}
.w24 {
  width: 24px;
}
.w40 {
  width: 40px;
}
.w48 {
  width: 48px;
}
.w56 {
  width: 56px;
}
.w-m48 {
  min-width: 48px;
  max-width: 48px;
}
.h18 {
  height: 18px;
}
.h24 {
  height: 24px;
}
.h40 {
  height: 40px;
}
.h48 {
  height: 48px;
}
.h56 {
  height: 56px;
}
.h80 {
  height: 80px;
}
.h100vh {
  height: 100vh;
}

.br2 {
  border-radius: 2px;
}

.br4 {
  border-radius: 4px;
}
.br8 {
  border-radius: 8px;
}
.br24 {
  border-radius: 24px;
}
.br50 {
  border-radius: 50%;
}

.wrapper {
  width: 94%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

/* Header  */
.header.up-lift {
  top: -82px;
}
.logo img {
  max-height: 56px;
}
.navbar .nav-link:after {
  height: 2px;
  background-color: #d9206c;
  width: 0;
  transition: all 0.2s;
  bottom: 0;
  left: 0;
  right: 0;
}
.navbar .nav-link:hover:after,
.navbar .nav-link.nav-active:after {
  width: 100%;
}
.nav-sub-items {
  transform: translateY(12px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.nav-item:hover .nav-sub-items {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
.menu-btn {
  display: none;
}
.menu-btn,
.logo {
  z-index: 100;
}
.menu-data {
  transition: all 0.5s;
  overflow: hidden;
  right: 0;
}
.menu-data.menu-data-close {
  transform: scale(0.1);
  position: absolute;
  background-color: #d9206c;
  height: 10vh;
  width: 10vh;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  border-radius: 50%;
}
.menu-data:not(.menu-data-close) {
  transform: scale(1);
  position: fixed;
  height: 100vh;
  z-index: 99;
  visibility: visible;
  opacity: 1;
  border-radius: 0;
}
.menu-line {
  width: 24px;
  height: 3px;
  background-color: #0f0e0e;
  border-radius: 2px;
  transition: all 0.2s;
}
.menu-line:not(:last-of-type) {
  margin-bottom: 4px;
}
.menu-close .menu-line:first-of-type {
  transform: translate(1px, 3px) rotate(45deg);
}
.menu-close .menu-line:last-of-type {
  transform: translate(0px, -4px) rotate(-45deg);
}
.menu-close .menu-line:nth-of-type(2) {
  display: none;
}

/* hero  */
.bg-grd01 {
  background: linear-gradient(
    to bottom left,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.7)
  );
}
.bg-img02 {
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.9) 40%,
      rgba(255, 255, 255, 0.9)
    ),
    url(../images/banner-img01.png) no-repeat center / cover;
}
.bg-img03 {
  background: url(../images/Banner_03.jpg) no-repeat center/cover;
}
.bg-img04 {
  background: url(../images/Banner_04.jpg) no-repeat left / cover;
}
.banner-items {
  height: 100%;
}

.hero {
  height: calc(75vh - 80px);
  min-height: 640px;
}
.hero-wrapper {
  padding: 0 24px 48px;
  width: 98%;
  max-width: 1000px;
  margin: 0 auto;
}
.hero-heading {
  font-size: 54px;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: 0.6px;
}
.hero-heading span {
  display: block;
  font-size: 34px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0.6px;
}
.swiper-slide img {
  height: 110%;
}
.slider-content {
  top: calc(50% - 124px);
  left: 12%;
  max-width: 650px;
}
.line-h3 {
  height: 2px;
  width: 80%;
  background-color: #9f9b9b;
  margin: 16px 0;
}
.price-b2 {
  background-color: #df594c;
}
.b2-content .only {
  transform: rotate(-30deg);
  left: 24px;
  top: 24px;
}
.b2-content .stric {
  display: inline-block;
  transform: translateY(-30px);
}
.price-b2 {
  clip-path: polygon(2% 8%, 48% 0%, 100% 8%, 94% 100%, 0% 96%);
}
.pointer-b4 li {
  width: 300px;
  max-width: 300px;
  border: 2px solid #df594c;
}
.pointer-b4 li span {
  border-radius: 6px;
}
.b5-content .rh-s01 {
  flex: 0 0 70%;
  max-width: 70%;
}
.pointer-b5 li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 24px;
  box-sizing: border-box;
}
.off-price {
  max-width: 200px;
  max-height: 100px;
}
.i-c {
  border-radius: 2px;
  max-width: 426px;
  border: 1px solid #df594c;
  overflow: hidden;
}
.i-c img {
  width: 100%;
  min-width: 426px;
  max-width: 426px;
}

/* photo collage */
.banner3 .lh-s01 {
  max-height: 570px;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, 5vw);
  grid-gap: 8px;
  max-height: 570px;
}
.gallery figure {
  overflow: hidden;
  border-radius: 4px;
}
.gallery figure:not(:first-of-type) {
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #df594c;
}
.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;

  /** Alternative Syntax **/
  /* grid-column: 1 / span 2;  */
  /* grid-row: 1 / span 2; */
}

.gallery__item--2 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;

  /** Alternative Syntax **/
  /* grid-column: 3 / span 2;  */
  /* grid-row: 1 / span 2; */
}

.gallery__item--3 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 6;

  /** Alternative Syntax **/
  /* grid-column: 5 / span 4;
  grid-row: 1 / span 5; */
}

.gallery__item--4 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 6;
}

.gallery__item--5 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 6;
  grid-row-end: 9;
}
.gallery__item--6 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 6;
  grid-row-end: 9;
}

/* Headigns  */

.section-heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0.3px;
  color: #2e1616;
}
.section-sub-headign {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.4px;
  color: #df594c;
}
.star-icon:not(.filled) {
  fill: #bebcb7;
}
.star-icon.filled {
  fill: #ffc107;
}
.dot {
  width: 16px;
  height: 16px;
}
.dot.active {
  background-color: #df594c;
}
.center-sides {
  width: 436px;
  height: 436px;
  border: 8px solid #f0ecec;
  outline: 2px solid #414141;
  outline-offset: 8px;
}
.center-img-text {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  font-size: 26px;
  line-height: 30px;
  width: 60%;
  text-align: center;
  top: 70%;
}
.facility-img {
  outline: 2px solid #0f0e0e;
  outline-offset: 4px;
}
.facility-line {
  width: 40px;
  height: 1px;
  background-color: #0f0e0e;
}
.tt32 {
  transform: translateX(32px);
}
.tt96 {
  transform: translateX(104px);
}
.tt-32 {
  transform: translateX(-32px);
}
.tt-96 {
  transform: translateX(-104px);
}
.facilities-item:hover .facility-img,
.facilities-item:hover .facility-content {
  transform: scale(1.1);
}
.facilities-item:hover .facility-line {
  transform: scale(0.75);
}
.facility-title {
  font-size: 17px;
  line-height: 26px;
}
.facility-text {
  font-size: 13px;
  line-height: 16px;
  color: #606368;
}
.virtual-office .wrapper {
  background: url(../images/virtual-office.png) no-repeat left/cover;
  transition: background-size 0.2s;
  background-size: 75%;
}
.virtual-office .wrapper:hover {
  background-size: 77%;
}
.virt-box .block {
  min-width: 50%;
  max-width: 50%;
  padding: 8px 2%;
}
.virt-box .block:nth-of-type(-n + 2) {
  border-bottom: 1px solid #d7d5d3;
}
.virt-box .block:nth-of-type(odd) {
  border-right: 1px solid #d7d5d3;
}
.virtual-benifit {
  min-width: 50%;
  max-width: 50%;
}
.block-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.block-icon img {
  max-width: 48px;
  max-height: 48px;
}
.brd-r6 {
  border-left: 6px solid #df594c;
  padding-left: 8px;
}

.card-img {
  width: 100%;
  height: 225px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.thumb-item:not(.detail-thumb-item) {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
  margin: 4px;
  cursor: pointer;
  transition: all 0.2s;
}
.detail-thumb-item {
  transition: all 0.2s;
  cursor: pointer;
}
.thumb-item.active:not(.detail-thumb-item) {
  border: 1px solid #ff6b42;
  transform: scale(1.2);
}
.thumb-item:not(.detail-thumb-item.active):hover {
  transform: scale(1.3);
}
.detail-img {
  top: 90px;
  margin-bottom: 90px;
}
.card-btn:hover .card-cta-icon {
  transform: translateX(4px);
}
.card-btn:hover .card-cta-text {
  transform: translateX(-4px);
}
.aminities {
  background: linear-gradient(
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.7)
    ),
    url(/images/aminities-bg.jpg) no-repeat center/cover;
}
.aminities-card:not(:nth-of-type(4n)) {
  border-right: 1px dashed #cccbcb;
}
.aminities-card:not(:nth-of-type(n + 9)) {
  border-bottom: 1px dashed #cccbcb;
}
.aminities-icon img {
  opacity: 0.7;
}
.home-form {
  min-width: 420px;
  max-width: 420px;
  padding: 0 40px 0 0;
  margin-top: 40px;
  margin-right: 40px;
  margin-bottom: 64px;
}
.services-card {
  min-width: 25%;
  max-width: 25%;
  margin-bottom: 48px;
}
/* footer styles */
.footer-company {
  flex: 0 0 40%;
}

.footer .wrapper {
  width: 94vw;
  max-width: 1200px;
  margin: 0 auto;
}

.google-map {
  height: 500px;
  width: 100%;
}

.input-field {
  flex: 1;
  padding: 8px 16px;
  outline: none;
  width: 30vw;
}

.input-button {
  padding: 8px 12px;
  border: none;
  border-radius: 0 24px 24px 0;
}

.contact-form input[type="text"],
input[type="email"],
textarea {
  outline: none;
}

.contact-form input[type="submit"] {
  width: 50%;
  border: none;
}

.bg11 {
  background-color: #f1f4fd;
}

.value-card-article {
  min-width: 30.33333%;
  max-width: 30.33333%;
  margin: 0 1.5%;
}
.article-left {
  min-width: 40%;
  max-width: 40%;
}
.article-right {
  min-width: 60%;
  max-width: 60%;
}
.lh40 {
  line-height: 40px;
}
.about-left-img {
  min-width: 34.5%;
  max-width: 34.5%;
  height: 60vh;
}
.about-left-img img,
.about-right-img img {
  width: 100%;
}
.about-right-img {
  min-width: 64.5%;
  max-width: 64.5%;
  height: 60vh;
}
.about-header-text {
  min-width: 60%;
  max-width: 60%;
  border-radius: 2px;
  background: #df574b;
  transform: translateY(114px);
  padding-top: 64px;
}
.about-hero-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 76px;
  color: #212121;
  width: 100%;
  max-width: 900px;
  padding-left: 9vw;
}
.owner-image {
  min-width: 250px;
  max-width: 250px;
  min-height: 250px;
  max-height: 250px;
  transform: translate(56px, 56px);
  z-index: 9;
  box-shadow: 0 1px 5px #bac8d3;
}
.owner-image-aft {
  position: absolute;
  background-color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  right: 0;
  bottom: 0;
}
.about-header-block {
  margin-bottom: -156px;
}

/* details page  */

.detail-img,
.img-box {
  min-width: 420px;
  max-width: 420px;
}
.img-box {
  min-height: 320px;
  max-height: 320px;
}
.img-box img {
  width: 100%;
}
.detail-thumb-item {
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  border: 1px solid #fff;
}
.detail-thumb-item.active {
  border-color: red;
}
.detail-thumb-item img {
  min-width: 60px;
  height: 60px;
  border: 1px solid #d7dae0;
}
.deatil-descr {
  min-width: 58%;
  max-width: 58%;
}
.offer-card {
  min-width: 152px;
  max-width: 152px;
}
.aminity-item {
  min-width: 96px;
  max-width: 96px;
}
.aminity-item img {
  min-width: 24px;
  max-width: 24px;
}

/* Custom Dot Control Container */
.swiper-pagination-custom {
  text-align: center;
  margin-top: 10px;
}

/* Custom Dot Styles */

.swiper-pagination-custom .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0.5;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.swiper-pagination-custom .swiper-pagination-bullet-active {
  background-color: #ff6600;
  opacity: 1;
}
.swiper-button-next,
.swiper-button-prev {
  color: #ff6600;
  border-color: #ff6600;
}
.swiper2 .swiper-button-next,
.swiper2 .swiper-button-prev {
  color: #242424;
  border-color: #313030;
}
.indentingTop {
  padding-top: 80px;
  margin-top: -80px;
}
.slide-price {
  font-size: 48px;
  color: #ff6600;
  margin-top: 24px;
  opacity: 0;
  animation: area-cover 1.5s 2.4s 1 forwards;
}
.slide-price svg {
  fill: #fff;
  transform: translateY(-8px);
}
.swiper-slide-active .hero-heading {
  position: relative;
  font-weight: 800;
}

.swiper-slide-active .hero-heading {
  opacity: 0;
  transform: translateY(-100px);
  animation: area-cover 0.8s 0.8s 1 forwards;
}

.swiper-slide-active .banner-title {
  opacity: 0;
  animation: disolve-slide 1.5s 1.2s 1 forwards;
  transform: translateY(-40px);
}
.swiper-slide-active .hero-cta {
  opacity: 0;
  animation: disolve-slide 1.5s 1.7s 1 forwards;
  transform: translateY(-40px);
}
.hero .swiper-slide-active img {
  transform: scale(1) translate(0, 0);
  animation: scale-trans 14s 2.4s infinite alternate;
}
.product-title {
  padding: 20px;
  font-weight: 600;
  background-image: linear-gradient(
    90deg,
    rgba(220, 220, 217, 0.8),
    rgba(255, 255, 255, 0.4)
  );
  margin-bottom: 6px;
  font-size: 18px;
  border: 1px solid #e4e4e4;
  border-right: none;
  line-height: 24px;
  min-width: 240px;
  transition: all 0.2s;
  color: #373636;
  cursor: pointer;
}
.product-title.active,
.product-title:hover {
  background-image: linear-gradient(
    90deg,
    rgba(233, 189, 178, 0.4),
    rgb(255, 255, 255)
  );
  font-size: 19px;
  color: #000;
}
.product-title.active {
  transform: translateX(4px);
}
.price-targets {
  border: 1px solid #e4e4e4;
  margin-bottom: 6px;
}
.price-target-content > img {
  width: 400px;
  margin-left: 40px;
}
.add-items {
  background-image: linear-gradient(
    90deg,
    rgba(235, 233, 233, 0.4),
    rgb(255, 255, 255)
  );
  padding: 16px;
}
.price-target-content:not(.active) {
  display: none;
}
/* whatsap icon */

.whatsapp-sticky {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 8;
}

.whatsapp-sticky a {
  display: block;
}

.whatsapp-sticky img {
  width: 60px;
  height: auto;
}

/* popup form contact  */
.quick-form-grp.on-pop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 10001;
}
.quick-form-grp {
  width: 96%;
  max-width: 350px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
  z-index: 998;
  right: 8%;
  top: 180px;
  z-index: 99999;
}
.overlay-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100vw;
  z-index: 10000;
  background-color: rgba(1, 9, 22, 0.926);
  display: none;
}
.overlay-popup.on-pop {
  display: block;
  z-index: 999;
}
.quick-form {
  border: 1px solid #ccc;
  padding: 20px;
}
.quick-form .input-text {
  height: 38px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 16px;
}
input:focus-visible {
  outline: none;
}
.form-group-popup label,
.input-group label {
  display: block;
  margin-bottom: 0px;
  padding-top: 24px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
.input-group input[type="text"],
.input-group input[type="email"],
.input-group input[type="tel"],
.input-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 40px;
  font-size: 1rem;
  margin-top: 12px;
}
.footer-logo img {
  /* background:#fff; */
  width: 164px;
}
.quick-form select,
.membership select {
  height: 38px;
  padding: 8px;
  color: #7b7b7b;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 16px;
  width: 100%;
  font-weight: 300;
  font-size: 15px;
}
/* gallery css start */
.gallery {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.thumbnail {
  width: 18%;
  height: auto;
  margin: 10px;
  transition: transform 0.2s;
}

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

.thumbnail:hover {
  transform: scale(1.1);
}

.gallery-popup {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  animation: zoomIn 0.3s ease-in-out;
}

.gallery-popup img {
  max-width: 80%;
  max-height: 80%;
}
@keyframes zoomIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* gallery css end */

@keyframes area-cover {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes disolve-slide {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes scale-trans {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.15) translate(-6vw, -4vh);
  }
}
.cal-cta-mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
  .cal-cta-mobile {
    z-index: 99;
  }
  .menu-btn,
  .cal-cta-mobile {
    display: flex;
  }
  .navbar,
  .nav-items,
  .facilities-box,
  .footer-navlist,
  .contact-form-page {
    flex-direction: column;
  }
  .navbar {
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    top: 0;
    height: 100vh;
    width: 100vw;
    right: 0;
    justify-content: flex-start;
    align-items: start;
    padding: 80px 24px 24px;
    right: -100%;
    transition: all 0.3s;
    overflow-x: hidden;
  }
  .navbar.nav-on {
    visibility: visible;
    right: 0;
  }
  .nav-items {
    align-items: start;
  }
  .nav-sub-items {
    position: relative;
    visibility: visible;
    opacity: 1;
    border: none;
    transform: translateY(0);
    top: 0;
    padding: 0;
  }
  .nav-sub-item a {
    opacity: 0.75;
  }
  .nav-sub-item:hover a {
    opacity: 1;
  }
  .header-btn {
    flex-direction: column;
    align-items: stretch;
  }
  .cal-cta {
    margin-right: 0;
    margin-bottom: 16px;
    margin-top: 24px;
  }
  .facilities-item {
    transform: translateX(0);
    margin-bottom: 16px;
    align-items: start;
    margin-bottom: 0;
  }
  .center-sides {
    display: none;
  }
  .left-sides .facilities-item,
  .left-sides .facility-image {
    flex-direction: row-reverse;
  }
  .left-sides .facility-content {
    text-align: left;
  }
  .facility-text {
    left: 24px;
    position: relative;
    width: calc(100% - 24px);
  }
  .virtual-benifit {
    min-width: 100%;
    max-width: 100%;
  }
  .footer-company {
    flex: 1 0 100%;
  }
  .footer-navlist {
    justify-content: space-between;
  }
  .footer-first-list {
    margin-left: 0;
  }
  .mobile-form .box-center {
    flex-direction: column;
    align-items: stretch;
  }
  .mobile-form .box-center form {
    margin-top: 16px;
  }
  .facility-line {
    display: none;
  }
  .facility-title {
    margin-left: 24px;
  }
  .contact-form-page .flx50 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-form-page .brd-r1 {
    border-right: none;
  }
  .detail-img {
    top: 0px;
    margin-bottom: 0px;
    height: calc(94vw + 42px);
  }
  .facilities-box,
  .facilities .card-btn {
    margin-top: 0;
  }
}

@media screen and (max-width: 520px) {
  .menu-btn {
    margin-left: 8px;
  }
  .header {
    width: 100vw;
  }
  .header .wrapper:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 1;
  }
  .hero {
    height: calc(60vh - 80px);
    min-height: 440px;
  }
  .hero-heading {
    font-size: 32px;
    line-height: 38px;
    text-align: left;
    padding: 0 24px;
  }
  .hero-heading span {
    font-size: 21px;
    line-height: 24px;
    margin-top: 12px;
  }
  .swiper-slide img {
    width: 100%;
    object-fit: cover;
  }
  .banner-title,
  .hero-cta {
    margin-left: 24px;
  }
  .slider-content {
    left: 8%;
  }
  .swiper-slide .fs72 {
    font-size: 38px;
  }
  .swiper-slide .fs48 {
    font-size: 28px;
  }
  .swiper-slide .fs32 {
    font-size: 20px;
  }
  .banner2 .fs32.mt24 {
    margin-top: 8px;
  }
  .price-b2 {
    display: flex;
    align-items: center;
  }
  .main-price {
    padding-top: 8px;
    margin-right: 16px;
  }
  .b2-content .only {
    left: 8px;
    top: 16px;
  }
  .b2-content .stric {
    transform: translateY(-10px);
  }
  .banner2 .banner-items {
    flex-direction: column-reverse;
    justify-content: start;
  }
  .banner3 .banner-items {
    flex-direction: column;
    justify-content: end;
  }
  .cta-b3 {
    margin-bottom: 56px;
  }
  .banner2 .lh-s01 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner2 .rh-s01 {
    padding-top: 24px;
  }
  .banner3 .rh-s01 {
    padding-bottom: 48px;
  }
  .banner4 .rh-s01,
  .b5-content .rh-s01 {
    flex: 0 0 96%;
    max-width: 96%;
    margin: 0 auto;
  }
  .bg-img04 {
    background-position: center;
  }
  .images-b5 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .images-b5 li {
    flex: 0 0 48%;
    margin-right: 0;
  }
  .b5-content .rh-s01 p.pt40 {
    padding-top: 24px;
    padding-bottom: 16px;
    margin-right: 0;
  }
  .swiper-slide .pointer-b5 {
    margin-top: 0;
    font-size: 17px;
  }
  .pointer-b5 li {
    margin-bottom: 8px;
  }
  .b2-dtl {
    font-style: 18px;
    flex-wrap: wrap;
  }
  .b2-dtl-itms {
    margin: 16px 8px;
  }
  .b2-dtl-itms img,
  .lh-s01 img {
    display: none;
  }
  .section-heading {
    font-size: 26px;
    line-height: 34px;
  }
  .section-sub-headign {
    font-size: 18px;
    line-height: 26px;
  }
  .detail-img,
  .img-box {
    min-width: 94vw;
    max-width: 94vw;
  }
  .detail-img {
    position: relative;
  }
  .detail-content,
  .abt-header,
  .schedule-box {
    flex-direction: column;
  }
  .detail-img > .mt48 {
    margin-top: 24px;
    margin-bottom: 32px;
  }
  .detail-price {
    margin-top: 16px;
  }
  .detail-block {
    flex: 1 0 100%;
  }
  .detail-book,
  .detail-block,
  .article-right {
    margin-top: 24px;
    margin-left: 0;
  }
  .deatil-descr,
  .article-left,
  .article-right {
    min-width: 100%;
    max-width: 100%;
  }
  .about-hero-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    max-width: 92vw;
    padding-left: 0;
  }
  .about-header-block {
    margin: 0 2%;
  }
  .abt-header {
    width: 100%;
  }
  .owner-image,
  .about-left-img {
    display: none;
  }
  .about-header-text {
    min-width: 94%;
    max-width: 94%;
    transform: translateY(24px);
  }
  .about-slider-section {
    margin-top: 16px;
  }
  .about-right-img {
    min-width: 98vw;
    max-width: 98vw;
    margin-left: 3%;
    height: auto;
  }
  .value-card-article {
    min-width: 96%;
    max-width: 96%;
    margin: 0 auto 40px;
    border-bottom: 1px solid #ccd0d1;
    padding-bottom: 24px;
  }
  .aminities-card,
  .add-items {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .home-form {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    box-sizing: border-box;
    padding: 0;
  }
  .price-acoordian,
  .contact-form-page {
    flex-direction: column;
  }
  .price-tems {
    display: flex;
    flex-wrap: wrap;
  }
  .price-tems .product-title {
    min-width: 48%;
    font-size: 15px;
    padding: 8px;
  }
  .price-target-content > img {
    width: 100%;
    margin-left: 0px;
  }
  .price-targets {
    padding-top: 0;
  }
  .price-text {
    margin-left: 16px;
    margin-top: 24px;
  }
  .pricing-page {
    padding-top: 0;
  }
  .section-heading-group p {
    display: none;
  }
  .contact-form-page .flx50 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-form-page .brd-r1 {
    border-right: none;
  }
  .card.services-card {
    min-width: 100%;
    max-width: 100%;
  }
  .thumbnail {
    width: 40%;
  }
}

.flx40 {
  flex: 0 0 40%;
  max-width: 40%;
}
.flx30 {
  flex: 0 0 30%;
  max-width: 30%;
}
.flx20 {
  flex: 0 0 20%;
  max-width: 20%;
}
.gallery-img {
  height: 300px;
  overflow: hidden;
}
.gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-img:hover img {
  transform: scale(1.3);
  transition: all 0.3s;
}
@media screen and (max-width: 541px) {
  .gallery-img {
    flex: 0 0 50%;
    max-width: 100%;
  }
  .gallery-img:nth-of-type(3n + 1) {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 431px) {
  .gallery-img {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .hero-heading {
    font-size: 30px;
    padding: 0;
  }
  .slide-price {
    font-size: 42px;
  }
  .detail-thumb-item {
    min-width: 52px;
    max-width: 52px;
    height: 52px;
  }
  .detail-thumb-item img {
    min-width: 50px;
    height: 50px;
  }
}
