body{
    font-family: "SN Pro",sans-serif;
    font-weight: 700;
    background-color: rgb(0, 0, 0);
}
*{
    margin: 0;
    padding: 0;
}
.header_main{
    display: flex;
    height: 72px;
    width: 100%;
    background-color: black;
    align-items: center;
    justify-content: space-evenly;
}
.header_main_list{
    position: absolute;
    right:420px;
    display: flex;
    gap: 40px;
    color: white;
    list-style: none;
    
}
a{
    text-decoration: none;
    color: rgb(255, 255, 255);
}
a:hover{
    color: rgb(15, 220, 15);
}

main{
    height: 700px;
    width: 100%;
    background-color: rgb(65, 1, 241);
}
.main_img{
    position: absolute;
    top: 178px;
    right: 260px;
}
.main_text{
    position: relative;
    font-size: 33px;
    top: 188px;
    left: 240px;
    max-width: 750px;
    letter-spacing: -2.5px;
    color: rgb(255, 255, 255);
    word-spacing: -4px;
    line-height: 80px;
}
.listicon{
    display: flex;
    gap: 15px;
    list-style: none;

}
.listicon_elements{
    position: relative;
    top: 40px;
    width: 65px;
    height: 65px;
    background-color: aliceblue;
    border-radius: 100px;

}
.listicon_icon{
    width: 40%;
    height: 40%;
    margin: 19px;
    
    
}
.listicon_elements:hover{
    background-color: rgb(153, 153, 153);

}
.header_image{
    position: absolute;
    width: 120px;
    height: 33px;
    left: 400px;
}
footer{
    width: 1350px;
    height: 547px;
}
.footer_image{
    position: absolute;
    width: 120px;
    height: 33px;
    left: 410px;
    bottom: 68px;
}
#footer_lists{
    position: absolute;
    list-style: none;
}
.company{

    right: 1200px;
    bottom: -46px;
    line-height: 40px;
    
}
.communities{

    right: 1000px;
    bottom: -125px;
    line-height: 40px;
}
.Usefullinks{

    right: 730px;
    bottom: -84px;
    line-height: 40px;
}
.list_names{
    position: absolute;
    display: flex;
    list-style: none;
    left: 600px;
    bottom: 85px;
    gap: 140px;
}
.list_names_elements{
    color: rgb(158, 158, 158);
    font-size: 13px;
}
.footer_listicon{
    list-style: none;
    display: flex;
    position: absolute;
    right: 400px;
    gap: 25px;
}
.footer_listicon_elements{
    position: relative;
    top: 80px;
    width: 50px;
    height: 50px;
    background-color: rgb(37, 37, 37);
    border-radius: 100px;
}
.footer_listicon_icon{
    width: 40%;
    height: 40%;
    margin: 15px;
}
.footer_listicon_elements:hover{
    background-color: azure;
}
.footer-end-list{
    display: flex;
    position: absolute;
    bottom: -302px;
    left: 395px;
    font-size: 12px;
    gap: 24px;
    font-weight: 600;
    list-style: none;
}
.footer-end-list_elements{
    color: rgb(133, 133, 133);
}
#International{
    position:absolute;
    right: 400px;
    bottom: -270px;
    color: rgb(133, 133, 133);
    font: 600;
    font-size:  13px;
}
#International1{
    position:absolute;
    right: 400px;
    bottom: -300px;
    color: rgb(133, 133, 133);
    font: 600;
    font-size:  13px;
}
#International:hover{
    color: rgb(4, 204, 4);
}