@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Serif+Georgian:wght@400;500;600;700;800&display=swap");

body {
  font-family: "Montserrat", sans-serif !important;
  ascent-override: 92.326%;
  descent-override: 30.7753%;
  line-gap-override: 8.793%;
  size-adjust: 113.7274%;
  color: #595959;
  scroll-behavior: smooth;
}
.grey-white-alt:nth-child(2n + 1) {
  background-color: rgba(237, 237, 237, 0.7) !important ;
}
/* a {
  color: #505050;
}
a:hover {
  color: #e93914;
} */
.orange-line {
  border-top: 3px solid #0057FF;
  opacity: 1;
}
.flex-break {
  flex-basis: 100%;
  height: 0;
}
.heading,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", sans-serif !important;
  /* color: #1a1a1a; */
  color: #394a4c;
}
.navbar-brand {
  font-family: "Montserrat", sans-serif !important;
}

.f-14 {
  font-size: 14px;
}
.banner {
  background-image: url("../assets/images/placeholder-3840.jpg");
  background-size: cover;
  background-repeat: none;
  background-position: center center;
  min-height: 62vh;
}
.banner-text {
  background-color: #394a4ce0;
  border-radius: 12px;
  width: 50vw;
}

/* .tile-images {
  height: 400px;
  width: 600px;
  overflow: hidden;
} */
.tile-images {
  height: 312px;
  width: 450px;
  overflow: hidden;
}
.tile-images img {
  min-height: 100%;
  min-width: 100%;
  max-width: 102%;
  object-fit: cover;
  object-position: center;
}
.br-8px {
  border-radius: 8px;
}
.br-30px {
  border-radius: 30px;
}
.br-12px {
  border-radius: 12px;
}
a.text-accent:hover {
  color: #595959;
}
.w-90 {
  width: 90%;
}
.grey-section {
  background-color: rgba(237, 237, 237, 0.7) !important ;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.btn {
  border-radius: 0px;
}
.btn:focus {
  box-shadow: unset;
}
.hr-3px-blue {
  border-top: 3px solid var(--bs-blue);
  opacity: 0.8;
}
.text-accent {
  color: var(--text-accent-color);
}
.h-top {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
/* input[type="password"] {
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
} */
@media (max-width: 991px) {
  .blue-striped-bg {
    height: 35px;
    background-position: 15% 50%;
  }
  .tile-images {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .banner-text {
    width: 90vw;
  }
  .flex-break-md {
    flex-basis: 100%;
    height: 0;
  }
}
@media (max-width: 575px) {
  .tile-images {
    height: 200px;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .blue-striped-bg {
    height: 25px;
    background-position: 0% 50%;
  }
  .blue-striped-bg p {
    font-size: 18px !important;
    margin-top: 3px !important;
  }
  p.fs-5 {
    font-size: 16px !important;
  }
  .grey-section-sm {
    background-color: rgba(237, 237, 237, 0.7) !important ;
  }
  .flex-break-sm {
    flex-basis: 100%;
    height: 0;
  }
}
