/*@font-face { font-family: 'Montserrat'; src: url('') !important;} */

@font-face {
  font-family: BebasKai;
  src: url(fonts/BebasKai.otf);
}

body {
  color: #ffff;
  font-family: "Roboto", sans-serif !important;
  font-weight: lighter;
  background-color: #0b0909;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: BebasKai !important;
}

@media screen and (min-width: 600px) {
  .navbar>ul>li {
    width: 6em;
  }

  #li-contact {
    margin-left: 1.5em;
  }

  nav>ul {
    display: contents;
  }
}

@media screen and (max-width: 600px) {
  .follow-us span {
    left: 15.2% !important;
    font-size: xx-small;
  }

  .fb-rotate {
    left: 15.2% !important;
    bottom: 44% !important;
  }

  .fb-rotate img {
    width: 1em !important;
  }

  .insta-rotate {
    left: 15.2% !important;
    bottom: 32% !important;
  }

  .insta-rotate img {
    width: 1em !important;
  }

  .linkedin-rotate {
    left: 15.2% !important;
    bottom: 20% !important;
  }

  .linkedin-rotate img {
    width: 1em !important;
  }
}

/* body section{ padding-left: 4% } */
.navbar-nav {
  list-style-type: none;
  vertical-align: top;
}

.logoImage {
  width: 9em;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.navbar-brand {
  padding: 10px 10px;
}

.navbar-nav>li>a {
  text-decoration: none;
  /* font-size: 0.8em; */
  color: #fff;
  position: relative;
  font-weight: bold;
  /* margin-right: 1em; */
}

.navbar-nav>li>.active {
  text-decoration: none;
  color: #fff !important;
  border-bottom: 1px solid;
  /* padding-bottom: 0em;
  margin-right: 1em; */
}

.navbar-nav>li>a:hover {
  text-decoration: none;
  color: #fff !important;
  border-bottom: 1px solid;
  /* padding-bottom: 0em;
  margin-right: 1em; */
}

header {
  padding-left: 2rem;
  padding-top: 2rem;
}

.subheading {
  /* font-weight: 600; */
  line-height: 0.8;
}

.heading {
  /* font-weight: 600; */
}

.project-img {
  width: -webkit-fill-available;
}

.news-img {
  width: -webkit-fill-available;
}

footer {
  background-color: #141313;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-top: 6rem;
}

.footer-nav {
  display: flex;
  flex-direction: row;
}

.footer-nav>a {
  text-decoration: none;
  padding-top: 0.6em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.btn {
  border-radius: unset !important;
}

.follow-us {
  position: absolute;
  left: 15%;
  bottom: 60%;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.fb-rotate {
  position: absolute;
  left: 14.4%;
  bottom: calc(60% - 3em);
}

.insta-rotate {
  position: absolute;
  left: 14.4%;
  bottom: calc(60% - 6em);
}

.linkedin-rotate {
  position: absolute;
  left: 14.4%;
  bottom: calc(60% - 9em);
}

.about-thumbnail {
  height: 20em;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: unset !important;
  border: unset !important;
  border-radius: 20px !important;
  max-width: 100%;
  height: auto;
}

.imgY-thumbnail {
  padding: 0.25rem;
  background-color: unset !important;
  border: unset !important;
  border-radius: 20px !important;
  max-width: 50%;
  height: 50%;
}

.about-text {
  text-align: justify;
  font-size: larger;
}

.team-info {
  text-align: justify;
}

.form-control,
.form-control:focus {
  background-color: #141313 !important;
  color: white;
  border-radius: unset;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.btn-bg {
  background-color: #fef2f2;
}

.project-carousal {
  width: 100px !important;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.cities div {
  font-family: "BebasKai" !important;
  font-size: larger;
  position: relative;
  max-width: 150px;
  flex-grow: 1;
}

@media (min-width: 576px) {
  .cities div.flex-4:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.cities {
  justify-content: center;
  align-items: center;
}


/*acquisition page*/
.acquisition-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;

}

.acquisition-wrapper .container-fluid {
  flex-grow: 1;
}

.acquisition-div h1 {
  font-family: "Roboto", sans-serif !important;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 48px;

}

.acquisition-content h3, .partners h3 {
  font-family: BebasKai !important;
  text-transform: uppercase;
  font-weight: 500;
}

.acquisition-div h2 {
  font-family: BebasKai !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
}


.acquisition-content p {
  font-size: 20px;
  font-family: "Roboto", sans-serif !important;
  width: 100%;
  line-height: 30px;
}

.acquisition-content .content {
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
}

.acquisition-wrapper button, .acquisition-wrapper button:hover, .acquisition-wrapper button:focus {
  border-radius: 6px;
  outline: none;
  box-shadow: 0;
}

/*marquee*/
.marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 30px 0;
  padding: 20px 0;
  border-radius: 5px;
}

.marquee {
  display: flex;
  animation: scroll 4s linear infinite;
  white-space: nowrap;
}

.marquee-item {
  margin: 0 10px;
  min-width: 300px;
}

.marquee-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-right: 15px;
}

.marquee-text {
  color: white;
  font-weight: bold;
  font-size: 18px;
}

/* Double the marquee content to make the animation seamless */
.marquee-content {
  display: flex;
  animation: scroll 12s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Pause animation when hovered */
.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}


.acq-hero,
.acq-hero .container-fluid {
  position: relative;
  overflow: hidden;
}

.video-wrapper {
  position: relative;
  z-index: 1;
  isolation: isolate;
}

.video-wrapper::before,
.video-wrapper::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(50% 50% at 50% 50%, #E60218 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.5;
  filter: blur(20px);
}

.video-wrapper::before {
  top: 150px;
  left: 0;
  transform: translate(-30%, -30%);
}

.video-wrapper::after {
  bottom: 400px;
  right: 0;
  transform: translate(15%, 20%);
}

@media screen and (max-width: 992px) {
  .video-wrapper::after {
    bottom: 100px;
    transform: translate(20%, 20%);
  }
}