* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
}

main {
    position: relative;
}

a {
    font-family: 'Commissioner', sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 0.75rem;
    text-decoration: none;
    text-transform: uppercase;
    color: #091127;
    letter-spacing: 0.15rem;
}

h1,
h2,
h3 {
    font-family: 'Tenor Sans', sans-serif;
    font-weight: 300;
    margin: 0;
}

.hero h1 {
    font-size: 3rem;
    letter-spacing: 0.1em;
    line-height: 4.25rem;
    text-align: center;
    margin: 0 auto;
    padding-top: 17vh;
    width: 80vw;
}

p {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 0.01rem;
    line-height: 1.5rem;
    margin: 0;
}

h1.alt,
h2.alt,
h3.alt,
p.alt {
    color: white;
}

.btn-def,
.btn-alt {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-transform: uppercase;
}

.btn-def {
    background-color: #091127;
    border-radius: 4px;
    color: white;
}

.btn-alt {
    border: solid #091127 1px;
    border-radius: 4px;
    color: #091127;
}

.btn-alt:hover {
    background-color: #DDE3F3;
    border: 1px solid #091127;
    color: #091127;
}

.btn-alt:active {
    filter: brightness(0.8);
}

.btn-link {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.05rem;
    margin: 8px 0;
    text-transform: uppercase;
}

.caption {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
}

.small-cap {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 0.625rem;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
}

.logo {
    height: 28px;
    left: 50%;
    margin-top: 32px;
    position: absolute;
    translate: -50%;
}

.img-balloon {
    background-image: url(../img/img-balloon.jpg);
    background-size: cover;
    width: 100px;
    height: 140px;
    position: absolute;
    top: 12%;
    right: 20%;
    z-index: -5;
}

.img-bday {
    background-image: url(../img/img-bday.jpg);
    background-size: cover;
    width: 113px;
    height: 92px;
    position: absolute;
    left: 8%;
    top: 40%;
    z-index: -5;
}

.img-wedding {
    background-image: url(../img/img-wedding.jpg);
    background-size: cover;
    width: 128px;
    height: 85px;
    position: absolute;
    bottom: 25%;
    left: 40%;
    z-index: -5;
}

.hero {
    background: linear-gradient(white, #dde3f3);
    display: block;
    height: fit-content;
    padding-bottom: 10vh;
    position: relative;
    z-index: -5;
}

.hero p {
    font-size: 1rem;
    display: block;
    margin: 0 auto;
    top: 85vh;
    left: 50%;
    padding-top: 32px;
    text-align: center;
    width: 70vw;
}

.our-service {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px 24px 64px;
}

.service-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 48px;
}

.service-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service-1,
.service-2,
.service-3,
.service-4 {
    width: auto;
    height: 340px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service-1 {
    background-image: url(../img/1-digi.jpg);
}

.service-2 {
    background-image: url(../img/2-video.jpg);
}

.service-3 {
    background-image: url(../img/3-web.jpg);
}

.service-4 {
    background-image: url(../img/4-ig-filter.jpg);
}

.service-name {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
}

.custom-ivt {
    display: flex;
    flex-direction: column;
    padding: 32px 24px 72px;
}

.custom-ivt img {
    max-width: 480px;
}

.title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 40px 0 24px;
}

.ctas {
    display: flex;
    gap: 16px;
    margin: 24px 0;
}

.one-col {
    background-color: #F3F6FE;
    padding: 64px 24px;
}

.shop {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    width: 80vw;
}

.shop .btn-alt {
    margin: 32px auto;
    width: 190px;
}

.shop p {
    font-size: 1rem;
}

.photo {
    background-image: url(../img/personalized.jpg);
    min-width: auto;
    height: 600px;
    background-size: cover;
    background-position: bottom;
}

.two-col-desc {
    padding-bottom: 12px;
}

footer {
    background-color: #091127;
    color: #dde3f3;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 56px 24px;
}

footer a {
    color: white;
}

.footer-top {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
}

.big-fot,
.small-fot {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    padding-top: 16px;
}

.footer-bottom img {
    height: 20px;
}

.socials {
    margin: 0 auto;
}

.social-icon {
    display: flex;
    gap: 12px;
}

.float-btn {
    background: #2e447e;
    border: 0px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 1.5rem;
    position: fixed;
    bottom: 50px;
    right: 50px;
    height: 56px;
    width: 56px;
}

@media (min-width: 600px) {
    .our-service {
        padding: 40px 10vw 64px;
    }
    .service-list {
        flex-direction: row;
        gap: 16px;
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .service-list::-webkit-scrollbar {
        display: none;
    }
    .service-1,
    .service-2,
    .service-3,
    .service-4 {
        width: 175px;
        height: 200px;
    }
    .shop {
        width: 560px;
    }
    .custom-ivt {
        margin: 0 auto;
        width: 80vw;
    }
    .footer-top {
        display: flex;
        flex-direction: row;
        gap: 24px;
        margin: 0 auto;
        padding-right: 1vw;
        width: 80vw;
    }
    .big-fot {
        width: 30vw;
    }
    .footer-bottom {
        flex-direction: row;
        margin: 0 auto;
        gap: 24px;
        justify-content: space-between;
        padding-top: 0;
        width: 80vw;
    }
    .socials {
        margin: 0;
    }
    .custom-ivt {
        flex-direction: row;
        justify-content: space-between;
        gap: 32px;
        padding: 48px 0;
    }
    .two-col-desc {
        width: 40vw;
    }
    .photo {
        width: 300px;
        height: 420px;
    }
}

@media (min-width: 700px) {
    .hero h1 {
        font-size: 4.5rem;
        line-height: 5rem;
    }
}

@media (min-width: 1080px) {
    .hero {
        padding-bottom: 15vh;
    }
    .hero h1 {
        font-size: 5rem;
        line-height: 108px;
        margin: 0 auto;
        width: 70vw;
    }
    h2 {
        font-size: 2rem;
    }
    .hero p {
        font-size: 1rem;
        display: block;
        margin: 0 auto;
        padding-top: 72px;
        width: 460px;
    }
    .img-hero {
        background-color: grey;
        border-radius: 100px;
        display: inline-block;
        width: 110px;
        height: 80px;
    }
    .img-balloon {
        width: 173px;
        height: 254px;
    }
    .img-bday {
        left: 17%;
        top: 25%;
        width: 200px;
        height: 158px;
    }
    .img-wedding {
        width: 275px;
        height: 172px;
        position: absolute;
        bottom: 28%;
        left: 40%;
        z-index: -5;
    }
    .our-service {
        padding: 40px 15vw 64px;
    }
    .service-item {
        gap: 16px;
        width: 260px;
    }
    .service-list {
        gap: 32px;
    }
    .service-name {
        gap: 12px;
    }
    .service-1,
    .service-2,
    .service-3,
    .service-4 {
        width: auto;
        height: 340px;
        background-position: bottom;
    }
    .custom-ivt {
        align-items: center;
        justify-content: space-evenly;
        flex-direction: row;
        gap: 40px;
        margin: 0 auto;
        padding: 56px 0;
        width: 70vw;
    }
    .two-col-desc {
        width: 25vw;
    }
    .title {
        padding: 24px 0;
    }
    .photo {
        width: 450px;
        height: 520px;
    }
    .footer {
        padding: 56px 0;
    }
    .footer-top {
        display: flex;
        flex-direction: row;
        gap: 24px;
        margin: 0 auto;
        padding-right: 1vw;
        width: 70vw;
    }
    .footer-bottom {
        width: 70vw;
    }
}