@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300&family=Jura:wght@300&family=Staatliches&family=Urbanist:wght@100&display=swap');
html
{
    overflow-x: hidden;
}
body
{
    margin: 0;
}
.header
{
    font-family: 'Staatliches', cursive;
    font-size: 64px;
    background-color: #85DEC5;
    display: flex;
    align-items: center;
    min-height: 190px;
    background: linear-gradient(90deg, rgba(0, 255, 163, 0) 0%, rgba(0, 255, 163, 0) 0.01%, rgba(27, 56, 210, 0.2) 100%), #85DEC5;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.25);
}
.back_btn
{
    background-color: #F62A6C;
    margin-left: 20px;
    align-items: center;
    font-size: 40px;
    padding: 4px 43px 4px 23px;
    border-radius: 50px;
    color:#ffff;
    display: flex;
    align-items: center;
    box-shadow: 14px 11px 4px rgba(0, 0, 0, 0.45);
}
.back_arrow
{
    margin-right: 10px;
}

.main_head_cont
{
    color: #250B66;
    display: flex;
    justify-content: center;
    flex-grow: 1;
    align-items: center;
}
.cocktail_logo
{
    max-width: 100px;
    border-radius: 50px;
    margin-left: 10px;
}
.add_element_header
{
    min-width: 10%;
}
a
{
    text-decoration: none;
    color: #ffff;
}
.wrapper
{
    margin-top: 2%;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.cocktail_cont_img
{
    filter: drop-shadow(15px 15px 12px rgba(0, 0, 0, 0.50));
    min-width: 50%;
}
.cocktail_description
{
    text-align: center;
    font-family: 'Staatliches', cursive;
    font-size: 30px;
    color: #250B66;
}
.cocktail_to_btn
{
    margin-top: 2%;
}
.cocktail_btn
{
    color: #250B66;
    text-align: center;
    font-family: 'Staatliches', cursive;
    font-size: 56px;
    padding: 4px 140px 4px 140px ;
    background-color:#71C2C7;
    border: 10px solid #71C2C7;
    border-radius: 50px;
    box-shadow: 14px 11px 4px rgba(0, 0, 0, 0.40 );
    border-radius: 65px;
}
.main_content
{  
    display: flex;
    justify-content: center;
    min-height: 100vh;
    flex-grow: 1;
    box-shadow: inset 0px 10px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    margin: 0px;
    background-image: url(../images/hiresbackground_img.webp);
    background-size: cover;
}

.anotation
{
    margin-top: 20px;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    /* identical to box height */

    text-align: center;
}
/* 
.background_img_wave2
{
    max-width: 110vw;
    position: absolute;
    z-index: -1;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
}
.background_img_wave1
{
    max-width: 110vw;
    position: absolute;
    z-index: -2;
}
.background_img_fade
{
    position: absolute;
    z-index: -3;
}
.background_img_picture
{
    height: auto;
    min-height: 100vh;
    max-width: 100%;
    z-index: -4;
     position: absolute;
    overflow: hidden;
}
.waves
{
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.background_img_fade
{
    max-width: 100vw;
    overflow: hidden;
} */
.footer
{
    font-size: 26px;
    font-family: 'Jura';
    min-height: 180px;    
    background: linear-gradient(180deg, rgba(152, 152, 152, 0.2) 0%, rgba(152, 152, 152, 0) 100%), #2D2D2D;
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    box-shadow: inset 0px 10px 10px rgba(0, 0, 0, 0.25);
}
/* .empty_footer_block
{
    display: flex;
    flex: 1 1 auto;
    min-width: 100%;
} */
.footer_telegram_logo
{
    max-width: 52px;
}
.fakin_kiska_footer_title
{
    color: white;
}
.contact_footer_fk
{
    width: 18vw;
    display: flex;
    align-items: center;
}
.footer_navbar 
{
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: center;
}
.footer_navbar ul
{
    color: white;

    display: flex; 
    flex-wrap: wrap;  
    justify-content: center;
    
}
.footer_navbar ul li
{
    margin-left: 20px;
    /* display: inline; */
    margin-right: 30px;
}
.add_element
{
    min-width: 10%;
}
.test_btn
{
    background-color: #F62A6C;
    margin-left: 20px;
    font-size: 40px;
    padding: 4px 43px 4px 43px;
    border-radius: 50px;
    color:#ffff;
    display: flex;
    align-items: center;
    box-shadow: 14px 11px 4px rgba(0, 0, 0, 0.45);
}
