
@font-face {
    font-family: Poppins-test;
    src: url('../fonts/Poppins-Bold-test.ttf') format('truetype');
    /* src: local('O'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg') format('svg'); */
    font-weight: 700;
    }

@font-face {
font-family: Lato;
src: url('../fonts/Lato-Black.ttf') format('truetype');
/* src: local('O'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg') format('svg'); */
font-weight: 700;
}


@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@300;400;500;600;700;800&display=swap');


body {
    margin: 0;
    padding: 0;
    color:black;
    min-height: 100vh;
    width: 100%;
    background: white;
    overflow-x: hidden;
    overflow-y:hidden;
    height: fit-content;
    -webkit-font-smoothing: antialiased;
    font-synthesis: none;
    font-family: 'Encode Sans', sans-serif;
}



header{
    font-family: 'Encode Sans', sans-serif;
    font-weight: 700;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    z-index:50;
    background-color: white;
    padding-top: 10px;
    padding-bottom: 5px;
}

footer{
    height: 274px;
    background-color: white;
    width: 100%;
    position: relative;
    z-index: 5;
}

.header-inner-wrapper{
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

header ul.header-buttons{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 15px;
    display: flex;
    flex-direction: row;
    margin-top: 2px;
    display: none;
}

header ul.header-buttons li{
    font-weight: 400;
    font-family: 'Encode Sans', sans-serif;
}

.header-login-btn{
    padding-left:54px;
    padding-top: 18px;
}

.header-notfall-btn{
    margin-left:55px;
    padding: 5px 15px 5px 15px;
    background-color: black;
    border-radius: 200px;
    color:white;
    margin-top: 12px;
    height: fit-content;
}

#header-burger-btn{
    width: 50px;
    padding-top: 5px;
    margin-left: 165px;
    cursor: pointer;
}

html{
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

.first-animation{
    height: fit-content;
    pointer-events: none;
}

.first-animation-text{
    font-family: 'Encode Sans', sans-serif;
    font-size: 80px;
    font-weight: 600;
    line-height: 1.22;
    margin-top: 0;
    margin-bottom: 0;
    height: fit-content;
    white-space: nowrap;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-font-smoothing: antialiased;
    pointer-events: none;
    color:#1D1D1D;

}

ul{
    padding-inline-start: 0;
}

.first-animation-text i{
    color: #eb5765;
    font-style: normal;
}

.first-animation-wrapper{
    height: 100vh;
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    

}

.top-animation-text{
    display:flex;
    flex-direction: row;
    height: fit-content;
    position: relative;
    align-items:center;
    -webkit-font-smoothing: antialiased;
    margin-right: -50px;

}

.top-animation-text svg{
    width: auto;
    height: 226%;
    right: 91%;
    margin-right: 50px;
    position: absolute;
}

.top-text-background{
    position: absolute;
    z-index: -1;
    left:50%;
    transform: translateX(-50%);
    margin-top: 5%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    display:none;

}

@media (max-width: 1300px) {
    .first-animation-text{
        white-space:normal;
    }
}

#header-logo{
    width: 200px;
    height: 50px;
    flex-shrink: 0;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

#header-logo.visible{
    opacity: 1;
}

#header-arrow{
    width: 18px;
    margin-left: 36px;
    position: absolute;
    right: 25px;
    top: 20px;
}

.header-title-with-arrow{
    padding: 18px 35px 18px 35px;
    border: 2px solid black;
    width: fit-content;
    border-radius: 50px;
    position: relative;
    position: relative;
    white-space: nowrap;
    height: fit-content;
    cursor: pointer;
    overflow:hidden;
}



.header-title-with-arrow-mobile{
    padding: 18px 35px 18px 35px;
    border: 2px solid black;
    width: fit-content;
    border-radius: 50px;
    position: relative;
    white-space: nowrap;
    height: fit-content;
}

.header-title-with-arrow.active #header-arrow{
    transform: scaleY(-1);
}

#second-animation-svg{
    height: 100%;
    width: fit-content;
    flex-shrink: 0;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position:relative;
    padding-right: 100px;
    box-sizing: border-box;
}

#footer-inner-wrapper .column-1 svg rect {
    display:none;
}

.footer-logo-globe{
    position: relative;
    height: 80px;
    width: auto;
    margin-right: -20px;

}

.logo-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.second-animation{
    height: 100vh;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    display:flex;
    flex-direction: row;
    justify-content: center;
    /* padding-top: 85px; */
    box-sizing: border-box;
    top: 0;
    pointer-events: none;

}

/* .second-animation-text h3{
    font-family: 'Poppins-test';
    font-size: 86px;
    font-weight: 600;
    line-height: 100%;
    margin-top: 14vh;
    margin-bottom: 57px;
} */

.second-animation-text p {
    font-family: 'Encode Sans', sans-serif;
    font-size: 28px;
    font-weight: 500;
    margin-top: 0;
    margin-left:6px;
}

#second-animation-svg-big-circle{
    height: 100%;
    width: auto;
}

#second-animation-svg-icon-1{
    position:absolute;
    width: 150px;
    top: 15%;
    right: 16%;

    /* transform-origin: center; */
    /* transform: translate(var(--translateX), var(--translateY)) scale(0.5); */

}

#second-animation-svg-icon-1{
    visibility: hidden;
}

.second-animation-text-1{
    opacity: 0;
}

#second-animation-svg{
    align-items: center;
    /* justify-content: flex-start !important; */
}

#second-animation-svg img{
    width: 396px;
    height: auto;
    /* margin-bottom:50px; */
}

.second-animation-text-1 h3{
    margin-top: 0px;
    text-transform: uppercase;
}

.second-animation-text{
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    /* padding-bottom:50px; */
}

#second-animation-svg-icon-2{
    position: absolute;
    width: 150px;
    top: 41%;
    right: 7%;
}

#second-animation-svg-icon-3{
    position: absolute;
    width: 150px;
    top:63%;
}

.second-animation-text{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.second-animation-text-wrapper{
    position: relative;
    width: 700px;
    height: 100%;
}

.second-animation-button{
    transition: 0.5s ease-in-out;
    transform: scale(0.5);
    transform-origin: center;

}

.second-animation-button image{
    filter: grayscale();
}

.second-animation-button:hover{
    transform: scale(0.6);

    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.second-animation-button.active{
    transform: scale(1);
}

.second-animation-text{
    transition: 0.5s ease-out;
    pointer-events:none;
    z-index:1;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.second-animation-text.active{
    transform: translateX(-50px);
    opacity: 1;
    pointer-events:all;
    z-index:20;
}

#slide-burger-menu ul{
        padding-left:50px;
    }

.second-animation-icon-background{
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.second-animation-button:hover .second-animation-icon-background{
    opacity: 0.5;
}

.second-animation-button.active .second-animation-icon-background{
    opacity: 1;
}

.second-animation-link-button{
    text-transform: uppercase;
    font-family: 'Encode Sans', sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.22;
    padding: 22px 78px 22px 78px;
    border-radius: 50px;
    margin-top: 58px;
    border: 2px solid black;
    display: block;
    width: fit-content;
    margin-left: 0px;
    background: linear-gradient(to right, rgba(47, 188, 228, 0), rgba(233, 66, 105, 0));
    position: relative;
    overflow:hidden;
    cursor: pointer;
}

.second-animation-link-button::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50px;
    background: linear-gradient(to right, rgba(47, 188, 228, 1), rgba(233, 66, 105, 1));
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1; /* so the pseudo-element is behind the content of .my-element */
}

.header-title-with-arrow::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    left: 0;
    background: linear-gradient(to right, rgba(47, 188, 228, 1), rgba(233, 66, 105, 1));
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1; /* so the pseudo-element is behind the content of .my-element */
}

.header-title-with-arrow:hover::before{
    opacity: 1;
}

.second-animation-link-button:hover::before {
    opacity: 1;
}




#particles-js {
width: 760px;
height: 760px; /* Or any preferred height */

}

.header-title-with-arrow-mobile{
    display:none;
}

.icon-button-1{
    fill:white !important;
    stroke: black !important;
    stroke-width: 2px !important;
}

.header-title-with-arrow{
    display:flex;
    flex-direction: column;
}

.header-title-with-arrow ul{
    display: flex;
    flex-direction: column;
    margin-left:5px;
    font-weight: 400;
    row-gap: 5px;
    height: 0px;
    opacity: 0;
    padding-left: 0;
    transition: 0.2s ease-out;
    /* display:none; */
}

#slide-burger-menu{
    position: fixed;
    height: 100%;
    width: 40vw;
    right: 0;
    background-color: lightgrey;
    opacity: 1;
    top: 0;
    z-index: 200;
}

#slide-burger-menu{
    transition: 0.5s ease-out;
    /* width: 40vw; */
    left: 100vw; 
}


#slide-burger-menu.active{
    /* left: 60vw; */
}

#slide-burger-menu ul{
    list-style: none;
    padding-top: 10vh;
    width: fit-content;
}

#slide-burger-menu ul li{
    width: fit-content;
}




#slide-burger-menu ul li a{
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 80px;
    font-family: 'Encode Sans', sans-serif;
    font-weight: 500;
    line-height: 120%;
    opacity: 0.7;
}

/* #slide-burger-menu ul li a:hover{
    text-decoration: underline;
} */

/* #slide-burger-menu ul li a{
    transition: all 0.5s ease-in;
}

#slide-burger-menu ul li a:hover{
    transform: translateX(20px);
} */


.header-title-with-arrow ul.active{
    opacity: 1;
    height: fit-content;
}

.header-title-with-arrow-top-button.active{
    height: 40px;
}

.header-title-with-arrow ul li{
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    list-style: none;
}

.header-title-with-arrow ul li:nth-child(1) {
    margin-top: 5px;
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        #particles-wrapper {
            transform: translateX(-35px) translateY(7px) !important;
            height: 850px !important;
        }
    }
}


#particles-wrapper{
    position: absolute;
    width: 100%;
    height: 1000px;
    width: 72%;
    flex-shrink: 0;
    padding-right: 100px;
    overflow: visible !important;
    -webkit-mask:  radial-gradient(circle at calc(50% + 20px) 50%, black, black 16%, transparent 45%, transparent);
    mask:  radial-gradient(circle at calc(50% + 20px) 50%, black, black 40%, transparent 50%, transparent);
    /* mix-blend-mode: plus-lighter; */
    opacity: 0.7;
    margin-right: 100px;
    transform: translateX(17px) translateY(5px);
}

#section-4-inner .img-wrapper{
    min-height: 700px;
    width: 50%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display:flex;
    position: relative;
}


#section-4-inner .img-wrapper svg{
    width: 600px;
}

.second-animation-big-circle-background{
    display:none !important;
}

.header-title-with-arrow-top-button{
    width: 100%;
    height:20px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 62px;
    opacity: 0.3;
    z-index:50;
    cursor: pointer;
}

#second-animation-svg-icon-2{
    display:none;
}

#second-animation-svg-icon-3{
    display:none;
}

.second-animation-text-1 h3{
    color: #1D1D1D;
    font-family: 'Encode Sans', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 51.2px */
    margin-bottom: 5px;
}

.second-animation-text-1 h3:nth-child(2) {
    margin-top: 15px;
}

.second-animation-text-1 h3 i.gold{
    color: #C68510;
    font-style: normal !important;
}

.second-animation-text-1 h3 i.small{
    color: #1D1D1D;
    font-family: 'Encode Sans', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 80%; /* 51.2px */
}


#slide-burger-menu{
    width: fit-content;
    height: 100%;
    position: relative;
    display:none;
}

#slide-burger-menu-close--btn{
    position: absolute;
    right: 0;
    top: 5vh;
    z-index:10;
}

#slide-burger-menu-close--btn svg{
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#slide-burger-menu-close--btn svg line {
    stroke-width: 2px;
}








.second-animation-text-1 p{
    max-width: 620px;
}

.second-animation-text-2 p{
    max-width: 520px;
}

.second-animation-text-3 p{
    max-width: 520px;
}

#icon1-coordinate,
#icon2-coordinate,
#icon3-coordinate {
    opacity: 0;
}

#header-mobile{
    display:none;
}




#header-search-icon-mobile{
        width: 27px;
        height: 27px;
        overflow:visible;
        margin-right: 15px;
    }

    #header-mobile{
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-right: 35px;
        padding-left: 35px;
        box-sizing: border-box;
    }

    #header-logo-mobile{
        width: 165px;
        height: auto;
    }

    #header-mobile-burger-btn{
        width: 50px;
        height: auto;
    }


@media (max-width: 768px) {

    .header-title-with-arrow-mobile{
        display:block;
    }

    #slide-burger-menu ul{
        padding-left:0px;
    }

    #slide-burger-menu-close--btn{
        right: 50px;

    }


    #slide-burger-menu-wrapper{
        width: 100%;
        padding-left:50px;
        padding-right: 50px;
        box-sizing:border-box;
        position: relative;
        display:block;
    }

    #slide-burger-menu ul{
        display:flex;
        flex-direction: column;
        row-gap: 15px;
    }

    #slide-burger-menu ul li a{
        font-size: 23px;
    }

    .first-animation-text{
        font-size: 30px;
    }

    .header-title-with-arrow{
        display:none;
    }

    .top-animation-text svg{
        margin-right: 20px;
    }

    .second-animation-button{
        transform: scale(0.45);
    }

    .second-animation-button.active{
        transform: scale(0.7);
    }

    /* .second-animation-text h3{
        font-size: 20px;
        margin-bottom: 35px;
        line-height: 115%;
        margin-top: 30vh;
    } */

    .second-animation-text p{
        font-size: 17px;
        font-weight: 300;
        line-height: 200%;
    }

    #second-animation-svg{
        padding-right: 0px;
        /* transform:scale(0.86); */
    }

    .second-animation-text-1 p{
        max-width: 220px;
    }

    .second-animation-text-2 p{
        max-width: 220px;
    }


    .second-animation-text-3 p{
        max-width: 220px;
    }

    #second-animation-svg-icon-1{
        right: 2%;
    }

    #second-animation-svg-icon-2{
        right: -4%;
    }

    #second-animation-svg-icon-3{
        right: 2%;
    }

    @media (min-width: 769px) {

    .second-animation{
        margin-left:-70px;
        padding-top: 50px !important;
    }
    }

    .second-animation-link-button{
        padding: 15px 50px 15px 50px;
        font-size: 15px;
        margin-left: 0;
    }

    .second-animation-text-wrapper{
        margin-left: 5px;
    }

    /* .header-inner-wrapper{
        display:none;
    } */
    
}

@media (min-width: 550px) and (max-width: 600px) {
    #second-animation-svg{
        margin-left: -400px;
    }
}

@media (min-width: 601px) and (max-width: 768px) {
    #second-animation-svg{
        margin-left: -300px;
    }
}


@media (max-width: 549px) {
    #second-animation-svg{
        margin-left: -500px;
    }
}

@media (min-width:769px) and (max-width: 999px){
    /* .second-animation-text-wrapper{
    margin-right: 1000px;
    } */

    .first-animation-text{
        font-size: 55px;
    }

    .top-animation-text svg{
        margin-right: 40px;
    }
}

@media (min-width:1000px) and (max-width: 1300px){
    .second-animation-text-wrapper{
        /* margin-right: 800px; */
    }

    .first-animation-text{
        font-size: 60px;
    }
}

@media (min-width: 1300px) and (max-width: 1500px) {
    .header-inner-wrapper{
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 1500px) {
    #header-mobile{
        display: none;
    }

    

    #slide-burger-menu{
        transition: 0.8s ease-in-out;
    }
/* 
    #slide-burger-menu.active{
        width: 40vw;
    } */

    #slide-burger-menu{
    transition: 0.5s ease-out;
    width: 45vw;
    left: 100vw;
}


#slide-burger-menu.active{
    left: 55vw;
}
}

@media (min-width: 1000px) and (max-width: 1499px) {
    #slide-burger-menu{
        transition: 0.8s ease-in-out;
    }

    #slide-burger-menu{
        width: 60vw;
    }

    #slide-burger-menu.active{
    left: 40vw;
}
}

@media (max-width: 999px) {
    #slide-burger-menu{
        transition: 0.8s ease-in-out;
    }

    #slide-burger-menu{
        width: 100vw;
    }

    #slide-burger-menu.active{
    left: 0;
}
}

@media (max-width: 1299px) {
    .header-inner-wrapper{
        padding-left:50px;
        padding-right: 50px;
    }

    #header-burger-btn{
        margin-left:50px;
    }
}

/* @media (max-width: 1300px) {
    .header-inner-wrapper{
        display:none;
    }
} */




main{
    height: fit-content;
    /* opacity: 0; */
}

.second-animation-big-circle-background{
    display:none;
}


/* SECTION 3 CLASSES START  */

.nixdorf-container{
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

#section-3{
    height: fit-content;
    opacity: 0;
    background-color: #1D1D1D;
    padding-top: 125px;
    padding-bottom:150px;
    margin-top: 45px;
    position: relative;
    z-index:5;
}

#section-4{
    min-height: 700px;
    background: white !important;
    position: relative;
    z-index:5;
    
    /* margin-bottom: 500px; */
}

#section-5 .inner circle{
    opacity: 0;
    stroke: #C68510;
    fill: #1d1d1d;
}

.big-circle-stroke-1{
    stroke: #C68510 !important;

}

#section-5 .inner svg image{
    opacity: 0;
}

#section-4 .text-wrapper{
    width: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    min-height: 700px;
}

#section-4 .text-wrapper h3{
    color: #1D1D1D;
    text-align: center;
    font-family: 'Encode Sans', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 182%; /* 54.6px */
    max-width: 500px;
    margin-bottom:100px;
    position: relative;
    opacity: 0;
    text-align: left;
}

#line-connected-1{
    stroke: #C68510 !important;
}

#line-connected-2{
    stroke: #C68510 !important; 
}


#section-4 .text-wrapper h3::after{
    content: '';
    width: 222px;
    height: 2px;
    background-color: #C68510;
    position: absolute;
    bottom: -50px;
    left: 0;
    /* left: 50%; */
    /* transform: translateX(-50%); */
}

#section-5{
    width: 100%;
    height: 543px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #1D1D1D;
    overflow: hidden;
}

#section-5 .contact-us-wrapper img{
    width: 65.082px;
    height: 41.995px;
    flex-shrink: 0;
    margin-top: 4px;
}

#section-5 .contact-us-wrapper a{
    color: white;
    font-family: 'Encode Sans', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 34.58px */
    text-decoration: none;
}

#section-5 .inner{
    max-width: 1300px;
    width: 100%;
    display: flex;
    flex-direction:column;
    margin: 0 auto;
    justify-content: center;
    position: relative;
    height: 100%;
}

#section-5 svg{
    transform: scale(1.04);
    position: absolute;
    right: 0;
    z-index:0;
    /* max-width: 1050px; */
    top: 0;
    height: 100%;
    width: 1050px;
}

#section-6{
    height: 500px;
}

#section-5 h3.main-text{
    color: white;
    font-family: 'Encode Sans', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 182%; /* 54.6px */
    max-width: 522px;
    width: 100%;
    z-index:5;
    position: relative;
}

#section-5-animation-wrapper{
    position: relative;
    height: fit-content;
}

#section-5 h3 i{
    color: #C68510;
}

#section-5 h4{
    color: white;
    font-family: 'Encode Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 43.68px */
    margin-bottom: 0;
    margin-top: 0;
}

#section-5 .contact-us-wrapper{
    position: absolute;
    display: flex;
    flex-direction: row;
    right: 0;
    bottom: 60px;
    column-gap: 12px;
}

#section-5 .contact-us-wrapper img{
    position: relative;
}



/* #section-5 img{
    position: absolute;
    width: 313px;
    height: 373px;
    opacity: 0.13;
    z-index: 1;
    top: -68px;
    left: 50%;
    transform: translateX(-50%);
} */

#section-4-img-wrapper{
    width: 50%;
    flex-shrink: 0;
}

#section-4 .building{
    width: 50vw;
    height: 100%;
    object-fit:cover;
}


#section-4-inner{
    display:flex;
    flex-direction:row;
    max-width: 1300px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

#section-3 h3{
    font-size: 42px;
    font-weight: 600;
    max-width: 66%;
    position: relative;
    line-height: 140%;
    margin-bottom:55px;
    opacity: 0;
}

#section-3 h4{
    font-size: 24px;
    font-weight: 600;
    margin-top: 0px;
}

#section-3 h4 span{
    font-size: 16px;
    font-weight: 400;
}

#section-3-text-wrapper{
    /* padding-left: 30px; */
}

/* #section-3-text-wrapper h3{
    max-width: 100%;
    color: white;
    text-align: justify;
    font-size: 38px;
} */

#section-3-text-wrapper h3{
    color: white;
    font-family: 'Encode Sans', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 182%;
    max-width: 522px;
    width: 100%;
    z-index: 5;
    position: relative;
    /* padding-right: 40%; */
    margin-top: 0;
    max-width: 100%;
    text-align: justify;
}

#section-3-list-wrapper{
    display: flex;
    flex-direction: row;
    margin-left: 32px;
}

.section-3-position{
    width: 100%;
    opacity: 0;
    position: relative;
}

.section-3-position p{
    font-size: 26px;
}

/* .section-3-position p{
    padding-right: 40%;
    margin-top: 0;
    font-size: 18px;
    color: white;
} */
.section-3-position p{
    color: white;
    font-family: 'Encode Sans', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 182%;
    width: 100%;
    z-index: 5;
    position: relative;
    margin-top: 0;
}

.section-3-position::after{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #C68510;
    position: absolute;
    left: -30px;
    border-radius: 50%;
    top: 18px;
}

#section-3 h3::after{
    content: '';
    width: 2px;
    height: 52px;
    background-color: #C68510;
    position: absolute;
    left: -30px;
    top: 0;
    display: none;
}


#footer-inner-wrapper{
    height: 100%;
    position: relative;
    padding-top: 82px;
    display: flex;
    flex-direction: row;
}

#footer-inner-wrapper .column-1{
    width: 100%;

}

#footer-inner-wrapper .column-2{
    padding-top: 9px;
    display:flex;
    flex-direction: column;
    row-gap: 4px;
}

#footer-inner-wrapper .column-2 a {
    color: #C68510;
    font-family: 'Encode Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    text-decoration: none;
    white-space: nowrap;
}

#footer-inner-wrapper .column-2 h4{
    color: #1D1D1D;
    font-family: 'Encode Sans', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}

#footer-inner-wrapper .column-1 svg{
    width: 300px;

}

#footer-inner-wrapper .column-1 svg path{
    fill: #1D1D1D;
}


    /* SECTION 3 CLASSES END  */












































/* MEDIA  */




@media (max-width: 768px) {

    #section-3{
        padding-bottom: 70px;
        margin-top: 0;
        padding-top: 55px;
    }

    #section-4-inner{
        flex-direction: column;
    }

    .section-3-position p{
        font-size: 18px;
  
    }

    #section-4{
        padding-top: 55px;
        padding-bottom: 70px;
    }

    #section-4 .text-wrapper{
        width: 100%;
        min-height: fit-content;
    }

    #section-4 .text-wrapper h3::after{
        display: none;
    }

    #section-5 h3.main-text{
        font-size: 22px;
    }

    .mobile-container{
        padding-left: 20px;
        box-sizing: border-box;
        padding-right: 20px;
    }

    #section-4-inner .img-wrapper{
        width: 100%;
        min-height: fit-content;
        padding-left: 10px;
        box-sizing: border-box;
    }

    #section-4-inner{
        max-width: 100%;
    }

    #section-4 .text-wrapper h3{
        width: 100%;
        max-width: 100%;
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 50px;
    }

    #section-5 svg{
        position: relative;
        width: 100%;
    }

    #section-5 .contact-us-wrapper img{
        width: 44px;
        height: 28px;
    }

    #section-5 h4{
        font-size: 20px;
    }

    #footer-inner-wrapper{
        flex-direction: column;
        padding-top: 40px;
    }

    #footer-inner-wrapper .column-1{
        width: 100%;
    }


    #section-5{
        padding-bottom: 70px;
        height: fit-content;
        padding-top: 55px;
    }

    #section-5 .contact-us-wrapper{
        position: relative;
        bottom: 0;
        margin-top: 50px;
    }


    #second-animation-svg{
        margin-left: 0 !important;
        width: 50%;
        align-items: flex-end !important;
    }

    .second-animation-text-wrapper{
        width: 50% !important;
    }

    #section-3-text-wrapper h3{
        font-size: 22px;
        text-align: left;
        margin-bottom: 20px;
    }

    #second-animation-svg img{
        width: 80px;
    }

    .second-animation-text.active{
        transform: translateX(0) !important;
    }

    .second-animation-text{
        transform: translateX(0) !important;
    }

    .second-animation-text-1 h3{
        font-size: 24px;
    }

    .second-animation-text-1 h3 i.small{
        font-size: 24px;
    }

    .second-animation{
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        margin-top: 0vh !important;
        column-gap: 10px;
        margin-left: -34px;
    }


    #particles-wrapper{
        height: 100%;
        width: 100%;
        padding-right: 0 !important;
        margin-right: 30px !important;
    }

    #footer-inner-wrapper .column-2 h4{
        font-size: 16px;
    }

    #footer-inner-wrapper .column-2 a{
        font-size: 16px;
    }

    #particles-wrapper{
        -webkit-mask: radial-gradient(circle at 50% 50%, black, black 40%, transparent 50%, transparent);
        mask: radial-gradient(circle at 50% 50%, black, black 27%, transparent 33%, transparent);
        
    }


}








#footer-inner-wrapper .column-2{
    flex-direction: row;
    gap: 10px;
}

#footer-inner-wrapper .column-2 span{
    background: #C68510;
    height: 30px;
    width: 2px;
    display: block;
}

.header-title-with-arrow{
    color: black;
    text-decoration: none;
    
}



@media (min-width: 769px) and (max-width: 1400px) {
    #section-3{
        padding-left: 50px;
        padding-right: 50px;
    }

    #section-4{
        padding-left: 50px;
        padding-right: 50px;
    }

    #section-5 .main-text{
        padding-left:50px;
    }

    #section-5 .contact-us-wrapper{
        right: 50px;
    }

    #footer-inner-wrapper{
        padding-left: 50px;
        padding-right: 50px;
        box-sizing: border-box;
    }

    #section-5 .inner{
        justify-content: start;
    }
}

@media (min-width: 900px) and (max-width: 1200px) {
    #particles-wrapper{
        -webkit-mask: radial-gradient(circle at calc(50% + 20px) 50%, black, black 16%, transparent 35%, transparent);
        mask: radial-gradient(circle at calc(50% + 20px) 50%, black, black 25%, transparent 35%, transparent);
    }
}


@media (min-width: 769px) and (max-width: 899px) {
    #particles-wrapper{
        -webkit-mask: radial-gradient(circle at calc(50% + 20px) 50%, black, black 16%, transparent 25%, transparent);
        mask: radial-gradient(circle at calc(50% + 20px) 50%, black, black 15%, transparent 25%, transparent);
    }
}



@media (min-width: 769px) {
    .second-animation {
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        margin-top: 0vh !important;
        column-gap: 10px;
        margin-left: -34px;
    }
    
    #second-animation-svg {
        margin-left: 0 !important;
        width: 50%;
        align-items: flex-end !important;
    }

    .second-animation-text-wrapper {
        width: 50% !important;
    }
}