*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.slider-img .txt img {
    width: 3%;
    height: auto;
}
.slider-img .txt img:nth-child(1){
    position: absolute;
    top: 10%;
    left: 3%;
    -webkit-animation-name: posi;
    -webkit-animation-duration: 2s;
    animation-name: posi;
    animation-duration: 2s;
}
.slider-img .txt img:nth-child(2){
    position: absolute;
    top: 10%;
    right: 35%;
    -webkit-animation-name: posi1;
    -webkit-animation-duration: 2s;
    animation-name: posi1;
    animation-duration: 2s;
}
.slider-img .txt img:nth-child(3){
    position: absolute;
    bottom: 20%;
    left: 35%;
    -webkit-animation-name: posi2;
    -webkit-animation-duration: 2s;
    animation-name: posi2;
    animation-duration: 2s;
}
.slider-img .txt img:nth-child(4){
    position: absolute;
    bottom: 20%;
    right: 5%;
    -webkit-animation-name: posi3;
    -webkit-animation-duration: 2s;
    animation-name: posi3;
    animation-duration: 2s;
}

.slider-img .txt1 img {
    width: 3%;
    height: auto;
}
.slider-img .txt1 img:nth-child(1){
    position: absolute;
    top: 10%;
    left: 3%;
    -webkit-animation-name: posi4;
    -webkit-animation-duration: 2s;
    animation-name: posi4;
    animation-duration: 2s;
}
.slider-img .txt1 img:nth-child(2){
    position: absolute;
    top: 10%;
    right: 30%;
    -webkit-animation-name: posi5;
    -webkit-animation-duration: 2s;
    animation-name: posi5;
    animation-duration: 2s;
}
.slider-img .txt1 img:nth-child(3){
    position: absolute;
    bottom: 20%;
    left: 30%;
    -webkit-animation-name: posi6;
    -webkit-animation-duration: 2s;
    animation-name: posi6;
    animation-duration: 2s;
}
.slider-img .txt1 img:nth-child(4){
    position: absolute;
    bottom: 20%;
    right: 3%;
    -webkit-animation-name: posi7;
    -webkit-animation-duration: 2s;
    animation-name: posi7;
    animation-duration: 2s;
}

.slider-img .txt2 img {
    width: 3%;
    height: auto;
}
.slider-img .txt2 img:nth-child(1){
    position: absolute;
    top: 10%;
    left: 5%;
    -webkit-animation-name: posi8;
    -webkit-animation-duration: 2s;
    animation-name: posi8;
    animation-duration: 2s;
}
.slider-img .txt2 img:nth-child(2){
    position: absolute;
    top: 10%;
    right: 26%;
    -webkit-animation-name: posi5;
    -webkit-animation-duration: 2s;
    animation-name: posi5;
    animation-duration: 2s;
}
.slider-img .txt2 img:nth-child(3){
    position: absolute;
    bottom: 20%;
    left: 29.5%;
    -webkit-animation-name: posi2;
    -webkit-animation-duration: 2s;
    animation-name: posi2;
    animation-duration: 2s;
}
.slider-img .txt2 img:nth-child(4){
    position: absolute;
    bottom: 20%;
    right: 5%;
    -webkit-animation-name: posi3;
    -webkit-animation-duration: 2s;
    animation-name: posi3;
    animation-duration: 2s;
}


/* 2 */
.slider-container{
	position: relative;
	width: 100%;
	
	background: #2c3e50; 
    display: none;
}
.slider-img{
	display: none;
	overflow: hidden;
}

.dotsbox{
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 20px;
	cursor: pointer;
    bottom: -60px;
    margin-bottom: 30px;
}
.dot{
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 3px solid #000;
	border-radius: 50%;
	margin: 0 10px;
	cursor: pointer;
}
/* /2 */

/* javascript */
.active, .dot:hover{
	border-color: #ff400f; 
}

@-webkit-keyframes posi {
  from {left: 6%;}
  to {left: 3%;}
}
@keyframes posi {
  from {left: 6%;}
  to {left: 3%;}
}

@-webkit-keyframes posi1 {
    from {top: 5%;}
    to {top: 10%;}
}
@keyframes posi1 {
    from {top: 5%;}
    to {top: 10%;}
}
  
@-webkit-keyframes posi2 {
    from {bottom: 10%;}
    to {bottom: 20%;}
}  
@keyframes posi2 {
    from {bottom: 10%;}
    to {bottom: 20%;}
}

@-webkit-keyframes posi3 {
    from {right: 10%;}
    to {right: 5%;}
} 
@keyframes posi3 {
    from {right: 10%;}
    to {right: 5%;}
}

@-webkit-keyframes posi4 {
    from {left: 6%;}
    to {left: 3%;}
}
@keyframes posi4 {
    from {left: 6%;}
    to {left: 3%;}
}

@-webkit-keyframes posi5 {
    from {top: 5%;}
    to {top: 10%;}
}
@keyframes posi5 {
    from {top: 5%;}
    to {top: 10%;}
}

@-webkit-keyframes posi6 {
    from {bottom: 10%;}
    to {bottom: 20%;}
}
@keyframes posi6 {
    from {bottom: 10%;}
    to {bottom: 20%;}
}

@-webkit-keyframes posi7 {
    from {right: 8%;}
    to {right: 3%;}
} 
@keyframes posi7 {
    from {right: 8%;}
    to {right: 3%;}
}

@-webkit-keyframes posi8 {
    from {left: 10%;}
    to {left: 5%;}
}
@keyframes posi8 {
    from {left: 10%;}
    to {left: 5%;}
}

/* /3 */

/* 4 */
.slider-container img{
	width: 100%;
	height: auto;
}

/* /4 */

.mobile__coontainer {
    /* margin-top: 100px; */
    position: relative;
	width: 100%;
	height: auto;

}
@media only screen and (max-width: 920px) {
    .mobile__coontainer {
        display: none;
    }
    .slider-container {
        display: block !important;
    }
}
.mobile__coontainer img {
    width: 100%;
    height: auto%;

}
.slider__img{
	overflow: hidden;
    display: none;
    height: 100%;

}

.DotBox {
    position: absolute;
    left: 50%;
	transform: translate(-50%);
	bottom: 20px;
	cursor: pointer;
    bottom: -60px;
    margin-bottom: 30px;
}
.DotBox .dot {
    display: inline-block;
	width: 15px;
	height: 15px;
	border: 3px solid #000;
	border-radius: 50%;
	margin: 0 10px;
	cursor: pointer;
}

.DotBox .dot.active, .DotBox .dot:hover{
	border-color: #ff400f; 
}
