* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;

}

.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;
    z-index: 999999;
}

.telegram {
    float: left;
    direction: ltr;
    margin-right: 1050px;
    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: 13px;
}

.heading p:hover {
    color: rgb(56, 244, 181);
    transition: all 0.5s ease-out;
}

.main {
    background-image: url(bg2.jpg);
    width: 100%;
    height: 114vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.txts {
    margin-top: 240px;
    direction: rtl;
    float: right;
    margin-right: 100px;
    color: rgb(0, 0, 0);
    display: flex;
}

.tog h2 {
    display: inline-block;
    margin-right: 10px;
    font-family: font;
    font-size: 80px;
    margin-bottom: 20px;
}

.txts p {
    font-family: iran;
    margin-right: 10px;
    color: rgb(72, 72, 72);
    margin-bottom: 50px;
}


.shopnow {
    width: 110px;
    height: 40px;
    background-color: rgb(98, 222, 220);
    color: white;
    border: none;
    border-radius: 7px;
    font-family: normal;
    box-shadow: 0px 0px 5px rgb(184, 184, 184);
}

.listnumbtn {
    margin-right: 5px;
    width: 110px;
    height: 40px;
    background-color: white;
    color: rgb(98, 222, 220);
    border: 2px solid rgb(98, 222, 220);
    border-radius: 7px;
    font-family: normal;
}

.listnumbtn,
.shopnow :hover {
    cursor: pointer;
}

.numbers {
    margin-top: 40px;
}

.togs h2 {
    display: inline-block;
    margin-right: 10px;
    font-family: font;
    font-size: 40px;
    margin-bottom: 20px;
}

.hr1 {
    width: 220px;
    height: 12px;
    border-radius: 5px;
    border: none;
    margin-top: -5px;
    background-color: rgb(98, 222, 220);
    margin-bottom: 30px;
}

.numbers {
    width: 87%;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 3px gray;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    direction: rtl;
}

.number {
    width: 20%;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgb(180, 180, 180);
    overflow: hidden;
    margin-inline: 10px;
}

.img-tele img {
    width: 100%;
}

.numcuntry,
.numrate,
.numstat,
.numprice {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-right: 10px;
    font-family: normal;
}

.numprice {
    margin-top: 25px;
}



.numcuntry p,
.numrate p,
.numstat p,
.numprice p {
    margin-right: 5px;
    color: rgb(103, 103, 103);
}

.buynum {
    margin-top: 5px;
    width: 100%;
    border: none;
    background-color: rgb(98, 222, 220);
    height: 40px;
    color: white;
    font-family: normal;
}

.ending {
    height: 100px;
    background-color: rgb(0, 255, 110);
    align-items: center;
    align-content: center;
    direction: rtl;
    border-radius: 10px 10px 0px 0px ;
}

.endingtxt {
    padding-top: 40px;
    display: flex;
    margin-right: 615px;
}
.endingtxt p{
    margin-right: 5px;
    font-family: normal;
}
.lastfoot{
    width: 100%;
    background-color: rgb(98, 222, 220);
}
.lastfoot p{
    font-family: iran;
    color: white;
    font-size: 15px;
}

@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);
}
.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;
    }
    .main{
        background-image: url(background.jpg);
        float: unset;
        direction: unset;
        text-align: center;
        margin-bottom: 0;
        height: 90vh;
    }
    .txts{
        margin-top: 100px;
        margin-right: 0;
        direction: unset;
        text-align: center;
        justify-content: center;
    }
    .txts p{
        width: 50%;
        text-align: center;
        direction: unset;
        float: unset;
        justify-self: center;
        justify-content: center;
        justify-items: center;
        align-items: center;
        align-self: center;
        align-content: center;
        margin-left: 100px;
    }
    .shopnow , .listnumbtn{
        display: unset;
        width: 50%;
        margin-top: 10px;
    }
    .numbers{
        float: unset;
        padding: 10px;
        display: inline;
        box-shadow: none;
        direction: rtl;
    }
    .number{
        width: 80%;
        margin: 10px;
        margin-bottom: 10px;
    }
   
    .numcuntry h3,.numstat h3,.numprice h3{
        font-size: 19px;
    }
    .numcuntry p,.numstat p,.numprice p{
        font-size: 16px;
    }
    .tog h2{
        direction: rtl;
    }
    .number P {
        font-size: 16px;
    }
}
a{
    text-decoration: none;
    color: unset;
}