

/* Start:/local/templates/GrapeWineKitchen/styles.css?17272463245843*/
   body 
        {
            font-family: Arial, sans-serif;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: auto;
            margin: 0;
            background: url(/local/templates/GrapeWineKitchen/../GrapeWineKitchen/assets/img/background.webp) no-repeat center center fixed;
            text-align: center;
            color: #fff;
            overflow-x: hidden;
            box-sizing: border-box;
        }

        .content-wrapper 
        {
            background-color: rgba(255, 254, 254, 0.5); 
            padding: 20px;
            box-shadow: none; 
            border: none;
            height: 100vh; 
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            overflow: hidden;
            max-width: 100%;
        }

        .logo img 
        {
            width: 300px;
            height: 120px;
            margin-bottom: 20px;
        }

        .description 
        {
            font-size: 18px;
            color: #000000;
            margin-bottom: 20px;
            font-weight: bold;
        }

        .buttons, .social-buttons 
        {
            margin-bottom: 20px;
        }

        .buttons 
        {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .buttons a 
        {
            margin: 2px 0;
            text-decoration: none;
        }

        .button 
        {
            display: block;
            width: 200px;
            padding: 15px 0;
            font-size: 16px;
            color: #fff;
            background-color: #000;
            border: none;
            border-radius: 25px;
            text-align: center;
            cursor: pointer;
        }

        .button:hover
        {
            background-color: #333;
        }

        .social-buttons 
        {
            display: flex;
            justify-content: center;
            gap: 10px;
        }

        .social-button 
        {
            display: flex;
            margin: 20px;
            text-align: center;
            line-height: 40px;
            color: black;
            text-decoration: none;
        }

        .social-button svg 
        {
            fill: black;
            vertical-align: middle;
            width: 100%;
        }

        .language-button 
        {
            position: absolute;
            background-color: transparent;
            border: none;
            cursor: pointer;
            padding: 10px;
            display: flex;
            right: 20px;
            top: 120px
        }

        .language-button svg 
        {
            fill: #000;
        }

        .modal-button {
            width: 200px;
            padding: 15px 0;
            font-size: 16px;
            color: #fff;
            background-color: #000;
            border: none;
            border-radius: 25px;
            text-align: center;
            cursor: pointer;
            margin-bottom: 5px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .modal-button:hover 
        {
            background-color: #333;
        }

        .modal 
        {
            display: none; 
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.4);
            color: #000;
        }

        .modal-content 
        {
            background-color: rgba(255, 255, 255, 0.9); 
            margin: 10% auto; 
            padding: 20px;
            border-radius: 5px;
            width: 80%; 
            max-width: 500px; 
            text-align: center; 
            display: flex;
            flex-direction: column;
            align-items: center; 
            position: relative;
        }

        .bar-b-close
        {
            color: #000;
            font-size: 28px;
            font-weight: bold;
            position: absolute;
            top: 10px; 
            right: 20px !important; 
            cursor: pointer;
        }

        .bar-b-close:hover, .bar-b-close:focus 
        {
            color: #555;
            text-decoration: none;
            cursor: pointer;
        }

        .close 
        {
            color: #000;
            font-size: 28px;
            font-weight: bold;
            position: absolute;
            top: 10px; 
            right: 20px !important; 
            cursor: pointer;
        }

        .close:hover, .close:focus 
        {
            color: #555;
            text-decoration: none;
            cursor: pointer;
        }

        @media (max-width: 1000px) {
        
            .content-wrapper {
                padding: 10px;
                max-height: 50%;
                margin: 0 auto; 
            }
        
            .logo img {
                max-width: 80%;
            }
        
            .description {
                font-size: 16px; 
                color: #000;
                margin-bottom: 15px;
            }
        
            .button {
                width: 90%;
                padding: 10px 0;
                font-size: 14px;
            }
        
            .language-button {
                right: 10px;
                top: 700px;
            }
        
            .modal-button {
                width: 90%;
                padding: 10px 0;
                font-size: 14px;
            }
        
            .social-buttons {
                gap: 1px; 
            }
        
            .social-button {
                width: 35px;
                height: 35px;
            }
            
        }
        
        
/* End */
/* /local/templates/GrapeWineKitchen/styles.css?17272463245843 */
