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

body {
    background: #000;
    color: white;
    font-family: Georgia, serif;
    overflow-x: hidden;
}


#hero-content{
   
    background: url("../Images/mars titles header image (1).jpg") center/cover no-repeat;
    height: 100vh; 
    align-items:flex-end ;
    text-align: center;
    position: relative;
    padding: 50px; 
   
}

#hero-content h1 {
    font-size: 120px;
    letter-spacing: 20px;
    margin-bottom: 10px;
}

#hero-content p {
    font-size: 24px;
    color: #d78a2f;
    margin-bottom: 35px;
}

#hero-content button {
    background: #d78a2f;      
    color: #5a2d00;           
    border: none;
    border-radius: 25px;      
    padding: 14px 40px;
    font-size: 20px;
    cursor: pointer;
             
}



#navbar {
   #navbar 
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    padding:  0 100px;
    z-index: 10; 

}

#nav-links a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#nav-logo img {
    
    height: 45px;       
    width: 45px;        
    border-radius: 50%; 
    object-fit: cover;  

}






#info {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url("../Images/Mars-atmosphere.jpg") center/cover no-repeat;
    padding: 120px 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#info h2 {color:#d78a2f ;
    font-size: 52px;
    max-width: 1000px;
    margin-bottom: 40px;
}

#info p{ 
    color:#c78c45 ;     
    font-size: 22px;      
    line-height: 1.6;     
    max-width: 1200px;    
    margin: 0 auto;       
    text-align: center;   
}



#info1 {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../Images/mars 2.jpg") center/cover no-repeat;
    padding: 100px 40px;
    text-align: center;
    display: flex;
    flex-direction: column; 
    align-items: center;
}

#info-box {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
    margin-top: 50px;
}
#info1 h3{
    color: #db9a68;       
    font-size: 42px;
    font-style:inherit ;   
    margin-bottom: 60px;
    text-align: center;
}

.stat h4 {
    color: #c78c45;
    font-size: 72px;
    margin-bottom: 10px;
    font-style:inherit;
}
.stat p {
    color: #f0e2d8;       
    font-size: 20px;
    line-height: 1.4;
    max-width: 250px;     
    margin: 0 auto;
}




#ingenuity {
    height: 80vh;
    background: url("../Images/helicopter.jpg") center/cover no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end; 
    
    flex-direction:row;
}


#hero-content button {
    background: #d78a2f;      
    color: #5a2d00;         
    border: none;
    border-radius: 25px;      
    padding: 14px 35px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
  
}

#hero-content button:hover {
    background: #f4a24a;      
     transform: scale(1.05); 
}


#ingenuity-content {
    display: flex;
    align-items: center; 
    gap: 30px;           
}

#ingenuity h2 {
    color: #ffffff;        
    font-size: 64px;     
    font-weight: bold;
    line-height: 1.1;      
    margin: 0;             
}


#ingenuity button {
    background-color: #111111;
    color: #ffffff;            
    border: 1px solid #444;    
    padding: 10px 25px;        
    border-radius: 25px;       
    font-size: 18px;
   }

   #footer {
    background: #0a0a0c;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}



#footer p:first-child {
    color: #ffffff;           
    font-size: 10px;
    letter-spacing: 2px;      
    text-transform: uppercase; 
    margin-bottom: 25px;      
}


#footer p:last-child {
    color: #a0a0a0;           
    font-size: 14px;
    max-width:1000px;         
    margin: 0 auto;           
   
}

