@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rochester&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quintessential&display=swap");
/*font-family: 'Dancing Script', cursive;*/
/*font-family: 'Pacifico', cursive;*/
/*font-family: 'Great Vibes', cursive;*/
/*font-family: 'Rochester', cursive;*/
/*font-family: 'Quintessential', cursive;*/

@font-face {
  font-family: 'Avenir';
  src: url('AvenirLTStd-Roman.otf');
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: "League Spartan", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  cursor: url("https://d33m3g343o7hgb.cloudfront.net/aratt-alchemy-essence/assets/img/aratt/mouse-point.png"), auto;
}

.amara_projecttext1 {
  font-family: "Avenir" !important;
  font-size: 30px;
  font-weight: 900;
  color: #7d5ea6 !important;
  text-transform: uppercase;
}

.amara_projecttext2 {
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #0d142e !important;
}

.amara_projecttext3 {
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  color: #0d142e !important;
}

.amara_projecttext4 {
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  color: #0d142e !important;
}

.amara_projecttext5 {
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  color: #0d142e !important;
}

.key_featurehead {
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 2.5rem;
}

.key_featurehead>h1 {
  background-color: #19191b;
  position: relative;
  top: 35px;
  padding: 5px 50px;
}

.key_featurecontent {
  color: #fff;
}

.key_featuresection {
  display: flex;
  justify-content: center;
  align-items: center;
}

.key_featuremain {
  padding: 0px 65px;
}

.key_featuremain>.row {
  border: 2px solid #fff;
  border-radius: 9px;
  padding: 50px 0px;
  margin-bottom: 15px;
}

.key_featurecontent>li {
  margin-bottom: 10px;
  list-style-type: circle;
}

/* .img-advika{
  height: 359px;
}
.img_divstyle{
  height:393px;
}
.img_vana{
  height:380px;
}
.img-sattva{
  height: 351px;
}
.img-adhya{
  height:341px;
} */
.footer_text {
  font-size: 14px;
}

.btn-close {
  color: #fff !important;
}

.btn-close:hover {
  color: #fff !important;
}

/* .desktop {
  display: block;
  width: 100%;
} */
.mobile {
  display: block;
}

.Amara-logos {
  width: 200px;
  margin: 0px 79px;
}

.project_list {
  /*background-color: #19191b;*/
  padding: 10px;
}

.amaraproject_subpara {
  margin-top: 10px;
  color: #a7906d;
  font-size: 16px;
}

.Amara-logo1 {
  width: 150px;
  margin-bottom: 2%;
}

.Book_experiencebutton {
  padding: 0 20px;
  cursor: pointer;
  display: flex;
  justify-content: center !important;
  color: aliceblue;
}

.amara_projectname {
  font-size: 19px;
  color: #fff;
  margin-bottom: 5px;
}

.amara_projectpara {
  font-size: 14px;
}

.amara_projecthr {
  width: 50%;
  color: aliceblue;
  margin: 0.6rem 0 !important;
}

.hr_line {
  margin: 1rem 0;
  color: inherit;
  background-color: #4f5154;
  border: 0;
  opacity: unset;
  width: 60px;
  height: 4px !important;
  position: relative;
  right: 79px;
  /* bottom: -33px; */
  bottom: -18px;
  margin: 0px;
}

.hr_line1 {
  margin: 1rem 0;
  color: inherit;
  background-color: #4f5154;
  border: 0;
  opacity: unset;
  width: 60px;
  height: 4px !important;
  position: relative;
  left: 236px;
  /* top: -28px; */
  top: -20px;
  margin: 0px;
}

.amara_Adhyaimage {
  width: 100px;
}

.amaraimage_align {
  display: flex;
  justify-content: end;
}

.amaraimage_align1 {
  display: flex;
  justify-content: start;
}

.amaraimage_row {
  margin-top: 10px;
}

.success_message {
  display: none;
  text-align: center;
  border: 1px solid;
  color: green;
  font-weight: 800 !important;
  margin-bottom: 40px;
}

.mobile-only {
  display: none !important;
}

.desktop-only {
  display: block !important;
}

p {
  margin: 0;
  color: #ffffff;
}

.fixed-footer-cust {
  display: none;
}

/* Navbar */
.logo {
  width: 130px;
  filter: invert(90);
}

.main-content {
  background: url("https://d33m3g343o7hgb.cloudfront.net/aratt-alchemy-essence/assets/img/aratt/web-pattern.jpg");
  background-size: cover;
  background-position: center;
}

/* .navbar {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  z-index: 10;
  border-bottom: 1px solid aliceblue;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  position: fixed;
  top: 0;
  left: 0;
}

.nav-left {
  display: flex;
  align-items: center;
}

.search-btn {
  background-color: transparent;
  border: none;
  padding: 0.5rem 1rem;
}

.search-btn > img:nth-child(1) {
  width: 24px;
}

.nav-number {
  padding: 0.5rem 1rem;
}

.nav-link {
  text-decoration: none;
  color: white;
}

.nav-link:hover {
  text-decoration: none;
  color: #ffffff;
}
.nav-link:focus {
  text-decoration: none;
  color: #ffffff;
} */

.nav {
  width: 100%;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.55);
  /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
  backdrop-filter: blur(15.5px);
  -webkit-backdrop-filter: blur(15.5px);
}

.nav>.nav-header {
  flex: 0.95;
  padding-left: 1rem;
}

.nav>.nav-header>.nav-title {
  font-size: 22px;
  color: #fff;
}

.nav>.nav-list {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin: 1rem 0;
}

.nav>.nav-list>li {
  list-style-type: none;
}

.nav>.nav-list>li a {
  text-decoration: none;
  color: #efefef;
  cursor: pointer;
}

.nav>#nav-check {
  display: none;
}

/* Main Caresole */

.text-centered {
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.text-centered>h1 {
  font-family: "League Spartan", sans-serif;
  word-spacing: 10px;
  letter-spacing: 11px;
  font-weight: bolder;
}

.text-centered>p {
  word-spacing: 13px;
  letter-spacing: 5px;
  font-size: 18px;
}

/* Whu AMara */
.why-aratt {
  /*background-color: #19191B;*/
  padding: 50px;
  /*background: url("../img/aratt/Aratt-Pattern.jpg");*/
}

.why-aratt-inner-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.why-aratt-right {
  width: 50%;
}

hr:not([size]) {
  height: 3px;
}

.why-aratt-left>hr:nth-child(2) {
  width: 20%;
  color: white;
}

.why-aratt-left>p:nth-child(1) {
  font-size: 24px;
  letter-spacing: 3px;
}

div.aratt-facility-section>div>div>hr:nth-child(3) {
  width: 50%;
  color: aliceblue;
}

div.aratt-facility-section>div>div>p:nth-child(2) {
  font-size: 14px;
}

div.aratt-facility-section>div>div>h3 {
  margin-bottom: 15px;
}

/* Amara facility */
.aratt-facility {
  /*background-color: #19191B;*/
  /*padding: 0 50px;*/
  /*border-top: 1px solid white;*/
  /*border-bottom: 1px solid white;*/
}

.aratt-facility-inner-container {
  padding: 0 50px;
}

.aratt-facility-section {
  display: flex;
  text-align: center;
  align-items: center;
  padding-top: 6%;
}

.aratt-facility-right>img:nth-child(1) {
  width: 100%;
}

.aratt-facility-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  padding: 24px;
}

.aratt-facility-right {
  width: 50%;
}

.aratt-facility-left>div:nth-child(1)>hr:nth-child(2) {
  color: white;
  width: 54%;
}

.amar-facility-p {
  width: 80%;
}

.aratt-facility-left>div:nth-child(1) {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.aratt-facility-left>div:nth-child(1)>h3:nth-child(2) {
  color: #c3af96;
}

.aratt-facility-left>div:nth-child(3) {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}

.Amara-logo {
  width: 200px;
  margin-bottom: 15px;
}

.aratt-facility-left>div:nth-child(4)>h3:nth-child(1) {
  color: aliceblue;
}

.aratt-facility-left>div:nth-child(4)>div:nth-child(2) {
  color: aliceblue;
  display: flex;
}

.aratt-facility-left>div:nth-child(4)>div:nth-child(2)>h3:nth-child(2) {
  padding: 0 20px;
  cursor: pointer;
}

.aratt-facility-left>div:nth-child(4)>div:nth-child(2)>hr:nth-child(1) {
  width: 60px;
}

.aratt-facility-left>div:nth-child(4)>div:nth-child(2)>hr:nth-child(3) {
  width: 60px;
}

.aratt-facility-bottom {
  color: aliceblue;
  text-align: center;
  padding: 50px;
}

.aratt-facility-bottom>div:nth-child(2)>ul:nth-child(1) {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  padding: 50px 0px;
  border: 2px solid;
  border-radius: 9px;
}

.aratt-facility-bottom>div:nth-child(1) {
  display: flex;
  justify-content: center;
}

.aratt-facility-bottom>div:nth-child(1)>h1:nth-child(1) {
  background-color: #19191b;
  padding: 5px 50px;
  position: relative;
  top: 36px;
}

.aratt-facility-p1 {
  font-size: 15px;
}

.amar-facility-p {
  font-size: 17px;
  font-weight: bold;
}

.aratt-facility-serial-num {
  font-size: 12px;
  padding-top: 21px;
}

/* Video */
.video-section {
  background-color: #362b2d;
  padding: 10%;
  border-bottom: 1px solid white;
}

.video-section-inner-container>video:nth-child(1) {
  width: 100%;
}

/* key-features */
div.key-features-bottom-section {
  padding: 20px;
  border: 1px solid aliceblue;
  color: white;
  line-height: 50px;
  border-radius: 5px;
  width: 100%;
  max-width: 90%;
}

.key-features-inner-container {
  margin: 0% 0%;
}

.key-features {
  background-color: #19191b;
  padding: 50px;
}

.key-features-inner-container>div:nth-child(1)>p:nth-child(1) {
  font-size: 36px;
  letter-spacing: 2px;
}

.key-features-inner-container>div:nth-child(1)>hr:nth-child(3) {
  color: white;
  width: 12%;
}

.key-features-top {
  margin-bottom: 5%;
}

.key-features-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 32px;
}

div.key-features-bottom-section>img:nth-child(1) {
  margin-bottom: 10%;
}

.key-features-top>hr:nth-child(2) {
  color: white;
  width: 20%;
}

.key-features-bottom-section>ul {
  list-style-image: url("/assets/icon/minus.png");
}

/* call-book-now */
.call-book-now {
  background-color: #19191b;
  padding: 50px;
}

.call-book-now-inner-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-book-now-left>button:nth-child(1) {
  padding: 9px 10px;
  border: 1px solid #a7906d;
  background-color: #a7906d;
  color: white;
  font-size: 18px;
}

.aratt-facility .call-book-now-left>button:nth-child(1) {
  border: 1px solid white;
  background-color: white;
  color: #0d142e;
  border-radius: 5px;
}

.footer>button:nth-child(1) {
  border: 1px solid white;
  background-color: white;
  color: #0d142e;
  border-radius: 5px;
}

.call-book-now-right {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.call-book-now-right>hr:nth-child(1) {
  width: 40%;
}

.call-book-now-right>hr:nth-child(3) {
  width: 100%;
}

.book-an-experienc {
  padding: 0 45px;
}

/* Testimonials */
.testimonials {
  background-color: #362b2d;
  padding: 50px;
  border-bottom: 1px solid white;
}

.testimonials-inner-container {
  margin: 0 10%;
}

.testimonials-inner-container>div:nth-child(1)>p:nth-child(1) {
  font-size: 36px;
  letter-spacing: 2px;
}

.testimonials-top>hr:nth-child(2) {
  width: 12%;
  color: white;
}

.testimonials-top {
  margin-bottom: 5%;
}

/* Footer */
footer {
  background-color: #19191b;
  /* padding: 50px; */
  padding-bottom: 17px;
  text-align: center;
}

/* WHY AMARA LIFESTYLE */
#news-slider {
  margin-top: 80px;
}

.post-slide {
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
}

.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: -12px 15px 8px 15px;
  margin-left: -10px;
}

.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}

.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(-45deg,
      rgba(6, 190, 244, 0.75) 0%,
      rgba(45, 112, 253, 0.6) 100%);
  transition: all 0.5s linear;
}

.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}

.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}

.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}

.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}

.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}

.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196f3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}

.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
  position: absolute;
  top: 30%;
  left: 15px;
  border-radius: 50px;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 30%;
  right: 15px;
  border-radius: 50px;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after {
  content: "";
  width: 64px;
  height: 64px;
  display: block;
  background-image: url("../icon/prev.png");
  background-repeat: no-repeat;
  background-size: 75%;
}

.owl-controls .owl-buttons .owl-next:after {
  content: "";
  width: 64px;
  height: 64px;
  display: block;
  background-image: url("../icon/next.png");
  background-repeat: no-repeat;
  background-size: 75%;
}

@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

.life-style-text {
  margin: 10px 0;
  font-size: 20px;
  letter-spacing: 2px;
}

.owl-wrapper {
  width: 8376px;
  left: 0px;
  transition: all 800ms ease 0s;
  transform: translate3d(-2792px, 0px, 0px);
  display: flex !important;
  align-items: flex-end !important;
}

/* Media 848px */
@media only screen and (max-width: 848px) {
  .aratt-facility-section {
    flex-direction: column-reverse;
  }

  div.aratt-facility-section:nth-child(2) {
    flex-direction: column;
  }

  div.aratt-facility-section:nth-child(6) {
    flex-direction: column;
  }

  div.aratt-facility-section:nth-child(4) {
    flex-direction: column;
  }

  .aratt-facility-left {
    width: 100%;
  }

  .aratt-facility-right {
    width: 100%;
  }

  .key-features-inner-container {
    margin: 0;
  }

  .key-features {
    padding: 8px;
  }

  .owl-wrapper {
    align-items: unset !important;
  }
}

/* Media 480px */
@media only screen and (max-width: 500px) {
  .why-aratt {
    padding: 50px 20px;
  }

  .why-aratt-inner-container {
    flex-direction: column;
    align-items: center;
  }

  .why-aratt-right {
    width: 94%;
    text-align: justify;
    font-size: 14px;
  }

  .post-slide .post-img {
    margin: 0px !important;
  }

  .aratt-facility-inner-container {
    padding: 0 0px;
  }

  .aratt-facility-left>div:nth-child(3) {
    width: 100%;
  }

  div.key-features-bottom-section {
    padding: 40px;
  }

  .key-features-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  div.key-features-bottom-section {
    text-align: center;
    margin-bottom: 25px;
  }

  .owl-controls .owl-buttons .owl-prev::after {
    background-size: 40%;
  }

  .owl-controls .owl-buttons .owl-next::after {
    background-size: 40%;
  }

  .aratt-facility-bottom>div:nth-child(2)>ul:nth-child(1) {
    flex-direction: column;
  }

  #key-features>div:nth-child(1)>div:nth-child(1)>div {
    width: 377px;
  }

  div.key-features-bottom-section {
    width: 60%;
  }

  #news-slider>div:nth-child(1)>div:nth-child(1)>div:nth-child(3) {
    width: 454px;
  }

  div.aratt-facility-section>div:nth-child(1)>p:nth-child(2) {
    margin-bottom: 20px;
  }

  /* div.aratt-facility-section:nth-child(1) > div > div:nth-child(3) {
    margin-bottom: 20px;
  } */

  /* div.aratt-facility-section:nth-child(1) > div > div:nth-child(4) {
    margin-bottom: 20px;
  } */

  div.aratt-facility-section:nth-child(1)>div>div:nth-child(4)>h3:nth-child(1) {
    margin-bottom: 20px;
  }

  /* div.aratt-facility-section > div:nth-child(2) > p:nth-child(2) {
    margin-bottom: 20px;
  }

  div.aratt-facility-section:nth-child(4) > div > div:nth-child(3) {
    margin-bottom: 20px;
  }

  div.aratt-facility-section:nth-child(4) > div > div:nth-child(4) {
    margin-bottom: 20px;
  } */

  div.aratt-facility-section:nth-child(4)>div>div:nth-child(4)>h3:nth-child(1) {
    margin-bottom: 20px;
  }

  .aratt-facility-bottom>div:nth-child(2)>ul:nth-child(1)>li:nth-child(even) {
    display: none;
  }

  .aratt-facility-bottom>div:nth-child(2)>ul:nth-child(1)>li:nth-child(odd) {
    margin-bottom: 10px;
  }

  div.aratt-facility-section:nth-child(5)>div:nth-child(1)>div:nth-child(3) {
    margin-bottom: 20px;
  }

  div.aratt-facility-section:nth-child(5)>div:nth-child(1)>div:nth-child(4)>h3:nth-child(1) {
    margin-bottom: 20px;
  }

  .owl-controls .owl-buttons .owl-next {
    right: -22px;
  }

  .owl-controls .owl-buttons .owl-prev {
    left: -17px;
  }

  .call-book-now-left>button:nth-child(1) {
    padding: 18px 16px;
  }

  .aratt-facility-bottom {
    padding: 0px;
  }

  .aratt-facility-bottom>div:nth-child(2) {
    line-height: 47px;
  }

  div.key-features-bottom-section {
    width: 100%;
  }

  div.key-features-bottom-section {
    text-align: left;
  }

  .aratt-facility-left {
    gap: 8px;
  }

  .amar-facility-p {
    width: 100%;
  }

  .aratt-facility-section>div>p {
    font-size: 12px;
    padding-top: 10px;
  }

  .aratt-facility {
    /*background-color: #19191B;*/
    /*padding: 0 25px;*/
    /*border-top: 1px solid white;*/
    /*border-bottom: 1px solid white;*/
  }

  .aratt-facility-left>div:nth-child(4)>div:nth-child(2) {
    align-items: center;
  }

  .fixed-footer-cust {
    display: block;
  }

  div.aratt-facility-section>div>div>div>h3 {
    font-size: 0.8rem !important;
    margin-bottom: 0px;
  }

  div.aratt-facility-section>div>div>h3 {
    margin-bottom: 0px;
  }

  .Amara-logo {
    margin-bottom: 0px;
  }

  .key-features-inner-container>div:nth-child(1)>p:nth-child(1) {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .custom-control-label {
    font-size: 12px;
  }

  div.key-features-bottom-section>h3:nth-child(2) {
    font-size: 18px;
  }

  .why-aratt-left>p:nth-child(1) {
    font-size: 20px;
    letter-spacing: 3px;
  }

  .key-features-top {
    margin-bottom: 5%;
    text-align: center;
    padding-top: 10px;
  }

  .key-features-top hr {
    display: none;
  }

  .key-features-bottom-section>img {
    display: none;
  }

  .key-features-bottom-section ul {
    padding-left: 0px;
  }

  .key-features-bottom-section ul li {
    font-size: 14px;
  }

  /* .pad-20 {padding-top:20px;} */
  .text-centered>h1 {
    word-spacing: 6px;
    letter-spacing: 3px;
    font-weight: bolder;
    font-size: 14px;
  }

  .text-centered>p {
    word-spacing: 0px;
    letter-spacing: 5px;
    font-size: 12px;
  }

  .mobile-only {
    display: block !important;
  }

  .desktop-only {
    display: none !important;
  }

  .text-centered {
    position: absolute;
    top: 40% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

@media only screen and (max-width: 848px) {
  .nav-left {
    display: none;
  }
}

/* Model Form */
.form-group,
.g-recaptcha {
  margin-bottom: 10px;
}

#form-contact-name,
#form-contact-email,
#form-contact-number {
  padding: 10px;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  background-color: transparent;
  border-bottom: 1px solid #19191b;
}

#form-contact-option {
  padding: 10px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #19191b;
}

#customCheck {
  width: 32px;
  height: 18px;
}

.send_container {
  /*display: flex;*/
  justify-content: end;
  gap: 20px;
}

.h3,
h3 {
  font-size: 1.35rem !important;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 80%;
  pointer-events: auto;
  background-color: #ffffff !important;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 2px solid #000000 !important;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  background-color: #0c0c0d;
}

.btn-primary {
  color: #fff;
  background-color: #0d142e !important;
  border-color: #0d142e !important;
  width: 50%;
}

.rc-anchor-light.rc-anchor-normal {
  border: 1px solid #000000 !important;
}

.rc-anchor-light {
  background: #edd5b5 !important;
  color: #000;
}

.fixed-footer-cust {
  background: #faad39;
  text-align: center;
  padding: 5px 0px 5px 0px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 99;
  border-top: 1px solid #e2bb6a;
}

.text-right {
  text-align: right;
}

.left-butt {
  width: 50%;
  float: left;
}

.right-butt {
  width: 50%;
  float: left;
}

.fixed-footer-cust a {
  color: #fff;
  text-decoration: none;
}

.w-100 {
  width: 100% !important;
  height: 100vh !important;
}

@media only screen and (min-width: 320px) and (max-width: 490px) {
  .key_featuremain {
    padding: 0px 12px;
  }

  .key_featurecontent {
    font-size: 0.9rem;
    width: 100%;
    max-width: 73%;
  }

  .call-book-now-left>button:nth-child(1) {
    padding: 6px 6px;
  }

  .hr_line {
    margin: 1rem 0;
    color: inherit;
    background-color: #4f5154;
    border: 0;
    opacity: unset;
    width: 59px;
    height: 4px !important;
    position: relative;
    right: 74px;
    bottom: -11px;
    margin: 0px;
  }

  .hr_line1 {
    margin: 1rem 0;
    color: inherit;
    background-color: #4f5154;
    border: 0;
    opacity: unset;
    width: 59px;
    height: 4px !important;
    position: relative;
    left: 140px;
    top: -8px;
    margin: 0px;
  }

  .head_tag {
    font-size: 0.8rem;
  }

  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff !important;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
  }

  .amaraproject_subpara {
    margin-top: 10px;
    color: #a7906d;
    font-size: 12px;
  }

  .amara_Adhyaimage {
    width: 47px;
  }

  /* .desktop {
    display: none;
  } */
  .mobile {
    display: block;
    width: 100%;
  }

  .amethist_responsive {
    margin-top: 15px;
  }

  .btn-close {
    position: absolute;
    right: 12px;
  }

  .aratt-facility-left {
    padding: 0px;
  }

  .why-aratt-right {
    width: 100%;
    text-align: justify;
    font-size: 16px;
  }

  .pad-20 {
    padding: 0px;
  }

  .Book_experiencebutton {
    margin-bottom: 30px;
  }

  .aratt-facility-left>div:nth-child(1) {
    margin-top: 15px;
  }

  .img-advika {
    height: unset;
  }

  .img_divstyle {
    height: unset;
  }

  .img_vana {
    height: unset;
  }

  .img-sattva {
    height: unset;
  }

  .img-adhya {
    height: unset;
  }

  .adhya_logo {
    margin-top: 0px !important;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem !important;
  font-weight: 400;
  line-height: 1;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

label {
  display: inline-block;
  font-size: 0.9rem !important;
}

.aratt-heading {
  text-align: center;
  color: white;
  margin: 2% 0;
  font-family: "Dancing Script", cursive;
  color: #debb82 !important;
}

.aratt-features-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.aratt-features {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: white;
  color: black;
  margin: 1% 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.aratt-features h1 {
  font-size: 2.3rem;
  font-weight: 700;
}

.aratt-features h4 {
  font-size: 0.85rem;
}

.aratt-features img {
  width: 45px;
  margin-bottom: 2%;
}

.aratt-features div {
  width: 190px;
  height: 190px;
  border: 1px solid black;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.aratt-section-container {
  position: relative;
  width: 100%;
  margin: 5% 0;
}

.aratt-section-container hr {
  position: absolute;
  top: 50%;
  left: 50%;
  color: transparent;
  background: linear-gradient(124deg,
      rgba(221, 180, 116, 1) 0%,
      rgba(195, 118, 51, 1) 100%);
  opacity: 1;
  width: 80%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 0;
}

button {
  font-family: "League Spartan", sans-serif !important;
}

.aratt-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  /*margin-top: 5%;*/
  padding: 8% 0 3%;
}

#form-contact-option {
  height: 50px;
}

#form-contact-option option {
  height: 40px;
  line-height: 40px;
  font-family: none;
}

.why-aratt-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.why-aratt-left {
  font-size: 24px;
  letter-spacing: 3px;
}

.submitted-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.submitted-button {
  display: none;
  width: 50%;
  text-align: center;
  background: #192d46;
}

.submitted-button img {
  width: 40px;
}

.aratt-locations {
  display: flex;
  flex-direction: column;
  padding: 6% 0 5%;
}

.aratt-locations-container {
  display: flex;
  gap: 0%;
  color: white;
  margin-top: 5%;
}

.aratt-locations h1 {
  text-align: center;
  color: white;
}

.aratt-locations-container>div {
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.amenities-container {
  display: flex;
  flex-direction: column;
  padding: 6% 5%;
}

.amenities-container h1 {
  text-align: center;
  color: white;
}

.amenities-container .row {
  margin: 5% 0 0;
}

.amenities-container .col-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.gallery-container {
  padding: 6% 0 5%;
}

.gallery-container h1 {
  color: white;
  text-align: center;
}

.owl-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel .item img {
  width: 85%;
}

.nearby-area {
  flex: 1 1 30% !important;
  align-items: start !important;
  justify-content: center !important;
  padding: 0 2%;
  line-height: 35px;
}

.aratt-project-keyfeatures {
  display: flex;
  flex-wrap: wrap;
}

.aratt-project-keyfeatures>div {
  width: 50%;
  padding: 1% 4%;
}

.aratt-project-keyfeatures h4 {
  color: #faad39;
}

.aratt-project-keyfeatures p {
  text-align: justify;
}

.nearby-area p:before {
  font-family: FontAwesome;
  content: "\f00c";
  color: #faad39;
  margin-right: 20px;
}

.brochure-download {
  position: fixed;
  top: 50%;
  right: -80px;
  transform: translate(0, -50%);
  rotate: -90deg;
  background: #a7906d;
  color: white;
  z-index: 100;
}

.phone-number {
  display: flex;
  align-items: center;
}

.phone-number:hover {
  color: #a7906d !important;
}

.phone-number img {
  width: 30px;
  margin-right: 5px;
}

.brochure-download a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 5% 14px;
}

.aratt-content {
  width: 70%;
  margin-top: 5%;
}

.why-aratt-right p {
  font-size: 18px;
}

.mobile-view {
  display: none;
}

.web-view {
  display: block;
}

@media only screen and (min-width: 320px) and (max-width: 490px) {
  .main-content {
    background: url("https://d33m3g343o7hgb.cloudfront.net/aratt-alchemy-essence/assets/img/aratt/mob-pattern.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .brochure-download {
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    transform: translate(0%, 0%);
    rotate: 0deg;
    padding: 1% 2%;
  }

  .brochure-download a {
    text-align: center;
    padding: 2% 10px;
    font-size: 20px;
  }

  .aratt-features {
    margin: 5% 0;
  }

  .aratt-section-container hr {
    display: none;
  }

  .logo {
    width: 100px;
  }

  .call-book-now-left>button:nth-child(1) {
    font-size: 15px;
  }

  .col-3 {
    width: 50%;
  }

  .aratt-content {
    width: 80%;
    margin: 15% 0 2%;
  }

  .why-aratt-left img {
    width: 200px;
    margin-bottom: 30px;
  }

  .aratt-features {
    width: 150px;
    height: 150px;
    margin: 5%;
  }

  .key-features-container {
    margin-top: 15%;
  }

  .aratt-container {
    margin-top: 15%;
  }

  .aratt-features img {
    width: 35px;
  }

  .aratt-features h1 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }

  .aratt-features div {
    width: 140px;
    height: 140px;
  }

  .aratt-heading {
    margin-top: 15%;
  }

  .aratt-locations {
    padding-top: 20%;
  }

  .aratt-locations-container {
    flex-direction: column;
    gap: 5%;
  }

  .amenities-container {
    padding-top: 20%;
    padding-bottom: 0%;
  }

  .aratt-project-keyfeatures {
    margin: 2% 0 5%;
  }

  .aratt-project-keyfeatures>div {
    width: 100%;
    padding: 3%;
  }

  .owl-carousel .item img {
    width: 90%;
  }

  .nearby-area {
    padding: 5%;
  }

  .mob-mar {
    margin: 10% 0;
  }

  .web-view {
    display: none;
  }

  .mobile-view {
    display: block;
  }

  .call-book-now-left>button:nth-child(1) {
    font-weight: bold;
  }
}

@media only screen and (max-width: 1024px) {
  .nav {
    padding: 1rem;
  }

  .nav>.nav-header {
    padding-left: 0;
  }

  .nav>.nav-btn {
    display: inline-block;
    position: absolute;
    right: 3%;
    top: 1%;
    padding-top: 0.2rem;
  }

  .nav>.nav-btn>label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }

  .nav>.nav-btn>label>span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }

  .nav>.nav-list {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    background: rgba(0, 0, 0, 0.55);
    /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
    backdrop-filter: blur(15.5px);
    -webkit-backdrop-filter: blur(15.5px);
    height: 0;
    transition: all 0.3s ease-in;
    top: 40px;
    left: 0;
    overflow: hidden;
    z-index: 100;
  }

  .nav>.nav-list>li {
    width: 100%;
    margin-top: 1.5rem;
  }

  .nav>#nav-check:checked~.nav-list {
    height: calc(100vh - 50px);
  }
}

.call-book-now {
  padding-bottom: 20px !important;
}

.bank-icon {
  margin-bottom: 2rem;
}

.mobile-flag {
  display: flex;
  flex-direction: column;
}

.mobile-input {
  padding-left: 5rem !important;

  outline: none;
  border: none;
}

.desktop {
  display: none;
}

@media (min-width: 1200px) {
  .desktop {
    display: block;
  }

  .mobile {
    display: none;
  }
}

/* .funded-line {
      background-color: #d3e100; 
      color: #003366; 
      text-align: center;
      padding: 20px 10px;
      font-size: 24px;
      font-weight: bold;
      border-radius: 5px;
      width: 40%;
      margin: auto;
      margin-bottom: 20px;
    }
    .tata-name {
      color: #0066b3; 
    } */

    .funded-line {
      /* background-color: #d3e100;
      color: #003366; */
      text-align: center;
      padding: 20px 10px;
      font-size: 24px;
      font-weight: bold;
      width: 40%;
      margin: auto;
      /* margin-bottom: 20px; */
      border-radius: 5px;
      color: #ffffff;
    }

    .tata-name {
      /* color: #0066b3; */
      color: #ffffff;
    }

    @media (max-width: 991px) {
      .funded-line {
        font-size: 20px;
        padding: 35px 25px;
      }
    }

    @media (max-width: 599px) {
      .funded-line {
        font-size: 10px;
        padding: 10px 5px;
      }
    }

    .banner-video {
      width: 100%;
      height: auto;
    }