html {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif; }

body {
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0; }
  body h1 {
    font-size: 5vw;
    margin: 0;
    padding: 0; }
  body h2 {
    font-size: 3vw;
    margin: 0;
    padding: 0; }
  body p {
    font-size: 2vw;
    margin: 0;
    padding: 0; }
  body hr {
    color: black; }

.effect-fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 500ms; }

.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0); }

.huwatto .scroll-fade {
  opacity: 0;
  transition: all 2s; }
.huwatto .scroll-up {
  opacity: 0;
  transform: translateY(10px);
  transition: all 2s; }
.huwatto .scroll-up.done,
.huwatto .scroll-fade.done {
  opacity: 1;
  transform: translate(0, 0); }
.huwatto .load-fade {
  opacity: 0;
  transition: all 2s; }
.huwatto .load-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 2s; }
.huwatto .load-up.done,
.huwatto .load-fade.done {
  opacity: 1;
  transform: translate(0, 0); }

header {
  margin-top: 0;
  width: 100%;
  background-color: rgba(198, 198, 198, 0.5);
  position: fixed;
  border: 1px solid rgba(198, 198, 198, 0.5);
  z-index: 1000; }
  header .humberger_icon_for_mobile {
    display: none; }
  header ul {
    text-align: right;
    list-style: none;
    padding-left: 45%;
    padding-right: 20px; }
    header ul li {
      display: inline-block; }
      header ul li a {
        font-size: 20px;
        color: black;
        text-align: center;
        padding: 0 10px;
        text-decoration: none; }
  @media screen and (max-width: 768px) {
    header .humberger_icon_for_mobile {
      display: contents; }
    header ul {
      display: none;
      text-align: right;
      list-style: none;
      padding-right: 20px; }
      header ul li {
        display: list-item; }
        header ul li a {
          font-size: 20px;
          color: black;
          text-align: center;
          padding: 0 10px;
          text-decoration: none; } }

.wrapper {
  height: 100%;
  margin: 0 5%; }
  @media screen and (max-width: 768px) {
    .wrapper {
      padding-top: 50px;
      margin: 0; } }

.slideshow {
  position: relative; }
  .slideshow .statement {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%); }
  @media screen and (max-width: 768px) {
    .slideshow img {
      height: 500%; } }

.top_view {
  height: 400px;
  background-image: url(../src/top-image.jpg);
  background-size: cover;
  text-align: center;
  padding-top: 600px; }
  .top_view h1 {
    font-size: 80px;
    margin: 0;
    padding: 0;
    color: black; }
  .top_view p {
    font-size: 40px;
    margin: 0;
    padding: 0;
    color: black; }
  @media screen and (max-width: 768px) {
    .top_view {
      height: 100%;
      background-image: url(../src/home-office-569359.jpg);
      background-size: cover;
      text-align: center;
      padding-top: 50%; }
      .top_view h1 {
        font-size: 15vw;
        margin: 0;
        padding: 0;
        color: white; }
      .top_view p {
        font-size: 5vw;
        margin: 0;
        padding: 0;
        color: white; } }

.aboutMe {
  text-align: center; }
  .aboutMe h1 {
    font-size: 50px; }
  .aboutMe h2 {
    font-size: 30px; }
  .aboutMe p {
    font-size: 20px; }
  .aboutMe ul {
    list-style: none;
    text-align: center;
    width: 100%;
    padding: 0; }
    .aboutMe ul li {
      display: inline-block;
      width: 49%;
      text-align: center;
      vertical-align: middle; }
      .aboutMe ul li img {
        width: 100%; }
  .aboutMe .twitter-on-mobile {
    display: none; }
  .aboutMe .twitter-on-PC {
    display: inline; }
  @media screen and (max-width: 768px) {
    .aboutMe {
      margin: 0; }
      .aboutMe ul {
        width: 100%;
        list-style: none;
        text-align: center;
        padding: 0; }
        .aboutMe ul li {
          width: 100%;
          text-align: center; }
          .aboutMe ul li img {
            width: 60%; }
      .aboutMe .twitter-on-mobile {
        display: inline; }
      .aboutMe .twitter-on-PC {
        display: none; } }

.skills {
  width: 100%;
  height: fit-content;
  position: relative;
  margin: 0;
  background-image: url(../src/technology-785742_1920.jpg);
  background-size: cover; }
  .skills h1 {
    text-align: center;
    font-size: 80px;
    color: white;
    padding: 80px 0; }
  .skills ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 150px 0; }
    .skills ul li {
      display: inline-block;
      width: 49%;
      text-align: center; }
      .skills ul li img {
        width: 300px;
        height: 240px; }
  @media screen and (max-width: 768px) {
    .skills {
      padding: 0; }
      .skills h1 {
        text-align: center;
        font-size: 80px;
        color: white;
        padding: 20px 0; }
      .skills ul {
        list-style: none;
        text-align: center;
        margin: 0;
        padding: 10px 0; }
        .skills ul li {
          width: 49%;
          text-align: center; }
          .skills ul li img {
            width: 80%;
            height: 80%; } }

.Service {
  text-align: center;
  padding: 30px 0;
  margin: 0;
  width: 100%;
  background-image: url(../src/mockup-2443050.jpg);
  background-size: cover;
  color: white; }
  .Service h1 {
    margin-left: 30px;
    font-size: 50px; }
    @media screen and (max-width: 768px) {
      .Service h1 {
        margin: 0 0 10px 0;
        text-align: center; } }
  .Service h2 {
    font-size: 40px; }
  .Service h3 {
    font-size: 30px;
    color: black; }
  .Service p {
    padding-left: 30px;
    font-size: 20px;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .Service p {
        margin: 0;
        padding: 0 10px;
        font-size: 15px; } }
  .Service .ul_theme_top {
    list-style: none;
    width: 100%;
    text-align: center;
    display: table;
    justify-content: center;
    margin: 50px 0;
    padding: 0; }
    .Service .ul_theme_top li {
      display: table-cell;
      width: 49%;
      margin: 50px 0;
      padding: 0;
      vertical-align: middle;
      text-align: center;
      text-align: right;
      padding-right: 30px; }
      .Service .ul_theme_top li img {
        width: 600px;
        height: 600px; }
    @media screen and (max-width: 768px) {
      .Service .ul_theme_top {
        display: inline; }
        .Service .ul_theme_top li {
          display: inline-block;
          width: 100%;
          text-align: center;
          vertical-align: middle;
          margin: 0;
          padding: 0; }
          .Service .ul_theme_top li img {
            width: 50%;
            height: 50%;
            margin: 10px 0; } }
  .Service .ul_theme_bottom {
    width: 100%;
    list-style: none;
    text-align: center;
    display: table;
    margin: 50px 0;
    padding: 0; }
    .Service .ul_theme_bottom li {
      display: table-cell;
      width: 49%;
      text-align: left;
      vertical-align: middle;
      margin: 0;
      padding: 0; }
      .Service .ul_theme_bottom li img {
        width: 600px;
        height: 600px; }
    @media screen and (max-width: 768px) {
      .Service .ul_theme_bottom {
        display: inline; }
        .Service .ul_theme_bottom li {
          display: inline-block;
          width: 100%;
          text-align: center;
          vertical-align: middle;
          margin: 0;
          padding: 0; }
          .Service .ul_theme_bottom li img {
            width: 50%;
            height: 50%;
            margin: 10px 0; } }

.Works {
  width: 100%;
  height: fit-content;
  padding: 0% 0% 0% 0%;
  text-align: center;
  background-image: url(../src/desktop-1246512.jpg);
  background-size: cover; }
  .Works h1 {
    text-align: left;
    margin-left: 30px;
    font-size: 50px; }
  .Works p {
    font-size: 20px; }
  .Works ul {
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 0% 0%; }
    .Works ul li {
      width: 30%;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      padding: 0%;
      margin: 30px;
      background-color: white; }
  @media screen and (max-width: 768px) {
    .Works h1 {
      font-size: 50px;
      text-align: center;
      margin: 0px; }
    .Works p {
      font-size: 15px;
      text-align: left;
      padding: 0 10px; }
    .Works ul {
      width: 100%;
      text-align: center;
      list-style: none;
      padding: 0% 0%; }
      .Works ul li {
        width: 49%;
        text-align: center;
        vertical-align: middle;
        padding: 0%;
        margin: 20px 0;
        background-color: white; } }
