body {
    background:url('img/bg.gif');
    background-position: center center;
    background-repeat: no-repeat; 
    background-size: cover;
    height:100%;    
}

a {
    color: transparent !important;
}


a[href^=tel] {
    color: inherit;
    text-decoration: none;
}


#header {
    position: relative;
    width: 100%;
    /* padding: 100px 0; */
    color: #fff;
    margin-bottom: 150px;
}

#header h1 {
    margin: 0 0 10px 0;
    font-size: 80px;
    font-weight: 900;
    /* color: #F78BD3 */
    color: #fff;
}

.h1-sec {
    color: #C3DD07 !important;
    
}

#header h2 {
    margin: 0 0 10px 0;
    font-size: 45px;
    font-weight: 900;
    color: #F78BD3;
}

#header h4 {
    margin: 0 0 10px 0;
    font-size: 25px;
    font-weight: 900;
}

#header h5 {
    margin: 0 0 10px 0;
    font-size: 25px;
    font-weight: 900;
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
}

#header h6 {
    margin: 0 0 10px 0;
    font-size: 25px;
    font-weight: 900;
    color: #F78BD3;
}

#brand-jts {
    padding-top: 30px;
}

.btn-action .btn {
    border: 0;
    padding: 20px;
    color: #4333FF;
    border-radius: 10px;
    font-size: 25px;
    font-weight: 900;
    width: 320px;
}

.btn-action .btn-one {
    background: #C3DD07;
    margin-right: 20px;
}

.btn-action .btn-two {
    background: #F78BD3;
}

.img-brand {
    /* width: 130px; */
    width: 100px;
}

.social-1 {
    margin-right: 15px;
}

footer {
    margin-bottom: 30px;
}

footer p {
    /* font-size: 20px; */
    /* font-size: 10px; */
    font-weight: 900;
    /* color: #4333FF; */
    color: #fff;
}

footer img {
    width: 40px;
}

.contact-list img {
    width: 24px;
    /* width: 15px; */
}

#timer {
    text-align: center;
    font-size: 3em;
    font-weight: 900;
    color: #4333FF;
    padding: 20px;
}

#timer div {
    display: inline-block;
    min-width: 90px;
    padding: 15px;
    width: 120px;
    background: #C3DD07;
    border-radius: 10px;
    margin: 15px;
}

#timer div span  {
    color: #4333FF;
    display: block;
    margin-top: 15px;
    font-size: .35em;
    font-weight: 900;
}

.contact-list {
    margin-bottom: 0;
}

/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #header h1 {
        /* font-size: 50px; */
        font-size: 40px; !important
        font-weight: 300; !important;
    }
    #header h2 {
        font-size: 35px;
        margin-top: 50px;
    }
    #header h4 {
        font-size: 16px;
    }
    .img-brand {
        width: 60px;
    }
    footer img {
        width: 30px;
    }
    .social {
        display: block;
    }
    .icon-list {
        margin: 0 20px !important;
    }
    .txt-info {
        text-align: unset !important;
    }
    .contact-list {
        font-size: 10px;
        margin-bottom: 0;
        margin-left: 15px;
    }
    .contact-list img{
        width: 24px;
    }
    .btn-action .btn-one {
        margin-right: 0px;
    }
    .h1-sec {
        font-size: 40px !important;
    }
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}