
.moy-tabule table {width: 100%!important;}
.moy-tabule:not(.tabule2) table tr:first-child{border:1px solid rgba(0,0,0,.1);padding:4px 8px;font-weight:500;font-weight:500}
.moy-tabule table td{border:1px solid rgba(0,0,0,.1);padding:4px 8px;}
.banner-one .zoomer{height:460px;overflow:hidden;}
.banner-one .zoomer img{width: 100%;height:100%;object-fit:cover;object-position:center;}
@media(max-width:575px){.zoomer{height:250px!important;}}

.termite ul{margin:0;padding:0;margin-bottom: 20px;}
.termite ul li{padding-left:25px;position:relative;}
.termite ul li + li{margin-top:10px;}
.termite ul li::before{content:'\f26b';position:absolute;left:0;top:0;font-family:'bootstrap-icons';font-size:16px;color:#666;}

/* .vallery ul{white-space:nowrap; overflow:auto;display:flex;justify-content: center;}
.vallery ul li{list-style:none;display:inline-block;margin:0;}
.vallery ul li + li{border-left:1px solid rgba(255,255,255,.2);}
.vallery ul li a{color:var(--main-color3);line-height:34px;display:block;padding:0px;font-size:14px;font-weight:500;text-transform:uppercase;padding:10px 20px;transition: var(--transition);}
.vallery ul li a i{margin-right:5px}
.vallery ul li a:hover{color:var(--main-color);background:rgba(255,255,255,.1);}
.vallery .active-list a{color:var(--main-color);background:rgba(255,255,255,.1);} 
@media(max-width:1199px){
.vallery ul li a{padding:7px 10px;}
}
@media(max-width:767px){
.vallery ul{justify-content:flex-start}
}*/

.hostwithus::before{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 80%;background: linear-gradient(180deg,rgba(5, 33, 58,0) 0%,rgba(5, 33, 58, 0.7) 80%,#05213a 100%);pointer-events: none;z-index:1;}
.hostwithus .content{position:absolute;left:0;bottom:0;}

.ame-item{border: 1px solid #C49E785E;}
.termite h3{font-size: 19px !important;}
.termite strong{font-weight: 500;}

.room-gal .owl-item {
  transition: all 0.4s ease-in-out;
  transform: scale(0.85);
  opacity: 0.6;
}

.room-gal .owl-item.center {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}