.search-relative {
    position: relative;
}
/* .search:focus + .search-relative .searchbox,
.search:focus-within + .search-relative .searchbox, 
.searchbox:hover {
    display: block !important;
} */
.scrollhead {
    background: #191818 !important;
}
.searchbox {
    position: absolute;
    inset: 0 0 auto 0;
    background: #fff;
    max-width: 500px;
    width: calc(100% - 30px);
    border-radius: 30px;
    overflow: hidden;
    margin: 10px auto 0;
    /* display: none; */
}
.searchbox .sonuc {
    display: flex;
    align-items: center;
    padding: 10px;
}
.searchbox .sonuc img{
    border-radius: 20px;
    margin-right: 15px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.searchbox .sonuc .sonucwrap {
    text-align: left;
}
.searchbox .sonuc .sonucwrap .sonucname {
    font-weight: 600;
    font-size: 16px;
    color: #555;
}
.searchbox .sonuc .sonucimdb {
    background: orange;
    width: 45px;
    height: 45px;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    line-height: 45px;
    border-radius: 20px;
    margin-left: auto;
}

.detay-wrap {
    margin: 125px auto;
    color: #eee;
}
.detay-wrap .poster{
    width: 100%;
    height: auto;
    border: 1px solid #fff;
}
.detay-wrap .head {
    display: flex;
    justify-content: center;
}
.detay-wrap .head-name {
    display: flex;
    align-items: center;
    gap: 15px;
}
.detay-wrap .head-info {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 15px;
}

.tag {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 5px;
    padding-inline: 0;
}

.tag a {
    font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.5);
	background-color: rgba(255, 255, 255, 0.05);
	padding: .429rem 1rem;
	border-radius: 50px;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.tag a:hover,
.tag a:focus,
.tag a:active {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(255, 255, 255, 0.1);
	text-decoration: none;
}

.platform {
    margin-top: 25px;
}

.explain {
    margin-top: 25px;
}

.explain .lead {
    margin-block: 15px 30px;
    display: inline-block;
}

.explain p {
    font-size: 15px;

}

.insidebody::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url(../images/ragnarok.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.insidebody::after {
    content: '';
    position: absolute;
    inset: -200px 0 0 0;
    background: linear-gradient(0deg, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 0%, .9) 10%, hsla(0, 0%, 8%, .9) 80%, hsla(0, 0%, 100%, 0) 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.insidebody {
    position: relative;
    z-index: 100;
}

.insidebody .navbar-brand-center {
    display: flex;
    align-items: center;
}

.insidebody .site-navbar li.site-menu-item.spcmenu {
    transform: translateY(5px);
}

.insidebody .btn-orange {
    height: 33px;
    line-height: 33px;
    display: grid;
    place-items: center;
}

.insidebody .btn-orange i {
    margin: 0;
}

@media(max-width:768px) {
    .insidebody::before {
        background: transparent;
    }

    .insidebody::after {
        background: linear-gradient(180deg, transparent 10%, rgba(0,0,0,.75) 20%);
    }

    .platform {
        padding: 0 25px;
    }
    
    .detay-wrap {
        margin-block: 34px 0;
        padding: 0;
    }

    .detay-wrap .col-md-3 {
        display: grid;
        place-items: center;
    }
    .detay-wrap .col-md-9 {
        padding: 0;
    }

    .detay-wrap .explain {
        position: relative;
        padding: 25px;
    }

    .detay-wrap .explain::before {
        content: '';
        position: fixed;
        inset: 0;
        background-image: url(../images/ragnarok.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        z-index: -2;
        box-shadow: inset 0 50px 50px 0 rgba(0,0,0);
    }

    .detay-wrap .explain::after {
        content: '';
        position: absolute;
        inset: 0;
        /*background: linear-gradient(180deg, rgba(0,0,0,.75), rgba(0,0,0,1));*/
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .detay-wrap .poster {
        width: 200px;
    }

    .detay-wrap .head {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .detay-wrap .head-name h1{
        font-size: 24px;
    }

    .detay-wrap .head-info {
        margin: 0;
    }
    .tag {
        display: none;
    }
}