@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: "Golos";
    src: url("/font/Golos/GolosText-Regular.ttf") format("opentype");
    font-weight: 400;
}
@font-face {
    font-family: "Golos";
    src: url("/font/Golos/GolosText-Medium.ttf") format("opentype");
    font-weight: 500;
}
@font-face {
    font-family: "Golos";
    src: url("/font/Golos/GolosText-SemiBold.ttf") format("opentype");
    font-weight: 600;
}
@font-face {
    font-family: "Golos";
    src: url("/font/Golos/GolosText-Bold.ttf") format("opentype");
    font-weight: 700;
}

html {
    box-sizing: border-box;
}


html,
 :has(:target) {
   scroll-behavior: smooth;
 }

*,
*::before,
*::after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

html,
body{
    height: 100vh;
    scroll-behavior: smooth;
    font-family: "Inter";
    background: rgb(0,121,120);
    background: linear-gradient(180deg, rgba(0,121,120,1) 0%, rgba(1,20,20,1) 100%);
    color: #fff;
}

a {
    text-decoration: none;
    color: inherit;
    display: block;
}

ul {
    list-style: none;
    text-decoration: none;
}

input,
button,
textarea,
select {
    font: inherit;
}

button{
    border: none;
    background: transparent;
}

iframe {
    border: 0;
    height: 100vh;
    margin: 0 0 30px 0;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

.desck{
    display: block;
}

.tv__desk-container{
    font-family: "Golos";
    font-weight: 400;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.tv__desk-container.flex{
    display: flex;
    justify-content: space-between;
    gap: 4rem;
}

.tv__desk-left{
    width: 70%;
}

.tv__desk-time{
text-align: center;
padding: 20px 0;
font-size: 40px;
border-bottom: 1px solid #028785;
line-height: 1;
font-weight: 300;
}

.tv__desk-time.sadaqa{
    border-bottom: 0;
}

.tv__desk-last{
    text-align: center;
    margin: 0 auto;
    font-size: 50px;
    line-height: 1.2;
    margin: 20px 0;
}

.tv__desk-timwrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 20px;
}

.tv__desk-timitemwrap{
    display: flex;
    align-items: center;
    width: 100%;
    gap: .5rem;
}

.tv__desk-timitemwrap.blue{
    color: #2BD9D7;
}

.tv__desk-timitem{
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(13,170,171);
    background: linear-gradient(180deg, rgba(13,170,171,1) 0%, rgba(0,121,121,1) 100%);
    border-radius: 15px;
    margin: auto;
    text-align: center;
}

.tv__desk-timitem.dots{
    font-size: 80px;
}

.tv__desk-namazwrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.tv__desk-namazitem{
    color: #039491;
    text-align: center;
}

.tv__desk-namazname{
    font-size: 15px;
    letter-spacing: 3px;
}

.tv__desk-namaztime{
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 3px;
}

.tv__desk-namazitem.white{
    color: #fff;
}

.tv__desk-date{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 30px;
}

.tv__desk-date-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(13,170,171,1) 0%, rgba(0,121,121,1) 100%);
    border-radius: 15px 15px 0 0;
    padding: 20px;
}

.tv__desk-date-day{
    font-size: 60px;
}

.tv__desk-date-divider{
    width: 1px;
    height: 3rem;
    background-color: #fff;
    opacity: .5;
    margin: 0 10px;
}

.tv__desk-date-text{
    font-size: 30px;
}

.tv__desk-daleft{
    display: flex;
    align-items: center;
    gap: .5rem;
    background-color: #1a2525;
    border-radius: 0 0 15px 15px;
    padding: 10px;
}

.tv__desk-daleft-text{
    font-size: 30px;
    line-height: 1;
}

.tv__desk-daleft-timer{
    font-size: 50px;
    line-height: 1;
}

.tv__desk-ostalostext{
    font-size: 30px;
}

.tv__desk-ostalosflex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.tv__desk-ostalosflex img{
    width: 100%;
    max-width: 150px;
}

.tv__desk-ostalosday{
    font-size: 70px;
}

.tv__desk-ostalos-textmonth{
    color: #007978;
    font-size: 50px;
}

.tv__desk-sadaqa-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    font-size: 14px;
}

.tv__desk-sadaqa-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

.tv__desk-shield{
    width: 30px;
    height: 30px;
}

.tv__desk-logoh{
    width: 95px;
}

.tv__desk-mosque-title{
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    margin: 15px 0;
}

.tv__desk-righttext{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.tv__desk-mphoto-wrap{
    width: 100%;
    max-width: 458px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    gap: 1rem;
    background-color: #fff;
    padding: 10px;
    margin: 0 auto 20px;
}

.tv__desk-mphoto-mosque{
    width: 190px;
    border-radius: 15px 0 0 15px;
}

.tv__desk-mphoto-qr{
    width: 150px;
}

.tv__desk-sbor-wrap{
    width: 100%;
    height: 213px;
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #039491;
    margin: 0 auto;
}

.tv__desk-sbor-text1{
    font-size: 20px;
    margin-bottom: 30px;
    width: 370px;
    height: 48px;
}

.tv__desk-sbor-flex{
    display: flex;
    align-items: center;
    gap: 1rem;
}

.tv__desk-sbor-qr{
    width: 100%;
    max-width: 150px;
}

.tv__desk-pbar{
    position: relative;
    border-radius: 30px;
    width: 100%;
    height: 10px;
    margin: 10px auto;
    background-color: #fff;
    margin-bottom: 10px;
}

.tv__desk-pbar-full{
    position: absolute;
    background-color: #ff2401;
    top: 0;
    left: 0;
    width: 20px;
    height: 10px;
    border-radius: 30px;
}

.tv__desk-pbar-text{
    font-size: 16px;
    color: #ff2401;
    line-height: 1;
}

.tv__desk-qrcolor{
    color: #2BD9D7;
}

.ifr__ostalos-wrap{
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.sdq__dots{
    font-size: 80px; 
    padding: 0 5px
}

@media (max-width:1020px){

    .tv__desk-last {
        font-size: 33px;
    }

    .tv__desk-timitem {
        height: 80px;
    }

    .tv__desk-namazname{
        font-size: 8px;
    }

    .tv__desk-namaztime{
        font-size: 11px;
    }

    .tv__desk-namazwrap img{
        height: 34px;
    }

    .tv__desk-date-day{
        font-size: 36px;
    }

    .tv__desk-date-text{
        font-size: 16px;
    }

    .tv__desk-date-wrap{
        padding: 10px;
    }

    .tv__desk-daleft-text{
        font-size: 16px;
    }

    .tv__desk-date-text2{
        font-size: 13px;
    }

    .tv__desk-daleft-timer{
        font-size: 35px;
    }

    .tv__desk-ostalostext{
        font-size: 18px;
    }

    .tv__desk-ostalosday {
        font-size: 29px;
    }

    .tv__desk-ostalos-textmonth{
        font-size: 30px;
        font-size: 25px;
    }

    .tv__desk-ostalosflex img{
        max-width: 88px;
    }

    .tv__desk-mosque-title{
        font-size: 26px;
        margin: 0 0 5px;
    }

    .tv__desk-righttext{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .tv__desk-sbor-text1{
        width: 352px;
        font-size: 16px;
        height: 38px;
        margin-bottom: 4px;
    }

    .tv__desk-sbor-wrap{
        height: auto;
        border-radius: 10px;
    }

    .tv__desk-sadaqa-head{
        font-size: 12px;
    }

    .tv__desk-mphoto-wrap{
        margin-bottom: 10px;
    }

}

@media (max-width: 490px){
    .tv__desk-time{
        padding: 10px;
    }

    .tv__desk-last{
        font-size: 24px;
    }

    .tv__desk-timwrap{
        font-size: 40px;
    }

    .sdq__dots{
        font-size: 40px; 
        padding: 0 5px
    }

    .tv__desk-timitem{
        height: 60px;
    }

    .tv__desk-namazname,
    .tv__desk-namaztime{
        font-size: 7px;
    }

    .tv__desk-namazwrap{
        margin-bottom: 20px;
    }

    .tv__desk-date{
        flex-direction: column;
    }

    .tv__desk-sbor-text1{
        width: auto;
    }

    .sdq__sbor-text{
        font-size: 12px;
    }
}

