@import "bootstrap.min.css";
html,
body {
    margin: 0;
    height: 100%;
}

header {
    position: absolute;
    padding: 30px 0;
    z-index: 10;
    width: 100%;
}

header nav {
    display: flex;
    align-items: center;
}

header nav .menu {
    margin-left: auto;
    display: inline-block;
}

header nav .menu img {
    height: 24px;
}

.main-top {
    background-color: #48466d;
    position: relative;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 7;
}

.main-card {
    min-height: 1271px;
    position: relative;
    z-index: 6;
}

.main-top:before {
    content: '';
    height: 200px;
    width: 100%;
    background-position: center;
    background-image: url(../images/clouds.svg);
    z-index: 4;
    position: absolute;
    bottom: -50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-top .img-holder1 {
    max-width: 1095px;
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, 0);
}

.main-top .clouds {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    margin: 0 0;
}

.main-top .clouds img {
    width: 100%;
}

.countdown {
    color: #fff;
    display: flex;
}

.countdown a img {
    height: 32px;
}

.main-top .countdown {
    position: absolute;
    top: 340px;
    left: 174px;
    color: #fff;
    display: flex;
    font-size: 102px;
    line-height: 100px;
    font-weight: bold;
    text-align: center;
    max-width: 800px;
    width: 100%;
}

.main-two .countdown.social-icon {
    justify-content: space-between;
    max-width: 180px;
}

.main-top .countdown span {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}

.countdown div {
    flex: 1;
}

.countdown .count-text {
    display: block;
    font-size: 24px;
    font-weight: normal;
}

.tree-left {
    left: -150px;
    position: absolute;
    z-index: 4;
    bottom: 44px;
}

.tree-right img,
.tree-left img {
    height: 585px;
}

.gift-box {
    width: 100%;
    position: absolute;
    z-index: 3;
    max-width: 699px;
    right: -372px;
    bottom: 88px;
}

.tree-right {
    right: -150px;
    position: absolute;
    z-index: 7;
    bottom: 60px;
}

.wrapper {
    overflow: hidden;
}

.container {
    position: relative;
}

.main-two {
    background-image: url(../images/bg-card.svg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 0 0 36px;
    margin-top: -29px;
    position: relative;
    z-index: 7;
}

.main-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.img-ad {
    max-width: 290px;
    width: 100%;
    position: relative;
    bottom: 6px;
    left: 0;
}

.main-two .countdown {
    position: absolute;
    max-width: 250px;
    width: 100%;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.main-two .countdown span {
    font-size: 16px;
}

.img-ad .count1 {
    top: 42px;
    left: 20px;
}

.img-ad .count2 {
    top: 155px;
    left: 20px;
}

.img-ad .count3 {
    top: 270px;
    left: 20px;
}

.img-ad .count4 {
    top: 394px;
    left: 51px;
}

.main-two .img-work {
    max-width: 850px;
    width: 100%;
    flex: 1;
    position: relative;
    top: 0;
    right: 0;
}

.img-ad .cls-38,
.img-ad .cls-4,
.img-ad .cls-5 {
    stroke: none;
}

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.animate-flicker {
    -webkit-animation: flickerAnimation 2s infinite;
    -moz-animation: flickerAnimation 2s infinite;
    -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}

.mob-image {
    display: none;
}

.bg-blue {
    background-color: #48466d;
    padding: 24px 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.bg-blue p {
    color: #fff;
    margin: 0;
    text-align: center;
}

.brand-logo img {
    width: 200px;
}

.brand-logo:hover {
    color: #fff;
    text-decoration: none;
}