
section .slideshow{
    height: 120vh;
    margin: auto;
    text-align: center;
    position: relative;

}
section .navbar a{
    transition: 0.1s;
}
#slides {
    width: 100%;
    height: 100%;
  }
  button {
    position: absolute;
    top: 80%;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    padding: 15px 20px;
    transition: 0.2s;
    cursor: pointer;
    border-radius: 50px;
    font-size: 30px;
  }
  
  button:hover {
    background-color: rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 5px whitesmoke;
    transform: scale(1.2);
  }
  .next {
    left: 40px;
  }






section .showcases{
    display: flex;
    flex-wrap: wrap;
    
}
section .showcases .sub{
    height: 100vh;
    flex: 1 1 calc(100%);
    display: flex;
    justify-content: center;
    align-items: stretch;

   
}
section .showcases .sub h1:hover{
    background-color: rgba(0, 0, 0, 0.4) !important;
    color: white !important;
    font-size: 50px !important;
}
section .showcases .sub  h1, .showcases .sub a{
    border: 3px solid #707176;
    border-radius: 15px !important;
    transition: 0.2s;
}
section .showcases #lambo-show{
    background: url(Images/Lambo/Aventador/SVJ/bluecephus.avif);
    background-size: cover;
    background-position: center;
    display: flex;
    background-repeat: no-repeat;
    position: relative;
    flex-direction: column;
    justify-content: space-around;
}
section .showcases #lambo-show h1{
    text-align: center;
    position: absolute;
    color: black;
    font-family: Lamborghini;
    text-shadow: 0 0 5px whitesmoke;
    font-size: 60px;
    background-color: #707176;
    border-radius: 16px;
    top: 20px;
    left: 50%; 
    transform: translateX(-50%); 
    padding: 10px;
    opacity: 90%;
}
#lambo-show h1:hover{
    font-size: 70px !important;
}
section .showcases #lambo-show a{
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
    color: white;
    border-radius: 5px;
    bottom: 20px;
    left: 0;
    right: 0;
}
section .showcases #mclaren-show{
    background: url(Images/Mclaren/P1/Base/mclarenp18.webp);
    background-size: cover;
    background-position: center;
    display: flex;
    background-repeat: no-repeat;
    position: relative;
    flex-direction: column;
    justify-content: space-around;
}
section .showcases #mclaren-show h1{
    text-align: center;
    position: absolute;
    font-family: Mclaren;
    color: black;
    font-size: 45px;
    background-color: #707176;
    border-radius: 16px;
    top: 45px;
    left: 50%;
    text-shadow: 0 0 5px whitesmoke; 
    transform: translateX(-50%); 
    padding: 10px;
}
section .showcases #mclaren-show a{
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
    color: white;
    border-radius: 5px;
    bottom: 20px;
    left: 0;
    right: 0;
}
section .showcases #ferrari-show{
    background: url(Images/Ferrari/SF/sf90front.webp);
    background-size: cover;
    background-position: center;
    display: flex;
    background-repeat: no-repeat;
    position: relative;
    flex-direction: column;
    justify-content: space-around;
}
section .showcases #ferrari-show h1{
    text-align: center;
    position: absolute;
    color: black;
    font-family: Ferrari;
    font-size: 45px;
    background-color: #707176;
    border-radius: 16px;
    top: 20px;
    text-shadow: 0 0 5px whitesmoke;
    left: 50%; 
    transform: translateX(-50%); 
    padding: 10px;
    width: 176px;
}
section .showcases #ferrari-show a{
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
    color: white;
    border-radius: 5px;
    bottom: 20px;
    left: 0;
    right: 0;
}
section .showcases #porsche-show{
    background: url(Images/Porsche/911/ST/911st.webp);
    background-size: cover;
    background-position: center;
    display: flex;
    background-repeat: no-repeat;
    position: relative;
    flex-direction: column;
    justify-content: space-around;
}
section .showcases #porsche-show h1{
    text-align: center;
    font-family: Porsche;
    position: absolute;
    color: black;
    height: 30px;
    font-size: 35px;
    background-color: #707176;
    border-radius: 16px;
    text-shadow: 0 0 5px whitesmoke;
    top: 20px;
    left: 50%; 
    transform: translateX(-50%); 
    padding: 10px;
}
section .showcases #porsche-show a{
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
    color: white;
    border-radius: 5px;
    bottom: 20px;
    left: 0;
    right: 0;
}
section .showcases #koenigsegg-show{
    background: url(Images/Koenigsegg/Jesko/jesko\ 8.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-around;
}
section .showcases #koenigsegg-show h1{
    text-align: center;
    position: absolute;
    color: black;
    font-family: Koenigsegg;
    font-size: 35px;
    text-shadow: 0 0 5px whitesmoke;
    background-color: #707176;
    border-radius: 16px;
    top: 20px;
    left: 50%; 
    transform: translateX(-50%); 
    padding: 10px;
}
section .showcases #koenigsegg-show a{
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
    color: white;
    border-radius: 5px;
    bottom: 20px;
    left: 0;
    right: 0;
}
section .showcases #pagani-show{
    background: url(Images/Pagani/Huayra/huayra1.webp) !important;
    background-size: cover;
    background-position: center;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-around;
}
section .showcases #pagani-show h1{
    text-align: center;
    position: absolute;
    font-family: Pagani;
    color: black;
    text-shadow: 0 0 5px whitesmoke;
    font-size: 35px;
    background-color: #707176;
    border-radius: 16px;
    top: 20px;
    left: 50%; 
    transform: translateX(-50%); 
    padding: 10px;
}
section .showcases #pagani-show a{
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
    color: white;
    border-radius: 5px;
    bottom: 20px;
    left: 0;
    right: 0;
}
section .showcases a{
    transition: 0.2s;
    padding: 10px 0;
    margin-left: 150px;
    margin-right: 150px;
    
}
section .showcases a:hover{
    transform: scale(1.15);
}
section .about-us {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  gap: 40px;
}

section .about-us .text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
section .about-us img{
    border-radius: 50%;
}
.header {
  font-size: 35px;
  max-width: 425px;
}

.plaintext {         
  max-width: 400px;     
}

section .slogan{
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}

section .slogan #slogantext{
    color: black;
    font-family: Outfit;

    font-size: 35pt;
    text-align: center;
    padding: 20px 120px;

}
