@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');

a {
  text-decoration: none !important;
}
html {
  scroll-behavior: smooth;
}

/****************************************new styles**********************/
*{
	line-height: normal;
	list-style: none;
	box-sizing: border-box;
}
body{
	font-size: 17px!important;
	font-family: 'Poppins', sans-serif!important;
	background: linear-gradient(to bottom,#47a751,#739d05,#10b49b,#2b8f0d,#036e81)!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}
input:focus,
button:focus,
textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
/*
.background{
	background: linear-gradient(to bottom,#73fcf0,#bff03e,#10b49b,#31a80d,#036e81);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}
*/
.mainbar{
	padding: 20px 15px;
}
.logobar img{
	width: 70px;
	max-width: 100%;
}
.menubar ul{
	display: inline-block;
	padding: 0;
	margin: 0;
}
.menubar ul li{
	display: inline-block;
	margin-left: 10px;
}
.menubar ul li a{
	color: #fff;	
	transition: 0.4s;
}
.social{
	margin:0 20px!important;
}
.social svg{
	float: right;
	margin-bottom: -2px;
	color: #fff;
	margin-left: 10px;
	width: 20px;
	height: 20px;
}
.social li:hover svg{
	transform: scale(1.1);
}
.menubar button{
	padding: 10px 15px;
	border: 1px solid #10b49b;
	border-radius: 50px;
	background: transparent;
	color: #fff;
	cursor: pointer;
	transition: 0.4s;
}
.menubar button:hover{
	background: #10b49b;
	transition: 0.4s;
	color: #000;
}
.menuitem li:hover a{
	color: #fff;
	transition: 0.4s;
}
.hero{
	margin: 20px auto 50px auto;
}
.hero h2{
	font-family: 'Fredoka One', cursive;
	color: #fff;
}
.hero .sliderbox{
	width: 600px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.hero img{
	max-width: 100%!important;
	border-radius: 20px;
	padding: 0 1px;
}
.hero button{
	padding: 8px 15px;
	border: none;
	border-radius: 3px!important;
	background: #73fcf0;
	color: #000;
	cursor: pointer;
}
.about{
	padding: 100px 15px;
}
.about h3{
	font-family: 'Fredoka One', cursive;
	color: #fff;
}
.about p{
	color: #fff;
}
.aboutpost{
	padding: 25px;
	position: relative;
	height: 100%;
    background-color: rgba(5,15,34,.25098039215686274);
    border-radius: 5px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 20%);
}
.aboutpost h5{
	font-family: 'Fredoka One', cursive;
	padding-left: 60px;
	position: relative;
}
.aboutpost img{
	position: absolute;
	top: -15px;
	left: -15px;
	height: 70px;
}
.aboutpost p{
	font-size: 13px;	
	color: #fff;
}
.goal{
	padding: 100px 15px;
}
.goal h3{
	font-family: 'Fredoka One', cursive;
}
.goal h4{
	font-family: 'Fredoka One', cursive;
}
.goal ul{
	padding: 30px 30px 20px 30px;
	margin: 50px 0 0 0;
	background-color: rgba(5,15,34,.25098039215686274);
    border-radius: 20px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 20%);
	border: 1px solid #73fcf0;
}
.goalpost{
	border-bottom: 2px solid #fff;
	padding: 20px 0;
	position: relative;
}
.goalpost::after{
	position: absolute;
	bottom: -6px;
	background: #fff;
	width: 100%;
	height: 1.5px;
	content: "";
	left: 0;
}
.goalpost:last-child::after{
	display: none;
}
.goalpost:last-child{
	border: none;
}
.goalpost p{
	font-size: 14px;
}
.goalpost h5{
	font-family: 'Fredoka One', cursive;
}
.goalpostboxes{
	border-bottom: 1px solid #73fcf0;
	padding: 10px 0;
}
.goalpostboxes:first-child{
	padding-top: 0;
}
.goalpostboxes:last-child{
	border: none;
	padding-bottom: 0;
}
.faq{
	padding: 100px 15px;
}
.faq h3{
	font-family: 'Fredoka One', cursive;
}
.faq .card{
	margin: 10px 0;
	background-color: rgba(5,15,34,.25098039215686274);
    border-radius: 3px;
	padding: 15px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 20%);
}
.faq .cardheader{
	cursor: pointer;
	position: relative;
	font-weight: normal!important;
}
.faq .cardheader h5{
	font-size: 18px;
	font-family: 'Fredoka One', cursive;
}
.faq .cardheader::after{
	position: absolute;
	top: 0;
	right: 0;
	content: "+";
	color: #fff;
}
.faq .cardheader[aria-expanded="true"]::after{
	content: "-";
}
.faq .cardheader[aria-expanded="true"]{
	color: #73fcf0;
}
.faq .card-body{
	padding: 10px 0 0 0;
}
.zoom{
	transition: 0.4s;
    display:grid;  
    place-items:center;  
}
.fXbpmG{
	display: none!important;
}
.gbvlyU{
	display: table!important;
	margin: 0 auto!important;
}
.rariry{
	padding: 100px 15px;
}
.rariry select{
	background-color: rgba(5,15,34,.25098039215686274);
    border-radius: 3px;
	padding: 15px 10px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 20%);
	width: 150px;
	color: #fff;
}
.rariry img{
	object-fit: cover;
	width: 100%;
    display: inline-block;
	background: rgba(255,255,255,0.05);
	border-radius: 20px;
}
.rariry .slick-slide {
	transition: 0.9s;
}
.slidertext{
	padding: 10px 20px;
	border-radius: 50px;
	overflow: hidden;
	margin-top: 20px;
}
.sname{
	float: left;
}
.sper{
	float: right;
}


.sec-slide h2 {
    font-weight: 700;
    height: 21px;
    margin-bottom: 20px;
    color: #fff;
}

.sec-slide .text-xs-left {
    margin-bottom: 40px;
}

#carouselExampleIndicators {
    width: 100%;
}

.carousel-item {
    width: 100px !important;
    height: 358px !important;
    float: left;
    display: none;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    top: 100px !important;
    border-radius: 8px;
    margin-left: 15px;
}

.carousel-item img {
    margin-top: 50% !important;
}

.carousel-item.active img {
    margin-top: 0px !important;
}

.carousel-item.active {
    top: 0px !important;
    margin-top: 0px !important;
    display: block !important;
    width: 300px !important;
    margin-right: 15px !important;
    margin-left: 15px;
    filter: blur(0px);
    -webkit-filter: blur(0px);
}

.bottom-slide {
    /* margin: 0px auto; */
    width: 252px;
    position: relative;
    left: -20px;
    background: #fff;
    margin-top: 15px;
    height: 37px;
    border-radius: 15px;
    padding: 10px;
    padding-top: 5px;
    font-weight: 700;
    box-shadow: 0 4px 20px hsla(0, 0%, 76.9%, .8);
}

.bottom-slide span:nth-child(1) {
    padding-left: 5px;
    font-weight: 700;
}

.bottom-slide span:nth-child(2) {
    padding-right: 5px;
    float: right;
    font-weight: 700;
}

.rainbow {
    margin-top: 20px;
    margin-bottom: 20px;
}

.rainbow-child {
    width: 14.28%;
    float: left;
    height: 20px;
    text-align: center;
    color: #efefef;
    font-weight: 700;
}

.uncommon {
    background-color: #c4c4c4;
}

.common {
    background-color: #00d13a;
}

.rare {
    background-color: #00d1c4;
}

.super-rare {
    background-color: #009ce0;
}

.epic {
    background-color: #7f00ff;
}

.legendary {
    background-color: #d88200;
}

.mythic {
    background-color: #f7e00c;
}

.text-slider {
    padding-top: 30px;
}

.bottom-slide div {
    display: none;
}

.text-slider .dropdown button {
    outline: none;
    font-weight: 700;
    color: #fefefe;
    min-width: 160px;
    padding: 8px 12px;
    display: block;
    background-color: #001949;
    border-radius: 5px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .14901960784313725);
    cursor: pointer;
    border: none;
}

.dropdown-menu {
    background-color: #001949 !important;
    border: none !important;
    width: 160px !important;
    overflow: hidden;
}

.dropdown-item {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0px !important;
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important;
    border-radius: 0px !important;
}

.dropdown-item:hover {
    background-color: #9461ea !important;
}

.text-slider #dropdownMenu2 {
    margin: 0px;
}

.textdropdown {
    text-align: left;
    margin-top: 20px;
    color: #dfdfdf;
	font-size: 15px;
}

.textdropdown span {
    padding-top: 10px;
}


.active-shadow-0 {
    box-shadow: 0 4px 20px #c4c4c4;
}

.active-shadow-1 {
    box-shadow: 0 4px 20px #00d13a;
}

.active-shadow-2 {
    box-shadow: 0 4px 20px #00d1c4;
}

.active-shadow-3 {
    box-shadow: 0 4px 20px #009ce0;
}

.active-shadow-4 {
    box-shadow: 0 4px 20px #7f00ff;
}

.active-shadow-5 {
    box-shadow: 0 4px 20px #d88200;
}

.active-shadow-6 {
    box-shadow: 0 4px 20px #f7e00c;
}

.box-pics-info {
    display: none;
}

.textdropdown {
    display: none;
}

@media screen and (max-width:570px) {
    .box-pics-info {
        display: none;
        padding-left: 0% !important;
    }
}

@media screen and (max-width:991px) {
    .bottom-slide {
        margin-left: 26% !important;
    }
    .box-pics-info {
        display: none;
    }
    .sliders {
        margin-top: 40px;
    }
    .uncommon-img.active {
        margin-left: 23% !important;
    }
	.s1{
		display: none;
	}
}

@media screen and (max-width:766px) {
    .uncommon-img.active {
        margin-left: 5% !important;
    }
    .carousel-item {
        height: 0px !important;
    }
    .carousel-item.active {
        width: 250px !important;
        left: 15% !important;
    }
    .bottom-slide {
        margin-left: 22% !important;
    }
}

@media screen and (min-width:992px) {
    .bottom-slide {
        margin-left: 30% !important;
    }
    .uncommon-img.active {
        margin-left: 18% !important;
    }
    .rainbow {
        margin-top: 80px !important;
        padding-right: 50px !important;
        padding-left: 50px !important;
    }
}

@media screen and (min-width:1200px) {
    .bottom-slide {
        margin-left: 38% !important;
    }
    .uncommon-img.active {
        margin-left: 20% !important;
    }
    .carousel-inner {
        padding-left: 15%;
    }
    .rainbow {
        margin-top: 80px !important;
        padding-right: 100px !important;
        padding-left: 100px !important;
    }
}



.carousel-control-next-icon,
.carousel-control-prev-icon {
    background: none !important;
}

.carousel-control-next {
    background: url("img/arrow-right.png") !important;
    background-repeat: no-repeat !important;
    background-size: 50px !important;
    background-position-y: 50% !important;
}

.carousel-control-prev {
    background: url("img/arrow-left.png") !important;
    background-repeat: no-repeat !important;
    background-size: 50px !important;
    background-position-y: 50% !important;
}










.resmenu{
	position: fixed;
	top: 0;
	left: -500px;
	background: #fff;
	padding: 20px;
	z-index: 100;
	width: 260px;
	max-width: 100%;
	height: 100%;
	transition: 0.4s;
	opacity: 0;
	visibility: hidden;
}
.resmenu ul{
	padding: 0;
	margin: 0;
}
.resmenu ul li{
	margin-bottom: 20px;
}
.resmenu ul li a{
	color: #000;
}
.resclose{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.59);
	z-index: 99;
	width: 100%;
	height: 100%;
	transition: 0.4s;
	opacity: 0;
	visibility: hidden;
}
.resopen{
	display: none;
}
.resopen svg{
	width: 30px!important;
	height: 30px!important;
	margin-bottom:0!important;
	margin-top: -4.5px!important;
}
.coming{
	background: rgba(5,15,34,.25098039215686274);
	box-shadow: 0 4px 20px rgb(0 0 0 / 20%);
	padding:10px;
	border-radius: 10px;
	border: 1px solid #73fcf0;
}
.b1{
	border-right: 1px solid #73fcf0;
}
.coming p{
	font-family: 'Fredoka One', cursive;
	font-size: 22px;
	color: #fff;
}
.carousel-item p{
	display: none;
}
.carousel-item.active p{
	display: block;
}
.bottom-slide{
	display: none;
}

.next1,.prev1{
	display: inline-block;
}
.next1{
	position: absolute;
	top: 140px;
	right: 80px;
}
.prev1{
	position: absolute;
	top: 140px;
	left: 80px;
}

#foo{
  height:100%;
  width:auto;
}
.wrap{
  position:absolute;
  top:210px;
  left:50px;
}
.zero{
  position:absolute;
  top:165px;
  left:80px;
}
.twohundred{
  position:absolute;
  top:165px;
  left:280px;
}
.slider{
	position: relative;
}
.slider::after{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}
.slick-current{
	position: relative;
	z-index: 2;
}





.slick h5{
	margin-top: 30px;
	opacity: 0;
	transition: .2s;
}
.slick .item .bg{
	height:290px;
	background-position:center;
	background-size:cover;
	margin:0 -24px;
	-webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
	transition: all 0.3s ease-in-out;
	filter: blur(10px);
	opacity: .08;
	border-radius: 30px;
}

.slick .slick-list {
	padding: 20px 0!important;
}

.slick .slick-center .bg {
	opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.slick-slide {
    outline: none
}
.slick .slick-current .bg{
	filter: none;
}
.slick .slick-current h5{
	opacity: 1;
	transition: 2s;
}
.slick p{
	display: none;
}
.v1{
    position: absolute;
    bottom: 58px;
    left: 32px;
    font-size: 10px;
    transform: rotate(17deg);
    color: #067e87;
	font-weight: bold;
}
.v2{
    position: absolute;
    bottom: 93px;
    left: 45px;
    font-size: 10px;
    transform: rotate(36deg);
    color: #067e87;
	font-weight: bold;
}
.v3{
    position: absolute;
    bottom: 121px;
    left: 90px;
    font-size: 10px;
    transform: rotate(52deg);
    color: #067e87;
    font-weight: bold;
}
.v4{
	position: absolute;
    bottom: 137px;
    left: 108px;
    font-size: 10px;
    transform: rotate(70deg);
    color: #067e87;
    font-weight: bold;
}
.v5{
	position: absolute;
    bottom: 142px;
    left: 164px;
    font-size: 10px;
    transform: rotate(88deg);
    color: #067e87;
    font-weight: bold;
}
.v6{
	position: absolute;
    bottom: 94px;
    left: 247PX;
    font-size: 10px;
    transform: rotate(324deg);
    color: #067e87;
    font-weight: bold;
}



.next2,.prev2{
	display: inline-block;
}
.next2{
	position: absolute;
	top: 140px;
	right: 80px;
}
.prev2{
	position: absolute;
	top: 140px;
	left: 80px;
}
#foo2{
  height:100%;
  width:auto;
}
.slider2{
	position: relative;
}
.slider2::after{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}


.next3,.prev3{
	display: inline-block;
}
.next3{
	position: absolute;
	top: 140px;
	right: 80px;
}
.prev3{
	position: absolute;
	top: 140px;
	left: 80px;
}
#foo3{
  height:100%;
  width:auto;
}
.slider3{
	position: relative;
}
.slider3::after{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.next4,.prev4{
	display: inline-block;
}
.next4{
	position: absolute;
	top: 140px;
	right: 80px;
}
.prev4{
	position: absolute;
	top: 140px;
	left: 80px;
}
#foo4{
  height:100%;
  width:auto;
}
.slider4{
	position: relative;
}
.slider4::after{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.next5,.prev5{
	display: inline-block;
}
.next5{
	position: absolute;
	top: 140px;
	right: 80px;
}
.prev5{
	position: absolute;
	top: 140px;
	left: 80px;
}
#foo5{
  height:100%;
  width:auto;
}
.slider5{
	position: relative;
}
.slider5::after{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.next6,.prev6{
	display: inline-block;
}
.next6{
	position: absolute;
	top: 140px;
	right: 80px;
}
.prev6{
	position: absolute;
	top: 140px;
	left: 80px;
}
#foo6{
  height:100%;
  width:auto;
}
.slider6{
	position: relative;
}
.slider6::after{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.next7,.prev7{
	display: inline-block;
}
.next7{
	position: absolute;
	top: 140px;
	right: 80px;
}
.prev7{
	position: absolute;
	top: 140px;
	left: 80px;
}
#foo7{
  height:100%;
  width:auto;
}
.slider7{
	position: relative;
}
.slider7::after{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.next8,.prev8{
	display: inline-block;
}
.next8{
	position: absolute;
	top: 140px;
	right: 80px;
}
.prev8{
	position: absolute;
	top: 140px;
	left: 80px;
}
#foo8{
  height:100%;
  width:auto;
}
.slider8{
	position: relative;
}
.slider8::after{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.next9,.prev9{
	display: inline-block;
}
.next9{
	position: absolute;
	top: 140px;
	right: 80px;
}
.prev9{
	position: absolute;
	top: 140px;
	left: 80px;
}
#foo9{
  height:100%;
  width:auto;
}
.slider9{
	position: relative;
}
.slider9::after{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.next10,.prev10{
	display: inline-block;
}
.next10{
	position: absolute;
	top: 140px;
	right: 80px;
}
.prev10{
	position: absolute;
	top: 140px;
	left: 80px;
}
#foo10{
  height:100%;
  width:auto;
}
.slider10{
	position: relative;
}
.slider10::after{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.d1,.d2,.d3,.d4,.d5,.d6,.d7,.d8,.d9,.d10{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.d2,.d2,.d3,.d4,.d5,.d6,.d7,.d8,.d9,.d10{
	opacity: 0;
	visibility: hidden;
}
.dr{
	padding: 10px 30px 10px 10px;
	border-radius: 8px;
	border: none;
	-moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
	cursor: pointer;
	position: relative;
	background: #fff;
	background-image: url("img/chevron-down.svg");
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	width: 200px;
}
.dr:focus{
	outline: none;
}
.drch{
	background: #fff;
	border-radius: 8px;
	width: 200px;
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	overflow: hidden;
	z-index: 2;
	box-shadow: 0 2px 2px -1px #ccc;
}
.drch a{
	color: #777;
	padding: 5px 10px!important;
}
.drch a:hover{
	background: #ccc;
	color: #000;
}
.drch a.active{
	background: #ccc;
	color: #000;
}
.mar{
	margin-bottom: 500px;
}
.slider1{
	position: relative;
}
.slider1::after{
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: none;
}
.speedo{
	position: absolute;
    width: 290px;
    height: auto;
    left: 4px;
    top: 17px;
}
.tit{
	background: #0000002e;
    color: #fff;
    padding: 30px;
	border-radius: 10px;
}
.item h5.c1{
	background: #e7e3e2;
	color: #000;
	padding: 10px 5px;
	border-radius: 50px;
}
.item h5.c2{
	background: #fef200;
	color: #000;
	padding: 10px 5px;
	border-radius: 50px;
}
.item h5.c3{
	background: #aadb0e;
	color: #fff;
	padding: 10px 5px;
	border-radius: 50px;
}
.item h5.c4{
	background: #8cfffa;
	color: #000;
	padding: 10px 5px;
	border-radius: 50px;
}
.item h5.c5{
	background: #1788ca;
	color: #fff;
	padding: 10px 5px;
	border-radius: 50px;
}
.item h5.c6{
	background: #fc008b;
	color: #fff;
	padding: 10px 5px;
	border-radius: 50px;
}
.item h5.c7{
	background: #ff3938;
	color: #fff;
	padding: 10px 5px;
	border-radius: 50px;
}
.item h5.c7{
	background: #ff3938;
	color: #fff;
	padding: 10px 5px;
	border-radius: 50px;
}
.footer{
	padding-bottom: 30px;
}
.footer input{
	background: #fff;
	padding: 8px;
	border: none;
	border-radius: 3px;
}
.footer button{
	background: #fff;
	padding: 8px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

@media(max-width:992px){
	.t11{
		text-align: left!important;
		margin: 10px auto;
	}
	.menubar{
		display: none;
	}
	.resopen{
		display: block;
	}
	.s2{
		transform: none!important;
	}
	.zoom{
		transform: none!important;
	}
	.aboutpost{
		padding: 50px 20px;
	}
	.aboutpost h5{
		margin-bottom: 30px;
	}
	.aboutpost img{
		top: -27px;	
	}
	.mar{
		margin-bottom: 900px;
	}
	#foo,#foo1,#foo2,#foo3,#foo4,#foo5,#foo6,#foo7,#foo8,#foo9,#foo10{
		display: block;
		margin: 0 auto;
		width: 100%!important;
		height: auto!important;
	}
	.next1,.next2,.next3,.next4,.next5,.next6,.next7,.next8,.next9,.next10{
		right: 30px;
	}
	.prev1,.prev2,.prev3,.prev4,.prev5,.prev6,.prev7,.prev8,.prev9,.prev10{
		left: 30px;
	}
	.mar .col-lg-4{
		margin-bottom: 30px;
		margin-top: 50px;
	}
	.speedo{
		width: 100%;
		left: 0;
		top: 23px;
	}
	.t11 ul{
		padding: 0;
		margin: 0;
	}
	.t11 ul li{
		float: left;
	}
	.t11 ul li:first-child svg{
		margin: 0!important;
	}
	.t11 .social{
		margin: 0!important;
	}
}
@media(max-width:768px){
	.g1{
		color:#73fcf0;
	}
	.b1{
		
	}
	.next1,.next2,.next3,.next4,.next5,.next6,.next7,.next8,.next9,.next10{
		top: 205px;
		right: 0;
	}
	.prev1,.prev2,.prev3,.prev4,.prev5,.prev6,.prev7,.prev8,.prev9,.prev10{
		top: 205px;
		left: 0;
	}
	.slick .item{
		padding: 50px;
	}
	.slick .item .bg{
		height: 300px;
		border-radius: 20px;
	}
}