.ga-portal {
    height: 100vh;
    width: 100%;
}

.ga-portal .sec-cont {
    border: 2.5px solid #fff;
}

.ga-portal > div > div:nth-of-type(1) .sec-cont .path {
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    top: auto;
    z-index: 4;

    background: rgb(0, 174, 255);
    background: linear-gradient(90deg, rgba(0, 174, 255, 1) 98%, rgba(0, 0, 0, 0) 100%);

    background-position: 0;
    background-size: 100%;

    -webkit-transform: rotate(0);
    transform: rotate(0);

    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -webkit-animation: expand 8s linear infinite;
    animation: expand 8s linear infinite;


    cursor: default
}

.ga-portal > div > div:nth-of-type(1) .sec-cont .path2 {
    height: 100%;
    width: 5px;
    position: absolute;
    bottom: -8px;
    left: auto;
    right: -5px;
    top: 0;
    z-index: 4;
    background: rgb(0, 174, 255);
    background: linear-gradient(180deg, rgba(0, 174, 255, 1) 98%, rgba(0, 0, 0, 0) 100%);


    background-position: 0;
    background-size: 100%;

    -webkit-transform: rotate(0);
    transform: rotate(0);

    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -webkit-animation: expandHeight 8s linear infinite;
    animation: expandHeight 8s linear infinite;

    cursor: default
}

.ga-portal > div > div:nth-of-type(2) .sec-cont .path {
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: -5px;
    right: 0;
    left: auto;
    top: auto;
    direction: rtl;
    z-index: 4;
    background: rgb(0, 174, 255);
    background: linear-gradient(-90deg, rgba(0, 174, 255, 1) 98%, rgba(0, 0, 0, 0) 100%);

    background-position: 0;
    background-size: 100%;

    -webkit-transform: rotate(0);
    transform: rotate(0);

    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -webkit-animation: expand 8s linear infinite;
    animation: expand 8s linear infinite;

    cursor: default
}

.ga-portal > div > div:nth-of-type(4) .sec-cont .path {
    height: 100%;
    width: 5px;
    position: absolute;
    bottom: 0;
    left: -5px;
    right: auto;
    top: auto;
    z-index: 4;
    background: rgb(0, 174, 255);
    background: linear-gradient(0deg, rgba(0, 174, 255, 1) 98%, rgba(0, 0, 0, 0) 100%);

    background-position: 0;
    background-size: 100%;

    -webkit-transform: rotate(0);
    transform: rotate(0);

    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -webkit-animation: expandHeight 8s linear infinite;
    animation: expandHeight 8s linear infinite;
    cursor: default
}



@-webkit-keyframes expand {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes expand {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-webkit-keyframes expandHeight {
    from {
        height: 0;
    }

    to {
        height: 100%;
    }
}

@keyframes expandHeight {
    from {
        height: 0;
    }

    to {
        height: 100%;
    }
}

.ga-portal > div > div:nth-of-type(1) .sec-cont {
    border-left: 0;
    border-top: 0;
}

.ga-portal > div > div:nth-of-type(2) .sec-cont {
    border-right: 0;
    border-top: 0;
}

.ga-portal > div > div:nth-of-type(3) .sec-cont {
    border-left: 0;
    border-bottom: 0;
}

.ga-portal > div > div:nth-of-type(4) .sec-cont {
    border-right: 0;
    border-bottom: 0;
}


@keyframes delay-animation {
    0% {
        opacity: 1;
    }


    100% {
        opacity: 1;
    }
}

.sec-cont {
    position: relative;
}

.sec-cont:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00000099;
    z-index: 2;
}

.sec-cont .srvc-title {
    z-index: 2;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    font-weight: bold;
}

.sec-cont .srvc-title span {
    font-size: 60%;
    font-weight: normal;
    margin-top: 30px
}

.sec-cont video {
    z-index: 0;
}

.sec-cont img {
    z-index: 1;
}

.sec-cont.hidden img {
    transition: opacity 1s ease-in-out;
    opacity: 0
}

.sec-cont .srvc-title,
.sec-cont video,
.sec-cont img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portal-logo {
    position: fixed;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    width: 100%;
    height: 116px;
    display: flex;
    margin: auto;
    z-index: 9;
    align-items: center;
    justify-content: center;


}

.portal-logo .img-cont {
    position: relative;
    z-index: 10;
    width: auto;
    height: 75%;
}



.portal-logo img {
    height: 100%;
    width: 100%;
    padding: 15px 30px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: inset 0 0 5px black;
}

.portal-logo .img-cont::before {
    content: '';
    position: absolute;

    top: 2%;
    left: 2%;
    width: 50%;
    height: 50%;
    -webkit-box-shadow: 0 0 5px 5px #ffff01, 0 0 4px 2px #ffff01;
    box-shadow: 0 0 5px 5px #ffff01, 0 0 4px 2px #ffff01;
    z-index: -6;
    -webkit-animation-name: yellow-shadow;
    animation-name: yellow-shadow;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: 2s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.portal-logo .img-cont::after {
    content: '';
    position: absolute;
    right: 2%;
    bottom: 2%;
    width: 50%;
    height: 50%;
    -webkit-box-shadow: 0 0 5px 5px #00aeff, 0 0 4px 2px #00aeff;
    box-shadow: 0 0 5px 5px #00aeff, 0 0 4px 2px #00aeff;
    z-index: -6;
    -webkit-animation-name: cyan-shadow;
    animation-name: cyan-shadow;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: 2s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}




@-keyframes fadeOut {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@-webkit-keyframes yellow-shadow {
    0% {
        top: 5%;
        left: 5%;
    }

    25% {
        top: 48%;
        left: 2%;
    }

    50% {
        top: 48%;
        left: 48%;
    }

    75% {
        top: 2%;
        left: 48%;
    }

    100% {
        top: 2%;
        left: 2%;
    }
}

@keyframes yellow-shadow {
    0% {
        top: 5%;
        left: 5%;
    }

    25% {
        top: 48%;
        left: 2%;
    }

    50% {
        top: 48%;
        left: 48%;
    }

    75% {
        top: 2%;
        left: 48%;
    }

    100% {
        top: 2%;
        left: 2%;
    }
}

@-webkit-keyframes cyan-shadow {
    0% {
        right: 2%;
        bottom: 2%;
    }

    25% {
        right: 2%;
        bottom: 48%;
    }

    50% {
        right: 48%;
        bottom: 48%;
    }

    75% {
        right: 48%;
        bottom: 2%;
    }

    100% {
        right: 2%;
        bottom: 2%;
    }
}

@keyframes cyan-shadow {
    0% {
        right: 2%;
        bottom: 2%;
    }

    25% {
        right: 2%;
        bottom: 48%;
    }

    50% {
        right: 48%;
        bottom: 48%;
    }

    75% {
        right: 48%;
        bottom: 2%;
    }

    100% {
        right: 2%;
        bottom: 2%;
    }
}
