@import url('https://fonts.googleapis.com/css2?family=Zalando+Sans+SemiExpanded:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root{
  --font-zolando:"Zalando Sans SemiExpanded", sans-serif;
  --font-roboto:"Roboto", sans-serif;
}

body{
      font-family: var(--font-zolando) !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--font-roboto) !important;
}
.site-logo-wrap .site-logo {
  width: 130px;
}
p{
    color:#000 !important;
    margin:0 !important;
}
.rera_bg{
    background: linear-gradient(89deg, rgb(255, 161, 0) 11.51%, rgb(226 62 87) 52.88%, rgb(238, 17, 98) 92.44%);color:#fff;padding:8px;border-radius:15px;
}
.floating-nav-wrapper {
    position: sticky;
    top: 73px;
    background-color: white;
    z-index: 98;
    padding: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 100;
}
.floating-nav {
    display: flex;
    justify-content: space-evenly;
    list-style-type: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    position: sticky;
    top: 0;
    font-size: 20px;
}
.floating-nav a {
    text-decoration: none;
    color: #212529;
}
.amenities_tab .nav-item.show .nav-link, .amenities_tab .nav-link.active {
    color: #495057;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: bold;
    color: #f00;
}
.amenities_tab .nav-link{
    display: block;
    padding: .5rem 1rem;
    color: #640d03;
    font-weight: bold;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.tab-content ul li{
    margin-top:0;
    color:#000;
}
.amenities {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 30px;
      padding: 20px;
      flex-wrap: wrap;
    }
    .amenities p{
        min-height: 80px;
    }
    .amenities img{
        width: 60px;
        filter: brightness(0) saturate(100%) invert(36%) sepia(52%) saturate(3324%) hue-rotate(334deg) brightness(92%) contrast(91%);
    }
    .amenity {
      text-align: center;
      color: #222;
    }
    .amenity i {
      font-size: 2.2rem;
      color: #f5a500; /* yellow-orange color */
      margin-bottom: 10px;
    }
    .arrow-btn {
      background: #f5a500;
      color: white;
      border-radius: 50%;
      font-size: 1.2rem;
      width: 45px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
.large_visibility_off{
  display: none;
}
.tbl_color tr th{
    background: #df3e59;
    color:#fff;
}
.project_ol li{
    width: 32%;
    display: inline-table;
    position: relative;
    margin-top: 0;
}
.project_ol li::before {
    content: "\f138";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    position: absolute;
    left: -20px;
    color: #e03c55;
    top: 5px;
}
.ltn__breadcrumb-area {
    background-color: var(--section-bg-1);
    margin-bottom: 20px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.footer-address-info p {
    margin-bottom: 0;
    color:#fff !important;
}
.ltn__copyright-design p {
    margin-bottom: 0;
    color:#fff !important;
}
.min_height_280{
    min-height: 280px;
}
.bg-overlay-white-30:before {
    background: rgb(0 0 0 / 30%) !important;
}
.page-title{
    font-family: var(--font-zolando) !important;
}
.font_dmsans{
    font-family: var(--font-zolando) !important;
}
.ltn__breadcrumb-list ul li:last-child {
    color: #fff !important;
}
 .footer {
                background-color: #1B2C56;
                color: #fff;
                padding: 40px 0;
            }

            .footer a {
                color: #ccc;
                text-decoration: none;
            } 
            .footer h5{
                color:#fff;
            }
            .footer p{
                color:#fff !important;
            }

            .footer a:hover {
                color: #fff;
            }

            .footer .social-icons a {
                margin-right: 15px;
                font-size: 20px;
                color: #ccc;
            }

            .footer .social-icons a:hover {
                color: #fff;
            }

            .footer-bottom {
                border-top: 1px solid #444;
                padding-top: 20px;
                margin-top: 20px;
                font-size: 14px;
            }
            .promo-section {
  background: #eaeef1;
  padding: 30px 0;
}
.promo-section figure{
    position: relative;
    overflow: hidden;
}
.promo-section figure img{
    transition: 0.3s ease-out;
}
.promo-section:hover figure img{
    transform: scale(1.1)
}

h1, h4 {
  color: #000;
  }
  h4{
    font-weight: 300;
  }
  .display-8{
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 0;
  }
.btn {
    border-radius: 20px !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--ltn__heading-font);
    padding: 7px 10px !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
    margin-right: 15px;
}
.btn-outline-light:hover {
    background: #000 !important;
    color: #fff !important;
}
.lead2 {
  font-size: 16px;
}

.btn-warning {
  background-color: gold;
  border: none;
}

.btn-outline-light:hover {
  background-color: #f8f9fa;
  color: #000;
}
.ltn__main-menu > ul > li > a {
    font-size: 16px !important;
    padding: 20px 10px;
    font-weight: 400 !important;
    font-family: var(--font-zolando) !important;
}
.block-wrap {
    padding: 20px;
    background-color: #fff;
    margin-top: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.block-title-wrap {
    border-bottom: 1px solid #dce0e0;
}
.ltn__main-menu > ul > li {
    margin-right: 10px !important;
}
.section-bg-6 {
    background-color: #21314e !important;
}
.ltn__top-bar-menu > ul > li > i, .ltn__top-bar-menu > ul > li > a > i {
    margin-right: 3px;
    color: #fff !important;
}
.ltn__header-options i, .ltn__header-top-area i {
    font-weight: 500 !important;
}
.section-title-area p {
    margin-bottom: 0;
    max-width: fit-content !important;
    text-align: justify;
    color:#000;
}
.section-title {
    font-size: 40px !important;
}
.sectiongap-30 {
    padding: 30px 0;
}
.contact-form-box select{
    margin-bottom:20px;
    height: 42px !important;
}
.dm_sans{
    font-family: var(--font-zolando) !important;
}
.container-fluid {
    width: 95%;
}
.title {
    text-align: center;
    font-size: 33px;
    font-family: var(--font-zolando) !important;    
}
.section-title {
    font-family: var(--font-roboto) !important;
    font-weight: 300 !important;
}
.our-values-box {
    padding: 5px;
}
.our-values-box h2 {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    color: #000;
    font-family: var(--font-zolando) !important;
}
.our-values-box p {
    text-align: center;
    color: #000;
}
.bg-image.overlay {
    position: relative;
}
.testimony h3 {
    color: #fff;
    font-size: 1.2rem;
    font-family: var(--font-zolando) !important;
}
.bg-image2{
    background: url('../img/middle-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.query_bg{
    background: url('../img/query-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.contact-form-box input{
    font-family: var(--font-zolando) !important;
    color:#000;
    height:42px !important;
    border-radius:5px !important;
}
.contact-form-box textarea{
    font-family: var(--font-zolando) !important;
    color:#000;
    height:42px !important;
    border-radius:5px !important;
}
.footer-widget .footer-title {
    font-family: var(--font-zolando) !important;
}
.contact-form-box .nice-select{
    width: 100%;
    line-height: 28px;
}
.contact-form-box2{
    padding: 20px 0px 0px !important;
}
.bg_kalyan{
    background-color: #F5F5DC;
    padding: 16% 20% 16% 8%;
}
.theme-btn-1 {
    background-color: #003a78 !important;
    color: var(--white);
}
.ltn__secondary-bg {
    background-color: #003a78 !important;
}
.footer-widget {
    margin-bottom: 0px !important;
}
.et_pb_image_1 {
    margin-top: 1rem!important;
    margin-bottom: 0rem!important;
    margin-left: -6em!important;
    text-align: center;
}
.about-img-left {
    margin-right: 0px !important;
}
.about-us-info-wrap p{
text-align: center;
}
.team-info-wrap{
    background-color: #F5F5DC;
    padding: 6% 6% 6% 6%;
}
.about-img-left{
    margin-bottom: 0rem !important;
    margin-right: -6em !important;
    text-align: center;
    z-index: 123;
}
.listed_items li{
    margin-top: 0rem !important;
    color:#000;
    list-style-type: none;
    position:relative;
}
.listed_items li::before{
    content: "\f138";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
   display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    position: absolute;
    left: -20px;
    color: #e03c55;
    top: 5px;
    
    
}
.footer-top-area {
    padding-top: 20px !important;
    padding-bottom: 20px;
}
.overlay{
    background: rgba(0, 0, 0, 0.7);
}
.ltn__header-5 .ltn__header-middle-area {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.ltn__main-menu>ul {
  justify-content: end;
}

.carousel-caption h2 {
  color: #fff;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption p {
  color: #fff;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
  font-weight: bold;
}

.sticky-social-icons {
  position: fixed;
  right: 25px;
  top: 68%;
  transform: translate(0, 0%);
  width: 60px;
  z-index: 1000;
}

.sticky-social li {
  display: block;
}

#whatsapp {
  background: #52cd60;
}

.sticky-social li a i {
  font-size: 40px;
  line-height: 1.35;
}

.sticky-social li a {
  width: 55px;
  height: 55px;
  display: inline-block;
  margin: 8px 0;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  position: relative;
  left: 0;
  transition: all .2s ease;
  line-height: 75px;
}

.btn--shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
  animation: shockwaveJump 1s ease-out infinite;
}

.btn--shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
  animation: shockwaveJump 1s ease-out infinite;
}

.btn--shockwave.is-active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .65s ease-out infinite;
  animation: shockwave 1s .65s ease-out infinite;
}

.btn--shockwave.is-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .5s ease-out infinite;
  animation: shockwave 1s .5s ease-out infinite;
}

@-webkit-keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }

  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }

  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}

@keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }

  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }

  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}

.btn--jump.is-active {
  -webkit-animation: .4s jump ease infinite alternate;
  animation: .4s jump ease infinite alternate;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }

  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }

  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}




/*  */

.ltn__breadcrumb-area {
  padding-top: 60px;
  padding-bottom: 60px;
}

.bg-overlay-white-30:before {
  background: none;
}
.ltn__breadcrumb-inner h1 , .ltn__breadcrumb-list ul li:last-child , .ltn__breadcrumb-list ul li{
  color: #fff;
  margin-top: 0;
}

.bg-orange {
  background-color: #f55834 !important;
}

.ltn__author-widget-inner .product-price {
  font-size: 37px;
  font-family: var(--ltn__heading-font);
  font-weight: 600;
  color: var(--ltn__secondary-color);
}

.widget{
  padding: 22px 30px;
}

input[type="tel"]{
  background-color: var(--white);
  border: 2px solid;
  border-color: var(--border-color-9);
  height: 65px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  color: var(--ltn__paragraph-color);
  width: 100%;
  margin-bottom: 30px;
  border-radius: 0;
  padding-right: 40px;
}

.ltn__page-details-inner label {
  font-size: 19px;
  font-weight: bold;
}

.apartments-plan-info {
  padding: 0;
}

.inner-list-- li{
  margin-right: 20px;
  text-justify: auto;
  text-align: center;
}

.ltn__product-item-4 .product-title{
  font-size: 20px;
}

.ltn__author-widget-inner .product-price , .ltn__product-item-4 .product-price{
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

.f-thin {
  font-weight: 500;
}

.product-detilsh ul {
  list-style-type: none;
  padding: 0;
}

.product-feature-title {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  border-left: 2px solid;
  border-color: var(--ltn__secondary-color);
  padding-left: 10px;
}

.product-detilsh ul li {
  width: 24%;
  display: inline-block;
}

.product-detilsh {
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(10px, -50%);
  z-index: 1;
}
.product-detilsh>div {
  border-bottom: 1px solid #ccc;
}
span.product-feature-text {
  padding-left: 10px;
}

.inline>div:first-child {
  height: 100%;
  position: relative;
  top: -12px;
  padding: 10px 30px;
  font-size: 30px;
  color: #f55834;
  font-weight: bold;
  border-right: 1px solid #ccc;
}
.inline>div {
  display: inline-block;
}
.property-detali h2 {
  font-size: 20px;
  margin: 0.75rem 0;
}
.property-detali {
  padding: 0 10px;
}

.top-01 {
  background: #f2f4f7;
  margin: 0.75rem 0;
  border: 1px solid #cccccc9c;
  padding: 10px !important;
}

.checkbox-item .checkmark{
  top: 8px;
}
.before-bg-bottom{
  background: #f2f4f7;
}


@media (max-width: 767px) {
    .about-img-left {
    margin-right: 0em !important;
}
.floating-nav-wrapper{
  display: none;
}
.large_visibility_off{
  display: block;
}
.small_visibility_off{
  display: none;
}
.amenities {
    
    width: 90%;
}
.project_ol li{
    width: 100%;
}
.et_pb_image_1 {
    margin-left: 0em!important;
    text-align: center;
}
.contact-form-box select{
    margin-bottom:20px;
}
.contact-form-box input{
    margin-bottom:20px;
}
.bg_kalyan {
    padding: 6% 7% 5% 7%;
}
.mobile-menu-toggle > a {
    position: absolute !important;
    top: 0px;
    right: 20px;
}
.footer-widget {
    margin-bottom: 30px !important;
}
}