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

@font-face {
  font-family: "MyriadProBold";
  src: url('./fonts/MyriadPro-Bold.otf') ;
  font-display: swap;
}

@font-face {
  font-family: "MyriadProRegular";
  src: url('./fonts/MyriadPro-Regular.otf');
  font-display: swap;
}

@font-face {
  font-family: "MyriadProLight";
  src: url('./fonts/MyriadPro-Light.otf');
  font-display: swap;
}

@font-face {
  font-family: "MyriadProIt";
  src: url('./fonts/MyriadPro-It.otf');
  font-display: swap;
}

html {
  font-size: 62.5%;
  margin: 0;
  box-sizing: border-box;
  font-family: "MyriadProRegular", sans-serif;
}

h1, h2, h3, h4, h5, h6,p,ol,ul {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
}

.wrap {
  width: 100%;
}

.header {
  width: 100%;
  background-color: white;
  background-image: url('./../img/bg.png');
  background-size: 1920px;
  background-position: top center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1920px) {
  .header {
    background-size: 100%;
  }
}

.header__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 28px;
}

@media only screen and (max-width: 1230px) {
  .header {
    padding: 0 25px;
  }
}

.header__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header__navigation {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.header__navigation__item {
  margin-left: 30px;
  font-family: "MyriadProBold", sans-serif;
  font-size: 1.6em;
  text-transform: uppercase;
}

.header__navigation__item a {
  color: white;
  text-decoration: none;
}

.login {
  display: block;
  height: 31px;
  line-height: 31px;
  text-align: center;
  border-radius: 16px;
  min-width: 119px;
  border: 1px solid rgba(255,255,255, 0.5);
}

.header__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__title {
  color:  #ffd800;
  font-family: "MyriadProIt", sans-serif;
  font-size: 5em;
}

.star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .7em;
  margin-right: .7em;
  margin-bottom: 1.2em;
  border-right: .3em solid transparent;
  border-bottom: .7em  solid #f69e22;
  border-left: .3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 10px;
}
.star:before, .star:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: .6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: .7em  solid #f69e22;
  border-left: 1em solid transparent;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.star:after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.header__content__block {
  width: 100%;
  display: flex;
  position: relative;
  padding-top: 65px;
}

.header__content__images {
  position: relative;
  display: flex;
  align-items: center;
  width: 67.79%;
  justify-content: center;
  z-index: 3;
  margin-right: -10px;
  margin-left: -30px;
}

.header__content__image {
  margin: -15px;
}

.header__content__image.small {
  width: 28%;
}

.header__content__image.medium {
  width: 34.95%;
}

.header__content__image.large {
  width: 45.44%;
}

.header__reviews {
  background: rgba(255,255,255,0.9);
  width: 34.21%;
  position: relative;
  z-index: 0;
  padding: 30px 30px 30px 70px;
  border-top-right-radius: 20px;
  margin-top: 20px;
}

.header__reviews__title {
  font-size: 2em;
  font-family: "MyriadProBold";
  color: #333;
  text-transform: uppercase;
}

.header__review {
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 16px;
}

.header__review.noBorder {
  border-bottom: 0;
}

.header__review__image {
  width: 75px;
  height: 75px;
  border-radius: 40px;
}

.header__review__content {
  margin-left: 17px;
}

.header__review__text {
  font-size: 1.6em;
  color: #333;
  margin-top: 10px;
}

.header__view {
  background: #f69e22;
  height: 31px;
  line-height: 31px;
  text-align: center;
  color: white;
  max-width: 119px;
  text-transform: uppercase;
  font-size: 1.6em;
  font-family: "MyriadProBold";
  border-radius: 16px;
  margin-top: 19px;
}

.header__background__path {
  width: 34.49%;
  position: absolute;
  bottom: -10px;
  right: 15.61%;
  z-index: 2;
}

.main {
  width: 100%;
  padding: 0 25px;
}

.main__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  background-image: url('./../img/main.svg');
  background-position: top 220px left 90%;
  background-repeat: no-repeat;
  padding-bottom: 25px;
}

.energized {
  margin-top: 5.5em;
  width: 100%;
  background: #ededed;
  border-radius: 20px;
  height: 22.1em;
  position: relative;
  padding: 28px;
}

.tear__linear {
  position: absolute;
  top: -5em;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: linear-gradient(to top, #f20600, #ffffff, #f57900);
  width: 29.6em;
  height: 29.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15em;
  box-shadow: 0px 8px 0 0 #959595;
}

.tear__block {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29.2em;
  height: 29.2em;
  border-radius: 15em;
}

.teat__wrap {
  width: 27em;
  height: 27em;
  background: yellow;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  background-image: linear-gradient(to top, #f57c00, #f85600, #f10000);
  border-radius: 100%;
}

.tear {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 26.5em;
  height: 26.5em;
  border: none;
  -webkit-border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
  border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  -o-text-overflow: clip;
  text-overflow: clip;
  background-image: linear-gradient(225deg, #f57c00, #f85600, #f10000);
  -webkit-transform: rotateZ(135deg);
  transform: rotateZ(135deg);
}

.energized__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(-135deg);
  color: white;
  font-family: "MyriadProBold", sans-serif;
  text-transform: uppercase;
}

.energized__text.small {
  top: 70%;
  left: 30%;
  font-size: 2em;
  white-space: nowrap;
}

.energized__text.big {
  font-size: 4.9em;
  top: 53%;
  left: 47%;
}

.energized__text.medium {
  font-size: 4em;
  top: 43%;
  left: 57%;
  white-space: nowrap;
}

.energized__text.bottom {
  top: 28%;
  left: 72%;
  font-size: 2em;
  white-space: nowrap;
}

.energized > span {
  text-transform: uppercase;
  color: #333;
}

.energized__rdv {
  font-size: 2em;
}

.energized__coffee {
  font-size: 2.4em;
  position: absolute;
  top: 70px;
  left: 2.797%;
}

.energized__sweet {
  font-size: 2em;
  position: absolute;
  top: 77px;
  left: 23.898%;
}

.energized__acai {
  font-size: 2em;
  position: absolute;
  top: 111px;
  left: 11.95%;
  font-family: "MyriadProBold";
}

.energized__Ashwagandha {
  font-size: 2.8em;
  position:absolute;
  top: 139px;
  left: 18.339%;
}

.energized__mango {
  position: absolute;
  font-size: 1.6em;
  font-family: "MyriadProBold";
  top: 157px;
  left: 3.792%;
}

.energized__berry {
  position: absolute;
  top: 178px;
  left: 14.153%;
  font-size: 2em;
}

.enerzided__elder {
  font-size: 2em;
  position: absolute;
  top: 186px;
  left: 25.847%;
}

.energized__goji {
  top: 43px;
  right: 25.627%;
  position: absolute;
  font-size: 2em;
}

.energized__lion {
  position: absolute;
  top: 26px;
  right: 2.373%;
  font-size: 2em;
}

.energized__rosea {
  position: absolute;
  top: 60px;
  right: 6.695%;
  font-size: 2.8em;
}

.energized__pome {
  position: absolute;
  top: 95px;
  right: 18.661%;
  font-size: 2em;
  font-family: "MyriadProBold";
}

.energized__bil {
  position: absolute;
  top: 100px;
  right: 5.508%;
  font-size: 2em;
}

.energized__cordy {
  position: absolute;
  top: 132px;
  right: 12.712%;
  font-size: 2em;
}

.energized__camu {
  font-size: 2.4em;
  position: absolute;
  top: 144px;
  right: 24%;
}

.energized__black {
  font-size: 2.4em;
  position: absolute;
  top: 172px;
  right: 11.695%;
}

.enegrized__code {
  font-size: 2.4em;
  font-family: "MyriadProBold";
  position: absolute;
  top: 172px;
  right: 2.797%;
}

.energized__wrap {
  width: 100%;
}

.benefits {
  width: 100%;
  margin-top: 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url('./../img/mainbottom.svg');
  background-repeat: no-repeat;
  background-position: left 90% bottom 41px;
}

.benefit {
  width: 100%;
  min-height: 221px;
  border-radius: 20px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.23);
  position: relative;
  margin-bottom: 40px;
  z-index: 5;
  background: #fff;
  height: auto;
  margin-bottom: 90px;
}

.benefit:after {
  content: "";
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 80px;
  box-shadow: 15px 15px 15px 0 rgba(0, 0, 0, 0.10);
  transform: translate(-40px, 40px) rotate(45deg);
  z-index: -1;
}

.benefit__title {
  position: absolute;
  top: -30px;
  height: 61px;
  background-image: linear-gradient(to top, #5bd4cf, #15b0ad);
  left: 50%;
  transform: translate(-50%, 0);
  color: white;
  font-family: "MyriadProBold";
  font-size: 4em;
  text-transform: uppercase;
  line-height: 71px;
  text-align: center;
  width: 100%;
  max-width: 475px;
  box-shadow: inset 0px -20px 22px -20px rgba(0,0,0,1);
}

.benefit__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.benefit__left {
  width: 72%;
  padding-left: 40px;
  padding-top: 50px;
  padding-bottom: 20px;
}

.benefit__right {
  width: auto;
  min-width: 325px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}

.benefit__image {
  height: 100%;
  width: auto;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.benefit__text {
  font-size: 1.6em;
  color: #333;
  line-height: 1.44;
}

.benefit__title.tonight {
  background-image: linear-gradient(to top, #ff9700, #ff560d);
}

.benefit__title.tomorrow {
  background-image: linear-gradient(to top, #ff434b, #ad559e);
}

.benefit__right.world {
  box-shadow: inset 30px 0 30px 0 rgba(255,255,255,1);
}

.benefit__order {
  background-image: linear-gradient(to top, #f57c00, #f85600, #f10000);
  height: 82px;
  line-height: 91px;
  font-family: "MyriadProBold";
  font-size: 3.15em;
  border-radius: 50px;
  color: white;
  text-transform: uppercase;
  width: 100%;
  max-width: 367px;
  text-align: center;
  box-shadow: 0px 20px 30px -20px rgba(0,0,0,1);
}

.story {
  width: 100%;
  padding: 0 25px;
  background-image: url('./../img/storybg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.story__inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 24px;
}

.story__left {
  width: 37.288%;
  padding-top: 26px;

}

.story__left img {
  width: 100%;
}

.story__right {
  width: 58.22%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.story__title {
  font-size: 4em;
  font-family: "MyriadProBold";
  margin-top: 50px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.story__text {
  font-size: 1.6em;
  color: white;
  line-height: 23px;
}

.story__button {
  margin-top: 41px;
  color: white;
  background: #f69e22;
  border-radius: 17px;
  height: 32px;
  line-height: 35px;
  text-align: center;
  font-size: 1.6em;
  width: 100%;
  max-width: 140px;
  text-transform: uppercase;
  font-family: "MyriadProBold";
}

.join {
  width: 100%;
  padding: 0 25px;
  background-image: url('./../img/join.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.join__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 55px 50px;
}

.join__title {
  font-family: "MyriadProBold";
  margin-bottom: 30px;
  font-size: 4em;
  color: white;
}

.join__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inputs {
  display: flex;
  justify-content: center;
  width: 100%;
}

.inputs input {
  height: 53px;
  width: 100%;
  display: block;
  max-width: 345px;
  border-radius: 5px;
  background: #fff;
  margin: 0 5px;
  padding-left: 13px;
  font-size: 1.8em;
  font-family: "MyriadProRegular";
  color: #333;
}

.inputs input::placeholder {
  color: #333;
}

.join__button {
  background: #181762;
  height: 41px;
  line-height: 45px;
  border-radius: 22px;
  text-align: center;
  width: 100%;
  max-width: 185px;
  color: white;
  outline: none;
  border: none;
  font-family: "MyriadProBold";
  font-size: 1.6em;
  text-transform: uppercase;
  margin-top: 30px;
}

.footer {
  width: 100%;
  padding: 0 25px;
}

.footer__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 47px 0;
}

.footer__image {
  margin-bottom: 42px;
}

.footer__disclaimer {
  font-size: 1.6em;
  color: black;
  line-height: 24px;
}

.footer__copyright {
  color: #a7a7a7;
  font-size: 1.6em;
  line-height: 24px;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer__links {
  display: flex;
  justify-content: center;
}

.footer__link {
  text-decoration: none;
  color: black;
  font-size: 1.6em;
  line-height: 1.5;
}

.footer__dash {
  color: black;
  font-size: 1.6em;
  line-height: 1.5;
  display: block;
  margin: 0 7px;
}

.mobile__button {
  display: none;
}

@media only screen and (max-width: 1160px) {
  .header__reviews {
    padding-left: 30px;
  }
  .benefit__left {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .energized__span {
    font-size: 1.8em;
  }
  .energized__sweet {
    left: 20%;
  }
  .energized__goji {
    right: 22%;
  }
  .main__inner {
    background-size: 42%;
  }
  .header__background__path {
    z-index: 0;
  }
}

@media only screen and (max-width: 1023.98px) {
  .mobile__button {
    display: inline-block;
    cursor: pointer;
    padding-right: 20px;
    padding-top: 10px;
    z-index: 12;
    position: relative;
  }

  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #f69e22;
    margin: 6px 0;
    transition: 0.4s;
  }

  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }

  .change .bar2 {opacity: 0;}

  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }

  .header__navigation {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 600px;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 10;
    background: #181268 ;
    display: none;
  }

  .header__navigation.active {
    display: flex;
  }

  .header__navigation__wrap {
    padding-right: 0;
    height: 80px;
  }

  .header__navigation__item {
    font-size: 2em;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;

  }

  .header__navigation__item a {
    color: #f69e22;
  }

  .login {
    border: 1px solid #f69e22;
  }

  .header__top {
    padding: 10px;
  }

  .header {
    padding: 0;
    background-size: cover;
  }

  .header__inner {
    padding-top: 0;
  }

  .wrap {
    position: relative;
  }

  .header__middle__image {
    z-index: 9;
    width: 100%;
    margin-top: 20px;
  }

  .header__content {
    padding: 0 15px;
  }

  .header__title {
    font-size: 3em;
  }

  .header__background__path {
    display: none;
  }

  .header__content__block {
    flex-direction: column;
    align-items: center;
  }

  .header__content__images {
    width: 100%;
  }

  .header__reviews {
    width: 100%;
    max-width: 500px;
    padding: 10px;
    border-top-left-radius: 20px;
  }

  .main {
    padding: 45px 15px 0;
  }

  .main__inner {
    background-image: none;
  }

  .energized__span {
    display: none;
  }

  .benefit__content {
    flex-direction: column;
    align-items: center;
  }

  .benefit__title {
    font-size: 2.4em;
  }

  .benefit {
    max-width: 500px;
  }

  .benefits {
    background-image: none;
  }

  .benefit__left {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    max-width: 500px;
  }

  .benefit__right {
    min-width: inherit;
    max-width: 500px;
    width: 100%;
    height: auto;
    border-bottom-left-radius: 20px;
  }

  .benefit__image {
    height: auto;
    width: 100%;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
  }

  .story {
    padding: 0 15px;
  }

  .story__inner {
    flex-direction: column;
    align-items: center;
  }

  .story__left {
    max-width: 500px;
    width: 100%;
  }

  .story__right {
    width: 100%;
  }

  .join {
    padding: 0 15px;
  }

  .join__inner {
    padding: 50px 0;
  }

  .inputs {
    flex-direction: column;
    align-items: center;
  }

  .inputs input {
    margin: 10px 0;
  }

  .footer {
    padding: 0 15px;
  }

  .footer__links {
    flex-direction: column;
    align-items: center;
  }
}
