@font-face {
    font-family: "Neuee";
    src: url(../fonts/NeueEinstellung-Black.woff2);
}
@font-face {
    font-family: "Neuee-normal";
    src: url(../fonts/NeueEinstellung-Normal.woff2);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --primary-color: #c91036;
}

body{
    width: 100%;
    position: relative;
    font-family: 'Neuee-normal';
    overflow-x: hidden;

}

nav{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    background: rgba(0,0,0,.1);
    padding: 10px;
    border-radius: 10px;
    position: fixed;
    top: 25px;
    left: 50%;
    margin-right: -50%;
    transform: translateX(-50%);


}

li{
    list-style: none;
}
a{
    color: unset;
    text-decoration: none;
}
img{
    width: 100%;
}
header{
    padding-right: 20px;
    padding-left: 20px;
    background-color: #1c1c1c;
    background-image: linear-gradient(90deg, #1c1c1c, rgba(28, 28, 28, 0) 70%), url(https://www.adult.design/images/adult-design-top-bg-v2_1.jpg);
    background-position: 0px 0px, 100% 50%;
    background-size: auto, 1280px;
    background-repeat: repeat, no-repeat;
    padding: 200px 20px;
    overflow: hidden;
}
header img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top right;
}
.header-text span{
    display: block;
    font-size: 24px;
    line-height: 54px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Neuee';
}
.header-text h1{
    position: relative;
    display: block;
    color: #c91036;
    font-size: 88px;
    margin-bottom: 60px;
    font-family: 'Neuee';
}
.header-text p{
    margin-top: 40px;
    font-size: 15px;
    font-weight: lighter;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.header-text{
    max-width: 740px;
    color: white;
}
.container{
    max-width: 1300px;
    width: 100%;
    padding: 10px;
    margin: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
}
.md-2,
.md-3,
.md-4,
.md-6,
.md-8,
.md-9,
.md-12 {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}
.md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.md-5 {
    flex: 0 0 41.66666%;
    max-width: 41.666666%;
}
.md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.md-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.md-10 {
    flex: 0 0 83.333335%;
    max-width: 83.333335%;
}
.md-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.box {
    padding: 10px;
    margin: auto;
    position: relative;
}
.intro-text{
    padding: 20px;
}
.ai-center{
    align-items: center;
}
#why-us{
    background-color: #292936;
    position: relative;
    color: white;
    overflow: hidden;

}
#why-us img{
    max-width: 200px;
    position: absolute;
    top: 30px;
}
.why-us-content{
    padding: 100px;
    margin-left: 200px;
    max-width: 900px;
    text-align: center;
}
.why-us-content .btn{
    margin: auto;
}
.why-us-title{
    font-size: 40px;
    font-family: 'Neuee';
    text-transform: uppercase;
    margin-bottom: 50px;
}
.btn{
    background: #c91036;
    color: white;
    display: block;
    width: max-content;
    margin: 20px 0;
    padding: 12px 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Neuee';
    letter-spacing: 1px;
    border: 1px solid transparent;
    transition: .3s;
}
.btn:hover{
    border: 1px solid white;
}
.why-us-paragraph{
    font-size: 24px;
    line-height: 1.6em;
    margin-bottom: 30px;
    color: #7b7b7b;

}
#work{
    background-image: linear-gradient(180deg, #1c1c1c, #1c1c1c);
    color: white;
    padding: 50px 0;
    padding-bottom: 90px;
}
#work h2{
    font-family: 'Neuee';
    font-size: 46px;
    color: #c91036;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.work-content strong{
    font-size: 32px;
    font-family: 'Neuee';
    display: block;
    margin: 50px 0;
}
.work-content p{
    font-size: 24px;
    margin-bottom: 50px;
}
.form{
    background: rgb(255, 255, 255);
    max-width: 600px;
    border-radius: 15px;
    margin: auto;
    translate: 0 -100px;
    padding: 15px;

}
.form h2{
    font-family: 'Neuee';
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
}
.form-input{
    display: block;
    margin: 20px 0;
}
.form-input label{
    font-family: 'Neuee';
    display: block;
    text-transform: uppercase;
    font-size: 13px;
}
.form-input input{
    width: 100%;
    border: 1px solid #2929367c;
    padding: 16px 12px;
    background: transparent;
    outline: 0;
}
button.btn{
    width: 100%;
}
footer{
    text-align: center;
}
footer strong{
    margin-bottom: 30px;
    display: block;
}
.menu-btn{
    width: 60px;
    height: 60px;
    background: #c91036;
    position: fixed;
    top: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    z-index: 100;
}
.menu-btn span{
    width: 32px;
    height: 3px;
    margin: 3px auto;
    background: white;
    display: block;
}
.intro-text h2{
    font-family: 'Neuee';
    font-size: 32px;
    margin-bottom: 30px;
}
.intro-text p{
    font-size: 20px;
    line-height: 1.6em;

}


.menu{
    position: fixed;
    top: 0;
    right: 0;
    max-width: 690px;
    width: 100%;

    height: 100vh;
    background: white;
    z-index: 99;
    translate: 690px 0px;
    transition: .5s;
    display: flex;
    align-items: center;
    padding: 60px;
}
.list li{
    display: block;
}
.list li a{
    display: block;
    font-family: 'Neuee';
    font-size: 50px;
    color: #292936;
    text-transform: uppercase;
    margin: 40px 0;
}
.menu-active{
    translate: 0 0;
}
.why-us-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1em;
    margin: 20px auto;
    margin-bottom: 40px;
    width: 100%;

}
.why-us-box{
    text-align: center;
    padding: 15px 12px;
    border: 2px solid #c91036;
    border-radius: 4px;
}
@media (max-width: 1024px){

    .row{
        display: block;
    }
    .md-2,
    .md-3,
    .md-4,
    .md-6,
    .md-8,
    .md-9,
    .md-12 {
        padding-top: 7.5px;
        padding-bottom: 7.5px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .why-us-content{
        padding: 60px 10px;
        margin-left: unset;
    }
    #why-us img{
        opacity: .2;
        top: unset;
        right: 0;
        bottom: 0;
    }
    .header-text span{
        font-size: 18px;
    }
    .header-text h1, #work h2{
        font-size: 32px;
    }
    .why-us-grid{
        grid-template-columns: repeat(1,1fr);
    }
    .menu{
        padding: 20px 0;
    }
    .list{
        width: 100%;
    }
    .list li a{
        font-size: 32px;
        text-align: center;
        width: 100%;
        margin: 30px auto;
    }

}