* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  text-decoration: 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 {
  font-family: "SF Bold", Helvetica, Arial, sans-serif !important;
  background-color: #1d1d1f !important;
}
/* Start the style section */
.banner {
  text-align: center;
}

.banner-content {
  position: relative;
}

.main-image {
  width: 100%;
  height: auto;
}
.mobile-main-image {
  display: none;
}
.banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  width: 100%;
}

.banner-title h3 {
  letter-spacing: 1.5px;
  font-size: 44px;
  line-height: 46px;
}

.banner-descriptions a {
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrow-img {
  background-color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrow-img img {
  width: 16px;
}
.know-more {
  background-color: #f60000;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  padding: 6px 8px;
  font-size: 16px;
  border-radius: 6px;
  font-family: "SF Regular", Helvetica, Arial, sans-serif;
}
.post-title-section {
  margin-top: 50px;
}
.post-tile {
  font-size: 44px;
  color: #f60000;
  text-align: center;
  font-family: "SF Bold", Helvetica, Arial, sans-serif !important;
}
.post-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-section {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post {
  width: 100%;
  max-width: 94%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 14px;
}
.post-heading {
  text-align: center;
  font-size: 26px;
  line-height: 34px;
  color: #fff;
  font-family: "SF Bold", Helvetica, Arial, sans-serif !important;
}
.post-date {
  font-size: 14px;
  color: #fff;
  margin-top: -4px;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
.post-content {
  font-size: 16px;
  line-height: 26px;
  margin-top: -6px;
  color: #fff;
  text-align: center;
  margin-bottom: 2px;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
.mobile-main-image {
  display: none;
}
/* Start the media query */
@media only screen and (max-width: 1400px) {
  .banner-title h3 {
    letter-spacing: 1px;
    font-size: 40px;
  }
  .post-tile {
    font-size: 40px;
  }
  .know-more {
    padding: 6px 8px;
    font-size: 14px;
    column-gap: 6px;
  }
  .arrow-img {
    width: 16px;
    height: 16px;
  }
  .post {
    max-width: 70%;
  }
  .post-br {
    display: none;
  }
  .post-heading {
    font-size: 24px;
    text-align: center;
  }
  .post-date {
    margin-top: -14px;
  }
  .post-content {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .container {
    max-width: 1024px;
  }
}
@media only screen and (max-width: 993px) {
  .banner-title h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .post-tile {
    font-size: 36px;
  }
  .post-content {
    width: 100%;
    max-width: 98%;
  }
  .post-br {
    display: none;
  }
  .post {
    max-width: 86%;
  }
  .post-heading {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .banner-title h3 {
    font-size: 34px;
    line-height: 40px;
  }
  .post-date {
    margin-top: -10px;
  }
  .post-tile {
    font-size: 34px;
  }
  .know-more {
    padding: 6px 6px;
    font-size: 14px;
  }
  .post-heading {
    font-size: 20px;
    line-height: 26px;
  }
  .post-content {
    font-size: 14px;
    line-height: 20px;
  }
  .post {
    max-width: 100%;
  }
  .main-image {
    display: none;
  }
  .mobile-main-image {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 580px) {
  .post-image {
    width: 100%;
    max-width: 100%;
  }
  .post-content {
    width: 100%;
    max-width: 100%;
  }
  .post-heading {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 530px) {
  .banner-title h3 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 1px;
  }
  .post-title-section {
    margin-top: 30px;
  }
  .post-tile {
    font-size: 28px;
  }
  .know-more {
    padding: 4px 4px;
    font-size: 12px;
    column-gap: 4px;
    border-radius: 4px;
    font-weight: 600;
  }
  .arrow-img {
    width: 15px;
    height: 15px;
  }
  .arrow-img img {
    width: 14px;
  }
  .post-heading {
    text-align: center;
  }
}
@media (max-width: 400px) {
  .banner-title h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .post-tile {
    font-size: 24px;
  }
}
