.hero-section {
  color: white;
}
.hero-section > .col-md-2 {
  position: relative;
  z-index: 0;
}
.hero-section > .col-md-2:nth-child(1) {
  display: flex;
  align-items: center;
}
.hero-section > .col-md-2 .glass-popup-box {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.hero-section > .col-md-2 .glass-popup-box .box-list .box {
  padding: 20px 20px;
  position: relative;
  text-align: left;
}
.hero-section > .col-md-2 .glass-popup-box .box-list .box-1::before {
  content: "";
  position: absolute;
  height: 2px;
  /* width: 100%; */
  background-color: rgba(255, 255, 255, 0.15);
  bottom: 0;
  width: 200%;
  left: -100%;
}
.hero-section > .col-md-2 .glass-popup-box .box-list .box h5 {
  padding-bottom: 10px;
  text-transform: uppercase;
}
.hero-section > .col-md-2 .glass-popup-box .box-list .box p {
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
  font-size: 13px;
}
.hero-section > .col-md-2 .glass-popup-box .box-list .box p span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.hero-section > .col-md-2 .glass-popup-box .box-list .box p span.yellow {
  color: #fcd300;
}
.hero-section > .col-md-2 .glass-popup-box::before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% + 200px);
  /* background-color: rgba(255, 255, 255, 0.15); */
  /* backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px); */
  background-color: #111;
  z-index: -1;
  left: -200px;
  border-radius: 15px;
}
.hero-section > .col-md-8 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
}
.hero-section > .youtube-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media only screen and (max-width: 600px) {
  #countdown {
    display: none;
  }
  .hero-section {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    margin: 0;
    margin-left: -20px;
    padding: 200px 0px 0px 0px;
    width: calc(100% + 40px);
  }

  .hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
  }

  .hero-section .youtube-btn {
    display: block !important;
    top: 70px;
  }
  .hero-section > .col-md-8 {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .f-diplomainphotography-banner,
  .f-diplomainjournalism-banner,
  .f-diplomainnutrition-banner,
  .f-diplomainfashiondesign-banner,
  .f-music-production,
  .f-interiordesign-banner,
  .back_img_back_diploma_hospital {
    height: auto;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .hero-section > .col-md-2 .glass-popup-box {
    position: absolute;
    bottom: -70px;
    width: 100%;
    
  }
  .hero-section > .col-md-2 .glass-popup-box::before {
    border-radius: 0px;
    left: -195px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }

  .hero-section > .col-md-2 .glass-popup-box .box-list .box-1::before {
    display: none;
    background-color: rgba(255, 255, 255, 0.15);
  }
  .hero-section > .col-md-2 .glass-popup-box .box-list .box-2 {
    position: relative;
  }
  .hero-section > .col-md-2 .glass-popup-box .box-list .box-2::before {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.15);
    height: 90%;
    margin: auto;
    left: -5px;
    width: 2px;
    top: 10px;
  }

  .hero-section > .col-md-2 .glass-popup-box .box-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
  }
  .hero-section > .col-md-2 {
    padding: 0;
    margin: 0;
  }
  .hero-section > .col-md-2 .glass-popup-box .box-list .box {
    padding: 20px 10px;
    text-align: left;
  }
  .hero-section
    > .col-md-2
    .glass-popup-box
    .box-list
    .box
    .hero-section
    > .col-md-2
    .glass-popup-box
    .box-list
    .box
    h5 {
    font-size: 18px;
  }
  .hero-section > .col-md-2 .glass-popup-box .box-list .box p {
    font-size: 14px;
  }
  .hero-section > .col-md-2 .glass-popup-box .box-list .box p span {
    font-size: 12px;
  }
  .Group-753 {
    margin-top: 1rem;
  }
}
