
/* ========================= top bar ========================== */
.top-name{
  font-size: 18px;
  padding-left: 8px;
}
.top-nav-li{
  display: none;
}
/* =========================== hamburger menu ==================== */
.nav-btn{
  display: block;
}
/* =========================== first view ======================== */
.fv-wrapper{
  padding-top: 0;
  height: 60vh;
}
.fv-image{
  width: 100%;
}
.fv-text{
  height: 30vh;
  font-size: 24px;
}

/* ======================== about ========================== */
.about-inner{
  flex-direction: column;
}
/* ======================= about-img ======================= */
.about-img{
  width: 90%;
  margin: 0 auto 32px;
  
}
.profile-img{
  width: 50%;
  height: auto;
  margin: 0 auto;
}
/* ========================= about-contents =================== */
.about-contents{
  width: 90%;
  margin: 0 auto;
}
.skill-inner ul{
  justify-content: space-around;
}
.skill-list{
  width: 80px;
}
@media screen and (max-width:499px){
  .skill-inner ul{
    flex-wrap: wrap;
  }
  .skill-list{
    margin: 16px;
  }
}

/* ========================= works ========================== */

@media screen and (max-width:659px){
  .works-inner{
    flex-direction: column;
    width: 280px;
  }
  .works-box:nth-child(odd){
    margin-right: 0;
  }
  .works-box:nth-of-type(n+3){
    margin-top: 0;
  }
  .works-box:nth-of-type(n+2){
    margin-top: 24px;
  }
  .neon{
    box-shadow: 0 0 6px #f2f2f2;
    border: 1px solid #f2f2f2;
  }
  .image-box{
    width: 280px;
  }
  .image-box::after{
    background: rgba(34, 40, 49, .9);
  }
  .image-box-01{
    padding-top: calc(1919/1919*280px);
  }
  .image-box-02{
    padding-top: calc(1918/1918*280px);
  }
  .image-box-03{
    padding-top: calc(841/841*280px);
  }
  .image-box-04{
    padding-top: calc(1914/1914*280px);
  }
}

/* ======================== services ======================== */
.services-inner{
  display: block;
}
.services-content{
  width: 100%;
}
.services-content:not(:last-of-type){
  margin-bottom: 48px;
}
.services-content:nth-of-type(n+2){
  margin-left: 0;
}
.services-image{
  width: 30%;
  height: auto;
  margin-bottom: 16px;
}
.services-p{
  font-size: 16px;
}

/* =========================== access ========================= */
.place-name{
  font-size: 28px;
}
.pa-p, .place-description{
  font-size: 16px;
}

/* ====================== contact ======================== */
.contact-inner{
  width: 90%;
}
.form{
  font-size: 16px;
}
label{
  display: block;
  width: 100%;
}
.b-bottom, .b-box{
  display: block;
  width: 90%;
  margin: 0 auto;
}
.b-bottom{
  text-align: center;
}
.m-bottom{
  margin-bottom: 16px;
}
.submit-btn{
  width: 90%;
  margin: 0 auto;
}

/* ========================= footer =========================== */
.copyright{
  font-size: 14px;
}
.icons8-cash{
  font-size: 12px;
}

/* ========================== top-btn ========================= */
#top-btn{
  font-size: 28px;
  bottom: 24px;
  right: 24px;
  padding: 4px 8px;
}