@import url('../../fonts/font.css');

@media (max-width: 1268px) {
  .parking_information {
    position: relative;
    bottom: 575px;
    left: 130px;
    width: 652px;
  }

  .img_introduction_title {
    font-family: Gabarito-Regular;
    font-size: 45px;
    color: white;
  }
}

@media (max-width: 1195px) {
  .img_introduction_title {
    font-family: Gabarito-Regular;
    font-size: 40px;
    color: white;
  }
}

@media (max-width: 1123px) {
  .img_introduction_title {
    font-family: Gabarito-Regular;
    font-size: 35px;
    color: white;
  }

  .parking_information {
    position: relative;
    bottom: 575px;
    left: 130px;
    width: 652px;
  }

  .shuttle_div {
    height: auto;
    width: 300px;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
  }

  .quick_and_easy_parking_div {
    height: auto;
    width: 300px;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
  }

  .safe_and_secure_div {
    height: auto;
    width: 300px;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
  }

  .shuttle_img {
    object-fit: cover;
    height: auto;
    width: 300px;
  }
}

@media (max-width: 1050px) {

  .parking_information {
    position: relative;
    bottom: 575px;
    left: 130px;
    width: 507px;
  }

  .img_introduction_title {
    font-family: Gabarito-Regular;
    font-size: 35px;
    color: white;
  }

  .img_introduction_title_support {
    font-family: Gabarito-Regular;
    font-weight: 900;
    font-size: 20px;
    color: white;
  }

  .airport_shuttle_div {
    height: auto;
    width: 250px;
  }

  .airport_shuttle_body_one_img {
    width: auto;
    height: 60px;
  }

  .airport_shuttle_body_one_title {
    color: white;
    margin-bottom: -20px;
    font-family: Gabarito-Regular;
    font-size: 16px;
  }

  .airport_shuttle_body_one_sub_title {
    position: relative;
    top: 4px;
    color: rgb(71, 147, 196);
    font-family: Gabarito-Regular;
    font-size: 15px;
  }

  .overnight_parking_div {
    height: auto;
    width: 250px;
  }

  .overnight_parking_body_one {
    display: flex;
    margin-bottom: 10px;
  }

  .overnight_parking_body_one_title {
    color: white;
    margin-bottom: -20px;
    font-family: Gabarito-Regular;
    font-size: 16px;
  }

  .overnight_parking_body_one_sub_title {
    position: relative;
    top: 8px;
    color: rgb(71, 147, 196);
    font-family: Gabarito-Regular;
    font-size: 15px;
  }

  .event_parking_div {
    height: auto;
    width: 250px;
  }

  .event_parking_body_one {
    display: flex;
    margin-bottom: 3px;
  }

  .event_parking_body_one_title {
    color: white;
    margin-bottom: -20px;
    font-family: Gabarito-Regular;
    font-size: 15px;
  }

  .event_parking_body_one_sub_title {
    position: relative;
    top: 3px;
    color: rgb(71, 147, 196);
    font-family: Gabarito-Regular;
    font-size: 15px;
  }

  .google_maps_sub_title {
    text-align: center;
    font-family: Gabarito-Regular;
    color: black;
    font-size: 30px;
  }

  .google_maps_image_1_front {
    width: auto;
    height: 300px;
    margin-right: 10px;
    border-radius: 10px;
  }

  .google_maps_image_1_side {
    width: auto;
    height: 300px;
    margin-left: 10px;
    border-radius: 10px;
  }
  .google_maps_image_2_front {
    width: auto;
    height: 300px;
    margin-right: 10px;
    border-radius: 10px;
  }

  .google_maps_image_2_side {
    width: auto;
    height: 300px;
    margin-left: 10px;
    border-radius: 10px;
  }

  .google_maps_map {
    width: 800px;
    height: 450px;
    border-left: 4px solid rgb(71, 147, 196);
    border-top: 4px solid rgb(71, 147, 196);
    border-radius: 5px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 980px)  {
  .shuttle_div {
    height: auto;
    width: 250px;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
  }

  .quick_and_easy_parking_div {
    height: auto;
    width: 250px;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
  }

  .safe_and_secure_div {
    height: auto;
    width: 250px;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
  }

  .shuttle_img {
    object-fit: cover;
    height: auto;
    width: 250px;
  }
}


@media (max-width: 840px)  {
  .parking_information {
    position: relative;
    bottom: 575px;
    left: 90px;
    width: 507px;
  }

  .shuttle_div {
    height: auto;
    width: 200px;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
  }

  .shuttle_title {
    font-family: Gabarito-Regular;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
  }

  .shuttle_description {
    font-family: Gabarito-Regular;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
  }

  .shuttle_schedule_btn {
    font-weight: bold;
    padding: 10px;
    background-color: rgb(71, 147, 196);
    color: black;
    font-family: Gabarito-Regular;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 10px;
  }

  .quick_and_easy_parking_div {
    height: auto;
    width: 200px;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
  }

  .quick_and_easy_parking_title {
    font-family: Gabarito-Regular;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
  }

  .quick_and_easy_parking_description {
    font-family: Gabarito-Regular;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
  }

  .safe_and_secure_div {
    height: auto;
    width: 200px;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
  }

  .safe_and_secure_title {
    font-family: Gabarito-Regular;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
  }

  .safe_and_secure_description {
    font-family: Gabarito-Regular;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
  }

  .shuttle_img {
    object-fit: cover;
    height: auto;
    width: 200px;
  }

  .airport_shuttle_div {
    height: auto;
    width: 200px;
  }

  .airport_shuttle_body_one {
    display: flex;
    margin-bottom: 6px;
  }

  .airport_shuttle_body_one_img {
    width: auto;
    height: 50px;
  }

  .airport_shuttle_body_one_text {
    position: relative;
    bottom: 2px;
    margin-left: 10px;
  }

  .airport_shuttle_body_one_title {
    color: white;
    margin-bottom: -20px;
    font-family: Gabarito-Regular;
    font-size: 13px;
  }

  .airport_shuttle_body_one_sub_title {
    position: relative;
    top: 4px;
    color: rgb(71, 147, 196);
    font-family: Gabarito-Regular;
    font-size: 13px;
  }

  .airport_shuttle_body_one_description {
    color: white;
    font-family: Gabarito-Regular;
    font-size: 14px;
  }

  .overnight_parking_div {
    height: auto;
    width: 200px;
  }

  .overnight_parking_body_one {
    display: flex;
    margin-bottom: 11px;
  }

  .overnight_parking_body_one_img {
    width: auto;
    height: 50px;
  }

  .overnight_parking_body_one_text {
    position: relative;
    bottom: 3px;
    margin-left: 10px;
  }

  .overnight_parking_body_one_title {
    color: white;
    margin-bottom: -20px;
    font-family: Gabarito-Regular;
    font-size: 13px;
  }

  .overnight_parking_body_one_sub_title {
    position: relative;
    top: 8px;
    color: rgb(71, 147, 196);
    font-family: Gabarito-Regular;
    font-size: 13px;
  }

  .overnight_parking_body_one_description {
    color: white;
    font-family: Gabarito-Regular;
    font-size: 14px;
  }

  .event_parking_div {
    height: auto;
    width: 200px;
  }

  .event_parking_body_one {
    display: flex;
    margin-bottom: 3px;
  }

  .event_parking_body_one_img {
    width: auto;
    height: 50px;
  }

  .event_parking_body_one_text {
    position: relative;
    bottom: 1px;
    margin-left: 10px;
  }

  .event_parking_body_one_title {
    color: white;
    margin-bottom: -20px;
    font-family: Gabarito-Regular;
    font-size: 13px;
  }

  .event_parking_body_one_sub_title {
    position: relative;
    top: 3px;
    color: rgb(71, 147, 196);
    font-family: Gabarito-Regular;
    font-size: 13px;
  }

  .event_parking_body_one_description {
    color: white;
    font-family: Gabarito-Regular;
    font-size: 14px;
  }

  .google_maps_sub_title {
    text-align: center;
    font-family: Gabarito-Regular;
    color: black;
    font-size: 25px;
  }

  .google_maps_image_1_front {
    width: auto;
    height: 200px;
    margin-right: 10px;
    border-radius: 10px;
  }

  .google_maps_image_1_side {
    width: auto;
    height: 200px;
    margin-left: 10px;
    border-radius: 10px;
  }
  .google_maps_image_2_front {
    width: auto;
    height: 200px;
    margin-right: 10px;
    border-radius: 10px;
  }

  .google_maps_image_2_side {
    width: auto;
    height: 200px;
    margin-left: 10px;
    border-radius: 10px;
  }

  .google_maps_map {
    width: 600px;
    height: 350px;
    border-left: 4px solid rgb(71, 147, 196);
    border-top: 4px solid rgb(71, 147, 196);
    border-radius: 5px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  }
  
  .pick_up_airport_div {
    display: grid;
    margin-left: 0px;
  }
}

@media (max-width: 720px)  {
  .parking_information {
    position: relative;
    bottom: 575px;
    left: 70px;
    width: 435px;
  }

  .img_introduction_title {
    font-family: Gabarito-Regular;
    font-size: 30px;
    color: white;
  }

  .img_introduction_title_support {
    font-family: Gabarito-Regular;
    font-weight: 900;
    font-size: 18px;
    color: white;
  }
}

@media (max-width: 700px) {

  .why_title {
    text-align: center;
    font-family: Gabarito-Regular;
    color: rgb(71, 147, 196);
    margin-bottom: -10px;
  }

  .why_div_container {
    display: none;
  }

  .why_div_container_small_hold {
    display: block;
  }

  .why_div_container_small {
    display: flex;
    justify-content: space-around;
    height: 500px;
  }

  .scroll_solution_description {
    font-family: Gabarito-Regular;
    color: rgb(71, 147, 196);
    text-align: center;
    display: block;
  }

  .scroll_solution_container {
    display: block;
  }

  .shuttle_div {
    height: auto;
    width: 400px;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
    display: none;
  }

  .shuttle_div_small {
    height: auto;
    width: 400px;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
    display: block;
  }

  .shuttle_img {
    object-fit: cover;
    height: auto;
    width: 400px;
  }

  .shuttle_title {
    font-family: Gabarito-Regular;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 25px;
  }

  .shuttle_description {
    font-family: Gabarito-Regular;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
  }

  .shuttle_schedule_btn {
    font-weight: bold;
    padding: 10px;
    background-color: rgb(71, 147, 196);
    color: black;
    font-family: Gabarito-Regular;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 15px;
  }

  .quick_and_easy_parking_div {
    height: auto;
    width: 400px;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
    display: none;
  }

  .quick_and_easy_parking_div_small {
    height: auto;
    width: 400px;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
    display: none;
  }

  .quick_and_easy_parking_title {
    font-family: Gabarito-Regular;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 25px;
  }

  .quick_and_easy_parking_description {
    font-family: Gabarito-Regular;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
  }

  .safe_and_secure_div {
    height: auto;
    width: 400px;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
    display: none;
  }

  .safe_and_secure_div_small {
    height: auto;
    width: 400px;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
    display: none;
  }

  .safe_and_secure_title {
    font-family: Gabarito-Regular;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 25px;
  }

  .safe_and_secure_description {
    font-family: Gabarito-Regular;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
  }


  /* Options For Smaller Screens */

  .about_location_div {
    margin-top: 40px;
    height: 800px;
    margin-bottom: 0px;
  }

.scroll_location_description {
    position: relative;
    bottom: 663px;
    font-family: Gabarito-Regular;
    color: rgb(71, 147, 196);
    text-align: center;
    margin-bottom: 10px;
    display: block;
  }

  .scroll_location_div {
    position: relative;
    bottom: 657px;
    display: flex;
    justify-content: space-between;
    background-color: white;
    margin: 0 auto;
    padding: 6px;
    border-radius: 5px;
    width: 250px;
    margin-bottom: 4px;
  }

  /* ______________________ */


  /* Smaller Screen Location Div */

  .scroll_location_container {
    display: block;
  }

  .about_location_div_container {
    position: relative;
    bottom: 621px;
    display: flex;
    justify-content: space-around;
    display: none;
  }

  .about_location_div_container_small_container {
    display: block;
  }

  .about_location_div_container_small {
    position: relative;
    bottom: 621px;
    display: flex;
    justify-content: space-around;
  }

  .airport_shuttle_body_one {
    display: flex;
    margin-bottom: -19px;
  }

  .airport_shuttle_body_one_img {
    width: auto;
    height: 70px;
  }

  .airport_shuttle_body_one_text {
    position: relative;
    bottom: 22px;
    margin-left: 24px;
  }

  .airport_shuttle_body_one_title {
    color: white;
    margin-bottom: -20px;
    font-family: Gabarito-Regular;
    font-size: 25px;
  }

  .airport_shuttle_body_one_sub_title {
    position: relative;
    top: 4px;
    color: rgb(71, 147, 196);
    font-family: Gabarito-Regular;
    font-size: 18px;
  }

  .airport_shuttle_body_one_description {
    color: white;
    font-family: Gabarito-Regular;
    font-size: 17px;
}

  .overnight_parking_div_small {
    height: auto;
    width: 500px;
  }

  .overnight_parking_body_one {
    display: flex;
    margin-bottom: -7px;
  }

  .overnight_parking_body_one_img {
    width: auto;
    height: 60px;
  }

  .overnight_parking_body_one_text {
    position: relative;
    bottom: 26px;
    margin-left: 24px;
  }

  .overnight_parking_body_one_title {
    color: white;
    margin-bottom: -20px;
    font-family: Gabarito-Regular;
    font-size: 25px;
  }

  .overnight_parking_body_one_sub_title {
    position: relative;
    top: 8px;
    color: rgb(71, 147, 196);
    font-family: Gabarito-Regular;
    font-size: 18px;
  }

  .overnight_parking_body_one_description {
    color: white;
    font-family: Gabarito-Regular;
    font-size: 17px;
  }

  .event_parking_div_small {
    height: auto;
    width: 500px;
  }

  .event_parking_body_one {
    display: flex;
    margin-bottom: -19px;
  }

  .event_parking_body_one_img {
    width: auto;
    height: 70px;
  }

  .event_parking_body_one_text {
    position: relative;
    bottom: 16px;
    margin-left: 24px;
  }

  .event_parking_body_one_title {
    color: white;
    margin-bottom: -20px;
    font-family: Gabarito-Regular;
    font-size: 25px;
  }

  .event_parking_body_one_sub_title {
    position: relative;
    top: 3px;
    color: rgb(71, 147, 196);
    font-family: Gabarito-Regular;
    font-size: 18px;
  }

  .event_parking_body_one_description {
    color: white;
    font-family: Gabarito-Regular;
    font-size: 17px;
  }

  /* ______________________ */
}

@media (max-width: 660px) {
   .view_parking_space_div {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    width: 500px;
    height: 350px;
    border-radius: 5px;
    background-color: white;
    display: none;
  }
}

@media (max-width: 643px) {

  .about_location_div {
    margin-top: 40px;
    height: 770px;
    margin-bottom: 0px;
  }

  .google_maps_title {
    text-align: center;
    font-family: Gabarito-Regular;
    color: rgb(71, 147, 196);
    font-size: 18px;
  }

  .google_maps_sub_title {
    text-align: center;
    font-family: Gabarito-Regular;
    color: black;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .google_maps_image_1_div {
    display: block;
    text-align: center;
    margin-top: 20px;
  }

  .google_maps_image_1_front {
    width: auto;
    height: 300px;
    margin-right: 0px;
    border-radius: 10px;
  }

  .google_maps_image_1_side {
    width: auto;
    height: 300px;
    margin-left: 0px;
    border-radius: 10px;
  }

  .google_maps_image_2_div {
    display: block;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .google_maps_image_2_front {
    width: auto;
    height: 300px;
    margin-right: 0px;
    border-radius: 10px;
  }

  .google_maps_image_2_side {
    width: auto;
    height: 300px;
    margin-left: 0px;
    border-radius: 10px;
  }

  .google_maps_map {
    width: 400px;
    height: 300px;
    border-left: 4px solid rgb(71, 147, 196);
    border-top: 4px solid rgb(71, 147, 196);
    border-radius: 5px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 571px) {

  .intro_div {
    margin-bottom: -230px;
  }

  .parking_information {
    position: relative;
    bottom: 575px;
    left: 60px;
    width: 363px;
  }

  .img_introduction_title {
    font-family: Gabarito-Regular;
    font-size: 25px;
    color: white;
  }

  .about_location_sub_title {
    text-align: center;
    font-family: Gabarito-Regular;
    color: white;
    font-size: 25px;
  }

  .airport_shuttle_div_small {
    height: auto;
    width: 400px;
  }

  .overnight_parking_div_small {
    height: auto;
    width: 400px;
  }

  .event_parking_div_small {
    height: auto;
    width: 400px;
  }
}

@media (max-width: 540px) {
   .view_parking_space_div {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    width: 400px;
    height: 300px;
    border-radius: 5px;
    background-color: white;
    display: none;
  }

  .view_parking_space_title {
    text-align: center;
    font-family: Gabarito-Regular;
    color: black;
    font-size: 20px;
  }

  .view_parking_space_txt {
    text-align: center;
    font-family: Gabarito-Regular;
    color: black;
    font-size: 20px;
  }
}

@media (max-width: 490px) {
  .parking_information {
    position: relative;
    bottom: 575px;
    left: 50px;
    width: 290px;
  }

  .img_introduction_title {
    font-family: Gabarito-Regular;
    font-size: 20px;
    color: white;
  }

  .img_introduction_title_support {
    font-family: Gabarito-Regular;
    font-weight: 900;
    font-size: 15px;
    color: white;
  }

  .view_parking_btn {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    background-color: rgb(71, 147, 196);
    color: black;
    font-family: Gabarito-Regular;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
  }

  .why_div_container_small {
    display: flex;
    justify-content: space-around;
    height: 430px;
  }

  .shuttle_img {
    object-fit: cover;
    height: auto;
    width: 320px;
  }

  .shuttle_div_small {
    height: auto;
    width: 320px;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
  }

  .quick_and_easy_parking_div_small {
    height: auto;
    width: 320px;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
  }

  .safe_and_secure_div_small {
    height: auto;
    width: 320px;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
  }

  .about_location_sub_title {
    text-align: center;
    font-family: Gabarito-Regular;
    color: white;
    font-size: 22px;
  }

  .scroll_location_div {
    position: relative;
    bottom: 657px;
    display: flex;
    justify-content: space-between;
    background-color: white;
    margin: 0 auto;
    padding: 6px;
    border-radius: 5px;
    width: 200px;
    margin-bottom: 4px;
  }

  .airport_parking_scroll {
    background-color: rgb(71, 147, 196);
    border: none;
    font-size: 15px;
    border-radius: 5px;
    font-family: Gabarito-Regular;
    padding: 10px;
  }

  .hourly_parking_scroll {
    border: none;
    font-size: 15px;
    background-color: white;
    color: black;
    border-radius: 5px;
    font-family: Gabarito-Regular;
    padding: 10px;
  }

  .event_parking_scroll {
    border: none;
    font-size: 15px;
    background-color: white;
    color: black;
    border-radius: 5px;
    font-family: Gabarito-Regular;
    padding: 10px;
  }

  .airport_shuttle_div_small {
    height: auto;
    width: 320px;
  }

  .airport_shuttle_body_one {
    display: flex;
    margin-bottom: 5px;
  }

  .airport_shuttle_body_one_text {
    position: relative;
    bottom: 6px;
    margin-left: 24px;
  }

  .airport_shuttle_body_one_title {
    color: white;
    margin-bottom: -20px;
    font-family: Gabarito-Regular;
    font-size: 20px;
  }

  .airport_shuttle_body_one_sub_title {
    position: relative;
    top: 4px;
    color: rgb(71, 147, 196);
    font-family: Gabarito-Regular;
    font-size: 15px;
  }

  .overnight_parking_div_small {
    height: auto;
    width: 320px;
  }

  .overnight_parking_body_one {
    display: flex;
    margin-bottom: 15px;
  }

  .overnight_parking_body_one_text {
    position: relative;
    bottom: 13px;
    margin-left: 24px;
  }

  .overnight_parking_body_one_title {
    color: white;
    margin-bottom: -20px;
    font-family: Gabarito-Regular;
    font-size: 20px;
  }

  .overnight_parking_body_one_sub_title {
    position: relative;
    top: 8px;
    color: rgb(71, 147, 196);
    font-family: Gabarito-Regular;
    font-size: 15px;
  }

  .event_parking_div_small {
    height: auto;
    width: 320px;
  }

  .event_parking_body_one {
    display: flex;
    margin-bottom: 5px;
  }

  .event_parking_body_one_text {
    position: relative;
    bottom: 5px;
    margin-left: 24px;
  }

  .event_parking_body_one_title {
    color: white;
    margin-bottom: -20px;
    font-family: Gabarito-Regular;
    font-size: 20px;
  }

  .event_parking_body_one_sub_title {
    position: relative;
    top: 3px;
    color: rgb(71, 147, 196);
    font-family: Gabarito-Regular;
    font-size: 15px;
  }

  .google_maps_title {
    text-align: center;
    font-family: Gabarito-Regular;
    color: rgb(71, 147, 196);
    font-size: 13px;
  }

  .google_maps_sub_title {
    text-align: center;
    font-family: Gabarito-Regular;
    color: black;
    font-size: 15px;
    margin-bottom: 20px;
  }

  .google_maps_image_1_front {
    width: auto;
    height: 250px;
    margin-right: 0px;
    border-radius: 10px;
  }

  .google_maps_image_1_side {
    width: auto;
    height: 250px;
    margin-left: 0px;
    border-radius: 10px;
  }
.google_maps_image_2_front {
    width: auto;
    height: 250px;
    margin-right: 0px;
    border-radius: 10px;
  }

  .google_maps_image_2_side {
    width: auto;
    height: 250px;
    margin-left: 0px;
    border-radius: 10px;
  }

  .google_maps_map {
    width: 320px;
    height: 250px;
    border-left: 4px solid rgb(71, 147, 196);
    border-top: 4px solid rgb(71, 147, 196);
    border-radius: 5px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 480px) {

  .shuttle_table_div {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    height: 520px;
    width: 350px;
    background-color: white;
    border-radius: 5px;
    padding-top: 50px;
    padding-bottom: 50px;
    display: none;
  }

  .close_shuttle_table_btn {
    position: absolute;
    right: -11px;
    top: -15px;
    font-size: 25px;
    margin-right: 20px;
    font-family: Gabarito-Regular;
    cursor: pointer;
    transition: 0.5s;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    background-color: black;
    color: rgb(71, 147, 196);
  }

  .shuttle_table_button_box_txt {
    text-align: center;
    font-family: Gabarito-Regular;
    margin-bottom: -23px;
    font-size: 15px;
  }

  .shuttle_shedule_table_div_klia {
    margin: auto;
    text-align: center;
    height: 300px;
    width: 250px;
    overflow: auto;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
  }

  .shuttle_shedule_table_klia_row_title {
    background-color: rgb(71, 147, 196);
    padding: 20px;
    padding-left: 24px;
    padding-right: 33px;
    font-size: 17px;
  }

  .shuttle_shedule_table_div_klia_2 {
    margin: auto;
    text-align: center;
    height: 300px;
    width: 250px;
    overflow: auto;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
    display: none;
  }

  .shuttle_shedule_table_klia_2_row_title {
    background-color: rgb(71, 147, 196);
    padding: 22px;
    font-size: 17px;
  }
}

@media (max-width: 460px) {
  .view_parking_space_div {
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 1001;
   width: 300px;
   height: 200px;
   border-radius: 5px;
   background-color: white;
   display: none;
  }

  .close_view_parking_space_div_btn {
    position: absolute;
    right: -8px;
    top: -8px;
    font-size: 20px;
    margin-right: 20px;
    font-family: Gabarito-Regular;
    cursor: pointer;
    transition: 0.5s;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    background-color: black;
    color: rgb(71, 147, 196);
  }

  .view_parking_space_container {
    position: fixed;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }

  .view_parking_space_title {
    text-align: center;
    font-family: Gabarito-Regular;
    color: black;
    font-size: 15px;
  }

  .view_parking_space_txt {
    text-align: center;
    font-family: Gabarito-Regular;
    color: black;
    font-size: 20px;
  }
}

@media (max-width: 380px) {
  .parking_information {
    position: relative;
    bottom: 575px;
    left: 40px;
    width: 290px;
  }

  .img_introduction_title {
    font-family: Gabarito-Regular;
    font-size: 18px;
    color: white;
  }

  .why_sub_title {
    text-align: center;
    font-family: Gabarito-Regular;
    font-size: 25px;
  }



  .shuttle_img {
    object-fit: cover;
    height: auto;
    width: 280px;
  }

  .shuttle_div_small {
    height: auto;
    width: 280px;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
  }

  .quick_and_easy_parking_div_small {
    height: auto;
    width: 280px;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
  }

  .safe_and_secure_div_small {
    height: auto;
    width: 280px;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
  }

  .about_location_sub_title {
    text-align: center;
    font-family: Gabarito-Regular;
    color: white;
    font-size: 18px;
  }

  .airport_shuttle_div_small {
    height: auto;
    width: 280px;
  }

  .airport_shuttle_body_one_title {
    color: white;
    margin-bottom: -20px;
    font-family: Gabarito-Regular;
    font-size: 18px;
  }

  .overnight_parking_div_small {
    height: auto;
    width: 280px;
  }

  .overnight_parking_body_one_title {
    color: white;
    margin-bottom: -20px;
    font-family: Gabarito-Regular;
    font-size: 18px;
  }

  .event_parking_div_small {
    height: auto;
    width: 280px;
  }

  .event_parking_body_one_title {
    color: white;
    margin-bottom: -20px;
    font-family: Gabarito-Regular;
    font-size: 18px;
  }

  .google_maps_sub_title {
    text-align: center;
    font-family: Gabarito-Regular;
    color: black;
    font-size: 13px;
    margin-bottom: 20px;
  }

  .google_maps_image_1_front {
    width: auto;
    height: 215px;
    margin-right: 0px;
    border-radius: 10px;
  }

  .google_maps_image_1_side {
    width: auto;
    height: 215px;
    margin-left: 0px;
    border-radius: 10px;
  }
.google_maps_image_2_front {
    width: auto;
    height: 215px;
    margin-right: 0px;
    border-radius: 10px;
  }

  .google_maps_image_2_side {
    width: auto;
    height: 215px;
    margin-left: 0px;
    border-radius: 10px;
  }

  .google_maps_map {
    width: 280px;
    height: 250px;
    border-left: 4px solid rgb(71, 147, 196);
    border-top: 4px solid rgb(71, 147, 196);
    border-radius: 5px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 375px) {
  .shuttle_table_div {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    height: 530px;
    width: 300px;
    background-color: white;
    border-radius: 5px;
    padding-top: 50px;
    padding-bottom: 50px;
    display: none;
  }
}

@media (max-width: 330px) {
  .parking_information {
    position: relative;
    bottom: 575px;
    left: 20px;
    width: 263px;
  }

  .why_title {
    text-align: center;
    font-family: Gabarito-Regular;
    color: rgb(71, 147, 196);
    margin-bottom: -5px;
  }

  .why_sub_title {
    text-align: center;
    font-family: Gabarito-Regular;
    font-size: 20px;
  }

  .scroll_solution_div {
      display: flex;
      justify-content: space-between;
      background-color: rgb(47,47,47);
      margin: 0 auto;
      padding: 6px;
      border-radius: 5px;
      width: 200px;
      margin-bottom: 20px;
  }

  .shuttle_scroll {
      background-color: rgb(71, 147, 196);
      border: none;
      font-size: 15px;
      border-radius: 5px;
      font-family: Gabarito-Regular;
      padding: 10px;
  }

  .easy_scroll {
    border: none;
    font-size: 15px;
    background-color: rgb(47,47,47);
    color: white;
    border-radius: 5px;
    font-family: Gabarito-Regular;
    padding: 10px;
  }

  .secure_scroll {
    border: none;
    font-size: 15px;
    background-color: rgb(47,47,47);
    color: white;
    border-radius: 5px;
    font-family: Gabarito-Regular;
    padding: 10px;
  }

  .shuttle_img {
    object-fit: cover;
    height: auto;
    width: 230px;
  }

  .shuttle_div_small {
    height: auto;
    width: 230px;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
  }

  .shuttle_title {
    font-family: Gabarito-Regular;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
  }

  .quick_and_easy_parking_div_small {
    height: auto;
    width: 230px;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
  }

  .quick_and_easy_parking_title {
    font-family: Gabarito-Regular;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
  }

  .safe_and_secure_div_small {
    height: auto;
    width: 230px;
    border-radius: 5px;
    border: 4px solid rgb(71, 147, 196);
  }

  .safe_and_secure_title {
    font-family: Gabarito-Regular;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
  }

  .about_location_div {
      margin-top: 40px;
      height: 643px;
      margin-bottom: 0px;
  }

  .about_location_img {
    width: 100%;
    height: 623px;
    object-fit: cover;
  }

  .about_location_div_text_container {
      position: relative;
      bottom: 522px;
  }

  .about_location_title {
      text-align: center;
      font-family: Gabarito-Regular;
      color: rgb(71, 147, 196);
      font-size: 15px;
  }

  .about_location_sub_title {
      text-align: center;
      font-family: Gabarito-Regular;
      color: white;
      font-size: 15px;
  }

  .about_location_div_container_small {
      position: relative;
      bottom: 502px;
      display: flex;
      justify-content: space-around;
  }

  .airport_shuttle_div_small {
      height: auto;
      width: 230px;
  }

  .airport_shuttle_body_one_sub_title {
      position: relative;
      top: 4px;
      color: rgb(71, 147, 196);
      font-family: Gabarito-Regular;
      font-size: 12px;
  }

  .airport_shuttle_body_one_description {
      color: white;
      font-family: Gabarito-Regular;
      font-size: 14px;
  }

  .google_maps_sub_title {
      text-align: center;
      font-family: Gabarito-Regular;
      color: black;
      font-size: 13px;
      margin-bottom: 20px;
      margin: 0px 70px;
  }

  .google_maps_title {
      text-align: center;
      font-family: Gabarito-Regular;
      color: rgb(71, 147, 196);
      font-size: 14px;
  }

  .google_maps_sub_title {
    text-align: center;
    font-family: Gabarito-Regular;
    color: black;
    font-size: 14px;
    margin-bottom: 20px;
    margin: 0px 70px;
  }

  .google_maps_image_1_front {
    width: auto;
    height: 181px;
    margin-right: 0px;
    border-radius: 10px;
  }

  .google_maps_image_1_side {
    width: auto;
    height: 181px;
    margin-left: 0px;
    border-radius: 10px;
  }
.google_maps_image_2_front {
    width: auto;
    height: 181px;
    margin-right: 0px;
    border-radius: 10px;
  }

  .google_maps_image_2_side {
    width: auto;
    height: 181px;
    margin-left: 0px;
    border-radius: 10px;
  }

  .google_maps_map_div {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .google_maps_map {
    width: 230px;
    height: 250px;
    border-left: 4px solid rgb(71, 147, 196);
    border-top: 4px solid rgb(71, 147, 196);
    border-radius: 5px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  }
}

