.slider_wrapper{position:relative;width:100%;height:auto;overflow:hidden}.scrolling_down_wrapper{width:100%;height:50px;background-color:#ffffff;display:flex;align-items:center;justify-content:center;position:relative}.scrolling_down_wrapper .round{height:100px;width:100px;z-index:3;position:absolute;top:-55px;padding:15px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.round .scrolling_text_label,.scrolling_down_wrapper .round{border-radius:50%;display:flex;align-items:center;justify-content:center}.round .scrolling_text_label{height:81%;width:81%;background-color:#ffffff;animation:spin 6s linear infinite;cursor:pointer}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.slide{position:relative;width:100%;height:90vh;max-height:100vh}.slide:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.1);z-index:1}.slide img{width:100%;height:100%;object-fit:cover;filter:brightness(80%)}.slider_overlay{position:absolute;bottom:10%;left:7.5%;color:white;max-width:500px;z-index:2}.slider_overlay .slider_overlay_heading{height:100%;width:auto;display:flex;align-items:stretch;justify-content:start;gap:10px}.slider_overlay_heading .slider_devider{width:10px;background:linear-gradient(180deg,#B92B58,#6D3072)}.slider_overlay h1{position:relative;font-size:clamp(48px,2.5vw,3.5vw);font-weight:700}.slider_overlay p{font-size:clamp(.9rem,2vw,1.2rem);margin:10px 0 20px}.slogan_circle{position:absolute;right:6%;bottom:16%;width:240px;height:240px;z-index:3;pointer-events:none}.slogan_circle,.slogan_circle_inner{border-radius:50%;display:flex;align-items:center;justify-content:center}.slogan_circle_inner{background:transparent;animation:spin 20s linear infinite}.slogan_circle_inner,.slogan_circle_inner svg{width:100%;height:100%}.slider_overlay .slider_action{display:flex;align-items:center;justify-content:flex-start;gap:10px}.slider_action .slider_button{padding:0 20px;border:none;border-radius:50px;color:#ffffff;cursor:pointer;text-decoration:none}.slider_action .arrow_up,.slider_action .slider_button{height:55px;background:linear-gradient(90deg,#B92B58,#6D3072);box-shadow:inset 3px 4px 9px 0 #0000003B;box-shadow:inset -3px -3px 9px 0 #FFFFFF57;display:flex;align-items:center;justify-content:center}.slider_action .arrow_up{width:55px;border-radius:50%;border:none}@media only screen and (max-width:1024px){.slider_overlay{max-width:52%}}@media only screen and (max-width:768px){.slide{height:70vh}.slider_overlay{left:2%;bottom:15%;max-width:70%}.slider_action .slider_button{height:45px;padding:0 16px;font-size:.9rem}.slider_action .arrow_up{height:45px;width:45px}.scrolling_down_wrapper .round{height:70px;width:70px;top:-45px;padding:5px}.slogan_circle{right:2%;bottom:28%;width:170px;height:170px}}@media only screen and (max-width:620px){.slogan_circle{right:2%;bottom:10%;width:100px;height:100px}.slider_overlay .slider_action{gap:5px}.slider_action .slider_button{height:40px;padding:0 12px}.slider_action .arrow_up{height:40px;width:40px}}@media only screen and (max-width:480px){.slide{height:50vh}.slide img{min-height:auto}.slider_overlay_heading .slider_heading{font-size:25px}.slider_overlay_heading .slider_devider{width:6px}}@media only screen and (max-width:343px){.slogan_circle{display:none}}