body {
  padding: 0;
  margin: 0;
  font-family: "gilroyregular";
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #323232;
  position: relative;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  background: #000;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  border: 0;
  max-width: 100%;
  object-fit: cover;
  object-position: center center;
  height: auto;
}

*:hover,
*:focus,
*:active {
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

*:focus {
  box-shadow: none !important;
}

a {
  outline: none !important;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #c89b36;
}

a:hover {
  color: #323232;
}

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

a,
input,
button,
textarea,
a:focus,
select:focus {
  outline: none;
}

a:hover,
a:focus,
select:focus,
button:focus {
  outline: none;
  text-decoration: none;
}

/* width */
::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

button,
input,
textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control::-webkit-input-placeholder {
  color: #fff;
}

.form-control:-ms-input-placeholder {
  color: #fff;
}

.form-control::placeholder {
  color: #fff;
}

h2 {
  font-size: 36px;
  font-family: "gilroybold";
}
p {
  font-size: 18px;
}

/* main css starts here */

/* navbar styles */
.header {
  background-color: #000;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 1000;
}

.navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 10vw;
  max-height: 10vh;
  height: 100%;
  min-height: 70px;
  padding: 10px 0;
}

.navbar-logo {
  width: 160px;
  height: 55px;
}

.navbar-logo img {
  resize: cover;
}

.navbar-edit-icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .navbar-logo {
    width: 140px;
    height: 58px;
  }

  .navbar-edit-icon {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 575px) {
  .navbar-logo {
    width: 120px;
    height: 40px;
  }

  .navbar-edit-icon {
    width: 24px;
    height: 24px;
  }
}

/* main conatiner styles */
.main {
}

.image-container {
  max-height: 90vh;
  min-width: 100vw;
}

.image-container img {
  height: 90vh;
  min-width: 100%;
  object-fit: cover;
}

.image-scroll {
  /* display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none; 
  scroll-snap-type: x mandatory; */

  display: flex;
  height: 100vh;
  position: relative;
}

.main-container::-webkit-scrollbar {
  display: none;
}

.image-scroll-container img {
  height: 82vh;
  min-width: 100vw;
  object-fit: cover;
}

.image-scroll-container-md img {
  height: 90vh;
  min-width: 100vw;
  object-fit: cover;
}

.image-scroll-container-sm img {
  height: 90vh;
  min-width: 100vw;
  object-fit: cover;
}

.image-scroll-text,
.image-scroll-text-md,
.image-scroll-text-sm
 {
  position: fixed;
  left: 0;
  z-index: 99;
  bottom: 9vh;
  /* transform: translate(-50%, -50%) scale(0.8); */
  /* opacity: 1; */
  transition: all 0.2s, transform 0.2s;
}

.image-scroll-text-conatiner,
.image-scroll-text-conatiner-md,
.image-scroll-text-conatiner-sm {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 10vw;
  margin-bottom: 30px;
}

.image-scroll-text-count {
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.image-scroll-text-head {
  color: #fff;
  margin: 0;
}

.image-scroll-text-discription,
.image-scroll-text-discription2 {
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.image-scroll-text {
  opacity: 1;
  transition: all 0.6s ease;
  /* position: relative; */
  /* margin-bottom: 50px; */
}

.image-scroll-text.active {
  opacity: 1;
  transform: translateY(0);
}

.main-container {
  display: flex;
  width: 500vw; /* 5 sections */
  height: 100vh;
  position: relative;
}

.image-scroll-container,
.image-scroll-container-md,
.image-scroll-container-sm {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  position: relative;
}

.gradient-bottom {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  bottom: 0;
  height: 25vh;
  width: 100vw;
  background-image: linear-gradient(180deg, transparent, rgb(0, 0, 0));
}

@media (max-width: 1024px) {

  .image-scroll-text-conatiner {
    margin-bottom: 80px;
  }

  .image-scroll-container img {
    height: 100vh;
  }

  .image-scroll-text {
    bottom: 4vh;
  }
}

/* Styles for desktops */
@media (max-width: 991px) {

  .image-scroll-text-md , .image-scroll-text-sm {
    bottom: 4vh;
  }
  
  .image-scroll-text,
  .image-scroll-text-conatiner-md,
  .image-scroll-text-conatiner-sm {
    position: fixed;
    left: 0;
    bottom: 5vh;
    z-index: 99;
    transition: all 0.2s, transform 0.2s;
    z-index: 2;
  }

  .image-scroll-text-conatiner,
  .image-scroll-text-conatiner-md,
  .image-scroll-text-conatiner-sm {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 10vw;
    bottom: 80px;
  }

  .image-scroll-text-count {
    font-weight: 400;
    color: #fff;
    margin: 0;
    font-size: 14px;
  }

  .image-scroll-text-head {
    color: #fff;
    margin: 0;
    font-size: 28px;
  }

  .image-scroll-text-discription,
  .image-scroll-text-discription2 {
    font-weight: 400;
    color: #fff;
    margin: 0;
    font-size: 14px;
  }

  .image-scroll-text {
    opacity: 1;
    transition: all 0.6s ease;
    /* position: relative; */
    /* margin-bottom: 50px; */
  }

  .image-scroll-text.active {
    opacity: 1;
    transform: translateY(0);
  }

  .image-scroll-text-count-md,
  .image-scroll-text-count-sm {
    font-weight: 400;
    color: #fff;
    margin: 0;
    font-size: 14px;
  }

  .image-scroll-text-head-md,
  .image-scroll-text-head-sm {
    color: #fff;
    margin: 0;
    font-size: 28px;
  }

  .image-scroll-text-discription-md,
  .image-scroll-text-discription2-md,
  .image-scroll-text-discription-sm,
  .image-scroll-text-discription2-sm {
    font-weight: 400;
    color: #fff;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .main-container-md, .main-container-sm {
    position: relative;
  }
  .image-scroll-container,
  .image-scroll-container-md,
  .image-scroll-container-sm {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
  }
  .image-scroll-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .image-scroll-container-md img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .image-scroll-container-sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 575px) {
  .image-scroll-text-conatiner,
  .image-scroll-text-conatiner-md,
  .image-scroll-text-conatiner-sm {
    bottom: 50px;
  }

  .image-scroll-text-conatiner-md,
  .image-scroll-text-conatiner-sm {
    width: 90%;
  }

  .image-scroll-text-conatiner-md p {
    text-align: left;
  }
  .image-scroll-text-conatiner-sm p {
    text-align: left;
  }

  .image-scroll-text-md ,
  .image-scroll-text-sm{
    bottom: 5vh;
  }

  .image-scroll-text-count-md,
  .image-scroll-text-count-sm {
    font-size: 14px;
  }

  .image-scroll-text-head-md,
  .image-scroll-text-head-sm {
    font-size: 16px;
  }

  .image-scroll-text-discription-md,
  .image-scroll-text-discription-sm {
    font-size: 12px;
  }

  .image-scroll-text-discription2-md,
  .image-scroll-text-discription2-sm {
    font-size: 10px;
  }

  .gradient-bottom {
    background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 30%,
      rgba(0, 0, 0, 0.8) 50%,
      rgba(0, 0, 0, 1) 85%,
      rgb(0, 0, 0) 100%
    );
  }
}

/* Footers style  */
footer {
  background: #000;
  width: 100vw;
  position: fixed !important;
  z-index: 999;
  bottom: 0;
}

footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding: 15px 10vw;
}

footer p {
  font-size: 14px;
  color: #fff;
  line-height: 1.1;
  display: flex;
  margin-bottom: 0;
}

footer p a {
  color: #fff;
  border-left: 1px solid #fff;
  padding: 0 6px;
}

footer p a.active {
  color: #ffffff;
}

footer p a:first-child {
  margin-left: 6px;
}

footer p a:hover {
  color: #8d793d;
}

footer p span {
  display: flex;
}

/* footer ant-animation */
.footer-bottom {
  overflow: hidden;
  position: relative;
}

footer .footer-bottom .content-inner {
  position: static;
}

.walking-ant svg path {
  fill: #ffffff;
}

.footer-hover-content:hover>.walking-ants-container .walking-ant:nth-child(1),
.logo-to-hover:hover+.footer-hover-content>.walking-ants-container .walking-ant:nth-child(1) {
  animation: walkingAntOne 60s infinite forwards linear;
}

.footer-hover-content:hover>.walking-ants-container .walking-ant:nth-child(2),
.logo-to-hover:hover+.footer-hover-content>.walking-ants-container .walking-ant:nth-child(2) {
  animation: walkingAntTwo 60s 20s infinite forwards linear;
}

.footer-hover-content:hover>.walking-ants-container .walking-ant:nth-child(3),
.logo-to-hover:hover+.footer-hover-content>.walking-ants-container .walking-ant:nth-child(3) {
  animation: walkingAntThree 60s 21.5s infinite forwards linear;
}

.footer-hover-content:hover>.walking-ants-container .walking-ant:nth-child(4),
.logo-to-hover:hover+.footer-hover-content>.walking-ants-container .walking-ant:nth-child(4) {
  animation: walkingAntFour 60s 40s infinite forwards linear;
}

.footer-hover-content:hover>.walking-ants-container .walking-ant:nth-child(5),
.logo-to-hover:hover+.footer-hover-content>.walking-ants-container .walking-ant:nth-child(5) {
  animation: walkingAntFive 60s 48s infinite forwards linear;
}

.footer-hover-content>a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

@keyframes walkingAntOne {
  0% {
    right: -30px;
  }

  100% {
    right: 100%;
  }
}

@keyframes walkingAntTwo {
  0% {
    right: -30px;
  }

  100% {
    right: 100%;
  }
}

@keyframes walkingAntThree {
  0% {
    right: -30px;
  }

  100% {
    right: 100%;
  }
}

@keyframes walkingAntFour {
  0% {
    right: -30px;
  }

  100% {
    right: 100%;
  }
}

@keyframes walkingAntFive {
  0% {
    right: -30px;
  }

  100% {
    right: 100%;
  }
}

.trial-footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #adaca8;
  padding: 0.6rem 0;
  overflow: hidden;
}

.trial-footer-container {
  display: flex;
  align-items: center;
}

.trial-footer-nav {
  padding-left: 0rem;
  display: flex;
  color: #5d5a59;
}

.trial-footer-container ul li a,
.trial-footer-nav {
  font-size: 0.8rem;
  line-height: 20px;
  color: #adaca8 !important;
}

.trial-footer-container ul li a:hover {
  color: #fff !important;
}

.trial-footer-nav a {
  margin: 0 3px;
}

.footer-hover-content {
  display: flex;
}

.logo-to-hover {
  position: relative;
  background: transparent;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0rem;
}

.logo-to-hover:hover {
  background: transparent;
}

.trial-ma svg {
  width: 28px;
  height: 28px;
  fill: #adaca8 !important;
}

.logo-to-hover:hover+.footer-hover-content,
.footer-hover-content:hover {
  transform: translateX(0);
  background-color: #8d793d;
}

.footer-hover-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 2rem;
  cursor: default;
  text-align: center;
  background: #8d793d;
  transform: translateX(100%);
  transition: transform linear 1s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 111;
}

.footer-hover-content .fa-heart {
  margin: 0 5px;
}

.footer-hover-content a {
  color: #ffffff !important;
  padding-bottom: 0;
}

/*animation*/
.walking-ant {
  display: inline-block;
  width: 30px;
  height: 30px;
  transform: rotateY(180deg);
  right: -30px;
  position: absolute;
  bottom: -5px;
}

.walking-ant svg path {
  fill: #ffffff;
}

.footer-hover-content:hover>.walking-ants-container .walking-ant:nth-child(1),
.logo-to-hover:hover+.footer-hover-content>.walking-ants-container .walking-ant:nth-child(1) {
  animation: walkingAntOne 60s infinite forwards linear;
}

.footer-hover-content:hover>.walking-ants-container .walking-ant:nth-child(2),
.logo-to-hover:hover+.footer-hover-content>.walking-ants-container .walking-ant:nth-child(2) {
  animation: walkingAntTwo 60s 20s infinite forwards linear;
}

.footer-hover-content:hover>.walking-ants-container .walking-ant:nth-child(3),
.logo-to-hover:hover+.footer-hover-content>.walking-ants-container .walking-ant:nth-child(3) {
  animation: walkingAntThree 60s 21.5s infinite forwards linear;
}

.footer-hover-content:hover>.walking-ants-container .walking-ant:nth-child(4),
.logo-to-hover:hover+.footer-hover-content>.walking-ants-container .walking-ant:nth-child(4) {
  animation: walkingAntFour 60s 40s infinite forwards linear;
}

.footer-hover-content:hover>.walking-ants-container .walking-ant:nth-child(5),
.logo-to-hover:hover+.footer-hover-content>.walking-ants-container .walking-ant:nth-child(5) {
  animation: walkingAntFive 60s 48s infinite forwards linear;
}

.footer-ma-logo {
  min-width: 120px;
}

.inner-banner .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  margin-top: -42px;
  width: 100%;
}

.inner-banner .content .title {
  text-align: center;
}

.inner-banner .content span {
  display: block;
}

section.inner-banner {
  position: relative;
  /* margin-top: 92px; */
  padding-top: 15px;
  background: #0e1117;
}

.scroll-down {
  position: absolute;
  bottom: 0;
  bottom: 20px;
  right: 50px;
}

.spinner {
  animation: rotator 3s linear infinite;
}

@media only screen and (max-width: 1024px) {
  .container {
    padding: 0 30px;
  }

  .brochure-btn img {
    width: 90px;
  }

  .brochure-btn {
    margin-top: 10px;
  }

  .specification-section table tr td {
    padding: 10px 40px;
  }

  .address-wrapper .map-side iframe {
    height: 500px;
  }

  .inner-banner .content {
    margin-top: -16px;
  }

  .faq-microsite-section {
    margin-top: 70px;
  }

  .nav:before,
  .nav:after {
    width: 100%;
  }

  body {
    overflow-x: hidden;
  }

  .address-wrapper .address .single {
    padding: 0 5px;
  }
}

.spinner {
  animation: rotator 3s linear infinite;
}

.spinner-arrow {
  animation: vertical-translate 3s ease-out infinite;
  position: absolute;
  margin-top: -12px;
  left: 19px;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(250deg);
  }
}

.scroll-down .path {
  stroke-dasharray: 245;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: #c89b36;
  animation: dash 3s linear infinite;
}

.spinner-arrow .path {
  fill: #c89b36;
}

.spinner-arrow path {
  fill: #c89b36;
}

.about-oveview-inner {
  display: flex;
}

.overview-box {
  padding: 80px;
  margin-top: -100px;
  margin-left: -15px;
  background: #000;
  z-index: 9;
  max-width: 80%;
}

.overview-box h2 {
  color: #8e793e;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: "gilroysemibold";
}

.overview-box p {
  color: #fff;
  margin-bottom: 30px;
  text-align: justify;
}

.overview-box p:last-child {
  margin-bottom: 0;
}

.overview-img {
  min-width: 520px;
}

.about-oveview-inner {
  display: flex;
}

.main-about-overview .overview-box {
  max-width: calc(100% - 170px);
  width: 100%;
  padding: 80px 80px 80px 115px;
}

.main-about-overview .overview-box .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}

.main-about-overview .overview-box .title h2 {
  margin: 0;
}

.main-about-overview .overview-box .title .rera-block {
  font-size: 25px;
  color: #8e793e;
  font-weight: 500;
  text-transform: none;
}

.main-about-overview .overview-box .title .rera-block img {
  margin-right: 13px;
}

.main-about-overview .overview-box p {
  font-size: 22px;
}

.page-template-template-homepage {
  overflow: scroll;
}

.about-overview ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.about-overview ul li {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  display: flex;
  align-items: center;
}

.about-overview ul li::before {
  content: "●";
  color: #c89b36;
  font-size: 14px;
  margin-right: 10px;
}

.privacy-page .overview-box p a {
  position: relative;
  color: #fff;
  display: inline-block;
}

.privacy-page .overview-box p a:before {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  content: "";
  width: 100%;
  height: 1px;
}

.privacy-page .overview-box p a:hover:before {
  width: 0;
}

.privacy-page .overview-box p a.no-line:before {
  display: none;
}

.privacy-page .overview-box p a.no-line:hover {
  color: #8e793e;
}

.privacy-page .overview-box p a.gold {
  color: #8e793e;
}

.privacy-page .overview-box p a.gold:before {
  background-color: #8e793e;
}

.privacy-page .overview-box p a.gold:hover:before {
  width: 0;
}

.spinner-arrow {
  animation: vertical-translate 3s ease-out infinite;
  position: absolute;
  margin-top: -12px;
  left: 19px;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(250deg);
  }
}

.scroll-down .path {
  stroke-dasharray: 245;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: #c89b36;
  animation: dash 3s linear infinite;
}

.spinner-arrow .path {
  fill: #c89b36;
}

.spinner-arrow path {
  fill: #c89b36;
}

.spinner {
  animation: rotator 3s linear infinite;
}

.spinner-arrow {
  animation: vertical-translate 3s ease-out infinite;
  position: absolute;
  margin-top: -12px;
  left: 19px;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 245;
  }

  70% {
    stroke-dashoffset: 61.25;
    transform: rotate(205deg);
  }

  100% {
    stroke-dashoffset: 245;
    transform: rotate(540deg);
  }
}

@keyframes vertical-translate {
  0% {
    opacity: 0;
    top: -20%;
  }

  25% {
    opacity: 1;
    top: 50%;
  }

  75% {
    opacity: 1;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 120%;
  }
}

/* Privacy Pages */
.privacy-page .overview-box {
  max-width: calc(100% - 314px);
  width: 100%;
}

.privacy-page .overview-box p {
  text-align: justify;
}

.privacy-page .overview-box p strong {
  font-family: "gilroysemibold";
}

.privacy-page .overview-box ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.privacy-page .overview-box ul ul {
  margin-top: 20px;
}

.privacy-page .overview-box ul ul {
  list-style-type: circle;
  /* Nested bullets use a different style */
  padding-left: 20px;
}

.privacy-page .overview-box ul li {
  text-align: justify;
  color: #fff;
  position: relative;
  font-size: 18px;
  line-height: 2;
  padding: 0 0 0 25px;
}

.privacy-page .overview-box ul li:before {
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #8e793e;
  content: "";
}

.privacy-page .overview-box p a {
  position: relative;
  color: #fff;
  display: inline-block;
}

.privacy-page .overview-box p a:before {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  content: "";
  width: 100%;
  height: 1px;
}

.privacy-page .overview-box p a:hover:before {
  width: 0;
}

.privacy-page .overview-box p a.no-line:before {
  display: none;
}

.privacy-page .overview-box p a.no-line:hover {
  color: #8e793e;
}

.privacy-page .overview-box p a.gold {
  color: #8e793e;
}

.privacy-page .overview-box p a.gold:before {
  background-color: #8e793e;
}

.privacy-page .overview-box p a.gold:hover:before {
  width: 0;
}

.main-about-overview .overview-box {
  max-width: calc(100% - 170px);
  width: 100%;
  padding: 80px 80px 80px 115px;
}

.main-about-overview .overview-box .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}

.main-about-overview .overview-box .title h2 {
  margin: 0;
}

.main-about-overview .overview-box .title .rera-block {
  font-size: 25px;
  color: #8e793e;
  font-weight: 500;
  text-transform: none;
}

.main-about-overview .overview-box .title .rera-block img {
  margin-right: 13px;
}

.main-about-overview .overview-box p {
  font-size: 22px;
}

.overview-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  margin: 42px 0 0;
}

.overview-block .overview-left {
  display: flex;
  flex-wrap: wrap;
  max-width: 60%;
  width: 100%;
}

.overview-block .overview-left .single-block {
  display: flex;
  align-items: center;
  width: 50%;
  margin: 46px 0;
}

.overview-block figure {
  margin: 0 38px 0 0;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 1px solid #8e793e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overview-block .text-block h4 {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

.overview-block .text-block h4 b {
  font-weight: 500;
  display: block;
}

.overview-block .text-block h4 i {
  display: block;
}

.overview-block .text-block h4 a {
  color: #fff;
  text-decoration: underline;
}

.overview-block .overview-right {
  right: -10%;
  max-width: 48%;
  width: 100%;
  position: absolute;
}

.overview-block .overview-right img {
  width: 100%;
}

.contact-oveview {
  position: relative;
}

.contact-oveview .overview-box {
  margin-right: 312px;
  margin-top: -128px;
  padding-bottom: 223px;
}

.contact-oveview h2 {
  color: #000;
  font-family: "gilroyregular";
}

.contact-oveview h2 strong {
  font-family: "gilroysemibold";
}

.contact-oveview p {
  color: #000;
  font-family: "gilroyregular";
}

.address-wrapper {
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.address-wrapper .address {
  padding: 99px 0;
  padding-right: 90px;
}

.address-wrapper .address .single {
  margin-bottom: 100px;
  display: flex;
}

.address-wrapper .address .single .icon {
  width: 90px;
  flex-shrink: 0;
}

.address-wrapper .address .single .icon>div {
  margin-left: -50px;
  margin-top: -30px;
}

.address-wrapper .address .single .content {
  margin-left: 41px;
}

.address-wrapper .address .content h4,
.address-wrapper .address .content p {
  color: #ffffff;
}

.address-wrapper .address .content p.links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.address-wrapper .address .content p.links a {
  display: inline-block;
  color: #ffffff;
}

.address-wrapper .address .content p.links a:hover {
  color: #c89b36;
}

.address-wrapper .address .content h4 {
  font-family: "gilroysemibold";
  font-size: 20px;
  line-height: 1.5;
  white-space: nowrap;
}

.address-wrapper .map-side iframe {
  margin-top: -134px;
  position: relative;
  filter: grayscale(1);
  max-width: 100%;
}

/* Custom Edit Icon CSS */
.custom-edit-icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}

.custom-edit-icon:hover {
  transform: scale(1.2);
}

/* Overlay Animation */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1) translateY(-20px);
  filter: blur(10px);
  transition: opacity 1.2s ease-in-out, transform 1s ease-in-out,
    filter 0.8s ease-in-out, visibility 0s linear 1s;
  text-align: center;
  z-index: 101;
  background-image: url('../img/edit-image.jpeg');
  background-repeat:round !important
}

@media (max-width: 991px)  {
  .overlay{
    background-image: url('../img/11-get-in-touch-252435229-ipad.webp');
  }
}

@media (max-width: 575px) {
  .overlay{
    background-image: url('../img/11-get-in-touch-252435229-mob.webp');
  }
}

.overlay-shadow {
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.show-overlay {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0);
  filter: blur(0);
  transition: opacity 1.2s ease-in-out, transform 1s ease-in-out,
    filter 0.8s ease-in-out, visibility 0s linear 0s;
  overflow: hidden;
}

.overlay-text {
  font-size: 36px;
  color: white;
  margin-bottom: 10px;
  text-align: center;
}

.overlay-email {
  font-size: 28px;
  color: #8d793d;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 991px) {

  .overlay-text,
  .overlay-email {
    font-size: 28px !important;
  }
}

@media (max-width: 575px) {

  .overlay-text,
  .overlay-email {
    font-size: 18px !important;
  }
}

/* Error 404 and 403 Page */
.error-page .hero-banner {
  height: calc(100vh - 62px);
}

.error-page .hero-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero-banner {
  position: relative;
}

.hero-banner-inner {
  padding: 92px 35px 0;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  display: flex;
}

.hero-banner-inner h3 {
  margin: 0 0 25px;
  color: #8e793e;
  font-size: 26px;
  font-weight: normal;
  text-transform: uppercase;
  width: 100%;
}

.hero-banner-inner h3 strong {
  font-weight: 600;
}

.hero-banner-inner h1 {
  width: 100%;
  margin: 0 0 30px;
  font-family: "gilroysemibold";
  line-height: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 350px;
  font-weight: bold;
}

.hero-banner-inner h1 img {
  margin: 0 5px;
}

.hero-banner-inner p {
  max-width: 50%;
  width: 100%;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 25px;
}

.hero-banner-inner p:last-child {
  margin: 0;
}

.hero-banner-inner p a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #8e793e;
  position: relative;
}

.hero-banner-inner p a:before {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #8e793e;
  content: "";
  height: 1px;
}

.hero-banner-inner p a:hover {
  color: #fff;
}

.hero-banner-inner p a:hover:before {
  background-color: #fff;
}

.loaded .loading {
  display: none;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 99999;
}

.loading-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100px;
  line-height: 100px;
}

.loading-text span {
  display: inline-block;
  margin: 0 5px;
  color: #8e793e;
}

.loading-text span:nth-child(1) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
  animation: blur-text 1.5s 0s infinite linear alternate;
}

.loading-text span:nth-child(2) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
  animation: blur-text 1.5s 0.2s infinite linear alternate;
}

.loading-text span:nth-child(3) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
  animation: blur-text 1.5s 0.4s infinite linear alternate;
}

.loading-text span:nth-child(4) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
  animation: blur-text 1.5s 0.6s infinite linear alternate;
}

.loading-text span:nth-child(5) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
  animation: blur-text 1.5s 0.8s infinite linear alternate;
}

.loading-text span:nth-child(6) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
  animation: blur-text 1.5s 1s infinite linear alternate;
}

.loading-text span:nth-child(7) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
  animation: blur-text 1.5s 1.2s infinite linear alternate;
}

.loading-text span:nth-child(8) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1.4s infinite linear alternate;
  animation: blur-text 1.5s 1.4s infinite linear alternate;
}

.loading-text span:nth-child(9) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1.6s infinite linear alternate;
  animation: blur-text 1.5s 1.6s infinite linear alternate;
}

.loading-text span:nth-child(10) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1.8s infinite linear alternate;
  animation: blur-text 1.5s 1.8s infinite linear alternate;
}

.loading-text span:nth-child(11) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 2s infinite linear alternate;
  animation: blur-text 1.5s 2s infinite linear alternate;
}

.loading-text span:nth-child(12) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 2.2s infinite linear alternate;
  animation: blur-text 1.5s 2.2s infinite linear alternate;
}

.loading-text span:nth-child(13) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 2.4s infinite linear alternate;
  animation: blur-text 1.5s 2.4s infinite linear alternate;
}

.loading-text span:nth-child(14) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 2.6s infinite linear alternate;
  animation: blur-text 1.5s 2.6s infinite linear alternate;
}

.loading-text span:nth-child(15) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 2.8s infinite linear alternate;
  animation: blur-text 1.5s 2.8s infinite linear alternate;
}

@-webkit-keyframes blur-text {
  0% {
    filter: blur(0px);
  }

  100% {
    filter: blur(4px);
  }
}

@keyframes blur-text {
  0% {
    filter: blur(0px);
  }

  100% {
    filter: blur(4px);
  }
}

/* remove footer for small screen */
@media only screen and (max-width: 991px) {
  footer p {
    display: none;
  }

  .image-scroll-text {
    bottom: 50px;
  }
}

.footer-overlay-bottom {
  display: none;
}

@media (max-width: 992px) {
  .footer-overlay-bottom {
    display: block;
    padding: 0 !important;
    max-width: 100% !important;
  }

  .footer-overlay-bottom p {
    display: flex;
    position: absolute;
    bottom: 10vh;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    text-align: center;
    width: 100%;
  }

  .footer-overlay-bottom p span a {
    padding: 0 6px;
    color: #fff;
    border-left: 1px solid #fff;
    font-size: 12px;
  }

  .footer-overlay-bottom p span a:first-child {
    border-left: none;
  }

}

@media (max-width: 575px) {

  .footer-overlay-bottom p span a {
    padding: 0 6px;
    font-size: 14px;
  }

  .footer-overlay-bottom p {
    font-size: 15px;
  }

}

/* overiding for terms of use */
@media only screen and (max-width: 767px) {
  .overview-box {
    margin-top: -40px;
    max-width: calc(100% - 25px);
  }
}

@media (max-width: 767px) {
  .privacy-page .overview-box {
    max-width: calc(100% - 25px);
    padding: 40px 25px;
  }
}

.linkactive {
  color: #c89b36;
}

.landscape-message {
  height: 0;
  opacity: 0;
}

.gold-box {
  background: linear-gradient(132deg, #8e793e, #beb247, #8e793e, #8e793e, #beb247);
  background-size: 400% 400%;
  animation: Gradient 15s ease infinite;
  ox-shadow: inset 0px 0px 250px 0px rgb(0 0 0 / 15%);
  -webkit-box-shadow: inset 0px 0px 250px 0px rgb(0 0 0 / 15%);
  -moz-box-shadow: inset 0px 0px 250px 0px rgb(0 0 0 / 15%);
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}


.no-scroll-effect {
  overflow: hidden;
}

@media screen and (max-width: 992px) and (orientation: landscape) {
  .landscape-message {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
  }

  body {
    overflow: hidden;
  }
  .main-container-md{
    display: none !important;
  }

  .main-container{
    display: none !important;
  }
}


@media (max-width: 575px) {
  .navbar {
    margin: 0 5vw
  }
  .image-scroll-text-conatiner-sm {
    padding-left: 5vw;
  }
    footer .container {
      padding: 10px 5vw;
    }
}

.fa-heart:before {
    content: "\f004";
}


.navbar-edit-icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.navbar-edit-icon .tooltip {
  visibility: hidden;
  background-color: #8e793e;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 6px 10px;
  position: absolute;
  z-index: 1;
  top: 125%; /* Show below the icon */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  font-size: 12px;
}

.navbar-edit-icon:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 768px) {
  .navbar-edit-icon .tooltip {
    display: none !important;
  }
}
