* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Baloo Thambi', cursive;
}

.bgImage {
    background-color: #111;

}

.soru span {
    animation: glow 2s ease-in-out infinite;
    font-size: 3rem;
}

@keyframes glow {

    0%,
    100% {
        color: white;
        text-shadow: 0 0 12px lime, 0 0 50px lime, 0 0 100px lime;
    }


}



.now span {
    animation: glow2 2s ease-in-out infinite;
    font-size: 2.5rem;
}

@keyframes glow2 {

    0%,
    100% {
        color: white;
        text-shadow: 0 0 12px lime, 0 0 50px lime, 0 0 100px lime;
    }

    10%,
    90% {

        text-shadow: none;
    }


}

.now span:nth-child(2) {
    animation-delay: 0.25s;
}

.now span:nth-child(3) {
    animation-delay: 0.5s;
}

.now span:nth-child(4) {
    animation-delay: 0.75s;
}

img {
    max-width: 100%;
}

.logo {
    width: 40px;
    height: 40px;
}

.nav-item,
.nav-item a,
h2 {
    color: white;
}

.topTenColorActive {
    color: lime !important;
    ;
}



a:hover,
a:active {
    color: lime !important;
}

.d {
    list-style-type: none;
}

.soru {
    text-align: center;
    margin-top: 3%;
}

.dropdown-menu li a {
    color: #111;
}

.topContent {
    padding-top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.content {
    position: relative;
    width: 230px;
    height: 230px;
    transform-style: preserve-3d;
    animation: animate 30s linear infinite;
    margin-top: 3%;
}

@keyframes animate {
    0% {
        transform: perspective(1000px) rotateY(0deg);
    }

    100% {
        transform: perspective(1000px) rotateY(-370deg);
    }
}

.a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform-style: preserve-3d;
    transform-origin: center;
    transform: rotateY(calc(var(--i)*45deg)) translateZ(370px);
}

.i {
    margin-top: 5%;
    position: absolute;
    width: 80%;
    height: 60%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 20px;
    transition: 1.5s;
    cursor: pointer;

}


.content span img:hover {
    transform: translateY(30px) scale(1.2);


}


.pAd {
    width: 80%;
    position: absolute;
    color: white;
    text-align: center;
    margin-top: 5%;

}

.pBilgi {
    width: 80%;
    position: absolute;
    color: white;
    text-align: center;
    margin-top: 55%;
    font-size: small;
}


.myBox {
    border-bottom: 1px solid white;
}

.myBox span a {
    color: white;
    text-decoration: none;
    margin-left: 5%;
    font-size: larger;
    font-weight: 600;
}

.movieBox {
    width: 100%;
    height: 250px;


}

.movieBoxImg {
    width: 100%;
    height: 80%;
    cursor: pointer;

}



.movieBoxImg:hover {
    opacity: 70%;
    transition: 0.32s;
}


.icerik {
    width: 100%;
    height: 100%;
}