/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* fonts */

/*settings*/
    * {margin: 0; padding: 0; outline: none; transition: .3s; font-family: "Raleway", sans-serif; box-sizing: border-box; color: #fff;}
    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: #FFCB27;
    }
/* root */