@font-face {
  font-family: Oswald-VariableFont_wght;
  font-display: swap;
  src: url("../../fonts/Oswald-VariableFont_wght.ttf");
}

@font-face {
  font-family: Poppins-Regular;
  font-display: swap;
  src: url("../../fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: Poppins-Medium;
  font-display: swap;
  src: url("../../fonts/Poppins-Medium.ttf");
}

@font-face {
  font-family: Poppins-Bold;
  font-display: swap;
  src: url("../../fonts/Poppins-Bold.ttf");
}

@font-face {
  font-family: Poppins-Light;
  font-display: swap;
  src: url("../../fonts/Poppins-Light.ttf");
}

@font-face {
  font-family: Poppins-Thin;
  font-display: swap;
  src: url("../../fonts/Poppins-Thin.ttf");
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  overflow-x: hidden !important;
}

:root {
  --dark: #aba08b;
}

:root {
  --light: #699bc6;
}

.header_area {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 8;
  left: 0px;
  background-color: transparent;
  transition: all 0.3s ease 0s;
}

body.fixed .header_area {
  position: fixed;
  top: 0px;
  z-index: 9;
  background: rgba(36, 36, 36, 0.98);
  animation: 500ms ease 0s 1 normal forwards running menu_link_an;
}

@keyframes menu_link_an {
  0% {
      transform: translateY(-50px);
  }

  100% {
      transform: translateY(0px);
  }
}

.nav-menu > li:last-child {
  padding: 15px 0px;
  margin-left: 25px;
}

.nav-menu > li:last-child a {
  height: 50px;
  border-width: 1px 1px 1px 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
  border-image: initial;
  border-left-style: initial;
  border-left-color: initial;
  font-family: Poppins-Medium;
  border-radius: 3px;
  display: flex;
  align-items: center;
  transition: all 0.5s ease 0s;
  animation: 1.2s ease 0s infinite normal none running pulse;
  padding: 0px !important;
}

@keyframes pulse {
  0% {
      transform: scale(1, 1);
  }

  50% {
      opacity: 0.3;
  }

  100% {
      transform: scale(1.5);
      opacity: 0;
  }
}

.micro-gallery::after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 99;
  background: linear-gradient(178deg, rgba(3, 193, 243, 0) 0%, rgba(31, 59, 83, 0.5) 100%);
  left: 0px;
  right: 0px;
  top: 0px;
  height: 100%;
}

.nav-menu > li:last-child a small {
  /* background-color: rgb(171, 160, 139); */
  background-color: #c79639;
  padding: 10px;
  border-radius: 3px;
  height: 50px;
  display: block;
  width: 50px;
}

.nav-menu > li:last-child a span {
  padding: 0px 15px;
}

.nav-menu > li:last-child a small img {
  width: 30px;
  padding: 4px;
}

.nav-menu > li:last-child a:hover {
  background-color: rgb(255, 255, 255);
  font-family: Poppins-Medium;
}

.nav-menu > li:last-child a:hover small {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

@-webkit-keyframes zoom {
  0% {
      transform: scale(1, 1);
  }

  100% {
      transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  0% {
      transform: scale(1, 1);
  }

  100% {
      transform: scale(1.2, 1.2);
  }
}

.swiper-slide .image .main-slider {
  animation: 30s ease 0s 1 normal none running zoom;
}

.gallery-wrapper {
  position: relative;
  z-index: 1;
}

.arow-sl {
  position: absolute;
  z-index: 9999;
  width: 50%;
  top: 68%;
  right: 0px;
  display: flex;
}

.arow-sl img {
  width: 22px;
}

.arow-sl .span {
  padding: 8px;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  border: 1px solid rgb(255, 255, 255);
}

.arow-sl .span:last-child {
  margin-left: 10px;
  padding-left: 10px;
}

.arow-sl-mic {
  position: absolute;
  z-index: 9999;
  width: 100px;
  top: auto;
  right: 32%;
  display: flex;
  bottom: 10%;
}

.arow-sl-mic img {
  width: 22px;
}

.arow-sl-mic a {
  padding: 8px;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  border: 1px solid rgb(255, 255, 255);
}

.arow-sl-mic .span:last-child {
  margin-left: 10px;
  padding-left: 10px;
}

.main-content {
  position: absolute;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
}

.main-content .inner-content {
  display: flex;
  height: 100%;
}

.main-content .inner-content .left-box {
  width: 100px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  align-items: flex-end;
}

.main-content .inner-content .right-box {
  width: calc(100% - 100px);
  display: grid;
  align-items: center;
}

.main-content .inner-content .right-box .box {
  padding: 50px 50px 50px 75px;
}

.main-content .inner-content .right-box .box h1 {
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.8) 1px 1px;
  font-family: 'Poppins-Bold';
  display: block !important;
}

.main-content .inner-content .right-box .box h1 span {
  font-family: Poppins-Thin;
  letter-spacing: 4px;
}

.main-content .inner-content .right-box .box p {
  color: rgb(255, 255, 255);
  font-family: Poppins-Light;
  letter-spacing: 1.5px;
  font-size: 18px;
  width: 50%;
  line-height: 30px;
  padding-top: 15px;
  text-shadow: rgb(0, 0, 0) 1px 1px;
}

.main-content .inner-content .right-box .box p img{
  max-width: 20px;
  margin-right: 5px;
}

.main-content .inner-content .right-box .box h6 {
  color: rgb(255, 255, 255);
  font-family: Poppins-Medium;
  font-size: 28px;
  letter-spacing: 1px;
  padding-top: 15px;
}

.main-content .inner-content .left-box .inner-iscon p {
  writing-mode: tb;
  margin: 50px auto;
  transform: rotate(180deg);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-family: Poppins-Light;
}

.bottom-content {
  position: absolute;
  z-index: 9999;
  left: 0px;
  width: 90%;
  bottom: 2.5%;
}

.bottom-content .inner-b-cont {
  display: flex;
  padding-left: 175px;
}

.bottom-content .inner-b-cont .box {
  width: 28%;
  padding: 10px;
}

.bottom-content .inner-b-cont .box:nth-child(3) {
  width: 20%;
}

.bottom-content .inner-b-cont .box .inner-box {
  padding: 10px 10px 10px 15px;
  border-radius: 3px 3px 25px;
}

.bottom-content .inner-b-cont .box .inner-box p {
  margin-bottom: 0px;
  font-size: 18px;
}

.bottom-content .inner-b-cont h6 {
  color: rgb(255, 255, 255);
  font-family: Poppins-Regular;
  margin-bottom: 2px;
  letter-spacing: 1px;
  font-size: 13px;
}

.bottom-content .inner-b-cont p {
  color: rgb(255, 255, 255);
  font-family: Poppins-Medium;
  letter-spacing: 1px;
}

.bottom-content .inner-b-cont .box img {
  width: 36px;
  margin-top: 25px;
  display: none;
}

.overlay-micro {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: grid;
  align-items: flex-end;
}

.overlay-micro .box {
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
}

.overlay-micro h4 {
  color: rgb(238, 238, 238);
  font-family: Poppins-Light;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0px;
}

.notifications_store {
  position: relative;
}

@keyframes bounce_shake {
  0% {
      transform: scale(1, 1) translateY(0px);
  }

  10% {
      transform: scale(1.1, 0.7) translateY(0px);
  }

  30% {
      transform: scale(0.9, 1.1) translateY(-2px);
  }

  32% {
      transform: scale(1.2) translateY(-2px);
  }

  35%, 40% {
      transform: scale(1) translateY(-2px) rotate(-10deg);
  }

  45%, 50% {
      transform: scale(1) translateY(-2px) rotate(10deg);
  }

  60% {
      transform: scale(1.05, 0.95) translateY(0px);
  }

  70% {
      transform: scale(1.05, 0.95) translateY(0px);
  }

  80% {
      transform: scale(1, 1) translateY(-3px);
  }

  95% {
      transform: scale(1, 1) translateY(0px);
  }

  100% {
      transform: scale(1, 1) translateY(0px);
  }
}

.main-content .inner-content .right-box .box ul {
  padding-left: 0px;
  padding-top: 0px;
}

.main-content .inner-content .right-box .box ul li {
  display: block;
  color: rgb(255, 255, 255);
  gap: 0px 5px;
}

.main-content .inner-content .right-box .box ul li img {
  width: 25px;
  height: 25px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  padding: 1px;
  margin-top: 7px;
}

.main-content .inner-content .right-box .box ul li span {
  font-family: Poppins-Light;
  margin-left: -33px;
  border-radius: 3px 3px 25px;
  font-size: 16px;
  letter-spacing: 1px;
  z-index: -1;
  padding: 8px 25px 8px 40px;
}

.price-box {
  padding-top: 0px;
}

.price-box .inner-p {
  position: relative;
}

.price-box .inner-p::after {
  background-color: rgb(255, 255, 255);
  width: 86px;
  border-radius: 3px;
  height: 40px;
  position: absolute;
  text-align: center;
  border: 3px solid rgba(171, 160, 139, 0.9);
  transform: skew(2deg);
  color: rgb(51, 51, 51);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px, rgba(0, 0, 0, 0.1) 0px 5px 5px;
  top: -25px;
  font-family: Poppins-Bold;
  left: 0px;
  rotate: 1deg;
  display: grid;
  align-items: center;
}

.price-box .inner-p h2 {
  /* font-family: Poppins-Medium; */
  color: rgb(255, 255, 255);
  font-size: 34px;
  line-height: normal;
  text-shadow: rgb(100, 91, 68) 2px 2px 4px;
  letter-spacing: 1px;
  padding-top: 0px;
}

.price-box .inner-p h2 span {
  font-size: 40px;
  letter-spacing: 3px;
  text-shadow: none;
}

.overlay-micro h6 {
  color: rgb(238, 238, 238);
  font-family: Poppins-Thin;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0px;
  padding-bottom: 5px;
}

.overlay-micro .box .link img {
  margin-right: 5px;
  transition: all 0.4s ease 0s;
  margin-top: 15px;
  width: 16px !important;
  height: 16px !important;
}

.overlay-micro:hover .box .micro-link img {
  margin-right: 0px;
  margin-top: 12px;
  width: 20px !important;
  height: 20px !important;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(to left, rgb(25, 25, 31), rgb(16, 16, 20));
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader svg path, .loader svg rect {
  fill: rgb(237, 27, 40);
}

.gallery-wrapper .content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.form-box {
  position: absolute;
  right: 10px;
  bottom: 0px;
  z-index: 1;
}

.form-box .top_form {
  background-color: var(--dark);
  margin-bottom: 0px;
  width: 400px;
  border-radius: 3px;
     /* background: linear-gradient(-45deg, #cfb9b9, #ffc344, #5e5a35, #fdc03c); */
     background: #c79639;
}

.form-box .top_form h2 {
  margin-bottom: 0px;
  color: rgb(255, 255, 255);
  font-size: 28px;
  text-align: center;
  padding: 15px;
}

.form-box .top_form h2 span {
  cursor: pointer;
}

.form-box .inner-box {
  width: 400px;
  background-color: rgb(255, 255, 255);
  padding: 40px;
}

.form-box .inner-box .form-control {
  height: 55px;
  border-radius: 3px;
  margin-bottom: 10px;
  border: none;
  background-color: rgb(247, 247, 247);
}

.form-box .inner-box .form-control::placeholder {
  color: rgb(102, 102, 102);
}

.form-box .inner-box label {
  font-family: Poppins-Regular;
  margin-bottom: 4px;
  letter-spacing: 0.8px;
  color: rgb(51, 51, 51);
  font-size: 15px;
  display: block;
}

.form-box .inner-box button {
  background-color: rgb(171, 160, 139);
  width: 100%;
  color: rgb(255, 255, 255);
  height: 55px;
  margin-top: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: Poppins-Medium;
  letter-spacing: 1px;
  /* background: linear-gradient(-45deg, #cfb9b9, #ffc344, #5e5a35, #fdc03c);   */
  background: #c79639;
}

.form-box h4 {
  font-family: Poppins-Medium;
  font-size: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  background-color: rgb(171, 160, 139);
  text-align: center;
  padding: 15px;
  margin-bottom: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.form-box h6 {
  font-family: Poppins-Light;
  letter-spacing: 1px;
  color: rgb(102, 102, 102);
  line-height: 30px;
  padding-bottom: 15px;
  text-align: justify;
  font-size: 15px;
}

.about-home {
  padding: 150px 0px;
  position: relative;
  background-image: url("../../images/about-bg.webp");
  width: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

.about-home .container {
  min-width: 82%;
  margin: 0px auto;
}

.about-home .inner-about {
  display: flex;
  justify-content: space-between;
}

.about-home .inner-about .left {
  width: 22%;
  display: grid;
  position: relative;
  padding-top: 2%;
}

.about-home .inner-about .left::after {
  position: absolute;
  content: "";
  background-image: url("../../images/about-2.webp");
  left: 0%;
  width: 250px;
  height: 250px;
  background-size: cover;
  bottom: 15%;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.2) 0px 2px 2px;
}

.about-home .inner-about .medium {
  width: 40%;
  padding-right: 4%;
}

.about-home .inner-about .right {
  width: 30%;
}

.about-home .inner-about .right .box {
  height: 100%;
}

.about-home .inner-about .right .box img {
  object-fit: cover;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.2) 0px 2px 2px;
}

.about-home .inner-about .medium h4 {
  font-family: Poppins-Thin;
  font-size: 70px;
  letter-spacing: 3px;
  line-height: 90px;
  border-bottom: 1px solid rgb(238, 238, 238);
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.about-home .inner-about .box-same p {
  font-family: Poppins-Light;
  letter-spacing: 1px;
  color: rgb(102, 102, 102);
  line-height: 30px;
  padding-bottom: 15px;
  text-align: justify;
  font-size: 15px;
}

.about-home .inner-about .box-same h1 {
  font-size: 70px;
  font-family: Poppins-Regular;
  position: relative;
  letter-spacing: 4px;
  line-height: 80px;
  color: rgba(36, 36, 36, 0.98);
}

.about-home .inner-about .box-same h1::after {
  position: absolute;
  content: "";
  background-image: url("../../images/icon/x-mark.png");
  top: -15%;
  left: -8%;
  width: 90px;
  height: 90px;
  background-size: cover;
  z-index: -1;
}

.count-about {
  display: flex;
  border-top: 1px solid rgb(238, 238, 238);
  padding-top: 35px;
  margin-top: 25px;
}

.count-about .counter {
  width: 50%;
}

.count-title {
  font-family: Poppins-Light;
  font-size: 80px;
  color: rgb(171, 160, 139);
  margin-bottom: 0px;
  position: relative;
  letter-spacing: 2px;
}

.count-text {
  color: rgb(34, 34, 34);
  font-family: Poppins-Bold;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 28px;
}

.count-title::after {
  content: "+";
  position: absolute;
  left: 40%;
  top: 0px;
}

.count-title2::after {
  content: "%";
  position: absolute;
  left: 40%;
  top: 0px;
}

a:focus, a:active, a:visited, a:hover {
  text-decoration: none;
  outline: none;
}

.all-container {
  width: 80%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.all-container .left-box-micro {
  width: 25%;
  display: grid;
  align-items: center;
}

.all-container .right-box-micro {
  width: 65%;
  padding-left: 10%;
}

.all-container .box-micro p {
  font-family: Poppins-Regular;
  letter-spacing: 1px;
  color: rgb(34, 34, 34);
  line-height: 30px;
  padding-bottom: 15px;
  text-align: justify;
  font-size: 15px;
  margin-top: 0px;
}

.all-container .box-micro h1 {
  font-size: 55px;
  font-family: Poppins-Regular;
  position: relative;
  letter-spacing: 4px;
  line-height: 80px;
  color: rgba(36, 36, 36, 0.98);
  z-index: 2;
}

.all-container .box-micro h1::after {
  position: absolute;
  content: "";
  background-image: url("../../images/icon/x-mark.png");
  top: -15%;
  left: -8%;
  width: 90px;
  height: 90px;
  background-size: cover;
  z-index: -1;
}

.highlight {
  padding: 120px 0px;
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgb(250, 250, 250) 50%);
  background-size: 4px 4px;
}

.highlight .right-style .inner-right {
  display: flex;
  justify-content: space-between;
}

.highlight .right-style .inner-right .img-box {
  width: 15%;
}

.highlight .right-style .box-micro .inner-right:nth-child(1) .img-box {
  display: grid;
  align-items: flex-start;
}

.highlight .right-style .box-micro .inner-right:nth-child(2) .img-box {
  display: grid;
  align-items: center;
}

.highlight .right-style .box-micro .inner-right:nth-child(3) .img-box {
  display: grid;
  align-items: flex-end;
}

.highlight .right-style .inner-right .img-box span {
  width: 65px;
  border: 1px solid rgb(171, 160, 139);
  border-radius: 100%;
  height: 65px;
  padding: 12px;
}

.highlight .right-style .inner-right .img-box img {
  width: 36px;
  display: block;
  margin: 0px auto;
}

.highlight .right-style .inner-right .content-box {
  width: 82.5%;
  margin-left: 2.5%;
  padding-left: 25px;
  border-left: 1px solid rgb(231, 220, 198);
}

.highlight .right-style .box-micro .inner-right:nth-child(1) .content-box {
  padding-bottom: 0px;
}

.highlight .right-style .box-micro .inner-right:nth-child(2) .content-box {
  padding-top: 10px;
  padding-bottom: 0px;
}

.highlight .right-style .box-micro .inner-right:nth-child(3) .content-box {
  padding-top: 25px;
}

.highlight .right-style .inner-right .content-box ul {
  padding-left: 15px;
  list-style-type: none;
  margin-bottom: 0px;
}

.highlight .right-style .inner-right .content-box ul li {
  padding: 7px 0px;
  font-family: Poppins-Medium;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: rgb(0, 0, 0);
}

.highlight .right-style .inner-right .content-box ul li img {
  width: 14px;
  margin-right: 15px;
}

.price-list {
  padding: 120px 0px;
  /* background-color: rgb(171, 160, 139); */
  /* background-image: linear-gradient(0deg, rgb(171, 160, 139) 50%, rgb(173, 161, 141) 50%); */
  background-size: 4px 4px;
  background-color: #c79639;
}

.price-list .all-container .box-micro h1 {
  z-index: 2;
  color: rgb(255, 255, 255);
}

.price-list .all-container .box-micro h1::after {
  opacity: 0.1;
  background-image: url("../../images/icon/x-mark2.png");
  z-index: -1;
}

.price-list .all-container .box-micro p {
  color: rgb(235, 231, 223);
}

.price-list .first-box {
  width: 25%;
  margin-right: 19%;
}

.price-list .second-box {
  width: 20%;
}

.price-list .third-box {
  width: 20%;
}

.price-list .fourth-box {
  width: 20%;
}

.price-list .fifth-box {
  width: 15%;
}

.price-list .first-box .inner-box {
  border-width: 1px 1px 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: rgb(241, 239, 234);
  border-right-color: rgb(241, 239, 234);
  border-left-color: rgb(241, 239, 234);
  border-image: initial;
  border-bottom-style: initial;
  border-bottom-color: initial;
}

.price-list .first-box .inner-box:first-child {
  border: none;
}

.price-list .first-box .inner-box:last-child {
  border-bottom: 1px solid rgb(241, 239, 234);
}

.price-list .second-box .inner-box {
  border-width: 1px 1px 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: rgb(206, 197, 182);
  border-right-color: rgb(206, 197, 182);
  border-left-color: rgb(206, 197, 182);
  border-image: initial;
  border-bottom-style: initial;
  border-bottom-color: initial;
}

.price-list .second-box .inner-box:first-child {
  border: none;
}

.price-list .second-box .inner-box:last-child {
  border-right: 0px;
  border-left: 0px;
}

.price-list .third-box .inner-box {
  border-width: 1px 1px 0px 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: rgb(206, 197, 182);
  border-right-color: rgb(206, 197, 182);
  border-image: initial;
  border-bottom-style: initial;
  border-bottom-color: initial;
  border-left-style: initial;
  border-left-color: initial;
}

.price-list .third-box .inner-box:first-child {
  border: none;
}

.price-list .third-box .inner-box:last-child {
  background-color: rgb(43, 43, 43);
  border-top: 1px solid rgb(206, 197, 182);
  border-right: 1px solid rgb(206, 197, 182);
}

.price-list .fourth-box .inner-box {
  border-width: 1px 1px 0px 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: rgb(206, 197, 182);
  border-right-color: rgb(206, 197, 182);
  border-image: initial;
  border-bottom-style: initial;
  border-bottom-color: initial;
  border-left-style: initial;
  border-left-color: initial;
}

.price-list .fourth-box .inner-box:first-child {
  border: none;
}

.price-list .fourth-box .inner-box:last-child {
  background-color: rgb(43, 43, 43);
  border-top: 1px solid rgb(206, 197, 182);
  border-right: 1px solid rgb(206, 197, 182);
}

.price-list .fifth-box .inner-box:last-child {
  background-color: rgb(43, 43, 43);
  border-top: 1px solid rgb(206, 197, 182);
  border-right: 1px solid rgb(206, 197, 182);
}

.price-list .inner-box {
  height: 70px;
  text-align: center;
}

.price-list .all-box .inner-box:first-child {
  background-color: rgb(241, 239, 234);
  height: 60px;
  border-right: 1px solid rgb(171, 160, 140);
}

.price-list .all-box .inner-box:last-child {
  height: 60px;
}

.price-list .inner-box h4 {
  font-family: Poppins-Medium;
  font-size: 18px;
  line-height: 60px;
  letter-spacing: 0.8px;
  color: rgb(43, 43, 43);
}

.price-list .inner-box h5 {
  font-family: Poppins-Regular;
  font-size: 18px;
  line-height: 70px;
  letter-spacing: 0.6px;
  color: rgb(255, 255, 255);
}

.price-list .inner-box h6 {
  font-family: Poppins-Medium;
  font-size: 20px;
  line-height: 70px;
  letter-spacing: 0.8px;
  color: rgb(255, 255, 255);
}

.price-list .inner-box p {
  font-family: Poppins-Regular;
  font-size: 16px;
  line-height: 70px;
  letter-spacing: 0.6px;
  color: rgb(255, 255, 255);
}

.price-list .inner-box span {
  color: rgb(222, 222, 222);
  padding: 14px 5px;
  font-family: Poppins-Medium;
  font-size: 16px;
  line-height: 60px;
  letter-spacing: 0.8px;
  cursor: pointer;
}

.price-list .fifth-box .inner-box {
  border-width: 1px 1px 0px 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: rgb(206, 197, 182);
  border-right-color: rgb(206, 197, 182);
  border-image: initial;
  border-bottom-style: initial;
  border-bottom-color: initial;
  border-left-style: initial;
  border-left-color: initial;
}

.price-list .fifth-box .inner-box:first-child {
  border: none;
}

.amenities .box-micro p {
  font-family: Poppins-Light;
  letter-spacing: 1px;
  color: rgb(102, 102, 102);
  line-height: 30px;
  padding-bottom: 15px;
  text-align: justify;
  font-size: 15px;
  margin-top: 35px;
}

.amenities .box-micro h1 {
  font-size: 55px;
  font-family: Poppins-Regular;
  position: relative;
  letter-spacing: 4px;
  line-height: 80px;
  color: rgba(36, 36, 36, 0.98);
  z-index: 2;
}

.amenities .box-micro h1::after {
  position: absolute;
  content: "";
  background-image: url("../../images/icon/x-mark.png");
  top: -15%;
  left: -6%;
  width: 90px;
  height: 90px;
  background-size: cover;
  z-index: -1;
}

.amenities {
  padding: 100px 0px;
  background-color: rgb(247, 247, 247);
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgb(250, 250, 250) 50%);
  background-size: 4px 4px;
}

.amenities .inner-amen {
  display: flex;
  width: 84%;
  margin: 0px auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.amenities .inner-amen .box {
  width: 19%;
  margin: 2.5% 0.2%;
  border-radius: 25px;
}

.amenities .inner-amen .box img {
  border-radius: 20px;
  padding: 6px;
  background-color: rgb(221, 219, 215);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px, rgba(0, 0, 0, 0.1) 0px 2px 2px;
}

.amenities .inner-amen .box .inner-box {
  position: relative;
}

.amenities .inner-amen .box .inner-box h5 {
  bottom: -25px;
  background-color: rgb(171, 160, 139);
  border-radius: 10px;
  padding: 10px;
  font-family: Poppins-Medium;
  letter-spacing: 0.8px;
  position: absolute;
  color: rgb(255, 255, 255);
  width: 80%;
  left: 10%;
  text-align: center;
  font-size: 18px;
  /* text-transform: uppercase; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px, rgba(0, 0, 0, 0.1) 0px 2px 2px;
     /* background: linear-gradient(-45deg, #cfb9b9, #ffc344, #5e5a35, #fdc03c); */
     background: #c79639;
}

.amenities .inner-amen .box-large {
  width: 40%;
  display: grid;
  align-items: center;
}

.amenities .inner-amen .box-large .inner-box {
  padding: 50px;
}

.amenities .inner-amen .box-large h6 {
  font-family: Poppins-Regular;
  font-size: 16px;
  letter-spacing: 0.2px;
}

.amenities .inner-amen .box-large h2 {
  font-family: Poppins-Regular;
  color: var(--dark);
  font-size: 60px;
  letter-spacing: 5px;
}

.amenities .inner-amen .box-large h2 span {
  color: var(--light);
}

.amenities .inner-amen .box-large h4 {
  font-family: Poppins-Regular;
  color: var(--dark);
  font-size: 24px;
  letter-spacing: 5px;
  text-align: right;
}

.amenities .inner-amen .box-large p {
  font-family: Poppins-Regular;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
  line-height: 30px;
  padding-bottom: 15px;
  text-align: justify;
  font-size: 15px;
  margin-top: 35px;
}

.floor-plan {
  padding: 150px 0px;
  position: relative;
  background-image: url("../../images/about-bg.webp");
  width: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.floor-plan .cont-floor {
  margin-right: 0px;
  width: 90%;
}

.floor-plan .all-container .box-micro h1 {
  color: rgba(36, 36, 36, 0.98);
}

.floor-plan .all-container .box-micro h1::after {
  background-image: url("../../images/icon/x-mark.png");
  z-index: -1;
}

.floor-plan .all-container .box-micro p {
  color: rgb(0, 0, 0);
}

.floor-plan .first-box {
  width: 25%;
  margin-right: 16%;
}

.floor-plan .second-box {
  width: 64%;
  position: relative;
}

.floor-plan .second-box .item {
  background-color: rgb(241, 239, 234);
  border-radius: 3px;
  position: relative;
}

.floor-plan .owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: left !important;
}

.mobile-section-1 {
  display: none;
}

.floor-btn button {
  height: 50px;
  font-weight: 600;
  /* background-color: rgb(171, 160, 139); */
  display: block;
  border-radius: 2px;
  border: none;
  padding: 10px 25px;
  color: rgb(255, 255, 255);
  width: 100%;
  background-color: #c79639;
}

.mobile-section a.btn {
  background-color: rgb(171, 160, 139);
  border-color: rgb(171, 160, 139);
  margin: 0px;
  border-radius: 0px;
  color: rgb(255, 255, 255);
  /* background: linear-gradient(-45deg, #cfb9b9, #ffc344, #5e5a35, #fdc03c);*/
  background: #c79639;
}

.mobile-section a.btn:focus, .mobile-section a.btn:active {
  border: none;
  box-shadow: none;
}

.location-adv {
  padding: 120px 0px;
  /* background-color: rgb(171, 160, 139); */
  /* background-image: linear-gradient(0deg, rgb(171, 160, 139) 50%, rgb(173, 161, 141) 50%); */
  background-size: 4px 4px;
  position: relative;
  background-color: #c79639;
}

.location-adv .all-container .box-micro h1 {
  z-index: 2;
  color: rgb(255, 255, 255);
}

.location-adv .all-container .box-micro h1::after {
  opacity: 0.1;
  background-image: url("../../images/icon/x-mark2.png");
  z-index: -1;
}

.location-adv .all-container .box-micro p {
  color: rgb(235, 231, 223);
}

.location-adv .first-box {
  width: 40%;
  margin-right: 5%;
}

.location-adv .second-box {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; 
}
.location-adv .second-box img{
  height: 100%;
}

.location-adv .second-box .inner-box {
  height: 100%;
  /* padding: 2px; */
  /* border: 1px dashed rgb(190, 180, 162); */
  border-radius: 7px;
}

.location-adv .second-box .inner-box iframe {
  object-fit: cover;
  height: 100%;
  border-radius: 5px;
}

.location-adv .inner-sec {
  padding-left: 0px;
  padding-top: 50px;
}

.location-adv .inner-sec .box {
  padding: 5px 0px;
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
  border-bottom: 1px dashed rgb(190, 180, 162);
}

.location-adv .inner-sec .box span {
  /* background-color: rgb(164, 151, 130); */
  border-radius: 10px;
  display: block;
  font-family: Poppins-Medium;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  padding: 10px 20px;
  background-color: #cd9e46;
}

.location-adv .inner-sec .box p {
  display: grid;
  align-items: center;
  font-family: Poppins-Regular;
  font-size: 16px;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  margin-bottom: -16px;
  margin-top: 0px;
}

.location-adv .box-l {
  height: 100%;
}

.gallery-bottom {
  padding: 100px 0px;
  background-color: rgb(247, 247, 247);
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgb(250, 250, 250) 50%);
  background-size: 4px 4px;
}

.gallery-bottom .gallery-container {
  width: 80%;
  margin: 0px auto;
}

.gallery-bottom .gallery-container .first-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.gallery-bottom .box-micro .left {
  width: 81%;
}

.gallery-bottom .box-micro .right {
  width: 60%;
}

.gallery-bottom .box-micro p {
  font-family: Poppins-Regular;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
  line-height: 30px;
  padding-bottom: 15px;
  text-align: justify;
  font-size: 15px;
  margin-top: 35px;
}

.gallery-bottom .box-micro h1 {
  font-size: 55px;
  font-family: Poppins-Regular;
  position: relative;
  letter-spacing: 4px;
  line-height: 80px;
  color: rgba(36, 36, 36, 0.98);
  z-index: 2;
}

.gallery-bottom .box-micro h1::after {
  position: absolute;
  content: "";
  background-image: url("../../images/icon/x-mark.png");
  top: -15%;
  left: -6%;
  width: 90px;
  height: 90px;
  background-size: cover;
  z-index: -1;
}

.gallery-bottom .inner-gall-2 {
  display: flex;
  margin-top: 50px;
}

.gallery-bottom .inner-gall-2 .box {
  border-width: 8px 4px;
  border-style: solid;
  border-color: rgb(221, 219, 215);
}

.gallery-bottom .inner-gall-2 .box:first-child {
  border-left: 8px solid rgb(221, 219, 215);
}

.gallery-bottom .inner-gall-2 .box:last-child {
  border-right: 8px solid rgb(221, 219, 215);
}

.rera-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.img-section {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.img-section .rera img {
  width: 120px;
  padding: 18px;
}

.rera {
  display: flex;
  flex-direction: column;
  align-items: center;
}

p.rera-name {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  letter-spacing: 0.8px;
  font-family: Poppins-Light;
}

.rera-details {
  width: 80%;
  margin: auto;
}

.rera-details p {
  line-height: 25px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  letter-spacing: 0.8px;
  font-family: Poppins-Light;
}

.e_brochure_section .title small {
    text-transform: uppercase;
    color: #b18e4e;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 5px;
    font-size: .75rem;
}
.e_brochure_section .title h2, .title h3 {
    font-weight: 700;
    font-size: 2.1rem;
    margin-bottom: 15px;
}
.e_brochure_section .site_tour {
    margin-top: 30px;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0;
}

.e_brochure_section button.query-btn {
    margin-top: 10px;
    border: none;
    color: #fff;
    background: #b18e4e;
    outline: 0;
    cursor: pointer;
    display: inline-flex;
    padding: 13px 25px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 14px;
}

/* .e_brochure_section{
  padding: 50px 0px;
} */

.benefits_section{
  padding: 100px 0;
}
.benefits_section .container{
  width: 85%;
}
.benefits_section h2{
  font-size: 24px;
  margin-bottom: 20px;
}
.benefits_section .benefits_box{
  box-shadow: 0px 0px 5px #ccc;
  padding: 15px;
  border-radius: 4px;
}
.benefits_section .benefits_box h3{
  color: #c79639;
  font-size: 20px;
  margin-bottom: 8px;
}
.benefits_section .benefits_box p{
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 500;
}
.price-list .all-box .inner-box h6 span{
  display: none;
  color: #fff;
}
.carousel-indicators {
    z-index: 99999;
}

