@media (width <= 62em) {
  .mainpage {
    max-width: 80rem;
  }

  .title {
    font-size: 4.2rem;
  }

  .search {
    min-width: 35rem;
    font-size: 2rem;
  }

  .btn-search {
    bottom: 16px;
  }

  .bookmark-icon-container {
    width: 3.9rem;
    height: 3.9rem;
    top: 20px;
  }

  .location-grid {
    gap: 2.2rem;
  }

  .icon {
    scale: 1.3;
  }

  .location-icon-main {
    scale: .8;
  }

  .temp-main {
    font-size: 4.8rem;
  }

  .tenp-unit-main {
    font-size: 2.2rem;
  }

  .location-img-container {
    height: 28rem;
  }

  .figcaption-img {
    top: 25.9rem;
  }

  .day-time {
    padding: 0 .5rem;
    font-size: 2.2rem;
  }

  .bookmark-container {
    width: 5rem;
    height: 5rem;
  }
}

@media (width <= 53em) {
  html {
    font-size: 56.25%;
  }

  .mainpage {
    max-width: 75rem;
  }

  .btn-search {
    bottom: 15px;
    right: 19px;
  }

  .bookmark-icon-container {
    top: 20px;
  }

  .figcaption-img {
    top: 23.9rem;
  }

  .bookmark-container {
    top: 80%;
  }

  .location-icon-main {
    margin-left: .5rem;
    scale: .7;
  }

  .temp-main {
    font-size: 4.4rem;
  }

  .day-time, .date-long, .time {
    padding-top: .2rem;
    font-size: 2rem;
  }

  .forecast-selection {
    margin-bottom: 1.8rem;
    padding: .8rem 1.2rem;
    font-size: 1.6rem;
  }

  .forecast-container {
    padding: 1.5rem 0;
  }

  .forecast-hour-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (width <= 46em) {
  html {
    font-size: 50%;
  }

  .btn-scroll {
    height: 20rem;
  }

  .forecast-days-container {
    height: 20rem;
    padding: 1.4rem 0 0 4rem;
  }

  .forecast-days-container .forecast-day-box:last-child {
    margin-right: 4rem;
  }

  .forecast-days-container .forecast-day-box:first-child {
    margin-left: 0;
  }

  .forecast-day-box {
    width: 10rem;
    height: 16rem;
  }

  .forecast-day {
    font-size: 2rem;
  }

  .temp-day-high {
    font-size: 1.7rem;
  }

  .temp-day-low {
    font-size: 1.6rem;
  }

  .days-description {
    display: none;
  }

  .forecast-hour-container {
    height: 20rem;
  }

  .forecast-hour-box {
    width: 10rem;
    height: 16rem;
    margin: 0;
  }

  .forecast-hour-container .forecast-hour-box:last-child {
    margin-right: 4rem;
  }

  .forecast-hour-container .forecast-hour-box:first-child {
    margin-left: 3rem;
  }

  .forecast-hour-time {
    font-size: 2rem;
  }

  .temp-hour {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }

  .btn-search {
    bottom: 13px;
    right: 15px;
  }

  .bookmark-icon-container {
    top: 16px;
  }
}

@media (width <= 39em) {
  .header {
    flex-direction: column;
  }

  .mainpage {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .title {
    margin-bottom: 2rem;
    font-size: 5rem;
  }

  .search {
    width: 100%;
    font-size: 2.6rem;
  }

  .searchbar {
    min-width: 40rem;
    height: 5rem;
    margin-right: 0;
  }

  .bookmark-list {
    top: 120px;
    right: 70px;
  }

  .btn-search {
    top: 9px;
    right: 15px;
  }

  .bookmark-icon-container {
    width: 4.6rem;
    height: 4.6rem;
    top: 80px;
    right: 20px;
  }

  .location-grid {
    grid-template-columns: 1fr;
    display: grid;
    overflow: visible;
  }

  .location-info-container {
    grid-template-columns: 1.7fr 1fr;
    display: grid;
  }

  .location-info-flex {
    border-radius: 3rem;
  }

  .location-img-container {
    border-radius: 3rem;
    grid-row-start: 1;
    overflow: hidden;
  }

  .figcaption-img {
    top: 92%;
  }

  .location-name {
    font-size: 3rem;
  }

  .day-time, .date-long, .time {
    padding-top: .2rem;
    font-size: 2.4rem;
  }

  .bookmark-container {
    top: 77%;
    scale: 1.3;
  }

  .location-temp-main {
    margin-bottom: 3rem;
  }

  .temp-main {
    font-size: 7.6rem;
  }

  .temp-unit--active {
    font-size: 2rem;
  }

  .location-icon-main {
    margin-left: 3rem;
    margin-right: 3rem;
    scale: 1;
  }

  .location-details-main {
    padding-left: 3rem;
    font-size: 2rem;
  }

  .forecast-selection {
    margin-left: 1rem;
    font-size: 2rem;
  }

  .btn-scroll {
    width: 3rem;
  }
}

@media (width <= 31em) {
  .searchbar {
    min-width: 10rem;
    height: 5rem;
    margin-right: 0;
  }

  .location-icon-main {
    margin-left: 1rem;
  }

  .location-name {
    font-size: 2.6rem;
  }

  .search {
    font-size: 2rem;
  }

  .day-time, .date-long, .time {
    min-width: 22rem;
    padding-top: .2rem;
    font-size: 2.2rem;
  }

  .location-img-container {
    height: 28rem;
  }

  .bookmark-container {
    top: 77%;
    right: 2%;
    scale: 1.3;
  }

  .btn-search {
    top: 6px;
    right: 15px;
  }

  .bookmark-icon-container {
    width: 4rem;
    height: 4rem;
    top: 82px;
    right: 5px;
  }

  .location-temp-main {
    margin-bottom: 3rem;
  }

  .temp-main {
    font-size: 7rem;
  }

  .temp-unit--active {
    font-size: 1.8rem;
  }

  .location-icon-main {
    margin-left: 1rem;
    margin-right: 1rem;
    scale: 1;
  }

  .location-details-main {
    font-size: 1.8rem;
  }

  .btn-scroll {
    display: none;
  }

  .forecast-hour-container {
    gap: .5rem;
  }

  .forecast-hour-box, .forecast-hour-container .forecast-hour-box:first-child {
    margin-left: 0;
  }
}

@media (width <= 26.25em) {
  .search {
    min-width: 30rem;
  }

  .bookmark-icon-container {
    width: 4rem;
    height: 4rem;
    top: 81px;
    right: 10px;
  }

  .btn-search {
    top: 5px;
  }

  .location-details-main {
    font-size: 1.6rem;
  }

  .location-img-container {
    height: 23rem;
  }

  .day-time, .date-long, .time {
    min-width: 16rem;
    padding-top: .4rem;
    font-size: 2rem;
  }

  .search--bookmark {
    margin-left: -4rem;
  }

  .temp-main {
    font-size: 5.6rem;
  }

  .location-icon-main {
    margin-left: 0;
    margin-right: 0;
    scale: .8;
  }

  .location-temp-main {
    margin-bottom: 0;
  }

  .bookmark-container {
    top: 74%;
    right: 2%;
    scale: 1.1;
  }

  .figcaption-img {
    top: 90%;
  }

  .forecast-daily {
    padding-bottom: 2rem;
  }
}

@media (width <= 23.25em) {
  .bookmark-container {
    top: 72%;
    scale: 1.2;
  }

  .location-details-main {
    padding-left: 1rem;
  }

  .forecast-hour-container {
    gap: .4rem;
  }

  .forecast-day-box {
    margin-left: .4rem;
    margin-right: .4rem;
  }

  .bookmark-container {
    top: 74%;
    right: 2%;
    scale: 1.1;
  }

  .figcaption-img {
    top: 90%;
  }

  .forecast-daily {
    margin-top: 0;
  }

  .day-time, .date-long, .time {
    min-width: 12rem;
    padding-top: .5rem;
    font-size: 1.8rem;
  }

  .forecast-selection {
    font-size: 1.8rem;
  }

  .forecast-days-container {
    height: 18rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .forecast-days-container .forecast-day-box:last-child {
    margin-right: 0;
  }

  .forecast-days-container .forecast-day-box:first-child {
    margin-left: 0;
  }

  .forecast-day-box {
    width: 9rem;
    height: 16rem;
  }

  .forecast-day {
    font-size: 2rem;
  }

  .temp-day-high {
    font-size: 1.4rem;
  }

  .temp-day-low {
    font-size: 1.2rem;
  }

  .days-icon {
    height: 8rem;
  }

  .forecast-hour-container {
    height: 18rem;
    padding-left: 0;
    padding-right: 0;
  }

  .forecast-hour-box {
    height: 14rem;
  }

  .forecast-hour-time {
    font-size: 1.8rem;
  }

  .temp-hour {
    font-size: 1.4rem;
  }

  .forecast-hour-container .forecast-hour-box:last-child {
    margin-right: 0;
  }

  .forecast-hour-container .forecast-hour-box:first-child {
    margin-left: 0;
  }
}

@media (width <= 21.56em) {
  .search {
    min-width: 28rem;
  }

  .bookmark-icon-container {
    top: 80px;
    right: 8px;
  }

  .temp-main {
    font-size: 5rem;
  }

  .location-icon-main {
    margin-left: 0;
    margin-right: 0;
    scale: .6;
  }

  .location-details-main {
    font-size: 1.4rem;
  }

  .forecast-selection {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=index.918b6807.css.map */
