/* ====================== 
	HOMEPAGE TWO STYLES. 
   ====================== */
.carousel-img-1:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: .4;
}

.carousel-img-2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: .4;
}

.carousel-img-3:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: .4;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  display: none;
}

.slider-btn{
    margin-top: 30px;
}

.inner-btn{
    display: inline-block;
    margin-right: 10px;
}

.front-boxes{
     z-index: 6; 
     position: relative;
}

.restaurant-welcome p{
    margin-bottom: 10px;
}

figure.img-bars img{
    width: 100%;
    transition: 0.3s;
}

figure.img-bars img:hover{
    width: 100%;
    border-top-left-radius: 0%;
    border-bottom-right-radius: 0%;
}

.shadow-box{
    box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    text-align: center;
    padding: 30px 10px 30px 10px;
    transition: 0.3s;
    background: #FFF;
}

.shadow-box figure.icon-caftering{
    background-image: url("../img/master/caftering.png");
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    transition: 0.3s;
}

.shadow-box figure.icon-events{
    background-image: url("../img/master/open-bar.png");
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    transition: 0.3s;
}

.shadow-box figure.icon-reservations{
    background-image: url("../img/master/reservation.png");
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    transition: 0.3s;
}

.shadow-box:hover{
    background: #a3633d;
}

.shadow-box:hover figure.icon-caftering{
    background-image: url("../img/master/caftering-white.png");
}

.shadow-box:hover figure.icon-events{
    background-image: url("../img/master/open-bar-white.png");
}

.shadow-box:hover figure.icon-reservations{
    background-image: url("../img/master/reservation-white.png");
}

.shadow-box p{
    line-height: 1.5;
    margin: 10px 0px 15px 0px;
    transition: 0.3s;
}

.shadow-box:hover p{
    color: #FFF;
}

.shadow-box h5{
    color: #333;
    transition: 0.3s;
}

.shadow-box:hover h5{
    color: #FFF;
}


.btn-panel .btn-custom {
  color: #a3633d;
  background-color: transparent;
  border-color: #a3633d;
  transition: 0.3s;
  padding: 6px 25px;
}

.btn-panel .btn-custom:hover {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

.btn-panel .btn-custom:focus, .btn-custom.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 64, 76, 0.5);
}

.shadow-box:hover .btn-panel .btn-custom{
  color: #a3633d;
  background-color: #FFF;
  border-color: #FFF;
  transition: 0.3s;
  padding: 6px 25px;
}

.front-bg-img{
    height: 300px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -220px;
    z-index: 5;
    overflow-x: hidden;
}

.front-bg-img:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .4;
}

@media (max-width:992px) {  
.restaurant-welcome{
    margin-bottom: 30px;
}
    
.center-box-2{
    margin: 20px 0px 20px 0px;
}
    
}

@media (max-width:576px) {  
.img-responsive{
    margin-bottom: 30px;
}
    
}
/* ==========================================
   MISKUT CARDS - MOBILE
========================================== */

@media screen and (max-width: 767px) {

    .miskut-services {
        width: 100% !important;
        padding: 40px 0 !important;
        margin: 0 !important;
    }

    .miskut-services-inner {
        display: flex !important;
        flex-direction: column !important;
        width: calc(100% - 30px) !important;
        margin: 0 auto !important;
        padding: 0 !important;
        gap: 25px !important;
    }

    .miskut-service-card {
        display: flex !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 35px 22px !important;

        flex: none !important;

        box-sizing: border-box !important;
    }

    .miskut-service-card:nth-child(3) {
        width: 100% !important;
        margin: 0 !important;
        grid-column: auto !important;
    }

}

/* =========================================================
   MISKUT CARDS - 768px TO 1024px
========================================================= */

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .miskut-services {
        width: 100% !important;
        padding: 55px 25px !important;
        margin: 0 !important;
    }

    .miskut-services-inner {
        display: grid !important;

        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

        width: 100% !important;
        max-width: 950px !important;

        margin: 0 auto !important;
        padding: 0 !important;

        column-gap: 25px !important;
        row-gap: 25px !important;
    }

    .miskut-service-card {
        display: flex !important;
        flex-direction: column !important;

        width: 100% !important;
        min-width: 0 !important;
        min-height: 420px !important;

        margin: 0 !important;
        padding: 40px 28px 35px !important;

        box-sizing: border-box !important;
    }

    /* THIRD CARD */
    .miskut-service-card:nth-child(3) {
        grid-column: 1 / -1 !important;

        width: calc(50% - 12.5px) !important;

        margin: 0 auto !important;
    }

    .miskut-service-text {
        width: 100% !important;
        max-width: 330px !important;
    }

    .miskut-service-text h3 {
        font-size: 21px !important;
        line-height: 1.35 !important;
    }

    .miskut-service-text p {
        font-size: 14px !important;
        line-height: 1.75 !important;
    }

    .miskut-service-btn {
        margin-top: auto !important;
    }
}


/* =========================================================
   EXACT 768px - EXTRA SPACE
========================================================= */

@media screen and (min-width: 768px) and (max-width: 800px) {

    .miskut-services {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .miskut-services-inner {
        column-gap: 20px !important;
        row-gap: 25px !important;
    }

    .miskut-service-card {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }
}


/* =========================================================
   1024px - THREE CARDS IN ONE ROW
========================================================= */

@media screen and (min-width: 1000px) and (max-width: 1024px) {

    .miskut-services {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .miskut-services-inner {
        display: grid !important;

        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

        max-width: 100% !important;

        column-gap: 22px !important;
        row-gap: 0 !important;
    }

    .miskut-service-card {
        width: 100% !important;
        min-height: 410px !important;

        padding: 38px 20px 32px !important;
    }

    .miskut-service-card:nth-child(3) {
        grid-column: auto !important;

        width: 100% !important;

        margin: 0 !important;
    }

    .miskut-service-text h3 {
        font-size: 19px !important;
    }

    .miskut-service-text p {
        font-size: 13px !important;
    }

    .miskut-service-btn {
        min-width: 145px !important;
    }
}