@media only screen and (orientation:portrait){

body
    {
        background-color: #000;
    }
    
.row
    {
        margin: 0;
    }
    
.nav-wrapper
    {
        padding: 0 6vw 5vh 6vw;
        font-weight: 600;
        
    }
    
.nav-wrapper a
    {
        color: #fff;
        padding: 0 0 5vh 70vw;
        font-size: 15vw;
    }

nav {
	position: fixed;
  top: 0;
    padding: 2vh 3.5vw;
    z-index: 15;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,0.8), rgba(0,0,0,0));
    height: 11vh;
    
}
    
.brand-logo img {
        
        height: 6.5vh;
    }
    

    
/* background */
    
.bg[data-active="false"]
    {
        display: none;
    }
    
video
{
    top: 0;
    width: 100vw; 
    max-height: 100vh;
    z-index: 0;
    position: absolute;
}


    
/* texts */
    
h1
    {
        font-family: 'Bebas Neue', sans-serif;
        font-style: normal;
        font-weight: 500;
        color: #FFF;
        font-size: 7vh;
        letter-spacing: 0.6vw;
        padding-bottom: 2vw;
        padding-left: 5vw;
         padding-right: 5vw;
    }

p
    {
        
        font-family: 'Roboto', sans-serif;
        color: #FFF;
        font-size: 3.8vw;
        line-height: 7.5vw;
        padding-left: 5vw;
         padding-right: 5vw;
    }
    
/*buttons*/
    
.button {
    height: auto;
    width: 100%;
    padding: 1vh;
    margin: 0.6vh;
    font-size: 3vh;
    position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 10vw;
font-family: 'Bebas Neue', sans-serif;
font-style: normal;
font-weight: 500;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

    
.primary
    {
        background-color: #E00000;
        border: 2px solid #E00000;
          color: white;
    }

    
.secondary
    {
        background-color: transparent;
        border: 2px solid #FFFFFF;
        color: white;
    }
    

/*sections*/    
    

.header
    {
        z-index: 5;
        height: 100vh;
        width: 100vw;
        position: relative;
        background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0.8), rgba(0,0,0,0));
        padding-top: 53vh;
        
    }
    
.mobile img
    {
        padding: 2vw;
        width: 90vw;
    }
    
.sub-header
    {
        z-index: 5;
        height: auto;
        width: 100vw;
        position: relative;
    }    
    
#row-2
    {
        background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,0), rgba(0,0,0,0)), url(../graphics/sub-header.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 130%;
        height: auto;
        padding-top: 35vh;
    }


.full-page
    {
        z-index: 5;
        height: 100vh;
        width: 100vw;
        position: relative;
    }

.full-page p
    {
        text-align: center;
    }
    
.full-page img
    {
        width: 100%;
    }
    
#row-5
    {
        background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,1)), url(../graphics/shan-ashik.png);
        background-position: 60% center;
        background-repeat: no-repeat;
        background-size: auto 100vh;
        padding-top: 38vh;
    }
    
#row-6
    {
        background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,1)), url(../graphics/experience-airport.png);
        background-position: 27% center;
        background-repeat: no-repeat;
        background-size: auto 100vh;
        padding-top: 18vh;
    }
    
.campaign
    {
        z-index: 5;
        height: 100vh;
        width: 100vw;
        position: relative;
        align-content: center;
        padding-top: 30vh;
    }
    
#row-7
    {
        background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,0.8), rgba(0,0,0,0), rgba(0,0,0,1)), url(../graphics/campaign-image.png);
        background-position: -60vw top;
        background-repeat: no-repeat;
        background-size: 170%;
    }
    
.campaign img
    {
        padding: 2vh;
        width: 90%;
        
    }
    
.footer
    {
        z-index: 5;
        background-color: #000;
        height: 70vh;
        width: 100vw;
        position: relative;
        padding-top: 15vh;
    }
    
.follow i
    {
        color: #E00000;
        font-size: 7vw;
        padding: 0 1.5vw;
    }
    
.trademark {
    z-index: 5;
    padding-top: 3.5vh;
    background-color: #000;
    height: 15vh;
    width: 100vw;
    position: relative;
    font-size: 2.2vw;
    text-align: center; 
    color: #FFF;}
    .trademark a {
      text-decoration: none;
        font-weight: bold;
      color: white; }


}

/*---------------------------------------------------------------*/



@media only screen and (orientation:landscape){    

body
    {
        background-color: #000;
    }
    
.row
    {
        margin: 0;
    }
    
.nav-wrapper
    {
        padding: 0 10vw 0 10vw;
        font-weight: 600;
    }
    
.nav-wrapper a
    {
        color: #fff;
        padding-top: 3.5vh;
        padding-bottom: 3.5vh;
    }

nav {
	position: fixed;
  top: 0;
    z-index: 15;
    background-color: transparent;
}

nav ul li.active {
    background-color: rgba(211,0,0,1);
    height: 0.7vh;
}
  
nav ul a
    {
        color: #007bff;
        padding-top: 3.5vh;
        padding-bottom: 3.5vh;
    }
    
nav ul a:hover
    {
        text-decoration: underline;
        color: #D30000 !important;
    }
    
.brand-logo img {
        
        height: 4.5vw;
    }
    
/* background */
    
.bg[data-active="false"]
    {
        display: none;
    }

.overlay-bg
    {
        background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0.5), rgba(0,0,0,0), rgba(0,0,0,0));
        z-index: 5;
        width: 100vw;
        height: auto;
        position: relative;
    }
    
.overlay-on-off
    {
        background-color: #000;
        z-index: 2;
        width: 100vw;
        height: 100vh;
        position: fixed;
        opacity: 0;
    }
    
video
{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto; 
    max-height: 100vh;
    z-index: 0;
}
    
#sub-header-pic
    {
        position: fixed;
        width: 100vw; 
        height: 100vh;
        z-index: 0;
        background-image: url(../graphics/shan-ashik.png);
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: right;
    }
    
#game-pic
    {
        position: fixed;
        width: 100vw; 
        height: 100vh;
        z-index: 0;
        background-image: url(../graphics/experience-airport.png);
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: right;
    }
    
/* texts */
    
h1
    {
        font-family: 'Bebas Neue', sans-serif;
        font-style: normal;
        font-weight: 500;
        color: #FFF;
        font-size: 4.7vw;;
        padding-bottom: 1vw;
    }

p
    {
        
        font-family: 'Roboto', sans-serif;
        color: #FFF;
        font-size: 1.85vw;
        line-height: 3.2vw;
        margin: 4vh 0;
    }
    
/*buttons*/
    
.button {
    height: auto;
    width: 22vw;
    padding: 0.5vw 1vw;
    margin: 0.6vw;
    font-size: 1.8vw;
    position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 2vw;
font-family: 'Bebas Neue', sans-serif;
font-style: normal;
font-weight: 500;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
    
.button:hover {
    height: auto;
    width: 22vw;
    padding: 0.5vw 1vw;
    margin: 0.6vw;
    font-size: 1.8vw;
    position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
    border-radius: 2vw;
  font-family: 'Bebas Neue', sans-serif;
font-style: normal;
font-weight: 500;
  cursor: pointer;
}
    
.primary
    {
        background-color: #E00000;
        border: 2px solid #E00000;
          color: white;
    }
    
.primary:hover
    {
        background-color: #FFFFFF;
        border: 2px solid #FFFFFF;
          color: #E00000;
    }
    
.secondary
    {
        background-color: transparent;
        border: 2px solid #FFFFFF;
        color: white;
    }
    
.secondary:hover
    {
        background-color: transparent;
        border: 2px solid #E00000;
        color: #E00000;
    }
    
.float
    {
        position: -webkit-sticky;
        position: sticky;
        top: 45vh;
        opacity: 1 !important;
        z-index: 10;
    }
    

/*sections*/    

.buffer
    {
        z-index: 5;
        height: 30vh;
        width: 100vw;
        position: relative;
        margin: 0;
    }
    
.header
    {
        z-index: 5;
        height: 100vh;
        width: 100vw;
        position: relative;
    }
    
.desktop img
    {
        padding: 2vh;
        width: calc((100vw/12)*4);
    }
    
.sub-header
    {
        z-index: 5;
        height: 100vh;
        width: 100vw;
        position: relative;
    }
    
.full-page
    {
        z-index: 5;
        height: 100vh;
        width: 100vw;
        position: relative;
    }

.full-page p
    {
        text-align: center;
    }
    
.full-page img
    {
        width: calc((100vw/12)*6);
    }
    
.campaign
    {
        z-index: 5;
        height: 100vh;
        width: 100vw;
        position: relative;
    }
    
.campaign img
    {
        padding: 2vh 0;
        width: calc((100vw/12)*3.5);
    }
    
.footer
    {
        z-index: 5;
        background-color: #000;
        height: 25vh;
        width: 100vw;
        position: relative;
    }
    
.footer p
    {
        font-size: 1.6vw;
    }
    
.footer h1
    {
        font-size: 3vw;
        padding-top: 1.2vh;
        padding-bottom: 1.2vh;
        margin: 0;
        
    }
    
.follow i
    {
        color: #E00000;
        font-size: 2vw;
        padding: 0 1.5vw;
    }
    
.follow i:hover
    {
        color: #FFF;
        font-size: 2vw;
        padding: 0 1.5vw;
    }
    
.trademark {
    z-index: 5;
    background-color: #000;
    height: 10vh;
    width: 100vw;
    position: relative;
    font-size: 1.11vw;
    text-align: center; 
    color: #FFF;}
    .trademark a {
      text-decoration: none;
        font-weight: bold;
      color: white; }

 
}