@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

  * {
    /* margin:0; */
    padding: 0;
    box-sizing: border-box
  }

  html {
    font-size: 10px
  }

  body,
  html {
    width: 100%;
    height: 100%
  }

  body {
    min-width: 320px;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    z-index: 0;
    color: #666;
    background: #fff;
    margin: 0;
  }

  ul {
    list-style-type: none;
    margin: 0;
    padding: 0
  }

  .clearfix:after {
    content: "";
    display: block;
    clear: both
  }

  .btn,
  .transition {
    transition: all .25s ease
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-transform: uppercase;
    color: #3c1a20;
    font-weight: 900;
    position: relative;
    margin: 0;
    text-shadow: 2px 0 0 #fff;
  }

  h1,
  h2 {
    font-size: 2.5rem;
  }

  h1 {
    z-index: 1;
    padding-left: 1.5rem;
  }

  h1::before,
  h6::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 120%;
    bottom: 10%;
    left: 0;
    background: linear-gradient(to right, #ec008c, #98bcff);
    z-index: -1;
  }

  h3 {
    font-size: 2.2rem
  }

  h4 {
    font-size: 1.8rem
  }

  h5 {
    font-size: 1.6rem
  }

  h6 {
    font-size: 3.2rem;
    z-index: 1;
  }

  h2 {
    z-index: 1;
  }

  h2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 120%;
    bottom: 10%;
    left: 0;
    background: linear-gradient(to right, #ec008c, #162747);
    z-index: -1;
  }

  img {
    width: 100%;
    height: auto;
    display: block
  }

  .c--accent {
    color: #e01f62
  }

  .c--primary {
    color: #19d199
  }

  .c--green {
    color: #2ddd77
  }

  .tt--u {
    text-transform: uppercase
  }

  .btnbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .btn {
    width: 100%;
    max-width: 30rem;
    padding: 2rem 2rem;
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 24px;
    line-height: 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    z-index: 1;
    border-radius: 20px;
  }


  .button.btn .text,
  button.btn .text {
    display: block;
    width: 100%;
    font-size: 24px;
    background: #000;
    font-weight: 700;
  }

  .button-mat {
  }

  .button-mat:before {
  }

  .button-mat:hover .psuedo-text {
  }

  .psuedo-text {
  }

  .button-mat:hover {
  }

  .btn--5:before {
  }

  .btn--5:hover:before {
  }



  .btn--primary {
    background:linear-gradient(to right, #ec008c, #98bcff);
    text-shadow: 4px 4px 0 #000;
    color: #fff;
    box-sizing: border-box;
  }

  .btn--primary:hover {
    background: #c27bce !important;
    text-shadow: none;
  }

  .btn--accent {
    background: #2d000e;
    color: #ddd8d8 !important;
    width: 48%;
    box-sizing: border-box;
    text-shadow: 2px 2px 0 #93083f;
    border: 4px solid #710b31;
    box-sizing: border-box;
    font-weight: 900;
  }

  .btn--accent:hover {
    background: transparent !important;
    color: #d3d3d3 !important;
    text-shadow: none;
  }

  .btn--round {
    width: 14rem;
    height: 5.5rem;
    padding: 0;
    text-align: center;
    width: 48%;
  }

  .btn--round i {
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text
  }

  .btn--round.btn--primary {
    font-size: 2.2rem;
    line-height: 5.5rem;
  }

  .btn--round.btn--primary i {
  }

  .btn--round.btn--primary:active {
  }

  .btn--round.btn--accent {
    font-size: 1.5rem;
    line-height: 5.5rem;
    color: #fff;
  }

  .btn--round.btn--accent i {
  }

  .btn--round.btn--accent:active {
  }

  .btn--round.btn--heart {
    position: absolute;
    top: -4rem;
    right: 1rem;
    z-index: 2;
    width: 6rem;
    height: 6rem;
    font-size: 2.6rem;
    line-height: 6.8rem;
    box-shadow: none;
    border: none
  }

  .btn--round.btn--heart i {
    color: #fff
  }

  .chevron,
  .chevron:before {
  }

  .chevron:before {
  }

  .chevron.up:before {
  }

  .chevron.right:before {
  }

  .chevron.down:before {
  }

  .chevron.left:before {
  }
  .logo_box{
    display: flex;
    position: absolute;
    z-index: 3;
    color: #ffffffc2;
    align-items: center;
    left: 4%;
    font-family: 'Dancing Script', cursive;
    font-size: 21px;
    text-shadow: 2px -1px #ff57a4, -2px 1px #00fffb;
  }
  .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
  }

  .main,
  .stepbox {
    position: relative;
    width: 100%;
    height: 100%
  }

  .stepbox {
    position: relative;
    background: #6708388c
  }

  .step {
    width: 100%;
    height: 100%;
    display: none
  }

  .step:first-child {
    display: block
  }

  .step__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .step__header {
    position: relative;
    overflow: hidden;
    padding: 0
  }

  .logo {
    height: 35px;
    width: 30px;
    z-index: 1;
  }

  .step__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    padding: 1rem 0;
    background: rgb(0,0,0,0.5);
  }

  .step__body h1,
  .step__body h2,
  .step__body h6 {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
  }

  .step__body p {
    font-size: 1.6rem;
    color: #fff;
    padding-left: 1.5rem;
  }

  .step__footer {
    position: relative;
    padding: 1rem 1.5rem 2rem;
    min-height: 94px;
    background: rgb(0,0,0,0.5);
  }

  .step__footer span {
    height: .1rem;
    background: rgba(0, 0, 0, .05)
  }

  .step__footer p {
    position: relative;
    display: block
  }

  .step__footer p i {
    display: inline-block;
    font-size: 4rem;
    background-image: linear-gradient(90deg, #3b5998, #45e2e8);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text
  }

  .step__footer p>span {
    background-color: transparent;
    display: inline-block;
    top: 0;
    text-align: center;
    color: #fff;
    line-height: 4.3rem
  }

  .crumbs,
  .step__footer p>span {
    width: 100%;
    position: absolute;
    left: 0
  }

  .crumbs {
    top: .5rem
  }

  .crumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 .5rem;
    justify-content: center;
  }

  .crumbs li {
    position: relative;
    display: inline-block;
	height: 10px;
    width: 10px;
    margin: 0 .25rem;
    background: #000;
    border: 0.5px solid white;
    overflow: hidden;
    transition: all 1s ease;
    border-radius: 50%
  }

  .crumbs li.active {
    height: 12px;
    width: 12px;
    background: #e7028a;
  }

  .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, .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(6px);
    filter: blur(6px)
  }

  .bg__item.active {
    display: block
  }

  @media screen and (min-width:768px) {
    html {
      font-size: 14px
    }

    .main {
      width: 90%;
      max-width: 520px;                        
      height: 90%;
      max-height: 900px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
      overflow: hidden;
    }
    
  }

  @media screen and (min-width:360px) {
    html {
      font-size: 12px
    }
  }

  @media screen and (max-width: 390px){
    
  .text18_line {
    line-height: 3.5;
    }
    
  }