@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;1,400;1,600;1,700&display=swap');

.ht-link {
	position: absolute;
	color: #fff;
	width: 500px;
	z-index: 99!important;
}
.ht-link.ht-link-loading {
	opacity: 0;
}
.ht-link a.ht-button {
	display: block;
	background-color: #E5492F;
	width: 20%!important;
	/*min-width: 8rem;*/
	min-width: 128px!important;
	/*height: 2rem; */
	height: 32px!important;
    /*line-height: 2rem;*/
	line-height: 32px!important;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #fff !important;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
	transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
.ht-link span.ht-text-no-hover {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	width: 80%;
	/*line-height: 2rem;*/
	line-height: 32px!important;
	/*font-size: 0.6rem;*/
	font-size: 12px!important;
	left: 0;
	transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
	display: block;
	height: 100%;
	color: #fff !important;
	text-align: center;
	position: absolute;
	top: 0;
	overflow: hidden
}
.ht-link span.ht-text-no-hover:after {
	content: "";
	background-color: #000000;
	width: 2px;
	height: 70%;
	position: absolute;
	top: 15%;
	right: -1px;
	opacity: 0.8;
}
.ht-link .ht-icon {
	/*font-size: 0.4rem;*/
	font-size: 6.4px!important;
	width: 20%;
	font-weight: 200;
	right: 0;
	transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
	display: block;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
}
.ht-link span.ht-text-after-hover {
	display: none;
	color: #fff !important;
	/*font-size: 0.6rem;*/
	font-size: 12px!important;
	margin: auto;
	vertical-align: middle;
	/*line-height: 2rem;*/
	line-height: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
.ht-link em.booknow {
	/*font-size: 0.6rem;*/
	font-size: 12px!important;
	margin: auto;
	vertical-align: middle;
	/*line-height: 2rem;*/
	line-height: 32px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
.ht-link a.ht-button:hover {
	width: 40%;
	/*width: 16rem;*/
	min-width: 237px;
	opacity: .9;
	color: #fff!important;
}