@import "bootstrap";
// @import 'bootstrap-v4-rtl';
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&family=Source+Sans+Pro:wght@100;200;300;400;500;600;700;900&display=swap";
@import "animate.css";
@import "font-awesome";
// @import "font-awesome-rtl/font-awesome-rtl";
@import "sweetalert2/src/sweetalert2.scss";
@font-face {
    font-family: GE-SS-Two-Bold;
    src: url(../../fonts/web/GE-SS-Two-Bold.otf);
}

@font-face {
    font-family: GE-SS-Two-Light;
    src: url(../../fonts/web/GE-SS-Two-Light.otf);
}

@font-face {
    font-family: GE-SS-Two-Medium;
    src: url(../../fonts/web/GE-SS-Two-Medium.otf);
}

body {
    font-family: "Source Sans Pro", sans-serif !important;
    color: #636363;
}

html:lang(en) {
    .lang-switch {
        font-family: GE-SS-Two-Light !important;
    }
}

h1 {
    color: #0c3148;
    line-height: 1.4;
}

h2 {
    color: #0c3148;
    line-height: 1.4;
}

h3 {
    color: #0c3148;
    line-height: 1.4;
}

h4 {
    color: #0c3148;
    line-height: 1.4;
}

h5 {
    color: #0c3148;
    line-height: 1.4;
}

h6 {
    color: #0c3148;
    line-height: 1.4;
}

.container {
    max-width: 100% !important;
    width: 96% !important;
}

.main_navbar {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    img.logo-dark {
        display: none;
    }
    &.inner_nav {
        img.logo-dark {
            display: block;
        }
        img.logo-light {
            display: none;
        }
        .sub_head_1 {
            color: #08283c !important;
        }
        position: relative;
        border-bottom: 1px solid #ccc;
        .sub_menu_1 {
            ul.navbar-nav {
                li.nav-item {
                    a {
                        color: #000;
                    }
                }
            }
        }
        .navbar-expand-lg {
            .navbar-nav {
                .nav-link {
                    color: #000;
                }
            }
        }
        .navbar-toggler {
            color: #000;
            .navbar-toggler-icon {
                color: #000;
            }
        }
    }
    .navbar-collapse {
        justify-content: end;
    }
    .navbar-brand {
        font-size: 35px;
        color: #fff;
        padding: 0;
        img {
            max-width: 230px;
        }
        span {
            color: #d20e0e;
        }
    }
    .navbar-expand-lg {
        .navbar-nav {
            .nav-link {
                color: #fff;
                padding: 10px 29px;
                text-transform: capitalize;
                font-weight: 700;
                &:hover {
                    color: #d20e0e;
                }
                &:focus {
                    color: #d20e0e;
                }
                &.active{
                    color: #d20e0e;
                }
            }

            li {
                &:last-child {
                    .nav-link {
                        padding: 10px 0;
                    }
                }
            }
        }
        ul.navbar-nav {
            li.nav-item {
                ul.dropdown-menu {
                    width: 280px;
                    border-radius: 0;
                    padding: 10px;
                    li {
                        a {
                            font-size: 17px;
                            padding: 11px 19px;
                            color: #0a3856;
                            position: relative;
                            &:after {
                                content: "";
                                width: 100%;
                                height: 1px;
                                background: #ccc;
                                position: absolute;
                                left: 0;
                                bottom: 0;
                            }
                        }
                        &:last-child {
                            a {
                                &:after {
                                    display: none;
                                }
                            }
                        }
                    }
                    .dropdown-item.active {
                        color: #d52628;
                        text-decoration: none;
                        background-color: transparent;
                    }
                    .dropdown-item {
                        &:active {
                            color: #d52628;
                            text-decoration: none;
                            background-color: transparent;
                        }
                        &:focus {
                            color: #d52628;
                            text-decoration: none;
                            background-color: transparent;
                        }
                        &:hover {
                            color: #d52628;
                            text-decoration: none;
                            background-color: transparent;
                        }
                    }
                }
            }
        }
    }
    .sub_head_1 {
        color: #fff !important;
    }
}

.sub_menu_1 {
    display: inline-block;
    width: 100%;
    margin-top: 7px;
    ul.navbar-nav {
        display: inline-block;
        float: right;
        position: relative;
        li.nav-item {
            display: inline-block;
            a {
                font-size: 15px;
                padding: 0 18px 0;
                color: #fff;
                i {
                    font-size: 14px;
                    margin-right: 4px;
                    color: #d52628;
                }
            }
            ul.dropdown-menu {
                width: 220px;
                li {
                    a {
                        font-size: 15px;
                        padding: 5px 19px;
                        color: #000;
                    }
                }
                .dropdown-item.active {
                    color: #d52628;
                    text-decoration: none;
                    background-color: transparent;
                }
                .dropdown-item {
                    &:active {
                        color: #d52628;
                        text-decoration: none;
                        background-color: transparent;
                    }
                }
            }
            &:last-child {
                a {
                    padding-right: 0;
                }
            }
        }
    }
}

#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    left: 0;
    right: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
    display: none;
    .preloader-wrapper {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 50px;
        display: block;
        top: 45%;
        margin: auto;
    }
}

ul.dropdown-cart {
    min-width: 310px;
    right: 0;
    left: auto;
    position: absolute !important;
    top: 100%;
    margin-top: 13px;
    li {
        border-bottom: 1px solid #ccc;
        .item {
            display: block;
            padding: 3px 10px;
            margin: 3px 0;
            &:hover {
                background-color: #f3f3f3;
            }
            &:after {
                visibility: hidden;
                display: block;
                font-size: 0;
                content: " ";
                clear: both;
                height: 0;
            }
        }
        .item-left {
            float: left;
            img {
                float: left;
                max-width: 80px;
            }
            span.item-info {
                float: left;
                margin-left: 10px;
                span {
                    display: block;
                }
            }
        }
        .item-right {
            float: right;
            button {
                margin-top: 14px;
            }
        }
    }
    li:last-child {
        border-bottom: none;
        padding-top: 10px;
    }
}

ul.dropdown-cart.active {
    display: block;
}

.sub_head_1 {
    font-weight: 600;
    font-size: 20px;
    color: #08283c;
    text-align: center;
}

.sub_head_2 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    color: #08283c;
    text-align: center;
}

.sub_head_3 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
    color: #08283c;
    text-align: center;
}

.sub_head_4 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
    color: #08283c;
    text-align: left !important;
}

.main_navbar.inner_nav_1 {
    position: relative;
    border-bottom: 1px solid #ccc;
    .sub_head_1 {
        color: #08283c !important;
    }
    .sub_menu_1 {
        ul.navbar-nav {
            li.nav-item {
                a {
                    color: #000;
                }
            }
        }
    }
    .navbar-expand-lg {
        .navbar-nav {
            .nav-link {
                color: #000;
            }
        }
    }
}

div.error {
    font-size: 12px;
    color: #ff0000;
}

.mandatory {
    font-size: 12px;
    color: #ff0000;
}

.sub_header5 {
    font-weight: bold;
    font-size: 35px;
    color: #0a3856;
    span {
        font-weight: 800;
    }
}

.search_content {
    display: none;
    padding: 25px 15%;
    border-top: 1px solid #ccc;
    background: #fff;
    .form-control {
        border-radius: 0 !important;
        border: 0;
        &:focus {
            box-shadow: none;
            border: 0;
        }
    }
    .input-group {
        border: 2px solid #ccc;
        &.empty-input {
            border-color: #d62728;
             ::placeholder {
                color: #d62728;
            }
             :-ms-input-placeholder {
                color: #d62728;
            }
             ::-ms-input-placeholder {
                color: #d62728;
            }
        }
    }
    .btn {
        min-height: 50px;
        border-radius: 0;
        background: #fff;
        color: #d20e0e;
        font-weight: 400;
        &:hover {
            box-shadow: none !important;
        }
        &:focus {
            box-shadow: none !important;
            box-shadow: none !important;
        }
        i {
            font-size: 18px;
            margin-left: 5px;
        }
    }
}

#subscribeForm {
    .input-group {
        &.empty-input {
             ::placeholder {
                color: #d62728;
            }
             :-ms-input-placeholder {
                color: #d62728;
            }
             ::-ms-input-placeholder {
                color: #d62728;
            }
        }
    }
}

.mob_disply_none {
    display: inline-block !important;
}

.mob_disply_blok {
    display: none !important;
}

.disply_blok_992 {
    display: none !important;
}

.mobile_banner {
    display: none !important;
}

.mobile_menubar {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    left: -100%;
    top: 0;
    transition-duration: 1s;
    animation-delay: 1s;
    padding: 30px;
    .form-control {
        border-radius: 0 !important;
        border: 0;
        &:focus {
            box-shadow: none;
            border: 0;
        }
    }
    .input-group {
        border: 2px solid #ccc;
        margin-bottom: 20px;
    }
    .btn {
        min-height: 50px;
        border-radius: 0;
        background: #fff;
        color: #d20e0e;
        font-weight: 400;
        &:hover {
            box-shadow: none !important;
        }
        i {
            font-size: 18px;
            margin-left: 5px;
        }
    }
    .navbar-nav {
        .nav-item {
            .nav-link {
                font-size: 17px;
                font-weight: 600;
                color: #d20e0e;
            }
        }
        .dropdown-menu {
            position: relative !important;
            border: 0;
            transform: inherit !important;
            border-radius: 0;
            padding: 0;
            li {
                a {
                    color: #08283c;
                    padding: 5px 0;
                }
            }
        }
    }
}

.mobile_menubar.active {
    left: 0%;
}

.menu_close_btn {
    display: inline-block;
    text-align: right;
    font-size: 35px;
    position: absolute;
    right: 30px;
    top: 0;
    color: #d20e0e;
}

.footer_sec1 {
    background: #08283c;
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 40px 70px;
    background: #08283c;
    h3 {
        font-size: 22px;
        font-weight: 600;
        margin: 0 0 10px;
        color: #fff;
    }
    h4 {
        font-weight: 400;
        margin: 0;
        font-size: 16px;
        color: #fff;
    }
    .form-control {
        border-radius: 0 !important;
        &:focus {
            box-shadow: none;
            border: 2px solid #243c4f;
        }
    }
    .btn {
        min-height: 50px;
        border-radius: 0;
        background: #fff;
        color: #d20e0e;
        font-weight: 400;
        i {
            font-size: 18px;
            margin-left: 5px;
        }
    }
}

.footer_sect {
    float: left;
    width: 100%;
    padding: 65px 0 20px;
    position: relative;
    overflow: hidden;
    background: #0a3856;
    .container {
        position: relative;
        z-index: 1;
    }
    .testis_para {
        color: #ccc;
        font-size: 15px;
    }
    .main_para_2 {
        text-align: left;
        margin-bottom: 10px;
        color: #ccc;
        font-size: 15px;
        line-height: 26px;
    }
}

.submit_btn1 {
    background: #d20e0e;
    color: #fff;
    padding: 14px 35px 11px;
    border: 0;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

.back-btn {
    color: #d62728;
    text-decoration: none;
    padding-bottom: 10px;
}

.footer_hed1 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer_ulis {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "Roboto", sans-serif;
    li {
        color: #fff;
        font-size: 15px;
        margin-bottom: 15px;
        span {
            color: #d20e0e;
        }
        a {
            color: #d20e0e;
            text-decoration: none;
        }
    }
}

.navbar_log2 {
    display: inline-block;
    max-width: 250px;
    padding: 0 0 15px;
}

.footer_head {
    font-size: 14px;
    line-height: 20px;
    padding-left: 0;
    font-weight: 600;
    position: relative;
    margin: 0 0 30px;
    color: #f23b3c;
    text-transform: uppercase;
    a {
        color: #f23b3c;
        text-decoration: unset;
    }
}

.footer_menu {
    padding: 0;
    margin: 0;
    list-style: none;
    li {
        display: block;
        margin-bottom: 10px;
        a {
            color: #9ac2da;
            line-height: 24px;
            display: block;
            font-size: 14px;
            font-family: "Roboto", sans-serif;
            text-transform: none;
            text-decoration: none;
            &:hover {
                color: #ccc;
                color: #ccc;
                text-decoration: none;
                text-decoration: none;
                i {
                    color: #d20e0e;
                    color: #d20e0e;
                }
            }
            i {
                margin-right: 10px;
                color: #d20e0e;
            }
        }
    }
}

.copyrigt_sc {
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid rgb(255 255 255 / 20%);
    display: flex;
    .testis_para {
        margin: 8px 0;
        text-align: center;
        color: #e6f6ff;
        font-size: 14px;
        a {
            color: #e6f6ff;
            text-decoration: none;
        }
    }
}

.success_modal,
.custom_modal.modal {
    .modal-dialog {
        max-width: 570px;
    }
    .btn-close {
        float: right;
    }
    .modal-body {
        padding: 35px;
    }
    .modal-content {
        border: 0px solid rgba(0, 0, 0, 0.2);
        border-radius: 0;
    }
    textarea.form-control {
        height: 150px;
    }
    .save-button {
        display: block;
        margin: auto;
        background: #d62728;
        border: 0;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        padding: 15px 25px;
        border-radius: 25px;
    }
    a {
        display: table;
        margin: 5px auto 0;
        color: #d62728;
        font-weight: 600;
        font-size: 14px;
        text-decoration: none;
    }
    .request-sent-pop {
        max-width: 630px !important;
    }
}

.footer_menu.menu___2 {
    li {
        display: block;
        margin-bottom: 10px;
        float: left;
        width: 50%;
    }
}

.info-box {
    border: 1px solid #c3c3c3;
}

.back-btn {
    color: #d62728;
    text-decoration: none;
    padding-bottom: 10px;
}

.btn-request {
    font-weight: 600;
    color: #0c3148;
    .fa {
        padding-top: 11px;
        text-align: center;
        background: #d62728;
        color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 5px;
    }
}

.social-icon {
    .btn {
        color: #fff;
        background: #d20e0e;
        border-radius: 50px;
        width: 36px;
        height: 36px;
        padding: 0;
        line-height: 36px;
        margin: 0 6px;
        &:hover {
            color: #fff;
            color: #fff;
        }
    }
}

.main_packag {
    display: block;
    width: 100%;
    position: relative;
    padding: 60px 0 60px;
    background: #fff;
    .location_sec1 {
        max-width: 770px;
        width: 100%;
        margin: auto;
        display: block;
    }
}

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

.sub_head_1 {
    font-weight: 600;
    font-size: 20px;
    color: #08283c;
}

.search_btn1 {
    width: 100%;
    text-align: right;
}

.date_btn1 {
    padding: 30px;
    color: #d62728;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}

.date_btn2 {
    padding: 11px 25px;
    border: 2px solid #d62728;
    border-radius: 25px;
    height: 50px;
    background: #d62728;
    font-weight: 600;
    color: #fff;
}

.dropdown-cart .btn-danger {
    color: #fff !important;
}


/* WhatsApp icon */

.whatsapp_icon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp_icon i {
    font-size: 30px;
    margin-top: 16px;
}

.whatsapp_icon:hover {
    color: #fff;
    background-color: #14a74b;
}

.swal2-actions {
    width: 100% !important;
}

.swal2-actions .btn-danger {
    margin-left: 10px;
}

.owl-carousel .owl-nav button.disabled {
    opacity: 0.5 !important;
}

.carousel-control-prev {
    left: -30px;
}

.carousel-control-next {
    right: -30px;
}

@media (max-width: 1250px) {
    .main_navbar {
        .navbar-expand-lg {
            .navbar-nav {
                .nav-link {
                    color: #fff;
                    padding: 10px 18px;
                }
            }
        }
    }
}

@media (max-width: 1120px) {
    .main_navbar {
        .navbar-expand-lg {
            .navbar-nav {
                .nav-link {
                    color: #fff;
                    padding: 9px 10px;
                    font-size: 14px;
                }
            }
        }
    }
}

@media (max-width: 991px) {
    .main_navbar {
        .navbar-toggler {
            color: #fff;
            &:focus {
                text-decoration: none;
                outline: 0;
                box-shadow: inherit !important;
            }
            &:hover {
                text-decoration: none;
                outline: 0;
                box-shadow: inherit !important;
            }
            .navbar-toggler-icon {
                color: #fff;
            }
        }
        .navbar-collapse {
            background: #fff;
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        }
        .navbar-expand-lg {
            .navbar-nav {
                .nav-link {
                    color: #000;
                }
                li {
                    &:last-child {
                        .nav-link {
                            padding: 10px 0;
                            display: none;
                        }
                    }
                }
            }
        }
    }
    .main_navbar.inner_nav_1 {
        .navbar-toggler {
            color: #000;
            .navbar-toggler-icon {
                color: #000;
            }
        }
    }
    .sub_menu_1 {
        position: absolute;
        z-index: 9;
        right: 60px;
        top: 20px;
        margin-top: 0;
        width: 55%;
    }
    .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;
    }
}

@media (max-width: 767px) {
    .footer_sect {
        .copyrigt_sc {
            display: inline-block;
            text-align: center;
        }
    }
    .footer_sec1 {
        background: #08283c;
        text-align: center;
        h4 {
            font-weight: 400;
            margin: 0 0 21px;
            font-size: 16px;
        }
    }
    .info-box h2 {
        font-size: 22px;
    }
    .dropdown-menu li {
        width: 100% !important;
    }
    .dropdown-item {
        padding: 8px 10px !important;
        font-size: 14px !important;
    }
    .cart_content .btn-danger {
        color: #ffffff !important;
    }
    .inner_nav .sub_menu_1 ul.navbar-nav li.nav-item a i {
        color: #000;
    }
    .banner_hov2 {
        width: 90%;
    }
}

@media (max-width: 580px) {
    .mobile_banner {
        display: block !important;
    }
    .about_mob_1 {
        display: block !important;
        text-align: center;
        margin-bottom: 30px;
        h1 {
            font-size: 26px;
        }
        p {
            font-size: 14px;
        }
    }
    .sub_menu_1 {
        ul.navbar-nav {
            li.nav-item {
                a {
                    font-size: 15px;
                    padding: 0 10px 0;
                }
            }
            display: none;
        }
        display: none !important;
    }
    .main_navbar {
        .navbar-brand {
            img {
                max-width: 160px;
            }
        }
        .navbar-collapse {
            background: #fff;
            padding: 10px;
        }
        .navbar-expand-lg {
            .navbar-nav {
                .nav-link {
                    color: #000;
                    font-size: 15px;
                }
            }
            .navbar-nav.mobile_menu {
                .nav-link {
                    color: #fff !important;
                    font-size: 21px;
                    padding: 8px;
                    color: #fff !important;
                    font-size: 21px;
                    padding: 8px;
                }
                display: inline-block !important;
                li {
                    display: inline-block !important;
                    &:last-child {
                        .nav-link {
                            display: inline-block !important;
                        }
                    }
                    .navbar-toggler {
                        top: 5px;
                        position: relative;
                    }
                }
            }
        }
        .navbar-nav.mobile_menu {
            .dropdown-menu {
                position: absolute;
                right: -60px;
                left: auto;
            }
        }
        .submit_btn1 {
            width: 100%;
        }
    }
    .main_navbar.inner_nav_1 {
        .navbar-expand-lg {
            .navbar-nav.mobile_menu {
                .nav-link {
                    color: #000 !important;
                }
            }
        }
    }
    .footer_sec1 {
        padding: 40px 10px;
    }
    .footer_head {
        margin: 0 0 10px;
    }
    .footer_sect {
        text-align: center;
    }
    .btn-wide-xs {
        display: inline-block !important;
    }
    .submit_btn1 {
        width: 100%;
        margin-top: 10px;
    }
    .main_navbar.inner_nav .navbar-expand-lg .navbar-nav .nav-link {
        color: #000 !important;
    }
}

@media (max-width: 480px) {
    .sub_menu_1 {
        display: none;
    }
    .main_navbar {
        .navbar-brand {
            img {
                max-width: 130px;
            }
        }
        .navbar-expand-lg {
            .navbar-nav.mobile_menu {
                .nav-link {
                    font-size: 14px;
                    padding: 3px;
                }
                li {
                    .navbar-toggler {
                        padding: 3px;
                    }
                }
            }
        }
    }
}

.swal2-close:focus {
    box-shadow: none !important;
}

html:lang(ar) {
    body {
        direction: rtl;
        font-family: GE-SS-Two-Light !important;
    }
    .lang-switch {
        font-family: "Source Sans Pro", sans-serif !important;
    }
    .owl-carousel {
        direction: ltr;
    }
    .sub_menu_1 {
        ul.navbar-nav {
            float: left;
        }
    }
    .banner_text {
        a {
            display: inline-block;
            line-height: 30px;
            img {
                float: left;
                transform: rotate(0.5turn);
            }
        }
    }
    .videos_text {
        a {
            display: inline-block;
            line-height: 30px;
            img {
                float: left;
                transform: rotate(0.5turn);
            }
        }
    }
    .main_packag {
        .view-all-packeges {
            a {
                img {
                    float: left;
                    transform: rotate(0.5turn);
                }
                display: inline-block;
                line-height: 30px;
            }
        }
        .packag_sec1 {
            direction: rtl;
        }
    }
    .fa-angle-right:before {
        content: "\f104" !important;
    }
    ul.dropdown-cart li {
        .item-left {
            float: right;
            img {
                float: right;
            }
            span.item-info {
                float: right;
                margin-right: 10px;
            }
        }
        .item-right {
            float: left;
        }
    }
    .dropdown-menu {
        text-align: right;
    }
    .process-label {
        font-size: 16px;
    }
    .process-main .colmn_process:not(:first-child):before {
        right: calc(-50% + 20px);
        left: 0;
    }
    .btn-request .fa {
        float: left;
    }
    .btn-request .fa::before {
        content: "\f060";
    }
    .btn-request {
        line-height: 38px;
    }
    .back-btn .fa-chevron-left:before {
        content: "\f054";
    }
    .search_btn1 {
        text-align: left;
    }
    .swal2-actions .btn-danger {
        margin-right: 10px;
    }
    @media (max-width: 580px) {
        .main_navbar {
            .navbar-brand {
                img {
                    max-width: 130px;
                }
            }
        }
        .sub_number1 {
            right: 10px;
        }
        .main_navbar .navbar-nav.mobile_menu .dropdown-menu {
            right: -200px;
        }
    }
}