@font-face {
    font-family: IRANSansB;
    font-style: normal;
    font-weight: bold;
    src: url("./fonts/IRANSansX-Bold.woff") format("woff");
    src: url("./fonts/IRANSansX-Bold.woff2") format("woff2");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/IRANSansX-Regular.woff") format("woff");
    src: url("./fonts/IRANSansX-Regular.woff2") format("woff2");
}

.ss01 {
    -moz-font-feature-settings: "ss01";
    -webkit-font-feature-settings: "ss01";
    font-feature-settings: "ss01";
}

img {
    max-width: 100%;
}

* {
    direction: rtl;
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}

body {
    background-color: #0A0D20;
    color: #fff;
    font-family: "IRANSans";
    height: 100vh;
}

body::-webkit-scrollbar {
    display: none;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 30px;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#main-box .container {
    background: #ffffff08;
    border-radius: 20px;
    align-items: center;
    justify-content: space-around;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

#main-box .container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('img/earth.png') no-repeat center center;
    background-size: contain;
    opacity: 0.2;
    z-index: -1;
    border-radius: 20px;
}

.btn {
    background-color: #0057ff;
    padding: 0.5rem 1.25rem;
    border-radius: 12px;
    font-family: "Iransans";
    font-size: 16px;
    color: #fff;
    border: none;
    margin: 30px;
}

.btn:hover {
    cursor: pointer;
    background-color: #1abc9c;
}

#main-box h1 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 3rem;
}

#main-box p {
    font-size: 12px;
    margin-bottom: 20px;
    text-align: center;
}

#conform .form-select {
    width: 100%;
    padding: 10px;
    font-family: "IRANSansB";
    border-radius: 10px;
}

#main-box img {
    margin-top: 20px;
    width: 25%;
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
}

#main-box .desc {
    font-size: 12px;
    line-height: 1.4rem;
    padding: 20px;
    background-color: #ffffff08;
    backdrop-filter: blur(18px);
    border-radius: 10px;
}

#main-box .desc li {
    list-style: circle;
    margin: 0 20px;
}

.social-list ul {
    display: flex;
    justify-content: center;
    margin-top: 20px 0;
    align-items: center;
}

a {
    color: #1abc9c;
}

.social-list .social-item a {
    color: #fff;
    margin: 10px;
}

@media (max-width: 1080px) {
    .container {
        margin: 20px;
        padding: 15px;
        height: 90vh; 
    }

    #main-box h1 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #main-box p {
        font-size: 12px;
    }
}
