* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: NoirPro-Bold;
    src: url('../font/NoirPro-Bold.oft');
}


@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;
}


.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_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 4;
}

.header_logo span {
    font-family: NoirPro, NoirPro;
    font-weight: bold;
    font-size: 58px;
    color: #000000;
    line-height: 84px;
    filter: drop-shadow(3px 0 0px #7D4A01)
    drop-shadow(0px -3px 0px #7D4A01)
    drop-shadow(0px 3px 0px #7D4A01)
    drop-shadow(-3px 0 0px #7D4A01)
    drop-shadow(0px 8px 11px #C3640C);
    font-style: normal;
    background: linear-gradient(0deg, #FFD855 0%, #FFE58A 33%, #FBBD4A 68%, #FFC14F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.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, #FFD855 0%, #FFE58A 33%, #FBBD4A 68%, #FFC14F 100%);
    box-shadow: 0px 4px 7px 0px #AD5E0F;
    border-radius: 22px;
}

.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: calc(50% - 600px);
    transform: scale(2);
    top: 451px;
    opacity: 0;
    width: 1200px;
}

.container_1_title span {
    font-family: NoirPro, NoirPro;
    font-weight: bold;
    font-size: 88px;
    white-space: nowrap;
    color: #000000;
    line-height: 84px;
    filter: drop-shadow(3px 0 0px #000)
    drop-shadow(0px -3px 0px #000)
    drop-shadow(0px 3px 0px #000)
    drop-shadow(-3px 0 0px #000)
    drop-shadow(0px 8px 11px #C3640C);
    font-style: normal;
    background: linear-gradient(0deg, #FFD855 0%, #FFE58A 33%, #FBBD4A 68%, #FFC14F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.container_1_title::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-30%);
    width: 1220.22px;
    height: 395.66px;
    background: url("../img/icon-16.png") no-repeat;
    background-size: 100% 100%;
}

.container_1_title_2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(2);
    opacity: 0;
    top: 605px;
    width: 1200px;
    text-align: center;
}

.container_1_title_2 span {
    font-family: NoirPro, NoirPro;
    font-weight: bold;
    font-size: 58px;
    color: #000000;
    line-height: 84px;
    filter: drop-shadow(1px 0 0px #7D4A01)
    drop-shadow(0px -1px 0px #7D4A01)
    drop-shadow(0px 1px 0px #7D4A01)
    drop-shadow(-1px 0 0px #7D4A01);
    font-style: normal;
    background: linear-gradient(0deg, #FFD855 0%, #FFE58A 33%, #FFD855 68%, #FFE58A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.container_1_text {
    width: 1463px;
    height: 716px;
    position: absolute;
    left: 50%;
    top: 266px;
    transform: translateX(-50%) scale(0);
    opacity: 0;
    display: flex;
    flex-direction: column;
    pointer-events: none;
}

.container_1_text span {
    position: absolute;
    font-family: SFUIText, SFUIText;
    font-weight: 600;
    font-size: 82px;
    color: #da83196c;
    line-height: 98px;
    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: 228px;
    left: 150px;
    opacity: 0;
    display: flex;
    row-gap: 30px;
    flex-direction: column;
    transform: translateX(100px);
}


.container_2_title span {
    font-family: NoirPro, NoirPro;
    font-weight: bold;
    font-size: 88px;
    color: #000000;
    line-height:1.2;
    filter: drop-shadow(3px 0 0px #7D4A01)
    drop-shadow(0px -3px 0px #7D4A01)
    drop-shadow(0px 3px 0px #7D4A01)
    drop-shadow(-3px 0 0px #7D4A01)
    drop-shadow(0px 8px 11px #C3640C);
    font-style: normal;
    background: linear-gradient(0deg, #FFD855 0%, #FFE58A 33%, #FBBD4A 68%, #FFC14F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.container_2_title::before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 740px;
    height: 239.95px;
    background: url("../img/icon-16.png") no-repeat;
    background-size: 100% 100%;
}

.container_2_title::after {
    content: '';
    position: absolute;
    right: 0;
    top: 140px;
    width: 740px;
    height: 239.95px;
    background: url("../img/icon-16.png") no-repeat;
    background-size: 100% 100%;
}

.container_2_text {
    position: absolute;
    top: 547px;
    left: 150px;
    width: 840px;
    opacity: 0;
    transform: translateX(100px);
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}

.container_2_text span i {
    width: 16px;
    height: 16px;
    background: #A26903;
    margin: 0 20px;
    display: inline-block;
    transform: translateY(-8px);
    border-radius: 50%;
}

.container_2_text span {
    font-family: SFUIText, SFUIText;
    font-weight: 400;
    font-size: 50px;
    color: #915D00;
    line-height: 60px;
    font-style: normal;
}

.container_2_img {
    position: absolute;
    top: 110px;
    right: 40px;
    width: 675px;
    height: 994px;
    opacity: 0;
    transform: translateX(-100px);
}

.container_2_img img {
    width: 675px;
    height: 994px;
    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;
    right: 140px;
    width: 928px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateX(-100px);
}

.container_3_text span i {
    width: 16px;
    height: 16px;
    background: #4A3001;
    margin: 0 20px;
    display: inline-block;
    transform: translateY(-8px);
    border-radius: 50%;
}

.container_3_title span {
    font-family: NoirPro, NoirPro;
    font-weight: bold;
    font-size: 88px;
    color: #000000;
    line-height:1.2;
    filter: drop-shadow(3px 0 0px #7D4A01)
    drop-shadow(0px -3px 0px #7D4A01)
    drop-shadow(0px 3px 0px #7D4A01)
    drop-shadow(-3px 0 0px #7D4A01)
    drop-shadow(0px 8px 11px #C3640C);
    font-style: normal;
    background: linear-gradient(0deg, #FFD855 0%, #FFE58A 33%, #FBBD4A 68%, #FFC14F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.container_3_title::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-25%);
    width: 760px;
    height: 239.95px;
    background: url("../img/icon-16.png") no-repeat;
    background-size: 100% 100%;
}

.container_3_text {
    position: absolute;
    top: 510px;
    right: 140px;
    width: 963px;
    text-align: right;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    opacity: 0;
    transform: translateX(-100px);
}

.container_3_text span {
    font-family: SFUIText, SFUIText;
    font-weight: 400;
    font-size: 50px;
    color: #915D00;
    line-height: 60px;
    font-style: normal;
}

.container_3_img {
    position: absolute;
    top: 110px;
    left: 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: 150px;
    width: 1200px;
    opacity: 0;
    left: calc(50% - 600px);
    text-align: center;
    opacity: 0;
    transform: translateY(100px);
}

.container_4_title span {
    font-family: NoirPro, NoirPro;
    font-weight: bold;
    text-align: center;
    font-size: 88px;
    color: #000000;
    line-height: 1.2;
    filter: drop-shadow(3px 0 0px #7D4A01)
    drop-shadow(0px -3px 0px #7D4A01)
    drop-shadow(0px 3px 0px #7D4A01)
    drop-shadow(-3px 0 0px #7D4A01)
    drop-shadow(0px 8px 11px #C3640C);
    font-style: normal;
    background: linear-gradient(0deg, #FFD855 0%, #FFE58A 33%, #FBBD4A 68%, #FFC14F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.container_4_title::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-25%);
    width: 740px;
    height: 239.95px;
    background: url("../img/icon-16.png") no-repeat;
    background-size: 100% 100%;
}


.container_4_text {
    position: absolute;
    top: 450px;
    width: 1200px;
    left: calc(50% - 600px);
    transform: translateY(100px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
    opacity: 0;
    transform: translateY(100px);
}

.container_4_text span {
    font-family: SFUIText, SFUIText;
    font-weight: 400;
    font-size: 50px;
    color: #915D00;
    line-height: 60px;
    text-align: center;
    font-style: normal;
}

.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: 385px;
    height: 385px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container_6_logo img {
    width: 385px;
    height: 385px;
    object-fit: contain;
}

.container_6_title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 580px;
    left: 50%;
    transform: translate(-50%, 100px);
    opacity: 0;
}

.container_6_title::before {
    transform: scale(-1, 1);
}

.container_6_title span {
    font-family: NoirPro, NoirPro;
    font-weight: bold;
    text-align: center;
    font-size: 64px;
    color: #000000;
    line-height: 84px;
    filter: drop-shadow(3px 0 0px #7D4A01)
    drop-shadow(0px -3px 0px #7D4A01)
    drop-shadow(0px 3px 0px #7D4A01)
    drop-shadow(-3px 0 0px #7D4A01)
    drop-shadow(0px 8px 11px #C3640C);
    font-style: normal;
    background: linear-gradient(0deg, #FFD855 0%, #FFE58A 33%, #FBBD4A 68%, #FFC14F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.container_6_text {
    width: 1348px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 700px;
    transform: translate(-50%, 100px);
    opacity: 0;
    text-align: center;
}

.container_6_text span {
    font-family: SFUIText, SFUIText;
    font-weight: 400;
    font-size: 50px;
    color: #8D5A00;
    line-height: 60px;
    text-align: center;
    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;
}