﻿@font-face {
    font-family: 'BAHNSCHRIFT';
    src: url('../fonts/BAHNSCHRIFT.TTF') format('truetype');
}

body {
    font-family: "BAHNSCHRIFT", sans-serif;
}

/* Age Verification Section */

.age-verification {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

    .age-verification .modal-box {
        /*position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    max-width: 500px;
    transform: translate(-50%,50%);*/
        max-width: 550px;
        text-align: center;
        min-height: calc(100% - 3.5rem);
        margin: 1.75rem auto;
        display: flex;
        align-items: center;
    }

    .age-verification .modal-content-part {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-clip: padding-box;
        border: 0;
        border-radius: 0.3rem;
        outline: 0;
    }

.modal-box .window {
    background: linear-gradient(262deg, #f4f4f4, #dadada, #fff, #f4f4f4);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    border-radius: 15px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    padding: 15px;
}

    .modal-box .window p.title {
        text-transform: uppercase;
        font-size: 38px;
        color: #58585a;
        font-weight: 700;
    }

    .modal-box .window .button-patrt {
        margin-bottom: 10px;
    }

        .modal-box .window .button-patrt button {
            transform: scale(1);
            transition: 0.2s;
            padding: 7px 30px;
            border-radius: 8px;
            font-size: 25px;
            cursor: pointer;
        }

            .modal-box .window .button-patrt button:hover {
                transform: scale(1.1);
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
                background-color: #ffffff;
            }

            .modal-box .window .button-patrt button.yes {
                margin-right: 25px;
            }

            .modal-box .window .button-patrt button.no {
                margin-left: 25px;
            }

    .modal-box .window p.text-wrung {
        font-size: 20px;
        margin-top: 20px;
    }

.modal-box .wariing-part {
}

    .modal-box .wariing-part .danger-warring-text {
        background-color: #231f20;
        color: #fff;
        font-size: 20px;
        word-spacing: 7px;
        border-radius: 9px;
        padding: 7px 10px;
    }

/* Brand logo Section */

.brands-section {
        background-color: #e7e7e8;
}

.brand-box {
}

    .brand-box .brand-img {
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
        box-sizing: border-box;
        box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.2);
        text-align: center;
    }

        .brand-box .brand-img img {
        }

    .brand-box .brand-name {
    }

        .brand-box .brand-name p {
            padding: 7px 10px;
            background-color: #6d6e70;
            text-align: center;
            margin-top: 10px;
            border-radius: 7px;
            color: #fff;
            font-size: 22px;
            text-transform: uppercase;
            margin-bottom: 0;
        }

        .h-100vh {
            height:100vh;
        }

        a:hover, a {
            text-decoration:none;
        }


@media screen and (max-width:767px) {

    .age-verification .modal-content-part {
        margin: 0 15px;
        width: 90%;
    }

    .modal-box .window p.title {
        font-size: 22px;
    }

    .modal-box .window p.text-wrung {
        font-size: 14px;
    }

    .modal-box .wariing-part .danger-warring-text {
        font-size: 17px;
    }

    .mobile-height {
        height: 100vh;
    }
    
}
