/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

html {
	scroll-behavior: smooth;
}

::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	border-radius: 12px;
	background: linear-gradient(135deg, #fcb045, #fd1d1d, #833ab4);
}

::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(135deg, #1a6ad2, #fff, rgb(245, 5, 53));
}

body {
    font-family: 'Montserrat', sans-serif;
	color: #6b7381;
	background: #f2f2f2;
}

a {
	color: #aaa;
	text-decoration: none;
}

a:hover,
a:active {
	color: #333;
}

/* Header Style */
.container > header {
	margin: 0 auto;
	padding: 2em;
}

.container > header {
	text-align: center;
	background: rgba(0,0,0,0.03);
	font-family: 'Montserrat', sans-serif;
}

.container > header h1 {
	font-size: 1.5em;
	line-height: 1.3;
	margin: 0;
	font-weight: 500;
}

.container > header span {
	display: block;
	font-size: 70%;
	opacity: 0.8;
	padding: 0 0 0.6em 0.1em;
}

.danchoi-logo > img {
	max-height: 40px;
	width: auto;
	transition: all 0.3s ease;
}

.danchoi-logo > img:hover {
	transform: scale(1.03);
}

/* To Navigation Style */
.codrops-top {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	background: rgba(0,0,0,0.8);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #fff;
	display: inline-block;
}

.codrops-top a:hover {
	color: #ffcc00;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

@media screen and (max-width: 30em) {
	#copyright {
		display: none;
	}
}

.next-page-wrapper,
.next-page-wrapper-1 {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
	margin: 60px 0px 40px;
}
.next-page-wrapper-1 {
	margin: 30px 0px 20px;
}
/* CSS */
.button-40 {
	background-color: #111827;
	border: 1px solid transparent;
	border-radius: .4rem;
	box-sizing: border-box;
	color: #FFFFFF;
	cursor: pointer;
	flex: 0 0 auto;
	font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.5rem;
	padding: .75rem 1.2rem;
	text-align: center;
	text-decoration: none #6B7280 solid;
	text-decoration-thickness: auto;
	transition-duration: .2s;
	transition-property: background-color,border-color,color,fill,stroke;
	transition-timing-function: cubic-bezier(.4, 0, 0.2, 1);
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	width: auto;
}

.button-40:hover {
	background-color: #374151;
}

.button-40:focus {
	box-shadow: none;
	outline: 2px solid transparent;
	outline-offset: 2px;
}

@media (min-width: 768px) {
	.button-40 {
		padding: .75rem 1.5rem;
	}
}