body {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    background: url("../img/bg.jpg") top center no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

body::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.8);
}

@media (min-width: 1366px) {
    body {
        background-attachment: fixed;
    }
}

a {
    color: #ff0000;
    text-decoration: none;
}

a:hover {
    color: #ff3333;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

#main {
    position: relative;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #ff0000;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #ff2929;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
#main {
    position: relative;
    width: 100%;
    padding: 80px 0;
    /* countdown */
}

#main h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

#main h2 {
    color: #eee;
    margin-bottom: 40px;
    font-size: 22px;
}

#main .countdown div {
    text-align: center;
    margin: 10px;
    width: 100px;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.12);
    border-top: 5px solid #ff0000;
}

#main .countdown div h3 {
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 15px;
}

#main .countdown div h4 {
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 575px) {
    #main .countdown div {
        width: 70px;
        padding: 10px 0;
        margin: 10px 8px;
    }

    #main .countdown div h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    #main .countdown div h4 {
        font-size: 14px;
        font-weight: 500;
    }
}

@keyframes animate-loading-notify {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#main .social-links {
    margin-top: 50px;
}

#main .social-links a {
    font-size: 24px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1;
    padding-top: 14px;
    margin: 0 10px;
    text-align: center;
    transition: 0.3s;
}

#main .social-links a:hover {
    color: #fff;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
}

.section-bg {
    background-color: #fff5f5;
}

.section-title {
    text-align: center;
    padding-bottom: 15px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: rgba(19, 19, 19, 0.4);
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
    position: relative;
}

#footer .copyright {
    text-align: center;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

#footer .credits a {
    color: #ff3333;
}
