/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 01-May-2025, 10:28:26 am
    Author     : Bawandarr
*/

* {
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
    margin: 0;
}

html {
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth
}

video {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
    user-select: none !important;
    will-change: auto !important;
}
video:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
    user-select: none !important;
}

video {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
    filter: brightness(100.01%) !important;
}

.video-wrapper {
    display: inline-block;
    overflow: hidden;
}

.video-wrapper video {
    display: block;
    width: 100%;
    height: auto;
    outline: none;
    border: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0); /* Force layer creation */
}

.video-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    box-shadow: inset 0 0 1px rgba(0,0,0,0); /* Mask to suppress edge anti-aliasing */
}

.loader {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999999999;
    overflow-x:hidden;
    background: #fff;
}

.loader img{
    width: 60px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

a {
    text-decoration: none;
    color: inherit
}

a:hover {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

ul {
    list-style-type: none;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

.d-grid {
    display: grid;
}

.owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    background: #ff5b2e ! important;
    border-radius: 100px;
    margin: 0px 3px;
    transition: .5s ease-in-out;
    border: none;
    outline: none;
}

.owl-dots .active {
    width: 13px;
    height: 13px;
    background: #9be0e6 ! important;
    border-radius: 100px;
    transition: .5s ease-in-out;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 12pt
}

h6 {
    font-size: 16px
}

.text-danger {
    font-size: 9pt;
    font-weight: 500;
}

.modal {
    z-index: 99999;
}

.modal-dialog {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) ! important;
}

.text-capitalize {
    text-transform: capitalize
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase;
}

.max-container90 {
    max-width: 90%;
    margin: 0px auto
}

.zindex99999 {
    z-index: 999;
    position: relative
}

.p-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.p-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.p-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.p-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.p-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.p-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.p-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-200 {
    padding-bottom: 200px
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.no-padding-left {
    padding-left: 0px;
}


@font-face {
    font-family: prospec;
    src: url(/assets/fonts/prospec.otf) format("opentype");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: #87b63f;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #87b63f;
}

.desk-view {
    display: block;
}

.mob-view {
    display: none;
}

header{
    border-top: 8px solid #28387f;
    padding: 5px 0px;
    z-index: 99999999;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
    position: fixed;
    top: 0;
    width: 100%;
}

.start-header.scroll-on{
    padding:0px 0;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
    background: #f8f9eb
}

.navbar-nav{
    gap: 30px;
    position: relative
}

.navbar-light .navbar-nav .nav-link{
    font-family: 'montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    transition: .5s;
    padding: 0px 0px;
    padding-bottom: 5px;
}

/* Hover underline effect on menu links */
.navbar-nav .nav-link {
    position: relative;
    text-decoration: none;
    color: #000; /* Apne color ke hisaab se adjust kar sakte ho */
    padding-bottom: 5px;
}

/* Line (pseudo element) */
.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1.5px;
    background-color: #000; /* Line ka color */
    transition: width 0.3s ease;
}

/* On hover: line expands left to right */
.navbar-nav .nav-link:hover::after {
    width: 100%;
}


.logo-head{
    width: 250px;
}

.section-title{
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    font-family: "Yatra One", system-ui;
}

.section-title i{
    font-weight: 700;
    color: #28387f
}

.section-subtitle{
    font-size: 16px;
    color: #888;
    text-align: center;
    margin-bottom: 20px;
}

.contact-btn {
    position: relative;
    overflow: hidden;
    background: #28387f;
    padding: 10px 30px;
    color: #fff;
    border-radius: 100px;
    transition: color 0.5s;
    display: inline-block;
    z-index: 1;
    text-decoration: none;
}

/* Background fill layer */
.contact-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #88b740; /* Hover ka color */
    transition: width 0.5s;
    border-radius: 100px;
    z-index: -1; /* Ye sabse important — background text ke neeche rahe */
}

/* On hover, background fills left to right */
.contact-btn:hover::before {
    width: 100%;
}

/* Text color change on hover */
.contact-btn:hover {
    color: #fff;
}

.top-div{
    gap: 20px;
}

.rera-details{
    display: grid;
    font-size: 10px;
    font-weight: 700;
    font-family: 'montserrat', sans-serif;
}

.rera{
    display: flex;
    gap: 20px;
    align-items: center;
}

.rera .qr{
    width: 60px;
}

.section-1 {
    height: auto; /* Zyada scroll ke liye */
    background: #eee;
    position: relative;
    background: url('../images/banner-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999
}

.banner-tag {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-family: "Yatra One", system-ui;
    padding: 12px 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #88b740; /* Default: green */
    border-radius: 100px;
    transition: color 0.5s;
    z-index: 1;
    text-decoration: none;
}

/* Background fill layer */
.banner-tag::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #28387f; /* Hover color: blue */
    transition: width 0.5s;
    border-radius: 100px;
    z-index: -1;
}

/* On hover, background fills left to right */
.banner-tag:hover::before {
    width: 100%;
}

/* Text color change on hover */
.banner-tag:hover {
    color: #eee;
}


.banner-headline{
    font-family: "Yatra One", system-ui;
    font-size: 55px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block
}

.banner-headline2{
    margin-bottom: 200px;
}

.banner-headline i{
    font-weight: 700;
    color: #28387e;
}

.typewriter-word {
    border-right: 0px solid black;
    white-space: nowrap;
    overflow: hidden;
}

.typewriter-word {
    animation: blink-cursor 0.8s steps(1) infinite;
}

@keyframes blink-cursor {
    0%, 100% {
        border-color: black;
    }
    50% {
        border-color: transparent;
    }
}

.bird{
    position: absolute;
    left: 0;
    width: auto;
}

.barley{
    position: absolute;
    right: 0;
    width: auto;
}

.parallax-img {
    position: absolute;
    will-change: transform;
    pointer-events: none;
}

.img1 {
    top: 150px;
    left: 80px;
    width: 500px;
}

.img2 {
    top: auto;
    bottom: 100px;
    right: 70px;
}

.bg-box {
    position: absolute;
    bottom: -850px;
    left: 50%;
    transform: translateX(-50%);
    width: 2100px;
    height: 1100px;
    background: #2b387d;
    border-top-left-radius: 1200px;
    border-top-right-radius: 1200px;
    z-index: 0;
}

#animatedImage {
    width: 250px;
    display: block;
    margin: 0 auto;
    z-index: 9;
    position: relative;
    border-radius: 10px;
    top: -20px;

    /* New Additions for Smoothness 👇 */
    overflow: hidden; /* Ensure video doesn't overflow */
    will-change: transform;
}

.video-container {
    position: relative;
    width: 100%;
    margin: auto;
}

.video-container video {
    width: 100%;
    display: block;
    cursor: pointer; /* cursor pointer dikhayega ki click kar sakte hain */
}


#customLine {
    display: block;
    /*    margin: 0px auto;*/
    margin-top: 1400px;
    width: 1417px; /* Aap adjust kar sakte hain */
    height: 1302px;
    position: absolute;
    top:0px;
    z-index: 9999999;
}

#customLine path {
    stroke: #00a651;
    stroke-width: 2;
    fill: none;
}

#customLineMob{
    display: none;
}

.about{
    background: #2b387d;
    position: relative;
    z-index: 999
}

.about-point{
    position: relative
}

.about-point ul li{
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.key-pointers{
    background: #f8f9eb;
    position: relative;
    z-index: 999
}

.key-content{
    padding-left: 80px;
}

.key-content ul li{
    display: grid;
    margin-bottom: 15px;
}

.key-content ul li .big-point{
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}

.key-content ul li .small-point{
    font-size: 14px;
}

.site-plan{
    position: relative;
    background: url('../images/site-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}

.site-content{
    position: absolute;
    left: 150px;
}

.site-content ul li{
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 70%;
}

.location-boxes{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.location-boxes .location-box:nth-child(odd){
    background: #2b3b81;
}

.location-boxes .location-box:nth-child(even){
    background: #88b740;
}

.location-boxes2 .location-box:nth-child(even){
    background: #2b3b81;
}

.location-boxes2 .location-box:nth-child(odd){
    background: #88b740;
}

.location-bg1{
    position: absolute;
    opacity: 0.7;
    top: 0px;
    width: 100%;
    right: 0px;
}

.location-bg2{
    position: absolute;
    opacity: 0.3;
    top: 10px;
    height: 100%;
    right: 10px;
}

.location-bg3{
    position: absolute;
    opacity: 0.4;
    top: 10px;
    height: 100%;
    right: 10px;
}

.location-boxes .location-box{
    padding: 60px 40px;
    position: relative;
}

.heading-location{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    z-index: 99;
    position: relative;
}

.location-distance li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    z-index: 99;
    position: relative;

}

.location-distance li span{
    font-size: 13px;
    color: #fff;
}

.location-distance li span:nth-child(2){
    font-weight: 500;
}

.makers{
    background: #f8f9eb;
    position: relative
}

.orion-old-logo{
    width: 80%;
}

.bg-icon{
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
}

.video-section{
    position: relative;
    z-index: 99999
}

.construction-gallery{
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    grid-gap:3px
}
.construction-gallery .construction-item{
    border:0px solid #aaa;
    padding:0px;
    text-align:center;
    font-size:14px;
}
.construction-gallery .construction-item span{
    margin-top:5px;
    display:block
}
.construction-gallery .construction-item a .card img{
    height:350px;
    object-fit:cover
}

.construction-gallery .construction-item a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #354884;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.construction-gallery .construction-item a .card:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font: normal normal normal 26px/1 FontAwesome;
    content: '\f067';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}

.construction-gallery .construction-item a .card:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgb(53 72 132 / 90%);
    content: '';
    transition: 0.4s;
}

.construction-gallery .construction-item a .card:hover:after,
.construction-gallery .construction-item a .card:hover:before {
    opacity: 1;
}

footer{
    background: #f8f8f8;
    border-bottom: 8px solid #28387f;
    position: relative;
    z-index: 999999
}

.footer-logo img{
    width: 250px;
}

.footer-address{
    max-width: 500px;
    margin: 0px auto;
    display: block
}

.footer-address p{
    font-size: 14px;
}

.footer-phone a{
    font-size: 22px;
    font-weight: 500;
    color:#000;
    transition: .5s;
}

.footer-phone a:hover{
    color:#000;
    transition: .5s
}

.footer-social ul{
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.footer-social ul li a i{
    font-size: 18px;
    color: #135eab;
}

.copyright p{
    font-size: 12px;
    font-weight: 500;
    opacity: 90%;
}

#section1 {
    background: #28387f;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

.eleven {
    background: #28387f;
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

#bottom-form form {
    display: block;
    margin-top: 0
}

#bottom-form .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 100%
}

#bottom-form .form-inline .form-control {
    display: inline-block;
    vertical-align: middle
}

#bottom-form {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    position: relative;
    border-radius: 0;
    text-align: center
}

#bottom-form .first-box .h4 {
    color: #fff;
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin: 0;
    margin-right: 5px;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px;
}

#bottom-form .second-box i {
    float: left;
    font-size: 30px;
    margin-right: 5px
}

#bottom-form .form-control {
    border-radius: 100px;
    height: 45px;
    padding: 6px 22px;
    margin-left: 4px;
    background: #22306e;
    color: #fff;
    width: 100%;
    font-family: lato, sans-serif;
    font-size: 14px;
    border: 1px solid rgb(255 255 255/10%);
    margin: 0;
}

#bottom-form .form-control:focus {
    border: 1px solid rgb(255 255 255/20%)
}

#bottom-form .form-control::placeholder {
    color: #eee;
    font-family: 'montserrat', sans-serif;
    font-size: 10px
}

#bottom-form .form-control textarea {
    padding-top: 9px
}

#bottom-form .form-control input {
    background: #0483d0;
    border-top: 1px solid #59ade0;
    border-right: 1px solid #59ade0
}

.bottom-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}

.btn-green{
    background: #86b43f;
    color: #fff;
    font-weight: 500;
    font-family: 'montserrat', sans-serif;
    outline: none;
    border:none;
    border-radius: 100px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .5s;
    height: 44px;
}


.modal-open {
    padding-right: 0px ! important;
}

#myModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: rgb(0 0 0 / 50%);
    opacity: 1 ! important;
    z-index: 99999999;
}

#myModal .modal-body {
    padding: 0;
}

#myModal .modal-dialog {
    background: transparent;
    width: 360px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#myModal .modal-content {
    border: none;
    background-color: transparent;
}

#myModal .form-slider-wrapper label {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
}

#myModal .form-slider-wrapper {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=98);
    opacity: 0.98;
    background-color: #28387f;
    display: block;
    height: auto;
    padding: 20px 30px 30px 30px;
    position: relative;
    width: 360px;
    z-index: 10;
    color: #fff;
    right: 0;
    bottom: 0;
    border-radius: 10px;
}

#myModal .form-slider-wrapper .form-control {
    border-radius: 100px;
    margin-bottom: 10px;
    background: #fff;
}

#myModal .form-slider-wrapper h1 {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 28px;
}

#myModal .form-slider-wrapper h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

#myModal .form-slider-wrapper h3:after {
    display: none;
}

#myModal .form-slider-wrapper hr {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
    margin: 15px 0;
    border-top: 1px solid #fff;
}

#myModal .form-slider-wrapper .btn {
    font-size: 18px;
    padding: 10px;
    width: 100%;
    position: relative;
    background: #87b63f;
    color: #fff;
    margin: 0;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    height: auto;
    transition: .5s;
    border-radius: 100px
}

#myModal .form-slider-wrapper .btn:hover {
    background: #6e9632;
    transition: .5s;
}

#myModal .form-slider-wrapper figure {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
}

#myModal .form-slider-wrapper .custom-radio {
    border: 2px solid #fff;
    padding: 2px 14px;
    text-align: center;
    margin: 0px auto;
    border-radius: 6px;
    margin-bottom: 0px;
}

#myModal .form-slider-wrapper .custom-radio input {
    visibility: hidden;
}

#myModal .form-slider-wrapper .custom-control-label::before {
    left: -20px;
}

#myModal .form-slider-wrapper .custom-control-label::after {
    left: -20px;
}

#myModal .form-slider-wrapper .custom-control-label {
    position: relative;
    margin-left: 10px;
    font-size: 14px;
}

#myModal .form-slider-wrapper .list-inline-item:not(:last-child) {
    margin-right: 5px;
}

.close-btn {
    border-radius: 50px;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    background: #4d92fe;
    color: #fff;
    outline: none;
    position: absolute;
    right: -20px;
    top: -20px;
    line-height: 0;
    cursor: pointer;
}

@media (min-width: 1600px) and (max-width: 1920px) {
    .banner-tag{
        font-size: 20px;
        margin-top: 50px;
    }
    .banner-headline{
        font-size: 70px;
    }
    .banner-headline2{
        font-size: 20px;
        margin-bottom: 210px;
    }
    .section-1 .section-subtitle{
        font-size: 18px;
    }
    .section-1 {
        padding-top: 150px;
    }
    .bg-box{
        bottom: -1200px;
        width: 3000px;
        height: 1500px;
        border-top-left-radius: 1800px;
        border-top-right-radius: 1800px;
    }
    .barley{
        top: auto;
        bottom: 140px;
        right: 50px;
    }
    .bird{
        left: 50px;
        top: auto;
        bottom: 60px;
        width: 600px;
    }
    #animatedImage{
        width: 350px;
    }
    #customLine {
        display: block;
        /*        margin: 0px auto;*/
        margin-top: 1738px;
        width: 100%; /* Aap adjust kar sakte hain */
        height: 1302px;
        position: absolute;
        top:0px;
        z-index: 9999999;
    }
}

@media screen and (max-width: 767px) {
    .desk-view{
        display: none;
    }
    .mob-view{
        display: block;
    }
    #audioToggleIcon{
        display: none;
    }
    .section-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .section-title {
        font-size: 24px;
    }
    .navbar{
        padding: 0px;
    }
    .section-1 .section-subtitle{
        color: #fff !important;
        top: -10px ! important;
        margin-top: 65%;
        display: block;
    }
    .section-1{
        margin-bottom: 0px;
        padding-bottom: 0px;
        overflow: hidden;
        position: relative;
        z-index: 99999999;
        height: auto;
    }
    .bg-box {
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        width: 170%;
        height: 40%;
        background: #28387f;
        border-top-left-radius: 800px;
        border-top-right-radius: 800px;
        z-index: 0;
    }
    #animatedImage{
        top: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        width: 300px;
    }
    .banner-tag{
        margin-top: 70px;
        margin-bottom: 20px;
        font-size: 18px;
    }
    .banner-headline{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .banner-headline2{
        font-size: 16px;
        margin-bottom: 120px;
    }
    .bird{
        width: 220px;
        top: auto;
        bottom: 35%;
        left: 15px;
    }
    .barley{
        width: 180px;
        bottom: 35%;
        top: auto;
        right: 0px;
    }

    #customLine{
        display: none;
    }

    #customLineMob {
        display: block;
        /*    margin: 0px auto;*/
        margin-top: 890px;
        width: 100%; /* Aap adjust kar sakte hain */
        height: 1829px;
        position: absolute;
        top:0px;
        z-index: 9999999;
    }

    #customLineMob path {
        stroke: #00a651;
        stroke-width: 1;
        fill: none;
        opacity: 30%;
    }

    .key-content ul li{
        width: 90%;
    }

    .about{
        z-index: 0;
        position: static
    }
    .about .section-title{
        font-size: 28px;
        position: relative;
        z-index: 9999999;
        /*        background: #28387f;*/
    }
    .about .about-point{
        margin-top: 0px;
    }
    .about .about-point ul li{
        position: relative;
        z-index: 9999999;
        /*        background: #28387f;*/
        margin: 15px 0px;
        padding: 15px 0px;
        width: 90%;
    }
    .about .about-point ul li:last-child{
        padding-bottom: 0px;
    }
    .about .about-img{
        position: relative;
        /*        z-index: 9999999;*/
    }
    .key-pointers {
        position: static;
        z-index: 0
    }
    .key-pointers .squirrel-img{
        position: relative;
        /*        z-index: 9999999;*/
    }
    .navbar-light .navbar-toggler{
        border:none;
        outline: none;
    }
    .side-menu {
        position: fixed;
        top: 0;
        right: -250px; /* Hide initially */
        width: 250px;
        height: 100%;
        background: #fff;
        box-shadow: -2px 0 5px rgba(0,0,0,0.3);
        z-index: 1050;
        transition: right 0.3s ease;
        padding: 0px;
    }

    .navbar-light .navbar-nav .nav-link{
        padding: 10px 15px;
    }

    .side-menu.open {
        right: 0;
    }

    .side-menu .close-btn {
        background: none;
        border: none;
        font-size: 30px;
        position: absolute;
        top: 15px;
        right: 15px;
        color: #000
    }

    .side-menu ul {
        padding-left: 0;
        margin-top: 60px;
        list-style: none;
    }

    .side-menu .nav-item {
        margin-bottom: 0px;
    }
    .contact-btn{
        display: none;
    }
    #aboutLine{
        display: none;
    }
    .site-content {
        position: absolute;
        left: 15px;
    }
    .site-content ul li {
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 13px;
        width: 100%;
    }
    .key-content{
        padding-left: 0px;
    }
    .location-boxes .location-box{
        padding: 40px 40px;
    }
    .location-boxes {
        grid-template-columns: 1fr;
    }
    .location-boxes2 .location-box:nth-child(odd){
        background: #2b3b81;
    }

    .location-boxes2 .location-box:nth-child(even){
        background: #88b740;
    }

    .location-bg3 {
        opacity: 0.2;
        mix-blend-mode: darken;
    }

    .construction-gallery {
        grid-template-columns: 1fr 1fr;
    }

    .construction-gallery .construction-item a .card img {
        height: 200px;
        object-fit: cover;
    }
    .bottom-form-grid {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    #bottom-form .first-box {
        width: 100% !important
    }

    #bottom-form .first-box .h4 {
        text-align: center;
        float: none
    }

    #bottom-form .form-inline .form-group {
        width: 100%;
        margin-bottom: 0px
    }

    #section1 {
        display: none;
        z-index: 9999999999;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

    #bottom-form .close-btn {
        right: 0;
        left: 0;
        top: -20px;
        margin: 0 auto
    }
    
    footer{
        padding-bottom: 80px ! important;
    }

    .form-slider-wrapper {
        width: 100%
    }

    .footer-btn {
        background: #565469;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9999999;
        padding: 0
    }

    header{
        padding: 10px 0px;
        position: fixed;
        z-index: 999999999;
    }

    .navbar-brand{
        margin-right: 0px;
    }

    .logo-head {
        width: 150px;
    }

    .rera{
        gap: 5px;
    }
    .rera-details{
        font-size: 8px;
    }
    .rera .qr {
        width: 50px;
    }
}

@media screen and (max-width: 440px) {
    #customLineMob {
        display: block;
        /*    margin: 0px auto;*/
        margin-top: 890px;
        width: 100%; /* Aap adjust kar sakte hain */
        height: 1800px;
        position: absolute;
        top:0px;
        z-index: 9999999;
    }
}

@media screen and (max-width: 435px) {
    #customLineMob {
        display: block;
        /*    margin: 0px auto;*/
        margin-top: 915px;
        width: 100%; /* Aap adjust kar sakte hain */
        height: 1850px;
        position: absolute;
        top:0px;
        z-index: 9999999;
    }
}

@media screen and (max-width: 420px) {
    #customLineMob {
        display: block;
        /*    margin: 0px auto;*/
        margin-top: 840px;
        width: 100%; /* Aap adjust kar sakte hain */
        height: 1760px;
        position: absolute;
        top:0px;
        z-index: 9999999;
    }
}

@media screen and (max-width: 415px) {
    .section-1{
        height: auto;
    }
    .bg-box{
        height: 50%;
        bottom: -150px;
    }
    #customLineMob {
        display: block;
        /*    margin: 0px auto;*/
        margin-top: 870px;
        width: 100%; /* Aap adjust kar sakte hain */
        height: 1820px;
        position: absolute;
        top:0px;
        z-index: 9999999;
    }
}

@media screen and (max-width: 395px) {
    #customLineMob {
        display: block;
        /*    margin: 0px auto;*/
        margin-top: 820px;
        width: 100%; /* Aap adjust kar sakte hain */
        height: 1760px;
        position: absolute;
        top:0px;
        z-index: 9999999;
    }
}


@media screen and (max-width: 380px) {
    .banner-tag{
        margin-top: 0px;
    }
    .bg-box {
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        width: 150%;
        height: 45%;
        background: #28387f;
        border-top-left-radius: 800px;
        border-top-right-radius: 800px;
        z-index: 0;
    }
    #animatedImage{
        top: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        width: 300px;
    }
    .section-1 .section-subtitle{
        margin-top: 40%;
    }
    .bird{
        width: 150px;
    }
    .barley{
        width: 130px;
    }
    #customLineMob {
        display: block;
        /*    margin: 0px auto;*/
        margin-top: 670px;
        width: 100%; /* Aap adjust kar sakte hain */
        height: 1760px;
        position: absolute;
        top:0px;
        z-index: 9999999;
    }
}

@media screen and (max-width: 365px) {
    #customLineMob {
        display: block;
        /*    margin: 0px auto;*/
        margin-top: 630px;
        width: 100%; /* Aap adjust kar sakte hain */
        height: 1760px;
        position: absolute;
        top:0px;
        z-index: 9999999;
    }
}

@media screen and (max-width: 350px) {
    #customLineMob {
        display: block;
        /*    margin: 0px auto;*/
        margin-top: 600px;
        width: 100%; /* Aap adjust kar sakte hain */
        height: 1790px;
        position: absolute;
        top:0px;
        z-index: 9999999;
    }
}
