
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --font-default: "Poppins", sans-serif;
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "Poppins", sans-serif;
}

:root {
  --color-default: #212529;
  --color-primary: #ce1212;
  --color-secondary: #37373f;
}

:root {
  scroll-behavior: smooth;
}


.contmap > iframe {width:100%; max-width: 100%; }

body {
  font-family: var(--font-default);
  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);}
h2,h3,h4,h5,h6 {  font-size:20px;}


section {
  overflow: hidden;
  padding: 24px 0;
}
.list-group-item .fa {background:#248ec6;padding:6px;text-align:center; width:30px;color:#fff; border-radius:50%;}
.section-bg {
  background-color: #eee;
}
.word { white-space: break-spaces;}


.swipozel  {width:25%; }
.img-swipozel { border-radius:8px; border:2px solid #ffffff; max-width:100%; width:100%; height:200px; object-fit:cover;}
.why-box > h1 {font-size:24px;font-weight:700;}

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

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #7f7f90;
  text-transform: uppercase;
  font-family: var(--font-default);
}

.section-header p {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  font-family: var(--font-primary);
}

.section-header p span {
  color: var(--color-primary);
}

.breadcrumbs {
  padding: 15px 0;
  background: #f9f7ea; /* 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 {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 2px;
  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;
}



@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
  border-bottom: 1px solid #fff;
}


.header.sticked {
  border-color: #fff;
  border-color: #eee;
}

.header .logo img {
  max-height: 80px;
  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: 680px) {
  .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 0 10px 28px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    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: #000;
  }


   .navbar .dropdown ul {
        height: 400px;
        display: block;
        position: absolute;
        left: 28px;
        top: calc(100% + 30px);
        /* margin: 0; */
        padding: 10px 0;
        z-index: 99;
        overflow-y: scroll;
        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: 680px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

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

@media (min-width: 680px) {
  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}


@media (max-width: 579px) {
  .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: #000;
    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 .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: 18px;
  font-size:20px;
  font-weight:600;
}

.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;
  background: #fff;
  padding: 40px 30px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(55, 55, 63, 0.1);
  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: 20px;
  font-weight: 400;
  margin: 0 0 30px 0;
  font-family: var(--font-secondary);
}

.why-us .icon-box p {
  font-size: 15px;
  color: #6c757d;
}

@media (min-width: 1200px) {
  .why-us .icon-box:hover {
    transform: scale(1.1);
  }
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/stats-bg.jpg") center center;
  background-size: cover;
  padding: 100px 0;
}

@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 10px;
  padding: 10px 5px;
  transition: 0.3s;
  color: var(--color-secondary);
  border-radius: 0;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 2px solid #b6b6bf;
}

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

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

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

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

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

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

.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 8px;
  margin-bottom: 15px;
  display:table;
  width:100%;
  height:250px;
  object-fit:cover;
  border-radius:24px;
}

.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;
}
.font-bold {font-weight:700;}
.menu .tab-content .menu-item .ingred {
  color: #8d8d9b;
  font-size:12px;
  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;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: var(--color-default);
  font-family: var(--font-secondary);
}

.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: #f05656;
  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-style: italic;
}

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

.events .container-fluid {
  padding: 0;
}

.events .event-item {
  background-size: cover;
  background-position: center;
  min-height: 480px;
  padding: 18px;
}

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

.events .event-item:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  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;
}

.swiper-slide a {z-index:9; width:100px; margin:0 auto;}

@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: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

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

.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-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: rgba(33, 37, 41, 0.7);
}

.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;
  }
  
  .header .logo img {
  max-width: 90%;
  margin-right: 6px;
}
}

.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;
  transition:all 0.5s ease-in-out 0.5s;
}

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

  .gallery .swiper-slide-active {
    border: 2px solid var(--color-primary);
    padding: 1px;
    background: #fff;
    z-index: 1;
	border-radius:8px;
    /*transform: scale(1.2);*/
	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: cover;
  position: relative;
  min-height: 60vh;
  padding: 160px 0 60px 0;
}

.hero h2 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
  font-family: var(--font-primary);
}

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

.hero p {
  color: #4f4f5a;
  font-weight: 400;
  margin-bottom: 30px;
}

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

.hero2 {
  width: 100%;
  background-size: cover;
  position: relative;
  min-height: 40vh;
  padding: 92px 0 6px 0;
}


@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: #1f1f24;
  padding: 35px 0;
  padding-bottom:12px;
  color: rgba(255, 255, 255, 0.7);
}

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

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

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

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.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 {
  color: rgba(255, 255, 255, 0.6);
  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: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  transition: 0.3s;
}

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

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

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


.wa__button{     border-bottom: none !important; } .wa__btn_w_img:hover{ 	text-decoration: none; } 
.wa__button, .wa__btn_popup, .wa__button *, .wa__btn_popup *, .wa__btn_popup :before, .wa__button :before, .wa__button :after, .wa__btn_popup :after, .wa__popup_chat_box, .wa__popup_chat_box *, .wa__popup_chat_box :before, .wa__popup_chat_box :after{     box-sizing: border-box;     -webkit-box-sizing: border-box;     -moz-box-sizing: border-box; } .wa__button{     position: relative;     width: 300px;     min-height: 64px;     display: block;     font-family: Arial,Helvetica,sans-serif;     text-decoration: none;     color: #fff;     box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);     -webkit-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);     -moz-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09); } .wa__btn_txt{     display: inline-block;     font-size: 12px;     line-height: 1.33em; } .wa__btn_w_icon .wa__btn_txt{     padding: 16px 20px 15px 71px; } .wa__button_text_only .wa__btn_txt, .wa__r_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt, .wa__sq_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt{     padding-top: 25px;     padding-bottom: 24px; } .wa__btn_w_icon .wa__btn_txt .wa__btn_title{     font-weight: 600;     padding-left: 2px;     font-size: 14px; } .wa__cs_info{     margin-bottom: 2px } .wa__btn_status{     color: #F5A623;     font-size: 9px;     padding: 2px 0 0;     font-weight: 700; } .wa__cs_info .wa__cs_name, .wa__cs_info .wa__cs_status{     display: inline-block; } .wa__cs_info .wa__cs_name{     font-weight: 400;     font-size: 12px;     line-height: 1.36em; } .wa__stt_online .wa__cs_info .wa__cs_name{     color: #d5f0d9 } .wa__stt_offline .wa__cs_info .wa__cs_name{     color: #76787d; } .wa__cs_info .wa__cs_status{     width: 36px;     height: 14px;     margin-left: 3px;     padding: 1px;     font-size: 9px;     line-height: 1.34em;     border-radius: 5px;     color: rgba(255,255,255,0.98);     position: relative;     top: -1px;     left: 0px;     text-align: center; } .wa__stt_online .wa__cs_info .wa__cs_status{     background: #62c971; } .wa__stt_offline .wa__cs_info .wa__cs_status{     background: #b9bbbe; } .wa__stt_online{     background: #2DB742;     cursor: pointer;     transition: 0.4s ease all;     -webkit-transition: 0.4s ease all;     -moz-transition: 0.4s ease all;     backface-visibility: hidden;     will-change: transform; } 
.wa__stt_online .wa__btn_txt{     position: relative;     z-index: 4; } .wa__r_button.wa__stt_online:before{     border-radius: 50vh; } 
.wa__sq_button.wa__stt_online:before{     border-radius: 5px; } .wa__stt_online:before{     content: '';     transition: 0.4s ease all;     -webkit-transition: 0.4s ease all;     -moz-transition: 0.4s ease all;     background: rgba(0,0,0,0.2);     position: absolute;     left: 0;     top: 0;     z-index: -1;     width: 100%;     height: 100%;     opacity: 0;     will-change: opacity; } .wa__button.wa__stt_online:focus, .wa__button.wa__stt_online:active, .wa__button.wa__stt_online:hover{     box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.19);     transform: translate(0,-3px);     -webkit-transform: translate(0,-3px);     -moz-transform: translate(0,-3px);     -ms-transform: translate(0,-3px); } .wa__button.wa__stt_online:focus:before, .wa__button.wa__stt_online:active:before, .wa__button.wa__stt_online:hover:before{     opacity: 1; } .wa__stt_online.wa__btn_w_icon .wa__btn_icon img{     transform: scale(1);     -webkit-transform: scale(1);     -moz-transform: scale(1);     -ms-transform: scale(1);     transition: 0.2s ease all;     -webkit-transition: 0.2s ease all;     -moz-transition: 0.2s ease all; } .wa__stt_offline{     background: #EBEDF0;     color: #595B60;     box-shadow: none;     cursor: initial; } .wa__stt_offline.wa__btn_w_icon .wa__btn_txt {     padding: 8px 20px 6px 71px; } .wa__stt_offline.wa__r_button.wa__btn_w_img .wa__btn_txt{     padding: 8px 20px 8px 100px } .wa__stt_offline.wa__sq_button.wa__btn_w_img .wa__btn_txt {     padding: 8px 20px 8px 70px; } .wa__btn_w_icon .wa__btn_icon{     position: absolute;     top: 50%;     left: 16px;     transform: translate(0,-50%);     -moz-transform: translate(0,-50%);     -webkit-transform: translate(0,-50%); } .wa__btn_w_icon .wa__btn_icon img{     width: 41px;     height: 69px; } .wa__btn_w_img{     position: relative;     width: 300px;     margin: 20px 0 20px; } .wa__btn_w_img .wa__cs_img{     position: absolute;     top: 50%;     left: 0px;     text-align: center;     transform: translate(0,-50%); 	-webkit-transform: translate(0,-50%); 	-moz-transform: translate(0,-50%); } .wa__btn_w_img .wa__cs_img_wrap{     width: 79px;     height: 79px;     border-radius: 50%;     -webkit-border-radius: 50%;     -moz-border-radius: 50%;     border: 3px solid #ffffff;     position: relative;     overflow: hidden; } .wa__btn_w_img .wa__cs_img img{     max-width: 100%;     height: auto;     transition: 0.2s ease transform;     -webkit-transition: 0.2s ease transform;     -moz-transition: 0.2s ease transform; } 
.wa__btn_w_img .wa__cs_img:after{     content: '';     background: #ffffff url('../img/whatsapp_logo.svg') center center no-repeat;     background-size: 21px;     display: block;     width: 27px;     height: 27px;     position: absolute;     top: 20px;     right: -14px;     border-radius: 50%;     -webkit-border-radius: 50%;     -moz-border-radius: 50%;     box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);     -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);     -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3); } .wa__stt_offline.wa__btn_w_img .wa__cs_img:after{     content: '';     background: #ffffff url('../img/whatsapp_logo.svg') center center no-repeat;     background-size: 21px;     display: block;     width: 27px;     height: 27px;     position: absolute;     top: 20px;     right: -14px;     border-radius: 50%;     -webkit-border-radius: 50%;     -moz-border-radius: 50%;     box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);     -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);     -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3); } 
.wa__btn_w_img .wa__btn_txt{     padding:14px 20px 12px 103px; } .wa__r_button{     border-radius: 50vh; } 
.wa__sq_button{     border-radius: 5px; } .wa__sq_button.wa__btn_w_img{     width: 270px;     margin-left: 30px; }
.wa__r_button.wa__btn_w_img .wa__cs_img{     left: -5px; } .wa__sq_button.wa__btn_w_img .wa__cs_img{     left: -35px; } 
.wa__sq_button.wa__btn_w_img .wa__btn_txt{     padding: 10px 20px 10px 70px;     display: table-cell; 	vertical-align: middle; 	height: 66px; }
.wa__btn_txt .wa__btn_title{     font-weight: 600; } .wa__r_button.wa__btn_w_img .wa__btn_txt{     padding: 8px 20px 8px 100px; 	display: table-cell; 	vertical-align: middle; 	height: 66px; } .wa__r_button.wa__btn_w_img .wa__cs_info .wa__cs_status{     margin-left: 3px; } 
.wa__popup_chat_box{     font-family: Arial,Helvetica,sans-serif;    
 width: 250px;     border-radius: 5px 5px 8px 8px;    
 -webkit-border-radius: 5px 5px 8px 8px;     
 -moz-border-radius: 5px 5px 8px 8px;    
 position: fixed;     overflow: hidden;   
 box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);    
 -webkit-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);  
 -moz-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);     
  bottom: 30px;     right: 70px;     z-index: 9999;     opacity: 0; 
    visibility: hidden;   
	-ms-transform: translate(0,50px);     
	transform: translate(0,50px);    
	-webkit-transform: translate(0,50px); 
    -moz-transform: translate(0,50px);    
	transition: 0.4s ease all;     -webkit-transition: 0.4s ease all;  
	-moz-transition: 0.4s ease all;    
	will-change: transform,visibility,opacity;     
	max-width: calc(100% - 50px); }

	.wa__popup_chat_box:hover, .wa__popup_chat_box:focus, .wa__popup_chat_box:active{     box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);     -webkit-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);     -moz-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23); } .wa__popup_chat_box.wa__active{     -ms-transform: translate(0,0);     transform: translate(0,0);     -webkit-transform: translate(0,0);     -moz-transform: translate(0,0);     visibility: visible;     opacity: 1; } 
.wa__popup_chat_box .wa__popup_heading{     position: relative;     padding: 15px 43px 17px 74px;     color: #d9ebc6;     background: #2db742; } 
.wa__popup_chat_box .wa__popup_heading_sm{     padding: 12px 15px 17px 74px; } 
.wa__popup_chat_box .wa__popup_heading:before{     content: '';     background: url('../img/whatsapp_logo.svg') center top no-repeat;     background-size: 33px;     display: block;     width: 55px;     height: 33px;     position: absolute;     left: 12px; } 
.wa__popup_chat_box .wa__popup_heading_sm:before{     top: 19px;     left: 11px; }
 .wa__popup_chat_box .wa__popup_heading .wa__popup_title{     padding-top: 2px;     padding-bottom: 3;     color: #ffffff;     font-size: 18px;     line-height: 24px; }
 .wa__popup_chat_box .wa__popup_heading .wa__popup_intro{     padding-top: 4px;     font-size: 12px;     line-height: 20px; } .wa__popup_chat_box .wa__popup_heading_sm .wa__popup_intro{     padding-top: 0px; } .wa__popup_chat_box .wa__popup_heading .wa__popup_intro a{     display: inline-block;     color: #ffffff;     text-decoration: none; } .wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:hover, .wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:focus, .wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:active{     text-decoration: underline; } .wa__popup_chat_box  .wa__popup_notice{     font-size: 11px;     color: #a5abb7;     font-weight: 500;     padding: 0 3px; } .wa__popup_chat_box .wa__popup_content{     background: #ffffff;     padding: 13px 20px 21px 19px;     text-align: center; } .wa__popup_chat_box .wa__popup_content_left{     text-align: left; } .wa__popup_chat_box .wa__popup_avatar{     position: absolute;     overflow: hidden;     border-radius: 50%;     -webkit-border-radius: 50%;     -moz-border-radius: 50%;     left: 12px;     top: 12px; } 
 .wa__popup_chat_box .wa__popup_avatar.nta-default-avt{     border-radius: unset;     -webkit-border-radius: unset;     -moz-border-radius: unset; } .wa__popup_chat_box .wa__stt{     padding: 5px 5px 5px 5px;     position: relative;     text-decoration: none;     display: table;     width: 100%;     background: #ffffff;     border-radius: 8px 8px 8px 8px;     -webkit-border-radius: 4px 4px 2px 4px;     -moz-border-radius: 4px 4px 2px 4px; 	box-shadow:1px 2px 15px #eee; } .wa__popup_chat_box .wa__stt:after{     content: '';     position: absolute;     right: 14px;     top: 26px;     width: 20px;     height: 20px;     background-size: 100% 100%;     -webkit-background-size: 100% 100%;     -moz-background-size: 100% 100%; } .wa__popup_chat_box .wa__stt.wa__stt_offline:after{ } .wa__popup_chat_box .wa__stt.wa__stt_online{     transition: 0.2s ease all;     -webkit-transition: 0.2s ease all;     -moz-transition: 0.2s ease all; } .wa__popup_chat_box .wa__stt.wa__stt_online:hover, .wa__popup_chat_box .wa__stt.wa__stt_online:active, .wa__popup_chat_box .wa__stt.wa__stt_online:focus{     background: #ffffff;     box-shadow: 3px 3px 15px #ddd;     -webkit-box-shadow: 3px 3px 15px #ddd;     -moz-box-shadow: 3px 3px 15px #ddd; } .wa__popup_content_list {text-align:left;} .wa__popup_content_list .wa__popup_content_item{     margin: 14px 0 0;     transform: translate(0,20px);     -webkit-transform: translate(0,20px);     -moz-transform: translate(0,20px);     will-change: opacity,transform;     opacity: 0; } 
 .wa__popup_chat_box  .wa__popup_content_list .wa__popup_content_item{     transition: 0.4s ease all;     -webkit-transition: 0.4s ease all;     -moz-transition: 0.4s ease all;     transition-delay: 2.1s;     -webkit-transition-delay: 2.1s;     -moz-transition-delay: 2.1s; } .wa__popup_chat_box .wa__popup_content_list .wa__popup_content_item:nth-child(1){     transition-delay: 0.3s;     -webkit-transition-delay: 0.3s;     -moz-transition-delay: 0.3s; } .wa__popup_chat_box .wa__popup_content_list .wa__popup_content_item:nth-child(2){     transition-delay: 0.5s;     -webkit-transition-delay: 0.5s;     -moz-transition-delay: 0.5s; } .wa__popup_chat_box .wa__popup_content_list .wa__popup_content_item:nth-child(3){     transition-delay: 0.7s;     -webkit-transition-delay: 0.7s;     -moz-transition-delay: 0.7s; } .wa__popup_chat_box .wa__popup_content_list .wa__popup_content_item:nth-child(4){     transition-delay: 0.9s;     -webkit-transition-delay: 0.9s;     -moz-transition-delay: 0.9s; } .wa__popup_chat_box .wa__popup_content_list .wa__popup_content_item:nth-child(5){     transition-delay: 1.1s;     -webkit-transition-delay: 1.1s;     -moz-transition-delay: 1.1s; } .wa__popup_chat_box .wa__popup_content_list .wa__popup_content_item:nth-child(6){     transition-delay: 1.3s;     -webkit-transition-delay: 1.3s;     -moz-transition-delay: 1.3s; } .wa__popup_chat_box .wa__popup_content_list .wa__popup_content_item:nth-child(7){     transition-delay: 1.5s;     -webkit-transition-delay: 1.5s;     -moz-transition-delay: 1.5s; } .wa__popup_chat_box .wa__popup_content_list .wa__popup_content_item:nth-child(8){     transition-delay: 1.7s;     -webkit-transition-delay: 1.7s;     -moz-transition-delay: 1.7s; } .wa__popup_chat_box .wa__popup_content_list .wa__popup_content_item:nth-child(9){     transition-delay: 1.9s;     -webkit-transition-delay: 1.9s;     -moz-transition-delay: 1.9s; } .wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item{     opacity: 1;     transform: translate(0,0);     -webkit-transform: translate(0,0);     -moz-transform: translate(0,0); } .wa__popup_content_list .wa__popup_content_item .wa__member_name{     font-size: 14px;     color: #363c47;     line-height: 1.188em !important; } .wa__popup_content_list .wa__popup_content_item .wa__member_duty{     font-size: 11px;     color: #989b9f;     padding: 2px 0 0;     line-height: 1.125em !important; } .wa__popup_content_list .wa__popup_content_item .wa__member_status{     color: #F5A623;     font-size: 10px;     padding: 5px 0 0;     line-height: 1.125em !important; } .wa__popup_content_list .wa__popup_content_item .wa__popup_txt{     display: table-cell;     vertical-align: middle;     min-height: 48px;     height: 48px; } .wa__popup_content_list .wa__popup_content_item .wa__stt_offline{     border-left-color: #c0c5ca; } .wa__popup_avt_list{     font-size: 0;     margin: 7px 0 24px; } .wa__popup_avt_list .wa__popup_avt_item{     display: inline-block;     position: relative;     width: 46px; } 
 .wa__popup_avt_list .wa__popup_avt_img{     width: 60px;     height: 60px;     border-radius: 50%;     -webkit-border-radius: 50%;     -moz-border-radius: 50%;     position: relative;     overflow: hidden;     border: 2px solid #ffffff;     left: -7px; } .wa__popup_call_btn{     background: #2db742;     color: #ffffff;     text-decoration: none;     display: inline-block;     width: 275px;     max-width: 100%;     font-size: 16px;     padding: 14px 10px;     border-radius: 24px;     -webkit-border-radius: 24px;     -moz-border-radius: 24px;     margin: 25px 0 15px;     box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);     -webkit-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);     -moz-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2); } .wa__popup_call_btn.wa__popup_call_btn_lg:before{     content: '';     display: inline-block;     width: 20px;     height: 20px;     position: relative;     background: url('../img/whatsapp_logo.svg') 0 0 no-repeat;     background-size: 100% 100%;     -webkit-background-size: 100% 100%;     -moz-background-size: 100% 100%;     vertical-align: top;     top: 0px;     margin-right: -19px;     left: -31px;     transition: 0.2s ease background-image;     -webkit-transition: 0.2s ease background-image;     -moz-transition: 0.2s ease background-image; } .wa__popup_call_btn.wa__popup_call_btn_lg:hover:before, .wa__popup_call_btn.wa__popup_call_btn_lg:focus:before, .wa__popup_call_btn.wa__popup_call_btn_lg:active:before{     background-image: url('../img/whatsapp_logo.svg') } .wa__popup_chat_box_gray{     border-radius: 2px 2px 8px 8px; } .wa__popup_chat_box_gray .wa__popup_heading_gray{     background: #f8f8f8;     border-top: 3px solid #2db742;     color: #868c9a;     font-weight: 500; } .wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_title{     color: #595b60; } .wa__popup_chat_box_gray .wa__popup_heading_gray:before{     content: '';     background: url(../img/whatsapp_logo.svg) center top no-repeat;     background-size: 33px;     display: block;     width: 55px;     height: 33px;     position: absolute;     top: 20px;     left: 12px; } .wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_intro a{     color: #595b60; } .wa__popup_chat_box_ct{     width: 384px;     text-align: center; } .wa__popup_chat_box_ct .wa__popup_heading_ct{     text-align: center;     padding: 18px 0 18px; } .wa__popup_chat_box_ct .wa__popup_heading_ct:before {     content: '';     background: url(../img/whatsapp_logo.svg) center top no-repeat;     background-size: 30px;     display: block;     width: 30px;     height: 31px;     position: absolute;     top: 15px;     left: 72px; } .wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_title{     padding-left: 22px;     padding-bottom: 14px; } .wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_intro{     margin-top: -5px;     line-height: 12px; } .wa__popup_chat_box_ct .wa__popup_ct_avt_list:after{     content: '';     clear: both;     display: block; } .wa__popup_chat_box_ct .wa__popup_ct_content{     background: #ffffff;     padding: 0 0 14px; } .wa__popup_chat_box_ct .wa__popup_ct_content .wa__popup_notice{     padding-top: 18px;     padding-bottom: 15px; } .wa__popup_chat_box_ct .wa__popup_ct_content_item{     width: 33%;     float: left;     font-size: 10px; } .wa__popup_chat_box_ct .wa__popup_ct_content_item a{     text-decoration: none;     color: #989b9f; } .wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__popup_ct_txt{     padding-top: 8px; } .wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_name{     color: #363c47;     font-size: 13px; } .wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_duty{     color: #989b9f;     padding: 3px 0 0; } .wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_online{     color: #2db742;     font-size: 9px;     line-height: 12px;     display: inline-block;     padding: 3px 0 0 16px;     background: url('../imaaes/whatsapp_logo.svg') 0 3px no-repeat;     background-size: 12px auto;     -webkit-background-size: 12px auto;     -moz-background-size: 12px auto; } .wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_offline{     color: #f5a623;     font-size: 9px;     line-height: 12px;     padding: 2px 0 0; }
 .wa__popup_chat_box_ct .wa__popup_ct_avatar img{     border-radius: 50% } 
 .wa__popup_chat_box_ct .wa__popup_ct_call_btn{     width: 97px;     font-size: 11px;     padding: 9px 10px 11px;     margin: 15px 0 15px; } 
 .wa__btn_popup{     position: fixed;     right: 8px;     bottom: 47px;     cursor: pointer;     z-index: 999; } .wa__btn_popup .wa__btn_popup_icon{     width: 56px;     height: 56px;     background: #2db742;     border-radius: 50%;     -webkit-border-radius: 50%;     -moz-border-radius: 50%;     box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);     -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);     -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14); }
 .wa__btn_popup .wa__btn_popup_icon:before{     content: '';     position: absolute;     z-index: 1;     width: 100%;     height: 100%;     left: 0;     top: 0;     background: transparent url('../img/whatsapp_logo.svg') center center no-repeat;     background-size: 30px auto;     -webkit-background-size: 30px auto;     -moz-background-size: 30px auto;     transition: 0.4s ease all;     -webkit-transition: 0.4s ease all;     -moz-transition: 0.4s ease all; } 
 .wa__btn_popup .wa__btn_popup_icon:after{     content: '';     opacity: 0;     position: absolute;     z-index: 2;     width: 100%;     height: 100%;     left: 0;     top: 0;     background: transparent url('../img/x_icon.svg') center center no-repeat;     background-size: 14px auto;     -webkit-background-size: 14px auto;     -moz-background-size: 14px auto;     transition: 0.4s ease all;     -webkit-transition: 0.4s ease all;     -moz-transition: 0.4s ease all;     -ms-transform: scale(0) rotate(-360deg);     transform: scale(0) rotate(-360deg);     -webkit-transform: scale(0) rotate(-360deg);     -moz-transform: scale(0) rotate(-360deg); } .wa__btn_popup.wa__active .wa__btn_popup_icon:before{     opacity: 0;     -ms-transform: scale(0) rotate(360deg);     transform: scale(0) rotate(360deg);     -webkit-transform: scale(0) rotate(360deg);     -moz-transform: scale(0) rotate(360deg); } .wa__btn_popup.wa__active .wa__btn_popup_icon:after{     opacity: 1;     -ms-transform: scale(1) rotate(0deg);     transform: scale(1) rotate(0deg);     -webkit-transform: scale(1) rotate(0deg);     -moz-transform: scale(1) rotate(0deg); } .wa__btn_popup .wa__btn_popup_txt{     position: absolute;     width: 200px;     right: 100%;     background-color: #f5f7f9;     font-size: 14px;     color: #43474e;     top: 12px; 	font-weight:700;     /* top: 50%;     transform: translate(0,-50%);     -moz-transform: translate(0,-50%);     -webkit-transform: translate(0,-50%); */     padding: 7px 0 7px 12px;     margin-right: 7px;     letter-spacing: -0.03em;     border-radius: 4px;     -webkit-border-radius: 4px;     -moz-border-radius: 4px;     transition: 0.4s ease all;     -webkit-transition: 0.4s ease all;     -moz-transition: 0.4s ease all; } .wa__btn_popup.wa__active .wa__btn_popup_txt{     -ms-transform: translate(0,15px);     transform: translate(0,15px);     -webkit-transform: translate(0,15px);     -moz-transform: translate(0,15px);     opacity: 0;     visibility: hidden; } .product-list>ul {     margin: 0 -10px;     padding: 0;     list-style: none;     display: flex; } .product-list>ul>li {     width: 25%;     padding: 10px; } 
 
 