@import url(bootstrap.min.css);
@import url(bootstrap-grid.min.css);
@import url(animate.css);
@import url(all.css);
@import url(line-awesome.min.css);
@import url(owl.carousel.css);
@import url(jquery.fancybox.css);
@import url(slick-theme.css);
@import url(slick.css);
@import url(bootstrap-datetimepicker.css);

/* Start Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,800&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

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

@font-face {
    font-family: 'GELight';
    src: url(../fonts/web/GESS_Two_Light.otf);
}

@font-face {
    font-family: 'GEMed';
    src: url(../fonts/web/GESS_Two_Medium.otf);
}

@font-face {
    font-family: 'GEBold';
    src: url(../fonts/web/GESSTwoBold.otf);
}



/* End Fonts */

:root {
    --main-color: #D57F1A;
    --sec-color: #523A20;
    --dark-color: #161616;
    --bg-color: #F9FCFF;
}

* {
    box-sizing: border-box;
    /* font-family: 'Jazeera'; */
}

a {
    text-decoration: none;
    font-family: 'Cairo';
    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(--main-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: 'Cairo';
    background: #fff;
    text-align: start;
    direction: rtl;
}

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

p {
    margin: 0;
    color: #626262;
    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,
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: 0;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    transition: all 0.15s ease-in-out;
    font-family: 'Line Awesome Free';
    font-weight: bold;
    border: none !important;
    transform: none !important;
    font-size: 14px;
    color: #585858;
    /* opacity: .35; */
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.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(--main-color);
    color: #fff;
}


/* End Select Nice */



/***

====================================================================
Start Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -200%;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.sidenav-bar-visible .search-popup {
    width: 80%;
}

.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    background-image: url(../images/waves-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
    content: "";
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--main-color);
    width: 70px;
    cursor: pointer;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 16%);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    padding: 0;
}

.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
    padding-inline-end: 70px;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    left: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #ffffff;
}


/***

====================================================================
Start Search Popup
====================================================================

***/



/*** 

====================================================================
	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;top: 0;width: 100%;height: 100vh;padding: 30px 20px;z-index: -1;opacity: 0;transition: all .3s;background: #fff;visibility: hidden;/* transform: scaleY(0) translateY(-100%); */right: -100%;max-width: 350px;z-index: 9;}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    /* text-align: left; */
}

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

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

.mobile-menu-visible .mobile-menu {left: 0;opacity: 1;z-index: 999999;visibility: visible;}

.mobile-menu .menu-backdrop {
    /* position: fixed; */
    /* right: 0; */
    /* top: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* z-index: 1; */
    /* background: rgba(0, 0, 0, 0.90); */
    /* opacity: 0; */
}

.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;z-index: 2;}

.mobile-menu-visible .mobile-menu .menu-box {
    /* right: 0px; */
    /* -webkit-transition-delay: 300ms; */
}

.mobile-menu .close-btn {
    cursor: pointer;
    position: relative;
    left: 0px;
    right: 0px;
    top: 0px;
    color: var(--dark-color);
    margin: 0px;
    padding: 0px;
    width: 38px;
    height: 38px;
    font-size: 25px;
    text-align: center;
}

.mobile-menu-visible .mobile-menu .close-btn {
    /* opacity: 1; */
    /* display: block; */
}

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

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    /* border-top: 1px solid rgba(0, 0, 0, 0.10); */
    max-height: calc(100vh - 152px);
    overflow: hidden;
    overflow-y: auto;
    display: block;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

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

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>a {text-transform: capitalize;font-weight: 500;line-height: 27px;text-align: start;text-transform: capitalize;display: block;padding: 12px 0;position: relative;font-size: 20px;transition: all 0.6s;border-bottom: 1px #eaeaea solid;color: #1e2939;}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: #111111;
}

.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: var(--bg-color);
    height: 0;
    transition: all .5s;
    overflow: hidden;
}

.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::after {
    content: "\f107";
    position: absolute;
    left: 0;
    top: 0;
    margin: 10px;
    font-family: 'Line Awesome Free';
    font-weight: bold;
    transition: all .5s;
}

.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);
}


/*** 

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

***/

/* Start Header */

.header-top {
    /* box-shadow: 0px 5px 16px #3333330A; */
    /* background: rgb(255 255 255 / 58%); */
    padding: 20px 0 29px;
}

.head-top ul {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}

.head-top ul li {
    /* margin: 0 19px; */
    position: relative;
}

.head-top ul li:first-child {
    margin-inline-start: 0;
}

.head-top ul li a {
    color: var(--sec-color);
    font-size: 16px;
    line-height: 26px;
    font-family: "GELight";
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 10px;
}

.head-top ul li a:hover {
    color: var(--main-color);
}

.menu-top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
}

.menu-top-right .s-h {
    display: flex;
    flex-wrap: wrap;
}

.menu-top-right .s-h a {
    margin: 0 11px;
    font-size: 12px;
    color: #757575;
}

.menu-top-right .s-h a:hover,
.menu-top-right .lang:hover {
    color: var(--main-color);
}

.menu-top-right .lang {
    margin-inline-start: 13px;
    color: var(--dark-color);
    font-size: 16px;
    font-family: 'GELight';
    opacity: .8;
}

.menu-top-right .lang i {
    margin-inline-start: 8px;
    position: relative;
    top: 1px;
}

.res-menu {
    display: none;
}

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

.head-top .logo {
    width: 108px;
}

.head-top .logo a {
    display: block;
}

.menu-top-right .my-account {
    font-family: 'GELight';
    font-size: 16px;
    color: var(--dark-color);
}

.menu-top-right .my-account i {
    margin-inline-end: 7px;
    opacity: .80;
    font-size: 13px;
}

/* End Header */

/* Start Slider-home */

.slider-home-img {
    height: 676.63px;
    border-radius: 22px;
    overflow: hidden;
}

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

.slider-home .owl-nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 45%;
    max-width: 96%;
    margin: 0 auto;
}

.slider-home .owl-nav button.owl-prev,
.slider-home .owl-nav button.owl-next {
    color: #fff;
    font-size: 33px;
    position: absolute;
}

.slider-home .owl-nav button.owl-prev {
    right: 0;
}

.slider-home .owl-nav button.owl-next {
    left: 0;
}

/* End Slider-home */

/* Start Search-h */

.qty {
    width: 40px;
    height: 25px;
    text-align: center;
}

input.qtyplus {
    width: 25px;
    height: 25px;
}

input.qtyminus {
    width: 25px;
    height: 25px;
}

.search-h {
    z-index: 2;
    position: relative;
}

.search-h .search-form {
    margin-top: -173px;
    /* display: flex; */
    position: relative;
    padding: 21px 25px;
    background: #161616CC;
    border-radius: 21.53px;
}

.search-form form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: center;
}

.search-form form .item {
    max-width: 17%;
    flex: 0 0 17%;
    padding: 0 10px;
}

.search-h .search-form::before {
    content: "";
    position: absolute;
    inset: 0;
    /* border-inline-start: 35px rgb(195 69 46 / 90%) solid; */
    /* z-index: -1; */
    /* background: rgb(22 22 22 / 80%); */
    /* transform: skewX(-19deg); */
}

.search-form .form-group label {
    color: #FFF;
    font-size: 15.07px;
    line-height: 32.3px;
    /* font-family: "cairo"; */
    font-weight: 400;
    margin: 0 0 10px;
}

.form-group .quantity-h {
    position: relative;
}

.search-form .form-group .quantity-h .qty,
.search-form .form-group .form-control {
    width: 100%;
    font-family: 'Cairo';
    height: 40.91px;
    /* border: 1px var(--main-color) solid; */
    border-radius: 5.38px;
    border: none;
    background: #fff;
}

.form-group .quantity-h .qtyminus.minus,
.form-group .quantity-h .qtyplus.plus {
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0;
    line-height: 20px;
    border: none;
    background: var(--main-color);
    color: #fff;
    border-radius: 0;
    position: absolute;
    margin: 9px;
    display: flex;
    top: 0;
    justify-content: center;
    align-items: center;
}

input.qtyminus.minus {
    right: 0;
}

.form-group .quantity-h .qtyplus.plus {
    left: 0;
}

.search-form .form-group i {
    position: absolute;
    left: 0;
    top: 40px;
    font-size: 17px;
    color: var(--main-color);
    margin: 13px 9px;
}

.search-form form .item .form-group {
    position: relative;
}

.search-form .form-group .quantity-h .qty {
    padding: 0 30px;
}

.btn {
    border: none;
    background: var(--main-color);
    border-radius: 50px;
    color: #fff;
    min-width: 138px;
    min-height: 38px;
    font-size: 14px;
    font-family: 'GEBold';
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    font-weight: bold;
}

/* End Search-h */

/* Start About-h */
.about-h {
    padding: 100px 0;
}

.title .sub-title {
    padding: 4px;
    padding-inline-start: 20px;
    padding-inline-end: 32px;
    display: inline-block;
    position: relative;
    font-size: 11px;
    color: var(--dark-color);
    font-weight: 400;
    margin: 0 0 17px;
}

.title .sub-title::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--main-color);
    opacity: .2;
    z-index: -1;
    clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.title h1,
.title h3 {
    font-size: 31px;
    line-height: 38.6px;
    margin: 0;
    position: relative;
    padding: 0 0 15px;
    font-family: 'GELight';
}

.title h1::after,
.title h3::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    border-bottom: 5px solid var(--main-color);
    width: 54.25px;
    opacity: .5;
}

.title {
    margin: 0 0 32px;
}

.text-about p {
    max-width: 553px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--dark-color);
    margin: 20px 0 0;
}

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

.btn:hover,
.btn.btn-border:hover {
    background: var(--dark-color);
    color: #fff;
    border-color: var(--dark-color);
}

.video-block {
    height: 431.92px;
    position: relative;
}

.video-block .img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 222.63px 222.63px 0 0;
    overflow: hidden;
}

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

.video-block .img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: .5;
}

.video-block .img::after {
    content: "\f144";
    position: absolute;
    inset: 0;
    color: #fff;
    font-family: 'Font Awesome 5 Pro';
    font-size: 66px;
    width: 66px;
    line-height: 66px;
    height: 66px;
    margin: auto;
    z-index: 2;
}

/* End About-h */

/* Start Rooms-h */



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

.title.title-center h1::after,
.title.title-center h3::after {
    right: 0;
    left: 0;
    margin: 0 auto;
}

.room-block {
    display: block;
    position: relative;
    height: 274.41px;
    overflow: hidden;
    margin: 0 0 30px;
    border-radius: 10.29px;
    overflow: hidden;
}

.room-block .img {
    width: 100%;
    height: 100%;
}

.room-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .5s;
}

.room-block .details {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    max-width: 95%;
    margin: 0 auto 23px;
}

.room-block .details h3 {
    margin: 0;
    color: #fff;
    font-size: 24.69px;
    line-height: 46px;
    font-family: 'cairo';
    font-weight: 500;
}

.room-block::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    /* background: linear-gradient(0deg, #D9D9D9, rgba(0, 0, 0, 0.2)); */
}

.video-block .img:hover::after {
    animation: pulse 1s;
}

.room-block:hover .img img {
    transform: scale(1.1) rotate(-5deg);
}


/* End Rooms-h */

/* Start Option-h */
.option-h {
    padding: 64px 0 100px;
}

.all-items-option {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.all-items-option .item {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
}

.option-block {
    margin: 20px 0;
    position: relative;
    background: #fff;
    padding: 52px 30px;
    height: calc(100% - 40px);
    border-radius: 20.57px;
}

.option-block::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #1616161A;
    filter: blur(51.42222213745117px);
    z-index: -1;
}

.option-block .icon {
    background: var(--main-color);
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border-radius: 50%;
}

.option-block .icon img {
    max-height: 34px;
}

.option-block .details {
    padding: 12px 0 0;
}

.option-block .details h3 {
    color: var(--dark-color);
    font-size: 18px;
    font-weight: bold;
    line-height: 30.85px;
    margin: 0;
}

.option-block .details p {
    margin: 21px 0;
    color: var(--dark-color);
    opacity: .9;
    font-weight: 400;
    font-size: 16px;
}

.option-block .details .btn {
    margin: 9px 0 0;
    min-width: 123.48px;
    height: 39.23px;
    font-family: 'GEBold';
    font-size: 13.37px;
    line-height: 30.85px;
    padding: 9px;
}

.btn.btn-border {
    border: 1px var(--main-color) solid;
    background: transparent;
    color: var(--main-color);
    min-width: 114px;
}

.text-option p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 30px 0;
}

.option-h .row {
    align-items: center;
    -webkit-align-items: center;
}

/* End Option-h */

/* Start Footer */
footer {
    border-top: 1px solid #1616161A;
}

.footer-top {
    padding: 46px 0 51px;
}

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

.logo-f {
    display: block;
    max-width: 171px;
    margin: 0 auto;
}

.s-f {
    display: flex;
    flex-wrap: wrap;
    margin: 31px 0 0;
    justify-content: center;
    gap: 20px;
}

.s-f a {
    color: var(--dark-color);
    opacity: .8;
    font-size: 24px;
    /* margin: 0 15px; */
}

.foot-item h3 {
    font-size: 24.03px;
    line-height: 29.92px;
    position: relative;
    font-family: 'GELight';
    color: var(--dark-color);
    /* padding-bottom: 15px; */
    margin: 0 0 20px;
}

.foot-item h3::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 54.25px;
    border-bottom: 5px var(--main-color) solid;
    bottom: 0;
    opacity: 0;
}

.link-f li a {
    display: block;
    color: var(--dark-color);
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 20px;
    padding-inline-start: 20px;
    position: relative;
    line-height: 30px;
    font-family: 'Cairo';
}

.link-f li a::before {
    content: "\f104";
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'Font Awesome 5 Pro';
}

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

.info-f li a {
    display: flex;
    font-size: 14px;
    line-height: 30px;
    color: var(--dark-color);
    margin: 20px 0;
}

.info-f li .icon {
    width: 17px;
    font-size: 17px;
    line-height: 17px;
}

.info-f li .details {
    width: calc(100% - 17px);
    padding-inline-start: 20px;
}

.info-f li .details h5 {
    margin: 0;
    font-size: inherit;
    /* color: var(--main-color); */
}

.form-subscribe p {
    font-size: 14px;
    color: var(--dark-color);
    opacity: .8;
    font-weight: 400;
    margin: 0 0 20px;
}

.form-subscribe form {
    display: flex;
    max-width: 362px;
    flex-wrap: wrap;
}

.form-subscribe form input {
    background: #FFFFFF;
    border: 1px solid var(--main-color);
    height: 46px;
    padding: 0 20px;
    font-size: 14px;
    border-end-end-radius: 50px;
    border-start-end-radius: 50px;
}

.form-subscribe form button {
    width: 75px;
    border: none;
    background: var(--main-color);
    color: #fff;
    font-size: 20px;
    border-start-end-radius: 50px;
    border-end-end-radius: 50px;
}

.footer-bottom {
    border-top: 1px solid #1616161A;
    /* padding: 20px 0; */
}

.footer-bottom .row {
    align-items: center;
    -webkit-align-items: center;
}

.logo-elryad {
    /*display: inline-flex;*/
    /*align-items: center;*/
    /*-webkit-align-items: center;*/
    float: left;
}

.logo-elryad a {
    /* width: 45px; */
    /* height: 45px; */
    /* line-height: 45px; */
    /* background: #f00; */
}

.logo-elryad .lolo-co a {
    /*width: auto;*/
    /*height: auto;*/
    /*background: transparent;*/
    /*line-height: normal;*/
    /*font-size: 14px !important;*/
}

.copyRight p {
    color: var(--dark-color);
    opacity: .6;
    font-size: 13px;
}

.search-form .form-group .form-control.datepicker {
    font-size: 12px;
    padding-inline-end: 20px;
}

form {
    direction: rtl;
}

/* End Footer */

/* Start Breadcrumb */

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

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

.overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: .5;
}

.breadcrumb {
    padding: 87px 0 117px;
    margin: 0;
}

.text-bread h1 {
    margin: 0;
    color: #fff;
    font-family: "GEBOLD";
    font-size: 47.91px;
    line-height: 60px;
}

/* End Breadcrumb */

/* Start About-page */

.body-inner {
    padding: 100px 0;
}

.about-page .title {
    margin: 0 0 20px;
}

.img-about {
    height: 385.37px;
}

.img-about .img {
    width: 100%;
    height: 100%;
}

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

.all-serv.row {
    margin-top: 58px;
}

.serv-block-in {
    text-align: center;
    margin: 15px 0;
}

.serv-block-in .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto 20px;
    background: var(--sec-color);
    border-radius: 50%;
}

.serv-block-in .icon img {
    max-height: 27.23px;
}

.serv-block-in .details h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-color);
    line-height: 1.875;
    opacity: .9;
}

.serv-block-in .details p {
    font-size: 16px;
    font-weight: 400;
    color: var(--dark-color);
    opacity: .9;
    line-height: 1.875;
}

.about-page .all-serv .title {
    margin: 0 0 50px;
}

/* End About-page */

/* Start Rooms-page */

.text-page-top {
    text-align: center;
    margin: 0 auto 60px;
    max-width: 839.41px;
}

.text-page-top h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-color);
    opacity: .9;
    margin: 0;
    line-height: 1.9;
}

.text-page-top p {
    margin: 20px 0;
    font-weight: 400;
    font-size: 16px;
    color: var(--dark-color);
    opacity: .9;
    line-height: 1.9;
}

.room-block-in {
    display: block;
    position: relative;
    margin: 10px 0;
    height: 362px;
    overflow: hidden;
}

.room-block-in .img {
    position: absolute;
    inset: 0;
}

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

.room-block-in .img::after {
    content: "";
    position: absolute;
    /***
    inset: 0;
    ***/
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    transition: all .3s;
}

.room-block-in .details {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    z-index: 2;
    align-items: center;
    -webkit-align-items: center;
    background: repeat scroll 0 0;
    transition: all 0.35s ease-in-out;
}

.room-block-in .details::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(2px);
    z-index: -1;
}

.room-block-in .details .name-room {
    padding-inline-end: 10px;
    width: calc(100% - 141px);
}

.room-block-in .details .name-room h3 {
    color: #FFFFFF;
    font-size: 24px;
    font-family: 'GELight';
    line-height: 1.25;
    margin: 0 0 5px;
}

.room-block-in .details .name-room span {
    color: #FFFFFF;
    font-family: 'GEBold';
    font-size: 20px;
    line-height: 1.3;
}

.room-block-in .details .btn-room {
    padding-inline-start: 10px;
}

.room-block-in .details .btn-room .btn {
    min-width: 141px;
    font-size: 16px;
    padding: 4px 6px;
}

.room-block-in:hover .details {}

.room-block-in:hover .details {
    bottom: -100%;
    opacity: 0;
}

.room-block-in .hover-box {
    position: absolute;
    inset: 0;
    transition: all 0.35s ease-in-out;
    z-index: 3;
    padding: 30px;
    transform: translateY(-100%);
    opacity: 0;
}

.room-block-in .hover-box::before {
    content: "";
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(2px);
    position: absolute;
    z-index: -1;
}

.room-block-in:hover .img::after {
    opacity: 0;
}

.room-block-in .hover-box h3 {
    color: #fff;
    font-family: 'GEBold';
    font-size: 24px;
    margin: 0 0 23px;
}

.room-block-in .hover-box ul li {
    display: flex;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    align-items: center;
    -webkit-align-items: center;
    margin: 12px 0;
}

.room-block-in .hover-box ul li .icon {
    width: 33.33px;
    height: 33.33px;
    line-height: 33.33px;
    text-align: center;
    border: 1px #fff solid;
}

.room-block-in .hover-box ul li h6 {
    width: calc(100% - 33.33px);
    padding-inline-start: 25px;
    font-size: inherit;
    margin: 0;
}

.room-block-in .hover-box ul li h6 span {
    margin-inline-start: 15px;
}

.room-block-in .hover-box .hover-bottom {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.room-block-in .hover-box .hover-bottom .price-h {
    padding-inline-end: 10px;
}

.room-block-in .hover-box .hover-bottom .price-h span {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.room-block-in .hover-box .hover-bottom .show-h {
    padding-inline-start: 10px;
}

.room-block-in .hover-box .hover-bottom .show-h span {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    opacity: .9;
}

.room-block-in:hover .hover-box {
    opacity: 1;
    transform: none;
}

/* End Rooms-page */

/* Start Single-room */

.title-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 0 40px;
}

.title-flex .title h3 {
    font-size: 24px;
    font-family: 'GEBold';
}

.title-flex .price-single h4 {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}

.title-flex .price-single h4 span {
    font-weight: 700;
    font-size: 16px;
}

.title-flex .title {
    margin: 0;
    padding-inline-end: 10px;
}

.details-room-top {
    display: flex;
    justify-content: space-between;
    margin: 0 0 48px;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    overflow: hidden;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
}

.details-room-top .details-room-right {
    /* margin-inline-end: 20px; */
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #E2E2E2;
    width: calc(100% - 191px);
    align-items: center;
    -webkit-align-items: center;
    padding: 10px;
}

.details-room-top .title-head {
    background: #E2E2E2;
    min-width: 120.14px;
    min-height: 46.43px;
    text-align: center;
    padding: 8px 18px;
    margin-inline-end: 15px;
    width: 100%;
    margin: 0;
}

.details-room-top .details-room-right .title-head h3 {
    margin: 0;
    font-family: 'GELight';
    font-size: 16px;
    line-height: 30px;
}

.details-room-top .details-room-right .item {
    margin: 8px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin-inline-end: 8px;
}

.details-room-top .details-room-right .item i {
    font-size: 30px;
    color: var(--main-color);
    margin-inline-end: 15px;
}

.details-room-top .details-room-right .item h6 {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--dark-color);
    opacity: .9;
}

.details-room-top .details-room-left .btn {
    height: 100%;
    min-width: 171px;
    font-size: 12.94px;
}

.slider-single-pro {
    direction: ltr;
    display: flex;
}

.slider-single-pro .slider.slider-for {
    width: calc(100% - 180px);
}

.slider-single-pro .slider.slider-nav.thumb-image {
    width: 170px;
}

.blokc-single-g {
    height: 448.3px;
    overflow: hidden;
    border-radius: 20px;
}

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

.thumbnail-image {
    padding: 2px 10px;
    /* padding-inline-end: 0; */
    height: 103.51px;
    overflow: hidden;
    /* border: 5px solid transparent; */
}

.thumbnail-image .thumbImg {
    height: 100%;
    width: 100%;
    /* padding: 2px 10px; */
    border-inline-end: 0;
    border: 5px solid transparent;
    border-radius: 10px;
    overflow: hidden;
}

.thumbnail-image .thumbImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slick-current.slick-active .thumbnail-image .thumbImg {
    border-color: var(--main-color);
}

[dir=rtl] .slick-slide {
    float: left
}

/* End Single-room */

/* Start Cafe-page */

.text-about ul li {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 0 20px;
}

.text-about ul li .icon {
    width: 40px;
    height: 40px;
    background: var(--main-color);
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    padding: 10px;
}

.text-about ul li .details {
    width: calc(100% - 40px);
    padding-inline-start: 20px;
}

.text-about ul li .details h6 {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--dark-color);
    opacity: .9;
}

.text-about ul li .icon img {
    max-height: 17.9px;
    filter: brightness(0) invert(1);
}

.imgs-cafe {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.imgs-cafe .item {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 12px;
}

.imgs-cafe .item .img {
    height: 217.86px;
}

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

/* End Cofe-page */


/* Start Apply-page */

.apply-block {
    /* background: #fff; */
    /* box-shadow: 0px 33px 76px #72707029; */
}

.apply-block .title-apply {
    background: #EDF3F5;
    padding: 16px 30px;
}

.apply-block .title-apply h3 {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    color: var(--main-color);
}

.form-apply {
    /* padding: 30px; */
}

.form-apply .form-group {
    margin: 20px 0;
}

.form-apply .form-group:first-child {
    margin-top: 0;
}

.form-apply .form-group:last-child {
    margin-bottom: 0;
}

.form-group label {
    color: #000000;
    font-size: 17px;
    display: block;
    margin: 0 0 10px;
}

.form-group .form-control {
    width: 100%;
    height: 45.15px;
    border: 1px solid #D6D6D6;
    display: block;
    padding: 0 15px;
    border-radius: 10px;
    appearance: auto;
    position: relative;
    text-align: right;
}

.iti {
    display: block;
}

.iti--separate-dial-code .iti__selected-flag {
    background: transparent;
}

.iti--separate-dial-code .iti__selected-dial-code {
    direction: ltr;
    margin: 0 5px;
}

.form-control.phone {
    padding-inline-start: 20px !important;
}

.form-group .form-control::placeholder {
    transition: all .5s;
    color: #7B7A7A;
    font-size: 15px;
}

.form-group .form-control:focus::placeholder {
    transform: translateX(-10px);
    opacity: 0;
}

.form-group .form-control:focus {
    box-shadow: none;
    border-color: var(--btn-bg2);
}

.file-upload-group input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 4;
    cursor: pointer;
    opacity: 0;
}

.file-upload-group.form-control {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    line-height: 50px;
    color: #7B7A7A;
    font-size: 15px;
    overflow: hidden;
}

.file-upload-group.form-control .for-sm-input-file {
    font-size: 18px;
    position: absolute;
    margin: 0;
    min-width: 76px;
    height: 45.15px;
    background: var(--main-color);
    text-align: center;
    margin-inline-end: -16px;
    color: #fff;
}

.btn.btn-form {
    min-width: 125px;
    margin-top: 34px;
    height: 37.96px;
}

.iti__country-list {
    left: 0;
    text-align: start;
}

.iti__country-name,
.iti__flag-box {
    margin: 0;
    margin-inline-end: 6px;
}

.apply-block .all-job {
    padding: 30px;
}

.apply-block .all-job .accordion .accordion-item {
    border: 1px solid #D6D6D6;
    margin: 15px 0;
    border-radius: 0;
}

.apply-block .all-job .accordion .accordion-item:first-child {
    margin-top: 0;
}

.apply-block .all-job .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.apply-block .all-job .accordion .accordion-item .accordion-button {
    color: #000;
    background: transparent;
    border: none;
    font-size: 18px;
    outline: none !important;
    box-shadow: none !important;
    padding: 16px;
    text-align: start;
}

.apply-block .all-job .accordion .accordion-item .accordion-button::after {
    margin: 0;
    margin-inline-start: auto;
    content: "\2b";
    background: transparent;
    font-family: 'Font Awesome 6 Pro';
}

.apply-block .all-job .accordion .accordion-item .accordion-button:not(.collapsed) {
    color: var(--btn-bg2);
}

.apply-block .all-job .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    content: "\f068";
}

.apply-block .all-job .accordion .accordion-item .accordion-body {
    padding: 3px 19px 19px;
}

.apply-block .all-job .accordion .accordion-item .accordion-body,
.apply-block .all-job .accordion .accordion-item .accordion-body p {
    color: #303030;
    font-size: 14px;
    line-height: 25px;
}

.apply-page .row {
    justify-content: center;
}

@media (min-width: 576px){
.bookingNow .modal-dialog {
    max-width: 600px;
}
    }

.booking-modal-in ul li {
    display: flex;
    margin: 6px 0;
    flex-wrap: wrap;
    font-size: 15px;
}

.booking-modal-in ul li strong, .booking-modal-in ul li span {
    max-width: 50%;
    flex: 0 0 50%;
    padding-inline-end: 15px;
}

.booking-modal-in ul {
    margin: 0 0 30px;
}

.booking-modal-in .form-group {
    margin: 15px 0;
    position: relative;
}

.room-block-in.img-block::after {
    content: "\f002";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    position: absolute;
    inset: 0;
    display: table;
    margin: auto;
    font-size: 35px;
    transition: all .5s;
    transform: scale(0);
}

.room-block-in.img-block:hover::after {
    transform: none;
}

.search-form .form-group select.form-control {
    font-size: 14px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 16px 0 0;
    max-width: 315px;
}

.btn-close {
    position: absolute;
    left: 0;
    top: 0;
    margin: 20px;
}

.modal .title.title-center {
    margin-top: 40px;
}

.file-upload-group.form-control .wpcf7-not-valid-tip {
    position: relative;
    top: 50px;
    margin-bottom: 50px;
    display: block;
    width: 100%;
}

.file-upload-group.form-control .wpcf7-form-control-wrap {margin-bottom: 40px;}
/* End Apply-page */


.daterangepicker .drp-buttons .cancelBtn.btn {
    background: var(--dark-color);
}

.head-top ul li .sub-menu {position: absolute;display: block;top: 100%;z-index: 7;min-width: 200px;background: #fff;padding: 0;box-shadow: 0 0 10px rgb(0 0 0 / 13%);transition: all .3s;opacity: 0;visibility: hidden;height: 0;overflow: hidden;}

.head-top ul li .sub-menu li {
    margin: 0;
}

.head-top ul li .sub-menu li a {
    display: block;
    padding: 5px  20px;
}

.head-top ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.head-top ul li.menu-item-has-children>a::after {
    content: "";
    position: relative;
    width: 8px;
    height: 8px;
    border-top: 1px #000 solid;
    border-right: 1px #000 solid;
    transform: rotate(135deg);
}

.search-form form .item:last-child {
    max-width: 15%;
    flex: 0 0 15%;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: var(--main-color);
    border-color: var(--main-color);
}

.dropdown-menu * {
    font-size: 13px;
    list-style: none;
}

.booking-modal-in .form-group .form-control.datepickerSingle, .booking-modal-in .form-group .form-control.datepickerSingle2 {
    padding-inline-end: 30px;
}

.booking-modal-in .form-group i {
    position: absolute;
    top: 35px;
    left: 0;
    margin: 19px;
    color: #888;
}

.slider-h {
    padding-inline: 31px;
}

.search-form .form-group .num-in {
    position: relative;
}

.search-form .form-group .num-in .form-control {
    text-align: center;
    padding: 0 45px;
}

.search-form .form-group .num-in .minus, .search-form .form-group .num-in .plus {
    position: absolute;
    top: 0;
    width: 19.94px;
    height: 19.94px;
    background: var(--main-color);
    color: #fff;
    margin: 10px;
    z-index: 2;
}

.search-form .form-group .num-in .minus i, .search-form .form-group .num-in .plus i {
    position: relative;
    color: inherit;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    margin: 0;
}

.search-form .form-group .num-in .plus {
    left: 0;
}

.search-form .form-group .num-in .minus {
    right: 0;
}

.search-form form .item .form-group .btn {
    width: 100%;
    height: 41px;
    font-size: 14px;
    border-radius: 40px;
}

.video-block::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #523A204D;
    border-radius: 242.08px 242.08px 0 0;
    margin: -20px;
}

.text-option {
    padding-inline-start: 60px;
}

.all-serv .title h3 {
    font-family: 'GEBOLD';
    font-size: 24.03px;
    line-height: 30px;
}

.apply-img {
    height: 573.16px;
    border-radius: 20px;
    overflow: hidden;
}

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

.form-group textarea.form-control {
    height: 158.1328125px;
    padding: 15px;
}

.map-con {
    height: 492.52px;
    border-radius: 20px;
    overflow: hidden;
}

.details-room-left {
    padding: 0 10px;
}

.head-top ul li.current-menu-item a {
    color: var(--main-color);
}

.rooms-page .row {
    justify-content: center;
}

.mobile-menu .navigation li>ul {
    padding: 0 20px;
    background: transparent;
}

.mobile-menu .navigation li>ul li a {
    font-size: 18px;
}

.mobile-menu-visible .mobile-menu {
    right: 0;
}

.policy-text {
    max-width: 900px;
}

.policy-text h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 30px 0;
}

.policy-text p {
    font-size: 16px;
    line-height: 26px;
}

.link-foot.btn {
    display: table;
    margin: 20px auto 0;
    padding: 8px;
}









