@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;400;700&display=swap");
*, *::after, *::before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Mukta Vaani', sans-serif;
}

.s-0 {
  margin: 0;
  padding: 0;
}

.m-1 {
  margin: 8px;
}

.m-2 {
  margin: 16px;
}

.m-3 {
  margin: 48px;
}

.m-4 {
  margin: 72px;
}

.m-5 {
  margin: 128px;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 48px;
}

.mt-4 {
  margin-top: 72px;
}

.mt-5 {
  margin-top: 128px;
}

.ml-1 {
  margin-left: 8px;
}

.ml-2 {
  margin-left: 16px;
}

.ml-3 {
  margin-left: 48px;
}

.ml-4 {
  margin-left: 72px;
}

.ml-5 {
  margin-left: 128px;
}

.mr-1 {
  margin-right: 8px;
}

.mr-2 {
  margin-right: 16px;
}

.mr-3 {
  margin-right: 48px;
}

.mr-4 {
  margin-right: 72px;
}

.mr-5 {
  margin-right: 128px;
}

.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mb-3 {
  margin-bottom: 48px;
}

.mb-4 {
  margin-bottom: 72px;
}

.mb-5 {
  margin-bottom: 128px;
}

.mx-1 {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-2 {
  margin-left: 16px;
  margin-right: 16px;
}

.mx-3 {
  margin-left: 48px;
  margin-right: 48px;
}

.mx-4 {
  margin-left: 72px;
  margin-right: 72px;
}

.mx-5 {
  margin-left: 128px;
  margin-right: 128px;
}

.my-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-3 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.my-4 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.my-5 {
  margin-top: 128px;
  margin-bottom: 128px;
}

.p-1 {
  padding: 8px;
}

.p-2 {
  padding: 16px;
}

.p-3 {
  padding: 48px;
}

.p-4 {
  padding: 72px;
}

.p-5 {
  padding: 128px;
}

.pt-1 {
  padding-top: 8px;
}

.pt-2 {
  padding-top: 16px;
}

.pt-3 {
  padding-top: 48px;
}

.pt-4 {
  padding-top: 72px;
}

.pt-5 {
  padding-top: 128px;
}

.pl-1 {
  padding-left: 8px;
}

.pl-2 {
  padding-left: 16px;
}

.pl-3 {
  padding-left: 48px;
}

.pl-4 {
  padding-left: 72px;
}

.pl-5 {
  padding-left: 128px;
}

.pr-1 {
  padding-right: 8px;
}

.pr-2 {
  padding-right: 16px;
}

.pr-3 {
  padding-right: 48px;
}

.pr-4 {
  padding-right: 72px;
}

.pr-5 {
  padding-right: 128px;
}

.pb-1 {
  padding-bottom: 8px;
}

.pb-2 {
  padding-bottom: 16px;
}

.pb-3 {
  padding-bottom: 48px;
}

.pb-4 {
  padding-bottom: 72px;
}

.pb-5 {
  padding-bottom: 128px;
}

.px-1 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-2 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-3 {
  padding-left: 48px;
  padding-right: 48px;
}

.px-4 {
  padding-left: 72px;
  padding-right: 72px;
}

.px-5 {
  padding-left: 128px;
  padding-right: 128px;
}

.py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-3 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-4 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.py-5 {
  padding-top: 128px;
  padding-bottom: 128px;
}

body {
  width: 100%;
  height: 100vh;
  background-color: #0A0C10;
}

img, svg {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
  color: #F4F7FB;
}

.border {
  border: 1px solid red;
}

p {
  font-size: 14px;
  color: #959698;
  letter-spacing: 1px;
  line-height: 140%;
}

img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 36px 16px;
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 960px) {
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.container-item-1 {
  max-width: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 16px;
}

.info-film {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
}

.text {
  color: #B5B6B8;
  font-size: 14px;
  border-spacing: 1px;
  font-family: 'Mukta';
  font-weight: 200;
  letter-spacing: 2px;
}

.data {
  color: #A1A3A5;
  border-spacing: 1px;
  font-family: 'Mukta';
  font-weight: 200;
  letter-spacing: 2px;
  border-right: 1px solid grey;
  margin-left: 10px;
  padding-right: 10px;
}

.idade {
  color: #F4F7FB;
  background-color: #F02A2F;
  border-radius: 2px;
  border-spacing: 1px;
  font-family: 'Mukta';
  font-weight: 200;
  letter-spacing: 2px;
  margin-left: 10px;
  padding: 0 5px 0 5px;
}

.duracao {
  color: #A1A3A5;
  border-spacing: 1px;
  font-family: 'Mukta';
  font-weight: 200;
  letter-spacing: 2px;
  border-left: 1px solid grey;
  margin-left: 10px;
  padding-left: 10px;
}

.genero {
  color: #A1A3A5;
  border-spacing: 1px;
  font-family: 'Mukta';
  font-weight: 200;
  letter-spacing: 2px;
  border-left: 1px solid grey;
  margin-left: 10px;
  padding-left: 10px;
}

.aranha {
  border: 1px solid red;
}

.p {
  font-size: 14px;
  color: #A1A3A5;
  letter-spacing: 1px;
  line-height: 140%;
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.container-item-2 {
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
}

.spiderman {
  width: 110%;
  -webkit-transition: .7s ease;
  transition: .7s ease;
  -webkit-transform: translate3d(-110px, 30px, 0);
          transform: translate3d(-110px, 30px, 0);
}

@media screen and (max-width: 960px) {
  .spiderman {
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.div-spiderman {
  -webkit-transform: translate3d(-190px, 0, 0);
          transform: translate3d(-190px, 0, 0);
  -webkit-transition: .7s ease;
  transition: .7s ease;
}

.btn {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 3px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  text-transform: uppercase;
  background: linear-gradient(225deg, #F02A2F 0%, #B31317 100%);
  -webkit-transition: .7s ease;
  transition: .7s ease;
  position: relative;
}

.btn::after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 30%;
  height: 70%;
  opacity: 0;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  border-radius: 3px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
}

.btn::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 30%;
  height: 70%;
  opacity: 0;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  border-radius: 3px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
}

.btn:hover {
  -webkit-transform: skewX(-10deg) scale(1.05);
          transform: skewX(-10deg) scale(1.05);
}

.btn:hover::after {
  opacity: 1;
}

.btn:hover::before {
  opacity: 1;
}

.btn-secundary {
  display: inline-block;
  padding: 10px 32px;
  border-radius: 3px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  text-transform: uppercase;
  background: transparent;
  -webkit-transition: .7s ease;
  transition: .7s ease;
  position: relative;
  border: 2px solid #F02A2F;
}

.btn-secundary::after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  width: 0%;
  height: 105%;
  -webkit-transition: .7s ease;
  transition: .7s ease;
  background: linear-gradient(225deg, #F02A2F 0%, #B31317 100%);
}

.btn-secundary:hover::after {
  width: 102%;
}

.container-item-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.w-auto {
  width: auto;
}

.bg-banner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg-banner::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: linear-gradient(110deg, #0A0C10 25%, rgba(11, 12, 16, 0.8) 50%, #0A0C10 70%);
}

.play {
  width: 40px;
  position: absolute;
  bottom: 60px;
  left: 200px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-transform: uppercase;
  font-weight: 100;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 16px;
}

.play img {
  max-width: 50px;
  cursor: pointer;
}

.trailer {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100000;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  visibility: hidden;
  opacity: 0;
}

.trailer.active {
  visibility: visible;
  opacity: 1;
}

.trailer video {
  max-width: 900px;
  outline: none;
}

.close {
  cursor: pointer;
  max-width: 32px;
  position: absolute;
  top: 30px;
  right: 30px;
}

footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 20px;
  background: #0A0C10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .sci img {
  width: 30px;
}

footer .sci img path, footer .sci img circle {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

footer .sci img:hover path, footer .sci img:hover circle {
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  fill: #F02A2F;
}

footer .sci img .footer svg path, footer .sci img .footer svg circle {
  -webkit-transition: .7s ease;
  transition: .7s ease;
}

footer .sci img .footer svg:hover path {
  fill: #EA1D22;
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

footer .container-item-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

footer .container-item-3 .sec {
  margin-right: 30px;
}

footer .container-item-3 .sec.aboutus {
  width: 40%;
}

footer .container-item-3 h2 {
  position: relative;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}

footer .container-item-3 h2:before {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 50px;
  height: 2px;
  background: #f00;
}

footer p {
  color: #999;
}

.sci {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sci li {
  list-style: none;
}

.sci a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  padding-right: 30px;
  text-decoration: none;
  border-radius: 4px;
}

@media screen and (max-width: 960px) {
  .sci {
    display: none;
  }
}

.sci svg {
  cursor: none;
  margin-left: 32px;
  display: block;
  width: 30px;
  padding: 0 0;
}

.sci svg path, .sci svg circle {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  fill: white;
}

.sci svg:hover path, .sci svg:hover circle {
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  fill: white;
}

.sci .sci svg path, .sci .sci svg circle {
  -webkit-transition: .7s ease;
  transition: .7s ease;
}

.sci .sci svg:hover path {
  fill: white;
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sci li {
  list-style: none;
}

.sci a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  text-decoration: none;
  border-radius: 4px;
}

.sci a:hover {
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  background: #F02A2F;
}

.quickLinks {
  position: relative;
  width: 20%;
  padding: 0;
}

.quickLinks ul li {
  list-style: none;
}

.quickLinks ul li a {
  color: #999;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}

.quickLinks ul li a:hover {
  color: red;
}

.contact {
  width: 20%;
}

.info {
  position: relative;
}

.info img {
  width: 20px;
}

.phone {
  padding-top: 16px;
}

.mail {
  padding-top: 30px;
}

.info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info li span:nth-child(1) {
  color: #f00;
  font-size: 20px;
  margin-right: 10px;
}

.info li span {
  color: #999;
  margin-right: 10px;
  font-size: 14px;
  margin-bottom: 10px;
}

.info a {
  color: #999;
  font-size: 14px;
}

header {
  width: 100%;
  position: relative;
  z-index: 0;
  padding-top: 16px;
}

.navbar {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px 36px;
}

.bx {
  display: none;
}

@media screen and (max-width: 960px) {
  .bx {
    display: block;
    width: 48px;
    height: 48px;
    background-color: #14181F;
    border-radius: 8px;
    position: relative;
  }
}

.bx:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 10%;
  top: 30%;
  left: 15%;
  border-radius: 20px;
  background-color: white;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.bx::before {
  content: '';
  position: absolute;
  width: 40%;
  height: 10%;
  top: 60%;
  left: 30%;
  border-radius: 20px;
  background-color: white;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

#bx:checked ~ label .bx:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  width: 70%;
  height: 10%;
  top: 45%;
  left: 15%;
}

#bx:checked ~ label .bx:before {
  -webkit-transform: rotate(-405deg);
          transform: rotate(-405deg);
  width: 70%;
  height: 10%;
  top: 45%;
  left: 15%;
}

.logo {
  max-width: 62px;
}

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 960px) {
  .nav-list {
    display: none;
  }
}

.nav-list li {
  margin-left: 24px;
}

a {
  text-decoration: none;
}

.nav-list-b {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-list-b li {
  margin-left: 24px;
}

.nav-link {
  display: block;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 200;
  color: #959698;
  padding: 8px 16px;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: none;
}

.nav-link:hover {
  color: #F4F7FB;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  border-radius: 20px;
  background-color: #EA1D22;
}

.nav-link-b {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 200;
  color: #B31317;
  padding: 8px 16px;
  -webkit-transition: .7s ease;
  transition: .7s ease;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: none;
}

.nav-link-b:hover {
  color: #EA1D22;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 20px;
  background-color: #F4F7FB;
}

.nav-link::after {
  content: '';
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  width: 2px;
  height: 0px;
  -webkit-transition: .7s ease;
  transition: .7s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 29, 34, 0)), to(#E91D22));
  background: linear-gradient(180deg, rgba(233, 29, 34, 0) 0%, #E91D22 100%);
}

.nav-link:hover::after {
  height: 40px;
}

.nav-link-b::after {
  content: '';
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  width: 2px;
  height: 0px;
  -webkit-transition: .7s ease;
  transition: .7s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 29, 34, 0)), to(#E91D22));
  background: linear-gradient(180deg, rgba(233, 29, 34, 0) 0%, #E91D22 100%);
}

.nav-link-b:hover::after {
  height: 40px;
}

.search {
  position: relative;
  width: 300px;
  height: 30px;
}

.search input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  outline: none;
  border-radius: 4px;
  padding: 0 10px 0 45px;
}

.search input ::-webkit-input-placeholder {
  color: white;
}

.search input :-ms-input-placeholder {
  color: white;
}

.search input ::-ms-input-placeholder {
  color: white;
}

.search input ::placeholder {
  color: white;
}

.search img {
  width: 28px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-right: 10px;
  border-right: 1px solid #fff;
}

.nav-social {
  cursor: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  .nav-social {
    display: none;
  }
}

.nav-social svg {
  cursor: none;
  margin-left: 32px;
  display: block;
  width: 23px;
  padding: 0 0;
}

.nav-social svg path, .nav-social svg circle {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.nav-social svg:hover path, .nav-social svg:hover circle {
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  fill: #F4F7FB;
}

.nav-social .nav-social svg path, .nav-social .nav-social svg circle {
  -webkit-transition: .7s ease;
  transition: .7s ease;
}

.nav-social .nav-social svg:hover path {
  fill: #EA1D22;
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.nav-social .facebook {
  cursor: none;
  display: inline-block;
  padding-right: 30px;
  width: 35px;
  height: 35px;
  background: #14181F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  text-decoration: none;
  border-radius: 4px;
}

.nav-social .facebook:hover {
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  -webkit-transition: .7s ease;
  transition: .7s ease;
  background: #3b5998;
}

.nav-social .instagram {
  cursor: none;
  display: inline-block;
  padding-right: 30px;
  width: 35px;
  height: 35px;
  background: #14181F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  text-decoration: none;
  border-radius: 4px;
}

.nav-social .instagram:hover {
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  -webkit-transition: .7s ease;
  transition: .7s ease;
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.nav-social .twitter {
  cursor: none;
  display: inline-block;
  padding-right: 30px;
  width: 35px;
  height: 35px;
  background: #14181F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  text-decoration: none;
  border-radius: 4px;
}

.nav-social .twitter:hover {
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  -webkit-transition: .7s ease;
  transition: .7s ease;
  background: #1DA1F2;
}

.nav-social .youtube {
  cursor: none;
  display: inline-block;
  padding-right: 30px;
  width: 35px;
  height: 35px;
  background: #14181F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  text-decoration: none;
  border-radius: 4px;
}

.nav-social .youtube:hover {
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  -webkit-transition: .7s ease;
  transition: .7s ease;
  background: #F02A2F;
}

div {
  display: block;
}

.cursor {
  z-index: 1;
  width: 25px;
  height: 25px;
  border: 1px solid white;
  border-radius: 50%;
  position: absolute;
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-animation: cursorAnim .5s infinite alternate;
          animation: cursorAnim .5s infinite alternate;
  pointer-events: none;
  -webkit-box-shadow: 0 0 20px #E85F5C, 0 0 60px #E85F5C, 0 0 100px #E85F5C;
          box-shadow: 0 0 20px #E85F5C, 0 0 60px #E85F5C, 0 0 100px #E85F5C;
}

.cursor::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  border: 8px solid #EA1D22;
  border-radius: 50%;
  opacity: .5;
  top: -8px;
  left: -8px;
  -webkit-animation: cursorAnim2 .5s infinite alternate;
          animation: cursorAnim2 .5s infinite alternate;
}

@-webkit-keyframes cursorAnim {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@keyframes cursorAnim {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@-webkit-keyframes cursorAnim2 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}

@keyframes cursorAnim2 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}

@-webkit-keyframes cursorAnim3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes cursorAnim3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.expand {
  -webkit-animation: cursorAnim3 .5s forwards;
          animation: cursorAnim3 .5s forwards;
  border: 1px solid red;
}
/*# sourceMappingURL=story.css.map */