@media screen and (max-height:725px) {
    .v-lg-hide
    {
        display: none;
    }
    #cams-flow
    {
        display: none;
    }
     .diamond {
        opacity: 30%;
    }
}
@media screen and (max-height:432px) {
    .v-xs-hide
    {
        display: none !important;
    }
    
}
@media screen and (max-height:570px) {
    .v-sm-hide
    {
        display: none !important;
    }
    #advantages
    {
        display: flex;
        flex-direction: column;
        align-content: center;
    }
    .slide-section {
        margin-top: 45px;
    }
}
@media screen and (max-width:872px) {
    .data-card{
        display: none;;
    }
   
}
@media screen and (max-height:670px) {
    .v-md-hide
    {
        display: none !important;
    }
    #global-trust-txt {
        width: 80%;
        margin-top: 0;
        z-index: 2;
    }
    .global-trust {
        justify-content: start;
        margin-top: 40px;
        /* margin-left: 65px; */
    }
    
    
}

/* font size */
.heading {
  font-size: clamp(1rem, 8vmin + 0.1rem, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
}
.md-heading {
  font-size: clamp(1.5rem, 9vmin + 0.1rem, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
}
.lg-heading {
  font-size: clamp(2rem, 10vmin + 0.1rem, 4.5rem);
  font-weight: 700;
  line-height: 1.2;
}
.xl-heading {
  font-size: clamp(3rem, 10vmin + 0.1rem, 5.5rem);
  font-weight: 700;
  line-height: 1.2;
}

.slide_tagline {
  font-size: clamp(0.5rem, 5vmin + 0.1rem, 1.5rem);
  font-weight: 500;
  line-height: 1.4;
}

.info-p {
  font-size: clamp(0.9rem, 2.35vmin, 1.2rem);
  font-weight: 400;
  line-height: 1.9;
}