*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Roboto';
    overflow-x: hidden;
    scroll-behavior: smooth;
}
:root{
    --main-color:#6A011B;
    --shadow-black-100:0 5px 15px rgba(0,0,0,0.2);
    --text-color:#0f1213;
}

ul{
    list-style: none;
}

.section-10{
    margin-top: 10px;
}

.section-25{
    margin-top: 25px;
}

.section-30{
    margin-top: 30px;
}

.section-50{
    margin-top: 50px;
}

.section-40{
    margin-top: 40px;
}
.m-20{
    margin-top: 20px;
}
.section-20{
    margin-top: 30px;
}
.section-60{
    margin-top: 60px;
}
.heading{
    font-family: 'Teko';
    color: var(--text-color);
    font-size: 45px;
}

.section-c-50{
    margin-top: 40px;
}
.section-c-10{
    margin-top: 10px;
}

.v-section-50{
    margin-top: 50px;
}
.section-c-90{
    margin-top: 90px;
}

.in-house-text{
    color: #8E1029;
}

.in-house-text:hover{
    color: #8E1029;
}

button:focus{
    outline: none;
}
/*---------------Top Header----------------*/

.top-header{
    background: var(--main-color);
}
.top-head{
    margin-top: 20px;
    color: #fff;
}
.top-head ul li i{
    margin-right: 8px;
    font-size: 20px;
}
.top-head ul li{
    font-size: 17px;
}

/*--------------- Header----------------*/

.header-area{
    padding: 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: linear-gradient(180deg, rgba(0,0,0,4) 0%, rgba(0,0,0,0) 100%);
}

.fixed-top
{
      background-color: #000;
    transition: all 100ms;
    -webkit-transition: all 100ms;
    -moz-transition: all 100ms;
    -ms-transition: all 100ms;
    -o-transition: all 100ms;
    animation-name: example;
    animation-duration: 1000ms;
    box-shadow: 1px 1px 1px#CCC;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    animation: fadeInUp all 0.5s;
}

/*--------------- Header----------------*/
.navbar{
    padding-top: 0px;
}
.navbar .nav-item .nav-link{
    color: #fff;
    margin-right: 20px;
    transition: all 0.5s;
    position: relative;
    text-transform: uppercase;
    font-family: 'Rufina';
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    font-weight: 300;
    display: inline-block;
    overflow: hidden;
    padding: 0 10px;
    height: 1.3em;
}
.navbar .nav-item .nav-link.active {
    font-weight: 900;
    color: #ff0000;
}

.navbar-brand{
    padding-top: 0px;
}
.navbar .nav-item .nav-link span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.navbar .nav-item .nav-link span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 900;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.navbar .nav-item .nav-link:hover span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
    color: #ffffff;
}

.navbar-toggler{
    background: #ffffff;
}

.covid-btn{
    background: #8E1029;
    color: #ffffff;
    padding: 2px 20px;
    border-radius: 30px;
    margin-top: -10px;
    transition: all 0.3s ease-in;
}
.covid-btn:hover{
    background: #ffffff;
    color: #8E1029;
    padding: 2px 20px;
}

.covid-btn:hover a{
    color: #8E1029;
}
.covid-btn a{
    color: #ffffff;
    font-weight: 400;
    transition: all 0.3s ease-in;
}

/*--------------- Slider----------------*/
.slide{
    width: 100%;
    position: relative;
}

.effect{
    background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    height: 100px;
    position: relative;
    margin-top: -290px;
    z-index: 999;
}

/*--------------- Welcome----------------*/
.welcome{
    background: #000000;
    color: #ffffff;
    padding: 25px;
}

.welcome h1{
    font-family: 'Sail';
    font-size: 50px;
    margin-bottom: 30px;
}

.welcome p{
    font-size: 17px;
    font-weight: 300;
}
.custom-row-image{
    background-position: center 21px;
    background-repeat: no-repeat;
    left: 50%;
    position: absolute;
    width: 200px;
    height: 130px;
    transform: translateX(-50%);
    z-index: 100;
    background: black;
    text-align: center;
    border-radius: 0px 0px 100px 100px;
    margin-top: -90px;
}

.custom-row-image img{
    margin-top: 50px;
    animation:  down-arrow 3s ease-in-out infinite;
}

@keyframes down-arrow {
    0%   { transform:translate(0,-15px); opacity: 1;  }
    50%  { opacity: 1;  }
    100% { transform:translate(0,15px); opacity: 1; }
  }


.v{
    background: #000000;
}

/*--------------- Wave Effect----------------*/
.wave-effect {
    position: relative;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 150px;
    overflow: hidden;
   margin-top: -90px;
}
.waves-shape.shape-one {
    z-index: 15;
    opacity: 0.5;
}

.waves-shape {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wave-one {
    background-image: url(../images/wave-1.png);
    background-size: 50% 100px;

}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waves-shape.shape-two {
    z-index: 10;

}
.wave-two {
    background-image: url(../images/wave-2.png);
    background-size: 50% 120px;
}

.waves-shape.shape-three {
    z-index: 5;
}

.wave-three {
    background-image: url(../images/wave-3.png);
    background-size: 50% 100px;
}

.wave-anim .wave-two {
    -webkit-animation: move-wave 10s linear infinite;
    -moz-animation: move-wave 10s linear infinite;
    animation: move-wave 20s linear infinite;
}
.wave-anim .wave-three {
    -webkit-animation: move-wave 15s linear infinite;
    -moz-animation: move-wave 15s linear infinite;
    animation: move-wave 25s linear infinite;
}

@keyframes move-wave{
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}

/*--------------- Wave Effect End----------------*/

/*--------------- Events----------------*/
.events{
    background: #000000;
    padding: 30px 0px;
    color: #ffffff;
}

.title{
    font-family: 'Rufina';
    color: #000;
}

.event-text h3{
    font-family: 'Rufina';
}

.event-text-1 h3{
    font-family: 'Rufina';
}

.event-text-2 h3{
    font-family: 'Rufina';
}

.event-text p{
    font-weight: 300;
    font-size: 15px;
    margin-top: 25px;
}

.event-text-1 p{
    font-weight: 300;
    font-size: 15px;
    margin-top: 25px;
}
.event-text-2 p{
    font-weight: 300;
    font-size: 15px;
    margin-top: 25px;
}
.event-main{
    padding: 45px 45px 0px 45px;
}

.e-1{
    position: relative;
    bottom: 15px; 
}

.e-2{
    position: relative;
    bottom: 130px;
    left: 60px;
}

.e-3{
    position: relative;
    bottom: 255px;
    right: 60px;
}
.e-3 img{
    position: relative;
    
}
.event-img{
    position: relative;
    margin: auto;
    transition: all 0.4s ease-in-out 0s;
    overflow: hidden;
}
.event-img .content-overlay {
    background: rgba(0,0,0,0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }

  .event-img:hover .content-overlay{
    opacity: 1;
  }
  
.section-c-30{
    margin-top: 30px;
}

 .card .show{
    border-left: 3px solid #8E1029;

 }
/*--------------- Video ----------------*/
.video{
    padding: 40px;
    background: #000000;
    position: relative;
}


.play-btn {
    position: absolute;
    display: inline-block;
    height: 100px;
    width: 100px;
    background-color: #6A011B;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    transition: all 0.3s ease 0s;
    animation: none;
 
}
.play-btn i{
    font-size: 25px;
    color: #ffffff;
    line-height: 100px;
}
.btn-circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: #6A011B;
}

.play-animation {
    -webkit-animation: grow 3s infinite;
    animation: grow 3s infinite;
}

.animation-short {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.video-circle img{
    position: relative;
}


@keyframes grow{
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

/*--------------- Venue----------------*/
.venue{
    margin-top: 70px;
    padding: 30px;
    margin-bottom: 100px;
}


.card-header{
    background: #ffffff;
    padding: 0px;
}

.box{
    background: #fff;
    height: auto;
    width: 60px;
    font-size: 27px;
    color: #000;

    border: none;
}
.card {
    margin-bottom: 20px;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 20px;
    border: none;
 
}

.venue .card .card-header .btn{
    padding: 25px 0px;
}
.card-header{
    border-bottom: none;
}
.card .btn-link{
    color: #000 !important;
    font-size: 25px;
    margin-left: 40px;
    text-decoration: none;
    font-family: 'Rufina';
}

.card  button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.card-body{
    padding: 14px 20px 30px 20px;
}
.card-body ul{
    display: flex;
    margin-left: 12px;
    list-style: none;
    align-content: left; 
}

.card-body ul li{

    font-size: 18px;
    font-weight: 500;
}

.line{
    height:auto;
    width: 1px;
    background: #000000;
}
.line-1{
    height:1px;
    width: auto;
    background: #000000;
    margin-bottom: 25px;
}
.card-t-1{
    text-align: left;
    margin-right: 50px;
}
.card-t-2 {
    text-align: center;
    margin: 0px 50px;
}

.card-t-3 {
    text-align: right;
    margin-left: 20px;
}

.card-t-1 p{
    font-family: 'Rufina';
    font-size: 18px;
}

.card-t-1,.card-t-2,.card-t-3{
    font-family: 'Rufina';
}
.card-t-1 .text-1,.card-t-2 .text-1,.card-t-3 .text-1{
    font-family: 'Roboto';
    font-size: 17px;
    font-weight: 400;
    text-align: left;
}

.venue-btn
{
   color: #000000;
   font-family: 'Rufina';
   font-size: 18px;
   text-decoration: underline;
   margin: 30px 0px;
}

.venue-btn:hover{
    color: #6A011B;
}

.venue-carousel .owl-nav button.owl-prev i{
    padding-right: 8px;
    position: absolute;
    font-size: 30px;
    color: #fff;
    top:40%;
    left: 3%;
}

.venue-carousel .owl-nav button.owl-next i{
    padding-left: 8px;
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    top:40%;
    right: 3%;
}

/*--------------- Wave Effect----------------*/
.wave-effect {
    position: relative;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 150px;
    overflow: hidden;
   margin-top: -90px;
}
.waves-shape.shape-1 {
    z-index: 15;
    opacity: 0.5;
}

.waves-shape {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wave-1 {
    background-image: url(../images/wave-1-1.png);
    background-size: 50% 100px;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waves-shape.shape-2 {
    z-index: 10;

}
.wave-2 {
    background-image: url(../images/wave-2-2.png);
    background-size: 50% 120px;
}

.waves-shape.shape-3 {
    z-index: 5;
}

.wave-3 {
    background-image: url(../images/wave-3-3.png);
    background-size: 50% 100px;
}

.wave-anim .wave-2{
    -webkit-animation: move-wave 10s linear infinite;
    -moz-animation: move-wave 10s linear infinite;
    animation: move-wave 20s linear infinite;
}
.wave-anim .wave-3 {
    -webkit-animation: move-wave 15s linear infinite;
    -moz-animation: move-wave 15s linear infinite;
    animation: move-wave 25s linear infinite;
}

@keyframes move-wave{
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}


.custom-row-image-1{
    background-position: center 21px;
    background-repeat: no-repeat;
    left: 50%;
    position: absolute;
    width: 200px;
    height: 130px;
    transform: translateX(-50%);
    z-index: 100;
    background: black;
    text-align: center;
    border-radius: 100px 100px 0px 0px;
    margin-top: -130px;
}

.custom-row-image-1 img{
    margin-top: 50px;
   
}

.custom-row-image-3{
    background-position: center 21px;
    background-repeat: no-repeat;
    left: 50%;
    position: absolute;
    width: 200px;
    height: 130px;
    transform: translateX(-50%);
    z-index: 100;
    background: black;
    text-align: center;
    border-radius: 100px 100px 0px 0px;
    margin-top: -130px;
}

.custom-row-image-3 img{
    margin-top: 50px;
   
}

@keyframes down-arrow {
    0%   { transform:translate(0,-15px); opacity: 1;  }
    50%  { opacity: 1;  }
    100% { transform:translate(0,15px); opacity: 1; }
  }
/*--------------- Wave Effect End----------------*/

/*--------------- Menu Start----------------*/

.menu{
    background-image: url(../images/menu-bg.png);
    height: 100%;
    background-repeat: no-repeat;
    padding: 60px 50px 200px 50px;
    background-size: cover;
    background-position: center center;
}

.menu-box{
    background:#ffffff;
    padding: 30px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 90px;
    transition: all 0.5s ease-in-out;
        margin: 110px 17px 0px 17px;
    text-align: center;
    height: 230px;
}


.menu-box img{
    margin: 0 auto;
}

.i-1{
   display: block;
   transition: all 0.5s ease-in-out;
}
.i-2{
   display:none;
   transition: all 0.5s ease-in-out;
}
.menu-box:hover{
    background:#8E1029;
}
.menu-box:hover .i-1{
    display: none;
 }
.menu-box:hover .i-2{
   display: block;
}


.menu-box h4{
    margin-top: 20px;
    font-family: 'Rufina';
}

.menu-box:hover h4{
    color: #ffffff;
}

.menu-box-1{
    background:#8E1029;
    padding: 30px;
    margin-top: 90px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.menu-box-1 h4{
    margin-top: 20px;
    font-family: 'Rufina';
    color: #ffffff;
}
.menu-btn{
    display: flex;
    justify-content: left;
    margin-left: 270px;
}
.menu .btn{
    background: #8E1029;
    padding: 10px 30px;
    border: none;
    border-radius: 30px;
    margin-top: 40px;
    transition: all 0.3s ease-in;
    font-family: 'Rufina';
}
.menu .btn:hover{
    background: #000000;
    color:#ffffff;
}
.menu-i-1{
    position: absolute;
    z-index: 11;
    top: 20%;
}

.testimonial{
    background-image: url(../images/testi-bg.png);
    height: 100%;
    background-repeat: no-repeat;
    padding: 100px;
    color: #ffffff;
    background-position: top right;
    background-size: cover;

}

.testimonial .title{
    font-size: 30px;
}

.testi-main p{
    margin-top: 30px;
}

.testi-main .img-1{
    margin-top: 8px;
}

.testi-main h6{
    margin-top: 15px;
}

.testi-carousel .owl-item img {
    display: block;
    width: 15%; 
}

.testi-carousel .owl-nav button.owl-prev i {
    padding-right: 50px;
    margin-top: 40px;
}


/*--------------- Menu end----------------*/

footer{
    background: #000000;
    padding: 40px 0px 40px 80px;
    color: #fff;

}
.footer-deatil p{
    margin-bottom: 10px;
    color: #fff;
}

.footer-deatil a{
    color: #ffffff;
    font-weight: 300;
    text-decoration: none;
 
}

.footer-deatil-1 p{
    margin-bottom: 10px;
    color: #fff;
}

.footer-deatil-1 a{
    color: #ffffff;
    font-weight: 300;
    text-decoration: none;
 
}

.footer-img{
    margin: 0px 2px;
}

.footer-main{
  text-align: center;
  right: 3%;
}

.footer-main .logo{
    margin-top: -80px;
}

.footer-main p{
    margin-top: 50px;
}

.w-100 {
    width: 100%!important;
}

.about-us{
   padding: 60px 60px 110px 60px;
}

.about-1 .wave-effect{
    margin-top: -150px;
}

.inner-tittle {
    font-family: 'Rufina';
    text-align: center;
}

.about-img img{
  margin-top: 70px;
}

.about-img{
    position: relative;
    z-index: 1;
}
.about-img-1{
    position: relative;
    z-index: 1;
}

.about-img-1 img{
    margin-top: 30px;
    margin-left: 100px;
  }
.about-text{
  background: rgb(226, 226, 226);
    color: #000;
    padding: 40px 80px 30px 90px;
    font-weight: 400;
    position: relative;
    right: 160px;
    width: 115%;
    border-right: 5px solid #8E1029;
    
   
}

.about-text-1{
    background: rgb(226, 226, 226);
      color: #000;
      padding: 40px 150px 30px 50px;
      font-weight: 400;
      position: relative;
      width: 120%;
      left: 20px;
      border-left: 5px solid #8E1029;
  }

.about-text p{
    font-weight: 400;
    font-size: 16px;
}

/*--------------- Serices Start----------------*/

.services{
    background: #000000;
    color: #ffffff;
    padding: 25px 0px 90px 0px;
}

.bar-service{
    margin-bottom: 40px;
}
.service-text{
    padding-left: 0px;
}
.service-text h2{
    font-family: 'Rufina';
    margin-bottom: 30px;
}

.service-text-1-m h2{
    font-family: 'Rufina';
    margin-bottom: 30px;
}

.service-text p{
    font-weight: 300;
    margin-bottom: 17px;
}

.service-text-1{
    padding-right: 0px;
}
.service-text-1 h2{
    font-family: 'Rufina';
    margin-bottom: 30px;
    text-align: right;
}

.service-text-1 p{
    font-weight: 300;
    margin-bottom: 17px;
    text-align: right
}
.service-1{
    color: #ffffff;
    padding: 50px 0px 50px 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background: #000000;
}

.v{
    background: url(../images/bar1.jpg);
    color: #ffffff;
    padding: 80px 0px 80px 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;

}
.bar-service h2{
    font-family: 'Rufina';
}

.bar-service img{
    margin-bottom: 20px;
}


.section-pr-40{
    padding-right: 60px;
}

.service-2{
    color: #ffffff;
    background-image: url(../images/visual-audio.jpg);
    padding: 90px 50px 90px 50px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.service-text-2{
    background: #ffffff;
    color: #000000;
    padding: 50px  40px 40px 40px;
    transition: .65s;
    position: relative;

}
.service-text-2:hover
{
    background-position-y: 0px;
    transform: translateY(-15px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.service-text-2 h2{
    font-family: 'Rufina';
    margin-bottom: 30px;
}

.service-text-2 .btn{
    background: #8E1029;
    padding: 8px 30px;
    border: none;
    border-radius: 30px;
    margin-top: 20px;
    font-family: 'Rufina';
    color: #ffffff;
}
.service-text-2 .btn:hover{
    color: #ffffff;
    background: #000 ;
    padding: 8px 30px;
    border: none;
    border-radius: 30px;
    margin-top: 20px;
    font-family: 'Rufina';
}

.service-text-2:before {
    position: absolute;
    width: 0;
    height: 2px;
    content: "";
    background: #fff;
    top: -2px;
    left: -2px;
    transition: 100ms width ease 300ms;
    -web-kit-transition: 100ms width ease 300ms;
  }

.serivce-box{
    background: #ffffff;
    color:#000000;
    padding: 30px;
    margin-top: 30px;
    height: 240px;
}

.s-icon{
    margin-right: 20px;
}

.s-text h2{
    font-family: 'Rufina';
    color: #8E1029;
    font-size: 28px;
      
}

.s-text p{
   margin-bottom: 0px;
      
}

.venue-btn .btn{
    background: #8E1029;
    padding: 8px 30px;
    border: none;
    border-radius: 30px;
    margin-top: 0px;
    font-family: 'Rufina';
    color: #ffffff;
}

.venue-btn .btn:hover{
    color: #8E1029;
    background: #ffffff;
    padding: 8px 30px;
    border: none;
    border-radius: 30px;
    margin-top: 0px;
    font-family: 'Rufina';
}
.event-main a{
    color: #fff;
    text-decoration: none;
}

.about-1-text{
    padding-left: 0px;
}
.about-1-text h2{
    font-family: 'Rufina';
    margin-bottom: 30px;
}

.about-1-text p{
    font-weight: 300;
    margin-bottom: 17px;
}
.staff-1{
    color: #ffffff;
    background-image: url(../images/hotel-staff.jpg);
    padding: 90px 50px 90px 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.staff{
    color: #ffffff;
    background-image: url(../images/menu-inner-bg.jpg);
    padding: 90px 50px 90px 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

/*--------------- Resrvation Start----------------*/

.reservation{
    background: #000000;
    color:#ffffff;
    padding: 15px 0px 100px 0px;
}



.reservation-form{
    padding: 39px 80px 18px 80px;
    background: rgba(100, 100, 111, 0.2);
}
.reservation-form .form-control{
    border:none;
    border-radius: 0px;
    font-family: 'Rufina';
    transition: 0.6s all ease-in-out;
}

.reservation-form .form-control:hover{
    background: #8E1029;
    color: #ffffff;
}


.form-control {
    width: 100%;
    padding: 10px;
    margin-right: 20px;
}
.res-btn .btn{
    color: #fff;
    font-family: 'Rufina';
    font-size: 18px;
    background: #8E1029;
    padding: 8px 30px;
    border: none;
    border-radius: 30px;
    margin-top: 10px;
    transition: all 0.3s ease-in;
}

.res-btn .btn:hover{
    color: #8E1029;
   background: #ffffff;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.9rem + 2px);
}
.form-control:hover::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1; /* Firefox */
}

.form-control:hover:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;;
}

.form-control:hover::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
}

select.form-control:hover{
    color: #ffffff;
}

/*--------------- Location Start----------------*/

.location{
    background: #000000;
    color:#ffffff;
    padding: 15px 0px 80px 0px;
}

.location-box{
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    border-top: 5px solid #8E1029;
  
    width: 275px;
    height: 190px;

}

.location-box-1{
    padding: 40px 20px;
    background: #ffffff;
    text-align: center;
   
    border-bottom: 5px solid #8E1029;
    color:#000000;
    width: 275px;
    height: 190px;
}
.location-box i{
    font-size: 30px;
    color: #8E1029;
    margin-bottom: 20px;
}

.location-box p{
    margin-bottom: 0px;
    font-size: 15px;
    
}

.location-box-1 i{
    font-size: 30px;
    color: #8E1029;
    margin-bottom: 20px;
}

.location-box-1 p{
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
}

.gallery{
    background: #000000;
    color:#ffffff;
    padding: 15px 50px 100px 50px;
    
}
.g-1 {
    margin:20px 10px;
}

.content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
  }
  
  .content .content-overlay {
    background: rgba(142,16,41, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .content:hover .content-overlay{
    opacity: 1;
  }
  
  .content-image{
    width: 100%;
  }
  
  .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }
  
  .content-details p{
    color: #fff;
    font-size: 0.8em;
  }
  
  .fadeIn-bottom{
    top: 80%;
  }
  
  .fadeIn-top{
    top: 20%;
  }
  
  .fadeIn-left{
    left: 20%;
  }
  
  .fadeIn-right{
    left: 80%;
  }

  .menus{
    padding: 40px 0px 90px 0px;
    background: #000000;
    color: #ffffff;
  }

  .menus-1{
    padding: 40px 0px 100px 0px;
    background: #000000;
    color: #ffffff;
  }

  .menus-1{
    padding: 40px 50px 90px 50px;
    background:#000000;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    color: #ffffff;
  }


  .menus-img{
    position: relative;
    margin: auto;
    overflow: hidden;
    transition: all 0.65s;
  }
  .menus-img:hover img{
    transition: all 20s ease 0s;
    transform: scale(3) rotate(45deg);
  }
  .menus-box:hover p{
    background: rgba(0,0,0,0.7);

  }

  .menus-box .content-overlay {
    background: rgba(0,0,0,0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;

  }

  .menus-text{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #ffffff;
      width: 100%;
      text-align: center;
  }

  .menus-text p{
    font-size: 25px;
  }

  .menus-title h2{
    font-family: 'Rufina';
  }

  .menu-i{
    background: #f2f1ef ;
    color: #000000;
    padding: 30px;
   
  }

  .menu-i p{
      margin-bottom: 0px;
  }

  .menu-i h3{
   font-size: 24px;
   font-family: 'Rufina';
   color: #8E1029;

}

  .m-box{
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 15px;
    margin-top: 20px;
    border-left: 3px solid #8E1029;
  }
  .m-box h4{
    font-size: 20px;
    font-family: 'Rufina';
    color: #8E1029; 
  
  }

  .m-box-1{
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 15px;
    margin-top: 20px;
    border-right: 3px solid #8E1029;
    text-align: right;
  }
  .m-box-1 h4{
    font-size: 20px;
    font-family: 'Rufina';
    color: #8E1029; 
  
  }

  .mm-1{
      margin-top: 20px;
  }

  .mm-2
  {
    padding: 0px 15px;
    display: flex;
    margin-bottom: 0px;
    flex-wrap: wrap;
  
  }
  .mm-2 li{
    margin-right: 30px;
    
  }
  .mm-2 li::before {
    content: "\2022";
    color: #8E1029;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}


  .card .card-header .btn{

    text-decoration: none;

  }
  .card .card-header .btn:after{
    content: '-';
    font-size:35px;
  }

  
  .card .card-header .btn.collapsed:after {
    content: '+';
    font-size: 35px;
 
  }

  .c-1:after{
    margin-left: 85px;

  }
  .c-2:after{
    margin-left: 140px;

  }

  .menu-i h2{
    font-family: 'Rufina';
    color: #8E1029; 
   
  }

  .menu-info{
      padding: 40px;
      background: #fff;
      color: #000000;
      margin-top: 30px;
      border-left: 3px solid #8E1029;
      border-right: 3px solid #8E1029;
      box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
  }

  .menu-info h3{
    font-family: 'Rufina';
    color: #8E1029; 
    font-weight: 600;
  }

  .menu-info p{
      font-size: 25px;
      margin-top: 10px;
      margin-bottom: 0px;
  }

  .menu-info i{
    color: #8E1029; 
    margin-right: 5px;
  }

  .facilities{
    background: #000000;
    color:#ffffff;
    padding: 15px 50px 50px 50px;
    
  }

  .f-text h2{
    font-family: 'Rufina'; 
    font-size: 30px;
  }

  .f-text p{
    font-weight: 300;
    margin-top: 30px;

  }

  .f-img{
    position: relative;
    margin-top: 30px;
    transition: all 0.4s ease-in-out 0s;
    overflow: hidden;

}
.f-img .content-overlay {
    background: rgba(0,0,0,0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }

  .f-img:hover .content-overlay{
    opacity: 1;
  }

  .f-img::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #ffffff;
    content: '';
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
  }

  
  .f-img:hover::before {
    opacity: 1;
  }

  .f-bottom{
      background: #ffffff;
      color: #000000;
      text-align: center;
      padding: 40px;
      font-family: 'Rufina'; 
      transition: all 0.4s ease-in-out 0s;
  }

  .f-bottom:hover{
    background: #8E1029;
    color: #ffffff;
  }
  .f-r{
      padding-left: 60px;
      margin-top: 90px;
  }

  .f-l{
    padding-right: 60px;
    margin-top: 90px;
}

.facilities a{
    text-decoration: none;
    color: #ffffff;
}

.f-main{
    margin-top: 30px;
    font-family: 'Roboto';
    text-align: center;
    font-weight: 300;
}


.facilities-main-l{
    color: #ffffff;
    background-image: url(../images/main-lobby.jpg);
    padding: 90px 50px 90px 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.lobby-text {
    background: #ffffff;
    color: #000000;
    padding: 50px 40px;
    transition: all 0.4s ease-in;
}

.lobby-text a{
    color: #000000;
    text-decoration: none;
}

.lobby-text:hover{
    background: #8E1029;
    color: #000000;
}

.lobby-text p{
    transition: all 0.4s ease-in;
    margin-bottom: 0px;
}
.lobby-text:hover h2{
    color: #ffffff;
    transition: all 0.4s ease-in-out 0s;
}

.lobby-text:hover p{
    color: #ffffff;
}


.lobby-text h2{
    font-family: 'Rufina';
    color: #8E1029; 
}

.lobby-text p{
  margin-top: 20px;
}

.facilities-mackenzie{
    color: #ffffff;
    background-image: url(../images/mackenzie-ballrooms.jpg);
    padding: 90px 50px 90px 50px;
    background-repeat: no-repeat;
    background-size: cover;
}
.ff{
    transition: all 0.4s ease-in-out 0s;
}
.ff:hover h2{
    color: #8E1029; 
}

.facilities-main-c{
    color: #ffffff;
    background-image: url(../images/champlain-room.jpg);
    padding: 90px 50px 90px 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.f-bottom a{
    color: #000000;
}

.f-bottom a:hover{
    color: #ffffff;
}

.wave-effect {
    position: relative;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 150px;
    overflow: hidden;
   margin-top: -90px;
}
.waves-shape.shape-11 {
    z-index: 15;
    opacity: 0.5;
}

.waves-shape {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wave-11 {
    background-image: url(../images/wave-1-11.png);
    background-size: 50% 100px;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waves-shape.shape-21 {
    z-index: 10;

}
.wave-21 {
    background-image: url(../images/wave-2-21.png);
    background-size: 50% 120px;
}

.waves-shape.shape-31 {
    z-index: 5;
}

.wave-31 {
    background-image: url(../images/wave-3-31.png);
    background-size: 50% 100px;
}

.wave-anim .wave-21{
    -webkit-animation: move-wave 10s linear infinite;
    -moz-animation: move-wave 10s linear infinite;
    animation: move-wave 20s linear infinite;
}
.wave-anim .wave-31 {
    -webkit-animation: move-wave 15s linear infinite;
    -moz-animation: move-wave 15s linear infinite;
    animation: move-wave 25s linear infinite;
}

@keyframes move-wave{
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}


.menu-v{
    text-decoration: none;
    color: #000000;
}

.menu-v:hover{
    text-decoration: none;
    color: #000000;
}
.menus-title h2{
    color: #ffffff;
}

.menu-box-11{
    background:#ffffff;
    padding: 30px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.5s ease-in-out;;
    width: 250px;
    text-align: center;
    height: 230px;
}

.menu-box-11 img{
    margin: 0 auto;
}

.i-1{
   display: block;
   transition: all 0.5s ease-in-out;
}
.i-2{
   display:none;
   transition: all 0.5s ease-in-out;
}
.menu-box-11:hover{
    background:#8E1029;
}
.menu-box-11:hover .i-1{
    display: none;
 }
 .menu-box-11:hover .i-2{
   display: block;
}


.menu-box-11 h4{
    margin-top: 20px;
    font-family: 'Rufina';
}

.menu-box-11:hover h4{
    color: #ffffff;
}


.menus-title-11 h2{
    font-family: 'Rufina';
    color: #ffffff;
    text-align: right;
}

.custom-row-image-2{
    background-position: center 21px;
    background-repeat: no-repeat;
    left: 50%;
    position: absolute;
    width: 200px;
    height: 130px;
    transform: translateX(-50%);
    z-index: 100;
    background: #ffffff;
    text-align: center;
    border-radius: 100px 100px 0px 0px;
    margin-top: -130px;
}

.custom-row-image-2 img{
    margin-top: 50px;
}

.inner-tittle  i{
    margin-top: 15px;
    font-size: 30px;
}


.lobby-btn .btn{
    background: #8E1029;
    padding: 8px 30px;
    border: none;
    border-radius: 30px;
    margin-top: 15px;
    font-family: 'Rufina';
    color: #ffffff;
}

.lobby-btn .btn:hover{
    color: #8E1029;
    background: #ffffff;
}


.lobby-btn-1 .btn{
    background: #8E1029;
    padding: 10px 60px;
    border: none;
    border-radius: 30px;
    margin: 40px 0px 40px 0px;
    font-family: 'Rufina';
    color: #ffffff;
    font-size: 25px;
}

.lobby-btn-1 .btn:hover{
    color: #8E1029;
    background: #ffffff;
}


.service-carousel .owl-nav{
    position: relative;
    margin-top: 30px;
    margin-left: 15px;

} 
.service-carousel .owl-nav button.owl-prev{
    background:#8E1029 ;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    color: #ffffff;
    line-height: 10px;
    text-align: center;
    margin-right: 20px;
    border: none;
}
.service-carousel .owl-nav button.owl-prev i{
    position: relative;
}

.service-carousel .owl-nav button.owl-next{
    background:#8E1029 ;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    color: #ffffff;
    line-height: 10px;
    text-align: center;
    margin-right: 20px;
    border: none;
}
.service-carousel .owl-nav button.owl-next i{
    position: relative;

}
.service-carousel button:focus{
    outline: none;
}

.service-carousel .item a{
    text-decoration: none;
    color: #000000;
}

.bar-img{
    position: relative;
    overflow: hidden;
}
.bar-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 40px 50px;
    transition: all 0.65s;
}

.bar-text h3{
    font-family: 'Rufina';
    margin-bottom: 25px;
    transition: all 0.65s;
    font-size: 30px;
}

.bar-text p{
    font-weight: 300;
    font-size: 18px;
}

.bar-text:hover{
    background: rgba(0,0,0,0.5);
    padding: 40px 50px;
}
.bar-text:hover h3{
   color: #8E1029;
   font-size: 30px;
}



.js-default-carousel .owl-nav button.owl-prev i{
    position: absolute;
    margin-top: -350px;
    color: #ffffff;
    left: 5%;
    font-size: 40px;

}



.js-default-carousel .owl-nav button.owl-next i{
    position: absolute;
    margin-top: -350px;
    color: #ffffff;
    right: 5%;
    font-size: 40px;
}

.covid{
    background: #000000;
    color: #ffffff;
    padding: 25px 0px 90px 0px;
}


.q-box{
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
    padding: 30px 30px;
    margin-top: 20px;
    border-left: 3px solid #8E1029;
    color: #000000;
}

.q-box h4{
    color: #8E1029;
    margin-bottom: 20px;
}

.q-box p{
    margin-bottom: 15px;
}


.covid-form{
    padding: 45px;
    background: rgba(100, 100, 111, 0.2);
    margin-top: 20px;
}
.covid-form .form-control{
    border:none;
    border-radius: 0px;
    font-family: 'Rufina';
    transition: 0.6s all ease-in-out;
}

.covid-form.form-control:hover{
    background: #8E1029;
}


.form-control {
    width: 100%;
    padding: 10px;
    margin-right: 20px;
}
.res-btn .btn{
    color: #fff;
    font-family: 'Rufina';
    font-size: 18px;
    background: #8E1029;
    padding: 8px 30px;
    border: none;
    border-radius: 30px;
    margin-top: 10px;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.9rem + 2px);
}
.form-control:hover::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1; /* Firefox */
}

.form-control:hover:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;;
}

.form-control:hover::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
}

select.form-control:hover{
    color: #ffffff;
}
hr{
    border-top: 1px solid #fff;
}

.footer-deatil-1 h5{
    margin-bottom: 24px;
    color: #8E1029;
    
}

.footer-deatil h5{
    margin-bottom: 24px;
    color: #8E1029;
    
}
.s-media li{
    margin-bottom: 8px;
}
.s-media li a{
    transition: all 0.4s ease 0s;
    border-bottom: 2px solid #000;
    font-weight: 400;
}
.s-media li a:hover{
    color: #8E1029;
    border-bottom: 2px solid #8E1029;
    margin-left: 8px;
}
.footer-deatil-1 p{
    transition: all 0.4s ease 0s;
}
.footer-deatil-1 p:hover{
    color: #8E1029; 
    margin-left: 8px;
}
.footer-deatil-1 p a{
    transition: all 0.4s ease 0s;
}
.footer-deatil-1 p a:hover{
    color: #8E1029; 
    margin-left: 8px;
}

.f-b-text{
    color: #8E1029; 
    text-decoration: none !important;
    font-weight: 500;
}

.f-b-text:hover{
    color: #8E1029; 
}
.slide .carousel-item{
    height: 1050px;
}
.top-slider{
    width: 100%;
}
.s-m-img{
    display: none;
}
/* Preloader */
.preloader {
    position:absolute; text-align:center; padding-top:18%;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #272727;
    background-position: center center;
    /*background-repeat: no-repeat;
    background-image: url(../images/preloader.gif);*/
  }
  
  @media only screen and (max-width: 600px) {
  .preloader {
     padding-top:38%;}
  }
  
  .lds-ripple {
      display: inline-block;
      position: relative;
      width: 80px;
      height: 80px;
  }
  
  .lds-ripple div {
      position: absolute;
      border: 4px solid #fff;
      opacity: 1;
      border-radius: 50%;
      animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
 

  .covid-form-btn{
    background: #8E1029;
    color: #ffffff;
    padding: 11px 42px;
    transition: all 0.3s ease-in;
    border: none;
}
.covid-form-btn:hover{
    background: #ffffff;
    color: #8E1029;
}
/* ----------------------------------
    67. Preloader CSS
-------------------------------------*/
#loading {
    background-color: #272727;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 9999999999999999999999999;
  }
  #loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 999999999999999999999;
  }
  #loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }

  
.testi-carousel h6{
    color: #8E1029;
}
  
.mobile-1{
    display: block;
}

.mobile-2{
    display: none;
}

.section-60-m{
    margin-top: 60px;
}

.south-indain{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.table{
    margin-bottom: 0px;
}
.table .table {
    background-color: transparent !important;
}

.table td{
    border-top:none;
}

.btn:focus{
    box-shadow: none;
}


.thank-btn .btn{
    background: #8E1029;
    padding: 10px 40px;
    border: none;
    border-radius: 30px;
    transition: all 0.3s ease-in;
    font-family: 'Rufina';
    font-size: 22px;
}
.thank-btn .btn:hover{
    background: #000000;
    color:#ffffff;
}
/*--------------- Media Queries ----------------*/




@media screen and (min-width:320px) and (max-width:767px){
    
}


@media (min-width: 2048px) {
    .effect{
        background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        height: 100px;
        position: relative;
        margin-top: -90px;
        z-index: 999;
    }
}

@media screen and (max-width:991px){
    .header-area {
        padding: 0px 0px 10px 0px;
        position:relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: #000000;
    }

    .covid-btn{
        margin-top: 15px;
    }
    .navbar-nav {
        margin-top: 10px;
    }
    .slide .carousel-item {
        height: 100%;
        margin-bottom: -10px;
    }
    
    .welcome{
        padding: 20px 10px 0px 20px;
    }
    .venue{
        margin-top: 50px;
        margin-bottom: 70px;
    }

   
    .c-1:after {
        margin-left: 320px;
    }
    .c-2:after {
        margin-left: 370px;
    }

    .mobile-1{
        display: none;
    }
    
    .mobile-2{
        display: block;
    }

    .event-main {
        padding: 0px 45px 0px 45px;
    }

    .menu{
        padding: 60px 25px 120px 25px;
    }
    .menu-btn{
        margin-left: 0px;
        justify-content: center;
    }

    .menu-box{
        height: 100%;
    }

    .service-carousel .owl-item img {
        width: 15% !important;
    }

    .m-section-30{
        margin-top: 30px;
    }
    .testimonial {
        background: #917761;
        padding: 30px;
    }
    .v-section-50{
        margin-top: 25px;
    }

    .footer-main .logo {
        margin-top: 15px;
        margin-left: 0px;
    }

    .footer-main{
        text-align: left;
    }
    .footer-img {
        margin: 0px 2px 0px 2px;
    }
    .footer-main p {
        margin-top: 20px;
        margin-left:20px ;
    }
    .f-m-section-15{
        margin-top: 15px;
    }
    .f-m-section-25{
        margin-top: 30px;
    }


    .about-1{
        display: none;
    }

    .staff-1{
        padding: 25px;
    }

    .custom-row-image-1{
        display: none;
    }

    .service-text-1-m{
        text-align: left;
    }

    .service-text-1-m p{
        font-weight: 300;
    }

    .service-text-1-m h2{
        margin-bottom: 30px;
    }

    .service-1 {
        padding: 0px;
    }
    .bar-text p {
        font-weight: 300;
        font-size: 14px;
    }
    .bar-text{
        padding: 40px 40px;
    }

    .service-2 {
        padding: 30px 20px;
    }

    .inner-tittle h1{
        font-size: 30px;
    }

    .facilities{
        padding: 40px 20px 0px 20px;
    }

    .f-text h2 {
        font-size: 25px;
    }

    .menus-title h2 {
        font-size: 22px;
    }
    .menus-1{
        padding: 40px 20px 0px 20px;
    }
    .menu-box-11{
        width: 100%;
    }

    .menus-title-11 h2 {
        font-size: 22px;
    }

    .reservation .p-0{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .reservation-form {
        padding: 39px 30px 18px 30px;
        background: rgba(100, 100, 111, 0.2);
    }

    .reservation{
        padding: 45px 0px 0px 0px;
    }
    .gallery{
        padding: 45px 20px 0px 20px;
    }
    .location-box,.location-box-1 {
        width: 100%;
    }

    .location{
        padding: 45px 20px 45px 20px;
    }

    .location .section-50{
        margin-top: 30px;
    }

    .facilities-m{
        padding: 40px 20px 40px 20px;
    }

    .facilities-main-l{
        padding: 25px;
    }
    .lobby-text{
        padding: 50px 30px;
    }
    .lobby-text h2 {
        font-size: 28px;
    }

    .f-m-section-30{
        margin-top: 30px;
    }

    .facilities-mackenzie{
        padding: 25px;
    }

    .facilities-main-c{
        padding: 25px;
    }

    .menus{
        padding: 40px 20px;
    }

    .menus .section-60{
        margin-top: 40px;
    }

    .staff{
        padding: 25px;
    }

    .section-60-m{
        margin-top: 0px;
    }
    .menu-info h3 {
        font-size: 22px;
    }
    .menu-info{
        padding: 30px;
    }
    .south-indain{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .menu-info p {
        font-size: 14px;
    }

    .menus-m{
        padding-bottom: 30px;
    }

    .covid{
        padding: 40px 10px;
    }
    .covid-form {
        padding: 20px;
    }

    .q-box {
        padding: 30px 20px;
    }

    .covid-form-btn {
        width: 100%;
    }

    .serivce-box{
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .services{
        padding: 40px 0px 30px 0px;
    }


   
}

@media only screen and (max-width: 767px) {
    .header-area {
        padding: 0px 0px 10px 0px;
        position:relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: #000000;
    }

    .slide .carousel-item {
        height: 100%;
        margin-bottom: -10px;
    }
    

    .covid-btn{
        margin-top: 15px;
    }
    .navbar-nav {
        margin-top: 10px;
    }
    .slide .carousel-item {
        height: 100%;
    }

    .effect {
        display: none;
    }
    .wave-one,.wave-1{
        background-size: 70% 100px;
    }
    .wave-two,.wave-2{
        background-size: 70% 120px;
    }
    .wave-three,.wave-3 {
        background-size: 70% 100px;
    }

    .welcome{
        padding: 20px 10px 0px 20px;
    }
    .welcome p{
        font-size: 14px;
    }

    .custom-row-image{
        width: 150px;
    }
    .custom-row-image-1{
        width: 150px;
    }

    .venue{
        margin-top: 40px;
        margin-bottom: 70px;
    }

    .card .btn-link{
        font-size: 17px;
        margin-left: 20px;
    }
    .c-1:after {
        margin-left: 65px;
    }
    .c-2:after {
        margin-left: 100px;
    }

    .mobile-1{
        display: none;
    }
    
    .mobile-2{
        display: block;
    }

    .event-main {
        padding: 0px 45px 0px 45px;
    }
    .event-text-1{
        text-align: left;
    }

    .title-m{
        font-size: 25px;
    }
    .menu{
        padding: 60px 25px 120px 25px;
    }
    .menu-btn{
        margin-left: 0px;
        justify-content: center;
    }

    .menu-box {
        margin: 30px 17px 0px 17px;
    }

    .video{
        padding: 30px;
    }
    .m-section-30{
        margin-top: 30px;
    }
    .testimonial {
        background: #917761;
        padding: 30px;
    }
    .v-section-50{
        margin-top: 25px;
    }


    footer{
        padding: 40px 30px;
    }

    .footer-main .logo {
        margin-top: 15px;
        margin-left: -9px;
    }

    .footer-main{
        text-align: left;
    }
    .footer-img {
        margin: 0px 2px 0px 0px;
    }
    .footer-main p {
        margin-top: 20px;
        margin-left:9px ;
    }
    .f-m-section-15{
        margin-top: 15px;
    }
    .f-m-section-25{
        margin-top: 30px;
    }
    .footer-deatil h5 {
        margin-bottom: 15px;
        color: #8E1029;
    }

    .service-text-2{
        padding: 30px;
    }
    .service-text-2 h2 {
        font-size: 22px;
    }
    .services {
        padding: 40px 20px;
    }

    .about-1{
        display: none;
    }

    .staff-1{
        padding: 25px;
    }

    .custom-row-image-1{
        display: none;
    }

    .service-text-1-m{
        text-align: left;
    }

    .service-text-1-m p{
        font-weight: 300;
    }

    .service-text-1-m h2{
        margin-bottom: 30px;
    }

    .service-1 {
        padding: 0px;
    }
    .bar-text p {
        font-weight: 300;
        font-size: 14px;
    }
    .bar-text{
        padding: 40px 40px;
    }

    .service-2 {
        padding: 30px 20px;
    }

    .inner-tittle h1{
        font-size: 30px;
    }

    .facilities{
        padding: 40px 20px 0px 20px;
    }

    .f-text h2 {
        font-size: 25px;
    }

    .menus-title h2 {
        font-size: 22px;
    }
    .menus-1{
        padding: 40px 20px 0px 20px;
    }
    .menu-box-11{
        width: 100%;
    }

    .menus-title-11 h2 {
        font-size: 22px;
    }

    .reservation .p-0{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .reservation-form {
        padding: 39px 30px 18px 30px;
        background: rgba(100, 100, 111, 0.2);
    }

    .reservation{
        padding: 45px 0px 0px 0px;
    }
    .gallery{
        padding: 45px 20px 0px 20px;
    }
    .location-box,.location-box-1 {
        width: 100%;
    }

    .location{
        padding: 45px 20px 45px 20px;
    }

    .location .section-50{
        margin-top: 30px;
    }

    .facilities-m{
        padding: 40px 20px 40px 20px;
    }

    .facilities-main-l{
        padding: 25px;
    }
    .lobby-text{
        padding: 50px 30px;
    }
    .lobby-text h2 {
        font-size: 28px;
    }

    .f-m-section-30{
        margin-top: 30px;
    }

    .facilities-mackenzie{
        padding: 25px;
    }

    .facilities-main-c{
        padding: 25px;
    }

    .menus{
        padding: 40px 20px;
    }

    .menus .section-60{
        margin-top: 40px;
    }

    .staff{
        padding: 25px;
    }

    .section-60-m{
        margin-top: 0px;
    }
    .menu-info h3 {
        font-size: 22px;
    }
    .menu-info{
        padding: 30px;
    }
    .south-indain{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .menu-info p {
        font-size: 14px;
    }

    .menus-m{
        padding-bottom: 30px;
    }

    .covid{
        padding: 40px 10px;
    }
    .covid-form {
        padding: 20px;
    }

    .q-box {
        padding: 30px 20px;
    }

    .covid-form-btn {
        width: 100%;
    }

  

    .s-icon{
        margin-bottom: 15px;
    }

    .s-text h2 {
        margin-bottom: 15px;
    }

    .r-1{
        width: 100%;
    }
    
    .r-2{
        margin-top: 70px;
    }
    
    .r-3{
        width: 100%;
        margin-left: 140px;
    }

    .covid-btn {
        width: 33%;
    }

    .bar-text:hover {
        padding: 40px 40px;
    }

    .service-1 .p-0{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .s-m-img{
        display: block;
    }

    .s-m-img-1{
        display: none;
    }
    .r-1{
        border-bottom: none !important;
    }

    .outer{
        padding: 0px !important;
    }
    .r-s-1{
        font-size: 50px !important;
    }

    .covid-form-btn{
        margin-bottom: 1rem;
    }
    
}





.gallery .col-lg-4{ padding-left:5px; padding-right:5px;}



/*19Oct2024*/
.work-tab-area {
  padding-bottom: 110px;
}
.nav-pills .nav-tab.active, .nav-pills .show > .nav-tab {
  color: #fff;
  background-color: #9D0C07;
}

.nav-tab {
  background: #fff;
  border-radius: 0 !important;
  margin: 0 3px;
  font-size: 15px;
  color: #000;
  padding: 10px 33px;
  transition: 0.3s;
	position: relative;
}

.nav-tab:hover {

}

.work-tab ul {
margin-bottom: 30px !important;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
text-align: center;
}

.work-tab-text h4 {
  font-size: 16px;
  color: #4F5256;
  font-weight: 400;
  margin-bottom: 20px;
}

.work-tab-text p {
  color: #4F5256;
  font-weight: 400;
	font-size: 15px;
line-height: 1.8;
margin-bottom: 20px;
font-family: 'Poppins', sans-serif;
}

.work-tab-text p:last-child {
  margin: 0;
}
/*.tab-content {
  background: #F5F6F8;
  padding: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
}*/
.tab-content .fade{
	opacity: 1 !important;
}

/*22oct2024*/
.container1 {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container1 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
        background-color: #ccc;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark {
    background-color: #9D0B06;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container1 .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.commentbox1 {
	display:none;
}
.commentbox1.blue {
	display:block;
}
.gray-data {
  background: #383838;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}
.diver-input-formn select.form-control:hover{
	color: #000 !important;
}
.diver-input-formn .form-control:hover::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}
.password-toggle-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.password-toggle-icon i {
  font-size: 18px;
  line-height: 1;
  color: #333;
  transition: color 0.3s ease-in-out;
}

.password-toggle-icon i:hover {
  color: #000;
}
