html,
body {
  background-color: #ebebeb;
}


@font-face {
font-family: "AeonikPro-Regular";
src: url("../font/AeonikPro-Regular.otf");
}

@font-face {
font-family: "AeonikPro-Light";
src: url("../font/AeonikPro-Light.otf");
}

@font-face {
font-family: "AeonikPro-Medium";
src: url("../font/AeonikPro-Medium.otf");
}

@font-face {
font-family: "AeonikPro-Light";
src: url("../font/AeonikPro-Light.otf");
}

@font-face {
font-family: "AeonikPro-Bold";
src: url("../font/AeonikPro-Bold.otf");
}

@font-face {
font-family: "Canela-Bold-italic";
src: url("../font/Canela-BoldItalic.otf");
}

body {	
  font-family: "AeonikPro-Regular";
}

a {
  color: #24a3e1;
  -webkit-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
  color: #000;
  text-decoration: none;
}


hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h6 {
  letter-spacing: 1px;
  color: #1e242f;
}


h2 {
    width: 100%;
    font-size: 56px;
	line-height: 56px;
	color: #1e242f;
}


p {
  font-size: 24px;
  line-height: 38.4px;
  margin-bottom: 20px;
  color: #3f4756;	
}

section {
  padding: 0;
}


.logo, .logoinmenu {
	width: 250px;
	position: absolute;
	top: 20px;
	left: 80px;
	z-index: 30;
}

.logoinmenu {
	display: none;
}

.logo img, .logoinmenu img {
  width: 100%
}

.container{
    background-color: #FFF;
	max-width: 1660px;
	padding:0px;
	position: relative;
	overflow: hidden;
}

.bg-primary {
  background-color: #24a3e1 !important;
}

.color-primary {
  color: #24a3e1 !important;
}

.color-dark {
  color: #1e242f !important;
}

.color-grey {
  color: #c7cbd2 !important;
}


.canela-italic{
	font-family: "Canela-Bold-italic";
	}

.landing_page {
  max-height: 100vh;
  height: 100%;
  width: 100%;
  position: relative;
  margin-top:90px;
}

.header {
  height: 90px;
  width: 100%; 
  z-index: 1000;
  background-color:#FFF;
}

#headercont {
	position: fixed;
	z-index: 30;
	margin: 0 auto;
	left: 50%;
    transform: translate(-50%, 0);
}

.tit_triangle {
    background-image: url("../images/triangle.png");
	background-repeat: no-repeat;
	background-size:auto;
	width: 36px;
	height:35px;
}



.arrowdown{
	position: absolute;
	bottom: 18%;
	right: 17%;
	color: #FFF;
	border: solid 2px #fff;
	width: 80px;
	height: 80px;	
}

.to-top{
	color:#FFF;
	padding-top:1.8em;
	display:inline-block;/* or block */
	position:relative;
	border-color:#000;
	text-decoration:none;
	transition:all .3s ease-out;
}
.to-top:before{
	font-size:24px;
	position:absolute;
	top:0;
	padding:25px 0 30px 30px;
	width:80px;
	height:80px;
	transition:transform .1s ease-in;
}
.to-top:hover, .to-top:focus{
	color:#FFF;
}
.to-top:hover:before{
	transform: translateY(10px);
}

.arrowscroll{
	position: absolute;
	margin-left:50%;
	bottom:-80px;
	color:#5d6574;
}

.arrowscroll2{
	position: absolute;
	right:5%;
	bottom:50px;
	color:#5d6574;
}

.arrowscroll_text {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	font-family: "AeonikPro-Medium";
	letter-spacing: 2.34px;
	font-size: 12px;
	line-height: 2.3;
	margin-bottom:20px;
}

.arrow-1 {
  width:30px;
  height:100px;
  display: flex;
  flex-direction: column;
}
.arrow-1:after {
  content: "";
  background: currentColor;
  height:20px;	
  clip-path: polygon(53% 0, 53% 94%, 75% 85%, 50% 100%, 25% 85%, 48% 94%, 48% 0);
  animation: a1 0.8s ease-in-out infinite ;
  /*animation-iteration-count: 5;	*/
}
@keyframes a1 {
  100%,100%{flex-grow: 1}
}



/* BOX SQUARE
-------------------------------------------------- */

.squarerow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-left:16%;
}

.squarerow_mob {
  display:none;
}

.square { 
	overflow: hidden;
	width: 285px;
	height:270px;
	color:#FFF !important; 	
}

.btn-square {
  background-color: #44aeea;	
  line-height: 50px;
  height:270px;
  text-align: center;
  width: 285px;
  cursor: pointer;
}


.btn-box {
  color: #FFF;
  transition: all 0.5s;
  position: relative; 
}
.btn-box span {
  z-index: 2; 
  display: block;
  position: absolute;
  width: 100%;
  height: 100%; 
  transition: all 0.5s;
  text-align: left;	
  color:#FFF; 
  padding: 30px 0 0 20px;	
}
.btn-box::before {
  content: '';
  position: absolute;
  top: -100%;
  left: 37%;
  width: 200%;
  height: 200%;
  z-index: 1;
  background-color: #28a2e4;
  transition: all 0.5s;
  border: 24px solid #23a0e3;
  transform: rotate(45deg);	
}

/*.btn-box::after {
  content: '';
  position: absolute;
}*/

.btn-box:hover::before {
  transform: rotate(90deg);
  left: 43%;
  top: -25%;	
}

.btn-box span:hover{
	transform: translateX(10px);
	color:#000; 	
}

/*.btn-box:hover::after {
  transform: rotate(45deg);
  background-color: rgba(255,255,255,0);
}
*/

.square-title{
	font-size:40px;
	line-height:38px;
	letter-spacing: -0.96px;
	font-family: "AeonikPro-Bold";
}

.square-subtitle{
	font-size:21px;
	line-height:26.4px;
	letter-spacing: 0.42px;
	font-family: "Canela-Bold-italic";
	margin-top: 5px;
}

.square-ico {
	width:100px;
	height:50px;
	position:absolute;
	bottom: 30px;
}

.square-ico img {
  	width: auto;
}


/* HOME SLOT CLIENTI
-------------------------------------------------- */



.home_slot_clienti{
    background-color: #212938;
	max-width: 1660px;
	padding:0px;
	background-image: url("../images/bkg-clients.jpg");
	background-repeat: no-repeat;
	background-size:100%;
	height: auto;
	float: left;
	width: 100%;
	position: relative
}

.home_slot_clienti_tit {
  font-family: "AeonikPro-Bold";
  font-size: 32px;
  line-height: 35px;
  color: #24a3e1;
  letter-spacing: -0.32px;
}

.clients_colsx {
  padding:110px 50px 0 0;
  text-align: right;
}

.clients_coldx {
   padding: 120px 200px 50px 25px;
}

.grid-logos {
  display: flex;
  flex-wrap: wrap;
}


.grid-logos_item {
  align-self: center;
  height: 120px;
  flex-basis: 100%;
  text-align: center;
}

.grid-logos img {
  max-height: 60px;
  max-width: 150px;
  position: relative;
  top: 0;
  transform: translateY(-50%);
}



	@media all and (min-width: 450px) {
	  .grid-logos_item {
		flex-basis: 50%;
	  }
	}
	@media all and (min-width: 900px) {
	  .grid-logos_item {
		flex-basis: 25%;
	  }
	}

.home_slot_clienti_footer{
	max-width: 1660px;
	background-image: url("../images/bkg-slot5.png");
	background-repeat: no-repeat;
	background-size:100%;
	height: 100px;
	float: left;
	width: 100%;
}




/* FOOTER
-------------------------------------------------- */


.footer_slot{
    background-color: #1e242f;
	max-width: 1660px;
	padding:120px 50px;
	height: auto;
	float: left;
	width: 100%;
	position: relative;
	color: #FFF;
}

.footer_slot a {
	color: #FFF;
	text-decoration: underline;
}

.logo_footer {
  width: 250px;
  margin-bottom:30px;	
}

.foot_sx {
  margin-left: 200px;
}

.foot_sx p, .foot_dx p {
  font-size:16px;
  color: #FFF;
  letter-spacing: 1px;	
}

.foot_sx p {
  margin: 0 0 0 50px;	
}


.footer_slot h3 {
  color: #24a3e1;
  font-family: "AeonikPro-Medium";
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 4.85px;
  margin-bottom:30px;	
}


/* PULSANTE
-------------------------------------------------- */




.buttonLS, .buttonLS-white {
  positon: absolute;	
  display: block;
  width: 100%;
  line-height: 18px;
  font-size:14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3.57px;
  padding: 17px 24px 17px 24px;	
  box-shadow: 0 7px 0 0 rgba(0, 0, 0, 0.05);	
  transition: all .25s;
}

.buttonLS {
  background-color: #24a3e1;
  color: #fff;
}

.buttonLS-white {
  background-color: #FFF;
  color: #000;
}

.buttonLS:hover, .buttonLS-white:hover{
  width: 120%;
  color: #FFF;
  background-color: #000;	
}

.buttonLS:hover, .buttonLS:focus, .buttonLS :visited{
  color: #FFF;
  text-decoration: none;
}

.buttonLS-white:hover, .buttonLS-white:focus{
  color: #ABABAB;
  text-decoration: none;	
}

.buttonLS-white:visited{
  color: #000;
  text-decoration: none;	
}

.buttonLS-white:visited:hover{
  color: #FFF;
  text-decoration: none;	
}

.buttonLS:after, .buttonLS-white:after {
	content: "";
	width: 20px;
	height: 10px;
	margin: 0 0 0 10px;
	display: inline-block;
	-webkit-transition: all .25s;
    transition: all .25s;
}

.buttonLS:after {
	background: url("../images/arrow-button.png") no-repeat;
}

.buttonLS-white:after {
	background: url("../images/arrow-button-azzurro.png") no-repeat;
}

.buttonLS:hover::after, .buttonLS-white:hover::after {
    transform: translateX(8px);
	width: 35px;
}

.buttonLS:hover::after {
	background: url("../images/arrow-button-hover.png") no-repeat;
}

.buttonLS-white:hover::after {
	background: url("../images/arrow-button-hover-azzurro.png") no-repeat;
}




.button_cont {
  position: absolute;
  margin-top: 60px;
  width: auto;
}

.button_slot2{
  position: absolute;
  left: 30%;
  margin-top: 60px;	
}

.button_slot5{
  width: 60%;
  position: relative;
	text-align: left;
}








/* MENU
-------------------------------------------------- */


.fa-solid {
  font-weight: 900;
  font-size: 1.4em;
  cursor: pointer;
  color: #44b1e7;	
}

#menucont{
	max-width: 1660px;
	height: 100vh;
	padding:0px;
	margin:0 auto;
	position: relative;
	  background-image: url("../images/bkg-menu.gif");
  background-repeat: repeat-y;
  background-position: center;
  background-size: 100%;
}


.menu_overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  left:0;
  color: #000;
  z-index: 100;
  transform: translateX(110%) translateY(-110%);	
  transition: transform 0.5s ease;
}

.menu_overlay .fas {
  position: absolute;
  font-size: 1.4rem;
  transition: all 0.3s ease;
}
.menu_overlay .fas:hover {
  color: #4b134f;
  transform: scale(1.1) rotate(180deg);
}

.menu_overlay ul {
  height: 100%;
  width: 65%;
  list-style: none;
  margin-left: 50px;
  font-size: 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 10%;
  padding-left: 15%;
  padding-bottom: 10%;
  font-family: "AeonikPro-Medium";
  font-weight: bold;
  position: relative;
  z-index: 20;	
}

.menu_overlay a {
  color: #000;
  text-decoration: none;
}

.menu_overlay a:hover {
  color: #44b1e7;
}

.openmenu, .closemenu{
  position: absolute;
  right: 60px;
  top: 20px;
  width: 100px;	
  z-index: 30;	
}

.titmenu {
  float: left;
  margin-top: 5px;
  font-family: "AeonikPro-Medium";
  letter-spacing: 4.23px;
  font-size: 12px;
  cursor: pointer;	
}

#menuBtn {
  display: none;	
}

label {
  display: block;
}

#menuBtn:checked ~ .menu_overlay {
  transform: translateX(0);
}

#menulist {
	display: none;
}

#getintouch {
    position:absolute;
	bottom: 20%;
	padding-left: 72%;
	font-family: "AeonikPro-Light";
	font-weight: normal;
	line-height: 30px;
	display: none;
	z-index: 15;
	letter-spacing: 2px;
}

#getintouch h2{
	padding: 0;
	color: #24a3e1;
	font-family: "AeonikPro-Medium";
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 4.85px;
}

.buttonLS {
     width:100%;
     float: none;
     text-align:center;
 }


#button-top {
  display: inline-block;
  background-color: #5d6574;
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: calc((100% - 1600px)/2);
  transition: background-color .3s, 
	opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button-top::after {
  content: "\f062";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button-top:hover {
  cursor: pointer;
  background-color: #333;
}
#button-top:active {
  background-color: #555;
}
#button-top.show {
  opacity: 1;
  visibility: visible;
}



/*MOBILE */

@media (max-width: 576px) {
	
	.logo, .logoinmenu {
	  width: 200px;
	  left: 10px;
	}
	
	.openmenu, .closemenu {
	  right: 10px;
	   width: 40px;	
	}
	
	.titmenu {
		display:none;
	}
	
	.menu_overlay ul {
	  width: 100%;	
	  font-size: 28px;
	  margin-left:0;
	  padding-top: 80px;
	  padding-left: 10%;
	  padding-bottom: 10%;
	  line-height: 35px;	
	}
	
	#getintouch {
	  bottom: 7%;
	  padding-left: 10%;
	  line-height: 20px;
	  right: 10px;	
	}
	
	#getintouch h2 {
	line-height:20px;
	}
	

	.button_slot2 {
	  position: absolute;
	  left: 5%;
	  margin-top: 50px;
	}
	
	
	.home_slot_clienti {
  	background-size: auto;
	}
	
	.clients_colsx {
  	padding: 100px 5% 0 10%;
	text-align: left;	
	}
	
	.clients_coldx {
  	padding: 30px 10% 0 10%;
	}
	
	.home_slot_clienti_tit {
	  font-size: 32px;
	}
	
	 .grid-logos_item {
		flex-basis: 33%;
		height: 100px; 
	 }
	
	.grid-logos img {
		max-height: 50px;
		max-width: 80px;
		position: relative;
		top: 0;
		transform: translateY(50%);
	}
	
	
	.button_slot5 {
		width: 100%;
	}
	
	.buttonLS {
	  padding: 17px 8px 17px 8px;
	}
	
	.buttonLS5 {
	  width: 100%;
	  font-size: 12px;
	  text-align: left;
	  padding: 17px 8px 10px 8px;
	}	
	
	.buttonLS_arrow {
	 display: none;
	}
	
	.footer_slot {
  	padding: 120px 50px 50px 50px;
	}
	
	.foot_sx {
	  margin-left:0;
	}
	
	.foot_sx p, .foot_sx p {
 	 margin: 0;	
	}
	
	.footer_slot h3 {
 	 margin-top: 50px;
	}
	
}