.accordion {
    cursor: pointer;
    padding: 10px;
    border: none;
    background-color: inherit;
    display: flex;
    align-items: center;
    font-size: 16px;
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
}

.arrow {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.active .arrow {
    transform: rotate(90deg);
}

.panel {
    padding: 10px;
    display: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-top: none;
}

.custom-shape-divider-top-1749140368 {
    position: block;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1749140368 svg {
    position: relative;
    display: block;
    width: calc(216% + 1.3px);
    height: 248px;
}

.custom-shape-divider-top-1749140368 .shape-fill {
    fill: #4A90E2;
}

h2 {
    font-family: vazir;
}

.rules {
    padding-inline: 100px;
}

.rules .gav {
    display: flex;
    flex-direction: column;
}

.rules .gav .titleofrule {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.rules .gav .titleofrule p {
    font-weight: bold;
}

.rules .gav .descriptionn {
    display: none;
    text-align: justify;
}

.rules .underline {
    height: 1px;
    background-color: #ccc;
    width: 100%;
    margin-bottom: 10px;
}

.rules .details {
    display: block;
}

.rules .titles {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}