* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: #1f040b;
    color: #ffffff;
}

h1, h2 {
    text-transform: uppercase;
    font-weight: 800;
}

.container {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.btn {
    border: none;
    background-color: transparent;
    background-image: url("../images/btn.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 207px;
    height: 41px;
    outline: none;
    color: white;
    font-size: 16px;
    font-family: inherit;
}

.btn:hover {
    opacity: 0.5;
}

/* Sections */
.section {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 100px;
    padding-bottom: 80px;
}

.section .section-inner {
    margin-left: -50px;
    margin-right: -50px;
    position: relative;
    z-index: 10;
}

.section .section-inner:after {
    content: ' ';
    display: table;
    clear: both;
}

.section .section-image {
    margin-left: -50px;
    margin-right: -50px;
}

.section .section-image img {
    width: 100%;
    display: block;
}

.section-number {
    font-size: 150px;
    line-height: 150px;
    font-weight: 800;
}

.section .section-title h1 {
    font-size: 40px;
}

.section .section-title span {
    display: inline-block;
}

.section .section-title h1.narrow {
    line-height: 1.2em;
}

.section .section-title h1 .large-1 {
    font-size: 60px;
}

.section .section-title h1 .large-2 {
    font-size: 150px;
    line-height: 135px;
}

.section .section-title h1 .large-05 {
    font-size: 20px;
}

.section .section-title h1 .black {
    color: #1f040b;
}

.section .section-title h1 .block {
    display: block;
}

.section-content {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.5px;
}

.section.section-pink {
    background-color: #cd1e4c;
}

.section.section-pink:before {
    content: ' ';
    display: block;
    position: absolute;
    height: 207px;
    left: 0;
    top: -50px;
    width: 100%;
    background-image: url("../images/bg1.png");
}

.section.section-pink:after {
    content: ' ';
    display: block;
    position: absolute;
    height: 350px;
    left: 0;
    bottom: -50px;
    width: 100%;
    background-image: url("../images/bg2.png");
}

.section.section-black {
    background-color: #1f040b;
}

.section .col {
    float: left;
    padding-left: 50px;
    padding-right: 50px;
}

.section .col.col-50 {
    width: 50%;
}

/* Intro */

.section.intro{
    padding-top: 50px;
}

.section.intro .section-image {
    max-width: 600px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.section.intro .section-content {
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
}

.section.intro .section-content .btn {
    margin-top: 40px;
}

.section.intro .section-image img {
    width: 100%;
    display: block;
}

/* Section 1 */
#section-1 .section-number {
    position: absolute;
    right: 10px;
}

/* Section 2 */
#section-2 .section-title:before {
    content: ' ';
    display: table;
}

#section-2 .section-number {
    padding: 0;
    line-height: 1em;
}

#section-2 .section-title .section-number {
    display: block;
    float: left;
}

#section-2 .section-title h1{
    margin-left: 100px;
    line-height: 1em;
}

/* Section 3 */
#section-3 .section-title {
    margin-right: -150px;
    font-size: 38px;
    line-height: 40px;
}

#section-3 .section-image{
    margin-top: 50px;
}

#section-3 .section-number {
    position: absolute;
    right: 10px;
    top: 0;
}


/* Section 4 */
#section-4 .section-title {
    position: relative;
    z-index: 100;
    padding-left: 100px;
    margin-bottom: -30px;
}

#section-4 .section-title:after {
    content: ' ';
    display: table;
    clear: both;
}

#section-4 .section-number {
    padding: 0;
    font-size: 100px;
    line-height: 100px;
}

#section-4 .section-title .section-number {
    display: block;
    float: left;
}

#section-4 .section-title h1{
    margin-left: 70px;
    line-height: 50px;
}

/* Section 5 */
#section-5 .section-title {
    margin-right: -150px;
}

#section-5 .col-number .section-number {
    float: left;
}

#section-5 .col-number .section-number-content {
    margin-left: 100px;
}

/* Section 6 */
#section-6 .section-title {
    margin-right: -130px;
}

#section-6 .section-content {
    margin-right: -50px;
}

#section-6 .section-number {
    position: absolute;
    right: 10px;
    top: 0;
}

/* Section 7 */
#section-7 .section-number {
    font-size: 130px;
    position: absolute;
    right: 30px;
    top: 0;
}


@media only screen and (max-device-width: 650px)  {
    .section .section-inner {
        padding-left: 20px;
        padding-right: 20px;
        margin: 0;
        position: static;
    }

    .section {
        padding: 200px 30px 60px 30px;
    }

    .section .col {
        float: none;
        width: 100% !important;
        padding: 0 !important;
    }

    .section.section-pink:before {
        display: none;
    }

    .section.section-pink:after {
        display: none;
    }

    .section .section-title {
        text-align: center;
        position: initial !important;
        padding: 0 !important;
        width: 100%;
        line-height: 35px !important;
        margin: 0 !important;
        z-index: 1;
    }

    .section .section-title h1 {
        margin-left: 0 !important;
        font-size: 20px !important;
        line-height: 35px !important;
    }

    .section .section-title h1 span {
        font-size: 20px !important;
        line-height: 35px;
    }

    .section .section-title h1 .large-2 {
        line-height: 35px;
    }

    .section .section-image {
        position: absolute;
        top: 10px;
        left: 20px;
        width: 45%;
        margin: 0 !important;
        z-index: 1;
    }

    .section .section-number {
        position: absolute !important;
        right: 20px !important;
        top: 0 !important;
        float: none;
        display: block;
        font-size: 160px !important;
        line-height: 170px !important;
    }

    .section-number-content {
        margin: 0 !important;
    }

    .section.intro .section-image {
        position: static;
    }

    .icon-scroll {
        display: none;
    }

    .btn-next {
        bottom: 20px !important;
    }
}


.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}
.icon-scroll {
    left: 20px;
    bottom: 20px;
    position: fixed;
    width: 40px;
    height: 70px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
    z-index: 1000;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}

.btn-next {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: white;
    border: 1px solid;
    border-radius: 25px;
    z-index: 300;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
}

.logo {
    position: absolute;
    top: 10px;
    right: 20px;
}
.logo img {
    display: block;
}