@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css);@import url(https://fonts.googleapis.com/css2?family=Asap+Condensed&display=swap);a,a:hover {
    transition: .5s
}

.btn,.hamburger span,.site-visit ul {
    background: var(--colorPrimary)
}

.sec-heading,footer p a {
    font-weight: 400
}

:root {
    --txtColor: #555e69;
    --siteFont: 'Asap Condensed',sans-serif;
    --boderRadius15: 5px;
    --primary: #272f3a;
    --colorPrimary: #272f3a;
    --colorSecondary: #f2a744;
    --colorBtn: #ffffff
}

a {
    color: var(--colorPrimary);
    text-decoration: none
}

a:hover {
    color: #000
}

article,aside,audio,body,canvas,caption,details,embed,fieldset,figcaption,figure,footer,form,header,hgroup,html,label,legend,li,mark,menu,nav,ol,output,ruby,section,summary,table,tbody,td,tfoot,th,thead,time,tr,ul,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

.desktopview,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font-family: var(--siteFont);
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    background-color: #dbe4e9;
    letter-spacing: 1.2px
}

img {
    max-width: 100%
}

.btn {
    color: #fff;
    padding: 5px 25px;
    height: 39px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    border-radius: 0;
    border: 0
}

#moreulbn,#moreulbn ul ul li:nth-child(n+4),.dropdown-toggle::after,.hamburger,.menuoverlay,.mobileview {
    display: none
}

.btn i {
    margin-right: 10px;
    font-size: 20px
}

.btn:hover {
    box-shadow: 0 0 5px var(--colorSecondary);
    color: #fff;
    background: var(--colorSecondary)
}

.btn,.btn:hover {
    background-color: var(--colorSecondary);
    background: linear-gradient(-45deg,var(--colorPrimary),var(--colorSecondary),var(--colorPrimary),var(--colorSecondary));
    background-size: 400% 400%;
    -webkit-animation: 3s infinite Gradient;
    -moz-animation: 3s infinite Gradient;
    animation: 3s 2s infinite Gradient
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
    width: 100%
}

header .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .header-inner .logo {
    width: 130px;
    float: left;
    display: flex;
    align-items: center;
    font-size: 25px;
    color: #000
}

header .header-inner .logo img {
    height: 80px;
    float: left;
    max-width: 100%;
    margin-right: 10px;
    object-fit: contain
}

header .header-inner .cp-logo img {
    height: auto;
}

header .header-inner .cp-logo {
    margin-left: 10px;
    max-width: 150px;
    width: 150px;
}

header .header-inner .main-menu {
    width: calc(100% - 130px);
    float: right;
    text-align: right
}

header .header-inner .main-menu>ul {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

header .header-inner .main-menu ul li a {
    display: flex;
    margin: 0;
    text-decoration: none;
    color: #000;
    border: 2px solid transparent;
    padding: 5px 15px;
    align-items: center;
    font-family: var(--siteFont);
    font-weight: 500
}

header .header-inner .main-menu ul li a i {
    font-size: 20px;
    line-height: 1;
    margin-right: 10px
}

header .header-inner .main-menu ul li:first-child a {
    margin-left: 0
}

.mobile-section .btn .icon i,header .header-inner .main-menu ul li:last-child a {
    margin-right: 0
}

header .header-inner .main-menu ul li .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    height: 40px;
    font-size: 15px;
    font-weight: 400;
    color: #fff
}

header .header-inner .main-menu ul li.active a {
    border: 2px solid var(--colorPrimary);
    background: var(--colorPrimary);
    color: #fff
}

header .header-inner .main-menu ul li.active .btn {
    color: #fff
}

header .header-inner .main-menu .dropdown-menu {
    border: 0;
    box-shadow: 1px 5px 8px #727272;
    left: 0;
    right: auto
}

.container {
    max-width: 1250px
}

header .header-inner .main-menu .dropdown-menu li a {
    margin-left: 0;
    padding: 6px 20px
}

.hamburger {
    width: 30px;
    height: 21px;
    position: relative
}

.menuoverlay,.right-fixed-form {
    position: fixed;
    z-index: 99;
    right: 0
}

.hamburger span {
    height: 2px;
    width: 30px;
    opacity: 1;
    position: absolute;
    left: 0
}

.hamburger span:first-child {
    top: 0
}

.hamburger span:nth-child(2) {
    top: 9px;
    width: 24px;
    right: 0;
    left: auto
}

.hamburger span:nth-child(3) {
    width: 100%;
    top: 19px
}

.menuoverlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    top: 0;
    left: 0
}

.main-container {
    max-width: 100%;
    margin-top: 91px;
}

.right-fixed-form {
    background: #fff;
    width: 325px;
    bottom: 0;
    box-shadow: 0 2px 7px #979797
}

.home-banner,section {
    position: relative
}

.site-visit ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.site-visit ul li a {
    padding: 10px;
    border-right: 1px solid #cecece;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px
}

.site-visit ul li {
    flex: 1
}

.mobile-section .btn:last-child,.site-visit ul li:last-child a {
    border-right: 0
}

.side-inq-form {
    padding: 20px
}

.side-inq-form .form_heading {
    text-align: center;
    margin-bottom: 15px
}

.form-group,.heading,.m-b-15 {
    margin-bottom: 15px
}

.form-group label {
    margin-bottom: 5px
}

.side-inq-form .btn {
    width: 100%;
    text-align: center;
    justify-content: center
}

.home-banner {
    height: calc(100vh - 111px)
}

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

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

.booking-open {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
    width: 522px
}

.booking-open h2 {
    background: #8c1919;
    color: #fff;
    line-height: 1;
    padding: 15px;
    text-align: center;
    margin: 0;
    font-weight: 700
}

.floor-box h4,.price-box,footer {
    background: var(--colorSecondary)
}

.booking-open ul,.list-content {
    text-align: left;
    list-style: circle
}

.booking-open .content {
    padding: 20px;
    text-align: center
}

.booking-open .content h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px
}

.booking-open .content p {
    font-size: 22px;
    color: #5b5b5b;
    margin-bottom: 5px
}

.booking-open .content p.loc {
    color: #333;
    font-size: 18px
}

.price-box {
    margin: 15px 0 25px;
    padding: 12px 10px
}

.price-box span {
    display: block;
    color: #fff;
    font-weight: 700
}

.price-box .price {
    background: #272f3a;
    display: inline-block;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 700;
    border-radius: 8px;
    border: 2px solid #fff
}

.form-control,.modal-content {
    border-radius: 0
}

.booking-open ul {
    padding-left: 30px;
    color: #5b5b5b
}

.booking-open ul li {
    margin-bottom: 10px
}

.booking-open .act-btn {
    margin: 25px 0 15px
}

.sec-padding {
    padding: 60px 0
}

.white-bg {
    background: #fff
}

.sec-heading {
    position: absolute;
    top: 20px;
    right: 0;
    color: var(--colorPrimary);
    font-size: 30px;
    letter-spacing: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed
}

.list-content {
    padding-left: 30px
}

.floor-box h4,.modal-body,footer {
    text-align: center
}

.list-content li {
    padding-bottom: 15px
}

.act-btn-common {
    margin-top: 15px
}

.floor-box,.price-boxs {
    box-shadow: 0 5px 10px #cecece;
    margin: 15px 0;
    background: #fff
}

.highlights .nav-tabs .nav-link {
    flex: 1;
    background-color: #eaeaea;
    color: #000;
    border-radius: 0
}

.highlights .nav-tabs .nav-link.active {
    background-color: var(--colorPrimary);
    color: #fff
}

.highlights .tab-pane {
    border: 1px solid #cecece;
    padding: 15px;
    margin-top: -1px
}

.highlights-content li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
    display: flex;
    align-items: center
}

.highlights-content li:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 4px;
    background-image: url(../images/tick.png);
    background-size: contain
}

.price-boxs {
    padding: 15px;
    border-left: 5px solid var(--colorSecondary)
}

.price-boxs .price {
    font-size: 25px;
    font-weight: 700
}

.amenities-box {
    background: #fff;
    width: 100%;
    box-shadow: 0 5px 10px #cecece;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

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

.amenities-box .icon {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 100%
}

ul.amenities-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

ul.amenities-list li {
    flex: 1 0 21%;
    width: 20%;
    margin: 10px 0;
    padding: 0 10px
}

.amenities-box .txt {
    margin-top: 7px;
    color: #777;
    text-align: center
}

.floor-box {
    width: 100%
}

.floor-box .image {
    filter: blur(2px)
}

.floor-box h4 {
    padding: 15px;
    font-size: 16px;
    color: #fff
}

.floor-box h4 span {
    display: block;
    font-size: 20px;
    margin-bottom: 5px
}

.round-arrow.owl-carousel .owl-nav button.owl-prev {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: -20px;
    display: block!important;
    border: 0 solid #000;
    background: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 1px 4px 15px #676767;
    box-shadow: 1px 4px 15px #676767;
    transform: translate(0,-50%)
}

.round-arrow.owl-carousel .owl-nav button.owl-next {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    right: -20px;
    display: block!important;
    border: 0 solid #000;
    background: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 1px 4px 15px #676767;
    box-shadow: 1px 4px 15px #676767;
    transform: translate(0,-50%)
}

.float_call,.notification {
    border-radius: 100%;
    align-items: center
}

.round-arrow.owl-carousel .owl-nav button.owl-next i,.round-arrow.owl-carousel .owl-nav button.owl-prev i {
    -webkit-transform: scale(1,6);
    transform: scale(1,6);
    color: var(--colorPrimary);
    font-size: 27px
}

.gallery_section .item {
    height: 300px
}

.gallery_section .item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-logo {
    max-width: 160px;
    margin: 0 auto 30px
}

.float_call {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    transition: .2s ease-in-out;
    background: #2cb742;
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 15%);
    color: #fff;
    font-size: 20px;
    animation: 2.5s ease-in-out infinite phone-ring
}

.call-btn,footer p a {
    color: #fff!important
}

.notification {
    background: red;
    position: absolute;
    top: -8px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    right: -8px;
    line-height: 1
}

footer {
    color: #f3f3f3;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: -15px
}

footer p {
    margin: 0;
    font-size: 14px;
    font-weight: 300
}

.modal-content {
    border: 0
}

.modal-body {
    padding: 40px;
    border-radius: 0
}

.modal-body .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: 100;
    text-shadow: none;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    background-color: #fff;
    border-radius: 100%
}

.modal-body .logo {
    max-width: 160px
}

.modal-body .form-group {
    text-align: left
}

.modal-body .typo {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 15px 0 0
}

.modal-body .price {
    font-size: 32px;
    font-weight: 600;
    margin: 10px 0 0;
    color: var(--colorPrimary)
}

.modal-body .form_heading {
    margin: 15px 0;
    font-weight: 500;
    font-size: 22px
}

.mobile-section {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 9
}

.mobile-section .btn {
    padding: 7px 10px;
    text-align: center;
    flex-grow: 1;
    position: relative;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 15px;
    background: #272f3a;
    color: #fff;
    flex: 1;
    border-right: 1px solid var(--colorBtn);
    height: auto
}

.mobile-section .btn .icon {
    background: #039103;
    width: 38px;
    height: 38px;
    display: inline-flex;
    border-radius: 100%;
    object-fit: contain;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    margin-right: 10px
}

.mobile-section .btn .icon.inq-icon {
    background: #2196f3
}

.mobile-section .btn:not(:last-child):before {
    position: absolute;
    content: '';
    height: 10px;
    width: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block
}

.call-btn {
    display: inline-block;
    background-color: var(--colorPrimary);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 20px;
    left: 20px;
    transition: background-color .3s,opacity .5s,visibility .5s;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 23px
}

.zoomdiv {
    animation: 2s infinite zoom-in-zoom-out
}

@keyframes zoom-in-zoom-out {
    0%,100% {
        transform: scale(1,1)
    }

    50% {
        transform: scale(1.2,1.2)
    }
}

.project-name {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    display: none;
    text-align: center
}

@media screen and (min-width: 1400px) {
    #moreulbn {
        display:block
    }
}

@media screen and (min-width: 1600px) {
    #moreulbn {
        display:block
    }
}

@media screen and (min-width: 1900px) {
    #moreulbn {
        display:block
    }
}

.bottom-footer {
    background: #242424;
    padding: 10px 0;
}

.bottom-footer p {
    margin: 0;
}

.bottom-footer p a {
    color: #fff;
}

@media (max-width: 767px) {
    .h2, h2 {
        font-size: calc(1.325rem + .8vw);
    }

    .act-btn-common,.home-banner,.location .highlights-content {
        margin-bottom: 15px
    }

    #moreulbn ul ul li:nth-child(n+10),.call-btn,.desktopview,.right-fixed-form,.sec-heading {
        display: none
    }

    #moreulbn,.hamburger,.menu-open .menuoverlay,.mobileview,.project-name,header .header-inner .main-menu>ul {
        display: block
    }

    .price-box .price {
        padding: 10px 12px;
        font-size: 13px
    }

    header .container,header .header-inner, header .container-fluid {
        height: 100%
    }

    .project-name {
        white-space: nowrap;
        overflow: hidden;
        width: calc(100% - 110px);
        text-overflow: ellipsis;
        padding-right: 35px
    }

    header .header-inner .main-menu ul li a {
        margin: 10px 12px
    }

    header .header-inner .main-menu ul li:first-child a {
        margin-left: 12px
    }

    header .header-inner .main-menu ul li:last-child a {
        margin-right: 12px
    }

    header .header-inner .main-menu ul li .btn,header .header-inner .main-menu ul li a {
        display: inline-flex
    }

    header .header-inner .logo {
        width: 80px;
        float: left;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 700;
        font-size: 22px;
        line-height: 1;
        display: flex
    }

    header .header-inner .main-menu {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 80%;
        height: 100%;
        position: fixed;
        right: -100%;
        top: 0;
        background: #fff;
        z-index: 99;
        -webkit-box-shadow: 10px 10px 50px rgba(0,0,0,.5);
        box-shadow: 10px 10px 50px rgba(0,0,0,.5);
        color: #fff;
        font-size: 16px;
        padding: 40px 20px;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        opacity: 0;
        width: 75%;
        -webkit-transition: .2s;
        transition: .2s;
        visibility: hidden
    }

    .menu-open header .header-inner .main-menu {
        opacity: 1;
        right: 0;
        -webkit-transition: .2s;
        transition: .2s;
        visibility: visible
    }

    header .header-inner .logo img {
        height: 80px;
        max-width: 100%;
    }

    header {
        width: 100%;
        height: 60px
    }

    .main-container {
        max-width: 100%;
        margin-top: 60px
    }

    .booking-open {
        position: static;
        min-width: auto;
        width: 100%
    }

    .home-banner {
        height: auto
    }

    .gallery_section .item,.home-banner .carousel {
        height: 200px
    }

    .booking-open .content h3 {
        font-size: 30px
    }

    .booking-open .content {
        padding: 10px
    }

    .booking-open .content p {
        font-size: 18px
    }

    .sec-padding {
        padding: 15px 0
    }

    .highlights .nav-tabs {
        margin-top: 15px
    }

    ul.amenities-list li {
        flex: 0 0 50%;
        width: 50%
    }

    .float_call {
        bottom: 76px
    }

    body {
        padding-bottom: 40px
    }

    .round-arrow.owl-carousel .owl-nav button.owl-prev {
        left: 0
    }

    .round-arrow.owl-carousel .owl-nav button.owl-next {
        right: 0
    }
}

@-webkit-keyframes Gradient {
    0%,100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

@-moz-keyframes Gradient {
    0%,100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

@keyframes Gradient {
    0%,100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

.hl-price {
    transform-origin: center center;
    animation: 2s ease-in-out infinite alternate hl-anim
}

@keyframes hl-anim {
    0%,100% {
        transform: rotate(0)
    }

    30% {
        transform: rotate(5deg)
    }

    60% {
        transform: rotate(-5deg)
    }
}

@keyframes phone-ring {
    0%,100%,50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
}
