@media (min-width: 992px) {
    #navbar_cellphones {
        display: none;
    }
  }
  @media (max-width: 991px) {
    #navbar {
      display: none;
  }
  }


  /*_______________CELLPHONE MENU______________*/

  .Cellphone_Header {
    animation-name: Transition_animation_menu;
    animation-duration: .5s;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 92vh;
    display: none;
    position: fixed;
    flex-wrap: wrap;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(255, 220, 195, 0.7);
    overflow-x: hidden;
    overflow-y: scroll;
    .Buttons_Container {
        margin: 0;
        width: 100%;
        padding: 0;
        min-height: 30vh;
        max-height: auto;
        display: flex;
        justify-content: space-evenly;
        align-items: start;
        flex-wrap: wrap;
    }
    li {
        transition: .3s;
        margin: 40px 6px 0 6px;
        padding: 0;
        border-radius: 20px;
        color: white;
        font-weight: bold;
        background-color: rgb(144, 75, 59);
        width: 26vw;
        height: 26vw;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
        font-size: 80%;
        img {
            width: 40px;
        }
    }

    li:active {
        transition: .1s;
        scale: 0.8;
    }
}

@keyframes Transition_animation_menu {
    from {
        transform: translate(-40%, 0);
        opacity: 0;
    }
    to {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.Menu_cellphones {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 8vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10500;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    background-color: #B2896D;
    /* .Logo_Yocavil {
        animation-name: Logo_Yocavil;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
            height: 98%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: 0.5;
    } */
    .Button_Home {
        transition: .3s;
        z-index: 20;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 5px;
        padding: 5px;
        height: 90%;

    }
    .Button_Home:active {
        transition: .1s;
        transform: rotate(-40deg);
        scale: 0.95;
        background-color: rgba(255, 255, 255, 0.7);
    }
    .Button_Menu {
        transition: .3s;
        z-index: 20;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 5px;
        height: 90%;
        padding: 5px;
    }
    .Button_Menu:active {
        transition: .1s;
        transform: rotate(-40deg);
        scale: 0.95;
        background-color: rgba(255, 255, 255, 0.7);
    }
}

.Profile_Image_Cellphones {
    margin: 0;
    padding: 0;
    width: 10vw;
    height: 10vw;
    border-radius: 10vw;
}
@keyframes Logo_Yocavil {
    from {
        scale: 1;
    }
    to {
        scale: 2;
    }
}

.Header_Desktops {
    transition: .5s;
    margin: 0;
    width: 100%;
    padding: 0;
    height: 5vw;
    background-color: #b85d51;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    position: relative;

}
@keyframes Intro_Header_Animation {
    from {
        opacity: 0;
        width: 50%;
    }
    to {
        opacity: 1;
        width: 100%;
    }
    
}
.Container_Nav_Bar {
    transition: .5s .2s ease-in-out;
    margin: 0;
    padding: 0 1.5% 0 1.5%;
    width: 100%;
    height: 100%;
    background-color: #B2896D;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Container_Info_Header {
    transition: .5s .2s ease-in-out;
    margin: 0;
    padding: 0;
    width: 1150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    .Right_Inbox_Container_Info {
        margin: 0;
        padding: 0;
        width: auto;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        a {
            cursor: pointer;
            color: rgba(255, 255, 255, 0.9);
            margin: 10px;
            padding: 0;
            i {
                margin: 0 5px 0 0;
            }
        }
    }
    .Left_Inbox_Container_Info {
        margin: 0;
        padding: 0;
        width: auto;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        a {
            cursor: pointer;
            margin: 5px;
            padding: 0;
            width: 35px;
            height: 35px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 20px;
            background-color: rgb(144,75,59);
            i {
                color: white;
            }
        }
    }
}
.d_bar_t, .d_bar_b {
    transition: .3s;
    margin: 0;
    padding: 0;
    height: 2px;
    background-color: rgb(184,93,81);
    width: 0;

}
.d_bar_t {
    position: absolute;
    top: 0;
    left: 0;
}
.d_bar_b {
    position: absolute;
    bottom: 0;
    right: 0;
}
.Nav_Bar {
    margin: 0;
    padding: 0;
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(184,93,81);
    .Btn_Link_Nav {
        cursor: pointer;
        transition: .3s;
        margin: 6px;
        padding: 5px;
        position: relative;
        color: rgb(255, 255, 255);
    }
    .Btn_Link_Nav:hover {
        color: rgb(255, 255, 255);
         .d_bar_t {
             transition: .3s;
             width: 100%;
         }
         .d_bar_b {
             transition: .3s;
             width: 100%;
         }
        transition: .3s;
    }
    .Btn_Link_Nav:active {
        transition: .1s;
        scale: 0.95;
        color: black;
    }
}
.Search_btn { 
    cursor: pointer;
    margin: 5px;
    padding: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: rgb(184,93,81);
    border: 2px solid rgb(184,93,81);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    i {
        color: white;
    }
}
.Search_btn:hover {
    transition: .3s;
    scale: 1.1;
    box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.4);
}
.Search_btn:active {
    transition: .1s;
    scale: 0.95;
    filter: brightness(50%);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.User_Option {
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0;
    padding: 5px;
    font-size: 80%;
    border: 2px solid rgba(184,93,81,0);
    color: white;
    img {
        margin: 0 0 0 5px;
        width: 25px;
        height: 25px;
        border-radius: 100px;
        border: 1px solid white;
    }
}

.User_Option:hover {
        transition: .3s;
        border: 2px solid rgb(184,93,81);
}
.User_Option:active {
    transition: .1s;
    scale: 0.95;
    filter: brightness(50%);
}

.Flag_language_button {
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 5px 0 0;
    padding: 5px;
    border: 2px solid rgba(184,93,81,0);
    img {
        width: 25px;
    }
}
.Flag_language_button:hover {
    transition: .3s;
    border: 2px solid rgb(184,93,81);
}
.Flag_language_button:active {
    transition: .1s;
    scale: 0.95;
    filter: brightness(50%);
}

.browser_window {
    animation-name: Intro_Browser;
    animation-duration: .5s;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

@keyframes Intro_Browser {
    from {
        opacity: 0;
        transform: translate(0,100px);
    }
    to {
        opacity: 1;
        transform: translate(0,0);
    }
}

.Close_BTN {
    transition: .3s;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #b85d51;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.Close_BTN:hover {
    transition: .3s;
    filter: brightness(130%);
}

.browser_input {
    margin: 0;
    padding: 0;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}