/*@Media Query Mixin*/
/*@Media Query Mixin End*/
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,300,0,0");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 1600px) {
  body {
    font-size: 15px;
  }
}

.fsize90 {
  font-size: 90px;
}
@media screen and (max-width: 1600px) {
  .fsize90 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1500px) {
  .fsize90 {
    font-size: 70px;
  }
}
@media screen and (max-width: 999px) {
  .fsize90 {
    font-size: 56px;
  }
}
@media screen and (max-width: 600px) {
  .fsize90 {
    font-size: 35px;
  }
}

.fsize68 {
  font-size: 68px;
  line-height: 60px;
}
@media screen and (max-width: 1700px) {
  .fsize68 {
    font-size: 60px;
    line-height: 52px;
  }
}
@media screen and (max-width: 1500px) {
  .fsize68 {
    font-size: 50px;
    line-height: 48px;
  }
}
@media screen and (max-width: 999px) {
  .fsize68 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 600px) {
  .fsize68 {
    font-size: 32px;
    line-height: 35px;
  }
}

.fsize44 {
  font-size: 44px;
}
@media screen and (max-width: 1600px) {
  .fsize44 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1400px) {
  .fsize44 {
    font-size: 30px;
  }
}
@media screen and (max-width: 999px) {
  .fsize44 {
    font-size: 26px;
  }
}

.fsize52 {
  font-size: 52px;
  line-height: 1.1;
}
@media screen and (max-width: 1700px) {
  .fsize52 {
    font-size: 47px;
  }
}
@media screen and (max-width: 1600px) {
  .fsize52 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1400px) {
  .fsize52 {
    font-size: 38px;
  }
}
@media screen and (max-width: 999px) {
  .fsize52 {
    font-size: 31px;
  }
}
@media screen and (max-width: 600px) {
  .fsize52 {
    font-size: 25px;
    line-height: 1.2;
  }
}

.fsize32 {
  font-size: 32px;
}
@media screen and (max-width: 1600px) {
  .fsize32 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1500px) {
  .fsize32 {
    font-size: 23px;
  }
}
@media screen and (max-width: 1400px) {
  .fsize32 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1300px) {
  .fsize32 {
    font-size: 19px;
  }
}
@media screen and (max-width: 999px) {
  .fsize32 {
    font-size: 18px;
  }
}

.size36 {
  font-size: 36px;
}
@media screen and (max-width: 1600px) {
  .size36 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1400px) {
  .size36 {
    font-size: 28px;
  }
}
@media screen and (max-width: 999px) {
  .size36 {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .size36 {
    font-size: 22px;
  }
}

.size30 {
  font-size: 30px;
}
@media screen and (max-width: 1600px) {
  .size30 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1400px) {
  .size30 {
    font-size: 23px;
  }
}
@media screen and (max-width: 999px) {
  .size30 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .size30 {
    font-size: 15px;
  }
}

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

.size20 {
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .size20 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .size20 {
    font-size: 17px;
  }
}
@media screen and (max-width: 999px) {
  .size20 {
    font-size: 16px;
  }
}

.size24 {
  font-size: 24px;
}
@media screen and (max-width: 1600px) {
  .size24 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1400px) {
  .size24 {
    font-size: 20px;
  }
}
@media screen and (max-width: 999px) {
  .size24 {
    font-size: 19px;
  }
}

.size60 {
  font-size: 45px;
}

@media screen and (max-width: 1700px) {
  .size60 {
    font-size: 35px;
  }
}
@media screen and (max-width: 600px) {
  .size60 {
    font-size: 28px;
  }
}
p,
li {
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  p,
  li {
    font-size: 14px;
  }
}

.listtxt {
  padding: 0 0 0 21px;
}
.listtxt li {
  margin-bottom: 7px;
}

.container {
  max-width: 85%;
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 94%;
  }
}
@media screen and (max-width: 999px) {
  .container {
    max-width: 96%;
  }
}

.container2 {
  max-width: 87%;
}
@media screen and (max-width: 1500px) {
  .container2 {
    max-width: 95%;
  }
}
@media screen and (max-width: 999px) {
  .container2 {
    max-width: 96%;
    margin: 0 auto;
  }
}

.clr1 {
  color: #9d7039;
}

.clr2 {
  color: #ebb47c;
}

.clr3 {
  color: #534135;
}

.clr4 {
  color: #ccc;
}

.clr6 {
  color: #000;
}

.clr5 {
  color: #cdaf63;
}

.txtdec {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.titlefnt {
  font-family: "Cormorant Unicase", serif;
  font-weight: 400;
  font-style: normal;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
  font-family: "Gotham";
}

.bold {
  font-weight: bold;
}

.gbook {
  font-family: "Gotham Book";
  font-weight: normal;
}

.circle-full-anim {
  animation: circle-full 1.9s ease-in forwards;
}

.brredius {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 247px 247px 0 0;
}
@media screen and (max-width: 999px) {
  .brredius {
    border-radius: 340px 340px 0 0;
  }
}
.brredius img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.bgclrcliptwo {
  background: #cf9b69;
  background: linear-gradient(205deg, #cf9b69 0%, #905d3f 100%);
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.atisstim {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 10px;
  right: 12px;
  bottom: 12px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .atisstim {
    font-size: 9px;
  }
}
.atisstim.left {
  left: 12px;
  right: unset;
}

.img {
  position: relative;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  width: 47px;
  height: 47px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s ease;
}
.carousel .carousel-control-prev .material-symbols-outlined,
.carousel .carousel-control-next .material-symbols-outlined {
  font-weight: 300;
}
@media screen and (max-width: 1500px) {
  .carousel .carousel-control-prev,
  .carousel .carousel-control-next {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 600px) {
  .carousel .carousel-control-prev,
  .carousel .carousel-control-next {
    width: 40px;
    height: 40px;
  }
}
.carousel .carousel-control-prev:hover,
.carousel .carousel-control-next:hover {
  transition: all 0.6s ease;
  background: #fff;
  color: #2c569c;
}
.carousel .carousel-control-prev {
  left: 2.5%;
}
.carousel .carousel-control-prev .material-symbols-outlined {
  transform: rotate(-180deg);
}
.carousel .carousel-control-next {
  right: 2.5%;
}

.overlycricle {
  width: 80px;
  height: 80px;
  background: #d1a474;
  position: absolute;
  border-radius: 50%;
  left: 2%;
  bottom: 5%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .overlycricle {
    width: 50px;
    height: 50px;
  }
}
.overlycricle .material-symbols-outlined {
  font-size: 2.5rem;
}
@media screen and (max-width: 999px) {
  .overlycricle .material-symbols-outlined {
    font-size: 1.5rem;
  }
}

.arrowdScroll {
  color: #fff;
  position: fixed;
  right: 1%;
  bottom: 3%;
  background: #00391b;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 29px;
  align-items: center;
  text-align: center;
}
.arrowdScroll span {
  font-size: 29px;
}

.img {
  position: relative;
}
.img .artistim {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff !important;
  font-size: 10px;
  margin: 0;
}
.img .artistim.right {
  left: unset;
  right: 10px;
}

.btn2 {
  display: inline-block;
  padding: 16px 36px;
  background-color: transparent;
  color: #9e723c;
  border: 1px solid #9e723c;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  text-decoration: none;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1500px) {
  .btn2 {
    padding: 13px 32px;
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .btn2 {
    padding: 8px 25px;
    font-size: 14px;
  }
}

/* Smooth background fill effect on hover */
.btn2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9e723c;
  z-index: -1;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.6s ease;
}

.btn2:hover {
  color: #f3ece1; /* Matches beige container background */
  text-decoration: none;
  transition: all 0.6s ease;
}

.btn2:hover::before {
  transform: translateY(0);
  transition: all 0.6s ease;
}

.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 2.9rem;
}
.owl-carousel .owl-nav button {
  width: 47px;
  height: 47px;
  position: unset;
}
@media screen and (max-width: 999px) {
  .owl-carousel .owl-nav button {
    width: 38px;
    height: 38px;
  }
}
.owl-carousel .owl-nav button span {
  display: none !important;
}
.owl-carousel .owl-nav button.disabled {
  opacity: 0.4;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -2%;
  background: url("../img/leftarrow.png") no-repeat !important;
  background-size: 100% !important;
}
.owl-carousel .owl-nav button.owl-next {
  right: -2%;
  background: url("../img/rightarrow.png") no-repeat !important;
  background-size: 100% !important;
}

header .navbar {
  background: rgba(0, 0, 0, 0.2274509804);
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 111;
  transition: all 0.6s ease;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 0;
}
@media screen and (max-width: 999px) {
  header .navbar {
    padding: 28px 0 20px;
    backdrop-filter: blur(4px);
  }
}
@media screen and (max-width: 600px) {
  header .navbar {
    padding: 6px 0 1px;
  }
}
header .navbar::before, header .navbar::after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.568627451);
}
header .navbar::before {
  left: 0%;
  width: 7%;
}
@media screen and (max-width: 1500px) {
  header .navbar::before {
    width: 4%;
  }
}
@media screen and (max-width: 600px) {
  header .navbar::before {
    content: unset;
    width: 0;
  }
}
header .navbar::after {
  right: 0%;
  width: 83%;
}
@media screen and (max-width: 1500px) {
  header .navbar::after {
    width: 88%;
  }
}
@media screen and (max-width: 600px) {
  header .navbar::after {
    width: 100%;
  }
}
header .navbar.scrolled {
  position: fixed;
  transition: all 0.6s ease;
  box-shadow: 0 8px 17px rgba(221, 165, 114, 0.1411764706);
  background: rgba(0, 0, 0, 0.6431372549);
  backdrop-filter: blur(4px);
}
header .navbar.scrolled .navbar-brand {
  width: 9.5%;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1500px) {
  header .navbar.scrolled .navbar-brand {
    width: 8%;
  }
}
@media screen and (max-width: 999px) {
  header .navbar.scrolled .navbar-brand {
    width: 17%;
  }
}
@media screen and (max-width: 600px) {
  header .navbar.scrolled .navbar-brand {
    width: 23%;
  }
}
header .navbar .container {
  position: relative;
}
@media screen and (max-width: 999px) {
  header .navbar .container {
    max-width: 100%;
    padding: 0;
  }
}
header .navbar .navbar-brand {
  width: 10.2%;
  top: 18px;
  z-index: 11;
  transition: all 0.6s ease;
  position: absolute;
  left: 15px;
}
header .navbar .navbar-brand img {
  filter: brightness(1);
}
@media screen and (max-width: 1500px) {
  header .navbar .navbar-brand {
    width: 11%;
  }
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-brand {
    width: 19%;
    margin-left: 20px;
    top: -14px;
  }
}
@media screen and (max-width: 600px) {
  header .navbar .navbar-brand {
    width: 23%;
    margin-left: 20px;
    position: unset;
  }
}
header .navbar .corplogo {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 9%;
}
@media screen and (max-width: 1500px) {
  header .navbar .corplogo {
    width: 8.5%;
  }
}
@media screen and (max-width: 999px) {
  header .navbar .corplogo {
    width: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -6px;
  }
}
@media screen and (max-width: 600px) {
  header .navbar .corplogo {
    width: 23%;
    top: 28px;
    padding: 11px 0;
  }
  header .navbar .corplogo::before {
    content: "";
    width: 1px;
    height: 80%;
    top: 10%;
    background: #fff;
    position: absolute;
    left: -22%;
    opacity: 0.5;
  }
}
header .navbar .navbar-toggler {
  border: 1px solid #fff;
  color: #fff;
  padding: 0.45rem 0.75rem;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-toggler {
    margin-left: auto;
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  header .navbar .navbar-toggler {
    margin-right: 15px;
  }
}
header .navbar .navbar-toggler.collapsed .menu {
  display: block;
}
header .navbar .navbar-toggler.collapsed .close1 {
  display: none;
}
header .navbar .navbar-toggler .menu {
  display: none;
}
header .navbar .navbar-toggler .close1 {
  display: block;
}
header .navbar .navbar-nav {
  margin-top: 4rem;
}
@media screen and (max-width: 1600px) {
  header .navbar .navbar-nav {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 1500px) {
  header .navbar .navbar-nav {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 1400px) {
  header .navbar .navbar-nav {
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav {
    margin-right: auto !important;
  }
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav {
    margin-top: 1rem;
  }
}
header .navbar .navbar-nav .nav-item {
  margin: 0;
  padding: 0;
  position: relative;
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  padding: 15px 12px 15px;
  position: relative;
  transition: all 0.6s ease;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1700px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 11px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    padding: 1.1rem 2rem;
    text-align: right;
    border-bottom: 1px solid #fff;
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.9rem 1rem;
    font-size: 14px;
  }
}
header .navbar .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0%;
  background: #fff;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: scaleX(0);
}
header .navbar .navbar-nav .nav-item .nav-link:hover, header .navbar .navbar-nav .nav-item .nav-link.active {
  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 {
  transition: all 0.6s ease;
  transform: scaleX(1);
}
header .navbar .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item:last-child .nav-link {
    padding: 1.1rem 2rem;
    border-bottom: 0 solid #fff;
  }
}
@media screen and (max-width: 600px) {
  header .navbar .navbar-nav .nav-item:last-child .nav-link {
    padding: 0.7rem 1rem;
  }
}

.artis {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .artis {
    bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .artis {
    bottom: 5px;
  }
}
.artis p {
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .artis p {
    font-size: 9px;
  }
}
@media screen and (max-width: 600px) {
  .artis p {
    font-size: 7px;
  }
}

#Home {
  position: relative;
}
#Home .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Home .overlay .lotxt {
  text-align: center;
  margin: 34% auto 0;
  width: 45%;
}
@media screen and (max-width: 600px) {
  #Home .overlay .lotxt {
    margin: 62% auto 0;
    width: 66%;
  }
}
#Home .parallax-top {
  filter: brightness(0.9);
}

.highlipints {
  position: relative;
  padding: 2.5rem 0;
}
.highlipints ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: no-wrap;
  border: 1px solid #cfcfd0;
  padding: 15px 0;
}
@media screen and (max-width: 999px) {
  .highlipints ul {
    flex-wrap: wrap;
    gap: 22px 0;
  }
}
.highlipints ul li {
  padding: 0.9em 2em;
  position: relative;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (max-width: 1700px) {
  .highlipints ul li {
    padding: 0.9em 1.5em;
  }
}
@media screen and (max-width: 1600px) {
  .highlipints ul li {
    padding: 0.9em 1.3em;
    font-size: 19px;
  }
}
@media screen and (max-width: 1500px) {
  .highlipints ul li {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 1300px) {
  .highlipints ul li {
    font-size: 16px;
    line-height: 1.3;
    padding: 0.5em 1.2em;
  }
}
@media screen and (max-width: 999px) {
  .highlipints ul li {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 52px;
  }
}
.highlipints ul li:last-child::before {
  content: unset;
}
.highlipints ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #a4a4a5;
  height: 100%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  .highlipints ul li {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 20px 15px;
  }
  .highlipints ul li::before {
    width: 80%;
    left: 10%;
    height: 1px;
    top: unset;
    bottom: 0;
  }
}

#Highlights {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  #Highlights {
    padding: 2.5rem 0;
  }
}
#Highlights::before {
  content: "";
  position: absolute;
  width: 18%;
  height: 100%;
  background: url(../img/Highlights-Pattern.png);
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  z-index: 1;
  left: 0;
}
@media screen and (max-width: 999px) {
  #Highlights::before {
    content: unset;
  }
}
#Highlights ul {
  list-style: disc;
  padding: 0 0 0 20px;
  margin: 0;
}
#Highlights ul li {
  margin: 0 0 5px;
}
#Highlights .img {
  position: relative;
}
@media screen and (max-width: 999px) {
  #Highlights .img {
    margin: 2.5rem 0;
  }
  #Highlights .img::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    background: url(../img/Highlights-Pattern.png);
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    z-index: 1;
    left: -7%;
  }
}
#Highlights .txt {
  padding: 0 15% 0 5%;
}
@media screen and (max-width: 1700px) {
  #Highlights .txt {
    padding: 0 7% 0 5%;
  }
}
@media screen and (max-width: 999px) {
  #Highlights .txt {
    padding: 20px 0 0;
  }
}
#Highlights .highlight-item {
  min-height: 60px;
  line-height: 1.3;
}
#Highlights .highlight-item .icon-wrapper {
  flex-shrink: 0;
  width: 59px;
  height: 59px;
  padding: 8px;
  border: 2px solid #c19357;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  #Highlights .highlight-item .icon-wrapper {
    width: 49px;
    height: 49px;
    border: 1px solid #c19357;
    padding: 7px;
  }
}
#Highlights .highlight-item .icon-wrapper img {
  max-width: 100%;
}
#Highlights .highlight-item .highlight-text {
  font-weight: 400;
}

#Location {
  position: relative;
  background: #f1e9d7;
  padding: 5rem 0;
}
@media screen and (max-width: 999px) {
  #Location {
    padding: 2.5rem 0;
  }
}
#Location::before {
  content: "";
  position: absolute;
  width: 17%;
  height: 100%;
  background: url(../img/location-pattern.png);
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  right: 0;
}
#Location ul {
  padding: 0 0 0 20px;
  margin: 0;
}
#Location ul li {
  margin: 0;
}
#Location .img {
  position: relative;
  cursor: pointer;
  transition: all 0.6s ease;
}
#Location .img:hover {
  transition: all 0.6s ease;
}
#Location .img:hover .oveloc {
  transition: all 0.6s ease;
  background: rgba(0, 0, 0, 0.5411764706);
}
#Location .img .oveloc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: right;
  padding: 4%;
  transition: all 0.6s ease;
}
#Location .img .oveloc .zoom-container {
  color: #fff;
}
#Location .img .oveloc .zoom-container .zoom-circle {
  border: 1px solid #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 4em;
  font-weight: 100;
  line-height: 1;
  font-family: "Inter", sans-serif;
}
#Location .img .oveloc .zoom-container .zoom-circle span {
  display: block;
  margin: -7px 0 0;
}
@media screen and (max-width: 1500px) {
  #Location .img .oveloc .zoom-container .zoom-circle {
    width: 75px;
    height: 75px;
    font-size: 3.2em;
  }
}
@media screen and (max-width: 999px) {
  #Location .img .oveloc .zoom-container .zoom-circle {
    width: 65px;
    height: 65px;
    font-size: 3em;
    margin: 0 auto 4px;
  }
}
#Location .img .oveloc .zoom-container .zoom-circle .zoom-label {
  text-align: center;
}

#WhyRoha {
  position: relative;
  padding: 5rem 0;
  background: url("../img/discover-roah-bg.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 999px) {
  #WhyRoha {
    padding: 2.5rem 0;
  }
}
#WhyRoha .sec02 ul {
  list-style: disc;
  padding: 0 0 0 20px;
  margin: 0;
}
#WhyRoha .sec02 ul li {
  margin: 0 0 5px;
}
#WhyRoha .sec02 .txt {
  padding: 0 15% 0 5%;
}
@media screen and (max-width: 1700px) {
  #WhyRoha .sec02 .txt {
    padding: 0 7% 0 5%;
  }
}
@media screen and (max-width: 999px) {
  #WhyRoha .sec02 .txt {
    padding: 20px 0 0;
  }
}
#WhyRoha .sec02 .img {
  position: relative;
}
#WhyRoha .sec02 .img .overlay2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0em 3em 2em;
}

.comoansec {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .comoansec {
    padding: 2.5rem 0 6rem;
  }
}
.comoansec::before {
  content: "";
  position: absolute;
  width: 62%;
  height: 50%;
  bottom: 0;
  right: 0;
  background: url(../img/facilities-pattern.png) no-repeat;
  background-size: 100%;
  background-position: right bottom;
}
@media screen and (max-width: 999px) {
  .comoansec::before {
    width: 100%;
    height: 11%;
    bottom: -11px;
    opacity: 0.7;
  }
}
.comoansec#Facilities {
  background: #ebe5d8;
}
.comoansec#Facilities::before {
  background: url("../img/facilities-pattern2.png") no-repeat;
  background-size: 100%;
  background-position: right bottom;
}
.comoansec#GrandEntrance::after {
  content: "";
  position: absolute;
  width: 8%;
  height: 20%;
  background: url(../img/Facilities-image-top.png) no-repeat;
  top: 0;
  background-size: 100%;
}
@media screen and (max-width: 600px) {
  .comoansec#GrandEntrance::after {
    width: 20%;
  }
}
.comoansec .arch-gallery {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
}
.comoansec .arch-gallery .arch-item {
  position: relative;
  overflow: hidden;
}
.comoansec .arch-gallery .arch-item .arch-main {
  width: 58%;
  z-index: 1;
  position: relative;
}
.comoansec .arch-gallery .arch-item .arch-txt {
  position: absolute;
  bottom: 40px;
  left: 25px;
  right: 25px;
  z-index: 2;
}
.comoansec .arch-gallery .arch-secondary {
  width: 48%;
  margin-left: -18%;
  margin-bottom: -30px;
  z-index: 2;
  box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.12);
  border: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  .comoansec .arch-gallery .arch-secondary {
    width: 100%;
    margin-left: -32%;
  }
}
.comoansec .txt {
  padding: 0 15% 0 5%;
}
@media screen and (max-width: 1700px) {
  .comoansec .txt {
    padding: 0 7% 0 5%;
  }
}
@media screen and (max-width: 999px) {
  .comoansec .txt {
    padding: 20px 0 0;
  }
}
.comoansec .txt ul {
  list-style: disc;
  padding: 0 0 0 20px;
  margin: 0;
}
.comoansec .txt ul li {
  margin: 0 0 5px;
}

.cler {
  clear: both;
}

#masterplan {
  padding: 5rem 0;
  background: #ddd7c9;
  backdrop-filter: blur(4px);
}
@media screen and (max-width: 999px) {
  #masterplan {
    padding: 2.5rem 0;
  }
}
#masterplan .img {
  cursor: pointer;
  position: relative;
}
#masterplan .img .oveloc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: right;
  padding: 4%;
  transition: all 0.6s ease;
}
#masterplan .img .oveloc .zoom-container {
  color: #9d7039;
}
#masterplan .img .oveloc .zoom-container .zoom-circle {
  border: 1px solid #9d7039;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9d7039;
  font-size: 4em;
  font-weight: 100;
  line-height: 1;
  font-family: "Inter", sans-serif;
}
#masterplan .img .oveloc .zoom-container .zoom-circle span {
  display: block;
  margin: -7px 0 0;
}
@media screen and (max-width: 1500px) {
  #masterplan .img .oveloc .zoom-container .zoom-circle {
    width: 75px;
    height: 75px;
    font-size: 3.2em;
  }
}
@media screen and (max-width: 999px) {
  #masterplan .img .oveloc .zoom-container .zoom-circle {
    width: 65px;
    height: 65px;
    font-size: 4em;
    margin: 0 auto 4px;
  }
}
#masterplan .img .oveloc .zoom-container .zoom-label {
  text-align: center;
}
#masterplan .img:hover {
  transition: all 0.6s ease;
}
#masterplan .img:hover .oveloc {
  transition: all 0.6s ease;
  background: rgba(0, 0, 0, 0.5411764706);
}
#masterplan .img:hover .oveloc .zoom-container {
  color: #fff;
}
#masterplan .img:hover .oveloc .zoom-container .zoom-circle {
  border-color: #fff;
  color: #fff;
}

#Gallery {
  padding: 5rem 0;
  position: relative;
}
@media screen and (max-width: 999px) {
  #Gallery {
    padding: 2.5rem 0;
  }
}
#Gallery .gallery-toggle {
  border: 1px solid #ded2c3;
  display: inline-flex;
  border-radius: 0;
}
@media screen and (max-width: 600px) {
  #Gallery .gallery-toggle {
    display: flex;
    flex-wrap: wrap;
  }
}
#Gallery .gallery-toggle .btn-toggle {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: #a38b6c;
  padding: 12px 28px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 600px) {
  #Gallery .gallery-toggle .btn-toggle {
    max-width: 50%;
    flex: 0 0 50%;
    font-size: 16px;
  }
}
#Gallery .gallery-toggle .btn-toggle:first-child {
  border-right: 1px solid #ded2c3;
}
#Gallery .gallery-toggle .btn-toggle.active, #Gallery .gallery-toggle .btn-toggle:hover {
  background-color: #f4ede4;
  color: #a38b6c;
}
#Gallery .gallery-toggle .btn-toggle:focus {
  box-shadow: none;
}
#Gallery .video-container {
  border-radius: 16px;
  overflow: hidden;
  background-color: #000;
}
#Gallery .gallery-item {
  cursor: pointer;
}
#Gallery .gallery-item .img-wrapper {
  width: 100%;
  aspect-ratio: 1/0.9;
  border-radius: 16px;
  overflow: hidden;
  background-color: #f1f1f1;
}
#Gallery .gallery-item .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  transition: all 0.4s ease;
}
#Gallery .gallery-item .img-wrapper:hover img {
  transform: scale(1.09);
  filter: brightness(0.6);
  transition: all 0.4s ease;
}
#Gallery .gallery-item .item-title {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 2px;
  text-transform: uppercase;
}

.faqs {
  padding: 5rem 0;
  position: relative;
}
@media screen and (max-width: 999px) {
  .faqs {
    padding: 2.5rem 0;
  }
}
.faqs .custom-accordion .card {
  border: none;
  background-color: #ebe5d8;
  border-radius: 0 !important;
  margin-bottom: 10px;
}
.faqs .custom-accordion .card:last-child {
  margin-bottom: 0;
}
.faqs .custom-accordion .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
.faqs .custom-accordion .card-header .btn-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.25rem 1.75rem;
  color: #414042;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  box-shadow: none;
}
.faqs .custom-accordion .card-header .btn-link:hover, .faqs .custom-accordion .card-header .btn-link:focus {
  text-decoration: none;
  color: #414042;
}
.faqs .custom-accordion .card-header .btn-link .accordion-icon {
  font-size: 0.9rem;
  transition: transform 0.2s ease-in-out;
}
.faqs .custom-accordion .card-header .btn-link[aria-expanded=true] .accordion-icon::before {
  content: "\f068";
}
.faqs .custom-accordion .card-header .btn-link[aria-expanded=false] .accordion-icon::before {
  content: "\f067";
}
.faqs .custom-accordion .card-body {
  padding: 0 1.75rem 1.25rem 1.75rem;
  color: #000;
  font-size: 0.925rem;
  line-height: 1.6;
  border-top: none;
  font-weight: 300;
}

#ContactUs {
  background: #3a3a3a;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 600px) {
  #ContactUs .sec02 {
    margin-bottom: 44px;
  }
}
#ContactUs .sec02 .container {
  border-top: 1px solid #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#ContactUs .sec02 ul {
  display: flex;
  list-style-type: none;
  margin: 0 0 0 auto;
  padding: 0;
}
@media screen and (max-width: 999px) {
  #ContactUs .sec02 ul {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  #ContactUs .sec02 ul {
    display: block;
  }
}
#ContactUs .sec02 ul li {
  color: #fff;
  padding: 0 24px;
  position: relative;
}
#ContactUs .sec02 ul li:first-child {
  padding-left: 0;
}
#ContactUs .sec02 ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #fff;
  top: 0;
  height: 80%;
  top: 10%;
  right: 0;
}
@media screen and (max-width: 600px) {
  #ContactUs .sec02 ul li::before {
    content: unset;
  }
}
@media screen and (max-width: 600px) {
  #ContactUs .sec02 ul li {
    padding: 0 0;
  }
}
@media screen and (max-width: 999px) {
  #ContactUs .sec02 ul li:first-child {
    padding-left: 0;
  }
}
#ContactUs .sec02 ul li:last-child::before {
  content: unset;
}
#ContactUs .sec02 ul li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.6s ease;
}
#ContactUs .sec02 ul li a:hover {
  color: #a58b37;
  transition: all 0.6s ease;
}
#ContactUs .sec02 p {
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 999px) {
  #ContactUs .sec02 p {
    text-align: left;
  }
}
#ContactUs .sec02 p .fa-brands {
  padding: 8px;
  font-size: 15px !important;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  background: #fff;
  color: #231f20;
}
@media screen and (max-width: 768px) {
  #ContactUs .sec02 p .fa-brands {
    font-size: 11px !important;
    width: 25px;
    height: 25px;
  }
}
#ContactUs .sec02 p .fa-brands:hover {
  opacity: 0.7;
}
#ContactUs .sec01 {
  border-top: 1px solid #415243;
  padding: 5rem 0 0;
}
@media screen and (max-width: 600px) {
  #ContactUs .sec01 {
    padding: 2.5rem 0 0;
  }
}
#ContactUs .sec01 input, #ContactUs .sec01 textarea {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3607843137);
  resize: none;
  font-size: 14px;
}
#ContactUs .sec01 input::-moz-placeholder, #ContactUs .sec01 textarea::-moz-placeholder {
  color: #fff;
}
#ContactUs .sec01 input::placeholder, #ContactUs .sec01 textarea::placeholder {
  color: #fff;
}
#ContactUs .sec01 p, #ContactUs .sec01 li {
  color: #fff;
}
#ContactUs .sec01 p a, #ContactUs .sec01 li a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  #ContactUs .sec01 .rera p {
    word-break: break-all;
  }
}
#ContactUs .btn2 {
  color: #fff;
}

@keyframes animationimg {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.fade-in {
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes circle-full {
  from {
    clip-path: circle(0% at 0% 0%);
  }
  to {
    clip-path: circle(100% at 50%);
    opacity: 1;
  }
}
@keyframes left_righ {
  from {
    left: -100%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes btntop {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}
@keyframes imhp {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 0.6;
  }
}
.slide-in-left {
  animation: slide-in-left 1.6s cubic-bezier(0.55, 0.28, 0.65, 1.17) both;
}

@keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-right {
  animation: slide-in-right 1.6s cubic-bezier(0.55, 0.28, 0.65, 1.17) both;
}

@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-bottom {
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.reveal__box {
  flex: 1 1 25%;
  height: 100%;
  background-color: #fff;
  transform-origin: top;
}

.reveal-me {
  animation-name: revealAnim;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
}

.text-reveal-me {
  animation-name: textRevealAnim;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
}

.text-reveal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: transparent;
}

.text-reveal__box {
  flex: 1 1 25%;
  background: #fff;
  transform: scaleX(1);
  transform-origin: right;
}

@keyframes textRevealAnim {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
@keyframes revealAnim {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
@keyframes pulse2 {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1.4, 1.5);
    opacity: 0;
  }
}
.modal .modal-content {
  padding: 2%;
  position: relative;
}
.modal .modal-content .close {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #9d7039 !important;
  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: #9d7039;
}
.modal .modal-content .inconte {
  border: 1px solid #9d7039;
  padding: 2%;
}
.modal .modal-content .inconte .modal-header {
  padding-left: 0;
  padding-right: 0;
}
.modal .modal-content .inconte .logoar {
  padding: 3%;
  background: #9d7039;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: -10%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .modal .modal-content .inconte .logoar {
    width: 85px;
    height: 85px;
    top: -8%;
  }
}
.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[type=text], .modal .modal-content .inconte .modal-body input[type=tel], .modal .modal-content .inconte .modal-body input[type=email], .modal .modal-content .inconte .modal-body textarea {
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
  width: 100%;
  font-size: 15px;
  resize: none;
  padding: 12px 1rem !important;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body input[type=text], .modal .modal-content .inconte .modal-body input[type=tel], .modal .modal-content .inconte .modal-body input[type=email], .modal .modal-content .inconte .modal-body textarea {
    padding: 10px;
  }
}
.modal .modal-content .inconte .modal-body input[type=text]::-moz-placeholder, .modal .modal-content .inconte .modal-body input[type=tel]::-moz-placeholder, .modal .modal-content .inconte .modal-body input[type=email]::-moz-placeholder, .modal .modal-content .inconte .modal-body textarea::-moz-placeholder {
  color: #555555;
}
.modal .modal-content .inconte .modal-body input[type=text]::placeholder, .modal .modal-content .inconte .modal-body input[type=tel]::placeholder, .modal .modal-content .inconte .modal-body input[type=email]::placeholder, .modal .modal-content .inconte .modal-body textarea::placeholder {
  color: #555555;
}
.modal .modal-content .inconte .modal-body label {
  font-size: 12px;
}

/* Fixed container for sticky positioning */
.sticky-contact-bar {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 99;
}
@media screen and (max-width: 600px) {
  .sticky-contact-bar {
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: unset;
    bottom: 0;
    background: #9d7039;
    transform: unset;
    flex-direction: row;
  }
}

/* Button styling matching the image design */
.sticky-btn {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25); /* Subtle dark background */
  backdrop-filter: blur(4px); /* Soft blur effect */
  border: 1.5px solid rgba(255, 255, 255, 0.8); /* Thin white border */
  border-radius: 12px; /* Rounded corners */
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.sticky-btn span {
  display: none;
}
@media screen and (max-width: 600px) {
  .sticky-btn {
    max-width: 50%;
    flex: 0 0 50%;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: unset;
    height: 100%;
    padding: 10px 15px;
    gap: 7px;
  }
  .sticky-btn span {
    display: block;
    text-decoration: none;
  }
  .sticky-btn::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    background: #fff;
    opacity: 0.6;
    right: 0;
  }
  .sticky-btn:last-child::before {
    content: unset;
  }
}

/* Hover effect */
.sticky-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
  transform: scale(1.05);
  color: #9d7039;
}
@media screen and (max-width: 600px) {
  .sticky-btn:hover {
    text-decoration: none;
    transform: scale(1);
    background: transparent;
    color: #fff;
    border: 0;
  }
}

/* SVG icon sizing */
.sticky-btn svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

#scroll {
  display: flex;
  position: fixed;
  bottom: 13px;
  right: 8px;
  background: #9d7039;
  background-size: cover;
  width: 40px;
  height: 36px;
  z-index: 9999;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Optima";
  transition: all 0.6s ease;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2392156863);
  text-decoration: none;
  border: 1px solid #fff;
}
@media screen and (max-width: 999px) {
  #scroll {
    bottom: 75px;
    right: 19px;
  }
}
@media screen and (max-width: 600px) {
  #scroll {
    bottom: 60px;
    right: 10px;
  }
}

#thank-you {
  text-align: center;
  height: 100vh;
  padding: 11% 0;
  background: #f1e9d7;
  background-size: cover;
}
@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%;
  }
}

.features-section {
  background-color: #faf8f5;
}
.features-section .feature-item {
  position: relative;
  padding: 20px 10px;
}
.features-section .feature-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background-color: rgb(233.8512658228, 220.4398734177, 194.6487341772);
}
.features-section .feature-item:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  background-color: #b89150;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .features-section .feature-item:not(:last-child)::after, .features-section .feature-item:not(:last-child)::before {
    display: none;
  }
  .features-section .feature-item {
    border-bottom: 1px solid rgb(233.8512658228, 220.4398734177, 194.6487341772);
  }
}
.features-section .feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
}
.features-section .feature-card .icon-wrapper {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #f5efe6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.features-section .feature-card .icon-wrapper i {
  font-size: 2.2rem;
  color: #b89150;
}
.features-section .feature-card .gold-line {
  width: 30px;
  height: 2px;
  background-color: #b89150;
  margin-bottom: 20px;
}
.features-section .feature-card .feature-text {
  letter-spacing: 1px;
  line-height: 1.6;
  font-weight: 500;
  color: #2b2b2b;
  margin-bottom: 0;
  text-transform: uppercase;
}/*# sourceMappingURL=style.css.map */