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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  box-sizing: border-box;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input {
  -webkit-appearance: none; }

a {
  text-decoration: none;
  outline: none; }
  a:focus {
    outline: none; }

.container {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto; }

.fluid-container {
  width: 100%;
  margin: 0 auto;
  max-width: 200rem; }

.heading-primary {
  font-size: 2.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3rem; }

.heading-secondary {
  font-size: 2.2rem; }

.heading-regular {
  font-size: 1.4rem; }

.flex {
  display: flex; }

.flex-colmun {
  flex-direction: column; }

.flex-space-between {
  justify-content: space-between; }

.flex-align-center {
  align-items: center; }

.white-bg {
  background-color: #fff; }

@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); } }

.section {
  width: 100%;
  padding: 15rem 5rem;
  color: #fff;
  position: relative; }
  .section--about {
    margin-top: -12vh;
    -webkit-transform: skewY(-7deg);
    transform: skewY(-7deg); }
    .section--about > * {
      -webkit-transform: skewY(7deg);
      transform: skewY(7deg); }
  .section--goals {
    margin-top: 0vh;
    padding-top: 0 !important;
    -webkit-transform: skewY(-7deg);
    transform: skewY(-7deg); }
    .section--goals > * {
      -webkit-transform: skewY(7deg);
      transform: skewY(7deg); }
  .section--timeline {
    -webkit-transform: skewY(-7deg);
    transform: skewY(-7deg);
    background-image: linear-gradient(to right, rgba(15, 12, 41, 0.7), rgba(2, 27, 121, 0.7)), url(../assets/images/timeline-bg.jpg);
    z-index: 10;
    background-size: cover; }
    .section--timeline > * {
      -webkit-transform: skewY(7deg);
      transform: skewY(7deg); }
  .section--skills {
    padding-bottom: 47rem;
    -webkit-transform: skewY(-7deg);
    transform: skewY(-7deg); }
    .section--skills > * {
      -webkit-transform: skewY(7deg);
      transform: skewY(7deg); }
  .section--contact-banner {
    min-height: 80rem;
    background-image: linear-gradient(to right, rgba(15, 12, 41, 0.7), rgba(2, 27, 121, 0.7)), url(../assets/images/header-bg.jpg);
    background-size: cover;
    -webkit-transform: skewY(7deg);
    transform: skewY(7deg);
    margin-top: -25rem;
    z-index: 10; }
    .section--contact-banner > * {
      -webkit-transform: skewY(-7deg);
      transform: skewY(-7deg); }
  .section--contact {
    margin-top: -15rem;
    padding-top: 26rem; }
  .section__title {
    text-align: center;
    margin-bottom: 5rem;
    text-transform: uppercase; }
    .section__title--dark {
      font-size: 4.5rem;
      font-weight: 700;
      letter-spacing: 0.4rem;
      color: #021b79;
      transition: all 0.2s; }
    .section__title--light {
      font-size: 4.5rem;
      font-weight: 700;
      letter-spacing: 0.4rem;
      color: #fff; }
  .section__content {
    width: 100%; }
  .section--dark {
    background-image: linear-gradient(to right, #0f0c29, #021b79);
    z-index: 9; }
  .section--light {
    background-color: #f7f7f7;
    color: #021b79; }

@media (max-width: 991px) {
  .section {
    padding: 12rem 1.5rem; }
    .section--skills {
      padding-bottom: 27.5rem; }
    .section--contact-banner {
      min-height: 70rem;
      margin-top: -10rem; }
    .section--contact {
      margin-top: -15rem;
      padding-top: 26rem; }
    .section__title--dark {
      font-size: 3.5rem; }
    .section__title--light {
      font-size: 3.5rem; } }

.btn-link {
  background-image: linear-gradient(to right, #0f0c29, #021b79);
  color: #fff; }
  .btn-link, .btn-link:link, .btn-link:visited {
    display: inline-block;
    font-size: 1.8rem;
    transition: all 0.2s ease-in-out;
    padding: 1.5rem 3rem;
    border-radius: 5rem; }
    .btn-link:hover, .btn-link:link:hover, .btn-link:visited:hover {
      transform: translateY(-2px) scale(1.01);
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
    .btn-link:focus, .btn-link:link:focus, .btn-link:visited:focus {
      transform: translateY(0) scale(0.97);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
  .btn-link--outlined {
    background-image: none !important;
    border: 2px solid #021b79;
    color: #151517; }
  .btn-link--outlined-white {
    background-color: transparent !important;
    border: 2px solid #fff;
    color: #fff; }
  .btn-link--large {
    padding: 1.5rem 6rem !important; }

.nav-bar {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  min-height: 7.5rem;
  padding: 2rem 0;
  z-index: 99;
  transition: all 0.3s ease-in-out; }
  .nav-bar::after {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #fff, rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='$white', GradientType=1);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    content: ""; }
  .nav-bar__wrapper {
    width: 100%;
    height: 100%;
    max-width: 152rem;
    padding: 0 4rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .nav-bar__logo {
    height: 7rem;
    width: 7rem; }
  .nav-bar__logo-link, .nav-bar__logo-link:link, .nav-bar__logo-link:visited {
    display: inline-block; }
  .nav-bar__icon {
    width: 100%; }
  .nav-bar__links {
    display: flex;
    align-items: center; }
  .nav-bar__link, .nav-bar__link:link, .nav-bar__link:visited {
    font-size: 1.8rem;
    transition: all 0.2s ease-in-out; }
  .nav-bar__link:not(:last-child) {
    margin-right: 2rem; }
  .nav-bar__link--outlined {
    border: 2px solid #fff;
    border-radius: 5rem;
    padding: 1.5rem 3rem; }
    .nav-bar__link--outlined:hover {
      transform: translateY(-2px) scale(1.01);
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
    .nav-bar__link--outlined:focus {
      transform: translateY(0) scale(0.97);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
  .nav-bar__link--primary {
    color: #fff; }
  .nav-bar__link--secondary {
    color: #fff; }
  .nav-bar__mobile-icon {
    display: none;
    background-size: cover;
    background-image: url(../assets/images/menu-icon-white.svg);
    width: 2.5rem;
    height: 2.5rem; }

@media (max-width: 991px) {
  .nav-bar__links {
    display: none; }
  .nav-bar__mobile-icon {
    display: block; } }

.footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .footer__logo {
    width: 7rem;
    height: 7rem;
    margin-bottom: 3rem;
    background-size: cover;
    background-image: url(../assets/images/logo-white.png); }
  .footer__icons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem; }
  .footer__link {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 1rem;
    transition: all 0.2s ease-in-out; }
    .footer__link:not(:last-child) {
      margin-right: 2rem; }
    .footer__link:hover {
      transform: translateY(-5px); }
  .footer__icon {
    width: 3rem;
    height: 3rem;
    display: block;
    background-size: cover; }
    .footer__icon--fb {
      background-image: url(../../assets/images/facebook.svg); }
    .footer__icon--linkedin {
      background-image: url(../../assets/images/linkedin.svg); }
    .footer__icon--insta {
      background-image: url(../../assets/images/instagram.svg); }
  .footer__rights {
    font-size: 1.8rem;
    text-align: center; }

.project-form {
  width: 100%;
  max-width: 85rem;
  margin: 0 auto; }
  .project-form__row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .project-form__row:not(:last-child) {
      margin-bottom: 2rem; }
    .project-form__row--center {
      justify-content: center; }
  .project-form__field {
    width: 50%; }
    .project-form__field:not(:last-child) {
      margin-right: 3rem; }
    .project-form__field--full-width {
      width: 100%; }
  .project-form__label {
    margin-bottom: 0.75rem;
    display: block; }
  .project-form__input, .project-form__select {
    width: 100%;
    padding: 1.5rem 2rem;
    font-size: 1.8rem;
    outline: none;
    border: 1px solid #eeeeee;
    background-color: transparent;
    border-radius: 0.5rem;
    transition: all 0.2s ease-in-out; }
    .project-form__input:hover, .project-form__select:hover {
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
    .project-form__input:focus, .project-form__select:focus {
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
  .project-form__btn {
    font-size: 1.8rem;
    font-weight: 600;
    background-color: #021b79;
    transition: all 0.2s ease-in-out;
    color: #fff;
    border-radius: 5rem;
    border: none;
    padding: 1.5rem 6rem;
    outline: none;
    cursor: pointer; }
    .project-form__btn:hover {
      transform: translateY(-2px) scale(1.01); }
    .project-form__btn:focus {
      transform: translateY(0) scale(0.97); }
  .project-form__error {
    height: 1.6rem;
    font-size: 1.4rem;
    margin-top: 0.5rem;
    color: red; }

.header {
  width: 100%;
  height: 100vh;
  position: relative; }
  .header#particles-js {
    background-image: -webkit-linear-gradient(left, #0f0c29, #021b79);
    background-image: linear-gradient(to right, #0f0c29 0%, #021b79 100%); }
  .header .banner {
    width: 100%;
    max-width: 152rem;
    margin: 0 auto;
    padding: 0 4rem;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 3; }
    .header .banner__box--text {
      width: 100%;
      max-width: 69rem; }
    .header .banner__heading {
      display: inline-block;
      text-transform: uppercase;
      letter-spacing: 2.5rem;
      color: #fff; }
      .header .banner__heading--primary {
        width: 100%;
        font-size: 10rem;
        font-weight: 700;
        line-height: 10rem; }
      .header .banner__heading--secondary {
        width: 100%;
        font-size: 5rem;
        font-weight: 500;
        color: #021b79;
        background-color: #fff; }
      .header .banner__heading--description {
        font-size: 1.8rem;
        color: #fff;
        font-weight: 500;
        letter-spacing: 1.5rem; }

@media (max-width: 991px) {
  .header .banner {
    justify-content: center; } }

@media (max-width: 768px) {
  .header .banner__heading {
    letter-spacing: 2.5rem; }
    .header .banner__heading--primary {
      font-size: 7.5rem;
      line-height: 7.5rem; }
    .header .banner__heading--description {
      letter-spacing: 1.3rem; } }

@media (max-width: 600px) {
  .header .banner__heading {
    letter-spacing: 0.8rem; }
    .header .banner__heading--primary {
      width: 100%;
      font-size: 4.2rem;
      line-height: 4rem;
      margin-bottom: 1rem; }
    .header .banner__heading--secondary {
      font-size: 2.5rem;
      margin-bottom: 1rem;
      letter-spacing: 1rem; }
    .header .banner__heading--description {
      letter-spacing: 0.35rem;
      font-size: 1.4rem;
      color: #fff;
      font-weight: 500; } }

.about {
  display: flex;
  align-items: center;
  justify-content: center; }
  .about__img-wrapper {
    margin-right: 7.5rem; }
  .about__img {
    width: 40rem;
    height: 40rem;
    margin: 0 auto;
    background-size: cover;
    background-image: url(../assets/images/ali.png); }
  .about__description {
    width: 45%;
    font-size: 2.2rem;
    color: #151517;
    font-weight: normal;
    line-height: 1.4; }

@media (max-width: 991px) {
  .about {
    flex-direction: column; }
    .about__img-wrapper {
      margin-right: 0;
      margin-bottom: 5rem; }
    .about__img {
      width: 45rem;
      height: 45rem; }
    .about__description {
      text-align: center;
      width: 90%; } }

@media (max-width: 600px) {
  .about {
    flex-direction: column; }
    .about__img-wrapper {
      margin-right: 0;
      margin-bottom: 5rem; }
    .about__img {
      width: 30rem;
      height: 30rem; }
    .about__description {
      text-align: center;
      font-size: 1.8rem;
      color: #151517;
      font-weight: normal;
      width: 90%; } }

.timeline {
  width: 100%;
  position: relative; }
  .timeline::after {
    content: "";
    border-radius: 1rem;
    position: absolute;
    width: 0.6rem;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px; }
  .timeline__event {
    position: relative;
    width: 50%;
    color: #151517; }
    .timeline__event::after {
      content: "";
      position: absolute;
      width: 2.5rem;
      height: 2.5rem;
      right: -1.25rem;
      top: 2rem;
      background-color: #fff;
      border-radius: 50%;
      z-index: 1; }
    .timeline__event--left {
      left: 0;
      padding: 1rem 4rem 1rem 0; }
      .timeline__event--left::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 2.2rem;
        width: 0;
        z-index: 1;
        right: 3rem;
        border: medium solid #fff;
        border-width: 1rem 0 1rem 1rem;
        border-color: transparent transparent transparent #fff; }
    .timeline__event--right {
      left: 50%;
      padding: 1rem 0 1rem 4rem; }
      .timeline__event--right::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 2.2rem;
        width: 0;
        z-index: 1;
        left: 3rem;
        border: medium solid #fff;
        border-width: 1rem 1rem 1rem 0;
        border-color: transparent #fff transparent transparent; }
      .timeline__event--right::after {
        left: -1.2rem; }
  .timeline__event-box {
    padding: 3rem 4rem;
    background-color: #fff;
    position: relative;
    border-radius: 0.6rem; }
  .timeline__event-title {
    font-size: 2.2rem;
    color: #151517;
    font-weight: bold;
    margin-bottom: 1rem;
    text-transform: uppercase; }
  .timeline__event-subtitle {
    font-size: 1.8rem;
    color: #151517;
    font-weight: 500;
    margin-bottom: 0.5rem; }
  .timeline__event-date {
    font-size: 1.8rem;
    color: #151517;
    font-weight: normal;
    margin-bottom: 1.5rem; }
  .timeline__list-item {
    display: flex;
    font-size: 1.8rem;
    color: #676767;
    font-weight: normal; }
    .timeline__list-item:not(:last-child) {
      margin-bottom: 1rem; }
    .timeline__list-item--hidden {
      display: none; }
  .timeline__checkmark {
    min-width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.75rem;
    margin-top: 0.3rem;
    display: inline-block;
    background-size: cover;
    background-image: url(../assets/images/checkmark.svg); }
  .timeline__action {
    text-align: right; }
  .timeline__btn {
    font-size: 1.6rem;
    color: #021b79;
    font-weight: normal;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer; }

html.sr .timeline__event--first,
html.sr .timeline__event--second,
html.sr .timeline__event--third {
  visibility: hidden; }

@media (max-width: 991px) {
  .timeline::after {
    left: 0rem;
    margin-left: 0; }
  .timeline__event {
    width: 100%; }
    .timeline__event::after {
      right: auto;
      left: -1.25rem; }
    .timeline__event--left {
      left: 0.4%;
      padding: 1rem 0 1rem 4rem; }
      .timeline__event--left::before {
        right: auto;
        left: 3rem;
        border-width: 1rem 1rem 1rem 0;
        border-color: transparent #fff transparent transparent; }
    .timeline__event--right {
      left: 0.4%;
      padding: 1rem 0 1rem 4rem; } }

@media (max-width: 600px) {
  .timeline::after {
    left: 0rem;
    margin-left: 0; }
  .timeline__event {
    width: 100%; }
    .timeline__event::after {
      right: auto;
      left: -1rem; }
    .timeline__event--left {
      left: 0%;
      padding: 1rem 0 1rem 2.5rem; }
      .timeline__event--left::before {
        right: auto;
        left: 1.75rem;
        border-width: 1rem 1rem 1rem 0;
        border-color: transparent #fff transparent transparent; }
    .timeline__event--right {
      left: 0%;
      padding: 1rem 0 1rem 2.5rem; }
      .timeline__event--right::before {
        left: 1.75rem; }
  .timeline__event-box {
    padding: 2rem 2rem; } }

.skills {
  display: flex;
  align-self: center;
  justify-content: start; }
  .skills .box {
    width: 23.5%;
    height: 20rem;
    -webkit-perspective: 150rem;
    perspective: 150rem;
    -moz-perspective: 150rem;
    position: relative; }
    .skills .box__side {
      height: 20rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      -webkit-transition: all 0.8s ease;
      transition: all 0.8s ease;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      border-radius: 3px;
      overflow: hidden;
      -webkit-box-shadow: 0 0.1rem 2rem rgba(0, 0, 0, 0.15);
      box-shadow: 0 0.1rem 2rem rgba(0, 0, 0, 0.15); }
      .skills .box__side--front {
        background-color: #fff; }
      .skills .box__side--back {
        transform: rotateY(180deg);
        text-align: center;
        padding: 2rem;
        position: relative; }
    .skills .box:hover .box__side--front {
      transform: rotateY(-180deg); }
    .skills .box:hover .box__side--back {
      transform: rotateY(0); }
    .skills .box:not(:last-child) {
      margin-right: 3rem;
      margin-bottom: 4rem; }
    .skills .box__icon {
      font-size: 10rem; }
    .skills .box__description {
      line-height: 1.4;
      font-size: 1.6rem;
      color: #676767;
      font-weight: normal; }

@media (max-width: 991px) {
  .skills {
    flex-wrap: wrap;
    justify-content: space-between; }
    .skills .box {
      width: 48%; }
      .skills .box:not(:last-child) {
        margin-right: 0;
        margin-bottom: 4rem; } }

@media (max-width: 991px) {
  .skills .box__side--back {
    padding: 2rem 1rem; }
  .skills .box__description {
    line-height: 1.4;
    font-size: 1.4rem;
    color: #676767;
    font-weight: normal; } }

.contact-banner {
  width: 100%;
  margin-top: 10%; }
  .contact-banner__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 1rem;
    padding: 6rem;
    width: 100%;
    margin: 0 auto;
    color: #151517;
    backface-visibility: hidden; }
  .contact-banner__title {
    max-width: 26rem;
    font-size: 2.6rem;
    color: #151517;
    font-weight: 600; }
  .contact-banner__description {
    max-width: 42rem;
    line-height: 1.4;
    text-align: center;
    font-size: 1.8rem;
    color: #151517;
    font-weight: normal; }

@media (max-width: 991px) {
  .contact-banner__content {
    margin-top: 15%;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 4rem;
    width: 100%; }
  .contact-banner__title {
    max-width: 100%;
    margin-bottom: 2rem;
    text-align: center; }
  .contact-banner__description {
    max-width: 90%;
    margin-bottom: 4rem; } }

.contact {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .contact .contact-info {
    width: 45%;
    align-self: center; }
    .contact .contact-info__description {
      margin-bottom: 2rem;
      font-size: 1.8rem;
      color: #151517;
      font-weight: normal; }
    .contact .contact-info__item {
      display: flex;
      align-self: center;
      font-size: 1.8rem;
      color: #151517;
      font-weight: normal; }
      .contact .contact-info__item:not(:last-child) {
        margin-bottom: 2rem; }
    .contact .contact-info__icon {
      width: 2rem;
      height: 2rem;
      margin-right: 1rem;
      background-size: cover; }
      .contact .contact-info__icon--pin {
        background-image: url(../assets/images/pin.svg); }
      .contact .contact-info__icon--phone {
        background-image: url(../assets/images/phone.svg); }
      .contact .contact-info__icon--email {
        background-image: url(../assets/images/mail.svg); }
    .contact .contact-info__link {
      color: #151517; }
  .contact .form {
    width: 50%;
    border-left: 1px solid #eeeeee;
    padding-left: 5rem; }
    .contact .form__row {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .contact .form__row:not(:last-child) {
        margin-bottom: 2rem; }
      .contact .form__row--center {
        justify-content: center; }
    .contact .form__field {
      width: 50%; }
      .contact .form__field:not(:last-child) {
        margin-right: 3rem; }
      .contact .form__field--full-width {
        width: 100%; }
    .contact .form__label {
      margin-bottom: 0.75rem;
      display: block;
      font-size: 1.8rem;
      color: #151517;
      font-weight: normal; }
    .contact .form__input, .contact .form__select {
      width: 100%;
      padding: 1.5rem 2rem;
      font-size: 1.8rem;
      outline: none;
      border: 1px solid #eeeeee;
      background-color: transparent;
      border-radius: 0.5rem;
      transition: all 0.2s ease-in-out; }
      .contact .form__input:hover, .contact .form__select:hover {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
      .contact .form__input:focus, .contact .form__select:focus {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
    .contact .form__btn {
      font-size: 1.8rem;
      font-weight: 600;
      background-image: linear-gradient(to right, #0f0c29, #021b79);
      backface-visibility: hidden;
      transition: all 0.2s ease-in-out;
      color: #fff;
      border-radius: 5rem;
      border: none;
      padding: 1.5rem 6rem;
      outline: none;
      cursor: pointer; }
      .contact .form__btn:hover {
        transform: translateY(-2px) scale(1.01); }
      .contact .form__btn:focus {
        transform: translateY(0) scale(0.97); }
    .contact .form__error {
      height: 1.6rem;
      font-size: 1.4rem;
      margin-top: 0.5rem;
      color: red; }

@media (max-width: 991px) {
  .contact {
    flex-direction: column; }
    .contact .contact-info {
      width: 100%;
      margin-bottom: 5rem; }
    .contact .form {
      width: 100%;
      border-left: none;
      padding-left: 0; }
      .contact .form__row {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .contact .form__row:not(:last-child) {
          margin-bottom: 2rem; }
        .contact .form__row--center {
          justify-content: center; }
      .contact .form__field {
        width: 50%; }
        .contact .form__field:not(:last-child) {
          margin-right: 3rem; }
        .contact .form__field--full-width {
          width: 100%; }
      .contact .form__label {
        margin-bottom: 0.75rem;
        display: block;
        font-size: 1.8rem;
        color: #151517;
        font-weight: normal; }
      .contact .form__input, .contact .form__select {
        width: 100%;
        padding: 1.5rem 2rem;
        font-size: 1.8rem;
        outline: none;
        border: 1px solid #eeeeee;
        background-color: transparent;
        border-radius: 0.5rem;
        transition: all 0.2s ease-in-out; }
        .contact .form__input:hover, .contact .form__select:hover {
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
        .contact .form__input:focus, .contact .form__select:focus {
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
      .contact .form__btn {
        font-size: 1.8rem;
        font-weight: 600;
        background-image: linear-gradient(to right, #0f0c29, #021b79);
        backface-visibility: hidden;
        transition: all 0.2s ease-in-out;
        color: #fff;
        border-radius: 5rem;
        border: none;
        padding: 1.5rem 6rem;
        outline: none;
        cursor: pointer; }
        .contact .form__btn:hover {
          transform: translateY(-2px) scale(1.01); }
        .contact .form__btn:focus {
          transform: translateY(0) scale(0.97); }
      .contact .form__error {
        height: 1.6rem;
        font-size: 1.4rem;
        margin-top: 0.5rem;
        color: red; } }

.goals {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .goals__img-box {
    height: 40rem;
    width: 55%; }
  .goals__img {
    width: 100%;
    height: 100%; }
  .goals__description {
    width: 40%;
    line-height: 1.4;
    font-size: 2.2rem;
    color: #151517;
    font-weight: normal; }
  .goals__list {
    margin: 2rem 0 4rem 0; }
  .goals__item {
    display: flex;
    align-items: center;
    text-align: left; }
    .goals__item:not(:last-child) {
      margin-bottom: 1rem; }
    .goals__item:before {
      content: "";
      width: 0.75rem;
      min-width: 0.75rem;
      height: 0.8rem;
      background-color: #021b79;
      display: inline-block;
      border-radius: 50%;
      margin-right: 1rem; }
  .goals__link, .goals__link:link, .goals__link:visited {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
    float: right; }

@media (max-width: 991px) {
  .goals {
    flex-direction: column; }
    .goals__img-box {
      width: 80%;
      order: -1;
      margin-bottom: 1.5rem; }
    .goals__description {
      width: 90%;
      text-align: center; }
    .goals__text {
      text-align: left; }
    .goals__link, .goals__link:link, .goals__link:visited {
      float: none; } }

@media (max-width: 600px) {
  .goals {
    flex-direction: column; }
    .goals__img-box {
      height: 25rem;
      width: 100%; }
    .goals__description {
      width: 100%;
      font-size: 1.8rem;
      color: #151517;
      font-weight: normal; } }

.mobile-menu {
  opacity: 0;
  position: fixed;
  width: 100%;
  background-color: #f7f7f7;
  top: -155rem;
  padding: 3rem 4rem;
  z-index: 999;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease-in-out; }
  .mobile-menu__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5rem; }
  .mobile-menu__icon {
    background-size: cover; }
    .mobile-menu__icon--logo {
      width: 7.5rem;
      height: 7.5rem;
      background-image: url(../assets/images/logo-dark.png); }
    .mobile-menu__icon--close {
      width: 2rem;
      height: 2rem;
      background-image: url(../assets/images/close-icon-dark.svg); }
  .mobile-menu__list {
    text-align: center; }
  .mobile-menu__item:not(:last-child) {
    margin-bottom: 1rem; }
  .mobile-menu__link, .mobile-menu__link:link, .mobile-menu__link:visited {
    width: 100%;
    padding: 1rem 0;
    display: inline-block;
    font-size: 2.2rem;
    color: #021b79;
    font-weight: 500;
    border-radius: 1rem; }
  .mobile-menu__link:hover {
    background-color: #021b79;
    color: #fff; }

@media (max-width: 991px) {
  .mobile-menu--active {
    opacity: 1;
    top: 0;
    left: 0;
    right: 0; } }

.message-confirmation {
  width: 100%;
  height: 100vh;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .message-confirmation__img {
    width: 20rem;
    height: 20rem;
    background-image: url(../assets/images/message-sent.svg);
    background-size: cover;
    margin-bottom: 5rem; }
  .message-confirmation__title {
    margin-bottom: 2rem;
    color: #151517;
    font-size: 3.5rem;
    font-weight: 600; }
  .message-confirmation__description {
    margin-bottom: 4rem;
    color: #151517;
    font-size: 3rem; }
  .message-confirmation__link {
    border-radius: 5rem;
    padding: 1.5rem 3rem;
    background-color: #021b79;
    color: #fff;
    font-size: 1.8rem; }
