#d-mobile
    {
        display: none;
    }
@media (min-width: 1025px) {
    #introduction-container {
        padding: 124px;
    }
    .logo {
        width: 10%;
    }

    .shore-timer {
        width: 10% !important;
    }

    .record-shore-content {
        width: 35%;
    }

    .record-shore-btns {
        margin-left: 40%;
        margin-right: 40%;
    }

    .recorded-submit-btn {
        width: 10% !important;
    }

    .listen-btn {
        padding: 28px;
        /* padding: 14px 28px 14px 18px; */
        /* width: 0%; */
    }
    .bottom-btn {
        text-align: center;
        width: 25%;
        left: 50%;
        transform: translateX(-50%);
    }
    .shore-record-btn {
        width: 25%;
    }
    .share-score-btn {
        width: 25% !important;
    }

    .leaderboard-icon-div {
        position: absolute;
        right: 1rem;
        top: 1rem;
        background: #54197f;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding: 8px;
    }

    .daily-leaderboard-btn {
        width: 30% !important;
    }

    .daily-leaderboard-content table {
        width: 60%;
        margin: auto;
    }

    .shore-leaderboard-content {
        width: 50%;
        margin: auto;
    }

    .intro-get-started-btn {
        width: 45% !important;
        margin: 0;
    }
    .share-btn {
        display: none;
    }

    .recorded-sound-btn {
        width: 20% !important;
        margin: auto;
    }
    .kkrbtn {
        width: 50%;
    }

    /* Global Font classes */

    .b1-font {
        font-size: 32px;
        line-height: 40px;
    }

    .b2-font {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .b3-font {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .h2-font {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .h4-font {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .sl-font {
        font-size: 80px;
        line-height: 88px;
    }

    .shore-score-player-img {
        width: 50%;
    }

    .download-pdf-btn {
        width: auto
    }

    .download-pdf-copy {
        position: absolute;
        right: 1rem;
        top: 6rem;
    }

    .b2-font {
        font-family: "AlineaSans";
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .leaderboard-icon-copy {
        top: 4.2rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
}

/*   @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .shore-inner-text div
    {
        top: 450px;
    }
    .shore-timer div
    {
        top: 550px;
    }

}

@media screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) { 

    body{
        display: none;
    }
} */
