@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Lora&family=Pixelify+Sans:wght@500&family=Podkova:wght@500&family=Russo+One&family=Tektur:wght@500&family=Unbounded:wght@300&family=Vollkorn+SC:wght@600&display=swap');



body{
    overflow-x:hidden;
    user-select: none;
    display: flex;
    flex-direction: column;
}
.btn-search{
    background-color: white;
    border: none;
}
.btn-sh{
    text-decoration: none;
    color: black;
}
.input-group-c{
    display: flex;
}
.header {
    z-index: 20;
    background-color: white;
    width: 100%;
    position: fixed;
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
    flex-direction: column;
    min-width: 950px;
}
.backd{
    z-index: 21;
}

.hide{
    z-index: 2;
    width: 100%;
    position: relative;
    background-color: white;
    height: 200px;
}

.h-text{
    position: relative;
    background-color: white;
    z-index: 2;
    width: 100%;
    height: 150px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    color: black;
    font-size: 50px;
    letter-spacing: 5px;
    font-family: 'Podkova', serif;
}

.article{
    width: 100%;
    display: flex;
}
.header-dropdowns{
    flex: 2;
    white-space: nowrap;
    display: flex;
    font-size: 18px;
    font-family: 'Lora', serif;
    justify-content: space-evenly;
    margin: 20px 500px;
}
.header-dropdowns-mobile{
    flex: 2;
    white-space: nowrap;
    display: flex;
    height: 90%;
    flex-direction: column;
    font-size: 20px;
    margin: auto;
    text-align: center;
    font-family: 'Lora', serif;
    justify-content: space-evenly;
}

.mobile-header{
    display: none;
    z-index: 110;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: white;
    font-size: 12px;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
}
.mobile-header a{
    text-decoration: none;
    color: black;
}

.list-m:hover{
    color: #77b0c4;
    transition: 0.33s;
}
.list{
    cursor: pointer;
    margin-left: 30px;
}
.list:hover{
    color: #77b0c4;
    transition: 0.33s;
}

.section{
    white-space: nowrap;
    flex: 1;
    align-items: center;
    width: 33%;
    height: 88px;
}

.section1{
    justify-content: center;
}
.section3{
    display: flex;
    justify-content: center;
}

.instagram{
    cursor: pointer;
    position: fixed;
    margin-top: 4px;
    margin-left: 10px;
}
.facebook{
    cursor: pointer;
}
.shopping-cart{
    margin: 5px;
}
.user{
    margin: 5px;
}

.header-name{
    margin: 10px;
    cursor: pointer;
    text-align: center;
    color: #035772;
    font-size: 50px;
    letter-spacing: 5px;
    font-family: 'Podkova', serif;
}
.header-name:hover{
    color: black;
    transition: 0.5s;
}

.header-searching-box{
    margin: 35px;
    font-size: 14px;
    width: 250px;
    border-bottom: 1px solid;
}
.header-searching-box:hover{
    border-bottom: 2px solid;
}
.search-logo{
    margin-bottom: 3px;
}
.search{
    font-family: 'Lora', serif;
    border: none;
    outline: none;
}
.header-shopping-cart{
    font-size: 14px;
    cursor: pointer;
}
.header-login{
    margin: 0px 30px 0px 100px;
    font-size: 14px;
    cursor: pointer;
}
.header-login:hover{
    color: rgba(0, 0, 0, 0.6);
}

.header-menu{
    display: none;
    z-index: 11;
    cursor: pointer;
    position: absolute;
    top:15px;
    right: 15px;
}


#staticBackdrop .modal-dialog {
    left: 0px;
    min-height: 100%;
    min-width: 100%;
    display: flex;
    align-items: stretch; 
}

#staticBackdrop .modal-content {
    min-height: 100%;
    min-width: 100%;
}
/* стилі для випадаючого меню */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  z-index: 1000;
}

.dropdown-content .list, .list-m {
  padding: 10px;
  cursor: pointer;
  white-space: nowrap;
}

.dropdown-content .list:hover {
  background: #f0f0f0;
}

.dropdown:hover .dropdown-content {
  display: block;
}


