:root {
  --main-color: #000000;
  --secondary-color: #E93322;
  --light-color: #fee7e7;
  --bg-gradient: linear-gradient(15deg, rgb(0 0 0 / 96%) -17%, rgb(152 152 152 / 80%) 24%, rgba(233, 51, 34, 0.8) 60%, rgb(143 143 143 / 70%) 69%, rgb(122 115 115 / 70%) 82%), url(../brand/redline/bg-navbar.png)!important;
  --bg-gradient-faq: linear-gradient(15deg, rgb(247 68 68 / 96%) 14%, rgba(233, 51, 34, 0.6) 55%, rgb(247 68 68 / 70%) 98%), url(https://mdbcdn.b-cdn.net/img/new/standard/city/041.jpg);
}

.bg-cover {
  background-image: url('https://mdbcdn.b-cdn.net/img/new/standard/city/041.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
img {
  pointer-events: none;
}
.container-logo {
  max-width: 1028px;
}
@media (min-width: 769px) and (max-width: 1023px) {
  .container-logo {
    max-width: unset;
  }
}