@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Poppins:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,700;9..40,800;9..40,900;9..40,1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
  color: #c9a17c;
}

.text-theme {
  color: #c9a17c !important;
}

.text-gray {
  color: rgba(41, 41, 41, 0.5019607843) !important;
}

body {
  color: #000;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

main {
  min-height: 85vh;
}

.btn {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 8px 15px;
  transition: all ease 0.4s;
  border-radius: 12px;
  box-shadow: 0px 6px 20px 0px rgba(71, 71, 71, 0.2509803922);
}
.btn span {
  display: flex;
  transition: all 0.4s ease;
  justify-content: center;
  align-items: center;
  text-wrap: nowrap;
}
.btn div {
  width: 13px !important;
  height: 13px;
  background: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  line-height: 13px;
  margin-left: 5px;
  justify-content: center;
}
.btn div img {
  width: 8px !important;
  margin-top: 0.5px;
}
.btn:hover span {
  transform: translate(0px, 5px);
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #e9c5aa !important;
  border-color: #e9c5aa !important;
  color: #ffffff !important;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background-color: #141414 !important;
  border-color: #141414 !important;
  color: #ffffff !important;
}

.btn:focus-visible {
  box-shadow: none !important;
  background: #7ca330 0% 0% no-repeat padding-box;
  border-color: #7ca330;
  color: #ffffff;
}

.btn-primary {
  background: #e9c5aa 0% 0% no-repeat padding-box;
  border-color: #e9c5aa;
  color: #ffffff;
}
.btn-primary:hover {
  background: #e9c5aa 0% 0% no-repeat padding-box;
  border-color: #e9c5aa;
  color: #fff;
}
.btn-primary:focus, .btn-primary:active {
  background: #e9c5aa 0% 0% no-repeat padding-box !important;
  color: #fff;
}

.btn-primary-outline {
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #e9c5aa;
  color: #e9c5aa;
}
.btn-primary-outline:hover {
  border: 1px solid #e9c5aa;
  background: #fff;
  color: #e9c5aa;
}
.btn-primary-outline:focus, .btn-primary-outline:active {
  background: #fff !important;
  color: #e9c5aa;
}
.btn-primary-outline img {
  width: 14px !important;
}

.btn-secondary {
  background: #353535;
  color: #fff;
  border: 0;
}
.btn-secondary:hover {
  color: #fff;
  background: #353535;
}
.btn-secondary:focus, .btn-secondary:active {
  color: #fff;
  background: #353535 0% 0% no-repeat padding-box !important;
}

.btn-light {
  color: #141414;
  font-weight: 500;
}

.btn-link {
  color: #7ca330;
  text-align: left;
  text-decoration: underline !important;
  padding: 0;
}
.btn-link:hover {
  color: #141414;
}
.btn-link:focus, .btn-link:active {
  color: #141414 !important;
}

.btn-load {
  text-decoration: underline !important;
  font-family: Futura Hv BT;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: #141414;
}
.btn-load:hover {
  color: #141414;
}

.go-back-two {
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #353535;
}
.go-back-two:hover {
  color: #353535;
}

form .form-group label {
  color: #141414;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 10px;
  text-transform: capitalize;
}
form .form-group .form-control {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #444444;
  opacity: 1;
  border-radius: 0px;
  border: 1px solid #737b7d;
  background: #fff;
  padding: 8px 10px;
  box-shadow: none;
}
form .form-group .form-control::-moz-placeholder {
  color: #444444;
  opacity: 0.7;
}
form .form-group .form-control::placeholder {
  color: #444444;
  opacity: 0.7;
}

.help-block {
  display: inline-block;
  font-size: 13px;
  background: #ff7171;
  color: white;
  padding: 2px 10px;
  margin-top: 8px;
  position: relative;
  border-radius: 3px;
}
.help-block:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #ff7171;
}

.sub-title {
  font-family: DM Sans;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  color: #000;
}
.sub-title span {
  width: 35px;
  height: 2px;
  background: #7ca330;
  display: inline-block;
  justify-content: center;
  line-height: 18px;
  margin-bottom: 3px;
  margin-right: 5px;
}

.main-title {
  font-family: Lora;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.005em;
  color: #e9c5aa;
}

.heading-title {
  font-family: Lora;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0em;
  margin-bottom: 30px;
  color: #c9a17c;
}

.whatsapp-img {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 999;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none !important;
}

/* to remove slide effect  css */
.animated {
  animation-duration: 0 ms !important;
  animation-fill-mode: both !important;
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.terms {
  font-family: DM Sans;
  padding: 40px 0;
}
.terms .sidebar a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 15px;
  color: #292929;
  font-family: DM Sans;
}
.terms .sidebar .active {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}
.terms .date {
  font-size: 18px;
}
.terms p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
}
.terms li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin-bottom: 10px;
}

.pagination {
  margin: 50px 0px;
}
.pagination .page-item a {
  border: none;
  box-shadow: none;
  background: transparent;
  color: #353535;
  text-align: center;
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0px;
  padding: 7px 10px;
  text-align: center;
}
.pagination .page-item a.disable {
  opacity: 0.6;
}
.pagination .page-item .active {
  color: #c9a17c;
  opacity: 1;
}

.atc-success1 {
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 90%;
  max-width: 650px;
  padding: 20px 15px;
  display: none;
  font-family: Futura Hv BT;
}
.atc-success1 h1 {
  text-align: center;
  font-family: Futura Hv BT;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #000;
  opacity: 1;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.atc-success1 h5 {
  text-align: left;
  font-family: Futura Hv BT;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
  opacity: 1;
}
.atc-success1 h4 {
  color: #7ca330;
  font-family: Futura Hv BT;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.atc-success1 img {
  border-radius: 8px;
}

.page-title {
  padding-top: 12px;
}
.page-title .banner-full-wrap {
  box-shadow: 0px 15px 40px 0px rgba(139, 139, 139, 0.3019607843);
}
.page-title .banner-right-wrap {
  background-color: #cda789;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.page-title .banner-bottom-wrap {
  background-color: #c9a17c;
  padding: 15px 0;
}
.page-title .main-title {
  font-family: Lora;
  font-size: 32px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0.005em;
  text-align: center;
  color: white;
}
.page-title ul li {
  font-family: Lora;
  font-size: 18px;
  font-weight: 400;
  margin: 0 3px;
  line-height: 24px;
  letter-spacing: -0.025em;
  text-align: left;
  color: white;
}
.page-title ul li a {
  color: #ffffff;
}
.page-title .title {
  font-family: Lora;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.005em;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}

header .navbar {
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 8px 0px;
}
header .navbar .navbar-brand img {
  width: 150px;
}
header .navbar .navbar-toggler {
  box-shadow: none;
  border: none;
}
header .navbar .navbar-toggler .fa-bars {
  color: #222;
}
header .navbar .navbar-nav .nav-item {
  margin: 0px 8px;
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-family: Lora;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  padding: 8px 0px;
  color: #000000;
  transition: all ease 0.4s;
}
header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #e9c5aa;
  text-decoration: underline !important;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #e9c5aa;
  text-decoration: underline !important;
}
header .navbar .navbar-nav .nav-item .nav-link .fa {
  font-size: 8px;
  position: relative;
  top: 0px;
  right: -3px;
  transition: all ease 0.4s;
}
header .navbar .navbar-nav .has-dropdown {
  position: relative;
  z-index: 1;
}
header .navbar .navbar-nav .has-dropdown .drop-menu {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 37px;
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 0px;
  min-width: 150px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.4s;
}
header .navbar .navbar-nav .has-dropdown .drop-menu .nav-item {
  margin: 0;
}
header .navbar .navbar-nav .has-dropdown .drop-menu .nav-item .nav-link {
  font-family: Lora;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  padding: 2px 0px;
  text-wrap: nowrap;
  text-decoration: none !important;
  transition: all ease 0.4s;
  color: #c9a17c;
}
header .navbar .navbar-nav .has-dropdown .drop-menu .nav-item .nav-link:hover {
  background: #fff;
  color: #c9a17c;
  opacity: 1;
  text-decoration: none !important;
}
header .navbar .navbar-nav .has-dropdown:hover .drop-menu {
  top: 37px;
  visibility: visible;
  opacity: 1;
}
header .navbar .right-nav {
  align-items: center;
  margin-bottom: 0;
}
header .navbar .right-nav .nav-item {
  margin: 0px 12px;
}
header .navbar .right-nav .nav-item .nav-link {
  font-family: Lora;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #000000;
  text-transform: uppercase;
  padding: 10px 0px;
}
header .navbar .right-nav .nav-item .nav-link img {
  width: 16px;
}
header .navbar .right-nav .nav-item .nav-link.cart-icon {
  position: relative;
}
header .navbar .right-nav .nav-item .nav-link.cart-icon span {
  position: absolute;
  left: 15px;
  top: 8px;
  line-height: 15px;
  font-size: 10px;
  min-width: 18px;
  border-radius: 3px;
  height: 15px;
  background: #000;
  color: #fff;
  text-align: center;
}
header .navbar .right-nav .nav-item .contact-link {
  padding: 15px 25px;
  border-left: 0.5px solid rgba(57, 45, 90, 0.2509803922);
  border-right: 0.5px solid rgba(57, 45, 90, 0.2509803922);
  transition: all ease 0.4s;
}
header .navbar .right-nav .nav-item .contact-link:hover {
  color: #7ca330;
}

.fixed {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.0901960784);
  position: fixed !important;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9;
}

footer .footer-top {
  border-top: 1px solid #c9a17c;
  background: #fff;
  padding: 20px 0px 20px 0;
  position: relative;
  z-index: 0;
}
footer .footer-top .footer-content .footer-title {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  -webkit-text-decoration: underline #353535;
          text-decoration: underline #353535;
}
footer .footer-top .footer-content .address {
  padding-left: 0px;
}
footer .footer-top .footer-content .address li {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  margin-right: 20px;
}
footer .footer-top .footer-content .address li img {
  padding-top: 0px;
  margin-right: 8px;
  margin-left: 0;
  width: 18px;
}
footer .footer-top .footer-content .address li p {
  text-transform: capitalize;
}
footer .footer-top .footer-content .address li p,
footer .footer-top .footer-content .address li a {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
  color: #353535;
}
footer .footer-top .footer-content .address li p img,
footer .footer-top .footer-content .address li a img {
  margin-right: 0px;
  margin-left: 8px;
}
footer .footer-top .footer-content .quick-links li a {
  font-family: Lato;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #353535;
  text-transform: uppercase;
}
footer .footer-top .links {
  padding-left: 0px;
}
footer .copyright {
  padding: 5px 0;
}
footer .copyright p,
footer .copyright a {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.48px;
  text-align: left;
  color: #353535;
}

.banner {
  padding-top: 25px;
  position: relative;
  z-index: 0;
}
.banner .carousel-inner {
  box-shadow: 0px 15px 40px 0px rgba(139, 139, 139, 0.3);
  background: #fff;
}
.banner .carousel-indicators {
  margin-bottom: 0px;
}
.banner .carousel-indicators [data-bs-target] {
  width: 13px;
  height: 13px;
  opacity: 1;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 50%;
}
.banner .carousel-indicators .active {
  background-color: #c9a17c;
  border-radius: 50%;
}
.banner .banner-top-des {
  padding: 20px 35px;
}
.banner .banner-top-des h2 {
  font-family: DM Sans;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
  color: #c9a17c;
  margin-bottom: 40px;
}
.banner .banner-top-des h2 span {
  font-style: italic;
  font-family: "DM Sans";
}
.banner .banner-top-des p {
  font-family: Lora;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.005em;
  text-align: left;
  color: #c9a17c;
  margin-bottom: 40px;
}
.banner .banner-top-des p .red {
  background: #f85959;
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 0 5px;
}
.banner .banner-top-des p .yellow {
  background: #ffe500;
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 0 5px;
}
.banner .banner-top-des p .pink {
  background: #f862aa;
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 0 5px;
}
.banner .banner-inner {
  padding-left: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 100%;
  transform: translate(-50%, -50%);
}
.banner .banner-inner .sub-title {
  font-family: Harrington;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  margin-bottom: 0;
  color: #fff;
  text-transform: capitalize;
}
.banner .banner-inner .banner-title {
  font-family: Harrington Bold;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0em;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.banner .banner-img {
  position: relative;
  z-index: -1;
  margin-top: -19px;
}

.owl-theme.arrow-top-right .owl-nav {
  position: absolute;
  right: 0;
  top: -20%;
  display: flex;
}
.owl-theme.arrow-top-right .owl-nav button {
  margin: 0px 10px !important;
  background: #e9c5aa !important;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.owl-theme.arrow-top-right .owl-nav button img {
  width: 7px;
  filter: brightness(0);
}
.owl-theme.arrow-top-right .owl-nav button.disabled {
  background-color: #efefef !important;
  opacity: 1;
}
.owl-theme.arrow-top-right .owl-nav button:hover {
  background-color: #efefef !important;
}

.owl-theme.arrow-btm-center .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.owl-theme.arrow-btm-center .owl-nav button {
  margin: 0px 10px !important;
  background: #e9c5aa !important;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.owl-theme.arrow-btm-center .owl-nav button img {
  width: 7px;
  filter: brightness(0);
}
.owl-theme.arrow-btm-center .owl-nav button.disabled {
  background-color: #efefef !important;
  opacity: 1;
}
.owl-theme.arrow-btm-center .owl-nav button:hover {
  background-color: #efefef !important;
}

.home1 {
  padding: 60px 0px 60px 0px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.home1 .home1-img {
  position: relative;
  z-index: 0;
  padding-right: 12px;
}
.home1 .home1-inner p {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: justify;
  margin-bottom: 30px;
  margin-top: 30px;
  color: #000000;
}
.home1 .home1-inner p a {
  font-family: Inter;
  color: #000000;
  font-size: 13px;
}
.home1 .evermark {
  position: absolute;
  bottom: -28px;
  right: 0;
  text-align: end;
  z-index: -1;
}
.home1 .evermark h3 {
  font: normal normal bold 110px/80px Libre Caslon Text;
  color: #fff;
  opacity: 0.1;
  letter-spacing: 1.5px;
}

.home2 {
  background-image: url(../img/home2-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 50px 0px 60px 0;
  position: relative;
  z-index: 0;
}
.home2.bg-none {
  background: none !important;
}
.home2 .row p {
  font-family: Minion Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #444444;
  margin-bottom: 32px;
}
.home2 .portfolio-overlay .portfolio-inner {
  margin-bottom: 20px;
}
.home2 .portfolio-overlay .portfolio-inner .overlay-img {
  overflow: hidden;
}
.home2 .portfolio-overlay .portfolio-inner .overlay-img img {
  border-top-right-radius: 110px;
  transition: all 0.4s ease;
}
.home2 .portfolio-overlay .portfolio-content {
  padding: 10px 0;
}
.home2 .portfolio-overlay .portfolio-content .portfolio-title {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin-bottom: 0;
  text-transform: capitalize;
}
.home2 .portfolio-overlay .portfolio-content a {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
}
.home2 .portfolio-overlay:hover .portfolio-inner .overlay-img img {
  border-top-right-radius: 0px;
  transform: scale(1.1);
}

.home3 {
  padding-bottom: 20px;
}
.home3 .client-title {
  font: normal normal 500 22px/28px Libre Caslon Text;
  letter-spacing: 0px;
  color: #1e0d49;
  text-transform: capitalize;
}
.home3 .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.home3 .owl-carousel .item {
  display: flex;
  align-items: center;
  justify-content: start;
}
.home3 .owl-carousel .owl-item img {
  width: 75%;
}
.home3 .owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -40px;
}
.home3 .owl-carousel .owl-nav button:hover {
  background: transparent;
}
.home3 .owl-carousel .owl-nav button img {
  width: 10px;
}

.home4 {
  background-image: url(../img/contact-section.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 110px 0px 40px 0;
}
.home4 .title-top {
  position: absolute;
  background: #63666a;
  padding: 7px 20px;
  top: -30px;
  left: 20px;
}
.home4 .title-top h1 {
  color: #fff;
  font-family: Libre Caslon Text;
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 0;
}
.home4 .title-bottom {
  position: absolute;
  background: #63666a;
  padding: 7px 35px 7px 20px;
  bottom: -18px;
  right: 20px;
}
.home4 .title-bottom h1 {
  color: #fff;
  font-family: Libre Caslon Text;
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 0;
  position: relative;
}
.home4 .title-bottom h1 a {
  background: #141414;
  position: absolute;
  right: -55px;
  top: 2px;
  width: 37px;
  height: 37px;
  max-width: 37px;
  display: flex;
  border-radius: 37px;
  padding: 7px;
  transition: all 0.4s ease;
}
.home4 .title-bottom h1 a img {
  filter: invert(1);
}
.home4 .title-bottom h1 a:hover {
  background: #e2e8ec;
}
.home4 .title-bottom h1 a:hover img {
  filter: none;
}
.home4 .contact-wrap {
  padding: 25px 20px 25px 50px;
}
.home4 .contact-wrap h4 {
  font-family: Libre Caslon Text;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #141414;
}
.home4 .contact-wrap a {
  font-family: Libre Caslon Text;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #141414;
}
.home4 .contact-wrap img {
  width: 35px;
}

.list-wrap {
  border: 1px solid #e6d8cc;
  padding: 20px 20px 30px 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
}
.list-wrap .title {
  margin-right: 15px;
  min-width: 110px;
}
.list-wrap .title h2 {
  font-family: Futura Hv BT;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0px;
  text-align: left;
  color: #7ca330;
}
.list-wrap .title .des p {
  font-family: Minion Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #444444;
}

.services-section {
  background-image: url("../img/service-bg.webp");
  background-size: 475px;
  background-position: 50% 35%;
}
.services-section .owl-carousel .owl-stage-outer {
  padding: 15px 0;
}
.services-section .owl-theme.arrow-top-right .owl-nav {
  top: -15%;
}
.services-section .services-inner {
  box-shadow: 10px 15px 26px 0px rgba(197, 197, 197, 0.2509803922);
  background: #ffffff;
  border-radius: 30px 30px 15px 15px;
  display: block;
}
.services-section .services-inner img {
  border-radius: 30px;
}
.services-section .services-inner .title {
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.005em;
  color: #c9a17c;
  padding: 20px 10px;
}

.categories-section {
  background-color: #c9a17c;
}
.categories-section .img-1 {
  position: absolute;
  right: 40px;
  top: 19px;
  width: 180px;
  z-index: -1;
}
.categories-section .img-2 {
  position: absolute;
  bottom: 75px;
  right: 30px;
  width: 165px;
  z-index: -1;
}
.categories-section .img-3 {
  position: absolute;
  top: 44%;
  left: 0px;
  width: 190px;
  z-index: -1;
}
.categories-section .categories-img img {
  box-shadow: 0px 4px 30px 0px rgba(48, 48, 48, 0.2);
  border-radius: 50%;
}
.categories-section .categories-content {
  background: #353535;
  padding: 8px 12px;
  border-radius: 45px;
  margin-top: -10px;
  z-index: 1;
  position: relative;
  min-height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.categories-section .categories-content .cat-title {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #f2f2f2;
}

.our-featured-section .owl-featured .owl-stage-outer {
  padding-top: 15px;
  padding-bottom: 15px;
}

.owl-company .box-one-wrap {
  position: relative;
  transition: all 0.4s ease;
}
.owl-company .box-one-wrap .wrap-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  display: flex;
  align-items: end;
  transition: all 0.4s ease;
}
.owl-company .box-one-wrap .wrap-content .wrap-title {
  margin-bottom: 15px;
  opacity: 0;
  transition: all 0.4s ease;
}
.owl-company .box-one-wrap .wrap-content .wrap-title p {
  font-family: Futura Hv BT;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.025em;
  text-align: center;
  color: #fff;
}
.owl-company .box-one-wrap:hover .wrap-content {
  opacity: 1;
}
.owl-company .box-one-wrap:hover .wrap-content .wrap-title {
  opacity: 1;
}
.owl-company .owl-nav {
  position: absolute;
  top: -40px;
  width: 75px;
  display: flex;
  justify-content: space-between;
  right: 0;
}
.owl-company .owl-nav button {
  margin-right: 15px !important;
}
.owl-company .owl-dots {
  counter-reset: slides-num; /* Initialize counter. */
  position: absolute;
  top: -34px;
  right: 0px;
  z-index: -1;
}
.owl-company .owl-dot {
  display: inline-block;
  counter-increment: slides-num; /* Increment counter */
  margin-right: 5px;
}
.owl-company .owl-dot span {
  display: none !important;
}
.owl-company .owl-dot.active:before {
  content: counter(slides-num); /* Use the same counter to get current item. */
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

.our-recipes-section {
  background-image: url(../img/recipes-bg.webp);
  background-position: 0% 42%;
}
.our-recipes-section .our-recipes .img-wrap img {
  border-radius: 20px;
}
.our-recipes-section .our-recipes .content-wrap {
  background-color: #fff;
  padding: 15px 30px;
  box-shadow: 0px 20px 35px 0px rgba(167, 167, 167, 0.2509803922);
  position: relative;
  margin-top: -30px;
  border-radius: 20px;
  margin: -60px 30px 0 30px !important;
}
.our-recipes-section .our-recipes .content-wrap h1 {
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
}

.gallery-title .title {
  color: #c9a17c;
  text-align: center;
  font-family: Lora;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.news-section .owl-news {
  margin: 0 -10px;
}
.news-section .owl-theme.arrow-top-right .owl-nav {
  top: -10%;
}
.news-section .owl-stage-outer {
  padding: 20px 0;
}
.news-section .our-news {
  box-shadow: 0px 2px 12px 0px rgba(71, 71, 71, 0.2509803922);
  border-radius: 20px;
}
.news-section .our-news .img-wrap {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.news-section .our-news .img-wrap img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.news-section .our-news .content-wrap {
  padding: 30px 30px;
  text-align: center;
}
.news-section .our-news .content-wrap .date {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.015em;
  text-align: center;
  color: #c9a17c;
  margin-bottom: 20px;
}
.news-section .our-news .content-wrap h1 {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.015em;
  text-align: center;
  margin-bottom: 20px;
  color: #e9c5aa;
}

.contact-section {
  padding: 0 0 40px 0;
}
.contact-section .contact-inner {
  background-image: url(../img/contact-right-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 30px;
  position: relative;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  align-items: center;
}
.contact-section .contact-inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(90deg, #e9c5aa 17.69%, rgb(233, 197, 170) 100%);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: -1;
}
.contact-section .contact-inner .title {
  font-family: DM Sans;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
}

.box-wrap-two {
  position: relative;
}
.box-wrap-two .des-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  display: flex;
  align-items: end;
  transition: all 0.4s ease;
}
.box-wrap-two .des-wrap .title {
  font-family: Futura Hv BT;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.025em;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}

.box-wrap-three {
  transition: all 0.4s ease;
  position: relative;
}
.box-wrap-three .wrap-three-inner {
  overflow: hidden;
  position: relative;
}
.box-wrap-three .wrap-three-inner .img-wrap img {
  box-shadow: 0px 2px 20px 0px rgba(74, 74, 74, 0.1019607843);
  filter: saturate(0.5);
  transition: all 0.4s ease;
}
.box-wrap-three .wrap-three-inner .wrap-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  display: flex;
  align-items: end;
  margin-bottom: 20px;
  transition: all 0.4s ease;
  opacity: 0;
}
.box-wrap-three .des-wrap .title {
  font-family: Futura Bk BT;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.025em;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 10px;
  margin-top: 15px;
}
.box-wrap-three .des-wrap .position {
  font-family: Futura Bk BT;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.025em;
  text-align: center;
  color: #2c2c2c;
}
.box-wrap-three:hover .wrap-three-inner {
  position: relative;
}
.box-wrap-three:hover .wrap-three-inner .img-wrap img {
  transition: all 0.4s ease;
  filter: saturate(1);
  transform: scale(1.08);
}
.box-wrap-three:hover .wrap-three-inner .wrap-link {
  opacity: 1;
}

.team-model .btn-close {
  background: none !important;
  position: absolute;
  right: 15px;
  opacity: 1;
  top: 10px;
  z-index: 1;
}
.team-model .btn-close:focus {
  box-shadow: none !important;
}
.team-model .title {
  font-family: Futura Bk BT;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.025em;
  text-align: left;
  color: #2c2c2c;
}
.team-model .position {
  font-family: Futura Bk BT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.025em;
  text-align: left;
  color: #2c2c2c;
}
.team-model p {
  color: #2c2c2c;
  font-family: Minion Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.025em;
  text-align: left;
}

.shop {
  padding: 65px 0;
}
.shop .shop-sidebar {
  position: relative;
}
.shop .sidebox .title-wrap {
  background: #c9a17c;
  padding: 18px 20px;
  margin: 0 !important;
  text-align: center;
}
.shop .sidebox .title-wrap .side-title {
  color: #fff;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  margin-bottom: 0px;
  font-weight: 700;
}
.shop .sidebox .accordion {
  --bs-accordion-bg: transparent;
  padding: 0 10px;
}
.shop .sidebox .accordion .accordion-item {
  border: none;
}
.shop .sidebox .accordion .accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  padding: 12px 0px 12px 0px;
}
.shop .sidebox .accordion .accordion-item .accordion-header .category-name {
  color: #424143;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.shop .sidebox .accordion .accordion-item .accordion-header .category-name.active {
  color: #c9a17c;
}
.shop .sidebox .accordion .accordion-item .accordion-header .category-name:hover {
  color: #c9a17c;
}
.shop .sidebox .accordion .accordion-item .accordion-header .accordion-button {
  color: #000;
  width: 20px;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 5px 0px 5px 0px;
  background: transparent;
  box-shadow: none;
}
.shop .sidebox .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "\f106";
  position: absolute;
  transform: rotate(0);
  background: none;
  right: 0;
  top: 0px;
  font-size: 15px;
  font-weight: 500;
  color: #c9a17c;
  font: normal normal normal 22px/1 FontAwesome;
}
.shop .sidebox .accordion .accordion-item .accordion-header .collapsed::after {
  content: "\f107";
  color: #000;
}
.shop .sidebox .accordion .accordion-item .accordion-body {
  padding: 0;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul {
  padding: 5px 0px 5px 0px;
  margin-bottom: 0;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li {
  padding: 5px 0px;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li a {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li a:hover {
  color: #c9a17c;
  opacity: 1;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li label {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li label .form-check-input {
  display: none;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  vertical-align: middle;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li label input:checked + span.checkbox:before {
  content: "\f00c";
  font: normal normal normal 12px/1 FontAwesome;
  color: #c9a17c;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li label input:checked ~ p {
  color: #c9a17c;
}

.product {
  border-radius: 0px;
  transition: all ease 0.4s;
}
.product .product-wrap {
  padding: 40px;
  box-shadow: 0px 0px 40px 0px rgba(130, 130, 130, 0.1019607843);
  background-color: #fff;
  border-radius: 30px;
  position: relative;
}
.product .product-wrap .btn-wrap {
  text-align: center;
  margin-bottom: -62px;
}
.product .product-img {
  margin-bottom: 10px;
  z-index: 0;
  overflow: hidden;
  border-radius: 0px;
  transition: all ease 0.4s;
}
.product .product-img .pro-img {
  border-radius: 0px;
  transition: all ease 0.4s;
}
.product .product-img .product-btn {
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 7px;
  opacity: 1;
  transition: all ease 0.4s;
}
.product .product-img .product-btn .btn-view {
  margin-bottom: 0;
}
.product .product-img .product-btn img {
  width: 38px !important;
}
.product .product-img .product-btn .btn-primary {
  margin-bottom: 0;
}
.product .product-img .product-btn .btn-primary:hover, .product .product-img .product-btn .btn-primary:active, .product .product-img .product-btn .btn-primary:focus {
  background: #7ca330 0% 0% no-repeat padding-box !important;
}
.product .product-inner {
  padding-top: 35px;
}
.product .product-inner .product-title {
  color: #000;
  font-family: Lora;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 8px;
}
.product .product-inner .price {
  color: #000000;
  font-family: DM Sans;
  letter-spacing: 0.025em;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.shop-detail {
  padding: 50px 0px;
}
.shop-detail .product-img {
  text-align: center;
}
.shop-detail .product-img img {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #888888;
  border-radius: 18px;
}
.shop-detail .shop-inner .shop-inner-content {
  padding-bottom: 15px;
}
.shop-detail .shop-inner .shop-inner-content .heading-title {
  font-family: Lora;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}
.shop-detail .shop-inner .shop-inner-content .price {
  color: #e9c5aa;
  font-family: Lora;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}
.shop-detail .shop-inner .shop-inner-content P {
  color: #000;
  font-family: Futura Lt BT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: justify;
  margin: 20px 0;
}
.shop-detail .shop-inner .count-list {
  align-items: center;
  margin-top: 0px;
  margin-bottom: 45px;
}
.shop-detail .shop-inner .count-list .qty {
  color: #000;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-right: 28px;
  margin-bottom: 0;
}
.shop-detail .shop-inner .count-list .counter {
  border-radius: 10px;
  background: #f8f8f8;
  padding: 6px 20px;
  margin-right: 28px;
  margin-bottom: 0;
}
.shop-detail .shop-inner .count-list .counter li a {
  font-family: DM Sans;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #e9c5aa;
}
.shop-detail .shop-inner .count-list .counter li .count-number {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
  background-color: transparent;
}
.shop-detail .shop-inner .count-list .counter li .count-number:focus-visible {
  outline: none;
}
.shop-detail .carousel {
  height: 100%;
  margin-right: 0rem;
}
.shop-detail .carousel .carousel-indicators {
  position: relative;
  right: 0%;
  top: 0;
  left: inherit;
  margin-bottom: 10px;
  margin-top: 15px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.shop-detail .carousel .carousel-indicators button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  opacity: 0.6;
  border-top: 0px;
  border-bottom: 0px;
  margin-bottom: 10px;
  padding: 0;
  margin-right: 6px;
  margin-left: 6px;
  box-shadow: 0px 15px 40px 0px rgba(139, 139, 139, 0.08);
}
.shop-detail .carousel .carousel-indicators button img {
  width: 100%;
  padding: 0px;
  border-radius: 10px;
}
.shop-detail .carousel .carousel-indicators .active {
  opacity: 1;
}
.shop-detail .carousel .carousel-inner {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 15px 40px 0px rgba(139, 139, 139, 0.08);
  width: 100%;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding: 0px;
}
.shop-detail .carousel .carousel-inner .carousel-item {
  text-align: center;
}
.shop-detail .carousel .carousel-inner .carousel-item img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  border-radius: 15px;
}
.shop-detail .product-detail-tab .nav-tabs {
  border-bottom: 1px solid #e9c5aa;
  margin-bottom: 6px;
  padding-bottom: 5px;
}
.shop-detail .product-detail-tab .nav-tabs li .nav-link {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  color: #c9a17c;
  text-decoration: underline;
  border: 0;
  padding: 0;
  margin-right: 25px;
  opacity: 0.7;
}
.shop-detail .product-detail-tab .nav-tabs li .nav-link.active {
  opacity: 1;
}
.shop-detail .product-detail-tab .tab-pane {
  font-family: DM Sans;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: justify;
  color: #000000;
}
.shop-detail .product-detail-tab .tab-pane a {
  text-decoration: underline;
  color: #000;
}

.product-modal .modal {
  background-color: rgba(0, 0, 0, 0.07);
}
.product-modal .modal .modal-dialog {
  top: 28px;
  max-width: 900px;
  width: 100%;
}
.product-modal .modal .modal-dialog .modal-content {
  padding: 0px;
  margin: auto;
  border-radius: 10px;
}
.product-modal .modal .modal-dialog .modal-content .modal-header {
  background: #e9c5aa;
  box-shadow: 0px 0px 40px 0px rgba(130, 130, 130, 0.1019607843);
  padding: 15px 20px;
  justify-content: center;
  text-align: center;
}
.product-modal .modal .modal-dialog .modal-content .modal-header h2 {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  color: #fff;
  margin-bottom: 0;
}
.product-modal .modal .modal-dialog .modal-content .btn-close {
  box-shadow: none;
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 1;
  font-size: 15px;
  filter: invert(1);
  opacity: 1;
}
.product-modal .modal .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
.product-modal .modal .modal-dialog .modal-content .modal-body .product-detail .product-image {
  box-shadow: 0px 0px 40px 0px rgba(130, 130, 130, 0.1019607843);
  background: #fff;
  border-radius: 30px;
  padding: 30px;
}
.product-modal .modal .modal-dialog .modal-content .modal-body .product-detail.shop-detail .shop-inner .shop-inner-content .heading-title {
  font-family: Lora;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.025em;
  text-align: left;
}

.sidebox-prolist {
  box-shadow: 0px 0px 20px 0px rgba(176, 176, 176, 0.2509803922);
  background-color: #fff;
  border-radius: 10px;
  position: sticky;
  top: 50px;
}
.sidebox-prolist .title-wrap {
  background: #e9c5aa;
  text-align: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 13px 15px;
}
.sidebox-prolist .title-wrap .side-title {
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  margin-bottom: 0;
  color: #fff;
}
.sidebox-prolist .list-pro-wrap {
  padding: 10px 15px;
}
.sidebox-prolist .list-pro-wrap .top-head {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.sidebox-prolist .list-pro-wrap .top-head h3 {
  font-family: DM Sans;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-decoration: underline;
  color: #c9a17c;
}
.sidebox-prolist .list-pro-wrap ul {
  border-bottom: 1px solid #c9a17c;
  padding-bottom: 10px;
}
.sidebox-prolist .list-pro-wrap ul li {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  align-items: center;
}
.sidebox-prolist .list-pro-wrap ul li .pro-name {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  padding-right: 35px;
}
.sidebox-prolist .list-pro-wrap ul li .quantity {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: right;
  color: #000000;
}

.product-detail .product-inner {
  box-shadow: 0px 0px 20px 0px rgba(176, 176, 176, 0.2509803922);
  background-color: #fff;
  border-radius: 10px;
}
.product-detail .product-inner .title-wrap {
  background: #e9c5aa;
  text-align: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 13px 15px;
}
.product-detail .product-inner .title-wrap .title {
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  margin-bottom: 0;
  color: #fff;
}
.product-detail .product-inner .list-pro-wrap {
  padding: 10px 15px;
}
.product-detail .product-inner .list-pro-wrap .top-head {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.product-detail .product-inner .list-pro-wrap .top-head h3 {
  font-family: DM Sans;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-decoration: underline;
  color: #000000;
}
.product-detail .product-inner .list-pro-wrap ul {
  padding-bottom: 10px;
}
.product-detail .product-inner .list-pro-wrap ul li {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  align-items: center;
}
.product-detail .product-inner .list-pro-wrap ul li .pro-name {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  padding-right: 35px;
}
.product-detail .product-inner .list-pro-wrap ul li .quantity {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: right;
  color: #000000;
}

.filter-form form .form-group label {
  color: #353535;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.filter-form form .form-group .form-control {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #353535;
  opacity: 1;
  border-radius: 15px;
  border: 1px solid #c9a17c;
  background: #ffffff;
  padding: 8px 15px;
  box-shadow: none;
}
.filter-form form .form-group .form-control::-moz-placeholder {
  color: #353535;
  opacity: 0.7;
}
.filter-form form .form-group .form-control::placeholder {
  color: #353535;
  opacity: 0.7;
}

.related-product {
  background: #fff9f1;
  position: relative;
  z-index: 0;
  padding: 80px 0px;
}
.related-product .related-product-inner .owl-carousel .item {
  padding: 7px 0px;
}
.related-product .related-product-inner .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}
.related-product .related-product-inner .owl-theme .owl-nav {
  margin-top: 0px;
  position: absolute;
  top: -65px;
  right: 0;
}
.related-product .related-product-inner .owl-theme .owl-nav button {
  background-color: transparent;
}
.related-product .related-product-inner .owl-theme .owl-nav button img {
  width: 11px;
}

.news-page {
  padding: 40px 0;
}
.news-page .news-sidebar {
  background: #7ca330;
  padding: 10px;
}
.news-page .news-sidebar ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.news-page .news-sidebar ul li a {
  font-family: Futura Hv BT;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  display: block;
  padding: 14px 15px;
}
.news-page .news-sidebar ul li a:hover {
  background: rgba(255, 255, 255, 0.37);
}
.news-page .news-sidebar ul li a.active {
  background: rgba(255, 255, 255, 0.37);
}
.news-page .news-wrap {
  border-radius: 8px;
  border: 1px solid rgba(20, 20, 20, 0.05);
  background: #fff;
  box-shadow: 0px 2px 20px 0px rgba(119, 119, 119, 0.17);
}
.news-page .news-wrap .news-content {
  padding: 12px 15px;
}
.news-page .news-wrap .news-content h3 {
  font-family: Futura Hv BT;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}
.news-page .news-wrap .news-content .date {
  font-family: Futura Bk BT;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}

.news-slider .carousel .carousel-indicators {
  position: relative;
  right: 0%;
  top: 0;
  left: inherit;
  margin-bottom: 10px;
  margin-top: 15px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.news-slider .carousel .carousel-indicators button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0px;
  opacity: 0.6;
  border-top: 0px;
  border-bottom: 0px;
  margin-bottom: 10px;
  padding: 0;
  margin-right: 6px;
  margin-left: 6px;
}
.news-slider .carousel .carousel-indicators button img {
  width: 100%;
  padding: 0px;
  border-radius: 0px;
}
.news-slider .carousel .carousel-indicators .active {
  opacity: 1;
}

.carees {
  padding: 40px 0;
}
.carees .careees-wrap {
  border-top: 1px solid #737b7d;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
.carees .careees-wrap:last-child {
  border-bottom: 1px solid #737b7d;
}
.carees .careees-wrap p {
  font-family: Futura Bk BT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #292929;
}
.carees .full-time p {
  border: 1px solid #292929;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 30px;
  font-family: Futura Bk BT;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #292929;
}
.carees .content-wrap p b {
  font-family: Futura Hv BT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #292929;
}
.carees .content-wrap p,
.carees .content-wrap li {
  font-family: Futura Bk BT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #292929;
}

.careers-model .form-group {
  margin-bottom: 35px;
}
.careers-model .form-group label {
  color: #1d1d1d;
  font-family: Futura Hv BT;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 2px;
  text-transform: capitalize;
}
.careers-model .form-group .upload-control {
  background-color: #f2f2f2;
  display: inline-block;
  margin-top: 7px;
  padding: 5px 50px;
  font-family: Futura Bk BT;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  border-radius: 5px;
}
.careers-model .form-group .form-control {
  font-family: Futura Bk BT;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #444444;
  opacity: 1;
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #1d1d1d;
  background: #fff;
  padding: 5px 0px;
  box-shadow: none;
}
.careers-model .form-group .form-control::-moz-placeholder {
  color: #444444;
  opacity: 0.7;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}
.careers-model .form-group .form-control::placeholder {
  color: #444444;
  opacity: 0.7;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}
.careers-model .form-group .textarea {
  height: 120px;
  overflow-y: scroll;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.careers-model .form-group .textarea::-webkit-scrollbar {
  width: 8px;
  border-radius: 4px;
}
.careers-model .form-group .textarea::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 4px;
}
.careers-model .form-group .textarea::-webkit-scrollbar-thumb {
  background: #949494;
  border-radius: 4px;
}
.careers-model .form-group .textarea::-webkit-scrollbar-thumb:hover {
  background: #949494;
}
.careers-model .form-group .select {
  position: relative;
}
.careers-model .form-group .select .select-styled {
  font-family: Futura Bk BT;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  border: 1px solid #1d1d1d;
  background: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  margin-top: 5px;
}
.careers-model .form-group .select .select-styled::before {
  content: "\f0d7";
  position: absolute;
  color: #7ca330;
  right: 10px;
  font: normal normal normal 25px/1 FontAwesome;
}
.careers-model .form-group .select .select-styled.active::before {
  content: "\f106";
}
.careers-model .form-group .select .select-options {
  background: #fff;
  z-index: 1;
  list-style: none;
  display: none;
  padding-left: 0;
  position: absolute;
  width: 100%;
}
.careers-model .form-group .select .select-options li {
  color: #444;
  font-family: Futura Bk BT;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  padding: 10px 15px;
  display: block;
  border-bottom: 1px solid #1d1d1d;
  background: #fff;
}
.careers-model .btn-close {
  position: absolute;
  right: 15px;
  top: 10px;
  background: none;
  opacity: 1;
  z-index: 1;
}

.service-one {
  padding: 50px 0;
}
.service-one .service-left {
  background-color: #7ca330;
  padding: 20px 90px 20px 50px;
}
.service-one .service-img {
  margin-left: -85px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.service-two {
  padding: 50px 0;
}

.owl-featuredwork .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
}
.owl-featuredwork .owl-nav button {
  width: 70px;
}
.owl-featuredwork .owl-nav button img {
  width: 100%;
}

.service-three {
  padding-bottom: 50px;
  padding-top: 50px;
}
.service-three p {
  font-family: Futura Md BT;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.025em;
  text-align: center;
  color: #2c2c2c;
}

.filter-wrap {
  width: 100%;
}
.filter-wrap .dropdown .dropdown-toggle {
  border: 1px solid #ececec;
  background-color: #ffffff;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  border-radius: 5px;
  padding: 8px 15px;
  transition: all ease 0.4s;
  box-shadow: 0px 6px 20px 0px rgba(71, 71, 71, 0.2509803922);
}
.filter-wrap .dropdown .dropdown-toggle:after {
  content: "\f0d7";
  border: 0;
  font: normal normal normal 18px/1 FontAwesome;
  color: #c9a17c;
  position: absolute;
  right: 15px;
  top: 15px;
}
.filter-wrap .dropdown .dropdown-toggle.show:after {
  transform: rotate(180deg);
}
.filter-wrap .dropdown .dropdown-menu {
  background-color: #fff;
  width: 100%;
  border: 0;
  border-radius: 5px;
}
.filter-wrap .dropdown .dropdown-menu .dropdown-item {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #414141;
}
.filter-wrap .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #e9ecef !important;
}
.filter-wrap .dropdown .dropdown-menu .dropdown-item:active {
  background-color: #e9ecef !important;
}

.nice-select {
  width: 100% !important;
}
.nice-select:after {
  border-bottom: 2px solid #e9c5aa !important;
  border-right: 2px solid #e9c5aa !important;
  height: 10px !important;
  margin-top: -7px !important;
  right: 15px !important;
  width: 10px !important;
}
.nice-select .list {
  width: 100%;
  border: 1px solid #c9a17c;
  background: #ffffff;
  box-shadow: none !important;
  border-radius: 15px !important;
}

.location {
  padding: 60px 0px 40px 0;
}
.location .location-inner {
  box-shadow: 0px 2px 30px 0px rgba(183, 183, 183, 0.3098039216);
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  padding: 30px 0px;
}
.location .location-inner .contact-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -45px;
  width: 150px;
}
.location .location-inner .woodland {
  text-align: left;
  padding: 0;
  margin-left: -45px;
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 20px;
}
.location .location-inner .woodland div {
  display: block;
  width: 100%;
  text-align: center;
}
.location .location-inner .woodland h3 {
  font-family: Lora;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  color: #c9a17c;
  margin-bottom: 0px;
}
.location .location-inner .woodland img {
  padding-top: 0px;
  width: 90px;
  margin-bottom: 5px;
}
.location .location-inner .woodland p,
.location .location-inner .woodland a {
  font-family: Lora;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #353535;
}
.location .map-full {
  margin-left: -45px;
  z-index: -1;
  position: relative;
}

.contact {
  position: relative;
  z-index: 0;
  padding: 10px 0px 60px 0;
  background-color: #fff;
}
.contact .form-group label {
  color: #353535;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.contact .form-group .form-control {
  text-align: left;
  color: #737373;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  opacity: 1;
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #353535;
  background: #fff;
  padding: 8px 0px;
  box-shadow: none;
}
.contact .form-group .form-control::-moz-placeholder {
  color: #353535;
  opacity: 0.7;
}
.contact .form-group .form-control::placeholder {
  color: #353535;
  opacity: 0.7;
}
.contact .form-group .select {
  position: relative;
}
.contact .form-group .select .select-styled {
  font-family: Minion Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  border-bottom: 1px solid #737b7d;
  background: #fff;
  padding: 8px 0px;
}
.contact .form-group .select .select-styled::before {
  content: "\f107";
  position: absolute;
  right: 0;
  font: normal normal normal 25px/1 FontAwesome;
}
.contact .form-group .select .select-styled.active::before {
  content: "\f106";
}
.contact .form-group .select .select-options {
  background: #fff;
  list-style: none;
  display: none;
  padding-left: 0;
  position: absolute;
  width: 100%;
}
.contact .form-group .select .select-options li {
  color: var(--BODY, #444);
  font-family: Minion Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding: 10px 15px;
  display: block;
  border-bottom: 1px solid #000;
  background: #fff;
}

.text-justify {
  text-align: justify;
}

.about {
  padding: 50px 0;
}

.about2 {
  padding: 50px 0px;
}
.about2 .success-box button {
  color: #fff;
  text-align: center;
  font-family: Lora;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 127.5%; /* 38.25px */
  letter-spacing: 0.15px;
  text-transform: capitalize;
  border-radius: 10px;
  background: var(--main, #e9c5aa);
  border: 0;
  padding: 10px;
}

.about3 {
  padding: 50px 0;
}

.all-services {
  padding: 100px 0 50px;
}
.all-services .service-box {
  background: #ffffff;
}
.all-services .service-box .img-div {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.all-services .service-box .img-div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #6f441d 100%), rgba(211, 211, 211, 0) 50%/cover no-repeat;
}
.all-services .service-box .img-div .service-name {
  color: var(--main, #e9c5aa);
  font-family: Lora;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  left: 50%;
  bottom: 10px;
  translate: -50% 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
.all-services .service-box .service-content {
  padding: 15px;
}
.all-services .service-box .service-content p {
  color: #353535;
  text-align: center;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 50px */
}

.all-classes {
  padding: 80px 0 50px;
}
.all-classes .go-back-two {
  left: 0;
  top: -10px;
  position: absolute;
}

.class-box {
  position: relative;
  border-radius: 5px;
  border: 1px solid #efefef;
  background: var(--Pure-White, #fff);
  box-shadow: 0px 20px 30px 0px rgba(190, 190, 190, 0.25);
  padding-bottom: 25px;
}
.class-box .img-wrap {
  border-radius: 5px;
  overflow: hidden;
}
.class-box p {
  color: var(--text, #353535);
  text-align: center;
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 37.5px */
}
.class-box .class-name {
  color: var(--2nd, #c9a17c);
  text-align: center;
  font-family: Lora;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 131%; /* 32.75px */
}

.class-details-list .head {
  color: var(--2nd, #c9a17c);
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 40px */
}
.class-details-list .text {
  color: var(--text, #353535);
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 40px */
}

.project {
  background: transparent linear-gradient(181deg, #ffffff 0%, #ededed 100%) 0% 0% no-repeat padding-box;
  padding: 50px 0px;
}
.project .dropdown {
  margin-bottom: 70px;
  z-index: 1;
}
.project .dropdown .btn-light {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0.5px solid rgba(112, 112, 112, 0.4705882353);
  border-radius: 12px;
  text-align: left;
  padding-left: 25px;
  box-shadow: none;
}
.project .dropdown .btn-light::after {
  position: absolute;
  right: 5%;
  top: 48%;
}
.project .dropdown .dropdown-menu {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0.5px solid rgba(112, 112, 112, 0.4705882353);
  border-top: none;
  border-radius: 0;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  width: 100%;
  padding: 25px 0px 15px 0px;
  z-index: -1;
}
.project .dropdown .dropdown-menu li .dropdown-item {
  font: normal normal 500 15px/22px Libre Caslon Text;
  letter-spacing: -0.54px;
  color: #191919;
  text-transform: capitalize;
  opacity: 0.6;
  text-wrap: wrap;
  background: transparent;
}
.project .dropdown:hover > .dropdown-menu {
  display: block;
  transform: translate(0px, -8px);
}
.project .dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
.project .gallery-image {
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.8s ease;
}
.project .gallery-image:before {
  content: "";
  transition: all 0.8s ease;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  opacity: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(124, 163, 48, 0.8) 67.19%);
}
.project .gallery-image a .gallery-overlay {
  overflow: hidden;
}
.project .gallery-image a .gallery-overlay img {
  transition: all 0.4s ease;
  z-index: -1;
  position: relative;
}
.project .gallery-image a .gallery-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 15px;
  text-align: center;
}
.project .gallery-image a .gallery-content .gallery-wrap {
  transition: all 0.4s ease;
}
.project .gallery-image a .gallery-content .gallery-wrap .service-icon {
  width: 55px;
  transition: all 0.4s ease;
}
.project .gallery-image a .gallery-content .gallery-wrap .headingh1 {
  font-family: Futura Hv BT;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.4s ease;
}
.project .gallery-image a .gallery-content span {
  font-family: Libre Caslon Text;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  color: #e2e8ec;
  text-align: center;
  -webkit-text-decoration: underline #e2e8ec !important;
          text-decoration: underline #e2e8ec !important;
  opacity: 0;
  transition: all 0.4s ease;
}
.project .gallery-image:hover:before {
  opacity: 1;
}
.project .gallery-image:hover .gallery-content .gallery-wrap {
  transform: translate(0, 0px);
  transition: all 0.4s ease;
}
.project .gallery-image:hover .gallery-content .gallery-wrap .service-icon {
  filter: brightness(10);
}
.project .gallery-image:hover .gallery-content .gallery-wrap .headingh1 {
  color: #ffffff;
  opacity: 1;
}
.project .gallery-image:hover .gallery-content span {
  opacity: 1;
}

.project-detail {
  padding: 60px 0;
}
.project-detail .main-title {
  font-family: Futura Hv BT;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #7ca330;
}
.project-detail p {
  font-family: Futura Bk BT;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #292929;
}
.project-detail .project-gallery {
  position: relative;
  z-index: 0;
}
.project-detail .project-gallery a {
  display: block;
}

.project-modal .modal {
  background-color: rgba(0, 0, 0, 0.07);
}
.project-modal .modal .modal-dialog {
  top: 28px;
  max-width: 550px;
  width: 100%;
}
.project-modal .modal .modal-dialog .modal-content {
  padding: 0px;
  margin: auto;
  border-radius: 0px;
}
.project-modal .modal .modal-dialog .modal-content .btn-close {
  box-shadow: none;
  position: absolute;
  right: -8%;
  top: -4px;
  z-index: 1;
  font-size: 18px;
  background-image: url(../img/close-btn.webp);
  opacity: 1;
}
.project-modal .modal .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption {
  position: relative;
  z-index: 0;
  left: 0;
  bottom: 0;
  text-align: left;
  padding: 20px 28px;
}
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption .modal-title {
  font-family: Futura Hv BT;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  margin: 0px;
}
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption span {
  font-family: Futura Hv BT;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  color: #000;
  text-transform: capitalize;
  opacity: 0.4;
}
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption p {
  font-family: Futura Hv BT;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  color: #4e4e4e;
  margin-top: 10px;
  margin-bottom: 0;
}
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption .content-btn {
  position: absolute;
  right: 30px;
  top: 15px;
}
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption .content-btn .next-btn {
  color: #000;
  opacity: 0.4;
  cursor: pointer;
}
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption .content-btn .count-number {
  font-family: Futura Hv BT;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000;
  text-transform: capitalize;
  opacity: 1;
}
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev,
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translate(0%, -50%);
  opacity: 1;
}
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev .fa,
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next .fa {
  font-size: 26px;
  color: #fff;
}
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev {
  left: -10%;
}
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next {
  right: -10%;
}

.recipes-detail {
  padding: 50px 0px;
}
.recipes-detail .recipes-box .title-wrap {
  box-shadow: 0px 20px 30px 1px rgba(193, 193, 193, 0.2509803922);
  background: #e9c5aa;
  padding: 15px 15px;
  border-radius: 15px;
  text-align: center;
  min-width: 360px;
  display: inline-block;
}
.recipes-detail .recipes-box .title-wrap h3 {
  color: #fff;
  text-align: center;
  font-family: Lora;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
  line-height: normal;
}
.recipes-detail .recipes-box .des-wrap {
  padding: 15px 0px;
  color: #353535;
  font-family: DM Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.recipes-detail .recipes-box .des-wrap ol,
.recipes-detail .recipes-box .des-wrap ul {
  padding-left: 20px;
}
.recipes-detail .recipes-box .des-wrap ol li,
.recipes-detail .recipes-box .des-wrap ul li {
  margin-bottom: 8px;
}
.recipes-detail .desription h2 {
  color: #c9a17c;
  text-align: center;
  font-family: Lora;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 25px;
}
.recipes-detail .desription p {
  color: #353535;
  text-align: justify;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.filter-wrap-two {
  display: flex;
  align-items: center;
}
.filter-wrap-two li {
  margin-left: 40px;
}
.filter-wrap-two li a {
  color: #e9c5aa;
  font-family: Lora;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 28px;
  position: relative;
}
.filter-wrap-two li a:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #e9c5aa;
  left: 0;
  top: 7px;
  display: inline;
}
.filter-wrap-two li a:hover:before {
  background-color: #e9c5aa;
}
.filter-wrap-two li a.active:before {
  background-color: #e9c5aa;
}

.testimonials {
  padding: 40px 0 60px 0;
}
.testimonials .testimonial-wrap {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(165, 165, 165, 0.3);
}
.testimonials .testimonial-wrap .wrap-des {
  padding: 20px;
}
.testimonials .testimonial-wrap .wrap-des P {
  color: #000;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.testimonials .testimonial-wrap .wrap-content {
  border-radius: 0px 0px 10px 10px;
  background: #e9c5aa;
  padding: 15px 15px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.testimonials .testimonial-wrap .wrap-content img {
  width: 45px;
  margin-right: 10px;
  border-radius: 50%;
}
.testimonials .testimonial-wrap .wrap-content .title {
  color: #fff;
  text-align: center;
  font-family: Salsa;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.testimonials .testimonial-slider-main .owl-nav {
  margin-top: 15px;
}
.testimonials .testimonial-slider-main .owl-nav button {
  margin: 5px 15px;
}
.testimonials .testimonial-slider-main .owl-nav button img {
  width: 35px;
}

.testimonials-model h5 {
  color: #2d2e2e;
  font-family: Minion Pro;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: justify;
  margin-bottom: 15px;
}
.testimonials-model p {
  color: #2d2e2e;
  font-family: Minion Pro;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: justify;
}
.testimonials-model .btn-close {
  position: absolute;
  right: 10px;
  opacity: 1;
  top: 10px;
}

.grid:after {
  content: "";
  display: block;
  clear: both;
}

.grid-sizer,
.grid-item {
  width: 25%;
}

@media (max-width: 575px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}
.grid-item {
  float: left;
  padding: 15px 9px;
}

.grid-item img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 2300px) and (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 85% !important;
  }
  .services-section {
    background-position: 50% 25%;
  }
  header .navbar .navbar-nav .nav-item {
    margin: 0px 12px;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 991px) {
  .ml-minus20 {
    margin-left: -20px;
  }
  .g-lg-7 {
    --bs-gutter-x: 4rem;
    --bs-gutter-y: 4rem;
  }
}
@media (max-width: 1199px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 94%;
    width: 100%;
  }
  header .navbar .navbar-nav .nav-item {
    margin: 0px 14px;
  }
  header .navbar .right-nav .nav-item .contact-link {
    padding: 15px 15px;
  }
  .banner .banner-inner .banner-title {
    font-size: 32px;
    list-style: 42px;
  }
  .home1 .home1-inner .main-title {
    font-size: 32px;
    list-style: 42px;
  }
  .home1 .home1-inner p {
    margin: 16px 0;
  }
  .home2 {
    background-position: center;
  }
  .home2 .row .home2-inner .main-title {
    font-size: 32px;
    line-height: 42px;
  }
  .page-title .main-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }
  .page-title ul li {
    font-size: 14px;
  }
  .about .about-inner {
    padding: 0px 40px;
  }
  .about .about-inner p {
    line-height: 22px;
  }
  .project .gallery-image button .gallery-content span {
    font-size: 15px;
    line-height: 23px;
  }
  .location .headingh1 {
    margin-bottom: 18px;
  }
  .location .location-inner {
    padding-left: 0px;
  }
  .location .location-inner .woodland {
    margin-bottom: 0px;
  }
  .location .location-inner .woodland p br {
    display: none;
  }
}
@media (max-width: 1099px) {
  header .navbar .navbar-brand img {
    width: 110px;
  }
  header .navbar .navbar-nav .nav-item {
    margin: 0px 6px;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 13px;
    line-height: 20px;
  }
  header .navbar .right-nav .nav-item {
    margin: 0px 6px;
  }
  header .navbar .right-nav .nav-item .contact-link {
    font-size: 13px;
    line-height: 20px;
  }
  .about .about-inner {
    padding: 0px 20px;
  }
  .about .about-inner p {
    font-size: 14px;
  }
  .service-detail .service-detail-img {
    padding-right: 10px;
  }
  .service-detail .service-detail-inner {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    padding: 20px 0;
    position: fixed;
    width: 200px;
    left: 0;
    top: 0;
    z-index: 9;
    height: 100vh;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    background: #fff;
  }
  header .navbar .navbar-nav {
    display: block;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 13px;
    padding: 7px 0px;
  }
  header .navbar .navbar-nav .has-dropdown .drop-menu {
    position: static;
    display: none;
    width: 100%;
    box-shadow: none;
    background: none;
  }
  header .navbar .navbar-nav .has-dropdown .drop-menu .nav-item .nav-link {
    font-size: 12px;
  }
  header .navbar .navbar-nav .has-dropdown:hover .drop-menu {
    display: block;
  }
  header .navbar .right-nav .nav-item .contact-link {
    font-size: 12px;
    padding: 7px 12px;
  }
  footer .footer-top .footer-content .address {
    -moz-column-count: 2;
         column-count: 2;
  }
  footer .footer-top .footer-content .address li {
    margin-bottom: 10px;
  }
  .contact-section .contact-inner .title {
    font-size: 20px;
    line-height: 24px;
  }
  .banner .banner-inner {
    padding-left: 0;
  }
  .banner .banner-inner .banner-title {
    font-size: 24px;
    line-height: 32px;
  }
  .banner .banner-inner .sub-title {
    font-size: 18px;
    line-height: 24px;
  }
  .home1 .home1-inner .main-title {
    font-size: 28px;
    line-height: 36px;
  }
  .home1 .home1-inner p {
    margin: 12px 0;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
  }
  .home2 .row {
    padding: 0;
  }
  .home2 .row .home2-inner .main-title {
    margin-bottom: 6px;
  }
  .home2 .row .home2-inner p {
    margin-bottom: 15px;
  }
  .home4 .enquire {
    max-width: 100%;
  }
  .about .about-inner p {
    font-size: 15px;
    line-height: 24px;
  }
  .about .palm-tree {
    width: 130px;
    margin-left: 0px;
  }
  .service-detail {
    padding: 25px 0 70px 0;
  }
  .service-detail .service-detail-img {
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .service-detail .service-detail-inner {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .all-services {
    padding: 50px 0 30px;
  }
  .testimonials .testimonials-slider .owl-item.active {
    transform: scale(1);
    transform-origin: bottom;
  }
  .product-modal .modal .modal-dialog {
    max-width: 100%;
    width: auto;
  }
  .owl-theme.arrow-top-right .owl-nav button {
    width: 30px;
    height: 30px;
  }
  .services-section .owl-theme.arrow-top-right .owl-nav {
    top: -10%;
  }
  .all-classes .go-back-two {
    left: 0;
    position: relative;
  }
  .categories-section .img-1 {
    right: 0px;
    top: 20px;
    width: 85px;
  }
  .categories-section .img-3 {
    width: 85px;
  }
  .categories-section .img-2 {
    bottom: 75px;
    right: 0px;
    width: 85px;
  }
  .filter-wrap-two {
    display: block;
  }
  .filter-wrap-two li {
    margin-left: 0px;
  }
  .filter-wrap-two li a {
    font-size: 15px;
    padding-left: 24px;
  }
  .filter-wrap-two li a:before {
    width: 12px;
    height: 12px;
    top: 5px;
  }
  .service-one .service-left {
    padding: 15px;
  }
  .service-one {
    padding: 20px 0;
  }
  .service-two {
    padding: 20px 0;
  }
  .service-three {
    padding: 20px 0;
  }
  .owl-featuredwork .owl-nav {
    padding: 0 0px;
  }
  .owl-featuredwork .owl-nav button {
    width: 50px;
  }
  .project .gallery-image a .gallery-content .gallery-wrap .headingh1 {
    font-size: 18px;
    line-height: 24px;
  }
  .project-detail {
    padding: 20px 0;
  }
  .project-detail .main-title {
    font-size: 20px;
    line-height: 24px;
  }
  .news-page {
    padding: 20px 0;
  }
  .carees {
    padding: 20px 0;
  }
  .carees .careees-wrap {
    display: block;
  }
  .full-time {
    margin-bottom: 15px;
  }
  .home1 .home1-img .padding-a {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home1 .home1-img .padding-b {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home1 .home1-img .padding-c {
    padding-right: 0px;
    padding-left: 0px;
  }
  .home1 .home1-img .padding-c1 {
    padding-left: 0px;
  }
  .home1 .home1-img .padding-c2 {
    padding-right: 0px;
  }
  .btn {
    font-size: 12px;
    min-width: 120px;
    padding: 6px 12px;
  }
  footer .footer-top {
    padding: 30px 0px;
    text-align: center;
  }
  footer .footer-top::before {
    display: none;
  }
  footer .footer-top .links {
    padding-left: 0;
  }
  footer .footer-top .footer-content .footer-title {
    margin-bottom: 4px;
  }
  .main-title {
    font-size: 24px;
    line-height: 32px;
  }
  .service-one .service-img {
    margin-left: 0px;
  }
  .testimonials {
    padding: 20px 0 30px 0;
  }
  .box-wrap-two .des-wrap .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .box-wrap-three .des-wrap .title {
    font-size: 18px;
  }
  .box-wrap-three .des-wrap .position {
    font-size: 13px;
    line-height: 22px;
  }
  .home4 .contact-wrap {
    padding: 15px 15px 15px 15px;
  }
  .home4 .title-top {
    top: -30px;
    left: 0px;
  }
  .home4 .title-bottom {
    bottom: -20px;
    right: 0px;
  }
  .home4 .contact-wrap a {
    font-size: 14px;
    line-height: 22px;
  }
  .home4 .contact-wrap h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .home4 .contact-wrap img {
    width: 24px;
  }
  .banner .banner-top-des h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px !important;
  }
  .banner .banner-top-des p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px !important;
  }
  .home1 .home1-img {
    padding-right: 0;
  }
  .home2 {
    top: 0;
    padding: 40px 0px;
  }
  .home2 .row .home2-inner .main-title {
    font-size: 24px;
    line-height: 32px;
  }
  .home2.our-recipes-section {
    background-position: center;
    background-size: 100%;
  }
  .home2 .owl-project .content .main-title {
    font-size: 24px;
  }
  .home2 .service-slider .owl-nav .owl-prev {
    left: 0px;
  }
  .news-section .owl-theme.arrow-top-right .owl-nav {
    top: -35px;
  }
  .contact-section .contact-inner .title {
    font-size: 20px;
    line-height: 24px;
  }
  .contact-section .contact-inner:before {
    border-radius: 20px;
  }
  .contact-section img {
    border-radius: 20px;
    margin-top: 10px;
  }
  .home2 .service-slider .owl-nav .owl-next {
    right: 0px;
    margin-right: 5px !important;
  }
  .home3 .client-title {
    font-size: 20px;
  }
  .home3 .owl-carousel .owl-nav button img {
    width: 8px;
  }
  .home4 {
    padding: 50px 0;
  }
  .home4 .enquire .main-title {
    font-size: 35px;
  }
  .project {
    padding: 40px 0;
  }
  .project-modal .modal .modal-dialog {
    max-width: 450px;
    margin: auto;
  }
  .shop {
    padding: 20px 0;
  }
  .pagination {
    margin: 40px;
  }
  .shop-detail {
    padding: 20px 0;
  }
  .shop-detail .shop-inner {
    margin-top: 30px;
  }
  .shop-detail .shop-inner .shop-inner-content .heading-title {
    font-size: 22px;
  }
  .shop-detail .shop-inner .shop-inner-content .heading-title span {
    font-size: 22px;
  }
  .shop-detail .carousel {
    margin-right: 0;
  }
  .shop-detail .carousel .carousel-inner {
    width: 100%;
  }
  .related-product {
    padding: 25px 0px;
  }
  .heading-title {
    font-size: 24px;
    line-height: 32px;
  }
  .service {
    padding: 40px 0;
  }
  .service-detail {
    padding: 25px 0 40px 0;
  }
  .service-detail .service-detail-inner p {
    margin-bottom: 25px;
  }
  .location {
    padding: 20px 0 20px 0;
  }
  .project .dropdown .dropdown-menu li .dropdown-item {
    font-size: 14px;
  }
  .shop .sidebox .accordion-item .accordion-header .accordion-button::after {
    left: 12px;
  }
  .location .location-inner .woodland.border-left-right {
    border: 0;
  }
  .testimonials .quote-left {
    width: 70px;
  }
  .testimonials .quote-right {
    width: 70px;
  }
  .testimonials .testimonials-slider .owl-stage-outer {
    padding: 0px !important;
  }
  .contact {
    padding: 10px 0px 20px 0;
  }
  footer .footer-top .footer-content .address li {
    margin-bottom: 10px;
    justify-content: center;
  }
  footer .copyright p {
    text-align: center !important;
  }
  .location .map-full {
    margin-left: 0;
    margin-top: 25px;
  }
  .page-title .main-title {
    margin: 10px 0;
  }
  .page-title .title {
    font-size: 16px;
    line-height: 24px;
  }
  .shop-detail .shop-inner .count-list .counter {
    width: 200px;
  }
  footer .footer-title img {
    width: 180px;
  }
  footer .footer-top .footer-content .address {
    -moz-column-count: 1;
    column-count: 1;
  }
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media (max-width: 576px) {
  .page-title .main-title {
    font-size: 18px;
  }
  header .navbar .navbar-brand img {
    width: 130px;
  }
  .banner .banner-inner .sub-title {
    font-size: 16px;
    line-height: 24px;
  }
  .banner .banner-inner .banner-title {
    font-size: 24px;
    line-height: 32px;
  }
  .home1 {
    padding: 40px 0px 20px 0px;
  }
  .home1 .home1-inner .main-title {
    font-size: 24px;
    line-height: 32px;
  }
  .overlay .overlay-inner .overlay-img .overlay-hidden img {
    width: 24px;
  }
  footer .footer-top .footer-content .footer-title {
    font-size: 19px;
  }
  footer .footer-top .footer-content .address li p,
  footer .footer-top .footer-content .address li a {
    font-size: 13px;
    line-height: 16px;
  }
  footer .footer-top .footer-content .quick-links li a {
    font-size: 13px;
    line-height: 16px;
  }
  footer .footer-bottom .copyright p,
  footer .footer-bottom .copyright a {
    font-size: 13px;
  }
  .home3 .owl-carousel .item {
    justify-content: center;
  }
  .home3 .owl-carousel .owl-item img {
    width: 90%;
  }
  .about .about-inner {
    padding: 0;
  }
  .project .dropdown {
    margin-bottom: 50px;
  }
  .project-modal .modal .modal-dialog {
    max-width: 80%;
  }
  .project-modal .modal .modal-dialog .modal-content .btn-close {
    top: -8%;
    right: 0;
    font-size: 15px;
  }
  .project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev,
  .project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next {
    width: 35px;
    height: 35px;
  }
  .project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption {
    padding: 10px;
  }
  .project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption .modal-title {
    font-size: 24px;
    line-height: 32px;
  }
  .project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption span {
    font-size: 16px;
    line-height: 24px;
  }
  .project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption p {
    font-size: 13px;
    margin-top: 0;
  }
  .project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption .content-btn .count-number {
    font-size: 13px;
  }
  .related-product .related-product-inner .owl-theme .owl-nav {
    top: inherit;
    left: 0;
    margin: auto;
  }
  .related-product .related-product-inner .owl-theme .owl-nav button img {
    width: 8px;
  }
}
@media (max-width: 460px) {
  .page-title .main-title {
    font-size: 24px;
  }
  .banner .banner-inner .banner-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
  }
  .home4 .enquire .main-title {
    font-size: 24px;
    line-height: 32px;
  }
  .shop-detail .carousel .carousel-indicators {
    display: flex;
    height: auto;
    bottom: 0%;
    left: 0;
    right: 0;
    justify-content: space-between;
    position: relative;
    margin: 10px 0;
  }
  .shop-detail .carousel .carousel-inner {
    width: 100%;
  }
  .shop-detail .shop-inner .shop-inner-content p {
    margin-top: 15px;
  }
  .shop-detail .shop-inner .count-list {
    margin-top: 30px;
    justify-content: space-between;
  }
  .shop-detail .shop-inner .count-list .qty {
    font-size: 16px;
    margin-right: 0;
  }
  .shop-detail .shop-inner .count-list .counter {
    padding: 3px 10px;
    margin-right: 0;
  }
}/*# sourceMappingURL=style.css.map */