@media (min-width: 1366px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1620px;
  }
}

@media only screen and (max-width: 1799px) {
  :root {
    --heading1-font-size: 66px;
    --heading2-font-size: 46px;
    --heading3-font-size: 34px;
    --heading4-font-size: 28px;
    --heading5-font-size: 22px;
    --heading6-font-size: 17px;
  }

  .header-nav {
    padding-top: 200px;
  }

  .header-nav .navbar-nav .nav-item {
    padding-right: 50px;
  }
  .hero-image {
    max-width: 645px;
  }
  .about-hero-image {
    max-width: 580px;
  }

  .about-content-wrap p {
    margin-bottom: 30px;
  }

  .mission-content-wrap h1 {
    margin-bottom: 40px;
  }
  .about {
    padding-top: 170px;
  }
  .team {
    padding-top: 170px;
  }

  .future-wrap {
    padding-top: 270px;
  }
  .download-wrap {
    padding-top: 215px;
  }
  .download-image-wrap {
    max-width: 620px;
  }
  .featues-wrap {
    padding-top: 300px;
  }
  .footer-wrap {
    padding-top: 370px;
  }
  .social-icons-image > div {
    max-width: 210px;
    margin-right: 25px;
  }
  .download-wine-glass {
    top: -180px;
    max-width: 230px;
  }
}

@media only screen and (max-width: 1599px) {
  :root {
    --heading1-font-size: 60px;
    --heading2-font-size: 42px;
    --heading3-font-size: 30px;
    --heading4-font-size: 27px;
  }
  .header-nav .navbar-nav .nav-item {
    padding-right: 40px;
  }
  .mission-content-wrap h1 {
    margin-bottom: 20px;
  }

  .mission-text,
  .team-content-wrap p {
    line-height: 1.8;
  }

  .mission-text {
    font-size: 19px;
  }

  .about-hero-image {
    max-width: 550px;
  }

  .about-content-wrap p {
    line-height: 1.5;
    margin-bottom: 25px;
  }

  .social-icons-image > div {
    max-width: 180px;
  }

  .team {
    padding-top: 150px;
  }

  .team-image {
    max-width: 450px;
  }

  .future-wrap {
    padding-top: 200px;
  }

  .cardbox-wrap .card-content {
    padding: 35px;
  }

  .feature-plan-img {
    max-width: 140px;
  }

  .footer-wrap {
    padding-top: 300px;
  }
  .read-more .button {
    max-width: 180px;
  }
  .read-more .arrow-image {
    width: 45px;
    height: 45px;
    left: -1px;
  }
 /*  .download-image-wrap {
    max-width: 580px;
  } */
  .featues-wrap {
    padding-top: 260px;
  }
  .box-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .download-wine-cup {
    top: -175px;
    max-width: 160px;
  }
  /* .download-wine-glass {
    top: -130px;
    max-width: 230px;
    right: -30px;
  } */
  .download-wine-glass {
    top: -130px;
    max-width: 230px;
    right: -25px;
  }

  .bg {
    padding-top: 0;
    background: none;
  }
}

@media only screen and (max-width: 1439px) {
  :root {
    --heading1-font-size: 54px;
    --heading2-font-size: 42px;
    --heading3-font-size: 29px;
  }
  .textinfo-wrap {
    font-size: 19px;
  }
  .social-icons-image > div {
    max-width: 170px;
  }
  .hero-image {
    max-width: 600px;
  }
  .about {
    padding-top: 150px;
  }
  .download-wrap {
    padding-top: 200px;
  }
  .featues-wrap {
    padding-top: 230px;
  }
  .about-image {
    max-width: 620px;
  }
  p {
    font-size: 19px;
  }

  .header-nav {
    padding-top: 100px;
  }

  .header-nav .navbar-nav .nav-item {
    padding-right: 28px;
    font-size: 17px;
  }
  .team {
    padding-top: 120px;
  }

  .team-content-wrap .founder-position {
    font-size: 16px;
  }

  .cardbox-wrap .card-content p {
    font-size: 17px;
  }

  .future-wrap {
    padding-top: 180px;
  }

  .footer-wrap {
    padding-top: 265px;
  }
  .footer-navigation-list li a {
    font-size: 17px;
  }
  .footer-text-wrap p {
    font-size: 19px;
  }
  .footer-text-wrap p span {
    font-size: 19px;
  }
  .footer-copyright {
    margin-top: 150px;
  }

  footer .footer-wine {
    width: 100%;
    max-width: 200px;
  }

  footer .footer-glass {
    width: 100%;
    max-width: 320px;
  }
  .download-wine-glass {
    top: -120px;
    max-width: 220px;
    right: -65px;
  }
}

@media only screen and (max-width: 1365px) {
  :root {
    --heading1-font-size: 50px;
    --heading2-font-size: 40px;
    --heading3-font-size: 28px;
  }

  .header-nav .navbar-nav .nav-item {
    padding-right: 22px;
    font-size: 17px;
  }

  .about-hero-image {
    max-width: 488px;
  }
  .team-image {
    max-width: 420px;
  }

  .mission-text,
  .future-text-wrap p {
    font-size: 18px;
  }

  .future-text-wrap p {
    margin-bottom: 60px;
  }

  .future-wrap {
    padding-top: 150px;
  }

  .feature-plan-img {
    max-width: 100px;
  }
  .cardbox-wrap .card-content {
    padding: 28px;
  }

  .footer-wrap {
    padding-top: 220px;
  }

  .social-icon li a {
    width: 46px;
    height: 46px;
    padding: 14px;
  }
  .read-more .arrow-image {
    left: 0px;
  }
  .read-more .button {
    font-size: 16px;
    max-width: 170px;
  }
  .about-content-wrap h2 {
    margin-bottom: 15px;
  }
  .about,
  .download-wrap,
  .featues-wrap {
    padding-top: 120px;
  }
  .footer-wrap {
    padding-top: 120px;
  }

  .box-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .bg {
    background: none;
    margin-top: 0;
    padding-top: 0;
  }
  .download-wine-cup {
    top: -175px;
    max-width: 140px;
  }
  .download-wine-glass {
    top: -100px;
    max-width: 200px;
    right: -65px;
  }
}
@media only screen and (max-width: 1279px) {
  .header-nav .navbar-nav .nav-item {
    padding-right: 16px;
  }

  .mission-text {
    font-size: 18px;
  }

  .textinfo-wrap {
    font-size: 18px;
  }
  .team-content-wrap p {
    font-size: 17px;
    line-height: 2;
  }
  .cardbox-wrap .card-content {
    padding: 24px;
  }

  .team {
    padding-top: 110px;
  }
  .download-wine-cup {
    max-width: 130px;
  }

  .team-content-wrap .founder-position {
    font-size: 14px;
  }

  .footer-wrap {
    padding-top: 200px;
  }
  .footer-copyright > p {
    font-size: 15px;
  }
  .footer-socials-media li a {
    max-width: 160px;
  }

  footer .footer-wine {
    width: 100%;
    max-width: 170px;
  }

  footer .footer-glass {
    width: 100%;
    max-width: 280px;
  }
  .about-image {
    max-width: 100%;
  }
  .about {
    padding-top: 120px;
  }
  .about,
  .download-wrap,
  .featues-wrap {
    padding-top: 100px;
  }
  .footer-wrap {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .read-more .arrow-image {
    width: 40px;
    height: 40px;
    left: 0px;
    padding: 10px;
  }
  .read-more .button {
    vertical-align: middle;
    font-size: 15px;
    max-width: 155px;
  }
  .features-text-wrap .feature-image {
    max-width: 50px;
    margin-bottom: 20px;
  }
  .about,
  .download-wrap,
  .featues-wrap,
  .footer-wrap {
    padding-top: 80px;
  }
  .box-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .box-image {
    max-width: 120px;
  }
  .box-content {
    position: relative;
    padding: 35px;
  }
  .textinfo-wrap {
    margin-bottom: 65px;
  }
  .download-wine-cup {
    max-width: 115px;
  }
  .download-wine-glass {
    top: -80px;
    max-width: 180px;
    right: -25px;
  }
}

@media only screen and (max-width: 1023px) {
  :root {
    --heading1-font-size: 46px;
    --heading2-font-size: 38px;
  }

  .footer-socials-media li a {
    max-width: 140px;
  }

  .hero-wrap {
    padding: 40px 0;
  }

  .about-hero-image {
    max-width: 420px;
  }

  .bg {
    margin-top: 0;
  }

  .future-wrap {
    padding-top: 90px;
  }
  .social-icons-image > div {
    max-width: 150px;
  }
  .about,
  .download-wrap,
  .featues-wrap,
  .footer-wrap {
    padding-top: 60px;
  }
  .textinfo-wrap {
    font-size: 17px;
  }
  .hero-text {
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .box-image {
    max-width: 110px;
  }
}

@media only screen and (max-width: 991px) {
  /* - // _BEGIN > NAVBAR < SHB // - */
  header {
    padding: 1rem 0;
  }

  .navbar .brand {
    min-width: 6.5rem;
    max-width: 6.5rem;
    max-height: 3.125rem;
  }

  .navbar .navbar-toggler {
    background-color: transparent;
    line-height: normal;
    width: 36px;
    height: 36px;
    padding: 0;
    z-index: 99;
    display: block;
    margin-left: auto;
    position: relative;
    text-align: center;
    padding: 0.25rem 0;
    border-radius: 36px;
    border: 2px solid var(--primary-color);
    background-color: transparent;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }

  .show-menu .navbar-toggler {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 2px;
    z-index: 5;
  }

  .hamburger .line {
    width: 16px;
    height: 2px;
    display: block;
    margin: 4px auto;
    background-color: var(--primary-color);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  html.show-menu #hamburger .line {
    width: 20px;
  }

  html.show-menu #hamburger .line:nth-child(2) {
    opacity: 0;
  }

  html.show-menu #hamburger .line:nth-child(1) {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }

  html.show-menu #hamburger .line:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(90deg);
    -ms-transform: translateY(-6px) rotate(90deg);
    -o-transform: translateY(-6px) rotate(90deg);
    transform: translateY(-6px) rotate(90deg);
  }

  #navbarNav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    overflow: auto;
    text-align: center;
    z-index: 3;
    height: 100vh !important;
    display: block !important;
    padding: 114px 16px 16px;
    background-color: var(--primary);
    box-shadow: 0 0 15px 5px #90909030;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }

  /* .navbar:focus-within #navbarNav, */
  .show-menu #navbarNav {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  .navbar .navbar-nav .nav-link {
    font-size: 20px;
    padding: 1rem;
  }

  html.show-menu::after {
    background-color: rgb(0 0 0 / 60%);
    position: fixed;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
  }

  .header-nav .navbar-nav .nav-item {
    padding-right: 0;
  }
  /* - // _ENDS > NAVBAR < SHB // - */

  .hero-wrap,
  .team,
  .hero,
  .about,
  .download-wrap,
  .featues-wrap {
    text-align: center;
  }
  .hero-content-wrap h1 {
    margin-bottom: 20px;
  }
  .hero-image,
  .about-hero-image,
  .about-image,
  .download-image-wrap {
    margin: 2rem auto 0;
  }
  .social-icons-image {
    justify-content: center;
  }

  .team-author-wrap {
    justify-content: center;
  }

  .team-content-wrap {
    margin-bottom: 2rem;
  }

  .cardbox-wrap {
    align-items: unset;
  }

  .feature-plan-img {
    max-width: 130px;
    align-self: flex-end;
  }

  .cardbox-wrap .card-content p {
    font-size: 16px;
  }

  .mission-content-wrap {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .team-image {
    margin: 0 auto;
    text-align: center;
    max-width: 400px;
  }

  .author-title {
    text-align: left;
  }
  .footer-logo {
    display: flex;
    justify-content: center;
  }

  .footer-text-wrap {
    margin-bottom: 2rem;
    text-align: center;
  }

  .footer-text-info {
    margin: 0 auto;
    text-align: center;
  }

  .footer-text-wrap .footer-logo img {
    margin-bottom: 20px;
  }

  .footer-navigation {
    padding-top: 0;
  }

  .foot-nav-head {
    margin-bottom: 30px;
  }

  .footer-navigation-list li {
    line-height: 1;
  }

  footer .footer-wine {
    max-width: 140px;
  }

  footer .footer-glass {
    max-width: 210px;
  }
  .hero-image,
  .about-image,
  .download-image-wrap {
    /* margin: 0 auto; */
    max-width: 430px;
  }
  .read-more {
    display: flex;
    justify-content: center;
  }
  .about-us,
  .mobile-image {
    max-width: 50px;
    margin: 0 auto 20px;
  }
  .box-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .box-content {
    position: relative;
    padding: 30px;
  }
  .download-wine-cup {
    max-width: 100px;
  }
  .textinfo-wrap {
    margin-bottom: 45px;
  }
  .download-wine-glass {
    top: -80px;
    max-width: 140px;
    right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --heading1-font-size: 42px;
    --heading2-font-size: 34px;
    --heading3-font-size: 26px;
    --heading4-font-size: 24px;
  }
  .header-nav {
    padding-top: 50px;
  }

  .header-nav .navbar-brand {
    max-width: 180px;
  }

  .hero-wrap {
    padding: 20px 0;
  }

  .mission-text,
  .team-content-wrap p {
    line-height: 1.6;
  }

  .mission-text,
  .future-text-wrap p {
    font-size: 17px;
  }
  .download-wine-cup {
    max-width: 80px;
    top: -120px;
  }

  .cardbox-wrap .card-content p {
    line-height: 1.4;
  }

  .footer-navigation-list li {
    padding-bottom: 36px;
  }

  .footer-copyright {
    margin-top: 40px;
  }

  footer .footer-wine,
  footer .footer-glass {
    display: none;
  }

  .footer-copyright > p {
    font-size: 14px;
  }

  .footer-copyright > p:first-child {
    margin-bottom: 0.5rem;
  }
  .footer-socials-media li a {
    margin: 0 auto;
  }

  .social-icon li a {
    margin: 0 8px;
  }
  .about,
  .team,
  .download-wrap {
    padding-top: 50px;
  }
  .featues-wrap {
    padding-top: 60px;
  }
  .box-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .download-wine-glass {
    top: -115px;
    max-width: 120px;
    right: 0;
  }
}

@media only screen and (max-width: 575px) {
  :root {
    --heading1-font-size: 40px;
    --heading2-font-size: 32px;
    --heading3-font-size: 24px;
    --heading4-font-size: 22px;
    --heading6-font-size: 16px;
  }
  #navbarNav {
    width: 100%;
  }

  #navbarNav {
    padding: 64px 16px 16px;
  }
  .header-nav {
    padding-top: 35px;
  }

  .header-nav .navbar-brand {
    max-width: 160px;
    z-index: 99;
  }

  .mission-text,
  .future-text-wrap p,
  .team-content-wrap p {
    font-size: 16px;
  }

  .about-hero-image,
  .team-image {
    max-width: 350px;
  }

  .team-content-wrap .founder-position {
    font-size: 13px;
  }

  .team-wrap-border {
    height: 56px;
  }
  .download-wine-cup {
    max-width: 60px;
    top: -80px;
  }

  .future-image {
    width: 40px;
    height: 40px;
  }

  .cardbox-wrap {
    flex-direction: column;
    position: relative;
    z-index: 1;
  }

  .cardbox-wrap .card-content {
    z-index: 1;
  }

  .feature-plan-img {
    margin-right: unset;
    align-self: unset;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100px;
    opacity: 0.4;
    z-index: 0;
  }
  .textinfo-wrap {
    font-size: 16px;
  }
  .about,
  .download-wrap,
  .featues-wrap,
  .footer-wrap {
    padding-top: 25px;
  }
  .box-image {
    max-width: 100px;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 20px;
    padding: 4px;
  }
  .social-icons li a {
    width: 55px;
    height: 55px;
  }
  .download-wine-glass {
    max-width: 100px;
  }
}
@media only screen and (max-width: 480px) {
  :root {
    --heading1-font-size: 36px;
    --heading2-font-size: 26px;
    --heading3-font-size: 22px;
    --heading4-font-size: 20px;
    --heading5-font-size: 19px;
    --heading6-font-size: 15px;
  }

  .header-nav {
    padding-top: 25px;
  }

  .mission-text,
  .future-text-wrap p,
  .team-content-wrap p,
  .cardbox-wrap .card-content p {
    font-size: 15px;
  }

  .bg {
    padding-top: 0;
    background: none;
  }
  .team,
  .future-wrap {
    padding-top: 50px;
  }
  .future-text-wrap p {
    margin-bottom: 30px;
  }

  .future-wrap {
    padding-bottom: 0;
  }

  .footer-text-wrap .footer-logo img {
    max-width: 180px;
  }

  .footer-text-wrap p,
  .footer-text-wrap p span {
    font-size: 16px;
  }

  .foot-nav-head {
    font-size: 18px;
  }
  .footer-socials-media li a {
    max-width: 120px;
    margin: 0 auto;
  }
  .textinfo-wrap {
    font-size: 15px;
  }
  .social-icons-image > div {
    max-width: 130px;
  }
  .text-wrap p {
    font-size: 15px;
    line-height: 24px;
  }
  .box-image {
    max-width: 88px;
  }
  .read-more .button {
    font-size: 14px;
    max-width: 140px;
  }
  .read-more .arrow-image {
    width: 35px;
    height: 35px;
    left: -1px;
    padding: 8px;
  }
  .textinfo-wrap {
    margin-bottom: 30px;
  }
  .download-wine-glass {
    max-width: 90px;
    top: -95px;
  }
}

@media only screen and (max-width: 350px) {
  .text-wrap p {
    font-size: 15px;
    line-height: 20px;
  }
  .social-icons-image > div {
    max-width: 100px;
  }
  .textinfo-wrap {
    font-size: 14px;
  }
  .about,
  .download-wrap,
  .featues-wrap,
  .footer-wrap {
    padding-top: 20px;
  }
  .box-content {
    padding: 25px;
  }
  .textinfo-wrap {
    margin-bottom: 25px;
  }
  .social-icons li a {
    width: 50px;
    height: 50px;
  }
}
