:root {
  --color-primary: #7ed56f;
  --color-primary-dark: #28b485;
  --color-grey-light-1: #eee;
  --color-grey-light-2: #8c8c8c;
  --color-grey-light-3: #7c7c7c;
  --color-grey-light-4: #ccc;
  --color-grey-dark-1: #444;
  --color-grey-dark-2: #242424;
  --color-grey-dark-3: #050505; }

* {
  padding: 0;
  margin: 0; }

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

html {
  box-sizing: border-box;
  font-size: 62.5%; }

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: var(--color-grey-dark-1);
  background-image: linear-gradient(to right bottom, var(--color-primary), var(--color-primary-dark));
  background-size: cover;
  background-repeat: no-repeat;
  overflow-y: scroll;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 62.5em) {
    body {
      align-items: flex-start; } }
  @media only screen and (max-width: 48em) {
    body {
      align-items: center; } }
  @media only screen and (max-width: 46em) {
    body {
      align-items: flex-start; } }

.content {
  background: linear-gradient(to right bottom, rgba(238, 238, 238, 0.7), rgba(238, 238, 238, 0.7)), url(../img/office4.jpg) no-repeat center center/cover; }
  .content__intro, .content__main {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto; }
  .content__intro {
    grid-column: 1 / 3;
    align-self: stretch;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 2rem 1.5rem 2rem 3rem;
    padding: 2rem;
    background-color: rgba(250, 250, 250, 0.3); }
    @media only screen and (max-width: 56.25em) {
      .content__intro {
        margin: 1rem;
        padding: 1rem; } }
    @media only screen and (max-width: 46em) {
      .content__intro {
        grid-column: 1 / 4; } }
  .content__main {
    grid-column: 3 / -1; }
    @media only screen and (max-width: 46em) {
      .content__main {
        grid-column: 4 / -1; } }
  .content__main--exp {
    height: 60%;
    margin: 2rem 3rem 1rem 1.5rem; }
    @media only screen and (max-width: 46em) {
      .content__main--exp {
        height: 70%; } }
  .content__main--edu {
    height: 40%;
    margin: 1rem 3rem 2rem 1.5rem; }
    @media only screen and (max-width: 46em) {
      .content__main--edu {
        height: 30%; } }
  .content__main--exp, .content__main--edu {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: rgba(250, 250, 250, 0.3);
    padding: 1.5rem; }
    @media only screen and (max-width: 56.25em) {
      .content__main--exp, .content__main--edu {
        margin: 1rem;
        padding: 1rem; } }
  .content__exp, .content__edu {
    display: flex;
    flex-wrap: wrap; }
  .content__exp > * {
    flex: 0 0 18rem;
    margin-bottom: 1rem; }
  .content__exp-company {
    font-size: 1.3em; }
  .content__exp-title, .content__exp-lang {
    font-weight: 600; }
  .content__exp-loc {
    font-weight: 500; }
  .content__edu > * {
    flex: 0 1 30rem; }
  .content__edu-school {
    font-size: 1.3em; }
  .content__edu-title {
    font-weight: 600; }
  .content__edu--1 {
    margin-bottom: 0.5rem; }

.contact {
  background: linear-gradient(to right bottom, rgba(238, 238, 238, 0.7), rgba(238, 238, 238, 0.7)), url(../img/contact2.jpg) no-repeat center center/cover;
  align-items: center;
  justify-content: space-evenly;
  text-align: center; }
  .contact__box-map, .contact__box-phone, .contact__box-email {
    margin: 1rem; }
  .contact__box-link {
    text-decoration: none;
    color: var(--color-grey-dark-1);
    position: relative;
    transition: all 0.3s; }
    .contact__box-link:hover {
      transform: scale(1.2) translateY(-1rem);
      color: var(--color-primary-dark); }
  .contact__box-icon {
    cursor: pointer;
    position: relative;
    transition: all 0.3s; }
    .contact__box-icon:hover {
      transform: scale(1.2) translateY(-0.6rem);
      color: var(--color-primary-dark); }
  .contact__img {
    height: 20vh; }

.footer {
  justify-items: stretch;
  align-items: stretch; }
  .footer > * {
    flex: 1;
    margin: 1rem; }
  .footer__logo {
    display: flex;
    align-items: flex-end; }
    @media only screen and (max-width: 46em) {
      .footer__logo {
        display: none; } }
  .footer__contact--list {
    list-style: none;
    display: flex;
    flex-direction: column; }
    .footer__contact--list-link {
      text-decoration: none; }
    .footer__contact--list-item {
      margin-bottom: 1rem;
      position: relative;
      transition: all 0.3s; }
      .footer__contact--list-item:hover {
        transform: scale(1.2) translateY(-1rem); }
    .footer__contact--list-icon {
      margin-right: 1rem;
      color: var(--color-primary-dark); }
    .footer__contact--list-span {
      color: var(--color-grey-light-4); }
      .footer__contact--list-span:hover {
        color: var(--color-primary); }
    .footer__contact--list-span--2 {
      margin-left: 3.2rem; }
  .footer__links {
    width: 15rem; }
    .footer__links--list {
      list-style: none;
      display: flex;
      flex-direction: column;
      margin-top: 1rem; }
      .footer__links--list-link {
        text-decoration: none;
        color: var(--color-grey-light-4);
        font-size: clamp(1rem, 2.2vw, 1.2rem);
        line-height: 2.5;
        display: block;
        border-bottom: 1px dotted var(--color-grey-light-4);
        position: relative;
        transition: all 0.3s; }
        .footer__links--list-link:hover {
          color: var(--color-primary);
          transform: scale(1.2) translateY(-1rem); }
      .footer__links--list-item {
        position: relative;
        transition: all 0.3s; }
  .footer__me {
    display: flex;
    text-align: center;
    align-items: flex-end;
    padding-right: 1.5rem;
    margin-left: 2rem; }
    @media only screen and (max-width: 31.25em) {
      .footer__me {
        margin-top: 1.5rem; } }
    .footer__me--box {
      color: var(--color-grey-light-4); }
      .footer__me--box > * {
        flex: 1; }
      .footer__me--box-position {
        color: var(--color-grey-light-4); }
      .footer__me--box-img {
        max-width: 3rem;
        border-radius: 100%; }
  .footer__copyright {
    display: grid;
    text-align: center; }
    .footer__copyright-text {
      margin-top: 1.2rem;
      color: var(--color-grey-dark--1); }
    .footer__copyright-link {
      text-decoration: none;
      color: var(--color-primary); }

.hire {
  background: linear-gradient(to right bottom, rgba(238, 238, 238, 0.7), rgba(238, 238, 238, 0.7)), url(../img/office4.jpg) no-repeat center bottom/cover;
  text-align: center;
  justify-items: center; }
  .hire > * {
    margin-bottom: 1rem; }
  .hire__heading-span {
    font-weight: 600; }

.home {
  background: linear-gradient(to right bottom, rgba(238, 238, 238, 0.7), rgba(238, 238, 238, 0.7)), url(../img/office3.jpg) no-repeat center top/cover; }

.container {
  display: grid;
  grid-template-rows: max-content minmax(60vh, max-content) 2fr;
  grid-template-columns: repeat(8, 1fr);
  max-height: 92vh;
  width: 70vw;
  justify-content: center; }
  @media only screen and (max-width: 93.75em) {
    .container {
      width: 90vw; } }
  @media only screen and (max-width: 75em) {
    .container {
      width: 100vw;
      max-height: max-content; } }

.navbar {
  grid-row: 1 / 2;
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  @media only screen and (max-width: 46em) {
    .navbar {
      flex-direction: column; } }
  .navbar__logo-box {
    grid-column: 1 / 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
  .navbar__list {
    grid-column: 3 / -2;
    display: flex;
    flex-wrap: wrap;
    margin-right: 1.5rem; }
    @media only screen and (max-width: 75em) {
      .navbar__list {
        grid-column: 3 / -1;
        justify-content: center; } }
    .navbar__list--item {
      max-width: 20rem;
      height: 3rem; }

.content,
.home,
.contact,
.hire {
  grid-row: 2 / 3;
  grid-column: 1 / -1; }

.home,
.hire,
.contact {
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
  text-align: center; }

.content {
  display: grid;
  grid-template-columns: repeat(8, 1fr); }
  @media only screen and (max-width: 56.25em) {
    .content {
      height: max-content; } }

.contact__heading {
  margin: 1.5rem 0; }

.contact__container {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  justify-content: space-evenly; }

.contact__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  height: 10rem; }
  .contact__box-map, .contact__box-phone, .contact__box-email {
    margin-top: 3rem; }

.footer {
  grid-row: 3 / 4;
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  background-color: var(--color-grey-light-3); }
  @media only screen and (max-width: 62.5em) {
    .footer {
      max-width: 100vw;
      margin: 0; } }
  @media only screen and (max-width: 31.25em) {
    .footer {
      align-items: center;
      padding: 1rem 5rem; } }
  .footer__container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap; }

.navbar {
  background-color: var(--color-grey-light-1); }
  .navbar__logo-box--logo {
    max-height: 4rem;
    margin: 1.5rem 0;
    cursor: pointer; }
  .navbar__list {
    list-style: none; }
    .navbar__list--item {
      position: relative;
      transition: all 0.3s; }
      .navbar__list--item:hover {
        color: var(--color-primary);
        transform: scale(1.05) translateY(-1rem); }
    .navbar__list--link {
      color: var(--color-grey-light-2);
      text-decoration: none;
      text-transform: uppercase;
      padding: 0.7rem 0.5rem;
      margin-left: 1rem;
      font-size: clamp(1rem, 0.7474rem + 1.1228vw, 1.8rem);
      position: relative;
      transition: all 0.3s; }
      .navbar__list--link:hover {
        color: var(--color-primary);
        transform: scale(1.05) translateY(-1rem);
        box-shadow: 0 2rem 2rem rgba(238, 238, 238, 0.5); }
    .navbar__list--current {
      color: var(--color-grey-dark-1);
      border-bottom: 1px solid var(--color-primary); }
      .navbar__list--current:hover {
        color: var(--color-grey-light-2); }

.logo {
  height: 4rem;
  margin-left: 2.5rem; }

.btn {
  display: inline-block;
  font-size: clamp(1.2rem, 1.8vw, 1.6rem);
  font-weight: 300;
  text-decoration: none;
  padding: 1rem 1.5rem;
  margin-top: 1.5rem;
  align-self: center;
  border: none;
  color: var(--color-grey-light-1);
  background-color: var(--color-primary);
  box-shadow: 0 0.5rem 1rem rgba(15, 15, 15, 0.5);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s; }
  .btn:hover {
    transform: scale(1.05) translateY(-1rem);
    box-shadow: 0 2rem 2rem rgba(15, 15, 15, 0.5); }
  .btn:hover .btn__visible {
    transform: translateY(100%); }
  .btn:hover .btn__invisible {
    top: 0; }
  .btn:focus {
    outline: none; }

.heading {
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.2rem); }
  .heading--primary {
    font-size: clamp(1rem, -0.875rem + 8.333vw, 3.5rem);
    line-height: 1.2; }
  .heading--primary-s {
    font-size: clamp(1.9rem, 3vw, 2.6rem); }
  .heading--secondary {
    font-size: clamp(1.5rem, 0.9rem + 2.6667vw, 2.3rem);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1rem; }
  .heading--secondary-b {
    font-weight: 500; }
  .heading--tertiary {
    font-size: clamp(1.2rem, 3.3vw, 2rem);
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1rem; }
  .heading--footer {
    font-size: clamp(1rem, 0.6571rem + 1.5238vw, 1.8rem);
    font-weight: 400;
    color: var(--color-grey-light-4);
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    text-align: center; }

.text {
  font-size: clamp(1.8rem, 3.9vw, 3rem);
  padding-bottom: 1.5rem; }

.text-sm {
  font-size: clamp(1rem, 0.7857rem + 0.9524vw, 1.5rem); }

.img {
  transition: all 0.2s;
  border-radius: 100px;
  max-width: 5rem;
  object-fit: cover; }
  .img:hover {
    transform: scale(1.3) translateY(-1rem);
    box-shadow: 0 2rem 2.5rem rgba(126, 213, 111, 0.4); }

.img-lg {
  max-width: 10rem;
  border-radius: 100px; }
  @media only screen and (max-width: 56.25em) {
    .img-lg {
      max-width: 7rem; } }
  @media only screen and (max-width: 46em) {
    .img-lg {
      max-width: 6rem; } }

.link,
.link:hover,
.link:focus,
.link:active {
  text-decoration: none;
  color: inherit; }

.list {
  list-style: none; }

.icon {
  color: var(--color-primary-dark); }
