.loader3{display:flex;justify-content:center;align-items:center}.circle1{width:20px;height:15px;border-radius:50%;margin:0 10px;background-color:#fff;animation:circle1 1s ease-in-out infinite}.circle1:nth-child(2){animation-delay:.2s}.circle1:nth-child(3){animation-delay:.4s}.circle1:nth-child(4){animation-delay:.6s}.circle1:nth-child(5){animation-delay:.8s}@keyframes circle1{0%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}to{transform:scale(1);opacity:1}}@media (min-width:1220px){.card_design{width:100%}}@media (min-width:1920px){.card_design{width:100%}.card_des{width:340px}}@import url("https://fonts.googleapis.com/css2?family=League+Gothic&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");@keyframes circleRotate{to{transform:translate(-50%,-50%) rotate(calc(var(--rotate) + 1turn))}}.circle-span{display:block;position:absolute;height:calc((100vw / 6) * 2 + 50px);top:50%;left:50%;transform:translate(-50%,-50%) rotate(var(--rotate));text-transform:uppercase;color:#fff;font-size:small;animation:circleRotate 20s linear infinite}.slider-mask{-webkit-mask-image:radial-gradient(calc(100vw / 6),transparent 100%,#000);mask-image:radial-gradient(calc(100vw / 6),transparent 100%,#000)}.slide{margin-left:15%!important}