body {
	background-color: #000;
}

.bd-breadcrumb-area {
	padding-top: 120px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.bd-breadcrumb__title,
.bd-breadcrumb__list span {
	color: #fff;
}

.bd-breadcrumb__list a {
	color: rgba(255, 255, 255, 0.8);
}

.line__subtitle {
	color: #666;
}

.line__subtitle a {
	color: var(--bd-theme-1);
	text-decoration: none;
}

.line__subtitle a:hover {
	text-decoration: underline;
}

p {
	color: #f1f1f1;
}

.bd-booking-4__input textarea,
.bd-booking-4__input input {
	background-color: #000;
}

.bd-room__title {
	min-height: 78px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

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

.mirror-img {
	transform: scaleX(-1);
}

#bdsad {
	background-color: var(--bd-theme-1);
	color: var(--bd-common-black);
	border-color: var(--bd-theme-1);
}

#planModal .modal-content {
	color: #f1f1f1;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

#planModal .modal-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	background-color: #111;
}

.plan-modal-textarea {
	width: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px;
}
