/*======================
   01. Google fonts
========================*/

@font-face {
	font-family: canela-bold;
	src: url(../webfonts/Canela-Bold.otf);
}

@font-face {
    font-family: Manrope-Bold;
    src: url(../webfonts/Manrope-Bold.otf);
}

@font-face {
    font-family: Manrope-SemiBold;
    src: url(../webfonts/Manrope-SemiBold.otf);
}

@font-face {
    font-family: Manrope-Medium;
    src: url(../webfonts/Manrope-Medium.otf);
}

@font-face {
    font-family: Manrope-Regular;
    src: url(../webfonts/Manrope-Regular.otf);
}

@font-face {
    font-family: Manrope-Light;
    src: url(../webfonts/Manrope-Light.otf);
}

/*======================
   02. Basic css
========================*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

body {
	line-height: 22px;
	font-size: 16px;
	background: #ffffff;
	color: #22262E;
	font-family: 'Manrope', sans-serif;
}

ol,
ul {
	list-style: none;
}

a:hover {
	text-decoration: none;
}

button:focus, input:focus, textarea:focus, select:focus {
	outline: 0;
}


/*======================
   03. Preloader css
========================*/



/*header top area start*/
.top-header-wrapper {
    padding: 15px 0;
    background: #EBEDF1;
}

.top-box a {
    font-size: 12px;
    color: #22262E;
    margin-left: 40px;
    display: inline-flex;
    align-items: center;
    text-decoration: underline;
}

.top-box a img {
	margin-right: 10px;
}


/*header area start*/
header {
    padding: 25px 0;
    box-shadow: 0px 3px 10px rgb(0, 0, 0, 0.08);
    width: 100%;
    z-index: 999;
    transition: .2s;
}
.sticky.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #f5f8f9;
    padding: 10px 0;
    box-shadow: 0px 3px 10px rgb(0, 0, 0, 0.08);
    margin-top: 0 !important;
}

.sticky.fixed .stay-box{
    padding: 0;
}

.header-content {
	margin-left: 20px;
}

.header-content h2 {
    font-size: 30px;
    font-family: canela-bold;
}

.header-content a {
    font-size: 14px;
    color: #959BA7;
    margin-top: 5px;
    display: inline-block;
}

.mobile-icon {
	margin-left: 30px;
}

/*breadcumb area start*/
.bread-cumb-wrapper {
    padding-top: 5px;
}

.custom-breadcumb {
    background-color: transparent;
    padding: 30px 0;
    margin-bottom: 0;
}

.custom-breadcumb li a {
    color: #959BA7;
    font-size: 17px;
}

.breadcrumb-item.active {
    color: #22262E;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #959BA7;
    content: ">";
}

/*calender area start*/

.calender-box {
    width: 100%;
    background: #F5F8F9;
    border-radius: 10px;
    padding: 20px;
    height: 85px;
}

.calender-box img {
	margin-right: 15px;
}

.calender-box span {
    font-size: 12px;
    color: #959BA7;
}

.calender-box h4 {
    font-size: 16px;
    font-family: Manrope-Bold;
    margin-top: 3px;
}

.edit-btn {
    background: #9057B4;
    border-radius: 10px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 85px;
    color: #ffffff;
    font-family: Manrope-Bold;
    transition: .2s;
}

.edit-btn:hover {
	background: #7c4a9c;
	color: #ffffff;
}


/*available area start*/

.available-text {
    font-size: 36px;
    padding: 40px 0 20px 0;
    font-weight: 200;
}

.available-text span {
	font-family: Manrope-Bold;
}

.room-text {
    font-size: 18px;
    font-family: Manrope-SemiBold;
}

.mr_space {
    padding-right: 5px;
}

.ml_space {
	padding-left: 5px;
}

/*tab area start*/
.custom-nav .nav {
    flex-wrap: nowrap !important;
}

.custom-nav a {
    padding: 0;
    width: 50%;
    text-align: center;
}

.custom-nav a p {
    color: #22262E;
    padding: 15px 40px;
    border: 2px solid #C7C7C7;
    border-radius: 10px;
    font-size: 18px;
    width: 100%;
}

.custom-nav a.active p {
	color: #9057B4;
	border: 2px solid #9057B4;
}

.nav-sub-text {
    color: #959BA7;
    display: block;
}

.delux-box {
    box-shadow: 0px 6px 15px rgb(0, 0, 0, 0.09);
    border-radius: 10px;
}

.delux-first-content {
	padding: 20px 30px 25px 30px;
	border-bottom: 1px solid #DCDCDC;
}

.delux-head {
	font-size: 26px;
	font-family: canela-bold;
	color: #22262E;
}

.delux-head:hover {
	color: #22262E;
}

.delux-icon {
    font-size: 18px;
    margin-right: 43px;
}

.room-detail {
    font-size: 14px;
    color: #B4A257;
    text-decoration: underline;
}

.room-detail:hover {
	color: #B4A257;
}

.delux-second-content {
    padding: 20px 10px 20px 30px;
}

/*.delux_carousel {
    width: 180px;
}*/

.delux_carousel img {
    width: 225px !important;
    border-radius: 8px;
    overflow: hidden;
}

.delux_carousel .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    padding: 0;
    margin: 0 3px;
}

.delux_carousel .owl-dots {
    position: absolute;
    bottom: 12px;
    left: 53%;
    transform: translateX(-50px);
}

.delux_carousel .owl-dot.active {
    background: #B4A257;
}

.delux-sub-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #DCDCDC;
    width: 100%;
    margin-left: -20px;
}

.delux-padd-none {
    padding-bottom: 0;
    border-bottom: none;
}

.member-text h3 {
	font-size: 20px;
	font-family: Manrope-Bold;
}

.member-text p {
	font-size: 16px;
	color: #9057B4;
	margin-top: 10px;
}

.myr-text {
    font-family: Manrope-Bold;
}

.myr-text span {
	font-family: Manrope-Regular;
	font-size: 16px;
}

.select-btn {
    background: #9057B4;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 26px;
    margin-left: 50px;
    transition: .2s;
    display: inline-block;
    border: none;
}

.select-btn:hover {
	color: #ffffff;
	background: #a868d0;
}

/*booking area start*/

.booking-content h3 {
    font-size: 20px;
    font-family: Manrope-Bold;
    margin-top: 20px;
}

.sed-box {
	padding: 50px;
	background: #22262E;
	border-radius: 21px;
}

.join-img {
    right: 0;
    top: 0;
    height: 100%;
}

.sed-box-content h2 {
    font-size: 36px;
    line-height: 50px;
    color: #ffffff;
    font-family: Manrope-Bold;
}

.sub-btn {
	margin-left: 0 !important;
}

.booking-content p {
    line-height: 26px;
}

.join-btn {
    padding: 10px 20px;
    border: 1px solid #FFFFFF;
    border-radius: 26px;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    margin-top: 20px;
    transition: .2s;
}

.join-btn:hover {
	border: 1px solid transparent;
	background: #ffffff;
	color: #000000;
}

/*footer area start*/
.footer-first-item {
    padding-top: 60px;
    padding-bottom: 50px;
}

.border-width {
    width: 100%;
    height: 1px;
    background: rgb(43, 61, 81, 0.33);
    display: block;
}

.footer-menu li a {
    color: #0A142F;
    transition: .2s;
}

.footer-menu li a:hover {
	color: #9057B4;
}

.footer-menu li {
    display: inline-block;
    margin-right: 85px;
}

.social-icon a {
	margin-left: 40px;
	transition: .2s;
}

.social-icon a:hover {
	opacity: 0.8;
}

.footer-last li {
	display: inline-block;
}

.footer-last li a {
    color: #0A142F;
    margin-left: 30px;
    transition: .2s;
    font-size: 14px;
}

.footer-last li a:hover {
	color: #9057B4;
}

.footer-last-item {
	padding-top: 50px;
	padding-bottom: 75px;
}

.copyright-text {
	color: #0A142F;
	font-size: 14px;
}

.ml_custom {
	margin-left: 0 !important;
}

.mr_custom {
	margin-right: 0 !important;
}


/*page two area start*/
.stay-box {
    padding: 20px 20px;
    background: #F5F8F9;
    border-radius: 10px;
}

.calender-border {
    padding-right: 45px;
    border-right: 1px solid #707070;
}

.calender-border-two {
    padding-left: 45px;
}

.calender-box-two img {
    margin-right: 15px;
}

.calender-box-two span {
    font-size: 12px;
    color: #959BA7;
}

.calender-box-two h4 {
    font-size: 16px;
    font-family: Manrope-Bold;
    margin-top: 5px;
}

.continue-btn {
    padding: 15px 40px;
    background: #9057B4;
    border: none;
    color: #ffffff;
    font-family: Manrope-Medium;
    border-radius: 10px;
    margin-left: 40px;
    transition: .3s;
}

.continue-btn:hover {
    background: #a465cc;
}

.room-held-text {
    font-size: 14px;
    font-family: Manrope-Medium;
    color: #9057B4;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}
.room-held-text img{
    margin-right: 5px;
}


/*review reservation area start*/
.review-wrapper .head-text {
    padding: 40px 0 50px 0;
}

.head-text {
    font-size: 36px;
    font-family: Manrope-Bold;
}

.review-detail-box {
    box-shadow: 0px 3px 10px rgb(0, 0, 0, 0.16);
    padding: 30px 30px 49px 30px;
    border-radius: 10px;
}

.review-detail-box h2 {
    font-size: 22px;
    line-height: 34px;
    font-family: canela-bold;
}

.review-delux-icon {
    font-size: 13px;
    margin-right: 10px;
}

.review-delux-icon img {
    margin-right: 10px;
}

.room-detail-btn {
    font-size: 14px;
    color: #B4A257;
    text-decoration: underline;
    margin-top: 15px;
    display: inline-block;
}

.room-detail-btn:hover {
    color: #B4A257;
}

.review-border {
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
}

.review-last-content p {
    font-size: 14px;
    font-family: Manrope-Bold;
}

.review-last-content p span {
    font-family: Manrope-Regular;
}

.review-active img {
    border-radius: 10px;
    overflow: hidden;
}

.see-all{
    font-size: 14px;
    text-decoration: underline;
    color: #FFFFFF;
    border-radius: 26px;
    background: rgb( 34, 38, 46, 0.38 );
    z-index: 9;
    padding: 10px 20px;
    border: 1px solid #ffffff;
    right: 20px;
    bottom: 25px;
}

.see-all:hover {
    color: #FFFFFF;
}

.review-active .owl-dot {
    width: 10px;
    height: 10px;
    background: #818181;
    border-radius: 50%;
    padding: 0;
    margin: 0 3px;
}

.review-active .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50px);
    bottom: 25px;
}

.review-active .owl-dot.active {
    width: 12px;
    height: 12px;
    background: #ffffff;
}

/*accordion area start*/
.description-main-wrapper {
    padding-top: 60px;
}

.description-wrapper .card {
    background: transparent;
    border: none;
    color: #22262E;
    padding-bottom: 30px;
}

.description-wrapper .card .card-body {
    font-size: 20px;
    line-height: 30px;
    padding: 30px 0 0 0;
}

.description-wrapper .card-header{
    background: transparent;
    border: none;
    padding: 0;
} 

.description-wrapper .card-header button {
    width: 100%;
    padding: 0;
    text-align: left;
    font-size: 30px;
    font-family: Manrope-Bold;
    padding-right: 30px;
}

.description-wrapper .card-header button:focus{
    outline: none;
    box-shadow: none;
}

.description-wrapper .card-header h2{
    display: flex;
    align-items: center;
}

.description-wrapper .card-header i {
    transition: 0.3s;
    font-size: 28px;
}

.card-border {
    border-bottom: 1px solid #D8D8D8 !important;
}

/*in room area start*/

.room-head-text {
    font-size: 20px;
    font-family: Manrope-Bold;
}

.room-feature-box p i {
    margin-right: 10px;
    color: #09BC2D;
}

.twid-btn {
    padding: 15px 60px 15px 15px;
    border: 1px solid #C7C7C7;
    border-radius: 10px;
    color: #22262E;
    font-family: Manrope-Bold;
    margin-right: 20px;
    font-size: 18px;
    display: inline-block;
    flex-shrink: 0;
}

.twid-btn:hover {
    color: #22262E; 
}

.twid-btn i {
    color: #C7C7C7;
    margin-right: 10px;
}

.bed-text {
    font-family: Manrope-Bold;
    margin-right: 25px;
}

.price-text {
    font-size: 18px;
    font-family: Manrope-Bold;
}

.price-first-box {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 10px;
}

.additional-text {
    font-size: 18px;
}


/*reservation area start*/

.reservation-wrapper {
    margin-bottom: 120px;
}

.reservatio-wrap {
    padding: 40px;
    background: #F4F4F4;
    margin-top: 40px;
}

.reservation-content h2 {
    font-size: 30px;
    font-family: Manrope-Bold;
}

.reservation-content p {
    font-size: 20px;
    line-height: 27px;
}

.learn-more-btn {
    font-size: 14px;
    color: #B4A257;
    text-decoration: underline;
    margin-top: 40px;
    display: inline-block;
}

.learn-more-btn:hover {
    color: #B4A257;
}

.reservation-btn {
    padding: 20px 45px;
    background: #9057B4;
    border: none;
    color: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid transparent;
    transition: .2s;
}

.reservation-btn:hover {
    background: transparent;
    border: 1px solid #9057B4;
    color: #9057B4;
}

.search-btn {
    padding: 13px 50px;
    background: #9057B4;
    border: none;
    color: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid transparent;
    transition: .2s;
}

.search-btn:hover {
    background: transparent;
    border: 1px solid #9057B4;
    color: #9057B4;
}

.read-checkbox input {
    display: none;
}

.read-checkbox label {
    font-size: 18px;
    font-family: Manrope-Bold;
    position: relative;
    padding-left: 25px;
}

.read-checkbox label::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #D2D2D2;
    border-radius: 3px;
}

.read-checkbox input:checked ~ label::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 5px;
    background: transparent;
    border-left: 2px solid #D2D2D2;
    border-bottom: 2px solid #D2D2D2;
    transform: rotate(-45deg);
    left: 4.38px;
    top: 7.4px;
}


.price-card {
    padding-bottom: 0 !important;
}


/*guest form area start*/

.form-head {
    font-size: 36px;
    font-family: Manrope-Bold;
    padding-bottom: 30px;
    border-bottom: 1px solid #707070;
}

.room-head {
    font-size: 20px;
    font-family: Manrope-Bold;
}

.label-head {
    font-size: 14px;
    display: block;
}

.input-info {
    width: 100%;
    height: 50px;
    border: 1px solid #C7C7C7;
    border-radius: 10px;
    padding-left: 20px;
    font-size: 14px;
}

.us-box {
    width: 65px;
    height: 50px;
    border: 1px solid #C7C7C7;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 10px;
    -webkit-appearance: none;
    padding-left: 10px;
    padding-right: 10px;
}

.input-info-select {
    background-image: url(../img/select-icon.svg);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    background-position: calc(100% - 20px) center;
}

.number-text {
    font-size: 14px;
    color: #FF2300;
}

.price-detail {
    font-size: 14px;
    color: #22262E;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
    transition: .2s;
}

.price-detail:hover {
    color: #22262E;
}

.note-text {
    color: #FF8800;
    font-size: 14px;
}

.wish-checkbox label {
    font-family: Manrope-Regular;
}

.wish-checkbox label::before {
    border: 2px solid #22262E;
}
.wish-checkbox input:checked ~ label::after {
    border-left: 2px solid #22262E;
    border-bottom: 2px solid #22262E;
}
.cancellation-sub-box {
    padding-bottom: 120px;
}

.calcellation-text {
    font-size: 20px;
    font-family: Manrope-Bold;
}

.cancellation-sub-box p {
    font-size: 20px;
    line-height: 30px;
}

.book-btn {
    padding: 20px 35px;
    background: #9057B4;
    display: inline-block;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid transparent;
    transition: .2s;
}

.book-btn:hover {
    border: 1px solid #9057B4;
    color: #9057B4;
    background: transparent;
}
.card-header h2 i{
    position: absolute;
    top: 50%;
    right: 0;
    pointer-events: none;
    transform: translateY(-50%);
}


/*modal area*/
.modal-content {
    border-radius: 5px !important;
    overflow: hidden;
}

.modal_content{
    max-width: 100%;
    display: flex;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.03);
}
.modal_content .form_wrapper {
    max-width: 48%;
    padding: 160px 40px;
    flex: 0 0 48%;
}
.modal_content .img_wrapper{
    max-width: 52%;
    flex: 0 0 52%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 5px 0 0 5px;
    padding: 40px;
}
.modal_form{
    max-width: 272px;
    margin: 0 auto;
}
.modal_form h4 {
    font-size: 28px;
    line-height: 32px;
    color: #2E384D;
    margin-bottom: 30px;
    font-family: canela-bold;
    font-weight: 700;
}
.modal_form .label-head{
    font-size: 12px;
    line-height: 16px;
    color: #8C98A9;
}
.modal_form .input-info{
    height: 40px;
    border-color: #E0E7FF;
    color: #2E384D;
    margin-top: 7px;
}
.modal_form .forget {
    font-size: 12px;
    line-height: 16px;
    color: #8C98A9;
    display: inline-block;
    margin-top: 12px;
}
.modal_form .button {
    width: 100%;
    padding: 12px 0;
    background-color: #9057B4;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    font-family: Manrope-Regular;
    border: 1px solid #9057B4;
    border-radius: 5px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.modal_form .button:hover,
.remember_box .btn_wrap a:hover{
    background-color: transparent;
    color: #9057B4;
}
.modal_form p{
    font-size: 12px;
    line-height: 16px;
    color: #8C98A9;
}
.modal_form p a{
    color: #9057B4;
    transition: 0.4s;
}
.modal_form p a:hover{
    color: #8C98A9;
}
.remember_box {
    background-color: #ffffff;
    padding: 18px 25px 30px;
    border-radius: 8px;
    max-width: 330px;
}
.remember_box h5{
    font-size: 22px;
    line-height: 32px;
    color: #2E384D;
    font-family: canela-bold;
    margin-bottom: 5px;
    font-weight: 700;
}
.remember_box ul{
    padding-top: 1px;
}
.remember_box ul li{
    font-size: 12px;
    line-height: 16px;
    color: #2E384D;
    position: relative;
    padding-left: 15px;
    margin-top: 10px;
}
.remember_box ul li::before{
    position: absolute;
    content: '';
    height: 4px;
    width: 4px;
    background-color: #22262E;
    border-radius: 50px;
    top: 6px;
    left: 0;
}
.remember_box .btn_wrap a{
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    text-transform: none;
    background-color: #9057B4;
    border-radius: 5px;
    padding: 12px 24px;
    border: none;
    display: inline-block;
    margin-top: 23px;
    border: 1px solid #9057B4;
}
.remember_box .btn_wrap a.button.v2{
    border: 1px solid #22262E;
    color: #22262E;
    background-color: transparent;
    margin-left: 12px;
}
.remember_box .btn_wrap a.button.v2:hover{
    background-color: #22262E;
    color: #fff;
}
.popup_close{
    opacity: 1;
    position: absolute;
    z-index: 1;
    right: 40px;
    top: 40px;
    padding: 0;
}
/*return-to-top START CSS*/

.back-to-top {
	font-size: 24px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #4DE2C1;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 10;
	border-radius: 50%;
	background: #9157B4;
}

.back-to-top i {
	color: #fff;
}

.home-banner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 300px;
    overflow: hidden;
}

.home-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}