@media screen and (max-width: 768px) {
  body {
    margin-top: 75px;
  }

  .mt-75 {
    margin-top: 75px;
  }

  header .header-nav .right .ote {
    display: none;
  }

  .bar input[type='checkbox'] {
    -webkit-appearance: none;
    display: none;
    visibility: hidden;
  }

  .bar {
    display: block;
    position: relative;
    cursor: pointer;
    width: 28px;
    height: 22px;
  }

  .bar span {
    position: absolute;
    width: 28px;
    height: 3px;
    background: #f1faee;
    border-radius: 100px;
    display: inline-block;
    transition: 0.3s ease;
    left: 0;
  }

  .bar span.top {
    top: 0;
  }

  .bar span.middle {
    top: 8px;
  }

  .bar span.bottom {
    bottom: 3px;
  }

  .bar input[type]:checked~span.top {
    transform: rotate(43deg);
    transform-origin: top left;
    width: 28px;
    left: 7px;
  }

  .bar input[type]:checked~span.bottom {
    transform: rotate(-45deg);
    /* transform-origin: top left; */
    width: 28px;
    bottom: 5px;
    box-shadow: 0 0 10px #495057;
    left: 1px;
    top: 9px;
  }

  .bar input[type]:checked~span.middle {
    transform: translateX(-20px);
    opacity: 0;
  }

  header {
    position: fixed;
    z-index: 999;
  }

  header .header-nav {
    top: 0;
    background-color: rgb(26, 26, 26);
    /* padding-inline: 15px;
    padding-block: 25px; */
    padding: 6px 25px;

  }

  .header-nav.scrolled {
    padding: 6px 25px;
  }

  .hamburger {
    line-height: 2;
  }

  .header-nav.scrolled {}

  header .header-nav nav {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    top: 75px;
    left: 0;
    background-color: rgb(26, 26, 26);
    border-top: 1px solid #333333;
    /* display: none !important; */
  }

  header .header-nav .left ul {
    /* display: flex; */
    align-items: center;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
  }

  .videoGrids {
    padding-block: 40px;
    padding-inline: 15px;
  }

  .videoGrids .splide__track {
    overflow: hidden !important;
    padding: 0;
  }

  .videoGrids .splide__list {
    justify-content: center;
  }

  .videoGrids .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
  }

  .videoGrids .splide__slide video {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
    transform: scale(1) !important;
  }

  .videoGrids .splide__slide.is-active video {
    transform: scale(1) !important;
  }

  .row-three-columns {
    padding-inline: 15px;
    padding-bottom: 40px;
  }

  .videoGrids .heading,
  .suvsList .heading {
    margin-bottom: 30px;
  }

  .videoGrids .heading h1 {
    font-size: 1.5rem;
  }

  .videoGrids .btns .btn {
    font-size: 0.875rem;
    padding: 10px 20px;
  }

  .videoGrids .btns .btn svg {
    width: 16px;
    height: 16px;
  }

  .customer-support {
    padding: 40px 15px 60px;
    margin-bottom: 40px;
    flex-direction: column;
    gap: 25px;
  }

  .customer-support h1,
  .customer-support-title {
    font-size: 20px !important;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
  }

  .customer-support .btn,
  .customer-support .call {
    font-size: 0.75rem;
    padding: 8px 16px;
  }

  /* Test Drive, Contact Us, Locations buttons */
  .row-three-columns .card .btn {
    font-size: 0.75rem;
    padding: 8px 16px;
  }

  .row-three-columns .card h5 {
    font-size: 1rem;
  }

  .row-three-columns .card p {
    font-size: 0.875rem;
  }

  .row-three-columns .card img {
    max-width: 70px;
  }

  /* 30+ years title mobile font size */
  .about-title-30years {
    font-size: 20px !important;
  }

  footer .grid-columns {
    padding: 15px 15px 0;
  }

  footer .footer-bottom {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  footer .footer-bottom p {
    text-align: center;
  }

  .grid-columns {
    grid-template-columns: 1fr;
  }

  header .header-top .right {
    display: none !important;
  }

  .row-two-columns .content {
    padding-inline: 15px;
  }

  .row-two-columns .content p {
    margin-bottom: 15px;
  }

  .row-two-columns .content .btn {
    margin-bottom: 30px;
  }

  .mb-5 {
    margin-bottom: 15px !important;
  }

  .grid-image-list-reverse,
  .grid-image-list {
    grid-template-columns: 1fr;
  }

  .grid-image-list-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .grid-image-list-reverse.mb-3 {
    margin-bottom: 0 !important;
  }

  .grid-image-list-reverse .content,
  .grid-image-list .content.ms-12 {
    margin-left: 0 !important;
  }

  .grid-image-list-reverse .content,
  .grid-image-list .content.me-12 {
    margin-right: 0 !important;
  }

  section.py-5 {
    padding-block: 1.5rem;
  }

  .grid-image-list.mb-3 {
    margin-bottom: 0;
  }

  .about-section .flex-col {
    gap: 1.5rem;
  }

  footer .grid-columns {
    gap: 0;
  }

  .two-columns {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .two-columns .card {
    margin-bottom: 0 !important;
  }

  .contact p:last-child {
    margin-bottom: 0 !important;
  }

  .contact-form .card .two-columns {
    gap: 0 !important;
  }

  .adventure .two-columns {
    display: flex;
    flex-direction: column;
  }

  #main-slider .splide__slide {
    height: auto !important;
  }

  .car-group-section {
    border-radius: 10px;
  }

  .car-group-section img {
    height: 60vh;
    object-fit: cover;
  }

  .overlay-section .features {
    gap: 10px;
  }

  .overlay-section .features .card {
    padding: 10px;
  }

  .overlay-section {
    position: relative;
    top: 0;
    transform: translateY(0);
    padding-block: 15px;
  }

  .overlay-section.heading h2 {
    font-size: 24px;
  }

  .overlay-section .features .card {
    width: 100%;
  }
}