body {
    font-family: "Poppins", sans-serif;
    color: #040000;
    background-color: #ffffff;
}

.layout_padding {
    padding: 90px 0;
}

.layout_padding2 {
    padding: 45px 0;
}

.layout_padding2-top {
    padding-top: 45px;
}

.layout_padding2-bottom {
    padding-bottom: 45px;
}

.layout_padding-top {
    padding-top: 90px;
}

.layout_padding-bottom {
    padding-bottom: 90px;
}

/*header section*/
.sub_page .brand_box {
    position: relative;
    background-image: url(../images/slider-img.jpg);
    padding: 45px 0;
}

.sub_page .nav_section {
    margin-top: 0;
    background-color: #252525;
}

.brand_box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .brand_box .navbar-brand span {
        font-size: 34px;
        font-weight: bold;
        color: #ffffff;
        text-transform: uppercase;
    }

a,
a:hover,
a:focus {
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: initial;
    }

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom_nav-container {
    z-index: 99999;
    padding: 15px 0;
}

    .custom_nav-container .navbar-toggler {
        outline: none;
    }

        .custom_nav-container .navbar-toggler .navbar-toggler-icon {
            background-image: url(../images/menu.png);
            background-size: 42px;
        }

    .custom_nav-container .nav_search-btn {
        margin: auto;
    }

/*end header section*/
/* slider section */
.slider_section div#carouselExampleControls {
    overflow: hidden;
}

.slider_section .img-box img {
    width: 100%;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
    width: 90px;
    height: 90px;
    background-color: #252525;
    opacity: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 12px;
}

    .slider_section .carousel-control-prev:hover,
    .slider_section .carousel-control-next:hover {
        opacity: 0.9;
    }

.slider_section .carousel-control-prev {
    border-radius: 0 100% 100% 0;
    background-image: url(../images/prev.png);
    left: -50px;
    background-position: 58px center;
}

.slider_section .carousel-control-next {
    border-radius: 100% 0 0 100%;
    background-image: url(../images/next.png);
    right: -45px;
    background-position: 20px center;
}

/* end slider section */
.nav_section {
    margin-top: -32px;
}

    .nav_section .custom_nav2 .custom_nav-container {
        padding: 10px 0;
        background-color: #252525;
        border-radius: 5px;
    }

        .nav_section .custom_nav2 .custom_nav-container .navbar-nav .nav-item .nav-link {
            padding: 10px 30px;
            color: #ffffff;
            text-align: center;
            position: relative;
        }

    .nav_section .custom_nav2 #navbarSupportedContent {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .nav_section .custom_nav-container .nav_search-btn {
        background-image: url(../images/search-icon.png);
        background-size: 18px;
        background-repeat: no-repeat;
        width: 35px;
        height: 35px;
        padding: 0;
        border: none;
        margin: 0 40px 0 15px;
        background-position: center;
    }

.shop_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

    .shop_section .box .detail-box h2 {
        font-weight: bold;
        font-size: 3rem;
        text-transform: uppercase;
    }

    .shop_section .box .detail-box p {
        margin-bottom: 0;
    }

    .shop_section .box .img-box img {
        max-width: 100%;
    }

    .shop_section .box .btn-box {
        margin-top: 25px;
    }

        .shop_section .box .btn-box a {
            display: inline-block;
            padding: 8px 40px;
            background-color: #313131;
            border: 1px solid #313131;
            color: #ffffff;
        }

            .shop_section .box .btn-box a:hover {
                background-color: transparent;
                color: #313131;
            }

.about_section .img-box {
    padding: 35px 0;
    background-color: #ececec;
}

    .about_section .img-box img {
        width: 100%;
        -webkit-transform: translateX(45px);
        transform: translateX(45px);
    }

.about_section .detail-box {
    text-align: center;
    padding: 35px 45px;
}

    .about_section .detail-box .heading_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }


    .about_section .detail-box p {
        margin-top: 10px;
    }

    .about_section .detail-box a {
        display: inline-block;
        padding: 10px 40px;
        background-color: #313131;
        border: 1px solid #313131;
        color: #ffffff;
        margin-top: 10px;
    }

        .about_section .detail-box a:hover {
            background-color: transparent;
            color: #313131;
        }

.character_section .heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
}

    .character_section .heading_container h2 {
        width: 100%;
        text-align: center;
        margin: 0;
    }

.character_section .subtitle h3 {
    width: 80%;
    text-align: center;
    margin: 0;
}

.character_section .character_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
    .character_section .character_container h4 {
        width: 100%;
        text-align: center;
        margin: 10px;
    }

    .character_section .character_container .box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.33%;
        flex: 0 0 31.33%;
        margin: 1%;
        position: relative;
        overflow: hidden;
    }

        .character_section .character_container .box img {
            width: 100%;
        }

        .character_section .character_container .box .link_box {
            position: absolute;
            left: 0;
            top: 100%;
            width: 100%;
            height: 100%;
            opacity: 0;
            background-color: #252525;
            color: #ffffff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            object-fit: fill;
        }

video {
    controls:true;
    height:100%;
    width:100%;
    margin: 0px;
    object-fit: fill;
}

.character_section .character_container .box .link_box h5 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.character_section .character_container .box .link_box h3 {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    margin: 25px;
}

.character_section .character_container .box .link_box a {
    display: inline-block;
    padding: 7px 35px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 15px;
}

    .character_section .character_container .box .link_box a:hover {
        background-color: #ffffff;
        color: #000000;
    }

.character_section .character_container .box:hover .link_box {
    top: 0;
    opacity: 1.9;
    margin: 0;
}

.game_section .heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.game_section .game_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 85%;
    margin: auto;
}

    .game_section .game_container .img-box {
        width: 600px;
        height: 338px;
        border-radius: 100%;
    }

        .game_section .game_container .img-box img {
            width: 100%;
        }

    .game_section .game_container .detail-box {
        margin-top: 25px;
    }

        .game_section .game_container .detail-box h5 {
            color: #1d1b28;
            margin-bottom: 15px;
        }

        .game_section .game_container .detail-box p {
            color: #1d1b28;
            margin: 20px;
        }

            .game_section .game_container .detail-box p img {
                width: 25px;
                margin: 3px 10px;
            }

        .game_section .game_container .detail-box img {
            width: 60px;
        }

.game_section .carousel-control-prev,
.game_section .carousel-control-next {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #313131;
    opacity: 1;
    top: 28%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

    .game_section .carousel-control-prev:hover,
    .game_section .carousel-control-next:hover {
        background-color: #000000;
    }

.game_section .carousel-control-prev {
    background-image: url(../images/prev.png);
    left: 15%;
}

.game_section .carousel-control-next {
    background-image: url(../images/next.png);
    right: 15%;
}

/* contact section */
.contact_section {
    position: relative;
}

    .contact_section .heading_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 35px;
    }

        .contact_section .heading_container h2 {
            margin: 0;
        }

    .contact_section input::-webkit-input-placeholder {
        color: #000;
    }

    .contact_section input:-ms-input-placeholder {
        color: #000;
    }

    .contact_section input::-ms-input-placeholder {
        color: #000;
    }

    .contact_section input::placeholder {
        color: #000;
    }

    .contact_section textarea {
        border: none;
        outline: none;
        height: 45px;
        width: 100%;
        margin: 10px 0;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
        padding-top: 15px;
        padding-left: 15px;
    }

    .contact_section input {
        border: none;
        outline: none;
        height: 45px;
        width: 95%;
        margin: 10px 0;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
        padding-left: 15px;
    }

    .contact_section textarea::-webkit-input-placeholder {
        color: #ac9784;
        text-transform: uppercase;
        font-size: 15px;
    }

    .contact_section input::-webkit-input-placeholder {
        color: #ac9784;
        text-transform: uppercase;
        font-size: 15px;
    }

    .contact_section input:-ms-input-placeholder {
        color: #ac9784;
        text-transform: uppercase;
        font-size: 15px;
    }

    .contact_section input::-ms-input-placeholder {
        color: #ac9784;
        text-transform: uppercase;
        font-size: 15px;
    }

    .contact_section input::placeholder {
        color: #ac9784;
        text-transform: uppercase;
        font-size: 15px;
    }

    .contact_section input.message_input {
        height: 100px;
    }

    .contact_section textarea {
        width: 95%;
        vertical-align: top;
        height: 100px;
    }

    .contact_section div.validate {
        font-size: 10px;
        color: red;
        float: left;
    }

    .contact_section div.clearBoth {
        clear: both;
    }


.contact_form-container {
    padding: 15px 15px 15px 15px;
}

    .contact_form-container button {
        border: none;
        background-color: #000;
        color: #fff;
        padding: 10px 55px;
        font-size: 15px;
        text-transform: uppercase;
        margin-top: 35px;
    }

.map_container {
    height: 350px;
}

    .map_container .map-responsive {
        height: 100%;
    }

/* contact section */
/* info section */
.info_section {
    background-color: #2e2e2e;
    color: #ffffff;
}

    .info_section h6 {
        font-weight: bold;
    }

    .info_section .info_logo h2 {
        font-size: 2.5rem;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
    }

    .info_section .info_contact {
        margin-top: 60px;
        margin-bottom: 45px;
    }

        .info_section .info_contact .col-md-4 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .info_section .info_contact a {
            color: #ffffff;
        }

        .info_section .info_contact img {
            max-width: 100%;
            margin-right: 10px;
        }

    .info_section .info_form {
        margin: 0 auto;
        margin-bottom: 45px;
    }

        .info_section .info_form h4 {
            text-transform: uppercase;
            text-align: center;
            margin-bottom: 20px;
        }

        .info_section .info_form form {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .info_section .info_form form input {
                background-color: #ffffff;
                border: none;
                -webkit-box-flex: 2.5;
                -ms-flex: 2.5;
                flex: 2.5;
                outline: none;
                color: #000000;
                min-height: 42.4px;
                padding-left: 15px;
            }

                .info_section .info_form form input ::-webkit-input-placeholder {
                    color: #ffffff;
                    opacity: 0.2;
                }

                .info_section .info_form form input :-ms-input-placeholder {
                    color: #ffffff;
                    opacity: 0.2;
                }

                .info_section .info_form form input ::-ms-input-placeholder {
                    color: #ffffff;
                    opacity: 0.2;
                }

                .info_section .info_form form input ::placeholder {
                    color: #ffffff;
                    opacity: 0.2;
                }

            .info_section .info_form form button {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                display: inline-block;
                padding: 9px 30px;
                background-color: #f89e12;
                border: 1px solid #f89e12;
                color: #ffffff;
                font-size: 15px;
                text-transform: uppercase;
            }

                .info_section .info_form form button:hover {
                    background-color: transparent;
                    color: #f89e12;
                }

    .info_section .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .info_section .info_social {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .info_section .info_social img {
            text-align: center;
            width: 35px;
            margin-right: 8px;
        }

/* end info section */

/* footer section*/
.footer_section {
    background-color: #ffffff;
    padding: 20px 15px;
}

    .footer_section p {
        margin: 0;
        text-align: center;
        color: #222222;
    }

    .footer_section a {
        color: #222222;
    }
