/* arabic */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cairo/v20/SLXGc1nY6HkvalIkTpu0xg.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cairo/v20/SLXGc1nY6HkvalIkTpu0xg.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cairo/v20/SLXGc1nY6HkvalIkTpu0xg.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #F8E8A9;
}

p {
    color: #FFFFFF;
}

b,
strong {
    color: #FFFFFF;
    font-weight: 600;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

html,
body {
    font-family: Cairo, sans-serif;
    font-style: normal;
    font-weight: 400;
    background: #000000;
    direction: rtl;
    color: #FFFFFF;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

::marker {
    color: #FFFFFF;
    font-size: 19px;
}

p {
    color: #FFFFFF;
}

h1,
h2,
h3 {
    font-family: Cairo, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #FFFFFF;
}

b {
    color: #FFFFFF;
    font-weight: 700;
}


.header {
    padding: 20px 80px;
    height: 110px;
    position: absolute;
    z-index: 100;
    width: 100%;
    display: flex;
    transition: all .25s ease;
    justify-content: space-between;
    align-items: center;
}

.header .header-row {
    display: flex;
    transition: all .25s ease;
    justify-content: space-between;
    align-items: center;
}

.header .header-row .right .logo {
    display: block;
    height: 62px;
    transition: all 0.2s ease 0s;
}


.header .header-row .left {
    display: flex;
    align-items: center;
}

.header .header-row .left .logo {
    display: block;
    height: 48px;
    transition: all 0.2s ease 0s;
}

.header.sticky {
    background: #00000061;
    position: fixed;
    height: 90px;
    backdrop-filter: blur(2px);
}

.section-1 {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 80px;
    width: 100%;
    height: 1080px;
    background: url(images/sec1-bg.jpg);
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}


.section-1 .mobile-legends {
    margin: auto;
    text-align: center;
}

.section-1 .mobile-legends img {
    height: 215px;
    margin-bottom: 10px;
}

.section-1 .mobile-legends h1 {
    font-size: 30px;
    color: #F8E8A9;
    text-transform: uppercase;
    margin-bottom: 30px;
}


.section-1 .title {
    max-width: 960px;
    text-align: center;
    margin: auto;
}

.section-1 .title h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 250ms ease;
}

.section-1 .title h3 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 20px;
    color: #F8E8A9;
    text-transform: uppercase;
    transition: all 250ms ease;
}

.section-1 .title b {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 250ms ease;
}


.section-1 .loction {
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: center;
    text-align: center;
}

.section-1 .loction .icon {
    display: flex;
    align-items: center;
}

.section-1 .loction .icon img {
    height: 28px;
    width: auto;
}

.section-1 .loction .info {
    margin-right: 12px;
}

.section-1 .loction .info a p {
    color: #FFFFFF;
    font-weight: 700;
}

.section-1 .loction .info p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
}

.section-1 .booking-btn {
    display: flex;
    margin-top: 40px;
    justify-content: center;
}

.section-1 .booking-btn .btn {
    
}

.section-1 .booking-btn .btn a {
    display: block;
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 17px;
    padding: 12px 34px;
    transition: all 0.2s ease 0s;
    background: linear-gradient(90deg, #B2875B 0%, #F8E8A9 100%);
    border-radius: 8px;
    text-transform: uppercase;
}

.section-1 .booking-btn .btn a:hover {
    color: #000;
    background: #FFFFFF;
}

.section-1 .booking-btn .outline-btn {
    margin-left: 20px;
}

.section-1 .booking-btn .outline-btn a {
    display: block;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 17px;
    padding: 12px 34px;
    transition: all 0.2s ease 0s;
    border: 2px solid #ffffff;
    border-radius: 8px;
    text-transform: uppercase;
}

.section-1 .booking-btn .outline-btn a:hover {
    color: #000000;
    background: #FFFFFF;
}

.section-2 {
    padding: 140px 80px;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    width: 100%;
}


.section-2 .block {

}

.section-2 .block .content {
    max-width: 670px;
    margin: auto;
    text-align: center;
}


.section-2 .block .content .title {
    padding-bottom: 60px;
}

.section-2 .block .content .title h2 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.section-2 .block .timeline {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 1024px;
    margin: auto;
}

.section-2 .block .timeline .item {
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.section-2 .block .timeline .item .date {
    width: 14%;
}

.section-2 .block .timeline .item .date b {
    
}


.section-2 .block .timeline .item .circle-line {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-2 .block .timeline .item .circle-line .circle {
    width: 12px;
    height: 12px;
    background: #F8E8A9;
    border-radius: 12px;
    position: absolute;
    top: 50%;
    z-index: 10;
}

.section-2 .block .timeline .item .circle-line .line {
    height: 124%;
    width: 1px;
    background: #1A1A1A;
    position: relative;
}

.section-2 .block .timeline .item .box {
    background: #1A1A1A;
    padding: 12px 16px;
    border-radius: 8px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.section-2 .block .timeline .item .box .box-title {

}

.section-2 .block .timeline .item .box .box-btn {
    margin-right: 12px;
}

.section-2 .block .timeline .item .box .box-btn a {
    display: block;
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 17px;
    padding: 12px 34px;
    transition: all 0.2s ease 0s;
    background: linear-gradient(90deg, #B2875B 0%, #F8E8A9 100%);
    border-radius: 8px;
    text-transform: uppercase;
}

.section-2 .block .timeline .item .box .box-btn a:hover {
    background: #FFFFFF;
    color: #000;
}

.section-3 {
    padding: 140px 80px;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    width: 100%;
    height: 480px;
    background: url(images/booking-bg.jpg);
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}


.section-3 .block {

}

.section-3 .block .content {
    max-width: 670px;
    margin: auto;
    text-align: center;
}


.section-3 .block .content .title {

}

.section-3 .block .content .title h2 {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.section-3 .block .content .loction {
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: center;
    text-align: center;
}

.section-3 .block .content .loction .icon {
    display: flex;
    align-items: center;
}

.section-3 .block .content .loction .icon img {
    height: 28px;
    width: auto;
}

.section-3 .block .content .loction .info {
    margin-right: 12px;
}

.section-3 .block .content .loction .info a p {
    color: #FFFFFF;
    font-weight: 700;
}

.section-3 .block .content .loction .info p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
}

.section-3 .block .content .btn {
    margin-top: 60px;
}

.section-3 .block .content .btn a {
    display: inline-block;
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 17px;
    padding: 12px 34px;
    transition: all 0.2s ease 0s;
    background: #FFFFFF;
    border-radius: 8px;
    text-transform: uppercase;
}

.section-3 .block .content .btn a:hover {
    color: #000000;
    background: linear-gradient(90deg, #B2875B 0%, #F8E8A9 100%);

}



.footer {
    overflow: hidden;
    padding: 60px 80px;
}

.footer .footer-row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.footer .footer-row .left {
    display: flex;
    flex-direction: row-reverse;
}

.footer .footer-row .left .logo {
    margin-right: 14px;
}

.footer .footer-row .left .logo img {
    display: block;
    height: 62px;
    transition: all 0.2s ease 0s;
}


.footer .footer-row .left .content h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
}

.footer .footer-row .right {

}

.footer .footer-row .right .title h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
}

.footer .footer-row .right .social-media {
    display: flex;
}

.footer .footer-row .right .social-media svg {
    height: 36px;
    margin-right: 20px;
    fill: #FFFFFF;
}

.footer .footer-row .right .social-media svg:hover {
    fill: #F8E8A9;
}

@media (max-width: 1024px) {

    .header {
        padding: 14px 10px;
        height: auto;
    }

    .header.sticky {
        height: auto;
    }

    .header .header-row .right .logo {
        display: block;
        height: 42px;
        transition: all 0.2s ease 0s;
    }

    .header .header-row .left .logo {
        display: block;
        height: 28px;
        transition: all 0.2s ease 0s;
    }

    .section-1 {
        padding: 110px 20px;
        width: 100%;
        height: auto;
    }

    .section-1 .mobile-legends img {
        height: 130px;
        margin-bottom: 10px;
    }


    .section-1 .mobile-legends h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .section-1 .title h2 {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .section-1 .title h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .section-1 .title b {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .section-1 .loction {
        margin-top: 20px;
    }

    .section-1 .loction .info a p {
        color: #FFFFFF;
        font-weight: 700;
        text-align: right;
        font-size: 16px;
    }

    .section-1 .booking-btn {
        display: flex;
        margin-top: 30px;
        justify-content: center;
        flex-direction: column;
    }

    .section-1 .booking-btn .outline-btn {
        margin-left: 0;
        margin-bottom: 14px;
    }

    .section-1 .booking-btn .outline-btn a {
        font-size: 16px;
        padding: 8px 34px;
        text-align: center;
    }

    .section-1 .booking-btn .btn a {
        font-size: 16px;
        padding: 10px 34px;
        text-align: center;
    }

    .section-2 {
        padding: 80px 20px;
    }


    .section-2 .block .content .title h2 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .section-2 .block .content .title {
        padding-bottom: 40px;
    }
    
    .section-2 .block .timeline .item .box {
        padding: 12px 16px;
        border-radius: 8px;
        flex-direction: column;
    }

    .section-2 .block .timeline .item .date {
        width: 50%;
        text-align: center;
    }

    .section-2 .block .timeline .item .box .box-title {
        margin-bottom: 14px;
        text-align: center;
    }

    .section-2 .block .timeline .item .box .box-title b {
        font-size: 16px;
    }

    .section-2 .block .timeline .item .date b {
        font-size: 15px;
        text-align: center;
    }

    .section-2 .block .timeline .item .box .box-btn {
        margin-right: 0;
        width: 100%;
    }

    .section-2 .block .timeline .item .box .box-btn a {
        font-size: 15px;
        padding: 5px 16px;
        text-align: center;
    }

    .section-3 {
        padding: 80px 20px;
        height: auto;
        background-attachment: inherit;
    }

    .section-3 .block .content .title h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .section-3 .block .content .loction .info p {
        color: #FFFFFF;
        font-size: 16px;
        text-align: right;
    }

    .section-3 .block .content .loction .icon img {
        height: 24px;
    }

    .section-3 .block .content .loction {
        margin-top: 20px;
    }

    .section-3 .block .content .btn {
        margin-top: 30px;
    }

    .section-3 .block .content .btn a {
        font-size: 16px;
        padding: 6px 24px;
    }
    .footer .footer-row {
        flex-direction: column;
    }
    .footer {
        padding: 30px 20px;
    }
    .footer .footer-row .left {
        align-items: center;
        margin-bottom: 20px;
    }
    .footer .footer-row .left .logo img {
        height: 48px;
    }
    .footer .footer-row .left .content h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .footer .footer-row .right .title h4 {
        text-align: center;
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 22px;
    }
    .footer .footer-row .right .social-media svg {
        height: 24px;
        margin: 0px 8px;
        fill: #FFFFFF;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .section-1 .booking-btn {
        flex-direction: row;
    }
    .section-1 .booking-btn .outline-btn {
        margin-left: 20px;
        margin-bottom: 0;
    }
    .section-2 .block .timeline .item .date {
        width: 14%;
        text-align: center;
    }
    .section-2 .block .timeline .item .box {
        flex-direction: row;
    }
    .section-2 .block .timeline .item .box .box-btn {
        margin-right: 0;
        width: auto;
    }
    .footer .footer-row {
        flex-direction: row-reverse;
    }
}

@media (min-width: 992px) {

}