/*
Theme Name: G-Press
Text Domain: G-Press
Version: 1.0
Description: G-Press
Tags: responsive
Author: Gianluca Giordano
*/

@import url("https://fonts.googleapis.com/css2?family=ABeeZee&family=Itim&family=Jost:wght@400;500;600;700&family=Lilita+One&family=Nunito:wght@300;400;500;600&family=Passion+One:wght@900&family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&family=Rammetto+One&family=Righteous&family=Rubik:wght@300;400;500;600;700;900&display=swap");

@font-face {
  font-family: Neo Gen;
  src: url(/wp-content/themes/acfready_btrs5/assets/fonts/neo-gen.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: TT Norms Pro;
  src: url(/wp-content/themes/acfready_btrs5/assets/fonts/TTNormsPro/TTNormsProExtraBold.otf);
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: TT Norms Pro;
  src: url(/wp-content/themes/acfready_btrs5/assets/fonts/TTNormsPro/TTNormsProBold.otf);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: TT Norms Pro;
  src: url(/wp-content/themes/acfready_btrs5/assets/fonts/TTNormsPro/TTNormsProMedium.otf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Nevo;
  src: url(/wp-content/themes/acfready_btrs5/assets/fonts/Nevo/NevoLight.otf);
  font-weight: light;
  font-style: normal;
}

:root {
  --header-height: 80px;
  --services-scroll-height: 1787.89px;
  --services-scroll-step: calc(var(--services-scroll-height) / 5);
  --services-scroll-current-step: 0;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}

.container {
  max-width: 1140px !important;
}

body {
  font-size: 12px;
  background-color: #FAFAFB;
  overflow: hidden;
}

header .custom-logo {
  height: 80px;
  width: auto;
  transition-duration: 100ms;
}

.small-logo {
  height: 65px !important;
}

.navbar-nav {
  position: relative;
  z-index: 0;
}

.navbar-nav li {
  padding: 0 18px;
  position: relative;
  color: #032338;
  font-size: 1.2rem;
  font-family: Rubik;
  font-weight: 500;
  transition: 0.4s ease;
}

.navbar-nav .sub-menu li {
  padding: 10px;
  color: #000000d7;
  font-size: 1.65rem;
  font-weight: 800;
  font-family: TT Norms Pro, sans-serif;
  transition: 0.4s ease;
}

.navbar-nav .sub-menu li:hover {
  background-color: #f1f1f1;
  border-radius: 0px 20px 0px 20px;
}

.navbar-nav .sub-menu .item-description {
  color: #000000d7;
  font-size: 1.08rem;
  font-weight: 400;
  white-space: nowrap;
  font-family: Rubik, sans-serif;
}

.navbar-nav li:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
}

.navbar:hover {
  border-bottom: 1px solid #e5e5e5;
  background-color: white;
  transition-duration: 100ms;
}

.sub-menu {
  transform: translateX(-20px);
  opacity: 0;
  position: absolute;
  padding: 20px;
  background-color: white;
  border-radius: 0 25px 0px 25px;
  top: 115px;
  border: 1px solid #e5e5e5;
  transition-duration: 200ms;
  pointer-events: none;
}

.sub-menu a {
  display: block;
}

@media screen and (min-width: 1023px) {
  .navbar-nav>li>a {
    height: 100px;
    display: flex;
    align-items: center;
  }
}


.jumbotron {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.26) 180%),
    url(/wp-content/themes/acfready_btrs5/assets/images/4893653.jpg) !important;
}

.terzo {
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}


.animation-drop {
  animation: dropobj 0.5s forwards;
  transform-origin: center;
}

@keyframes dropobj {
  0% {
    transform: translate3d(0, 0, 0) scale(0.8);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.hover-this {
  transition: all 0.3s ease;
}


@keyframes tooltipexit {
  0% {
    opacity: 1;
    transform: scale(100%);
  }

  100% {
    opacity: 0;
    transform: scale(110%);
  }
}

.banner-product {
  animation: tooltip 0.5s forwards;
  will-change: transform;
}

img {
  will-change: transform;
}

.bg-gradient-deep {
  background: linear-gradient(180deg,
      rgba(57, 57, 57, 0) 12%,
      #465c75 12%,
      #465c75 90%,
      white 90%);
}

.card:hover .show-on-hover {
  display: block;
}

.card:hover .hide-on-hover {
  display: none;
}

b,
strong {
  font-weight: 500;
}

h2 b,
h2 strong,
h4 b,
h4 strong {
  font-weight: 700;
}

@keyframes fadeUpZoom {
  0% {
    transform: translateY();
    opacity: 0;
  }

  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.services-screenshot-container {
  animation: servicesVerticalScroll 1.2s;
}

@keyframes servicesVerticalScroll {

  0%,
  2% {
    transform: translateY(0) skew(0);
  }

  60%,
  100% {
    transform: translateY(var(--services-scroll-step)) skew(0);
  }
}



.partner-text::before {
  content: "";
  background-color: #DC2625;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  animation: textUnderbg 1s forwards;
  width: 0;
  top: 5px;
  border-radius: 5px;
  height: 87%;
}

.partner-text.blue::before {
  background-color: #284353;
}

@keyframes textUnderbg {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.bg-blue-striped::before {
  content: "";
  opacity: 0.15;
  display: block;
  background: repeating-linear-gradient(-45deg,
      #ffffff78,
      #ffffff6d 1.5px,
      #e5e5f700 1.5px,
      #e5e5f700 10.5px);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.bg-blue-striped::after {
  content: "";
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  position: absolute;
  background-image: radial-gradient(#00000000, #032940);
  z-index: 0;
  overflow: hidden;

}

.blue-tint::after {
  content: "";
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  position: absolute;
  background-color: #3ac1ff66;
  z-index: 0;
  overflow: hidden;

}

/*@media (min-width: 2048px) {
  .bg-blue-striped::after {
    border-radius: 35px;
  }
}*/

.white-fade::after {
  content: "";
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  height: 25%;
  position: absolute;
  background-image: linear-gradient(90deg, #FAFAFB 0%, #00000000 2%, #00000000 98%, #FAFAFB);
  z-index: 100;
}

.white-fade-vert::after {
  content: "";
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(180deg, #FAFAFB 0%, #00000000 10%);
  z-index: 100;
}

.img-space {
  background-size: cover;
  background-position-x: -60px;
  background-image: radial-gradient(#00000000, #048fe588), url("/wp-content/themes/acfready_btrs5/assets/images/coding_anim_2/rappresentazioni-ui-e-ux-con-laptop3.jpg") !important;
}

.striped-circle {
  display: block;
  background: repeating-linear-gradient(45deg,
      #ffffffd4,
      #ffffffd4 1.8px,
      #e5e5f700 1.8px,
      #e5e5f700 20px);
  position: absolute;
}

.striped-circle-black {
  display: block;
  background: repeating-linear-gradient(45deg,
      #b9b9b9,
      #b9b9b9 1.8px,
      #e5e5f700 1.8px,
      #e5e5f700 20px);
  position: absolute;
}

.scrollingTitle {
  will-change: transform;
}

h2.scrollingTitle,
.mobileTitle {
  background: -webkit-linear-gradient(#6f8fa1, #031c2b);
  -webkit-background-clip: text;
  background-repeat: repeat;
  -webkit-text-fill-color: transparent;
}

.bg-dot-pattern {
  background-image: radial-gradient(#969696af 1px, #ffffff00 0.5px);
  background-size: 15px 15px;
}

.gradient-mask {
  mask-image: linear-gradient(180deg,
      transparent,
      white,
      transparent);
  -webkit-mask-image: linear-gradient(180deg,
      transparent,
      white,
      transparent);
}

.selected .selected-dot {
  display: block;
}

.selected h4,
.selected p {
  color: #5f5f5f;

}

#products-nav.is-pinned .card-nav:first-of-type {
  border-radius: 40px 0 0;
}

#products-nav.is-pinned .card-nav:last-of-type {
  border-radius: 0 40px 0 0;
}

#products-nav.is-pinned>div {
  border-radius: 40px 40px 0 0 !important;
}

@media screen and (max-width: 768px) {
  header .custom-logo {
    height: 65px;
  }
}

.mobile-menu .menu-item {
  padding: 10px;
}

.mobile-menu .current-menu-item {
  background-color: #ececec;
  border-radius: 7px;
}

.menu-item a {
  position: relative;
}

.navbar-nav>.menu-item>a:hover::after {
  opacity: 1;
  width: 70%;
}

.navbar-nav>.menu-item>a::after {
  opacity: 0;
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 29px;
  z-index: -10;
  border-radius: 50px;
  transition-duration: 200ms;
  background: linear-gradient(90deg,
      #000000af,
      #0423389c);
}

.mobile-menu a {
  display: block;
  width: 100%;
}

.custom-logo-link {
  display: flex;
  align-items: center;
}


.inner-page #navbar {
  background: white;
}

.menu-item {
  cursor: pointer;
}

@media (max-width: 1023px) {
  .services-banner-media {
    display: none !important;
  }
}