@media screen and (max-width: 1420px) {
  .hotel-homepage-btn {
    margin-left: 95%;
    transform: translateX(-95%);
  }
}

@media screen and (max-width: 1200px) {

  .frame-restaurant,
  .first-frame-events,
  .second-frame-events {
    border: none;
    width: 100%;
    overflow: hidden;
  }

  .second-frame-events {
    text-align: right;
  }

  .restaurant-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .events-grid,
  .events-grid-two,
  .events-grid-three {
    grid-template-columns: repeat(2, 1fr);
  }

  .first-events-img {
    width: 100%;
    margin-left: auto;
  }

  .last-events-image {
    column-gap: 30px;
  }
}

@media screen and (max-width: 1180px) {

  .page-container,
  .main-nav,
  .restaurant-page,
  .instagram-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 1120px) {
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-image img,
  .contact-image {
    width: auto;
  }

  .bullet-list {
    list-style-position: outside;
    margin-left: 17px;
  }
}

@media screen and (max-width: 1050px) {

  .hotel-rooms-grid,
  .hotel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hotel-rooms-grid{
    max-height: 1590px;
  }
  .last-room-item{
    grid-column: 1;
  }
}

@media screen and (max-width: 1000px) {
  .mobile-experiences-btn {
    display: block !important;
  }

  .menu-restaurant {
    width: 100%;
    padding-top: 42px;
  }

  .about-restaurant {
    display: none;
  }

  #experiences {
    height: auto;
  }

  .experiences-row {
    display: block;
  }

  .experiences-btn {
    display: none;
  }

  .experiences-column {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  .experiences-container {
    padding-bottom: 61px;
    padding-top: 39px;
  }

  #winter {
    margin-top: 54px;
  }

  .summer-title {
    margin-left: 0;
    margin-top: -30px;
  }

  .winter-title {
    margin-right: 0;
    margin-top: -32px;
  }

  .events-container {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }

  .footer-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
  }

  .footer-contact-section,
  .footer-menu-container,
  .media-footer-container {
    margin-right: auto;
    margin-left: 0;
  }

  .frames,
  .no-res-btn-menu {
    display: none;
  }

  .contact-grid {
    column-gap: 40px;
  }

  .restaurant-image {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .restaurant-image,
  .restaurant-image div {
    width: 100%;
  }

  .restaurant-grid {
    display: block;
    row-gap: 30px;
  }

  .no-desktop-btn-menu {
    display: block;
  }

  .full-width-res {
    width: 100%;
  }

  .restaurant-page-text {
    margin-top: 45px;
    width: 100%;
  }

  .last-events-image {
    margin-top: 130px;
  }
}

@media screen and (max-width: 950px) {
  .experiences-grid {
    padding-top: 32px;
    padding-bottom: 32px;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }

  .footer-s20-res {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 900px) {
  .about-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .restaurant-details-container {
    width: calc(100% - 50px);
  }

  .borded-container {
    width: calc(100% - 34px);
    height: 205px;
  }

  .restaurant-contact {
    height: auto;
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .restaurant-details-container {
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .restaurant-details {
    height: 169px;
  }
}

@media screen and (max-width: 850px) {

  .events-grid,
  .events-grid-two,
  .events-grid-three {
    display: block;
  }

  .second-events-image {
    display: none;
  }

  .start-res {
    justify-content: flex-start;
  }

  .last-events-image {
    margin-top: 0;
    margin-left: 0;
  }

  .second-frame-events {
    margin-top: 45px;
    margin-bottom: 50px;
    text-align: left;
  }

  .events-grid-two {
    row-gap: 45px;
  }

  .activities-image-res {
    display: block;
    margin-top: 45px;
  }
}

@media screen and (max-width: 800px) {
  .about-grid {
    padding-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 50px;
  }
  .about-slider{
    max-width: 500px !important;
  }
  .contact-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
  .activities-grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-image img,
  .contact-image {
    width: 100%;
    height: auto;
  }

  .res-30 {
    margin-top: 30px;
  }

  .menu-section-container {
    flex-direction: column;
    height: auto;
    padding: 28px;
  }

  .flex-list {
    flex-wrap: wrap;
    column-gap: 40px;
  }

  .flex-list li {
    margin-left: auto !important;
    margin-right: auto !important;
    width: fit-content;
    margin-top: 20px;
  }

  .no-space-res {
    margin-top: 0;
  }

  .res-50 {
    margin-top: 50px;
  }

  .res-bottom-30 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 700px) {

  .hotel-grid,
  .hotel-rooms-grid,
  .hotel-page-alt-grid,
  .events-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .last-room-item{
    grid-column: 1;
  }
  .image-hotel-grid {
    justify-content: center;
  }

  .hotel-rooms-grid,
  .hotel-grid {
    row-gap: 52px;
  }
  .hotel-rooms-grid{
    max-height: 3250px;
  }

  .alt-s-res {
    margin-top: 45px;
  }

  .summer {
    background: url("../images/experiences/summer-mobil.png");
  }

  .winter {
    background: url("../images/experiences/winter-mobile.png");
  }

  .hidden-700 {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  header.sticky {
    background: #fff;
    height: 115px;
    padding-top: 0;
  }

  .main-nav.sticky {
    height: 59px;
    margin-top: 28px;
  }

  .badge-container.sticky {
    width: 56px;
  }

  .logo-container.sticky {
    width: 104px;
    height: 49px;
  }

  .icon-menu.sticky,
  .icon-menu.sticky::after,
  .icon-menu.sticky::before {
    background-color: #000;
  }
}

@media screen and (max-width: 799px) {
  header {
    position: absolute;
    padding-top: 22px;
  }
}

@media screen and (max-width: 650px) {
  .room-page-grid, .activities-grid{
    grid-template-columns: repeat(1, 1fr);
    row-gap: 50px;
  }
  .flex-images-gallery{
    gap: 15px;
  }
  .room-page-info {
    padding: 34px 20px 35px 25px;
  }

  .no-flex-res {
    display: block;
  }
}

@media screen and (max-width: 600px) {
    .oferte-btns{
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
    }
    .oferte-btn{
        font-size: 14px;
    }
  .title-container {
    justify-content: center;
  }
.copyright-container{
    height: 100px;
}
  .move-down-content a {
    margin-left: 0;
  }

  .padd-res {
    padding-top: 40px;
  }

  .about-container {
    padding-top: 206px;
    padding-bottom: 45px;
  }

  .media-btn {
    width: 44px;
    height: 44px;
  }

  .copyright {
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
    justify-content: center;
  }

  .media-btn a img {
    height: 20px;
    width: 20px;
  }

  .footer-container {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }

  .footer-contact {
    grid-template-columns: repeat(2, auto);
  }

  .footer-logo-container,
  .footer-contact img,
  .media-footer-container {
    margin-left: auto;
  }

  .footer-contact p {
    margin-right: auto;
  }

  .social-media-footer {
    width: fit-content;
    grid-template-columns: repeat(2, 44px);
    column-gap: 16px;
  }

  .social-media-footer,
  .footer-contact-section {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-contact-section {
    text-align: center;
  }

  .main-nav {
    padding: 0 30px;
  }

  .menu-icon-section {
    margin-left: auto;
  }

  .badge-container,
  .badge-container img {
    width: 60px;
    height: 63px;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .menu-page {
    padding-top: 39px;
  }

  .menu-links {
    margin-top: 1.5vh;
  }

  .menu-links>a {
    font-size: 30px;
  }

  .menu-social-icon {
    margin-top: 3vh;
  }

  .language {
    margin-right: 0;
    margin-top: 3vh;
    text-align: center;
  }

  .language>p,
  .language>p>a {
    line-height: 34px;
  }

  .no-mobile {
    display: none;
  }

  .no-desktop {
    display: block;
  }
  .width-100-btn{
      width: 110% !important;
  }

  .about {
    text-align: center;
    width: 100%;
  }

  .about-paragraph {
    width: 100%;
    margin-top: 40px;
  }

  .about-title {
    font-size: 36px;
  }

  .right-and-h {
    width: 100%;
    text-align: center;
  }

  .center-text {
    padding: 0 30px 0 0;
    margin: 0 auto;
  }

  .move-down-content {
    padding-right: 30px;
  }

  #first-section {
    min-height: 890px;
  }

  .big-wdth {
    width: 100%;
  }

  .big-wdth>div {
    width: 100%;
  }

  .title {
    font-size: 24px;
    text-align: center;
  }

  .min-width-mobile {
    width: 260px;
    height: 43px;
    margin: 0 auto;
  }

  .facilities {
    position: absolute;
    width: 80%;
    height: 78px;
    left: 50%;
    bottom: -39px;
    transform: translateX(-50%);
  }


  .default-btn {
    width: 80%;
    height: 47px;
  }

  .hotel-homepage-btn {
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .no-desktop-room-btn {
    display: block;
    margin: 79px auto 0 auto;
  }

  #restaurant {
    display: block;
    padding-top: 41px;
  }


  #instagram {
    height: auto;
    margin-top: 41px;
  }

  #hotel-section {
    padding-top: 41px;
  }

  .menu-restaurant-header {
    margin-top: 39px;
  }

  .more-menu {
    padding-bottom: 28px;
  }

  #events {
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .big-res {
    font-size: 36px;
  }

  .single-page-btn,
  .res-100,
  .first-events-img {
    width: 100%;
  }

  .left-align-res {
    text-align: left;
  }

  .experiences-title {
    font-size: 36px;
    line-height: 49px;
  }

  .experiences-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .slider-experiences {
    height: 214px;
  }

  .restaurant-image {
    width: 100% !important
  }

  .restaurant-image div {
    max-height: 336px;
  }

  .restaurant-image div img {
    max-width: 100%;
  }

  .start-res img {
    height: 330px;
  }

  .last-events-image {
    height: 281px;
  }


  .res-0 {
    margin-bottom: 0;
  }

  .res-p-0 {
    padding-bottom: 0;
  }

  .flex-form {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 33px;
  }

  .submit-btn {
    width: 100%;
  }

  .double-room,
  .single-room,
  .twin,
  .triple,
  .family,
  .apartment {
    padding-left: 28px;
    padding-right: 30px;
  }
  .about-image-frame, .about-slider{
    height: 196px;
    width: 100% !important;
    overflow: hidden;
  }
  .about-image-frame{
    border: none;
  }
  .about-slider, .about-image-frame{
    margin-top: 0;
  }
  .about-slider div img, .about-slider div picture{
    height: 196px;
  }
  .center-align{
    text-align: left;
  }
  .top-80{
    margin-top: 40px;
  }
  #party-gallery, #nunti-gallery, #building-gallery{
    width: 100%;
    margin-left: 0;
  }
  #nunti-gallery .nunti-gallery-item, #nunti-gallery .nunti-gallery-item img, #building-gallery .building-gallery-item, #building-gallery .building-gallery-item img{
    width: 100%;
  }
  #building-gallery{
      margin-bottom: 80px;
  }
  #party-gallery .party-gallery-item, #party-gallery .party-gallery-item img{
    height: 245px;
  }
  #nunti-gallery .nunti-gallery-item, #nunti-gallery .nunti-gallery-item img{
    height: 330px;
  }
  #building-gallery .building-gallery-item, #building-gallery .building-gallery-item img{
    height: 381px;
  }
  .first-frame-events{
    height: 330px;
  }
  .res-top{
    margin-top: 45px;
  }
}

@media screen and (max-width: 400px) {
  .three-item {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .three-item div {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 370px) {
  .insta-btn {
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 350px) {
  .rooms-card-facilities {
    gap: 10px;
  }

  .big-res {
    font-size: 28px;
  }
}

@media screen and (max-width: 800px) {

  .btn-list {
    margin-top: 20px;
    display: flex;
    gap: 5px;
    flex-direction: column;
  }
}