* {
  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");
}
/* 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 {
  color: #f60000;
  font-size: 44px;
  line-height: 52px;
}
.banner-title p {
  font-family: "SF Regular", Helvetica, Arial, sans-serif;
}
.banner-title .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: 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: #f60000;
  text-align: center;
  font-weight: 600;
  font-family: "SF Bold", Helvetica, Arial, sans-serif;
}
.content-title img {
  margin-bottom: 4px;
}
.ridez-description {
  color: white;
  font-size: 17px;
  line-height: 24px;
  width: 100%;
  max-width: 90%;
  margin: auto;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
.use-image {
  opacity: 0.8;
}
.error-message {
  font-size: 14px;
  font-weight: bolder;
  color: #f60000;
  position: absolute;
  display: flex;
  margin-top: 6px;
  left: 30px;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
#message-error {
  font-size: 14px !important;
  font-weight: bolder !important;
  color: #f60000 !important;
  position: absolute !important;
  display: flex !important;
  margin-top: 0px !important;
  left: 30px !important;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
/* Modal class css */
/* Modal */
.modal-content {
  background-color: #000 !important;
  border-radius: 20px !important;
  color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.modal-header {
  border-bottom: 0px solid #dee2e6 !important;
  padding: 4px 1rem !important;
}

.modal-body {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  color: #fff !important;
  row-gap: 1rem !important;
  font-size: 18px !important;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
.modal-body img {
  width: 100%;
  max-width: 16%;
}

/* Close Icon */
.close {
  color: #fff !important;
}

/* Icon */
.modal-title .fa-check-circle {
  color: #f60000;
  margin-right: 10px;
}

@media only screen and (max-width: 1400px) {
  .banner-title h3 {
    color: #f60000;
    font-size: 40px;
    line-height: 52px;
  }
  .content-title img {
    width: 90%;
    margin-bottom: 4px;
  }
}
@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: 48px;
  }
  .content-title img {
    width: 80%;
    margin-bottom: 2px;
  }
  .modal-body {
    font-size: 16px !important;
  }
  .modal-body img {
    max-width: 14%;
  }
}

@media (max-width: 767px) {
  .banner-title h3 {
    font-size: 34px;
    line-height: 42px;
  }
  .banner-br {
    display: none;
  }
  .banner-title p {
    font-family: "SF Regular", Helvetica, Arial, sans-serif;
    line-height: 20px;
  }
  .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;
  }
}

@media (max-width: 520px) {
  .first-banner-br {
    display: none;
  }
  .banner-title p {
    font-family: "SF Regular", Helvetica, Arial, sans-serif;
    line-height: 20px;
    font-size: 14px;
  }
  .banner-title h3 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0px;
  }
  .svg-icon {
    width: 14px;
    height: 14px;
    padding: 3px;
  }
  .content-title img {
    width: 74%;
    margin-bottom: 6px;
  }

  .content-title {
    font-size: 32px;
    margin-top: 30px;
    letter-spacing: 0px;
  }
  .section-features {
    margin-top: 30px;
  }

  .internship-block {
    margin-top: 30px;
  }

  .arrow-img {
    width: 15px;
    height: 15px;
  }
  .arrow-img img {
    width: 14px;
  }
  .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;
  }
  .modal-body {
    font-size: 14px !important;
  }
  .modal-body img {
    max-width: 12%;
  }
}
@media (max-width: 446px) {
  .main-image {
    width: 100%;
    height: 20vh;
  }
}
@media (max-width: 400px) {
  .banner-title h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .content-title img {
    width: 68%;
    margin-bottom: 4px;
  }
  .content-title {
    font-size: 28px;
    line-height: 40px;
  }
  .br-banner {
    display: none;
  }
  .modal-body {
    font-size: 12px !important;
  }
  .modal-body img {
    max-width: 10%;
  }
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  column-gap: 8rem;
  row-gap: 1rem;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 57.6470588235rem;
  margin-top: 50px;
  color: white;
  font-family: "SF Regular" "Arial, sans-serif";
}
.Footerimg {
  margin-bottom: 1rem;
  width: 42px;
}
.Footerimgs {
  margin-bottom: 1rem;
  width: 40px;
}

.google-maps {
  position: relative;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 60%;
  margin: auto;
  border-radius: 24px;
  margin-top: 50px;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.form-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 50px;
  font-family: "SF Bold" !important;
}
.form-head {
  font-size: 44px;
  color: white;
}
.first-section {
  display: flex;
}
.req-form {
  margin-top: 30px;
}
.req-form {
  font-family: "SF Regular" !important;
  outline: none !important;
}
.form-first {
  background-color: transparent !important;
  border: 1px solid white;
  height: 60px;
  border-radius: 8px;
  width: 100%;
  padding: 14px;
  color: white;
  outline: none !important;
}
.form-second {
  width: 100%;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 8px;
  padding: 14px;
  color: white;
  margin-top: 44px;
}
.buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 30px;
  font-family: "SF Regular" !important;
}
.button-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f60000;
  color: white;
  column-gap: 8px;
  padding: 4px 12px;
  border: 1px solid red;
  border-radius: 6px;
}
.footer-contents {
  font-size: 18px;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .Footerimg {
    width: 36px;
  }
  .Footerimgs {
    width: 32px;
  }
  .footer-contents {
    font-size: 18px;
  }
  .google-maps {
    padding-bottom: 40%;
    max-width: 70%;
    border-radius: 20px;
  }
  .form-head {
    font-size: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .google-maps {
    padding-bottom: 42%;
    max-width: 70%;
    border-radius: 16px;
  }
  .form-head {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1068px) {
  .footer-container {
    max-width: 40.7058823529rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .content-title {
    font-size: 38px;
  }
  .Footerimg {
    width: 32px;
    margin-bottom: 10px;
  }
  .Footerimgs {
    width: 30px;
    margin-bottom: 10px;
  }
  .footer-contents {
    font-size: 16px;
  }
  .google-maps {
    padding-bottom: 50%;
    max-width: 84%;
    border-radius: 14px;
  }
  .second-field {
    margin-top: 50px;
  }
  .buttons {
    margin-top: 16px;
  }
  .form-head {
    font-size: 32px;
  }
}
@media only screen and (max-width: 734px) {
  .footer-container {
    max-width: 22.9411764706rem;
  }
}
@media only screen and (max-width: 520px) {
  .google-maps {
    margin-top: 30px;
    padding-bottom: 60%;
    max-width: 90%;
    border-radius: 12px;
  }
  .error-message {
    font-size: 12px;
  }
  #message-error {
    font-size: 12px !important;
  }
  .form-section {
    margin-top: 30px;
  }
  .content-title {
    font-size: 30px;
    letter-spacing: 0px;
  }
  .form-head {
    font-size: 26px;
  }
  .Footerimg {
    width: 28px;
    margin-bottom: 6px;
  }
  .Footerimgs {
    width: 26px;
    margin-bottom: 6px;
  }
  .footer-contents {
    font-size: 13px;
  }
  .second-field {
    margin-top: 40px;
  }
  .form-second {
    margin-top: 40px;
  }
  .footer-container {
    margin-top: 30px;
  }
  .button-submit {
    column-gap: 6px;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 400px) {
  .content-title {
    font-size: 28px;
    letter-spacing: 0px;
  }
  .form-head {
    font-size: 24px;
  }
}
@media only screen and (max-width: 340px) {
  .form-head {
    font-size: 24px;
  }
}
@media only screen and (max-width: 382px) {
  .footer-container {
    max-width: 17.941176rem;
  }
}
