@font-face {
    font-family: iran-sans;
    src: url(../font/irsans.ttf);
}

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
    background-color: #bf00ff00;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0px -1px 13px #00000000;
}

::-webkit-scrollbar-thumb {
    background: #3eaaf2;
    border-radius: 10px;
}
a{
    text-decoration: none;
    border: 0px !important;
    outline: 0px !important;
}
.en-text{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    direction: ltr;
}
.lineinbox{
    width: 99%;
    height: 3px;
    border-radius: 20px;
    background-color: #ffffff4a;
    margin: auto;
}
body{
    width: 100%;
    height: 100vh;
    background: linear-gradient(45deg,#000 , #00133a);
    position: relative;
    box-sizing: border-box;
}
#div-1{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}
#div-1-div{
    width: 95%;
    border-radius: 15px;
    background-color: #000;
    box-shadow: 0 0 15px 5px #ffffff4a;
    box-sizing: border-box;
    padding: 8px 8px;
    position: relative;
}
#div-1-div-title{
width: 100%;
    width: 100%;
    position: relative;
    border-bottom: solid 2px #ffffff8a;
    color: #ffffffb3;
    font-size: 1.05em;
    font-family: 'iran-sans';
    padding: 2px 0 8px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}
#div-1-div-title a{
    color: #ffffff8a !important;
    display: flex;
    justify-content: center;
}
#div-1-div-title a:hover #div-1-div-title-QR{display: block;}
#div-1-div-title-QR{
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: #fff;
    /* left: 8px; */
    top: 25px;
    border-radius: 10px;
    display: none;
}
#div-1-div-title-QR img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
#div-1-div-1{
    width: 100%;
    padding: 45px 0 20px 0;
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    justify-content: space-between;
}
@media (max-width:830px) {
    #div-1-div-1{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
    }
}

#div-1-div-1-text{
     color: #fff;
     font-size: 1em;
     font-family: iran-sans;
     display: flex;
     align-items: center;
     line-height: 25px;
     width: 100%;
     flex-wrap: wrap;
     align-content: center;
}
#div-1-div-1-text p span{
    font-size: 0.8em;
}
#div-1-div-1-text h2{
    font-size: 1.5em;
    line-height: 50px;
}
#div-1-div-1 ul li span{
    color: #00a2ff;
}
#div-1-div-1-img{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#div-1-div-1-img img{
    width: 80%;
}
#div-1-div-footer{
    color: #fff;
    font-family: 'iran-sans';
    font-size: 1em;
    padding: 20px 0 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width:470px) {
    #div-1-div-footer{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        row-gap: 10px;
    }
}
#contact-box{
    display: flex;
    column-gap: 10px;
    flex-direction: row-reverse;
}
.contact{
    width: 45px;
    height: 45px;
    border-radius: 7px;
    background-color: #ffffff;
    transition: all 100ms linear;
    position: relative;
    display: flex;
    justify-content: center;
}
.contact:hover{
        box-shadow: 0 0 10px 0 #ffffff;
}
.contact-item{
    display: grid;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
}
.contact-item img{
    width: 35px;
    height: 35px;
}
.contact-item img[src="./img/github-100.png"]{
    width: 45px;
    height: 45px;
}
.linktext{
    position: absolute;
    background-color: #fff;
    padding: 7px 5px;
    border-radius: 5px;
    color: #000;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    z-index: 10;
    top: 45px;
    box-shadow: 0px 0px 5px 3px #000;
    /* border: 3px solid #000; */
    font-size: 0.9em;
    cursor: pointer;
    display: none;
    text-wrap: nowrap;
}
.contact:hover .linktext{
    display: block;
}
#div-1-button-box{
    width: 100%;
}
#div-1-button{
    width: 100%;
    min-height: 40px;
    max-width: 360px;
    text-align: center;
    border-radius: 7px;
    color: #fff;
    background-color: #0043ff;
    margin-top: 15px;
    display: grid;
    align-items: center;
    justify-content: center;
}