/*=================================================
||  Useful Links
==================================================*/

/*=================================================
||  Index
==================================================*/

/*=================================================
||  1. Imports
==================================================*/
@import url(http://fonts.googleapis.com/css?family=Roboto:100,400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);

/*=================================================
||  2. Global
==================================================*/
body {
    font-family: 'Roboto', 'Open-Sans', sans-serif;
    overflow-x: hidden;
    color: #313131;
    background-color: #0f0f0f; /* Subtle dark base */
}

h1.header-title {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 0px;
    color: #f1eeed;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #f1eeed;
}

h3 {
    font-size: 20px;
    font-weight: 400;
    color: #bfb8b5;
    margin-bottom: 5px;
}

a {
    color: #313131;
}

a.red {
    border-radius: 0px;
    background: #6d0d03; /* Crimson */
    color: #f1eeed;
    padding: 10px 30px;
    margin-right: 15px;
    border: 1px solid #6d0d03;
    margin-bottom: 15px;
}

a.bttn {
    border-radius: 0px;
    background: transparent;
    color: #f1eeed;
    padding: 10px 30px;
    margin-right: 15px;
    margin-bottom: 15px;
}

a.bttn:hover {
    background: #6d0d03;
    border-color: #6d0d03;
    color: #f1eeed;
}

a:hover {
    transition: all .6s;
    text-decoration: none;
}

.section-wrapper {
    padding: 100px 0px;
}

.regular {
    font-weight: 400;
}

/*=================================================
||  4. Home
==================================================*/
.home {
    background: linear-gradient(rgba(109,13,3,0.4), rgba(0,0,0,0.5)), url('../images/test.png') no-repeat center center;
    background-size: cover;
    height: 100vh;
    color: #f1eeed;
    letter-spacing: 1px;
}

.header-img {
    margin-left: -15px;
}

.header-wrapper {
    padding: 30% 0%;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
}

p.header-sub {
    font-size: 24px;
    font-weight: 400;
    color: #a9a7a6;
}

.home .description {
    font-size: 16px;
    font-weight: 100;
    margin: 33px 0px;
    line-height: 175%;
}

/*=================================================
||  5. Navbar
==================================================*/
.logo {
    font-family: 'Roboto Slab', serif;
    display: inline-block;
    font-weight: 400;
    font-size: 28px;
    color: #f1eeed;
}

.logo span {
    color: #6d0d03;
}

.logo:hover span {
    transform: rotateY(360deg);
    transition: all 1s;
}

.navigation .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 400;
    padding: 15px 15px;
    margin: 0px 15px;
    border-bottom: 1px solid transparent;
}

.navigation .navbar-nav>li>a:hover {
    border-bottom: 1px solid #6d0d03;
}

.navigation {
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.1);
    background: #111; /* Darker navbar for horror vibe */
    border-radius: 0px;
    padding: 8px;
    margin-bottom: 0px;
}

/*=================================================
||  6. Book
==================================================*/
.book {
    position: relative;
    background: #1c1c1c; /* Darker than original */
}

.book .col-sm-6 {
    z-index: 1;
}

.book h2 {
    margin-bottom: 50px;
}

.light {
    color: #999;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1px;
}

.body {
    color: #f1eeed;
    font-weight: 400;
    font-size: 18px;
    margin-top: 50px;
}

.cta-1 {
    background-color: #6d0d03;
    text-align: center;
    font-size: 30px;
    font-weight: 100;
    color: #f1eeed;
    padding: 50px 0px;
}

/*=================================================
||  8. Reviews
==================================================*/
h3.title {
    display: inline-block;
}

.reviews {
    background-color: #1a1a1a; /* Slightly darker for horror feel */
    padding-bottom: 125px;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #6d0d03;
    background: rgba(0,0,0,0.4);
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.owl-prev:hover, .owl-next:hover {
    background: #6d0d03;
    color: #f1eeed;
}

.owl-prev {
    left: -40px;
}

.owl-next {
    right: -40px;
}


.stars {
    float: right;
}

.gain {
    display: inline-block;
}

.gain, .review-gain {
    color: #ffc107;
    font-size: 22px;
}

.review-gain {
    margin: 10px 0px;
}

.not-gain {
    color: #f1eeed;
    display: inline-block;
    font-size: 22px;
}

.reviewer {
    border-radius: 100%;
    width: 100px !important;
    height: 100px;
    margin: 10px auto;
    background-color: #555; /* darker reviewer background */
}

.item {
    text-align: center;
    background-color: #222; /* slightly darker */
    padding: 50px 30px;
    margin: 0px 15px;
    color: #f1eeed;
    margin-top: 60px;
}

/*=================================================
||  9. Blog
==================================================*/
.blogger {
    border-radius: 100%;
}

.blog-left {
    padding-right: 100px;
}

.blogger-id {
    display: inline-block;
    margin-left: 20px;
    margin-top: 30px;
}

.blogger-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: -10px;
}

.id, .place {
    font-size: 24px;
    font-weight: 400;
}

.sub {
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 40px;
}

.place {
    margin: 20px 0px 5px;
}

.book-icon {
    word-spacing: 25px;
    font-size: 14px;
}

.book-icon .ion-android-compass {
    color: #6d0d03;
}

.blog .light {
    margin: 20px 0px;
}

/*=================================================
||  10. cta-2
==================================================*/
.cta-2 {
    color: #f1eeed;
    background-color: #6d0d03;
    padding: 50px 0px;
}

h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0px;
}

.subt {
    font-size: 24px;
    font-weight: 100;
}

.cta-2 .bttn {
    margin: 21px auto;
    display: table;
}

.cta-2 .bttn:hover {
    color: #6d0d03;
    background-color: #f1eeed;
}

/*=================================================
||  11. Contact
==================================================*/
.contact {
    background-color: #1c1c1c; /* darker section */
}

.contact h2 {
    margin-top: 0px;
}

.address, .call {
    line-height: 200%;
    font-size: 16px;
    color: #f1eeed;
}

.contactform .form-control {
    margin-bottom: 20px;
    border: 1px solid #555;
    height: 45px;
    border-radius: 0 !important;
    box-shadow: none;
}

.contactform .form-control:focus {
    border: 1px solid #6d0d03;
    box-shadow: none;
}

.btn-send {
    transition: all 0.4s;
    border-radius: 0;
    width: 100%;
    background: #6d0d03;
    color: #f1eeed;
    padding: 10px 30px;
    margin: 5px auto;
    border: 1px solid transparent;
}

.btn-send:hover {
    background: #f1eeed;
    color: #6d0d03;
    border-color: #6d0d03;
}

/*=================================================
||  12. Footer
==================================================*/
footer {
    padding: 15px 0px;
    color: #999; /* Muted text */
    font-size: 16px;
    background-color: #111; /* Darker footer */
}

.social-icons a i {
    color: #6d0d03;  /* Example: crimson red */
    transition: color 0.3s;
}

.social-icons a:hover i {
    color: #f1eeed;  /* Example: light hover color */
}

.themewagon {
    text-align: right;
}

/*=================================================
||  13. Media Query
==================================================*/
@media (max-width: 992px) {
    .book .section-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    footer {
        text-align: center;
    }

    .themewagon {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .header-wrapper {
        padding-top: 15%;
    }

    .blog {
        text-align: center;
    }

    .blog-left {
        padding: 0 15px;
        text-align: center;
    }

    .contact {
        text-align: center;
    }
}

@media (max-width: 320px) {
    .header-wrapper {
        padding: 0;
    }

    .home .description {
        margin: 15px 0;
        font-size: 14px;
        padding-right: 15px;
    }
}
