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

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

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #343645;
}

:root {
  --profile-color: #343645;
  --background-color: #eeeeee;
  --dashboard-menu-header: #fff;
}

.navigation {
  height: 8rem;
  display: flex;
  justify-content: flex-end;
  background-color: var(--profile-color);
  position: fixed;
  width: 100%;
  z-index: 101;
  transition: all 0.5s;
  top: 0;
}

.home-logo {
  position: absolute;
  top: 0;
  left: 0;
  margin: 1rem 0 0 2rem;
  font-size: 3rem;
}

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

.navigation__menu {
  width: 100%;
  height: 0;
  display: flex;
  position: inherit;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow-y: hidden;
  gap: 5rem;
  background-color: var(--profile-color);
  transition-duration: 0.8s;
  color: white;
  z-index: 100;
}

.visible {
  height: 100vh;
  transition-duration: 0.8s;
}

.navigation__menu__item {
  list-style: none;
}

.navigation__menu__link {
  font-size: 2.4rem;
  color: white;
}

.navigation-icon {
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  margin: 2rem 2rem 0rem 0rem;
}

.top,
.middle,
.bottom {
  width: 3.5rem;
  height: 0.5rem;
  background-color: var(--dashboard-menu-header);
  margin: 0.6rem 0;
  transition: 0.5s;
}

.u-z-3 {
  z-index: 101;
}

.u-active_link {
  text-decoration: underline;
}

.change .top {
  -webkit-transform: rotate(-45deg) translate(-0.8rem, 0.7rem);
  transform: rotate(-45deg) translate(-0.8rem, 0.7rem);
}

.change .middle {
  opacity: 0;
}

.change .bottom {
  -webkit-transform: rotate(45deg) translate(-0.8rem, -0.8rem);
  transform: rotate(45deg) translate(-0.8rem, -0.8rem);
}

.header {
  background: #343645 !important;
  position: relative;
  height: auto;
  min-height: 80rem;
  width: 100%;
  padding-top: 30rem;
}

.header__container__banner__title__img {
  display: flex;
  position: relative;
}

.header__container__banner__title__img > img {
  width: 25rem;
  height: auto;
  border-radius: 50%;
}

.header__container__banner__title,
.header__container__banner__intro,
.content-1__container__about-me,
.container__skill-box-outer,
.content-2__portfolio-section-text,
.content-2__portfolio-section-image-card,
.contact-box,
.footer__section {
  font-size: 1.6rem;
  position: relative;
  width: 100%;
  padding: 5rem 3rem;
  color: #fff;
}

.header__container__banner__intro {
  padding: 20rem 2rem 5rem;
}

.header__container__banner__title > h2 {
  color: #fff;
  line-height: 56px;
  padding-bottom: 25px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 86px;
  z-index: 2 !important;
}

.header__container__blue_bar {
  height: 1rem;
  width: 6.8rem;
  background: #5dbcd2;
  margin-left: 1rem;
}

.header__container__banner__title > ul {
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 8rem;
  text-align: left;
}

.header__container__banner__title > ul > li {
  padding-right: 2rem;
  display: inline-block;
}

.header__container__banner__title > ul > li > a > img {
  height: 4rem;
  width: 4rem;
}

.header__container__banner__intro > .intro {
  color: #5dbcd2;
}

.header__container__banner__intro > .para-style-subtitle {
  font-weight: 700;
  font-size: 3.2rem;
  padding-bottom: 1rem;
  color: #fff;
}

.content-1 {
  background: #252733;
}

.content-2 {
  background: #343645;
}

.content-1,
.content-2 {
  padding: 2rem;
  color: #fff;
}

.contact-box {
  padding: 5rem;
}

.content-1__container__about-me > h3 {
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: 1rem;
}

.content-1__container__about-me > p {
  margin-bottom: 1.6rem;
}

.three-boxes {
  padding: 5rem 0 5rem 0;
  background: linear-gradient(180deg, #252733 50%, #343645 50%);
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container__skill-box-outer {
  padding: 3rem;
}

.skill-box {
  background: #484b5f;
  height: 35rem;
  text-align: center;
  padding: 2rem;
  transition: 1s;
  border-radius: 1.8rem;
}

.skill-box > ul {
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 13rem;
}

.skill-box > ul > li {
  display: inline-block;
  vertical-align: middle;
}

.skill-box > ul > li > img {
  height: 4rem;
  width: 4rem;
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.skill-box > ul > li > h4 {
  color: #fff;
  font-weight: 700;
  text-align: left;
  font-size: 2.8rem;
}

.content-2__portfolio-section-text > p:first-of-type {
  color: #5dbcd2;
}

.content-2__portfolio-section-text > h3 {
  padding-bottom: 2rem;
  font-weight: 700;
  font-size: 2.8rem;
}

.content-2__portfolio-section-text > p:last-of-type {
  margin-bottom: 3rem;
}

.email-button {
  font-weight: 700;
  text-decoration: none;
  padding: 12px 30px;
  margin-right: 20px;
  background: #fff;
  font-size: 18px;
  border-radius: 8px;
  color: #252733;
  font-weight: 700;
  text-decoration: none !important;
}

.email-button:hover {
  background: #5dbcd2;
  transition: 0.2s all;
}

.content-2__portfolio-section-image-card {
  padding: 2rem !important;
}

.content-2__portfolio-section-image-card > a > img {
  transition: all 0.4s ease-in-out;
  border-radius: 1.8rem;
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

.contact-box {
  background: #343645;
}

.contact-box > p:first-of-type {
  color: #5dbcd2;
  margin-bottom: 3rem;
}

.contact-box > h3 {
  font-weight: 700;
  font-size: 2.8rem;
}

.contact-box > p:last-of-type {
  margin-bottom: 3rem;
}

.footer-bg {
  padding: 5rem 0 rem 0;
  background: #252733;
  color: #fff !important;
}

.footer__section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer__section > p {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 0;
  padding-top: 10px;
}

.project {
  margin-top: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.project > h1 {
  font-size: 4rem;
  text-align: center;
  color: white;
}

.project > p {
  color: #5dbcd2;
}

.project__section {
  margin: 4rem;
}

.project__section > p {
  color: white;
}

.section--grid {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2rem;
  width: 98%;
}

.section--grid > figure {
  position: relative;
}

.section--grid > figure > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section--grid > figure {
  grid-row: span 6;
  grid-column: span 12;
}

.webvr_link {
  text-decoration: underline;
  color: white;
  font-size: 1.7rem;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .row {
    display: flex;
    justify-content: center;
  }

  .navigation {
    height: 10vh;
  }

  .header {
    height: 100vh;
  }

  .header__container__banner__intro {
    padding: 0 2rem 5rem;
  }

  .skill-box {
    margin-right: 15rem;
    margin-left: 15rem;
  }

  .content-2__portfolio-section-text {
    max-width: 50%;
    margin: 0 auto;
  }

  .row2 {
    margin: 2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 2rem;
    list-style-type: none;
    grid-auto-rows: minmax(40rem, auto);
  }

  .content-2__portfolio-section-image-card {
    padding: 1rem !important;
  }

  .content-2__portfolio-section-image-card > a > img {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .contact-box {
    max-width: 50%;
    margin: 0 auto;
  }

  .section--grid {
    height: 50vh;
    grid-template-rows: repeat(6, minmax(0, 1fr));
    gap: 2rem;
    width: 98%;
  }

  .section--grid > figure {
    border: 0.1rem solid var(--main-grey);
  }

  .section--grid > figure:nth-of-type(1) {
    grid-column: 1 / span 4;
    grid-row: span 6;
  }

  .section--grid > figure:nth-of-type(2) {
    grid-column: 5 / span 4;
    grid-row: 1 / span 2;
  }

  .section--grid > figure:nth-of-type(3) {
    grid-column: 5 / span 4;
    grid-row: 3 / span 2;
  }

  .section--grid > figure:nth-of-type(4) {
    grid-column: 5 / span 4;
    grid-row: 5 / span 2;
  }

  .section--grid > figure:nth-of-type(5) {
    grid-column: 9 / span 4;
    grid-row: 1 / span 3;
  }

  .section--grid > figure:nth-of-type(6) {
    grid-column: 9 / span 4;
    grid-row: 4 / span 3;
  }

  .section--grid > .as:nth-of-type(1) {
    grid-column: 1 / span 6;
    grid-row: span 6;
  }

  .section--grid > .as:nth-of-type(2) {
    grid-column: 7 / span 6;
    grid-row: 1 / span 3;
  }

  .section--grid > .as:nth-of-type(3) {
    grid-column: 7 / span 6;
    grid-row: 4 / span 3;
  }

  .section--grid > .fr:nth-of-type(1) {
    grid-column: 1 / span 4;
    grid-row: span 6;
  }

  .section--grid > .fr:nth-of-type(2) {
    grid-column: 5 / span 4;
    grid-row: 1 / span 3;
  }

  .section--grid > .fr:nth-of-type(3) {
    grid-column: 5 / span 4;
    grid-row: 4 / span 3;
  }

  .section--grid > .fr:nth-of-type(4) {
    grid-column: 9 / span 4;
    grid-row: 1 / span 6;
  }
}
@media (min-width: 1200px) {
  .navigation-icon {
    display: none;
  }

  .navigation__menu {
    height: 100%;
    flex-direction: row;
    display: flex;
    position: relative;
    margin-bottom: 0.5rem;
    justify-content: flex-end;
  }

  .home-logo {
    padding: 0 0 0 15%;
  }

  .navigation {
    padding: 1rem 15% 1rem 15%;
    display: block;
    height: 10vh;
  }

  .navigation__menu__link {
    font-size: 2.4rem;
  }

  .navigation__menu__link:hover {
    border-bottom: 0.2rem solid #5dbcd2;
  }

  .row {
    display: flex;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    justify-content: center;
    padding: 0 20% 0 20%;
    max-width: 100%;
  }

  .row-skills {
    display: flex;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    justify-content: center;
    padding: 0 20% 0 20%;
    max-width: 100%;
  }

  .header {
    height: 100vh;
  }

  .header__container__banner__title {
    flex: 0 0 58.333333%;
    padding-top: 12rem;
  }

  .header__container__banner__intro {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding-top: 12rem;
  }

  .content-1 {
    display: block;
  }

  .content-1__container__about-me {
    position: relative;
    width: 50%;
    margin: 0 auto;
  }

  .container__skill-box-outer {
    padding: 1rem !important;
  }

  .skill-box {
    animation-name: appear;
    animation-duration: 0.5s;
  }

  .skill-box:hover {
    background-color: #5dbcd2;
    transition: 0.5s all;
  }

  .skill-box > ul {
    padding-top: 11rem;
  }

  .content-2__portfolio-section-text {
    max-width: 30%;
    margin: 0 auto;
  }

  .row2 {
    margin: 15rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style-type: none;
    grid-auto-rows: minmax(45rem, auto);
  }

  .content-2__portfolio-section-image-card {
    padding: 1rem !important;
  }

  .content-2__portfolio-section-image-card > a > img {
    position: relative;
    width: 100%;
    height: 100%;
    animation-name: appear;
    animation-duration: 0.5s;
  }

  .content-2__portfolio-section-image-card > a > img:hover {
    transform: scale(1.05);
  }

  .contact-box {
    padding-left: 37vw;
    padding-bottom: 5rem;
  }

  .footer__section {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  footer {
    padding-top: 15rem;
  }

  .project__section {
    margin: 4rem 50rem 4rem 50rem;
  }

  .section--grid {
    height: 94.5vh;
    grid-template-rows: repeat(6, minmax(0, 1fr));
    gap: 0.5rem;
    width: 98%;
  }

  .section--grid > figure::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.5;
    transition: 0.2s;
  }

  .section--grid > figure:hover::after {
    opacity: 0;
    visibility: hidden;
  }

  .section--grid > figure:nth-of-type(1) {
    grid-column: 1 / span 4;
    grid-row: span 6;
  }

  .section--grid > figure:nth-of-type(2) {
    grid-column: 5 / span 4;
    grid-row: 1 / span 2;
  }

  .section--grid > figure:nth-of-type(3) {
    grid-column: 5 / span 4;
    grid-row: 3 / span 2;
  }

  .section--grid > figure:nth-of-type(4) {
    grid-column: 5 / span 4;
    grid-row: 5 / span 2;
  }

  .section--grid > figure:nth-of-type(5) {
    grid-column: 9 / span 4;
    grid-row: 1 / span 3;
  }

  .section--grid > figure:nth-of-type(6) {
    grid-column: 9 / span 4;
    grid-row: 4 / span 3;
  }

  .section--grid > .as:nth-of-type(1) {
    grid-column: 1 / span 6;
    grid-row: span 6;
  }

  .section--grid > .as:nth-of-type(2) {
    grid-column: 7 / span 6;
    grid-row: 1 / span 3;
  }

  .section--grid > .as:nth-of-type(3) {
    grid-column: 7 / span 6;
    grid-row: 4 / span 3;
  }

  .section--grid > .fr:nth-of-type(1) {
    grid-column: 1 / span 4;
    grid-row: span 6;
  }

  .section--grid > .fr:nth-of-type(2) {
    grid-column: 5 / span 4;
    grid-row: 1 / span 3;
  }

  .section--grid > .fr:nth-of-type(3) {
    grid-column: 5 / span 4;
    grid-row: 4 / span 3;
  }

  .section--grid > .fr:nth-of-type(4) {
    grid-column: 9 / span 4;
    grid-row: 1 / span 6;
  }

  .swiper {
    width: 75%;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.7rem;
  line-height: 2.2rem;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 0.4s;
  transition-delay: 0ms;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.8rem;
}

@keyframes appear {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.swiper {
  width: 100%;
}
