* {
  margin: 0px;
  padding: 0px;
}
body {
  background-color: #3a0000 !important;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  /* margin-right: calc(-1 * var(--bs-gutter-x)) !important; */
  margin-left: calc(-1 * var(--bs-gutter-x)) !important;
}
.navbar-togglers button {
  background-color: #fff;
}
.signup a {
  background-color: #fffb03;
  border-radius: 10px;
  height: 40px;
  color: black;
  font-size: 18px;
}
.video-container {
  position: relative;
}
.live-container {
  position: absolute;
  top: 0;
  background-color: #524c49ad;
  height: 24px;
}
.video-container video {
  border-radius: 8px;
  border: 1px dotted #fff;
  width: 100%;
  height: 550px;
  cursor: pointer;
}

.circle {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #82ea28;
}
.social-container {
  background-color: #1f0000;
  border-radius: 10px;
}
.social a {
  text-decoration: none;
}
.social .facebook {
  background-color: #1873eb;
  border-radius: 10px;
}
.social .facebook p {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
}

.social .instagram {
  background-color: #f60b5a;
  border-radius: 10px;
}
.social .instagram p {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
}

.social .whatsapp {
  background-color: #48c357;
  border-radius: 10px;
}
.social .whatsapp p {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
}

.social .twitter {
  background-color: #1cc4f7;
  border-radius: 10px;
}
.social .twitter p {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
}

.video-container button {
  width: 180px;
  height: 60px;
  background: linear-gradient(90deg, rgba(230, 227, 11, 0.9641106442577031) 0%, rgba(52, 255, 0, 0.9585084033613446) 33%, rgba(3, 224, 184, 1) 92%);
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  border: 0;
}

.img-container p {
  display: flex;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  border-bottom: 2px solid #ffffff;
  font-weight: bold;
}
.gallary-img img {
  width: 210px;
  height: 200px;
}
.about b {
  color: #82ea28;
}
.about p {
  color: #fff;
  padding: 0 5px;
}
