/*
 
Author: Alparslan 
Date: 8.09.2025

*/




*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
   

}


body
{
    background: linear-gradient(to top,rgba(17, 7, 7, 0.4)40%,rgba(17, 14, 14, 0.3)70%), url(../assets/images/blurredbg2.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
}


#red
{
    color: red ;
}

/* Header start */

header{
    width: 1200px;
    height: 75px;
    margin: auto;
    background: #212121;
    opacity: 0.8;
}




header ul{
    display: flex;
    justify-content:center;
    align-items:center
}
header ul li{
    list-style: none;
    margin-left: 57px;
    margin-top: 25px;
    font-size: 14px;
}

 header ul li a{
    text-decoration: none;
    padding: 30px;
    color: #fff; 
    font-family: Arial;
    font-weight: bold;
    transition: 0.5ms;   
    font-size: 20px; 
}
ul li a:hover{
    color: #f47e00;
}


/* Header end */

/* Main Start */

.container
{
    display: flex;
    width: 100%;
    height: 100vh;
    
}



/* Container Left */

.container-left
{
    height: 100%;
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
}

.left-text
{
    display: flex;
    flex-direction: column;
    background-color: rgba(33, 33, 33, 0.582);
    height: 426px;
    text-align: center;
    justify-content: center;
    color: white;
    line-height: 1.5;
    padding: 20px;
}

.left-h1 h1
{
    font-size: 40px;
    margin-bottom: 20px;
    font-family: serif;
}


/* Container Left end */





/* Container Right start */

.container-right
{
    width: 50%;
    height: 100vh;
    display: flex;
    position: relative;
    align-items: center;
}


.right-img
{
    display: flex;
    flex-direction: column;
    height: 350px;
    text-align: center;
    justify-content: center;
}


.right-img img
{
    width: 100%;
}





/* Footer Start */

 footer {
    display: flex;
    width: 100%;
    height: 90px;
    background: #212121;
    opacity: 0.8;
    position: relative;   
    bottom: 0;         
    left: 0;           
    justify-content: center;
}


footer ul
{
    list-style: none;
    display: flex;
    justify-content: center;
}


footer ul li
{
        list-style: none;
    margin-left: 57px;
    margin-top: 25px;
    font-size: 14px;
}
footer ul a 
{
    text-decoration: none;
    color: #fff; 
    font-family: Arial;
    font-weight: bold;
    transition: 0.5ms;   
    font-size: 20px; 
}

footer li p
{
    color: white;
    font-size: 14px ;
    padding-bottom: 10px;
}




#hoevaak
{
    color: rgb(31, 207, 4);
}

#copyright
{
    cursor: unset;
}

