/* Reset default styles */ 
/*re1*/
body,
figure,
h1,
h2,
h3,
ul {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'bruh';
    background-color: #121212;
    color: #fff;
}

header {
    background-color: #121212;
    padding: 20px;
}

.menubar {
    font-size: 15px;
    transition: all .5s ease-in-out;
}

.title-bar {
    background-color: #ccc;
    padding: 10px;
    margin-bottom: 20px;
}

nav ul {
    list-style: none;
    text-align: center;
}

nav ul li {
    display: inline-block;
    margin: 0 10px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

main {
    padding: 20px;
}

h1,
h2 {
    margin-bottom: 10px;
}

#download-list {
    text-align: center;
    background-color: #121212;
    padding: 0 0 30px 0;
    margin-bottom: 20px;
    position: relative;
    font-size: 20px;
    line-height: 1.5;
}

#download-button {


}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #35393b;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    transition: background-color .3s ease;
}

.btn:hover {
    background-color: #a30000;
}

.head-text {
    font-size: 25px;
    display: flex;
    padding: 10px 0 5px 0;
    justify-content: center;
    transition: all .5s ease-in-out;
}

.download-box {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    transition: all .5s ease-in-out;
}

.download-box .btn {
    display: flex;
    justify-content: center;
    margin: 0 5px;
    vertical-align: middle;
}

.download-box img {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    transition: all .5s ease-in-out;
}

.centered-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    padding: 10px 0 0 0;
    transition: all .5s ease-in-out;
}

.amoozesh-text {
    text-align: center;
}

.amoozesh2 {
    display: flex;
    justify-content: center;
    align-items: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    padding: 20px;
}

footer {
    background-color: #121212;
    padding: 20px;
    text-align: center;
}

.typing-container {
    position: relative;
    display: inline-block;
}

#rotate-text {
    position: relative;
    display: inline-block;
}

.cursor {
    position: absolute;
    top: 50%;
    left: -3px;
    transform: translateY(-50%);
    width: 2px;
    height: 20px;
    background-color: #ffffff;
    animation: blink 1s infinite;
}

#hero {
    font-size: 20px;
    text-align: center;
    background-color: #1e2122;
    padding: 50px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 1rem;
    box-shadow: 0 .2rem .5rem 0 rgba(20, 20, 20, .5);
    transition: all .5s ease-in-out;
}

#hero:hover {
    box-shadow: 0 .4rem 1.5rem 0 rgb(16, 16, 16);
}


#download {
    text-align: center;
}

#download h2 {
    text-align: center;
}

.download-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-size: 24px;
}

@font-face {
    font-family: 'bruh';
    src: url('../font/Rokh-ExtraBold.ttf');
}

.telegram-button {
    display: inline-block;
    padding: 10px 10px;
    background-color: #0088cc;
    color: #fff;
    text-decoration: none;
    border-radius: .4rem;
    margin-right: 10px;
}

.telegram-button img {
    vertical-align: middle;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.menubar li a:hover {
    color: #a30000;
}

.features {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0px;
    font-size: 35px;
    font-weight: bold;
}

.features-text {
    text-align: center;
}

.amoozesh3 {
    text-align: left;
    margin: 0 0 0 2rem;
}

.amoozesh3 ul {
    list-style-type: none;
    padding: 0;
}

.amoozesh3 li {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
}

.hyperlink {
    color: #deee00
}

.buttons-container {
    text-align: center;
    margin: .8rem 0 0 0;

}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-thumb {
    background: #31313183;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #313131;
}

.hash {
    font-size: 10px;
    color: rgb(170, 170, 170)
}

.dlinfo {
    font-family: "Source Code Pro", monospace;
    color: rgb(170, 170, 170);
    font-weight: lighter;
    font-size: 20px;
}

/* android devices */
@media only screen and (min-device-width: 406px) and (max-device-width: 414px) {
    #hero {
        font-size: 15px;
    }

    .typing-container {
        font-size: 15px;
    }

    .download-box {
        height: 220px;
        font-size: 20px;
    }

    .amoozesh2 {
        height: 2300px;
        line-height: 2.3;
        font-size: 20px;
    }
}

/* iPhone devices */
@media only screen and (max-device-width: 400px) {
    #hero {
        font-size: 15px;
    }

    .typing-container {
        font-size: 15px;
    }

    .amoozesh2 {
        height: 1800px;
        line-height: 1.7;
        font-size: 20px;
    }

    .download-box {
        height: 220px;
        font-size: 20px;
    }
}

/* iPad devices */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #hero {
        font-size: 30px;
    }

    .typing-container {
        font-size: 30px;
    }

    .amoozesh2 {
        height: 1700px;
        line-height: 1.8;
        font-size: 27px;
    }

    .download-box {
        height: 220px;
        font-size: 30px;
    }

    .download-box img {
        width: 40px;
        height: 40px;
    }

    .head-text {
        font-size: 58px;
        padding: 20px 0 10px 0;
    }

    .centered-text {
        font-size: 50px;
        padding: 20px 0 40px 0;
    }

    .menubar {
        font-size: 25px;
    }

    .hash {
        font-size: 20px;
    }
}

/* desktop devices */
@media only screen and (min-width: 1025px) {
    #hero {
        font-size: 30px;
    }

    .typing-container {
        font-size: 20px;
    }

    .amoozesh2 {
        height: 890px;
        line-height: 1.7;
        font-size: 20px;
    }

    .download-box {
        height: 220px;
        font-size: 30px;
    }

    .download-box img {
        width: 40px;
        height: 40px;
    }

    .head-text {
        font-size: 58px;
        padding: 20px 0 10px 0;
    }

    .centered-text {
        font-size: 50px;
        padding: 20px 0 0 0;
    }

    .menubar {
        font-size: 25px;
        height: 40px;

    }

    .hash {
        font-size: 20px;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
