/* New Video CSS With Play Icon Start */
.video-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Responsive Video Wrapper */
.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;   /* Perfect responsive ratio */
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Play Button */
.video-play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: 0.3s ease;
  z-index: 1;
}

.video-play-btn:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.08);
}
/* New Video CSS With Play Icon End */

/* Home Cat-CSS Start */
.home-cat-sec{
  background-color: #f6f6f6;
  overflow: hidden; 
}
.home-cat-sec .grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 25px;
  padding: 5% 15px 0px;
  width: 100%;
  max-width: 1750px;
  margin: auto;
}

.home-cat-sec .grid2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 25px;
  padding: 25px 15px 0;
  width: 100%;
  max-width: 1750px;
  margin: auto;
}

.home-cat-sec .card {
  height: 490px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10em;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border: transparent;
}

.home-cat-sec .yellow {
  background: #f9cc00;
}

.home-cat-sec .teal {
  background: #007c89;
}

.home-cat-sec .red {
  background: #a80c3b;
}

.home-cat-sec .image {
  position: relative;
  overflow: hidden;
}

.home-cat-sec .wonder {
  background: rgba(0, 0, 0, 0.25)!important;
}

.home-cat-sec .image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 45px;
}

.home-cat-sec .image span {
  position: relative;
  z-index: 2;
}
/* Home Cat-CSS End */

/* MixTape CSS Start  */
.mixtape-outer-container {
  background-color: #f6f6f6;
  /* overflow: hidden;   */
}
.mixtape-inner-container {
  width: 65%;
  margin: auto;
  text-align: center;
  padding: 5% 15px;
}
.mixtape-inner-container .mixtape-heading {
  font-size: calc(2.375em + (8 - 2.375) * ((100vw - 20em) / (120 - 20)));
  color: #58595b;
}
.mixtape-inner-container .mixtap-content {
  font-family: "Lato", sans-serif;
  font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 400;
  color: #58595b;
  margin-bottom: 0px;
}
.mixtape-inner-container .mixtap-content:last-of-type {
  margin-bottom: 5%;
}
/* MixTape CSS End  */

/* Side Banner CSS Start */
.home-side-banner-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  justify-items: center;
  overflow: hidden;  
}
.home-side-banner-inner .side-content-outer {
  text-align: center;
}
.home-side-banner-inner .side-heading{
  font-size: calc(40px + (86 - 40) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1;
  color: #58595b;
  margin-bottom: 20px;
}
.home-side-banner-inner .content{
  font-family: "Lato", sans-serif;
  font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
  color: #58595b;
}
/* Side Banner CSS End */

/* welcomePopup css start */
.welcomePopup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  /* opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease; */
  display: none;
}

.welcomePopup-overlay.active {
  /* opacity: 1;
  visibility: visible; */
  display: flex;
}

.welcomePopup-box {
  width: 100%;
  max-width: 880px;
  padding: 30px;
  background-color: #fff;
  border-radius: 50px;
  border: 1.3px solid rgba(255, 255, 255, 0.45);
  box-shadow: inset 0 0 60px rgba(255, 255, 255, 0.25),
    0 10px 40px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #58595b;
  position: relative;
}

.welcomePopup-box .modal-header {
  display: flex;
  justify-content: end;
}

.welcomePopup-overlay .close-btn .fa-xmark {
  cursor: pointer;
  font-size: 28px;
  color: #58595b;
}

.welcomePopup-overlay .welcome-heading {
  /*font-size: calc(3em + (10 - 3) * ((100vw - 20em) / (120 - 20)));*/
  font-size: clamp(48px, calc(48px + (112) * ((100vw - 320px) / 1600)), 160px);
}

.welcomePopup-overlay .welcome-heading {
  font-size: calc(3em + (10 - 3) * ((100vw - 20em) / (120 - 20)));
}

.welcomePopup-overlay .welcome-note-heading {
  font-family: "Lato", sans-serif;
  font-size: calc(14px + (30 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
}

.welcomePopup-overlay .welcome-content {
  font-family: "Lato", sans-serif;
  font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
}
/* welcomePopup css end */

/* Responsive part */
@media (max-width: 1440px) {
  /* MixTape CSS Start  */
  .mixtape-inner-container {
    width: 75%;
  }
  /* MixTape CSS End  */

  /* Home Cat-CSS Start */
  .home-cat-sec .card {
    height: 400px;
    font-size: 8em;
  }
  /* Home Cat-CSS End */
}

@media (max-width: 1366px) {
  /* Home Cat-CSS Start */
  .home-cat-sec .card {
    height: 350px;
    font-size: 7em;
  }
  /* Home Cat-CSS End */
}

@media (max-width: 1280px) {
  /* Home Cat-CSS Start */
  .home-cat-sec .card {
    height: 300px;
    font-size: 5em;
  }
  /* Home Cat-CSS End */
}

@media (max-width: 1024px) {
  /* MixTape CSS Start  */
  .mixtape-inner-container {
    width: 85%;
  }
  /* MixTape CSS End  */
}

@media (max-width: 768px) {
  /* .video-banner video {
    height: 100%;
  } */

  .video-play-btn {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }  

  /* MixTape CSS Start  */
  .mixtape-inner-container {
    width: 100%;
  }
  /* MixTape CSS End  */

  /* Home Cat-CSS Start */
  .home-cat-sec .grid {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 30px 15px 0;
  }

  .home-cat-sec .grid2 {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 15px;
    padding-bottom: 0px;
  }

  .home-cat-sec .card {
    height: 200px;
    font-size: 2.375em;
  }
  /* Home Cat-CSS End */

  /* Side Banner CSS Start */
  .home-side-banner-inner {
    grid-template-columns: 1fr;
  }
  .home-side-banner-inner .side-content-outer{
    padding: 30px 15px;
  }  
  /* Side Banner CSS End */
  
  .welcomePopup-overlay{
    padding: 15px;
  }
  .welcomePopup-box {
    padding: 15px;
  }
}
