@charset "utf-8";
/* CSS Document - AKUN.tech */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus { outline: 0; }
body {
	line-height: 1;
	font-size: 16px;
	font-family: 'Noto Sans', sans-serif;
	color: #464a4d;
	font-weight: 400;
	height: 100%;
    background: #edefe3;
}
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a { color: #00a8ff; text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; }
del { color: #333; }
ins { background: none; text-decoration: none; }
hr { background-color: #ccc; border: 0; height: 1px; margin: 24px; margin-bottom: 1.714285714rem; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
small { font-size: 10px; line-height: 14px; color: #888888; }
img { border: 0; -ms-interpolation-mode: bicubic; }
em { font-style: italic; }
strong {font-weight: 700;}
.clear { clear: both; }
.hidden { display: none; }
.pointer { cursor: pointer; }
input, select, textarea { font-size: 16px; line-height: 24px; font-family: 'Noto Sans', sans-serif; }
input:not([type]), input[type="text"], input[type="password"], select, textarea {
	padding: 16px 12px;
	border: 1px solid #00A8FF;
	border-radius: 4px;
	background: #EDF5F6;
	color: #323232;
    width: 90%;
    max-width: 480px;
}
select {
    max-width: 510px;
}
input:not([type]), input[type="text"]:hover, select:hover, input[type="password"]:hover, textarea:hover {
	border: 1px solid #0B3E7D; background: #EDF5F6; }
input:not([type]), input[type="text"]:focus, select:focus, input[type="password"]:focus, textarea:focus {
	color: #000; background: #fafafa; border: 1px solid #0B3E7D; box-shadow: 0 0 2px #999; }
input:not([type]), input[type="submit"], input[type="button"], .button {
	background-color: #00a8ff;
	border: none;
	cursor: pointer;
	border-radius: 24px;
	padding: 16px 32px;
	color: #FFF;
	transition: all ease-in-out 300ms;
	position: relative;
	top: 0;
    display: inline-block;
    margin-top: 24px;
}
input:not([type]), input[type="submit"]:hover, input[type="button"]:hover, .button:hover { background-color: #006ba3; }
input:not([type]), input[type="submit"]:active, input[type="button"]:active, .button:active { position:relative; top:1px; }
input[type="text"]:disabled { background: #FFF; border: 1px solid #CCC; }
.notif {
	line-height: 18px;
	margin: 8px 0;
	text-align: center;
	color: #FFF;
	display: none;
}
a.button:hover { text-decoration: none; }
.notif div {
    padding: 12px;
    border-radius: 8px;
    width: 90%;
    margin: 0 auto;
    max-width: 480px;
}
.notifno { background: #900; }
.notifyes { background: #066; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.none { display: none; }

/* HOME */
.full {
    height: 100vh;
    width: 100%;
    background-image: url("background.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    position: relative;
    overflow: hidden;
}
.wrap {
    width: 90%;
    margin: 0 auto;
}
.lefttext {
    position: absolute;
    top: 15%;
    width: 33%;
}
h2 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 300;
    padding: 24px 0 8px 0;
}
p {
    line-height: 24px;
}
.otherlogo {
    padding: 64px 0 0 0;
}
.minilogo {
    height: 48px;
    width: auto;
    margin-right: 24px;
}
.animate {
    position: absolute;
    width: auto;
    height: 60vh;
    bottom: -5vh;
    right: 5%;
}

/* RESPONSIVE */
@media screen and (max-width:1400px){
    p {
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width:1100px){
    .lefttext {
        position: static;
        text-align: center;
        width: 80%;
        margin: 0 auto;
        padding: 64px 0 0 0;
    }
    .logo {
        width: 240px;
        height: auto;
    }
    .otherlogo {
        padding: 48px 0 0 0;
        text-align: center;
    }
    .animate {
        width: 100vw;
        height: 30vh;
        text-align: center;
        right: 0;
    }
    .minilogo {
        height: 32px;
        width: auto;
        margin: 0 8px;
    }
}
@media screen and (max-width:850px){
    .logo {
        width: 180px;
    }
    .lefttext {
        padding: 48px 0 0 0;
        width: 90%;
    }
    h2 {
        font-size: 20px;
        line-height: 28px;
        padding: 20px 0 8px 0;
    }
    p {
        font-size: 12px;
        line-height: 16px;
    }
    .otherlogo {
        padding: 24px 0 0 0;
    }
}
@media screen and (max-width:400px){
    .lefttext {
        padding: 36px 0 0 0;
        width: auto;
    }
    .logo {
        width: 120px;
    }
    h2 {
        font-size: 20px;
        line-height: 28px;
        padding: 16px 0 4px 0;
    }
    .minilogo {
        height: 24px;
    }
}