/* Import Fonts */

@import url("//hello.myfonts.net/count/3957fa");
@font-face {
    font-family: 'PlutoBold';
    src: url('../webfonts/3957FA_0_0.eot');
    src: url('../webfonts/3957FA_0_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/3957FA_0_0.woff2') format('woff2'), url('../webfonts/3957FA_0_0.woff') format('woff'), url('../webfonts/3957FA_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'PlutoLight';
    src: url('../webfonts/3957FA_1_0.eot');
    src: url('../webfonts/3957FA_1_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/3957FA_1_0.woff2') format('woff2'), url('../webfonts/3957FA_1_0.woff') format('woff'), url('../webfonts/3957FA_1_0.ttf') format('truetype');
}

@font-face {
    font-family: 'PlutoSansBlack';
    src: url('../webfonts/3957FA_2_0.eot');
    src: url('../webfonts/3957FA_2_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/3957FA_2_0.woff2') format('woff2'), url('../webfonts/3957FA_2_0.woff') format('woff'), url('../webfonts/3957FA_2_0.ttf') format('truetype');
}

header {
    height: 90vh;
    width: 100%;
}

section {
    padding: 150px 0;
    overflow: hidden !important;
    height: 60vh;
}

.description {
    padding-bottom: 260px;
    z-index: 9999;
}

.bg-primary {
    background-color: white !important;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    z-index: 0;
}

.dots-header {
    background-image: url(../images/svg/dots_01.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: right 20% bottom 20%;
    width: 100%;
    height: 90vh;
    position: absolute;
    z-index: 1001;
    pointer-events: none;
    -webkit-transition: 0.6s;
    /* For Safari 3.1 to 6.0 */
    transition: 0.6s;
}

.dots-section {
    background-image: url(../images/svg/dots_02.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right -5% top 10%;
    width: 100%;
    height: 60vh;
    position: absolute;
    z-index: 1001;
    pointer-events: none;
    margin-top: -150px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    /* font-family: 'PlutoOreo'; */
    font-family: 'PlutoSansBlack';
    font-weight: 300;
}

h1 {
    font-size: 124px;
    line-height: 1.1;
}

h2 {
    font-size: 64px;
    line-height: 1.2;
    color: #afe0e0;
    margin-bottom: 100px;
    z-index: 9999;
}

body {
    font-family: kopius, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.8em;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    letter-spacing: -0.5px;
    color: rgba(0, 0, 0, .83);
}

section a {
    color: black;
    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    -ms-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    transition: color .15s ease-out;
    padding-bottom: .05em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(20, 80, 180, .3);
    -webkit-transition: border-color .15s ease-out, color .15s ease-out;
    -moz-transition: border-color .15s ease-out, color .15s ease-out;
    -ms-transition: border-color .15s ease-out, color .15s ease-out;
    -o-transition: border-color .15s ease-out, color .15s ease-out;
    transition: border-color .15s ease-out, color .15s ease-out;
}

section a:hover {
    text-decoration: none;
    color: rgba(20, 80, 180, .6);
    border-color: rgba(20, 80, 180, .15);
}

strong {
    font-weight: 700;
}

.pl-100 {
    padding-left: 135px;
}

.navbar-brand {
    top: 210px;
    width: 300px;
    height: 200px;
    -webkit-transition: 0.6s;
    /* For Safari 3.1 to 6.0 */
    transition: 0.6s;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1002;
    left: 135px;
}

.navbar-brand-bg {
    top: -20px;
    left: 20px;
    width: 600px;
    height: 400px;
    -webkit-transition: 0.6s;
    /* For Safari 3.1 to 6.0 */
    transition: 0.6s;
    background-image: url(../images/svg/dots_logo.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: left top;
    position: absolute;
    z-index: 9999;
}

.bg-orange {
    background-color: #FF3333;
    overflow: hidden;
    z-index: 1;
    /* margin-top: -100px; */
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right -10% top -50%;
}

.bg-orange p,
.bg-orange a {
    color: white;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: -1px;
}

.bg-orange a {
    border-color: white;
}

.bg-orange a:hover {
    color: #afe0e0;
    border-color: #afe0e0;
}


/* Footer */

.copyright {
    position: absolute;
    z-index: 9999;
    right: 0;
    margin-top: -5rem;
    height: 5rem;
    ;
    width: 50%;
    color: white;
    text-align: right;
    padding-right: 5rem;
}

.copyright p {
    font-size: 10px;
}


/* Super desktop devices*/

@media (max-width: 1920px) {
    h1 {
        font-size: 4.2vw;
        line-height: 1.1;
    }
    h2 {
        font-size: 42px;
    }
    .description {
        padding-bottom: 160px;
    }
    .navbar-brand {
        width: 240px;
        top: 160px;
    }
    .navbar-brand-bg {
        background-size: 65%;
    }
}


/* Super desktop devices*/

@media (min-width: 1921px) {
    h1 {
        font-size: 5vw;
        line-height: 1.1;
    }
    h2 {
        font-size: 2.2vw;
    }
}


/* Laptop devices*/

@media (max-width: 1440px) {
    .description {
        padding-bottom: 80px;
    }
    .pl-100 {
        padding-left: 75px;
    }
    .navbar-brand {
        top: 75px;
        left: 75px;
        width: 168px;
    }
    .navbar-brand-bg {
        background-image: url(../images/svg/dots_logo_laptop.svg);
        background-size: 30%;
        top: -10px;
        left: 40px;
        z-index: 1;
    }
    h1 {
        font-size: 75px;
    }
    h2 {
        font-size: 38px;
        margin-bottom: 64px;
    }
    .dots-header {
        background-size: 60%;
        background-image: url(../images/svg/dots_01_laptop.svg);
    }
    .dots-section {
        background-size: 60%;
        height: 90vh;
        background-image: url(../images/svg/dots_02_laptop.svg);
        margin-top: -20px;
        background-position: right -8% top;
        z-index: 0;
    }
    .bg-orange {
        height: 90vh;
        background-size: 50% !important;
        background-position: right -10% bottom 10% !important;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .bg-orange p,
    .bg-orange a {
        font-size: 16px;
    }
}


/* Ipad devices - Portrait*/

@media (max-width: 768px) {
    header {
        height: 70vh;
    }
    .dots-header {
        background-size: 65% !important;
        background-image: url(../images/svg/dots_01_ipad.svg);
        background-position: right 95% bottom 10%;
    }
    .dots-section {
        background-size: 75% !important;
        height: 60vh;
        background-image: url(../images/svg/dots_02_ipad.svg);
        z-index: 0;
    }
    .bg-orange {
        height: 60vh;
        background-size: 60% !important;
        background-position: right -25% bottom -25% !important;
    }
    .bg-orange p br {
        display: none;
    }
    .bg-orange a {
        display: inline-block;
    }
}


/* Ipad landscape */

@media (max-width: 1024px) {
    .description {
        padding-bottom: 100px;
    }
    .dots-header {
        background-image: url(../images/svg/dots_01_ipad.svg);
        background-size: 50%;
    }
    .dots-section {
        background-image: url(../images/svg/dots_02_ipad.svg);
        background-size: 50%;
        z-index: 0;
    }
    h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }
}


/* Small Devices */

@media (max-width: 480px) {
    .bg-primary {
        height: 50vh;
        background-image: url(../images/bg_mobile.png);
        background-position: right bottom -1px!important;
    }
    .bg-orange {
        height: 50vh;
        background-image: none;
    }
    .description {
        padding-bottom: 60px;
    }
    .navbar-brand {
        width: 108px;
        top: 24px;
        left: 40px;
    }
    .navbar-brand {
        background-image: url(../images/logo_mobile.png) !important;
    }
    .navbar-brand-bg {
        background-image: url(../images/svg/dots_logo_mobile.svg);
        width: 60%;
        top: -16px;
        left: -4px;
        background-size: 80%;
    }
    h1 {
        font-size: 33px;
    }
    h2 {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .bg-orange p,
    .bg-orange a {
        /* font-size: 14px; */
    }
    .pl-100 {
        padding-left: 40px;
    }
    .dots-header {
        background-image: url(../images/svg/dots_01_mobile.svg);
        background-size: 90% !important;
        background-position: left -20px bottom 10px;
    }
    .dots-section {
        background-image: url(../images/svg/dots_02_mobile.svg);
        /* background-size: 80%; */
        height: 58vh;
        background-position: right -8% top;
        z-index: 0;
        overflow:visible;
        margin-top: -27px;
    }
    .bg-primary {
        background-size: cover;
        background-position: 60% bottom;
    }
    .copyright {
        width: 100% !important;
        padding-right: 0 !important;
        margin-top: -3rem;
        height: 2rem;
    }
    .copyright p {
        text-align: left;
        padding-left: 40px;
        margin-bottom: 0;
    }
    section {
        padding: 64px 0;
    }
}