body{
	--bs-body-font-family : 'Roboto', sans-serif  ! important ;
	
}
.accordion {
	--bs-accordion-border-radius: 0 ! important ;
  --bs-accordion-inner-border-radius: 0 ! important ;
}
.card, .btn, .form-control {border-radius : 0 ! important; }


.xcarousel-item >img {
	xwidth: 100% ! important;
	width: 400px ! important;
	height: 500px ! important;
	
}


.gradient3 {
  background: linear-gradient(-45deg, #6355a4, #6355a4, #e89a3e, #e89a3e);
  background-size: 300%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  xfont-size: 5vw;
  letter-spacing: 2px;
  xtext-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animated_text 10s ease-in-out infinite;
  -moz-animation: animated_text 10s ease-in-out infinite;
  -webkit-animation: animated_text 10s ease-in-out infinite;
}

@keyframes animated_text {
  0% { background-position: 0px 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0px 50%; }
}

.gradient2 {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  xfont-size: 6rem;
  font-size: 2rem;
  font-weight:  900;
  xletter-spacing: 2px;
  letter-spacing: 4px;
  text-align: center;
  color: #f35626;
  background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 10s infinite linear;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}


.gradient {
    background: linear-gradient(
        to right,
        #7953cd 20%,
        #00affa 30%,
        #0190cd 70%,
        #764ada 80%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

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

.awesome {
  xfont-size:3rem;
  xmargin-top:45vh;
  xcolor:white;
  xfont-family: 'Merienda', cursive;
  animation-name:glow;
  animation-duration:2s;
  animation-iteration-count:infinite;
  animation-direction:alternate;
}

@-webkit-keyframes glow {

 from{text-shadow:0px 0px 5px #fff,0px 0px 5px #614ad3;}
  to{text-shadow:0px 0px 20px #fff,0px 0px 20px #614ad3;}

 
}

.btn-change2{
    xheight: 50px;
    xwidth: 100px;
    xbackground: #31708f ;
    background: white ;
    xmargin: 20px;
    float: left;
    border:0px;
    xcolor:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transform-origin: 0 0;
    box-shadow:0px 0px 0 100px white inset;
}
.btn-change2:hover{
    x-webkit-box-shadow:0px 0px 0 0px #31708f inset;
    
    -webkit-box-shadow:0px 0px 0 0px #614ad3 inset;

    -webkit-transform: scale(1);
    background: purple ;
    color: white ;
}


.wrapper.ten {
    xbackground-color: #0e2839;
}
.bounce {
    xfont-size: 2rem;
    font-weight: bold;
    width: 100%;
    margin: 1rem auto;
    display: inline-flex;
    justify-content: left;
    -webkit-box-reflect: below -10px linear-gradient(transparent, #211e1e2e);
}
.bounce span {
    display: inline-flex;
    xcolor: #c7f4ff;
    color: lightgray;
    font-family: "Play", sans-serif;
    animation: bounce 10s infinite;
}
@keyframes bounce {
    0%,
    50%,
    100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-20px);
    }
}
.ten span:nth-of-type(1) {
    animation-delay: 0.1s;
}
.ten span:nth-of-type(2) {
    animation-delay: 0.2s;
}
.ten span:nth-of-type(3) {
    animation-delay: 0.3s;
}
.ten span:nth-of-type(4) {
    animation-delay: 0.4s;
}
.ten span:nth-of-type(5) {
    animation-delay: 0.5s;
}
.ten span:nth-of-type(6) {
    animation-delay: 0.6s;
}    
.ten span:nth-of-type(7) {
    animation-delay: 0.7s;
}

.ten span:nth-of-type(8) {
    animation-delay: 0.8s;
}

.ten span:nth-of-type(9) {
    animation-delay: 0.9s;
}


.gradient3 {
  position: relative;
  font-family: sans-serif;
  text-transform: uppercase;
  xfont-size: 2em;
  xletter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 13s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

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