@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body { 
  font-size: 18px; 
  line-height: 1.2; 
  color: #EEE; 
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

html, body {
  overflow: hidden;
  height: 100%;
  background-color: #222;
  /* background: -webkit-linear-gradient(top,rgba(0, 217, 255, 0) 0,rgba(0,0,0,.8) 80%,rgba(0, 204, 255, 0.8) 100%);
  background: linear-gradient(to bottom,rgba(50, 0, 107, 0) 0,rgba(0,0,0,.8) 80%,rgba(94, 0, 156, 0.8) 100%); */
}

h1, h2, h3, h4, h6, a{ 
  font-family: 'Source Sans Pro', sans-serif;
  color: #EEE;
}

a { 
  -webkit-transition: .3s all ease; 
  -o-transition: .3s all ease; 
  transition: .3s all ease;
}

a:hover, a:active, a:focus { 
  text-decoration: none; 
  outline: none;
  color:#22bbcc;
}
footer {
  font-family: 'Source Sans Pro', sans-serif;
  width: 100%; 
  position: relative;
  padding: 0 0 0 80px; 
  display: block;
  color: #eee;
  font-size: 0.8em;
  font-weight: 300;
  left: 0; 
  bottom: 32px;
  z-index: 10;
}

@media (max-width: 767.98px) { 
 footer {
  padding: 0 0 20px 40px;
  bottom: 60px;
 }
} 

/*-------------------- sections ------------------*/

section {
  position: relative;
  width: 100%;
  height: 100%;
}

section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 10%;
  z-index: 5;
}

.demo a {
  position: absolute;
  bottom: 40px;
  left: 48%;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 0.6em;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  transition: opacity .3s;
  color: #666;
}

@media (max-width: 767.98px) { 
  .demo a {
    left:44%;
    bottom: 40px;
    font-size: 0.6em;
    -webkit-transform: translate(0, -80%);
    transform: translate(0, -80%);
  }
}

@media (max-height: 560px) { 
  .demo a {
    visibility: hidden;
  }
}
#section01 a {
  padding-top: 60px;
}
#section01 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #999;
  border-radius: 50px;
  box-sizing: border-box;
}

#section01 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #999;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 767.98px) {  
  @-webkit-keyframes sdb10 {
    0% {
      -webkit-transform: translate(0, 20px);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      -webkit-transform: translate(0, 0);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes sdb10 {
    0% {
      transform: translate(0, 20px);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      transform: translate(0, 0);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
}


#background-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  filter: blur(8px) opacity(0.8) hue-rotate(120deg);
}

/*------------------ nav bar -----------------*/

.templateux-navbar.navbar-light { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  padding: 35px 60px; 
  z-index: 9; 
}

.templateux-navbar.navbar-light .container-fluid { 
  max-width: 100%; 
}

.templateux-navbar.navbar-light .toggle-menu 
{ 
  z-index: 99; 
  position: relative; 
  display: none; 
}

@media (max-width: 767.98px) { 
  .templateux-navbar.navbar-light {
    padding: 12px 20px;
  }
  .templateux-navbar.navbar-light .toggle-menu { 
    display: block; 
  } 
  .templateux-navbar.navbar-light .site-logo { 
    margin-top: 18px;
  }
}

.templateux-navbar.navbar-light .toggle-menu:active, .templateux-navbar.navbar-light .toggle-menu:focus 
{ 
  outline: none; 
}

.templateux-navbar.navbar-light .site-logo { 
  position: relative; 
  z-index: 9999; 
}

.templateux-navbar.navbar-light .site-logo a 
{ 
  font-family: 'Lato', sans-serif;
  font-size: 1em; 
  font-weight: 600; 
  color: #fff;
  letter-spacing: 2px;
}

.templateux-navbar.navbar-light .site-logo a:hover
{ 
  opacity: 0.6;
  outline: none;
}

.templateux-navbar .templateux-menu 
{ 
  position: relative; 
}

.templateux-navbar .templateux-menu ul 
{ 
  margin-bottom: 0; 
}

.templateux-navbar .templateux-menu ul li 
{ 
  display: inline-block; 
}

.templateux-navbar .templateux-menu ul li a 
{ 
  margin-right: 32px;
  font-size: 0.8em;
  font-weight: 300; 
  text-transform: uppercase; 
  letter-spacing: 1px; 
  color:#fff ;
  position: relative; 
  display: block; 
}

.templateux-navbar .templateux-menu ul li a:before 
{ 
  content: ""; 
  position: absolute; 
  bottom: -10; 
  height: 1px; 
  width: 0; 
  left: 0; 
  background: #fff; 
  -webkit-transition: .15s width ease; 
  -o-transition: .15s width ease; 
  transition: .15s width ease; 
}

.templateux-navbar.navbar-light .templateux-menu ul li a:before 
{ 
  content: ""; 
  position: absolute; 
  bottom: -10; 
  height: 1px; 
  width: 0; 
  left: 0; 
  background: #EEE; 
  -webkit-transition: .15s width ease; 
  -o-transition: .15s width ease; 
  transition: .15s width ease; 
}

.templateux-navbar .templateux-menu ul li a:hover:before { width: 100%; }

.templateux-navbar .templateux-menu ul li.active > a:before { width: 100%; }

.templateux-navbar .templateux-menu ul li:last-child a { margin-right: 0; }

@media (max-width: 767.98px) { 
  .templateux-navbar .templateux-menu ul { margin-left: 0px; text-align: right; }
  .templateux-navbar .templateux-menu ul li { margin-bottom: 20px;}
  .templateux-navbar .templateux-menu ul li a { margin: 20px 0 0 20px; padding: 0px; display: inline-block; } 
}

.templateux-navbar.navbar-light .site-logo a { color: #EEE; }

.templateux-navbar.navbar-light .site-logo a:hover { opacity:0.6 }

.templateux-navbar.navbar-light .hamburger .hamburger-inner, .templateux-navbar.navbar-light .hamburger .hamburger-inner::before, .templateux-navbar.navbar-light .hamburger .hamburger-inner::after { background-color: #fff; }

.templateux-navbar.navbar-light .templateux-menu ul li a { color: #EEE; }

.menu-open .templateux-navbar { position: fixed; left: 0; top: 0; }


.menu-open .navbar-light .hamburger .hamburger-inner, .menu-open .navbar-light .hamburger .hamburger-inner::before, .menu-open .navbar-light .hamburger .hamburger-inner::after { background-color: #fff; }

.menu-open .templateux-menu li { opacity: 0; visibility: hidden; margin-left: -10px; position: relative; -webkit-transition: .3s all ease-in-out; -o-transition: .3s all ease-in-out; transition: .3s all ease-in-out; }

.menu-open .templateux-menu li.staggard { opacity: 1; visibility: visible; margin-left: 0px; }

@media (max-width: 767.98px) { 
  .menu-open .templateux-menu li a { 
    color: #222 !important; 
  } 
  .menu-open .templateux-navbar.navbar-light .templateux-menu ul li a:before { 
   background:#222; 
  }
}

/*- hamburgers menu -*/

.hamburger
{
   padding:20px 0px;
   display:inline-block;
   cursor:pointer;
   -webkit-transition-property:opacity, -webkit-filter;
   transition-property:opacity, -webkit-filter;
   -o-transition-property:opacity, filter;
   transition-property:opacity, filter;
   transition-property:opacity, filter, -webkit-filter;
   -webkit-transition-duration:0.15s;
   -o-transition-duration:0.15s;
   transition-duration:0.15s;
   -webkit-transition-timing-function:linear;
   -o-transition-timing-function:linear;
   transition-timing-function:linear;
   font:inherit;
   color:inherit;
   text-transform:none;
   background-color:transparent;
   border:0;
   margin:0;
   overflow:visible
}
   
.hamburger:hover{
   opacity:0.7
}
.hamburger-box {
   width:28px;
   height:21px;
   display:inline-block;
   position:relative;
}

.hamburger-inner{
   display:block;
   top:50%;
   margin-top:-1.5px
}
.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
   width:28px;
   height:2px;
   background-color:#222;
   border-radius:4px;
   position:absolute;
   -webkit-transition-property:-webkit-transform;
   transition-property:-webkit-transform;
   -o-transition-property:transform;
   transition-property:transform;
   transition-property:transform, -webkit-transform;
   -webkit-transition-duration:0.15s;
   -o-transition-duration:0.15s;
   transition-duration:0.15s;
   -webkit-transition-timing-function:ease;
   -o-transition-timing-function:ease;
   transition-timing-function:ease;
  
}

.hamburger-inner:after,.hamburger-inner:before{
   content:"";
   display:block
}

.hamburger-inner:before{
   top:-9px
}
.hamburger-inner:after{
   bottom:-9px
}
.hamburger--spin .hamburger-inner{
   -webkit-transition-duration:0.22s;
   -o-transition-duration:0.22s;
   transition-duration:0.22s;
   -webkit-transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
   -o-transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
   transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--spin .hamburger-inner:before{
   -webkit-transition:top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
   -o-transition:top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
   transition:top 0.1s 0.25s ease-in, opacity 0.1s ease-in
}

.hamburger--spin .hamburger-inner:after{
   -webkit-transition:bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
   transition:bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
   -o-transition:bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
   transition:bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
   transition:bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
   
.hamburger--spin.is-active .hamburger-inner{
   -webkit-transform:rotate(225deg);
   -ms-transform:rotate(225deg);
   transform:rotate(225deg);
   -webkit-transition-delay:0.12s;
   -o-transition-delay:0.12s;
   transition-delay:0.12s;
   -webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
   -o-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
   transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--spin.is-active .hamburger-inner:before{
   top:0;
   opacity:0;
   -webkit-transition:top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
   -o-transition:top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
   transition:top 0.1s ease-out, opacity 0.1s 0.12s ease-out
}
   
.hamburger--spin.is-active .hamburger-inner:after{
   bottom:0;
   -webkit-transform:rotate(-90deg);
   -ms-transform:rotate(-90deg);
   transform:rotate(-90deg);
   -webkit-transition:bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
   transition:bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
   -o-transition:bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
   transition:bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
   transition:bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)
}

/*---------------- each section bg -------------------*/

.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 120vh;
  position: fixed;
  width: 100%;
  -webkit-transform: translateY(30vh);
  transform: translateY(30vh);
  -webkit-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
}

.background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0);
}

#background-video {
  position: fixed;
  top:0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  filter: blur(4px) opacity(0.1) hue-rotate(120deg);
}

.background:first-child {

  background: linear-gradient(0deg, rgb(15, 15, 15), rgb(34, 34, 34) 60%, rgb(60, 60, 60));

  -webkit-transform: translateY(-15vh);
          transform: translateY(-15vh);
}
.background:first-child .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}
.background:nth-child(2) {
  background-image: url(http://yenerin.com/Assets/img/2.png);
  background-color: #222
}
.background:nth-child(3) {
  background-image: url(http://yenerin.com/Assets/img/3.png), url(http://yenerin.com/Assets/img/red.png);
  background-size: cover, 300px;
  background-color: #222;
}

.background:nth-child(3):hover {
  background-image: url(http://yenerin.com/Assets/img/3.png), url(http://yenerin.com/Assets/video/HBOMax.gif);
  background-size: cover, 300px;
  background-color: #222;
}

.background:nth-child(4) {
  background-image: url(http://yenerin.com/Assets/img/4.png);
  background-color: #222;
}

/* Set stacking context of slides */
.background:nth-child(1) {
  z-index: 4;
}

.background:nth-child(2) {
  z-index: 3;
}

.background:nth-child(3) {
  z-index: 2;
}

.background:nth-child(4) {
  z-index: 1;
}

.content-wrapper {
  padding: 20% 80px;
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  -webkit-transform: translateY(40vh);
  transform: translateY(40vh);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
}

.content-left {
  text-align: left;
  padding:0% 0%;
  margin-left:80px;
  margin-top:100px;
}

.content-right {
  text-align: right;
  padding:0% 0%;
  margin-right:80px;
  margin-top:100px;
}

.content-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
}

.title-long {
  max-width: 900px;
  padding: 10px 80px 12px 0;
  line-height: 1.2;
}

.content-subtitle {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 32px;
  font-style: italic;
  color: #999;
  font-weight: 300;
}
.content-place{
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #CCC;
  font-weight: 300;
  margin-top: 60px;
}

.content-left span{
  border-top: #EEE solid 6px;
  padding-bottom: 12px; 
  width: 60px;
  align-self: left;
}

.content-right span{
  border-top: #EEE solid 6px;
  padding-bottom: 12px; 
  width: 60px;
  align-self: flex-end;
}
.content-desc {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #ccc;
  font-weight: 300;
  margin-top: 20px;
  padding: 0 15%;
}

.content-desc-left {
  width: 50%;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #ccc;
  font-weight: 300;
  margin-top: 8px;
}

.content-desc-right {
  width: 50%;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #ccc;
  font-weight: 300;
  margin-left: 50%;
  margin-top: 8px;
}

@media (max-width: 767.98px) { 
  .content-wrapper {
    padding: 0px 40px;
    height: 100vh;
  }
  .content-left{
    margin-left:0px;
    margin-top: 40px;
  }
  .content-right{
    margin-right:0px;
    margin-top: 40px;
  }
  .content-title {
    font-size: 1.7em;
    line-height: 1.2;
    font-weight: 900;
    margin-top: -60px;
  }
  .content-subtitle {
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.4;
    padding-bottom: 20px;

  }
  .content-place{
    font-size: 0.8em;
    line-height: 1.4;
    font-weight: 400;
    word-spacing: 1px;
    margin-top: 40px;
  }
  .content-desc {
    padding: 0 6%;
  }
  .content-desc-left {
    font-size: 1em;
    width: 90%;
    margin-top: 20px;
  }
  .content-desc-right {
    font-size: 1em;
    width: 90%;
    margin-left: 10%;
    margin-top: 20px;
  }
  .content-left span{
    border-top: #EEE solid 5px;
    margin-bottom: 48px; 
  }
  .content-right span{
    border-top: #EEE solid 5px;
    margin-bottom: 48px; 
  }
  .title-long {
    width: 90vw;
    padding: 0 80px 0 0;
  }
}

.content-cta a{
  display: inline-block;
  border: #eee 1px solid;
  margin-top: 80px;
  padding: 12px 24px;
  color: #eee;
  font-size:0.8em;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  transition: opacity .3s;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media (max-width: 767.98px) {
  .content-cta a{
    margin-top: 60px;
  }
}
.effect {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-perspective: 400;
  -moz-perspective: 400;
  -ms-perspective: 400;
  -o-perspective: 400;
  perspective: 400;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  color:#EEE;
  line-height: 1em;
  backface-visibility: hidden;
}

.effect:before, .effect:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform-origin: center center 0 50%;
  -moz-transform-origin: center center 0 50%;
  -ms-transform-origin: center center 0 50%;
  -o-transform-origin: center center 0 50%;
  transform-origin: center center 0 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  content: attr(data-effect);
  backface-visibility: hidden;
  top: 0;
  left: 0;
  color: #fff;
}

.effect.btn-primary {
  border: 1px solid rgba(245, 245, 245, 0.6);
  padding: 12px 24px;
  overflow: hidden;
}

.effect.btn-primary.last {
  margin: 0 0 0 12px;
  margin-top: 60px;
}

.effect.btn-primary:after {
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  transform: skewX(45deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  top:0;
  left: 50%;
  margin-left: 0%;
  bottom: 0;
  width:0%;
  color:#fff;
  background: #22bbcc;
  z-index: -10;
}

.effect.btn-primary:hover {
  color: #FFF;
  border: 1px solid #22bbcc;
} 

.effect.btn-primary:hover:after {
  margin-left: -50%;
  width:100%;
} 


/*------ parallax -----*/

.background.up-scroll {
  -webkit-transform: translate3d(0, -15vh, 0);
          transform: translate3d(0, -15vh, 0);
}
.background.up-scroll .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}
.background.up-scroll + .background {
  -webkit-transform: translate3d(0, 30vh, 0);
          transform: translate3d(0, 30vh, 0);
}
.background.up-scroll + .background .content-wrapper {
  -webkit-transform: translateY(30vh);
          transform: translateY(30vh);
}

.background.down-scroll {
  -webkit-transform: translate3d(0, -130vh, 0);
          transform: translate3d(0, -130vh, 0);
}
.background.down-scroll .content-wrapper {
  -webkit-transform: translateY(40vh);
          transform: translateY(40vh);
}
.background.down-scroll + .background:not(.down-scroll) {
  -webkit-transform: translate3d(0, -15vh, 0);
          transform: translate3d(0, -15vh, 0);
}
.background.down-scroll + .background:not(.down-scroll) .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}