/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@200;300;400;500;600;700&display=swap');
/* fonts */

/*settings*/
    * {margin: 0; padding: 0; outline: none; transition: 1s; font-family: "Yanone Kaffeesatz", sans-serif; box-sizing: border-box;}
    input, textarea, button, select, label {border: none; cursor: pointer; box-sizing: border-box;}
    button {position: relative; overflow: hidden; cursor: pointer; font-size: 16px;}
    button:after {content: ''; position: absolute; width: 20px; height: 200%; background: rgba(255,255,255,.2); top: -30px; left: -100%; transform: rotateZ(35deg); transition: 1.2s;}
    button:hover:after {left: 120%; transition: 1.2s;}
    a {text-decoration: none; cursor: pointer;}
    li {list-style-type: none;}
    img {max-width: 100%; height: auto;}
    .container {width: 1180px; max-width: 100%; margin: 0 auto;}

    .mob {display: none;}
/*settings*/

/* root */
    :root{
        --color1: #122F49;
    }
/* root */