/* Main */

body {
    font-family: 'Ubuntu Mono', monospace;
    font-weight: 300;
    color: #818181;
    background-color: #2B2B45;
}
::selection {
    background: rgba(181, 129, 251, 0.4);
    /* WebKit/Blink Browsers */
}
::-moz-selection {
    background: rgba(181, 129, 251, 0.4);
    /* Gecko Browsers */
}
a:hover,
a:focus {
    text-decoration: none;
}
button,
input {
    border: none;
    outline: none;
}
h2 {
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    margin: 0 0 1.5em 0;
    font-weight: bold;
    text-transform: uppercase;
}
.align-center {
    display: flex;
    justify-content: center;
}

.flex-center {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox; 
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-content: center;
    -webkit-align-content: center;
    -ms-align-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.section {
    padding: 6em 0;
}

.mt7 {
    margin-top: 7em;
}

/* Header Section*/
.header {
    color: #fff;
    height: 45vh;
    display: flex;
    position: relative;
    align-items: center;
    background: url(../img/mockup.svg) no-repeat left center;
    background-position-x: 10%;
    min-height: 500px;
}
.header .logo {
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 500;
}
.header .triangles {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}
.header h1 {
    font-weight: bold;
    font-size: 46px;
    margin: 0;
    text-transform: uppercase;
}
.header p {
    font-size: 18px;
    font-weight: 200;
    line-height: 23px;
    padding: 1em 0;
    opacity: 0.8;
}
.info-holder {
    background: #fff;
    color: #2b2b45;
    padding: 2em 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    font-size: 14px;
    min-height: 270px;
}
.blue-border {
    border-right: 10px solid #28ADEC;
    border-left: 10px solid #28ADEC;
}
.blue-border.border-before:before {
    content: '';
    background: #28ADEC;
    position: absolute;
    width: 70px;
    height: 10px;
    top: -10px;
    left: 15px;
}
.blue-border.border-before:after {
    content: '';
    background: #28ADEC;
    position: absolute;
    width: 70px;
    height: 10px;
    bottom: -10px;
    left: 15px;
}
.blue-border.border-after:before {
    content: '';
    background: #28ADEC;
    position: absolute;
    width: 70px;
    height: 10px;
    top: -10px;
    right: 15px;
}
.blue-border.border-after:after {
    content: '';
    background: #28ADEC;
    position: absolute;
    width: 70px;
    height: 10px;
    bottom: -10px;
    right: 15px;
}
.green-border {
    border-right: 10px solid #b9e986;
    border-left: 10px solid #b9e986;
}
.green-border.border-before:before {
    content: '';
    background: #b9e986;
    position: absolute;
    width: 70px;
    height: 10px;
    top: -10px;
    left: 15px;
}
.green-border.border-before:after {
    content: '';
    background: #b9e986;
    position: absolute;
    width: 70px;
    height: 10px;
    bottom: -10px;
    left: 15px;
}
.green-border.border-after:before {
    content: '';
    background: #b9e986;
    position: absolute;
    width: 70px;
    height: 10px;
    top: -10px;
    right: 15px;
}
.green-border.border-after:after {
    content: '';
    background: #b9e986;
    position: absolute;
    width: 70px;
    height: 10px;
    bottom: -10px;
    right: 15px;
}
.info-holder h3 {
    font-size: 20px;
    color: #323C5A;
    font-weight: bold;
    margin: 0.5em 0;
    padding: 0;
}
.info-holder p {
    font-size: 16px;
    font-weight: 200;
    line-height: 20px;
    padding: 0;
    opacity: 0.6;
}

/* Navigation */
.main-nav {
    display: block;
    background-color: #29AAE8;
    padding: 1em 0;
}
.main-nav ul {
    display: flex;
    justify-content: center;
}
.main-nav ul li a {
    color: #fff;
    margin: 0 2em;
    text-transform: uppercase;
    font-size: 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.main-nav ul li:hover a {
    color: #2B2B45;
}
.nav-fixed {
    position: fixed;
    width: 100%;
    display: block;
    top: 0;
    z-index: 99;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}


/* Info */

.info-section {
    background: #fff;
}
.info-section h2 {
    color: #2B2B45;
}
.info-section p {
    font-size: 20px;
    margin-bottom: 1em;
}

/* Benefits Section */
.benefits-section h2 {
    color: #B9E986;
    margin: 0 0 0.5em 0;
}
.section-list li {
    color: #fff;
    font-size: 20px;
    display: block;
    position: relative;
    margin: 3em 0;
    padding-left: 3em;
}
.section-list li:last-child {
    margin: 0;
}

.section-list li:before {
    content: '';
    background: url(../img/tag.svg) no-repeat top center;
    display: block;
    width: 40px;
    height: 40px;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: absolute;
    left: 0;
    margin-top: -5px;
}
.section-list li.bonus:before {
    content: '';
    background: url(../img/plus.svg) no-repeat center center;
}
.section-list li:hover:before {
    transform: rotateY(180deg);
}

/* Team Section */
.team-section {
    background: #28ADEC;
}
.team-section h2 {
    margin: 0 0 2em 0;
}
.team-member {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    min-width: auto !important;
    margin: 0 4em;
    outline: none;
    text-align: center;
}

.member-name {
    font-size: 25px;
    font-weight: bold;
    margin: 1em 0 0.5em;
}

.member-team {
    font-size: 20px;
    margin: 0 0 1em;
}

.member-descr {
    font-size: 15px;
    text-align: center;
    font-style: italic;
    opacity: 0.8;
}

/* Requirements Section */
.requirements-section h2 {
    color: #E9E186;
    margin: 0;
}
.requirements-section .section-list li:before {
    content: '';
    background: url(../img/tag-yellow.svg) no-repeat center center;
    display: block;
    width: 40px;
    height: 40px;
}


/*Footer*/
.footer h2 {
    color: #fff;
    text-align: center;
}
.footer-top p {
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    margin: 0.5em 0 2em 0;
}
.footer-top p span {
    color: #2b2b45;
    font-size: 16px;
    padding-top: 14px;
    position: relative;
    display: block;
}
.footer-top p:last-child {
    margin: 0;
}
.footer-top a {
    color: #fff;
    text-decoration: underline;
}

.footer-top {
    color: #fff;
    background-color: #F36EA3;
} 
.footer-bottom {
    padding: 2em 0;
}
.footer-bottom p {
    font-size: 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.6;
}

@media screen and (max-width: 1200px) {
    .header {
        height: auto;
        padding: 4em 0;
    }
    .header .flex-center {
        text-align: center;
        display: block;
    }
    .header .triangles {
        width: 100%;
    }
    .mb70 {
        margin-bottom: 70px;
    }
    .info-holder {
        padding: 1em 1em;
        min-height: 250px;
    }
    .team-member {
        min-width: 150px !important;
    }
    .mt7 {
        margin-top: 1em;
    }
}
@media screen and (max-width: 996px) {
    .align-center {
        justify-content: flex-start;
    }
    .main-nav ul {
        display: flex;
        justify-content: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .main-nav ul li {
        margin: 0.5em 0;
    }
    .nav-fixed {
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 32px;
    }
    .slick-dots {
        margin-top: 1em !important;
        display: block !important;
        position: relative !important;
    }
    .header {
        align-items: baseline;
        height: auto;
    }
    .header .mockup {
        margin: 0 auto 2em;
    }
    .row-section {
        flex-direction: column-reverse;
        padding: 0;
    }
    .row-section.center {
        margin: 0 auto;
        flex-direction: column; 
    }
    .section-item {
        text-align: center !important;
    }
    .header h1 {
        font-size: 40px;
    }
    .section {
        padding: 4em 2em;
    }
    .team-member {
        min-width: auto !important;
    }
    .info-section p,
    .section-list li,
    .footer-top p {
        font-size: 18px;
    }
}