@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  outline: none;
  font-family: 'Poppins', sans-serif;
}
body{
  width: 100%;
  height: 100vh;
  position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    background-size: cover!important;
    background-repeat: no-repeat;
    -webkit-animation: AnimationName 10s ease infinite;
    background: url(../img/resources/bg.png), -webkit-linear-gradient(bottom, #0a81b7, #0a81b7, #fff);
}

@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

::selection{
  color: #fff;
  background: #0e79a8;
}
.view_w{
  height: 68%!important;
  opacity: 1!important;
  transition: all 0.3s ease!important;
}
.conten-w{

position: absolute;

width: 100%;

background: #fff;

left: 0;

bottom: 0;

height: 0%;
 transition: all 0.3s ease;
opacity: 0;
}
.conten-w h2{color: #333;font-weight: normal;font-family: 'Poppins';font-size: 1.25em;}

.conten-w ul{

list-style: none;

padding: 5%;
}

.conten-w ul>li{
display: grid;
grid-template-columns: 55px 1fr;
margin-top: 1em;
align-items: center;
/* border: 1px solid #eee; */
border-radius: 10px;
padding: 2%;
box-shadow: 0 0 15px 20px rgb(34 34 34 / 2%);
}

.conten-w ul>li>span{

width: 100%;

height: 55px;

background: rgb(37 211 102);

border-radius: 100%;

display: flex;

justify-content: center;

align-items: center;

color: #fff;

font-size: 1.5em;
}
.conten-w ul>li>a{

text-align: left;

padding: 0 7%;

text-decoration: none;

font-size: 1.15em;

color: #111;

letter-spacing: 0.5px;
}

.btn-whats{
  cursor: pointer;
  position: absolute;
  bottom: -15%;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #FFF;
  font-size: 2em;
  right: 5%;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 85%);
}
.btn-whats-text{
  cursor: pointer;
    position: absolute;
    bottom: -14%;
    background: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 13.5px;
    right: 0%;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 85%);
    transform: translateX(0px);
    visibility: hidden;
    color: #222;
    transition: 0.3s;
    opacity: 0;
}

.active-text{
    visibility: visible;
    transition: 0.3s;
    opacity: 1;
    transform: translateX(-90px);
}

.pulsingButton {
      text-align: center;
      white-space: nowrap;
      box-shadow: 0 0 0 0 rgb(37 211 102);
      background-color: #25d366;
      -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
      -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
      -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
      animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
      font-weight: normal;
      font-family: sans-serif;
      text-decoration: none !important;
      color: #ffffff;
      transition: all 300ms ease-in-out;
}

/* Hover animated */
.pulsingButton:hover {
      -webkit-animation: none;
      -moz-animation: none;
      -ms-animation: none;
      animation: none;
      color: #ffffff;
}

    /* Animation */
@-webkit-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulsing {
    to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulsing {
    to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@keyframes pulsing {
    to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}
#desktop{
  visibility: visible;
  display: block;
}
#mobil{
  visibility: hidden;
  display: none;
}

.title i{
  font-weight: bold;
  color: green;
}
.page ul{
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.page ul>li{
  text-align: left;
  list-style: none;
  color: #111;
}
.page ul>li>small{
  color: #777;
}
.promo{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    top: 0;
    transform: translateY(0);
    height: 100vh;
    bottom: 0;
    display: block;
    /* visibility: visible; */
    /* opacity: 1; */
    transition: 0.6s;
}
.disable{
    /* top: -110%; */
    transform: translateY(-110%);
    /* opacity: 0; */
    /* visibility: hidden; */
    /* display: none; */
    transition: 0.6s;
}
.promo img{
    width: 450px;
    height: 100%;
}
.container{
  position: relative;
  width: 330px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 50px 35px 10px 35px;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 50%);
}
.container header{
  font-size: 35px;
  font-weight: 600;
  margin: 0;
}
.container header>img{
    width: 220px;
    padding: 10%;
    padding-top: 0;
}
.container .form-outer{
  width: 100%;
  overflow: hidden;
}
.container .form-outer form{
  display: flex;
  width: 400%;
}
.form-outer form .page{
  width: 25%;
  transition: margin-left 0.3s ease-in-out;
}
.form-outer form .page .title{
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    color: #777;
    letter-spacing: -0.5px;
    margin-bottom: 10%;
}
.form-outer form .page .field{
  width: 100%;
  height: 45px;
  margin: 45px 0;
  display: flex;
  position: relative;
  text-align: left;
}
form .page .field .label{
  position: absolute;
  top: -30px;
  font-weight: 500;
  font-size: 15px;
}
form .page .field input{
  height: 100%;
  width: 100%;
  border: 1px solid lightgrey;
  border-radius: 5px;
  padding-left: 15px;
  font-size: 17px;
}
form .page .field select{
    width: 100%;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 500;
    border: 1px solid lightgray;
    border-radius: 5px;
    font-weight: normal;
    background: #fffe;
}
form .page .field button{
    width: 100%;
    height: calc(100% + 5px);
    border: none;
    background: #222;
    margin-top: -20px;
    border-radius: 5px;
    color: #eee;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: 0.5s ease;
}
form .page .field button:hover{
  background: #000;
}
form .page .btns button{
  margin-top: -20px!important;
}
form .page .btns button.prev{
  margin-right: 3px;
  font-size: 16px;
}
form .page .btns button.next{
  margin-left: 3px;
}
.container .progress-bar{
  display: flex;
  margin: 40px 0;
  user-select: none;
}
.container .progress-bar .step{
  text-align: center;
  width: 100%;
  position: relative;
}
.container .progress-bar .step p{
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
}
.progress-bar .step .bullet{
  height: 25px;
  width: 25px;
  border: 2px solid #000;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  transition: 0.2s;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
}
.progress-bar .step .bullet.active{
  border-color: #d43f8d;
  background: #d43f8d;
}
.progress-bar .step .bullet span{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.progress-bar .step .bullet.active span{
  display: none;
}
.progress-bar .step .bullet:before,
.progress-bar .step .bullet:after{
  position: absolute;
  content: '';
  bottom: 11px;
  right: -51px;
  height: 3px;
  width: 44px;
  background: #262626;
}
.progress-bar .step .bullet.active:after{
  background: #d43f8d;
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 0.3s linear forwards;
}
@keyframes animate {
  100%{
    transform: scaleX(1);
  }
}
.progress-bar .step:last-child .bullet:before,
.progress-bar .step:last-child .bullet:after{
  display: none;
}
.progress-bar .step p.active{
  color: #d43f8d;
  transition: 0.2s linear;
}
.progress-bar .step .check{
  position: absolute;
  left: 50%;
  top: 70%;
  font-size: 15px;
  transform: translate(-50%, -50%);
  display: none;
}
.progress-bar .step .check.active{
  display: block;
  color: #fff;
}
.container::before{
  content: '';
}
.promo::before{
  content: '';
}
.add-to a{
  cursor: pointer;
    text-decoration: none;
    color: #777;
    font-size: 15px;
}
@media (max-width: 550px){
  .swal2-title {
    font-size: 1em!important;
  }
  #swal2-content{
    font-size: 15px!important;
  }
  .promo img{
    width: 100%;
  }
  #desktop{
    visibility: hidden;
    display: none;
  }
  #mobil{
    visibility: visible;
    display: block;
  }
}
@media (max-width: 430px){
    .container{
      width: 300px;
      top: -2em;
    }    
}
@media (max-width: 360px){
    .container{
      width: 260px;
    } 

  .container header>img {
    width: 200px;
  }
}
