@import url('../../fonts/font.css');

@media (max-width: 800px) {

  .logo_img {
    height: 100px;
    width: auto;
    display: none;
  }

  .logo_img_small {
    margin-top: 4px;
    margin-left: 19px;
    width: 200px;
    height: auto;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    transition: 0.5s;
    cursor: pointer;
    display: block;
  }

  .nav_txt_a {
    text-decoration: none;
    color: white;
    margin-bottom: 25px;
    display: none;
  }

  .side_nav_bar_div {
    display: block;
  }

  .popup_navigation_txt_div {
    margin-top: 93px;
  }

  .close_popup_navigation_btn {
    position: absolute;
    right: -1px;
    top: -16px;
    font-size: 35px;
    margin-right: 20px;
    font-family: Gabarito-Regular;
    cursor: pointer;
    transition: 0.5s;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    background-color: black;
    color: rgb(71, 147, 196);
  }

  .close_popup_navigation_btn:hover {
    background-color: rgb(71, 147, 196);
    color: black;
    transition: 0.5s;
  }

  .popup_nav_txt_a {
    text-decoration: none;
    color: black;
    margin-bottom: 15px;
    text-align: center;
    font-size: 30px;
  }

  .popup_nav_div {
    transition: 0.5s;
    margin-top: 72px;
  }
  
  .pick_up_airport_div {
    display: grid;
    margin-left: 53px;
  }
}

@media (max-width: 670px) {

  .booking_status_form {

    top: 150px;

    width: 500px;

    height: auto;

    background-color: white;

    border-radius: 5px;

    padding: 20px;

    min-height: 414px;

  }



  .booking_status_btn {

    position: absolute;

    right: -30px;

    top: -55px;

    font-size: 25px;

    margin-right: 20px;

    font-family: 'Gabarito-Regular';

    cursor: pointer;

    transition: 0.5s;

    padding-top: 5px;

    padding-bottom: 5px;

    padding-left: 12px;

    padding-right: 12px;

    border-radius: 5px;

    background-color: black;

    color: white;

  }

}



@media (max-width: 570px) {

  .booking_status_form {

    top: 150px;

    width: 400px;

    height: auto;

    background-color: white;

    border-radius: 5px;

    padding: 20px;

    min-height: 414px;

  }



  .booking_status_btn {

    position: absolute;

    right: -25px;

    top: -55px;

    font-size: 25px;

    margin-right: 20px;

    font-family: 'Gabarito-Regular';

    cursor: pointer;

    transition: 0.5s;

    padding-top: 5px;

    padding-bottom: 5px;

    padding-left: 12px;

    padding-right: 12px;

    border-radius: 5px;

    background-color: black;

    color: white;

  }

}



@media (max-width: 470px) {

  .booking_status_form {
    top: 150px;
    width: 300px;
    height: auto;
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    min-height: 414px;
  }

  .booking_status_btn {
    position: absolute;
    right: -20px;
    top: -55px;
    font-size: 25px;
    margin-right: 20px;
    font-family: 'Gabarito-Regular';
    cursor: pointer;
    transition: 0.5s;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    background-color: black;
    color: white;
  }

  .gopark_booking_view_container {
    width: 300px;
    height: 400px;
    padding: 20px;
    border: 4px solid white;
    border-radius: 10px;
    background-color: white;
    max-height: 100%;
    overflow: auto;
}

   .parking_options_div {
     display: flex;
     justify-content: space-between;
     margin: 20px 0px 20px 0px;
   }

   .parking_options_title {
     font-family: 'Gabarito-Regular';
     margin: 0px;
   }

   .parking_options_txt {
     font-family: 'Gabarito-Regular';
     margin: 0px;
   }

  .airport_pickup_title {
    font-family: 'Gabarito-Regular';
    margin: 0px;
    width: 100px;
  }

  .amount_div {
    display: flex;
    justify-content: space-between;
    margin: 0px 0px 20px 0px;
  }

}

@media (max-width: 530px) {

  .price_div_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    height: auto;
    width: 400px;
    background-color: white;
    border-radius: 5px;
    display: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .price_div_popup_container {
    display: flex;
    justify-content: space-around;
    margin-left: 50px;
    margin-right: 50px;
  }

  .checklist_txt {
    font-family: Gabarito-Regular;
    font-size: 15px;
  }
}

@media (max-width: 430px) {
  .price_div_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    height: auto;
    width: 350px;
    background-color: white;
    border-radius: 5px;
    display: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .price_div_popup_container {
    display: flex;
    justify-content: space-around;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 400px) {
  .logo_img_small {
    margin-top: 7px;
    margin-left: 19px;
    width: 120px;
    height: auto;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    transition: 0.5s;
    cursor: pointer;
    display: block;
  }

  .navigation_sub {
    display: flex;
    justify-content: space-around;
    margin-top: 14px;
    z-index: 1;
  }

  .side_nav_bar_div {
    position: relative;
    top: 11px;
    font-size: 25px;
    color: black;
    margin-right: 20px;
    padding: 6px 10px 3px 10px;
    background-color: white;
    margin-bottom: 2px;
    border-radius: 5px;
  }
}

@media (max-width: 380px) {
  .price_div_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    height: auto;
    width: 300px;
    background-color: white;
    border-radius: 5px;
    display: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .price_div_popup_container {
    display: flex;
    justify-content: space-around;
    margin-left: 30px;
    margin-right: 30px;
  }

  .checklist_txt {
    font-family: Gabarito-Regular;
    font-size: 12px;
  }
  
  .date_input_label {
    font-size: 1rem;
    color: black;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 0 3px;
    width: fit-content;
    font-family: 'Gabarito-Regular';
     margin-right: 0px; 
  }
}

@media (max-width: 330px) {
  .price_div_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    height: auto;
    width: 250px;
    background-color: white;
    border-radius: 5px;
    display: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .price_div_popup_container {
    display: flex;
    justify-content: space-around;
    margin-left: 15px;
    margin-right: 15px;
  }

  .checklist_txt {
    font-family: Gabarito-Regular;
    font-size: 10px;
  }

  .login_nav_btn {
    position: relative;
    top: 10px;
    height: 40px;
    background-color: rgb(71, 147, 196);
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-around;
  }
}
