/* .banner {
    background-image: url(/img/intro\ page.png);
    background-size: cover;
    padding: 270px 0;
} */
body,html{
    overflow-x:hidden!important;
}

.video {
  position: relative;
  width: 100%;
  height: 50vh;        
  overflow: hidden;
}

.backvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;       
  object-fit: cover;   
  z-index: -1;
}

.wobg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50vw;         
  max-width: 700px;    
  height: auto;
}


.logo-img {
  width: 100%;
  max-width: 600px;
  height: auto;
}


.map-container {
  width: 100%;         
  max-width: 600px;
  height: 35vh;      
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.whatsapp {
  position: fixed;
  top: 50%;                    
  right: 2%;                  
  transform: translateY(-50%);
  z-index: 99999;
}

.whatsapp-icon {
  width: 8vw;                  
  max-width: 60px;             
  min-width: 40px;             
  height: auto;
  display: block;
}



@media (max-width: 767px) {
  .video {
    height: 30vh;             
  }

  .wobg {
    width: 60vw;              
    max-width: 300px;
  }

  .map-container {
    height: 25vh; 
    max-width: 100%;
  }

  .logo-img {
    max-width: 250px;
  }
}

