.header-top-slider{position:relative;height:90vh;width:100%;overflow:hidden;z-index:1}.header-top-slider img{opacity:0;transition:all 1s ease-in-out;height:100%;object-fit:cover;z-index:2;background-position:center}.slider_img{opacity:0;width:100%;height:100%;transition:all 1s ease-in-out;background-position:center;background-repeat:no-repeat;background-size:cover;position:absolute;left:0;top:0;-webkit-animation:anime 36s 0s infinite;animation:anime 36s 0s infinite}@media screen and (max-width:850px){.header-top-slider{height:95vh}.slider_img{height:60%}}@media screen and (max-width:490px){.slider_img{background-position:41%}}.slider_img:nth-of-type(1){animation-delay:0s;animation-fill-mode:forwards}.slider_img:nth-of-type(2){animation-delay:6s;animation-fill-mode:forwards}.slider_img:nth-of-type(3){animation-delay:12s;animation-fill-mode:forwards}.slider_img:nth-of-type(4){animation-delay:18s;animation-fill-mode:forwards}.slider_img:nth-of-type(5){animation-delay:24s;animation-fill-mode:forwards}.slider_img:nth-of-type(6){animation-delay:30s}@keyframes anime{0%{opacity:0;transform:scale(1)}2%{opacity:1}20%{opacity:1}28%{opacity:0}100%{opacity:0;transform:scale(1.3)}}