﻿body,
html {
    position: relative;
    height: 100%;
     color: #fffce9;
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    background-color: #121113;
    font-family: 'Montserrat', sans-serif;
    background-repeat: repeat;
}


a {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    a:hover {
        text-decoration: none;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

.navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent;
}

.navbar-toggler {
    padding: 0;
    font-size: 0;
    line-height: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

button:focus {
    outline: 0;
}

#nav-icon4 {
    width: 40px;
    height: 27px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 7;
}

    #nav-icon4 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #df0612;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

        #nav-icon4 span:nth-child(1) {
            top: 0;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        #nav-icon4 span:nth-child(2) {
            top: 12px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        #nav-icon4 span:nth-child(3) {
            top: 24px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

    #nav-icon4.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -2px;
        left: 6px;
        background: #fffce9;
    }

    #nav-icon4.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #nav-icon4.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 26px;
        left: 6px;
        background: #fffce9;
    }

.checkbox label, .radio label {
    font-size: 16px;
    line-height: 30px;
}

    .checkbox label:after, .radio label:after {
        content: '';
        display: table;
        clear: both;
    }

.checkbox .cr, .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    font-size: 20px;
}

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon, .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .radio .cr .cr-icon {
        margin-left: .04em;
    }

.checkbox label input[type=checkbox], .radio label input[type=radio] {
    display: none;
}

    .checkbox label input[type=checkbox] + .cr > .cr-icon, .radio label input[type=radio] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

input[type=checkbox]:checked + .cr, input[type=radio]:checked + .cr {
    border: 1px solid #df0612;
}

.checkbox label input[type=checkbox]:checked + .cr > .cr-icon, .radio label input[type=radio]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0);
    opacity: 1;
}

.checkbox label input[type=checkbox]:disabled + .cr, .radio label input[type=radio]:disabled + .cr {
    opacity: .5;
}

.checkbox label a, .radio label a {
    color: #df0612;
}

    .checkbox label a:hover, .radio label a:hover {
        color: #df0612;
    }

::-webkit-input-placeholder {
    color: #e1e1e1 !important;
    font-size: 14px;
}

::-moz-placeholder {
    color: #e1e1e1 !important;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #e1e1e1 !important;
    font-size: 14px;
}

:-moz-placeholder {
    color: #e1e1e1 !important;
    font-size: 14px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    color: #fffce9;
    padding-top: 4px;
}

    .control a {
        color: #df0612;
    }

        .control a:hover {
            color: #df0612;
        }

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #fffce9;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control input:focus ~ .control__indicator, .control:hover input ~ .control__indicator {
    border: 1px solid #fffce9;
}

.control input:checked ~ .control__indicator {
    border: 1px solid #df0612;
}

.control input:checked:focus ~ .control__indicator, .control:hover input:not([disabled]):checked ~ .control__indicator {
    border: 1px solid #df0612;
}

.control input:disabled ~ .control__indicator {
    border: 1px solid #df0612;
    opacity: .6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #df0612;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #fffce9;
}

.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #df0612;
}

.control--radio input:disabled ~ .control__indicator:after {
    background: #fffce9;
}


.disable-scroll-prog {
    overflow: hidden;
}

.z-9999999 {
    z-index: 9999999;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

.bg-dark-black {
    background-color: rgba(18,18,19,0);
}

.gen-header {
    position: fixed;
    z-index: 2;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.gen-header-scrool {
    background-color: #121113;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


.navbar-brand img {
    width: 155px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fffce9;
    /*font-family: Anton;*/
    font-size: 23px;
    padding-right: 10px;
    padding-left: 10px;
    letter-spacing: 1px;
    position: relative;
    font-family: Kankin;
}

    .navbar-light .navbar-nav .nav-link:before {
        content: "";
        position: absolute;
        width: calc(0px - 20px);
        height: 2px;
        margin-top: 30px;
        background-color: #fffce9;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .navbar-light .navbar-nav .nav-link:hover:before {
        content: "";
        position: absolute;
        width: calc(100% - 20px);
        height: 2px;
        background-color: #df0612;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #df0612;
}

.navbar-light .navbar-nav li:last-child .nav-link {
    color: #df0612;
}

    .navbar-light .navbar-nav li:last-child .nav-link:focus,
    .navbar-light .navbar-nav li:last-child .nav-link:hover {
        color: #fffce9;
    }

    .navbar-light .navbar-nav li:last-child .nav-link:before {
        background-color: #df0612;
    }

    .navbar-light .navbar-nav li:last-child .nav-link:hover:before {
        background-color: #fffce9;
    }

.default-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
    padding: 0;
}

    .default-slider .swiper-slide {
        width: 100%;
        position: relative;
    }

        .default-slider .swiper-slide img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            object-position: top center;
        }

.slider-filter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.slider-content-gen {
    position: absolute;
    height: auto;
    width: 100%;
    bottom: 50px;
    left: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    z-index: 1;
    font-family: Anton;
}

.slider-content h1 {
    font-size: 60px;
    color: #fffce9;
}

.slider-content p {
    font-size: 20px;
    color: #fffce9;
    margin-top: 20px;
}

.btn-yellow {
    background-color: #df0612;
    color: #fffce9;
    border: 1px solid #df0612;
}

    .btn-yellow:hover {
        background-color: #df0612;
        color: #fffce9;
        border: 1px solid #df0612;
    }

.btn-white {
    /*background-color: #fffce9;
    color: #df0612;
    border: 1px solid #fffce9;*/
    color: #eceaeb;
    border: 3px solid #eceaeb;
}

    .btn-white:hover {
        /*background-color: #e9e9e9;
        color: #df0612;
        border: 1px solid #e9e9e9;*/
        background-color: #131313FD;
        color: #df0612;
        border: 3px solid #df0612;
    }

.link-yellow {
    color: #df0612;
}

    .link-yellow:hover {
        color: #df0612;
    }

.btn-facebook {
    background-color: #1877F2;
    color: #fffce9;
    border: 1px solid #1877F2;
}

    .btn-facebook:hover {
        background-color: #436fc9;
        color: #fffce9;
        border: 1px solid #436fc9;
    }

.btn-google {
    background-color: #e94d36;
    color: #fffce9;
    border: 1px solid #e94d36;
}

    .btn-google:hover {
        background-color: #ec5f4a;
        color: #fffce9;
        border: 1px solid #ec5f4a;
    }

.btn-digiturk {
    background-color: #5d2483;
    color: #fffce9;
    border: 1px solid #5d2483;
}

    .btn-digiturk:hover {
        background-color: #5d2470;
        color: #fffce9;
        border: 1px solid #5d2470;
    }

.btn-slider {
    font-size: 24px;
    padding: 20px 20px;
    display: inline-block;
}

.false-btn-slider {
    font-size: 24px;
    padding: 20px 20px;
    cursor: default;
    display: inline-block;
}

.oyun-box {
    position: relative;
}


    .oyun-box a {
        color: #fffce9;
    }

    .oyun-box .card-header-gen {
        position: absolute;
        bottom: 0;
        right: 15px;
        left: 15px;
        z-index: 1;
        padding: 25px 15px 15px 15px;
        visibility: visible;
        opacity: 1;
        transition: all 0.5s ease;
    }

        .oyun-box .card-footer-gen:before,
        .oyun-box .card-header-gen:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            bottom: 0;
            left: 0;
            z-index: -1;
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.47) 50%, rgba(0, 0, 0, 0.47) 100%);
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.47) 50%, rgba(0, 0, 0, 0.47) 100%);
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.47) 50%, rgba(0, 0, 0, 0.47) 100%);
        }

        .oyun-box .card-header-gen h1 {
            font-size: 25px;
            letter-spacing: -0.25px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
        }

        .oyun-box .card-header-gen h2 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            font-size: 18px;
            letter-spacing: -0.75px;
        }

        .oyun-box .card-header-gen h3 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            font-size: 12px;
            letter-spacing: -0.10px;
        }

            .oyun-box.card-header-gen h3 span {
                margin-right: 10px;
                display: inline-block;
            }

                .oyun-box .card-header-gen h3 span:after {
                    content: ",";
                }

                .oyun-box .card-header-gen h3 span:last-child {
                    margin-right: 0;
                }

                    .oyun-box .card-header-gen h3 span:last-child:after {
                        content: "";
                    }

    .oyun-box:hover .card-header-gen {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .oyun-box:hover .card-footer-gen {
        visibility: visible;
        opacity: 1;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .oyun-box .card-footer-gen {
        position: absolute;
        bottom: 0;
        right: 15px;
        left: 15px;
        z-index: 1;
        padding: 25px 15px 15px 15px;
        visibility: hidden;
        overflow: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

        .oyun-box .card-footer-gen h1 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-size: 25px;
            letter-spacing: -0.25px;
        }

        .oyun-box .card-footer-gen p {
            font-family: "Arial Narrow", Arial, sans-serif;
            margin-bottom: 0;
            /*height: 28.63px;*/
        }

.page-title h1 {
    font-family: 'Cairo', sans-serif;
    color: #fffce9;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.25px;
    display: inline-block;
}

    .page-title h1:hover {
        opacity: 0.85;
    }

.btn-devami {
    position: absolute;
    right: 0;
    margin-right: 15px;
    margin-top: 5px;
}

.footer {
    position: relative;
}

.footer-menu ul li {
    display: block;
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: 300;
}

    .footer-menu ul li a {
        color: #fffce9;
        position: relative;
    }

        .footer-menu ul li a:hover {
            color: #df0612;
        }

        .footer-menu ul li a:before {
            content: "";
            position: absolute;
            margin-top: 24px;
            background-color: #df0612;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -ms-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }

        .footer-menu ul li a:hover:before {
            content: "";
            position: absolute;
            margin-top: 22px;
            background-color: #df0612;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -ms-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }

.footer-social-media ul li {
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #fffce9;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    .footer-social-media ul li:last-child {
        margin-right: 0;
    }

    .footer-social-media ul li a {
        color: #fffce9;
        font-size: 24px;
        display: block;
    }

    .footer-social-media ul li:hover {
        border: 1px solid #df0612;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

        .footer-social-media ul li:hover a {
            color: #df0612;
        }

.copyright {
    font-size: 11px;
    font-weight: 300;
    color: #fffce9;
}

    .copyright a {
        color: #fffce9;
    }

        .copyright a:hover {
            color: #df0612;
        }

.pagefixed {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
}

    .pagefixed:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        margin: 0;
        /*background-color: rgba(0, 0, 0, 0.8);*/
    }

    .pagefixed img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.mt-ozel {
    position: relative;
    /*padding-top: 150px;*/
    padding-top: 80px;
}

.page-title-big h1 {
    color: #fffce9;
    font-size: 36px;
    font-family: Anton;
    letter-spacing: 1px;
    display: block;
    padding-bottom: 10px;
    border-bottom: 4px solid #df0612;
}

.form-control {
    position: relative;
    border: none;
    border-bottom: 1px solid #df0612;
    background-color: transparent;
    border-radius: 0;
    color: #fffce9;
    padding-left: 40px;
}

    .form-control:focus {
        color: #fffce9;
        background-color: transparent;
        border-color: none;
        outline: 0;
        box-shadow: none;
        border-bottom: 1px solid #df0612;
    }

.kutu-bg {
    background-color: rgba(18, 18, 19, 0.50);
}

    .kutu-bg:focus {
        background-color: rgba(18, 18, 19, 0.50);
    }

.form-alan i {
    position: absolute;
    top: 0;
    width: 33.5px;
    height: 33.5px;
    line-height: 33.5px;
    text-align: center;
}

.form-alan .form-control:focus + i {
    color: #df0612;
}

select.form-control {
    color: #fffce9 !important;
    text-indent: 40px;
    padding-left: 0;
}

    select.form-control option {
        color: #df0612 !important;
        background-color: #00031C !important;
    }

textarea.form-control {
    resize: none;
}

.content-2 {
    min-height: calc(100vh - 294px);
}

.content {
    min-height: calc(100vh - 389px);
}

    .content h4 {
        font-size: 20px;
        color: #df0612;
    }

    .content h5 {
        font-size: 26px;
        color: #df0612;
    }

    .content p {
        font-size: 16px;
        font-weight: 300;
    }

        .content p b {
            color: #df0612;
        }

    .content ul li {
        font-size: 16px;
        font-weight: 300;
    }

.badge-yellow {
    color: #121113;
    background-color: #df0612;
}

.shadow-img {
    -webkit-box-shadow: 0 12px 47px 3px #07020c;
    box-shadow: 0 12px 47px 3px #07020c;
}

.shadow-img-afis {
    -webkit-box-shadow: 0 0 25px 1px #54534b;
    box-shadow: 0 0 25px 1px #54534b;
}


.oyunlar-buyuk-slider {
    width: 100%;
    padding: 40px 0px 60px 0px;
}

    .oyunlar-buyuk-slider .swiper-slide {
        width: 44%;
        overflow: hidden;
        -webkit-box-shadow: 0 12px 47px 3px #07020c;
        box-shadow: 0 12px 47px 3px #07020c;
    }

        .oyunlar-buyuk-slider .swiper-slide img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            object-position: top center;
        }

    .oyunlar-buyuk-slider .swiper-button-next,
    .oyunlar-buyuk-slider .swiper-button-prev {
        font-size: 40px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        line-height: 50px;
    }

    .oyunlar-buyuk-slider .swiper-button-next {
        right: 20px;
        left: auto;
    }

    .oyunlar-buyuk-slider .swiper-button-prev {
        left: 20px;
        right: auto;
    }

.swiper-button-next, .swiper-button-prev {
    opacity: 1;
}

    .swiper-button-next i, .swiper-button-prev i {
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .swiper-button-next:hover i, .swiper-button-prev:hover i {
        color: #fffce9;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }


.oyun-box-slider {
    position: relative;
}

    .oyun-box-slider:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        z-index: 1;
        opacity: 1;
        visibility: visible;
        background-color: rgba(0, 0, 0, 0.7);
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

.swiper-slide-active .oyun-box-slider:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.oyun-box-slider a {
    color: #fffce9;
    display: block;
}

.oyun-box-slider .card-header-gen {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 80px 30px 30px 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.swiper-slide-active .oyun-box-slider .card-header-gen {
    visibility: visible;
    opacity: 1;
}

.oyun-box-slider .card-footer-gen:before,
.oyun-box-slider .card-header-gen:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.47) 50%, rgba(0, 0, 0, 0.47) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.47) 50%, rgba(0, 0, 0, 0.47) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.47) 50%, rgba(0, 0, 0, 0.47) 100%);
}

.oyun-box-slider .card-header-gen h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.75px;
}

.oyun-box-slider .card-header-gen h1 {
    font-size: 24px;
    letter-spacing: -0.25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.oyun-box-slider .card-header-gen h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.75px;
}

.oyun-box-slider .card-header-gen h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.10px;
}

    .oyun-box-slider .card-header-gen h3 span {
        margin-right: 10px;
        display: inline-block;
    }

        .oyun-box-slider .card-header-gen h3 span:after {
            content: ",";
        }

        .oyun-box-slider .card-header-gen h3 span:last-child {
            margin-right: 0;
        }

            .oyun-box-slider .card-header-gen h3 span:last-child:after {
                content: "";
            }

.swiper-slide-active .oyun-box-slider:hover .card-header-gen {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.swiper-slide-active .oyun-box-slider:hover .card-footer-gen {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.oyun-box-slider .card-footer-gen {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 80px 30px 30px 30px;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

    .oyun-box-slider .card-footer-gen h1 {
        font-size: 24px;
        letter-spacing: -0.25px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }

    .oyun-box-slider .card-footer-gen p {
        margin-bottom: 0;
        font-size: 16px;
        /*overflow-y: auto;*/
        /*height: 50px;*/
        font-family: "Arial Narrow", Arial, sans-serif;
    }

.oyunlar-kucuk-slider {
    width: 100%;
    height: 100%;
    /*padding: 40px 0px 60px 0px;*/
    padding: 0px 0px 60px 0px;
}

    .oyunlar-kucuk-slider .swiper-slide {
        overflow: hidden;
        padding: 34px 44px 60px 44px;
        border-radius: 0px;
    }

        .oyunlar-kucuk-slider .swiper-slide img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            object-position: top center;
            -webkit-box-shadow: 0 12px 47px 3px #07020c;
            box-shadow: 0 12px 47px 3px #07020c;
            border-radius: 0px;
        }

    .oyunlar-kucuk-slider .swiper-button-next,
    .oyunlar-kucuk-slider .swiper-button-prev {
        font-size: 30px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        text-align: center;
    }

    .oyunlar-kucuk-slider .swiper-button-next {
        right: 0;
        left: auto;
    }

    .oyunlar-kucuk-slider .swiper-button-prev {
        left: 0;
        right: auto;
    }

.oyun-box-slider-kucuk {
    position: relative;
}

    .oyun-box-slider-kucuk:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        z-index: 1;
        opacity: 1;
        visibility: visible;
        background-color: rgba(0, 0, 0, 0.1);
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .oyun-box-slider-kucuk a {
        color: #fffce9;
        display: block;
    }

    .oyun-box-slider-kucuk .card-header-gen {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 1;
        padding: 25px 15px 15px 15px;
        visibility: visible;
        opacity: 1;
        transition: all 0.5s ease;
    }

        .oyun-box-slider-kucuk .card-footer-gen:before,
        .oyun-box-slider-kucuk .card-header-gen:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            /*bottom: 0;*/
            left: 0;
            z-index: -1;
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.47) 50%, rgba(0, 0, 0, 0.47) 100%);
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.47) 50%, rgba(0, 0, 0, 0.47) 100%);
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.47) 50%, rgba(0, 0, 0, 0.47) 100%);
        }

        .oyun-box-slider-kucuk .card-header-gen h1 {
            font-size: 25px;
            letter-spacing: -0.25px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
        }

        .oyun-box-slider-kucuk .card-header-gen h2 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            font-size: 18px;
            letter-spacing: -0.75px;
        }

        .oyun-box-slider-kucuk .card-header-gen h3 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            font-size: 12px;
            letter-spacing: -0.10px;
        }

            .oyun-box-slider-kucuk .card-header-gen h3 span {
                margin-right: 10px;
                display: inline-block;
            }

                .oyun-box-slider-kucuk .card-header-gen h3 span:after {
                    content: ",";
                }

                .oyun-box-slider-kucuk .card-header-gen h3 span:last-child {
                    margin-right: 0;
                }

                    .oyun-box-slider-kucuk .card-header-gen h3 span:last-child:after {
                        content: "";
                    }

    .oyun-box-slider-kucuk:hover .card-header-gen {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .oyun-box-slider-kucuk:hover .card-footer-gen {
        visibility: visible;
        opacity: 1;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    .oyun-box-slider-kucuk .card-footer-gen {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 1;
        padding: 25px 15px 15px 15px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
        overflow: hidden;
    }

        .oyun-box-slider-kucuk .card-footer-gen h1 {
            font-size: 25px;
            letter-spacing: -0.25px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
        }

        .oyun-box-slider-kucuk .card-footer-gen p {
            margin-bottom: 0;
            /*overflow-y: auto;*/
            /*height: 44px;*/
            font-family: "Arial Narrow", Arial, sans-serif;
        }

.page-item .page-link {
    background-color: transparent;
    color: #df0612;
    border: 1px solid #df0612;
}

.page-item.disabled .page-link {
    background-color: transparent;
    color: #df0612;
    border: 1px solid #df0612;
}

.page-item.active .page-link {
    background-color: #df0612;
    color: #fffce9;
    border: 1px solid #df0612;
}

.page-link:hover {
    z-index: 2;
    color: #fffce9;
    text-decoration: none;
    background-color: #df0612;
    border-color: #df0612;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.page-item .page-link i {
    font-size: 10px;
}

.pagination-lg .page-link {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
}

.video-gen:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.video-banner {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.video-gen {
    position: relative;
    height: 100vh;
    width: 100%;
}

.video-banner .video-gen video {
    position: absolute;
    top: 50%;
    left: 50%;
    /*min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;*/
    object-fit: contain;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-button {
    display: inline-block;
}

    .video-button a:first-child {
        float: right;
    }

    .video-button a:last-child {
        float: right;
    }

.playpause {
    font-size: 70px;
    color: #eceaeb;
    cursor: pointer;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid #eceaeb;
    text-align: center;
    line-height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
    .playpause:hover {
        color: #df0612; /* Yeni metin rengi */
        border-color: #df0612; /* Yeni kenarlık rengi */
    }
    .playpause i {
        margin-left: 12px;
    }

.mobil-name {
    color: #df0612;
    width: 20vh !important;
    text-align: right;
    display: none;
}

    .mobil-name:hover {
        color: #df0612;
        opacity: 0.9;
    }

.videoMute {
    font-size: 25px;
    color: #df0612;
    cursor: pointer;
    text-align: center;
    line-height: 25px;
    position: absolute;
    bottom: 2%;
    left: 5%;
    z-index: 1;
}

.video-btn-gen {
    position: absolute;
    bottom: 50px;
}

    .video-btn-gen a {
        font-family: Anton;
        font-size: 34px;
    }

.oyunlar-detay-slider {
    position: relative;
    width: 100%;
    padding: 0;
}

    .oyunlar-detay-slider .swiper-slide {
        width: 100%;
        position: relative;
    }

        .oyunlar-detay-slider .swiper-slide img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            object-position: top center;
        }

    .oyunlar-detay-slider .swiper-button-next,
    .oyunlar-detay-slider .swiper-button-prev {
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .oyunlar-detay-slider .swiper-button-next {
        right: 5px;
        left: auto;
    }

    .oyunlar-detay-slider .swiper-button-prev {
        left: 5px;
        right: auto;
    }

.oyunlar-detay h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.75px;
}

.oyunlar-detay h1 {
    font-size: 50px;
    letter-spacing: 1px;
    font-family: 'anton', sans-serif;
    font-weight: 500;
    color: #fffce9;
}

.oyunlar-detay h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: -0.75px;
}

.oyunlar-detay h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.10px;
    color: #df0612;
}

    .oyunlar-detay h3 span {
        margin-right: 10px;
        display: inline-block;
    }

        .oyunlar-detay h3 span:after {
            content: ",";
        }

        .oyunlar-detay h3 span:last-child {
            margin-right: 0;
        }

            .oyunlar-detay h3 span:last-child:after {
                content: "";
            }

.paylas-btn h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.75px;
}

.oyunlar-detay p {
    font-size: 15px;
    font-family: 'Cairo', sans-serif;
    color: #fffce9|;
}

.nav-tabs {
    border-bottom: 4px solid #df0612;
}

    .nav-tabs .nav-link {
        color: #df0612;
        font-size: 16px;
        font-family: Anton;
        letter-spacing: 1px;
    }

        .nav-tabs .nav-link:focus,
        .nav-tabs .nav-link:hover {
            border-color: transparent;
        }

        .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.active {
            background-color: #df0612;
            border-color: #df0612;
            color: #00031C;
        }

.form-title h1 {
    color: #fffce9;
    font-size: 19px;
    font-family: Anton;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.odeme-span span {
    color: #df0612;
    font-weight: 900;
}

.table-aylik .table {
    color: #fffce9;
    font-weight: 300;
}

    .table-aylik .table td,
    .table-aylik .table th {
        border-top: none;
        border-bottom: 1px solid rgba(225, 198, 55, 0.3);
    }

.table-kiralik .table {
    color: #fffce9;
    font-weight: 300;
}

    .table-kiralik .table thead th {
        border-bottom: 2px solid rgba(225, 198, 55, 0.3);
    }

.table-kiralik .table-bordered td,
.table-kiralik .table-bordered th {
    border: 1px solid rgba(225, 198, 55, 0.3);
    vertical-align: middle;
}

    .table-kiralik .table-bordered td img {
        height: 50px;
    }

.play-icon {
    text-align: center;
}

    .play-icon i {
        color: #df0612;
        height: 40px;
        width: 40px;
        line-height: 40px;
        border-radius: 50%;
        border: 1px solid #df0612;
        font-size: 16px;
    }

    .play-icon.pasif i {
        border: 1px solid #e94d36;
        color: #e94d36;
    }

.paylas-btn h2 {
    color: #df0612;
}

.paylas-btn ul li {
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #df0612;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    .paylas-btn ul li:last-child {
        margin-right: 0;
    }

    .paylas-btn ul li a {
        color: #df0612;
        font-size: 18px;
        display: block;
    }

    .paylas-btn ul li:hover {
        border: 1px solid #fffce9;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

        .paylas-btn ul li:hover a {
            color: #fffce9;
        }

.swal2-icon {
    width: 110px !important;
    height: 110px !important;
}

    .swal2-icon.swal2-success {
        color: #df0612 !important;
        border-color: #df0612 !important;
    }

.swal2-styled.swal2-confirm {
    background-color: #df0612 !important;
    border-color: #df0612 !important;
    -webkit-text-stroke: white;
}

.swal2-styled:focus {
    box-shadow: none !important;
}

.kiralik-tiyatro .card {
    background-color: transparent;
    border: 1px solid rgba(225, 198, 55, 0.3);
}

    .kiralik-tiyatro .card .card-body {
        border-top: 1px solid rgba(225, 198, 55, 0.3);
    }

.kiralik-tiyatro-img {
    position: relative;
}

    .kiralik-tiyatro-img .play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .kiralik-tiyatro-img:before {
        content: "";
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }

.pegi {
    position: absolute;
    top: 10px;
    right: 25px;
    /*background-color: rgba(255, 222, 0, 0.40);*/
    /*background-color: #df0612;*/
    /*border: 1px solid #df0612;*/
    color: #eceaeb;
    /*border-radius: 50%;*/
    text-align: center;
    font-size: 20.5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    -webkit-text-stroke: #00031C 0.5px;
}


.supplemental-message {
    position: absolute;
    top: 10px;
    left: 25px;
    /*background-color: rgba(255, 222, 0, 0.40);*/
    /*background-color: #df0612;*/
    /*border: 1px solid #df0612;*/
    color: #df0612;
    /*border-radius: 50%;*/
    text-align: center;
    font-size: 20px;
    font-family: Kankin;
    font-weight: 400;
    letter-spacing: 1px;
    /*-webkit-text-stroke: #00031C 1px;*/
    text-shadow: 0 0 5px #07020c;
}

.legnth {
    position: absolute;
    top: 10px;
    left: 25px;
    padding: 0px 6px;
    background-color: rgba(255, 255, 255, 0.40);
    border: 1px solid #fffce9;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    letter-spacing: -0.25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}


.izle-page {
    position: absolute;
    top: 0px;
    z-index: 2;
    background-color: rgba(18, 17, 19, 0.10);
}

    .izle-page .brand img {
        width: 60px;
    }

    .izle-page h1 {
        font-size: 24px;
        letter-spacing: -0.25px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        margin-bottom: 0px;
        color: #df0612;
    }

    .izle-page h2 {
        font-size: 18px;
        letter-spacing: -0.25px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        margin-bottom: 0px;
        color: #fffce9;
    }

    .izle-page i {
        color: #df0612;
        font-size: 50px;
    }

.bg-blak-ozel {
    background-color: rgba(18, 17, 19, 0.47);
}

.kizil-elma i {
    font-size: 24px;
    color: #ff0000;
}

.user, .user a {
    font-family: 'Cairo', sans-serif;
    color: #df0612;
    font-size: 14px;
    letter-spacing: 0.5px;
    z-index: 5;
    cursor: default;
}

.card-haber-gen .card .card-body a {
    color: #fffce9;
}

.card-haber-gen .card {
    background-color: transparent;
}

    .card-haber-gen .card .card-body {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.47) 50%, rgba(0, 0, 0, 0.47) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.47) 50%, rgba(0, 0, 0, 0.47) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.47) 50%, rgba(0, 0, 0, 0.47) 100%);
    }

        .card-haber-gen .card .card-body .card-title {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-size: 25px;
            letter-spacing: -0.25px;
            color: #fffce9;
        }


        .card-haber-gen .card .card-body .card-text {
            font-family: "Arial Narrow", Arial, sans-serif;
            margin-bottom: 0;
            font-size: 16px;
            font-weight: 300;
            color: #fffce9;
        }

        .card-haber-gen .card .card-body .badge {
            padding-top: 5px;
        }


.mobil-app-gen {
    background-image: url('../../https://awslcp.s3.eu-central-1.amazonaws.com/images/page/tiyatro-bg-mobil-app.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

    .mobil-app-gen h1 {
        color: #fffce9;
        letter-spacing: 1px;
        font-size: 5.4vw;
        font-family: Cairo,sans-serif;
        font-weight: 400;
        text-shadow: 0 0 8px rgba(255, 252, 233, 0.70);
    }

        .mobil-app-gen h1 span {
            color: #df0612;
            font-weight: 400;
            font-family: Kankin;
        }


    .mobil-app-gen h2 {
        color: #fffce9;
        letter-spacing: 1px;
        font-size: 3.5vw;
        font-family: Cairo,sans-serif;
        font-weight: 400;
    }

.default-slider-big {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 0;
}

    .default-slider-big .swiper-slide {
        width: 100%;
        position: relative;
    }

        .default-slider-big .swiper-slide img {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

    .default-slider-big .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        background-color: #6e706f;
    }

    .default-slider-big .swiper-pagination-bullet-active {
        background-color: #fffae7;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px !important;
    }








* {
}

@media (max-width: 1440px) {
    .oyunlar-buyuk-slider .swiper-slide {
        width: 56%;
    }
}

@media (max-width: 1199.98px) {
    .content {
        min-height: calc(100vh - 411px);
    }

    .oyunlar-buyuk-slider .swiper-slide {
        width: 60%;
    }
}

@media (max-width: 991.98px) {
    .content {
        min-height: calc(100vh - 442px);
    }

    .navbar {
        padding-left: 0;
        padding-right: 0;
    }

    .gen-header .navbar-collapse.show {
        height: 100%;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #121113;
        z-index: 4;
        overflow: auto;
    }

    .gen-header .navbar-collapse {
        bottom: -100%;
        left: 0;
        position: fixed;
        right: 0;
        background-color: #121113;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        z-index: 3;
        overflow: auto;
    }

    .gen-header .navbar-nav {
        position: absolute;
        top: 50%;
        left: 100px;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        padding-top: 0;
    }

    .navbar-light .navbar-nav .nav-link {
        display: inline-block;
        font-size: 26px;
    }

        .navbar-light .navbar-nav .nav-link:before {
            margin-top: 40px;
        }

    .footer-social-media ul li {
        margin-right: 10px;
    }

    .slider-content h1 {
        font-size: 46px;
    }

    .oyunlar-buyuk-slider .swiper-slide {
        width: 66%;
    }

    .video-banner .overlay {
        bottom: 6px;
    }

    .video-banner {
        position: relative;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    .video-gen {
        position: relative;
        height: 100%;
        width: 100%;
    }

        .video-gen:before {
            bottom: 6px;
        }

    .video-banner .video-gen video {
        position: relative;
        top: auto;
        left: auto;
        /*min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: 100%;*/
        object-fit: cover;
        z-index: 0;
        -ms-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    .video-btn-gen {
        position: relative;
        bottom: auto;
    }

    .video-button {
        display: inline-block;
    }

    .mobil-app-gen h1 {
        font-size: 8.5vw;
    }

    .mobil-app-gen h2 {
        font-size: 6.6vw;
    }
}

@media (max-width: 767.98px) {
    .content {
        min-height: calc(100vh - 4931px);
    }

    .footer-social-media ul li {
        margin-right: 20px;
    }

    .slider-content h1 {
        font-size: 40px;
    }

    .false-btn-slider {
        font-size: 20px;
        padding: 20px 0;
    }

    .slider-content p {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .slider-content-gen {
        bottom: 20px;
    }

    .btn-slider {
        font-size: 20px;
    }

    .oyunlar-buyuk-slider .swiper-slide {
        width: 80%;
    }

    .oyun-box-slider .card-header-gen h6 {
        font-size: 14px;
    }

    .oyun-box-slider .card-header-gen h1 {
        font-size: 22px;
    }

    .oyun-box-slider .card-header-gen h2 {
        font-size: 18px;
    }

    .oyun-box-slider .card-header-gen h3 {
        font-size: 12px;
    }

    .oyun-box-slider .card-footer-gen h1 {
        font-size: 22px;
    }

    .oyun-box-slider .card-footer-gen p {
        font-size: 14px;
    }

    .oyunlar-buyuk-slider .swiper-button-next {
        right: 0;
        left: auto;
    }

    .oyunlar-buyuk-slider .swiper-button-prev {
        left: 0;
        right: auto;
    }

    .oyun-box-slider .card-footer-gen,
    .oyun-box-slider .card-header-gen {
        padding: 30px 15px 15px 15px;
    }

    .page-title h1 {
        display: block;
        font-size: 24px;
    }

    .btn-devami {
        position: relative;
        right: auto;
        margin-right: 0;
        margin-top: 10px;
    }

    .playpause {
        font-size: 28px;
        height: 80px;
        width: 80px;
        line-height: 80px;
    }

        .playpause i {
            margin-left: 8px;
        }

    .mobil-name {
        display: block;
    }

    .qqAhref {
        display: none;
    }
}


@media (max-width: 575.98px) {


    .slider-content h1 {
        font-size: 40px;
    }

    .false-btn-slider {
        font-size: 20px;
        padding: 20px 0;
        float: none !important;
    }

    .btn-slider {
        font-size: 20px;
        float: none !important;
        display: table;
    }

    .slider-content p {
        margin-top: 0;
        margin-bottom: 0;
    }

    .slider-content-gen {
        bottom: 20px;
    }
}

@media (max-width: 480px) {
    .slider-content h1 {
        font-size: 30px;
    }
}

@media (max-width: 382px) {
    .playpause {
        font-size: 22px;
        height: 50px;
        width: 50px;
        line-height: 50px;
    }

        .playpause i {
            margin-left: 8px;
        }

    .video-btn-gen a {
        font-family: Anton;
        font-size: 24px;
    }

    .nav-tabs .nav-link {
        color: #df0612;
        font-size: 14px;
        padding: 0.5rem 0.5rem;
    }
}


.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    padding: 20px 0;
    color: #fff;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #00031C;
}

.cookies-container-fluid {
    position: relative;
}

.cookies-container {
    position: relative;
    width: 50%;
    margin: 0 auto;
    padding: 0 20px;
}

    .cookies-container a {
        color: #ffffff;
    }

.close-cookie-warning {
    position: absolute;
    right: 15px;
    font-size: 30px;
    top: -8px;
    cursor: pointer;
}
