/* * {
  border: 1px hotpink solid !important;
} */

/* fs-3 = font-size: 1.75rem; */

/* Mobile */
@media (max-width: 576px) {
  .carousel-caption p {
    font-size: 30px;
  }

  .carousel-inner img {
    height: 400px;
  }

  .complaint img {
    object-position: 50% !important;
  }

  .contactus-title {
    font-size: 4rem !important;
    text-wrap: nowrap;
    color: #eeeded !important;
  }

  #big-map {
    display: none !important;
  }

  .contacts .bg-white {
    width: 100% !important;
    padding: 5% !important;
  }

  .contacts p,
  .contacts a {
    font-size: 1.2rem !important;
  }

  .contacts .container {
    width: 100% !important;
  }

}

@media (min-width: 576px) {
  #small-map {
    display: none !important;
  }
}

/* Tablet */
@media (max-width: 820px) {
  .mrp-funding-data {
    font-size: 4.5rem !important;
  }

  #small-map {
    display: block !important;
  }

  #big-map {
    display: none !important;
  }

  .contacts .bg-white {
    width: 100% !important;
  }
}

body,
html {
  overflow-x: hidden !important;
}

[data-aos="fade-right"] {
  transition-property: transform, opacity;
  transition-timing-function: ease-out;
  transition-duration: 1s;
  opacity: 0;
  transform: translate3d(100px, 0, 0);
}

[data-aos="fade-right"].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.carousel-inner img {
  height: 92vh !important;
  object-fit: cover;
  object-position: center;
}

.carousel-indicators .dot {
  width: 12px !important; /* Adjust the size of the dots */
  height: 12px !important;
  border-radius: 50% !important; /* Makes the buttons circular */
  background-color: #d9d9d9 !important; /* Color of the dots */
  margin: 0 5.5px !important; /* Adjust the spacing between the dots */
}

.carousel-indicators .dot.active {
  background-color: rgba(0, 0, 0, 0.9); /* Color of the active dot */
}

.carousel-caption {
  z-index: 2;
}

.carousel-caption p {
  color: #ff0;
  text-align: right;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.75);
  font-size: 68px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contactus-button {
  background: rgba(80, 0, 0);
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
}

.contactus-button:hover {
  filter: brightness(120%);
}

.contactus-button:active {
  filter: brightness(90%);
}

.report-title {
  color: #b9b9b9;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.report-data {
  color: #151313;
  text-align: center;
  font-size: 128px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.complaint img {
  height: 400px;
  object-fit: cover;
  object-position: 0% 60%;
}

.complaint .contact {
  background: #eeeded;
}

.contact .row {
  padding-left: 7vw;
  padding-right: 7vw;
}

.contactus-title {
  color: #c1c1b0;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.mrp-funding-title {
  color: #b9b9b9;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.mrp-funding-data {
  color: #151313;
  font-size: 5.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contacts .bg-white {
  width: 50%;
}

.contacts .container {
  width: 80%;
  margin-left: 0;
}

.contacts-logo {
  width: 28px;
  height: 28px;
}

.contacts p,
.contacts a {
  color: #252323;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 1.5rem;
}

.btn-primary {
  background-color: #e38800 !important;
}

.btn-primary:hover {
  filter: brightness(110%);
}

.btn-primary:active {
  filter: brightness(95%);
}
