* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
}
body{
    width: 100%;
    overflow-x: hidden !important;
}

.text-area {
    background-color: #ffff;
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 50px;
}

.text-area p {
    font-size: 18px;
    line-height: 1.8;
}

.rera {
    width: 15px;
}

footer {
    background: url(assets/ftr-img.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 50px 0 0 0;
}

footer .input-group input {
    width: 500px !important;
    margin: 10px auto;
}

footer .form-control:focus {
    background-color: #808285;
    color: #fff;
}

footer .form-control {
    background-color: #5d5e5f;
    color: #808285;
    border: none;
}

footer .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

footer .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}

footer .btn09 {
    padding: 10px 90px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border: none;
    margin-left: 10px;
    transition: all .5s;
    border-radius: 2px;
    height: 90px;
}

footer .btn09:hover {
    background-color: #959191;
    color: #ffff;
}

/* VIDEO */

.fullscreen-video-background {
    background: #000;
    position: relative;
    width: 100%;
    z-index: -99;
    overflow: hidden;
    height: 90vh;
}

.fullscreen-video-background #_youtube-iframe-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    height: 100%;
}

.fullscreen-video-background #_youtube-iframe-wrapper #_youtube-iframe {
    position: absolute;
    pointer-events: none;
    height: 120vh;
    width: 120vw;
}

/* VIDEO */
/*logo*/
.legand_ashar_logo img {
    width: 100%;
    max-width: 175px;
    top: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

/* .footer-logo p{max-width:175px;width:100%;padding-left:30px;position: absolute;top:20px;left:30px;} */
.footer-logo p {
    text-align: center;
    padding: 50px 0px 30px;
    margin: 0;
}

.footer-logo a {
    text-decoration: none;
    color: #fff;
}

.footer-logo a:hover {
    color: #c88a24;
}

.footer-logo {
    position: relative;
    color: #fff;
}

/*logo*/
.footer_min_form {
    width: fit-content;
    margin: auto;
}

.subscribe_form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 10px;
}

.form-control {
    margin: 10px;
}

.input-column {
    display: flex;
    flex-direction: column;
}

.footer-txt p {
    color: #959191;
    margin: 0;
}

.footer-txt-email a {
    color: #959191;
    text-decoration: none;
}

.footer-txt-email a:hover {
    color: #fff;
}

.scannerwithtext {
    display: flex;
    margin: 0 6rem;
    gap: 50px;
}

.scannerwithtext img {
    width: 100px;
}

.scannerwithtext p {
    color: #fff;
    padding: 5px 0 0;
    font-size: 14px;
    margin: 0;
}

.imgandtxt {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-left: 4rem;
    align-items: end;
}

.mapandtext {
    display: flex;
    gap: 20px;
    align-items: end;
}

.mapandtext p {
    color: #fff;
}

@media only screen and (max-width: 600px) {
    footer .input-group input {
        width: 300px !important;
    }

    .scannerwithtext {
        display: inline;
        margin: 0;
    }

    .imgandtxt {
        margin-left: 0;
    }

    footer .input-group {
        width: 100% !important;
    }

    .input-group-btn {
        margin: 10px auto;
    }

    footer .btn09 {
        margin: 0;
        padding: 0 112px;
        height: 40px;
    }

    footer {
        padding: 50px 0px 10px 0px;
    }

    .footer_min_form {
        width: auto;
    }
}


@media only screen and (max-width:768px) {
    button.btn.btn-danger.interested {
        transform: rotate(0deg) !important;
     padding: 10px 25px !important;
        bottom: 15px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
       
       
    }   
    .imgandtxt {
      
        flex-direction: column !important;
     }
      .imgandtxt div{
        text-align: center !important;
      }
    .modal-dialog{
        margin-top: 40px !important;
    }
    .main1{
       
        height: 100% !important;
        margin-bottom: 20px;
        
        
       
      }
    .legand_ashar_logo img {
        width: 50% !important;
        max-width: 100px !important;
    }

    .text-area-row {
        height: auto;
        display: flex;
    }

    .text-area {
        width: 100%;
        margin: auto;
        padding: 30px 0px;
        text-align: justify;
    }

    .text-area p {
        font-size: 15px;
        line-height: 1.5;
    }

    .subscribe_form {
        display: inline;
    }

    footer .input-group input {
        width: 300px !important;
    }

    .scannerwithtext {
        display: inline;
        margin: 0;
    }

    .imgandtxt {
        margin-left: 0;
    }

    footer .input-group {
        width: 100% !important;
    }

    .input-group-btn {
        margin: 10px auto;
    }

    footer .btn09 {
        margin: 0;
        height: 40px;
    }

    footer {
        padding: 50px 0px 10px 0px;
    }

    .fullscreen-video-background {
        height: 254px;
        width: 100%;
    }

    .fullscreen-video-background {
        height: 254px;
        width: 100%;
    }

    .form09 {
        width: 92%;
        margin: auto !important;
    }
}

.inpgroup {
    width: 100%;
    padding: 10px 0px !important;
}

.modal-header {
    display: block !important;
}

.form-check {
   
    display: flex !important;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
    justify-content: center !important;
}
.modal-content{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
@keyframes blinkShadow {
    0%, 100% { 
      box-shadow: 0 0 10px 3px rgba(200, 138, 36, 0.8); /* Warm Golden Glow */
    }
    50% { 
      box-shadow: 0 0 25px 10px rgba(227, 175, 96, 0.9); /* Deep Shadow Glow */
    }
  }
  
  .blinking-shadow {
    animation: blinkShadow 1.8s infinite ease-in-out;
    background-color: #c88a24; /* Base Color */
    color: white;
    border: none;
    font-weight: bold;
    border-radius: 1px !important;
    width: 200px !important ;
  }
  .input-group{
    justify-content: center !important;
    padding: 5px 0px;
    
  }
  .input-group input{
    border: 1px solid gray;
    background-color: #e4e4e4 !important;
    color: black !important;
  }
  .input-group input::placeholder{
    color: black;
  }
  .main1{
    background-color: white;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    padding:30px 25px ;
    height: 450px;
    
    
   
  }
  .btn09{
    background-color: #c88a24 !important;
  }
  .footer-logo {
    padding: 0px 20px;
}
#pageloader {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
  }
  
  #pageloader img {
    left: 50%;
    width: 100px;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
  }


  @media screen and (min-width: 768px) {
    .fullscreen-video-background {
        height: 100vh !important;
    }
  }

