@font-face {
  font-family: 'Inter-Bold-Italic';
    src:  url('../fonts/Inter-Bold-Italic.ttf.woff') format('woff'),
    url('../fonts/Inter-Bold-Italic.ttf.svg#Inter-Bold-Italic') format('svg'),
    url('../fonts/Inter-Bold-Italic.ttf.eot'),
    url('../fonts/Inter-Bold-Italic.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
body{
	font-family: 'Inter-Bold-Italic';  
	font-size:15px;
    background: #000000;
}
.VideoBg{
    background: none;
    position: relative;
    height:auto!important;
}
#video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    width: 100%;
    object-fit: cover;
}
.Banner {
    background-image: url(../images/Banner.webp);
    height: 880px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.BannerContent{
    text-align: center;
    padding:32% 28% 10%;
}
.BannerContent h1 {
    font-family: 'Inter';
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
    position: relative;
    font-size: 70px;
    letter-spacing: 1px;
    margin: 15px 0px;
}
.BannerContent p {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}
.BannerContent img{
    width: 30%;
    cursor: pointer;
}
#nav-header{
        z-index:1000; 
    }

    #nav-bar{
        position:relative;
        height:145px;
        width:100%;
        z-index:1000;
        
    }

    #nav-bar.top-bar{
        position:absolute;
        /*background-color:transparent;*/
        margin:auto; 
        left:0; 
        right:0;
    }

    #nav-bar.top-bar.stick-it{
        position:fixed;
        height:145px; 
        width:100%;
        background-color:#FFF;
        z-index:1500;
        /*-webkit-transform: translateZ(0);*/
    }

    #nav-bar.bottom-bar.inside{
        position:absolute;
        /*background-color:transparent;*/
        bottom:0;
    }

    #nav-bar.bottom-bar.outside{
        position:absolute;
        /*background-color:transparent;*/
        bottom:-145px;
    }

    #nav-bar.bottom-bar.stick-it{
        position:fixed;
        height:145px; 
        width:100%;
        background-color:#FFF;
        z-index:1500;
        top:0;
        bottom:auto;	
    }

    #nav-bar.transparent{
        /*position:relative;*/ 
        background-color:transparent;
    }

    #nav-bar.block-color{
        /*position:relative; */ 
        background-color:#FFF;
    }

    .logo-wrapper{
        position:relative; 
        width:100px; 
        height:100px; 
        margin-top:40px; 
    }

    #nav-menu{	
        list-style-type:none; 
        margin:0; 
        padding:45px 0 0 0;
        font-family: 'Oswald', sans-serif;
        font-size:13px;
        z-index:1000;
    }

    #nav-bar.nav-center .logo-wrapper{
        position:absolute; 
        margin:auto; 
        top:0; 
        bottom:0; 
        left: 42%;
        right: 48%;
    }

    #nav-bar.nav-center #nav-menu{
        text-align:center; 
    }

    #nav-menu > li{
        position:relative;
        display:inline;	
    }

    #nav-menu > li.first-child:before{
        content: "";
        margin-left: 0;
    }

    #nav-menu > li a{
        font-family: "Purple Purse", serif;
        font-weight: 400;
        font-size:20px;
        display:inline-block;
        padding:20px 10px;
        color:#fff;
        text-decoration:none;
    }

    #nav-menu > li a:hover{
        color:#FF6909;
    }

    .transparent #nav-menu > li a{
        color:#FFF;
    }

    .transparent #nav-menu > li a:hover{
        color:#FF6909;
    }

    .transparent.stick-it #nav-menu > li a{
        color:#666
    }

    .split-margin{
        margin-left:100px;
    }

    #nav-menu ul{
        position:absolute;
        display:none;
        width:200px;	
        left:0;
        list-style-type:none;
        padding:0;
        text-align:left;
        border-top:solid 3px #FF6909;
    }

    #nav-menu li:hover > ul{
        display:block;
    }

    #nav-menu ul li{
        position:relative;
        width:100%;
    }

    #nav-menu ul li a{
        display:block;
        width:100%;
        background-color:#FFF;
        border-bottom:solid thin #f4f2f2;
    }   

    #nav-menu ul li a:hover{
        background-color:#FF6909;
        border:none;
        color:#FFF;
    }

    .transparent #nav-menu ul li a{
        color:#666;
    }

    .transparent #nav-menu ul li a:hover{
        color:#FFF;
    }

    #nav-menu li > ul li a:after { 
        content: '>'; 
        position:absolute;
        right:15px;
    } 

    #nav-menu li > ul li a:only-child:after { 
        content: ''; 
    }

    #nav-menu ul ul{
        top:0;
        left:100%;
        border:none;
    }

    #mobile-nav{
        display:none;
    }

    #mobile-nav,
    .transparent.stick-it #mobile-nav{
        color:#666;
    }

    .transparent #mobile-nav{
        color:#FFF;
    }

    @media screen and (max-width: 768px) {	
        .hideOverflowOnMobile {
            overflow-x: hidden; 
        }
         #ContactUs .hideOverflowOnMobile {
            overflow-x: initial;
        }
       
        .BannerContent {
            text-align: center;
            padding: 60% 15px 20%;
        }
        .BannerContent h1 {
            font-size: 45px;
        }
        .BannerContent img {
            width: 40%;
        }
        #video {
           height:750px;
        }
        .VideoBg{
            background: none;
            position: relative;
        }
        #nav-bar{
            height:100px;
        }
        #nav-bar-sticky-wrapper{
            height:100px !important;
        }
        #nav-bar.top-bar.stick-it{
            height:100px; 	
        }
        #nav-bar.bottom-bar.stick-it{
            height:100px; 	
        }
        #nav-bar.bottom-bar.outside{
            bottom:-100px;
        }
        #nav-bar.fluid-width #nav-wrapper,
        #nav-bar.fixed-width #nav-wrapper{
            padding:20px 30px
        }
        .logo-wrapper{
            margin:0;
        }
        #nav-menu { display: none }
        #nav-menu.sidebar {display:block}	
        #nav-menu.open { display: block; }
        #nav-menu,
        .bottom-bar.transparent #nav-menu{	
            list-style-type:none; 
            margin:0; 
            padding:0 !important; 
            position:absolute;
            left:0;
            top:100%;
            clear:both !important;
            text-align:left !important;
            width:100% !important;
            background-color:#FFF;
            height:auto;
            overflow:auto;
        }
        .transparent #nav-menu {
            background: transparent;
            width: 100%!important;
            position: absolute;
            margin: auto;
            top: 100%;
            right: 0;
            z-index: 9999;
            margin-top: 20px;
            background-image: url(../images/LetsWorkBg.webp);
            background-size: 105% 105%;
            background-repeat: no-repeat;
            background-position: left;
            padding: 10% 15% 25%!important;
        }
        .transparent.stick-it #nav-menu{
            width:100% !important;
        }
        #nav-bar.nav-center .logo-wrapper{
            position:relative;
            float:left;	
            left:35%;
            right:35%;
        }
        #nav-menu, #nav-menu ul{
            -webkit-overflow-scrolling : touch;
        }
        #nav-menu li{
           position: relative;
            text-align: center;
        }
        #nav-menu li a{
            font-size: 18px;
            padding: 12px 10px;
            letter-spacing: 1px;
            display:block;
            width:100%;
            color:#666;
            border-bottom:solid thin #f4f2f2;
        }
        .transparent #nav-menu li a {
            color: #fff;
            border-bottom: 0;
            border-radius: 10px;
            margin-bottom: 2px;
        }
        #nav-menu li a:hover{
            color:#FFF;
        }
        #nav-menu li:before{
            content: '';
        }
        .first-child-margin,
        .last-child-margin,
        .split-margin{
            margin:0
        }
        #nav-menu ul{
            display:block;
            width:100%;
            position:relative;
            top:0;
            text-align:left;
            border-top:none;
        }
        #nav-menu li > ul li a:before{ 
            content: '-';
            padding-right:10px;
        } 
        #nav-menu li > ul li a:after { 
            content: '';
        } 
        #nav-menu ul ul{
            display:block;
            width:100%;
            position:relative;
            top:0;
            left:0;
            border:none;
        }
        #nav-menu ul ul li a:before{ 
            content: '- -';
            padding-right:10px;
        } 
        #nav-menu ul ul ul li a:before{ 
            content: '- - -';
            padding-right:10px;
        } 
        #mobile-nav{
            display:block;
            position:relative;
            float:right;
            font-size:28px;
            margin-top:12px;
            z-index:1000;
        }
        .transparent #mobile-nav{	
            color:#FFF;
        }
        .transparent.stick-it #mobile-nav{
            color:#666;	
        }
    }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .Banner {
            height: 650px!important;
            background-size: 100% 100%;
        }
        .BannerContent {
            padding: 20%;
        }
        #video {
            height: 500px;
        }
        #nav-bar.nav-center .logo-wrapper{
            left:44%;
        }
    }
#AboutUs {
    padding: 5% 5% 6%;
    background-image: url(../images/AboutUs.webp);
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: bottom right;
}
#AboutUs h2, #GamingUpdate h2, #WhyUs h2,#BestPartners h2,#Publishing h2,#LetsWork h2,#MediaNews h2,#ContactUs h2{
    font-size:30px;
    padding:5px 0px;
    font-weight:700;
    color:#fff;
    line-height:42px;
    margin:0px;
}
#AboutUs p, #GamingUpdate p, #WhyUs p, #BestPartners p, #LetsWork h5,#ContactUs p{
    font-family: 'Inter';
    font-size:16px;
    text-align: justify;
    font-weight:400;
    color: #C5C5C5;
    line-height:20px;
}
#GamingUpdate ul li{
    font-size: 16px;
    color: #C5C5C5;
    font-family: 'Inter';
    line-height: 20px;
    margin: 10px 0px;
}
@media screen and (max-width: 768px) {	
    #AboutUs{
        background-image:none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #AboutUs{
        background-image:url(../images/AboutUs.webp);
        background-size: 40%;
    }
    #AboutUs .DesktopHide {
        display:none;
    }
}

#GamingUpdate {
    padding: 5% 0px 5%;
    background-image: url(../images/LatestGamingUpdates.webp);
    background-size: 42%;
    background-repeat: no-repeat;
    background-position: left;
}
.DesktopHide{
    display:none;
}
.MobileHide{
    display:block;
}
@media screen and (max-width: 768px) {	
    #GamingUpdate h2{
        font-size: 26px;
        width: 75%;
        line-height: 35px;
    }
    #GamingUpdate{
        padding: 5% 0px;
        background-image:none;
    }
    .DesktopHide{
        display:block;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #GamingUpdate{
        background-image:url(../images/LatestGamingUpdates.webp)
    }
    #GamingUpdate .DesktopHide {
        display:none;
    }
}
#WhyUs{
    margin-top: -5%;
}
#WhyUs .BeforeBg{
    margin-bottom:-2%;
}
#WhyUs .AfterBg{
    margin-top:-8%;
    width:100%;
}
#WhyUs p{
    text-align: center;
}
#WhyUs p span{
    color:#e06400;
}
#WhyUs h3{
    font-family: 'Inter';
    font-size:18px;
    color:#e06400;
}
.LastPara{
    padding:0px 18%;
}

@media screen and (max-width: 768px) {	
    #WhyUs h2{
        font-size: 26px;
        line-height: 35px;
    }
    #WhyUs .AfterBg{
        margin-top:0px;
    }
    #WhyUs p{
        line-height:25px;
    }
    .LastPara{
        padding:0px;
    }
}
#BestPartners{
    margin-top:-5%;
}
#BestPartners .col-md-3 img{
    width:75%;
    margin:10px 0px;
}
#BestPartners .para, #Publishing .para{
    font-size:15px;
}
.BestPartnersContent {
    background-image: url(../images/BestPartners.webp);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: right;
    padding: 8% 0px 5%;
}
.BestPartnersContent ul{
    padding:0px;
    margin:0px;
}
.BestPartnersContent ul li {
    width: 45%;
    display: flex;
    float: left;
    padding: 15px;
}
@media screen and (max-width: 768px) {
    #BestPartners {
        margin: 10% 0px;
    }
     #BestPartners h2{
        font-size: 26px;
        line-height: 35px;
    }
    .BestPartnersContent{
        background-image:none; 
        padding: 0px;
    }
    .BestPartnersContent ul li {
        width: 50%;
        padding: 15px 0px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #WhyUs .AfterBg {
        margin-top: -50px;
    }
    #BestPartners {
        margin: 0px 0px 40px;
    }
    #BestPartners .DesktopHide {
        display:none;
    }
    .BestPartnersContent{
        background-image:url(../images/BestPartners.webp)
    }
}
#Publishing {
    padding:20px 0px;
}
#Publishing h3 {
    color: #CE5700;
    font-size: 18px;
    padding: 10px 0px;
    margin: 0px;
}
#Publishing h6 {
    color: #C5C5C5;
    font-size: 15px;
}
#Publishing  p{
    font-family: 'Inter';
    font-size:15px;
    text-align: justify;
    font-weight:400;
    color: #C5C5C5;
    line-height:20px;
}
#Publishing i {
    color: #CE5700;
    padding-right: 5px;
}
#Publishing img{
    border-radius: 15px;
}
@media screen and (max-width: 768px) {
     #Publishing h2{
        font-size: 26px;
        line-height: 35px;
    }
}
#LetsWork {
    padding:30px 0px;
}

#LetsWork .col-md-4:first-child {
    background-image:none;
}
.LetsWorkContent {
    text-align: center;
    padding: 15% 15% 12%;
    background-image: url(../images/LetsWorkBg.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    margin-bottom: 20px;
}
.LetsWorkContent h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}
.LetsWorkContent ul {
    padding: 0px;
    list-style: circle;
}
.LetsWorkContent ul li {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    margin: 10px 0px;
}
.ReadMore img{
    width:40%;
    margin:auto;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
     #LetsWork h2{
        font-size: 26px;
        line-height: 35px;
    }
}
#MediaNews .ReadMore{
    width:20%;
}
#MediaNews h3 {
    color: #fff;
    font-size: 20px;
    padding: 10px 0px;
    margin: 0px;
}
#MediaNews p {
    font-family: 'Inter';
    font-size: 15px;
    text-align: justify;
    font-weight: 400;
    color: #C5C5C5;
    line-height: 20px;
    margin: 0px;
}
#MediaNews hr {
    border:1px dotted #ff751da3;
    margin:10px 0px; 
}
.entry-meta {
    color: #7884ac;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin: 0px;
}
.entry-meta ul li {
    display: inline-block;
    list-style-type: none;
    position: relative;
    margin-right: 20px;
    margin-bottom: 0px;
    color: #D9D9D9;
    font-weight: 100;
    font-size: 12px;
}
.entry-meta ul li:first-child {
    padding-right: 20%;
}
.media-category {
    position: relative;
    padding: 4px 10px;
    font-weight: 500;
    margin-bottom: 0px;
    border-radius: 5px;
}
.media-category span {
    color: #D9D9D9;
}
.media-category span i {
    color: #FF751F;
    margin-right: 5px;
}

.MediaBox {
    background: #fffafa0f;
    width: 100%;
    box-shadow: 0px 1px 1px 1px #72568d4d;
    height: 135px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.MediaBoxLeft {
    float: left;
    width: 35%;
}
.MediaBoxLeft img {
    height: 140px;
    width: 100%;
    border-radius: 20px;
}
.MediaBoxRight {
    float: right;
    width: 63%;
    margin-left: 10px;
    padding: 10px;
}
.MediaBoxRight .ReadMore {
    width: 25%!important;
}
.MediaBoxRight h3 {
    font-size: 15px!important;
}
.MediaBoxRight hr {
    margin: 0px!important;
}
@media screen and (max-width: 768px) {
     #MediaNews h2{
        font-size: 26px;
        line-height: 35px;
    }
    #MediaNews .mt-5 {
        margin-top: 2rem!important;
    }
    #MediaNews .MobileHide{
        display:none;
    }
    .MediaBoxLeft {
        width: 34%;
    }
    .MediaBoxRight{
        width: 63%;
    }
    .MediaBoxRight .ReadMore {
        width: 40%!important;
    }
    .entry-meta ul li:first-child {
        padding-right: 15%;
    }
    .entry-meta ul li{
        padding: 5px 0px;
        margin-right: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #MediaNews .MobileHide {
        display: block;
    }
    .MediaBoxRight {
        width: 60%;
    }
    .entry-meta ul li:first-child {
        padding-right: 5%;
    }
    .MediaBoxRight h3 {
        font-size: 13px!important;
    }
}
#ContactUs{
    padding:80px 0px;
}
#ContactUs .col-md-4 img{
    width:80%;
    margin:auto;
}
.ContactUsBox {
    background: #101010;
    border-radius: 5px 160px 5px 5px;
    padding: 25px 40px;
    width: 80%;
}
.ContactUsBox h3{
    font-size: 22px;
    padding: 5px 0px;
    font-weight: 700;
    color: #D2CDCD;
    line-height: 30px;
    margin: 0px;
}
.ContactUsBox h3:after {
    content: "";
    display: block;
    width: 65px;
    height: 2px;
    margin: 5px 0px 15px;
    background-color: #ff6909;
}

 .ContactUsBox .form-control {
    font-family: 'Inter';
    font-size: 14px;
    background: #101010;
    border: 0px;
    border-radius: 0px;
    color: #6f777e;
    padding: 0px;
    border-bottom: 1px solid #ff690973;
}
.PublishForm .form-control {
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #fff;
    height: calc(1.5em + 0.75rem + 10px);
}
.form-control:focus{
    box-shadow:none;
}
::-ms-input-placeholder { /* Edge 12-18 */
  color: #FFFFFFCC;
}

::placeholder {
  color: #FFFFFFCC;
}
.ContactUsBox img{
    width:35%!important;
}
#contactFormBtn{
    text-align: left;
    border:0px;
    padding: 0px;
    transition:none;
    box-shadow:none;
}
#contactFormBtn.focus{
    box-shadow:none;
    padding:0px
}
.ContactUsAfter {
    position: absolute;
    bottom: -10%;
    right: -5%;
    width: 70%;
    text-align: right;
}
.PublishForm .ContactUsAfter{
    right: -15%;
    text-align: right;
}
.careerform .ContactUsAfter{
    right: -15%;
    text-align: right;
}
.ContactUsAfter img{
    width:60%;
}
.careerform .ContactUsAfter img{
    width:45%;
}
.PublishForm .ContactUsAfter img{
    width:45%;
}
.PublishForm .ContactUsBox img {
    width: 20%!important;
}

@media screen and (max-width: 768px) {
    #ContactUs {
        padding: 20px 0px;
    }
     #ContactUs h2{
        font-size: 26px;
        line-height: 35px;
    }
    #ContactUs .MobileHide{
        display:none;
    }
    .ContactUsBox {
        background: #101010;
        border-radius: 5px 160px 5px 5px;
        padding: 30px;
        width: 100%;
    }
    .ContactUsBox img {
        width: 40%!important;
    }
    .ContactUsBox h3 {
        font-size: 20px;
    }
    .ContactUsAfter {
        bottom: -20%;
        right: 0;
        width: 80%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #ContactUs {
        padding: 50px 0px;
    }
    #ContactUs .col-md-4 img {
        width: 100%;
    }
    #ContactUs .MobileHide {
        display: Block;
    }
    #ContactUs .hideOverflowOnMobile {
        overflow-x: initial;
    }
}
#SocialMedia{
    padding:5% 0px 40px;
}
.bg-transparent div {
    width: 24.8%;
    color: #FFFFFF;
    padding: 10px;
    background-color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    #SocialMedia{
        padding:20% 0px 40px;
    } 
    .bg-transparent div{
        padding: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #SocialMedia {
        padding: 15% 0px 40px;
    }
}
#Footer{
    position: relative;
}
.FooterContent div {
    width: 25%;
    font-family: 'Inter';
    color: #ADADAD;
}
.FooterContent .video {
    width: 60%;
    margin: auto;
}
.FooterContent h4{
    font-size: 18px;
    padding: 5px 0px;
    font-weight: 700;
    color: #D2CDCD;
    line-height: 30px;
    margin: 0px;
}
.FooterContent p{
    font-size:14px;
    color:#ADADAD;
}
.footer-bottom{
    background: #222222;
    padding: 10px;
    border-radius: 20px 20px 0px 0px;
}
.footer-bottom p {
    font-family: 'Inter';
    font-size: 13px;
    color: #D2CDCD;
    margin: 0px;
    padding: 5px 20px;
}
.footer-bottom p a{
    color: #e06400;
}
.Before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10%;
    height: auto;
    z-index: 99;
}
.After {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10%;
    height: auto;
    z-index: 99;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media screen and (max-width: 768px) {
    #Footer .px-5{
        padding:0px!important;
        padding-bottom:15px!important;
    }
    #Footer .MobileHide{
        display:none;
    }
    .FooterContent div {
        width: 100%;
        padding:5px 0px;
    }
    #Footer .mx-5{
        margin:0px!important;
    }
    .footer-bottom p{
        font-size: 12px;
        text-align:left!important;
        padding:5px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #Footer .MobileHide {
        display: block;
    }
}

#PrivcayPolicy{
    padding: 30px 0px;
    color:#fff;
}
#PrivcayPolicy h2{
    font-size: 22px;
    padding: 5px 0px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    margin: 0px;
}
#PrivcayPolicy h3, #PrivcayPolicy h4{
    font-size: 22px;
    padding: 5px 0px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    margin: 0px;
}
#PrivcayPolicy h4{
    font-size: 20px;
}
#PrivcayPolicy p, #PrivcayPolicy li{
    font-family: 'Inter';
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
    color: #C5C5C5;
    line-height: 20px;
}