@media screen and (max-width: 992px) {
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }

  #main_header {
    display: none;
  }

  .small nav {
    padding: 15px 0;
    background: rgb(245, 190, 77);
  }

  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .home_sec1 h2 {
    font-size: 34px;
    color: rgb(245, 190, 77);
    line-height: 1.4;
    font-weight: 500;
  }

  section {
    padding: 50px 0px;
  }

  .small nav .menu {
    width: 40px;
    height: 40px;
    background: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }

  .small.show .sidebar {
    right: 0;
  }

  .small nav .sidebar>ul {
    margin-top: 120px !important;
  }

  .small nav .sidebar>ul>li {
    padding: 10px;

  }

  .small nav .sidebar ul>li:last-child {
    border-bottom: none;
  }

  .small nav .sidebar ul>li>a {
    color: #000;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }

  .small nav .sidebar>ul>li.link-sm {
    position: relative;
  }

  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }

  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 0px !IMPORTANT;
  }

  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }

  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }

  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }

  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }

  ul.list-unstyled.p-0.m-0.sub-menu-sm li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
  }

  .small {
    display: block;
  }

  .small .logo img {
    width: 120px;
    margin-bottom: -127px;
    /* position: relative; */
    z-index: 1111;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.8s ease-in-out;
    /* max-height: 120px; */
    /* box-shadow: none; */
    margin-top: 0px;
  }

  .small.sticky-top-1.sticky .logo img {
    width: 90px;
    transition: all 0.3s ease;

  }

  p br {
    display: none;
  }

  .vino-blog {
    background: #faf9f6;
    /* padding: 100px 20px; */
    /* font-family: "Poppins", sans-serif; */
  }

  .vino-blog {
    background: #faf9f6;
    padding: 90px 0px;
  }


}

@media screen and (max-width: 767px) {
  .performance-section .intro {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 25px;
  }

  .comic-bubble2::before {
    content: "";
    position: absolute;
    bottom: -7px;
    right: -3px;
    width: 0;
    height: 0;
    border: 50px solid transparent;
    border-top-color: rgb(245, 190, 77);
    transform: rotate(-140deg);
  }

  .vino-small-lots h2 {
    font-size: 32px;
    color: rgb(245, 190, 77);
    line-height: 1.1;
    font-weight: 500;
  }
  .vino-small-lots h2 br{
    display: none;
  }
  .comic-bubble {
    position: relative;
    background: rgb(245, 190, 77);
    border: 4px solid rgb(245, 190, 77);
    border-radius: 20px;
    padding: 16px 20px;
    width: 100%;
    color: #111;
    font-size: 16px;
    line-height: 1.4;
  }

  .banner_sec {
    padding: 100px 0 70px;
    background-position: bottom !important;
  }

  h1 {
    font-size: 47px;
    font-weight: 500;
    line-height: 1.2;
  }

  a.comon-btn {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 19px 36px;
    border-radius: 5px;
    background-color: rgb(245, 190, 77);
    color: rgb(0, 0, 0);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 48px;
    width: 100%;
  }

  .home_sec3 h2 {
    font-size: 40px;
    color: rgb(245, 190, 77);
    line-height: 1.4;
    font-weight: 400;
  }

  .home_sec4 h2 {
    font-size: 40px;
    color: rgb(245, 190, 77);
    line-height: 1.4;
    font-weight: 500;
  }

  .home_sec4 iframe {
    height: 200px !important;
  }

  .contact-section .contact-subtitle {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.25;
    font-size: 32px;
  }

  .contact-section .contact-title {
    font-size: 32px;
  }

  .contact-section .brand-name {
    margin: 30px 0;
    line-height: 1.25;
    color: rgb(245, 190, 77);
    margin-bottom: 24px;
    font-size: 32px;
  }

  footer a {
    color: #f5be4d;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
  }

  .footer-brand {
    font-weight: bold;
    margin: 10px 0 20px;
    font-size: 16px;
    color: #fff;
    padding-bottom: 20px;
  }

  .footer-copy {
    font-size: 14px;
    color: #aaa;
    margin: 0;
    padding: 0 30px;
  }

  .care-section .care-title {
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 500;
  }

  .performance-list h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 22px;
    line-height: 1.4;
  }

  .performance-list h4 br {
    display: none;
  }

  .performance-section {
    background-size: cover;
    background-position: center;
    padding: 120px 0 80px;
    color: #fff;
    position: relative;
    text-align: center;
  }

  .home_sec1 {
    text-align: center;
  }

  .pillars-list li {
    margin-bottom: 12px;
    font-size: 1rem;
    line-height: 1.6;
    list-style: none;
  }

  .product-range {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
  }

  #home_sec3 {
    text-align: start !important;
  }

  .vino-range .range-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 40px;
    max-width: 100%;
    margin: 0 auto 60px auto;
  }

  .compare-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 40px;
  }

  .blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    align-items: start;
    gap: 30px;
  }
}

@media screen and (max-width: 567px) {}

@media screen and (max-width: 320px) {}