*{
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
body{
    background: linear-gradient(to right, #903546, #1D0C0F);
    transition: opacity 0.2s ease-out;
    z-index: -1;
   
    
}
nav{
    
    background: linear-gradient(to bottom, #000000,#2D0D0D ); 

    
    opacity: 0.9;
    display: flex;
    position: fixed;
    
    height: 80px;
    width: 1700px;
   align-items: center;
   z-index: 1;
   
}
#i1{
    padding-left: 50px;
    height: 50px;
}
#a7{
    font-family: arial;
    padding-left: 10px;
    font-weight: bold;
    font-size: 25px;
    padding-right: 550px;
}
#a2:hover,#a3:hover,#a4:hover,#a5:hover{
    
    color:#8f044c ;
    font-weight: bold;
    cursor: pointer;
}

a{
    text-decoration: none;
    padding-left: 80px;
    color: white;
    font-size: 20px;
}
#bgi{
    position: relative;
    display: inline-block;
    margin-top: 75px;
    object-fit: cover;
   
}
#t1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: absolute;
    top: 30%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    color: white;
    font-size: 55px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); 
    
}
#t2{
    font-family: arial;
    position: absolute;
    top: 43%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    color: white;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); 
}
#bgi::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); 
  }

button{
    font-family: arial;
    position: absolute;
    top: 57%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    background-color: rgb(139, 138, 138,0.5);
    color: white;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    border-radius: 19px;
    padding: 18px;
    padding-left: -20px;
    padding-right: 90px;
    border: none;
   
    
}
button:hover{

    background-color:#8f044c ;
}

        
.site-footer {
    background: linear-gradient(to bottom, #000000,#2D0D0D ); 
    color: #ecf0f1;
    padding: 30px 0 10px;
    font-family: 'Arial', sans-serif;
}


.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #34495e;
    margin-top: 20px;
}
