@font-face {
    font-family: HKGrotesk-Medium;
    src: url('../fonts/HKGrotesk-Medium.woff');
}

@font-face {
    font-family: HKGrotesk-Bold;
    src: url('../fonts/HKGrotesk-Bold.woff');
}

@font-face {
    font-family: HKGrotesk-Regular;
    src: url('../fonts/HKGrotesk-Regular.woff');
}

@font-face {
    font-family: HKGrotesk-Light;
    src: url('../fonts/HKGrotesk-Light.woff');
}

@font-face {
    font-family: nanum-myeongjo-0-400-normal;
    src: url('../fonts/NanumMyeongjo-Regular.ttf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: initial;
    overflow-x: hidden;
}

.header {
    padding: 15px 7% 15px 7%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
}

.header .logo {
    width: 184px;
    height: 75px;
}

.header .menu {
    display: flex;
    column-gap: 41.5px;
}

.header .menu a {
    text-decoration: none;
    font-family: HKGrotesk-Medium;
    font-size: 13px;
    color: #000;
    letter-spacing: 1px;
}

.header .menu a:hover {
    opacity: .4;
}

.header .action {
    text-decoration: none;
    color: #fff;
    background-color: #292929;
    padding: 12px 32px;
    display: inline-block;
    font-family: HKGrotesk-Bold;
    font-size: 12px;
    font-weight: inherit !important;
    letter-spacing: 2px;
}

.header .action:hover {
    background-color: #cdcdcd;
    color: #292929;
    transition: .3s;
}

.hero {
    display: flex;
    height: 565px;
    overflow: hidden;
    position: relative;
}

.hero img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hero .arts-content {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    z-index: 1;
    align-items: center;
    color: #fff;
    background-color: #0004;
}

.hero .arts-content .heading {
    font-size: 80px;
    font-family: HKGrotesk-Light;
    letter-spacing: -4px;
}

.hero .arts-content .intro {
    width: 877px;
    font-size: 15px;
    font-family: HKGrotesk-Regular;
    line-height: 1.7;
    text-align: center;
    margin: 20px 0;
}

.hero .arts-content .proof {
    font-size: 11px;
    font-family: HKGrotesk-Regular;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 70px 0;
}

.hero .hero-content {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    z-index: 1;
    align-items: center;
    color: #fff;
    background-color: #0003;
}

.hero .hero-content .heading {
    font-size: 80px;
    font-family: HKGrotesk-Light;
    letter-spacing: -4px;
    margin-bottom: 100px;
}

.hero .hero-content .proof {
    font-size: 11px;
    font-family: HKGrotesk-Regular;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 70px 0;
}

.arts {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 90px;
    flex-direction: row;
    justify-content: center;
}

.arts .art {
    width: 353px;
    height: 350px;
    padding: 10px;
    object-fit: cover;
}

section.intro {
    display: flex;
    height: 354px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.intro p.name {
    font-size: 11px;
    font-family: HKGrotesk-Bold;
    color: #747474;
    text-transform: uppercase;
}

section.intro p.label {
    font-size: 40px;
    font-family: HKGrotesk-Regular;
    margin: 20px 0;
}

section.intro p.text {
    font-size: 10px;
    font-family: HKGrotesk-Medium;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 720px;
    text-align: center;
    margin: 30px 0;
}

.works {
    display: flex;
    flex-direction: row;
    /* width: 1280px; */
    padding: 0 50px;
}

.works .taxt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
    /* padding: 50px 0 0 80px; */
}

.works .taxt .welcome {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    font-family: HKGrotesk-Light;
    padding: 20px 0 0 40px;

}

.works .taxt .welcome span {
    font-size: 14px;
    width: 145px;
    margin: 30px 0;
    color: #292929;
}

.works .taxt .banner {
    font-size: 10px;
    width: 145px;
    margin: 30px 0;
    font-family: HKGrotesk-Bold;
    letter-spacing: 2px;
    color: #747474;
    padding: 20px 0 0 40px;
    text-transform: uppercase;
}

.works .list {
    display: flex;
    width: 70%;
}

.works .list ol {
    width: 100%;
    padding-right: 40px;
}

.works .list ol a {
    text-decoration: none;
    color: inherit;
}

.works .list ol li {
    display: flex;
    padding: 20px 10px;
    border-bottom: 1px solid;
    width: 100%;
    justify-content: space-between;
}

.works .list ol li .pic {
    width: 280px;
    height: 125px;
    display: block;
}

.works .list ol li .text {
    font-size: 40px;
    color: #292929;
    font-family: HKGrotesk-Regular;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    max-width: 350px;
    margin-left: 30px;
    margin-right: auto;
}

.works .list ol li .text span {
    color: #747474;
    font-size: 10px;
    font-family: HKGrotesk-Bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 5px 0;
    line-height: 1.6;
}

.works .list ol li .icon {
    filter: invert(100%);
    opacity: .6;
    align-self: center;
}

.booking {
    display: flex;
    flex-direction: row;
    /* width: 1280px; */
    padding: 60px 40px;
}

.booking .side {
    display: flex;
    width: 25%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.booking .side img {
    width: 150px;
    height: 230px;
    margin: 15px;
}

.booking .side a {
    margin: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #191919;
    font-family: HKGrotesk-Regular;
}

.booking .center {
    width: 50%;
    border-left: 1px solid;
    border-right: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.booking .center .title {
    font-size: 30px;
    font-family: HKGrotesk-Light;
    text-align: center;
}

.booking .center div {
    width: 1px;
    height: 40px;
    background-color: #292929;
    margin: 10px;
}

.booking .center .description {
    font-size: 10px;
    font-family: HKGrotesk-Medium;
    text-transform: uppercase;
    letter-spacing: 2px;
    max-width: 384px;
    text-align: center;
    margin: 20px;
}

.booking .center a {
    background-color: #292929;
    font-size: 12px;
    font-family: HKGrotesk-Bold;
    padding: 12px 40px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 10px;
}


.getintouch {
    display: flex;
    flex-direction: row;
    /* width: 1280px; */
    padding: 60px 40px;
}

.getintouch .side {
    display: flex;
    width: 25%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.getintouch .side img {
    width: 280px;
    height: 400px;
    margin: 15px;
}

.booking .side a {
    margin: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #191919;
    font-family: HKGrotesk-Regular;
}

.getintouch .center {
    width: 50%;
    /* border-left: 1px solid;
    border-right: 1px solid; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.getintouch .center form {
    width: 70%;
}

.getintouch .center form * {
    width: 100%;
    color: #747474;
    font-family: "open sans", sans-serif;
    opacity: .8;
}

.getintouch .center form label {
    font-size: 16px;
    font-weight: 300;
}

.getintouch .center form input,
.getintouch .center form textarea {
    outline: none;
    padding: 4px 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

section.about {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 80px;
    align-items: center;
    position: relative;
    padding-bottom: 60px;
}

section.about a {
    width: fit-content;
    background-color: #191919;
    font-size: 12px;
    font-family: HKGrotesk-Bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 50px;
    margin: 82px 0;
}

section.about div.text {
    width: 60%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top: -140px;
    right: 0;
    padding: 0px 60px;
    z-index: 5;
    margin-right: 80px;
}

section.about div.text .label {
    font-size: 40px;
    font-family: nanum-myeongjo-0-400-normal;
    margin: 60px 0;
}

section.about div.text .text {
    text-align: right;
    font-size: 15px;
    line-height: 1.7;
    font-family: HKGrotesk-Regular;
    color: #000;
    font-weight: 100;
    width: 612px;
}


footer {
    display: initial;
}

footer .images {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 40px 0;
    position: relative;
}

footer .images img {
    width: 198.50px;
    height: 198.50px;
}

footer .images .btn {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .images .btn a {
    background-color: #fff;
    color: #000;
    padding: 12px 30px;
    text-decoration: none;
}

.info {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-items: stretch;
}

.info .left {
    width: 50%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info .left img {
    width: 256px;
    height: 80px;
    margin: 10px;
}

.info .left p {
    color: #797979;
    font-size: 10px;
    font-family: HKGrotesk-Medium;
    margin: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.info .left .copyright {
    letter-spacing: 0px;
    margin: 40px 0;
    margin-left: -100px;
}

.info .line {
    width: 1px;
    height: 250px;
    background-color: #292929;
    align-self: center;
}

.info .right {
    width: 50%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info .right p {
    font-family: HKGrotesk-Regular;
    font-size: 30px;
    text-transform: capitalize;
    margin: 10px 0 40px 0;
}

.info .right a {
    font-size: 10px;
    font-family: HKGrotesk-Medium;
    margin: 7px;
    text-decoration: none;
    color: #797979;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info .right .copyright {
    letter-spacing: 0px;
    margin: 40px 0;
    margin-right: -200px;
}

section.overview {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 60px;
    position: relative;
}

section.overview img {
    width: 841px;
    height: 495px;
}

section.overview .experience {
    text-align: right;
    width: 300px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: .9;
    font-family: HKGrotesk-Regular;
    line-height: 1.6;
    margin-top: 30px;
}

section.overview .description {
    width: 40%;
    padding: 60px;
    position: absolute;
    bottom: 50px;
    left: 100px;
    background-color: #eee;
}

section.overview .description .name {
    font-size: 30px;
    font-family: HKGrotesk-Regular;
    color: #000;
    margin-bottom: 50px;
}

section.overview .description .name .label {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-family: nanum-myeongjo-0-400-normal;
    color: #000;
}

section.overview .description .paragraph {
    font-size: 15px;
    font-family: HKGrotesk-Regular;
    color: #000;
    line-height: 1.8;
}

.client {
    display: flex;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    column-gap: 100px;
    flex-direction: row;

}

.client .textbox {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.client .textbox .heading {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: HKGrotesk-Regular;
    color: #747474;
}

.client .textbox .serviceline {
    font-size: 40px;
    font-family: HKGrotesk-Regular;
    width: 390px;
    color: #000;
    margin: 10px 0 60px 0;
}

.client .textbox .explanation {
    font-size: 15px;
    font-family: HKGrotesk-Regular;
    width: 400px;
    color: #000;
    line-height: 1.6;
}

.client .textbox img {
    align-self: flex-end;
    margin-right: 120px;
    width: 200px;
}

.client img {
    width: 25%;
}

.process {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* width: 1280px; */
    justify-content: space-around;
    align-items: flex-end;
}

.process div {
    width: 24%;
    padding: 30px 0;
    border-left: 1px solid;
    position: relative;
}

.process div.one {
    border: none;
}

.process div img {
    width: 100%;
    height: 130px;
}

.process div.two img {
    position: absolute;
    left: -20px;
    top: -20px;
}

.process div.four img {
    position: absolute;
    left: -20px;
    bottom: -20px;
}

.process div.one {
    padding-bottom: 120px;
}

.process div.one .label {
    font-size: 40px;
    font-family: nanum-myeongjo-0-400-normal;
}

.process div.one .text {
    font-size: 15px;
    font-family: HKGrotesk-Regular;
    width: 230px;
    line-height: 1.6;
    margin: 40px 0 80px 0;
}

.process div.one a {
    font-size: 12px;
    text-transform: uppercase;
    background-color: #292929;
    color: #fff;
    text-decoration: none;
    font-family: HKGrotesk-Bold;
    padding: 11px 38px;
    letter-spacing: 3px;
}

.process .two {
    padding-left: 20px;
}

.process div.two .text {
    font-size: 13px;
    font-family: HKGrotesk-Regular;
    line-height: 1.6;
    margin-top: 100px;
}

.process div.two .label {
    font-size: 24px;
    font-family: HKGrotesk-Regular;
    width: 355px;
    margin: 10px 0;
}

.process .four {
    padding-left: 20px;
    align-self: flex-end;
}

.process div.four .text {
    font-size: 13px;
    font-family: HKGrotesk-Regular;
    line-height: 1.6;
    margin-bottom: 100px;
}

.process div.four .label {
    font-size: 24px;
    font-family: HKGrotesk-Regular;
    width: 355px;
    margin: 10px 0;
}

.process div {
    position: relative;
}

.process div .dot {
    width: 11px;
    height: 11px;
    background-color: #292929;
    border-radius: 11px;
    position: absolute;
    display: block;
}

.process div.two .dot {
    left: -5.5px;
    bottom: -5.5px;
}

.process div.four .dot {
    left: -5.5px;
    top: -5.5px;
}

.last {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url('../imgs/preston-bailey-designs-celebrity-ultra-luxury-art-installations-15.jpg');
    height: 460px;
    background-size: cover;
    background-position: center;
    margin: 100px 0 50px 0;
    color: #fff;
    padding-bottom: 30px;
}

.last .label {
    font-size: 40px;
    font-family: HKGrotesk-Bold;
}

.last .text {
    font-size: 10px;
    font-family: HKGrotesk-Medium;
    text-transform: uppercase;
    width: 500px;
    text-align: center;
    margin: 50px 0;
    letter-spacing: 3px;
}

.last .btn {
    background-color: #fff;
    color: #000;
    font-size: 12px;
    font-family: HKGrotesk-Bold;
    letter-spacing: 2px;
    padding: 16px 60px;
    text-decoration: none;
}

#scale-wrapper {
    width: 1280px;
    align-items: center;
    transform-origin: top left;
    overflow: hidden;
}


@media(min-width:1781px) and (max-width:2500px) {
    .header .logo {
        width: 220px;
        height: 100px;
    }

    .header .menu a {
        font-size: 20px;
    }

    .header .action {
        font-size: 20px;
        padding: 18px 40px;
    }

    .hero .arts-content .heading {
        font-size: 110px;
    }

    .hero .arts-content .intro {
        font-size: 25px;
        width: 1100px;
        line-height: 1.8;
        margin: 50px 0;
    }

    .hero .arts-content .proof {
        font-size: 17px;
    }

    .arts .art {
        width: 500px;
        height: 500px;
        padding: 20px;
    }

    footer .images img {
        width: 300px;
        height: 300px;
    }

    .info .left img {
        width: 270px;
        height: 120px;
        margin: 20px;
    }

    .info .left p,
    .info .right a {
        font-size: 14px;
        margin: 14px 18px;
    }

    .info .right p {
        font-size: 40px;
        margin: 60px 0 40px 0;
    }

    .info .left p,
    .info .right a {
        font-size: 17px;
    }

    .hero {
        height: 800px;
    }

    footer .images .btn a {
        font-size: 28px;
        padding: 20px 50px;
    }

    .hero {
        height: 900px;
    }

    .hero .hero-content .heading {
        font-size: 95px;
        margin-bottom: 270px;
    }

    .hero .hero-content .proof {
        font-size: 18px;
    }

    section.intro p.name {
        font-size: 20px;
    }

    section.intro p.label {
        font-size: 48px;
    }

    section.intro p.text {
        font-size: 19px;
        width: 1000px;
        line-height: 1.6;
        font-weight: normal;
        color: #0009;
    }

    .works .taxt .welcome {
        font-size: 48px;
    }

    .works .taxt .welcome span {
        font-size: 23px;
        width: 280px;
        line-height: 1.6;
    }

    .works .taxt .banner {
        line-height: 1.8;
        color: #0008;
        width: 250px;
        font-size: 22px;
    }

    .booking .side img {
        width: 280px;
        height: 440px;
    }

    .booking .side a {
        font-size: 22px;
    }

    .booking .center .title {
        font-size: 62px;
    }

    .booking .center .description {
        font-size: 23px;
        margin: 40px;
        color: #0008;
    }


    .booking .center a {
        font-size: 22px;
        padding: 20px 60px;
    }

    .works .list ol li .pic {
        width: 320px;
        height: 165px;
    }

    .works .list ol li .text {
        font-size: 66px;
    }

    .works .list ol li .text span {
        font-size: 17px;
    }

    section.about div.text .label {
        font-size: 58px;
    }

    section.about div.text .text {
        width: 830px;
        font-size: 24px;
    }

    section.about a {
        font-size: 19px;
        padding: 30px 60px;
    }

    section.overview {
        margin-top: 80px;
    }

    section.overview img {
        width: 1250px;
        height: 740px;
    }

    section.overview .description .name {
        font-size: 58px;
    }

    section.overview .description .name .label {
        font-size: 18px;
    }

    section.overview .description .paragraph {
        font-size: 22px;
    }

    section.overview .experience {
        width: 350px;
        font-size: 16px;
    }

    .client .textbox .heading {
        font-size: 20px;
    }

    .client .textbox .serviceline {
        font-size: 48px;
    }

    .client .textbox .explanation {
        width: 500px;
        font-size: 20px;
    }

    .client img {
        width: 27%;
    }

    .client .textbox img {
        width: 280px;
        margin-right: 160px;
    }

    .process div.one .label {
        font-size: 62px;
    }

    .process div.one .text {
        width: 280px;
        font-size: 20px;
    }

    .process div.two .label {
        font-size: 46px;
    }

    .process div.two .text {
        margin-top: 180px;
        font-size: 18px;
    }

    .process div img {
        height: 200px;
    }

    .process div.four .label {
        font-size: 46px;
    }

    .process div.four .text {
        font-size: 18px;
        margin-bottom: 180px;
    }

    .last .label {
        font-size: 56px;
    }

    .last .text {
        width: 620px;
        font-size: 16px;
    }

    .last .btn {
        font-size: 20px;
        padding: 20px 68px;
    }

    .last {
        height: 600px;
    }

    .getintouch .side img {
        width: 360px;
        height: 540px;
    }

    .getintouch .center form label {
        font-size: 22px;
    }

    .getintouch .center form input,
    .getintouch .center form textarea {
        font-size: 22px;
        margin-top: 10px;
        border: 1px solid;
        outline: none;
        padding: 9px 18px;
    }

}


@media(min-width:1440px) and (max-width:1780px) {
    .header .logo {
        width: 180px;
        height: 90px;
    }

    .header .menu a {
        font-size: 15px;
    }

    .header .action {
        font-size: 15px;
        padding: 16px 36px;
    }

    .hero .arts-content .heading {
        font-size: 95px;
    }

    .hero .arts-content .intro {
        font-size: 20px;
        width: 950px;
        line-height: 1.7;
    }

    .hero .arts-content .proof {
        font-size: 14px;
    }

    .arts .art {
        width: 400px;
        height: 400px;
        padding: 20px;
    }

    footer .images img {
        width: 250px;
        height: 250px;
    }

    .info .left img {
        width: 270px;
        height: 120px;
        margin: 20px;
    }

    .info .left p,
    .info .right a {
        font-size: 14px;
        margin: 14px 18px;
    }

    .info .right p {
        font-size: 40px;
        margin: 60px 0 40px 0;
    }

    .info .left p,
    .info .right a {
        font-size: 17px;
    }

    footer .images .btn a {
        font-size: 22px;
        padding: 15px 32px;
    }

    .hero .hero-content .heading {
        font-size: 95px;
    }

    .hero .hero-content .proof {
        font-size: 14px;
    }

    .hero .hero-content {
        background-color: #0005;
    }

    .hero {
        height: 620px;
    }

    section.intro p.name {
        font-size: 16px;
    }

    section.intro p.label {
        font-size: 48px;
        margin: 28px 0;
    }

    section.intro p.text {
        font-size: 15px;
        width: 795px;
    }

    .works .taxt .welcome {
        font-size: 32px;
    }

    .works .taxt .welcome span {
        font-size: 18px;
        width: 150px;
    }

    .works .taxt .banner {
        font-size: 16px;
        width: 160px;
    }

    .works .list ol li .text {
        font-size: 45px;

    }

    .works .list ol li .text span {
        font-size: 14px;
    }

    .works .list ol li .pic {
        width: 310px;
        height: 152px;
    }

    .booking .side img {
        width: 200px;
        height: 320px;
    }

    .booking .center .title {
        font-size: 38px;
    }

    .booking .center .description {
        font-size: 14px;
    }

    .booking .side a {
        font-size: 15px;
    }

    section.about div.text .label {
        font-size: 52px;
    }


    section.about div.text .text {
        font-size: 18px;
        width: 640px;
    }

    section.about a {
        font-size: 14px;
        padding: 18px 56px;
    }

    #section.overview img {
        width: 900px;
        height: 520px;
    }

    #section.overview .description .name {
        font-size: 42px;
    }

    #section.overview .description .name .label {
        font-size: 14px;
    }

    section.overview .description .paragraph {
        font-size: 17px;
    }

    .client .textbox .heading {
        font-size: 14px;
    }

    .client .textbox .serviceline {
        font-size: 48px;
    }

    .client .textbox .explanation {
        font-size: 18px;
    }

    .client img {
        width: 27%;
    }

    .client .textbox img {
        width: 230px;
    }

    .process div.one .label {
        font-size: 48px;
    }

    .process div.one .text {
        font-size: 18px;
        width: 250px;
    }

    .process div.one a {
        padding: 16px 44px;
        font-size: 14px;
    }

    .process div.two .label {
        font-size: 32px;
    }

    .process div.two .text {
        font-size: 16px;
        margin-top: 120px;
    }

    .process div.four .label {
        font-size: 32px;
    }

    .process div.four .text {
        font-size: 16px;
        margin-bottom: 120px;
    }

    .last .label {
        font-size: 47px;
    }

    .last .text {
        font-size: 14px;
        margin: 55px 0;
    }

    .last .btn {
        font-size: 16px;
        padding: 20px 72px;
    }

    .process div {
        width: 25%;
    }

    .process div img {
        height: 150px;
    }

    .last {
        height: 580px;
    }

    .getintouch .center form label {
        font-size: 18px;
    }

    .getintouch .center form input,
    .getintouch .center form textarea {
        font-size: 18px;
        padding: 6px 14px !important;
        border: 1px solid;
        margin-top: 7px;
    }

    .getintouch .side img {
        width: 320px;
        height: 480px;
    }

}


.header .mb-nav {
    display: none;
}
@media (max-width: 767px) {
    .header .menu {
        display: none;
    }

    .header .mb-nav {
        width: 100%;
        height: 100vh;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 25;
        padding: 30px;
        flex-direction: column;
        align-items: center;
        row-gap: 25px;
        background-color: #2229;
    }

    .header .mb-nav img {
        filter: invert(100%);
    }


    .header .mb-nav a,
    .header .mb-nav label {
        color: #fff;
        text-decoration: none;
        font-family: HKGrotesk-Medium;
    }

    .header .action {
        display: none;
    }

    .mb-nav-icon {
        filter: invert(100%) hue-rotate(180deg);
    }

    .hero {
        width: 100% !important;
        overflow: initial !important;
    }

    .about {
        width: 100% !important;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .about a {
        font-size: 24px !important;
        padding: 30px 60px !important;
        text-transform: uppercase !important;
        letter-spacing: 3px !important;
    }

    .about .text {
        top: initial;
        left: initial;
        right: initial;
        bottom: initial;
        margin-left: 0 !important;
        margin-right: 0 !important;
        align-items: center;
        margin: 50px 0;
        width: 100% !important;
        position: initial !important;
    }

    .about .text .label {
        text-align: center;
        font-size: 73px !important;
    }

    .about .text .text {
        width: auto !important;
        height: auto !important;
        text-align: center !important;
        font-size: 30px !important;
    }

    .overview {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        align-items: center !important;
        flex-direction: column !important;
    }

    .overview img {
        width: 80% !important;
        order: 1 !important;
    }

    .overview .description {
        width: 80% !important;
        left: 10% !important;
        bottom: -128% !important;
        display: flex;
        flex-direction: column;
        align-items: center !important;
        height: fit-content !important;
        order: 2 !important;
        position: initial !important;
    }

    .overview .description .name {
        font-size: 55px !important;
        text-align: center !important;
    }

    .overview .description .name .label {
        font-size: 24px !important;
        text-align: center !important;
    }

    .overview .description .paragraph {
        font-size: 30px !important;
        text-align: center !important;
    }

    .overview .experience {
        align-self: center !important;
        order: 3 !important;
        width: 80% !important;
        font-size: 22px !important;
        text-align: center !important;
        letter-spacing: 5px !important;
        margin-bottom: 10px !important;
    }

    .client {
        flex-direction: column;
        align-items: center !important;
        width: 100% !important;
    }

    .client .textbox {
        width: 80% !important;
        align-items: center !important;
    }


    .client .textbox .heading {
        font-size: 22px !important;
        width: 100% !important;
        text-align: center !important;
        letter-spacing: 4px !important;
        margin-bottom: 30px !important;
    }

    .client .textbox .serviceline {
        font-size: 73px !important;
        text-align: center !important;
        width: 100% !important;
    }

    .client .textbox .explanation {
        font-size: 30.5px !important;
        text-align: center !important;
        width: 100% !important;
    }

    .client .textbox img {
        margin: auto !important;
    }

    .client img {
        width: 80% !important;
    }

    .process {
        /* width: 100% !important; */
        flex-direction: column !important;
        align-items: center !important;
    }

    .process div {
        padding-top: 0 !important;
        width: 80% !important;
        padding-right: 30px;
    }

    .process div .label {
        font-size: 45px !important;
        order: 1 !important;
        margin: 0 !important;
    }

    .process div .text {
        width: 100% !important;
        font-size: 26px !important;
        order: 2 !important;
        margin: 30px 0 300px 0 !important;
    }

    .process div {
        display: flex;
        flex-direction: column;
    }

    .process div img {
        order: 3 !important;
        top: initial !important;
        bottom: 30px !important;
        left: 30px !important;
        width: 503px !important;
        height: 265px !important;
    }

    .process div .dot {
        bottom: initial !important;
        top: -5.5px !important;
    }

    .process div.one .label {
        font-size: 73px !important;
        order: 1 !important;
    }

    .process div.one .text {
        font-size: 28px !important;
        order: 2 !important;
        margin: 20px 0 !important;
    }

    .process div.one a {
        order: 3 !important;
        font-size: 24px !important;
        padding: 20px 70px !important;
        width: fit-content !important;
    }

    .last {
        width: 100% !important;
        height: 1186px !important;
        align-items: center !important;
        background-repeat: no-repeat;
        row-gap: 100px;
    }

    .last .label {
        width: 60% !important;
        text-align: center;
        font-size: 73px !important;
    }

    .last .text {
        width: 60% !important;
        text-align: center;
        font-size: 20px !important;
    }

    .last .btn {
        font-size: 24px !important;
        padding: 25px 95px !important;
    }

    .hero .arts-content {
        position: relative;
    }

    .hero img {
        width: 100%;
        object-fit: cover !important;
    }

    .hero .arts-content {
        padding-top: 22.7%;
    }

    .hero .arts-content .heading {
        font-size: 110px !important;
        max-width: 75% !important;
        text-align: center !important;
        order: 1 !important;
    }

    .hero .arts-content .proof {
        order: 2 !important;
        font-size: 22px !important;
        width: 80% !important;
        text-align: center !important;
        margin: 10px 0 100px 0 !important;
        letter-spacing: 6px;
    }

    .hero .arts-content .intro {
        order: 3 !important;
        position: absolute !important;
        bottom: -136% !important;
        width: 80% !important;
        left: 10% !important;
        z-index: 8 !important;
        font-size: 30px !important;
        text-align: center !important;
        color: initial !important;
    }


    .arts {
        width: 100% !important;
        margin-top: 900px !important;
        flex-direction: column !important;
        align-items: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .arts img {
        width: 80% !important;
    }

    .hero-content {
        display: initial !important;
        padding-top: 249px !important;
    }

    .hero-content .heading {
        font-size: 110px !important;
        text-align: center !important;
        width: 100% !important;
        margin: 1px !important;
    }

    .hero-content .proof {
        letter-spacing: 5px !important;
        font-size: 22px !important;
        text-align: center !important;
        margin: 8px 0 0 0 !important;
    }

    .contact-intro {
        margin-top: 680px !important;
        padding-top: 50px !important;
    }

    .contact-intro .name {
        font-size: 22px !important;
        font-family: HKGrotesk-Regular !important;
        margin: 80px 0 !important;
    }

    .contact-intro .label {
        font-size: 73px !important;
        text-align: center !important;
    }

    .contact-intro .text {
        font-size: 18px !important;
        width: 80% !important;
        text-align: center !important;
        letter-spacing: 4px !important;
    }

    .getintouch {
        display: flex;
        width: 100% !important;
        flex-direction: column !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        align-items: center;
    }

    .getintouch .side {
        width: 80% !important;
    }

    .getintouch .side img {
        width: 100% !important;
    }

    .getintouch .center {
        width: 80% !important;
    }

    .getintouch .center form {
        width: 100% !important;
        opacity: .8;
        margin: 40px 0 !important;
    }

    .intro-portfolio {
        align-items: center;
        width: 100% !important;
        margin-top: 40px;
    }

    .intro-portfolio .name {
        font-size: 22px !important;
        width: 80%;
        text-align: center;
        padding-top: 260px;
    }

    .intro-portfolio .label {
        font-size: 73px !important;
        text-align: center;
        height: auto !important;
        width: 80% !important;
    }

    .intro-portfolio .text {
        font-size: 20px !important;
        width: 80% !important;
        margin-top: 20px;
    }

    .works {
        padding: 0 !important;
        margin-top: 250px;
        flex-direction: column;
        align-items: center;
        width: 100% !important;
    }

    .works .taxt {
        width: 80% !important;
    }

    .works .taxt .welcome {
        width: 100%;
        font-size: 45px !important;
        text-align: center !important;
        padding: initial !important;
    }

    .works .taxt .welcome span {
        width: 100% !important;
        text-align: center !important;
        font-size: 27px !important;
    }

    .works .taxt .banner {
        display: none;
    }

    .works .list {
        width: 100% !important;
    }

    .works .list ol {
        padding: 0 !important;
    }

    .works .list ol a li {
        display: flex !important;
        padding: 0 !important;
        flex-direction: column !important;
        position: relative !important;
        height: 500px !important;
        justify-content: center;
    }

    .works .list ol a li .text {
        padding: 0 10% !important;
        align-self: flex-start !important;
        color: #fff;
        font-size: 80px !important;
        max-width: 102.7% !important;
    }

    .works .list ol a li .text span {
        color: #fff;
        font-size: 22px !important;
        margin-top: 50px !important;
        letter-spacing: 3px;
    }

    .works .list ol a li .pic {
        width: 100% !important;
        position: absolute !important;
        z-index: -1;
        height: 500px !important;
    }

    .works .list ol a li .icon {
        width: 50px !important;
        height: 50px !important;
        align-self: flex-end !important;
        filter: invert(100%) hue-rotate(180deg);
        margin-right: 10%;
    }

    .booking {
        flex-direction: column !important;
        padding: 0 !important;
        width: 100% !important;
        align-items: center;
    }

    .booking .side {
        width: 100%;
    }

    .booking .side img {
        width: 100% !important;
        height: auto !important;
    }

    .booking .side a {
        font-size: 20px !important;
    }

    .booking .center {
        width: 100%;
        row-gap: 30px;
    }

    .booking .center .title {
        font-size: 55px !important;
        width: 80% !important;
    }

    .booking .center div {
        height: 70px !important;
    }

    .booking .center .description {
        font-size: 20px !important;
        max-width: 78% !important;
        letter-spacing: 4px !important;
        line-height: 1.8;
    }

    .booking .center a {
        font-size: 24px !important;
        letter-spacing: 3px !important;
        padding: 30px 100px !important;
    }

    .hisplay-hero-content {
        justify-content: center !important;
        align-items: center !important;
    }

    .display-hero-content .heading {
        font-size: 110px !important;
    }

    .display-hero-content .proof {
        font-size: 22px !important;
        margin-top: 100px !important;
    }


    footer {
        width: 100% !important;
    }

    footer .images {
        display: flex;
        flex-direction: row !important;
        flex-wrap: wrap;
        width: 100% !important;
        justify-content: space-between !important;
        position: relative !important;
        row-gap: 8px !important;
    }

    footer .images img {
        width: 250px !important;
        height: 250px !important;
    }

    footer .images .btn {
        position: absolute !important;
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
        left: 0 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-direction: row !important;
    }

    .info {
        flex-direction: column;
        width: 100% !important;
    }

    .info .left {
        width: 100% !important;
        order: 3;
        row-gap: 20px;
    }

    .info .left img {
        width: 515px;
        height: 225px;
    }

    .info .left p {
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 4px;
    }

    .info .line {
        width: 50%;
        height: 1px;
        order: 2;
        margin: 60px 0;
    }

    .info .right {
        width: 100% !important;
        order: 1;
        row-gap: 60px;
    }

    .info .right a {
        letter-spacing: 4px;
        font-size: 20px;
        text-transform: uppercase;
    }

    .info div .copyright {
        display: none;
    }

    .copyrights {
        display: initial;
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 30px;
        padding: 80px 0;
        order: 4;
    }

    .copyrights p {
        font-size: 20px;
        font-family: HKGrotesk-Medium;
        color: #797979;
        width: 504px;
        text-align: center;
        /* letter-spacing: 1px; */
        line-height: 1.6;
    }

    .copyrights a {
        font-size: 20px;
        font-family: HKGrotesk-Medium;
        color: #797979;
        width: 504px;
        text-align: center;
    }

    #scale-wrapper {
        width: 768px;
        align-items: center;
        transform-origin: top left;
        overflow: hidden;
    }
}