@font-face {
    font-family: "Modam-regular";
    src: url("../font/Modam-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* style.css */
body {
    font-family: "Modam-regular", sans-serif !important;
    background-color: rgba(12, 33, 36, 1);
    color: #fff;
}

.navbar-active {
    font-weight: 700 !important;
     color: rgba(108, 255, 151, 1) !important; ;
}

.nav-link{
    font-weight: 500;
    font-size: 16px;
    text-align: right;
    color:rgba(183, 213, 192, 1);
}

.glassy-ip-card {
    background: rgb(131 131 131 / 3%); /* رنگ نیمه‌شفاف */
    border-radius: 20px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

input[type=text] , input[type=password] , input[type=number]{
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: rgba(108, 255, 151, 1) !important;
    outline: none;
    border: none !important;
    padding: 12px 24px;
}
input::placeholder{
    color:rgba(108, 255, 151, 0.25) !important;
}

input{
    border-radius: 8px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.steps-text {

    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;

}

.image-help-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;

}

.about-server-text {

    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;

}

.HS-green {
    color: rgba(108, 255, 151, 1);
}

.HS-gray {
    color: rgba(183, 213, 192, 1);
}

.HS-DarkGreen {
    color: rgba(31, 74, 78, 1);
}

.HS-GlassPanel {
    border: 1px solid #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    background-color: trasparent;
    border-radius: 15px;
    backdrop-filter: blur(40px)

}

.HS-btn {
    text-decoration: none;
    border-radius: 8px;
    padding: 10px;
    border: 2px solid rgba(108, 255, 151, 1);
}


.glassy-card {
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    color: #fff;
    transition: all 0.3s ease-in-out;
    width: 90%;
    max-width: 600px;
}

.title-text {
    font-size: clamp(1.2rem, 2.5vw, 2.5rem);
    font-weight: bolder;
    line-height: 1.3;
}

.ip-text {
    font-size: clamp(1.5rem, 4vw, 3rem);
    letter-spacing: 2px;
    margin: 0;
}


.header-main {
    position: relative;
    background: rgba(12, 23, 36, 0.1);
    background-image: url(../image/main_home.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.header-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(12, 23, 36, 0.8);
    z-index: -1;
}

.card {
    background-color: transparent;
    height: auto;
    color: #fff;
    border: none;
    border-radius: 15px;

}

.btn-success {
    color: rgba(0, 59, 7, 1);
    background-color: rgba(108, 255, 151, 1);
}

.btn-outline-success {
    color: rgba(108, 255, 151, 1);
    background-color: transparent;
}

footer {
    background-color: #000;
    text-align: center;
}


.glassy-accordion {
    background-color: rgba(255, 255, 255, 0); /* نیمه شفاف */
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-bottom: 16px;
}

.accordion-header {
    border-radius: 20px;
}

.accordion-button {
    border-radius: 16px;
    border: 1px solid rgba(183, 213, 192, 1);
    background: transparent;
    color: rgba(108, 255, 151, 1);
    font-weight: bold;
}

.accordion-button::after {
    color: rgba(129, 219, 157, 1) !important;
}

.accordion-button:not(.collapsed) {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.01);
    color: rgba(129, 219, 157, 1);
    box-shadow: none;
}

.accordion-body {
    background: transparents;
    color: rgba(183, 213, 192, 1);
}

