*{
    margin:0;
    padding:0;
    font-family: "Noto Sans", sans-serif;
    
}
.container{
    display:flex;
    justify-content: start;
    align-items: start;
    width:100%;
    height:100vh;
    background-color:#ccc;
    background-image: url(https://files.porsche.com/filestore/image/multimedia/none/rd-2018-homepage-banner-ww-992carrera-kw48/normal/7981cd01-f250-11e8-bec8-0019999cd470/porsche-normal.jpg);
    background-size:cover;
    
}
.content{
    text-align:center;
    position: relative;
    top: 300px;
}
.content ul {
    display: flex;
    justify-content: center;
    justify-content:space-around;
    flex-direction: row;
    position: relative;
    list-style-type: none;
    bottom: 200px;
    left:700px;
}
.content ul li{
    color:white;
    text-decoration: none;
    transition: 1s;
}
.content ul li:hover{
    color:red;
}
.content h1{
    font-size:95px;
    color:whitesmoke;
    margin-bottom:50px;
}

.content a{
    font-size:23px;
    color:#fff;
    text-decoration: none;
    border:2px solid #fff;
    padding:15px 25px;
    border-radius: 50px;
    transition: 2s;
}
.content a:hover{
    color:red;
}
.newcontainer{
  display:flex;
    justify-content: start;
    align-items: start;
    width:100%;
    height:100vh;
    background-color:#ccc; 
     background-size:cover; 
     background-image: url(https://www.bmw-m.com/content/dam/bmw/marketBMW_M/www_bmw-m_com/topics/magazine-article-pool/2024/wallpaper/m-wallpaper/3-0-csl/bmw-3-0-csl-gallery-02.jpg?imwidth=1280);
}
.newcontent{
    text-align:center; 
}
.newcontent h1{
    font-size:95px;
    color:whitesmoke;
    margin-bottom:100px;
    position: relative; 
    
}
.img{
    position: relative;
    left:400px;
    top: 25px;
}
img{
    height:600px;
    width:600px;
}
/* Glass Morphism Effect */
.box{
  width:500px;
  height:300px;
  margin:200px auto;
}
/*Glass Effect*/
.glass{
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  border:1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  position: relative;
  right:500px;
}
h1{
    font-weight: bold;
    
}
.space{
position: relative;
top:20px;
left:5px;
}
.newbox{
    display:flex;
    justify-content: start;
    align-items: start;
    width:100%;
    height:100vh;
    background-color:#ccc; 
     background-size:cover; 
     background-image: url(https://i0.wp.com/citymagazine.si/wp-content/uploads/2023/12/Mercedes-AMG.jpg?resize=1400%2C934&ssl=1);
}
h2{
    font-size: 66px;
    color: white;
}