/*@Media Query Mixin*/
/*@Media Query Mixin End*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Gotham Light";
  font-size: 16px;
  color: #58595b;
}

.carousel-control-prev{
  filter: invert();
}
.carousel-control-next{
  filter: invert();
}
@media screen and (max-width: 1700px) {
  body {
    font-size: 15px;
  }
}

.headingfont {
  font-family: "Playfair Display", serif;
}

.gothbold {
  font-family: "Gotham Bold";
}

.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;
  }
}

.size34 {
  font-size: 34px;
}
@media screen and (max-width: 1500px) {
  .size34 {
    font-size: 27px;
  }
}
@media screen and (max-width: 600px) {
  .size34 {
    font-size: 23px;
  }
}

.size18 {
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  .size18 {
    font-size: 17px;
  }
}

.size22 {
  font-size: 20px;
  line-height: 33px;
}
@media screen and (max-width: 1500px) {
  .size22 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .size22 {
    font-size: 17px;
    line-height: 23px;
  }
}

.size26 {
  font-size: 26px;
}
@media screen and (max-width: 1500px) {
  .size26 {
    font-size: 23px;
  }
}
@media screen and (max-width: 600px) {
  .size26 {
    font-size: 20px;
  }
}

.size53 {
  font-size: 53px;
  line-height: 57px;
}
@media screen and (max-width: 1700px) {
  .size53 {
    font-size: 45px;
    line-height: 47px;
  }
}
@media screen and (max-width: 1500px) {
  .size53 {
    font-size: 37px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1300px) {
  .size53 {
    font-size: 32px;
    line-height: 33px;
  }
}
@media screen and (max-width: 1300px) {
  .size53 {
    font-size: 28px;
    line-height: 27px;
  }
}

.clr1 {
  color: #414042;
}

.clr2 {
  color: #a58b37;
}

.clr4 {
  color: #333333;
}

.container {
  max-width: 75%;
}
@media screen and (max-width: 1700px) {
  .container {
    max-width: 82%;
  }
}
@media screen and (max-width: 999px) {
  .container {
    max-width: 88%;
  }
  .carousel-control-next, .carousel-control-prev {
    border: 1px solid #fff;
  }
}
@media screen and (max-width: 600px) {
  .container {
    max-width: 94%;
  }
}

@media screen and (max-width: 999px) {
  .ordchan {
    order: -1;
  }
}

.hmsec01 {
  position: relative;
}
@media screen and (max-width: 600px) {
  .hmsec01 {
    overflow: hidden;
  }
}
.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: 17%;
  margin-top: 15px;
}
@media screen and (max-width: 1500px) {
  .hmsec01 .overlay .content {
    width: 20%;
  }
}
@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 15%;
  }
  .hmsec01 .overlay .content p {
        font-size: 9px !important;
    }
}
@media screen and (max-width: 500px) {
  .hmsec01 .overlay .content .imglog {
    padding: 0 8%;
  }
}
.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: 23%;
  margin-left: auto;
  margin-top: 15px;
}
@media screen and (max-width: 1500px) {
  .hmsec01 .overlay .asllogo {
    width: 25%;
  }
}
@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: 4%;
    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;
  }
}
@media screen and (max-width: 600px) {
  .hmsec01 .arrow {
    width: 98px;
    position: absolute;
    bottom: 61px;
    left: 5%;
  }
  .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;
  }
}

#more {
  display: none;
}
.hmsec02{
  overflow: hidden;
}

.hmsec02 {
  position: relative;
  padding: 4rem 0 5rem;
}
.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 2.5rem;
  }
}
.hmsec02 .bgsec01 {
  position: absolute;
  width: 13%;
  right: 0;
  top: 2rem;
  text-align: right;
  z-index: 1;
}
@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 2.5rem;
  padding: 0;
}
@media screen and (max-width: 1700px) {
  .hmsec02 ul.sec01list {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .hmsec02 ul.sec01list {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .hmsec02 ul.sec01list {
    width: 68%;
    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 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 600px) {
  .hmsec02 ul.sec01list li {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.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: 1.5rem;
}
@media screen and (max-width: 1300px) {
  .hmsec02 ul.sec01list li:nth-child(1) {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 999px) {
  .hmsec02 ul.sec01list li:nth-child(1) {
    padding-right: 1.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 1.5rem;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .hmsec02 ul.sec01list li:nth-child(2) {
    padding: 0 1rem;
  }
}
@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: -10%;
    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: 80%;
    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: 0;
    left: unset;
    content: 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: 0 1.5rem;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .hmsec02 ul.sec01list li:nth-child(3) {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 999px) {
  .hmsec02 ul.sec01list li:nth-child(3) {
    padding: 0 1.5rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  .hmsec02 ul.sec01list li:nth-child(3) {
    padding: 0;
  }
}
.hmsec02 ul.sec01list li:nth-child(3)::before, .hmsec02 ul.sec01list li:nth-child(3)::after {
  content: "";
  position: absolute;
  background: #474648;
  width: 1px;
  right: 0;
  height: 68%;
}
@media screen and (max-width: 999px) {
  .hmsec02 ul.sec01list li:nth-child(3)::before, .hmsec02 ul.sec01list li:nth-child(3)::after {
    left: unset;
    right: 10%;
  }
}
@media screen and (max-width: 600px) {
  .hmsec02 ul.sec01list li:nth-child(3)::before, .hmsec02 ul.sec01list li:nth-child(3)::after {
    left: 0;
    right: 0;
    margin: 0;
    top: 0;
    width: 80%;
    height: 0px;
  }
}
.hmsec02 ul.sec01list li:nth-child(3)::after {
  left: unset;
  right: 0;
}
@media screen and (max-width: 999px) {
  .hmsec02 ul.sec01list li:nth-child(3)::after {
    right: 0;
    left: unset;
    content: unset;
  }
}
@media screen and (max-width: 600px) {
  .hmsec02 ul.sec01list li:nth-child(3)::after {
    content: "";
    left: 0;
    right: 0;
    top: unset;
    bottom: 0;
    height: 1px;
  }
}

.hmsec02 ul.sec01list li:nth-child(4) {
  padding-left: 1.5rem;

}
@media screen and (max-width: 1300px) {
  .hmsec02 ul.sec01list li:nth-child(4) {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 999px) {
  .hmsec02 ul.sec01list li:nth-child(4) {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .hmsec02 ul.sec01list li:nth-child(4) {
    padding: 0;
  }
}
.hmsec02 .conteslide01 {
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 1700px) {
  .hmsec02 .conteslide01 {
    max-width: 91%;
  }
}
@media screen and (max-width: 999px) {
  .hmsec02 .conteslide01 {
    max-width: 88%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec02 .conteslide01 {
    max-width: 94%;
  }
}
.hmsec02 .conteslide02 {
  max-width: 78%;
  margin: 0 auto;
  position: relative;
}
.hmsec02 .conteslide02 .bgsec01 {
  position: absolute;
  width: 21%;
  left: -15%;
  top: 21%;
}
@media screen and (max-width: 1700px) {
  .hmsec02 .conteslide02 .bgsec01 {
    width: 17%;
    left: -7%;
  }
}
@media screen and (max-width: 1500px) {
  .hmsec02 .conteslide02 .bgsec01 {
    width: 17%;
  }
}
@media screen and (max-width: 1300px) {
  .hmsec02 .conteslide02 .bgsec01 {
    width: 22%;
  }
}
@media screen and (max-width: 999px) {
  .hmsec02 .conteslide02 .bgsec01 {
    width: 39%;
    top: -18%;
    left: 67%;
  }
}
@media screen and (max-width: 600px) {
  .hmsec02 .conteslide02 .bgsec01 {
    width: 45%;
    top: -13%;
    left: unset;
    transform: rotate(-8deg);
    right: 0;
  }
}
@media screen and (max-width: 1700px) {
  .hmsec02 .conteslide02 {
    max-width: 88%;
  }
}
@media screen and (max-width: 999px) {
  .hmsec02 .conteslide02 {
    max-width: 88%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec02 .conteslide02 {
    max-width: 94%;
  }
}
.hmsec02 .conteslide03 {
  margin-top: 5rem;
  position: relative;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1500px) {
  .hmsec02 .conteslide03 {
    padding-bottom: 9.1rem;
  }
}
@media screen and (max-width: 1400px) {
  .hmsec02 .conteslide03 {
    padding-bottom: 10.4rem;
  }
}
@media screen and (max-width: 999px) {
  .hmsec02 .conteslide03 {
    padding-bottom: 0rem;
  }
}
.hmsec02 .conteslide03::before {
  content: "";
  background: url(../img/06.webp) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center 16rem;
}
@media screen and (max-width: 1500px) {
  .hmsec02 .conteslide03::before {
    background-position: center 13rem;
  }
}
@media screen and (max-width: 600px) {
  .hmsec02 .conteslide03::before {
    background-position: center 2.89rem;
  }
}
.hmsec02 .conteslide03 .rivside ul {
  padding: 10px 0 0 15px;
}
.hmsec02 .conteslide03 .rivside ul li {
  margin: 0 0 10px;
}
@media screen and (max-width: 999px) {
  .hmsec02 .conteslide03 .rivside ul li {
    color: #000;
  }
}
.hmsec02 .conteslide04 {
  position: relative;
}
.hmsec02 .conteslide04 .img {
  margin-top: -7rem;
}
@media screen and (max-width: 999px) {
  .hmsec02 .conteslide04 .img {
    margin-top: 0rem;
  }
}
.hmsec02 .conteslide04 .bgsec02 {
  position: absolute;
  width: 21%;
  left: 0;
  top: -37px;
}
@media screen and (max-width: 999px) {
  .hmsec02 .conteslide04 .bgsec02 {
    width: 48%;
    top: -17rem;
    z-index: -1;
    right: 0;
    left: unset;
    display: none;
  }
}
.hmsec02 .conteslide04 .img2 {
  position: relative;
}
@media screen and (max-width: 600px) {
  .hmsec02 .conteslide04 .img2 {
    margin-top: 2.9rem;
  }
}
.hmsec02 .conteslide04 .img2 .overlay {
  position: absolute;
  right: -14%;
  width: 37%;
  top: -35%;
}
@media screen and (max-width: 999px) {
  .hmsec02 .conteslide04 .img2 .overlay {
    right: 0;
    width: 35%;
  }
}
.hmsec02 .conteslide04 .img4 {
  margin-top: 2rem;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1500px) {
  .hmsec02 .conteslide04 .img4 {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .hmsec02 .conteslide04 .img4 {
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 8rem;
  }
}
.hmsec02 .conteslide04 .img4 .overlay {
  position: absolute;
  right: -40%;
  width: 83%;
  top: -28%;
}
@media screen and (max-width: 1500px) {
  .hmsec02 .conteslide04 .img4 .overlay {
    right: -30%;
    width: 66%;
    top: -27%;
  }
}
@media screen and (max-width: 999px) {
  .hmsec02 .conteslide04 .img4 .overlay {
    left: 38%;
    right: unset;
  }
}
@media screen and (max-width: 600px) {
  .hmsec02 .conteslide04 .img4 .overlay {
    width: 62%;
    left: unset;
    right: 0;
  }
}
.hmsec02 .conteslide04 .txt {
  position: absolute;
  bottom: 0;
  left: 32%;
}
@media screen and (max-width: 1500px) {
  .hmsec02 .conteslide04 .txt {
    bottom: 4%;
    left: 38%;
  }
}
@media screen and (max-width: 1300px) {
  .hmsec02 .conteslide04 .txt {
    left: 43%;
  }
}
@media screen and (max-width: 999px) {
  .hmsec02 .conteslide04 .txt {
    left: 43%;
    position: unset;
    padding: 0 15px;
    margin-top: 1.5rem;
  }
}
.hmsec02 .newclub10 {
  position: relative;
  background: #f3ede1;
  padding: 0 0 2.5rem;
  padding-top: 50px;
}
.hmsec02 .newclub10 .txt {
  padding: 2.5rem 0;
  text-align: center;
}
.hmsec02.rera {
  padding: 10px 0;
}
.hmsec02.rera .imgrera {
  width: 111%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 999px) {
  .hmsec02.rera .imgrera {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .hmsec02.rera .imgrera {
    width: 100%;
  }
}
.hmsec02.rera p {
  font-size: 19px;
}

@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;
    padding: 20px 0;
  }
}
@media screen and (max-width: 999px) {
  .ftsec .ordcha {
    order: 3;
  }
}
.ftsec h3 {
  color: #fff;
}
.ftsec .content .imglog {
  padding: 0 30%;
}
@media screen and (max-width: 999px) {
  .ftsec .content .imglog {
    text-align: left;
    padding: 0;
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  .ftsec .content .imglog {
    padding: 0;
    width: 39%;
    margin: auto;
  }
}
.ftsec .content p {
  color: #fff;
  font-size: 10px;
  margin: 4px 0 0;
}
@media screen and (max-width: 999px) {
  .ftsec .content p {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .ftsec .content p {
    text-align: center;
  }
}
.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: #a58b37;
  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;
}
@media screen and (max-width: 600px) {
  .ftsec .socialmeia {
    text-align: center;
  }
}
.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;
}
@media screen and (max-width: 600px) {
  .ftsec h3 {
    text-align: center;
  }
}
.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: 2.5rem 0;
}
@media screen and (max-width: 600px) {
  .forms {
    padding: 2.5rem 0;
  }
}
.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 4rem !important;
  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 !important;
    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%;
}

#scroll, .scroll-anchor {
  display: flex;
  position: fixed;
  bottom: 13px;
  right: 8px;
  background: #a57e40;
  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) {
  #scroll, .scroll-anchor {
    width: 40px;
    height: 32px;
    bottom: 50px;
  }
}
#scroll: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: 6% 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 {
  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;
  }
}

.enquiry-wrapper {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 99;
}
@media screen and (max-width: 1556px) {
  .enquiry-wrapper {
    top: 40%;
  }
}
@media screen and (max-width: 999px) {
  .enquiry-wrapper {
    display: flex;
    width: 100%;
    top: unset;
    bottom: 0;
    border-top: 1px solid #fff;
  }
}
.enquiry-wrapper .enquiry-box {
  display: flex;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  transform: translateX(128px);
  transition: all ease-in 0.5s;
  border: 1px solid #fff;
}
@media screen and (max-width: 1366px) {
  .enquiry-wrapper .enquiry-box {
    transform: translateX(114px);
  }
}
@media screen and (max-width: 999px) {
  .enquiry-wrapper .enquiry-box {
    transform: translateX(0);
    width: 100%;
    text-align: center;
    border: 0px solid #fff;
  }
  .enquiry-wrapper .enquiry-box:first-child .call-icon,
  .enquiry-wrapper .enquiry-box:first-child .mail-icon {
    border-right: 1px solid #fff;
  }
}
.enquiry-wrapper .enquiry-box:hover {
  transform: translateX(0);
}
.enquiry-wrapper .enquiry-box:not(:first-child) {
  border-top: 0px solid #fff;
}
.enquiry-wrapper .enquiry-box .call-icon,
.enquiry-wrapper .enquiry-box .mail-icon {
  background-color: #433030;
  width: 47px;
  padding: 7px;
  font-size: 17px;
}
@media screen and (max-width: 999px) {
  .enquiry-wrapper .enquiry-box .call-icon,
  .enquiry-wrapper .enquiry-box .mail-icon {
    width: 100%;
    padding: 5px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .enquiry-wrapper .enquiry-box .call-icon a,
  .enquiry-wrapper .enquiry-box .mail-icon a {
    color: #fff !important;
  }
}
.enquiry-wrapper .enquiry-box .call-icon .mobvsisec,
.enquiry-wrapper .enquiry-box .mail-icon .mobvsisec {
  display: none;
}
@media screen and (max-width: 999px) {
  .enquiry-wrapper .enquiry-box .call-icon .mobvsisec,
  .enquiry-wrapper .enquiry-box .mail-icon .mobvsisec {
    display: inline-block;
    color: #fff !important;
    font-size: 18px;
    text-align: center;
  }
}
.enquiry-wrapper .enquiry-box .call-content {
  padding: 0px 7px;
}
@media screen and (max-width: 999px) {
  .enquiry-wrapper .enquiry-box .call-content {
    display: none;
  }
}
.enquiry-wrapper .enquiry-box .mail-content {
  padding-left: 18%;
}
@media screen and (max-width: 999px) {
  .enquiry-wrapper .enquiry-box .mail-content {
    display: none;
  }
}
.enquiry-wrapper .enquiry-box img {
  width: 32px;
  padding: 6px;
}
.enquiry-wrapper .enquiry-box a {
  color: #626262;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (max-width: 1366px) {
  .enquiry-wrapper .enquiry-box a {
    font-size: 14px;
  }
}

.press {
  width: 241px;
  position: absolute;
  right: 1%;
  bottom: 2%;
  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;
}

.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-dialog{
    margin:0px  1.5rem;
  }
}
.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;
}
.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;
}

input:focus, input:hover, textarea:focus, textarea:hover, button:focus, button:hover {
  outline: 0;
  box-shadow: unset;
}

.carousel-control-next, .carousel-control-prev {
  /* border: 1px solid #fff; */
  opacity: 1;
  width: 50px;
  background: #000;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-next {
  right: 5%;
}

.carousel-control-prev {
  left: 5%;
}

.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;
}

@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;
}
@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 pulse2 {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@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;
  }
}/*# sourceMappingURL=style.css.map */

#enquireform .input-group label {
  position: relative;
  display: block;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  text-align: left;
}
#enquireform label.error {
  color: rgb(246, 61, 61);
  font-size: 13px;
  position: absolute;
  bottom: -30px;
  font-weight: 700;
  left: 0px;
}
#ContactForm .input-group label {
  position: relative;
  display: block;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  text-align: left;
}
#ContactForm label.error {
  color: rgb(246, 61, 61);
  font-size: 13px;
  position: absolute;
  bottom: -26px;
  font-weight: 700;
  left: 0px;
}
.input-group input{
  border-radius: unset;
}
.btncenter{
  text-align: center;
}

@media screen and (max-width: 999px) {
  .wv-logo-media {
    width: 50% !important;
  }
}
  


/* ========== Pageloader Start ========= */
#pageloader-new {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #ffffff55;
  z-index: 100001;
  transform: translateY(0%);
  transition: all ease-in-out 3s;

  /* background-image: url(../imgs/texture-manthan.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#pageloader-new .loading-wrap{
        height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#pageloader-new.active {
  transform: translateY(-150%);
  transition: all ease-in-out 2s;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #000;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  }

  @keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
  } 
