.home-membership{display:flex;flex-direction:column;gap:20px}.home-membership h2{padding-inline:4%}.home-membership .plans-contain{display:flex;position:relative;padding-block:40px;padding-inline:2%;width:100%}.home-membership .plans-contain .cards{display:flex;justify-content:space-between;width:100%;align-items:center;gap:30px;z-index:2}.home-membership .plans-contain .background{position:absolute;width:100%;height:100%;object-fit:cover;top:0;left:0;z-index:1}@media(max-width:1500px){.home-membership .cards{flex-direction:column}}.membership-card{display:flex;flex-direction:column;gap:30px;padding:30px;border-radius:12px;background-color:#252525;box-shadow:0 5px 5px 3px rgba(0,0,0,.25);transition:all .4s ease;cursor:pointer}.membership-card button{padding-block:12px;border-radius:6px;width:100%;border:none}.membership-card .content{display:flex;flex-direction:column;gap:20px;text-align:center;width:280px}.membership-card .content h3{font-weight:200;font-size:1.4rem}.membership-card .content .price{font-weight:600}.membership-card .content .price span{margin-inline:5px;font-size:3rem}.membership-card .content p{font-size:.9rem}.membership-card:hover{transform:scale(1.05)}.normal-membership b,.normal-membership h3,.normal-membership p{color:#fff}.normal-membership button{color:#fff;background-color:#333;font-size:.8rem}.premium-membership b,.premium-membership h3,.premium-membership p{color:#0098ff}.premium-membership button{color:#fff;background-color:#007acc;font-size:.8rem}.home-payment-method{display:flex;flex-direction:column;gap:20px}.home-payment-method .payments-contain{display:flex;justify-content:space-around;align-items:center;gap:40px}.home-payment-method .payments-contain .box{display:flex;flex-direction:column;align-items:center;padding:20px;gap:10px;text-align:center;max-width:400px;width:100%;height:150px;border-radius:6px;background-color:#333;cursor:pointer;transition:all .4s ease}.home-payment-method .payments-contain .box .img-ctn{display:flex;flex-direction:column;align-items:center;justify-content:center;height:40px}.home-payment-method .payments-contain .box svg{font-size:4rem}.home-payment-method .payments-contain .box img{width:60px}.home-payment-method .payments-contain .box p,.home-payment-method .payments-contain .box svg{color:#fff;font-weight:600}.home-payment-method .payments-contain .box:hover{opacity:.5}@media(max-width:800px){.home-payment-method .payments-contain{flex-direction:column}.home-payment-method .payments-contain .box{max-width:unset;width:85%}}.slider-home-ctn{display:flex;position:relative;min-height:200px}.slider-home-ctn .slider{display:flex;width:100%;height:100%;overflow:hidden}.slider-home-ctn .slider .carousel{display:flex;width:100%;height:100%;transition:all .5s ease;flex-shrink:0}.slider-home-ctn .slider .carousel img{width:100%;height:auto}.slider-home-ctn .controls{display:flex;gap:10px;position:absolute;bottom:10px;left:50%;transform:translateX(-50%);z-index:10}.slider-home-ctn .controls .dot{width:12px;height:12px;background-color:#fff;opacity:.7;transition:all .3s ease;border-radius:50%;cursor:pointer}.slider-home-ctn .controls .dot:hover,.slider-home-ctn .controls .selected{opacity:1}.slider-loader{display:flex;width:100%;height:350px}.slider-loader .skeleton-loader{width:100%;border-radius:0}