$primary:#0000ff;
$danger:#fc0404;
$success:#049c3c;
$warning:#ffff00;
$white:#ffffff;

:root {
  --translate-value: -40;
}

html {
  box-sizing: border-box;
  cursor: default;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

@font-face {
  font-family: "Champion-HTF-Lightweight";
  src: url("https://marioluevanos.com/fonts/champion/Champion-HTF-Lightweight.woff2")
    format("woff2");
  font-display: swap;
  font-weight: normal;
}

em {
  font-style: italic;
}

// testimonial
.callout-text {
	text-align: center;
	max-width: 1140px;
	margin: 20px auto;
}

.testimonial-carousel {
	overflow: hidden;
	height: 300px;
	position: relative;
	padding: 10px 0px;
	display: flex;
	.icon-container {
		position: relative;
		padding: 0 5px;
		max-width: 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		z-index: 9999;
		@media (min-width: 768px) {
			max-width: 50px;
			padding: 0 10px;
		}
		span.lnr {
			color: #757575;
      position: absolute;
      bottom: 0;
			font-size: .6em;
			cursor: pointer;
			transition: color 0.3s linear;
			@media (min-width: 768px) {
				font-size: 2.6em;
			}
			&:hover {
				color: #fff;
			}
		}
	}
	p {
		font-size: 1em;
		@media (min-width: 768px) {
			font-size: 1.4em;
		}
	}
}

.testimonial-items {
	position: relative;
	flex: 1;
	overflow: hidden;
	color: #b3b2b2;
  font-style: italic;
}

.testimonial-item {
	width: 100%;
	height: 100%;
	transition: transform 1s;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	p.testimonial-author {
		font-weight: bold;
		text-align: right;
		color: #ff4500;
	}
	&.first {
		left: 0;
	}
	&.second {
		left: 100%;
	}
	&.third {
		left: 200%;
	}
	&.forth {
		left: 300%;
	}
	&.fifth {
		left: 400%;
	}
	&.sixth {
		left: 500%;
	}
	&.seventh {
		left: 600%;
	}
	&.eigth {
		left: 700%;
	}
	&.nineth {
		left: 800%;
	}
	&.tenth {
		left: 900%;
	}
	&.eleventh {
		left: 1000%;
	}
	&.twelth {
		left: 1100%;
	}
	&.thirteenth {
		left: 1200%;
	}
	&.forteenth {
		left: 1300%;
	}
	&.fifteenth {
		left: 1400%;
	}
	&.sixteenth {
		left: 1500%;
	}
	&.seventeenth {
		left: 1600%;
	}
	&.eighteenth {
		left:1700%;
	}
	&.nineteenth {
		left: 1800%;
	}
	&.twentieth {
		left: 1900%;
	}
}

// sevices

.contnt h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 3.2rem;
	margin-top: 3.2rem;
	text-transform: uppercase;
}
.contnt p {
	margin-bottom: 2em;
	margin-top: 2em;
}

.contnt img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.contnt .button {
	background: rgba(0,0,0,0.25);
	border-radius: 4px;
	box-shadow: 1px 2px 0 0 rgba(0,0,0,0.15);
	color: inherit;
	padding: 0.5em 1em;
	text-decoration: none;
}

.contnt {
	align-items: center;
	display: flex;
	min-height: 100%;
	justify-content: center;
	position: relative;
  padding-bottom: 18rem;
}

// .cont .icon-arrow {
// 	display: block;
// 	// margin: 1em auto;
// }
.cont .animate-up .arrow {
	animation: arrow-up 3s 2s infinite;
}
.cont .animate-down .arrow {
	animation: arrow-down 3s 2s infinite;
}
@keyframes arrow-up {
	0% {
		transform: translateY(0);
	}
	40%,
	100% {
		transform: translateY(-150%);
	}
}
@keyframes arrow-down {
	0% {
		transform: translateY(0);
	}
	40%,
	100% {
		transform: translateY(150%);
	}
}

.contnt .line {
	margin-top: 6.4rem;

	&::before {
		background: currentColor;
		content: '';
		display: block;
		height: 2px;
		margin-bottom: 3.2rem;
		width: 39px;

		@media (min-width: 840px) {
			width: 69px;
		}
	}
}

.contnt .background-text {
    // color: rgba(51,53,54,0.05);
    color: rgba($primary,0.05);
    font-family: 'Montserrat', sans-serif;
    font-size: 40rem;
	font-weight: 700;
    left: 4%;
    line-height: 1em;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 25%;
	transition: transform 0.1s;
    white-space: nowrap;
    width: 96%;
    z-index: 1;
}
.contnt .text {
	margin-left: 1em;
	margin-right: 1em;
	max-width: 560px;
	width: 40%;
}


.css-parallax {
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	perspective: 1px;
	transform-style: preserve-3d;

	.background-text {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;

		transform: translateZ(-2px) scale(2);
	}
}

.bf {
  --p: 2rem;
  position: relative;
  width: 400px;
  height: 400px;
  margin: auto;
  padding: var(--p);
  background: black
    url(https://images.ctfassets.net/cd8k8w3hw1x5/64KVlZJmSdkWixv3WpkFvt/dee748c2d52a2d506d7196403c57c9ef/halftone_mobile.webp)
    50% 50% / cover;

  &::before {
    content: "";
    position: absolute;
    inset: var(--p);
    background: linear-gradient(to top, rgba(black, 0.33), transparent);
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: 50% 0;
  }

  .text {
    position: absolute;
    bottom: calc(var(--p) + 0.75rem);
    left: calc(var(--p) + 0.75rem);
    right: 4rem;
    color: white;

    h2 {
      margin: 0 0 0.25rem;
      font: normal 2.25rem/1 "Champion-HTF-Lightweight";
      text-transform: uppercase;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
    }

    p {
      font: normal 1rem/1 "Source Sans Pro", sans-serif;
      margin: 0;
      text-transform: uppercase;
      padding-right: 4rem;
    }
  }
}

.badge {
  position: absolute;
  width: 5rem;
  top: 3rem;
  right: 0.5rem;
  z-index: 1;
  animation: 60s spin linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}


@import url('/public/assets/bootstrap/scss/bootstrap');