/* Table of Content
==================================================
	#Font-Face
	#Site Styles
	#Media Queries */

/* #Font-Face
================================================== */
@import url("https://use.typekit.net/ffz3qkn.css");

/* #Site Styles
================================================== */

/* ### general ### */
html { scroll-behavior: smooth; }
html,
body { font-family: 'akagi-pro', sans-serif; font-size: 20px; font-weight: 400; line-height: 1.5; color: #000; }
body { background: #fff; }
body.scroll-hidden { overflow: hidden; }
:root { scroll-behavior: inherit; }
input,
select,
textarea { font-size: 16px; font-weight: 400; color: #000; }
img { display: block; max-width: 100%; height: auto; border: 0; }
:focus { outline: none; }
ul { margin: 0; padding: 0; list-style: none; }
a { display: inline-block; transition: all 0.25s ease-in-out; }
h1,
h2,
h3,
h4,
h5,
h6 { font-family: 'akagi-pro', sans-serif; font-weight: 500; color: #161b4c; }
h1 { font-size: 55px; }
h2 { font-size: 45px; }
h3 { font-size: 30px; }
h4 { font-size: 25px; }

/* ### global classes ### */
.clear { visibility: hidden; clear: both; height: 0; line-height: 0; }
.container { max-width: 1203px; }
.btn-primary { font-weight: 700; border: 0; background-color: #fe9d1d; }
.btn-primary:hover { background-color: #e78815; }
.btn-primary:focus { background-color: #fe9d1d; }
.btn-light { background-color: #fff; }
.btn-light:hover { color: #fff; border-color: #161b4c; background-color: #161b4c; }
.btn-dark { background-color: #161b4c; }
.btn-dark:hover { color: #161b4c; border-color: #fff; background-color: #fff; }
.btn { padding: 9px 35px; border-radius: 25px; }
.btn:focus { box-shadow: unset; border: 0; }
.btn:active { background-color: #fe9d1d; }
.form-control { border: 0; border-radius: 5px; background-color: rgba(216, 216, 216, 0.2); }
.form-control:focus { box-shadow: unset; background-color: rgba(216, 216, 216, 0.2); }
.form-control::placeholder { font-size: 20px; font-weight: 400; color: #000; }
.form-check-input { width: 20px; height: 20px; border: 3px solid #161b4c; }
.form-check-input:checked { border-color: #161b4c; background-color: #161b4c; }
.form-check-input:focus { box-shadow: unset; border-color: #161b4c; }
.form-check-input[type='checkbox'] { border-radius: 5px; }

/* ### wrapper ### */
#wrapper { position: relative; overflow: hidden; display: block; width: 100%; min-height: 100%; }

/* ### main container ### */
#mainCntr { width: 100%; }

/* ### header container ### */
#headerCntr { position: relative; width: 100%; }
#headerCntr.active { position: fixed; top: 0; z-index: 5; width: 100%; height: 100%; background-color: #fff; }

/* ### menu box ### */
.menuBox { padding: 15px 20px; position: absolute; top: 82px; z-index: 2; border-radius: 35px; background-color: #fff; }
.menuBox ul > li { position: relative; }
.menuBox ul > li:after { position: absolute; top: 0; width: 2px; height: 27px; background-color: #161b4c; content: ''; }
.menuBox ul > li:last-child:after { display: none; }
.menuBox ul > li a { padding: 0 15px; font-weight: 500; text-decoration: none; color: #000; }
.menuBox ul > li a:hover { text-decoration: underline; }

/* ### mobileMenu ### */
.mobileMenu { position: absolute; top: 70px; right: 50px; z-index: 15; display: none; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; background-color: #fff; transform: translateY(-50%); transition: all 0.3s; cursor: pointer; overflow: hidden; }
.mobileMenu span { position: absolute; top: 50%; left: 50%; display: block; width: 15px; height: 2px; text-indent: -9999px; border-radius: 0; background: #000; transform: translateX(-50%) translateY(-50%); transition: 0.2s; }
.mobileMenu span:before,
.mobileMenu span:after { position: absolute; left: 0; display: block; width: 100%; height: 2px; border-radius: 0; background-color: #000; transition-duration: 0.2s, 0.2s; content: ''; }
.mobileMenu span:before { top: -6px; left: 0; }
.mobileMenu span:after { bottom: -6px; }
.mobileMenu.active span { left: 50%; background: none; }
.mobileMenu.active span:before,
.mobileMenu.active span:after { left: 0; transition-delay: 0s, 0.2s; }
.mobileMenu.active span:before { top: 0; transform: rotate(45deg); }
.mobileMenu.active span:after { bottom: 0; transform: rotate(-45deg); }
 { padding-left: 55px; }

/* ### content container ### */
#contentCntr { width: 100%; }

/* ### bannerBox ### */
.bannerBox { margin: 31px 32px 180px; padding-top: 210px; }
.bannerBox .content h1 { margin-bottom: 30px; font-weight: 800; line-height: 1.3; color: #fff; }
.bannerBox .bg-image { top: 0; left: 0; z-index: -1; width: 100%; height: 100%; min-height: 581px; }
.bannerBox .bg-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px; }
.bannerBox .bg-image:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 18px; background-color: rgba(22, 27, 76, 0.5); content: ''; }
.bannerBox .shape { top: -70px; width: 519px; height: 519px; border-radius: 50%; background-color: #fff; }

/* ### intro box ### */
.introBox { padding-top: 150px; padding-bottom: 70px; z-index: 2; }
.introBox h2 { margin-bottom: 20px; }
.introBox a { color: #fe9d1d; font-weight: bold; }

/* ### slider box ### */
.sliderBox { margin: 0 32px; }
.sliderBox .slick-list { margin: 0 -9px; }
.sliderBox .slick-slide { padding: 0 9px; }
.sliderBox .image { width: 100%; border-radius: 18px; overflow: hidden; }
.sliderBox .image:hover img { width: 100%; height: 100%; transform: scale(1.05); }
.sliderBox .image img { width: 100%; height: 100%; border-radius: 18px; transition: 0.5s; }

/* ### sponsor box ### */
.sponsorLogos { padding-top: 90px; padding-bottom: 120px; }
.sponsorLogos .content { margin-left: -120px; }
.sponsorLogos .sponsors { margin-right: -100px; margin-bottom: 20px; }
.sponsorLogos .slick-list { margin: 0 -15px; }
.sponsorLogos .slick-slide { padding: 0 15px; }

/* ### children Box ### */
.childrenBox { margin: 0 32px; padding-top: 120px; padding-bottom: 120px; border-radius: 18px; background-color: #f3f3f3; }
.childrenBox:before { position: absolute; top: 0; z-index: 1; display: block; opacity: 0.9; width: 34%; height: 100%; border-radius: 18px 0 0 18px; background-color: #161b4c; content: ''; }
.childrenBox .content { padding-top: 35px; z-index: 1; }
.childrenBox .image { position: relative; z-index: 1; border-radius: 18px; overflow: hidden; width: 100%; }
.childrenBox .image:hover img { transform: scale(1.05); }
.childrenBox .image img { width: 100%; height: 100%; border-radius: 18px; transition: 0.5s; }
.childrenBox h2 { margin-bottom: 30px; }
.childrenBox .bg-image { top: 0; right: 0; width: 100%; height: 100%; }
.childrenBox .bg-image img { width: 100%; height: 100%; object-fit: cover; }
.childrenBox .btn-light,
.childrenBox .btn-dark,
.childrenBox .btn-primary { margin-bottom: 10px; }
.childrenBox .arrow { bottom: -30px; left: -130px; }

/* ### developer Box ### */
.developerBox .holder { padding-top: 160px; padding-bottom: 50px; border-bottom: 1px solid #707070; }
.developerBox h2 { margin-bottom: 30px; }

/* ### developer Box ### */
.faqBox { padding-top: 52px; }
.faqBox.sponsors { padding-top: 0; }
.faqBox h4 { margin-bottom: 20px; font-weight: 600; }
.faqBox h4 span { color: #fe9d1d; text-transform: uppercase; }

/* ### card-faq ### */
.card-faq { margin-bottom: 12px; width: 100%; }
.card-faq .accordion-item { margin-bottom: 10px; position: relative; border: 0; }
.card-faq .accordion-title { padding: 12px 40px 12px 28px; font-size: 25px; font-weight: 500; border: 0; border-radius: 18px; background-color: rgba(22, 27, 76, 0.1); cursor: pointer; }
.card-faq .accordion-list { list-style: none; }
.card-faq .accordion-item:before,
.card-faq .accordion-item:after { position: absolute; top: 13px; right: 30px; font-family: 'Font Awesome 6 Free', sans-serif; font-size: 25px; font-weight: 600; color: #fe9d1d; content: '\2b'; }
.card-faq .accordion-item.active:after { display: none; }
.card-faq .accordion-item.active:before { content: '\f068'; }
.card-faq .accordion-content { padding: 15px 30px 18px; }
.card-faq .accordion-content ul { margin-bottom: 27px; }
.card-faq .accordion-content ul > li { padding-left: 20px; position: relative; }
.card-faq .accordion-content ul > li:before { position: absolute; top: 13px; left: 2px; width: 8px; height: 8px; border-radius: 50%; background-color: #161b4c; transform: translateY(-50%); content: ''; }
.card-faq .form-check-input { margin-left: -30px; }
.card-faq .form-check { padding-left: 27px; }

/* ### text Box ### */
.textBox { padding-top: 35px; padding-bottom: 20px; }

/* ### reservation Box ### */
.reservationBox { padding-bottom: 40px; }
.reservationBox h3 { margin-bottom: 40px; font-weight: 800; color: #fe9d1d; }
.reservationBox .form-group { margin-bottom: 20px; }
.reservationBox .form-group label { font-weight: 500; }

/* ### steps Box ### */
.stepsBox { padding-bottom: 52px; }
.stepsBox h3 { margin-bottom: 25px; font-weight: 800; }
.stepsBox h3 span { color: #fe9d1d; }
.stepsBox .title { margin-bottom: 20px; font-weight: 500; }
.stepsBox .form-check { margin-bottom: 10px; }
.stepsBox .checks { margin-bottom: 40px; }
.stepsBox .checks label { padding-left: 10px; font-weight: 600; color: #fe9d1d; }
.stepsBox textarea { margin-bottom: 20px; }
.stepsBox textarea::placeholder { font-weight: 400; color: rgba(0, 0, 0, 0.5); }
.stepsBox .btn { font-weight: 600; text-transform: uppercase; }
.stepsBox .btn:hover { border: 1px solid #161b4c; }
.stepsBox .form-group { margin-bottom: 20px; }
.stepsBox .form-group label { font-weight: 500; }



/* ### footer container ### */
#footerCntr { margin: 32px; padding-top: 40px; padding-bottom: 40px; border-radius: 18px; background-color: #f3f3f3; overflow: hidden; }
#footerCntr .content { padding-top: 60px; }
#footerCntr .title { margin-bottom: 10px; font-size: 21px; font-weight: 600; }
#footerCntr ul > li { margin-bottom: 5px; }
#footerCntr ul > li a { display: flex; align-items: center; font-size: 16px; text-decoration: none; color: #000; }
#footerCntr ul > li a i { padding-right: 10px; font-size: 18px; color: #fe9d1d; }
#footerCntr .f-logo { width: 60%; }

/* #Media Queries
================================================== */

@media only screen and (max-width: 1500px) {
	.sponsorLogos .content { margin-left: 20px; }
	.sponsorLogos .sponsors { margin-right: 20px; }
}

@media only screen and (max-width: 1199px) {
	.bannerBox .shape { top: 0; width: 400px; height: 400px; }
	.bannerBox .shape img { max-width: 300px; }
	.sponsorLogos .sponsors { margin: 0 20px; }
	.sponsorLogos .content { margin-bottom: 40px; }
}

@media only screen and (max-width: 991px) {
	h1 { font-size: 35px; }
	.mobileMenu { display: flex; align-items: center; justify-content: center; }
	.menuBox { padding: 100px 20px 50px 10px; position: absolute; top: 0; left: 0; z-index: 12; display: block; opacity: 0; visibility: hidden; width: 100%; height: 100vh; background-color: #fff; transition: all 0.3s; overflow-y: scroll; overflow-x: hidden; }
	.menuBox.active { opacity: 1; visibility: visible; }
	.menuBox ul { display: block; width: 100%; }
	.menuBox ul > li { margin-bottom: 12px; display: block; width: 100%; }
	.menuBox ul > li:after { display: none; }
	.bannerBox { margin: 20px 20px 240px; }
	.bannerBox .bg-image { min-height: 550px; }
	.sliderBox { margin: 0 20px; }
	.introBox { padding-bottom: 20px; }
	.sponsorLogos { padding-top: 40px; padding-bottom: 70px; }
	.childrenBox { margin: 0 20px; padding-top: 40px; padding-bottom: 40px; }
	.childrenBox:before { width: 100%; height: 30%; border-radius: 18px 18px 0 0; }
	.developerBox .holder { padding-top: 50px; padding-bottom: 40px; }
	.faqBox { padding-top: 30px; }
	.card-faq .accordion-title { font-size: 22px; }
	.card-faq .accordion-item:before,
	.card-faq .accordion-item:after { top: 13px; font-size: 20px; }
	.card-faq .accordion-title { padding: 12px 60px 12px 28px; }
	#footerCntr { margin: 20px; }
	#footerCntr .content { padding-top: 30px; }
}

@media only screen and (max-width: 767px) {
	h2 { font-size: 30px; }
	h3 { font-size: 25px; }
	.btn { padding: 9px 20px; font-size: 18px; }
	.bannerBox { margin: 20px 20px 200px; }
	.bannerBox .shape { top: 50px; width: 300px; height: 300px; }
	.bannerBox .shape img { max-width: 240px; }
	.sponsorLogos .slick-slide { display: flex; justify-content: center; }
	.childrenBox:before { height: 20%; }
	.reservationBox h3 { margin-bottom: 20px; }
	.stepsBox strong { padding-left: 20px; }
	.stepsBox { padding-bottom: 40px; }
}

@media only screen and (max-width: 479px) {
	.menuBox { display: block; }
	.bannerBox { padding-top: 150px; }
}
