
.intro-overlay-wrapper {
    position: fixed;
    inset: 0;
    background: #2400FF;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
}

.intro-logo-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    display: inline-block;
}

.parallax-section-1 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-logo img {
    width: 400px;
    display: block;
}

.intro-year {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.intro-year img {
    width: 200px;
}

.intro-nl-outer {
    position: relative;
    width: 100%;
    max-width: calc(1920px - 107px);
    margin: 0 auto;
    display: block;
    padding: 10px 3rem;
    box-sizing: border-box;
    height: 108px;
    align-content: center;
}
}

.intro-nafa-logo {
    position: relative;
    /*top: 24px;
    left: 3%;*/
}

.intro-nafa-logo img {
    width: 280px;
    height: auto;
}

#header {
	background-size: cover;
	background-position: center;
	position:relative;
	z-index:10;
	display:flex;
	align-items: center;
	justify-content: center;
	height:108.98px;
}

#header .header-inner-wrapper {
	width: 100%;
}

#header .header-inner-wrapper .menu-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

#header .header-inner-wrapper .search-btn img {
	width: 100%;
}

#header .header-inner-wrapper .menu-btn {
	box-sizing: border-box;
	position: relative;
	margin-left: 30px;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 100;
	cursor: pointer;
	top: -2px;
}

#header .header-inner-wrapper .menu-btn:after {
	content: '';
	position: absolute;
	background-color: white;
	height: 2px;
	width: 0;
	left: 0;
	bottom: 0px;
	transition: 0.3s;
}

#header .header-inner-wrapper .menu-btn:hover:after {
	width: 100%;
}

#header-parallax-wrapper {
	height: calc(200vh);
}

#header-parallax-wrapper .rings-wrapper, #header-parallax-wrapper .scroll-down-wrapper {
	opacity: 1;
	transition: all 0.3s ease;
}
#header-parallax-wrapper.transitioning .rings-wrapper, #header-parallax-wrapper.transitioning .scroll-down-wrapper {
	opacity: 0 !important;
}

#header-parallax-wrapper .parallax-section-1,
#header-parallax-wrapper .parallax-section-2 {
	height: calc(100vh);
	position: relative;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 1rem;
	box-sizing: border-box;
	width: 100%;
}
#header-parallax-wrapper .parallax-section-2 {
	height: calc(100vh);
}

#header-parallax-wrapper .heading-wrapper {
	position: absolute;
    top: 45%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
	padding: 0 1rem;
}

#header-parallax-wrapper .heading-wrapper img {
	max-width: 580px;
	width: 100%;
}

#header-parallax-wrapper .rings-wrapper {
	position:absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	left:-3%;
	width: 100%;
	height:calc(100% - 108.97px);
	z-index: 0;
}
#header-parallax-wrapper .rings-wrapper img, #header-parallax-wrapper .scroll-down-wrapper .anchor img, #header-parallax-wrapper .scroll-down-wrapper .anchor {
	display: block;
	width:auto;
	height:auto;
	object-fit:contain;
	max-width: 100%;
	max-height: 100%;
}

#header-parallax-wrapper .rings-wrapper img:nth-child(3) {
	display: none;
	width: 200px;
	height: auto;
	max-width: none;
	max-height: 30vh;
	transform: translateY(-25vh);
}

#header-parallax-wrapper .scroll-down-wrapper {
    position: absolute;
    z-index: 1;
    animation: bounce 1s infinite;
    display: flex;
	justify-content: center;
	align-items: center;
    padding: 0;
    left:-3%;
	width:100%;
	height:calc(100% - 108.97px);
}

#header-parallax-wrapper .scroll-down-wrapper .anchor img:nth-child(3) {
	width: 10%;
	height: fit-content;
	object-fit: contain;
	cursor: pointer;
	position: absolute;
	z-index: 2;
	right: 9.6%;
    bottom: 21%;
}

#header-parallax-wrapper .scroll-down-wrapper .anchor {
	position: relative;
}

#header-parallax-wrapper .scroll-down-wrapper .anchor img:nth-child(1),
#header-parallax-wrapper .scroll-down-wrapper .anchor img:nth-child(2) {
	opacity: 0;
}

 
#header-parallax-wrapper .text-wrapper {
	position: absolute;
	left: 50%;
	bottom: 5%;
	transform: translate(-50%, -10%);
	width: fit-content;
	max-width: 50%;
	z-index: 2;
}

/*#header-parallax-wrapper .tge-obj-250, #congratulative-form-section .tge-obj-250 {
	position: absolute;
	width: 22.7%;
	height: auto;
}
#header-parallax-wrapper .tge-obj-250 img, #congratulative-form-section .tge-obj-250 img {
	width:100%;
	max-height: 100%;
	object-fit: contain;
}*/
#header-parallax-wrapper .tge-obj-wrapper-1 {
	top: 20%;
	left: -8%;
}
#header-parallax-wrapper .tge-obj-wrapper-2 {
	top: 50%;
	left: 8%;
}
#header-parallax-wrapper .tge-obj-wrapper-3 {
	top: 28%;
	left: 35%;
}
#header-parallax-wrapper .tge-obj-wrapper-4 {
	bottom: 10%;
	right: -5%;
	width: 25.7%;
}
#header-parallax-wrapper .tge-obj-wrapper-5 {
	top: 5%;
	right: 15%;
}

#congratulative-form-section .tge-obj-wrapper-1 {
	top: 22%;
	left: 0;
}
#congratulative-form-section .tge-obj-wrapper-4 {
	bottom: 13%;
	right: 9%;
	width: 25.7%;
}
#congratulative-form-section .tge-obj-wrapper-5 {
	top: -10%;
	right: 5%;
}

@keyframes bounce {
	0%, 100% {transform: translateY(0);}
	50% {transform: translateY(10px);}
}


#header .search-wrapper {
	position: relative;
	visibility: hidden;
	opacity: 0;

}

#header .search-wrapper.active {

	visibility: visible;
	opacity: 1;

}

#header .search-wrapper .search-inner-wrapper {
	position: absolute;
	left: -368px;
	top: -24px;
	width: 368px;
}


/*Shows Section*/
#shows-section h1 {
	text-align:center;
	margin: auto;
	padding-bottom: 80px;
}

#shows-section {
	box-sizing: border-box;
    padding: 1rem 1rem;
    max-width: 1300px;
    margin: 0 auto;
}
#shows-section .shows-wrapper .flex-wrapper {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#shows-section .shows-wrapper .flex-wrapper .flex-item{ 
	width: calc((100% - 30px) / 2);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	text-decoration: none;
}

#shows-section .shows-wrapper .flex-wrapper .flex-item .img-wrapper{ 
	position: relative;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index:-2;
}
#shows-section .shows-wrapper .flex-wrapper .flex-item .img-wrapper img {
	width: 80%;
	max-width: 275px;
	max-height: 275px;
	object-fit: contain;
	margin:0 auto;
}
#shows-section .shows-wrapper .flex-wrapper .flex-item:nth-child(2) .img-wrapper img {
	width: 90%;
	max-width: 350px;
	max-height: 350px;
}
#shows-section .shows-wrapper .flex-wrapper .flex-item .img-wrapper h3 {
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
    width: fit-content;
    text-align: center;
	font-weight: 400;
	white-space: nowrap;
	min-width: 350px;
}
/* #shows-section .shows-wrapper .flex-wrapper .flex-item .venture-btn {
	padding: 12px 38px;
	text-decoration: none;
	border: 2px solid;
	transition: all 0.2s ease;
	font-size: 18px;
} */
#visitors-guide {
	box-sizing: border-box;
    padding: 1rem 4rem;
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 120px;
}


#visitors-guide img {
	width: 100%;
	padding-bottom: 50px;
    margin-top: 20px;
}

/*Congratulative Form Section*/
#congratulative-form-section {
	position: relative;
	box-sizing: border-box;
	padding: 1rem 1rem;
	max-width: 1920px;
	margin: 0 auto;
}

#congratulative-form-section .form-wrapper .flex-wrapper {
	width: 100%;
    height: fit-content;
	display: flex;
	justify-content: center;
}
#congratulative-form-section .form-wrapper .flex-wrapper .flex-item {
	width: 60%;
    min-width: 600px;
	min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#congratulative-form-section .form-wrapper .flex-wrapper .flex-item:nth-child(1) {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50%);
	z-index: -1;
}

/*Congratulative Section*/
#congratulative-section {
	box-sizing: border-box;
	padding: 1rem 4rem;
	max-width: 1320px;
	margin: 0 auto;
    margin-bottom: 80px;
}
#congratulative-section .message-slider-wrapper {
	margin-bottom: 50px;
	box-sizing: border-box;
    padding-top: 50px;
}

    #congratulative-section .message-slide-item {
        transform: scale(0.8);
        transition: all 0.4s ease;
    }

        #congratulative-section .message-slide-item.is-active {
            transform: scale(0.8);
        }

        #congratulative-section .message-slide-item.is-prev{
            transform: scale(0.8);
        }
        #congratulative-section .message-slide-item.is-next {
            transform: scale(1);
        }
    #congratulative-section .swiper-slide-next {
        transform: scale(1);
    }


    #congratulative-section .message-slider-wrapper .message-slide-item[data-slide-index="0"],
    #congratulative-section .message-slider-wrapper .message-slide-item[data-slide-index="10"],
    #congratulative-section .message-slider-wrapper .message-slide-item[data-slide-index="3"],
    #congratulative-section .message-slider-wrapper .message-slide-item[data-slide-index="8"],
    #congratulative-section .message-slider-wrapper .message-slide-item[data-slide-index="13"] {
        background: url('../images/tge-obj-bg1.png') no-repeat center;
        background-size: contain;
    }
    #congratulative-section .message-slider-wrapper .message-slide-item[data-slide-index="1"],
    #congratulative-section .message-slider-wrapper .message-slide-item[data-slide-index="11"],
    #congratulative-section .message-slider-wrapper .message-slide-item[data-slide-index="4"],
    #congratulative-section .message-slider-wrapper .message-slide-item[data-slide-index="9"] {
        background: url('../images/tge-obj-bg2.png') no-repeat center;
        background-size: contain;
    }
    #congratulative-section .message-slider-wrapper .message-slide-item[data-slide-index="2"],
    #congratulative-section .message-slider-wrapper .message-slide-item[data-slide-index="5"],
    #congratulative-section .message-slider-wrapper .message-slide-item[data-slide-index="6"],
    #congratulative-section .message-slider-wrapper .message-slide-item[data-slide-index="7"],
    #congratulative-section .message-slider-wrapper .message-slide-item[data-slide-index="12"] {
        background: url('../images/tge-obj-bg3.png') no-repeat center;
        background-size: contain;
    }
    /*#congratulative-section .message-slider-wrapper .message-slide-item[data-slide-index="3"],
    #congratulative-section .message-slider-wrapper .message-slide-item[data-slide-index="8"],
    #congratulative-section .message-slider-wrapper .message-slide-item[data-slide-index="13"] {
        background: url('../images/tge-obj-bg-4.png') no-repeat center;
        background-size: contain;
    }*/
/*#congratulative-section .message-slider-wrapper .message-slide-item[data-slide-index="4"],
#congratulative-section .message-slider-wrapper .message-slide-item[data-slide-index="9"] {
	background: url('../images/tge-obj-bg-5.png') no-repeat center;
	background-size: contain;
}*/

.message-slide-item .text-wrapper .class-name {
    -webkit-text-stroke: 6px #dfff3c !important;
    color: black !important;
    font-size: clamp(18px, 1.5vw, 24px);
}

.message-slide-item .text-wrapper .read-more {
    font-size: clamp(18px, 1.5vw, 24px);
}

#congratulative-section .message-slider-wrapper .message-slide-item {
	box-sizing: border-box;
	padding: 30px;
	border-radius: 15px;
	height: 100%;
	height:350px;
	width: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#congratulative-section .message-slider-wrapper .message-slide-item p.inactive {
    max-height: 95px;
    overflow: hidden;
	padding-bottom: 10px;
}
#congratulative-section .message-slider-wrapper .message-slide-item .read-more {
	width: fit-content;
	margin: auto;
	padding: 0 !important;
    text-transform: uppercase;
	font-size: clamp(18px, 1.5vw, 24px);
	color: white;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all 0.2s ease;
    position: relative;
	cursor: pointer;
	font-family: 'OpenSauceSans', sans-serif !important;
}
#congratulative-section .message-slider-wrapper .message-slide-item .read-more:after {
	content: '';
	position: absolute;
	background-color: white;
	height: 1px;
	width: 0;
	left: 0;
	bottom: 0px;
	transition: 0.3s;
}
#congratulative-section .message-slider-wrapper .message-slide-item .read-more:hover:after {
	width: 100%;
}

#congratulative-section .message-slider-wrapper .message-slide-item .gift-wrapper {
	max-width: 100px;
	position: absolute;
	top: -70px;
	right: -30px;
	cursor: pointer;
}

#congratulative-section .message-slider-wrapper .message-slide-item .gift-wrapper img {
	width: 100%;
	animation: beat 0.8s infinite alternate;
	transform-origin: center;
}

#values-section {
    box-sizing: border-box;
    max-width: 1920px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 1.5rem;
    padding: 1rem 3rem;
    gap: 1rem;
    text-align: center;
}

#values-section .values {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
}

#values-section .img-wrapper {
    width: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
}

#values-section .logo-img {
    max-width: 160px;
    width: 100%;
    height: auto;
}

#values-section .text-wrapper {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: 2 / span 2;
}

#values-section .text-wrapper h5 {
    font-weight: 700;
    font-size: 24px;
}

#values-section .text-wrapper p {
    font-weight: 400;
    font-size: 16px;
}

.values {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.values .text-wrapper {
    text-align: center;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    #values-section {
        grid-template-columns: repeat(6, 1fr);
    }

    #values-section .values:nth-child(1) {
        grid-column: span 2;
    }

    #values-section .values:nth-child(2) {
        grid-column: span 2;
    }

    #values-section .values:nth-child(3) {
        grid-column: span 2;
    }

    #values-section .values:nth-child(4) {
        grid-column: 2 / span 2;
    }

    #values-section .values:nth-child(5) {
        grid-column: 4 / span 2;
    }
}

@media screen and (max-width: 768px) {
    #values-section {
        grid-template-columns: 1fr;
        gap: 2rem;
		padding-inline: 16px;
    }

    #values-section .values:nth-child(5) {
        justify-self: center;
        max-width: 250px;
    }
}

@keyframes beat{
	to { transform: scale(1.2); }
}

#tsParticles {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: none;
}

#tsParticles.active {
	display: block;
}

.gift-popup-overlay {
	position: fixed;
	
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: #000000;
	opacity: 0.9;
	display: none;
}

.gift-popup-overlay.active {
	display: block;
}

.gift-animation {
	cursor: pointer;
}



.gift-animation img {
	max-width: 300px;
	width: 100%;
}

.gift-aeroplane {
	position: fixed;
	z-index: 4;
	top: 50%;
	left: 50%;
	transform: scale(1) translate(-50%, -50%);
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	display: none;
}

.gift-aeroplane.active {
	display: block;
}



.gift-love {
	position: fixed;
	z-index: 4;
	top: 50%;
	left: 50%;
	transform: scale(1) translate(-50%, -50%);
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	display: none;
}

.gift-love.active {
	display: block;
}

@keyframes fadeIn { 
	0% {transform: scale(0) translate(0, 0);opacity: 0.0;}
	100%{transform:scale(1) translate(-50%, -50%);opacity:1;visibility:visible;}
}

#congratulative-section .message-slider-wrapper .message-slide-item .text-wrapper {
	padding: 20px;
    padding-bottom: 30px;
	font-size: 16px;
	text-align: center;
}
#congratulative-section .message-slider-wrapper .message-slide-item .text-wrapper {
	opacity: 1;
	transition: opacity 0.15s ease 0.15s;
}
#congratulative-section .message-slider-wrapper .message-slide-item.text-hidden .text-wrapper {
	opacity: 0;
	transition: opacity 0.15s ease;
}
#congratulative-section .message-slider-wrapper .message-slide-item {
	opacity: 1;
	transition: opacity 0.3s ease;
}
#congratulative-section .message-slider-wrapper .message-slide-item.hidden {
	opacity: 0;
}

#congratulative-section .message-slider-wrapper .message-slide-item .text-wrapper p {
	margin-bottom: 10px;
	padding: 0 15px;
}
#congratulative-section .message-slider-wrapper .message-slide-item .text-wrapper p::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#congratulative-section .message-slider-wrapper .message-slide-item .text-wrapper p::-webkit-scrollbar-track {
  border-radius: 50px;
  
}
 
/* Handle */
#congratulative-section .message-slider-wrapper .message-slide-item .text-wrapper p::-webkit-scrollbar-thumb {
  background: #555; 
  border-radius: 50px;
  
margin-right: 5px;
}

/* Handle on hover */
#congratulative-section .message-slider-wrapper .message-slide-item .text-wrapper p::-webkit-scrollbar-thumb:hover {
  background: #f1f1f1; 
}

#congratulative-section .message-slider-wrapper .message-slide-item .class-name {
	font-size: clamp(18px, 1.5vw, 24px);
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: white;
}

#congratulative-section h2 {
	position: relative;
	width: fit-content;
	text-align: center;
	margin: 0;
	margin-left: 1rem;
}
#congratulative-section h2.view-more {
    margin: auto;
    display: block;
}
#congratulative-section h2 a {
	text-align: right;
	margin: 0;
}
#congratulative-section h2.view-more a {
	text-align: center;
}

#congratulative-section .subheading {
	font-weight: 500;
	margin-bottom: 30px;
}

#congratulative-section .message-wrapper {
	border: 1px solid #000000;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 1rem;
	text-align: center;
	position: relative;

}

#congratulative-section .message-wrapper .message-inner-wrapper {
	max-width: 470px;
	margin: 0 auto;
	margin-bottom: 30px;
}

#congratulative-section .message-wrapper .message-inner-wrapper h3 {
	margin-bottom: 20px;
}

#congratulative-section .message-wrapper .share-btn {
	border: 1px solid #000000;
	width: fit-content;
	margin:  0 auto;
	box-sizing: border-box;
	padding: 15px 30px;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}


#congratulative-section .message-wrapper .share-btn:hover {
	background: #000000;
	color: #ffffff;
}

#congratulative-section .message-wrapper hr {
	max-width: 573px;
}

#congratulative-section .message-slide-hr {
	margin-bottom: 15px;
}

#congratulative-section .share {
	margin-bottom: 15px;
}

#congratulative-section .class {
	margin-bottom: 15px;
}

#congratulative-section .name {
	margin-bottom: 0;
	font-weight: bold;
}


#congratulative-section .social-wrapper a {
	margin-right: 15px;
}


#congratulative-section .star-line-wrapper {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 50px;
	border-top: 1px solid #000000;
	position: relative;
	
}


/* #congratulative-section .view-more-wrapper {
	width: fit-content;
}

#congratulative-section .view-more-wrapper a {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all 0.2s ease;
    position: relative;
}
#congratulative-section .view-more-wrapper a:after {
	content: '';
	position: absolute;
	background-color: white;
	height: 1px;
	width: 0;
	left: 0;
	bottom: 0px;
	transition: 0.3s;
}
#congratulative-section .view-more-wrapper a:hover:after {
	width: 100%;
} */

#congratulative-section .swiper-button-next:after {
    content: '';
    background-image: url('../images/slider-right-black-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 30%;
    right: -150px;
    transform: translateX(-6px);
    transition: transform 0.3s ease;
}

#congratulative-section .swiper-button-prev:after {
    content: '';
    background-image: url('../images/slider-left-black-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 30%;
    left: -150px;
    transform: translateX(6px);
    transition: transform 0.3s ease;
}

#congratulative-section .swiper-button-prev:hover:after {
	transform: translateX(0);
}
#congratulative-section .swiper-button-next:hover:after {
	transform: translateX(0);
}

/* Enlarge highlight message slider for >767px */
@media screen and (min-width: 768px) {
    #congratulative-section {
        padding: 2rem 0;
        /*transform: scale(1.25) !important;*/
    }
    #congratulative-section div.flex-row.flex-space-between.flex-valign-bot, 
    #congratulative-section div.text-wrapper,
    #congratulative-section .swiper-button-prev,
    #congratulative-section .swiper-button-next {
        transform: scale(0.8) !important;
    }
    #congratulative-section .highlight-inner-wrapper .message-slider-wrapper {
        padding-top: 0 !important;
    }
    #congratulative-section .text-wrapper p {
        padding: 20px 8px;
    }
    #congratulative-section .swiper-button-prev,
    #congratulative-section .swiper-button-next {
        top: calc(50% - -20px);
        left: auto;
        right: auto;
    }
    #congratulative-section .swiper-button-prev {right: 85%;}
    #congratulative-section .swiper-button-next {left: 85%;}

}


/*Shows section*/
#shows-section .flex-wrapper img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	display: block;
}

#shows-section .flex-wrapper h3 img {
	object-fit: contain !important;
	width: 100% !important;
	height: auto !important;
	max-width: 300px !important;
	max-height: 300px !important;
}

#shows-section .flex-wrapper .text-wrapper {
	text-align: center;
	padding: 0 100px;
}

#shows-section .flex-wrapper .text-wrapper h2 {
	margin-bottom: 30px;
}

#shows-section .flex-wrapper .star-line-wrapper {
	max-width: 449px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	border-top: 1px solid #000000;
	position: relative;
	
}

#shows-section .flex-wrapper .star-line-wrapper:before {
	content: '';
	background: url('../images/star-icon.png') no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	left: calc(50% - 15px);
	top: -14px;

}

#shows-section .flex-wrapper .img-wrapper {
	position: relative;
}

#shows-section .flex-wrapper .overlay-wrapper {
	position: absolute;
	background: #212121;
	opacity: 0.8;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
    z-index: 1;
}

#shows-section .flex-wrapper .top-stars-wrapper {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1;
}

#shows-section .flex-wrapper .bot-stars-wrapper {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 1;
}
#shows-section .shows-wrapper .flex-wrapper a.countdown-wrapper.disabled {
	cursor: unset;
}
#shows-section .shows-wrapper .countdown-timestamp {
	margin-top: 10px;
	padding: 8px 38px !important;
}

#shows-section .flex-wrapper.bot-row {
	max-width: 1300px;
	margin: 0 auto;
	gap: 30px;
}

#shows-section .logo-wrapper {
    position: absolute;
    bottom: 0;
    left: 55%;
    transform: translate(-10%, -50%);
    box-sizing: border-box;
    padding: 10px;
	display:none;
}



/*Sponsors*/
#sponsor-section {
    box-sizing: border-box;
    padding: 1rem 0 3rem;
    padding-inline: 105px;
    max-width: 1920px;
    margin: 0 auto;
}

    #sponsor-section h3 {
        font-weight: 600;
    }

    #sponsor-section h2 {
        position: relative;
        width: fit-content;
        color: #FFF;
        margin-bottom: 20px;
    }
#sponsor-section .heading-wrapper {
	color: #F57F27;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 200;
}

#sponsor-section .flex-wrapper {
	justify-content: flex-start;
	margin-top: 30px;
	flex-wrap: wrap;
    gap: 20px;
}

    #sponsor-section .flex-wrapper.cols-3 .img-wrapper {

        flex: 1 1 calc(33.333% - 20px);
        min-width: 200px;
        align-items: center;
        display: flex;
        justify-content: center;
    }

#sponsor-section .flex-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: all 0.2s;
}

#sponsor-section h5 {
	margin-top: 30px;
	position: relative;
}




#shows-section .foad-row {
	margin-top: 100px;
	min-height: 560px;
}

#shows-section .foad-row .flex-left img {

	min-height: 560px;
    object-fit: contain;
}

#shows-section .foad-row .flex-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 560px;
}

#shows-section .foad-row .flex-right .star-line-wrapper {
	margin-top: 0;
}

@media screen and (max-width: 1540px) {

}

@media screen and (max-width: 1280px) {
    #visitors-guide img {
        padding-bottom: 50px;
    }
	
	
}

@media screen and (max-width: 1024px) {


}

@media screen and (max-width: 960px) {

	
}


@media screen and (max-width: 768px ){
	
}


@media screen and (max-width: 767px) {

	#congratulative-section h2.view-more {
		transform: translateY(50px);
	}

    #congratulative-section .message-slider-wrapper {
        overflow: visible !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 2rem;
        padding: 50px 32px 0 !important;
        margin-bottom: 30px !important;
        box-sizing: border-box;
    }

    #congratulative-section .message-slider-wrapper .swiper-wrapper {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        transform: none !important;
        width: 100% !important;
        gap: 2rem;
        margin-left: 0 !important;
    }

    #congratulative-section .message-slider-wrapper .message-slide-item {
        width: 85% !important;
        max-width: 400px;
        margin-right: 0 !important;
        height: auto !important;
        aspect-ratio: 1 / 1;
        transform: scale(1) !important; /* kill the is-active scale on mobile */
    }

    #congratulative-section .swiper-button-next,
    #congratulative-section .swiper-button-prev {
        display: none !important;
    }

	#shows-section .shows-wrapper .flex-wrapper .flex-item .img-wrapper h3 {
		min-width: 220px;
	}
	

	#shows-section {
		padding: 0 1rem 3rem 1rem;
	}

	#shows-section .shows-wrapper .flex-wrapper .flex-item .img-wrapper {
		height: auto;
		width: 100%;
	}

	#shows-section h1 {
		padding-bottom: 2rem;
	}

	/*#visitors-guide img {
		padding-bottom: 1rem;
        margin-top: 20px;
	}*/

	.header-wrapper .mid-logo img {
		transition: all 0.3s ease;
	}

	.message-form-wrapper .submit-btn {
        margin: 0 auto;
    }
    .message-form-wrapper h2 {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 12px;
    }
    .message-form-wrapper p {
        text-align: left;
    }

	#header-parallax-wrapper .rings-wrapper img:nth-child(3) {
		display: block;
	}
	#header-parallax-wrapper .rings-wrapper {
		flex-direction: column-reverse;
		align-items: center;
		justify-content: flex-start;
	}
	#header-parallax-wrapper .scroll-down-wrapper {
		align-items: flex-end;
	}
	
	#header-parallax-wrapper .rings-wrapper img, #header-parallax-wrapper .scroll-down-wrapper .anchor {
		transform: translateY(-20vh);
	}
	
	#header-parallax-wrapper.shift-down .rings-wrapper img, #header-parallax-wrapper.shift-down .scroll-down-wrapper .anchor {
		transform: translateY(-10vh);
	}
	#header-parallax-wrapper.shift-down .rings-wrapper img:nth-child(3) {
		transform: translateY(-10vh);
	}
	
	#visitors-guide h2 {
		margin: 0 auto;
	}
	#visitors-guide {
		box-sizing: border-box;
		padding: 1rem 1rem;
	}

	/* Congratulative form section */
	#congratulative-form-section {
		padding: 1rem 32px;
	}
	#errMsg {
		margin-bottom: 0;
	}
	.message-form-wrapper {
		padding: 0;
		padding-top: 20px;
	}
	#congratulative-form-section .form-wrapper .flex-wrapper .flex-item {
		width: 100%;
		min-width: 0;
		        min-height: unset;
	}
	#congratulative-form-section .form-wrapper .flex-wrapper .flex-item:nth-child(1) {
		display: none;
	}

	/* Congratulative messages section */
	#congratulative-section {
		padding: 0;
	}
	#congratulative-section .flex-row {
		flex-direction: column;
		padding: 0 1rem;
	}
	#congratulative-section .flex-row h2 {
		margin: 0 auto;
	}
	#congratulative-section .swiper-button-next,
	#congratulative-section .swiper-button-prev	{
		top: unset;
		bottom: 20px;
	}
	#congratulative-section .swiper-button-next {
		right: unset;
		left: 60%;
	}
	#congratulative-section .swiper-button-prev {
		left: unset;
		right: 60%;
	}
	/*#congratulative-section .message-slider-wrapper {
		margin-bottom: 50px;
		box-sizing: border-box;
		padding-top: 50px;
		overflow: visible;
	}*/
	#congratulative-section .swiper-wrapper {
		margin-left: 0 !important;
	}
	#congratulative-section .message-slider-wrapper .message-slide-item {
		margin: 0;
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 1 / 1;
		max-height: 500px;
		transform: scale(1);
		transition: transform 0.3s ease;
	}
	#congratulative-section .message-slider-wrapper .message-slide-item.swiper-slide-active {
		transform: scale(1.2);
	}
	#congratulative-section .message-slider-wrapper .message-slide-item .text-wrapper {
		max-width: 500px;
	}
	
    #sponsor-section h2 {
        margin-bottom: 25px;
    }
	#sponsor-section .flex-wrapper.cols-5 .img-wrapper {
		width: calc(50% - 15px);
		min-width: 0;
	}
	
	#shows-section .shows-wrapper .flex-wrapper {
		gap: 1rem;
	}
	#header-parallax-wrapper .text-wrapper {
		position: relative;
		left: 0;
		bottom: unset;
		top: calc(100% - 400px);
		transform: none;
		max-width: 100%;
	}
    #shows-section .shows-wrapper .flex-wrapper .flex-item .venture-btn {
        font-size: 16px;
    }
    #header-parallax-wrapper .tge-obj-250, #congratulative-form-section .tge-obj-250 {
        position: absolute;
        padding: 0 1rem;
    }
	#header-parallax-wrapper .tge-obj-250 img, #congratulative-form-section .tge-obj-250 img {
		width: 100%;
		max-height: 100%;
		object-fit: contain;
	}
	#header-parallax-wrapper .tge-obj-wrapper-1 {
		top: 16%;
		left: 8%;
	}
	#header-parallax-wrapper .tge-obj-wrapper-2 {
		top: 35%;
		left: 0%;
	}
	#header-parallax-wrapper .tge-obj-wrapper-3 {
		top: 26%;
		left: 40%;
	}
	#header-parallax-wrapper .tge-obj-wrapper-4 {
		top: 30%;
		right: 0%;
	}
	#header-parallax-wrapper .tge-obj-wrapper-5 {
		top: 14%;
		right: 8%;
	}

	
	#header-parallax-wrapper .heading-wrapper {
		top: calc(120px + 15%);
		width: 60%;
		min-width: 280px;
	}
	#header-parallax-wrapper .rings-wrapper {
		
	}
	#header-parallax-wrapper .scroll-down-wrapper {
		
	}
	#header .header-inner-wrapper .menu-btn {
		content: '';
	}
	
	#shows-section .shows-wrapper .flex-wrapper .flex-item {
		width: 100%;
		gap: 10px;
	}
	
	#header .heading-wrapper {
		top: 32%;
	}

	#header .search-wrapper {
		position: absolute;
		top: 100px;
		left: 1rem;
		width: calc(100% - 1rem);
	}
	
	.header-inner-wrapper .search-wrapper input {
		min-width: 100%;
	}

	#alumni-section {
		padding: 50px 1rem;
	}

	#alumni-section:before {

		top: 16px;
	}

	#alumni-section .alumni-wrapper .flex-wrapper {
		flex-direction: column;
		gap: 30px;
	}

	#alumni-section .alumni-wrapper {
		padding: 30px;
	}

	#alumni-section .alumni-wrapper .flex-wrapper .flex-left-wrapper img {
		width: 100%;
	}

	#alumni-section .alumni-wrapper .flex-wrapper .flex-left-wrapper {
		width: 100%;
	}

	#alumni-section .alumni-wrapper .flex-wrapper .flex-right-wrapper {
		width: 100%;
	}

	#alumni-section .alumni-wrapper .flex-wrapper .flex-right-wrapper .sfContentBlock p:last-child {
		margin-bottom: 0;
	}

	/* #congratulative-section {
		padding: 50px 1rem 50px 1rem;
	}

	#congratulative-section .message-wrapper {

		padding: 50px 30px;
	}
		
	#congratulative-section .message-slider-wrapper {
		padding-top: 20px;
	} */


	#shows-section .flex-wrapper .text-wrapper {
		padding: 0 1rem;
	}

	#shows-section .flex-wrapper {
		flex-direction: column;
		gap: 30px;
	}

	#shows-section .flex-wrapper .flex-left {
		width: 100%;
	}
	
	#shows-section .flex-wrapper .flex-right {
		width: 100%;
	}

	#shows-section .flex-wrapper .star-line-wrapper {
		max-width: 90%;
	}

	#shows-section .foad-row {
		min-height: unset;
	}

	#shows-section .foad-row .flex-left img {

		min-height: unset;
	}
	#shows-section .foad-row .flex-right {
		min-height: unset;
	}
	
	#sponsor-section {
		padding: 3rem 1rem;
	}


        #sponsor-section .flex-wrapper {
            justify-content: flex-start;
            gap: 30px;
            margin-top: 30px;
            margin-inline: 72px;
        }

        #sponsor-section .flex-wrapper .img-wrapper {
            width: calc((100%  - 30px) / 2);
        }
    /* #congratulative-section .view-more-wrapper a:hover:after {
        width: 0;
    }
    #congratulative-section .view-more-wrapper a:after {
        height: 0px;

    } */
}

@media screen and (max-width: 480px) {
    .intro-logo img { width: 200px; }
    .intro-year img { width: 100px; }
    #congratulative-section .message-slider-wrapper .message-slide-item .text-wrapper { padding: 0;}
}

@media screen and (max-width: 430px) {

}

@media screen and (max-width: 414px) {
	
}

@media screen and (max-width: 400px) {
    #congratulative-section .message-slider-wrapper .message-slide-item p { padding: 0; }
    #congratulative-section .message-slider-wrapper .message-slide-item .text-wrapper p { padding: 0; }
    #congratulative-section .message-slider-wrapper .message-slide-item p.inactive { max-height: 85px; }
    #congratulative-section .message-slider-wrapper .message-slide-item { padding: 10px; }
}

@media screen and (max-width: 390px) {
	#sponsor-section .flex-wrapper img {
		max-width: 120px
	}
}

@media screen and (max-width: 360px) {

	

}

@media screen and (max-width: 310px) {
	#sponsor-section .flex-wrapper img {
		max-width: 88px;
	}
}


@media screen and (max-width: 767px) and (max-height: 650px) {

  #header-parallax-wrapper .rings-wrapper img:nth-child(2),
  #header-parallax-wrapper .scroll-down-wrapper .anchor {
    width: 65% !important;
    height: fit-content !important;
    transform: translateY(-5vh) !important;
  }

  #header-parallax-wrapper .rings-wrapper img:nth-child(3) {
    width: 25% !important;
    height: fit-content !important;
    transform: translateY(-5vh) !important;
  }

  #header-parallax-wrapper .rings-wrapper {
    flex-direction: row-reverse !important;
  }
  
  #header-parallax-wrapper .scroll-down-wrapper {
    justify-content: flex-end !important;
    align-items: center !important;
  }
}