* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.heading {
    width: 100%;
    backdrop-filter: blur(5px);
    overflow: hidden;
    position: fixed;
    display: flex;
    direction: rtl;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 0px 5px gray;
}

.telegram {
    float: left;
    direction: ltr;
    margin-right: 1080px;
    padding: 0;
    width: 90px;
    height: 40px;
    margin-top: 8px;
    padding-left: 0;
    padding-right: 0;
    font-family: normal;
    background-color: rgb(98, 222, 220);
    border: none;
    border-radius: 5px;
    color: white;
    box-sizing: 0px 0px 2px gray;
}

.heading p {
    margin-right: 37px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: normal;
    font-size: 14px;
}

.heading p:hover {
    color: rgb(98, 222, 220);
    transition: all 0.5s ease-out;
}

.buy-form {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 60%;
    backdrop-filter: blur(6px);
    box-shadow: 0px 0px 3px rgb(194, 194, 194);
    height: 550px;
}
.texts{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    direction: rtl;
    width: 100%;
    height: 100%;
}
.texts p{
    font-family: normal;
    font-size: 16px;
    color: rgb(58, 58, 58);
    margin-bottom: 10px;
    margin-top: 10px;
}
.texts input{
    width: 60%;
    border-radius: 4px;
    height: 40px;
    color: rgb(53, 53, 53);
    background-color: rgb(231, 231, 231);
    border: none;
    outline: none;
    font-family: iran;
    direction: rtl;
    padding-right: 5px;
    padding-left: 5px;
}
.togs h2 {
    display: inline-block;
    font-family: font;
    font-size: 40px;
    direction: rtl;
    margin-bottom: 50px;
}
.buybtn{
    width: 110px;
    height: 40px;
    background-color: rgb(98, 222, 220);
    color: white;
    border: none;
    border-radius: 5px;
    font-family: normal;
    margin-top: 20px;
}

#name{
    display: none;
}
@font-face {
    font-family: iran;
    src: url(../IRANSansWeb.ttf);
}

@font-face {
    font-family: normal;
    src: url(../Graphik\ Arabic\ Medium.ttf);
}

@font-face {
    font-family: font;
    src: url(../Graphik\ Arabic\ Bold.ttf);
}

a {
    text-decoration: none;
    color: unset;
}
body{
    height: 100vh;
    width: 100%;
    background-image: url(../background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.aboutnum h2{
    font-family: normal;
    margin-bottom: 15px;
}
.numid , .numprice , .aboutnumm {
    display: flex;
    direction: rtl;
    text-align: center;
    justify-content: center;
    font-family: normal;
}
.aboutnum p{
    margin-top: 3px;
}
.aboutnum{
    margin-top: 7px;
}
.aboutnum i{
    color: rgb(98, 222, 220);
    font-size: 25px;
    margin-left: 5px;
}
.btmnav{
    width: 100%;
    bottom: 0;
    position: fixed;
    z-index: 99999;
    background-color: white;
    box-shadow: 0px 0px 2px gray;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    justify-content: center;
    display: none;
    font-family: normal;
}
.option{
    width: 23%;
    background-color: white;
    height: 40px;
    margin-inline: 3px;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgb(98, 222, 220);
}

.option i{
    font-size: 17px;
    color: rgb(98, 222, 220);
}
.option a{
    text-decoration: none;
    color: unset;
}
.option p{
    margin-bottom: 3px;
    font-weight: 100;
}
.onlyphone{
    display: none;
}
@media (max-width: 777px) {
    .btmnav{
        display: flex;
    }
    .heading p , .telegram{
        display: none;
    }
    .heading{
        float: unset;
        direction: unset;
        align-items: center;
        align-self: center;
        align-content: center;
        justify-content: center;
        backdrop-filter: blur(12px);
    }
    .onlyphone{
        display: block;
        justify-self: center;
        padding-top: 10px;
        padding-bottom: 10px;
        font-family: normal;
    }
    .buy-form{
        width: 90%;
        border-radius: 5px;
    }
    .texts{
        width: 100%;
    }
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}