@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.main-text-l1 {
  font-family: "Roboto", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px !important;
  text-align: center;
  align-items: center;
  color: #391975;
  margin-bottom: 6px; }

.main-text-l1-exclamation {
  font-family: "Roboto", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px !important;
  text-align: center;
  align-items: center;
  color: #40E098;
  margin-bottom: 6px; }

.main-text-l2 {
  font-family: "Roboto", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px !important;
  text-align: center;
  align-items: center;
  color: #391975; }

.main-text-l3 {
  font-family: "Roboto", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px !important;
  text-align: center;
  align-items: center;
  color: #4E249F;
  margin: 6px 0px; }

.main-text-l4 {
  font-family: "Roboto", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  text-align: center;
  align-items: center;
  color: #000000; }

.ryde-logo {
  margin: 20px 0px;
  width: 145px;
  height: 56px;
  background: #FFFFFF;
  display: flex;
  align-items: center; }

.main-image {
  height: 625px !important;
  width: 1197px !important;
  margin: 24px 0px 0px 0px !important; }

.app-store-icon {
  height: 38px !important;
  width: 107px !important;
  margin: 24px 12px 0px 12px !important;
  padding: 6px; }

.back-to-button-style {
  font-family: "Roboto", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  align-items: center;
  color: #33A2FF;
  border: #33A2FF;
  background-color: #FFFFFF;
  opacity: 1; }

.link-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: lightblue;
  background-color: dimgray;
  padding: 5px 10px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }

.main-text-container {
  gap: 24px;
  display: flex;
  justify-content: center;
  align-items: center; }

.main-text-line-container {
  display: flex;
  justify-content: center;
  align-items: center; }

.ryde-logo-container {
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center; }

.app-store-icon-container {
  display: flex;
  justify-content: center;
  align-items: center; }

.image-container {
  display: flex;
  justify-content: center;
  align-items: center; }

.back-to-button-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 63px;
  gap: 10px;
  margin-top: 10px; }

@media screen and (max-width: 480px) {
  .main-text-l1 {
    font-family: "Roboto", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px !important;
    text-align: center;
    align-items: center;
    color: #391975;
    margin-bottom: 4px; }
  .main-text-l1-exclamation {
    font-family: "Roboto", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px !important;
    text-align: center;
    align-items: center;
    color: #40E098;
    margin-bottom: 6px; }
  .main-text-l2 {
    font-family: "Roboto", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px !important;
    text-align: center;
    align-items: center;
    color: #391975;
    width: 250px; }
  .main-text-l3 {
    font-family: "Roboto", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    text-align: center;
    align-items: center;
    color: #4E249F;
    width: 200px;
    margin: 15px; }
  .main-text-l4 {
    font-family: "Roboto", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px !important;
    text-align: center;
    align-items: center;
    color: #000000;
    width: 200px; }
  .ryde-logo {
    margin: 15px 0px;
    width: 102px;
    height: 40px;
    background: #FFFFFF;
    display: flex;
    align-items: center; }
  .main-image {
    height: 191px !important;
    width: 366px !important;
    margin: 15px 0px 0px 0px !important; }
  .app-store-icon {
    height: 30px !important;
    width: 85px !important;
    margin: 20px 7.5px 0px 7.5px !important; }
  .ryde-logo-container {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center; } }

#apple:hover {
  cursor: pointer; }

#apple:hover + #apple-link {
  cursor: pointer;
  opacity: 1; }

#android:hover {
  cursor: pointer;
  opacity: 1; }

#android:hover + #android-link {
  cursor: pointer;
  opacity: 1; }

#ryde-logo:hover + #home-link {
  cursor: pointer;
  opacity: 1; }

#ryde-logo:hover {
  cursor: pointer; }

#back-link:hover {
  cursor: pointer;
  opacity: 1;
  transform: translateX(-50%);
  left: 55%; }

.ryde-logo-container:hover {
  cursor: pointer; }
