@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: Luxia;
    src: url(https://propstory.in/fonts/Luxia-Display.otf);
  }

.bg_dark{
    background-color: #000;
}
.gray_bg{
    background: #f1f0f0;
}
a{
    text-decoration: none !important;
}
body{
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif !important;
}

/* Navbar */
.navbar-brand {
    width: 15% !important;
    text-align: center;
    margin: 0 !important;
}
.navbar-brand img{
    border-radius: 1rem;
    width: 80%;
    margin: 0 auto;
}

.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.5em 2rem !important;
}
#carouselExampleIndicators{
    margin-top: 6rem;
}
.section_padding{
    padding: 4rem 0;
}
.Heading_tag{
    font-size: 2.2rem;
    padding: 1.5rem 0;
    font-family: Luxia;
}
.specificationList li{
    padding-bottom: 1rem;
}
.accordion-header button{
    font-family: luxia !important;
}
.accordion-button:focus{
    box-shadow: none;
    outline: none;
}
.accordion-item{
    border: 0;
}
.accordion-button{
    background: #f3f3f3;
    margin: 0.6rem 0;
}
#accordionExample i{
    color: black;
}
.walkthrough{
    background-image: url(https://cdn.propstory.com/magicpages/NAME/16iwl4kl6ilxlmqubrWhatsApp%20Image%202024-06-19%20at%2014.56.46_94fb1f97.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 70vh;
}
.video-main {
    position: absolute;
    margin-top: 16%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .video {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #000000;
    color: #fff;
    display: inline-block;
    z-index: 999;
  }
  
  @keyframes waves {
    0% {
      -webkit-transform: scale(0.2, 0.2);
      transform: scale(0.2, 0.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
  }
  
  .fa-play:before {
    content: "\f04b";
  }
  
  .waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
     -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
  }
          
  .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  
  .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .module {
    background-image: url('https://cdn.propstory.com/magicpages/NAME/16iwl4kl6ilxlnbxp6conf-bg.jpg');
    background-size: cover;
    width: 400px;
    height: 300px;
    margin: 10px;
    position: relative;
    float: left;
  }
  .module p{
    padding-left: 2rem;
    font-size: 1.5rem;
    padding-top: 3rem;
  }
  .module i{
    font-size: 3.5rem;
  }
  .outer {
    width: 2px;
    height: 18rem;
    /* margin: auto; */
    position: relative;
    overflow: hidden;
    top: -2rem;
    left: 2%;
  }
  .inner {
    position: absolute;
    width:100%;
    height: 40%;
    background: rgb(255, 132, 0);
    box-shadow: 0px 0px 30px 20px rgb(255, 108, 3);
  }
  .qrcode{
    width: 60%;
  }
  .margin-side{
    margin-left: 8rem;
  }
  .nav-pills{
    justify-content: center;
  }
  .nav-pills button{
    background-color: orange !important;
    margin: 0 0.5rem;
    color: #fff;
  }
  .nav-pills button:hover{
    color: #000;
  }
  .tab-content img{
    cursor: crosshair;
  }
  .zoom {
    overflow: hidden;
    padding: 0;
    border-radius: 0.3rem;
  }

  .zoom img {
    transition-duration: 4s;
    margin: 0 auto;
    /* margin: 1rem; */
    display: block;
  }

  .zoom img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
  }
  .modal-header {
    border: 0;
  }
  .modal-header img{
    margin: 0 auto;
    transform: translateX(-3%);
    width: 30% !important;
  }
.btn-close{
    position: absolute;
    right: 1rem;
    filter: invert(1);
    top: 1rem;
}
.success_msg,
.error_msg {
  display: none;
  text-align: center;
}
input[type=text], input[type=tel] {
    width: 100%;
    height: 54px;
    border-radius: 1rem;
    border: 1px solid #eee;
    padding: 0 20px;
}
.form-group{
    margin-bottom: 1rem;
}
.submit_button{
    background-color: #fff;
    border-radius: 1rem;
    color: #000 !important;
}
.modal-content1{
    background-image: url(https://cdn.propstory.com/magicpages/NAME/16iwl4kl6ilxmteyp4Overlay-Image-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.footer_form{
    background-color:#000000;
    border-top: 2px solid #fff;
  }


  @media (min-width:919px) and (max-width:1024px){
    .margin-side{
        margin-left: 4rem;
      }
      .module{
        width: 300px;
      }
      .qrcode{
        width: 60%;
      }
  }
  
@media screen and (max-width: 768px) {
    .footer_form{
        display: none;
      }
       
    .navbar-brand img {
        width: 100px;
    }

    .navbar-brand {
        margin-right: 0;
        padding: 0 1em;
    }
    #carouselExampleIndicators{
        margin-top: 4.2rem !important;
    }
    .margin-side{
        margin-left: 0rem;
      }
      .outer {
        width: 2px;
        height: 8rem;
        /* margin: auto; */
        position: relative;
        overflow: hidden;
        top: -2rem;
        left: 2%;
      }

}