a:hover {
  color: inherit;
}
.form-control:focus {
  color: #010001;
  background-color: #e9ecef;
  border-color: #e9ecef;
  outline: 0;
  box-shadow: none;
}
.logo{
    width: 135px;
    height: 60px;
    object-fit: contain;
}
@media (max-width: 991px){
  .logo{
    height: 50px;
  }
}
.blur-background{
    position: relative;
    z-index: 9;
    top: 15px;
    background: #ffffff1f;
    backdrop-filter: blur(5px);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 20px;
}

@media (max-width: 991px){
  .blur-background{
    border-radius: 10px;
  }
  .header_logo a{
    border-radius: 10px 0 0 10px;
  }
    
}

.btn-check:checked+.btn::before, .btn.active::before, .btn.show::before, .btn:first-child:active::before, :not(.btn-check)+.btn:active::before {
    color: #010001;
    border-color: transparent;
}

/* .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
color: #fff;
} */

.card-container .btn.btn-link{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 35px;
}


.content {
    background: #e9e8eb;
    border-radius: 20px;
    
  }
  img{
    width: 100%;
  }
  
  .card-container,
  .card-face{
    transform-style: preserve-3d;
  }
  
  .deal-new {
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .face-1 .top-part > h2 {
    font-size: 17px;
    margin-bottom: 0px;
  }

  .price_box span {
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
}
  
  
  
  .deal-img img {
    width: 140px;
    height: 140px;
    object-fit: contain;
  }
  
  .card-container {
    position: relative;
    color: #010001;
    width: 100%;
    height: 210px;
  }
  
  .card-face {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    /* justify-content: end; */
    padding: 60px 30px 30px;
    backface-visibility: hidden;
    transition: 0.8s;
    border-radius: 20px;
  }
  
  .face-1 {
    background: #FAFAD2;
    transform-origin: right;
    transform: translate(0) perspective(0) rotateY(0);
  }
  
  .deal-new {
    transform: translateZ(40px);
  }
  
  .deal-info {
    display: flex;
    align-items: center;
  }
  
  .deal-new {
    margin-right: 0.8rem;
    padding: 0.3rem 0.6rem;
    background-color: #fff;
    color: #1e2342;
    border-radius: 3px;
    font-size: 0.8rem;
    transform-style: preserve-3d;
  }
  
  .deal-year {
    transform: translateZ(40px);
  }
  
  .deal-year {
    color: #eee;
    font-size: 1.05rem;
    transform-style: preserve-3d;
  }
  
  .face-1 .hide {
    opacity: 1;
    transition: 0.7s;
  }
  
  .deal-image-wrapper,
  .deal-img {
    position: absolute;
    transform-style: preserve-3d;
  }
  
  .deal-image-wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
  }
  
  .content:hover .deal-img,
  .deal-img {
    width: auto;
    top: 0%;
  }
  
  .deal-img {
    left: 50%;
    transform: translateX(-50%);
    animation: 2s ease-in-out infinite alternate float;
    transition: 0.65s;
  }
  
  @keyframes float {
    0% {
      transform: translateX(calc(-45% - 5px)) translateY(calc(-55% - 5px))
        translateZ(200px);
    }
    100% {
      transform: translateX(calc(-45% + 5px)) translateY(calc(-55% + 5px))
        translateZ(400px);
    }
  }
  
  .deal {
    transform: rotate(-30deg);
    transition: 0.6s;
  }
  
  .content:hover .deal {
    transform: rotate(0);
  }
  
  @media (max-width: 550px) {
    .content {
      transform: scale(0.9);
    }
  }
  .deal-desc{
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 25px;
  }

  .service_section{
    position: relative;
    top: -50px;
    overflow: hidden;
    margin-bottom: 0px;
  }
    /* .service_section::before{
      filter: blur(1px);
      position: absolute;
      content: '';
      left: 0;
      top: -50px;
      width: 100%;
      height: calc(100% + 100px);
      background: url(../images/section-bg-4.jpg);
      z-index: -1;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      opacity: 0.8;
    } */

    .btn {
      display: inline-flex;
    align-items: center;
    position: relative;
    padding: 0;
    border: 2px solid #D9A443;
    border-top-color: transparent;
    color: #010001;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease;
    padding: 5px 15px;
    border-radius: 0;
  }

  .btn-icon {
    font-size: 18px;
    position: absolute;
    z-index: 666;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: #010001;
    transition: all 0.3s ease;
}

  .btn-content {
      text-align: center;
      display: block;
      width: 100%;
  }

  .btn-topFakeBorders:before,
  .btn-topFakeBorders:after {
      content: '';
      display: block;
      background: #D9A443;
      height: 2px;
      width: calc(50% - 35px);
      position: absolute;
      bottom: 100%;
      left: -2px;
      z-index: 1;
  }

  .btn-topFakeBorders:after {
      left: auto;
      right: -2px;
  }

  .btn-anim:after,
  .btn-anim:before {
      content: '';
      display: block;
      position: absolute;
      transition: all 0.3s ease;
      z-index: 2;
  }

  .btn-bottomAnim:after,
  .btn-bottomAnim:before {
      width: 0;
      height: 2px;
      top: 100%;
      background: #F2CA50;
  }

  .btn-bottomAnim:after {
      right: 50%;
  }

  .btn-bottomAnim:before {
      left: 50%;
  }

  .btn-sideAnim:after,
  .btn-sideAnim:before {
      width: 2px;
      height: 0;
      bottom: -2px;
      background: #F2CA50;
  }

  .btn-sideAnim:after {
      right: 100%;
  }

  .btn-sideAnim:before {
      left: 100%;
  }

  .btn-topAnim:after,
  .btn-topAnim:before {
      width: 0;
      height: 2px;
      bottom: 100%;
      background: #F2CA50;
  }

  .btn-topAnim:after {
      right: -2px;
  }

  .btn-topAnim:before {
      left: -2px;
  }

  .btn:hover {
      background: #F2CA50;
      color: #010001;
      /* border-top: 2px solid #010001; */
  }

  .btn:hover .btn-icon {
    animation: cartForwardAnim 1.8s 0.3s infinite;
    top: -10px;
    font-size: 18px;
  }

  .btn:hover .btn-bottomAnim:after,
  .btn:hover .btn-bottomAnim:before {
      width: 50%;
  }

  .btn:hover .btn-sideAnim:after,
  .btn:hover .btn-sideAnim:before {
      height: calc(100% + 2px);
  }

  .btn:hover .btn-topAnim:after,
  .btn:hover .btn-topAnim:before {
      width: calc(50% - 35px);
  }

  @keyframes cartForwardAnim {
      0% {
          left: -30px;
          transform: translateY(-50%) scale(1);
          opacity: 0;
      }
      10% {
          left: 10%;
          transform: translateY(-50%) scale(1.2);
          opacity: 1;
      }
      65% {
          left: 50%;
          transform: translateY(-50%) scale(1.2);
          opacity: 1;
      }
      100% {
          left: 120%;
          transform: translateY(-50%) scale(1.5);
          opacity: 0;
      }
  }


  .btn-2 {
    display: inline-block;
    padding: 5px 25px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #010001;
    background-color: #F2CA50;
    border: 2px solid #D9A443;
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    line-height: 24px;
}
.btn-2:hover {
    background-color: #D9A443;
    color: #F2E291;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.btn-2:active {
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.btn-2 i {
    margin-right: 8px;
}
.btn-2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0.2);
    /* border-radius: 50%; */
    transform: translate(-50%, -50%);
    transition: width 0.6s ease-out, height 0.6s ease-out;
}
.btn-2:hover::after {
    width: 100%;
    height: 50px;
}

.btn-3 {
  display: inline-block;
  padding: 5px 25px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #F2CA50;
  background-color: #010001;
  border: 2px solid #000;
  border-radius: 0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  line-height: 24px;
}
.btn-3:hover {
  background-color: #D9A443;
  color: #010001;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.btn-3:active {
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.btn-3 i {
  margin-right: 8px;
}
.btn-3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease-out, height 0.6s ease-out;
}
.btn-3:hover::after {
  width: 300px;
  height: 300px;
}



/* Testimonial */
.testimonial{
  position: relative;
  z-index: 9;
  top: -40px;
}
.bg {
  position:absolute;
  width:100%;
  height: 450px;
  top:0;
  left:0;
  background-image: url('../images/testimonial-3.png');
  background-size: cover;
  background-position:center;
  filter: blur(60px);
  opacity:0.55;
}

.feedback {
    display: flex;
    align-items: center;
    width: 100%;
}

.quote-row {
    margin: auto;
    width: 100%;
    max-width: 1440px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

@media (max-width: 1080px){
  .quote-row {
    min-height: 350px !important;
  }
  .bg {
    height: 480px;
  }
}
.quote-column {
    position: absolute;
    padding: 0 !important;
    overflow: hidden;
    transition-property:top, left, right, bottom;
    background: transparent;
    box-shadow: none;
}

.col-active {
    width: 33.33% !important;
    transform: translate(-50%, -50%)!important;
    top: 50%!important;
    left: 50%!important;
    bottom: unset!important;
    background: rgba(255, 255, 255, 0.375);
    box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.37);
    overflow: hidden;
  z-index:1;
}

.col-inner {
    position: relative;
    width: 100%;
    max-width: 130px;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
}
.col-active .col-inner {
    max-width: 100%;
}

 
.author-meta{
    width: 100%;
    position: relative;
    border: none;
}
.col-active .author-meta{
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.432);
}

.image-cover{
    position: absolute;
    width:100%;
    float: left;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 100%;
    z-index: 1;
    cursor: pointer;
}
.col-active .image-cover{
    position: relative;
    width:30%;
    max-width: 140px;
    float: left;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 1.3rem 0rem 1.3rem 0rem;
    z-index: 1;
}


.author-info{
    width:70% ;
    float: left;
    padding: 10px;
    overflow: hidden;
    visibility: hidden;
}
.col-active .author-info{
    visibility: visible;
}

.author-info .author-name, .author-info .person-title{
    transform: translate(-100%, 0%);
    transition: .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.show .author-info .author-name{
    transform: translate(0%, 0%);
}
.show .author-info .person-title{
    transform: translate(0%, 0%);
    transition-delay: .2s;
}

.person-name{
    font-family: "Nunito", sans-serif; 
    font-size: 21.7px;
    color: #000;
    margin: 0;
    margin-bottom: 5px;
}

.person-title{
   font-family:"Nunito", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.quote-wrapper{
    position: relative;
    width: 100%;
    margin: auto;
    color: #494949;
    padding: 20px 15px;
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    z-index: 0;
}
.col-active .quote-wrapper{
    visibility: visible;
}

.testimonial img {
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 100%;
}

.box-text-inner {
    width: 100%;
    margin: auto;
   color:#000;
}

.quote-wrapper .quote-symbol{
    font-size:14vw;
    line-height: 1em;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    transition: 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.quote-wrapper .quote-symbol:first-child {
    left: 0%;
    text-align: right;
}

.quote-wrapper .quote-symbol:last-child {
    right: 0%;
    text-align: left;
}

.show .quote-wrapper .quote-symbol:first-child {
    left: -50%;
}

.show .quote-wrapper .quote-symbol:last-child {
    right: -50%;
}


.arrows-wrap {
    position: unset;
}

.arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    background-color: #494949;
    cursor: pointer;

}

.left-arrow {
    float: left;
    left: 30px;
    clip-path: polygon(40% 0%, 40% 20%, 100% 33%, 100% 67%, 40% 80%, 40% 100%, 0% 50%);
}

.right-arrow {
    float: right;
    right: 30px;
    clip-path: polygon(0 33%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0 67%);

}



@media (min-width:1080px){
    .col-active {
        width: 75% !important;
        height: unset!important;
        transform: translate(-50%, -50%)!important;
        top: 50%!important;
        left: 50%!important;
    }
}

@media (min-width:840px){
    .col-active {
        width: 50% !important;
    }
}

@media (min-width:1100px){
    .col-active {
        width: 33.33% !important;
    }
}

@media (max-width:1080px){
    
    .quote-column{
        width: calc(100% - 150px) !important;
        top:50%;
        position: absolute;
        opacity: 0;
        transform:translate(-50%, -50%)!important;
        left: 50%;
        height: auto!important;
        z-index: 0;
        transition: .5s all;
    }

    .col-active {
       opacity: 1;
        z-index: 1;
    }

    .col-inner {
        max-width: 100%;
    }
    .author-meta{
        width: 100%;
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.432);
    }
    .image-cover{
        position: relative;
        width:30%;
        max-width: 140px;
        float: left;
        aspect-ratio: 1/1;
        overflow: hidden;
        border-radius: 1.3rem 0rem 1.3rem 0rem;
        z-index: 1;
    }
    .quote-wrapper{
        visibility: visible;
    }
    

    .quote-wrapper .quote-symbol{
        font-size:34vh;
    }

}
@media (max-width: 575px) {
  .arrow {
    top: inherit;
    bottom: -40px;
  }

  .left-arrow {
    left: inherit;
    right: 50%;
    transform: translateX(-50%);
  }

  .right-arrow {
    right: calc(50% - 60px);
    transform: translateX(-50%);
  }
  .quote-column{
    width: calc(100% - 30px) !important;
  }
}


/* about section */
@media (max-width: 1080px){
  .about_sec{
    padding-top: 40px;
  }
}
.about_sec .section_title h3{
  font-size: 28px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.about_sec .abt-img {
  width: 100%;
}

.about_sec .abt-img:first-child {
margin-bottom: 20px;
}

.about_sec .abt-img img{
  border: 15px solid rgba(255, 255, 255, 0.37);
  width: 100%;
  box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.chef-detail {
  margin-top: 20px;
}

.about_sec .chef-detail i,
.about_sec .chef-detail span,
.about_sec .chef-detail .cnt {
	display: inline-block;
}
.about_sec .chef-detail span,
.about_sec .chef-detail .cnt {
	margin-left: 30px;
}
.about_sec .chef-detail i img {
	border-radius: 100%;
}
.about_sec .chef-detail .cnt h4 {
	color: #010001;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.64px;
	margin-top: 0;
}
.about_sec .chef-detail .cnt ul {
	padding-left: 0;
	margin-bottom: 0;
}
.about_sec .chef-detail .cnt ul li {
	display: inline-block;
}
.about_sec .chef-detail .cnt ul li + li {
	margin-left: 20px;
}
.about_sec .chef-detail .cnt ul li a {
	color: #010001;
}
.about_sec .chef-detail .cnt ul li a:hover {
	color: #D9A443;
}

@media (max-width: 767px){
  .abt-descr{
    margin-bottom: 40px;
  }
}
@media (max-width: 767px){
  /* .section_title h2{
    text-align: left;
  } */
  .about_sec .section_title h3 {
    font-size: 22px;
    text-align: left;
}
.about_sec {
  padding-top: 60px;
}
}
@media (max-width: 575px){
  .about_sec{
    margin-bottom: 0;
  }
}
@media (max-width: 470px){
  .about_sec .chef-detail>i, .about_sec .chef-detail span, .about_sec .chef-detail .cnt, .about_sec .chef-detail .cnt h4{
    margin-bottom: 15px;
  }
  .abt-descr{
    margin-bottom: 0;
  }
}



/* footer section css */
.footer-top-wrap {
	background: #010001;
	position: relative;
	padding: 80px 0 30px;
	overflow-x: hidden;
	z-index: 1;
}
.not-show-instagram .footer-top-wrap {
	padding: 120px 0 30px;
}
.footer-top-wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: -22px;
	width: 100%;
	height: 53px;
	background-image: url(../images/footer_bg_shape.png);
	background-repeat: repeat;
	background-position: center;
	z-index: -1;
}
.footer-shape {
	position: absolute;
	z-index: -1;
}
.footer-shape.one {
	left: 0;
	bottom: 100px;
}
.footer-shape.two {
	right: 0;
	bottom: 170px;
}
.footer-widget {
	margin: 0 0 50px;
}
.footer-logo {
	margin: 0 0 30px;
}
.footer-widget .footer-text {
	width: 75%;
}
.footer-widget .footer-text p {
	margin: 0 0;
	color: #fff;
	opacity: .7;
}
.footer-social {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
}
.footer-social a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1B1B1B;
	border-radius: 50%;
	color: #fff;
}
.footer-social a:hover {
	background: #F2CA50;
    color: #010001;
}
.footer-widget .fw-title {
	font-size: 20px;
	color: #fff;
	letter-spacing: 0.02em;
	margin: 0 0 30px;
}
.footer-widget ul li {
	margin: 0 0 12px;
}
.footer-widget ul li:last-child {
	margin: 0 0;
}
.footer-widget ul li a {
	color: #fff;
	opacity: .7;
}
.footer-widget ul li a:hover {
	color: #F2CA50;
	opacity: 1;
}
.footer-contact-wrap p {
	color: #fff;
	opacity: .7;
}
.footer-contact-wrap .list-wrap {
	margin: 30px 0 0;
}
.footer-contact-wrap .list-wrap li {
    color: #fff;
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}
.footer-contact-wrap .list-wrap li i {
	color: #F2CA50;
	font-size: 18px;
	margin-right: 10px;
}
/* .footer-widgets-wrap .row [class*="col-"]:nth-child(4n+2) .footer-widget {
	padding-left: 30px;
}
.footer-widgets-wrap .row [class*="col-"]:nth-child(4n+4) .footer-widget {
	padding-left: 30px;
} */
.copyright-wrap {
	background: #010001;
	border-top: 1px solid #262626;
	padding: 25px 0;
}
.copyright-text p {
	margin: 0 0;
	color: #FFFFFF;
	opacity: .9;
}

@media (max-width: 575px){
  .footer-area{
    padding-top: 40px;
  }
}


/* About page CSS  */
.page-banner {
	background-image: url("../images/banners/page-banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-bottom: 130px;
	padding-top: 130px;
	/* margin-bottom: 15px; */
	z-index: 1;
  top: -80px;
}
.page-banner::before {
	background-color: rgba(0,0,0,0.6);
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.page-banner h3 {
	color: #F2CA50;
	display: inline-block;
	font-family: "Nunito", sans-serif;
	font-weight: bold;
	font-size: 25px;
	letter-spacing: 0.5px;
	line-height: 27px;
	margin-top: 0;
	margin-bottom: 11px;
	text-transform: uppercase;
  margin-top: 80px;
}
.page-banner p {
	color: #7c7c7c;
	font-weight: 600;
	letter-spacing: 0.7px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.page-banner ol.breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
  justify-content: center;
}
.page-banner ol.breadcrumb li {
	font-family: "Nunito", sans-serif;
	font-weight: bold;
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 0.28px;
}
.page-banner ol.breadcrumb li a {
	color: #fff;
	text-decoration: none;
}
.page-banner ol.breadcrumb li.active  {
	color: #F2CA50;
}
.page-banner .breadcrumb > li + li::before {
	color: #ccc;
  content: "/\00a0";
	padding-left: 8px;
	padding-right: 2px;
}

/* About section  */
.page-section{
  background:#010001;
  color: #F2CA50;
}
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #F2CA50;
  overflow: hidden;
}
.timeline > li .timeline-image a:hover{
  color: #010001;
}
.timeline > li .timeline-image img{
  object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top left;
}
.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.page-section {
  position: relative;
  top: -80px;
  padding: 3rem 0;
}
.page-section::before{
  /* transform: rotate(180deg); */
  content: "";
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 100%;
    height: 53px;
    background-image: url(../images/footer_bg_shape-black.png);
    background-repeat: repeat;
    background-position: center;
    z-index: -1;
}
.page-section h2.section-heading, .page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-section h3.section-subheading, .page-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Nunito", sans-serif;
  margin-bottom: 4rem;
}

/* @media (min-width: 768px) {
  section {
    padding: 9rem 0;
  }
} */

.text-center {
    text-align: center !important;
}

.page-section h2.section-heading, .page-section .section-heading.h2 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}
.text-uppercase {
    text-transform: uppercase !important;
}

.page-section h3.section-subheading, .page-section .section-subheading.h3 {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    font-family: "Nunito", sans-serif;
    margin-bottom: 4rem;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

p {
    line-height: 1.75;
}


/* Micro Header  */
.micro-header .main_menu nav > ul > li > a{
  color: #fff;
}

.micro-header .main_menu nav > ul > li > a.active{
  color: #F2CA50;
}

.micro-header .canvas_open a{
  color: #F2CA50;
}


/* Contact sec  */
.contact-sec{
  position: relative;
  top: -50px; 
}
.contact-add-map {
  padding: 0 0 50px;
}
.cont-top-info{
  position: relative;
  top: -80px;
  padding: 50px 0;
  background-color: #010001;
}

.cont-top-info::before{
  content: "";
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 100%;
    height: 53px;
    background-image: url(../images/footer_bg_shape-black.png);
    background-repeat: repeat;
    background-position: center;
    z-index: -1;
}

.cont-top-info .card {
  width: 100%;
  max-width: 280px;
  height: 200px;
  overflow: visible;
  cursor: default;
  position: relative;
  border: none;
  background: transparent;
}

.cont-top-info .card .card-icon {
  width: 80px;
  height: 80px;
  overflow: hidden;
  flex-shrink: 0;
}
.cont-top-info .card .card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cont-top-info .card::before, .cont-top-info .card .content {
  border-radius: 5px;
  box-shadow: 0px 0px 5px 1px #00000022;
  transition: transform 300ms, box-shadow 200ms;
}

.cont-top-info .card::before {
  position: absolute;
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F2CA50;
  transform: rotateZ(5deg);
}

.cont-top-info .description {
  width: 100%;
    text-align: center;
    margin-top: 10px;
    flex-shrink: 0;
}

.cont-top-info .info {
  color: #00000066;
}

.cont-top-info .price::before {
  content: '$';
}

.cont-top-info .price {
  font-weight: bold;
  color: #F2CA50;
}

.cont-top-info .description p {
  margin-bottom: 10px;
}

.cont-top-info .card .content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: rotateZ(-5deg);
}

.cont-top-info .content .img {
  width: 150px;
  height: fit-content;
}

.cont-top-info .card:hover::before, .card:hover .content {
  transform: rotateZ(0deg);
}

.cont-top-info .card:active::before, .card:active .content {
  box-shadow: none;
}

.cont-top-info .card{
  margin: 0 auto;
}

/* Menu CSS  */
.menu-sec{
  position: relative;
  top: -40px;
  /* padding-bottom: 40px; */
}
.menu-sec .section_title h2{
  margin-bottom: 60px;
}
.food-categ-box {
  position: relative;
  width: 100%;
  border-radius: 30px;
  background: #010001;
  /* box-shadow: 15px 15px 30px rgb(25, 25, 25), -15px -15px 30px rgb(60, 60, 60); */
}
.categ-img {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #010001;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  border: 5px solid #F2CA50;
  overflow: hidden;
  transition: all 0.3s ease;
}


.categ-img img{
  width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.food-categ-box:hover .categ-img {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 0 15px rgba(242, 202, 80, 0.5);
}

.categ-nm {
  position: relative;
  color: #F2CA50;
  padding: 10px 0 10px 110px;
  display: block;
  transition: all 0.3s ease;
  line-height: 1.2;
}
.categ-nm:focus{
  color: #F2CA50;
}
.categ-nm .chafe {
  position: absolute;
  width: auto;
  height: auto;
  top: -40px;
  left: 50%;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateY(-20px);
  opacity: 0;
}

.categ-nm:hover {
  color: #F2CA50;
}

.food-categ-box:hover .chafe{
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.food-categ-box.active .chafe{
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.food-categ-box.active .categ-img {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 0 15px rgba(242, 202, 80, 0.5);
}

.categ-col{
  margin-bottom: 80px;
}
@media (max-width: 991px){
  .categ-col{
    margin-bottom: 60px;
  }
  .categ-img{
    width: 80px;
    height: 80px;
  }
  .categ-nm {
    padding: 7px 0 7px 95px;
}
}

/* Menu products */
/* .prod-row{
  margin-top: 40px;
}
@media (max-width: 991px){
  .prod-row{
    margin-top: 0px;
  }
} */

.catagory-product-card-2 {
  margin-bottom: 30px;
  padding: 20px 20px;
  position: relative;
}
.catagory-product-card-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
  border-radius: 14px;
  background-color: #01010138;
  transition: all 0.35s ease-in-out;
}
.catagory-product-card-2 .icon {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #010001;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}
.catagory-product-card-2 .icon i {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.catagory-product-card-2 .catagory-product-image {
  position: relative;
  z-index: 1;
  height: 180px;
}
.catagory-product-card-2 .catagory-product-image img {
  object-fit: contain;
    width: 100%;
    height: 100%;
}
.catagory-product-card-2 .catagory-product-content {
  position: relative;
  z-index: 9;
  margin-top: 10px;
}
.catagory-product-card-2 .catagory-product-content h4{
  font-size: 22px;
}
.catagory-product-card-2 .catagory-product-content .catagory-button {
  margin-bottom: 20px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.theme-btn-2 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  padding: 10px 50px;
  color: #fff;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
  background-color: #010001;
  text-transform: capitalize;
  border-radius: 19px;
  width: 100%;
}
.theme-btn-2 i {
  font-size: 17px;
  margin-right: 10px;
}
.catagory-product-card-2 .catagory-product-content .info-price {
  gap: 10px;
  margin-bottom: 10px;
}
.catagory-product-card-2 .catagory-product-content .info-price p {
  font-size: 16px;
  font-weight: 600;
  background-color: #F2CA50;
  padding: 4px 6px;
  border-radius: 3px;
  color: #010001;
  margin-bottom: 0;
}
.catagory-product-card-2 .catagory-product-content .info-price h6 {
  color: #D12525;
  margin-bottom: 0;
}
.catagory-product-card-2 .catagory-product-content .info-price span {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  transition: all 0.4s ease-in-out;
}
.catagory-product-card-2 .catagory-product-content .star {
  margin-top: 5px;
}
.catagory-product-card-2 .catagory-product-content .star span {
  font-size: 14px;
  color: #F2CA50;
  transition: all 0.4s ease-in-out;
}
.catagory-product-card-2:hover::before {
  height: 100%;
  background-color: #F2CA50;
  background-image: url(../images/catagory-card-shape.jpg);
}
.catagory-product-card-2:hover .catagory-product-content .catagory-button {
  opacity: 1;
}
.catagory-product-card-2:hover .catagory-product-content p {
  background-color: #fff;
}
.catagory-product-card-2:hover .catagory-product-content span {
  color: #fff;
}
.catagory-product-card-2:hover .catagory-product-content .star span {
  color: #fff;
}

.theme-btn-2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0, 0);
  z-index: -1;
  transition: all 500ms ease;
}
.theme-btn-2:hover{
  color: #010001;
}
.theme-btn-2:hover::before {
  background-color: #fff;
  transform: scale(1, 1);
}

#buttonTopScroll {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#buttonTopScroll:hover {
  cursor: pointer;
}

#buttonTopScroll.show {
  opacity: 1;
  visibility: visible;
}
#buttonTopScroll i{
  font-size: 24px;
    margin: 0;
}


/* fix header css */
.fixed-header {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /* transition: all 0.3s ease-in-out; */
  background-color: #010001;
}
.fixed-header .blur-background {
  position: relative;
  z-index: 9;
  top: 0;
  background: #010001;
  backdrop-filter: blur(55px);
  border-radius: 0;
  box-shadow: none;
}
.fixed-header .main_menu nav > ul > li > a{
  color: #fff;
}
.fixed-header .main_menu nav > ul > li > a.active {
  color: #D9A443;
}
.fixed-header .main_menu nav > ul > li:hover > a {
  color: #ffffff;
}
.fixed-header .canvas_open a {
  font-size: 38px;
  display: block;
  line-height: 16px;
  color: #D9A443;
}

/* Reservation form  */
.page-banner.reservation {
  background-image: url(../images/banners/reservation-bg);
}
.reservation-sec{
  position: relative;
  top: -40px;
  padding-bottom: 40px;
}
.reservation-sec .section_title p{
  margin-top: 0;
  margin-bottom: 20px;
}
.reservation-sec .reservation-steps {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}
.reservation-sec .reservation-steps .res-step {
  width: 33.333%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 15px 5px;
}
.reservation-sec .reservation-steps .res-step-prog {
  width: calc(100% - 320px / 2);
    height: 1px;
    background-color: #bdbdbd;
    position: relative;
    top: 1px;
}
.reservation-sec .reservation-steps .res-step-prog.active {
    background-color: #F2CA50;
}
.reservation-sec .res-cont-wrp {
  display: flex;
  align-items: center;
  width: 110px;
  justify-content: space-between;
  flex-shrink: 0;
}
.reservation-sec .res-cont-wrp .res-step-count {
  width: 24px;
    height: 24px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.38);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    flex-shrink: 0;
    border-radius: 100%;
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px;
    margin-left: 10px;
}
.reservation-sec .reservation-steps .res-cont-wrp.active .res-step-count {
  background-color: #F2CA50;
  color: #010001;
}
.reservation-sec .res-cont-wrp .res-step-text{
  display: block;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
    background-color: #fff;
    z-index: 1;
    padding-right: 10px;
}
.reservation-sec .res-cont-wrp:first-child{
  width: 100px;
}
.reservation-sec .res-cont-wrp:first-child .res-step-count{
  margin-left: 0;
}
.reservation-sec .clalendar-wrap {
  display: flex;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    overflow: hidden;
}
.left-cal-col {
  position: relative;
  z-index: 10;
  padding: 17px 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  height: auto;
  width: 150px;
  border-radius: 4px 0 0 4px;
  color: #010001;
  background-color: #f2ca50;
  border: 1px solid #f2ca50;
}
.right-cal-col .flatpickr-calendar.animate.inline {
  padding: 10px;
  box-shadow: none;
  width: 100%;
}
.right-cal-col {
  width: calc(100% - 150px);
}
.flatpickr-innerContainer{
  justify-content: center;
}
.flatpickr-day.today {
  border-color: #f2ca50;
  background-color: #f2ca50;
  color: #010001;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #f2ca50;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #010001;
  border-color: #f2ca50;
}
.flatpickr-current-month .flatpickr-monthDropdown-months{
  appearance: none;
  top: -8px;
}
.flatpickr-current-month input.cur-year{
  position: relative;
  appearance: none;
  top: -8px;
  cursor: default;
}
.numInputWrapper:hover {
  appearance: none;
  background: #fff;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: #fff;
}
.numInputWrapper span {
  opacity: 0;
  display: none;
}
.read_more {
  color: #D9A443;
}
.read_more:hover{
  color: #010001;
}


.booking-container {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.booking-container h6 {
  font-size: 24px;
  margin-bottom: 20px;
}
.booking-label {
  color: #010001;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    font-size: 10px;
    line-height: 1;
    left: 16px;
    top: -5px;
    padding: 0 5px;
}
.booking-num-lable {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.booking-input {
  width: 100px;
  text-align: center;
  font-size: 20px;
  padding: 5px 5px 3px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-weight: 600;
}
.booking-time input {
  width: 100px;
  text-align: center;
  font-size: 20px;
  padding: 5px 5px 3px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-weight: 600;
}
.booking-buttons {
  display: flex;
  margin-left: 10px;
}
.booking-button {
  width: 30px;
  height: 30px;
  border: none;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 5px;
  box-shadow: none;
  background-color: #9e9e9e;
}
.booking-button:hover {
  background-color: #9e9e9e;
}
.booking-button.plus {
  background-color: #f2ca50;
  color: #010001;
}
.booking-button.plus:hover {
  background-color: #f2ca50;
  color: #010001;
}
.cust-count {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  padding: 20px;
  border-radius: 4px;
}
.res-btn-cont {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.booking-column{
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
@media (max-width: 767px){
  .booking-column{
    margin-top: 20px;
  }
}
@media (max-width: 575px){
  .reservation-sec .clalendar-wrap {
    flex-direction: column;
}
.left-cal-col{
  width: 100%;
}
.right-cal-col{
  width: 100%;
}
}

.reservation-step2 .form.row {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  padding: 20px;
  margin-top: 20px;
  border-radius: 4px;
}
.reservation-step2 .form.row  .res-cus-details{
  margin-bottom: 0;
  font-size: 24px;
}
.reservation-step2 .form.row .input-group-text {
  font-size: 14px;
  color: #999;
  background-color: #e9ecef;
  border: 1px solid #e9ecef;
  height: 40px;
}
.reservation-step2 .form-control {
  padding: .375rem .75rem .375rem 0rem;
  font-size: 14px;
  color: #010001;
  background-color: #e9ecef;
  background-clip: padding-box;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  height: 40px;
}
.reservation-step2 textarea{
  height: inherit !important;
  appearance: none;
  resize: none;
  border-radius: 4px !important;
  padding: .375rem .75rem !important;
  
}
/* Placeholder styles for modern browsers */
.reservation-step2 .form-control::placeholder {
  color: #999;
}
/* Placeholder styles for Internet Explorer 10-11 */
.reservation-step2 .form-control:-ms-input-placeholder {
  color: #999;
}
/* Placeholder styles for Edge */
.reservation-step2 .form-control::-ms-input-placeholder {
  color: #999;
}
/* Placeholder styles for older Firefox versions (optional) */
.reservation-step2 .form-control:-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* Placeholder styles for older WebKit browsers (optional) */
.reservation-step2 .form-control::-webkit-input-placeholder {
  color: #999;
}

.reservation-step2 textarea::placeholder {
  padding-left: 1.2rem;
  line-height: 1.2;
  background-image: url(../images/edit-text.png);
  background-repeat: no-repeat;
  background-size: 14px;
}

.reservation-step2 .sp-requirements-h {
  margin-bottom: 20px;
  font-size: 24px;
}
.sp-requirements .form-check-label {
  font-size: 14px;
  cursor: pointer;
}
.sp-requirements .form-check-input {
  margin-top: .4em;
  background-color: #f2ca50;
  border: 1px solid #f2ca50;
}
.sp-requirements .form-check-input:focus {
  border-color: #e9ecef;
  outline: 0;
  box-shadow: none;
}
.sp-requirements {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  padding: 20px;
  border-radius: 4px;
  margin-top: 20px;
}
@media (max-width: 575px){
  .reservation-sec .res-cont-wrp .res-step-count {
    width: 18px;
    height: 18px;
    font-size: 10px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .reservation-sec .res-cont-wrp .res-step-text {
    font-size: 12px;
    padding-right: 5px;
    
  }
  .reservation-sec .res-cont-wrp:first-child {
    width: auto;
}
.reservation-sec .res-cont-wrp {
  width: auto;
  justify-content: inherit;
}
}
.prev-details {
  margin-top: 10px;
}
.prev-details li {
  display: flex;
    flex-wrap: nowrap;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    line-height: 1.4;
}
.prev-details li:last-child {
  border: none;
}
.prev-details li .cus-h, .prev-details li .cus-desc{
  width: 100%;
}

/* .requi-pr .icon{

} */

.requi-pr {
  width: fit-content;
  background: linear-gradient(to left, #f7ba2b 0%, #ea5358 100%);
  padding: 3px;
  border-radius: 30px;
  overflow: visible;
  position: relative;
  z-index: 1;
 }
 .card-info {
  width: fit-content;
    color: #fff;
    background: #010001;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    border-radius: 30px;
    padding: 3px 10px;
 }
 
 .requi-pr .title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
 }

.req-res-sts {
  display: flex;
}
.req-res-sts li{
  margin-right: 8px;
}

/* Confirm Order popup */
.card-conf-popup {
  overflow: hidden;
    position: relative;
    text-align: left;
    border-radius: 0.5rem;
    box-shadow: none;
    background-color: transparent;
}

.card-conf-popup .dismiss {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  background-color: #fff;
  color: black;
  border: 2px solid #D1D5DB;
  font-size: 1rem;
  font-weight: 300;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  transition: .3s ease;
}

.card-conf-popup .dismiss:hover {
  background-color: #ee0d0d;
  border: 2px solid #ee0d0d;
  color: #fff;
}

.card-conf-popup .header {
  padding: 1.25rem 1rem 1rem 1rem;
}

.card-conf-popup .image {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  background-color: #e2feee;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: calc(100% - 3rem);
  height: 100%;
  border-radius: 9999px;
  animation: animate .6s linear alternate-reverse infinite;
  transition: .6s ease;
  flex-direction: column;
  padding: 30px;
}

.card-conf-popup .image i {
  color: #D9A443;
  font-size: 4rem;
}

.card-conf-popup .content {
  margin-top: 0.75rem;
  text-align: center;
  background-color: transparent;
}

.card-conf-popup .title {
  color: #D9A443;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.card-conf-popup .message {
  margin-top: 0.5rem;
  color: #595b5f;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.card-conf-popup .actions {
  margin: 0.75rem 1rem;
}

.card-conf-popup .history {
  display: inline-flex;
  padding: 0.5rem 1rem;
  background-color: #F2CA50;
  color: #010001;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  justify-content: center;
  width: 100%;
  border-radius: 0.375rem;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.card-conf-popup .track {
  display: inline-flex;
  margin-top: 0.75rem;
  padding: 0.5rem 1rem;
  color: #242525;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  justify-content: center;
  width: 100%;
  border-radius: 0.375rem;
  border: 1px solid #D1D5DB;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

@keyframes animate {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.09);
  }
}

#confirmOrder .modal-content{
  background-color: transparent;
  border: none;
}

#confirmOrder .modal-body{
  padding: 0;
}


/* Empty warning card  */
.empty-cart {
  width: 50vw;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
}
svg {
  max-width: 260px;
    padding: 16px;
    width: 100%;
}
svg #oval,
svg #plus,
svg #diamond,
svg #bubble-rounded {
  -webkit-animation: plopp 4s ease-out infinite;
          animation: plopp 4s ease-out infinite;
}
svg #oval:nth-child(1),
svg #plus:nth-child(1),
svg #diamond:nth-child(1),
svg #bubble-rounded:nth-child(1) {
  -webkit-animation-delay: -240ms;
          animation-delay: -240ms;
}
svg #oval:nth-child(2),
svg #plus:nth-child(2),
svg #diamond:nth-child(2),
svg #bubble-rounded:nth-child(2) {
  -webkit-animation-delay: -480ms;
          animation-delay: -480ms;
}
svg #oval:nth-child(3),
svg #plus:nth-child(3),
svg #diamond:nth-child(3),
svg #bubble-rounded:nth-child(3) {
  -webkit-animation-delay: -720ms;
          animation-delay: -720ms;
}
svg #oval:nth-child(4),
svg #plus:nth-child(4),
svg #diamond:nth-child(4),
svg #bubble-rounded:nth-child(4) {
  -webkit-animation-delay: -960ms;
          animation-delay: -960ms;
}
svg #oval:nth-child(5),
svg #plus:nth-child(5),
svg #diamond:nth-child(5),
svg #bubble-rounded:nth-child(5) {
  -webkit-animation-delay: -1200ms;
          animation-delay: -1200ms;
}
svg #oval:nth-child(6),
svg #plus:nth-child(6),
svg #diamond:nth-child(6),
svg #bubble-rounded:nth-child(6) {
  -webkit-animation-delay: -1440ms;
          animation-delay: -1440ms;
}
svg #oval:nth-child(7),
svg #plus:nth-child(7),
svg #diamond:nth-child(7),
svg #bubble-rounded:nth-child(7) {
  -webkit-animation-delay: -1680ms;
          animation-delay: -1680ms;
}
svg #oval:nth-child(8),
svg #plus:nth-child(8),
svg #diamond:nth-child(8),
svg #bubble-rounded:nth-child(8) {
  -webkit-animation-delay: -1920ms;
          animation-delay: -1920ms;
}
svg #oval:nth-child(9),
svg #plus:nth-child(9),
svg #diamond:nth-child(9),
svg #bubble-rounded:nth-child(9) {
  -webkit-animation-delay: -2160ms;
          animation-delay: -2160ms;
}
svg #oval:nth-child(10),
svg #plus:nth-child(10),
svg #diamond:nth-child(10),
svg #bubble-rounded:nth-child(10) {
  -webkit-animation-delay: -2400ms;
          animation-delay: -2400ms;
}
svg #oval:nth-child(11),
svg #plus:nth-child(11),
svg #diamond:nth-child(11),
svg #bubble-rounded:nth-child(11) {
  -webkit-animation-delay: -2640ms;
          animation-delay: -2640ms;
}
svg #oval:nth-child(12),
svg #plus:nth-child(12),
svg #diamond:nth-child(12),
svg #bubble-rounded:nth-child(12) {
  -webkit-animation-delay: -2880ms;
          animation-delay: -2880ms;
}
svg #oval:nth-child(13),
svg #plus:nth-child(13),
svg #diamond:nth-child(13),
svg #bubble-rounded:nth-child(13) {
  -webkit-animation-delay: -3120ms;
          animation-delay: -3120ms;
}
svg #oval:nth-child(14),
svg #plus:nth-child(14),
svg #diamond:nth-child(14),
svg #bubble-rounded:nth-child(14) {
  -webkit-animation-delay: -3360ms;
          animation-delay: -3360ms;
}
svg #oval:nth-child(15),
svg #plus:nth-child(15),
svg #diamond:nth-child(15),
svg #bubble-rounded:nth-child(15) {
  -webkit-animation-delay: -3600ms;
          animation-delay: -3600ms;
}
svg #oval:nth-child(16),
svg #plus:nth-child(16),
svg #diamond:nth-child(16),
svg #bubble-rounded:nth-child(16) {
  -webkit-animation-delay: -3840ms;
          animation-delay: -3840ms;
}
svg #bg-line:nth-child(2) {
  fill-opacity: 0.3;
}
svg #bg-line:nth-child(3) {
  fill-opacity: 0.4;
}

@-webkit-keyframes plopp {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, -10px);
    opacity: 0;
  }
}
@keyframes plopp {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, -10px);
    opacity: 0;
  }
}
