@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Brownhill';
    src: url('./fonts/BrownhillScript.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif !important;
    color: #ffffff !important;
    background-color: #000 !important;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.7;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

/* section {
    margin-bottom: 100px;
} */
@media(max-width:768px) {
    .pb-100 {
        padding: 100px 0 !important;
    }

    .pb-50 {
        padding: 50px 0 !important;
    }
}


/* heading section */

.up-head {
    position: relative;
    text-align: center;
    margin-bottom: 50px;

    .top {
        font-family: 'Brownhill', cursive;
        font-size: 60px;
        font-weight: 500;
        color: #D52F2F;
        letter-spacing: 4px;
        transform: translateY(30px);
        line-height: 0.9;
        position: relative;
        z-index: 1;
    }

    .bottom {
        /* font-family: 'FonartoXT', sans-serif; */
        /* font-family: 'Future Earth', sans-serif; */
        font-family: "Bebas Neue", sans-serif;
        font-size: 60px;
        font-weight: 600;
        color: #ffffff;
        line-height: 1;
        letter-spacing: 1px;
        text-transform: uppercase;
        /* letter-spacing: .6; */
    }

    @media (max-width:600px) {
        .top {
            font-size: 50px;
            line-height: 1;
        }

        .bottom {
            font-size: 50px;
        }
    }
}


/* common */
.text-main {
    color: #D52F2F;
}

.form-label {
    color: #fff9;
    letter-spacing: 1px;
    font-size: 15px;
    margin-bottom: 0;
}

.form-control {
    color: #fff !important;
    padding: 12px 20px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff9;
    border-radius: 0;
}

.form-control:focus {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
}

.form-select {
    background: transparent;
    color: #fff9;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff9;
    padding: 12px 20px;
}

.form-select:focus {
    box-shadow: none;
    border-color: #fff;
}

select option {
    color: #130a0a;
}

/* btn */
.btn {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 2em;
    max-width: 160px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.btn:hover {
    text-decoration: none;
}

.btn-1 {
    background: transparent;
    font-weight: 100;
}

.btn-1 svg {
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.btn-1 rect {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    transition: all 0.35s linear;
}

.btn-1:hover {
    color: #fff;
    /* background: rgba(225, 51, 45, 0); */
    font-weight: 900;
    letter-spacing: 1px;
}

.btn-1:hover rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}


/* navbar */
.navbar {
    position: absolute;
    width: 100%;
    z-index: 10;
    background: transparent;
    transition: background-color 0.3s ease;
}

.navbar.bg-dark {
    background-color: #000 !important;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}

@media (max-width:768px) {
    .navbar-brand {
        font-size: 16px;
    }
}

.nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    /* color: #000000; */
}

.nav-link:hover {
    color: #D52F2F;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.hero {
    position: relative;
    height: 100dvh;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero video {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 1;
}


.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center top;
    z-index: 1;
}

@media (max-width: 768px) {
    .hero-bg {
        display: none;
    }

    .hero {
        background-image: url('./image/heroBanner.jpeg');
    }
}

.hero .overlay {
    position: relative;
    z-index: 2;
    color: #ffffff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.2);
}

.hero .title {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 800;
}

.hero .title span {
    display: block;
}

.hero .sub-title {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
}

@media (min-width:1200px) {
    .hero .title {
        font-size: 60px;
        width: 100%;
        margin: auto;
    }
}

@media (max-width:600px) {
    .hero .title {
        font-size: 35px;
        font-weight: 500;
    }

    .hero .sub-title {
        font-size: 16px;
    }
}



/* about */
.up-about {
    padding: 100px 0;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./image/gif/about.gif') no-repeat center center;
    background-size: cover;
    background-attachment: fixed; */
    /* background-color: #000000 ; */
}

@media (max-width:768px) {
    .up-about {
        padding: 50px 0 0;
    }
}

.animated-lines {
    /* font-family: 'FonartoXT', sans-serif; */
    font-weight: 700;
    text-align: center;
    line-height: 1.8;
    color: #a5a5a5;
    transition: color 0.3s ease;
}

.animated-lines span {
    display: block;
    opacity: 1;
    color: #a5a5a5;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .animated-lines {
        font-size: 16px;
        font-weight: 500;
    }
}


/* why choose */
.up-whycs {
    padding: 100px 0;
    background-color: #f8f8ff;
    /* overflow-x: hidden; */

    /* .col-12{
                position: relative;
                max-width: 100%;
            } */
    .up-whyc_item {
        position: relative;
        background-color: #ffffff;
        padding: 40px 20px 20px;
        text-align: center;
        border-radius: 5px;
        transform: translateY(0);
        /* max-width: 100%; */
        height: 100%;
        transition: 0.5s;
        cursor: pointer;
        position: sticky;
        top: 20%;
        z-index: 1;

        .up-whyc_icon {
            font-size: 30px;
            height: 90px;
            width: 90px;
            line-height: 90px;
            background: #DAEFE6;
            margin: auto;
            transition: .5s;
            border-radius: 36% 66% 70% 30% / 63% 62% 38% 51%;

            &.one {
                background-color: #daefe6;

                & i {
                    color: #2ed3aa;
                }
            }

            &.two {
                background-color: #f2d7f7;

                & i {
                    color: #c062d1;
                }
            }

            &.three {
                background-color: #fae1da;

                & i {
                    color: #ee5c22;
                }
            }

            &.four {
                background-color: #dcf2ff;

                & i {
                    color: #6bb2db;
                }
            }

            &.five {
                background-color: #e1e0ff;

                & i {
                    color: #5e50da;
                }
            }

            &.six {
                background-color: #f9ecdb;

                & i {
                    color: #FF930E;
                }
            }

            &.seven {
                background-color: #faedf5;

                & i {
                    color: #c975a9;
                }
            }

            &.eight {
                background-color: #eff3fe;

                & i {
                    color: #6581ce;
                }
            }
        }

        .up-whyc_title {
            font-size: 22px;
            font-weight: 600;
            color: #1d2124;
            transition: 0.5s;
            margin: 30px 0 20px;
        }

        .up-whyc_desc {
            font-size: 16px;
            color: #646464;
            line-height: 1.8;
            transition: 0.5s;
        }

        &::before {
            background: url('./image/service-hover.png');
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            height: 100%;
            width: 0;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            transition: .5s;
            opacity: 0;
            z-index: -1;
            border-radius: 4px;
        }

        &:hover {
            & {
                transform: translateY(-10px);
            }

            &::before {
                width: 100%;
                left: 0;
                opacity: 1;
            }

            .up-whyc_icon {
                background: #fff;
            }

            .up-whyc_title {
                color: #fff;
            }

            .up-whyc_desc {
                color: #fff;
            }

        }

        @media (max-width:768px) {
            & {
                box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 9px;
            }
        }
    }
}

/* moving text */

.up-text_move {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 250px;
    position: relative;
    color: #ffffff;
    display: flex;
    align-items: center;

}


#marquee-text {
    display: inline-block;
    font-weight: bold;
    font-size: 5rem;
    text-transform: uppercase;
    position: absolute;
    white-space: nowrap;

    & .dot {
        width: 20px;
        height: 20px;
        background-color: #D52F2F;
        border-radius: 50%;
        display: inline-block;
        margin: 0 10px;
        vertical-align: middle;

    }
}

@media (max-width:768px) {
    .up-text_move {
        height: 150px;
    }

    /* #marquee-text {
        font-size: 5rem;
    } */
}

/* why choose */
.up-whyc {
    padding: 100px 0;
    background-color: #000000;
    /* overflow-x: hidden; */

    .up-whyc_item {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        min-height: 290px;
        background-color: #000000;
        color: #fff;
        padding: 40px 20px;
        border: 1px solid rgb(87, 87, 87);
        border-radius: 8px;
        text-align: start;
        border-radius: 5px;
        position: sticky;
        top: 20%;
        z-index: 1;
        margin-bottom: 30px;



        .up-whyc_title {
            font-size: 22px;
            font-weight: 600;
            transition: 0.5s;
            /* margin: 30px 0 20px; */
        }

        .up-whyc_desc {
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 0;
            transition: 0.5s;
        }

        &:nth-child(even) {
            background-color: #D52F2F;
        }




    }

    @media (max-width:768px) {
        & {
            padding: 50px 0 0;
        }
    }

}



/* servicess */
.color-white {
    color: #fff;
}

.up-services {
    overflow-x: hidden;
}

.box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    /* width: 415px; */
    margin-bottom: 35px;
    max-width: 100%;
}

.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    min-height: 475px;
    -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front::before,
.flip-box-back::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* black overlay with 60% opacity */
    z-index: 2;
}

.flip-box-front::before {
    background: rgba(0, 0, 0, 0.5);
}

.flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 60px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 3;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
}

.flip-box-back .inner {
    padding: 20px;
}

.flip-box-header {
    font-size: 30px;
}

.flip-box p {
    font-size: 20px;
    line-height: 1.5em;
}

.flip-box-img {
    margin-top: 25px;
}

.flip-box-button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    padding: 15px 20px;
    text-transform: uppercase;
}

/* promo */
.up-promo {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./image/coach.jpeg') no-repeat center center;
    background-size: cover;
    /* background-attachment: fixed; */

    .up-promo_body {
        padding: 200px 0;
        color: #fff;

        .up-promo_title {
            text-transform: uppercase;
            font-size: 40px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .up-promo_desc {
            font-size: 18px;
            line-height: 1.8;
        }
    }

    @media (max-width:768px) {
        .up-promo_body .up-promo_title {
            font-size: 30px;
        }
    }

}


/* contact us */
.up-contact {
    position: relative;
    padding: 110px 0;
    background-color: #000000;
    overflow: hidden;
    color: #fff;

    .up-contact_body {
        position: relative;
        padding: 50px 0;
        background-color: #1d1f26;
        z-index: 2;

        .title {
            color: #D52F2F;
            font-size: 25px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .desc {
            color: #fff9;
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 20px;
        }

        .info a {
            text-decoration: none;
            color: #fff;
        }

        .info i {
            color: #D52F2F;
            padding-right: 5px;
        }

        .up-contact_form {
            padding: 40px 40px;
            border-right: 1px solid rgb(105, 105, 105);
        }

        .up-contact_details {
            padding: 40px 40px;
        }

        .social {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 20px;

            .social_icon {
                display: inline-block;
                width: 50px;
                height: 50px;
                background-color: #fff;
                color: #1d1f26;
                text-align: center;
                line-height: 50px;
                border-radius: 50%;
                transition: .5s;
            }
        }
    }

    &::before {
        content: "CONTACT US";
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -100px;
        font-size: 180px;
        font-weight: 800;
        color: #1d1f26;
        text-align: center;
        white-space: nowrap;
        letter-spacing: 8px;
        z-index: 0;

    }

    @media (max-width:991px) {
        & {
            padding: 90px 0;
        }

        &::before {
            font-size: 130px;
            bottom: -65px;
        }

        & .up-contact_body .up-contact_form {
            border: none;
            padding: 0 40px;
        }

        & .up-contact_body .up-contact_details {
            border: none;
            padding: 0 40px;
        }
    }

    @media (max-width:768px) {
        &::before {
            content: none;
        }

        & {
            padding: 50px 0;
        }
    }
}


/* footer */
.up-footer {
    background-color: #1d1f26;
    color: #fff9;

    .footer_head,
    .footer_title {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        padding-top: 20px;
        margin-bottom: 20px;

        text-transform: uppercase;
    }

    .footer_title {
        font-size: 25px;
    }

    .footer_list {
        list-style: none;
        padding: 0;
        margin: 0;

        li {
            color: #fff9;
            font-size: 16px;
            margin-bottom: 10px;
            cursor: pointer;
            transition: .5s;

            &:hover {
                color: #D52F2F;
            }
        }
    }

    .social {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 20px;

        .social_icon {
            display: inline-block;
            width: 50px;
            height: 50px;
            background-color: #fff;
            color: #1d1f26;
            text-align: center;
            line-height: 50px;
            border-radius: 50%;
            transition: .5s;
        }
    }

    .footer_top {
        padding: 50px 0;
        border-bottom: 1px solid #5e5a5a;
    }

    .footer_bottom {
        padding: 20px 0;
        margin: 0;
        color: #fff9;

        p {
            margin: 0;
            font-size: 14px;
        }
    }
}