* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Cairo', sans-serif;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--black);
    opacity: 60%;
}

:root {
    --white: #fff;
    --black: #000;
    --black2: #222;
    --greey: #EEF3F9;
    --grey1: #f0f0f0;
    --grey2: #e9d7d3;
    --grey3: #69697B;
    --aQwa: #088178;
    --bulo: #052A59;
    --blou: #0091CE;
    --bloy: #588CCE;
    --red: #ff0000;

}

.scroll-toop {
    width: 65px;
    height: 65px;
    position: fixed;
    font-size: 20px;
    bottom: 5rem;
    right: 50px;
    background-color: var(--bloy);
    z-index: 999;
    cursor: pointer;
    text-align: center;
    color: white;
    border-radius: 50%;
    padding: 20px;
}

.scroll-toop a {
    text-decoration: none;
    color: var(--white);
}

.scroll-toop2 a {
    text-decoration: none;
    color: var(--white);
}

.scroll-toop2 {
    width: 65px;
    height: 65px;
    position: fixed;
    font-size: 27px;
    bottom: 10px;
    right: 50px;
    background-color: rgb(74, 184, 74);
    cursor: pointer;
    z-index: 999;
    text-align: center;
    color: white;
    border-radius: 50%;
    padding: 10px;
}

#headerr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background: var(--white);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 5px 15px rgb(0, 0, 0, 0.4);
    opacity: 0.9;
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
}

#navbarr {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

#navbarr li {
    list-style: none;
    padding: 0 10px;
    position: relative;
}

#navbarr li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 8px;
    color: #1a1a1a;
    transition: 0.3s ease;
}

#navbarr li a:hover,
#navbarr li a.active {
    background: var(--bloy);
    border-radius: 6px;
    font-weight: bold;
    transition: .2s ease;
    padding: 8px;
    color: var(--white);
}

.btn-contact {
    background-color: var(--bloy);
}

#mobile {
    display: none;
    align-items: center;
}

#close {
    display: none;
}

.main_section {
    margin-top: -1rem;
}

.hello-text h2 {
    font-weight: bold;
    font-size: 25px;
    color: var(--bloy);
}

.hello-text p {
    font-size: 13px;
    line-height: 2rem;
    color: var(--grey3);
}

.t-ml h2 {
    color: var(--bloy);
    font-size: 35px;
    font-weight: bold;
}

.two-di {
    width: 100%;
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.one-di {
    width: 50%;
    display: flex;
    justify-content: center;
}

.one-di img {
    width: 300px;

}

.two2-di {
    width: 50%;
    font-size: 13px;
}

.two2-di p {
    color: var(--grey3);
}

.two2-di span {
    font-weight: bold;
    color: var(--bloy);
}

.banner {
    background-color: var(--greey);
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    padding: 10px;
}

.text__1 {
    width: 50%;
    margin-top: 50px;
    text-align: center;
}

.text__1 h2 {
    font-size: 30px;
    font-weight: bold;
    color: var(--bloy);
}

.text__1 p {
    color: var(--grey3);
    font-size: 12px;
}

.text__1 span {
    font-weight: bold;
    color: var(--bloy);
}

.img__2 {
    width: 50%;
}

.img__2 img {
    width: 90%;
    height: 300px;
    margin-bottom: 20px;
}

.ios {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 130px;
    position: relative;
}

.sh-ios {
    color: var(--bloy);
}

.p-ios {
    color: var(--grey3);
}

.ios::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 2px;
    background-color: var(--bulo);
    top: 35%;
    left: 40%;
    transform: rotate(-90deg);
    box-shadow: 10px 450px 75px 10px var(--bloy);
}

.logo-iso1 {
    width: 50%;
}

.logo-iso1 p {
    margin-top: 25px;
    font-size: 13px;
    font-weight: bold;
    color: var(--grey3);
}

.logo-iso1 img {
    width: 250px;
}

.logo-iso2 {
    width: 50%;

}

.logo-iso2 img {
    width: 250px;
}

.logo-iso2 p {
    margin-top: 25px;
    font-size: 13px;
    font-weight: bold;
    color: var(--grey3);
}

.logo-iso img {
    width: 120px;
    text-align: center;
}

.end-footer {
    margin-top: 70px;
    width: 100%;
    height: 100%;
    background-color: var(--blou);
}

.start-text h4 {
    font-size: 20px;
    padding-right: 5px;
    color: var(--white);
    font-weight: bold;
}

.start-text img {
    border-radius: 8px;
    object-fit: contain;
}

.cont-text {
    margin-top: 30px;
    font-size: 13px;
    line-height: 2.5;
    color: var(--white);
}

.icon-footer img {
    flex-direction: column;
}

.end-footr2 h4 {
    font-weight: bold;
    font-size: 18px;
    color: var(--white);
}

.footteerr {
    justify-content: space-between;
}

.end-footr3 h4 {
    font-weight: bold;
    font-size: 18px;
    color: var(--white);
}

.end-footr3 p {
    color: var(--white);
    font-size: 13px;
}

.end-footr3 a {
    text-decoration: none;
}

.link-athr a:hover {
    color: var(--red);
}

.link-athr a {
    text-decoration: none;
    font-weight: bold;
    color: #5affe2;
    transition: 1s ease;
}

.link-athr {
    color: var(--white);
    font-size: 14px;
}

/* جدول الرحلات */
.first-table {
    width: 90%;
    margin: auto;
    box-shadow: 5px 10px 80px -25px var(--bloy);
}

.cap i {
    padding: 1rem 0;
    font-size: 4rem;
    color: var(--bloy);
}

.cap h1 {
    font-weight: bold;
    color: var(--bloy);
}

.first-table th {
    border: 1px solid var(--bloy);
    padding: 10px;
}

.first-table td {
    border: 1px solid var(--bloy);
    padding: 10px;
}

/* المقالات */
.titel-detals {
    text-align: center;
    font-size: 25px;
    margin-bottom: 2rem;
    color: var(--grey3);
    font-weight: bold;
}

.img-no {
    margin-bottom: 20px;
    padding: 1rem 2rem;
    border-radius: 10px;
    background-color: var(--greey);
}

.img-no img {
    border-radius: 10px;
}

.img-no img {
    width: 100%;
}

.detals {
    text-align: center;
}

.detals button {
    width: 8rem;
    height: 2rem;
    border: none;
    border-radius: 5px;
    background-color: var(--bloy);
    font-weight: bold;
    color: var(--white);
}

/* معرض الصور والفيديوهات */

.tap-cont {
    margin-top: 3rem;
    text-align: center;
}

.tap-cont button {
    margin: 0 2rem;
    width: 100px;
    height: 40px;
    border: none;
    border-radius: 5px;
    background-color: var(--bloy);
    color: var(--white);
    font-weight: bold;
}


.img-th {
    width: 100%;
    display: flex;
}

.img-th img {
    width: 33%;
    padding-right: 10px;
    border-radius: 10px;
}

#myVideo-2 {
    width: 100%;
    margin-bottom: 20px;
}

#video-container {
    background-color: var(--grey1);
    border-radius: 10px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

video {
    width: 100%;
    height: 200px;
    padding-right: 10px;
    border-radius: 10px;
    margin-top: 5rem;
}

.play-button {
    display: flex;
    margin-top: 2.3rem;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
}

.play-button::before {
    content: "\25B6";
}

.playing {
    background-color: rgba(255, 0, 0, 0.5);
}
@media (max-width:434px) {
        
    .lang-menu {
        padding: 0 0rem;
    }

    .img__2 img {
        padding: 0 10px;
    }

    .tap-cont button {
        margin-bottom: 8px;
    }

    .scroll-toop {
        right: 12px;
    }

    .scroll-toop2 {
        right: 12px;
    }

    .img-no {
        padding: 2px 2px;
    }

    .detals button {
        margin-bottom: 15px;
    }
}

@media (max-width:705px) {

    .hello-text p {
        padding: 0 15px;
    }

    .text__1 p {
        padding: 0 15px;
    }

    .p-ios {
        padding: 0 15px;
    }

    .two2-di p {
        padding: 0 5px;
    }
}

@media (max-width:799px) {
    #navbarr {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        right: -300px;
        height: 80vh;
        width: 300px;
        background-color: var(--white);
        box-shadow: 0 40px 60px rgb(0, 0, 0, 0.1);
        padding: 80px 0 0 10px;
        transition: 0.3s ease;
        overflow: auto;
        border-bottom-left-radius: 10px;
    }


    #navbarr.active {
        right: 0px;
    }

    #navbarr li {
        margin-bottom: 40px;
    }

    #navbarr li a {
        font-size: 15px;
    }

    #mobile {
        display: flex;
        align-items: center;
    }

    #mobile i {
        color: #1a1a1a;
        font-size: 30px;
        padding-left: 20px;
    }

    #close {
        display: initial;
        position: absolute;
        top: 15px;
        left: 30px;
        color: var(--bloy);
        font-size: 30px;
    }

    #lg-bag {
        display: none;
    }

    .banner {
        flex-direction: column;
        width: 100%;
    }

    .banner .img__2 {
        order: 1;
    }

    .banner .text__1 {
        order: -1;
    }

    .two-di .one-di {
        order: 1;
    }

    .two-di .two2-di {
        order: -1;
    }


    .text__1 {
        width: 100%;
        margin-top: -5px;
    }

    .text__1 h2 {
        font-size: 18px;
        font-weight: bold;
    }

    .text__1 p {
        font-size: 11px;
    }

    .text__1 span {
        font-weight: bold;
    }

    .img__2 {
        width: 100%;
    }

    .img__2 img {
        width: 100%;
        height: 300px;
        object-fit: contain;
    }

    .ios {
        flex-direction: column;
    }

    .ios::after {
        content: "";
        position: absolute;
        width: 20%;
        height: 2px;
        background-color: var(--bulo);
        top: 52%;
        left: 40%;
        transform: rotate(0);
    }

    .logo-iso1 {
        width: 100%;
    }

    .logo-iso1 p {
        margin-top: 25px;
        font-size: 14px;
        padding: 0 10px;
        font-weight: bold;
    }

    .logo-iso1 img {
        width: 130px;
    }

    .logo-iso2 {
        width: 100%;
        margin-top: 10rem;
    }

    .logo-iso2 img {
        width: 130px;
    }

    .logo-iso2 p {
        margin-top: 25px;
        font-size: 14px;
        padding: 0 10px;
        font-weight: bold;
    }

    .logo-iso img {
        width: 120px;
        text-align: center;
    }

    .footteerr {
        flex-direction: column;
    }

    .end-footer {
        flex-direction: column;
        text-align: center;
        align-items: center;
        margin-top: 25px;
        height: 100%;
    }

    .two-di {
        flex-direction: column;
    }

    .two-di {
        margin-top: -3rem;
    }

    .one-di img {
        width: 50%;
        margin-top: 3rem;
    }

    .two2-di {
        width: 100%;
        text-align: center;
        font-size: 15px;
        margin-top: 4rem;
    }

    .one-di {
        width: 100%;
    }

    .one-di img {
        width: 70%;
    }

    .hello-text h2 {
        font-size: 30px;
    }
    .titel-detals {
        font-size: 12px; 
    }

    .hello-text p {
        font-size: 16px;
    }

    .img-th {
        flex-direction: column;
    }

    .img-th img {
        width: 100%;
        margin-bottom: 10px;
    }

    .v-ive {
        flex-direction: column;
    }

    .start-text {
        flex-direction: column;
        align-items: center;
    }

    .start-text h4 {
        font-size: 20px;
    }

    .cont-text p {
        font-size: 9px;
        text-align: center;
        font-weight: bold;
    }

    .start-text p {
        font-size: 30px;
    }

    .end-footr2 h4 {
        font-size: 35px;
    }

    .end-footr2 p {
        font-size: 30px;
    }

    .end-footr3 h4 {
        font-size: 15px;
    }

    .end-footr3 p {
        color: var(--white);
        font-size: 11px;
        margin-bottom: 9px;
    }

    .tap-cont {
        margin-bottom: 10px;
    }

    .img-no {
        padding: 10px 10px;
    }

    .detals button {
        margin-bottom: 10px;
    }
    

}

@media (min-width: 800px) {
    .img__2 img {
        width: 100%;
        padding: 0 20px;
    }

    .tap-cont {
        margin-bottom: 20px;
    }

    .img-th img {
        margin-bottom: 30px;
    }
}