/*==========  Desktop First Method  ==========*/
@media (max-width: 1209px) {
  .container {
    width: 970px;
  }
  h1, .h1 {
    font-size: 44px;
  }
  h2, .h2 {
    font-size: 38px;
  }
  h3, .h3 {
    font-size: 38px;
  }
  h4, .h4 {
    font-size: 26px;
  }
  h5, .h5 {
    font-size: 18px;
  }
  h6, .h6 {
    font-size: 16px;
  }
  hr {
    margin: 60px 0;
  }
  .sect {
    margin: 60px 0;
  }
  .sect:first-child {
    margin-top: 60px;
  }
  .scroll-menu {
    padding: 15px 0;
  }
  .scroll-menu__logo {
    display: none;
  }
  .scroll-menu__buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
  .scroll-menu__buttons .room-btn {
    padding: 8px 13px;
    border-width: 2px;
    font-size: 16px;
  }
  .header__logo {
    max-height: 70px;
  }
  .rooms-title._main,
  .rooms-info-list {
    margin-bottom: 40px;
  }
  .room-thumb a:after {
    font-size: 34px;
  }
  .social-sect {
    padding: 60px 0;
  }
  .room-anchor .room-btn:hover {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 991px) {
  .container {
    width: 750px;
  }
  .rooms-info-list {
    gap: 8px 25px;
    font-size: 1rem;
  }
  .room-thumbs {
    margin: 0 -5px -10px;
  }
  .room-thumb {
    padding: 0 5px 10px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 550px;
  }
  h1, .h1 {
    font-size: 38px;
  }
  h4, .h4 {
    font-size: 22px;
  }
  h5, .h5 {
    font-size: 17px;
  }
  .rooms-info-list li {
    min-width: 100%;
  }
  .rooms-info-list li:nth-child(n) {
    text-align: center;
  }
  .room-thumb a:after {
    font-size: 28px;
  }
  .social-item {
    width: 100%;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .social-item span {
    color: #fff !important;
  }
  .social-item:hover:before {
    width: 100%;
  }
  .social-item:hover .ic, .social-item:hover span {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .footer__grid {
    gap: 0 25px;
  }
}
@media (max-width: 575px) {
  .container {
    width: 100%;
  }
  .scroll-menu__buttons {
    gap: 5px;
  }
  .scroll-menu__buttons .room-btn {
    padding: 7px;
    font-size: 12px;
  }
  .rooms-title._main {
    margin-bottom: 20px;
  }
  .rooms-info-list {
    margin-bottom: 30px;
  }
  .room-anchor .room-btn {
    padding: 19px 27px;
    min-width: 200px;
    font-size: 24px;
  }
  .room-image__dots span {
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    border-width: 1px;
  }
  .room-thumb {
    width: 33.33%;
  }
  .footer {
    padding: 60px 0;
    text-align: center;
  }
  .footer__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .footer__grid > * {
    max-width: 100%;
  }
}
@media (max-width: 374px) {
  .scroll-menu__buttons .room-btn {
    padding: 5px;
    border-width: 1px;
    font-size: 11px;
  }
}
/*==========  Mobile First Method  ==========*/