/*
Theme Name: matteocarria
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: Giacomo Panattoni
Author URI: https://nextre.it/
Description: Starter theme with bootstrap , font-awesome , jquery
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mc_
*/
/* default wordpress classes
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

img {
  max-width: 100%;
  height: auto; }

@media all and (min-width: 768px) {
  .row-100 {
    width: 100%; } }

/* end default wordpress classes
-------------------------------------------------------------- */
.button {
  border: 1px solid white;
  padding: 10px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  color: white;
  font-weight: 300; }
  .button img {
    max-width: 45px;
    margin-left: 30px; }

.mc-btn {
  background-color: transparent;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0px 30px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 2s;
  transition: all 2s;
  opacity: 1;
  position: absolute;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  padding: 0;
  font-size: 11px !important;
  letter-spacing: 1px; }
  .mc-btn:focus {
    outline: none; }
  .mc-btn:hover {
    background-color: rgba(255, 255, 255, 0.2); }

.hidden {
  opacity: 0;
  pointer-events: none;
  z-index: -1; }

@media all and (min-width: 768px) {
  .container-mc {
    padding: 0 100px; } }

.margin-negative {
  margin-top: -60px; }

.max-w {
  max-width: 100vw !important;
  overflow-x: hidden !important; }

.page-screen {
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 2s;
  transition: opacity 2s; }
  .page-screen.visible {
    visibility: visible;
    z-index: 999;
    opacity: 1; }

#menu.page-screen {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute; }
  #menu.page-screen.visible {
    position: static; }
  #menu.page-screen ul {
    list-style-type: none;
    padding: 0; }
    #menu.page-screen ul li {
      color: white;
      font-size: 15px;
      font-weight: bold;
      letter-spacing: 2px;
      text-align: center;
      margin-bottom: 10px; }

#nft.page-screen,
#contact.page-screen, #about.page-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-align: center;
          align-items: center; }
  #nft.page-screen h2,
  #contact.page-screen h2, #about.page-screen h2 {
    color: white;
    text-align: center;
    font-family: "Kiona";
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: 3px; }
  #nft.page-screen .content > div,
  #contact.page-screen .content > div, #about.page-screen .content > div {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Nunito Sans", sans-serif;
    text-align: center;
    text-transform: none;
    font-size: 14px; }
    @media all and (min-width: 768px) {
      #nft.page-screen .content > div,
      #contact.page-screen .content > div, #about.page-screen .content > div {
        max-width: 50%;
        font-size: 16px; } }
  #nft.page-screen > p,
  #contact.page-screen > p, #about.page-screen > p {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Nunito Sans", sans-serif;
    text-align: center;
    text-transform: none;
    font-size: 14px; }
    @media all and (max-width: 768px) {
      #nft.page-screen > p,
      #contact.page-screen > p, #about.page-screen > p {
        line-height: 1.1; } }
    @media all and (min-width: 768px) {
      #nft.page-screen > p,
      #contact.page-screen > p, #about.page-screen > p {
        max-width: 50%;
        font-size: 16px; } }

.page-screen .menu-toggle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
  font-size: 30px;
  left: 20px;
  z-index: 999;
  width: 30px; }

.action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 30px;
  position: static;
  bottom: 40px; }
  .action-buttons .icon-back {
    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;
    font-size: 30px; }
    .action-buttons .icon-back__click {
      margin: 0;
      opacity: 0;
      -webkit-transition: opacity 1s;
      transition: opacity 1s;
      pointer-events: none;
      display: none;
      background-color: transparent;
      border: none;
      color: white;
      outline: none; }
      .action-buttons .icon-back__click.active {
        display: block;
        opacity: 1;
        pointer-events: all; }
      .action-buttons .icon-back__click img {
        width: 20px; }
  .action-buttons .menu-toggle {
    color: white;
    font-size: 30px;
    left: 20px;
    z-index: 999;
    width: 30px;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    pointer-events: none;
    display: block;
    visibility: hidden; }
    .action-buttons .menu-toggle.active {
      visibility: visible;
      display: block;
      opacity: 1;
      pointer-events: all; }

.nft-container {
  height: 100%; }

.social-buttons .social-button {
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
  margin-bottom: 20px;
  border-radius: 40px; }
  .social-buttons .social-button__link {
    text-decoration: none;
    color: white;
    font-family: "Nunito Sans", sans-serif; }
  .social-buttons .social-button__title {
    font-family: "Nunito Sans", sans-serif;
    font-size: 13px;
    margin: 0;
    text-transform: none; }
  .social-buttons .social-button__description {
    font-family: "Nunito Sans", sans-serif;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    text-transform: none;
    margin-top: -5px; }

.body-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh; }

html {
  cursor: url("/wp-content/themes/matteocarria/assets/img/circle.png"), auto; }

.slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 100vw; }
  .slider .swiper-slide {
    height: 100vh;
    width: 100vw;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    background-size: cover !important;
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s; }
    .slider .swiper-slide-active {
      max-width: 100vw;
      -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
              transform: scale(1.3); }

/*
|--------------------------------------------------------------------------
| Home
|--------------------------------------------------------------------------
*/
.logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .logo-container h1 {
    color: white;
    font-family: "DissolveRegular";
    font-size: 21px;
    letter-spacing: 12px;
    margin-bottom: 5px; }
    @media all and (min-width: 768px) {
      .logo-container h1 {
        font-size: 20px;
        letter-spacing: 10px;
        margin-right: -20px; } }
  .logo-container .logo {
    max-width: 200px;
    margin-bottom: 20px; }

.overlay-container {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-align: center;
          align-items: center; }

.overlay {
  border-top: 0.5px solid white;
  border-bottom: 0.5px solid white;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 30%;
  height: 0;
  -webkit-transition: height 2s, width 2s 2s;
  transition: height 2s, width 2s 2s;
  overflow: hidden;
  width: 289px;
  min-width: 289px; }
  .overlay.open {
    width: 100%;
    height: -webkit-calc(230px * 2 + 30px);
    height: calc(230px * 2 + 30px);
    -webkit-transition: all 2s, height 2s 2s;
    transition: all 2s, height 2s 2s; }

.bottom-projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  color: white; }
  .bottom-projects button {
    margin-top: 20px; }
  .bottom-projects h2 {
    font-size: 15px;
    letter-spacing: 25px;
    margin-right: -25px;
    margin-top: 8px; }

.container-mc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 500px; }

.swiper-projects {
  margin-top: -10px;
  margin-bottom: 0px;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .swiper-projects.active {
    opacity: 1;
    -webkit-transition: opacity 2s;
    transition: opacity 2s; }
  .swiper-projects.out {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
  .swiper-projects .preview {
    cursor: pointer; }
  .swiper-projects .swiper-slide {
    background-size: cover !important;
    background-position: center center !important;
    text-align: center;
    width: 100%;
    margin: 0 !important;
    margin-top: 10px !important; }
    @media all and (min-width: 768px) {
      .swiper-projects .swiper-slide {
        width: 47%; } }
    @media all and (min-width: 992px) {
      .swiper-projects .swiper-slide {
        width: 32.5%; } }
    .swiper-projects .swiper-slide .preview__overlay {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      opacity: 0;
      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-transition: all 0.5s;
      transition: all 0.5s;
      height: 100%;
      width: 100%; }
      .swiper-projects .swiper-slide .preview__overlay h2 {
        font-family: "Kiona";
        color: white;
        font-size: 20px; }
    .swiper-projects .swiper-slide:hover .preview__overlay {
      opacity: 1; }

.next-btn {
  width: 31px;
  background: white;
  border: white;
  height: 5px;
  border-radius: 16%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 21px;
  z-index: 999; }

.prev-btn {
  width: 31px;
  background: white;
  border: white;
  height: 5px;
  border-radius: 16%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 21px;
  z-index: 999; }

@font-face {
  font-family: 'DissolveLight';
  src: url("assets/font/Disolve_light.ttf.woff") format("woff"), url("assets/font/Disolve_light.ttf") format("truetype"); }

@font-face {
  font-family: 'DissolveRegular';
  src: url("assets/font/Disolve_regular.woff") format("woff"), url("assets/font/Disolve_regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Kiona';
  src: url("assets/font/Kiona-Regular.woff") format("woff"), url("assets/font/Kiona-Regular.ttf") format("truetype"); }

* {
  font-family: 'Kiona';
  text-transform: uppercase; }

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important; }
  .video-container .video-single {
    display: none;
    color: white;
    z-index: 99;
    position: relative; }
    .video-container .video-single iframe {
      width: 100%;
      height: 200px; }
      @media all and (min-width: 768px) {
        .video-container .video-single iframe {
          height: 422px; } }
    .video-container .video-single .icon-back {
      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;
      font-size: 30px; }
      .video-container .video-single .icon-back__click {
        background-color: transparent;
        border: none;
        color: white;
        outline: none; }
    .video-container .video-single__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -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; }
      .video-container .video-single__text h2 {
        font-family: "Kiona"; }
      .video-container .video-single__text p {
        color: rgba(255, 255, 255, 0.5);
        font-family: "Nunito Sans", sans-serif;
        text-transform: none;
        font-size: 14px; }
        @media all and (min-width: 992px) {
          .video-container .video-single__text p {
            font-size: 14px; } }

/* The animation code */
@-webkit-keyframes body {
  0% {
    opacity: 0; }
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes body {
  0% {
    opacity: 0; }
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes up {
  0% {
    top: 50px; }
  60% {
    top: 50px; }
  100% {
    top: 0; } }

@keyframes up {
  0% {
    top: 50px; }
  60% {
    top: 50px; }
  100% {
    top: 0; } }

@-webkit-keyframes down {
  0% {
    top: -50px; }
  70% {
    top: -50px; }
  100% {
    top: 0; } }

@keyframes down {
  0% {
    top: -50px; }
  70% {
    top: -50px; }
  100% {
    top: 0; } }

@-webkit-keyframes line {
  0% {
    width: 0;
    min-width: 0; }
  60% {
    width: 0;
    min-width: 0; }
  100% {
    width: 289px; } }

@keyframes line {
  0% {
    width: 0;
    min-width: 0; }
  60% {
    width: 0;
    min-width: 0; }
  100% {
    width: 289px; } }

@-webkit-keyframes button {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes button {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* The element to apply the animation to */
body {
  -webkit-animation-name: body;
          animation-name: body;
  -webkit-animation-duration: 4s;
          animation-duration: 4s; }

.logo-container {
  overflow-y: hidden; }
  .logo-container h1 {
    position: relative;
    -webkit-animation-name: up;
            animation-name: up;
    -webkit-animation-duration: 5s;
            animation-duration: 5s; }
    @media all and (max-width: 768px) {
      .logo-container h1 {
        margin-left: 15px; } }

.bottom-projects {
  overflow-y: hidden; }
  .bottom-projects h2 {
    position: relative;
    -webkit-animation-name: down;
            animation-name: down;
    -webkit-animation-duration: 5.5s;
            animation-duration: 5.5s; }

.overlay {
  -webkit-animation-name: line;
          animation-name: line;
  -webkit-animation-duration: 4s;
          animation-duration: 4s; }

.mc-btn {
  -webkit-animation-name: button;
          animation-name: button;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  font-size: 15px; }

@media all and (min-width: 768px) {
  #circle {
    width: 10px;
    height: 10px;
    background: white;
    border: 1px solid white;
    z-index: 999;
    position: absolute;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-spacing: 20px;
    pointer-events: none;
    -webkit-transition: width 0.2s, height 0.2s, background 021s, left 0.05s, top 0.05s;
    transition: width 0.2s, height 0.2s, background 021s, left 0.05s, top 0.05s; }
    #circle.hover {
      width: 40px;
      height: 40px;
      border: 1px solid white;
      background-color: transparent;
      -webkit-transition: width 0.2s, height 0.2s, background 0.2s;
      transition: width 0.2s, height 0.2s, background 0.2s; }
    #circle.pulse {
      background-color: white;
      -webkit-transition: width 0.2s, height 0.2s, background 0.2s;
      transition: width 0.2s, height 0.2s, background 0.2s; }
  body,
  button,
  a,
  .preview {
    cursor: none !important; } }

.nftSwiper {
  width: 100%;
  height: 300px; }
  .nftSwiper .swiper-slide h3 {
    color: white;
    font-family: "Kiona";
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 3px; }
  .nftSwiper .swiper-slide p {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Nunito Sans", sans-serif;
    text-transform: none;
    font-size: 14px; }
    @media all and (max-width: 768px) {
      .nftSwiper .swiper-slide p {
        line-height: 1.1; } }
    @media all and (min-width: 768px) {
      .nftSwiper .swiper-slide p {
        max-width: 50%;
        font-size: 16px; } }
  .nftSwiper__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    height: 100%; }
  .nftSwiper__image {
    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 all and (min-width: 768px) {
      .nftSwiper__image {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    .nftSwiper__image a {
      display: block;
      width: 250px;
      height: 250px; }
  .nftSwiper .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.5); }
    .nftSwiper .swiper-pagination-bullet-active {
      background-color: white !important; }

.nftSwiper-container {
  max-width: 100%; }
  @media all and (min-width: 768px) {
    .nftSwiper-container {
      max-width: 50%; } }

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

/*# sourceMappingURL=style.css.map */
