@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    overflow: hidden !important; 
}

body {
    margin: 0;
    padding: 0;
    font-family: Montserrat;
    /* width: 100vw; */
    /* overflow-x: hidden; */
}

html {
    overflow-y: scroll !important;
}

header {
    position: relative;
    width: calc(100vw - 160px);
    height: calc(100px - 70px);
    top: 0;
    padding: 35px 80px;
    z-index: 999;
}

header h2 {
    color: #272727;
    margin: 0;
    font-size: 25px;
    float: left;
    cursor: pointer;
}

header #menu {
    float: right;
    margin-top: 5px;
}

header #menu a {
    color: #272727;
    margin-left: 95px;
    font-weight: 300;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: black;
}

#menuOpen-Close {
    display: none;
}


/* Menu finished */

.container {
    /* width: calc(100vw - 160px); */
    width: 100vw;
    position: relative;
    /* left: 80px; */
}

#contentSection1 {
    width: calc(100vw - 160px);
    left: 80px;
    position: relative;
}

.box-left {
    width: calc(60vw - 80px);
    /* position: relative; */
    /* height: 100%; */
}

.box-left h1 {
    font-size: 33px;
    width: 500px;
    color: #5D5D5D;
    margin-top: calc((100vh - 100px) / 2 - 75px);
}

.box-left .arrow-down {
    width: 40px;
    margin-left: calc(50% - 40px);
    margin-top: calc(175px);
}

#landing-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 40vw;
    height: 100vh;
    background: url("landing-image.jpg") no-repeat;
    background-size: cover;
    background-position: bottom;
}



#contentSection2 {
    /* height: 600px; */
    width: 100vw;
    margin-top: -17px;
    position: relative;
    background: url("box2.png") no-repeat;
    background-size: cover;

    color: #272727;
    padding-left: 80px;
    padding-top: 90px;
}

#contentSection2 h2,
#contentSection3 h2,
#contentSection4 h2 {
    font-size: 35px;
    margin-top: 15px;
    width: fit-content;
}

ul {
    width: fit-content;
    margin-left: -20px;
    margin-top: -25px;
    padding-left: 18px;
    display: inline-block;
    width: 60vw;
    position: relative;
}

ul li {
    list-style: decimal !important;
    position: relative;
    padding-left: 25px;
    font-size: 15.5px;
    line-height: 30px;
}

ul li::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    position: absolute;
    left: 4px;
    top: 1px;
    font-size: 6px;
    color: #272727;
    width: 20px;
    z-index: 100;
}

#contentSection2 #profile-image {
    width: 20vw;
    position: absolute;
    /* position: absolute; */
    display: inline-block;
    right: calc(100% - 100vw + 80px);
}


#contentSection3 {
    /* height: 100vh; */
    width: 100vw;
    margin-top: 75px;
    position: relative;
    color: #272727;
    padding-left: 80px;
}

#contentSection3 p {
    width: 57.5vw;
    line-height: 27.5px;
    letter-spacing: 0.25px;
    word-spacing: 1px;
    margin-top: -15px;
}

#category-wrapper {
    margin-top: 50px;
}

.category {
    width: calc((100vw - 160px - 40px) / 2);
    height: 300px;
    display: inline-block;
    margin-bottom: 22.5px;
    margin-top: 22.5px;
}

.category:nth-of-type(2),
.category:nth-of-type(4) {
    margin-left: 40px;
}

.category h1 {
    color: #272727;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 40px;
    margin-top: calc((300px - 40px) - 40px);
    margin-left: 35px;
}

#contentSection4 {
    /* height: 600px; */
    width: 100vw;
    margin-top: 25px;
    position: relative;
    background: url("box2.png") no-repeat;
    background-size: cover;

    color: #272727;
    padding-left: 80px;
    padding-top: 90px;
}

form {
    width: calc((300px + 150px + 20px) * 2);
}

input {
    border: none;
    border-radius: 15px;
    height: 40px;
    font-size: 17px;
    font-family: 'Montserrat';
    letter-spacing: -0.2px;
    padding-left: 14px;
    /* display: block; */
    margin-right: 75px;
    margin-bottom: 25px;
    width: 350px;
    box-shadow: 2px 3px 17px 4px #d5d5d5;
    outline: none;
}

input[type=text]::placeholder {
    color: #525252;
    font-size: 16px;
}

textarea {
    border: none;
    border-radius: 15px;
    height: 100px;
    font-size: 17px;
    font-family: Montserrat;
    letter-spacing: -0.2px;
    padding-left: 14px;
    padding-top: 10px;
    /* display: block; */
    margin-right: 150px;
    margin-bottom: 25px;
    width: 793px;
    box-shadow: 2px 3px 17px 4px #d5d5d5;
    outline: none;
}

textarea::placeholder {
    color: #525252;
    font-size: 16px;
}

input[type=submit] {
    background-color: #6A7E97;
    color: white;
    width: calc(368px + 75px / 2);
    box-shadow: 2px 3px 17px 4px rgb(143, 143, 143);
    margin-bottom: 50px;
}



footer {
    position: relative;
    margin-top: 40px;
    padding: 40px 80px;
}

footer a {
    margin-top: 100px;
    margin-right: 50px;
    display: inline-block;
}

footer #copyright {
    margin-right: 0 !important;
    float: right;
}

#title {
    display: none;
}

#notice {
    z-index: 999999;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
}

#notice div {
    position: fixed;
    height: 100px;
    top: calc((100vh - 100px) / 2);
    width: 250px;
    left: calc((100vw - 250px) / 2);
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding-top: 30px;
    font-weight: 600;
    border-radius: 20px;
    font-size: 20px;
}

#notice button {
    background: #414f54;
    border: none;
    color: white;
    padding: 8px 0px;
    width: 200px;
    margin-left: calc((250px - 200px) / 2);
    margin-top: 25px;
    border-radius: 10px;
    display: block;
    align-self: center;
    text-align: center;
    cursor: pointer;
}









#contentSection2 p {
 width: calc(100vw - 80px * 2);
 line-height: 27.5px;
 letter-spacing: 0.25px;
 word-spacing: 1px;
 margin-bottom: 40px;
 margin-top: -10px;
}

.cS3T2 p {
    width: calc(100vw - 80px * 2) !important;
}

.cS3T2 h2 {
    font-size: 30px !important;
    margin-top: 40px !important;
}

.ul-data {
    width: calc(100vw - 80px * 3) !important;
    color: #3e3e3e;
    font-size: 16px;
    margin-top: 0px;
}

@media screen and (max-width: 1070px) {
    .box-left h1 {
        font-size: 27px;
        width: 400px;
    }

    #menu {
        position: fixed;
        top: 0;
        right: 0;
        background-color: white;
        height: 100vh;
        width: 0vw;
        z-index: 99999;
        margin: 0 !important;
        transition: .4s ease;
    }

    #menu a {
        display: none;
        color: #272727;
        position: fixed;
        margin: 0 !important;
        opacity: 0;
        transition: .4s ease;
        cursor: pointer;
    }

    #menu-item1 {
        top: 110px;
        left: 80px;
    }

    #menu-item2 {
        top: 150px;
        left: 80px;
    }

    #menu-item3 {
        top: 190px;
        left: 80px;
    }

    #menuOpen-Close {
        position: fixed;
        top: 42.5px !important;
        right: 80px !important;
        display: block !important;
        font-size: 22px !important;
        margin: 0 !important;
        cursor: pointer;
        transition: .4s ease;
        color: #272727;
        opacity: 1 !important;
    }

    #title {
        display: block;
        position: fixed;
        left: 80px;
        top: 35px;
        opacity: 0;
        transition: .4s ease;
    }


}

@media screen and (max-width: 930px) {
    #blumen {
        background-position: center !important;
    }

    input {
        width: 250px;
    }
    textarea {
        width: calc((265px * 2) + 75px);
    }

    form {
        width: calc(100vw);
    }
}

@media screen and (max-width: 810px) {
    #landing-image {
        width: 100vw;
    }

    .box-left {
        width: 100%;
    }

    .box-left h1 {
        color: white;
        width: 70vw;
    }

    ul {
       width: calc(100% - 160px); 
    }

    #contentSection2 #profile-image {
        position: relative;
        display: block;
        left: calc((100% - 160px) / 4);
        width: calc((100% - 160px) / 2);
        padding: 50px 0;
    }
}

@media screen and (max-width: 730px) {
    input,
    textarea,
    input[type=submit] {
        width: calc(100vw - 160px);
        display: block;
        margin-right: 0;
    }

    input[type=submit] {
        width: calc(100vw - 145px);
    }
}

@media screen and (max-width: 700px) {
    footer {
        padding: 40px;
    }

    footer a {
        margin-right: 0;
        display: block;
        text-align: left;
        margin-top: 10px;
        float: none !important;
    }

    header h2 {
        width: calc(100vw - 120px)
    }
}

@media screen and (max-width: 650px) {
    #contentSection3 p {
        width: calc(100% - 160px);
    }

    .category {
        width: calc(100% - 160px);
        display: block;
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 480px) {
    header {
        padding: 35px 40px;
        width: calc(100vw - 80px);
    }

    #menuOpen-Close {
        right: 40px !important;
    }

    #menu-item1,
    #menu-item2,
    #menu-item3,
    #title {
        left: 40px;
    }

    #contentSection1 {
        left: 40px;
        width: calc(100vw - 80px);
    }

    #contentSection2,
    #contentSection3,
    #contentSection4 {
        padding-left: 40px;
    }

    ul,
    #contentSection3 p,
    .category {
        width: calc(100% - 80px);
    }

    #contentSection2 #profile-image {
        left: 0;
        width: calc(100% - 80px);
    }

    input,
    textarea {
        width: calc(100vw - 95px);
    }

    input[type=submit] {
        width: calc(100vw - 80px);
    }
}




/* @media screen (max-width: 400px) {
    ul {
        width: ;
    }

    #profile-image {
        position: relative;
        display: block;
        right: auto;
        width: 60vw;
    }

    .category {
        display: block;
        margin-right: 0;
    }

    footer a {
        margin: 0;
        display: block;
        text-align: center;
    }
} */