* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-decoration: none !important;
  list-style-type: none !important;
  outline: none !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: capitalize;
}

*::-moz-selection {
  color: #ff652f;
  background-color: #fff;
}

*::selection {
  color: #ff652f;
  background-color: #fff;
}

body {
  overflow-x: hidden;
  background-color: #272727;
  color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1;
  height: 100vh;
}

h1, h2, h3 {
  font-weight: 400;
}

a {
  color: #fff;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-decoration: none !important;
  list-style-type: none !important;
  outline: none !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: capitalize;
}

*::-moz-selection {
  color: #ff652f;
  background-color: #fff;
}

*::selection {
  color: #ff652f;
  background-color: #fff;
}

body {
  overflow-x: hidden;
  background-color: #272727;
  color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1;
  height: 100vh;
}

h1, h2, h3 {
  font-weight: 400;
}

a {
  color: #fff;
}

.home {
  padding-top: 40vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(39, 39, 39, 0.9)), to(rgba(39, 39, 39, 0.3))), url("../img/model-1.jpg") center top;
  background: linear-gradient(to right, rgba(39, 39, 39, 0.9), rgba(39, 39, 39, 0.3)), url("../img/model-1.jpg") center top;
  background-size: cover;
}

.home-myname {
  font-size: 5rem;
  text-align: center;
  padding-bottom: 1rem;
  margin-top: 1rem;
  color: #fff;
}

.home-myname span {
  color: #ff652f;
  font-weight: 700;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-decoration: none !important;
  list-style-type: none !important;
  outline: none !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: capitalize;
}

*::-moz-selection {
  color: #ff652f;
  background-color: #fff;
}

*::selection {
  color: #ff652f;
  background-color: #fff;
}

body {
  overflow-x: hidden;
  background-color: #272727;
  color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1;
  height: 100vh;
}

h1, h2, h3 {
  font-weight: 400;
}

a {
  color: #fff;
}

header {
  position: fixed;
  z-index: 2;
  width: 100%;
  padding: 1rem 2rem;
}

.menu-btn {
  position: absolute;
  z-index: 2;
  right: 2rem;
  top: 1rem;
  height: 20px;
  width: 28px;
  cursor: pointer;
}

.menu-btn-burger {
  display: inline-block;
  position: relative;
  right: 0;
  top: 0.5rem;
  width: 28px;
  height: 3px;
  background-color: #fff;
  text-align: left;
}

.menu-btn-burger::before {
  content: "";
  position: absolute;
  top: -8px;
  width: 28px;
  height: 3px;
  background: #fff;
}

.menu-btn-burger::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 20px;
  height: 3px;
  background: #fff;
}

.menu-btn-burger.open {
  -webkit-transform: rotate(720deg);
          transform: rotate(720deg);
  background-color: transparent;
}

.menu-btn-burger.open::before {
  -webkit-transform: rotate(45deg) translate(5px, 8px);
          transform: rotate(45deg) translate(5px, 8px);
}

.menu-btn-burger.open::after {
  -webkit-transform: rotate(-45deg) translate(3px, -7px);
          transform: rotate(-45deg) translate(3px, -7px);
  width: 28px;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
}

.nav-menu {
  position: fixed;
  width: 100vw;
  opacity: 0.98;
  height: 100vh;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background: #272727;
  padding-right: 1rem;
  width: 100vw;
  top: -100%;
}

.nav-menu.open {
  top: 0%;
}

.nav-menu-item {
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
}

.nav-menu-item.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.nav-menu-item.active > a {
  color: #ff652f;
}

.nav-menu-link {
  display: inline-block;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 2rem 0;
  font-weight: 300;
}

.nav-menu-link:hover {
  color: #ff652f;
}

.nav-menu-item:nth-child(1) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.nav-menu-item:nth-child(2) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.nav-menu-item:nth-child(3) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.nav-menu-item:nth-child(4) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.about {
  padding-bottom: 2rem;
}

.about__bio-image {
  height: 50vh;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.3))), url("../img/model-1.jpg") center top;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3)), url("../img/model-1.jpg") center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about__bio-image p {
  margin-bottom: 2rem;
}

.about__bio {
  width: 80%;
  text-align: center;
}

.about__bio .text-secondary {
  padding-bottom: 1rem;
}

.about .jobs {
  width: 60vw;
  margin: 2rem auto 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 2rem;
}

.about .jobs__job {
  background-color: #414141;
  padding: 0.5rem;
  border-bottom: 5px solid #ff652f;
}

.about .jobs__job h2, .about .jobs__job h3 {
  margin: 0.5rem 0;
}

.about .jobs__job h6 {
  margin: 0.3rem 0;
}

.about-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-footer {
  -webkit-transform: rotate(90deg) translate(-7rem, -7rem);
          transform: rotate(90deg) translate(-7rem, -7rem);
}

.projects {
  padding-bottom: 2rem;
}

.projects__bio-image {
  height: 30vh;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.3))), url("../img/model-1.jpg") center top;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3)), url("../img/model-1.jpg") center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.projects__bio-image .text-secondary {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.projects-items {
  width: 60vw;
  margin: 2rem auto 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 2rem;
}

.projects-item {
  position: relative;
  border-bottom: 5px solid #ff652f;
  overflow: hidden;
  cursor: pointer;
}

.projects-item img {
  width: 100%;
}

.projects-item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ff652f;
  opacity: 0;
}

.projects-item:hover::after {
  top: 0;
  opacity: 0.9;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.projects-item:hover .projects-btn {
  opacity: 1;
}

.projects-btns {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.projects-btn {
  opacity: 0;
  color: #000;
  font-size: 1.2rem;
}

.projects-btn:hover {
  color: #fff;
}

.contact {
  padding-top: 25vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(39, 39, 39, 0.9)), to(rgba(39, 39, 39, 0.3))), url("../img/model-1.jpg") center top;
  background: linear-gradient(to right, rgba(39, 39, 39, 0.9), rgba(39, 39, 39, 0.3)), url("../img/model-1.jpg") center top;
  background-size: cover;
}

.contact .text-secondary {
  text-transform: none !important;
}

.contact h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
}

.contact-list {
  padding: 0.5rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 2rem;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .menu-btn {
    display: none;
  }
  .nav-menu {
    top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: auto;
    background-color: transparent;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .nav-menu-item {
    display: inline-block;
    padding-right: 1.5rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .nav-menu-link {
    font-size: 1.5rem;
    text-transform: capitalize;
    font-weight: 400;
  }
  .about__bio {
    font-size: 1.5rem;
  }
  .projects__bio-image {
    height: 40vh;
  }
  .projects-items {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .projects .text-secondary {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .projects-items {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .projects__bio-image {
    height: 50vh;
  }
}

body {
  z-index: 4;
}

main {
  width: 100%;
  height: 100%;
}

main .social-icons {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
}

main .social-icons a {
  padding: 0.4rem;
  cursor: pointer;
}

main .social-icons a:hover {
  color: #ff652f;
}

footer {
  font-size: 1rem;
  position: fixed;
  right: 1rem;
  bottom: 0.4rem;
  text-align: right;
  padding: 1rem;
  color: #fff;
}

.text-secondary {
  color: #ff652f;
}

@media (max-width: 768px) {
  html {
    font-size: 70%;
  }
}
/*# sourceMappingURL=main.css.map */