@import 'bootstrap.min.css';
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Oswald:wght@200;300;400;500;600;700&display=swap');
html {
	height: 100%;
}

body {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	color: #fff;
	height: 100%;
	background: #101010;
}

.container-fluid {
	padding-left: 60px;
	padding-right: 60px;
}

h3,
.h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #999;
	margin-top: 30px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h3 a,
.h3 a {
	color: inherit
}

.h3 a:hover {
	text-decoration: none
}

p {
	margin-bottom: 20px;
	font-family: 'Didact Gothic', sans-serif;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
}

a {
	color: #fff;
	-webkit-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
	transition: color .3s ease-out
}

a:hover,
a:focus {
	color: #f5634b;
	outline: none
}

a:focus {
	text-decoration: none
}

.div-logo h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	font-weight: 500;
	display: block;
	width: 100%;
	position: relative;
	color: #f5634b;
	letter-spacing: 7px;
	margin-bottom: 30px;
}

.div-logo span {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 300;
	letter-spacing: 5.5px;
	display: block;
	margin-top: 5px;
	line-height: 1.5em;
	text-transform: uppercase;
}

.div-logo p {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #999;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.div-logo img {
	max-width: 170px;
}

.js .animate-box {
	opacity: 0;
}

.btn {
	font-family: 'Oswald', sans-serif;
	position: relative;
	display: inline-block;
	padding: 12px 30px;
	line-height: 1.5em;
	color: #101010;
	background: #fff;
	font-weight: 300;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 1px;
	text-decoration: none;
	-webkit-transition: all .3s ease-out!important;
	transition: all .3s ease-out!important;
	font-size: 13px;
	letter-spacing: 3px;
}

.btn:hover,
.btn:focus {
	color: #fff;
	background: #101010;
	border: 1px solid #101010;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none!important
}

.layout {
	background: #101010;
}

.main {
	padding: 90px 0;
	text-align: center
}

.description {
	margin-top: 3.6em
}

.duru-version {
	margin: 60px 0 0 0;
}

.duru-version h3 {
	margin-bottom: 20px;
	line-height: 1.5em;
}

.duru-version h3 span{
color: #f5634b;
}

.duru-version figure {
	position: relative
}

.duru-version figure img {
	display: block;
	border: 7px solid rgba(255, 255, 255, 0.05);
}

.duru-version figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(245, 99, 75, 0.6);
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.duru-version figcaption .inner {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.duru-version figure:hover figcaption {
	opacity: 1;
}

@media(min-width:768px) {
	html {
		font-size: 85%
	}
}

@media(min-width:992px) {
	html {
		font-size: 92%
	}
}

@media(min-width:1200px) {
	html {
		font-size: 100%
	}
}


/* ======= Corner Style ======= */

.hero-corner {
	top: 50px;
	right: 50px;
	z-index: 21;
	border-top: 1px solid;
	border-right: 1px solid;
}

.hero-corner2 {
	top: 50px;
	left: 50px;
	border-top: 1px solid;
	border-left: 1px solid;
}

.hero-corner3 {
	bottom: 50px;
	right: 50px;
	border-bottom: 1px solid;
	border-right: 1px solid;
}

.hero-corner4 {
	bottom: 50px;
	left: 50px;
	border-bottom: 1px solid;
	border-left: 1px solid;
}

.hero-corner,
.hero-corner2,
.hero-corner3,
.hero-corner4 {
	position: absolute;
	width: 70px;
	height: 70px;
	z-index: 21;
	border-color: #333;
}

@media screen and (max-width: 991px) {
	.hero-corner,
	.hero-corner2,
	.hero-corner3,
	.hero-corner4 {
		display: none;
	}
}


/* bottom */

.bottom {
	padding: 40px 0;
	text-align: center;
}

.bottom h1 {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 3px;
	font-size: 40px;
	line-height: 1.5em;
	color: #101010;
	text-align: center;
}

.bottom p {
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
}


/* Buy now */

.duru-buy-now {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 999;
}

.duru-buy-now a {
	text-decoration: none;
}

.duru-buy-now-btn {
	display: inline-flex;
	padding: 15px 30px;
	align-items: center;
	border: none;
	border-radius: 50em;
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	letter-spacing: 3px;
	line-height: 1.5em;
	color: #101010;
	transition: all 0.3s;
	text-transform: uppercase
}

.duru-buy-now-btn svg {
	margin-right: 12px;
}

.duru-buy-now-btn:hover {
	background: rgba(245, 99, 75, 1);
	color: #fff;
	transform: translateY(-2px);
}

.duru-buy-now-btn:hover svg {
	fill: currentColor;
}


/* New */

.new-popular {
	background-color: #ff0000;
	border-radius: 100%;
	height: 50px;
	width: 50px;
	display: block;
	position: absolute;
	top: 15px;
	right: 30px;
	text-transform: uppercase;
}

.new-popular p {
	padding-top: 17px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.25em;
	margin-left: 1px;
}


/* Trendy Block */

.trendy-block {
	top: 50vh;
	transform: translate(0, -50%);
	left: 19px;
	position: fixed;
	z-index: 25;
}

.trendy-block p {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	opacity: 1;
	color: #f5634b;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 7px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 11px;
}

@media screen and (max-width: 768px) {
	.trendy-block {
		display: none;
	}
}