@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@media(min-width:1260px) {
    .container {
        max-width: 1260px;
    }
}

body {
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
    font-family: "Work Sans", sans-serif;
    color: #6c757d;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Quicksand", sans-serif;
}

section {
    padding: 60px 0px;
}

header.header {
    position: absolute;
    width: 100%;
    z-index: 9;
}

header.header.fixed {
    position: fixed;
    transition: 0.7s ease;
    background-color: #094b2afa;
}

header.header.fixed .navbar-brand {
    width: 60px;
    transition: 0.7s ease;
}

header .navbar-brand {
    width: 180px;
}

header .navbar-nav .nav-item {
    padding: 0 12px;
}

header .navbar-nav .nav-link {
    padding: 0;
    font-size: 16px;
}

header .navbar-collapse p {
    font-size: 20px;
}

header .navbar-collapse p i {
    color: #fff;
    font-size: 24px;
}

header .navbar-collapse p a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.btn-custom {
    padding: 10px 26px;
    transition: 0.7s;
    border: 0;
    color: #fff;
    background: #DC6D1E;
    background: linear-gradient(90deg, rgba(220, 109, 30, 1) 0%, rgba(220, 109, 30, 1) 50%, rgba(252, 176, 69, 1) 100%);
}

.btn-custom:hover {
    background: #FCB045;
    background: linear-gradient(90deg, rgba(252, 176, 69, 1) 0%, rgba(220, 109, 30, 1) 50%, rgba(220, 109, 30, 1) 100%);
}

.main-banner .bg {
    content: '';
}

.main-banner .bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.644) 0%, transparent 75%);
}

.main-banner .video {}
.main-banner .banner-head{top:250px;}
.main-banner .banner-head h2 {
    font-family: "Quicksand", sans-serif;
    font-size: 80px;
    font-weight: 200;
    text-transform: uppercase;
    text-shadow: 1px 1px 6px rgba(16, 131, 1, 0.6);
    background: #FFFFFF;
    background: linear-gradient(to right, #FFFFFF 79%, #B1FFC2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 70px;
    margin-bottom: 20px;
}

.main-banner .banner-head h5 {
    font-size: 50px;
    font-weight: 200;
    color: #f2f2f2;
}

.main-banner .banner-head .btn.btn-custome {}

.steping .head h2 {
    color: #000000;
    font-size: 42px;
}

.steping .head p {
    font-size: 54px;
    color: #094b2a;
    font-family: "Dancing Script", cursive;
}

.steping p {
    font-size: 18px;
    margin-top: 30px;
    color: #333;
    font-weight: 600;
}

.card-with-icon-item {
    position: relative;
    background: transparent;
    transition: all .3s linear;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    background: transparent;
    padding: 20px;
    min-height: 200px;
    cursor: all-scroll;
}

.card-item-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s linear;
    margin: 0 auto 20px;
}

.number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background-color: #094b2a;
    color: white;
    font-size: 22px;
    text-align: center;
    border-radius: 50%;
}

.card-with-icon-item:hover {
    background: #094b2a;
    position: relative;
    transition: all .3s linear;
}

.card-with-icon-item:hover .white-icon {
    opacity: 1;
    transition: all .3s linear;
}

.card-item-content {
    position: relative;
    text-align: center;
    transition: all .3s linear;
    margin: 0 auto;
}

.card-item-content p {
    font-size: 0.85rem;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
}

.card-with-icon-item:hover p {
    color: #FFFFFF;
    transition: all .3s linear;
}

.card_2 {
    border-bottom: unset;
}

.stepping-into-content .col-card-with-icon:nth-child(3) .card-with-icon-item,
.stepping-into-content .col-card-with-icon:last-child .card-with-icon-item {
    border-right: unset;
}

.stepping-into-content .col-card-with-icon:nth-child(4) .card-with-icon-item,
.stepping-into-content .col-card-with-icon:nth-child(5) .card-with-icon-item,
.stepping-into-content .col-card-with-icon:last-child .card-with-icon-item {
    border-bottom: unset;
}

.crafting {}

.crafting .head h2 {
    color: #000000;
    font-size: 54px;
    font-weight: 300;
    line-height: 52px;
}

.crafting .head h3 {
    font-size: 54px;
    color: #094b2a;
    font-family: "Dancing Script", cursive;
}

.crafting p {
    font-size: 18px;
    color: #333;
}

.crafting .whatsapp {
    color: #333;
    font-size: 18px;
    text-decoration: none;
}

.crafting .whatsapp:hover {
    color: #DC6D1E;
}

.btn-custome {
    background: #094b2a;
    color: #fff;
}

.amenities .head h2 {
    color: #000000;
    font-size: 52px;
    font-weight: 300;
    margin-bottom: 0;
}

.amenities .head h4 {
    font-size: 54px;
    color: #094b2a;
    font-family: "Dancing Script", cursive;
}

.amenities .sub-text {
    font-size: 16px;
    margin-top: 15px;
    color: #333;
    text-align: center;
}

.amenities .card-item-icon img {
    width: 100%;
}

.amenities .card-item-content p {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.amenities .card-with-icon-item:hover .card-item-content p {
    color: #fff;
}

.section-youtube-video::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #094b2a;
    z-index: -1;
}

video {
    border-radius: 24px;
    height: 100%;
    width: 100%;
}

.section-gallery {
    background: #094b2a
}

.section-gallery .head h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 300;
}

.gallery-sec .owl-carousel .owl-nav button.owl-prev,
.gallery-sec .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 48.5%;
    width: 42px;
    height: 42px;
    /* padding: 0 25px 7px !important; */
    color: #fff;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 34px;
    line-height: 1px;
    background-color: #292E1D;
    border: 1px solid #292E1D;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-sec .owl-carousel .owl-nav button.owl-prev {
    left: 4%;
}

.gallery-sec .owl-carousel .owl-nav button.owl-next {
    right: 4%;
}

.gallery-sec .owl-carousel .owl-nav button.owl-prev span {
    margin-bottom: 7px;
    margin-right: 3px;
}

.gallery-sec .owl-carousel .owl-nav button.owl-next span {
    margin-bottom: 7px;
    margin-left: 3px;
}

.gallery-sec .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #7a8a5a;
    color: #fff;
    opacity: 1;
}

.gallery-sec .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #7a8a5a;
    color: #fff;
    opacity: 1;
}

.gallery-sec .gallery-box:hover::before {
    opacity: 0.4;
}

.gallery-sec .gallery-box:hover .theme-block-icon {
    opacity: 1;
}

.theme-block-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    background-color: #fff;
    color: #7a8a5a;
    border-radius: 100%;
    z-index: 22;
    opacity: 0;
}

.theme-block:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #7a8a5a;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.theme-block:hover:before {
    opacity: 0.5;
}

.theme-block {
    position: relative;
}

.gallery-sec .gallery-box {
    position: relative;
    overflow: hidden;
}

.gallery-sec .gallery-box img {
    width: 100%;
    height: auto;
    transition: filter 0.3s ease, transform 0.3s ease;
}

.gallery-sec .gallery-box:hover img {
    filter: brightness(0.8);
}

.gallery-sec .gallery-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7a8a5a;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.gallery-sec .gallery-box:hover::before {
    opacity: 0.4;
}

.gallery-sec .gallery-box:hover .theme-block-icon {
    opacity: 1;
}

.section-plans .gallery-box {
    border: 2px solid #094b2a;
}

.floor-plan-sec .theme-block {
    position: relative;
    border: 2px solid #094b2a;
}

.gallery-text {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 10px;
    background-color: #292E1D;
    z-index: 999;
    font-size: 16px;
    line-height: 26px;
}

.gallery-text h6 {
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

.section-plans .head h2 {
    color: #000000;
    font-size: 52px;
    font-weight: 300;
    margin-bottom: 0;
}

.section-plans .head h4 {
    font-size: 54px;
    color: #094b2a;
    font-family: "Dancing Script", cursive;
}

.gallery-box.theme-block img {
    filter: blur(5px);
}

.floor-plan-sec .owl-carousel .owl-nav button.owl-prev,
.floor-plan-sec .owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    padding: 8px;
    color: #fff;
    border-radius: 50%;
    font-size: 34px;
    line-height: 1px;
    background-color: #292E1D;
    border: 1px solid #292E1D;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.floor-plan-sec .owl-carousel .owl-nav button.owl-prev span {
    margin-bottom: 7px;
    margin-right: 3px;
}

.floor-plan-sec .owl-carousel .owl-nav button.owl-next span {
    margin-bottom: 7px;
    margin-left: 3px;
}

.floor-plan-sec .owl-theme .owl-nav {
    margin-top: 1.5rem !important;
}

.floor-plan-sec .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #7a8a5a;
    color: #fff;
    opacity: 1;
}

.floor-plan-sec .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #7a8a5a;
    color: #fff;
    opacity: 1;
}

.theme-btn {
    position: relative;
    background: #094b2a;
    font-family: "Montserrat", sans-serif;
    border: 0;
    color: #ffffff;
    display: inline-block;
    padding: 8px 30px;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
    z-index: 1;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
}

.theme-btn:hover {
    color: #fff;
    background-color: #292E1D;
}

.theme-btn.white-btn {
    background: #fff;
    color: #001421;
}

.theme-btn.white-btn:hover {
    background: #eee;
    color: #0076bc;
}

.theme-btn.enquire-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    max-width: fit-content;
    margin: 0 auto;
    opacity: 1;
    visibility: visible;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.about-slides .privilege-slider {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
}

.about-slides .privilege-slider img {}

.about-slides .privilege-slider h4 {
    color: #000;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 4px;
}

.about-slides .privilege-slider p {
    color: #333;
    margin-bottom: 4px;
}

#section-plan .is-active.is-visible .theme-btn.enquire-btn,
.theme-block:hover .theme-btn.enquire-btn {
    opacity: 1;
    visibility: visible;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.theme-btn.enquire-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    max-width: fit-content;
    margin: 0 auto;
    opacity: 1;
    visibility: visible;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

#section-plan .is-active.is-visible .theme-btn.enquire-btn,
.theme-block:hover .theme-btn.enquire-btn {
    opacity: 1;
    visibility: visible;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.floor-plan-sec .head h2 {
    color: #000000;
    font-size: 52px;
    font-weight: 300;
    margin-bottom: 0;
}

.floor-plan-sec .head p {
    font-size: 16px;
}

.floor-plan-sec .head h4 {
    font-size: 54px;
    color: #094b2a;
    font-family: "Dancing Script", cursive;
}

.floor-plan-sec .floor-plan-active p {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.property_icons {
    border: 1px solid #61616127;
    padding: 20px 4px;
    border-radius: 2px;
    background: #fff;
    margin-bottom: 15px;
}

.property_icons .icon_desc p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 600;
}

.property_icons img {
    width: 80px;
    margin: auto;
}

.about-list-points ul {
    margin: 0;
    padding: 0;
}

.about-list-points ul li {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
}

.awards .head h2 {
    color: #000000;
    font-size: 52px;
    font-weight: 300;
    margin-bottom: 0;
}

.awards .head p {
    font-size: 16px;
    margin-top: 15px;
    color: #333;
}

.parallax {
    overflow: visible;
}

.parallax .sticky-section {
    height: calc(80vh - 50px);
    position: sticky1;
    top: 50px;
}

.parallax-bg {
    position: relative;
    padding-top: 300px;
    z-index: 0;
}

#Home-sec {
    position: relative;
     
    background: #1f3451 url(../images/bg-partern.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*#Home-sec::before {*/
/*    content: "";*/
/*    background-image: url(../images/5.jpg);*/
/*    background-size: cover;*/
/*    background-position: right;*/
/*    background-repeat: no-repeat;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 50%;*/
/*    height: 100%;*/
/*}*/

 
#Home-sec .text h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

#Home-sec .text p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.location {
    position: relative;
    z-index: 0;
}

.location::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    background: #143551;
    z-index: -1;
}

.location .des-box {
    background: #143551;
    height: 100%;
}

.location .des-box .txt-bx {
    margin-bottom: 22px;
}

.location .des-box .txt-bx h5 {
    color: #f1f1f1;
    font-weight: 600;
    font-size: 28px;
}

.location .des-box .txt-bx ul {
    padding-left: 20px;
}

.location .des-box .txt-bx li {
    color: #f1f1f1;
    font-weight: 300;
    line-height: 28px;
}

#Footer {
    background-color: #292E1D;
    padding-top: 60px;
}

.footer-address p {
    font-size: 16px;
    color: #f2f2f2;
    font-weight: 300;
    text-align: justify;
}

#Footer .disclaimer h4 {
    font-size: 22px;
    color: #f2f2f2;
}

#Footer .disclaimer p {
    font-size: 16px;
    color: #f2f2f2;
}

#Footer .disclaimer ul {
    list-style: none;
    padding-left: 0;
}

#Footer .disclaimer ul li {
    font-size: 16px;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 12px;
    color: #f1f1f1;
    padding-bottom: 20px;
}

.copywrite {
    margin-top: 20px;
    border-top: 1px solid #323826;
    background-color: #1d2017;
    padding: 20px 0px;
    color: #f2f2f2;
    font-size: 16px;
}

.copywrite a {
    color: #fff;
}

#EnquiryNow .modal-header{background:linear-gradient(90deg, rgba(220, 109, 30, 1) 0%, rgba(220, 109, 30, 1) 50%, rgba(252, 176, 69, 1) 100%); color:#fff;    border-radius: 0;}
#EnquiryNow .modal-content{border:4px solid #DC6D1E;}
#EnquiryNow{}
#EnquiryNow{}
#EnquiryNow{}
#EnquiryNow{}
#EnquiryNow{}
#EnquiryNow{}
#EnquiryNow{}

@media (max-width:767px) {
    header .navbar-nav .nav-item {
        padding: 8px 0px
    }
    header .navbar-brand{width: 80px;}
    .main-banner .banner-head{top:80px;}
    .main-banner .banner-head h2{font-size: 26px;
    font-weight: 600;line-height: 34px;margin-bottom: 4px;}
    .main-banner .banner-head h5{font-size: 20px;}
    .crafting p{text-align: justify;}
    section {
        padding: 20px 0px;
    }
    .exquisite h2,
    .steping .head h2,
    .crafting .head h2,
    .amenities .head h2,
    .amenities .head h4,
    .section-gallery .head h2,
    .floor-plan-sec .head h2,
    .floor-plan-sec .head h4,
    .crafting .head h3,
    .steping .head p {
        font-size: 26px;
        line-height: 35px;
    }
    .card-with-icon-item {
        border-right: transparent;
    }
    .parallax .sticky-section, .sticky-section{height: 100%;}
    .sticky-section figure{margin-bottom: 0;}
    .property_icons{padding:12px 4px;}
    .property_icons img{    width: 44px;}
    .property_icons .icon_desc p{font-size: 14px;
    margin-top: 5px;}
    .location::before{background:transparent;}
    #Home-sec::before{width:0px;}
    #Home-sec .text{margin-left:0px;}
    #Footer .disclaimer p,
    .footer-address p {
        font-size: 14px;
    }
}