
body{
    background-image: url(./asset/background.jpg);
    background-size: 1920px 1080px%;
    background-position: 20% 50%;
        background-attachment: fixed;
    }
.menubar{
    display:flex;
    justify-content: center;
    
}

nav{
    background: linear-gradient(to bottom,#bebebe 0,#777 3%,#232323 55%,#1d1d1d 55%,#202020 98%,#000 100%);
  box-shadow: rgba(0,0,0,.3) 0 3px 8px;
  border-left: 1px solid #4b4b4b;
  border-right: 1px solid #4b4b4b;
  border-bottom: 1px solid #000;
  padding: 2px 5px 4px 5px;
  font-weight: 2rem;
  font-family: "Segoe UI Semilight",Tahoma,Geneva,Verdana,sans-serif,Arial,Helvetica,sans-serif;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  position: relative;  
  font-size: 16.3px;
  color: #dadada;
     list-style-type: none;
     margin-top: 4px;
}
.container4banner{
    display: flex;
    justify-content: center;

}
.banner {
    background-image: url(./asset/2.png);
    max-width: 1300px;
    width:100%;
    height: 300px;
    background-size:cover;
    background-position: 30% 17%;
    display: grid;
    align-items: center;
    box-shadow: 20px 20px 20px black;

}
nav ul{
    display: flex;
    align-items: center;
    list-style-type: none;
    gap: 30px;
    margin: 0;
    padding: 15px;


}
    nav ul a{
        color: #dadada;
        text-decoration: none;
    }
    input{
        padding: 8px 15px;
        border: none;
        border-radius: 4px;
        font-size: 14px;
        
    }
    nav ul .search {
        margin-left:auto
    }

h1 {
    color: #e9e9e9;
      font-family: "Segoe UI Semilight",Tahoma,Geneva,Verdana,sans-serif,Arial,Helvetica,sans-serif;
      
     font-size: 3rem;
      display: grid;
  justify-items:flex-end;

     padding:30px;

  text-shadow: 4px 5px 4px #000000;





}
.foreground{

background-color: #e0e0e0;
    padding: 30px 50px; /* Adjust padding as needed */
    margin: 0 auto;
    max-width: 1200px; /* Or whatever width you want */
    min-height: 100vh; /* Ensures it has some height even when empty */
    display: flex;
}


/*.container{
    width: 30%;
    background-color: black;
    opacity: 50%;
    height: inherit;
}

/* hover is next and we;re done nav bar

*/ 
nav ul li a {
    padding: 13px 15px;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

nav ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
}



    
.module {

      padding: 2.5%;
  
   margin: 15px;
   margin-top: -7px;
  background-image: linear-gradient(to bottom, #3f5c70d4, #60bc9600);   color: #fff;
margin-left: 2%;
   padding-bottom: 7%;
   border-radius: 10px;
   text-shadow: -1px -1px #3059aa;
    
   
}
