*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
/* NAVIGATION BAR  */
.navi{
    background-color: white;
}
.left{
    position: relative;
}
.right{
    position: relative;
    padding-left: 460px;
}
.name{
    color:black;
    font-weight: 650;
    font-size: 20px;
}
.sname{
    color: black;
    font-weight: 650;
}
.ssname{
    color: red;
    font-weight: 650;
    font-size: 20px;
}
.name2{
    color: black;
}
#icon{
    font-size: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
.cap p1{
    font-size: 18px;
    font-weight: bolder;
}
.cap h3{
    font-size: 60px;
    padding-bottom: 40px;
    /* font-weight: bolder; */
}

.cap p2{
    font-size: 20px;
    padding: 20px;
    color: black;
    background-color: white;
    font-weight: bolder;
    border: solid white;
    border-width: 3px;
}
.cap p2:hover{
    color: white;
    background-color: black;
}
.button{
    color: white;
}

/* MID 1 and MID 3 and MID 4 */
.mid9{
    width:100%;
    height:50vh;
    background-color:black;
}
.midrap9{
    width:100%;
    margin:auto ;
}
.middle7{
    width:100%;
    height:70vh;
    background-color:black;
}
.middlerap7{
    width:100%;
    /* margin: auto; */
    padding-left: 100px;
    display:grid;
    grid-template-columns: auto auto auto ;
    grid-column-gap: 25px;
    /* justify-content: center; */
}
.title3 h1{
    font-size: 75px;
    font-weight: bolder;
    color: white;
    text-align: center;
    padding-top: 10px;
}
.title3 h2{
    font-size: 20px;
    /* font-weight: bolder; */
    color: white;
    text-align: center;
    padding-top: 50px;
}
.title3 h3{
    font-size: 20px;
    /* font-weight: bolder; */
    color: white;
    text-align: center;
    padding-top: 25px;
}



#icon7{
    position: absolute;
    color:black;
    font-size: 30px;
    padding-left:5px;
    padding-right: 8px;
}
#icon7:hover{
    color:red;
}
.box6 img{
    height: 340px;
    width: 330px;
}
/* .box6 img:hover{
    box-shadow: 0 4px 8px 0 rgba(236, 233, 233, 0.942), 0 6px 20px 0 rgba(235, 232, 232, 0.947);
} */
.box6 h2{
    padding-top: 40px;
    color: white;
    font-size: 35px;
    font-weight: bolder;
    padding-left: 50px;
}
.box6 h2:hover{
    color:rgb(0, 102, 255);
}
.box6 h3{
    font-size: 16px;
    color:rgb(104, 104, 105);
    padding-left: 90px;
}
.mid10{
    width: 100%;
    height: 100vh;
    padding-top: 50px;
    background-color: rgba(216, 213, 213, 0.897);
}
.midrap10{
    width: 100%;
}
.midrap10 img{
    padding-left: 4vh;
    position:absolute;
}

.box2 img{
    padding-left: 4vh;
    padding-right: 1vh;
    float: right;
    /* position:absolute; */
    
}
#icon8{
    position: absolute;
    color:black;
    font-size: 30px;
    padding-left: 1050px;
    
}
#icon8:hover{
    color:red;
}

/* MID 2 */
.middle3{
    width:100%;
    height:90vh;
    position: relative;
    padding: 0 5%;
    /* display:flex; */
    /* align-items:center; */
    /* justify-content: center; */
}
.logo2{
    width:100%;
    position: absolute;
    top:0;
    left:0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo2 img{
    padding-left: 20px;
    padding-top: 10px;
    animation: heartbeat 3s infinite;
}
.content{
    text-align: center;
}
.content h1{
    font-size: 25px;
    color: white;
    /* font-weight: bolder; */
    text-align: center;
    padding-top: 400px;
}
.content p{
    font-size: 40px;
    font-weight: bolder;
    color: white;
    /* font-weight: bolder; */
    padding-top: 35px;
}
.content h2{
    font-size: 20px;
    color: white;
    /* font-weight: bolder; */
    padding-top: 25px;
    text-decoration: underline;
    text-decoration-color:red ;
    text-decoration-thickness: 5px;
}
.content h2:hover{
    color:red ;
}
.back-video{
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/* MID 5 */
/* .slider{
    height: 450px;
    width: 100%;
    overflow: hidden;
    margin: auto;
    position: relative;
    display: grid;
    place-items: center;
    background-color: black;
}
.slide-track{
    display: flex;
    width: calc(550px * 18);
    animation: scroll 40s linear infinite;
}
.slide-track:hover{
    animation-play-state: paused;
}
.sslide{
    height: 200px;
    width: 250px;
    display: flex;
    align-items: center;
    padding: 15px;
    perspective: 100px;
}
 .sslide img{
    width: 100%;
    transition: transform 1s;
}
.sslide img:hover{
    transform: translateZ(20px);
    border: 8px solid white;
}

.slider::before,
.slider::after{ */
    /* background: linear-gradient(to right, rgba(255,255,255,1)0%,rgba(255,255,255,0)100%); */
    /* content:'';
    height: 100%;
    position: absolute;
    width: 15%;
    z-index: 2;
}
.slider::before{
    left: 0;
    top: 0;
}
.slider::after{
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
@keyframes scroll{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-250px * 9));
    }
} */

/* FOOTER */
/* FOOTER */

/* footer */
/* Style the footer */
.lamborghini-footer {
    background-color: black;
  /* background-color: #141414; */
  color: #fff;
  padding: 50px 0;
}

/* Style the container */
.contaiiner {
    background-color: black;
  width: 100%;
  height: 60vh;
  /* max-width: 1200px; */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Style the footer top section */
.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Style the footer navigation */
.footer-nav {
    width: 35%;
    margin-bottom: 30px;
  }
  
  .footer-nav__title {
    font-size: 18px;
    margin-bottom: 15px;
    color: white;
  }
  
  .footer-nav__list {
    list-style: none;
    padding: 0;
    color: azure;
    
    margin: 0;
  }
  .footer-links{
    color: azure;
  }
  
  .footer-copyright {
    text-align: center;
    /* margin-top: 20px; */
    padding-top: 12px;
    background-color: #191818;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .footer-copyright p {
    font-size: 24px;
    color: white;
    margin: 0;
  }  







