@media (max-width: 991px) {
  .navBar .hamburger-btn {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  .navBar .hamburger-btn:after {
    border-radius: 50%;
  }
  .navBar .hamburger-btn span {
    display: block;
    height: 2px;
    width: 16px;
    background-color: var(--primary-font-color);
    position: relative;
  }
  .navBar .hamburger-btn span:before,
  .navBar .hamburger-btn span:after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--primary-font-color);
  }
  .navBar .hamburger-btn span:before {
    top: -6px;
  }
  .navBar .hamburger-btn span:after {
    top: 6px;
  }
  .navItem {
    position: fixed;
    background-color: var(--primary-button-color);
    padding: 0 15px;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
  }
  .navItem.open {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    transition: all 0.3s ease-in;
  }
  .navItem .close-nav-menu {
    height: 40px;
    width: 40px;
    display: block;
    font-size: 35px;
    line-height: 35px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: center;
    color: var(--primary-font-color);
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .navItem .close-nav-menu:after {
    border-radius: 50%;
  }
  .navItem-inner {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .navItem-inner .navLink a:hover {
    color: var(--secondary-color);
    transition: all 0.3s ease;
  }
  .navItem-inner .navLink {
    color: var(--secondary-color);
    transition: all 0.3s ease;
  }
  .navItem ul {
    padding: 15px;
  }
  .navItem ul li {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  .navItem ul li:last-child {
    margin-bottom: 0;
  }
  .navItem ul li a {
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    color: var(--primary-font-color);
    padding: 5px 30px;
    text-transform: capitalize;
    border-radius: 30px;
    transition: all 0.3s ease;
  }
  .navItem-inner .navLink a {
    /* margin-right: 2rem; */
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--primary-font-color);
  }
  .slider-fill {
    height: 600px;
  }
  .slider-subtitle {
    line-height: 50px;
    font-size: 39px;
  }
  .slider-title {
    font-size: 54px;
    line-height: 68px;
    margin-bottom: 30px;
  }
  .slider-text-wrapper p {
    font-size: 18px;
    line-height: 28px;
  }
  .rh-bttn {
    margin-top: 30px;
  }

  .rh-bttn a {
    padding: 12px 38px;
    font-size: 14px;
  }
  /* about */
  .home-about-area .title {
    font-size: 22px;
    line-height: 46px;
    margin-bottom: 10px;
  }
  .home-about-area .title span {
    font-size: 36px;
    line-height: 46px;
  }

  .home-about-area .sub-title {
    font-size: 20px;
    line-height: 28px;
  }

  .home-about-area .rh-list-block ul li span {
    margin: 5px 10px 15px 0;
  }

  .count {
    display: block;
    text-align: center;
    margin-right: 0;
  }
  .animator-total-wrapper {
    margin-left: 0;
  }
  .animator-single-item {
    text-align: center;
  }
  .section-padding-150x160 {
    padding: 80px 0 90px 0;
  }
  .section-heading {
    margin-bottom: 60px;
  }
  .cta-need-help-area {
    text-align: center;
    padding: 35px 0;
  }
  .cta-need-help-area .bttn-main {
    margin: 10px 0;
    text-align: center !important;
  }
  .cta-need-help-area .cta-title {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 48px;
  }
  .cta-need-help-area p {
    margin: 0 0 7px 0;
  }

  .contact-box-area .contact-box-item .contact-box-content img {
    margin-bottom: 10px;
    width: 70%;
  }

  .contact-box-area .contact-box-content h1,
  .contact-box-area .contact-box-content h3,
  .contact-box-area .contact-box-content h4,
  .contact-box-area .contact-box-content h5,
  .contact-box-area .contact-box-content h6 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .page-banner {
    height: 270px;
  }
  .banner-text {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .banner-text h1 {
    border: 3px solid #212121;
    font-size: 32px;
    padding: 0 54px;
    display: inline-block;
    line-height: 51px;
  }

  .section-padding-150x130 {
    padding: 70px 0 60px 0;
  }

  .single-protfilo-item {
    height: 280px;
  }

  .style-default .main-navigation-area .navigation ul#nav ul {
    left: -110px;
  }
}

/* Tablet Layout: 768px. */
@media (max-width: 768px) {
  .social-icons {
    display: none;
  }
  .padding-0 {
    padding: 0;
  }
  .navigation {
    display: none;
  }

  .slider-fill {
    height: 600px;
  }
  .slider-subtitle {
    line-height: 40px;
    font-size: 29px;
  }
  .slider-title {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 20px;
  }
  .slider-text-wrapper p {
    font-size: 18px;
    line-height: 28px;
  }
  .rh-bttn {
    margin-top: 30px;
  }

  .rh-bttn a {
    padding: 12px 38px;
    font-size: 14px;
  }

  .slider-text-wrapper {
    width: 90%;
    padding: 30px;
    text-align: center !important;
  }

  .home-about-area .rh-image-block {
    padding: 0 40px;
    margin-bottom: 30px;
  }

  .home-about-area .title {
    font-size: 22px;
    line-height: 46px;
    margin-bottom: 10px;
  }
  .home-about-area .title span {
    font-size: 36px;
    line-height: 46px;
  }

  .home-about-area .sub-title {
    font-size: 20px;
    line-height: 28px;
  }

  .animator-single-item {
    width: 46.66%;
    margin-bottom: 30px;
    text-align: center;
  }
  .testimonial-bg {
    padding: 50px 40px;
  }
  .owl-theme .owl-controls {
    bottom: -22%;
  }
  .count {
    display: block;
    text-align: center;
    margin-right: 0;
  }
  .animator-total-wrapper {
    margin-left: 0;
  }

  .section-padding-150x160 {
    padding: 80px 0 90px 0;
  }
  .slider-fill {
    height: 600px;
    width: 100%;
  }

  .slider-middel-text h1 {
    font-size: 40px;
  }
  .section-padding {
    padding: 40px 0;
  }

  .section-title {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .section-heading {
    margin: 0 0 30px;
  }

  .second-img > img,
  .first-img > img {
    height: auto;
    width: 100%;
  }

  .why-choose-us-area .text-block ul li img {
    float: left;
    margin: 0 8px 0 0;
    width: 6%;
  }

  .section-padding-100x150 {
    padding: 50px 0 100px;
  }

  .amenities-single-item {
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
  }

  .map-contact-area {
    height: 480px;
  }

  .g-w2 {
    width: 33.33%;
  }

  .page-banner {
    height: 200px;
    margin-top: 140px;
  }

  .banner-text h1 {
    border: 3px solid #212121;
    font-size: 28px;
    padding: 10px 34px;
  }
  .about-us-area .title {
    font-size: 52px;
    text-align: center;
  }
  .count,
  .icon {
    font-size: 32px;
  }

  .animator-countdown {
    height: 250px;
  }

  .animator-single-item::before {
    height: 50px;
  }
  .about-us-area img {
    max-width: 100%;
  }
  .about-us-area {
    padding: 40px 0 50px;
  }

  .left-add {
    margin-right: 2%;
    overflow: hidden;
    width: 18%;
  }
  .right-add {
    width: 80%;
  }

  .convention-area .single-convention-item {
    margin-bottom: 0;
  }

  .convention-area .owl-carousel.convention-carousel .owl-dots {
    left: 50%;
    top: 100%;
    transform: translate(-50%, -100%);
  }
  .convention-area .text-overley {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    height: auto;
    margin-bottom: 30px;
    padding: 10px;
    right: 0;
    width: 100%;
    z-index: 0;
    position: unset;
  }

  .convention-area .text-overley .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .mixmenu {
    clear: both;
  }
  .photo-gallery-area .total-gallery-wrapper .g-w2 {
    width: 49%;
  }
  .photo-gallery-area {
    height: auto;
  }

  .room-inner-title {
    font-size: 16px;
    margin: 0 0 10px;
  }

  .inner-room-wrapper > h3 {
    font-size: 14px;
  }
  .inner-room-wrapper > h3 span {
    font-size: 16px;
  }

  .inner-single-facilities-item {
    padding: 5px;
    width: 32.25%;
  }

  .inner-room-sidebar {
    margin: 0;
  }
  .btn-room {
    font-size: 14px;
    padding: 15px 5px;
  }
  .list-block ul li {
    margin-right: 15px;
  }

  .style-default .main-navigation-area {
    min-height: 80px;
  }

  .style-default .main-navigation-area .logo {
    position: unset;
    width: 90px;
    height: auto;
    margin: 19px 0;
  }
  .logo img {
    max-width: 100%;
    height: auto;
  }

  .navigation {
    display: none;
  }

  /* main style */

  .slider-fill {
    height: 370px;
  }

  .slider-text-wrapper {
    width: 100%;
    padding: 0 12%;
  }
  .slider-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .slider-subtitle {
    line-height: 34px;
    font-size: 20px;
    margin-bottom: 0;
  }

  .slider-text-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }

  .rh-bttn a {
    padding: 6px 16px;
    font-size: 12px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    background-size: 15px 30px;
    height: 30px;
    margin-top: -11px;
    width: 15px;
  }

  .section-padding-m {
    padding: 40px 0px 30px 0;
  }

  .rh-image-block {
    margin-bottom: 15px;
  }

  .home-about-area .title span {
    font-size: 32px;
    line-height: 40px;
  }
  .home-about-area .rh-list-block ul li {
    padding: 15px 15px;
  }
  .home-about-area .rh-list-block ul li span {
    margin: 5px 10px 60px 0;
  }

  .section-padding-150x30 {
    padding: 75px 0 30px 0;
  }

  .animator-countdown {
    height: 170px;
  }
  .animator-single-item {
    padding: 5px 0;
    width: 46%;
    text-align: center;
    margin-bottom: 0px;
  }
  .count {
    display: block;
  }
  .count,
  .icon {
    font-size: 18px;
    padding: 0;
  }
  .count-text {
    font-size: 12px;
  }
  .animator-single-item::before {
    height: 0;
  }
  .section-padding-150x130 {
    padding: 75px 0 65px 0;
  }
  .pricing-head {
    padding: 50px 50px 50px 50px;
  }

  .section-heading {
    margin: 0 0 40px;
  }

  .w-50 {
    width: 100% !important;
  }
  .clients-feedback-area {
    overflow: hidden;
  }
  .clients-feedback-area .person-content p {
    font-size: 16px;
  }

  .cta-need-help-area {
    text-align: center;
    padding: 35px 0;
  }
  .cta-need-help-area .bttn-main {
    margin: 10px 0;
    text-align: center !important;
  }
  .cta-need-help-area .cta-title {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 48px;
  }
  .cta-need-help-area p {
    margin: 0 0 7px 0;
  }

  .bttn-main a {
    padding: 10px 35px;
  }

  .contact-box-area .contact-box-item {
    height: 280px;
  }

  .page-banner {
    height: 200px;
    width: 100%;
  }
  .banner-text {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 0 10%;
  }
  .banner-text h1 {
    border: 3px solid #212121;
    font-size: 24px;
    padding: 10px 35px;
    line-height: 32px;
  }

  .textblock img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .footer-box.rh-extr-p {
    padding-top: 0;
  }
  .footer-box {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .rh-line {
    border-top: 1px solid #313131;
    margin-top: 0;
  }

  .g-w2 {
    width: 50%;
  }

  .section-padding {
    padding: 40px 0 0 0;
  }

  .footer-widget-title {
    margin-bottom: 15px;
  }
  .sity-by-area {
    text-align: center;
  }
  .sity-by-area .site-by-contain p {
    padding: 5px 0;
  }
  .site-by-contain.text-right {
    text-align: center !important;
  }

  .map-contact-us iframe {
    height: 400px;
  }
}

/* Wide Mobile Layout: 480px. */
@media (max-width: 480px) {
  .head-nav .location p,
  .head-nav .phone p {
    font-size: 0.8rem;
  }
  .testimonial-bg:before {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 40px;
  }
  .testimonial-bg {
    padding: 30px 10px;
  }
  .owl-theme .owl-controls {
    bottom: -15%;
  }
  .testimonial-area {
    height: auto;
  }
  .social-icons {
    display: none;
  }
}
/* Mobile Layout: 360px. */
@media (max-width: 360px) {
  .testimonial .title,
  .testimonial .post {
    font-size: 16px;
  }
  .owl-theme .owl-controls {
    bottom: -12%;
  }
  .testimonial .description {
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
    color: var(--primary-font-color);
    line-height: 30px;
    padding-bottom: 25px;
    margin-bottom: 15px;
    position: relative;
  }
  .head-nav .location p,
  .head-nav .phone p {
    font-size: 0.8rem;
    margin-right: 5px;
  }
}
