﻿.pages-top {
    width: 100%;
    position: relative;
    padding-bottom: 45%;
}

@media (min-width:768px) {
    .pages-top {
        padding-bottom: 30%;
    }
}

@media (min-width:992px) {
    .pages-top {
        padding-bottom: 20%;
    }
}

/*.pages-top .banner-image {
    width: 100%;
    height: 100%;
    position: absolute;
    
}*/
@keyframes anim-right {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100vw 0;
    }
}



.pages-top .banner-image {
    height: 100%;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    /**/
    animation: anim-right 40s linear infinite;
}

.pages-top .back-shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top, #000,#00000051);
}


.pages-top .page-title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: auto;
    height: 200px;
    max-height: 90%;
}

    .pages-top .page-title .logo {
        width: 300px;
        max-width: 50%;
        margin: 30px 0 10px 0;
    }

    .pages-top .page-title h1 {
        font-size: 22px;
    }








.about-boxes {
    margin: -100px 0 0 0;
}

.feature {
    background: #21263BDE;
    backdrop-filter: blur(1px);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 22px;
    margin: 0 0 20px 0;
    box-shadow: 0 0 5px #00000052;
}

    .feature .feature-pic {
        width: 90px;
        height: 90px;
        max-width: 80%;
        position: relative;
        margin: 20px;
    }

        .feature .feature-pic img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            transition: all ease-in-out 0.2s;
            -webkit-transition: all ease-in-out 0.2s;
            -moz-transition: all ease-in-out 0.2s;
        }

    .feature:hover .feature-pic img {
        transform: scale(1.1);
    }

    .feature strong {
        font-weight: bold;
        color: #fff;
        font-size: 15px;
        display: block;
        margin-bottom: 10px;
    }






.box {
    background-color: #21263B;
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0;
}

.box-title {
    border-bottom: 1px solid #333;
    height: 38px;
    margin-bottom: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
}

    .box-title strong {
        display: inline-block;
        padding-left: 10px;
        height: 100%;
        font-size: 18px;
        border-bottom: 3px solid #aaa;
        font-weight: 500;
        margin-bottom: -1px
    }












.options-title {
    margin-top: 30px;
    font-size: 20px;
    color: #e6293f;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}


.options {
    padding-right: 20px;
    margin-bottom: 40px;
}

    .options li {
        font-size: 18px;
        margin-bottom: 10px;
        list-style: none;
    }

        .options li::before {
            content: "\f005";
            display: inline-block;
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            font-size: 10px;
            color: #ffd800;
            margin-left: 8px;
        }





.site-text, .site-text p {
    text-align: justify;
    line-height: 28px;
    font-size: 14px;
    color: #d2d2d2;
    letter-spacing: 0.3px;
}
    .site-text h1, .site-text h2, .site-text h3, .site-text h4, .site-text h5, .site-text h6 {
        color:#fff;
    }
    .site-text img {
        max-width: 100%;
        border-radius: 5px;
    }

    .site-text a {
        color: #e6293f;
    }

        .site-text a:hover {
            color: #ce2539
        }

    .site-text ul {
        padding-right: 20px;
    }

        .site-text ul li {
            list-style: none;
        }

            .site-text ul li::before {
                content: "\f111";
                display: inline-block;
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                font-size: 10px;
                color: #dc3545;
                margin-left: 8px;
            }








.side-video {
    max-width: 100%;
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 40px;
}

    .side-video video {
        width: 100%;
        border-radius: 5px;
        overflow: hidden;
        margin: 5px 0 15px 0;
        border: 1px solid #ffffff2c;
        background-color: #000;
    }

    .side-video .video-text {
        color: #dc3545;
        font-weight: bold;
        font-size: 16px;
        text-shadow: 0 0 5px #000;
    }
















@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


































































.timeline {
    display: flex;
    flex-direction: column;
    margin: 20px auto;
    position: relative;
    direction:ltr;
}

.timeline__event {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    margin: 20px 0;
    border-radius: 6px;
    align-self: center;
    width: 50vw;
}

    .timeline__event:nth-child(2n+1) {
        flex-direction: row-reverse;
    }

        .timeline__event:nth-child(2n+1) .timeline__event__date {
            border-radius: 0 6px 6px 0;
        }

        .timeline__event:nth-child(2n+1) .timeline__event__content {
            border-radius: 6px 0 0 6px;
        }

        .timeline__event:nth-child(2n+1) .timeline__event__icon:before {
            content: "";
            width: 2px;
            height: 100%;
            background: #f6a4ec;
            position: absolute;
            top: 0%;
            left: 50%;
            right: auto;
            z-index: -1;
            transform: translateX(-50%);
            -webkit-animation: fillTop 2s forwards 4s ease-in-out;
            animation: fillTop 2s forwards 4s ease-in-out;
        }

        .timeline__event:nth-child(2n+1) .timeline__event__icon:after {
            content: "";
            width: 100%;
            height: 2px;
            background: #f6a4ec;
            position: absolute;
            right: 0;
            z-index: -1;
            top: 50%;
            left: auto;
            transform: translateY(-50%);
            -webkit-animation: fillLeft 2s forwards 4s ease-in-out;
            animation: fillLeft 2s forwards 4s ease-in-out;
        }

.timeline__event__title {
    font-size: 1.2rem;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 600;
    color: #9251ac;
}

.timeline__event__content {
    padding: 20px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
    background: #333950;
    width: calc(40vw - 84px);
    border-radius: 0 6px 6px 0;
    text-align:right;
    direction:rtl;
}

.timeline__event__date {
    color: #f6a4ec;
    font-size: 1.5rem;
    font-weight: 600;
    background: #9251ac;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0 20px;
    border-radius: 6px 0 0 6px;
}

.timeline__event__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9251ac;
    padding: 20px;
    align-self: center;
    margin: 0 20px;
    background: #f6a4ec;
    border-radius: 100%;
    width: 40px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
    padding: 40px;
    height: 40px;
    position: relative;
}

    .timeline__event__icon img {
        width: 32px;
        height:32px;
    }

    .timeline__event__icon:before {
        content: "";
        width: 2px;
        height: 100%;
        background: #f6a4ec;
        position: absolute;
        top: 0%;
        z-index: -1;
        left: 50%;
        transform: translateX(-50%);
        -webkit-animation: fillTop 2s forwards 4s ease-in-out;
        animation: fillTop 2s forwards 4s ease-in-out;
    }

    .timeline__event__icon:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #f6a4ec;
        position: absolute;
        left: 0%;
        z-index: -1;
        top: 50%;
        transform: translateY(-50%);
        -webkit-animation: fillLeftOdd 2s forwards 4s ease-in-out;
        animation: fillLeftOdd 2s forwards 4s ease-in-out;
    }

.timeline__event__description {
    flex-basis: 60%;
}

.timeline__event--type2:after {
    background: #555ac0;
}

.timeline__event--type2 .timeline__event__date {
    color: #87bbfe;
    background: #555ac0;
}

.timeline__event--type2:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type2:nth-child(2n+1) .timeline__event__icon:after {
    background: #87bbfe;
}

.timeline__event--type2 .timeline__event__icon {
    background: #87bbfe;
    color: #555ac0;
}

    .timeline__event--type2 .timeline__event__icon:before, .timeline__event--type2 .timeline__event__icon:after {
        background: #87bbfe;
    }

.timeline__event--type2 .timeline__event__title {
    color: #555ac0;
}

.timeline__event--type3:after {
    background: #24b47e;
}

.timeline__event--type3 .timeline__event__date {
    color: #aff1b6;
    background-color: #24b47e;
}

.timeline__event--type3:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type3:nth-child(2n+1) .timeline__event__icon:after {
    background: #aff1b6;
}

.timeline__event--type3 .timeline__event__icon {
    background: #aff1b6;
    color: #24b47e;
}

    .timeline__event--type3 .timeline__event__icon:before, .timeline__event--type3 .timeline__event__icon:after {
        background: #aff1b6;
    }

.timeline__event--type3 .timeline__event__title {
    color: #24b47e;
}

.timeline__event:last-child .timeline__event__icon:before {
    content: none;
}

@media (max-width: 786px) {
    .timeline__event {
        flex-direction: column;
        align-self: center;
    }

    .timeline__event__content {
        width: 100%;
    }

    .timeline__event__icon {
        border-radius: 6px 6px 0 0;
        width: 100%;
        margin: 0;
        box-shadow: none;
    }

        .timeline__event__icon:before, .timeline__event__icon:after {
            display: none;
        }

    .timeline__event__date {
        border-radius: 0;
        padding: 20px;
    }

    .timeline__event:nth-child(2n+1) {
        flex-direction: column;
        align-self: center;
    }

        .timeline__event:nth-child(2n+1) .timeline__event__date {
            border-radius: 0;
            padding: 20px;
        }

        .timeline__event:nth-child(2n+1) .timeline__event__icon {
            border-radius: 6px 6px 0 0;
            margin: 0;
        }
}

@-webkit-keyframes fillLeft {
    100% {
        right: 100%;
    }
}

@keyframes fillLeft {
    100% {
        right: 100%;
    }
}

@-webkit-keyframes fillTop {
    100% {
        top: 100%;
    }
}

@keyframes fillTop {
    100% {
        top: 100%;
    }
}

@-webkit-keyframes fillLeftOdd {
    100% {
        left: 100%;
    }
}

@keyframes fillLeftOdd {
    100% {
        left: 100%;
    }
}























































.row-in-five {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.five-col {
    width: 50%;
}
@media (min-width:576px) {
    .five-col {
        width: 33%;
    }
}
@media (min-width:768px) {
    .five-col {
        width: 19%;
    }
}



.invite-co {
    margin: 40px 0 50px 0;
}
.invite-co img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}



#counter {
    margin: 50px 0 40px 0;
}

.counter {
    display: block;
    text-align: center;
    border: 1px solid #ffffff0f;
    padding: 20px 20px;
    margin: 15px 10px;
    border-radius: 20px;
    /* background: linear-gradient(-45deg, #ee775280, #e73c7e80, #23a6d580, #23d5ab80); */
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
}

    .counter b {
        display: block;
        font-size: 30px;
        margin-bottom: 10px;
        color: #fff;
    }

    .counter strong {
        color: #ddd;
    }


@media (min-width:768px) {
    .side-video {
        max-width: 90%;
    }
}

@media (min-width:992px) {
    .side-video {
        max-width: 70%;
    }
}
