.countdown div {
  text-align: center;
  margin: 10px;
  width: 100px;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.12);
  border-top: 5px solid var(--bs-primary);
}

.countdown div h3 {
  font-weight: 700;
  font-size: 44px;
  margin-bottom: 15px;
}

.countdown div h4 {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 575px) {
  .countdown div {
    width: 70px;
    padding: 10px 0;
    margin: 10px 8px;
  }
}

@media (max-width: 575px) {
  .countdown div h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .countdown div h4 {
    font-size: 14px;
    font-weight: 500;
  }
}

.carousel-caption.cap-3 {
  top: 40%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-caption.cap-3 {
    top: 44%;
  }
}

@media only screen and (max-width: 769px) {
  .carousel-inner.min-vh-100 {
    height: auto !important;
    min-height: auto !important;
  }
}

@media only screen and (max-width: 769px) {
  .fill.fill-1 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}

@media only screen and (max-width: 769px) {
  .carousel-caption.cap-1 {
    top: 38% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-caption.cap-1 {
    top: 45% !important;
  }
}

@media only screen and (max-width: 769px) {
  .carousel-caption .btn.btn-primary {
    margin-left: 0px !important;
    font-size: 16px !important;
    height: auto !important;
    padding: 4px 20px !important;
  }
}

@media only screen and (max-width: 769px) {
  .carousel-item {
    height: 235px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .carousel-item {
    height: 510px !important;
  }
}

@media only screen and (max-width: 769px) {
  .carousel-caption.cap-m2 {
    /*left: 0;*/
  }
}

@media only screen and (max-width: 769px) {
  .cap-m2 .btn.btn-primary {
    margin-left: 63px !important;
  }
}

@media only screen and (max-width: 769px) {
  .carousel-caption.cap-3 {
    top: 38% !important;
  }
}

@media only screen and (max-width: 769px) {
  .carousel-caption.cap-m4 {
    top: 38% !important;
  }
}

.carousel-caption.cap-m4 {
  top: 40%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-caption.cap-m4 {
    top: 44%;
  }
}

@media only screen and (max-width: 769px) {
  .carousel-caption {
    text-align: center !important;
  }
}

@media only screen and (max-width: 769px) {
  .carousel-inner.min-vh {
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-caption.cap-m2 {
    top: 45%;
  }
}

#navbar_top {
  position: fixed;
  /*top: 0px;*/
  width: 100%;
}

.container {
}

