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

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal; }

@font-face {
  font-family: 'Eurostile';
  src: url(../assets/font/Eurostile.ttf); }
@font-face {
  font-family: 'Danhda';
  src: url(../assets/font/danhda0612.otf); }
body {
  background: #2b2b3a;
  font-family: 'Eurostile';
  font-size: 16px;
  line-height: 1.5; }
  @media (max-width: 767px) {
    body {
      font-size: 13px; } }

img {
  height: auto;
  width: 100%; }

a {
  text-decoration: none;
  color: #fff; }

h1 {
  font-size: 96px;
  line-height: 1.2;
  font-family: "Danhda"; }
  @media (max-width: 767px) {
    h1 {
      font-size: 48px; } }

h2 {
  font-size: 45px;
  line-height: 1.5; }
  @media (max-width: 767px) {
    h2 {
      font-size: 32px; } }

h3 {
  font-size: 24px;
  line-height: 1.5; }

h4 {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5; }

.intro {
  display: grid;
  grid-template-columns: 50% 50%;
  height: 100vh;
  position: fixed;
  z-index: 1;
  top: 0; }
  @media (max-width: 767px) {
    .intro {
      grid-template-columns: 100%; } }
  .intro .left-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .intro .right-side {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767px) {
      .intro .right-side {
        display: none; } }
    .intro .right-side .polaroid {
      background-color: #fff;
      padding: 1em;
      box-shadow: 0 0.5em 1em #c5b2b270;
      width: 69%;
      transform: rotate(23deg);
      transition: 0.7s all; }
      .intro .right-side .polaroid:hover {
        transform: rotate(0);
        padding-bottom: 2em; }
        .intro .right-side .polaroid:hover p {
          opacity: 1; }
      .intro .right-side .polaroid p {
        opacity: 0;
        transition: 0.7s;
        text-align: center;
        margin-top: 20px;
        font-size: 18px; }
    .intro .right-side img {
      width: 100%; }
  .intro .tag {
    font-family: 'Sacramento', cursive;
    font-size: 28px;
    color: grey; }
    .intro .tag.pull {
      margin-left: 30px; }
    .intro .tag.puller {
      margin-left: 80px; }
  .intro h1 {
    margin-left: 80px;
    color: #fff; }
  .intro h4 {
    color: #fff;
    margin-left: 80px;
    text-transform: uppercase;
    letter-spacing: 6.5px; }
  .intro a {
    border: 1px solid #1ed2f4;
    color: #1ed2f4;
    padding: 15px;
    margin-left: 80px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s; }
    .intro a:hover {
      letter-spacing: 1px;
      padding: 15px 20px;
      background: #1ed2f4;
      color: #323232; }

.main {
  z-index: 3;
  position: relative;
  background: #f6f6f6; }

.about {
  background: #254558;
  position: relative; }
  .about .content {
    width: 50%;
    text-align: center;
    color: #f4f5f6;
    padding: 100px 0 130px;
    margin: auto; }
    .about .content h2 {
      color: #eafc40; }

.skill {
  width: 80%;
  padding: 20px;
  background: #f6f6f6;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 30% 30% 30%;
  justify-content: space-between;
  margin: auto;
  transform: translateY(-50px);
  text-align: center;
  border: 1px solid #8080804a; }
  @media (max-width: 767px) {
    .skill {
      grid-template-columns: 50% 50%; }
      .skill .skill-1 {
        grid-column: 1 / 3; } }
  .skill p {
    line-height: 2.5; }
  .skill h3 {
    color: #254558;
    padding-bottom: 15px; }

.works h2 {
  text-align: center;
  margin: 50px 0;
  color: #254558; }
.works .work-list {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  justify-content: space-between;
  row-gap: 50px;
  padding: 0 50px; }
  @media (max-width: 767px) {
    .works .work-list {
      grid-template-columns: 100%;
      padding: 0 15px; } }
  .works .work-list .item {
    position: relative; }
    .works .work-list .item:hover h3 {
      opacity: 1; }
      .works .work-list .item:hover h3 a {
        color: #1ed2f4; }
    .works .work-list .item:hover img {
      filter: brightness(1);
      transform: scale(1); }
    .works .work-list .item img {
      width: 100%;
      object-fit: contain;
      height: 300px;
      transition: 0.2s;
      transform: scale(0.85);
      filter: brightness(0.2); }
    .works .work-list .item h3 {
      opacity: 0;
      position: absolute;
      color: #1ed2f4;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: #2b2b3a;
      padding: 5px; }

.company {
  margin: 100px 50px;
  border-top: 1px solid;
  padding: 50px 0; }
  @media (max-width: 767px) {
    .company {
      margin: 100px 20px; } }
  .company .maume {
    font-family: 'Danhda';
    font-size: 28px; }
    @media (max-width: 767px) {
      .company .maume {
        font-size: 20px; } }
  .company .collaborated {
    display: grid;
    grid-template-columns: 40% 12% auto; }
    @media (max-width: 767px) {
      .company .collaborated {
        grid-template-columns: 100%; } }
    .company .collaborated .rep {
      width: 70%;
      margin: auto;
      grid-area: 1 / 3 / 3 / 4; }
      @media (max-width: 767px) {
        .company .collaborated .rep {
          grid-area: auto; } }
    .company .collaborated .item img {
      width: 150px;
      border: 1px solid; }
    .company .collaborated .item a {
      display: block;
      color: #323232; }
  .company .next .mov {
    padding: 30px;
    display: grid;
    grid-template-columns: 30% 30%;
    justify-content: space-evenly;
    grid-gap: 50px; }
    .company .next .mov img {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

#contact {
  background: #2b2b3a;
  position: relative;
  padding: 90px 0 30px;
  text-align: center;
  color: #1ed2f4; }
  @media (max-width: 767px) {
    #contact {
      padding: 125px 0 20px; } }
  #contact .banner {
    position: absolute;
    top: -70px;
    color: #eafc40;
    left: 50%;
    transform: translate(-50%);
    padding: 40px;
    background: #254558;
    width: 700px;
    width: 80%;
    display: grid;
    text-align: center;
    grid-template-columns: 30% 30% 30%;
    justify-content: space-between; }
    @media (max-width: 767px) {
      #contact .banner {
        grid-template-columns: 100%;
        padding: 40px 15px; }
        #contact .banner p {
          display: none; } }
  #contact h4 {
    letter-spacing: 3px;
    text-transform: initial;
    text-align: left; }

/*# sourceMappingURL=styles.css.map */
