/*
Template Name: ZTFMusic
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************classes****************/
.main_class {
  background-image: url(../images/training/training.jpg);
  background-position: center center;
  background-size: cover;
}
.main_class_dt {
  background-image: url(../images/training/training.jpg);
  background-position: center center;
  background-size: cover;
}
.video_icon a {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.video_icon {
  top: 43%;
  left: 43%;
}

#choose {
  background-image: url(../images/training/choose.jpg);
  background-position: center center;
  background-size: cover;
}

header {
  padding: 15px 20px;
}

.filter-box {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #acacac;
  border-radius: 10px;
  /* -webkit-box-shadow: 9px 6px 12px 3px rgba(0, 0, 0, 1); */
  /* -moz-box-shadow: 9px 6px 12px 3px rgba(0, 0, 0, 1); */
  /* box-shadow: 9px 6px 12px 3px rgba(0, 0, 0, 1); */
}

.filter-box form {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  padding: 5px;
}

.reset-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: tomato;
  border: 1px solid black;
  border-radius: 5px;
  color: white;
  padding: 5px;
  margin-top: -10px;
}

.filter-btn {
  width: 90px;
  padding: 5px;
  background-color: black;
  color: white;
  border-radius: 5px;
}

.filter-box h1 {
  text-align: center;
}

.instrument-container {
  width: 350px;
  display: flex;
  flex-direction: column;
  padding: 5px;
}

.instrument-container label {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  color: var(--orange);
}

.instrument-container select {
  padding: 3px;
  border-radius: 5px;
}

.filter-box a {
  margin-left: 15px;
  text-decoration: none;
}

.filter-box a:hover {
  text-decoration: underline;
}

#course {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}

#course ul {
  width: 400px;
  border: 1px solid grey;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-shadow: -3px 4px 16px 2px rgba(130, 130, 130, 1);
  -moz-box-shadow: -3px 4px 16px 2px rgba(130, 130, 130, 1);
  box-shadow: -3px 4px 16px 2px rgba(130, 130, 130, 1);
}

#course ul li {
  list-style-type: none;
  padding: 5px;
  margin-top: 10px;
}

#featured-courses {
  display: flex;
  justify-content: center;
  gap: 100px;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 15px 20px;
}

.course-card {
  width: 430px;
  font-size: 20px !important;
  height: 620px;
  border: 1px solid grey;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: -3px 4px 16px 2px rgba(130, 130, 130, 1);
  -moz-box-shadow: -3px 4px 16px 2px rgba(130, 130, 130, 1);
  box-shadow: -3px 4px 16px 2px rgba(130, 130, 130, 1);
}

.course-card img {
  height: 50%;
  width: inherit;
}

.cc-body {
  height: 50%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  h2 {
    font-size: 18px !important;
  }
  .cc-teacher {
    font-size: 13px;
  }
  .cc-teacher i {
    color: var(--orange);
  }
  .cc-level {
    font-size: 14px;
  }

  .cc-level i {
    /*Set the overall color to gold*/
    color: gold;
  }
  .cc-level > i {
    color: red;
  }

  .cc-level span {
    background-color: #61762f;
    border-radius: 5px;
    padding: 0.4rem;
    color: white;
    margin-right: 5px;
  }

  span.begin {
    background-color: #61762f;
  }

  span.inter {
    background-color: var(--orange);
  }

  span.harde {
    background-color: tomato;
  }
  .cc-desc {
    height: 40%;
    margin-top: 10px;
    font-size: 14px !important;
    overflow: hidden;
  }

  button {
    align-self: flex-end;
    width: 100%;
    padding: 5px;
    font-size: 15px;
    background-color: black;
    color: white;
    border-radius: 5px;
    margin-bottom: 10px;
    &:hover {
      background-color: var(--orange);
    }
  }
}

.player_music .border-top {
  border-color: var(--border_dark) !important;
}
/*********************classes_end****************/

@media screen and (max-width: 767px) {
  .video_icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .video_icon {
    top: 40%;
    left: 40%;
  }
  .class_dt1_left {
    padding-right: 0 !important;
  }
  .class_dt1_right {
    margin-top: 20px;
  }
  .video_icon {
    top: 43%;
    left: 43%;
  }
  .player_bars {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 991px) {
  .video_icon {
    top: 40%;
    left: 40%;
  }
  .class_dt1_left {
    padding-right: 0 !important;
  }
  .jp-volume-controls {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .course-card {
    height: 600px;
  }
  .filter-box {
    .instrument-container {
      width: 250px;
    }
  }
  .cc-body button {
    margin-bottom: 0px;
  }
  .filter-btn {
    margin-top: 30px;
  }
}

@media (min-width: 1201px) and (max-width: 1300px) {
}
@media screen and (min-width: 1400px) {
}
