@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.search-container {
  position: relative;
}

.search-container input[type="text"] {
  padding: 10px;
  border: none;
  border-radius: 5px;
  width: 200px;
}

.search-container button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  background-color: #ccc;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.search-container button:hover {
  background-color: #ddd;
}

.newdiv {
  height: 346px;
  max-height: 100%;
}

.logos-om {
  width: 100px;
}

.omplace-logos {
  width: 100px !important;
}

.highlighted-title {
  color: #ea4e45;
}

.button-bg-red {
  background-color: #ea4e45 !important;
  padding: 12px 25px;
  color: #ddd;
  font-size: 12px !important;
}

.mobile-txt {
  text-align: center;
}

.color-red {
  color: #ea4e45 !important;
}

.bg-video {
  z-index: 2 !important;
}

.margin-app {
  padding-top: 1rem !important;
  padding-bottom: 3rem !important;
}

.app-download {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}


.app-download a img {
  width: 250px;

}

@media (max-width: 700px) {
  .app-download {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .app-download a img {
    width: 225px;

  }
}

.title-credit {
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1.2 !important;
  max-width: 700px;
}

.desc-header-title {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 15px;
  color: #bcbcbc !important;
}

.accordion-button-custom:not(.collapsed) {
  background-color: rgb(204, 68, 62);
  color: white;
}

.accordion-button-custom:focus {
  box-shadow: 0 0 0 0.25rem rgba(204, 68, 62, 0.25);
}

.custom-select-form {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border-color: rgba(0, 0, 0, 0.09);
}

.icons-color i {
  color: #cc443e;
  font-size: 30px;
  margin-bottom: 20px;
}

@media(max-width: 1131px) {
  .contact-image-old {
    display: none !important;
  }
}

.donwloadappp{
  font-size: 20px;
  color: white;
}