html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

html {
  margin: 0;
  padding: 0;
  font-size: 125%;
  scroll-behavior: smooth;
}

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

.wrapper {
  max-width: 1080px;
  width: 80%;
  margin: 0 auto;
}

h1 {
  font-size: 3.4rem;
  margin-top: 15%;
  margin-bottom: 3%;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.9rem;
}

h4 {
  font-size: 1.7rem;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

nav {
  width: 100%;
  margin-top: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav li {
  list-style: none;
  margin: 0 20px;
}
nav a {
  font-size: 1.4rem;
  font-weight: bold;
  color: darkslateblue;
  text-decoration: none;
}

.logo {
  font-family: "Alex Brush", cursive;
  font-weight: bold;
  font-size: 4rem;
  color: mediumpurple;
  margin-top: 1%;
}

.logo:hover {
  color: darkslateblue;
}

nav li a:hover,
nav li a:focus {
  color: mediumpurple;
}

.hamburger {
  cursor: pointer;
  display: none;
  border: 1px solid whitesmoke;
  border-radius: 5px;
  background-color: whitesmoke;
  margin: 1%;
}

.hamburger:hover,
.hamburger:focus {
  background-color: whitesmoke;
  border: 1px solid mediumpurple;
}

.hamburger div {
  width: 30px;
  height: 3px;
  background-color: mediumpurple;
  margin: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 800px) {
  nav {
    padding-top: 2%;
  }
  .menu-hide {
    position: fixed;
    left: -100%;
    top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    background-color: rgba(245, 245, 245, 0.9);
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .menu-hide li {
    margin: 1rem;
  }
  .menu-hide.active {
    left: 0;
  }
  .hamburger {
    display: block;
  }
  .active .line-one {
    -webkit-transform: rotate(-45deg) translate(-5px, 6px);
            transform: rotate(-45deg) translate(-5px, 6px);
    background-color: mediumpurple;
  }
  .active .line-two {
    opacity: 0;
  }
  .active .line-three {
    -webkit-transform: rotate(45deg) translate(-5px, -6px);
            transform: rotate(45deg) translate(-5px, -6px);
    background-color: mediumpurple;
  }
}
@media (max-width: 600px) {
  .menu-hide {
    top: 2.75rem;
  }
}
.section-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2% 1% 2% 0;
}
.section-one a {
  color: mediumpurple;
  text-decoration: none;
}
.section-one a:hover,
.section-one a:focus {
  color: darkslateblue;
}

.image-box {
  width: 300px;
  margin: 5%;
}
.image-box img {
  width: 300px;
  border-radius: 50%;
  border: 3px solid mediumpurple;
}

.section-two {
  background-color: whitesmoke;
  padding-top: 3%;
  padding-bottom: 2%;
}
.section-two h3 {
  margin: 0;
  margin-bottom: 3%;
}

.skill-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 auto;
  width: 100%;
}
.skill-list div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin: 1% 5%;
}

.skill-icon {
  width: 100px;
  height: 60px;
}
.skill-icon:hover, .skill-icon:focus {
  color: mediumpurple;
}

.icon-title {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
}

@media (max-width: 1000px) {
  .section-one p {
    font-size: 1rem;
  }
}
@media (max-width: 800px) {
  .section-one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4% 3%;
  }
  .section-one .image-box {
    margin: 0 auto;
  }
  .section-one div {
    text-align: center;
  }
  .section-two h3 {
    text-align: center;
    margin-bottom: 4%;
  }
}
@media (max-width: 600px) {
  .section-one h3 {
    margin: 3% 0 0 0;
  }
}
.project01,
.project02,
.project03,
.project04,
.project05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 5%;
  padding: 0.5%;
  border: 3px solid mediumpurple;
}

.project02,
.project04 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.project-image-box {
  width: 45%;
}
.project-image-box img {
  width: 100%;
}

.project-text-box {
  width: 53%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.project-text-box h4 {
  margin: 2%;
}
.project-text-box p {
  margin: 3% 0 0 3%;
}

.link-box {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 2px solid mediumpurple;
}
.link-box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-bottom: 5%;
}
.link-box div a {
  font-size: 1.2rem;
  font-weight: 600;
  color: mediumpurple;
  text-decoration: none;
}
.link-box div a:hover,
.link-box div a:focus {
  color: darkslateblue;
}
.link-box .pro04-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1000px) {
  .project-text-box p {
    font-size: 1rem;
  }
  .link-box div a {
    font-size: 1.1rem;
  }
}
@media (max-width: 800px) {
  .section-three h3 {
    text-align: center;
    margin-bottom: 2%;
  }
  .project-image-box,
  .project-text-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.section-four {
  background-color: whitesmoke;
  padding: 3% 0 5% 0;
}
.section-four h3 {
  margin: 0;
  margin-bottom: 3%;
}

.contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box01 {
  -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;
  width: 48%;
}
.box01 input {
  width: 98%;
  padding: 2%;
  margin: 1%;
  border: 1px solid mediumpurple;
  border-radius: 5px;
  font-family: "Raleway", sans-serif;
}
.box01 textarea {
  width: 98%;
  resize: none;
  padding: 2%;
  margin: 1%;
  border: 1px solid mediumpurple;
  border-radius: 5px;
  font-family: "Raleway", sans-serif;
}
.box01 .sub-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2% 3%;
  margin: 0 auto;
  margin-top: 3%;
  border-radius: 5px;
  border: none;
  font-family: "Raleway", sans-serif;
  background-color: mediumpurple;
  color: whitesmoke;
}

.sub-button:hover,
.sub-button:focus {
  background-color: darkslateblue;
}

.thank-you {
  text-align: center;
  margin: 8% 0;
}

.box02 {
  width: 48%;
  padding: 0 0 0 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  font-size: 1.6rem;
  padding-top: 5%;
}

.contact-icon {
  color: mediumpurple;
}
.contact-icon:hover, .contact-icon:focus {
  color: darkslateblue;
}

@media (max-width: 1000px) {
  .box02 {
    width: 52%;
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .contact-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  h3 {
    text-align: center;
  }
  .icon-box {
    margin-bottom: 4%;
  }
  .box01 {
    width: 100%;
  }
  .box02 {
    width: 100%;
    text-align: center;
  }
}
header {
  height: 95vh;
  background-image: url(../assets/image01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
header h2 {
  padding-bottom: 10%;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  line-height: 40px;
}

.transparent {
  background: rgba(255, 255, 255, 0.6);
  height: 95vh;
}

.scroll {
  color: mediumpurple;
  font-size: 4rem;
  height: 60px;
  position: absolute;
  left: 50%;
  bottom: -2%;
  cursor: pointer;
  -webkit-animation: scroll 1.2s ease-in-out infinite;
          animation: scroll 1.2s ease-in-out infinite;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  to {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  to {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}
.intro {
  width: 60%;
}

footer p {
  text-align: center;
  margin: 2% 0;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
}

@media (max-width: 1185px) {
  .intro {
    width: 100%;
  }
  .intro h2 {
    width: 100%;
    font-size: 1.3rem;
  }
}
@media (max-width: 750px) {
  .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .intro h1 {
    font-size: 3rem;
  }
}
@media (max-width: 600px) {
  .logo {
    font-size: 4rem;
  }
  h2 {
    font-size: 1.1rem;
    width: 100%;
  }
  footer p {
    font-size: 0.9rem;
  }
}