

.mobile-navbar {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.mobile-navbar {
    display: none !important;
}

.mobile-navbar .mobile-developer-logo {
    width: auto;
    height: 47px;
}

.mobile-navbar .mobile-col-2 .menubar-box {
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 57px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: Nephilm;
    letter-spacing: 8px;
    font-size: 17px;
    margin-right: 24px;
}
.mobile-navbar .mobile-col-2 .menubar-box p {
    border-top: 1px solid #a16e20;
    border-bottom: 1px solid #a16e20;
    color: #a16e20;
    font-size: 16px;
}
.menubar-box p {
    border-top: 1px solid #ffffff;
    width: 100%;
    display: inline;
    text-align: center;
    padding-left: 10px;
    padding-top: 5px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 5px;
    color: #ffffff;
}
.slider-container.p-0 {
    padding: 15px !important;
    background-color: #b25d2e;
    overflow: hidden;
    margin-top:20px;
}
.slider-container .row-custom {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
}
.slider-container .row-custom .customc-col-1 {
    width: 70%;
    position: relative;
}
.menubar-box {
    text-align: center;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    line-height: 57px;
    margin-bottom: 20px;
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    left: 5%;
    text-transform: uppercase;
    font-family: Nephilm;
    letter-spacing: 11px;
    font-size: 19px;
    z-index: 9;
}
.menubar-box p {
    border-top: 1px solid #ffffff;
    width: 100%;
    display: inline;
    text-align: center;
    padding-left: 10px;
    padding-top: 5px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 5px;
    color: #ffffff;
}
.banner-img-box {
    height: 96vh;
    overflow: hidden;
    position: relative;
}
.banner-img-box .mobile-banner-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.carousel-item{
    transition: transform .6s ease-in-out;
}
.custom-controll-box {
    position: absolute;
    bottom: 50px;
    right: 72px;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0 25px;
}
.custom-controll-box a.carousel-control-prev, a.carousel-control-next {
    position: unset;
    height: 40px;
    border-radius: 50%;
    width: 40px;
    background-color: #fff;
    color: #000;
    opacity: 1 !important;
}
.custom-controll-box span.carousel-control-prev-icon, .custom-controll-box span.carousel-control-next-icon {
    filter: brightness(0);
    width: 10px;
    height: 10px;
}
.banner-img-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 37%;
    background-image: linear-gradient(180deg, #ffffff00, #000000a1);
}
.slider-heading-mobile {
    display: none;
}
.slider-container .row-custom .customc-col-2 {
    width: 30%;
    display: block;
    padding-top: 120px;
    background:#b25d2e;
}
.slider-top-right-content {
    height: 70vh;
    display: grid;
    padding-left: 15px;
    justify-content: center;
    text-align: center;
}
.developer-logo-img {
    margin: 0px auto;
    display: block;
    width: auto;
    height: 70px;
    margin-top: 10px;
    position: relative;
    right: 15px;
}
.slider-top-right-content .slider-heading {
    font-size: 30px;
    font-family: Nephilm;
    line-height: 32px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 3px;
    color:#fff;
}
.starting-price-heading {
    font-size: 16px;
    display: grid;
    font-family: Nephilm;
    letter-spacing: - 0.8px;
    text-align: center;
    height: 29px;
    margin-bottom: 30px;
}
.starting-price-heading span {
    font-size: 36px;
    font-weight:600;
    color: #fff;
}
.slider-top-right-content .btn-custom{
    background-color: #b55f31;
    position: relative;
    width: 244px;
    height: 45px;
    padding: 2px;
    border-radius: 12px;
    border: none;
    overflow: hidden;
}
.slider-top-right-content .btn-custom::before {
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: conic-gradient(from 40deg at 50% 50%, rgba(255, 255, 255, 0) 43%, #fffaf7 100%);
    animation: rotateAndScaleAnimation 3s linear infinite;
}


.slider-top-right-content .btn-custom .enquireNowBtn {
    max-width: 255px;
    background: #1f1d1d;
    text-align: center;
    color: #FFF;
    border-radius: 12px;
    font-size: 15px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 8px 16px;
    z-index: 9;
    position: relative;
}



.fixed-menu-bg-white {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 999;
    display: none;
    padding: 5px 100px 5px 50px;
}
.fixed-menu-bg-white .navbar-flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.fixed-menu-bg-white .navbar-col-box {
    width: 50%;
}
.developer-logo-img {
    margin: 0px auto;
    display: block;
    width: auto;
    height: 70px;
    margin-top: 10px;
    position: relative;
    right: 15px;
}
.fixed-menu-bg-white .navbar-col-box {
    width: 50%;
}
.fixed-menu-bg-white .menubar-box {
    margin: unset;
    margin-left: auto;
    position: unset;
    font-size: 18px;
}
.menubar-box {
    text-align: center;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    line-height: 57px;
    margin-bottom: 20px;
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    left: 5%;
    text-transform: uppercase;
    font-family: Nephilm;
    letter-spacing: 11px;
    font-size: 19px;
    z-index: 9;
}
.menubar-box p {
    border-top: 1px solid #ffffff;
    width: 100%;
    display: inline;
    text-align: center;
    padding-left: 10px;
    padding-top: 5px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 5px;
    color: #ffffff;
}
.navbar-menu-li {
    position: fixed;
    background-color: #ffffffed;
    padding: 17px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 99;
    transition: all 0.5s linear;
    transform: translate(-100%, 0%);
    visibility: hidden;
    z-index: -1;
    height: 100%;
    width: 40%;
    display: grid;
    align-items: center;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
}
.navbar-menu-li ul {
    display: grid;
    align-items: center;
    gap: 36px 28px;
    list-style: none;
    padding-left: 100px;
}
.navbar-menu-li li a {
    color: #000;
    letter-spacing: 0.5px;
    font-size: 18px;
    text-transform: uppercase;
}
.navbar-menu-li .nav-inside-img {
    width: auto;
    height: 70px;
    margin-left: auto;
    position: absolute;
    left: 60px;
    top: 30%;
}
.navbar-menu-li button.close {
    position: absolute;
    top: 60px;
    right: 89px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #a16e20;
    opacity: 1;
    color: #ffffff;
    font-weight: 100;
    font-size: 20px;
}





/*///////*/


@media (max-width: 1600px) {
    .navbar-menu-li ul {
        gap: 25px 28px;
        padding-left: 45px;
    }
        .navbar-menu-li li a {
        font-size: 23px;
        font-family: "Nephilm";
        letter-spacing: 2px;
    }
    .navbar-menu-li .nav-inside-img {
        width: auto;
        height: 92px;
    }
}

@media (max-width: 1366px) {
    .slider-container .type-heading {
        font-size: 20px;
        margin-bottom:-20px;
    }
    .starting-price-heading {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .mobile-navbar {
        display: flex !important;
    }
        .slider-container.p-0 {
        padding: 0px !important;
        margin-top:35px;
    }
        .slider-container .row-custom {
        display: block;
    }
    .slider-container .row-custom .customc-col-1 {
        width: 100%;
    }
    .slider-container .row-custom .customc-col-1 .menubar-box {
        display: none;
    }
        .banner-img-box {
        height: unset;
    }
     #banner-carousel .mobile-banner-img {
        height: 390px;
        object-fit: cover;
    }
        .custom-controll-box {
        position: absolute;
        bottom: 10px;
        right: 40%;
    }
        .custom-controll-box a.carousel-control-prev, a.carousel-control-next {
        height: 30px;
        width: 30px;
        background: #ffffff8f;
    }
    .slider-heading-mobile {
        display: block;
        position: absolute;
        bottom: 21px;
        color: #fff;
        font-family: "Nephilm";
        letter-spacing: 3px;
        text-align: center;
        width: 100%;
        font-size: 19px;
    }
    .slider-container .row-custom .customc-col-2 {
        width: 100%;
        display: block;
        padding-top: 10px;
    }
    .slider-top-right-content {
        height: auto;
        display: block;
        padding-left: 0px;
        padding-top: 10px;
    }
    .developer-logo-img {
        height: 45px !important;
        margin-bottom: 0px !important;
    }
        .slider-top-right-content .slider-heading {
        font-size: 19px;
        line-height: 35px;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        margin-top: 25px;
        display: none;
        color:#212529;
    }
        .slider-container .type-heading {
        font-size: 19px;
        margin-top: 0px;
        margin-bottom: 0px !important;
        line-height:40px;
        font-weight: 400;
    }
        .starting-price-heading {
        font-size: 15px;
        height: auto;
        margin-bottom: 8px;
    }
        .starting-price-heading span {
        font-size: 30px;
    }
        .slider-top-right-content .btn-custom {
        font-size: 15px;
        letter-spacing: 2px;
        /*width: 85%;*/
        height: 46px;
        margin: 0px auto;
        margin-bottom: 30px;
    }
    .slider-top-right-content h5{
        color:#fff !important;
    }
        .fixed-menu-bg-white {
        padding: 0px;
    }
        .fixed-menu-bg-white .navbar-flex-row {
        padding-left: 20px;
        padding-right: 40px;
    }
        .fixed-menu-bg-white .navbar-col-box {
        width: 30%;
    }
        .developer-logo-img {
        height: 45px !important;
        margin-bottom: 0px !important;
    }
    .fixed-menu-bg-white .navbar-col-box:nth-of-type(2) {
        width: 70%;
    }
        .menubar-box {
        border-radius: 10px;
        width: 50px;
        height: 40px;
        margin: 0 auto;
        line-height: 40px;
        margin-bottom: 0;
    }
        .navbar-menu-li {
        width: 100%;
        z-index: 999;
    }
    .navbar-menu-li.active {
    transform: translate(0%, 0%);
    visibility: visible;
}
    .navbar-menu-li ul {
        padding-left: 15px;
        gap: 20px 28px;
    }
        .navbar-menu-li li a {
        font-size: 17px;
    }
        .navbar-menu-li .nav-inside-img {
        width: auto;
        height: 55px;
        top: 0;
    }
        .navbar-menu-li button.close {
        position: absolute;
        top: 57px;
        right: 34px;
    }
}