@import 'common.less';

// HOME PAGE
// START BANNER
.ban_sec {
    position: relative;
    overflow: hidden;

    >h1 {
        position: absolute;
        left: 0;
        top: 50px;
        right: 0;
        margin: 0 auto;
        text-align: center;
        padding: 0;
        z-index: 2;
    }

    .banner {
        background: url(../images/models.jpg) no-repeat left top;
        height: 470px;

        @media(min-width: 1000px) {
            height: 100vh;
        }

        display: flex;
        flex-direction: column;
        justify-content: center;
        background-size: cover;

        &:after {
            background: rgb(9, 14, 10);
            background: -moz-linear-gradient(-45deg, rgba(9, 14, 10, 1) 0%, rgba(68, 2, 50, 1) 100%);
            background: -webkit-linear-gradient(-45deg, rgba(9, 14, 10, 1) 0%, rgba(68, 2, 50, 1) 100%);
            background: linear-gradient(135deg, rgba(9, 14, 10, 1) 0%, rgba(68, 2, 50, 1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#090e0a', endColorstr='#440232', GradientType=1);
            position: relative;
            .con-pos();
            opacity: 0.2;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }


        &:before {
            .con-pos();
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgb(131, 58, 180);
            background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
            z-index: 2;
            opacity: 0.3;
        }


        img {
            width: 100%;
            opacity: 0.35;
            position: absolute;
            left: 0;
            top: 0;
            mix-blend-mode: luminosity;
            z-index: 1;
        }

        h1 {
            color: white;
            text-transform: uppercase;

            @media(min-width: 768px) {

                font-size: 90px;
                line-height: 105px;
                padding: 0 0 0 80px;
            }

            font-weight: 600;
            z-index: 10;
            position: relative;
            text-align: center;

            span {
                color: #e1ba37;
                text-transform: capitalize;
                font-weight: 400;
            }

            small {
                display: block;
                width: 640px;

                @media(max-width: 768px) {
                    width: 90%;
                    font-size: 24px;
                    padding: 15px;
                    line-height: 34px;
                }

                margin: 0 auto;
                color: white;
                background: rgb(9, 14, 10);
                background: -moz-linear-gradient(-45deg, rgba(9, 14, 10, 1) 0%, rgba(68, 2, 50, 1) 100%);
                background: -webkit-linear-gradient(-45deg, rgba(9, 14, 10, 1) 0%, rgba(68, 2, 50, 1) 100%);
                background: linear-gradient(135deg, rgba(9, 14, 10, 1) 0%, rgba(68, 2, 50, 1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#090e0a', endColorstr='#440232', GradientType=1);
                font-size: 28px;
                padding: 10px 0;
                text-transform: capitalize;
            }
        }

        p {
            padding: 50px 0 0 80px;

            &.more {

                a {
                    color: white;
                    border-color: #e1ba37 !important;
                }
            }
        }
    }

    // BANNER LINES
    .lines-wrap {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        z-index: 3;
        align-items: center;
        align-content: space-between;
        transform: rotate(-50deg);
        justify-content: flex-end;
        flex-direction: column;

        .lines {
            width: 100%;
            height: 1px;
            background: rgba(255, 255, 255, 0.2);
            position: relative;
            top: 50px;

            span {
                display: block;
                width: 50px;
                height: 5px;
                background: #e1ba37;
                margin: 0px auto 0;
                opacity: 0.7;
                animation: move 25s linear infinite;
                position: relative;
                transition: all 200ms linear;
            }

            &:last-child {
                top: 200px;

                span {
                    animation: move 15s linear infinite;
                }
            }
        }
    }
}

// ABOUT US SECTION
.abt_sec {
    padding: 80px 0;
    position: relative;
    z-index: 10;

    @media(min-width: 1000px) {
        &:after {
            .con-pos();
            right: 0;
            background: #e1ba37;
            bottom: 20px;
            width: 9%;
            height: 80%;
        }

        &:before {
            .con-pos();
            right: -50px;
            background: #e1ba37;
            top: -80px;
            width: 90%;
            height: 30%;
        }

    }

    .container {
        position: relative;
        z-index: 10;

        @media(min-width: 1000px) {

            &:after {
                .con-pos();
                right: -250px;
                background: rgba(255, 255, 255, 0.2);
                top: -40px;
                width: 2000px;
                height: 3px;
            }

            &:before {
                .con-pos();
                right: 20px;
                background: #010101;
                top: -40px;
                width: 60px;
                height: 3px;
                animation: move1 25s linear infinite;
                transition: all 200ms linear;
            }
        }


        .row {
            align-items: center;
            position: relative;

            @media(min-width: 1000px) {
                &:after {
                    .con-pos();
                    right: -250px;
                    background: rgba(255, 255, 255, 0.2);
                    top: -37px;
                    width: 3px;
                    height: 1000px;
                    z-index: 2;
                }

                &:before {
                    .con-pos();
                    right: -250px;
                    background: #010101;
                    top: -40px;
                    width: 3px;
                    height: 60px;
                    animation: move2 25s linear infinite;
                    transition: all 200ms linear;
                    z-index: 5;
                }
            }

            .col-lg-6 {

                h2 {
                    span {
                        display: block;
                        font-size: 15px;
                        opacity: 0.5;
                        text-transform: uppercase;
                        line-height: 18px;
                        font-weight: bold;
                    }

                    line-height: 58px;
                    font-size: 46px;
                    color: black;
                    padding: 0 0 20px;

                    @media(max-width:767px) {
                        font-size: 36px;
                    }

                    strong {
                        color: #44003e;
                        font-size: 54px;
                        text-transform: uppercase;
                        font-weight: 600;


                        @media(max-width: 767px) {
                            font-size: 40px;
                        }
                    }
                }

                &:last-child {
                    @media(min-width: 1000px) {
                        display: flex;
                        align-items: flex-end;
                        justify-content: flex-end;
                    }

                    .item {
                        width: 420px;
                        margin: 30px auto 0;

                        @media(max-width:450px) {
                            width: 80%;
                        }

                        img {
                            position: relative;
                            z-index: 2;


                            @media(max-width: 999px) {
                                display: block;
                                margin: 25px auto 0;
                            }
                        }
                    }
                }
            }
        }
    }

}

// UPCOMING EVENTS
.upcoming {
    position: relative;
    padding: 100px 0;
    margin: 100px 0 0;

    @media(max-width: 767px) {
        padding-top: 25px;
        margin-top: 25px;
    }

    .circle1 {
        top: 250px;
    }

    &:after {
        .con-pos();
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0.08;
        left: 0;
        top: 0;
    }

    .container {
        position: relative;
        z-index: 10;
        overflow: visible;
        text-align: center;

        .col-lg-4 {

            h2 {
                background: #44003e;
                color: #e1ba37;
                padding: 60px 30px;
                text-align: center;
                margin-top: -150px;
                position: relative;
                left: -70px;
                text-transform: uppercase;

                @media(max-width: 767px) {
                    padding: 20px;
                    left: 0;
                    line-height: 48px;
                    margin: 0;

                    br {
                        display: none;
                    }
                }
            }
        }

        .col-lg-8 {

            @media(max-width: 999px) {
                padding-top: 0;
            }

            h2 {
                font-size: 48px;
                color: #44003e;


                @media(max-width: 639px) {
                    font-size: 33px;
                }
            }

            h5 {
                padding: 30px 0;
            }

            .more {
                padding: 55px 0 0;

                a {
                    font-size: 22px;
                    background: #e1ba37;
                    color: black;
                    text-transform: uppercase;
                    border: none;
                }
            }
        }
    }
}

// PROMO
.promo {
    background: url(../images/promo.jpg) no-repeat center;
    background-size: cover;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;

    &:before {
        .con-pos();
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0.7;
        background: rgb(9, 14, 10);
        background: -moz-linear-gradient(-45deg, rgba(9, 14, 10, 1) 0%, rgba(68, 2, 50, 1) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(9, 14, 10, 1) 0%, rgba(68, 2, 50, 1) 100%);
        background: linear-gradient(135deg, rgba(9, 14, 10, 1) 0%, rgba(68, 2, 50, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#090e0a', endColorstr='#440232', GradientType=1);
    }

    i {
        width: 70px;
        height: 70px;
        border-radius: 100%;
        border: 1px solid white;
        color: #e1ba37;
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 2;
    }
}

// CHARITY
.charity {
    padding: 50px 0;
    position: relative;

    .container {
        position: relative;
        z-index: 2;
    }

    .con {
        text-align: center;
        background: #44003e;
        color: white;
        padding: 60px 30px;
        text-align: center;
        position: relative;

        @media(min-width:1000px) {
            &:first-child {
                width: 100%;
                margin: 0 auto;
                top: -120px;
            }
        }

        h2 {
            color: #e1ba37;
            text-transform: uppercase;
        }
    }

    .col-lg-6 {
        position: relative;

        @media(min-width:1000px) {
            &:first-child {
                order: 1
            }
        }


    }


    &:after {
        .con-pos();
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0.08;
        left: 0;
        top: 0;
    }

}

// INNNER PAGE
.inner {
    padding: 50px 0;

    // ABOUT US
    &.about {
        img {
            width: 100%;
            margin: 30px 0 0;
        }

        .pic {
            float: left;
            width: 250px;
            text-align: center;
            margin-right: 25px;

            @media(max-width: 639px) {
                float: none;
                margin: 0 auto 20px;
            }

            img {
                margin: 0;
            }

            h6 {
                font-size: 18px;
                padding-bottom: 0;
            }

            p {
                font-size: 14px;
                padding: 0;
                line-height: normal;

                strong {
                    font-size: 16px;
                }
            }
        }


        .mission {
            padding: 0 0 50px;

            @media(min-width: 768px) {
                padding-top: 50px;
            }

            margin: 50px 0;
            position: relative;

            @media(max-width: 767px) {
                background: rgba(0, 0, 0, 0.08)
            }

            .circle1 {
                left: -100px;
                right: auto;
                top: -400px;
            }

            @media(min-width:768px) {
                &:before {
                    .con-pos();
                    width: 100%;
                    height: 100%;
                    background: #44003e;
                    left: -52%;
                    top: 0;
                }


                &:after {
                    .con-pos();
                    width: 100%;
                    height: 100%;
                    background: black;
                    opacity: 0.08;
                    right: -48%;
                    top: 0;
                }
            }

            .container {
                position: relative;
                z-index: 10;

                @media(max-width: 767px) {
                    padding: 0;
                }

                .row {
                    align-items: center;

                    h3 {
                        color: #e1ba37;
                        text-transform: uppercase;

                        @media(max-width: 767px) {
                            background: #44003e;
                            display: block;
                            width: 100%;
                            font-size: 31px;
                            padding: 25px 0;
                        }

                        font-size: 48px;
                        width: 70%;
                        line-height: 58px;
                        text-align: center;
                    }

                    @media(max-width: 767px) {
                        p {
                            padding: 15px;
                        }
                    }
                }
            }
        }
    }

    // CONTACT
    &.contact {
        padding: 150px 0;

        @media(max-width: 999px) {
            padding: 30px 0;
        }

        @media (max-width:639px) {
            .col-xs-6 {
                width: 100%;
            }
        }

        p {
            text-align: center;
            font-size: 30px;
            line-height: 48px;

            @media(max-width: 999px) {
                font-size: 20px;
                padding-bottom: 35px;
                line-height: 28px;
            }

            i {
                display: block;
                font-size: 36px;
                width: 120px;
                height: 120px;
                text-align: center;
                line-height: 120px;
                border-radius: 100%;
                border: 2px solid #e1ba37;
                color: #44003e;
                margin: 0 auto 35px;

                @media(max-width: 999px) {
                    width: 80px;
                    height: 80px;
                    line-height: 80px;
                    margin-bottom: 15px;
                }
            }
        }
    }

    // REGISTRATION
    &.registration {
        h4 {
            text-align: center;
        }

        form {
            width: 90%;
            margin: 0 auto;

            >.row {
                >[class*="col-lg-"] {
                    padding-top: 15px;
                    padding-bottom: 15px;
                }
            }


            h6 {
                color: rgba(0, 0, 0, 0.6);
            }

            .row {
                .row {
                    [class*="col-lg-"] {
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: space-between;
                        align-items: center;

                        p {
                            width: 100%;
                            color: rgba(0, 0, 0, 0.6);
                        }
                    }
                }
            }
        }
    }

}

.sponsors {
    padding-bottom: 25px;

    h3 {
        text-align: center;
        color: #44003e;
        padding: 45px 0 55px;
    }

    img {
        border: 1px solid rgba(0, 0, 0, 0.15);
    }
}

.pop-wrap {
    position: fixed;
    left: 0;
    z-index: 100;
    height: 100%;
    top: 0;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 500ms linear;
    opacity: 0;
    visibility: hidden;

    &.show {
        opacity: 1;
        visibility: visible;
    }

    &:after {
        background: rgb(9, 14, 10);
        background: -moz-linear-gradient(-45deg, rgba(9, 14, 10, 1) 0%, rgba(68, 2, 50, 1) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(9, 14, 10, 1) 0%, rgba(68, 2, 50, 1) 100%);
        background: linear-gradient(135deg, rgba(9, 14, 10, 1) 0%, rgba(68, 2, 50, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#090e0a', endColorstr='#440232', GradientType=1);
        position: relative;
        .con-pos();
        opacity: 0.5;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .pop {
        position: relative;
        z-index: 5;
        width: 390px;
        border: 2px solid #e1ba37;
        @media(max-width:400px){
            width: 290px;
        }
        @media(min-width:405px) and (max-width:559px){
            width:350px;
        }
        i {
            position: absolute;
            right: -15px;
            top: -10px;
            width: 28px;
            height: 28px;
            background: rgb(9, 14, 10);
            background: -moz-linear-gradient(-45deg, rgba(9, 14, 10, 1) 0%, rgba(68, 2, 50, 1) 100%);
            background: -webkit-linear-gradient(-45deg, rgba(9, 14, 10, 1) 0%, rgba(68, 2, 50, 1) 100%);
            background: linear-gradient(135deg, rgba(9, 14, 10, 1) 0%, rgba(68, 2, 50, 1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#090e0a', endColorstr='#440232', GradientType=1);
            color: white;
            border: 2px solid #e1ba37;
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            cursor: pointer;
        }
    }
}