* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
body {
  background-color: #1d1d1f !important;
  font-family: "SF Bold", Helvetica, Arial, sans-serif;
}
@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;
}

/* About Home banner css */
.about-img-handler img {
  width: 100%;
  height: auto;
}
.mobile-main-image {
  display: none;
}

.about-container {
  position: relative;
}

.about-text-container {
  width: 100%;
  max-width: 94%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  padding: 20px;
}

.about-text-container h1 {
  color: #ffffff;
  font-size: 44px;
  line-height: 48px;
  margin-bottom: 0.5rem;
}

.about-heading-handler {
  margin-bottom: 1rem;
}

.about-para-handler p {
  font-size: 17px;
  line-height: 24px;
  width: 100%;
  max-width: 90%;
  margin: auto;
  color: white;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
.about-para-handler a {
  color: #f60000 !important;
  cursor: pointer;
}
.about-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Vision & Mission css */
.about-vision-container {
  width: 100%;
  background-color: #1d1d1f;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-vision-handler {
  text-align: center;
  width: 100%;
  max-width: 80%;
  margin-top: 50px;
}

.about-vision-handler h1 {
  font-size: 44px;
  color: #ffffff;
  letter-spacing: 1.5px;
}

.about-vision-handler p {
  font-size: 17px;
  line-height: 22px;
  width: 100%;
  /* max-width: 90%; */
  margin: auto;
  color: white;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}

.about-banner-section {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  column-gap: 1.6rem;
  margin-top: 50px;
}

.about-first-section {
  position: relative;
}

.about-overlay-content {
  position: absolute;
  top: 16%;
  bottom: 70%;
  left: 46%;
  transform: translate(-40%, -50%);
  color: white;
  padding: 10px;
  bottom: 70%;
}

.about-overlay-content h3 {
  font-size: 40px;
  height: 40px;
  color: #f60000;
}

.about-banner-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 3.5rem;
  line-height: 44px;
  color: #f60000;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-bottom: 24px;
}

.about-banner-description {
  font-size: 1rem;
  line-height: 1.2rem;
  color: white;
  margin-bottom: 10px !important;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}

.about-know-more {
  background-color: #f60000;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  padding: 6px 8px;
  font-size: 16px;
  border-radius: 6px;
  font-family: "SF Regular", Helvetica, Arial, sans-serif;
}

.about-arrow-img {
  background-color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-arrow-img img {
  width: 16px;
}

.about-first-image {
  width: 100%;
  height: auto;
  opacity: 0.5;
}

.about-second-section {
  position: relative;
}

.about-second-image {
  width: 100%;
  height: auto;
}

/* Add the media Quries here  */
@media only screen and (max-width: 1280px) {
  .about-text-break {
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  .about-banner-text {
    font-size: 40px;
    line-height: 20px;
    margin-bottom: 22px;
  }
  .about-text-container h1 {
    color: #ffffff;
    font-size: 40px;
    line-height: 36px;
    margin-bottom: 0.5rem;
  }
  .about-vision-handler h1 {
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 1.5px;
  }
  .about-overlay-content {
    left: 40%;
    transform: translate(-32%, -50%);
  }
}
@media only screen and (max-width: 1220px) {
  .about-overlay-content {
    left: 38%;
    transform: translate(-28%, -50%);
  }

  .about-banner-br {
    display: none;
  }
}

@media only screen and (max-width: 1068px) {
  .about-banner-text {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 12px;
  }

  .about-banner-description {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 992px) {
  .about-text-container {
    max-width: 100%;
  }

  .about-heading-handler {
    margin-bottom: 0rem;
  }

  .about-text-container h1 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .about-vision-handler {
    max-width: 90%;
  }

  .about-vision-handler h1 {
    font-size: 2rem;
  }

  .about-overlay-content {
    left: 26%;
    transform: translate(-16%, -50%);
  }
  .about-banner-text {
    font-size: 36px;
    line-height: 20px;
    margin-bottom: 22px;
  }
  .about-text-container h1 {
    color: #ffffff;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 0.5rem;
  }
  .about-vision-handler h1 {
    font-size: 36px;
    color: #ffffff;
    letter-spacing: 1.5px;
  }
}

@media (max-width: 870px) {
  .about-banner-section {
    flex-direction: column;
    row-gap: 50px;
  }

  .about-overlay-content {
    left: 31%;
    right: 12%;
    transform: translate(-16%, -50%);
  }

  .about-banner-br {
    display: block;
  }
  .about-text-break {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .about-text-break {
    display: none;
  }

  .about-heading-handler {
    margin-bottom: 0rem;
  }

  .about-text-container h1 {
    font-size: 34px;
    line-height: 36px;
  }

  .about-vision-handler h1 {
    font-size: 34px;
  }
  .about-banner-text {
    font-size: 34px;
  }
  .about-know-more {
    padding: 6px 6px;
    font-size: 14px;
  }
  .about-img-handler img {
    display: none;
  }
  .mobile-main-image {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }
}

@media screen and (max-width: 520px) {
  .about-text-container {
    padding: 0 5px;
  }
  .about-banner-section {
    margin-top: 30px;
  }
  .about-vision-handler {
    margin-top: 30px;
  }

  .about-heading-handler {
    margin-bottom: 0.5rem;
  }

  .about-text-container h1 {
    font-size: 28px;
    line-height: 30px;
  }

  .about-para-handler p {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 0px;
    max-width: 98%;
  }

  .about-vision-handler p {
    line-height: 1rem;
    font-size: 0.8rem;
    margin-bottom: 0px;
  }

  .about-vision-handler h1 {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0px;
  }

  .about-banner-section {
    row-gap: 30px;
    margin-top: 30px;
  }

  .about-banner-text {
    font-size: 34px;
    line-height: 22px;
  }

  .about-banner-description {
    font-size: 12px;
    line-height: 16px;
  }

  .about-banner-br {
    display: none;
  }

  .about-arrow-img {
    width: 15px;
    height: 15px;
  }

  .about-arrow-img img {
    width: 14px;
  }
}

@media (max-width: 480px) {
  .about-know-more {
    padding: 4px 4px;
    font-size: 12px;
    column-gap: 4px;
    border-radius: 4px;
    font-weight: 600;
  }
}

@media (max-width: 446px) {
  .about-overlay-content {
    left: 2%;
    right: 12%;
    transform: translate(8%, -66%);
  }

  .about-banner-text {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .about-banner-description {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px !important;
  }
  .about-img-handler img {
    max-width: 100%;
    height: 20vh;
  }
}
@media (max-width: 400px) {
  .about-vision-handler h1 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
  }
  .about-text-container h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 342px) {
  .about-overlay-content {
    left: 14%;
    right: 4%;
    transform: translate(-6%, -66%);
  }
}
