
@font-face {
    font-family: "Noto";
    src: url("noto//Noto_Sans/NotoSans-VariableFont_wdth\,wght.ttf") format("truetype") ;
}
@font-face {
    font-family: "Noto fars";
    src: url("noto/Noto_Sans_Arabic/NotoSansArabic-VariableFont_wdth\,wght.ttf") format("truetype") ;
}
*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: "Noto" , "Noto fars";
    scrollbar-width: none;
}
body{
    --black:black;
    --gray:#e9e9e9;
    /* --border:#bed6e4; */
    --border:#d3d3d3;
    --box:#ff0000;
    --text:rgb(105, 105, 105);
    --bkg:#ffffff;
   --white:white;
    /* --blue:hsl(209, 90%, 54%); */
    /* --blue:#1496ec; */
    /* --blue:rgb(0, 0, 0);   --blue:#3992eb; */
    /* --blue:#368fe7; */
    --blue:#148aeb;
    --red:hwb(0 28% 0%);

    --green: rgb(19, 193, 45);
    --orange: rgb(235, 115, 2); 
    --sor: #d03a85; 
    --metil: rgb(26, 149, 210); 
    --prpule: rgb(161, 9, 172); 
    background-color: rgb(0, 0, 0); 
}

::-webkit-scrollbar{
    display: none;
}


.parham-container{
    /* width: 100%; */
    height: 100%;
    /* max-width: 400px; */
    text-align: right;
    /* background:linear-gradient(to right , #e1ffef , rgb(181, 236, 255)); */
    /* background-color: black; */
    /* background-color: rgb(244, 254, 255); */
    padding-bottom: 70px;
    /* margin: 20px; */
    margin-bottom: 50px;
    margin-top: 35px;

    margin: 29px 15px  30px 15px;
    border-radius: 23px;
    /* box-shadow: 0px 2px 12px rgb(104, 154, 219); */
}
.parham-container a{
    text-decoration: none;
}


.parham-header-container img{
    width: 100%;
    height: 350px;
    border-radius: 23px 23px 0px 0px;
    /* aspect-ratio: 5/3; */
}

.h1-card{
    /* display: flex; */

}
.f{
    /* color: white; */
}
.n{
    color: var(--blue);
    position: relative;
    left:-17px
}

.parham-header-container h1{
    font-size: 35px;
    font-weight: bold;
    margin-top: 25px;
    padding: 0px 15px;
    /* color: var(--blue); */
    color: white;
}

.parham-text{
    font-size: 18px;
    font-weight: 540;
    margin-top: 8px;
    padding: 0px 15px;
    color: white;
}

strong{
    color: var(--blue);
}


.go-pk{
    margin-top: 44px;
    text-align: center;
}

.go-pk a{
    color: var(--blue);
    font-size: 22.5px;
    font-weight: bold;
}


@media (min-width: 776px) {

    
.parham-container{
    width: 100%;
    height: 100%;
    max-width: 500px;
}
}




.l{
    padding: 5px 20px;
}