body {
    font-family: "IRANSans";
}

h1 {
    font-family: "IRANSans";
}

h2 {
    font-family: "IRANSans";
}

h3 {
    font-family: "IRANSans";
}

h4 {
    font-family: "IRANSans";
}

h5 {
    font-family: "IRANSans";
}

h6 {
    font-family: "IRANSans";
}

p {

    font-family: "IRANSans";
}

#logo {
    width: 3rem;
}

.my-menu {
    direction: rtl;
}

.my-section p {
    font-size: 1rem;
}

footer {
    direction: rtl;
}

footer ul img {
    width: 1rem;
    border-radius: 100%;
}

.my-namad img {
    width: 8rem;
}

.my-section1 {
    direction: rtl;
    margin-top: 4rem;
}

.my-section2 {

}

.my-books {
    direction: rtl;
}

.my-img-books img {
    border-radius: 4px;
    width: 110px;
    border: 2px solid #1d86a9;
}

.my-small-books {
    direction: rtl;
    padding-top: 7rem;
}

.my-small-books h3 {
    display: inline-block;
}

.my-small-books button:hover {
    background: #1f6f8b;
    color: white;
}

.input-row {
    margin-bottom: 1rem;

}

.input-container input {
    width: 50%;
    margin: 0 0 3px;
    padding: 0.5rem 1rem;
    height: 3rem;
    line-height: 2rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
    background-color: rgba(232, 232, 232, 0.78);
    color: #000;
    border: 2px solid transparent;
    outline: 0;
    transition: all 0.5s ease-out;
}

.input-container select {
    width: 50%;
    margin: 0 0 3px;
    padding: 0.5rem 1rem;
    height: 3rem;
    line-height: 2rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
    background-color: rgba(232, 232, 232, 0.78);
    color: #000;
    border: 2px solid transparent;
    outline: 0;
    transition: all 0.5s ease-out;
}

.input-container textarea {
    width: 50%;
    margin: 0 0 3px;
    padding: 0.5rem 1rem;
    height: 3rem;
    line-height: 2rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
    background-color: rgba(232, 232, 232, 0.78);
    color: #000;
    border: 2px solid transparent;
    outline: 0;
    transition: all 0.5s ease-out;
}

.input-container input :focus {
    border: 1px solid #2793d2;
}

#parsley-id-3 ul {
    list-style-type: none;
}

#parsley-id-3 li {
    list-style-type: none;
    color: red;
    font-size: 1rem;
}

.xd-short h2 {
    color: cadetblue;
    display: inline-block;
}

.short-btn {
    background-color: #1f6f8b;
    color: white;
    margin-bottom: 0.5rem
}

.short-btn:hover {
    color: white;
}

.shop-box {
    width: 60%;
    margin-top: 1rem;
    margin: auto;
    padding: 0.5rem;
    border-radius: 0.5rem;
    background-color: #1f6f8b;
    margin-bottom: 2rem;
}

.btn-shop-submit {
    width: 60%;
    margin-bottom: 1rem;
}

.f-l-name {
    display: flex;
    flex-direction: column;
    margin-right: 0.75rem;
}

.remove-shop {
    font-size: 1.5rem;
    color: black;
}

#ghg {
    margin-right: 1rem;
    width: 20rem;
}

.btn-shop-submit-final {

}

@media screen and (max-device-width: 425px) {
    .hero {
        height: 300px;


    }

    .hero .overlay {
        height: 300px;
    }

    short-btn a {
        display: none; /* مخفی کردن تگ a با کلاس btn */
    }

    .short-btn {
        margin: 0 auto;
        width: 100%;
        display: block; /* نمایش تگی با کلاس short-btn که قبلا مخفی بود */
        text-align: center; /* قرار دادن متن در وسط */
        background-color: #1f6f8b;
        color: white;
        margin-bottom: 0.5rem;
    }

    .xd-short h2 {
        margin-right: 1rem;
    }

    #short-ac-1 {
        width: 100%;
    }

    .shop-box {
        width: 100%;
        margin-right: 0rem;
    }

    .btn-shop-submit {
        width: 100%;
        margin-bottom: 1rem;
    }

    .shop-th {
        display: none;
    }

    .remove-shop {
        margin-right: 4.5rem;
    }

    .th-shop {
        font-size: 0.80rem;
    }

    #ghg {
        margin-top: 2rem;
        padding-bottom: 1rem;
    }
}

@media only screen and  (min-device-width: 425px ) {
    .hero {
        height: 500px;
    }

    .hero .overlay {
        height: 500px;
    }
}
