/* Min Width 1200px and Max Width 1399px */

@media (min-width: 1200px) and (max-width: 1399px) {
}

/* Min Width 1200px and Max Width 1399px */

@media (min-width: 1200px) and (max-width: 1399px) {
}

/* Min Width 992px and Max Width 1199px */

@media (min-width: 992px) and (max-width: 1199px) {
}

/* Min Width 768px and Max Width 991px */

@media (min-width: 768px) and (max-width: 991px) {
}

/* Min Width 300px and Max Width 767px */

@media (min-width: 300px) and (max-width: 767px) {
  header {
    background: url("../images/section-bg-mobile.webp"),
      url("../images/background_layer_3.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100vh;
  }

  .title h3 {
    font-size: 18px;
  }

  .logo img {
    width: 45px;
    height: 45px;
  }

  .weather-content-wrapper {
    padding-top: 20px;
  }

  #card {
    width: 100%;
    min-height: 280px;
    height: 280px;
  }

  #date b {
    font-size: 14px;
  }

  .weather-right-box .box {
    width: 95%;
    height: 45%;
    margin-left: auto;
    margin-right: 0;
  }

  .bottom-button-wrapper::after {
    bottom: -42px;
    transform: rotate(-1.5deg);
  }
  .bottom-btn {
    position: absolute;
    bottom: 40px;
    z-index: 4;
  }
}
