*{margin: 0; padding: 0;}

body{}

.wrapper{
  overflow: hidden;
}
.c-animator{
  margin-bottom: 0;
}

.ui-hero.c-animator {
  /* background: linear-gradient(45deg, #45ACE0, #008DD5, #EB7396, #D03A65 );
  background-size: 250% 100%;
  animation: BackgroundGradient 12s ease infinite; */
}

@keyframes BackgroundGradient {
  0%{background-position:45% 50%;}
  50%{background-position: 55% 50% }
  100%{background-position: 45% 50%}

}

/*@keyframes BackgroundGradient {
  0%{background-position:0% 50%;}
  50%{background-position: 100% 50% }
  100%{background-position: 0% 50%}

}*/

.ui-hero{
  position: relative;
}
.container{
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
.container{
  /*width: 100%;*/
  /* padding-right: 1rem;
  padding-left: 1rem; */
  margin-right: auto;
  margin-left: auto;
}

.logo{
  display: inline-block;
  width: 90%;
  max-width: 450px;
  height: auto;
  margin: 0 auto 2rem auto;
  overflow: hidden;
}

.heading, .paragraph{
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  color: #FFF;
  text-align: center;	
}
h2{
  font-size: 3rem;
  font-family: Arial;
  font-weight: bold;
}
h3{
  font-size: 2rem;
  font-family: Arial;
  font-weight: bold;
}

.ui-hero, .hero-center{
  text-align: center;
}
#clock > div {
    display: inline-block;
    width: 85px;
    height: 80px;
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    background-color: rgba(255, 255, 255, 0.075);
    padding: 8px 0 4px 0;
    margin-left: 1rem;
    border-radius: .5rem;
}
@media only screen and (max-width:600px) {
	#clock > div {
	    width: 65px;
	    height: 60px;
	    margin-left: .2rem;
	    margin-right: .2rem;
	}
} 
#clock{
  margin-top: 50px;
}
.label{
  color: #FFF;
  font-family: Arial;
  font-size: 30px;
  font-weight: bold;
}
.clock-text{
  font-size: 14px;
}

.form-email{
  position: relative;
  max-width: 500px;
  margin: auto;
  top: 30px;
}

.ui-card{
  background: #FFF;
  border-radius: 0.5rem;
}
.shadow-card{
  box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
}
.ui-card .header-card{
  padding: 2rem 2rem 0 2rem;
}
.ui-hero.hero-center-heading-text{
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.heading-text{
  color: #95bd4a;
  font-size: 25px;
  font-family: Arial;
}
.ui-hero .body-card{
  padding: 2rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.ui-hero.hero-center form{
  margin-left: auto;
  margin-right: auto;
  max-width: 520px;
}
.form-group{
  margin-bottom: 1rem;
}
.input-group{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.ui-hero.hero-center form .form-group {
    border-radius: 50px;
    box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
}
.form-email .input-form-mail{
  padding: 8px 1rem 8px 1.5rem;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.input-group > .form-email {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-form-mail{
  display: block;
  width: 80%;
  font-size: 1rem;
  line-height: 1.4;
  color:#708198;
  background-color: #edeff2;
  background-clip: padding-box;
  border: 0 solid #ced4da;
}
.input-group-btn{
  display: flex;
  float: right;
  position: relative;
  top:-40px;
}
.form-email .btn-color{
  padding: 0.2rem 1rem;
  line-height: 35px;
}
.btn-color{
  background: linear-gradient(45deg,#c961f7,#8089ff, #54ceff 100%);
}
.btn{
  display: inline-block;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 0 solid transparent;
  padding: 0.37rem 0.75rem;
  cursor: pointer;
}

.btn-notify{
    font-family: "Source Sans Pro", sans-serif;
    display: inline-block;
    font-size: .9rem;
    padding: .6rem 1.5rem;
    text-transform: uppercase;
    letter-spacing: .03rem;
    color: #FFF;
}
.section{
  position: relative;
  padding: 2rem 0;
  z-index: 1;
}
.actions{
  padding-top: 6rem;
}
.social-icon{
  text-align: center;
}
.actions .btn{
  margin-right: 1rem;
}
.btn-circle{
  width: 30px;
  line-height: 40px !important;
  height: 40px;
  border-radius: 50% !important;
  font-size: 25px !important;
}
.btn.btn-gradient-blue, .btn-gradient-peach{
  color: #FFF;
}
.btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 0 solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.4;
    border-radius: 50rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-gradient-blue {
    background: linear-gradient(45deg, #8089ff 0%, #54ceff 100%);
}

.btn-gradient-peach{
      background: linear-gradient(45deg, #fd81b5 0%, #c961f7 50%, #8089ff 100%);
}

.msg h4{
  color:#95bd4a;
  font-family: Arial;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  left: 60px;
}
/* AFTER */
.ui-tittle::after{
  bottom: -8rem;
}
.ui-hero.ui-tittle::after {
    display: block;
    content: '';
    position: absolute;
    left: -8rem;
    right: -8rem;
    height: 16rem;
    /* background-color: #FFF; */
    /* -webkit-transform: rotate(-10deg);
    transform: rotate(-9deg); */
    z-index: 1;
}
.content-row {
  display: flex;
}

.content-row .col-1 {
  width:65%;
}
.content-row .col-2 {
  width:35%;
}
@media only screen and (max-width:600px) {
  h3{
    font-size: 1.5rem;
    font-family: Arial;
    font-weight: bold;
  }
  .content-row {
    display: block;
  }
  .content-row .col-1, .content-row .col-2 {
  width: 100%;
}
}