* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
@font-face {
  font-family: "SF Bold";
  src: url("../font/SF-Pro-Display-Bold.ttf") format("woff2");
}

@font-face {
  font-family: "SF Regular";
  src: url("../font/SF-Pro-Text-Regular.otf") format("woff2");
}
body {
  background-image: url("../assets/ridezmedia/sliderpattern.webp");
  background-color: #1d1d1f !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "SF Bold", Helvetica, Arial, sans-serif !important;
}
@keyframes fadeInAndScale {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.main-container {
  opacity: 0;
  transform-origin: center;
  animation: fadeInAndScale 0.3s ease-in-out forwards;
}

.footer-section {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.internship-block,
.footer-section {
  display: none;
}
.banner {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.banner img {
  width: 100%;
  border-radius: 4px;
  object-fit: fill;
}

.banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#title {
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  width: 100%;
  text-align: center !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px 0px 16px 0px;
}
#content {
  width: 100% !important;
  color: lightgray;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

#content div {
  text-align: center !important;
}
#content p {
  text-align: justify;
  margin-bottom: 4px;
}
#content strong {
  color: #fff;
}
.sections {
  margin: 10px 0;
}
#content img {
  width: 100%;
  max-width: 82%;
  margin: 14px 0px 14px 0px;
  height: auto;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  border-radius: 4px !important;
}

a.blog-link {
  display: flex;
  text-decoration: none;
}

.br-tag {
  display: none;
}
@media (max-width: 1400px) {
  .banner img {
    max-width: 70%;
  }
  #content {
    max-width: 70%;
    margin: auto;
  }
  #title {
    max-width: 70%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 34px;
  }
  #content p {
    font-size: 14px;
  }
  #content strong {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .banner {
    max-width: 100%;
  }
  .banner img {
    max-width: 90%;
  }
  #content {
    max-width: 90%;
  }
  #title {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .banner img {
    max-width: 100%;
  }
  #content {
    max-width: 100%;
  }
  #title {
    max-width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 12px;
  }
}
@media (max-width: 576px) {
  .banner-section {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #content img {
    width: 100%;
    max-width: 100%;
  }
  .second-container {
    width: 100% !important;
    max-width: 93% !important;
  }
  .banner img {
    max-width: 100%;
  }
  #content {
    max-width: 100%;
  }
  #title {
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
  }
  #content strong {
    font-size: 14px;
  }
  #content p {
    font-size: 12px;
    line-height: 16px;
  }
}
/* #tommorrow-ride {
  display: none;
} */

#ridez-at-tomorrow-ride-cycling-event-organized-by-hbmsu {
  display: none;
}
/* #Officer-CXO {
  display: none;
} */

#paralympic-gold-medalist-mark-colbourne-joins-ridez-smart-technologies-as-chief-experience-officer {
  display: none;
}
/* #Dubai-run {
  display: none;
} */

#ridez-excites-participants-at-dubai-ride-with-exclusive-giveaway-kit {
  display: none;
}
