/*
------------- Table of content ----------------

Template Name: Getindiatech  Responsive  HTML5 Template
Template URI: https://getindiatech.com/
Description: Getindiatech  Responsive  HTML5 Template
Author: Gobinda Sarkar
Author URI: https://getindiatech.com/
Version: 1.0

---------------------- common content ----------
1.body reset content
#.hero-banner
#.section-title
#.meets-luxury-area
#.price-area
#.prime-locaton-area
#.amenities-area
#.contact-area
#.footer-area
#.thanks




*/
:root {
  font-size: 62.5%;
  --primary-color: #295641;
  --hover-color: #144230;
  --bColor: #70857B;
  --scolor: #EDAD41;
  --tcolor: #1A3025;
  --white: #ffffff;
  --black: #000000;
}

html,
body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bColor);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

iframe {
  border: none;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
  -moz-outline: none;
  outline: none;
  box-shadow: none;
}

button,
button:hover,
button:focus,
button:active {
  -moz-outline: none;
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

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

:focus {
  outline: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

button:focus {
  -moz-outline: none;
  outline: none;
  box-shadow: none;
}

.section-space {
  padding: 10rem 0;
}

.section-space-top {
  padding: 10rem 0 0;
}

.section-space-bottom {
  padding: 0 0 10rem 0;
}

.btn.focus,
.btn:focus {
  border: 1px solid transparent;
}

.form-control:focus,
.btn.focus,
.btn:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}

.acurate {
  margin: 0;
  padding: 0;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 24px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 24px;
}

.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

a:focus {
  outline: 0px solid;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 24px;
}

a {
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
  color: var(--hover-color);
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

::-moz-selection {
  background: var(--primary-color);
  text-shadow: none;
}

::selection {
  background: var(--primary-color);
  text-shadow: none;
  color: #ffffff;
}

.browserupgrade {
  margin: 24px 0;
  background: var(--primary-color);
  color: #ffffff;
  padding: 24px 0;
}

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

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

.pt-0 {
  padding-top: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

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

.mt-0 {
  margin-top: 0 !important;
}

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

.pb-70 {
  padding-bottom: 7rem;
}

/*-------------------------
scrollUp
--------------------------*/
#scrollUp {
  background: #000000;
  bottom: 20px;
  color: #ffffff;
  font-size: 20px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s linear;
  z-index: 1000;
  border-radius: 5px;
}
#scrollUp:hover {
  background: var(--hover-color);
}

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

.section-bg {
  background-color: #FAFCFB;
}

.section-bg-gradient {
  background: var(--primary-gradient);
}

.slick-slider {
  margin: 0 -12px;
}

.slick-slide {
  margin-right: 12px;
  margin-left: 12px;
}

.rounded-image {
  border-radius: 1.2rem;
}

.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.2rem 3rem;
  border-radius: 1.2rem;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 500;
  grid-column-gap: 0.6rem;
  text-transform: capitalize;
  transition: all 0.5s linear;
  border: none;
}
.primary-btn.s-bg {
  background-color: var(--scolor);
  color: var(--tcolor);
}
.primary-btn.white-bg {
  background-color: var(--white);
  color: var(--black);
}
.primary-btn:hover {
  background-color: var(--hover-color);
  color: var(--white);
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #161414;
  background: var(--primary-gradient);
  z-index: 9999;
}

.preloader img {
  max-width: 22rem;
  animation: zoomIn 1s ease-in-out infinite;
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .content-wrap {
    padding: 3.5rem 2.5rem;
  }
}
@media (max-width: 991px) {
  .section-space {
    padding: 6rem 0;
  }
  .section-space-top {
    padding: 6rem 0 0;
  }
  .section-space-bottom {
    padding: 0 0 6rem 0;
  }
}
@media (max-width: 767px) {
  .main-content {
    margin-top: 6rem;
  }
}
/*===============================
 #.hero-banner
=================================*/
.hero-banner {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 100vh;
  padding: 10rem 0 6rem 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.brand-logo {
    display: inline-block;
    position: absolute;
    left: 5%;
    top: 30px;
}
.brand-logo img {
    width: 200px;
    object-fit: contain;
}
.hero-banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(rgba(25, 102, 77, 0.7), rgba(25, 102, 77, 0.7));
  z-index: -1;
}
.hero-banner .location {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: var(--white);
}
.hero-banner .location i {
  color: var(--scolor);
}
.hero-banner .title {
  font-size: 7.2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 2rem;
}
.hero-banner .premium-development {
  font-size: 2.4rem;
  font-weight: 300;
  color: var(--white);
  letter-spacing: 1px;
}
.hero-banner .price {
  margin-top: 1rem;
  margin-bottom: 3rem;
  font-size: 6rem;
  font-weight: 500;
  color: var(--scolor);
}
.hero-banner .price sub {
  font-size: 1.6rem;
  text-transform: capitalize;
  color: var(--white);
  margin-left: 1rem;
}
.hero-banner .apartments {
  margin-bottom: 1rem;
  font-size: 2rem;
  color: var(--white);
}
.hero-banner .towers {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--white);
}
.hero-banner .btn-list {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  flex-flow: row wrap;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
}
.hero-banner p {
  font-size: 1.6rem;
  color: var(--white);
  margin: 0;
}

@media (max-width: 767px) {
  .hero-banner .title {
    font-size: 5rem;
  }
}
@media (max-width: 575px) {
  .hero-banner {
    text-align: center;
  }
  .hero-banner .btn-list {
    margin-top: 2rem;
    margin-bottom: 2rem;
    justify-content: center;
  }
  .hero-banner .title {
    font-size: 3.2rem;
  }
  .hero-banner .premium-development {
    font-size: 2rem;
  }
  .hero-banner .price {
    font-size: 4rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .hero-banner .apartments {
    font-size: 1.6rem;
  }
  .hero-banner p {
    font-size: 1.4rem;
  }
}
/*===============================
 #.section-title
=================================*/
.section-title {
  margin-bottom: 3rem;
}
.section-title .title {
  font-family: "DM Serif Display", serif;
  font-size: 4rem;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--tcolor);
}
.section-title p {
  margin-bottom: 0;
  margin-top: 1.6rem;
  color: var(--bColor);
}

.medium-title {
  font-family: "DM Serif Display", serif;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--tcolor);
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 3.2rem;
  }
}
@media (max-width: 575px) {
  .medium-title {
    font-size: 2rem;
  }
}
/*===============================
 #.meets-luxury-area
=================================*/
.single-luxury-card {
  padding: 3.5rem 2.5rem;
  border-radius: 1.2rem;
  text-align: center;
  background: var(--white);
  box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 36px 0px, rgba(0, 0, 0, 0.02) 0px 0px 20px 1px;
  height: 100%;
}
.single-luxury-card i {
  font-size: 4rem;
  margin-bottom: 2rem;
  color: var(--primary-color);
}
.single-luxury-card h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: 600;
  color: var(--tcolor);
}
.single-luxury-card p {
  font-size: 1.4rem;
  color: var(--Bcolor);
  margin: 0;
}

.strategic-area {
  padding: 2.5rem;
  border-radius: 1.2rem;
  background-color: var(--primary-color);
  color: var(--white);
}
.strategic-area h2 {
  margin-bottom: 1.5rem;
  font-family: "DM Serif Display", serif;
  font-size: 2.4rem;
  font-weight: 500;
  text-transform: capitalize;
}
.strategic-area ul li {
  display: flex;
  align-items: center;
  grid-column-gap: 0.8rem;
  margin-bottom: 0.6rem;
}
.strategic-area ul li i {
  color: var(--scolor);
}
.strategic-area ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .single-luxury-card {
    padding: 2rem 1.5rem;
  }
  .single-luxury-card i {
    margin-bottom: 1rem;
  }
}
/*===============================
 #.price-area
=================================*/
.single-price-card {
  padding: 2rem;
  border-radius: 1.2rem;
  border: 1px solid var(--bColor);
}
.single-price-card .price-top h3 {
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  color: var(--tcolor);
}
.single-price-card .price-top h2 {
  font-size: 4rem;
  color: var(--primary-color);
  font-weight: 700;
}
.single-price-card .price-top h2 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--bColor);
}
.single-price-card .price-top h4 {
  font-size: 1.4rem;
}
.single-price-card ul {
  margin: 2rem 0;
}
.single-price-card ul li {
  display: flex;
  grid-column-gap: 0.6rem;
  margin-bottom: 0.6rem;
}
.single-price-card ul li i {
  color: var(--primary-color);
}
.single-price-card ul li:last-child {
  margin-bottom: 0;
}
.single-price-card.popular {
  border-color: var(--scolor);
}
.single-price-card.popular .primary-btn {
  background-color: var(--scolor);
  color: var(--tcolor);
}

.note-text p {
  margin: 0;
  font-size: 1.4rem;
  color: var(--primary-color);
}

/*===============================
 #.prime-locaton-area
=================================*/
.locaton-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.2rem;
}
.locaton-list .single-locaton {
  display: flex;
  grid-column-gap: 1rem;
  padding: 1.2rem;
  border-radius: 1.2rem;
  background-color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 36px 0px, rgba(0, 0, 0, 0.02) 0px 0px 20px 1px;
  height: 100%;
}
.locaton-list .single-locaton .locaton-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 1.2rem;
  color: var(--primary-color);
  background-color: #E9EEEC;
}
.locaton-list .single-locaton .locaton-info {
  flex: 1;
}
.locaton-list .single-locaton .locaton-info h3 {
  margin: 0;
  color: var(--tcolor);
  font-size: 1.6rem;
}
.locaton-list .single-locaton .locaton-info h4 {
  font-size: 1.4rem;
  color: var(--scolor);
}
.locaton-list .single-locaton .locaton-info p {
  margin: 0;
  font-size: 1.2rem;
}

.connectivity-highlights {
  padding: 3rem 2rem;
  border-radius: 1.2rem;
  background-color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 36px 0px, rgba(0, 0, 0, 0.02) 0px 0px 20px 1px;
}
.connectivity-highlights .highlights-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  grid-gap: 2.4rem;
}
.connectivity-highlights .highlights-list li {
  text-align: center;
}
.connectivity-highlights .highlights-list li h2 {
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 600;
  color: var(--primary-color);
}
.connectivity-highlights .highlights-list li h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--tcolor);
}

@media (max-width: 575px) {
  .prime-locaton-area .prime-locaton-right h2 {
    font-size: 2rem;
  }
  .locaton-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*===============================
 #.contact-area
=================================*/
.contact-form {
  background-color: var(--white);
  border: 1px solid #dddddd;
  border-radius: 1.2rem;
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 36px 0px, rgba(0, 0, 0, 0.02) 0px 0px 20px 1px;
}
.contact-form label {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--black);
  text-transform: capitalize;
}
.contact-form .form-control {
  width: 100%;
  height: 4.4rem;
  border-radius: 1rem;
  padding: 1rem 1.6rem;
  font-size: 1.6rem;
  color: var(--black);
}
.contact-form .form-control.message-box {
  height: 10rem;
  resize: none;
}

.contact-list {
  background-color: var(--white);
  border: 1px solid #dddddd;
  border-radius: 1.2rem;
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 36px 0px, rgba(0, 0, 0, 0.02) 0px 0px 20px 1px;
  margin-bottom: 2rem;
}
.contact-list li {
  display: flex;
  grid-column-gap: 1rem;
  margin-bottom: 1.5rem;
}
.contact-list li:last-child {
  margin-bottom: 0;
}
.contact-list li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  width: 4.6rem;
  height: 4.6rem;
  font-size: 2rem;
  border-radius: 1.2rem;
  color: var(--primary-color);
  background-color: #E9EEEC;
}
.contact-list li .contact-info {
  flex: 1;
}
.contact-list li .contact-info h3 {
  margin-top: 0;
  font-family: "DM Serif Display", serif;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--tcolor);
}
.contact-list li .contact-info h4 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
}

.visit-office {
  background-color: var(--primary-color);
  border: 1px solid #dddddd;
  border-radius: 1.2rem;
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 36px 0px, rgba(0, 0, 0, 0.02) 0px 0px 20px 1px;
  color: var(--white);
}
.visit-office p {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.visit-office small {
  font-size: 1.2rem;
  font-weight: 400;
}

/*===============================
 #.amenities-area
=================================*/
.amenities-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.2rem;
}
.amenities-list .single-amenities {
  padding: 1.2rem;
  border-radius: 1.2rem;
  background-color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 36px 0px, rgba(0, 0, 0, 0.02) 0px 0px 20px 1px;
  height: 100%;
}
.amenities-list .single-amenities .amenities-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  width: 4.2rem;
  height: 4.2rem;
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  border-radius: 1.2rem;
  color: var(--primary-color);
  background-color: #E9EEEC;
}
.amenities-list .single-amenities .amenities-info h3 {
  margin-bottom: 0.7rem;
  font-family: "DM Serif Display", serif;
  color: var(--tcolor);
  font-size: 1.8rem;
}
.amenities-list .single-amenities .amenities-info p {
  margin: 0;
  font-size: 1.4rem;
}

.amenities-more-area {
  padding: 3rem 2rem;
  border-radius: 1.2rem;
  background-color: #F8FAF9;
}
.amenities-more-area .amenities-single {
  position: relative;
  padding: 1.2rem;
  padding-left: 2.8rem;
  border-radius: 1.2rem;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 36px 0px, rgba(0, 0, 0, 0.02) 0px 0px 20px 1px;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--tcolor);
  background-color: var(--white);
  height: 100%;
}
.amenities-more-area .amenities-single::before {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--scolor);
}

@media (max-width: 575px) {
  .prime-amenities-area .prime-amenities-right h2 {
    font-size: 2rem;
  }
  .amenities-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*===============================
 #.footer-area
=================================*/
.footer-area {
  background-color: var(--primary-color);
}
.footer-area .footer-top {
  padding: 4rem 0;
}

.single-widget.about-widget .brand-name {
  display: inline-block;
  margin-bottom: 1rem;
  font-family: "DM Serif Display", serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--white);
}
.single-widget.about-widget p {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: var(--white);
}
.single-widget.about-widget small {
  font-size: 1.2rem;
  color: var(--white);
}
.single-widget .widget-title {
  margin-bottom: 1.5rem;
  font-family: "DM Serif Display", serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--white);
}
.single-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-widget ul li {
  margin-bottom: 0.6rem;
}
.single-widget ul li:last-child {
  margin-bottom: 0;
}
.single-widget ul li a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white);
  transition: all 0.5s linear;
}
.single-widget ul li a:hover {
  color: var(--scolor);
}

.footer-bottom {
  padding: 2.5rem 0;
  border-top: 1px solid #7b7b7b;
}
.footer-bottom p {
  font-size: 1.4rem;
  margin: 0;
  color: var(--white);
}

/*===============================
 #.thanks
=================================*/
.thanks-page {
  padding: 6rem 0;
  min-height: 100vh;
  background-color: var(--primary-color);
  display: grid;
  place-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: var(--white);
  position: relative;
  z-index: 1;
}
.thanks-page::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.thanks-page i {
  font-size: 10rem;
  color: var(--primary-color);
}
.thanks-page h1 {
  margin-top: 2rem;
  font-size: 7rem;
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
}
.thanks-page p {
  margin-bottom: 3rem;
  margin-top: 2rem;
  font-size: 1.6rem;
}

.thanks-page-wrap {
  padding: 3rem;
  border-radius: 2rem;
  background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 991px) {
  .thanks-page h1 {
    font-size: 5rem;
  }
  .thanks-page h3 {
    font-size: 2.4rem;
  }
  .thanks-page p {
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .thanks-page h1 {
    font-size: 5rem;
  }
}