:root {
  --midnight-blue: #0f0042;
  --black: #131313;
  --cherry-red: #e22026;
  --white: #ffffff;
  --pale-grey: #feffff;
  --black-50: rgba(0, 0, 0, 0.5);
  --mid-green: #4caf50;
  --dark-navy-blue: #080025;
  --cobalt: #342078;
  --white-two: #f9f9f9;
}

* {
  margin: 0;
  padding: 0;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
}
.footer {
  background: #0c043f;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer__logo {
  display: block;
  margin-bottom: 43px;
}

:focus {
  outline: none;
}

button {
  cursor: pointer;
}

html,
body {
  font-family: "Rubik", sans-serif;
}

body {
  background-color: var(--midnight-blue);
  max-width: 100vw;
  overflow-x: hidden;
}

.hide-in-mobile {
  display: none;
}

.header img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.headline {
  display: block;
  width: 89.37vw;
  margin: 0 auto 2px;
  position: relative;
  top: -18px;
}

.seperator {
  background-color: var(--white);
  height: 1px;
  width: 66.875vw;
  margin: 0 auto 17px;
}

.seperator.bottom {
  margin-bottom: 10px;
}

.seperator.footer {
  margin-bottom: 21px;
}

.title {
  width: 89.375vw;
  margin: 0 auto;
  line-height: 42px;
  font-size: 35px;
  font-weight: 900;
  text-align: center;
  color: var(--pale-grey);
  margin-bottom: 20px;
}

.boxes {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 38px;
  padding: 0 2.81vw;
  justify-content: space-between;
  position: relative;
}

.whatsapp-redirection {
  position: fixed;
  right: -37px;
  bottom: 20px;
  z-index: 1000;
}

.box {
  margin-bottom: 9px;
  height: 199px;
  border-radius: 10px;
  background-color: var(--white);
  width: 45.93vw;
  border-radius: 10px;
  border: solid 5px #0091ff;
  background-color: #ffffff;
  
}

.box .box-title {
  padding: 7px 13px 0 0;
}

.bigger {
  height: 254px;
  flex: 0 0 100%;
  padding: 0;
  text-align: center;
}

.bigger img {
  display: block;
  margin: 0 auto;
}

.bigger .logo1 {
  height: 32px;
  margin-bottom: 30px;
}

.bigger .logo2 {
  height: 34px;
  margin-bottom: 35px;
  margin-top: 0px;
}

.bigger .logo3 {
  height: 33px;
  margin-bottom: 11.56vw;
  margin-top: 6px;
}

.bigger .box-title {
  padding-right: 28px;
  padding-top: 15px;
}

.box-title {
  line-height: 19px;
  font-family: Rubik;
  font-size: 16px;
  font-weight: normal;

  text-align: right;
  color: var(--black-50);
  margin-bottom: 20px;
}

.price-box {
  margin-top: 41px;
}

.has-text {
  margin-top: 25px;
}

.price {
  font-family: Rubik;
  font-size: 38px;
  font-weight: bold;

  line-height: 46px;
  letter-spacing: -1.65px;

  text-align: center;
  color: var(--dark-navy-blue);
}

.currency {
  font-size: 28px;
  letter-spacing: -1.22px;
  color: var(--mid-green);
}

.description {
  text-align: center;
  line-height: 19px;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 300;
  color: var(--dark-navy-blue);
}

.box-explanation {
  height: 19px;
  font-family: Rubik;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--dark-navy-blue);
  margin-top: 29px;
  padding: 0 6px;
}

.bulls {
  margin-top: 0px;
}

.bull-line {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
}

.bull-line:last-child {
  padding-bottom: 45px;
}

.bull-icon {
  width: 123px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bull-icon.left {
  display: none;
}

.bull-text {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 31px;
  letter-spacing: normal;
  text-align: center;
  color: var(--white);
  max-width: 65.93vw;
  margin-bottom: 21px;
}

.bull-line:last-child .bull-text {
  margin-bottom: 0;
}

.communication {
  background-image: url("../images//communication-mobile-bg@3x.png");
  background-size: cover;
  height: 516px;
  position: relative;
  padding-top: 102px;
}

.bubble {
  width: 289px;
  height: 109px;
  background-image: url("../images/buble-left@3x.png");
  background-size: 289px 109px;
  margin: 0 auto 17px;
  display: flex;
  align-items: center;
  justify-content: center;

  line-height: 24px;

  font-size: 20px;

  color: var(--white-two);
  padding: 33px 0 51px;
  text-align: center;
}

.bubble.top {
  background-image: url("../images/buble-right@3x.png");
  position: absolute;
  top: -17px;
  padding: 36px 0 48px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
}

.whatsapp-bottom {
  width: 95.31vw;
  height: 62px;
  border-radius: 0 100px 100px 0;
  background-color: var(--mid-green);
  margin-right: auto;
  margin-bottom: 28px;
  display: flex;

  padding: 8px 26px 0 31px;
}

.whatsapp-bottom img {
  width: 44px;
  height: 44px;
}

.wp-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: normal;

  text-align: center;
  color: var(--white);
}

.com-box {
  border-radius: 31px;
  background-color: var(--white);
  height: 69px;
  width: 72.18vw;
  margin: 0 auto 28px;
  display: flex;
  align-items: center;

  padding: 2px 12px 0 28px;
}

.com-box-icon {
  margin-left: 17px;
  display: block;
  width: 44px;
  height: 44px;
}

.com-box-text {
  font-size: 20px;
  font-weight: 600;

  line-height: 24px;

  text-align: right;
  color: var(--midnight-blue);
}

footer.footer {
  background-color: var(--black);
  border-bottom: 10px solid var(--cherry-red);
  padding: 21px 5vw 3.75vw;
}

.footer-text {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--white-two);
}

.green-box {
  background-image: linear-gradient(211deg, #32333f, #17192c);
  border: solid 5px #aef319;
  padding: 16px 11px 31px;
  margin-bottom: 30px;
}

.green-box__text {
  padding-right: 5px;
}

.green-box__title {
  font-size: 25px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
}

.green-box__green-title {
  line-height: 31px;
  margin: 9px 5px 12px 47px;
  background-image: linear-gradient(97deg, #b3f514 2%, #52d35d);
  font-size: 26px;
  font-weight: 300;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.green-box__green-title strong {
  font-weight: bold;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.green-box__subtitle {
  font-size: 25px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 9px;
}

.green-box__list {
  margin-bottom: 30px;
  padding-right: 5px;
}

.green-box__list__item {
  line-height: 23px;
  margin: 0 0 9px ;
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
}

.green-box__list__item strong {
  color: #aef319;
  margin-left: 4px;
}

.green-box__cta {
  margin-left: 15px;
}
.green-box__cta-box {
  display: flex;
  flex-direction: row;
}
.green-box__cta-title {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 3px;
}
.green-box__cta-desc {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .boxes {
    margin-bottom: 32px;
  }

  .box {
    position: relative;
    height: 221px;
    width: 22.34%;
    margin-bottom: 0;
  }

  .bigger {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .bigger .logo3 {
    margin-bottom: 0;
  }

  .box .box-title {
    position: absolute;
    right: 20px;
    top: 15px;
    padding: 0;
  }

  .header img {
    max-height: 495px;

    margin-left: auto;
    margin-right: auto;
  }

  .bigger .box-title {
    padding: 0;
  }

  .headline {
    top: -63px;
    max-width: 761px;
    margin-bottom: -53px;
  }

  .seperator {
    width: 68.68vw;
    margin-bottom: 23px;
  }

  .title {
    max-width: 998px;
    margin-bottom: 27px;
    font-size: 43px;
    line-height: 51px;
  }

  .content {
    max-width: 989px;
    margin: 0 auto;
  }

  .bull-line {
    flex-direction: row-reverse;
  }

  .bull-icon.left {
    display: flex;
  }

  .bull-text {
    margin: 0 20px;
  }
  .communication {
    background-image: url("../images/tradestation@3x.png");
    height: auto;
    background-size: 100% 240px;
    background-repeat: no-repeat;
    padding-top: 89px;
  }
  .bubble {
    left: 7.72vw;
    position: absolute;
    top: 89px;
  }
  .bubble.top {
    top: -40px;

    left: 9.04vw;
    transform: translateX(0);
  }

  .whatsapp-bottom {
    width: 50vw;
    position: absolute;
    left: 0;
    bottom: -60px;
  }

  .wp-text {
    max-width: 186px;
    margin-left: 17px;
  }

  .com-box {
    width: 337px;
    padding-left: 22px;
    position: absolute;
    right: 3vw;
    top: 130px;
  }

  .com-box.top {
    top: 30px;
  }

  .com-box-icon {
    width: 31px;
    height: 31px;
    margin-left: 15px;
  }

  footer.footer {
    padding: 84px 0 114px;
  }
  
  .footer__logo {
    width: 392px;
    object-fit: cover;
    height: 60px;
    margin-bottom: 108px;
  }
}

@media screen and (min-width: 1024px) {
  .bigger {
    flex-direction: row-reverse;
    align-items: flex-end;
    padding-bottom: 90px;
  }

  .bigger .logo1 {
    height: 55px;
    width: 376px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .bigger .logo2 {
    height: 34px;
    width: 180px;
    margin-bottom: 0;
    margin-top: 0;
  }

  .bigger .logo3 {
    height: 39px;
    width: 247px;
    margin-bottom: 0;
    margin-top: 0;
  }

  .seperator {
    margin-bottom: 24px;
    max-width: 990px;
  }

  .boxes {
    padding: 0;
  }

  .price-box {
    margin-top: 71px;
  }

  .price {
    line-height: 55px;
    font-size: 46px;
  }

  .description {
    font-size: 26px;
  }
  .seperator.bottom {
    margin-bottom: 35px;
  }
  .bull-line:first-child .bull-text {
    padding: 0 60px;
    margin: 0;
  }
  .bull-line:nth-child(2) {
    margin-top: -30px;
  }
  .bull-line:nth-child(3) {
    margin-top: -30px;
  }
  .bull-line:nth-child(2) .bull-text {
    padding: 0 64px;
    margin: 0;
  }

  .bull-line:nth-child(3) .bull-text {
    padding: 0 53px;
    margin: 0;
  }

  .communication {
    padding: 0;
  }

  .communication-wrapper {
    max-width: 990px;
    margin: 0 auto;
    position: relative;
    height: 240px;
  }

  .com-box {
    right: 0;
    height: 50px;
    top: 114px;
  }

  .com-box.top {
    top: 48px;
    padding-top: 0;
  }

  .bubble {
    top: inherit;
    height: 108px;
    left: 200px;
    bottom: 25px;
  }

  .bubble.top {
    left: 220px;
    top: -35px;
    bottom: inherit;
  }

  .whatsapp-bottom {
    left: calc(((100vw - 990px) / 2) * -1);
    bottom: -55px;
  }

  .seperator.footer {
    margin-bottom: 59px;
  }

  footer.footer {
    padding-top: 68px;
    padding-left: calc(((100vw - 990px) / 2));
    padding-right: calc(((100vw - 990px) / 2));
    text-align: right;
  }

  .hide-in-web {
    display: none;
  }

  .footer-text {
    text-align: right;
  }

  .hide-in-mobile {
    display: flex;
  }

  .whatsapp-redirection {
    width: 178px;
    height: 177px;
    background-color: var(--mid-green);
    right: 24px;
    bottom: 30px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    padding: 17px 28px 0 33px;
    align-items: center;

    text-align: center;
  }

  .whatsapp-redirection .hide-in-mobile {
    display: block;
    margin-bottom: 10px;
  }

  .whatsapp-redirection strong {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: var(--white);
  }

  .facebook-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    left: 24px;
    width: 178px;
    height: 177px;
    border-radius: 20px;
    bottom: 30px;
    background-color: #3a569c;
    z-index: 100;
  }

  .facebook-box__text {
    margin: 10px 0 0;
    font-family: Rubik;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;

    text-align: center;
    color: var(--white);
    padding: 0 15px;
  }

  .whatsapp-form {
    height: 135px;
    padding: 43px 0;
    background-color: var(--mid-green);
    margin-top: -32px;
  }

  .whatsapp-form__wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 990px;
    display: flex;
    align-items: center;
  }

  .whatsapp-form__input {
    width: 350px;
    height: 50px;
    margin-left: 10px;
    padding: 13px 20px;
    border-radius: 11px;
    background-color: var(--white);
    border: none;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;

    color: #8596a3;
  }
  .whatsapp-form__input::placeholder {
    font-size: 20px;

    font-style: italic;

    color: #8596a3;
  }

  .whatsapp-form__submit {
    background: none;
    border: 0;
    display: flex;
    align-items: center;

    height: 24px;

    font-family: Rubik;
    font-size: 20px;

    text-align: right;
    color: var(--white-two);
    margin-right: 7px;
  }

  .whatsapp-form__submit img {
    margin-left: 20px;
  }

  .green-box__inner {
    margin:0 auto;
    display: flex;
    max-width:990px;
    padding-top: 39px;
  }
  .green-box__text {
    padding-right: 0;
    flex:0 0 343px;
    margin-left: 22px;
  }
  .green-box__list {
    padding-right: 0;
    flex:0 0 309px;
    margin-bottom: 0;
    margin-left: 29px;
  }

  .green-box__list__item {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .green-box__list__item strong {
    margin-left: 1px;
  }
  .green-box__cta-title {
    line-height: 33px;
  }
  .green-box__cta-desc {
    line-height: 24px;
  }
}
