@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');
html, body {
    color: #444444;
    font-family: 'Poppins', sans-serif;
}
a {
    -webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.font-title {
  font-family: 'Poppins', sans-serif !important;
}
.font-text {
  font-family: 'Poppins', sans-serif !important;
}
.fw-900 {
    font-weight: 900 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.section-default {
    width: 100%;
    position: relative;
}
/* page */
.page__wrapper {
  width: 100%;
  position: relative;
}
.content__wrapper{
  width: 100%;
  position: relative;
}
.img-cover{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* page */
/* header */
.header-main {
  width: 100%;
  position: relative;
  background: #1D1719;
  border-bottom: 5px solid #FFB355;
}
.header-main-bgr {
  background-color: #1D1719;
  background-image: url(../img/bgs/bg-ptr.png);
  background-repeat: repeat;
}
.box-info-middle {
  padding: 15px 0;
}
.box-logo-t {
  margin-top: -35px;
}
@media only screen and (max-width: 991px){
  .box-logo-t {
    margin-top: 0;
  }
}
.text-info-t {
  color: #FFFFFF;
}
.rs-icon-top {
  position: relative;
}
.rs-icon-top:hover {
  opacity: 0.75;
}
.header-top {
  width: 100%;
  position: relative;
  background: #E1DBD3;
  border-bottom: 1px solid #FFFFFF;
}
.header-top-bgr {
  background-color: #E1DBD3;
  background-image: url(../img/bgs/bg-ptr.png);
  background-repeat: repeat;
}
.header-top .he-top-nav a {
  text-decoration: none;
}
.header-top .he-top-nav a:hover .text {
  color: #FFB355;
}
.header-top .he-top-nav .text {
  color: #1D1719;
  font-weight: 500;
}
.he-top-nav li{
  margin-left: 15px;
}
.he-top-nav li:first-child {
  margin-left: 0;
}
/* header */
/* navbar */
.navbar-main .navbar-toggler{
  margin-top: -75px;
}
.navbar-main .navbar-toggler svg {
  fill: #FFFFFF !important;
  width: 36px;
  height: 36px;
}
.navbar-main {
  width: 100%;
  padding: 0;
}
.navbar-main .nav-link {
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 500;
  border-bottom: 4px solid transparent;
}
.navbar-main .nav-item {
  margin-left: 20px;
}
.navbar-main .nav-item:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 991px){
  .navbar-main .nav-item {
    margin-left: 0;
  }
  .navbar-main .nav-item .nav-link {
    padding: 5px 15px;
  }
}
.navbar-main .nav-item.active .nav-link {
  color: #FFB355;
  border-color: #FFB355;
}
.navbar-main .nav-link:hover {
  color: #FFB355;
  border-color: #FFB355;
}
/* navbar */
/* slide */
.box-slide-main .owl-nav button[class*="owl-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: 0 0;
  color: #fff;
  border: 1px solid #FFFFFF;
  width: 40px;
  height: 52px;
  outline: none;
  opacity: 0;
}
.slide-main:hover .owl-nav button[class*="owl-"]{
  opacity: 1;
}
.box-slide-main .owl-nav button[class*="owl-"]:hover {
  background: #FFB355;
  color: #FFFFFF;
  border-color: #FFB355;
}
.box-slide-main .owl-nav .owl-prev {
  left: 30px;
}
.box-slide-main .owl-nav .owl-next {
  right: 30px;
}
/* slide */
/* footer */
.footer{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.footer-content{
  width: 100%;
  position: relative;
}
.footer__bottom{
  width: 100%;
  position: relative;
}
.bg-footer{
  background-color: #EF4B37;
  background-repeat: repeat;
}
.bg-footer__bottom{
  background-color: #FFB355;
  z-index: 9;
}
.footer__widgets{
  width: 100%;
  position: relative;
  color: #FFFFFF;
}
.footer-widget__title{
  font-weight: 700;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFFFFF;
}
.footer-list{
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.975em;
}
.footer-contacts__icon{
  text-align: center;
  width: 25px;
  min-width: 25px !important;
  font-size: 1.2em !important;
  margin-right: 8px;
  color: #1D1719;
}
.footer-contacts__contacts li{
  padding: 5px 0;
  color: #FFFFFF;
  font-weight: 500;
}
.footer-links__item{
  margin-bottom: 5px;
  white-space: nowrap;
  color: #FFFFFF;
}
.footer-links__link{
  color: inherit;
  text-decoration: none !important;
  padding-left: 24px;
  position: relative;
  font-weight: 500;
}
.footer-links__link:hover{
  color: #FFB355;
}
.footer-social__links a{
  color: inherit;
  text-decoration: none !important;
}
.footer-links__link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 6px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFB355;
}
.footer-social__link{
  padding: 5px 0;
}
.footer-social__link>a>i{
  width: 25px;
  text-align: center;
  margin-right: 5px;
  font-size: 1.25em;
  vertical-align: middle;
}
.text-subline {
  position: relative;
  height: 4px;
  padding: 0;
  background: transparent;
  border: none;
  margin-top: 10px;
  margin-bottom: 20px;
}
.text-subline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 50%;
  background: #FFB355;
}
.text-subline:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 50%;
  height: 2px;
  width: 30%;
  background: #FFB355;
}
.col-border-left{
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.text-copyright{
  color: #1D1719;
  font-size: 14px;
}
.text-dev{
  color: #1D1719;
  font-size: 14px;
}
.text-dev a{
  color: #1D1719;
  text-decoration: none;
}
.text-dev a:hover{
  color: #EF4B37;
}
/* footer */
/* foot social */
.foot-social-icon {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    border: none;
    color: #EF4B37;
    background: #FFB355;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.foot-social-icon.icon-facebook:hover {
    background: #395b98;
    color: #fff;
}
.foot-social-icon.icon-instagram:hover {
    background-image: linear-gradient(-45deg, #ffdc80, #e1306c 50%, #405de6);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFDC80', endColorstr='#FF405DE6', GradientType=1);
    color: #fff;
}
.foot-social-icon.icon-youtube:hover {
    background: #F60002;
    color: #fff;
}
.foot-social-icon.icon-twitter:hover {
    background: #2ca7e0;
    color: #fff;
}
.foot-social-icon.icon-whatsapp:hover {
  background: #25D066;
  color: #fff;
}
/* foot social */
/* Breadcrumb */
.breadcroumb-area {
	background-image: url(../img/bgs/bread-bg.jpg);
}
.breadcroumb-area {
	height: 300px;
	background-size: cover;
	background-position: center bottom;
	background-color: #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

.breadcroumb-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #1D1719;
	opacity: .9;
	z-index: -1;
}

.breadcroumb-area .breadcroumb-title h1 {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 40px;
	position: relative;
	padding-left: 30px;
}

.breadcroumb-area .breadcroumb-title h1:before {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 5px solid#EF4B37;
}

.breadcroumb-area h6 a {
	color: #fff;
}

.breadcroumb-area h6 {
	color: #aeb1b3;
	font-size: 16px;
	margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 40px;
	}
}

@media (max-width: 575px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 35px;
	}
}
/* Breadcrumb */
/* home s */
.sec-title {
  display: inline-block;
  color: #1D1719;
  position: relative;
}
.sec-title>span{
  color: #EF4B37;
}
.sec-title::before{
  content: "";
  position: absolute;
  right: -40px;
  top: calc(50% - 13px);
  width: 25px;
  height: 25px;
  background: url(../img/resources/sec-t-right.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 575px) { 
  .sec-title::before{
    display: none;
  }
}
.sec-subtitle {
  color: #1D1719;
  position: relative;
}
.section-home-s {
  width: 100%;
  position: relative;
  background-color: #E1DBD3;
  background-image: url(../img/bgs/bg-ban2.jpg);
  background-repeat: repeat;
}
.service-iitem {
  width: 100%;
  position: relative;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}
.service-iitem__icon {
  position: relative;
  width: 75px;
  min-width: 75px;
  max-width: 75px;
  background: #EF4B37;
  text-align: center;
}
.service-iitem__content {
  width: 100%;
  position: relative;
  padding: 15px 20px;
}
.service-iitem__title {
  color: #1D1719;
  font-weight: 900;
  font-size: 20px;
  font-style: italic;
  white-space: nowrap;
}
.service-iitem__subtitle {
  display: inline-block;
  position: relative;
  color: #545454;
  font-weight: 600;
  font-size: 16px;
  font-style: italic;
  padding-right: 20px;
}
.service-iitem__subtitle::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  background: url(../img/resources/iis-right.png);
  background-repeat: no-repeat;
  background-position: center center;
}
/* home s */
/* ban */
.section-ban {
  width: 100%;
  position: relative;
  background-color: #E1DBD3;
  border-bottom: 4px solid #FC9F36;
}
.ban-m-title {
  position: relative;
  color: #1D1719;
}
.ban-m-t {
  width: 100%;
  position: relative;
  color: #1D1719;
  padding-left: 35px;
}
.ban-m-t::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  left: 0;
  top: calc(50% - 11px);
  background: url(../img/resources/ban-i-left.png);
  background-repeat: no-repeat;
}
.ban-bottom-ad {
  width: 100%;
  position: relative;
  background: #1D1719;
  height: 25px;
}
/* ban */
/* ban2 */
.section-ban2 {
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
  background-image: url(../img/bgs/bg-ban2.jpg);
  background-repeat: repeat;
  background-size: center center;
}
.box-ban2-content {
  width: 100%;
  position: relative;
  background: rgba(29, 23, 25, 0.7);
}
.ban2-website {
  color: #EF4B37;
  letter-spacing: 1px;
}
.ban2-subtitle {
  color: #FFFFFF;
}
.ban2-whatsapp {
  color: #FFB355;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 500;
}
.ban2-whatsapp:hover {
  color: #EF4B37;
}
.ban2-whatsapp2 {
  color: #FFB355;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 500;
}
.ban2-whatsapp2:hover {
  color: #EF4B37;
}
.btn-aparth {
  display: inline-block;
  position: relative;
  background: #EF4B37;
  color: #FFFFFF;
  padding: 7px 15px;
  text-decoration: none !important;
  border-radius: 5px;
}
.btn-aparth:hover{
  color: #FFFFFF;
  background: #FFB355;
}
.btn-conoc {
  display: inline-block;
  background: #1D1719;
  color: #FFFFFF;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none !important;
}
.btn-conoc:hover{
  color: #FFFFFF;
  background: #EF4B37;
}
/* ban2 */
/* section rooms */
.section-rooms {
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
}
.room-item {
  width: 100%;
  position: relative;
  padding: 0;
  background: #FFFFFF;
}
.room-item__image {
  width: 100%;
  position: relative;
}
.room-item__content {
  width: 100%;
  position: absolute; 
  left: 0;
  bottom: 0;
  
}
.room-item__content_title {
  width: 75%;
  position: relative;
  background: rgba(239, 75, 55, 0.85);
  padding: 20px 15px;
}
.room-item__title {
  margin: 0;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
}
.room-item__title a{
  color: inherit;
  text-decoration: none !important;
}
.ri-btn{
  display: inline-block;
  text-decoration: none !important;
  padding: 5px 20px;
  font-weight: 400;
  font-size: 16px;
  border-radius: 25px;
}
.ri-btn1 {
  background: #FFB355;
  color: #003162;
}
.ri-btn2 {
  background: #0C3D72;
  color: #FFB355;
}
.ri-btn1:hover {
  background: #107FBE;
  color: #FFFFFF;
}
.ri-btn2:hover {
  background: #b38f8f;
  color: #FFFFFF;
}
.room-item:hover .room-item__content_title {
  background: rgba(252, 159, 54, 0.85);
}
/* section rooms */
/* banners i */
.box-rooms-i .owl-nav button[class*="owl-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #1D1719;
  color: #FFFFFF;
  border: 2px solid #1D1719;
  width: 40px;
  height: 52px;
  outline: none;
}
.box-rooms-i .owl-nav button[class*="owl-"]:hover {
  background: #FC9F36;
  color: #FFFFFF;
  border-color: #FC9F36;
}
.box-rooms-i .owl-nav .owl-prev {
  left: 30px;
  margin-left: -45px;
}
.box-rooms-i .owl-nav .owl-next {
  right: 30px;
  margin-right: -45px;
}
/* banners i */
/* room details */
.content-carousel{
  background: #FFFFFF;
  padding: 0;
  margin-top: 0 !important;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.form-square{
  background-color: #FFFFFF !important;
  border-color: #CCC !important;
  width: 100%;
  color: #1D1719;
}
.form-square:focus{
  background-color: #FFFFFF !important;
}
.form-main-booking label{
  color: #515151;
}
.title-form-booking{
  font-size: 1.5em;
  font-weight: 500;
  color: #1D1719;
  margin: 0;
}
.bg-form-d{
  width: 100%;
  position: relative;
  background-color: #E1DBD3;
  background-image: url(../img/bgs/bg-ban2.jpg);
  background-repeat: repeat;
}
.btn-main5{
  background: #EF4B37;
  color: #FFFFFF;
  border-radius: 0;
}
.btn-main5:hover{
  background: #FFB355;
  color: #FFFFFF;
}
/* room details */
/* tours section */
.tours-section .item-single {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.tours-section .item-single::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1D1719;
  background: -webkit-gradient(linear, left bottom, left top, from(#1D1719), to(rgba(9, 0, 49, 0.0508578)));
  background: linear-gradient(0deg, #1D1719 0%, rgba(9, 0, 49, 0.0508578) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1D1719",endColorstr="#1D1719",GradientType=1);
}
.tours-section .item-single .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 16px;
  width: 100%;
  z-index: 1;
}
.tours-section .item-single .content i {
  color: #d6d6d6;
  margin-right: 4px;
  vertical-align: -2px;
}
.tours-section .item-single .content span {
  color: #d6d6d6;
}
.tours-section .item-single .content .review i {
  margin-right: 0;
  color: #FFB355;
  vertical-align: -1px;
}
.tours-section .item-single .content .review span {
  margin-left: 8px;
}
.tours-section .item-single .content h3 {
  margin-top: 15px;
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
}
.tours-section .item-single .content h3 a {
  color: #fff;
  text-decoration: underline;
}
.tours-section .item-single .content h3 a:hover {
  color: #003162;
}
.tours-section .item-single .content p {
  color: #515151;
  font-size: 15px;
}
.tours-section .item-single .content hr {
  margin: 0;
  border-top: 1px solid #39325a;
}
.tours-section .item-single .content .list {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tours-section .item-single .content .list li {
  display: inline-block;
  margin-right: 12px;
  color: #d6d6d6;
}
.tours-section .item-single .content .list li:last-child {
  margin-right: 0;
  font-size: 20px;
  margin-left: auto;
  color: #fff;
}
/* tours section */
/* Contact Page */
.contact-us-area {
	z-index: 1;
  width: 100%;
  position: relative;
  background-color: #CDC8C4;
  background-image: url(../img/bgs/bg-ban2.jpg);
  background-repeat: repeat;
}
.contact-us-wrapper {
	background: #fff;
	position: relative;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
}
.contact-us-inner {
	text-align: center;
	padding: 40px 30px;
	border-right: 1px solid #eee;
}
.contact-us-inner:nth-last-child(4) {
	border-right: none;
}
.contact-us-inner h5 {
  margin: 40px 0 20px;
  color: #1D1719;
}
.contact-us-inner a {
	text-transform: uppercase;
	color: #EF4B37;
	font-size: 17px;
	font-weight: 500;
	margin: 20px 0 10px;
}
.contact-us-area .info-i {
	position: relative;
	z-index: 1;
}
.contact-us-area .info-i i:before {
	font-size: 32px;
	color: #EF4B37;
}
.contact-us-area .contact-form .main-btn {
	margin-top: 30px;
}
.contact-section {
  width: 100%;
  position: relative;
	background-color: #1D1719;
}
.contact-section .section-title h2 {
	color: #fff;
}
.contact-form .main-btn {
  border-radius: 0;
  border: none;
  margin: 40px 0;
}
.main-btn {
	display: inline-block;
	background: #EF4B37;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: capitalize;
	padding: 15px 40px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	border: 2px solid #EF4B37;
}
.main-btn.btn-2 {
	background: transparent;
}
.main-btn.transparent {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	margin-right: 20px;
}
.main-btn:hover {
	background-color: #fff;
	color: #EF4B37;
	border-color: #fff;
}
.contact-form .form-control {
  border-radius: 0;
  color: #003162;
}
/* contact */
/* services card */
.services-area-two {
  width: 100%;
  position: relative;
  background-color: #CDC8C4;
  background-image: url(../img/bgs/bg-ban2.jpg);
  background-repeat: repeat;
}
.services-card {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  text-align: center;
}
.services-card:hover {
  background-color: #EF4B37;
}
.services-card:hover .services-card_ic {
  background-color: #fff;
}
.services-card:hover h3{
  color: #FFFFFF;
}
.services-card:hover h3 a {
  color: #FFFFFF;
}
.services-card .services-card_ic{
  width: 120px;
  height: 120px;
  background-color: #E1DBD3;
  font-size: 45px;
  color: #1D1719;
  border-radius: 50%;
  line-height: 120px;
  display: inline-block;
  text-align: center;
  margin-bottom: 15px;
}
.services-card .services-card_ic>img{
  width: 90px;
  height: 90px;
}
.services-card h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #1D1719;
}
.services-card h3 a {
  color: #1D1719;
  display: block;
}
.services-card p {
  margin-bottom: 10px;
  display: block;
}
.services-card .get-btn {
  display: inline-block;
  color: #c890ff;
  font-weight: 600;
  position: relative;
}
.services-card .get-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #c890ff;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  opacity: 0.5;
}
.services-card .get-btn:hover {
  color: #292323;
  letter-spacing: 0.25px;
}
.services-card .get-btn:hover::before {
  background-color: #292323;
  opacity: 1;
}
/* services card */
/* search box */
.ss-content-top {
  position: relative;
}
.box-seach-i {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  margin-top: -120px;
  padding-bottom: 0px;
}
.box-seach-i .search-form {
  position: relative;
  padding: 5px;
  border-radius: 3px;
  border: 2px solid #FFFFFF;
}
.search-form-wrapper {
  position: relative;
  padding: 20px 15px 30px;
  background: rgba(29, 23, 25, 0.9);
}
.box-seach-i .search-form .select-box .form-control{
  border-radius: 0;
}
.box-seach-i .search-form .select-box>label{
  margin: 0;
  color: #FFFFFF;
  text-transform: uppercase;
}
.box-seach-i .search-form .btn-search {
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 6px 10px;
  width: 100%;
  color: #fff;
  background-color: #FFB355;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}
.box-seach-i .search-form .btn-search:hover {
  background-color: #EF4B37;
}
@media only screen and (max-width: 991px){
  .box-seach-i {
    position: relative;
    bottom: 0;
    margin-top: -15px;
    padding-bottom: 0px;
  }
}
/* search box */