        body {
            margin: 0;
            padding: 0;
            /* overflow-x: hidden; */
        }
        .promoVideo {
            width: 100%; 
            height: 500px; 
            object-fit: cover; 
            display: block; 
            background-color: #000; 
            border: 1px solid #ddd; 
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            margin: auto;
        }
        .newLaunch {
            width: 100%;  
            height: 450px; 
            overflow: hidden;
        }
        .deal {
            width: 100%;
            height: 550px;
            padding: 20px ;
            overflow: hidden;
            /* background-color: crimson; */
            /* margin-bottom: 100px; */
            /* position: relative; */
        }
        .deal .card{
            height: 460px;
        }
        .fav {
            margin-top: 0;
            width: 100%;
            min-height: 500px;
            padding-bottom: 20px;
          
        }
        .season {
            display: flex;
            align-items: center;
            justify-content: space-evenly;
        }
        .seasonImages {
            width: 370px;
            height: 400px;
        }
        h4 {
            font-size: 2.5rem;
            margin-top: 2rem; 
            font-weight: 400;
            color: #001E62;
            margin-bottom: 0.5rem;
            line-height: 1.25;
            text-align: center;
        }
        a {
            text-decoration: none;
        }
        .seasonImages:hover {
            transform: scale(1.05); 
        }
        .category {
            display: grid;
            grid-template-columns: repeat(3, 1fr); 
            gap: 20px; 
            padding: 40px; 
            width: 100%;
            box-sizing: border-box;
        }
        .cat1 {
            text-align: center; 
        }
        .category img {
            width: 300px;
            height: 300px;
            object-fit: cover; 
            border-radius: 10px; 
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
            transition: transform 0.3s ease; 
        }
       
        .categoryName {
            font-size: 1.5rem; 
            color: #001E62; 
            margin: 10px 0 0; 
            font-weight: 500;
        }
        .off{
            width: 100%;
            height: 110px;
        }
      
