@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");

:root {
    --primary-color: #002060;
    --secondary-color: #f2c01d;
    --primary-font: "Red Hat Text", sans-serif;
    --secondary-font: "Antic Didone", serif;
}

body {
    font-family: var(--primary-font);
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.875;
}

a{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.container-fluid{
        padding: 0 60px;
        position: relative;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    border: 1px solid transparent;
    padding: 7px 28px;
    font-family: var(--primary-font);
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: white;
    border-radius: 0;
    font-size: 20px;
}
.btn:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.btn i{
    margin-right: 5px;
}

h1, h2, h3, h4, h5, h6, a {
    font-family: var(--secondary-font);
}

.owl-dots {
    display: none;
}

img{
    max-width: 100%;
}

.round-arrow.owl-carousel .owl-nav button.owl-next,.round-arrow.owl-carousel .owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    display: block!important;
    background: var(--primary-color);
    margin-top: -17px;
    border-radius: 100%;
}

.round-arrow.owl-carousel .owl-nav button.owl-prev {left: 15px;}

.round-arrow.owl-carousel .owl-nav button.owl-next {
    right: 15px;
}

.round-arrow.owl-carousel .owl-nav button.owl-next i,.round-arrow.owl-carousel .owl-nav button.owl-prev i {
    font-size: 20px;
    padding: 0!important;
    color: #fff;
    position: relative;
    top: 1px
}

.round-arrow.owl-carousel .owl-nav button.disabled {
    display: none!important
}

.home-slider-sec{
    height: calc(100vh - 66px);
    position: relative;
}
.home-slider-sec .project-title {
    position: absolute;
    top: 0;
    color: #fff;
    z-index: 9;
    font-size: 50px;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(00,00,00,0.3);
    font-weight: 600;
}


.home-slider-sec .owl-carousel,
.home-slider-sec .owl-stage-outer,
.home-slider-sec .owl-stage,
.home-slider-sec .owl-item,
.home-slider-sec .item
{
    height: 100%;
}

.home-slider-sec img,
.home-slider-sec video{width: 100%;height: 100%;object-fit: cover;}



.project-discription {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #00000052;
    height: 20%;
    display: inline-flex;
    z-index: 9;
}
.project-discription:before{
    content: '';
    position: absolute;
    width: 100%;
    background: #ffffff7a;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
}

.project-discription ul{
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    list-style: none;
    margin: 0;
    height: 100%;
    flex-wrap: wrap;
}
.project-discription ul li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    transition: 0.8s;
    flex: 0 0 20%;
}

.project-discription ul li i {
    color: #fff;
    font-size: 25px;
}

.banner-list-content {
    color: #fff;
    margin-left: 10px;
}

.banner-list-content p {
    margin: 0;
}

.banner-list-content h6 {
    margin: 0;
    color: var(--secondary-color);
    font-family: var(--primary-font);
}


.bottom-fixed-header {
     position: fixed;
     bottom: 0;
     z-index: 99;
     left: 50%;
     background: var(--primary-color);
     box-shadow: 0 0 20px 0 rgb(0 0 0 / 28%);
     width: 100%;
     transform: translateX(-50%);
     /* border-radius: 5px 5px 0 0; */
     transition: all 0.4s cubic-bezier(0.65, 0.01, 0, 1.13);
 }
 .bottom-fixed-header ul {
    display: flex;
}
.bottom-fixed-header ul li {
    text-align: center;
    position: relative;
    flex: 1;
}
.bottom-fixed-header ul li a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.4px;
    padding: 14px 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.4s ease;
    justify-content: center;
    min-width: 150px;
    line-height: 1;
    color: #FFF;
    font-family: var(--secondary-font);
}
.bottom-fixed-header ul li i {
    font-size: 18px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    background: var(--secondary-color);
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.bottom-fixed-header ul li:hover a {
    background: #062842;
    color: #FFF;
}

.sec-padding {
    padding: 100px 0;
}

.section-tagline {
     color: var(--primary-color);
     display: flex;
     font-family: var(--primary-font);
     line-height: 24px;
     font-size: 48px;
     font-weight: 700;
     letter-spacing: 2px;
     position: relative;
     text-align: center;
     align-items: center;
     justify-content: center;
     margin-bottom: 50px;
 }

 .section-tagline span{

background: #fff;

position: relative;

z-index: 9;

padding: 0 25px;

}

.gray-bg .section-tagline span{
    background: #fcf2d2;
}

 .section-tagline:after {
    display: block;
    content: "";
    height: 1.5px;
    width: 100%;
    background-color: #9d9d9c;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 1.5px;
}

h1 {
    font-size: 34px;
    line-height: 34px;
    margin: 5px 0 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #062842;
}

.theme_btn span.icon {
     width: 40px;
     height: 40px;
     /* background: #062842; */
     display: flex;
     color: #FFF;
     border-radius: 50%;
     justify-content: center;
     align-items: center;
     transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 }

 .theme_btn span {
     z-index: 1;
     position: relative;
 }

 .theme_btn {
     display: flex;
     align-items: center;
     gap: 8px;
     text-transform: uppercase;
     font-weight: 700;
     color: var(--primary-color);
     position: relative;
     padding-right: 20px;
     width: fit-content;
 }

 .theme_btn:before {
     content: '';
     width: 40px;
     height: 40px;
     position: absolute;
     top: 0;
     left: 0;
     background: var(--primary-color);
     border-radius: 0;
     transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
     z-index: 0;
 }

 .theme_btn:hover {
     color: #FFF;
 }

 .theme_btn:hover:before,
 .theme_btn.big:hover:before {
     width: 100%;
 }

 .color-bg {
    background-color: var(--secondary-color);
}

.color-bg .section-tagline {
    color: #fff;
}

.color-bg h1 {
    color: #fff;
}

.color-bg .section-tagline:after {
    background-color: #fff;
}

.color-bg .section-tagline span {
    background: var(--secondary-color);
}

.highlights-content ul {
    display: flex;
    flex-wrap: wrap;
}


.highlights-content li {
    position: relative;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    color: #fff;
    background: var(--primary-color);
    /* border-radius: 5px; */
    padding: 10px 25px;
    flex: 0 0 31.33%;
    width: 31.33%;
    margin: 0 1% 1%;
    height: auto;
    text-align: center;
    justify-content: center;
}


.gallery-section{
    position: relative;
}



.gallery-section .owl-item img {
     transform: scale(0.9);
     transition: all 0.5s ease;
     
 }

 .gallery-section .owl-item.active.center img {
     transform: scale(1);
     opacity: 1;
 }

 .gallery-img {
    height: 320px;
}

.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gray-bg {
    background: #fcf2d2;
}

.price-box {
    background: #fcf2d2;
    border-radius: 0;
    padding: 70px 40px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.price-box p {
    
border-bottom: 1px solid #b4b4b4;
    
display: block;
    
width: 100%;
    
margin-top: 15px;
    
padding-bottom: 20px;
    
font-size: 18px;
    
margin-bottom: 0;
}

.price-box .shape {
    color: #fff;
    border: 2px solid var(--secondary-color);
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 600;
    position: absolute;
    top: 0;
    background: var(--secondary-color);
}

.floor-plan {
    height: 235px;
    position: relative;
}

.floor-plan img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floor-plan .overlay-content {
    position: absolute;
    top: -100%;
    background: #f2c01dcf;
    padding: 15px;
    text-align: center;
    left: 0;
    right: 0;
    transition: .5s ease;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-family: var(--secondary-font);
    cursor: pointer;
    align-items: center;
}

.floor-plan:hover .overlay-content{
       top: 0;
}

.floor-plan .theme_btn {
    color: #fff;
}

.amenities-box {
    overflow: hidden;
    border-radius: 0;
    height: 200px;
    width: 100%;
    position: relative;
    transition: transform .2s;
    transition: width .2s ease-in-out;
}

.amenities-box .txt {
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, #fff0, #000);
    padding: 15px;
    left: 0;
    right: 0;
    transition: .5s ease;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    text-transform: uppercase;
    align-items: center;
    /* height: 100%; */
    font-size: 18px;
    }
    

.amenities-box .icon {
    height: 100%;
    display: block;
    width: 100%;
}

.amenities-box .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.listing {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
ul.listing li {
    position: relative;
    padding: 15px 15px 15px 40px;
    font-weight: 400;
    width: 48%;
    background: var(--primary-color);
    margin: 0 1% 1%;
    color: #fff;
}
ul.listing li:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: 15px;
    top: 22px;
    background: var(--secondary-color);
    border-radius: 0;
}

.site-address {
    background: #fcf2d2;
    padding: 40px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.site-address .address {
    display: flex;
}

.site-address .address i {
    width: 30px;
}

.site-address h3 {
    font-weight: 600;
}

.site-address .address span {
    width: calc(100% - 30px);
}

.cp-logo {
    max-width: 200px;
    margin-bottom: 20px;
}
footer {
    background: var(--primary-color);
    padding: 50px 0 80px;
}

p.disclaimers {
    color: #fff;
    font-size: 12px;
    font-family: var(--secondary-font);
}

.footer-detail {
    text-align: center;
    border-top: 1px solid #727272;
    padding-top: 15px;
}

.footer-detail a {
    color: #fff;
}

.enqModal .modal-content {
    background-color:  var(--secondary-color);
    border: 0;
    border-radius: 0;
}

.enqModal .modal-body {
    padding: 50px;
}

.enqModal .modal-content:before {
    content: '';
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 2px dotted #FFF;
    position: absolute;
    opacity: 0.5;
    z-index: 0;
}

.enqModal a.btnClose {
    color: #fff;
    position: absolute;
    background: #000;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -15px;
    top: -15px;
    border-radius: 50px;
    font-size: 13px;
}

.enqModal .section-tagline {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}
.enqModal .section-tagline span {
    background: var(--secondary-color);
}

.enqModal .section-tagline:after {
    background-color: #fff;
}

.enqModal h3 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
}

.enqModal .modal-dialog {
    max-width: 480px;
}
.input-group-text {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.input-group-text {
    border-radius: 0;
}

.form-control {
    border-radius: 0;
}

@media(max-width:767px){

body{
    font-size: 14px;
}
html,body {
    overflow-x: hidden;
}

.m-p-b-15{
    padding-bottom: 30px !important;
}

    .bottom-fixed-header {
    width: 100%;
}

.bottom-fixed-header ul li a {
    flex-direction: column;
    gap: 5px;
    min-width: auto;
    font-size: 11px;
    padding: 14px 5px;
}

.bottom-fixed-header ul li i {
    font-size: 16px;
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
}

.round-arrow.owl-carousel .owl-nav button.owl-next, .round-arrow.owl-carousel .owl-nav button.owl-prev {
    right: 20px;
    bottom: 80px;
}

.round-arrow.owl-carousel .owl-nav button.owl-prev {
    right: 76px;
}

.sec-padding {
    padding: 50px 0;
}

.price-box {
    margin-bottom: 15px;
}
h1 {
    font-size: 30px;
    margin: 5px 0 30px;
}
.site-address {
    padding: 15px;
}
.enqModal .modal-dialog {
    max-width: 90%;
    margin: 0 auto;
}

.enqModal .modal-body {
    padding: 30px;
}

.enqModal .section-tagline {
    font-size: 16px;
}
.enqModal h3 {
    font-size: 12px;
}
.home-slider-sec .project-title {
    font-size: 30px;
}

.project-discription ul li i {
    font-size: 16px;
}

.banner-list-content h6 {
    font-size: 13px;
}

.banner-list-content p {
    font-size: 10px;
}

.home-slider-sec {
    height: calc(100vh - 79px);
}

.project-discription ul li {
    flex: 0 0 50%;
    width: 50%;
    justify-content: start;
    align-items: self-start;
    padding-right: 10px;
    margin-bottom: 10px;
}

.project-discription {
    padding: 15px 0;
    height: auto;
}

.project-discription ul {
    justify-content: space-between;
}
.highlights-content li {
    width: 100%;
    flex: 0 0 100%;
}
.section-tagline {
    font-size: 30px;
    margin-bottom: 30px;
}

.section-tagline span {
    padding: 0 15px;
}
footer {
    padding: 20px 0 95px;
}
}

.error {
    color: #e40f0f;
    background: #ffe0da;
    padding: 5px;
    border: 1px solid #e40f0f;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.error img {
    margin-right: 10px;
    width: 17px;
    height: 17px;
    object-fit: contain;
}