
/* ----------------------------------
Basic CSS
-------------------------------------*/

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');

body {
    position: relative;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
div,
span {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-family: 'Red Hat Display';
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    font-weight: 700;
}
a {
    color: inherit;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    border: none;
    outline: 0 none;
}
.section-padding {
    padding: 70px 0;
}

.pt0 {
    padding-top: 0;
}
.pb0 {
    padding-bottom: 0;
}
img {
    max-width: 100%;
}

/* ------------------------------------
Header area css
--------------------------------------*/
.header-area {
    background: #fff;
    position: relative;
    z-index: 3;
}
.header-info {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -65px;
}
.join-btn a {
    text-align: center;
    background: #f15a2c;
    padding: 20px;
    height: 120px;
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
    font-weight: 700;
}
.dates h2 {
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 0.33em;
    color: #8a4d9e;
    font-weight: normal;
    margin-top: -10px;
}
.dates p {
    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-size: 22.99px;
    color: #1782c5;
}
/*Banner*/
.exh-area {
    background: #fff;
    position: relative;
    z-index: 3;
}

.exh-logo-wrap {
    margin-bottom: 30px;
}

.exh-logo {
    margin-bottom: 20px;
}

.exh-logo img {
    width: 270px;
}

.banner-wrap h2,
.banner-wrap h3 {
    color: #000000;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
}

.banner-wrap h2 span {
    color: #013e75;
}

.reg-btn {
    height: 55px;
    line-height: 55px;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #f1592d;
    padding: 0 40px;
    color: #fff;
    border-radius: 6px;
    margin-top: 15px;
}

.reg-btn:hover,
.reg-btn:active,
.reg-btn:focus {
    background: #bf411e;
    color: #ffffff;
}


/* Promo  */
/* Promo BG */
.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(5, 25, 35);
    overflow: hidden;
}
.animated {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 35vh;
    opacity: 0.5;
    mix-blend-mode: overlay;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    /* z-index: 2; */
}
.ombre {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: -o-radial-gradient(top, ellipse, rgb(5, 25, 35) -33%, transparent), -o-radial-gradient(left, ellipse, rgb(88, 20, 142) 18%, transparent), -o-radial-gradient(right, ellipse, rgb(5, 130, 202), transparent), -o-radial-gradient(bottom, ellipse, rgb(32, 68, 146) -80%, transparent);
    background: radial-gradient(ellipse at top, rgb(5, 25, 35) -33%, transparent), radial-gradient(ellipse at left, rgb(88, 20, 142) 18%, transparent), radial-gradient(ellipse at right, rgb(5, 130, 202), transparent), radial-gradient(ellipse at bottom, rgb(32, 68, 146) -80%, transparent);
    z-index: -1;
}
.layer {
    position: absolute;
    width: 100vw;
    height: 115vh;
    z-index: 1;
}
.orbital-path {
    -webkit-animation: spin 20s linear infinite;
            animation: spin 20s linear infinite;
    position: absolute;
}
.orbital {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
}
.animated .orbital {
    -webkit-filter: drop-shadow(0 0 4px white);
            filter: drop-shadow(0 0 4px white);
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
#animation {
    width: 75vw;
    position: absolute;
    right: -15vw;
    z-index: 1;
    -webkit-transform: translateY(-50vh);
        -ms-transform: translateY(-50vh);
            transform: translateY(-50vh);
    opacity: 0.25;
}
.planet {
    fill: #fff;
}
/* Video */
.promo-area {
    background: #fff;
    position: relative;
    z-index: 3;
}
.promo-video-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}
.promo-video-wrap > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.promo-video {
    position: relative;
    border-radius: 6px;
}
.promo-info {
    padding: 30px 0;
}
.promo-info h4 {
    font-size: 24px;
    margin-bottom: 20px;
}
.promo-info h4:last-child {
    margin: 0;
}
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #ffc921; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#ffffff, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #8a4d9e;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
                transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
                transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
                transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
                transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

/* Reason */
.reason-area {
    position: relative;
    z-index: 3;
}
.reason-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.reason {
    padding: 20px;
    text-align: center;
    background: rgba(255,255,255,0.23);
    border-radius: 6px;
}
.reason h3 {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
}
.reason p {
    color: #fff;
    font-size: 18px;
}

/* Why */
.why-area {
    position: relative;
    z-index: 3;
}
.section-title h2 {
    text-align: center;
    color: #fff;
    font-size: 32px;
    margin-bottom: 40px;
}
.why-card-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.why-card {
    border: 1px solid #ededed;
    border-radius: 6px;
    background: #fff;
    text-align: center;
}
.why-card img {
    border-radius: 6px 6px 0 0;
}
.why-card .content {
    padding: 25px 30px;
    text-align: center;
}
.why-card h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
/* CountDown */
.countdown-area {
    background: #ffffff;
    position: relative;
    z-index: 3;
}
.countdown-area .section-title h2 {
    color: #000000;
    margin-bottom: 20px;
}
.section-title p {
    text-align: center;
    color: #ffffff;
    margin-bottom: 50px;
}
.countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    gap: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.countdown > .cdown {
    border-radius: 6px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    border: 2px solid #fff;
    padding: 30px 0;
    background: #8a4d9e;
}
.cdown strong {
    font-size: 74px;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
}
.cdown p {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
}

/*Footer*/

.footer-area {
    background: url(../img/footer-bg.jpg) no-repeat scroll center center / cover;
    position: relative;
    z-index: 3;
}
.footer-wrapper {
    text-align: center;
    padding: 0 15px;
}
.logo {
    text-align: center;
    margin-bottom: 20px;
}
.logo img {
    width: 1000px;
}
.show-date {
    margin-bottom: 40px;
}
.show-date h2 {
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.33em;
    color: #fff;
    font-size: 28px;
}
.show-date p {
    font-size: 18px;
    letter-spacing: 0.25em;
    color: #fff;
    font-weight: 300;
    margin-top: 10px;
}
.footer-info p {
    color: #fff;
}
.footer-info p:last-child {
    font-weight: bold;
    margin-top: 10px;
}
.footer-info p a:hover {
    text-decoration: underline;
}