/* @import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Jost:ital,wght@0,100..900;1,100..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

header.fixed-top {
	position: fixed;
	z-index: 99999999;
	width: 100%;
	background: linear-gradient(180deg, rgb(16, 53, 27) 21%, rgba(255, 255, 255, 0) 91%);
}

.header-navbar {
	position: relative;
	background-size: cover;
	/* height: 180px; */
	background-position: 0px center;
	background: linear-gradient(180deg, rgb(29 49 124) 21%, rgb(255 255 255 / 0%) 102%);
}

.box-navbar {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 7px;
	position: relative;
	/* z-index: 999;
	top: -45px; */
}
.btn-datlich a {
  	background: #fff;
  	padding: 5px 20px;
  	border-radius: 25px;
  	color: #144121;
  	font-size: 13px;
  	text-transform: uppercase;
  	font-weight: 700;
}

a.navbar-brand {
	overflow: hidden;
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	z-index: 1;
	padding: 9px 25px;
	margin-top: -45px;
	transition: all .3s ease-in;
}
header.fixed-top.header-bg .header-navbar a.navbar-brand{
	margin-top: 0;
}
.box-images-logo {
	display: inline-block;
	position: relative;
}

nav.navbar.navbar-expand-xl {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

ul.navbar-nav {
	display: flex;
	align-items: center;
}

ul.dropdown-menu-menu-c2 {
	/* display: none; */
	position: absolute;
	width: 248px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	padding: 10px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

a.nav-link.dropdown-toggle-hover {
	color: #fff;
	display: inline-flex;
	align-items: center;
}

a.nav-link.dropdown-toggle-hover svg path {
	stroke: #fff;
}

a.nav-link.dropdown-toggle-hover svg {
	width: 20px;
	height: 20px;
}

li.nav-item.dropdown {
	padding: 0px 20px;
	position: relative;
}

li.nav-item.dropdown a {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

li.nav-item.dropdown:hover ul.dropdown-menu-menu-c2 {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	z-index: 999;
}

ul.dropdown-menu-menu-c2 li a {
	font-size: 14px !important;
}

ul.dropdown-menu-menu-c2 li {
	padding: 5px 0px;
}

header.fixed-top.header-bg .header-navbar {
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}



header.fixed-top.header-bg svg path {
	stroke: #000;
}

.header-mobile {
	display: none;
}


.header-top-ld {
	/* position: fixed; */
	width: 100%;
	z-index: 999;
	padding: 10px 0px;
	transition: 0.5s ease;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.box-header-ld {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 999;
}

.logo-ld img {
	height: 45px;
}

.icon-navbar {
	width: 40px;
	height: 40px;
}

.icon-navbar {
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	cursor: pointer;
}

.navbar-menu-desktops {
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	transition: 0.5s ease;
}

.navbar-menu-desktops {
	position: relative;
}

.ovl-navbar-menu {
	content: "";
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #0000007d;
	z-index: 1;
	transform: translateX(-100%);
	transition: 0.5s ease;
}

.emmet-navbar {
	position: fixed;
	left: 0;
	bottom: 0;
	top: 0;
	z-index: 9999;
	background: #fff;
	padding: 20px;
	width: 80%;
	transform: translateX(-100%);
	transition: 0.5s ease;
}

.close-navbar {
	position: absolute;
	right: 5px;
	top: 5px;
}

.emmet-navbar ul {
	padding-top: 30px;
}

.navbar-menu-desktops ul li {
	padding-bottom: 10px;
}

.navbar-menu-desktops ul li a {
	display: inline-flex;
	align-items: center;
}

.navbar-menu-desktops ul li a svg {
	width: 22px;
	height: 22px;
	margin-right: 7px;
}

.navbar-menu-desktops ul li p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #000;
	font-size: 14px;
}

.icon-navbar svg {
	width: 35px;
	height: 35px;
}

.icon-navbar svg path {
	stroke: #fff;
}

.navbar-ld.active .ovl-navbar-menu {
	transform: unset;
	transition: 0.5s ease;
}

.navbar-ld.active .emmet-navbar {
	transform: unset;
	transition: 0.5s ease;
}

.navbar-ld.active .navbar-menu-desktops {
	opacity: 1;
	visibility: visible;
	overflow: initial;
	transition: 0.5s ease;
}

.close-navbar svg {
	width: 25px;
	height: 25px;
}

.navbar-menu-desktops ul li a svg {
	width: 22px;
	height: 22px;
	margin-right: 7px;
}

.emmet-navbar img {
	width: 25px;
	height: 25px;
	margin-right: 5px;
}

.box-images-logo img {
	height: 115px;
	position: relative;
	width: 115px;
	object-fit: contain;
}

span.per-night img {
	width: 40px;
	height: 40px;
	padding: 3px;
}

.box-images-logo:before {
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	background: #fff;
	top: 46%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border: 1px solid #fff;
	border-radius: 100%;
}
ul.box-menu-c3-mobiles {
    margin-left: 20px;
    display: none;
}
ul.box-menu-c2-mobiles {
	padding-top: 10px;
	margin-left: 20px;
	display: none;
}
li.item-menu-c2--smoll svg {
    width: 25px;
    height: 25px;
}
.item-menu-c2-mobile-smoll>a {
	display: inline-flex;
	justify-content: space-between;
}
li.item-menu-c2--smoll.menu-mobi-active1 ul.box-menu-c3-mobiles {
    display: block;
}
.item-menu-c2-mobile-smoll svg {
	width: 25px;
	height: 25px;
}

.item-menu-c2-mobile-smoll {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.box-header-tops {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box-text-right p {
	padding-bottom: 0px;
}

section.header-top {
	padding: 6px;
	background: #144121;
	/* position: absolute; */
	z-index: 99;
	width: 100%;
	background: linear-gradient(107deg, rgba(186,129,60,1) 0%, rgba(227,161,39,1) 100%);
	background: #1d317c;
}

.box-header-tops {
	color: #fff;
}



li.menu-header-mobile.menu-mobi-active1 ul.box-menu-c2-mobiles {
	display: block;
	padding-top: 10px;
}

header.fixed-top.header-bg {
	position: fixed;
}

.box-text-right ul li a svg {
	width: 15px;
	height: 15px;
	fill: #fff;
}

.box-text-right ul {
	display: flex;
	margin-left: 5px;
}

.box-text-right ul li {
	padding-right: 9px;
}

.box-text-right ul li a {
	width: 23px;
	height: 23px;
	background: #a7c92e;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}

.box-text-right {
	display: flex;
	gap: 5px;
}

.box-text-right ul li a svg path {
	fill: #fff;
}

.item-slick-backs img {
	width: 100%;
}

header.fixed-top.header-bg .box-navbar {
	top: unset;
	padding-top: 0px;
}

header.fixed-top.header-bg .box-images-logo img {
	height: 85px;
	position: relative;
	width: 85px;
}

header.fixed-top.header-bg .box-images-logo:before {
	width: 90px;
	height: 90px;
}


header.fixed-top.header-bg .header-navbar {
	background: #fff;
}

header.fixed-top.header-bg .nav-item.dropdown a {
	color: #000;
}

header.fixed-top.header-bg .header-top {
	display: none;
}
.desc_luutru tbody tr td {
    border: 0px solid #333;
    padding: 5px;
}

.desc_luutru tbody tr td p {
    border-bottom: 0px solid #333;
}
.desc_luutru tbody tr td ul li {
	list-style: disc !important;
	margin-left: 15px;
}

.desc_luutru tbody {
    width: 100%;
    max-width: 100%;
}
.desc_luutru ul li {
	margin-top: 10px;
	list-style: disc !important;
	margin-left: 15px;
}


.desc_luutru table {
    width: 100%;
    margin-top: 15px;
}

.desc_luutru tbody tr td:nth-child(1) {
    border-right: none;
}
.btn-datlich {
	margin-left: 14px;
}
section.header-mobile.header-scroll {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
}

@media(max-width: 990px) {
	.emmet-navbar ul {
		height: 100vh;
		overflow-y: scroll;
	}
	
	.header-top-ld svg {
		cursor: pointer;
	}
	li.item-menu-c2--smoll:last-child {
		border: none;
	}
	.navbar-menu-desktops ul li.item-menu-c2--smoll:before {
		content: "-";
		position: absolute;
		right: 100%;
		padding-right: 5px;
		font-size: 20px;
		top: 2px;
	}
	
	.btn-datlich a {
		background: #144121;
		padding: 7px 20px;
		border-radius: 25px;
		color: #fff;
		font-size: 13px;
		margin-left: 0;
      
	}
    .btn-datlich {
      margin-left: 0;
  }

	
	.logo-ld {
		width: 110px;
		height: 85px;
		background: #fff;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: -30px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.header-mobile {
		display: block;
	}

	header.fixed-top {
		display: none;
	}

	.header-top-ld {
		/* position: fixed; */
		width: 100%;
		z-index: 999;
		transition: 0.5s ease;
		background: #ffffff;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
		padding: 5px;
	}

	.box-header-ld {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 999;
	}

	.logo-ld img {
		height: 70px;
	}

	.icon-navbar {
		width: 40px;
		height: 40px;
	}

	.icon-navbar {
		width: 45px;
		height: 45px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 100%;
		cursor: pointer;
	}

	.navbar-menu-desktops {
		opacity: 0;
		overflow: hidden;
		visibility: hidden;
		transition: 0.5s ease;
	}

	.navbar-menu-desktops {
		position: relative;
	}

	.ovl-navbar-menu {
		content: "";
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: #0000007d;
		z-index: 1;
		transform: translateX(-100%);
		transition: 0.5s ease;
	}

	.emmet-navbar {
		position: fixed;
		left: 0;
		bottom: 0;
		top: 0;
		z-index: 9999;
		background: #fff;
		padding: 20px;
		width: 80%;
		transform: translateX(-100%);
		transition: 0.5s ease;
	}

	.close-navbar {
		position: absolute;
		right: 5px;
		top: 5px;
	}

	.emmet-navbar ul {
		padding-top: 10px;
	}

	.navbar-menu-desktops ul li {
		padding-bottom: 7px;
		border-bottom: 1px solid #cdcdcd;
		padding-top: 7px;
		position: relative;
	}

	.navbar-menu-desktops ul li a {
		display: inline-flex;
		align-items: center;
		width: 100%;
		text-transform: uppercase;
	}

	.navbar-menu-desktops ul li a svg {
		width: 22px;
		height: 22px;
		margin-right: 7px;
	}

	.navbar-menu-desktops ul li p {
		margin-bottom: 0px;
		padding-bottom: 0px;
		color: #000;
		font-size: 15px;
	}

	.icon-navbar svg {
		width: 30px;
		height: 30px;
		fill: #2a4012;
	}

	.icon-navbar svg path {
		stroke: #144121;
	}
}
