/**********
    SVG Images CSS
**********/

.laptop-device-design-class1 {
    fill: #dd8669;
}

.laptop-device-design-class2 {
    fill: #f0f0f0;
}

.laptop-device-design-class3 {
    fill: #f75b00;
}

.laptop-device-design-class4,
.laptop-device-design-class5,
.laptop-device-design-class6,
.laptop-device-design-class7,
.laptop-device-design-class8,
.laptop-device-design-class9,
.laptop-device-design-class10 {
    fill: #fff;
}

.laptop-device-design-class11 {
    fill: #fafafa;
}

.laptop-device-design-class12,
.laptop-device-design-class6 {
    opacity: .5;
}

.laptop-device-design-class13 {
    fill: #c66150;
}

.laptop-device-design-class14 {
    opacity: .6;
}

.laptop-device-design-class15 {
    fill: #f5f5f5;
}

.laptop-device-design-class16 {
    fill: #455a64;
}

.laptop-device-design-class17,
.laptop-device-design-class8 {
    opacity: .2;
}

.laptop-device-design-class5 {
    opacity: .95;
}

.laptop-device-design-class7 {
    opacity: .8;
}

.laptop-device-design-class18 {
    fill: #e1e1e1;
}

.laptop-device-design-class19 {
    fill: #e7e7e7;
}

.laptop-device-design-class20 {
    opacity: .4;
}

.laptop-device-design-class21 {
    fill: #2b454e;
}

.laptop-device-design-class22 {
    opacity: .3;
}

.laptop-device-design-class23 {
    fill: #263237;
}

.laptop-device-design-class24 {
    fill: #36474f;
}

.laptop-device-design-class25 {
    opacity: .1;
}

.laptop-device-design-class26 {
    fill: #375a64;
}

.laptop-device-design-class27 {
    fill: #f3b997;
}

.laptop-device-design-class9 {
    opacity: .35;
}

.laptop-device-design-class28 {
    fill: #ffa876;
}

.laptop-device-design-class29 {
    fill: #ececec;
}

.laptop-device-design-class30 {
    fill: #1a2e35;
}

.laptop-device-design-class10 {
    opacity: .65;
}


/**********
    Section Head
**********/

section#services-design__head{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    min-height: 545px;
    padding-top: 65px;
    overflow: hidden;
    background-color: #18181b;
}

.services-design__head-container {
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding: 65px 100px 70px;
    z-index: 1;
}

.services-design__head-textwrapper {
    /* width: 47%; */
    max-width: 800px;
    /* padding-top: 140px; */
    /* transform: translateX(-70px); */
}

.services-design__head-textwrapper h1 span {
    font-family: dl-prim-font;
    font-size: 3.2rem;
    font-size: 4rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f75b00;
    margin-left: -10px;
    line-height: 1;
}

.services-design__head-textwrapper > h1 > span > span:first-child {
    font-size: 12.9rem;
    letter-spacing: 0px;
    margin-left: 0;
    line-height: 0;
    color: #cfd0d3;
}

.services-design__head-textwrapper > h1 > span > span:nth-child(3) {
    margin-left: 0;
    font-size: 4.25rem;
}

.services-design__head-textwrapper > h1 > span > span:nth-child(5) {
    margin-left: 0;
    font-size: 5rem;
    color: #cfd0d3;
    letter-spacing: 36px;
}

.services-design__head-textwrapper span {
    font-family: 'Source sans',sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #cfd0d3;
}
.services-design__head-textwrapper > span {
    width: 93%;
    display: block;
    text-align: justify;
    hyphens: auto;
}
 #underlined-anim-text {
    width: calc(100% + 50px);
    background-image: linear-gradient(transparent calc(100% - 16px), rgb(255 176 121) 10px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    animation: underline 2.2s forwards;
    animation-delay: .8s;
    background-image: none!important;
} 

@keyframes underline {
    to {
        background-size: 100% 100%;
    }

}

.typed-cursor {
    opacity: 0;
    display: none;
}
/* 
.services-design__head-svgwrapper svg {
    width: 30rem;
    height: auto;
    display: none; 
} */



.services-design__intro-separator {
    width: 100vw;
    height: auto;
}

.services-design__intro-separator svg {
    width: 100%;
    height: auto;
}


/**********
    Section 2 Intro
**********/

section#services__design-intro{
}