@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v9/XRXV3I6Li01BKofINeaE.ttf) format('truetype');
}

@font-face {
    font-family: 'Sarala';
    font-style: normal;
    font-weight: 400;
    src: local('Sarala'), local('Sarala-Regular'), url(https://fonts.gstatic.com/s/sarala/v2/uK_y4riEZv4o1w9hDRcX.ttf) format('truetype');
}

body {
    font-family: 'Nunito', sans-serif;
    letter-spacing: .5px;
    color: #fff;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Sarala', sans-serif;
    text-transform: uppercase;
}

body,
html {
    height: 100%;
}
/* Header - Section */
header .navbar {
    padding: 20px 0;
    transition: all .3s;
}

header .navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

    header .navbar-dark .navbar-nav .nav-link:focus,
    header .navbar-dark .navbar-nav .nav-link:hover {
        color: #fff;
    }

header .navbar-brand {
    font-weight: bold;
    text-transform: uppercase;
}

header .title {
    position: absolute;
    z-index: 15;
    z-index: 999;
    right: 0;
    bottom: 50%;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15%;
    margin-left: 15%;
    padding-left: 0;
    list-style: none;
    -ms-flex-pack: center;
    justify-content: center;
}

    header .title h1 {
        font-size: 3.5rem;
        font-weight: bold;
        margin-right: -40px;
        letter-spacing: 40px;
    }

header .full-screen {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

header .download {
    position: absolute;
    z-index: 15;
    z-index: 999;
    right: 0;
    bottom: 20%;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15%;
    margin-left: 15%;
    padding-left: 0;
    list-style: none;
    -ms-flex-pack: center;
    justify-content: center;
}

    header .download a {
        display: inline-block;
        width: 250px;
        margin: 0 10px;
    }

    header .download .btn-latest {
        padding: 15px 15px;
        color: #fff;
        border: 1px solid #dedede;
    }

    header .download .btn-light {
        padding: 15px 15px;
        color: #fff;
        border: 0;
        background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
    }

        header .download .btn-light:hover {
            opacity: .8;
        }
/* Show - Section */
.show-stage {
    padding: 120px 0;
    color: #333;
}

    .show-stage h3 {
        font-weight: bold;
        position: relative;
        letter-spacing: 5px;
    }

        .show-stage h3 span {
            position: absolute;
            top: 15px;
            left: -65px;
            width: 40px;
            height: 2px;
            background-color: #333;
        }

    .show-stage .card {
        width: 50%;
        box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
    }

        .show-stage .card .play {
            position: relative;
        }

        .show-stage .card a i {
            font-size: 3rem;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
        }

        .show-stage .card .card-title {
            font-size: .9rem;
            font-weight: bold;
            text-transform: capitalize;
        }

        .show-stage .card .card-text {
            font-size: .8rem;
            color: #666;
        }
/* Blog - Section */
.blog {
    padding: 120px 0;
    color: #fff;
    background: url(../images/blog.jpg) no-repeat center center fixed;
    background-size: cover;
    align-items: center;
    justify-content: center;
}

    .blog h3 {
        font-weight: bold;
        position: relative;
        letter-spacing: 5px;
    }

        .blog h3 span {
            position: absolute;
            top: 15px;
            left: -65px;
            width: 40px;
            height: 2px;
            background-color: #fff;
        }

    .blog .list {
        border: 0;
        background-color: transparent;
    }

        .blog .list h4 {
            text-transform: capitalize;
        }

            .blog .list h4 a {
                color: #fff !important;
            }

        .blog .list .text a {
            color: #000;
        }
/* Release - Section */
.release {
    padding: 120px 0;
    color: #333;
    background-color: #fff;
}

    .release h3 {
        font-weight: bold;
        position: relative;
        letter-spacing: 5px;
    }

        .release h3 span {
            position: absolute;
            top: 15px;
            left: -65px;
            width: 40px;
            height: 2px;
            background-color: #333;
        }

    .release .box {
        margin-bottom: 30px;
        padding: 50px 0;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 4px;
        box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
    }

        .release .box img {
            display: inline-block;
            width: 150px;
            margin-bottom: 20px;
            border-radius: 50%;
            box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
        }

        .release .box h5 {
            font-size: 1rem;
            text-transform: capitalize;
            color: #333;
        }

        .release .box p {
            font-size: .8rem;
            color: #8b8b8b;
        }

.sticky {
    background-color: #000;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
/* Gallery - Section */
.gallery {
    padding: 120px 0;
    color: #333;
    border-top: 1px dashed #dedede;
    background: #f8f8f8;
}

    .gallery h3 {
        font-weight: bold;
        position: relative;
        letter-spacing: 5px;
    }

        .gallery h3 span {
            position: absolute;
            top: 15px;
            left: -65px;
            width: 40px;
            height: 2px;
            background-color: #333;
        }

    .gallery ul {
        padding-left: 0;
    }

        .gallery ul li {
            float: left;
            width: 25%;
            list-style: none;
        }

            .gallery ul li img {
                display: block;
                width: 100%;
            }
/* Tour - Section */
.tour {
    padding: 120px 0;
    color: #333;
}

    .tour h3 {
        font-weight: bold;
        position: relative;
        letter-spacing: 5px;
    }

        .tour h3 span {
            position: absolute;
            top: 15px;
            left: -65px;
            width: 40px;
            height: 2px;
            background-color: #333;
        }

    .tour .card .card-title {
        font-size: 1.2rem;
        font-weight: bold;
    }

    .tour .card .btn-light {
        color: #fff;
        background-image: linear-gradient(to right, #b8cbb8 0, #b8cbb8 0, #b465da 0, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
    }
/* About- Section */
.about {
    padding: 120px 0;
    color: #000;
    background: #fff;
}

    .about h3 {
        font-weight: bold;
        position: relative;
        letter-spacing: 5px;
    }

        .about h3 span {
            position: absolute;
            top: 15px;
            left: -65px;
            width: 40px;
            height: 2px;
            background-color: #fff;
        }

    .about .box {
        text-align: center;
    }

        .about .box img {
            width: 100%;
            margin-bottom: 20px;
        }

        .about .box p {
            padding-right: 10px;
            padding-left: 10px;
        }

        .about .box ul {
            padding-left: 0;
        }

            .about .box ul li {
                display: inline-block;
            }

                .about .box ul li a {
                    font-size: 1.3rem;
                    padding: 5px;
                    color: #000;
                }
/* Contact - Section */
.contact {
    padding: 0 0 120px;
    color: #333;
}

    .contact h3 {
        font-weight: bold;
        position: relative;
        margin-top: 50px;
        letter-spacing: 5px;
    }

        .contact h3 span {
            position: absolute;
            top: 15px;
            left: -65px;
            width: 40px;
            height: 2px;
            background-color: #333;
        }

    .contact .btn-light {
        color: #fff;
        background-image: linear-gradient(to right, #b8cbb8 0, #b8cbb8 0, #b465da 0, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
    }

    .contact input {
        height: 45px;
    }
/* Footer - Section */
footer {
    padding: 20px 0;
    text-align: center;
    color: #333;
    border-top: 1px dashed #dedede;
    background: #f8f8f8;
}

    footer i {
        color: ghostwhite;
    }
/* Detail- Section */
.blog-detail .navbar .back {
    margin-right: 15px;
    text-decoration: underline;
}

.blog-detail .navbar {
    padding: 20px 0;
    transition: all .3s;
}

.blog-detail .navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

    .blog-detail .navbar-dark .navbar-nav .nav-link:focus,
    .blog-detail .navbar-dark .navbar-nav .nav-link:hover {
        color: #fff;
    }

.blog-detail .navbar-brand {
    font-weight: bold;
    text-transform: uppercase;
}

.blog-detail .blog {
    margin-bottom: 30px;
    padding: 120px 0 70px;
}

.blog-detail .content {
    padding-bottom: 30px;
    color: #333;
    border-bottom: 1px dashed #dedede;
}

    .blog-detail .content h1,
    .blog-detail .content h2,
    .blog-detail .content h3,
    .blog-detail .content h4,
    .blog-detail .content h5,
    .blog-detail .content h6 {
        text-transform: capitalize;
    }

    .blog-detail .content .aligncenter,
    .blog-detail .content div.aligncenter {
        display: block;
        margin: 5px auto;
        text-align: center;
    }

    .blog-detail .content .alignright {
        float: right;
        margin: 5px 0 20px 20px;
    }

    .blog-detail .content .alignleft {
        float: left;
        margin: 5px 20px 20px 0;
    }

    .blog-detail .content .caption-text {
        font-size: 12px;
        font-style: italic;
        text-align: center;
    }

.blog-comment {
    margin-top: 10px;
}

    .blog-comment h3 {
        font-size: 14px;
        font-weight: 800;
        line-height: 30px;
        text-transform: uppercase;
        color: #333;
    }

        .blog-comment h3 i {
            font-size: 18px;
        }

    .blog-comment a {
        font-weight: bold;
        color: #333;
    }

    .blog-comment ul {
        padding: 0;
        list-style-type: none;
    }

    .blog-comment img {
        opacity: 1;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        filter: alpha(opacity=100);
        -o-border-radius: 4px;
    }

        .blog-comment img.avatar {
            position: relative;
            float: left;
            width: 65px;
            height: 65px;
            margin-top: 0;
            margin-left: 0;
        }

    .blog-comment .post-comments {
        position: relative;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 10px 20px;
        color: #6b6e80;
        border: 1px dashed #dedede;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #fff;
        -o-border-radius: 4px;
    }

    .blog-comment .meta {
        font-size: 13px;
        margin-bottom: 10px !important;
        padding-bottom: 8px;
        color: #aaa;
        border-bottom: 1px solid #eee;
    }

    .blog-comment ul.comments ul {
        margin-left: 85px;
        padding: 0;
        list-style-type: none;
    }

.reply {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 4px;
}

    .reply h3 {
        margin-top: 0;
        text-decoration: none;
    }

    .reply .required {
        color: red;
    }

    .reply .btn-submit {
        margin-top: 10px;
        padding: 17px;
        color: #fff;
        background-image: linear-gradient(to right, #b8cbb8 0, #b8cbb8 0, #b465da 0, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
    }

        .reply .btn-submit:hover {
            cursor: pointer;
        }
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .blog .list {
        margin-bottom: 30px;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    body,
    html {
        height: 100%;
    }

    header {
        height: 100%;
    }

        header .container {
            padding-right: 15px !important;
            padding-left: 15px !important;
        }

        header .title {
            display: block;
            text-align: center;
        }

            header .title h1 {
                font-size: 2rem;
                margin-right: -5px;
                letter-spacing: 5px;
            }

        header .download {
            display: block;
        }

            header .download a {
                display: block;
                width: 100%;
                margin-bottom: 10px;
                margin-left: 0;
            }

    .show-stage .card {
        width: 100%;
        margin-bottom: 30px;
    }

    .gallery ul li {
        width: 50%;
    }

    .tour .card {
        margin-bottom: 30px;
    }

    .blog-detail .navbar .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .blog-detail .navbar .back {
        margin-right: 0;
    }

    .blog-detail .content img {
        max-width: 100%;
    }
}
