﻿

@import "styleguide.css";

body{
    font-family: 'Campton', sans-serif;
}

hr {
    background: #0e2a73;
}


.arrow-svg-black path {
    stroke: black;
}


.arrow-svg-white path {
    stroke: white;
}


.arrow-svg-blue path{
    stroke:#1E96FF;
}

.arrow-svg-deepblue path {
    stroke: #001345;
}


.pd-text-1 {
    color: #1E96FF;
}

.pd-crumb-wrapper {
    padding-top: 152px;
}

.pd-crumb-wrapper-white {
    color: white;
    font-size: 14px;
    padding-top: 152px;
    display: flex;
    align-items: center;
}

.pd-crumb-wrapper-black {
    color: black;
    font-size: 14px;
    padding-top: 152px;
    display: flex;
    align-items: center;
}

.pd-crumb-button {
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 500;
}



.bc-link:hover {
    cursor: pointer;
    opacity: 0.5;
}

a.pd-pill-btn, button.pd-pill-btn {
    background: white;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #0E2A73;
    color: #0E2A73;
    padding: 2px 20px;
    text-decoration: none;
    transition: background 0.2s ease;
    cursor: pointer;
}

    a.pd-pill-btn:hover, button.pd-pill-btn:hover {
        border: 1px solid #0E2A73;
        color: #0E2A73;
        background: #0E2A731A;
    }

    a .pd-btn {
    padding: 10px 20px;
    background: #FF6726;
    color: #0E2A73;
    cursor: pointer;
    display: block;
    border-radius: 5px;
    
    text-decoration:none;
    display:inline;
}

a.pd-btn-outline {
    padding: 9px 20px;
    background: transparent;
    color: white;
    cursor: pointer;
 
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid white;
    transition: all 0.2s ease;
}

    a.pd-btn-outline:hover {
        background: #ffffffb3;
    }


a.pd-btn-outline-light {
    padding: 9px 20px;
    background: transparent;
    color: #001345;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #001345;
    transition: all 0.2s ease;
}

a.pd-btn-outline-light:hover {
    background: #00134530;
}


a.pd-btn-orange, button.pd-btn-orange {
    padding: 10px 20px;
    background: #FF6726;
    color: #001345;
    cursor: pointer;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    display: inline;
}

a.pd-btn-blue{
    padding: 10px 20px;
    background: #0E2A73;
    color: white;
    cursor: pointer;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    display: inline;

}

button.pd-btn-blue{
    padding: 10px 20px;
    background: #0E2A73;
    color: white;
    cursor: pointer;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    display: inline;
    border:none;
    transition: 0.2s all ease;
}

.pd-btn-blue:hover{
    opacity:0.7;
}

.hero-logo {
    z-index: -100;
    position: fixed;
    rotate: -15deg;
    left: 75%;
    top: 30%;
    height: 40vh;
    /* transform-origin: top left; */
}


.pd-section-px {
    padding: 0px 80px;
}

.pd-section-px-r {
    padding-right: 80px;
}

.pd-section-pad-l {
    padding-left: 80px;
}



/* html {
            overflow-y: scroll;
            overflow-x: hidden;
            scroll-snap-type: y mandatory;
        }
 */


.snap-container {
    scroll-snap-type: y mandatory;
    scroll-padding-top: 0;
    overflow-y: scroll;
    height: 100vh;
}

.snap-child {
    /* Snap align start. */
    scroll-snap-align: start;
}

.snap-container::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* make scrollbar transparent */
}

/* 
        .snap-container {
            scroll-snap-type: y mandatoary;
            position: relative;
            height: 100vh;
        } */

/* .snap-child {
            scroll-snap-align: start;

        } */

/* Sticky */

.pd-content-wrapper {
    max-width: 1440px;
    margin: auto;
}

.pd-content-max-wrapper {
    max-width: 1600px !important;
    margin: auto;
}

    #cta-dot {
    position: absolute;
    z-index: 10;
    pointer-events: none !important;
}

.cta-dot-inner {
    background: #FF6726;
    height: 256px;
    width: 256px;
    border-radius: 50%;
    display: flex;
    flex-flow: wrap;
    place-content: center;
    align-items: center;
    margin: 0 -128px;
    pointer-events: none !important;
    font-size: 24px;
    color: #0E2A73;
    font-family: 'Campton', sans-serif;
    font-weight: 500;
}

.cta-long-arrow{
    
}
.cta-short-arrow {
    display:none;
}

.cta-text-block {
    max-width: 612px;
}


@media screen and (max-width: 900px) {

    .cta-text-block {
        max-width: 220px;
    }

    .cta-long-arrow {
        display:none;
    }

    .cta-short-arrow {
        display: block;
    }

    #cta-dot {
        position:  sticky;
        
        display: flex;
        justify-content: center;
        top: 0;
        left: 0;
        margin-top: -70px;
        margin-bottom: 70px;
    }
}

    ul {
        list-style-type: none;
    }

    .StickyInnerContainer {
        position: sticky;
        top: 0;
        height: 100vh;
        width: 100%;
        overflow: hidden;
    }

    .HorizontalSection {
        position: relative;
        width: 100%;
        min-height: 100vh;
    }

    .BumperSection {
        text-align: center;
        padding: 128px 16px;
        background-color: #36e1a7;
    }

    .CardsContainer {
        position: relative;
        height: 100%;
        padding: 0 0 0 150px;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        width: 100vw;
        ;
        scroll-snap-type: x proximity;
        scroll-padding-top: 0;
        /* overflow-x: scroll; */
    }

    .SampleCard:nth-child(odd) {
        background: paleturquoise;
    }

    .SampleCard {
        position: relative;
        height: 300px;
        width: 500px;
        background-color: #36e1a7;
        margin-right: 75px;
        flex-shrink: 0;
        overflow: hidden;
        width: 100vw;
        scroll-snap-align: start;
    }

        .SampleCard img {
            max-width: 100%;
        }

    .TallOuterContainer {
        position: relative;
        width: 100%;
    }

    .HorizontalTranslateContainer {
        position: absolute;
        height: 100%;
        will-change: transform;
    }


    /* ------------------------------------ */

    .pd-section {
        max-width: 1600px;
        margin: auto;
    }


    .v-align-middle {
        vertical-align: middle;
    }

    h2 {
        color: #0E2A73;
        font-family: 'Campton', sans-serif;
        font-weight: 500;
        font-size: 72px;
        line-height: 72px;
    }

    h2 strong {
        color: #1E96FF;
        font-weight: inherit;
    }


    h5 {
        color: #0E2A73;
        font-family: 'Campton', sans-serif;
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
    }

    .pd-text-block {
        color: #0E2A73;
        font-family: 'Campton', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }


    .pd-text-weight-light {
        font-weight: 400;
    }




    .pd-text-weight-heavy {
        font-weight: 500;
    }


.pd-hero-text {
    font-size: 168px;
    line-height: 150px;
    font-weight: 500;
    /*overflow: hidden;*/
}



@media screen and (max-width: 900px) {

    .pd-hero-text {
        font-size: 52px;
        line-height: 50px;
        font-weight: 500;
    }

}
    .pd-subhero-text {
        font-size: 24px;
        line-height: 30px;
        font-weight: 400;
    }

    .pd-text-blue {
        color: #1d8ff3;
    }


    .pd-text-deepblue {
        color: #0E2A73;
    }


    .pd-text-white {
        color: #ffffff;
    }


    .pd-text-black {
        color: #000;
    }



    .pd-text-orange {
        color: #FF6726;
    }

    .pd-text-light-blue {
        color: #B2DAFF;
    }



    h2 .pd-highlight-1 {
        color: #1d8ff3;
    }


    h2 .pd-highlight-2 {
        color: #FF6726;
    }

    h1 {
        font-weight: 500;
        font-size: 108px;
        line-height: 108px;
    }


    h3 {
        color: #0E2A73;
        font-family: 'Campton', sans-serif;
        font-weight: 500;
        font-size: 48px;
    }


    h4 {
        color: #0E2A73;
        font-family: 'Campton', sans-serif;
        font-weight: 400;
        font-size: 36px;
        line-height: 40px;
    }

        h4 strong {
            color: #1E96FF;
            font-weight: inherit;
        }



    @media screen and (max-width: 900px) {

        h1, h2 {
            font-size: 48px;
            line-height: 48px;
        }

        .pd-cta-footer h2 {
            font-size: 24px;
            line-height: 30px;
        }

        h3, h4 {
            font-size: 24px;
            line-height: 30px;
        }



        .pd-section-px {
            padding: 0 24px;
        }

    
    }

    .pd-client-thumbnail-bar {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-content: center;
        flex-wrap: wrap;
    }

        .pd-client-thumbnail-bar img {
            margin: 20px;
            height: 79px;
            width: 82px;
            object-fit: contain;
            opacity: 0;
        }

    .pd-global-footer-content {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        color: #B2DAFF;
        justify-content: space-between;
    }




    .pd-footer {
        font-family: 'Campton', sans-serif;
    }


    .pd-footer-col h5 {
        margin-bottom: 20px;
    }

        .pd-footer-col h5 a {
            font-size: 24px;
            color: #B2DAFF;
            text-decoration: none;
            font-weight: 500;
            &:hover{
            opacity: 0.5;
        }
}

    .pd-link-col a {
        display: block;
        margin-bottom: 12px;
        font-size: 16px;
        color: #B2DAFF;
        text-decoration: none;

          &:hover{
              opacity:0.5;
          }
    }


.pd-footer-bottom-bar a {
    color: black;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
   

    &:hover{
              opacity:0.5;
          }
}
.pd-footer-bottom-bar {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content:  space-between;
    
    font-size: 12px;
    font-weight: 400;
    color: black;
}

.pd-footer-seperator {
    margin: 0 12px;
}


.pd-link-col {
  min-width:155px;
}

.pd-global-footer-maintext{
    max-width:502px;
}

@media screen and (max-width: 1280px) {
    .pd-global-footer-content {
        flex-wrap: wrap;
    }

    .pd-global-footer-maintext {
        max-width: 100%;
    }

    .pd-global-footer-bg-image {
        display:none;
    }
}

    @media screen and (max-width: 900px) {

        

        .pd-link-col a {
            display: block;
            margin-bottom: 8px;
            font-size: 14px;
            color: #B2DAFF;
            text-decoration: none;
        }

        .pd-link-col {
            margin-bottom: 30px;
        }
    }

   

    /* Case Study blocks*/

    .pd-case-study-block {
        display: flex;
            flex-wrap: wrap;
    }

        .pd-case-study-block a {
            text-decoration: none;
        }

            .pd-case-study-block a .pd-case-study-item {
                width: 480px;
                display: flex;
                height: 480px;
                align-content: flex-end;
                flex-wrap: wrap;
                position: relative;
                justify-content: space-between;
                padding: 20px;
                z-index: 0;
                text-decoration: none;
                background: #FF6726;
                transition: all 0.2s ease;
            }

        .pd-case-study-block h6 {
            max-width: 220px;
            font-size: 18px;
            color: white;
            line-height: 22px;
            font-weight: 400;
            text-decoration: none;
            transition: all 0.5s ease;
        }

            .pd-case-study-block h6 strong {
                font-weight: 400;
            }

        .pd-case-study-block a:hover h6 {
            color: #001345;
        }

        .pd-case-study-block a .pd-case-study-overlay {
            position: absolute;
            opacity: 0;
            transition: all 0.5s ease;
        }

        .pd-case-study-block a:hover .pd-case-study-overlay {
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            background: #FF6726;
            mix-blend-mode: hard-light;
            opacity: 0.5;
            display: block;
        }

        .pd-case-study-block .pd-case-study-arrow {
            opacity: 0;
            transition: all 0.5s ease;
        }

        .pd-case-study-block a:hover .pd-case-study-arrow {
            opacity: 1;
        }

    .pd-case-study-arrow svg {
        rotate: -90deg;
    }


    .pd-case-study-block img {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -2;
        top: 0;
        left: 0;
        transition: all 0.5s ease;
        object-fit: cover;
        filter: brightness(0.7);
    }

    .pd-case-study-block a:hover img {
        opacity: 0.3;
    }



    .pd-case-study-detail h3 strong, h5.pd-case-study-subsection strong {
        font-weight: 500;
        color: #1E96FF;
    }



    /*image Hero */



    .pd-hero-wrapper {
        max-width: 100vw;
        overflow-x: hidden;
        overflow-y: hidden;
        position: relative;
        min-height: 900px;
     
    }

    .pd-bg-hero-img {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        mix-blend-mode: hard-light;
        width: 1600px;
        object-fit: cover;
    }

    .pd-bg-orange-gradient {
        position: absolute;
        height: 150px;
        width: 100%;
        background: linear-gradient(transparent,#ff6726 );
        top: 750px;
        left: 0;
        right 0;
        margin: auto;
    }

    .pd-bg-shadowdeepblue-gradient {
        position: absolute;
        height: 150px;
        width: 100%;
        background: linear-gradient(transparent,#001345 );
        top: 750px;
        left: 0;
        right 0;
        margin: auto;
    }

    .pd-bg-blue-gradient {
        position: absolute;
        height: 150px;
        width: 100%;
        background: linear-gradient(transparent,#1e96ff );
        top: 750px;
        left: 0;
        right 0;
        margin: auto;
    }

    .pd-back-arrow svg {
        rotate: 180deg;
    }






.mobile-show {
    display: none;
}

    @media screen and (max-width: 900px) {

        .mobile-hide {
            display: none;
        }

        .mobile-show {
            display: block;
        }
    }



    .pd-text-locked {
        display: none;
    }