@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800;900;1000&family=Playfair+Display&family=Poppins:wght@200;300;400;500;600;700&family=Roboto:wght@100;300;400;500;700&family=Work+Sans:wght@200;300;400;500;600;800&display=swap");
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}
html::-webkit-scrollbar {
  width: 0.5rem;
}
html::-webkit-scrollbar-track {
  background: transparent;
}
html::-webkit-scrollbar-thumb {
  background: #935E3A !important;
  border-radius: 30px;
}

.offcanvas-body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}
.offcanvas-body::-webkit-scrollbar {
  width: 0.5rem;
}
.offcanvas-body::-webkit-scrollbar-track {
  background: transparent;
}
.offcanvas-body::-webkit-scrollbar-thumb {
  background: #935E3A !important;
  border-radius: 30px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23935E3A' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

body {
  font-family: "Cairo", sans-serif;
  font-weight: normal;
}

#sidebar, main {
  margin: 0;
  padding: 0;
}

.cards-img {
  height: 350px;
}

.navbar {
  background-image: url(../images/nav.png);
  background-color: white;
}

.navbar-toggler-icon {
  color: #935E3A !important;
}

.nav-img {
  width: 100px;
}

.hero-img {
  width: 100%;
  object-fit: cover;
}

.img-page-one {
  width: 140px;
  height: 140px;
}

.bg-success {
  opacity: 100% !important;
}

.bg-card {
  background: rgba(186, 160, 129, 0.1215686275) !important;
}

.swiper-button-next, .swiper-button-prev {
  color: #935E3A !important;
}

.bg-cover {
  background-image: url(../images/Mask\ Group\ 39.png) !important;
  background-size: cover;
}

.icons {
  opacity: 0.8 !important;
}

.img-card {
  transform: translateY(-65px);
}

.text-card {
  transform: translateY(-65px);
}

.Border {
  border-bottom: 1px solid #ccc !important;
  width: 85%;
}

@media screen and (max-width: 800px) {
  .header-contact {
    font-size: 14px;
  }
}
@media (max-width: 415px) {
  .Header-icon {
    display: none;
  }
}
#myProgress {
  width: 420px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 10px;
}

#myBar {
  width: 0%;
  height: 5px;
  background-color: #ffc266;
  border-radius: 10px;
}

.btn-action {
  cursor: pointer;
  width: 30px;
  color: #fff;
}

.btn-ctn, .infos-ctn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.infos-ctn {
  padding-top: 20px;
}

.btn-ctn > div {
  padding: 5px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.infos-ctn > div {
  margin-bottom: 8px;
  color: #fff !important;
}

.first-btn {
  margin-left: 3px;
}

.duration {
  margin-left: 10px;
}

.title {
  margin-left: 10px;
  width: 210px;
  text-align: center;
  color: #fff !important;
}

.player-ctn {
  border-radius: 15px;
  width: 420px;
  padding: 10px;
  background-color: #935E3A;
  margin: auto;
  margin: 50px;
}

.playlist-track-ctn {
  display: flex;
  background-color: #464646;
  margin-top: 3px;
  border-radius: 5px;
  cursor: pointer;
  display: none !important;
}

.playlist-track-ctn:last-child {
  border: 1px solid #fff;
}

.playlist-track-ctn > div {
  margin: 10px;
}

.playlist-info-track {
  width: 80%;
}

.playlist-info-track, .playlist-duration {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #e9cc95;
  font-size: 14px;
  pointer-events: none;
}

.playlist-ctn {
  padding-bottom: 20px;
}

.active-track {
  background: #4d4d4d;
  color: white !important;
  font-weight: bold;
}

.active-track > .playlist-info-track, .active-track > .playlist-duration, .active-track > .playlist-btn-play {
  color: white !important;
}

.playlist-btn-play {
  pointer-events: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.fas {
  color: white !important;
  font-size: 20px;
  direction: rtl !important;
}
