:root {
  --orange: #ff6f00;
  --purple1: #e8dff2;
  --purple2: #6533a0;
  --green1: #0b5521;
  --green2: #17594a;
  --green3: #8eac50;
  --green4: #d3d04f;
  --green5: #e4e9be;
  --green6: #90B545;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Poppins", "Montserrat", sans-serif;
}

main {
  flex: 1;
}

.logo {
  /* width: 120px; */
  letter-spacing: 10px;
  font-weight: 100;
  font-size: 24px;
  width: 100px;
}

.navbar {
  border-bottom: 1px solid black;
  background-color: var(--green6);
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: none;
  color: var(--green1);
}

.bold {
  font-weight: bold;
}

.hero {
  height: 80vh;
  /* background-image: url("../assets/bg.jpg"); */
  background-image: url("../assets/multi-sport.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.testimonial {
    /*background:darkgreen;*/
  background-image: url("../assets/football-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-title {
  font-size: 8rem;
}

.hero-description {
  font-size: 3rem;
}

.hero .filter {
  background: black;
  opacity: 0.6;
}

.testimonial .filter {
  background: black;
  opacity: 0.1;
}

.contact-us .text {
  max-width: 70%;
  align-self: center;
}

button,
.btn {
  appearance: none;
  background-color: transparent;
  border: 0.125em solid var(--orange);
  border-radius: 0.9375em;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  width: fit-content;
  outline: none;
  padding: 1em 2.3em;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
  align-self: center;
}

button:disabled,
.btn:disabled {
  pointer-events: none;
}

button:hover,
.btn:hover {
  color: white !important;
  background-color: var(--orange);
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

button:active,
.btn:active {
  box-shadow: none;
  transform: translateY(0);
}

.contact-wrapper {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.contact-wrapper svg {
  position: absolute;
  display: flex;
  width: 60%;
  height: 100%;
  font-size: 24px;
  font-weight: 700;
  opacity: 1;
  transition: opacity 0.25s;
  z-index: 2;
  cursor: pointer;
}

.contact-wrapper .social-link1,
.contact-wrapper .social-link2,
.contact-wrapper .social-link3,
.contact-wrapper .social-link4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  color: whitesmoke;
  font-size: 24px;
  text-decoration: none;
  transition: 0.25s;
  border-radius: 50px;
  height: 50px;
}

.contact-wrapper svg {
  transform: scale(1);
}

.contact-wrapper .social-link1:hover {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  animation: bounce_613 0.4s linear;
}

.contact-wrapper .social-link2:hover {
  background-color: #00ccff;
  animation: bounce_613 0.4s linear;
}

.contact-wrapper .social-link3:hover {
  background-color: #5865f2;
  animation: bounce_613 0.4s linear;
}

.contact-wrapper .social-link4:hover {
  background-color: #12a50b;
  animation: bounce_613 0.4s linear;
}

@keyframes bounce_613 {
  40% {
    transform: scale(1.4);
  }

  60% {
    transform: scale(0.8);
  }

  80% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.card {
  -webkit-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
  border-radius: 10px;
  padding: 5px;
  border: 4px solid transparent;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  flex-direction: column;
  gap: 35px;
  margin-top: -100px;
  align-self: center;
  width: 90%;
  max-width: 600px;
}

.card {
  -webkit-box-shadow: 10px 10px 0 var(--green4), 20px 20px 0 var(--green1);
  box-shadow: 10px 10px 0 var(--green4), 20px 20px 0 var(--green1);
  border-color: var(--green3);
  -webkit-transform: translate(-20px, -20px);
  -ms-transform: translate(-20px, -20px);
  transform: translate(-20px, -20px);
}
.card button {
  color: black;
}
/* .card:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  } */

.singup {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  font-weight: bold;
  font-size: x-large;
  /* margin-top: 1.5em; */
}

.inputBox {
  position: relative;
  width: 100%;
}

.inputBox input,
.inputBox textarea {
  width: 100%;
  padding: 10px;
  outline: none;
  border: none;
  color: #000;
  font-size: 1em;
  background: transparent;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transition: 0.1s;
  border-bottom-left-radius: 8px;
}

.inputBox span {
  margin-top: 5px;
  position: absolute;
  left: 0;
  top: 4px;
  margin-left: 10px;
  padding: 10px;
  pointer-events: none;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  transition: 0.5s;
  letter-spacing: 3px;
  border-radius: 8px;
}

.inputBox input:valid ~ span,
.inputBox input:focus ~ span,
.inputBox textarea:valid ~ span,
.inputBox textarea:focus ~ span {
  top: -11px;
  left: 100%;
  transform: translateX(-120%);
  font-size: 0.8em;
  padding: 5px 10px;
  background: #000;
  letter-spacing: 0.2em;
  color: #fff;
  border: 2px;
}

.inputBox input:valid,
.inputBox input:focus,
.inputBox textarea:valid,
.inputBox textarea:focus {
  border: 2px solid #000;
  border-radius: 8px;
}

.map {
  border: 0;
  width: 100%;
  /* align-self: flex-start; */
  /* margin-left: 50px; */
  /* border-radius: 10px; */
  /* border: 3px solid black; */
  /* border-left: 0px; */
  /* border-top-left-radius: 0px; */
  /* border-bottom-left-radius: 0px; */
}

.purple-1 {
  color: var(--purple1);
}

.purple-2 {
  color: var(--purple2);
}

.green {
  color: var(--green1);
}

.green4 {
  color: var(--green4);
}

.white {
  color: white;
}

.orange {
  color: var(--orange);
}

.grey {
  color: grey;
}

.b-green1 {
  background-color: var(--green1);
}

.b-green2 {
  background-color: var(--green2);
}

.b-green3 {
  background-color: var(--green3);
}

.b-green4 {
  background-color: var(--green4);
}

.b-green5 {
  background-color: var(--green5);
}

.fs-xsmall {
  font-size: 0.75rem;
}

.fs-72 {
  font-size: 4.5rem;
}

.fs-48 {
  font-size: 3rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-10 {
  font-size: 0.625rem;
}

.fs-8 {
  font-size: 0.5rem;
}

.nav-link:focus,
.nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--purple2);
}

.c-banner {
  position: relative;
  overflow: hidden;
  background: var(--green1);
  padding: 10rem 0;
  text-align: center;
  border-bottom: 21px solid var(--green3);
}

.c-banner__bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--green4);
  transform: skewX(20deg) translateX(-50%);
}

.c-banner__content {
  position: relative;
  z-index: 1;
  color: white;
}

.about-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.square-container {
  position: relative;
  margin-bottom: 1rem;
}

.flip-inner {
  transition: all 0.8s;
  transform-style: preserve-3d;
  border-radius: 1000px;
  /* box-shadow: 0 10px 20px 4px rgba(35, 35, 35, .1); */

  /* border: 2px solid var(--green1); */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.square-container::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.square-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 50%;
  min-height: 50%;
  object-fit: contain;
  pointer-events: none;
}

.project-info-container {
  /* box-shadow: 0 8px 14px 0 rgba(0,0,0,0.2); */
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 1rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  bottom: 0;
  pointer-events: none;
}

.square-container:hover .flip-inner,
.square-container:focus .flip-inner {
  transform: rotateY(180deg);
  border-radius: 8px;
  /* border-color: var(--purple2); */
}

h1 {
  font-size: 3.5rem;
  /*font-weight: 900;*/
  font-family: "Paytone One", sans-serif;
  /* line-height: 1.3; */
}

.animate-card {
  /* width: 190px; */
  /* min-height: 300px; */
  min-width: 20vw;
  /* background: var(--green1); */
  background: white;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-around; */
  /* gap: 10px; */
  border: 1px solid #eaeaea;
  padding: 1rem;
  align-items: center;
  height: 100%;
}

.animate-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.5s;
}

.firstAnimation {
  height: 100%;
}

.secondAnimation:hover .animate-card,
.secondAnimation:focus .animate-card {
  width: inherit;
  height: inherit;
  /* background: var(--purple2); */
  border-radius: 20px;
  /* background-color: var(--purple2); */
  transition: all 0.5s;
}

.secondAnimation {
  --hoverContorno: var(--green3);
  position: relative;
  height: 100%;
}

.secondAnimation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  /* backdrop-filter: blur(1.5px); */
  opacity: 1;
  transition: all 0.5s;
}

.secondAnimation:hover,
.secondAnimation:focus {
  -webkit-animation: cardAnimacion 1.4s;
  animation: cardAnimacion 1.4s;
  box-shadow: 0 0 0 0.8em rgba(255, 255, 255, 0);
  border-radius: 20px;
}

.secondAnimation:hover::before,
.secondAnimation:focus::before {
  opacity: 0;
}

@-webkit-keyframes cardAnimacion {
  0% {
    box-shadow: 0 0 0 0 var(--hoverContorno);
  }
}

@keyframes cardAnimacion {
  0% {
    box-shadow: 0 0 0 0 var(--hoverContorno);
  }
}

.contact-us-icon {
  width: 30px;
  height: 30px;
}

img {
  max-width: 700px;
}

.c-steps__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 10rem 0 5rem;
}

.c-steps__item {
  width: 30%;
  min-height: 380px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  color: white;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}

.c-steps__item:nth-child(1) {
  background: var(--green3);
}

.c-steps__item:nth-child(2) {
  background: var(--green1);
  transform: translateY(-48px);
}

.c-steps__item:nth-child(3) {
  background: var(--green2);
}

.center {
  text-align: center;
  margin: 0 auto;
}

.card-text {
  opacity: 0;
  max-height: 0;
  transition: all 0.3s ease;
}

.c-steps__item:hover .card-text {
  transition: all 0.3s ease;
  opacity: 1;
  max-height: 100px;
}

.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.service-content {
  padding: 3rem 10rem 3rem 3rem;
}

main .c-bi__img img {
    margin-top:-3rem;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

main .c-bi__img {
  position: absolute;
  /* bottom: -105px; */
  left: 0;
  width: 50%;
  height: 70%;
}

main .c-bi__items__content {
  background: var(--bd);
  padding: 3rem 3rem 3rem 3.5rem;
  color: var(--w);
}

main .c-bi--inverse .c-bi__img {
  right: 0;
  left: inherit;
}

main .c-bi--inverse .c-bi__items__content {
  padding: 3rem 3.5rem 3rem 3rem;
}

@media only screen and (max-width: 600px) {
  .hero-title {
    font-size: 3rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .animate-card img {
    width: 60px;
    height: 60px;
  }

  .icon {
    width: 100px;
    height: 100px;
  }

  .services-img {
    width: 70%;
  }

  .c-banner {
    padding: 5rem 0;
  }

  h1 {
    font-size: 2.5rem;
  }

  nav a:not(:first-child) {
    display: none;
  }
  nav a.icon {
    float: right;
    display: flex;
    align-items: center;
  }

  nav.responsive {
    position: relative;
  }
  nav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  nav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

@media screen and (max-width: 990px) {
  .c-steps__item {
    width: 100%;
    margin: 0 0 3rem;
  }
  .c-steps__item:nth-child(2) {
    transform: translateY(0);
  }

  main .c-bi__items__content {
    padding: 4rem 4rem 2rem 4rem !important;
  }

  main .c-bi__img {
    position: static;
    width: 100%;
  }
}

.mark {
    position: absolute;
    color: green;
    background-color:transparent !important;
    font-size: 2rem;
    left: 1rem;
    margin: 0;
    padding: 0;
    line-height: 1.25em;
}

.quote {
    padding-right: 1rem;
    padding-left: 4rem;
    font-style: italic;
}

#demo {
    background: white;
    max-width: 900px;
    margin: auto
}

.carousel-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    line-height: 2rem
}

@media(max-width:767px) {
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }
}

.carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem
}

@media(max-width:767px) {
    .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
}

#image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem
}

@media(max-width:767px) {
    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
}

i.red {
    color:green;
    font-size:3em;
    background-color: transparent;
    padding: 1.4rem
}

@media(max-width:767px) {
    i {
        padding: 0.8rem
    }
}

.carousel-control-prev {
    justify-content: flex-start
}

.carousel-control-next {
    justify-content: flex-end
}

.carousel-control-prev,
.carousel-control-next {
    transition: none;
    opacity: unset;
}

.services.py-5{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}

.contact-us.py-5{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}

.row{
    padding-left:5rem;
    padding-right: 5rem;
}

@media(max-width:767px) {
    .w-100.contact-us {
        width:80% !important;
    }
}

@media (max-width:600px) {
    .row>* {
        box-sizing: content-box;
    }
}

@media (max-width: 600px){
    .flip-inner{
        left: 2rem;
    }
}


