body{
    font-family: 'Istok Web', sans-serif;
}

.main-body{
    position: relative;
    background-color: #000000;
}

header{
    position: absolute;
    background: transparent;
    top: 35px;
    width: 100%;
}

.container{
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1070px;
}

.navbar{
    background-color: #FFFFFF;
    padding: 22px 0 24px 105px;
}

.navbar-collapse{
    justify-content: flex-end;
    align-items: center;
}

.navbar-brand{
    padding: 0;
}

.nav-item{
    margin-left: 55px;
}

.nav-link{
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
}

.nav-link:hover{
    color: #000000;
    text-decoration: underline;
}

.logo{
    width: 200px;
}

.main-blog{
    background-image: url(../image/bgMain.png);
    padding-top: 340px;
    background-repeat: no-repeat;
    background-size: cover;
}

.title-blog h1{
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    color: #FFFFFF;
    max-width: 400px;
    margin-bottom: 30px;
}

.boxes{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.txt-box p{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    max-width: 504px;
    margin-bottom: 20px;
}

.txt-box a{
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: underline;
}

.pitch-box{
    width: 185px;
    height: 66px;
    background-color: #B8AAD3;
    display: flex;
    align-items: center;
}

.pitch-box a{  
    padding: 22px 50px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
}

.second-blog{
    background-color: #F1F1F1;
    position: relative;
    padding: 50px 0 95px 0;
}

.third-blog{
    height: 1635px;
    padding: 0;
}

.txt-box-second p{
    color: #000000;
}

.text-bold{
    font-weight: 700;
}

footer{
    background-color: #000000;
    padding: 36px 0;
}

.footer-blog{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-item{
    list-style-type: none;
    padding-right: 55px;
}

.footer-box{
    padding-left: 80px;
}

.footer-box ul{
    display: flex;
    margin: 0;
}

.footer-link{
    color: #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    text-decoration: none;
}

.footer-link:hover{
    color: #FFFFFF;
    text-decoration: underline;
}

.legal-blog{
    background-image: url(../image/bgLegal.png);
    padding-top: 400px;
}

.txt-box-third{
    padding-bottom: 20px;
}

.contact-blog{
    background-image: url(../image/bgContact.png);
    padding-top: 350px;
}

.contact-box{
    max-width: 525px;
    background: rgba(0, 0, 0, 0.4);
    padding-left: 105px;
}

.contact-box h1{
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    color: #FFFFFF;
    padding-top: 33px;
    padding-bottom: 0;
    margin: 0;
}

.contact-box p{
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    color: #FFFFFF;
    padding-bottom: 10px;
    max-width: 187px;
    padding-left: 3px;
}

.contact-form{
    display: flex;
    flex-direction: column;
}

.contact-form input{
    width: 293px;
    height: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border: none;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #FFFFFF;
    background: none;
}

.contact-form input::placeholder{
    color: #FFFFFF;
}

.contact-form textarea{
    margin-top: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    width: 293px;
    height: 135px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #FFFFFF;
    outline: none;
    background: none;
    resize: none;
}

.contact-form textarea::placeholder{
    color: #FFFFFF;
}

.contact-form button{
    width: 190px;
    height: 34px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    background: linear-gradient(270deg, #A770FA 7.45%, #DD6766 76.68%);
    border-radius: 30px;
    border: none;
    margin: 25px 0 30px 0;
}

.pitch-blog{
    background-image: url(../image/bgPitch.png);
    padding: 0;
    height: 700px;
    width: 100%;
}

.pitch-boxes{
    background-color: #FFFFFF;
    padding: 50px 10px 90px 105px;
    position: absolute;
    bottom: 0;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    max-width: 1030px;
    width: 100%;
}

.btn-submit{
    background: linear-gradient(270deg, #A770FA 7.45%, #DD6766 76.68%);
    border-radius: 30px;
    border: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    width: 190px;
    height: 34px;
    margin-top: 60px;
}

.pitch-title{
    display: flex;
    height: 75px;
}

.pitch-title h1{
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    color: #000000;
    max-width: 295px;
    width: 100%;
}

.pitch-title p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding-left: 38px;
    max-width: 292px;
}

.pitch-box-second{
    display: flex;
}

.pitch-box-second p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding-left: 38px;
    max-width: 292px;
}

.border-input{
    border-top: none;
    border-right: none;
    border-left: none;
    outline: none;
    border-bottom: 1px solid #000000;
}

.pitch-input{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    width: 295px;
    height: 32px;
    margin-top: 15px;
}

.pitch-big-box h4{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0;
}

.pitch-big-box p{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    padding: 0;
    margin: 0;
}

.input-style{
    margin-right: 14px;
}

.input-style::after{
    background: #DD6766;
}

.pitch-textarea{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    width: 295px;
    height: 120px;
    margin-top: 15px;
    resize: none;
}

.pitch-big-box{
    padding-top: 45px;
}

.pitch-title-second{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pitch-title-second h4{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0;
}

.pitch-title-second p{
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
    color: #959595;
}

.pitch-form{
    display: flex;
    flex-direction: column;
}

.border-input-second{
    border-bottom: 0.5px solid #000000;
}

.pitch-big-box{
    max-width: 336px;
    width: 100%;
}

.pitch-big-box-second{
    max-width: 505px;
    width: 100%;
}

.pitch-big-box-third{
    max-width: 315px;
    width: 100%;
}

.fa-bars{
    font-size: 30px;
}

@media all and (max-width: 1065px){
    .pitch-boxes{
        transition: 0.3s;
        max-width: 800px;
        margin: 0 auto;
    }
}

@media all and (max-width: 836px){
    .pitch-boxes{
        max-width: 640px;
    }
}

@media all and (max-width: 992px){
    .navbar-nav{
        margin-top: 15px;
    }

    .nav-item{
        margin-left: 5px;
    }

    .nav-link{
        font-size: 16px;
    }
}

@media all and (max-width: 720px){
    .boxes{
        flex-direction: column;
        align-items: flex-start;
    }

    .pitch-box{
        margin: 0 auto;
    }
}

@media all and (max-width: 675px){
    .pitch-title{
        flex-direction: column;
    }

    .pitch-title p{
        padding: 0;
        margin: 0;
    }

    .pitch-box-second{
        flex-direction: column-reverse;
    }

    .pitch-box-second p{
        padding: 0;
        margin: 0;
    }

    .pitch-boxes{
        padding-left: 30px;
        padding-right: 10px;
        max-width: 500px;
    }
}

@media all and (max-width: 600px){
    .navbar{
        padding-left: 30px;
    }

    .footer-blog{
        flex-direction: column;
    }

    .footer-box{
        padding-left: 0;
        padding-bottom: 30px;
    }

    .footer-box ul{
        flex-direction: column;
        padding-left: 0;
    }

    .footer-item{
        padding-right: 0;
        text-align: center;
        margin-top: 7px;
    }

    .contact-box{
        padding-left: 30px;
    }
}

@media all and (max-width: 560px) {
    .pitch-title-second{
        flex-direction: column;
        align-items: flex-start;
    }

    .pitch-boxes{
        max-width: 400px;
    }
}
