@charset "UTF-8";
@import "../fonts/fonts.css";

body{
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	color: var(--white);
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	background: #010101;
	overflow-x: hidden;
	--white: #fff;
	--gold: #DCCB8D;
	--black: #111012;
	--violet: #151628;
}
div, h1, h2, h3, h4, p, ul, ol, li, a, input, textarea, label, button, span{
  box-sizing: border-box;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px){.container{max-width: 540px;}}
@media (min-width: 768px){.container{max-width: 720px;}}
@media (min-width: 992px){.container{max-width: 960px;}}
@media (min-width: 1200px){.container{max-width: 1140px;}}
@media (min-width: 1300px){.container{max-width: 1230px;}}
@media (min-width: 1500px){.container{max-width: 1400px;}}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}
.d-flex {
	display: flex !important;
}
.align-items-center {
	align-items: center !important;
}
.justify-content-between {
	justify-content: space-between !important;
}
.flex-wrap {
	flex-wrap: wrap;
}
@media (min-width: 576px) {
	.d-sm-flex {
		display: flex !important;
	}
}
@media (min-width: 768px) {
	.d-md-flex {
		display: flex !important;
	}
}
@media (min-width: 992px) {
	.d-lg-flex {
		display: flex !important;
	}
}
@media (min-width: 1200px) {
	.d-xl-flex {
		display: flex !important;
	}
}

a, a:hover{
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
}

h1, h2, h3, h4, p, ul, ol{
  margin: 0;
}

ul, ol{
  list-style: none;
  margin: 0;
  padding: 0;
}

img{
  max-width: 100%;
}

::-webkit-scrollbar {width: 6px;}
::-webkit-scrollbar-track {background: var(--black);}
::-webkit-scrollbar-thumb {
    background-color: var(--gold);
}
html, body, div, * {
    scrollbar-width: thin;
    scrollbar-color: var(--gold), var(--black);
}
.btn {
	width: 275.42px;    
	padding: 20px 10px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #232323;
	background: #DCA504;
	border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
	transition: all 0.3s;
	box-shadow: 4.39px 11.78px 0.8px 0px #00000040;
	position: relative;
	overflow: hidden;    
	cursor: pointer;
}
.btn:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(220, 165, 4, 1) 20%, rgba(255, 255, 255, 0.4) 50%, rgba(220, 165, 4, 1) 70%);
    position: absolute;
    left: 0;
    top: 0;
	transition: all 0.3s;
}
.btn:hover {
	box-shadow: 0px 0px 0px 0px #00000040;
	font-weight: 900;
}
.btn:hover:before {left:20%}
.btn span {position: relative;}
.ttl {
	font-size: 42px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 60px;    
	width: 100%;
}
.txt {
	font-size: 24px;
}
.section {
	padding: 110px 0;
	position: relative;
	overflow-x: hidden;
}
.text-center {
	text-align: center;
	margin: auto;
}

.header-wrap {
	background: #1D1D1D;
	padding: 5px 0;
	position: relative;
}
.header-wrap .row {justify-content: space-between;}
.logo {display: flex;}
.navbar-nav a {
	font-size: 18px;
	color: #fff;
	transition: all 0.3s;
	margin: 0 10px;
}
.navbar-nav a:hover {
	color: #ccc;
}

.slider-wrap {
	background: #ccc;
	width: 100%;
	height: 750px;
	position: relative;
	margin-bottom: 80px;
}
.slider-wrap .slide {
	height: 750px;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
}
.slider-wrap .sliders:before,
.slider-wrap .sliders:after {
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: cover;    
	background-position: left bottom;
    height: 100%;    
	z-index: 2;
}
.slider-wrap .sliders:before {
	background-image: url('../img/befor_slide.png');
	width: 250px;
}
.slider-wrap .sliders:after {
	background-image: url('../img/after_slide.png');
	width: 100%;
}
.sl-content {
	max-width: 910px;
    position: absolute;
    bottom: 150px;
    padding: 0 60px;
	z-index: 2;
}
.sl-ttl {
	font-size: 36px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.sl-txt {
	font-size: 26px;
}
.sl-btns {margin-top: 25px;}
.slider-wrap .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: -30px;
	position: relative;    
	z-index: 3;
}
.slider-wrap .owl-theme {
    height: 100%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}
.owl-theme .owl-dots .owl-dot span {
	background: rgb(255 255 255 / 20%);
}

#location .txt {
    max-width: 840px;
}
#location .txt span {
	color: #DCA504;
	margin-right: 15px;
}
#location .txt span:before {
	content: '';
	background: url('../img/map.svg');
	width: 22px;
	height: 22px;
    display: inline-block;
    background-size: cover;
}

#program {
	background: url('../img/back_sc2_3.png');
	background-size: cover;
	background-position: 0 -100px;    
	position: relative;
}
#program .btns {
	margin-top: 50px;
}
.pg-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;    
	margin: 0 -20px;
}
.pg-item {
    width: 500px;
    border-radius: 5px;
    border: 3px solid #DCA504;
    background: #fff;
    margin: 25px 20px;
    padding: 25px 30px;
    color: #000;
}
.pg-ttl {
	font-size: 24px;
	font-weight: 900;
	color: #DCA504;
	margin-bottom: 20px;
    text-transform: uppercase;
}
.pg-infors {
	display: flex;
	margin-bottom: 30px;
}
.pg-infors:last-child {margin-bottom:0;}
.pg-check {
	font-size: 41px;
	margin-right: 25px;
}
.pg-list {font-size: 20px;}
.pg-list .first {font-weight: 700;}
.pg-list>div {margin-bottom: 4px;}


#awards {
    overflow-x: visible;
    background: url(../img/awards_bck.png) center no-repeat;
    background-size: cover;
    height: 565px;
}
#awards .row {
    justify-content: space-between;
}
#awards .row>div {
    width: 50%;
}
#awards .awr_txt {
	font-size: 26px;
	font-weight: 900;
	text-transform: uppercase;
	max-width: 610px;    
	line-height: 1.5;
}
#awards .award-md {
	position: absolute;
    left: -185px;
    top: 220px;
    width: 360px;
    filter: drop-shadow(35px -10px 12px rgba(0, 0, 0, 0.4));
}
#awards .award_imgs {
	position: relative;
}
#feedback {
	overflow-y: clip;
}
.fd-item {
    margin: auto;
    transition: all 0.3s;
    transform: scale(0.7);
    width: 300px;
    filter: blur(5px);
}
.fd-item video {
    width: 100%;
}
.center .fd-item {
    transform: scale(1);
    filter: blur(0px);
}
.effects {
    position: absolute;
    width: 285px;
    height: 190px;
    transform: rotate(20deg);
}
.effects.one {
    right: -150px;
    top: 20%;
}
.effects.two {
    left: -150px;
    bottom: 10%;
}
.effects:before,
.effects:after {
	content: '';
	position: absolute;
	width: 282.95px;
	height: 189.94px;
	border-radius: 5px;
	border: 1px solid #DCA504;
	animation: rotates 10s linear infinite alternate;
}
.effects:after {
	top: -60px;
	right: -20px;
}
@keyframes rotates {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}

.reg-contents {
	color: #000;
    width: 100%;
    height: 530px;
    border-radius: 5px;
    border: 3px solid #DCA504;
    background: #fff;
    padding: 60px 30px;
    justify-content: space-around;
    align-items: center;
}
.reg-cont {
	max-width: 550px;
	font-size: 24px;
}
.reg-cont .first {
	font-weight: 900;
	color: #DCA504;
}
.reg-cont p {
	margin-bottom: 50px;
}
input::placeholder {
    color: #fff;
}
.input {
	height: 90.59px;
	border-radius: 5px;
	border: 1.68px solid #DCA504;
	background: #101010;
	font-family: Montserrat;
	font-size: 25.54px;
	font-weight: 500;
	color: #FFFFFF;
	padding: 25px 30px;
	margin-bottom: 30px;
	width: 100%;
}
.btn.submit {
	font-size: 31px;
	width: 100%;    
	height: 87px;
}
@media (min-width: 768px) {
	.nav-icon {display:none;}
	.sl-btns .btn:first-child {margin-right: 20px;}
	.locati {display: inline;}
}
@media (max-width: 1199.9px) {
	.hidden {display:none!important;}
	.reg-contents {
		justify-content: space-between;
		align-items: inherit;
	}
	.reg-cont {width: 430px}
	.reg-cont.one {width: 375px}
	#awards {height: inherit;}
	#awards .awr_txt {font-size: 21px;}
	#awards .award-md {
		left: -125px;
		top: 165px;
		width: 280px;
	}
}
@media (max-width: 991.99px) {
	.fd-item {width:auto;}
	.reg-contents {
		flex-wrap: wrap;
		height: auto;
	}
	.reg-cont {
		width: 100% !important;
		max-width: 100%;
	}
	#awards .award-md {
		left: -50px;
		top: 130px;
		width: 170px;
	}
}
@media (max-width: 767.95px) {
	.section {
		padding: 50px 30px;
	}
	.ttl {
		font-size: 18px;    
		margin-bottom: 45px;
	}
	.txt {font-size: 15px;}
	.sl-btns {
		justify-content: center;        
		flex-wrap: wrap;
    }
	.btn {
		width: 175px;
		padding: 10px 10px;
		font-size: 14px;
	}
	.sl-btns .btn {
		margin: 10px;
    }
	.header-wrap {
		position: absolute;
		height: 100%;
		width: 225px;
		right: 0;
		top: -150%;
		transition: all 0.3s;        
		padding-top: 30px;
		z-index: 5;
	}
	.header-wrap.in {top: 0;}
	.header-wrap .row {justify-content: center;}
	.logo {margin-bottom: 10px;}
	.navbar-nav a {
		margin: 15px 10px;
		display: block;
	}
	.nav-icon {
        width: 45px;
        height: 30px;
        position: absolute;
        cursor: pointer;
        z-index: 2;
        left: 15px;
        top: 15px;
	}
	.nav-icon span {
		width: 100%;
		height: 5px;
		position: absolute;
		display: block;
		opacity: 1;
        background-color: #DCA504;
		transform: rotate(0deg);
		transform-origin: center;
		transition: all 0.3s ease-in-out;
		cursor: pointer;
	}    
	.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
        top: 12px;
    }
	.nav-icon span:nth-child(4) {
		top: 24px;
	}
	.nav-icon.open span:nth-child(1) {
		 opacity: 0;
		 transform: translate3d(0, -20px, 0);
		 background-color: #fff;
	}
	.nav-icon.open span:nth-child(2) {
		 opacity: 1;
		 transform: rotate(45deg);
	}
	.nav-icon.open span:nth-child(3) {
		 opacity: 1;
		 transform: rotate(-45deg);
	}
	.nav-icon.open span:nth-child(4) {
		 opacity: 0;
		 transform: translate3d(0, 20px, 0);
		 background-color: #fff;
	}
	.nav-icon:hover span:nth-child(2), 
	.nav-icon:hover span:nth-child(3),
	.nav-icon.open span:nth-child(2), 
	.nav-icon.open span:nth-child(3) {
		 width: 100%;
	}
	
	.slider-wrap {
		height: 700px;        
		margin-bottom: 0;
	}
	.slider-wrap .slide {height: 700px;}
	.sl-ttl {font-size: 23px;}
	.sl-txt {font-size: 14px;}
	.sl-content {
		text-align: center;
		bottom: 50px;
		padding: 0 30px;
	}
	.owl-theme .owl-dots .owl-dot span {margin: 5px 4px;}
	.slider-wrap .owl-theme .owl-nav.disabled+.owl-dots {
		margin-top: 20px;
		position: absolute;
		z-index: 3;
		left: 0;
		right: 0;
		top: 0;
	}
	.locati {margin-top: 10px;}
	#program {
		background-position: top right;
        background-size: 850px;
        background-repeat: no-repeat;
	}
	/* #program:after {
		content: '';
		width: 870px;
		height: 640px;
		background-image: url('../img/back_sc2.jpeg');
		position: absolute;
		bottom: 0;
		left: 0;
	} */
	.pg-items {margin: 0;}
	.pg-item {
		margin: 15px 0;
        width: 100%;
	}
	.pg-ttl {
        font-size: 15px;
        margin-left: 44px;
	}
	.pg-check {font-size: 27px;}
	.pg-list {font-size: 14px;}
	#awards .row>div {
		width: 100%;
	}
	#awards .awr_txt {margin-bottom: 20px;}
	#feedback {
		padding-left: 0;
		padding-right: 0;
	}
	#feedback .ttl {padding-left:30px;}
	#feedback .owl-carousel .owl-stage {touch-action: inherit;}
	.effects:before, .effects:after {
		width: 126.41px;
		height: 84.85px;
	}
	.effects:after {
		top: -25px;
		right: auto;
	}
	.effects.two {
		left: -15%;
		bottom: -15%;
	}
	
	.reg-cont {font-size: 15px;}
	.reg-cont p {
		margin-bottom: 25px;
	}
	.input {
		height: 45px;
		font-size: 12px;
		padding: 10px 20px;
	}
	.btn.submit {
		font-size: 15px;
		height: 50px;
	}
}
@media (max-width: 639.95px) {
	#awards .awr_txt {font-size: 14px;}
	#awards .award-md {
        right: -25px;
        bottom: -40px;
        width: 170px;
        left: inherit;
        top: inherit;
    }
}