         .loader {
                color: #fff;
                position: fixed;
                box-sizing: border-box;
                left: -9999px;
                top: -9999px;
                width: 0;
                height: 0;
                overflow: hidden;
                z-index: 999999
            }
            
            .loader:after,
            .loader:before {
                box-sizing: border-box;
                display: none
            }
            
            .loader.is-active {
                background-color: rgba(0, 0, 0, .85);
                width: 100%;
                height: 100%;
                left: 0;
                top: 0
            }
            
            .loader.is-active:after,
            .loader.is-active:before {
                display: block;
            }
            
            @keyframes rotation {
                0% {
                    transform: rotate(0)
                }
                to {
                    transform: rotate(359deg)
                }
            }
            
            @keyframes blink {
                0% {
                    opacity: .5
                }
                to {
                    opacity: 1
                }
            }
            
            .loader[data-text]:before {
                position: fixed;
                left: 0;
                top: 50%;
                color: currentColor;
                font-family: Helvetica, Arial, sans-serif;
                text-align: center;
                width: 100%;
                font-size: 14px
            }
            
            .loader[data-text=""]:before {
                content: "Moment..."
            }
            
            .loader[data-text]:not([data-text=""]):before {
                content: attr(data-text)
            }
            
            .loader[data-text][data-blink]:before {
                animation: blink 1s linear infinite alternate
            }
            
            @keyframes corners {
                6% {
                    width: 60px;
                    height: 15px;
                }
                25% {
                    width: 15px;
                    height: 15px;
                    left: calc(100% - 15px);
                    top: 0
                }
                31% {
                    height: 60px
                }
                50% {
                    height: 15px;
                    top: calc(100% - 15px);
                    left: calc(100% - 15px)
                }
                56% {
                    width: 60px
                }
                75% {
                    width: 15px;
                    left: 0;
                    top: calc(100% - 15px);
                }
                81% {
                    height: 60px
                }
            }
            
            .loader-border[data-text]:before {
                color: #fff
            }
            
            .loader-border:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 15px;
                height: 15px;
                background-color: #ff0;
                animation: corners 3s ease both infinite;
            }
            
            .loader2 {
                color: #fff;
                box-sizing: border-box;
                width: 0;
                height: 0;
                overflow: hidden;
                z-index: 999999
            }
            
            .loader:after,
            .loader:before {
                box-sizing: border-box;
                display: none
            }
            
            .loader.is-active {
                background-color: rgba(0, 0, 0, .85);
                width: 100%;
                height: 100%;
                left: 0;
                top: 0
            }
            
            .loader.is-active:after,
            .loader.is-active:before {
                display: block
            }
            
            @keyframes rotation {
                0% {
                    transform: rotate(0)
                }
                to {
                    transform: rotate(359deg)
                }
            }
            
            @keyframes blink {
                0% {
                    opacity: .5
                }
                to {
                    opacity: 1
                }
            }
            
            .loader[data-text]:before {
                position: fixed;
                left: 0;
                top: 50%;
                color: currentColor;
                font-family: Helvetica, Arial, sans-serif;
                text-align: center;
                width: 100%;
                font-size: 14px
            }
            
            .loader[data-text=""]:before {
                content: "Moment..."
            }
            
            .loader[data-text]:not([data-text=""]):before {
                content: attr(data-text)
            }
            
            .loader[data-text][data-blink]:before {
                animation: blink 1s linear infinite alternate
            }
            
            @keyframes corners {
                6% {
                    width: 60px;
                    height: 15px;
                }
                25% {
                    width: 15px;
                    height: 15px;
                    left: calc(100% - 15px);
                    top: 0
                }
                31% {
                    height: 60px
                }
                50% {
                    height: 15px;
                    top: calc(100% - 15px);
                    left: calc(100% - 15px);
                }
                56% {
                    width: 60px
                }
                75% {
                    width: 15px;
                    left: 0;
                    top: calc(100% - 15px);
                }
                81% {
                    height: 60px
                }
            }
            
            .loader-border[data-text]:before {
                color: #fff
            }
            
            .loader-border:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 15px;
                height: 15px;
                background-color: #ff0;
                animation: corners 3s ease both infinite
            }
   
            .cookie-bar {
                border-top: 1px solid #7d7d7d;
                display: flex;
                padding: 20px 0;
                flex-direction: row;
                font-size: 12px;
                position: fixed;
                z-index: 1000;
                bottom: 0;
                width: 100%;
                color: #d4d4d4;
                background-color: red
            }
            
            .cookie-bar .eucookie-content {
                display: inline-block;
                margin: auto;
                padding: 0 50px;
                width: 80%
            }
            
            .cookie-bar .eucookie-content .eucookie-link {
                display: inline-block;
                margin-left: 20px
            }
            
            .cookie-bar .eucookie-content .eucookie-link:link,
            .cookie-bar .eucookie-content .eucookie-link:visited {
                color: #f5b6ff
            }
            
            .cookie-bar .eucookie-content .eucookie-link:hover,
            .cookie-bar .eucookie-content .eucookie-link:focus,
            .cookie-bar .eucookie-content .eucookie-link:active {
                color: #fff
            }
            
            .cookie-bar .eucookie-button {
                display: inline-block;
                margin: auto;
                padding: 10px 20px;
                font-weight: 500;
                top: 10px;
                text-align: center;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px
            }
            
            .cookie-bar .eucookie-button:link,
            .cookie-bar .eucookie-button:visited {
                color: white;
                background-color: #414042
            }
            
            .cookie-bar .eucookie-button:hover,
            .cookie-bar .eucookie-button:focus,
            .cookie-bar .eucookie-button:active {
                color: white;
                background-color: #747276
            }

 figure {
                position: relative;
                overflow: hidden;
                margin: 10px 1%;
                background: #1c1c34;
                text-align: center;
                cursor: pointer;
            }
            
            figcaption {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }
            
            .ot-portfolio-item figure figcaption > a {
                z-index: 1000;
                text-indent: 200%;
                white-space: nowrap;
                font-size: 0;
                opacity: 0;
            }
            
            .ot-portfolio-item figure figcaption,
            .ot-portfolio-item figure figcaption > a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }
            
            figure.effect-bubba {
                background: #000;
                margin-bottom: 30px;
            }
            
            figure.effect-bubba img {
                opacity: 0.8;
                -webkit-transition: opacity 0.35s;
                transition: opacity 0.35s;
            }
            
            figure.effect-bubba:hover img {
                opacity: 0.4;
            }
            
            figure.effect-bubba figcaption::before,
            figure.effect-bubba figcaption::after {
                position: absolute;
                top: 30px;
                right: 30px;
                bottom: 30px;
                left: 30px;
                content: '';
                opacity: 0;
                -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
                transition: opacity 0.35s, transform 0.35s;
            }
            
            figure.effect-bubba figcaption::before {
                border-top: 1px solid #fff;
                border-bottom: 1px solid #fff;
                -webkit-transform: scale(0, 1);
                transform: scale(0, 1);
            }
            
            figure.effect-bubba figcaption::after {
                border-right: 1px solid #fff;
                border-left: 1px solid #fff;
                -webkit-transform: scale(1, 0);
                transform: scale(1, 0);
            }
            
            figure.effect-bubba h2 {
                color: #fff;
                font-size: 15px;
                font-weight: 600;
                text-shadow: 0 1px 2px rgba(255, 0, 0, 0.45);
                text-transform: uppercase;
                padding-top: 30%;
                -webkit-transition: -webkit-transform 0.35s;
                transition: transform 0.35s;
                -webkit-transform: translate3d(0, -20px, 0);
                transform: translate3d(0, -20px, 0);
            }
            
            figure.effect-bubba p {
                color: #fff;
                font-size: 13px;
                font-weight: 500;
                padding: 20px 2.5em;
                opacity: 0;
                -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
                transition: opacity 0.35s, transform 0.35s;
                -webkit-transform: translate3d(0, 20px, 0);
                transform: translate3d(0, 20px, 0);
            }
            
            figure.effect-bubba:hover figcaption::before,
            figure.effect-bubba:hover figcaption::after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }
            
            figure.effect-bubba:hover h2,
            figure.effect-bubba:hover p {
                opacity: 1;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
        input[type="radio"] {
                position: absolute;
                opacity: 0;
                z-index: -1;
            }
            
            label {
                color: red;
                cursor: pointer;
            }
            
            .label1::before {
                content: " ";
                position: absolute;
                top: 6px;
                left: 0;
                display: block;
                width: 24px;
                height: 24px;
                border: 2px solid #cc0000;
                border-radius: 4px;
                z-index: -1;
            }
            
            input[type="radio"] + label::before {
                border-radius: 18px;
                border-color: transparent
            }
            
            input[type="radio"]:checked + label {
                padding-left: 10px;
                color: #fff;
            }
            
            input[type="radio"]:checked + label::before {
                top: 0;
                width: 100%;
                height: 100%;
                background: #cc0000;
            }
            
            label,
            label::before {
                -webkit-transition: .25s all ease;
                -o-transition: .25s all ease;
                transition: .25s all ease;
            }
    
   .window,
            .box,
            ul2,
            li2 {
                margin: 0;
                overflow: hidden;
                padding: 0;
                position: relative;
            }
            
            ul2 {
                font-family: 'Fjalla One', sans-serif;
                list-style-type: none;
                text-transform: uppercase;
            }
            
            li2 {
                display: inline-block;
            }
            
            img {
                display: block;
                width: 100%;
            }
            
            .btn2 {
                background: rgba(255, 255, 255, 0.8);
                border: 1px solid rgba(255, 255, 255, 0.5);
                border-radius: 40px;
                color: rgba(0, 0, 0, 0.75);
                display: block;
                font-size: 1em;
                font-weight: 400;
                height: 44px;
                letter-spacing: 5px;
                line-height: 42px;
                margin: 10px auto;
                padding: 0;
                position: relative;
                text-align: center;
                text-transform: uppercase;
                -webkit-transition: all .5s ease;
                transition: all .5s ease;
                vertical-align: middle;
                width: 60%;
            }
            
            .btn2:hover {
                background: rgba(0, 0, 0, 0.1);
                border: 1px solid rgba(0, 0, 0, 0.15);
            }
            
            .overlay {
                background: #158 url(https://goo.gl/DM5s4f) center no-repeat;
                background-size: cover;
                height: calc(100% + 40px);
                margin: -20px;
                position: relative;
                width: calc(100% + 40px);
                -webkit-filter: blur(10px);
                -moz-filter: blur(10px);
                filter: blur(10px);
            }
            
            .window {
                box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
                height: 560px;
                margin: 2em auto 0;
                width: 320px;
            }
            
            .header {
                background: rgba(255, 0, 0, 0.45);
                color: #FFF;
                height: 380px;
                left: 0;
                position: absolute;
                text-align: center;
                top: 0;
                width: inherit;
            }
            
            .header:before {
                border: 2px solid rgba(255, 0, 0, 0.45);
                border-radius: 100%;
                content: "";
                height: 140px;
                left: 0;
                margin: 67px auto;
                padding: 0;
                position: absolute;
                right: 0;
                top: 0;
                width: 140px;
                z-index: 2;
                -webkit-transform: scale(1.24, 1.24);
                -moz-transform: scale(1.24, 1.24);
                transform: scale(1.24, 1.24);
            }
            
            .header img {
                border: 5px solid #A1DCFF;
                border-radius: 100%;
                height: 140px;
                margin: 4em auto 2.5em;
                object-fit: cover;
                width: 140px;
            }
            
            .header h2 {
                display: inline-block;
                font-family: 'Quicksand', sans-serif;
                font-size: 28px;
                font-weight: 400;
                letter-spacing: -2px;
                margin: 0 auto;
                padding: 0;
                text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
            }
            
            .header h4 {
                color: rgba(255, 255, 255, 0.75);
                display: block;
                font-size: 15px;
                margin: 0 auto;
                padding: 5px 0 0;
                text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
                text-transform: uppercase;
            }
            
            .footer {
                background: rgba(255, 0, 0, 0.45);
                bottom: 0;
                color: #FFF;
                left: 0;
                position: absolute;
                text-align: center;
                top: 380px;
                width: inherit;
            }
            
            .footer ul {
                display: flex;
                font-size: 16px;
                font-weight: 400;
                height: 40px;
                line-height: 40px;
                padding: 20px 20px;
            }
            
            .footer li:first-child {
                border: 0;
            }
            
            .footer li {
                border-left: 2px solid rgba(255, 255, 255, .15);
                font-family: 'Quicksand', sans-serif;
                padding: 0 4px 0 6px;
                width: 100%;
            }
            
            .footer a span {
                color: #9CDFF5;
                display: inline-block;
                font-size: 26px;
                padding: 0 4px 0 0;
                vertical-align: middle;
            }
        

            /* Effect 3 */
            
            .row-centered {
                text-align: center;
            }
            
            .col-centered {
                display: inline-block;
                float: none;
                text-align: left;
                margin-right: -4px;
                text-align: center;
            }
            
            .modal {
                display: none;
                position: fixed;
                padding-top: 30px;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                overflow: auto !important;
                background-color: rgb(0, 0, 0);
                background-color: rgba(0, 0, 0, 0.4);
            }
            
            #myVideo {
                position: fixed;
                right: 0;
                bottom: 0;
                min-width: 100%;
                min-height: 100%;
            }
            /* Add some content at the bottom of the video/page */
            
            .content {
                position: fixed;
                bottom: 0;
                background: rgba(0, 0, 0, 0.5);
                color: #f1f1f1;
                width: 100%;
                padding: 20px;
            }
            /* Style the button used to pause/play the video */
            
            #myBtn {
                width: 200px;
                font-size: 18px;
                padding: 10px;
                border: none;
                background: #000;
                color: #fff;
                cursor: pointer;
            }
            
            #myBtn:hover {
                background: #ddd;
                color: black;
            }




          /*** 7. Section: Best Rooms ***/
.section__best-rooms {
  /*background: -webkit-linear-gradient(135deg, white 50%, #f8f8f8 50%);
  background: linear-gradient(-45deg, white 50%, #f8f8f8 50%);*/
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .section__best-rooms {
    padding: 50px 0;
  
  }
}
.section__best-rooms .best-rooms__content .best-rooms__item {
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
    -webkit-transition: all 0.35s;

}
.section__best-rooms .best-rooms__content .best-rooms__item figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  color: #fff;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (max-width: 991px) {
  .section__best-rooms .best-rooms__content .best-rooms__item figcaption {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .section__best-rooms .best-rooms__content .best-rooms__item figcaption {
    padding: 5px;
  }
}
.section__best-rooms .best-rooms__content .best-rooms__item figcaption > h3 {
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 4px;
  color: #fff;
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
  border-bottom: 1px solid #deaa86;
}
@media (max-width: 1199px) {
  .section__best-rooms .best-rooms__content .best-rooms__item figcaption > h3 {
    -webkit-transform: translate(0, 200px);
            transform: translate(0, 200px);
  }
}
@media (max-width: 991px) {
  .section__best-rooms .best-rooms__content .best-rooms__item figcaption > h3 {
    -webkit-transform: translate(0, 130px);
            transform: translate(0, 130px);
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .section__best-rooms .best-rooms__content .best-rooms__item figcaption > h3 {
    -webkit-transform: translate(0, 165px);
            transform: translate(0, 165px);
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .section__best-rooms .best-rooms__content .best-rooms__item figcaption > h3 {
    -webkit-transform: translate(0, 135px);
            transform: translate(0, 135px);
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .section__best-rooms .best-rooms__content .best-rooms__item figcaption > h3 {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
    font-size: 18px;
  }
}
.section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__price {
  margin-bottom: 10px;
  -webkit-transform: translate(0, 260px);
          transform: translate(0, 260px);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  font-size: 24px;
  font-family: 'Playfair Display', serif;
}
.section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__price > small {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 1199px) {
  .section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__price {
    -webkit-transform: translate(0, 195px);
            transform: translate(0, 195px);
  }
}
@media (max-width: 991px) {
  .section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__price {
    -webkit-transform: translate(0, 130px);
            transform: translate(0, 130px);
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__price {
    -webkit-transform: translate(0, 165px);
            transform: translate(0, 165px);
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__price {
    -webkit-transform: translate(0, 135px);
            transform: translate(0, 135px);
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__price {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
    font-size: 18px;
  }
}
.section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__desc {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.5em;
}
@media (max-width: 1199px) {
  .section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__desc {
    margin: 30px 0;
  }
}
@media (max-width: 991px) {
  .section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__desc {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .section__best-rooms .best-rooms__content .best-rooms__item figcaption .item__desc {
    margin: 10px 0;
    font-size: 12px;
  }
}
.section__best-rooms .best-rooms__content .best-rooms__item figcaption .btn-book {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  text-transform: uppercase;
  font-size: 13px;
  color: #deaa86;
  letter-spacing: 1px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .section__best-rooms .best-rooms__content .best-rooms__item figcaption .btn-book {
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    font-size: 12px;
  }
}
.section__best-rooms .best-rooms__content .best-rooms__item figcaption .btn-book > i {
  opacity: 1;
}
.section__best-rooms .best-rooms__content .best-rooms__item figcaption .btn-book:hover > i {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin-left: 10px;
  opacity: 0;
}
.section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption,
.section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption,
.section__best-rooms .best-rooms__content .best-rooms__item:active figcaption {
  background-color: rgba(0, 0, 0, 0.6);
}
.section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption h3,
.section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption h3,
.section__best-rooms .best-rooms__content .best-rooms__item:active figcaption h3 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption .item__price,
.section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption .item__price,
.section__best-rooms .best-rooms__content .best-rooms__item:active figcaption .item__price {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption .btn-book,
.section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption .btn-book,
.section__best-rooms .best-rooms__content .best-rooms__item:active figcaption .btn-book {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption h3,
.section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption h3,
.section__best-rooms .best-rooms__content .best-rooms__item:active figcaption h3,
.section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption .item__price,
.section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption .item__price,
.section__best-rooms .best-rooms__content .best-rooms__item:active figcaption .item__price,
.section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption .item__desc,
.section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption .item__desc,
.section__best-rooms .best-rooms__content .best-rooms__item:active figcaption .item__desc {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (max-width: 1199px) {
  .section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption h3,
  .section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption h3,
  .section__best-rooms .best-rooms__content .best-rooms__item:active figcaption h3,
  .section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption .item__price,
  .section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption .item__price,
  .section__best-rooms .best-rooms__content .best-rooms__item:active figcaption .item__price,
  .section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption .item__desc,
  .section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption .item__desc,
  .section__best-rooms .best-rooms__content .best-rooms__item:active figcaption .item__desc {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
}
.section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption .item__desc,
.section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption .item__desc,
.section__best-rooms .best-rooms__content .best-rooms__item:active figcaption .item__desc,
.section__best-rooms .best-rooms__content .best-rooms__item:focus figcaption .btn-book,
.section__best-rooms .best-rooms__content .best-rooms__item:hover figcaption .btn-book,
.section__best-rooms .best-rooms__content .best-rooms__item:active figcaption .btn-book {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.section__best-rooms .rooms__button {
  text-align: center;
  margin: 50px 0;
}
@media (max-width: 991px) {
  .section__best-rooms .rooms__button {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .section__best-rooms .rooms__button {
    margin: 20px 0;
  }
}