:root {
    --white-color: #FFFFFF;
    --black-color: #000000;
    --grey-color: #D1D5DB;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

img{
    border-radius: 15px;
    }

ul{
    list-style: none;
    text-align: center;
    padding: 0;
}

p{
    margin-top: 0;
    width: auto;
    height: 0;
}

a{
    color:inherit;
    text-decoration: none;
    max-width: 100%;
    height: auto;
}

a:hover{
    text-decoration: underline;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
}

.btn{
    color:rgb(144, 143, 143)
}

.wrapper{
    max-width: 1781px;
    margin: 0 auto;
    padding: 0px;
}

header{
    display: flex;
    flex-direction: row;
    background: var(--white-color);
   position: fixed;
    }

nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position:fixed;
    width: 95%;
    min-width: 200px;
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 700;
    border-bottom: var(--black-color) 2px solid;
    margin: 0px 0px 0px 20px; 
    padding: 5px 80px 5px 80px;  
    transition: all 500ms ease;
}

nav.scrolled{
    background-color: var(--white-color);
    box-shadow: 0 16px 14px -8px rgba(0, 0, 0, 0.3);
    top: 0;
}

.nav .navleft {
    display: flex;
    flex-direction: row;
    margin: 150px;
}

.nav .navcenter {
    flex-grow: 1; 
    text-align: center; 
}
    
.nav .navright {
    display: flex;
    align-items: center;
}

.slide1{
    display: flex;
    height: 100vh;
    width: 100%;
    align-items: center;
    align-content: space-evenly;

}

.slide1 .center{
    display: flex;
    content: url('/images/Artframes.png');
    height: 80%;
    width: 75%;
    margin-left: 00px;
}

.slide1 .left{
    position: absolute;
    display: flex;
    flex-direction: column;
    padding: 0px 10px 30px 30px;
    color: var(--black, #000);
    
}

.slide1 .left h1{
    color: var(--black, #000);
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight:900;
    margin-bottom: 0px;
    margin-left: 100px;
    display: flex;
}

.slide1 .left h2{
    display: flex;
    color:var(--grey-color);
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight:800;
    margin-left: 250px;
}

.slide1 .rightFloatingBar{
    position: fixed;
    top: 15px;
    right: 0;
    width: 20%;
    min-width: 200px;
    z-index: 1000;
    border-left: var(--black-color) 2px solid;
    margin-top: 50px;
    text-align: center;
}

.slide2{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    max-width: 70%;
    height: auto;
}

.divleft{
    display: flex;
    flex-wrap: wrap;
}
.divright{
    display: flex;
    flex-direction: column;
}

.spinachClothing .img{
    height: 100%;
    min-width: 200px;
}

.flowers{
    order: 1;
    height: 100%;
    min-width: 200px;
    text-align: right;
}

.SALE{
    order:2;
    height: 100%;
    min-width: 200px;
}


.slide3{
    display: flex;
    align-items: center;
    margin-left: 100px;
    margin-top: 50px;
    color: -#D1D5DB;
    font-family: "Roboto";
    font-size: 26px;
    font-weight: 700;
    max-width: 70%;
    height: auto;
}

.piedepagina{
    display: flex;
    align-content: center;
    justify-content: space-between;
    background-color: var(--grey-color);
    max-width: 70%;
    border-radius: 15px;
    margin-top: 50px;
    font-family: "Roboto";
    font-weight: 700;
        
}

.copyright{
    text-align: center;
    padding-top: 30px;
}

.catalog{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    padding-top: 100px;
    align-content: space-around;
}

.leftcatalog{
    display: flex;
    flex-wrap: wrap;
    
}

.leftProduct{
    display: flex;
    padding-left: 180px;
    flex-direction: column;
    align-items: flex-start;
    align-items: center;
}

.leftProduct2{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    padding-top: 100px;
    align-content: space-around;
}

.centerProduct{
    display: flex;
    padding-left: 180px;
    flex-direction: column;
    align-items: center;
}

.rightProduct{
    display: flex;
    padding-left: 180px;
    flex-direction: column;
    align-items: center;
}

.rightcatalog .rightFloatingBar{
    position: fixed;
    top: 15px;
    right: 0;
    width: 20%;
    min-width: 200px;
    z-index: 1000;
    border-left: var(--black-color) 2px solid;
    margin-top: 50px;
    text-align: center;
}

.slide3 .h1{
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 100;
    color: var(--grey-color);
}

.menuIcon{
    display: flex;
    width: 24px;
    height: 24px;
}

.menuContainer{
    display: flex;
    flex-direction: column;
    height: 0;
    width: 100%;
    top: 0;
    left: 100%;
    align-items: center;
    border-radius: 15px;
    border: 2px dashed var(--black-color);
    z-index: 200;
    transition: all 400ms ease-in;
    opacity: 0;

}

.menuContainer.active{
    opacity: 1;
    height: 50vh;
    margin: 10px;
    background-color: var(--grey-color);
}

.menuContainer .closeIcon{
    margin-top: 10px;
    pointer-events:none;
    transition: all 400ms ease;
}

.menuContainer.active .closeIcon{
    opacity: 1;
    pointer-events: auto;
    transition: all 400ms ease;
}

.login-container {
    display: flex;
    position: absolute;
    padding: 50px 50px 50px 50px;
    height: auto;
    width: auto;
    justify-content: center;
    align-content: center;
    margin-left: 70vh;
    margin-top: 20vh;
    max-width: 400px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  #login-form {
    display: flex;
    flex-direction: column;
  }
  
  .input-group {
    margin-bottom: 15px;
  }
  
  label {
    font-weight: bold;
  }
  
  input[type="text"],
  input[type="password"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  button {
    padding: 10px 15px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .error-message {
    color: red;
  }

  .registerForm{
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    align-content: center;
    
  }

  .hidden-menu{
    display: none;
  }

@media(max-width: 1600px){
    
    .wrapper{
        padding: 0 100px;
    }

    nav{
        width: 100%;
        left: 0;
        right: 0;
        padding: 10px 100px;
    }
    nav.scrolled{
        padding: 16px 100px;
    }
    .slide2{
        width: 70%;
        margin-left: 50px;        
        display: flex;
        justify-content: center;
        align-content:center; }
    .slide1{
        width: 60vh;
        height: 70vh;
        display: flex;
        justify-content: flex-start;
        align-content:center; 
    }
    .slide3{
        width: 100%;
        font-size: 90%;
        display: flex;
        justify-content: center;
        align-content:center; 
    }
    .piedepagina{
        display: flex;
        justify-content: center;
        align-content:center; 
    }

    .divleft{
        width: 100%;
    }
    .divright{
        margin-left: 50px;
        width: 100%;
    }
    ul{
        list-style: none;
        text-align: center;
    }
    
    a{
        color:inherit;
        text-decoration: none;
        max-width: 100%;
        height: auto;
    }
    
    a:hover{
        text-decoration: underline;
    }
    p{
        margin-top: 0;
        width: auto;
        height: 0;
    }
}

@media(max-width: 1100px){
    
    .wrapper{
        padding: 0 100px;
    }
    img{
        flex-grow: 1;
        max-width: 100%;
        max-height: 100%;
    }
    nav{
        width: 100%;
        left: 0;
        right: 0;
        padding: 10px 100px;
    }
    nav.scrolled{
        padding: 16px 100px;
    }
    
    .slide2{
        width: 60%;
        margin-left: 50px;        
        display: flex;
        justify-content: center;
        align-content:center; }
    .slide1{
        width: 50vh;
        height: 50vh;
        display: flex;
        padding-top: 30px;
        justify-content: flex-start;
        align-content:center; 
    }
    .slide3{
        width: 70%;
        font-size: 90%;
        display: flex;
        justify-content: flex-start;
        align-content:flex-start; 
    }
    .piedepagina{
        display: flex;
        justify-content: center;
        align-content:center; 
    }

    .divleft{
        width: 100%;
    }
    .divright{
        margin-left: 50px;
        width: 100%;
    }
    ul{
        list-style: none;
        text-align: center;
    }
    
    a{
        color:inherit;
        text-decoration: none;
        max-width: 100%;
        height: auto;
    }
    
    a:hover{
        text-decoration: underline;
    }
    p{
        margin-top: 0;
        width: auto;
        height: 0;
    }
}
@media(max-width: 667px){
    
    .wrapper{
        padding: 0 00px;
    }
    img{
        flex-grow: 1;
        max-width: 50%;
        max-height: 50%;
    }
    nav{
        width: 20%;
        height: fit-content;
        left: 0;
        right: 0;
        position: sticky;
    }
    nav.scrolled{
        padding: 16px 100px;
    }
    
    .slide2{
        
        flex-direction: column;     
        display: flex;
        justify-content: center;
        align-content:center; }
    .slide1{
        width: 40vh;
        height: 40vh;
        display: flex;
        padding-top: 30px;
        justify-content: flex-start;
        align-content:center; 
    }
   
    .rightFloatingBar{
        width: 20px;
        
    }
    .rightFloatingBar .img{
        width: 20px;
        height: 20px;
    }
    .slide3{
        width: 70%;
        font-size: 90%;
        display: flex;
        justify-content: flex-start;
        align-content:flex-start; 
    }
    .piedepagina{
        display: flex;
        justify-content: center;
        align-content:center; 
    }
    ul{
        list-style: none;
        text-align: center;
    }
    
    a{
        color:inherit;
        text-decoration: none;
        
        height: auto;
    }
    h1{
        font-size: 14px;
    }
    h2{
        font-size: 12px;
    }
    h3{
        font-size: 10px;
    }
    a:hover{
        text-decoration: underline;
    }
    p{
        margin-top: 0;
        width: auto;
        height: 0;
    }
}
    