@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'HurmeGeometricSans1-Bold';
    src: url('../font/HurmeGeometricSans1-Bold.eot');
    src: url('../font/HurmeGeometricSans1-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/HurmeGeometricSans1-Bold.woff2') format('woff2'),
        url('../font/HurmeGeometricSans1-Bold.woff') format('woff'),
        url('../font/HurmeGeometricSans1-Bold.ttf') format('truetype'),
        url('../font/HurmeGeometricSans1-Bold.svg#HurmeGeometricSans1-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter-Regular';
    src: url('../font/Inter-Regular.eot');
    src: url('../font/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Inter-Regular.woff2') format('woff2'),
        url('../font/Inter-Regular.woff') format('woff'),
        url('../font/Inter-Regular.ttf') format('truetype'),
        url('../font/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
	padding: 0px;
	margin: 0px;
	height:100%;
	min-width: 300px;
	background-color: #003b4b;
    overflow-x: hidden;
    font-family: 'HurmeGeometricSans1-Bold', sans-serif;
    background-image: url(../images/bg.png);
    background-repeat: repeat;
    background-position: center center;
    background-size: 190px 184px;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, input, textarea, select, label, legend, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
html{
    height:100%;
    position:relative;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button, html [type="button"],[type="reset"], [type="submit"] {
    -webkit-appearance: button; /* 2 */
}
ol, ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
img {
	border: 0px;
}
input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
input[type="button"]:focus, 
input[type="submit"]:focus, 
select:focus {
	outline-color: transparent;
	outline-style: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
input, textarea, select {
	font:400 13px/28px 'MBEmpire', sans-serif;
	color: #333333;
}
::-moz-selection {
	background-color: #231f20;
	color: #fff;
	text-shadow: none;
}
::selection {
	background-color: #231f20;
	color: #fff;
	text-shadow: none;
}
.highlight {
	padding: 0 3px;
	background-color: #231f20;
	color: #fff;
	text-shadow: none;
}
a,
a span,
a h2,
a p,
input[type=button],
input[type=submit]{
	text-decoration: none;
	-webkit-transition:all 200ms linear;
  	-moz-transition:all 200ms linear;
  	-o-transition:all 200ms linear;
  	-ms-transition:all 200ms linear;
  	transition:all 200ms linear;
}
.center{
    text-align: center;
}
/*----POPUP-ALERT---*/
.modalAlert{
    width:100%;
    height:auto;
    display:block;
    background:#FFF;
    max-width:420px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    overflow:hidden;
    padding: 10px 24px !important;
}
.modalAlert span.Baslik{
    float:left;
    width:100%;
    height:auto;
    font:700 18px/40px 'Poppins', sans-serif;
    color: #2c236b;
}
.modalAlert .AlertText,
.modalAlert .AlertButon{
    float:left;
    width:100%;
    height:auto;
    padding:30px 0px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.modalAlert .AlertText{
    font:400 13px/20px 'Poppins', sans-serif;
    text-decoration:none;
    color:#666666;
    padding:20px 0px;
}
.modalAlert .AlertButon{
    padding:20px 0px;
}
.modalAlert .AlertButon a{
    float: left;
    width:auto;
    height:auto;
    display: block;
    font:500 13px/20px 'Poppins', sans-serif;
    color:#333333;
}
.modalAlert .AlertButon a:hover{
    color:#FFF;
}
/*----POPUP-ALERT---*/
.mainWrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding: 0px;
    text-align: center;
    letter-spacing: -4px;
}
.mainWrapper .Content{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
    letter-spacing: 0px;
    text-align: center;
}
.mainWrapper .Content .capsule{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
    letter-spacing: 0px;
    position: relative;
    padding-bottom: 60px;
}
.mainWrapper .Content .capsule::after,
.mainWrapper .Content .capsule::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #aa94c5;
}
.mainWrapper .Content .capsule::after {
    bottom: 0;
}
.mainWrapper .Content .capsule::before {
    bottom: 10px; 
}
.mainWrapper .Content .capsule span.Logo{
    display: inline-block;
    vertical-align: middle;
    width:40vw;
    max-width: 260px;
    height: auto;
    letter-spacing: 0px;
    margin-top: 50px;
}
.mainWrapper .Content .capsule span.Logo img{
    float: left;
    width: 100%;
    height: auto;
}
.mainWrapper .Content .capsule h1.Text01{
    float: left;
    width: 100%;
    height: auto;
    color: #FFF;
    padding:0px;
    margin: 0 0 30px 0;
    font-size: clamp(24px, 10vw, 80px);
}
.mainWrapper .Content .capsule h1.Text01 span{
    font-family: 'Inter-Regular';
}
.mainWrapper .Content .capsule h2.Text02{
    float: left;
    width: 100%;
    height: auto;
    color: #FFF;
    padding:0px;
    margin: 0 0 20px 0;
    font-size: clamp(12px, 5vw, 40px);
}


/* Countdown & Visitor */
.countdown-section {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 40px 0px 20px;
}
.countdown-timer {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.countdown-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 70px;
}
.countdown-unit span {
    font-family: 'HurmeGeometricSans1-Bold', sans-serif;
    font-size: clamp(32px, 10vw, 72px);
    color: #fff;
    line-height: 1;
}
.countdown-unit small {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(9px, 2vw, 13px);
    color: #fff;
    letter-spacing: 2px;
    margin-top: 6px;
}
.countdown-sep {
    font-family: 'HurmeGeometricSans1-Bold', sans-serif;
    font-size: clamp(28px, 8vw, 60px);
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
}
.visitor-section {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0px 50px;
}
.visitor-text {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(14px, 4vw, 24px);
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.5px;
}
.visitor-text span {
    font-family: 'HurmeGeometricSans1-Bold', sans-serif;
    color: #fff;
    font-size: clamp(16px, 5vw, 28px);
}

@media only screen and (max-width: 900px) {
    .mainWrapper .Content{
        text-align: center;
    }
}

