@charset "utf-8";
/* CSS Document */
.text-justify {
	text-align: justify;
}
.space {
	padding: 80px 0px;
}
.restaurant-border {
	border: 5px double #CBA36B;
	border-radius: 35px;
}
.myButton {
	box-shadow:inset 0px 1px 0px 0px #CBA36B;
	background:#CBA36B;
	background-color:#CBA36B;
	border:1px solid #BD8B44;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
}
.myButton:hover {
	background:#BD8B44;
}
.myButton:active {
	position:relative;
	top:1px;
}
.breadcrumb-h1 {
  font-size: 15px;
  line-height: 25px;
  color: #FFFFFF;
}
.social-container {
  position: fixed;
  bottom: 120px;
  right: 30px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.social-icons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: 0.4s ease;
}
.social-icons.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 600px) {
  .main-btn, .social-icons a {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}


.social-icons a:nth-child(1) {
  background: #0d6efd;

}

.social-icons a {
  width: 50px;
  height: 50px;
  background: #111;
  color: #fff;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.main-btn {
  width: 55px;
  height: 55px;
  background: #0077ff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 22px;
  transition: 0.3s;
}
.social-icons a:nth-child(3) {
  background: #ff3d3d;
}
.social-icons a:nth-child(2) {
  background: #25D366;
}
.social-icons a:nth-child(1) {
  background: #0d6efd;
}
@media (max-width: 600px) {
  .main-btn, .social-icons a {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}

/* Mobile view: widget hide*/
@media only screen and (max-width: 767px) {
    .widget {
        display: none !important;
    }
}
@media (max-width: 767px) {
  .about-three__thumb__inner {
    display: none !important;
  }
	.main-header__right {
  display: flex;
  align-items: center;
  border-left: 1px solid var(--solinom-border-color, #FAF6F0);
  margin-left: 10px;
  padding: 9px 0;
  background-color: var(--solinom-base, #CBA36B);
  padding-left: 35px;
  z-index: 1;
  position: relative;
}
}
@media (max-width:600px){
  .feature-five-card__content__number{
    display:block !important;
  }

  .feature-five-card__content__number a{
    display:block !important;
    width:100% !important;
    margin-bottom:10px;
  }
}
@media (max-width: 600px){
  .feature-five-card__content__number .myButton{
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
.myButton:active,
.book-room-btn:active {
  transform: scale(0.96);
  opacity: 0.8;
}

.bg-terms {
  background-color: #CBA36B;
}
.room-price-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.room-price-box li {
   list-style: none;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
      border:#d3d4d4 1px solid;
      margin: 5px;
      line-height: 28px;
}
.room-price-box li i{
  color: #CBA36B;
}
.room-details-bg {
  background-color: var(--solinom-border-color, #FAF6F0);
  border-bottom: 1px solid #EBE6DE;
}

.benefit-two2__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 702px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  mix-blend-mode: overlay;
}
.benefit-two2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--solinom-gray2, #283E46);
  z-index: -2;
}
.benefit-two2__inner {
  background-color: var(--solinom-gray2, #283E46);
  position: relative;
  overflow: hidden;
}
.benefit-two2__item {
  position: relative;
  z-index: 1;
  padding-top: 120px;
}
.benefit-two2__item__thumb {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.benefit-two2__item__top {
  margin-left: 80px;
  max-width: 255px;
  margin-bottom: -30px;
  position: relative;
  z-index: 2;
}
.benefit-two2__item__icon {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--solinom-text, #101D22);
  font-size: 54px;
  color: rgba(var(--solinom-base-rgb, 203, 163, 107), 1);
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -50px;
  position: relative;
}
.benefit-two2__item__funfact {
  max-width: 254px;
  width: 100%;
  background-color: var(--solinom-text, #101D22);
  clip-path: polygon(50% 20%, 100% 0, 100% 100%, 0 100%, 0 0);
  padding: 76px 45px 35px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.benefit-two2__item__funfact__text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  margin-bottom: -2px;
  padding-bottom: 0;
  text-transform: capitalize;
  color: var(--solinom-text-gray, #7D8B90);
  text-align: center;
  margin-top: 10px;
}
.benefit-two2__item__count {
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  color: var(--solinom-white, #fff);
}
.benefit-two2__item__content {
  position: relative;
  padding: 55px 40px 40px;
  background-color: var(--solinom-gray2, #283E46);
  max-width: 530px;
  width: 100%;
  margin-left: 40px;
}
.benefit-two2__item__content__text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 188%;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: var(--solinom-text-gray, #7D8B90);
}
.benefit-two2__item__content a:hover {
  color: var(--solinom-white, #fff);
}
.benefit-two2__item__content__shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
.benefit-two2__item__content__shape img {
  object-fit: cover;
  width: 100%;
}
.benefit-two2__right {
  margin-left: 10px;
 /* padding-bottom: 40px;*/
}
.benefit-two2__right .sec-title {
  padding-bottom: 18px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .benefit-two2__right {
    margin-left: 20px;
  }
}
@media (max-width: 575px) {
  .benefit-two2__right {
    margin-left: 20px;
  }
}
.benefit-two2__text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 188%;
  margin-bottom: 30px;
}
.benefit-two2__list {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
.benefit-two2__list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: -40px;
  right: -40px;
  z-index: -1;
}
.benefit-two2__list__item {
  display: flex;
  align-items: center;
  background-color: var(--solinom-gray, #1C2F36);
  gap: 20px;
  border-radius: 1000px 0 0 1000px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
	margin-bottom: 10px;
}
.benefit-two2__list__item::after {
  content: "";
  width: 0%;
  height: 100%;
  position: relative;
  background-color: rgba(var(--solinom-base-rgb, 203, 163, 107), 1);
  position: absolute;
  top: 0;
  left: auto;
  right: 0;

  transition: all 0.4s ease-in;
  z-index: -1;
}
.benefit-two2__list__item:hover .benefit-two__list__icon {
  background-color: var(--solinom-gray2, #283E46);
}
.benefit-two2__list__item:hover .benefit-two__list__icon i {
  animation: bounceIn 1s linear;
}
.benefit-two2__list__item:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.benefit-two2__list__item + .benefit-two__list__item {
  margin-top: 10px;
}
.benefit-two2__list__icon {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: var(--solinom-base, #CBA36B);
  background-color: var(--solinom-gray, #1C2F36);
  border: 1px solid var(--solinom-gray2, #283E46);
  margin-left: -0.5px;
  margin-top: -0.5px;
  margin-bottom: -0.5px;
  transition: all 0.4s ease-in-out;
}
.benefit-two2__list__title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 300%;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: capitalize;
  color: var(--solinom-white, #fff);
}
.benefit-two2__list__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.benefit-two2__list__title a:hover {
  background-size: 100% 1px;
}
.benefit-two2 .owl-theme .owl-nav [class*=owl-] {
  margin: 0 !important;
}
.benefit-two2__item__carousel .owl-nav {
  position: absolute;
  bottom: 0;
  right: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0px;
}
.benefit-two2__item__carousel .owl-nav button {
  border: none;
  outline: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.benefit-two2__item__carousel .owl-nav button span {
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  background-color: var(--solinom-text, #101D22);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--solinom-base, #CBA36B);
  font-size: 18px;
  transition: all 500ms ease;
  transform: rotate(90deg);
}
.benefit-two2__item__carousel .owl-nav button span:hover {
  background-color: var(--solinom-base, #CBA36B);
  color: var(--solinom-white, #fff);
}
.benefit-two2__item__carousel .owl-nav button:last-child span {
  transform: rotate(90deg);
}

/*Widgets*/

.modalModifyCancel__inner{
overflow: hidden !important;
}
.BEx4IDaY4cXE{
height: 38px !important;
}   	
#BEx4IDaY3bWD .BEx4ZXaY3bWR{
margin-top: 20%;
}
#BEx4IDaY3bWR .BEx4ZXaY3bOP > div{
margin-top: -24px !important;
}
#BEx4IDaY3bWD .BEx4ZXaY3bDPI{
top: 31px !important;
right: 31px !important;
}
.BEh8JJiwI1dPaBPrice{
margin-top: 3px !important;
width: 103px !important;
padding: 0px 0px 19px 3px !important;
text-transform: capitalize;
}
.BEh4IDsZ4eZE{
  color: #005C93 !important;
}
.BEh4IDsZ4dZE{
  color: #333 !important;
}
.divWidth{
  color: #333 !important;
}
#BEx4IDaY3bWD select.BEx4ZXaY3bPC, #BEx4IDaY3bWD select.BEx4ZXaY3bPP{
background: #fff !important;
color: #000 !important;
}
#BEx4IDaY3bWD input.BEx4ZXaY3bQBT{
background: #6f3932 !important;
margin-bottom: 0px !important;
margin-top: 14px !important;
}
#BEx4IDaY3bWD .BEx4ZXaY3bWR a{
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
}
#BEx4IDaY3bWD .BEx4IDaY3bQBT:hover .BEx4ZXaY3bQBT, .BEx4ZXaY3bQBT:focus{
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
background: #ffffff !important;
color: #ed8323 !important;
} 
#BEx4IDaY3bWD .BEx4ZXaY3bWR{
    width: 240px;
    z-index: 999 !important;
    position: absolute !important;
    right: 0px !important;
    top: 0px !important;
}
.BEh4IDsZ4fZE{
        color: #6f3932 !important;
}
.BEh8JJiwI1dPaBPrice{
    background-color: #6f3932 !important;
}
.widget .BEh4IDsZ4fZE, .widget .BEh4IDsZ4eZE, .widget .BEh4IDsZ4dZE, .widget .BEh4IDsZdPr0ZE span {
    color: #6f3932 !important;
}
.BEh4IDsZ4dZENP{
    color: #6f3932 !important;
}
.widget #BEx4IDaY3bWD .BEx4ZXaY3bWR {
    border-color: #6f3932 !important;
     
}
.BExyz5i8narrowSingle-up{
	border-bottom: 5px solid #6f3932 !important;
}


/*Media Query*/

@media only screen and (min-device-width: 200px) and (max-device-width: 812px) 
     { 
         #BEx4IDaY3bWD .BEx4ZXaY3bWR {
			    right: 32px !important;
		              top: 50px !important;
	}
}

/*Media Query*/