@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'League Spartan', sans-serif;
  color: var(--color-default);
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  overflow: hidden;
  padding: 90px 0;
}

.b-section-bg {
  background: url("../img/banner-bg.png") left top 90px; background-repeat:no-repeat;
}

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

.why-section-bg{background-color: #fff8ea;}

.care-section-bg {
  background-color: #fff8ea;
}
.member-info p, .member-info h4 {
    white-space: nowrap;
    width: 277px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.care-section-bg .chef-member {
    
    text-align: center;
    transition: 0.3s;
	overflow: hidden;
}

    .s-total-discount {
    padding: 0 25px 0 25px;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.care-section-bg .chef-member:hover {
  transform: scale(1.08);
}

.care-section-bg .chef-member .member-info h4{margin-top: 20px; font-size:24px; font-weight:600;}

.care-section-bg .chef-member:hover .social {
    right: 8px;
    opacity: 1;
    height: 95%;
}
.about-img img{width:100%;}

.welcome .section-header{text-align:left;}
.welcome p{font-size:24px; line-height: 28px;}
.welcome ul{float:left; width: 50%;}
.welcome ul li{font-size:22px; font-weight:600; padding: 0 0 8px 0!important;}
.clearfix{clear:both;}
.btn{background:#b30038; font-size:18px; font-weight:400; color:#ffffff; padding:12px 35px 8px 35px;}
.btn:hover{background:#f9a909;}
.care-section-bg .chef-member .social {
  position: absolute;
  right: -100%;
  color: #ffffff;
  font-size:36px;
  font-weight:600;
  top: 8px;
  opacity: 0;
  border-radius: 22px;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
      width: 96%;
    height: 78%;
	padding-top: 24%;
}

.care-section-bg .chef-member .social a {
  transition: color 0.3s;
  color: rgba(55, 55, 63, 0.4);
  margin: 15px 12px;
  display: inline;
  line-height: 0;
  text-align: center;
}

.mt-3 {
    margin-top: 2rem !important;
}
.required-label::after {
    content: "*"; /* Content to display (asterisk) */
    color: red; /* Color of the asterisk */
    margin-left: 3px; /* Adjust spacing between label and asterisk */
}
.field-validation-error {
    float: left !important;
}
.care-section-bg .chef-member .social a:hover {
  color: rgba(55, 55, 63, 0.9);
}

.care-section-bg .chef-member .member-img{border-radius: 22px; box-shadow: 0px 0 30px rgb(55 55 63 / 8%); overflow: hidden;}

.about-section-bg {
  background-color: #fff8ea;
}

.about-section-bg .icon-box{text-align: center; background: #b30038; padding: 30px 30px; width: 100%; height: 100%; border: 1px solid rgba(55, 55, 63, 0.1); transition: 0.3s; border-radius: 22px;}
.about-section-bg .icon-box img{height:90px;}

.about-section-bg .icon-box h4{font-size:24px; color:#f9a909; font-weight: 600; margin-top: 20px;}
.about-section-bg .icon-box p{font-size:18px; color:#f9a909; line-height: 20px;}

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

.section-header {
  text-align: center;
  padding-bottom: 30px;
}

.section-header h2 {
  font-size: 48px;
  margin: 0;
  padding: 0;
  color: #f9a909;
  font-family: 'Satisfy', cursive;
}

.section-header p {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}



/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: rgba(55, 55, 63, 0.05);
  margin-top: 90px;
}

@media (max-width: 575px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

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

.breadcrumbs ol li+li {
  padding-left: 10px;
}

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

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

  .breadcrumbs h2 {
    margin-bottom: 10px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: #ec2727;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  background: #b30038;
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
}
.header .bi{font-size:24px; line-height: 26px; color:#ffffff; margin: 0 10px 0 10px;}

@media (max-width: 575px) {
  .header {
    height: 70px;
  }
}
.r-icons{margin-top:8px;}
.header.sticked {
  border-color: #fff;
  border-color: #eee;
}

.header .logo img {
  max-height: 50px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin: 0;
  font-family: var(--font-secondary);
}

.header .logo h1 span {
  color: var(--color-primary);
}

.header .btn-book-a-table,
.header .btn-book-a-table:focus {
  font-size: 14px;
  color: #fff;
  background: var(--color-primary);
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  transition: 0.3s;
}

.header .btn-book-a-table:hover,
.header .btn-book-a-table:focus:hover {
  color: #fff;
  background: rgba(206, 18, 18, 0.8);
}

section {
  scroll-margin-top: 90px;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

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

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 20px 10px 20px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-secondary);
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

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

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-primary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #ffffff;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    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: 15px;
    text-transform: none;
    font-weight: 600;
  }

  .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: var(--color-primary);
  }

  .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 (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    border-left: 1px solid #666;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-secondary);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 600;
    color: #7f7f90;
    white-space: nowrap;
    transition: 0.3s;
  }

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

  .navbar a:hover,
  .navbar li:hover>a {
    color: #000;
  }

  .navbar .active,
  .navbar .active:focus {
    color: #000;
    border-color: var(--color-primary);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #eee;
  }

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

  .mobile-nav-show {
    color: var(--color-secondary);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin: 0 10px 0 20px;
  }

  .mobile-nav-hide {
    color: var(--color-secondary);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-img {
  min-height: 500px;
}

.about h3 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
  font-family: var(--font-secondary);
}

.about .call-us {
  left: 10%;
  right: 10%;
  bottom: 10%;
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
}

.about .call-us h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: var(--font-default);
}

.about .call-us p {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
}

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

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--color-primary);
}

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

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(206, 18, 18, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.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(206, 18, 18, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.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: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;
}

.about .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@-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;
  }
}

/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.why-us .why-box {
  padding: 30px;
  background: var(--color-primary);
  color: #fff;
}

.why-us .why-box h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .why-box p {
  margin-bottom: 30px;
}

.why-us .why-box .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .why-box .more-btn i {
  font-size: 14px;
}

.why-us .why-box .more-btn:hover {
  color: var(--color-primary);
  background: #fff;
}

.why-us .icon-box {
  text-align: center;
  
  padding: 40px 30px;
  width: 100%;
  height: 100%;
  
  transition: 0.3s;
}

.why-us .icon-box i {
  color: var(--color-primary);
  margin-bottom: 30px;
  font-size: 32px;
  margin-bottom: 30px;
  background: rgba(206, 18, 18, 0.1);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}

    .why-us .icon-box h4 {
        font-size: 30px;
        font-weight: 600;
        margin: 29px 0 10px 0;
        font-family: var(--font-secondary);
    }

.why-us .icon-box p {
  font-size: 22px;
  line-height:24px;
  color: #000000;
}

.p-sub{font-size:24px; margin-top: 15px; display: inline-block;}
.picon img {
    width: 289px;
    border-radius: 151px;
    height: 264px;
}
/*.why-us .icon-box:hover .picon{background: url("../img/p1-hover.png") no-repeat left top; background-size:320px;}
*/
@media (min-width: 1200px) {
  .why-us .icon-box:hover {
    transform: scale(1.1);
  }
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter {
  background: url("../img/stats-bg.jpg") center center;
  background-size: cover;
  padding: 100px 0;
}
.newuser h2{font-size:60px; line-height:60px; font-weight:bold; color:#b30038; text-align:center; margin-top: 20px; margin-bottom: 20px;}
.newuser h3{font-size:48px; line-height:48px; font-weight:bold; color:#f9a909; text-align:center; margin-top: 20px; margin-bottom: 40px;}
.newuser{text-align:center;}
.newuser .btn{display:inline-block;}

@media (min-width: 1365px) {
  .stats-counter {
    background-attachment: fixed;
  }
}

.stats-counter .stats-item {
  padding: 30px;
  width: 100%;
}

.stats-counter .stats-item span {
  font-size: 48px;
  display: block;
  color: #fff;
  font-weight: 700;
}

.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu .nav-tabs {
  border: 0;
}

.menu .nav-link {
  margin: 0;
  padding: 10px 5px;
  transition: 0.3s;
  color: #ffffff;
  border-radius: 0;
  cursor: pointer;
  height: 100%;
  border: 0;
  background:#cbcbcb;
  font-size:24px;
}

@media (max-width: 575px) {
  .menu .nav-link {
    margin: 0 10px;
    padding: 10px 0;
  }
}

.menu .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.menu .nav-link h4 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  font-family: var(--font-secondary);
  text-align:center;
}

@media (max-width: 575px) {
  .menu .nav-link h4 {
    font-size: 16px;
  }
}

.menu .nav-link:hover {
  color: var(--color-primary);
}

.menu .nav-item{width:50%;}

.menu .nav-link.active {
  color: #ffffff;
  background:#f7a80c;
}

.menu .tab-content .tab-header {
  padding: 30px 0;
}

.menu .tab-content .tab-header p {
  font-size: 14px;
  text-transform: uppercase;
  color: #676775;
  margin-bottom: 0;
}

.menu .tab-content .tab-header h3 {
  font-size: 36px;
  font-weight: 600;
  color: var(--color-primary);
}

.menu .tab-content .menu-item {
  -moz-text-align-last: center;
  text-align-last: center;
}

.menu .tab-content .menu-item .menu-img {
  padding: 0 60px;
  margin-bottom: 15px;
}

.menu .tab-content .menu-item h4 {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
  font-weight: 30px;
  margin-bottom: 5px;
}

.menu .tab-content .menu-item .ingredients {
  font-family: var(--font-secondary);
  color: #8d8d9b;
  margin-bottom: 5px;
}

.menu .tab-content .menu-item .price {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item .testimonial-content {
  border-left: 3px solid var(--color-primary);
  padding-left: 30px;
}

.testimonials .testimonial-item .testimonial-img {
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
  width: 110px;
  float: left; position: absolute; left: 0; top: 0;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 5px 0;
  color: var(--color-default);
  font-family: var(--font-secondary);
  position: relative; padding-left: 130px; padding-top: 35px;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0 0 10px 0;
  font-family: var(--font-secondary);
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #000000;
  font-size: 26px;
  line-height: 0;
}

.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;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-size: 24px; line-height:36px;
}

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

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d1d1d7;
  opacity: 1;
}

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

/*--------------------------------------------------------------
# Events Section
--------------------------------------------------------------*/
.events .container-fluid {
  padding: 0;
}

.events .event-item {
  background-size: cover;
  background-position: cente;
  min-height: 600px;
  padding: 30px;
}

@media (max-width: 575px) {
  .events .event-item {
    min-height: 500px;
  }
}

.events .event-item:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
}

.events .event-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
}

.events .event-item .price {
  color: #fff;
  border-bottom: 2px solid var(--color-primary);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.events .event-item .description {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}

@media (min-width: 1200px) {
  .events .swiper-slide-active+.swiper-slide {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 1;
  }
}

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

.events .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #d1d1d7;
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Chefs Section
--------------------------------------------------------------*/
.chefs .chef-member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.08);
  transition: 0.3s;
}

.chefs .chef-member .member-img {
  position: relative;
  overflow: hidden;
}

.chefs .chef-member .member-img:after {
  position: absolute; content: ""; left: 0; bottom: -11px; width: 91%; background: #fff; background-size: contain; z-index: 1; height: 40px; border-radius: 8px 8px 0 0; margin-left: 15px;
}

.chefs .chef-member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.chefs .chef-member .social a {
  transition: color 0.3s;
  color: rgba(55, 55, 63, 0.4);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.chefs .chef-member .social a:hover {
  color: rgba(55, 55, 63, 0.9);
}

.chefs .chef-member .social i {
  font-size: 18px;
}

.chefs .chef-member .member-info {
  padding: 10px 15px 20px 15px;
}

.chefs .chef-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 24px;
  color: #b30038;
}

.chefs .chef-member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(33, 37, 41, 0.4);
}

.chefs .chef-member .member-info p {
  font-size: 16px;
  padding-top: 15px;
  line-height: 26px;
  color: #242424;
}

.chefs .chef-member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.15);
}

.chefs .chef-member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Book A Table Section
--------------------------------------------------------------*/
.book-a-table .reservation-img {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.book-a-table .reservation-form-bg {
  background: rgba(55, 55, 63, 0.04);
}

.book-a-table .php-email-form {
  padding: 40px;
}

@media (max-width: 575px) {
  .book-a-table .php-email-form {
    padding: 20px;
  }
}

.book-a-table .php-email-form h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.book-a-table .php-email-form h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0 0 0;
}

.book-a-table .php-email-form p {
  font-size: 14px;
  margin-bottom: 20px;
}

.book-a-table .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

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

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

.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 #059652;
  border-top-color: #fff;
  -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;
  border-radius: 0;
}

.book-a-table .php-email-form input:focus,
.book-a-table .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.book-a-table .php-email-form input {
  padding: 12px 15px;
}

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

.book-a-table .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 14px 60px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

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

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

  100% {
    transform: rotate(360deg);
  }
}

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

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

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

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d1d1d7;
  opacity: 1;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }

  .gallery .swiper-slide-active {
    border: 6px solid var(--color-primary);
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  background: #f4f4f4;
  padding: 30px;
  height: 100%;
}

.contact .info-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 0;
  color: #fff;
  background: var(--color-primary);
  border-radius: 50%;
  margin-right: 15px;
}

.contact .info-item h3 {
  font-size: 20px;
  color: #6c757d;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.contact .info-item p {
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
}

.contact .info-item .social-links a {
  font-size: 24px;
  display: inline-block;
  color: rgba(55, 55, 63, 0.7);
  line-height: 1;
  margin: 4px 6px 0 0;
  transition: 0.3s;
}

.contact .info-item .social-links a:hover {
  color: var(--color-primary);
}

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

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

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

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

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  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 #059652;
  border-top-color: #fff;
  -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:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

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

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

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 12px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

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

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

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  background-size: 100%;
  position: relative;
  min-height: 80vh;
  padding: 270px 0 250px 0;
}

.hero h2 {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.hero h2 span {
  color: var(--color-primary);
}

.hero p {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 10px;
  font-size:24px;
}

.hero .formfield-sec{position:relative;}
.hero .formfield{background: #ffffff; border: none; border-radius: 8px; padding: 14px 20px; min-width: 280px; text-align: center; font-size: 24px;}
.hero .formfield-sec .pin{position: absolute; z-index: 1; left: 25px; top: 16px;}
.hero .formfield-sec .pin img{width: 32px; height: 32px;}


.hero .btn-book-a-table {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 36px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: var(--color-primary);
  box-shadow: 0 8px 28px rgba(206, 18, 18, 0.2);
}

.hero .btn-book-a-table:hover {
  background: rgba(206, 18, 18, 0.8);
  box-shadow: 0 8px 28px rgba(206, 18, 18, 0.45);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--font-secondary);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--color-primary);
}

.hero .btn-watch-video:hover i {
  color: rgba(206, 18, 18, 0.8);
}

@media (max-width: 640px) {
  .hero h2 {
    font-size: 36px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  background-color: #b30038;
  padding: 50px 0;
  color: rgba(255, 255, 255, 0.7);
}

.footer .icon {
  margin-right: 15px;
  font-size: 24px;
  line-height: 0;
}

.footer h4 {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
  color: #fff;
}

.footer ul{padding:0; margin:0 50px 0 0; list-style:none; float:left;}
.footer ul li{list-style:none;}
.footer ul li a{font-size:22px; color:#ffffff; text-decoration:none;}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer-social{text-align:center;}
.social-links {margin-top:25px; text-align: center; justify-content: center;}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #fff;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  font-size: 24px;
  color: #ffffff;
  margin-right: 10px;
  transition: 0.3s;
  padding-top: 8px;
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #ffffff;
      font-size: 18px;     color: #ffffff;
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}

.inn-banner{margin:35px 25px; padding-bottom: 0;}
.inn-banner img{width:100%;}
.makeup{padding:0;}
.makeup-header-left{float:left;}
.makeup-header-left h2{font-size:36px; margin-bottom: 25px;}
.makeup-header-left h3{margin:0;}
.makeup-header-left .ratting-text{font-size:20px; float: left;}
.ratting .star{margin-right:15px; float: left;}
.makeup-header-right{float:right;}
.description-left{width:70%; float:left;}
.offer-description{font-size:20px; clear: both; padding-right:100px; margin-bottom:50px;}
.description-right{width:30%; float:left;}
.com-title{font-size:36px; font-weight: 600; float:left; width:100%; margin-bottom:20px;}
.description ul{margin:0; padding:0;}
.description ul li{font-size:20px; margin-bottom:20px; float:left; width:100%; list-style:none;}
.description ul li span{color:#b30038; margin-right:10px;}
.makeup-offer-box{-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.07); -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.07);
box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.07);}
.makeup-offer{border-bottom:solid 1px #cbcbcb; padding:25px 15px; text-align:center;}
.makeup-offer-title{font-size:24px; line-height: 24px; margin-bottom: 10px;}
.makeup-offer-code{font-size:24px; color:#b30038; font-weight: bold; line-height: 24px;}

/*--------------------------------------------------------------
# Frequently Asked Questioins
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
  clear: both;
}

.faq .faq-list li {
  border-bottom: 1px solid #d9f1f2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #3fbbc0;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer;
  color: #32969a;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 30px;
  position: absolute;
  right: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 25px 0 0;
  font-size:20px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #3fbbc0;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

.description, .customer-review{padding:0;}
.review-section{margin:30px 0 30px 0; overflow: hidden;}
.review-thumb{width:10%; float:left;}
.review-details{width:80%; float:left;}
.review-rate{width:10%; float:left;}
.review-section .review-rate{text-align: right;}
.review-section .review-rate .star{margin-right:10px;}
.review-details-title{font-size:28px; font-weight:bold;}
.review-details-text{font-size:22px; line-height:26px;}
.customer-review{padding-bottom:100px;}
.i-l-img{float:left; width:50%; text-align:center;}
.i-l-img img{width:80%;}
.i-r-section{float:left; width:50%; background:#b30038; border-radius:0 0 0 36px; margin-top:-25px; padding:80px 50px 150px 50px;}
.i-r-sec-title{font-size: 48px; margin: 0; padding: 0; color: #ffffff; font-family: 'Satisfy', cursive;}
.i-r-sec-subtitle{margin: 0; font-size: 48px; font-weight: 700; line-height: 48px; color:#f9ab0a; margin-bottom: 25px;}
.i-r-section .btn{background:#ffffff; color:#f9ab0a; margin-top:50px; font-size: 24px;}
.i-r-section p{font-size:20px; color:#ffffff; line-height:22px; margin-bottom:30px;}
.b-small-thumb{width:11.285714%; float:left; margin: 1.5%;}
.b-small-thumb-title{font-size:18px; margin-top: 15px; text-align: center; line-height: 18px;}
.b-small-thumb-img img{width:100%;}
.menu-item{margin-top:20px;}
.offer-list-sec{clear:both; padding-right:120px; overflow: hidden;}
.offer-list{overflow: hidden; margin-bottom:20px;}
.offers-title{font-size:22px; margin-bottom:15px;}
.offers-pic{float:left; width:26%;}
.offers-r-detail-sec{float:left; width:72%; padding-left:2%;}
.offers-price{font-size:24px; font-weight:bold;}
.offers-price a{float:right; font-size:18px;}
.offers-r-detail-sec .ratting .star .star-icon img{width:15px;}
.offers-r-detail-sec .ratting .ratting-text{padding-top: 10px; float: left; line-height: 10px;}
.offers-r-detail-sec .ratting {overflow:hidden; margin-bottom:15px;}
.offers-r-detail-sec .offers-ul{overflow:hidden;}
.offers-r-detail-sec .offers-ul ul{float:left; width:50%;}
.offers-r-detail-sec .offers-ul ul li{font-size: 18px; margin-bottom: 10px; float: left; width: 100%; list-style: none;}
.blog-date{font-size: 20px; color: #b30038;}
.blog p{font-size:18px;}
.related-post .com-title{margin-bottom: 0;}
.related-post .member-info{margin-top: 15px;}

.cart{padding:120px 0 120px 0;}
.ser-sec-box{border:solid 1px #929292; width:100%; height:100%; border-radius: 12px;}
.ser-left-sec-inn{padding:25px; overflow: hidden;}
.ser-left-sec-inn-l{width:40%; float:left;}
.ser-left-sec-inn-l img{width:100%;}
.ser-left-sec-inn-r{width:53%; float:left; padding-left:7%; padding-top:15px;}
.ser-left-sec-inn-r-tit{font-size:30px; color:#b40138; font-weight:600;}
.ser-left-sec-inn-r-pri{font-size:24px; color:#8c8c8c;}
.ser-qty-box{width:56%; float:left;}
.ser-qty-min{width:33.3333%; float:left;}
.ser-qty-min img{width:35px;}
.ser-qty-num{width:33.3333%; float:left; font-size: 24px; text-align:center; color:#8c8c8c;}
.ser-qty-plus{width:33.3333%; float:left;}
.ser-qty-plus img{width:35px;}
.ser-qty-del{width:25%; float:right;}
.ser-qty-del img{width:35px;}
.ser-left-sec-inn-r-qty-sec{overflow: hidden; margin-top:20px;}
.ser-right-inn{padding:25px;}
.ser-right-inn-tit{font-size:26px; color:#000000; font-weight:600;}
.ser-right-inn-subtit{font-size:22px; color:#000000; margin-bottom:20px;}
.ser-right-date{width:60px; background:#fff1d4; border:solid 1px #b30038; padding:10px 5px 8px 5px; display: inline-block;     border-radius: 8px;}
.ser-right-date.active{width:60px; background:#b30038; border:solid 1px #b30038; padding:10px 5px 8px 5px; display: inline-block; border-radius: 8px;}
.ser-right-day{width:100%; float:left; margin-bottom:5px; text-align:center; font-size:20px; line-height: 15px;}
.ser-right-dat{width:100%; float:left; text-align:center; font-size:20px; font-weight:600; line-height: 15px;}
.ser-right-date.active .ser-right-day{color:#ffffff;}
.ser-right-date.active .ser-right-dat{color:#ffffff;}
.ser-right-date-sec{margin-bottom:25px;}
.ser-time{width:31.3333%; background:#fff1d4; border:solid 1px #b30038; padding:8px 5px 4px 5px; display: inline-block;     border-radius: 8px; text-align:center; font-size:20px; margin-bottom: 10px;}
.like-box-thumb img{width:100%;}
.like-box{padding:20px;}
.like-box-title{width:100%; font-size:26px; font-weight:bold; text-align:center; margin-top:15px;}
.like-box-price{width:100%; font-size:22px; text-align:center; margin-bottom:15px;}
.like-box-button-sec{text-align:center;}
.like-box-button-sec a{display:inline-block; background:#fff1d4; padding:5px 25px 2px 25px; font-size:22px; font-weight:bold; color:#b30038; border-radius: 6px;}
.offer-button{-webkit-box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 7%); -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 7%); padding: 20px 30px 20px 60px; border-radius: 10px; background: url("../img/offer-icon.png") left 20px top 18px; background-repeat:no-repeat; background-size: 30px; font-size: 30px;
    line-height: 28px;}
.offer-arrow{float:right;}
.offer-arrow img{width:10px;}

.address-button{-webkit-box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 7%); -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 7%); padding: 20px 30px 20px 60px; border-radius: 10px; background: url("../img/pin.png") left 20px top 14px; background-repeat:no-repeat; background-size: 30px; font-size: 30px;
    line-height: 28px;}
.offer-edit{float:right;}
.offer-edit img{width:30px;}
.btn-lg{font-size:24px; font-weight:bold;}
.pull-right{float:right;}
.g-total-sec{background:#fff1d4; padding:20px 0 20px 0; border-radius: 10px;}
.s-total-sec{padding:0 25px 0 25px; font-size:24px; font-weight:500; margin-bottom:10px;}
.s-price{float:right;}
.g-total-box{padding:20px 25px 0 25px; font-size:30px; font-weight:600; border-top:solid 1px #b30038;}
.g-total-box .s-price{float:right;}
.checout-ser-sec-box{border:solid 1px #929292; width:100%; height:100%; border-radius: 12px;}
.ser-left-sec{width:50%; float:left;}

.time-button{-webkit-box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 7%); -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 7%); padding: 20px 30px 20px 60px; border-radius: 10px; background: url("../img/clock.png") left 20px top 18px; background-repeat:no-repeat; background-size: 30px; font-size: 30px;
    line-height: 28px;}
.time-arrow{float:right;}
.time-arrow img{width:10px;}
.hero {
    width: 100%;
    padding: 0px !important;
}
.picon img:hover {
    border: 9px solid #b30038;
    border-radius: 50%;
    transform: scale(1.1);
} 
.bg {
    position: absolute !important;
    top: 50% !important;
    z-index: 55555 !important;
    right: 41% !important;
}
.navbar { 
    margin-bottom: -4px !important; 
}