.hero-section {

    background: rgb(0, 0, 0);

    background: linear-gradient(360deg, #0a0118 0%, rgba(0, 0, 0, 0.3) 80%);

    position: relative;

}

.number_sec_new {
    position: relative;
}

.hero-section:before {

    content: ' ';

    display: block;

    position: absolute;

    z-index: 1;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    opacity: 0.7;

    background-color: transparent;

    background-position: center;

    background-repeat: repeat;

    background-image: url(../img/videobg.png);

    background-size: 4px 4px;

    width: 100%;

    clear: both;

}

.hero-section .hero-img {

    position: absolute;

    top: 0;

    left: 0;

    object-position: center;

    object-fit: cover;

    width: 100%;

    height: 100%;

    z-index: -1;

}



.hero-section .hero-content {

    min-height: 850px;

    display: flex;

    align-items: flex-start;

    flex-direction: column;

    justify-content: flex-end;

    padding-bottom: 5%;

    position: relative;

    z-index: 2;

}

.count_container,
.number_sec_new .container {
    position: relative;
    z-index: 1;
}

.hero-section .hero-content .top-part {

    display: flex;

    justify-content: flex-start;

    align-items: center;

    padding-bottom: 30px;

    flex-wrap: wrap;

    width: auto;

    border-bottom: 1px solid #90cf8e5e;

}



.hero-section .hero-content .top-part .part:nth-child(1) {

    /*padding-right: 40px;

	 border-right: 1px solid #fb325d61; */

}

/* .hero-section .hero-content .top-part .part:nth-child(1) img.logo{ height: 200px; } */



.hero-section .hero-content .top-part .part:nth-child(2) {

    padding-left: 40px;

}

.hero-section .hero-content h1 {

    color: #fff;

    font-size: 84px;

    font-weight: 800;

    display: flex;

    flex-direction: column;

}

.hero-section .hero-content .part h3 {

    color: #fff;

    font-size: 18px;

    font-weight: 400;

    text-transform: uppercase;

    margin-bottom: 20px;

    text-align: center;

}

.hero-section .hero-content .bottom-part {

    /* border-top: 1px solid #ff7fc254; */

    padding: 30px 0;

}

.hero-section .hero-content .bottom-part h2 {

    color: #fff;

    font-size: 36px;

    font-weight: normal;

    margin: 0;

    font-weight: 100;

    display: flex;

    flex-direction: column;

}

.hero-section .hero-content .bottom-part h1 {

    color: #fff;

    font-size: 56px;

    font-weight: normal;

    margin: 0;

    font-weight: 700;

}

.hero-section .hero-content .bottom-part h2 span {

    color: #fff;

    font-size: 24px;

    margin-top: 0;

    font-weight: 700;

    line-height: 2.2rem;

}

.hero-section .hero-content .date {

    font-size: 58px;

    color: #fff;

    padding: 5px 20px;

    line-height: 1;

}

.hero-section .hero-content .timer-content {

    display: flex;

}

.hero-section .hero-content .timer-content .timer-el {

    background-color: #00000078;

    width: 90px;

    height: 75px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    margin-right: 5px;

    border-radius: 5px;

}

.hero-section .hero-content .timer-content .timer-el .timer-el__number {

    font-size: 36px;

    line-height: 1;

    color: #fff;

    font-weight: 600;

}

.hero-section .hero-content .timer-content .timer-el .timer-el__label {

    font-size: 13px;

    color: #fff;

}

.hero-section .hero-content .btn-section {

    display: flex;

    margin: 30px 0;

}

.hero-section .hero-content .btn-section a.cs-text_btn:nth-child(1) {

    margin-right: 30px;

}

.hero-section .hero-content .btn-section a.cs-text_btn path {

    fill: #FF7FC2;

}

.number_sec {

    width: 100%;

    display: inline-block;

    padding: 80px 0;

    background: #fff;

}

.number_sec .heading02 {

    display: flex;

    flex-direction: column;

}

#prg-counter .prg-container {

    text-align: center;

    width: 100%;

    margin: 40px auto 0;

}

#prg-head h1 {

    text-align: center;

}

#prg-counter h3.prg-count {

    color: blue;

    font-size: 80pt;

    color: #4e4e4e;

    font-weight: 900;

    text-align: left;

    padding: 0px;

    border: 0px solid black;

    margin: 0;

}

#prg-counter h3.prg-count .odometer.odometer-auto-theme {}

#prg-counter h3.prg-count .odometer-formatting-mark {

    display: inline-block;

    font-size: 60pt;

    vertical-align: super;

}

#prg-counter h4.prg-count-title {

    font-size: 20pt;

    color: #4e4e4e;

    font-weight: 700;

    text-align: left;

    width: 70%;

}

.hero-section .event-date,
.hero-section .event-date .s1,
.hero-section .event-date .s2 {

    display: flex;

    /* justify-content: center; */

    align-items: center;

}

.hero-section .event-date {

    margin-top: 30px;

}

.hero-section .event-date .s1 .e_d {

    color: #fff;

    font-size: 42pt;

    line-height: 40pt;

    font-weight: 600;

}

.hero-section .event-date .s1 .e_m_y {

    color: #fff;

    font-size: 18pt;

    font-weight: 400;

    display: flex;

    flex-direction: column;

    line-height: 1.1;

    padding: 0 0 0 8px;

    text-align: left;

}

.hero-section .event-date .s2::before {

    content: '';

    width: 1px;

    height: 50px;

    background: #ff7fc254;

    display: block;

    margin-right: 15px;

}

.hero-section .event-date .s2 .e_venue {

    color: #fff;

    font-size: 15pt;

    font-weight: 400;

    display: flex;

    flex-direction: column;

    line-height: 1.2;

    padding: 0 0 0 10px;

    letter-spacing: 0.5px;

    text-align: left;

}

[class^="hvr-"] {

    margin: 0.4em;

    padding: 7px 20px;

    cursor: pointer;

    background: #cbcbcb;

    text-decoration: none;

    color: #030303;

    font-weight: 600;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    text-transform: uppercase;

    border-radius: 20px;

    overflow: hidden;

}

.hvr-sweep-to-bottom {

    display: inline-block;

    vertical-align: middle;

    -webkit-transform: perspective(1px) translateZ(0);

    transform: perspective(1px) translateZ(0);

    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    position: relative;

    -webkit-transition-property: color;

    transition-property: color;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

}

.hvr-sweep-to-bottom:before {

    content: "";

    position: absolute;

    z-index: -1;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: #eb2b56;

    -webkit-transform: scaleY(0);

    transform: scaleY(0);

    -webkit-transform-origin: 50% 0;

    transform-origin: 50% 0;

    -webkit-transition-property: transform;

    transition-property: transform;

    -webkit-transition-duration: .3s;

    transition-duration: .3s;

    -webkit-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

}

.hvr-sweep-to-bottom:before {

    background: #e56226;

    border-radius: 20px;

}

.hvr-sweep-to-bottom:active,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:hover {

    color: #fff;

}

.hvr-sweep-to-bottom:active:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:hover:before {

    -webkit-transform: scaleY(1);

    transform: scaleY(1);

}

.hero-section .event-date .s2 {

    margin-left: 15px;

}

section.slider-section {
    position: relative;
    z-index: 9;
}

section.slider-section:before {

    content: ' ';

    display: block;

    position: absolute;

    z-index: 1;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    opacity: 0.7;

    background-color: transparent;

    background-position: center;

    background-repeat: repeat;

    background-image: url(../img/videobg.png);

    background-size: 4px 4px;

    width: 100%;

    clear: both;

}

section.slider-section div.container-fluid {
    position: relative;
    z-index: 9;
}

@media only screen and (max-width: 767px) {

    .hero-section .hero-content .top-part .part:nth-child(1) img.logo {
        /* 
    width: 100%; */

        height: auto !important;

    }

    .hero-section .hero-content {

        min-height: 750px;

        padding-bottom: 0;

        justify-content: center;

        align-items: center;

    }

    .hero-section .hero-content .top-part .part:nth-child(1),
    .hero-section .hero-content .top-part .part:nth-child(2) {

        padding: 0;

        border: none;

        text-align: center;

    }

    .hero-section .event-date,
    .hero-section .event-date .s1,
    .hero-section .event-date .s2 {

        display: flex;

        justify-content: space-evenly;

        align-items: center;

        flex-wrap: wrap;

        margin-top: 20px;

    }

    .hero-section .event-date,
    .hero-section .event-date .s1,
    .hero-section .event-date .s2 {

        display: flex;

        justify-content: center;

        align-items: center;

        flex-wrap: wrap;

        margin-top: 20px;

    }

    .hero-section .event-date .s1 .e_d {

        font-size: 32pt;

    }

    .hero-section .event-date .s1 .e_m_y {

        font-size: 16pt;

    }

    .hero-section .hero-content .bottom-part {

        text-align: center;

    }

    .hero-section .hero-content .bottom-part h2 {

        font-size: 19px;

    }

    .hero-section .hero-content .bottom-part h1,
    .hero-section .hero-content .bottom-part h2 span {

        /*  font-size: 22px; */

    }

    [class^="hvr-"] {
        font-size: 13px;
        padding: 7px 10px;
    }

    .hero-section .event-date {

        justify-content: space-evenly;

    }

    .hero-section .event-date .s2 {

        margin: 0;

    }

    .hero-section .event-date .s1 {

        margin-left: 0%;

        margin: 0;

    }

    .hero-section .event-date .s2::before {
        display: none;
    }

    .hero-section .hero-content .timer-content .timer-el {

        width: 70px;

        height: 60px;

    }

    .hero-section .hero-content .timer-content .timer-el .timer-el__number {

        font-size: 24px;

    }

}

.zoom-out {
    animation: zoom-out 0.5s ease-in-out
}

@keyframes zoom-out {

    0% {

        transform: scale(0)
    }

    100% {

        transform: scale(1)
    }

}

.zoom-in {
    animation: zoom-in 0.5s ease-in-out
}

@keyframes zoom-in {

    0% {

        transform: scale(0.5)
    }

    100% {

        transform: scale(1)
    }

}