/* HOMEPAGE 2024 STYLES  */

.hero{
    background: #000000;
    /* height: 692px; */
    height: 290px;
}
.hero .container{
    /* padding-top: 121px; */
    padding-top: 80px;
}
.hero .title {
    color: #FFF;
    font-family: "Rainer";
    font-size: 180px;
    line-height: 160px;
    font-weight: 700;
    letter-spacing: 2.73px;
    margin-top: 0;
    text-transform: uppercase;
    max-width: 500px;
}
.hero .container img{
    position: absolute;
    right: 80px;
    top: 450px;
}

.hero-subheading{
    background-image: url('./images/header-lp-bg-desktop-1280.png');
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
    background-color: #000000;
    /* background: #ff0079; */
    height: 960px;
    padding-top: 0px;
    padding-bottom: 80px;
}
.hero-subheading h2{
    color: #FFF;
    /* width: 490px; */
    width: 600px;
    margin-bottom: 42px;
    font-family: 'Neue', sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px; /* 100% */
    letter-spacing: 3px;
    margin-top: 150px;
}
.hero-subheading p{
    color: #000;
    /* margin-bottom: 32px; */
    margin-bottom: 24px;
    /* width: 490px; */
    width: 600px;
    font-family: 'Neue', sans-serif;
    /* font-size: 32px; */
    font-size: 28px;
    font-style: normal;
    font-weight: 450;
    line-height: 32px; /* 125% */
    /* line-height: 40px; */ /* 125% */
    letter-spacing: -0.026px;
}
.hero-subheading p:last-child{
    width: 640px;
    font-weight: 500;
    /* margin-top: 64px; */
    margin-top: 28px;
    margin-bottom: 0;
}
.stats-container{
    display: flex;
    flex-direction: row;
    column-gap: 36px;
    padding: 80px 0;
}
.stats-container div{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    justify-content: flex-start;
}

.stats-container h3{
    color: #7F7FBC;
    text-align: center;
    font-family: 'Neue', sans-serif;
    font-size: 60px;
    /* font-size: 72px; */
    /*font-family: "Neue Haas Grotesk Display Std"; */
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.stats-container p{
    color: #000;
    text-align: center;
    font-family: 'Neue', sans-serif;
    font-size: 28px;
    /* font-size: 32px; */
    font-weight: 400;
    line-height: 35px;
    /* line-height: 40px; */ /* 125% */
    letter-spacing: -0.026px;
}
.bespoke-section{
    padding: 80px 0;
}
.bespoke-section h2{
    color: #000;
    font-family: "Rainer";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 83px; /* 115.278% */
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 48px;
}
.bespoke-section p{
    color: var(--grey-2, #545454);
    font-family: 'Neue', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.24px;
    margin-bottom: 0;
}
.bespoke-section p:last-child{
    margin-top: 32px;
    border-bottom: 4px solid #7F7FBC;
    padding-bottom: 32px;
}
.bespoke-section h2+p{
    /* padding-bottom: 32px; */
    margin-bottom: 32px;
}
.bespoke-section p strong{
    color: #545454;
    font-family: 'Neue', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 150% */
    letter-spacing: -0.24px;
    
    display: inline-block;
}
.bespoke-section p span{
    color: #000;
    font-family: 'Neue', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.32px;
}
.bespoke-section img{
    width: 400px;
    margin: 0 auto;
}
.brands-section{
    padding: 80px 0;
}
.brands-section h2{
    margin-top: 0;
    margin-bottom: 32px;
    color: #000;
    text-align: center;
    font-family: 'Neue', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 112.5% */
    letter-spacing: -0.32px;   
}
.brands-section h3{
    margin-top: 0;
    margin-bottom: 32px;
    color: #545454;
    text-align: center;    
    font-family: 'Neue', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 36px; /* 112.5% */
    letter-spacing: -0.32px;
}
.specs-container {
    display: flex;
    flex-direction: column;
    row-gap: 96px;
}
.specs-section{
    background: #F2F2F2;
    padding: 80px 0;
}
.spec-container:nth-child(odd) {
    display: flex;
    margin-left: 155px;
}
.spec-container:nth-child(even) {
    display: flex;
    align-self: flex-end;
}
.spec-title{
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    margin-top:0;
    font-family: "Rainer";
    color: #030303;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 83px; /* 116.901% */
    letter-spacing: 3px;
    text-transform: uppercase;
}
.spec-text{
    border: 0.5px solid #979797;
    background: #FFF;
    display: inline-flex;
    padding: 48px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 760px;
}
.spec-text p{
    margin:0;
    color: #545454;
    font-family: 'Neue', sans-serif;
    font-size: 19px;
    line-height: 27px;
    /* font-family: "Neue Haas Grotesk Display Std"; */
    /* font-size: 21px;
    line-height: 39px; */ /* 185.714% */
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.03px;
}
.process-section{
    padding: 80px 0;
    margin-top: 0;
}
.process-section h2{
    text-align: center;
    font-family: 'Neue', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 112.5% */
    letter-spacing: -0.32px;
    margin-bottom: 24px;
}
.process-section h3{
    color: #545454;
    text-align: center;
    font-family: 'Neue', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 112.5% */
    letter-spacing: -0.32px;
    margin-bottom: 16px;
}
.process-section h3 span{
    color: #7F7FBC;
}
.process-section .process-steps{
    display: flex;
    height: 520px;
    justify-content: space-around;
}
.process-section .process-steps .step-bullet{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    row-gap: 40px;
    flex: 1;
}
.process-section .process-steps .step-bullet .step-number{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #000;
}
.process-section .process-steps .step-bullet .step-number span{
    color: #FFF;
    text-align: center;
    font-family: "Rainer";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px; /* 100% */
    text-transform: uppercase;
    transform: translateY(-4px);
}
.process-section .process-steps .step-bullet:last-child .step-number::after{
    content:url('./images/Vector.svg');
    width: 40px;
    height: 32px;
    position: absolute;
    right: 48px;
}
.process-section .process-steps .step-bullet p{
    color: #545454;
    text-align: center;    
    font-family: 'Neue', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 39px; /* 162.5% */
    letter-spacing: -0.03px;
    /* width: 240px; */
    height: 250px;
}
.process-section .process-steps .step-bullet .step-number+p::before{
    content: '';
    width: 100%;
    height: 8px;
    background: #000;
    display: block;
    position: relative;
    right: -60%;
    top: -100px;
    z-index: 1;
}
.process-section .process-steps .step-bullet:last-child .step-number+p::before{
    content: '';
    width: 0;
    height: 8px;
}
.process-section .process-steps .step-img{
    padding-top: 40px;
}
.process-section .process-steps .step-img img{
    transform: scale(2);
}
.form-section{
    background-image: url('./images/Pre-footer-home-desktop.jpg');
    /* height: 930px; */
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-size: cover;
    background-position: 50% 50%;
}
#s-Get-in-touch {
    padding: 64px 0;
}
#s-Get-in-touch.form-section h2{
    color: #000;
    font-family: "Rainer";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 71px; /* 116.901% */
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 48px;
}
#s-Get-in-touch .contact-form-right{
    background-color: #FFF;
    padding: 32px;
}
#s-Get-in-touch .contact-form-right p {
    font-size: 16px;
    line-height: 23px;
    margin: 20px 0px 0;
}
#s-Get-in-touch textarea, #s-Get-in-touch input {
    margin-bottom: 20px;
}
@media(max-width:1439px) and (min-width:1024px){
    #header {
        position: relative;
    }
    .hero .title {
        font-size: 150px;
        line-height: 140px;
    }
    .hero-subheading{
        height: 760px;
    }
    .hero-subheading h2{
        margin-top: 100px;
        width: 520px;
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 36px;
    }
    .hero-subheading p {
        font-size: 22px;
        margin: 0 0 16px;
        width: 570px;
    }
    .hero-subheading p:last-child {
        margin-top: 16px;
    }

}
@media(max-width:1023px) and (min-width:768px){
    #header {
        position: relative;
    }
    .hero .container {
        padding-top: 60px;
    }
    .hero .title {
        font-size: 110px;
        line-height: 110px;
    }
    .hero-subheading{
        height: 600px;
        background-size: cover;
    }
    .hero-subheading h2 {
        margin-top: 260px;
        font-size: 26px;
        line-height: 33px;
        letter-spacing: 2px;
        width: 400px;
        margin-bottom: 32px;
    }
    .hero-subheading p {
        margin-bottom: 28px;
        width: 450px;
        font-size: 20px;
        line-height: 24px;
    }
    .hero-subheading p:last-child {
        margin-top: 22px;
        width: 450px; 
    }
    .stats-container, .bespoke-section, .brands-section {
        padding: 60px 0;
    }
    .spec-container{
        flex-direction: column;
    }
    .spec-container:nth-child(odd) {
        display: flex;
        margin-left: 0;
    }
    .spec-container:nth-child(even) {
        display: flex;
        align-self: flex-start;
    }
    .spec-title {
        display: flex;
        align-self: center;
        width: 125px;
        font-size: 44px;
        font-weight: 700;
        line-height: 50px;
        transform: translateX(0) translateY(-80%);
        text-align: center;
    }
    .spec-text {
        padding: 40px 20px 24px;
        width: 100%;
        flex-direction: column;
    }
    .process-section .process-steps .step-bullet p {
        font-size: 20px;
        line-height: 27px;
    }
    .process-section .process-steps .step-bullet:last-child .step-number::after {
        right: 4px;
    }
    .process-section .process-steps .step-bullet .step-number+p::before {
        right: -65%;
    }
    .process-section .process-steps .step-img img {
        transform: scale(1.5);
    }
}
@media(max-width:767px){
    .hero{
        height: 240px;
    }
    .hero .container{
        padding-top: 120px;
    }
    .hero .title {
        font-size: 54px;
        line-height: 57px; /* 105.556% */
        letter-spacing: 3px;
    }
    .hero-subheading {
        height: 600px;
        padding-top: 24px;
        background-image: url(./images/header-lp-bg-mobile.png);
        background-image: url(./images/header-lp-bg-mobile.png), linear-gradient(180deg, #000000 0%, #000000 34%, #ff3d82 34%, #ff3d82 100%);
        background-position: 0% 0%;
        background-size: contain;
        /* background-color: #ff0079;  */
    }
    .hero-subheading h2 {
        width: 90%;
        font-size: 24px;
        font-weight: 600;
        line-height: 29px;
        letter-spacing: normal;
        margin-top: 200px;
    }
    .hero-subheading p {
        width: 100%;
        margin-bottom: 24px;
        font-size: 17px;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: normal;
    }
    .hero-subheading p:last-child {
        width: 100%;
        margin-top: 0px;
    }
    .stats-container {
        padding: 36px 0;
        flex-direction: row;
        column-gap: 32px;
    }
    .stats-container h3 {
        font-size: 48px;
    }
    .stats-container p {
        font-size: 22px;
        line-height: 29px;
    }
    .bespoke-section {
        padding: 40px 0;
    }
    .bespoke-section h2 {
        font-size: 48px;
        line-height: 54px; /* 153.704% */
        letter-spacing: 2px;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .bespoke-section p strong {
        font-size: 21px;
        line-height: 30px;
    }
    .bespoke-section p {
        font-size: 19px;
        line-height: 30px;
    }
    .bespoke-section p span{
        font-size: 27px;
    }
    .bespoke-section p:last-child strong {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .brands-section{
        padding: 40px 0;
    }
    .brands-section h3{
        margin-bottom: 0;
        font-size: 20px;
        line-height: 24px; /* 120% */
        letter-spacing: -0.2px;
    }
    .specs-section {
        margin-top: 0;
        padding: 125px 0 40px;
    }
    .specs-container {
        row-gap: 125px;
    }
    .spec-container{
        flex-direction: column;
    }
    .spec-container:nth-child(odd) {
        display: flex;
        margin-left: 0;
    }
    .spec-container:nth-child(even) {
        display: flex;
        align-self: flex-start;
    }
    .spec-text {
        padding: 40px 20px 24px;
        width: 100%;
        flex-direction: column;
    }
    .spec-title {
        display: flex;
        align-self: center;
        width: 165px;
        font-size: 54px;
        font-weight: 700;
        line-height: 60px;
        transform: translateX(0) translateY(-80%);
        text-align: center;
    }
    .spec-text p {
        text-align: center;
    }
    .process-section{
        padding: 40px 0;
    }
    .process-section h3 {
        font-size: 20px;
        line-height: 28px; /* 140% */
        letter-spacing: -0.2px;
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .process-section h3 br{
        display: block!important;
    }
    .process-section .process-steps {
        flex-direction: column;
        height: auto;
    }
    .process-section .process-steps {
        flex-direction: column;
        height: auto;
    }
    .process-section .process-steps .step-bullet .step-number{
        height: 100px;
        width: 100px;
    }
    .process-section .process-steps .step-bullet .step-number span {
        font-size: 54px;
        transform: translateY(-4px);
    }
    .process-section .process-steps .step-bullet:last-child .step-number::after {
        right: 56px;
    }
    .process-section .process-steps .step-bullet .step-number+p::before{
        width: 48px;
        right: -50%;
        top: -42px;
        z-index: 1;
        transform: rotate(90deg) translateY(-4px);;
        transform-origin: top left;
        border-radius: 0 4px 4px 0;
    }
    .process-section .process-steps .step-bullet p {
        display: flex;
        flex-direction: column;
        gap: 16px;
        height: auto;
        font-size: 20px;
        line-height: 28px; /* 140% */
        letter-spacing: -0.03px; 
    }
    .process-section .process-steps .step-img {
        text-align: center;
        height: 160px;
    }
    .form-section{
        background-image: url('./images/Pre-footer-home-mobile.jpg');
        margin-top:0;
        height: 1200px;
    }
    #s-Get-in-touch {
        padding: 40px 0;
    }
    #s-Get-in-touch.form-section h2{
        font-size: 54px;
        line-height: 57px; /* 105.556% */
        letter-spacing: 2px;
        margin-bottom: 24px;
    }
    #s-Get-in-touch .contact-form-right {
        padding: 20px 16px;    
    }
}
@media(max-width: 480px) {
    .stats-container {
        flex-direction: column;
    }
    .process-section .process-steps .step-bullet:last-child .step-number::after {
        right: 100px;
    }
}
@media(max-width: 420px) {
    .hero{
        height: 240px;
    }
    .hero .container{
        padding-top: 120px;
    }
    
    /* .hero .container img{
        width: 290px;
        right: -120px;
        top: 270px;
    } */
    .hero-subheading {
        height: 600px;
        padding-top: 24px;
        background-image: url(./images/header-lp-bg-mobile.png);
        background-image: url(./images/header-lp-bg-mobile.png), linear-gradient(180deg, #000000 0%, #000000 34%, #ff3d82 34%, #ff3d82 100%);
        background-position: 0% 0%;
        /* background-color: #ff0079;  */
    }
    .hero-subheading h2 {
        width: 80%;
        margin-top: 145px;
        margin-bottom: 32px;
    }
    .process-section .process-steps .step-bullet:last-child .step-number::after {
        right: 60px;
    }
    
    
}

@media(min-width: 1359px) {
    .hero{
        height: 320px;
    }
    .hero-subheading {
        background-image: url('./images/header-lp-bg-desktop-1440.png');
        height: 920px;
        background-position: 50% 0%;
    }
    .hero-subheading h2 {
        margin-top: 160px;
    }
}
@media(min-width: 1600px) {
    .hero-subheading h2 {
        margin-top: 200px;
    }
}
@media(min-width: 1960px) {
    .hero{
        height: 160px;
    }
    .hero-subheading {
        height: 1200px;
    }
    .hero-subheading h2 {
        margin-top: 200px;
        font-size: 52px;
        line-height: 58px;
        margin-bottom: 48px;
    }
    .hero-subheading p {
        font-size: 32px;
        margin: 0 0 42px
    }
    .hero-subheading p:last-child {
        margin-top: 42px;
    }
}
/* END HOMEPAGE 2024 STYLES  */
