/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 1200px) {
  h3 {
    font-size: 40px;
  }
  h5 {
    font-size: 22px;
  }
  .about img {
    width: 100%;
  }
  .about .title-img {
    width: 100%;
  }
  .about .bottom-amenities {
    display: block;
  }
  .about .bottom-amenities img {
    width: 80%;
  }
  .about .about-content {
    margin-top: 20px;
  }
  .about ul li {
    font-size: 14px;
    padding: 4px 0px;
  }
  .choose .container .email a {
    font-size: 16px;
  }
  .choose .container .choose-number a {
    font-size: 16px;
  }
  .choose .choose-img a {
    font-size: 16px;
  }
  .testimonial .testi-content-box {
    width: 90%;
  }
  .testimonial .testimonial-img img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .room img {
    height: 700px;
  }
  /* ================ Blog page ============= */
  #blog-page .blog-section .blog-items {
    max-width: 46%;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 992px) {
  h3 {
    font-size: 32px;
  }
  .sub-text {
    font-size: 16px;
  }
  header .bottom-header nav a {
    padding: 0px 10px;
    font-size: 14px;
  }
  header .bottom-header .primary-menu {
    gap: 10px;
  }
  header .bottom-header .book-btn a {
    padding: 10px;
    font-size: 12px;
  }
  header .bottom-header .logo img {
    width: 130px;
  }
  .banner .banner-content {
    gap: 10px;
  }
  .banner p {
    width: 100%;
  }
  .about {
    padding: 70px 0px 0px;
  }
  .about .about-content {
    gap: 25px;
  }
  .about .about-content .main-content {
    width: 70%;
  }
  .about .about-content .amenities {
    width: 100%;
  }
  .about .about-content .room-img {
    display: block;
  }
  .about .about-content .bottom-amenities {
    bottom: -182px;
    left: 0px;
  }
  .about .about-content .bottom-amenities img {
    width: 100%;
  }
  .room .room-details {
    padding: 15px;
  }
  .room .title {
    text-align: center;
    margin-bottom: 20px;
  }
  .room img {
    height: 500px;
  }
  .room .room-name {
    padding: 20px;
  }
  .room h5 {
    font-size: 24px;
  }
  .choose {
    padding: 40px 0px;
  }
  .choose .container {
    gap: 30px;
  }
  .choose .container .choose-number {
    text-align: center;
  }
  .choose .container .img-col-2 {
    display: none;
  }
  .testimonial {
    gap: 30px;
  }
  .testimonial .testimonial-content {
    padding: 0px 0px;
  }
  .testimonial .testi-content-box {
    gap: 5px;
  }
  .cta {
    padding: 40px 0px;
  }
  .cta h3 {
    font-size: 30px;
  }
  .cta .main-cta {
    padding: 20px;
    gap: 20px;
  }
  .cta .group-btn {
    gap: 10px;
  }
  .cta .cta-call {
    gap: 6px;
  }
  .cta .cta-content {
    width: 60%;
  }
  .cta .cta-img {
    width: 40%;
  }
  .cta .call-icon img {
    width: 35px;
  }
  .cta .call-content a {
    font-size: 16px;
  }
  footer .top-footer .container {
    flex-wrap: wrap;
  }
  /* ========== inner page ======= */
  .inner-banner {
    padding: 80px 0px;
  }
  #about-page {
    /* 
    .about-data {
      flex-direction: column-reverse;
    } */
  }
  #about-page .about-main {
    padding: 40px 0px;
  }
  /* ============== single-post ============= */
  #single-post .main-post .container {
    flex-direction: column;
  }
  #single-post .post-data {
    max-width: 100%;
  }
  #single-post .latest-post-section {
    max-width: 100%;
  }
  .choose .container .choose-number {
    padding: 70px 5px;
  }
  .testimonial {
    padding: 40px 15px;
  }
  .testimonial .testimonial-img {
    display: none;
  }
  .testimonial .testimonial-content {
    width: 100%;
  }
  .testimonial .testi-content-box {
    width: 100%;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  header .bottom-header .primary-menu {
    flex-direction: column;
    /* display: none; */
  }
  header .bottom-header .primary-menu ul {
    flex-direction: column;
    gap: 15px;
  }
  header .bottom-header .primary-menu nav {
    text-align: center;
  }
  header .bottom-header .primary-menu nav a {
    display: block;
    padding: 10px 0px;
    font-size: 16px;
  }
  header .bottom-header .menu-icon {
    display: block;
    border: none;
    background: transparent;
    width: 40px;
    z-index: 99;
    font-size: 24px;
  }
  header .bottom-header .book-btn {
    display: block;
  }
  header .bottom-header .booknow-header {
    display: none;
  }
  header .primary-menu {
    /* display: none; */
    padding: 150px 20px;
    position: fixed;
    background: #fff;
    width: 100%;
    max-width: 350px;
    right: -100%;
    top: 0px;
    /* transform: translateY(-10px); */
    transition: all 0.4s ease-in;
    z-index: 9;
    height: 100vh;
    transition: 0.5s;
  }
  header .primary-menu.active {
    right: 0%;
  }
  .about {
    padding: 40px 0px 0px;
  }
  .about .about-title .title {
    margin-left: 20px;
  }
  .about .about-content {
    flex-direction: column;
  }
  .about .about-content .main-content {
    width: 100%;
  }
  .about .about-content .amenities {
    width: 100%;
  }
  .about .about-content .room-img {
    display: block;
  }
  .about .about-content .bottom-amenities {
    display: block;
    bottom: -79px;
    left: 100px;
  }
  .room .room-box:nth-child(3) {
    display: none;
  }
  .room .room-box {
    width: 100%;
    max-width: 50%;
  }
  .choose .container {
    flex-direction: column;
  }
  .choose .container .choose-img {
    width: 100%;
  }
  .choose .container .choose-content {
    width: 100%;
  }
  .choose .container .img-col-2 {
    display: block;
  }
  .testimonial {
    flex-direction: column;
  }
  .testimonial .testimonial-img {
    width: 100%;
  }
  .testimonial .testimonial-img img {
    height: 100%;
  }
  .testimonial .testimonial-content {
    width: 100%;
    padding: 0px 0px;
  }
  .cta .cta-img img {
    width: 100%;
  }
  .cta .cta-content {
    width: 80%;
  }
  footer .top-footer .container {
    flex-wrap: wrap;
  }
  footer .footer-about {
    width: 45%;
  }
  footer .useful-link {
    width: 45%;
  }
  footer .contact-info {
    width: 45%;
  }
  footer .footer-gallery {
    width: 45%;
  }
  /* ============== inner page ============= */
  .inner-banner {
    padding: 50px 0px;
  }
  #about-page .about-main {
    padding: 40px 0px;
  }
  #about-page .about-data {
    flex-direction: column-reverse;
    gap: 20px;
  }
  #about-page .about-data .about-content {
    max-width: 100%;
  }
  #about-page .about-data .about-img {
    max-width: 100%;
  }
  #about-page .about-data .about-img img {
    max-width: 100%;
  }
  #about-page .about-data:nth-child(2) {
    margin-top: 30px;
    flex-direction: column-reverse;
  }
  /* ============= contact page ========= */
  #contact-page .lodge-contact {
    padding: 40px 0px;
  }
  #contact-page .lodge-contact .container {
    flex-direction: column;
  }
  #contact-page .contact-text {
    max-width: 100%;
  }
  #contact-page .contact-form {
    max-width: 100%;
  }
  #contact-page a {
    word-break: break-all;
  }
  #contact-page .lodge-contact-details .box {
    max-width: 100%;
  }
  /* ============= blog page =========== */
  #blog-page .main-blog {
    padding: 40px 0px;
  }
  #blog-page .main-blog .container {
    flex-direction: column;
  }
  #blog-page .blog-section {
    max-width: 100%;
  }
  #blog-page .latest-post-section {
    max-width: 100%;
  }
  /* ============== single-post ============= */
  #single-post h1 {
    font-size: 30px;
  }
  #single-post .main-post {
    padding: 40px 0px;
  }
  .leave-comment form {
    max-width: 100%;
  }
  /* ======== room page ======= */
  #room-page .main-room {
    padding: 40px 0px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 600px) {
  p {
    font-size: 14px;
  }
  h1 {
    font-size: 30px;
  }
  h4 {
    font-size: 20px;
  }
  header .top-header {
    /* display: none; */
  }
  header .top-header .social-media {
    display: none;
  }
  header .top-header .call {
    /* width: 100%; */
    display: flex;
  }
  header .top-header .loge-details {
    flex-direction: column;
    gap: 6px;
  }
  header .top-header .address {
    /* width: 100%; */
    display: flex;
  }
  header .top-header span {
    display: block;
  }
  header .top-header a {
    font-size: 12px;
  }
  .banner .banner-content {
    max-width: 100%;
  }
  .about {
    padding: 30px 0px;
  }
  .about .about-title {
    flex-direction: column-reverse;
  }
  .about .about-title .title {
    width: 80%;
  }
  .about .about-title .title-img {
    width: 100%;
  }
  .about .about-content .top-amenities {
    justify-content: start;
    /* display: none; */
  }
  .about .about-content .room-img {
    display: none;
  }
  .about .about-content .bottom-amenities {
    position: static;
  }
  .room {
    margin-top: 0px;
  }
  .room .room-types {
    flex-direction: column;
  }
  .room .room-box {
    max-width: 100%;
  }
  .room img {
    height: 430px;
  }
  .room .room-inner ul li {
    font-size: 14px;
  }
  .room .room-box:nth-child(3) {
    display: block;
  }
  .cta .cta-img {
    display: none;
  }
  /* ============= blog page =========== */
  #blog-page .blog-section .blog-items {
    max-width: 100%;
  }
  /* ======== room page ======= */
  #room-page .room-item {
    flex-direction: column-reverse;
    gap: 20px;
  }
  #room-page .room-item-content {
    width: 100%;
  }
  #room-page .room-item-img {
    width: 65%;
  }
  #room-page .main-room {
    padding: 20px 0px;
  }
  #room-page .room-item:nth-child(2) {
    flex-direction: column-reverse;
    margin: 40px 0px;
  }
  #room-page .room-item:nth-child(4) {
    flex-direction: column-reverse;
    margin: 20px 0px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 450px) {
  h1 {
    font-size: 24px;
  }
  header .primary-menu {
    width: 100%;
    max-width: 300px;
  }
  h3 {
    font-size: 26px;
  }
  .choose .container .choose-img {
    display: none;
  }
  .cta h3 {
    font-size: 20px;
  }
  .cta .group-btn {
    flex-direction: column;
    /* justify-content: start; */
    align-items: start;
  }
  .about .about-title {
    gap: 15px;
  }
  footer {
    padding: 30px 0px 0px;
    font-size: 14px;
  }
  footer .footer-about {
    width: 100%;
  }
  footer .useful-link {
    width: 100%;
  }
  footer .contact-info {
    width: 100%;
  }
  footer .footer-gallery {
    width: 100%;
  }
  /* ========= contact page ========== */
  #contact-page .contact-form form {
    padding: 20px;
  }
  #contact-page .contact-form .name,
  #contact-page .contact-form .tel-mail {
    flex-direction: column;
  }
  #contact-page .contact-form .name input,
  #contact-page .contact-form .tel-mail input {
    max-width: 100%;
  }
  #single-post h1 {
    font-size: 22px;
  }
  .leave-comment .name-mail {
    flex-direction: column;
  }
  .leave-comment .name-mail input {
    width: 100%;
    max-width: 100%;
  }
  .leave-comment form {
    max-width: 100%;
  }
  .main-book {
    padding: 40px 0px;
  }
  .main-book .box {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .main-book .book-now {
    width: 100%;
    margin: 0px auto;
  }
  .main-heading {
    font-size: 50px;
  }
  .container {
    padding: 0px 10px;
  }
  footer .top-footer .container {
    gap: 0px;
  }
}/*# sourceMappingURL=responsive.css.map */