body {
    font-family: 'DM Sans', sans-serif;
}

.container {
    max-width: 1070px;
    margin: 0 auto;
}

.header {
    background: #6089a545;
    padding: 38px 0 48px;
}

.header__flex, .about, .footer__flex, .subscribe, .plan__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__li {
    display: inline-block;
}

.nav__li:not(:first-of-type) {
    margin-left: 49px;
}

.nav__link {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.468947px;
    color: #696871;
    text-decoration: none;
}

.nav__link:hover {
    color: #000;
    transition: 300ms;
}

.button {
    width: 212px;
    height: 60px;
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.531474px;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.button__orange {
    background: #FF7143;
}

.button__orange:hover {
    background: #e98e70;
    transition: 300ms;
}

.hero__flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.hero__left {
    width: 55%;
    padding-left: 308px;
    box-sizing: border-box;
}

.hero__right {
    width: 45%;
    height: 650px;
    background-image: url(https://raw.githubusercontent.com/vmbnetua/yourcopywriter/main/images/copywritermain.jpg);
    background-size: cover;
}

.hero__title {
    font-weight: bold;
    font-size: 65px;
    line-height: 77px;
    letter-spacing: -2.50105px;
    color: #19191B;
    max-width: 470px;
    margin-bottom: 30px;
}

.about__text {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.625263px;
    color: #696871;
    max-width: 464px;
    margin-bottom: 50px;
}

.subscribe {
    margin-bottom: 85px;
}

.subscribe__title {
    font-weight: bold;
    font-size: 50px;
    line-height: 57px;
    letter-spacing: -1.56316px;
    color: #19191B;
    margin-bottom: 38px;
}

.input {
    width: 302px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #7087FF;
    padding-left: 14px;
    box-sizing: border-box;
    margin-right: 38px;
}

.input:focus {
    outline: none;
}

.input::placeholder, .input {
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.531474px;
    color: #000000;
}

.button__violet {
    background: #5454D4;
}

.button__violet:hover {
    background: #373786;
}

.button__transparent {
    background: none;
    color: #5454D4;
    border: 1px solid #5454D4;
    margin-left: 35px;
}

.footer {
    background: #6089a545;
    padding: 55px 0 55px;
}

.footer__nav {
    text-align: right;
}

.plan {
    margin-bottom: 130px;
}

.plan__title {
    max-width: 504px;
    font-weight: bold;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -1.87579px;
    color: #19191B;
    margin-bottom: 110px;
}

.item {
    width: 330px;
    background: #f8f8f8;
    border-radius: 10px;
    text-align: center;
    padding: 34px 0 27px;
}

.item:hover {
    transition: 500ms;
    background: #5454D4;
    box-shadow: 0px 32px 34px rgba(108, 130, 253, 0.318);
}

.item__text {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.562737px;
    color: #696871;
}

.item__title {
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 56px;
    letter-spacing: -1.03448px;
    color: #1D293F;
    margin: 22px 0 28px;
}

.item__title span {
    font-size: 28px;
}

.item__li {
    list-style: none;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 50px;
    letter-spacing: -0.531474px;
    color: #696871;
}

.item:hover .item__text, .item:hover .item__title, .item:hover .item__li {
    transition: 300ms;
    color: white;
}

.button__item {
    width: 285px;
    background: white;
    color: #5454b4;
    margin-top: 36px;
}

.item:hover .button__item {
    transition: 300ms;
    background: #373786;
    color: white;
}

.footer__copyright {
    text-align: center;
    padding-top: 40px;
}

@media (max-width: 1440px) {

    .hero__left {
        padding-left: 190px;
    }
    
    .hero__right {
        height: 600px;
    }
    
    .hero__title {
        font-size: 60px;
    }
    
}

@media (max-width: 1400px) {

    .hero__left {
        padding-left: 180px;
    }
}

@media (max-width: 1350px) {

    .hero__left {
        padding-left: 160px;
    }
}

@media (max-width: 1300px) {

    .hero__left {
        padding-left: 120px;
    }
}

@media (max-width: 1250px) {

    .hero__left {
        padding-left: 100px;
    }
}

@media (max-width: 1200px) {
    .hero__title {
        font-size: 50px;
    }
    
    .hero__left {
        padding-left: 80px;
    }

    .subscribe__title {
        font-size: 40px;
    }
    
    .plan__title {
        font-size: 40px;
    }
}

@media (max-width: 1100px) {
    .hero__left {
        padding-left: 40px;
    }    
}

@media (max-width: 1000px) {
    .hero__title {
        font-size: 40px;
    }

    .hero__left {
        padding-left: 10px;
    }

    .subscribe__title {
        font-size: 30px;
    }
    
    .plan__title {
        font-size: 30px;
    }

    .input {
        width: 200px;
        margin-right: 20px;
    }
}

@media (max-width: 760px) {
    .hero__title {
        font-size: 30px;
    }

    .subscribe__title {
        font-size: 24px;
    }
    
    .plan__title {
        font-size: 24px;
    }

    .input {
        width: 150px;
        margin-right: 10px;
    }
}

@media (max-width: 580px) {
    
}
