* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style: none !important;
}

body {
  font-family: "SF Bold", Helvetica, Arial, sans-serif;
  background-color: #1d1d1f;
}
/* start banner section code */
.main-banner-class {
  margin-top: 0px;
  font-family: "SF Bold", Helvetica, Arial, sans-serif !important;
}
.Content-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.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;
  word-spacing: 6px;
}

.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-color: #000000;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 70px 0;
  margin-top: 50px;
  color: white;
}
.bottom-banner-section {
  width: 100%;
  max-width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.banners-descriptions {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
  width: 100%;
  max-width: 96%;
  margin: auto;
  margin-top: 14px;
  margin-bottom: 20px;
}
.use-image {
  opacity: 0.8;
}
.bottom-svg-icon {
  background-color: white;
  width: 18px;
  height: 18px;
  padding: 5px;
  border-radius: 50%;
  position: relative;
  top: 72%;
  bottom: 5px;
  left: 0px;
}
@media only screen and (max-width: 1400px) {
  .banner-title h3 {
    font-size: 40px;
  }
  .content-title {
    letter-spacing: 1px;
    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: 46px;
  }

  .bottom-content-title {
    font: size 36px;
  }
  .content-title {
    letter-spacing: 1px;
    font-size: 36px;
  }
  .arrow-img {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 767px) {
  .banner-title h3 {
    font-size: 34px;
    line-height: 34px;
  }
  .content-title {
    letter-spacing: 1px;
    font-size: 34px;
  }
  .bottom-content-title {
    font: size 34px;
  }
  .know-more {
    padding: 6px 6px;
    font-size: 14px;
  }
  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;
  }
  .main-image {
    display: none;
  }
  .mobile-main-image {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.4;
  }
}
@media only screen and (max-width: 734px) {
  .intenshipbr {
    display: none;
  }
  .swiper-slider-container {
    font-size: 1rem;
    line-height: 20px;
  }
}

@media (max-width: 520px) {
  .first-banner-br {
    display: none;
  }
  .svg-icon {
    width: 14px;
    height: 14px;
    padding: 3px;
  }

  .banner-title h3 {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0px;
  }
  .section-features {
    margin-top: 30px;
  }

  .content-title {
    font-size: 28px;
    margin-top: 30px;
    letter-spacing: 0px;
  }
  .ridez-description {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    max-width: 90%;
    margin: auto;
  }

  .internship-block {
    margin-top: 30px;
  }

  .arrow-img {
    width: 13px;
    height: 13px;
    padding: 3px !important;
  }

  .arrow-img img {
    width: 14px;
  }

  .banners-descriptions {
    column-gap: 0px;
  }

  .know-more {
    padding: 4px 4px;
    font-size: 12px;
    column-gap: 4px;
    border-radius: 4px;
    font-weight: 600;
  }

  .top-main ul {
    column-gap: 4px;
    border-radius: 2px;
    padding: 0px 4px;
  }

  .top-main ul li a {
    font-size: 12px;
  }

  .bottom-content-title {
    font-size: 28px;
    margin-bottom: 4px;
  }
  .bottom-svg-icon {
    width: 14px;
    height: 14px;
    padding: 3px;
  }
}
@media (max-width: 480px) {
  .internship-description {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 16px;
  }
}

@media (max-width: 446px) {
  .main-image {
    width: 100%;
    height: 20vh;
  }
}

@media (max-width: 400px) {
  .banner-title h3 {
    font-size: 24px;
    line-height: 24px;
  }

  .content-title {
    font-size: 24px;
    line-height: 40px;
  }

  .br-banner {
    display: none;
  }

  .bottom-content-title {
    font-size: 24px;
    margin-bottom: 0px;
  }
}
