/**
* Template Name: Delicious - v4.1.0
* Template URL: https://bootstrapmade.com/delicious-free-restaurant-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*-------------#header.header-scrolled-------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  color: #000;
}

a {
  text-decoration: none;
  color:#2c338e;
}

a:hover {
  color: #ffc56e;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'DM Sans', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background:#2c338e;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ffc064;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  padding: 0;
  font-size: 15px;
  height: 50px;
  transition: all 0.5s;
  background: rgba(26, 24, 22, 0.8);
  z-index: 996;
  color: rgba(255, 255, 255, 0.7);
}

#topbar.topbar-transparent {
  background: transparent;
}

#topbar.topbar-scrolled {
  top: -50px;
}

#topbar i {
  color:#2c338e;
  line-height: 0;
}

#topbar i span {
  color: #fff;
  font-style: normal;
  padding-left: 5px;
}

@media screen and (max-width: 992px){
  #header {
    background: #ffffffc4 !important;
        backdrop-filter: blur(5px);
        height:80px;
}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /* top: 50px;
  height: 70px; */
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(26, 24, 22, 0.85);
}

#header.header-transparent {
  background: rgb(0 0 0 / 44%);
    backdrop-filter: blur(10px);
}

#header.header-scrolled {
  top: 0;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0px 1px 6px #000;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  opacity: 0;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;
  transition: 0.5s;
  filter: brightness(10.5);
}

#header.header-scrolled img
{
   max-height: 60px;
       filter: brightness(1);
}

#header.header-scrolled h1
{
  opacity: 1;
  display: contents;
  color: #fff;
  font-size: 20px;
}

#header.header-scrolled .navbar a
{
  color: #2c338e;
}


@media screen and (max-width: 922px){
  #header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
filter: brightness(1);
}
#header.header-scrolled h1
{
  opacity: 1;
  display: contents;
  color: #fff;
  font-size: 15px;
}
}
/*--------------------------------------------------------------
# Book a table button Menu
--------------------------------------------------------------*/
.book-a-table-btn {
  background:#2c338e;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  white-space: nowrap;
}

.book-a-table-btn:hover {
  background: #ffa012;
  color: #fff;
}

@media (max-width: 992px) {
  .book-a-table-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
    letter-spacing: 1px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px ;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

/* .navbar a:hover, .navbar .active, .navbar li:hover > a {
  color:#2c338e;
} */

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color:#fff!important;
  background:#2c338e;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2c338e;
  font-size: 35px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.bi-x::before {
  content: "\f62a";
  color: #fff;
}
.btn-booking{
  border: 2px solid #4895ef;
  padding: 5px 12px!important;
  width: 100%;
  transition: background 0.5s ease, border 0.5s ease, color 0.5s ease;
}
.btn-booking:hover{
  background:#000;
  color: #fff !important;
  border: 2px solid #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
  .btn-booking {
        width: 33%;
        margin: 0px 20px;
    }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(39, 37, 34, 0.9);
  transition: 0.3s;
  z-index: 0;
  height:100vh;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #433f39;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color:#2c338e;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color:#2c338e;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(39, 37, 34, 0.8);
  overflow: hidden;
  padding: 0;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(12, 11, 10, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-content {
  margin-top: 18%;
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero h2 span {
  color:#2c338e;
}

#hero p {
  width: 100%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
}

.btn-book {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 12px 30px;
  transition: 0.5s ease;
  line-height: 1;
  margin: 0 10px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  color: #fff;
  border: none;
}

.btn-menu{
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 12px 30px;
  transition: 0.5s ease;
  line-height: 1;
  margin: 10px 0px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  color: #fff;
  border: none;
  background: #2c338e;
}

.btn-menu:hover, .btn-book:hover {
  background:#fff;
  color: #2c338e;
  border: 2px solid #2c338e;
  letter-spacing: 2px;
}

@media screen and (max-width: 992px) {
  #hero h2 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  
  #hero .carousel-content {
    margin-top: 90%;
    text-align: center;
    }
}

@media (min-width: 1024px) {
  #hero p {
    width: 100%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section-padding {
  padding: 60px 0;
}

.section-bg {
  background-color: #ffffff;
}

.section-bg-dark{
  background-color: #f6f6f6;
}


.section-title {
  text-align: center;
  padding-bottom: 10px;
}

.section-title h2 {
  margin: 15px 0 0 0;
  font-size: 45px;
  font-weight: 700;
  color: #585da4;
}

.section-title h2 span {
  font-size: 45px;
  font-weight: 800;
  color:#2c338e;
}

.section-title p {
  text-align: center;
    font-weight: 600;
    color: #e82228;
    font-size: 16px;
}

@media screen and (max-width:992px){
  .section-padding {
    padding: 30px 0;
  }
}

/* @media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
} */

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
/*.breadcrumbs::before
{
  content: "";
   position: absolute;
  background: url("../img/events-bg.jpg") repeat 0 0;
  filter: blur(5px);
  top:0;
  left: 0;
  bottom: 0;
  right: 0; 
  padding: 20px 0;
  min-height: 300px;
}*/

.breadcrumbs {
  background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.8)),url(../img/bg.jpg) no-repeat 0;
  background-attachment: fixed;
  background-size: cover;
  padding: 20px 0;
  position: relative;
  min-height: 150px;
}


.bc
{
  margin-top: 19%;
}

@media (max-width: 992px) {
  
  .bc
{
  margin-top: 60%;
}
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.home
{
    color: #e82129;
    font-size: 18px;
    font-weight: 600;
}

.current{
 color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/


.about .content {
  padding: 50px;
}

.about .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #ffffff;
}

.about .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .content p {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: justify;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li + li {
  margin-top: 15px;
}

.about .content ul li {
  position: relative;
  padding-left: 26px;
}

.about .content ul i {
  font-size: 20px;
  color:#2c338e;
  position: absolute;
  left: 0;
  top: 2px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 550px;
  position: relative;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ffb03b 50%, rgba(255, 176, 59, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 176, 59, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid#2c338e;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {
  .about .content, .about .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .about .content {
    padding-top: 30px;
  }
  .about .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Whu Us
--------------------------------------------------------------*/
.why-us .box {
  padding: 18px;
  box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  height: 100%;
  /* border-radius: 10px; */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease;
  background: #fff;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffcf88;
}

.service-icon
{
  height: 100px;
  width: 100px;
  transition: 0.5s ease;
}

.box-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 0;
    margin: 15px 0;
    color: #2c338e;
    line-height: 1.5;
    font-family: "poppins", sans-serif;
    transition: 0.5s ease;
}

.why-us .box p {
  color: #fff;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #2c338e;
  border: none;
  padding: 20px;
  border-radius: 20px;
}

.why-us .box:hover .box-title  {
  color: #fff;
}

.why-us .box:hover .service-icon {
  filter: drop-shadow(3px 2px 4px #fff);
}

/* .why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
  color: #000;

} */

/* .why-us .box:hover img{
  filter: drop-shadow(2px 9px 16px black);
} */

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu #menu-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  border: 2px solid#2c338e;
  border-radius: 50px;
}

.menu #menu-flters li:hover, .menu #menu-flters li.filter-active {
  color: #fff;
  background:#2c338e;
}

.menu #menu-flters li:last-child {
  margin-right: 0;
}

.menu .menu-content {
  margin-top: 30px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.menu .menu-content::after {
  content: "......................................................................"
 "...................................................................."
 "....................................................................";
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
  z-index: 1;
  color: #dad8d4;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.menu .menu-content a {
  padding-right: 10px;
  background: #fff;
  position: relative;
  z-index: 3;
  font-weight: 700;
  color: #ff9b08;
}

.menu .menu-content span {
  background: #fff;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
}

.menu .menu-ingredients {
  font-style: italic;
  font-size: 14px;
  font-family: "Comic Neue", sans-serif;
  color: #948c81;
}

/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
.specials {
  overflow: hidden;
}

.specials .nav-tabs {
  border: 0;
}

.specials .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #433f39;
  border-radius: 0;
  border-right: 2px solid #e8e7e4;
  font-weight: 600;
  font-size: 15px;
}

.specials .nav-link:hover {
  color:#2c338e;
}

.specials .nav-link.active {
  color:#2c338e;
  border-color:#2c338e;
}

.specials .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #433f39;
}

.specials .details p {
  color: #777777;
}

.specials .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }
  .specials .nav-link.active {
    color: #fff;
    background:#2c338e;
  }
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events {
  background: url(../img/events-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.events::before {
  content: '';
  background-color: rgba(12, 11, 10, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.events .section-title h2 {
  color: #fff;
}

.events .container {
  position: relative;
}

@media (min-width: 1024px) {
  .events {
    background-attachment: fixed;
  }
}

.events .events-carousel {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
}

.events .event-item {
  color: #fff;
}

.events .event-item h3 {
  font-weight: 600;
  font-size: 26px;
  color:#2c338e;
}

.events .event-item .price {
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.events .event-item .price span {
  border-bottom: 2px solid#2c338e;
}

.events .event-item ul {
  list-style: none;
  padding: 0;
}

.events .event-item ul li {
  padding-bottom: 10px;
}

.events .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color:#2c338e;
}

.events .event-item p:last-child {
  margin-bottom: 0;
}

.events .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color:#2c338e;
}

/*--------------------------------------------------------------
# Book A Table
--------------------------------------------------------------*/
.book-a-table .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.book-a-table .php-email-form .form-group {
  padding-bottom: 8px;
}

.book-a-table .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .error-message br + br {
  margin-top: 25px;
}

.book-a-table .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.book-a-table .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.book-a-table .php-email-form input, .book-a-table .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.book-a-table .php-email-form input {
  height: 44px;
}

.book-a-table .php-email-form textarea {
  padding: 10px 12px;
}

.book-a-table .php-email-form button[type="submit"] {
  background:#2c338e;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.book-a-table .php-email-form button[type="submit"]:hover {
  background: #ffa012;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #3498db;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
  border-radius: 10px;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
  height: 280px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #3498db;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Gallery Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3498db;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3498db;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}


.zi {
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
  opacity: 1;
}






/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
 
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f6f6f6;;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 150px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #2c338e;
  font-family: "Poppins", sans-serif;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #000;
  margin: 0 0 15px 0;
  font-family: "Comic Neue", sans-serif;
}

.testimonials .testimonial-item .stars {
  color:#2c338e;
  margin-bottom: 10px;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #2c338e;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #000000;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color:#2c338e;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

/* .contact .info {
  background: #fff;
} */

.contact .info i {
  font-size: 20px;
  color:#fff;
  float: left;
  width: 44px;
  height: 44px;
  background: #2c338e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c338e;
  /*font-family: "Poppins", sans-serif;*/
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.contact .info:hover i {
  background:#000;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background:#2c338e;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ffa012;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0.8)),url(../img/footer.jpg) no-repeat;
  backdrop-filter: blur(2em);
  -webkit-backdrop-filter: blur(2em);
  background-size: cover;
  background-position: center;
  color: #fff;
  font-size: 14px;
  padding: 80px 0;
}

#footer h3 {
  font-size: 35px;
  font-weight: 700;
  color:#fff;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #46423b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background:#2c338e;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}


/*=================Room CSS===============*/


 .blog-card {
   width: 100%;
   height: 500px;
   position: relative;
   overflow: hidden;
   border-radius: 10px;
   box-shadow: 3px 3px 20px rgba(0, 0, 0, .5);
   text-align: center;
}

 .blog-card .color-overlay {
  /* Rectangle 11: */
   background: rgba(0, 0, 0, 0.6);
   width: 100%;
   height: 500px;
   position: absolute;
   z-index: 10;
   top: 0;
   left: 0;
   transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}


 .blog-card:hover .color-overlay {
   background: rgba(63, 71, 73, 0.8);
  
}
.title-content h2
{
   margin: 15px 0 0 0;
  font-size: 45px;
  font-weight: 600;
  color: #fff;

}


 .title-content {
   text-align: center;
   margin: 70px 0 0 0;
   position: absolute;
   z-index: 20;
   width: 100%;
   top: 20%;
   left: 0;
}
 
.title-content hr {
   width: 20%;
   height: 6px;
   margin: 20px auto;
   border: 0;
   background: #fff;
   opacity: 1;
}
 .intro {
   width: 100%;
   margin: 0 auto;
   color: #fff;
   font-family: 'Droid Serif', serif;
   font-size: 20px;
   font-style: italic;
   line-height: 18px;
}
 .card-info {
   width: 100%;
   position: absolute;
   bottom: 20%;
   left: 0;
   margin: 0 auto;
   padding: 0 50px;
   z-index: 20;
   opacity: 1;
   transition: bottom 0.3s, opacity 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.facilities .fac
{
  display: inline-block;
  margin-bottom: 20px;
}
.facilities .fac img {
    width: 32px;
}

.facilities p {
    position: absolute;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}


 /*--------------------footer---*/
 .conatct li
 {
  list-style: none;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
 }

 .conatct li i
 {
  margin-right: 10px;
 }
.conatct li:hover
{
  padding-left: 20px;
}
.conatct a
{
  text-decoration: none;
  color:#fff;
}


.error
{
  color: red;
  font-size: 12px;
  font-weight: 600;
}


.form-sty label
{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.form-sty .form-control, .form-sty .form-select{
  border: none!important;
  outline: none!important;
  border-radius: 0px !important;
}

.form-control, .form-select{
  border: none!important;
  color: #000000!important;
  background-color: #ffffff!important;
}
.form-sty input::placeholder {
  
  font-size: 12px;
}

.form-control:focus{
  box-shadow: none!important;
}
.input-group-text{
  color: #ffffff!important;
    background-color: #2c338e!important;
}

@media screen and (max-width: 922px){
  .form-sty input,  .form-sty input:focus
  {
    background: transparent;
    border: none;
    border-bottom: 2px solid #2c338e;
    border-radius: unset;
  }
}
.form-control::placeholder {
  color: #000;
}

.booking-section{
  padding: 150px 0px;
  background: linear-gradient(45deg,rgba(0,0,0,0.8),rgba(0,0,0,0.5)),url(../img/hotelarniko.png) no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
}

.room-card {
  width: 100%;
}
.room-card .image-box {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.room-card .image-box img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  transition: 0.5s ease-in-out;
}

.room-card:hover img {
  filter: grayscale(0.8);
  transform: scale(1.2);
}

.room-content {
  background: #f6f6f6;
  padding: 20px 30px;
  transition: 0.5s ease;
}

.room-content h2{
  color: #2c338e;
  margin-bottom: 10px;
  transition: 0.5s ease-in-out;
}
.room-content h5{
  font-size: 16px;
  color: #2c338e;
  transition: 0.5s ease-in-out;
}
.room-content a{
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: 0.5s ease-in-out;
  color: #2c338e;
  border: none;
}

.room-content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: justify;
  transition: 0.5s ease-in-out;
}

.room-card:hover .room-content a{
  letter-spacing: 2px;
  
} 

/* .room-card:hover .room-content h2,
.room-card:hover .room-content h5,
.room-card:hover .room-content p {
  color:#000000;
  scale: 1;
}  */


/* Activities Near Hotel */
.activities-card {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.activities-card .image-box {
  width: 100%;
  height: 500px;
  border-radius: inherit;
  overflow: hidden;
}
.activities-card .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: 0.5s ease-in-out;
}

.activities-card::before {
  content: "";
  position: absolute;
  background: #000;
}

.activities-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid white;
  opacity: 0;
  transition: 0.4s ease-in-out;
}

.activities-card:hover img {
  transform: scale(1.1);
  filter: grayscale(1);
}
.activities-card:hover::after {
  opacity: 1;
  inset: 10px;
}

.activities-content {
  width: 95%;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}


.activities-content p {
  opacity: 0;
  transition: 0.4s 0.2s ease;
}
.activities-content h2 {
  color:#fff;
  scale: 0.7;
  transition: 0.4s 0.2s ease;
}
.activities-content p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transform: translateY(5%);
}
/* .activities-card:hover .content h2 {
  color:#fff;
  scale: 1;
} */
.activities-card:hover .activities-content p {
  opacity: 1;
  transform: translateY(0);
}


/* ================ Popup ===============*/

.bg_class {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 10001;
    top: 0;
}

.popup_class {
    display: none;
    position: absolute;
    margin: 0 auto;
    padding: 5px;
    background: #fff;
    width: 50%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
}

.popup_class img {
    width: 100%;
    height: auto;
    overflow-y: scroll;
}

.close_class {
    position: absolute;
    right: 0%;
    color: #0c5099;
    font-size: 25px;
    border: none;
    background: transparent;
}

.popup_class h2 {
    /*this is for tilte\head*/
    font-size: 18px;
    font-weight: 600;
    color: #d12110;
}

@media screen and (max-width: 992px) {
    .popup_class {
        width: 60%;
        height: 250px;
    }
}
    
    
    /*============= Video Background ============*/
    
    .vid-box {
	position: relative;
	left: 0;
	top: 0;
	min-height: 100vh;
}

.bg-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
 .vid-box::before
 {
    content:'';
    top:0;
    left:0;
    position:absolute;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.01);
 }

/*    .video-des{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*        justify-content: end;*/
/*    align-items: center;*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    padding: 30px 0px;*/
/*}*/

.vid-box h1 {
    position: absolute;
    bottom: 5%;
    left: 5%;
    color:#fff;
	font-size: 35px;
	font-weight:800;
	text-transform: uppercase;
	transition: 0.5s;
	font-family: inherit;
}


.vid-box h1:hover{
    color: transparent;
	-webkit-text-stroke: 1px #fff;
	    cursor: pointer;
}



@media screen and (max-width: 992px) {
	.vid-box {
		min-height: 600px;
	}
	.vid-box h1 {
	font-size: 22px;
	}
}




    

    

