@import 'owl.carousel';
.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-logo {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: url(../../images/logo-overlay.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.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 {
        max-width: 70%;
        text-transform: uppercase;
        font-size: 50px;
        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;
    }
}

.carousel-wrap {
    margin: 40px auto 0;
    padding: 0 0;
    width: 100%;
    position: relative;
    a {
        text-decoration: none;
    }
    img {
        cursor: url("../../images/mouse-over.png"), auto;
    }
    img:hover {
        text-decoration: none;
        cursor: url("../../images/mouse-over.png"), auto;
    }
}

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

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

.main_para_1 {
    max-width: 500px;
    margin: 0 auto;
}

.hove-shape1 {
    right: 20px;
    top: 20px;
    border-left: 0;
    opacity: 0;
    border-bottom: 0;
    width: 0%;
    height: 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;
        max-width: 600px;
        margin: 0 auto;
    }
    .item {
        &:hover {
            .hove-shape1 {
                width: 85%;
                height: 30%;
                opacity: 1;
            }
            .hove-shape2 {
                width: 85%;
                height: 30%;
                opacity: 1;
            }
        }
    }
}

.sub_header1 {
    font-size: 25px;
    margin: 46px 12px 0;
    font-weight: 600
}

.main_videos {
    display: block;
    width: 100%;
    position: relative;
    padding: 70px 0;
    background: url(../../images/video-banner.jpg);
    height: 85vh;
    background-size: cover !important;
    &:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .5;
        z-index: 1;
        left: 0;
        top: 0;
    }
}

.videos_text {
    position: absolute;
    width: 60%;
    left: 20%;
    color: #fff;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    h3 {
        text-align: center;
        color: #fff;
        margin: 0 0 29px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 2px;
    }
    h1 {
        text-align: center;
        color: #fff;
        margin: 0 0 29px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 45px;
        max-width: 600px;
        margin: 20px auto;
    }
    p {
        text-align: center;
        color: #fff;
        margin: 0 0 29px;
    }
    a {
        color: #fff;
        text-decoration: none;
        margin-bottom: 0;
        display: inline-block;
        &:hover {
            text-decoration: none;
        }
        img {
            max-width: 36px;
            margin-right: 6px;
            background: #fff;
            border-radius: 60px;
            position: relative;
            top: -2px;
        }
    }
}

.main_packag {
    display: block;
    width: 100%;
    position: relative;
    padding: 60px 0 60px;
    background: #fff;
    .sub_header2 {
        font-weight: 600;
        color: #000;
        font-size: 30px;
        span {
            font-weight: 100;
            color: #4a4e5e;
        }
    }
    .sub_number1 {
        position: absolute;
        left: -40px;
        font-size: 55px;
        font-weight: 300;
        top: -33px;
        color: #d20e0e;
        &:after {
            content: "";
            width: 46px;
            height: 1px;
            background: #000;
            display: block;
            position: relative;
            left: -8px;
        }
    }
    .packag_sec1 {
        align-items: center;
        margin-bottom: 50px;
        margin-top: 50px;
        a {
            text-decoration: none;
            font-size: 14px;
            font-weight: 600;
            color: #d20e0e;
            text-transform: uppercase;
            span {
                display: inline-block;
                width: 26px;
                height: 26px;
                border: 2px solid #b5b5b5;
                border-radius: 26px;
                text-align: center;
                margin-right: 10px;
                color: #4a4e5e;
                i {
                    margin-top: 4px;
                    color: #d20e0e;
                }
            }
            img {
                max-width: 36px;
                margin-right: 6px;
                background: #fff;
                border-radius: 60px;
                position: relative;
                top: -2px;
                box-shadow: 6px 6px 10px #c3c3c3;
            }
        }
    }
    .view-all-packeges {
        a {
            text-transform: uppercase;
            text-decoration: none;
            font-size: 14px;
            font-weight: 600;
            color: #000;
            img {
                max-width: 36px;
                margin-right: 6px;
                background: #fff;
                border-radius: 60px;
                position: relative;
                top: -2px;
            }
        }
    }
}

.odd {
    padding-left: 50px;
    img {
        padding-right: 70px;
    }
}

.even {
    padding-left: 100px;
    img {
        padding-left: 50px;
    }
}

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

.pkg-mob-img {
    display: none;
}

#photography-categories-home a {
    text-decoration: none;
}

.owl-carousel .owl-item .mouse-drag-mob {
    display: none;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
    top: 45%;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #e1513e;
    text-align: center;
    padding: 1px 8px 0px 5px !important;
    color: #fff;
    border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-next {
    right: 10px;
    top: 45%;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #e1513e;
    text-align: center;
    padding: 1px 5px 0px 5px !important;
    color: #fff;
    border-radius: 50%;
}

@media (max-width: 1300px) {
    .banner_text {
        h1 {
            font-size: 40px;
        }
    }
    .main_videos {
        height: 50vh;
    }
}

@media (max-width: 991px) {
    .main_slider {
        padding: 50px 15px;
    }
    .carousel-item .slider-image {
        width: 991px !important;
        height: 562px;
    }
    .banner_text {
        width: 90%;
        display: inline-block;
        margin-bottom: 25px;
        top: 30%;
        h1 {
            font-size: 34px;
            width: 100%;
            max-width: 100%;
        }
    }
    .sub_header1 {
        font-size: 18px;
        margin: 35px 12px 0;
    }
    .hove-shape2 {
        bottom: 40px;
    }
    .main_videos {
        height: 35vh;
        .videos_text {
            width: 100%;
            left: 0;
            padding: 0 20px;
            h1 {
                font-size: 34px;
                line-height: 42px;
            }
        }
    }
    .sub_menu_1 {
        position: absolute;
        z-index: 9;
        right: 60px;
        top: 20px;
        margin-top: 0;
    }
    .sub_menu_1 ul.navbar-nav li.nav-item a {
        font-size: 0;
        color: #fff;
        padding: 0 10px;
    }
    .sub_menu_1 ul.navbar-nav li.nav-item a i {
        font-size: 20px;
        color: #fff;
    }
    .main_navbar .navbar-brand img {
        max-width: 170px;
    }
    .main_packag .sub_number1 {
        position: inherit;
        left: 10px;
        float: left;
    }
    .main_packag .sub_header2 {
        display: inline-block;
        padding-left: 15px;
        margin-top: -10px;
    }
    .option-desc p {
        display: inline-block;
    }
    .pkg-mob-img {
        display: inherit;
    }
    .even {
        padding-left: 40px;
    }
    .option-desc {
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .banner-main-image {
        width: 100% !important;
        height: auto !important;
    }
    .main_slider h1 {
        font-size: 28px;
    }
    .main_videos .videos_text h1 {
        font-size: 28px;
    }
    .main_packag .packag_sec1 img {
        padding-right: 20px;
        padding-left: 20px;
    }
    .odd,
    .even {
        padding-left: 10px;
    }
    .owl-carousel .owl-item .mouse-drag-mob {
        display: block;
        position: absolute;
        z-index: 99;
        top: 25%;
        left: 35%;
        max-width: 70px;
    }
}

@media (max-width: 500px) {
    .owl-carousel .owl-item .mouse-drag-mob {
        top: 35%;
        left: 40%;
        max-width: 100px;
    }
}

@media (max-width: 580px) {
    .banner_text {
        text-align: center;
        width: 100%;
        padding: 30px 30px;
        h1 {
            font-size: 24px;
            text-align: center;
        }
    }
    .main_videos {
        height: 50vh;
        .videos_text h1 {
            font-size: 24px;
            line-height: 32px;
        }
    }
    .odd,
    .even {
        padding-left: 0;
    }
    .main_packag .packag_sec1 img {
        padding-right: 0;
        padding-left: 0;
    }
    .main_packag .sub_header2 {
        font-size: 24px;
        padding-left: 10px;
    }
    .main_head_1 {
        font-size: 30px;
    }
    .main_packag .sub_number1 {
        left: 5px;
        font-size: 40px;
    }
    .main_packag .sub_header2 {
        padding-left: 5px;
    }
    .whatsapp_icon {
        width: 45px;
        height: 45px;
        bottom: 15px;
        left: 15px;
    }
    .whatsapp_icon i {
        font-size: 30px;
        margin-top: 8px;
    }
}

.swal2-close:focus {
    box-shadow: inset 0 0 0 3px rgb(255 255 255 / 50%) !important;
}

.option-desc {
    margin-top: 30px;
    margin-bottom: 30px;
}


/* Arabic */

html:lang(ar) {
    body {
        direction: rtl;
        font-family: GE-SS-Two-Light !important;
    }
    .main_packag {
        .sub_number1 {
            right: 40px;
            &:after {
                left: 15px;
            }
        }
        .sub_header2 {
            margin-right: 85px;
            span {
                margin-left: 25px;
            }
        }
        .packag_sec1 {
            a {
                margin-right: 85px;
                display: inline-block;
                line-height: 26px;
                span {
                    float: left;
                }
            }
        }
    }
    .odd {
        padding-right: 50px;
    }
    .even {
        padding-right: 100px;
    }
    @media (max-width: 580px) {
        .main_navbar {
            .navbar-brand {
                img {
                    max-width: 130px;
                }
            }
        }
        .pkg-mob-img {
            margin-top: 25px;
            margin-bottom: 20px;
        }
        .main_packag {
            .sub_number1 {
                right: 10px;
                position: absolute;
            }
        }
        .odd {
            padding-right: 0;
        }
        .even {
            padding-right: 0;
        }
    }
}