body,
html {
    height: 100%;
    font-family: Arial!important;
}

html {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    color: #24212b;
    font-family: 'Fira Sans', sans-serif;
    background: #fff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial!important;
}

p {
    line-height: 1.6;
    margin: 0 0 1.8em 0;
    font-size: 0.9em;
}

a,
button {
    outline: none;
    transition: all 0.5s ease-out;
}

button:focus {
    outline: none;
}

img.w-100 {
    height: auto;
}

img {
    max-width: 100%;
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

}

#mainwrapper {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#headerwrapper {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.top-part-yellow {
    width: 100%;
    padding: 0.500em 0;
    background: #febd0f;
    /*background: #840ffe;*/
}

.top-bar-social {
    width: 100%;
    display: inline-block;
    text-align: right;
    padding: 0;
}

.top-bar-social ul {
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0;
    list-style-type: none;
}

.top-bar-social ul li {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 0.5em;
    border-radius: 100px;
    width: 1.667em;
    height: 1.667em;
    line-height: 1.667em;
    text-align: center;
    transition: all 0.5s ease-out;
    background: #fff;
}

.top-bar-social ul li a {
    font-size: 0.889em;
    color: #e8373b;
}

.top-bar-social ul li:hover {
    background: #febd0f;
}

.navbar-collapse {
    flex-basis: 0;
    flex-grow: 0;
}

.top-part-yellow .phone a,
.top-part-yellow .email a {
    color: #fff;
    font-size: 0.889em;
    padding: 0 0.5em 0 0;
    display: inline-block;
    text-decoration: none;
}

.top-part-yellow .phone a:hover,
.top-part-yellow .email a:hover {
    color: #e8373b;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5em;
    padding-left: 1.5em;
    color: #fff;
    font-size: 1em;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    background: #e86437;
    /*background: #e8375b;*/
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
    background: #febd0f;
    /*background: #840ffe;*/
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
    background: #febd0f;
}

.nav-link {
    padding: 0.7em 1em;
}

.navbar-brand img {
    position: absolute;
    top: -1.4em;
    z-index: 9;
}

.hero-banner {
    width: 100%;
    display: inline-block;
    position: relative;
    /*  background: url(../images/hero-bg.jpg) no-repeat center top;*/
}

.hero-banner img {
    width: 100%;
}

.hero-banner .container {
    max-width: 1600px;
}

.hero-img {
    position: relative;
    bottom: -5em;
}

.hero-banner .caption h1 {
    color: #febd0f;
    font-size: 4.000em;
    font-weight: 700;
    line-height: 1;
}

.hero-banner .caption h2 {
    color: #fff;
    font-size: 2.556em;
    font-weight: 300;
}

.hero-banner .caption p {
    color: #fff;
    font-size: 1.333em;
    font-weight: 300;
}

.hero-banner .caption {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.btn {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    /*background: #e8373b;*/
    background: rgba(254, 190, 15, 1);s
    padding: 0.6em 2em;
    margin-right: 0.6em;
    border-radius: 100px;
    /*-webkit-box-shadow: 0px 4px 0px 0px rgba(254, 190, 15, 1);*/
    /*-moz-box-shadow: 0px 4px 0px 0px rgba(254, 190, 15, 1);*/
    /*box-shadow: 0px 4px 0px 0px rgba(254, 190, 15, 1);*/
    font-weight: 500;
}

.btn:hover {
    background: #febd0f;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(232, 55, 59, 1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(232, 55, 59, 1);
    box-shadow: 0px 4px 0px 0px rgba(232, 55, 59, 1);
    color: #fff;
}

#middelwrapper {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.welcom-section {
    width: 100%;
    display: inline-block;
    padding: 4.444em 0 7.444em 0;
}

.welcom-section .container {
    max-width: 1600px;
}

.welcome-banner {
    /*width: 100%;*/
    display: inline-block;
    padding: 0 0 0 0;
    background: #f7f7f7;
    position: relative;
}

.welcome-banner::before {
    width: 100%;
    position: absolute;
    right: -3em;
    bottom: -3em;
    content: '';
    border: 1.000em solid #febd0f;
    z-index: -1;
    height: 100%;
}

.welcom-section .row {
    align-items: center;
    justify-content: center;
}

.welcom-section .welcome-content {
    padding: 5em 0 0 6em;
}

.welcom-section .welcome-content h2 {
    padding: 0 0 .7em 0;
    font-size: 2.222em;
    font-weight: 600;
    color: #e8373b;
    margin: 0;
    position: relative;
    margin-bottom: 0.8em;
    text-transform: uppercase;
}

.welcom-section .welcome-content h2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: #febd0f;
    width: 3em;
    height: 0.112em;
}

.welcom-section .welcome-content p {
    padding: 0 0 1em 0;
    font-size: 1em;
    font-weight: 400;
    color: #24212b;
    margin: 0;
    line-height: 1.667em;
}

.be-control-section {
    width: 100%;
    display: inline-block;
    padding: 4.444em 0 4.444em 0;
    background: #24212b url(../images/line-wav-bg.png) no-repeat center center;
}

.be-control-section h2 {
    padding: 0 0 .7em 0;
    font-size: 2.222em;
    font-weight: 600;
    color: #febd0f;
    margin: 0;
    position: relative;
    margin-bottom: 0.8em;
    width: 100%;
    text-align: center;
}

.be-control-section h2::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
    background: #febd0f;
    width: 3em;
    height: 0.112em;
    transform: translateX(-50%);
}

.be-control-section .box-part {
    margin: 3em 0 0 0;
}

.be-control-section .box-part .box {
    background: #840ffe;
    padding: 2em 1em 1em 1em;
    text-align: center;
    height: 100%;
}

.be-control-section .box-part .box h5 {
    padding: 1em 0 .7em 0;
    font-size: 1.444em;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.be-control-section .box-part .box h5::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
    background: #fff;
    width: 3em;
    height: 0.150em;
    transform: translateX(-50%);
}

.be-control-section .box-part .box p {
    padding: .7em 0 0 0;
    font-size: 0.889em;
    color: #fff;
    line-height: 1.444em;
}

.red-number-section {
    width: 100%;
    display: inline-block;
    padding: 4.444em 0 4.444em 0;
    background: #e8375b;
}

.red-number-section .box-part {
    margin: 3em 0 0 0;
}

.red-number-section .box-part .box {
    padding: 0;
    text-align: center;
    height: 100%;
}

.red-number-section .box-part .box.bdr {
    border-left: 0.063em solid #ffffff3d;
}

.red-number-section .box-part .box h5 {
    padding: 1em 0 .7em 0;
    font-size: 1.444em;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.red-number-section .box-part .box p {
    padding: 0em 0 0 0;
    font-size: 0.889em;
    color: #fff;
    line-height: 1.444em;
    margin: 0;
}

.red-number-section .box .icon {
    line-height: 1em;
    color: #febd0f;
    font-weight: 600;
    font-size: 6.667em;
    border: 0.024em solid #fff;
    display: inline-block;
    padding: 0.1em 0.4em;
    border-radius: 0.226em 0;
}

.gaming-experience-section {
    width: 100%;
    display: inline-block;
    padding: 4.444em 0 4.444em 0;
    background: #ffffff;
}

.gaming-experience-section h2 {
    padding: 0 0 .7em 0;
    font-size: 2.222em;
    font-weight: 600;
    color: #24212b;
    margin: 0;
    position: relative;
    margin-bottom: 0.8em;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
}

.gaming-experience-section h2::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
    background: #febd0f;
    width: 3em;
    height: 0.112em;
    transform: translateX(-50%);
}

.gaming-experience-section .icon-box {
    width: 100%;
    background: #f5f5f5;
    padding: 1.5em;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.gaming-experience-section .icon-box .icon {
    width: 6.389em;
    float: left;
    text-align: center;
}

.gaming-experience-section .icon-box .right {
    width: calc(100% - 6.389em);
    float: left;
    padding-left: 1em;
}

.gaming-experience-section .icon-box h4 {
    padding: 0;
    font-size: 1.333em;
    color: #24212b;
    text-transform: uppercase;
    font-weight: 600;
}

.gaming-experience-section .icon-box p {
    padding: 0em 0 0 0;
    font-size: 0.889em;
    color: #24212b;
    line-height: 1.444em;
    margin: 0;
}

.gaming-experience-section .col-md-6 {
    margin-bottom: 1.3em;
}

.gaming-experience-section .row {
    margin-top: 4.44em;
}

.carousel-section {
    width: 100%;
    display: inline-block;
    padding: 4.444em 0 4.444em 0;
    background: #24212b;
}

.carousel-section .carousel .box .images img {
    width: 100%;
}

.carousel-section .carousel .box h5 {
    padding: 0.5em;
    font-size: 1.333em;
    color: #febd0f;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    text-align: center;
    border: 0.063em solid #febd0f;
    margin-top: 0.5em;
}

#footerwrapper {
    width: 100%;
    display: inline-block;
    margin: 0 0 0 0;
    background: #100e15 url(../images/footer-bg.jpg) no-repeat center center;
    padding: 2.889em 0 0 0;
}

.footer {
    padding-bottom: 1.5em;
}

.footer .social-menu {
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0;
    list-style-type: none;
}

.footer .social-menu li {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 0.3em;
    border-radius: 100px;
    width: 1.667em;
    height: 1.667em;
    line-height: 1.667em;
    text-align: center;
    transition: all 0.5s ease-out;
    background: #fff;
}

.footer .social-menu li a {
    font-size: 0.889em;
    color: #e8373b;
}

.footer .social-menu li:hover {
    background: #febd0f;
}

.footer h6 {
    padding: 0 0 1em 0;
    font-size: 1.111em;
    color: #febd0f;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    margin-bottom: 1em;
}

.footer h6::before {
    position: absolute;
    left: 0%;
    bottom: 0;
    content: '';
    background: #febd0f;
    width: 3em;
    height: 0.112em;
}

.footer p {
    padding: 0em 0 1.5em 0;
    font-size: 0.889em;
    color: #fff;
    line-height: 1.444em;
    margin: 0;
}

.footer-menu {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style-type: none;
}

.footer-menu li {
    width: 100%;
    display: inline-block;
    padding: 0.3em 0 0.3em 1.5em;
    position: relative;
}

.footer-menu li::before {
    width: 0.4em;
    height: 0.4em;
    content: '';
    position: absolute;
    left: 0;
    top: 0.7em;
    background: #febd0f;
    border-radius: 100px;
}

.footer-menu li a {
    color: #fff;
    text-decoration: none;
}

.footer-menu li a:hover {
    color: #febd0f;
    text-decoration: none;
}

.copyright {
    width: 100%;
    display: inline-block;
    padding: 1em 0 1em 0;
    border-top: 0.063em solid #ffffff30;
    color: #fff;
    font-size: 0.889em;
    font-weight: 400;
}

.copyright a {
    color: #fff;
    text-decoration: none;
}

.copyright a:hover {
    color: #febd0f;
    text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 1em;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .8em;
    padding-left: .8em;
}

.copyright .col-lg-6.text-end {
    text-align: right;
}

.inner-page-section {
    width: 100%;
    display: inline-block;
    padding: 3.5em 0 4.444em 0;
    background: #24212b;
}

.inner-page-section h1 {
    width: 100%;
    font-size: 2.7em;
    font-weight: 600;
    color: #e8373b;
    border-bottom: 0.040em solid #e8373b;
    padding: 0.5em 0 0.3em 0;
}

.inner-page-section.privacy h1 {
    margin-bottom: 0.7em;
    display: inline-block;
}

.inner-page-section h2 {
    width: 100%;
    font-size: 2em;
    padding: 0.5em 0;
    color: #f5b200;
    margin: 0;
}

.point-list {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.point-list ul {
    margin: 0 0 0 0.5em;
}

.point-list li {
    width: 100%;
    display: flex;
    padding: 0.5em 0;
    font-size: 0.889em;
    color: #fff;
    line-height: 1.733em;
}

.point-list li span {
    padding: 0 1em 0 0;
}

.point-list li span i {
    font-size: 1.4em;
    color: #e8373b;
}

.inner-page-section .card {
    background-color: #101012;
    padding: 1em;
    border-radius: 0;
}

.inner-page-section p {
    color: #fff;
}

.inner-page-section .address {
    color: #f5b200;
    font-size: 1em;
    font-weight: 500;
}

.inner-page-section a {
    color: #f5b200;
    text-decoration: none;
    display: contents;
}

.inner-page-section .card p {
    color: #fff;
    margin: 0;
}
