@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&display=swap');
@import "reset.css";


/* general */
html, body {
    height: 100%;
}

body {
    position: relative;
    color: #424242;
    background: #0A0A0C;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    font-family: "Noto Sans Arabic", serif;
}
.packet {
    display: flex;
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    flex-grow: 1;
}
/* BTN */
.bg74vd9om-btn {
    position: relative;
    font-family: "Noto Sans Arabic", serif;
    font-size: 21px;
    line-height: 26px;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 66px;
    padding: 5px;
    transition: all .3s linear;
    background: #7D8FBB;
    border-radius: 0;
    color:#000000; 
    box-sizing: border-box;
    border: none;
}
.bg74vd9om-btn__width {
    max-width: 480px;
}
.bg74vd9om-btn--wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
}


.bg74vd9om-general--second .bg74vd9om-btn {
    height: 58px;
}
/* HEADER */
.bg74vd9om-caption {
    background: #0A0A0C;
    padding: 13px 20px;
    position: relative;
    z-index: 9;
}
.bg74vd9om-brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
}
.bg74vd9om-btn__back {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
/* CONTENT */
.bg74vd9om-elements {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100%;
    position: relative;
}
.packet.packet-index {
    padding-bottom: 200px;
    display: flex;
    align-items: center;
    position: relative;
}
.packet-index:after {
    content: '';
    display: block;
    z-index: 10;
    width: 49vh;
    height: 75vh;
    background-image: url("../images/girl-general.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    right: 6%;
    position: absolute;
    pointer-events: none;
}
.bg74vd9om-general-bg {
    background-image: url(../images/bg-bg74vd9om.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg74vd9om-general--elements {
    overflow: hidden;
}
.bg74vd9om-general-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: block;
}
.bg74vd9om-general-content {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.bg74vd9om-general-content.bg74vd9om-general-index {
    padding-bottom: 0;
}
.bg74vd9om-stamps-packet {
    width: 100%;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
}
.bg74vd9om-title {
    margin-bottom: 40px;
    font-weight: 900;
    font-size: 50px;
    line-height: 64px;
    color: #ffffff;
}
.bg74vd9om-text {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 34px;
}
.bg74vd9om-general--second .bg74vd9om-title {
    text-align: center;
    font-size: 46px;
    line-height: 52px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 16px;
}
.bg74vd9om-general--second .bg74vd9om-text {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
}

.bg74vd9om-stamp {
    position: relative;
    display: flex;
    max-width: 830px;
    width: 100%;
    flex-direction: column;;
}
.bg74vd9om-general--second .bg74vd9om-stamp {
    max-width: 600px;
    margin: 0 auto;
    background: #D5E1FFD9;
    border-radius: 0;
    padding: 48px 24px;
    color: #000000;
}

.bg74vd9om-anim {
    animation: slide-in-top 0.8s linear both;
}
@keyframes slide-in-top {
    0% {
      transform: translateY(-30px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
}


/* FOOTER */
.bg74vd9om-ending {
    font-family: "Noto Sans Arabic", serif;
    padding: 27px 20px;
    position: relative;
    z-index: 9;
    background: #0A0A0C;
}
.bg74vd9om-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bg74vd9om-ending-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
}
.bg74vd9om-ending-list a {
    color: #FFFFFF;
    font-size: 21px;
    text-decoration: underline;
    font-weight: 700;
}
.bg74vd9om-ending-list a + a {
    margin-left: 5px;
}

/* INFO */
.bg74vd9om-elements__info .bg74vd9om-brand {
    justify-content: center;
}
.bg74vd9om-general-info {
    width: 100%;
    color: #ffffff;
}
.bg74vd9om-general-info h1 {
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
    text-align: center;
}
.bg74vd9om-general-info h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}
.bg74vd9om-general-info p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
}
.bg74vd9om-general-info ul {
    margin-bottom: 20px;
}
.bg74vd9om-general-info ul li {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 10px;
}
.bg74vd9om-general-info ol {
    margin-bottom: 20px;
}
.bg74vd9om-general-info ol li {
    list-style-type: decimal;
    list-style-position: inside;
    margin-bottom: 10px;
    line-height: 26px;
}
.bg74vd9om-general-info a {
    color: #7D8FBB;
    font-weight: 700;
    text-decoration: underline;
    word-break: break-all;
}
@media (max-width: 1159px){
    .packet-index:after {
        left: initial;
        right: 0;
    }
}
@media (max-width: 991px) {
    .packet-index:after {
        width: 384px;
        height: 488px;
        right: 0;
        background-size: contain;
    }
    .packet.packet-index{
        padding-bottom: 100px;
    }
}

@media (max-height: 999px) and (max-width: 768px) {
    .packet-index:after {
        width: 34vh;
        height: 52vh;
    }
}
@media (max-height: 800px) {
    .packet {
        max-width: 1200px;
    }
    .hqy36nx-brand {
        max-width: 1200px;
    }
    .bg74vd9om-stamp {
        max-width: 750px;
    }
    /* .bg74vd9om-title {
        font-size: 40px;
        line-height: 58px;
    } */
}
@media (max-height: 889px) {
    .packet.packet-index {
        padding-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .packet.packet-index{
        padding-bottom: 150px;
    }
    .bg74vd9om-brand img {
        max-width: 234px;
    }
}
@media (max-width: 768px) {
    .packet-index:after {
        right: -56px;
        bottom: -27px;
    }
    .bg74vd9om-caption {
        padding: 10px 20px;
    }
    .bg74vd9om-general-content {
        padding: 20px 15px 20px 25px;
    }
    .bg74vd9om-general--second.bg74vd9om-general-content {
        padding: 20px;
    }
    .bg74vd9om-brand {
        justify-content: center;
    }
    .bg74vd9om-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 22px;
        font-weight: 700;
    }
    .bg74vd9om-title span {
        display: block;
    }
    .bg74vd9om-subtitle {
        font-size: 24px;
        line-height: 28px;
        text-align: left;
        margin-bottom: 59px;
        max-width: 187px;
        width: 100%;
    }
    .bg74vd9om-text {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .bg74vd9om-btn {
        font-size: 18px;
        line-height: 22px;
        height: 56px;
    }
    .bg74vd9om-btn__width {
        max-width: 265px;
    }
    .bg74vd9om-general--second .bg74vd9om-stamp {
        padding: 24px 20px;
    }
    .bg74vd9om-ending {
        padding: 12px 10px;
        transition: .5s;
    }
    .bg74vd9om-ending.show {
        opacity: 1;
    }
    .bg74vd9om-ending-list {
        font-size: 14px;
        line-height: 20px;
        justify-content: space-between;
    }
    .bg74vd9om-ending-list a {
        padding: 5px;
        font-size: 12px;
        line-height: 14px;
        font-weight: 400;
    }
    .bg74vd9om-general-info h1 {
        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .bg74vd9om-btn__back img {
        height: 20px;
    }
    .bg74vd9om-btn--wrap {
        grid-gap: 16px;
    }
    .bg74vd9om-general--second .bg74vd9om-btn {
        height: 40px;
    }

    .bg74vd9om-general--second .bg74vd9om-title {
        font-size: 22px;
        line-height: 28px;
    }
    .bg74vd9om-general--second .bg74vd9om-text {
        font-size: 16px;
        line-height: 20px;
    }
    .bg74vd9om-general-bg {
        background-image: url(../images/bg-mob-bg74vd9om.jpg);
    }
}