/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@import url(https://fonts.googleapis.com/css?family=Montserrat&subset=latin-ext);
body {
  overflow-x: hidden;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #333
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase
}
h1 {
  font-size: 2.5rem
}
h2 {
  font-size: 2rem
}
h3 {
  font-size: 2.2rem
}
h4 {
  font-size: 1.8rem
}
h5 {
  font-size: 1.6rem
}
h6 {
  font-size: 1.4rem
}
p {
  font-size: 1.6rem;
  text-align: justify;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
html {
  font-size: 62.5%
}
body, html {
  width: 100%;
  height: 100%
}
body {
  min-width: 320px;
  background: #fff;
  z-index: 0
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}
.clearfix:after {
  content: "";
  display: block;
  clear: both
}
.btn, .transition {
  transition: all .25s ease
}
img {
  display: block;
  max-width: 100%;
  height: auto
}
.main {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1
}





.girl .left .dots {
    margin-right: 15px;
    margin-left: 0;
    margin-left: 5px;
}
.girl .dots, .girl .dots:after, .girl .dots:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    /* background: rgba(0,0,0,.6); */
    background: #fff;
    border-radius: 50%;
}
.girl .dots {
    position: relative;
    margin-left: 15px;
    vertical-align: middle;
}
.girl .dots:before {
    left: -8px;
}
.girl .dots:after {
    left: 8px;
}
.girl .dots:after, .girl .dots:before {
    content: "";
    position: absolute;
    top: 0;
}
.girl .dots, .girl .dots:after, .girl .dots:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    /* background: rgba(0,0,0,.6); */
    background: #fff;
    border-radius: 50%;
}
.girl a {
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px;
    padding: 4px 12px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}






.center {
    position: relative;
    top: 0px;
}
.girl img, .girl span {
    vertical-align: middle;
    display: block;
}
.girl img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.center-element img {
    display: block;
    border: 1px solid #fff;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.girl span {
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 5px;
    color: #fff;
    font-size: .875em;
    text-align: center;
}
.girl img, .girl span {
    vertical-align: middle;
    display: block;
}










.btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 10rem
}
.btn {
  width: 100%;
  height: 6.5rem;
  line-height: 6.5rem;
  padding: 0 2rem;
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: .3rem;
  cursor: pointer;
  background-color: #676767;
}
.btn:hover {
  background-color: #676767e0;
}
.btn--primary {
  color: #fff;
  background: linear-gradient(90deg, #47e94b, #1844e6);
  border-radius: 3px 40px 40px 40px;
  box-shadow: 4px 4px 5px rgba(0,0,0,.5);
}
.btn--primary:hover {
  background: #47e84c;
}

.btn--accent {
  background-image: linear-gradient(90deg, #a4a4a4, #d7d7d7);
  color: #fff;
  border-radius: 40px 3px 40px 40px;
  box-shadow: 4px 4px 5px rgba(0,0,0,.5);
}
.btn--accent:hover {
  background: #d6d6d6;
}

.btn--round {
  padding: 0;
  width: 8rem;
  height: 8rem;
  background: #fff;
  font-size: 2rem;
  line-height: 6rem;
  text-align: center
}
.btn--round.like {
  background-color: #3b5998
}
.btn--round.like img {
  width: 6rem;
  height: 6rem;
  display: inline-block;
  position: relative;
  top: 1.8rem
}
.btn--round.cross {
  background-color: #e9eaec
}
.btn--round.cross img {
  display: inline-block;
  position: relative;
  top: .1rem
}
.btn--big {
  width: 10rem;
  height: 10rem;
  line-height: 8rem;
  font-size: 3.4rem
}
.stepbox {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.step, .stepbox {
  width: 100%;
  height: 100%
}
.step {
  display: none
}
.step:first-child {
  display: block
}
.step__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(255,255,255,.5);
  border-radius: 20px;
  border: 1px solid #fff;
}
.step__header {
  padding: 1.5rem;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
  border-radius: 20px;
  border-bottom: 1px solid #fff;
}
.step__header:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, .6), transparent);
  border-radius: 20px;
}
.step__header .girl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.step__header .girl__avatar img {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  overflow: hidden;
  border-radius: 100%;
  border: 4px solid #fff;
  vertical-align: middle
}
.step__header .girl__avatar span {
  padding-left: 1rem;
  display: inline-block;
  vertical-align: middle;
  color: #fff
}
.step__header .girl__dots {
  text-align: right
}
.step__header .girl__dots a {
  display: inline-block
}
.step__header .girl__dots a span {
  display: inline-block;
  width: .6rem;
  height: .6rem;
  border-radius: 100%;
  background: #fff;
  position: relative
}
.step__header .girl__dots a span:after, .step__header .girl__dots a span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  left: 0
}
.step__header .girl__dots a span:before {
  top: -150%
}
.step__header .girl__dots a span:after {
  bottom: -150%
}
.step__body {
  color: #000;
  padding: 1.5rem;
}
.step__body h1, .step__body h2, .step__body h6 {
  margin-bottom: 1rem
}
.step__footer {
  padding: 0 1.5rem;
  margin-bottom: 2rem
}
.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(36, 11, 110, 0.5)
}
.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(6px);
  filter: blur(6px)
}
.bg__item.active {
  display: block
}
@media (min-width:375px) {
  html {
    font-size: 62.5%
  }
  .step__header {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%
  }
}
@media (min-width:768px) {
  html {
    font-size: 75%
  }
  .step__footer {
    padding: 0 2.5rem
  }
}
@media (min-width:992px) {
  .stepbox {
    padding: 2rem 0;
    max-width: 550px;
    max-height: 900px
  }
}
/* Unsubscribe */
.unsubscribe {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  position: fixed;
  bottom: 0;
  z-index: 100;
}
.unsubscribe a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.unsubscribe a:hover {
  text-decoration: underline;
}
/*----> Responsive <---- */
/* Screen 1400px */
@media(max-width:1400px){
  .unsubscribe {
    padding-bottom: 2px;
  }
}
/* Screen 768px */
@media(max-width:991px){
  .unsubscribe {
    padding-bottom: 5px;
  }
}
@media(max-height:321px){
  .unsubscribe {
    padding-top: 5px;
    position: relative;
  }
}
