/* banner */
.banner {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url("../images/banner//abudhabi.webp") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .banner-content strong {
  /* text-transform: uppercase; */
  font-size: 1.5rem;
  margin-bottom: -5px;
  display: inline-block;
}

.navbar_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.navbar--logo img {
  width: 200px;
  aspect-ratio: 3/2;
  object-fit: contain;
}

.navbar--logo {
  display: flex;
  /* flex-direction: column; */
  gap: 12px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.logo,
.toi {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.navbar--logo span {
  color: #000;
  font-size: 15px;
  text-transform: capitalize;
}

@media (max-width: 1200px) {
  .navbar--logo {
    display: none;
  }
}
