header{
    padding: 0px 150px;
    /* position: absolute; */
    /* z-index: 1; */
}
.header_child{
    align-items:center ;
    display: flex;
    justify-content: space-between;
}

.logo img{
    height: 147px;
    width: 387px;
}
.details{
    display: flex;
}
.details_flex{
    align-items: center;
    display: flex;
}
.details_flex spain{
    font-size: 10px;
    text-transform: uppercase;
    color: #1c1a1a;
    letter-spacing: 3px;
}
.details_flex p{
    font-size: 16px;
}
.logo_i{
    color: #14a1ff;
    margin: 15px;
    font-size: 48px;
}
.logo_ib{
    color: #14a1ff;
    padding-left: 15px;
    border-left: 1px solid rgb(89, 87, 87);
    margin: 15px;
    font-size: 48px;
}

/* navbar start */
nav{
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    background-color: black;
}
nav div{
    border-right: 1px solid rgba(255, 255, 255, 0.31);
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 17px 36px;
}
nav a{
    color: white;
    text-decoration: none;
    cursor: pointer;
}
nav a:hover{
    color: #14a1ff;
}
/* navbar end */

/* footer start */
footer{
    background: #070707;
}
.footer_cart{
    width: 280px;
    height: 285px;
}
.footer_cart img{
    width: 283px;
    height: 107px;
}
.footer_cart p{
    padding: 15px 0px;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}
.footer_cart h3{
    color: #fff;
    font-size: 18px;
    margin-bottom: 35px;
    font-family: 'Open Sans', sans-serif;
}
.footer_cart h4{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
    display: inline;
}
.footer_cart div{
    margin-top: 22px;
    font-size: 50px;
}
.footer_cart i{
    color: #fff;
    font-size: 20px;
}
.footer_cart h3:before {
    content: "";
    background: #fff;
    height: 2px;
    width: 34px;
}
.footer_cart ul{
   margin: 0;
   padding: 0;
}
.footer_cart li{
    line-height: 34px;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    margin-left: 0px;
}
.footer_cart li:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #fff;
}
.footer_cart button{
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    background: #14a1ff;
    padding: 18px 30px;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
}
.footer_carts{
    justify-content: space-around;
    display: flex;
    padding: 50px 50px;
}
/* footer end */