.parentOne{
    display: flex;
    justify-content: center;
    background-color: rgb(56, 54, 54);
    color: white; 
}
.container{
    display: flex;
    justify-content: space-around;
    background-color: rgb(26, 25, 25);
    font-size: 20px;
}
.cont{
    font-size: 15px;
}
.block{
    background-color: rgb(27, 25, 25);
}
   h1 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 30px;
    color: rgb(39, 36, 36);
}
h3, h2{
    font-family: 'Cormorant Garamond', serif;
    color: rgb(219, 199, 199);
}
h2{
    font-size: 30px;
}
h6{
    color: white;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 15px;
}
.parent {
    display: flex;
    justify-content: space-evenly;
    font-family: 'Barlow Semi Condensed', sans-serif;
    flex-wrap: wrap;
}
.parent2{
    display: flex;
    font-size: 15px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    padding: 10px;
}
.list{
    font-size: 18px;
    padding: 10px;  
    text-decoration: none;
    color: gray;
}
/* Контейнер для поиска — красивое обрамление и выравнивание */
.input {
    display: flex;
    align-items: center;
    background-color: #ecedee;
    padding: 5px 12px;
    border-radius: 20px;
    max-width: 220px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    transition: border-color 0.3s ease;
}

/* Само поле поиска — удобный размер и плавный фокус */
#search {
    flex: 1;
    font-family: 'Barlow Semi Condensed', sans-serif;
    border: none;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 20px;
    box-sizing: border-box;
    outline: none;
    background-color: transparent;
}

/* При фокусе подсвечиваем рамку контейнера */
.input:focus-within {
    border-color: #777;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.visually-hidden {
    position: absolute;   
    width: 1px;           
    height: 1px;        
    padding: 0;
    margin: -1px;        
    overflow: hidden;     
    clip: rect(0, 0, 0, 0); 
    white-space: nowrap; 
    border: 0;
}
.container2{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.shop {
    position: relative;
    text-align: center;
    padding: 20px;  
}
.centered{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
}
.parent6{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px; 
}
.parent6:hover{
    background-color: #F9F9F9;
}
.senses{
    font-size: 70px;
    text-align: center;
}
.six {
    font-size: 15px;
    color: rgb(29, 26, 26);
    text-align: center;
}
.uno {
    font-size: 20px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-align: center;
}
.home{
    text-align: center;
}
.parent5{
    display: flex;
    justify-content: space-evenly;
    padding: 60px;
    flex-wrap: wrap;  
}
.foto {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
}
.foto:hover{
    font-size: 15px;
}
.brend{
    font-size: 20px;
    padding: 20px;
    background-color: black;
    color: white;
}
button:hover{
    font-size: 20px;
    padding: 20px;
    background-color: gray;
    color: white;
}

.parent9{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    background-color: #EEEEEE;
    padding: 50px;
    flex-wrap: wrap;
}
.days, .hours, .minutes, .seconds {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px; 
    color: white; 
}




@media all and (max-width: 800px){
    body{
        background-color: #EEEEEE;
    }
    .parent2{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .parent{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .parent5{
        
        padding: 20px;
    }
    img {
        width: 100%;
    }
    .parent6{
        align-self: center;
    } 
    .parent9{
        display: flex;
        flex-direction: column;
    }
    .four{
        font-size: 15px;
    }
    h3, h2{
        font-size: 15px;
    }
    .centered{
        font-size: 20px;
    }
    .senses{
        font-size: 30px;
        text-align: center;
    }


}
@media all and (max-width: 500px) {
    body{
        background-color: #EEEEEE;
    }
    .parent2{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .parent{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .parent5{
        padding: 20px;
    }
    img{
        width: 100%;
    }
    .parent6 {
        align-self: center;
    }
    .parent9 {
        display: flex;
        flex-direction: column;
    }
    h3, h2{
        font-size: 25px;
    }
 .input {
        max-width: 100%;
        padding: 5px 10px;
        margin: 0 10px;
    }
    #search {
        font-size: 13px;
        padding: 5px 8px;
    }
}
