@import url(styles.css);

/* Start Fonts */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

/* End Fonts */

:root {
    --main-color: #DFAA5B;
    --sec-color: #ffcc00;
    --font-color: #1D1D1D;
    --bg-color: #C49C74;
    --bg-grad: linear-gradient(180deg, #DDF4E2 0%, #ECFFF0 100%);
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
    -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 {
    direction: rtl;
    padding: 0;
    margin: 0;
    font-family: "Almarai", sans-serif;
    background: #fff;
    text-align: start;
    overflow-x: hidden;
}

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

p {
    margin: 0;
    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;
    display: block;
}

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

.owl-carousel {
    direction: ltr;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
}

header.sticky {}

header.sticky {
    position: absolute;
    z-index: 99;
    width: 100%;
    overflow: visible;
    padding-top: 40px;
}

.inner-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    overflow: visible;
}

ul.main-nav {
    display: flex;
    justify-content: center;
}

.inner-header::after {
    content: "";
    position: absolute;
    width: 870px;
    background-image: url(../images/header-shape.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 114px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: -1;
}

.slider-img {
    height: 905px;
    position: relative;
}

.slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

ul.main-nav li a {
    font-size: 22px;
    font-weight: bold;
    color: var(--font-color);
}

.btn-main {
    background: var(--bg-color);
    padding: 15px 20px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: all 0.5s ease;
}

.main-nav li {
    margin-inline-end: 40px;
}

.main-nav li:last-child {
    margin-inline-end: 0px;
}

.slider-img::after {}

.slider-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 1) 29%, rgba(58, 58, 58, 1) 83%);
    top: 0;
    opacity: 0.7;
    border-radius: 25px;
    left: 0;
}

.logo-h {
    max-width: 25%;
    flex: 25%;
}

.btn-header {
    max-width: 25%;
    flex: 25%;
    display: flex;
    justify-content: end;
}

.nav-n {
    max-width: 50%;
    flex: 50%;
}

.btn-main::after {
    content: "";
    position: absolute;
    background: black;
    z-index: -1;
    rotate: 31deg;
    transition: all 0.5s ease;
    width: 120%;
    height: 0px;
    transform-origin: center;
    top: 130%;
    left: 30%;
    transform: translate(-50%, -50%);
}


.btn-main:hover span {
    color: var(--main-color);
}

a.btn-main:hover {
    color: var(--main-color);
    transition: all 0.5s ease;
}

.btn-main span {
    transition: all 0.5s ease;
}

.btn-main:hover::after {
    width: 120%;
    height: 140%;
}

.slide-content {
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0px 208px;
}

.slide-content h2 {
    color: var(--main-color);
    font-size: 56px;
    font-weight: bold;
    line-height: 164%;
    margin-bottom: 100px;
}

.slider-form-wraper {
    background: #706E6E9C;
    border-radius: 30px;
    padding: 30px;
}

form.slider-form {
    display: flex;
    width: 100%;
    gap: 20px;
}

form.slider-form .form-group {
    max-width: 20%;
    flex: 20%;
    height: 55px;
    position: relative;
}

form.slider-form .form-group input,
select {
    width: 100%;
    height: 100%;
    padding: 15px;
    background: #000000;
    border: none;
    border-radius: 12px;
    color: #CCCCCC;
    appearance: none;
}

form.slider-form .form-group button {
    width: 100%;
    height: 100%;
}

.form-group i {
    position: absolute;
    z-index: 1;
    font-size: 16px;
    color: #CCCCCC;
    top: 50%;
    left: 15px;
    transform: translate(0%, -50%);
}


form.slider-form .form-group input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 164%;
}

.submit-btn {
    width: 145px;
}

.submit-btn button {
    width: 100%;
    height: 100%;
}

.submit-btn button {
    border: none;
    border-radius: 12px;
    background: #C49C74;
    box-shadow: -2px 4px 4px 0px #000000A8 inset, 2px 0px 4px 0px #00000040 inset;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    transition: all 0.5s ease;
}

form.slider-form .form-group select option {
    color: #CCCCCC;
    font-size: 16px;
}

.submit-btn button:hover {
    box-shadow: none;
}

.mainSwiper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    background-image: url(../images/header-back.png);
    height: 49px;
    width: 870px;
    transform: translate(-50%, 0px);
    z-index: 1;
}

section.main-slider .swiper-pagination {
    position: absolute;
    z-index: 9;
}

.mainSwiper {
    position: relative;
}

section.main-slider .swiper-pagination span {
    background: #CCCCCC;
    height: 10px;
    width: 15px;
    border-radius: 13px;
    opacity: 1;
    transition: all 0.5s ease;
}

section.main-slider .swiper-pagination span.swiper-pagination-bullet-active {
    background: black;
    width: 32px;
}

section.rooms {
    background: #F0EFEF;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
    content: none !important;
}

section.rooms {
    padding: 80px 0px;
}

.sec-title-one h3 {
    font-size: 40px;
    line-height: 164%;
    text-align: right;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 20px;
}

.sec-title-one p {
    font-weight: 400;
    font-size: 20px;
    line-height: 164%;
    color: var(--main-color);
    margin-bottom: 50px;
}

.room-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.room-img {
    height: 336px;
    margin-bottom: 15px;
}

.tit-price h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: bold;
    color: #252525;
}

.tit-price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.room-block {
    padding: 0px 24px;
}

.room-img {}

.tit-price p {
    font-size: 12px;
    font-weight: bold;
    color: #C49C74;
}

.location-room p {
    color: #25252596;
    font-size: 10px;
}

.room-details ul {
    display: flex;
    justify-content: space-between;
}


.room-details ul li span {
    font-size: 12px;
    color: #C9BEB3;
}

.location-room {
    margin-bottom: 10px;
}

.slider-navs .swiper-button-next {
    left: -48px;
    position: relative;
}

.slider-navs .swiper-button-prev {
    right: -24px;
    position: relative;
    left: auto;
}

.slider-navs i {
    color: white;
    background: #C9BEB3;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.slider-navs {
    width: 100%;
    display: flex;
    direction: ltr;
    justify-content: space-between;
    top: 50%;
    position: absolute;
}

.swiper-wraper-container {
    position: relative;
}

.room-img-slider .swiper-pagination {
    bottom: 16px;
}

.room-img-slider .swiper-pagination span {
    background: #F9F9FBB2;
    backdrop-filter: blur(11px);
    opacity: 1;
    width: 6px;
    height: 6px;
}

.room-img-slider .swiper-pagination span.swiper-pagination-bullet-active {
    background: #F9F9FB;
    width: 8px;
    height: 8px;
}

section.why-sec {
    padding: 90px 0px;
    background: #1D1D1D;
}

.serv-block h3 {
    background: #FFFFFFC9;
    display: inline-block;
    border-radius: 39px;
    font-size: 16px;
    font-weight: bold;
    color: #1C4C4C;
    padding: 14px 18px;
    margin-bottom: 25px;
}

.serv-block p {
    font-size: 18px;
    color: #FFFFFF;
    text-align: start;
}

section.why-sec .row {
    justify-content: space-between;
}

.serv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.serv-block-n {
    padding: 0px 24px;
}

.serv-img {
    height: 630px;
}

.sec-title-one.centered-tit {
    text-align: center;
}

.sec-title-one.centered-tit h3,
p {
    text-align: center;
}

section.serc-sec {
    background: #F0EFEF;
    padding: 80px 0px;
    overflow: visible;
}

.sec-title-one.centered-tit {
    margin-bottom: 65px;
}

.serv-tit h3 {
    font-weight: bold;
    font-size: 32px;
    line-height: 164%;
    text-align: center;
    margin-bottom: 25px;
    color: var(--main-color);
}

.serc-sec::after {
    content: "";
    position: absolute;
    bottom: -49px;
    left: 50%;
    background-image: url(../images/serv-shape.png);
    height: 49px;
    width: 870px;
    transform: translate(-50%, 0px);
    z-index: 1;
    background-repeat: no-repeat;
}

section.news-letter-sec {
    background: #343434;
}

section.news-letter-sec {
    padding: 140px 0px 100px 0px;
}

.news-letter-desc h3 {
    color: white;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}

.news-letter-desc p {
    font-size: 22px;
    text-align: start;
    color: white;
    font-weight: 400;
    line-height: 183%;
    margin-bottom: 35px;
}

.news-letter-desc {
    padding-inline-end: 145px;
}

.new-letter-input input {
    box-shadow: -2px 4px 4px 0px #00000040 inset,
        2px 0px 4px 0px #00000040 inset;
    border: none;
    height: 70px;
    width: 466px;
    border-radius: 12px;
    padding-inline-start: 20px;
    margin-inline-end: 24px;
}

.new-letter-input {
    /* padding-inline-end: 145px; */
    width: 100%;
}

.new-letter-input button {
    border: none;
    border-radius: 12px;
    background: #C49C74;
    box-shadow: -2px 4px 4px 0px #000000A8 inset, 2px 0px 4px 0px #00000040 inset;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    transition: all 0.5s ease;
    height: 70px;
    padding: 15px 55px;
}

.new-imgs-wraper {
    display: flex;
    gap: 20px;
}

.new-imgs {
    height: 160px;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 6px 4px 0px #00000066;
    border-radius: 12px;
    position: relative;
}

.new-imgs-tit {
    margin-bottom: 35px;
}

.new-imgs-tit h3 {
    color: var(--main-color);
    font-weight: bold;
    font-size: 32px;
    line-height: 164%;
    margin-bottom: 6px;
}

.new-imgs-tit p {
    text-align: start;
    color: var(--main-color);
    font-size: 20px;
    line-height: 164%;
}



.new-imgs-tit {
    margin-bottom: 35px;
    padding-inline-start: 16px;
}

.new-imgs-tit h3 {
    color: var(--main-color);
    font-weight: bold;
    font-size: 32px;
    line-height: 164%;
    margin-bottom: 6px;
}

.new-imgs-tit p {
    text-align: start;
    color: var(--main-color);
    font-size: 20px;
    line-height: 164%;
}

.new-imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.right-imgs {
    max-width: 50%;
    flex: 50%;
}

.left-imgs {
    max-width: 50%;
    flex: 50%;
}

.left-imgs .new-imgs:first-child {
    height: 318px;
}

.left-imgs .new-imgs:nth-child(2) {
    height: 167px;
    margin-bottom: 0px;
}

.right-imgs .new-imgs {
    height: 159px;
    margin-bottom: 14px;
}

.right-imgs .new-imgs:last-child {
    margin-bottom: 0px;
}

.tit-img-n {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #34343463;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
}

.tit-img-n h3 {
    margin: 0;
    font-size: 26px;
    color: white;
    font-weight: bold;
}

.news-letter-imgs {
    position: relative;
}

.news-letter-imgs::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 100%;
    background: #202226;
    right: -22px;
    top: 0;
    box-shadow: -2px -2px 2px 0px #4E5154 inset,
        0px 4px 4px 0px #000000BF inset;
    border-radius: 100px;
}

.footer-top {}

footer {
    padding: 40px 0px 0px 0px;
    background: #1D1D1D;
}

.new-letter-input.second-input input {
    background: #363636;
    box-shadow: none;
    border-radius: 8px;
    margin: 0;
    position: relative;
    right: -25px;
    z-index: 0;
    padding-inline-start: 35px;
}

.new-letter-input.second-input button {
    box-shadow: 2px 0px 4px 0px #00000040 inset;
    position: relative;
    z-index: 1;
}

.new-letter-input.second-input form {
    display: flex;
}


footer {
    padding: 40px 0px 65px 0px;
    background: #1D1D1D;
}

.new-letter-input.second-input input {
    background: #363636;
    box-shadow: none;
    border-radius: 8px;
    margin: 0;
    position: relative;
    right: -25px;
    z-index: 0;
    padding-inline-start: 35px;
}

.new-letter-input.second-input button {
    box-shadow: 2px 0px 4px 0px #00000040 inset;
    position: relative;
    z-index: 1;
}

.new-letter-input.second-input form {
    display: flex;
}

.new-letter-input.second-input input::placeholder {
    color: white;
    text-align: center;
    font-size: 22px;
}

.footer-top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 38px;
}

.footer-widget h3 {
    font-size: 40px;
    margin-bottom: 40px;
    color: var(--main-color);
    font-weight: bold;
}

.footer-widget ul li a {
    color: white;
    font-size: 22px;
}

.footer-widget ul li {
    margin-bottom: 38px;
}


.footer-center-wrap {
    padding: 38px 40px;
    border-top: 1px solid #ffffff17;
    border-bottom: 1px solid #ffffff17;
}

.footer-center-wrap .row {
    justify-content: center;
}

.footer-widget {
    text-align: center;
}

p.copt-rights {
    font-size: 18px;
    color: white;
    text-align: end;
}

.social-footer ul {
    display: flex;
    gap: 20px;
    justify-content: start;
    align-items: center;
}

.social-footer ul li a i {
    font-size: 22px;
    color: white;
}

.footer-bottom {
    padding-top: 35px;
}

.location-room p {
    text-align: start;
}

.inner-pages .inner-header::after {
    opacity: 0;
}

.inner-pages .inner-header {
    align-items: center;
}

.inner-pages .main-nav li a {
    color: white;
}


.inner-pages .btn-main {
    color: white;
}

.img-over {
    width: 100%;
    height: 515px;
    position: relative;
}

.img-over img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-over::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    inset: 0;
    opacity: 0.5;
}

section.bread-crump {
    border-radius: 24px 24px 8px 8px;
}

.bread-tit {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    color: var(--main-color);
    transform: translate(-50%, -50%);
}

.bread-tit h3 {
    font-size: 84px;
    font-weight: bold;
}

.img-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.img-b-n {
    max-width: 29%;
    flex: 29%;
    height: 400px;
    /* margin-bottom: 11px; */
}

.img-b-n img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.img-b-n:nth-child(even) {
    max-width: 70%;
    flex: 70%;
}

section.imges-sec {
    padding: 90px 0px;
}

section.rooms.sweets-n {
    padding-top: 0px;
}

.sec-title-one-inner {
    margin-bottom: 33px;
}

.sec-title-one-inner h3 {
    font-size: 40px;
    font-weight: bold;
}

section.book-sec {
    padding: 90px 0px;
}

.book-form {
    padding: 35px;
    box-shadow: 4px 8px 10px 6px #00000066;
    border-radius: 20px;
}

form.book-f-n .form-group {
    position: relative;
    margin-bottom: 25px;
}

form.book-f-n .form-group input {
    width: 100%;
    height: 100%;
    padding: 15px;
    background: #000000;
    border: none;
    border-radius: 12px;
    color: #CCCCCC;
    appearance: none;
}

.book-form .submit-btn {
    width: 100%;
    height: 60px;
}

.form-tit {
    text-align: center;
    margin-bottom: 50px;
}

.form-tit h3 {
    font-size: 42px;
    font-weight: bold;
    color: var(--main-color);
}

div#pop_up .modal-header {
    display: flex;
    justify-content: space-between;
}

div#pop_up .modal-header button.btn-close {
    margin: 0;
    background: var(--main-color);
    color: white;
}

div#pop_up .modal-title {
    color: var(--main-color);
    font-size: 30px;
    font-weight: bold;
}

@import url(styles.css);

/* Start Fonts */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

/* End Fonts */

:root {
    --main-color: #DFAA5B;
    --sec-color: #ffcc00;
    --font-color: #1D1D1D;
    --bg-color: #C49C74;
    --bg-grad: linear-gradient(180deg, #DDF4E2 0%, #ECFFF0 100%);
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
    -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 {
    direction: rtl;
    padding: 0;
    margin: 0;
    font-family: "Almarai", sans-serif;
    background: #fff;
    text-align: start;
    overflow-x: hidden;
}

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

p {
    margin: 0;
    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;
    display: block;
}

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

.owl-carousel {
    direction: ltr;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
}

header.sticky {}

header.sticky {
    position: absolute;
    z-index: 999999;
    width: 100%;
    overflow: visible;
    padding-top: 40px;
}

.inner-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    overflow: visible;
}

ul.main-nav {
    display: flex;
    justify-content: center;
}

.inner-header::after {
    content: "";
    position: absolute;
    width: 870px;
    background-image: url(../images/header-shape.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 114px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: -1;
}

.slider-img {
    height: 905px;
    position: relative;
}

.slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

ul.main-nav li a {
    font-size: 22px;
    font-weight: bold;
    color: var(--font-color);
}

.btn-main {
    background: var(--bg-color);
    padding: 15px 20px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: all 0.5s ease;
}

.main-nav li {
    margin-inline-end: 40px;
}

.main-nav li:last-child {
    margin-inline-end: 0px;
}

.slider-img::after {}

.slider-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 1) 29%, rgba(58, 58, 58, 1) 83%);
    top: 0;
    opacity: 0.7;
    border-radius: 25px;
    left: 0;
}

.logo-h {
    max-width: 25%;
    flex: 25%;
}

.btn-header {
    max-width: 25%;
    flex: 25%;
    display: flex;
    justify-content: end;
}

.nav-n {
    max-width: 50%;
    flex: 50%;
}

.btn-main::after {
    content: "";
    position: absolute;
    background: black;
    z-index: -1;
    rotate: 31deg;
    transition: all 0.5s ease;
    width: 120%;
    height: 0px;
    transform-origin: center;
    top: 130%;
    left: 30%;
    transform: translate(-50%, -50%);
}


.btn-main:hover span {
    color: var(--main-color);
}

a.btn-main:hover {
    color: var(--main-color);
    transition: all 0.5s ease;
}

.btn-main span {
    transition: all 0.5s ease;
}

.btn-main:hover::after {
    width: 120%;
    height: 140%;
}

.slide-content {
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0px 208px;
}

.slide-content h2 {
    color: var(--main-color);
    font-size: 56px;
    font-weight: bold;
    line-height: 164%;
    margin-bottom: 100px;
}

.slider-form-wraper {
    background: #706E6E9C;
    border-radius: 30px;
    padding: 30px;
}

form.slider-form {
    display: flex;
    width: 100%;
    gap: 20px;
}

form.slider-form .form-group {
    max-width: 20%;
    flex: 20%;
    height: 55px;
    position: relative;
}

form.slider-form .form-group input,
select {
    width: 100%;
    height: 100%;
    padding: 15px;
    background: #000000;
    border: none;
    border-radius: 12px;
    color: #CCCCCC;
    appearance: none;
}

form.slider-form .form-group button {
    width: 100%;
    height: 100%;
}

.form-group i {
    position: absolute;
    z-index: 1;
    font-size: 16px;
    color: #CCCCCC;
    top: 50%;
    left: 15px;
    transform: translate(0%, -50%);
}


form.slider-form .form-group input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 164%;
}

.submit-btn {
    width: 145px;
}

.submit-btn button {
    width: 100%;
    height: 100%;
}

.submit-btn button {
    border: none;
    border-radius: 12px;
    background: #C49C74;
    box-shadow: -2px 4px 4px 0px #000000A8 inset, 2px 0px 4px 0px #00000040 inset;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    transition: all 0.5s ease;
}

form.slider-form .form-group select option {
    color: #CCCCCC;
    font-size: 16px;
}

.submit-btn button:hover {
    box-shadow: none;
}

.mainSwiper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    background-image: url(../images/header-back.png);
    height: 49px;
    width: 870px;
    transform: translate(-50%, 0px);
    z-index: 1;
}

section.main-slider .swiper-pagination {
    position: absolute;
    z-index: 9;
}

.mainSwiper {
    position: relative;
}

section.main-slider .swiper-pagination span {
    background: #CCCCCC;
    height: 10px;
    width: 15px;
    border-radius: 13px;
    opacity: 1;
    transition: all 0.5s ease;
}

section.main-slider .swiper-pagination span.swiper-pagination-bullet-active {
    background: black;
    width: 32px;
}

section.rooms {
    background: #F0EFEF;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
    content: none !important;
}

section.rooms {
    padding: 80px 0px;
}

.sec-title-one h3 {
    font-size: 40px;
    line-height: 164%;
    text-align: right;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 20px;
}

.sec-title-one p {
    font-weight: 400;
    font-size: 20px;
    line-height: 164%;
    color: var(--main-color);
    margin-bottom: 50px;
}

.room-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.room-img {
    height: 336px;
    margin-bottom: 15px;
}

.tit-price h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: bold;
    color: #252525;
}

.tit-price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.room-block {
    padding: 0px 24px;
}

.room-img {}

.tit-price p {
    font-size: 12px;
    font-weight: bold;
    color: #C49C74;
}

.location-room p {
    color: #25252596;
    font-size: 10px;
}

.room-details ul {
    display: flex;
    justify-content: space-between;
}


.room-details ul li span {
    font-size: 12px;
    color: #C9BEB3;
}

.location-room {
    margin-bottom: 10px;
}

.slider-navs .swiper-button-next {
    left: -48px;
    position: relative;
}

.slider-navs .swiper-button-prev {
    right: -24px;
    position: relative;
    left: auto;
}

.slider-navs i {
    color: white;
    background: #C9BEB3;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.slider-navs {
    width: 100%;
    display: flex;
    direction: ltr;
    justify-content: space-between;
    top: 50%;
    position: absolute;
}

.swiper-wraper-container {
    position: relative;
}

.room-img-slider .swiper-pagination {
    bottom: 16px;
}

.room-img-slider .swiper-pagination span {
    background: #F9F9FBB2;
    backdrop-filter: blur(11px);
    opacity: 1;
    width: 6px;
    height: 6px;
}

.room-img-slider .swiper-pagination span.swiper-pagination-bullet-active {
    background: #F9F9FB;
    width: 8px;
    height: 8px;
}

section.why-sec {
    padding: 90px 0px;
    background: #1D1D1D;
}

.serv-block h3 {
    background: #FFFFFFC9;
    display: inline-block;
    border-radius: 39px;
    font-size: 16px;
    font-weight: bold;
    color: #1C4C4C;
    padding: 14px 18px;
    margin-bottom: 25px;
}

.serv-block p {
    font-size: 18px;
    color: #FFFFFF;
    text-align: start;
}

section.why-sec .row {
    justify-content: space-between;
}

.serv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.serv-block-n {
    padding: 0px 24px;
}

.serv-img {
    height: 630px;
}

.sec-title-one.centered-tit {
    text-align: center;
}

.sec-title-one.centered-tit h3,
p {
    text-align: center;
}

section.serc-sec {
    background: #F0EFEF;
    padding: 80px 0px;
    overflow: visible;
}

.sec-title-one.centered-tit {
    margin-bottom: 65px;
}

.serv-tit h3 {
    font-weight: bold;
    font-size: 32px;
    line-height: 164%;
    text-align: center;
    margin-bottom: 25px;
    color: var(--main-color);
}

.serc-sec::after {
    content: "";
    position: absolute;
    bottom: -49px;
    left: 50%;
    background-image: url(../images/serv-shape.png);
    height: 49px;
    width: 870px;
    transform: translate(-50%, 0px);
    z-index: 1;
    background-repeat: no-repeat;
}

section.news-letter-sec {
    background: #343434;
}

section.news-letter-sec {
    padding: 140px 0px 100px 0px;
}

.news-letter-desc h3 {
    color: white;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}

.news-letter-desc p {
    font-size: 22px;
    text-align: start;
    color: white;
    font-weight: 400;
    line-height: 183%;
    margin-bottom: 35px;
}

.news-letter-desc {
    padding-inline-end: 145px;
}

.new-letter-input input {
    box-shadow: -2px 4px 4px 0px #00000040 inset,
        2px 0px 4px 0px #00000040 inset;
    border: none;
    height: 70px;
    width: 466px;
    border-radius: 12px;
    padding-inline-start: 20px;
    margin-inline-end: 24px;
}

.new-letter-input {
    /* padding-inline-end: 145px; */
    width: 100%;
}

.new-letter-input button {
    border: none;
    border-radius: 12px;
    background: #C49C74;
    box-shadow: -2px 4px 4px 0px #000000A8 inset, 2px 0px 4px 0px #00000040 inset;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    transition: all 0.5s ease;
    height: 70px;
    padding: 15px 55px;
}

.new-imgs-wraper {
    display: flex;
    gap: 20px;
}

.new-imgs {
    height: 160px;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 6px 4px 0px #00000066;
    border-radius: 12px;
    position: relative;
}

.new-imgs-tit {
    margin-bottom: 35px;
}

.new-imgs-tit h3 {
    color: var(--main-color);
    font-weight: bold;
    font-size: 32px;
    line-height: 164%;
    margin-bottom: 6px;
}

.new-imgs-tit p {
    text-align: start;
    color: var(--main-color);
    font-size: 20px;
    line-height: 164%;
}



.new-imgs-tit {
    margin-bottom: 35px;
    padding-inline-start: 16px;
}

.new-imgs-tit h3 {
    color: var(--main-color);
    font-weight: bold;
    font-size: 32px;
    line-height: 164%;
    margin-bottom: 6px;
}

.new-imgs-tit p {
    text-align: start;
    color: var(--main-color);
    font-size: 20px;
    line-height: 164%;
}

.new-imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.right-imgs {
    max-width: 50%;
    flex: 50%;
}

.left-imgs {
    max-width: 50%;
    flex: 50%;
}

.left-imgs .new-imgs:first-child {
    height: 318px;
}

.left-imgs .new-imgs:nth-child(2) {
    height: 167px;
    margin-bottom: 0px;
}

.right-imgs .new-imgs {
    height: 159px;
    margin-bottom: 14px;
}

.right-imgs .new-imgs:last-child {
    margin-bottom: 0px;
}

.tit-img-n {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #34343463;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
}

.tit-img-n h3 {
    margin: 0;
    font-size: 26px;
    color: white;
    font-weight: bold;
}

.news-letter-imgs {
    position: relative;
}

.news-letter-imgs::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 100%;
    background: #202226;
    right: -22px;
    top: 0;
    box-shadow: -2px -2px 2px 0px #4E5154 inset,
        0px 4px 4px 0px #000000BF inset;
    border-radius: 100px;
}

.footer-top {}

footer {
    padding: 40px 0px 0px 0px;
    background: #1D1D1D;
}

.new-letter-input.second-input input {
    background: #363636;
    box-shadow: none;
    border-radius: 8px;
    margin: 0;
    position: relative;
    right: -25px;
    z-index: 0;
    padding-inline-start: 35px;
}

.new-letter-input.second-input button {
    box-shadow: 2px 0px 4px 0px #00000040 inset;
    position: relative;
    z-index: 1;
}

.new-letter-input.second-input form {
    display: flex;
}


footer {
    padding: 40px 0px 65px 0px;
    background: #1D1D1D;
}

.new-letter-input.second-input input {
    background: #363636;
    box-shadow: none;
    border-radius: 8px;
    margin: 0;
    position: relative;
    right: -25px;
    z-index: 0;
    padding-inline-start: 35px;
}

.new-letter-input.second-input button {
    box-shadow: 2px 0px 4px 0px #00000040 inset;
    position: relative;
    z-index: 1;
}

.new-letter-input.second-input form {
    display: flex;
    flex-direction: row-reverse;
    gap: 0px;
    width: 100%;
}

.new-letter-input.second-input input::placeholder {
    color: white;
    text-align: center;
    font-size: 22px;
}

.footer-top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 38px;
}

.footer-widget h3 {
    font-size: 40px;
    margin-bottom: 40px;
    color: var(--main-color);
    font-weight: bold;
}

.footer-widget ul li a {
    color: white;
    font-size: 22px;
}

.footer-widget ul li {
    margin-bottom: 38px;
}


.footer-center-wrap {
    padding: 38px 40px;
    border-top: 1px solid #ffffff17;
    border-bottom: 1px solid #ffffff17;
}

.footer-center-wrap .row {
    justify-content: center;
}

.footer-widget {
    text-align: center;
}

p.copt-rights {
    font-size: 18px;
    color: white;
    text-align: end;
}

.social-footer ul {
    display: flex;
    gap: 20px;
    justify-content: start;
    align-items: center;
}

.social-footer ul li a i {
    font-size: 22px;
    color: white;
}

.footer-bottom {
    padding-top: 35px;
}

.location-room p {
    text-align: start;
}

.inner-pages .inner-header::after {
    opacity: 0;
}

.inner-pages .inner-header {
    align-items: center;
}

.inner-pages .main-nav li a {
    color: white;
}


.inner-pages .btn-main {
    color: white;
}

.img-over {
    width: 100%;
    height: 515px;
    position: relative;
}

.img-over img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-over::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    inset: 0;
    opacity: 0.5;
}

section.bread-crump {
    border-radius: 24px 24px 8px 8px;
}

.bread-tit {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    color: var(--main-color);
    transform: translate(-50%, -50%);
}

.bread-tit h3 {
    font-size: 84px;
    font-weight: bold;
}

.img-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.img-b-n {
    max-width: 29%;
    flex: 29%;
    height: 400px;
    /* margin-bottom: 11px; */
}

.img-b-n img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.img-b-n:nth-child(even) {
    max-width: 70%;
    flex: 70%;
}

section.imges-sec {
    padding: 90px 0px;
}

section.rooms.sweets-n {
    padding-top: 0px;
}

.sec-title-one-inner {
    margin-bottom: 33px;
}

.sec-title-one-inner h3 {
    font-size: 40px;
    font-weight: bold;
}

section.book-sec {
    padding: 90px 0px;
}

.book-form {
    padding: 35px;
    box-shadow: 4px 8px 10px 6px #00000066;
    border-radius: 20px;
}

form.book-f-n .form-group {
    position: relative;
    margin-bottom: 25px;
}

form.book-f-n .form-group input {
    width: 100%;
    height: 100%;
    padding: 15px;
    background: #000000;
    border: none;
    border-radius: 12px;
    color: #CCCCCC;
    appearance: none;
}

.book-form .submit-btn {
    width: 100%;
    height: 60px;
}

.form-tit {
    text-align: center;
    margin-bottom: 50px;
}

.form-tit h3 {
    font-size: 42px;
    font-weight: bold;
    color: var(--main-color);
}

div#pop_up .modal-header {
    display: flex;
    justify-content: space-between;
}

div#pop_up .modal-header button.btn-close {
    margin: 0;
    background: var(--main-color);
    color: white;
    display: flex;
    justify-content: center;
    padding: 0;
    line-height: 0;
    height: 30px;
    width: 30px;
    opacity: 1;
}

div#pop_up .modal-title {
    color: var(--main-color);
    font-size: 30px;
    font-weight: bold;
}

div#pop_up .modal-header button.btn-close span {
    font-size: 38px;
    line-height: 0;
    width: auto;
    height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.booking-modal ul li {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.booking-modal ul li i {
    font-size: 20px;
    color: #C49C74;
}

.popup_icone {}

.popup_icone {
    background: black;
    padding: 13px;
    border-radius: 10px;
}

form#modal_form .form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

form#modal_form .form-group input {
    background: #F8F8F8;
    border: none;
    height: 50px;
    border-radius: 15px;
    color: black;
    padding-inline-start: 20px;
    border: 1px solid #EBEBEB;
}

.form-group {}

form#modal_form .form-group label {
    font-size: 14px;
}


form#modal_form .my-btn button {
    border: none;
    background: none;
    background: #C49C74;
    border: none;
    border-radius: 12px;
    background: #C49C74;
    box-shadow: -2px 4px 4px 0px #000000A8 inset, 2px 0px 4px 0px #00000040 inset;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    transition: all 0.5s ease;
    padding: 10px 15px;
}

form#modal_form .my-btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.span-inf {
    font-weight: bold;
}
.mobile-menue-w {
    display: none;
}
.mobile-menue {
    display: none;
}