/*
Theme Name: Dahotel Child
Theme URI:http://wpdemo.zcubethemes.com/dahotel
Description: Dahotel – Luxury Hotel WordPress Theme.
Text Domain: dahotel
Author:       zcube
Author URI: https://themeforest.net/user/themexpixel
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Template:     dahotel
Version:      1.0

*/


/* Theme customization starts here
  -------------------------------------------------------------- */
/* Sayfa yüklenirken sidebar divi hiç görünmesin */
.col-sm-12.col-md-12.col-lg-4.order-2, .day-book, .breadcrumb, .text-right {
    display: none !important;
}

 .mobil-alan{
  display: none;
 }


@media only screen and (max-width: 768px) {

  .mobil-alan {
        display: block !important;
        position: fixed;
        bottom: 0;
        background: #2c4549;
        width: 100%;
        text-align: center;
        flex-direction: row;
                padding: 7px;
                z-index: 999999999999999999999999;
    }

     .mobil-alan .one, .mobil-alan .two {
        width: 50% !important;
        position: relative !important;
        left: auto !important;
        right: auto !important;
        float: left;
    }

    .mobil-alan .one a,
    .mobil-alan .two a {
        display: block;
        text-align: center;
        padding: 10px;
        color: #fff;
        font-weight: 800;
        font-size: 17px;
    }


  .slider-bg {
    max-height: 500px !important;
    min-height: 500px !important;
  }

    .slider-content h5 {
              font-size: 11px !important;
    }

  
}


.services-content p {
  text-align: left;
}



.breadcrumb-area {
  background-position: center;
  min-height: 541px;
}


.single-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4); /* koyuluk seviyesi */
    z-index: 2;
}


.single-slider > * {
    position: relative;
    z-index: 3;
}