:root {
    --bigfont:100px;
}

body, html {
    color:#360000;
    background-color: #fffcee;
    font-family: forma-djr-text, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    font-kerning: normal;
}

h1,h2 {
    font-family: forma-djr-banner, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: var(--bigfont);
}
h3 {
    font-family: forma-djr-banner, sans-serif;
    font-weight: 600;
    font-style: normal;
}

h1,h2,h3 {
    padding: 0;
    margin: 0;
    color:#360000;
}

#header {
    background-color: #cbd3d0;
    border-radius: 30px;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.hwrap {
    width: 100%;
    position: fixed;
    z-index: +99999999;
    animation: animheader 2s cubic-bezier(.4,-1.15,0,1) 0s 1;
}

@keyframes animheader {
    0% {
        top: -100px;
    }

    50% {
        top: -100px;
        opacity: 0.0;
    }

    100% {
        top:0px;
        opacity: 1.0;
    }

}


#header .logo a {
    display: block;
    height: 20px;
    width: 86px;
    margin: 20px;
    background-image: url('type_pylon_brown.svg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0px;
    color:transparent
}

.wrapper {
    padding: 24px;
    max-width: 1500px;
    margin: 0 auto;
}

#header .tagline {
    text-align: center;
}

#header .callbtn a,#header .callbtn a:link,#header .callbtn a:visited {
    display: block;
    color:#360000;
    text-decoration: none;
    height: 46px;
    line-height: 44px;
    padding: 0 30px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    background-color: #fffcee;
    border-radius: 30px;
    margin-right: 7px;
}


#header .callbtn a:hover {
    box-shadow: inset 0px 46px 0px #f15a24;
    color:#fffcee;
}

#fold {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    position: relative;
}

#fold svg {
    display: block;
    height: 800px;
    flex-shrink: 0;
    flex-grow: 0;
    position: absolute;
    opacity: 0.2;
    z-index: 0;
}

#fold h1 {
    height: 200px;
    line-height: var(--bigfont);
    max-width: 900px;
    text-align: center;
    margin-top: 209px;
    margin-bottom: -9px;
}

#fold p {
    font-family: forma-djr-text, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    height: 20px;
    line-height: 20px;
    padding: 40px;
    animation: animpfold 3s cubic-bezier(.4,-1.15,0,1) 0s 1;
}


@keyframes animpfold {
    0% {
        opacity: 0.0;
    }
    40% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

a.btn,a.btn:link,a.btn:visited {
    display: block;
    color:#fffcee;
    text-decoration: none;
    height: 60px;
    line-height: 56px;
    padding: 0 50px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    background-color: #f15a24;
    border-radius: 30px;
    margin-right: 7px;
    font-size: 22px;
    font-weight: 500;
}

a.btn:hover {
    box-shadow: inset 0px 60px 0px #360000;
    color:#fffcee;
}

#fold .btn {
    z-index: +10;
    position: relative;
    margin-top: 20px;
    margin-bottom: 200px;
    animation: animbtnfold 3s cubic-bezier(.4,-1.15,0,1) 0s 1;
}
@keyframes animbtnfold {
    0% {
        opacity: 0.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

#fold h1 span {
    position: relative;
    top: 0px;
    opacity: 1.0;
    animation: spantype 1s cubic-bezier(.4,-1.15,0,1) 0s 1;
}


#fold h1 span:nth-child(1) {
    animation-duration: 1.2s;
}
#fold h1 span:nth-child(2) {
    animation-duration: 1.4s;
}
#fold h1 span:nth-child(3) {
    animation-duration: 1.6s;
}
#fold h1 span:nth-child(4) {
    animation-duration: 1.8s;
}
#fold h1 span:nth-child(5) {
    animation-duration: 2.0s;
}
#fold h1 span:nth-child(6) {
    animation-duration: 2.2s;
}
#fold h1 span:nth-child(7) {
    animation-duration: 2.4s;
}

@keyframes spantype {
    0% {
        top: 100px;
        opacity: 0;
    }
    100% {
        top: 0px;
        opacity: 1.0;
    }
}

#demo {
    width: 100%;
    border-radius: 30px;
    overflow-y: hidden;
}

#skills {
    background-color: #cbd3d0;
    border-radius: 30px;
    padding: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
}

#skills h2 {
    line-height: 1;
    padding: 0px;
    margin: 0px;
}

#skills .side {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
    transition: margin-left 0.4s cubic-bezier(1,0,0,1);
    margin-left: 0px;
}

#skills .side.small {
    margin-left: -40%;
}

#skills .arrow {
    width: 10%;
    flex-shrink: 0;
}

#skills .theskills {
    width: 55%;
    font-size: var(--bigfont);
    line-height: var(--bigfont);
    letter-spacing: -4%;
    cursor: pointer;
    flex-shrink: 0;
}

#skills .theskills div {
    height: 100px;
    position: relative;
    transition: opacity 0.2s ease-in-out;
}

#skills .theskills div span {
    font-size: 24px;
    line-height: 24px;
    font-family: forma-djr-text, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #360000;
    color:#f15a24;
    font-style: italic;
    padding: 4px 18px 6px 12px;
    border-radius: 30px;
    position: absolute;
    top: 10px;
}

p {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 0px;
    word-spacing:14%;
}

#skills .arrow {
    position: relative;
    top: 10px;
}

#skills .arrow div:nth-child(1) {
    width: 200px;
    height: 1px;
    background-color: #360000;
    position: absolute;
    top: 50px;
    left: -200px;
}

#skills .arrow div:nth-child(2) {
    width: 1px;
    height: 0px;
    background-color: #360000;
    margin-top: 50px;
    transition: height 0.4s cubic-bezier(1,0,0,1);
}

#skills .arrow div:nth-child(3) {
    width: 80%;
    height: 1px;
    background-color: #360000;
    position: relative;
}

#skills .arrow div:nth-child(3)::after, #skills .arrow div:nth-child(3)::before {
    content: ' ';
    font-size: 0px;
    display: block;
    width: 50px;
    height: 1px;
    background-color: #360000;
    position: absolute;
    right: 0px;
    transform: rotate(45deg);
    transform-origin: right;
}

#skills .arrow div:nth-child(3)::before {
    transform: rotate(-45deg);
}

#skills .aboutskills {
    width: 40%;
    flex-shrink: 0;
    display: flex;
    display: none;
}

#skills .aboutskills .close {
    cursor: pointer;
}

#skills .aboutskills .close div {
    width: 80px;
    flex-shrink: 0;
    height: 1px;
    background-color: #360000;
    transform: rotate(-45deg);
    margin-top: 50px;
}

#skills .aboutskills .close div::after {
    content: ' ';
    font-size: 0px;
    display: block;
    width: 80px;
    height: 1px;
    background-color: #360000;
    transform: rotate(90deg);
}

#skills .skillinfo {
    display: none;
}

#skills #skilltext {
    width: 100%;
}

#clearneed {
    display: flex;
    flex-direction: row;
    border: 1px #360000 solid;
    border-radius: 30px;
    padding: 120px 60px;
    justify-content: space-around;
}


.needanim {
    width: 400px;
    height: 100px;
    font-size: 0px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.needanim div {
    width: 100px;
    height: 100px;
    font-size: 18px;
    font-weight: 500;
    line-height: 100px;
    transition: margin 2s cubic-bezier(.9,.01,.1,1)
}

#clearneed .needanim div:nth-child(1) {
    text-align: right;
    padding-right: 10px;
    width: 90px;
}

#clearneed .needanim div:nth-child(2) {
    width: 98px;
    height: 98px;
    border: 1px #360000 solid;
    border-radius: 100px;
}

#clearneed .needanim div:nth-child(3) {
    background-color: #f15a24;
    border-radius: 100px;
    width: 90px;
    height: 90px;
    margin: 5px;
}

#clearneed .needanim div:nth-child(4) {
    padding-left: 10px;
    width: 90px;
    text-align: left;
}

#clearneed:hover .needanim div:nth-child(2) {
    margin-right: -100px;
}


#clearneed > div {
    max-width: 460px;
}

#clearneed div:first-child {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
}

#clearneed h2 {
    line-height: 60px;
}

#clearneed div:first-child p {
    font-weight: 500;
    line-height: 20px;
    margin-top: 30px;
}

.chead {
    margin-top: 80px;
    text-align: center;
}

.chead h2 {
    padding: 0;
    margin: 0;
}

.chead p {
    font-weight: 500;
    line-height: 1;
    padding-top: 0;
    margin-top: 0;
}

.chead.smaller {
    max-width: 490px;
    line-height: 1;
    margin: auto;
    margin-top: 80px;
}

#howitworks {
    width: 100%;
    border: 1px #af978f solid;
    border-radius: 30px;
    margin-top: 60px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(5, auto); 
    grid-column-gap: 1px;
    grid-row-gap: 0px; 
}

#howitworks .step {
    outline: 1px #360000 solid;
    background-color: #fffcee;
    padding: 0px;
    z-index: +6;
}

#howitworks .step p:first-child, #howitworks .step p:last-child {
    padding: 30px;
    margin: 0;
}

#howitworks .step p:last-child {
    padding-top: 0;
    opacity: 0.4;
}

#howitworks .step:nth-child(2) {
    border-radius: 30px 0 0 0;
    grid-area: 1 / 1 / 2 / 4;
}
#howitworks .step:nth-child(4) {
    grid-area: 3 / 3 / 4 / 6; 
}
#howitworks .step:nth-child(6) {
    grid-area: 5 / 5 / 6 / 8;
    border-radius: 0 0 30px 0;
}

#howitworks .arrowdown div {
    height: 100px;
    width: 1px;
    background-color: #360000;
    position: relative;
    margin:30px auto;
}

#howitworks .arrowdown div:after, #howitworks .arrowdown div::before {
    content: ' ';
    font-size: 0px;
    display: block;
    width: 50px;
    height: 1px;
    background-color: #360000;
    position: absolute;
    right: 0.5px;
    bottom: 0px;
    transform: rotate(45deg);
    transform-origin: right;
}

#howitworks .arrowdown div::before {
    transform: rotate(135deg);
}


#howitworks .arrowdown:nth-child(3) {
    grid-area: 2 / 3 / 3 / 4;
}

#howitworks .arrowdown:nth-child(5) {
    grid-area: 4 / 5 / 5 / 6;
}

.gridlines {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 1px;
    background-color: #af978f;
    z-index: 0;
    border-radius: 0 30px 0 30px;
    overflow: hidden;
}

.gridlines div {
    height: 100%;
    background-color: #fffcee;
}

#pricing {
    background-color: #360000;
    color:#f15a24;
    margin-top: 100px;
    overflow: hidden;
}

#pricing .info {
    padding: 80px;
}

#pricing .info h3 {
    color:#f15a24;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 70px;
    letter-spacing: 0%;
    line-height: 0.8;
}

#pricing .info p {
    max-width: 260px;
    font-weight: 500;
    line-height: 1;
}

#pricing .info p:last-child {
    padding-top:250px;
    color:#fff;
}

#pricing .wrapper {
    position: relative;
    padding: 0;
}

#pricing svg {
    position:absolute;
    bottom: -50px;
    left: -100px;
    height: 550px;
}

.section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.section .price {
    background-color: #360000;
    z-index: +10;
    display: flex;
    flex-direction: column;
    justify-content:space-around;
    padding: 80px 30px;
    align-items: center;
    text-align: center;
    border: 0px #fffcee solid;
    border-left-width: 1px;
}

.section .price > div {
    border: 1px #f15a24 solid;
    width: 250px;
    height: 30px;
    font-size: 28px;
    line-height: 18px;
    font-weight: 400;
    padding: 105px 0 115px 0px;
    border-radius: 200px;
}

.section .price > div span {
    font-size: 12px;
    font-weight: 400;
}

.section .price > div div {
    font-weight: 500;
}

.section .price p {
    width: 60%;
    line-height: 1;
}

#call {
    z-index: 10;
    position: relative;
}

#call .btn {
    width: 120px;
    margin: 40px auto;
    background-color: #360000;
    box-shadow: red;
}

#call .btn:hover {
    box-shadow: inset 0px 60px 0px #f15a24;
}

.bottondesign {
    width: 100%;
    height: 28vw;
    overflow: hidden;
    position: relative;
    margin-top: -120px;
    z-index: 0;
    opacity: 0.1;
}

.bottondesign svg {
    width: 100%;
}

#footer .wrapper {
    padding: 20px;
}

#footer {
    padding-top: 10px;
    font-size: 16px;
}

@media screen and (max-width: 820px) {    
    .wrapper {
        padding: 12px;
    }

    #header .logo {
        display: none;
    }

    #header .tagline {
        text-align: left;
        line-height: 1;
        font-size: 14px;
        padding-left: 20px;
        margin-right: 10px;
    }

    #header .callbtn a:link, #header .callbtn a:visited, #header .callbtn a {
        font-size: 14px;
        padding-left: 0;
        padding-right: 0;
        width: 100px;
        text-align: center;
    }

    :root {
        --bigfont:55px;
    }

    #fold {
        padding-top: 0px;
        text-align: center;
    }
        
    #fold svg {
        height: 440px;
        top: 95px;
    }

    #skills {
        flex-direction: column;
        padding: 22px;
    }

    #skills .side {
        width: 100%;
    }

    #skills .arrow {
        display: none;
    }

    #skills .theskills {
        width: 100%;
        margin-top: 100px;
    }

    #skills .theskills div {
        height: 60px;
        font-size: 40px;
    }

    #skills .theskills div span {
        font-size: 12px;
        padding: 2px 12px 3px 8px;
    }

    #skills .aboutskills {
        width: 100%;
        flex-direction: column;
    }

    #skills .side.small {
        margin-left: 0%;
    }

    .aboutskills .close {
        display: none;
    }

    #clearneed {
        padding: 30px;
        flex-direction: column;
        align-items: center;
    }

    #clearneed div:first-child {
        display: block;
    }

    .needanim {
        margin: 0 auto;
        width: auto;
        height: 50px;
        margin: 100px auto;
        transition: none;
    }

    #clearneed {
        pointer-events: none;
    }

    #clearneed .needanim div:nth-child(2) {
        width: 48px;
        height: 48px;
        flex-shrink: 0;
    }

    #clearneed .needanim div:nth-child(3) {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

    .needanim div {
        line-height: 50px;
    }

    .needanim div:nth-child(2) {
        animation: mobileneed 4s cubic-bezier(.9,.01,.1,1) 0s alternate infinite;
    }

    @keyframes mobileneed {
        0% {
            margin-left: 0%;
        }
        100% {
            margin-right: -50px;
        }
    }

    #howitworks .step:nth-child(2) {
        grid-area: 1 / 1 / 2 / 6;
    }

    #howitworks .step:nth-child(4) {
        grid-area: 3 / 2 / 4 / 7;
    }

    #howitworks .step:nth-child(6) {
        grid-area: 5 / 3 / 6 / 8;
    }

    #howitworks .step {
        line-height: 1.1;
    }

    #howitworks .arrowdown:nth-child(3) {
        grid-area: 2 / 4 / 3 / 4;
    }
    #howitworks .arrowdown:nth-child(5) {
        grid-area: 4 / 4 / 5 / 5;
    }

    #pricing .info {
        padding: 22px;
    }

    #pricing .section {
        flex-direction: column;
    }

    .section .price p {
        width: auto;
        padding: 0px 30px;
        margin: 22px 0;
    }

    .section .price {
        padding: 100px 0px 22px 0px;
        border-left-width: 0px;
    }

    #pricing .info p:last-child {
        padding-top: 22px;
    }

    #pricing svg {
        bottom: auto;
        top: 50px;
        height: 344px;
        opacity: 0.3;
    }

    .bottondesign {
        height: 50vh;
    }

    .bottondesign svg {
        width: auto;
        height: 200%;
        margin-left: -100%;
    }

}
@media screen and (max-width: 1250px) {    
    :root {
        --bigfont:80px;
    }
}
@media screen and (max-width: 1030px) {    
    :root {
        --bigfont:60px;
    }
}