/*@Media Query Mixin*/
/*@Media Query Mixin End*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Gotham Light";
  font-size: 16px;
  color: #231f20;
}
@media screen and (max-width: 1700px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 999px) {
  body {
    padding: 104px 0 0;
  }
}
@media screen and (max-width: 600px) {
  body {
    padding: 102px 0 0;
  }
}

.headingfont {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.gothbold {
  font-family: "GothamMedium";
}

.tmroam {
  font-family: "Times New Roman";
}

.medium {
  font-family: "GothamMedium";
}

.size16 {
  font-size: 16px;
}
@media screen and (max-width: 1700px) {
  .size16 {
    font-size: 15px;
  }
}

.size94 {
  font-size: 94px;
}
@media screen and (max-width: 1500px) {
  .size94 {
    font-size: 82px;
  }
}
@media screen and (max-width: 600px) {
  .size94 {
    font-size: 59px;
  }
}

.size38 {
  font-size: 38px;
}
@media screen and (max-width: 1700px) {
  .size38 {
    font-size: 33px;
    line-height: 43px;
  }
}
@media screen and (max-width: 1500px) {
  .size38 {
    font-size: 31px;
  }
}
@media screen and (max-width: 600px) {
  .size38 {
    font-size: 20px;
    line-height: 27px;
  }
}

.size36 {
  font-size: 36px;
}
@media screen and (max-width: 1700px) {
  .size36 {
    font-size: 33px;
  }
}
@media screen and (max-width: 1500px) {
  .size36 {
    font-size: 31px;
  }
}
@media screen and (max-width: 600px) {
  .size36 {
    font-size: 22px;
    line-height: 31px;
  }
}

.size34 {
  font-size: 34px;
}
@media screen and (max-width: 1600px) {
  .size34 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1500px) {
  .size34 {
    font-size: 25px;
  }
}
@media screen and (max-width: 600px) {
  .size34 {
    font-size: 23px;
  }
}

.size30 {
  font-size: 30px;
}
@media screen and (max-width: 1500px) {
  .size30 {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .size30 {
    font-size: 21px;
  }
}

.size18 {
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 1600px) {
  .size18 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1500px) {
  .size18 {
    font-size: 16px;
    line-height: 29px;
  }
}
@media screen and (max-width: 999px) {
  .size18 {
    font-size: 15px;
    line-height: 27px;
  }
}

.size24 {
  font-size: 24px;
}
@media screen and (max-width: 1600px) {
  .size24 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1500px) {
  .size24 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .size24 {
    font-size: 17px;
  }
}

.size22 {
  font-size: 22px;
  line-height: 24px;
}
@media screen and (max-width: 1500px) {
  .size22 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1500px) {
  .size22 {
    font-size: 17px;
    line-height: 23px;
  }
}

.size26 {
  font-size: 26px;
}
@media screen and (max-width: 1600px) {
  .size26 {
    font-size: 23px;
  }
}
@media screen and (max-width: 1500px) {
  .size26 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1400px) {
  .size26 {
    font-size: 20px;
  }
}

.size53 {
  font-size: 41px;
  line-height: 51px;
}
@media screen and (max-width: 1700px) {
  .size53 {
    font-size: 36px;
    line-height: 49px;
  }
}
@media screen and (max-width: 1500px) {
  .size53 {
    font-size: 37px;
    line-height: 44px;
  }
}
@media screen and (max-width: 1400px) {
  .size53 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media screen and (max-width: 1300px) {
  .size53 {
    font-size: 32px;
  }
}
@media screen and (max-width: 999px) {
  .size53 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 600px) {
  .size53 {
    font-size: 24px;
    line-height: 33px;
  }
}

.clr1 {
  color: #414042;
}

.clr2 {
  color: #a58b37;
}

.clr4 {
  color: #333333;
}

.headline {
  position: relative;
}
.headline h3 {
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 600px) {
  .headline h3 {
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 600px) {
  .headline img {
    width: 76%;
  }
}

.container {
  max-width: 87%;
}
@media screen and (max-width: 1700px) {
  .container {
    max-width: 92%;
  }
}
@media screen and (max-width: 999px) {
  .container {
    max-width: 96%;
  }
}
@media screen and (max-width: 600px) {
  .container {
    max-width: 96%;
  }
}

@media screen and (max-width: 999px) {
  .ordchan {
    order: -1;
  }
}

nav .breadcrumb {
  background: transparent;
  padding: 0.75rem 0;
  margin: 0;
}
nav .breadcrumb li.breadcrumb-item {
  font-size: 15px;
  font-family: "GothamMedium";
}
@media screen and (max-width: 600px) {
  nav .breadcrumb li.breadcrumb-item {
    font-size: 13px;
  }
}
nav .breadcrumb li.breadcrumb-item a {
  color: #000;
  text-decoration: none;
}
nav .breadcrumb li.breadcrumb-item.active {
  color: #a58b37;
}
nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.navbar {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: all 0.6s ease;
  padding: 0.9rem 0 1.5rem;
}
@media screen and (max-width: 999px) {
  .navbar {
    background: rgba(147, 131, 87, 0.9215686275);
  }
}
.navbar.bg {
  background: rgba(147, 131, 87, 0.9215686275);
}
.navbar.bg .navbar-nav {
  margin-top: 41px;
}
@media screen and (max-width: 1500px) {
  .navbar.bg .navbar-nav {
    margin-top: 27px;
  }
}
.navbar.bg .navbar-nav .nav-item .nav-link.active, .navbar.bg .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}
.navbar.scrolled {
  position: fixed;
  background: rgba(147, 131, 87, 0.8588235294);
  transition: all 0.6s ease;
}
.navbar.scrolled .navbar-brand {
  width: 20%;
  transition: all 0.6s ease;
}
@media screen and (max-width: 999px) {
  .navbar.scrolled .navbar-brand {
    width: 54%;
  }
}
@media screen and (max-width: 600px) {
  .navbar.scrolled .navbar-brand {
    width: 76%;
  }
}
.navbar.scrolled .navbar-brand .goldlogo {
  display: none;
  transition: all 0.6s ease;
}
.navbar.scrolled .navbar-brand .whitelogo {
  display: block;
  transition: all 0.6s ease;
}
.navbar.scrolled .navbar-nav {
  margin-top: 41px;
}
@media screen and (max-width: 1500px) {
  .navbar.scrolled .navbar-nav {
    margin-top: 27px;
  }
}
.navbar.scrolled .navbar-nav .nav-item .nav-link1.active, .navbar.scrolled .navbar-nav .nav-item .nav-link1:hover {
  color: #fff;
}
@media screen and (max-width: 999px) {
  .navbar .container {
    max-width: 100%;
    padding: 0;
  }
}
.navbar .number {
  position: absolute;
  right: 36px;
  top: -14px;
  color: #fff;
  background: #938357;
  text-decoration: none;
  padding: 5px 32px;
  font-weight: bold;
  font-size: 15px;
  word-spacing: 5px;
  letter-spacing: 1px;
  z-index: 1;
}
@media screen and (max-width: 1700px) {
  .navbar .number {
    right: 33px;
    padding: 5px 16px;
  }
}
@media screen and (max-width: 1500px) {
  .navbar .number {
    font-size: 13px;
    right: 28px;
  }
}
@media screen and (max-width: 1400px) {
  .navbar .number {
    word-spacing: 2px;
  }
}
@media screen and (max-width: 999px) {
  .navbar .number {
    font-size: 13px;
    right: 15px;
  }
}
@media screen and (max-width: 600px) {
  .navbar .number {
    font-size: 12px;
    right: 15px;
    padding: 6px 10px;
  }
}
.navbar .number::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background: #fff;
  transition: all 0.6s ease;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  bottom: 0;
}
.navbar .number:hover {
  transition: all 0.6s ease;
  color: #938357;
}
.navbar .number:hover::before {
  transition: 0.6s ease;
  height: 100%;
}
.navbar .asllogo {
  right: 0;
  width: 15%;
  margin-left: auto;
  margin-top: 23px;
}
@media screen and (max-width: 999px) {
  .navbar .asllogo {
    position: absolute;
    left: 23%;
    margin: 0;
    display: none;
  }
}
.navbar .navbar-brand {
  width: 20%;
  transition: all 0.6s ease;
}
@media screen and (max-width: 999px) {
  .navbar .navbar-brand {
    margin-left: 15px;
    width: 58%;
  }
}
@media screen and (max-width: 600px) {
  .navbar .navbar-brand {
    width: 76%;
    margin-left: 10px;
    position: absolute;
    top: 20px;
  }
}
.navbar .navbar-brand .goldlogo {
  display: block;
  transition: all 0.6s ease;
}
.navbar .navbar-brand .whitelogo {
  display: none;
  transition: all 0.6s ease;
}
.navbar .navbar-toggler {
  border: 1px solid #fff;
  color: #fff;
  margin-right: 16px;
  margin-top: 22px;
}
@media screen and (max-width: 600px) {
  .navbar .navbar-toggler {
    margin-top: 30px;
    margin-left: auto;
  }
}
.navbar .navbar-toggler .menu {
  display: none;
}
.navbar .navbar-toggler .close1 {
  display: block;
}
.navbar .navbar-toggler.collapsed .menu {
  display: block;
}
.navbar .navbar-toggler.collapsed .close1 {
  display: none;
}
.navbar .navbar-nav {
  list-style-type: none;
  margin-top: 39px;
}
@media screen and (max-width: 1500px) {
  .navbar .navbar-nav {
    margin-top: 36px;
  }
}
.navbar .navbar-nav .nav-item {
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .navbar .navbar-nav .nav-item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item {
    padding: 0;
  }
}
.navbar .navbar-nav .nav-item::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  right: 0;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item::before {
    content: unset;
  }
}
.navbar .navbar-nav .nav-item:first-child {
  padding-left: 0;
  list-style-type: none;
}
.navbar .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
.navbar .navbar-nav .nav-item:last-child::before {
  content: unset;
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item:last-child .nav-link1 {
    border-bottom: 0;
  }
}
.navbar .navbar-nav .nav-item::marker {
  color: #fff;
}
.navbar .navbar-nav .nav-item .nav-link1 {
  padding: 10px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 1500px) {
  .navbar .navbar-nav .nav-item .nav-link1 {
    font-size: 15px;
  }
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item .nav-link1 {
    font-size: 16px;
    text-align: right;
    width: 100%;
    justify-content: end;
    padding: 14px 21px;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 600px) {
  .navbar .navbar-nav .nav-item .nav-link1 {
    font-size: 15px;
    padding: 10px 21px;
  }
}
.navbar .navbar-nav .nav-item .nav-link1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: 6px;
  transition: all 0.6s ease;
  transform: scaleX(0);
}
.navbar .navbar-nav .nav-item .nav-link1.active {
  font-family: "GothamMedium";
  color: #fff;
  transition: all 0.6s ease;
}
.navbar .navbar-nav .nav-item .nav-link1.active::before {
  width: 0%;
  transition: all 0.6s ease;
}
.navbar .navbar-nav .nav-item .nav-link1.active.dropdown::before {
  content: unset;
}
.navbar .navbar-nav .nav-item .nav-link1:hover {
  color: #fff;
  transition: all 0.6s ease;
}
.navbar .navbar-nav .nav-item .nav-link1:hover::before {
  transform: scaleX(1);
  transition: all 0.6s ease;
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item .nav-link1:hover::before {
    transform: scaleX(0);
  }
}
.navbar .navbar-nav .nav-item .nav-link1.dropdown:hover::before {
  content: unset;
}
.navbar .navbar-nav .nav-item .dropdown-toggle::after {
  content: unset;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  min-width: 31rem;
  border-radius: 0;
  border: 0;
  box-shadow: unset;
  top: 34px;
  left: 9px;
  background: rgba(147, 131, 87, 0.9215686275);
  background: transparent;
}
@media screen and (max-width: 1500px) {
  .navbar .navbar-nav .nav-item .dropdown-menu {
    top: 35px;
  }
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item .dropdown-menu {
    min-width: 100%;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu.show {
  display: inline-flex;
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item .dropdown-menu.show {
    display: block;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu ul {
  display: inline-flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item .dropdown-menu ul {
    display: block;
    width: 100%;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu ul li a.nav-link1 {
  padding: 0.4rem 12px;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  transition: all 0.6s ease;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1500px) {
  .navbar .navbar-nav .nav-item .dropdown-menu ul li a.nav-link1 {
    font-size: 15px;
  }
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item .dropdown-menu ul li a.nav-link1 {
    text-align: right;
    padding: 0.4rem 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .navbar .navbar-nav .nav-item .dropdown-menu ul li a.nav-link1 {
    padding: 0.5rem 2rem !important;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu ul li a.nav-link1::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40%;
  background: #bdbdbd;
  right: 0;
  top: 30%;
  left: unset;
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item .dropdown-menu ul li a.nav-link1::before {
    content: unset;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu ul li a.nav-link1:hover, .navbar .navbar-nav .nav-item .dropdown-menu ul li a.nav-link1.active {
  background: transparent;
  color: #fff;
  transition: all 0.6s ease;
}
.navbar .navbar-nav .nav-item .dropdown-menu ul li a.nav-link1:focus {
  background: transparent;
}
.navbar .navbar-nav .nav-item .dropdown-menu ul li:last-child .nav-link1::before {
  content: unset;
}

.inndiv {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 11;
  margin-top: 2.9rem;
}
.inndiv .itemdiv {
  display: flex;
  max-width: 33.33%;
  flex: 0 0 33.33%;
  padding: 7rem 2rem 0;
  height: 68vh;
  color: #fff;
  position: relative;
  text-decoration: none;
  transition: all 0.6s ease;
  justify-content: center;
}
@media screen and (max-width: 1500px) {
  .inndiv .itemdiv {
    height: 90vh;
    padding: 4rem 2rem 0;
  }
}
.inndiv .itemdiv.active {
  max-width: 37%;
  flex: 0 0 37%;
  transition: all 0.6s ease;
}
.inndiv .itemdiv.inactive {
  max-width: 31.5%;
  flex: 0 0 31.5%;
  transition: all 0.6s ease;
}
.inndiv .itemdiv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4705882353);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.inndiv .itemdiv .headiv {
  text-align: center;
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #fff;
  display: block;
}
.inndiv .itemdiv .headiv span {
  border: 1px solid #fff;
  margin: 0 auto 11px;
  padding: 4px 27px;
  display: inline-block;
  color: #fff;
}
.inndiv .itemdiv .diffdiv {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.inndiv .itemdiv .txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2rem 0 0;
}
.inndiv .itemdiv .txt ul {
  margin: 0;
  position: relative;
  z-index: 11;
}
.inndiv .itemdiv .txt ul li {
  max-width: 100%;
  flex: 0 0 100%;
  margin: 0 0 10px;
  font-weight: bold;
}
.inndiv .itemdiv .txt ul li a {
  text-decoration: none;
  color: #fff;
}
.inndiv .itemdiv:nth-child(1) {
  background: url("../img/villa-facilities/01.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.inndiv .itemdiv:nth-child(2) {
  background: url("../img/villa-facilities/02.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.inndiv .itemdiv:nth-child(3) {
  background: url("../img/villa-facilities/03.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.projegallery .img {
  cursor: pointer;
}

.menuhamurge {
  width: 45px;
  height: 45px;
  position: fixed;
  right: 15px;
  top: 48px;
  z-index: 1;
  background: #938357;
  border: 0px solid #d6d1c2;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px 10px;
  cursor: pointer;
  z-index: 999;
  transition: all 0.6s ease;
  opacity: 1;
  display: none;
}
@media screen and (max-width: 1500px) {
  .menuhamurge {
    width: 42px;
    height: 42px;
    top: 34px;
  }
}
.menuhamurge.close {
  position: fixed;
  background: #938357;
}
.menuhamurge.close span:nth-child(1) {
  transform: rotate(50deg);
  margin-top: 4px;
}
.menuhamurge.close span:nth-child(3) {
  display: none;
}
.menuhamurge.close span:nth-child(2) {
  transform: rotate(-50deg);
  margin-top: -17px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .menuhamurge.close span:nth-child(2) {
    margin-top: -10px;
  }
}
.menuhamurge span {
  width: 100%;
  height: 2px;
  background: #d6d1c2;
  display: block;
  width: 100%;
  transition: all 0.6s ease;
}
.menuhamurge span:nth-child(2) {
  width: 56%;
  margin-left: auto;
}

.fullpagnav {
  position: fixed;
  top: 0;
  right: -30%;
  width: 20%;
  height: 100%;
  z-index: 99;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1500px) {
  .fullpagnav {
    width: 29%;
  }
}
.fullpagnav.active {
  right: 0;
  transition: all 0.6s ease;
}
.fullpagnav .nav {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  display: flex;
  margin-top: 9rem;
  justify-content: center;
}
@media screen and (max-width: 1500px) {
  .fullpagnav .nav {
    margin-top: 6rem;
  }
}
.fullpagnav .nav .dropdown-toggle::after {
  content: unset;
}
.fullpagnav .nav ul li {
  list-style: none;
  width: 100%;
  float: left;
}
.fullpagnav .nav ul li a {
  position: relative;
  font-size: 29px;
  text-decoration: none;
  text-align: left;
  color: #666;
  font-family: "Times New Roman";
  padding: 16px 0;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .fullpagnav .nav ul li a {
    font-size: 24px;
  }
}
.fullpagnav .nav ul li a:hover {
  color: #000;
}
.fullpagnav .nav ul li .dropdown-menu {
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  border: 0;
  transform: unset !important;
  position: relative !important;
  margin: -14px 0 12px;
  transition: all 0.6s ease;
}
.fullpagnav .nav ul li .dropdown-menu a {
  font-size: 24px;
  padding: 9px 0;
}
@media screen and (max-width: 1500px) {
  .fullpagnav .nav ul li .dropdown-menu a {
    font-size: 20px;
  }
}
.fullpagnav .nav ul li .dropdown-menu a:hover, .fullpagnav .nav ul li .dropdown-menu a:focus {
  background: transparent;
}

.press {
  width: 241px;
  position: absolute;
  right: 1%;
  bottom: 14%;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  text-orientation: upright;
  writing-mode: vertical-rl;
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 11;
}
@media screen and (max-width: 999px) {
  .press {
    width: 35%;
    padding: 0;
    right: 2%;
  }
}

.press2 {
  cursor: pointer;
}

.hmsec01 {
  position: relative;
}
@media screen and (max-width: 600px) {
  .hmsec01 {
    overflow: hidden;
  }
}
.hmsec01 .fisrbann {
  position: relative;
}
.hmsec01 .fisrbann::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  height: 20%;
}
.hmsec01 .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  align-items: start;
  z-index: 1;
  padding: 0 5%;
}
@media screen and (max-width: 600px) {
  .hmsec01 .overlay {
    padding: 0 10px;
  }
}
@media screen and (max-width: 999px) {
  .hmsec01 .overlay .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .hmsec01 .overlay .container {
    padding: 0 2px;
  }
}
.hmsec01 .overlay .content {
  text-align: center;
  width: 14%;
  margin-top: 15px;
}
@media screen and (max-width: 1500px) {
  .hmsec01 .overlay .content {
    width: 18%;
  }
}
@media screen and (max-width: 999px) {
  .hmsec01 .overlay .content {
    width: 50%;
    padding-right: 22%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec01 .overlay .content {
    padding-right: 4%;
  }
}
@media screen and (max-width: 1500px) {
  .hmsec01 .overlay .content .imglog {
    padding: 0 5%;
  }
}
@media screen and (max-width: 500px) {
  .hmsec01 .overlay .content .imglog {
    padding: 0 14%;
  }
}
.hmsec01 .overlay .content p {
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
}
@media screen and (max-width: 1500px) {
  .hmsec01 .overlay .content p {
    font-size: 10px;
  }
}
@media screen and (max-width: 500px) {
  .hmsec01 .overlay .content p {
    font-size: 8px;
  }
}
@media screen and (max-width: 1700px) {
  .hmsec01 .overlay .size18 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1500px) {
  .hmsec01 .overlay .size18 {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec01 .overlay .size18 {
    font-size: 13px;
  }
}
.hmsec01 .overlay .asllogo {
  width: 18%;
  margin-left: auto;
  margin-top: 15px;
}
@media screen and (max-width: 999px) {
  .hmsec01 .overlay .asllogo {
    width: 50%;
    padding-left: 18%;
  }
}
@media screen and (max-width: 600px) {
  .hmsec01 .overlay .asllogo {
    padding-left: 10%;
    margin-top: 10px;
  }
}
.hmsec01 .tagtxt {
  position: absolute;
  right: 5%;
  top: 4%;
  color: #fff;
  z-index: 1;
}
.hmsec01 .tagtxt img {
  margin-top: -13px;
}
@media screen and (max-width: 600px) {
  .hmsec01 .tagtxt {
    top: 2%;
    font-size: 9px;
  }
  .hmsec01 .tagtxt img {
    margin-top: -7px;
    width: 16px;
  }
}
.hmsec01 .arrow {
  width: 98px;
  position: absolute;
  bottom: 70px;
  right: 8%;
}
@media screen and (max-width: 600px) {
  .hmsec01 .arrow {
    right: unset;
    left: 15px;
  }
}
.hmsec01 .arrow .carousel-control-next, .hmsec01 .arrow .carousel-control-prev {
  transform: unset;
  top: 0;
  width: 40px;
  height: 40px;
}
.hmsec01 .arrow .carousel-control-next {
  right: 0;
}
.hmsec01 .arrow .carousel-control-prev {
  left: 0;
}

.hmsec02a {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .hmsec02a {
    padding: 0 15px 2.5rem;
    overflow: hidden;
  }
}
.hmsec02a.mat {
  margin: 2.5rem 0;
}
.hmsec02a::before {
  content: "";
  width: 25%;
  height: 50%;
  position: absolute;
  right: 0;
  background: url(../img/bgflower.jpg) no-repeat;
  background-size: 100%;
  top: 0;
}
@media screen and (max-width: 999px) {
  .hmsec02a::before {
    width: 42%;
  }
}
.hmsec02a .bgclr {
  background: #faf7f2;
}
.hmsec02a .headline {
  padding: 5rem 0 1rem;
}
@media screen and (max-width: 1700px) {
  .hmsec02a .headline {
    padding: 5rem 0 1rem;
  }
}
@media screen and (max-width: 999px) {
  .hmsec02a .headline {
    padding: 3.5rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  .hmsec02a.diffpage {
    padding: 0;
    overflow: hidden;
  }
  .hmsec02a.diffpage .bgclr {
    padding: 0 15px;
  }
  .hmsec02a.diffpage .bgclr .px-md-4 {
    max-width: 96%;
  }
}
.hmsec02a.diffpage::before {
  content: "";
  position: absolute;
  width: 102px;
  height: 140px;
  background: url(../img/story/bgright.png) no-repeat;
  background-size: 100%;
  right: 0;
  top: 46px;
}
@media screen and (max-width: 600px) {
  .hmsec02a.diffpage::before {
    width: 63px;
    height: 70px;
    top: 0;
  }
}
.hmsec02a.diffpage .brder {
  border: 1px solid #a1946d;
  padding: 16px;
}
.hmsec02a.diffpage .item {
  text-decoration: none;
  color: #fff;
  display: block;
}
.hmsec02a.diffpage .item .headiv {
  text-decoration: none;
  color: #fff;
}
.hmsec02a.diffpage .item .img.hvrimg .overlay {
  padding: 50% 0 0;
}
@media screen and (max-width: 600px) {
  .hmsec02a.diffpage .item .img.hvrimg .overlay {
    padding: 2.5rem 0;
  }
}
.hmsec02a.diffpage .item .img.hvrimg .overlay ul li a {
  text-decoration: none;
  color: #fff;
}
.hmsec02a.diffpage .item .img.hvrimg:hover .overlay {
  background: rgba(0, 0, 0, 0.6352941176);
  transition: all 0.6s ease;
  padding: 21% 0 0;
}
@media screen and (max-width: 1500px) {
  .hmsec02a.diffpage .item .img.hvrimg:hover .overlay {
    padding: 15% 0 0;
  }
}
@media screen and (max-width: 1300px) {
  .hmsec02a.diffpage .item .img.hvrimg:hover .overlay {
    padding: 12% 0 0;
  }
}
.hmsec02a.diffpage .item .img.hvrimg:hover .overlay .row {
  top: 0;
}
.hmsec02a p {
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .hmsec02a p {
    font-weight: 400;
    line-height: 29px;
  }
}
.hmsec02a .item .img {
  position: relative;
  overflow: hidden;
}
.hmsec02a .item .img.cur {
  cursor: pointer;
}
.hmsec02a .item .img.hvrimg:hover .overlay {
  background: rgba(0, 0, 0, 0.6352941176);
  transition: all 0.6s ease;
  padding: 7% 0 0;
}
@media screen and (max-width: 1700px) {
  .hmsec02a .item .img.hvrimg:hover .overlay {
    padding: 2.2% 0 0;
  }
}
@media screen and (max-width: 600px) {
  .hmsec02a .item .img.hvrimg:hover .overlay {
    padding: 2.5rem 0;
    background: #938357;
  }
}
.hmsec02a .item .img.hvrimg:hover .overlay .row {
  top: 0;
}
.hmsec02a .item .img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  color: #fff;
  padding: 22% 0 0;
  transition: all 0.6s ease;
}
@media screen and (max-width: 600px) {
  .hmsec02a .item .img .overlay {
    padding: 2.5rem 0;
    background: #938357;
    position: unset;
  }
}
.hmsec02a .item .img .overlay a {
  text-decoration: none;
  color: #fff;
}
.hmsec02a .item .img .overlay span {
  border: 1px solid #fff;
  margin: 0 auto 11px;
  padding: 4px 27px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .hmsec02a .item .img .overlay span {
    padding: 7px 21px;
    width: 80%;
    line-height: 25px;
  }
}
.hmsec02a .item .img .overlay .row {
  padding: 0 7%;
  margin-top: 2.9rem;
  position: relative;
  top: 100%;
}
@media screen and (max-width: 1500px) {
  .hmsec02a .item .img .overlay .row {
    margin-top: 1.9rem;
    padding: 0%;
  }
}
.hmsec02a .item .img .overlay ul {
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 999px) {
  .hmsec02a .item .img .overlay ul {
    text-align: center;
    list-style-position: inside;
    padding: 0 15px;
  }
}
.hmsec02a .item .img .overlay ul li {
  font-family: "GothamMedium";
  margin: 0 0 8px;
}
@media screen and (max-width: 1500px) {
  .hmsec02a .item .img .overlay ul li {
    font-size: 13px;
  }
}
.hmsec02a .item .img .overlay ul li::marker {
  color: #fff;
}
.hmsec02a .owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  position: relative;
  bottom: 0rem;
}
.hmsec02a .owl-carousel .owl-nav button.owl-next, .hmsec02a .owl-carousel .owl-nav button.owl-prev {
  margin: 0 8px;
}
.hmsec02a .owl-carousel .owl-nav button.owl-next .material-symbols-outlined, .hmsec02a .owl-carousel .owl-nav button.owl-prev .material-symbols-outlined {
  font-size: 34px;
}

.sepad {
  padding: 2rem 0 5rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  .sepad {
    padding: 2.5rem 0;
  }
}

.facilisec01 {
  padding: 5rem 0 0;
  position: relative;
}
@media screen and (max-width: 999px) {
  .facilisec01 {
    padding: 2.5rem 0;
    overflow: hidden;
  }
}
.facilisec01#WhiteWaters .txtsec .sec01a p {
  padding: 0 10%;
}
@media screen and (max-width: 999px) {
  .facilisec01#WhiteWaters .txtsec .sec01a p {
    padding: 0;
  }
}
.facilisec01 .txtsec {
  position: relative;
  z-index: 11;
}
.facilisec01 .txtsec .sec01a {
  padding: 5rem 10%;
  text-align: center;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 1700px) {
  .facilisec01 .txtsec .sec01a {
    padding: 5rem 15%;
  }
}
@media screen and (max-width: 1500px) {
  .facilisec01 .txtsec .sec01a {
    padding: 5rem 6%;
  }
}
@media screen and (max-width: 1400px) {
  .facilisec01 .txtsec .sec01a {
    padding: 5rem 8%;
  }
}
@media screen and (max-width: 999px) {
  .facilisec01 .txtsec .sec01a {
    padding: 2.5rem 0;
  }
  .facilisec01 .txtsec .sec01a p {
    text-align: justify;
  }
}
.facilisec01 .bgsec01 {
  position: absolute;
  width: 14%;
  right: 0;
  top: 69rem;
  text-align: right;
  z-index: 1;
}
@media screen and (max-width: 1700px) {
  .facilisec01 .bgsec01 {
    top: 59rem;
  }
}
@media screen and (max-width: 1500px) {
  .facilisec01 .bgsec01 {
    top: 51rem;
  }
}
@media screen and (max-width: 999px) {
  .facilisec01 .bgsec01 {
    top: 23rem;
  }
}
@media screen and (max-width: 600px) {
  .facilisec01 .bgsec01 {
    width: 29%;
    top: 1rem;
  }
}
.facilisec01 .bgsec02 {
  position: absolute;
  width: 14%;
  left: 0;
  top: 0;
  text-align: left;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .facilisec01 .bgsec02 {
    width: 29%;
    top: 1rem;
  }
}
.facilisec01 .bgsec03 {
  position: absolute;
  width: 14%;
  right: 0;
  top: 50%;
  text-align: right;
  z-index: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 1500px) {
  .facilisec01 .bgsec03 {
    width: 10%;
  }
}
@media screen and (max-width: 600px) {
  .facilisec01 .bgsec03 {
    width: 20%;
    top: 1rem;
  }
}
.facilisec01 .bgsec04 {
  position: absolute;
  width: 14%;
  left: 0;
  bottom: 10%;
  text-align: left;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .facilisec01 .bgsec04 {
    width: 29%;
    top: 1rem;
  }
}
.facilisec01 .bgsec05 {
  position: absolute;
  width: 14%;
  right: 0;
  top: 50%;
  text-align: right;
  z-index: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .facilisec01 .bgsec05 {
    width: 29%;
    top: 1rem;
  }
}
.facilisec01 .bgsec06 {
  position: absolute;
  width: 14%;
  left: 0;
  bottom: 10%;
  text-align: left;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .facilisec01 .bgsec06 {
    width: 29%;
    top: 1rem;
  }
}
.facilisec01 .bgsec07 {
  position: absolute;
  width: 14%;
  right: 0;
  top: 0;
  text-align: right;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .facilisec01 .bgsec07 {
    width: 15%;
    top: -2rem;
  }
}
.facilisec01 .bgsec08 {
  position: absolute;
  width: 14%;
  left: 0;
  top: 0;
  text-align: left;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .facilisec01 .bgsec08 {
    top: unset;
    bottom: -97px;
  }
}
@media screen and (max-width: 600px) {
  .facilisec01 .bgsec08 {
    width: 21%;
    top: -3rem;
  }
}
.facilisec01 .img {
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 600px) {
  .facilisec01 .img.mainimg {
    overflow: hidden;
  }
  .facilisec01 .img.mainimg .img-fluid {
    max-width: 200%;
    flex: 0 0 200%;
    transform: translateX(-8%);
  }
}
.facilisec01 .img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  top: 0;
  text-align: center;
}
.facilisec01 .img .overlay h3 span {
  padding: 4px 21px;
  border: 1px solid #fff;
}
.facilisec01 .img .overlay h6 {
  margin-top: 1.5rem;
}
.facilisec01 .img .overlay .brline {
  width: 19%;
  margin: 0 auto;
  position: absolute;
  bottom: 11%;
  left: 0;
  right: 0;
}
.facilisec01 .img .overlay .brline img {
  filter: brightness(5);
}
.facilisec01 .sec01, .facilisec01 .sec02 {
  padding: 2.5rem 0;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 1400px) {
  .facilisec01 .sec01, .facilisec01 .sec02 {
    padding: 2.5rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  .facilisec01 .sec01, .facilisec01 .sec02 {
    text-align: center;
    box-shadow: 0 9px 19px rgba(0, 0, 0, 0.0588235294);
    padding: 2.9rem 0;
  }
  .facilisec01 .sec01#CelebrationStation, .facilisec01 .sec01#CampinginTheWild, .facilisec01 .sec02#CelebrationStation, .facilisec01 .sec02#CampinginTheWild {
    box-shadow: unset;
  }
}
.facilisec01 .sec01 h3, .facilisec01 .sec02 h3 {
  color: #666;
  margin: 0 0 1.2rem;
}
@media screen and (max-width: 600px) {
  .facilisec01 .sec01 h3, .facilisec01 .sec02 h3 {
    margin: 0 0 0.6rem;
  }
}
.facilisec01 .sec01 .txt, .facilisec01 .sec02 .txt {
  padding: 4rem 2rem 0;
}
@media screen and (max-width: 999px) {
  .facilisec01 .sec01 .txt, .facilisec01 .sec02 .txt {
    padding: 1rem 2rem 0;
    position: relative;
    z-index: 11;
  }
}
@media screen and (max-width: 600px) {
  .facilisec01 .sec01 .txt, .facilisec01 .sec02 .txt {
    padding: 1rem 15px 0;
  }
}
.facilisec01 .sec01 .txt p, .facilisec01 .sec02 .txt p {
  line-height: 32px;
}
@media screen and (max-width: 1400px) {
  .facilisec01 .sec01 .txt p, .facilisec01 .sec02 .txt p {
    line-height: 27px;
  }
}
.facilisec01 .sec02 {
  text-align: right;
}
@media screen and (max-width: 999px) {
  .facilisec01 .sec02 {
    text-align: left;
  }
  .facilisec01 .sec02 .orch {
    order: -1;
  }
}
@media screen and (max-width: 600px) {
  .facilisec01 .sec02 {
    text-align: center;
  }
}

.hmsec02 {
  position: relative;
  padding: 20px 0 0;
}
.hmsec02.plans {
  background: #f7f7f7;
}
.hmsec02.plans .img {
  position: relative;
  cursor: pointer;
}
.hmsec02.plans .img .overla {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  background: rgba(0, 0, 0, 0.4705882353);
  opacity: 0;
  transition: all 0.6s ease;
}
.hmsec02.plans .img .overla .material-symbols-outlined {
  font-size: 5rem;
  color: #fff;
}
.hmsec02.plans .img:hover .overla {
  opacity: 1;
  transition: all 0.6s ease;
}
@media screen and (max-width: 600px) {
  .hmsec02 {
    padding: 1rem 0;
  }
}
.hmsec02.rera {
  padding: 10px 0;
}
.hmsec02.rera .imgrera {
  width: 23%;
  margin: 0 auto;
}
.hmsec02.rera p {
  font-size: 8px;
}
.hmsec02 .bgsec01 {
  position: absolute;
  width: 15%;
  right: 0;
  top: 2rem;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .hmsec02 .bgsec01 {
    width: 29%;
    top: 1rem;
  }
}
.hmsec02 ul.sec01list {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
}
@media screen and (max-width: 1700px) {
  .hmsec02 ul.sec01list {
    width: 82%;
  }
}
@media screen and (max-width: 1300px) {
  .hmsec02 ul.sec01list {
    width: 88%;
  }
}
@media screen and (max-width: 999px) {
  .hmsec02 ul.sec01list {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .hmsec02 ul.sec01list {
    width: 100%;
  }
}
.hmsec02 ul.sec01list li {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 999px) {
  .hmsec02 ul.sec01list li:nth-child(1) {
    max-width: 30%;
    flex: 0 0 30%;
    padding: 0 0.5rem;
  }
  .hmsec02 ul.sec01list li:nth-child(2) {
    max-width: 40%;
    flex: 0 0 40%;
    padding: 0 0.5rem;
  }
  .hmsec02 ul.sec01list li:nth-child(3) {
    max-width: 30%;
    flex: 0 0 30%;
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  .hmsec02 ul.sec01list li {
    max-width: 100%;
    flex: 0 0 100%;
    justify-content: center;
  }
  .hmsec02 ul.sec01list li:nth-child(1) {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 0.5rem;
  }
  .hmsec02 ul.sec01list li:nth-child(2) {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 0.5rem;
  }
  .hmsec02 ul.sec01list li:nth-child(3) {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 0.5rem;
  }
}
.hmsec02 ul.sec01list li span {
  display: block;
}
.hmsec02 ul.sec01list li span.size34 {
  line-height: 35px;
  padding-left: 15px;
}
@media screen and (max-width: 1500px) {
  .hmsec02 ul.sec01list li span.size34 {
    line-height: 30px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec02 ul.sec01list li span.size34 {
    line-height: 24px;
  }
}
.hmsec02 ul.sec01list li span.size94 {
  letter-spacing: -6px;
}
.hmsec02 ul.sec01list li:nth-child(1) {
  padding-right: 2.5rem;
}
@media screen and (max-width: 600px) {
  .hmsec02 ul.sec01list li:nth-child(1) {
    padding: 0;
  }
}
.hmsec02 ul.sec01list li:nth-child(2) {
  padding: 0 3.8rem;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .hmsec02 ul.sec01list li:nth-child(2) {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 999px) {
  .hmsec02 ul.sec01list li:nth-child(2) {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  .hmsec02 ul.sec01list li:nth-child(2) {
    padding: 0;
  }
}
.hmsec02 ul.sec01list li:nth-child(2)::before, .hmsec02 ul.sec01list li:nth-child(2)::after {
  content: "";
  position: absolute;
  background: #474648;
  width: 1px;
  right: 0;
  height: 68%;
}
@media screen and (max-width: 999px) {
  .hmsec02 ul.sec01list li:nth-child(2)::before, .hmsec02 ul.sec01list li:nth-child(2)::after {
    left: -2.5%;
    right: unset;
  }
}
@media screen and (max-width: 600px) {
  .hmsec02 ul.sec01list li:nth-child(2)::before, .hmsec02 ul.sec01list li:nth-child(2)::after {
    left: 0;
    right: 0;
    margin: 0;
    top: 0;
    width: 100%;
    height: 1px;
  }
}
.hmsec02 ul.sec01list li:nth-child(2)::after {
  left: 0;
  right: unset;
}
@media screen and (max-width: 999px) {
  .hmsec02 ul.sec01list li:nth-child(2)::after {
    right: -7.5%;
    left: unset;
  }
}
@media screen and (max-width: 600px) {
  .hmsec02 ul.sec01list li:nth-child(2)::after {
    content: "";
    left: 0;
    right: 0;
    top: unset;
    bottom: 0;
  }
}
.hmsec02 ul.sec01list li:nth-child(3) {
  padding-left: 2.5rem;
}
@media screen and (max-width: 600px) {
  .hmsec02 ul.sec01list li:nth-child(3) {
    padding: 0;
  }
}

.hmsec03 {
  position: relative;
  padding: 5rem 0;
  background: url("../img/home/bg2.jpg") no-repeat;
}
@media screen and (max-width: 999px) {
  .hmsec03 {
    padding: 2.5rem 0;
  }
}
.hmsec03 .row {
  margin-top: 2.9rem;
}
@media screen and (max-width: 600px) {
  .hmsec03 .row {
    margin-top: 1.9rem;
  }
}
.hmsec03 .txt {
  padding-right: 10%;
}
@media screen and (max-width: 600px) {
  .hmsec03 .txt {
    text-align: justify;
    padding: 0;
  }
}

.hms02 {
  position: relative;
  padding: 5rem 0 16rem;
}
@media screen and (max-width: 600px) {
  .hms02 {
    padding: 2.5rem 0 9rem;
  }
}
.hms02 .bgsec01 {
  position: absolute;
  width: 15%;
  right: 0;
  top: 2rem;
  text-align: right;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .hms02 .bgsec01 {
    width: 12%;
    top: -3rem;
  }
}
@media screen and (max-width: 600px) {
  .hms02 .bgsec01 {
    width: 29%;
    top: 1rem;
  }
}
@media screen and (max-width: 999px) {
  .hms02 .txtmain {
    text-align: center;
  }
  .hms02 .txtmain ul {
    list-style-position: inside;
    padding: 0;
  }
}
.hms02 .bgsec02 {
  position: absolute;
  width: 18%;
  left: 0;
  bottom: 2rem;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .hms02 .bgsec02 {
    width: 39%;
  }
}
@media screen and (max-width: 600px) {
  .hms02 .bgsec02 {
    width: 45%;
    transform: rotate(-8deg);
  }
}
.hms02 ul {
  padding: 0 0 0 20px;
  margin: 1rem 0 0;
}
@media screen and (max-width: 600px) {
  .hms02 ul {
    margin: 0;
  }
}
.hms02 ul li {
  margin-bottom: 8px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .hms02 ul li {
    margin: 0;
    padding: 12px 0;
  }
  .hms02 ul li::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(71, 70, 72, 0.2588235294);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
  }
  .hms02 ul li:last-child::before {
    content: unset;
  }
  .hms02 ul li:first-child {
    padding-top: 8px;
  }
}
.hms02 ul li::marker {
  color: #a58b37;
}
.hms02 .img {
  position: relative;
}
.hms02 .img .overlay {
  position: absolute;
  bottom: 0;
  padding: 10px 15px;
  left: 0;
  right: 0;
}
.hms02 .img .overlay p {
  color: #fff;
}

@media screen and (max-width: 999px) {
  .textwhmob {
    color: #fff;
  }
}

.ftsec {
  position: relative;
  background: #2d2d2d;
  padding: 0.6rem 0;
}
@media screen and (max-width: 600px) {
  .ftsec {
    margin-bottom: 41px;
  }
}
@media screen and (max-width: 600px) {
  .ftsec .ordcha {
    order: 3;
  }
}
.ftsec h3 {
  color: #fff;
}
.ftsec .brline {
  position: relative;
  padding: 5px 1rem;
  z-index: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .ftsec .brline {
    margin: 1rem 0;
    display: inline-block;
    padding: 12px 1rem;
  }
}
.ftsec .brline::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(165, 139, 55, 0.5568627451);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.6s ease;
}
@media screen and (max-width: 600px) {
  .ftsec .brline::before {
    height: 100%;
  }
}
.ftsec .brline:hover {
  transition: all 0.6s ease;
}
.ftsec .brline:hover::before {
  height: 100%;
  transition: all 0.6s ease;
}
.ftsec .socialmeia a {
  color: #fff;
  text-decoration: none;
  transition: all 0.6s ease;
}
.ftsec .socialmeia a:hover {
  color: #b18e59;
  text-decoration: none;
  transition: all 0.6s ease;
}
.ftsec .socialmeia a.fa {
  padding: 6px;
  font-size: 13px !important;
  width: 25px;
  height: 25px;
  text-align: center;
  text-decoration: none;
  margin: 0px 2px;
  border-radius: 50%;
  background: #fff;
  color: #092352;
  transition: all 0.6s ease;
}
.ftsec .socialmeia a.fa:hover {
  background: #b18e59;
  color: #fff;
  text-decoration: none;
  transition: all 0.6s ease;
}
.ftsec h3 a {
  color: #fff;
  text-decoration: none;
}

.helinetxt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.helinetxt::before, .helinetxt::after {
  content: "";
  position: absolute;
  width: 18%;
  height: 1px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1500px) {
  .helinetxt::before, .helinetxt::after {
    width: 12%;
  }
}
@media screen and (max-width: 600px) {
  .helinetxt::before, .helinetxt::after {
    content: unset;
  }
}
.helinetxt::before {
  left: 17.5%;
}
.helinetxt::after {
  right: 17.5%;
}
.helinetxt .icotxt {
  width: 40px;
  height: 11px;
  position: relative;
}
.helinetxt .icotxt.left {
  background: url("../img/txtleft.png") no-repeat;
  margin-right: 1rem;
}
@media screen and (max-width: 600px) {
  .helinetxt .icotxt.left {
    background-size: 100%;
  }
}
.helinetxt .icotxt.right {
  background: url("../img/txtright.png") no-repeat;
  margin-left: 1rem;
}
@media screen and (max-width: 600px) {
  .helinetxt .icotxt.right {
    background-size: 100%;
  }
}

.forms {
  padding: 5rem 0;
}
@media screen and (max-width: 600px) {
  .forms {
    padding: 0 0 2.5rem;
  }
}
.forms .helinetxt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.forms .helinetxt::before {
  left: 0%;
}
.forms .helinetxt::after {
  right: 0%;
}
@media screen and (max-width: 600px) {
  .forms .helinetxt {
    display: block;
    padding: 0 2.9rem;
  }
  .forms .helinetxt .icotxt {
    width: 40px;
    height: 11px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .forms .helinetxt .icotxt.left {
    left: 0;
  }
  .forms .helinetxt .icotxt.right {
    right: 0;
  }
}

.box {
  position: relative;
  width: 90%;
}
@media screen and (max-width: 999px) {
  .box {
    width: 100%;
  }
}
.box .material-symbols-outlined {
  position: absolute;
  left: 0;
  top: 50%;
  color: #c0c0c0;
  transform: translateY(-50%);
}
.box input {
  border: 0;
  border: 1px solid #58595b;
  padding: 0.5rem 1.2rem;
  background: transparent;
  color: #000;
}
.box input::-moz-placeholder {
  color: #58595b;
}
.box input::placeholder {
  color: #58595b;
}

input:focus, textarea:focus, button:focus {
  outline: 0;
  box-shadow: unset;
}

.btn {
  background: #a57e40;
  padding: 0.6rem 2rem;
  border: 1px solid #a57e40;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  border-radius: 0;
}
@media screen and (max-width: 1500px) {
  .btn {
    padding: 0.5rem 2rem;
    font-size: 14px;
  }
}
.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background: #fff;
  transition: all 0.6s ease;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  bottom: 0;
}
.btn:hover {
  transition: all 0.6s ease;
  color: #c3ac9c;
}
.btn:hover::before {
  transition: 0.6s ease;
  height: 100%;
}

#ForestGrove, #WhiteWaters, #SereneBay {
  position: relative;
  transition: all 0.6s ease;
}
#ForestGrove .scroll, #ForestGrove .scroll-anchor, #WhiteWaters .scroll, #WhiteWaters .scroll-anchor, #SereneBay .scroll, #SereneBay .scroll-anchor {
  margin-left: auto;
}
#ForestGrove .scroll:hover, #ForestGrove .scroll-anchor:hover, #WhiteWaters .scroll:hover, #WhiteWaters .scroll-anchor:hover, #SereneBay .scroll:hover, #SereneBay .scroll-anchor:hover {
  color: #938357;
  transition: all 0.6s ease;
  text-decoration: none;
}

.scroll {
  position: sticky;
  bottom: 13px;
  right: 8px;
  display: block;
  margin-left: auto;
  width: 102px;
}
@media screen and (max-width: 600px) {
  .scroll {
    bottom: 0;
  }
}
.scroll .inbx {
  display: flex;
  background: #938357;
  width: 40px;
  height: 36px;
  z-index: 9999;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.6s ease;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2392156863);
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .scroll .inbx {
    width: 40px;
    height: 32px;
  }
}
.scroll .inbx:hover {
  transition: all 0.6s ease;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3803921569);
}
.scroll span {
  display: block;
  font-size: 14px;
  text-align: center;
  font-family: "Gotham Bold";
  color: #938357;
  text-transform: uppercase;
}

#scroll1, .scroll-anchor {
  display: flex;
  position: fixed;
  bottom: 13px;
  right: 8px;
  background: #938357;
  width: 40px;
  height: 36px;
  z-index: 9999;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.6s ease;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2392156863);
}
@media screen and (max-width: 600px) {
  #scroll1, .scroll-anchor {
    width: 40px;
    height: 32px;
    bottom: 50px;
  }
}
#scroll1:hover, .scroll-anchor:hover {
  transition: all 0.6s ease;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3803921569);
}

.transparent {
  opacity: 0;
}

.fadein {
  animation-name: fadein;
  animation-fill-mode: both;
}

#thank-you {
  text-align: center;
  height: 100vh;
  padding: 11% 0;
  background: #fff;
}
@media screen and (max-width: 999px) {
  #thank-you {
    padding: 27% 0 0;
  }
}
@media screen and (max-width: 500px) {
  #thank-you {
    padding: 30% 0 0;
  }
}
#thank-you .thank .img {
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  #thank-you .thank .img {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  #thank-you .thank .img {
    width: 80%;
  }
}
#thank-you h3 {
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  #thank-you h3 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 500px) {
  #thank-you h3 {
    font-size: 2em;
  }
}
#thank-you p {
  font-size: 1.2em;
}
@media screen and (max-width: 500px) {
  #thank-you p {
    font-size: 0.9em;
  }
}

.whitxt {
  color: #fff;
}
@media screen and (max-width: 500px) {
  .whitxt {
    color: #000;
  }
}

.commonhead {
  position: relative;
}
@media screen and (max-width: 999px) {
  .commonhead {
    overflow: hidden;
  }
}
@media screen and (max-width: 999px) {
  .commonhead .scaimg {
    max-width: 140%;
    width: 140%;
  }
}
@media screen and (max-width: 600px) {
  .commonhead .scaimg {
    max-width: 180%;
    width: 180%;
  }
}
.commonhead .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .commonhead.ourstory01 .overlay {
    align-items: end;
  }
}
.commonhead.ourstory01 .overlay .headline {
  margin-top: 4rem;
}
@media screen and (max-width: 999px) {
  .commonhead.ourstory01 .overlay .headline {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .commonhead.ourstory01 .overlay .headline {
    margin-bottom: 1rem;
  }
}
.commonhead.ourstory01 .overlay .headline img {
  filter: brightness(39);
  width: 263px;
  margin-left: 2%;
}
@media screen and (max-width: 999px) {
  .commonhead.ourstory01 .overlay .headline img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .commonhead.ourstory01 .overlay .headline img {
    width: 190px;
    margin: 0 auto;
  }
}
.commonhead.villas01 .overlay {
  align-items: end;
}
.commonhead.villas01 .overlay .headline {
  margin-bottom: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .commonhead.villas01 .overlay .headline {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .commonhead.villas01 .overlay .headline {
    margin-bottom: 1rem;
  }
}
.commonhead.villas01 .overlay .headline img {
  filter: brightness(39);
}
@media screen and (max-width: 600px) {
  .commonhead.villas01 .overlay .headline img {
    width: 58%;
  }
}
.commonhead.landmarsec01 .overlay {
  align-items: center;
}
@media screen and (max-width: 999px) {
  .commonhead.landmarsec01 .overlay {
    align-items: end;
  }
}
.commonhead.landmarsec01 .overlay .headline {
  margin-bottom: 3.5rem;
  text-align: center;
  display: flex;
  justify-content: end;
  margin-top: 8rem;
}
@media screen and (max-width: 1700px) {
  .commonhead.landmarsec01 .overlay .headline {
    margin-bottom: 0;
    margin-top: 13rem;
  }
}
@media screen and (max-width: 999px) {
  .commonhead.landmarsec01 .overlay .headline {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1.5rem;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .commonhead.landmarsec01 .overlay .headline {
    margin-bottom: 1rem;
  }
}
.commonhead.landmarsec01 .overlay .headline img {
  filter: brightness(39);
}
@media screen and (max-width: 600px) {
  .commonhead.landmarsec01 .overlay .headline img {
    width: 58%;
  }
}

.landmarsec02 {
  position: relative;
  padding: 2rem 0 5rem;
}
@media screen and (max-width: 600px) {
  .landmarsec02 {
    padding: 2.5rem 0;
  }
}
.landmarsec02 .sec01 {
  position: relative;
  padding: 0 10%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .landmarsec02 .sec01 {
    padding: 0;
  }
  .landmarsec02 .sec01 p {
    text-align: justify;
  }
}
.landmarsec02 .bgsec02 {
  position: absolute;
  width: 18%;
  right: 0;
  bottom: 2rem;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .landmarsec02 .bgsec02 {
    width: 14%;
  }
}
@media screen and (max-width: 600px) {
  .landmarsec02 .bgsec02 {
    width: 32%;
    bottom: 0;
  }
}

.landmarsec03 {
  position: relative;
  background: #f3ede1;
}
.landmarsec03 .txtsec {
  padding: 5rem 6%;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .landmarsec03 .txtsec {
    padding: 5rem 4%;
  }
}
@media screen and (max-width: 600px) {
  .landmarsec03 .txtsec {
    text-align: justify;
    padding: 1.5rem 0 2.5rem;
  }
}
.landmarsec03 .txtsec p {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .landmarsec03 .txtsec p {
    line-height: 26px;
  }
}
.landmarsec03 .txtsec p:last-child {
  margin-bottom: 0;
}

.landmarsec04 {
  position: relative;
  padding: 2.9rem 0;
}
.landmarsec04 .sec01, .landmarsec04 .sec02 {
  position: relative;
  padding: 2.9rem 0;
  z-index: 11;
}
@media screen and (max-width: 600px) {
  .landmarsec04 .sec01, .landmarsec04 .sec02 {
    padding: 3.5rem 0;
    box-shadow: 0 9px 19px rgba(0, 0, 0, 0.0588235294);
  }
}
.landmarsec04 .sec01 .txt, .landmarsec04 .sec02 .txt {
  padding: 0 1rem;
}
@media screen and (max-width: 600px) {
  .landmarsec04 .sec01 .txt, .landmarsec04 .sec02 .txt {
    padding: 0;
  }
}
.landmarsec04 .sec01 .txt p, .landmarsec04 .sec02 .txt p {
  line-height: 29px;
}
@media screen and (max-width: 1600px) {
  .landmarsec04 .sec01 .txt p, .landmarsec04 .sec02 .txt p {
    line-height: 26px;
  }
}
@media screen and (max-width: 600px) {
  .landmarsec04 .sec01 .txt h3.size53, .landmarsec04 .sec02 .txt h3.size53 {
    font-size: 20px;
  }
}
.landmarsec04 .sec01 .txt h3 span, .landmarsec04 .sec02 .txt h3 span {
  padding: 4px 21px;
  border: 1px solid #b29c57;
}
@media screen and (max-width: 600px) {
  .landmarsec04 .sec01 .txt h3 span, .landmarsec04 .sec02 .txt h3 span {
    padding: 6px 10px;
  }
}
.landmarsec04 .sec01 .txt h6, .landmarsec04 .sec02 .txt h6 {
  margin: 2rem 0 1.2rem;
}
@media screen and (max-width: 600px) {
  .landmarsec04 .sec01 .txt h6, .landmarsec04 .sec02 .txt h6 {
    margin: 0.8rem 0 1rem;
  }
}
.landmarsec04 .sec01 .txt ul, .landmarsec04 .sec02 .txt ul {
  padding: 0 0 0 22px;
}
.landmarsec04 .sec01 .txt ul li, .landmarsec04 .sec02 .txt ul li {
  font-family: "Gotham Bold";
  margin-left: 8px;
  margin-bottom: 10px;
}
.landmarsec04 .sec01 .txt ul li::marker, .landmarsec04 .sec02 .txt ul li::marker {
  color: #b29c57;
}
@media screen and (max-width: 600px) {
  .landmarsec04 .sec01 .txt p, .landmarsec04 .sec02 .txt p {
    line-height: 26px;
    text-align: justify;
  }
}
.landmarsec04 .sec02 {
  position: relative;
}
.landmarsec04 .sec02 .txt {
  text-align: right;
}
@media screen and (max-width: 999px) {
  .landmarsec04 .sec02 .txt {
    text-align: left;
  }
}
@media screen and (max-width: 999px) {
  .landmarsec04 .sec02 .orchage {
    order: -1;
  }
}
.landmarsec04 .bgsec02 {
  position: absolute;
  width: 14%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .landmarsec04 .bgsec02 {
    width: 24%;
    top: 35%;
  }
}

.ourstory1 {
  padding: 2rem 0 5rem;
  position: relative;
  background: #faf7f2;
}
@media screen and (max-width: 999px) {
  .ourstory1 {
    padding: 2.5rem 0;
  }
}

.ourstory {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 999px) {
  .ourstory {
    padding: 2.5rem 0;
  }
}
.ourstory .wmin {
  width: 85%;
}
@media screen and (max-width: 999px) {
  .ourstory .wmin {
    width: 100%;
    text-align: justify;
  }
}
.ourstory .img2 {
  position: relative;
  cursor: pointer;
  transition: all 0.6s ease;
}
.ourstory .img2:hover {
  transition: all 0.6s ease;
}
.ourstory .img2:hover .overlay {
  background: rgba(0, 0, 0, 0.3882352941);
  transition: all 0.6s ease;
}
.ourstory .img2:hover .overlay .play::before, .ourstory .img2:hover .overlay .play::after {
  content: "";
}
.ourstory .img2 .htoreach {
  position: absolute;
  left: 0;
  bottom: 15px;
  background: #fff;
  padding: 4px 42px;
  display: inline-flex;
  align-items: center;
}
.ourstory .img2 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.6s ease;
}
.ourstory .img2 .overlay .play {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background: #a78e3c;
  padding: 4px;
}
.ourstory .img2 .overlay .play img {
  filter: invert(1);
}
.ourstory .img2 .overlay .play::before {
  content: unset;
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: pulse2 1.5s ease-out infinite;
  z-index: -1;
}
.ourstory .img2 .overlay .play::after {
  content: unset;
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: pulse2 2.5s ease-out infinite;
  z-index: -1;
}
.ourstory .sec01, .ourstory .sec02, .ourstory .sec03 {
  padding: 2.5rem 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .ourstory .sec01, .ourstory .sec02, .ourstory .sec03 {
    padding: 3.5rem 0;
  }
}
.ourstory .sec01 .txt, .ourstory .sec02 .txt, .ourstory .sec03 .txt {
  padding: 0 2.5rem;
}
@media screen and (max-width: 1400px) {
  .ourstory .sec01 .txt, .ourstory .sec02 .txt, .ourstory .sec03 .txt {
    padding: 0 0rem;
  }
}
@media screen and (max-width: 999px) {
  .ourstory .sec01 .txt, .ourstory .sec02 .txt, .ourstory .sec03 .txt {
    text-align: center;
  }
  .ourstory .sec01 .txt .d-flex, .ourstory .sec02 .txt .d-flex, .ourstory .sec03 .txt .d-flex {
    justify-content: center;
  }
}
@media screen and (max-width: 1500px) {
  .ourstory .sec01 .txt p, .ourstory .sec02 .txt p, .ourstory .sec03 .txt p {
    line-height: 29px;
  }
}
@media screen and (max-width: 1400px) {
  .ourstory .sec01 .txt p, .ourstory .sec02 .txt p, .ourstory .sec03 .txt p {
    line-height: 26px;
  }
}
.ourstory .sec01 .txt ul, .ourstory .sec02 .txt ul, .ourstory .sec03 .txt ul {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 999px) {
  .ourstory .sec01 .txt ul, .ourstory .sec02 .txt ul, .ourstory .sec03 .txt ul {
    padding: 0;
    list-style-position: inside;
  }
}
.ourstory .sec01 .txt ul li, .ourstory .sec02 .txt ul li, .ourstory .sec03 .txt ul li {
  margin: 0 0 8px;
}
@media screen and (max-width: 600px) {
  .ourstory .sec01 .txt ul li, .ourstory .sec02 .txt ul li, .ourstory .sec03 .txt ul li {
    margin: 0;
    padding: 12px 0;
    position: relative;
  }
  .ourstory .sec01 .txt ul li::before, .ourstory .sec02 .txt ul li::before, .ourstory .sec03 .txt ul li::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(71, 70, 72, 0.2588235294);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
  }
  .ourstory .sec01 .txt ul li:last-child::before, .ourstory .sec02 .txt ul li:last-child::before, .ourstory .sec03 .txt ul li:last-child::before {
    content: unset;
  }
  .ourstory .sec01 .txt ul li:first-child, .ourstory .sec02 .txt ul li:first-child, .ourstory .sec03 .txt ul li:first-child {
    padding-top: 4px;
  }
}
.ourstory .sec03 .carousel-item {
  position: relative;
}
.ourstory .sec03 .carousel-item .ovetxt {
  position: absolute;
  bottom: 10%;
  padding: 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .ourstory .sec03 .carousel-item .ovetxt {
    font-size: 15px;
    bottom: 19%;
    padding: 0 10px;
    line-height: 18px;
  }
}
.ourstory .carousel-indicators li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin: 0 4px;
  border: 1px solid #a58b37;
  opacity: 1;
  background: #d9d9d9;
}
@media screen and (max-width: 600px) {
  .ourstory .carousel-indicators li {
    width: 10px;
    height: 10px;
  }
}
.ourstory .carousel-indicators li.active {
  background: #fff;
}
.ourstory .sec01 {
  position: relative;
}
.ourstory .sec01::before {
  content: "";
  position: absolute;
  width: 167px;
  height: 140px;
  background: url(../img/story/bgright.png) no-repeat;
  background-size: 100%;
  right: 0;
  bottom: -5%;
}
@media screen and (max-width: 1600px) {
  .ourstory .sec01::before {
    width: 127px;
  }
}
@media screen and (max-width: 600px) {
  .ourstory .sec01::before {
    width: 68px;
  }
}
.ourstory .sec01 .btn {
  display: flex;
  align-items: center;
  margin: 2rem 0 0;
  background: #938357;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
}
@media screen and (max-width: 1400px) {
  .ourstory .sec01 .btn {
    margin: 0.5rem 0 0;
  }
}
.ourstory .sec01 .btn.grey {
  background: #fff;
  border: 1px solid #938357;
  color: #938357;
}
.ourstory .sec01 .btn.grey img {
  transition: all 0.6s ease;
}
.ourstory .sec01 .btn.grey::before {
  background: #938357;
}
.ourstory .sec01 .btn.grey:hover {
  color: #fff;
}
.ourstory .sec01 .btn.grey:hover img {
  filter: brightness(20);
  transition: all 0.6s ease;
}
.ourstory .sec02 {
  position: relative;
}
.ourstory .sec02::before {
  content: "";
  position: absolute;
  width: 277px;
  height: 663px;
  background: url("../img/story/bgleft.jpg") no-repeat;
  background-size: 100%;
  left: 0;
  top: 10%;
}
@media screen and (max-width: 1700px) {
  .ourstory .sec02::before {
    width: 172px;
    height: 365px;
  }
}
@media screen and (max-width: 1400px) {
  .ourstory .sec02::before {
    width: 132px;
    height: 292px;
  }
}
@media screen and (max-width: 999px) {
  .ourstory .sec02::before {
    width: 92px;
    height: 170px;
    top: -5%;
  }
}
@media screen and (max-width: 999px) {
  .ourstory .sec02 .orchag {
    order: 1;
  }
}

.villas02 {
  position: relative;
  padding: 2rem 0 5rem;
}
@media screen and (max-width: 1700px) {
  .villas02 {
    padding: 2rem 0 5rem;
  }
}
@media screen and (max-width: 600px) {
  .villas02 {
    padding: 2.5rem 0;
  }
  .villas02 p {
    line-height: 29px;
  }
}
.villas02 .bgsec01 {
  position: absolute;
  width: 15%;
  right: 0;
  top: 2rem;
  text-align: right;
  z-index: 1;
}
@media screen and (max-width: 1700px) {
  .villas02 .bgsec01 {
    width: 12%;
    top: -3%;
  }
}
@media screen and (max-width: 600px) {
  .villas02 .bgsec01 {
    width: 23%;
    top: -6%;
  }
}
.villas02 .bgsec02 {
  position: absolute;
  width: 18%;
  left: 0;
  bottom: 2rem;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .villas02 .bgsec02 {
    width: 22%;
    bottom: unset;
    top: 18%;
  }
}
@media screen and (max-width: 600px) {
  .villas02 .bgsec02 {
    width: 45%;
    transform: rotate(-8deg);
    top: 36%;
    left: 0;
  }
}
.villas02 .sec01 {
  padding-top: 5rem;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 999px) {
  .villas02 .sec01 .txt {
    text-align: center;
  }
  .villas02 .sec01 .txt ul {
    list-style-position: inside;
    padding: 0;
  }
}
.villas02 .sec01 ul {
  padding: 0 0 0 26px;
  margin: 2rem 0 0;
}
@media screen and (max-width: 1500px) {
  .villas02 .sec01 ul {
    margin: 0 0 0;
  }
}
.villas02 .sec01 ul li {
  margin-bottom: 8px;
}
@media screen and (max-width: 1500px) {
  .villas02 .sec01 ul li {
    margin-bottom: 4px;
  }
}
.villas02 .sec01 ul li::marker {
  color: #a58b37;
}
.villas02 .sec01 .btn {
  background: transparent;
  color: #a58b37;
  border: 1px solid #a58b37;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3294117647);
  font-weight: 700;
  border-radius: 7px;
  overflow: hidden;
}
.villas02 .sec01 .btn::before {
  background: #a58b37;
}
.villas02 .sec01 .btn:hover {
  color: #fff;
}

.villas03 {
  position: relative;
  background: #f9f7f1;
  padding: 5rem 0;
}
@media screen and (max-width: 999px) {
  .villas03 {
    padding: 2.5rem 0;
  }
}
.villas03 .subnav {
  position: sticky;
  background: #f9f7f1;
  width: 100%;
  top: 120px;
  padding: 8px 0px 22px;
  z-index: 99;
}
@media screen and (max-width: 1700px) {
  .villas03 .subnav {
    top: 116px;
  }
}
@media screen and (max-width: 1600px) {
  .villas03 .subnav {
    top: 114px;
  }
}
@media screen and (max-width: 1500px) {
  .villas03 .subnav {
    top: 108px;
  }
}
@media screen and (max-width: 1400px) {
  .villas03 .subnav {
    top: 107px;
  }
}
@media screen and (max-width: 1300px) {
  .villas03 .subnav {
    top: 108px;
  }
}
@media screen and (max-width: 999px) {
  .villas03 .subnav {
    top: 99px;
    padding: 8px 0px 48px;
  }
  .villas03 .subnav h1 {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .villas03 .subnav {
    top: 96px;
    padding: 8px 0px 58px;
  }
}
.villas03 .subnav .mobmenu {
  left: 0;
  position: absolute;
  width: 100%;
  top: 52px;
  background: #f9f7f1;
}
.villas03 .subnav .mobmenu .navbar {
  position: unset;
  background: transparent;
  padding: 0;
  margin: 0;
  width: 100%;
}
.villas03 .subnav .mobmenu .navbar .navbar-toggler {
  border: 1px dotted #6d6d6d;
  color: #6d6d6d;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 8px 8px;
  font-size: 16px;
  width: 33%;
  margin-left: 18px;
  margin: 5px auto 0;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .villas03 .subnav .mobmenu .navbar .navbar-toggler {
    width: 50%;
  }
}
.villas03 .subnav .mobmenu ul.mobcss {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 15px 0 0;
}
.villas03 .subnav .mobmenu ul.mobcss li {
  max-width: 100%;
  flex: 0 0 100%;
  margin: 0;
  padding: 0;
}
.villas03 .subnav .mobmenu ul.mobcss li a {
  padding: 12px 18px;
  margin: 0;
  color: #6d6d6d;
  font-size: 16px;
  border-bottom: 1px dotted #6d6d6d;
  text-align: center;
}
.villas03 .subnav .mobmenu ul.mobcss li a:hover, .villas03 .subnav .mobmenu ul.mobcss li a.active {
  color: #a58b37;
  transition: all 0.6s ease;
  border-color: #a58b37;
  text-decoration: none;
}
.villas03 ul.desklist {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.villas03 ul.desklist li {
  margin-right: 10px;
}
@media screen and (max-width: 1400px) {
  .villas03 ul.desklist li {
    margin-right: 8px;
  }
}
.villas03 ul.desklist li:last-child {
  margin-right: 20px;
}
.villas03 ul.desklist li a {
  border: 2px dotted #a3a09c;
  color: #a3a09c;
  text-decoration: none;
  padding: 5px 12px;
  font-size: 17px;
  border-radius: 7px;
  transition: all 0.6s ease;
  font-family: "GothamMedium";
}
@media screen and (max-width: 1700px) {
  .villas03 ul.desklist li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1500px) {
  .villas03 ul.desklist li a {
    padding: 9px 12px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .villas03 ul.desklist li a {
    padding: 6px 12px;
    font-size: 15px;
  }
}
.villas03 ul.desklist li a:hover, .villas03 ul.desklist li a.active {
  color: #a58b37;
  transition: all 0.6s ease;
  border-color: #a58b37;
}
.villas03 .sec01 {
  padding: 2.5rem 0;
}
@media screen and (max-width: 600px) {
  .villas03 .sec01 {
    padding: 3.5rem 0;
    position: relative;
    box-shadow: 0 9px 19px rgba(0, 0, 0, 0.0588235294);
  }
  .villas03 .sec01::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
  }
  .villas03 .sec01:last-child {
    box-shadow: unset;
  }
  .villas03 .sec01:last-child::before {
    content: unset;
  }
}
@media screen and (max-width: 600px) {
  .villas03 .sec01 .txt .size53 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1400px) {
  .villas03 .sec01 .txt img {
    width: 255px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .villas03 .sec01 .txt img {
    width: 197px;
    margin: 0 auto;
  }
}
.villas03 .sec01 .txt p {
  color: #666666;
}
.villas03 .sec01 .btn {
  background: transparent;
  color: #a58b37;
  border: 1px solid #a58b37;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3294117647);
  font-weight: 700;
  border-radius: 7px;
  overflow: hidden;
}
.villas03 .sec01 .btn::before {
  background: #a58b37;
}
.villas03 .sec01 .btn:hover {
  color: #fff;
}

.locase01 {
  position: relative;
  padding: 5rem 0;
  background: #faf7f2;
}
.locase01 .d-flex {
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .locase01 {
    padding: 2.5rem 0;
  }
}
.locase01.bg01 {
  background: #fff;
}
.locase01 .htoreach {
  position: absolute;
  left: 0;
  bottom: 15px;
  background: #faf7f2;
  padding: 4px 42px;
  display: inline-flex;
  align-items: center;
}
.locase01 p {
  line-height: 29px;
}
@media screen and (max-width: 600px) {
  .locase01 p {
    line-height: 26px;
  }
}
.locase01 .diffa {
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .locase01 .diffa {
    align-items: start;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 999px) {
  .locase01 .diffa h4 {
    text-align: center;
  }
}
.locase01 .btn {
  display: flex;
  align-items: center;
  margin: 2rem 0 0;
  background: #938357;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
}
@media screen and (max-width: 1500px) {
  .locase01 .btn {
    margin: 0.5rem 0 0;
  }
}
.locase01 .btn.grey {
  background: #fff;
  border: 1px solid #938357;
  color: #938357;
}
.locase01 .btn.grey::before {
  background: #938357;
}
.locase01 .btn.grey:hover {
  color: #fff;
}
.locase01 .btn.grey:hover img {
  filter: brightness(20);
  transition: all 0.6s ease;
}
.locase01 .img {
  position: relative;
  cursor: pointer;
  transition: all 0.6s ease;
}
.locase01 .img:hover {
  transition: all 0.6s ease;
}
.locase01 .img:hover .overlay {
  background: rgba(0, 0, 0, 0.3882352941);
  transition: all 0.6s ease;
}
.locase01 .img:hover .overlay .play::before, .locase01 .img:hover .overlay .play::after {
  content: "";
}
.locase01 .img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.6s ease;
}
.locase01 .img .overlay .play {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background: #a78e3c;
  padding: 4px;
}
.locase01 .img .overlay .play img {
  filter: invert(1);
}
.locase01 .img .overlay .play::before {
  content: unset;
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: pulse2 1.5s ease-out infinite;
  z-index: -1;
}
.locase01 .img .overlay .play::after {
  content: unset;
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: pulse2 2.5s ease-out infinite;
  z-index: -1;
}
.locase01 .item {
  background: #fff;
  box-shadow: 0 4px 11px rgba(0, 0, 0, 0.0784313725);
  margin-bottom: 2rem;
}
.locase01 .item .img {
  cursor: unset;
}
.locase01 .item p {
  margin: 0;
  font-size: 18px;
  padding: 16px 12px;
  color: #000;
  text-align: center;
  line-height: 29px;
}
.locase01 .owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  position: relative;
  bottom: 0;
}
.locase01 .owl-carousel .owl-nav button.owl-next, .locase01 .owl-carousel .owl-nav button.owl-prev {
  margin: 0 8px;
}
.locase01 .owl-carousel .owl-nav button.owl-next .material-symbols-outlined, .locase01 .owl-carousel .owl-nav button.owl-prev .material-symbols-outlined {
  font-size: 34px;
}
.locase01 .owl-carousel .owl-nav button.owl-next.disabled, .locase01 .owl-carousel .owl-nav button.owl-prev.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.locase01A {
  position: relative;
  padding: 2rem 0 5rem;
}
@media screen and (max-width: 999px) {
  .locase01A {
    padding: 2.5rem 0 6rem;
  }
}
.locase01A .bgsec01 {
  position: absolute;
  width: 15%;
  right: 0;
  top: 2rem;
  text-align: right;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .locase01A .bgsec01 {
    width: 12.5%;
    top: -1rem;
  }
}
@media screen and (max-width: 600px) {
  .locase01A .bgsec01 {
    width: 29%;
    top: -5%;
  }
}
.locase01A .bgsec02 {
  position: absolute;
  width: 18%;
  left: 0;
  bottom: 2rem;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .locase01A .bgsec02 {
    width: 16%;
    bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .locase01A .bgsec02 {
    width: 24%;
    transform: rotate(0deg);
    bottom: 0;
  }
}
.locase01A .innconte {
  position: relative;
  z-index: 1;
}
.locase01A .sec01 {
  padding: 4rem 10%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .locase01A .sec01 {
    padding: 4rem 7%;
  }
}
@media screen and (max-width: 1400px) {
  .locase01A .sec01 {
    padding: 4rem 5%;
  }
}
@media screen and (max-width: 999px) {
  .locase01A .sec01 {
    padding: 2.5rem 0;
  }
  .locase01A .sec01 p {
    text-align: justify;
  }
}
.locase01A .sec01:nth-child(2)::before, .locase01A .sec01:nth-child(2)::after {
  content: "";
  width: 43%;
  margin: 0 auto;
  background: #2d2d2d;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
}
@media screen and (max-width: 600px) {
  .locase01A .sec01:nth-child(2)::before, .locase01A .sec01:nth-child(2)::after {
    width: 100%;
  }
}
.locase01A .sec01:nth-child(2)::after {
  top: 0;
  bottom: unset;
}
.locase01A .sec01 p {
  line-height: 28px;
}
.locase01A .sec01 ul.difmar {
  list-style-type: none;
  padding: 0;
  margin: 2.9rem 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .locase01A .sec01 ul.difmar {
    margin: 0.9rem 0 0;
  }
}
.locase01A .sec01 ul.difmar li {
  padding: 0.5rem 4%;
  position: relative;
}
@media screen and (max-width: 999px) {
  .locase01A .sec01 ul.difmar li {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 2rem;
  }
  .locase01A .sec01 ul.difmar li:nth-child(2)::before {
    content: unset;
  }
}
@media screen and (max-width: 600px) {
  .locase01A .sec01 ul.difmar li {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0;
    padding: 25px 0;
  }
  .locase01A .sec01 ul.difmar li:nth-child(2)::before {
    content: "";
  }
}
.locase01A .sec01 ul.difmar li::before {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  top: 0%;
  background: #a57e40;
  width: 1px;
}
@media screen and (max-width: 600px) {
  .locase01A .sec01 ul.difmar li::before {
    width: 80%;
    height: 1px;
    right: 0;
    left: 0;
    top: unset;
    bottom: 0;
    margin: 0 auto;
  }
}
.locase01A .sec01 ul.difmar li:last-child {
  padding-right: 0;
}
.locase01A .sec01 ul.difmar li:last-child::before {
  content: unset;
}
@media screen and (max-width: 600px) {
  .locase01A .sec01 ul.difmar li:last-child {
    padding-bottom: 0;
  }
}
.locase01A .sec01 ul.difmar li:first-child {
  padding-left: 0;
}
.locase01A .sec01 ul.lsting {
  padding: 0 0 0 20px;
  margin: 0 0 0;
  list-style-position: inside;
}
@media screen and (max-width: 600px) {
  .locase01A .sec01 ul.lsting {
    margin: 0;
  }
}
.locase01A .sec01 ul.lsting li {
  margin-bottom: 8px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .locase01A .sec01 ul.lsting li {
    margin: 0;
    padding: 12px 0;
  }
  .locase01A .sec01 ul.lsting li::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(71, 70, 72, 0.2588235294);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
  }
  .locase01A .sec01 ul.lsting li:last-child::before {
    content: unset;
  }
  .locase01A .sec01 ul.lsting li:first-child {
    padding-top: 8px;
  }
}
.locase01A .sec01 ul.lsting li::marker {
  color: #a58b37;
}

.svgmaster {
  position: relative;
}
.svgmaster .overcom {
  position: absolute;
  background: #000;
  font-size: 16px;
  padding: 7px 20px;
  color: #fff;
  box-shadow: 0 0 13px #fff;
  display: none;
  transition: all 0.6s ease;
  cursor: pointer;
}
@media screen and (max-width: 1500px) {
  .svgmaster .overcom {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .svgmaster .overcom {
    font-size: 10px;
    padding: 4px 11px;
  }
}
.svgmaster .overcom::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #000;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  z-index: -1;
  transform: rotate(45deg);
}
.svgmaster .overcom.active, .svgmaster .overcom:hover {
  display: block;
  transition: all 0.6s ease;
}
.svgmaster .overcom.ovetext01 {
  top: 20%;
  left: 28%;
}
.svgmaster .overcom.ovetext02 {
  top: 51%;
  left: 39%;
}
@media screen and (max-width: 999px) {
  .svgmaster .overcom.ovetext02 {
    top: 32%;
    left: 33%;
  }
}
@media screen and (max-width: 600px) {
  .svgmaster .overcom.ovetext02 {
    top: 20%;
    left: 23%;
  }
}
.svgmaster .overcom.ovetext03 {
  bottom: 53%;
  right: 19%;
}
@media screen and (max-width: 999px) {
  .svgmaster .overcom.ovetext03 {
    bottom: 66%;
    right: 10%;
  }
}
@media screen and (max-width: 600px) {
  .svgmaster .overcom.ovetext03 {
    bottom: unset;
    right: 5%;
    top: 7%;
  }
}
.svgmaster .overcom.ovetext04 {
  top: 32%;
  left: 48%;
}
@media screen and (max-width: 999px) {
  .svgmaster .overcom.ovetext04 {
    top: 23%;
    left: 46%;
  }
}
@media screen and (max-width: 600px) {
  .svgmaster .overcom.ovetext04 {
    top: 15%;
    left: 34%;
  }
}
.svgmaster .overcom.ovetext05 {
  top: 12%;
  left: 34%;
}
@media screen and (max-width: 600px) {
  .svgmaster .overcom.ovetext05 {
    top: 7%;
  }
}
.svgmaster .overcom.ovetext06 {
  bottom: 26%;
  right: 24%;
}
@media screen and (max-width: 999px) {
  .svgmaster .overcom.ovetext06 {
    bottom: 52%;
    right: 16%;
  }
}
@media screen and (max-width: 600px) {
  .svgmaster .overcom.ovetext06 {
    bottom: unset;
    right: 16%;
    top: 13%;
  }
}
.svgmaster .overlay {
  position: absolute;
  left: 7%;
  bottom: 12%;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .svgmaster .overlay {
    left: 4%;
    bottom: 8%;
  }
}
@media screen and (max-width: 999px) {
  .svgmaster .overlay {
    position: unset;
    background: #938357;
    padding: 2.5rem 20px;
  }
  .svgmaster .overlay h6 {
    text-align: center;
  }
}
@media screen and (max-width: 999px) {
  .svgmaster .overlay .txt {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .svgmaster .overlay {
    padding: 2.5rem 15px;
  }
}
.svgmaster .overlay ul {
  list-style-type: none;
  margin: 2rem 0 0;
  padding: 0;
}
@media screen and (max-width: 1500px) {
  .svgmaster .overlay ul {
    margin: 1rem 0 0;
  }
}
@media screen and (max-width: 999px) {
  .svgmaster .overlay ul {
    text-align: center;
  }
}
.svgmaster .overlay ul li {
  font-size: 20px;
  margin: 0 0 5px;
  transition: all 0.6s ease;
  cursor: pointer;
  padding: 10px 12px;
}
@media screen and (max-width: 1500px) {
  .svgmaster .overlay ul li {
    font-size: 18px;
    margin: 0;
    padding: 5px 12px;
  }
}
@media screen and (max-width: 600px) {
  .svgmaster .overlay ul li {
    font-size: 15px;
    padding: 9px 12px;
  }
}
.svgmaster .overlay ul li span {
  font-weight: 600;
  width: 30px;
  height: 30px;
  display: inline-flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 90%;
  margin-right: 7px;
  transition: all 0.6s ease;
}
.svgmaster .overlay ul li.text01 span {
  background: #e07800;
}
.svgmaster .overlay ul li.text01:hover, .svgmaster .overlay ul li.text01.active {
  background: rgba(224, 119, 0, 0.8431372549);
  transition: all 0.6s ease;
  color: #fff;
}
.svgmaster .overlay ul li.text02 span {
  background: #eb4d4b;
}
.svgmaster .overlay ul li.text02:hover, .svgmaster .overlay ul li.text02.active {
  transition: all 0.6s ease;
  background: rgba(235, 78, 75, 0.8431372549);
  color: #fff;
}
.svgmaster .overlay ul li.text03 span {
  background: #ffdd59;
  color: #000;
}
.svgmaster .overlay ul li.text03:hover, .svgmaster .overlay ul li.text03.active {
  transition: all 0.6s ease;
  background: rgba(255, 222, 89, 0.768627451);
  color: #fff;
}
.svgmaster .overlay ul li.text04 span {
  background: rgba(126, 213, 223, 0.8431372549);
}
.svgmaster .overlay ul li.text04:hover, .svgmaster .overlay ul li.text04.active {
  transition: all 0.6s ease;
  background: rgba(179, 86, 139, 0.8156862745);
  color: #fff;
}
.svgmaster .overlay ul li.text05 span {
  background: #cc0077;
}
.svgmaster .overlay ul li.text05:hover, .svgmaster .overlay ul li.text05.active {
  transition: all 0.6s ease;
  background: rgba(204, 0, 119, 0.8784313725);
  color: #fff;
}
.svgmaster .overlay ul li.text06 span {
  background: #4834d4;
}
.svgmaster .overlay ul li.text06:hover, .svgmaster .overlay ul li.text06.active {
  transition: all 0.6s ease;
  background: rgba(73, 52, 212, 0.7960784314);
  color: #fff;
}
.svgmaster .pathsec06, .svgmaster .pathsec02, .svgmaster .pathsec03, .svgmaster .pathsec05, .svgmaster .pathsec04, .svgmaster .pathsec01,.svgmaster .pathsec07 {
  fill: transparent;
  transition: all 0.6s ease;
  cursor: pointer;
  opacity: 0.6;
}
.svgmaster .pathsec06.active, .svgmaster .pathsec06:hover, .svgmaster .pathsec02.active, .svgmaster .pathsec02:hover, .svgmaster .pathsec03.active, .svgmaster .pathsec03:hover, .svgmaster .pathsec05.active, .svgmaster .pathsec05:hover, .svgmaster .pathsec04.active, .svgmaster .pathsec04:hover, .svgmaster .pathsec01.active, .svgmaster .pathsec01:hover, .svgmaster .pathsec07.active, .svgmaster .pathsec07:hover {
  transition: all 0.6s ease;
  stroke-width: 2px;
}
.svgmaster .pathsec01.active, .svgmaster .pathsec01:hover {
  fill: #f0932b;
  transition: all 0.6s ease;
  stroke: #9a5300;
}
.svgmaster .pathsec02.active, .svgmaster .pathsec02:hover {
  fill: #eb4d4b;
  transition: all 0.6s ease;
  stroke: #9b0200;
}
.svgmaster .pathsec03.active, .svgmaster .pathsec03:hover {
  fill: #ffdd59;
  transition: all 0.6s ease;
  stroke: #cca300;
}
.svgmaster .pathsec07.active, .svgmaster .pathsec07:hover {
  fill: #ffdd59;
  transition: all 0.6s ease;
  stroke: #cca300;
}
.svgmaster .pathsec04.active, .svgmaster .pathsec04:hover {
  fill: #7ed6df;
  transition: all 0.6s ease;
  stroke: #0195a5;
}
.svgmaster .pathsec05.active, .svgmaster .pathsec05:hover {
  fill: #cc0077;
  transition: all 0.6s ease;
  stroke: #920055;
}
.svgmaster .pathsec06.active, .svgmaster .pathsec06:hover {
  fill: #4834d4;
  transition: all 0.6s ease;
  stroke: #1800b4;
}

.videsec01 {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 999px) {
  .videsec01 {
    padding: 2.5rem 0;
  }
}
.videsec01 .bgsec01 {
  position: absolute;
  width: 15%;
  right: 0;
  top: 2rem;
  text-align: right;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .videsec01 .bgsec01 {
    width: 15%;
    top: 23%;
  }
}
.videsec01 .zin {
  position: relative;
  z-index: 11;
}
.videsec01 .owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  position: relative;
  bottom: 0;
}
.videsec01 .owl-carousel .owl-nav button.owl-next, .videsec01 .owl-carousel .owl-nav button.owl-prev {
  margin: 0 8px;
}
.videsec01 .owl-carousel .owl-nav button.owl-next .material-symbols-outlined, .videsec01 .owl-carousel .owl-nav button.owl-prev .material-symbols-outlined {
  font-size: 34px;
}
.videsec01.bg {
  background: #faf7f2;
}
.videsec01.bg .bgsec01 {
  position: absolute;
  width: 21%;
  left: -2%;
  top: 6%;
  right: unset;
}
@media screen and (max-width: 600px) {
  .videsec01.bg .bgsec01 {
    width: 32%;
    left: -1%;
    top: 11%;
  }
}
.videsec01 .img {
  position: relative;
  cursor: pointer;
  transition: all 0.6s ease;
}
.videsec01 .img:hover {
  transition: all 0.6s ease;
}
.videsec01 .img:hover .overlay {
  background: rgba(0, 0, 0, 0.3882352941);
  transition: all 0.6s ease;
}
.videsec01 .img:hover .overlay .play::before, .videsec01 .img:hover .overlay .play::after {
  content: "";
}
.videsec01 .img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.6s ease;
}
.videsec01 .img .overlay .play {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background: #a78e3c;
  padding: 4px;
}
.videsec01 .img .overlay .play img {
  filter: invert(1);
}
.videsec01 .img .overlay .play::before {
  content: unset;
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: pulse2 1.5s ease-out infinite;
  z-index: -1;
}
.videsec01 .img .overlay .play::after {
  content: unset;
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: pulse2 2.5s ease-out infinite;
  z-index: -1;
}
.videsec01 .item {
  background: #fff;
  box-shadow: 0 4px 11px rgba(0, 0, 0, 0.0784313725);
  margin-bottom: 2rem;
  width: 98%;
}
.videsec01 .item .img {
  cursor: unset;
}
.videsec01 .item .img.selfgal {
  cursor: pointer;
}
.videsec01 .item p {
  margin: 0;
  font-size: 18px;
  padding: 16px 12px;
  color: #000;
  text-align: center;
}

footer {
  background: #eee7d6;
}
@media screen and (max-width: 600px) {
  footer {
    padding-bottom: 18px;
  }
}
footer .sec01 {
  padding: 5rem 0 0;
}
@media screen and (max-width: 600px) {
  footer .sec01 {
    padding: 2.5rem 0 0;
  }
}
footer .sec01 .col01 {
  max-width: 27%;
  flex: 0 0 27%;
  padding: 0 15px;
}
@media screen and (max-width: 999px) {
  footer .sec01 .col01 {
    max-width: 50%;
    flex: 0 0 50%;
    margin: 0 0 1rem;
  }
}
@media screen and (max-width: 600px) {
  footer .sec01 .col01 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
footer .sec01 .col02, footer .sec01 .col03, footer .sec01 .col04 {
  max-width: 24.33%;
  flex: 0 0 24.33%;
  padding: 0 15px;
}
@media screen and (max-width: 999px) {
  footer .sec01 .col02, footer .sec01 .col03, footer .sec01 .col04 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 600px) {
  footer .sec01 .col02, footer .sec01 .col03, footer .sec01 .col04 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
footer .sec01 h6 {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 600px) {
  footer .sec01 h6 {
    margin-bottom: 0.5rem;
  }
}
footer .sec01 a {
  text-decoration: none;
  color: #000;
}
footer .sec01 ul {
  list-style-type: none;
  padding: 0 0 0 5px;
  margin: 0;
}
footer .sec01 ul li {
  margin: 0 0 5px;
}
footer .sec01 .fa-brands {
  padding: 8px;
  font-size: 15px !important;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}
footer .sec01 .fa-brands.fa-facebook-f {
  background: #3b5998;
  color: white;
}
footer .sec01 .fa-brands.fa-x-twitter {
  background: #55acee;
  color: white;
}
footer .sec01 .fa-brands.fa-linkedin-in {
  background: #007bb5;
  color: white;
}
footer .sec01 .fa-brands.fa-youtube {
  background: #f70000;
  color: white;
}
footer .sec01 .fa-brands.fa-pinterest-p {
  background: #e60023;
  color: white;
}
footer .sec01 .fa-brands.fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  color: white;
}
footer .sec01 .fa-brands.fa-rss {
  background: #a2a2a2;
  color: white;
}
footer .sec01 .container {
  border-bottom: 1px solid #b7b3a9;
  padding-bottom: 1rem;
}
footer .sec02 {
  padding: 1rem 0;
  position: relative;
}
footer .sec02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  list-style: none;
}
@media screen and (max-width: 600px) {
  footer .sec02 ul {
    justify-content: start;
    padding: 0;
  }
}
footer .sec02 ul li {
  position: relative;
  padding: 0 1rem;
}
footer .sec02 ul li:first-child::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #b7b3a9;
  right: 0;
  height: 70%;
  top: 15%;
}
footer .sec02 ul li a {
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 999px) {
  .homepage .enquieryrap .iconenqui {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

.enquieryrap {
  position: fixed;
  right: 0.8%;
  top: 113px;
  z-index: 111;
}
@media screen and (max-width: 1500px) {
  .enquieryrap {
    top: 92px;
  }
}
@media screen and (max-width: 999px) {
  .enquieryrap {
    display: flex;
    flex-wrap: wrap;
    top: unset;
    bottom: 0;
    width: 100%;
    right: 0;
    background: #938357;
  }
}
.enquieryrap .iconenqui {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 0.8rem;
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  box-shadow: unset;
  border: 0px solid #fff;
  background: #938357;
  text-decoration: none;
  cursor: pointer;
}
.enquieryrap .iconenqui.noactive {
  display: none;
}
.enquieryrap .iconenqui img {
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .enquieryrap .iconenqui {
    margin-bottom: 0.78rem;
  }
}
@media screen and (max-width: 999px) {
  .enquieryrap .iconenqui {
    width: 33.33%;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    border-radius: 0;
    margin: 0;
    text-align: center;
    margin: 0 auto;
    padding: 15px 8px;
    height: 100%;
    box-shadow: unset;
  }
  .enquieryrap .iconenqui:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.enquieryrap .iconenqui .img {
  line-height: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .enquieryrap .iconenqui .img {
    line-height: normal;
    margin: 0 auto;
  }
  .enquieryrap .iconenqui .img img {
    width: 24px;
    filter: invert(0%) sepia(1%) saturate(36%) hue-rotate(279deg) brightness(101%) contrast(101%);
  }
}
@media screen and (max-width: 400px) {
  .enquieryrap .iconenqui .img img {
    width: 17px;
  }
}
.enquieryrap .iconenqui .img .bttxt {
  display: none;
}
@media screen and (max-width: 999px) {
  .enquieryrap .iconenqui .img .bttxt {
    display: block;
    font-size: 13px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-top: 0;
    margin-left: 6px;
  }
}
.enquieryrap .iconenqui .img .material-symbols-outlined {
  color: #fff;
  text-decoration: none;
  margin-left: -3px;
}
@media screen and (max-width: 999px) {
  .enquieryrap .iconenqui .img .material-symbols-outlined {
    line-height: 16px;
  }
}
.enquieryrap .iconenqui .txt {
  position: absolute;
  right: 0;
  width: 178px;
  background: #938357;
  padding: 0.7rem 0.8rem;
  top: 0%;
  border-radius: 0 33px 33px 0;
  z-index: -1;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateX(0);
  font-weight: 500;
  border: 0px solid #fff;
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .txt {
    display: none;
  }
}
.enquieryrap .iconenqui:hover .txt {
  opacity: 1;
  transition: all 0.6s ease;
  transform: translateX(0);
}

.circle-full-anim {
  animation: circle-full 0.8s ease-in-out forwards;
  transform-origin: left;
}

.fade-in-left {
  animation: fade-in-left 1.2s ease-in-out forwards;
  transform-origin: left;
}

.carousel-control-next, .carousel-control-prev {
  border: 1px solid #fff;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-next {
  right: 5%;
}

.carousel-control-prev {
  left: 5%;
}

.modal .modal-content {
  padding: 5%;
  position: relative;
}
.modal .modal-content .close {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #b69b3e;
  top: 0;
  right: 0;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}
.modal .modal-content .close .material-symbols-outlined {
  color: #fff;
}
.modal .modal-content .inconte {
  border: 1px solid #3e5327;
}
.modal .modal-content .inconte .modal-header {
  border: 0;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-header {
    padding-bottom: 0;
  }
}
.modal .modal-content .inconte .modal-header .modal-title {
  font-weight: 500;
  color: #000;
}
.modal .modal-content .inconte .modal-body {
  padding: 1.5rem 12px;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body {
    padding: 0.8rem 12px;
  }
}
.modal .modal-content .inconte .modal-body input, .modal .modal-content .inconte .modal-body textarea {
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
  font-size: 14px;
  width: 100%;
  font-size: 15px;
  resize: none;
  padding: 14px 1rem;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body input, .modal .modal-content .inconte .modal-body textarea {
    padding: 10px;
  }
}
.modal .modal-content .inconte .modal-body input::-moz-placeholder, .modal .modal-content .inconte .modal-body textarea::-moz-placeholder {
  color: #555555;
}
.modal .modal-content .inconte .modal-body input::placeholder, .modal .modal-content .inconte .modal-body textarea::placeholder {
  color: #555555;
}
.modal#presscon .modal-dialog {
  max-width: 850px;
}
@media screen and (max-width: 1500px) {
  .modal#presscon .modal-dialog {
    max-width: 680px;
  }
}
.modal#presscon .modal-dialog .modal-content {
  padding: 1%;
}
.modal#presscon .modal-dialog .modal-content .inconte {
  border: 1px solid rgba(0, 0, 0, 0.4117647059);
}
@media screen and (max-width: 600px) {
  .modal#presscon .modal-dialog .modal-content .inconte .modal-header {
    padding: 8px;
  }
}
.modal#presscon .modal-dialog .modal-content .inconte .modal-header .modal-title {
  color: #a58b37;
  line-height: 39px;
}
@media screen and (max-width: 1500px) {
  .modal#presscon .modal-dialog .modal-content .inconte .modal-header .modal-title {
    line-height: 33px;
  }
}
@media screen and (max-width: 600px) {
  .modal#presscon .modal-dialog .modal-content .inconte .modal-header .modal-title {
    line-height: 28px;
    font-size: 20px;
  }
}
.modal#presscon .modal-dialog .modal-content .inconte .modal-body {
  padding: 0;
}
.modal#presscon .modal-dialog .modal-content .inconte .modal-body .txt {
  padding: 15px;
}
.modal#presscon .modal-dialog .modal-content .inconte .modal-body .txt p {
  line-height: 24px;
}
@media screen and (max-width: 600px) {
  .modal#presscon .modal-dialog .modal-content .inconte .modal-body .txt p {
    line-height: 23px;
    font-size: 16px;
  }
}
.modal#presscon .modal-dialog .modal-content .inconte .modal-body .img {
  position: relative;
}
.modal#presscon .modal-dialog .modal-content .inconte .modal-body .img .overlay {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background: #a78e3c;
  padding: 4px;
}
.modal#presscon .modal-dialog .modal-content .inconte .modal-body .img .overlay img {
  filter: invert(1);
}
.modal#presscon .modal-dialog .modal-content .inconte .modal-body .img .overlay::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: pulse2 1.5s ease-out infinite;
  z-index: -1;
}
.modal#presscon .modal-dialog .modal-content .inconte .modal-body .img .overlay::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: pulse2 2.5s ease-out infinite;
  z-index: -1;
}

input:focus, input:hover, textarea:focus, textarea:hover, button:focus, button:hover {
  outline: 0;
  box-shadow: unset;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Light";
  src: url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Bold";
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamMedium";
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Times New Roman";
  src: url("../fonts/TimesNewRomanPSMT.woff2") format("woff2"), url("../fonts/TimesNewRomanPSMT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes circle-full {
  from {
    -webkit-clip-path: circle(0% at 0% 0%);
            clip-path: circle(0% at 0% 0%);
  }
  to {
    -webkit-clip-path: circle(100% at 50%);
            clip-path: circle(100% at 50%);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: white;
  z-index: 99999999999999;
  transition: all 0.6s ease;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #fff;
}

.loader-wrap .inbg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/bglogo.png) no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  right: 0;
  background-size: 50%;
  opacity: 0.2;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 15px;
  text-transform: uppercase;
  z-index: 20;
  text-align: center;
  margin-top: 20%;
}
.loader-wrap .loader-wrap-heading .load-text span {
  color: #000 !important;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.loader-wrap .loader-wrap-heading .load-text .logo {
  position: relative;
  width: 79%;
  margin: 0 auto 2rem;
  z-index: 1;
  opacity: 0.8;
  animation: loading 1s infinite alternate;
}



.oto-widget-circle-media {
    padding: 0px !important;
}
@media screen and (max-width: 999px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 17px;
    letter-spacing: 12px;
  }
}
@media screen and (max-width: 991px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 15px;
    letter-spacing: 10px;
  }
}
@media screen and (max-width: 768px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 15px;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 575px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 10px;
    letter-spacing: 2px;
    margin: 0 auto;
    width: 70%;
  }
}
.load-text span {
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  animation-delay: 0.6s;
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rightleft {
  0% {
    opacity: 0;
  }
  100% {
    right: 0%;
    opacity: 1;
  }
}
@keyframes pulse2 {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@font-face {
  font-family: "Addington CF";
  src: url("../fonts/AddingtonCF-Light.woff2") format("woff2"), url("../fonts/AddingtonCF-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}/*# sourceMappingURL=style.css.map */
