@font-face {
    font-family: 'neue-geo-caps';
    src: url('fonts/helvetica-neue-lt-geo-55-roman-caps.ttf');
}

.neue {
    font-family: 'neue-geo-caps';
}

@font-face {
    font-family: 'helvetica';
    src: url('fonts/Helvetica.otf');
}

.helvetica {
    font-family: 'helvetica';
}

audio::-webkit-media-controls-enclosure {
    border-radius: 0;
}

h5{
    font-size:1rem;
}


@media (max-width: 768px) {
  .audio-progress-thumb {
    width: 18px;
    height: 18px;
  }
  
  .mistakes-btn{
      margin-bottom:10px !important
  }
  
  #result-text {
    font-size: 1.1rem !important;
    margin-bottom: 30px !important;
  }
  
  .fafu-card{
        width: 190px;
  }
}
/* responsive */
@media (min-width:768px){
  .custom-audio-table{ max-width:520px; margin:0 auto; }
}


/* TABLET */
@media (min-width: 768px) {
    .fafu-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* RESPONSIVE */

@media screen and (max-width: 1024px){
    .fafu-shell{
        display:block !important;
    }
}

@media (min-width: 768px) {
    .fafu-shell {
        padding: 40px 0;
    }
    .fafu-phone {
        transform: scale(1.05);
    }
}

@media (min-width: 1024px) {
    .fafu-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
    .fafu-phone{
        width:1000px;
        transform: scale(1.03) !important;
    }
    .quizzes .phone-social-row{
        margin-top:20px !important;
    }
    #answers-container .col-md-6{
        width:100%;
    }
    .quiz-container{
        max-width:100% !important;
    }
    .fafu-shell {
        padding: 15px 0 !important;
    }
    .fafu-card img{
        height:250px !important;
    }
    .book_view .img-fluid.main{
        height: 300px;
        width: 100%;
        object-fit: cover;
        margin-top: 20px;
    }
    .book_view .audio-back-btn{
        margin-top:40px;
    }
    .quizzes .fafu-grid {
        margin-bottom: 25% !important;
    }
    .custom-audio-table{
        margin:inherit;
        max-width: 100%;
    }
    .quizzes .fafu-grid{
        grid-template-columns: repeat(3, 1fr);
    }
    .card-img{
        height:250px !important;
    }
    .custom-audio-table{
        max-width: 1000px !important;
    }
}