.innovate-craft_wrapper {
  text-align: center;
  padding: 160px 0;
  max-width: 1500px;
  margin: auto;
}
.innovate-craft_wrapper h2 {
  padding-bottom: 80px;
}
.crafts_boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 154px;
  justify-items: center;
}
.crafts-box h3 {
  margin-bottom: 2rem;
}
.crafts-box {
  max-width: 400px;
}
.crafts-boxList {
  border: 1px solid rgb(var(--color-foreground));
  background-color: rgb(var(--color-placeholder));
  min-height: 309px;
  padding: 40px 32px;
  font-size: var(--text-base);
  border-radius: 25px;
}
.crafts-boxList h3:first-child {
  margin: 0 0 25px 0;
}
.crafts-boxList h3:not(:first-child) {
  margin: 25px 0;
}
.crafts-box .text-xxxl {
  line-height: 2.424rem;
}
.tech_bannerVideo {
  justify-content: center;
  align-items: center;
}
.artCockVideo {
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
}
.cocktailContent {
  width: 100%;
  text-align: center;
}
.cocktailContent h3 {
  position: absolute;
  top: 50%;
  margin-top: -112px;
}
.cocktailContent span {
  left: 50% !important;
  margin-left: -24px;
}
.tech_mechatronics {
  max-width: 1120px;
  text-align: center;
  margin: auto;
  padding: 160px 0;
}
.tech_mechatronics h3 {
  max-width: 880px;
  font-size: 48px;
  margin: 0 auto 60px;
  line-height: 58px;
}
.mixology_wrapper {
  padding: 160px 0;
  max-width: 1440px;
  margin: auto;
  color: #000;
}
.mixology_content {
  position: absolute;
  bottom: 7%;
  left: 13%;
  color: #fff;
  max-width: 831px;
  text-align: center;
}
.mixology_content h3 {
  color: #fff;
  margin-bottom: 2rem;
}
.sustainableWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 160px 50px;
}

.sustainable_image {
  flex: 1;
  display: flex;
  justify-content: center;
  max-width: 684px;
}
.sustainable_content {
  flex: 1 1;
  text-align: center;
  max-width: 913px;
}
.sustainable_content h3 {
  margin-bottom: 2rem;
}
.barsysAdvantage {
  padding: 160px 0;
  max-width: 1440px;
  margin: auto;
  text-align: left;
}
.barsysAdvantage p {
  margin-top: 40px;
}

.downloadTechWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0 0;
  background-color: rgb(var(--color-placeholder));
  border-radius: 150px 0 0 0;
  gap: 75px;
}

.downloadTech_image {
  flex: 1;
  display: flex;
  justify-content: center;
  max-width: 665px;
}
.downloadTech_content {
  flex: 1 1;
  text-align: center;
  max-width: 913px;
}
.downloadTech_content h3 {
  margin-bottom: 2.5rem;
}
.downApp_text {
  margin-top: 130px;
}
.downApp_text h3 {
  margin-bottom: 1rem;
}
.downloadTechWrapper .app-store-btn {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 80px;
}
.app-store-btn > a:hover {
  scale: 1.05;
}
.app-store-btn > a {
  transition: 0.2s ease-in;
}
.gradientImage {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 160px;
}
.gradientImage:before {
  content: "";
  background: url("https://media.barsys.com/assets/gradient.png") no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: contain;
  background-position: center;
  padding: 38%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .sustainableWrapper {
    flex-direction: column;
    text-align: center;
  }
  .crafts_boxes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .crafts-boxList {
    padding: 20px 15px;
    min-height: auto;
  }
  .crafts-box h3 {
    margin: 1rem 0;
    font-size: 1.2rem;
  }
  .crafts-boxList p,
  .sustainable_content p {
    font-size: 14px;
  }
  .crafts-boxList h3 {
    margin: 18px 0;
    font-size: 15px;
  }
  .crafts-boxList h3:first-child {
    margin-bottom: 18px;
  }
  .innovate-craft_wrapper h2 {
    padding-bottom: 22px;
  }
  .cocktailContent h3 {
    margin-top: -17px;
    font-size: 32px;
  }
  .gradientImage {
    margin-bottom: 80px;
  }
  .tech_mechatronics h3,
  .mixology_content h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
  .tech_mechatronics p,
  .downloadTech_content p {
    font-size: 1rem;
  }
  .mixology_content p {
    font-size: 0.75rem;
  }
  .mixology_content {
    left: 0;
  }
  .innovate-craft_wrapper,
  .barsysAdvantage,
  .sustainableWrapper,
  .mixology_wrapper,
  .tech_mechatronics {
    padding: 80px 0px;
  }
  .sustainable_content {
    margin-top: 2.5rem;
  }
  .barsysAdvantage p {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .downloadTechWrapper {
    display: flex;
    padding: 80px 20px 0;
    border-radius: 60px 0 0 0;
    flex-direction: column;
  }
  .downApp_text {
    margin-top: 3rem;
  }
  .downloadTechWrapper .app-store-btn {
    margin: 3rem 0;
  }
  .explodedVideo .cocktailContent h3,
  .viewBarsys.cocktailContent h3 {
    margin-top: -32px;
    font-size: 32px;
  }
  .techPage .deferred-poster .video-new {
    top: calc(100% - 65px) !important;
  }
  .barsysAdvantage h3 {
    line-height: 2rem;
  }
  .gradientImage {
    background: url("https://media.barsys.com/assets/gradient-mobile.png")
      no-repeat;
    background-size: cover;
    background-position: center;
  }
  .gradientImage img {
    max-width: 420px;
    width: 100%;
  }
  .gradientImage:before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .crafts_boxes {
    grid-gap: 20px;
  }
  .crafts-box .text-xxxl {
    line-height: 1.7rem;
  }
  .crafts-boxList {
    padding: 23px 16px;
  }
  .downloadTechWrapper {
    padding: 80px 20px 0;
  }
  .downApp_text {
    margin-top: 30px;
  }
  .downloadTechWrapper .app-store-btn {
    margin-top: 16px;
  }
  .downloadTech_content h3 {
    margin-bottom: 0.5rem;
  }
  .downApp_text p {
    font-size: 16px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .crafts_boxes {
    grid-gap: 40px;
  }
}
