@media screen and (min-width:1400px){
  .hero-badge.two{
    right: 90px;
  }
}
@media screen and (max-width:1400px){
  .hero-badge.two{
    bottom: -140px;
  }
}
@media screen and (max-width: 1199px) {
  .hamburger {
    display: block;
  }
  nav ul {
    display: none;
  }
   .hero-badge.two{
    bottom: -190px;
  }
}
@media screen and (max-width: 992px) {
  .hero-badge.one {
    left: 0;
    bottom: -55px;
  }
  .hero-badge.two {
    right: 0;
    bottom: -145px;
  }
  
  .transparent-cards-container {
    align-items: center;
    text-align: center;
  }

  .transparent-card {
    align-items: center;
  }
}

@media screen and (min-width: 992px) {
  .footer-align {
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 700px) {
  .menubar {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .hero-badge.one {
    left: 0;
    bottom: -80px;
  }
  .hero-badge.two {
    right: 0;
    bottom: -180px;
  }
  .hero-badge h6 {
    font-size: 17px;
  }

  .hero-badge {
    display: none;
  }

  nav {
    width: 85% !important;
  }

  .trapezoid-svg {
    height: 400px;
  }

  .trapezoid-svg .text {
    padding: 32px 48px;
  }

  .pricing-card {
    flex-direction: column;
    gap: 24px;
  }

  .pricing-card .right-side,
  .pricing-card .left-side {
    width: 100%;
    width: 100%;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 550px) {
  .hero-badge.one {
    display: none;
  }
  .hero-badge.two {
    display: none;
  }

  .hero-img-deco .hero-img {
    display: none;
  }

  .hero {
    height: auto;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }

  .menubar .mobile-logo {
    height: 50px;
  }
}
@media screen and (max-width: 470px) {
  .menubar{
    width: 66%;
  }
}
@media screen and (max-width: 350px) {
  .trapezoid-svg .text {
    padding: 32px 24px;
  }
}
