body{
  margin: 0;
}
.hero-banner{
  background-image: url('./assets/images/cityscape.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  height: calc(100vh - 42px); /* prevent scroll */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.main-section{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.logo-section{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.is-now{
  color: #7B7B7B;
  font-family: sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.reedirection{
  color: #5B5B5B;
font-family: sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-top: 40px;
}
.indiabulls-green{
  color: #00AA4E;
  font-family: sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.not-redirection{
  color: #000;
  font-family: sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 40px;
}
.telephone{
  color: #FFF;
font-family: sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin: 0;
}
.mail{
  color: #FFF;
font-family: sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin: 0;     
}
.green-footer{
  background: #00AA4E;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 14px;
  gap: 5px;
  position: fixed;  
  bottom: 0;        
  left: 0;
}
.whitle-vertical {
  width: 1px;                
  height: 14px;              
  background-color: #FFFFFF; 
  margin: 0 12px;        
}
.seconds{
  color: #AA3900;
  font-family: sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .telephone{
    color: #FFF;
  font-family: sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  }
  .mail{
    color: #FFF;
  font-family: sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;     
  }  
  .logo-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-direction: column;
  }
}
