
@font-face {
    font-family: 'URWClassico';
    src: url('../fonts/URWClassico-Reg.eot');
    src: url('../fonts/URWClassico-Reg.eot?#iefix') format('embedded-opentype'),
        url('../fonts/URWClassico-Reg.woff2') format('woff2'),
        url('../fonts/URWClassico-Reg.woff') format('woff'),
        url('../fonts/URWClassico-Reg.ttf') format('truetype'),
        url('../fonts/URWClassico-Reg.svg#URWClassico-Reg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'URWClassico';
    src: url('../fonts/URWClassico-Bol.eot');
    src: url('../fonts/URWClassico-Bol.eot?#iefix') format('embedded-opentype'),
        url('../fonts/URWClassico-Bol.woff2') format('woff2'),
        url('../fonts/URWClassico-Bol.woff') format('woff'),
        url('../fonts/URWClassico-Bol.ttf') format('truetype'),
        url('../fonts/URWClassico-Bol.svg#URWClassico-Bol') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('../fonts/PFBagueSansPro-Regular.eot');
    src: url('../fonts/PFBagueSansPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFBagueSansPro-Regular.woff2') format('woff2'),
        url('../fonts/PFBagueSansPro-Regular.woff') format('woff'),
        url('../fonts/PFBagueSansPro-Regular.ttf') format('truetype'),
        url('../fonts/PFBagueSansPro-Regular.svg#PFBagueSansPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('../fonts/PFBagueSansPro-Bold.eot');
    src: url('../fonts/PFBagueSansPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFBagueSansPro-Bold.woff2') format('woff2'),
        url('../fonts/PFBagueSansPro-Bold.woff') format('woff'),
        url('../fonts/PFBagueSansPro-Bold.ttf') format('truetype'),
        url('../fonts/PFBagueSansPro-Bold.svg#PFBagueSansPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('../fonts/PFBagueSansPro-Black.eot');
    src: url('../fonts/PFBagueSansPro-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFBagueSansPro-Black.woff2') format('woff2'),
        url('../fonts/PFBagueSansPro-Black.woff') format('woff'),
        url('../fonts/PFBagueSansPro-Black.ttf') format('truetype'),
        url('../fonts/PFBagueSansPro-Black.svg#PFBagueSansPro-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('../fonts/PFBagueSansPro-LightItalic.eot');
    src: url('../fonts/PFBagueSansPro-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFBagueSansPro-LightItalic.woff2') format('woff2'),
        url('../fonts/PFBagueSansPro-LightItalic.woff') format('woff'),
        url('../fonts/PFBagueSansPro-LightItalic.ttf') format('truetype'),
        url('../fonts/PFBagueSansPro-LightItalic.svg#PFBagueSansPro-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('../fonts/PFBagueSansPro-Italic.eot');
    src: url('../fonts/PFBagueSansPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFBagueSansPro-Italic.woff2') format('woff2'),
        url('../fonts/PFBagueSansPro-Italic.woff') format('woff'),
        url('../fonts/PFBagueSansPro-Italic.ttf') format('truetype'),
        url('../fonts/PFBagueSansPro-Italic.svg#PFBagueSansPro-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('../fonts/PFBagueSansPro-Light.eot');
    src: url('../fonts/PFBagueSansPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFBagueSansPro-Light.woff2') format('woff2'),
        url('../fonts/PFBagueSansPro-Light.woff') format('woff'),
        url('../fonts/PFBagueSansPro-Light.ttf') format('truetype'),
        url('../fonts/PFBagueSansPro-Light.svg#PFBagueSansPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


:root {
   
    --mainColor: #996515;
    --thirdColor: #c3935f;
    --secondColor: #3a3a7c;
}

body{
    /* background-color: #F3FCFC; */
    font-family: 'PF Bague Sans Pro';
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'URWClassico';
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.btn-primary{
    background-color:var(--mainColor);
    border-color: var(--mainColor);
    border-radius: 15px;
    font-size: 18px;
    padding: 9px 25px;
    font-weight: 400;
    font-family: 'URWClassico';
}
.btn-primary:active,.btn-primary:focus,.btn-primary:hover {
    background-color: var(--secondColor)!important;
    border-color: var(--secondColor)!important
}

.form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #fff;
    background-color: transparent !important;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none !important;
    color: #fff !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
}

img{max-width: 100%}


.overview-img:before {
    position: absolute;
    content: "";
    top: -40px;
    left: -40px;
    border: 1px solid var(--thirdColor);
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.overview-img {
    position: relative;
    height: 500px;
    max-width: 90%;
    margin: 80px auto 0;
}

.overview-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
    border-radius: 6px;
}

/*===Home banner css===*/

.home-banner {
    position: relative;
    height: 100vh;
}

.home-banner .carousel {
    height: 100%;
}

.home-banner .carousel-inner {
    height: 100%;
}

.home-banner .carousel-item {
    height: 100%;
}

.home-banner .carousel-item img,
.home-banner .carousel-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner .carousel-caption {
    left: 7%;
    max-width: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    top: 50%;
    transform: translate(0, -50%);
    bottom: auto;
}

.home-banner .carousel-caption .container{

/* text-align: center; */

padding: 0;
}


.home-banner .carousel-caption h5 {
    margin: 0;
    color: #fff;
    font-size: 50px;
    margin-bottom: 0;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 700;
    line-height: 1.2;
}
.home-banner .carousel-caption h5 i {
    /* font-weight: normal; */
}
.home-banner .carousel-caption p {
    color: #fff;
    margin: 0 0 5px;
    font-size: 20px;
}
.home-banner .carousel-caption p.sub-txt {
    font-size: 27px;
     color: #010101;
     font-weight: 600;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.home-banner .carousel-caption p span {
    display: inline-flex;
    color: #fff;
    /* font-weight: 500; */
    /* font-family: "Source Sans 3", sans-serif; */
    font-optical-sizing: auto;
    font-style: normal;
    border-right: 2px solid #fff;
    padding: 0 25px;
    font-size: 30px;
    /* text-transform: uppercase; */
    line-height: 1;
}
.home-banner .carousel-caption p span:last-child {
    border-right: 0;
}
.home-banner .carousel-caption p span:first-child {
    padding-left: 0;
}
.down-arrow {
    position: absolute;
    bottom: 5%;
    left: 2%;
    margin: 0 auto;
    text-align: center;
    z-index: 99;
}
.down-arrow {
    -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
    -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
    animation: ca3_fade_move_down 2s ease-in-out infinite;
}
.down-arrow a {
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 23px;
    width: 50px;
    height: 50px;
    background: var(--mainColor);
    /* box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .48); */
    border: 1px solid var(--mainColor);
}
.home-banner .carousel-caption p.price {padding: 10px 25px;font-size: 16px;display: inline-block;position: relative;color: #fff;border-radius: 10px;margin: 10px 0 20px 0;background: var(--secondColor);text-shadow: none;border: 1px solid #fff;}

.home-banner .carousel-caption .btn {
    margin-top: 16px;
}

.home-banner .carousel-caption p > i {
    width: 30px;
    height: 30px;
    background: #0000007a;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 14px;
}


@keyframes ca3_fade_move_down{

  0% {
    transform: translate(0, -20px);
    opacity: 0;
}
50% {
    opacity: 1;
}
100% {
    transform: translate(0, 20px);
    opacity: 0;
}
}




/*===End Home banner css===*/

.porject-spec{
    background-image: linear-gradient(180deg, #B6BCBC 0%, #F3FCFC 100%);
    padding: 30px 0;
}
.porject-spec ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.elementor-icon-list-icon {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100px;
    display: flex;
    margin-right: 15px;
}

.elementor-icon-list-icon svg {
    width: 50px;
    height: 50px;
    margin: 0px;
    position: relative;
    left: 8px;
    top: 4px;
    transform: scale(0.8);
}

.porject-spec ul li {
    flex: 0 0 20%;
    width: 20%;
    display: flex;
    align-items: center;
}

.elementor-icon-list-text {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5em;
}

.elementor-icon-list-text span {
    text-transform: none;
    font-size: 14px;
    font-weight: 700;
    color: var(--mainColor);
}

.sec-padding{
    padding: 50px 0;
    border-bottom: var(--thirdColor) solid 1px;
    position: relative;
}

.sec-padding:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    background: var(--thirdColor);
    bottom: -15px;
    margin: 0 auto;
    transform: rotate(45deg);
    border: 2px solid #ffffff;
}

.sec-heading {
    font-size: 40px;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    color: var(--mainColor);
}


.heading-center {
    text-align: center;
}

.heading-center:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.amenities-box img {
    width: 100% !important;
    height: 100%;
    margin: 0 auto;
}

.amenities-box {
    text-align: center;
    height: 300px;
    position: relative;
}

.amenities-box p {
    color: #231F20;
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: end;
    padding: 20px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 6px;
}

.owl-nav {
    margin: 40px auto 0;
    text-align: center;
    width: 130px;
}

.round-arrow.owl-carousel .owl-nav button.owl-next,.round-arrow.owl-carousel .owl-nav button.owl-prev {
    width: 36px;
    height: 36px;
    display: inline-block !important;
    margin: 0 5px;
    border: 1px solid var(--thirdColor) !important;
    background: var(--thirdColor);
}

.round-arrow.owl-carousel .owl-nav button.owl-prev {
    left: 5px;
    border: 0 solid #010101;
    border-radius: 100%
}

.round-arrow.owl-carousel .owl-nav button.owl-next {
    right: 5px;
    border-radius: 100%
}

.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: 2px;
    line-height: 1;
}

.round-arrow.owl-carousel .owl-nav button.disabled {opacity: 0.5;cursor: default;}

ul.highlights {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    /* margin: 0 -15px; */
}

ul.highlights li {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 5px;
    padding-left: 40px;
    position: relative;
    /* font-size: 16px; */
    border-left: 3px solid var(--mainColor);
    padding: 6px 15px;
    background: #fbfbfb;
}

ul.highlights li:before {
    content: '';
    width: 31px;
    height: 31px;
    background-image: url(../images/hightlight.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: -4px;
    display: none;
}

.price-box {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    border-bottom: 1px dashed #cecece;
    padding-bottom: 7px;
}

.price-box .icon {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100%;
    padding: 10px;
    margin-right: 15px;
}

.price-box .content {
    width: 100%;
}

.price-box .content h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--mainColor);
    margin-bottom: 0;
}

.price-box .content p {
    font-weight: 500;
    margin-bottom: 0;
}

.floor-plan-sec {
    background-image: url(../images/parallex-banner-old.jpg);
    background-attachment: fixed;
    background-position: 100% 100%;
    position: relative;
    background-size: cover;
  }

  .floor-plan-sec:after {
    content: '';
    background: rgba(48,16,115,0.6);
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: left;
    position: absolute;
}

.floor-plan-sec .container,
.floor-plan-sec .container-fluid {
    position: relative;
    z-index: 9;
}
.floor-box {
    background: #fff;
    border-radius: 6px;
    text-align: center;
    height: 450px;
    border: 1px solid var(--mainColor);
}

.floor-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.gallery-img {
    height: 310px;
}

.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
}
.bottom-contact {
    /* padding: 30px; */
    /* background-image: linear-gradient(180deg, #03454442 0%, #032424 100%); */
}

.bottom-contact h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 50px;
}

.bottom-contact p {
    color: #fff;
}

.site-footer{
    /* background: #fff; */
}



.copyright a, p.copyright {
    color: var(--mainColor);
    text-decoration: none;
}

.copyright {
    border-top: 1px solid #f3f3f3fc;
    padding-top: 15px;
    margin-bottom: 0;
}

.floting-btn {
    position: fixed;
    text-align: center;
    cursor: pointer;
    top: 46%;
    transform: rotate(270deg);
    right: -64px;
    color: #fff;
    z-index: 99;
}
.floting-btn .btn{

border-radius: 15px 15px 0 0;
}


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

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

.enqModal .modal-content:before {
    content: '';
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    /* border: 1px solid #ffffff; */
    position: absolute;
    opacity: 0.5;
    z-index: 0;
    border-radius: 10px;
}

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

.enqModal .section-tagline {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    /* font-style: italic; */
}

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

.enqModal .modal-dialog {
    max-width: 750px;
}
.enqModal .btn {
    background-color: var(--mainColor);
    width: 100%;
}

.whatsapp-btn {
    width: 45px;
    height: 45px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff!important;
    font-size: 30px;
    border-radius: 100%;
    z-index: 999;
    line-height: 1;
    background: #14990b;
    padding: 10px;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    transition: all 300ms ease-in-out;
}

.whatsapp-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain
}
@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.desk-none{
    display: none;
}

.owl-dots {
    /* display: none; */
    margin: 40px auto;
    max-width: 550px;
    text-align: center;
}

.mobile-inqury{
    display: none;
}

.owl-dots .owl-dot {
    width: 70px;
    height: 3px;
    background-color: #e6e6e6 !important;
    border-radius: 0;
    opacity: 0.8;
    margin: 0 auto;
    display: inline-block;
}

.owl-dots .owl-dot.active {
    background: var(--thirdColor) !important;
    height:8px;
    border-radius:4px;
    position: relative;
    top: 2px;
}

.carousel-indicators [data-bs-target] {
    width: 70px;
    height: 4px;
    background-color: #e6e6e6 !important;
    border-radius: 0;
    opacity: 0.8;
    margin: 0 auto;
    display: inline-flex;
    border: 0;
    flex: auto;
    opacity: 1;
}

.carousel-indicators {
    margin: 40px auto;
    max-width: 220px;
    text-align: center;
    display: inline-flex;
}

.carousel-indicators .active {background: var(--thirdColor) !important;height:8px;border-radius: 9px;position: relative;top: -2px;opacity: 1;}
.inline-btn {
    display: inline-flex;
    text-decoration: none;
    font-size: 20px;
    color: var(--thirdColor);
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-family: 'URWClassico';
}

.inline-btn i {
    margin-right: 10px;
}

.rec-none::before {
    display: none;
}

.rec-none {
    border-bottom: 0;
}

.floor-plan-sec .sec-heading {
    color: #fff;
}
.infos-left-part h2 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
}

.infos-left-part {
    background: #00000047;
    height: 100%;
    padding: 30px;
    text-align: center;
    border-radius: 20px 0 0 20px;
    display: FLEX;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.promise-lists {
    margin-bottom: 15px;
}

.promise-lists img {
    width: 50px;
}

.promise-lists-title {
    color: #fff;
}

.modal-form {
    padding: 30px 30px 30px 10px;
}

.floor-plan-tab {
    max-width: 100%;
    margin: 0 auto;
    display: FLEX;
    align-items: center;
    justify-content: center;
}

.floor-plan-tab .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 21px;
    font-family: 'URWClassico';
    color: #fff;
    position: relative;
}

.floor-plan-tab {}

.floor-plan-tab .nav-link.active {
    background: transparent;
    color: var(--thirdColor);
}

.floor-plan-tab .nav-link.active:before {
    position: absolute;content: "";
    left: 50%;
    bottom: -12px;
    height: 1px;
    transform: translateX(-50%);
    background-image: url(../images/tab-active-effect.svg);
    width: 110px;
    height: 4px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.floor-plan-container {
    max-width: 800px;
    margin: 0 auto;
}

.floor-plan-container .owl-carousel .item {
    margin: 0 5px;
}

.location-box .icon {
    background: #f9f9f9;
    width: 30px;
    height: 30px;
    padding: 2px;
}



.location-box .content {
    width: calc(100% - 45px);
}

.launched-props

 {
    line-height: 1.2;
    margin-left: 6px;
    background: linear-gradient(98.3deg, #000 10.6%, red 97.7%);
    color: #fff;
    padding: 4px 8px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 4px;
    display: inline-flex;
    text-transform: uppercase;
    box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
    align-items: center;
    justify-content: center;
}

.trin-trin
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}

.error {
    display: block;
    color: #f70000;
    margin-top: 5px;
    font-size: 16px;
    background: #ffffffbd;
    padding: 5px 12px;
}

.error i {
    margin-right: 9px;
}

.error:empty {
    display: none;
}