*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
/* NAVIGATION BAR  */
.navi{
    background-color: rgb(19, 18, 18);
}
.left{
    position: relative;
}
.right{
    position: relative;
    padding-left: 460px;
}
.name{
    color: white;
    font-weight: 650;
}
.sname{
    color: white;
    font-weight: 650;
}
.ssname{
    color: red;
    font-weight: 650;
}
.name2{
    color: white;
}
#icon{
    font-size: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
.cap p1{
    font-size: 18px;
    font-weight: bolder;
}
.cap h3{
    font-size: 80px;
    padding-bottom: 40px;
    font-weight: bolder;
}

.cap p2{
    font-size: 20px;
    padding: 20px;
    color:white
    /* background-color: white; */
    font-weight : bolder;
    /* border: solid white; */
    /* border-width: 3px; */
}
/* .cap p2:hover{
    color: white;
    background-color: black;
} */
.button{
    color: white;
}
.ca h3{
    color: black;
    font-size: 30px;
    font-weight: bolder;
    padding-top: 100px;
    text-align: center;
}
.ca p2{
    color: rgb(68, 67, 67);
    font-size: 20px;
    font-weight: bolder;
    text-align:justify;
    font-style:block;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    /* padding-bottom: 40px; */
}

/* MID 1 */

.mid10{
    width: 100%;
    height: 140vh;
}
.midrap10{
    width: 100%;
    padding-top: 200px;
}
.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 4 */
.middle3{
    width:100%;
    height:100vh;
    position: relative;
    padding: 0 5%;
    /* padding-top: 50px; */
    /* 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 */
.middle7{
    width:100%;
    height:80vh;
    background-color:white;
}
.middlerap7{
    width:100%;
    padding-top: 80px;
    /* margin: auto; */
    padding-left: 100px;
    display:grid;
    grid-template-columns: auto auto auto ;
    grid-column-gap: 25px;
    /* justify-content: center; */
}
.title3 h1{
    font-size: 30px;
    font-weight: 750px;
    color: black;
    text-align: center;
    padding-top: 30px;
}
.title4 h1{
    font-size: 20px;
    font-weight: 750px;
    color: black;
    text-align: center;
    padding-top: 40px;
    border: 4px solid black;
    padding-bottom: 30px;
}
.title4 h1:hover{
    background-color: black;
    color: white;
}

#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:black;
    font-size: 15px;
    font-weight: bolder;
    /* text-align:justify; */
}
.box6 h2:hover{
    color:rgb(0, 102, 255);
}
.box6 h3{
    font-size: 16px;
    color:rgb(104, 104, 105);
    padding-left: 90px;
}

/* 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;
  }  




