body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: black;
    background: linear-gradient(rgb(7, 7, 7),black,black);
    font-weight: 100;
    scroll-behavior: smooth;
    
}

button a{
  text-decoration: none;
  font-size: large;
  color: blue;
}
html{
  scroll-behavior: smooth;
}
.banner .banner2 .circle{  
  
           
          
           justify-content: center;
           background: none;
           align-content: center;
            display: flex;
            border: 2px solid white;
            border-radius: 100px;
            width: 100px;
            justify-self: center;
            height: 100px;
            display:block;
              align-self: center;
            margin-top: 300px;
            
}
.banner .banner2 .circle img{   

 align-self: center;
 justify-self: center;
    margin-left: 20px;
    border: none;
}

.banner{
  margin-top: 100px;
 padding-top: 100px;
  
    width: 95%;
    margin-bottom: 300px;
    justify-self: center;
    height: 500px;
    display: flex;
}
.banner img{

    border-left: 1px solid blue;
    border-radius: 50px;
    margin-right: 10px;
}
.banner2{
margin-left: 0px;
align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-top: 50px;
}
.banner h1{
    color: white;
    width: auto;
    font-size: 90px;
    margin-left: 40px;
    font-weight: 100;
    margin-bottom:0px;
    margin-top: 0;
    
}





@media screen and ( max-width: 1100px ) {
  .banner h1 {
    font-size: 30px;
    
    /* Apply some styles */
  }
  .banner2{
    margin-bottom: 200px;
  }
  .fform {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    width: 90%;
    
    margin: 100px auto;
  }
  .fform form {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
  
}
.hamburger {
  display: none;
  font-size: 30px;
  cursor: pointer;
  margin-left: auto;
  color: white;
  padding: 10px;
}

@media screen and ( max-width: 768px ) {
  .nav{width: auto;}
  .navv {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .i{
    display: none;
  }

  .hamburger {
    display: block;
    margin-right: 10px;
    margin-top: 10px;
  }

  ul#nav-links {
    display: none;
    flex-direction: column;
    width: auto;
    background-color:rgba(3, 3, 3, 0.5); /* or match your nav background */
    padding-left: 0;
  }

  ul#nav-links.show {
    display: flex;
  }

  ul#nav-links li {
    width: 100%;
    padding: 10px;
    border-top: 1px solid #ccc;
  }

  button {
    align-self: flex-start;
    margin-top: 10px;
    display: none;
  }

  .banner{
    flex-wrap: wrap;
  }
  .prodctdesc{
    width: 100%;
    height: auto;
    
    margin-top: 200px;
    margin-bottom: 200px;
    display: block;
   
   } 

   .prodctdesc h1{
    width: auto;
   font-size: 10px;
   font-weight: 100;
   
   text-align: center;
  }

  .laptopshowcase{
    border-top:  1px solid blue ;
  width: auto;
  height: auto;
  margin-bottom: 300px;
  
  align-self: center;
    display: flex;
  
    justify-self: center;
    padding: 20px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
   }
   .spline-viewer{
   height: 300px ;
      width: 40%;
      align-items: center;
      margin: 0;
      padding: 0;
      
      justify-self: center;
   }
   .laptopshowcase div{
    width: 40%;
    height: auto;
    padding: 0;
    border-left: 1px solid blue;
     border-bottom: 1px solid blue;
     border-top:1px solid blue ;
    padding-bottom: 200px;
  
   }
   .laptopshowcase div ul{
    margin-top: 30px;
    display: list-item;
    
  
    
   }
   .laptopshowcase div ul h1 {
    
   color: white;
    margin-left: 10px;
    font-size: 45px;
    
   }
   .laptopshowcase div ul li{
    
    margin: 10px;
    font-weight: 100;
    color: white;
    width: auto;
    font-size: 15px;
    
   }
   .hdd{
    font-size: 10px;
   }
  @media screen and (max-width: 768px) {
    .banner {
      flex-direction: column;
      align-items: center;
      height: auto;
      margin-bottom: 100px;
    }
  
    .banner img {
      width: 90%;
      height: auto;
      border-radius: 20px;
    }
  
    .banner2 h1 {
      font-size: 30px;
      margin-left: 0;
      text-align: center;
    }
  
    .head {
      font-size: 40px;
      text-align: center;
      margin-left: 0;
    }
  
    .grid {
      flex-direction: column;
      align-items: center;
      gap: 20px;
      margin-bottom: 100px;
    }
  
    .grid > div {
      width: 90%;
      height: auto;
    }
  
    .grid .big h1,
    .grid .midd h1,
    .grid .small h1,
    .grid .biggest h1 {
      font-size: 24px;
    }
  
    .grid .big h2,
    .grid .midd h2,
    .grid .small h2,
    .grid .biggest h2 {
      font-size: 16px;
      margin-top: 20px;
    }
  
    .prodctc {
      font-size: 16px;
      width: 90%;
      margin: 0 auto;
    }
  
    .hdd {
      font-size: 24px;
      margin: 20px auto;
      width: 90%;
      text-align: center;
    }
  
    .fform {
      width: 100%;
      flex-direction: column;
      padding: 20px;
      margin-bottom: 200px;
    }
  
    .fform h1 {
      font-size: 40px;
      margin: 50px 0 20px 0;
      text-align: center;
    }
  
    .fform form {
      flex-direction: column;
      align-items: center;
      width: 100%;
    }
  
    input, select {
      width: 90%;
    }
  
    footer .container {
      width: 100%;
      font-size: 14px;
      padding: 10px;
    }
  
    footer nav,
    footer div {
      flex-direction: column;
      gap: 10px;
    }
   
    .grid {
      flex-direction: column;
      align-items: center;
      gap: 20px;
      padding: 10px;
      margin-bottom: 100px;
    }
  
    .grid > div {
      width: 90%;
      height: auto;
      padding: 20px;
      text-align: center;
    }
  
    .grid .big h1,
    .grid .midd h1,
    .grid .small h1,
    .grid .biggest h1 {
      font-size: 22px;
      margin-top: 10px;
    }
  
    .grid .big h2,
    .grid .midd h2,
    .grid .small h2,
    .grid .biggest h2 {
      font-size: 16px;
      margin-top: 10px;
    }
  
    .hdd {
      font-size: 20px;
      width: 90%;
      margin: 20px auto;
      text-align: center;
      border-bottom: 1px solid white;
      padding-bottom: 10px;
    }
  }
  
}

.nav{
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%
}
.navv{
  justify-content: space-between;
    display: flex;
    
    margin-left: 10px;
    margin-right: 10px;
}
.navv ul {
    
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    justify-content: center;
    display: flex;
    justify-self: center;
    align-self: center;
    background:none;

  }
  
  .navv img{ margin-top: 8px;
    margin-left: 80px;
    border-radius: 50px;
    border: 1px solid white;
  }
  
 .navv li a {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;

  }
 .navv li a:hover{
    color: rgb(33, 0, 255);
    animation: bounce 2s forwards;
 
   }
 .navv li a:active{
   color: rgb(33, 0, 255);
  
  }
  
 .navv li a:hover {
    background:none;
  }
  button{
    background:none;
    border: 1.5px solid rgb(255, 255, 255);
    border-radius: 10px;
    justify-self: center;
    padding: 8px 10px;
    width: auto;
    height: auto;
    margin-right: 20px;
    color: rgb(33, 0, 255);
    margin-top: 12px;
  }
  button:hover{
   
    animation: color 2s forwards;
   
   

  }
  .head{
justify-self: center;
color: white;
font-size: 100px;
font-weight: 100;
margin-left: 25px;
  }
.grid{
  padding: 10px;
  display:flex;
  flex-wrap: wrap;
  gap: 15px;
background-color: rgb(0, 0, 0);
 width: auto;
 border-top:  1px solid dodgerblue;
 justify-self:center;
 align-self: center;
 align-content: center;
 justify-content: center;
 margin-bottom: 200px;
 height: auto;
}
.grid .big{
 background-color: rgb(10, 10, 10);
  width: auto;
  height: 250px;
 
margin: 0;
 padding: 10px;
  border-radius: 5px;
  
}
.grid .big h1{
 font-size: 80px;
 color: white;
 font-weight: 100;

 align-self: center;
 margin: 0;
 
 justify-self: center;
 }
 .grid .big h2{
  font-size: 30px;
  color: rgb(8, 123, 246);
  font-weight: 100;
  align-self: center;
  margin-top: 50px ;
  margin-bottom: 5px;
  justify-self: center;
  }

.grid .midd{

  background-color: rgb(10, 10, 10);
   width: auto;
   height: 250px;
   padding: 10px;
   margin: 0;
   
   border-radius: 5px;
 }
 .grid .midd h1{
  font-size: 40px;
 color: white;
 margin-bottom: 0;
 font-weight: 100;
 align-self: center;
 margin: 5px;
 
 justify-self: center;
 
 }
 .grid .midd h2{
  font-size: 20px;
  color: rgb(8, 123, 246);
  font-weight: 100;
  align-self: center;
  margin-top: 80px ;
  margin-bottom: 5px;
  justify-self: center;}



 .grid .small{
  background-color: rgb(10, 10, 10);
   width: auto;
   height: 250px;

   margin: 0;
  padding: 10px;
   border-radius: 5px;
 }
 .grid .small h1{
  font-size: 30px;
  color: white;
  margin-bottom: 0;
  font-weight: 100;
  align-self: center;
  margin: 0;
  
  justify-self: center;
 }
 .grid .small h2{
  font-size: 15px;
  color: rgb(8, 123, 246);
  font-weight: 100;
  align-self: center;
  margin-top: 90px ;
  margin-bottom: 5px;
  justify-self: center;
 }
 


 .grid .biggest{
  background-color: rgb(10, 10, 10);
   width: auto;
   height: 250px;
  padding: 10px;
   margin: 0;
  
   border-radius: 5px;
 }
 .grid .biggest h1{
  font-size: 50px;
  color: white;
  margin-bottom: 0;
  text-align: center;
  font-weight: 100;
  align-self: center;
  margin: 0;
  
  justify-self: center;
 }
 .grid .biggest h2{
  font-size: 35px;
  color: rgb(8, 123, 246);
  font-weight: 100;
  align-self: center;
  margin-top: 50px ;
  margin-bottom: 5px;
  justify-self: center;
 }
 

.bbb{
 
 padding-top: 50px;
 padding-left: 10px;
 width: 90%;
 margin-left: 10px;
 padding-bottom: 0px;
 padding-right: 50px;
}
.bbb h1{
  margin-top: 20px;
  font-size: 10px;

}
.bbb  li span{
  text-shadow: 2px 2px darkblue;
  font-weight: 800;
}
 .laptopshowcase{
  border-top:  1px solid blue ;
width: auto;
height: auto;
margin-bottom: 300px;

align-self: center;
  display: flex;

  justify-self: center;
  padding: 20px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
 }
 .spline-viewer{
 height: 500px ;
    width: 500px;
    align-items: center;
    margin: 0;
    padding: 0;
    
    justify-self: center;
 }
 .laptopshowcase div{
  width: 40%;
  height: auto;
  padding: 0;
  border-left: 1px solid blue;
   border-bottom: 1px solid blue;
   border-top:1px solid blue ;
  padding-bottom: 200px;

 }
 .laptopshowcase div ul{
  margin-top: 30px;
  display: list-item;
  

  
 }
 .laptopshowcase div ul h1 {
  
 color: white;
  margin-left: 20px;
  font-size: 45px;
  
 }
 .laptopshowcase div ul li{
  
  margin: 20px;
  font-weight: 100;
  color: white;
  width: auto;
  font-size: 25px;
  
 }
 .prodctdesc{
  width: 600px;
  align-self: center;
  width: 90%;
  margin-top: 200px;
  margin-bottom: 200px;
  justify-self: center;
 } 
 .prodctdesc h1{
   width: 60%;
   justify-self: center;
  align-self: center;
  font-size: 30px;
  font-weight: 100;
  color: white;
  text-align: center;
 }
 .prodctc {
  
  justify-self: center;
 align-self: center;
 font-size: 25px;
 font-weight: 100;
 width: 80%;
 color: white;
 word-spacing: 5px;
 
 text-align: center;
}
.prodctc:active {
  opacity: 1;
}
.fform{
 display: flex;
 width: 1050px;
 justify-content: center;
 gap: 20px;
 margin-bottom: 500px;
 flex-wrap: wrap;
 justify-self: center; 
}
.fform h1{
  margin-top: 300px;
  margin-bottom: 10px;
font-size: 120px;
color: white;
font-weight: 100;

}
.fform form{
  gap: 20px;
  width: auto;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}
label{
  font-size: larger;
  color: white;
  margin-top: 5px;
}
input{
  border-radius: 10px;
  width: 500px;
  height: 50px;
  border: none  ;
  margin-bottom: 10px;
  animation: appear 1s forwards;
  outline: none;
  font-size: 20px;
}
input:focus{
  background: none;
  color: white;
  animation: fadeing 1s forwards;
  border: 1px solid blue;
}
label{
  font-size: 25px;
}

select{
  animation: appear 1s forwards;
    border-radius: 10px;
    width: 500px;
    height: 50px;
    border: none  ;
    margin-bottom: 10px;
    outline: none;
    font-size: 20px;
  
}
select:focus{
  background: none;
  color: blue;
  animation: fadeing 1s forwards;
  border: 1px solid white;
}
.hdd{
  font-size: 55px;
  margin-bottom: 50px;
  font-weight: 100;
  width: 600px;
  color: blue;
  
  border-bottom:solid 1px white;


  margin-left: 75px;
}
.wlcm{display: none;}

  @keyframes color {
    0% {
      transform: translateX(0px);
    }
    50% {
        transform: translateX(-30px);
        border: 1.5px solid rgb(33, 0, 255);
    }
    100% {
        color: rgb(255, 255, 255);
    }
  }


  @keyframes bounce {
    0% {
      
    }
    50% {
      transform: translateY(15px);
    }
    100% {
        transform: translateY(0px);
    }
  }
  @keyframes fadeing {
    0% {background-color: white;
      
    }
    50% {
     
    }
    100% {
       background: none;
       border: 1px solid blue;
    }
    
  }
  @keyframes appear {
    0% {
      background: none;
      border: 1px solid white;
      
    }
    50% {
     
    }
    100% {
      
       background-color: white;
    }

  }
  @media screen and (max-width: 768px) {
    body {
      overflow-x: hidden;
    }
    .wlcm{
      display: block;
      justify-self: center;
      margin-bottom: 0px;
      font-style: italic;
      margin-top: 100px;
      color: white;
      font-size: 80px;
      text-shadow: 1px 1px blue;
    }
    /* Navbar */
    .navv {
      flex-direction: column;
      align-items: flex-start;
      padding: 10px;
      background: none;
    }
  
    .hamburger {
      display: block;
    }
  
    #nav-links {
      display: none;
      flex-direction: column;
      width: 100%;
      background:none;
    }
  
    #nav-links.show {
      display: flex;
    }
  
    #nav-links li {
      border-top: 1px solid #333;
      width: 100%;
      text-align: left;
      color: black;
      background: none;
      padding: 10px;
    }
  
    button {
      display: none;
    }
  
    /* Banner */
    .banner {
      flex-direction: column;
      align-items: center;
      margin: 120px auto 50px auto;
      padding: 0;
    }
  
    .banner img {
      width: 90%;
      height: auto;
      border-radius: 20px;
    }
  
    .banner2 {
      margin-top: 20px;
      text-align: center;
    }
  
    .banner h1 {
      font-size: 28px;
      margin: 5px 0;
    }
  
    /* Product Description */
    .prodctdesc {
      width: 90%;
      margin: 50px auto;
    }
  
    .prodctdesc h1 {
      font-size: 16px;
      color: white;
      text-align: center;
      width: 100%;
    }
  
    /* Laptop Showcase */
    .laptopshowcase {
      flex-direction: column;
      align-items: center;
      width: 100%;
      height: 100%;
      padding: 10px;
      gap: 30px;
    }
  
    .spline-viewer {
      width: 90% !important;
      height: 250px;
    }
  
    .bbbb {
      width: 90%;
      border: none;
      padding: 10px;
    }
  
    .bbb h1 {
      font-size: 24px;
      color: white;
    }
  
    .bbb li {
      font-size: 12px;
      color: white;
    }
  
    /* Specs Grid */
    .head {
      font-size: 28px;
      text-align: center;
      margin: 20px auto;
    }
  
    .grid {
      flex-direction: column;
      align-items: center;
      gap: 20px;
      padding: 10px;
    }
  
    .grid > div {
      width: 90%;
      padding: 15px;
      text-align: center;
    }
  
    .grid h1 {
      font-size: 22px;
      margin: 5px 0;
    }
  
    .grid h2 {
      font-size: 16px;
      margin: 5px 0;
    }
    .grid .biggest h2{
      font-size: 25px;
    }
    .grid .biggest h1{
      font-size: 25px;
    }
  .grid .big h1{

    font-size: 60px;
  }
    /* HDD Heading */
    .hdd {
      font-size: 22px;
      width: 90%;
      margin: 20px auto;
      text-align: center;
      border-bottom: 1px solid white;
    }
  
    /* Product Content */
    .prodctc {
      width: 90%;
      font-size: 14px;
      margin: 20px auto;
      text-align: justify;
      color: white;
    }
  
    /* Form */
    .fform {
      flex-direction: column;
      align-items: center;
      width: 90%;
      margin: 100px auto;
    }
  
    .fform h1 {
      font-size: 32px;
      margin-bottom: 20px;
      text-align: center;
    }
  
    .fform form {
      width: 100%;
      flex-direction: column;
      gap: 10px;
    }
  
    input,
    select {
      width: 100%;
      font-size: 16px;
      padding: 10px;
    }
  
    label { text-align: center;
      
      margin-left: 10px;
      font-size: 16px;
      
    }
  
    /* Footer */
    footer {
      font-size: 12px;
      padding: 20px 10px;
    }
  
    footer .container {
      text-align: center;
    }
  
    footer nav {
      flex-direction: column;
      gap: 10px;
    }
  
    footer a {
      margin: 5px 0;
    }
  }
  