 @media (max-width: 768px){
    .gifheader{
        font-size:15px;
    }
    .alogo p{
        min-width: 130px;
        width: 170px;
        margin: 0 10px;
        text-align: center;
    }
    .topheader p {
        font-size: 25px;
    }
    .toggle ,.toggle img{
        display: flex;
    }
    
    .topmenu{
        max-height: 0;
        overflow: hidden;
        padding-top: 0px;
        flex-direction: column;
        position: absolute;
        right: 0px;
        top:225px;
        width: 50%;
        background-color: #bb7443;
        color: white;
        box-shadow: 0px 0px 10px rgba(0,0,0,1);
        border-radius: 10px;
        z-index: 9; 
        transition: max-height 0.3s ease-in-out;
    }
    .topmenu.active{
        max-height: 500px;
    }
    .buttomheader{
        justify-content: end;
    }
    .banner{
        height: 150px;
    }
    .br{
        width: 300px;
    }
    /* main */
    .toptext{
    display: flex;
    flex-direction: column;
    align-items: center;

}
.toptext h1{
    width: 400px;
    font-family: myfont1;
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
    border-radius: 20px;
    background-color: #bb7443;
    box-shadow: 0 0 10px 5px rgba(0, 0,0, .3);
}

/* menudigital */

.mobiletop{
   flex-direction: column;
    width: 95%;
}
.menumob iframe{
    scale: 0.75;
}
.discript p{
    width: 95%;
    font-size: 30px;
    font-family: myfont;
}
.imgprint{
    width: 300px;
}

 }
