@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&display=swap');

body {
	padding: 0;
	margin: 0;
	background-color: white !important;
	font-family: 'El Messiri', sans-serif !important;
	font-size: 16px;
}

p {
	font-size: 16px;
}

.container {
	max-width: 1440px !important;
}

.mr-20 {
	margin: 20px;
}

.mr-30 {
	margin: 20px auto;
}

.mt-20 {
	margin-top: 20px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-120 {
	margin-top: 120px;
}

.mt-140 {
	margin-top: 140px;
}

.mb-50 {
	margin-bottom: 50px;
}

.pd-0 {
	padding: 0;
}

.relative {
	position: relative;
}

.relative {
	position: relative;
}

.pb-30 {
	padding-bottom: 30px;
}

.section-pd {
	padding: 90px 0;
}



/* slider */
.banner {
	height: 100vh;
}

.pana-accordion {
	height: 100%;
	width: 100%;
	margin: 0;
}

.pana-accordion .pana-accordion-wrap .pana-accordion-item {
	height: auto;
}

.pana-accordion .pana-accordion-wrap {
	height: 100%;
}

.slider-container {
	height: 100%;
	width: 100%;
}

.desktop-view {
	display: block;
	height: 100%;
}

/* .ipad-view{display: none;height: 100%;} */
.mobile-view {
	display: none;
	height: 100%;
}


/* header */
.header-default {
	position: fixed;
	z-index: 999;
	width: 100%;
}

.header-default .logo img {
	display: none;
}

.header-default ul {
	width: 100%;
	margin: 0;
	padding-inline-start: 0;
	margin-bottom: 0;
}

.header-default li {
	font-size: 20px;
	display: inline-block;
	padding: 20px 30px;
	font-weight: bold;
	color: white;
	cursor: pointer;
}

.header-default li a {
	text-decoration: none;
	color: white;
}

.header-default select {
	padding: 5px 20px;
	background-color: transparent;
	border: none;
	color: white;
	font-weight: bold;
	font-size: 20px;
}

.header-default select>option {
	color: black;
}

.menu li,
.sub-menu li {
	display: block;
	padding: 10px 20px !important;
	font-size: 16px;
	color: black !important;
	font-weight: 400;
	cursor: pointer;
}

.menu li:hover,
.sub-menu li:hover {
	background-color: #d7f2ff;
}

.sub-menu li {
	padding: 20px;
}

.menu,
.sub-menu {
	position: absolute;
	text-align: left;
	width: 250px;
	background-color: white;
	top: 60px;
	left: 0px;
	display: none;
}

.menu {
	top: 60px;
	left: 0px;
}

.sub-menu {
	top: 0px;
	left: 250px;
}

.menu li a,
.sub-menu li a {
	color: black !important;
}

#upcoming .menu {
	width: 300px;
}

.fixed-header {
	background-color: #0b384c;
	padding: 10px;
}

.fixed-header .center-logo {
	display: none;
}

.fixed-header .logo img {
	display: block;
	height: 70px;
}

.language select {
	appearance: none;
}

.language {
	position: relative;
}

.language:after {
	content: "\25b6";
	position: absolute;
	top: 4px;
	right: 8px;
	transform: rotate(90deg);
	color: white;
}

.language select:focus {
	outline: none;
}

.language select option {
	color: black;
}

select option:selected,
select option:hover {
	background: gray !important;
}

.responsive-sticky-menu {
	display: none;
}

.sticky-header {
	color: white;
	height: 50px;
	display: none;
}

.sticky-header .row {
	height: 100%;
}

.sticky-header label {
	margin-bottom: 0;
	margin-right: 15px;
}

.sticky-header select {
	border-bottom: 1px solid white;
	padding: 0 10px;
	width: 65%;
}

.sticky-header input {
	background-color: transparent;
	padding: 0 10px;
	font-size: 20px;
	border: none !important;
	color: white;
	width: 60% !important;
}

.white-btn {
	background-color: white;
	height: 100%;
	width: 100%;
	color: #0b384c;
	font-size: 20px;
	font-weight: bold;
}

.menu-icon .icon {
	font-size: 40px;
}

.menu-icon .text {
	font-size: 25px;
	font-weight: bold;
	padding: 0 20px;
}

.menu-icon,
.mobile-close {
	cursor: pointer;
}

.popup-mobile-manu {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff94;
	z-index: 999;
	transition: 0.3s linear;
	transform: translateX(-100%);
}

.inner {
	width: 50%;
	height: 100%;
	background-color: #0b384c;
	color: white;
	padding: 20px;
	overflow-y: auto;
}

.inner .logo img {
	height: 70px;
	margin-bottom: 20px;
}

.menu-content ul {
	list-style-type: none;
	padding-inline-start: 0;
}

.menu-content ul li {
	padding: 5px 20px;
}

.menu-content ul li a {
	color: white;
	text-decoration: none;
}

.menu-content i {
	vertical-align: middle;
}

.menulist>li {
	border-bottom: 1px solid white;
	padding: 10px 20px !important;
	font-size: 20px;
}

.object-submenu {
	display: none;
}

.mobile-close i {
	font-size: 35px;
}

.swiper-button-next,
.swiper-button-prev {
	color: #808080 !important;
}

.form-error {
	color: #e80000 !important;
}

/* scroll-bar */

.inner::-webkit-scrollbar {
	width: 4px;
}

.inner::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px gray;
}

.inner::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px #fff;
}


/* booking-panel */
.booking-panel {
	position: absolute;
	z-index: 99;
	bottom: 0;
	width: 100%;
	background: #ffffff94;
}

.booking-panel>div {
	width: 80%;
	margin: auto;
	padding: 15px;
}

.booking-panel label {
	margin-bottom: 0;
}

/*calender date*/
.disabled {
	color: #878585;
}

.booking-panel input,
.booking-panel select {
	width: 95%;
	padding: 5px 10px;
	border-radius: 3px;
	border: none !important;
	background-color: #fffcf5;
	color: #373124;
}

.booking-panel select::selection {
	background-color: #222;
	color: white;
}

.booking-panel select {
	padding: 2px 10px;
}

.booking-panel input:focus,
.booking-panel button:focus,
.booking-panel select:focus {
	outline: none;
}

.booking-panel .input-box {
	padding: 0px 5px;
}

.booking-panel h2 {
	margin-bottom: 0;
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	margin-top: 0px;
}

.booking-panel button {
	font-size: 22px;
	text-transform: uppercase;
	background-color: #fff;
	border: 1px solid #013a55;
	align-items: center;
	justify-content: center;
	height: 55px;
	width: 70%;
	font-weight: 700;
	float: right;
	border-radius: 10px;
	color: #013a55;
}

#details-row {
	display: none;
}

h2 {
	color: #013a55;
	font-weight: bold;
}

h2 .title {
	display: block;
	font-size: 23px;
	margin-bottom: 6px;
}

.swiper {
	width: 100%;
	/*height: 100%;*/
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}

.swiper-slide-2 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}


.offer-box {}

.offer-box-2 {
	width: 93%;
	/* height: 500px; */
}

.offer-box h3 {
	margin-bottom: 5px;
	color: #225e78;
}

.offer-box p {
	margin-bottom: 5px;
}

.offer-box h5 {}

.offer-box .btn {
	position: absolute;
	right: -40px;
	bottom: -10px;
	padding: 10px;
	background-color: #225e78;
	color: white;
	width: 100px;
	font-weight: 700;
}

.offer-box>div {
	position: absolute;
	left: 5px;
	bottom: 10px;
	width: 54%;
	background-color: white;
	padding: 10px 20px;
	text-align: left;
}

.offer-box-2 .classswiper-slider {
	position: relative;
	left: 0px !important;
	bottom: 40px;
	width: 100%;
	background-color: #013a5578 !important;
	padding: 13px 41px;
	text-align: left;
	color: #fff;
	font-size: 22px;
	min-height: 208px;
}




/* footer */
.footer {
	padding: 50px 0;
	padding-bottom: 0;
	background-color: #0b384c;
	color: white;
}

.copyright {
	margin: 0;
	text-align: center;
	padding: 25px 0;
	color: var(--tx-light);
}

.copyright strong,
.copyright a {
	color: var(--tx-theme-color);
	font-weight: 600;
}

.footer-logo img {
	width: 120px;
	padding-left: 10px;
}

.footer h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.footer ul {
	list-style-type: none;
	padding-inline-start: 0;
}

.footer ul li a {
	color: var(--tx-light);
	font-size: 14px;
	line-height: 1.5;
}

.ul-social li {
	display: inline-block;
}

.ul-social a {
	padding: 0 5px;
}

.footer ul li a:hover {
	color: var(--tx-theme-color);
}

/* najran-hotel */
.rooms-section {
	background-color: #B9B74F;
	padding: 70px 50px;
}

.rooms-section .swiper-slide {
	background-color: transparent;
	max-width: 100% !important;
	padding: 0 5px;
}

.rooms-section .text-panel {
	border: 1px solid white;
	height: auto;
	width: 90%;
	position: relative;
	padding: 20px;
	color: white;
	text-align: left;
	padding-bottom: 50px;
}

.rooms-section h5 {
	font-weight: bold;
	font-size: 30px;
	color: #0b384c;
}

.read-btn {
	background-color: #b9b658;
	padding: 10px 20px;
	display: inline;
	float: right;
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	left: 21px;
	/*bottom: -20px;
	right: -20px;*/
	text-align: center;
	margin-top: 3%;
	color: #fff;
}

.read-btns {
	background-color: #0b384c;
	color: #fff;
	padding: 10px 20px;
	display: inline;

	font-weight: bold;
	font-size: 20px;
	position: relative;
	text-align: center;
	margin-top: 10px;
}

.bg {
	position: absolute;
	height: 40px;
	width: 40px;
	background-color: #d3d17c;
	z-index: -1;
	top: 0;
	left: 0;
}

.amenities .d-flex {
	height: 130px;
}

.overlap-text {
	position: absolute;
	bottom: -20px;
	left: -60px;
	background-color: #b9b74f;
	padding: 20px;
	text-align: center;
	color: white;
	font-size: 20px;
	height: 170px;
	color: #0c384c;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 5px solid white;
}

.overlap-text h4 {
	font-size: 30px;
	font-weight: bold;
}

.amenities .relative {
	width: 100px;
	padding: 15px;
}

.position-div {
	position: relative;
	width: 80%;
	margin: auto;
	border: 5px solid #d3d17c;
	height: 100%;
	z-index: 1;
}

.position-div img {
	width: 100%;
	position: absolute;
	top: 20px;
	right: -20px;
	height: 100%;
}

.left-position {
	left: -20px;
	right: 0;
}

.bold-title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0px;
}

.facility .row>div {
	margin-bottom: 15px;
}

.facility .row .d-flex {
	border: 1px solid #e1e1e1;
	padding: 20px;
	border-radius: 5px;
	position: relative;
	height: 200px;
}

.facility p {
	margin-bottom: 0;
}

.facility h4 {
	margin: 20px 0 0px;
	font-weight: 100;
}

.background-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.1;
	z-index: -1;
}

.background-img img {
	height: 150px;
	filter: grayscale(1);
}

.contact-details>div {
	padding: 10px;
}

.contact-details>div div:first-child {
	margin-right: 20px;
}

.contact-details strong {
	font-weight: bold;
	font-size: 20px;
}

.contact-details p {
	margin-bottom: 5px;
}

.contact-details a {
	color: #373124;
}

.location-map {
	background-color: #e3e2a7;
	overflow: hidden;
}

.map-frame {
	height: 500px;
}

.booking-form {
	position: absolute;
	bottom: 50px;
	right: 0;
	text-align: center;
}

.booking-form .form {
	background-color: white;
	width: 100%;
	margin: auto;
	box-shadow: 0 0 5px #b3b3b3;
	border-top: 3px;
	padding: 30px 40px;
	position: absolute;
	bottom: 0px;
}

.booking-form input,
.booking-form select {
	width: 100%;
	padding: 10px;
	margin: 8px 0;
	border: none !important;
	box-shadow: 0 0 3px #c1c1c1;
	border-radius: 3px;
}

.booking-form h3 {
	color: #0b384c;
	margin-bottom: 20px;
}

.booking-form select {
	background-color: white;
}

.booking-form .btn {
	width: 70%;
	margin: auto;
	background-color: #0b384c;
	color: white;
	font-weight: bold;
	margin-top: 20px;
}

.form-row-width {
	width: 95%;
}


/* news-page */
.gallery {
	line-height: 0;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	column-count: 3;
	column-gap: 10px;
}

.gallery img {
	/* Just in case there are inline attributes */
	width: 100% !important;
	height: auto !important;
}

.tabs .nav-tabs {
	border: none;
}

.tabs .nav-tabs a {
	border: none !important;
	font-size: 22px;
	color: gray;
}

.tabs .nav-tabs span {
	padding: 20px;
}

.nav>li>a {
	padding: 0 !important;
}

/* .tabs img{width: 100%;height: auto;padding: 10px 0;} */

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #0e3a55 !important;
	font-weight: bold;
}

.nav-tabs a:after {
	content: '/';
	font-size: 40px;
	transition: all .3s linear;
	display: inline-block;
	vertical-align: -webkit-baseline-middle;
}

.nav-tabs a.no-after:after {
	content: none;
}

.nav-tabs a:hover:after {
	transform: scale(0.75);
}

.popup {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 999;
	background-color: #0b0b0bba;
	display: none;
}

.popup>div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.h-100 {
	height: 100%;
}

.close-btn {
	position: absolute;
	z-index: 999;
	top: -20px;
	right: 20px;
	cursor: pointer;
	color: white;
	background-color: #707070;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.close-btn i {
	font-size: 40px;
}

.gallery i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	font-size: 50px !important;
	opacity: 0;
}

.gallery .relative {
	cursor: pointer;
}

.gallery>div {
	padding: 10px 0;
}

.gallery .relative:hover img {
	opacity: 0.3;
}

.gallery .relative:hover i {
	opacity: 1;
}

#image-show,
#video-show {
	display: none;
}

.banner-img {
	height: 600px;
	overflow: hidden;
	position: relative;
}

.banner-img h2 {
	position: absolute;
	bottom: 20px;
	left: 50%;
	color: white;
	font-size: 40px;
	transform: translateX(-50%);
	width: 100%;
}

.mfp-bg {
	background: #0b0b0bba !important;
}

.project-img-effect-1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
}

.project-img-effect-1 *,
.project-img-effect-1 *:before,
.project-img-effect-1 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.project-img-effect-1 img {
	width: calc(120%);
	backface-visibility: hidden;
	vertical-align: top;
	max-width: none;
}

.project-img-effect-1 .wt-info {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-25%);
	transform: translateY(-25%);
	padding: 5px 40px;
	opacity: 0;
}

.project-img-effect-1 h3 {
	text-transform: none;
}

.project-img-effect-1 p {
	font-size: 28px;
}

.project-img-effect-1 a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.project-img-effect-1:hover img {
	-webkit-opacity: 0.3;
	opacity: 0.3;
}

.project-img-effect-1:hover .wt-info {
	opacity: 1;
}

.project-img-effect-1:hover i {
	opacity: 1;
}

.mfp-iframe-holder .mfp-content {
	max-width: 80%;
}

.padcon {
	padding: 40px;
	position: relative;

}

.div-img {
	width: 310px;
	position: absolute;
	bottom: -50px;
	left: -100px;
}

.div-content {
	color: #fff;
	background-color: #18474b;
	border: 7px solid #ffffff;
	padding: 20px;
	height: 200px;
	display: flex;
	align-items: center;
}

.section-bgcolor {
	background-color: #e5e4dd;
}

#newsize {
	font-size: 40px;
}

.content-right-div-img {
	width: 600px;
	position: absolute;
	bottom: -50px;
	right: 0;
	margin-right: 0;
}

.rightbox-div-content {
	color: #ffff;
}

.padding1 {
	padding: 10px;
}

.imgwidth {
	width: 65px;
}


.colgap {}

.colgap2 {
	column-gap: 20px;
}

html {
	overflow-x: hidden;
}

.bgcon {
	background: url(../images/presidents.jpg);
	height: auto;
	background-repeat: no-repeat !important;
	background-size: inherit;
	background-attachment: fixed;
	background-position: center;
}

.size-text {
	font-size: 17px;
}

.backopa {
	height: 100%;
	width: 100%;
	background-color: #0b384c6b;
	margin-top: 5%;
	margin-right: 0% !important;
	margin-left: 0% !important;
	margin-bottom: 5%;

}


.align-vertical {
	align-content:


}


body::-webkit-scrollbar {
	width: 1em;
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
	background-color: #e5e4dd;
	outline: 1px solid slategrey;
	border-radius: 10px;
}


/*p::-webkit-scrollbar {
	width: 1em;
}

p::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

p::-webkit-scrollbar-thumb {
	background-color: #e5e4dd;
	outline: 1px solid slategrey;
	border-radius: 10px;
	width: 10px;
}*/
.ptb {
	padding-top: 30px;
	padding-bottom: 30px;
}

input[type="text"] {
	border: none;
	/*border-bottom: 0px solid #0b384c;*/
	width: 100%;
	border: 1px solid #ccc;
}

textarea {
	border: none;
	/*border-bottom: 1px solid #0b384c !important;*/
	width: 100%;
}

.pb {
	padding-bottom: 100px;
}

.btn-text {
	color: #fff;
	background-color: #0b384c;
	padding: 10px 20px;
	display: inline;
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	bottom: -45px;
	/* right: -20px; */
	text-align: center;
	cursor: pointer;
	border: none;
}

textarea {
	border: none;
}

.section-ptb {
	padding-top: 50px;
	padding-bottom: 25px;
}

.contact-ptb {
	padding-top: 15px;
	padding-bottom: 15px;
}

.martopbot {
	margin-top: 30px;
	margin-bottom: 30px;

}


.paraclass {
	text-align: center;

}

.itemscenter {
	vertical-align: middle;
	align-items: center;
	text-align: justify;
}

.itemscenter2 {
	vertical-align: middle;
	align-items: center;
	text-align: justify;
	padding: 120px 60px;

}

.itemscenter3 {
	vertical-align: middle;
	align-items: center;
	text-align: justify;
	padding: 20px 23px;
}

.itemscenter-dict {
	vertical-align: middle;
	align-items: center;
	text-align: center;
	padding: 20px 23px;
}


.itemscenter4 {
	vertical-align: middle;
	align-items: center;
	text-align: justify;
	/*padding: 120px 60px;*/
	padding-top: 30px;

}

.paddingpara {
	padding-left: 20px;
	padding-right: 20px;
	/*font-size: 1.2rem;*/
	color: #0b384c;

}

.colorpara {
	background-color: #f1e9dc;
	color: #0b384c;
}

.lepark-btn {
	display: inline-flex;
	justify-content: center;
	width: 150px;
	align-items: center;
	background-color: #0b384c;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 13px;
	height: 50px;
	text-transform: uppercase;
	border: 1px solid transparent;
}

.lepark-btn:hover {
	display: inline-flex;
	justify-content: center;
	width: 145px;
	align-items: center;
	background-color: #000;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 13px;
	height: 45px;
	text-transform: uppercase;
	border: 1px solid transparent;
}

.padleft {
	padding-left: 19px;
}

.padpara {
	padding-left: 20px;
	padding-right: 20px;
}

/*
h2::after {
		content: '';
    height: 1px;
    background: linear-gradient(to left,rgba(1,80,157,.1),rgba(1,80,157,.75), #0b384c,rgba(1,80,157,.75),rgba(1,80,157,.1));
    display: block;
    transition: all .5s ease-in-out;
    margin: 10px auto;
    width: 50%;

	}*/

.sizepara {
	font-size: 1.8rem;
}

.contentcolor {
	color: #0b384c;
}

.padtop {
	padding-top: 20px;
	text-align: center;
	font-size: 2rem;
}

.grow img {
	transition: 1s ease;
	width: 100%;
}

.grow img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: 1s ease;
}

.secbgimg {
	background-image: url(assets/images/wedding/section-3.jpg);
	display: flex;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.form-btn {

	background-color: #0b384c;
	height: 100%;
	width: 50%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 3px;
	border-radius: 3px;
	border: none;
}

.formwidth {
	background-color: #f5f5f5db;
	border-radius: 20px;
	width: 40%;
	margin: auto;
}

.rooms-section .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	margin-top: 25px;
}

.swiper-pagination {
	position: relative;
}

.rooms-section .swiper-pagination-bullet-active {
	background-color: #0b384c !important;
	opacity: 1 !important;
}

.rooms-section .swiper-pagination-bullet {

	background: #fff;
	opacity: 0.5;
}

.shadowcol {
	margin: 20px;
	padding: 20px;
	box-shadow: 0 2px 8px 0 rgb(0 0 0 / 30%);
	background-color: #fff;
	text-align: center;
	width: 45%;

}

.col-align {
	vertical-align: middle;
	align-items: center;

}

.margin {
	margin: auto;
}

.icon-height {
	font-size: 40px;
	vertical-align: middle;
	margin-right: 5px;
}

.img-align {
	height: auto;
	width: 100%;
}

.text-left {
	padding-top: 0px;
}

.ptb {
	padding-top: 35px;
}

.class-ptb {
	padding-top: 15px;
	padding-bottom: 50px;
}

.form-width {
	width: 70%;
	text-align: center;
	margin: auto;
	padding-bottom: 25px;
}

.input-width {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 18px;
	padding: 7px;

	border-radius: 6px;
	border-width: 1px !important;
	border-style: inset !important;
	border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133) !important);

}

.select-width {
	margin-top: 18px !important;

	border: none !important;
	width: 100%;
	margin: auto;
	background-color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding: 7px;

}

.bg-color {
	position: absolute;
	top: -50px;
	width: 68%;
	right: 0;
	background-color: #bbb972;
}

.form-width input[type="text"] {
	border: none !important;
}

.h1-size {
	color: #0b384c;

}

.input-date {
	margin-top: 0px !important;
	width: 100%;
	padding: 5px 5px;

}

.txt-color {
	color: #B9B74F;
}

.card {
	border-radius: 0.75rem;

}

@media only screen and (min-width: 768px) {
	.bg-color {
		right: 30px;
	}
}

@media only screen and (min-width:300px) and (max-width: 667px) {
	.bg-color {
		position: relative;
		left: 46px;
		top: 15px;
	}

	.form-width {
		width: 90%;
	}
}

@media only screen and (min-width :670px)and (max-width: 768px) {
	.bg-color {
		position: relative;
		left: 75px;
		top: -49px;
	}

	.form-width {
		width: 85%;

		margin: auto;
		padding-bottom: 25px;
	}
}

::marker {
	color: #0b384c !important;
}

.img-fluid {
	max-width: 70%;
	height: auto;
}


/*style-1*/
.txt::-webkit-scrollbar {
	width: 3px;
}

.txt::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #fff4da;
}

.txt::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 0px #e8c97e !important;
}

.text-overflow .txt {
	overflow-y: hidden;
	height: 200px;
	padding: 15px;
}

.text-overflow .txt:hover {
	overflow-y: auto;

}

.text-overflow {
	/* padding: 5px; */
	/* margin-right: 12px !important; */
	/* margin-top: 5px; */
	/* margin-bottom: 5px; */
}

.text-overflow>div {
	background: #18474b;
	margin: 10px 0;
	padding: 10px;
	padding-bottom: 15px;
}

.imgwidth {
	padding: 10px;
}

.text-border {
	border: 1px solid #fff4da;
	margin: 23px;

}

.text-align {
	text-align: right;
	color: #fff;
	padding-right: 25px;
}

.text-margin {
	bottom: 100px !important;
}

/*contct-us*/
#contactForm input,
#contactForm textarea {
	margin-top: 30px;
	border: none;
	border-bottom: 1px solid #0b384c;
}

#contactForm textarea {
	margin-bottom: 40px;
}

.classht {
	height: 100%;
}

.font30 {
	font-size: 30px;
}




.text-abosolute {
	position: absolute;
	top: 65%;
	left: 3%;
	color: #fff;
	width: 60%;

	padding: 20px 10px;

}

.offer-pop {
	position: absolute;
	top: 20%;
	right: 10%;
	background-color: #0b384c66;
	color: #fff;
	border-radius: 20%;
	padding: 20px 20px;
}

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

.size-40 {
	font-size: 40px;
}

.size-10 {
	font-size: 10px;
}

.bgimg-slider {
	background-image: url('../images/najran/room-2.jpg');
	display: flex;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;

}

.pad120-60 {
	padding: 120px 60px;
	color: #fff;
}

.classswiper-slider {
	position: absolute;
	right: 33px;
	bottom: 53px;
	width: 60%;
	background-color: #fff;
	padding: 10px 29px;
	text-align: left;
	color: #000;
	height: 130px;
	/* box-shadow: 5px 5px gray; */
}

.offer-box-2::before {
	content: "";
	position: absolute;
	left: -30px;
	top: -20px;
	width: 50%;
	height: 58%;
	transition: all .4s linear 0s;
	background-color: #b9b74f;
}

.height-118vh {
	/*height: 100vh;*/
}

.size-14 {
	font-size: 14px;
}

.label-color {
	color: white;
}

@media only screen and (max-width: 800px) {
	.offer-box-2 .classswiper-slider {
		position: relative;
		left: 0px !important;
		bottom: 40px;
		width: 100%;
		background-color: #013a5578 !important;
		padding: 13px 41px;
		text-align: left;
		color: #fff;
		font-size: 22px;
		min-height: 208px;
		/*text-shadow: 1px 1px #000;*/
	}

	.offer-box h3 {
		font-size: 22px;
		color: #fff;
		margin-bottom: 1px;
		margin-top: 10px;
	}

	.offer-box-2 {
		width: 95%;
		height: 332px;
	}

	.offer-box>div {
		position: absolute;
		left: 5px;
		bottom: 10px;
		width: 81% !important;
		background-color: #013a5585;
		padding: 10px 20px;
		text-align: left;
		color: #fff;
	}

	.classswiper-slider {
		position: absolute;
		right: 10px;
		bottom: 63px !important;
		width: 89%;
		background-color: #fff;
		padding: 10px 20px;
		text-align: left;
		color: #000;
	}

	.rooms .swiper {

		height: 350px !important;
	}

	.rooms img {
		height: auto !important;
	}

	.swiper-wrapper {
		height: 100% !important;
	}

	.martop-p {
		margin-bottom: 2rem;
	}

	.offer-box-2::before {
		content: "";
		position: absolute;
		left: -30px;
		bottom: 161px !important;
		width: 50%;
		height: 58%;
		transition: all .4s linear 0s;
		background-color: #b9b74f;
	}
}


.rooms .swiper {

	height: 580px;
}

.rooms img {
	height: auto !important;
}

.font-incr {
	display: flex;
	align-items: center;
  justify-content: center;
  text-align: center;
}

.size-font-incr {
	font-size: 15px!important;
  background: transparent!important;
  color: #fff!important;
  border: none!important;
}


.trm-text{
	color: #225e78;
    font-weight: 600;
    text-align: center;
    font-size: 2rem;
	margin: 2rem 0;
}

.map-hgt{
	width: 100%; height: 585px
}