@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.fade-in-max {
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
    animation-delay: 1s;
}

@keyframes titlemovedown {
    0% {
        margin-top: 0%;
        opacity: 0;
    }
    100% {
        margin-top: 4%;
        opacity: 1;
    }
}

@keyframes trustmoveup {
    0% {
        margin-top: 10%;
        opacity: 0;
    }
    100% {
        margin-top: 2%;
        opacity: 1;
    }
}

@keyframes logomoveup {
    0% {
        margin-top: 10%;
        opacity: 0;
    }
    100% {
        margin-top: 1.5%;
        opacity: 1;
    }
}

.lo {
    margin-left: 4%;
    border-radius: 12%;
    z-index: 13;
    margin-top: 1.5%;
    position: absolute;
    width: 11%;
    animation-name: logomoveup;
    animation-duration: 4s;
}

.movup {
    border-radius: 12%;
    z-index: 13;
    margin-left: 85%;
    margin-top: 2%;
    position: absolute;
    width: 12%;
    animation-name: trustmoveup;
    animation-duration: 4s;
}

.cont {
    padding: 0;
    object-fit: cover;
    display: flex;
    height: 100%;
}

.cont image.back {
    opacity: 0.7;
}

.welcome {
    display: flex;
    width: 65%;
    text-align: center;
    align-items: center;
    margin-left: 17%;
    margin-top: 4%;
    position: absolute;
    font-weight: 900;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 3px 2px 1px rgba(0, 0, 0, 0.8);
    animation-name: titlemovedown;
    animation-duration: 2s;
}

.welcome2 {
    width: 75%;
    text-align: center;
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 13%;
    margin-top: 16%;
    font-size: 19px;
    font-weight: 400;
}

.splash.disnone {
    position: fixed;
    background-color: #a02929;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -10;
    color: white;
    transition: all 1.0s;
    text-align: center;
}

.back {
    width: 100%;
    height: 100%
}

.splash {
    background-color: #a02929;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 12;
    color: white;
}