.bg {
    background-image: url('images/back 1.png');
    background-repeat: no-repeat;
    height: 100vh;
    background-position: bottom;

}


.blur {
    background: rgba(12, 12, 12, 0);
    -webkit-backdrop-filter: blur(19px);
    backdrop-filter: blur(19px);
    border: 1px solid rgba(12, 12, 12, 0);
}

* {
    font-size: 14px;
    font-family: "nunito";
}

.text1:hover {
    transform: scale(1.25);

}

.stupa:hover {
    transform: scale(1.25);

}

.body-img {
    background-image: url('images/back\ 1.png');
    background-repeat: no-repeat;
    width: 100vw;
}

@font-face {
    font-family: "arjun";
    src: url("fonts/FM_ARJUN.TTF");
}

@font-face {
    font-family: "nunito";
    src: url("fonts/Nunito-VariableFont_wght.ttf");
}


.arjun {
    font-family: "arjun";
}



.body {
    margin: 0px;
    background-color: black;
}

.canvas1 {


    width: 100vw;
    height: 100vh;
    object-fit: contain;
    transform: translate(-50%, 50%);
    position: absolute;
    margin-top: -50vh;
    margin-left: 200vw;

    overflow-x: hidden;


}

.footer {
    position: fixed;
    left: 0;
    bottom: -1;
    width: 100%;
    background-color: #F9B328;
    color: white;
    text-align: center;
}

.btn-bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
}