/* ======= Gooogle Font: Cutive Mono ======= */
@import url('https://fonts.googleapis.com/css2?family=Cutive+Mono&display=swap');

/* ======= General Settings ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {
    color: #fff;
    line-height: 1.75em;
    font-size: 15px;
    font-family: 'Cutive Mono', monospace;
    font-weight: 400;
    height: 100%;
    background: #1b1b1b;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #c7a88d;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #c7a88d;
    text-decoration: none;
}
p {
    margin: 0 0 15px;
    color: #fff;
    line-height: 1.75em;
    font-size: 15px;
    font-family: 'Cutive Mono', monospace;
    font-weight: 400;
}
b,
strong {
    color: #fff;
}
.content {
    padding: 75px 0 30px 0;
    background: transparent;
}
.panel {
    position: relative;
    width: 100%;
    padding: 0;
    border: none;
    background-color: transparent;
    text-align: center;
}
.panel h4 {
    font-size: 16px;
}
.panel .panel-img {
    position: relative;
}

.panel .panel-img .img {
    padding: 0 30px 30px 15px;
    position: relative;
}
.panel .panel-img .img img {
    position: relative;
    z-index: 2;
}
.panel .panel-img .img img:hover {
    transform: scale(0.95);
}
.panel .img:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 45px;
    bottom: 0;
    background: #292929;
}
img {
    width: 100%;
    height: auto;
}
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
}
.mb-120 {
    margin-bottom: 120px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-30 {
    margin-bottom: 30px;
}
/* header */
.top {
    padding: 75px 15px 30px 15px;
    background: transparent;
}
.top h1 {
    display: block;
    font-size: 50px;
    color: #fff;
    font-family: 'Cutive Mono', monospace;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.5em;
}
.top h1 span {
    display: block;
    font-size: 18px;
    color: #fff;
    font-family: 'Cutive Mono', monospace;
    font-weight: 400;
    display: block;
    margin-top: 0px;
    text-align: center;
    line-height: 1.25em;
}
.top h1.dorothea-logo img {
    width: 170px;
    margin-bottom: 20px;
}
.top h3 {
    font-family: 'Cutive Mono', monospace;
    letter-spacing: 3px;
    font-size: 20px;
    line-height: 1.5em;
    color: #999;
    text-align: center;
    margin: 0 0 15px 0;
    font-weight: 400;
}
.top p {
    font-family: 'Cutive Mono', monospace;
    font-size: 14px;
    line-height: 1.25em;
    color: #c7a88d;
    text-align: center;
    font-weight: 400;
    margin: 0;
    letter-spacing: 5px;
    text-transform: uppercase;
}
/* bottom */
.bottom {
    padding: 0 0 90px 0;
    text-align: center;
}
.bottom h1 {
    font-family: 'Cutive Mono', monospace;
    letter-spacing: 3px;
    font-size: 40px;
    line-height: 1.5em;
    color: #fff;
    text-align: center;
}
.bottom p {
    font-family: 'Cutive Mono', monospace;
    font-size: 14px;
    line-height: 1.5em;
    color: #999;
    text-align: center;
    font-weight: 400;
    margin: 0;
}

/* New */
.new-popular {
        background-color: #ff0000;
    border-radius: 80px;
    height: 55px;
    width: 55px;
    display: block;
    position: absolute;
    top: 20px;
    right: 60px;
    text-transform: uppercase;
    z-index: 2;
}
.new-popular p {
    padding-top: 15px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0px;
}
/* Animate Box */
.js .animate-box {
    opacity: 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,
.duru-buy-now-btn:active,
.duru-buy-now-btn:focus {
		display: inline-flex;
		padding: 15px 30px;
		align-items: center;
		border: none;
		border-radius: 50em;
		background: #323232;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
		font-size: 14px;
		line-height: 1.5em;
        letter-spacing: -1px;
		color: #fff;
		transition: all 0.3s;
	}
.duru-buy-now-btn svg {
		margin-right: 12px;
	}
.duru-buy-now-btn:hover {
		background: #c7a88d;
		color: #fff;
		transform: translateY(-2px);
	}
.duru-buy-now-btn:hover svg {
		fill: currentColor;
	}
