@font-face {
    font-family: glimmer of light;
    src: url("img/glimmer of light.otf");

}

::-webkit-scrollbar {
    width: 7px;
    background-color: rgb(54, 54, 54);
}
::-webkit-scrollbar-thumb {
    background-color: rgb(255, 165, 0);
}
body {
    background-color: rgb(133, 133, 133);

}
.page {
    height: 90vh;
}
.main {
    position: relative;
    background-image: url("img/TrainBG.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    margin: 10px 12%;
    height: 80vh;

}
.btn {
    background-color: rgb(255, 165, 0);
    color: rgb(0, 0, 0);
    float: right;
    border-radius: 20px;
    border: none;
    text-align: center;
    
}
.btnx {
    color: rgb(255, 165, 0);
}
.menu {
    list-style: none;
    background-image: url("img/black-flakes.png");
    background-repeat: repeat;
    background-color: rgb(54, 54, 54);
    margin: 10px 12%;
    padding: 10px;
}
.menu a {
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
}
.menu a:hover {
    list-style: none;
    background-color: rgb(88, 88, 88);
    color: #FFF;
    border: 1px solid white;
    margin: -1px;
}
.menu li {
    display: inline;
}
.menu img {
    position: relative;
    float: left;
    padding: 0 10px;
}
.dropdown {
    display: none;
}
.header {
    position: relative;
    background-color: rgb(54, 54, 54);
    margin: 0px 12%;
    list-style: none;
}
.header a {
    color: #FFF;
    list-style: none;
    text-decoration: none;
    text-align: justify;
}
.header li {
    display: inline;
    padding: 0 20px;
}
.container {
    position: relative;
    top: 70vh;
    display: flex;
    justify-content: center;
    flex-direction: row;
    
}
.container2 {
    position: relative;
    top: -710px;
    height: 730px;
    margin: 0 340px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.block {
    width: 210px;
    height: 150px;
    margin: 0 10px;
    border: 2px solid orange;
    border-radius: 10px;
    font-size: 12pt;
    background-color: rgba(70, 70, 70, 0.7);
    color: rgb(255, 255, 255);
    text-align: center;
}
.block2 {
    width: 210px;
    height: 750px;
    border: 2px solid orange;
    border-radius: 10px;
    font-size: 12pt;
    background-color: rgba(70, 70, 70, 0.7);
    color: rgb(255, 255, 255);
    text-align: center;
}
.rightside {
    position:absolute;
    width: 210px;
    height: 220px;
    background-color: rgba(70, 70, 70, 0.7);
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 22pt;
    right: 10px;
    margin-right: 40px;
    margin-top: 50px;
    border-radius: 10px;
}
iframe {
    padding: 10px 0;
    height: auto;
    width: 100%;
}
h1 {
    color: rgb(255, 165, 0);
    font-size: 20px;
    font-family: glimmer of light;
}
h2 {
    color: rgb(255, 165, 0);
    font-size: 16px;
    font-family: glimmer of light;
}
h3 {
    color: rgb(255, 165, 0);
    font-size: 12px;
    font-family: glimmer of light;
}
.tkt {
    position: absolute;
    transform: rotate(20deg);
    z-index: 2;
    padding: 35px;
    
}
.tkt2 {
    position: absolute;
    transform: rotate(-10deg);
    z-index: 1;
    padding: 20px;
}
.tkt :hover {
    position: absolute;
    z-index: 2;
    transform: scale(1.1);
   
}
.tkt2 :hover {
    position: absolute;
    z-index: 1;
    transform: scale(1.1);
}
.tickets {
    background-color: rgba(70, 70, 70, 0.7);
    padding: 10px;
    margin: 10px;
    height: 90%;
    color: #FFF;
    overflow-y: scroll;
}

.load {
    background-color: rgb(255, 165, 0);
    color: rgb(0, 0, 0);
    padding: 7px;
    border-radius: 20px;
    border: none;
    text-align: center;
    text-decoration: none;
}
.load:hover {
    background-color: rgb(133, 133, 133);
    border: 1px solid #FFF;
    padding: 6px;
    color: #FFF
}
.loading {
    margin-top: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    animation: icon 2s infinite;
}
    @keyframes icon {

        0% {
            transform: translate(0px, 0px);
            background-color: rgb(255, 165, 0);
        }
        25% {
            transform: translate(35px, 0px);
            background-color: rgb(54, 54, 54);
        }
        50% {
            transform: translate(70px, 0px);
            background-color: rgb(255, 255, 255);
        }
        75% {
            transform: translate(35px, 0px);
            background-color: rgb(54, 54, 54);
        }
        100% {
            transform: translate(0px, 0px);
            background-color: rgb(255, 165, 0);
        }
    }
p {
    color: #FFF;
}
.table_all{
    height: 80vh;
    overflow-y: scroll;
}
table {
    width: 75%;
    margin: 0 auto;
    border: none;
    border-spacing: 0px;
    
}
table *{
    padding: 2px;

}
table tr:nth-child(odd) {
    
    font-weight: bold;
    background-color: rgb(54, 54, 54, 0.7);
}
table tr:nth-child(even) {
    
    font-weight: bold;
    background-color: rgba(88, 88, 88, 0.7);
}
.typing {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    font-family: 'Roboto', sans-serif; 
    font-weight: bold;
    background: rgb(255, 165, 0);
    border-radius: 20px;
}
/* .typing span{
    color: #ffffff;
    animation: 0.5s typing-color infinite;
} */
@keyframes typing-color {
    50% {
        color: #FFF;
    }
}
.demo2 {
    display: none;
    position: absolute;
    bottom: 40%;
    left: 5%;
    background-color: rgba(88, 88, 88, 0.7);
    padding: 10px 10px 10px 10px;
    text-align: center;
    color: #FFF;
    font-size: 30px;
    border-radius: 10px;
    z-index: 2;
}
.promo p a {
    font-size: 27px;
    color:rgb(255, 165, 0);
    text-decoration: none;
}
.btnX {
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    border-radius: 10px;
}
.convert {
    padding:0 60px;
}
#inputEur {
    width: 60px;
   
}
.sidenav {
    position: fixed;
    height: 285px;
    width: 30px;
    padding: 10px;
    top: 30px;
    right: 15%;
    color:rgb(255, 165, 0);
    background-color: #111;
    border-radius: 10px;
    overflow-x: hidden;
    margin-top: 150px;
    transition: 0.5s; 
    z-index: 4;
}
.sidenav a:hover {
    color: rgb(255, 60, 25);
}
.vertical {
    font-size: 12px;
    transform: rotate(90deg);
    position: absolute;
    top: 180px;
    left: -30px;
    
}
