.hero-btn {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    /* width: 67%; */
    /* justify-content: center; */
    flex-wrap: wrap;
    align-self:flex-start;
}

.hero-button {
    display: flex;
    align-items: center;
    background-color: black;
    border: none;
    border-radius: 8px;
    padding: 10px 4px;
    color: white;
    cursor: pointer;
    text-align: left;
    gap: 10px;
    width: 200px;
    
}

.playstore-icon {
    height: 40px;
    width: auto;
}

.button-text {
    display: flex;
    flex-direction: column;
}
.small-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.2px;
}

.big-text {
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.2px;
}

#about-us{
    width:100vw;
    /* margin-top: 18%; */
}

.about-container{
    width:100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.about-data{
    display: flex;
    flex-direction: column;
    width:65%;
}

.about-heading{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: clamp(44px, 2.5vw, 32px) !important;
    line-height: 1.4;
    color: #232932;
    text-align: center;
    margin: 20px 0;
}

.about-heading .span{
    font-family: 'Inter', sans-serif;
    background: linear-gradient(to right, #083476, #32D583);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.visibility{
    color: #32D583;
    font-family: 'Inter', sans-serif;
}

.about-body{
    font-family: 'Inter', sans-serif;
    color:#465261;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 40px;
    text-align: center;
}
.why-us1{
    width:100vw;
    display:flex;
    padding-top:65px;
    padding-left:30px;
    padding-right:30px;
}
.why-us2{
    width:100vw;
    display:flex;
    padding-top:65px;
    padding-left:65px;
    padding-right:30px;
}

.canvas-container{
    width:40%;
    /* height : 566px */
    display: flex;
    align-items: center;
    justify-content: center;
}

.canvas-container img{
    /* width:100%; */
}

#why-us-canvas{
    height : 100%;
    width : 100%;
    /* background-color: #D0D7FB; */
}

.why-us-data{
    width : 60%;
    display: flex;
    flex-direction: column; 
    align-items: center; 
}

.why-us-container{
    width:635px;
    display:flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 25px;
}

.why-us-heading{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: clamp(44px, 2.5vw, 32px) !important;
    line-height: 1.4;
    color: #101828;
    text-align: left;
    /* margin: 20px 0; */
}

.why-us-body{
    font-family: 'Inter', sans-serif;
    color:#465261;
    font-weight: 400;
    font-size: 23px !important;
    line-height: 40px;
    text-align: left;
}

.why-us-features{
    display: flex;
    gap: 20px;
    align-items: center;
    /* justify-content: center; */
}

.why-us-point{
    font-family: 'Inter', sans-serif;
    color:#465261;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 40px;
    text-align: left;
}

#why-us-canvas2{
    height : 100%;
    width : 100%;
    background-image: url("../images/Ornament\ 70.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.working-vms-feature h6{
    text-align: left;
}

.success-story-section{
    background : white !important;
    height:auto !important;
    width: 100vw;
}

@media (min-width: 1200px) {
    .hero-btn {
        margin-top: 20px;
        flex-direction: row;
        gap: 10px;
        width: 125%;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-bottom: 20px;
        /* align-self:flex-start; */
    }
    
    .hero-button {
        display: flex;
        align-items: center;
        background-color: black;
        border: none;
        border-radius: 8px;
        padding: 10px 15px;
        color: white;
        cursor: pointer;
        text-align: left;
        gap: 10px;
        width: 200px;
        
    }
    
    .playstore-icon {
        height: 40px;
        width: auto;
    }
    
    .button-text {
        display: flex;
        flex-direction: column;
    }
    .small-text {
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        line-height: 1.2px;
    }
    
    .big-text {
        font-family: 'Inter', sans-serif;
        font-size: 19px;
        font-weight: bold;
        line-height: 1.2px;
    }
    
    #about-us{
        width:100vw;
        /* margin-top: 18%; */
    }
    
    .about-container{
        width:100%;
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    
    .about-data{
        display: flex;
        flex-direction: column;
        width:40%;
    }
    
    .about-heading{
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        font-size: clamp(44px, 2.5vw, 32px) !important;
        line-height: 1.4;
        color: #232932;
        text-align: center;
        margin: 20px 0;
    }
    
    .about-heading .span{
        font-family: 'Inter', sans-serif;
        background: linear-gradient(to right, #083476, #32D583);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }
    .visibility{
        color: #32D583;
        font-family: 'Inter', sans-serif;
    }
    
    .about-body{
        font-family: 'Inter', sans-serif;
        color:#465261;
        font-weight: 400;
        font-size: 20px !important;
        line-height: 40px;
        text-align: center;
    }
    .why-us1{
        width:100vw;
        display:flex;
        padding-top:65px;
       
    }
    .why-us2{
        width:100vw;
        display:flex;
        padding-top:65px;
      
    }
    
    .canvas-container{
        width:50%;
        /* height : 566px */
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #why-us-canvas{
        height : 100%;
        width : 100%;
        /* background-color: #D0D7FB; */
    }
    
    .why-us-data{
        width : 50%;
        display: flex;
        flex-direction: column; 
        align-items: center; 
    }
    
    .why-us-container{
        width:635px;
        display:flex;
        flex-direction: column;
        gap: 20px;
        padding-top: 25px;
    }
    
    .why-us-heading{
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        font-size: clamp(44px, 2.5vw, 32px) !important;
        line-height: 1.4;
        color: #101828;
        text-align: left;
        /* margin: 20px 0; */
    }
    
    .why-us-body{
        font-family: 'Inter', sans-serif;
        color:#465261;
        font-weight: 400;
        font-size: 23px !important;
        line-height: 40px;
        text-align: left;
    }
    
    .why-us-features{
        display: flex;
        gap: 20px;
        align-items: center;
        /* justify-content: center; */
    }
    
    .why-us-point{
        font-family: 'Inter', sans-serif;
        color:#465261;
        font-weight: 400;
        font-size: 20px !important;
        line-height: 40px;
        text-align: left;
    }
    
    #why-us-canvas2{
        height : 100%;
        width : 100%;
        background-image: url("../images/Ornament\ 70.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .working-vms-feature h6{
        text-align: left;
    }
}

@media (min-width: 767px) and (max-width: 1023px) {

    .productlist-hero-container{
        flex-direction: column;
        gap: 20px;
    }
    .productlist-hero-section{
        padding: 20px 0;
    }
    .main-banner-product-list h1{
        text-align: center;
    }
    .hero-btn{
        width:100%;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .button-text{
        gap:0px;
    }

    .about-data{
        width: 100%;
    }
    .about-data .about-heading{
        /* font-size: 24px !important; */
        padding: 24px;
    }
    .why-us1{
        flex-direction: column-reverse;
        gap: 24px;
    }

    .why-us2{
        flex-direction: column;
        gap: 24px;
    }

    .canvas-container{
        width: 100%;
        
    }

    .why-us-data{
        width: 100%;
    }
    .why-us-container{
        width: 100%;
        padding : 0px 16px;
    }

    .why-us-heading{
        font-size: 24px !important;
    }

    .canvas-container img{
        width: 100%;
        
    }

    .manage-head{
        padding-top: 15% !important;
    }
    .working-content{
        width:100%;
    }

    .div-banner-working img{
        width:100%;
    }

}

@media (max-width: 767px) {

    .hero-btn{
        width:100%;
        flex-wrap: nowrap;
        align-self: center;
        justify-content: center;
    }

    .hero-button{
        /* width: 110%; */
    }

    .button-text{
        gap:24px;
    }
    .big-text{
        font-size:16px;
    }

    .about-data{
        width: 100%;
    }
    .about-data .about-heading{
        font-size: 24px !important;
        padding: 24px;
    }
    .why-us1{
        flex-direction: column-reverse;
        gap: 24px;
    }

    .why-us2{
        flex-direction: column;
        gap: 24px;
        padding-left:0px !important;
        padding-right:0px !important;
    }

    .canvas-container{
        width: 100%;
        
    }

    .why-us-data{
        width: 100%;
    }
    .why-us-container{
        width: 100%;
        padding : 0px 16px;
    }

    .why-us-heading{
        font-size: 24px !important;
    }

    .canvas-container img{
        width: 100%;
        
    }

    .manage-head{
        padding-top: 15% !important;
    }

}

@media only screen and (min-width: 830px) and (max-width: 1023px) {
  
    #about-us{
        width: 100vw;
    }

    .why-us1{
        width: 100vw;
    }

    .why-us2{
        width: 100vw;
    }
  
}

@media (min-width: 767px) and (max-width: 830px) {
    .productlist-hero-section{
        padding-top: 20px;
        padding-bottom: 20px;
        padding: 0;
    }
    .main-banner-product-list {
        padding-left: 10px;
    }
    .side-banner-elink img{
        width: 100%;
    }
    .playstore-icon {
        height: 30px;
    }
    .hero-button{
        width: 177px;
        padding: 7px 10px;
    }
    .small-text{
        line-height: normal;
        padding-bottom: 10px;
    }
    .button-text{
        padding-bottom:10px;
    }
    .canvas-container img{
        width: 100%;
    }
    .why-us-container{
        width: 100%;
    }
    .Logo-marquee{
        margin-top: 20px;
    }
    .about-data{
        width: 100%;
    }
    .working-content{
        width: 100%;
    }
}

@media (orientation: landscape) and (max-width: 767px) {


}

@media (orientation: portrait) and (max-width: 767px) {


}

@media (max-width: 370px) {
    .big-text {
        font-size: 15px;
    }
    .small-text {
        font-size: 12px;
        line-height: 1px;
    }
    .button-text {
        gap: 19px;
    }
}

@media (max-width: 339px) {
    .big-text {
        font-size: 14px;
    }
    .small-text {
        font-size: 11px;
        line-height: 1px;
    }
    .button-text {
        gap: 19px;
    }
}

@media (max-width: 323px) {
    .big-text {
        font-size: 12px;
    }
    .small-text {
        font-size: 10px;
        line-height: 1px;
    }
}

@media (min-width: 830px) and (max-width: 1024px) {
    .e-link-herosection{
        padding-top: 80px;
    }
}