﻿#trigger {
    position: absolute;
    width: 800px;
    height: 200px;
    top: 45%;
    left: 50%;
    transform: translate(-1000px, -1000px);
    /*background-color: red;*/
    animation: inview 0s 1;
    animation-fill-mode: forwards;
    animation-delay: 3s;
}

.UniLogo {
    opacity: 0;
    position: absolute;
    width: 580px;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.maintenance-cones {
    height: 180px;
}

@media (max-width: 1599.5px) {
    #trigger {
        width: 800px;
        height: 200px;
    }

    .UniLogo {
        width: 520px;
    }
}

@media (max-width: 1199.5px) {
    #trigger {
        width: 800px;
        height: 200px;
    }

    .UniLogo {
        width: 480px;
    }
}

@media (max-width: 991.5px) {
    #trigger {
        width: 750px;
        height: 150px;
    }

    .UniLogo {
        width: 420px;
    }

    .maintenance-cones {
        height: 150px;
    }
}

@media (max-width: 767.5px) {
    #trigger {
        height: 250px;
        width: 350px;
    }

    .UniLogo {
        width: 360px;
    }

    .maintenance-cones {
        height: 130px;
    }
}

@media (max-width: 575.5px) {
    #trigger {
        height: 200px;
        width: 250px;
    }

    .UniLogo {
        width: 320px;
    }

    .maintenance-cones {
        height: 110px;
    }
}

@media (max-width: 424.5px) {
    #trigger {
        height: 200px;
        width: 250px;
    }

    .UniLogo {
        width: 280px;
    }

    .maintenance-cones {
        height: 100px;
    }
}

@media (max-width: 359.5px) {
    #trigger {
        height: 200px;
        width: 225px;
    }

    .UniLogo {
        width: 250px;
    }
}


@keyframes inview {
    from {
        transform: translate(-1000px, -1000px);
    }

    to {
        transform: translate(-50%, -50%);
    }
}



.name-position {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sign-in-position {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.name-ani-fade {
    animation: fadein 3s 1;
    transition: all 3100ms cubic-bezier(0.235, 0.660, 0.560, 1.020); /* custom */
}

.name-ani-left {
    transition: all 3100ms cubic-bezier(0.235, 0.660, 0.560, 1.020); /* custom */
    animation-fill-mode: forwards;
    animation: inleft 2s 1;
}

.name-ani-right {
    transition: all 3100ms cubic-bezier(0.235, 0.660, 0.560, 1.020); /* custom */
    animation-fill-mode: forwards;
    animation: inright 2s 1;
}

.name-ani-top {
    transition: all 3100ms cubic-bezier(0.235, 0.660, 0.560, 1.020); /* custom */
    animation-fill-mode: forwards;
    animation: intop 2s 1;
}

.name-ani-bottom {
    transition: all 3100ms cubic-bezier(0.235, 0.660, 0.560, 1.020); /* custom */
    animation-fill-mode: forwards;
    animation: inbottom 2s 1;
}



@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes inleft {
    0% {
        transform: translateX(-20%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes inright {
    0% {
        transform: translateX(+20%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes intop {
    0% {
        transform: translateY(-20%);
    }

    100% {
        transform: translateY(0%);
    }
}

@keyframes inbottom {
    0% {
        transform: translateY(+20%);
    }

    100% {
        transform: translateY(0%);
    }
}

.name-ani-swap-out {
    transition: all 5000ms;
    transition-delay: 500ms;
    opacity: 0;
}

.name-ani-swap-in {
    transition: all 5000ms;
    transition-delay: 2000ms;
    opacity: 1;
}

.lipa-ani-swap-out {
    transition: all 5000ms;
    transition-delay: 500ms;
    opacity: 0;
}

.lipa-ani-swap-in {
    transition: all 5000ms;
    transition-delay: 2000ms;
    opacity: 1 !important;
}

#sign-in-btn-div {
    max-width: 320px;
}

.dgn-crt-stby-size {
    width: 250px;
}

@media (max-width: 767.5px) {
    .dgn-crt-stby-size {
        width: 220px;
    }
}

@media (max-width: 424.5px) {
    .dgn-crt-stby-size {
        width: 200px;
    }
}

@media (max-width: 359.5px) {
    .dgn-crt-stby-size {
        width: 190px;
    }
}

#flight-case-position {
    bottom: 0;
    width: 100%;
    position: absolute;
    overflow: hidden;
    height: 200px;
}

#flight-case {
    z-index: 999;
    bottom: 0;
    position: absolute;
    height: 180px;
    transition: all 6000ms cubic-bezier(.11,.65,.6,.65); /* custom */
    animation-fill-mode: forwards;
    animation: roll infinite 50s;
    left: -300px;
}

@keyframes roll {
    27% {
        left: -300px;
    }

    40% {
        left: calc(100% + 150px);
    }

    82% {
        left: calc(100% + 150px);
    }

    95% {
        left: -300px;
    }
}

@media (max-width: 991.5px) {
    #flight-case {
        height: 150px;
    }
}

@media (max-width: 767.5px) {
    #flight-case {
        height: 140px;
    }
}


.FontSizeX-SAM {
    font-size: 4rem;
}

@media (max-width: 1599.5px) {
    .FontSizeX-SAM {
        font-size: 4rem;
    }
}

@media (max-width: 1199.5px) {
    .FontSizeX-SAM {
        font-size: 4rem;
    }
}

@media (max-width: 991.5px) {
    .FontSizeX-SAM {
        font-size: 3.8rem;
    }
}

@media (max-width: 767.5px) {
    .FontSizeX-SAM {
        font-size: 3.2rem;
    }
}

@media (max-width: 424.5px) {
    .FontSizeX-SAM {
        font-size: 2.9rem;
    }
}

@media (max-width: 359.5px) {
    .FontSizeX-SAM {
        font-size: 2.4rem;
    }
}




.FontSizeX-SubSAM {
    font-size: 1.4rem;
}

@media (max-width: 1599.5px) {
    .FontSizeX-SubSAM {
        font-size: 1.4rem;
    }
}

@media (max-width: 1199.5px) {
    .FontSizeX-SubSAM {
        font-size: 1.4rem;
    }
}

@media (max-width: 991.5px) {
    .FontSizeX-SubSAM {
        font-size: 1.2rem;
    }
}

@media (max-width: 767.5px) {
    .FontSizeX-SubSAM {
        font-size: 1.1rem;
    }
}

@media (max-width: 424.5px) {
    .FontSizeX-SubSAM {
        font-size: 1rem;
    }
}

@media (max-width: 359.5px) {
    .FontSizeX-SubSAM {
        font-size: 0.8rem;
    }
}

@media (max-height: 449.9px) and (orientation:landscape) {
    .FontSizeX-Handwriting {
        font-size: 1.3rem;
    }
    .sign-in-position {
        top: 80%;
    }
}

@media (max-height: 359.9px) and (orientation:landscape) {
    .FontSizeX-Handwriting {
        font-size: 1rem;
    }
}