/*===================== REUSABLE  CSS AREA START =====================*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

* {
    margin: 0; padding: 0;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    text-decoration: none;
    
}

body {
    font-family: 'Open Sans', sans-serif;
}

ul {
    padding: 0;
    margin: 0; list-style: none;
}

button,input {
    border: none;
    outline: none;
}
h1,h2,h3,h4,h5,h6 {
    font-family: museo-sans, sans-serif;
}
h1,h2,h3,h4,h5,h6,p {
    margin: 0; padding: 0;
}
a {
    text-decoration: none;
}
.btns {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
/* .btns:hover {
    color: #fff;
    background: #FF606C;
    border: none;
} */
img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1170px;
}
/*===================== REUSABLE CSS AREA END =====================*/


/*===================== OFFCANVAS CSS AREA START =====================*/
.menu-close {
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 18px;
    cursor: pointer;
    transition: .4s;
    border: 1px solid #fff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-close:hover {
    color: #000;
    background: #fff;
}

.offcanvas-area {
    position: fixed;
    left: -100%;
    height: 100%;
    width: 318px;
    background: #EE0000;
    z-index: 999;
    padding-top: 35px;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    top: 0;
    overflow-y: scroll;
}

.offcanvas-area.active {
    left: 0;
    visibility: visible;
}

.offcanvas-area .main-menu ul li a {
    font-size: 18px;
    color: #fff;
    display: block;
    transition: .3s;
    padding: 16px 22px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
}
.offcanvas-area .main-menu ul li a:hover {
    color: #000 !important;
    background: #fff;
}
.offcanvas-area .main-menu ul li:first-child a {
    border-top: 1px solid #fff;
}

.offcanvas-area .main-menu ul li a:hover,
.offcanvas-area .main-menu ul li a[aria-expanded="true"] {
    color: #D5D5D5;
}

.offcanvas-menu .main-menu ul {
    display: block;
    padding-left: 0;
    margin-bottom: 35px;
    list-style: none;
}

.offcanvas-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 99;
}

.offcanvas-overlay.active {
    opacity: .4;
    visibility: visible;
}

.menu-open {
    font-size: 27px;
    color: #E9AE26;
    cursor: pointer;
    position: relative;
    top: 2px;
    margin-left: 20px;
    margin-right: 40px;
}

.offcanvas-menu .common-btn {
    font-size: 17px;
    padding: 9px 30px;
    border-radius: 12px;
}

.offcanvas-btn a {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    width: 200px;
    height: 60px;
    text-decoration: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: 0 auto
}

.offcanvas-btn a:hover {
    background-color: #fff;
    color: #000;
}

/* .offcanvas-area {
    -ms-overflow-style: none;
    scrollbar-width: none;
} */

.offcanvas-area::-webkit-scrollbar {
    display: none;
}
.offcanvas-menu {
    margin-top: 100px;
}

.offcanvas__contacts {
    display: block;
    margin-left: 10px;
}

.offcanvas__contact ul {
    margin-bottom: 15px !important;
    padding-top: 80px !important;
}

.offcanvas__contact ul li:first-child a {
    border-top: none !important;
}

.offcanvas__contact ul li a {
    padding: 6px 22px !important;
    border-bottom: none !important;
}

.offcanvas__contact ul li a i {
    margin-right: 10px;
}
.offcanvas__date a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.offcanvas__contact a {
    font-size: 20px;
    color: #fff;
}

.offcanvas__contact {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 11px;
}
/*===================== OFFCANVAS CSS AREA END =====================*/


/*===================== HEADER CSS AREA START =====================*/
header#header__area {
    background: #EE0000;
    position: relative;
    padding: 20px 24px 35px;
}
header#header__area::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 30px;
    background: #FFF500;
    left: 0;
    top: 100%;
}
header#header__area a .header__logo {
    width: 395px;
    position: absolute;
    top: 20px;
    left: 16px;
    z-index: 3;
}
.header__social {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 16px;
}

.header__social a {
    color: #000;
    font-size: 22px;
    width: 40px;
    height: 40px;
    background: #FFF500;
    border-radius: 50%;
}
.header__social a:hover {
    background: #fff;
    color: #000 !important;
}
.header__social a:hover {
    color: #E9AE26;
}
.header__list {
    padding: 7px 0;
    margin-top: 70px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
    position: relative;
    z-index: 2;
}
.header__list::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    background: #000;
    left: -98px;
    z-index: -1;
}
.header__list::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    background: #000;
    right: -24px;
    z-index: -1;
}
.header__list ul {
    display: flex;
    align-items: center;
    gap: 24px;
}

.header__list > a {
    width: 300px;
    height: 50px;
    background: #FFF500;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}
.header__list > a:hover {
    background: #fff;
}
.header__list ul li a {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.header__list ul li a:hover {
    color: #EE0000;
}
.header__bar {
    margin-left: 0px;
    display: none;
}

.header__bar a {
    font-size: 24px;
    color: #fff;
}
/*===================== HEADER CSS AREA END =====================*/

/*===================== HERO CSS AREA START =====================*/
#hero__area {
    background-image: url(../img/hero_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 138px 0 183px;
    background-position: top center;
    margin-bottom: 90px;
}


#hero__area__slide {
    background-image: url(/img/slide_hero_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 138px 0 183px;
    background-position: top center;
    margin-bottom: 90px;
}

#hero__area__interactive {
    background-image: url(/img/interactive_hero_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 138px 0 183px;
    background-position: top center;
    margin-bottom: 90px;
}

#hero__area__obstacle {
    background-image: url(/img/obstacle_hero_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 138px 0 183px;
    background-position: top center;
    margin-bottom: 90px;
}

#hero__area__combo {
    background-image: url(/img/combo_hero_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 138px 0 183px;
    background-position: top center;
    margin-bottom: 90px;
}

#hero__area__concession {
    background-image: url(/img/concession_hero_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 138px 0 183px;
    background-position: top center;
    margin-bottom: 90px;
}

.hero__wrap {
    text-align: center;
}

.hero__homepage {
    font-size: 38px!important;	
}

.hero__wrap h1 {
    font-size: 68px;
    font-weight: 900;
    line-height: 85px;
    color: #fff;
    margin-bottom: 80px;
}

.hero__wrap a {
    width: 248px;
    height: 65px;
    background: red;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    box-shadow: 1px -1px 0px 2px #000;
}
/*===================== HERO CSS AREA END =====================*/


/*===================== PARTY CSS AREA END  =====================*/
section#party__area {
    margin-bottom: 125px;
}
.party__wrap {
    text-align: center;
}

.party__wrap h2 {
    font-size: 58px;
    font-weight: 900;
    margin-bottom: 30px;
}

.party__wrap p {
    margin: 0px auto 40px;
    max-width: 978px;
    font-size: 18px;
    line-height: 32px;
}

.pary__video {
    max-width: 970px;
    margin: 0 auto;
    position: relative;
}
.pary__video a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 113px;
    height: 75px;
    font-size: 22px;
    color: #fff;
    background: red;
    border-radius: 11px;
    box-shadow: 0px 1px 0px 1px #4e4b4bb8;
}
/*===================== PARTY CSS AREA END =====================*/


/*===================== OUTDOOR CSS AREA START =====================*/
section#outdoor__area {
    position: relative;
    background: #68DCEE;
    padding: 104px 0;
    margin-bottom: 92px;
}
.outdoor__content h2 {
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 42px;
}

.outdoor__content p {
    font-size: 18px;
    line-height: 32px;
}

p.outdoor__para {
    margin-bottom: 45px;
}

.outdoor__content {
    max-width: 504px;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.outdoor__content a {
    width: 148px;
    height: 48px;
    background: red;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-top: 40px;
}
.outdoor__content a:hover {
    background: #fff;
    color: #000;
}
/*===================== OUTDOOR CSS AREA END =====================*/


/*===================== EVENTS CSS AREA START =====================*/
.events__cards {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}

.event__single__card {
    max-width: 262px;
    height: 227px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 15px;
    border-radius: 40px;
}

.event__single__card.event__card__green {
    border: 8px solid #43A047;
    color: #43A047;
}

.event__single__card.event__card__red {
    border: 8px solid red;
    color: red;
}

.event__single__card.event__card__yellow {
    border: 8px solid #FA8C00;
    color: #FA8C00;
}

.event__single__card.event__card__viyolet {
    border: 8px solid #8E24A0;
    color: #8E24A0;
}

section#event__area {
    margin-bottom: 126px;
}
.event__single__card h4 {
    font-size: 72px;
    font-weight: 400;
    font-family: 'Bebas Neue', sans-serif;

}

.event__single__card span {
    font-size: 20px;
    line-height: 22px;
    text-align: center;
}
/*===================== EVENTS CSS AREA END =====================*/


/*===================== INDOOR CSS AREA START =====================*/
section#indoor__area {
    position: relative;
    background: #FA8B00;
    padding: 104px 0;
    margin-bottom: 48px;
}
section#indoor__area::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    background: #ffcf93d4;
    bottom: -48px;
    left: 0;
}
.indoor__content h2 {
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 42px;
}

.indoor__content p {
    font-size: 18px;
    line-height: 32px;
}

p.indoor__para {
    margin-bottom: 45px;
}

.indoor__content {
    max-width: 504px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: #fff;
    margin-left: 40px;
}
.indoor__content a {
    width: 148px;
    height: 48px;
    background: #FFF500;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-top: 40px;
}
.indoor__content a:hover {
    background: #fff;
}
/*===================== INDOOR CSS AREA END =====================*/


/*===================== CORPORATE CSS AREA START =====================*/
section#corporate__area {
    position: relative;
    background: #EE0000;
    padding: 104px 0;
    margin-bottom: 135px;
}
.corporate__content h2 {
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 42px;
}

.corporate__content p {
    font-size: 18px;
    line-height: 32px;
}

p.corporate__para {
    margin-bottom: 45px;
}

.corporate__content {
    max-width: 504px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: #fff;
}
.corporate__content a {
    width: 148px;
    height: 48px;
    background: #FFF500;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-top: 40px;
}
.corporate__content a:hover {
    background: #fff;
}
/*===================== CORPORATE CSS AREA END =====================*/


/*===================== FEATURES CSS AREA START =====================*/
section#feature__area {
    position: relative;
    margin-bottom: 148px;
}
.feature__title {
    text-align: center;
    margin-bottom: 55px;
}

.feature__title h2 {
    font-size: 58px;
    font-weight: 900;
    margin-bottom: 40px;
}

.feature__title p {
    max-width: 750px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 32px;
}
.feature__cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.feature__single__card {
    padding: 30px 20px 22px;
    border-radius: 18px;
    color: #fff;
}
.feature__card__img {
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
}
.feature__card__img:hover img {
    transform: scale(1.2);
}
.feature__card__red {
    background: #EE0000;
}
.feature__card__green {
    background: #43A047;
}
.feature__card__sky {
    background: #68DCEE;
}
.feature__card__orange {
    background: #FA8B00;
}
.feature__card__violate {
    background: #8E24A0;
}
.feature__card__yellow {
    background: #E9AE26;
}
.card__btn__red {
    color: #EE0000;
}
.card__btn__green {
    color: #43A047;
}
.card__btn__sky {
    color: #68DCEE;
}
.card__btn__orange {
    color: #FA8B00;
}
.card__btn__violate {
    color: #8E24A0;
}
.card__btn__yellow {
    color: #E9AE26;
}
.feature__single__card a {
    height: 46px;
    width: 100%;
    border-radius: 8px;
    background: #fff;
    font-weight: 700;
}
.feature__single__card a:hover {
    color: #000;
}
.feature__single__card h6 {
    margin-bottom: 38px;
    font-size: 28px;
    font-weight: 900;
}

.feature__single__card p {
    margin: 20px 0;
    line-height: 22px;
}
/*===================== FEATURES CSS AREA END =====================*/


/*===================== FOOTER CSS AREA START =====================*/
footer#footer__area {
    position: relative;
    padding: 88px 0 35px;
    background: red;
}

.footer__img {
    width: 308px;
    margin-bottom: 22px;
}

.footer__wrap {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 28px;
    color: #fff;
}

.footer__section1 {
    line-height: 22px;
}
.footer__section2 {
    margin-left: 4px;
}

.footer__section > span {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
    display: block;
}

.footer__section2 ul li a,.footer__section3 ul li a {
    color: #fff;
    font-weight: 700;
    margin-bottom: 22px;
    display: inline-block;
}
.footer__section span {color: #fff;}

.footer__section1 {
    color: #fff;
}
.footer__section2 ul li a:hover,.footer__section3 ul li a:hover {
    color: #000;
}
.footer__section.footer__section3 {
    width: 184px;
    margin-left: 38px;
}

.footer__section4 a {
    color: #fff;
    font-weight: 700;
}

.footer__section4 {
    width: 100%;
    /* overflow: hidden; */
}

.footer__contact a {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.footer__contact {
    min-width: 374px;
}
.footer__contact a:hover {
    color: #000;
}
.footer__contact > a > span {
    width: 40px;
    height: 40px;
    background: #E9AE26;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
}

.footer__contact a .phn {
    transform: rotate(86deg);
}
.footer__copyright {
    padding-top: 14px;
    margin-top: 46px;
    border-top: 2px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__copyright span {
    font-size: 14px;
}

.privecy {
    display: flex;
    align-items: center;
    gap: 22px;
}

.privecy a {
    color: #fff;
}
.privecy a:hover {
    color: #000;
}
/*===================== FOOTER CSS AREA END =====================*/