
iframe{

    box-shadow: 0 3px 30px var(--shadowDarker);
    border-radius: 16px;

}
section{
  padding-left:30px;
  padding-right:30px;

}
.mb-4 {
        margin-bottom: 1rem;
        text-align: center;
    }

    .mockupImage{
        width: 73% !important;
    }
@media(max-width: 900px) {
   
    section{
        padding-left:6px;
        padding-right:6px;

    }
    .py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem;
    height: 100vh !important;
}

#heroContainer{
    display:none !important;
}


#iframeDemo{
    height:614px;
}
.test{
    height: auto !important;

}

.blockmenuBar{
    display:none;
}

#changeThemeContainer{
    display:none;
}

.priceItem{
    display:none !important;
}
    
}

h1,h2{
    color:var(--logo) !important;
}

#changeThemeContainer{
    position: fixed;
    bottom:10px;
    right:7px;
}

.error {
            border-color: red !important;
        }