*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}
@media only screen and (min-width: 112.5em) {
  html {
    font-size: 75%;
  }
}

body {
  box-sizing: border-box;
  padding: 3rem;
}
@media only screen and (max-width: 75em) {
  body {
    padding: 0;
  }
}

::selection {
  background-color: #55c57a;
  color: #fff;
}

/* Animation Designs */
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  80% {
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  80% {
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@media only screen and (max-width: 37.5em) {
  @keyframes moveInLeft {
    0% {
      opacity: 0;
      transform: translateX(-5rem);
    }
    80% {
      transform: translateX(0.5rem);
    }
    100% {
      opacity: 1;
      transform: translate(0);
    }
  }
  @keyframes moveInRight {
    0% {
      opacity: 0;
      transform: translateX(5rem);
    }
    80% {
      transform: translateX(-0.5rem);
    }
    100% {
      opacity: 1;
      transform: translate(0);
    }
  }
}
body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
}

.heading-primary {
  width: 90vw;
  color: #fff;
  text-transform: uppercase;
  backface-visibility: hidden;
  margin-bottom: 6rem;
}
.heading-primary--main {
  display: block;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 3.5rem;
  animation: moveInLeft 1s ease-out;
}
@media only screen and (max-width: 37.5em) {
  .heading-primary--main {
    letter-spacing: 1rem;
    font-size: 5rem;
  }
}
.heading-primary--sub {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2rem;
  animation: moveInRight 1s ease-out;
}
@media only screen and (max-width: 37.5em) {
  .heading-primary--sub {
    letter-spacing: 0.6rem;
  }
}
.heading-primary__2 {
  width: 90vw;
  color: #fff;
  text-transform: uppercase;
  backface-visibility: hidden;
}
.heading-primary__2--main {
  display: block;
  font-weight: 400;
  animation: moveInLeft 1s ease-out;
}
.heading-primary__2--sub {
  display: block;
  font-weight: 700;
  animation: moveInRight 1s ease-out;
}
.heading-primary__2__about--main {
  font-size: 6rem;
  letter-spacing: 1rem;
}
@media only screen and (max-width: 37.5em) {
  .heading-primary__2__about--main {
    font-size: 4rem;
  }
}
.heading-primary__2__about--sub {
  font-size: 2rem;
  letter-spacing: 3rem;
  margin-left: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .heading-primary__2__about--sub {
    letter-spacing: 1.9rem;
    margin-left: 0;
  }
}
.heading-primary__2__product--main {
  font-size: 6rem;
  letter-spacing: 0.8rem;
}
@media only screen and (max-width: 37.5em) {
  .heading-primary__2__product--main {
    font-size: 3.5rem;
  }
}
.heading-primary__2__product--sub {
  font-size: 2rem;
  letter-spacing: 5.3rem;
  margin-left: 4rem;
}
@media only screen and (max-width: 37.5em) {
  .heading-primary__2__product--sub {
    letter-spacing: 3rem;
    margin-left: 2rem;
  }
}
.heading-primary__2__gallery--main {
  font-size: 6rem;
  letter-spacing: 1rem;
}
@media only screen and (max-width: 37.5em) {
  .heading-primary__2__gallery--main {
    font-size: 4rem;
  }
}
.heading-primary__2__gallery--sub {
  font-size: 2rem;
  letter-spacing: 2.5rem;
  margin-left: 1.5rem;
}
@media only screen and (max-width: 37.5em) {
  .heading-primary__2__gallery--sub {
    letter-spacing: 1.4rem;
    margin-left: 0.5rem;
  }
}
.heading-primary__2__contact--main {
  font-size: 6rem;
  letter-spacing: 0.8rem;
}
@media only screen and (max-width: 37.5em) {
  .heading-primary__2__contact--main {
    font-size: 4rem;
  }
}
.heading-primary__2__contact--sub {
  font-size: 2rem;
  letter-spacing: 4rem;
  margin-left: 3rem;
}
@media only screen and (max-width: 37.5em) {
  .heading-primary__2__contact--sub {
    letter-spacing: 2.5rem;
    margin-left: 2rem;
  }
}

.heading-secondary {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  background-image: linear-gradient(to right, #7ed56f, #28b485);
  -webkit-background-clip: text;
  background-clip: text;
  letter-spacing: 0.2rem;
  color: transparent;
  transition: all 0.2s;
}
@media only screen and (max-width: 56.25em) {
  .heading-secondary {
    font-size: 3rem;
  }
}
.heading-secondary:hover {
  transform: skewY(2deg) skewX(15deg) scale(1.1);
  text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 56.25em) {
  .heading-secondary:hover {
    transform: skewY(0) skewX(0) scale(1);
  }
}
.heading-secondary__2 {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.2rem;
  color: #fff;
  transition: all 0.2s;
}
@media only screen and (max-width: 56.25em) {
  .heading-secondary__2 {
    font-size: 3rem;
  }
}
.heading-secondary__2:hover {
  transform: skewY(2deg) skewX(15deg) scale(1.1);
  text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 56.25em) {
  .heading-secondary__2:hover {
    transform: skewY(0) skewX(0) scale(1);
  }
}

.heading-tertiary {
  font-size: 1.7rem;
  font-size: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 56.25em) {
  .heading-tertiary {
    font-size: 2rem;
  }
}

.paragraph {
  font-size: 1.7rem;
}
@media only screen and (max-width: 56.25em) {
  .paragraph {
    font-size: 2rem;
  }
}
.paragraph:not(:last-child) {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 56.25em) {
  .paragraph:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.paragraph-2 {
  font-size: 1.7rem;
  letter-spacing: 1px;
}
@media only screen and (max-width: 56.25em) {
  .paragraph-2 {
    font-size: 2rem;
  }
}

.u-center-text {
  text-align: center !important;
}

.u-margin-bottom-big {
  margin-bottom: 8rem !important;
}
@media only screen and (max-width: 56.25em) {
  .u-margin-bottom-big {
    margin-bottom: 5rem !important;
  }
}

.u-margin-bottom-medium {
  margin-bottom: 4rem !important;
}
@media only screen and (max-width: 56.25em) {
  .u-margin-bottom-medium {
    margin-bottom: 3rem !important;
  }
}

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important;
}

.u-margin-bottom-small-xs {
  margin-bottom: 0.5rem !important;
}

.u-margin-top-big {
  margin-top: 10rem !important;
}

@media only screen and (max-width: 56.25em) {
  .u-display-none-mobile {
    display: none !important;
  }
}

.nav__checkbox {
  display: none;
}
.nav__button {
  background-color: #fff;
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
  position: fixed;
  top: 6rem;
  right: 6rem;
  z-index: 20;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 56.25em) {
  .nav__button {
    top: 4rem;
    right: 4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .nav__button {
    top: 2rem;
    right: 2rem;
  }
}
.nav__background {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  position: fixed;
  top: 6.5rem;
  right: 6.5rem;
  background-image: radial-gradient(#7ed56f, #28b485);
  z-index: 10;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 56.25em) {
  .nav__background {
    top: 4.5rem;
    right: 4.5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .nav__background {
    top: 2.5rem;
    right: 2.5rem;
  }
}
.nav__checkbox:checked ~ .nav__background {
  transform: scale(80);
}
.nav__main {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 0;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.nav__checkbox:checked ~ .nav__main {
  z-index: 15;
  opacity: 1;
  width: 100%;
}
.nav__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 100%;
}
.nav__item {
  margin: 1rem;
}
.nav__link:link, .nav__link:visited {
  display: inline-block;
  font-size: 3rem;
  font-weight: 300;
  padding: 1rem 2rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #fff 50%);
  background-size: 225%;
  transition: all 0.4s;
}
.nav__link:link span, .nav__link:visited span {
  margin-right: 1.5rem;
  display: inline-block;
}
.nav__link:hover, .nav__link:active {
  background-position: 100%;
  color: #55c57a;
  transform: translateX(1rem);
}
.nav__icon {
  position: relative;
  margin-top: 3.5rem;
}
.nav__icon, .nav__icon::before, .nav__icon::after {
  width: 3rem;
  height: 2px;
  background-color: #333;
  display: inline-block;
}
.nav__icon::before, .nav__icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}
.nav__icon::before {
  top: -0.8rem;
}
.nav__icon::after {
  top: 0.8rem;
}
.nav__button:hover .nav__icon:before {
  top: -1rem;
}
.nav__button:hover .nav__icon:after {
  top: 1rem;
}
.nav__checkbox:checked + .nav__button .nav__icon {
  background-color: transparent;
}
.nav__checkbox:checked + .nav__button .nav__icon:before {
  top: 0;
  transform: rotate(135deg);
}
.nav__checkbox:checked + .nav__button .nav__icon:after {
  top: 0;
  transform: rotate(-135deg);
}

.header {
  height: 95vh;
  background-image: linear-gradient(to right bottom, rgba(126, 213, 111, 0.8), rgba(40, 180, 133, 0.8)), url(../img/CBC_brick_wall.jpg);
  background-size: cover;
  background-position: top;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75vh, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 75vh, 0 100%);
}
@media only screen and (max-width: 56.25em) {
  .header {
    height: 70vh;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 58vh, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 58vh, 0 100%);
  }
}
@media only screen and (max-width: 37.5em) {
  .header {
    height: 70vh;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 61vh, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 61vh, 0 100%);
  }
}
.header__logo-box {
  position: absolute;
  top: 3rem;
  left: 3rem;
}
@media only screen and (max-width: 37.5em) {
  .header__logo-box {
    top: 2rem;
    right: 2rem;
  }
}
.header__logo {
  height: 8rem;
}
.header__text-box {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .header__text-box {
    top: 47%;
  }
}
@media only screen and (max-width: 56.25em) {
  .header__text-box {
    top: 47%;
  }
}

.page-header {
  height: 40rem;
  background-image: linear-gradient(to right bottom, rgba(126, 213, 111, 0.8), rgba(40, 180, 133, 0.8)), url(../img/CBC_brick_wall.jpg);
  background-size: cover;
  background-position: top;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 30rem, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 30rem, 0 100%);
}
@media only screen and (max-width: 56.25em) {
  .page-header {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 30rem, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 30rem, 0 100%);
  }
}
@media only screen and (max-width: 37.5em) {
  .page-header {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 30rem, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 30rem, 0 100%);
  }
}
.page-header__logo-box {
  position: absolute;
  top: 3rem;
  left: 3rem;
}
@media only screen and (max-width: 37.5em) {
  .page-header__logo-box {
    top: 2rem;
    right: 2rem;
  }
}
.page-header__logo {
  height: 8rem;
}
.page-header__text-box {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .page-header__text-box {
    top: 47%;
  }
}
@media only screen and (max-width: 56.25em) {
  .page-header__text-box {
    top: 47%;
  }
}

.row {
  max-width: 114rem;
  margin: 0 auto;
}
@media only screen and (max-width: 56.25em) {
  .row {
    max-width: 50rem;
    padding: 0 3rem;
  }
}
.row:not(:last-child) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 56.25em) {
  .row:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
.row [class^=col-] {
  float: left;
}
.row [class^=col-]:not(:last-child) {
  margin-right: 6rem;
}
@media only screen and (max-width: 56.25em) {
  .row [class^=col-]:not(:last-child) {
    margin-right: 0;
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .row [class^=col-] {
    width: 100% !important;
  }
}
.row .col-1-of-2 {
  width: calc((100% - 6rem) / 2);
}
.row .col-zeropoint5-of-3 {
  width: calc(16.6666666667% - 12rem + 2rem);
}
.row .col-1-of-3 {
  width: calc((100% - 2 * 6rem) / 3);
}
.row .col-2-of-3 {
  width: calc(2 * (100% - 2 * 6rem) / 3 + 6rem);
}
.row .col-1-of-4 {
  width: calc((100% - 3 * 6rem) / 4);
}
.row .col-2-of-4 {
  width: calc(2 * (100% - 3 * 6rem) / 4 + 6rem);
}
.row .col-3-of-4 {
  width: calc(3 * (100% - 3 * 6rem) / 4 + 2 * 6rem);
}
.row .col-1-of-5 {
  width: calc((100% - 5 * 6rem) / 5);
}
@media only screen and (max-width: 56.25em) {
  .row .col-1-of-5 {
    width: 48% !important;
    margin-right: 1% !important;
  }
}

.footer {
  background-color: #f7f7f7;
  padding: 10rem 0;
  font-size: 1.6rem;
}
@media only screen and (max-width: 56.25em) {
  .footer {
    padding: 6rem 0;
  }
}
.footer__logo-box {
  text-align: center;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 56.25em) {
  .footer__logo-box {
    margin-bottom: 4rem;
  }
}
.footer__logo {
  width: 15rem;
  height: auto;
}
.footer__navigation {
  border-top: 1px solid #777;
  padding-top: 2rem;
  display: inline-block;
}
@media only screen and (max-width: 56.25em) {
  .footer__navigation {
    width: 100%;
    text-align: center;
  }
}
.footer__list {
  list-style: none;
}
.footer__item {
  display: inline-block;
}
.footer__item:not(:last-child) {
  margin-right: 1.5rem;
}
.footer__link:link, .footer__link:visited {
  color: #777;
  background-color: #f7f7f7;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.2s;
}
.footer__link:hover, .footer__link:active {
  color: #55c57a;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
  transform: rotate(5deg) scale(1.3);
}
.footer__copy {
  border-top: 1px solid #777;
  padding-top: 2rem;
  width: 90%;
  float: right;
}
@media only screen and (max-width: 56.25em) {
  .footer__copy {
    width: 100%;
    text-align: center;
    float: none;
  }
}

.card {
  -moz-perspective: 150rem;
  perspective: 150rem;
  position: relative;
  height: 55rem;
}
.card__side {
  font-size: 2rem;
  height: 55rem;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  backface-visibility: hidden;
  border-radius: 3px;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.card__side--front {
  background-color: #fff;
}
.card__side--back {
  transform: rotateY(-180deg);
  background-image: linear-gradient(to right bottom, #7ed56f, #28b485);
}
.card:hover .card__side--front {
  transform: rotateY(180deg);
}
.card:hover .card__side--back {
  transform: rotateY(0);
}
.card__heading {
  font-size: 1.8rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: right;
  color: #fff;
  position: absolute;
  top: 25rem;
  right: 2rem;
  width: 80%;
}
.card__heading-span {
  padding: 1rem 1.5rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: linear-gradient(to right bottom, rgba(126, 213, 111, 0.85), rgba(40, 180, 133, 0.85));
}
.card__details {
  padding: 4rem 2rem;
}
.card__details ul {
  list-style: none;
  width: 95%;
  margin: 0 auto;
}
.card__details ul li {
  text-align: center;
  font-size: 1.6rem;
  padding: 0.5rem;
}
.card__details ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.card__cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
.card__price-box {
  color: #fff;
  margin-bottom: 8rem;
}
.card__price-only {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.card__price-value {
  font-size: 6rem;
  font-weight: 100;
}
.card__picture {
  background-size: cover;
  background-position: center;
  height: 28rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.card__picture--1 {
  background-image: linear-gradient(to bottom, transparent, transparent, rgba(126, 213, 111, 0.3)), url(../img/product/01.jpg);
}
.card__picture--2 {
  background-image: linear-gradient(to bottom, transparent, transparent, rgba(126, 213, 111, 0.3)), url(../img/product/02.jpg);
}
.card__picture--3 {
  background-image: linear-gradient(to bottom, transparent, transparent, rgba(126, 213, 111, 0.3)), url(../img/product/03.jpg);
}
.card__picture--4 {
  background-image: linear-gradient(to bottom, transparent, transparent, rgba(126, 213, 111, 0.3)), url(../img/product/04.jpg);
}
.card__picture--5 {
  background-image: linear-gradient(to bottom, transparent, transparent, rgba(126, 213, 111, 0.3)), url(../img/product/05.jpg);
}
.card__picture--6 {
  background-image: linear-gradient(to bottom, transparent, transparent, rgba(126, 213, 111, 0.3)), url(../img/product/06.jpg);
}
.card__picture--7 {
  background-image: linear-gradient(to bottom, transparent, transparent, rgba(126, 213, 111, 0.3)), url(../img/product/07.jpg);
}
.card__picture--8 {
  background-image: linear-gradient(to bottom, transparent, transparent, rgba(126, 213, 111, 0.3)), url(../img/product/08.jpg);
}
.card__picture--9 {
  background-image: linear-gradient(to bottom, transparent, transparent, rgba(126, 213, 111, 0.3)), url(../img/product/09.jpg);
}
.card__picture--10 {
  background-image: linear-gradient(to bottom, transparent, transparent, rgba(126, 213, 111, 0.3)), url(../img/product/10.jpg);
}
.card__picture--11 {
  background-image: linear-gradient(to bottom, transparent, transparent, rgba(126, 213, 111, 0.3)), url(../img/product/11.jpg);
}
.card__picture--12 {
  background-image: linear-gradient(to bottom, transparent, transparent, rgba(126, 213, 111, 0.3)), url(../img/product/12.jpg);
}
.card__picture--13 {
  background-image: linear-gradient(to bottom, transparent, transparent, rgba(126, 213, 111, 0.3)), url(../img/product/13.jpg);
}
.card__picture--14 {
  background-image: linear-gradient(to bottom, transparent, transparent, rgba(126, 213, 111, 0.3)), url(../img/product/14.jpg);
}
.card__picture--15 {
  background-image: linear-gradient(to bottom, transparent, transparent, rgba(126, 213, 111, 0.3)), url(../img/product/15.jpg);
}
.card__picture--16 {
  background-image: linear-gradient(to bottom, transparent, transparent, rgba(126, 213, 111, 0.3)), url(../img/product/16.jpg);
}
.card__picture--17 {
  background-image: linear-gradient(to bottom, transparent, transparent, rgba(126, 213, 111, 0.3)), url(../img/product/17.jpg);
}
.card__picture--18 {
  background-image: linear-gradient(to bottom, transparent, transparent, rgba(126, 213, 111, 0.3)), url(../img/product/18.jpg);
}
@media only screen and (max-width: 56.25em), only screen and (hover: none) {
  .card {
    height: auto;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  }
  .card__side {
    height: auto;
    position: relative;
    box-shadow: none;
  }
  .card__side--back {
    transform: rotateY(0);
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
  }
  .card:hover .card__side--front {
    transform: rotateY(0);
  }
  .card__heading {
    top: 26.5rem;
    right: 2rem;
    width: 70%;
  }
  .card__details {
    padding: 6rem 3rem 3rem 3rem;
  }
  .card__details ul li {
    font-size: 2rem;
  }
  .card__cta {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    width: 100%;
    padding: 6rem 4rem 4rem 4rem;
  }
  .card__price-box {
    margin-bottom: 3rem;
  }
  .card__price-value {
    font-size: 4rem;
  }
}

.btn, .btn:link, .btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.5rem 4rem;
  display: inline-block;
  border-radius: 10rem;
  transition: all 0.2s;
  position: relative;
  font-size: 1.7rem;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 56.25em) {
  .btn, .btn:link, .btn:visited {
    font-size: 2rem;
  }
}
.btn:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}
.btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}
.btn:active, .btn:focus {
  outline: none;
  transform: translateY(-0.1rem);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}
.btn--white {
  background-color: #fff;
  color: #777;
}
.btn--white::after {
  background-color: #fff;
}
.btn--green {
  background-color: #55c57a;
  color: #fff;
}
.btn--green::after {
  background-color: #55c57a;
}
.btn--animated {
  animation: moveInBottom 0.5s ease-out 0.75s;
  animation-fill-mode: backwards;
}

.btn-text:link, .btn-text:visited {
  font-size: 1.7rem;
  color: #55c57a;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #55c57a;
  padding: 3px;
  transition: all 0.2s;
}
@media only screen and (max-width: 56.25em) {
  .btn-text:link, .btn-text:visited {
    font-size: 2rem;
  }
}
.btn-text:hover {
  background-color: #55c57a;
  color: #fff;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.btn-text:active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transform: translateY(0);
}

.composition {
  position: relative;
}
.composition__photo {
  width: 55%;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  position: absolute;
  z-index: 1;
  transition: all 0.2s;
  outline-offset: 1rem;
}
@media only screen and (max-width: 56.25em) {
  .composition__photo {
    float: left;
    position: relative;
    width: 33.3333%;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
    outline-offset: 2px;
  }
}
.composition__photo--p1 {
  left: 0;
  top: -2rem;
}
@media only screen and (max-width: 56.25em) {
  .composition__photo--p1 {
    top: 0;
    transform: scale(1.2);
  }
}
.composition__photo--p2 {
  right: 0;
  top: 2rem;
}
@media only screen and (max-width: 56.25em) {
  .composition__photo--p2 {
    top: -1rem;
    transform: scale(1.3);
    z-index: 2;
  }
}
.composition__photo--p3 {
  left: 20%;
  top: 10rem;
}
@media only screen and (max-width: 56.25em) {
  .composition__photo--p3 {
    top: 1rem;
    left: 0;
    transform: scale(1.1);
  }
}
.composition__photo:hover {
  outline: 1rem solid #55c57a;
  transform: scale(1.08) translateY(-0.5rem);
  box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
  z-index: 3;
}
@media only screen and (max-width: 56.25em) {
  .composition__photo:hover {
    outline: 3px solid #55c57a;
    transform: scale(1.4) translateY(-0.5rem);
  }
}
.composition:hover .composition__photo:not(:hover) {
  transform: scale(0.95);
}

.feature-box {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.7rem;
  padding: 2.5rem;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  transition: transform 0.3s;
}
@media only screen and (max-width: 56.25em) {
  .feature-box {
    font-size: 2rem;
  }
}
.feature-box__icon {
  font-size: 6rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  background-image: linear-gradient(to right, #7ed56f, #28b485);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.feature-box:hover {
  transform: translateY(-1.5rem) scale(1.03);
}

.story {
  width: 75%;
  margin: 0 auto;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  padding: 6rem;
  padding-left: 9rem;
  font-size: 1.7rem;
  transform: skewX(-12deg);
}
@media only screen and (max-width: 56.25em) {
  .story {
    transform: skewX(-5deg);
    width: 100%;
    padding: 3rem;
    padding-left: 5rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .story {
    transform: skewX(0deg);
  }
}
.story__shape {
  width: 15rem;
  height: 15rem;
  float: left;
  -webkit-shape-outside: circle(50% at 50% 50%);
  shape-outside: circle(50% at 50% 50%);
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  transform: translateX(-3rem) skewX(12deg);
  position: relative;
}
@media only screen and (max-width: 56.25em) {
  .story__shape {
    transform: translateX(-3rem) skewX(5deg);
  }
}
@media only screen and (max-width: 37.5em) {
  .story__shape {
    transform: translateX(-3rem) skewX(0deg);
  }
}
.story__img {
  height: 100%;
  transform: translateX(-4rem) scale(1.3);
  backface-visibility: hidden;
  transition: all 0.5s;
}
.story__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 20%);
  color: #fff;
  text-transform: uppercase;
  font-size: 1.7rem;
  text-align: center;
  opacity: 0;
  transition: all 0.5s;
  backface-visibility: hidden;
}
.story:hover .story__caption {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.story:hover .story__img {
  transform: translateX(-4rem) scale(1);
  filter: blur(3px) brightness(80%);
}
.story__text {
  transform: skewX(12deg);
}
@media only screen and (max-width: 56.25em) {
  .story__text {
    transform: skewX(5deg);
  }
}
@media only screen and (max-width: 37.5em) {
  .story__text {
    transform: skewX(0deg);
  }
}
.story__brand-img {
  width: 100%;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 56.25em) {
  .story__brand-img {
    margin-bottom: 0rem;
  }
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.15;
  overflow: hidden;
}
.bg-video__content {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form__group:not(:last-child) {
  margin-bottom: 2rem;
}
.form__input {
  font-size: 1.6rem;
  font-family: inherit;
  color: inherit;
  padding: 1.5rem 2rem;
  border-radius: 2px;
  background-color: #fff, 0.5;
  border: none;
  border-bottom: 3px solid transparent;
  width: 90%;
  display: block;
  transition: all 0.3s;
}
@media only screen and (max-width: 56.25em) {
  .form__input {
    width: 100%;
  }
}
.form__input:focus {
  outline: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #55c57a;
}
.form__input:focus:invalid {
  border-bottom: 3px solid #ff7730;
}
.form__input::-webkit-input-placeholder {
  color: #999;
}
.form__label {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 2rem;
  margin-top: 0.7rem;
  display: block;
  transition: all 0.3s;
}
.form__input:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4rem);
}
.form__radio-group {
  width: 49%;
  display: inline-block;
}
@media only screen and (max-width: 56.25em) {
  .form__radio-group {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.form__radio-input {
  display: none;
}
.form__radio-label {
  font-size: 1.7rem;
  cursor: pointer;
  position: relative;
  padding-left: 5rem;
}
.form__radio-button {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  border: 5px solid #55c57a;
  border-radius: 50%;
  position: absolute;
  top: -0.4rem;
  left: 0rem;
}
.form__radio-button::after {
  content: "";
  display: block;
  height: 1.3rem;
  width: 1.3rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #55c57a;
  opacity: 0;
  transition: opacity 0.2s;
}
.form__radio-input:checked ~ .form__radio-label .form__radio-button::after {
  opacity: 1;
}

.popup {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 40;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  background-color: #fff;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  overflow: hidden;
  display: table;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.25);
  transition: all 0.5s 0.2s;
}
@media only screen and (max-width: 37.5em) {
  .popup__content {
    display: block;
    width: 90%;
  }
}
.popup__left {
  width: 33.33333%;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 37.5em) {
  .popup__left {
    width: 100%;
    display: block;
  }
}
.popup__right {
  width: 66.66666%;
  display: table-cell;
  vertical-align: middle;
  padding: 3rem 5rem;
}
@media only screen and (max-width: 37.5em) {
  .popup__right {
    width: 100%;
    display: block;
    padding: 2rem 2rem;
  }
}
.popup__img {
  display: block;
  width: 100%;
}
.popup__text {
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 37.5em) {
  .popup__text {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.popup:target {
  opacity: 1;
  visibility: visible;
}
.popup:target .popup__content {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.popup__close:link, .popup__close:visited {
  color: #777;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
}
@media only screen and (max-width: 37.5em) {
  .popup__close:link, .popup__close:visited {
    width: 3.2rem;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
  }
}
.popup__close:hover, .popup__close:active {
  color: #55c57a;
}

.section-about {
  background-color: #f7f7f7;
  padding: 25rem 0 6rem 0;
  margin-top: -20vh;
}
@media only screen and (max-width: 56.25em) {
  .section-about {
    padding: 25rem 0 6rem 0;
  }
}

.section-press {
  background-color: #f7f7f7;
  padding: 6rem 0 25rem 0;
}
.section-press iframe {
  width: 100%;
  height: 47rem;
}
@media only screen and (max-width: 56.25em) {
  .section-press iframe {
    height: 30rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .section-press {
    padding: 6rem 0 20rem 0;
  }
}

.section-about--about {
  background-color: #f7f7f7;
  padding: 20rem 0 12rem 0;
  margin-top: -10rem;
}
@media only screen and (max-width: 56.25em) {
  .section-about--about {
    padding: 15rem 0 10rem 0;
  }
}

.section-features {
  padding: 20rem 0;
  background-image: linear-gradient(to right bottom, rgba(126, 213, 111, 0.8), rgba(40, 180, 133, 0.8)), url(../img/CBC_brick_wall.jpg);
  background-size: cover;
  background-position: center;
  transform: skewY(-7deg);
  margin-top: -10rem;
}
.section-features > * {
  transform: skewY(7deg);
}
@media only screen and (max-width: 56.25em) {
  .section-features {
    padding: 10rem 0;
  }
}

.section-product {
  background-color: #f7f7f7;
  padding: 25rem 0 15rem 0;
  margin-top: -10rem;
}
@media only screen and (max-width: 56.25em) {
  .section-product {
    padding: 20rem 0 10rem 0;
  }
}

.section-product-2 {
  background-color: #f7f7f7;
  padding: 15rem 0 4rem 0;
  margin-top: -10rem;
}

.section-stories {
  position: relative;
  padding: 10rem 0 7rem 0;
}
@media only screen and (max-width: 56.25em) {
  .section-stories {
    padding: 10rem 0 2rem 0;
  }
}
.section-stories--about {
  padding: 12rem 0;
}
@media only screen and (max-width: 56.25em) {
  .section-stories--about {
    padding: 10rem 0;
  }
}

.section-book {
  padding: 15rem 0;
  background-image: linear-gradient(to right bottom, #7ed56f, #28b485);
}
.section-book--2 {
  padding: 10rem 0;
}
@media only screen and (max-width: 56.25em) {
  .section-book {
    padding: 10rem 0;
  }
}

.book {
  background-image: linear-gradient(105deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(85, 197, 122, 0.2) 50%), url(../img/office.jpg);
  background-size: cover;
  border-radius: 3px;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 75em) {
  .book {
    background-image: linear-gradient(105deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(85, 197, 122, 0.2) 60%), url(../img/office.jpg);
  }
}
@media only screen and (max-width: 56.25em) {
  .book {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%, transparent 100%), url(../img/office.jpg);
  }
}
.book__form, .book__paragraph {
  width: 50%;
  padding: 6rem;
}
@media only screen and (max-width: 75em) {
  .book__form, .book__paragraph {
    width: 60%;
  }
}
@media only screen and (max-width: 56.25em) {
  .book__form, .book__paragraph {
    width: 100%;
    padding: 3rem;
  }
}

.about-img {
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  box-shadow: 0rem 1rem 2rem rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.about-img:not(:last-child) {
  margin-bottom: 2rem;
}
.about-img:hover {
  box-shadow: 0rem 2rem 4rem rgba(0, 0, 0, 0.2);
  transform: scale(1.07);
}

.section-cert {
  padding: 12rem 0;
  background-image: linear-gradient(to right bottom, #7ed56f, #28b485);
}
@media only screen and (max-width: 56.25em) {
  .section-cert {
    padding: 10rem 0;
  }
}
.section-cert .cert-img {
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  box-shadow: 0rem 1rem 2rem rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.section-cert .cert-img:hover {
  box-shadow: 0rem 2rem 4rem rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}

.section-gallery {
  background-color: #f7f7f7;
  padding: 20rem 0 12rem 0;
  margin-top: -10rem;
}
@media only screen and (max-width: 56.25em) {
  .section-gallery {
    padding: 15rem 0 10rem 0;
  }
}
.section-gallery .gallery-img {
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  box-shadow: 0rem 1rem 2rem rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.section-gallery .gallery-img:hover {
  box-shadow: 0rem 2rem 4rem rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}

.section-officeloc {
  background-color: #f7f7f7;
  padding: 20rem 0 5rem 0;
  margin-top: -10rem;
}
@media only screen and (max-width: 56.25em) {
  .section-officeloc {
    padding: 15rem 0 5rem 0;
  }
}

.section-factoryloc {
  background-color: #f7f7f7;
  padding: 5rem 0 10rem 0;
}

.loc-block {
  margin-bottom: 1.5rem;
}
.loc-block p {
  margin-left: 1rem;
}

.map iframe {
  width: 100%;
  height: 35rem;
  border-radius: 3px;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

/*# sourceMappingURL=style.css.map */
