html, body {
    margin: 0;
    padding: 0;
}

.loadimg {
    display: none;
}

.masthead {
    width: 970px;
    height: 250px;
    position: relative;
    overflow: hidden;
    background-image: url(bg.jpg);
}


.table {
    position: absolute;
    opacity: 1;
    bottom: 0px;
    left: -452px;
    width: 970px;
    height: 250px;
    background: url("text1.png");
}

.mug_1 {
    position: absolute;
    opacity: 1;
    bottom: 0px;
    left: -840px;
    width: 970px;
    height: 250px;
    background: url("text2.png");
}

.mug_2 {
    position: absolute;
    opacity: 1;
    bottom: 0px;
    left: -540px;
    width: 970px;
    height: 250px;
    background: url("text3.png");
}


.txt_2 {
    position: absolute;
    opacity: 0;
    width: 970px;
    height: 250px;
    background: url("cta-metni.png");
}

.game-wrap {
    position: absolute;
    opacity: 0;
    width: 330px;
    height: 178px;
    z-index: 99;
    right: 48px;
    bottom: 22px;
}

.game-area {
    position: relative;
    width: 100%;
    height: 100%;
}

.hashtag {
    left: -128px;
    width: 970px;
    height: 250px;
    background: url("yas-etiketi.png");
    position: absolute;
}

.CloseCard {

    top: 0px;
    left: 0px;
    width: 95px;
    height: 93px;
    background: url("kapali.png");
}

.OpenCard_1 {
    top: 0px;
    left: 0px;
    width: 95px;
    height: 93px;
    background: url("1.png");
}

.OpenCard_2 {
    top: 0px;
    left: 0px;
    width: 95px;
    height: 93px;
    background: url("2.png");
}

.OpenCard_3 {
    top: 0px;
    left: 0px;
    width: 95px;
    height: 93px;
    background: url("3.png");
}

.OpenCard_4 {
    top: 0px;
    left: 0px;
    width: 95px;
    height: 93px;
    background: url("4.png");
}

.OpenCard_5 {
    top: 0px;
    left: 0px;
    width: 95px;
    height: 93px;
    background: url("5.png");
}


.OpenCard_8 {
    top: 0px;
    left: 0px;
    width: 95px;
    height: 93px;
    background: url("6.png");
}

/* entire container, keeps perspective */
.flip-container {
    perspective: 1000px;
    transform-style: preserve-3d;
}

/* flip the pane when hovered */
.flip-container.hover.active .flipper {
    transform: rotateY(180deg);
}
.flip-container.hover.active .back {
    transform: rotateY(0deg);
}
.flip-container.hover.active .front {
    transform: rotateY(180deg);
}

.flip-container, .front, .back {
    width: 95px;
    height: 93px;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;

    position: absolute;
    top: 0;
    left: 0;

}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}

.card {
    position: absolute;
    left: 175.5px;
    top: 43.5px;
    width: 95px;
    height: 93px;
}

.overlay {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.64);
}

.restart {
    position: absolute;
    cursor: pointer;
    z-index: 9999;
    top: 130px;
    left: 547px;
    width: 163px;
    height: 48px;
    background: url("tekrar-oyna.png");
}
.watch {
    position: absolute;
    cursor: pointer;
    z-index: 9999;
    top: 130px;
    left: 719px;
    width: 163px;
    height: 48px;
    background: url("fragman-izle.png");
}