@charset "UTF-8";
.btn, .btn:hover, .section h2, a, a:hover {
  text-decoration: none
}

.section, body, html {
  height: 100%
}
#cursor, .menu-icon-wrapper, .pointerEventsNone {
  pointer-events: none
}
*, .menu-icon-wrapper .menu-icon-trigger:focus, .menu-icon-wrapper .menu-icon-trigger:hover {
  outline: 0
}
.btn, .explontion, .social_media, .splited-line {
  overflow: hidden
}
*, ::before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
body, div, html, span {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle
}
a, a:focus, div, div:focus, input, input:focus, select {
  outline: 0;
  text-decoration: none
}
a {
  cursor: pointer;
  color: inherit
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
::placeholder {
  color: #fff;
  opacity: .5
}
:-ms-input-placeholder {
  color: rgba(255, 255, 255, .5)
}
::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5)
}
body {
  width: 100%;
  margin: 0;
  color: #fff;
  font: 400 14px/1.4 Dosis, sans-serif;
  background-color: #180b4b
}
h1 {
  font: 300 35px/1.2 Dosis, sans-serif
}
h2 {
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
  font-weight: 400
}
p {
  font-size: .8rem;
  line-height: 1.7
}
.btn, .section h2 {
  font: 400 10px/2rem Dosis, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px
}
#cursor {
  position: fixed;
  height: 1px;
  width: 1px;
  border-radius: 50%;
  z-index: 999
}
#cursor:before, #loading, #progress, #progstat {
  position: absolute
}
#cursor:before {
  content: "";
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .5);
  transition: transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
  -webkit-transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
  -moz-transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform-origin: center
}
#cursor.hover:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1)
}
#cursor.clicked {
  box-shadow: 0 0 0 rgba(255, 255, 255, .4);
  animation: pulse .5s ease
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4)
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0)
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4)
  }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0)
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
  }
}
.grad-darkpurple {
  background: #003242;
  background: -moz-linear-gradient(45deg, rgba(0, 50, 66, 1) 0, rgba(32, 0, 96, 1) 50%, rgba(79, 0, 92, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(0, 50, 66, 1) 0, rgba(32, 0, 96, 1) 50%, rgba(79, 0, 92, 1) 100%);
  background: linear-gradient(45deg, rgba(0, 50, 66, 1) 0, rgba(32, 0, 96, 1) 50%, rgba(79, 0, 92, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003242', endColorstr='#4f005c', GradientType=1)
}
.grad-blue, .section .section__content h2::before {
  background: #8200f4;
  background: -moz-linear-gradient(45deg, rgba(130, 0, 244, 1) 0, rgba(37, 247, 255, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(130, 0, 244, 1) 0, rgba(37, 247, 255, 1) 100%);
  background: linear-gradient(45deg, rgba(130, 0, 244, 1) 0, rgba(37, 247, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8200f4', endColorstr='#25f7ff', GradientType=1)
}
.grad-midblue {
  background: #350096;
  background: -moz-linear-gradient(45deg, #350096 0, #00e3c6 100%);
  background: -webkit-linear-gradient(45deg, #350096 0, #00e3c6 100%);
  background: linear-gradient(45deg, #350096 0, #00e3c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#350096', endColorstr='#00e3c6', GradientType=1)
}
.grad-darkblue {
  background: #23075d;
  background: -moz-linear-gradient(45deg, #23075d 0, #00605c 100%);
  background: -webkit-linear-gradient(45deg, #23075d 0, #00605c 100%);
  background: linear-gradient(45deg, #23075d 0, #00605c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23075d', endColorstr='#00605c', GradientType=1)
}
.grad-purple {
  background: #2a0aa9;
  background: -moz-linear-gradient(45deg, rgba(42, 10, 169, 1) 0, rgba(124, 19, 157, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(42, 10, 169, 1) 0, rgba(124, 19, 157, 1) 100%);
  background: linear-gradient(45deg, rgba(42, 10, 169, 1) 0, rgba(124, 19, 157, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a0aa9', endColorstr='#7c139d', GradientType=1)
}
.grad-pink, .section .section__content.grad-darkblue h2::before {
  background: #fa49ff;
  background: -moz-linear-gradient(45deg, #fa49ff 0, #6267fc 64%, #5bead5 100%);
  background: -webkit-linear-gradient(45deg, #fa49ff 0, #6267fc 64%, #5bead5 100%);
  background: linear-gradient(45deg, #fa49ff 0, #6267fc 64%, #5bead5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa49ff', endColorstr='#5bead5', GradientType=1)
}
.grad-red, .section .section__content.grad-midblue h2::before {
  background: #221884;
  background: -moz-linear-gradient(45deg, #221884 0, #be3679 50%, #ffa458 100%);
  background: -webkit-linear-gradient(45deg, #221884 0, #be3679 50%, #ffa458 100%);
  background: linear-gradient(45deg, #221884 0, #be3679 50%, #ffa458 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#221884', endColorstr='#ffa458', GradientType=1)
}
.backgrounds {
  position: fixed;
  z-index: -1
}
.overlay.gradient {
  background: #310089;
  background: -moz-linear-gradient(-45deg, #310089 0, #5b007c 100%);
  background: -webkit-linear-gradient(-45deg, #310089 0, #5b007c 100%);
  background: linear-gradient(135deg, #310089 0, #5b007c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#310089', endColorstr='#5b007c', GradientType=1);
  opacity: .4
}
.overlay.vignette {
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
  opacity: .6;
  transition: opacity 4s cubic-bezier(.19, 1, .22, 1) .5s;
  -webkit-transition: opacity 4s cubic-bezier(.19, 1, .22, 1) .5s
}
.logo svg {
  fill: #fff;
  color: transparent
}
#container, #sections {
  width: 100%;
  height: 100%
}
.section-tagline-wrapper h3 {
  font: 300 35px/1.2 Dosis, sans-serif;
  padding: 2px 0
}
.text-content {
  width: 80%;
  max-width: 450px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 10%;
  transition: all 1.8s cubic-bezier(.19, 1, .22, .95) .2s;
  -webkit-transition: all 1.8s cubic-bezier(.19, 1, .22, .95) .2s;
  opacity: 0;
  filter: blur(20px);
  -webkit-filter: blur(20px);
  transform: translateY(-50%) scale(2);
  -webkit-transform: translateY(-50%) scale(2)
}
.text-content h1.lettr {
  font-size: 40px;
  transform: rotateX(50deg) translateY(-50px);
  transition: all 1.8s cubic-bezier(.19, 1, .22, .95) .2s;
  -webkit-transition: all 1.8s cubic-bezier(.19, 1, .22, .95) .2s
}
.text-content h1.lettr font {
  display: block
}
.text-content h1.lettr span {
  transition: all 1.8s cubic-bezier(.19, 1, .22, .95) 0s;
  opacity: 0;
  position: relative;
  display: inline-block;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: all 1.8s cubic-bezier(.19, 1, .22, .95) 0s
}
.appear .text-content {
  opacity: 1;
  filter: blur(0);
  -webkit-filter: blur(0);
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1)
}
.appear .text-content h1.lettr {
  font-size: 4rem;
  transform: rotateX(0) translateY(0)
}
.appear .text-content h1.lettr span {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}
.section {
  position: relative
}
.section__clip, .section__content {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0
}
.section__clip {
  clip: rect(auto, auto, auto, auto);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  -moz-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
}
.section__content {
  margin: auto
}
:root {
  --clip-position: center
}
.mask-container {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0
}
@supports (-webkit-clip-path:circle(100px at center)) or (clip-path:circle(100px at center)) {
  .mask-container {
    display: block
  }
  .mask-container .pattern {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-clip-path: circle(100px at var(--clip-position));
    clip-path: circle(100px at var(--clip-position))
  }
}
.clip-svg {
  -webkit-clip-path: url(#myClip);
  clip-path: url(#myClip)
}
.social_media {
  display: block;
  margin-left: -10px
}
.socila {
  float: left;
  padding: 10px 30px;
  margin: 10px
}
.allwrp {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .2);
  border: 0;
  border-radius: 0
}
.btn.viewallbtn {
  margin: 5px auto;
  border: 0;
  display: table
}
.explontion {
  font-size: 1.6rem;
  color: #f5f5f5;
  margin-bottom: 1.1857rem;
  padding-top: .8143rem;
  position: relative;
  color: rgba(255, 255, 255, .5);
  display: block
}
.backbutton, .section_fixed .section__content {
  position: fixed
}
.backbutton {
  height: 60px;
  left: 0;
  top: 0;
  transition: all .1s ease 0s;
  width: 60px;
  z-index: 10;
  text-align: center;
  line-height: 60px
}
.section__clip.abtimage {
  background: url(../images/scenery.jpg) center center/cover no-repeat
}
.grad-midblue .mask-container .pattern, .grad-purple .mask-container .pattern {
  opacity: .9
}
.grad-darkblue .mask-container .pattern {
  opacity: .6
}
.scroll-update-fix .section__content {
  -webkit-animation: mspatch 1s linear infinite;
  -moz-animation: mspatch 1s linear infinite;
  animation: mspatch 1s linear infinite
}
@-webkit-keyframes mspatch {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes mspatch {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flexbox;
  display: flex;
  width: 100%;
  height: 100%
}
.section-img-wrapper, .section-no-wrapper, .section-tagline-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}
.section-img-wrapper {
  z-index: 2
}
.section-tagline-wrapper {
  z-index: 3
}
.img-container {
  position: absolute;
  display: block;
  width: 50%;
  height: auto;
  top: 25%;
  left: 10%;
  -webkit-box-shadow: 10px 20px 70.28px 8.72px rgba(0, 0, 0, .2);
  box-shadow: 10px 20px 70.28px 8.72px rgba(0, 0, 0, .2)
}
.btn, .section-img, .section-no, .section-tagline {
  position: relative
}
.section-img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover
}
.section-no {
  top: 13%;
  width: 30%;
  text-align: left;
  left: 20%;
  font: 700 150px/1 "Proxima Nova", Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, .1)
}
.section-tagline {
  top: 30%;
  width: 40%;
  max-width: 450px;
  padding: 0 60px 0 0;
  left: 65%
}
.section-tagline p {
  margin-bottom: 0;
  color: #fff
}
.section-tagline h1, .section-tagline h3 {
  color: #fff
}
.splited-line {
  display: block;
  -webkit-transform: translate3d(0, 16px, 0);
  -moz-transform: translate3d(0, 16px, 0);
  transform: translate3d(0, 16px, 0);
  -webkit-transition: opacity 1.5s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1.5s cubic-bezier(.19, 1, .22, 1);
  -moz-transition: opacity 1.5s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1.5s cubic-bezier(.19, 1, .22, 1);
  transition: opacity 1.5s cubic-bezier(.19, 1, .22, 1), transform 1.5s cubic-bezier(.19, 1, .22, 1)
}
.splited-line__wrapper {
  display: block;
  -webkit-transform: translate3d(0, 64px, 0);
  transform: translate3d(0, 64px, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
  transition: transform 1s cubic-bezier(.19, 1, .22, 1)
}
.splited-line:nth-child(1) .splited-line__wrapper {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}
.splited-line:nth-child(2) .splited-line__wrapper {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}
.splited-line:nth-child(3) .splited-line__wrapper {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}
.splited-line:nth-child(4) .splited-line__wrapper {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}
.section.active .splited-line, .section.active .splited-line .splited-line__wrapper, .show .splited-line, .show .splited-line .splited-line__wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.section:not(.active) .splited-line {
  opacity: 0
}
.section:not(.active) .splited-line .splited-line__wrapper {
  -webkit-transform: translate3d(0, 64px, 0);
  transform: translate3d(0, 64px, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
.no-transition .splited-line, .no-transition .splited-line__wrapper {
  -webkit-transition: none;
  transition: none
}
.section .btn, .section p {
  -webkit-transition: opacity 1.5s .1s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1.5s .1s cubic-bezier(.19, 1, .22, 1);
  transition: opacity 1.5s .1s cubic-bezier(.19, 1, .22, 1), transform 1.5s .1s cubic-bezier(.19, 1, .22, 1)
}
.btn {
  border: 1px solid rgba(255, 255, 255, .3);
  padding: 10px 30px;
  color: rgba(255, 255, 255, .5);
  margin-top: 30px;
  border-radius: 30px;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, .3);
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(60deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(60deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(60deg);
  transform: translateX(-50%) translateY(-50%) rotate(60deg)
}
.btn:hover:after {
  height: 400%;
  opacity: 1
}
.section .line::before, .section h2::before {
  height: 1px;
  content: ''
}
.btn:hover {
  color: #fff;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .1)
}
.section:not(.active) .btn, .section:not(.active) p {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0)
}
.section.active p {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}
.section.active .btn {
  font-size: 1rem;
  color: #f5f5f5;
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}
.section.active .btn, .section.active p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.section.active p {
  opacity: .7opacity: .7;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #f5f5f5;
}
.section .line::before {
  position: absolute;
  top: -30px;
  left: -100px;
  opacity: .5;
  width: 180px;
  display: block;
  background-color: #fff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: translate3d(10px, 0, 0) scale(0, 1);
  transform: translate3d(10px, 0, 0) scale(0, 1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
  -webkit-transition-delay: .8s;
  transition-delay: .8s
}
.section:not(.active) .line::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
.section.active .line::before {
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1)
}
.section-tagline.dark h1, .section-tagline.dark p {
  color: #000
}
.section-tagline.dark h2 span {
  color: rgba(0, 0, 0, .3)
}
.section-tagline.dark h2::before {
  background-color: rgba(0, 0, 0, .1)
}
.section h2 {
  margin-bottom: 1.1857rem;
  padding-top: .8143rem;
  position: relative;
  color: rgba(255, 255, 255, .5)
}
.section h2 span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
  -webkit-transition: opacity 2s cubic-bezier(.19, 1, .22, 1), -webkit-transform 2s cubic-bezier(.19, 1, .22, 1);
  transition: opacity 2s cubic-bezier(.19, 1, .22, 1), transform 2s cubic-bezier(.19, 1, .22, 1)
}
.section.active h2 span strong {
  color: #fff;
  font-weight: 600
}
.section h2::before {
  position: absolute;
  top: 28px;
  left: -120px;
  width: 100px;
  display: block;
  background-color: rgba(255, 255, 255, .3);
  opacity: .6;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: translate3d(10px, 0, 0) scale(0, 1);
  transform: translate3d(10px, 0, 0) scale(0, 1);
  -webkit-transition: -webkit-transform 2s cubic-bezier(.19, 1, .22, 1);
  transition: transform 2s cubic-bezier(.19, 1, .22, 1)
}
.section .section__content.home h2::before {
  background: rgba(255, 255, 255, .3)
}
.section.active h2 span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
.section.active h2::before {
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}
.menu-icon-wrapper {
  height: 60px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all .1s ease 0s;
  width: 60px;
  z-index: 10
}
.menu-icon-wrapper.scaled {
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5)
}
.menu-icon-wrapper svg {
  position: absolute;
  top: -20px;
  left: -20px;
  -webkit-transform: scale(.1);
  -ms-transform: scale(.1);
  transform: scale(.1);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0
}
.menu-icon-wrapper svg path {
  stroke: #fff;
  stroke-width: 60px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: transparent
}
.menu-icon-wrapper .menu-icon-trigger {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  pointer-events: auto;
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0
}
.menu_items_each a {
  font-size: 1.4rem;
  color: #fff;
  display: block;
  overflow: hidden;
  padding: 18px 15px
}
.menu_items {
  position: fixed;
  right: -200px;
  top: 60px;
  width: 100%;
  z-index: 11;
  max-width: 330px;
}
.menu_items_each {
  margin: 1em 1.25em;
  border-radius: 4px;
  background: rgba(0, 0, 0, .9);
  -webkit-transition: -webkit-transform .5s;
  transition: transform .5s;
  -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
  transition-timing-function: cubic-bezier(.7, 0, .3, 1);
  -webkit-transform: translate3d(100%, 0, 0) translate3d(-2em, 0, 0) scale3d(.5, 1, 1);
  transform: translate3d(100%, 0, 0) translate3d(-2em, 0, 0) scale3d(.5, 1, 1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  list-style: none;
}
.menu_items--active .menu_items_each {
  -webkit-transition-timing-function: cubic-bezier(.56, 1.19, .2, 1.05);
  transition-timing-function: cubic-bezier(.56, 1.19, .2, 1.05);
  -webkit-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0)
}
.menu_items--active .menu_items_each:first-child, .menu_items_each:nth-child(4) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms
}
.menu_items--active .menu_items_each:nth-child(2), .menu_items_each:nth-child(3) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}
.menu_items--active .menu_items_each:nth-child(3), .menu_items_each:nth-child(2) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s
}
.menu_items--active .menu_items_each:nth-child(4), .menu_items_each:first-child {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}
.abtcontiner {
  position: absolute;
  display: block;
  width: 30%;
  height: auto;
  top: 25%;
  right: 10%;
  -webkit-box-shadow: 10px 20px 70.28px 8.72px rgba(0, 0, 0, .2);
  box-shadow: 10px 20px 70.28px 8.72px rgba(0, 0, 0, .2)
}
.section-tagline-abt {
  top: 30%;
  width: 60%;
  max-width: 500px;
  padding: 0 60px 0 0;
  left: 10%
}
.section-tagline-abt .splited-line {
  opacity: 1 !important
}
.section__clip:after {
  background: url("../images/Tobin_Tom.jpg") no-repeat top right fixed #090B0A;
  content: "";
  left: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.designation {
  font-size: 2rem;
  color: #f5f5f5;
}
@media screen and (max-width:600px) {
  .img-container {
    width: 80%;
    height: auto;
    top: 15%;
    left: 7%
  }
  .section-no {
    position: relative;
    top: 40%;
    width: 30%;
    text-align: left;
    left: 20%;
    font: 700 150px/1 "Proxima Nova", Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, .1)
  }
  .section-tagline {
    position: relative;
    top: 50%;
    width: 80%;
    max-width: 300px;
    padding: 0 60px 0 0;
    left: 15%
  }
  .section-tagline h2 {
    display: none !important
  }
  .text-content h1.lettr, h1 {
    font-size: 25px
  }
  .text-content {
    max-width: 280px
  }
  .text-content h1.lettr {
    font-size: 30px
  }
  .section__clip:after {
    background: none;
  }
  .section__clip {
    background: #191C2A;
  }
}