body{
    background-color: #580000;
    background-image: url(../Media/Cu.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position:center ;
    
}

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
    background: linear-gradient(rgba(97,0,0,1) 30%, rgba(144,0,0,1) 100%);
    color: white;
}

.logo{
    position: relative;
    border-radius: 50%;
    size: 200px 80px;
    margin: 20px;
}

.nav{
    list-style: none;
    display: flex;   
}

.nav_li{
    padding: 15px;

}




footer{
    color: white;
    background-color:rgb(157, 6, 6);
    align-items: self-start;
    height: 320px;
    margin-top: 100px;
}

*{
    margin: 0px;
    padding: 0;
    box-sizing: border-box;
}

.container{
    max-width: 1170px;
}


.row{
    display: flex;
    flex-wrap: wrap;
}

.ul3{
    list-style: none;
}






.footer_col{
    width: 15%;
    padding:15px;
    margin-left: 50px;
}

.footer_col h4{
    color: aliceblue;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
}

.footer_col h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: white;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer_col ul li:not(:last-child){
    margin-bottom:10px;
}

.footer_col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.2s ease;
}

.footer_col ul li a:hover{
    color: #ffffff;
    padding-left: 10px;
}

.footer_li{
    padding-top: 7px;
}

