/* Stage- Bootstrap one page Event ticket booking theme 
Created by pixpalette.com - online design magazine */

@charset "utf-8";

/* CSS Document */
html,
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

/* my */
div#item {
    background: rgb(255 255 255 / 72%);
    padding-bottom: 8px;
    padding-top: 8px;
    border-radius: 8px;
}

iframe.blogshot {
    height: 100vh;
}

/* common style's */
a {
    color: rgb(237, 178, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

a:hover,
a:focus,
a:active {
    color: yellow;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

a#demo {
    font-size: medium;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 24px;
}

/* button style */
.btn,
.btn.disabled {
    background: #ffdf47;
    ;
    color: #000;
    border: 0;
    border-radius: 20px;
    font-size: 16px;
    padding: 10px 30px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}

.btn:hover {
    background: #62502c;
    color: #ffffff;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.2);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: .5;
}

/* form style */
label {
    font-weight: 400;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    height: 40px;
    font-size: 18px;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    padding: 6px 0px;
    box-shadow: none;
    font-weight: 100;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.form-control:focus {
    border-color: #666666;
    outline: 0;
    box-shadow: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* loader */
.loader {
    position: fixed;
    color: white;
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loader>div {
    text-align: center;
    margin: 0px auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.left-wrapper,
.right-wrapper {
    padding-right: 0px;
    padding-left: 0px;
}

/* event banner css */
.event-banner-wrapper {
    position: fixed;
    width: 41.66666667%;
    height: 100%;
    padding: 20px;
    background: url(../images/event-banner.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.logo h1 {
    font-family: 'Courier New', monospace;
    position: absolute;
    color: #ffffff;
    font-size: 20px;
    margin: 0;
    top: 24px;
    left: 20px;
}

.event-banner-wrapper h2 {
    position: absolute;
    font-family: 'Nixie One', sans-serif;
    font-size: 4vw;
    font-weight: 900;
    line-height: 4.5vw;
    color: #fff;
    margin: 0;
    bottom: 20px;
}

.event-banner-wrapper h2 span {
    display: block;
    font-size: 1vw;
    margin: 12px 0 0 4px;
    line-height: 2 !important;
}

.event-banner-wrapper p {
    position: absolute;
    font-family: 'Nixie One', sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    margin: 0;
    bottom: 15px;
}

.event-banner-wrapper p a {
    color: #fff;
}

.event-banner-wrapper p a:hover {
    border-bottom: 1px solid #fff;
}

/* event ticket css */
.event-ticket-wrapper {
    padding: 40px;
}

.event-tab .nav-tabs {
    position: fixed;
    top: 0;
    left: 41.66666667%;
    background: #fff;
    width: 58.33333333%;
    border-bottom: 0;
    padding: 10px 40px;
    margin-bottom: 30px;
    z-index: 99;
}

.event-tab .nav-tabs>li>a {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.28);
    margin-right: 30px;
    padding: 5px 0px;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.event-tab .nav-tabs>li.active>a,
.event-tab .nav-tabs>li.active>a:hover,
.event-tab .nav-tabs>li.active>a:focus,
.event-tab .nav-tabs>li>a:hover,
.event-tab .nav-tabs>li>a:focus {
    background: transparent;
    color: #000000;
    border: 1px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.event-tab .tab-content {
    margin-top: 8px;
}

.event-tab .tab-content .tab-pane {
    margin-bottom: 30px;
}

.ticketBox {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.04);
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-position: center;
    background-size: cover;
    min-height: 320px;
}

.ticketBox:hover {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.inActiveTicket .inactiveStatus {
    background: rgba(248, 248, 248, 0.68);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ticketBox .ticket-name span {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.ticketBox .ticket-price-count-box .price {
    margin: 0;
    color: #000000;
    font-weight: 600;
    float: right;
    width: 100%;
    text-align: right;
}

.ticketBox .ticket-price-count-box .ticket-control {
    float: right;
    width: 120px;
}

.ticketBox .ticket-price-count-box .ticket-control .form-control {
    width: 50px;
    font-weight: 600;
    text-align: center;
    border: 0;
    box-shadow: none;
    display: inline-block;
    pointer-events: none;
    font-size: 20px;
    margin: 0px 4px;
    background: transparent;
}

.ticketBox .ticket-price-count-box .ticket-control .input-group .input-group-btn button {
    display: inline-block;
    border: 0px solid rgba(0, 0, 0, 0.12);
    padding: 10px;
    width: 32px;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    color: #000000;
    font-size: 9px;
    background: #f5f5f5;
    box-shadow: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ticketBox .ticket-price-count-box .ticket-control .input-group .input-group-btn button:hover,
.ticketBox .ticket-price-count-box .ticket-control .input-group .input-group-btn button:focus {
    outline: none;
    background: rgb(255 127 0 / 82%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ticketBox .ticket-description {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    margin-bottom: -24px;
    margin-right: 8px;
    margin-left: -12px;
    padding-left: 12px;
    padding-top: 15px;
    padding-right: 12px;
    position: absolute;
    bottom: 0;
    background: rgb(255 235 59 / 60%);
    padding-bottom: 8px;
    padding-top: 8px;
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
    transition: margin-bottom 1s;
}

.ticketBox:hover .ticket-description {
    margin-bottom: 8px;
    visibility: visible;
    opacity: 1;
}

.ticketBox .ticket-description p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.ticketBox .ticket-description p strong {
    font-weight: 600;
    color: #000;
    font-size: 16px;
}

/* map iframe */
iframe {
    width: 100%;
    border: 0;
}

/* cart style */
.cart {
    padding: 20px 40px;
    background: #fff;
    margin-bottom: 0;
    position: fixed;
    left: 41.66666667%;
    bottom: 0;
    width: 58.33333333%;
    z-index: 99;
}

.cart p {
    color: #000;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    margin-top: 8px;
}

.cart p .divider {
    border-right: 2px solid #ccc;
    padding-left: 15px;
    margin-right: 15px;
}

/* cart ticket details */
.cart-information {
    margin-bottom: 30px;
    color: #000;
}

.cart-information .ticket-type {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.cart-information .ticket-type span {
    font-size: 14px;
    line-height: 18px;
    display: block;
    font-weight: 400;
    color: #666;
}

.cart-information ul {
    margin: 0;
    padding: 0;
}

.cart-information ul li {
    list-style-type: none;
    font-size: 18px;
    margin-bottom: 4px;
}

.cart-information ul li span {
    float: right;
}

.cart-information ul li span.totalAmount {
    font-weight: 600;
}

.cart-information hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/* contact form style */
.contactForm h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.contactForm .btn {
    width: 100%;
}

/* side modal style */
.modal-content {
    border-radius: 0;
}

.modal-body {
    padding: 0;
}

.modal-header {
    padding: 20px 30px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-title {
    text-transform: uppercase;
}

.modal .close {
    opacity: 0.4;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.modal .close:hover {
    opacity: 0.4;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 350px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border: 0;
}

.modal.right .modal-body {
    padding: 30px;
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* media query for tab */
@media (max-width: 767px) {
    .logo h1 {
        font-size: 13px;
    }

    .event-banner-wrapper {
        position: relative;
        width: 100%;
        height: 300px;
        padding: 15px;
    }

    .event-banner-wrapper h2 {
        font-size: 24px;
        line-height: 8px;
    }

    .event-banner-wrapper h2 span {
        font-size: 13px;
    }

    .event-ticket-wrapper {
        padding: 20px;
    }

    .event-tab .nav-tabs {
        margin-bottom: 10px;
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
        width: 100%;
    }

    .event-tab .tab-content {
        margin-top: 20px;
    }

    .cart {
        padding: 15px;
        background: #fff;
        margin-bottom: 0;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 99;
    }

}

/* media query for Mobile */
@media (max-width: 480px) {

    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        width: 100%;
    }

    .event-tab .nav-tabs>li>a {
        font-size: 16px;
        margin-right: 0;
        padding: 2px 0px;
    }

    .event-tab .nav-tabs>li {
        width: 100%;
    }

    .cart p {
        font-size: 16px;
        margin: 0;
    }

    .cart p .divider {
        border-right: 0px;
        padding-left: 0;
        margin-right: 0;
        display: block;
    }

}


/* carousel */
@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#slider {
    overflow: auto;
    padding-top: 45px;
    padding-bottom: 20px;
}

/* body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #100721;
  font-family: "Ubuntu Mono", monospace;
  font-weight: 400;
} */

.container {
    width: 100%;
    display: flex;
    /* justify-content: center; */
    height: 500px;
    gap: 10px;
}

.container>div {
    flex: 0 0 120px;
    border-radius: 0.5rem;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    box-shadow: 1px 5px 15px #1e0e3e;
    position: relative;
    overflow: hidden;
}

.container>div:nth-of-type(1) {
    background: url("https://images.pexels.com/photos/1845208/pexels-photo-1845208.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260") no-repeat 50%/cover;
}

.container>div:nth-of-type(2) {
    background: url("https://images.pexels.com/photos/36469/woman-person-flowers-wreaths.jpg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260") no-repeat 50%/cover;
}

.container>div:nth-of-type(3) {
    background: url("https://images.pexels.com/photos/1468379/pexels-photo-1468379.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260") no-repeat 50%/cover;
}

.container>div:nth-of-type(4) {
    background: url("https://images.pexels.com/photos/247322/pexels-photo-247322.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260") no-repeat 50%/cover;
}

.container>div:nth-of-type(5) {
    background: url("https://images.pexels.com/photos/1845208/pexels-photo-1845208.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260") no-repeat 50%/cover;
}

.container>div:nth-of-type(6) {
    background: url("https://images.pexels.com/photos/36469/woman-person-flowers-wreaths.jpg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260") no-repeat 50%/cover;
}

.container>div .content {
    font-size: 1.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 15px;
    opacity: 0;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    background: #02022e;
    background: linear-gradient(0deg, rgba(2, 2, 46, 0.6755077031) 0%, rgba(255, 255, 255, 0) 100%);
    transform: translatey(100%);
    transition: opacity 0.5s ease-in-out, transform 0.5s 0.2s;
    visibility: hidden;
}

.container>div .content span {
    display: block;
    margin-top: 5px;
    font-size: 1.2rem;
}

.container>div:hover {
    flex: 0 0 250px;
    box-shadow: 1px 3px 15px #7645d8;
    transform: translatey(-30px);
}

.container>div:hover .content {
    opacity: 1;
    transform: translatey(0%);
    visibility: visible;
}

/* changing text */
/* @import url(https://fonts.googleapis.com/css?family=Khula:700); */
.hidden {
    opacity: 0;
}

.console-container {
    font-family: 'Nixie One', 'sans-serif';
    font-size: 0.8em;
    /* height:200px;
  width:600px; */
    display: ruby;
    /* position:absolute; */
    color: white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.console-underscore {
    display: inline-block;
    position: relative;
    top: -0.14em;
    left: 10px;
}

/* blinking */
#blink {
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 100px;
    margin-right: 8px;
    animation-name: blink;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}