* {
    box-sizing: border-box;
}

.scroll--button {
    display: none;
    height: 45px;
    width: 45px;
    background-color: hsl(355, 100%, 74%);
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Overpass';
}

header {
    height: 100vh;
    background-image: url('../images/bg-pattern-intro-desktop.svg');
    background-color: hsl(356, 100%, 66%);
    background-size: 2000px;
    border-bottom-left-radius: 70px;
    background-position: left;
}

.container {
    max-width: 1140px;
    margin: auto;
}

.header--area {
    display: flex;
    height: 100px;
    justify-content: space-between;
    align-items: center;
}



.left--area {
    display: flex;
    align-items: center;
}

.left--area img {
    width: 100px;
    height: 40px;
}

.nav--list {
    display: flex;
}

.menu--item{
    list-style: none;
    margin-right: 40px;
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
}

.right--area {
    display: flex;
}

.open-menu {
    display: none;
    cursor: pointer;
    font-size: 30px;
}

.line1, .line2, .line3{
    width: 32px;
    height: 2px;
    background-color: #FFF;
    transition: all ease 0.2s;
    margin: 8px;
}


.button {
    display: flex;
    width: 120px;
    height: 40px;
    border-radius: 30px;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    background-color: transparent;
    transition: all ease 0.2s;
}

.button:hover {
    color: hsl(356, 100%, 66%);
    background-color: #FFF;
}

.white {
    color: hsl(356, 100%, 66%);
    background-color: #FFF;
}

.white:hover {
    background-color: hsl(355, 100%, 74%);
    color: #FFF;
}

.mobile--button {
    display: none;
    color: #000;
    margin-right: 0px;
    background-color: #FFF;
}

.mobile--button.active {
    display: flex;
}

.redMobile--button {
    display: none;
    background: hsl(356, 100%, 66%);
    color: #FFF;
    margin-right: 0px;
}

.redMobile--button.active {
    display: flex;
}

.border {
    border: 1px solid #FFF;
}

.start {
    display: flex;
    padding-top: 80px;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.start h1 {
    font-size: 60px;
    margin: 0;
    color: #FFF;
}

.start span {
    color: #FFF;
    margin-top: 20px;
}

.button--area {
    display: flex;
    padding-top: 30px;
}

.designed {
    padding-top: 40px;
}

.designed h1 {
    color: hsl(208, 49%, 24%)
}

.designed--title{
    text-align: center;
}

.designed--area {
    display: grid;
    grid-template-columns: 600px 1fr;
}

.content--area {
    padding: 150px 80px;
}


.content--area p{
    margin-bottom: 60px;
    line-height: 30px;
}

.designed--img {
    background-image: url('../images/illustration-editor-desktop.svg');
    background-size: cover;
    background-position: left;
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

.state {
    display: flex;
    height: 400px;
    border-bottom-left-radius: 70px;
    border-top-right-radius: 70px;
    background: linear-gradient(90deg, rgb(48,49,69) 0%, rgb(59, 62, 95) 30%);
}

.state--img {
    height: 550px;
    width: 585px;
    margin-top: -50px;
}

.content--area--state {
    padding: 100px 80px;
}

.content--area--state h1 {
    color: #FFF;
    font-size: 40px;
}

.content--area--state p {
    color: #FFF;
    line-height: 30px;
}

.area3 {
    padding: 100px 0px;
}

.area3 h1 {
    color: hsl(208, 49%, 24%)
}

.area3--title{
    text-align: center;
}

.area3--area {
    display: grid;
    grid-template-columns: 1fr 600px;
}

.content--area3 {
    padding: 200px 80px;
}

.content--area3 p{
    margin-bottom: 60px;
    line-height: 30px;
}

.area3--img {
    background-image: url('../images/illustration-laptop-desktop.svg');
    background-size: cover;
    background-position: right;
}

footer {
    border-top-right-radius: 70px;
    background-color: hsl(240, 10%, 16%);
}

.footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    padding: 50px 0;
}

.footer-item p{
    width: min-content;
    border-bottom: 1px solid transparent;
    color: #eee;
    cursor: pointer;
}

.footer-item p:hover{
    border-bottom: 1px solid #FFF;
}

.footer-title {
    font-weight: bold;
    color: #FFF;
    margin-bottom: 40px;
}

@media(min-width: 769px) and (max-width: 1024px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .content--area--state h1 {
        font-size: 30px;
    }
}

@media(min-width: 426px) and (max-width: 768px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .start h1 {
        font-size: 50px;
    }
    
    .content--area--state h1 {
        font-size: 30px;
    }

    .designed--area {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .designed--img {
        background-image: url('../images/illustration-editor-mobile.svg');
        background-position: center;
        height: 500px;
        width: 500px;
    }

    .content--area {
        padding: 100px 80px;
    }

    .designed h1 {
        text-align: center;
    }

    .content--area p {
        text-align: center;
    } 

    .state {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .content--area--state {
        text-align: center;
        padding: 60px 60px;
    }

    .area3--area {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .area3--img {
        background-image: url('../images/illustration-laptop-mobile.svg');
        background-position: center;
        height: 500px;
        width: 500px;
    }

    .content--area3 {
        padding: 60px 40px;
        text-align: center;
    }

    .footer {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .footer img {
        margin-bottom: 20px;
    }

    .footer-item {
        width: 87px;
    }

    .footer-title {
        margin-bottom: 10px;
    }
}

@media(max-width: 425px) {
    body {
        overflow-x: hidden;
    }
    .nav--list {
        position: absolute;
        top: 90px;
        width: 100vw;
        right: 0px;
        height: calc(100vh - 90px);
        margin: auto;
        background-color: #FFF;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        transition: all ease 0.3s;
        transform: translateX(100%);
    }

    .nav--list.active {
        transform: translateX(0);
    }

    .menu--item {
        margin-right: 0px;
    }

    .open-menu {
        display: block;
    }

    .open-menu.active .line1 {
        transform: rotate(-45deg) translate(-8px, 8px);
    }

    .open-menu.active .line2 {
        opacity: 0;
    }

    .open-menu.active .line3 {
        transform: rotate(45deg) translate(-5px, -7px);
    }

    .nav--list li {
        color: #000;
        margin-left: 0;
    }

    .right--area a{
        display: none;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .start {
        padding-top: 30px;
    }

    .start h1 {
        font-size: 30px;
        text-align: center;
    }

    .button--area {
        padding-top: 50px;
    }
    
    .content--area--state h1 {
        font-size: 30px;
    }

    .designed--area {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .designed--img {
        background-image: url('../images/illustration-editor-mobile.svg');
        background-position: center;
        height: 200px;
        width: 200px;
    }

    .content--area {
        padding: 100px 80px;
    }

    .designed h1 {
        text-align: center;
    }

    .content--area p {
        text-align: center;
    } 

    .state {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .state--img {
        height: 285px;
        width: 285px;
        margin-top: -50px;
    }

    .content--area--state {
        text-align: center;
        padding: 60px 60px;
    }

    .area3--area {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .area3--img {
        background-image: url('../images/illustration-laptop-mobile.svg');
        background-position: center;
        height: 200px;
        width: 200px;
    }

    .content--area3 {
        padding: 60px 40px;
        text-align: center;
    }

    .footer {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .footer img {
        margin-bottom: 20px;
    }

    .footer-item {
        width: 87px;
    }

    .footer-title {
        margin-bottom: 10px;
    }
}