

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
        font-family: mtt;
    
    
}
body{
    background-color: rgb(57, 60, 65,0.2);
}
@font-face {
    font-family: mtt;
    src: url(../fonts/Gotham\ Medium.otf);
  }
.img-logo{
    width: 100px;
    margin-right: 30px;


}

.model-s{
    margin-top: -15vh;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
    display: block;
    object-fit: cover;
}
.model-x{
    margin-top: -15vh;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
    display: block;
    object-fit: cover;
}
.account{
    background-image: url('../img/lambo-on-storm-night-fy-1920x1080.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    display: block;
    object-fit: cover;
}
header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 0;
    padding: 10px 10%;
    
    flex-shrink: 0;
}
.nav-links{
    list-style: none;
}
.nav-links li{
   
    display: inline;
    padding: 0px 20px;
}

#nav-links-id{
    text-decoration: none;
    color: white;
    font-weight: bold;
}
.first-body{
    margin-top: 0px;
    
}
.first-body{
    margin-top: -15vh;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 10vh;
    min-height: 100vh;
    justify-content: space-around;
    text-align: center;
    color: #393c41;
    font-weight: bold;
}
.first-body h2{
    font-weight: lighter;
}
.first-order-list{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-top: 10vh;
    text-align: center;
    list-style: none;
    justify-content: center;

}
.order-list{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-top: 30vh;
    text-align: center;
    list-style: none;
    justify-content: center;

}
.order-btn-first{
    display: inline-flex;
    position: static;
    align-items: center;
    flex-direction: column;
    background-color :rgba(23, 26, 32, 0.8);
    border-radius: 20px;
    color: white;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    min-block-size: 40px;
    min-inline-size: 256px;
    inline-size: 256px;
    padding: 5px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 8px;
    margin-right: 8px;
    line-height: 14.4px;
    white-space: nowrap;
    justify-content: center;


}
.order-btn-second{
    display: inline-flex;
    position: relative;
    align-items: center;

    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    color: black;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    min-block-size: 40px;
    min-inline-size: 256px;
    inline-size: 256px;
    padding: 5px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 8px;
    margin-right: 8px;
    line-height: 14.4px;
    white-space: nowrap;
    justify-content: center;
    
}
#second{
    display: flex;
    
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    
    width: 100vw;
    height: 100vh;
}

.second-body{
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    justify-content: space-around;
    color: #393c41;
    font-weight: bold;
    margin-top: 0px;
    
}
.second-body h2{
    font-weight: lighter;
}

.third-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-height: 10vh;
    justify-content: space-around;
    
    color: #393c41;
    font-weight: bold;
    
}
#third{

    
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
}
footer{
    text-align: center;
    margin-top: 30px;
    position: relative;
    padding-bottom: 25px; 
}
.footer-list{
    display: flex;
    flex-direction: row;
    text-decoration: none;
    font-family: mtt;
    text-decoration: none;
    color: #393c41;
    list-style: none;
    justify-content: center;
}

.footer-list a{
    color: #393c41;
    text-decoration: none;
}
#footer-list-id{
    padding-right: 10px;
}
@media (max-width: 768px) {
    nav{
        display: none;
    }

    .forma{
        min-width: 300px;
    }
}
@media (max-height: 250px) {
.first-body{
    justify-content: center;
}

header{
    padding: 0;
}
}
/* Model S CSS */
.first-body-s{
    margin-top: -15vh;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 10vh;
    min-height: 100vh;
    justify-content: space-around;
    text-align: center;
    color: black;
    font-weight: bold;
}
.bottom-flex{
    display: flex;
    justify-content: center;
}
.lines{
    
    width: 1px;
    height: 100px;
    background-color: black;
    margin: 10px;
    margin-top: 15vh;
}
.child-flex{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 14vh;
    justify-content: center;
}
#second-models{

    display: flex;
    
    background-size:cover;
    background-position: center;
    width: 100vw;
    height: 80vh;
}
.lines-white{
    width: 1px;
    height: 100px;
    background-color: white;
    margin: 20px;
    margin-top: 65vh;
}
.child-flex-white{
    width: 300px;
    display: flex;
    flex-direction: column;
    color: white;
    text-align: center;
    margin-top: 63vh;
    justify-content: center;
    text-align: left;
}
.child-flex-white p{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.child-flex-white h2{
    font-size: 28px;
    font-weight: 500;
}
.second-body-2nd{
    display: flex;
    flex-direction: col;
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 80px;
    padding-bottom: 80px;
    

}
.second-body-2nd h2{
    font-size: 28px;
    font-weight: 500;
}
.second-body-2nd p{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: rgb(57, 60, 65);
}
.third-bodyy{
    display: flex;
    flex-direction: row;
}
.sec-1st{
    display: flex;
    flex-direction: column;
    width: 350px;
}
.sec-2nd{
    display: flex;
    width: 625px;
}
#models-order{
    margin-top: 4vh;
    width: 280px;
    margin-left: 0px;
}

.video-1st{

    min-height: 30vh;
    width: 78.4vw;
    height: 100vh;
    display: block;
    object-fit: cover;
}
.third-2nd{
    text-align: left;
    padding-left: 30px;
    padding-top: 50px;
}
.third-2nd h2{
    font-size: 28px;
    font-weight: 500;
    color: black;
}
.third-2nd p{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: rgb(57, 60, 65);
}
.third-2nd h3{
    font-weight: 200;
    color: black;


}
#fourth{
   
    background-size:cover;
    background-position: center;

    width: 100vw;
    height: 100vh;
    display: block;
    object-fit: cover;

}
.flex-child-line{

    width: 80px;
    height: 1px;
    background-color: white;
    margin-right: 190px;
    margin-top: 20px;
    margin-bottom: 20px;
    

}
#wifi-icon{
    width: 50px;
    height: 50px;
}
.last{
    display: flex;
    flex-direction: column;
    padding-top: 15%;
    

    
}
.flex-child{
    width: 270px;
    text-align: left;


}
.flex-child h2{
    color: white;
}
.flex-child p{
    color: white;
}
#last-order-s{
    margin-top: 20px;
    width: 270px;
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 500px){
    .last-fourth{
        align-items: center;
        padding-top: 45%;
    }
}
.last-fourth{
    display: flex;
    flex-direction: column;
    padding-top: 15%;
    align-items: flex-end;

    
}
.video-2nd{
    height: 100vh;
    width: 100vw;
    
    
}
.bottom-flex-x{
    display: flex;
    justify-content: center;
    
}
.child-flex-x{
    width: 300px;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: 60vh;
    justify-content: center;
    color: white;
}
.lines-x{
    
    width: 1px;
    height: 100px;
    background-color:white;
    margin: 10px;
    margin-top: 60vh;
}
#model-2nd-x{
    margin-top: 10vh;
}
#second-models-x{
    
    display: block;
    
    background-size:cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
}
#child-x{
    width: 300px;
}
#second-modelss{
    padding-top: 0;
}
.first-body-x{
    margin-top: -15vh;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 10vh;
    min-height: 100vh;   
    color: #393c41;
    font-weight: bold;
    
}
.first-body-x h1{
text-align: center;
margin-top: 1%;
}
#modelxx{
    color: white;
}
.bottom-flex-x{

    display: flex;
    justify-content: center;
}
.child-flex-x1{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 72vh;
    justify-content: center;
    
}
.lines-x1{
    width: 1px;
    height: 100px;
    margin: 10px;
    margin-top: 72vh;
}
.video-2nd{
        min-height: 30vh;
        width: 100vw;
        height: 100vh;
        display: block;
        object-fit: cover;
        position: absolute;
    }
.child-flex-white-xx{
    display: flex;
    
    flex-direction: column;
    text-align: center;
 
}
.bottom-flex-x1{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center; 
    padding-top: 75vh;
    color: white;
    width: 100%;
    
}
.lines-white-x{
    width: 1px;
    height: 100px;
    background-color: white;

}
.bottom-flex-x3{
   
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center; 
    color: white;
    width: 100%;
}
.overlay{
    width: 100vw;
    height: 100vh;
}

.second-body-x{
    display: flex;
    color: #393c41;
    font-weight: bold;
    
}
.second-body-x h2{
    font-weight: lighter;
}
#fifth{
    
    background-size:cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
    display: block;
    object-fit: cover;

}
.child-ch{
    
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.child-flex-x p{
    font-size: 12px;
    
}
#last{
    padding-right: 5vh;
}
#s-b-x{
    padding-top: 79vh;
    color: black;
}
#s-b-x p{
    padding-top: 79vh;
    color: black;
    font-size: 14px;
    padding-top: 0;
    

    min-width: 360px;
}
#awd-text-short{
    display: n;
}
@media (max-width: 600px) {
    .second-body-2nd{
       flex-direction: column;
        
    }
    #resp{
        display: none;
    }
    #resp2{
        display: none;
    }
    #s-b-x{
        padding-top: 40vh;
        color: white;
        padding-left: 0;
        
    }
    #s-b-x p{
        color: white;

    }
}
@media (max-width: 100vw){
    #second-models{
        margin-top: 2.4%;
    }
    .video-2nd {
    margin-top: 2.4%;
}
#second-models-x{
    margin-top: 2.4%;
}

}
@media (max-width: 600px){
    #second-models{
        margin-top: 0;
    }
    .third-bodyy{
        flex-direction: column;
    }
    .video-1st{
        width: 100vw;
    }
    .third-2nd{
        position: absolute;
        text-align: center;
        margin-top: 0vh;
    }
    .sec-2nd{
        display: flex;
        width: 320px;
        text-align: center;
    }
    .sec-1st{
        text-align: center;
    }
    .model-s{
        background-image: url('../img/mob-model-s.jpeg');
    }
    .child-flex-white{
        margin-top: 53vh;
    }
    .lines-white{
        margin-top: 58vh;
    }
    .first-order-list{
        flex-direction: column;
    }
    .order-btn-first{
        margin-bottom: 20px;
    }
    #first-order{
        flex-direction: column;
    }
    #last{
        padding-right: 0vh;
    }
    .second-models-x{
        background-color: rgb(57, 60, 65,0.4);
    }
    #awd-text{
        display: none;
    }
    
}
.container{
    display: flex;
    justify-content: center;
}
#login{
    font-size: 28px;
    text-decoration: none;
    color: black;
    margin-bottom: 5%;
    color: white;
}

.forms{
    display: flex;
    flex-direction: column;

}
.register-form{
    display: flex;
    flex-direction: column;

}

label{
    padding-bottom: 2%;
    font-family: mtt;
    color: white;
}

input{
    margin-bottom: 8%;
    width: 300px;
    padding-left: 15px;
    height: 40px;
    border-radius: 25px;
    box-shadow: 0;
    border:none;
}
#submit{
    margin-top: 2%;
    background-color: rgb(60, 102, 215);
    color:white;
    font-size: 18px;
}
.or-flex{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#or{
    color: white;
    font-size: 22px;
    
}
#wh-l{
    margin-right: 3%;
    margin-left: 3%;
    margin-top: 13px;
}
#submit-reg{
    margin-top: 5%;
    
    font-size: 18px;
}

.hidden {
    display: none;
}
.dash{
      text-align: center;
      color: white;
      margin-top: 5%;
      background-color: rgb(57, 60, 65,0.8);
      border-radius: 15px;
      padding: 50px;
      width: 100%;
      
}

td{
      padding-top: 5px;
      padding-left: 10px;
      padding-right: 10px;
}
#delete{
      color: red;
      text-decoration: none;
}
table{
    border-collapse: collapse;
    
    margin-left: auto;
    margin-right: auto;
  }
.p{
      margin: 0%;
      margin-top: 25px;
}
.inserting{
      margin-top:50px;
      margin-bottom:50px;
}
.forma{
   
    border-radius: 15px;
    padding: 50px;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.insertpage{

    width: 300px;
    padding-left: 15px;
    height: 40px;
    border-radius: 25px;
    box-shadow: 0;
    border:none;
    background-color: rgb(60, 102, 215);
    color:white;
    font-size: 18px;
    margin-bottom: 20px;
}
.second-insert{
    margin-top: 20px;
    margin-bottom: 0px;
}
td{border:1px solid black;
border-radius: 3px; }
.aligne{
    text-align: center;
    justify-content: center;
}
.dropbtn {
    
    background-color: rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 16px;
    font-size: 16px;
    border: none;
}
  
  
.dropdown {
    position: relative;
    display: inline-block;
}
  
  
.dropdown-content {
      text-align: center;
    display: none;
    
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    list-style: none;
}
  
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    
  }
.dropdown:hover .dropdown-content {display: block;}  
  .slid{
      font-size: 20px;
  }
.active{
      position: absolute;
      opacity: 1;
      transition: all 0.5s ease-in-out;
  }
.not-active{
    position: absolute;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.edithis{
    display: flex;
    flex-direction: column;
    color: white;
}
.fbacc{
    
    width: 70%;
    margin: auto;
    margin-top: 30px;
    color: black;
    text-align: center;
}
#spc{
    margin-bottom: 15px;
}
tr:hover {background-color: rgb(209, 209, 209);}
thead {
    background-color: rgb(60, 102, 215);
    color: white;
  }

.inputi{
    width: 150px;
    
    padding-left: 15px;
    height: 40px;
    border-radius: 25px;
}
.fil{
    
    
    border-radius: 15px;
    padding-top: 15px;
    background-color: white;
    height: 50px;
    width: 220px;
    margin: auto;
    margin-top: 15px;
}
.accon{
    background-color: rgb(57, 60, 65,0.6);
    color: white;
    font-size: 18px;
}
.idd{
    width: 30%;
    margin: auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
#frm{
    display: none;
}
.decode{
    width: 70%;
    margin: auto;
    background-color: rgb(56,70,65,0.6);
    border-radius:50px;
    padding:50px;
}
.containerr{
    display:flex;
    flex-direction: column;
    justify-content: center;
    
}
.formdec{
    width:80%;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items: center;
    margin-bottom:20px;
    
}
.inputt{
    margin-bottom: 2%;
    width: 300px;
    padding-left: 15px;
    height: 40px;
    border-radius: 25px;
    box-shadow: 0;
    border:none;
}
