@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

body {
	font-family: 'Poppins', sans-serif;
}

.header {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:5px;
	background: linear-gradient(0.87deg,#fff 11.12%, #ffe082 117.84%, #ffd95b 100.9%) ;
}

.header span {
	font-size: 24px;
	font-weight: bold;
	color: grey;
}

.hero__banner {
	min-height: 300px;
	
}
.hero__banner__bg {
    position: absolute;
    width: 100%;
}

.hero__banner__title__block .hero__banner__title.page__title {
    margin-bottom: 71px;
    margin-top: 100px;
	z-index: 1;
}

.hero__banner .hero__mask__layer {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
}

.hero__banner__title__block .hero__banner__title.page__title .bannerPageHeading {
    color: #fff;
    font-size: 65px;
	font-style: italic;
    margin-bottom: 0;
	font-family: "Trirong", serif;
}

.container-image {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}


.container-image .content {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 95.5%;
  padding: 10px;
  height: 40px;
  font-size: 12px;
}


/* Style the Image Used to Trigger the Modal */
.myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.myImg:hover {opacity: 0.7;}


.modal {
  display: none;
  position: fixed;
  z-index: 1001; 
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 992px){
  .modal-content {
    width: 100%;
  }
  
  .header span {
	font-size: 18px;
	font-weight: bold;
  }
  
  .office-address {
	margin-top: 20px;  
  }
  .hero__banner__title__block .hero__banner__title.page__title .bannerPageHeading {
	font-size: 40px;  
  }
  
  .floor-view .container-image {
	margin-top: 50px;
  }
  
  footer {
	bottom: 0;
    width: 100%;
  }
  .contact-us .row div:nth-child(3), .contact-us .row div:nth-child(4) {
	margin-top:25px;
  }
  
  #project-info .project-details .col-lg-4 {
	padding-top: 25px;
  }
  
  #project-info .floral-image-container {
    top: 1440px; 
  }
  .contact-us .value-span {
	font-size: 16px;
   }
}

.floor-view, .specifications-view, .progress-view {
	margin: 50px 0;	
}
.button-container {
	margin-top: 50px;
	text-align: center;		
}
.button-container a {
	text-decoration: none;
	margin-right: 50px;
}
.button-container .tab-button-unselected {
    background-color: #fff;
    opacity: .4;
	color: #273135;
	font-size: 16px;
	text-transform: uppercase;
}
.button-container .tab-button-selected {
    background-color: #ecf5f5;
    border: none;
    border-radius: 8px;
    color: #273135;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 22px;
    padding: 8px 12px;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Style buttons */
.download-button {
	text-align: center;
	position: relative;
	z-index: 1000;
} 
.btn{
  background-color: #006699; /*#f8cf46*/
  border: none;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: #0088cc;
}

.btn a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}

.main-loader {
  position: absolute;
  left: -2rem;
  top: 4rem; 
  width: 100%;
  height: 50%;
  z-index: 9999;
  background: url(../assets/logo-final.png) center no-repeat;

  opacity: 0.5;
  background-size:150px;
}

.email-id {
	color: #000000;
	text-decoration: none;
}

.email-id span{
	color: #006699;
	text-decoration: none;
}

/* h3.appartment-heading {
	margin-top: 15px;
	text-align: center;
} */
footer {
	background: linear-gradient(.87deg,#ffd95b -270.1%,#ffe082 -88.16%,#fff 99.12%);
    width: 100%;
	margin-top: 40px;
	height: 100px;
	text-align: center;
}
.footer {
	padding-top: 60px;
	font-size: 10px;
}	

#project-info {
	margin-top: 60px;
}

#project-info .floral-image-container {
	position: absolute;
    right: 0;
}

#project-info .floral-image-pettals img{
	opacity: 0.4;
}

#project-info .floral-image-container img {
	height:40rem;
	opacity: 0.2;
}

#project-info .project-details .apartment-image {
	width: 100%;
	margin-left:-25px;
}

#project-info .project-details .apartment-name {
	font-weight: bold;
    font-size: 24px;
    color: grey;
	text-align: center;
}
#project-info .project-details .apartment-specs {
	text-align: center;
}

#project-info .project-details .apartment-specs ul {
	display: inline-block;
	text-align:left;
}

#project-info .project-details .apartment-name .apt-full-name {
	font-family: "Sofia", sans-serif;
	font-size: 35px;
	color: #A68A4B;
	margin-bottom: 0px;
}

#project-info .project-details .apartment-name .apt-caption {
	font-size: 15px;	
}

#project-info .project-details .col-lg-4 {
	align-content: center;
}

.contact-us {
	padding:30px;
}

.contact-us .value-span {
	font-size: 12px;
	padding-left: 25px;
}
.card {
	border: none;
}
.card .indoor-image-styles{
	border-radius: 8px;
    height: 196px;
    width: 159px;
} 
.indoor-image-name {
	color: #273135;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 12px;
}
