/*
.home-desktop .div-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}
*/

.home-desktop .testimonials {
  display: flex;
  flex-direction: column;
  align-items: center;
  //gap: 30px;
  padding: 80px 0px 50px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  //background: linear-gradient(180deg, rgb(250, 250, 250) 0%, rgb(194, 189, 201) 100%);
  //animation-name: testimonialanimate;
  //animation-duration: 10s;
  //animation-iteration-count: infinite;
  transition: all 0.1s ease-out;
  transform: scale(1);
  /*transition: all 0.1s ease-out;
  transform: scale(1); */
  background: linear-gradient(120deg, rgba(38, 7, 78, 0) 30%, rgba(38, 7, 78, 0.2) 100%)
}

#testimonialsid {
  //display: flex;
  //flex-direction: column;
  //align-items: center;
  //gap: 30px;
  //padding: 80px 0px 50px 0px;
  //position: relative;
  //align-self: stretch;
 // width: 100%;
  //flex: 0 0 auto;
  //background: linear-gradient(180deg, #ff7147, #e0417f);/*180deg, rgb(250, 250, 250) 0%, rgb(194, 189, 201) 100%);*/
  /*animation-name: testimonialanimate;*/
  /*animation-duration: 10s;*/
  /*animation-iteration-count: infinite;*/
  transition: all 0.1s ease-out;
  transform: scale(1);
}


/* this does not work well, because the transitions for gradients are not supported. I tried js colorgradientTransition, but did not find ID*/
@keyframes testimonialanimate {
  0%   {background: linear-gradient(180deg, rgb(250, 250, 250) 0%, rgb(194, 189, 201) 100%)}
  20% {background: linear-gradient(180deg, rgb(250, 250, 250) 0%, rgb(210, 189, 201) 100%)}
  40% {background: linear-gradient(180deg, rgb(240, 250, 250) 0%, rgb(230, 189, 201) 100%)}
  60% {background: linear-gradient(180deg, rgb(250, 250, 250) 0%, rgb(210, 189, 201) 100%)}
  80% {background: linear-gradient(180deg, rgb(250, 250, 250) 0%, rgb(194, 189, 201) 100%)}
  100%   {background: linear-gradient(180deg, rgb(250, 250, 250) 0%, rgb(194, 189, 201) 100%)}
}



/*@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);*/
/*@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);*/
.snip1533 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  display: inline-block;
  font-family: "Inter-Regular", Helvetica, sans-serif;
  font-size: 14px;
  //margin: 35px 0px 10px; /*middle was 10 before*/
  position: relative;
  text-align: center;
  width: 90%;
  margin: 30px 5%;
  min-width: 300px;
  max-width:400px;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #00E1A4;
}

@media screen and (min-width:600px) {
	.snip1533 {
	width: 100%; /*width was 100% before*/
	/*margin: 35px 0px 10px;*/ /*original which moves*/
          margin: 35px 0%;
          font-size: 16px;
          max-width: 700px;
          min-width: 400px; /*is needed so user can scroll through from left to right.*/
  }
}	

@media screen and (min-width:1000px) {
	.snip1533 {
	width: 100%; /*width was 100% before*/
	/*margin: 35px 0px 10px;*/ /*original which moves*/
          margin: 35px 0%;
          font-size: 16px;
          max-width: 900px;
          min-width: 600px; /*is needed so user can scroll through from left to right.*/
  }
}

.snip1533 *,
.snip1533 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.snip1533 figcaption {
  padding: 5% 10% 8%;
}

.snip1533 figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #00E1A4;
  content: "\f10e";
  font-family: 'FontAwesome';
  font-size: 20px;
  font-style: normal;
  left: 50%;
  line-height: 50px;
  position: absolute;
  top: -30px;
  width: 50px;
}

@media screen and (min-width:600px) {
	.snip1533 figcaption:before {
	width: 60px;
	line-height: 60px;
	font-size: 32px;
	}
}

.snip1533 h3 {
  color: #B6297D;/*var(--accentcolor);*/
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin: 10px 0 5px;
  opacity: 1;
}



.snip1533 h4 {
  color: var(--textcolor);
  font-weight: 400;
  margin: 0;
  opacity: 1;
  margin: 10px 0 0px;
}

.snip1533 blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 20px;
  line-height: 1.4;
  color: var(--textcolor);
}





.home-desktop .testi--container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  /*margin-left: 10%;
  margin-right: -10%;*/
  //height: 245.33px;
  min-height: 480px; /*480px for multiple testimonials*/
  overflow-x: scroll;
  overflow-y: hidden;
}

@media screen and (min-width:600px) {
	.home-desktop .testi--container {
      min-height: 450px;
	}
}

@media screen and (min-width:1000px) {
	.home-desktop .testi--container {
      min-height: 400px;
	}
}

 /* Hide scrollbar for Chrome, Safari and Opera */
.testi--container::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.testi--container {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
} 

.home-desktop .testi--frame {
  display: inline-flex;
  align-items: center;
  gap: 10px;/*30px*/
  /*padding: 0% 25%;*/
  padding: 1px 10px 1px 10px;
  /*padding: 1px 10px 1px 10px; *//*if more this might be better!*/
  /*15px;30px;*/
  position: absolute;
  /*relative;*/
  
}

@media screen and (min-width:600px) {
	.home-desktop .testi--frame {
    gap: 30px;
    padding: 0% 25%;
    /*padding: 1px 30px 1px 30px;*/
	}
}

@media screen and (min-width:600px) {
	.home-desktop .testi--container {
  //padding: 15px -10% 15px 10%;
  padding: 15px -50px 15px 50px;
  gap: 60px;
	}
}











.home-desktop .testi--header {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}


.home-desktop .testi--title {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--h2-poppins40-font-family);
  font-weight: var(--h2-poppins40-font-weight);
  color: var(--logocolor);
  font-size: 30px;
  text-align: center;
  letter-spacing: var(--h2-poppins40-letter-spacing);
  line-height: var(--h2-poppins40-line-height);
  font-style: var(--h2-poppins40-font-style);
}

@media screen and (min-width:600px) {
	.home-desktop .testi--title {
  font-size: var(--h2-poppins40-font-size);
	}
}

.home-desktop .testi--titlemoved {
  opacity: 0;
}

.home-desktop .testi--titlemoved.ttitlemoved {
  animation: testmoveinfromright 1s 1;
  animation-direction: normal;
  opacity: 1;
}

@keyframes testmoveinfromright {
  0%   {opacity: 0; left: 300px; top: 0px;}
  100%  {opacity: 1;left: 0px; top: 0px;}
}




.home-desktop .testi--subtitle {
  position: relative;
  align-self: stretch;
  font-family: var(--h3-inter25-font-family);
  font-weight: var(--h3-inter25-font-weight);
  color: var(--textcolor);
  font-size: 20px;
  text-align: center;
  letter-spacing: var(--h3-inter25-letter-spacing);
  line-height: var(--h3-inter25-line-height);
  font-style: var(--h3-inter25-font-style);
}

@media screen and (min-width:600px) {
	.home-desktop .testi--subtitle {
  font-size: var(--h3-inter25-font-size);
	}
}

.home-desktop .testi--subtitlemoved {
  opacity: 0;
}

.home-desktop .testi--subtitlemoved.tsubtitlemoved {
  animation: testmoveinfromright 1.5s 1;
  animation-direction: normal;
  opacity: 1;
}


@keyframes testmoveinfromright {
  0%   {opacity: 0; left: 0px; top: 0px;}
  100%  {opacity: 1;left: 0px; top: 0px;}
}





.home-desktop .testi--snipmoved {
  opacity: 0;
}

.home-desktop .testi--snipmoved.snipmoved {
  animation: testappearslowly 2s 1;
  animation-direction: normal;
  opacity: 1;
}

@keyframes testappearslowly {
  0%   {opacity: 0; left: 0px; top: 0px;}
  100%  {opacity: 1;left: 0px; top: 0px;}
}





.home-desktop .testi--tframe2move {
  opacity: 0;
}

.home-desktop .testi--tframe2move.tframe2moves {
  animation: tmovef2infromright 1.5s 1;
  animation-direction: normal;
  opacity: 1;
}



@keyframes tmovef2infromright {
  0%   {opacity: 0; left: 300px; top: 0px;}
  100%  {opacity: 1;left: 0px; top: 0px;}
}

