
@font-face {
    font-family: 'EMprintRegular';
    src: url('../fonts/EMprintRegular.eot');
    src: url('../fonts/EMprintRegular.eot') format('embedded-opentype'), url('../fonts/EMprintRegular.woff2') format('woff2'), url('../fonts/EMprintRegular.woff') format('woff'), url('../fonts/EMprintRegular.ttf') format('truetype'), url('../fonts/EMprintRegular.svg#EMprintRegular') format('svg');
}


body,
html {
    height: 100%;
    margin: 0;
    font-family: 'EMprintRegular';
}

:root {
    --size: 1;
    --background: #fff;
    --color1: #2f66f2;
    --color2: #1890ff;
    --color3: #f05822;
    --color4: #f0f2f5;
}

.form-control,
.btn {
    border-radius: 0 !important;
}

@media (min-width: 768px) {
    .form-control {
        margin-top: 0px
    }
}

.nav-container {
    box-shadow: 0 8px 6px -6px rgb(0 0 0 / 15%), 0 16px 12px -12px rgb(0 0 0 / 5%);
}

.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/carkerbanner.jpg');
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.navbar-brand img {
    height: 50px;
}

p {
    font-size: 24px;
    color: #000;
}

.text-grey {
    color: grey;
}

h1 {
    font-size: 48px;
    font-weight: 600;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

input[type="submit"] {
    background-color: rgb(240, 88, 34);
    border: 1px solid rgb(240, 88, 34);
    padding: 11px 30px;
}

h2 {
    color: #2f66f2;
    font-size: 2em;
    font-weight: 600;
}

footer {
    background-color: #f5f5f5;
}

.text-gray {
    color: #6d6d6d;
}




.nav-container {
    box-shadow: 0 8px 6px -6px rgb(0 0 0 / 15%), 0 16px 12px -12px rgb(0 0 0 / 5%);
}

.navbar-brand img {
    height: 40px;
}

footer {
    background-color: #f5f5f5;
}

.text-gray {
    color: #6d6d6d;
}

.ticket {
    width: 80%;
    height: 390px;
    margin: 100px auto;
    position: relative;
    transition: all 300ms cubic-bezier(0.03, 0.98, 0.53, 0.99) 0s;
    background: linear-gradient(to right, var(--color1), var(--color2), var(--color3), var(--color4));
    border-radius: 20px;
    padding: 5px;
}

    .ticket:before,
    .ticket:after {
        content: '';
        display: block;
        position: absolute;
        top: 130px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        z-index: 2;
    }

    .ticket:before {
        background: var(--color1);
        left: -30px;
    }

    .ticket:after {
        right: -30px;
        background: var(--color4);
    }

.ticket-content-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    background: var(--background);
    border-radius: 15px;
    padding: 40px;
}

    .ticket-content-wrapper:before,
    .ticket-content-wrapper:after {
        content: '';
        display: block;
        position: absolute;
        top: 130px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: var(--background);
        z-index: 3;
    }

    .ticket-content-wrapper:before {
        left: -30px;
    }

    .ticket-content-wrapper:after {
        right: -30px;
    }

.left,
.right {
    position: absolute;
    top: 110px;
    width: 50px;
    height: 100px;
    background: var(--background);
    z-index: 4;
}

.left {
    left: -50px;
}

.right {
    right: -50px;
}
