
@font-face {
  font-family: "Plantae";
  src: url("../fonts/Plantae.ttf") format("truetype");
}


/*---- Loader ----*/
.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  background-color: #ededed;
}

.loader {
  max-width: 15rem;
  width: 100%;
  height: auto;
  stroke-linecap: round;
}

circle {
  fill: none;
  stroke-width: 3.5;
  -webkit-animation-name: preloader;
          animation-name: preloader;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-transform-origin: 170px 170px;
          transform-origin: 170px 170px;
  will-change: transform;
}
circle:nth-of-type(1) {
  stroke-dasharray: 550;
}
circle:nth-of-type(2) {
  stroke-dasharray: 500;
}
circle:nth-of-type(3) {
  stroke-dasharray: 450;
}
circle:nth-of-type(4) {
  stroke-dasharray: 300;
}
circle:nth-of-type(1) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
circle:nth-of-type(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
circle:nth-of-type(3) {
  -webkit-animation-delay: -0.45s;
  -moz-animation-delay:  -0.45s;
          animation-delay: -0.45s;
}
circle:nth-of-type(4) {
  -webkit-animation-delay: -0.6s;
  -moz-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

@-webkit-keyframes preloader {
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes preloader {
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* .offset{
	padding-top: 4.6rem;
    margin-top: -4.6rem;
    -webkit-background-clip: content-box;
    background-clip: content-box;
} */
.carousel-caption {
    bottom: 5rem;
}
nav {
    background-color: #6F5AA3!important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Plantae;
}
h2 {
    color: #6F5AA3;
}

.mouse-icon {
    width: 32px;
    height: 55px;
    border: 2px solid white;
    border-radius: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.wheel {
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    position: relative;
    animation: scroll 1.5s infinite ease-in-out;
    z-index: 1000;
}
@keyframes scroll {
	0% { transform: translateY(-10px); opacity: 1; }
	50% { transform: translateY(10px); opacity: 0.5; }
	100% { transform: translateY(-10px); opacity: 1; }
}
.circulo {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #E3E2CE;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circulito {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #6F5AA3;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circulito svg{
    padding: 10px;
    font-size: 20px;
    color: white;
    fill: white;
}
.circulo svg {
    padding: 20px;
    font-size: 30px;
    color: white;
    fill: white;
}
.testimonios{
    width: 100%;
    height: 100%;
    position: absolute;

}
svg {
    width: 75px !important;
}
.img-rounded {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.youtube-video {
    aspect-ratio: 16 / 9 ;
    width: 100% !important;
    max-width: 700px;
}
.pulse-icon {
  animation: pulse 1s ease-in-out infinite;
}

@keyframes pulse {
            0% {
                transform: scale(1);
                box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            }
            50% {
                transform: scale(1.05); /* Slightly enlarge the button */
                box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); /* Enhance shadow */
            }
            100% {
                transform: scale(1);
                box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            }
        }
@media screen and (max-width: 460px) {
.img2 {
    position: relative;
    /* left: 100px; */
    overflow-x: visible !important;
}
.img3 {
    position: relative;
    /* right: 100px; */
    overflow-x: visible;
}
}
