body, html {
  height: 100%;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.hero {
  background: url('casaodishabackgound2.png') no-repeat center center/cover;
  position: relative;
  height: 100vh;
  color: #000;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
 
  z-index: 1;
}

.container {
  position: relative;
  z-index: 2;
}

.logo img {
  width: 180px;
}

.heading {
  font-size: 2.5rem;
  color: #7b4bb7;
  line-height: 1.2;
}

.subtext {
  font-size: 1.1rem;
  color: #000;
  margin-top: 15px;
}

.live-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 5px;
}

/* Contact info styles */
.contact-info {
  font-size: 1rem;
}

.contact-info i {
  font-size: 1.1rem;
}

.contact-info a:hover {
  color: #7b4bb7;
}

/* Social Icons */
.social-icons a {
  transition: all 0.3s ease;
}

.social-icons a:hover {
  color: #7b4bb7;
  transform: translateY(-3px);
}



/* Responsive Layouts */
@media (max-width: 992px) {
  .heading {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .hero {
    height: auto;
    padding: 60px 0;
  }

  .left-content {
    text-align: center;
  }

  .logo img {
    margin: 0 auto 30px;
    display: block;
  }

  .right-image {
    margin-top: 40px;
  }


}

@media (max-width: 480px) {
  .heading {
    font-size: 1.8rem;
  }

  .subtext {
    font-size: 1rem;
  }

  .contact-info {
    font-size: 0.95rem;
  }
}
  
  .rightimage
  {
    height:700px ;
    width:700px;
  }
  
  
  @media (max-width: 768px)
  {
  	.rightimage
    {
   		height:300px;
    	width:300px
    }
    
  }

  .social-icons a {
    font-size: 1.3rem;
  }

