html, body {
    position: relative;
    height: 100%;
    padding: 0;
}

.pull-up-container {
    position: relative;
}

/* first section */
.bg-ghost {
    background: url("../img/layout/bg-ghost.png") no-repeat top center;
    text-align: center;
    background-size: contain;
}

.bg-ghost p {
    font-size: 4.2rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.bg-ghost img {
    max-width: 40rem;
    width: 100%;
    margin-bottom: 2rem;
}

.first .button {
    background-color: transparent;
    border: .2rem solid #ffffff;
    padding: 2rem;
    font-family: 'Martel', sans-serif;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}

.first .fixed-bottom {
    bottom: 4rem;
}

.first .fixed-bottom p {
    font-size: 1.4rem;
    margin: 0;
}

.first .layer-black {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.first .gradient-bottom {
    background: rgba(226, 226, 226, 0);
    background: -moz-linear-gradient(top, rgba(226, 226, 226, 0) 0%, rgba(226, 226, 226, 0.05) 5%, rgba(226, 226, 226, 0.07) 7%, rgba(22, 31, 47, 0.9) 90%, rgba(22, 31, 47, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226, 226, 226, 0)), color-stop(5%, rgba(226, 226, 226, 0.05)), color-stop(7%, rgba(226, 226, 226, 0.07)), color-stop(90%, rgba(22, 31, 47, 0.9)), color-stop(100%, rgba(22, 31, 47, 1)));
    background: -webkit-linear-gradient(top, rgba(226, 226, 226, 0) 0%, rgba(226, 226, 226, 0.05) 5%, rgba(226, 226, 226, 0.07) 7%, rgba(22, 31, 47, 0.9) 90%, rgba(22, 31, 47, 1) 100%);
    background: -o-linear-gradient(top, rgba(226, 226, 226, 0) 0%, rgba(226, 226, 226, 0.05) 5%, rgba(226, 226, 226, 0.07) 7%, rgba(22, 31, 47, 0.9) 90%, rgba(22, 31, 47, 1) 100%);
    background: -ms-linear-gradient(top, rgba(226, 226, 226, 0) 0%, rgba(226, 226, 226, 0.05) 5%, rgba(226, 226, 226, 0.07) 7%, rgba(22, 31, 47, 0.9) 90%, rgba(22, 31, 47, 1) 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 17rem;
}

.wrapper-buttons .dropdown-menu.show {
    z-index: 9999;
}

/* -- first section -- */
/* second section */
.second .gradient-top {
    background: rgba(22, 31, 47, 1);
    background: -moz-linear-gradient(top, rgba(22, 31, 47, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(22, 31, 47, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(22, 31, 47, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(22, 31, 47, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(22, 31, 47, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(22, 31, 47, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#161f2f', endColorstr='#ffffff', GradientType=0);
    position: absolute;
    top: 0;
    width: 100%;
    height: 40rem;
}

.second .button.bg-red {
    margin-top: 5rem;
}

/* -- second section -- */
/* third section */
.third .gradient-top {
    background: rgba(255, 192, 98, 1);
    background: -moz-linear-gradient(top, rgba(255, 192, 98, 1) 0%, rgba(22, 31, 47, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 192, 98, 1)), color-stop(100%, rgba(22, 31, 47, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 192, 98, 1) 0%, rgba(22, 31, 47, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 192, 98, 1) 0%, rgba(22, 31, 47, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 192, 98, 1) 0%, rgba(22, 31, 47, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 192, 98, 1) 0%, rgba(22, 31, 47, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc062', endColorstr='#161f2f', GradientType=0);
    position: absolute;
    top: 0;
    width: 100%;
    height: 40rem;
}

.third p {
    margin-bottom: 5rem;
}

/* -- third section -- */
/* fourth section */
.fourth {
    background-color: #882f2a;
}

.fourth a .material-icons {
    position: relative;
    top: 0.6rem;
}

.text-yellow {
    color: #ffc062;
}

.list-link {
    text-align: right;
}

/* -- fourth section -- */
/* fifth section */
.fifth {
    background-color: #2e73fc;
}

.fifth h2 {
    margin-bottom: 17rem;
}

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

/* -- fifth section -- */
/* Swiper */
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.swiper-slide.first {
    background-image: url("../img/layout/bg-first.png");
    background-position: center center;
    background-size: cover;
}

.swiper-slide.second {
    background-color: #2e73fc;
    background-image: url("../img/layout/bg-second.png");
    background-position: bottom center;
}

.swiper-slide.third {
    background-color: #da5454;
    background-image: url("../img/layout/bg-third.png");
    background-position: bottom center;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-repeat: no-repeat;
}

.swiper-pagination-bullet {
    background-color: #f1b527;
    width: .4rem;
    height: .4rem;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #f1b527;
    width: 1.2rem;
    height: 1.2rem;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 1rem auto;
}

/* -- Swiper -- */
@media (max-height: 690px) {
    .first .fixed-bottom p {
        display: none;
    }
}

@media (max-width: 992px) {


    p {
        font-size: 1.5rem;
    }

    .first .button {
        padding: 1.5rem;
    }

    .third p {
        margin-bottom: 2rem;
    }

    .first .fixed-bottom p {
        display: none;
    }

    .wrapper-buttons .dropdown-menu.show {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 992px) and (max-height: 790px) {
    .img-scroll {
        display: none;
    }

    .badge-fix {
        top: 12rem;
        left: 1.5rem;
        right: initial;
    }

    .bg-ghost p {
        font-size: 3.2rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 860px) {
    .badge-fix {
        top: 12rem;
        left: 1.5rem;
        right: initial;
    }
}

@media (max-width: 767px) {
    .bg-ghost img {
        max-width: 25rem;
    }

    .img-scroll {
        display: none;
    }

    .second .button.bg-red {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 420px) {
    .badge-fix {
        display: none;
    }

    .bg-ghost p {
        font-size: 2rem;
    }

    .pull-up-container {
        top: 0;
    }

    .third p {
        margin-bottom: 1rem;
    }

    .list-link {
        text-align: left;
    }
}
