@media (min-width: 1400px) {
  .banner-img img {
    width: 600px;
    min-width: 600px;
  }

  .RootedSymbol {
    transform: translateX(calc(-50% - 220px));
  }
}

@media (max-width: 1180px) {
  .banner-grid {
    flex-wrap: wrap;
  }

  .banner-titleInfo {
    min-width: 50%;
    max-width: 50%;
    padding-bottom: 0;
  }

  .reviewInfo {
    max-width: 100%;
  }

  .banner-img img {
    width: 600px;
    min-width: 600px;
  }

  .flavorInfo {
    flex-direction: row-reverse;
    align-items: center;
    gap: 50px;
    margin-top: 30px;
    display: none;
  }

  .RootedSymbol {
    display: none;
  }

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

  .about-banner-img {
    margin-top: 20px;
  }

  .aboutBanner .banner-titleInfo {
    margin-top: 30px;
  }

  .verificationBanner .banner-titleInfo {
    width: 100%;
    max-width: 100%;
  }

  .verification-bannerImg img {
    width: 650px;
  }

  .verification-bannerImg:after {
    bottom: 120px;
    width: 450px;
    background: linear-gradient(
      180deg,
      rgb(19 1 34 / 0%) 0%,
      rgb(20 1 34) 100%
    );
  }
}

@media (max-width: 991.98px) {
  .head-social {
    min-width: fit-content;
    display: none;
  }

  .navigation {
    flex: inherit;
    margin-left: auto;
  }
  /* Toggle Nav */

  .ToggleButton {
    background: transparent;
    border: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    transition: all 0.3s ease-in-out;
    padding: 0;
    position: relative;
    z-index: 2;
  }

  .ToggleButton:focus {
    box-shadow: none;
  }

  .ToggleButton span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--clr-light);
    transition: all 0.3s ease-in-out;
    z-index: 3;
  }

  .ToggleButton span:nth-child(2) {
    width: 16px;
  }

  .ToggleButton[aria-expanded="true"] span {
    background: var(--clr-white);
  }

  .ToggleButton[aria-expanded="true"] + #SideNav {
    transform: translateX(0);
  }

  .ToggleButton[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .ToggleButton[aria-expanded="true"] span:first-child {
    transform: rotate(-45deg);
    top: 6px;
    position: relative;
  }

  .ToggleButton[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(45deg);
    top: -8px;
    position: relative;
  }

  #sideaNav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background: var(--clr-primary);
    width: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    display: flex;
    flex-direction: column;
    z-index: 99;
    transform: translateX(-101%);
    transition: all 0.3s ease-in-out;
  }

  .ToggleButton[aria-expanded="true"] + #sideaNav {
    transform: translateX(0);
  }

  .nav-overlay {
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    width: 100%;
    height: 100vh;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }

  .ToggleButton[aria-expanded="true"] .nav-overlay {
    opacity: 1;
    visibility: visible;
  }

  .sidenav-logo {
    display: flex;
    padding: 20px;
    align-items: center;
    border-bottom: 1px solid var(--clr-border);
    margin-bottom: 20px;
    width: 100%;
  }

  .sidenav-logo img {
    width: 80px;
    min-width: 80px;
  }

  #sideaNav .navbar-nav {
    width: 100%;
    margin: 0 !important;
    gap: 15px;
    flex: 1;
    overflow: auto;
    text-align: left;
    flex-direction: column !important;
    align-items: flex-start;
    background: transparent;
    padding: 0;
    border-radius: 0;
  }

  #sideaNav .navbar-nav .nav-item {
    padding: 0;
    width: 100%;
  }

  .navbar-nav .nav-link {
    width: 100%;
    border-radius: 0;
    padding: 8px 20px !important;
  }

  header {
    padding: 15px 0;
  }

  .headroom--unpinned {
    transform: translateY(0);
  }

  /* Toggle Nav end */

  .banner-grid {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .banner-titleInfo {
    min-width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .banner-titleInfo h1 br {
    display: none;
  }

  .banner-img {
    margin-left: 0;
    width: 100%;
  }

  .custom-space {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .productTitle {
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .product-btns .swiper-arrows {
    display: none;
  }

  .section-title {
    text-align: center;
  }

  .footer-effectLogo {
    position: absolute;
    top: -60px;
    right: 20px;
    padding: 20px;
    display: none;
  }

  .footer-effectLogo img {
    width: 70px;
  }

  footer::before {
    width: 100px;
    display: none;
  }

  .footer-logo {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .copyright-info {
    margin-top: 20px;
  }

  #scrollTotop.showscroll {
    right: 5px;
  }

  .introducingTagline {
    position: unset;
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
  }

  .ourService-section {
    padding-bottom: 50px;
  }

  .verification-bannerImg {
    display: none;
  }

  .verificationBanner {
    flex: 1;
    display: flex;
    padding: 30px 15px;
  }
}

@media (max-width: 767.98px) {
  #sideaNav {
    width: 70%;
  }
  .navbar-brand img {
    width: 70px;
    min-width: 70px;
  }
  .banner-img img {
    width: 900%;
    min-width: 90%;
  }

  .banner-titleInfo h1 {
    font-size: 32px;
    line-height: 40px;
    margin: 15px 0;
  }

  p {
    font-size: 14px;
    line-height: 22px;
  }

  .custom-space {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .topBanner {
    padding: 70px 10px 20px;
  }

  .section-title h2 {
    font-size: 28px;
    margin: 0 0 15px;
  }

  .footer-links {
    width: 100%;
    margin-top: 25px;
    text-align: center;
    align-items: center;
  }

  .about-banner-img {
    margin-top: 0px;
  }

  .introducingTagline {
    margin-top: 15px;
  }

  .ourService-section {
    padding-bottom: 50px;
  }

  .shortBanner {
    min-height: 150px;
  }

  .productBanner {
    background: linear-gradient(
      179deg,
      rgba(37, 0, 33, 1) 0%,
      rgba(17, 1, 34, 1) 50%,
      rgba(0, 24, 27, 1) 100%
    );
  }

  .product-card {
    padding: 15px;
  }

  .footer-logo {
    text-align: center;
    align-items: center;
  }

  footer .container {
    padding-top: 30px;
  }

  .verification-InputBox {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
  }

  .verification-InputBox input {
    text-align: center;
    border: 1px solid #444;
    padding: 10px 15px;
    border-radius: 30px;
  }

  .copyright-info {
    flex-direction: column-reverse;
    gap: 15px;
    text-align: center;
  }

  .footer-links ul li a {
    text-align: center;
    justify-content: center;
  }

  .footer-links ul li a:after {
    display: none;
  }

  .verificationBanner {
    padding-bottom: 50px;
  }
}

@media (max-width: 375px) {
}

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