@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;700;900&display=swap");

/* ================ Index ============== */

/* 1. COMMON CSS */
/* 2. NAVBAR CSS */
/* 3. BANNER CSS */
/* 4. PROJECT HIGHLIGHTS CSS */
/* 5. SNEAK PEAK CSS */
/* 6. AMENITIES CSS */
/* 7. LOCATION CSS */
/* 8. CONSTRUCTION UPDATE CSS */
/* 8. FOOTER CSS */

:root {
  --bg-red: #ca3423;
  --bg-dark-green: #0f1e18;
  --bg-medium-green: #2d462d;
  --bg-black: #000;
  --bg-white: #fff;
  --primary-font: "Roboto", sans-serif;
  --text-white: #fff;
  --text-black: #000;
  --text-red: #ca3423;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--primary-font);
}


/*#region top ================================== COMMON CSS START ====================== */

p {
  line-height: 24px !important;
}

html {
  font-family: var(--primary-font);
  scroll-behavior: smooth !important;
  scroll-padding-top: 5rem !important;
}

section {
  padding: 60px 0px !important;
}

.te {
  display: none;
}

.fixed_social .te {
  font-size: 19px;
}

#language-select {
  outline: none !important;
  border: none !important;
  border-radius: 8px;
  font-size: 12px;
  padding: 2px;
  position: absolute;
  right: 50px;
  z-index: 99999;
  top: 10px;
}

#sec_padding {
  padding: 0 2.5rem;
}

.error {
  display: none;
  color: #f1533a;
  position: relative;
}

.success {
  clear: both;
  display: none;
  color: #009900;
}

.login_modal .modal-body {
  padding: 2.5rem;
}

.login_modal .modal .modal-content {
  background-color: var(--bg-dark-green);
  border-radius: 10px;
  border: 1px solid #ddd;
}

.login_modal .modal .close_btn {
  color: #fff;
}

.booknow_btn .btn {
  background-color: var(--bg-red);
  padding: 5px 30px;
  color: var(--text-white);
  font-size: 20px;
}

.booknow_btn .btn:hover,
.booknow_btn .btn:focus {
  background-color: var(--bg-red);
  color: var(--text-white);
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #b1b1b1;
  border-radius: 15px;
  transition: 0.4s;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #646464;
}

.fixed_social a {
  position: fixed;
  top: 33vh;
  right: -90px;
  background: #ca3423;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px 20px 0px 0px;
  transform: rotate(-90deg);
  cursor: pointer;
  z-index: 999 !important;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
}

.fixed_call {
  position: fixed;
  top: 60.5vh;
  right: 0px;
  background: #ca3423;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px 0px 0px 20px;
  cursor: pointer;
  z-index: 999 !important;
  padding: 15px 15px 15px 15px;
  text-decoration: none;
}

/*.fixed_chat {*/
/*  position: fixed;*/
/*  top: 70vh;*/
/*  right: 0px;*/
/*  background: #ca3423;*/
/*  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
/*  border-radius: 20px 0px 0px 20px;*/
/*  cursor: pointer;*/
/*  z-index: 999 !important;*/
/*  padding: 15px 15px 15px 15px;*/
/*  text-decoration: none;*/
/*}*/

.fixed_menu_book {
  position: fixed;
  top: 70vh;
  /*top: 79.5vh;*/
  right: 0px;
  background: #ca3423;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px 0px 0px 20px;
  cursor: pointer;
  z-index: 999 !important;
  padding: 15px 15px 15px 15px;
  text-decoration: none;
}


.title h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: var(--text-white);
}

.title .green_line {
  width: 60px;
  height: 1px;
  margin-top: -45px;
  display: flex;
  justify-content: center;
  background-color: #6f9932;
  border: 1px solid #6f9932;
}

.title .red_line {
  width: 60px;
  height: 2px;
  margin-top: -15px;
  display: flex;
  justify-content: center;
  background-color: var(--bg-red);
  border: 1px solid var(--bg-red);
}

.grey_bg {
  background-color: #27312a;
  position: relative;
  margin-top: -50px;
  padding: 4rem 0rem 5rem 0rem !important;
}


/*#endregion ================================== COMMON CSS END====================== */

/*#region top ================================== NAVBAR CSS START ====================== */
.super_main {
  position: relative;
}
.second_page {
  position: relative;
}

.second_header .navbar {
  background-color: var(--bg-dark-green);
  opacity: 0.8;
  z-index: 9999;
}

.second_header .navbar-toggler {
  outline: none;
  background-color: #fff;
  border-radius: 10px !important;
}

.navbar-toggler-icon {
  width: 1em;
  height: 1em;
}

.second_header .navbar .navbar-nav .nav-item {
  position: relative;
}

.second_header .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-top: 10px;
}

.second_header #right_border {
  position: absolute;
  top: 20px;
  left: -9px;
  width: 0.5px;
  height: 15px;
  background-color: #fff;
  text-align: center;
}
/*#endregion ================================== NAVBAR CSS END====================== */

/*#region top ================================== BANNER CSS START ====================== */

.bg_banner {
  background: linear-gradient(
      rgba(0, 0, 0, 0.6), 
      rgba(0, 0, 0, 0.6)
    ),
    url("../images/home/banners/slide-1.jpg") no-repeat center center;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  z-index: 0 !important;
}


.bg_banner .content h1 {
  color: var(--text-white);
  font-style: normal;
  font-weight: 700;
  font-size: 75px;
  line-height: 1.3em;
}

.bg_banner .content h5 {
  color: var(--text-white);
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 1rem;
  width: 90%;
}

.bg_banner .content .telugu {
  line-height: 150.69% !important;
}

.bg_banner .content .telugu-h5 {
  margin-bottom: 1rem;
  line-height: 1.3em !important;
}

.bg_banner .content .btn {
  background-color: var(--bg-red);
  border-radius: 25px !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  color: var(--text-white);
  font-size: 20px;
  padding: 5px 30px;
  transition: 0.3s;
}

.bg_banner .content .btn:hover {
  background-color: var(--bg-white);
  color: var(--text-red);
}

/*#endregion ================================== BANNER CSS END====================== */

/*#region top ================================== PROJECT HIGHLIGHTS CSS START ====================== */

.project_highlights {
  background-color: var(--bg-dark-green);
  padding: 8rem 0rem 8rem 0rem !important;
  position: relative;
}

.project_highlights p {
  color: #c3a180;
  line-height: 19px;
}

.location_highlights {
  background-color: #236b39;
  padding: 1.5rem;
  border-radius: 8px;
}

.location_highlights p {
  width: 80%;
}

.location_highlights ul li {
  list-style-type: circle;
  line-height: 25px;
  font-size: 15px;
  color: #fff;
}

/*#endregion ================================== PROJECT HIGHLIGHTS CSS END ====================== */

/*#region top ================================== SNEAK PEAK CSS START ====================== */

.plans_sec .content h4 {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
}

.plans_sec .content p {
  margin-bottom: 2.5rem;
  font-size: 18px;
  width: 80%;
}

.cat1,
.cat2,
.cat3 {
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-red);
  color: var(--text-white);
  border-radius: 30px !important;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  transition: 0.4s;
  border: 0;
  box-shadow: none !important;
}

.sec-4-image-wrapper {
  position: relative;
}

.sec-4-image-wrapper .overlap-image {
  height: 410px;
  width: 100%;
}

.img-container {
  height: 80%;
  width: 100%;
  overflow-y: scroll;
  position: relative;
  /* background-color: #fff; */
}

.filter-cat-results .f-cat {
  opacity: 0;
  display: none;
}

.filter-cat-results .f-cat.active {
  opacity: 1;
  display: block;
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.chevron-wrapper {
  position: sticky;
  bottom: 0;
  z-index: 99;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chevron {
  width: 20px;
  height: 5px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: rgba(0, 0, 0, 0.509);
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.scroll_text {
  display: block;
  margin-top: 50px;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.25;
  animation: pulse 2s linear alternate infinite;
  font-weight: bold;
  margin-bottom: 10px;
}

/*#endregion ================================== SNEAK PEAK CSS END ====================== */

/*#region top ================================== AMENITIES CSS START ====================== */

.amenities_sec {
  background-color: var(--bg-dark-green);
  padding: 5rem 0rem 7rem 0rem !important;
  position: relative;
  margin-top: -50px;
}

.amenities_sec .box {
  margin-bottom: 3rem;
}

.amenities_sec p {
  color: #c3a180;
}

/*#endregion ================================== AMENITIES CSS END ====================== */

/*#region top ================================== LOCATION CSS START ====================== */

.incor_map iframe {
  border-radius: 8px;
}

.gallery_slider .swiper {
  width: 100%;
  border-radius: 8px;
}

.gallery_slider .swiper-slide {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery_slider .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.gallery_slider
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  border: 1px solid #fff;
  background-color: transparent !important;
  margin-bottom: 10px !important;
}

.gallery_slider .swiper-button-next {
  margin-left: 10px;
  color: var(--text-white);
  font-weight: 700 !important;
}

.gallery_slider .swiper-button-prev {
  margin-right: 10px;
  color: var(--text-white);
  font-weight: 700 !important;
}

.gallery_slider .swiper-button-next:after,
.gallery_slider .swiper-button-prev:after {
  font-size: 20px !important;
  padding: 10px;
}

/*#endregion ================================== LOCATION CSS END ====================== */

/*#region top ================================== PRICING CSS START ====================== */

.pricing_main {
  background-color: var(--bg-dark-green);
  position: relative;
  margin-top: -50px;
  padding: 4rem 0rem 5rem 0rem !important;
}

.pricing_sec table .btn {
  background: #f0341f;
  border-radius: 33px;
  color: var(--text-white);
  font-size: 12px !important;
}

/*#endregion ================================== PRICING CSS END ====================== */

/*#region top ================================== CONSTRUCTION UPDATE CSS START ====================== */

.construction_slider .swiper {
  width: 100%;
  height: 405px;
  border-radius: 8px;
}

.construction_slider .swiper-slide {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.construction_slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 405px;
  object-fit: cover;
}

.construction_slider .swiper-button-next {
  margin-left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--text-white);
  font-weight: 700 !important;
}

.construction_slider .swiper-button-prev {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--text-white);
  font-weight: 700 !important;
}

.construction_slider .swiper-button-next:after,
.construction_slider .swiper-button-prev:after {
  font-size: 20px !important;
  padding: 10px;
}
/*#endregion ================================== CONSTRUCTION UPDATE CSS END ====================== */

/*#region top ================================== FOOTER CSS START ====================== */
.footer {
  background-color: #8d2a1c;
}

.footer a {
  text-decoration: none;
  color: var(--text-white);
  font-size: 12px;
  font-weight: 400;
}

.footer p {
  font-size: 14px;
  font-weight: 400;
}

.footer_contact_sec {
  margin-top: 1rem !important;
}

.corporate_address {
  margin-top: 2.5rem;
}

.footer p {
  text-align: start;
}

.footer_social_media a {
  transition: 0.2s;
}

.footer_social_media a:hover {
  transform: scale(0.9);
}

.copy {
  font-weight: 300;
  font-size: 14px;
}

.copy_right_sec {
  background-color: #000;
  padding: 5px 0px;
}

/*#endregion ================================== FOOTER CSS END====================== */