/********** common setting **********/
@font-face {
    font-family: Akrobat;
    src: url(../font/Akrobat-Regular.otf) format("opentype");
}

@font-face {
    font-family: Akrobat;
    font-weight: bold;
    src: url(../font/Akrobat-Bold.otf) format("opentype");
}

@font-face {
    font-family: Akrobat;
    font-weight: 600;
    src: url(../font/Akrobat-SemiBold.otf) format("opentype");
}

#page-wrap h1 {
    font-family: "Akrobat";
    font-weight: bold;
    font-size: 2.5rem;
	color: #ffffff;
  }

#banner h1 {
    font-family: "Akrobat";
    font-weight: bold;
    font-size: 2.5rem;
}

@media (min-width: 992px) {
#banner h1 {
    font-size: 4rem;
}
}

@media (min-width: 1200px) {
#banner h1 {
    font-size: 4.5rem;
}
}

body {
    background-color: #F1F1F1;
    overflow-x: hidden;
}

html {
  overflow-x: hidden;
  font-size: 110%;
}

h2 {
    font-size: 2rem !important;
    font-family: "Akrobat";
    font-weight: bold;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.8rem;
}
}
h3{
    font-size: 1.4rem !important;
    font-family: "Akrobat";
    font-weight: 600;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.5rem;
}
}

#price-table h3 {
    color: #706F6F;
}

#caratteristiche h3 {
    color: #706F6F;
}

#moduli h3 {
    color: #00E1E1;
}

#moduli h2 {
    color: #FFFFFF;
}

/*#moduli {
    background-color: #145D93;
}*/

#moduli p {
    color: #F1F1F1;
}

h4 {
    font-family: "Akrobat";
    font-size: 1.1rem !important;
    line-height: 1.7rem;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.3rem !important;
    line-height: 2rem;
}
}

a:focus, a:hover {
  text-decoration: none !important;

}

a:focus {
  color: white;
}

.btn:focus {
  box-shadow: 0 0 0 2px rgba(2,117,216,0) !important;

}
p  {
    font-family: "Akrobat";
    
}

li  {
    font-family: "Akrobat";
    
}

img {
    display: block;
    max-width: 100%;
}

a,
button {
    cursor: pointer;
}

@media (min-width: 768px) {
  .margin-one {
    margin-left: 8.333%;
}
}

.menu a {
    font-family: "Akrobat";
    font-size: 1rem;
    font-weight: bold;
    margin-left: 20px;
}

@media (min-width: 768px) {

.background-map {
    background-image: url(../img/videact-sperimentazione-corte-tegge.png); 
    background-position: 200% 100%; 
    background-size: 80%; 
    background-repeat: no-repeat;
}
}

@media (min-width: 1200px) {
.background-map {
    background-image: url(../img/videact-sperimentazione-corte-tegge.png); 
    background-position: 100% 100%; 
    background-size: 45%; 
    background-repeat: no-repeat;
}
}

.quadrato-blu {
    background-image: url(../img/capisaldi-bkg.png); 
    background-repeat: no-repeat;
    background-position: center;
}


.table-display {
    display: table; 
    height: 30vh;
    overflow: hidden;
}

.table-middle{
    display: table-cell; 
    vertical-align: middle;
}

@media (min-width: 992px) {
.halfscreen {
    height: 50vh;
}
}

.jumbotron {
    margin-bottom: 0 !important;
    background-color: transparent;
}

.atlas-cta {
    border-radius: 22px !important;
    padding: 12px 30px !important;
    font-family: Akrobat;
    font-weight: 700;
    transition: .3s ease-in-out !important;
}

.atlas-cta:hover {
    text-decoration: none;
    transform: translateY(-5px);
}

.atlas-cta-wide {
    width: 100%;
}

.cta-green {
    background: #F1F1F1;
    color: #192440;
}

.cta-green:hover {
    color: #ffffff;
    background: #145D93;
}

.cta-blue {
    background: #145D93;
    color: #ffffff;
}

.cta-blue:hover {
    color: #145D93;
    background: transparent;
    border: 2px solid #145D93 !important;
}

.cta-ghost {
    border: 2px solid #192440 !important;
    color: #192440;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #121a2e;
}

#banner {
    background-size: cover;
    height: 120vh;
}

@media (min-width:768px) {
  
  #banner {
    height: 100vh; 
}
}

@media (min-width:992px) {
  
  #banner {
    height: 80vh; 
}
}

/********** banner **********/
/*#banner header {
    overflow: hidden;
}


#banner header img {
    max-width: 80px;
}
*/

#cortetegge {
    background-color: #00E1E1;
}

/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 480px;
}

#feature-first {
    background: linear-gradient(174deg, #f1f1f1 17%, #00E1E1 0);
}

#feature-cut {
    background: linear-gradient(174deg, #00E1E1 18%, #145D93 0);
}

#feature-last {
    background-color: #00E1E1;
}

#sfondo-blu {
     background-color: #00E1E1;
}

/********** price table **********/
#price-table {
    padding-top: 10rem !important;
    padding-bottom: 4rem !important;
}

#price-table h2 {
  color: #706F6F;
}

#price-table__premium {
    background: #192440;
    color: #ffffff;
}

#price-table ul li {
    padding: 5px 0;
}

.z-pattern h2 {
    color:#706F6F;
}

#caratteristiche  h2 {
    color:#706F6F;
}

/********** contact **********/
#contact {
    background-size: cover;
    background: linear-gradient(60deg,#145D93 ,#00E1E1);
}

#contact ul li {
    padding: 3px 0;
}

#contact form {
    color: #F1F1F1;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 1px solid #F1F1F1;
    color: #ffffff;
}

form p {
  margin-bottom: 0px;
}


/********** copyright **********/
#copyright {
    background: #145D93;
    padding: 2rem 3rem;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #ffffff;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #192440;
    font-size: 1.2rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: #00FFAD;
}

#copyright #social-media a:hover i {
    color: #ffffff;
}


@media (min-width: 576px) {
.mb-3 {
  margin-bottom: 0 !important;
}
.jumbotron {
  padding: 2rem 1rem !important;
}
}

@media (min-width: 768px) {
  .jumbotron {
    padding: 4rem 2rem !important;
  }
}

/* -------------------------------- 

PARALLAX

-------------------------------- */
.cd-background-wrapper {
  /*background-color: #001426;
  position: relative;
  overflow: hidden; */
  -webkit-perspective: 4000px;
  perspective: 4000px;
}

.cd-floating-background {
  position: relative;
 /* top: 0;
  left: 0; */
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-floating-background.is-absolute {
  /*position: absolute;*/
}
.cd-floating-background img {
  display: block;
  /* width: 100%; */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* fixes a Firefox bug - images not correctly rendered*/
  background-color: rgba(255, 255, 255, 0.01);
}
/*.cd-floating-background img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}*/
#first {
  -webkit-transform: translateZ(50px);
  -ms-transform: translateZ(50px);
  transform: translateZ(50px);
  margin: auto;
  transition-delay: 1s;
}

#second {
  -webkit-transform: translateZ(100px);
  -ms-transform: translateZ(100px);
  transform: translateZ(100px);
  margin: auto;
}

@media (min-width: 1200px) {
#first {
  margin-left: 165px; 
  margin-bottom: 50px;
}
#second {
  margin-left: 170px; 
  margin-bottom: 50px;
}
}

.cd-floating-background img:nth-child(3) {
  -webkit-transform: translateZ(400px);
  -ms-transform: translateZ(400px);
  transform: translateZ(400px);
}
.no-preserve-3d .cd-floating-background {
  /* we target browsers that don't support preserve-3d and show just a standard image - no effect visible */
  position: relative;
}


header {

  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 100;

}

#logo{
  background: url(../img/logo_videact.svg) no-repeat;
  display: block;
	background-position: center;
	background-size: 100%;


}

#lista h2 {
  color: white;
}


@media (min-width: 992px) {

#lista h2 {
  font-size: 1rem !important;
}
}


nav {

  padding-left: 20px;  
  padding-right: 20px; 
  
}

#menu-icon {

  visibility: hidden;
  width: 40px;
  height: 40px;

}


ul {

  list-style: none;

}

#lista li {

  display: inline-block;
  float: left;
  padding: 10px

}
@media (max-width: 767px) {

#lista h2 {
  font-size: 1.5rem !important;
}
  .belowx {
    margin-top: 10vh;
  }
}

/*MEDIA QUERY*/
@media only screen and (max-width : 991px) {


  #menu-icon {

    display:inline-block;
    visibility: visible;
    z-index: 10000;
    right: 30px;

  }


.toggle-mnu {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 14px;
}
.toggle-mnu span:after, .toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}
.toggle-mnu span:after {
  top: 18px;
}
.toggle-mnu span {
  position: relative;
  display: block;
}
.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
.toggle-mnu.on span {
  background-color: transparent;
}
.toggle-mnu.on span:before {
  transform: rotate(45deg) translate(-1px, 0px);
}
.toggle-mnu.on span:after {
  transform: rotate(-45deg) translate(6px, -7px);
}

.toggle-mnu.on #banner{ 
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}


  nav ul, nav:active ul { 

    display: none;
    position: fixed;
    padding: 20px;
    background: linear-gradient(#145D93, #00E1E1 70%);
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 1000;

  }

  nav li {

    text-align: center;
    width: 100%;
    padding: 5px 0;
    margin: 0;

  }

   .toggle-mnu.hidden-lg.on + ul {

    display: block;

  }

  .belowx {
    margin-top: 20vh;
  }
 }


 @media (max-height: 400px) {
#banner {
  height: 150vh;
}

 }