/* Media Query khusus untuk iPad dalam orientasi landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (hover: none) {
  .header .menu-item {
    display: none;
    text-align: start;
  }
  .header ul {
    text-align: end !important;
  }
  .fasilitas .card-content {
    padding: 340px 9px 10px 10px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (hover: none){
    .banner-content .back-sec{
        padding: 461px 0px 210px 0px;
    }
    .pencapaian img{
        padding: 10px !important;
    }
}
/* Media Query khusus untuk iPad dalam orientasi portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (hover: none) {
  .header .menu-item {
    display: none;
    text-align: start;
  }
  .banner-content .back {
    height: auto !important;
  }
  .header ul {
    text-align: end !important;
  }
  .banner-content .back-sec {
    padding: 456px 0px 210px 0px !important;
  }
  .pencapaian img {
    padding: 10px !important;
  }
  .fasilitas .card-content {
    padding: 340px 9px 10px 10px !important;
  }
  .footer-top .right ul li {
    margin: 0px 17px 0px 0px !important;
  }
  .footer-top .right .back {
    padding: 35px 16px !important;
  }
  .card-thee-menu button {
    height: 35px !important;
    font-size: 13px !important;
  }
}

/* Media Query untuk Desktop */
@media only screen and (min-width: 1366px) {
  .banner-content h1 {
    color: #fff;
    font-family: Darker Grotesque;
    font-size: 60px;
    font-weight: 600;
    line-height: 68px;
    text-align: center;
  }
}

/* Media Query untuk perangkat dengan lebar antara 820px dan 1180px */
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) and (hover: none) {
}
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: portrait) and (hover: none) {
  .pencapaian img {
    padding: 22px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (hover: none) {
  .footer-top .right .back {
    padding: 35px 13px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (hover: none) {
  .booking-form .box {
    width: auto !important;
  }
  .booking-form .occupancy-container p:last-of-type {
    width: 150px !important;
    font-size: 12px !important;
  }
  .booking-form .promo-code-container p:last-of-type {
    width: 130px !important;
  }
  .booking-form .search-btn {
    margin-left: 3px !important;
  }
  .fasilitas .card-content {
    padding: 340px 9px 10px 10px !important;
  }
  .fasilitas .card h3 {
    font-size: 20px !important;
  }
  .pencapaian img {
    padding: 25px !important;
  }
  /* .card-one button{
    font-size: 11px !important;
    height: 40px !important;
  }
  .card-one h1 {
    font-size: 28px !important;
  }
  .card-one p{
    font-size: 18px !important;
  } */
  .footer-top .center a {
    font-size: 16px !important;
  }
  .footer-top .right ul li {
    margin: 0px 2px 0px 0px !important;
  }
  .footer-top .right .back {
    padding: 35px 0px !important;
  }
}

/* Media Query khusus untuk iPad dalam orientasi landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (hover: none) {
  .header .menu-item {
    display: none;
    text-align: start;
  }
  .header ul {
    text-align: end !important;
  }
  .fasilitas .card-content {
    padding: 340px 9px 10px 10px !important;
  }
}

/* Media Query khusus untuk iPad dalam orientasi portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (hover: none) {
  .header .menu-item {
    display: none;
    text-align: start;
  }
  .header ul {
    text-align: end !important;
  }
  .banner-content .back-sec {
    padding: 467px 0px 210px 0px !important;
  }
  .pencapaian img {
    padding: 10px !important;
  }
  .fasilitas .card-content {
    padding: 340px 9px 10px 10px !important;
  }
  .footer-top .right ul li {
    margin: 0px 17px 0px 0px !important;
  }
  .footer-top .right .back {
    padding: 35px 16px !important;
  }
  .card-thee-menu button {
    height: 35px !important;
    font-size: 13px !important;
  }
}

/* Media Query untuk Desktop */
@media only screen and (min-width: 1366px) {
  .banner-content h1 {
    color: #fff;
    font-family: Darker Grotesque;
    font-size: 60px;
    font-weight: 600;
    line-height: 68px;
    text-align: center;
  }
}

/* Media Query untuk perangkat dengan lebar antara 820px dan 1180px */
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) and (hover: none) {
}
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: portrait) and (hover: none) {
  .pencapaian img {
    padding: 22px !important;
  }
  .card-one h1{
    font-size: 28px !important;
  }
  .card-one p {
    font-size: 18px !important;
  }
  .card-one button {
    height: 40px !important;
    font-size: 11px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (hover: none) {
  .footer-top .right .back {
    padding: 35px 13px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (hover: none) {
  .booking-form .box {
    width: auto !important;
  }
  .booking-form .occupancy-container p:last-of-type {
    width: 150px !important;
    font-size: 12px !important;
  }
  .booking-form .promo-code-container p:last-of-type {
    width: 130px !important;
  }
  .booking-form .search-btn {
    margin-left: 3px !important;
  }
  .fasilitas .card-content {
    padding: 340px 9px 10px 10px !important;
  }
  .fasilitas .card h3 {
    font-size: 20px !important;
  }
  .pencapaian img {
    padding: 25px !important;
  }
  .card-one h1 {
    font-size: 28px !important;
  }
  .card-one p {
    font-size: 18px !important;
  }
  .card-one button {
    height: 40px !important;
    font-size: 11px !important;
  }
  .footer-top .center a {
    font-size: 16px !important;
  }
  .footer-top .right ul li {
    margin: 0px 2px 0px 0px !important;
  }
  .footer-top .right .back {
    padding: 35px 0px !important;
  }
}
