:root {
    --light-blue: rgba(217, 246, 251, 1);
    --blue-1: rgba(47, 71, 114, 1);
    --dark-color: rgba(26, 37, 58, 1);
}

body {
    color: var(--blue-1);
}

img {
    max-width: 100%;
}

h1, h2 {
    font-family: Onest;
    font-size: 60px;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: -2px;
    margin-bottom: 32px;
    max-width: 630px;
    margin-inline: auto;
}

p {
    font-family: Manrope;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0px;
    color: var(--blue-1);
    margin-bottom: 0;
}

.light-blue {
    color: var(--light-blue);
}

.client-hero {
    background-image: url("/wp-content/uploads/2025/10/bg-scaled.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-block: 250px;
}

.hero-container {
    max-width: 995px;
    width: 100%;
    margin-inline: auto;
}

.hero-logo {
    margin-bottom: 64px;
}

.client-tullo-section {
    position: relative;
    padding-top: 160px;
    overflow: hidden;
}

.client-tullo-section:before {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2025/10/background-for-tullo-logo-section.svg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1279px;
    height: 1279px;
    z-index: -1;
    left: -200px;
    top: -130px;
}

.client-tullo-section h2 span {
    position: relative;
    left: -17px;
}

.client-tullo-section .row {
    padding-block: 240px;
    align-items: center;
    column-gap: 30px;
    flex-wrap: nowrap;
}

.tullo-logo {
    max-width: 750px;
    margin-inline: auto;
}


.client-tullo-section h2 {
    text-align: right;
    margin-bottom: 0;
}

.images-container {
    display: flex;
    align-items: stretch;
    column-gap: 10px;
}

.image-column {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
    width: 50%;
}

.image-column, .image-column img {
    border-radius: 20px;
}

.client-images {
    background-color: var(--dark-color);
    padding: 10px;
}

.client-photography {
    padding: 715px 0 100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.client-photography:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0.00deg, var(--colour-2, rgba(26, 37, 58, 1)),rgba(26, 37, 58, 0) 100%);
}

.client-photography .container {
    position: relative;
}

.photography-intro {
    max-width: 620px;
    width: 100%;
}

.client-photography h2 {
    max-width: 450px;
    margin-inline: 0;
}

.packaging-section {
    padding: 840px 0 150px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}


.packaging-section:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180.00deg, rgba(26, 37, 58, 1),rgba(26, 37, 58, 0) 49%);
}

.packaging-info {
    max-width: 345px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.section-3d img {
    position: relative;
    top: 100px;
}

.section-3d {
    overflow: hidden;
    background-color: rgba(240, 249, 253, 1);
}

.section-3d .row {
    align-items: center;
}

.small-videos {
    background-color: var(--dark-color);
    padding: 10px;
}

.small-videos .video-wrapper {
    height: 388px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.small-videos .video-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 37, 58, 0.5);
    border-radius: 30px;
}

.video-row {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.video-row a {
    width: 33%;
}

.play-button {
    border-radius: 555px;
    backdrop-filter: blur(35px);
    background: rgba(217, 246, 251, 0.2);
    width: 136px;
    height: 86px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease-in-out;
}

.play-button span {
    -webkit-mask: url('/wp-content/uploads/2025/10/play-button.svg');
    width: 28px;
    height: 28px;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--light-blue);
    transition: 0.3s all ease-in-out;
}

.play-button:hover {
    background-color: var(--light-blue);
}

.play-button:hover span {
    background-color: var(--dark-color);
}

.big-videos {
    background-color: rgba(240, 249, 253, 1);
    padding: 10px;
}

.big-videos .video-wrapper {
    height: 540px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.big-videos .video-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 37, 58, 0.5);
    border-radius: 30px;
}

.big-videos .video-wrapper.width-50 {
    width: 50%;
}

.design-section {
    padding-block: 180px;
    background-color: var(--dark-color);
    position: relative;
    overflow: hidden;
    background-image: url('https://traitmarketing.ca/wp-content/uploads/2025/10/background-for-websites-section.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.design-section .row {
    align-items: center;
}

.tullo-image-background {
    position: absolute;
    width: 100%;
    height: 880px;
    bottom: 0;
    left: 0;
    display: none;
}

.tullo-image-background img {
    width: 100%;
    height: 100%;
}

.brand-top {
    padding-block: 130px;
    max-width: 780px;
    width: 100%;
    margin-inline: auto;
}

.brand-images {
    align-items: stretch;
    max-width: 1800px;
    width: 100%;
    margin-inline: auto;
    padding: 0 10px 10px;
    column-gap: 10px;
    flex-wrap: nowrap;
}

.brand-container {
    padding-inline: 0;
}

.brand-container .col-lg-6 {
    padding-inline: 0;
}

.brand-image {
    padding: 130px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.brand-images .col-lg-6:first-of-type .brand-image {
    background-color: rgba(46,71,114,1) ;
}

.brand-images .col-lg-6:nth-of-type(2) .brand-image {
    background-color: var(--dark-color);
}

.references-section {
    padding-block: 130px;
    background-image: url("/wp-content/uploads/2025/10/bg-scaled.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.references-section h2 {
    margin-bottom: 10px;
}

.references-subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0px;
}

.references-top {
    margin-bottom: 80px;
}

.member-image {
    position: relative;
    border-radius: 10px;
}

.member-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    box-shadow: 0px 28px 77px 0px rgba(0, 0, 0, 0.25);
    /*background: linear-gradient(180deg, rgba(26, 37, 58, 0) 0%, rgba(26, 37, 58, 1) 100%),
            rgba(47, 71, 114, .1);*/


    z-index: 1;
}

.member-image img {
    border-radius: 10px;
}

.member-title {
    margin-top: 20px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
}

.member-role {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
    color: rgba(217, 246, 251, 0.5);
}

.website-button {
    /*margin-top: 100px;*/
	margin-top: 40px;
    margin-bottom: 130px;
}

.website-button a {
    margin-top: 20px;
    border: 1px solid var(--colour-1, rgba(47, 71, 114, 1));
    border-radius: 55px;
    padding: 10px 60px;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0px;
    font-family: "Manrope", sans-serif;
}

.bottom-text {
    margin-top: 100px;
}

a, a:hover {
    transition: 0.3s all ease-in-out;
    text-decoration: none;
}

.website-button a:hover {
    background-color: var(--light-blue);
    color: var(--dark-color);
}

@media(max-width: 1800px) {
    .tullo-image-background {
        bottom: -200px;
    }
}

@media(max-width: 1200px) {
    .image-column {
        height: 400px;
    }

    .client-photography, .packaging-section {
        padding-top: 530px;
    }

    .packaging-section {
        padding-bottom: 100px;
    }
}

@media(max-width: 991px) {
    .client-hero {
        padding-block: 150px;
    }

    .client-tullo-section h2 span {
        position: relative;
        left: unset;
    }

    .video-row {
        flex-direction: column;
        row-gap: 10px;
    }

    .small-videos .video-wrapper, .big-videos .video-wrapper.width-50  {
        width: 100%;
        height: 350px;
    }

    .play-button {
        width: 100px;
        height: 70px;
    }

    .section-3d {
        position: relative;
        padding-top: 600px;
        padding-bottom: 40px;
    }

    .section-3d .image-3d img {
        position: absolute;
        height: 800px;
        width: 500px;
        object-fit: contain;
        bottom: -340px;
        left: 50%;
        transform: translateX(-50%);
        top: unset;
    }

    .info-3d {
        text-align: center;
    }

    .design-section .row {
        flex-direction: column-reverse;
    }

    .design-section {
        padding-top: 120px;
        padding-bottom: 0;
        text-align: center;
        padding-inline: 15px;
    }

    .design-section img {
        margin-top: 50px;
    }

    .tullo-image-background {
        display: none;
    }

    .brand-top {
        padding-block: 80px;
    }

    .brand-images {
        flex-wrap: wrap;
        row-gap: 10px;
        padding: 0 10px 10px;
    }

    .brand-image {
        min-height: 260px;
    }

    .brand-top p {
        margin-bottom: 0;
    }

    .references-member-row {
        row-gap: 10px;
    }

    .design-section {
        background-image: unset;
    }
}


@media(max-width: 768px) {
    .client-hero {
        padding-block: 100px;
    }

    .client-tullo-section .row {
        flex-wrap: wrap;
        text-align: center;
    }

    .client-tullo-section h2 {
        text-align: center;
        margin-bottom: 10px;
    }


    .client-tullo-section:before {
        width: 50%;
        height: 50%;
        background-size: contain;
    }

    .client-tullo-section .row {
        padding-block: 100px;
    }

    .client-tullo-section {
        padding-top: 80px;
    }

    .image-column {
        height: 300px;
    }

    .client-photography .container {
        text-align: center;
    }

    .client-photography h2 {
        margin-inline: auto;
    }

    .small-videos .video-wrapper, .big-videos .video-wrapper.width-50  {
        height: 300px;
    }

    .design-section {
        padding-block: 80px;
        padding-bottom: 0;
    }

    .design-section img {
        margin-top: 30px;
    }

    .brand-top {
        padding: 50px 15px;
    }

    .brand-image {
        padding: 30px 50px;
    }
}

@media(max-width: 575px) {

    h1,h2 {
        font-size: 26px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0px;
        margin-bottom: 10px;
    }

    h1 {
        margin-bottom: 10px;
    }

    p {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0px;
    }

    .client-hero {
        padding: 60px 15px 50px;
    }

    .hero-logo {
        margin-bottom: 30px;
    }

    .client-tullo-section:before {
        width: 400px;
        height: 400px;
        left: -40%;
        top: -50px;
    }

    .tullo-logo {
        max-width: 227px;
    }

    .client-tullo-section .row {
        padding-block: 50px;
    }

    .client-tullo-section{
        padding: 50px 15px 0;
    }

    .image-column {
        height: 150px;
    }

    .client-photography  {
        padding: 230px 15px 30px;
    }


    .packaging-section {
        padding: 320px 15px 50px;
        background-image: url('/wp-content/uploads/2025/10/mobile-packaging-bg.webp') !important;
    }

    .small-videos .video-wrapper, .big-videos .video-wrapper.width-50  {
        height: 225px;
    }

    .section-3d {
        padding-top: 310px;
    }

    .section-3d .image-3d img {
        bottom: -380px;
        height: 610px;
        left: 63%;
    }

    .design-section img {
        margin-top: 20px;
    }

    .design-section {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .member-wrapper {
        width: 50%;
        max-width: 50%;
    }

    .member-title {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0px;
    }

    .references-section {
        padding-block: 50px;
    }

    .references-top {
        margin-bottom: 50px;
    }

    .bottom-text {
        margin-top: 80px;
    }

    .website-button {
        margin-top: 20px;
        margin-bottom: 60px;
    }
}

@media(max-width: 400px) {
    .section-3d .image-3d img {
        bottom: -380px;
        height: 700px;
    }
}