@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@font-face {
    font-family: 'Sakkal Majalla';
    src: url('../fonts/SakkalMajalla.woff2') format('woff2'),
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
    margin: 0;
}

.video-container {
    height: 90vh;
    width: 100vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
video{
    overflow-x: hidden;
}
.video-container video {
     width: 100%;
     height: 100%;
     position: absolute;
     object-fit: cover;
     z-index: 0;
     overflow: hidden;
     
}
.intro-video{
    filter: brightness(50%);
}
.video-container .caption {
    z-index: 1;
    position: relative;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-family: 'Sakkal Majalla';
    font-size: 3em;

}
.navbar{
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    margin-left: auto; 
    margin-right: auto; 
    width: 100%;
    padding: 20px 0px 20px 0px;
    z-index: 94;
    max-height: 90px;
}

.nav-container{
    width: 70%;
    margin: auto;
}
.navbar-scrolled {
    background: #1a1a1a;
    transition: .5s;
}
.navbar-scrolled a{
    color: #fff;
}
.logo{
    height: 50px;
    float: left;
}
.link-wrapper{
    margin-top: 15px;
    float: right;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}
.itr-lnk{
    position: relative;
    z-index: 2;
    color: #fff;
    font-family: 'Sakkal Majalla';
    margin: 0px 10px;
    font-size: 1.7em;
    text-decoration: none;
}
    .itr-lnk:hover {
        color: #3b90d1;
        cursor: pointer;
        border-bottom: 4px solid #3b90d1;
    }
.intro-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}





.mouse {
    width: 60px; 
    height: 60px; 
    z-index: 50; 
    margin-top: 150px;
    animation: bounce 2s infinite;
    animation-timing-function: ease;
    
}
@keyframes bounce {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-50px); }
    100% { transform: translateY(0); }
}


.testsec{
    display: flex;
    align-items: center;
    justify-content: center;
}
.contactsec {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.contact {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Sakkal Majalla";
}
.contactitem{
    margin: 0 50px 0 50px;
}
.contactsec .wrapper-content{
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    
}
.contactimg {
    max-height: 300px;
    -webkit-box-shadow: 8px 8px 40px -9px rgba(66, 68, 90, 1);
    -moz-box-shadow: 8px 8px 40px -9px rgba(66, 68, 90, 1);
    box-shadow: 8px 8px 40px -9px rgba(66, 68, 90, 1);
    border-radius: 5px;
}
/*border-top: 4px solid #fff; background-attachment: fixed; */
.wrapper{
    height:70vh;
    width:100%; 
}
.about-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #1a1a1a;
}
.abt-sec {
    width: 50%;
    font-family: "Sakkal Majalla";
    
    color: #fff !important;
}
.abt-l{
    
}
.abt-r{
    margin-left: 100px;

}
.abt-tit {
    text-align: right;
    font-size: 3em;
    margin: 0px;
}
.abt-subtit {
    text-align: right;
    margin: 0;
}
.abt-img{
    height: 400px;
    margin: auto;
}
.abt-desc{
    max-width: 60%;
    text-align: right;
    float: right;
    font-size: 1.5em;
}
.mmo{background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("../img/mmobg.jpg"); 
background-position: 0 -150px;}
.nadir {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url("../img/nadirbg.png");
    border-top: 4px solid #000;
}
.siege{
background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("../img/siegebg.jpg");
background-position: 0 -150px; 
}
.vsec-container {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.vsec-container video {
     width: 100%;
     height: 100%;
     position: absolute;
     object-fit: cover;
     z-index: 0;
     
}
.wrapper-content{
    position: absolute;
    top: 20%;
    left: 20%;
    font-family: 'Sakkal Majalla';
    max-width: 40%;
}
.section-title{
    color: #fff;
    font-size: 3em;
    margin: 10px 0px;
}
.section-subtitle{
    color: #fff;
    font-weight: lighter;
    font-size: 1.7em;
}
.btn-lrn{
    font-size: 1.9em;
    padding: 5px 55px;
    text-decoration: none;
    color: #000;
    font-family: 'Sakkal Majalla';
    border-radius: 5px;
    background: transparent;
    color: #fff;
    border: 3px solid #fff;
}
.btn-lrn:hover{
    transition: .3s;
    border: 3px solid #000;
    background: #fff;
    color: #000;
    cursor: pointer;
}
.footer-wrapper {
    display: flex;
    flex-direction: row;
    padding: 40px 0px;
    width: 80%;
    margin: 0 auto;
    color: #fff;
}
.ft-c{
    width: 33%;
}
.ft-c .logo{
}
.ft-l{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft-menu {
    list-style-type: none;
    padding: 0;
}
.ft-menu li a{
    text-decoration: none;
    font-size: 1.5em;   
    color: #fff;
}
footer {
    background: #1a1a1a;
    font-family: "Sakkal Majalla";
}
.ft-subt{
    font-size: 2em;
    
    margin: 10px 0px;
}
.ft-mail{
    font-size: 1.7em;
}
.ft-menu a:hover {
    color: #3b90d1;
}

.bg-tit{
    text-align: center;
    font-family: "Sakkal Majalla";
    font-size: 4em;
}

.popup-window {
    width: 80vw;
    height: 80vh;
    border-radius: 5px;
    border: 2px solid #aaaaaa;
    position: fixed;
    z-index: 95;
    top: 10%;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%, 0);
    background: #1a1a1a;

}
.popup-cover{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    width: 100vw;
    height: 100vh;
    z-index: 95;
    display: none;
}
.popup-header {
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "Sakkal Majalla";
    font-size: 3em;
    
    
}
.header-siege {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("../img/siegebg.jpg");
    background-position: center;
}
.header-mmo {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("../img/mmobg.jpg");
    background-position: center;
}
.header-nadir {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("../img/nadirbg.png");
    background-position: center;
}
.popup-content {
    width: 80%;
    margin: 20px auto;
    overflow: scroll;
    height: 80%;
    color: #fff;
    font-family: "Sakkal Majalla";
    padding: 30px;
}
.popup-content p{
    font-size: 1.4em;
}
.popup-content li{
    font-size: 1.4em;
}
.close-icon{
    position: absolute;
    right: 8px;
    top: 8px;
    width: 25px;
    height: 25px;
    padding: 20px;
}
.close-icon:hover{
    cursor: pointer;
}
#v1 {
    filter: brightness(50%);
    filter: hue-rotate(90deg);
}
.mailrow{
    font-size: 1.5em;
    margin: 5px;
}
.social-ico{
    width: 50px;
    height: 50px;
    margin: 10px;
}
.social-ico:hover{
    cursor: pointer;
}
.social{
    padding-bottom: 300px;
    text-align: center;
}
.social-title{
    font-size: 2.2em;
    margin-bottom: 10px;
}
.popup-window h4{
    margin-bottom: 10px;
}
.pitch-subtitle{
    font-size: 1.8em;
}
