@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;
}

.display {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    /* background-image: url('../imgs/cover-image-preston-bailey-wedding-event-design-celebrity-destination-international-luxury-planner-designer-01.jpg'); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header {
    padding: 20px 7% 90px 7%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #000 0%, transparent 84.3%);
}

.logo {
    width: 184px;
    height: 75.22px;
}

.menu {
    display: flex;
    column-gap: 41.5px;
}

.menu a {
    text-decoration: none;
    font-family: HKGrotesk-Medium;
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
}

.action {
    text-decoration: none;
    color: #292929;
    background-color: #fff;
    padding: 12px 32px;
    display: inline-block;
    font-family: HKGrotesk-Bold;
    font-size: 12px;
    font-weight: inherit !important;
    letter-spacing: 2px;
}

.action:hover {
    background-color: #cdcdcd;
}

.display-controls {
    margin: 0 7%;
    border-top: 1px solid #fff;
    display: flex;
    height: 10%;
    justify-content: flex-end;
    column-gap: 30px;
}

.btns {
    width: 44px;
}

.sample {
    display: flex;
    flex-direction: row;
}

.sample .textbox {
    width: 470px;
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 20px;
    height: auto;
    align-items: center;
    row-gap: 160px;
}



.sample .textbox p.heading {
    font-family: nanum-myeongjo-0-400-normal;
    text-align: left;
    width: 305.92px;
    font-size: 30px;
    font-weight: 200;
}

.sample .textbox p.text {
    width: 305.92px;
    font-size: 15px;
    font-family: HKGrotesk-Regular;
    line-height: 1.83em;
}

.sample .it {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 810px;
}

.sample .it .img {
    /* background-image: url('../imgs/preston-bailey-wedding-hamptons-destination-videography-photography-2048x1125.jpg'); */
    background-size: cover;
    background-position: center;
    width: 810px;
    height: 540px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sample .it .img .video-play-button {
    width: 114px;
    height: 114px;
}

.sample .it p {
    font-size: 9px;
    font-family: HKGrotesk-Medium;
    margin: 8px;
}

.featured-logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 50px 0;
}

.featured-logos p {
    width: 19%;
    line-height: 60px;
    border-right: 1px solid #292929;
    text-align: center;
    font-family: HKGrotesk-Medium;
    font-size: 12px;
    letter-spacing: 2px;
}

.featured-logos .logo-container {
    width: 80%;
    display: flex;
    flex-direction: column;
}

.logo-container .upper-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.upper-row .vogue-logo {
    width: 128.22px;
    height: 55.58px;
}

.upper-row .wedding-logo {
    width: 163.8px;
    height: 40.75px;
}

.upper-row .forbs-logo {
    width: 196.41px;
    height: 80.03;
}

.logo-container .lower-row {
    display: flex;
    justify-content: space-between;
    /* optional, or use space-evenly */
    flex-direction: row;
    align-items: center;
}

.lower-row .time-logo {
    width: 239.33px;
    height: 144.66px;
}

.lower-row .exclusive-logo {
    width: 154.89px;
    height: 51.88px;
}

.lower-row .today-logo {
    width: 166.02px;
    height: 77.08px;
}

.lower-row .bridle-logo {
    width: 131.92px;
    height: 95.61px;
}

.portfolio {
    display: flex;
    justify-content: space-between;
    padding: 76px 97px 76px 0;
    align-items: flex-end;
}

.portfolio .left {
    width: 648.66px;
    height: 669.33px;
    background-image: url('../imgs/unnamed3-683x1024.jpg');
    background-position: center;
    background-size: cover;
}

.portfolio .right {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.portfolio .right .img {
    background-image: url('../imgs/On-the-move-Ent.-Maldives-2021-1051-768x512.jpg');
    background-size: cover;
    background-position: center;
    width: 340px;
    height: 495px;
}

.portfolio .right p {
    font-size: 24px;
    font-family: HKGrotesk-Regular;
    margin-bottom: 20px;
    color: #444;
}

.portfolio .right a {
    font-size: 12px;
    font-family: HKGrotesk-Bold;
    padding: 12px 22px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #292929;
    width: fit-content;
    letter-spacing: 3px;
}

.portfolio .right a:hover {
    background-color: #cdcdcd;
    color: #000;
    transition: .2s;
}

.owner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 80px;
}

.owner .left {
    width: 448px;
    display: flex;
    flex-direction: column;
    padding-left: 80px;
    row-gap: 80px;
}

.owner .left .heading {
    width: 330px;
    font-size: 30px;
    font-family: nanum-myeongjo-0-400-normal;
}

.owner .left .text {
    font-size: 15px;
    font-family: HKGrotesk-Regular;
    line-height: 1.6;
}

.owner .left a {
    font-size: 12px;
    font-family: HKGrotesk-Bold;
    padding: 12px 22px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #292929;
    width: fit-content;
    letter-spacing: 3px;
}

.owner .left a:hover {
    background-color: #cdcdcd;
    color: #000;
    transition: .2s;
}

.owner .right {
    width: 768px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 30px;
    padding-right: 80px;
    row-gap: 30px;
}

.owner .right p {
    margin-bottom: 100px;
    font-size: 10px;
    font-family: HKGrotesk-Medium;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.owner .right .img {
    width: 625px;
    height: 416px;
    background-image: url('../imgs/PB-09-03-2022-Plaza-Hotel-Hi-Res-1118-768x512.jpg');
    background-size: cover;
    background-position: center center;
}

.connect {
    height: 640px;
    background-image: url('../imgs/home-page-preston-bailey-wedding-hamptons-destination-videography-photography-02.jpg');
    padding: 93px 80px;
    display: flex;
    flex-direction: row-reverse;
}

.connect .lets-connect {
    width: 435px;
    height: 454px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0;
}

.connect .lets-connect p.heading {
    font-size: 30px;
    font-family: HKGrotesk-Light;
    text-align: center;
    width: 285px;
    color: #444;
}

.connect .lets-connect p.text {
    font-size: 15px;
    font-family: HKGrotesk-Regular;
    text-align: center;
    width: 325px;
    line-height: 1.8;
    color: #000;
}

.connect .lets-connect a {
    font-size: 14px;
    font-family: HKGrotesk-Bold;
    text-transform: uppercase;
    padding: 12px 28px;
    background-color: #cdcdcd;
    color: #434442;
    text-decoration: none;
}

.connect .lets-connect a:hover {
    background-color: #292929;
    color: #fff;
    transition: .2;
}

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: 639px;
    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: 639px;
    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;
}

#scale-wrapper {
    width: 1280px;
    transform-origin: top left;
    overflow: hidden;
}


@media(min-width: 1781px) and (max-width: 2500px){
    .header {
        padding-top: 40px;
    }

    .logo {
        width: 260px;
        height: 130px;
    }

    .menu a {
        font-size: 19px;
    }

    .action {
        font-size: 19px;
        padding: 18px 40px;
    }

    .sample .textbox {
        width: 800px;
    }

    .sample .textbox p.heading {
        font-size: 60px;
        width: 500px;
    }

    .sample .textbox p.text {
        font-size: 28px;
        width: 500px;
    }

    .sample .it .img {
        width: 1000px;
        height: 680px;
    }

    .sample .it p {
        font-size: 19px;
    }

    .featured-logos p {
        font-size: 19px;
    }

    .portfolio .left {
        width: 1000px;
        height: 1100px;
    }

    .portfolio .right .img {
        width: 620px;
        height: 900px;
    }

    .portfolio .right p {
        font-size: 38px;
    }

    .owner .left .heading {
        font-size: 60px;
        width: 500px;
    }

    .owner .left .text {
        font-size: 28px;
        width: 500px;
    }

    .owner .right p {
        font-size: 19px;
    }

    .owner .right .img {
        width: 900px;
        height: 680px;
    }

    .owner .left a,
    .portfolio .right a,
    .connect .lets-connect a {
        font-size: 20px;
        padding: 22px 36px;
    }

    .owner .left {
        width: 800px;
    }

    .connect {
        height: 1000px;
        padding: 120px 100px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .connect .lets-connect {
        width: 620px;
        height: 760px;
    }

    .connect .lets-connect p.heading {
        font-size: 45px;
    }

    .connect .lets-connect p.text {
        font-size: 26px;
    }
}

@media(min-width:1440px) and (max-width:1780px) {
    .logo {
        width: 245px;
        height: 105px;
    }

    .menu a {
        font-size: 17px;
    }

    .action {
        font-size: 16px;
    }

    .sample .textbox {
        width: 600px;
    }

    .sample .textbox p.heading {
        font-size: 40px;
        width: 400px;
    }

    .sample .textbox p.text {
        font-size: 20px;
        width: 400px;
    }

    .sample .it .img {
        width: 890px;
    }

    .sample .it p {
        font-size: 15px;
    }

    .featured-logos p {
        font-size: 15px;
    }

    .portfolio .left {
        width: 760px;
        height: 800px;
    }

    .portfolio .right .img {
        width: 460px;
        height: 600px;
    }

    .owner .left .heading {
        font-size: 40px;
    }

    .owner .left .text {
        font-size: 20px;
    }

    .owner .right p {
        font-size: 14px;
    }

    .owner .right .img {
        width: 760px;
        height: 530px;
    }

    .owner .left a,
    .portfolio .right a,
    .connect .lets-connect a {
        font-size: 16px;
        padding: 16px 28px;
    }

    .owner .left {
        width: 560px;
    }

    .connect {
        height: 780px;
    }

    .connect .lets-connect {
        width: 560px;
        height: 600px;
    }

    .connect .lets-connect p.heading {
        font-size: 39px;
    }

    .connect .lets-connect p.text {
        font-size: 20px;
    }
}
.header .mb-nav-icon{
    display: none;
}

.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;
    }

    .header .mb-nav-icon {
        display: initial !important;
    }

    .display-controls {
        justify-content: space-between;
    }

    .sample {
        flex-direction: column;
        align-items: center;
    }

    .sample .textbox {
        width: 100%;
        display: flex;
    }

    .sample .textbox .heading {
        font-size: 55px !important;
        width: 80% !important;
        text-align: center !important;
    }

    .sample .textbox p.text {
        font-size: 30px !important;
        width: 80% !important;
        text-align: center !important;
    }

    .sample .it {
        width: 100% !important;
        align-items: center;
        margin-top: 40px;
    }

    .sample .it .img {
        width: 80%;
    }

    .featured-logos {
        flex-direction: column;
    }

    .featured-logos p {
        border: none;
        font-size: 20px;
        width: 80% !important;
    }

    .featured-logos p::after {
        content: "";
        display: block;
        width: 120px;
        height: 1px;
        background-color: #000;
        margin: 30px auto;
    }

    .featured-logos .upper-row {
        flex-direction: column;
        justify-content: space-around;
        height: 600px;
    }

    .featured-logos .upper-row img {
        width: 60%;
        height: auto;
    }

    .featured-logos .lower-row {
        flex-direction: column;
        row-gap: 20px;
        justify-content: space-around;
        height: 900px;
    }

    .featured-logos .lower-row img {
        width: 60%;
        height: auto;
    }

    .portfolio {
        flex-direction: column;
        align-items: center;
        width: 100% !important;
        padding: 76px 0px 76px 0 !important;
    }

    .portfolio .left {
        width: 100% !important;
    }

    .portfolio .right {
        width: 70%;
        align-items: center;
        margin-top: 140px;
    }

    .portfolio .right .img {
        width: 100%;
        height: 800px !important;
    }

    .portfolio .right p {
        font-size: 44px !important;
    }

    .portfolio .right a {
        font-size: 24px;
        padding: 30px 60px;
    }

    .owner {
        flex-direction: column;
        align-items: center;
    }

    .owner .left {
        width: 100%;
        align-items: center;
        padding: 0 !important;
    }

    .owner .left .heading {
        font-size: 50px;
        width: 80%;
        text-align: center;
    }

    .owner .left .text {
        font-size: 30px;
        text-align: center;
        width: 80%;
    }

    .owner .left a {
        padding: 30px 60px;
        font-size: 24px;
    }

    .owner .right {
        margin: 100px 0 0 0;
        width: 100% !important;
        align-items: center;
        display: flex;
        flex-direction: column;
        padding: 0 !important;
    }

    .owner .right p {
        font-size: 20px !important;
        width: 80%;
        text-align: center;
        margin: 20px 0;
    }

    .owner .right .img {
        width: 100% !important;
    }

    .connect {
        display: flex;
        width: 100%;
        padding: 70px 0;
        flex-direction: column;
        align-items: center;
        height: fit-content !important;
    }

    .connect .lets-connect {
        width: 80%;
        margin: 0 !important;
        height: fit-content !important;
    }

    .connect .lets-connect .heading {
        font-size: 50px !important;
        width: 80% !important;

    }

    .connect .lets-connect .text {
        font-size: 30px !important;
        width: 80% !important;
        margin: 50px 0;
    }

    .connect .lets-connect a {
        font-size: 24px !important;
        padding: 30px 60px !important;
        letter-spacing: 3px;
        margin: 30px 0;
    }

    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;
        transform-origin: top left;
        overflow: hidden;
    }

}