html {
  font-family: Montserrat, sans-serif;
  background-color: white;
  color: #333;
}

html, body {
  height: 100%;
}

hr {
  color: #03a9f4;
  background-color: #03a9f4;
  height: 2px;
  border: none;
  width: 100px;
  margin-bottom: 80px;
  margin-top: 10px;
}

input, button {
  font-family: Montserrat, sans-serif;
}

.dark-color {
  background-color: #252b35;
}

.text-primary {
  color: #03a9f4;
}

.icons {
  margin-top: 0px;
  padding: 0;
  margin-bottom: 80px;
}

.icon-block {
  text-align: center;
  padding: 0px 3px;
}

.icons .row {
  margin-top: 120px;
  margin-bottom: 0px;
}

.icons .row .col {
  margin-bottom: 40px;
}

.col:hover .icon-block i {
  background-color: white;
  color: #03a9f4;
}

.icon-block h3 {
  font-size: 24px;
  font-weight: 300;
  color: #333;
}

.icon-block img {
  height: 60px;
}

p, .pricing table {
  color: rgb(116, 116, 116);
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
}

.b-space {
  margin-bottom: 50px;
}

h1, h2#dlaczego {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: -0.5px;
  text-align: center;
  color: rgb(37, 37, 37);
  margin-top: 90px;
  margin-bottom: 0px;
  word-wrap: break-word;
}


.hero h1 {
  font-size: 30px;
  font-weight: 400;
}


h1 span, #dlaczego span {
  font-size: 49px;
  font-weight: 400;
  color: #03a9f4;
  letter-spacing: 0px;
}

h5 {
  margin-top: 8px;
  font-style: italic;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: center;
  color: rgb(75, 75, 75);
}

.bg-dark h5 {
  color: white;
}

h3 {
  text-align: center;
  font-weight: 400;
  font-size: 25px;
  color: rgb(59, 59, 59);
}

.mgt15 {
  margin-top: 15px;
}

.mgt30 {
  margin-top: 30px;
}

.logo-full {
  max-height: 230px;
  margin-top:30px;
}

.promo {
  text-align: center;
  background-color: #252b35;
  padding: 50px 20px;
  color: white;
}

.promo h3 {
  color: white;
  font-size: 39px;
  font-weight: 300;
  text-transform: uppercase;
}

.promo h3 span {
  font-weight: 500;
  font-size: 40px;
}

.promo .btn {
  background-color: #03a9f4;
  font-weight: 500;
  font-size: 16px;
  padding: 2px 18px;
  display:inline-table;
}

.promo p {
  margin: 0px;
  padding-top: 30px;
  padding-bottom: 10px;
  color: white;
  text-transform: uppercase;
}

.stats {
  padding: 30px 0px;
  text-align: center;
}

.stats h3 {
  font-size: 30px;
  color: white;
}

.stats hr {
  border:0;
  height: 2px;
  background-color: white;
  width: 40px;
  color: white;
}

.stats p {
  text-transform: uppercase;
  color: white;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.stats i {
  font-size: 40px;
  display: inline-flex;
  vertical-align: middle;
  padding: 10px;
}

nav {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}



.navbar-fixed {
  height: 50px;
}

nav ul a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: rgb(171, 171, 171);
  outline: 0;
}

li a.active {
  box-shadow: inset 0 -2px 0 #03a9f4;
  color: white;
}

.section {
  padding-bottom: 0px;
}

.about-us p {
  font-size: 14px;
  text-align: left;
}

.services-icons {
  margin-top: 50px;
  margin-bottom: 100px;
}

.services-icons a:active, .services-icons a:focus {
  text-decoration: none;
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

.services h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  border-left: 2px solid #03a9f4;
}

.service {
  margin-top: 80px;
  text-align: center;
}

.service h3 {
  font-weight: 300;
  font-size: 24px;
  color: #333;
  transition: .5s ease;
}

.service i {
  font-size: 90px;
  color: #242a34;
  fill: #242a34;
  transition: 0.4s ease;
}

.service:hover h3 {
  color: #03a9f4;
  fill: #03a9f4;
}

.service img {
  height: 70px;
}

.btn {
  margin-top: 20px;
}

.btn, .btn-large {
  background-color: #03a9f4;
  border-radius: 80px;
}

.help {
  padding: 0;
}

.help h3 {
  text-align: left;
}

.page-footer {
  padding-top: 0px;
  background-color: #26292e;
}

.page-footer p {
  color: white;
  text-transform: uppercase;
  margin
}

.page-footer .rel {
  padding-top: 10px;
}

#start {
  padding: 0px;
  margin 0px;
  height: 100%;
  color: white;
  background: linear-gradient(rgba(27, 0, 57, 0.66), rgba(0, 31, 54, 0.67));
  box-shadow: 0px 2px 8px #999;
  position: relative;
  overflow: hidden;
}

#start h1 {
  color: white;
  text-align: center;
  font-size: 50px;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 70px;
}

#start h1 span {
  font-weight: 500;
  font-size: 49px;
  color: white;
}

#start h2 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 20px;
  margin-left: 6px;
  font-weight: 500;
  letter-spacing: 3px;
  font-style: normal;
  color: white;
}


#start a.intro2 {
  color: white;
  padding: 0px 70px;
  font-weight: 500;
  transition: 1s ease;
  background-color: #1d2738 !important;
}

.logo-img {
  width: 200px;
}

#start a.intro2:hover {
  background-color: #03a9f4 !important;
}

#start p {
  margin-top: 0px;
  color: white;
  font-weight: 600;
}

#start .cont {
  position: relative;
  transform:translateY(-50%);
  top: 40%;
  text-align: center;
}


.diagonal-overlay {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    transform: skew(-198deg);
    left: 50%;
}

.diagonal-overlay-light {
      position: absolute;
      top: 0;
      z-index: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.3);
      transform: skew(-198deg);
      left: 50%;
}


.diagonal-overlay-color {
      position: absolute;
      top: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      background-color: #03a9f4;
      transform: skew(-198deg);
      left: 50%;
}

.rel {
  position: relative;
}

.overlay-holder {
  position: relative;
  overflow: hidden;
}

.ch-down {
  position: absolute;
  text-align: center;
  bottom: 35px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.ch-down a {
  animation: breathing 7s ease-out infinite normal;
  background-color: #03a9f4;
}

.ch-down a:hover {
  background-color: #1d2738;
}

.ch-down a:focus {
  background-color: #333;
}

.pricing .card {
  transition: ease 0.5s;
  margin-top: 40px;
}

.card .card-content {
  padding: 0px;
}

.card .card-title {
  padding: 24px;
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #252b35;
  color: white;
}

.card .card-action {
  text-align: center;
}

.card table {
  margin: 0px;
}

.card table tr td {
  text-align: center;
}

.card .card-action a {
  background-color: #03a9f4;
  font-weight: 600;
}

.pricing .par {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.preferred .card-title {
  background-color: #03a9f4;
}

.card .card-content .price {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  display: block;
  color: #03a9f4;
  margin: 20px 0;
}

.card .card-content .price .desc {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 0;
  margin: 0;
  padding: 0;
  color: rgb(112, 112, 112);
}

.pricing .card:hover {
  transform: scale(1.05);
}

.fast-contact {
  padding: 20px;
  text-align: center;
  background-color: #26292e;
  color: white;
  border-radius: 30px;
}

.fast-contact h3 {
  color: white;
}

.fast-contact li {
  font-size: 20px;
  font-weight: 300;
}

.row {
}

.stats .row {
  margin-top: 20px;
}

.btn:hover {
  background-color: #1d2738;
}

.about-us {
  margin-bottom: 80px;
}

.about-us h3 {
  padding-left: 0px;
  text-align: left;
}

.page-footer .footer-copyright {
  background-color: #1b1d20;
}

.features h3 {
  text-align: left;
}

.features .col {
  margin-top: 0px;
  padding: 20px 0px;
}

.featurea {
  background-color: white;
  margin-top: 60px;
}

.featureb {
  background: radial-gradient(#35b5ef, #166488);
  color: white;
  padding: 30px 0px;
}

.feature-desc {
  padding: 10px 0px 10px 20px;
  border-left: solid white 2px;
}

.feature-desc h3 {
  margin-top: 0px;
}

.technologies {
  background-color: #252b35;
  color: white;
  padding: 30px 3px;
  position: relative;
  text-align: center;
  float:bottom;
  background-repeat: no-repeat;
  background-position: calc(100%-30px);
}

.outline-fix {
  outline: 2px solid #252b35;
}

.technologies .container {
  position: relative;
}

.featureb h3, .featureb p {
  color: white;
}

.product .row {
  padding: 40px 0px;
}

.product h3 {
  text-align: left;
}


.social a {
  color: #03a9f4;
  font-size: 20px;
  margin: 15px 5px;
  background-color: #252b35;
  border-radius: 3px;
  padding: 3px 6px;
  transition: 0.5s ease;
}

.social a:hover {
  color: #252b35;
  background-color: white;
}


    .input-field input[type=text]:focus + label, .input-field input[type=email]:focus + label, .input-field input[type=password]:focus + label, .materialize-textarea:focus:not([readonly]) + label {
     color: #03a9f4 !important;
    }

/* label underline focus color */
    .input-field input[type=text]:focus, .input-field input[type=email]:focus,.input-field input[type=password]:focus, .materialize-textarea:focus:not([readonly]) {
     border-bottom: 1px solid #03a9f4 !important;
     box-shadow: 0 1px 0 0 #03a9f4 !important;
     color: #333;
    }

    /* valid color */
.input-field input[type=text].valid, .input-field input[type=email].valid, .input-field input[type=password].valid {
  border-bottom: 1px solid #03a9f4 !important;
  box-shadow: 0 1px 0 0 #03a9f4 !important;
  color: #333;
}

textarea.materialize-textarea, input {
  color: #333;
}

.dropdown-content li > a, .dropdown-content li > span {
  color: #03a9f4;
}

.technologies h3 {
  text-align: center;
  color: white;
  margin-top: 0px;
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 23px;
  text-transform: uppercase;
}

.technologies h3 span {
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 22px;
}

.technologies .container {

}

.technologies .container div {
  padding-top: 10px;
}

.technologies .container div i {
  font-size: 75px;
}

.technologies p {
  color: white;
}

.responsive div, .clients-slider div {
  text-align: center;

}


#start .parallax-container {
  height: 100%;
}

#navbar ul li a {
  transition: 0.5s ease;
}

#navbar {
  position: fixed;
  z-index: 100;
  transition: 1s ease;
  background-color: #252b35;
}

#navbar.transparent {
  background-color: #0000;
  box-shadow: none;
  -webkit-box-shadow: none;
}

#navbar.transparent li.active a {
  box-shadow: none;
}

#navbar.transparent nav ul li.active {
  background-color: #0000;
}

.contact h3 {
  text-align: center;
}

.contact p {
  text-align: center;
}

#form-messages {
  margin:0px;
  padding:0px;
  transition: 1s ease;
  text-align: center;
}

#form-messages.error {
  margin: 30px 0px;
  border-radius: 15px;
  background-color: #f40202;
  color: white;
  font-size: 15px;
  padding: 20px;
}

#form-messages.success {
  margin: 30px 0px;
  border-radius: 15px;
  background-color: #03a9f4;
  color: white;
  font-size: 15px;
  padding: 20px;
}

.clients {
  background: linear-gradient(rgba(0, 41, 70, 0.75), rgba(0, 31, 54, 0.75));
  color: white;
  position: relative;
  transition: 1s ease;
}

.clients:hover {
  background: linear-gradient(rgba(0, 41, 70, 0.86), rgba(0, 31, 54, 0.86));
}

.clients h3 {
  color: white;
  font-weight: 300;
  font-size: 40px;
}

.clients p {
  color: white;
}

.clients.parallax-container {
  height: 300px;
}

.clients .container {
  height: 300px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

.sidenav-overlay {
z-index: 1;
}

.sidenav li a.active {
  color: white;
  background-color: #03a9f4;
}

.sidenav li a.active.dark {
  box-shadow: none;
  background-color: #f4027a;
}

nav a.sidenav-trigger i, #navbar a.sidenav-trigger {
  height: 50px;
  line-height: 50px;
}

#logo-container i {
  line-height: 50px;
  height: 50px;
}

#logo-container img {
  height: 40px;
  margin: 6px 4px 4px 4px;
}

.btn-down {
  float: bottom;
}
/*
.checkbox-blue[type="checkbox"].filled-in:checked {
     border: 2px solid #03a9f4;
     background-color: #03a9f4;
}*/

[type="checkbox"].filled-in:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #03a9f4;
  background-color: #03a9f4;
  z-index: 0;
}

.btn:focus {
  background-color: #252b35;
}

.phone-showcase {
  padding: 100px 0px 40px 0px;
  background-color: #a432b033;
  height: auto;
}

.phone-block {
  color: white;
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 50px;
  background-color: rgb(43, 57, 71);
  border-radius: 15px;
  box-shadow: 8px 5px 3px rgba(0, 0, 0, 0.11);
}

.phone-block h4 {
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  font-weight: 600;
}

.phone-block p {
  font-size: 14px;
  font-weight: 300;
  color: white;
}

.phone-block i {
  color: #03a9f4;
  font-size: 40px;
}

.portfolio-tiles {
  margin-top: 70px;
}

.portfolio .row, .portfolio .row .col {
  padding: 0px;
  margin: 0px;
}


.portfolio-item {
  position: relative;
  width: 100%;
  margin: 0px;
  overflow: hidden;
}

.portfolio-item .portfolio-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  display: block;
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-image {
  width: 100%;
  display: block;
}

.portfolio-text {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.portfolio-item:hover .portfolio-text{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.portfolio-text h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.portfolio-text p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 20%;
}

.portfolio-desc {
  text-align: center;
  position: absolute;
  -webkit-transform: translate(50%, 0%);
  -moz-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
  bottom: 10%;
  right: 50%;
  color: white;
  width: 100%;
  background-color: #33333399;
  text-transform: uppercase;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 1;
}

.portfolio-item:hover .portfolio-desc {
  opacity: 0;
}

.feature-picture {
  margin-top: 5px;
}

.select-wrapper input.select-dropdown {
  color: #333;
}

li a.active.dark {
  box-shadow: inset 0 -2px 0 #f4027a;
}

#aplikacje-mobilne, #aplikacje-web {
  padding: 0;
}

.bg-dark {
  background-color: #252b35;
  color: white;
}

#aplikacje-mobilne .bg-dark .row, #aplikacje-web .bg-dark .row {
  margin-bottom: 0px;
}

#aplikacje-mobilne h1, #aplikacje-web h1 {
  padding-top: 70px;
  margin-top: 50px;
}

.bg-dark h1, .bg-dark h2 {
  color: #fff;
}

.bg-dark h3 {
  color:white;
}
.bg-dark p {
  color: #aaa;
}

.bg-dark .input-field label, .bg-dark .select-wrapper input.select-dropdown {
  color: #ddd;
}

.bg-dark .btn {
  background-color: #f4027a;
}

.bg-dark .phone-block i, .bg-dark h1 span {
  color: #f4027a;
}

.section.contact {
  margin-bottom: 0px;
}

.rules {
  padding: 0px;
  margin: 0px;
  color: #333;
  transition: 2s ease;
  height: 0px;
  opacity: 0;
}

.rules.open {
  opacity: 1;
  height: auto;
  padding: 10px;
  margin-bottom: 10px;
}

.steps {
  padding: 20px 30px;
  background-color: #252b35;
}

.steps h3 {
  text-align: center;
  color: white;
  margin-top: 0px;
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.steps h3 span {
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 24px;
}

.steps .row, .steps .col {
  margin: 0;
  padding: 0;
  position: relative;
}

.step {
  position: relative;
  text-align: right;
  padding: 30px 30px 30px 60px;
  color: #ddd;
}

.step h4 {
  color: #eee;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

.step p {
  color: white;
  z-index: 2;
  position: relative;
  font-size: 13px;
  color: #959595;
}

.step-num {
  font-weight: 200;
  font-size: 170px;
  position: absolute;
  transform: translate(0%, 0%);
  color: #21374b;
  top: 0%
}

.seo-icons {
  background-color: #252b35;
  text-align: center;
  padding: 30px 5px;
}

.seo-icons-desc {
  font-size: 23px;
  margin-top: 30px;
  font-weight: 300;
}

.seo-icon {
  transition: 0.5s ease;
}

.seo-icon i {
  transition: 0.5s ease;
  color: #f4027a;
  text-align: center;
  font-size: 50px;
}

.seo-icon img {
  width: 55px;
}

.seo-card:hover .seo-icon {
  transform: translateY(-20%);
}

.seo-icons .row {
  padding: 0px;
  margin: 0px;
}

.seo-card {
  padding: 30px 10px;
  transition: 1s ease;
}

.feature-tiles {
  text-align: center;
}
.feature-icon img {
  height: 70px;
  transition: 0.5s ease;
}

h3.feature-desc {
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  padding: 5px 0px;
  word-wrap: break-word;
}

.feature-box {
  padding: 50px 0px;
}


.progress-wrapper {
  margin: 0px 10px;
}

.progress-wrapper .progress {
  background-color: #9bc2e2;
}

.progress .indeterminate {
  background-color: #03a9f4;
}

.super {
  vertical-align: super;
  font-size: 10px;
}

footer {
  text-align: left;
}

footer h5 {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
  text-align: left;
  color: white;
}

footer h5 span {
  font-weight: 500;
}

footer li {
  margin-top: 15px;
}

.icon-spaced {
  text-align: center;
  width: 25px;
  vertical-align: bottom;
}

@media (max-width: 680px) {

.step {
  padding: 10px 10px 10px 20px;
}

.col {
  padding: 0px;
}

.progress-wrapper {
  display: none;
}

nav {
padding-right: 2px;
padding-left: 2px;
}

h1, h2#dlaczego {
  font-size: 26px;
  margin-top: 50px;
}

h1 span, h2#dlaczego span {
  font-size: 26px;
}

#start h1 {
  font-size: 28px;
  margin-top: 15px;
}

#start h1 span {
  font-size: 27px;
}

#start h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 15px;
  margin-left: 6px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

#start a.intro2 {
  font-size: 12px;
  padding: 0px 20px;
  border-radius: 30px;
}

#start .cont {
  top: 45%;
}

.logo-img {
  width: 100px;
}

.promo h3 {
  font-size: 25px;
}

.promo h3 span {
  font-size: 24px;
}

.steps h3 {
  line-height: 1.2;
}

.steps h3 span {
  font-size: 22px;
}

.steps h4 {
  font-size: 20px;
}

.diagonal-overlay,.diagonal-overlay-color,.diagonal-overlay-light {
  display: none;
}

.b-space {
  margin-bottom: 10px;
}

.icons .row {
  margin-top: 70px;
  margin-bottom: 0px;
}

.icons .row .col {
  margin-bottom: 50px;
}

h5 {
  font-size: 15px;
}

h3 {
  font-size: 20px;
}

.technologies h3 {
  font-size: 20px;
}

.technologies h3 span {
  font-size: 21px;
}

#nav-mobile {
  width: 240px;
}

html body nav#navbar div.nav-wrapper ul#nav-mobile.sidenav li a {
  padding-right: 0px;
}

nav, nav a.sidenav-trigger i, #navbar a.sidenav-trigger {
  height: 35px;
  line-height: 35px;
  font-size: 20px;
}

nav .brand-logo {
  font-size: 20px;
}

#logo-container img {
  height: 30px;
  margin: 3px 4px 2px 4px;
}

.pricing .card:hover {
  transform: none;
}

}
.show-on-xl-only, .show-on-l-only {
  display: none;
}

@media (min-width: 992px) {
  .show-on-l-only {
  display: block;
}
}

@media (min-width: 1200px) {
  .show-on-xl-only {
  display: block;
}
.show-on-l-only {
display: none;
}
}


@keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  90% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes mreveal {
  from {
    transform: translate(0%, 100%);
    opacity: 0;
    clip-path: polygon(0% 0%, 0% 0% ,100% 0%, 100% 0%);
  }
  to {
    transform: translate(0%, 0%);
    opacity: 1;
    clip-path: polygon(0% 0%, 0% 100% , 100% 100%, 100% 0%);
  }
}

@keyframes mreveal2 {
  0% {
    transform: translate(0%, 100%);
    opacity: 0;
    clip-path: polygon(0% 0%, 0% 0% ,100% 0%, 100% 0%);
  }
  50% {
    transform: translate(0%, 100%);
    opacity: 0;
    clip-path: polygon(0% 0%, 0% 0% ,100% 0%, 100% 0%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
    clip-path: polygon(0% 0%, 0% 100% , 100% 100%, 100% 0%);
  }
}
