.section-makeit-count{
    padding-bottom:0;
}


.section-makeit-count .new-messaging{
  text-align:center;
  text-transform: none;
  font-weight: 500;
}


.section-makeit-count  .title-alternatives{
  margin-bottom:0;
}

@media only screen and (min-width: 992px) {
  .section-makeit-count  .title-alternatives{
      margin-bottom:1em;
  }
}


.section-makeit-count .second-title-alternatives{   /* section Make it count */
    font-weight: 500;
    color: #2e2e2e;
    font-family: 'Open Sans';
    margin-bottom: 0.5em;
}

.section-makeit-count .replace-wrapper{
    align-self:flex-start; 
    /* padding-top:6em; */ 
    height: 80%; 
    position: relative !important;
    top: 0%;
    transform: translateY(-0%) !important;
    align-self: center;
}

@media only screen and (max-width: 991px) {
    .section-makeit-count .replace-wrapper{
        /* padding-bottom: 6em; */
        align-self: center;
    }
}

.section-makeit-count .animated-gradient {
    animation: animateBg 90s linear infinite;
    background-image: linear-gradient(90deg,#ff6171,#6a5a61,#bf3555,#6a5a61, #ff6171);
    background-size: 800% 100%;
  
}

@keyframes animateBg {
    0% { background-position: 100% 0%; }
    100% { background-position: 0% 0%; }
}

.section-makeit-count .row-no-wait{
    padding-top: 6em;
    padding-bottom: 2em; 
}



.section-makeit-count .replay-checkmarks{
  display: grid; 
  grid-template-rows: auto; 
  justify-content: center; 
  background: white; 
  /* padding-top: 0; */ 
  padding-bottom: 0; 
  padding-bottom: 6em;
}

  
.section-makeit-count .time-title{
    padding-left:10%; 
    padding-right:10%; 
    margin-bottom:0;
  }

.section-makeit-count .animated-check-number {
    display: grid  !important; 
    grid-template-columns: 1fr 5fr; 
    justify-content: center; 
    justify-items: center;
  }



.section-makeit-count .text-checkmark-item-wrapper{
    color:#767676; 
    align-self: center; 
    justify-self: start;
  }

.section-makeit-count  .animated-title{
    color:white; 
    font-family:'Open Sans'; 
    margin-bottom: 0; 
    text-align: left;
  }

  .section-makeit-count  .animated-title-dark{
    color:#2e2e2e; 
    font-family:'Open Sans'; 
    margin-bottom: 0; 
    text-align: left;
  }
  


.section-makeit-count .text-number-item-wrapper{
    color:#767676; 
    align-self: center; 
    justify-self: start;
}


/************ ANIMATIONS CHECKMARKS *********************/


.section-makeit-count .check-spinner__worm-a, .section-makeit-count .check-spinner__worm-a-c,
.section-makeit-count .check-spinner__worm-b, .section-makeit-count .check-spinner__worm-b-c {
	visibility: hidden;
}

.section-makeit-count .check-spinner {
	margin-bottom: 3em;
	overflow: visible;
	width: 2em;
	height: 2em;
  margin-right: 10px;
}

.section-makeit-count .check-spinner__worm-a, .check-spinner__worm-a-c {
	animation: worm-a 0.8s linear;
}

.section-makeit-count .check-spinner__worm-b, .check-spinner__worm-b-c {
	animation: worm-b 0.8s 0.8s linear forwards;
	stroke-dashoffset: 0.01;
}

.section-makeit-count .check-spinner__circle, .check-spinner__circle-c  {
	animation: circle 0.2s 1.3s cubic-bezier(0,0,.42,1.33) forwards;
}

/* Animations */
@keyframes worm-a {
	from {
		stroke-dashoffset: 36.1;
		visibility: visible;
	}
	to {
		stroke-dashoffset: -252.9;
		visibility: visible;
	}
}
@keyframes worm-b {
	from {
		animation-timing-function: linear;
		stroke-dasharray: 0 0 72.2 341.3;
		visibility: visible;
	}
	69.7% {
		animation-timing-function: ease-out;
		stroke-dasharray: 0 207 45 341.3;
		visibility: visible;
	}
	to {
		animation-timing-function: ease-out;
		stroke-dasharray: 0 297 115 341.3;
		visibility: visible;
	}
}
@keyframes circle {
	from { r: 0; }
	to { r: 50px; }
}
@keyframes reappear {
	from { visibility: hidden; }
	to { visibility: visible; }
}




/*************************************************   Cicle rotating ****************************************************/


.play-short{
  height: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  border-radius: 50%;
  border: 2px solid #ff6171;
  background: white;
  cursor: pointer;  
}

.play-short:hover{
  background: #ff6171;
}


.wistia_loading_svg_72 path {
  stroke-width: 2px;
  stroke-dasharray: 36.299235026041664, 72.59847005208333;
  -webkit-animation: wistia_dash 1.1s infinite linear forwards;
}

@-webkit-keyframes wistia_dash {
  from { stroke-dashoffset: 108.897705078125; stroke: #ff6171; }
  to { stroke-dashoffset: 0; stroke: #ff6171;}
}


.play-short:hover .wistia_loading_svg_72 path  {
  stroke-width: 2px;
  stroke-dasharray: 36.299235026041664, 72.59847005208333;
  -webkit-animation:  wistia_dash_white 1.5s infinite linear forwards;
}

@-webkit-keyframes wistia_dash_white {
  from { stroke-dashoffset: 108.897705078125; stroke: #ffffff; }
  to { stroke-dashoffset: 0; stroke: #2e2e2e;}
}



/***************************** Max Width ****************************************/


@media only screen and (max-width: 814px) {
  .section-makeit-count  .right-hero-block{
    height: max(80vh, 85vw);
    min-height: 700px;
  }  
}


/******************************** Button Card ***************************************/


@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}

:root {
  --card-height: 50px;
  --card-width: calc(var(--card-height) * 3.3);
}


.card {
  background: #ff6171;
  width: var(--card-width);
  height: var(--card-height);
  padding: 3px;
  position: relative;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  /* font-size: 1.5em; */
  color: rgb(88 199 250 / 0%);
  cursor: pointer;
  font-family: cursive;
}

.card-two {
  background: #ff6171;
  width: var(--card-width);
  height: var(--card-height);
  padding: 3px;
  position: relative;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  /* font-size: 1.5em; */
  color: rgb(88 199 250 / 0%);
  cursor: pointer;
  font-family: cursive;
}

.card:hover {
  color: rgb(88 199 250 / 100%);
  transition: color 1s;
}

.card:hover:before, .card:hover:after {
  animation: none;
  opacity: 0;
}


.card::before {
  content: "";
  width: 104%;
  height: 102%;
  border-radius: 8px;
  background-image: linear-gradient(
    var(--rotate)
    , #bf3542, #ff6171 43%, #b7b7b7);
    position: absolute;
    z-index: -1;
    top: -1%;
    left: -2%;
    animation: spin 2.5s linear infinite;
}


.card::after {
  position: absolute;
  content: "";
  top: calc(var(--card-height) / 6 );
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale(1.03);
  filter: blur(calc(var(--card-height) / 6));
  background-image: linear-gradient( var(--rotate) , #bf3542, #ff6171 43%, #b7b7b7);
  opacity: 1;
  transition: opacity .5s;
  animation: spin 2.5s linear infinite;
}


@keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}

.horizontal-scroll-section a.try-free{
  color: #212534;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
  margin-top: 2rem;
}


.icon-Video-5 {
    opacity: 1;
    font-size: 3.5em !important;
    cursor: pointer;
    border-radius: 50%;
    background: white;
    border-radius: 50%;
    color: #ff6171 !important;
}


.icon-Video-5:hover{
    background: #ff6171;
    color: white !important;
}
