html {
} 
body {
  font-family: "europa",sans-serif;
  color: rgba(255,255,255,1);
  background: #74ebd5;
  background: -moz-linear-gradient(left,  #74ebd5 0%, #acb6e5 100%);
  background: -webkit-linear-gradient(left,  #74ebd5 0%,#acb6e5 100%);
  background: linear-gradient(to right,  #74ebd5 0%,#acb6e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74ebd5', endColorstr='#acb6e5',GradientType=1 );
}


.flex {
	display: flex;
}

.container {
    max-width: 900px;
}


.container-sm {
    max-width: 860px;
    margin: 0 auto;
}

.container-lg {
    max-width: 1170px;
    margin: 0 auto;
}


.valign {
    position: relative;
    top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      
          /* vendor prefixes omitted due to brevity */
}


a {
    color: #3d9dad;
}

a:hover {
    text-decoration: none;
}

.dark-bg {
    background: #5bd8c6;
    background: -moz-linear-gradient(left,  #5bd8c6 0%, #8f9cd9 100%);
    background: -webkit-linear-gradient(left,  #5bd8c6 0%,#8f9cd9 100%);
    background: linear-gradient(to right,  #5bd8c6 0%,#8f9cd9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bd8c6', endColorstr='#8f9cd9',GradientType=1 );
}


/* header */

.logo {
  max-width: 100%;
  padding: 100px 20px 0px;
}

/* bubble */

.bubble {
    border-radius: 30px;
    background: #3d9dad;
    padding: 20px 30px;
    text-transform: uppercase;
    position: relative;
}
 
.bubble.arrow-up::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 40px 25px;
    border-color: transparent transparent #3d9dad transparent;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -25px;
}

.bubble.arrow-down::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 25px 0px 25px;
    border-color: #3d9dad transparent transparent transparent;
    position: absolute;
    bottom: -39px;
    left: 50%;
    margin-left: -25px;
}

.bubble h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}

.bubble h3 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
}


.arrow-down {
  color: white;
  position: relative;
  z-index: 10;
}
.arrow-down:hover {
  color: white;
  position: relative;
  z-index: 10;
}

span#followers {
    color: #197d8e;
}

small#post_price_usd {
    font-size: 16px;
    opacity: 0.7;
}


h2#post_price {
    font-size: 52px;
    line-height: 60px;
    font-family: "azo-sans-uber",sans-serif;
}
 
.instructions {
    font-size: 22px;
    font-weight: bold;
}

span.percent {
    font-size: 52px;
    line-height: 50px;
    font-family: "azo-sans-uber",sans-serif;
}

.shadow {
  position: relative;
}
.shadow::after {
    content: '';
    width: 300px;
    height: 13px;
    background: rgba(61,157,173,0.5);
    position: absolute;
    display: block;
    filter: blur(7px);
    left: 50%;
    border-radius: 50%;
    margin-left: -150px;
}

.shadow.shadow-sm::after {
    content: '';
    width: 200px;
    height: 13px;
    background: rgba(61,157,173,0.5);
    position: absolute;
    display: block;
    filter: blur(7px);
    left: 50%;
    border-radius: 50%;
    margin-left: -100px;
}

/* form */

#spinner {
    display: none;
    position: relative;
    top: 28px;
}


.form {
    min-height: 130px;
    position: relative;
}

.form-control {
    font-size: 25px;
    line-height: 67px;
    height: 67px;
    color: #495057;
    border: 0;
    border-radius: 0;
    padding: 0;
}

button#calculate {
    border: 0;
    background: transparent;
    position: absolute;
    top: 55px;
    color: #3d9dad;
    left: 50%;
    padding: 0;
    margin: 0;
    margin-left: -27px;
}


button#calculate:hover {
    color: #2c8392;
}



.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d8dcf2;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #d8dcf2;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #d8dcf2;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #d8dcf2;
} 

/* footer */

.footer {
  padding-bottom: 20px;
  position: relative;
  top: -50px;
}

.digitaloft  {
  max-width: 200px;
} 


/* responsive */


@media (max-width: 991px){




}

@media (max-width: 767px){

  .logo {
    max-width: 500px;
  }

}

@media (max-width: 575px){

   .logo {
    max-width: 400px;
    padding: 50px 20px 0px;
  }
 
 .form-control {
    font-size: 20px;
    line-height: 50px;
}

}

@media (max-width: 480px){

   .logo {
    max-width: 100%;
  }

  .form-control {
    font-size: 18px;
    line-height: 55px;
    height: 55px;
  }

  button#calculate {
    top: 43px;
  }



}

@media (max-width:768px) {

.smallmob {
font-size:24px !important;
}

}

@media (max-width: 374px){

  .bubble {
    padding: 20px 20px;
  }
 
  h2#post_price {
    font-size: 41px;
    line-height: 41px;
  }

} 

@keyframes pulse {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}
.pulse {
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
 

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.modal-content {
color: #000000 !important;
}

