.longTicketContainer {
    width: 100%;
    max-width: 720px;
    border: 1px solid #0b275a;
    position: relative;
    border-radius: 12px;
    background: #fff;

    box-sizing: content-box;
}

.longTicketInner {
    box-shadow: 18px 18px 32px 6px rgb(8, 1, 53);
}

.longTicketPoster {
    max-width: 180px;
    min-width: 180px;
    max-height: 200px;
    min-height: 200px;
    border-radius: 8px 0px 0px 8px;
    object-fit: cover;
}

.longTicketQrContent {
    background-color: #fff;
    position: relative;
    border-left: 1px dashed #b7b7b7;
}

.longTicketQrContent:before {
    position: absolute;
    width: 18px;
    height: 16px;
    background-color: #0b275a;
    border-radius: 50%;
    top: -8px;
    left: -8px;
    content: "";
    box-shadow: inset 0px -3px 2px rgba(0, 0, 0, 0.2)
}

.longTicketContent strong {
    color: rgb(4, 71, 131);
}

.longTicketQrContent:after {
    position: absolute;
    width: 18px;
    height: 16px;
    background-color: #0b275a;
    border-radius: 50%;
    bottom: -8px;
    left: -8px;
    content: "";
    box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.2)
}

.longTicketContent h1 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-transform: uppercase;
}

.longTicketContainer img {
    width: 120px;
    height: 120px;
}


#laptopFrame {
    z-index: 5;
}

#laptopFrame {
    width: 100%;
    height: 90%;
}

#videoSizing {
    z-index: 4;
}

#videoSizing video {
    width: 85%;
    margin: 3% 8%;
    clip-path: inset(0px 4%);
}

.homepageVideos {
    width: 100%;
}

.videoLayer {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    width: 80%;
    height: 85%;
    margin: 2% 10.4%;
    z-index: 6;
}

#reloadBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 8% 11.5%;
    z-index: 7;
    border-radius: 50%;
    background: rgb(232, 117, 41);
    color: #fff;
    border: 1px solid orange;
}

.homeCard {
    width: 100%;
    max-width: 240px;
    height: 100%;
}

@media screen and (max-width:540px){
    .homeCard {
        max-width: 160px;
    }
    .homeCard h3 {
        font-size : 13px;
    }
}

.tilt {
    border : 2px solid #5b09a7;
    padding : 8px 8px 4px 8px;
    border-radius: 14px;
    box-shadow: 22px 26px 12px rgba(0, 0, 0, 0.7);
}
.tilt video {
    border-radius: 8px;
}