/*@Media Query Mixin*/
/*@Media Query Mixin End*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #000;
  font-family: 'Adobe c Pro Regular';
}

.msemibold {
  font-family: 'Montserrat SemiBold';
}

.BodoniBkBT-Italic {
  font-family: 'Bodoni Bk BT';
  font-style: italic;
}

.AdobeGaramond-Italic {
  font-family: 'Adobe Garamond Pro Italic';
}

.Adobe-GaramondRegular {
  font-family: 'Adobe c Pro Regular';
}

.container {
  max-width: 81%;
}

@media screen and (max-width: 1700px) {
  .container {
    max-width: 97.5%;
  }
}

p, li, .size16 {
  font-size: 17px;
}

@media screen and (max-width: 1600px) {
  p, li, .size16 {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  li {
    font-size: 15px;
  }
}

.size58 {
  font-size: 48px;
  line-height: 43px;
}

@media screen and (max-width: 1600px) {
  .size58 {
    font-size: 40px;
    line-height: 39px;
  }
}

@media screen and (max-width: 600px) {
  .size58 {
    font-size: 32px;
    line-height: 29px;
  }
}

.size35 {
  font-size: 35px;
  line-height: 31px;
}

@media screen and (max-width: 1600px) {
  .size35 {
    font-size: 32px;
  }
}

@media screen and (max-width: 1400px) {
  .size35 {
    font-size: 28px;
    line-height: 17px;
  }
}

@media screen and (max-width: 600px) {
  .size35 {
    font-size: 27px;
    line-height: 27px;
  }
}

.size68 {
  font-size: 68px;
}

@media screen and (max-width: 1600px) {
  .size68 {
    font-size: 55px;
  }
}

@media screen and (max-width: 1400px) {
  .size68 {
    font-size: 45px;
  }
}

.size46 {
  font-size: 46px;
}

@media screen and (max-width: 1600px) {
  .size46 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1400px) {
  .size46 {
    font-size: 35px;
  }
}

.size22 {
  font-size: 22px;
}

@media screen and (max-width: 1600px) {
  .size22 {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .size22 {
    font-size: 18px;
  }
}

.size18 {
  font-size: 18px;
}

@media screen and (max-width: 1600px) {
  .size18 {
    font-size: 16px;
  }
}

.size26 {
  font-size: 26px;
}

@media screen and (max-width: 1600px) {
  .size26 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1400px) {
  .size26 {
    font-size: 22px;
  }
}

@media screen and (max-width: 600px) {
  .size26 {
    font-size: 19px;
  }
}

.clr1 {
  color: #a68a5b;
}

.clr2 {
  color: #707070;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  bottom: unset;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 600px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    bottom: unset;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.owl-carousel .owl-nav button.owl-prev .material-symbols-outlined, .owl-carousel .owl-nav button.owl-next .material-symbols-outlined {
  font-size: 2.5rem;
  color: #a5895a;
  padding: 10px;
  background: #fff;
}

@media screen and (max-width: 600px) {
  .owl-carousel .owl-nav button.owl-prev .material-symbols-outlined, .owl-carousel .owl-nav button.owl-next .material-symbols-outlined {
    font-size: 2rem;
    background: #fff;
    padding: 10px;
  }
}

.owl-carousel .owl-nav button.owl-prev.disable, .owl-carousel .owl-nav button.owl-next.disable {
  cursor: not-allowed;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.carousel-control-prev, .carousel-control-next, .owl-prev, .owl-next {
  opacity: 1;
}

.carousel-control-prev .material-symbols-outlined, .carousel-control-next .material-symbols-outlined, .owl-prev .material-symbols-outlined, .owl-next .material-symbols-outlined {
  font-size: 3.5rem;
}

@media screen and (max-width: 600px) {
  .carousel-control-prev .material-symbols-outlined, .carousel-control-next .material-symbols-outlined, .owl-prev .material-symbols-outlined, .owl-next .material-symbols-outlined {
    font-size: 2rem;
    background: #fff;
    padding: 10px;
    color: #a5895a;
  }
}

header .navbar {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 999;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-shadow: 0 0 90px 0 #0000003b;
          box-shadow: 0 0 90px 0 #0000003b;
}

@media screen and (max-width: 999px) {
  header .navbar {
    padding: 1.2rem 0;
  }
}

@media screen and (max-width: 600px) {
  header .navbar {
    padding: 0.5rem 0;
  }
}

header .navbar.scrolled .navbar-brand {
  width: 23%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1700px) {
  header .navbar.scrolled .navbar-brand {
    width: 17%;
  }
}

@media screen and (max-width: 1500px) {
  header .navbar.scrolled .navbar-brand {
    width: 15%;
  }
}

@media screen and (max-width: 999px) {
  header .navbar.scrolled .navbar-brand {
    width: 43%;
  }
}

@media screen and (max-width: 500px) {
  header .navbar.scrolled .navbar-brand {
    width: 42%;
  }
}

header .navbar .container {
  padding: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

header .navbar .navbar-brand {
  width: 26%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1700px) {
  header .navbar .navbar-brand {
    width: 19%;
  }
}

@media screen and (max-width: 1500px) {
  header .navbar .navbar-brand {
    width: 18%;
  }
}

@media screen and (max-width: 1300px) {
  header .navbar .navbar-brand {
    width: 19.8%;
  }
}

@media screen and (max-width: 1200px) {
  header .navbar .navbar-brand {
    width: 13%;
  }
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-brand {
    width: 43%;
  }
}

@media screen and (max-width: 500px) {
  header .navbar .navbar-brand {
    width: 48%;
    margin: 0;
    padding-left: 15px;
  }
}

header .navbar .navbar-toggler {
  margin-left: auto;
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (max-width: 500px) {
  header .navbar .navbar-toggler {
    margin: 10px 15px 10px auto;
  }
}

header .navbar .navbar-nav {
  font-weight: 600;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin-bottom: 0.5rem;
}

header .navbar .navbar-nav .nav-item {
  padding-right: 0.7rem;
  padding-left: 0.7rem;
}

@media screen and (max-width: 1600px) {
  header .navbar .navbar-nav .nav-item {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item {
    padding-right: 0;
    padding-left: 0;
  }
  header .navbar .navbar-nav .nav-item:last-child .nav-link {
    border: 0;
  }
}

header .navbar .navbar-nav .nav-item .nav-link {
  font-family: 'Adobe c Pro Regular';
  padding-right: 10px;
  padding-left: 10px;
  font-size: 17px;
  color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 1600px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
}

@media screen and (max-width: 1500px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    text-align: right;
    border-bottom: 1px solid #626262;
    padding: 1rem 0.7rem;
  }
}

@media screen and (max-width: 600px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}

header .navbar .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  background: #a5895a;
  height: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin: 0 auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: -1;
}

header .navbar .navbar-nav .nav-item .nav-link:hover, header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header .navbar .navbar-nav .nav-item .nav-link:hover::before, header .navbar .navbar-nav .nav-item .nav-link.active::before {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}

header .navbar.scrolled {
  position: fixed;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-shadow: 0 0 90px 0 #0000003b;
          box-shadow: 0 0 90px 0 #0000003b;
}

header .calltop {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  right: 4%;
  top: 0;
  font-weight: 700;
  text-transform: uppercase;
  background: #640a01;
  color: #fff;
  padding: 5px 17px;
  vertical-align: middle;
}

@media screen and (max-width: 999px) {
  header .calltop {
    right: 0;
    top: 24px;
    padding: 5px 17px;
    left: 0;
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  header .calltop {
    width: 100%;
    text-align: center;
    right: 0;
    top: 0;
  }
}

header .calltop p {
  margin-bottom: 0;
  color: #fff;
}

header .calltop a {
  text-decoration: none;
  color: #626262;
  color: #fff;
}

.topbanner {
  position: relative;
  width: 100%;
  padding: 121px 0 0;
}

@media screen and (max-width: 1700px) {
  .topbanner {
    padding: 100px 0 0;
  }
}

@media screen and (max-width: 1500px) {
  .topbanner {
    padding: 88px 0 0;
  }
}

@media screen and (max-width: 1300px) {
  .topbanner {
    padding: 79px 0 0;
  }
}

@media screen and (max-width: 999px) {
  .topbanner {
    padding: 114px 0 0;
  }
}

@media screen and (max-width: 600px) {
  .topbanner {
    padding: 72px 0 0;
  }
}

.topbanner .carousel-item {
  position: relative;
}

.topbanner .carousel-item img.w-100 {
  -webkit-animation: animationimg 6s forwards;
          animation: animationimg 6s forwards;
}

@media screen and (max-width: 600px) {
  .topbanner .carousel-item {
    overflow: hidden;
  }
  .topbanner .carousel-item img.w-100 {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
}

.topbanner .carousel-item .overlay {
  position: absolute;
  width: 32%;
  z-index: 1;
  right: 12%;
  top: 6%;
  background: #000;
  text-align: center;
  padding: 2rem 3rem;
}

@media screen and (max-width: 1500px) {
  .topbanner .carousel-item .overlay {
    right: 5%;
  }
}

@media screen and (max-width: 600px) {
  .topbanner .carousel-item .overlay {
    width: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: transparent;
    top: unset;
    bottom: 1rem;
    padding: 1rem 15px;
    text-align: left;
  }
  .topbanner .carousel-item .overlay .size58 {
    font-size: 30px;
    line-height: 28px;
    display: block;
    top: 0;
  }
  .topbanner .carousel-item .overlay p, .topbanner .carousel-item .overlay li, .topbanner .carousel-item .overlay .size16 {
    font-size: 15px;
    color: #fff;
  }
}

@media screen and (max-width: 1500px) {
  .topbanner .carousel-item .overlay .img {
    width: 50%;
    margin: 1.5rem auto;
  }
}

@media screen and (max-width: 600px) {
  .topbanner .carousel-item .overlay .img {
    display: none;
  }
}

#overview {
  position: relative;
  background: url("../img/bg.jpg") repeat;
  border-top: 1px solid #000;
}

#overview .sec01 {
  padding: 2.5rem 0;
}

@media screen and (max-width: 600px) {
  #overview .sec01 h2 span {
    display: block;
  }
}

@media screen and (max-width: 999px) {
  #overview .orchage {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

#overview p.lettspac {
  letter-spacing: 2px;
}

#overview .imbra {
  width: 143px;
  margin: 2.9rem 0 0;
}

#overview .carousel {
  border: 5px solid #fff;
}

@media screen and (max-width: 600px) {
  #overview .carousel-control-next {
    right: -4px;
  }
}

@media screen and (max-width: 600px) {
  #overview .carousel-control-prev {
    left: -4px;
  }
}

#overview .sec02 {
  padding: 2.5rem 0;
}

#overview .sec02 .listtxt li {
  margin-bottom: 10px;
}

#overview .sec02 .owl-carousel .incont {
  height: 705px;
}

@media screen and (max-width: 600px) {
  #overview .sec02 .owl-carousel .incont {
    height: 537px;
  }
}

#overview .sec02 .owl-carousel .item ul {
  width: 93%;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  #overview .sec02 .owl-carousel .item ul {
    width: 100%;
  }
}

#overview .sec02 .owl-carousel .item ul li p {
  text-align: left;
}

.incont {
  background: #fff;
  padding: 30px 15px 0;
  height: 768px;
}

@media screen and (max-width: 1500px) {
  .incont {
    height: 681px;
  }
}

@media screen and (max-width: 600px) {
  .incont {
    height: 508px;
    padding: 30px 10px 0;
  }
  .incont .mbbt {
    display: block;
  }
}

.incont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 0;
  list-style-type: none;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 600px) {
  .incont ul {
    padding: 0.5rem 0;
  }
}

.incont ul li {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
  padding: 1rem 0;
}

@media screen and (max-width: 600px) {
  .incont ul li {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.incont ul li h5, .incont ul li p {
  margin: 0;
}

.incont ul li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 90%;
  top: 5%;
  background: #a5895a;
  right: 0;
}

@media screen and (max-width: 600px) {
  .incont ul li::before {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    top: unset;
  }
}

.incont ul li:nth-child(1) {
  text-align: right;
  padding-left: 15px;
  padding-right: 2rem;
}

@media screen and (max-width: 1500px) {
  .incont ul li:nth-child(1) {
    padding-right: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .incont ul li:nth-child(1) {
    text-align: left;
    padding: 10px 8px;
  }
}

.incont ul li:nth-child(2) {
  padding-right: 15px;
  padding-left: 2rem;
}

@media screen and (max-width: 1500px) {
  .incont ul li:nth-child(2) {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .incont ul li:nth-child(2) {
    text-align: left;
    padding: 10px 8px;
  }
  .incont ul li:nth-child(2) p {
    font-size: 15px;
  }
}

.incont ul li:nth-child(2)::before {
  content: unset;
}

#Amenities {
  position: relative;
  background: #000;
  padding: 5rem 0;
}

@media screen and (max-width: 999px) {
  #Amenities {
    padding: 2.5rem 0;
  }
}

#Configuration {
  position: relative;
  background: url(../img/bg.jpg) repeat;
  border-top: 1px solid #000;
  padding: 5rem 0;
}

#Configuration .carousel-control-prev, #Configuration .carousel-control-next, #Configuration .owl-prev, #Configuration .owl-next {
  width: 5%;
}

#Configuration .carousel-control-prev .material-symbols-outlined, #Configuration .carousel-control-next .material-symbols-outlined, #Configuration .owl-prev .material-symbols-outlined, #Configuration .owl-next .material-symbols-outlined {
  color: #000;
}

@media screen and (max-width: 600px) {
  #Configuration .carousel-control-prev .material-symbols-outlined, #Configuration .carousel-control-next .material-symbols-outlined, #Configuration .owl-prev .material-symbols-outlined, #Configuration .owl-next .material-symbols-outlined {
    color: #a5895a;
  }
}

#Configuration .carousel-control-prev {
  left: 24%;
}

@media screen and (max-width: 600px) {
  #Configuration .carousel-control-prev {
    left: 0%;
  }
}

@media screen and (max-width: 600px) {
  #Configuration .carousel-control-next {
    right: 4px;
  }
}

@media screen and (max-width: 600px) {
  #Configuration .carousel-control-prev {
    left: 4px;
  }
}

#Configuration .sec01 {
  background: #fff;
  padding: 1.8rem;
}

@media screen and (max-width: 600px) {
  #Configuration .sec01 {
    padding: 2.5rem 15px;
  }
}

#Configuration .sec01 .txt {
  margin-top: 5rem;
}

@media screen and (max-width: 600px) {
  #Configuration .sec01 .txt {
    margin-top: 0;
    margin-bottom: 2.5rem;
  }
}

#Configuration .sec01 .txt h4 {
  position: relative;
  padding: 7px 0;
}

#Configuration .sec01 .txt h4::before {
  content: '';
  background: #a5895a;
  width: 80%;
  left: 0;
  bottom: 0;
  height: 2px;
  position: absolute;
}

#Configuration .img {
  position: relative;
  cursor: pointer;
}

#Configuration .img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#Configuration .img .overlay .material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 48;
  color: #000;
  font-size: 7rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 600px) {
  #Configuration .img .overlay .material-symbols-outlined {
    font-size: 3rem;
  }
}

#Configuration .img:hover .overlay {
  background: #0000009c;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#Configuration .img:hover .overlay .material-symbols-outlined {
  color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#location {
  position: relative;
  background: #000;
  padding: 5rem 0;
  border-top: 1px solid #000;
}

#location .sec01 {
  background: #fff;
  padding: 1.8rem;
}

@media screen and (max-width: 999px) {
  #location .ordch {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

#location .img {
  border: 2px solid #a5895a;
}

#location ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 1rem;
}

#location ul li {
  margin-bottom: 10px;
}

#location h5 {
  margin-top: 2rem;
  line-height: 40px;
}

@media screen and (max-width: 600px) {
  #location h5 {
    line-height: 30px;
  }
  #location h5 .size26 {
    font-size: 18px;
  }
}

#About {
  position: relative;
  background: url(../img/bg.jpg) repeat;
  border-top: 1px solid #000;
  padding: 5rem 0;
}

#About .sec01 {
  background: url("../img/aboutus/Stella-Website.webp") no-repeat;
  padding: 1.8rem;
  background-size: cover;
}

@media screen and (max-width: 1300px) {
  #About .sec01 {
    background-position: -6rem 0;
  }
}

@media screen and (max-width: 999px) {
  #About .sec01 {
    background: #c0d5da;
    padding: 4rem 0 0;
  }
}

#About .content {
  text-align: center;
}

@media screen and (max-width: 1600px) {
  #About .content {
    padding: 0 4rem;
  }
}

@media screen and (max-width: 999px) {
  #About .content {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 600px) {
  #About .content {
    text-align: left;
  }
}

#About .content .imglo {
  margin-bottom: 1rem;
}

@media screen and (max-width: 1600px) {
  #About .content .imglo {
    width: 50%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1400px) {
  #About .content .imglo {
    width: 40%;
  }
}

@media screen and (max-width: 600px) {
  #About .content .imglo {
    width: 65%;
    margin: 0;
  }
}

#About .content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#About .content ul li {
  font-family: 'Adobe c Pro Regular';
  color: #fff;
  width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  padding: 0 15px;
  position: relative;
}

@media screen and (max-width: 600px) {
  #About .content ul li {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 20px 15px;
  }
}

#About .content ul li::before {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  background: #fff;
  height: 70%;
  top: 15%;
}

@media screen and (max-width: 600px) {
  #About .content ul li::before {
    width: 80%;
    left: 0;
    margin: 0 auto;
    top: unset;
    bottom: 0;
    height: 1px;
  }
}

#About .content ul li:last-child::before {
  content: unset;
}

#Contact {
  position: relative;
  padding: 5rem 0;
  text-align: center;
  background: #000;
  border-top: 1px solid #000;
}

#Contact p {
  font-family: 'Adobe Garamond Pro Italic';
}

#Contact a {
  text-decoration: none;
  color: #fff;
  font-family: 'Adobe Garamond Pro Italic';
}

@media screen and (max-width: 1600px) {
  #Contact .img {
    width: 35%;
    margin: 0 auto;
  }
}

button.btn:focus {
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.enquiry-wrapper {
  position: fixed;
  right: 0;
  top: 15%;
  z-index: 99;
}

@media screen and (max-width: 1556px) {
  .enquiry-wrapper {
    top: 20%;
  }
}

@media screen and (max-width: 768px) {
  .enquiry-wrapper {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .enquiry-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    top: unset;
    bottom: 0;
  }
}

.enquiry-wrapper .enquiry-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  cursor: pointer;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
  -webkit-transition: all ease-in .5s;
  transition: all ease-in .5s;
  border: 1px solid #fff;
}

@media screen and (max-width: 1366px) {
  .enquiry-wrapper .enquiry-box {
    -webkit-transform: translateX(222px);
            transform: translateX(222px);
  }
}

@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
    text-align: center;
    border: 0px solid #fff;
  }
}

.enquiry-wrapper .enquiry-box:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.enquiry-wrapper .enquiry-box:not(:first-child) {
  border-top: 1px solid #fff;
}

@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box:nth-child(1) {
    border-top: 1px solid #fff !important;
  }
}

.enquiry-wrapper .enquiry-box .call-icon,
.enquiry-wrapper .enquiry-box .mail-icon {
  background-color: #a5895a;
  width: 47px;
  padding: 7px;
}

@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .call-icon,
  .enquiry-wrapper .enquiry-box .mail-icon {
    width: 99%;
    padding: 1px;
  }
}

.enquiry-wrapper .enquiry-box .call-icon .mobvsisec,
.enquiry-wrapper .enquiry-box .mail-icon .mobvsisec {
  display: none;
}

@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .call-icon .mobvsisec,
  .enquiry-wrapper .enquiry-box .mail-icon .mobvsisec {
    display: block;
    color: #fff;
    font-size: 8px;
    text-align: center;
  }
}

.enquiry-wrapper .enquiry-box .call-content {
  padding: 0px 7px;
}

@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .call-content {
    display: none;
  }
}

.enquiry-wrapper .enquiry-box .mail-content {
  padding-left: 18%;
}

@media screen and (max-width: 500px) {
  .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;
  }
}

input, select, textarea {
  font-size: 14px;
  background-color: transparent;
  color: #626262;
  border: none;
  border: 1px solid #626262;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 10px;
}

@media screen and (max-width: 500px) {
  input, select, textarea {
    padding: 8px;
  }
}

textarea {
  resize: none;
}

@media screen and (max-width: 500px) {
  .modal-title {
    font-size: 1rem;
    line-height: normal;
  }
}

#thank-you {
  text-align: center;
  height: 100vh;
  padding: 11% 0;
  background: #000;
}

@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: 50%;
  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: 3.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;
  color: #fff;
}

@media screen and (max-width: 500px) {
  #thank-you p {
    font-size: 0.9em;
  }
}

.modal ul {
  margin: 0;
  padding: 0;
}

.modal .modal-body {
  padding: 6% 6%;
}

@media screen and (max-width: 500px) {
  .modal .modal-body {
    padding: 0% 6% 6%;
  }
}

.modal .modal-body ul {
  list-style: none;
}

.modal .custom-reg-btn {
  display: inline-block;
}

.modal .custom-close {
  position: absolute;
  right: -19px;
  top: -21px;
  padding: 0.3rem .6rem;
  color: #fff;
  font-size: 2.5rem;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
}

@media screen and (max-width: 500px) {
  .modal .custom-close {
    right: 3px;
    top: -28px;
  }
}

.modal .custom-close:hover {
  color: #626262;
}

.carousel-indicators, .owl-dots {
  text-align: center;
}

.carousel-indicators li, .carousel-indicators .owl-dot, .owl-dots li, .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  border: 0;
  opacity: 1 !important;
  position: relative;
  margin: 0 7px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  cursor: pointer;
}

.carousel-indicators li::before, .carousel-indicators .owl-dot::before, .owl-dots li::before, .owl-dots .owl-dot::before {
  content: '';
  border: 1px solid #c4a96d;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(1.66);
          transform: scale(1.66);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  top: 0;
}

.carousel-indicators li.active, .carousel-indicators li:hover, .carousel-indicators .owl-dot.active, .carousel-indicators .owl-dot:hover, .owl-dots li.active, .owl-dots li:hover, .owl-dots .owl-dot.active, .owl-dots .owl-dot:hover {
  background: #c4a96d !important;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.carousel-indicators li.active::before, .carousel-indicators li:hover::before, .carousel-indicators .owl-dot.active::before, .carousel-indicators .owl-dot:hover::before, .owl-dots li.active::before, .owl-dots li:hover::before, .owl-dots .owl-dot.active::before, .owl-dots .owl-dot:hover::before {
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

button.btn {
  font-size: 16px;
  padding: 0.6rem 1.5rem;
  position: relative;
  z-index: 1;
  border-radius: 0;
  border: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #fff;
  transition: all 0.6s ease;
  border: 1px solid #640a01;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  background: #dfc185;
}

button.btn i.fa {
  color: #640a01;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

button.btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0%;
  background: #640a01;
  bottom: 0;
  z-index: -1;
  left: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 600px) {
  button.btn {
    font-size: 14px;
    padding: 0.4rem 1.5rem;
  }
}

button.btn:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #fff;
}

button.btn:hover i.fa {
  color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

button.btn:hover::before {
  height: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

button.btn:focus {
  outline: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

#scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 13px;
  right: 8px;
  background: #000;
  width: 40px;
  height: 36px;
  z-index: 9999;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-shadow: 0 4px 8px #ffffff3d;
          box-shadow: 0 4px 8px #ffffff3d;
}

@media screen and (max-width: 600px) {
  #scroll {
    width: 40px;
    height: 32px;
    bottom: 52px;
  }
}

#scroll:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 4px #00000061;
          box-shadow: 0 2px 4px #00000061;
}

@-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    opacity: 0;
  }
}

@keyframes ping {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    opacity: 0;
  }
}

@-webkit-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 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;
  }
}

@-webkit-keyframes animationimg {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes animationimg {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@font-face {
  font-family: 'Bodoni Bk BT';
  src: url("../fonts/BodoniBT-BookItalic.woff2") format("woff2"), url("../fonts/BodoniBT-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bodoni Bk BT';
  src: url("../fonts/BodoniBT-Book.woff2") format("woff2"), url("../fonts/BodoniBT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat Regular';
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat SemiBold';
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Thin.woff2") format("woff2"), url("../fonts/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Adobe Garamond Pro Italic';
  src: url("../fonts/AGaramondPro-Italic.woff2") format("woff2"), url("../fonts/AGaramondPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/*# sourceMappingURL=style.css.map */