
.anamenu a{
    font-size:21px;
    margin-right:15px;
    color: #3a280e;
    font-weight: 800;
}

h2{
    color: #3a280e!important;
    font-weight: 800!important;
    font-size:28px!important;

}
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
    

}

.ana{
    background: url("bg.png");
    background-size: cover;
    
}

.gg{
    background: url("bgleft.png");
    background-size: cover;
    
}

.about h2{
    border-bottom:8px  dashed #3a280e;
    padding-bottom:20px;
    margin-bottom:30px;
}

.owl-nav span{
    background: #3a280e;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    margin: 0 5px;
    font-size: 20px;
    cursor: pointer;
    
}
.owl-nav{
    text-align: right;
}
.download{
    border-radius:20px;
    background-color: #3a280e;

}


.moving-image3 {
    margin-left:50%;
    margin-top:50%;
    transform: translate(-50%, -50%);
    animation: moveUpDown 3s infinite alternate;
}

@keyframes moveUpDown {
    from {
        transform: translate(-50%, -50%);
    }
    to {
        transform: translate(-50%, -70%);
    }
}