/* general */

/* Modal */
.flex-modal-container{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.call-to-action {
	display: flex;
	justify-content: space-around;
}

.img-cover-filter {
    background: #000;
    width: 100%;
    height: 100vh;
    /* height: calc(var(--vh, 1vh) * 90); */
    position: absolute;
    z-index: 1;
    opacity: 0.5;
}
.img-cover-filter--parallax {
	height: 392px;
	z-index: 0;
}
.img-cover {
  background-image: url('../../images/homepage/wrm-devices.jpeg');
  background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
  background-position: center center;
  position: relative;
  height: 100vh;
  /* height: calc(var(--vh, 1vh) * 90); */
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
}

.img-cover--fr {
  background-image: url('../../images/homepage/fr/wrm-devices_fr.png');
}
/* stiky navbar */
.fixed-nav .main-nav {
	position: fixed;
	top: 0;
	z-index: 3;
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);
}
.grid-modules {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas:

  "module_1 module_2 module_3 module_4";

  /* padding: 0 100px; */
  /* overflow: hidden; */
}

.grid-services {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas:

  "service_1 service_2 service_3 service_4";

  /* padding: 0 100px; */
  /* overflow: hidden; */
  /* width: 100%; */
}
/* Logo-Portfolio */

#wrap-sh-slider {
  margin: auto;
  position: relative;
  /* width: 60%; */
  width: 728px;
  overflow: hidden;
}

.sh-slider {
  position: relative;
  overflow: hidden;
  margin: auto;
  border-radius: 4px;
}

.sh-slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sh-slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  height: 120px;
  /* background: #ccc; */
  text-align: center;
  /* box-shadow: 0px 10px 20px #555; */
  border-radius: 4px;
  width: 100px;
}

.sh-slider ul li a{
  position: relative;
  width: 100%;
  /* height: 100%; */
  display: flex;
  align-self: center;
  justify-content: center;
}

/* a.control_prev, a.control_next {
  position: absolute;
  top: calc(50% - 18px);
  z-index: 999;
  display: block;
  padding: 4px 8px;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 2px 0 0 2px;
}

a.control_next {
  right: 0;
  border-radius: 0 2px 2px 0;
} */

.row-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 220px; */
}
/* .row-logos img {
   padding: 100px 0;
 } */
.row-logos .logo-container {
  /* border: 1px solid; */
  width: 220px;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.grid-logo {
  display: grid;         /* fr=fractions */
  grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
  grid-template-rows: 1fr 1fr;
  grid-template-areas:
  "logo1 logo2 logo3 logo4 logo5 logo6"
  "logo7 logo8 logo9 logo10 logo11 .";
  padding: 0 100px;
  overflow: hidden;
}
/* .container-fluid .grid-logo {

} */

.logo1{
  grid-area: logo1;
  justify-self:center;
  align-self: center;
  height: 100%;

}
.logo2{
  grid-area: logo2;
  justify-self:center;
  align-self: center;
  height: 100%;

}
.logo3{
  grid-area: logo3;
  align-self: center;
  height: 100%;
}

.logo4{
  grid-area: logo4;
  justify-self:center;
  align-self: center;
  height: 100%;

}
.logo5{
  grid-area: logo5;
  justify-self:center;
  align-self: center;
  height: 100%;

}
.logo6{
  grid-area: logo6;
  justify-self:center;
  align-self: center;
  height: 100%;
}
.logo7{
  grid-area: logo7;
  /* justify-self:center; */
  align-self: center;
  height: 100%;

}
.logo8{
  grid-area: logo8;
  justify-self:center;
  align-self: center;
  height: 100%;
}
.logo9{
  grid-area: logo9;
  /* justify-self:center; */
  align-self: center;
  height: 100%;

}
.logo10{
  grid-area: logo10;
  justify-self:center;
  align-self: center;
  height: 100%;

}
.logo11{
  grid-area: logo11;
  justify-self:center;
  align-self: center;
  height: 100%;
}

.grid-team {
  display: grid;         /* fr=fractions */
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-template-rows: 1fr 1fr;
  grid-template-areas:

  "empl_1 empl_2 empl_3 empl_4 empl_5"
  "empl_6 empl_7 empl_8 empl_9 empl_10";
}

.empl_1{
  grid-area: empl_1;
  justify-self:center;
  align-self: center;
  height: 100%;
}
.empl_2{
  grid-area: empl_2;
  justify-self:center;
  align-self: center;
  height: 100%;
}
.empl_3{
  grid-area: empl_3;
  align-self: center;
  height: 100%;
}

.lempl_4{
  grid-area: empl_4;
  justify-self:center;
  align-self: center;
  height: 100%;
}
.empl_5{
  grid-area: empl_5;
  justify-self:center;
  align-self: center;
  height: 100%;
}
.empl_6{
  grid-area: empl_6;
  justify-self:center;
  align-self: center;
  height: 100%;
}
.empl_7{
  grid-area: empl_7;
  /* justif: ;y-self:center; */
  align-self: center;
  height: 100%;
}
.empl_8{
  grid-area: empl_8;
  justify-self:center;
  align-self: center;
  height: 100%;
}
.empl_9{
  grid-area: empl_9;
  /* justify-self:center; */
  align-self: center;
  height: 100%;
}
.empl_10{
  grid-area: empl_10;
  justify-self:center;
  align-self: center;
  height: 100%;
}

/* Pricing modal */

.modal-header {
  padding: 15px 15px 0;
}
button.close {
  font-size: 40px;
}
.modal h3 {
  text-align: center;
  margin: 0;
  font-size: 2.3em;
}
.modal-dialog {
  width: 80vw;
}
section.pricing-flex-grid_safety {
  margin: 0 auto;
  /* width: 80%; */
  padding: 0;
}
.pricing-flex-grid_head {
  width: 100%;
  display: flex;
}
.pricing-flex-grid {
  /* border: 1px solid; */
  width: 100%;
  display: flex;
  /* height: 60px; */
}
.pricing-flex-grid:nth-child(even) {
  background-color: #f2f2f2;
}

.col-pricing {
  flex: 1;
  /* border: 1px solid; */
  /* color: #fff; */
}
.col-pricing.head {
  /* height: 60px; */
}
.col-pricing-text, .col-pricing-tick {
  display: flex;
  justify-content: center;
  align-items: center;
	line-height: 22px;
}
.col-pricing-text{
  text-align: center;
  flex: 1.3;
}
.col-pricing-buy {
  display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding: 10px 0; */
	padding: 2px 0;
}
.col-pricing-buy button {
  background-color: transparent;
  color: #fff;
  font-size: 1.5em;
  padding: 10px 25px;
  border: none;
}
.col-pricing-free.col-pricing-buy button:hover {
  background-color: #fff;
  color: #1187ba;
}
.col-pricing-base.col-pricing-buy button:hover {
  background-color: #fff;
  color: #13ed58;
}
.col-pricing-pro.col-pricing-buy button:hover {
  background-color: #fff;
  color: #ffbc21;
}
.col-pricing-plus.col-pricing-buy button:hover {
  background-color: #fff;
  color: #ff7c17;
}
.col-pricing-enterprise.col-pricing-buy button:hover {
  background-color: #fff;
  color: #ff3217;
}
.background-contrast {
  background: rgba(0,0,0,0.3);
}
.tick {
  display: inline-block;
  transform: rotate(45deg);
  /* height: 25px;
  width: 12px; */
  height: 16px;
  width: 8px;
  /* border-bottom: 7px solid #78b13f;
  border-right: 7px solid #78b13f; */
  border-bottom: 4px solid #78b13f;
  border-right: 4px solid #78b13f;
}
.cross-mark {
  transform: rotate(45deg);
  height: 4px;
  width: 16px;
  background-color: #800;
}
.cross-mark::before {
  content: '';
  transform: rotate(90deg);
  height: 4px;
  width: 16px;
  background-color: #800;
  position: absolute;
}
.col-pricing-all {
  background-color: #007db3;
  flex: 1.3;
}
.col-pricing-free {
  background-color: #17b9ff;
}
.col-pricing-base {
  background-color: #13ed58;
}
.col-pricing-pro {
  background-color: #ffbc21;
}
.col-pricing-plus {
  background-color: #ff7c17;
}
.col-pricing-enterprise {
  background-color: #ff3217;
}

.package {
  /* background-color: #999; */
  background: rgba(0,0,0,0.3);
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  /* padding: 3px; */
	padding: 2px;
}
.package-price {
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  /* padding: 10px; */
	padding: 2px;
}
/* SHITCH for changing pricing */
.switch-wrap{
	display: flex;
	align-items: center;
  justify-content: space-evenly;
	width: 100%;
}
.text-plan {
	/* color: #fff; */
	opacity: 0.3;
}
.test.active {
	opacity: 1;
	transition: 0.5s;
}

.text-plan.active {
	opacity: 1;
	transition: 0.5s;
}


.switch-container {
  position: relative;
  display: block;
  width: 35px;
  height: 15px;
  border-radius: 20px;
  background-color: #007db3;
  transition: 0.5s;
  cursor: pointer;
  /* box-shadow: inset 0 8px 60px rgba(0,0,0,0.1),
              inset 0 8px 8px rgba(0,0,0,0.1),
              inset 0 -4px -4px rgba(0,0,0,0.1); */
}

.switch-container.not-active {
  cursor: inherit;
  opacity: 0.3;
}

.switch-container .switch {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  transform: scale(0.9);
  /* box-shadow: 0 8px 40px rgba(0,0,0,0.5),
        inset 0 4px 4px rgba(255,255,255,0.2),
        inset 0 -4px -4px rgba(255,255,255,0.2); */
  transition: 0.5s;
}

.switch-container.annual .switch {
  left: 20px;
}

/* --------------------
   PAYMENT PAGES
----------------------- */

/* General */

/*  Pre-Payment page */
html body.pre-payment {
	background-color: #fcfcfc
	overflow: scroll;
}
.pre-payment-container {
	margin: 98px 20px;
}
.pre-payment-container h3 {
	color: #777;
	font-weight: bold;
}
.form-field-container {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.form-field-container input {
	border-radius: 8px;
	border: 1px solid #777;
	padding: 2px;
}
.personal-info-container, .payment-info-container, .company-info-container{
	display: flex;
	flex-direction: column;
	padding: 40px 10px;
	position: relative;
}
.company-info-container{
	display: flex;
	flex-direction: column;
}
.personal-info-container.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-template-areas:

  "pre_p_name . pre_p_surname"
	". pre_p_email .";

}
.pre_p_name{
  grid-area: pre_p_name;
  justify-self:center;
  align-self: center;
	grid-column: 1/3;
	margin: 10px;
}
.pre_p_surname{
  grid-area: pre_p_surname;
  justify-self:center;
  align-self: center;
	grid-column: -1/2;
	margin: 10px;
}
.pre_p_email{
  grid-area: pre_p_email;
  justify-self:center;
  align-self: center;
	margin: 10px;
}

.personal-info-title, .payment-info-title, .payment-company-title {
	position: absolute;
	top: 0;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
}

.company-info-container.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-template-areas:

  "pre_p_r_sociale . pre_p_indirizzo"
	"pre_p_cap . pre_p_comune"
	"pre_p_provincia . pre_p_stato"
	"pre_p_p_iva . pre_p_c_fiscale"
	". pre_p_c_destinatario .";

}
.pre_p_r_sociale{
  grid-area: pre_p_r_sociale;
  justify-self:center;
  align-self: center;
	grid-column: 1/3;
	margin: 10px;
}
.pre_p_indirizzo{
  grid-area: pre_p_indirizzo;
  justify-self:center;
  align-self: center;
	grid-column: -1/2;
	margin: 10px;
}
.pre_p_cap{
  grid-area: pre_p_cap;
  justify-self:center;
  align-self: center;
	grid-column: 1/3;
	margin: 10px;
}
.pre_p_comune{
  grid-area: pre_p_comune;
  justify-self:center;
  align-self: center;
	grid-column: -1/2;
	margin: 10px;
}
.pre_p_provincia{
  grid-area: pre_p_provincia;
  justify-self:center;
  align-self: center;
	grid-column: 1/3;
	margin: 10px;
}
.pre_p_stato{
  grid-area: pre_p_stato;
  justify-self:center;
  align-self: center;
	grid-column: -1/2;
	margin: 10px;
}
.pre_p_p_iva{
  grid-area: pre_p_p_iva;
  justify-self:center;
  align-self: center;
	grid-column: 1/3;
	margin: 10px;
}
.pre_p_c_fiscale{
  grid-area: pre_p_c_fiscale;
  justify-self:center;
  align-self: center;
	grid-column: -1/2;
	margin: 10px;
}
.pre_p_c_destinatario{
  grid-area: pre_p_c_destinatario;
  justify-self:center;
  align-self: center;
	/* grid-column: 1/3; */
	margin: 10px;
}

.payment-info-container.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-template-areas:

  "pre_p_amount . pre_p_frequence";

}
.pre_p_amount{
  grid-area: pre_p_amount;
  justify-self:center;
  align-self: center;
	grid-column: 1/3;
	margin: 10px;
}
.pre_p_frequence{
  grid-area: pre_p_frequence;
  justify-self:center;
  align-self: center;
	grid-column: -1/2;
	margin: 10px;
}
.pre-payment-form button {
	display: block;
	margin: 0 auto;
	background-color: #028fcc;
	color: #fff;
	border: 1px solid #fff;
	padding: 15px 20px;
	font-size: 1.5em;
}
.pre-payment-form button:hover {
	background-color: #fff;
	color: #028fcc;
	border: 1px solid #028fcc;
}
/* Success Payment */

/* Reject Payment */
.btn-payment-container {
	display: flex;
  flex-direction: column;
  align-items: center;
	margin-top: 25px;
	font-size: 1.3em;
}
.reject-payment-container {
	margin: 125px 20px;
	display: flex;
  flex-direction: column;
  align-items: center;
}
.btn-payment {
	background-color: #028fcc;
	color: #fff;
	border: 1px solid #fff;
	margin-top: 20px;
	padding: 15px 20px;
	text-transform: uppercase;
}
.btn-payment:hover {
	background-color: #fff;
	color: #028fcc;
	border: 1px solid #028fcc;
	margin-top: 20px;
	padding: 15px 20px;
	text-transform: uppercase;
}
#contact-us {
  position: relative;
}
.back_to_top.back_to_top-button {
  display: block;
}
.back_to_top {
  position: fixed;
  bottom: 80px;
  right: 40px;
  z-index: 2;
  width: 60px;
  height: 50px;
  text-align: center;
  line-height: 30px;
  background-color: #028fcc;
  color: #444;
  cursor: pointer;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  display: none;
  border: 1px solid #fff;
}
.back_to_top:hover {
  /* background-color: #2EE59D; */
  box-shadow: 0px 15px 20px rgba(2, 143, 204, 0.4);
  /* color: #fff; */
  transform: translateY(-7px);
}
.arrow {
  position: relative;
  display: inline-block;
  margin-top: 19px;
  padding: 11px;
  box-shadow: 7px -7px 0 0 #fff inset;
  transform: rotate(135deg);
}
footer .footer_bottom {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
}
.footer_bottom {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.language_bar-text span {
  margin-left: 5px;
}
.modal-body_language {
  color: #333;
  min-height: 400px;
}
.change_language {
  color: #fff;
  cursor: pointer;
}
.privacy-conditions-cookies a, .privacy-conditions-cookies span {
  color: #fff;
  margin-left: 10px;
}

/* Cookie banner */
#cookie-banner-background{
	background: #000;
  opacity: 0.7;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cookie-banner{
  background-color: #111;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  height: 25vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  padding: 0 10px;
  display: flex;
	text-align: left;
}

.cookie-banner p{
  color: #fff;
  max-width: 67vw;
}
.accept_cokies_btn {
	color: #fff;
  border: 1px solid;
  padding: 5px 15px;
  background-color: #19b9e7;
  font-weight: 900;
  margin-left: 10px;
	cursor: pointer;
  /* font-size: 1.2em; */
}

.accept_cokies_btn:hover{
  color: #19b9e7;
  border: 1px solid;
  background-color: #fff;
}

.modal.modal__cookie{
	display: block;
	background: #fff;
	border-radius: 13px;
	height: 600px;
	padding-top: 0px;
	border: 3px solid #19b9e7;
	width: 650px;
  top: 15%;
  margin: 0 auto;
}

.modal__cookie p{
	color: #666;
}

.modal__cookie label{
	color: #333;
}
