:root {
	/* 淡藍色 */
    --color-1: #4895EF;

	/* 深藍色 */
    --color-2: #4469d6;

    /* 深紫色 */
    --color-3: #620AAE;

    /* 淡紫色 */
    --color-4: #A387D4;

    /* 黃色 */
    --color-5: #FFCE31;

    /* 白色 */
    --color-6: #FFFFFF;

    /* 黑色 */
    --color-7: #010101;



    /* (2022-09-02) */
    /* 深紫色 */
    --color-v2-1: #340A64;

    /* 天藍色 */
    --color-v2-2: #4056BE;

    /* 深紫色 */
    --color-v2-3: #3C1974;

    /* 深紫色 */
    --color-v2-4: #3E3095;

    /* 黃 */
    --color-v2-5: #FFCE31;
}


@charset "UTF-8";
/*-- ===============================================

Product: 'Kryptova – ICO Multipage Template'
Version: 1.0 
Author: axilweb
Date Created: May 18, 2018

==================================================== --*/

/*-- == Table of contents =====================

( Example: Type 'ctrl+f' and then '1.example' to jump to the
 "example" section. Click 'find' if needed.)
 
1. Custom Animations
2. Base css
3. Typography
4. Form css
5. Header navbar css
6. Banner css
7. Home css
8. ICO funding css
9. About css
10. Blog css
11. Contact css
12. Footer css

================================================== --*/

/* -- Imported Fonts
-------------------------------------- -- */

@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,400i,600,600i,700,700i|Mukta+Mahee:200,300,400,500,600,700,800");


/* -- Custom Animations
------------------------------------------  -- */

/*-- Spinning loader animation --*/

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* -- Animation fadeIn-- */
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		display: block;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		display: block;
	}
}

.fade-in {
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}



/* -- Base css
-------------------------------------- -- */
html {
	/*font-size: 10px;*/
	overflow-x: hidden;
}

body {
	font-family: "Mukta Mahee", sans-serif;
	background-color: var(--color-2);
	background-color: unset;
	color: var(--color-1);
	position: relative;
	overflow-x: hidden;
	/* --------------------------- */
	color: #fff;
	font-size: 14px;
	width: 100vw;
	height: 100vh;
	background-image: linear-gradient(120deg, #8d6cc9, #3c78be, #1a43b9);
	background-image: linear-gradient(120deg, #8d6cc9 2%, #3c78be 40%, #1a43b9 90%);
	background-image: linear-gradient(120deg, #340a64 0%, #340a64 15%, #3f54bc 50%, #402078 75%, #3f3196 90%);
	font-family: '微軟正黑體';
	/* --------------------------- */
	font-size: 1rem;
}

a,
button,
.btn,
.btn-link {
	transition: all .3s;
	text-decoration: none;
	outline: none;
}

a:hover,
a:focus,
button:hover,
button:focus,
.btn:hover,
.btn:focus,
.btn-link:hover,
.btn-link:focus {
	text-decoration: none;
	outline: none;
}



/* -- Preloader css -- */
.o-preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100vw;
	height: 100vh;
	opacity: 1;
	background: transparent;
	transition: all 1s ease;
	z-index: 99999999999999;
}

.o-preloader::before,
.o-preloader::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100vh;
	background: #fff;
	transition: all 2s;

	background-color: var(--color-2);
}

.o-preloader::after {
	top: 0;
	right: 0;
	left: auto;
}

.o-preloader_inner {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 4em;
	height: 4em;
	line-height: 4em;
	text-align: center;
	font-size: 3rem;
	font-family: "Mukta Mahee", sans-serif;
	font-weight: 300;
	/*color: #4FD3D3;*/
	color: var(--color-6);
	z-index: 9999999999999999999999;
}

.hide-loader {
	opacity: 0 !important;
	transition: all 1s ease;
	z-index: -99999999999999;
}

.o-preloader.open-page::before,
.o-preloader.open-page::after {
	width: 0;
}


/* -- Typography
-------------------------------------- -- */
/*
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	color: var(--color-6);
 	margin-bottom: 2.4rem;
}

h1 {
	font-size: 5rem;
	line-height: 6.6rem;
	color: var(--color-6);
	margin-bottom: 1.9rem;
}

h2 {
	font-size: 4rem;
	line-height: 5.6rem;
	margin-bottom: 2.2rem;
}

h3 {
	font-size: 3rem;
	line-height: 4.2rem;
}

h4 {
	font-size: 2.4rem;
	line-height: 3.6rem;
}

h5 {
	font-size: 1.8rem;
	line-height: 3rem;
}

h6 {
	font-size: 1.6rem;
	line-height: 2.8rem;
}

p {
	font-size: 1.8rem;
	line-height: 28px;
	color: var(--color-6);
	font-weight: 300;
	margin-bottom: 2.4rem;
}
*/


/* -- Form css
-------------------------------------- -- */

form {
	position: relative;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"],
textarea,
.form-control {
	font-size: 16px;
	height: 40px;
	color: var(--color-6);
	padding: 0 15px;
	border: 2px solid var(--color-6);
	background: transparent;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	outline: none;
	box-shadow: none;
	/* ------------------------ */
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px 10px;
    width: 100%;
	/* ------------------------ */
	font-size: 1rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus,
.form-control:focus {
	color: var(--color-6);
	background: transparent;
	border-color: #4FD3D3;
	outline: none;
	box-shadow: none;
	/* ------------------------ */
	border-color: unset;
}

button {
	cursor: pointer;
}

::-webkit-input-placeholder {
	color: var(--color-6) !important;
	opacity: 1;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: var(--color-6) !important;
	opacity: 1;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--color-6) !important;
	opacity: 1;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--color-6) !important;
	opacity: 1;
}

::-ms-input-placeholder {
	/* Edge */
	color: var(--color-6) !important;
	opacity: 1;
}

:placeholder-shown {
	/* Standard one last! */
	color: var(--color-6) !important;
	opacity: 1;
}

/* ======================================== */


/* ========= 按鈕 ========= */
.btn-1,
.btn-2,
.btn-3 {
    display: inline-block;
    color: var(--color-6);
    background-color: unset;
    outline: none;
    box-shadow: none;
	/* --------------------- */
    width: 80px;
    height: 30px;
    font-size: 14px;
    padding: 3px 10px;
    text-align: center;
    border: 1px solid var(--color-6);
	/* --------------------- */
    border-radius: 0px;
    outline: none;
    transition: unset;
    text-decoration: none;
	/* --------------------- */
    font-size: 1.4rem;
}
.btn-2 {
    border-radius: 8px;
}
.btn-1-hover:hover,
.btn-1:not(.not_hover):hover {
    color: var(--color-2);
    background-color: var(--color-6);
}
.btn-2-hover:hover,
.btn-2:not(.not_hover):hover {
    color: var(--color-2);
    background-image: linear-gradient(to right, #40207800, #ffffff);
}
.btn-3-hover:hover,
.btn-3:not(.not_hover):hover {
    color: var(--color-2);
    background-image: linear-gradient(to right, #ffffffff 10%, #ffffff00 110%);
}


/* ========= 其他 class ========= */
.w-auto {
	width: auto;
}
.h-auto {
	height: auto;
}

/* -------------------------- */
.hover_s:hover {
    background-color: var(--color-2);
    background-color: var(--color-v2-2);
}
.hover_s2:hover {
    background-color: var(--color-1);
}
.hover-1:hover {
    color: var(--color-2);
	background-image: linear-gradient(120deg, #ffffff 0%, #402078 95%);
}

/* -------------------------- */
.page-title,
.page-title-2 {
    border-left: 8px solid #fff;
    padding-left: 10px;
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: 10px;
}
.page-title-2 {
    padding-left: 0px;
    border: unset;
    position: relative;
    margin-bottom: 14px;
}
.page-title-2::after {
    content: '';
    background-color: #fff;
    width: 110px;
    height: 8px;
    position: absolute;
    bottom: calc(-8px - 5px);
    left: 0;
}

/* -------------------------- */
.page-icon {
    width: 25px;
    height: 25px;
    background-size: 170%;
    background-position: center;
    background-repeat: no-repeat;
}

/* -------------------------- */
.page-input,
.page-textarea {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px 10px;
    width: 100%;
}
.page-input:focus,
.page-textarea:focus {
    color: #ffffff;
    border-color: #ffffff;
}
.page-input::placeholder {
    color: #ffffffa0 !important;
}

