/*Basic CSS*/
@font-face {
    font-family: 'Niveau Grotesk';
    src: url('../fonts/NiveauGroteskRegular.woff2') format('woff2'),
        url('../fonts/NiveauGroteskRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Niveau Grotesk';
    src: url('../fonts/NiveauGroteskBold.woff2') format('woff2'),
        url('../fonts/NiveauGroteskBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('../fonts/HKGrotesk-Bold.woff2') format('woff2'),
        url('../fonts/HKGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    border: none;
    outline: 0 none;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
p {
    font-family: 'Niveau Grotesk';
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
    line-height: 1.3;
    color: #000;
}
.sec-padding {
    padding: 50px 0;
}
.sec-padding-sm {
    padding: 30px 0;
}
.sec-padding-lg {
    padding: 80px 0;
}
.container {
    width: 1200px
}
.pb0 {
    padding-bottom: 0;
}
.pt0 {
    padding-top: 0;
}
/*Header */
.header-area {
	background: url(../img/background.jpg) no-repeat scroll right center / cover;
    padding: 70px 0;
}
.header-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    align-items: flex-start;
	gap: 80px;
    max-width: 1890px;
    margin: 0 auto;
}
.logo {
	margin-left: 30px;
}
.logo img {
	width: 650px;
}
.middle img {
	width: 450px;
}
/*Banner*/
.banner-subtitle {
	margin-top: 15px;
	font-size: 22px;
	font-weight: normal;
	color: #000;
}
.banner-logo {
    margin-bottom: 30px;
}
.banner-logo img {
	width: 300px;
}
.banner-title {
	font-size: 32px;
	font-weight: 700;
	color: #000;
}
.reg-btn {
    font-size: 18px;
    margin-top: 25px;
    color: #fff;
    font-weight: bold;
    background: #43753A;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    text-transform: uppercase;
    border-radius: 4px;
}
.reg-btn:hover {
    color: #fff;
    background: #E0B95E;
}
.extra-section p {
    font-size: 14px;
    margin-top: 30px;
}
.extra-section .reg-btn {
	background: transparent;
	border: 2px solid #43753A;
	line-height: 48px;
	color: #43753A;
}
.extra-section .reg-btn:hover {
	background: #43753A;
	line-height: 48px;
	color: #ffffff;
}
/*About*/
.about-title {
    margin-bottom: 30px;
}
.about-title p {
    font-family: 'HK Grotesk';
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
}
.about-title h2 {
    font-family: 'HK Grotesk';
    font-size: 48px;
    font-weight: bold;
    margin-top: -10px;
    position: relative;
    padding-bottom: 10px;
}
.about-title h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 5px;
    width: 100px;
    background: #E0B95E;
}
.about p {
    font-size: 20px;
    margin-bottom: 15px;
}
.about p:last-child {
    margin-bottom: 0px;
}

/*Image*/
.image {
    margin: 50px 0;
    margin-top: 0;
}
/* Promo */
.promo-wrap {
	background: #CBE1EE;
	padding: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.promo-img {
	width: 150px;
	margin-right: 30px;
}
.promo-text {
	width: calc(100% - 170px);
}
.promo-text h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.promo-text p {
	font-size: 20px;
}
.promo-text a {
	font-weight: bold;
	text-decoration: underline;
}
.promo-text a:hover {
	color: #E0B95E;
}
/*CountDown*/
.cd {
    background: url(../img/the-ce-bg-01.png) no-repeat scroll center center / cover #EFEFEF;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.cd .about-title {
    margin-bottom: 0;
}
.cdown-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 100px;
}
.cdown {
    text-align: center;
    margin-right: 70px;
    margin-top: 30px;
}
.cdown:last-child {
    margin-right: 0px;
}
.cdown span {
    font-size: 48px;
}
.cdown span p {
    font-size: 24px;
    font-style: normal;
}
.cd-wrap img {
    width: 230px;
}
/*Footer*/

.footer-area {
    padding: 50px 0;
}
.footer-logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.footer-logos img {
	max-width: 280px;
	max-height: 150px;
}