@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

body {
    direction: rtl;
    margin: 10px;
    font-family: Arial, sans-serif;
    background: linear-gradient(45deg, #7600c4, #2a98ff, #004cef, #9000de , #2a98ff, #004cef, #9000de);
    background-size: 400% 400%;
    animation: gradientAnimation 10s infinite alternate;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: #ffffff;
}


.glass-container {
    background-color: rgba(255, 255, 255, 0.167);
    border-radius: 10px;
    padding: 20px;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    backdrop-filter: blur(0);
    box-sizing: border-box;
    overflow: auto;
    max-width: 700px;
}

.icon-container {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.icon {
    width: 50px;
    height: 50px;
    margin: 0 10px;
}

.icon-container h1 {
    margin: 0;
}

.glass-container p {
    max-width: 700px;
    word-wrap: break-word;
}

.btn-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.btn {
    font-family: 'farsi', sans-serif;
    background: #ffffff;
    color: #007BFF;
    border: 2px solid #ffffff;
    padding: 10px 5%;
    font-size: 16px;
    margin: 10px;
    cursor: pointer;
    width: 90%;
    max-width: none;
    border-radius: 5px;
}

.btn img {
    float: left;
    margin-right: 10px;
}

.glass-container img {
    max-width: 10%;
    height: auto;
    border-radius: 0px;
    box-shadow: 0 0 0 2px #ffffff;
}

.content {
    display: none;
    margin-top: 15px;
}

.content.active {
    display: block;
}

.button {
    display: inline-block;
    padding: 10px 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    background-color: #0092f3;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s;
}

.button:hover {
    background-color: #2980b9;
}

.content.active {
    animation: fadeInDown 1s ease;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.button {
    margin: 5px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.btn {
    background-color: white;
    color: black;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid #219fff87;
}

.btn.active {
    opacity: 0.8;
    transform: scale(1.05);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.btn-container {
    display: flex;
    justify-content: center;
    gap: 10px;
}


.btn {
    font-weight: 700;
    background-color: #f3fcfff0;
    color: rgb(0 133 199);
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}



.btn.active {
    opacity: 0.8;
    transform: scale(1.05);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.glass-container {
    background-color: rgb(255 255 255 / 16%);
    backdrop-filter: blur(0px);
    border-radius: 20px;
    padding: 20px;
    max-width: 600px;
    margin: auto;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1), 0 4px 8px rgb(255 255 255 / 10%);
}



hr {
    border: none;
    border-top: 5px solid rgb(255, 247, 0); 
    margin: 20px 0;
    color: rgb(255, 234, 0);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5); 
}
/*_______________________________________________*/



@font-face {
    font-family: 'farsi';
    src: url('fonts/font.eot');
    src: url('fonts/fontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/font.html') format('woff2'), 
         url('fonts/font.woff') format('woff'),
         url('fonts/font.ttf')  format('truetype'),
         url('fonts/font.svg#svgFontName') format('svg');
}
body { font-family: inherit; font-size: 16px; }
h1, h2, h3, h4, h5, h6 {font-family: inherit; }
body { font-family: 'farsi', sans-serif; }



