* {
    margin:0;
    padding:0;
    font-family: "Roboto";
}

img {
    width: 100%;
    height:100%;
}

.container {
    width:1216px;
    margin: 0 auto;
    display:flex;
    padding:80px 0;
}

header {
    border-bottom: 1px solid #D9D9D9
}

.header__logo {
    width: 134px;
}

header .container {
    padding: 16px 0;
    justify-content:space-between;
    align-items:center;
}
.header__menu{
    display:flex;
}
.header__menu ul {
    list-style: none;
    display:flex;
    gap: 32px;
    align-items:center;
}

.header__menu_item a{
    text-decoration: none;
    color: #000000;
    font-size:14px;
    font-weight:600;
    cursor: pointer;
}


.button {
    color: white;
    font-size:16px;
    font-weight:600;
    text-decoration: none;
    background:#39B000;
    border-radius: 36px;
    padding: 14px 40px;
    cursor: pointer;
    width:fit-content;
}

.button *{
    color: white;
    font-size:16px;
    font-weight:600;
    text-decoration: none;
    white-space: nowrap;
}


.header__menu_button{
    margin-left:52px;
    padding:10px 43px;
}
.header__menu_button a{
    font-size:14px;
}

.action{
    background-image: url('/assets/img/action_background.svg');
    background-repeat: no-repeat;
    background-size:100%;
    background-color: #fbfbfb;
}

.action .container{
    flex-direction: column;
    align-items: center;
}

.action .title{
    font-family: "Roboto Serif";
    font-size: 60px;
    font-weight: 700;
    line-height: 84px;
    text-align: center;
    margin-bottom:16px;
}

.action .subtitle{
    font-size:20px;
    line-height: 23.44px;
    letter-spacing: 0.2px;
    margin-bottom: 50px;
}

.action .button{
    padding:18px 80px;
}

.features{
    background-color:#fbfbfb;
}
.features .badge{
    font-size:12px;
    padding:7px 14px;
    font-weight:600;
    background-color:#FFE0FB;
    width: fit-content;
    margin-bottom: 16px;
}

.features .container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:100px;
}

.features .title{
    font-family: "Roboto Serif";
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 20px;
}

.features .text{
    line-height:30px;
    font-size:20px;
}

.features .step {
    height:120px;
    box-shadow: 0px 2px 2px 0px #0000001A;
    padding:0 37.5px;
    vertical-align: middle;
    border-radius: 16px;
    display:flex;
    align-items:center;
    margin-bottom: 16px;
}

.features .step::before{
    display: block;
    width:32px;
    height:32px;
    background:#A91496;
    border-radius: 4px;
    color:white;
    position: relative;
    left:-48.5px;
    text-align: center;
    line-height: 32px;
    font-family: "Roboto Serif";
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 32px;
}

.features .step:nth-child(1)::before{
    content: "I";
}
.features .step:nth-child(2)::before{
    content: "II";
}
.features .step:nth-child(3)::before{
    content: "III";
}

.features .step span{
    font-family: "Roboto Serif";
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

.who .container{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:100px;
    align-items:center;
}

.who .title{
    font-family: "Roboto Serif";
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 20px;
}

.who .text{
    line-height:30px;
    margin-bottom: 50px;
}

.who .button{
    padding:18px 40px;
}
.value{
    background-color: #fbfbfb;
}
.value .container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
}

.feature .feature__image{
    border-radius: 24px;
    margin-bottom: 30px;
}

.feature .feature__title{
    font-family: "Roboto Serif";
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
}

.feature .feature__text{
    font-size:16px;
    line-height: 24px;
}

.discover{
    background-color: #fbfbfb;
    padding-bottom:80px;
}

.discover .container{
    padding: 80px 0;
    flex-direction: column;
    background-image: url("/assets/img/discover_background.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: bottom;
    border-radius: 20px;
    box-shadow: 0px 4px 14px 0px #0000001A;
}

.discover .title{
    font-family: "Roboto Serif";
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    text-align: center;
    margin-bottom: 20px;
}

.discover .discover__buttons{
    display:flex;
    gap:30px;
    margin:0 auto;
}

footer .container{
    flex-direction: column;
}

.footer__menu{
    border-top:1px solid #D2D5DA;
    padding-top:24px;
    display:flex;
    justify-content: space-between;
    align-items:center;
}
.footer__menu ul{
    list-style:none;
    display: flex;
    gap:30px;
}

.footer__menu ul li a{
    text-decoration: none;
    color: #4B5563;
    font-weight: 600;
    font-size:14px;
}

.footer__logo{
    width:134px;
    display:block;
}

.footer__socials{
    display: flex;
    gap:8px;
}

.footer__socials_item{
    width:20px;
    height:20px;
    padding: 12px;
}

.footer__copyright{
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    text-align:center;
    margin-top: 24px;
    color: #6D7280;
}
.header__mobile{
    display: none;
}
.contact .card{
    width: 300px;
    margin: 0 auto;
    border: 1px solid black;
    border-radius:8px;
    margin-top:100px;
    padding:30px;
}
.contact .card form{
    display:flex;
    flex-direction: column;
    gap: 10px;
    align-items:center;
}
.contact form input[type=text], 
.contact form input[type="email"],
.contact form textarea{
    padding: 3px;
    width: 100% !important;
}
@media screen and (max-width: 1280px){
    .container {
        width:700px;
    }
    .action .title{
        font-size: 40px;
        line-height: 60px;
    }
    .features .title{
        line-height: 40px;
    }
    .features .container{
        gap:30px;
    }
    .features .step span{
        font-size:14px;
        line-height:20px;
    }
    .features .step{
        height:70px;
    }
    .who .container{
        gap:30px;
    }
    .discover .title{
        font-size:24px;
    }
}

@media screen and (max-width: 700px){
    .container{
        width:90%;
    }
    .footer__menu{
        flex-direction: column;
    }
    .action .subtitle{
        text-align: center;
    }
    .features .container{
        grid-template-columns: 1fr;
    }
    .title{
        font-size:30px !important;
        line-height: 40px !important;
    }
    .who .container{
        grid-template-columns: 1fr;
    }
    .value .container{
        grid-template-columns: 1fr;
    }
    .discover .title{
        font-size:22px !important;
    }
    .discover .container{
        padding: 80px 20px;
    }
    .discover__buttons img{
        width: 200px;
    }
    .footer__menu ul{
        flex-direction: column;
        gap:12px;
        align-items:center;
    }
    .footer__menu ul li a{
        font-size:16px;
    }
    .header__mobile{
        display:block;
        width:30px;
    }
    .header__menu{
        display: none;
        flex-direction: column;
        position: absolute;
        background: white;
        top: 68px;
        width: 100%;
        left: 0;
        padding: 20px 0;
    }
    .header__menu ul{
        flex-direction: column;
        gap:10px;
    }
    .header__menu_button{
        margin:0 auto;
        margin-top: 10px;
    }
}
@media screen and (max-width:470px){
    .discover__buttons{
        flex-direction: column;
    }
    .discover .container{
        padding: 40px 10px;
    }
    .who .button{
        margin: 0 auto;
    }
}