header {
    position: fixed;

    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #ffffffe1;
    backdrop-filter: blur(5px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

header.sticky {
    background: #ffffff;

    position: fixed;
    /* box-shadow: 0 4px 4px #00000040; */
    backdrop-filter: blur(5px);
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    height: 75px;
}

.navbar {
    padding: 5px 0;

}

.nav-item .nav-link {
    color: var(--black);
    font-weight: 500;
    font-size: 18px;
    padding: 0 25px !important;
}

.banner {
    /* margin-top: 70px; */
}

.banner-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: var(--white);
    height: 100%;
    display: flex;
    align-items: end;
    background: rgb(0 33 53 / 50%);
    background: rgba(0, 33, 53, 7.1);
    background: linear-gradient(225deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
    padding-bottom: 150px;
    z-index: 2;
}

.banner-text p {
    font-size: 18px;
    margin-bottom: 55px;
}

.banner-text h1 {
    font-size: 75px;
    font-weight: 500;
    margin-bottom: 0;
}

.banner-text h2 {
    font-size: 35px;
    font-weight: 500;
}

.location-space {
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    border-radius: 50px;
    color: var(--black);
    font-size: 14px;
    margin-bottom: 15px;
}

.location-space i {
    color: rgb(207 166 55);
}

.banner-text .theme-btn {
    background: #fff;
    border-color: #fff;
    color: var(--primary-color);
    font-weight: 800;
}

.banner-text .theme-btn:hover {
    background: #0000007a;
    color: #fff;
}

.banner-text .theme-btn.btn-bordered {
    background: #0000007a;
    color: #fff;
}

.banner-text .theme-btn.btn-bordered:hover {
    background: #fff;
    color: var(--primary-color);
}

.qa-bx p {
    margin-bottom: 0;
    line-height: 1.1;
    font-size: 14px;
}

.qa-bx {
    background: #f2ece4;
    padding: 10px 25px;
    border-radius: 20px;
    display: flex;
    gap: 15px;
    padding-left: 10px;
}

.qa-bx h3 {
    font-size: 24px;
    margin-bottom: 5px;
    color: var(--primary-color);
}

.qa-bx:not(:last-child) {
    margin-bottom: 10px;
}

.qa-section {
    box-shadow: 0px 15px 20px -17px rgb(0 0 0 / 8%);
}

.qa-bx-num {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: #fff;
    font-style: italic;
    border-radius: 50%;
    font-size: 25px;
    font-family: var(--title-font);
}

.left-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
}

.right-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
}

.galler-flex {
    display: flex;
}

.galler-item {
    flex: 1;overflow: hidden;
}

.galler-item h3 {
    position: absolute;
    padding: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
}

.galler-item img {
    height: 100%;
    object-fit: cover;transition: 0.3s ease-in-out;
}
.galler-item:hover img{
    transform: scale(1.2);
}
.galler-img {
    height: 500px;
}

.head-img img {
    width: 40px;
    margin-bottom: 15px;
}

.footer {
    background: var(--black);
    padding-top: 50px;
    padding-bottom: 170px;
}

.copyright-sec {
    padding: 25px 0;
    border-top: 1px solid var(--primary-color);
}

.aurezza-block {
    margin-bottom: 35px;
}

.godrej-block {
    padding: 70px 35px;
    border-left: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
}

.aurezza-logo {
    margin-bottom: 25px;
}

.aurezza-logo img {
    height: 90px;
}

.footer h4 {
    color: #fff;
    margin-bottom: 15px;
}

.footer .call-ul li a {
    color: var(--primary-color);
}

.footer .call-ul li a i {
    color: #fff;
}

.aurezza-block p {
    color: var(--primary-color);
}

.bg-cta {
    background: url("../images/Shot_16-00000-copy.jpg");
    background-position: bottom center;
    background-size: cover;
    color: #fff;
}

.bg-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
}

.list-li li {
    font-size: 18px;
}

.list-li li:nth-child(even) {
    color: #D3AD39;
}

.aur-why {
    padding: 35px;
    background: #05050582;
    border-radius: 35px;
    backdrop-filter: blur(5px);
}

.big-heading {
    font-size: 75px;
    line-height: 0.8;
    color: var(--primary-color);
}

.quote-span {
    color: #D3AD39;
    font-size: 200px;
    line-height: 1;
    font-family: var(--title-font);
}

.price-details {
    position: relative;
    background: #ebebeb;
    padding: 20px 0 25px;
    border-radius: 10px;
    margin: 10px 30px 50px;
    border: 1px solid #ebebeb;
}

.price-details .apartments {
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-color);
    color: #fff;
    padding: 6px 20px;
    border-radius: 7px;
    outline: #ebebeb solid 6px;
    outline-offset: 0;
    width: 65%;
    text-align: center;
}

.pricing h3 {
    text-align: center;
    padding: 28px 0 15px;
    font-size: 38px;
    border-bottom: 1px solid rgba(77, 64, 54, 0.16);
}

.pricing span {
    font-size: 22px;
}

.price-details .typology {
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
}

.typology p {
    font-weight: 600;
    font-size: 22px;
}

.price-details .sizing {
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
}

.price-query-btn {
    text-align: center;
    margin: 25px 0 20px;
}

.aurezza-insight {
    padding: 25px;
    background: var(--primary-color);
    border-radius: 25px;
    color: #fff;
}.aurezza-insight ul{
    padding-left: 0;
}
.aurezza-insight ul li{
    display: flex;justify-content: space-between;padding: 5px 0;border-bottom: 1px solid #f2ece47a;
}.aurezza-insight h3{
    margin-bottom: 0px;color: #f2ece4;
}
.aurezza-insight h4 {
    font-size: 35px;
}

.aurezza-insight p {
    font-size: 18px;
}

.aurezza-insight img {
    border-radius: 15px;
    margin-bottom: 15px;
}

.bg-grey {
    background: #f2ece4;
}

.location-ul li {
    font-size: 20px;
    border-bottom: 1px solid var(--primary-color);
    padding: 10px 0;
}

.location-ul li i {
    color: var(--primary-color);
}

.location-ul li:last-child {
    border: none;
}

.bg-img {
    background: url("../images/65765081-0-Still-Waters-.com.jpg");
    background-position: bottom center;
    background-size: cover;
}

.bg-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
}

.usp-li li {
    font-size: 20px;
}

.usp-li li i {
    color: #D3AD39;
}

.left-card {
    padding-right: 45px;
}
.left-card img{
    transition: 0.3s ease-in;
}.left-card:hover img{
    transform: scale(1.2);
}
.aurezza-evalutate-text {}

.aurezza-evalutate-img {
    margin: 0 auto;
    margin-bottom: 25px;
    text-align: center;
    width: 70px;
    height: 70px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.aurezza-evalutate-img img {
    width: 40px;transition: 0.3s ease-in;
}
.aurezza-evalutate-item:hover .aurezza-evalutate-img img{
    transform: rotateY(360deg);
}
.aurezza-evaluate-flex {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.aurezza-evalutate-item:nth-child(4),
.aurezza-evalutate-item:last-child {
    flex-direction: row-reverse;
}

.aurezza-evalutate-item {
    width: 30%;
    text-align: center;
    padding: 0 50px;
    text-align: center;
}

.aurezza-evalutate-item h3 {
    color: var(--primary-color);
    margin-bottom: 0;
}

.aurezza-evalutate-item p {
    font-size: 14px;
}

.sp-list-item img {
    width: 20px;
}

.sp-list-item:not(:last-child) {
    margin-bottom: 15px;
}

.sp-list-item {
    padding: 25px;
    background: #ffffffdb;
    backdrop-filter: blur(5px);
    border-radius: 20px;
}

.amen-box {
    padding: 35px;
    border: 1px solid #fff;
    margin-top: 25px;
    border-radius: 30px;
    transition: 0.3s ease-in;
    overflow: hidden;
    background: #f2ece4;
}

.amen-box:hover {
    transform: translateY(-15px);
}

.amen-box h3 {
    font-size: 25px;
    transition: 0.3s ease-in-out;
    margin-bottom: 0;
    color: var(--primary-color);
}

.amen-box p {
    font-size: 14px;
    line-height: 1.1;
    margin-top: 45px;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
}

.amen-box .icn-bx img {
    width: 30px;
    filter: invert(1);
}
.amen-box:hover .amen-hover img{
    opacity: 1;
}
.amen-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.amen-hover img {
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.amen-top {
    z-index: 1;
}

.amen-box .icn-bx {
    margin-bottom: 15px;
    text-align: center;
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.amen-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #000;
    bottom: 0;
    left: 0;z-index: 1;opacity: 0.4;transition: 0.3s ease-in-out;
}.amen-box:hover::before{
    height: 100%;
}.amen-box:hover h3, .amen-box:hover p{
    color: #fff;
}.aurezza-insight2 i{
font-size: 35px;color: var(--primary-color);
}.aurezza-insight2 h4{
    font-size: 45px;color: var(--primary-color);font-style: italic;
}.aurezza-insight2 p{
    font-size: 20px;font-style: italic;
}.aurezza-insight2{
    padding-left: 35px;border-left: 3px solid var(--primary-color);;padding-bottom: 35px;padding-top: 35px;
}.fp-box {
    transition: 0.3s ease-in;
}

.fp-box:hover {
    transform: translateY(-15px);
}

.fp-box:hover img {
    transform: scale(1.5);
}
.floor-plan-img {
    padding: 10px;
    background: #fff;
    /* border-radius: 20px; */
    overflow: hidden;
    margin-left: 25px;
    margin-right: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.floor-plan-img img {
    filter: blur(5px);
    height: 400px;
    transition: 0.3s ease-in;
}
.call-btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 25px;
    background: var(--primary-color);
    border-radius: 50px;
    color: #fff;
    width: max-content;
    font-weight: 600;
    text-align: center;
}

.floor-plan-text {
    padding-bottom: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--primary-color);
    border-radius: 0 0 15px 15px;
    padding-top: 25px;
    color: #fff;text-align: center;
}

.floor-plan::before {
   content: '';
    position: absolute;
    background: linear-gradient(158deg, rgb(255 255 255) 0, rgb(255 255 255) 50%, var(--primary-color) 50%, var(--primary-color) 100%) !important;
    width: 100%;
    height: 100%;
    bottom: -1px;
    left: 0;
}
.floor-plan-text h3{
       display: inline-block;
    margin-bottom: 0;
    padding: 6px 22px;
    background: #f2ece4;
    color: var(--primary-color);
}.glow-button {
    --blue: #51504F;
    --blue-glow: rgba(255, 255, 255, 0.87);
    background: linear-gradient(to right, #51504F, #51504F);
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 28px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 75px;
    z-index: 999;

    /* Initial box-shadow setup */
    box-shadow: 0 0 0 1px rgb(255, 255, 255), 0 8px 24px rgb(230, 230, 230), inset 0 1px 0 rgba(255, 255, 255, 0.35);

    /* Animation applied to the box-shadow (glow) */
    animation: glow-animation 1.5s ease-in-out infinite;
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
        animation-name: trin;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.glow-button:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.6),
        0 12px 32px rgba(255, 255, 255, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

@keyframes trin {

    0% {

        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);

    }

}.visit-form {
    position: fixed;
    z-index: 9999;
    bottom: 120px;
    right: 75px;
    background: var(--black);
    /* background: #fff; */
    padding: 35px;
    border-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-width: 450px;
    border-bottom: 5px solid var(--primary-color);
    transition: 0.3s ease-in-out;    display: none;
}

.visit-form h2 {
    font-size: 25px;
    color: var(--primary-color);
}

.visit-form form label {
    color:#cccccc;
}

.visit-form form label span {
    color: rgb(255 91 91);
}

.visit-form form input,
.visit-form form select {
    height: 50px;
    border-radius: 0;
    background-color:transparent;border: 1px solid #cccccc;color: #fff;
}

.visit-form form input:focus,
.visit-form form select:focus {
    border: 1px solid var(--primary-color);
    background-color: transparent;
    box-shadow: none;
}.visit-form form input::placeholder{
    color: #cccccc;
}
.visit-form form select option{
    background: var(--black);
}
.whatsapp-btn {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    background: #25D366;
    padding: 10px 25px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    margin-top: 10px;
}

.visit-form form .btn {
    padding: 12px 29px 12px 29px;
    /* background: linear-gradient(0deg, rgba(189, 131, 42, 1) 0%, rgba(219, 177, 62, 1) 100%); */
    /* background: var(--primary-color); */
    background: #fff;
    color: var(--black);
    font-weight: 600;border-radius: 0;
}
  #floatingForm.show {
    display: block;
  }
.visit-form.hidden {
    opacity: 0;
    visibility: hidden;
}
.modal-form-img {
    background: url("../images/65696568-0-pexels-pixabay-46231.jpg")no-repeat center;
    background-size: cover;
}

.modal-body {
    padding: 0;
}

.modal-form .btn-close {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 45px;
    width: 45px;
    background-color: #ffffff;
    color: #fff;
    text-shadow: none;
    opacity: 0.8;
    filter: invert(1);
    border-radius: 0;
}

.modal-form {
    padding: 30px;
}

.modal-title {
    font-size: 35px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.modal-form form input,
.modal-form form textarea {
    height: 46px;
    border-radius: 0;
}

.modal-form form input.form-check-input {
    height: 1em;
}



.form-check-label {
    font-size: 12px;
}

.form-check-input:checked {
    background-color: #00A8CC;
    border-color: #00A8CC;
}.modal-backdrop{
    z-index: 9999;
}.modal {
    z-index: 99999;
}