/*========================================
Author Name:   Codebasket
Template Type: Restaurant Management
Brand Color:   #bd8538, #79a1bb, #bd8538
Icon:          Ico font
Text font:     Lobster Two, Roboto
Version:       v1.0.01
-----------------------------

Thanks for purchasing the template. I hope the template will come in handy. If you want to develop this template then you can contact me, I will develop you at a very reasonable price. In addition, I am available for any kind of support.

By the way,
Don't forgot your feedback or ratings.

/* ======all font use====== */

@import url("https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1170px;
  }
}

/* ====end CSS Variable=== */

body {
  font-family: "Inter", sans-serif;
  color: #03144f;
  font-size: 15px;
  line-height: 25px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #161513;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
  font-family: "Fraunces", serif;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 38px;
  margin-bottom: 15px;
}

ul {
  padding: 0;
  list-style: none;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #E3481E;
}

/*========== BASE ==========*/

*,
::before,
::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

button:focus {
  outline: none;
}

img {
  max-width: 100%;
}

/* ==========custom button ==== */

.custom-btn {
  outline: none;
  background: #f35a24;
  color: #fff;
  padding: 10px 25px;
  transition: 0.3s;
  display: inline-block;
  border: none;
  border-radius: 3px;
}

.custom-btn1 {
  outline: none;
  background: #f35a24 !important;
  color: #fff;
  padding: 10px 25px;
  transition: 0.3s;
  display: inline-block;
  border: none;
  border-radius: 3px;
}

.banner-2 .custom-btn {
  background: #79a1bb;
}

.custom-btn-alt {
  outline: none;
  background: #fff;
  color: #bd8538;
  padding: 10px 25px;
  transition: 0.3s;
  display: inline-block;
}

.custom-btn-alt:hover {
  background: #bd8538;
  color: #fff;
}

.custom-btn:hover {
  background: #161513;
  color: #fff;
}

.cmy-5 {
  margin: 3rem 0rem;
}

.cmt-5 {
  margin-top: 3rem;
}

.cmb-5 {
  margin-bottom: 3rem;
}

.cmb-7 {
  margin-bottom: 80px;
}

.cpt-5 {
  padding-top: 3rem;
}

.cpb-5 {
  padding-bottom: 3rem;
}

.cmt-6 {
  margin-top: 100px;
}

.cmb-6 {
  margin-bottom: 100px;
}

.cpt-6 {
  padding-top: 105px;
}

.cpb-6 {
  padding-bottom: 105px;
}

.cpy-5 {
  padding: 3rem 0rem;
}

.cpy-6 {
  padding: 105px 0;
}

.cpy-8 {
  padding-top: 105px;
  padding-bottom: 80px;
}

.z-1 {
  z-index: 1;
}

/* page loader  */

#preloader {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loader3 {
  width: 5rem;
  height: 5rem;
  display: inline-block;
  padding: 0px;
  text-align: left;
}

.loader3 span {
  position: absolute;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background: #bd8538;
  -webkit-animation: loader3 1.5s linear infinite;
  animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.8;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.8;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

.wrapper {
  overflow-x: hidden;
}

.custom-btn-light {
  outline: none;
  background: #bd8538;
  color: #fff;
  padding: 10px 35px;
  transition: 0.3s;
  display: inline-block;
  border: none;
}

.custom-btn-light:hover {
  background: #fff;
  color: #bd8538;
}

.header.header-1.navbar-fixed {
  position: fixed;
  background-color: #c53a33;
  z-index: 2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  box-shadow: 0px 7px 20px 0px #adadad4a;
}

.header-default.header {
  background-color: #c53a33;
  position: relative;
  z-index: 1;
}

.header {
  width: 100%;
  position: absolute;
  z-index: 99;
  background-color: #c53a33;
}

.header-2 {
  padding: 30px 0;
}

.header-2 a:hover {
  color: #79a1bb;
}

.header-2.theme-3 a:hover {
  color: #bd8538;
}

/* .logo {
  padding: 15px 0;
} */
.logo img {

  height: 125px;
}

img.contact-icon {
  padding-right: 10px;
}

/* toggle menu  */

.search-input:focus {
  box-shadow: none !important;
}

.search-form.active {
  display: block;
}

/* ==========header end ===== */

/* ** Feature section */

/* ======================================================
                Social 
====================================================== */

ul.right-social-ul {
  display: flex;
  align-items: center;
  writing-mode: vertical-lr;
  position: absolute;
  right: 0;
  top: 25%;
}

ul.right-social-ul li {
  padding: 12px;
}

.share-link {
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  margin-top: 20px;
  display: flex;
}

.share-link:hover {
  color: #bd8538;
  text-decoration: revert;
}

.social-sec-2 .share-link {
  color: #fff;
}

.social-sec-2 .share-link:hover {
  color: #79a1bb;
}

.social-sec-3 .share-link:hover {
  color: #bd8538;
}

/* ==========================
        Banner 
========================== */

.banner {

  background-color: #3d1219;
}

.banner.banner-1 {
  background-repeat: no-repeat;
  background-size: cover;
  height: 760px;
  display: flex;
  align-items: center;
  padding-top: 0;
  position: relative;
  padding-top: 100px;
  bac
}

.banner-1 .bannerSlider .swiper-wrapper .swiper-slide {
  padding: 50px 0;
}



@media screen and (max-width: 991px) {
  .banner.banner-1 {
    height: auto !important;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .banner-1 .bannerSlider .swiper-wrapper .swiper-slide {
    padding: 0px 0;
  }
}

.slider-details {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-item-img img {
  width: 90%;
}

.banner-1 .text-inner .sm-title {
  font-size: 20px;
  font-family: "Lobster Two", cursive;
  color: #bd8538;
  line-height: 1;
}

.banner-title {
  font-size: 48px;
  margin: 23px 0;
  line-height: 1.2;
  color: #03144f;
}

.banner-2 .banner-title {
  color: #03144f;
}

.banner-1 .banner-des {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 40px;
  color: #f35a24;
}

.serv-list .list-des p {
  margin-bottom: 0;
}

.mb-15 {
  margin-bottom: 15px;
}

.review p {
  margin-bottom: 0;
}

/* =============banner slider======== */

.banner-pagination {
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: 10px;
}

.banner.banner-1 .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 30px;
}

.banner.banner-1 .banner-pagination .swiper-pagination-bullet {
  width: 60px;
  border-radius: 0;
  height: 5px;
  background: #03144f;
  opacity: 1;
}

.banner.banner-1 .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #f35a24;
}

.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #79a1bb;
  opacity: 1;
}

.banner-1 .bannerSlider .swiper-wrapper {
  padding: 50px 0;
}

/* =========================================================
                    Feature section style 
========================================================= */

.feature-card {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}

.feature-card:hover {
  border-color: #fff;
  box-shadow: 0px 0px 20px 1px #e7e6e6;
  background: #fff;
}

.feature-box {
  display: inline-flex;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #f35a24;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.feature-name {
  font-size: 20px;
  margin-bottom: 10px;
  transition: 0.3s;

}

.feature-name a {
  color: #161513;
}

.discover-bt {
  color: #03144f;
  font-weight: 500;
  margin-top: 10px;
  display: flex;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  justify-content: center;
  align-items: center;
}

.discover-bt:before,
.discover-bt::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #03144f;
  display: inline-flex;
  margin: 10px;
  transform: rotate(45deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.feature-details {
  padding: 20px 10px;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 0;
}

.feature-card:hover .feature-name a {
  color: #bd8538;
}

.feature-card:hover .discover-bt {
  color: #bd8538;
}

.feature-card:hover .discover-bt:before {
  content: "";
  background: #fce0c7;
}

.feature-card:hover .discover-bt::after {
  content: "";
  background: #fce0c7;
}

/* ==========================================
        Subscribe 
========================================== */
.hero-text {
  height: 100%;
  align-items: center;
  display: grid;
  align-items: center;
}

.subscribe {
  padding: 100px 0;
  background: #03144f0007d;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #bd8538;
  outline: 0;
  box-shadow: none;
}

.footer-2 .form-control:focus {
  border-color: #79a1bb;
}

.subs-title {
  color: #fff;
  font-size: 30px;
  margin-bottom: 5px;
  line-height: 1.4;
}

.subs-des {
  color: #fff;
  font-size: 15px;
}

.input-group-text {
  border: none;
  border-radius: 0;
}

/* =============================
            ABOUT
============================= */

.about-title {
  font-size: 36px;
}

.service-name {
  font-size: 16px;
}

.ab-service-li {
  display: flex;
  align-items: center;
}

.service-name-des {
  margin-left: 20px;
}

.about-1 .service-icon {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff9f4;
  flex: 0 0 55px;
  max-width: 55px;
}

.about-details {
  padding-left: 10px;
}

.padleft40 .footer-content-wrapper {
  padding-left: 40px;
}

.padright40 .footer-content-wrapper {
  padding-right: 40px;
}

/* ==================================================
                    Product section 
================================================== */

.product-inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;

}

.cat-menu-li {
  display: inline-grid;
  margin: 13px;
  cursor: pointer;
}

.product.product-2,
.product-2 .all-product {
  background-color: transparent;
}

img.cat-icon {
  width: 70px;
}

.about-2 .sec-sm-title,
.contact-area-2 .sm-title {
  color: #79a1bb;
}

.contact-area-2 .custom-btn {
  background-color: #79a1bb;
}

.contact-area-2 .custom-btn:hover {
  background: #161513;
}

.cat-name {
  font-size: 20px;
  font-family: "Lobster Two", cursive;
  transition: 0.3s;
}

.product-2 .sm-title {
  color: #79a1bb;
}

.product-2 .cat-name {
  font-size: 15px;
  color: #03144f;
}

.cat-menu-li:hover span {
  color: #bd8538;
}

.product-2 .cat-menu-li span {
  color: #79a1bb;
}

.product-2 .cat-menu-li:hover span {
  color: #79a1bb;
}

.cat-menu-li.mixitup-control-active span {
  color: #bd8538;
}

.product-2 .cat-menu-li.mixitup-control-active span {
  color: #79a1bb;
}

.product-card {
  background: #fff;
  position: relative;
  box-shadow: 0px 6px 20px 1px #ddd;
}

.product-card:hover .product-img img {
  transform: scale(1.05);
}

.product-details {
  padding: 18px 10px;
}

.all-product-1 .product-img img {
  width: 100%;
}

.all-product-1 .product-card {
  padding: 0;
  text-align: start;
}

.all-product-1 .product-details {
  padding: 25px;
}

.product-img img {
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.product-img img:hover {

  transform: scale(0.9);
}

.product-img {
  overflow: hidden;
  /* background-color: #f2f2f2; */
}

.cart-price-wishlist {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sm-custom-btn:hover {
  color: #fff;
}

.product-sm-des {
  margin: 10px 0;
}

.delivery {
  color: #bd8538;
  background-position: right center;
}

.pb-70 {
  padding-bottom: 70px;
}

.sm-custom-btn {
  color: #fff;
  background: #161513;
  padding: 6px 10px;
  font-size: 18px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.product-price {
  position: absolute;
  background: #bd8538;
  color: #fff;
  padding: 3px 15px;
  top: 10px;
  left: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.product-card:hover .product-price {
  opacity: 1;
  visibility: visible;
}

.wishlist-btn {
  opacity: 0;
  visibility: hidden;
}

.product-card:hover .wishlist-btn {
  opacity: 1;
  visibility: visible;
}

.sm-custom-btn.wishlist-btn {
  background: none;
  border: 1px solid #ddd;
  color: #bd8538;
}

.product-card:hover .cart-btn {
  background: #bd8538;
}

/* ==================app section ============= */

.app-inner {
  background-repeat: no-repeat;
  background-size: cover;
}

.app-feature {
  padding: 50px;
}

.app-title {
  font-size: 36px;
  line-height: 1.3;
  color: #bd8538;
}

.app-feature p {

  color: #fff;
}

.app-store {
  display: flex;
}

.store img {
  width: 151px;
  margin: 15px 10px 0 0;
}

.app-img {
  position: relative;
}

img.app-one {
  position: absolute;
  right: 0;
  animation-delay: 2s;
  width: 48%;
  animation: second-app 1.5s linear infinite alternate;
  -webkit-animation: second-app 1.5s linear infinite alternate;
}

@-webkit-keyframes second-app {
  0% {
    margin-top: -13px;
  }

  100% {
    margin-top: -20%;
  }
}

@keyframes second-app {
  0% {
    transform: translateY(-13px);
  }

  100% {
    transform: translateY(-30px);
  }
}

.app-section-1 img.app-tow {
  margin-top: 50px;
}

@-webkit-keyframes first-app {
  0% {
    margin-top: -20%;
  }

  100% {
    margin-top: -15%;
  }
}

@keyframes first-app {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(15px);
  }
}

/* ============availability===== */


.note-li:hover {
  color: #bd8538;
  border-color: #bd8538;
}

.note-footer-text {
  font-size: 20px;
  margin-bottom: 5px;
  color: #161513;
}

.note-footer-text:hover {
  color: #bd8538;
}

/* ====================================================
                Team 
==================================================== */

.team {
  padding-top: 105px;
}

.member-img img {
  width: 100%;
  transition: 0.6s;
}

.member-img a {
  display: block;
}

.team-card:hover .member-img img {
  transform: scale(1.05);
}

.team-card.team-details-card:hover .member-img img {
  transform: scale(1);
}

.member-img {
  overflow: hidden;
}

.team-card {
  text-align: center;
  box-shadow: 0px 9px 20px 1px #98767626;
}

.member-details {
  padding: 15px 10px;
}

.team-card::after {
  content: "";
  height: 2px;
  width: 65%;
  background: #03144f;
  display: block;
  margin: auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.member-name {
  font-size: 20px;
  padding-bottom: 7px;
  color: #161513;
  font-weight: 600;
  transition: 0.3s;
  display: block;
}

.member-name:hover {
  color: #bd8538;
}

.team-card:hover::after {
  background: #bd8538;
}


/* ====================================================================
                    Customer Review 
==================================================================== */

.customer-name span {
  font-size: 13px;
  font-weight: 400;
}

.review-item {
  margin: 15px 0;
}

.review-pagination {
  text-align: center;
  display: flex;
  justify-content: start;
  align-items: center;
  bottom: 10px;
}

.customer-1 .review-pagination .swiper-pagination-bullet-active {
  background: #bd8538;
}

.customer-1 .review-pagination {
  margin-bottom: 41px;
  margin-left: 48px;
  position: absolute;
  z-index: 99;
  text-align: center;
  display: flex;
  justify-content: start;
  align-items: center;
  bottom: -40px;
  left: 0;
  width: 100%;
}

/* ============================================================================
                                Blog and news
============================================================================ */


.post-des {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.date-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-card {
  background: #fff;
  box-shadow: 0px 5px 20px 1px #03144f00029;
}

.view-more {
  color: #03144f;
  transition: 0.3s;
  border-bottom: 2px solid #7a7a7a;
  font-weight: 600;
}

.view-more:hover {
  color: #bd8538;
  border-color: #bd8538;
}

.latest-blog-2 .view-more:hover {
  color: #79a1bb;
  border-color: #79a1bb;
}


/* ====================responsive======== */

@media screen and (max-width: 767px) {

  /* .app-section {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0;
  } */
  /* .availability {
    margin-top:105px;
  } */
  .cpy-8 {

    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 500px) {
  .store img {
    width: 96% !important;
  }
}

.delivery-text {
  color: #bd8538;
}

.banner-bg {
  height: 750px;
  display: flex;
  align-items: center;
}

.text-inner .sm-title {
  font-weight: 600;
  color: #fff;
}

.banner-3 .text-inner .sm-title {
  color: #bd8538;
}

.bannerone {
  background-image: url(../img/slider/banner-2.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-img-tow {
  background-image: url(../img/slider/baner21.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-img-there {
  background-image: url(../img/slider/baner22.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.about-img {
  height: 100%;
  display: flex;
  align-items: center;
}

.banner-2 .text-inner {
  padding-top: 60px;
}

/* ======================================================
                Social 
====================================================== */

ul.right-social-ul {
  display: flex;
  align-items: center;
  writing-mode: vertical-lr;
  position: absolute;
  right: 0;
  top: 25%;
  z-index: 99;
}

ul.right-social-ul li {
  padding: 12px;
}

/* ==========================
        Banner 
========================== */

.sm-title {
  font-size: 20px;
  font-family: "Lobster Two", cursive;
  color: #03144f;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}

.banner-title a {
  color: #03144f;
  text-decoration: underline;
}

.banner-des {
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 40px;
}

/* ======video animation ======= */

.video-btn {
  width: 45px;
  height: 45px;
  background: #bd8538;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #fff;
  margin-right: 20px;
  position: relative;
}

.video-btn:hover {
  color: #fff;
}

.banner-2 .video-btn {
  background: #79a1bb;
}

.contact-area-2 .video-btn {
  background: #79a1bb;
}

.watch {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.watch span.wc-btn {
  color: #fff;
  font-weight: 500;
}

.banner-1 .watch .wc-btn {
  color: #161513;
}

.video-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 45px;
  height: 45px;
  background: #bd8538;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.banner-2 .video-btn:before {
  background: #79a1bb;
}

.contact-area-2 .video-btn:before {
  background: #79a1bb;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
  }
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 80);
  opacity: 0;
  transition: all ease 500ms;
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -ms-transition: all ease 500ms;
  -o-transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 35px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

.video-overlay-close:hover {
  color: #bd8538;
}

.video-btn span {
  z-index: 10;
}

/* =============banner slider======== */

.banner-pagination {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  z-index: 1;
  margin-bottom: 20px;
}

.banner-pagination .swiper-pagination-bullet {
  width: 50px;
  border-radius: 0;
  height: 5px;
  background: #fff;
  opacity: 1;
}

/* =========================about============ */
.describe-2 .custom-btn {
  display: inline-block;
  margin-top: 20px;
  background: #79a1bb;
}

.describe-2 .custom-btn:hover {
  background: #161513;
}

.sec-sm-title {
  color: #bd8538;
  text-transform: capitalize;
  font-family: "Lobster Two", cursive;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}

.title {
  font-size: 36px;
  line-height: 1.3;
}

.des {
  padding: 15px 0;
}

.content-title {
  font-size: 20px;
  margin-top: 10px;
}

ul.about-ul li {
  width: 50%;
}

ul.about-ul {
  display: flex;
}

.serv-list {
  display: flex;
  align-items: center;
}

.serv-list img {
  height: 60px;
  padding: 5px;
}

.list-des {
  padding: 5px 15px;
}

.list-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.about-role {
  margin: 6px 0;
}

/* ===============describes=========== */

.describe {
  background-image: url(../img/call-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 95px 0;
}

.describe-content {
  text-align: center;
  color: #fff;
}

.call-sec-title {
  color: #fff;
  padding: 15px;
  font-size: 36px;
}

.describe-sm-title {
  text-transform: uppercase;
}

.call-number {
  font-size: 20px;
  padding-bottom: 13px;
}

/* ==========================Product section style ================= */

.status-product {
  display: inline-block;
  background: #bd8538;
  padding: 0px 10px;
  color: #fff;
  position: absolute;
  left: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.product-card:hover .status-product {
  opacity: 1;
  visibility: visible;
}

.product-2 .status-product {
  background: #79a1bb;
}

ul.cat-menu {
  display: initial;
  justify-content: center;
  align-items: center;
}

.cat-menu-li {
  padding: 1px 10px;
  cursor: pointer;
  transition: 0.3s;
  margin: 3px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  display: inline-grid;
  border-bottom: 2px solid;
  border-color: #fff;
  margin-top: 7px;
}

.product-card {
  text-align: center;
  position: relative;
  box-shadow: rgb(240 240 240) 0px 0px 41px 1px;
  padding: 10px;
  transition: 0.3s;
}

.product-name {
  color: #161513;
  font-weight: 600;
  font-size: 13px;
  transition: 0.3s;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.product-name:hover {
  color: #bd8538;
}

.header-2 .product-name:hover {
  color: #79a1bb;
}

.header-2.theme-3 .product-name:hover {
  color: #bd8538;
}

.product-2 .product-name:hover {
  color: #79a1bb;
}

.latest-blog-2 .post-title:hover {
  color: #79a1bb;
}

ul.pd-btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.rating li span {
  color: #f6d807;
  padding: 3px;

}

ul.rating li span.unrated {
  color: #ddd;
}

.shop-btn {
  border: 1px solid #ddd;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #161513;
  text-decoration: none;
  margin: 3px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.mt-50 {
  margin-top: 50px;
}

.shop-btn:hover {
  background: #bd8538;
  color: #fff;
  border-color: #bd8538;
}

.product-2 .shop-btn:hover {
  background: #79a1bb;
  border-color: #79a1bb;
}

/* ========================video area and contact section============ */

.video-area {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 200px;
  height: 500px;
}

.delivery-area-3 .video-area {
  height: 385px;
}

.right-input-icon {
  position: absolute;
  right: 0;
  padding: 6px;
  color: #161513;
  z-index: 5;
  padding-right: 18px;
}

.submit-button-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.contact-offer img {
  width: 100%;
  height: 100%;
}

.contact-offer {
  text-align: right;
  height: 100%;
}

.form-wrapper {
  margin-top: -290px;
  background: #fff;
  /* box-shadow: 0px 11px 13px 1px #78787826; */
}

.form-inside {
  padding: 40px 30px;
  box-shadow: 0px 11px 13px 1px #78787826;
}

/* ====================================pricing table ========= */

.pricing-card {
  text-align: center;
  background: #bd8538;
  padding: 50px 30px;
  color: #fff;
  border: 2px solid #bd8538;
  transition: 0.3s;
}

.pricing-card.active {
  transform: scale(1.2);
  background: #fff;
  color: #161513;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.pricing-2 .pricing-card {
  background: #79a1bb;
  border: 2px solid #79a1bb;
}

.pricing-2.theme-1 .pricing-card {
  background: #bd8538;
  border: 2px solid #bd8538;
}

.pricing-2 .pricing-card.active {
  background: #fff;
}

.pricing-2 .custom-btn-alt {
  color: #79a1bb;
  margin-top: 10px;
}

.pricing-2.theme-1 .custom-btn-alt {
  color: #bd8538;
}

.pricing-2 .custom-btn-alt:hover {
  background: #79a1bb;
}

.pricing-2.theme-1 .custom-btn-alt:hover {
  background: #bd8538;
}

.pricing-2 .pricing-card:hover .custom-btn-alt {
  background: #79a1bb;
  color: #fff;
}

.pricing-2.theme-1 .pricing-card:hover .custom-btn-alt {
  background: #bd8538;
  color: #fff;
}

.pricing-2 .pricing-card.active .custom-btn-alt {
  background: #79a1bb;
}

.pricing-2.theme-1 .pricing-card.active .custom-btn-alt {
  background: #bd8538;
}

.plan-name {
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
}

.pricing-2 .sm-title {
  color: #79a1bb;
}

.pricing-2.theme-1 .sm-title {
  color: #bd8538;
}

ul.future-list {
  padding: 10px 0;
}

ul.future-list li {
  margin: 5px 0;
}

.currency-type {
  font-size: 18px;
  display: inline;
}

.plan-price {
  color: #fff;
  font-size: 45px;
}

.package-time {
  font-size: 15px;
}

.pricing-card.active .plan-name {
  color: #161513;
}

.pricing-card.active .plan-price {
  color: #161513;
}

.pricing-card:hover .plan-name {
  color: #161513;
}

.pricing-card:hover .plan-price {
  color: #161513;
}

.pricing-card:hover .custom-btn-alt {
  background: #bd8538;
  color: #fff;
}

.pricing-card.active ul.future-list {
  color: #03144f;
}

.pricing-card.active .custom-btn-alt {
  background: #bd8538;
  color: #fff;
}

.pricing-card-sec {
  margin-top: 52px;
  margin-bottom: 20px;
}

/* =============================================
        customer 
=========================================== */
.customer-details {
  text-align: center;
}

.customer-img {
  width: 130px;
  height: 130px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}

.customer-2 .customer-img {
  margin-bottom: 25px;
}

.customer-img img {
  width: 100%;
}

.message {
  padding: 20px;
  font-size: 15px;
  line-height: 25px;
}

.review-pagination span.swiper-pagination-bullet-active-main {
  background-color: #bd8538;
  width: 8px;
  height: 8px;
}

span.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}

/* ============================================================================
                                Blog and news
============================================================================ */

.latest-blog {
  background-size: cover;
  background-repeat: no-repeat;
}

.post-img {
  overflow: hidden;
}

.post-img img {
  width: 100%;
  transition: 0.6s;
}

.post-card:hover .post-img img {
  transform: scale(1.05);
}

.post-des {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.post-card {
  background: #fff;
  box-shadow: 0px 5px 20px 1px #03144f00029;
}

.view-more {
  color: #03144f;
  transition: 0.3s;
  border-bottom: 2px solid #7a7a7a;
  font-weight: 600;
}


.delivery-text {
  color: #bd8538;
}

/* ===================================================
            Header 
=================================================== */

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0px;
}

.header.navbar-fixed {
  position: fixed;
  background-color: #3d1219;
  z-index: 100;
  padding: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  box-shadow: 0px 7px 20px 0px #adadad4a;
}

.slider-item-img {
  text-align: center;
}

.watch.justify-content-center {
  margin: 0;
}


/* toggle menu end  */

.search-form {
  display: none;
}

.second-home-nav {
  background: #fff;
  padding: 0 25px;
}

.header.navbar-fixed .second-home-nav {
  background: #fff;
  box-shadow: 0px 7px 20px 0px #adadad4a;
}

.right-menu-icon {
  margin-left: 50px;
  display: none;
}

.icon-item {
  padding: 20px 7px;
  position: relative;
}

.cart-count {
  border: 1px solid #ddd;
  padding: 0;
  min-width: 15px;
  height: 15px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 10px;
  top: -10px;
  right: -8px;
}

.cart-menu {
  position: absolute;
  background: #FFFAF3;
  backdrop-filter: blur(5px);
  right: 0;
  padding: 10px;
  width: 275px;
  box-shadow: 0px 11px 20px 1px #54545445;
  margin-top: 100px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  padding-bottom: 20px;
}

.nav-list {
  position: relative;
}

.cart-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.cart-img img {
  width: 50px;
}

.remove-icon {
  color: #161513;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.remove-icon:hover {
  color: #bd8538;
}

.header-2 .remove-icon:hover {
  color: #79a1bb;
}

.header-2.theme-3 .remove-icon:hover {
  color: #bd8538;
}

.cart-px-name {
  font-size: 14px !important;
}

.nav-list:hover .cart-menu {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}

/* ==========header end ===== */

.cart-modal-btn {
  display: flex;
  justify-content: space-around;
}

.header-2 .cart-modal-btn .custom-btn {
  background: #79a1bb;
}

.header-2 .cart-modal-btn .custom-btn:hover {
  background: #161513;
}

.header-2.theme-3 .cart-modal-btn .custom-btn {
  background: #bd8538;
}

.header-2.theme-3 .cart-modal-btn .custom-btn:hover {
  background: #161513;
}

/* ======================================================
                Social 
====================================================== */

ul.right-social-ul {
  display: flex;
  align-items: center;
  writing-mode: vertical-lr;
  position: absolute;
  right: 0;
  top: 25%;
  z-index: 1;
}

ul.right-social-ul li {
  padding: 12px;
}

.share-link {
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.share-link:hover {
  color: #bd8538;
  text-decoration: revert;
}

/* ===============================social end============ */

/* ====================Banner============ */

.slider-details {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-1 .slider-item-img img {
  width: 94%;
  padding-top: 0px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.banner-btn-sec {
  display: flex;
  align-items: center;
}

.about-img {
  display: flex;
  align-items: center;
  height: 100%;
}

/* =============banner slider======== */

.banner-pagination {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bannerSlider .swiper-wrapper {
  padding: 0;
}

@media screen and (max-width: 991px) {
  .bannerSlider .swiper-wrapper {
    padding: 0 !important;
  }
}


/* ===============banner end =============== */

/* =========================about============ */

.des {
  padding: 15px 0;
}

ul.about-ul li {
  width: 65%;
}

.serv-list {
  display: flex;
  align-items: center;
}

.serv-list img {
  height: 50px;
  padding: 5px;
}

.list-des {
  padding: 15px;
}

.list-title {
  font-size: 20px;
  margin-bottom: 5px;
}

.about-role {
  margin-bottom: 10px;
}

.about-content {
  padding-left: 25px;
}

/* ==========================================
        Subscribe 
========================================== */
.mb-120 {
  margin-bottom: 120px;
}

.subscribe-wrapper {
  background-image: url("../img/image/ad-ban-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-text {
  height: 100%;
  align-items: center;
  display: flex;
}

.subscribe {
  padding: 100px 0;
  background: #03144f0007d;
  position: relative;
}

.content-subs {
  z-index: 5;
}

.subscribe::before {
  content: "";
  clip-path: polygon(0% 0%, 100% 0%, 76% 100%, 0% 100%);
  background: #bd8538e3;
  height: 100%;
  display: block;
  width: 60%;
  position: absolute;
  top: 0;
}

.subscribe-wrapper-1 .subscribe::before {
  display: none;
}

.contact-area-2 .form-control:focus {
  border-color: #79a1bb;
}

.subscribe-wrapper-1 .form-control {
  padding: 0.775rem 0.75rem;
  border-radius: 0;
}

.subs-des {
  color: #fff;
  font-size: 18px;
}

.input-group-text {
  border: none;
  border-radius: 0;
}

.hero-text {
  align-items: center;
  display: flex;
}

.hero-form {
  width: 100%;
}

/* ==========================Product section style ================= */

.product {
  background: #fff9f4;
}

.all-product {
  background: #fff9f4;
}

.project-title {
  font-size: 20px;
  font-weight: 600;
  color: #161513;
  transition: 0.3s;
}

.project-title:hover {
  color: #bd8538;
}

ul.cat-menu {
  display: initial;
  justify-content: center;
  align-items: center;
}

.cat-menu-li {
  padding: 5px 20px;
  cursor: pointer;
  transition: 0.3s;
  margin: 3px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  display: inline-grid;
}

.product-card {
  text-align: center;
  position: relative;
}

ul.rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

ul.pd-btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.rating li span {
  color: #f6d807;
  padding: 3px;
}

ul.rating li span.unrated {
  color: #ddd;
}

.price {
  color: #161513;
  margin-bottom: 12px;
}

.shop-btn {
  border: 1px solid #ddd;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #161513;
  text-decoration: none;
  margin: 3px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

/* =======================================================Delivery========== */

.delivery {
  background-repeat: no-repeat;
  background-size: 100%;
  height: 315px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 30px;
  padding-bottom: 40px;
}

.delivery-img img {
  width: 100%;
  position: absolute;
  right: 0%;
  top: -65px;
}

.delivery-img {
  text-align: center;
  position: relative;
}

.delivery-content {
  color: #fff;
}

.delivery-title {
  color: #fff;
}

.delivery-content p {
  padding: 20px 0;
}

.delivery {
  margin-top: -175px;
}

.delivery .row {
  width: 100%;
}

/* =============================================
        customer 
=========================================== */
.customer {
  position: relative;
  z-index: 1;
}

.customer-details {
  text-align: center;
}

.customer-name {
  margin-top: 10px;
}

.message {
  padding: 20px;
  font-size: 15px;
  line-height: 25px;
}

.customer-1 .customer-img {
  width: 100%;
  border-radius: 0;
  min-height: 430px;
}

.mt-35 {
  margin-top: 35px;
}

.customer-2 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.customer-2 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.customer-2 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  width: 15px;
  height: 15px;
}

.customer-2 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
  background: #79a1bb;
}

.customer-2 .review-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  position: absolute;
  z-index: 99;
}

.customer-2 .review-item {
  margin-top: 0;
}

.customer-2 .sm-title {
  color: #79a1bb;
}

.latest-blog-2 .sm-title {
  color: #79a1bb;
}

/* ============================================================================
                                Blog and news
============================================================================ */

.post-des {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.post-card {
  background: #fff;
  box-shadow: 0px 5px 20px 1px #03144f00029;
}

.view-more {
  color: #03144f;
  transition: 0.3s;
  border-bottom: 2px solid #7a7a7a;
  font-weight: 600;
}


/* ================================service =================== */

.pl-40 {
  padding-left: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.service-icon img {
  transition: 0.3s;
  width: 60px;
  height: 60px;
}

.about-1 .service-icon img {
  width: auto;
  height: auto;
}

.service-card:hover .service-name {
  color: #fff;
}

.service-card:hover .service-sm-des {
  color: #fff;
}

.service-card:hover .show-btn {
  color: #fff;
}

/* ==================app section ============= */

.app-section {
  margin: 12px 0 82px;
}


img.app-tow {
  position: absolute;
  left: 0;
  animation-delay: 2s;
  width: 48%;
  animation: first-app 1.5s linear infinite alternate;
  -webkit-animation: first-app 1.5s linear infinite alternate;
}

@-webkit-keyframes first-app {
  0% {
    margin-top: -20%;
  }

  100% {
    margin-top: -15%;
  }
}

@keyframes first-app {
  0% {
    transform: translateY(-20%);
  }

  100% {
    transform: translateY(-15%);
  }
}

.delivery-text {
  color: #bd8538;
}

/* ====================================================about page ================== */

.page-banner {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 140px 0;
}

.menu-product .cat-name {
  font-family: inherit;
  font-size: 18px;
}

.menu-product .cat-menu-li {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 2px solid transparent;
  margin-top: 5px;
}

.menu-product .cat-menu-li.mixitup-control-active {
  border-color: #bd8538;
}

.page-ban-content {
  text-align: center;
}

.mt-25 {
  margin-top: 25px;
}

.breadcrumb-list a {
  color: #fff;
  transition: 0.3s;
}

.breadcrumb-list a:hover {
  color: #bd8538;
}

.breadcrumb-list span {
  color: #fff;
}

.page-head {
  color: #fff;
}

.mb-25 {
  margin-bottom: 25px;
}

.note-title {
  font-size: 36px;
}

.available-head {
  font-size: 36px;
  line-height: 1.3;
}

.sec-title {
  font-size: 36px;
}

.service-name {
  font-size: 16px;
}

.ab-service-li {
  display: flex;
  align-items: center;
}

.service-name-des {
  margin-left: 20px;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.about-details {
  padding-left: 10px;
}

/* ===========================about END=============== */

/* ===============describes=========== */

.describe {
  background-image: url(../img/call-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 95px 0;
}

.describe-content {
  text-align: center;
  color: #fff;
}

.call-sec-title {
  color: #fff;
  padding: 15px;
  font-size: 36px;
}

.describe-sm-title {
  text-transform: uppercase;
}

.call-number {
  font-size: 20px;
  padding-bottom: 13px;
}

/* ====================================================
                Team 
==================================================== */

.member-img img {
  width: 100%;
}

.team-card {
  text-align: center;
  box-shadow: 0px 9px 20px 1px #98767626;
}

.member-details {
  padding: 20px 15px;
}

.team-card::after {
  content: "";
  height: 2px;
  width: 65%;
  background: #03144f;
  display: block;
  margin: auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.member-name {
  font-size: 20px;
  padding-bottom: 7px;
  color: #161513;
  font-weight: 600;
  transition: 0.3s;
  display: block;
}

.member-name:hover {
  color: #bd8538;
}

.team-details-card .member-name:hover {
  color: #161513;
}

.team-card:hover::after {
  background: #bd8538;
}

/* ============availability===== */

.bg-availa {
  background: #03144f0007d;
  padding: 50px 0;
}

.available-note {
  /* position: absolute; */
  background: #fff;
  width: 100%;
  padding: 42px 20px;
  border-radius: 18px;
  box-shadow: 0px 15px 20px 1px #9c9c9c52;
}

.note-li {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #ddd;
  padding: 5px;
  transition: 0.3s;
  cursor: pointer;
}

.avail-inner {
  width: 100%;
  position: relative;
  margin-top: 20px;
}

.note-head {
  text-align: center;
  padding-bottom: 21px;
}

.note-title {
  margin-top: 10px;
}

.note-footer {
  text-align: center;
  padding-top: 25px;
  font-family: "Lobster Two", cursive;
}


.available-head {
  color: #fff;
  margin: 20px 0;
}

.available-content {
  color: #fff;
}

.available-content li {

  font-size: 22px;
  line-height: 38px;
  margin: 12px 0px;
}

/* ====================================================================
                    Customer Review 
==================================================================== */

.service-name-des h4 {
  font-size: 16px !important;
}

.review {
  padding: 50px;
  box-shadow: 0px 0px 13px 1px #ddd;
  border-left: 2px solid #bd8538;
  height: 100%;
  padding-top: 25px;
}

.review-title {
  font-size: 28px;
  line-height: 1.4;
}

.review p {
  padding: 20px 0;
}

.customer-name {
  font-size: 20px;
}


/* =====================About page end ========= */

/* ================================service =================== */

.service-card {
  padding: 28px;
  border: 1px solid #ddd;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.service-icon.serv-icon {
  width: 100%;
  background: none;
}

.service-name {
  font-size: 20px;
  margin: 15px 0;
  transition: 0.3s;
}

.service-sm-des {
  margin-bottom: 20px;
  transition: 0.3s;
}

.show-btn {
  font-size: 17px;
  text-decoration: revert;
  font-weight: 400;
  color: #bd8538;
  transition: 0.3s;
}

.service-card:hover {
  background: #fbf6ef;
}

.service-card:hover .service-icon img {
  filter: invert(1);
}

.service-card:hover .service-name {
  color: #fff;
}

.service-card:hover .service-sm-des {
  color: #fff;
}

.service-card:hover .show-btn {
  color: #fff;
}

/* ========================service details ==================== */

.post-inner-img {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.service-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #ddd;
  padding: 8px 0;
}

.service-link {
  color: #03144f;
  transition: 0.3s;
}

.service-link:hover {
  color: #bd8538;
}

.title-name {
  font-size: 20px;
  display: inline-block;
}

.service-list {
  margin-top: 10px;
}

.note-head.bars {
  text-align: left;
}

.note-head.bars h2 {
  font-size: 20px;
}

.note-head.bars h4 {
  font-size: 15px;
}

.pl-50 {
  padding-left: 50px;
}

.product-slider img {
  width: 100%;
}

.mt-25 {
  margin-top: 25px;
}

.product-slider {
  position: relative;
}

.about-2-button .custom-btn {
  background: #79a1bb;
}

.about-2-button .custom-btn:hover {
  background: #161513;
}

.arrow-btn {
  background: #fff;
  padding: 0 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.arrow-btn:hover {
  background: #bd8538;
}

.arrow-btn::after {
  font-size: 20px;
  color: #161513;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.arrow-btn:hover::after {
  color: #fff;
}

.service-info img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .single-service-right-bar {
    margin-top: 30px;
    padding: 0;
  }

  .image-content {
    margin-left: 0;
  }
}

/* ==========================Product section style ================= */

.product-img img.gallery-img {
  width: 100%;
}

.product-card.gallery-card {
  box-shadow: none;
  padding: 0;
}

.view-project {
  position: absolute;
  background: #FFFAF3db;
  right: 7%;
  bottom: 9%;
  top: 9%;
  left: 7%;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transform: scale(0.9);
}

.product-card:hover .view-project {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.product-card:hover .status-product {
  opacity: 1;
  visibility: visible;
}

.project-title {
  font-size: 20px;
  font-weight: 600;
  color: #161513;
  transition: 0.3s;
}

.project-title:hover {
  color: #bd8538;
}

tbody.table-body-text tr td {
  padding-top: 0;
}

/* ====================================pricing table ========= */

.pricing-card.active {
  transform: scale(1.2);
  background: #fff;
  color: #161513;
}

.plan-name {
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
}

ul.future-list {
  padding: 10px 0;
}

ul.future-list li {
  margin: 10px 0;
}

.currency-type {
  font-size: 18px;
  display: inline;
}

.plan-price {
  color: #fff;
  font-size: 45px;
}

.package-time {
  font-size: 15px;
}

.pricing-card.active .plan-name {
  color: #161513;
}

.pricing-card.active .plan-price {
  color: #161513;
}

.pricing-card:hover {
  transform: scale(1.2);
  background: #fff;
  color: #161513;
}

.pricing-card:hover .plan-name {
  color: #161513;
}

.pricing-card:hover .plan-price {
  color: #161513;
}

.pricing-card:hover a.custom-btn-alt {
  background: #bd8538;
  color: #fff;
}

.pricing-card.active a.custom-btn-alt {
  background: #bd8538;
  color: #fff;
}

/* ===================================================================
                    Partner 
=================================================================== */

.partner {
  background-size: cover;
  background-repeat: no-repeat;
}

.partner-bg {
  padding: 82px 0;
  background: #03144f00096;
}

.partner-logo {
  text-align: center;
}

.partner-logo img {
  width: 90%;
  padding: 10px;
  border-radius: 28px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;


}

/* =====================menu====================== */

/* ==========================Product section style ================= */

ul.cat-menu {
  display: initial;
  justify-content: center;
  align-items: center;
}

.cat-menu-li {
  padding: 1px 10px;
  cursor: pointer;
  transition: 0.3s;
  margin: 3px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  display: inline-grid;
  border-bottom: 2px solid;
  border-color: #fff;
  margin-top: 7px;
}

.product-2 .cat-menu-li.mixitup-control-active {
  color: #79a1bb;
  border-bottom: 2px solid #79a1bb;
}

.all-product-1 li.cat-menu-li {
  border-bottom: 0;
}

.all-product-1 li.cat-menu-li.mixitup-control-active {
  border-bottom: 0;
  color: #bd8538;
}

.mb-40 {
  margin-bottom: 40px;
}

.product-card {
  text-align: center;
  position: relative;
  box-shadow: rgb(240 240 240) 0px 0px 41px 1px;
  /* padding: 10px; */
  transition: 0.3s;
}

.m-pd-card {
  padding: 10px;
}

.product-card:hover {
  margin-top: -10px;
}

.all-product-1 .product-card:hover {
  margin-top: 0;
}


ul.pd-btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

ul.rating li span {
  color: #f6d807;
  padding: 3px;
}

ul.rating li span.unrated {
  color: #ddd;
}

.shop-btn {
  border: 1px solid #ddd;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #161513;
  text-decoration: none;
  margin: 3px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

/* ======================================FAQ page design start===================== */

/*=====================================
          FAQ PART STYLE
======================================*/

.faq__head h2 {
  width: 570px;
}

.faq__content {
  margin-bottom: 24px;
  background: #FFFAF3;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.faq__content:hover .faq__que button {
  color: #03144f;
}

.faq__que {
  cursor: pointer;
  padding: 18px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
}

.faq__que button {
  border: none;
  outline: none;
  background: none;
  text-align: left;
  color: #161513;
  font-size: 16px;
  font-weight: 500;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.faq__ans p {
  font-size: 15px;
  line-height: 26px;
  color: #03144f;
}

.faq__ans {
  padding: 15px 25px;
}

.faq__que i {
  background: #161513;
  color: #fff;
  padding: 5px;
}

/*===============================================================
                    <!-- FAQ STYLE END -->
==================================================================*/

/* ============================================================================
                                Blog and news
============================================================================ */

.latest-blog.blog-bg {
  background: none;
}

.post-title {
  font-size: 20px;
  line-height: 28px;
  color: #161513;
  font-weight: 600;
  transition: 0.3s;
  display: block;
}

.post-title:hover {
  color: #bd8538;
}

.post-details {
  padding: 20px 25px;
}

.post-des {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.post-card {
  background: #fff;
  box-shadow: 0px 5px 20px 1px #03144f00029;
}

.view-more {
  color: #03144f;
  transition: 0.3s;
  border-bottom: 2px solid #7a7a7a;
  font-weight: 600;
}


/* =================================================single blog post ========= */

.l-post-title {
  font-size: 36px;
  margin-bottom: 17px;
}

.blog-img img {
  width: 100%;
}

.recent-post-title {
  font-weight: 600;
  color: #161513;
  transition: 0.3s;
}

.recent-post-title:hover {
  color: #bd8538;
}

ul.post-date-time {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

ul.post-date-time li {
  margin-right: 15px;
}

.blog-inside-img {
  width: 100%;
}

.mark-des {
  padding: 33px;
  background: #f9f9f9;
  margin: 26px;
}

.client {
  text-align: right;
}

.client-name {
  font-size: 20px;
}

.single-comment {
  display: flex;
}

.comment {
  padding-left: 21px;
}

.commenter-name {
  font-size: 15px;
  margin-bottom: 0;
}

.commenter-img {
  flex: 0 0 50px;
  min-width: 50px;
}

.date-reply {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
}

.comment-area .single-comment:not(:last-child) {
  margin-bottom: 45px;
}

.reply-btn {
  color: #161513;
  padding: 0px 10px;
  border: 1px solid #ddd;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  font-size: 14px;
}

.reply-comment {
  margin-left: 85px;
}

ul.post-list li {
  display: flex;
  margin-bottom: 15px;
}

.recent-post-details {
  padding: 0 18px;
}

.recent-post-title {
  font-size: 17px;
  color: #161513;
  font-weight: 600;
}

ul.tags-ul {
  margin-top: 10px;
}

.tag-link {
  padding: 5px 10px;
  border: 1px solid #ddd;
  margin: 3px;
  color: #03144f;
  transition: 0.3s;
}

.tag-link:hover {
  background: #bd8538;
  color: #fff;
}

.tag-list {
  display: inline-grid;
}

.title-name:after {
  content: "";
  height: 2px;
  width: 50px;
  background: #bd8538;
  display: block;
}

.swiper-button-prev.arrow-btn {
  left: 0;
}

.swiper-button-next.arrow-btn {
  right: 0;
}

.reply-btn:hover {
  color: #fff;
  background: #bd8538;
}

ul.post-list {
  margin-top: 10px;
}

/* =======================contact========= */

.right-input-icon {
  position: absolute;
  right: 0;
  padding: 8px;
  color: #161513;
  z-index: 5;
  padding-right: 16px;
  font-size: 18px;
}

.form-control {
  border-radius: 0;
  padding: 9px 15px;
  font-size: 15px;
  border-color: #ddd;
}

.contact-offer img {
  width: 100%;
  height: 100%;
}

.contact-offer {
  text-align: right;
  height: 100%;
}

.form-wrapper.inner {
  margin-top: initial;
  background: #fff;
  /* box-shadow: 0px 0px 20px 1px #78787826; */
}

/* =============================cart============== */

.cart-pd-img {
  width: 75px;
}

.cart-pd-img img {
  width: 100%;
}

.qty-td {
  width: 270px;
}

.qt-btn {
  width: 40px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #bd8538;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.qt-btn:hover {
  color: #fff;
  background: #161513;
}

table.table tr {
  vertical-align: middle;
}

.shopping-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coupon-form {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
}

.coupon-inside h2 {
  margin-bottom: 15px;
  font-size: 25px;
}

td.cart-price {
  text-align: end;
}

.cart-total h2 {
  margin-bottom: 20px;
  font-size: 25px;
}

.total-sum {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.sum-price {
  color: #bd8538;
  font-weight: 600;
}

.submit-cart {
  text-align: center;
  margin-top: 25px;
}

table.table {
  white-space: nowrap;
}

.input-group.quantity {
  flex-wrap: initial;
}

input.qty.form-control {
  min-width: 50px;
  max-width: 50px;
  text-align: center;
}

/* ===============================team view ============ */

.personal-info {
  background: #fff;
  box-shadow: 0px 1px 20px 1px #f2f2f2;
  margin-top: 50px;
  padding: 30px 30px;
}

table.info-table {
  width: 100%;
  color: #161513;
  font-weight: 500;
}

table.info-table tbody tr {
  padding: 5px 0;
  display: block;
}

.team-card-title {
  display: inline-block;
  position: relative;
}

.team-sec-title:before {
  content: "";
  border-bottom: 3px solid #bd8538;
  width: 40%;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
}

.team-sec-title {
  position: relative;
  padding-bottom: 2px;
  margin-bottom: 10px;
  display: inline-block;
}

.team-about {
  margin-bottom: 35px;
}

tbody.table-body-text {
  color: #03144f;
}

.card-title {
  font-size: 20px;
}

@media screen and (max-width: 500px) {
  .personal-info {
    padding: 20px;
  }
}

/* ==============shop============= */

.view-img img {
  width: 90%;
}

.rating-div {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.rating-div p {
  padding-left: 10px;
}

.product-price {
  display: flex;
}

.product-price p {
  padding-left: 10px;
  color: #bd8538;
  font-size: 17px;
  font-weight: 500;
}

ul.info-list li {
  display: flex;
  align-items: center;
}

ul.info-list li p {
  padding-left: 5px;
  color: #bd8538;
  font-weight: 500;
}

.sm-des {
  margin-top: 15px;
}

ul.info-list {
  margin-top: 5px;
}

.size-qty {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.mb-3.select-box label {
  font-weight: 600;
  color: #161513;
}

.select-box {
  margin-right: 50px;
  width: -webkit-fill-available;
  display: inline-grid;
}

.cart-sec h4 {
  margin-bottom: 20px;
}

.share-link ul li a {
  color: #bd8538;
  transition: 0.3s;
}

.share-link ul li a:hover {
  color: #161513;
}

.product-review {
  border: none;
  box-shadow: none;
}

.comment-content {
  padding: 0;
  margin-bottom: 0;
}

.comment-date {
  padding: 0;
  margin-bottom: 0;
}

.information .table> :not(:first-child) {
  border-top: 1px solid #03144f;
}

.nav-pills {
  margin-left: 13px;
  background: #f3f2f2;
  padding: 6px 10px 0;
}

@media screen and (max-width: 500px) {
  .mark-des {
    margin: 0px !important;
  }

  .single-service-right-bar {
    padding: 0;
  }
}

.delivery-text {
  color: #bd8538;
}

.table> :not(:first-child) {
  border-top: none;
}

thead.product-table {
  background: #f6f6f6;
}

.header.header-2 .logo {
  padding: 15px 0;
}

.header.header-2 {
  background: #fff0;
  box-shadow: none;
}

/* =================Footer style =========== */

.footer-section {
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-section {
  padding-top: 75px;
  background-color: #c53a33;
}

.footer-content-wrapper {
  color: #fff;
}

.footer-sec-head h5 {

  color: #fff;
  font-weight: 200;
}

ul.address li {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

ul.address li span {
  font-size: 30px;
}

.address-info {
  padding-left: 12px;
  line-height: 28px;
  color: #fff;
}

.footer-widget-title {
  color: #fff;
  font-size: 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}

.footer-widget-title:after {
  content: "";
  height: 2px;
  width: 70%;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer-content-wrapper ul li a {
  color: #fff;
  transition: 0.3s;
  /* display: block; */
  font-size: 20px;
}

.footer-content-wrapper ul li a:hover {
  color: #fff;
}

.footer-2 .footer-content-wrapper ul li a:hover {
  color: #79a1bb;
}

.footer-2 .custom-btn {
  background: #79a1bb;
}

.footer-2 .custom-btn:hover {
  background: #161513;
}

ul.insta-feed {
  display: grid;
  grid-template-columns: auto auto auto;
}

.foot-list {
  margin: 5px;
  position: relative;
  line-height: 38px;
  font-family: "Inter", sans-serif;
}

.footer-link img {
  width: 100%;
}

.subscribe-des {
  margin-bottom: 20px;
}

ul.social-ul {
  display: flex;
  margin-bottom: 0;
}

.social-link {
  color: #f35a24;
  padding: 6px;
  transition: 0.3s;
}

.social-link:hover {
  color: #bd8538;
}

.last-footer {
  padding: 20px 0px;
  /* border-top: 1px solid #f35a24; */
  padding-bottom: 50px;
}

.copyright-text {
  color: #ffff;
  margin-bottom: 0;
  float: left;
  font-size: 15px !important;
}

.insta {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #03144f9;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
}

.foot-list:hover .insta {
  opacity: 1;
  visibility: visible;
}

.footer-1 .address-info a {
  color: #fff;
  transition: 0.3s;
}

.footer-1 .address-info a:hover {
  color: #bd8538;
}

.ml-35 {
  margin-left: 35px;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: end;
}

.header-right-search-phone a {
  color: #f35a24;
  transition: 0.3s;
  font-weight: 500;
}

.header-right-search-phone a:not(:first-child) {
  margin-left: 12px;
}

.header-right-search-phone a:hover {
  color: #03144f;
}

.address-info a {
  color: #03144f;
}

.footer-2 .address-info a:hover {
  color: #79a1bb;
}

/* =================Footer style end=========== */


.product-2 .product-img {
  background-color: #ddd;
}

.banner-3 {
  height: 100%;
  display: flex;
  align-items: center;
  background: #fffaf0;
  padding-top: 100px;
}

.banner-3 .slider-item-img img {
  padding-top: 50px;
  width: 100%;
}

.banner-3 .banner-des {
  color: #03144f;
}

.banner-3 .custom-btn {
  background: #bd8538;
}

.banner-3 .custom-btn:hover {
  background: #161513;
}

.banner-3 .video-btn {
  background: #bd8538;
}

.banner-3 .video-btn::before {
  background: #bd8538;
}

.about-3 .sec-sm-title {
  color: #bd8538;
}

.about-3 .custom-btn {
  background: #bd8538;
  margin-top: 15px;
}

.about-3 .custom-btn:hover {
  background: #161513;
}

.subscribe-3 .custom-btn {
  background: #bd8538;
}

.subscribe-3 .custom-btn:hover {
  background: #161513;
}

.subscribe-3 .form-control:focus {
  border-color: #bd8538;
}

.service-3 .sm-title {
  color: #bd8538;
}

.service-3 .show-btn {
  color: #bd8538;
}

.service-3 .service-card:hover {
  background: #bd8538;
}

.product-3 .sm-title {
  color: #bd8538;
}

.product-3 .product-card {
  padding: 0px;
}

.product-3.theme-1 .sm-title {
  color: #bd8538;
}

.all-product.product-3 {
  background: #fffbf2;
}

.product-3 .cat-menu-li {
  border: 0;
}

.product-3 .cat-menu-li.mixitup-control-active span {
  color: #bd8538;
}

.product-3.theme-1 .cat-menu-li.mixitup-control-active span {
  color: #bd8538;
}

.product-3 .cat-menu-li:hover span {
  color: #bd8538;
}

.product-3.theme-1 .cat-menu-li:hover span {
  color: #bd8538;
}

.product-3 .project-title:hover {
  color: #bd8538;
}

.product-3.theme-1 .project-title:hover {
  color: #bd8538;
}

.product-3 .product-card:hover {
  margin-top: 0;
}

.latest-blog-3 {
  background: #fffbf2;
}

.footer-3 .address-info a:hover {
  color: #bd8538;
}

.footer-3 .footer-content-wrapper ul li a:hover {
  color: #fff;
  padding-left: 8px;
}

.footer-3 .custom-btn {
  background: #bd8538;
}

.footer-3 .custom-btn:hover {
  background: #161513;
}

.footer-3 .form-control:focus {
  border-color: #bd8538;
}

.delivery-area-3 .video-btn {
  background: #bd8538;
}

.delivery-area-3 .video-btn:before {
  background: #bd8538;
}

.delivery-area-3 .custom-btn-light {
  background: #bd8538;
  margin-top: 10px;
}

.delivery-area-3 .custom-btn-light:hover {
  color: #bd8538;
  background: #fff;
}

.customer-2.theme-3 .sm-title {
  color: #bd8538;
}

.customer-2.theme-3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
  background: #bd8538;
}

.latest-blog-3 .sm-title {
  color: #bd8538;
}

.latest-blog-3 .post-title:hover {
  color: #bd8538;
}

.latest-blog-3 .view-more:hover {
  color: #bd8538;
  border-color: #bd8538;
}

.header .container {
  position: relative;
  z-index: 1;
}

.search-form-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  transition: 0.5s;
}

/*  Header menu CSS  */

.header-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  transition: 0.3s;
  padding: 20px 0;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.header-menu li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.header-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-menu .submenu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 200px;
  z-index: 1;
  background-color: #03144f;
  box-shadow: 1px 17px 20px 1px #5958581c;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  border-top: 3px solid #bd8538;
}

.header-2 .header-menu .submenu {
  border-top: 3px solid #79a1bb;
}

.header-2.theme-3 .header-menu .submenu {
  border-top: 3px solid #bd8538;
}

.header-2 .icon-item {
  color: #161513;
}

.header-2 .icon-item:hover {
  color: #79a1bb;
}

.header-2.theme-3 .icon-item:hover {
  color: #bd8538;
}

.header-2.theme-3 .icon-item {
  color: #161513;
}

.header-menu ul>li:not(:last-child) {
  margin-right: 18px;
}

.header-menu li:hover>a {
  color: #fff;
}

.header-2 .header-menu li:hover>a {
  color: #79a1bb;
}

.header-2.theme-3 .header-menu li:hover>a {
  color: #bd8538;
}

.header-menu ul li .submenu li {
  display: block;
  margin-right: 0;
  border-bottom: 1px solid #f2f2f2;

}

.header-menu .submenu li a {
  display: block;
  padding: 8px 15px;
}

.header-menu .submenu li:last-child {
  border-bottom: 0;
}

.header-menu .submenu li:hover>a {
  background-color: #f2f2f2;
}

.header-menu li:hover>.submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-menu li.has-submenu>a {
  position: relative;
  z-index: 1;
}

.header-menu li.has-submenu>a:after {
  font-family: 'IcoFont';
  content: "\ea99";
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  margin-left: 3px;
  transition: 0.3s;
  float: right;
}

.header-menu li.has-submenu:hover>a::after {
  content: "\eaa1";
}

.search-form-wrapper .form-control.search-input {
  padding: 9px 20px;
}

.header-menu .submenu .submenu {
  left: 100%;
}

.header-menu li>.submenu li:hover>.submenu {
  top: 0;
}

.dr-navbar-sign {
  cursor: pointer;
  transition: all 0.6s ease-in-out;
}

.header-default-second.header .dr-navbar-sign span {

  background-color: #fff !important;

}

.dr-navbar-sign span {
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 50px;
  display: block;
  margin: 4px 0;
  transition: all 0.6s ease-in-out;
}

.dr-navbar-sign span.dr-line-2 {
  width: 15px;
}

.dr-navbar-sign span.dr-line-3 {
  width: 10px;
}

.dr-navbar-sign:hover span {
  background-color: #f35a24;
}

.header-2 .dr-navbar-sign:hover span {
  background-color: #79a1bb;
}

.header-2.theme-3 .dr-navbar-sign:hover span {
  background-color: #fff;
}

.dr-navbar-sign:hover span.dr-line-2 {
  width: 20px;
}

.dr-navbar-sign:hover span.dr-line-3 {
  width: 20px;
}


/*   Sidebar CSS   */
.side-info:is(.info-open) {
  right: 0;
  overflow-y: scroll;
  scrollbar-width: thin;
}

.side-info {
  width: 100%;
  max-width: 400px;
  background-color:#c53a33;
  /* box-shadow: -2px 1px 20px 1px #f00024; */
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: -400px;
  transition: 0.4s;
  padding: 40px;
}

.mean-container .mean-nav {
  background: transparent;
}

.mean-container .mean-nav ul li a {
  border: none !important;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
}

.mean-container .mean-nav ul li:hover>a {
  color: #bd8538;
  background-color: #f35a24;
}

.header-side-info-2 .mean-container .mean-nav ul li:hover>a {
  color: #79a1bb;
}

.header-side-info-3 .mean-container .mean-nav ul li:hover>a {
  color: #bd8538;
}

.mean-container .mean-nav ul li a.mean-expand {
  color: #161513;
  background-color: #f35a24;
  height: 35px;
  line-height: 35px;
  font-weight: 300;
}

.mean-container .mean-nav ul li li li a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: #f35a24;
  color: #bd8538;
}

.header-side-info-2 .mean-container .mean-nav ul li a.mean-expand:hover {
  color: #79a1bb;
}

.header-side-info-3 .mean-container .mean-nav ul li a.mean-expand:hover {
  color: #bd8538;
}

.dr-sidebar-contact-title {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
}

.sidebar-address {
  display: flex;
  margin-bottom: 5px;
}

.sidebar-address i {
  max-width: 40px;
  height: 40px;
  background-color: #f35a24;
  line-height: 40px;
  text-align: center;
  margin-right: 15px;
  flex: 0 0 40px;
}

.dr-sidebar-contact>a {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  transition: 0.3s;
}

.dr-sidebar-contact>a:hover {
  color: #03144f;
}

.header-side-info-2 .dr-sidebar-contact>a:hover {
  color: #79a1bb;
}

.header-side-info-3 .dr-sidebar-contact>a:hover {
  color: #bd8538;
}

.dr-sidebar-contact>a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #343434;
  display: inline-block;
  margin-right: 15px;
  transition: 0.3s;
  color: #fff;
}

.dr-sidebar-social a i {

  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #343434;
  color: #fff;
}

.dr-sidebar-social a:not(:last-child) {
  margin-right: 7px;
}

.dr-sidebar-social a:hover {
  color: #bd8538;
  background-color: #ebebeb;
}

.header-menu.mean-container li.has-submenu>a::after {
  display: none;
}

.fix {
  overflow: hidden;
}

.dr-sidebar-close {
  border: 0;
  background-color: #343434;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
}

.dr-sidebar-close i {
  font-weight: 500;
}

.dr-sidebar-close:hover {
  color: #bd8538;
}

.header-side-info-2 .dr-sidebar-close:hover {
  color: #79a1bb;
}

.header-side-info-3 .dr-sidebar-close:hover {
  color: #bd8538;
}

.dr-sidebar-btn-wrap a {
  font-size: 16px;
  color: #161513;
  border: 1px solid #f2f2f2;
  height: 48px;
  width: 48px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  margin-right: 5px;
  position: relative;
  border-radius: 50%;
}

.dr-sidebar-btn-wrap a:hover {
  color: #bd8538;
}

.header-side-info-2 .dr-sidebar-btn-wrap a:hover {
  color: #79a1bb;
}

.header-side-info-3 .dr-sidebar-btn-wrap a:hover {
  color: #bd8538;
}

.offcanvas-overlay:is(.overlay-open) {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.offcanvas-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(4, 0, 23, 0.5);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  cursor: url(../../assets/img/icon/close.png), auto;
}

.header-menu li.menu-last .submenu {
  left: auto;
  right: 0;
}

.header-menu li.menu-last .submenu .submenu {
  left: auto;
  right: 100%;
}

.cart-list .price {
  margin-bottom: 0;
}

.cart-ul li {
  border-bottom: 1px solid #f2f2f2;
}

.cart-modal-btn {
  padding-top: 20px;
}

.cart-ul .cart-img {
  margin-right: 10px;
}

.cart-ul .product-name {
  margin-bottom: 0;
}

.cart-ul .cart-product-details {
  margin-right: 10px;
}

.nav-list .icofont-shopping-cart {
  position: relative;
  z-index: 1;
}

.dr-sidebar-btn-wrap .cart-count {
  top: -5px;
  right: 0;
  min-width: 18px;
  height: 18px;
}

.contact-offer iframe {
  min-height: 350px;
}

.coupon-form .custom-btn {
  flex: 0 0 auto;
}

.mt-15 {
  margin-top: 15px;
}

.review-tab {
  background-color: #f3f2f2;
}

.review-tab li button {
  background-color: transparent;
  border: 0;
  padding: 10px 0;
  margin-left: 20px;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
  font-weight: 500;
}

.review-tab li button:hover {
  color: #bd8538;
  border-color: #bd8538;
}

.review-tab li button.active {
  border-color: #c33;
  color: #bd8538;
}

.btn-sec .custom-btn:not(:last-child) {
  margin-right: 10px;
}

.product-main-info .name {
  font-size: 32px;
}

.review-title {
  font-size: 36px;
}

.customer-review-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.comment-form-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.service-sec-title {
  font-size: 24px;
}

.note-footer-text-cell {
  font-size: 20px;
  margin-bottom: 5px;
  color: #161513;
}

.service-heding {
  font-size: 28px;
}

.page-head {
  font-size: 40px;
  margin-bottom: 5px;
}

.pl-30 {
  padding-left: 30px;
}

.team-about .table.table-borderless th {
  padding-left: 0;
}

.team-about .table.table-borderless td {
  padding-left: 0;
}

.team-info a {
  color: #161513;
}

.team-info a:hover {
  color: #bd8538;
}

.personal-info .table {
  margin-bottom: 0;
}

.personal-info .table.table-borderless td {
  padding-bottom: 0;
}

.mb-35 {
  margin-bottom: 35px;
}

.pb-60 {
  padding-bottom: 60px;
}

.team-about .table {
  margin-bottom: 0;
}

.blog-meta-single {
  font-size: 15px;
  color: #03144f;
  margin-right: 15px;
  margin-bottom: 5px;
  display: inline-block;
}

.blog-meta-single a {
  color: #03144f;
  transition: 0.3s;
}

.blog-meta-single:last-child {
  margin-right: 0;
}

.blog-meta-single i {
  color: #161513;
  display: inline-block;
  margin-right: 5px;
}

.blog-meta-single a:hover {
  color: #161513;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.blog-details-title {
  font-size: 32px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-45 {
  margin-bottom: 45px;
}

.blog-inner-title {
  font-size: 28px;
}

.blog-details-content {
  border: 1px solid #f2f2f2;
  padding: 40px 40px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-35 {
  margin-bottom: 35px;
}

.info-list li p {
  margin-bottom: 0;
}

.blog-inner-tags a {
  padding: 5px 10px;
  border: 1px solid #ddd;
  color: #03144f;
  transition: 0.3s;
  margin-right: 3px;
  margin-bottom: 5px;
  display: inline-block;
}

.blog-inner-tags a:hover {
  border-color: #bd8538;
  background-color: #bd8538;
  color: #fff;
}

.blog-tag-label {
  color: #161513;
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-15 {
  padding-top: 15px;
}

.signle-comment-title {
  font-size: 24px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pt-105 {
  padding-top: 105px;
}

.pl-25 {
  padding-left: 25px;
}

.sidebar-title {
  font-size: 20px;
  position: relative;
}

.sidebar-title:after {
  width: 80px;
  height: 2px;
  background-color: #bd8538;
  content: "";
  display: block;
  margin-top: 10px;
}

.sidebar-title:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.sidebar-post-single {
  display: flex;
}

.sidebar-post-img {
  margin-right: 15px;
  overflow: hidden;
  flex: 0 0 70px;
  max-width: 70px;
  height: 70px;
}

.sidebar-post-img:hover img {
  transform: scale(1.05);
}

.sidebar-post-img img {
  transition: 0.3s;

}

.sidebar-post-single:not(:last-child) {
  margin-bottom: 20px;
}

.sidebar-post-title {
  font-size: 16px;
  margin-bottom: 5px;
}

.sidebar-post-title a {
  color: #161513;
}

.sidebar-post-title:hover a {
  color: #bd8538;
}

.sidebar-tags a {
  padding: 5px 10px;
  border: 1px solid #ddd;
  color: #03144f;
  transition: 0.3s;
  margin-right: 3px;
  margin-bottom: 5px;
}

.sidebar-tags a:hover {
  border-color: #bd8538;
  background-color: #bd8538;
  color: #fff;
}

.contact-form textarea {
  height: 130px;
}

.comment-form textarea {
  height: 130px;
}

ul.service-list.mt-0 li:first-child {
  padding-top: 0;
}

ul.service-list.mt-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.postbox__content {
  padding: 40px 40px;
  border: 1px solid #f2f2f2;
  padding-top: 35px;
}

.postbox__title {
  font-size: 32px;
}

.postbox__title a {
  color: #161513;
  transition: 0.3s;
}

.postbox__title:hover a {
  color: #bd8538;
}

.tp-btn {
  font-size: 15px;
  background-color: #bd8538;
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  transition: 0.3s;
}

.tp-btn:hover {
  color: #fff;
  background-color: #161513;
}

.popup-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.p-relative {
  position: relative;
  z-index: 1;
}

.pulse-btn:hover {
  color: #fff;
  background-color: #161513;
}

.pulse-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #bd8538;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  animation: pulse 2s infinite;
  transition: 0.3s;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.blog-slider-navigation span {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #bd8538;
  color: #fff;
  z-index: 1;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.postbox__item:hover .blog-slider-navigation span {
  opacity: 1;
  visibility: visible;
}

.blog-slider-navigation span.blog-slider-next {
  left: auto;
  right: 30px;
}

.blog-slider-navigation span:hover {
  color: #fff;
  background-color: #161513;
}

.basic-pagination ul li:not(:last-child) {
  margin-right: 10px;
}

.basic-pagination ul li {
  display: inline-block;
}

.basic-pagination ul li a,
.basic-pagination ul li span {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #f2f2f2;
  font-size: 16px;
  font-weight: 500;
  color: #03144f;
}

.basic-pagination ul li a:hover,
.basic-pagination ul li span:hover {
  background-color: #bd8538;
  color: #fff;
  border-color: #bd8538;
}

.basic-pagination li .current {
  background-color: #bd8538;
  color: #fff;
  border-color: #bd8538;
}

.footer-content-wrapper .address-info {
  margin-bottom: 0;
}

.mt-10 {
  margin-top: 10px;
}

.sidebar-categories {
  margin-bottom: 0;
}

.sidebar-categories li a {
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 20px;
}

.sidebar-categories li:not(:last-child) a {
  margin-bottom: 3px;
}

.sidebar-categories li a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\ea7c";
  transition: 0.3s;
  font-family: 'IcoFont';
}

.sidebar-categories li:hover a:before {
  left: 3px;
}

.sidebar-categories li a:hover {
  color: #bd8538;
}

.w-100 img {
  width: 100%;
}

.shop-product-item {
  box-shadow: rgb(240 240 240) 0px 0px 41px 1px;
  padding: 10px;
}

.shop-product-img {
  background-color: #f2f2f2;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.shop-product-action a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin: 0 3px;
  color: #03144f;
  transition: 0.3s;
}

.shop-product-action {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  text-align: center;
  opacity: 0;
  visibility: visible;
  transition: 0.3s;
}

.shop-product-action a:hover {
  background-color: #bd8538;
  color: #fff;
}

.shop-product-img:hover .shop-product-action {
  bottom: 25px;
  opacity: 1;
  visibility: visible;
}

.shop-product-title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
}

.shop-product-title a {
  color: #161513;
}

.shop-product-rating {
  text-align: center;
  margin-bottom: 5px;
}

.shop-product-rating i {
  font-size: 14px;
  color: #f6d807;
}

.shop-price {
  font-size: 15px;
  color: #161513;
  text-align: center;
  display: block;
}

.shop-product-content {
  padding-top: 20px;
  padding-bottom: 10px;
}

.shop-product-title:hover a {
  color: #bd8538;
}

.shop-product-img img {
  transition: 0.4s;
}

.shop-product-img:hover img {
  transform: scale(1.05);
}

.shop-product-action a i {
  font-weight: 300;
}

.shop-onsale {
  background-color: #fff;
  padding: 3px 10px;
  top: 0;
  left: 0;
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 15px;
}

.shop-notice-result {
  font-size: 16px;
  color: #161513;
  font-weight: 500;
  display: inline-block;
}

.shop-notice-result-wrapper {
  padding: 10px 20px;
  background-color: #f2f2f2;
}

.shop-notice-select .nice-select {
  float: none;
  display: inline-block;
  border: 0;
  color: #03144f;
}

.shop-notice-select .nice-select ul.list {
  left: auto;
  right: 0;
  border-radius: 0;
  border-color: #f2f2f2;
}

.price-filter-wrap .input-wrap {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}

.price-filter-wrap .input-wrap .input-group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #f2f2f2;
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
  position: relative;
  width: 100%;
}

.price-filter-wrap .input-wrap .input-group span {
  display: inline-block;
}

.price-filter-wrap .input-wrap .input-group input[type=number] {
  width: 100%;
  font-size: 14px;
  height: 30px;
  padding: 0 2px;
  font-weight: 500;
  -moz-appearance: textfield;
  border: 0;
  outline: none;
  background-color: #f2f2f2;
}

.price-filter-wrap .price-filter {
  padding: 0 9px;
  background-color: #f2f2f2;
  border: 0;
  border-radius: 0;
  height: 5px;
  margin-bottom: 30px;
}

.price-filter-wrap .price-filter .noUi-connect {
  background-color: #f2f2f2;
  background: #bd8538;
}

.price-filter-wrap .price-filter .noUi-handle {
  width: 20px;
  height: 20px;
  box-shadow: 0 0;
  border-radius: 50%;
  right: -10px;
  cursor: pointer;
}

.price-filter-wrap button {
  width: 100%;
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  display: block;
  height: 45px;
  text-transform: uppercase;
  transition: 0.3s;
}

.price-filter-wrap button:hover {
  background-color: #bd8538;
  color: #fff;
}

.price-filter-wrap .price-filter .noUi-handle:before,
.price-filter-wrap .price-filter .noUi-handle:after {
  width: 0;
}

.pl-20 {
  padding-left: 20px;
}

.service-name-des p {
  margin-bottom: 0;
}

.member-details p {
  margin-bottom: 0;
}

.note-ul li p {
  margin-bottom: 0;
}

.right-menu-icon ul {
  margin-bottom: 0;
}


/*********
**************************************
*****************************
**************************************
*****************************


Update Css For Home 4 & Home 5


*****************************
***************************************
*****************************
***************************************
********/

.height-955 {
  height: 955px;
}

.hero-sub-title {
  font-size: 24px;
  font-family: "Lobster Two", cursive;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}

.hero4-title {
  font-size: 76px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 35px;
  font-family: 'oswald';
}

.hero4-search input {
  border: 0;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  padding: 0 15px;
}

.hero4-search {
  width: calc(100% - 200px);
  position: relative;
  z-index: 1;
}

.hero4-search button[type="submit"] {
  position: absolute;
  right: 5px;
  top: 50%;
  width: 50px;
  height: calc(100% - 10px);
  border: 0;
  transform: translateY(-50%);
  border-radius: 3px;
  background-color: #bd8538;
  color: #fff;
  font-size: 20px;
}

.hero-trending-wrap strong {
  font-size: 18px;
  color: #fff;
  font-family: 'oswald';
  margin-right: 10px;
}

.hero-trending-wrap {
  color: #fff;
  font-family: 'oswald';
}

.white-clr {
  color: #fff;
}

.cb-section-icon-inner:before {
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #ddd;
  content: "";
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.cb-section-icon-inner {
  position: relative;
  z-index: 1;
  padding: 0 5px;
}

.cb-section-icon-inner:after {
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #ddd;
  content: "";
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.cb-section-subtitle {
  font-size: 18px;
  font-family: 'oswald';
  display: inline-block;
  margin-bottom: 10px;
}

.cb-section-title {
  font-family: 'oswald';
  font-size: 36px;
}

.order-feature-icon {
  display: inline-block;
  width: 85px;
  height: 85px;
  margin-bottom: 15px;
}

.order-feature-icon img {
  object-fit: cover;
  height: 100%;
}

.order-feature-title {
  font-family: 'oswald';
  font-size: 22px;
}











.service-section {
  background-color: #D9E9E9;
  height: 100%;
  width: 100%;
  padding: 60px 50px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.section-subtitle {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  font-family: 'oswald';
}

.section-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: 'oswald';
}

.service-border {
  border: 1px solid #ececec;
}

.service-border:nth-child(2) {
  border-right: 0;
  border-bottom: 0;
}

.service-border:nth-child(3) {
  border-bottom: 0;
}

.service-border:nth-child(4) {
  border-right: 0;
}

.service-border:nth-child(5) {
  border-right: 0;
}

.service-item {
  width: 100%;
  height: 100%;
  padding: 60px 50px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.service-img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}

.service-img::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  z-index: -1;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.service-item:hover .service-img {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.service-item:hover .service-img::after {
  opacity: 0.6;
  background-color: #03144f000;
}

.service-item:hover .service-icon {
  color: #fff;
}

.service-item:hover .service-content-title a {
  color: #fff;
}

.service-item:hover .service-content p {
  color: #fff;
}

.service-icon {
  font-size: 40px;
  color: var(--clr-theme-primary);
  margin-bottom: 5px;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.service-content-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.service-content p {
  font-size: 16px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.pt-80 {
  padding-top: 80px;
}

.pl-58 {
  padding-left: 58px;
}

.bg-light-blue {
  background-color: #f1f5ff;
}

.cb-category-inner-text .cb-section-icon-inner::after {
  right: auto;
  left: 100%;
}

.cb-category-card {
  position: relative;
  z-index: 1;
  border-radius: 5px;
}

.cb-category-card-text {
  position: absolute;
  width: calc(100% - 50px);
  height: auto;
  background-color: #fff;
  margin: 0 25px 25px 25px;
  bottom: 0;
  border-radius: 5px;
  padding: 10px 15px;
  text-align: center;
}

.cb-category-cart-name {
  font-size: 20px;
  font-family: 'oswald';
  margin-bottom: 5px;
}

.cb-category-card img {
  border-radius: 5px;
  min-height: 310px;
  object-fit: cover;
  width: 100%;
}

.pb-85 {
  padding-bottom: 85px;
}

.cb-top-restaurant-single {
  background-color: #fff;
  box-shadow: -0.669px 0.743px 77.6px 2.4px rgba(4, 4, 4, 0.1);
  border-radius: 5px;
}

.cb-top-restaurant-img img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  transition: 0.4s;
}

.cb-top-restaurant-img>a {
  display: block;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.cb-top-restaurant-img>a:hover img {
  transform: scale(1.05);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.cb-top-restaurant-img-text {
  padding: 20px 25px;
}

.cb-top-restaurant-title {
  font-size: 22px;
  font-family: 'oswald';
}

.cb-top-restaurant-title a {
  color: #161513;
}

.cb-top-restaurant-title:hover a {
  color: #bd8538;
}

.cb-top-restaurant-categories-meta a {
  display: inline-block;
  background-color: #f2f2f2;
  border-radius: 3px;
  padding: 0 8px;
  margin-right: 3px;
  margin-bottom: 5px;
  font-size: 13px;
}

.cb-top-restaurant-categories-meta a:hover {
  color: #fff;
  background-color: #bd8538;
}

.cb-top-restaurant-location-time {
  padding: 20px 25px;
  display: flex;
}

.cb-top-restaurant-location-icon {
  margin-right: 15px;
  padding: 8px;
  background-color: #ffdfb3;
  display: flex;
  align-items: center;
  border-radius: 3px;
  width: 55px;
  justify-content: center;
  height: 52px;
}

.cb-top-restaurant-meta {
  display: block;
}

.cb-top-location-time .cb-top-restaurant-meta:first-child {
  color: #bd8538;
}

.border-topp {
  border-top: 1px solid #f2f2f2;
}

.cb-offer-cta {
  background-position: center right;
  position: relative;
  z-index: 1;
  background-size: cover;
}

.cb-offer-cta:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
}

.cb-offer-cta-content-subtitle {
  font-size: 22px;
  font-family: 'lobster two';
  color: #bd8538;
  display: inline-block;
  margin-bottom: 10px;
}

.cb-offer-cta-content-title {
  font-size: 60px;
  font-family: 'oswald';
  color: #fff;
}

.offer-btn {
  height: 45px;
  line-height: 45px;
  background-color: #bd8538;
  color: #fff;
  display: inline-block;
  padding: 0 25px;
  border-radius: 5px;
}

.offer-btn:hover {
  background-color: #161513;
  color: #fff;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-65 {
  padding-bottom: 65px;
}

.cb-team-single-name {
  font-size: 22px;
  font-family: 'oswald';
  margin-bottom: 10px;
}

.cb-team-single-name a {
  color: #161513;
}

.cb-team-single-name a:hover {
  color: #bd8538;
}

.cb-team-single-content {
  padding: 20px 25px;
  position: relative;
  z-index: 1;
}

.cb-team-single-content:before {
  position: absolute;
  bottom: 0;
  width: 60%;
  height: 3px;
  background-color: #bd8538;
  content: "";
  margin-left: -30%;
  display: inline-block;
  z-index: 1;
  transition: 0.3s;
}

.cb-team-single-content:after {
  position: absolute;
  top: 0;
  height: 3px;
  background-color: #bd8538;
  content: "";
  display: inline-block;
  width: 0%;
  margin-left: 0%;
  left: 50%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.cb-team-single:hover {
  box-shadow: 0px 18.88px 29px rgba(4, 4, 4, 0.15);
}

.cb-team-single {
  transition: 0.4s;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.cb-team-single:hover .cb-team-single-content::before {
  opacity: 0;
  visibility: hidden;
  width: 0%;
  margin-left: 0%;
}

.cb-team-single:hover .cb-team-single-content::after {
  opacity: 1;
  visibility: visible;
  width: 60%;
  margin-left: -30%;
}

.hero4-search input:focus {
  outline: 0;
}

.cb-team-single-img img {
  transition: 0.5s;
}

.cb-team-single-img:hover img {
  transform: scale(1.05);
}

.cb-team-single-img {
  overflow: hidden;
}

.hero-area4 {
  background-size: 100% 100%;
}

.home4-blog .post-title {
  font-size: 22px;
  font-family: 'oswald';
}

.date-view .date.mb-0 {
  font-size: 14px;
}

.date-view .view-more {
  font-size: 14px;
  font-weight: 400;
}

.banner-bg.slider5-height {
  height: 955px;
  position: relative;
  z-index: 1;
}

.banner-bg.slider5-height:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}

.cb-slider-list li {
  font-size: 18px;
  color: #fff;
  font-family: 'oswald';
}

.cb-slider-list li:not(:last-child) {
  margin-bottom: 5px;
}

.cb-slider-list li i {
  font-size: 16px;
  background-color: #bd8538;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  padding: 2px;
}

.cb-slider-button {
  height: 45px;
  line-height: 45px;
  background-color: #bd8538;
  display: inline-block;
  padding: 0 25px;
  border-radius: 3px;
  color: #fff;
  margin-right: 20px;
}

.cb-slider-button:hover {
  background-color: #fff;
  color: #161513;
}

.cb-slide-price {
  font-size: 24px;
  font-family: 'oswald';
  font-weight: 500;
  color: #fff;
}

.cb-slide-sup-price {
  color: #bd8538;
  font-size: 16px;
  display: inline-block;
  transform: translateY(-18px);
  margin-left: 5px;
  font-family: 'lobster two';
}

.home5-slider .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #bd8538;
}

.dark-mode {
  background-color: #0b1517;
}

.dark-mode .title {
  color: #fff;
}

.dark-mode p {
  color: #fff;
}

.dark-mode .list-title {
  color: #fff;
}

.home5-about .title,
.home5-about .list-title {
  font-family: 'oswald';
}

.mr-20 {
  margin-right: 20px;
}

.pr-50 {
  padding-right: 50px;
}

.tabs .tab-links .item-link {
  padding-right: 20px;
  position: relative;
  cursor: pointer;
  margin: 0 10px;
  color: #fff;
  font-family: 'oswald';
  font-size: 18px;
  margin-bottom: 5px;
}

.tabs .tab-links ul li {
  display: inline-block;
}

.tabs .tab-links .item-link:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 0;
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.1);
}

.tabs .tab-links .item-link.current {
  pointer-events: none;
  color: #bd8538;
}

.position-re {
  position: relative;
}

.tabs .tab-content {
  display: none;
}

.tabs .tab-content.current {
  display: block;
}

.menu-book .menu-list .item {
  line-height: 35px;
}

.menu-book .item-content {
  padding-left: 75px;
}

.menu-book .menu-list .img {
  display: block;
  float: left;
  position: relative;
  top: 0px;
  margin-right: 15px;
  border-radius: 50%;
  flex: 0 0 60px;
  max-width: 60px;
}

.menu-book .menu-list .img img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

.menu-book .menu-list .flex .title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
  font-family: 'oswald';
  font-size: 18px;
  font-weight: 400;
}

.menu-book .menu-list .flex .dots {
  width: 100%;
  position: relative;
  margin: 0 20px;
}

.menu-book .menu-list .flex .dots:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.menu-book .menu-list .flex .price {
  margin-left: auto;
  font-family: 'oswald';
  font-size: 18px;
  color: #bd8538;
  font-weight: 400;
  margin-bottom: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  align-items: center;
}

.dark-mode .cb-section-subtitle {
  color: #fff;
}

.dark-mode .cb-section-title {
  color: #fff;
}

.pb-90 {
  padding-bottom: 90px;
}

.home5-info .title {
  font-family: 'oswald';
}

.cb-item-btn {
  height: 45px;
  line-height: 45px;
  background-color: #bd8538;
  display: inline-block;
  padding: 0 25px;
  border-radius: 3px;
  color: #fff;
}

.cb-item-btn:hover {
  color: #161513;
  background-color: #fff;
}

.border-tp {
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
}

.dark-mode .cb-team-single {
  background-color: #fff;
}

.dark-mode .customer-name {
  color: #fff;
}

.dark-mode.customer-2.theme-3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  background-color: #fff;
}

.dark-mode.customer-2.theme-3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  background-color: #bd8538;
}

.dark-mode .post-des {
  color: #03144f;
}

.dark-mode .date {
  color: #03144f;
}

.new-btn {

  padding: 14px 52px;
  border-radius: 22px;
  background-color: #bd8538;
  color: #fff;
}

.new-btn:hover {

  color: #fff;

}

.social-ul li {

  margin: 6px 6px;
}

.social-ul .social-list a {

  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #bd8538;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-ul .social-list a:hover {

  background-color: #fff !important;
  color: #03144f !important;
}

.copyright-text a {

  color: #bd8538;
}

.menu-img img {

  width: 100%;
  margin: 12px 0px;
}

.footer-gallery img {

  width: 100%;
  border-radius: 12px;
  margin: 8px 0px;
  cursor: pointer;
  border: 2px solid #fff;
  background-color: #fff;
  padding: 4px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.footer-gallery img:hover {

  transform: scale(1.1);
}

.margin-50 {

  margin: 50px 0px;
}

.gallery-img img {

  margin: 12px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.gallery-img img:hover {

  transform: scale(1.1);
}

.contact-area .contact-area-span {

  width: 32px !important;
  height: 32px !important;
  background-color: linear-gradient(135deg, #663333, #3d1219);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;

}

.contact-area-span .icofont-location-pin {

  color: #fff !important;
}

.contact-area-span .icofont-email,
.contact-area-span .icofont-ui-call {

  color: #fff !important;
}

.contact-area .address-info a {

  color: #03144f !important;
}

.contact-area .address-info {

  padding: 0 !important;
}

.text-inner {

  padding-left: 18px !important;
}

.testimonials-img img {

  max-width: 60px;
  border-radius: 50%;

}

.read-more {

  position: absolute;
  top: 22px;
  right: 22px;
}

@media(max-width:1024px) {

  .header-menu ul>li:not(:last-child) {

    margin-right: 5px !important;
  }

  .ml-35 {
    margin-left: 12px;
  }

  .pad-left-70 {

    padding-left: 0 !important;
  }

}

@media(max-width:769px) {

  .flex-reverse {

    display: flex;
    flex-direction: column-reverse;
  }

  .about-img {

    text-align: center;
    justify-content: center !important;
  }

  .about-img img {

    width: 70%;
  }

  .text-inner {

    padding-left: 0 !important;
  }

  .dr-sidebar-logo img {

    max-width: 75% !important;
  }

  .logo img {

    height: 50px !important;
  }

  #scroll-text {

    animation: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    text-align: center !important;
    font-size: 14px !important;
  }

  .info-value {

    font-size: 16px !important;
  }

  .popup-img {

    max-width: 265px !important;
  }

  .popup-text h2 {

    font-size: 18px !important;
  }

  .ordering-img a {

    margin: 12px 0px;
    width: 70% !important;
  }

  .sub-title {

    font-size: 10px !important;
  }

  .banner-content {

    padding: 12px 14px !important;
  }

  .banner-content h3 {

    font-size: 14px !important;
  }

  .banner-content img {

    width: 65px !important;
    height: 65px !important;
    right: -33px !important;
  }

  .delivery-left h2 {

    font-size: 50px !important;
    line-height: 52px !important;
  }

  .delivery-left p {

    font-size: 18px !important;
  }

  .delivery-content {

    left: 4% !important;
  }

  .delivery-content ul {

    margin-bottom: 0px !important;
  }

  .delivery-content li {

    margin-bottom: 12px !important;
  }

  .delivery-content strong {

    font-size: 22px !important;
  }

  .delivery-content span {

    font-size: 16px !important;
  }

  .order-btn {

    padding: 10px 16px !important;
  }

  .delivery-image img {

    width: 190px !important;
  }

  .delivery-image {

    right: -9px !important;
    top: 20% !important;
  }

  .delivery-right {

    min-height: 240px !important;
  }

  .delivery-left {

    min-height: 255px !important;
    padding: 50px 20px !important;
  }

  .theme-btn {

    max-width: 90% !important;
  }

  .flex-mobile {

    flex-direction: column-reverse;
    display: flex;
    margin-top: 18px;
  }

  .flex-mobile .sub-title {

    padding: 4px 20px !important;
  }

  .footer-content-wrapper p {

    font-weight: 200;
    font-size: 16px;
    line-height: 26px !important;
  }

  .footer-content-wrapper h5 {

    font-size: 18px;
    margin-bottom: 0 !important;
  }

  .footer-content-wrapper ul li a {

    font-size: 16px !important;
  }

  ul.address li span {

    font-size: 20px !important;
  }

  .copyright-text {

    float: unset !important;
    font-size: 12px !important;
  }

  .footer-link {

    float: unset !important;
  }

  .hero-video {

    border-radius: 0 !important;
  }

  .hero {

    height: 132vh !important;
  }

  .bottom-info {
    gap: 20px !important;
    left: 7% !important;
    bottom: 150px !important;
  }

  .menu-card {

    bottom: 66px !important;
  }

  .hero-content {

    top: 40% !important;
  }

  .bottom-info strong {

    font-size: 14px !important;
  }

  .contact-card {

    display: block !important;
  }

  .map-location-card {

    left: 0 !important;
  }
}

@media(max-width:525px) {

  .store img {

    width: 128px !important;
    margin: 15px 10px 0 0;
  }

  .read-more {

    top: -20px;
  }

  .about-img img {

    width: 100% !important;
  }

}

.banner-title span {

  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #f35a24;
}

#myBtnContainer {

  text-align: center;
  margin: 18px 0px 58px 0px;
}

.filterDiv {
  color: #FFFAF3;
  text-align: center;
  margin: 2px;
  display: none;
}

.show {
  display: block;
}

.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #03144f;
  color: #fff !important;
  cursor: pointer;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #bd8538;
  color: #fff;
}

.display-flex {

  display: flex;
  justify-content: center;
}

#myBtnContainer button {

  margin: 0px 10px;
}

.icofont-close-line:before {

  color: #fff;
}

.Speciality-img img {

  width: 80% !important;
  border-radius: 12px;
  border: 4px solid #fff;
  padding: 12px;
  background-color: #fff;
}

.display-flex {

  display: flex;
  align-items: center;
}

.speciality-area h4 {

  font-size: 34px;
}

.speciality-area p {

  font-size: 18px;
  line-height: 38px;
}

.brands-area {

  margin: 22px 0px;
}

.brands-area h2 {

  font-size: 26px;
}

.policy-area ul {

  padding-left: 42px;
}

.policy-area ul li {

  list-style-type: circle;
  line-height: 38px;
  font-size: 18px;
}

.about-details ul li {

  list-style-type: circle;
  font-size: 18px;
  line-height: 30px;
  margin: 8px 0px;
}




#scroll-container {

  border-radius: 5px;
  overflow: hidden;

}

.back-color {

  background: #f06a21;
  position: relative;
}


#scroll-text {
  /* animation properties */
  font-size: 26px;
  padding: 18px 0px;
  text-transform: uppercase;
  color: #f35a24;
  letter-spacing: 2px;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);

  -moz-animation: my-animation 15s linear infinite;
  -webkit-animation: my-animation 15s linear infinite;
  animation: my-animation 15s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
  }

  to {
    -moz-transform: translateX(-100%);
  }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from {
    -webkit-transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.ordering-img img {

  max-width: 90%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 28px;
  padding: 6px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 12px auto;

}

.ordering-img img:hover {

  background-color: #fff;
  transform: scale(1.1);
}

.footer-social-media img {

  max-width: 38px;
  border-radius: 50%;
  background-color: #f35a24;
  padding: 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

}

.banquet-img img {

  max-width: 100%;
  margin: 12px 0px;
  border-radius: 28px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}











/* HEADSHOT STYLES */
.profile-avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

.inner-card {
  background-color: white;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 18px 0px;
}

/* HEADER SECTION */
.header-contact {
  background-color: #f35a24;
  color: white;
  padding: 40px 18px 40px;
  position: relative;
  /* Angular Cut */
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  z-index: 10;
  text-align: center;
}

.name-block {
  position: relative;
  z-index: 2;
}

.name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 8px;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

.title {
  font-size: 18px;
  font-weight: 500;
  opacity: 0.95;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* CONTACT LIST */
.content {
  padding: 10px 0 20px;
  flex: 1;
  position: relative;
  background-color: white;
}

.contact-item {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  text-decoration: none;
  color: var(--text-black);
  transition: background 0.2s;
  border-left: 4px solid transparent;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.contact-item:hover {
  background-color: #f9f9f9;
  border-left: 4px solid var(--tenstreet-red);
}

.icon-box {
  width: 36px;
  height: 36px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  border-radius: 50%;
  margin-right: 20px;
  color: var(--tenstreet-red);
  font-size: 16px;
  transition: all 0.2s;
}

.contact-item:hover .icon-box {
  background-color: #f35a24;
  color: white;
}

.info-text {
  display: flex;
  flex-direction: column;
}

.info-label {
  font-size: 10px;
  text-transform: uppercase;
  color: #999;
  font-weight: 600;
  margin-bottom: 3px;
  letter-spacing: 0.5px;
}

.info-value {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  color: #333;
}

/* BUTTONS */
.actions {
  padding: 0 30px 25px;
  background: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact_details-card .btn-primary {
  display: block;
  width: 100%;
  background-color: #f35a24;
  color: white;
  text-align: center;
  padding: 16px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  transition: transform 0.1s, box-shadow 0.1s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
}

.btn-primary:active {
  transform: scale(0.98);
}

/* Secondary Action Row (Share) */
.secondary-actions {
  display: flex;
  justify-content: center;
}

.btn-ghost {
  background: none;
  border: none;
  color: #343434;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 20px;
  transition: background 0.2s;
}

.btn-ghost:hover {
  background-color: #f5f5f5;
  color: var(--tenstreet-red);
}

/* Footer Logo Link */
.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-black);
  text-decoration: none;
  font-weight: 600;
  font-size: 22px;
  opacity: 0.8;
  transition: all 0.2s;
  padding-top: 10px;
}

.footer-logo:hover {
  opacity: 1;
  transform: scale(1.02);
  color: var(--tenstreet-red);
}

.footer-logo i {
  color: var(--tenstreet-red);
  margin-right: 8px;
  font-size: 24px;
}

/* FOOTER DECORATION */
.footer-decoration {
  height: 15px;
  background: var(--tenstreet-red);
}

/* Toast Notification for Copying */
.toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background-color: #333;
  color: white;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 100;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 10px;
}

.toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.new-booking-button {

  width: 46%;
  padding: 18px 32px;
  border-radius: 28px;
  background-color: #f35a24;
  margin: 100px auto;
  margin-bottom: 0 !important;
  color: #fff;
  text-align: center;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;

}

.new-booking-button a {

  color: #fff;
  text-align: center;
  font-size: 28px;

}

.new-booking-button:hover {

  transform: scale(1.1);
}

.footer-area-new .ordering-img img {

  max-width: 100% !important;
  padding: 2px !important;
}





.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
}


.popup-overlay.active {
  visibility: visible;
  opacity: 1;
}

.popup-card {
  width: 525px;
  max-width: 90%;
  height: 300px;
  background: #fff;
  border-radius: 12px;
  padding: 20px 10px;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  text-align: center;
}


.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: #333;
  cursor: pointer;
}


.popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}


.popup-img {
  width: 325px;
  object-fit: cover;
  margin-bottom: 28px;
}


.popup-text h2 {
  font-size: 1.8rem;
  color: #222;
  margin-bottom: 22px;

}

.popup-text p {

  margin-bottom: 0 !important;
}

.popup-text p a {
  font-size: 1.2rem;
  color: #fff;
  margin: 0;
  background-color: #f35a24;
  border-radius: 28px;
  padding: 8px 28px;



}

.policy-area p {

  margin-bottom: 8px;
  line-height: 32px;
}







.inner-card {
  background-color: white;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 18px 0px;
}

.inner-card .header {
  background-color: #f35a24;
  color: white;
  padding: 40px 18px 40px;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  z-index: 10;
  text-align: center;
}

.name-block {
  position: relative;
  z-index: 2;
}

.name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 8px;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

.title {
  font-size: 18px;
  font-weight: 500;
  opacity: 0.95;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.content {
  padding: 10px 0 20px;
  flex: 1;
  position: relative;
  background-color: white;
}

.contact-item {
  display: flex;
  align-items: center;
  padding: 16px 30px;
  text-decoration: none;
  color: var(--text-black);
  transition: background 0.2s;
  border-left: 4px solid transparent;
  position: relative;
  z-index: 1;
  cursor: pointer;
}


.actions {
  padding: 0 30px 25px;
  background: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact_details-card .btn-primary {
  display: block;
  width: 100%;
  background-color: #f35a24;
  color: white;
  text-align: center;
  padding: 16px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  transition: transform 0.1s, box-shadow 0.1s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
}

.footer-decoration {
  height: 15px;
  background: var(--tenstreet-red);
}






.why-us {
  padding: 90px 8%;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title span {
  color: #c58b2d;
  font-weight: 600;
  letter-spacing: 1px;
}

.section-title h2 {
  font-size: 48px;
  margin: 15px 0;
  color: #161513;
  font-weight: 700;
}

.section-title h2 span {
  color: #f35a24;

}

.section-title p {
  /* max-width:750px; */
  margin: auto;
  color: #343434;
  line-height: 30px;
  font-size: 17px;
}

.why-grid {

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;

}

.card {

  background: #fff;
  border-radius: 20px;
  padding: 35px;
  position: relative;
  overflow: hidden;
  transition: .4s;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
  text-align: center;

}

.card:before {

  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #f35a24, #7b2216);

}

.card:hover {

  transform: translateY(-12px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, .18);

}

.icon {

  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f0b53f, #7b2216);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  text-align: center;
  margin: 6px auto;

}

.icon i {

  color: #fff;
  font-size: 30px;

}

.card h3 {

  color: #321511;
  font-size: 20px;
  margin-bottom: 15px;

}

.card p {

  color: #343434;
  line-height: 30px;
  font-size: 16px;

}

@media(max-width:768px) {

  .section-title h2 {

    font-size: 34px;

  }

  .section-title p {

    font-size: 15px;

  }

  .card {

    padding: 30px;

  }

  #scroll-text {

    animation: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    text-align: center !important;
    font-size: 14px !important;
  }

}



#scroll-container {

  border-radius: 5px;
  overflow: hidden;

}

.back-color {

  background: #3d1219;
  position: relative;
}


#scroll-text {
  /* animation properties */
  font-size: 26px;
  padding: 18px 0px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);

  -moz-animation: my-animation 15s linear infinite;
  -webkit-animation: my-animation 15s linear infinite;
  animation: my-animation 15s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
  }

  to {
    -moz-transform: translateX(-100%);
  }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from {
    -webkit-transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}



.new-btn-area {

  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

.ordering-img a {

  width: 100%;
}










.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .55);
}






.order-btn {
  background: #f35a24;
  color: #fff;
  padding: 13px 28px;
  border-radius: 40px;
  text-decoration: none;
  transition: .4s;
}

.order-btn:hover {
  background: #ff7d43;
}

.hero-content {
  position: relative;
  /* z-index:10; */
  color: #fff;
  top:62%;
  transform: translateY(-50%);
  /* max-width:560px; */

}

.sub-title {
  display: inline-block;
  letter-spacing: 3px;
  border: 1px solid rgba(255, 255, 255, .3);
  padding: 8px 20px;
  border-radius: 40px;
  font-size: 12px;
  margin-bottom: 25px;
  background-color: #fff;
}

.hero-content h1 {
  font-size:52px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
}

.hero-content h1 span {
  color: #c53a33;
}

.hero-content p {
  font-size: 19px;
  line-height: 34px;
  color: #ddd;
  margin-bottom:10px;
}

.main-btn {
  display: inline-block;
  background: #f35a24;
  color: #fff;
  padding: 10px 38px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
}

.bottom-info {
  position: absolute;
  bottom: 40px;
  left: 12%;
  display: flex;
  gap: 70px;
  color: #fff;
  border-top: 1px dotted #fff;
  padding-top: 20px;
}

.bottom-info small {
  display: block;
  color: #bbb;
  margin-bottom: 8px;
}

.bottom-info strong {
  font-size: 18px;
}

.menu-card {
  position: absolute;
  right: 25%;
  bottom: 45px;
  background: #1c1c1c;
  color: #fff;
  padding: 10px 28px;
  border-radius: 16px;

}

.menu-card small {
  color: #fff;
  letter-spacing: 2px;
}

.menu-card h5 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}



@media(max-width:991px) {

  .hero-content h1 {
    font-size: 50px;
  }

  .bottom-info {}


  .nav ul {
    display: none;
  }

  .menu-card {
    right: 20px;
    bottom: 20px;
  }

  .feature-box1 {
    text-align: center;
    margin-bottom: 40px;
  }

  .cafe-image {
    margin: 40px 0;
    max-width: 320px;
  }

  .story-section {
    padding: 70px 0;
  }

  .story-section h2 {
    font-size: 42px;
    margin-top: 15px;
  }

  .story-image {
    margin-top: 50px;
  }

  .franchise-grid {

    grid-template-columns: 1fr !important;
  }

  .feature-list {

    grid-template-columns: 1fr;
  }

  .franchise-content h2 {

    font-size: 36px;
  }

  .cta-box {

    padding: 50px 20px !important;
  }



}

@media(max-width:576px) {

  .hero-content {
    max-width: 100%;
  }

  .hero-content h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .hero-content p {
    font-size: 14px !important;
    line-height: 28px;
  }

  .about-section {
    padding: 70px 0;
  }


  .feature-box1 h4 {
    font-size: 18px;
  }


  .story-section h2 {
    font-size: 32px;
  }

  .story-section p {
    font-size: 15px;
    line-height: 28px;
  }

  .highlight-text {
    font-size: 22px;
  }

  .theme-btn {
    padding: 14px 28px;
    margin-top: 12px;
  }



}









.about-section {
  padding: 100px 0;
  background: #FFFAF4;
  position: relative;
  overflow: hidden;
}


.stars {
  color: #ffb400;
  font-size: 22px;
  letter-spacing: 6px;
}

.feature-box1 {
  /* margin-bottom:30px; */
  transition: .4s;
  border: 2px solid #fff;
  padding: 12px 0px;
  border-radius: 28px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;

}

.feature-box1:hover {
  transform: translateY(-8px);
}

.feature-box1 h4 {
  color: #ef5a24;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}

.feature-box1 p {
  color: #343434;
  line-height: 28px;
}

.cafe-image {
  max-width: 100%;
  animation: float 4s ease-in-out infinite;
}

@keyframes float {

  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }

}







.story-section {
  padding: 100px 0;
  background: #F7EFE4;
  overflow: hidden;
}

.section-tag {
  color: #E3481E;
  font-size: 13px;
  letter-spacing: 4px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
}

.story-section h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
  font-family: 'Playfair Display', serif;
  color: #222;
}

.story-section h2 span {
  color: #E3481E;
}

.story-section p {
  font-size: 16px;
  color: #343434;
  line-height: 28px;
  margin-bottom: 10px;
}

.highlight-text {
  color: #E3481E;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: 'Playfair Display', serif;
}

.theme-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #c53a33;
  text-decoration: none;
  padding: 10px 34px;
  border-radius: 50px;
  transition: .4s;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.theme-btn:hover {
  background: #222;
  color: #fff;
  transform: translateY(-4px);
}

/* .story-image{
    overflow:hidden;
    border-radius:32px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
} */

.story-image video {

  border-radius: 20px;
  width: 100%;
}


.story-image img {
  width: 100%;
  transition: .6s;
}

.story-image:hover img {
  transform: scale(1.08);
}





.family-banner {
  background: #FAF6E4;
  position: relative;
  overflow: hidden;
}

/* Stripe Border */

.stripe {
  height: 18px;
  background: repeating-linear-gradient(-45deg,
      #E3481E 0px,
      #E3481E 10px,
      transparent 10px,
      transparent 20px);
}

.banner-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 15px 80px;
}

/* Quote */

.banner-content h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #E3481E;
  text-align: center;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}

/* Food Image */

.banner-content img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 95px;
  height: 95px;
  border-radius: 50%;
  padding: 6px;
}

.best-img img {

  max-width: 100%;
  margin: 18px 0px;
}

.best-img:hover img {


  transform: scale(0.92);
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

video {

  width: 100%;
  border-radius: 20px;
  display: flex;
  margin: 0 auto;
}

.back-000 {

  background-color: #161513 !important;
}

.video-back-area img {

  border-radius: 20px;
}

.margin-top-50 {

  margin-top: 50px;
}




.delivery-section {
  overflow: hidden;
  background: #EF4B17;
}

/* Left Side */

.delivery-left {

  background: #F7EFE4;
  min-height: 285px;
  padding: 50px 70px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.sub-title1 {

  letter-spacing: 4px;
  color: #444;
  font-size: 13px;
  font-weight: 600;

}

.delivery-left h2 {

  font-size: 72px;
  margin: 20px 0;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin-bottom: 8px !important;
  color: #222;
  padding-left: 4px;

}

.delivery-left h2 span {

  color: #E3481E;

}

.delivery-left p {

  font-size: 22px;
  color: #343434;

}

.shop-img {

  position: absolute;
  left: -9px;
  bottom: -4px;
  width: 80px;

}

/* Right Side */

.delivery-right {

  background: #EF4B17;
  min-height: 275px;
  position: relative;
  overflow: hidden;

}

.delivery-content {

  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  /* z-index:5; */

}

.delivery-content ul {

  list-style: none;
  padding: 0;
  margin-bottom: 40px;

}

.delivery-content li {

  margin-bottom: 25px;
  position: relative;
  padding-left: 20px;

}

.delivery-content li::before {

  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;

}

.delivery-content strong {

  display: block;
  font-size: 28px;
  font-family: 'Playfair Display', serif;

}

.delivery-content span {

  display: block;
  margin-top: 5px;
  font-size: 17px;

}

/* Button */

.order-btn {

  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 35px;
  border-radius: 50px;
  background: #c53a33;
  color: #fff;
  text-decoration: none;
  transition: .4s;
  max-width: 230px;

}

.order-btn:hover {

  background: #222;
  color: #fff;
  transform: translateY(-5px);

}

/* Delivery Image */

.delivery-image {

  position: absolute;
  right: 40px;
  bottom: 0;

}

.delivery-image img {

  width: 360px;
  transition: .5s;

}

.delivery-image img:hover {

  transform: translateY(-10px);

}

.pad-left-70 {

  padding-left: 70px;
}

.footer-content-wrapper h5 {

  color: #fff;
}

.footer-content-wrapper h6 {

  font-size: 24px;
  color: #fff;
}

.footer-content-wrapper p {

  margin-bottom: 0;
}

.new-footer-ul {

  display: flex;
  padding-bottom: 50px !important;

}

.new-footer-ul li a {

  color: #fff !important;
}

.new-footer-ul li a {

  width: 42px !important;
  height: 42px !important;
  line-height: 42px !important;
  font-size: 20px !important;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  display: block !important;
  margin: 4px;
  border: 1px solid #fff;
}

.Border-new {

  border-bottom: 2px solid #fff;
}

.footer-link {

  justify-content: space-evenly;
  display: flex;
  align-items: center;
  float: right;

}

.footer-link a {

  color: #fff;
  margin: 0px 8px;
}


.back-FFFAF4 {

  background-color: #FFFAF4;
}


.header-default-second.header {

  background-color: #c53a33 !important;
  border-bottom: 2px solid #343434;
}

.header-default-second .header-menu li a {

  color: #fff;

}

.header-default-second .header-menu .theme-btn a {

  color: #c53a33 !important;

}

.gallery-img {

  width: 70% !important;
}

.border-none {

  border: none !important;
  box-shadow: none !important;
}

.delivery-border-top {

  border-top: 3px solid #EF4B17;
}

.active a {

  color: #f4bc41 !important;
}




.location-section {
  background: #fff;
  padding: 100px 0px;
}

.sub-title {
  display: inline-block;
  color: #c53a33;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.location-section h2 {
  font-size: 42px;
  font-weight: 700;
  color: #343434;
  margin-bottom: 20px;
  line-height: 1.2;
}

.location-section h2 span {
  color: #ef6427;
}

.location-section p {
  color: #343434;
  line-height: 28px;
}

.contact-card {
  display: flex;
  gap: 18px;
  background: #fff;
  padding: 25px;
  border-radius: 18px;
  margin: 35px 0;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.contact-card .icon {
  width: 70px;
  height: 70px;
  background: #ffe7c7;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-card .icon img {

  width: 48px;
}

.contact-card .icon i {
  font-size: 30px;
  color: #f59a17;
}

.contact-card .info p {
  margin-bottom: 15px;
}

.contact-card .info a {
  display: block;
  color: #343434;
  margin-bottom: 10px;
  text-decoration: none;
}

.contact-card .info i {
  color: #ef6427;
  margin-right: 8px;
}

.direction-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ef6427;
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: .3s;
}

.direction-btn:hover {
  background: #d9551d;
  color: #fff;
}

.map-box {
  position: relative;
  /* overflow:hidden; */
  border-radius: 20px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.map-box iframe {
  width: 100%;
  height: 620px;
  border: 0;
  display: block;
  border-radius: 28px;
}

.map-location-card {
  position: absolute;
  left: -100px;
  bottom: 0px;

  display: flex;
  align-items: center;
  gap: 12px;

  background: #fff;
  padding: 14px 18px;

  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .12);

  min-width: 250px;
}

.map-location-card i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff3ed;
  color: #ff6b35;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 16px;
}

.map-location-card h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

.map-location-card span {
  display: block;
  font-size: 13px;
  color: #777;
  margin-top: 2px;
}

.info p {

  display: inline-flex;
}








.franchise-section {
  padding: 90px 0;
  background: #faf7f2;
}

.franchise-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 50px;
  align-items: center;
}

.tag {
  display: inline-block;
  padding: 8px 18px;
  background: #fff;
  border-radius: 30px;
  color: #ef4f1f;
  font-weight: 600;
  margin-bottom: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.franchise-content h2 {
  font-size: 46px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #2d2d2d;
}

.franchise-content h2 span {
  color: #ef4f1f;
}

.franchise-content p {
  color: #343434;
  line-height: 1.6;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.feature {
  background: #fff;
  padding: 18px;
  border-radius: 12px;
  font-weight: 500;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

.feature i {
  color: #ef4f1f;
  margin-right: 8px;
}

.cta-box {

  background: #fff;
  border-radius: 20px;
  padding: 115px 40px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
  position: relative;
}

.icon-box {

  width: 90px;
  height: 90px;
  background: #ef4f1f;
  color: #fff;
  margin: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  margin-bottom: 25px;
}

.cta-box h3 {

  font-size: 30px;
  margin-bottom: 15px;
  color: #333;
}

.cta-box p {

  color: #343434;
  line-height: 1.8;
  margin-bottom: 30px;
}

.cta-btn {

  display: inline-block;
  padding: 14px 60px;
  background: #ef4f1f;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: .3s;
}

.cta-btn:hover {

  background: #222;
  color: #fff;
}

.cta-box small {

  display: block;
  margin-top: 18px;
  color: #999;
}





.fraunces {
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "SOFT" 0,
    "WONK" 0;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.pad-0 {

  padding: 0 !important;
}

.header-menu .theme-btn a {

  gap: 10px !important;
  display: inline-flex;
  align-items: center;
  color:#c53a33;
}












/* ==============================
   ORDER NOW SECTION
================================= */

.order-section {
  width: 100%;
  padding: 100px 20px;
  background: #fbf6ef;
  color: #171717;
}

.order-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* ==============================
   HEADING
================================= */

.order-heading {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 65px;
}

.order-label {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.order-heading h1 {
  margin: 0;
  font-size: clamp(40px, 5vw, 70px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -2px;
}

.order-heading h1 span {
  font-weight: 400;
}

.order-heading p {
  max-width: 550px;
  margin: 25px auto 0;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}


/* ==============================
   OUTLET GRID
================================= */

.outlet-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}


/* ==============================
   OUTLET CARD
================================= */

.outlet-card {
  position: relative;
  min-height: 430px;
  padding: 45px;
  background: #fff;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.outlet-card:hover {
  transform: translateY(-6px);
}

.card-number {
  position: absolute;
  top: 30px;
  right: 35px;
  font-size: 13px;
  color: #999;
  letter-spacing: 1px;
}

.outlet-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


/* ==============================
   OUTLET DETAILS
================================= */

.outlet-tag {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #777;
}

.outlet-card h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 50px;
  font-weight: 400;
  letter-spacing: -1.5px;
}

.outlet-card h2 strong {
  display: block;
  font-weight: 600;
}


/* ==============================
   SERVICES
================================= */

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 35px;
}

.service-list span {
  padding: 9px 15px;
  border: 1px solid #d7d2c9;
  border-radius: 50px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}


/* ==============================
   ORDER BUTTON
================================= */



.arrow {
  font-size: 20px;
  line-height: 1;
}


/* ==============================
   INFORMATION AREA
================================= */

.order-info {
  margin-top: 80px;
  padding-top: 45px;
  border-top: 1px solid #d7d2c9;
}

.info-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 35px;
}

.info-title .line {
  width: 45px;
  height: 1px;
  background: #171717;
}

.info-title p {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
}


/* ==============================
   INFO OPTIONS
================================= */

.info-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.info-item {
  display: flex;
  gap: 20px;
}

.info-icon {
  flex-shrink: 0;

  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #171717;

  font-size: 11px;
  font-weight: 700;
}

.info-item h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 500;
}

.info-item p {
  max-width: 400px;
  margin: 0;

  font-size: 14px;
  line-height: 1.6;
  color: #666;
}


/* ==============================
   TABLET
================================= */

@media (max-width: 850px) {

  .order-section {
    padding: 75px 20px;
  }

  .outlet-grid {
    grid-template-columns: 1fr;
  }

  .outlet-card {
    min-height: 380px;
  }

  .info-options {
    gap: 35px;
  }

}


/* ==============================
   MOBILE
================================= */

@media (max-width: 600px) {

  .order-section {
    padding: 60px 15px;
  }

  .order-heading {
    margin-bottom: 45px;
  }

  .order-heading h1 {
    font-size: 42px;
    letter-spacing: -1px;
  }

  .order-heading p {
    font-size: 14px;
  }

  .outlet-card {
    min-height: auto;
    padding: 30px 25px;
  }

  .card-number {
    top: 25px;
    right: 25px;
  }

  .outlet-tag {
    margin-bottom: 25px;
  }

  .outlet-card h2 {
    font-size: 32px;
  }

  .service-list {
    margin-top: 25px;
  }



  .order-info {
    margin-top: 55px;
    padding-top: 35px;
  }

  .info-options {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .info-item h3 {
    font-size: 18px;
  }

}


.footer-content-wrapper ul li {

  font-size: 18px;
  list-style-type: none;
  line-height: 38px;
}

.footer-content-wrapper ul li:hover {

  padding-left: 4px;
  transition: cubic-bezier(0.47, 0, 0.745, 0.715);
}









/* =========================================
   OUR OTHER BRANDS
========================================= */

.other-brands {
  width: 100%;
  padding: 120px 20px;
  background: #FFF;
  color: #171717;
}

.brands-container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}


/* =========================================
   HEADER
========================================= */

.brands-header {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: end;

  margin-bottom: 70px;
}

.eyebrow {
  display: block;
  margin-bottom: 25px;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;

  color: #777168;
}

.brands-heading h2 {
  margin: 0;

  font-size: clamp(50px, 6vw, 82px);
  line-height: 0.95;
  font-weight: 500;

  letter-spacing: -3px;
}


.brands-intro {
  max-width: 430px;
}

.brands-intro p {
  margin: 0 0 18px;

  font-size: 18px;
  line-height: 1.7;

  color: #625d56;
}

.brands-intro p:last-child {
  margin-bottom: 0;
}


/* =========================================
   BRAND GRID
========================================= */

.brands-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}


/* =========================================
   BRAND CARD
========================================= */

.brand-card {
  position: relative;

  min-height: 590px;

  padding: 35px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  overflow: hidden;

  transition: transform 0.35s ease;
}

.brand-card:hover {
  transform: translateY(-8px);
}


/* Different visual treatment */

.brand-secret {
  background: #c53a33;
  color: #f3eee4;
}

.brand-sushi {
  background: #c53a33;
  color: #f3eee4;
}


/* =========================================
   CARD TOP
========================================= */

.brand-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-number {
  font-size: 12px;
  letter-spacing: 1px;
}

.brand-type {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.55;
}


/* =========================================
   BRAND CONTENT
========================================= */

.brand-main {
  position: relative;
  z-index: 2;
}

.brand-small {
  display: block;

  margin-bottom: 18px;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
}

.brand-card h3 {
  margin: 0;
  font-size: clamp(60px, 7vw, 80px);
  line-height: 80px;
  color: #fff;
  letter-spacing: -5px;
}

.brand-card h3 span {
  font-weight: 400;
}

.brand-tagline {
  max-width: 400px;

  margin: 35px 0 12px;

  font-size: 18px;
  line-height: 1.35;

  font-weight: 500;
}

.brand-description {
  max-width: 440px;
  color: #fff;
  margin: 0;

  font-size: 14px;
  line-height: 1.7;
}


/* =========================================
   CARD FOOTER
========================================= */

.brand-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding-top: 25px;

  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.brand-sushi .brand-footer {
  border-top-color: rgba(0, 0, 0, 0.18);
}

.brand-footer>span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
}


/* =========================================
   EXPLORE LINK
========================================= */

.brand-arrow {
  display: flex;
  align-items: center;
  gap: 15px;

  color: inherit;
  text-decoration: none;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.brand-arrow strong {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 35px;
  height: 35px;

  border: 1px solid currentColor;

  font-size: 17px;
  font-weight: 400;

  transition:
    background 0.3s ease,
    color 0.3s ease;
}

.brand-arrow:hover strong {
  background: currentColor;
  color: inherit;
}


/* =========================================
   LOCATION
========================================= */

.brands-location {
  /* display: flex; */
  align-items: center;
  gap: 20px;

  /* max-width: 750px; */

  margin: 55px auto 0;

  padding: 25px 0;

  border-top: 1px solid #c53a33;
  border-bottom: 1px solid #c53a33;
  text-align: center;
}

.location-mark {
  flex-shrink: 0;

  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #171717;
  border-radius: 50%;
}

.location-mark span {
  width: 7px;
  height: 7px;

  display: block;

  background: #171717;
  border-radius: 50%;
}

.brands-location p {
  margin: 0;

  font-size: 17px;
  line-height: 1.6;

  color: #c53a33;
}

.brands-location strong {
  color: #171717;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

  .other-brands {
    padding: 90px 20px;
  }

  .brands-header {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 50px;
  }

  .brands-grid {
    gap: 20px;
  }

  .brand-card {
    min-height: 540px;
    padding: 30px;
  }

  .brand-card h3 {
    font-size: 70px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

  .other-brands {
    padding: 70px 15px;
  }

  .brands-heading h2 {
    font-size:36px;
    letter-spacing:inherit !important;
  }

  .brands-grid {
    grid-template-columns: 1fr;
  }

  .brand-card {
    min-height: 500px;
    padding: 28px;
  }

  .brand-card h3 {
    font-size: 70px;
    letter-spacing: -4px;
  }

  .brand-tagline {
    font-size: 17px;
    margin-top: 28px;
  }

  .brand-description {
    font-size: 13px;
  }

  .brands-location {
    align-items: flex-start;
  }

  .brands-location p {
    font-size: 13px;
  }

}













.social-section {

  /* padding:100px 0px; */
}

.social-section h1,
.social-section h2,
.social-section h3,
.social-section p {
  margin: 0;
  color: #fff;
}

.social-section em {
  font-weight: 500;
}

.eyebrow {
  display: inline-block;

  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;

  margin-bottom: 24px;
}


/* =========================
   BUTTON
========================= */

.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 28px;

  padding: 16px 22px;

  border: 1px solid rgba(244, 239, 231, .4);

  color: var(--cream);
  text-decoration: none;

  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;

  transition: .35s ease;
}

.social-btn span {
  font-size: 18px;
  line-height: 1;
}

.social-btn:hover {
  background: var(--cream);
  color: var(--black);
}


/* =========================
   HERO
========================= */

.social-hero1 {
  min-height: 720px;

  position: relative;

  display: flex;
  align-items: center;

  padding: 100px 8%;

  background:
    linear-gradient(90deg,
      rgba(17, 16, 14, .95) 0%,
      rgba(17, 16, 14, .72) 45%,
      rgba(17, 16, 14, .3) 100%),
    url("../img/your-hero-image.jpg") center/cover no-repeat;
}

.social-hero1 .hero-content {
  position: relative;
  z-index: 2;

  max-width: 760px;
}

.social-hero1 .hero-content h1 {
  font-size: clamp(54px, 7vw, 105px);
  line-height: .94;
  font-weight: 500;
  letter-spacing: -4px;

  margin-bottom: 32px;
}

.social-hero1 .hero-content h1 span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
}

.social-hero1 .hero-content p {
  max-width: 510px;

  color: var(--muted);

  font-size: 17px;
  line-height: 1.7;

  margin-bottom: 38px;
}

.social-hero1 .hero-number {
  position: absolute;
  right: 8%;
  bottom: 45px;

  font-family: "Playfair Display", serif;

  font-size: 120px;

  opacity: .12;
}


/* =========================
   INTRO
========================= */

.social-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;

  gap: 80px;

  padding: 140px 8%;

  border-bottom: 1px solid var(--line);
}

.intro-heading h2 {
  max-width: 600px;
  font-size: clamp(42px, 5vw, 52px);
  line-height: 70px;
  font-weight: 500;
  letter-spacing: -2px;
}

.intro-copy {
  align-self: end;
  max-width: 520px;
}

.intro-copy p {
  color: var(--muted);

  font-size: 17px;
  line-height: 1.8;

  margin-bottom: 40px;
}

.intro-highlight {
  display: flex;
  flex-direction: column;
  line-height: 42px;
  gap: 5px;

  border-left: 1px solid var(--cream);

  font-size: 22px;
}

.intro-highlight strong {
  font-weight: 500;
}


/* =========================
   SERVICES
========================= */

.services-section {
  padding: 140px 8%;
  padding-top: 0px !important;
}

.section-top {
  display: grid;
  grid-template-columns: 1fr 1fr;

  gap: 80px;

  margin-bottom: 80px;
}

.section-top h2 {
  font-size: clamp(42px, 5vw, 52px);
  line-height: 70px;
  font-weight: 500;
  letter-spacing: -2px;
}

.section-top p {
  max-width: 500px;

  align-self: end;

  font-size: 20px;
  line-height: 1.8;
}


.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  min-height: 280px;

  padding: 35px;

  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);

  transition: .35s ease;
}



.service-card>span {
  display: block;

  color: var(--muted);

  font-size: 11px;
  letter-spacing: 2px;

  margin-bottom: 30px;
}

.service-card h3 {
  font-size: 27px;
  line-height: 1.05;
  font-weight: 500;
  color: #c53a33;

  margin-bottom: 18px;
}

.service-card p {

  font-size: 14px;
  line-height: 1.6;
  color: #000;
}


/* =========================
   EVENT SECTION
========================= */

.event-section {
  display: grid;
  grid-template-columns: 1fr 1fr;

  min-height: 700px;

  background: #fbf6ef;
  color: var(--black);
}

.event-image {
  min-height: 600px;

  position: relative;

  background:
    linear-gradient(rgba(0, 0, 0, .1),
      rgba(0, 0, 0, .3)),
    url("../img/your-event-image.jpg") center/cover no-repeat;
}

.image-label {
  position: absolute;

  bottom: 35px;
  left: 35px;

  padding: 10px 15px;

  background: #fff;

  font-size: 10px;
  letter-spacing: 2px;
}

.event-content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 90px 10%;
}

.event-content h2 {
  max-width: 620px;

  font-size: clamp(42px, 5vw, 70px);
  line-height: .98;
  font-weight: 500;
  letter-spacing: -2px;

  margin-bottom: 35px;
}

.event-content p {
  max-width: 500px;

  color: #655f57;

  font-size: 16px;
  line-height: 1.8;

  margin-bottom: 35px;
}

.text-link {
  width: fit-content;

  color: var(--black);
  text-decoration: none;

  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;

  border-bottom: 1px solid var(--black);

  padding-bottom: 8px;
}

.text-link span {
  margin-left: 15px;
  font-size: 16px;
}


/* =========================
   TURF XL
========================= */

.turf-section {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;

  padding: 150px 8%;

  background: var(--dark);
  align-items: center;
}

.turf-content {
  max-width: 950px;
}

.turf-content h2 {
  max-width: 900px;
  color: #000;
  font-size: clamp(45px, 6vw, 52px);
  line-height: 70px;
  font-weight: 500;
  letter-spacing: -3px;

  margin-bottom: 45px;
}

.turf-content>p {
  max-width: 650px;

  color: var(--muted);

  font-size: 16px;
  line-height: 1.8;

  margin-bottom: 25px;
}

.food-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  margin: 45px 0;
}

.food-tags span {
  padding: 13px 18px;

  border: 1px solid #c53a33;

  border-radius: 50px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.food-tags span:hover {

  background-color: #c53a33 !important;

}

.food-tags span:hover a {

  color: #fff !important;
}

.final-copy {
  max-width: 560px !important;
}

.turf-number {
  position: absolute;

  right: 8%;
  bottom: 50px;

  font-family: "Playfair Display", serif;

  font-size: 150px;

  opacity: .08;
}


/* =========================
   FINAL CTA
========================= */

.social-cta {
  text-align: center;

  padding: 160px 8%;

  background-image: url(../img/social-cta.jpg);
  background-size: cover;
  color: #fff;
}

.social-cta .eyebrow {
  opacity: 1;
  color: #fff;
}

.social-cta h2 {
  font-size: clamp(48px, 7vw, 80px);
  line-height: .92;
  font-weight: 500;
  letter-spacing: -4px;

  margin-bottom: 45px;
}

.social-cta .social-btn {
  border-color: rgba(255, 255, 255, .5);
}

.social-cta .social-btn:hover {
  background: #fff;
  color: #111;
}


/* =========================
   TABLET
========================= */

@media (max-width: 900px) {

  .social-intro,
  .section-top {
    grid-template-columns: 1fr;

    gap: 50px;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .event-section {
    grid-template-columns: 1fr;
  }

  .event-image {
    min-height: 500px;
  }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

  .social-hero {
    min-height: 650px;
    padding: 80px 25px;
  }

  .hero-content h1 {
    font-size: 52px;
    letter-spacing: -2px;
  }

  .hero-content p {
    font-size: 15px;
  }

  .hero-number {
    right: 25px;
    font-size: 70px;
  }


  .social-intro,
  .services-section,
  .turf-section {
    padding: 90px 25px;
  }

  .intro-heading h2,
  .section-top h2 {
    font-size: 43px;
  }


  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 240px;
  }


  .event-image {
    min-height: 400px;
  }

  .event-content {
    padding: 75px 25px;
  }

  .event-content h2 {
    font-size: 45px;
  }


  .turf-content h2 {
    font-size: 47px;
    letter-spacing: -2px;
  }

  .turf-number {
    display: none;
  }


  .social-cta {
    padding: 100px 25px;
  }

  .social-cta h2 {
    font-size: 52px;
    letter-spacing: -2px;
  }

}

.color-000 {

  color: #000 !important;
}

.color-fff {

  color: #fff !important;

}

.width-50 {

  width: 40% !important;
}

.image-new-area img {

  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-radius: 28px;
}







/* =========================================
   HI BAO - OUR STORY
========================================= */

.hb-story-section {
  width: 100%;
  padding: 100px 20px;
  background: #f8f8f6;
  color: #171717;
  font-family: Arial, Helvetica, sans-serif;
}

.hb-story-heading {
  max-width: 850px;
  margin: 0 auto 75px;
  text-align: center;
}


/* Badge */

.hb-story-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  margin-bottom: 18px;

  background: #171717;
  color: #ffffff;

  border-radius: 50px;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
}


/* Heading */

.hb-story-heading h2 {
  margin: 0;

  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.05;
  font-weight: 700;

  letter-spacing: -2.5px;
}

.hb-story-heading h2 span {
  color: #c53a33;
  display: inline-block;
}


.hb-story-heading p {
  max-width: 620px;
  margin: 25px auto 0;

  color: #686868;

  font-size: 15px;
  line-height: 1.7;
}


/* =========================================
   TIMELINE
========================================= */

.hb-story-timeline {
  position: relative;

  max-width: 1050px;
  margin: 0 auto;
}


/* Vertical Line */

.hb-story-timeline::before {
  content: "";

  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 37px;

  width: 2px;

  background: #c53a33;
}


/* =========================================
   STORY ITEM
========================================= */

.hb-story-item {
  position: relative;

  display: grid;
  grid-template-columns: 90px 1fr;

  column-gap: 0;

  margin-bottom: 34px;
}


/* =========================================
   ICON / NUMBER
========================================= */

.hb-story-icon {
  position: relative;
  z-index: 2;

  width: 68px;
  height: 68px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #c53a33;

  box-shadow:
    0 8px 25px rgba(0, 0, 0, 0.15);
}

.hb-story-icon span {
  color: #ffffff;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}


/* =========================================
   CARD
========================================= */

.hb-story-card {
  position: relative;

  padding: 28px 30px 30px;

  background: #ffffff;

  border: 1px solid rgba(0, 0, 0, 0.06);

  border-radius: 16px;

  box-shadow:
    0 8px 25px rgba(0, 0, 0, 0.10);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


/* Small connector */

.hb-story-card::before {
  content: "";

  position: absolute;

  left: -10px;
  top: 25px;

  width: 20px;
  height: 20px;

  background: #ffffff;

  transform: rotate(45deg);

  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}


/* Hover */

.hb-story-card:hover {
  transform: translateY(-4px);

  box-shadow:
    0 14px 35px rgba(0, 0, 0, 0.13);
}


/* =========================================
   CARD CONTENT
========================================= */

.hb-story-card-top {
  margin-bottom: 10px;
}

.hb-story-card-top span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;

  color: #a17a29;
}


.hb-story-card h3 {
  margin: 0 0 12px;

  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;

  letter-spacing: -0.5px;
}


.hb-story-card p {
  margin: 0;

  max-width: 850px;

  color: #6a6a6a;

  font-size: 14px;
  line-height: 1.7;
}


/* =========================================
   FINAL CARD
========================================= */

.hb-story-final {
  background: #c53a33;
  color: #ffffff;
}

.hb-story-final::before {
  background: #c53a33;
  border: none;
}

.hb-story-final .hb-story-card-top span {
  color: #fff;
}

.hb-story-final p {
  color: #fff;
}


/* Quote */

.hb-story-quote {
  margin-top: 22px;
  padding: 18px 20px;

  border-left: 2px solid #e7a52f;

  color: #ffffff;

  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.5;
  font-style: italic;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 768px) {

  .hb-story-section {
    padding: 75px 18px;
  }

  .hb-story-heading {
    margin-bottom: 55px;
  }

  .hb-story-heading h2 {
    font-size: 43px;
    letter-spacing: -1.5px;
  }

  .hb-story-heading p {
    font-size: 14px;
  }

  .hb-story-timeline::before {
    left: 29px;
  }

  .hb-story-item {
    grid-template-columns: 58px 1fr;
  }

  .hb-story-icon {
    width: 58px;
    height: 58px;
  }

  .hb-story-card {
    padding: 23px 20px 25px;
    border-radius: 13px;
  }

  .hb-story-card h3 {
    font-size: 21px;
  }

  .hb-story-card p {
    font-size: 13px;
    line-height: 1.65;
  }

  .hb-story-card::before {
    left: -8px;
    top: 20px;

    width: 16px;
    height: 16px;
  }

  .hb-story-quote {
    font-size: 16px;
  }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 480px) {

  .hb-story-section {
    padding: 60px 15px;
  }

  .hb-story-heading h2 {
    font-size: 36px;
  }

  .hb-story-heading p {
    font-size: 13px;
  }

  .hb-story-item {
    grid-template-columns: 48px 1fr;
    margin-bottom: 25px;
  }

  .hb-story-timeline::before {
    left: 24px;
  }

  .hb-story-icon {
    width: 40px;
    height:40px;
  }

  .hb-story-icon span {
    font-size: 10px;
  }

  .hb-story-card {
    padding: 20px 17px;
  }

  .hb-story-card h3 {
    font-size: 19px;
  }

  .hb-story-card p {
    font-size: 12px;
  }

  .hb-story-card::before {
    width: 13px;
    height: 13px;
    left: -6px;
    top: 18px;
  }

  .hb-story-quote {
    font-size: 15px;
  }
}











/* ===================================== WHY HI BAO ===================================== */
.why-hibao {
  position: relative;
  overflow: hidden;
  background: #f8f8f6;
  color: #f5efe5;
  padding: 110px 6%;
}

.why-hibao-inner {
  max-width: 1400px;
  margin: auto;
}

/* ===================================== HEADER ===================================== */
.why-header {
  max-width: 760px;
  margin-bottom: 65px;
}

.why-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .55);
}

.why-eyebrow span {
  width: 35px;
  height: 1px;
  background: #000;
}

.why-header h2 {
  margin: 0;
  font-size: clamp(55px, 7vw, 52px);
  line-height:70px;
  font-weight: 800;
}

.why-header h2 em {
  display: block;
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -2px;
}

.why-header p {
  max-width: 600px;
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, .58);
}

/* ===================================== CARDS GRID ===================================== */
.why-cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}

/* ===================================== CARD ===================================== */
.why-card {
  position: relative;
  min-height: 320px;
  padding: 28px;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .12);
  background:#fff;
  transition: background .35s ease, transform .35s ease, border-color .35s ease;
}

.why-card:hover {
  transform: translateY(-8px);
  background: #fff;
  color: #171717;
  border-color: #f5efe5;
}

/* ===================================== LAST CARD ===================================== */
/* .why-card-wide {
  grid-column: 2 / span 2;
} */

/* ===================================== CARD TOP ===================================== */
.card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.card-number {
  font-size: 11px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, .35);
  transition: color .35s ease;
}

.why-card:hover .card-number {
  color: rgba(0, 0, 0, .4);
}

/* ===================================== ICON BASE ===================================== */
.card-top i {
  position: relative;
  width: 55px;
  height: 55px;
  border:1px solid #000;
  color:#000 !important;
  border-radius: 50%;
  font-size:24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .35s ease, border-color .35s ease;
}

.why-card:hover .why-icon {
  border-color: rgba(0, 0, 0, .25);
}



/* ===================================== CARD CONTENT ===================================== */
.card-body {
  margin-top: auto;
}

.card-label {
  display: block;
  margin-bottom: 12px;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  transition: color .35s ease;
}

.why-card:hover .card-label {
  color: rgba(0, 0, 0, .45);
}

.card-body h3 {
  margin: 0 0 15px;
  font-size: 30px;
  line-height: 1;
  color:#000;
  font-weight: 400;
}

.card-body h3 strong {
  font-family: Georgia, serif;
  font-weight: 400;
}

.card-body p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color:#000;
  transition: color .35s ease;
}

.why-card:hover .card-body p {
  color: rgba(0, 0, 0, .58);
}

/* ===================================== ARROW ===================================== */
.card-arrow {
  position: absolute;
  right: 25px;
  bottom: 25px;
  font-size:24px;
  color:#000;
  opacity:1;
  transition: opacity .35s ease, transform .35s ease;
}

.why-card:hover .card-arrow {
  opacity: 1;
  transform: translate(3px, -3px);
}

/* ===================================== TABLET ===================================== */
@media (max-width: 1000px) {
  .why-hibao {
    padding: 80px 5%;
  }

  .why-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-card,
  .why-card-wide {
    grid-column: span 1;
  }
}

/* ===================================== MOBILE ===================================== */
@media (max-width: 600px) {
  .why-hibao {
    padding: 65px 20px;
  }

  .why-header {
    margin-bottom: 45px;
  }

  .why-header h2 {
    font-size: 52px;
    letter-spacing: -2.5px;
  }

  .why-header p {
    font-size: 14px;
  }

  .why-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .why-card,
  .why-card-wide {
    grid-column: span 1;
    min-height: 340px;
    padding: 23px;
  }
}








/* ================================
   HI BAO - CONNECT WITH US CTA
================================ */

.hibao-connect {
    position: relative;
    padding: 100px 30px;
    background:url(../img/back-cta.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    overflow: hidden;
}

.connect-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

/* Label */

.connect-label {
    display: inline-block;
    margin-bottom: 22px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #c53a33;
        border-radius: 50px;
            padding: 8px 20px;
            background-color:#fff;
}

/* Heading */

.connect-inner h2 {
    margin: 0;
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1.02;
    font-weight: 500;
    letter-spacing: -2px;
    color: #fff;
}

/* Paragraph */

.connect-text {
    max-width: 680px;
    margin: 28px auto 45px;
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
}

/* Buttons */

.connect-buttons {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
}

/* Common Button */

.connect-btn {
    min-width: 170px;
    min-height: 58px;
    padding: 0 22px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    border: 2px solid #fff;

    color: #fff;
    text-decoration: none;

    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
        border-radius: 50px;

    transition: all 0.3s ease;
}

/* Icon */

.connect-btn i {
    font-size: 15px;
    line-height: 1;
}

/* Hover */

.connect-btn:hover {
    background: #fff;
    color: #111;
    border-color: #fff;
    transform: translateY(-3px);
}


/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {

    .hibao-connect {
        padding: 70px 20px;
    }

    .connect-inner h2 {
        font-size: 36px;
        letter-spacing: inherit !important;
    }

    .connect-text {
        margin: 22px auto 32px;
        font-size: 14px;
        line-height: 1.7;
    }

    .connect-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .connect-btn {
        min-width: 0;
        min-height: 54px;
        padding: 0 12px;
        font-size: 9px;
        letter-spacing: 1px;
    }

    .connect-btn:last-child {
        grid-column: span 2;
    }
}



.about-location{

    border-radius:28px;
    background-color: #f8f8f6;
    padding:28px 12px;
    text-align: center;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    height:410px !important;
    margin:18px 0px;
}
.about-location h5{

  font-size:22px;
  line-height:38px;
}
.about-location p{

    font-size:18px;
    color:#000;
}


html {
    scroll-behavior: smooth;
}
#footer {
    scroll-margin-top: 100px;
}