.pack_gold {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10rem;
}
.pack_gold img{
    width: 50%;
}
.input_gold a{
    color: rgb(153, 105, 0) ;
    text-decoration: none;
}
.input_gold{
    cursor: pointer;
    font-size: 25px;
    text-align: center;
    border: 4px solid black;
    padding: 0.5rem 2rem;
    margin-left: 2rem;
}
.input_gold:hover{
    transform: scale(1.1);
}
.title_mine {

    margin-top: 5rem;
    margin-bottom: 5rem;
    font-size: 45px;
    text-shadow: 0px 4px 10px #ffaa00be;
    color: #120586;
    text-align: center;

}

.title_a {
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 20px;

}

.tarikh {
    margin-bottom: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;

}

.tarikh_khat {

    width: 60%;
    border-top: 2px dashed black;
    display: block;
}

.tarikh_p {
    opacity: 80%;
    font-size: 20px;
    /*background-image: linear-gradient(to bottom right, #190c88, #8579ae);
    */
    width: fit-content;
    /*box-shadow: 0 0 5px #e3e3e396 !important;
    *//*padding: 3rem !important;
    */
    color: black;
}


.img_pane4{
    width: 300px;
    height: auto;
    float: left;
    /* margin-left: -12rem; */
}

.many_pane4 {
    font-size: 15px;
    opacity: 50%;
    margin-bottom: 0.5rem;
    color: #120586;
    font-size: 20px;
    text-align: right;
}


.button {
    height: auto;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    text-decoration: none;
    color: #ffaa00;
    padding: 5px 20px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    border: none;
    width: auto;
    transition: background-color 0.2s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ffaa00;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
}

.button:active {
    transform: translateY(-1px);
    /*حرکت10پیکسلبهبالا*/
    box-shadow: 0px 2px 10px rgba(82, 81, 81, 0.2);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
}

.button:hover {
    background: #ffaa00;
    color: black;

}

.panels1 {

    display: flex;
    flex-wrap: wrap;
    align-items: start;
    top: 5rem;
    gap: 2rem;
    margin-bottom: 2rem;

}

.many_pane4-footer {
    display: none;
}
.pane4 {

    margin-bottom: 3rem;
    padding: 1rem ;
    /* position: absolute; */
    width: fit-content;
    background: rgba(255, 255, 255, 0.37);
    box-shadow: 0px 0px 7px rgb(194, 193, 193);
    z-index: 1;
    /* height: 40%; */
    /* top: 8rem; */
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    height: 80%;
}

hr {
    border-top: 1px solid #3b3bae; /* خط بالای عنصر را با ضخامت 2 پیکسل و رنگ خاکستری مشخص می‌کند */
    width: 100%; /* عرض خط را 50% عرض والد تنظیم می‌کند */
    margin: 30px auto; /* حاشیه بالا و پایین خط را 30 پیکسل و حاشیه چپ و راست را خودکار تنظیم می‌کند تا خط در وسط قرار گیرد */
}
.img_input{
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 1rem;
    margin-top: 2rem;
    box-sizing: border-box;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
@media only screen and (max-width: 1000px){

    .pack_gold img{
        width: 60%;
    }

}
@media only screen and (max-width: 850px){

    .pack_gold img{
        width: 100%;
    }


}
@media only screen and (max-width: 600px){

    .input_gold{
        font-size: 15px;
        border: 3px solid black;
    }

}
@media only screen and (max-width: 400px){

    .tarikh_khat{
        display: none;
    }
}
