/*comman tyle*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;

}

body {
    color: #4e4e4e;
}

.fa-bars {
    color: #000;
}

.designed {
    margin-top: -37px;
    letter-spacing: 3.5px;
}

.slider {
    color: #fff;
}

.Amenities-card p {
    font-weight: 800;
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-size: 16px;
}

.fa-angle-right,
.fa-angle-left {
    font-size: 55px;
    color: #ffffff;
}

:target {
    padding-top: 3%;
}

section:target {
    padding-top: 6%;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

h2 {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1rem;
}

/* section{ */
/* padding-top: 3rem; */

/* } */
footer {
    margin-top: 3rem;
    padding: 3rem;
    background-color: #000;
    color: #fff;
}

footer p {
    margin-top: 1rem;
}

section img {
    width: 100%;
}

/* .background{ */
/* background:linear-gradient( */
/* rgba(255, 255, 255, 0.9), */
/* rgba(255, 255, 255, 0.9) */
/* ), */
/* url(/assets/img/banner/background.jpg);  */
/* background-position: center center; */
/* background-size: cover; */
/* } */
.background p {
    color: #000;
    text-align: justify;
}

h2 hr:not([size]) {
    height: auto;
    color: #fff;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 1;
}

.hr-text:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: #4e4e4e;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    padding: 0.2em .6em;
    line-height: 1.5em;
    background-color: #fff;
}


.fff {
    position: absolute;
    font-size: 22px;
    bottom: 0;
    margin-bottom: 0.5rem;
    left: 70%;
    z-index: 1000;
    border: 1px solid black;
    padding: 1.2rem 1rem;
    background-color: #fff;
    border-radius: 50%;
}

.fafa {
    padding: 1rem .9rem;
}


.simpleCircle .fa-2x {

    border: 1px solid #000;
    border-radius: 50%;
    color: #4e4e4e;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 50px;
    font-size: 22px;
    text-align: center;
}

.ffff {
    position: absolute;
    font-size: 22px;
    bottom: 0;
    margin-bottom: 0.5rem;
    left: 76%;
    top: -24px;
    z-index: 1000;
    /* border: 1px solid black; */
    /* padding: 1rem; */
    background-color: #fff;
    border-radius: 50%;
}

/*navbar*/

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 4rem;
    height: 3rem;
    opacity: 1;
}

.navbar-brand {

    line-height: 10px;
    margin-right: .5rem;
}

.navbar-brand h6 {
    font-weight: bold;
    text-align: center;
}

.navbar-brand span {
    font-size: 3rem;
    margin: 0;
    padding: 0;
    text-align: center;
}


/*carousel*/
video {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 580px;
}

.carousel-inner {
    width: 100%;
    margin-top: 4rem;
    height: 580px;


}

.fontIcon {
    height: 40px;
    width: 40px;
    background-color: black;
    top: 45%;
    margin: 1rem;
    padding: 5px;
    border-radius: 15px;
}

.carousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    color: #fff;
}

/*form tyle*/


.txt {
    border: 0;
    border-bottom: 1px solid black;
    border-radius: 0;
    padding: 10px 2px;
    color: black;
    font-size: 20px;
}

.title-around {
    text-align: center;
    line-height: 0.1em;
    position: relative;
    margin: 10px 0 30px;
    background: #FFF;
}

.title-around::before {
    content: '';
    display: inline-block;
    width: 30%;
    text-align: center;
    color: #000;
    height: 1px;
    vertical-align: middle;
    background-color: currentColor;
}

.title-around::after {
    content: '';
    display: inline-block;
    width: 30%;
    text-align: center;
    color: #000;
    height: 1px;
    vertical-align: middle;
    background-color: currentColor;
}

.title-around::before {
    margin-right: 10px;
}

.title-around::after {
    margin-left: 10px;
}


.txt::placeholder {
    color: rgb(56, 56, 56);
    font-size: 15px;
    font-weight: 500;
}

.txt-select {
    border: 0;
    border-bottom: 1px solid black;
    border-radius: 0;
    padding: 10px 2px;
    color: black;
    color: rgb(56, 56, 56);
    font-size: 15px;
    font-weight: 500;
}

.form-control:focus {
    border-color: #FF0000;
    box-shadow: none;
}

.form-select:focus {
    border-color: #FF0000;
    box-shadow: none;
}

.btn:focus {

    box-shadow: none;
}

.btn {
    font-weight: 500;
    padding: .3rem, 6rem;
    width: auto;
    min-width: 150px;
    font-size: 1.1rem;
}

.btn-dlack {
    background-color: black;
    text-align: center;
    color: white;
    font-size: 20px;
    border-radius: 0;
    margin-top: 1.5rem;
    box-shadow: 2px 2px 5px rgb(104, 104, 104);

}

.btn-dlack:hover {
    color: white;
    box-shadow: none;
}

/*footer*/
.social {
    display: flex;
    flex-wrap: wrap;

}

.social1 {
    width: 30px;
    height: 30px;
    margin-right: .5rem;
}

.social1 i {
    background-color: rgba(128, 128, 128, 0.801);
    font-size: 15px;
    display: flex;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    text-align: center;
    color: white;
    padding: .5rem;

}

.navbar-toggler {
    margin-left: 3rem;
    border: 0;
    outline: 0;
}


#myBtn {
    font-size: 2.5rem;
    padding: 1rem;
    color: rgba(255, 255, 255, 0.911);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*-------------------up-arrow -----------------------*/

#myBtn1 {
    display: none;
    position: fixed;
    bottom: 45px;
    right: 20px;
    z-index: 99999999;
    border: none;
    outline: none;
    background-color: rgb(0, 0, 0);
    color: white;
    cursor: pointer;
    border-radius: 4px;
}

#myBtn1 i {
    font-size: 20px;
    padding: .3rem;
    padding-top: .4rem;
}

#myBtn1:hover {
    background-color: rgb(85, 85, 85);
}

#price {
    overflow: hidden;
}

/*----------------------map--------------------------*/

#main-img {
    display: block;
    margin: 20px auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
    filter: grayscale(0);
}

#zoom-img {
    pointer-events: none;
    position: relative;
    top: 50%;
    left: 50%;
}

#zoom {
    position: absolute;
    width: 250px;
    height: 250px;
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5),
        5px 5px 10px 5px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
}

/*------------------------Amenities-----------------------*/
.Amenities img {

    width: 60px;
    height: 60px;

}

.Amenities br {
    display: none;
}

.Amenities {
    margin-left: .5rem;

}

.Amenities-card {
    border-left: 1px solid rgba(0, 0, 0, 0.801);
}

.Amenities-card h6 {
    font-weight: 800;
    margin-top: 1rem;

}


.Amenities-card ul li {

    margin-left: -1rem;

}

/*=============================Unit-Plans=====================*/
.Unit {
    background-color: #e5e5e1;
}


.Unit-Plans-img {
    position: relative;
    display: flex;
    margin-left: 3rem;
    z-index: 999;
    cursor: pointer;
    text-align: center;

}

.Unit-Plans-img img {
    width: 100%;
    cursor: pointer;


}

.Unit-Plans1 {
    display: block;
    margin: auto;
    position: relative;
}

.Unit-Plans-img2 {
    position: relative;
    display: flex;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    margin-right: 1rem;


}


a {
    text-decoration: none;
}


/*========================modal-content =============*/
.modal-content {
    background-color: rgb(253, 253, 253);
}

.modal-header {
    margin: auto;
    width: 80%;
    padding: 0;
}

.modal-header h5 {
    font-size: 2rem;
}

/*------------------------------Specifications-containt---------------*/
.bg-color1 {
    background-color: #d6dfcb;
}

.bg-color1 .carousel-control-next-icon {
    margin-right: -300px !important;


}

.bg-color1 .carousel-control-prev-icon {
    margin-left: -300px;

}

.Specifications-containt {
    padding-right: 2rem;

}

.Specifications-containt h6 {
    position: relative;
    font-weight: bold;
    padding: .7rem 0;
    font-size: 18px;
    margin-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.801);
    /*border-bottom:1px solid rgba(0, 0, 0, 0.801);*/
}

.Specifications-containt img {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 0;
    margin-bottom: .5rem;
    left: 70%;
}

.fa-hight {
    position: absolute;
    font-size: 30px;
    bottom: 0;
    margin-bottom: .5rem;
    left: 70%;
    z-index: 1000;
    border: 1px solid black;
    padding: 1rem;
    background-color: #fff;
    border-radius: 50%;

}

.Specifications-containt ul li {

    margin-left: -1rem;

}

small {
    font-size: 13px;
    color: rgb(175, 175, 175);
}

.fa-location-dot,
.fa-envelope {
    font-size: 23px;

}


/* removing blue outline from buttons */
button:focus,
button:active {
    outline: none;
}

/*===================================*/

.accordion-button::after {
    background-image: none;
    content: "+";
    font-size: 25px;
    color: #fff;
    -webkit-text-stroke: 1px #000000;
}


.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "-";
    transform: none;
    font-size: 25px;
}

.accordion-button {
    border: 1px solid rgb(255, 255, 255);
    border-radius: 0;

}

.accordion-item {
    margin: 1rem 0;
    box-shadow: 2px 2px 3px rgba(119, 119, 119, 0.815);


}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;

}

.accordion-button:focus {
    border-color: #FFF;
    border: 1px solid rgb(226, 226, 226);
    outline: 0;
    box-shadow: none;
}

/*====================thankyou======================*/
.thankyou {
    top: 35%;
}

.thankyou h2 {
    line-height: 50px;
}

.thankyou h2 {
    line-height: 40px;
    margin-top: 1rem;
}

/*==========================menu===================*/


.button {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    float: right;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #fff;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99999;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    animation-name: pulse;
    animation-duration: 01s;
    animation-iteration-count: 10000;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulse1 {
    0% {
        left: 0;
        color: #000;
    }

    25% {
        left: -5px;
        color: #000;
    }

    50% {
        left: 5px;
        color: rgb(0, 107, 0);
    }

    75% {
        left: -5px;
        color: rgb(0, 107, 0);
    }

    100% {
        left: 5px;
        color: #000;
    }
}

.hover-2 {
    animation: pulse1 .6s linear infinite;
    animation-play-state: running;
    font-size: 13px;
    margin-top: 20px;
    position: relative;
}

.hover-1 {
    animation: pulse1 .6s linear infinite;
    animation-play-state: running;
    position: relative;
    font-weight: 600;
}

.hover-2:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    width: 60%;
    height: 2px;
    margin: auto;
    transform: scaleX(1);
    background-color: green;
    transition: transform 1s;


}

.button span {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 40px;

}

.button:hover {
    width: 230px;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    cursor: pointer;

}


.button:hover .icon {

    display: none;


}


.button .icon i {
    font-size: 16px;
    padding: 5px;
    margin-top: 20%;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;

}

.button:hover i {
    color: #fff;
    animation-play-state: paused;
    cursor: pointer;


}

.img-r1 img {
    width: 800px;
    height: 380px;
    max-height: 380px;
}

/*==================tabal row---------------------------*/
.table-price {
    background-color: #d6dfcb;
    text-align: center;
}


.owl-carousel .item {
    height: 200px;
}

#living {
    text-align: justify;
}

.v2 {
    object-position: bottom;
}

.blink {
    border-bottom: 1px solid red;
}

.btn-success {
    background-color: #33AE74;
    border: 0;
}

.btn-success:hover {
    background-color: #33AE74;
}

.btn-warning {
    background: #FF9000;
    color: #fff;
    border: 0;
}

.btn-warning:hover {
    background: #FF9000;
    color: #fff;
}

.btn-warning:focus {
    background: #FF9000;
    color: #fff;
}

.btn-primary {
    background-color: #1A7BFF;
    color: #fff;
    border-radius: 6px;
    border: 0;
}

.btn-primary:hover {
    background-color: #1A7BFF;
    color: #fff;
}

.btn-primary:focus {
    background-color: #1A7BFF;
    color: #fff;
}


.fff {
    position: absolute;
    font-size: 30px;
    bottom: 0;
    margin-bottom: 0.5rem;
    left: 70%;
    z-index: 1000;
    border: 1px solid black;
    padding: 1.2rem 1rem;
    background-color: #fff;
    border-radius: 50%;
}

.fafa {
    padding: 1rem .9rem;
}

.banner-img {
    width: 100%;
    margin-top: -5.5rem;
}

.owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 30px;
    opacity: 1;
    color: #000;
    font-size: 50px !important;
    z-index: 1;
}

.owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    right: 30px;
    color: #000;
    opacity: 1;
    font-size: 50px !important;
    z-index: 1;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    color: #000 !important;
}


.slider .owl-carousel .owl-item img {
    width: 50% !important;
    margin: auto;
}

.br {
    display: none;
}

#btn_ResendOtp_popup {
    cursor: pointer;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3rem + 2px);
    line-height: 1.25;
}

/*-------------media quary---------------------------*/


@media all and (max-width: 1000px) {
    .navbar-brand img {
        max-width: 11%;


    }

    .title-around::before {
        width: 31%;
    }

    .title-around::after {
        width: 31%;
    }

    .img-r1 img {
        width: 100%;
        height: 100%;

    }

    video {
        width: 100%;
        margin-top: 1.7rem;
        height: auto;
    }

    .carousel-inner {
        width: 100%;
        margin-top: 3rem;
        height: auto;


    }

}

@media all and (max-width: 979px) {
    .banner-img {
        margin-top: 0rem;
    }

    .title-around::before {
        width: 25%;
    }

    .title-around::after {
        width: 25%;
    }

    .search {
        display: none;
    }

    .search-1 {
        display: none;
    }

    .navbar .navbar-nav {
        margin-top: 1rem;
    }

    .navbar-brand img {
        max-width: 20%;


    }


    video {
        width: 100%;

        height: auto;
    }

    .carousel-inner {
        width: 100%;
        margin-top: 3rem;
        height: auto;


    }

    .logo {
        width: 70%;
        float: left;
    }

    .search {
        margin-top: 0rem;
    }


    .carousel-inner {
        width: 100%;
        height: auto;

    }

}

@media all and (max-width: 768px) {
    .banner-img {
        margin-top: 0rem;
    }

    * {

        font-size: 12px;


    }

    .br {
        display: block;
    }

    .owl-carousel .item {
        height: 250px;
    }

    .designed {
        margin-top: -10px;
        letter-spacing: 3.5px;
    }

    .img-r1 img {
        width: 100%;
        height: 100%
    }

    h2 {
        font-size: 1.4rem;
        font-weight: 700;

    }

    .search {
        display: none;
    }

    .imges-full img {
        width: 100%;
        height: auto;
    }

    .search-1 {
        display: none;
    }

    .fontIcon {
        height: 25px;
        width: 25px;
        top: 45%
    }

    .Amenities-card {
        border-left: none;
    }

    .carousel .carousel-indicators button {
        width: 7px;
        height: 7px;
        border-radius: 50%;
    }

    .Specifications {
        text-align: center;
    }

    .Specifications-containt {
        width: 90%;
        margin: auto;
    }

    .Specifications-containt ul {
        margin-bottom: 3rem;
    }

    .navbar .navbar-nav {
        margin-top: 1rem;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        margin-top: 0rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.151);
    }

    .navbar-brand img {
        float: left;
        width: 15%;
    }


    .search {
        margin-top: 0rem;
    }

    .logo {
        width: 70%;
    }

    .Specifications-containt {
        padding: 0 1rem;
    }

    .ffff {

        left: 80%;
        top: -24px;

    }

    .Amenities-card {
        margin-bottom: 2rem;
        margin: 1rem;
    }

    .m1 {
        margin-top: 30%;
    }

    .Unit-Plans1 {
        margin-bottom: 20%;
    }

    video {
        width: 100%;

        height: auto;
    }

    .carousel-inner {
        width: 100%;
        margin-top: 3rem;
        height: auto;


    }

    .slider .owl-carousel .owl-item img {
        width: 90% !important;
        margin: auto;
    }

    .btn {

        width: 100%;
    }

    .btn-default {
        width: auto;
    }

    :target {
        padding-top: 3%;
    }

    section:target {
        padding-top: 12%;
    }

    .title-around::before {
        width: 30%;
    }

    .title-around::after {
        width: 30%;
    }

}

@media all and (max-width: 368px) {
    .title-around::before {
        width: 15%;
    }

    .title-around::after {
        width: 15%;
        color: RGB (255, 191, 0);
    }

}


.button1 {
    border-radius: 4px;
    background-color: green;
    border: none;
    font-weight: bold;
    font-size: 18px;
    margin: .5rem 0;
    color: #fff;
}

.btn-warning {
    font-weight: 600;
}

.Token {
    font-size: 1.5rem;
}


.navbar-brand img {
    max-width: 84%;
    width: 100%;
    height: auto;
}

.fa-angle-right,
.fa-angle-left {
    font-size: 55px;
    color: #c5c5c5;
}

@media (max-width: 768px) {
    .navbar-brand img {
        float: left;
        width: 15%;
    }
}

@media (max-width: 979px) {
    .navbar-brand img {
        max-width: 20%;
    }
}

@media (max-width: 1000px) {
    .navbar-brand img {
        max-width: 11%;
    }
}


/* new add style */
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 26px;
    padding-bottom: 0px;
    padding-left: 2rem;
    font-size: 16px;
    font-weight: 500;
}

.form-floating>.form-select {
    padding-top: 26px;
    padding-bottom: 0px;
    padding-left: 2rem;
    font-size: 16px;
    font-weight: 500;
}

.clsevents_Form_Close {
    background-color: transparent;
    border: none;
    appearance: none;
    cursor: pointer;
    font-size: 1.5rem;
    /* Adjust icon size */
    color: #ff0000;
    /* Default icon color */
}

.clsevents_Form_Close i {
    pointer-events: none;
    /* Ensure the icon doesn't interfere with button clicks */
    font-size: 20px;
}

.btn-close {
    background: none;
    width: auto;
    height: auto;
}

.btn-close:hover {
    opacity: 1;

}

.clsevents_Form_Close:hover {
    color: #ff0000;
    /* Icon color on hover */
}

.text-orange {
    font-weight: 500;
}

#OTPcondowm span {
    font-weight: 500;
}

#OTPcondowm .text-sendotp {
    cursor: pointer;
    color: #ff5722;
    position: relative;
    font-weight: 500;
}

#OTPcondowm .text-sendotp::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px dotted #ff5722;
    /* Dotted underline */
}

:-webkit-autofill {
    background-color: transparent !important;
}

.error-message {
    color: rgb(255, 123, 0);
    font-size: 12px;
}

.error-message::before {
    content: '\24D8';
    left: 0;
    /* Align symbol to the left */
    top: 50%;
    transform: translateY(-50%);
    /* Vertically center the symbol */
    font-size: 12px;
    /* Adjust size of the symbol */
    color: rgb(255, 123, 0);
    /* Match the symbol color with the error text */
}

@media (max-width: 768px) {
    .form-floating>.form-select {
        padding-top: 21px;
        padding-bottom: 0px;
        padding-left: 2rem;
        font-size: 13px;
        font-weight: 500;
    }

    .error-message {
        margin-left: 0rem;
    }

    .form-floating>.form-control:focus,
    .form-floating>.form-control:not(:placeholder-shown) {
        padding-top: 21px;
        padding-bottom: 0px;
        padding-left: 2rem;
        font-size: 13px;
        font-weight: 500;
    }

    #OTPcondowm span {
        font-size: 12px;
        font-weight: 500;
    }
}