@import url(../vendor/bootstrap/bootstrap.min.css);
@import url(animate.css);
@import url(../vendor/fontAwesome/all.css);
@import url(../vendor/fancyBox/jquery.fancybox.css);
@import url(../vendor/swiper/swiper-bundle.min.css);
@import url(../vendor/slick/slick.css);
@import url(../vendor/slick/slick-theme.css);
@import url(../vendor/odometer/odometer.css);
@import url(../vendor/niceSelect/nice-select.css);

/* Start Fonts */

@font-face {
    font-family: 'bahij';
    src: url(../fonts/Bahij_TheSansArabic-Plain.ttf);
}

@font-face {
    font-family: 'bahijLight';
    src: url(../fonts/Bahij_TheSansArabic-Light.ttf);
}

@font-face {
    font-family: 'bahijMed';
    src: url(../fonts/Bahij_TheSansArabic-SemiBold.ttf);
}

@font-face {
    font-family: 'bahijBold';
    src: url(../fonts/Bahij_TheSansArabic-Bold.ttf);
}

/* End Fonts */

:root {
    --main-color: #FFC01D;
    --sec-color: #131E44;
    --dark-color: #222;
    --dark-gray: #393939;
    --bg-color: #EBEBEB;
}

z {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    font-family: 'bahij';
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: var(--sec-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:focus {
    text-decoration: none;
    /* color: inherit; */
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'bahij';
    background: #fff;
    text-align: start;
    direction: rtl;
}

section,
footer {
    /* overflow: hidden; */
    position: relative;
}

p {
    margin: 0;
    color: var(--dark-color);
    font-size: 15px;
    line-height: 25px;
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

iframe {
    width: 100%;
    height: 100%;
}

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

input[type=number]{
    direction: ltr !important;
    text-align: left !important;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

main {
    overflow: hidden;
    /* min-height: 100vh; */
}

.owl-carousel {
    direction: ltr;
}


/* Start Loading */

.loader {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999999999999999999999999999999;
    background: #fff;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .loader-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.loader .loader-inner img {
    max-width: 250px;
}


/* End Loading */


/* Start Not-found */

.not-found .not-found-pro {
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.not-found .not-found-pro img {
    max-height: 400px;
}

.not-found .not-found-pro h2 {
    font-size: 30px;
    color: var(--dark-color);
    font-weight: bold;
}

.not-found .not-found-pro h4 {
    margin: 15px 0;
    font-size: 20px;
    color: #777;
}

.not-found .not-found-pro p {
    margin: 25px 0 15px;
    font-size: 14px;
    color: #777;
    /* font-weight: bold; */
    position: relative;
}

.not-found .not-found-pro .btn.go-home {
    padding: 0;
    line-height: normal;
    min-height: auto;
    background: transparent;
    color: var(--sec-color);
    font-size: 20px;
    text-decoration: underline;
    margin: 0 auto;
}

.not-found .not-found-pro p::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    border-bottom: 1px #f1f1f1 solid;
    margin: auto;
    width: 100%;
    bottom: 0;
    height: 1px;
    z-index: -2;
}

.not-found .not-found-pro p::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    z-index: -1;
    border: 1px #f1f1f1 solid;
}

.not-found.not-found-404 .not-found-pro h2 {
    margin: 20px 0;
}


/* End Not-found */


/* Start Select Nice */

select {
    display: none;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: none;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    /* float: right; */
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    outline: none;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #E2DDDD;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #707070;
    padding: 0 20px;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    content: "\f107";
    display: block;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    left: 15px;
    top: 20px;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    transition: all 0.15s ease-in-out;
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
    border: none !important;
    transform: none !important;
    font-size: 14px;
    color: #585858;
    /* opacity: .35; */
    right: auto;
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    max-height: 367px;
    overflow-y: auto;
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: var(--white-color);
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding: 0 10px;
    text-align: start;
    transition: all 0.2s;
    color: #000;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--sec-color);
    color: #fff;
}


/* End Select Nice */



/*** 

====================================================================
	Start Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 50px;
    cursor: pointer;
    color: #ffffff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    padding: 20px;
    max-width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 999999;
    background: var(--bg-color);
    transform: translateX(100%);
    transition: all 200ms ease;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 0;
    /* text-align: left; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 10px;
}

.mobile-menu .nav-logo img {
    max-width: 200px;
    max-height: 55px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    visibility: visible;
    transform: none;
    /* transition-delay: 300ms; */
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--bg-gradient);
    opacity: 0;
    transform: translateX(100%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: relative;
    right: -200%;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 120px);
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
    z-index: 5;
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
    right: 0px;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.mobile-menu .close-btn {
    position: relative;
    left: 0;
    top: 0;
    line-height: normal;
    width: auto;
    text-align: left;
    font-size: 21px;
    color: #141F45;
    cursor: pointer;
    z-index: 10;
    /* opacity: 0; */
    margin: 0 0 14px;
    width: 30px;
    height: 30px;
    /* transition: all .5s; */
    line-height: 30px;
    /* border: 1px #fff solid; */
    text-align: center;
    border-radius: 50%;
    transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    margin-inline-start: auto;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
    justify-content: center;
}

.mobile-menu-visible .mobile-menu .close-btn {
    /* opacity: 1; */
    /* display: block; */
    /* -webkit-transition-delay: 300ms; */
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
}

.mobile-menu .close-btn:hover {
    opacity: 0.50;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    /* max-height: calc(100vh - 100px); */
    /* overflow: hidden; */
    /* overflow-y: scroll; */
    display: block;
    padding-inline-end: 0;
    height: 100%;
}

.mobile-menu .navigation li {
    /* position: relative; */
    display: block;
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: none;
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: normal;
    font-size: 19px;
    color: #131E44;
    text-transform: capitalize;
    padding: 13px 23px;
    /* border: 1px #131E44 solid; */
    font-weight: normal;
    border-bottom: transparent;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: var(--sec-color);
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: block;
    background: transparent;
    /* height: 0; */
    transition: none;
    overflow: hidden;
    position: absolute;
    /* right: 100%; */
    top: 0;
    padding-inline-start: 13px;
    /* transition: none; */
    position: relative;
}

.sticky-header .navbar-header {
    display: none;
}

.sticky-header .outer-box .nav-btn {
    position: relative;
    top: 4px;
    float: right;
    font-size: 22px;
    color: #000000;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 30px;
}

.sticky-header .outer-box .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 28px;
    color: #000000;
    cursor: pointer;
    margin-left: 30px;
}

.sticky-header .outer-box .search-box-btn {
    color: #000000;
}

.sticky-header .outer-box {
    padding: 22px 0px;
}

.mobile-menu .menu-box .nav-title {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: var(--main-color);
    justify-content: space-between;
}

.mobile-menu .menu-box .nav-title h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.mobile-menu .navigation li.menu-item-has-children a::after {
    content: "\f177";
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    font-family: 'Font Awesome 6 Pro';
    font-weight: lighter;
    transition: all .5s;
    /* margin-inline-end: -40px; */
}

.mobile-menu .navigation li.open .sub-menu {
    height: auto;
    padding: 0 20px;
}

.mobile-menu .navigation li.menu-item-has-children.open::after {
    transform: rotate(180deg);
}

.pages-bady {
    /* transition: all .5s; */
    overflow: hidden;
}

body.mobile-menu-visible .pages-bady {
    transform: translateX(-100%);
}

.mobile-menu::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 95%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.menu-outer {
    padding: 0;
}

div#navbarSupportedContent {
    height: 100%;
}

.mobile-menu .menu-box::-webkit-scrollbar {
    width: 5px;
}

.mobile-menu .menu-box::-webkit-scrollbar-track {
    background: rgb(255 255 255 / 15%);
}

.mobile-menu .menu-box::-webkit-scrollbar-thumb {
    background: #ffffff5e;
    outline: none;
}

/*** 

====================================================================
	End Sidebar style
====================================================================

***/

/* Start Header */

.header-med {
    padding: 20px 0;
}

.header-med .head-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.header-med .head-inner .logo {
    max-width: 95px;
}

.header-med .head-inner .logo a {
    display: block;
}

.header-med .head-inner .nav-menu ul {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
}

.item.res-menu.class-1 {
    display: none;
}

.header-med .head-inner .nav-menu ul li {
    padding: 0 15px;
    position: relative;
}

.header-med .head-inner .nav-menu ul li a {
    font-size: 18px;
    font-family: 'bahijLight';
    line-height: 30px;
    color: #141F45;
    display: flex;
    position: relative;
}

.header-med .head-inner .nav-menu ul li .sub-menu {
    position: absolute;
    display: block;
    min-width: 200px;
    background: #fff;
    z-index: 3;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 1px 2px 7px 0px #00000012;
    opacity: 0;
    visibility: hidden;
    transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.5s;
    -webkit-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
    -moz-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
    -o-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
}

.header-med .head-inner .nav-menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
    -webkit-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
    -moz-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
    -o-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
}

.header-med .head-inner .nav-menu ul li .sub-menu li {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0px, -12px, 0px);
    -webkit-transform: translate3d(0px, -12px, 0px);
    -moz-transform: translate3d(0px, -12px, 0px);
    padding: 4px 10px;
}

.header-med .head-inner .nav-menu ul li:hover .sub-menu li {
    opacity: 1;
    visibility: visible;
    transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
    -webkit-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
    -moz-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
    -o-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
}

.header-med .head-inner .nav-menu ul li:hover .sub-menu li:nth-child(1) {
    -webkit-transition-delay: 180ms;
    transition-delay: 180ms;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
}

.header-med .head-inner .nav-menu ul li:hover .sub-menu li:nth-child(2) {
    -webkit-transition-delay: 280ms;
    transition-delay: 280ms;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
}

.header-med .head-inner .nav-menu ul li:hover .sub-menu li:nth-child(3) {
    -webkit-transition-delay: 380ms;
    transition-delay: 380ms;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
}

.header-med .head-inner .nav-menu ul li:hover .sub-menu li:nth-child(4) {
    -webkit-transition-delay: 480ms;
    transition-delay: 480ms;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
}

.header-med .head-inner .nav-menu ul li:hover .sub-menu li:nth-child(5) {
    -webkit-transition-delay: 580ms;
    transition-delay: 580ms;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
}

.header-med .head-inner .nav-menu ul li:hover .sub-menu li:nth-child(6) {
    -webkit-transition-delay: 680ms;
    transition-delay: 680ms;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
}

.header-med .head-inner .nav-menu ul li.menu-item-has-children>a::after {
    content: "\f107";
    position: absolute;
    left: -21px;
    top: 0;
    font-family: 'Font Awesome 6 Pro';
}

header.sticky {
    /* position: absolute; */
    right: 0;
    left: 0;
    top: 0;
    z-index: 99;
}

.item.res-menu {
    display: none;
}

.lang-h a {
    font-size: 19px;
    font-family: 'bahijBold';
}

.header-med .head-inner .nav-menu ul li.current-menu-item a {
    font-family: 'bahijBold';
}

/* End Header */

/* Start Banner-h */

.overlay-img {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.banner-h .container>.row {
    /* min-height: 900px; */
}

.banner-h .text-banner {
    margin: 85px 0 20px;
    min-height: 337px;
}

.banner-h .text-banner h1 {
    color: #FFFFFF;
    text-shadow: 0px 3px 3px #00000029;
    font-size: 60px;
    line-height: 85px;
    margin: 0;
}

.banner-h .banner-filter {
    margin-bottom: -45px;
    margin-top: auto;
}

.overlay-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.4);
}

.banner-h .banner-filter .nav.nav-tabs {
    border: none;
}

.banner-h .banner-filter .nav.nav-tabs .nav-item {
    margin-inline-end: 10px;
}

.banner-h .banner-filter .nav.nav-tabs .nav-item .nav-link {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    border: none;
    border-radius: 12px 12px 0 0;
    min-width: 150px;
    padding: 13px ;
    background: #F1F1F1;
    margin: 0;
}

.banner-h .banner-filter .nav.nav-tabs .nav-item .nav-link .icon {
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: start;
}

.banner-h .banner-filter .nav.nav-tabs .nav-item .nav-link span {
    max-width: calc(100% - 44px);
    font-size: 18px;
    color: var(--sec-color);
    font-family: 'bahijBold';
    text-wrap: nowrap;
}

.banner-h .banner-filter .nav.nav-tabs .nav-item .nav-link.active {
    background: #fff;
}

.tab-content {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #FFFFFF29, 0px 3px 10px #00000029;
    border-radius: 0 0 012px 12px;
    padding: 40px 66px;
}

.title-filter {
    display: none;
}

.form-tab .form-group {
    margin: 0 0 5px;
}

.form-tab .form-group label {
    font-size: 18px;
    color: var(--sec-color);
    font-family: 'bahijBold';
    line-height: 40px;
}

.form-tab .form-group .form-control {
    height: 47px;
    background: #fff;
    border: 1px solid #cbcbcb;
    padding: 0 20px;
    line-height: 47px;
    color: var(--sec-color);
    font-family: 'bahijLight';
    transition: all .3s;
    text-align: right;
    border-radius: 5px;
}

.form-tab .form-group .form-control::placeholder {
    color: #949494;
}

.form-tab .form-group .form-control .current {
    color: #949494;
}

.form-tab .form-group .form-control::after {
    top: 0;
    content: "\f0d7";
}

.form-tab .row.form .btn.toggle {
   margin-bottom: 3px;
}

.btn.btn-filter {
    width: 100%;
    background: var(--main-color);
    height: calc(100% - 40px);
    margin-top: 40px;
    max-width: 168px;
    font-size: 22px;
    color: var(--sec-color);
    font-family: 'bahijBold';
    line-height: 36px;
    border-radius: 0;
}

.form-tab .form-group .form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(255 192 29 / 10%);
    border-color: rgb(255 192 29 / 50%);
}

.btn.btn-filter:hover {
    background: var(--sec-color);
    color: #fff;
}

/* End Banner-h */

/* Start Offers-h */

.offers-h {
    padding: 90px 0 70px;
    background: var(--bg-color);
}

.banner-h {
    z-index: 1;
}

.offer-block {
    position: relative;
    height: 427px;
    overflow: hidden;
    border-radius: 7px;
    margin: 0 0 30px;
    z-index: 0;
}

.link-block {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.offer-block .img,
.offer-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.6) blur(1px);
    transition: 0.3s ease-in-out
}


.offer-block .details {
    position: absolute;
    inset: 0;
    z-index: 0;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.offer-block .details h3 {
    color: #FFFFFF;
    text-shadow: 0px 2px 6px #00000059;
    font-size: 35px;
    line-height: 65px;
    margin: 0 0 3px;
}

.offer-block .details .date-h {
    color: #FFFFFF;
    font-size: 15px;
    font-family: 'bahijLight';
    margin: 0 0 76px;
}

.offer-block .details .price-h h3 span {
    font-size: 22px;
    font-family: 'bahijLight';
}

.btn-booking {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    background: var(--main-color);
    padding: 10px;
    font-size: 18px;
    font-family: 'bahijBold';
    /* margin-top: auto; */
}

.btn-center {
    text-align: center;
    margin: 50px 0 0;
}

.btn-big {
    padding: 21px;
    border: 1px solid var(--sec-color);
    color: var(--sec-color);
    font-size: 20px;
    font-family: 'bahijBold';
    display: inline-block;
    min-width: 330px;
}

.btn-big:hover {
    border-color: var(--main-color);
    background: var(--main-color);
    color: var(--sec-color);
}

/* End Offers-h */

/* Start Blogs-h */
.blogs-h {
    padding: 81px 0;
}

.title {
    margin: 0 0 40px;
}

.title h3 {
    color: var(--sec-color);
    text-transform: uppercase;
    font-size: 38px;
    font-family: 'bahijBold';
    line-height: 75px;
    margin: 0;
}

.title p {
    font-size: 18px;
    color: var(--sec-color);
    line-height: 30px;
    font-family:
        'bahijLight';
}

.blog-block {
    margin: 15px 0;
    background: #F2F2F2 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 7px #00000052;
    border-radius: 7px;
    padding: 30px 25px;
    height: calc(100% - 30px);
}

.blog-block .img {
    display: block;
    height: 216px;
    overflow: hidden;
    border-radius: 7px;
}

.blog-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-block .details {
    padding: 20px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 216px);
}

.blog-block .details .date-h {
    color: #393838;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    font-family: 'bahijLight';
    margin: 0 0 5px;
}

.blog-block .details .name {
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-family: 'bahijBold';
    margin: 0 0 9px;
}

.blog-block .details p {
    margin: 9px 0;
    color: #000000;
    font-size: 15px;
    line-height: 25px;
    font-family: 'bahijLight';
}

.blog-block .details .readMore {
    display: flex;
    justify-content: flex-end;
    color: #000;
    font-size: 12px;
    font-family: 'bahijBold';
    visibility: #000;
}

.blog-block .details .h-50px{
    height: 50px;
    overflow: hidden;
}

/* End Blogs-h */

/* Start Offers-spcial-h */

.offers-spcial-h {
    padding: 80px 0 26px;
    background: var(--bg-color);
}

.offers-spcial-h .offer-block {
    border-radius: 0;
    margin: 0;
    height: 500px;
}

.offers-spcial-h .offer-block .details h3 {
    font-size: 60px;
    line-height: 60px;
}

.offers-spcial-h .offer-block .details .price-h h3 span {
    font-size: 38px;
}

.offers-spcial-h .offer-block .details {
    margin-top: auto;
    padding: 62px;
}

.offers-spcial-h .offer-block .details .price-h {
    margin-top: auto;
}

.offers-spcial-h .offer-block .details .btn-booking {
    padding: 15px;
    font-size: 20px;
    margin: 20px 0 0;
}

.offer-block:hover .btn-booking {
    background: var(--sec-color);
    color: #fff;
}

/* End Offers-spcial-h */

/* Start Testimonial-h */
.testimonial-h {
    padding: 90px 0;
}

.test-block {
    margin: 15px 0;
    background: #F2F2F2 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 7px #00000052;
    border-radius: 3px;
    padding: 30px 20px;
}

.test-block .user-details {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -moz-align-items: center;
    margin: 0 0 24px;
}

.test-block .user-details .user-img {
    box-shadow: 0px 3px 6px #00000029;
    width: 77px;
    height: 77px;
    border-radius: 50%;
    overflow: hidden;
}

.test-block .user-details .user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.test-block .user-details .user-name {
    width: calc(100% - 77px);
    padding-inline-start: 17px;
}

.test-block .user-details .user-name h3 {
    color: var(--sec-color);
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'bahijBold';
    margin: 0 0 7px;
}

.test-block .user-details .user-name .stars {
    display: flex;
    color: #FFCC0D;
    font-size: 18px;
    gap: 8px;
}

.test-block .user-details .user-name .stars i {
    text-shadow: 0px 3px 6px #00000029;
}

.test-block .user-comment p {
    font-size: 17px;
    line-height: 30px;
    color: var(--sec-color);
    height: 150px;
    overflow: hidden;
}

/* End Testimonial-h */

/* Start Footer */

footer {
    background: #142740;
}

.footer-top {
    padding: 30px 0 80px;
}

.logo-f {
   /* filter: brightness(0) invert(1); */
    max-width: 185px;
}

.link-f li a {
    color: #FFF;
    font-size: 18px;
    display: inline-block;
    line-height: 28px;
    margin: 3px 0;
}

.link-f li a:hover {
    color: var(--main-color);
}

.s-h {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
}

.s-h a {
    font-size: 32px;
    color: #fff;
}

.callNow {
    display: table;
    margin: 35px 0 0;
    margin-inline-start: auto;
    color: #fff;
    text-align: end;
    font-size: 25px;
    font-family: 'bahijLight';
}

.callNow u {
    text-decoration: none;
    display: inline-block;
    direction: ltr;
}

.callNow span {
    display: table;
    margin-inline-start: auto;
}

.subscrib-h {
    padding: 0 0 40px;
}

.subscribe-inner form {
    display: flex;
}

.subscribe-inner form input {
    width: calc(100% - 142px);
    background: rgb(255 255 255 / 47%);
    height: 53px;
    padding: 0 20px;
    border: none;
    box-shadow: none !important;
}

.subscribe-inner p {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 16px;
    font-family: 'bahijLight';
}

.subscribe-inner form input::placeholder {
    color: #fff;
    text-transform: uppercase;
}

.subscribe-inner form button {
    width: 142px;
    height: 53px;
    border: none;
    background: #FFF;
    color: #142740;
    text-transform: uppercase;
    font-family: 'bahijBold';
}

.subscrib-h .row {
    /* align-items: center; */
    /* -webkit-align-items: center; */
}

.visa-h {
    height: 100%;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    padding: 40px 0 0;
}

.copy-right {
    padding: 30px 0;
    border-top: 1px #fff solid;
    text-align: center;
}

.copy-right p {
    color: #FFF;
    font-size: 20px;
}


.title.title-center {
    text-align: center;
}

.mobile-menu .nav-logo .lang-h {
    display: block;
}

/* .mobile-menu .navigation li:last-child>a {
    border: 1px #131E44 solid;
} */

/* End Footer */

/* Start Offer-page */

.title-page {
    padding: 80px 0;
    text-align: center;
}

.title-page .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 0.27;
}

.title-text h1 {
    color: #FFFFFF;
    text-shadow: 0px 3px 3px #00000029;
    font-size: 50px;
    font-family: 'bahijBold';
    line-height: 75px;
    margin: 0;
}

.offers-h.offers-page {
    background: #fff;
}

.offers-spcial-h.offers-page {
    padding: 0;
}

.testimonial-h.page-inner {
    padding-top: 0;
}

/* End Offer-page */

/* Start About-page */

.title-text .img {
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
}

.about-page {
    padding: 80px 0;
}

.text-about .item {
    margin: 50px 0;
}

.text-about .item h3 {
    font-size: 30px;
    font-family: 'bahijBold';
    color: #707070;
    margin: 0 0 16px;
}

.text-about .item p {
    font-family: 'bahijLight';
    font-size: 18px;
    line-height: 28px;
}

.text-about .item ul li {
    padding-inline-start: 30px;
    margin: 10px 0;
    font-size: 20px;
    line-height: 35px;
    color: #707070;
    position: relative;
}

.text-about .item ul li::after {
    content: "\f00c";
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    font-weight: bold;
}

/* End About-page */

/* Start Single-page */

.title-text .price-h h1 span {
    font-size: 38px;
    font-family: 'bahijLight';
}

.title-withLine {
    margin: 0 0 34px;
}

.text-about .item .title-withLine h3 {
    margin: 0;
    color: #131E44;
    font-size: 39px;
    display: table;
    position: relative;
    padding: 0 0 24px;
    padding-inline-end: 30px;
}

.text-about .item .title-withLine h3::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    max-width: 110%;
    height: 0;
    border: 7px solid var(--main-color);
    border-radius: 50px;
    bottom: 0;
    width: 100%;
}

.text-about .item ul.false li::after {
    content: "âœ˜";
}

.single-imgs .img {
    height: 774px;
    overflow: hidden;
}

.single-imgs .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-slider .slick-prev {
    left: 25px;
}

.single-slider .slick-next {
    right: 25px;
}

[dir='rtl'] .single-slider .slick-prev {
    left: auto;
    right: 25px;
}

[dir='rtl'] .single-slider .slick-next {
    right: auto;
    left: 25px;
}

.single-slider .slick-prev::before,
.single-slider .slick-next::before {
    font-family: 'FontAwesome';
    opacity: 1 !important;
    content: "\f0da";
    color: #FFF;
    font-size: 26px;
}

.single-slider .slick-prev,
.single-slider .slick-next {
    z-index: 3;
    width: 60px;
    height: 57px;
    background-color: rgb(255 255 255 / 38%);
    /* opacity: 0.38; */
    border-radius: 10px;
}

.single-slider .slick-next::before {
    content: "\f0d9";
}

.single-slider .slick-prev:hover,
.single-slider .slick-next:hover {
    background: var(--main-color);
}

.single-gallery {
    background: var(--bg-color);
    padding: 60px 0;
}

.dingle-g-block a {
    display: block;
    margin: 15px 0;
    box-shadow: 0px 3px 6px #00000029;
    height: 283px;
}

.dingle-g-block a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-booking {
    padding: 120px 0 70px;
}

.single-booking .row {
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.text-booking h2 {
    color: #FFF;
    font-size: 81px;
    font-family: 'bahijLight';
    line-height: 128px;
    margin: 0;
}

.form-booking .form-tab {
    background: #fff;
    box-shadow: inset 0px 3px 6px #FFFFFF29, 0px 3px 10px #00000029;
    border-radius: 7px;
    padding: 45px 27px;
}

.form-booking .form-tab .btn.btn-filter {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    margin: 16px 0 0;
}

.title-text .price-h h1 span {
    font-size: 28px;
}

.text-about .item .title-withLine h3 {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 11px;
}

.text-about .item .title-withLine h3::after {
    border-width: 4px;
}

.modal-backdrop.show {
    mix-blend-mode: multiply;
    opacity: 0.62;
}


.sendModal .modal-dialog .modal-body {
    background: #131E44 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #FFFFFF29, 0px 3px 10px #00000029;
    /* border-radius: 7px; */
}


.sendModal-inner {
    padding: 81px;
    color: #fff;
    text-align: center;
}

.sendModal-inner .icon {
    width: 54px;
    height: 54px;
    background: #00C514;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 10px;
    font-size: 29px;
}

.sendModal-inner h3 {
    color: #FFF;
    font-size: 28px;
    font-family: 'bahijBold';
    margin: 0 0 39px;
}

.sendModal-inner p {
    color: #FFF;
    font-size: 16px;
    line-height: 26px;
}

.sendModal-inner .callNow {
    margin: 46px 0 0;
    display: block;
    text-align: center;
}

.sendModal-inner .callNow a {
    color: #FFF;
    font-size: 28px;
    line-height: 43px;
    display: inline-block;
}

.foot-call h3 {
    font-size: 18px;
    font-family: 'bahijBold';
    margin: 0 0 20px;
}

.link-f li a {
    font-size: 15px;
    line-height: 25px;
    margin: 6px 0;
}

.s-h a {
    font-size: 20px;
}

.text-about .img {
    margin: 0 0 30px;
}


.copy-right {
    padding-bottom: 0;
    text-align: center;
}
/* End Single-page */