* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style: none !important;
}
@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 Banner Code */

.br-class {
  display: none;
}

.Content-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.image {
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* start banner section code */
.main-banner-class {
  font-family: "SF Bold", Helvetica, Arial, sans-serif !important;
}
.banner {
  text-align: center;
}

.banner-content {
  position: relative;
}

.main-image {
  width: 100%;
  height: auto;
  opacity: 0.4;
}
.mobile-main-image {
  display: none;
}

.banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  width: 100%;
  max-width: 98%;
}

.banner-title h3 {
  font-size: 44px;
  line-height: 52px;
}

.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: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
}
.arrow-img img {
  width: 16px;
}
.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;
}
.content-title {
  margin-top: 50px;
  letter-spacing: 1.5px;
  font-size: 44px;
  color: white;
  text-align: center;
  font-weight: 600;
  font-family: "SF Bold", Helvetica, Arial, sans-serif;
}
.ridez-description {
  color: white;
  font-size: 17px;
  line-height: 22px;
  width: 100%;
  max-width: 90%;
  margin: auto;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
.internship-block {
  background-image: url("../assets/ridezforbusiness/bottombanner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 130px 0;
  margin-top: 50px;
  color: white;
}
.banners-descriptions {
  display: flex;
  justify-content: center;
  column-gap: 2rem;
  margin-bottom: 10px;
}
.bottom-content-title {
  font-size: 44px;
  color: white;
  text-align: center;
  margin-bottom: 12px;
}
.internship-description {
  text-align: center;
  font-family: "SF Regular", Helvetica, Arial, sans-serif;
}
.use-image {
  opacity: 0.8;
}
@media only screen and (max-width: 1400px) {
  .banner-title h3 {
    font-size: 40px;
    line-height: 48px;
  }
  .content-title {
    font-size: 40px;
  }
  .bottom-content-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1220px) {
  .first-banner-br {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .banner-title h3 {
    font-size: 36px;
    line-height: 44px;
  }
  .content-title {
    font-size: 36px;
  }
  .bottom-content-title {
    font-size: 36px;
  }
  .arrow-img {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 767px) {
  .banner-title h3 {
    font-size: 34px;
    line-height: 40px;
  }
  .content-title {
    font-size: 34px;
  }
  .know-more {
    padding: 6px 6px;
    font-size: 14px;
  }
  .bottom-content-title {
    font-size: 34px;
  }

  header {
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 999999;
  }
  .header-top {
    background-color: #000000;
  }
  .header-main {
    border-top: 1px solid #424242;
  }
  .ridez-br {
    display: none;
  }
  .ridez-description {
    color: white;
    font-size: 15px;
    line-height: 20px;
  }
  .mobile-main-image {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.4;
  }
  .main-image {
    display: none;
  }
}
@media only screen and (max-width: 734px) {
  .intenshipbr {
    display: none;
  }
}

@media (max-width: 520px) {
  .first-banner-br {
    display: none;
  }
  .banner-title h3 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0px;
  }
  .svg-icon {
    width: 14px;
    height: 14px;
    padding: 3px;
  }

  .content-title {
    font-size: 28px;
    margin-top: 30px;
    letter-spacing: 0px;
  }
  .section-features {
    margin-top: 30px;
  }

  .internship-block {
    margin-top: 30px;
  }

  .arrow-img {
    width: 12px;
    height: 12px;
  }
  .arrow-img img {
    width: 14px;
  }

  .banners-descriptions {
    column-gap: 16px;
  }
  .know-more {
    padding: 4px 4px;
    font-size: 12px;
    column-gap: 4px;
    border-radius: 4px;
    font-weight: 600;
  }

  .bottom-content-title {
    font-size: 28px;
    margin-bottom: 8px;
  }
}
@media (max-width: 446px) {
  .main-image {
    width: 100%;
    height: 20vh;
  }
}
@media (max-width: 400px) {
  .banner-title h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .content-title {
    font-size: 24px;
    line-height: 40px;
  }
  .br-banner {
    display: none;
  }
  .bottom-content-title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
/* Start the bottom banner code CSS */
.bottom-block-section {
  background-color: black;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 90px 0;
  margin-top: 50px;
  color: white;
}
.bottom-section {
  width: 100%;
  max-width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.bottom-title {
  line-height: 50px;
  letter-spacing: 1.5px;
  font-size: 44px;
  color: white;
  text-align: center;
  font-weight: 600;
}
.bottom-description {
  line-height: 20px;
  text-align: center;
  font-family: "SF Regular", Helvetica, Arial, sans-serif;
  margin-top: 8px;
}
.bottom-images {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
  width: 100%;
  max-width: 96%;
  margin: auto;
  margin-top: 4px;
  margin-bottom: 20px;
}
.playstore {
  width: 96%;
  height: auto;
}
@media (max-width: 1400px) {
  .playstore {
    width: 90%;
  }
  .bottom-title {
    font-size: 40px;
  }
  .bottom-description {
    column-gap: 0px;
  }
  .bottom-images {
    column-gap: 0px;
  }
}
@media (max-width: 992px) {
  .bottom-title {
    line-height: 40px;
    font-size: 36px;
  }
  .playstore {
    width: 86%;
  }
}
@media (max-width: 767px) {
  .bottom-title {
    font-size: 36px;
    line-height: 40px;
  }
  .playstore {
    width: 82%;
  }
  .intenshipbr {
    display: none;
  }
}
@media (max-width: 520px) {
  .bottom-title {
    font-size: 30px;
    line-height: 36px;
  }
  .bottom-description {
    max-width: 94%;
    margin-top: 0px;
  }
  .bottom-description {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 16px;
  }
}

@media (max-width: 400px) {
  .bottom-title {
    font-size: 26px;
    line-height: 40px;
  }
}
