/* ======= 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;
}
/* ======= Purchase ======= */
.purchase-content a {
    text-decoration: none;
}
.purchase-trigger {
    position: fixed !important;
    right: 25px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.02);
    color: #fff !important;
    background: #947b65;
    z-index: 999;
    bottom: 25px;
    transform: translateY(0);
    transition-delay: 0.4s
}
.purchase-trigger:hover,
.purchase-trigger:focus,
.purchase-trigger:active {
    color: #fff !important
}
.purchase-trigger-img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    padding: 18px;
    transition: all .4s
}
.purchase-trigger-img img {
    max-width: 100%;
    height: auto;
}
.purchase-trigger-text {
     padding: 14px 0 14px 0;
    height: 55px;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 3px;
    word-spacing: 0px;
    font-weight: 400;
    transition: all .4s;
    visibility: hidden;
    font-family: 'Cutive Mono', monospace;
    font-style: normal;
    font-size: 12px;
    line-height: 1.25em;
    color: #fff !important;
}
.purchase-trigger:hover .purchase-trigger-text {
    width: 165px;
    visibility: visible;
    padding: 14px 14px 14px 0
}