.carousalSectionMain{width:100%;height:85vh}.carousalSectionMain .bannerImg{height:85vh;position:relative;overflow:hidden;top:0}.carousalSectionMain .bannerImg .navButton{position:absolute;top:50%;transform:translateY(-50%);z-index:200;width:48px;height:48px;border-radius:50%;background:rgba(13,13,13,.1215686275);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);outline:none;border:none;box-shadow:none;background:rgba(0,0,0,0);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;pointer-events:none;transition:background .2s ease,border-color .2s ease-in-out,opacity .2s ease}.carousalSectionMain .bannerImg .navButton:hover{scale:1.2;outline:none;border:none;box-shadow:none}.carousalSectionMain .bannerImg:hover .navButton{opacity:1;pointer-events:auto}.carousalSectionMain .bannerImg .navButton.prev{left:1.5vw}.carousalSectionMain .bannerImg .navButton.next{right:1.5vw}.carousalSectionMain .bannerImg .slides{display:flex;width:100%;height:100%;transition:transform .5s ease;will-change:transform}.carousalSectionMain .bannerImg .slide{position:relative;min-width:100%;height:105%;flex:0 0 100%;background-size:contain;background-repeat:no-repeat;aspect-ratio:16/9;background-position:100%;background-position-y:center;width:100%}.carousalSectionMain .bannerImg .slide:after{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;background:linear-gradient(90deg,#0d0d0d 20%,rgba(13,13,13,0))}.carousalSectionMain .bannerImg .slide .channelInfo{z-index:10;position:relative;margin-left:calc(2vw + 64px);width:424px;top:25vh}.carousalSectionMain .bannerImg .slide .channelInfo h3{font-weight:400;font-size:44px;line-height:120%;letter-spacing:0;color:#fff}.carousalSectionMain .bannerImg .slide .channelInfo label{font-weight:400;font-size:20px;line-height:150%;letter-spacing:0;color:#d9d9d9}.carousalSectionMain .bannerImg .slide .channelInfo p{font-weight:400;font-size:16px;line-height:150%;letter-spacing:0;color:#999}.carousalSectionMain .bannerImg .slide .channelInfo .bannerProgramInfo{background-color:#141416;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:6px;padding:16px;width:auto;min-width:360px;max-width:424px;margin-top:40px}.carousalSectionMain .bannerImg .slide .channelInfo .bannerProgramInfo h3{font-weight:500;font-size:20px;line-height:100%;letter-spacing:0;text-transform:capitalize;margin-bottom:8px}.carousalSectionMain .bannerImg .slide .channelInfo .bannerProgramInfo label{font-weight:400;font-size:14px;line-height:100%;letter-spacing:.6px}.carousalSectionMain .bannerImg .slide .channelInfo .bannerProgramInfo p{margin-top:8px;font-weight:400;font-size:12px;line-height:130%;letter-spacing:0;color:hsla(0,0%,60%,.6)}.carousalSectionMain .bannerImg .slide .channelInfo .bannerProgramInfo .streaming{margin-left:10px;font-weight:500;font-size:14px;letter-spacing:.6px;text-align:center;color:#fd665e}.carousalSectionMain .bannerImg .slide .channelInfo .bannerProgramInfo .watchNow{display:flex;align-items:center;width:max-content;height:26px;gap:8px;opacity:1;border-radius:6px;padding:6px 8px;font-weight:400;font-size:14px;letter-spacing:.6px;color:#fff;background-color:#262628;margin-top:16px;cursor:pointer}.carousalSectionMain .bannerImg .slide .channelInfo .bannerProgramInfo .watchNow:hover{background-color:#3b3b3b;scale:1.08}