
#cCarousel, #cCarousel2 {
  position: relative;
  max-width: 1250px;
  margin: auto;
	padding: 50px 0;
}

#cCarousel3 {
  position: relative;
  max-width: 1250px;
  margin: auto;
	padding: 0px 0;
}

#cCarousel .arrow, #cCarousel2 .arrow, #cCarousel3 .arrow {
  position: absolute;
  top: 50%;
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 1;
  font-size: 26px;
  color: white;
  cursor: pointer;
}

#cCarousel #prev, #cCarousel2 #prev2 {
  left: 0px;
}

#cCarousel #next, #cCarousel2 #next2 {
  right: 0px;
}

#cCarousel3 #prev3 {
  left: 0px;
	filter: invert(100%);
}

#cCarousel3 #next3 {
  right: 0px;
	filter: invert(100%);
}

#cCarousel .arrow:hover, #cCarousel2 .arrow:hover, #cCarousel3 .arrow:hover{
	transform: scale(1.1);
}

#carousel-vp, #carousel-vp2 {
  width: 90%;
  height: 450px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: auto;
}

#carousel-vp3 {
  width: 90%;
  height: 700px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: auto;
}


@media (max-width: 770px) {
  #carousel-vp, #carousel-vp2, #carousel-vp3 {
    width: 510px;
  }
}

@media (max-width: 510px) {
  #carousel-vp, #carousel-vp2, #carousel-vp3 {
    width: 250px;
  }
}

#cCarousel #cCarousel-inner, #cCarousel2 #cCarousel-inner2, #cCarousel3 #cCarousel-inner3 {
  display: flex;
  position: absolute;
  transition: 0.3s ease-in-out;
  gap: 10px;
  left: 0px;
}

.cCarousel-item, .cCarousel-item2 {
  width: 365px;
  height: 380px;
	padding: 0 20px;
	position: relative;
}

.cCarousel-item3 {
  width: 365px;
  height: 700px;
	padding: 0 20px;
	position: relative;
}


@media only screen and (min-width:0px) and (max-width:550px){
	
	#cCarousel, #cCarousel2 {
	padding: 50px 0;
}
	
		#cCarousel3 {
	padding: 0px 0;
}
	
.cCarousel-item, .cCarousel-item2 {
  width: 75vw;
  height: 450px;
	padding: 0 20px;
}
	
	#carousel-vp, #carousel-vp2 {
  width: 75vw;
  height: 500px;
		max-width: 1350px;
}
	
.cCarousel-item3 {
  width: 75vw;
  height: 750px;
	padding: 0 20px;
}
	
#carousel-vp3 {
  width: 75vw;
  height: 650px;
		max-width: 1350px;
}
	

}

@media only screen and (min-width:551px) and (max-width:767px){
	
		#cCarousel, #cCarousel2 {
	padding: 80px 0;
}
	
			.cCarousel-item, .cCarousel-item2 {
  width: 41.5vw;
  height: 400px;
	padding: 0 20px;
}
	
	#carousel-vp, #carousel-vp2 {
  width: 85vw;
  height: 500px;
		max-width: 1350px;
}
	
.cCarousel-item3 {
  width: 41.5vw;
  height: 700px;
	padding: 0 20px;
}
	
#carousel-vp3 {
  width: 85vw;
  height: 700px;
		max-width: 1350px;
}
	

	
}

@media only screen and (min-width:768px) and (max-width:1023px){
		.cCarousel-item, .cCarousel-item2 {
  width: 44.1vw;
  height: 500px;
	padding: 0 25px;
}
	
	#carousel-vp, #carousel-vp2 {
  width: 90vw;
  height: 500px;
		max-width: 1350px;
}
	
.cCarousel-item3 {
  width: 41.5vw;
  height: 700px;
	padding: 0 20px;
}
	
#carousel-vp3 {
  width: 85vw;
  height: 700px;
		max-width: 1350px;
}
	
}


@media only screen and (min-width:1024px) and (max-width:1300px){
	.cCarousel-item, .cCarousel-item2 {
  width: 29.3vw;
  height: 500px;
	padding: 0 30px;
}
	
	#carousel-vp, #carousel-vp2 {
  width: 90vw;
  height: 550px;
		max-width: 1350px;
}
	
.cCarousel-item3 {
  width: 29.3vw;
  height: 700px;
	padding: 0 20px;
}
	
#carousel-vp3 {
  width: 90vw;
  height: 700px;
		max-width: 1350px;
}
	
}

