﻿
@media only screen and (max-width: 767px) {
    /*   MOBIL*/

    .shop {
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.9),0 6px 20px 0 rgba(0,0,0,0.9);
        /*  position: fixed;
        direction: rtl;
        left: 50%;*/
        /*  background: #212121;
        background-color: transparent;*/
        /*    border-right: 1px solid;*/
        /*       background: linear-gradient(#111,#123 );*/
        background-color: transparent;
        top: 0px;
        /*    width: 100%;
        height: 50px;
        right: 0px;*/

        position: relative;
        display: block;
        /*      padding: 20px 20px 20px 20px;*/
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.9),0 6px 20px 0 rgba(0,0,0,0.9);
        width: 80%;
        height: 50px;
        /*  padding-top: 100px;*/
        margin-right: auto;
        margin-left: auto;
        max-width: 500px;
        border-radius: 0px 0px 15px 15px;
        /*  overflow: hidden;*/
        /*-webkit-transition: width .05s linear;*/
        /*   transition: width .05s linear;*/
        /*  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.9),0 6px 20px 0 rgba(0,0,0,0.9);*/
        /*-webkit-transform: translateZ(0) scale(1,1);*/
        /*    border-radius: 15px;*/
        z-index: 1000;
    }




        .shop:hover {
            background: linear-gradient(#111,#123 );
        }

    #bascket {
        /*  --size: 1vw;
        width: var(--size);
        height: var(--size);
        background: white;
        border-radius: 50%;
        position: absolute;*/
/*        top: 0vh;*/
        position: absolute;
        -webkit-animation: linear infinite;
        -webkit-animation-name: run;
        -webkit-animation-duration: 15s;
        z-index: 1;
    }

    @-webkit-keyframes run {
        0%

{
    left: 0;
}

50% {
    left: 80%;
}

        100% {
            left: 0;
            -webkit-transform: rotateY(0deg);
        }

}



        .main-menu {
            position: fixed;
            background-color: transparent;
            border-right: 1px solid;
            top: 70px;
            bottom: 50px;
            left: 0;
            width: 200px;
            transition: width .05s linear;
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.9),0 6px 20px 0 rgba(0,0,0,0.9);
            border-radius: 0px 15px 15px 0px;
        }


    .login-mare {
        z-index: 0;
        position: absolute;
        background: linear-gradient(#123, #111);
 /*       background-image: url('../../app_image/wallpaperflare.com_wallpaper (1).jpg');*/
      /*  background-image: url('../../app_image/mare.png');*/
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

    .login-mic {
        z-index: 0;
        position: absolute;
        transition: width .15s linear;
        overflow: hidden;
        top: 0px;
        left: 50%;
        width: 100%;
        height: 100%;
    }
    .button_stanga {
        z-index: 1;
        position: absolute;
        top: 0px;
        height: 40px;
        width: 40px;
        background-color: transparent;
        border-radius: 4px;
        border: 0px;
        color: darkgrey;
        margin: 5px 5px 5px 5px;
        text-decoration: solid;
        padding: 7px 10px 10px 10px;
        font-size: 20px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }


        .button_stanga:hover {
            color: white;
            cursor: pointer;
            transition: 0s;
            /* background-color: rgba(174, 221, 245, 0.3);*/
            border: thin;
            border-color: rgba(174, 221, 245, 0.3);
        }

        .button_stanga span {
            cursor: pointer;
        }


    .button_functii {
        position: relative;
        top: 0px;
        height: 35px;
        width: 180px;
        background-color: transparent;
        border-radius: 4px;
        border: 0px;
        color: whitesmoke;
        margin: 7px 7px 7px 7px;
        /*  cursor: pointer;*/
        /*   text-decoration: solid;*/
        padding: 7px 10px 10px 10px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.9),0 6px 20px 0 rgba(0,0,0,0.9);
        /* font-weight:normal;
    font-size: 14px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;*/
    }


        .button_functii:hover {
            /*   position: fixed;
        border: 2px;*/
            color: white;
            cursor: pointer;
            transition: 0s;
        /*    background-color: rgba(174, 221, 245, 0.3);*/
            background-color: #4CAF50;
            /*   padding: 10px 10px 10px;*/
        }


    .LogIn-center {
        z-index: 99;
        position: relative;
        display: block;
        padding: 20px 20px 20px 20px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.9),0 6px 20px 0 rgba(0,0,0,0.9);
        width: 90%;
        height: 330px;
        /*  padding-top: 100px;*/
        margin-right: auto;
        margin-left: auto;
        max-width: 500px;
        border-radius: 15px;
    }

    .btnSubmit {
        background-color: #4CAF50;
        color: white;
        padding: 14px 20px;
        margin: 8px 0;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        width: 50%;
        height: 45px;
    }


}



@media only screen and (min-width: 768px) {
 /*   DESKTOP*/
    .login-mare {
        z-index:0;
        position: absolute;
        background: linear-gradient(#123, #111);
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

    .login-mic {
        z-index: 0;
        position: absolute;
        transition: width .15s linear;
        overflow: hidden;
         top: 0px;
        left: 50%;
        width: 100%;
        height: 100%;
        
    }

    .button_stanga {
       z-index:1;
       position:absolute;
       visibility:hidden; 
        top: 0px;
        height: 40px;
        width: 40px;
      /*  background-color: #363636;*/
      background-color:transparent;
        border-radius: 50%;
        border: 0px;
        color: darkgrey;
      margin: 5px 5px 5px 5px;
        text-decoration: solid;
        padding: 7px 10px 10px 10px;
        font-size: 20px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }


     /*   .button_stanga:hover {
            color: white;
            cursor: pointer;
            transition: 0s;
            background-color: rgba(174, 221, 245, 0.3);
        }

        .button_stanga span {
            cursor: pointer;
        }*/


   


    .main-menu {
        position: fixed;
        direction: rtl;
        /*  background: #212121;
        background-color: transparent;*/
        /*    border-right: 1px solid;*/
        background: linear-gradient(#111,#123 );
        top: 0px;
        width: 100%;
        height: 50px;
        right: 0px;
        /*  overflow: hidden;*/
        /*-webkit-transition: width .05s linear;*/
        /*   transition: width .05s linear;*/
        /*  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.9),0 6px 20px 0 rgba(0,0,0,0.9);*/
        /*-webkit-transform: translateZ(0) scale(1,1);*/
        /*    border-radius: 15px;*/
        z-index: 1000;
    }

     /*   .main-menu:hover {
            width: 300px;
            overflow: visible;
        }*/


    .button_functii {
        position: relative;
      
        top: 0px;
        height: 35px;
        width: 9%;
        background-color: transparent;
        border-radius: 4px;
        border: 0px;
        color: darkgray;
        margin: 7px 7px 7px 7px;
        /*  cursor: pointer;*/
        /*   text-decoration: solid;*/
        padding: 7px 10px 10px 10px;
        /*   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.9),0 6px 20px 0 rgba(0,0,0,0.9);*/
        /* font-weight:normal;
    font-size: 14px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;*/
    }


        .button_functii:hover {
            /*   position: fixed;
        border: 2px;*/
            color: white;
            cursor: pointer;
            transition: 0s;
            /*         background-color: rgba(174, 221, 245, 0.3);*/
            background-color: #4CAF50;
     /*       background: linear-gradient(#4CAF50,#123 );*/
            /*   padding: 10px 10px 10px;*/
        }

    .LogIn-center {
        z-index: 99;
        position:relative;
        display: block;
        padding : 20px 20px 20px 20px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.9),0 6px 20px 0 rgba(0,0,0,0.9);
      
        width: 50%;
        height: 330px;
      /*  padding-top: 100px;*/
        margin-right: auto;
        margin-left: auto;
        max-width: 500px;
        border-radius: 15px;
    }

  
}

#intrare {
    z-index: 0;
    background-color: #4CAF50;
    position: absolute;
    color: white;
    /* padding: 20px 40px 20px 40px;*/
    margin: 40px 0px 20px 0px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    width: 60%;
    margin: 40px auto 20px auto;
    height: 45px;
}
  


h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-align: center;
}

input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: darkslategrey;
}


input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}




.display-4 {
    margin-top: 70px;
    font-size: 5rem;
    font-weight: 300;
    line-height: 1.2;
    font-family: "Times New Roman", Times, serif;
      font-family: "Times New Roman", Times, serif;
}


.AVES-textbox {
    width: 100%;
    background-color: blanchedalmond;
}



footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    /*background-color: black;*/
    /*color: white;*/
    color: black;
    text-align: center;
}



html, body {
    padding: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: linear-gradient(#123, #111);
}



.snowflake {
    --size: 1vw;
    width: var(--size);
    height: var(--size);
    background: white;
    border-radius: 50%;
    position: absolute;
    top: -5vh;
    z-index:1;
}

@keyframes snowfall {
    0% {
        transform: translate3d(var(--left-ini), 0, 0);
    }

    100% {
        transform: translate3d(var(--left-end), 110vh, 0);
    }
}

@keyframes bascket {
    0% {
        transform: translate3d(var(--left-ini), 0, 0);
    }

    100% {
        transform: translate3d(var(--left-end), 110vh, 0);
    }
}


.snowflake:nth-child(1) {
    --size: 1vw;
    --left-ini: 6vw;
    --left-end: 2vw;
    left: 52vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -2s;
}

.snowflake:nth-child(2) {
    --size: 0.2vw;
    --left-ini: 3vw;
    --left-end: 3vw;
    left: 16vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -3s;
}

.snowflake:nth-child(3) {
    --size: 0.4vw;
    --left-ini: -3vw;
    --left-end: 5vw;
    left: 25vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -4s;
}

.snowflake:nth-child(4) {
    --size: 0.8vw;
    --left-ini: -2vw;
    --left-end: 8vw;
    left: 89vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -6s;
}

.snowflake:nth-child(5) {
    --size: 0.8vw;
    --left-ini: -6vw;
    --left-end: -2vw;
    left: 13vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -2s;
}

.snowflake:nth-child(6) {
    --size: 1vw;
    --left-ini: 3vw;
    --left-end: 8vw;
    left: 97vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -5s;
}

.snowflake:nth-child(7) {
    --size: 1vw;
    --left-ini: 5vw;
    --left-end: 5vw;
    left: 7vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -3s;
}

.snowflake:nth-child(8) {
    --size: 1vw;
    --left-ini: -6vw;
    --left-end: -9vw;
    left: 30vw;
    animation: snowfall 10s linear infinite;
    animation-delay: -7s;
}

.snowflake:nth-child(9) {
    --size: 0.6vw;
    --left-ini: 0vw;
    --left-end: 2vw;
    left: 14vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -7s;
}

.snowflake:nth-child(10) {
    --size: 0.4vw;
    --left-ini: -5vw;
    --left-end: 8vw;
    left: 90vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -8s;
}

.snowflake:nth-child(11) {
    --size: 0.2vw;
    --left-ini: -7vw;
    --left-end: -3vw;
    left: 46vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -3s;
}

.snowflake:nth-child(12) {
    --size: 0.6vw;
    --left-ini: -2vw;
    --left-end: -7vw;
    left: 2vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -5s;
}

.snowflake:nth-child(13) {
    --size: 0.6vw;
    --left-ini: 4vw;
    --left-end: 3vw;
    left: 30vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -1s;
}

.snowflake:nth-child(14) {
    --size: 0.4vw;
    --left-ini: 9vw;
    --left-end: -3vw;
    left: 39vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -7s;
}

.snowflake:nth-child(15) {
    --size: 0.6vw;
    --left-ini: 5vw;
    --left-end: 3vw;
    left: 54vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -2s;
}

.snowflake:nth-child(16) {
    --size: 0.4vw;
    --left-ini: 7vw;
    --left-end: 0vw;
    left: 99vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -2s;
}

.snowflake:nth-child(17) {
    --size: 0.4vw;
    --left-ini: 3vw;
    --left-end: -8vw;
    left: 76vw;
    animation: snowfall 10s linear infinite;
    animation-delay: -2s;
}

.snowflake:nth-child(18) {
    --size: 0.6vw;
    --left-ini: -3vw;
    --left-end: 5vw;
    left: 50vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -9s;
}

.snowflake:nth-child(19) {
    --size: 1vw;
    --left-ini: -9vw;
    --left-end: 0vw;
    left: 61vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -8s;
}

.snowflake:nth-child(20) {
    --size: 1vw;
    --left-ini: 8vw;
    --left-end: 7vw;
    left: 73vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -6s;
}

.snowflake:nth-child(21) {
    --size: 0.6vw;
    --left-ini: -2vw;
    --left-end: 8vw;
    left: 32vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(22) {
    --size: 0.2vw;
    --left-ini: -4vw;
    --left-end: 1vw;
    left: 14vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -6s;
}

.snowflake:nth-child(23) {
    --size: 0.4vw;
    --left-ini: -8vw;
    --left-end: -1vw;
    left: 22vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -2s;
}

.snowflake:nth-child(24) {
    --size: 0.4vw;
    --left-ini: 7vw;
    --left-end: -7vw;
    left: 58vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -1s;
}

.snowflake:nth-child(25) {
    --size: 0.4vw;
    --left-ini: 7vw;
    --left-end: -3vw;
    left: 43vw;
    animation: snowfall 10s linear infinite;
    animation-delay: -1s;
}

.snowflake:nth-child(26) {
    --size: 0.2vw;
    --left-ini: 4vw;
    --left-end: 8vw;
    left: 81vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(27) {
    --size: 0.4vw;
    --left-ini: 3vw;
    --left-end: 7vw;
    left: 78vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -3s;
}

.snowflake:nth-child(28) {
    --size: 0.6vw;
    --left-ini: 8vw;
    --left-end: 4vw;
    left: 85vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -5s;
}

.snowflake:nth-child(29) {
    --size: 1vw;
    --left-ini: 1vw;
    --left-end: 5vw;
    left: 55vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -9s;
}

.snowflake:nth-child(30) {
    --size: 0.4vw;
    --left-ini: 5vw;
    --left-end: -5vw;
    left: 51vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -2s;
}

.snowflake:nth-child(31) {
    --size: 0.2vw;
    --left-ini: -9vw;
    --left-end: -8vw;
    left: 92vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -3s;
}

.snowflake:nth-child(32) {
    --size: 0.8vw;
    --left-ini: 3vw;
    --left-end: 4vw;
    left: 74vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -7s;
}

.snowflake:nth-child(33) {
    --size: 0.4vw;
    --left-ini: 9vw;
    --left-end: 4vw;
    left: 68vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -6s;
}

.snowflake:nth-child(34) {
    --size: 0.6vw;
    --left-ini: -7vw;
    --left-end: 6vw;
    left: 83vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -7s;
}

.snowflake:nth-child(35) {
    --size: 0.6vw;
    --left-ini: -5vw;
    --left-end: 5vw;
    left: 9vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -4s;
}

.snowflake:nth-child(36) {
    --size: 0.2vw;
    --left-ini: -3vw;
    --left-end: 5vw;
    left: 32vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -9s;
}

.snowflake:nth-child(37) {
    --size: 0.4vw;
    --left-ini: 9vw;
    --left-end: -7vw;
    left: 77vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -5s;
}

.snowflake:nth-child(38) {
    --size: 0.6vw;
    --left-ini: -4vw;
    --left-end: 9vw;
    left: 26vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -8s;
}

.snowflake:nth-child(39) {
    --size: 0.8vw;
    --left-ini: 3vw;
    --left-end: -9vw;
    left: 78vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -4s;
}

.snowflake:nth-child(40) {
    --size: 0.6vw;
    --left-ini: 10vw;
    --left-end: 3vw;
    left: 32vw;
    animation: snowfall 10s linear infinite;
    animation-delay: -2s;
}

.snowflake:nth-child(41) {
    --size: 0.6vw;
    --left-ini: 5vw;
    --left-end: 1vw;
    left: 12vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -9s;
}

.snowflake:nth-child(42) {
    --size: 0.6vw;
    --left-ini: -5vw;
    --left-end: 4vw;
    left: 81vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -5s;
}

.snowflake:nth-child(43) {
    --size: 0.4vw;
    --left-ini: -8vw;
    --left-end: 3vw;
    left: 31vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -1s;
}

.snowflake:nth-child(44) {
    --size: 0.4vw;
    --left-ini: -4vw;
    --left-end: -6vw;
    left: 6vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(45) {
    --size: 0.4vw;
    --left-ini: 10vw;
    --left-end: 3vw;
    left: 39vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -5s;
}

.snowflake:nth-child(46) {
    --size: 0.4vw;
    --left-ini: 2vw;
    --left-end: -6vw;
    left: 16vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -10s;
}

.snowflake:nth-child(47) {
    --size: 0.8vw;
    --left-ini: 2vw;
    --left-end: -7vw;
    left: 74vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -5s;
}

.snowflake:nth-child(48) {
    --size: 0.8vw;
    --left-ini: -8vw;
    --left-end: -7vw;
    left: 93vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -6s;
}

.snowflake:nth-child(49) {
    --size: 0.8vw;
    --left-ini: 3vw;
    --left-end: -8vw;
    left: 46vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -2s;
}

.snowflake:nth-child(50) {
    --size: 1vw;
    --left-ini: 10vw;
    --left-end: 4vw;
    left: 86vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -1s;
}

/* added small blur every 6 snowflakes*/
.snowflake:nth-child(6n) {
    filter: blur(1px);
}

/***/
