/*body {*/
/*    background-image: url(../images/1.gif);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center center;*/
/*    min-height: 95vh;*/
/*    min-width: 95%;*/
/*}*/
.body{
    margin-inline: auto;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 90vh;
}
img{
    width: 70%;
}
.btn img{
    width: 100%;
}
.text-center img{
    width: 30%;
}
.btn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 47%;
    cursor: pointer;
}
.btn-list{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.btn-list span{
    margin-top: -1%;
    margin-right:3%;
}
.btn-list:hover{
    transform: scale(1.1)
}
.text-center{
    font-size: 2rem;
    color: white;
    font-weight: bold;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1%;
}
.text-color{
    color: rgb(77, 18, 12);
}

.logo{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    width: 50%;
}
.logo img{
    width: 120px;
    height: 120px;

}

.txt-black{
    color: #4e4141;;
}
@media screen and (max-width: 1000px) {
    .text-center{
        font-size: 3vw;
    }
}
@media screen and (max-width: 768px) {
    .btn{
        width: 70%;
    }
    .text-center{
        font-size: 5vw;
    }
}
#video_background {

position: absolute;

bottom: 0px;

right: 0px;

min-width: 100%;

min-height: 100%;

width: auto;

height: auto;

z-index: -1000;

overflow: hidden;

}