/* Background Color */
html{
    max-width: 1440px;
}
body{
    padding: 0px;
    margin: 0px;
    max-width: 1440px;
    height: fit-content;
    background: #1E1F21;
}

.footer{
    height: fit-content;
}

/* We Divied a footer in 3 part */

/* All Line CSS */
.line .left_line{
    position: absolute;
    border-left: 1px solid rgba(255 , 255, 255, 0.30);
    left: 270px;
    height: 739px;
}

.line .center_line{
    position: absolute;
    border-left: 1px solid rgba(255 , 255, 255, 0.30);
    left: 720px;
    height: 739px;
}

.line .right_line{
    position: absolute;
    border-left: 1px solid rgba(255 , 255, 255, 0.30);
    left: 1170px;
    height: 739px;
}

.line .last_line{
    position: absolute;
    border-left: 1px solid rgba(255 , 255, 255, 0.30);
    left: 1440px;
    height: 739px;
}

.line .top_line{
    position: absolute;
    border: 1px solid rgba(255 , 255, 255, 0.30);
    top: 100px;
    width: 1440px;
}

.line .bottom_line{
    position: absolute;
    border-bottom: 1px solid rgba(255 , 255, 255, 0.30);
    bottom: 100px;
    width: 1440px;
}

.line .round{
    position: absolute;
    border: 1px solid rgba(255 , 255, 255, 0.30);
    border-radius: 50%;
    width: 537px;
    height: 537px;
    top: 100px;
}

/* First Part CSS */

.first_part{
    width: 1440px;
    height: 100px;
}

.first_part .logo_image img{
    position: absolute;
    left: 80px;
    top: 10px;
}

.first_part .arrow_image img{
    position: absolute;
    left: 1290px;
    top: 35px;
}

/* Second Part CSS */
.second_part{
    position: absolute;
    width: 1440px;
    height: 538px;
    top: 100px;
}

.second_part .first_half ul{
    position: absolute;
    color: #FFFFFF;
    list-style: none;
    font-size: 14px;
    left: 220px;
    top: 30px;
}
.second_part .first_half ul li{
    margin: 40px;
}

.second_part .second_half{
    color: #FFFFFF;
    position: absolute;
    left: 750px;
    font-size: 14px;
}
.second_part .second_half h2{
    font-size: 18px;
    margin-top: 60px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 100;
}

.second_part .second_half .spu_c{
    width: 250px;
    height: 50px;
    background: #161718;
    margin-top: 50px;
}
.second_part .second_half .spu_c p{
    position: absolute;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 100;
    font-size: 16px;
    left: 25px;
    color: rgba(255 , 255, 255, 0.30);

}

.second_part .third_half{
    color: #FFFFFF;
    position: absolute;
    left: 1170px;
}

.second_part .third_half h2{
    text-transform: uppercase;
    rotate: 90deg;
    position: relative;
    font-size: 18px;
    top: 250px;
    left: 10px;
    letter-spacing: 5px;
    color: rgba(255 , 255, 255, 0.30);
}

.second_part .third_half h3{
    font-size: 18px;
    position: relative;
    top: 450px;
    left: 90px;
}


/* Third Part CSS */

.third_part{
    position: absolute;
    width: 1440px;
    height: 100px;
    top: 638px;
}
.third_part .copy_right{
    color: rgba(255 , 255, 255, 0.30);
    font-size: 8px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    position: absolute;
    left: 285px;
    top: 35px;
}
.third_part .icons{
    position: absolute;
    display: flex;
    left: 1175px;
    top: 30px;
}
.third_part .icons img{
    margin: 14px;
}