@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);
figure.snip1390 {

  position: relative;
  overflow: hidden;
  margin: 10px;
  /* font-family: 'Poppins', sans-serif; */
  min-width: 230px;
  max-width: 270px;
  width: 100%;
  color: #000000;
  text-align: center;
  font-size: 16px;
border: 2px solid #0d2041;
  padding: 5px;
border-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip1390 *,
figure.snip1390 *:before,
figure.snip1390 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1390 figcaption {
  width: 100%;
}
figure.snip1390 h2,
figure.snip1390 h4,
figure.snip1390 blockquote {
  margin: 0;
}
figure.snip1390 h2,
figure.snip1390 h4 {
  font-weight: 300;
}
figure.snip1390 h2 {
  color: #0c2041;
  font-size: 17px;
}
figure.snip1390 h4 {
  color:#0c2041;
  font-size: 19px;
}
figure.snip1390 blockquote {
  font-size: 1em;
  /* padding: 45px 20px 40px 50px; */
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: inset -1.4px -1.4px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
}
figure.snip1390 blockquote:before {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  /* font-size: 70px; */
  opacity: 0.25;
  font-style: normal;
  top: 0px;
  left: 20px;
}
figure.snip1390 .profile {
  width: 100px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  border: solid 5px #A6A57A;
}
center h5{
  color:#0d2041;
}

/* ???????????????slitestimonial? */
.slider {
	height: 50rem;

	margin: 0 auto;
	position: relative;
	overflow: hidden;
	.slide {
		position: absolute;
		top: 0;
		height: 45rem;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: transform 0.5s;
    @media (min-width: 600px) and (max-width: 767px) {
      width: 300px;
      .slider{
        width: 970px;
      }
    }
    @media (min-width: 768px) {
      width: 370px;
    }
		& > img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
		.testimonial {
			width: 90%;
			min-height: 300px;
			padding: 9px 9px;
			position: relative;
			background-color: #F8F8F8;
			border-radius: 6px;
			display: flex;
      flex-direction: column;
			justify-content: center;
      gap: 15px;
      &:hover img{
        filter: none;
        transition: filter ease 0.3s
      }
			&::before {
				content: '';
				position: absolute;
				background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='30' viewBox='0 0 40 30'%3E%3Cpath id='Caminho_1' data-name='Caminho 1' d='M9.091,11.964a8.878,8.878,0,0,0-1.3.13A7.2,7.2,0,0,1,8.3,10.731,8.453,8.453,0,0,1,9.237,9.04a9.974,9.974,0,0,1,1.2-1.477,13.579,13.579,0,0,1,1.38-1.21,8.469,8.469,0,0,1,1.424-.928,7.557,7.557,0,0,1,1.3-.7l1.075-.445.945-.395L15.588,0,14.4.289c-.381.1-.845.208-1.374.343a10.78,10.78,0,0,0-1.759.625,12.351,12.351,0,0,0-2.05.934A18.711,18.711,0,0,0,7.04,3.577,15.531,15.531,0,0,0,4.946,5.471,14.039,14.039,0,0,0,3.133,7.8a16.3,16.3,0,0,0-1.4,2.6A22.276,22.276,0,0,0,.8,13.08a24.3,24.3,0,0,0-.766,4.884,25.087,25.087,0,0,0,.056,3.5c.03.409.086.806.126,1.08l.05.337.052-.012a9,9,0,0,0,6.689,6.883,8.948,8.948,0,0,0,9.063-3.1,9.041,9.041,0,0,0-2.191-13.3A8.94,8.94,0,0,0,9.091,11.964Zm21.935,0a8.878,8.878,0,0,0-1.3.13,7.2,7.2,0,0,1,.507-1.363,8.453,8.453,0,0,1,.935-1.691,9.974,9.974,0,0,1,1.2-1.477,13.579,13.579,0,0,1,1.38-1.21,8.469,8.469,0,0,1,1.424-.928,7.557,7.557,0,0,1,1.3-.7l1.075-.445.945-.395L37.523,0l-1.19.289c-.381.1-.845.208-1.374.343a10.781,10.781,0,0,0-1.759.625,12.445,12.445,0,0,0-2.05.936,18.711,18.711,0,0,0-2.176,1.387A15.647,15.647,0,0,0,26.88,5.471,14.034,14.034,0,0,0,25.068,7.8a16.306,16.306,0,0,0-1.4,2.6,22.286,22.286,0,0,0-.933,2.677,24.3,24.3,0,0,0-.766,4.884,25.092,25.092,0,0,0,.056,3.5c.03.409.086.806.126,1.08l.05.337.052-.012a9,9,0,0,0,6.689,6.883A8.948,8.948,0,0,0,38,26.652a9.041,9.041,0,0,0-2.191-13.3A8.94,8.94,0,0,0,31.026,11.964Z' transform='translate(0)' fill='%2305bcb4'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
				/* width: 40px; */
				height: 30px;
				top: 15px;
				left: 12px;
				line-height: 1;
				font-size: 10rem;
				font-family: inherit;
				color: var(--color-primary);
				z-index: 1;
			}
      img {
        width: 14rem;
        margin: 0 auto;
        filter: grayscale(1);
        border-radius: 100px;
        transition: filter ease 0.3s;
      }
			.testimonial__text {
				font-size: 1.4rem;
				margin-bottom: 2.5rem;
				color: #0c1f40;
			}
		}
	}
}
.btns {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 25px;
	position: absolute;
	bottom: 0;
	.slider__btn {
		z-index: 10;
		border: 2px solid #f5aa2b;
		background: #fff;
		font-family: inherit;
		color: #f5aa2b;
		border-radius: 50%;
		height: 50px;
		width: 50px;
		font-size: 3rem;
		cursor: pointer;
	}
}

  /* ////////////////// */
  .carousel-arrow-2 {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    color: white;
    bottom: -1348px;
    margin-block: auto;
    height: fit-content;
    width: 48px;
    background-color: #760f10;
    border: none;
    font-size: 3rem;
    padding: 0;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 100ms;
  }

  .carousel-arrow-2:hover,
  .carousel-arrow-2:focus {
    opacity: 1;
  }

  .carousel-arrow-2--prev {
    left: 0;
  }

  .carousel-arrow-2--next {
    right: 0;
  }

  /* ///////////img with arrow///////////////////////////////// */
  #ourclientss {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #f9f9f9;
    padding-bottom: 30px;
    height: 150px;
  }

  #ourclientss .clients-wrapp {
    display: block;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
  }

  #ourclientss .clients-wrapp ul {
    display: block;
    list-style: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

  #ourclientss .clients-wrapp ul li {
    display: block;
    float: left;
    position: relative;
    width: 220px;
    /* height: 160px; */
    line-height: 100px;
    text-align: center;
  }

  #ourclientss .clients-wrapp ul li img {
    vertical-align: middle;
    max-width: 100%;
    width: 220px;
    border-radius: 20px;
    padding: 5px;
    height: 220px;
    /* max-height: 100%; */
    -webkit-transition: 0 linear left;
    -moz-transition: 0 linear left;
    transition: 0 linear left;
  }

  #ourclientss h3 {
    border-bottom: 2px solid #3399ff;
    width: 150px;
    padding: 10px;
  }


  .carousel-arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    color: white;
    bottom: -1348px;
    margin-block: auto;
    height: fit-content;
    width: 48px;
    background-color: #760f10;
    border: none;
    font-size: 3rem;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    transition: opacity 100ms;
  }

  .carousel-arrow:hover,
  .carousel-arrow:focus {
    opacity: 1;
  }

  .carousel-arrow--prev {
    left: 0;
  }

  .carousel-arrow--next {
    right: 0;
  }

  .carousel-container {
    width: 100%;
    /* padding-block: 16px 32px; */

    overflow-x: auto;
    display: flex;
    width: 100%;
    gap: 8px;
    align-items: center;
    scroll-snap-type: x mandatory;
    flex-flow: row nowrap;
    scroll-behavior: smooth;
  }

  .carousel-container::-webkit-scrollbar {
    height: 14px;
    width: calc(100% - 48px);
  }

  .carousel-container::-webkit-scrollbar-track {
    background: #b1b3b399;
  }

  .carousel-container::-webkit-scrollbar-thumb {
    background: #29AB87;
  }

  .carousel-container::-webkit-scrollbar-track-piece:start {
    background: #29AB87;
  }

  .carousel-slide {
    flex: 1 0 10%;
    aspect-ratio: 1;
    flex-flow: column nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #0d2041; */
  
    scroll-snap-align: center;
  }

  @media (max-width: 600px) {
    .carousel-slide {
      flex: 1 0 90%;
    }
  }
