/*
------------- 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
#.header area
#.hero-banner
#.section-title
#.project-overview
#.project-highlights
#.project-amenities
#.project-gallery
#.project-walkthrough
#.project-configuration
#.project-connectivity

#.contact-area
#.footer-area
#.thanks




*/
/*===============================
 #.project-connectivity
=================================*/
:root {
  font-size: 62.5%;
  --primary-color: #004769;
  --hover-color: #1688ae;
  --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;
  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;
  }
}
.modal .btn-close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #ee391b;
  z-index: 2;
  opacity: 1;
}

@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;
  }
}
/*===============================
 #.header-area
=================================*/
.header-area {
  padding: 0.5rem 0;
  transition: padding 0.2s ease-in-out;
  background-color: var(--white);
}
.header-area.stick {
  width: 100%;
  left: 0;
  right: 0;
  background: var(--white);
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 99;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  animation: slideDown 0.35s ease-out;
}
.header-area .navbar-brand img {
  height: 6rem;
}
.header-area .navbar {
  padding: 0;
}
.header-area .navbar-nav {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
}
.header-area .navbar-nav .nav-item .nav-link {
  display: inline-block;
  position: relative;
  color: var(--tcolor);
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0.5rem 0;
}
.header-area .navbar-nav .nav-item .nav-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--tcolor);
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleX(0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s linear;
}
.header-area .navbar-nav .nav-item .nav-link:hover::after {
  transform: scaleX(1);
  opacity: 1;
  visibility: visible;
}
.header-area .navbar-nav .nav-item .nav-link.active::after {
  transform: scaleX(1);
  opacity: 1;
  visibility: visible;
}

.navbar-toggler {
  width: 4.6rem;
  height: 4.6rem;
  padding: 0;
  border-radius: 1rem;
  font-size: 2rem;
  transition: all 0.5s linear;
  background-color: var(--white);
}
.navbar-toggler:hover {
  color: var(--white);
  background: var(--primary-color);
}

.header-btn {
  width: 4.2rem;
  height: 4.2rem;
  padding: 0;
  border-radius: 50%;
  font-size: 2rem;
  transition: all 0.5s linear;
  background-color: var(--white);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.header-btn:hover {
  color: var(--white);
  background: var(--primary-color);
}

.navbar-toggler:focus {
  box-shadow: none;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@media (max-width: 1199px) {
  .header-area .navbar-nav {
    grid-column-gap: 1rem;
  }
}
@media (max-width: 575px) {
  .header-area {
    padding: 1rem 0;
  }
  .header-area .navbar-brand img {
    max-width: 16rem;
  }
}
/*===============================
 #.hero-banner
=================================*/
/*===============================
 #.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;
  }
}
/*===============================
 #.project-overview
=================================*/
.project-overview h3 {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--tcolor);
}
.project-overview h4 {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
}

/*===============================
 #.project-highlights
=================================*/
.project-highlights .single-project-highlights {
  position: relative;
}
.project-highlights .single-project-highlights .project-highlights-wrap {
  position: absolute;
  width: 100%;
  max-width: 400px;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 71, 105, 0.6);
  border-radius: 1.2rem;
  padding: 2.5rem 2rem;
  text-align: center;
  color: var(--white);
}
.project-highlights .single-project-highlights .project-highlights-wrap h3 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: capitalize;
}
.project-highlights .single-project-highlights .project-highlights-wrap h2 {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 700;
  text-transform: capitalize;
}
.project-highlights .swiper-button {
  background-color: var(--white);
  padding: 0.5rem;
  color: var(--tcolor);
  transition: all 0.5s linear;
}
.project-highlights .swiper-button:hover {
  color: var(--white);
  background-color: var(--primary-color);
}

/*===============================
 #.project-amenities
=================================*/
.project-amenities-slider .swiper-slide {
  position: relative;
}
.project-amenities-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.project-amenities-slider .swiper-slide .amenities-label {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.3);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--white);
  border-radius: 0.6rem;
}
.project-amenities-slider .swiper-button {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  background-color: var(--primary-color);
  padding: 1rem;
  color: var(--white);
}
.project-amenities-slider .swiper-button:hover {
  background-color: var(--hover-color);
}

.amenities-tabs {
  margin-top: 18px;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.amenities-tabs li {
  cursor: pointer;
  font-size: 1rem;
  font-weight: 300;
  color: #777;
  position: relative;
}
.amenities-tabs li.active {
  font-size: 1.8rem;
  color: #000;
  font-weight: 700;
}

@media (max-width: 767px) {
  .amenities-tabs li {
    display: none;
    font-size: 16px;
  }
  .amenities-tabs li.active {
    display: block;
  }
}
/*===============================
 #.project-gallery
=================================*/
#Gallery {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.6s ease-in-out;
  z-index: 1;
}
#Gallery::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

/* Tabs */
.gallery-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.gallery-tabs .gallery-tab {
  cursor: pointer;
  padding: 10px 25px;
  border: none;
  background: var(--white);
  color: var(--tcolor);
  font-weight: bold;
  border-radius: 5px;
  transition: 0.3s;
}
.gallery-tabs .gallery-tab.active {
  background: var(--primary-color);
  color: var(--white);
}

/* Carousels */
.gallery-carousel {
  display: none;
  position: relative;
}
.gallery-carousel .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  background-color: var(--black);
  color: var(--white);
  padding: 1.5rem;
  border-radius: 50%;
  transition: all 0.5s linear;
}
.gallery-carousel .swiper-button:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
.gallery-carousel .swiper-slide {
  margin: 2rem;
  border-radius: 2rem;
  transition: all 0.5s linear;
  overflow: hidden;
}
.gallery-carousel .swiper-slide:hover {
  transform: scale(1.1);
}
.gallery-carousel .swiper-slide a {
  display: block;
  position: relative;
}
.gallery-carousel .swiper-slide a img {
  width: 100%;
  height: 28rem;
  object-fit: cover;
}
.gallery-carousel .swiper-slide a .amenities-label {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.3);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--white);
  border-radius: 0.6rem;
}

.gallery-carousel.active {
  display: block;
}

/*===============================
 #.project-walkthrough
=================================*/
.popup-video .my-video-links {
  display: block;
  position: relative;
}
.popup-video .my-video-links img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 2rem;
}
.popup-video .my-video-links .play-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8rem;
  height: 8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  color: var(--black);
  margin: 0 auto;
  font-size: 3rem;
  border-radius: 50%;
  transition: all 0.5s linear;
}
.popup-video .my-video-links .play-btn:hover {
  color: var(--white);
  background-color: var(--primary-color);
}

/*===============================
 #.project-configuration
=================================*/
.project-configuration-slider .single-project-configuration {
  position: relative;
}
.project-configuration-slider .single-project-configuration img {
  opacity: 0.3;
}
.project-configuration-slider .single-project-configuration .primary-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 16rem;
  margin: 0 auto;
}
.project-configuration-slider .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  background-color: var(--black);
  color: var(--white);
  padding: 1rem;
  border-radius: 50%;
  transition: all 0.5s linear;
}

/*===============================
 #.project-connectivity
=================================*/
.map-area {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  z-index: 2;
  text-align: center;
}
.map-area img {
  margin-bottom: 1rem;
  width: 100%;
  height: 360px;
  border-radius: 10px;
  border: 2px solid #e0e0e0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  display: block;
}

.info-bar {
  position: relative;
  margin-top: -200px;
  padding: 240px 20px 80px 20px;
  z-index: 1;
  overflow: hidden;
  border-radius: 3rem;
  display: flex;
  flex-flow: row wrap;
  grid-gap: 2rem;
  justify-content: center;
  align-items: center;
}
.info-bar .single-info {
  flex: 1;
  text-align: center;
  color: var(--white);
}
.info-bar .single-info h3 {
  font-size: 3rem;
  font-weight: 500;
  color: var(--scolor);
}
.info-bar .single-info h4 {
  font-size: 1.4rem;
  font-weight: 400;
}
.info-bar::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0, 0, 0));
  z-index: -1;
}

@media (max-width: 767px) {
  .info-bar .single-info {
    flex: auto;
  }
}
/*===============================
 #.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;
}

/*===============================
 #.footer-area
=================================*/
.footer-area {
  padding: 2rem 0;
}

/*===============================
 #.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;
  }
}