* {
    box-sizing: border-box;
    font-family: "Tajawal", sans-serif;
}


html{
    scroll-behavior: smooth;

}
body{
    margin-bottom: 120px;
}

.noliveStream{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: +1000000;
    background-color: #004E7F;
}

header {
    height: 100%;
    width: 100%;
    background-image: url("../images/header.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1px;
}


.headerDesc {
    margin-top: 40px;
}

.startNowText {
    color: #DEEAAC;
    font-size: 30px;
    font-family: "Tajawal", sans-serif;
        font-weight: 800;
        font-style: normal;

}

.startNowDiv {
    border: 10px #DEEAAC solid;
    width: 240px;
    height: 240px;
    text-align: center;
    background-color: rgba(222, 234, 172, 0.3);

    margin: 50px auto;
    border-radius: 50%;
    padding: 45px 0px;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.startNowDiv:hover {
    box-shadow: 10px 10px 10px rgba(222, 234, 172, 0.3), -10px -10px 10px rgba(222, 234, 172, 0.3);
    transform: scale(1.1);
}

.gotolivelink{
    text-decoration: none;

}


.belowHeaderSection{
    margin-top: 80px;
    width: 35%;
    font-weight: bold;
}

.belowHeaderSection .row .col-1{
    align-content: center !important;
    justify-content: center;
}





/* live home page css  */
nav{
    background-color: #004E7F;
    border-radius: 0px 0px 50px 50px;
    padding: 30px 0px;
}


.mainNav .nav-item .nav-link{
    color: #6695B2;
    transition: 1s;
    margin: 0px 10px;
}
.mainNav .nav-item .nav-link:hover{
    color: #DEEAAC;
}
.mainNav .nav-item .nav-link svg path{
    transition: 1s;

}

.mainNav .nav-item .nav-link:hover svg path{
    fill: #DEEAAC;
}

.mainNav  .nav-item .active{
    color: #DEEAAC;
}
.mainNav  .nav-item .active svg path{
    fill: #DEEAAC;
}


.booksvg{
    fill: #004E7F !important;
}


.navbar-toggler i{
    color: #DEEAAC;
}

.navbar-brand {
    color: #DEEAAC;
    font-size: 30px;
    font-weight: bold;
    margin-right: -1.5rem !important;
}

.liveSteramSection{
    margin-top: 30px;
}

.livegif{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    background-color: #000;
    position: relative;
}

.livegif img{
    width: 100%;
    height: 100%;
    /* margin-top: 20px; */
}

.layer1{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    /* border: 3px solid #004E7F; */
    padding: 20px;
    margin: auto;
    animation: layer1 1s infinite alternate;
}
.layer2{
    width: 280px;
    height: 280px;
    border-radius: 50%;
    /* border: 2px solid #004E7F; */
    padding: 15px;
    margin: auto;
    animation: layer2 0.7s infinite alternate;

}
.layer3{
    width: 310px;
    height: 310px;
    border-radius: 50%;
    /* border: 1px solid #004e7fd6; */
    padding: 15px;
    margin: auto;
    animation: layer3 0.5s infinite alternate;

}



/* layers border animation */
@keyframes layer1 {
    0%{
        border: 1px solid #004e7f27;
    }
    100%{
        border: 1px solid #004E7F;
    }
}

@keyframes layer2 {
    0%{
        border: 0.7px solid #004e7f27;
    }
    100%{
        border: 0.7px solid #004E7F;
    }
    
}

@keyframes layer3 {
    0%{
        border: 0.5px solid #004e7f27;
    }
    100%{
        border: 0.5px solid #004E7F;
    }
    
}

.lyrics{
    width: 80%;
    margin: auto;
    margin-top: 50px;
}

.lyrics p {
    font-size: 22px;
    font-weight: bold;
    color: rgba(0, 78, 127, 0.3);
}

.lyrics .active{
    color: #004E7F;
}


.signinimage{
    height: auto;
    background: linear-gradient(to bottom, #020c3bc2, #011c35d9), url(../images/signin.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
    padding: 0px;
}


.signinimage .majalesimage{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.signinimage .majalesimage img {
    width: 55%;
}

.signinform{
    background-color: rgba(235, 241, 205, 1);
    height: 100vh;
    overflow: scroll;
}

.registerForm{
    height: 100vh !important;
    overflow: scroll;
}

.signtheform{
    
    width: 60%;
    margin: 30px auto;
    font-size: 12px;

}

.signinform input , .signinform select , .signinform button , .signinform .btn{ 
    font-size: 12px;
}



.signtheform label{
    font-weight: bold;
    font-size: 12px;
}

.signinform h2{
    color: #004E7F;
    text-align: center;
}

.sociallogin button{
    background-color: #004E7F;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding: 10px;
    margin: 5px;
}

.haveAccount a{
    color: #004E7F;
    font-weight: bold;
    text-decoration: none;
}


.signinFooter h5 {
   
    position: relative;
  }
  
  .signinFooter h5:before {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background: #000;
    left: 0;
    top: 50%;
    position: absolute;
  }
  
  .signinFooter h5:after {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background: #000;
    right: 0;
    top: 50%;
    position: absolute;
  }

  

  .playLive{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #004e7f90;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: +1111;
  }
  
  .playicon{
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: +11111;
    cursor: pointer;
    transition: 1s;
    color: #fff;
    animation-name:myplainicon ;
    animation-duration: 2s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
  }

  .playicon:hover{
    font-size: 40px;
    color: #FFF;
    animation-play-state: paused;

  }


  @keyframes myplainicon {
    0%{
        font-size: 35px;
    }
    100%{
        font-size: 40px;

    }
  }


  #livestrem{
    display: none;
  }
  

  .afterstartlivesection{
    display: none;
  }


  .flexableMuteLive{
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  @media screen and (max-width: 1000px) {
    .startNowText {
        font-size: 20px;
    }
    .startNowDiv {
        width: 130px;
        height: 130px;
        padding: 35px 0px;
    }
    .startNowDiv h1 {
        font-size: 20px;
    }

    .belowHeaderSection{
        width: 80%;
        margin-top: 40px;
        font-size: 9px;
    }
    .lyrics{
        width: 100%;
    }
    .signinimage .majalesimage img {
        width: 100%;
    }
    .signtheform{
        width: 70%;
    }

    .signinform input , .signinform select , .signinform button , .signinform .btn{ 
        font-size: 10px;
    }
    
    
    
    .signtheform label{
        font-weight: bold;
        font-size: 10px;
    }

    .headerDesc{
        margin-top: 100px;
    }
    
  }


  .btnbrdr{
    padding: 10px 12px ;
    border: 1px solid;
    border-radius: 20px;
    transition: 1s;
    text-align: center;
  }

  .btn-outline-primary{
    background-color: white;
  }


  .cardtitlebooks{
    font-weight: bold;
    font-size: 17px;

  }



  .ripple {
    margin: auto;
    background-color: #fff;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    animation: ripple 2s linear infinite;
    overflow: hidden;
    margin-bottom: 120px;
  }
  @keyframes ripple {
              0% {
                  box-shadow: 0 0 0 0rem rgba(186, 191, 196, 0.2),
                              0 0 0 1rem rgba(179, 182, 186, 0.2),
                              0 0 0 2rem rgba(195, 197, 199, 0.2),
                              0 0 0 5rem rgba(190, 198, 207, 0.2);
              }
              100% {
                  box-shadow: 0 0 0 1rem rgba(186, 191, 196, 0.2),
                              0 0 0 2rem rgba(179, 182, 186, 0.2),
                              0 0 0 5rem rgba(195, 197, 199, 0.2),
                              0 0 0 8rem rgba(191, 196, 202, 0);
              }
}





.soundbook a{
    text-decoration: none;
    color: #000;
}


.singlecategorybtn{
    background-color: #DEEAAC;
    color: #004E7F;
    border-radius: 20px;
    padding: 8px 41px 4px;
    transition: 1s;
    margin-left: 10px;
}


.bookcategorySection{
    background-color: #004E7F;
    border-radius: 30px;
    padding: 20px 30px 0px;
}


.trackplayer{
    background-color: #DEEAAC;
    border-radius: 50px 50px 0px 0px;
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;

}


.pdf-page {
    display: block;
    margin: 20px auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.pdf-page img {
    display: block;
    width: 100%;
    height: auto;
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



.settingbtn{
    background-color: #DEEAAC;
    color: #004E7F;
    border-radius: 10px;
    padding: 10px 12px ;
    transition: 1s;
}



.audio-player {
    direction: ltr;
    width: 80%;
    margin: 20px auto;
    text-align: center;
}

.progress-bar {
    height: 5px;
    margin-top: 10px;
    background-color: #ccc;
    position: relative;
    overflow: visible;
}

.progress {
    height: 100%;
    background-color: #004E7F;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}

.progress-circle {
    width: 12px;
    height: 12px;
    background-color: #004E7F;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -3px;
    transform: translateX(-50%);
}

.time-labels {
    margin-top: 5px;
}

.speed-controls {
    margin-top: 10px;
}

.control-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.control-buttons button {
    margin: 0 10px;
    cursor: pointer;
}


a{
    text-decoration: none;
    color: #000;
}


.speed-controls button {
   
   padding: 10px 30px;
}




/* srt design  */
.caption-container {
    height: 350px;
    overflow: scroll;
    position: relative;
    padding: 10px;
    width: fit-content;
    margin: auto;

}

.caption-list {
    /* position: absolute;
    top: 0; */
    width: 100%;
}

@keyframes move-up {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-1%);
    }
}

.caption {
    padding: 5px;
    font-size: 16px;
    letter-spacing: 1.5px;
    color: #004e7f64;
}

.caption.active {
    font-weight: bold; /* Highlight active caption */
    color: #004E7F;
}


.ownmajaleslogo{
    height: 250px;
  }


@media screen and (max-width: 768px) {
    .caption {
        font-size: 16px;
    }
    .caption-container {
        height: 410px;
    }

    .layer1{
        width: 150px;
        height: 150px;
        padding: 15px;
    }

    .layer2{
        width: 180px;
        height: 180px;
        padding: 14px;
    }

    .layer3{
        width: 200px;
        height: 200px;
        padding: 10px;
    }

    .signinFooter h5{
        font-size: 12px;
    }

    .signinFooter h5:before {
        content: "";
        display: block;
        width: 60px;
        height: 1px;
        background: #000;
        left: 0;
        top: 50%;
        position: absolute;
      }
      
      .signinFooter h5:after {
        content: "";
        display: block;
        width: 60px;
        height: 1px;
        background: #000;
        right: 0;
        top: 50%;
        position: absolute;
      }


      .ownmajaleslogo{
        height: 150px;
        width: 100%;
      }
    

      .card-title{
        font-size: 12px;
      }

      .cardtitlebooks{
        font-size: 16px;
      }

        .card-text{
            font-size: 10px;
        }


        .traxkaudioactionwishlist{
            font-size: 12px;
        }
        .traxkaudioactionplaypauseaudio{
            font-size: 12px;
        }

        .singlecategorybtn{
            font-size: 9px;
            padding: 8px 6px 4px;
            margin-left: 2px;
        }


        .settingbtn{
            font-size: 15px;
            padding: 10px 9px ;
        }

        .mainsettingtext{
            font-size: 10px;
        }
    
}
/* srt design  */


.trackbtnclose{
    
    padding: 5px 10px;
    transition: 1s;
    position: absolute;
    top: 8px;
    right: 20px;
    cursor: pointer;
}



::-webkit-scrollbar {
    display: none;
}




button , span{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

#seek-bar {
    width: 100%;
    height: 4px;
    /* -webkit-appearance: none; */
    /* background: #FFF; */
    border-radius: 2px;
    cursor: pointer;
}


-webkit-slider-thumb:active {
    background-color: red;
}