#slider {
  position: relative;
  width: 100%;
  height: 80vh;/* Adjust height as needed */
  overflow: hidden;
  top:-80;
}

#background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#heading1 {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 5em;
  z-index: 1;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: black;
}

#heading2 {
  position: absolute;
  top: 30;
  right: 40;
  z-index: 1;
}

#dot {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.dot {
  background-color: #fff; /* Adjust dot styles as needed */
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}

/* Additional CSS styles as needed */


/* Float four columns side by side */
.column {
  float: left;
  margin-left: 10px;
  width: 47%;

}

/* Remove extra left and right margins, due to padding in columns */
.row {}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the counter cards */
.card {
  padding: 0px;
  text-align: center;
}

/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 576px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  
  .img{
	  width:250px:
	  height:auto;
	  
 
}
 .heading2 .img {
        height: 150px; /* Further reduce height for even smaller screens */
        width: 200px; /* Further reduce width for even smaller screens */
    }
#heading1 {
  position: absolute;
  top: 90%;
  left: 48%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 4em;
  z-index: 1;
}

}