  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family:Grotesk-Bold, Verdana-fallback-2, Verdana, "sans-serif" !important;
    }

    body {
      overflow-x: hidden;
			font-family:Grotesk-Bold, Verdana-fallback-2, Verdana, "sans-serif" !important;
    }

.pkgy-hero-section {
    position: relative;
    width: 100%;
    height: 140vh !important;
    overflow: hidden;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

    /* Background slider */
    .pkgy-background-slider {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -2;
    }

    .pkgy-slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity 1s ease-in-out;
      background-size: cover;
      background-position: center;
    }

    .pkgy-slide.pkgy-active {
      opacity: 1;
    }

    /* Purple overlay */
    .pkgy-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
     background: linear-gradient(181deg, #000101 0%, #244a4d6b 51.13%, rgba(226, 64, 59, 0.02) 63.85%);
      z-index: -1;
    }

    /* Wave design at bottom */
    .pkgy-wave-bottom {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 150px;
      background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ff6a59" fill-opacity="0.5" d="M0,256L48,240C96,224,192,192,288,192C384,192,480,224,576,240C672,256,768,256,864,240C960,224,1056,192,1152,197.3C1248,203,1344,245,1392,266.7L1440,288L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
      background-size: cover;
      z-index: -1;
    }

    /* Hero content */
 .pkgy-hero-content {
    text-align: center;
    color: white;
    padding: 20px;
    max-width: 1200px;
    margin-bottom: 10px;
    margin-top: 150px;
}

    .pkgy-hero-title {
     font-size: 4.5rem ;
        letter-spacing: .0034722222em ;
        line-height: 5rem ;
			color:white !important ;
			font-family: Grotesk-Bold, Verdana-fallback-2, Verdana, "sans-serif" !important;
    }

    .pkgy-hero-subtitle {
      font-size: 1.5rem;
      margin-bottom: 30px;
			font-family: Grotesk-Bold, Verdana-fallback-2, Verdana, "sans-serif" !important;
    }

    .pkgy-button-container {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .pkgy-btn {
      padding: 12px 30px;
      border-radius: 50px;
      font-size: 1rem;
      font-weight: bold;
      text-decoration: none;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .pkgy-btn-primary {
      background-color: black;
      color: white;
    }

    .pkgy-btn-secondary {
      background-color: transparent;
      color: white;
      border: 2px solid white;
    }

    .pkgy-btn:hover {
      transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    /* Video container */
    .pkgy-video-container {
      position: relative;
      width: 80%;
      max-width: 900px;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    }

    .pkgy-video-container video {
      width: 100%;
      height: auto;
      display: block;
    }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
      .pkgy-hero-title {
        font-size: 3.5rem ;
      }

      .pkgy-hero-subtitle {
        font-size: 1.3rem;
      }

      .pkgy-video-container {
        width: 90%;
      }
			
					
    }
@media only screen and (max-width: 1100px) and (min-width: 1400px) 
	 .pkgy-hero-section {
    
   max-height: 150vh !important;
    
}
	 
	 
	 
	 
	 
}

    @media (max-width: 768px) {
       .pkgy-hero-title {
               font-size: 34px !important;
    
      }
 .pkgy-hero-section {
        padding-top: 50px;
        height: auto;
        max-height: 110vh !important;
      }
      .pkgy-hero-subtitle {
        font-size: 1.1rem !important;
      }


      .pkgy-button-container {
        flex-direction: column;
        align-items: center;
        gap: 15px;
      }

      .pkgy-btn {
        width: 80%;
        text-align: center;
      }

      .pkgy-video-container {
        width: 95%;
      }
      
      .pkgy-wave-bottom {
        height: 100px;
      }
			.pkgy-hero-content {
   
    margin-top: 50px !important;
}
    }

    @media (max-width: 480px) {
      .pkgy-hero-section {
        padding-top: 50px;
        height: auto;
        max-height: 110vh !important;
      }
      
      .pkgy-hero-title {
       font-size: 39px !important;
      }

      .pkgy-hero-subtitle {
        font-size: 1.1rem !important;
      }

      .pkgy-video-container {
        margin-bottom: 1px !important;
      }
					.pkgy-hero-content {
   
    margin-top: 50px !important;
}
    }







/* TV SIZE MEDIA QUERY */
@media only screen and (min-width: 1920px) {
    /* Add menu for TV screens */
    .pkgy-hero-section:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10;
    }
    
    .pkgy-hero-section:after {
        content: "HOME    ABOUT US    SERVICES    MEMBERSHIP    CONTACT";
        position: absolute;
        top: 25px;
        right: 50px;
        color: white;
        font-size: 22px;
        z-index: 11;
        font-weight: bold;
    }
    
    /* Add logo area */
    .pkgy-background-slider:before {
        content: "DASH GROUP";
        position: absolute;
        top: 25px;
        left: 50px;
        color: white;
        font-size: 28px;
        font-weight: bold;
        z-index: 11;
    }
    
    /* Adjust other elements for TV */
    .pkgy-hero-content {
        margin-top: 200px;
    }
    
    .pkgy-hero-title {
        font-size: 5.5rem;
    }
    
    .pkgy-hero-subtitle {
        font-size: 2rem;
    }
    
    .pkgy-btn {
        padding: 15px 40px;
        font-size: 1.3rem;
    }
}

/* For smaller TVs */
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    /* Add menu for smaller TV screens */
    .pkgy-hero-section:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10;
    }
    
    .pkgy-hero-section:after {
        content: "HOME    ABOUT US    SERVICES    MEMBERSHIP    CONTACT";
        position: absolute;
        top: 22px;
        right: 40px;
        color: white;
        font-size: 20px;
        z-index: 11;
        font-weight: bold;
    }
    
    /* Add logo area */
    .pkgy-background-slider:before {
        content: "DASH GROUP";
        position: absolute;
        top: 22px;
        left: 40px;
        color: white;
        font-size: 24px;
        font-weight: bold;
        z-index: 11;
    }
}