/* NAVBAR */
@media screen and (max-width: 768px) {
.navbar-mobile{
}}

/* RESPONSIVE */
@media screen and (min-width: 1020px) {
.hide-mobile{
    display:none;
}}

@media screen and (max-width: 1020px) {
.hide-larger{
    display:none!important;
}}

@media screen and (min-width: 800px) {
.show-mobile{
    display:none;
}}


/* footer */
@media screen and (min-width: 800px) {
.fixed-bottom-responsive{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}}

@media screen and (max-width: 799px) {
.fixed-bottom-responsive{
padding-top:120px;
}}

/* home */
@media screen and (min-width: 800px) {
.home-responsive{
    padding-top:130px;
}}

@media screen and (max-width: 799px) {
.home-responsive{
padding-top:60px;
}}

@media screen and (min-width: 1441px) {
.home-ads-responsive{
    display:none;
}}

@media screen and (max-width: 799px) {
.home-ads-responsive{
    display:none;
}}

@media screen and (max-width: 1439px) {
.report-ads-responsive{
    display:none;
}}


/* TEXT */
.navbar-text{
  color: #ffffff;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  transition: all .2s ease-in-out;
}
.navbar-text:hover{
  transform: scale(1.1);
  color:#ffffff;
}

.url-text{
    text-align: center;
    color: #454545;
    font-family: 'Alexandria', sans-serif;
}

.footer-text{
  color: #ffffff;
  font-family: 'Poppins', sans-serif
}

.main-text{
  text-align: center;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
 }

.body-text{
  text-align: left;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
}

.main-report-text-wh{
    text-align: left;
    color: #454545;
    font-family: 'Roboto', sans-serif;
}

.main-text-wh{
    text-align: center;
    color: #000000;
    font-family: 'Poppins', sans-serif

}

.main-text-box-wh{
    text-align: left;
    color: #000000;
    font-family: 'Roboto', sans-serif;

}

    @media screen and (min-width: 424px) {
.website-result-text{
    font-size:20px;
}}

/* BUTTONS */
.main-button{
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: bold;
  border-radius: 100%;
  height: 150px;
  border-color: #FDCA31;
  border-width: 3px;
  width: 150px;
  transition: all .2s ease-in-out;
}
.main-button:hover {
  color: #ffffff;
  font-weight: bold;
  font-size: 120%;
  transform: scale(1.1);
}


.home-button{
  color:#fff !important;
}

.home-button:focus, .home-button:hover {
  color:#000 !important;
}


/* submit form */
.main-form-button{
  background: rgba(255, 255, 255, 0.2);
  color: #000000;
  font-weight: bold;
  border-radius: 100%;
  height: 150px;
  border-color: #fdca31;
  border-width: 3px;
  width: 150px;
}

/*LINKS*/
.nav-link{
padding: 0.5rem 0.5rem;
}

.a-link:link {
  color: #FDCA31 !important;
  text-decoration: none !important;
  transition: all .1s ease-in-out !important;
}
.a-link:visited {
  color: #FDCA31 !important;
  text-decoration: none !important;
}
.a-link:hover {
  font-weight: bold !important;

}
.a-link:active {
  color: white !important;
}

.a-text:link {
  color: #000000 !important;
  text-decoration: none !important;
}

/* BOXES */
.main-box{
    border-radius:50px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    transform: translateY(0px);
    transition: all .3s ease-in-out;
}
.main-box:hover{
    border-radius:50px;
    box-shadow: 1px 1px 10px 2px #c7c7c7;
    transform: translateY(-10px);
}

/* BOXES */
.live-scan-box{
    border-radius:50px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    transform: translateY(0px);
    transition: all .3s ease-in-out;
    width:300px;
}
.live-scan-box:hover{
    border-radius:50px;
    box-shadow: 1px 1px 10px 2px #c7c7c7;
    transform: translateY(-10px);
}

.no-size-box{
    border-radius:50px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    transform: translateY(0px);
    transition: all .3s ease-in-out;
}
.no-size-box:hover{
    border-radius:50px;
    box-shadow: 1px 1px 10px 2px #c7c7c7;
    transform: translateY(-10px);
}

.thin-box{
    border-radius:50px;
    height:50px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    transform: translateY(0px);
    transition: all .3s ease-in-out;
}
/*
.thin-box:hover{
    border-radius:50px;
    box-shadow: 1px 1px 10px 2px #c7c7c7;
    transform: translateY(-10px);
}
*/
.report-box{
    border-radius:10px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    transform: translateY(0px);
    transition: all .3s ease-in-out;
}
.report-box:hover{
    border-radius:10px;
    ox-shadow: 1px 1px 10px 2px #c7c7c7;
    transform: translateY(-10px);
}

.data-box-shadow-green:hover{
  border-color:#00bd9d;
}

.data-box-shadow-blue:hover{
  border-color:#0B52BD;
}

.data-box-shadow-yellow:hover{
  border-color:#FDCA30;
}

.data-box-shadow-red:hover{
  border-color:#E3170A;
}

@media screen and (min-width: 321px) {
.data-box{
  border-width: 2px;
  border-radius:10px;
  width: 290px;
  height: 220px;
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
  transform: translateY(0px);
  transition: all .3s ease-in-out;
  } }

    @media screen and (max-width: 321px) {
.data-box{
  border-width: 2px;
  border-radius:10px;
  height: 220px;
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
  transform: translateY(0px);
  transition: all .3s ease-in-out;
  } }

.data-box:hover{
  border-width: 2px;
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
  box-shadow: 1px 1px 10px 2px #c7c7c7;
  transform: translateY(-10px);
  border-color:none;
  }

@media screen and (max-width: 770px) and (min-width: 425px){
.data-box-mobile{
  padding-left:45px;
  } }

  @media screen and (max-width: 425px) and (min-width: 380px){
.data-box-mobile{
  padding-left:55px;
  } }

  @media screen and (max-width: 380px) and (min-width: 330px){
.data-box-mobile{
  padding-left:35px;
  } }

  @media screen and (max-width: 425px){
.col{
 width:500px;
 flex: none;
}}


  @media screen and (min-width: 769px){
.onlyMobile{
 display:none;
}}


  @media screen and (max-width: 768px){
.onlyDesktop{
 display:none;
}}

  @media screen and (min-width: 769px){
.bigTitle-res{
 font-size: 5rem;
 line-height: 8rem;
 letter-spacing: 0.01em;
}}

/* ICONS */
.blue-light{
        color: #0b52bd;
    font-size: 30px;
    vertical-align:middle;
}

.yellow-light{
    color:#FDCA30;
    font-size: 30px;
    vertical-align:middle;
}

.red-light{
    color:#E3170A;
    font-size: 30px;
    vertical-align:middle;
}

/* CARDS COLOR */
.green-card-head{
    background-color: #00bd9d;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
.green-card-border{
    border-color:#00bd9d;
}

.blue-card-head{
    background-color: #0b52bd;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
.blue-card-border{
    border-color:#0b52bd;
}

.yellow-card-head{
    background-color:#FDCA30;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
.yellow-card-border{
    border-color:#FDCA30;
}

.red-card-head{
    background-color:#E3170A;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
.red-card-border{
    border-color:#E3170A;
}


/* Login - signup - password forgot */
  @media screen and (max-width: 768px){
.login-col{
 width:100%!important;
}}

  @media screen and (max-width: 425px){
.signup-col{
 width:100%!important;
}}

  @media screen and (max-width: 425px){
.form-padding{
 padding-top:0px!important;
}}


/* other */

.not-wordpress{
    color:#FDCA30;
    border: 2px solid #0d6efd;
    border-radius: 10px;
    padding: 8px;
    transform: translateY(0px);
    transition: all .3s ease-in-out;

}
/*
.not-wordpress:hover a:hover{
    color:#0b52bd;
    transform: translateY(-10px);
    border: 2px solid #0d6efd;
    border-radius: 5px;
}
*/

.not-wordpress:hover{
    transform: translateY(-10px);
    border: 2px solid #0d6efd;
    border-radius: 10px;
    color:#FDCA30;
}

.collapsible{
    border: none;
    text-align:left;
    background:none;
}

.content{
    background-color:#f1f1f1;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.log-fade-front {
  --mask: linear-gradient(to bottom,
      rgba(0,0,0, 1) 0,   rgba(0,0,0, 1) 0%,
      rgba(0,0,0, 0) 85%, rgba(0,0,0, 0) 0
  ) 100% 50% / 100% 100% repeat-x;

  -webkit-mask: var(--mask);
  mask: var(--mask);

}

.log-fade-front-demo {
  --mask: linear-gradient(to bottom,
      rgba(0,0,0, 1) 0,   rgba(0,0,0, 1) 70%,
      rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0
  ) 100% 50% / 100% 100% repeat-x;

  -webkit-mask: var(--mask);
  mask: var(--mask);

}


/* FLAGS */
.ita-flag{
    background: url('languages/flags/ita-flag.png');
    height: 20px;
    width: 30px;
    display: block;
    background-repeat: no-repeat;
}

.uk-flag{
    background: url('languages/flags/uk-flag.png');
    height: 20px;
    width: 30px;
    display: block;
    background-repeat: no-repeat;
}


.google-ads {
    height: 100px;
    width: 100px;
    position: absolute;
    top: -1px;
    left: -1px;
    background-color:#fff;
}
