@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');
/*
font-family: "Inter", sans-serif;
*/

* { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust: none; }
html, body { width: 100%; font-size: 14px; line-height: 1.71; color: #000; font-family: "Inter", sans-serif; background: #ffffed; }

*::-webkit-input-placeholder { opacity:1; color: #fff; }
*::-moz-placeholder {opacity:1;color: #fff; }
*:-ms-input-placeholder {opacity:1;color: #fff; }

input[type=checkbox]{ -webkit-appearance: checkbox; margin: 0px 0 0 0px; display: inline-block; vertical-align: top; }
button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px; font-family: 'Poppins', sans-serif; }

:focus,input:focus, textarea:focus { outline: none; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
:focus { outline: none; }

/* common */
a { transition: all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; text-decoration: none; outline: none; }
ul { list-style: none; }
.clear { clear: both; overflow: hidden; }
img { border: 0px; outline: none; display: block; max-width: 100%; }
h1, h2, h3, h4, h5, h6 { font-family: "Inter", sans-serif; font-weight: 700; }
h1 { font-size: 54px; line-height: 1.27; }
h2 { font-size: 44px; line-height: 1.27; }
h3 { font-size: 24px; line-height: 28px; }
h4 { font-size: 20px; line-height: 24px; }
h5 { font-size: 18px; line-height: 22px; }
h6 { font-size: 16px; line-height: 20px; }

p { padding-bottom: 20px; }
p a { text-decoration:underline; color:#000; }
p a:hover { text-decoration:none; }

.btn { min-width: 216px; height: 50px; display: inline-flex; align-items: center; justify-content: center; text-transform: uppercase; color: #fff; font-size: 35px; letter-spacing: 1px; font-family: 'Poppins', sans-serif; font-weight: normal; background: #60b1ab; }
.btn:hover { background-color: #08421c; }

#back-to-top { box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; -ms-box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; position: fixed; bottom: 20px; display: none; right: 15px; z-index: 9999; width: 34px; height: 34px; cursor: pointer; border-radius: 50%; -webkit-border-radius: 50%; transition: opacity 0.2s ease-out; -webkit-transition: opacity 0.2s ease-out; opacity: 0; background: #006bb6; }
#back-to-top:after { width: 0px; height: 0px; content: ''; position: absolute; left: 50%; top: 50%; border: 10px solid transparent; border-bottom-color: #fff; margin: -15px 0 0 -10px; }
#back-to-top.show { opacity: 0.8; }
#back-to-top.show:hover { opacity: 1; }
a.close, a.mobilemenu { display: none; }
.d-flex { display: flex; flex-wrap: wrap; }
.a-center { align-items: center; }
.s-between { justify-content: space-between; }
.hiddenfield { display: none; }


#wrapper { margin: 0 auto; width: 100%; position: relative; }
#wrapper.innerpages { padding-top: 104px; }
#wrapper.contact { padding-top: 0px; }

.wrapper { padding: 0 15px; max-width: 1196px; margin: 0 auto; }

/*header-part*/
#header-part { width: 100%; height: 100px; position: fixed; left: 0px; top: 0px; border-bottom: #000068 solid 1px; z-index: 10; }
#header-part a.logo { display: block; max-width: 432px; margin: 22px 0px 0px 46px; }
#header-part.home:not(.innerpage) { border: 0px; }
#header-part.innerpage { height: 100px; background: #fffff6; }
#header-part.contact { background: rgba(255,255,255,0.7); border: 0px; }

	/*menu-bar*/
	.menu-bar { padding: 0px 0px 0px; }
	.menu-bar ul { padding: 42px 16px 0px; list-style: none; }
	.menu-bar li { padding-left: 30px; position: relative; }
	.menu-bar li a { padding-bottom: 7px; line-height: 110%; display: block; color: #fff; }
	.menu-bar li a:hover, .menu-bar li a.active { border-bottom: #fff solid 2px; }
	.menu-bar.innerpage a { color: #000; border-bottom: transparent solid 2px; font-weight: 500; }
	.menu-bar.innerpage li a:hover, .menu-bar.innerpage li a.active { border-bottom: #000 solid 2px; }
	.menu-bar li ul { padding: 0px; position: absolute; left: 20px; top: 30px; width: 200px; background: #fff; display: none; }
	.menu-bar li ul li { padding: 0px; border-bottom: #333 solid 1px; }
	.menu-bar li ul li a { padding: 10px 15px; color: #333; }
	.menu-bar li ul li a:hover { border: 0px; color: #fff; background: #000; }
	.menu-bar li:hover ul { display: block; }
	.menu-bar li:hover li ul { display: none; }
	.menu-bar li ul:before { content: ""; position: absolute; left: 0px; top: -10px; width: 100%; height: 10px; }
	.menu-bar li ul li ul { top: 0px; left: 200px; display: none; max-height: 300px; overflow: auto; }
	.menu-bar li ul li:hover ul { display: block; }
	.menu-bar li ul { }
	.menu-bar li ul { }
	.menu-bar li ul { }

/*content part*/
#content-part { width: 100%; }

	/*slider bar*/
	.slider-bar { }
	.slider-bar .slick-arrow { position: absolute; left: 55px; top: 50%; margin-top: -30px; width: 31px; height: 60px; background: url(../images/prev.png) no-repeat; background-size: 100%; border: 0px; cursor: pointer; font-size: 0; z-index: 10; }
	.slider-bar .slick-next { left: auto; right: 55px; background: url(../images/next.png) no-repeat; background-size: 100%; }
	.slider-bar .item-slide { position: relative; }
	.slider-bar .item-slide:before { content: ""; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: #000; opacity: 0.27; }
	.slider-bar .item-slide img { height: 800px; object-fit: cover; width: 100%; }
	.slider-bar .item-slide .text { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 90%; max-width: 1000px; }
	.slider-bar .item-slide h1 { padding-bottom: 5px; font-size: 54px; letter-spacing:0.02em; color: #fff; font-weight: 500; }
	.slider-bar .item-slide h1 strong { font-weight: 700; }
	.slider-bar .item-slide .innertext { max-width: 470px; }
	.slider-bar .item-slide p { padding: 0px 0px 30px 0px; letter-spacing:0.03em; line-height:1.3; color: #fff; }
	.slider-bar .item-slide a.button { padding: 10px 20px; display: inline-block; line-height: 30px; color: #000068; font-size: 18px; font-weight: 600; border-radius: 10px; background: rgba(255,255,255,0.5); }
	.slider-bar .item-slide a.button:hover { background: rgba(255,255,255,1); }

	/*intro bar*/
	.intro-bar { padding: 105px 0px 105px 0px; }
	.intro-bar .wrapper { max-width: 1142px; }
	.intro-bar .text { padding: 20px 0px 0px; width: 37%; }
	.intro-bar .galleryimg { padding: 0px 0px 0px 53px; width: 63%; }
	.intro-bar .galleryimg ul { list-style: none; }
	.intro-bar .galleryimg li { padding: 0px 0px 0px 18px; width: 33.33%; }
	.intro-bar .galleryimg li:nth-child(2) { padding-top: 60px; }
	.intro-bar .galleryimg li img { border-radius: 10px; }
	.intro-bar h2 { padding-bottom: 32px; color: #333333; font-size: 44px; letter-spacing: 0.01em; }
	.intro-bar p { letter-spacing: 0.01em; }

	/*games bar*/
	.games-bar { padding: 117px 0px 73px 0px; background: #ede9d0; }
	.games-bar h3 { padding-bottom: 55px; text-align: center; font-size: 44px; letter-spacing: 0.01em; color: #333; }
	.games-bar .wrapper { max-width: 1172px; }
	.games-bar ul { list-style: none; }
	.games-bar li { padding: 0 15px 30px; overflow: hidden; width: 33.33%; border-radius: 10px; position: relative; }
	.games-bar li img { }
	.games-bar figure { background:rgba(0,0,0,0.08); position: relative; overflow: hidden; border-radius: 10px; }
	.games-bar figure figcaption { padding: 5px 20px; position: absolute; left: 0px; bottom: 0px; width: 100%; text-align: center; font-size: 20px; color: #fff; font-weight: 700; background: rgba(0,0,104,0.7); }
	.games-bar .hoverbg { padding: 30px 20px 15px 20px; position: absolute; left: 15px; top: 0px; width: calc(100% - 30px); height: calc(100% - 30px); z-index: 1; text-align: center; color: #fff;  background: rgba(0,0,104,0.7); border-radius: 10px; opacity: 0; }
	.games-bar .hoverbg h4 { padding-bottom: 10px; color: #fff; }
	.games-bar .hoverbg p { padding-bottom: 15px; font-size: 14px; line-height: 1.27; }
	.games-bar .hoverbg { }
	.games-bar a.button { padding: 5px 25px; display: inline-block; line-height: 25px; color: #fff; font-size: 14px; font-weight: 500; border-radius: 30px; background: rgba(255,255,255,0.3); }
	.games-bar a.button:hover { color: #000068; background: rgba(255,255,255,1); }
	.games-bar li:hover figure img { filter: blur(10px); }
	.games-bar li:hover .hoverbg { opacity: 1; }
	.games-bar li:hover figure figcaption { opacity: 0; }
	.games-bar.gamepage { padding: 17px 0px 58px 0px; background: none; }
	.games-bar.gamepage li { padding: 0 12px 35px; width: 25%; }
	.games-bar.gamepage ul { padding: 0 4px; }
	.games-bar.gamepage figcaption { padding: 12px 20px; line-height: 24px; background: rgba(0,0,104,0.75); }
	.games-bar.gamepage .hoverbg { padding: 20px; left: 12px; top: 0px; width: calc(100% - 24px); height: calc(100% - 35px); background: rgba(0,0,104,0.75); display: flex; align-items: center; justify-content: center; }
	.games-bar.concessions { padding: 20px 0px 90px 0px; background: none; }
	.games-bar.concessions .wrapper { max-width: 1256px; }
	.games-bar.concessions li { padding: 0 30px 52px; }
	.games-bar.concessions li { border-radius: 20px; }
	.games-bar.concessions li h3 { text-transform: uppercase; }
	.games-bar.concessions .hoverbg { padding: 20px; left: 30px; top: 0px; width: calc(100% - 60px); height: calc(100% - 52px); background: rgba(0,0,104,0.75); display: flex; align-items: center; justify-content: center; }
	.games-bar.concessions .extracontent { padding: 73px 0px 0px; text-align: center; }
	.games-bar.concessions .extracontent h3 { padding: 0px 0px 18px; line-height: 1; color: #000068; font-size: 30px; text-transform: uppercase; }
	.games-bar.concessions .extracontent h4 { font-size: 25px; color: #000068; text-transform: uppercase; line-height: 32px; }
	.games-bar.concessions .extracontent h4 span { color: #db1507; }

	/*content bar*/
	.content-bar { padding: 100px 0px 84px; text-align: center; }
	.content-bar h3 { padding-bottom: 26px; font-size: 44px; line-height: 1.27; color: #333; letter-spacing: 0.01em; }
	.content-bar .wrapper { max-width: 1122px; }
	.content-bar p { letter-spacing: 0.01em; }

	/*text bar*/
	.text-bar { padding: 48px 0px 10px; }
	.text-bar .wrapper { max-width: 1140px; }
	.text-bar h1 { padding-bottom: 22px; color: #000068; font-size: 40px; text-transform: uppercase; }
	.text-bar h2 { padding-bottom: 10px; color: #db1507; font-size: 24px; line-height: 36px; letter-spacing: 0.015em; }
	.text-bar p { font-size: 20px; line-height: 30px; }
	.text-bar.concessions .wrapper { max-width: 1190px; }
	.text-bar.concessions { padding: 38px 0px 10px; }
	.text-bar.concessions h1 { padding-bottom: 16px; text-transform: uppercase; }
	.text-bar .banner { margin-bottom: 50px; width:100%; border-radius: 10px; }
	.text-bar.price { padding-bottom:50px; }
	.text-bar .table_box h2 { text-align: center; padding-bottom: 40px; }
	.text-bar .table_box p { text-align: center; }
	.text-bar .listbox h2 { text-align: center; padding: 0 0 25px; color: #000068; }
	.text-bar .listbox ul { max-width:400px; list-style:none; background: rgba(0,0,104,0.2);background: rgba(0,0,104,0.1); margin:0 auto 40px; padding:0; border-radius:  10px; overflow: hidden; border: 2px solid #000068; }
	.text-bar .listbox ul li { display: flex; flex-wrap:wrap; /*border-bottom: 2px solid #000068;*/ font-size: 16px; line-height:20px; color: #000068; font-weight:700; padding: 15px; }
	.text-bar .listbox ul li .col2 { width: 50%; }
	.text-bar .listbox ul li:last-child { border-bottom:0; } 
	.text-bar .listbox ul li:nth-of-type(odd) { background: rgba(0,0,104,0.2); }
	.text-bar .listbox + p { text-align: center; }
	.text-bar .listbox ul.basic { display: none; } 
	
	.text-bar .listbox .styled_list { width:100%; max-width:600px; border:0; display: flex; flex-wrap:wrap; background: none; border-radius:0; }
	.text-bar .listbox .styled_list li { width:25%; background:none; padding:0; }
	.text-bar .listbox .styled_list li .inner { box-shadow: 0px 0px 15px rgba(0,0,0,0.1) inset; width: 100%; height:0; padding-bottom:100%; display:block; position:relative; background: #000068; color: #fff; }
	.text-bar .listbox .styled_list li .inner span { position: absolute; font-size: 20px; text-shadow: 1px 1px 2px rgba(0,0,0,0.4); left:0; top:50%; transform:translate(0,-50%); width:100%; text-align: center; padding:10px; } 
	.text-bar .listbox .styled_list li:nth-of-type(2) .inner ,
	.text-bar .listbox .styled_list li:nth-of-type(4) .inner ,
	.text-bar .listbox .styled_list li:nth-of-type(5) .inner ,
	.text-bar .listbox .styled_list li:nth-of-type(7) .inner { background: #DB1507; }

	.text-bar .listbox .styled_list li:nth-of-type(1) .inner { background: #b6d8be; }
	.text-bar .listbox .styled_list li:nth-of-type(2) .inner { background: #b4a7c0; }
	.text-bar .listbox .styled_list li:nth-of-type(3) .inner { background: #366775; }
	.text-bar .listbox .styled_list li:nth-of-type(4) .inner { background: #a7c5e2; }
	.text-bar .listbox .styled_list li:nth-of-type(5) .inner { background: #f7b78d; }
	.text-bar .listbox .styled_list li:nth-of-type(6) .inner { background: #75a8d5; }
	.text-bar .listbox .styled_list li:nth-of-type(7) .inner { background: #e79aa5; }
	.text-bar .listbox .styled_list li:nth-of-type(8) .inner { background: #a2b4c0; }




	.content_table { margin-bottom: 40px; width:100%; border: 2px solid #000068; border-top:0; border-radius: 10px; }
	.content_table .row { display: flex; flex-wrap:wrap; width: 100%; border-bottom: 2px solid #000068; }
	.content_table .row .col { font-weight:700; padding:15px 10px; text-align: center; width: calc(33.33% - 33.33px); }
	.content_table .row .col:nth-of-type(1) { width: 99.99px; }
	.content_table .row .col.full { width:100%; }
	.content_table .row:last-child { border:0; }
	.content_table .content { font-size: 16px; line-height:20px; }
	.content_table .row:nth-of-type(odd) { background: rgba(0,0,104,0.1); }
	.content_table .row.head { font-size:18px; line-height:22px; background: #000068; color:#fff; border-radius: 10px 10px 0 0; }



	/*cta-bar*/
	.cta-bar { padding:105px 0; width:100%; background: #ffffed; }
	.cta-bar .inner { display:flex; flex-wrap:wrap; align-items:center; background: url(../images/cta-image.jpg) center center no-repeat; background-size:cover; max-width:1110px; border-radius: 30px; margin: 0 auto; overflow: hidden; }
	.cta-bar .left { width:calc(100% - 310px); padding:30px; text-align: center; }
	.cta-bar .right { z-index:1; position:relative; width:310px; min-height:250px; display:flex; flex-wrap:wrap; align-items:center; }
	.cta-bar .right:before { z-index:-1; border-radius:50%; width: 390px; height: 390px; content:''; position:absolute; left:64%; top:50%; transform: translate(-50%,-50%); background: #FFE5E2; } 
	.cta-bar h3 { padding-bottom: 17px; font-size: 20px; line-height:1.2; color:#fff; }
	.cta-bar p { color: #fff; padding-bottom: 15px; }
	.cta-bar p a { color: #fff; }
	.cta-bar .logo { display:block; margin:auto; max-width:190px; }
	.cta-bar h4 { font-size: 24px; line-height:1.1; color: #333; text-align:center; transform: rotate(-17deg) translate(20px,0); letter-spacing: 0.02em; font-family: "Baloo 2", sans-serif; }
	.cta-bar h4 strong { color: #DB1507; font-size: 38px; display:block; padding:10px 0 0 0; letter-spacing:normal; }
	.cta-bar h4:after { width:82px; height:34px; content:''; position:absolute; left:40%; bottom:-35px; transform: rotate(17deg); background:url(../images/curve.svg) center center no-repeat; background-size:contain; }

	/*details bar*/
	.details-bar { padding: 62px 0px 86px 0px; }
	.details-bar .wrapper { max-width: 1140px; }
	.details-bar h1 { font-size: 40px; color: #010067; }
	.details-bar .detailsintro { padding: 20px 0px 0px 0px; }
	.details-bar .detailsintro .leftgallery { padding-top: 7px; width: 51.35%; }
	.details-bar .detailsintro .leftgallery .fullslider { margin-bottom: 16px; }
	.details-bar .detailsintro .leftgallery .thumbsliderbg { margin: 0 -11px; }
	.details-bar .detailsintro .leftgallery .thumbslider .item-slide { padding: 0 11px; }
	.details-bar .detailsintro .leftgallery .thumbslider .item-slide img { width: 100%; height: 125px; object-fit: cover; }
	.details-bar .detailsintro .rightdetails { padding: 0px 0px 0px 50px; width: 48.65%; }
	.details-bar .detailsintro .rightdetails p { padding-bottom: 31px; font-size: 20px; line-height: 30px; }
	.details-bar .detailsintro h2,
	.details-bar .detailsintro h3 { text-transform: uppercase; color: #010067; font-size: 22px; }
	.details-bar .detailsintro h3 { font-size: 25px; }
	.details-bar .detailsintro h3 strong { color: #000; }
	.details-bar .detailsintro .rightdetails ul { padding: 1px 0 38px; list-style: none; }
	.details-bar .detailsintro .rightdetails li { font-size: 20px; line-height: 30px; }
	.details-bar .details { padding: 57px 0px 27px 0px; }
	.details-bar .details p { padding-bottom: 26px; font-size: 18px; line-height: 26px; }
	.details-bar .contactform { padding: 50px 45px 32px 45px; background: #000068; }
	.details-bar .contactform h3 { padding-bottom: 42px; font-size: 36px; color: #fff; text-transform: uppercase; line-height: 1.2; }
	.details-bar .contactform form { max-width: 771px; }
	.details-bar .contactform input.field,
	.details-bar .contactform textarea { padding: 0 25px; margin-bottom: 21px; width: 100%; height: 60px; font-size: 20px; color: #fff; border: #fff solid 1px; background: none; text-transform: uppercase; }
	.details-bar .contactform textarea { padding: 10px 25px; height: 184px; }
	.details-bar .contactform .captchabg { min-height: 85px; margin-bottom: 26px; }
	.details-bar .contactform input.submit { font-size: 20px; font-weight: 700; color: #fff; text-transform: uppercase; width: 180px; height: 50px; border: 0px; cursor: pointer; background: #ff0000; }
	.details-bar .contactform input.submit:hover { background: #000; }
	.details-bar .contactform .captchabg .error { padding: 10px 0px 0px; display: none; font-size: 18px; color: #f00; font-weight: 700; }
	.details-bar .contactform .captchabg.nocaptcha .error { display: block; }

	/*hero bar*/
	.hero-bar { height: 545px; position: relative; }
	.hero-bar img { width: 100%; height: 100%; object-fit: cover; }

	/*contactus bar*/
	.contactus-bar { padding: 0px 0px 60px; }
	.contactus-bar h1 { padding: 10px 20px; margin-bottom: 42px; line-height: 1.2; font-size: 40px; color: #fff; text-transform: uppercase; text-align: center; background: #000068; min-height: 95px; display: flex; align-items: center; justify-content: center; letter-spacing: 0.025em; }
	.contactus-bar .wrapper { max-width: 1140px; }
	.contactus-bar .introtext { padding: 70px 20px 138px; width: 100%; background: #ccc; }
	.contactus-bar .introtext .intromid { max-width: 820px; margin: 0 auto; text-align: center; }
	.contactus-bar .introtext p { padding-bottom: 30px; font-size: 20px; line-height: 30px; }
	.contactus-bar .contactform { padding: 50px 45px 32px 45px; max-width: 860px; position: relative; margin: -115px auto 0; background: #000068; }
	.contactus-bar .contactform input.field,
	.contactus-bar .contactform textarea { padding: 0 25px; margin-bottom: 20px; width: 100%; height: 60px; font-size: 20px; color: #fff; border: #fff solid 1px; background: none; text-transform: uppercase; }
	.contactus-bar .contactform textarea { padding: 10px 25px; height: 184px; }
	.contactus-bar .contactform .captchabg { min-height: 85px; margin-bottom: 26px; }
	.contactus-bar .contactform .captchabg .error { padding: 10px 0px 0px; display: none; font-size: 18px; color: #f00; font-weight: 700; }
	.contactus-bar .contactform .captchabg.nocaptcha .error { display: block; }
	.contactus-bar .contactform input.submit { font-size: 20px; font-weight: 700; color: #fff; text-transform: uppercase; width: 180px; height: 50px; border: 0px; cursor: pointer; background: #ff0000; }
	.contactus-bar .contactform input.submit:hover { background: #000; }
	.contactus-bar .contactform h2 { padding-bottom: 42px; font-size: 36px; color: #fff; text-transform: uppercase; line-height: 1.2; text-align: center; }


/*footer part*/
#footer-part { height: 100px; }

	/*footer bar*/
	.footer-bar { position: fixed; left: 0px; bottom: 0px; width: 100%; height: 99px; background: #000068; }
	.footer-bar a.button { margin-top: 28px; color: #fff; font-size: 18px; font-weight: 600; padding: 9px 20px 9px 46px; line-height: 30px; border: #fff solid 1px; border-radius: 10px;  display: inline-block; background: url(../images/phone-icon.png) left 20px center no-repeat; }
	.footer-bar .wrapper { max-width: 1142px; align-items: flex-start; }
	.footer-bar .midtext { padding: 21px 0px 0px; text-align: center; }
	.footer-bar .midtext h4 { font-size: 33px; line-height: 1.27; font-weight: 900; color: #DB1507; letter-spacing: 0.01em; }
	.footer-bar .midtext p { color: #fff; }
	.footer-bar a.socialink { display: block; margin-top: 28px; }