@import url('https://fonts.googleapis.com/css2?family=Electrolize&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Righteous&display=swap');
.righteous-regular {
    font-family: "Righteous", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
.wrapper{
    margin: 0;
}
.hero{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}
.herogroup{
    margin: 0;
    margin-top: 30px ;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
}
footer{
    background: #000000;
    display: flex; flex-flow: row wrap;
    margin: auto;
    height: 200px;
    width: 100%;
    overflow: hidden;
 
}
footer aside:nth-child(1){
    flex: 0 0 200px;
    background-color: hsl(0, 60%, 23%);
}
footer aside:nth-child(2){
    flex: 0 0 200px;
    background-color: hsl(0, 72%, 61%);
}
footer article{
    flex: 0 0 200px;
    background-color: black;
}
h1{ 
    color: rgb(245, 0, 184);
    text-align: center;
    font-family: "Montserrat Subrayada", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: normal;
    margin: 0;
    margin-top: 20px;
    margin-left: 0px;
    
  }
  .logo h1 {
    padding-top: 20px;
    text-decoration: none;
    margin-top: 0%;
    font-family: "Righteous", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
.logo h2{
    color: hsl(185, 98%, 51%);
    text-align: center;
    font-family: "Orbitron", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.75px;
    margin-left: 0px;
    margin-top: 0px;
    
}
li a .logo{
    text-decoration: none;
}
li a h2{
    text-decoration: none;
}
body{
    background-color: hsl(0, 0%, 11%);
    margin: 0;
    text-decoration: none;
}
body p{
font-family: "Kantumruy Pro";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin: auto;
}
.contact-container h1{
    margin: auto;
    
}

.contact-container{
    background-color: #FFFADE;
    font-family: "julius sans one" ;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
   
}
label{
    text-align: left;
    text-justify: distribute;
    font-family: "montserrat subrayada";
    color: #480B0B;
}

input{
    align-items: right;
    width: 80%;
}
textarea{
    align-items: center;
    width: 80%;
}
button{
    font-family: "kantumruy pro";
    background-color: #551515;
    color: #FFFADE;
}
.contactpage h1{
    font-family: "julius sans one";
    background-color: #FFFADE;
    color: #551515;
    margin: auto;
    text-align: center;
}
.menu{ position: relative;
    display: flex;
    float: right;
    margin-right: 20px;
}
.heroimage{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}
main{
    min-height: 500px;
    display: flex;flex-flow: row wrap;
}
main aside:nth-child(1){
    flex: 0 0 5%;
    background-color: #1c1c1c;
}
main aside:nth-child(3){
    flex: 0 0 5%;
    background-color: #1c1c1c;
}
main article{
    flex: 1 0 200px;
    background-color: #1c1c1c;
}
.form iframe {
    width: 100%;
}
.foot{
    margin-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
}

.hometext h1{
    margin: 20px;
    color: #F500b8;
text-align: center;
font-family: "Righteous", sans-serif;
    font-weight: 400;
    font-style: normal;
}
li{
    height: 120px;
}
hr{
    color: #f500b8;
    border-color: #F500b8;
    border-style: groove;
    margin: 20px;
}
header{
    background-color: #000000;
    margin-bottom: 30px;
}
.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Responsive layout */
    gap: 16px; /* Space between images */
    padding: 16px;
}

/* Style for each link */
.image-link {
    display: block;
    overflow: hidden;
    position: relative;
}

/* Ensure the images are square and fill the grid cell */
.image-link img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Crop image to maintain aspect ratio */
}
figure{
    margin: 16px;
}
.products {
    color: white;
    height: auto;
    width: auto;
    text-align: center;
    clear: both
  }
  
  .display {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(300px));
  }
  
  .pic {
    width: 200px;
    height: auto;
  }
  
  figcaption a {
    font-family: "Electrolize", sans-serif;
    text-decoration: none;
    font-size: 16pt;
    color: #F500b8;
  }
.grid-item {
    background-color: #1c1c1c;
    border: 1px solid #1c1c1c;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.grid-item img {
    width: 100%; /* Makes images fill the grid item */
    height: auto; /* Maintains the aspect ratio */
    display: contain; /* Removes any bottom spacing from images */
}
.hometext p{
    margin: 10px;
    color: cyan;
text-align: left;
font-family: "Electrolize", sans-serif;
font-style: normal;
font-weight: 400;
line-height: normal;
font-size: larger;

}
footer p{
    font-family: "Orbitron", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-kerning: 50px;
  color: #f500b8;
  background-color: hwb(0 0% 100%);
  margin-right: 50px;

}
@media only screen and (max-width: 430px){
 
    .hometext h1{

        font-size: 18px;
    }
    .hometext p{
        font-size: 14px;
    }
    .carousel-container {
        width: 100%;
    }
}

.navigation{
    list-style-type: none;
    text-align: center;
padding-left: 5%;
    padding-bottom: 20px;
    
}
.navigation li{
    display: inline;
    text-decoration: none;
}
.navigation li a{
    text-decoration: none;
    text-align: center;
    font-family: "Orbitron", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: aqua;
  margin-right: 5%;
}
.hover:hover{
    color: #F500b8;
}
figcaption .hover:hover{
    color: cyan;
}
video {
    width: 100%; 
    height: auto;
    top: 110px;
    object-fit: cover; 
    margin-top: -30px;
}


.carousel-container {
    width: 100%;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.5s linear;
}

.carousel-item {
    min-width: 100%;
    flex-shrink: 0;
    height: 300px;
    
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.gallery {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    gap: 15px;
    margin-left: auto;
    margin-right: auto;
}
.image {
    width: 350px;

}
