/*
 * Globals
 */

:root {
    --primary-color: #fff;
}

/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  /*box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
  color: var(--primary-color);
}

.cover-container {
  max-width: 42em;
  z-index: 1;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

body {
    /*background: url(../background.webp) no-repeat;*/
    background: #3399ff;
    /*background-position: center;*/
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    font-family: "DroidKufi-Regular";
    position: relative;
}
/*body:after {*/
/*    position: fixed;*/
/*    content: "";*/
/*    background: linear-gradient(45deg, #FA8BFF 0%, #2BD2FF 52%, #2BFF88 90%);*/
    /*animation: gradient 25s ease infinite;*/
    /*background-size: 400% 400%;*/
/*    width: 100vw;*/
/*    height: 100vh;*/
/*    left: 0;*/
/*    top: 0;*/
/*    z-index: 0;*/
/*    opacity: 0.5;*/
/*}*/

.lead {
    position: relative;
    z-index: 11;
    margin-bottom: 30px;
}

@keyframes gradient {
  0% { background-position: 0% 50%}
  50% { background-position: 100% 50%}
  100% { background-position: 0% 50%}
}

h1{
    margin-top: 15px;
    margin-bottom: 25px;
}

.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}

@media (min-width: 768px) {
.bd-placeholder-img-lg {
  font-size: 3.5rem;
}
}

.b-example-divider {
width: 100%;
height: 3rem;
background-color: rgba(0, 0, 0, .1);
border: solid rgba(0, 0, 0, .15);
border-width: 1px 0;
box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
flex-shrink: 0;
width: 1.5rem;
height: 100vh;
}

.bi {
vertical-align: -.125em;
fill: currentColor;
}

.nav-scroller {
position: relative;
z-index: 2;
height: 2.75rem;
overflow-y: hidden;
}

.nav-scroller .nav {
display: flex;
flex-wrap: nowrap;
padding-bottom: 1rem;
margin-top: -1px;
overflow-x: auto;
text-align: center;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
--bd-violet-bg: #712cf9;
--bd-violet-rgb: 112.520718, 44.062154, 249.437846;

--bs-btn-font-weight: 600;
--bs-btn-color: var(--bs-white);
--bs-btn-bg: var(--bd-violet-bg);
--bs-btn-border-color: var(--bd-violet-bg);
--bs-btn-hover-color: var(--bs-white);
--bs-btn-hover-bg: #6528e0;
--bs-btn-hover-border-color: #6528e0;
--bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
--bs-btn-active-color: var(--bs-btn-hover-color);
--bs-btn-active-bg: #5a23c8;
--bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
z-index: 1500;
}

.bd-mode-toggle .bi {
width: 1em;
height: 1em;
}

.bd-mode-toggle .dropdown-menu .active .bi {
display: block !important;
}



ul.audio-list {
  list-style: none;
  padding: 0;
}

li.audio-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  min-width: 300px;
  max-width: 90%;
  align-items: stretch;
  flex-direction: row-reverse;
}
.progress-wrapper {
    background: rgb(255 255 255 / 0.4);
    padding: 5px 0;
}
.progress-circle {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  /* Adjust the container size */
  overflow: hidden;
  border-radius: 30px;
}

.progress-circle svg {
  transform: rotate(-90deg);
  width: 50px;
  height: 50px;
}

.progress-bg,
.progress-bar {
  fill: none;
  stroke-width: 6;
}

.progress-bg {
  stroke: var(--primary-color);
}

.progress-bar {
  stroke: #333;
  stroke-linecap: round;
  stroke-dasharray: 188.4; /* 2πr where r = 30 (half of viewbox size 60) */
  stroke-dashoffset: 188.4;
  transition: stroke-dashoffset 0.3s linear;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  cursor: pointer;
  color: var(--primary-color);
}

.description {
  flex: 1;
  text-align: right;
  padding-right: 15px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  background: rgb(255 255 255 / 0.6);
  border-left: 2px solid #555;
  color: #000;
  text-shadow: none;
}

ul.social {
  margin:0 auto 30px;
  padding:0;
  display:inline-flex;
}

ul.social li {
  list-style: none;
}

ul.social li a {
  position: relative;
  width:60px;
  height:60px;
  display:block;
  text-align:center;
  margin:0 10px;
  border-radius: 50%;
  padding: 6px;
  box-sizing: border-box;
  text-decoration:none;
  box-shadow: 0 10px 15px rgba(0,0,0,0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  transition: .5s;
}

ul.social li a:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  text-decoration:none;
}

ul.social li a .fab, ul.social li a .fas {
  widht: 100%;
  height:100%;
  display:block;
  background: linear-gradient(0deg, #fff, #ddd);
  border-radius: 50%;
  line-height: calc(60px - 12px);
  font-size:24px;
  color: #262626;
  transition: .5s;
}

ul.social li:nth-child(1) a:hover .fab, ul.social li:nth-child(1) a:hover .fas {
  color: #3b5998;
}

ul.social li:nth-child(2) a:hover .fab, ul.social li:nth-child(2) a:hover .fas {
  color: #00aced;
}

ul.social li:nth-child(3) a:hover .fab, ul.social li:nth-child(3) a:hover .fas {
  color: #dd4b39;
}

ul.social li:nth-child(4) a:hover .fab, ul.social li:nth-child(4) a:hover .fas {
  color: #007bb6;
}

ul.social li:nth-child(5) a:hover .fab, ul.social li:nth-child(5) a:hover .fas {
  color: #e4405f;
}