/*  */
header {
    background-color: var(--140b06);
    display: flex;
    height: 70vh;
    max-height: 1500px;
    position: relative;
    width: 100%
}

header .hd_before {
    /* align-items: center;
    display: flex; */
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

.hd_before img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hr_l {
    height: 100%;
    align-items: center;
    display: flex
}

.hr_l_ct {
    display: flex;
    flex-direction: column;
    width: 55%;
}

.hr_l_ct h1 {
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1.2;
    font-family: Reem Kufi Fun;
    font-weight: 700;
    font-size: 2.8em;
    text-transform: uppercase;
    background: linear-gradient(266.57deg, #F4C999 20.85%, #AD814E 99.12%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    color: var(--FFFFFF);
    font-family: "Reem Kufi Fun", sans-serif;
}

.hr_l_ct h1 p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hr_l_ct h1 p:nth-child(1) {
    font-size: 1.2em;
}

.hr_l_ct h1 p img {
    width: 1em;
    height: 1em;
}

.r_l_t {
    color: var(--FFFFFF);
    margin-top: 1em;
    text-transform: uppercase;
    width: 60%;
    font-family: Poppins;
    font-weight: 300;
    line-height: 160%;
    opacity: .8;
    text-align: center;
    font-size: 1.4em;
    margin: auto;
}

.ibvote-weekly .fontSize .hr_l .hd_before {
    display: none;
}


.page_title {
    text-align: center;
    background: linear-gradient(266.57deg, #F4C999 20.85%, #AD814E 99.12%);
    font-weight: 700;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 1.4em;
    position: relative;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
}

.page_title::after {
    position: absolute;
    content: '123';
    background: #D7AB7A;
    width: 72px;
    height: 4px;
    border-radius: 999px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

/*  */
footer {
    background-color: var(--282828);
    margin-top: 6em;
}

.ft_content {
    padding: 2em 0 2em 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.ft_content p {
    font-size: .8em;
}

.ft_l {
    display: flex;
    flex-direction: column;
    font-family: Poppins;
    font-weight: 500;
    line-height: 160%;
    text-transform: uppercase;
    color: #D7AB7A;
    text-align: left;
}

.ft_logo {
    width: 7em;
}

.ft_logo img {
    width: 100%;
    height: auto;
}

.ft_r {
    font-family: Poppins;
    font-weight: 500;
    line-height: 100%;
    text-align: right;
    color: #D7AB7A;
    gap: 1em;
    display: flex;
    flex-direction: column;
}

.ft_r .ft_r_title {
    color: var(--707070);
    margin-bottom: 2em;
}

.ft_r .ft_r_a {
    display: flex;
    gap: 1em;
    justify-content: right;
}

.ft_r .ft_r_letter {
    display: flex;
    align-items: center;
}

.ft_r_letter p {
    font-weight: 300;
    font-size: .7em;
    margin-left: 0.2em;
}


#ele_pag {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2em;
}

#ele_pag button {
    border: 1px solid #FFFFFF33;
    background-color: transparent;
    color: var(--D7AB7A);
}

#ele_pag .number {
    border: 1px solid #FFFFFF33;
    background-color: transparent;
    color: var(--D7AB7A);
}

#ele_pag .is-active {
    background-color: var(--D7AB7A);
    color: black;
}

#ele_pag .more {
    border: 1px solid #FFFFFF33;
    background-color: transparent;
}

#ele_pag .more:hover {
    color: var(--D7AB7A);
}

@media (max-width: 1920px) {
    header {
        /* height: 900px; */
    }

    .hr_l_ct {
        padding-bottom: 0;
    }
}

@media (max-width: 1650px) {
    header {
        /* height: 800px; */
    }
}

@media(max-width: 1450px) {
    header {
        /* height: 700px; */
    }

    /* add */
    .hr_l_ct h1 {
        font-size: 2.7em;
    }
}

@media(max-width: 1280px) {
    header {
        /* height: 600px; */
    }

    .hr_l_ct h1 {
        font-size: 38px;
    }
}

@media(max-width: 1099px) {

    .fontSize {
        font-size: 14px;
    }

    .title {
        font-size: 28px;
    }

    .hr_l_ct h1 {
        font-size: 32px;
    }

}

@media(max-width: 799px) {
    header {
        height: 14rem;
        overflow: hidden;
    }

    header .hd_before {
        width: 180%;
        height: auto;
        min-height: auto;
        top: 32%;
        right: 0;
    }

    html[dir="rtl"] header .hd_before {
        right: -85%;
    }

    .hr_l {
        padding-top: 3rem;
        align-items: flex-start;
    }

    .hr_l_ct {
        width: 100%;
        padding-bottom: 0;
        margin-top: 1.4rem;
    }

    .hr_l_ct h1 {
        font-size: .65rem;
        text-align: center;
    }

    .r_l_t {
        width: 90%;
        font-size: 1em;
        margin: .5em auto 0;
        text-align: center;
    }

    .page_title {
        font-size: 1.2em;
        padding-bottom: .8em;
        margin-bottom: 1em;
    }

    .page_title::after {
        width: 50px;
        height: 3px;
    }

    footer {
        margin-top: 3em;
    }

    .ft_content {
        padding: 1.5em 0;
        flex-direction: column;
        align-items: center;
        gap: 1.5em;
    }

    .ft_l {
        align-items: center;
        text-align: center;
    }

    .ft_logo {
        width: 5em;
        margin-bottom: .8em;
    }

    .ft_r {
        text-align: center;
        align-items: center;
    }

    .ft_r .ft_r_title {
        margin-bottom: 1em;
    }

    .ft_r .ft_r_a {
        justify-content: center;
    }

    .ft_r_letter {
        justify-content: center;
    }

    #ele_pag {
        margin-top: 1.5em;
    }
}