@import url("https://sidepath.ir/site/css/B-NAZANIN.TTF");

    body {
        background-color: #290025;
        margin: 0;
        height: 100vh;
        font-family: "Tajawal", sans-serif;
    }
@media (max-width: 768px) {
    .nav-list {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        display: flex;
        border-bottom: 2px solid rgb(255, 255, 255);
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.9);
        flex-direction: column;
        width: 100%;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        padding: 20px;
        box-sizing: border-box;
        z-index: 1001;
    }

    .nav-list.active {
        transform: translateX(0);
    }

    .nav-list li {
        flex: 1;
        box-sizing: border-box;
        text-align: center;
        padding: 10px 0; 
        font-size: 6vw;
        position: relative; 
    }

    .nav-list li::before {
        content: "";
        position: absolute;
        width: 50%;
        height: 1px;
        background-color: white;
        bottom: 0;
        left: 25%; 
        opacity: 0.5;
    }

    .nav-list li a {
        display: block;
        color: white;
        text-decoration: none;
        transition: background-color 0.3s;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nav-list li a:hover {
        background-color: #363236;
    }

    .top-dev {
        display: flex;
        width: 100%;
        height: 20%;
        overflow: hidden;
        margin-bottom: 3%;
    }

    .dev-left,
    .dev-right {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
    }

    .dev-center {
        flex: 1;
        height: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .channel-photo {
        border-radius: 50%;
        max-width: 80%;
        max-height: 80%;
        height: auto;
        width: auto;
        box-shadow: 10px 10px 5px #120010;
        position: absolute;
        top: 40%;
        left: 40%;
        transform: translate(-50%, -50%);
    }

    .head-title {
        color: white;
        font-weight: bold;
        font-size: 12vw;
        white-space: nowrap;
        overflow: hidden;
    }

    .description {
        text-align: center;
        font-family: "Tajawal", sans-serif;
        background-color: #290025;
        color: #ffff;
        margin-top: 0px;
        font-size: 5vw;
        direction: rtl;
        margin: 20px 0px 10px 0px;
    }

    .hr1 {
        width: 30%;
        opacity: 0.2;
    }

    .hamburger {
        position: fixed;
        top: 20px;
        left: 20px;
        cursor: pointer;
        z-index: 1002;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 24px;
    }

    .hamburger div {
        width: 30px;
        height: 4px;
        background-color: white;
        transition: 0.4s;
    }

    .hamburger.active .bar1 {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .hamburger.active .bar2 {
        opacity: 0;
    }

    .hamburger.active .bar3 {
        transform: rotate(45deg) translate(-5px, -6px);
    }

    .nav-list.active {
        background-color: #290025; 
        border-right: 2px solid white;
        box-shadow: 10px 0 10px rgba(255, 255, 255, 0.2);
    }

    .nav-list.active li {
        border: none;
    }
    
    .footer {
        background-color: #1a011b;
        color: #fff;
        text-align: center;
        padding: 20px 0;
        bottom: 0;
        width: 100%;
    }
    .social-icons i {
        font-size: 30px;
        margin: 10px;
        color: #fff;
        transition: color 0.3s;
    }
    
    .social-icons i:hover {
        color: red;
    }

    .copyright {
        color: #fff;
        font-size: 14px;
        margin-top: 10px;
        direction: rtl;
        padding: 5px 10px 5px 10px;
    }

    .down-footer {
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow: hidden;
        margin-bottom: 3%;
    }

    .footer-left,
    .footer-right,
    .footer-center {
        flex-basis: 30%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
    }

    .footer-center {
        flex-grow: 1;
        direction: rtl;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 5px 10px 5px 10px;
    }

    .footer-left h5,
    .footer-center h5,
    .footer-right h5 {
        color: #fff; 
        font-size: 18px; 
    }

    .footer-left ul,
    .footer-center ul,
    .footer-right ul {
        list-style: none;
        padding: 0;
        margin-top: 20px;
    }

    .footer-left ul li,
    .footer-center ul li,
    .footer-right ul li {
        margin-bottom: 30px;
        
    }

    .footer-left ul li a,
    .footer-center ul li a,
    .footer-right ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        transition: color 0.3s;
    }

    .footer-left ul li a:hover,
    .footer-center ul li a:hover,
    .footer-right ul li a:hover {
        color: red;
    }

    .footer-left,
    .footer-right {
        direction: rtl;
    }    
    
    .social-media {
        padding: 70px 0px;
        margin: 0px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 0px auto;
        user-select: none;
    }

    .telegram {
        border: 1px solid #120010;
        border-radius: 15px;
        background: #1f001c;
        font-size: 20px;
        padding: 20px 20px;
        margin: 5px auto;
        color: white;
        text-align: center;
        text-decoration: none;
        transition: background-color 0.3s, border-color 0.3s;
        width: 100%;
    }

    .telegram span {
        display: inline-block;
        background-color: #290025;
        font-size: 5vw;
    }

    .telegram:hover {
        background: #970088;
        border-color: #970088;
    }


    .social-media a{
        position:relative;
        opacity: 0;
        transition-property: all;
    }
    .social-media a.active {
        opacity: 1;
        top: 0px !important;
    }    
    






    .container {
        width:80%;
        margin: 30px auto;
        padding: 20px;
        border: 3px solid #979797;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        background-color: #211e27;
    }
    .service-info {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #ffff;
        direction: rtl;
    }
    .service-link {
        font-size: 16px;
        text-decoration: none;
        color: #007bff;
    }
    .service-description {
        margin-top: 10px;
        color: #ffff;
        direction: rtl;
    }
    .code {
        font-family: "Courier New", Courier, monospace;
        background-color: #290025;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-top: 2px;
        direction: ltr;
        color: #ffff;
        overflow: auto;
    }
    
    .copy {
        font-family: "Courier New", Courier, monospace;
        background-color: #000000;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-top: 20px;
        color: #ffff;
        direction: rtl;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .link-input {
        border: 1px solid #ccc;
        padding: 10px;
        width: 100%;
        margin-bottom: 10px;
        direction: ltr;
        background-color: black;
        color: white;
    }
    .more-info {
        cursor: pointer;
        color: #007bff;
        direction: rtl;
    }
    .copy-button {
        background-color: #007bff;
        color: white;
        border: none;
        padding: 5px 10px;
        cursor: pointer;
        font-size: 3vw;
    }
    .copy-button:hover {
        background-color: #0056b3;
    }    

















    
}
/*============================================================*/
@media (min-width: 769px) {
    .nav-list {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        display: flex;
        border-bottom: 2px solid rgb(255, 255, 255);
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.9);
        flex-direction: column;
        width: 30%;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        padding: 20px;
        box-sizing: border-box;
        z-index: 1001;
    }

    .nav-list.active {
        transform: translateX(0);
    }

    .nav-list li {
        flex: 1;
        box-sizing: border-box;
        text-align: center;
        padding: 10px 0; 
        font-size: 2vw;
        position: relative; 
    }

    .nav-list li::before {
        content: "";
        position: absolute;
        width: 50%;
        height: 1px;
        background-color: white;
        bottom: 0;
        left: 25%; 
        opacity: 0.5;
    }

    .nav-list li a {
        display: block;
        color: white;
        text-decoration: none;
        transition: background-color 0.3s;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nav-list li a:hover {
        background-color: #363236;
    }

    .top-dev {
        display: flex;
        width: 100%;
        height: 20%;
        overflow: hidden;
        margin-bottom: 3%;
    }

    .dev-left,
    .dev-right {
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
    }

    .dev-center {
        flex: 1;
        height: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .channel-photo {
        border-radius: 50%;
        max-width: 80%;
        max-height: 80%;
        height: auto;
        width: auto;
        box-shadow: 10px 10px 5px #120010;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .head-title {
        color: white;
        font-weight: bold;
        font-size: 8vw;
        white-space: nowrap;
        overflow: hidden;
    }

    .description {
        text-align: center;
        font-family: "Tajawal", sans-serif;
        background-color: #290025;
        color: #ffff;
        margin-top: 0px;
        font-size: 2vw;
        direction: rtl;
        margin: 20px 0px 10px 0px;
    }

    .hr1 {
        width: 30%;
        opacity: 0.2;
    }

    .hamburger {
        position: absolute;
        top: 20px;
        left: 20px;
        cursor: pointer;
        z-index: 1002;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 24px;
    }

    .hamburger div {
        width: 30px;
        height: 4px;
        background-color: white;
        transition: 0.4s;
    }

    .hamburger.active .bar1 {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .hamburger.active .bar2 {
        opacity: 0;
    }

    .hamburger.active .bar3 {
        transform: rotate(45deg) translate(-5px, -6px);
    }

    .nav-list.active {
        background-color: #290025; 
        border-right: 2px solid white;
        box-shadow: 10px 0 10px rgba(255, 255, 255, 0.2);
    }

    .nav-list.active li {
        border: none;
    }
    
    .footer {
        background-color: #1a011b;
        color: #fff;
        text-align: center;
        padding: 20px 0;
        bottom: 0;
        width: 100%;
    }
    .social-icons i {
        font-size: 30px;
        margin: 10px;
        color: #fff;
        transition: color 0.3s;
    }
    
    .social-icons i:hover {
        color: red;
    }

    .copyright {
        color: #fff;
        font-size: 14px;
        margin-top: 10px;
        direction: rtl;
    }

    .down-footer {
        display: flex;
        width: 100%;
        height: 40%;
        overflow: hidden;
        margin-bottom: 3%;
    }

    .footer-left,
    .footer-right {
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
    }

    .footer-center {
        flex: 1;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        direction: rtl;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .footer-left h5,
    .footer-center h5,
    .footer-right h5 {
        color: #fff; 
        font-size: 18px; 
    }

    .footer-left ul,
    .footer-center ul,
    .footer-right ul {
        list-style: none;
        padding: 0;
        margin-top: 20px;
    }

    .footer-left ul li,
    .footer-center ul li,
    .footer-right ul li {
        margin-bottom: 30px;
    }

    .footer-left ul li a,
    .footer-center ul li a,
    .footer-right ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        transition: color 0.3s;
    }

    .footer-left ul li a:hover,
    .footer-center ul li a:hover,
    .footer-right ul li a:hover {
        color: red;
    }

    .footer-left,
    .footer-right {
        text-align: right;
        direction: rtl;
    }
    
    .social-media {
        padding: 70px 15px;
        margin: 0px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 65%;
        margin: 0px auto;
        user-select: none;
    }

    .telegram {
        border: 1px solid #120010;
        border-radius: 15px;
        background: #1f001c;
        font-size: 20px;
        padding: 20px 20px;
        margin: 5px auto;
        color: white;
        text-align: center;
        text-decoration: none;
        transition: background-color 0.3s, border-color 0.3s;
        width: 100%;
    }

    .telegram span {
        display: inline-block;
        background-color: #290025;
        font-size: 2vw;
    }

    .telegram:hover {
        background: #970088;
        border-color: #970088;
    }


    .social-media a{
        position:relative;
        opacity: 0;
        transition-property: all;
    }
    .social-media a.active {
        opacity: 1;
        top: 0px !important;
    }   









    .container {
        width:90%;
        margin: 30px auto;
        padding: 20px;
        border: 3px solid #979797;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        background-color: #211e27;
    }
    .service-info {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #ffff;
        direction: rtl;
    }
    .service-link {
        font-size: 16px;
        text-decoration: none;
        color: #007bff;
    }
    .service-description {
        margin-top: 10px;
        color: #ffff;
        direction: rtl;
    }
    .code {
        font-family: "Courier New", Courier, monospace;
        background-color: #290025;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-top: 2px;
        direction: ltr;
        color: #ffff;
        overflow: auto;
    }
    
    .copy {
        font-family: "Courier New", Courier, monospace;
        background-color: #000000;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-top: 20px;
        color: #ffff;
        direction: rtl;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .link-input {
        border: 1px solid #ccc;
        padding: 10px;
        width: 100%;
        margin-bottom: 10px;
        direction: ltr;
        background-color: black;
        color: white;
    }
    .more-info {
        cursor: pointer;
        color: #007bff;
        direction: rtl;
    }
    .copy-button {
        background-color: #007bff;
        color: white;
        border: none;
        padding: 5px 10px;
        cursor: pointer;
        font-size: 1vw;
    }
    .copy-button:hover {
        background-color: #0056b3;
    }












}
