@media (max-width: 991px) {
  .hamburger {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 42%;
    transform: translate(-5%, -50%);
    z-index: 2;
    transition: all 0.7s ease;
  }

  .nav-links {
    position: fixed;
    background: #000;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    top: 0px;
    clip-path: circle(50px at 90% -20%);
    -webkit-clip-path: circle(50px at 90% -10%);
    transition: all 1s ease-out;
    pointer-events: none;
    left: 0;
    justify-content: flex-start;
    gap: 0px;
  }

  .nav-links.open {
    clip-path: circle(1000px at 50% -10%);
    -webkit-clip-path: circle(1000px at 50% -10%);
    pointer-events: all;
    padding: 0px 50px;
  }

  .nav-links li {
    opacity: 0;
  }

  .fade:not(.show) {
    opacity: 1;
  }

  header .cta-btn {
    padding: 14px 0px !important;
  }

  .nav-links li:nth-child(1) {
    transition: all 0.5s ease 0.2s;
  }

  .nav-links li:nth-child(2) {
    transition: all 0.5s ease 0.4s;
  }

  .nav-links li:nth-child(3) {
    transition: all 0.5s ease 0.6s;
  }

  .nav-links li:nth-child(4) {
    transition: all 0.5s ease 0.7s;
  }

  .nav-links li:nth-child(5) {
    transition: all 0.5s ease 0.8s;
  }

  .nav-links li:nth-child(6) {
    transition: all 0.5s ease 0.9s;
    margin: 0;
  }

  .nav-links li:nth-child(7) {
    transition: all 0.5s ease 1s;
    margin: 0;
  }

  li.fade {
    opacity: 1;
  }

  .nav-links li a {
    color: #fff;
  }

  .toggle + a,
  .menu {
    display: none;
  }

  .toggle {
    display: block;
    padding: 14px 0px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    border: none;
  }

  .toggle:hover {
    background-color: transparent;
  }

  [id^="drop"]:checked + ul {
    display: block;
    width: 100%;
    background: transparent;
    transition: all 0.3s ease;
  }

  nav ul li {
    display: block;
    width: 100%;
    line-height: 3;
  }

  nav ul ul .toggle,
  nav ul ul a {
    padding: 0 40px;
  }

  nav ul li ul li .toggle,
  nav ul ul a {
    padding: 14px 20px;
    color: #fff;
    font-size: 17px;
  }

  nav ul ul {
    float: none;
    position: static;
    color: #ffffff;
  }

  nav ul ul li:hover > ul,
  nav ul li:hover > ul {
    display: none;
  }

  nav ul ul li {
    display: block;
    width: 100%;
  }

  .hamburger div {
    margin: 5px;
  }
  .frontpage header {
      background: var(--primary-color);
    }
}

@media (max-width: 1600px) {
  .banner {
    padding: 14rem 20px;
  }

  .title {
    font-size: 24px;
  }
}

@media (max-width: 1366px) {
  .product.testimonnial-left .nav {
      margin-top: 20px;
  }

  .banner {
    padding: 12rem 20px;
  }

  h1 {
    font-size: 28px;
  }

  .banner p {
    font-size: 16px;
  }

  .cta-btn {
    padding: 8px 30px;
    font-size: 16px;
  }

  .nav-links li a {
    font-size: 12px;
  }

  .logo img {
    width: 130px;
  }

  .title {
    font-size: 20px;
    margin: 0.5rem 0;
    line-height: 32px;
  }

  .subheading {
    font-size: 17px;
    line-height: 30px;
  }

  span.check-icon {
    padding: 12px;
    width: 16px;
    height: 16px;
  }

  .what-we-offer ul li {
    font-size: 14px;
  }

  .we-offer-image,
  .mission-left,
  .order-accessories-left {
    max-width: 400px;
    margin: auto;
  }

  .mission-right p {
    font-size: 14px;
    line-height: 31px;
  }

  section.how-to-use iframe,
  .better-golf-right iframe {
    width: 100%;
  }

  .how-to-use-insturction ul li {
    font-size: 12px;
  }

  .better-golf p,
  .order-accessories p,
  .review-body p,
  .bottom-cta p {
    font-size: 14px;
  }

  .bottom-cta h4 {
    font-size: 20px;
  }

  .bottom-cta h5 {
    font-size: 18px;
  }

  .widget img {
    width: 150px;
  }

  footer {
    font-size: 12px;
  }

  .widget span {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .what-we-offer .row,
  .our-mission,
  .download-app .row {
    flex-direction: column-reverse;
  }

  .we-offer-image,
  .mission-left,
  .order-accessories-left {
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .we-offer-right .we-offer-image::after {
    display: none;
  }

  .how-to-use .col-md-12.col-lg-7 {
    order: 3;
    margin-top: 2rem;
  }

  .better-golf-left,
  .download-left {
    margin-top: 2rem;
  }

  .logo img {
    width: 200px;
  }

  footer ul {
    padding-left: 0;
  }

  .banner {
    padding-bottom: 5rem;
  }
  .how-to-use-insturction ul li {
    font-size: 14px;
  }
  .product-left,
  .product-right {
    flex: 0 0 100%;
  }
  .product-description {
    margin-bottom: 1rem;
  }
}

@media(max-width:767px){
  .product-description {
      height: auto;
  }
}

@media (max-width: 430px) {
  .testimonnial-left .nav {
    margin-top: 0;
  }
  .bottom-cta {
    padding: 0rem 0px;
  }

  .bottom-cta .row {
    border-radius: 0;
    padding: 40px 4px;
  }
    .what-we-offer , .our-mission , .how-to-use , .better-golf , .order-accessories , .download-app , .testimonial{
      padding: 1.5rem 14px;
    }
    
  .how-to-use iframe{
    height: 230px;
  }
  .better-golf-right iframe {
    height: 180px;
  }
  footer {
    font-size: 14px;
  }

  .product.testimonnial-left .nav {
    margin-top: 50px;
  }
}

@media (max-width: 390px) {
  .btn-group {
    gap: 6px;
  }
}
