@import url("https://use.typekit.net/rjk8myu.css");
body,
html {
    font-family: "montserrat", sans-serif!important;
    background: #0A1A2A!important;
}
* {
    padding: 0;
    margin: 0;
}

.navbar.fixed-top {
    background: #0A1A2A;
}
footer{
background: #0A1A2A;   
font-family: "montserrat", sans-serif!important;
}
.btn-primary {
 background-color: #2690CE;
 color: #fff;   
 font-weight: 400;
}

.first {
    padding: 6rem 0 1rem;
}
.app {
    padding: 0.5rem 0 0;
}
a.btn { font-weight: 600; text-transform: uppercase;}
.first h2.lead { padding: 0 8%;}
.btn-outline-primary{
    color: #2690CE;
    background-color: #fff;
    border: none;
    font-family: "montserrat", sans-serif;
    font-weight: 400;
}
img.domotz-app { mix-blend-mode: luminosity; }
.trusted {
    z-index: 1;
    height: 50vh;
    margin-top: -10%;
    background: linear-gradient(180deg, rgb(10 26 42 / 0) 0, rgb(42 108 180 / 56%) 37%, rgba(33, 83, 136, 1) 47%, rgb(15 31 48 / 73%) 90%, rgb(10 26 42 / 15%) 100%);
}

.modern {    z-index: 2; }
.icons { z-index: 3; }
.icons img { margin-right: 5%; }
.icons img:last-child { margin-right: 0; }
span.primary-color { color: #2690CE; }
.btn-primary{color:#fff;background-color:#2690CE!important;border-color:#2690CE!important;cursor:pointer;}
.btn-primary:hover{color:#fff;background-color:#1B85C4!important;border-color:#1B85C4!important;}
.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(252,184,1,.5)}
.btn-primary.disabled,.btn-primary:disabled{color:#ccc;background-color:#1B85C4;border-color:#1B85C4}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#2690CE;border-color:#2690CE}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(252,184,1,.5)}
.btn-secondary-white{color:#2690CE!important;background-color:#fff!important;border-color:#fff!important;cursor:pointer; font-weight: 400;}
.btn-secondary-white:hover{color:#2690CE;background-color:#cdd3e4;border-color:#cdd3e4;}
.btn-secondary-white.focus,.btn-secondary-white:focus{box-shadow:0 0 0 .2rem rgba(1, 114, 252, 0.5)}
.btn-secondary-white.disabled,.btn-secondary-white:disabled{color:#fff;background-color:#2690CE}
.btn-secondary-white:not(:disabled):not(.disabled).active,.btn-secondary-white:not(:disabled):not(.disabled):active,
.show>.btn-secondary-white.dropdown-toggle{color:#fff;background-color:#cdd3e4;border-color:#cdd3e4}
.btn-secondary-white:not(:disabled):not(.disabled).active:focus,.btn-secondary-white:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary-white.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(1, 114, 252, 0.5)}
.btn-outline-navy{color:#162a49;background-color:transparent;background-image:none;border-color:#162a49;cursor:pointer}
.btn-outline-navy:hover{color:#fff;background-color:#162a49;border-color:#162a49}
.btn-outline-navy.focus,.btn-outline-navy:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}
.btn-outline-navy.disabled,.btn-outline-navy:disabled{color:#162a49;background-color:transparent}
.btn-outline-navy:not(:disabled):not(.disabled).active,
.btn-outline-navy:not(:disabled):not(.disabled):active,
.show>.btn-outline-navy.dropdown-toggle{color:#fff;background-color:#162a49;border-color:#162a49}
.btn-outline-navy:not(:disabled):not(.disabled).active:focus,
.btn-outline-navy:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-navy.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}

.numbers .container {
    background-image: url(../img/monitoring-power/vectors.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 45vh;
}
.numbers {width: 100%;
padding: 11% 0 2%;}

.numbers h3 {
    font-size: 30px;
    background: -webkit-linear-gradient(#1B94AA, #3A5290);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.card-title { 
    color: #2690CE!important;
    text-transform: uppercase!important;
}

.card {
    background: #0A1A2A !important;
    color: #fff;
    padding: 14px 7px;
    border-radius: 8px;
    width: 100%;
    height: 210px;
}
.card-body {
    padding-left: 8px;
}
.card-body ul {
    padding-left: 20px;
}
.cards:nth-of-type(1) .card {
    box-shadow: 2px 2px 2px #2690CE;
    transition: box-shadow 0.2s ease;

}
.cards:nth-of-type(1) .card:hover,
.cards:nth-of-type(2) .card:hover,
.cards:nth-of-type(3) .card:hover,
.cards:nth-of-type(4) .card:hover  {
    box-shadow: 0 0 15px #2690CE;
}
.cards:nth-of-type(2) .card {
    box-shadow: -2px 2px 2px #2690CE;
    transition: box-shadow 0.2s ease;
}
.cards:nth-of-type(3) .card {
    box-shadow: 2px -2px 2px #2690CE;
    transition: box-shadow 0.2s ease;
}
.cards:nth-of-type(4) .card {
    box-shadow: -2px -2px 2px #2690CE;
    transition: box-shadow 0.2s ease;
}

hr.divider { 
    background-color: #2690CE;
    width: 30%;
    height: 1px;
}


@media (max-width:1199.98px){
    .first h2.lead { padding: 0;}
    .trusted {
        height: max-content;
        margin-top: -10%;
        background: linear-gradient(180deg, rgb(10 26 42 / 17%) 0%, rgba(42, 108, 180, 1) 49%, rgba(33, 83, 136, 1) 65%, rgb(15 31 48 / 73%) 90%, rgb(10 26 42 / 15%) 100%);    
    }
    .modern p.lead {
        padding-bottom: 10px;
    }
    .modern .row:nth-of-type(3) {
        padding-top: 1rem;
    }
    .numbers {
        padding: 0rem 0;
    }
    h2 {
        font-size: 2.1rem;
    }
}

@media (min-width: 767.98px) {
.first h2.lead { padding: 0;}
.icon-img {
    height: 30px;
    width: 90px;
    margin-bottom: 15px; }
.modern .row:nth-of-type(3) { padding-top: 1.5rem; }

}

@media (max-width: 575.98px) {
    .modern p.lead { font-size: 18px;}
    .numbers .container {
        background: #0A1A2A;
        height: max-content;}
}

@media (max-width: 767.98px) {
    
    .col-md-2.partner {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .numbers .container {
        background: #0A1A2A;
        height: max-content;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .first { padding: 8rem 0 0;}
}

@media (max-width: 991.98px) {
    .col-md-2.partner {
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    .partner .icon {
        margin-bottom: 1.5rem;
    }
    .numbers .container {
        background: #0A1A2A;
        height: max-content;}
}

@media only screen and (max-width: 987px) and (min-width: 766px)  {
    .modern p.lead { font-size: 18px;}

}

@media (min-width: 992px) {
}
@media (min-width: 576px) {
    header {padding: 10px;}
    .modern {
        padding: 0;
    }
    

}

@media (max-width: 375px) {
}
@media only screen and (max-width: 776px) and (min-width: 375px)  {
.mobile { display: none;}
.trusted .row:first-of-type { margin-top: 7%;}
}

* {
    padding: 0;
    margin: 0;
    width: auto;
}

strong { font-weight: 500;}

body {
    background-color:#111D3F;
}
#navbar_top {
  top: -72px;
}
header { color: #fff; }
header h1.display-5 { font-size: 2.5rem;}
header p.lead { font-size: 1.1rem;}
.testimonials h4 { font-size: 1.2rem; margin-bottom: 3px; margin-top: 10px;}
.testimonials h5 { font-size: 1rem; margin-bottom: 3px; margin-top: 10px;}

.testimonials img.testimonials-robot {
  width: 65%;
}
img.domotz-stars { width: 15%;}
.gradient-frame {
background-color: hsla(113, 90%, 80%, 1);
background: linear-gradient(225deg, hsla(113, 90%, 80%, 1) 0%, hsla(186, 92%, 42%, 1) 100%);
background: -moz-linear-gradient(225deg, hsla(113, 90%, 80%, 1) 0%, hsla(186, 92%, 42%, 1) 100%);
background: -webkit-linear-gradient(225deg, hsla(113, 90%, 80%, 1) 0%, hsla(186, 92%, 42%, 1) 100%);
height: 230px;
width: 100%;
border-radius: 30px;
}

.white-frame {
background: #fff;
height: 220px;
width: 95%;
border-radius: 25px;
float: none;
margin: 5px auto;
}

.btn,
.btn-lg {
    padding: 0.5rem 1rem 0.4rem 1rem; 
    font-size: 1.2rem; 
    line-height: 1.5; 
    border-radius: 0.25rem; 
    font-weight: 500;
}

.btn-primary {
  color: #162a49;
  background-color: #fcb800;
  border-color: #fcb800;
  cursor: pointer;
  padding: 0.5rem 1rem 0.4rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.25rem;}

.btn-primary:hover {color: #162a49;
    background-color: #d89e00;
    border-color: #d89e00;
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 184, 1, 0.5);
}
.btn-primary.disabled, 
.btn-primary:disabled {
  color: #162a49;
  background-color: #d89e00;
  border-color: #d89e00;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {color: #fff;
  background-color: #fcb800;
  border-color: #fcb800;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 184, 1, 0.5);
}
.btn-outline-secondary {
  color: #fcb800;
  background-color: transparent;
  background-image: none;
  border-color: #fcb800;
  cursor: pointer;
}
.btn-outline-secondary:hover {
  color: #162a49;
  background-color: #fcb800;
  border-color: #fcb800;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 184, 1, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #fcb800;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #dba100;
  border-color: #dba100;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 184, 1, 0.5);
}
.btn-outline-navy {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    cursor: pointer;
  }
.btn-outline-navy:hover {
  color: #111D3F;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-navy.focus,
.btn-outline-navy:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-navy.disabled,
.btn-outline-navy:disabled {
  color: #111D3F;
  background-color: transparent;
}
.btn-outline-navy:not(:disabled):not(.disabled).active,
.btn-outline-navy:not(:disabled):not(.disabled):active,
.show > .btn-outline-navy.dropdown-toggle {
  color: #fff;
  background-color: #162a49;
  border-color: #111D3F;
}
.btn-outline-navy:not(:disabled):not(.disabled).active:focus,
.btn-outline-navy:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-navy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.chart-desktop {display: block;}

.carousel {
  display: flex;
  background-color: #f5f5f5;
  border-radius: 30px;
  padding: 50px;
  text-align: center;
  z-index: 100;
  margin-bottom: 30px;
  /* min-height: auto; */
  /* height: 470px; */
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}


.logo-domotz-speedo { width: 30%; }
.logo-avg-speedo { width: 45%;}
.speedometer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.gauge-wrapper {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 20px 15px 15px;
}

.gauge {
  background: #e7e7e7;
  width: 200px;
  height: 100px;
  border-radius: 100px 100px 0 0!important;
  position: relative;
  overflow: hidden;
}
.gauge.min-scaled {
  transform: scale(0.5);
}

.gauge-center {
  content: '';
  color: #fff;
  width: 50%;
  height: 50%;
  background: #111D3F;
  border-radius: 100px 100px 0 0!important;
  position: absolute;
  box-shadow: 0 -13px 15px -10px rgba(0, 0, 0, 0.28);
  right: 25%;
  bottom: 0;
  color: #fff;
  z-index:10;
}

.gauge-center .label, .gauge-center .number {display:block; width: 100%; text-align: center; border:0!important;}
.gauge-center .label {font-size:0.75em; opacity:0.6; margin:1.1em 0 0.3em 0;}
.gauge-center .number {font-size:1.2em;}

.needle {
  width: 80px;
  height: 7px;
  background: #15222E;
  border-bottom-left-radius: 100%!important;
  border-bottom-right-radius: 5px!important;
  border-top-left-radius: 100%!important;
  border-top-right-radius: 5px!important;
  position: absolute;
  bottom: -2px;
  left: 20px;
  transform-origin: 100% 4px;
  transform: rotate(0deg);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.38);
  display:none;
  z-index:9;
}

.four.domotz1 .needle {animation: domotzspeed1 2s 1 both; animation-delay: 1s; display:block;}
.four.domotz2 .needle {animation: domotzspeed2 2s 1 both; animation-delay: 1s; display:block;}
.four.domotz3 .needle {animation: domotzspeed3 2s 1 both; animation-delay: 1s; display:block;}
.four.domotz4 .needle {animation: domotzspeed4 2s 1 both; animation-delay: 1s; display:block;}


.four.rischio1 .needle {animation: fourspeed1 2s 1 both; animation-delay: 1s; display:block;}
.four.rischio2 .needle {animation: fourspeed2 2s 1 both; animation-delay: 1s; display:block;}
.four.rischio3 .needle {animation: fourspeed3 2s 1 both; animation-delay: 1s; display:block;}
.four.rischio4 .needle {animation: fourspeed4 2s 1 both; animation-delay: 1s; display:block;}

.slice-colors {height:100%;}

.slice-colors .st {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border: 50px solid transparent;  
}

.speedo-avg .four .slice-colors .st.slice-item:nth-child(2) {
  border-top: 50px #a4adb7 solid;
  border-right: 50px #a4adb7 solid;
  background-color:#cdd1d6;
}

.speedo-avg .four .slice-colors .st.slice-item:nth-child(4) {
  left:50%;
  border-bottom: 50px #73808e solid;
  border-right: 50px #73808e solid;
  background-color:#909ba7;
  
}

.speedo-domotz .four .slice-colors .st.slice-item:nth-child(2) {
    border-top: 50px #e67e22 solid;
    border-right: 50px #e67e22 solid;
    background-color:#E84C3D;
}

.speedo-domotz .four .slice-colors .st.slice-item:nth-child(4) {
    left:50%;
    border-bottom: 50px #1eaa59 solid;
    border-right: 50px #1eaa59 solid;
    background-color:#f1c40f;
    
  }

@keyframes fourspeed1 {
	0% {transform: rotate(0);}
  100% {transform: rotate(16deg);}
}

@keyframes fourspeed2 {
	0% {transform: rotate(0);}
  100% {transform: rotate(65deg);}
}

@keyframes fourspeed3 {
	0% {transform: rotate(0);}
  100% {transform: rotate(130deg);}
}

@keyframes fourspeed4 {
	0% {transform: rotate(0);}
  100% {transform: rotate(164deg);}
}


@keyframes domotzspeed1 {
	0% {transform: rotate(0);}
  100% {transform: rotate(16deg);}
}

@keyframes domotzspeed2 {
	0% {transform: rotate(0);}
  100% {transform: rotate(65deg);}
}

@keyframes domotzspeed3 {
	0% {transform: rotate(0);}
  100% {transform: rotate(165deg);}
}

@keyframes domotzspeed4 {
	0% {transform: rotate(0);}
  100% {transform: rotate(164deg);}
}

img.domotz-logo {
  width: 40%;
}
img.avg-logo { 
  width: 70%;
}
.arrow_1 {
  background-image: url('/lp/assets/img/competitors/arrow_1.png');
  background-repeat: no-repeat;
  width: 50%;
  height: 27px;
  position: relative;
  top: 10px;
  left: 30%;
}

.arrow_2 {
  background-image: url('/lp/assets/img/competitors/arrow_2.png');
  background-repeat: no-repeat;
  height: 49px;
  position: relative;
  left: 70%;
  top: -95px;
}

.carousel-control-prev, 
.carousel-control-next {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #5a5d6069;
  opacity: 1;
  top: 205px;
  border: none;
  cursor: pointer;
}
.carousel-indicators li {
  background-color: rgb(220 220 220);
}
.carousel-indicators .active {
  background-color: rgb(143 143 143);
}

.white-frame .display-5 {
  font-weight: 400;
}

.details {
  background-position: 270px 175px;
  background-size: 10%;
  z-index: 20;
  background-repeat: no-repeat;
background-image: url('/lp/assets/img/competitors/details.png');
}
.details h3.display-7 { font-size: 2.4rem;}
.detail-2 {
  background-image: url(/lp/assets/img/competitors/details-2.png);
  height: 56px;
  background-repeat: no-repeat;
  background-position: 90% 0px;
  background-size: initial;
}

section.testimonials {
  padding: 0px 0px 2.4rem;
}

@media only screen and (max-width: 987px) and (min-width: 766px)  {
  .desktop-chart { display: block;}
  .mobile-chart { display: none;}
}


@media (max-width: 767.98px) { 
  .speedometer {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .speedo-avg { background-size: 80%; padding-top: 30px;}
  .speedo-domotz { background-size: 50%;}
  .gauge-wrapper { padding: 20px 0px 15px; }
  .desktop-chart { display: none;}
  .mobile-chart { display: block;}
  img.mobile-chart { width: 50%; margin: auto; text-align: center;}

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

  .white-frame span.display-5 {
    font-size: 2.2rem!important;
  }
  .white-frame {
    height: 207px;
    width: 95%;
    float: none;
    margin: auto; }

  .arrow_1,
  .arrow_2 { display: none;}
  img.main {
    width: 70%;
  }
  .gradient-frame {
    height: 218px;
    width: 100%;
    border-radius: 30px;
    margin: 0 0 20px;
    padding-top: 5px;
  }
  .detail-2 {
    background-position: 100% 0px;
    background-size: 15%;
  }
  .details {
    background-position: 0px 105px;
    background-size: 10%;
  }
  img.domotz-stars { width: 25%;}
  .testimonials img.testimonials-robot {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .speedometer {
    width: 100%;
    flex-direction: row;
  }
  img.mobile-chart { display: none;}
  .white-frame span.display-5 {
    font-size: 2.2rem!important;
  }
  .chart { padding-top: 60px;}
  .white-frame {
    height: 220px;
    width: 95%;
  }
  .details {
    background-position: 0px 75px;
    background-size: 11%;
  }
  .detail-2 {
    background-position: 100% 0px;
    background-size: 9%;
  }
  .trusted-by {
    padding: 1rem 0 4.5rem;
  }
}
@media (min-width: 576px) {
  .chart { padding-top: 70px;}
  .carousel { padding: 50px 20px;}
  .chart {    padding-top: 40px;}

}
@media (max-width: 575.98px) {
  .desktop-chart { display: none; }
  img.mobile-chart { width: 75%; margin: auto; text-align: center;}
  .speedometer {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
  }

  .gradient-frame {
    height: 225px;
    padding-top: 10px;
  }
  .white-frame {
    height: 205px;
    width: 97%;
  }
  .white-frame span.display-5 {
    font-size: 3.5rem;
  }
  .testimonials .text-right { text-align: left!important;}

    .speedometer {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
  }
  section {
    padding: 2rem 0rem;
  }
  nav .btn-sm {
    font-size: 1.05rem;
  }
 }

@media (max-width: 767px) {
  .chart-mobile {display: none;}
  .carousel { height: auto;}
}

@media (max-width: 375px) {
  .chart-mobile { display: block;}
  .desk-hide { display: none!important; }
  .carousel {padding: 20px;}
  .carousel { height: auto;}
}
