@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap);

/*
    font-family: 'Montserrat', sans-serif;
*/

* {
    box-sizing: border-box;
}
*,
ul {
    margin: 0;
    padding: 0;
}
ul {
    list-style-type: none;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.btn,
.pg__bar,
.transition {
    transition: all 0.25s ease;
}
body,
html {
    width: 100%;
    height: 100%;
}
body {
    min-width: 320px;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    z-index: 0;
    color: #000;
}
h1,
h2 {
    font-size: 1.375em;
}
h1,
h2,
h5 {
    line-height: 1.2;
}
h5 {
    font-size: 0.75em;
}
.c--accent {
    color: #9a9795;
}
.c--primary {
    color: #3b5998;
}
.c--green {
    color: #2ab736;
}
.btn,
.tt--u {
    text-transform: uppercase;
}
.btn {
    background-color: #fff;
    padding: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    min-height: 55px;
    color: #00A3FF;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    border: 1px solid #00A3FF;
    cursor: pointer;
    border-radius: 7px;
    width: 100%;
}
.btn--primary {
    background-color: #00A3FF;
    color: #fff;
}
.btn--primary:hover {
    background-color: #0093e6;
}
.btn--accent {
    background-color: #fff;
}
.btn--accent:hover {
    background-color: #f5f5f5;
}
.main {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.step,
.stepbox {
    position: relative;
    width: 100%;
    height: 100%;
}
.step {
    display: none;
    text-align: center;
    background-color: #fff;
    border-top: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.step__inner {
    height: 100%;
    flex-direction: column;
    align-items: stretch;
}
.step__header,
.step__inner {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.step__header {
    color: #000;
    padding: 15px;
    text-transform: uppercase;
    background: #fff;
    overflow: hidden;
    align-items: center;
}
.step__header img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
@media (max-height: 680px) {
    .step__header {
        padding: 10px 15px;
    }
    .step__header img {
        width: 50px;
        height: 50px;
    }
}
.step__header img,
.step__header span {
    vertical-align: middle;
    display: inline-block;
}
.step__header span {
    text-transform: capitalize;
    font-weight: 600;
    margin-left: 10px;
    font-size: 1.25em;
}
.step__header a {
    vertical-align: middle;
    display: inline-block;
    border-radius: 7px;
    padding: 4px 24px;
    border: 1px solid #00A3FF;
    color: #00A3FF;
    font-size: 16px;
    text-decoration: none;
}
.step__header .dots {
    position: relative;
    margin: 5px 14px 5px 20px;
    vertical-align: middle;
}
.step__header .dots,
.step__header .dots:after,
.step__header .dots:before {
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #787878;
    border-radius: 50%;
}
.step__header .dots:after,
.step__header .dots:before {
    content: "";
    position: absolute;
    top: 0;
}
.step__header .dots:before {
    left: -9px;
}
.step__header .dots:after {
    left: 9px;
}
.step__body {
    flex: 1 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
}
.step__body::before {
    -webkit-animation: fade-in 0.6s both;
    animation: fade-in 0.6s both;
    display: block;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    height: 63.25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 768px) {
    .step__body {
        margin-top: auto;
    }
}
.step__body .text-wrap {
    flex: 1 0 auto;
    padding: 15px;
    position: relative;
}
.step__body .btns-wrap {
    padding: 0 15px;
}
.step__body h4 {
    text-transform: uppercase;
    display: block;
    font-size: 1.5em;
    text-indent: 0;
    text-align: center;
    margin: 0 0 5px;
}
.step__body h2,
.step__body h5 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.step__body h5 {
    text-align: left;
    font-size: 1.25em;
    font-weight: 600;
}
.step__body p {
    font-size: 1em;
    line-height: 1.25em;
    text-align: left;
    max-width: 600px;
    margin: auto;
}
.step__footer {
    position: relative;
    overflow: hidden;
    padding: 0 15px 20px;
}
.step:first-child {
    display: block;
}
.btnbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -7px;
}
.btnbox .btn {
    margin: 0 7px 15px;
    width: calc(50% - 14px);
}
.btnbox .btn:only-child {
    width: calc(100% - 14px);
}
.pg {
    position: absolute;
    width: 100%;
    left: 0;
    top: -29px;
    z-index: 1;
}
.pg__bar {
    background-color: #fff;
    width: 71%;
    max-width: 300px;
    margin: auto;
    height: 13px;
    border-radius: 25px;
    overflow: hidden;
}
.pg__bar .scale {
    content: "";
    position: relative;
    display: block;
    width: 20%;
    height: 100%;
    border-radius: 25px;
    background-size: 50px 50px;
    background-color: #00A3FF;
    -webkit-animation: a 5s linear infinite;
    animation: a 5s linear infinite;
}
@-webkit-keyframes a {
    0% {
        background-position: 0 0;
    }
    to {
        background-position: 50px 50px;
    }
}
@keyframes a {
    0% {
        background-position: 0 0;
    }
    to {
        background-position: 50px 50px;
    }
}
.bg {
    position: fixed !important;
}
.bg,
.bg:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.bg:after {
    content: "";
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
}
.bg__item {
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.bg__item.active {
    display: block;
}
@media (min-width: 768px) {
    .step {
        max-width: 450px;
        max-height: 700px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .step__footer {
        padding: 0 20px 20px;
        border-radius: 25px;
        box-shadow: none;
    }
    .pg {
        /* top: 58%; */
    }
}
.bg__item:first-child {
    background-image: url(../images/profile-1.jpg);
}
.bg__item:nth-child(2) {
    background-image: url(../images/profile-1.jpg);
}
.bg__item:nth-child(3) {
    background-image: url(../images/profile-2.jpg);
}
.bg__item:nth-child(4) {
    background-image: url(../images/profile-3.jpg);
}
.bg__item:nth-child(5) {
    background-image: url(../images/profile-4.jpg);
}
.bg__item:nth-child(6) {
    background-image: url(../images/profile-5.jpg);
}
.step:first-child .step__body::before {
    background-image: url(../images/profile-1.jpg);
}
.step:nth-child(2) .step__body::before {
    background-image: url(../images/profile-1.jpg);
}
.step:nth-child(3) .step__body::before {
    background-image: url(../images/profile-2.jpg);
}
.step:nth-child(4) .step__body::before {
    background-image: url(../images/profile-3.jpg);
}
.step:nth-child(5) .step__body::before {
    background-image: url(../images/profile-4.jpg);
}
.step:nth-child(6) .step__body::before {
    background-image: url(../images/profile-5.jpg);
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}