@import 'bootstrap.min.css';
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&family=Julius+Sans+One&display=swap');

html {
    font-size: 15px;
    height: 100%;
    background: #000;
}

body {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    color: #999;
    height: 100%;
    background: #000;
}



/* selection */

::selection {
    background-color: #101010;
    color: #fff
}

-webkit-::selection {
    background-color: #101010;
    color: #fff
}

::-moz-selection {
    background-color: #101010;
    color: #fff
}

h3,
.h3 {
    font-family:'Julius Sans One', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #999;
    margin-top: 30px;
}

h3 a,
.h3 a {
    color: inherit
}

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

p {
    margin-bottom: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
}

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

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

a:focus {
    text-decoration: none
}


.div-logo h2 {
    font-family: 'Julius Sans One', sans-serif;
    font-weight: 400;
    font-size: 50px;
    color: #9c5451;
    line-height: 0.85em;
}

.div-logo span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #999;
    font-weight: 400;
    letter-spacing: 4px;
    margin-left: 15px;
    line-height: 1em;
}

.div-logo p {
    font-family: 'Julius Sans One', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #999;
    text-align: center;
    margin-top: 30px;
    letter-spacing: 1px;
}

.div-logo .btn {
    background:#9c5451;
    border: 1px solid #9c5451;
    
}

.div-logo .btn a{
    color: #ccc;
    text-decoration: none;
}

.div-logo .btn:hover {
    background: transparent;
    border: 1px solid #9c5451;
}

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

.btn {
    font-family: 'Julius Sans One', sans-serif;
    position: relative;
    display: inline-block;
    padding: 10px 20px 7px 20px;
    line-height: 1.5em;
    color: #9c5451;
    border: 1px solid #9c5451;
    border-radius: 0;
    text-decoration: none;
    -webkit-transition: all .3s ease-out!important;
    transition: all .3s ease-out!important;
    font-size: 12px;
    letter-spacing: 1px;
}

.btn:hover,
.btn:focus {
    color: rgba(255,255,255, 0.7);
    border: 1px solid rgba(255,255,255, 0.7);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none!important
}


.layout {
    background: #191919 url("../img/bg.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.brand {
    display: inline-block;
    font-family: 'Julius Sans One', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: #fff
}

.brand:hover,
.brand:focus {
    color: #fff;
    text-decoration: none
}

.text-primary {
    color: #101010
}

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

.description {
    margin-top: 3.6em
}

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

.annie-version h3 {
    margin-bottom: 20px
}

.annie-version figure {
    position: relative
}

.annie-version figure img {
    display: block
}

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

.annie-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%)
}

.annie-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%
    }
}




/* ======= 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: #9c5451;
    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: 60px;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-weight: 400;
    transition: all .4s;
    visibility: hidden;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    line-height: 1.2em;
    color: rgba(255,255,255,0.8) !important
}
.purchase-trigger:hover .purchase-trigger-text {
    width: 165px;
    visibility: visible;
    padding: 14px 14px 14px 0
}


/* New */

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

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