@import "@import-css/grid-a.css";
@import "@import-css/footer-a.css";

p{
    margin-bottom: 0;
}

/* all css code */

header{
    width: 100%;
    height: 650px;
    background: url("../img/bg1.png") no-repeat;
    background-size: cover;
    position: relative;
    background-position: left bottom;
}

.logo{
    padding-top: 30px;
    padding-bottom: 30px;
}

.small-logo-wrap {
    position: absolute;
    top: 22%;
    left: 12%;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.small-logo-wrap > div:nth-child(1){
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.small-logo-wrap > div:nth-child(1) div{
    display: flex;
    align-items: center;
}

.small-logo-wrap > div:nth-child(1) > div > h3{
    /* font-size: 20px; */
    margin-bottom: 0;
    letter-spacing: 15px;
    font-weight: 500;
}

.small-logo-wrap > div:nth-child(1) > p{
    font-size: 16px;
    letter-spacing: 8px;
    font-weight: lighter;
    border-top: 1px solid #fff;
    padding-top: 3px;
    position: relative;
    margin-left: 15px;
}

.small-logo-wrap > div:nth-child(1) > p::after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50%;
    height: 1px;
    background: #fff;
}

.small-logo-wrap > div:nth-child(2) > p{
    padding-left: 70px;
}

.hero-bottom{
    position: absolute;
    bottom: 70px;
    left: 70px;
    /* background: #fff; */
}

.hero-bottom > ul{
    padding-left: 30px;
    margin-bottom: 0;
    display: flex;
    list-style: none;
}

.hero-bottom > ul li:not(:last-child){
    margin-right: 30px;
}

.hero-bottom > ul li a{
    color: #000;
    font-size: 18px;
}

.hero-bottom > div{
    background: rgba(0, 0, 0, 0.555);
    color: #fff;
    padding: 30px;
    margin-top: 20px;
    width: 240px;
}

/* SECTION 2 */
.content_wrapper_2 {
    width: 100%;
    height: 370px;
    margin: 0 auto;
    padding: 25px 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #fff;
    position: relative;
}

.content_wrapper_2::after {
    content: "";
    position: absolute;
    background: url("../img/Group.png");
    width: 90px;
    height: 90px;
    bottom: 0%;
    right: 0%;
}

.img_wrapper_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.img_content_wrapper {
    margin-top: 15px;
}

section.section_2 {
    background: url('../img/waves 1.png') no-repeat;
    background-size: cover;
    padding: 50px 0;
    background-position-y: 100%;
}

.img_wrapper_2 h3 {
    margin-bottom: 0;
}

p.img_content_2 {
    font-weight: 450;
}

/* section-form */

#section-form{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #F2F2F2;
}

.block-10 > div{
    text-align: center;
}

.block-11{
    margin-top: 25px;
}

.block-11-left{
    width: 40%;
}

.block-11-right{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-11-left form{
    background: #322f2f;
    width: 100%;
    height: 388px;
    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;
}

.block-11-left form > div{
    margin-top: 30px;
    margin-left: auto;
    margin-right: 10%;
}

.block-11-left form > div button{
    color: #000;
    padding: 10px 40px;
    background: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.block-11-left form > div button:focus, .block-11-left 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;
}

.input-energies{
    margin-bottom: 10px;
}

.textarea-energies{
    height: 100px;
}

.block-12{
    display: flex;
}

.block-12 > div:nth-child(1){
    margin-right: 10px;
}

.block-12 > div:nth-child(2) > h3{
    margin-bottom: 0;
    color: #7F7D7D;
}

.block-12 > div:nth-child(2) > p{
    color: #7F7D7D;
}
.grid-item{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}