@media screen and (max-width: 768px) {
  header.header .contents h1 {
    font-size: 20px;
  }
  header.header .contents p {
    width: 90%;
    font-size: 18px;
  }
  header.header .contents .blocks {
    width: 90%;
  }
  header.header nav.nav-bar {
    width: 100%;
  }
  header.header nav.nav-bar ul {
    margin-left: 1%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  header.header nav.nav-bar ul li a {
    font-size: 15px;
  }
  main.main {
    margin-top: 50px;
  }
  main.main section.we-about .studio {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 250px;
  }
  main.main section.we-about .studio h1 {
    font-family: MontBold;
    font-size: 40px;
  }
  main.main section.we-about .studio p {
    width: 80%;
    margin-top: 30px;
    text-align: center;
    font-size: 15px;
  }
  main.main section.we-about .studio .last-h1 {
    position: absolute;
    font-size: 140px;
    letter-spacing: 3px;
    top: 14%;
    left: 20%;
    opacity: .1;
  }
  main.main section.we-about .three-contents {
    width: 100%;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.main section.we-about .three-contents .block {
    width: 70%;
    border: 1px solid #f6ae48;
    margin: 10px;
    border-radius: 10px;
  }
  main.main section.we-about .three-contents .block h3 {
    margin-top: 10px;
  }
  main.main section.we-about .three-contents .block p {
    font-size: 15px;
  }
  main.main section.we-about .three-contents .block i {
    display: block;
    color: black;
  }
  main.main section.we-about .three-contents .block a {
    color: black;
    border-color: black;
  }
  main.main section.developer {
    height: 400px;
  }
  main.main section.developer .title {
    margin-top: 100px;
    height: 100%;
  }
  main.main section.developer .title img {
    height: 100%;
  }
  main.main section.developer .title .content h1 {
    font-size: 30px;
    text-align: center;
  }
  main.main section.developer .title .content p {
    font-size: 18px;
  }
  main.main section.developer .developing img {
    width: 90%;
    top: 0px;
  }
  main.main section.developer .developing .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 120vh;
  }
  main.main section.developer .developing .cards .cardss {
    width: 70%;
    height: 1000px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px;
  }
  main.main section.developer .search-info {
    margin-top: 50vh;
  }
  main.main section.developer .search-info .content {
    width: 100%;
  }
  main.main section.developer .search-info .content h2 {
    font-size: 30px;
    position: relative;
    top: 15px;
  }
  main.main section.developer .search-info .content h1 {
    font-size: 40px;
    margin-left: -100px;
  }
  main.main section.developer .search-info .content p {
    font-size: 13px;
    font-family: 'Times New Roman', Times, serif;
    width: 100%;
  }
  main.main section.developer .search-info .imgs {
    width: 100%;
  }
  main.main section.developer .search-info .imgs img {
    width: 30%;
  }
  main.main section.portfolio {
    border: 1px solid red;
    height: 100vh;
    width: 100%;
    position: relative;
    top: 215vh;
  }
  main.main section.portfolio .title {
    width: 100%;
  }
  main.main section.portfolio .title p {
    font-size: 25px;
    top: 15px;
  }
  main.main section.portfolio .title h1 {
    font-size: 20px;
  }
  main.main section.portfolio .images_2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.main section.portfolio .images_2 img {
    width: 100%;
    height: 400px;
    margin: 3px;
  }
  main.main section.adaptate {
    width: 100%;
    height: 80vh;
    position: relative;
    top: 404vh;
  }
  main.main section.adaptate .title {
    width: 100%;
  }
  main.main section.adaptate .title h1 {
    width: 70%;
    position: absolute;
    left: 3.4rem;
  }
  main.main section.adaptate .images {
    display: none;
  }
  main.main section.trade-in {
    position: relative;
    top: 400vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 170vh;
    background-size: cover;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.main section.trade-in .cardss {
    width: 100%;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
  }
  main.main section.trade-in .cardss .title {
    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;
    width: 100%;
  }
  main.main section.trade-in .cardss .title img {
    margin-left: 20%;
  }
  main.main section.trade-in .cardss p {
    text-align: center;
    width: 90%;
  }
  main.main section.trade-in .cardss:nth-child(1) .title h3 {
    margin-left: 15px;
  }
  main.main section.trade-in .cardss:nth-child(2) .title img {
    margin-left: 50px;
  }
  main.main section.trade-in .cardss:nth-child(3) .title img {
    margin-left: 35%;
  }
  main.main section.trade-in .cardss:nth-child(3) .title h3 {
    margin-left: 40px;
  }
  main.main section.trade-in a.visit-site {
    display: none;
  }
  main.main section.main-end {
    min-height: 100vh;
    position: relative;
    top: 400vh;
    width: 100%;
    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;
    padding-top: 30px;
  }
  main.main section.main-end .title {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  main.main section.main-end .title p {
    margin-top: 11px;
    text-align: center;
    width: 90%;
    font-size: 20px;
  }
  main.main section.main-end .title h1 {
    border: 1px solid red;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 30px;
    letter-spacing: 1rem;
    display: none;
  }
  main.main section.main-end .title h2 {
    width: 100%;
    text-align: center;
    font-size: 25px;
  }
  main.main section.main-end img {
    width: 100%;
  }
  footer.footer {
    height: 130vh;
    width: 100%;
    position: relative;
    top: 420vh;
  }
  footer.footer section.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 90%;
  }
  footer.footer section.contact .title {
    width: 90%;
    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;
    height: 40%;
  }
  footer.footer section.contact .title p {
    text-align: center;
  }
  footer.footer section.contact form {
    width: 90%;
  }
  footer.footer section.contact form .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  footer.footer section.contact form .name input {
    width: 100%;
  }
  footer.footer section.contact form .form-end p {
    display: none;
  }
  footer.footer section.contact form .form-end input {
    width: 100%;
    margin-top: 6px;
  }
}
/*# sourceMappingURL=sm.css.map */