/* import css files*/
@import url(../assets/css/_variables.css);

@import url(../assets/css/_footer.css);

/*include header file*/
@import url(../assets/css/_header.css);

/* Global css files*/
@import url(../assets/css/_global.css);



/* Grid css files */
/* @import url(./assets/css/_grid.css); */



html, body{
    height:100%;
    width:100%;
    margin:0;
    padding:0;

}

canvas {
    display: block;
}

input:focus {
  outline:none !important;

}
  

:focus{
  outline:none !important; 
}


body{
    font: normal 400 1rem var(--font-Akkurat-t);
    /* background: darkslategray; */
    
}

a{
    text-decoration: none !important ;
    font: normal 300 1rem 'Helvetica',sans-serif;
    
}

#loader{
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;

}

#loader i{
  -webkit-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

@keyframes loading {
  0% { opacity: 0; }
  100% { opacity: 1; }
}




.main-content{
  width: 100%;
  height: 100%;
  display: none;
}

.main-area{
  position: relative;
}

.hidden {
  display: none;
}

/*Loader*/


/* Banner Area */
.main-area .banner-area .banner{
    overflow: hidden;
    position: absolute;
    top:0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.main-area .banner-area .banner-title{
    width: 100%;
    height:100%;
    margin-top: 100vh;
    max-height: 100%;
    padding: 50vh 0px;
    font:normal 700 1rem/0.5rem var(--font-Akkurat-t);
}

/*info*/

.collapsible {
  background-color: #000;
  color: white;
  cursor: pointer;
  /* padding: 10px; */
  width: 100%;
  border: none;
  /* text-align: center; */
  outline: none;
  /* font-size: 15px; */
}

.active1, .collapsible:hover {
  background-color: #000;
}

.collapsible::before {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  width: 0;
}



.active1::before {
  content: "\2212";
}

.content-info {
  padding: 10px 5%;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.collapse-content {
  /* padding: 0 18px; */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;

}

/* Tags Section */

.main-area .tags{
    padding:0 0 50px 0;
    /* width: 100vw; */
    max-width: 1920px;
    height: 400px;
    overflow: hidden;
    position: relative;

}

.main-tag{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

button.btn1{
    padding: 5px 0;
    border: none;
    background: none;
}


button.btn2{
  padding: 10px 0;
  border: none;
  background: none;
}

button.btn2 img{
 border-radius: 8px;
}

button.btn1>span{
    padding: 5px 10px;
    border-radius:  50px;
    /* margin-left: 1rem; */
    background: black;
    color: white;
}

.btn-reset button.btn1>span{

  margin-left: 1rem;

}

 button.btn1:hover>span{
    background-color: white;
    border: 1px solid black;
    color: black;
    box-shadow: none;
  
}

.trans-open{
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 999;
}





/* video content section*/
.main-area .video-d-content{
    margin: 0 1%;
}


.video-d-all{
    margin: 0 auto;
    width: 100%;
    display: none;
    padding: 0 5%;
}

.row .main-video{
    width: 100%;
}

.show {
    display: block;
}

.main-area .video-d-content .video-d-img img{
    width: 100%;
    height: auto;
    padding: 2rem 0;
}

/* post area section*/

.main-area .post-area{
    margin: 0 10%;
}

.main-area .post-area .grid{
    column-count: 2;
}

.main-area .post-area .article{
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    width: auto;
    display: inline-block;
}

.main-area article.blog-post{
    box-shadow: var(--box-shadow);
    border: .8px solid lightgray ;
    transition: box-shadow .7s ease;
}

.main-area article.blog-post:hover{
    box-shadow: none;    
}

.main-area article.blog-post .post-info{
    padding: 2rem;
}

.main-area article.blog-post .post-info .post-title{
    padding: 1rem 0;
}

.main-area article.blog-post .post-info hr{
    margin-top: 3rem;
    background: gray;
}



/* pagination area */

.main-area .pagination{
    background: whitesmoke;
    margin: 2rem 0;
    display: inline-block;
    padding:1rem .7rem;
    border-radius: 50px;
}

.main-area .pagination a span{
    padding: .6rem 1rem;
    border-radius: 40px;
}

.main-area .pagination a:hover span{
    background: var(--primary-color);
    color: whitesmoke;
}


/*marquee*/
.marquee {
    width:100%;
    overflow: hidden;

}

.marquee__inner{
    background-color: #ffffff;
    width: 2560px;
    height: 30px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-item p {
display: inline-block;
font-size: 100%;
position: relative;
left: 100%;
animation: marquee 20s linear infinite;
font-family: var(--font-Akkurat-n);
}

  
.marquee-item p:nth-child(1) {
animation-delay: 0s;
}

  
  
@keyframes marquee {
0%   { left: 0%; }
100% { left: -23.7%; }
}

.wrapper-ma{
width:100%;
height:30px;
position:relative;
margin:auto;
background:#fff;
overflow:hidden;
}

  
.box{
width: 455px;
height: 30px;
position:absolute;
font-size: 1rem;
line-height:30px;
text-align:center;
animation: movemar 20s linear infinite;
}

.box:nth-child(0){
  /* transform: translateX(0);
  -webkit-transform:translateX(0); */
  left:0;
}
.box:nth-child(1){
  left: calc(455px *1) ;
  /* transform: translateX(calc(455px *1));
  -webkit-transform: translateX(calc(455px *1)); */
}
.box:nth-child(2){
  /* transform: translateX(calc(455px *2));
  -webkit-transform: translateX(calc(455px *2)); */
  left: calc(455px *2) ;
}
.box:nth-child(3){
  /* transform: translateX(calc(455px *3));
  -webkit-transform: translateX(calc(455px *3)); */
  left: calc(455px *3) ;
}
.box:nth-child(4){
  /* transform: translateX(calc(455px *4));
  -webkit-transform: translateX(calc(455px *4)); */
  left: calc(455px *4) ;
}
.box:nth-child(5){
  /* transform: translateX(calc(455px *5));
  -webkit-transform: translateX(calc(455px *5)); */
  left: calc(455px *5) ;
}
.box:nth-child(6){
  /* transform: translateX(calc(455px *6));
  -webkit-transform: translateX(calc(455px *6)); */
  left: calc(455px *6) ;
}

@keyframes movemar {
  0% {
    transform: translateX(0);  
    -webkit-transform:translate(0%);  
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform:translate(-100%);
  }
}

       
  
.boxes {
width:100%;
height: 30px;
top: 0;
position:relative;
/* left:-50px; */
}



/* Styles from the GreenSock website */

  .ipsType_right {
    text-align: right;
  }
  .ipsType_center {
    text-align: center;
  }
  .cInnerContent {
    max-width: 1920px;
    margin: 0 auto;
    font-family:var(--font-Akkurat-t);
  }
  .ipsSpacer_bottom_double {
    margin-bottom: 30px;
  }
  .ipsGrid {
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .ipsGrid::before, .ipsGrid::after {
    display: table;
    content: "";
    line-height: 0;
  }
  .ipsGrid > [class*="ipsGrid_span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box;
  }
  .ipsGrid > .ipsGrid_span5 {
    width: 40.42553191489362%;
  }
  .ipsGrid > .ipsGrid_span7 {
    width: 57.44680851063829%;
  }
  .ipsGrid > [class*="ipsGrid_span"] {
    float: left;
    margin-left: 2%;
  }
  .ipsGrid > [class*="ipsGrid_span"]:first-child {
    margin-left: 0;
  }
  .feature {
    display: flex;
    align-items: center;
  }
  .card-m {
    margin-bottom: 30px;
    border: 1px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    transition: 0.3s;
    color: #000;
  }

  h2.heading_large {
    font-size: 1.8em;
  }
  img {
    max-width: 100%;
  }
  
  .header-section {
    margin: 200px auto;
  }
  
  .gs_reveal {
    opacity: 0;
    visibility: hidden;
    transition: transform 0s;
  }

/*Kenneth*/

.main-k{
    background-color: #000;
    width: 100%;
    height:100%;
}

.k-part{
  position: relative;
  width: 100%;
}

#k-part1 .video-k{
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  /* opacity: 0;
  transition: opacity 2s ease-in-out 1s;
  -webkit-transition: opacity 2s ease-in-out 1s; */
  background-color: #000;
  z-index: 999;
}

.main-k .videok1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height:100%;
}

.main-k .exit {
  width: 100%;
  padding: 50px 0;
  text-align: right;
 visibility: hidden;
}

.slide-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.main-area .slide-wrap-in {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; 
}



.splide__slide img, .splide__slide video,.main-k .videok1 video{  
	
    width: 100%;
    max-height: 75vh;
}

.mouse-panel{
    width: 100%;
    height: 30px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content:center;
    -webkit-align-items:center;
    
}

.mouse-panel .square {
    position: absolute;
    margin-top: 2%;
    width: 220px;
    height: 20px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF; 

    /* background: #fff;  */
}

 .speed-icon {
  position: absolute;
  margin-top: calc(2% + 5px);
  color: #FFFFFF; 
  left: calc(50% + 75px) ;
  font-size: 13px;
  text-decoration: underline;
  /* background: #fff;  */
}


 .speed-icon:hover {
  color: rgb(126, 126, 126);
  /* background: #fff;  */
}

.mouse-panel .speed-icon a{
  color: #FFFFFF;
}

.mouse-panel .speed-icon a:hover{
  color: rgb(126, 126, 126);
}






.mouse-panel .square .square-t{
    font-size: 13px;
    text-align: center;  
    color: #FFFFFF;  
    
}

.player, .player-1 {
    background: none;
    position: relative; 
    z-index: 2;
    left: calc(50% - 10px);
}
  
  .player span, .player-1 span, .buttonj span {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 15px solid transparent;
    position:absolute;
    
  }
  


.playerbutton, .playerbutton1, .playerbuttonst{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content:center;
    -webkit-align-items:center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    transform: translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    left: 50%;
    top: 50%;
    cursor: pointer;
}

.playerbutton-k{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content:center;
  -webkit-align-items:center;
  width: 50vw;
  height: 50vw;
  z-index: 2;

}


.playButton{
  font-size: 5rem;
  color: #fff;
  opacity: 1;
}

.player:hover, .player-1:hover, .playButton:hover{
  cursor:pointer;
  opacity:0.8;
  border:none;
  box-shadow:none;
}


.arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
  }
  
  .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  
  .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }

  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
    

  .panel {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color:#FFFFFF;
    
  }

  .panel1 {
   position: relative;
    width: 100%;
    height: 100%;

    color:#FFFFFF;
    
  }
  
  section:not(.first) {
    opacity: 0;
    visibility: hidden;
    /* transform: scale(0.8); */
  }
  
 
.scroll-down, .scroll-down1{
    position: absolute;
    bottom: 5%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: opacity 2s linear;
    color: #fff;
}

 
 .scroll-down2{
  padding: 50px;
  bottom: 5%;
  left: 50%;
  text-align: center;
  transition: opacity 2s linear;
  color: #fff;
}

.scroll-down{
  opacity: 0;
}



.mode-k{
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  width: 100%;
  justify-content: center;
  -webkit-justify-content:center;
}


.mode-scroll{
  display: flex;
  display: -webkit-flex;
  color: #fff;
  width: 100%;
  justify-content: center;
  -webkit-justify-content:center;
  padding: 50px 0 2% 0 ;
}

.mode-scroll span{
  cursor: pointer;
}

.mode-k span{
  padding: 5px 5px;
}

.mode-k a{
  padding: 2px 10px;
  /* background-color: #fff; */
  border: #fff solid 1px;
  color: #fff;
  font-weight: 400;
}


.play-link span{
font-weight: bold;
text-decoration: underline;
}


.mode-k a:hover{
  background: #fff;
  color: #000;
  cursor: pointer;
}

.tag-play{
  color: #000;
}

 
.play-link span:hover, .tag-play:hover{
  color: rgb(126, 126, 126);
  cursor: pointer;
}


.instr-modeA {
  position: absolute;
  top:50%;
  width:100%;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  padding: 0 20%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.instr-modeA-square{
  border: #fff solid 1px;
}

.instr {
  text-align: center;
}

.slide-wrap-in{
  width: 100%;
  height: 100%;
}

#modeA, #modeB {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  background-color: #000;
  z-index: 999;
}


  

/*josephh*/
.sketch-j{
    width: 100%;
}

.video-j, .video-k, .video-st-part{
  position: relative;
  width:100%;
  height: 100vh;
  display: block;
  overflow: hidden;
  background-color: #000;
}

.video-k{
  color: #fff;
  overflow: hidden;
  z-index: 2;
}


.video-st-part{
  color: #fff;
  text-align: center;
}

.video-kt-part{
  position: relative;
  width:100%;
  height: 100%;
  display: block;
  color: #fff;
  text-align: center;
  background-color: #000;
}

.video-j2{
    width:100%;
    height: auto;
    padding: 5%;  
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.video-j1{
  width:100%;
  height: auto;
  padding: 10%;  
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}



.video-k1{
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  width: 80%;
  left: 50%;
}



.video-st{
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  width: 80%;
  left: 50%;
}

.video-j1 .video-source{
    position: relative;
    width:100%;
    height: 100%;
}

.video-k1 .video-source-k1 {
  position: relative;
  width:100%;
  height: 100%;

}


.video-source #video-j1b {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
}

.video-source img, .video-sourcej2 img{
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 1s linear ;
}

.video-sourcej2 {
  position: relative;
   width: 100%;
   height: auto;

}

.video-sourcej2 video{
    display: block;

 }

.video-j .buttonj {
    text-decoration: none;
}

.slide-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.moveslider{
  opacity: 0;
  transition: opacity 5s linear 2s;
  -webkit-transition: 5s linear 2s;
  color: #fff;
  text-align: center;
}





.slidecontainer {

  width: 100%;
  height: auto;

}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  color: #fff;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
    
}


.slidecontainer-v {
  width: 100%;
  height: calc((100vw - 2*var(--bs-gutter-x)) * 0.75 * 0.187 * 3);

}

.slider-v {
  -webkit-appearance: none;
  width: calc((100vw - 2*var(--bs-gutter-x)) * 0.75 * 0.187 * 3);
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  transform-origin:left center;
  -webkit-transform-origin:left center;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-transform: rotate(-270deg) translate(-12px,-12px); 
  transform: rotate(-270deg) translate(-12px, -12px); 
  
}



#moveslider2{
  width: calc((100vw - 2*var(--bs-gutter-x)) * 0.75 * 0.187 * 4);
  opacity: 0;
  transition: opacity 5s linear 2s;
  -webkit-transition: opacity 5s linear 2s;
  transform-origin:left center;
  -webkit-transform-origin:left center;
  -webkit-transform: rotate(-270deg) translate(-50px, -200%); 
  transform: rotate(-270deg) translate(-50px, -200%) ; 
  text-align: center;
  font-size: 0.7rem;
}




.slider:hover, .slider-v:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb, .slider-v::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 50px;
  height: 25px;
  background: #4d4d4d;
  background-image: url(../assets/images/interplay/joseph/arrowslider.svg) ;
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: 80%;
  cursor: pointer;
    
}



.slider::-moz-range-thumb, .slider-v::-moz-range-thumb {
  width: 50px;
  height: 25px;
  background: #4d4d4d;
  background-image: url(../assets/images/interplay/joseph/arrowslider.svg);
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: 80%;
  cursor: pointer;
    
}


.optimize {
  width: 100%;
  text-align: center;
  color: #fff;
}

/*Steve*/

.video-st video{ 
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.video-st-inner, .video-sh-inner{
  position: relative;
  width: 100%;
  height: 100%;
}


.video-st-inner .video-st-text , .video-sh-inner .video-sh-text{
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%); 
  left: 50%;
  z-index: 2;
  color: #fff;
  width: 100%;
  background: #000;
}

.video-st-inner .video-st-text{
  display: none;
}


#video-st {
  visibility: hidden;
}

/* #sh-link{
  visibility: hidden;
} */



/* The Modal (background) */
.close{
  background: transparent;
  color: #fff;
  border: none;
  font-size: 2rem;
  text-align: right;
  padding-right: 30px;
  z-index: 10;
  height: 0;
}

.close-end{
  background: transparent;
  color: #fff;
  border: none;
  font-size: 2rem;
  text-align: center;
  z-index: 10;
  height: 0;
  cursor: pointer;
  position: absolute;
  width: 100%;
  bottom: 10%;
}

/*about*/
.main-area .about{
  padding: 5% 5%;

}

/*Play button*/
.player-pic{  
  width: 30%;
  max-width: 30%;
  height: 60%;
  max-height: 60%;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  cursor: pointer;
}


.player-pic-k{  
  width: 40%;
  max-width: 40%;
  height: 60%;
  max-height: 60%;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  cursor: pointer;
}


.player-bg{  
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content:center;
  -webkit-align-items:center;
}


.player-bg-t{  
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content:center;
  -webkit-align-items:center;
}

.player-bg1{  
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content:center;
  -webkit-align-items:center;
}

.player-pic video{  
  width: auto;
  height: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  margin-left:-50%;
}

.player-pic #oliverplay{
  width: auto;
  height: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  margin-left:-40%;
}

.player-pic-k video{
  width: auto;
  height:100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  margin-left:-50%;

}

.prod{
  position: relative;
  width:100%;
  padding: 80px 8% 8% 8%;
  color: #fff;
  background-color: #000;
}

.prod .work-sum{
  padding: 3% 0;
}

.prod .instr{
  padding: 6% 0;
}


.prod .tags-inner{
  padding: 10% 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content:center;
  -webkit-align-items:center;
}

.prod-list-wrap{
  
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content:center;
  -webkit-align-items:center;
}

.prod-list{
  
  text-align: center;
  color: #fff;
  padding: 3% 0;
}

.slide-tags{
  display: none;
}


.slide-photo{
 padding: 3% 3%;
}

/*Transition*/
.transition {
  position:fixed;
  top: 0;
  height:100vh;
  /* width:30%; */
  background:#fff;
  transform:translateX(-50px);
  transition:2s all ease-in-out;
  -webkit-transition:2s all ease-in-out;
}

.transition-b {
  position:fixed;
  top: 0;
  /* width:30%; */
  background:#000;
  transform:translateX(-50px);
  transition:2s all ease-in-out;
  -webkit-transition:2s all ease-in-out;
}


.anim-trans {
  animation: anim 4s ease-in-out;
  -webkit-animation: anim 4s ease-in-out ;
  -moz-animation: anim 4s ease-in-out ;
}

.anim-trans-r {
  animation: anim reverse 4s ease-in-out;
  -webkit-animation: anim reverse 4s ease-in-out ;
  -moz-animation: anim reverse 4s ease-in-out ;
}

@keyframes anim{
     0% { }
     20%  { z-index:11; transform: translateX(-100%); }
     40%   { transform: translateX(0);
            width:100%; z-index:11;}
     100%   { transform:  translateX(0);
           width:100%;z-index:11; }
}

@-webkit-keyframes anim {
  0% { }
  20%  { z-index:11; -webkit-transform: translateX(-100%); }
  40%   { -webkit-transform: translateX(0);
         width:100%; z-index:11;}
  100%   { -webkit-transform:  translateX(0);
        width:100%;z-index:11; }
}
/*KT*/
.showcomments{
  color: #fff;
}

.commentbox{
  position: absolute;
  top: calc(50% + (80vw * 9/16/2) + 50px );
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  width: 80%;
  left: 50%;
}

/*Shing*/
.flylink{
  width: 100%;
  color: #fff;
  padding: 5% 0 ;
  /* position: absolute;
  bottom: 40px; */
}

.flylink a{
  background: #fff;
  color: #000;
  padding: 8px 8px;
  transition: 1s;
}

.flylink span{

  padding: 0 20px;
  
}

.flylink a:hover{
  background: #000;
  color: #fff;
  border: #fff solid 1px;
  padding: 8px 8px;
  transition: 1s;
}

.formbtn{
  background: #fff;
}


.exiticon{
  text-align: center;
  color: #fff;
  z-index: 10;

}

.transition-fade {
  opacity: 1;
  transition: 500ms;
  transform: translateX(0);
}

html.is-leaving .transition-fade {
  opacity: 0;
}

html.is-leaving .transition-fade{
  opacity: 0;
}
