* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: STIXTwoText_Medium;
    src: url('../font/STIXTwoText_Medium.ttf');
}


@font-face {
    font-family: STIXTwoText-Italic_Bold;
    src: url('../font/STIXTwoText-Italic_Bold.ttf');
}

@font-face {
    font-family: STIXTwoText_Bold;
    src: url('../font/STIXTwoText-Bold.ttf');
}

@keyframes animationScale {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    90% {
        opacity: 1;
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        transform: scale(1.2);

    }
}


body {
    overflow: hidden;
    height: 100vh;
    width: 100vw;
}

#MuslimPrayers {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    margin: 0 auto;
    position: relative;
}

.MuslimPrayers_content {
    
}

.header {
    width: 1920px;
    height: 199px;
    display: flex;
    justify-content: space-between;
    padding: 0 80px 0 140px;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -200px);
    z-index: 4;
    overflow: hidden;
    opacity: 0;
}

.header::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 1920px;
    height: 199px;
    background: #eef0f1b6;
    filter: blur(20px);
    opacity: 0.8;
}

.header_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 4;
}

.header_logo span {
    font-family: STIXTwoText_Bold;
    font-size: 48px;
    color: #006a19;
    line-height: 60px;
    font-style: normal;
}

.header_logo img {
    width: 116px;
    height: 116px;
    object-fit: contain;
    margin: 0 20px;
}

.header_nav {
    display: grid;
    align-items: center;
    justify-content: center;
    column-gap: 48px;
    grid-template-columns: repeat(3, 162px);
    position: relative;
    z-index: 4;
}



.header_nav span {
    font-family: STIXTwoText_Medium;
    font-size: 24px;
    color: #000000;
    line-height: 30px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-style: normal;
    cursor: pointer;
}

.header_nav span a {
    text-decoration: none;
    color: inherit;
}


.header_nav span:nth-of-type(1) {
    background: linear-gradient(90deg,
            #f0cf61,
            #fae38e 20%,
            #f5be54 40%,
            #f5be4a);
    border-radius: 90px;
}

.container_1 {
    width: 1920px;
    height: 1080px;
    background: url("../img/icon-1.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.container_1_title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(2);
    top: 451px;
    opacity: 0;
}

.container_1_title span {
    font-family: STIXTwoText_Bold;
    font-size: 92px;
    color: #000000;
    line-height: 115px;
    text-align: center;
    font-style: normal;
    filter: drop-shadow(5px 5px 0px #fef9e8) drop-shadow(5px 5px 0px #e2dfd8);
}

.container_1_title_2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(2);
    opacity: 0;
    top: 585px;
}

.container_1_title_2 span {
    font-family: STIXTwoText;
    font-size: 62px;
    color: #000000;
    line-height: 78px;
    text-align: center;
    font-style: normal;
}


.container_1_text {
    width: 1463px;
    height: 716px;
    position: absolute;
    left: 50%;
    top: 266px;
    transform: translateX(-50%) scale(0);
    opacity: 0;
    pointer-events: none;
}

.container_1_text span {
    position: absolute;
    font-family: STIXTwoText_Medium;
    font-size: 56px;
    color: #73717179;
    line-height: 70px;
    white-space: nowrap;
    font-style: normal;
    animation: animationScale infinite;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    /* 添加平滑的缓动效果 */
}

.container_1_text span:nth-of-type(1) {
    top: 50px;
    left: 50px;
    animation-duration: 4s;
    /* 从2s增加到4s */
    animation-delay: 0.8s;
    /* 从0.5s增加到0.8s */
}

.container_1_text span:nth-of-type(2) {
    top: 650px;
    left: 425px;
    animation-duration: 5s;
    /* 从2.5s增加到5s */
    animation-delay: 2.5s;
    /* 从1.8s增加到2.5s */
}

.container_1_text span:nth-of-type(3) {
    top: 50px;
    left: 600px;
    animation-duration: 3.5s;
    /* 从1.8s增加到3.5s */
    animation-delay: 0.5s;
    /* 从0.2s增加到0.5s */
}

.container_1_text span:nth-of-type(4) {
    top: 50px;
    left: 1175px;
    animation-duration: 4.2s;
    /* 从2.2s增加到4.2s */
    animation-delay: 2s;
    /* 从1.5s增加到2s */
}

.container_1_text span:nth-of-type(5) {
    left: 1212px;
    top: 500px;
    animation-duration: 6s;
    /* 从3s增加到6s */
    animation-delay: 3.5s;
    /* 从2.3s增加到3.5s */
}

.container_1_text span:nth-of-type(6) {
    top: 200px;
    left: 37px;
    animation-duration: 3s;
    /* 从1.5s增加到3s */
    animation-delay: 1.2s;
    /* 从0.8s增加到1.2s */
}

.container_1_text span:nth-of-type(7) {
    top: 200px;
    left: 1187px;
    animation-duration: 5.5s;
    /* 从2.8s增加到5.5s */
    animation-delay: 1.8s;
    /* 从1.2s增加到1.8s */
}

.container_1_text span:nth-of-type(8) {
    top: 450px;
    left: 0px;
    animation-duration: 4.5s;
    /* 从2.3s增加到4.5s */
    animation-delay: 0.3s;
    /* 从0.1s增加到0.3s */
}

.container_1_btn {
    position: absolute;
    left: 50%;
    top: 753px;
    transform: translateX(-50%) scale(2);
    opacity: 0;
    width: 477px;
    height: 108px;
    background: linear-gradient(90deg,
            #f0cf61,
            #fae38e 20%,
            #f5be54 40%,
            #f5be4a);
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.container_1_btn span {
    font-family: STIXTwoText_Bold;
    font-size: 40px;
    color: #424242;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    font-style: normal;
}

.container_2 {
    width: 1920px;
    height: 1080px;
    background: url("../img/icon-2.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.container_2_title {
    position: absolute;
    top: 328px;
    right: 150px;
    opacity: 0;
    transform: translateX(100px);
}


.container_2_title span {
    font-family: STIXTwoText-Italic_Bold, STIXTwoText-Italic_Bold;
    font-weight: normal;
    font-size: 92px;
    color: #000000;
    line-height: 115px;
    text-align: center;
    font-style: italic;
    filter: drop-shadow(5px 5px 0px #fef9e8) drop-shadow(5px 5px 0px #e2dfd8);
}

.container_2_text {
    position: absolute;
    top: 467px;
    right: 150px;
    width: 840px;
    text-align: right;
    opacity: 0;
    transform: translateX(100px);
}

.container_2_text span {
    font-family: STIXTwoText_Medium;
    font-size: 64px;
    color: #424242;
    line-height: 80px;
    font-style: normal;
}

.container_2_img {
    position: absolute;
    top: 110px;
    left: 40px;
    width: 846px;
    height: 860px;
    opacity: 0;
    transform: translateX(-100px);
}

.container_2_img img {
    width: 846px;
    height: 860px;
    object-fit: contain;
}



.container_3 {
    width: 1920px;
    height: 1080px;
    background: url("../img/icon-3.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.container_3_title {
    position: absolute;
    top: 248px;
    left: 140px;
    width: 928px;
    opacity: 0;
    transform: translateX(-100px);
}

.container_3_title span {
    font-family: STIXTwoText-Italic_Bold, STIXTwoText-Italic_Bold;
    font-weight: normal;
    font-size: 92px;
    color: #000000;
    line-height: 115px;
    text-align: center;
    font-style: italic;
    filter: drop-shadow(5px 5px 0px #fef9e8) drop-shadow(5px 5px 0px #e2dfd8);
}

.container_3_text {
    position: absolute;
    top: 510px;
    left: 140px;
    width: 963px;
    text-align: left;

    opacity: 0;
    transform: translateX(-100px);
}

.container_3_text span {
    font-family: STIXTwoText_Medium;
    font-size: 64px;
    color: #424242;
    line-height: 80px;
    font-style: normal;
}

.container_3_img {
    position: absolute;
    top: 110px;
    right: 140px;
    width: 568px;
    height: 863.22px;

    opacity: 0;
    transform: translateX(100px);
}

.container_3_img img {
    width: 568px;
    height: 863.22px;
    object-fit: contain;
}



.container_4 {
    width: 1920px;
    height: 1080px;
    background: url("../img/icon-4.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.container_4_title {
    position: absolute;
    top: 281px;
    right: 170px;
    width: 885.84px;
    text-align: right;

    opacity: 0;
    transform: translateX(100px);
}

.container_4_title span {
    font-family: STIXTwoText-Italic_Bold, STIXTwoText-Italic_Bold;
    font-weight: normal;
    font-size: 92px;
    color: #000000;
    line-height: 115px;
    font-style: italic;
    filter: drop-shadow(5px 5px 0px #fef9e8) drop-shadow(5px 5px 0px #e2dfd8);
}

.container_4_text {
    position: absolute;
    top: 527px;
    right: 170px;
    width: 1005.84px;
    text-align: right;

    opacity: 0;
    transform: translateX(100px);
}

.container_4_text span {
    font-family: STIXTwoText_Medium;
    font-size: 64px;
    color: #424242;
    line-height: 80px;
    font-style: normal;
}

.container_4_img {
    position: absolute;
    top: 110px;
    left: 40px;
    width: 846px;
    height: 860px;

    opacity: 0;
    transform: translateX(-100px);
}

.container_4_img img {
    width: 846px;
    height: 860px;
    object-fit: contain;
}

.container_5 {
    width: 1920px;
    height: 1080px;
    background: url("../img/icon-5.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.container_5_title {
    position: absolute;
    top: 248px;
    left: 140px;
    width: 928px;

    opacity: 0;
    transform: translateX(-100px);
}

.container_5_title span {
    font-family: STIXTwoText-Italic_Bold, STIXTwoText-Italic_Bold;
    font-weight: normal;
    font-size: 92px;
    color: #000000;
    line-height: 115px;
    text-align: center;
    font-style: italic;
    filter: drop-shadow(5px 5px 0px #fef9e8) drop-shadow(5px 5px 0px #e2dfd8);
}

.container_5_text {
    position: absolute;
    top: 510px;
    left: 140px;
    width: 963px;
    text-align: left;

    opacity: 0;
    transform: translateX(-100px);
}

.container_5_text span {
    font-family: STIXTwoText_Medium;
    font-size: 64px;
    color: #424242;
    line-height: 80px;
    font-style: normal;
}

.container_5_img {
    position: absolute;
    top: 110px;
    right: 140px;
    width: 568px;
    height: 863.22px;

    opacity: 0;
    transform: translateX(100px);
}

.container_5_img img {
    width: 568px;
    height: 863.22px;
    object-fit: contain;
}


.container_6 {
    width: 1920px;
    height: 1080px;
    background: url("../img/icon-6.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.container_6_logo {
    position: absolute;
    left: 50%;
    top: 112px;
    transform: translate(-50%, 100px);
    opacity: 0;
    width: 116px;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container_6_logo img {
    width: 116px;
    height: 116px;
    object-fit: contain;
}

.container_6_title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 280px;
    left: 50%;
    transform: translate(-50%, 100px);
    opacity: 0;
}

.container_6_title::after,
.container_6_title::before {
    content: '';
    width: 69.92px;
    height: 91.76px;
    background: url("../img/icon-11.png") no-repeat;
    background-size: 100% 100%;
}

.container_6_title::before {
    transform: scale(-1, 1);
}

.container_6_title span {
    font-family: STIXTwoText-Italic_Bold, STIXTwoText-Italic_Bold;
    font-weight: normal;
    font-size: 92px;
    color: #000000;
    line-height: 115px;
    text-align: center;
    font-style: italic;
    margin: 0 51px;
}

.container_6_text {
    width: 1348px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 400px;
    transform: translate(-50%, 100px);
    opacity: 0;
    text-align: center;
}

.container_6_text span {
    font-family: STIXTwoText_Medium;
    font-size: 64px;
    color: #424242;
    line-height: 80px;
    font-style: normal;
}


.container_6_btn {
    position: absolute;
    left: 50%;
    top: 703px;
    transform: translate(-50%, 100px);
    opacity: 0;
    width: 477px;
    height: 108px;
    background: linear-gradient(90deg,
            #f0cf61,
            #fae38e 20%,
            #f5be54 40%,
            #f5be4a);
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.container_6_btn span {
    font-family: STIXTwoText_Bold;
    font-size: 40px;
    color: #424242;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    font-style: normal;
}

.container_6_bottom {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translate(-50%, 100px);
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.container_6_bottom span {
    font-family: STIXTwoText_Bold;
    font-size: 20px;
    color: #424242;
    line-height: 25px;
    text-align: right;
    font-style: normal;
}