html {
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  background: #ffbe00;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  font-family: "Outfit", serif;
  font-weight: 400;
  color: #2f2d2e;
}

.overflowon {
  overflow-y: auto;
}

.overflowoff {
  overflow-y: hidden;
}

* {
  outline: none !important;
  transition: .2s ease-in-out;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none !important;
}

/*Display control*/
.m_on {
  display: none;
}

.displayoff {
  display: none !important;
}

/*end*/
/* From Uiverse.io by esraaabdel-kareem */ 
.custom-loader {
  width: 100px !important;
  height: 100px !important;;
  position: relative !important;;
  animation: shake 3s infinite ease-in-out !important;;
  background: ffbe00 !important;;
}

.cup {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  background-color: #5b4022cb;
  border: 1px solid #2e2e2e;
  border-radius: 3px 3px 10px 10px;
  z-index: 1;
  animation: cupPulse 6s infinite ease-in-out;
}

.cup::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: -15px;
  width: calc(100% + 30px);
  height: 8px;
  background: #5b4022cb;
  border: 1px solid #2e2e2e;
  border-top: none;
  border-radius: 50%;
  z-index: -1;
  animation: cupPulse 6s infinite ease-in-out;
}

.cup::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 1px;
  width: calc(100% - 2px);
  height: 4px;
  background: #da8920ca;
  border: 1px solid #2e2e2e;
  border-radius: 50%;
  animation: coffeeGlow 6s infinite ease-in-out;
}

.cup-handle {
  position: absolute;
  top: 5px;
  right: -10px;
  width: 10px;
  height: 35px;
  border: 3px solid #2e2e2e;
  border-left: none;
  border-radius: 0 10px 10px 0;
  background: transparent;
}

.smoke {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 20px;
  height: 50px;
  background: rgba(72, 67, 67, 0.501);
  border-radius: 50%;
  transform: translateX(-50%);
  animation: rise 3s infinite ease-in-out;
  filter: blur(8px);
}

.smoke.one {
  animation-delay: 0s;
}
.smoke.two {
  animation-delay: 0.8s;
}
.smoke.three {
  animation-delay: 1.6s;
}

.load {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #2e2e2e;
  opacity: 0.6;
}

@keyframes rise {
  0% {
    transform: translate(-50%, 0) scale(0.4);
    opacity: 0;
  }
  30% {
    opacity: 0.7;
  }
  60% {
    opacity: 0.4;
  }
  100% {
    transform: translate(-50%, -120px) scale(1);
    opacity: 0;
  }
}

@keyframes shake {
  0% {
    transform: translateX(0) translateY(0) rotate(0);
  }
  25% {
    transform: translateX(-4px) translateY(-2px) rotate(-2deg);
  }
  50% {
    transform: translateX(0) translateY(0) rotate(0);
  }
  75% {
    transform: translateX(4px) translateY(-2px) rotate(2deg);
  }
  100% {
    transform: translateX(0) translateY(0) rotate(0);
  }
}

/* New Animations */
@keyframes cupPulse {
  0%,
  100% {
    background-color: #5b4022cb;
  }
  50% {
    background-color: #f5f5f5bd;
  }
}

@keyframes coffeeGlow {
  0%,
  100% {
    background: #da8920ca;
  }
  50% {
    background: #fed197d5;
  }
}
.loader-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffbe00; 
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}



/*Color Codes*/
:root {
  --primary-color: #ffbe00;
  --secondary-color: #602018;
  --lightbg-color: #fff1f1;
  --black: #2f2d2e;
  --white: #ffffff;
  --txtcolor1: #2f2d2e;
  --txtcolor2: #602018;
  --txtcolor3: #39A0A7;
  --dark-color: #141414;
  --light-color: #f4f4f4;
  --lightgray: #fff0f0;
  --footer: #4b0f08;
  --banner-color: #FE621D;

}

.transparent {
  background: transparent;
}

.primaryBG {
  background: var(--primary-color);
}

.secondaryBG {
  background: var(--secondary-color);
}

.blackBG {
  background: var(--black);
}

.whiteBG {
  background: var(--white);
}

.lightgrayBG {
  background: var(--lightgray);
}

.bg1 {
  background: var(--primary-color);
}

.bg2 {
  background: var(--secondary-color);
}

.blackTXT {
  color: var(--black);
}

.whiteTXT {
  color: var(--white);
}

.grayTXT {
  color: #979797;
}

.txtcolor1 {
  color: var(--txtcolor1);
}

.txtcolor2 {
  color: var(--txtcolor2);
}

.txtcolor3 {
  color: var(--color3);
}

/*End*/

/*Typography*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rowdies", serif;
}

.wight-300 {
  font-weight: 300;
}

.wight-400 {
  font-weight: 400;
}

.wight-500 {
  font-weight: 500;
}

.wight-600 {
  font-weight: 600;
}

.wight-700 {
  font-weight: 700;
}

.wight-normal {
  font-weight: normal;
}

hr {
  border-top: 1px solid #e2e2e2;
}

.captext {
  text-transform: uppercase;
}
/*  our story heading */
.et_pb_text_inner h3{
color: black;
}
.heading {
  position: relative;
  font-size: 46px;
  margin: 0;
  color: black;
}
/* end */
.heading b,
.heading strong {
  font-weight: 500;
}

.heading span {
  /*border-bottom: 2px solid var(--primary-color);*/
  padding: 2px 0;
  color: var(--secondary-color);
}

.bttmline:after {
  content: "";
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  max-width: 30%;
  height: 4px;
  border-radius: 5px;
  background: var(--primary-color);
}

.heading2 {
  font-size: 30px;
}

.heading2 b span {
  padding: 0 10px;
  color: var(--secondary-color);
  font-size: 32px;
}

.vewall {
  color: var(--secondary-color);
  padding: 8px 10px;
  border-radius: 50px;
}

.vewall i {
  color: #fff;
}

.vewall:hover {
  color: #fff;
  background: var(--primary-color);
}

.sectag {
  position: relative;
  padding-left: 55px;
  font-weight: 500;
}

.sectag.nodgn,
.sectag.hozrdgn {
  padding-left: 0;
}

.sectag.hozrdgn {
  margin-bottom: 30px;
}

.sectag:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 5px;
  width: 44px;
  box-shadow: -3px 3px 7px 0 rgb(251 176 52 / 20%);
  background-color: #0000;
  background-image: linear-gradient(340deg, var(--secondary-color) 8%, var(--secondary-color) 100%);
  border-radius: 5px;
}

.sectag.nodgn:before {
  display: none;
}

.sectag.hozrdgn:before {
  top: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
}

hr {
  border-top: 1px solid #e2e2e2;
}

.bdr_t {
  border-top: 1px solid #e2e2e2;
}

.bdr_b {
  border-bottom: 1px solid #e2e2e2;
}

.heading2 {
  position: relative;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}

.heading2 span {
  position: relative;
}

.heading span:after {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 70px;
  height: 5px;
  background: var(--secondary-color);
  border-radius: 10px;
  opacity: .5;
}

.heading2 b {
  font-size: 55px;
}

.heading2 b span {
  background: #0066ff;
  padding: 0 10px;
}

.subheading {
  position: relative;
  font-size: 26px;
  font-family: "Outfit", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

.fa-before:before,
.fa-before:after,
.fa-before li:before,
.fa-before li:after {
  font-family: FontAwesome;
}

/*end*/

/*Button Control*/
.hoverbtn:hover {
  transform: scale(1.1);
  box-shadow: 1px 7px 15px rgba(0, 0, 0, 0.3);
}

.btn-shadow {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.btn-round {
  border-radius: 17px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-hover-big:hover {
  transform: scale(1.02);
}

.btn-theme {
  color: #fff;
  background: var(--secondary-color);
}

.btn-theme2 {
  color: #fff;
  background: var(--txtcolor3);
}
.btn-theme:hover{
	color: var(--primary-color)
}
/*End*/

/*Default from inputs*/
form label {
  width: 100%;
}

form input,
form textarea,
form select {
  width: 100%;
  max-height: 70px;
  border: none;
  padding: 10px 15px;
  margin-bottom: 20px;
  color: black;
  border-radius: 12px;
}

form select {
  min-height: 45px;
}

form p {
  margin: 0;
}

form input[type="submit"] {
  font-size: 22px;
  margin-bottom: 20px;
  border-bottom: none;
  color: white;
  margin-top: 20px;
  border-radius: 14px;
  background: var(--txtcolor1);
}

form .ctxt {
  padding: 10px 4% 60px;
  background: var(--secondary-color);
  color: #fff;
}

form .ctxt p {
  font-size: 16px;
}

/*end*/

/*flex items*/
.flxcontrol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-stretch {
  align-items: stretch
}

.flx-reverse {
  flex-direction: row-reverse;
}

.justify-content-center {
  justify-content: center;
}

/*end*/

/*Breadcrumb*/
.breadcrumb {
  background-color: rgb(255 255 255 / 0%);
  border-radius: 0;
  color: var(--primary-color);
  border: none;
}

.breadcrumb .breadcrumb_t {
  background: var(--secondary-color);
  border-radius: 20px;
  padding: 20px 15px;
  margin-top: 10px;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb span {
  color: var(--txtcolor3);
}

/*end*/

/*Padding*/
.paddZero {
  padding: 0 !important;
}

.plr_0 {
  padding-left: 0;
  padding-right: 0;
}

.pddt_30 {
  padding-top: 30px;
}

.pddb_30 {
  padding-bottom: 30px;
}

.pddt_50 {
  padding-top: 50px;
}

.pddb_50 {
  padding-bottom: 50px;
}

.pddt_70 {
  padding-top: 70px;
}

.pddb_70 {
  padding-bottom: 70px;
}

/*End*/

/*Margin*/
.m_0 {
  margin: 0 !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mt_15 {
  margin-top: 15px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_70 {
  margin-top: 70px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_70 {
  margin-bottom: 70px;
}

/*end*/

/*Scroll bar*/
/* width */
::-webkit-scrollbar {
  /*width: 7px;*/
}

/* Track */
::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey; 
    border-radius: 0;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
  /*background: #292929; 
    border-radius: 0;*/
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  /*background: #000; */
}

/*end*/

/*float*/
.floatL {
  float: left;
}

.floatR {
  float: right;
}

/*end*/

/*Header*/
header {
  height: 50px;
}

.home header {
  height: 0px;
}

.navbar {
  margin-bottom: 0;
  background: transparent;
  z-index: 9999;
  border: 0;
  padding: 5px 0 5px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 0;
  min-height: unset;
}

.header_cont {
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.header_cont::after {
  content: "";
  width: 1080px;
  height: 100%;
  background: var(--primary-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.5s;
  border-radius: 20px 20px 30px 30px;
}

header.scrolled .header_cont {
  padding: 5px 0;
  margin-top: 10px;
}

header.scrolled .header_cont::after {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  box-shadow: 0 0 25px rgb(0 0 0 / 22%);
  background: #ffdf83;
}

.flx-hdr {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-content: center !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

.navbar-header {
  min-width: 250px;
}

.navbar-header .brand {
  max-width: 220px;
  max-height: 120px;
}

.scrolled .navbar-header .brand {
  max-width: 220px;
  max-height: 75px;
}

.nvmenu-left,
.nvmenu-right {
  width: calc(50% - 125px);
}

.navbar .nvmenu-left .menu {
  text-align: right;
}

.nvmenu-right {}

.nvmenu-left ul,
.nvmenu-right ul {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}

.nvmenu-left ul li,
.nvmenu-right ul li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}

.nvmenu-left ul li:after,
.nvmenu-right ul li:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  border-radius: 5px;
  background: transparent;
  transition: .3s;
}

.nvmenu-left ul li:hover:after,
.nvmenu-right ul li:hover:after {
  width: 25px;
  background: var(--secondary-color);
}

.nvmenu-left ul li a,
.nvmenu-right ul li a {
  color: var(--primary-color);
  background: transparent;
  padding: 7px 10px;
  display: block;
  border-radius: 3px;
}

.nvmenu-left ul li a:hover,
.nvmenu-right ul li a:hover {
  background: var(--lightbg-color);
}

.navbar-collapse.collapse {
  display: none !important;
}

.navbar .menu {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}

.navbar .menu li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}

.navbar .menu li .fa-angle-down {
  position: absolute;
  right: 8px;
  top: 3px;
  padding: 7px 10px;
  z-index: 2;
  cursor: pointer;
  color: var(--primary-color);
  transition: .5s;
}

.navbar .menu li a {
  color: var(--secondary-color);
  /*text-transform: uppercase;*/
  background: transparent;
  padding: 7px 25px;
  display: block;
  border-radius: 50px;
}

.navbar .menu li:hover a,
.navbar .menu li.active-parent a {
  background: var(--lightbg-color);
  color: var(--secondary-color);
}

.navbar .menu li.active-parent>.fa-angle-down {
  transform: rotate(-180deg);
}

.navbar .menu li.menu-item-has-children a {
  padding-right: 36px;
}

.navbar .menu li .sub-menu {
  position: absolute;
  background: var(--lightbg-color);
  border-radius: 3px;
  padding: 0;
  margin: 0;
  min-width: 170px;
  left: 0;
  display: none;
  visibility: hidden;
  opacity: 0;
}

.navbar .menu li:hover>.sub-menu,
.navbar .menu li .active.sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}

.navbar .menu li .sub-menu li {
  display: block;
}

.navbar .menu li .sub-menu li a {}

.navbar .menu li .sub-menu li:hover a {
  background: var(--primary-color);
  color: #fff;
}

/*End*/

/*Section 1 - banner*/
.showcase {
  position: relative;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 30px;
}

.showcase:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/cirtystrip.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 130px;
  opacity: .3;
  transition: 45s;
  animation: cityscrol 45s infinite;
}

.showcase:hover:after {
  transform: translateX(-50%);
}

.each_slide {
  position: relative;
  max-height: 100vh;
  height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 40px;
}

.showcase .slidbgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /*     height: 100%; */
  aspect-ratio: 2 / 1;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.showcase .slidinfo {
  width: 50%;
  max-width: 650px;
  text-align: left;
  z-index: 2;
  padding-right: 100px;
  margin-top: 100px;
}

.showcase .slidinfo h1 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 50px;
}

.showcase .slidinfo p {
  margin-bottom: 20px;
  color: #fff;
}

.showcase .slidinfo .readfull {
  background: var(--dark-color);
  color: #fff;
  font-size: 16px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  color: var(--secondary-color);
  font-size: 34px;
}

.bnr_pt {
  z-index: 2;
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  background: var(--banner-color);
  border-radius: 40px;
  margin-top: -80px;
  border: 10px solid var(--lightbg-color);
  padding: 20px 5px;
}

.info-card {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.info-card .card-icon {
  background: #fff;
  padding: 20px 5px;
  border-radius: 12px;
  width: 90px;
}

.info-card .card-icon img {
  max-width: 65px;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.info-card .card-dtl {
  color: #fff;
  text-align: left;
  width: calc(100% - 100px);
}

.info-card .card-dtl h2 {
  margin-top: 0;
  margin-bottom: 1px;
  font-size: 28px;
}

.info-card .card-dtl p {
  line-height: 1.1;
}

.info-card:after {
  content: "";
  background: #fff;
  height: 10px;
  width: 100%;
  border-radius: 20px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}

.info-card:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: calc(100% + 130px);
  box-shadow: 0 0 25px rgb(0 0 0 / 0.2);
}

.info-card:hover .card-dtl {
  color: var(--txtcolor1);
}

/*end*/

/*Section 2 - Producd*/
.section-2 {
  overflow: hidden;
}

.pw_cont {
  background: #fff;
  border-radius: 30px;
  padding: 0 5%;
  overflow: hidden;
}

.ech_prod {
  position: relative;
  border-radius: 30px;
  color: var(--black);
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  padding-top: 30px;
}

.ech_prod .bgdesigns {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 84px);
  z-index: -1;
  border-radius: 30px;
  overflow: hidden;
}

.ech_prod .itembg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .2;
  border-top-right-radius: 50%;
  transition: .5s;
}

.ech_prod:hover .itembg {
  /*border-top-right-radius: 0;*/
}

.ech_prod .itemdgin {
  position: absolute;
  bottom: -30px;
  left: -25%;
  width: 150%;
  height: 150px;
  border-radius: 50%;
  transition: .7s;
}

.ech_prod:hover .itemdgin {
  transform: scale(1.5);
}

.ech_prod .imgs {
  text-align: center;
  padding: 0 15px;
  position: relative;
}

.ech_prod .imgs .feturedimg {
  max-width: unset;
  /* max-height: 350px; */
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  transform: translateX(0px);
  position: relative;
  z-index: 1;
  transition: .5s;
}

.ech_prod:hover .imgs .feturedimg {
  transform: translateX(-100px);
}

.ech_prod .imgs .pd_base {
  position: absolute;
  left: 50%;
  transform: translateX(-100%) scale(.5);
  opacity: 0;
  visibility: hidden;
  bottom: 30px;
  max-width: 200px;
  width: 50%;
  aspect-ratio: 1 / 1;
  z-index: -1;
  transition: .7s;
}

.ech_prod:hover .imgs .pd_base {
  transform: translateX(-5%) scale(1);
  opacity: 1;
  visibility: visible;
}

.ech_prod .pd_info {
  padding: 0 15px 0px 15px;
  max-width: 370px;
  margin: 0 auto;
  width: 100%;
}

.ech_prod .pd_info h2 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
}

.ech_prod .pd_info p {
  font-size: 14px;
  line-height: 1.4;
}

.pw_cont .swiper-slide {
  height: unset;
}

/*end*/

/*Section 3 - Promo*/
.section-3 {}

.promoimg {
  border-radius: 30px;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  /* width: 1340px; */
  max-height: 85vh;
}

.promoimg img {
  transition: .5s;
  width: 100%;
}

.promoimg:hover img {
  transform: scale(1.02);
}

/*end*/

/*Section 4 - About*/
.about-sec {
  position: relative;
  padding: 140px 0;
  z-index: 1;
}

.about-sec:after {
  /*content: "";
    position: absolute;
    left: -10%;
    top: 0;
    background-image: url(../img/bg_shape.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 734px;
    height: 500px;
    z-index: -2;*/
}

.about-sec:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 70px;
  transform: rotate(100deg);
  background-image: url(../img/leaf1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  filter: blur(7px);
}

.lft_bttl,
.right_bttl {
  position: relative;
}

.lft_bttl {}

.right_bttl {
  z-index: -1;
}

.lft_bttl img,
.right_bttl img {
  height: 95vh;
  width: unset;
  max-width: unset;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 350px;
  object-fit: contain;
}

.lft_bttl img {
  transform: translateX(-40%) translateY(-14%) rotate(0deg);
}

.right_bttl img {
  transform: translateX(-60%) translateY(-55%) rotate(15deg);
}

.lft_bttl:after,
.right_bttl:after {
  content: "";
  position: absolute;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  z-index: -1;
}

.lft_bttl:after {
  background-image: url(../img/leaf1.png);
  left: 0;
  transform: translate(30%, -50%);
}

.right_bttl:after {
  background-image: url(../img/leaf2.png);
  right: 0;
  transform: translate(-60%, 100%)rotateY(180deg);
}

.abt_short {
  z-index: 3;
}

.abt_short h2.heading2 {}

.abt_short p {
  color: #5d5d5d;
}

.abt_short .btn {
  background: var(--secondary-color);
  color: #fff;
}

/*end*/

/*Opening Hours*/
.sect {
  background-color: var(--secondary-color);
  padding: 60px 40px;
  border-radius: 30px;
  position: relative;
  color: #fff;
  background-image: url(../img/sweeny-home-1-decoration-2.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.sect::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 9px;
  left: 48%;
  transform: translate(-20%, 10%);
  width: 280px;
  aspect-ratio: 1 / 1;
  background-image: url(/wp-content/uploads/2022/01/Object-2.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sect::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 3%;
  transform: translate(-25%, 5%);
  width: 300px;
  aspect-ratio: 2 / 3;
  background-image: url(/wp-content/uploads/2022/01/Object-5-1.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}


.phone {
  width: var(--phone-width);
  height: var(--phone-height);
  border-radius: 22px;
  background: linear-gradient(180deg, #fafafa, #fff);
  box-shadow: 0 10px 30px rgba(30, 30, 50, 0.12);
  border: 6px solid #f0f0f3;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.order {
    background: #f5173e;

  color: white;
  padding: 92px 0 !important;
  border-radius: 30px;
  /* text-align: center; */
  position: relative;
  overflow: hidden;
}


/* small notch / speaker */
.phone::before {
  content: "";
  width: 70px;
  height: 8px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}

/* banner area using user's uploaded image */
.phone-banner {
  height: 130px;
  background-color: #ddd;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 8px;
  box-sizing: border-box;
}

/* we'll use the uploaded image as banner-bg via inline style in markup */
.banner-caption {
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  color: white;
  padding: 6px 8px;
  font-weight: 600;
  border-radius: 8px;
  font-size: 13px;
}

/* separator */
.sep {
  height: 1px;
  background: #eee;
}

/* small card with avatar and text */
.small-card {
  margin: 12px;
  background: var(--card-bg);
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 6px 14px rgba(20, 20, 40, 0.04);
  display: flex;
  gap: 10px;
  align-items: center;
}

.avatar {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #f2f2f4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--accent);
  font-size: 18px;
  flex: 0 0 44px;
}

.card-text {
  font-size: 13px;
  color: #333;
  line-height: 1.2;
}
.online-card a{
  text-decoration: none;
  color: white;
}
.card-text small {
  display: block;
  color: var(--muted);
  margin-top: 4px;
  font-size: 12px;
}
.online-cardd a{
  text-decoration: none;
  color: white;
}
.order-btn {
  margin-left: auto;
  background: var(--accent);
  color: white;
  border-radius: 8px;
  padding: 6px 10px;
  font-weight: 700;
  font-size: 12px;
  border: none;
  cursor: pointer;
}

/* rounded large rectangle placeholder below */
.big-rect {
  margin: 16px;
  height: 90px;
  border-radius: 12px;
  background: linear-gradient(90deg, #fff, #fafafa);
  border: 1px dashed #e6e6e8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-weight: 600;
}

.oder_on .ph-container > img{
	width: 150px;
    height: auto;
    margin-top: 15px;
    margin-bottom: 5px;
}
	.oder_on .branches{
		width: 100%;
		height: 100%;
		padding: 10px;
		background: #fff;
    	border-radius: 0 0 15px 15px;
		transition: 0.2s
	}

  .oder_on .branch{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 10px;
    margin-bottom: 15px;
    background: var(--primary-color);
    padding: 6px;
    border-radius: 8px;
  }
	.oder_on .branch:hover{
			transform: scale(1.05);
	}
  .oder_on .branch .b-img{
    width: 70px;
    aspect-ratio: 1 / 1;
    border-radius: 5px;
    overflow: hidden;
  }
  .oder_on .branch .b-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .oder_on .branch .b-info{
	width: calc(100% - 80px);
  }
  .oder_on .branch .b-info h3{
	color: var(--secondary-color);
    font-size: 16px;
    font-weight: normal;
    font-family: -webkit-body;
	margin: 0;
  }
  .oder_on .branch .b-info div{
    font-size: 10px;
    color: gray;
  }
  .oder_on .branch .b-info .btn-ordernow{
	background: #f5173e;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    height: unset;
    line-height: 1;
  }
  .oder_on .branch .b-info .btn-ordernow:hover{
	background: #000000;
  }

.ph-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 494px;
    width: 270px;
    border: 4px solid black;
    border-radius: 2rem;
    background-color: #602018;
    box-shadow: 5px 5px 7px 6px rgb(0 0 0 / 12%);
     /*overflow: hidden; */
    transform: rotate(0deg);
	margin-bottom: -150px;
}

.banner-border {
	position: relative;
    color: #602018;
    background-color: #ffbe00;
    width: 100%;
    padding: 5px;

}
.online-card div .svg-back , .online-cardd div .svg-back {
      border: 1px solid;
    padding: 4px;
    border-radius: 5px;
        display: flex;
    gap: 6px;
    margin-top: 0px !important;
    margin-left: 0px !important;
    justify-content: flex-start;
    align-items: center;
}


.pl-order {
  background: #ef4f61;
  color: white;
  border-radius: 6px;
  height: 20px;
  border: 1px solid #ef4f61;
  font-size: 9px;
  margin-left: 10px;
}

.pl-order:hover {
  color: white;
  background-color: var(--primary-color);
}
.online-card,
.online-cardd {
     background-color: #602018;
    width: 248px;
    height: 92px;
    border-radius: 10px;
    overflow: hidden;
    /* padding: 8px 0; */
    margin-bottom: 4px;
    position: relative;
    top: 16px;
}

/* inner layout */
.online-card div,
.online-cardd div {
  display: flex;
  gap: 6px;
  margin-top: 5px;
  margin-left: 10px;
  justify-content: flex-start;
  align-items: center;
}

.online-card p,
.online-cardd p {
  font-size: 13px;
  margin: 0px;
}

.pl-order {
  background: #ff4d4d;
  border: none;
  border-radius: 6px;
}

.pl-order a {
  color: white;
  text-decoration: none;
  font-size: 12px;
}


.banner-border h3 {
    font-size: 12px;
    margin: 0;
    text-align: center;
}

.time {
  font-size: 2.5rem;
  margin: 1.5rem 0 -12px;
}

.date {
  font-size: 12px;
}

.fingerprint {
  position: absolute;
  bottom: 3rem;
}

.phone {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 4px;
  background-color: rgb(209, 218, 218);
  border-radius: 6px;
}

.camera {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 4px;
  background-color: rgb(209, 218, 218);
  border-radius: 6px;
}

/* Top border styles */
.top-border {
border: 1px solid black;
    background-color: black;
    width: 88px;
    height: 9px;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    position: absolute;
    bottom: 478px;
	z-index: 9;
}

/* Right border styles */
.right-border {
  position: absolute;
  border: 4px solid black;
  /* Border */
  right: -8px;
  /* Positioning */
  border-radius: 0.375rem;
  /* Rounded corners */
}

/* Top right border */
.right-border.top {
    top: 91px;
    height: 37px;
}

.sect .info_sec {}

.sect .info_sec h2 {
  font-size: 50px;
}

.sect .dnt {
  font-size: 20px;
}

.sect .shopbtn {
  background-color: white;
  color: #602018;
  padding: 12px 24px;
  font-size: 18px;
  border-radius: 30px;
  border: none;
  font-weight: bold;
}

.sect .shopbtn:hover {
  background-color: var(--primary-color);
  color: white;
}

.sect .hero_img {
  max-width: 100%;
  border-radius: 15px;
  max-width: 310px;
}

.sect .ctn {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.sect .ctn p {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

/*end*/

/*Heighlights*/
.highlights {}

.highlights .info_cont {
  padding: 20px;
}

.highlights .item-ttl {
  color: var(--txtcolor2);
  margin-top: 10px;
  font-size: 24px;
}

.highlights svg {
  color: var(--txtcolor2) !important;
}

.highlights .hero-img {
  max-width: 100%;
  height: auto;
}

.highlights .hero-video {
  height: 100%;
  left: 50%;
  transform: translateX(-42%);
  width: 600px;
  display: flex;
  border: none;
  background: rgb(0 0 0 / 0%);
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: -1;
  pointer-events: none;
}

.highlights .vid_cont .btn {
  margin-top: -30px;
}

.highlights .item-list {
  width: 286px;
  margin-bottom: 70px;
}

.highlights .shift-right {
  margin-right: 0;
  margin-left: auto;
}

.highlights .shift-left {
  margin-left: 0;
  margin-right: auto;
}

.highlights .shift-center {
  margin-left: auto;
  margin-right: auto;
}

/*end*/

/*Have fun*/
.hf_cont {
  background-color: var(--banner-color);
  color: white;
  padding: 50px 0;
  border-radius: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hf_cont::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 100%;
  transform: translate(-80%, -30%);
  width: 250px;
  aspect-ratio: 1 / 1;
  background-image: url(/wp-content/uploads/2022/01/Object-5-scaled.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hf_cont::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0%;
  transform: translate(-20%, 2%);
  width: 280px;
  aspect-ratio: 1 / 1;
  background-image: url(/wp-content/uploads/2022/01/Object-6-scaled.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hf_sec .hero h2 {}

.hf_sec .hero p {
  max-width: 900px;
  width: 100%;
  margin: auto;
  font-size: 16px;
}

.hf_sec .bg_dgn {
  width: calc(100% + 16%);
  max-width: unset;
  position: absolute;
  left: 50%;
  top: calc(50% - 115px);
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}

.hf_card {}

.hf_card .img-box {
  padding: 5px 5px 35px;
  background: #ffffff;
  max-width: 190px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  transition: 0.5s;
  margin-bottom: 30px;
}

.hf_card .img-box img {}

.hf_card .stats-box {
  display: inline-block;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: normal;
  border-radius: 10px;
  text-align: center;
  margin-top: 30px;
  width: 180px;
  transition: 0.5s;
}

.hf_card .stats-box:hover {
  scale: 1.1;
  box-shadow: 0 0px 0px 10px rgb(0 0 0 / 2%), 0 0px 0px 20px rgb(0 0 0 / 4%), 0 0px 0px 30px rgb(0 0 0 / 6%);
}

.hf_card .stats-box strong {
  font-size: 60px;
  font-weight: 700;
  font-family: "Rowdies", serif;
}

.hf_card .stores {
  background: #602018;
}

.hf_card .staffs {
  background: #5d730e;
}

.hf_card .years {
  background: #601843;
}

.hf_card .customers {
  background: #0e735d;
}

.hf_sec .swiper-slide:nth-child(odd) .img-box {
  transform: rotate(-23deg);
}

.hf_sec .swiper-slide:nth-child(even) .img-box {
  transform: rotate(23deg);
}

.hf-slider:hover .swiper-slide:nth-child(odd) .img-box {
  transform: rotate(23deg);
}

.hf-slider:hover .swiper-slide:nth-child(even) .img-box {
  transform: rotate(-23deg);
}

/*end*/

/*Section 5 - Subscribe*/
.bgdgn {
  border-radius: 30px;
/*   overflow: hidden; */
  max-width: 100%;
  margin: 0 auto;
  background-image: url(/wp-content/uploads/2022/01/Banner3.jpg);
  background-color: rgb(0 0 0 / 50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-attachment: fixed;
  padding: 25px;
  z-index: 1;
	position:relative;
}

.bgdgn .nwsltr {
  color: #fff;
  max-width: calc(100% - 120px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.bgdgn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  backdrop-filter: blur(2px);
  transition: 1.5s;
  border-radius: 30px;
  overflow: hidden;
}

.bgdgn:hover:before {
  backdrop-filter: blur(5px);
}

.bgdgn:after,
.bgdgn .nwsltr:before,
.bgdgn .nwsltr:after {
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 140px;
  height: 140px;
  background-size: contain;
}

.bgdgn:after {
  background-image: url(/wp-content/uploads/2022/01/Object-2.png);
  top: 45%;
  left: 2%;
  transform: translateY(-110%) rotate(1deg);
}

.bgdgn .nwsltr:before {
  background-image: url(/wp-content/uploads/2022/01/Object-7-scaled.png);
  top: 47%;
  left: 96%;
  transform: translateY(-110%) translateX(-50%) rotate(4deg);
}

.bgdgn .nwsltr:after {
  background-image: url(/wp-content/uploads/2022/01/Object-5-scaled.png);
  top: 14%;
  left: -1%;
  transform: translateY(45%) rotate(0deg);
  width: 130px;
  height: 130px;
}

.bgdgn .nwsltr .infotxt {
  width: 50%;
  padding: 30px 0;
  z-index: 1;
}

.bgdgn .nwsltr .infotxt h3 {
  margin-top: 0;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 0;
}

.bgdgn .nwsltr .infotxt p {
  margin: 0;
  font-size: 20px;
}

.bgdgn .nwsltr .subs_frm {
  width: 50%;
  z-index: 1;
}

.bgdgn .nwsltr .subs_frm form {
  width: 100%;
  max-width: 500px;
  position: relative;
  margin-right: 0;
  margin-left: auto;
}

.bgdgn .nwsltr .subs_frm form p {
  position: relative;
  margin-top: 10px;
}

.bgdgn .nwsltr .subs_frm .subsemail {
  padding: 20px;
  width: 100%;
  border-radius: 100px;
  border: 2px solid #fff;
  background: #0000004d;
}

.subsemail::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.subsemail:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.subsemail::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.bgdgn .nwsltr .subs_frm .btn {
  position: absolute;
  right: 15px;
  top: 40%;
  transform: translateY(-50%);
  padding: 10px 20px;
  background: var(--txtcolor2);
  width: unset;
  margin: 0;
  border-radius: 50px;
  font-size: 14px;
  line-height: 1.4;
}

.bgdgn .nwsltr .subs_frm form br {
  display: none;
}

.bgdgn .nwsltr .subs_frm .wpcf7-not-valid-tip {
  position: absolute;
}

.wpcf7-spinner {
  position: absolute;
}

/*end*/

/*Section 6 - Testimonials*/
.section-6 {
  overflow: clip;
}

.testimoni {
  margin: 15px;
  padding: 20px;
  background: #fff;
  border-radius: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
}

.testimoni:hover {
  z-index: 2;
  box-shadow: 0 0px 100px rgb(0 0 0 / 12%);
}

.testimoni .tstiimg {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
}

.testimoni .tstiinfo {
  width: calc(100% - 130px);
  padding-left: 20px;
}

.testimoni .tstiinfo h3 {
  font-size: 18px;
  padding-left: 50px;
  font-weight: 600;
  color: #5f5f5f;
  position: relative;
}

.testimoni .tstiinfo h3:after {
  content: "";
  position: absolute;
  background-image: url(../img/quote.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  left: 0;
  top: 50%;
  transform: translateY(-60%);
  opacity: .2;
}

.testimoni .tstiinfo p {
  font-size: 14px;
  color: #5f5f5f;
}

.section-6 .testimoni-pagination {
  text-align: center;
  margin: 0 auto;
}

.section-6 .swiper-pagination-bullet-active {
  background: var(--secondary-color);
}

/*end*/

/*Default Page*/
.pagecover_cont {
  background: black;
  max-height: 350px;
  overflow: hidden;
  margin-top: 85px;
  border-radius: 30px;
}

.pagecover_cont img {
  opacity: .7;
}

.pagecover .coverinfo {
  position: absolute;
  left: 50%;
  top: calc(50% + 40px);
  transform: translate(-50%, -50%);
}

.pagecover .coverinfo .wellcome {
  color: white;
  font-size: 50px;
  margin: 0;
  padding: 15px;
  text-align: center;
}

.pagecover .coverinfo .coverbrdcm {
  color: #fff;
  text-align: center;
}

.pagecover .coverinfo .coverbrdcm a {
  color: var(--secondary-color);
}

.pagecover .coverinfo .coverbrdcm.linkpri a {
  color: var(--primary-color);
}

/*end*/

/*Post Box*/
.post_cont {
  gap: 30px;
  align-items: stretch
}

.post_item {
  width: 300px;
  max-width: 100%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

.post_item .thumb {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3 / 2;
}

.post_item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.post_item:hover img {
  width: 110%;
  height: 110%;
}

.post_item .post_info {
  padding: 10px 15px;
}

.post_item .post_info .date {
  color: #9e9e9e;
  font-size: 12px;
  margin-top: 15px;
}

.post_item .post_info h2 {
  font-size: 20px;
  color: var(--txtcolor1);
}

.post_item .post_info h2:hover {
  color: var(--txtcolor2);
}

.post_item .post_info p {
  color: #626262;
}

.pagination {
  text-align: center;
  width: 100%;
}

.pagination span {
  padding: 0 10px;
  background: var(--txtcolor3);
  color: #fff;
  min-width: 25px;
  display: inline-block;
  border-radius: 5px;
  margin: 0 2px;
}

.pagination a {
  padding: 0 10px;
  background: #fff;
  color: var(--txtcolor2);
  min-width: 25px;
  display: inline-block;
  border-radius: 5px;
  margin: 0 2px;
}

.pagination a:hover {
  background: var(--secondary-color);
  color: #fff;
}

/*end*/

/*Footer*/
footer {
  position: relative;
}

footer hr {
  border-top: 1px solid #c8c8c8;
  margin: 40px 0 30px;
}

footer p {
  font-size: 14px;
  font-weight: 500;
}

.section-footer {
  z-index: 1;
}

.bgclr {
  background-color: var(--footer);
  color: #fff;
  padding-top: 130px;
  padding-bottom: 70px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background-image: url(../img/decor-color-bg-2.svg);
  background-size: contain;
  background-position: 0px -120px;
  background-repeat: no-repeat;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  z-index: 1;
}

.bgclr:after,
.bgclr:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url(../img/ft_degin.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: .03;
  z-index: -1;
}

.bgclr:after {
  background-image: url(/wp-content/uploads/2022/01/Object-4-scaled.png);
  left: unset;
  right: 0;
  bottom: -28px;
  top: unset;
  transform: rotateY(355deg) translateY(20%);
  opacity: 1;
  width: 198px;
  aspect-ratio: 4 / 3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.fsocial ul {
  padding: 0;
  margin: 0;
}

.fpoints h3,
.fsocial h3 {
  margin-top: 0;
  color: #fff;
  font-size: 28px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}

.fpoints ul {
  padding: 0;
  margin: 0;
}

.fpoints li {
  display: block;
  position: relative;
  list-style: none;
  color: #fff;
  margin: 0px 15px 0px;
  padding: 2px 0;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
}

.fpoints li:hover {
  transform: translateX(3px);
}

.fpoints li:hover a {
  color: #000;
}

.fpoints li a {
  color: #fff;
}

.fsocial li {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: var(--secondary-color);
  color: #fff;
  padding: 3px 0 0;
  font-size: 20px;
  border-radius: 10px;
  margin: 5px 5px 5px 0px;
  text-align: center;
}

.fsocial li:hover {
  background: var(--secondary-color);
  transform: scale(1.2) translateY(-5px);
}

.fsocial li:hover a {
  color: #004fff;
}

.fsocial li:after {
  background: var(--orange);
}

.fsocial li:before {
  display: none !important;
}

.footer .brand {
  max-width: 160px;
  margin: 0 0;
}

.copyright {
  font-size: 14px;
}

.copyright a {
  color: inherit;
  ;
}

/*Footer end*/
/*Gallery*/
.gallery {
  overflow: hidden;
}

.gallery .heading2 {
  color: var(--secondary-color);
}

.clctn {
  position: relative;
}

.clctn .thumb_img {
  width: 100%;
}

.clctn .thumb_img img {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
  object-position: top;
	transition: 2s;
	
}
.clctn .thumb_img:hover img {
	object-position: bottom;
}
.clctn .item_info {
  position: absolute;
  bottom: -1px;
  background: linear-gradient(0deg, rgb(0 0 0 / 80%), rgb(0 0 0 / 60%), rgb(0 0 0 / 50%), rgb(0 0 0 / 0%));
  left: 50%;
  transform: translateX(-50%);
  padding: 30px 0 0px;
  width: 100%;
  box-shadow: 0 15px 40px rgb(0 0 0 / 10%);
}

.clctn h4 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 0.5em auto 0.5em;
  padding: 0 15px;
  display: none;
}

.swiper-collections .swiper-slide {
  transition: .4s;
  opacity: .5;
	border-radius: 10px;
	overflow: hidden;
}

.swiper-collections .swiper-slide-next {
  transform: scale(1.5);
  z-index: 3;
  opacity: 1;
}

.swiper-collections .swiper-slide-next .clctn {
  box-shadow: 0 5px 70px rgb(0 0 0 / 12%);
}

.swiper-collections .swiper-button-next,
.swiper-collections .swiper-button-prev {
  border: 2px solid #602018;
  background: #602018;
  width: 44px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  right: -1464px;
  bottom: 118px;
  margin-left: -112px;
}

.swiper-collections .swiper-button-next:after,
.swiper-collections .swiper-button-prev:after {
  color: #fff;
  font-size: 20px;
  position: relative;
  z-index: 1;

}

.gallery .btn {
  min-width: 170px;
  padding: 12px 18px;
  background: var(--primary);
  color: #fff;
  position: relative;
  left: -10px;
  animation: pulsh 7s infinite;
}

.gallery .btn:hover {
  animation: pulsh 3s infinite;
  background: var(--primary-color);
  color: white;
}

/*end*/
/*extra*/
.slideanim {
  visibility: hidden;
}

.slidelrmain {
  visibility: hidden;
}

.sliderlmain {
  visibility: hidden;
}

.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}

.slidelr {
  animation-name: slidelr;
  -webkit-animation-name: slidelr;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}

.sliderl {
  animation-name: sliderl;
  -webkit-animation-name: sliderl;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}

/*end*/

/*Animations*/
@keyframes cityscrol {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%)
  }

  100% {
    opacity: 1;
    transform: translateY(0%)
  }
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0%)
  }
}

@keyframes slidelr {
  0% {
    opacity: 0;
    transform: translateX(-70%)
  }

  100% {
    opacity: 1;
    transform: translateX(0%)
  }
}

@-webkit-keyframes slidelr {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%)
  }
}

@keyframes sliderl {
  0% {
    opacity: 0;
    transform: translateX(70%)
  }

  100% {
    opacity: 1;
    transform: translateX(0%)
  }
}

@-webkit-keyframes sliderl {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%)
  }
}

@keyframes splash {
  0% {
    background: linear-gradient(90deg, rgb(0 0 0 / 0%), rgb(255 255 255 / 10%));
    transform: rotate(24deg) translate(-197%, -40%);
  }

  40% {
    background: linear-gradient(90deg, rgb(0 0 0 / 0%), rgb(255 255 255 / 20%));
    transform: rotate(24deg) translate(-40%, -40%);
  }

  80% {
    background: linear-gradient(90deg, rgb(0 0 0 / 0%), rgb(255 255 255 / 0%));
    transform: rotate(24deg) translate(-40%, -40%);
  }

  100% {
    background: linear-gradient(90deg, rgb(0 0 0 / 0%), rgb(255 255 255 / 0%));
    transform: rotate(24deg) translate(-40%, -40%);
  }
}

/*pulsh effect*/
@keyframes pulsh {
  0% {
    box-shadow: 0 0 0 0 rgb(255 172 0 / 44%), 0 0 0 0 rgb(255 106 0 / 65%);
  }

  40% {
    box-shadow: 0 0 0 50px rgba(99, 69, 238, 0), 0 0 0 0 rgb(255 172 0 / 51%);
  }

  80% {
    box-shadow: 0 0 0 50px rgba(99, 69, 238, 0), 0 0 0 30px rgba(99, 69, 238, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(99, 69, 238, 0), 0 0 0 30px rgba(99, 69, 238, 0);
  }
}

/*end*/

@media (max-width: 1300px) {
  .about-sec {
    padding: 70px 0;
  }

  .lft_bttl img,
  .right_bttl img {
    height: 60vh;
  }
}

@media (max-width: 767px) {
  body {
    overflow: unset;
  }

  .m_off {
    display: none !important;
  }

  .m_on {
    display: block !important;
  }

  .heading {
    font-size: 32px;
  }

  /*Header*/
  .navbar {}

  .header_cont {
    /*overflow: hidden;*/
  }

  .scrolled .header_cont {}

  .header_cont::after {
    width: 0;
  }

  .navbar-header {
    width: 100%;
    padding: 5px 0;
  }

  .navbar-header .brand {
    float: left;
    padding: 20px 15px;
  }
	.scrolled .navbar-header .brand {
		padding: 5px 15px;
	}
  .navbar-default .navbar-toggle {
    border: none;
    margin-top: 5px;
    background: #fff;
    border-radius: 50px;
    padding: 20px;
    width: 85px;
    height: 85px;
    display: flex !important;
    box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
  }

  .scrolled .navbar-default .navbar-toggle {
    box-shadow: none;
    width: 55px;
    height: 55px;
  }

  .navbar-collapse.collapse {
    display: none !important;
    width: 100%;
    background: #fff;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
    width: 100%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .navbar.active .header_cont::after {
    width: 100%;
    height: 100%;
    border-radius: 30px;
  }

  .navbar .menu li {
    display: block;
  }

  .navbar .menu li:hover>.sub-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
  }

  .navbar .menu li .active.sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .navbar .menu li .sub-menu {
    position: relative;
  }

  .navbar .menu li .sub-menu li a {
    color: #6a6a6a;
  }

  /*end*/

  /*Section 1 - banner*/
  .section-1 {
    margin-top: 80px;
  }

  .each_slide {
    max-height: unset;
	  height: unset;
	  aspect-ratio: 2 / 1;
  }

  .showcase .slidbgimg {
    background-position: center bottom;
  }

  .showcase .slidinfo {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
  }

  .showcase .slidinfo h1 {
    font-size: 22px;
    color: var(--primary-color);
    margin-bottom: 10px;
  }

  .showcase .slidinfo p {
    font-size: 12px;
    text-align: left;
    display: none;
  }

  .showcase .slidinfo .readfull {
    font-size: 12px;
    padding: 8px 20px;
  }

  .bnr_pt {
    width: 100%;
    background: rgb(254 84 123 / 0%);
    border-radius: 0;
    margin-top: 30px;
    margin-bottom: -25px;
    border: none;
    padding: 0;
  }

  .bnr_pt>.col-xs-12 {
    padding: 15px;
    background: var(--secondary-color);
    margin-bottom: 15px;
    border-radius: 30px;
    position: sticky;
    top: 150px;
    box-shadow: 0px -5px 0px var(--lightbg-color);
  }

  .info-card .card-icon {
    border-radius: 18px;
  }

  /*end*/

  /*Section 2 - Product*/
  .ech_prod .imgs .pd_base {
    transform: translateX(-50%) scale(1);
    opacity: 1;
    visibility: visible;
  }

  .ech_prod .pd_info h2 {
    font-size: 26px;
  }

  /*end*/

  /*Section 4 - About*/
  .about-sec {
    overflow: hidden;
  }

  .about-sec:after {
    height: 280px;
  }

  .lft_bttl img,
  .right_bttl img {
    height: 200px;
  }

  .lft_bttl img {
    width: 120px;
    transform: translate(-100%, -50%);
    left: 100%;
    top: 0;
  }

  .right_bttl img {
    transform: translateX(-50%) translateY(-50%) rotate(15deg);
    width: 130px;
    left: 10%;
  }

  .lft_bttl:after,
  .right_bttl:after {
    width: 70px;
    height: 70px;
  }

  .right_bttl:after {
    transform: translate(-200%, -50%)rotateY(180deg);
    filter: blur(10px);
  }

  .about-sec:before {
    bottom: 20%;
    transform: rotate(100deg);
    width: 60px;
    height: 60px;
  }

  /*end*/

  /* Heighlights */
  .highlights {
    overflow: hidden;
  }

  .highlights .item-list {
    margin: 30px auto !important;
  }

  /* end */

  /* Opening Hours */
  .sect {
    padding: 60px 15px;
  }

  .sect .info_sec h2 {
    font-size: 34px;
  }

  .sect .dnt {
    font-size: 16px;
  }

  .sect .ctn {
    flex-wrap: wrap;
  }

  .sect .shopbtn {
    width: 130px;
    font-size: 14px;
  }

  .sect::before {
    bottom: 100%;
    left: 0%;
    transform: translate(-40%, 50%);
    height: 200px;
  }

  .sect::after {
    max-width: 50%;
  }

  .sect .hero_img {
    max-width: 300px;
  }

  /*end*/

  /* Have fun */
  .hf_cont {
    padding: 90px 0 200px 0;
  }

  .hf_cont::after {
    width: 180px;
  }

  .hf_card .stats-box strong {
    font-size: 50px;
  }

  /*end*/

  /*Section 5 - Subscribe*/
  .section-5 {
    overflow: hidden;
  }

  .bgdgn {
    padding: 100px 25px;
  }

  .bgdgn .nwsltr {
    text-align: center;
    max-width: 100%;
  }

  .bgdgn .nwsltr .infotxt,
  .bgdgn .nwsltr .subs_frm {
    width: 100%;
    padding-bottom: 30px;
  }

  .bgdgn .nwsltr:before {
    left: 90%;
    transform: translateY(-200%) translateX(-50%) rotate(25deg) scale(.6);
  }

  .bgdgn .nwsltr:after {
    transform: translateY(250%);
  }

  .bgdgn:after {
    left: 0%;
    top: 20%;
  }

  .bgdgn:before {
    max-width: calc(100% - 30px);
  }

  /*end*/

  /*Section 6 - Testimonials*/
  .testimoni {
    padding: 0 20px;
    margin: 20px 0px;
    border-radius: 20px;
    box-shadow: 0 0px 100px rgb(0 0 0 / 12%);
  }

  .testimoni .tstiimg {
    width: 70px;
    height: 70px;
  }

  .testimoni .tstiinfo {
    width: calc(100% - 70px);
  }

  .testimoni .tstiinfo p {
    font-size: 12px;
  }

  /*end*/

  /*Default Page*/
  .pagecover {
    margin-top: 50px;
  }

  .pagecover_cont {
    margin-top: 20px;
  }

  .pagecover .coverinfo {
    top: calc(50% + 10px);
  }

  .pagecover .coverinfo .wellcome {
    font-size: 28px;
    padding: 0 15px;
  }

  .pagecover .coverinfo .coverbrdcm {
    font-size: 12px;
  }

  /*end*/

  /* Default Post Box */
  .post_item {
    width: 400px;
  }

  /*end*/

  /*Footer*/
  .section-footer {
    text-align: center;
  }

  .bgclr {
    padding-top: 70px;
    background-position: top center;
  }

  .section-footer .brand {
    margin-bottom: 30px;
  }

  .fpoints h3,
  .fsocial h3 {
    margin-bottom: 10px;
  }

  .fpoints .menu {
    margin-bottom: 20px;
  }

  .fpoints li {
    display: inline-block;
    margin: 7px 5px 0;
  }

  .fnote,
  .fsocial {
    text-align: center;
  }

  .bgclr:after {
    transform: rotateY(180deg) translateY(36%);
  }

  .fnote .copyright {
    padding-bottom: 15px;
  }

  /*end*/
}

/*@media (max-width: 991px){
}


@media (min-width: 1300px){
  .container {
    width: 1432px;
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 992px){
  .container {
    width: calc(100% - 80px);
  }
  .btcats .container{
    padding-left: 0;
  }
}*/

@media (max-width: 1400px) {
  .container {
    padding: 0 30px;
    width: 100%;
    min-width: 100%;
    max-width: 1800px;
  }
}


@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

@media (min-width: 1401px) {
  .container {
    padding: 0 30px;
    width: 100%;
    max-width: 1880px;
  }
}
@media (max-width: 768px) {
/*     .container {
        flex-direction: column;
        gap: 20px;
    } */

    .gallery img.main-img {
        width: 100%;
    }

    .thumbnails {
        justify-content: center;
    }
	 /*Gallery*/
      .gallery-slider{
        padding-bottom: 0;
      }
      .swiper-collections .swiper-slide{
        transform: scale(0.8)!important;
        z-index: 1;
        opacity: .5;
      }
      .swiper-collections .swiper-slide-next .clctn{
        box-shadow: none;
      }
      .swiper-collections .swiper-slide-active{
        transform: scale(1)!important;
        z-index: 3;
        opacity: 1;
      }
      .swiper-collections .swiper-slide-active .clctn{
        box-shadow: 0 5px 70px rgb(0 0 0 / 12%);
      }
    /*End*/
}
/* Mobile */
@media (max-width: 900px) {
  .ph-container{
    position: absolute !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    height: 494px !important;
    width: 270px !important;
    border: 4px solid black !important;
    border-radius: 2rem !important;
    background-color: #f9fafb !important;
    box-shadow: 5px 5px 2.5px 6px rgb(209, 218, 218) !important;
    left: 25% !important;
    bottom: -100px !important;
    /* overflow: hidden; */
    transform: rotate(0deg) !important;
  }
}

@media (max-width: 1400px) {
.ph-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
    height: 494px;
    width: 270px;
  border: 4px solid black;
  border-radius: 2rem;
  background-color: #f9fafb;
  box-shadow: 5px 5px 2.5px 6px rgb(209, 218, 218);
  left: 61%;
  bottom: -91px;
  /* overflow: hidden; */
  transform: rotate(0deg);
}
}
   