body{
    font-family: 'Sora', sans-serif;
}

.wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}

.container {
    max-width: 1370px;
    padding: 0 15px;
    margin: 0 auto;
}

.header{
    padding-top: 35px;
    position: relative;
    background-color: #142244;
    border-bottom: 21px solid #A8D0DA;
}

.navbar{
    padding-left: 100px;
}

.navbar-blog{
    z-index: 10;
}

.logo-blog{
    display: flex;
    justify-content: flex-end;
}

.navbar-brand{
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #A8D0DA;
    padding: 5px;
}

.navbar-brand:hover{
    color: #A8D0DA;
}

.navbar-brand:focus{
    color: #A8D0DA;
}

.container-fluid {
    padding: 0;
}

.navbar-nav{
    width: 100%;
    align-items: start;
    justify-content: flex-end;
}

.nav-link{
    margin-left: 40px;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    color: #A8D0DA;
}

.active-link{
    cursor: default;
    pointer-events: none;
    font-weight: 700;
    background-color: #A8D0DA;
    color: #142244;
}

.nav-link:hover{
    text-decoration: underline;
    color: #A8D0DA;
}

.nav-link:focus{
    color: #A8D0DA;
}

.img-blog{
    height: 480px;
    background-image: url(../images/indexBg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.info-blog{
    height: 100%;
}

.mainTxt-blog{
    display: flex;
}

.title-blog{
    max-width: 434px;
    width: 100%;
    margin-right: 20px;
    position: relative;
    z-index: 8;
    padding-left: 5px;
}

.titleTxt-blog h1{
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #A8D0DA;
    margin-bottom: 50px;
}

.titleTxt-blog p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    max-width: 322px;
    min-height: 200px;
    text-align: justify;
}

.titleTxt-blog-big p{
    max-width: 434px;
}

.titleBg-box{
    background-color: #403F3F;
    height: 100%;
    width: 200%;
    position: absolute;
    z-index: 13;
    left: -199%;
    top: 0;
}

.titleBg-boxSecond{
    background-color: #403F3F;
    height: 100%;
    width: 300%;
    position: absolute;
    z-index: 13;
    right: 0px;
    bottom: -99%;
}

.first-input-box{
    padding-top: 60px;
    padding-bottom: 80px;
    width: 100%;
    position: relative;
    z-index: 15;
    max-width: 900px;
    height: 100%;
    padding-left: 100px;
}

.first-form{
    position: relative;
    display: flex;
    margin-bottom: auto;
}

.first-form h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #2F3A56;
    padding-right: 60px;
    padding-top: 3px;
}

.input-box{
    display: flex;
    position: relative;
    width: 320px;
}

.input-box input{
    width: 320px;
    height: 40px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    padding-left: 10px;
    padding-right: 35px;
    border: none;
    margin-right: 0;
    background: rgba(168, 208, 218, 0.2);
}

.input-box input:focus{
    outline: none;
}

.input-box button{
    width: 30px;
    height: 40px;
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
}

.first-form p{
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #2F3A56;
    max-width: 320px;
    padding-top: 30px;
}

.first-form a{
    font-weight: 700;
    color: #2F3A56;
    text-decoration: none;
}


.navbar-nav hr{
    display: none;
}

.second-input-box{
    max-width: 660px;
    padding-left: 20px;
}

.input-box-second{
    margin-bottom: 24px;
    position: relative;
    max-width: 547px;
    width: 100%;
}

.input-box-second input{
    width: 320px;
    height: 40px;
    left: 163px;
    top: 458px;
    border: none;
    background: rgba(168, 208, 218, 0.1);
    margin-right: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    padding: 17px 10px 5px 21px;
}

.input-box-second input:focus{
    background-color: #FFFFFF;
    outline: 1px solid #142244;
    box-shadow: 2px 2px 2px #142244;
}

.input-box-second p{
    font-weight: 300;
    font-size: 8px;
    line-height: 10px;
    margin-bottom: 0;
    color: #1E1E1E;
    position: absolute;
    z-index: 15;
    left: 21.5px;
    top: 5px;
}

.second-form h2{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-top: 33px;
    margin-bottom: 30px;
    max-width: 380px;
}

.input-box-second textarea{
    height: 204px;
    max-width: 547px;
    width: 100%;
    resize: none;
    padding: 15px 10px 5px 21px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    background: rgba(168, 208, 218, 0.1);
    border: none;
}

.input-box-second textarea:focus{
    background-color: #FFFFFF;
    outline: 1px solid #142244;
    box-shadow: 2px 2px 2px #142244;
}

.input-box-third{
    flex-direction: column;
    margin-top: 24px;
}

.uploadBoxes{
    display: flex;
    background: rgba(168, 208, 218, 0.6);
    height: 40px;
    width: 320px;
    overflow: hidden;
    align-items: center;
    padding-left: 5px;
    border: none;
}

.uploadBox p{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #1E1E1E;
    margin-bottom: 0;
    padding-left: 9px;
}

.uploadBlog h4{
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}

.uploadForm{
    display: flex;
}

.uploadBtns-box{
    display: flex;
    margin-left: 20px;
}

.uploadBtns-box label{
    width: 40px;
    height: 40px;
    background-color: transparent;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    border: 1px solid #A8D0DA;
}

.removeFile{
    width: 40px;
    height: 40px;
    color: #000000;
    border: 1px solid #A8D0DA;
    background-color: transparent;
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    margin-right: 14px;
}

.input-box-third textarea{
    height: 130px;
    max-width: 433px;
}

.input-box-third p{
    top: 8px;
}

.uploadForm-second{
    margin-top: 37px;
}

.btn-submit{
    width: 227px;
    height: 40px;
    background: #142244;
    border: none;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.09em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 22px;
    padding-right: 13px;
}


.btn-submit-second{
    margin-bottom: 35px;
}

.img-blog-second{
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-blog{
    padding-top: 140px;
    padding-bottom: 25px;
    position: relative;
    padding-left: 100px;
}

.aboutBlog-img{
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 5;
    width: 49%;
}

.aboutBlog-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.title-blog-second{
    top: auto;
    bottom: 0;
    min-height: 411px;
    max-width: 750px;
    width: 100%;
}

.title-blog-third{
    max-width: 550px;
    height: 100%;
}

.aboutTxt a{
    font-weight: 500;
    color: #000000;
}

.titleTxt-blog-second h1{
    color: #D8E8E8;
}

.titleTxt-blog-second p{
    min-height: auto;
}

.titleTxt-blog-third p{
    max-width: 434px;
}

.titleTxt-blog-fourth{
    margin-top: 170px;
}

.titleTxt-blog-fifth{
    margin-top: 130px;
}

.titleTxt-blog-fifth p{
    min-height: auto;
}

.uploadBoxes-second{
    background-color: #FFFFFF;
}

.input-box-fourth input{
    background-color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}

.input-box-fourth textarea{
    background-color: #FFFFFF;
}

.form-text-box p{
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    max-width: 320px;
    margin-top: 4px;
    margin-bottom: 15px;
    color: #1E1E1E;
}

.input-box-fifth input{
    max-width: 546px;
    width: 100%;
}

.input-box-fifth textarea{
    height: 495px;
}

.index-blog{
    display: flex;
    justify-content: space-between;
}

.indexInput-bg{
    position: absolute;
    height: 100%;
    width: 60%;
    background: url(../images/isinInput-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.indexInput-bg-second{
    background: url(../images/isinInput-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -99%;
    height: 100%;
    width: 60%;
}

.request-blog{
    position: relative;
}

.violet-box{
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 60px;
    background: url(../images/violetLine.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.txt-violet-box{
    margin-left: 150px;
}

.txt-violet-box h3{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 0;
    width: 100%;
    padding: 24px 130px 24px 120px;
    background: url(../images/violetLine.png);
    background-size: cover;
}

.request-title{
    margin-top: 140px;
    justify-content: flex-start;
    margin-left: 130px;
    margin-bottom: 0;
}

.request-box{
    margin-top: 46px;
    margin-bottom: 40px;
    margin-left: 100px;
    padding: 0 5px;
}

.statistical-box{
    margin-bottom: 26px;
    max-width: 546px;
}

.statistical-firstTxt{
    font-weight: 300;
    font-size: 8px;
    line-height: 10px;
    color: #1E1E1E;
    margin-bottom: 0;
    max-width: 433px;
}

.statistical-secondTxt{
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #1E1E1E;
    margin-bottom: 0;
    max-width: 433px;
}

.statistical-secondTxt a{
    color: #1E1E1E;
    text-decoration: none;
}

.statistical-secondTxt a:hover{
    color: #1E1E1E;
    text-decoration: none;
}

.statistical-thirdTxt{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #1E1E1E;
    text-align: justify;
}

.input-blog{
    position: relative;
}

@media all and (max-width: 1150px){
    .aboutBlog-img{
        width: 42%;
    }
}

@media all and (max-width: 992px){

    .about-blog{
        justify-content: flex-start;
    }
    
    .aboutBlog-img{
        width: 45%;
        top: 140px;
    }

    .fa-bars{
        font-size: 30px;
    }

    .navbar-toggler{
        color: #A8D0DA;
        margin-right: 5px;
    }

    .navbar-nav{
        align-items: flex-start;
    }

    .nav-link{
        margin-top: 20px;
        justify-content: baseline;
        margin-left: 0;
        padding: 5px;
    }

    .navbar-nav hr{
        display: block;
        width: 100%;
        opacity: 1;
        color: #A8D0DA;
    }

    .titleTxt-blog-third p{
        max-width: 320px;
    }


    .second-input-box{
        padding-left: 20px;
    }

    .input-box-third textarea{
        margin-top: 5px;
    }

    .request-title{
        margin-left: 0;
    }

    .txt-violet-box{
        margin-left: 0;
    }

    .txt-violet-box h3{
        padding-left: 20px;
    }

    .indexInput-bg{
        width: 60%;
    }

}

@media all and (max-width: 830px){

    .navbar{
        padding-left: 0;
    }

    .about-blog{
        margin-top: 20px;
        padding-top: 0;
        display: flex;
        flex-direction: column-reverse;
        padding-left: 0;
    }

    .aboutBlog-img{
        position: relative;
        display: flex;
        margin-left: auto;
        height: 220px;
        width: 100%;
        top: 0;
    }

    .first-input-box{
        padding: 60px 5px;
    }

    .second-form{
        min-width: 320px;
    }

    .titleTxt-blog{
        margin-top: 15px;
    }

    .request-box{
        margin-left: 0;
    }

}

@media all and (max-width: 600px){

    .title-blog{
        margin-left: 0;
    }


    .titleTxt-blog h1{
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 40px;
    }

    .titleTxt-blog p{
        font-size: 12px;
        line-height: 18px;
    }

    .title-blog-second{
        height: auto;
    }

    .title-blog-third{
        padding-bottom: 50px;
    }

    .statistical-secondTxt a{
        font-size: 12px;
    }

    .first-form{
        flex-direction: column;
    }
}

@media all and (max-width: 400px){

    .input-box{
        max-width: 250px;
    }

    .input-box input{
        width: 250px;
    }

    .navbar-brand{
        margin-left: 0;
    }

    .navbar-nav{
        margin-left: 0;
    }

    .titleTxt-blog{
        margin-left: 0;
    }

    .txt-violet-box{
        width: 320px;
    }

    .txt-violet-box h3{
        padding-left: 0;
    }

    .violet-bg{
        z-index: -5;
    }
}