/* @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 {
	
	z-index: 999;
	width: 100%;

}

.header-navbar {
	position: relative;
	background-size: cover;
	/* height: 180px; */
	background-position: 0px center;
	/* background: linear-gradient(180deg, rgba(167, 201, 46, 1) 21%, rgb(255 255 255 / 0%) 102%); */
}
.header-navbar .ctnr-fluid, .header-top .ctnr-fluid{
	max-width: 1814px;
}
.box-text-left a {
    color:#fff;
}

.box-navbar {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	/* position: relative; */
	/* z-index: 999;
	top: -45px; */
}
.btn-datlich a {
  	background: #fff;
  	padding: 5px 20px;
  	border-radius: 25px;
  	color: var(--color-main);
  	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;
	line-height: 1;
	position: relative;
	padding: 15px 10px 10px;
	display: block;
	transition: all .3s ease-in;
}
.header-navbar::before {
	content: "";
	background: url(../images/logo_bg_mask.png) no-repeat left;
	background-size: 100% 100%;
	width: 22%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
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: center;
}

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

ul.dropdown-menu-menu-c2 {
	/* display: none; */
	position: absolute;
	width: max-content;
	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 {
	width: 20px;
	height: 20px;
}

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

li.nav-item.dropdown a {
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
	position: relative;
}
li.nav-item a::after{
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	left: auto;
	right: 0;
	bottom: 0;
	background-color: var(--color-main);
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
li.nav-item a:hover::after {
		width: 100%;
		left: 0;
		right: auto;
}
li.nav-item.active a::after{
	width: 100%;
}
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-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 {
	max-width: 200px;
}

.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 {
	
	position: relative;
	width: 100%;
	max-width: 250px;
	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-c2-mobiles {
	padding-top: 10px;
	margin-left: 10px;
	display: none;
}

.item-menu-c2-mobile-smoll>a {
	display: inline-flex;
	justify-content: space-between;
}

.item-menu-c2-mobile-smoll svg {
	width: 25px;
	height: 25px;
	transition: all .3s ease-in;
}
.menu-mobi-active1>.item-menu-c2-mobile-smoll>svg{
	transform: rotate(180deg);
}
.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 {
	margin-bottom: 0px;
}

section.header-top {
	padding: 6px;
	z-index: 99;
	width: 100%;
	border-bottom: 1px solid #E1E4E5;
}

.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;
}
header.fixed-top.header-bg .box-images-logo img{
	max-width: 190px;
}
.box-text-right ul li a svg, .box-text-right ul li a img {
	width: 15px !important;
	height: 15px !important;
	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: var(--color-main);
	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: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;
}
.desc_luutru:not(:last-child){
	margin-bottom: 10px;
}
.btn-datlich {
	margin-left: 14px;
}
@media (max-width: 1680px) {
	.header-navbar::before{
		width: 20%;
	}
}
@media (max-width: 1560px){
	li.nav-item.dropdown{
    	padding: 0px 12px;
	}
	li.nav-item.dropdown a{
		font-size: 16px;
	}
	
}
@media (max-width: 1360px) {
	li.nav-item.dropdown {
        padding: 0px 8px;
    }
}
@media(max-width: 1200px) {
	.btn-datlich a {
		background: var(--color-main);
		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: 50%;
		transform: translateX(-50%); */
	}
	.header-mobile {
		display: block;
	}

	header.fixed-top {
		display: none;
	}

	.header-top-ld {
		/* position: fixed; */
		width: 100%;
		z-index: 999;
		transition: 0.5s ease;
		background: var(--color-main);
		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: 26px;
	}

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

	.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.box-menu-c2-mobiles li a{
		text-transform: inherit;
	}
	.emmet-navbar ul{
		margin-left: 0;
	}
	.navbar-menu-desktops ul.box-menu-c2-mobiles li{
		position: relative;
		padding-left: 15px;
	}
	.navbar-menu-desktops ul.box-menu-c2-mobiles li::before{
	    content: "";
	    width: 6px;
	    height: 6px;
	    background: transparent;
	    position: absolute;
	    border-radius: 50%;
	    left: 5px;
	    top: 7px;
	    border: 1px solid currentColor;
	    box-sizing: border-box;
	}
	.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: white;
	}
}
