body {
  background-color: rgb(20, 8, 61);
}

.container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dot {
  height: 25px;
  width: 25px;
  background-color: white;
  border-radius: 50%;
}

.dot2 {
  height: 50px;
  width: 50px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.i-dot {
    border-radius: 50%;
    background-color:rgb(20, 8, 61);
    width: 50%;
    height: 50%;
}

.dot3 {
  height: 25px;
  width: 25px;
  background-color: rgb(20, 8, 61);
  border-radius: 50%;
  display: inline-block;
  margin-left: 30px;
  margin-top: 30px;
}

.heading {

  margin-left: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
  display: flex;
}

.hollow_circle {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background: #cccccc;
}

.open {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 30px;
  margin-left: 4px;
}

.dine {
  font-family: "Merriweather", serif;
  color: white;
  margin-top: 20px;
  margin-left: 50px;
  font-size: 35px;
}

.para {
  color: white;
  margin-top:6px;
  margin-left: 50px;
  font-family: "Nunito", sans-serif;
  font-size: 25px;
}

.btn {
  margin-left: 50px;
  height: 70px;
  width: 500px;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 25px;
  border-radius: 7px;
  margin-top: 15px;
}

.image {
  width: 46%;
  margin-top: 10px;
  height: 300px;
}


.imgs{
  width:200px;
}