@import url("animate_plug/node_modules/animate.css/animate.css");
@import url("../js/Morphext-2.4.4/dist/morphext.css");
@import url("fontawesome-free-6.4.0-web/css/fontawesome.min.css");
@import url("fontawesome-free-6.4.0-web/css/solid.min.css");


@font-face {
  font-family: 'PP Gatwick';
  src: url('../fonts/PPGatwick-Ultralight.woff2') format('woff2'),
      url('../fonts/PPGatwick-Ultralight.woff') format('woff'),
      url('../fonts/PPGatwick-Ultralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/../fonts/Montserrat-Regular.woff2') format('woff2'),
      url('../fonts/Montserrat-Regular.woff') format('woff'),
      url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PP Gatwick';
  src: url('../fonts/PPGatwick-Bold.woff2') format('woff2'),
      url('../fonts/PPGatwick-Bold.woff') format('woff'),
      url('../fonts/PPGatwick-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
      url('../fonts/Montserrat-Medium.woff') format('woff'),
      url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hanken Grotesk';
  src: url('../fonts/Hanken_Grotesk/HankenGrotesk-VariableFont_wght.ttf') format('truetype-variations');
  src: url('../fonts/Hanken_Grotesk/HankenGrotesk-VariableFont_wght.ttf') format('truetype') tech('variations');
  font-weight: 100 1000;
  font-stretch: 25% 151%;
}

@media screen and (max-width: 768px) {
    #ultra_social_icons_menu {
      height: 70%;
    }
      #menu-principale{
        max-width: 42%;
      }
      #ultra_body_menu{
        position: absolute;
        top:auto;
        width: 100%;
        height: 100%;
      }
      p{
        font-size: .8rem;
      }
      h1{
        font-size: 2rem;
      }
      #ultra-form h1{
        font-size: 1.8rem;
      }
      .ultra-stellar{
        padding-bottom: .6rem;
      }
      .motto{
        font-size: 1.2rem;
      }
  }
  @media screen and (min-width: 768px) {
    p{
      font-size: 1rem;
    }
    h1{
      font-size: 2.5rem;
    }
    h2{
      font-size: 2.2rem;
    }
    .ultra-stellar{
      padding-bottom: .8rem;
    }
    .motto{
      font-size: 1.5rem;
    }

  }
  @media (max-width: 768px) and (orientation: landscape) {
    h1 {
      font-size: 1.4rem;
    }
    h2{
      font-size: 1rem;
    }
    p{
      font-size: .6rem;
    }
    .ultra-stellar{
      padding-bottom: .6rem;
    }

  }

  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 400;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 400;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: 400;
  }
  
html{
    font-size: 24px;
    text-underline-offset: 15px;
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
 /* -webkit-mask-image: linear-gradient(180deg, #000 95%, transparent);*/
}
h1,h2,h3,h4,h5,h6{
  font-family: 'PP Gatwick';
  font-weight: bold;
}
.elementor-page .elementor-element .elementor-widget-container .elementor-heading-title{
  font-family: 'PP Gatwick';
font-weight: bold;
font-size: 1rem;
}
p{
  font-family: 'Hanken Grotesk';
  /*text-align: justify;
  hyphens: auto;*/
  font-weight: 200;
}
span {
    display: inline-block;
  }
.navbar-brand{
    z-index: 999999;
  }
.ultra-close-btn{
    background: none;
    border: none;
    fill: #ecedec;
  }
  .ultra-contact-social svg{
    width: 18px;
    height: 100%;
  }
  .ultra-static-footer .ultra-static-footer-social p{
    font-size: .8rem;
    font-weight: 100;
    font-family: 'PP Gatwick';
  }
  .ultra-static-footer .ultra-static-footer-social svg{
    width: 18px;
    height: 100%;
  }
  .ultra-footer-icon svg{
    width: 6.8rem;
    height: 100%;
  }
  video.ultravideo{
    position: absolute;
    top:0;
    right:0;
    min-width: 100vw;
    min-height: 100vh;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    opacity: .7;
  }
.page-content .ultra-content{
  overflow-y: auto;
  overflow-x: hidden;

}
ul.ultra-list{
  list-style: none;
  padding-left: 0;
}
/***** MENU PRINCIPALE *****/
#menu-principale a.nav-link{
  font-size: .75rem;
}

.dropdown .dropdown-toggle::after{
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  vertical-align: middle;
  content: "\f054";
  border: none;
  
}
.dropdown a.show::after{
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f107";
  vertical-align: middle;
  border: none;
}
.menu-social-icon .st9:hover{
 fill:#02b3c1;
}
.ultra-offcanvas-header{
  padding-top: 1.4rem;
}
.ultra-welcome{
  display: none;
  background-color: rgb(10 10 10);
}
.ultra-intro-gif{
  display: none;
}
/**/
/****** MENU FOOTER ****/
#menu-social_footer{
  font-size: 13.2px;
}

.rotate{
  animation: ultraRotate 3s linear infinite;
}

@keyframes ultraRotate {
  0% { 
    transform: rotate(0); 
  }
  100% { 
    transform: rotate(360deg);
  }
 }

 .ultra-project-page .hero{
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  white-space: nowrap;
}
.ultra-project-page .hero .hero-title{
  display: inline-block;
  font-size: 7rem;
  font-family: 'PP Gatwick';
  font-weight: bold;
  padding-left: 100%;
  line-height: .7;
}
.marquee{
  animation: marquee 15s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.ultra-static-footer{
  background-color: #0a0a0a;
  color:#ecedec
}
.ultra-static-footer a{
  display: flex;
  height: 100%;
  color:#ecedec
}
.ultra-static-footer a:hover{
  color:#2aff46
}
.ultra-project-page .ultra-project-excerpt p{
  font-weight: 200;
  text-align: center;
  hyphens: none;
}
.ultra-project-page .ultra-project-showroom{
  background-color: white;
  color: #333333;
}
.ultra-footer-wave a:hover g > path{
  fill: #2aff46;
}

.ultra-footer-wave h1{
  font-size: 6rem;
  font-family: 'PP Gatwick';
  font-weight: bold;
  line-height: 0.9;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  white-space: nowrap;
  padding-left: 100%;

}
.ultra-footer-wave h1:hover{
  text-decoration-color: #2aff46;
}
.ultra-project-archive-page .ultra-loop-project{
  text-transform: uppercase;
}
.ultra-project-archive-page .ultra-loop-project img{
  width: 100%;
  height: auto;
  transition: 0.5s all ease-in-out;
}
.ultra-project-archive-page .ultra-loop-project img:hover{
  transform: scale(1.2);
}
.ultra-project-archive-page .ultra-loop-project .ultra-loop-project-title{
  font-family: 'Hanken Grotesk';
  font-size: 1rem;
  font-weight: 400;
}
.ultra-project-archive-page .ultra-loop-project p{
  font-family: 'Hanken Grotesk';
  font-size: .55rem;
  font-weight: 300;
}
.ultra-project-page .hero video{
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
}
.ultra-project-page .hero.hero-default{
    height: 450px;
    background: rgb(42,255,70);
    background: linear-gradient(90deg, rgba(42,255,70,1) 0%, rgba(8,180,193,1) 50%);
}
.ultra-breadcrumbs{
  font-size: .65rem;
}
.ultra-breadcrumbs a{
  color: var(--ultrawave-body-bg);
  font-weight: 200;
}
.ultra-breadcrumbs a:hover{
  color: var(--ultrawave-link-hover-color);
}
.ultra-go-back a{
  color: var(--ultrawave-body-bg);
  font-size: .8rem;
}
.ultra-go-back a:hover{
  color: var(--ultrawave-link-hover-color);
}
.ultra-go-back .fa-chevron-left:before{
  font-size: .7rem;
  margin-: 10px;
}
.ultra-success-message{
  color:#2aff46;
}
.ultra-success-message::before{

  

}
.ultra-error-message{
  color: red;
}
