
*{
    padding: 0px;
    margin: 0px;
    /* overflow-x: hidden; */
    
}

:root {
    --text: #1F170C;
  }

img{
    max-width: 100%;
}

#page-loading-modal {
    width: 60px;
    height: 60px;
    display: none;
}

body{
   overflow-x: hidden;
   letter-spacing: 0.045em !important;
   font-family: 'Nunito', 'Noto Sans Devanagari', sans-serif !important;
   color: #1F170C
}

.banner-container{
    position:relative;
    height: 45vh;
}

.banner-bg{
    background: #FFBD61;
    width: 100vw;
    height: 30vh;
    position: absolute;
    top:0;
    z-index: -1;
}

.banner-tag{
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Noto Sans Devanagari', sans-serif;
}

.logo-container{
    width: 30vh;
}

.banner-text{
    color:#1F170C;
    font-weight: 800;
    font-size: 2.5rem;
}

.green-audio-player{
    width: 100%;
    height: 65px;
    min-width: 120px;
    padding-right: 0px;
    padding-left: 80px;
    box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.20);
}

.green-audio-player .slider .gap-progress .pin{
    background-color: #FAA229;
}

.green-audio-player .slider .gap-progress{
    background-color: #FFDBA9;
}

.controls__total-time{
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.green-audio-player .controls span {
    font-size: 0.8rem;
}

.intro-player-container{
    width: 70vw;
    position: relative;
}

.user-player-container, .translated-player-container{
    width: 65vw;
    position: relative;
}

.intro-player-container .audio-icon{
    width: 18vw;
    position: absolute;
    left:0px;
    
}



.user-icon{
    width: 12vw;
    position: absolute;
    right: -8px;
    top: -8px;
    display: none;
}

.translated-player-container .audio-icon{
    width: 12vw;
    position: absolute;
    left: -8px;
    top: -8px;
    display: none;
}

.description-container{
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 138.9%;
    letter-spacing: 1.2px;
    width: 90vw;
    font-family: 'Noto Sans Devanagari', sans-serif;
}

.record-button{
    border: none;
    border-radius: 500px;
    background: #FAA129;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.23), 0px 10px 20px 0px rgba(0, 0, 0, 0.19);
    width: 65px;
    height: 65px;
    padding: 10px;
    background: url("../media/mic_icon.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.stop-button{
    width: 50px;
    height: 50px;
    display: none;
}

.record-btn-overlay{
    width:fit-content;
    position: relative;
}

.recording_gif{
    display: none;
    position: absolute;
    z-index: -1;
    width: 110px;
    top: -10px;
    right: 3px
}

.link{
    color: #FAA229;
}

.share-container img{
    width: 30px;
    height: 30px;
}

.form-link{
    width: 65%;
    display: none;
    /* word-wrap: break-word; */
}

.translation-gif{
    width: 120px;
    margin: auto;
    padding: 15px;
}

.footer-container{
    border-top: 2px solid #FFDBA9;
    
}

.main-footer{
    margin-bottom: 100px!important;
}

.link-coppied-msg{
    display: none;
}

.share-container{
    cursor: pointer;
}

.volume__button{
    display: none;
}

.each-tranlation-container{
    border-radius: 10px;
    border: 2px solid #FFDBA9;
    width: 85vw;
    background: #fff;
    margin: 20px!important;
}

.translated-player.green-audio-player{
    background: #FFF7EB;
    padding-left: 15px;
}

.user-player.green-audio-player{
    padding-left: 15px;
    padding-right: 0px;
}

.user-player.green-audio-player  .controls__total-time{
    display: none;
}

#permissions-denied-modal .modal-content{
    background: #FFF7EB;
}

.permissions-btn{
    display: none;
}

.usage-btn{
    display: none;
}

.permissions-img{
    width: 100%;
}

.record-container{
    /* border-radius: 15px;  */
    position: fixed;
    z-index: 1;
    right: 0px;
    bottom: 0px;
    /* width: fit-content; */
    width: 100%;
    background: rgba(255, 255, 255, 0.80);
    padding: 10px;
}

.text-input-container{
    width: 75vw;
}

.signin-overlay{
    display:none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left:0px;
    top:0px;
    z-index: 3;
}

.signin-container{
    position: absolute;
    bottom: 0px;
    width: 100vw;
    padding: 20px;
    border-radius: 20px 20px 0px 0px;
    background: #FFF;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px -1px 2px 0px rgba(0, 0, 0, 0.10), 0px -3px 3px 0px rgba(0, 0, 0, 0.09), 0px -6px 4px 0px rgba(0, 0, 0, 0.05), 0px -11px 5px 0px rgba(0, 0, 0, 0.01), 0px -18px 5px 0px rgba(0, 0, 0, 0.00);
    height: fit-content;
    z-index: 3;
    
}

#text-submit-btn{
    border: 1px solid #FAA229;
}

.text-input{
    border: 1px solid #FAA229;
}

.send-icon{
    width:30px;
}

.user-text{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.20);
    width: 65vw;
    padding:10px 15px;
}

.signin-title{
    font-weight: 500;
    font-size: 1.2rem;
    width: 100%;
}
.signin-container .input-label{
    width: 90%;
}

.phonenumber-input, .otp-input{
    border-radius: 16px;
    border: 1px solid #FAA229;
    background: #FFF;
    padding: 10px 15px;
    width: 100%;
}

.otp-input-container{
    display: none;
    width: 100%;
}

.phone-details-container{
    display: none;
    width: 100%;
}


.get-otp-btn, .confirm-otp-btn{
    border-radius: 6px;
    background: #FFBD61; 
    padding: 10px 15px;
    width: 100%;
    font-weight: 800;
    line-height: normal;
    border: none;
}

.delete-data-btn{
    border-radius: 6px;
    background: #FFBD61; 
    padding: 10px 15px;
    width: 100%;
    font-weight: 800;
    line-height: normal;
    border: none;
}


.sign-in-loading{
    display: none;
    width: 50px;
}

.sign-in-help{
    width: 95%;
}

.sign-in-help span{

    color:  #4F4F4F;
    font-weight: 300;
    font-size: 1.2rem;

}

.phone-details-container{
    width: 100%;
}

.phone-details-container .input-label{
    color:  #828282;
    font-size: 0.9rem;
    width:100%;
}

.phone-details-container .phone-number{  
    font-size: 1.2rem;
    width:100%;
    font-weight: 500;
}

.user-recordings-container{
    max-height: 60vh;
    overflow-y: scroll;
    width: 95vw;
    overflow-x: hidden;
    background: #FFF7EB;
    border-radius: 10px;
}

.phone-input-container{
    width: 100%;
}

.phone-number-error, .otp-error{
    font-size: 0.9rem;
    display: none;
}

.log-out-btn, .log-in-btn{
    cursor: pointer;
    color: #FF8843;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.96px;
    margin: 40px 20px 0px 20px;
    display: none;
}

.privacy-title > div{
    font-weight: 800;
    color: #1F170C;
    font-size: 1.4rem;
}

.privacy-links-container{
    width: 100%;
}

.link-label{
    color: var(--gray-3, #828282);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.6px;
    margin-bottom: 8px;
}

.app-icon{
    width: 30px;
}

.telegram-icon{
    width: 20px;
}


.app-btn{

    border-radius: 6px;
    background: #FFBD61;
    padding: 10px 15px;
    border-radius: 10px;

}

.app-text{
    color: #ffffff;
    font-weight: 800;
    font-size: 1.2rem;
    margin-left: 10px;
}

.telegram-text{
    color: #2AABEE;
    font-weight: 400;
    font-size: 1.2rem;
    margin-left: 10px;
}

/* ----------------- PRICING PAGE STTYLES START ----------------- */

.pricing-banner{
    width: 100vw;
    padding: 20px;
    background: #FFBD61;
}

.pricing-banner > .superbhai-icon{
    width: 60px;
}

.pricing-title{
    color: #1F170C;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.pricing-main-container{
    width: 100vw;
    padding: 0px 30px;
}

.pricing-header{
    color: #1F170C;
    font-weight: 700;
    font-size: 1.3rem;
}

.pricing-text{
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.96px;
}

.accordion-item{
    border: 1.5px solid #FAA229;
    color: #1F170C;

}

.accordion-button:not(.collapsed){
    background-color: #FFF7EB;
    color: #1F170C;
}

.accordion-button{
    font-size: 1.1rem;
    font-weight: 600;
}

.pricing-plan-container-100{
    border-radius: 10px;
    background: #FFF4E4;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.23), 0px 10px 20px 0px rgba(0, 0, 0, 0.19);
    padding: 10px;
    width: 100%;

}

.pricing-feature-icon{
    width: 45px;
}

.pricing-feature-icon > img{
    max-width: 30px;
}

.buy-btn-100{
    border-radius: 6px;
    background: #FFBD61;
    font-weight: 800;
    font-size: 1.2rem;
    padding: 10px;
    cursor: pointer;
    width: 100%;
}

.pricing-information{
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color:  #828282;
    font-size: 0.9rem;
    width: 100%

}

.pricing-information > .price-value{
    color: #333333;
    font-weight: 600;
}

.pricing-plan-container-25{

    border-radius: 10px;
    background: #FFF4E4;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.24);
    padding: 10px;
    width: 100%;

}

.buy-btn-25{
    border-radius: 6px;
    border: 2px solid #FFBD61;
    background: #FFF;
    font-weight: 800;
    font-size: 1.2rem;
    padding: 10px;
    cursor: pointer;
    width: 100%;
    color: #FFBD61;
}

.pricing-plan-container-free{

    border-radius: 10px;
    background: #FFFBF6;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    padding: 10px;
    width: 100%;

}

.buy-btn-free{
    font-weight: 800;
    font-size: 1rem;
    padding: 10px;
    cursor: pointer;
    width: 100%;
    color: #FFBD61;
}


/* ----------------- PRICING PAGE STTYLES END ----------------- */



/* ---------------------------------------- RESPONSIVE STYLES ----------------------------------------------- */

@media (min-width: 501px) {

    .intro-player-container .audio-icon, .user-icon, .translated-player-container .audio-icon{
        width: 80px;
    }

    .user-icon, .translated-player-container .audio-icon{
       display: none;
    }



    .green-audio-player{
        width: 400px;
        padding-left: 100px;
        height: 70px;
    }

    

    .intro-player-container, .user-player-container, .translated-player-container{
        width: 350px;
    }

    .description-container{
        width: 400px;
        font-size: 1rem;
    }

    .banner-text {
        font-size: 2rem;
    }

    .banner-tag{
        font-size: 1rem;
    }

    .user-recordings-container{
        width: 500px
    }

    .english-translation{
        font-size: 0.8rem !important;
    }

    .record-button{
        width : 55px;
        height: 55px;
    }

    .link{
        font-size: 0.9rem !important;
    }

    .permissions-img{
        height: 50vh;
    }

    .share-container img {
        width: 15px;
        height: 15px;
    }

    .green-audio-player .controls span {
        font-size: 0.7rem;
    }

    .play-pause-btn svg{
        width: 15px;
    }

    .each-tranlation-container{
        width: 450px;
    }

    .record-container{
        right: 50%;
        width: 500px;
        transform: translateX(50%);
    }

    .user-input-row{
        width: 100%;
    }

    .user-icon{
        width: 45px;
        position: absolute;
        right: -8px;
        top: -8px;
    }
    
    .translated-player-container .audio-icon{
        width: 45px;
        position: absolute;
        left: -8px;
        top: -8px;
    }

    .text-input-container {
        width: 80%;
    }

    .pricing-main-container{
        width: 450px;
        margin: auto;
    }

    .signin-container{
        width: 600px;
        left: 50%;
        transform: translateX(-50%);
    }
}