﻿

.clearfix {
    clear: both;
    float: none;
}

.bg-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
    background: rgba(144,15,25,1);
    background: -moz-linear-gradient(45deg, #900e18 0%, rgb(88 0 7 / 89%) 31%, rgb(0 0 0 / 29%) 100%);
    background: -webkit-linear-gradient(45deg, #900e18 0%, rgb(88 0 7 / 89%) 31%, rgb(0 0 0 / 29%) 100%);
    background: -o-linear-gradient(45deg, #900e18 0%, rgb(88 0 7 / 89%) 31%, rgb(0 0 0 / 29%) 100%);
    background: -ms-linear-gradient(45deg, #900e18 0%, rgb(88 0 7 / 89%) 31%, rgb(0 0 0 / 29%) 100%);
    background: linear-gradient(45deg, #900e18 0%, rgb(88 0 7 / 89%) 31%, rgb(0 0 0 / 29%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010080', endColorstr='#fe0000', GradientType=1 );
}

.wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

section {
    overflow: hidden;
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
}

.no-js #preload {
    display: none;
}

.kenburnsy {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .kenburnsy.fullscreen {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        height: calc(100% + 165px);
    }

    .kenburnsy img {
        display: none;
    }

    .kenburnsy .slide {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        transform-origin: center;
        transform: translateZ(0);
    }

/* .preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    opacity: 0;
} */

#preload {
    background-color: #f6f6f6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9999;
}

#preload-content {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10000;
}

.preload-bounce {
    margin: 0 auto 15px;
    text-align: center;
}

.bounce1, .bounce2, .bounce3, .bounce4 {
    -webkit-animation-name: pbounce;
    -webkit-animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-name: pbounce;
    -moz-animation-duration: 1.4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: both;
    -o-animation-name: pbounce;
    -o-animation-duration: 1.4s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
    animation-name: pbounce;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    background: #0095CC;
    display: inline-block;
    height: 15px;
    margin: 0 3px;
    opacity: .6;
    width: 15px;
}

.bounce1 {
    -webkit-animation-delay: -.48s;
    -moz-animation-delay: -.32s;
    -o-animation-delay: -.32s;
    animation-delay: -.32s;
}

.bounce2 {
    -webkit-animation-delay: -.32s;
    -moz-animation-delay: -.16s;
    -o-animation-delay: -.16s;
    animation-delay: -.16s;
}

.bounce3 {
    -webkit-animation-delay: -.16s;
    -moz-animation-delay: -.16s;
    -o-animation-delay: -.16s;
    animation-delay: -.16s;
}

@-webkit-keyframes pbounce {
    0%,80%,100% {
        -webkit-transform: scale(0.0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@-moz-keyframes pbounce {
    0%,80%,100% {
        -moz-transform: scale(0.0);
    }

    40% {
        -moz-transform: scale(1.0);
    }
}

@keyframes pbounce {
    0%,80%,100% {
        transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
    }
}



/* .navigation {
    -webkit-transition: all .3s ease .3s;
    -moz-transition: all .3s ease .3s;
    -ms-transition: all .3s ease .3s;
    -o-transition: all .3s ease .3s;
    transition: all .3s ease .3s;
    border: 1px solid #ccc;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    z-index: 15;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 20px 10px 0;
    padding: 5px;
}

    .navigation i {
        margin-top: 6px;
        text-align: center;
        width: 40px;
    } */



#rotate {
    margin: 0;
    padding-bottom: 10px;
}

.swiper-slide h2 {
    line-height: 1.1;
    margin: 0 0 30px;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #FFF;
    text-align: center;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@media only screen and (max-width: 1123px) {
    .herotext h1 {
        font-size: 70px;
        letter-spacing: 1px;
    }
}

@media only screen and (max-width: 767px) {
    .herotext h1 {
        font-size: 50px;
    }

    

    .herotext h4 {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .footer-part {
        margin-top: 3px !important;
    }

    .copyright {
        font-size: 11px !important;
        margin-bottom: 5px;
        margin-top: 3px;
    }

   
    ul.countdown li {
        width: 100px;
        height: 100px;
    }

        ul.countdown li span {
            font-size: 40px;
            margin-bottom: 12px;
        }
}

@media only screen and (max-width: 500px) {

    .subcribe {
        margin: -10px auto 20px;
    }

    .intro {
        width: 96%;
    }

    .herotext h1 {
        font-size: 40px;
        letter-spacing: 0;
        margin-bottom: 15px;
    }

    .herotext h4 {
        font-size: 12px;
        display: inline-block;
        letter-spacing: 0;
        margin-bottom: 15px;
        border-bottom: 2px solid;
    }

    .header-bottom {
        padding: 0;
        padding: 0;
    }

    ul.countdown li {
        width: 60px;
        height: 70px;
    }

        ul.countdown li span {
            font-size: 24px;
            margin-bottom: 6px;
        }

        ul.countdown li p {
            font-size: 12px;
            line-height: 26px;
        }

            ul.countdown li p:after {
                border-width: 6px;
                margin-left: -6px;
            }
}

