@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: "AtGambit";
  src: url("../fonts/AtGambit-Regular.woff2");
  font-weight: 400;
}

@font-face {
  font-family: "Atteron";
  src: url("../fonts/Atteron.woff2");
  font-weight: 400;
}

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #666;
  overflow-x: hidden !important;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #666;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25em;
  /* margin: 0 0 20px 0; */
  /* color: #222; */
}

img {
  width: 100%;
  height: auto;
}

/* img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #f4f4f4;
} */
span,
a,
a:hover {
  /* display: inline-block; */
  text-decoration: none;
  color: inherit;
}


/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
  max-width: 100%;
  margin-bottom: 24px;
  padding: 10px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  background-image: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
}

input:focus,
textarea:focus {
  border-bottom-width: 1px;
  border-color: #D3AD5D;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.75em;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background: transparent;
  border: 0px solid transparent;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
  border: 0px solid transparent;
}

select {
  padding: 10px;
  border-radius: 5px;
}

table,
th,
tr,
td {
  border: 1px solid #f8f5f0;
}

th,
tr,
td {
  padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline;
}

input[type="submit"] {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background: #D3AD5D;
  color: #fff;
  padding: 8px 24px;
  margin: 0;
  position: relative;
  font-size: 15px;
  letter-spacing: 3px;
}

.alert-success {
  background: transparent;
  color: #666;
  border: 1px solid #D3AD5D;
  border-radius: 0px;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #86868b;
  font-size: 15px;
  font-weight: 400;
}

:-moz-placeholder {
  color: #86868b;
}

::-moz-placeholder {
  color: #86868b;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #86868b;
}

/* blockquote */
blockquote {
  padding: 45px;
  display: block;
  position: relative;
  background-color: #f8f5f0;
  overflow: hidden;
  margin: 35px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #666;
}

blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
}

blockquote:before {
  content: "\e645";
  font-family: "Themify";
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: #222;
}

blockquote p {
  margin-bottom: 0;
}

blockquote p a {
  color: inherit;
}

blockquote cite {
  display: inline-block;
  font-size: 15px;
  position: relative;
  padding-left: 60px;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: #D3AD5D;
  font-weight: 400;
}

blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: #D3AD5D;
}

/* ======= Helper style ======= */
.mt-0 {
  margin-top: 0 !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

/* important */
.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100%;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.pattern {
  background-repeat: repeat;
  background-size: auto;
}

.bold {
  font-weight: 600;
}

.count {
  font-family: "Montserrat", sans-serif;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.v-bottom {
  position: absolute;
  width: 100%;
  bottom: 5%;
  left: 0;
  -webkit-transform: translate(0%, -5%);
  transform: translate(0%, -5%);
}

.js .animate-box {
  opacity: 0;
}

:root {
  scroll-behavior: auto;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: none;
}

/* background & color */
.bg-blck {
  background: #222;
}

.bg-cream {
  background: #f8f5f0;
}

.color-1 {
  color: #fff;
}

.color-2 {
  color: #adadad;
}

.color-3 {
  color: #666;
}

.color-4 {
  color: #222;
}

.color-5 {
  color: #D3AD5D;
}

/* star - white  */
.star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 1.2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 0.3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 8px;
}

.star:before,
.star:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}

.star:after {
  transform: rotate(35deg);
}

/* Star rating  */
.star-rating {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 0.3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 8px;
}

.star-rating:before,
.star-rating:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}

.star-rating:after {
  transform: rotate(35deg);
}

/* ======= Selection style ======= */
/* ::-webkit-selection {
  color: #fff;
  background: #D3AD5D;
}

::-moz-selection {
  color: #fff;
  background: #D3AD5D;
}

::selection {
  color: #fff;
  background: #D3AD5D;
} */

/* ======= Preloader style ======= */
body.preloader-active {
  overflow: hidden;
}

.preloader-bg,
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #000000, #363636);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-text {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  opacity: 0.8;
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.8s ease;
}

.fade-out {
  transition: opacity 1s ease;
  opacity: 0;
  /* Fade out the preloader */
}

.fade-out-text {
  transform: scale(1.2);
  /* Slightly enlarge text */
  opacity: 0;
  /* Fade out text */
  transition: transform 0.8s ease, opacity 0.8s ease;
}

/* Make the body content initially invisible */
.highlight_overview_header {
  opacity: 0;
  transform: translateY(30px);
  /* Start slightly below */
  transition: all 1s ease;
}

/* When content is active, fade in */
.highlight_overview_header.active {
  opacity: 1;
  transform: translateY(0);
  /* Slide content into view */
}

/* ======= Section style ======= */
.section-padding {
  padding: 120px 0;
}

.detail-header-padding {
  padding: 140px 0;
}

.header-padding {
  padding: 200px 0;
}

.section-padding2 {
  padding: 0 0 120px 0;
}

.section-padding h6 {
  color: #D3AD5D;
  font-size: 20px;
  margin-bottom: 20px;
}

.section-subtitle {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #666;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 6px;
  margin-bottom: 5px;
}

.section-subtitle span {
  color: #D3AD5D;
}

.section-title {
  font-size: 46px;

  font-weight: 400;
  color: #222;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.25em;
}

.section-title span {
  color: #fff;
}

/* ======= Navbar style ======= */
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff00;
  z-index: 99;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #ffffff2f;
}

.navbar-toggler-icon {
  background-image: none;
}

.navbar .navbar-toggler-icon,
.navbar .icon-bar {
  color: #fff;
}

.navbar .navbar-nav .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 25px 30px;
  text-transform: uppercase;
  line-height: 100%;
}

.navbar .navbar-nav .nav-link.nav-color {
  color: #fff;
}

.navbar .navbar-nav .nav-link:hover {
  color: #D3AD5D;
}

.navbar .navbar-nav .active {
  color: #D3AD5D !important;
  font-weight: 500;
  font-style: italic;
}

.navbar .navbar-nav .active i {
  color: #D3AD5D;
}

.nav-scroll {
  background: #fff;
  padding: 0 0 0 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
  box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
  height: 90px;
}

.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
  color: #D3AD5D;
}

.nav-scroll .navbar-nav .nav-link {
  color: #222;
}

.nav-scroll .navbar-nav .active {
  color: #D3AD5D !important;
}

.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #fff;
}

.nav-scroll .logo-img {
  width: 160px;
}

.nav-scroll .logo-img {
  margin-bottom: 0px;
}

.nav-scroll .logo-wrapper .logo h2 {
  font-size: 27px;
  font-weight: 400;
  display: block;
  width: 100%;
  position: relative;
  color: #D3AD5D;
  margin-bottom: 0;
  padding: 20px 0;
  letter-spacing: 1px;
  text-align: center;
}

.nav-scroll .logo-wrapper .logo span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  color: #222;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
  margin-top: 0px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.nav-scroll .logo-wrapper {}

.logo-wrapper {
  float: left;
  padding: 25px 0;
}

.logo-wrapper .logo h2 {
  font-size: 27px;
  font-weight: 400;
  display: block;
  width: 100%;
  position: relative;
  color: #D3AD5D;
  margin-bottom: 0;
  padding: 20px 0;
  letter-spacing: 1px;
  text-align: center;
}

.logo-wrapper .logo h2 a i {
  color: #fff;
  font-size: 20px;
  vertical-align: super;
}

.logo-wrapper .logo span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
  margin-top: 0px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 6px;
}


.logo-img {
  padding: 25px 0;
  width: 120px;
  text-align: center;
}

.logo svg {
  width: 120px;
  text-align: center;
}

.logo svg path {
  fill: #fff;
}

.dropdown .nav-link i {
  padding-left: 5px;
  font-size: 8px;
}

.nav-scroll .dropdown .nav-link i {
  color: #222;
}

.nav-scroll .navbar-nav .active i {
  color: #D3AD5D;
}

.navbar .dropdown-menu .dropdown-item {
  /* padding: 8px 0; */
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  border-radius: 3px;
}

.navbar .dropdown-menu .dropdown-item span {
  display: block;
  cursor: pointer;
}

.navbar .dropdown-menu .dropdown-item i {
  padding: 13px 0 0 5px;
  font-size: 8px;
  float: right;
}

.navbar .dropdown-menu .dropdown:hover>.dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
  color: #D3AD5D;
}

.navbar .dropdown-toggle::after {
  display: none;
}

.navbar .dropdown-menu {
  box-shadow: 0 16px 50px rgb(0 0 0 / 7%);
}

.navbar .dropdown-menu li {
  border-bottom: 1px solid #f4f4f4;
}

.navbar .dropdown-menu li:last-child {
  border-bottom: none;
}

.navbar .dropdown-menu .dropdown-menu.pull-left {
  top: 0;
  left: auto;
  right: 100%;
}

/* Navbar Media Query */
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 220px;
    padding: 10px 25px;
    border: 1px solid #f4f4f4;
    border-radius: 0;
    /* border: 0; */
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    text-transform: uppercase;
  }

  .navbar .dropdown-menu .dropdown-menu {
    left: calc(100% + 5px);
    top: -10px;
    right: auto;
    min-width: 190px;
    transform: translateY(0);
  }

  .navbar .dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
    /* background: transparent; */
    padding-top: 0px;
    padding-bottom: 0px;
    height: 0;
  }

  .nav-scroll {
    background: #fff;
  }

  .logo-wrapper {
    float: left;
    padding: 20px 0 20px 20px;
  }

  .nav-scroll .logo-wrapper {
    padding: 26px 0 26px 20px;
    background-color: transparent;
  }

  .nav-scroll .logo-img {
    width: 160px;
  }

  .navbar .logo {
    text-align: left;
    margin-left: 0px;
  }

  .nav-scroll .logo {}

  .logo-img {
    margin-bottom: 0px;
    width: 100px;
    padding: 0;
  }

  .navbar button {
    margin-right: 0px;
    outline: none !important;
    background: transparent;
    /* margin-top: 10px; */
    border: none;
  }

  .navbar button:hover {
    background: transparent;
  }

  .navbar button:active,
  .navbar button:focus,
  .navbar button:hover {
    background: transparent;
    outline: none;
    color: transparent !important;
  }

  .navbar .container {
    max-width: 100%;
    padding: 0;
    background: #ffffff;
  }

  /* .navbar .nav-link {
    margin: 0px auto !important;
  } */
  .navbar .navbar-nav .nav-link {
    color: #493629;
  }

  .nav-scroll .navbar-collapse .nav-link {
    color: #ffffff !important;
  }

  .nav-scroll .navbar-collapse .active {
    color: #D3AD5D !important;
  }

  .navbar .dropdown-menu .dropdown-item {
    padding: 0 15px;
    font-size: 15px;
    line-height: 40px;
  }

  .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
    background: #f0f0f0;
    border-radius: 0;
    padding-left: 50px;
    font-size: 15px;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
  }

  .navbar .dropdown-submenu .dropdown-toggle::after {
    right: 15px;
    font-size: 13px;
  }

  .navbar .dropdown-submenu:hover>.dropdown-toggle::after {
    transform: rotate(0deg);
  }

  .navbar .dropdown-submenu .dropdown-toggle.show::after {
    transform: rotate(90deg);
  }

  .navbar .dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: #fff;
    box-shadow: none;
  }

  .navbar .dropdown-submenu .dropdown-menu {
    margin: 0;
    padding: 0 0 0 20px;
  }

  .navbar .dropdown-menu li a {
    padding: 0 15px;
  }

  .navbar .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dropdown .nav-link i {
    color: #ffffff;
  }

  .nav-scroll .dropdown .nav-link i {
    color: #222;
  }

  .nav-scroll .dropdown .nav-link.active i {
    color: #D3AD5D;
  }
}

@media screen and (max-width: 992px) {
  .navbar .navbar-collapse {
    /* height: 450px; */
    /* overflow: auto; */
    /* height: auto; */
    /* overflow: scroll; */
    /* background: #ffffff; */
    text-align: left;
    padding: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 1000;
    /* padding: 0 20px 20px 20px; */
  }

  .navbar-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s cubic-bezier(0.5, 0, 0.5, 1);
  }

  .navbar-collapse.show {
    max-height: 100vh;
  }

  .navbar .navbar-nav .nav-link {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 500;
  }

  .mob-pad-top {
    padding-top: 10px
  }


  body.noscroll {
    overflow: hidden;
  }

  /* .nav-item {
    border-bottom: 1px solid #e6e6e6;
  } */

  .navbar .navbar-nav .nav-active-icon {
    display: none;
  }
}

/* ======= Header style ======= */
.header {
  min-height: 100vh;
  overflow: hidden;
}

.header .caption .o-hidden {
  display: inline-block;
}

.header .caption h2 {
  font-weight: 400;
  font-size: 30px;
}

.header .caption span i.star-rating {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.header .caption h4 {
  font-family: "Barlow Condensed", serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.header .caption h1 {
  position: relative;
  font-family: "Denton";
  font-size: 80px;
  line-height: 100%;
  color: #fff;
  font-weight: 600;
}

.header .caption p {
  font-size: 18px;
  line-height: 1.75em;
  margin-bottom: 0;
  color: #fff;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  margin-right: 15px;
}

.header .caption p span {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 5px;
  padding-right: 14px;
  position: relative;
}

.header .caption p span:last-child {
  padding: 0;
}

.header .caption p span:last-child:after {
  display: none;
}

.header .caption p span:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #222;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0.5;
}

.header .caption .butn-light {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.header .caption .butn-dark {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.header .social a {
  color: #eee;
  font-size: 20px;
  margin: 10px 15px;
}

hr {
  margin-top: 5px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/* ======= Slider-fade style (Homepage Slider) ======= */
.slider-fade .owl-item {
  height: 100vh;
  position: relative;
}

.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider-fade .item .caption {
  z-index: 9;
}

/* slider-fade owl-nav next and prev */
.slider-fade .owl-nav {
  position: absolute;
  bottom: 7%;
  right: 12%;
}

.slider-fade .owl-prev {
  float: left;
}

.slider-fade .owl-next {
  float: right;
}

.slider-fade .owl-theme .owl-nav [class*="owl-"] {
  width: 40px;
  height: 40px;
  line-height: 34px;
  background: transparent;
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
  margin-right: 3px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  transform: scale(0.9);
  background: transparent;
  border: none;
  color: #fff;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .slider-fade .owl-nav {
    display: none;
  }
}

/* owl-dots for slider */
.slider-fade .owl-dots {
  position: absolute;
  text-align: center;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  text-align: right !important;
}

.slider-fade .owl-dots:after {
  position: absolute;
  top: -70px;
  left: 50%;
  right: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  width: 1px;
  height: 60px;
  content: "";
  background: rgba(255, 255, 255, 0.3);
}

.slider-fade .owl-dots:before {
  position: absolute;
  bottom: -70px;
  left: 50%;
  right: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  width: 1px;
  height: 60px;
  content: "";
  background: rgba(255, 255, 255, 0.3);
}

.slider-fade .owl-dots .owl-dot {
  text-align: center;
}

.slider-fade .owl-dots {
  counter-reset: dots;
}

.slider-fade .owl-dots .owl-dot {
  position: relative;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.slider-fade .owl-dots .owl-dot span {
  background: transparent;
  display: none;
}

.slider-fade .owl-dots .owl-dot.active {
  color: #D3AD5D;
}

.slider-fade .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}

/* video field for slider */
.header div.reservation {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-orientation: sideways;
  text-orientation: sideways;
  margin: 0;
  position: absolute;
  top: 0;
  left: 40px;
  height: 60%;
  z-index: 9;
}

.header div.reservation .call {
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 5px;
  font-size: 12px;
  line-height: 1.75em;
  margin-top: 15px;
}

.header div.reservation .call span {
  font-size: 24px;
  color: #D3AD5D;
  letter-spacing: 1px;
}

.header div.reservation .icon {
  position: absolute;
  left: -1px;
  top: -50px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  border-radius: 100%;
}

.header div.reservation a .icon i {
  color: #fff;
  font-size: 24px;
  transform: rotate(90deg);
}

.header div.reservation a .icon:hover {
  border: 1px solid #D3AD5D;
}

@media screen and (max-width: 768px) {
  .header div.reservation {
    display: none;
  }
}




/* hr style */
hr {
  margin-top: 5px;
  margin-bottom: 20px;
  border: 0;
}

hr.border-1 {
  border-top: 1px solid rgba(170, 132, 83, 0.7);
}

hr.border-2 {
  border-top: 1px solid rgba(170, 132, 83, 0.7);
}


/* ====== Coming Soon ======= */
.comming {
  min-height: 100vh;
  height: auto;
  position: relative;
  background-blend-mode: overlay;
  background: rgba(0, 0, 0, 0.4);
  background-image: url("../img/slider/1.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
}

@media (max-width: 767px) {
  .comming {
    min-height: 120vh;
  }
}

.comming .item {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 15px;
  margin-bottom: 30px;
}

.comming h6 {
  color: #fff;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

.comming h3 {
  font-size: 48px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0px;
}

.comming h2 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
}

.comming h1 {
  font-size: 200px;
  font-weight: 400;
  margin-bottom: 0px;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 1px #D3AD5D;
  opacity: 0.8;
  line-height: 160px;
}

.comming p {
  color: #fff;
  font-size: 15px;
}

/* go home */
.go-back {
  margin-top: 45px;
}

.go-back a {
  color: #fff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.go-back a:hover {
  color: #D3AD5D;
}

.go-back a span {
  transition: all 0.5s;
}

.go-back a span i {
  color: #fff;
  font-size: 12px;
}

.go-back a:hover span {
  padding-right: 15px;
}


/* ======= Footer style ======= */
.footer {
  position: relative;
  display: block;
  background: #493629;
}

.footer-top {
  position: relative;
  display: block;
  background-color: #493629;
  padding: 120px 0;
  z-index: 1;
}

/* .footer-top .footer-column {
  margin-bottom: 30px;
} */
.footer-title {
  font-size: 16px;
  color: #000000;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.footer_ul_links {
  padding: 0;
}

.footer_ul_links li {
  font-size: 18px;
  color: #86868B;
  margin-bottom: 12px;
  font-weight: 400;
}

.footer-about-text {
  font-size: 15px;
  color: #adadad;
  margin: 0;
}

.footer-about-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.footer-about-social-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-about-social-list a+a {
  margin-left: 15px;
}

.footer-about-social-list a:hover {
  background-color: transparent;
  color: #D3AD5D;
}

.footer-explore-list li+li {
  margin-top: 3px;
}

.footer-explore-list li a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #adadad;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-about h2 {
  color: #000000;
  margin-bottom: 15px;
  font-family: "Denton";
  font-size: 44px;
  font-weight: 600;
}

.footer-about h2 span {
  color: #D3AD5D;
}

.footer-explore-list li a:hover {
  padding-left: 15px;
  color: #D3AD5D;
}

.footer-explore-list li a:before {
  position: absolute;
  top: 55%;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #D3AD5D;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-explore-list li a:hover:before {
  opacity: 1;
}

.footer-contact {
  position: relative;
  display: block;
}

.footer-contact .footer-title {
  margin-bottom: 20px;
}

.footer-contact-text {
  font-size: 18px;
  color: #999999;
  margin-bottom: 12px;
  font-weight: 400;
  line-height: 140%;
}

.footer-contact-info p {
  margin: 0;
}

.footer-contact-phone {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-contact-phone:hover {
  color: #fff;
}

.footer-contact-mail {
  font-size: 15px;
  line-height: 3em;
  color: #fff;
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-contact-mail:hover {
  color: #fff;
}

.footer-contact-mail:before {
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #D3AD5D;
  content: "";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-contact-mail:hover:before {
  background-color: #D3AD5D;
}

/* language */
.footer-language {
  width: 160px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 30px;
}

.footer-language i {
  position: absolute;
  right: 30px;
  top: 17px;
  font-size: 15px;
  opacity: 0.6;
  color: #adadad;
}

.footer-language select {
  height: 50px;
  background: #282828;
  color: #adadad;
  border: 1px solid #282828;
  border-radius: 0px;
}

.footer-language select option {
  color: #fff;
}

.contact-info {
  position: relative;
  display: block;
}

.contact-info a {
  display: block;
  font-size: 17px;
  color: rgba(21, 21, 21, 0.6);
  font-weight: 500;
}

.social-info {
  position: relative;
  display: block;
}

.social-info a {
  display: block;
  font-size: 17px;
  color: rgba(21, 21, 21, 0.6);
  font-weight: 500;
}

select {
  width: 160px;
  max-width: 100%;
  height: 70px;
  padding: 0 30px;
  border: 1px solid #adadad;
  color: #adadad;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.footer-bottom {
  position: relative;
  display: block;
  background-color: #dbdddc;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
  padding: 32px 0;
}

.footer-bottom-inner {
  position: relative;
  display: block;
  text-align: left;
}

.footer-bottom-copy-right {
  font-size: 17px;
  color: rgba(21, 21, 21, 0.6);
  margin: 0;
  line-height: 120%;
}

.footer-bottom-copy-right span {
  color: #151515;
  font-weight: 500;
}

.footer-bottom-copy-right a {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-bottom-copy-right a:hover {
  color: #D3AD5D;
}

/* ======= toTop Button style ======= */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background-color: #D3AD5D;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "themify";
  content: "\e648";
  text-align: center;
  line-height: 45px;
  font-size: 12px;
  font-weight: 700;
  color: #323232;
  left: 0;
  top: 0;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.progress-wrap::after {
  color: #fff;
}

.progress-wrap svg.progress-circle path {
  stroke: #D3AD5D;
}

.reveal img {
  max-width: 100%;
}


.butn-light {
  position: relative;
  line-height: 1.2em;
}

.butn-light a {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  /* padding: 12px 20px; */
  margin: 0;
  position: relative;
  font-size: 15px;
  /* letter-spacing: 3px; */
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 18px 25px !important;
}

.butn-light a:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}

.butn-light a span {
  position: relative;
  z-index: 2;
}

.butn-light a:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.butn-light a:hover span {
  color: #222;
}

.navbar .navbar-nav .nav-item {
  align-content: center;
  /* padding: 0 30px; */
}

.navbar .navbar-nav .nav-item:last-child {
  padding-left: 30px;
}

.main_home_header {
  display: block;
  position: relative;
  height: 100vh;
  overflow: hidden;
  /* Prevents the image from overflowing */
}

.main_home_header .main_bg_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -5;
}

.tatva_house_image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.tatva_house_images img {
  max-width: 100%;
}

.tatva_home_header_text {
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}

.tatva_home_header_text h1 {
  font-size: 100px;
  color: white;
  opacity: 0.8;
  width: 100%;
  font-family: "Atteron";
  opacity: 0;
  filter: blur(10px);
  text-align: center;
  line-height: 100%;
}

.secondary-bg {
  background-color: #F8F8F8;
}


.title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  color: #D3AD5D;
}

.title::before {
  content: "";
  width: 35px;
  height: 1px;
  background-color: #D3AD5D;
  margin-right: 20px;
}

.main_text_with_image_area h6 {
  color: #D3AD5D;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
  opacity: 0;
  filter: blur(10px);
  transform: translateX(-50px);
}

.main_text_with_image_area h2 {
  font-family: "AtGambit";
  font-size: 48px;
  letter-spacing: -0.9px;
  color: #28201A;
  line-height: 100%;
  margin-bottom: 35px;
}

.main_text_with_image_area p {
  font-size: 17px;
  color: #86868B;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 0;
}

p b {
  font-weight: 500;
}

.center_header_area {
  display: block;
  position: relative;
  text-align: center;
}

.center_header_area h6 {
  color: #D3AD5D;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
  opacity: 0;
  filter: blur(10px);
  transform: translateX(-50px);
}

.center_header_area h2 {
  font-family: "AtGambit";
  font-size: 48px;
  letter-spacing: -0.9px;
  color: #28201A;
  line-height: 100%;
  margin-bottom: 0;
  text-align: center;
}

.center_header_area .title {
  place-content: center;
}

.custom-cursor {
  position: absolute;
  width: 90px;
  height: 90px;
  background-color: #D3AD5D;
  /* Gold Color */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
  /* Ensure it doesn't interfere with clicks */
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  z-index: 10;
}

/* Show cursor when active */
.custom-cursor.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

/* Cursor effect while sliding */
.custom-cursor.sliding {
  transform: translate(-50%, -50%) scale(1.2);
}

#collection_slider_carousel {
  cursor: none;
  /* Hide default cursor */
  user-select: none;
  /* Prevent text selection */
  -webkit-user-drag: none;
  /* Disable dragging */
  -moz-user-select: none;
  -ms-user-select: none;
}







.pranam-light-btn {
  position: relative;
  line-height: 1.2em;
  /* text-align: center; */
}

.pranam-light-btn a {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  background: #D3AD5D;
  color: #fff;
  margin: 0;
  position: relative;
  font-size: 15px;
  /* letter-spacing: 3px; */
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 26px !important;
  font-weight: 500;
}

.pranam-light-btn a:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}

.pranam-light-btn a span {
  position: relative;
  z-index: 2;
}

.pranam-light-btn a:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.pranam-light-btn a:hover span {
  color: #D3AD5D;
}

.pranam-light-btn a:hover span svg {
  fill: #D3AD5D;
}


.bealive_area {
  display: block;
  position: relative;
}

.bealive_area h6 {
  color: #D3AD5D;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 30px;
  opacity: 0;
  filter: blur(10px);
  transform: translateX(-50px);
}

.bealive_area h2 {
  font-family: "AtGambit";
  font-size: 48px;
  letter-spacing: -0.9px;
  color: #28201A;
  line-height: 100%;
  margin-bottom: 0;
}

.bealive_single_area {
  display: block;
  position: relative;
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 20px;
  /* margin-bottom: 20px; */
}

.last_bealive_single_area {
  margin-bottom: 0;
}

.bealive_single_area img {
  display: block;
  width: 50px;
  margin-bottom: 15px;
}

.bealive_single_area h4 {
  color: #524B45;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 15px;
}

.bealive_single_area p {
  font-size: 17px;
  color: #86868B;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 0;
}


.main_full_screen_image {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.main_full_screen_image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transform-origin: center center;
}

.main_full_screen_image_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.main_full_screen_image_text h1 {
  font-size: 60px;
  color: white;
  font-family: "Atteron";
  will-change: transform, opacity;
  margin: 0;
  text-align: center;
}

.scrolling_header_biggger h1 {
  font-size: 60px;
  color: white;
  font-family: "Atteron";
  will-change: transform, opacity;
  margin: 0;
  text-align: center;
}

.scrolling_header_biggger2 h1 {
  font-size: 60px;
  color: white;
  font-family: "Atteron";
  will-change: transform, opacity;
  margin: 0;
  text-align: center;
  line-height: 100%;
}

.main_full_screen_image_text2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main_full_screen_image_text2 h1 {
  font-size: 60px;
  color: white;
  font-family: "Atteron";
  will-change: transform, opacity;
  margin: 0;
  text-align: center;
}








.left_header_area {
  display: block;
  position: relative;
  text-align: left;
}

.left_header_area h6 {
  color: #D3AD5D;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 25px;
  text-align: left;
  opacity: 0;
  filter: blur(10px);
  transform: translateX(-50px);
}

.left_header_area h2 {
  font-family: "AtGambit";
  font-size: 48px;
  letter-spacing: -0.9px;
  color: #28201A;
  line-height: 100%;
  margin-bottom: 0;
  text-align: left;
}

.single_blog_index_area {
  display: block;
  position: relative;
}

.single_blog_index_area img {
  max-width: 100%;
}

.single_blog_index_area h6 {
  color: #D3AD5D;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.single_blog_index_area h3 {
  color: #524B45;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 30px;
}


.single_blog_index_area a {
  font-size: 15px;
  color: #86868B;
  letter-spacing: 1.5px;
  font-size: 14px;
}

.cta_footer_main_area {
  display: block;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 20px;
}

.cta_footer_main_area_content {
  display: block;
  position: relative;
}

.cta_footer_main_area_content h2 {
  font-family: "AtGambit";
  font-size: 48px;
  letter-spacing: -0.9px;
  color: #28201A;
  line-height: 100%;
  margin-bottom: 50px;
  text-align: left;
}

.text_center {
  text-align: center;
}

.footer_main_left_area h2 {
  font-family: "AtGambit";
  font-size: 48px;
  letter-spacing: -0.9px;
  color: #ffffff;
  line-height: 100%;
  margin-bottom: 150px;
  text-align: left;
}



.footer_form {
  position: relative;
  width: 100%;
}

.footer_form input {
  border: none;
  border-bottom: 1px solid #ffffff2f;
  width: 100%;
  padding-right: 50px;
  /* Adjust padding for the button space */
  box-sizing: border-box;
  padding-left: 0;
  margin: 0;
  font-size: 17px;
  color: white;
}

.submit_btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #FFFFFF;
  /* Customize arrow color */
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  /* Adjust icon size */
}

.submit_btn i {
  pointer-events: none;
}

.footer_form input::placeholder {
  color: white;
  opacity: 0.8;
  font-weight: 300;
  font-size: 16px;
}

.footer_form input::-ms-input-placeholder {
  color: white;
  opacity: 0.4;
  font-weight: 300;
  font-size: 16px;
}

.footer_main_left_area p {
  color: white;
  opacity: 0.6;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
}


.footer_main_right_area {
  display: block;
  position: relative;
}

.footer_adress_content {
  display: block;
  position: relative;
  text-align: end;
  margin-bottom: 65px;
}

.footer_adress_content a {
  color: white;
  font-size: 22px;
}


.footer_email_content {
  display: block;
  position: relative;
  margin-bottom: 65px;
  justify-items: end;
}

.footer_email_content a {
  color: white;
  font-size: 18px;
  margin-top: 18px;
  display: block;
}

.footer_call_content h6 {
  place-content: end;
}

.footer_call_content {
  display: block;
  position: relative;
  justify-items: end;
}

.footer_call_content a {
  color: white;
  font-size: 18px;
  margin-top: 18px;
  display: block;
}

.footer_call_content h6 {
  place-content: end;
}

.footer_social_media_icons {
  display: block;
  position: relative;
  align-content: center;
}

.footer_social_media_icons ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-left: auto;
}

.footer_social_media_icons ul li a img {
  width: 46px;
}

.footer_social_media_icons ul li {
  padding: 0 8px;
}

.footer_social_media_icons ul li:last-child {
  padding-right: 0;
}

.footer_copyright_content {
  display: block;
  position: relative;
}

.footer_copyright_content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 0;
}

.footer_main_logo_area {
  border-left: 1px solid #ffffff2f;
  border-right: 1px solid #ffffff2f;
}

.footer_logo {
  display: block;
  position: relative;
  justify-self: center;
  padding: 30px 0;
}

.footer_logo img {
  width: 120px;
}

.footer_bottom {
  border-top: 1px solid #ffffff2f;
}

.footer_element_image {
  position: absolute;
  top: 0px;
  left: 0px;
}

.our_project_slider_section {
  display: block;
  position: relative;
  overflow: visible;
}


.ourprojectelement1 {
  position: absolute;
  top: 0px;
  left: 0px;
}

.ourprojectelement2 {
  position: absolute;
  top: 0px;
  right: 0px;
}

.ourprojectelement3 {
  position: absolute;
  bottom: 0px;
  left: 0px;
}


.ourprojectelement4 {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.sub_header_main_image {
  padding: 200px;
  background-size: cover;
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}

.sub_header_main_image img {
  width: 100%;
}

.sub_header_main_image h2 {
  font-size: 48px;
  font-family: "Atteron";
  color: white;
  opacity: 0;
  filter: blur(10px);
}

.sub_header_main_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.our_team_image_area {
  display: block;
  position: relative;
}

.our_team_image_area img {
  width: 100%;
  border-radius: 10px;
}

.team_image_content_area {
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.team_image_content_area h6 {
  color: #D3AD5D;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px;
}

.team_image_content_area h4 {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.sub_header_main_text span {
  display: inline-block;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  word-spacing: 0;
}

.left_header_area p {
  font-size: 17px;
  color: #86868B;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 0;
  margin-top: 20px;
}

.custom_contact_section {
  display: flex;
  position: relative;
}

.custom_contact_form_area {
  display: block;
  position: relative;
  padding: 70px;
}

.custom_contact_form_area {
  display: block;
  position: relative;
  max-width: 50%;
}

.contact_form_image_area {
  display: block;
  position: relative;
  max-width: 50%;
  overflow: hidden;
  /* Ensure it takes full height */
}

.contact_form_image_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Prevents stretching */
}


.pranam-contact-btn {
  position: relative;
  line-height: 1.2em;
  /* text-align: center; */
}

.pranam-contact-btn a {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  background: #D3AD5D;
  color: #fff;
  margin: 0;
  position: relative;
  font-size: 15px;
  /* letter-spacing: 3px; */
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 11px 26px !important;
  font-weight: 500;
  display: block;
  text-align: center;
}

.pranam-contact-btn a:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}

.pranam-contact-btn a span {
  position: relative;
  z-index: 2;
}

.pranam-contact-btn a:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.pranam-contact-btn a:hover span {
  color: #D3AD5D;
}

.pranam-contact-btn a:hover span svg {
  fill: #D3AD5D;
}

.custom_contact_form_area .left_header_area h6 {
  margin-bottom: 10px;
}

.custom_contact_form_area .left_header_area p {
  margin-top: 15px;
  margin-bottom: 50px;
}

.project_main_area {
  display: block;
  position: relative;
}

.project_main_area {
  display: block;
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.project_main_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.project_main_content h5 {
  color: #D2AE60;
  font-size: 18px;
  text-align: center;
  opacity: 0;
  filter: blur(10px);
  transform: translateY(-20px);
  text-align: center;
}

.project_main_content h1 {
  font-size: 66px;
  font-family: "Atteron";
  color: white;
  margin-bottom: 0;
  opacity: 0;
  filter: blur(10px);
  text-align: center;
  line-height: 100%;
}


.blog_main_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}

.blog_main_content h1 {
  font-size: 50px;
  font-family: "Atteron";
  color: white;
  margin-bottom: 0;
  opacity: 0;
  filter: blur(10px);
  text-align: center;
  line-height: 110%;
}



.project_main_content h1 span {
  display: inline-block;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  word-spacing: 0;
}

.project_info_content {
  display: block;
  position: relative;
  text-align: center;
}

.project_info_content img {
  max-width: 650px;
  margin-bottom: 50px;
}

.project_info_content p {
  font-size: 17px;
  color: #86868B;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 0;
}

.owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  /* Adjust spacing */
}

.owl-nav button {
  background: none;
  border: none;
  font-size: 24px;
  /* Adjust arrow size */
  color: #333;
  /* Adjust color */
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.owl-nav button:hover {
  color: #000;
  /* Darker on hover */
}

.owl-prev {
  margin-right: 15px;
}

.owl-next {
  margin-left: 15px;
}

.custom-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
}

.custom-nav button {
  background: none;
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  padding: 10px 15px;
  transition: 0.3s;
}

.custom-nav button:hover {
  color: #000;
}

.slide-count {
  font-size: 18px;
  color: #00000081;
  font-weight: 500;
}

.single_amenities_area {
  display: flex;
  position: relative;
  background-color: white;
  padding: 40px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.02));
  align-items: center;
  gap: 60px;
  border-radius: 10px;
}

.single_amenities_icon {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  align-content: center;
}

.single_amenities_icon img {
  width: 100%;
  height: 100%;
}

.single_amenities_content {
  display: block;
  position: relative;
}

.single_amenities_content h5 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #756F6A;
  margin-bottom: 0;
  line-height: 130%;
}

.single_amenities_icon::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background-color: #D4AE5D;
}

.pranam-light-btn svg {
  margin-right: 5px;
}

.main_image_with_text_area {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reveal-image {
  width: 100%;
  /* Adjust as needed */
  opacity: 0;
  transform: scale(1.1);
  /* Start slightly zoomed in */
  clip-path: inset(50% 50% 50% 50%);
  /* Initially hidden */
}


.menu-icon {
  width: 26px;
  height: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.menu-icon span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #493629;
  transition: all 0.4s ease-in-out;
}

.menu-icon.open span:nth-of-type(1) {
  transform: translateY(8px) rotate(45deg);
  background-color: #493629;
}

.menu-icon.open span:nth-of-type(2) {
  opacity: 0;
}

.menu-icon.open span:nth-of-type(3) {
  transform: translateY(-8px) rotate(-45deg);
  background-color: #493629;
}

.main_full_screen_main_section {
  display: block;
  position: relative;
}



.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}


.whatsapp_chat_demo_wrapper {
  position: relative;
  background-image: url("../upload/home/Fresh_Living.webp");
  padding: 200px 0;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}

.whatsapp_chat_demo_wrapper2 {
  background-image: url("../upload/about/natural_living.webp");
  padding: 200px 0;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}


.main_full_screen_image_text {
  text-align: center;
}

.sub_header_title {
  display: block;
  position: relative;
}

.sub_header {
  display: block;
  position: relative;
  padding-top: 320px;
  padding-bottom: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub_header_title h2 {
  font-size: 60px;
  color: white;
  font-family: "Atteron";
  will-change: transform, opacity;
  margin: 0;
  text-align: center;
  opacity: 0;
  filter: blur(5px);
  transform: translateY(-25px);
}


.tatva-sub-header {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;

}


.sub-header-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sub-header-content {
  text-align: center;
}

.main_home_header,
.mobile_home_header {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Desktop Header */
.main_home_header {
  background-image: url("../upload/home/Main_Header.webp");
  display: block;
}

/* Mobile Header */
.mobile_home_header {
  background-image: url("../upload/home/Mobile_Header.webp");
  display: none;
}

/* Switch to Mobile Header on Screens ≤ 768px */
@media screen and (max-width: 768px) {
  .main_home_header {
    display: none;
  }

  .mobile_home_header {
    display: block;
  }
}

textarea:focus, input:focus {
  outline: none;
}

.scrolling_header_biggger br {
  display: none;
}

.scrolling_header_biggger2 br {
  display: none;
}

*:focus {
  outline: none;
}

input:focus {
  outline: none;
  /* border: none; */
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}

.navbar button:active,
.navbar button:focus,
.navbar button:hover {
  background: transparent;
  outline: none;
  color: transparent !important;
}

@media screen and (min-width: 992px) {
  .pl-80 {
    padding-left: 80px;
  }

  .pr-80 {
    padding-right: 80px;
  }

  .pt-40 {
    padding-top: 40px;
  }

  .pt-60 {
    padding-top: 60px;
  }

  .pt-80 {
    padding-top: 80px;
  }

  .pt-100 {
    padding-top: 100px;
  }
}

.mb-15 {
  margin-bottom: 15px;
}

.butn-dark2 {
  width: 100%;
  background-color: #D3AD5D;
  color: white;
  padding: 12px 0;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.butn-dark2:hover {
  background-color: #b89248;
  transform: translateY(-2px);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
}

.butn-dark2:active {
  transform: translateY(1px);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.main_blog_content {
  display: block;
  position: relative;
}


.main_blog_content h2 {
  color: #2B2A29;
  margin-bottom: 30px;
  margin-top: 50px;
  font-weight: 600;
  line-height: 120%;
}

.main_blog_content h2:first-child {
  margin-top: 0;
}

.main_blog_content p {
  font-size: 17px;
  color: #86868B;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}

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

.main_blog_content ul li {
  font-size: 17px;
  color: #86868B;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
  list-style: disc;
  margin-left: 20px;
}

.main_blog_content h3 {
  color: #2B2A29;
  margin-bottom: 20px;
  margin-top: 40px;
  line-height: 120%;
}

.main_blog_content h4 {
  color: #2B2A29;
  margin-bottom: 15px;
  margin-top: 30px;
  line-height: 120%;
}