.full_banner {
    display: block;
    width: 100%;
    position: relative;
}

.main_banner {
    display: block;
    width: 100%;
    position: relative;
    &:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(5 25 38 / 29%);
        opacity: .7;
        z-index: 1;
        left: 0;
        top: 0;
    }
}

.banner_text {
    position: absolute;
    width: 85%;
    left: 3%;
    color: #fff;
    z-index: 99;
    top: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    h1 {
        text-transform: uppercase;
        font-size: 60px;
        font-weight: bold;
        color: #fff;
        span {
            color: #d20e0e;
        }
    }
    a {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        letter-spacing: 1px;
        &:hover {
            text-decoration: none;
        }
        &:focus {
            text-decoration: none;
            text-decoration: none;
        }
        img {
            max-width: 36px;
            margin-right: 6px;
            background: #fff;
            border-radius: 60px;
            position: relative;
            top: -2px;
        }
    }
}

.inner-banner {
    .banner_text {
        left: 0;
    }
}

.main_slider {
    display: block;
    width: 100%;
    position: relative;
    padding: 100px 0;
    h3 {
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 2px;
    }
    h1 {
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 35px;
        max-width: 500px;
        margin: 20px auto;
    }
    div.main_para_2 {
        text-align: center;
    }
    .item {
        &:hover {
            .hove-shape1 {
                width: 90%;
                height: 78%;
                opacity: 1;
            }
            .hove-shape2 {
                width: 90%;
                height: 78%;
                opacity: 1;
            }
        }
    }
}

.banner_hov2 {
    position: absolute;
    width: 40%;
    left: 50%;
    color: #fff;
    z-index: 99;
    top: auto;
    bottom: 10%;
    text-align: center;
    transform: translateX(-50%);
    h1 {
        font-size: 46px;
        font-weight: bold;
        color: #fff;
        span {
            color: #d20e0e;
        }
    }
}

.main_packag {
    display: block;
    width: 100%;
    position: relative;
    padding: 60px 0 60px;
    background: #fff;
}

.lang-ar .back-logo-left {
    background: url(../../images/back-logo.svg) no-repeat right top -210px;
    background-size: 339px;
}
.lang-en .back-logo-left {
    background: url(../../images/back-logo.svg) no-repeat left top -210px;
    background-size: 339px;
}

.bgm_section_1 {
    display: block;
    width: 100%;
    position: relative;
    padding: 70px 0;
    background: url(../../images/bg-about-section-2.jpg) no-repeat right bottom;
    background-size: cover !important;
    .sub_header5 {
        color: #fff;
    }
    .main_para_2 {
        color: #fff;
    }
    .sub_header3 {
        color: #fff;
    }
}
.lang-ar .bgm_section_1{
    background: url(../../images/bg-about-section-2.jpg) no-repeat left bottom;
}

.looking_sec1 {
    padding: 65px 25px;
    background: #f6f6f6;
    text-align: center;
    border: 1px solid #e2e2e2;
    h2 {
        font-weight: 600;
        margin-bottom: 20px;
        color: #234647;
    }
    a {
        color: #234647;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        img {
            max-width: 36px;
            margin-right: 6px;
            background: #fff;
            border-radius: 60px;
            position: relative;
            top: -2px;
        }
    }
}

.banner-inner {
    .banner_hov2 {
        max-width: 550px;
    }
}

.back-logo-left {
    background: url(../../images/back-logo.svg) no-repeat left top -210px;
    background-size: 339px;
}

.img-grid-box {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 0;
}

.g-img-2 {
    z-index: 9;
    position: absolute;
    right: 290px;
    top: 190px;
}

.g-img-3 {
    position: absolute;
    z-index: 8;
    right: 0;
    top: 100px;
}

.main_head_1 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #000;
    position: relative;
}

.main_para_1 {
    line-height: 28px;
    font-size: 16px;
    font-weight: 500;
    color: #305165;
}

.reamore_bt1 {
    color: #0a3856;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    img {
        max-width: 36px;
        margin-right: 6px;
        background: #fff;
        border-radius: 60px;
        position: relative;
        top: -2px;
    }
}

.about-img-e1 {
    padding: 55px;
    position: relative;
}

.about-img-e1 .hove-shape2 {
    left: 20px;
    bottom: 20px;
}

.about-img-e1 .hove-shape1 {
    right: 20px;
    top: 20px;
    z-index: -11;
}

.hove-shape2,
.hove-shape1 {
    position: absolute;
    transition-duration: 1s;
    z-index: 99;
    border: 2px solid #d20e0e;
}

.hove-shape2 {
    left: 20px;
    bottom: 20px;
    border-top: 0;
    opacity: 0;
    border-right: 0;
    width: 0%;
    height: 0
}

.hove-shape1 {
    right: 20px;
    top: 20px;
    border-left: 0;
    opacity: 0;
    border-bottom: 0;
    width: 0%;
    height: 0%
}

.about-img-e1:hover .hove-shape1 {
    width: 70%;
    height: 70%;
    opacity: 1
}

.about-img-e1:hover .hove-shape2 {
    width: 70%;
    height: 70%;
    opacity: 1
}

.mani_head_1 {
    font-weight: 600;
    font-size: 40px;
}

.packag_sec1 {
    align-items: center;
    padding-top: 0 !important;
    padding-left: 100px;
    padding-bottom: 50px;
}

.packag_sec1 a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #d20e0e;
    text-transform: uppercase;
}

.philosophy-section img {
    padding-right: 50px;
}

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 600px;
    max-height: 360px;
    margin-left: -300px;
    margin-top: -180px;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
}

#boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
}

.boxclose:before {
    content: "×";
}

@media (max-width: 991px) {
    .banner-inner .banner_hov2 {
        max-width: 70%;
        width: 100%;
        h1 {
            font-size: 36px;
        }
    }
    .carousel-inner img {
        width: 991px !important;
        height: 462px;
    }
    .img-grid-box {
        margin-top: 0;
        padding: 30px 0 0 0;
    }
}

@media (max-width: 776px) {
    .banner-inner .banner_hov2 {
        max-width: 80%;
        width: 100%;
        h1 {
            font-size: 36px;
        }
    }
    .carousel-inner img {
        width: 776px !important;
        height: 362px;
    }
    .about-img-e1 {
        padding: 0px;
    }
    .bgm_section_1 .sub_header5 {
        padding-top: 50px;
    }
    .packag_sec1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .packag_sec1 {
        padding-left: 0;
        padding-bottom: 0;
    }
    .main_packag {
        .main_para_2 {
            padding-top: 15px;
        }
    }
}

@media (max-width: 580px) {
    .carousel-inner img {
        width: 579px !important;
        height: 270px;
    }
    #light {
        left: 2.5%;
        max-width: 95%;
        margin-left: 0;
        video {
            width: 100%;
        }
    }
}


/* Arabic */

html:lang(ar) {
    .packag_sec1 a {
        line-height: 36px;
        display: inline-block;
    }
    .reamore_bt1 img {
        float: left;
        transform: rotate(0.5turn);
    }
}