:root {
  --blue: #003b99;
  --blue-soft: #6f92d3;
  --pink: #ff0068;
  --white: #fff;
  --light: #f4f4f4;
  --container: 114rem;
  --pink: #e51667;
  --pink-soft: #ff67a2;
  --field: #ffd0e0;
  --blue: #003b99;
  --orange: #df8700;
}

.btn {
  border-radius: 9999px;
  padding: .6rem 1.5rem;
}

.btn-pink {
  background: var(--pink);
  color: var(--white);
}

.btn-pink:hover {
  background: var(--pink);
  color: var(--white);
  border-color: var(--white);
}

.btn-blue {
  background: var(--blue);
  color: var(--white);
}

.btn-blue:hover {
  background: var(--blue);
  color: var(--white);
  border-color: var(--white);
}

.btn-plain-red {
  color: #FF0000;
}

.btn-orange {
  background: var(--orange);
  color: var(--white);
}

.btn-orange:hover {
  background: var(--orange);
  color: var(--white);
  border-color: var(--white);
}

.post-categories.tag-white a {
  background: var(--white);
  color: var(--blue-soft);
}

.intro-text {
  font-size: 1.3rem;
  letter-spacing: .08rem;
  margin-bottom: 1rem;
}

/* News More */
.more-news-grid {
  display: grid;
  grid-template-columns: 1fr 2.1fr 1fr;
  gap: 1.4rem;
  align-items: stretch;
}

.more-news-card {
  position: relative;
  border-radius: 1.6rem;
}

.more-news-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.more-news-card-light {
  background: var(--white);
  padding: 2rem;
}

.more-news-card-image {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .1), rgba(255, 255, 255, .12)), url("https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=1400&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem;
}

.more-news-card-blue {
  background: var(--blue-soft);
  color: var(--white);
  padding: 2rem;
}

.more-news-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 13rem;
  min-height: 4.8rem;
  padding: .8rem 2rem;
  border-radius: .5rem;
  background: var(--blue-soft);
  color: var(--white);
  font-size: 2rem;
  font-weight: 800;
}

.more-news-tag-light {
  background: var(--white);
  color: var(--blue-soft);
}

.tag-top-right {
  position: absolute;
  top: 3rem;
  right: 3rem;
  z-index: 4;
}

.more-news-title {
  font-size: clamp(1rem, 4vw, 1.7rem);
  line-height: 1.05;
  font-weight: 400;
  margin-bottom: 5rem;
  color: var(--blue);
}

.more-news-title strong {
  font-weight: 900;
}

.more-news-title-sm {
  font-size: clamp(1rem, 3vw, 1.6rem);
  line-height: 1.05;
  margin-bottom: 2rem;
}

.more-news-title-image {
  max-width: 20rem;
  margin-bottom: 0;
}

.more-news-text {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 3.5rem;
}

.more-news-card-blue .more-news-title,
.more-news-card-blue .more-news-text {
  color: var(--white);
}

.more-news-card-blue .more-news-title strong {
  color: var(--blue);
}
/* -- */

/* Footer Form */
.sample-section {
  position: relative;
  min-height: 100vh;
  padding: 9rem 0;
  overflow: hidden;
  background: var(--pink);
  color: var(--white);
}

.sample-section::after {
  content: "";
  position: absolute;
  right: -11rem;
  top: 21rem;
  width: 45rem;
  aspect-ratio: 178 / 205;
  opacity: .18;
  background: #ff2a82;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 178 205"><path fill="black" d="M89 4 C96 4 103 6 109 10 L166 43 C172 47 176 53 176 61 L176 144 C176 152 172 158 166 162 L109 195 C103 199 96 201 89 201 C82 201 75 199 69 195 L12 162 C6 158 2 152 2 144 L2 61 C2 53 6 47 12 43 L69 10 C75 6 82 4 89 4 Z"/></svg>') center / 100% 100% no-repeat;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 178 205"><path fill="black" d="M89 4 C96 4 103 6 109 10 L166 43 C172 47 176 53 176 61 L176 144 C176 152 172 158 166 162 L109 195 C103 199 96 201 89 201 C82 201 75 199 69 195 L12 162 C6 158 2 152 2 144 L2 61 C2 53 6 47 12 43 L69 10 C75 6 82 4 89 4 Z"/></svg>') center / 100% 100% no-repeat;
}

.sample-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.sample-inner .section-title {
  max-width: 38rem;
  margin: 0 auto 3.5rem;
  font-size: clamp(1rem, 5vw, 2.2rem);
  line-height: 1.15;
}

.sample-inner .section-lead {
  max-width: 53rem;
  margin: 0 auto 2rem;
  font-size: 1.3rem;
}

.sample-inner .section-text {
  max-width: 53rem;
  margin: 0 auto 2rem;
  font-size: 1.3rem;
}

.form-box {
  max-width: 96rem;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 2rem;
  background: var(--pink-soft);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
}

.form-control,
.form-check-box {
  width: 100%;
  border: 0;
  border-radius: .7rem;
  background: var(--field);
  color: #111;
  font-size: 1rem;
  padding: 1rem 1.4rem;
}

.form-check-box .form-check-input {
  margin-left: unset;
}

.form-control::placeholder {
  color: #111;
  opacity: 1;
}

textarea.form-control {
  min-height: 11rem;
  resize: vertical;
}

.form-check-box {
  text-align: left;
}

.check-title {
  display: block;
  margin-bottom: .8rem;
}

.check-row {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.form-check {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: 0;
  min-height: auto;
  padding: 0;
}

.form-check-input {
  width: 1rem;
  height: 1rem;
  margin: 0;
  border: 0;
  border-radius: .2rem;
}

.form-check-label {
  color: #111;
  font-size: 1rem;
}

.form-actions {
  display: flex;
  align-items: end;
  justify-content: end;
}

@media (max-width: 1500px){
  .top-menu-wrapper .column-1 {
    width: 8.33333333%;
  }

  .top-menu-wrapper .column-2 {
    width: 50%;
  }
  
  .hex-0 { left: calc(24% + 188px); }
  .hex-1 { left: calc(24% + 376px); }
  .hex-2 { left: calc(24% + 94px); }
  .hex-3 { left: calc(24% + 282px); }
  .hex-4 { left: calc(24% + 470px); }
  .hex-5 { left: calc(24% + 188px); }
  .hex-6 { left: calc(24% + 376px); }
  .hex-7 { left: calc(24% + 570px); }
}

@media (max-width: 1400px){
  .hex-0 { left: calc(21% + 188px); }
  .hex-1 { left: calc(21% + 376px); }
  .hex-2 { left: calc(21% + 94px); }
  .hex-3 { left: calc(21% + 282px); }
  .hex-4 { left: calc(21% + 470px); }
  .hex-5 { left: calc(21% + 188px); }
  .hex-6 { left: calc(21% + 376px); }
  .hex-7 { left: calc(21% + 570px); }

  .col-primary-menu {
    align-self: center;
    order: 2;
  }

  .col-primary-menu nav {
    justify-self: end;
  }

  .col-header-search {
    align-self: center;
    order: 1;
  }

  .col-header-last {
    order: 3;
  }

  .sub-menu-parent-title {
    display: none;
  }

  .about-us-icons img {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 1300px){
  .hex-0 { left: calc(18% + 188px); }
  .hex-1 { left: calc(18% + 376px); }
  .hex-2 { left: calc(18% + 94px); }
  .hex-3 { left: calc(18% + 282px); }
  .hex-4 { left: calc(18% + 470px); }
  .hex-5 { left: calc(18% + 188px); }
  .hex-6 { left: calc(18% + 376px); }
  .hex-7 { left: calc(18% + 570px); }
}

@media (max-width: 1200px) {
  .hex {
    --w: clamp(100px, 25vw, 178px);
    --h: calc(var(--w) * 1.1547);
    font-size: clamp(11px, 2.3vw, 18px);
  }

  .hex span {
    padding-left: clamp(16px, 4vw, 28px);
  }

  .honeycomb-banner .banner-content .column-inner {
    height: auto;
  }

  .about-us-icons .columns {
    gap: 1.5rem;
  }

  section#subscribe h2 {
    font-size: 1.5rem;
  }

  section#subscribe .column-3 .column-inner {
    padding-left: 0;
    padding-right: 0;
  }

  section#subscribe .column-3 .column-inner:after {
    background-position: bottom center;
  }

  section#subscribe .column-3 .column-inner {
    align-items: center;
    height: 100%;
  }
}

@media (max-width: 992px) {
  section#ingredients .hex-wrap-inner img {
    width: 250px;
    height: 250px;
  }

  section#ingredients div.bx-viewport {
    min-height: 400px;
  }

  section#about-us .column-1 {
    width: 2%;
  }

  section#about-us .column-2 {
    width: 90%;
  }

  section#about-us .column-3 {
    width: 100%;
    background-image: unset;
  }

  .about-us-icons .columns {
    gap: 2.5rem;
  }

  section#about-us .about-us-icons span {
    display: block;
  }

  section#subscribe .column-1,
  section#subscribe .column-4 {
    width: 5%;
  }

  section#subscribe .column-2,
  section#subscribe .column-3 {
    width: 45%;
  }

  .property-grid,
  .register-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .content-card .btn-main {
    position: static;
    width: 100%;
  }

  .cert-list {
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .col-header-search form {
    display: none;
  }

  section#ingredients .right-column .column-inner {
    padding: 2rem 3rem;
  }

  section#ingredients div.bx-viewport {
    min-height: 650px;
  }

  section#blogs .section-bottom {
    height: 480px;
  }

  .tab-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .panel {
    padding: 2rem;
  }

  .download-card {
    padding: 2rem;
    gap: 2rem;
  }

  .register-layout,
  .register-layout .login-form-container {
    padding: 1rem;
  }

  .form-grid,
  .team-grid,
  .usp-item {
    grid-template-columns: 1fr;
  }

  .register-layout .usp-container {
    padding: 0;
  }

  .page-template section .right-col .column-inner {
    padding: 3rem 0;
  }
}