.main-header .navbar-collapse/* Base font sizes (1920px and above) */
:root {
  --font-64: 64px;
  --font-60: 60px;
  --font-48: 48px;
  --font-40: 40px;
  --font-32: 32px;
  --font-28: 28px;
  --font-24: 24px;
  --font-20: 20px;
  --font-18: 18px;
  --font-16: 16px;
  --font-14: 14px;
  --rev-container: 1520px;
}

/* 1600px */
@media (max-width: 1600px) {
  :root {
    --font-64: 58px;
    --font-60: 54px;
    --font-48: 44px;
    --font-40: 36px;
    --font-32: 30px;
    --font-28: 26px;
    --font-24: 22px;
    --font-20: 19px;
    --font-18: 17px;
    --font-16: 15px;
    --font-14: 13px;
    --rev-container: 1400px;
  }
  .hero-content-main {
    margin-bottom: 0;
  }
}

/* 1440px */
@media (max-width: 1440px) {
  :root {
    --font-64: 52px;
    --font-60: 48px;
    --font-48: 40px;
    --font-40: 34px;
    --font-32: 28px;
    --font-28: 24px;
    --font-24: 21px;
    --font-20: 18px;
    --font-18: 16px;
    --font-16: 15px;
    --font-14: 13px;
    --rev-container: 1280px;
  }
  .py-100 {
    padding: 80px 0px;
  }
  .btn-common-ligth,
  .btn-common-dark {
    padding: 11px 26px;
    gap: 8px;
  }
  .hero-content-main {
    height: 680px;
  }
  .hero-right-content {
    right: 34px;
  }
  .hero-left-content h1 {
    max-width: 62%;
  }
  .what-revevolve {
    padding-top: 240px;
  }
  .active-hidden-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
  }
}

@media (max-width: 1399px) {
  .real-hotel-main {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
/* 1280px */
@media (max-width: 1280px) {
  :root {
    --font-64: 44px;
    --font-60: 44px;
    --font-48: 38px;
    --font-40: 32px;
    --font-32: 26px;
    --font-28: 23px;
    --font-24: 20px;
    --font-20: 18px;
    --font-18: 16px;
    --font-16: 15px;
    --font-14: 13px;
    --rev-container: 1140px;
  }
  .navbar-nav {
    gap: 20px !important;
  }
  .hero-right-content {
    width: 350px;
    padding: 20px;
    gap: 10px;
  }
  .hero-content-main {
    height: 630px;
  }
  .watch-demo span.btn-common-dark {
    height: 44px;
    width: 44px;
    padding: 0;
  }
  .hotel-revenue-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .one-month-free-details {
    width: 90%;
  }
  .what-revevolve-info {
    grid-gap: 40px;
    padding: 30px;
  }
  .blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  :root {
    --rev-container: 90%;
  }
  .btn-common-ligth,
  .btn-common-dark {
    padding: 6px 12px;
    gap: 8px;
  }
  .hero-content-main {
    height: 596px;
  }
  .hero-left-content h1 {
    max-width: 62%;
  }
  .hidden-content {
    margin-top: 26px;
  }
  .real-hotel-main {
    grid-template-columns: 1fr;
  }
  .pricing-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .one-month-free-grid{
    padding: 60px 60px;
  }
  .faq-grid{
    grid-template-columns: 1fr;
  }
  .footer-grid ul {
    gap: 10px;
    flex-direction: column;
}
.main-header .navbar-collapse{
  position: absolute;
    width: 100%;
    top: 85px;
    left: 0;
    background-color: var(--color-white);
    padding: 20px 40px;
    z-index: 3;
}
    .active-hidden-content {
        display: grid;
        grid-template-columns: 1fr ;
        align-items: center;
        gap: 40px;
    }
    .active-hidden-content img {
    max-width: 100%;
    width: 100%;
    max-height: 250px;
}
.active-hidden-content p {
    max-width: 100%;
}
}

/* 1024px - Tablets landscape */
@media (max-width: 1024px) {
  :root {
    --font-64: 42px;
    --font-60: 38px;
    --font-48: 34px;
    --font-40: 30px;
    --font-32: 24px;
    --font-28: 22px;
    --font-24: 19px;
    --font-20: 17px;
    --font-18: 16px;
    --font-16: 15px;
    --font-14: 13px;
  }
  .py-100 {
    padding: 70px 0px;
  }
  .hero-right-content {
    position: static;
    width: 100%;
    margin-bottom: 20px;
    min-height: 256px;
    justify-content: space-between;
  }
  .hero-check-list ul {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hero-left-content h1 {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .hero-check-list li img {
    margin-top: 0px;
  }
  .hero-main-detail {
    margin-top: 30px;
  }
  .hero-content-main {
    height: 100%;
  }
  .hero-image {
    margin-bottom: 36px;
  }
  .what-revevolve {
    padding-top: 200px;
  }
}
@media (max-width: 991px) {
  .trusted-partner-details {
    gap: 30px;
  }
  .trusted-partner-details img {
    max-width: 56px;
  }
  .hero-check-list ul {
    flex-direction: column;
  }
  .hotel-revenue-main h2 {
    max-width: 100%;
    margin: 12px auto 26px;
  }
  .one-month-free .banner-one-free {
    height: 290px;
    margin-bottom: 36px;
  }
  .active-hidden-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .active-hidden-content p {
    max-width: 100%;
  }
  .what-revevolve-header {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .real-hotels-header h2 {
    margin: 14px 0 25px;
  }
  .different-role-header {
    gap: 18px;
  }
  .different-role-header {
    margin-bottom: 25px;
  }
  .different-role-grid {
    gap: 20px;
  }
  .blog-grid {
    margin-top: 30px;
  }
  .why-rev-header {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .clear-pricing-header {
    margin-bottom: 25px;
  }
 .one-month-free-grid {
  display: flex;
  gap: 20px;
  flex-direction: column-reverse;  
  text-align: center;
  }
    .faq-heading h2{
        margin-bottom: 25px;
}
.book-demo-main {
    max-width: 100%;
    margin: 0 auto;
}
.book-demo-buttons{
  flex-wrap: wrap;
}
.book-demo-main h6{
  margin: 16px 0 30px;
}
.book-demo-main h5{
  margin-bottom: 30px;
}
.footer-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
}
/* 768px - Tablets portrait */
@media (max-width: 768px) {
  :root {
    --font-64: 36px;
    --font-60: 34px;
    --font-48: 30px;
    --font-40: 26px;
    --font-32: 22px;
    --font-28: 20px;
    --font-24: 18px;
    --font-20: 16px;
    --font-18: 15px;
    --font-16: 14px;
    --font-14: 13px;
  }
  .py-100 {
    padding: 60px 0px;
  }
  .btn-common-ligth,
  .btn-common-dark {
    padding: 10px 22px;
    gap: 7px;
  }
  .header-btn .btn-common-ligth {
    display: none;
  }
  .reponcive-btn {
    display: block;
    margin-top:20px;
  }
    .reponcive-btn .btn-common-ligth{
        width: 100%;
    }
  .reponcive-btn .btn-common-dark {
    display: none;
    margin-top: 10px;
  }
  .hotel-revenue-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .one-month-free-details h3 {
    margin: 10px 0;
  }
  .visible-content {
    flex-wrap: wrap;
    gap: 8px;
  }
  .what-revevolve {
    padding-top: 170px;
  }
  .review-grid {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .real-hotel-main {
    gap: 20px;
  }
  .review-card {
    padding: 20px;
  }
  .real-hotels-header span {
    display: block;
  }
  .different-role-card {
    padding: 20px;
  }
  .different-role-grid {
    grid-template-columns: 1fr;
  }
  .mini-blog-card p {
    -webkit-line-clamp: 2;
  }
  .different-role-header p,
  .what-revevolve-header p,
  .what-revevolve-header h4 {
    text-align: center;
  }
  .different-role-card ul {
    margin-bottom: 20px;
  }
  .tools-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .clear-pricing-header span {
    display: block;
  }
  .pricing-card ul {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
  .pricing-card {
    padding: 20px;
  }
  .tools-card {
    padding: 20px;
  }

  .why-rev-card {
    min-height: auto;
  }
.main-header .nav-item a {
    padding-bottom: 10px !important;
    border-bottom: 1px solid #ededed;
}
  }
/* 640px */
@media (max-width: 640px) {
  :root {
    --font-64: 32px;
    --font-60: 30px;
    --font-48: 28px;
    --font-40: 24px;
    --font-32: 20px;
    --font-28: 19px;
    --font-24: 17px;
    --font-20: 16px;
    --font-18: 15px;
    --font-16: 14px;
    --font-14: 13px;
  }
  .py-100 {
    padding: 50px 0px;
  }
  .what-revevolve {
    padding-top: 200px;
  }
  .btn-common-ligth,
  .btn-common-dark {
    padding: 9px 20px;
    gap: 6px;
  }
  .one-month-free .banner-one-free {
    height: 214px;
  }
  .one-month-free-btn {
    margin-bottom: 10px;
    padding: 6px 16px;
  }
  .what-revevolve-info {
    padding: 20px;
    gap: 20px;
  }
  .one-month-free .banner-one-free {
    margin-bottom: 0;
  }
  .blog-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .blog-card .blog-image img {
    object-fit: cover;
    object-position: center;
  }
  .different-role-card p,
  .different-role-card h3 {
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .reponcive-btn .btn-common-dark {
    display: block;
  }
  .header-btn .btn-common-dark {
    display: none;
  }
  .partner-track {
    animation: marquee 12s linear infinite;
  }
  .trusted-partner-details img {
    max-width: 70px;
  }
  .hotel-revenue-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .one-month-free-title h2 {
    font-size: 16px;
  }
  .one-month-free-details h3 {
    margin-top: 0;
    font-size: 14px;
  }
  @keyframes marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  .trusted-partner-details h4 {
    display: none;
  }
  .hero-left-content span {
    display: block;
    text-align: center;
  }
  .why-rev-grid {
    grid-template-columns: 1fr;
  }
      .one-month-free-grid {
        padding: 30px 30px;
    }
    .one-month-free-grid h3 {
    margin: 18px 0px;
}
}
/* 480px - Mobile landscape */
@media (max-width: 480px) {
  :root {
    --font-64: 28px;
    --font-60: 26px;
    --font-48: 24px;
    --font-40: 22px;
    --font-32: 19px;
    --font-28: 18px;
    --font-24: 16px;
    --font-20: 15px;
    --font-18: 14px;
    --font-16: 13px;
    --font-14: 12px;
  }
  .py-100 {
    padding: 40px 0px;
  }
  .btn-common-ligth,
  .btn-common-dark {
    padding: 8px 18px;
    gap: 6px;
  }
  .main-header .navbar-brand img {
    width: 200px;
  }
  .one-month-free .banner-one-free {
    height: 180px;
  }
  .one-month-free-title img {
    width: 30px;
    height: 30px;
  }
  .what-revevolve {
    padding-top: 200px;
  }
  .real-hotel-details span {
    text-align: start;
  }
}

@media (max-width: 400px) {
  .one-month-free-details h3 {
    margin-top: 10px;
  }
  .one-month-free-details h3 {
    padding: 0 20px;
  }
  .mini-blog-card {
    display: grid;
    grid-template-columns: 1fr;
  }
  .mini-blog-card .inner-images {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center;
  }
  .main-header .navbar-collapse{
    top: 68px;
            padding: 20px;
}
}
@media (max-width: 374px) {
  :root {
    --font-64: 26px;
    --font-60: 24px;
    --font-48: 22px;
    --font-40: 20px;
    --font-32: 18px;
    --font-28: 17px;
    --font-24: 16px;
    --font-20: 14px;
    --font-18: 13px;
    --font-16: 13px;
    --font-14: 12px;
  }
  .py-100 {
    padding: 30px 0px;
  }
  .btn-common-ligth,
  .btn-common-dark {
    padding: 8px 16px;
    gap: 5px;
  }
  .visible-content p {
    text-align: start;
  }
  .what-revevolve {
    padding-top: 200px;
  }
}
