

a.btn-main,
input.btn-main {
  position: relative;
  overflow: hidden;
  font-family: "Montserrat";
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 2px;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 20px 7px 20px;
  background: #fff;
  display: inline-flex;
  font-weight: bold;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.btn-main span,a.btn-main span{
  position: relative;
  z-index: 1;
}
a.btn-main:hover {
  opacity: 0.8;
}
a.btn-main:before{
  top: 0;
  left: -100%;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
}
a.btn-main:hover:before{
  left: 0;
}


/* ================================================== */
/* anim */
/* ================================================== */


.picframe img,
#mo-menu * {
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  outline: none;
}



/* ================================================== */
/* gallery */
/* ================================================== */
.de_carousel .item {
  width: 100%;
  display: block;
}

.item img {
  width: 100%;
  height: auto;
}

.item h4 {
  margin-bottom: 0;
  font-size: 14px;
}

#gallery .item {
  overflow: hidden;
}

.picframe .overlay i{
  font-size: 28px;
}

.picframe .overlay-v {
  text-align: center;
  width: 100px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 102%;
  height: 100%;
  z-index: 1000;
  display: table;
}
.overlay-v.ov-1 {
  background: rgba(0, 0, 0, 0.8);
}
.picframe .overlay-v .pf_text {
  display: table-cell;
  vertical-align: middle;
}
.light .picframe .overlay-v {
  background: rgba(255, 255, 255, 0.3);
}

.picframe.s2 span.overlay .project-name {
  color: #ffffff;
}

.fullheight-100 {
  height: 100%;
}

.fullheight-100 img {
  position: relative;
  height: 100%;
}

.pf_text {
  display: table-cell;
  vertical-align: middle;
  color: #eceff3;
}

.pf_text h4 {
  color: #eceff3;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.pf_title {
  display: block;
}

.pf_title i{
  font-size: 20px;
}

.pf_caption{
  position: absolute;
  bottom: 0px;
  opacity: 0;
  font-size: 15px;
}

.project-info {
  color: #ccc;
  margin-left: 20px;
}

.de_light .project-info {
  color: #606060;
}

.project-info h2 {
  margin-top: 0;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.project-info h4 {
  font-weight: bold;
}

.project-info .details {
  padding: 20px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}

.de_light .project-info .details {
  background: #eee;
  border-color: #ddd;
}

.project-infoproject-info span {
  display: block;
}

.project-info span.title {
  display: inline-block;
  min-width: 80px;
}

.project-info span.val {
  margin-bottom: 15px;
  font-weight: bold;
}

.project-view {
  padding: 120px 0 80px 0;
}

.project-images img {
  width: 100%;
}

.picframe {
  position: relative;
  overflow: hidden;
}

span.overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  vertical-align: center;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: 5px 0 0 5px;
  background: rgba(var(--bg-dark-color), 0);
  z-index: 100;
}

.picframe .overlay i{
  opacity: 0;
}

.grid-item span.overlay {
  display: block;
  text-align: center;
}

.picframe img {
  position: relative;
  width: 100%;
}

.picframe:hover .overlay {
  background: rgba(var(--bg-dark-color), .7);
}

.picframe:hover .overlay i{
  opacity: 1;
}

.picframe:hover .pf_caption{
  bottom: 20px;
  opacity: 1;
}

.picframe:hover .overlay-v {
  transform: scale(1.2);
  opacity: 0;
}

.picframe:hover img {
  transform: scale(1.1);
}

.s2 .overlay-v,
.s2 .overlay-v:hover {
  background: rgba(40, 40, 40, 0.3);
}
.s2 .overlay-v .project-name {
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
}

#btn-close-x {
  width: 100px;
  height: 100px;
  display: block;
  background: url(../images/close.png) center no-repeat;
  margin: 0 auto;
  margin-bottom: 80px;
  cursor: pointer;
  padding: 20px;
}

#btn-close-x {
  background: url(../images/close-2.png) center no-repeat;
}

.project-name {
  font-size: 12px;
  font-weight: bold;
  display: block;
}

.de_light span.overlay {
  background: #fff;
}

.overlay-dark span.overlay {
  background: #111;
}

.project-details {
  padding: 30px;
  border: solid 1px #ddd;
  margin-bottom: 30px;
}

.info-details .info-text {
  margin-bottom: 20px;
}

.project-details .title,
.info-details .title {
  display: block;
  font-weight: bold;
}

.project-details .val {
  display: block;
  margin-bottom: 20px;
}
.project-details .info-text:last-child .val {
  margin-bottom: 0;
}

span.icon {
  cursor: pointer;
}

.overlay .info-area {
  display: block;
  margin-top: 10%;
}

.overlay .sb-icons {
  display: block;
  margin-top: 200px;
}

.de-gallery .overlay {
  text-align: center;
}

.overlay .pf_text {
  display: table-cell;
}

.project-name {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.de-gallery .overlay .icon {
  display: inline-block;
  margin-top: 200px;
  text-align: center;
}

.de-gallery .overlay .icon i {
  text-shadow: none;
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.1);
  font-size: 22px;
  padding: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
  margin-left: 10px;
}

.de-gallery .overlay .icon i.icon-info {
  margin-left: 0px;
}

.de-gallery .overlay .icon i:hover {
  color: #222;
  background: #fff;
}

.de-gallery.hover-1 span.overlay-1 {
  text-align: center;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.de-gallery.hover-1 span.overlay-1:hover {
  background: rgba(0, 0, 0, 0);
}
.de-gallery.hover-1 span.overlay-1 .pf_text {
  display: block;
  bottom: 10%;
  letter-spacing: 4px;
  position: absolute;
  width: 100%;
}
.de-gallery.hover-1 span.overlay-1:hover .pf_text {
  bottom: -20%;
  opacity: 0;
}
.grid_gallery .item {
  margin-bottom: 30px;
}

.gallery-scroll {
  overflow: scroll;
}

a.img-icon-url,
a.img-icon-zoom {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../images/icon-url.png) center no-repeat;
  margin: 0 auto;
  margin: 0 2px 0 2px;
}

a.img-icon-zoom {
  background: url(../images/icon-zoom.png) center no-repeat;
}

.pf_full_width .item {
  width: 24.9%;
  float: left;
}

.pf_full_width.pf_3_cols .item {
  width: 33.3%;
}

.pf_full_width.pf_2_cols .item {
  width: 49.9%;
}

.pf_full_width img {
  float: left;
  width: 100%;
}




#photo-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag,
#photo-carousel .owl-stage-outer,
#photo-carousel .owl-stage,
#photo-carousel .owl-item,
#photo-carousel .item,
#photo-carousel .owl-item,
#photo-carousel .img-responsive {
  height: 100vh;
  object-fit: cover;
}

/* d-carousel */
.d-carousel {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.d-custom-nav {
    position: absolute;
    display: flex;
    width: 100%;
    z-index: 100;
}

.d-arrow-left,
.d-arrow-right {
    cursor: pointer;
    position: absolute;
    margin-top: -45px;
    z-index: 100;
    width: 30px;
    height: 60px;
    background-color: rgba(255, 255, 255, 1.0);
}

.d-arrow-left {
    left: -30px;
    border-top-right-radius: 110px;
    border-bottom-right-radius: 110px;
}

.d-arrow-right {
    right: -30px;
    border-top-left-radius: 110px;
    border-bottom-left-radius: 110px;
}

.d-arrow-left i,
.d-arrow-right i {
    position: absolute;
    top: 20px;
    color: #111111;
    font-size: 20px;
    font-weight: bold;
}

.d-arrow-left i {
    left: 8px;
}

.d-arrow-right i {
    right: 8px;
}

.d-carousel:hover .d-arrow-left{
  left: 0;
}
.d-carousel:hover .d-arrow-right{
  right: 0;
}


/* room */

.de-room h3{
  margin-bottom: 10px;
}

.de-room .d-text{
    padding: 30px;
    background: rgba(var(--bg-dark-color), .6);
}
.de_light .de-room .d-text{
    padding: 30px;
    background: rgba(255, 255, 255, .75);
  }

.de-room .d-details{
  color: #ffffff;
  width: 100%;
  background: linear-gradient(0deg, rgba(32, 32, 32,.75) 25%, rgba(32, 32, 32,0) 100%);
  background: rgba(var(--bg-dark-color), .5);
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px 30px 7px 30px;
  letter-spacing: 1px;
  z-index: 1;
}


.de-room .d-details span{
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
  font-size: 14px;
}

.de-room .d-details span img{
  position: absolute;
  left: 0;
}

.de-room .d-details span.d-meta-2 img{
  margin-top: 2px;
}

.de-room .d-image{
  overflow: hidden;
  position: relative;
}

.de-room .d-image:hover a img{
  transform: scale(1.1);
}

.de-room .d-image:hover a .d-img-hover{
  opacity: 1;
}

.de-room .d-label{
  z-index: 1;
  position: absolute;
  color: #ffffff;
  background: #333333;
  padding: 5px;
  margin: 15px;
  right: 0;
  top: 0;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: 2px;
  padding-left: 7px;
  padding-bottom: 4px;
}

.de-room .btn-line{
  width: 100%;
}

.de-room .d-img-hover{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.de-content-overlay{
  overflow: hidden;
  padding: 30px;
  background: rgba(var(--bg-dark-color), .6);
}

.d-room-details{
  border: solid 1px rgba(255, 255, 255, .3);
  padding: 30px;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 18px;
  color: #ffffff;
}

.d-room-details img{
  margin-right: 20px;
  width: 32px;
  height: 32px;
}

.guests-n-rooms .d-col{
  position: relative;
}



/* Carousel styling */
      #de-carousel,
      #de-carousel .carousel-inner,
      #de-carousel .carousel-item,
      #de-carousel .carousel-item.active {
        height: 100vh;
      }

      #de-carousel .carousel-indicators [data-mdb-target]{
        width: 8px;
        height: 8px;
        margin: 0 6px;
        position: absolute;
        z-index: 100;
      }

      #de-carousel .mask{
        background: rgba(30, 30, 30, .5);
      }

      #de-carousel .carousel-control-next, #de-carousel .carousel-control-prev{
        width: 100px;
      }


/* mdb carousel */



.de-flex {
  display: flex;
  justify-content: space-between;
}

.de-flex > .de-flex-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

header .de-flex-col {
  max-height: 80px;
}

.de-header-flex {
  display: flex;
  justify-content: space-between;
}

.de-header-flex > .de-flex-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

#de-extra-menu {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.d-cart-icon {
  width: 48px;
  position: relative;
}

.d-cart-icon i {
  font-size: 22px;
  position: absolute;
  left: 0;
}

.d-cart-icon span {
  position: relative;
  margin-top: 2px;
  float: right;
  color: #000;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 1.5em;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
}

.d-summary {
  padding: 30px;
  background: #1e2024;
}

.de_light .d-summary {
  background: #f5f5f5;
}



.de_light .nav-link,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #07003b;
}

.de_light a,
.de_light a:hover {
  color: #606060;
}

.de_light footer a,
.de_light footer a:hover {
  color: #cccccc;
}



.de_light .wm {
  color: rgba(0, 0, 0, 0.05);
}
.text-light .wm {
  color: rgba(255, 255, 255, 0.05);
}
.demo-icon-wrap {
  margin-bottom: 30px;
}
.demo-icon-wrap i {
  font-size: 28px;
  margin-right: 20px;
  position: relative;
  top: 5px;
}

.demo-icon-wrap-s2 {
  margin-bottom: 30px;
}
.demo-icon-wrap-s2 span {
  font-size: 28px;
  margin-right: 20px;
  position: relative;
  top: 5px;
}



.de_light .mfp-close {
  color: rgba(0, 0, 0, 0.5) !important;
}

.de_light .mfp-close:hover {
  color: rgba(0, 0, 0, 1) !important;
}


/* new owl */

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}

.owl-dots button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
}
.owl-theme .owl-dots .owl-dot span {
  width: 4px;
  height: 4px;
}

#photo-carousel .owl-dots {
  position: relative;
  margin-top: -50px;
  z-index: 1000;
}

#carousel-products .owl-dots {
  position: absolute;
  z-index: 100;
  bottom: -10px;
  width: 100%;
}

#carousel-products .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
}




