.parent{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#000;flex-direction:column}.parent h1{font-size:30px}.card-slider{width:80vw;height:70vh;position:relative;border:1px solid #fff;display:flex;justify-content:center;align-items:center;border-radius:20px;padding:100px;overflow:hidden}.card-content{font-size:2rem;color:#fff;font-weight:700;text-align:center;padding:100px}.nav-button{position:absolute;top:50%;transform:translateY(-50%);background-color:#e879f9;border:1px solid #fff;border-radius:50px;color:#fff;height:50px;width:50px;cursor:pointer;font-size:1.5rem;z-index:10}.nav-button.left{left:10px}.nav-button.right{right:10px}.nav-button:hover{background-color:#555}.offerparent{height:100vh;display:flex;gap:25px;align-items:center;justify-content:center;flex-direction:column}.offerparent .heading{font-size:2rem;font-weight:900}.offerparent .content{display:flex;gap:20px;flex-direction:row}.offerparent .content .offercard{height:70vh;width:18vw;border:1px solid #000}.offerparent .content .offercard .image-container{position:relative;width:100%;height:200px;overflow:hidden}.offerparent .content .offercard .offercardcontent{padding:20px}.offerparent .content .offercard .offercardcontent h2{font-size:1.3rem;font-weight:900}.offerparent .content .offercard .offercardcontent p{margin:10px 0;line-height:18px;font-size:.8rem;color:gray}.offerparent .content .offercard .offercardcontent button{color:#6b6bca}