@import "../@import-css/footer-a.css";

p{
    margin-bottom: 0;
}

/* all css code */

header{
    width: 100%;
    height: 100vh;
    background: #161414;
    position: relative;
}

.logo{
    padding-top: 30px;
    padding-bottom: 30px;
}

.small-logo-wrap{
    color: #fff;
}

.small-logo-wrap > div:nth-child(1){
    margin-top: 70px;
    position: relative;
}

.small-logo-wrap > div:nth-child(1) > div:nth-child(1) > p{
    color: #333030;
    padding-left: 30px;
} 

.small-logo-wrap > div:nth-child(1) > div:nth-child(2){
    margin-top: 25px;
    width: 68%;
}

.small-logo-wrap > div:nth-child(1) > div:nth-child(2) > p{
    padding-left: 30px;
    font-size: 18px;
} 

.small-logo-wrap > div:nth-child(1) > div:nth-child(1) > h3 > img {
    width: 50px;
    margin-top: -5px;
}

.small-logo-wrap > div:nth-child(1) > div:nth-child(3) div{
    width: 68%;
    margin-top: 45px;
}

.small-logo-wrap > div:nth-child(1) > div:nth-child(3) div > a{
    color: #fff;
    display: block;
    margin-left: auto;
    margin-right: 90px;
    border: 1px solid #fff;
    padding: 8px 25px;
    width: 110px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.small-logo-wrap > div:nth-child(1) > div:nth-child(3) div > button, .small-logo-wrap > div:nth-child(1) > div:nth-child(3) div > button {
    outline: none !important;
    box-shadow: none;
}

.small-logo-wrap > div:nth-child(1) > div:nth-child(3) div > a:hover{
    background: #fff;
    color: #000;
}

.ventures{
    display: flex;
}

.ventures h2{
    letter-spacing: 8px;
    margin-left: 15px;
    font-weight: 450;
    
}

.ventures img{
    width: 60px;
}

.header-left{
    position: absolute;
    top: 0;
    right: 0;
    width: 360px;
    height: 100%;
    background: url("../../img/Rectangle\ 63.png") no-repeat;
    background-size: cover;
}

/* SECTION 2 */

section.section_2_mission {
    padding-top: 50px;
}

.content_wrapper_2_mission:not(:last-child) {
    margin-bottom: 35px;
}

h2.mission_text_2 {
    font-weight: 450;
}

p.mission_text_2_para {
    color: #848282;
}

/* section-form */

#section-form{
    padding-top: 40px;
    padding-bottom: 50px;
    background: #fff;
    z-index: -5;
}

.block-11{
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.block-11-right{
    width: 50%;
    display: flex;
    justify-content: center;
}

.block-11-left{
    width: 50%;
    display: flex;
    justify-content: center;
}

.block-11-left form{
    background-size: cover;
    width: 80%;
    padding: 40px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.block-11-left form > .form-div{
    margin: 0 auto;
    width: 80%;
}

.block-11-left form > .form-div button{
    color: rgb(206, 206, 206);
    padding: 10px 40px;
    background: #000;
    border: 2px solid transparent;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-left: auto;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.block-11-left form > .form-div button:hover{
    border-color: #000;
    color: #000;
    background: transparent;
}

.block-11-left form > .form-div button:focus, .block-11-left form > .form-div button:active {
    outline: none !important;
    box-shadow: none;
}

.input-energies, .textarea-energies{
    width: 80%;
    height: 50px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 10px 10px;
    margin-bottom: 10px;
    position: relative;
    background: #120B0B;
    color: #fff;
    border: none;
    z-index: 1;
}

.textarea-energies{
    height: 100px;
}

.form-text{
    margin-bottom: 25px;
    text-align: center;
}

.form-text > h4{
    margin-bottom: 0;
}

/* footer */

.ventures-span{
    font-size: 22px;
}

.ventures-img{
    margin-top: -10px;
}