.slider {
	 margin-top: 4%;
}
 @media screen and (max-width: 800px) {
	 .slider{
		 margin-top: 180px;
	}
}
 .main-wrapper {
	 display: flex;
	 justify-content: center;
}
 .flex-wrapper {
	 width: 100%;
	 display: flex;
	 justify-content: center;
}
 .slider-wrapper {
	 height: auto;
	 position: relative;
}
 #btn-next {
	 position: absolute;
	 left: 0;
	 top: 45%;
	 height: auto;
	 width: 30px;
	 cursor: pointer;
	 transition: opacity .2s ease-in-out;
	 opacity: 0.6;
}
 #btn-prev {
	 position: absolute;
	 left: 0;
	 top: 45%;
	 height: auto;
	 width: 30px;
	 cursor: pointer;
	 transition: opacity .2s ease-in-out;
	 opacity: 0.6;
}
 #btn-prev:hover, #btn-next:hover {
	 opacity: 1;
}
 #btn-next {
	 left: auto;
	 right: 0;
}
 .slide {
	 width: 100%;
	 height: 100%;
	 display: none;
}
 .slide.active {
	 display: block;
}
 .slider img {
	 width: 100%;
	 height: auto;
	 border-radius: 3px;
}
 .dots-wrapper {
	 display: flex;
	 justify-content: center;
	 margin-top: 15px;
}
 .dot.active {
	 border: 1px solid #FFA800;
	 background-color:#FFA800;
	 box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.4);
}
 .slider span {
	 width: 35px;
	 height: 5px;
	 border: 1px solid #BDBDBD;
	 border-radius: 15px;
	 background-color: #fff;
	 margin-right: 10px;
	 cursor: pointer;
}
 .slider span:last-child{
	 margin-right: 0;
}
/**/
 .card-slide h3 {
	 font-size: 23px;
	 font-weight: 700;
	 margin-bottom: 38px;
	 color: #fff;
}
 .second-slider {
	 margin-bottom: 60px;
}
 .second-slider h3 {
	 margin: 0;
	 padding: 0;
	 margin-bottom: 20px;
}
 .btn-other a {
	 border: 1px solid #ff7832;
	 border-radius: 5px;
	 padding: 10px 5px;
	 font-size: 15px;
	 font-weight: 700;
	 text-decoration: none;
	 color: #fff;
	 margin-bottom: 10px;
}
 .btn-other a:hover {
	 background: rgba(255, 173, 66, 0.89);
	 border-color: #ff7832;
	 color: #000;
}
 .second-slide img {
	 width: 100%;
	 height: auto;
	 -webkit-filter: drop-shadow(5px 5px 5px #222);
	 filter: drop-shadow(5px 5px 5px #222);
}
 .btn-other {
	 width: 100%;
	 text-align: center;
	 display: flex;
	 flex-direction: column;
}
 .card-slide {
	 width: 300px;
	 margin: auto;
	 border-radius: 3px;
	 height: 100%;
	 padding: 10px;
	 background: linear-gradient(337deg, rgba(35,35,35,1) 57%, rgba(255,138,27,1) 57%);
	 text-align: left;
}
 .card-slide:hover p {
	 color: #fff;
}
 .flex-wrapper {
	 width: 100%;
	 display: flex;
	 justify-content: space-between;
}
 .second-slider-wrapper {
	 width: 100%;
	 height: 100%;
	 position: relative;
	 text-align: center;
	 display: flex;
	 flex-direction: column;
}
 .main-info-card {
	 padding-top: 10px;
	 text-align: center;
}
 .info-card {
	 display: block;
	 font-size: 15px;
}
 .info-card h3 {
	 margin: 0;
	 padding: 0;
	 margin-top: 20px;
	 margin-bottom: 20px;
}
 .info-card p {
	 margin: 0;
	 padding: 0;
	 font-size: 15px;
	 color: #BDBDBD;
	 text-align: center;
	 padding-bottom: 20px;
}
 #button-next {
	 position: absolute;
	 left: 0;
	 top: 45%;
	 height: 30px;
	 width: 30px;
	 cursor: pointer;
	 transition: opacity .2s ease-in-out;
	 opacity: 0.6;
}
 #button-next img {
	 width:30px;
}
 #button-prev {
	 position: absolute;
	 left: 0;
	 top: 45%;
	 height: 30px;
	 width: 30px;
	 cursor: pointer;
	 transition: opacity .2s ease-in-out;
	 opacity: 0.6;
}
 #button-prev img {
	 width:30px;
}
 #button-prev:hover, #button-next:hover {
	 opacity: 1;
}
 #button-next {
	 left: auto;
	 right: 0;
}
 .second-slide {
	 width: 100%;
	 height: 100%;
	 display: none;
}
 .second-slide.activated {
	 display: block;
}
 .dots-wrapper {
	 display: flex;
	 justify-content: center;
	 margin-top: 15px;
}
 .dot-card.activated {
	 border: 1px solid #ff7832;
	 background-color: #ff7832;
	 box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.4);
}
 .second-slider span {
	 width: 35px;
	 height: 5px;
	 border: 1px solid #BDBDBD;
	 border-radius: 15px;
	 background-color: #fff;
	 margin-right: 10px;
	 cursor: pointer;
}
 .second-slider span:last-child{
	 margin-right: 0;
}
/* responsive*/