
.slider{
	position: relative;
}
.swiper {
  height: 650px;
}

.swiper-slide.s1{
	background: radial-gradient(circle at 50% 50%,rgba(73,150,20,1) 20%,rgba(24,47,19,1) 100%);
}
.swiper-slide.s2{
	background: radial-gradient(circle at 50% 50%,rgba(192,0,37,1) 20%,rgba(92,0,18,1) 100%);
}
.swiper-slide.s3{
	background: radial-gradient(circle at 50% 50%,rgba(255,217,167,1) 20%,rgba(211,135,104,1) 100%);
}
.swiper-slide.s4{
	background: radial-gradient(circle at 50% 50%,rgba(224,155,39,1) 20%,rgba(208,97,34,1) 100%);
}
.swiper-slide.s5{
	background: radial-gradient(circle at 50% 50%,rgba(253,248,3,1) 20%,rgba(217,137,0,1) 100%);
}
.swiper-slide.s6{
	background: radial-gradient(circle at 50% 50%,rgba(252,98,149,1) 20%,rgba(186,26,80,1) 100%);
}

.swiper-pagination{
	margin-bottom: 10px;
	z-index: 9;
}
/* Swiper Pagination Style */

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0;
}

.swiper-pagination-bullet {
	width: 40px;
	height: 150px;
	background: none;
	background-size: cover;
	background-position: center;
	border: none;
	margin: 0 5px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.slide__item {
	position: relative;
}
.slide__item-content{
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	position: relative;
	height: 100%;
}
.slide__content-item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.slide__logo {
	margin-top: 40px;
}
.slide__logo img {
	max-width: 100px;
}
.slide__title {
	font-size: 50px;
	color: #fff;
	margin-bottom: 70px;
}
.slide__product-name {
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
	max-width: 270px;
	text-align: center;
}
.slide__btn {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border: 1px solid #fff;
	padding: 10px 40px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.slide__btn:hover {
	background: rgba(0, 0, 0, .5);
	box-shadow: 0 0 10px rgba(255,255,255, .8);
	-webkit-box-shadow: 0 0 10px rgba(255,255,255, .8);
}
.slide__product-photo img{
	max-height: 500px;
	height: 100%;
}
.slide__compund-photo{
	display: flex;
	justify-content: center;
	align-items: center;
}
.slide__compund-photo img{
	max-height: 350px;
	height: 100%;
}
.slide__motto {
	position: absolute;
	max-width: 250px;
	font-size: 30px;
	font-style: italic;
	text-align: center;
	color: #fff;
	bottom: 20px;
	right: calc(50% - 200px);
	transform: translateX(50%) rotate(-10deg);
	z-index: 10;
	-webkit-transform: translateX(50%) rotate(-10deg);
	-moz-transform: translateX(50%) rotate(-10deg);
	-ms-transform: translateX(50%) rotate(-10deg);
	-o-transform: translateX(50%) rotate(-10deg);
}


.swiper-pagination-bullet{
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.swiper-pagination-bullet:nth-child(1) {
  background-image: url('/assets/media/products/4.png');
}
.swiper-pagination-bullet:nth-child(2) {
  background-image: url('/assets/media/products/1.png');
}
.swiper-pagination-bullet:nth-child(3) {
  background-image: url('/assets/media/products/5.png');
}
.swiper-pagination-bullet:nth-child(4) {
  background-image: url('/assets/media/products/3.png');
}
.swiper-pagination-bullet:nth-child(5) {
  background-image: url('/assets/media/products/2.png');
}
.swiper-pagination-bullet:nth-child(6) {
  background-image: url('/assets/media/products/6.png');
}
.swiper-pagination-bullet:nth-child(7) {
  background-image: url('/assets/media/products/7.png');
}
.swiper-pagination-bullet:nth-child(8) {
  background-image: url('/assets/media/products/8.png');
}
.swiper-pagination-bullet:nth-child(9) {
  background-image: url('/assets/media/products/9.png');
}