/** ========== Main CSS file last configured on March 15, 2023 at 18:53 Hours ========== **/
html {
  scroll-behavior: smooth;
}

#inner_menu #logoImage {
  height: 100px;
  bottom: 5px;
  width: auto;
  position: relative;
}

#scroll-to-top-button {
  display: inline-block;
  background-color: #dc6000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#scroll-to-top-button::after {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: 600;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#scroll-to-top-button:hover {
  cursor: pointer;
  background-color: #153048;
}

#scroll-to-top-button:active {
  background-color: #555;
}

#scroll-to-top-button.show {
  opacity: 1;
  visibility: visible;
}

/** =============== Giffy CMS Navbar customization starts here =============== **/
#inner_menu .navbar-collapse {
  float: right;
  top: 15px;
  position: relative;
}

#inner_menu div#home {
  top: 5px;
  position: relative;
  height: 39px;
  width: 90px;
  padding: 3px 8px 1px 8px;
  margin-bottom: 0;
  text-decoration: none;
}

#inner_menu div#home a {
  padding: 15px;
}

#inner_menu div#home a:hover,
#inner_menu div#home a:focus {
  text-decoration: none;
}

/** =============== Giffy CMS Navbar customization ends here =============== **/
#header {
  border: none;
}

#body {
  background: #FFFFFF;
}

#inner_titletext {
  width: 10%;
}

#inner_menu {
  height: 95px;
}

#searchArticleImg {
  display: none;
}

.contact-us-form-group {
  margin-bottom: 30px;
  padding: 0;
}

#contactUs {
  margin-bottom: 35px;
}

#amenitiesSection,
#floorPlan {
  margin-bottom: 50px;
}

.view-plan {
  position: relative;
  bottom: 0;
}

.view-plan p {
  text-align: center;
  color: #153048;
  margin: 15px 0;
  padding: 10px;
  font-size: 18px;
}

#contactForm #contactFormMessage {
  resize: vertical;
}

.contact-button a:link,
.contact-button a:visited,
.contact-button a:hover,
.contact-button a:active {
  text-decoration: none;
  transition: ease-in-out 0.3s;
  color: #153048;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Merriweather', serif;
}

a {
  color: #ccc;
}

.container-fluid {
  padding: 0;
}

.custom-header .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.custom-header .carousel-fade .carousel-inner .active {
  opacity: 1;
}

.custom-header .carousel-fade .carousel-inner .active.left,
.custom-header .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.custom-header .carousel-fade .carousel-inner .next.left,
.custom-header .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.custom-header .carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

  .custom-header .carousel-fade .carousel-inner>.item.next,
  .custom-header .carousel-fade .carousel-inner>.item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .custom-header .carousel-fade .carousel-inner>.item.prev,
  .custom-header .carousel-fade .carousel-inner>.item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .custom-header .carousel-fade .carousel-inner>.item.next.left,
  .custom-header .carousel-fade .carousel-inner>.item.prev.right,
  .custom-header .carousel-fade .carousel-inner>.item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.custom-nav-position {
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 25px;
}

.custom-header {
  background: #153048;
  padding-top: 150px;
  padding-bottom: 100px;
  margin-bottom: 50px;
}

.header-text {
  color: #FFFFFF;
  padding: 5px;
}

.header-text h1 {
  font-size: 34px;
  letter-spacing: 1.2px;
  line-height: 1.3;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
}

.header-text h3 {
  font-size: 25px;
  letter-spacing: 1.2px;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 35px;
  margin-bottom: 0;
}

.header-text .contact-button {
  margin-top: 35px;
}

.header-text p {
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 1.3;
  margin-top: 100px;
  margin-bottom: 0;
}

.price-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.price-section-header {
  padding: 25px;
}

.price-section .section-heading {
  color: #dc6000;
  letter-spacing: 1.25px;
  font-weight: 600;
}

.price-section p {
  color: #153048;
  letter-spacing: 1.2px;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}

p.price-text-highlighted {
  color: #dc6000;
}

.price-disclaimer {
  font-weight: 600;
  color: #dc6000;
  font-size: 14px;
}

.price-disclaimer-text {
  font-size: 13px;
  letter-spacing: 1.2px;
  line-height: 1.3;
  margin: 0;
  color: #153048;
}

iframe.youtube-video {
  height: 534px;
}

.icons-apartments-info {
  display: flex;
  flex-direction: row;
  gap: 10px;
  z-index: 5;
  justify-content: space-evenly;
}

.icons-apartments-info span {
  font-size: 14px;
}

.rooms-icon:hover {
  transition: ease-in-out 0.25s;
  opacity: 0.7;
}

.pricing-slider-images {
  opacity: 0.75;
}

.pricing-slider-images:hover {
  transition: ease-in-out 0.25s;
  opacity: 1;
}

.slider-cards {
  position: relative;
}

.slider-cards:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  z-index: 1;
}

.custom-carousel-caption {
  position: absolute;
  color: #FFFFFF;
  bottom: 20px;
  padding: 10px;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 1px;
}

.our-projects {
  padding: 60px 0;
}

.our-projects h3 {
  text-align: center;
  color: #dc6000;
  font-size: 32px;
  margin-bottom: 35px;
}

.our-projects p {
  text-align: center;
  font-size: 25px;
  color: #153048;
  width: 70%;
  margin: 0 auto;
}

.amenities {
  background: url('https://storage.googleapis.com/srishti-350609.appspot.com/amentites-section-bg_birds_eye_view.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
  margin-top: 250px;
}

.amenities-small-header {
  color: #dc6000;
  letter-spacing: 1.2px;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 15px;
}

.amenities h3 {
  font-weight: 600;
  letter-spacing: 1.2px;
  font-size: 28px;
  color: #153048;
}

.amenities-card,
.logo-cards {
  padding: 0;
  position: relative;
}

.amenities-card p {
  margin: 0 0 10px !important;
  font-size: 12px !important;
}

.floor-plan .floor-img {
  background-image: url(https://www.oberoirealty.com/maxima/images/Floor-Plan-IMG.jpg);
  height: 800px;
  position: relative;
}

.floor-plan .container {
  height: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 20px;
}

.floor-plan-inner {
  left: 50%;
  height: 92%;
  position: absolute;
  width: 88%;
  margin: 60px auto;
  border-top: 4px solid #dc6000;
  border-right: 4px solid #dc6000;
  border-left: 4px solid #dc6000;
  padding: 45px;
  transform: translateX(-50%);
}

#floorPlan .section-heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #dc6000;
  letter-spacing: 1px;
}

.floor-plan .floor-plan-inner h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #dc6000;
  letter-spacing: 1px;
}

.floor-plan .floor-plan-inner p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 50px;
}

.contact {
  padding: 60px 0;
}

.contact h2 {
  color: #dc6000;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.contact p {
  color: #153048;
  font-size: 22px;
}

#contactForm {
  margin: 10px auto;
  background: #153048;
  border-radius: 4px;
  padding: 30px;
}

.contact-form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 17px;
  text-align: left;
  border-radius: 4px;
  height: 45px;
  background: #FFFFFF;
  padding: 10px;
}

label {
  color: #dc6000;
  font-weight: 500;
  text-transform: uppercase;
}

footer {
  background: #181818;
  padding: 0;
}

footer ul.list-inline li a {
  color: #cb712c;
  text-decoration: none;
  font-size: 16px;
  margin-top: 30px;
  margin-right: 15px;
  border: 1px solid #ccc;
  padding: 10px;
}

.footer-wrapper {
  display: none;
}

.copyright-text p {
  margin-bottom: 15px;
}

/** ==================== Magnific Popup CSS starts here ===================== **/
.image-link {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-no-margins img.mfp-img {
  padding: 0;
}

.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}

.mfp-no-margins .mfp-container {
  padding: 0;
}

.mfp-title {
  text-align: center;
  padding: 6px 0;
}

.magnific-popup-images {
  border: #153048 solid 2px;
  border-radius: 4px;
}

/** ==================== Magnific Popup CSS ends here ===================== **/
/** ==================== Swarnali CSS starts here ===================== **/
.logo-slider-img {
  max-width: 80%;
  filter: grayscale(100%);
  background: #153048;
}

.logo-slider-img:hover {
  filter: grayscale(0%);
}

/** ==================== Swarnali CSS ends here ===================== **/
/** ================ Custom Footer CSS starts ================ **/
.footer-top {
  padding: 60px 0;
  background: #153048;
  text-align: left;
  color: #aaa;
}

.footer-top p {
  font-size: 16px;
  color: #888;
  line-height: 2;
  letter-spacing: 1.2px;
  text-align: left;
  padding: 0px;
  margin-bottom: 5px;
}

.footer-top i {
  font-size: 18px;
  color: #dc6000;
}

.footer-top p a:hover,
.footer-top p a:focus {
  color: #dc6000;
  font-weight: 600;
  transition: ease-in-out 0.25s;
  text-decoration: none;
}

.footer-top h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.footer-partners-area {
  padding: 15px;
}

.footer-partners-area p {
  color: #FFFFFF !important;
  letter-spacing: 1px !important;
  font-size: 15px !important;
  text-align: center;
}

.footer-contact-email-link-area {
  margin-top: 50px;
}

.logo-footer {
  margin-top: 0;
  left: 20.5%;
  right: 20.5%;
  position: relative;
  max-width: 60%;
}

.footer-partner-logo {
  max-width: 25%;
  position: relative;
  left: 37%;
  right: 37%;
}

.footer-social i {
  font-size: 30px;
  vertical-align: middle;
}

.footer-social i:hover {
  color: #FFFFFF;
  transition: ease-in-out 0.25s;
}

.footer-social a {
  display: inline-block;
  color: #777;
  border: 0;
}

.footer-copyright p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: 1.3px;
  color: #FFFFFF;
}

.footer-copyright a {
  font-weight: 600;
  border: 0;
}

.footer-copyright a:hover,
.footer-copyright a:focus {
  color: #153048;
  transition: ease-in-out 0.25s;
  text-decoration: none;
}

.footer-bottom {
  padding: 15px 0;
  background: #dc6000;
}

.footer-contact a:hover,
.footer-contact a:focus {
  color: #dc6000;
  font-weight: 600;
  text-decoration: none;
  transition: ease-in-out 0.25s;
}

/** ================ Custom Footer CSS ends ================ **/
.shristi-contact-button-style {
  background: #dc6000;
  color: #fff;
  padding: 10px 30px;
  font-size: 20px;
}

.shristi-custom-button-style {
  background: #dc6000;
  color: #fff;
  padding: 10px 30px;
  width: 100%;
  font-size: 20px;
}

.contact-us-form-text-area {
  margin-top: 0px;
}

.contact-us-form-text-area h3 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 1.5;
  color: #dc6000;
  margin-bottom: 20px;
  margin-top: 10px;
}

.contact-us-form-body h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 1.5;
  color: #dc6000;
  margin-bottom: 15px;
  margin-top: 0;
}

.contact-us-form-body p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.contact-us-form-text-area p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
}

#contactForm #contactFormMessage {
  height: 115px;
}

.contact-cards {
  padding: 15px;
  margin-bottom: 0;
  border-radius: 5px;
  color: #153048;
  font-size: 17px;
}

.contact-cards i {
  font-size: 22px;
  color: #dc6000;
  margin-right: 10px;
}

.contact-cards span a {
  font-size: 17px;
  color: #153048;
}

.contact-cards span a:focus {
  text-decoration: none;
}

.contact-cards span a:hover {
  transition: ease-in-out 0.25s;
  color: #dc6000;
  text-decoration: none;
  font-weight: 600;
}

.contact-address p {
  color: #FFFFFF;
  font-size: 17px;
}

.owl-theme {
  position: relative;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  text-decoration: none
}

.owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

.owl-theme .owl-prev,
.owl-theme .owl-next {
  position: absolute;
  height: 35px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  bottom: 70px;
}

.owl-theme i {
  font-size: 30px;
  color: #dc6000;
  font-weight: 600;
}

.owl-theme .owl-prev {
  left: 0;
}

.owl-theme .owl-next {
  right: 0;
}

/** =============== Swarnali's CSS starts here =============== **/
.residency-banner {
  background-color: transparent;
}

.residence {
  background-color: #FFFFFF;
  padding: 25px;
}

.owl-stage {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

/** ============== Swarnali's CSS ends here ============== **/
/** =============== Sohela's CSS overriting starts here ============== **/
.slider-images {
  border-radius: 5px;
  width: 50% !important;
  padding: 12px;
  margin: auto;
  margin-top: 60px;
  border: 1px solid #153048;
  margin-bottom: 15px;
}

/** ================= Sohela's CSS ends here =============== **/
/* #invalidPhoneWarning,
#invalidEmailWarning {
  font-size: 14px;
  padding: 15px;
  margin-bottom: 0;
  color: #e20e0e;
  font-weight: 600;
} */
.margin-bottom {
  margin-bottom: 0;
}