

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #e8e8e8
}

::-webkit-scrollbar-thumb {
    background: #f85359
}

::-webkit-scrollbar-thumb:hover {
    background: #e2494f
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-os-font-smoothing: grayscale;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

/*.agent-photo,
.amenities-card,
.cta,
.fixed-top,
.floor-plans,
.form-block button,
.form-block input,
.gallery-,
.nav-item a,
.project-card-,
.reviews-card,
.top-header .nav-link,
.top-header .nav-link:hover,
.top-header .sticky {
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}
*/
iframe {
  width: 100%;
  height: 100%;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #b1824f;
}

:focus,
:focus-visible {
  box-shadow: none;
  outline: none;
}

body {
   /* font-family: Assistant, sans-serif;
    color: #0a2233;
    font-weight: 400;
    font-style: normal;
    font-size: 18px*/
    font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0
}
p,
label,
span,
li,
div,
input,
select {
  color: #000000;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 22px;
}

a
{
	font-family: "Lato", sans-serif;
}
ul {
    list-style: none
}

a:hover {
    text-decoration: none
}

button:focus {
    outline: 0 !important
}
.fw-bold {
    font-weight: 700 !important;
}

.padbtm0 {
    padding-bottom: 0 !important
}

.mt45 {
    margin-top: 45px
}

.mt15 {
    margin-top: 15px
}

.pad-tb {
    padding-top: 90px;
    padding-bottom: 90px
}

.common-heading {
    padding: 0;
    text-align: center
}

.common-heading h2 {
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 20px
}

.common-heading p {
    font-size: 18px
}

.v-center {
    align-self: center
}

.navbar-toggler {
    background-color: #fff;
    border: 1px solid #fff
}

.top-header .sticky {
    background: #fff;
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .08);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .08)
}

html body .top-header.header-2 .sticky .nav-link:hover {
    color: #f85359
}

.top-header .nav-link:hover .nav-number {
    color: #f85359 !important
}

.top-header .nav-link {
    font-weight: 600;
    font-size: 17px;
    color: #0a2233
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(10 34 51)
}

.top-header .nav-link.active {
    color: #d5b56f !important;
}

.top-header .nav-link.active:after {
    transition: all .2s linear 0s;
    background: #d5b56f;
    width: 90%
}

.top-header .nav-link:after {
    content: '';
    display: block;
    height: 2px;
    text-align: center;
    left: 0;
    right: 0;
    width: 0;
    float: none;
    background: #f85359;
    transition: width .4s ease, background-color .4s ease;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin: 0 auto;
    position: relative;
    bottom: -4px
}

.fixed-top {
    position: fixed;
    top: 20px;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-top: 0;
    padding-bottom: 0;
    height: 90px
}

.brand-logo a {
    display: block
}

.header-right ul li:after {
    content: "";
    position: absolute;
    border-right: 1px solid #eee;
    height: 30px;
    right: -12px;
    top: 10px
}

.header-right ul li:last-child:after {
    content: "";
    position: absolute;
    border-right: 0 solid #eee
}

.hero-section {
    position: relative;
    overflow: hidden;
    background: url(../images/hero/hero-bg.png) #fff;
    padding-top: 170px;
    padding-bottom: 170px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover
}

.header-heading {
    margin: 0 50px 0 0
}

.header-heading h1 {
    font-weight: 700;
    font-size: 55px;
    line-height: 1.3;
    margin-bottom: 25px
}

.header-heading p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 35px;
    font-weight: 500
}

.single-image .item {
    border-radius: 6px 6px 6px 50px;
    overflow: hidden
}

.owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #f85359;
    transform: translate3d(0, -50%, 0) scale(.7);
    transition: all 250ms ease-out 0s
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
    position: absolute;
    transition: all 250ms ease-out 0s
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block
}

.owl-carousel .owl-dots .owl-dot span {
    background: #f85359;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0, -50%, 0) scale(.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px
}

.project-card-:hover {
    box-shadow: 0 0 10px #e6e3e3;
    top: -5px
}

.project-card- {
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    top: 0;
    position: relative
}

.project-card img {
    width: 100%
}

.apartments-list {
    overflow-x: hidden;
    background: #fff;
    padding-bottom: 80px
}

.apartments-list .mt45 {
    margin-top: 35px
}

.apartments-list .owl-stage {
    padding-bottom: 10px;
    padding-top: 10px
}

.apartments-list .owl-stage-outer {
    position: relative
}

.home-details {
    padding: 20px;
    border: 1px solid #e8e8ef;
    border-radius: 0 0 6px 6px
}

.home-details h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 4px
}

.feature-list {
    margin: 10px 0 0;
    color: #0a2233
}

.feature-list li {
    display: inline-block;
    padding: 0 15px 0 0
}

.feature-list li i {
    padding: 0 5px 0 0;
    font-size: 16px
}

.feature-section {
    background: url(../images/common/dot.png) #f4f6f8
}

.feature-image {
    border-radius: 6px 6px 6px 50px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    box-shadow: 0 3px 6px rgba(91, 130, 148, .08)
}

.amenities-section {
    background: #fff
}

.amenities-card:hover {
    box-shadow: 0 0 10px #e6e3e3;
    top: -5px
}

.amenities-card {
    text-align: center;
    background: #fff5f5;
    border-radius: 6px;
    padding: 20px;
    margin: 5px 0;
    -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    top: 0;
    position: relative;
    border: 1px solid #fee4e5;
    cursor: grab
}

.amenities-card-icon-section {
    width: 70px;
    margin: 0 auto 15px;
    background: rgba(248, 83, 89, .1);
    border-radius: 32% 68% 64% 36%/39% 58% 42% 61%;
    padding: 8px
}

.amenities-card h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 4px
}

.amenities-card p {
    font-size: 16px
}

.floor-plans:hover {
    box-shadow: 0 0 10px #e6e3e3;
    top: -5px
}

.floor-plans {
    text-align: center;
    margin-top: 30px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    top: 0;
    position: relative
}

.floor-plans h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    padding: 20px;
    border: 1px solid #e8e8ef;
    border-radius: 0 0 6px 6px
}

.floor-plans a {
    display: block
}

.floor-img {
    display: block;
    border-radius: 6px;
    width: 100%
}

.floor-img img {
    width: 100%
}

.nav-filter {
    margin: 45px auto 0;
    display: table
}

.nav-filter .nav-tabs {
    border-bottom: 0 solid #dee2e6
}

.nav-filter .nav-item .nav-link1.active {
    color: #fff;
    background: #f85359
}

.nav-tabs .nav-item {
    margin: 0 10px 10px
}

.nav-filter .nav-item .nav-link1 {
    color: #0a2233;
    line-height: 1;
    font-family: Merriweather;
    padding: 10px 20px;
    border: 0;
    background: #ffd9d5;
    border-radius: 6px;
    font-size: 15px;
    text-align: center;
    display: block
}

.specification-section {
    background: #fff
}

.list-features li {
    color: #0a2233;
    background: url(../images/common/check-mark.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 5px 2px;
    padding-left: 30px;
    margin-top: 10px
}

.h4-heading {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px
}

.cta-section:before {
    content: "";
    position: absolute;
    background: rgba(10, 34, 51, .9);
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0
}

.cta-section {
    background: url(../images/common/dots.png);
    position: relative
}

.mt30 {
    margin-top: 30px
}

.mt30a {
    margin-top: 30px
}

.cta-heading p {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    line-height: 1.5;
    font-family: Merriweather
}

.cta:hover {
    background-color: #0a2233;
    color: #fff;
    top: -5px;
    box-shadow: 0 5px 10px rgba(10, 34, 51, .2)
}

.cta {
    font-size: 16px;
    font-weight: 400;
    font-family: Merriweather;
    padding: 0 45px;
    line-height: 60px;
    text-align: center;
    outline: 0;
    color: #fff;
    background-color: #f85359;
    border: none;
    border-radius: 6px;
    display: inline-block;
    -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    top: 0;
    position: relative
}

.cta:hover {
    color: #fff
}

.mt20 {
    margin-top: 12px
}

.cta-text {
    align-self: center
}

.gallery-section {
    background: #f4f6f8
}

.gallery-:hover {
    box-shadow: 0 0 10px #e6e3e3;
    top: -5px
}

.gallery- {
    position: relative;
    top: 0;
    -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    margin: 30px 0 0
}

.gallery- a img {
    display: block;
    border-radius: 6px
}

.location-section iframe {
    width: 100%;
    height: 300px;
    border-radius: 6px
}

.loc-adlit li {
    list-style: none;
    padding: 0 0 5px;
    font-size: 16px
}

.loc-adlit li span {
    list-style: none;
    text-align: right;
    float: right;
    font-weight: 700
}

.agent-section {
    background: #fff5f5
}

.agent-photo img {
    width: 200px;
    border-radius: 6px
}

.social-links- a {
    color: #0a2233;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    border: 1px solid #e8e8ef;
    padding: 8px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin: 0 10px 0 0;
    border-radius: 4px
}

.social-links- {
    margin: 10px 0 0
}

.agent-details h5 {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5
}

.agent-details p {
    font-size: 16px;
    padding: 0 0 10px
}

.agent-details p span {
    font-weight: 600
}

.agent-photo:hover {
    box-shadow: 0 0 10px #e6e3e3;
    top: -5px
}

.agent-photo {
    text-align: left;
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    position: relative;
    top: 0;
    border: 1px solid #e8e8ef
}

/*.reviews-card:hover {
    box-shadow: 0 0 10px #e6e3e3;
    top: -5px
}*/

.reviews-section .owl-carousel .owl-dots {
    margin: 5px 0 0
}

.reviews-card span {
    font-size: 30px;
    color: #f85359
}

.reviews-card {
    text-align: center;
    background: url(../images/common/pricing-bottom-bg.png) #fff;
    border-radius: 6px;
   /* padding: 30px;*/
    margin: 5px 0;
    -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    position: relative;
    top: 0;
    border: 1px solid #e8e8ef;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
    cursor: grab
}

/*.reviews-card img {
    border-radius: 100px;
    max-width: 140px;
    margin: 0 auto 15px
}*/

.reviews-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 0
}

.reviews-card h4 span {
    font-weight: 400;
    display: block;
    font-size: 16px;
    margin: 8px 0 20px;
    color: #0a2233;
    font-family: Assistant, sans-serif
}

.project-logo-section {
    background: #f4f6f8
}

.project-logo img {
    margin: 0 auto;
    display: block
}

.opl ul {
    overflow: hidden
}

.opl ul li:before {
    content: "";
    height: 100%;
    top: 0;
    left: -1px;
    position: absolute;
    border-left: 1px solid #e6e6e6
}

.opl ul li {
    width: 20%;
    float: left;
    position: relative;
    padding: 0 30px
}

.enquire-form {
    background: url(../images/common/buildings.png);
    background-repeat: no-repeat;
    background-position: center bottom
}

.cta-heading-2 img {
    margin: 0 0 20px
}

.cta-heading-2 {
    margin-right: 50px
}

.cta-heading-2 h2 {
    font-weight: 800;
    font-size: 30px;
    line-height: 1.2;
    padding-bottom: 20px;
    color: #0a2233
}

.cta-heading-2 p {
    padding-bottom: 20px
}

.form-block {
    background: rgba(255, 255, 255, .85);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    border: 1px solid #e8e8ef
}

.form-block form {
    padding: 0 20px 30px
}

.form-block input:focus,
.form-block textarea:focus {
    border: 1px solid #f85359
}

.form-block input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin: 0 0 10px;
    border-radius: 6px;
    color: #172b43;
    font-size: 16px;
    outline: 0;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    border: 1px solid #e6e6e6
}

.form-block textarea {
    max-height: 200px;
    width: 100%;
    padding: 15px;
    margin: 0 0 10px;
    border-radius: 6px;
    color: #172b43;
    font-size: 16px;
    outline: 0;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    border: 1px solid #e6e6e6
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #f85359;
    background-color: #f85359
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    box-shadow: 0 3px 6px rgba(91, 130, 148, .08)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #ffbc80
}

.custom-control-label::before {
    position: absolute;
    top: -1px;
    left: -1.5rem;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: -3px;
    left: -26px;
    display: block;
    width: 25px;
    height: 25px;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-control {
    margin-bottom: 10px
}

.form-block label input {
    height: 20px;
    width: 20px;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0
}

.fieldsets label {
    position: relative;
    top: -10px;
    font-size: 14px;
    color: #f85359;
    margin: 0;
    padding: 0
}

.custom-control label {
    text-indent: -21px;
    padding: 0 0 0 21px;
    font-size: 13px
}

.form-block label a {
    color: #000
}

.form-header {
    text-align: center;
    border-bottom: 3px solid #f85359;
    padding: 20px 0;
    margin: 0 0 20px;
    background-color: #fff5f5
}

.form-header h2 span {
    font-size: 36px !important;
    display: block;
    font-weight: 700;
    color: #0a2233
}

.form-header p {
    text-align: center
}

.form-block p.trm {
    font-size: 13px;
    width: 100%;
    text-align: center;
    margin: 10px 0 0
}

.form-block p.trm i {
    padding: 5px 5px 0 0
}

.form-block button:hover {
    background-color: #0a2233
}

.form-block button {
    font-size: 16px;
    font-weight: 400;
    font-family: Merriweather;
    padding: 0 40px;
    line-height: 60px;
    text-align: center;
    outline: 0;
    color: #fff;
    background-color: #f85359;
    border: none;
    border-radius: 6px;
    width: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    box-shadow: 0 3px 6px rgba(91, 130, 148, .08)
}

.pl0 {
    padding-left: 0 !important
}

footer {
    background: #172a47;
    padding: 90px 0 25px;
    color: #fff
}

.footer- a img {
    width: 100px
}

footer h3 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700
}

.footer- p {
    text-align: center;
    padding: 25px 0 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff
}

.footer- a {
    display: block;
    margin: 0 0 25px
}

.footer-block {
    padding: 20px 0
}

.social-links {
    text-align: right
}

.social-links a {
    color: #0a2233;
    font-size: 25px;
    line-height: 1
}

.footer-address-list li i {
    margin: 0 5px 0 0
}

.copyright {
    border-top: 1px solid #13334a;
    margin-top: 90px
}

.footer-address-list li {
    font-size: 16px;
    text-indent: -12px;
    padding-left: 25px;
    line-height: 35px
}

.footer-social-media-icons a {
    color: #fff;
    font-size: 16px;
    border: 1px solid #cacaca;
    border-radius: 4px;
    margin: 0 2px;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 34px
}

.footer-social-media-icons a.facebook {
    background: #0069f7;
    border-color: #0069f7
}

.footer-social-media-icons a.twitter {
    background: #00c6f7;
    border-color: #00c6f7
}

.footer-social-media-icons a.instagram {
    background: #d62977;
    border-color: #d62977
}

.footer-social-media-icons a.linkedin {
    background: #0e72a3;
    border-color: #0e72a3
}

.footer-address-list li a {
    color: #fff
}

.v-center {
    align-items: center;
    align-self: center
}

/*.index2 h1,
.index2 h2 {
    font-family: 'dm serif display', serif;
    font-weight: 700
}*/

.common-heading-2 p {
    font-size: 18px
}


h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4
}

.h1 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 800
}

.h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 800
}

h3 {
    font-size: 24px !important;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}

.h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600
}

.h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600
}

.h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

html .mr5 {
    margin-right: 5px
}

html .m0 {
    margin: 0 !important
}

html .mt0 {
    margin-top: 0
}

html .mt5 {
    margin-top: 5px
}

html .mt10 {
    margin-top: 10px
}

html .mt15 {
    margin-top: 15px
}

html .mt20 {
    margin-top: 20px
}

html .mt25 {
    margin-top: 25px
}

html .mt30 {
    margin-top: 30px
}

html .mt35 {
    margin-top: 35px
}

html .mt40 {
    margin-top: 40px
}

html .mt45 {
    margin-top: 45px
}

html .mt50 {
    margin-top: 50px
}

html .mt55 {
    margin-top: 55px
}

html .mt60 {
    margin-top: 60px
}

html .mt65 {
    margin-top: 65px
}

html .mt70 {
    margin-top: 70px
}

html .mt75 {
    margin-top: 75px
}

html .mt80 {
    margin-top: 80px
}

html .mt85 {
    margin-top: 85px
}

html .mt90 {
    margin-top: 90px
}

html .mt95 {
    margin-top: 95px
}

html .mt100 {
    margin-top: 100px
}

html .mt106 {
    margin-top: 105px
}

html .mt110 {
    margin-top: 110px
}

html .mt115 {
    margin-top: 115px
}

html .mt120 {
    margin-top: 120px
}

html .mt125 {
    margin-top: 125px
}

html .mt130 {
    margin-top: 130px
}

html .mt135 {
    margin-top: 135px
}

html .mt140 {
    margin-top: 140px
}

html .mt145 {
    margin-top: 145px
}

html .mt150 {
    margin-top: 150px
}

html .mb0 {
    margin-bottom: 0
}

html .mb5 {
    margin-bottom: 5px
}

html .mb10 {
    margin-bottom: 10px
}

html .mb15 {
    margin-bottom: 15px
}

html .mb20 {
    margin-bottom: 20px
}

html .mb25 {
    margin-bottom: 25px
}

html .mb30 {
    margin-bottom: 30px
}

html .mb35 {
    margin-bottom: 35px
}

html .mb40 {
    margin-bottom: 40px
}

html .mb45 {
    margin-bottom: 45px
}

html .mb50 {
    margin-bottom: 50px
}

html .mb55 {
    margin-bottom: 55px
}

html .mb60 {
    margin-bottom: 60px
}

html .mb65 {
    margin-bottom: 65px
}

html .mb70 {
    margin-bottom: 70px
}

html .mb75 {
    margin-bottom: 75px
}

html .mb80 {
    margin-bottom: 80px
}

html .mb85 {
    margin-bottom: 85px
}

html .mb90 {
    margin-bottom: 90px
}

html .mb95 {
    margin-bottom: 95px
}

html .mb100 {
    margin-bottom: 100px
}

html .ml5 {
    margin-left: 5px
}

html .ml10 {
    margin-left: 10px
}

html .ml15 {
    margin-left: 15px
}

html .ml20 {
    margin-left: 20px
}

html .ml25 {
    margin-left: 25px
}

html .ml30 {
    margin-left: 30px
}

html .ml35 {
    margin-left: 35px
}

html .ml40 {
    margin-left: 40px
}

html .ml45 {
    margin-left: 45px
}

html .ml50 {
    margin-left: 50px
}

html .mr5 {
    margin-right: 5px
}

html .mr10 {
    margin-right: 10px
}

html .mr15 {
    margin-right: 15px
}

html .mr20 {
    margin-right: 20px
}

html .mr25 {
    margin-right: 25px
}

html .mr30 {
    margin-right: 30px
}

html .mr35 {
    margin-right: 35px
}

html .mr40 {
    margin-right: 40px
}

html .mr45 {
    margin-right: 45px
}

html .mr50 {
    margin-right: 50px
}

html .pt0 {
    padding-top: 0
}

html .pt5 {
    padding-top: 5px
}

html .pt10 {
    padding-top: 10px
}

html .pt15 {
    padding-top: 15px
}

html .pt20 {
    padding-top: 20px
}

html .pt25 {
    padding-top: 25px
}

html .pt30 {
    padding-top: 30px
}

html .pt35 {
    padding-top: 35px
}

html .pt40 {
    padding-top: 40px
}

html .pt45 {
    padding-top: 45px
}

html .pt50 {
    padding-top: 50px
}

html .pt55 {
    padding-top: 55px
}

html .pt60 {
    padding-top: 60px
}

html .pt65 {
    padding-top: 65px
}

html .pt70 {
    padding-top: 70px
}

html .pt75 {
    padding-top: 75px
}

html .pt80 {
    padding-top: 80px
}

html .pt85 {
    padding-top: 85px
}

html .pt90 {
    padding-top: 90px
}

html .pt95 {
    padding-top: 95px
}

html .pt100 {
    padding-top: 100px
}

html .pb0 {
    padding-bottom: 0
}

html .pb5 {
    padding-bottom: 5px
}

html .pb10 {
    padding-bottom: 10px
}

html .pb15 {
    padding-bottom: 15px
}

html .pb20 {
    padding-bottom: 20px
}

html .pb25 {
    padding-bottom: 25px
}

html .pb30 {
    padding-bottom: 30px
}

html .pb35 {
    padding-bottom: 35px
}

html .pb40 {
    padding-bottom: 40px
}

html .pb45 {
    padding-bottom: 45px
}

html .pb50 {
    padding-bottom: 50px
}

html .pb55 {
    padding-bottom: 55px
}

html .pb60 {
    padding-bottom: 60px
}

html .pb65 {
    padding-bottom: 65px
}

html .pb70 {
    padding-bottom: 70px
}

html .pb75 {
    padding-bottom: 75px
}

html .pb80 {
    padding-bottom: 80px
}

html .pb85 {
    padding-bottom: 85px
}

html .pb90 {
    padding-bottom: 90px
}

html .pb95 {
    padding-bottom: 95px
}

html .pb100 {
    padding-bottom: 100px
}

.hero-slider {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0
}

.hero-slider .slide-inner {
    position: relative
}

.hero-slider .slide-inner:before {
    content: "";
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    opacity: .25;
    top: 0;
    left: 0;
    right: 0
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    background: 0 0;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

.hero-slider:hover .swiper-button-next,
.hero-slider:hover .swiper-button-prev {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px)
}

.hero-slider .swiper-button-prev:before {
    font-family: "font awesome 5 free";
    content: "\f060";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px)
}

.hero-slider .swiper-button-next:before {
    font-family: "font awesome 5 free";
    content: "\f061";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    font-weight: 900
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: .3;
    background: #fff;
    transition: all .2s ease
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px
}

.swiper-pagination {
    text-align: left
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%)
}

.hero-style .slide-btns,
.hero-style .slide-text,
.hero-style .slide-title {
    max-width: 690px
}

.hero-style .slide-title h2 {
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
    color: #fff;
    margin: 0 0 20px;
    transition: all .4s ease;
    font-family: 'dm serif display', serif
}

.hero-style .slide-text p {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: normal;
    color: #fff;
    margin: 0 0 30px;
    transition: all .4s ease
}

.hero-style .slide-btns>a:first-child {
    margin-right: 10px
}

html body .top-header.header-2 .nav-link {
        font-weight: 500;
    font-size: 15px;
    color: #000;
    letter-spacing: 3px;

}

html body .top-header.header-2 .sticky .nav-link {
        font-weight: 500;
    font-size: 15px;
    color: #000;
    letter-spacing: 3px;
}

.form-block select {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin: 0 0 10px;
    border-radius: 6px;
    color: #172b43;
    font-size: 16px;
    outline: 0;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgb(91 130 148/8%);
    box-shadow: 0 3px 6px rgb(91 130 148/8%);
    border: 1px solid #e6e6e6
}

.form-block textarea {
    max-height: 100px
}

.featurelistgere {
    display: grid;
    grid-template-columns: 75% auto
}

.featurelist-1 {
    background: #0a2233;
    color: #fff;
    display: grid;
    grid-template-columns: auto auto auto auto
}

.featurelist-2 {
    background: #f85359;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.flst {
    padding: 30px
}

.icon- {
    width: 50px;
    height: 50px;
    display: flex;
    text-align: center;
    font-size: 20px;
    margin-right: 15px;
    border-radius: 100px;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center
}

.icon- img {
    width: 100%
}

.icondata p span {
    font-size: 28px;
    font-weight: bolder;
    display: block
}

.flst2 p {
    text-align: left
}

.flst2 p span {
    display: block;
    font-size: 25px;
    font-weight: 700
}

.whatwedonw {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 30px
}

.itawastats p:first-child {
    font-size: 45px;
    margin-bottom: 15px;
    color: #ff5722
}

.itawastats p:last-child {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600
}

.crdinfo h3 {
    font-size: 20px;
    font-family: Merriweather, serif;
    margin-bottom: 10px
}

.halfsec {
    display: grid;
    grid-template-columns: 50% 50%
}

.bghalfimg {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.content-column {
    background: #fff5f5;
    padding: 70px 40px
}

.innnerclm {
    max-width: 600px
}

.fltwithiconss .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-direction: row
}

.fltwithiconss .nav-link1 {
    display: block;
    text-align: center;
    color: #0a2233;
    font-weight: 600
}

.fltwithiconss .nav-link1.active {
    color: #f85359
}

.fltwithiconss .nav-item a:hover {
    color: #f85359
}

.fltwithiconss .nav-link1 span {
    display: block;
    font-size: 44px;
    font-weight: 400
}

.loc-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 30px;
    justify-content: space-between;
    justify-items: stretch
}

.loc-list li {
    text-align: center;
    font-weight: 600
}

.loc-list li img {
    display: block;
    max-width: 65px;
    margin: 0 auto 15px
}

.loc-list li span {
    display: block
}

.cta-section-1 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff
}

.cta-section-1 h2 {
    color: #fff;
    font-weight: 400;
    font-size: 45px;
    margin-bottom: 15px
}

.cta-section-1:before {
    content: "";
    position: absolute;
    background: rgb(0 0 0/40%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0
}

.callnow {
    color: #fff;
    display: block;
    font-size: 26px
}

.callnow:hover {
    color: #fff
}

.gallery-section2 {
    background: #fff5f5
}

.button1 {
    color: #fff;
    background-color: #d5b56f;
}

html body .button1:hover {
    color: #0a2233;
    background-color: #ffeba1
}

.button2 {
    color: #0a2233;
    background-color: #ffeba1
}

html body .button2:hover {
    color: #fff;
    background-color: #f85359
}

.bttn {
    font-size: 16px;
    font-weight: 400;
    font-family: Merriweather;
    padding: 0 45px;
    line-height: 60px;
    text-align: center;
    outline: 0;
    border: none;
    border-radius: 6px;
    display: inline-block;
    -webkit-box-shadow: 0 3px 6px rgb(91 130 148/8%);
    box-shadow: 0 3px 6px rgb(91 130 148/8%);
    top: 0;
    position: relative
}

html body .top-header.header-2 .navbutton {
    line-height: 42px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    margin-left: 15px
}

.icon-bar {
    width: 24px;
    height: 3px;
    background-color: #0a2233;
    display: block;
    transition: all .2s;
    margin-top: 4px
}

.index2 .icon-bar {
    background-color: #000;
}

.sticky .icon-bar {
    background-color: #000
}

.navbar-toggler {
    background-color: transparent;
    border: 0 solid transparent
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%
}

.navbar-toggler .middle-bar {
    opacity: 0
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%
}

.navbar-toggler.collapsed .bottom-bar,
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0)
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1
}

.nnv {
    display: flex
}

/*my css*/
img.whatsapp  {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

iframe {
  width: 100%;
  height: 100%;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #b1824f;
}

:focus,
:focus-visible {
  box-shadow: none;
  outline: none;
}

.side_spacing {
  padding: 0 7%;
}

.left_section_spacing {
  padding-left: 7% !important;
}

.right_section_spacing {
  padding-right: 7% !important;
}

.section_spacing {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section_top_large {
  padding-top: 80px;
}

.section_top_small {
  padding-top: 40px;
}

.section_btm_small {
  padding-bottom: 40px;
}

.section_btm_large {
  padding-bottom: 80px;
}

.title_spacing {
  margin-bottom: 30px;
}
.section-title1 {
  font-size: 30px;
  position: relative;
  padding-left: 10px;
  margin-bottom: 30px;
  width: fit-content;
  line-height: 30px;
  text-transform: uppercase;
}

.section-title-bold {
  font-weight: 700;
}

.section-title1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 1.5px;
  height: 100%;
  background: black;
}

.section-title {
  font-size: 30px;
  position: relative;
  padding-left: 10px;
  margin-bottom: 30px;
  width: fit-content;
  line-height: 30px;
  text-transform: uppercase;
}

.section-title-bold {
  font-weight: 700;
}


.section-title-white::before {
  background: #fff;
}

.title-bold {
  font-size: inherit !important;
  font-weight: 700;
}
/* EarthOne Section */

section#overview {
  overflow: hidden;
  margin-top: 80px;
}

.earthone_title_spacing {
  margin-bottom: 15px;
}

.earthone_img {
  /* height: 673px; */
  height: 100%;
}



.earthone_img img {
  border-radius: 0 100px 0 0;
  /*object-position: -15px 0px;*/
  object-position: 0px 0px;
}
.earthone_img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	
}

.earthone_img_2 {
  height: 410px;
}

.earthone_img_3 {
  height: 290px;
}

.earthone-txt-container {
  padding: 0px 0px 60px 80px;
}

.earthone-txt-container-2 {
  padding: 60px 40px 60px 0px;
}

.earthone-subtile {
  position: relative;
  font-weight: 500;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.earthone-subtile::after {
  background: black;
  position: absolute;
  left: 0;
  bottom: -19px;
  content: "";
  height: 3px;
  width: 115px;
}

.youtube-video {
  height: 450px;
  display: flex;
  justify-content: center;
}

.youtube-video iframe {
  border-radius: 10px;
  width: 65%;
  margin: 0 auto;
}

.counter-wrapper .row {
  row-gap: 20px;
}

.enquiry-modal2 {
  height: 120px;

  align-items: center;
}

.enquiry-modal2 button {
  color: #b1824f;
  width: fit-content;
  text-align: center;
  background: transparent;
  border: none;
}
.header-btn {
    background: #d5b56f;
    border: 1px solid #d5b56f;
    border-radius: 10px !important;
    color: #fff;
    letter-spacing: 2px;
    line-height: 18px;
    padding: 12px 20px;
    text-decoration: none;
    transition: all .3s ease;
    white-space: nowrap;
}

/* Thoughtful section */
.thoughtful_section {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.thoughtful-bg {
  background: #2c2c2c url(../images/project-sp-bg.jpg) fixed;
}

.thoughtful-icons {
  width: 80px;
  margin-bottom: 10px;
}
/* Project Hightlights */

.highlights-row {
  row-gap: 2rem;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 15px;
}

.highlights-item {
  display: flex;
  gap: 20px;
  color: #fff;
}

.highlights-icon {
   width: 60px;
   height: 60px;
}

.highlights-item h5 {
  /* margin: 10px 0; */
  color: #fff;
}

.highlights-item p {
  margin: 0;
  color: #fff;
}

.highlights-custom-margin:nth-child(-n + 6) {
  margin-bottom: 24px;
}
.section_spacing {
    padding-bottom: 80px;
    padding-top: 80px;
}
.navbar {
  background: #FFFFFFD9;
  backdrop-filter: blur(7px);
  padding: 7.5px 20px;
  border-radius: 25px;
  box-shadow: 0 0 7.5px #1a1a1a50;
}

.header_spacing {
    margin: 0 5%;
}
.header-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
}
.header-btn-container .navbar-brand {
  display: block;
  width: 60px;
  margin: 0px;
}
.phone-btn {
  border-radius: 25px !important;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 17px;
  gap: 5px;
}

/* Amenities */

.wrapper {
    column-count: 3;
    gap: 20px;
    height: 100%;
}
.amenities-stick {
    margin-bottom: 1.5rem;
    position: relative;
    /*transform: scale(.75);*/
    transition: all 1s ease;
    transition-delay: .5s;
}

.amenities-stick {
    transition: transform .3s ease;
}
.amenities-stick a img {
    border-radius: 10px;
}
.ame-desc-wrapper {
    bottom: 0;
    display: flex;
    padding: 20px 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(0);
    transition: all 1s ease;
    transition-delay: 1s;
}
p.ame-desc {
    background: linear-gradient(90deg, #15151500, #15151582 25.9%, #151515d9 51%, #151515f2);
    color: #fff;
    font-size: 24px !important;
    height: fit-content;
    padding: 10px 10px 10px 45px;
    text-transform: capitalize;
    width: fit-content;
}


.amenities-stick.scale-up {
  transform: scale(1);
}

.ame-desc-wrapper {
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.ame-desc-wrapper.translate-up {
  transform: translateY(80%);
}

.ame-desc-wrapper.let-tran.translate-up {
  transform: translateY(75%);
}



/*unit table*/

/* Unit Plans */

.unit_section {
  background: #F5F5F5;
  position: relative;
}

.unit-bg {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  object-fit: contain;
  height: 100%;
  width: auto;
}

.unit-left {
  left: 0px;
}

.unit-right {
  right: 0px;
}

table.unit-table {
  width: 100%;
  position: relative;
  z-index: 3;
  background-color: #fff;
  border-radius: 10px;
}

table.unit-table thead {
  background-color: #151515;
  border-radius: 10px;
}

table.unit-table thead tr {
  border-radius: 10px;
}

.border-rr {
  border-radius: 0px 10px 0 0;
}

.border-lr {
  border-radius: 10px 0 0 0;
}

table.unit-table thead th {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

table.unit-table th,
table.unit-table td {
  text-align: center;
  padding: 15px 0px;
}

table.unit-table tr {
  border-bottom: 1px solid #F5F5F5;
}

table.unit-table tbody tr td {
  padding: 5px 0px;
  font-weight: 600;
  font-size: 15px;
}

.unit-title {
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}

.unit-title h2 {
  margin-bottom: 1rem !important;
}

.unit-title p {
  color: #000;
  font-weight: 500;
  width: 75%;
  text-transform: none;
  text-align: center;
  margin: auto;
}

.cost-btn {
  border: none;
  font-size: 15px;
  color: #151515;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: fit-content;
  flex-wrap: nowrap;
  text-transform: uppercase;
  font-weight: 500 !important;
  margin: 0 auto;
  transition: 0.3s all ease;
}

.cost-btn svg {
  width: auto;
  height: 30px;
  transition: 0.3s all ease;
}

.cost-btn svg path {
  transition: 0.3s all ease;
}

.cost-btn.sold {
  cursor: not-allowed;
  color: red !important;
}

.cost-btn:hover,
.cost-btn:hover svg path {
  color: #cf9925;
  fill: #cf9925;
  stroke: #cf9925;
}



/* Unit Price */
.unit-price .row-gap {
  row-gap: 25px;
}

.price-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.box-image {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.box-image img {
  height: 100%;
  width: 100%;
 /* filter: blur(5px);*/
}

.box-cta {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

img.popup-img {
  height: 100%;
  width: 100%;
}
.enquirynow_section {
  background-color: #f7f7f7;
}

.enquirynow-modal .section-title {
  display: none;
}

.enquirynow-modal .enquirynow_form {
  padding-left: 0px;
}

.enquirynow-modal .section-title {
  width: 95%;
}

.enquirynow-modal .form-btn {
  width: 40% !important;
}

.enquirynow-modal .custom-input {
  background-color: #fff !important;
}

.form-field::placeholder {
  color: #000;
}

.modal-close-btn {
  background-color: #fff;
  float: right;
  font-size: 12px;
  z-index: 5;
}

.modal-close-btn:focus {
  box-shadow: none !important;
  border: 1px solid;
}

.enquiry-modal {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  padding: 20px;
  background: #000;
}

.enquiry-modal-txt {
  text-decoration: none;
  font-family: "Lato";
  letter-spacing: 3px;
  font-size: 18px;
  color: #fff;
  transition: 0.3s all ease;
}

.enquiry-modal-txt:hover {
  color: #fff;
}
.form-control {
  padding-left: 0px;
  padding-right: 0px;
}

.form-select {
  padding-left: 0px;
}
.custom-input {
    background-color: #fff !important;
    border-radius: 10px !important;
    min-height: 40px;
    padding: 10px;
}
.pop-up-header
{
	text-align: center;
}
.pop-up-header img {
    /*height: 55px;*/
    width: auto;
}

/* Gallery Section */

.tabs-main-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.nav-pills .nav-link {
  color: #898989;
  padding: 9px 20px !important;
  border: 1px solid #ffffff;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  background: transparent !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: ease all 0.5s;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #000;
  border-bottom: 1px solid #000;
  cursor: pointer;
  border-radius: 0;
}

.nav-pills .nav-link:focus {
  color: #000;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active:hover {
  color: #000;
}

.amenities_section .carousel-nav-btns,
.gallery_section .carousel-nav-btns {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

/* .gallery_section .carousel_image img {
  height: 340px;
} */
.gallery_image {
  height: 300px;
}

.master-plan img {
  object-fit: contain;
}

.custom-gallery-next,
.custom-gallery-prev {
  color: #fff;
  /* background-color: #000; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s all ease;
}

.sub-title {
  text-transform: none;
  text-align: center;
}

.custom-gallery-next i,
.custom-gallery-prev i {
  font-size: 20px;
}

.custom-gallery-next svg path,
.custom-gallery-prev svg path {
  transition: 0.3s all ease;
}

.custom-gallery-next svg,
.custom-gallery-prev svg {
  height: 35px;
  width: 35px;
}

.custom-gallery-next:hover svg path,
.custom-gallery-prev:hover svg path {
  fill: #ebb072;
  stroke: #ebb072;
}

/* Amenities section */
.amenities-carousel-container {
  /* margin-top: 20px; */
}

.amenities-carousel-container .swiper-wrapper {
  /* padding: 190px 0px; */
}

.amenities-carousel-container .swiper-slide.swiper-slide-active {
  /* transform: scale(1.5); */
  transition: all 0.5s ease;
  z-index: 5;
}

.amenities-carousel-container .swiper-slide.swiper-slide-prev,
.amenities-carousel-container .swiper-slide.swiper-slide-next {
  transition: all 0.6s ease-in-out;
  /* opacity: 0.3; */
}

.amenities_image {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all 0.5s ease;
}

.amenities_image a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amenities_image img {
  height: 85%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.7s ease;
}

.amenities-carousel-container .swiper-slide.swiper-slide-active .amenities_image img {
  height: 100%;
}

#amenities .ami-overlay {
  width: 0%;
  height: 100%;
  background: rgba(64, 58, 47, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  display: none;
}

#amenities .amenities_image:hover .ami-overlay {
  width: 100%;
}


/* Location Advantage */

.advantage_section {
  position: relative;
}

.loc-space {
  padding-left: 4rem;
}

.loc-space p {
  display: none;
}

.loc-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.loc-bg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #172a48f5;
  backdrop-filter: blur(1px);
  z-index: 2;
}

.location-wrapper {
  position: relative;
  z-index: 3;
  background: #F5F5F5F5;
  border-radius: 10px;
}

.image-container {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
}

.location-feature-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-count: 3;
  gap: 20px;
}

.loc-feature {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: 31.25%;
}

.loc-feature img {
  height: 40px;
  width: 40px;
  object-fit: contain;
}

.feature-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22.8px;
  text-align: left;
  margin-bottom: 0px;
}

/* VTP Promise */
.promise_section {
  background-color: #f5f5f5;
}

.promise_card_inner {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.promise_card_inner img {
  width: 35px;
}

.promise_card p {
  margin: 0px;
}

.custom-margin:nth-child(-n + 4) {
  margin-bottom: 24px;
}

.live-custom-margin:nth-child(-n + 2) {
  margin-bottom: 24px;
}

.youtube-video-2 {
  height: 450px;
  margin: auto;
}

.youtube-video-2 iframe {
  border-radius: 10px;
}

/* About Section */
.divider,
.about_section {
  background: #f7f7f7;
}

.abt-border {
  border-bottom: 1px solid #1a1a1a30;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

/* SnapShot Section */
.snapshot_section {
  background: #f7f7f7;
  display: flex;
  align-items: self-start;
  gap: 30px;
}

.snapshot_section p {
  margin-bottom: 0px;
  /* line-height: 19px; */
}

.snapshot_section .counter {
  position: relative;
  text-wrap: nowrap;
}

.snapshot_section .counter::before {
  background: black;
  position: absolute;
  left: 0;
  bottom: -19px;
  content: "";
  height: 3px;
  width: 45px;

}
.counter1 span {
  font-size: 32px !important;
}
h2.counter {
  margin-bottom: 15px !important;
}

.enquirynow_form {
  padding-left: 65px;
}

.form-check .form-check-input {
  margin-top: 5px;
}

.custom-input {
    background-color: #fff !important;
    border-radius: 10px !important;
    min-height: 40px;
    padding: 10px;
}

.custom-input:focus {
  box-shadow: none !important;
}

.form-btn {
  width: 25% !important;
  /* margin-top: 10px !important; */
}

span.error {
  color: #ff0033;
  font-size: 11px !important;
}


/* Footer */
.footer_section {
  margin-bottom: 16px;
}

.footer-scanner-img {
  width: 100px;
  height: 100px;
  margin: auto;
  margin-bottom: 10px;
}

.footer-scanner-img img {
  height: 100%;
  width: 100%;
}

.footer-text-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.footer_scan_text {
  text-align: center;
  font-weight: 500;
  padding-top: 1.5rem;
}

.footer_scan_text a {
  color: #000;
  text-decoration: underline !important;
  font-weight: 500 !important;
  transition: 0.3s all ease;
  font-size: 15px !important;
}

.footer_scan_text a:hover {
  color: #cf9925 !important;
}

.mahalogo {
  position: relative;
}

.mahalogo::before {
  position: absolute;
  background-image: url(../public/images/maha-rera.webp);
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  top: 0;
  left: -25px;
}

.whatsapp-logo {
  position: fixed;
  left: 20px;
  bottom: 40px;
  width: 42px;
  z-index: 999999;
}

.fixed-btn {
  position: fixed;
  top: 50%;
  right: -66px;
  border-radius: 10px 10px 0px 0px !important;
  border-bottom: none !important;
  z-index: 9999;
  transform: rotate(90deg) scale(-1);
}

.disc-btn {
  cursor: "pointer";
  border: 'none';
  background: 'none';
  transition: 0.3s all;
}

.disc-btn:hover {
  color: #ebb072;
}

.phone-btn {
  border-radius: 25px !important;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 5px;
}

@media screen and (max-width: 550px) {
  .fixed-btn {
    display: none;
  }
}

/*my responsive css*/
@media (min-width: 1200px) {
  .banner_image {
    height: 100vh;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {

  .phone-btn,
  .navbar-nav li a {
    font-size: 12px !important;
  }

  .header-btn-container {
    gap: 5px;
  }
}

@media screen and (max-width: 1024px) {
  .header_space {
    padding: 0px 20px;
  }

  .no-view {
    display: none;
  }

  .loc-space {
    padding-left: 4rem;
  }

  .navbar-brand {
    width: 150px;
  }

  .navbar-brand-2 {
    width: 70px;
  }

  a.nav-link {
    padding: 3px;
  }

  .navbar-nav li,
  .header-btn-container li {
    font-size: 10px !important;
  }

  .side_spacing {
    padding: 0 5%;
  }

  .left_section_spacing {
    padding-left: 5% !important;
  }

  .right_section_spacing {
    padding-right: 5% !important;
  }

  .section_spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section_top_large {
    padding-top: 60px;
  }

  .section_top_small {
    padding-top: 30px;
  }

  .section_btm_small {
    padding-bottom: 30px;
  }

  .section_btm_large {
    padding-bottom: 60px;
  }

  .title_spacing {
    margin-bottom: 30px;
  }

  .link-border::after {
    height: 15px;
  }

  .earthone-txt-container {
    padding: 60px 0px 60px 40px;
  }

  .earthone_img img {
    object-position: -0px 0px;
  }

  /* .earthone_img {
    height: 776px;
  } */
  .enquiry-modal2 {
    height: 100px;
  }

  .earthone_img_2 {
    height: 430px;
  }

  .earthone_img_3 {
    height: 333px;
  }

  /* .liveclose_img {
    height: 803px;
  } */

  .youtube-video-2 {
    width: 75%;
  }

  .youtube-video,
  .youtube-video-2 {
    height: 200px;
  }


  .form-btn {
    width: 45% !important;
  }

  /* .amenities-carousel-container .swiper-wrapper {
    padding: 96px 0px;
  } */
  .footer_section {
    margin-bottom: 30px;
  }

  .amenities_image {
    height: 425px;
  }

}

@media screen and (max-width: 991px) {

  p,
  label,
  span,
  li,
  div,
  input,
  select {
    font-size: 13px !important;
    line-height: 20px;
  }

  h2 {
    font-size: 25px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  .navbar-nav li,
  .header-btn-container li {
    font-size: 14px !important;
  }

  .section-title {
    margin-bottom: 15px;
  }

  .side_spacing {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header_spacing {
    margin: 0 15px;
  }

  .navbar-brand,
  .navbar-brand-2 {
    height: auto;
  }

  .left_section_spacing {
    padding-left: 15px !important;
  }

  .right_section_spacing {
    padding-right: 15px !important;
  }

  .section_spacing {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section_top_large {
    padding-top: 40px;
  }

  .section_top_small {
    padding-top: 20px;
  }

  .section_btm_small {
    padding-bottom: 20px;
  }

  .section_btm_large {
    padding-bottom: 40px;
  }

  .title_spacing {
    margin-bottom: 15px;
  }

  .link-border::after {
    display: none;
  }

  .header-btn-container {
    display: none;
  }

  .enquiry-modal-txt {
    font-size: 15px;
  }

  .enquiry-modal2 {
    height: 80px;
  }

  .form-check .form-check-input {
    margin-top: 3px;
  }

  .thoughtful-icons {
    width: 50px;
  }

  .earthone-subtile {
    margin-bottom: 35px;
  }

  /* .earthone_img {
    height: 579px;
  } */
  .earthone_img_2 {
    height: 329px;
  }

  .earthone_img_3 {
    height: 235px;
  }

  .earthone-txt-container {
    padding: 30px 0px 30px 20px !important;
  }

  .earthone-txt-container-2 {
    padding: 30px 20px 30px 0px !important;
  }

  .youtube-video {
    height: 500px;
  }

  /* .liveclose_img {
    height: 603px;
  } */
  .liveone-text {
    padding: 20px 0px;
  }

  .live-custom-margin:nth-child(-n + 3) {
    margin-bottom: 22px;
  }

  .custom-margin-2:nth-child(-n + 3) {
    margin-bottom: 15px;
  }

  .highlights-icon {
    width: 45px;
  }

  .amenities_image {
    height: 305px;
  }

  .tabs-main-box {
    margin-top: 15px;
    margin-bottom: 1rem;
  }

  .footer-scanner-img {
    width: 115px;
  }

  .mobile-btns {
    display: block;
  }

  .footer_section {
    margin-bottom: 65px;
  }

  .footer-text-container {
    gap: 0px;
    margin-bottom: 15px;
  }

  span.error {
    color: #ff0033;
    font-size: 10px !important;
  }

  .bottom-pop-enquire {
    display: none;
  }

  .whatsapp-logo {
    bottom: 76px;
  }

  .liveclose_section .earthone-txt-container {
    padding-left: 0px !important;
    padding-right: 20px !important;
  }

}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 30px !important;
  }

  h2 {
    font-size: 20px !important;
  }

  h5 {
    font-size: 15px;
  }

  .earthone-txt-container {
    padding: 30px 0px 30px 15px !important;
  }

  .earthone-subtile {
    margin-bottom: 25px;
  }

  .liveclose_section .earthone-txt-container {
    margin-left: 0px;
  }

  .youtube-video {
    height: 335px;
  }

  .youtube-video-2 {
    width: 100%;
  }

  .enquiry-modal-txt {
    font-size: 11px;
    line-height: 20px;
  }

  .custom-gallery-next,
  .custom-gallery-prev {
    width: 30px;
    height: 30px;
  }

  .custom-gallery-next i,
  .custom-gallery-prev i {
    font-size: 15px;
  }

  .nav-pills .nav-link {
    padding: 5px 12px !important;
    font-size: 13px;
  }

  .highlights-icon {
    width: 40px;
  }

  .enquiry-modal2 {
    height: 60px;
  }

  .enquirynow_form {
    padding-left: 0px;
  }

  .enquirynow_section .enquirynow_form {
    padding: 0px 15px;
  }

  .amenities-carousel-container .swiper-slide.swiper-slide-active,
  .amenities-carousel-container .swiper-slide.swiper-slide-prev,
  .amenities-carousel-container .swiper-slide.swiper-slide-next {
    transform: scale(1);
  }

  .amenities-carousel-container .swiper-wrapper {
    padding: 0px;
  }

  .gallery_image {
    height: 220px;
  }

  .header-btn {
    padding: 12px 20px;
  }
}

@media screen and (max-width: 551px) {
  .desktop-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
  }

  .amenities_image {
    height: 180px;
  }

  .mobile-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .earthone_img {
    /*display: none;*/
            margin-top: 15px;
  }

  .liveclose_img {
    display: none;
  }

  .nav-pills .nav-link {
    padding: 5px !important;
    font-size: 10px;
  }

  .header-btn {
    padding: 12px 20px;
  }

  .custom-banner-prev i,
  .custom-banner-next i {
    font-size: 15px;
  }

  .custom-banner-next,
  .custom-banner-prev {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .custom-banner-next {
    right: 3px;
  }

  .custom-banner-prev {
    left: 5px;
  }

  .custom-margin-2:nth-child(-n + 4) {
    margin-bottom: 15px;
  }

  .highlights-custom-margin:nth-child(-n + 7) {
    margin-bottom: 15px;
  }

  .enquirynow_section {
    padding: 0 15px;
  }

  .enquirynow_section .right_section_spacing {
    padding: 0 !important;
  }

  .enquirynow_section .enquirynow_form {
    padding: 0 !important;
  }

  li.nav-item {
    letter-spacing: 1px;
  }
}

@media (max-width: 552px) {
  .whatsapp-logo {
    left: 10px;
    bottom: 60px;
  }

  .mobile-btns {
    padding: 15px;
  }

  nav.navbar.navbar-expand-lg {
    row-gap: 20px;
  }

  td button.header-btn {
    letter-spacing: 0.5px;
    padding: 5px;
  }

  table.unit-table tbody tr td {
    text-wrap: nowrap;
  }

  table.unit-table th {
    font-size: 12px;
  }

  table.unit-table tbody tr td {
    font-size: 11px;
  }
}

.after-none {
  max-width: 90%;
  margin: 0 auto;
}

.recaptcha-input {
  height: 0;
  width: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}

.fixed-btn {
  position: fixed;
  top: 50%;
  right: -67px;
  border-radius: 10px 10px 0px 0px !important;
  border-bottom: none !important;
  z-index: 9999;
  transform: rotate(90deg) scale(-1);
}

.disc-btn {
  cursor: "pointer";
  border: 'none';
  background: 'none';
  transition: 0.3s all;
}

.disc-btn:hover {
  color: #ebb072;
}

.phone-btn {
  border-radius: 25px !important;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 5px;
}

@media screen and (max-width: 550px) {
  .fixed-btn {
    display: none;
  }
}

.form-check-label {
  font-size: 12px !important;
}

.ytp-gradient-top,
.ytp-chrome-top.ytp-show-cards-title {
  display: none !important;
}

/* Amenities */

.wrapper {
  column-count: 3;
  gap: 20px;
  height: 100%;
}

.amenities-stick {
  position: relative;
  margin-bottom: 1.5rem;
  /*transform: scale(0.75);*/
  transition: 1s all ease;
  transition-delay: 0.5s;
}

.amenities-stick img {
  border-radius: 10px;
}

.ame-desc-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  display: flex;
  transform: translateY(0px);
  padding: 20px 0px;
  transition: all 1s ease;
  transition-delay: 1s;
}

p.ame-desc {
  color: #fff;
  background: linear-gradient(90deg, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.51) 25.9%, rgba(21, 21, 21, 0.85) 51%, rgba(21, 21, 21, 0.95) 100%);
  height: fit-content;
  width: fit-content;
  padding: 10px 10px 10px 45px;
  font-size: 24px !important;
  text-transform: capitalize;
}

.before-0::before {
  display: none !important;
}

.form-control {
  padding-left: 0px;
  padding-right: 0px;
}

.form-select {
  padding-left: 0px;
}

@media (max-width: 1024px) {
  .youtube-video {
    height: 400px;
  }

  .enquirynow_form {
    padding-left: 5px;
  }

  .ame-desc-wrapper.translate-up {
    transform: translateY(70%);
  }

  .ame-desc-wrapper.let-tran.translate-up {
    transform: translateY(65%);
  }

  .loc-feature {
    width: 30.25%;
  }

  .loc-space {
    padding-left: 1rem;
  }

  .whatsapp-logo {
    bottom: 65px;
  }

  p.ame-desc {
    font-size: 13px !important;
  }
}

.brand-2 {
  display: none;
}

@media (max-width: 991px) {
  span.mahalogo {
    font-size: 11px !important;
  }

  .brand-2 {
    display: flex;
    margin-left: 15px !important;
  }

  .hidefortab {
    display: none !important;
  }

  .whatsapp-logo {
    position: static;
    height: 35px;
    width: 35px;
    display: block;
  }

  .whatsapp-logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  /* .location-wrapper .row {
    flex-direction: column-reverse;
  } */

  .location-feature-wrapper {
    column-count: 3;
  }

  .loc-feature {
    width: 30.5%;
  }

  .loc-space {
    padding-left: 0rem;
  }

  .image-container {
    align-items: center;
    padding-bottom: 0px;
  }

  .image-container .cost-btn {
    width: 100%;
    justify-content: end;
    padding-right: 15px;
    height: 18px;
  }

  .ame-desc-wrapper.translate-up {
    transform: translateY(70%);
  }

  .ame-desc-wrapper.let-tran.translate-up {
    transform: translateY(65%);
  }

  .abt-border {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  section#snapshot {
    flex-direction: column;
    gap: 5px;
  }

  .mob-foot-list {
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
    justify-content: space-evenly;
    gap: 10px;
  }

  li.mob-foot-li {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  li.mob-foot-li * {
    color: #FFF !important;
  }

  li.mob-foot-li img {
    height: 18px;
    width: 18px;
  }

  .border-li {
    display: block;
    height: 100%;
    width: 2px;
    background-color: #fff;
  }

}

@media (max-width: 768px) {
  .loc-feature {
    width: 30.46%;
  }

  p.ame-desc {
    font-size: 12px !important;
  }
}

@media (max-width: 552px) {
  .wrapper {
    column-count: 2
  }

  .amenities-stick {
    margin-bottom: 1rem;
    height: 100px;
  }

  .amenities .amenities-stick {
    height: 150px;
  }

  .location-wrapper .row {
    flex-direction: column-reverse;
    padding: 0px 0 30px;
  }

  .youtube-video {
    height: 250px;
  }

  .loc-space {
    padding-left: 0rem;
  }

  section#snapshot .row {
    justify-content: flex-start;
    row-gap: 10px;
  }

  section.enquirynow_section iframe {
    height: 400px;
    border-radius: 10px;
  }

  section.enquirynow_section .row.rev {
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }

  .footer-text-container {
    flex-direction: column;
  }

  .earthone-subtile {
    margin-bottom: 30px;
  }

  .earthone-subtile::after {
    bottom: -12px;
  }

  table.unit-table thead th {
    font-size: 12px;
  }

  .cost-btn {
    font-size: 11px;
    gap: 2px;
    padding: 0px;
  }

  .cost-btn svg {
    height: 20px;
  }

  .feature-title {
    font-size: 14px;
  }

  .location-feature-wrapper {
    gap: 25px;
  }

  .loc-feature {
    width: 44.9%;
  }

  .snapshot_section p {
    font-size: 12px !important;
  }

  .mahalogo::before {
    top: -5px;
  }

  p.ame-desc {
    padding: 5px 5px 5px 25px;
    font-size: 14px !important;
  }

  .ame-desc-wrapper.let-tran.translate-up,
  .ame-desc-wrapper.translate-up {
    transform: translateY(60%);
  }

  .abt-border {
    margin-bottom: 15px !important;
    padding-bottom: 15px;
    margin: 0;
  }

  .abt-border * {
    padding: 0px;
  }

  .abt-border h2 {
    padding-left: 10px;
  }

  .youtube-video iframe {
    width: 100%;
    margin: 0 auto;
  }

  .youtube-video {
    height: 185px;
  }

  section#overview {
    margin-top: 0px;
  }

  .unit-title p {
    width: 100%;
    max-width: 100%;
  }

  section#highlights h2 {
    margin-bottom: 30px;
  }

  .mob-foot-list svg {
    height: 20px;
    width: 20px;
  }

  .pre-con {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .pre-con span {
    line-height: 16px;
  }

  .pre-con svg {
    height: 35px;
  }

  .mob-foot-list .header-btn {
    padding: 7px 10px;
  }

  section#footer .row {
    row-gap: 20px;
  }

  .footer-text-container {
    gap: 0px;
    margin-bottom: 0;
  }

  .tabs-main-box {
    margin-top: 0;
  }

  .youtube-video-2 {
    height: 185px;
  }

  section.walkthrough .row {
    row-gap: 25px;
  }

}

a.header-btn.loc.m-0 {
  line-height: 5px;
  padding: 1px 7px;
  display: flex;
  align-items: center;
  gap: 1px;
  border-radius: 5px !important;
}

a.header-btn.loc.m-0 svg {
  height: 25px;
  transition: 0.3s all ease;
}

a.header-btn.loc svg path {
  fill: #fff;
  stroke: #fff;
  transition: 0.3s all ease;
}

a.header-btn.loc.m-0:hover svg path {
  fill: #cf9925;
  stroke: #cf9925;
}

/* Unit Price */
.unit-price .row-gap {
  row-gap: 25px;
}

.price-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.box-image {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.box-image img {
  height: 100%;
  width: 100%;
 /* filter: blur(5px);*/
}

.box-cta {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

img.popup-img {
  height: 100%;
  width: 100%;
}

@media (max-width: 552px) {
  #welcomeModal .modal-dialog {
    margin-right: 20px;
    margin-left: 20px;
  }
}

#welcomeModal .btn-close {
  position: absolute;
  right: -5px;
  top: -10px;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
  padding: 5px;
}

#welcomeModal .modal-body {
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

h5.pop-up-header {
  display: flex;
  justify-content: center;
  width: 100%;
}

button.btn-close.modal-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent var(--bs-btn-close-bg) center/1.5em auto no-repeat;
}

.pl-0 {
  padding-left: 0;
}

.submit-btn {
  border-radius: 25px !important;
}

.modal-content {
  border-radius: 15px;
  background-color: #F8F8F8;
}

.custom-input {
  background-color: #fff !important;
  padding: 10px;
  border-radius: 10px !important;
  min-height: 40px;
}

.form-select {
  background-image: none;
}

@media (max-width: 552px) {
  .modal-dialog {
    margin-left: 25px;
    margin-right: 25px;
  }

  div#cf-turnstile {
    overflow: hidden;
  }
  .unit-bg-wrapper
  {
    display: none !important;
  }
}


#exampleModal .btn-close {
  position: absolute;
  right: -5px;
  top: -10px;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
  padding: 5px;
}

#exampleModal .modal-body {
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*@media only screen and (max-width: 540px) {
    .hero-style .slide-title h2 {
        font-size: 32px !important;
        line-height: 32px !important;
    }
}*/

@media only screen and (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 32px !important;
        line-height: 32px !important;
    }
    
}
.mt-head
    {
       margin-top: 70px !important;  
    }
@media only screen and (max-width: 767px) {
    .cta {
        width: auto !important;
    }
}
.list ul li
{
    color: white !important;
     list-style: disc !important;
     margin-left: 20px !important;
    
}
footer p
{
  color: white !important;  
}
footer  h5 {
    color: white !important;
    font-weight: 500;
}
@media only screen and (max-width:767px){
    .hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: right center !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.hero-slider .slide-inner:before {
    content: "";
    position: absolute;
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: .75;
    top: 0;
    left: 0;
    right: 0;
}
}
.social-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    margin-right: 8px;
    border-radius: 6px; /* change to 0 for sharp square */
    transition: all 0.3s ease;
    font-size: 18px;
  }
.amenity-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  .amenity-item:hover .overlay {
    opacity: 1;
  }

  .amenity-item img {
    height: 140px; /* smaller height for compact design */
    object-fit: cover;
  }
  .overlay-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.6); /* black shadow strip */
    padding: 6px 10px;
  }
  .overlay-bottom h6 {
    font-size: 0.85rem;
    text-align: center;
}


/* ABOUT HERO */
.about-hero-section {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-shadow: 1px 1px 8px rgba(0,0,0,0.6);
}

.about-hero-section::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgb(0 0 0 / 69%);
}

.about-hero-section .container {
  position: relative;
  z-index: 2;
}

.breadcrumb {
  background: transparent;
  font-size: 1rem;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .about-hero-section {
    min-height: 40vh;
  }

  .about-hero-section h1 {
    font-size: 1.8rem;
  }
}

.navbar-brand img
{
  width: 200px;
}

#amenities .card, #amenities .p-4 {
  transition: all 0.3s ease;
}
#amenities .p-4:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
#amenities h5 {
  font-weight: 600;
  color: #000;
}
.amenity-box i {
    transition: transform 0.3s ease, color 0.3s ease;
  }
  .amenity-box:hover i {
    transform: scale(1.2);
    color: #0d6efd;
  }

  #contact i {
    transition: transform 0.3s ease, color 0.3s ease;
  }
  #contact .p-4:hover i {
    transform: scale(1.2);
    color: #0d6efd;
  }