@media screen and (max-width: 575px) {
  .cstm-mobile-navbar {
    right: -400px;
  }

}

@media screen and (max-width: 768px) {
  /* mobile navbar */
  .cstm-mobile-navbar {
    right: -800px;
  }
  .topbar {
    display: none;
  }
  .logo {
    display: block;
  }
  .cstm-navbar {
    display: none;
    font-size: 14px;
  }

  .hamburger {
    display: block;
  }

  .cstm-mobile-navbar.show {
    display: block;
  }
  
  /* mobile fonts */
  .highlight {
    font-size: 24px;
  }
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 30px;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1rem;
  }
  p {
    font-size: 15px;
    line-height: 30px;
    font-family: var(--medium);
    text-align: center;
    margin-bottom: 2rem;
  }

  /* mobile buttons */
  .btn-title { display: none; }
  .gw-btn {
    border-radius: 5px;
    width: 100%;
  }

  /* mobile global layout */

    /* mobile homepage hero*/
  .hero {
    height: 100vh;
    padding: 2rem;
  }
  .hero-overlay {
    padding-top: 6vh;
    height: 100%;
  }
  .hero-wrapper {
    text-align: center;
  }
  .hero .slogan {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .hero p {
    display: none;
  }
  .hero .btn-ctr {
    flex-direction: column;
    gap: 20px;
  }
  .material-symbols-outlined {
    font-size: 2rem;
  }
  .hero .mobile-buttons {
    display: block;
  }
  .select-services-section,
  .heading-ctr br
  {
    display: none;
  }
    /* mobile homepage about*/
  .about .shape-img {
    right: -7px;
    bottom: -20%;
  }
  .shape-img {
    width: 62px;
    height: 215px;
  }
  /* mobile why-us */
  .w-icons {
    height: 40px;
  }
  .w-slogan {
    text-align: center;
  }
  /* mobile global other page */
  .about,
  .occasion,
  .vans,
  .trailers,
  .why-us,
  .info,
  .main-content,
  .rent-contact {
    margin: 2rem 0;
    padding: 0 1rem;
  }
  .banner {
    margin-top: 2vh;
    height: 20vh;
  }
  .container,
  .banner .row {
    margin: 0;
  }
  .heading-ctr {
    margin: 1rem 0;
  }
  .main-content {
    margin-top: 3rem;
  }
  .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .filter-btn-wrapper,
  .filter-input-wrapper {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
  /* Call Banner */
  .call-column {
    justify-content: center;
  }
  .call-column a {
    flex-direction: column;
    align-items: center;
  }
  .call-column a img {
    width: 50px;
    height: auto;
  }
  .phone-number, .hours li {
    font-size: 14px;
  }
  .hours {
    margin-top: 1rem;
    padding: 0;
  }
  /* mobile footer */
  footer {
    overflow: hidden;
  }
  footer .col-md-2 {
    margin-bottom: 1rem;
  }
  .f-logo img {
    text-align: center;
    margin: 0 auto;
  }
  footer .f-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  /* mobile CTA Bottom*/
  .cta-content .row {
    text-align: center;
  }
  .cta-bottom .btn-ctr {
    display: flex;
  }
  .cta-bottom .btn-ctr a {
    margin-bottom: 3rem;
  }
  .cta-bottom .btn-ctr {
    flex-direction: column;
  }
  .cta-bottom .cta-2-img-wrapper {
    text-align: center;
  }
  .cta-bottom .cta-2-img-wrapper img {
    width: 50%;
  }
  /* mobile cards */
  .card-img-wrapper img.img-fluid {
    min-height: 200px;
  }
}



@media screen and (min-width: 769px) {
  /* tablet + laptop navbar */
  .cstm-navbar {
    display: block;
    font-size: 17px;
  }
  
  .hamburger,
  .cstm-mobile-navbar {
    display: none;
  }

  /* tablet + laptop fonts */

  h1 {
    font-size: 60px;
    line-height: 80px;
  }

  h2 {
    font-size: 2.4rem;
    line-height: 40px;
  }

  p {
    font-size: 17px;
    line-height: 30px;
  }

  .cstm-navbar {
    font-size: 17px;
  }

  .highlight {
    font-size: 40px;
  }

  /* tablet + laptop global layout */
    /* homepage hero */
  .hero {  
    height: 80vh;
    padding-top: 19vh;
  }
  .hero-overlay { 
    padding-top: 19vh;
    height: 80vh;
  }
  .hero .mobile-buttons {
    display: none;
  }
  /* homepage about */
  .shape-img {
    width: 161px;
    height: 215px;
  }
  /* why-us*/
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-us .grid-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .w-icons {
    height: 50px;
  }

  .heading-ctr { 
    margin: 3rem 0;
  }
 
  .about, .occasion, .cta-banner-1, .vans, .trailers, .why-us,
  .info, .main-content, .rent-contact {
    margin: 3rem 0;
  }
  /* tablett + laptop global other page */
  .filter-btn-wrapper,
  .filter-input-wrapper {
    align-items: center;
    gap: 5rem;
  }
  /* tablette + laptop CTA Bottom*/
  .btn-ctr {
    justify-content: space-between;
  }
  /* Call Banner */
  .call-column:first-child {
    justify-content: end;
  }

  .call-column:last-child {
    justify-content: start;
  }
   
}



@media screen and (min-width: 769px) and (max-width: 1199px) {
  .phone-number, .hours {
    font-size: 1.5rem;
  }
  .banner {
    /* banners from other pages */
    margin-top: 6vh;
    height: 50vh;
  }
}



@media screen and (min-width: 1200px) {
  .banner {
    margin-top: 17vh;
    height: 50vh;
  }
  .hamburger,
  .cstm-mobile-navbar {
    display: none;
  }
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .phone-number {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1900px) {
  .cstm-navbar {
    font-size: 17px;
  }
  .hamburger,
  .cstm-mobile-navbar {
    display: none;
  }
}