:root{
  --white:#ffffff;
  --black:#000000;
  --pinghl: 'Ping HL';
  --levit: 'Levit_1950 Black Extended';
  --vt323: 'VT323';
 

}

/* 1. Create a Clean Base
------------------------------------------------------------------------------*/

html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,input, textarea, option, .nobox {background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block;}

blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl{list-style: none;}
ul, ol, dl, li {margin:0; padding:0;  color: #555555; font-size: 14px; line-height: 24px;}
html, body{height: 100%; -webkit-appearance:none; border:none; -webkit-text-size-adjust:none;}
body{position:relative;}

/* Class for clearing floats */
.clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
.cf:after,.cf:before{display: table;content: ''}
:after,:before{box-sizing: border-box;}
.cf:after{clear: both;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;direction: rtl;}

/* 2. Define Base Typography
------------------------------------------------------------------------------*/

/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 {}

/* Specific Header Settings */
h1{}
h2{}
h3{}
h4{}
h5{}
h6{}

/* Create the Default Paragraphs */
p{color: #000;font-size: 16px;line-height: 24px;font-weight: 400;}

/* Other Typo */
strong {font-weight: bold;}
hr {border:0 #000 solid; border-top-width: 1px; clear: both; height: 0;}
ol {list-style: decimal;}
ul {list-style:none;}

/* 3. Images
------------------------------------------------------------------------------*/

/* Remove border around linked images */
img {border: 0; border-style: none;max-width: 100%;display: block;}

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a {font-size: 16px;color:var(--white);font-weight: 500;line-height: 24px;text-decoration: none;display: inline-block;}
a:active {}
a:focus {outline: none;}
a.current{}


/* 5. Forms
------------------------------------------------------------------------------*/

input[type='submit']{ -webkit-appearance:none; border:none; -webkit-text-size-adjust:none; }
select{-webkit-appearance:none; -moz-appearance:none; -o-appearance:none; appearance:none;background-repeat: no-repeat;background-position: left 15px center;}
input[type='text'],input[type='tel'],input[type='email'],input[type='password']{}
textarea{overflow:auto;}
::-webkit-input-placeholder{color: #000F41;}
:-moz-placeholder{color: #000F41;}
::-moz-placeholder{color: #000F41;}
:-ms-input-placeholder{color: #000F41;}
::-ms-input-placeholder{color: #000F41;}
:placeholder-shown{color: #000F41;}

/*common display style*/
.dis-b{display:block;}
.pos_rel{ position:relative;}
.hidden{ display:none !important;}
.d_flex{display: flex;justify-content:flex-start;flex-wrap:wrap;}
.d_flex_ac{align-items: center;}
.d_flex_jc{justify-content: center;}
.d_flex_jb{justify-content: space-between;}
.d_flex_je{justify-content:flex-end;}

a,.in,.sub,img{transition: 0.4s ease all;}

body{background-color: #000F41;}
.wrapper{max-width:1648px;width: 100%;margin: 0 auto;position: relative;}
.bg{background-position: center;background-repeat: no-repeat;background-size: cover;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.btn { color: #000F41; font-size: 37px; font-weight: 900; font-family: var(--levit); background-color: var(--white); border: 3px solid #000F41; border-radius: 80px; position: relative; z-index: 2; padding: 22px 35px 18px; box-shadow: 10px 10px 0px #000F41; }
.btn:hover{background-color: #1cdbb0;}
/* header start */

header{padding: 14px;position: fixed;top: 0;right: 0;width: 100%;z-index: 999;}
header .inner{border-radius: 50px;padding: 22px 63px 22px 30px;background-color: #fff;position: relative;}
header .brand{position: absolute;left: 0;bottom: 5px;right: 0;margin: 0 auto;width: fit-content;}
header nav ul li:not(:last-child){margin-left: 41px;}
header nav ul li a{color: #000F41;font-weight: 800;font-size: 18px;line-height: 22px;font-family: var(--pinghl);}
header nav ul li.current-menu-item a{color:#1CDBB0;}
header .social_icon a:not(:last-child){margin-left: 11px;}

.banner{min-height: 813px;position: relative;max-width:calc(100% - 28px);margin: 0 auto;border-radius: 50px;overflow: hidden;}
.banner video{width: 100%;height: 100%;    object-fit: cover; object-position: center;}
.banner .bg::after{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(28, 219, 176, 1) 100%);z-index: 1;}
.banner .colin{position: relative;z-index: 2;padding: 146px 71px 0 0;    max-width: 50%;}
.banner h1{color: #FDFF9F; text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px  2px 0 #000, 2px  2px 0 #000;font-size: 72.16px;line-height: 66px;font-weight: 400;font-family: var(--vt323);margin-bottom: 30px;letter-spacing: 1px;}
.banner h2{color: #fff; text-shadow: -3px -3px 0 #000, 3px -3px 0 #000, -3px  3px 0 #000, 3px  3px 0 #000;font-size: 99.93px;line-height: 0.8;font-weight: 900;font-family: var(--levit);margin-bottom: 40px;letter-spacing: 1px;}
.banner h2 span{display: block;color: #FDFF9F;}

.scroll_col{position: absolute;left: 63px;bottom: 39px;width: 303px;height: 303px;border-radius: 50%;background-color: #FDFF9F;display: flex;justify-content: center;align-items: center;z-index: 9;}
.scroll_col .mini{position: absolute;left: 0;right: 0;margin: 0 auto;top:-218px;}
.scroll_col span{display: block;}
.scroll_col span img{margin: 0 auto;margin-bottom: 10px;}
.scroll_col span em{font-style:normal;display: block;color: #000F41;font-weight: 400;font-family: var(--vt323);text-align: center;font-size: 36px;line-height: 1;}

.marquee{ display: flex; align-items: center; justify-content: flex-start; overflow: hidden;margin: 60px 0;position: relative;}
.marquee_inner{margin: 30px 0;}
.marquee span{ text-transform: uppercase; will-change: transform; transform: translateX(0); white-space: nowrap; animation: marquee 16s linear infinite; font-size: 72px; line-height: 66px; font-weight: 400; color:#1CDBB0; text-shadow: -2px -2px 0 #FFFF, 2px -2px 0 #FFFF, -2px  2px 0 #FFFF, 2px  2px 0 #FFFF; font-family: var(--vt323);letter-spacing: 2px;padding: 0 2.5px;}
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } }
.marquee::after,
.marquee::before{content:'';position: absolute;top: 0;width:117px;right: 0;height: 100%;background-repeat: no-repeat;background-size: 100% 100%;background-image: url(../images/img_slide_layer.png);    z-index: 2;}
.marquee::before{    left: 0; right: auto;  transform: scale(-1);}



.nav { position: absolute; top: calc(50% - 32.5px); right: 0; width: 100%; display: flex ; justify-content: space-between; z-index: 9; }
.nav>div{position: relative; top: auto !important; bottom: auto !important; left: auto !important; right: auto !important; margin: 0; width: 65px; height: 65px; border-radius: 50%; background-color: #F41C5B;transition: 0.4s ease all;}
.nav>div:hover{}
.nav>div::after{display: none !important;}

.image_slider_sec{margin-top: 21px;position: relative;}
.image_slider_sec .col{height: 788px;overflow: hidden;}
.image_slider_sec .col img{    border-radius: 50px; min-height: 100%; object-fit: cover; object-position: center;width: 100%;height: 100%;}
.image_slider_sec .swiper-container::after,
.image_slider_sec .swiper-container::before{content:'';position: absolute;top: 0;width: 237px;right: 0;height: 100%;background-repeat: no-repeat;background-size: 100% 100%;background-image: url(../images/img_slide_layer.png);    z-index: 2;}
.image_slider_sec .swiper-container::before{    left: 0; right: auto;  transform: scale(-1);}
.image_slider_sec .nav{padding: 0 79px;}

.next_event_sec{min-height: 500px;position: relative;max-width:calc(100% - 28px);margin: 0 auto;border-radius: 50px;background-color: #3971FF;margin-top: 18px;padding: 47px 66px 55px 45px;}
.next_event_sec h2{color: var(--white);font-size: 80px;line-height: 76px;font-weight: 900;font-family: var(--levit);margin-bottom: 22px;max-width: 700px;letter-spacing: 1px;margin-top: 26px;}
.next_event_sec .inner{position: relative;margin-top: 55px;}
.next_event_sec .mini_event { position: absolute; top: -336px; left: 51px; z-index: 3; max-width: 340px;}
.next_event_sec .mini_event span {    display: block; background-color: #000F41; line-height: 54px; padding: 0 28px 0 19px; color: #1CDBB0; font-size: 20px; font-weight: 800; font-family: var(--pinghl); position: absolute; left: 85%; top: 22%; width: max-content; border-radius: 200px; box-shadow: 0 0 10px #ffffff1a;}
.next_event_sec .mini_event span img{position: absolute;bottom: -17px;left: 26px;}
.next_event_sec .col{height: 287px;overflow: hidden;}
.next_event_sec .col img{     border-radius: 30px; height: 100%; object-fit: cover; object-position: center; width: 100%;}
.next_event_sec .swiper-container::before{    left: 0; right: auto;  transform: scale(-1);}
.next_event_sec .nav{padding: 0 20px;}

.questions_answers{padding: 118px 0 73px;position: relative;}
.questions_answers .bg{}
.questions_answers .wrapper{max-width: 1574px;position: relative;}
.questions_answers .right_col{width: 476px;}
.questions_answers .left_col{width: calc(100% - 476px);}
.questions_answers h2{color: var(--white);font-size: 80px;line-height: 76px;font-weight: 900;font-family: var(--levit);margin-bottom: 14px;max-width: 700px;letter-spacing: 1px;}
.questions_answers .colin{border-bottom: 1px solid #FFFFFF30;}
.questions_answers .colin:first-child{border-top: 1px solid #FFFFFF30;}
.questions_answers .colin .text{padding:0 69px 42px 42px;display: none;}
.questions_answers .colin h3{color: #1CDBB0;font-size: 20px;font-weight: 800;font-family: var(--pinghl);letter-spacing: 0.5px;line-height: 24px;padding: 32px 69px 32px;position: relative;transition: 0.4s ease all;cursor: pointer;}
.questions_answers .colin h3 span{color: #1CDBB0;font-size: 20px;font-weight: 400;font-family: var(--vt323);font-size: 72px;position: absolute;right: 20px;top: 31px;}
.questions_answers .colin p{color: #1CDBB0;font-size: 20px;font-weight: 400;font-family: var(--pinghl);letter-spacing: 0.5px;line-height: 24px;}
.questions_answers .colin h3.open{padding: 32px 69px 20px;}

.foxy_contact_sec{min-height: 250;position: relative;max-width:calc(100% - 28px);margin: 0 auto;margin-top: 18px;}
.foxy_contact_sec .video_col{width: 33.085%;max-height:477px;border-radius: 50px;overflow: hidden;}
.foxy_contact_sec .video_col video{width: 100%;height: 100%; object-fit: cover; object-position: center;}
.foxy_contact_sec .contact_box{background-color: #FDFF9F;width:66.2%;border-radius: 50px;padding: 65px 65px 88px 88px;position: relative;}
.foxy_contact_sec .contact_box .mini{position: absolute;left: 30px;bottom: 0;}
.foxy_contact_sec .contact_box .colin{max-width: 713px;}
.foxy_contact_sec .contact_box .warp1{margin-bottom: 26px;}
.foxy_contact_sec .contact_box .col{width: calc(50% - 6.5px);}
.foxy_contact_sec .contact_box .warp2 .col{width: calc(100% - 197px);}
.foxy_contact_sec .contact_box h2{color: #000F41;font-size: 80px;line-height: 76px;font-family: var(--levit);font-weight: 900;margin-bottom: 48px;}
.foxy_contact_sec .contact_box h2 br{display: none;}
.foxy_contact_sec .contact_box h3{color: #000F41;font-size: 20px;line-height: 24px;font-family: var(--pinghl);font-weight: 800;margin-bottom: 17px;}
.foxy_contact_sec .contact_box .in{width: 100%;height: 60px;border: 3px solid #000F411C;border-radius: 60px;color: #000F41;font-size: 20px;font-weight: 500;font-family: var(--pinghl);padding-right:29px;}
.foxy_contact_sec .contact_box .in:focus{border-color: #000F41;}
.foxy_contact_sec .contact_box .in.wpcf7-not-valid{border-color: #f00;}
.foxy_contact_sec .contact_box .wpcf7-not-valid-tip{display: none !important;}
.foxy_contact_sec .contact_box .sub{height: 60px;width: 187px;border-radius: 60px;background-color: #000F41;color: var(--white);font-size: 20px;font-weight: 800;font-family: var(--pinghl);cursor: pointer;}
.foxy_contact_sec .contact_box .sub:hover{background-color: #1cdbb0;}

footer{padding: 20px 14px 27px 14px;}
footer .inner{background-color: var(--white);border-radius: 90px;padding: 22px 50px;}
footer .social_icon a:not(:last-child){margin-left: 11px;}
footer p{color: #000F41;font-size: 20px;font-weight: 400;font-family: var(--pinghl);line-height: 24px;}
footer ul {}
footer ul li:not(:last-child):after{content:'|';color: #000F41;font-size: 20px;font-weight: 400;font-family: var(--pinghl);line-height: 24px;display:inline-block;margin: 0 5px;}
footer ul li a{color: #000F41;font-size: 20px;font-weight: 400;font-family: var(--pinghl);line-height: 24px;}


/* .marquee_common{ position: relative; }
.marquee_wrap { display: flex ; white-space: nowrap; overflow: hidden; position: relative; }
.marquee_wrap:after, 
.marquee_wrap:before { content: ""; position: absolute; width: 114px; height: calc(100% + 2px); left: -2px; top: -1px; background-image: url(/assets/images/blue_ss.png); background-repeat: no-repeat; background-size: 100% 100%; z-index: 1; }
.marquee_wrap:after, 
.marquee_wrap:before { content: ""; position: absolute; width: 114px; height: calc(100% + 2px); left: -2px; top: -1px; background-image: url(/assets/images/blue_ss.png); background-repeat: no-repeat; background-size: 100% 100%; z-index: 1; }
.marquee_wrap:before { left: auto; right: -2px; transform: scale(-1); }
.marquee_rtl .marquee1 { display: flex ; white-space: nowrap; position: relative; animation: marquee1 15s linear infinite; will-change: transform; }
.marquee_wrap span { position: relative; text-transform: uppercase; will-change: transform; transform: translateX(0); white-space: nowrap; animation: marquee 16s linear infinite; font-size: 72px; line-height: 66px; font-weight: 400; color:#1CDBB0; text-shadow: -2px -2px 0 #FFFF, 2px -2px 0 #FFFF, -2px  2px 0 #FFFF, 2px  2px 0 #FFFF; font-family: var(--vt323);letter-spacing: 2px;padding: 0 2.5px;display: block;}
.marquee_wrap img { display: flex ; justify-content: flex-start; align-items: center; margin-right: 15px; max-width: 100px; border-radius: 50%; }

@keyframes marquee1{ 
  0% { transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -webkit-transform: translateX(-50%); } 
  100% { transform: translateX(0); -moz-transform: translateX(0); -o-transform: translateX(0); -webkit-transform: translateX(0); } 
} */

/* location page */
.inner_banner.banner{min-height: 500px;display: flex ; justify-content: flex-start; align-items: flex-end; }
.inner_banner.banner .colin{padding: 0px 71px 64px 0;}
.inner_banner.banner h2{margin-bottom: 0;}
.inner_banner.banner .bg::before {content: ''; position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000F4140;}
.inner_banner.banner .bg::after { left: 0; top: auto; height: 60%; bottom: 0; }

section.location_contact_sec{margin-top: 31px;}
section.location_contact_sec .img_col{width: 50.2%;}
section.location_contact_sec .img_col img{width: 100%;height: 100%;border-radius: 50px;object-fit: cover;object-position: center;}
section.location_contact_sec .right_col{width: 49%;}
section.location_contact_sec .text{padding:73px 104px 62px 50px;background-image: url(../images/location_star.png);background-repeat: no-repeat;background-position: top 10px right 23px;}
section.location_contact_sec .text h4{color: var(--white);font-size: 20px;line-height: 24px;font-weight: 800;font-family: var(--pinghl);margin-bottom: 14px;}
section.location_contact_sec .text p{font-size: 20px;color: var(--white);font-weight: 400;font-family: var(--pinghl);line-height: 28px;margin-bottom: 17px;}
section.location_contact_sec .text p a{font-size: 20px;color: var(--white);font-weight: 400;font-family: var(--pinghl);line-height: 28px;}
section.location_contact_sec .text p a:hover{color: #1CDBB0;}
section.location_contact_sec .text p u a{text-decoration: underline;}
section.location_contact_sec .cgi_col{align-items: flex-start;}
section.location_contact_sec .cgi_col .cgi_art{margin-left: 14px;}
section.location_contact_sec .cgi_col .navigate{font-size: 14px; line-height: 38px; color: #000F41; padding: 0 16px; background-color: #1CDBB0; font-family: var(--pinghl); font-weight: 800; white-space: nowrap; border-radius: 30px; display: inline-block; position: relative;}
section.location_contact_sec .cgi_col .navigate::before { width: 17px; height: 16px; background: url(../images/hi-text-curve.png) 0 0 no-repeat; content: ""; position: absolute; right: 16px; bottom: -13px;background-size: 100% 100%;}
section.location_contact_sec .contact_box { width:100%; padding: 48px 105px 80px 117px; }
section.location_contact_sec .contact_box h2{margin-bottom: 12px;}
section.location_contact_sec .contact_box h3{margin-bottom: 38px;}



/***** About page *****/
.story-section{padding:141px 0 311px 0; background-image: url(../images/star-bg-img.png); background-position: center center; background-repeat: no-repeat; }
.story-part{padding: 0; max-width: 940px; margin: 0 auto; }
.story-part h2{font-size: 20px; line-height: 24px; color: #1CDBB0; font-family: var(--pinghl); font-weight: 700; margin: 0; padding: 0 0 27px 0; }
.story-part p{font-size: 20px; line-height: 1.4; color: #1CDBB0; font-family: var(--pinghl); font-weight: normal; margin: 0; padding: 0;letter-spacing: 0.2px; }
.foxy-section{padding:119px 0 89px 0; background-color: #3971FF; max-width: calc(100% - 28px); margin: 0 auto 15px auto; border-radius: 50% 50% 48px 48px; }
.foxy-part{padding: 0 0 0 88px; max-width: 1554px; margin: 0 auto; display: flex; justify-content: flex-start; align-items: flex-end; flex-wrap: wrap; position: relative; }
.foxy-text{padding: 0; max-width: 860px; margin: 0 auto; }
.foxy-text h2{font-size: 80px; line-height: 76px; margin: 0; padding: 0 0 55px 0; font-weight: 900; color: var(--white); font-family: var(--levit); letter-spacing: 3px; }
.foxy-text p{font-size: 20px; line-height: 1.4; color: var(--white); font-family: var(--pinghl); font-weight: normal; margin: 0; padding: 0;letter-spacing: 0.2px; }
.foxy-text .sub-text{max-width: 620px; margin: 0 auto; text-align: center; padding-bottom: 35px;}
.foxy-text .title{text-align: right; margin-right: 254px; }
.foxy-image{width: 232px; height: 232px; border-radius: 25px; background-color: #1CDBB0; position: relative;}
.foxy-image img{vertical-align: top; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.fx-right{margin-bottom: 76px; }
.foxy-cartoon-part{padding: 0; position: absolute; right: 46px; top: -427px; }
.foxy-cartoon-part .image{padding: 0; }
.foxy-cartoon-part .image img{vertical-align: top; }
.hi-text{padding: 0; position: absolute; top: 138px; right: 97.5%; }
.hi-text .text{font-size: 20px; line-height: 24px; color: #000F41; padding: 15px 26px; background-color: #1CDBB0; font-family: var(--pinghl); font-weight: 800; 
white-space: nowrap; border-radius: 30px; display: inline-block; position: relative; }
.hi-text .text::before{width: 22px; height: 17px; background: url(../images/hi-text-curve.png) 0 0 no-repeat; content: ""; position: absolute; right: 26px; top: 100%; }
.experience-section{padding:36px 74px 36px 28px; background-color: #FDFF9F; border-radius: 50px; max-width: calc(100% - 28px); margin: 0 auto; }
.experience-part{padding: 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; max-width: 1821px; margin: 0 auto; }
.experience-part h2{font-size: 80px; line-height: 76px; margin: 0; padding: 0; color: #000F41; font-weight: 900; font-family: var(--levit); max-width: 645px; letter-spacing: 2.5px; }
.experience-part .image{padding: 0; position: relative; max-width: 776px; height: 287px; width: 100%; }
.experience-part .image img,
.experience-part .image video{border-radius: 30px; vertical-align: top; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.reserve-btn{padding: 0; margin: 0 0 0 auto; }


/* event page  */
.what_include{position: relative;max-width:calc(100% - 28px);margin: 0 auto;margin-top: 68px;}
.what_include .col{background-color: #3971FF;border-radius: 30px;margin-bottom: 15px;margin-left: 0.8%;min-height:420px;position: relative;padding: 20px 38px 62px 47px;display: flex;justify-content: flex-start;align-items: flex-end;    width: 32.8%;}
.what_include .col:nth-child(3n){margin-left: 0;}
.what_include h2{text-align: center;color: var(--white);font-weight: 900;font-family: var(--levit);font-size: 80px;line-height: 76px;letter-spacing: 1px;margin-bottom: 65px;}
.what_include h3{color: var(--white);font-family: var(--pinghl);line-height: 46px;margin-bottom: 23px;font-weight: 800;font-size: 38px;}
.what_include p{color: var(--white);font-family: var(--pinghl);line-height: 22px;font-weight: 400;font-size:20px;}
.what_include .img{position: absolute;left: 40px;top:30px;}

.review_sec{position: relative;max-width:calc(100% - 28px);margin: 122px auto 148px;}
.review_sec h2{text-align: center;color: var(--white);font-weight: 900;font-family: var(--levit);font-size: 80px;line-height: 76px;letter-spacing: 1px;margin-bottom:55px;}
.review_sec .col{border: 1px solid #1CDBB0;border-radius: 30px;min-height: 300px;position: relative;padding: 34px 56px 20px 20px;}
.review_sec .col .star{position: absolute;left:49px;top: 42px;}
.review_sec .col .quata{color: #1CDBB0;font-weight: 400;font-size: 40px;font-family: var(--pinghl);line-height: 1;}
.review_sec .col h3{color: #1CDBB0;font-weight: 700;font-size: 20px;font-family: var(--pinghl);line-height: 24px;}
.review_sec .col p{color:var(--white);font-weight: 400;font-size: 20px;font-family: var(--pinghl);line-height: 25px;margin-top: 15px;max-width: 599px;}

.review_sec .swiper-container::after,
.review_sec .swiper-container::before{content:'';position: absolute;top: 0;width: 237px;right: 0;height: 100%;background-repeat: no-repeat;background-size: 100% 100%;background-image: url(../images/img_slide_layer.png);    z-index: 2;}
.review_sec .swiper-container::before{    left: 0; right: auto;  transform: scale(-1);}
.review_sec .nav{padding: 0 100px;}


section.event_contact_sec{}
section.event_contact_sec .contact_box{width: 100%;padding: 33px 74px 33px 28px;}
section.event_contact_sec .img_col { width:911px;min-height: 400px;}
section.event_contact_sec .img_col img { width: 100%; height: 100%; border-radius: 30px; object-fit: cover; object-position: center; }
section.event_contact_sec .colin { width:calc(100% - 911px); }
section.event_contact_sec .contact_box h2{margin-bottom: 15px;margin-top: 20px;}
section.event_contact_sec .contact_box h3{margin-bottom:45px;}


.thank-you { text-align: center; background-color: #1cdbb0; max-width: calc(100% - 28px); margin: 0 auto; border-radius: 20px; height: calc(100vh - 270px); display: flex ; justify-content: center; align-items: center; }
.thank-you h1{    color: #000f41;font-size: 120px; line-height: 80px; font-weight: 900; font-family: var(--levit); margin-bottom: 0px; letter-spacing: 3px;
text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;}
.thank-you p{    color: #000f41; font-size: 20px; font-weight: 800; font-family: var(--pinghl); letter-spacing: 0.5px; line-height: 24px; margin: 25px 0; }

.page-not-found { text-align: center; background-color: #1cdbb0; max-width: calc(100% - 28px); margin: 0 auto; border-radius: 20px; height: calc(100vh - 270px); display: flex ; justify-content: center; align-items: center; }
.page-not-found h1{    color: #000f41;font-size: 120px; line-height: 80px; font-weight: 900; font-family: var(--levit); margin-bottom: 0px; letter-spacing: 3px;
text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;}
.page-not-found p{color: #000f41; font-size: 20px; font-weight: 800; font-family: var(--pinghl); letter-spacing: 0.5px; line-height: 24px; margin: 25px 0; }


.default-page{    background-image: url(../images/star-bg-img.png); background-position: center center; background-repeat: no-repeat;}
.default-page .container{max-width: 1200px;margin: 0 auto;padding: 120px 20px;}
.default-page h1,
.default-page h2,
.default-page h3,
.default-page h4,
.default-page h5,
.default-page h6 { color: #1CDBB0; font-family: var(--pinghl); font-weight: 700;line-height: 1;margin-bottom: 16px;}
.default-page h1{    color: #fff; text-shadow: -3px -3px 0 #1CDBB0, 3px -3px 0 #1CDBB0, -3px 3px 0 #1CDBB0, 3px 3px 0 #1CDBB0; font-size: 70px; line-height: 72px; font-weight: 900; font-family: var(--levit); margin-bottom: 40px; letter-spacing: 3px;}
.default-page h2{font-size: 40px;}
.default-page h3{font-size: 32px;}
.default-page h4{font-size: 24px;}
.default-page h5{font-size: 18px;}
.default-page h6{font-size: 16px;}
.default-page p { font-size: 20px; line-height: 1.4; color: #1CDBB0; font-family: var(--pinghl); font-weight: normal; margin: 0; padding: 0; letter-spacing: 0.2px;margin-bottom: 16px;}

.banner h2 span{    text-shadow: -4px -3px 0 #000, 3px -3px 0 #000, -5px 3px 0 #000, 6px 3px 0 #000; }

/* animation */
.scroll_col .mini{opacity: 0;transition: 0.4s ease all;}
.scroll_col .mini.open{opacity: 1;
  -webkit-animation: bounce 5s; 
  animation: bounce 5s; 
  -webkit-animation-iteration-count: infinite; 
  animation-iteration-count: infinite;
}

@keyframes bounce {
	0%,
	25%,
	50%,
	75%,
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-50px);
		        transform: translateY(-50px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		        transform: translateY(-15px);
	}
}


.next_event_sec .mini_event{}
.next_event_sec .mini_event img{opacity: 0;transition: 0.4s ease all;}
.next_event_sec .mini_event.come-in img{opacity: 1;}

.next_event_sec .mini_event span { min-width: 90px; min-height: 54px; }
.typing{font-style: normal;}
/* .typing::after{ content: '|'; animation-name: blinking; animation-duration: .71s; animation-iteration-count: infinite; } @keyframes blinking{ from{ color: transparent; } to{ color: lightgrey; } } */