#myVideo {

    width: 100%;
    height: 100%;

}

.swiper-slide {
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-slide .slider-card-box ,
.swiper-slide .slider-card-box-big{
    height: 100%;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.150);
    overflow: hidden;
    cursor: grab;
    position: relative;   
}
.slider-card-img {
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
 
.slider-card-img img {
    height: 100%;
    width: 100%;
    transition: .6s;
}

.slider-text {
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.699);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: .6s;
}

.slider-text h5 {
    color: #d09a49;
    font-weight: 600;
    letter-spacing: 1px;
}

.slider-text strong {
    letter-spacing: 1px;
}

.slider-text p {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 0 10px;
}

.swiper-slide .slider-card-box:hover .slider-text {
    bottom: 0;

}

.swiper-slide .slider-card-box:hover .slider-card-img img {
    transform: scale(1.2, 1.2);
}
.swiper-slide .slider-card-box-big:hover .slider-text {
    bottom: 0;

}

.swiper-slide .slider-card-box-big:hover .slider-card-img img {
    transform: scale(1.2, 1.2);
}

.swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.603);
    transition: .4s;

}

.swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.603);

    transition: .4s;

}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: #d09a49;
    font-size: 20px;
}

.swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.87);
}

.swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0.87);
}

.gal-img {
    overflow: hidden;
}

.gal-img div {
    position: relative;
    margin: 20px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.150);
}

.gal-img img {
    width: 100%;
    height: 300px;
    transition: .4s;
}

.gal-img img:hover {
    transform: scale(1.2, 1.2);
    opacity: 0.6;
}

.ftco-navbar-light .navbar-nav>.nav-item.cta>a:hover{
    background:  #28a745;
}

.image_width{
    width:80%;
    /* max-width:250px; */
}


@media screen and (max-width:768px) {
    .image_width{
        /* width:80%; */
        max-width:210px;
    }
}
@media screen and (max-width:680px) {
    .image_width{
        /* width:80%; */
        max-width:180px;
    }
}

@media screen and (max-width:480px) {
    .image_width{
        /* width:80%; */
        max-width:120px;
    }
}

@media screen and (max-width:380px) {
    .image_width{
        /* width:80%; */
        max-width:100px;
    }
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
}

@media screen and (max-width:768px) {
    #myTable tr ,td{
        font-size: 10px;
    }
    .btn-design {
        /* background: #D09A49; */
        border: none;
        color: #fff;
        padding: 5px 10px;
        /* font-size: 15px; */
        width: 100px;
        font-size: 10px;
        font-family: raleway;
        text-transform: uppercase;
        border-radius: 10px;
        display: inline-block;
      }
}

.table-primary tr,.table-primary td,.table-primary th {
    border: 1px solid white;
    font-size: 10px;
    padding: 3px !important;
    text-align: center;
}

.table-primary th{
    color: white;
}

.table-primary th{
    background: #3d86f6;
    max-width: 50px;
}

#all_room_table{
    display: block;
}





.card{
    background-color: rgb(230, 99, 11);
    /* border:1px solid black; */
    margin: 50px;
    position: relative;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    /* font-size: 50px; */
    text-align: center;
    width: 150px;
    height:140px;
    margin: auto;
    border-radius: 8px;
    z-index: 10;
}
.card-animate{
    animation:animate 2s linear infinite;
}

/* .card i{
    line-height: 100px;
    /* margin: 10px; 
} */

/* .card:before , .card:after{
    content: "";
    position: absolute;
    border:2px solid rgb(230, 99, 11);
    border-radius: 8px;
    left: -10px;
    right: -10px;
    top:-10px;
    bottom: -10px;
    animation:animate 1.5s linear infinite;
    opacity: O;
    z-index: 1;

} */
.card:after{
    animation-delay: 1s;
}
@keyframes animate {
   0%
    {
        transform:scale(1);
        box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
    }
    25%
    {
        transform:scale(.97);        
        box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
    }
    50%
    {
        transform:scale(.93);        
        box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
        
    }
     75%
    {
        transform:scale(.97);
        box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
    }
     100%
    {
        transform:scale(1);
        box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
    }
    
}


.Seating{
    font-size: 12px !important;
    margin-left: 5px;
}