@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
html {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font: normal normal 500 13px/22px Plus Jakarta Sans;
  color: #2e2e2e;
  opacity: 1;
  padding-right: 0 !important;
}

.btn {
  font: normal normal bold 13px/18px Plus Jakarta Sans;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 0;
  min-width: 160px;
  padding: 10px 20px;
  box-shadow: none !important;
  transition: all ease 0.4s;
}

.btn-primary {
  background: #e9e9e9 0% 0% no-repeat padding-box;
  border: 0;
  color: #000;
  border: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background: #eeb455 0% 0% no-repeat padding-box !important;
}
.btn-primary .fa {
  position: relative;
  z-index: 0;
  font-size: 17px;
  left: 12px;
}

.btn-outline-primary {
  color: #000000;
  border: 1px solid #707070;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  border: 1px solid #335846;
  color: #ffffff !important;
  background: #335846 0% 0% no-repeat padding-box !important;
}

.btn-secondary {
  background: #eeb455 0% 0% no-repeat padding-box;
  border: 0;
  color: #fff;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: #ffffff !important;
  background: #335846 0% 0% no-repeat padding-box !important;
}
.btn-secondary img {
  margin-left: 8px;
}

.btn-link {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  min-width: 1px;
  text-align: left;
  padding: 0;
  text-transform: capitalize;
  letter-spacing: 0;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  color: #eeb455 !important;
}
.btn-link .fa {
  font-size: 17px;
  margin-right: 10px;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background: #335846 0% 0% no-repeat padding-box;
  border: 0.5px solid #335846;
  text-shadow: 0 0.5px 0 transparent;
}

a {
  text-decoration: none !important;
}

.heading1 {
  font: normal normal bold 44px/52px Cormorant;
  color: #335846;
  text-transform: uppercase;
}

.sub-heading {
  font: normal normal bold 14px/24px Plus Jakarta Sans;
  letter-spacing: 2px;
  color: #000000;
  text-transform: uppercase;
}

.form-control {
  background: transparent;
  border-radius: 0;
  font: normal normal 500 12px/18px Plus Jakarta Sans;
  color: #fff;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5411764706);
  padding: 5px 0;
  box-shadow: none !important;
}
.form-control::-moz-placeholder {
  color: #fff;
}
.form-control::placeholder {
  color: #fff;
}
.form-control:focus, .form-control:active {
  color: #fff;
  border-bottom: 1px solid #fff !important;
  background: transparent 0% 0% no-repeat padding-box;
}

.modal {
  --bs-modal-border-radius: 0;
  padding: 0 !important;
  top: 28px;
}
.modal .modal-dialog {
  z-index: 99999;
  width: 100%;
  margin: auto;
}
.modal .modal-dialog .btn-close {
  position: absolute;
  background-image: url(../img/close-btn.webp);
  font-size: 16px;
  right: 0;
  top: -28px;
  opacity: 1;
  z-index: 1;
  box-shadow: none !important;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.whatsapp-icon {
  position: fixed;
  right: 0;
  bottom: 40px;
  text-align: center;
  z-index: 9;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dfdfdf;
  padding: 5px;
}
.whatsapp-icon .whatsapp-red {
  display: none;
}

.owl-theme .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 100%;
  height: 45px;
  z-index: -1;
}
.owl-theme .owl-nav button {
  position: absolute;
  z-index: 1;
  margin: 0;
  width: 40px;
  height: 40px;
  background-color: #fff !important;
  opacity: 1 !important;
  border-radius: 50% !important;
}
.owl-theme .owl-nav button .fa {
  color: #8f8f8f;
  font-size: 18px;
  transition: all ease 0.3s;
}
.owl-theme .owl-nav button:hover .fa {
  color: #eeb455;
}
.owl-theme .owl-dots {
  margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: #fff !important;
  width: 50px !important;
  height: 5px !important;
}
.owl-theme .owl-dots .active span {
  background-color: #eeb455 !important;
}

main {
  padding-top: 152px;
}

.fixed {
  background-color: #fff;
  position: fixed !important;
  top: -99px;
  width: 100%;
  left: 0;
  z-index: 999;
  transform: translate(0, 99px) scale(1);
  transition: 0.9s !important;
}

header {
  position: absolute;
  width: 100%;
}
header .top-navbar {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 16px;
}
header .top-navbar .top-bar ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top-navbar .top-bar ul li {
  display: flex;
  align-items: center;
}
header .top-navbar .top-bar ul li img {
  margin-right: 8px;
}
header .top-navbar .top-bar ul li p {
  font: normal normal 600 11px/15px Plus Jakarta Sans;
  color: #000000;
  margin-bottom: 0;
}
header .navbar {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(75, 75, 75, 0.1215686275);
  z-index: 999;
  transition: 0.2s;
  padding: 0;
  position: relative;
  z-index: 0;
}
header .navbar::before {
  content: "";
  position: absolute;
  width: 45%;
  height: 1px;
  background-color: rgba(75, 75, 75, 0.337254902);
  left: 0;
  top: 42px;
  z-index: 1;
}
header .navbar::after {
  content: "";
  position: absolute;
  width: 45%;
  height: 1px;
  background-color: rgba(75, 75, 75, 0.337254902);
  right: 0;
  top: 42px;
  z-index: 1;
}
header .navbar .navbar-toggler {
  box-shadow: none;
  border: 0;
  padding: 0;
}
header .navbar .navbar-toggler .fa-bars {
  font-size: 20px;
  color: #335846;
}
header .navbar .navbar-nav {
  padding-top: 30px;
}
header .navbar .navbar-nav .nav-item .nav-link {
  font: normal normal bold 13px/18px Plus Jakarta Sans;
  color: #335846;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 0;
  transition: all ease 0.3s;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #eeb455;
}

@media (min-width: 992px) {
  header .navbar .navbar-collapse {
    display: flex !important;
    align-items: center;
    width: 100%;
  }
  .navbar-nav {
    flex-direction: row;
  }
}
footer {
  background-image: url(../img/footer-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
footer .flower {
  position: absolute;
  height: 90%;
  top: 50%;
  translate: 0 -50%;
}
footer .folwer1 {
  left: 26.2%;
}
footer .folwer2 {
  right: 26.2%;
}
footer .footer-title {
  font: normal normal 800 18px/26px Plus Jakarta Sans;
  color: #eeb455;
  margin-bottom: 18px;
}
footer .footer-top .footer-logo img {
  width: 120px;
}
footer .footer-top .footer-logo p {
  font: normal normal 500 12px/23px Plus Jakarta Sans;
  color: #fff;
  margin-bottom: 24px;
}
footer .footer-top .footer-links ul li {
  margin-bottom: 12px;
}
footer .footer-top .footer-links ul li a {
  font: normal normal 400 12px/18px Plus Jakarta Sans;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
}
footer .footer-top .footer-links .link1 {
  -moz-column-count: 2;
       column-count: 2;
}
footer .footer-top .footer-links .social-link li {
  margin-right: 18px;
}
footer .footer-top .footer-links .social-link li img {
  width: 32px;
}
footer .footer-top .links2 {
  align-items: center;
}
footer .footer-top .links2 li {
  font-size: 20px;
  font-weight: 200;
  color: #fff;
  margin: 0 8px;
}
footer .footer-top .links2 li a {
  font: normal normal 400 12px/22px Plus Jakarta Sans;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
}
footer .copyright {
  position: relative;
  top: 75px;
}
footer .copyright p,
footer .copyright a {
  font: normal normal 500 12px/19px Plus Jakarta Sans;
  color: #fff;
  text-transform: capitalize;
}
footer .footer-border {
  border-left: 10px solid #eeb455;
  border-right: 10px solid #eeb455;
}

.home-contact {
  padding: 60px 0;
  position: relative;
  z-index: 0;
}
.home-contact .business-hours {
  position: absolute;
  right: 14%;
  top: 0;
  z-index: 1;
  max-width: 300px;
  background: #fff;
  padding: 0;
}
.home-contact .business-hours .business-text {
  position: relative;
  z-index: 0;
  padding: 25px 25px;
}
.home-contact .business-hours .business-text .heading1 {
  font-size: 32px;
  line-height: 38px;
}
.home-contact .business-hours .business-text ul li {
  margin-bottom: 20px;
}
.home-contact .business-hours .business-text ul li p {
  margin-bottom: 5px;
}
.home-contact .business-hours .business-text ul li .time {
  font: normal normal 600 20px/28px Plus Jakarta Sans;
  color: #eeb455;
}
.home-contact .home-address {
  background-color: #f7f4ef;
  padding: 60px 0 60px 85px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.home-contact .home-address ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.home-contact .home-address ul li .img-icon {
  width: 45px;
  height: 45px;
  background: #ffffff 0% 0% no-repeat padding-box;
  display: grid;
  place-items: center;
  margin-right: 20px;
}
.home-contact .home-address ul li a span,
.home-contact .home-address ul li p span {
  font: normal normal bold 15px/24px Plus Jakarta Sans;
  color: #000;
}
.home-contact .home-address ul li p {
  font: normal normal 500 14px/20px Plus Jakarta Sans;
  color: #000;
  margin-bottom: 5px;
}
.home-contact .flower {
  position: absolute;
  z-index: -1;
}
.home-contact .flower8 {
  left: 0;
  top: 0;
  width: 230px;
}
.home-contact .flower9 {
  right: 0;
  top: 0;
  height: 100%;
}
.home-contact .flower10 {
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 240px;
}

.banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner .carousel button {
  width: 50px;
  height: 50px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0509803922);
  border-radius: 50%;
  left: 50px;
  translate: 0 -50%;
  opacity: 1;
  rotate: 90deg;
}
.banner .carousel button .fa {
  color: #8f8f8f;
  font-size: 24px;
  padding-bottom: 3px;
  transition: all ease 0.4s;
}
.banner .carousel button:hover .fa {
  color: #eeb455;
}
.banner .carousel .carousel-control-prev {
  top: 45%;
}
.banner .carousel .carousel-control-next {
  top: 55%;
}
.banner .carousel .carousel-indicators {
  display: grid;
  place-items: center;
  top: 50%;
  translate: 0 -50%;
  left: inherit;
  right: 50px;
  margin: 0;
  height: 80px;
  margin: 0 auto;
}
.banner .carousel .carousel-indicators button {
  translate: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 0 0 0 1px #fff;
  display: block;
  opacity: 1;
  rotate: 0deg;
  border: 0;
  transition: all ease 0.4s;
}
.banner .carousel .carousel-indicators .active {
  background-color: #fff;
}

.home1 {
  padding: 40px 0;
}

.home2 {
  background-image: url(../img/home2-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 70px 0;
  position: relative;
  z-index: 0;
}
.home2 .flower {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 26%;
}
.home2 .flower3 {
  left: 0;
  scale: -1 1;
}
.home2 .flower4 {
  right: 0;
}
.home2 .heading1 {
  color: #eeb455;
}
.home2 .what-offer {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.0901960784);
  padding: 40px 30px 25px 30px;
  position: relative;
  z-index: 0;
}
.home2 .what-offer .flower5 {
  left: 0;
  width: 100%;
}
.home2 .what-offer .what-logo {
  width: 130px;
  height: 130px;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #eeb455;
  margin: auto;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 0;
  margin-bottom: 15px;
}
.home2 .what-offer .what-logo::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all ease 0.4s;
}
.home2 .what-offer .what-logo img {
  background-color: #fff;
  border-radius: 50%;
}
.home2 .what-offer .what-title {
  font: normal normal bold 22px/28px Cormorant;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 0;
}
.home2 .what-offer p {
  font-size: 12px;
}
.home2 .what-offer .what-icon {
  width: 32px;
}
.home2 .what-offer:hover .what-logo::before {
  background-color: #eeb455;
}
.home2 .owl-carousel .owl-item img {
  margin: auto;
}
.home2 .owl-theme .owl-nav .owl-prev {
  left: -90px;
}
.home2 .owl-theme .owl-nav .owl-next {
  right: -90px;
}

.home3 {
  padding: 50px 0;
}

.home4 {
  background-image: url(../img/home4-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 70px 0;
  padding: 60px 0;
}
.home4 .client-para p {
  margin-bottom: 0;
}

.client-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e8cf9b;
  padding: 30px 25px;
  position: relative;
  z-index: 0;
  height: 100%;
}
.client-box .flower {
  position: absolute;
  z-index: -1;
  top: 50%;
  translate: 0 -50%;
  height: 94%;
}
.client-box .flower6 {
  right: 0;
}
.client-box .flower7 {
  left: 0;
}
.client-box .client-inner {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeb455;
}
.client-box .client-inner .client-profile {
  width: 100px;
  height: 100px;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #eeb455;
  margin: auto;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 0;
}
.client-box .client-inner .client-profile::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all ease 0.4s;
}
.client-box .client-inner .client-profile img {
  background-color: #fff;
  border-radius: 50%;
}
.client-box .client-inner .client-info .client-name {
  font: normal normal bold 18px/24px Cormorant;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 0;
}
.client-box .client-inner .client-info .reviews .fa {
  font-size: 15px;
  color: #eeb455;
  margin-right: 3px;
}
.client-box .client-text {
  margin-top: 30px;
}

.page-banner {
  position: relative;
  z-index: 0;
}
.page-banner img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.page-text {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  translate: 0 -50%;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.page-text .heading1 {
  font-size: 58px;
  line-height: 65px;
}

.breadcumb {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.breadcumb li {
  font: normal normal bold 16px/24px Cormorant;
  color: #000000;
  text-transform: uppercase;
  margin: 0 8px;
}
.breadcumb li a {
  color: #000;
}
.breadcumb li .square {
  width: 8px;
  height: 8px;
  background-color: #eeb455;
  rotate: 45deg;
}

.gallery {
  padding: 40px 0 80px 0;
}
.gallery .nav-pills .nav-item {
  margin: 0 12px;
}
.gallery .nav-pills .nav-item .nav-link {
  font: normal normal bold 18px/26px Cormorant;
  color: #000000;
  padding: 0;
}
.gallery .nav-pills .nav-item .active {
  background-color: transparent;
}
.gallery .gallery-box {
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.gallery .gallery-box .btn-hide {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.gallery .gallery-box .btn-hide img {
  width: 32px;
}
.gallery .gallery-box:hover .btn-hide {
  opacity: 1;
  visibility: visible;
}

.gallery-modal .modal .modal-dialog {
  max-width: 35%;
}

.pagination .page-item {
  margin: 0px 3px;
}
.pagination .page-item a {
  display: grid;
  place-items: center;
  border: 1px solid #e8cf9b;
  width: 40px;
  height: 40px;
  box-shadow: none;
  background-color: #fff;
  font: normal normal 500 14px/24px Plus Jakarta Sans;
  color: #000;
  padding: 0;
  border-radius: 0 !important;
  margin: 0 !important;
}

.services {
  background-image: none;
}
.services .heading1 {
  color: #335846;
}
.services .what-offer {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.0901960784);
}

.service-detail {
  padding: 70px 0;
}

.certificate {
  background-size: cover;
  padding: 70px 0;
}
.certificate .certificate-box {
  cursor: pointer;
}

.certificate-modal .modal .modal-dialog {
  max-width: 24%;
}
.certificate-modal .modal .modal-dialog .btn-close {
  right: -32px;
  top: 0;
}

.project-modal .modal .modal-dialog .btn-close {
  filter: brightness(1);
  right: 15px;
  top: -20px;
}

.info {
  padding: 60px 0;
}
.info .blog-content {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e8cf9b;
  padding: 25px 25px;
}
.info .blog-content .info-title {
  font: normal normal bold 24px/30px Cormorant;
  color: #000000;
  text-transform: uppercase;
}
.info .blog-content .btn {
  margin-bottom: 5px;
}

.info-single {
  padding: 60px 0;
}

.linked-btn {
  display: flex;
  justify-content: space-between;
}
.linked-btn li a {
  font: normal normal 500 14px/24px Plus Jakarta Sans;
  color: #000000;
}
.linked-btn li a .fa {
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
}

.map {
  margin-bottom: -8px;
}

.contact {
  padding: 90px 0;
  overflow: hidden;
}
.contact .business-hours {
  right: 13%;
  max-width: 460px;
}
.contact .business-hours .business-box {
  position: relative;
  z-index: 0;
}
.contact .business-hours .business-box .book-now-bg {
  position: absolute;
  z-index: -1;
}
.contact .business-hours .business-box .heading1 {
  font-size: 32px;
  line-height: 40px;
}
.contact .business-hours .business-box .contact-form {
  padding: 45px 40px 35px 40px;
}
.contact .business-hours .business-box .contact-form form label {
  font: normal normal 500 12px/18px Plus Jakarta Sans;
  color: #ffffff;
}
.contact .business-hours .btn-primary {
  background: #fff 0% 0% no-repeat padding-box;
}

.testimonial {
  padding: 60px 0;
}

.shop {
  padding: 70px 0;
}
.shop .sidebox {
  background: #faf4e7 0% 0% no-repeat padding-box;
  padding: 25px 30px;
}
.shop .sidebox .side-title {
  font: normal normal bold 20px/28px Cormorant;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.shop .sidebox ul li {
  margin-bottom: 6px;
}
.shop .sidebox ul li a {
  font: normal normal 500 14px/24px Plus Jakarta Sans;
  color: #000000;
}
.shop .sidebox ul li a .fa {
  font-size: 17px;
  margin-right: 12px;
}

.shop-box {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e8cf9b;
}
.shop-box a .shop-inner {
  padding: 15px 15px;
}
.shop-box a .img-div {
  position: relative;
  z-index: 0;
}
.shop-box a .img-div .hide-btn {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.shop-box a .shop-text {
  padding: 20px 0 50px 0;
  text-align: center;
}
.shop-box a .shop-text .catagory {
  font: normal normal 500 13px/18px Plus Jakarta Sans;
  color: #2e2e2e;
  margin-bottom: 3px;
}
.shop-box a .shop-text .name {
  font: normal normal bold 20px/28px Cormorant;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}
.shop-box a .shop-text .price {
  font: normal normal 600 20px/28px Plus Jakarta Sans;
  text-align: center;
  color: #eeb455;
  margin-bottom: 5px;
}
.shop-box a .shop-text .price del {
  color: #8f8f8f;
}
.shop-box .cart-btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.shop-box:hover .img-div .hide-btn {
  opacity: 1;
  visibility: visible;
}

.shop-detail {
  padding: 70px 0px;
}
.shop-detail .shop-inner .shop-inner-content {
  margin-bottom: 25px;
}
.shop-detail .shop-inner .shop-inner-content .remote-title {
  font: normal normal 600 15px/22px Plus Jakarta Sans;
  color: #2e2e2e;
  margin-top: 0;
  margin-bottom: 5px;
}
.shop-detail .shop-inner .shop-inner-content .product-heading {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5803921569);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.shop-detail .shop-inner .shop-inner-content .product-heading .heading1 {
  color: #000;
  font-size: 32px;
  line-height: 38px;
  margin-right: 25px;
}
.shop-detail .shop-inner .shop-inner-content .product-heading .price {
  font: normal normal 600 28px/32px Plus Jakarta Sans;
  color: #eeb455;
}
.shop-detail .shop-inner .shop-inner-content P {
  margin-top: 20px;
  margin-bottom: 0;
}
.shop-detail .shop-inner .count-list .qty {
  font: normal normal bold 18px/26px Cormorant;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 25px;
}
.shop-detail .shop-inner .count-list .counter-inner {
  border: 1px solid rgba(129, 129, 129, 0.5607843137);
  margin-right: 28px;
}
.shop-detail .shop-inner .count-list .counter-inner .count-nummber .count-number {
  font: normal normal 600 17px/24px Plus Jakarta Sans;
  color: #000000;
}
.shop-detail .shop-inner .count-list .counter-inner ul li {
  border-left: 1px solid rgba(129, 129, 129, 0.5607843137);
  border-bottom: 1px solid rgba(129, 129, 129, 0.5607843137);
  background: #ffffff 0% 0% no-repeat padding-box;
  height: 24px;
  width: 28px;
  display: grid;
  place-items: center;
  transition: all ease 0.3s;
}
.shop-detail .shop-inner .count-list .counter-inner ul li a {
  font: normal normal 600 18px/24px Plus Jakarta Sans;
  color: #000000;
  position: relative;
  top: -2px;
  z-index: 0;
}
.shop-detail .carousel .carousel-indicators {
  display: block;
  margin-left: 0;
  top: 0;
  left: 28px;
  right: inherit;
  margin-bottom: 0;
  height: 100%;
}
.shop-detail .carousel .carousel-indicators button {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f2f2f2 0% 0% no-repeat padding-box;
  border: 1px solid #dfdfdf;
  opacity: 1;
  margin-bottom: 10px;
}
.shop-detail .carousel .carousel-inner {
  border: 1px solid #dfdfdf;
  width: 76.5%;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.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%;
}

.related-product {
  padding: 70px 0;
}

.about1 {
  padding: 60px 0;
}

.about2 {
  margin-bottom: -125px;
}

.mission-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.0901960784);
  padding: 25px 30px;
  height: 100%;
}
.mission-box .mission-title {
  font: normal normal bold 20px/28px Cormorant;
  color: #000000;
  text-transform: uppercase;
}
.mission-box .what-icon {
  margin: 8px 0;
}

.about3 {
  padding: 180px 0 60px 0;
  background-size: cover;
}
.about3 .core-box {
  padding: 25px 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.6039215686);
  height: 100%;
}
.about3 .core-box .core-title {
  font: normal normal bold 20px/28px Cormorant;
  color: #000000;
  text-transform: uppercase;
}
.about3 .core-box .what-icon {
  margin: 8px 0;
}

.about-modal .modal .modal-dialog {
  max-width: 50%;
}
.about-modal .modal .modal-dialog .btn-close {
  background-image: url(../img/close-btn1.webp);
  top: 10px;
  right: 10px;
  font-size: 18px;
}
.about-modal .modal .modal-dialog .modal-content .modal-body .mission-box ol li {
  margin-bottom: 8px;
}

.animated {
  animation-duration: 0 ms !important;
  animation-fill-mode: both !important;
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.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;
}

.terms {
  padding: 40px 0px;
}
.terms p {
  font: normal normal 500 14px/24px Plus Jakarta Sans;
  letter-spacing: 0px;
  color: #335846;
}
.terms li {
  font: normal normal 500 14px/24px Plus Jakarta Sans;
  letter-spacing: 0px;
  color: #335846;
}
.terms .sidebar a {
  display: block;
  font: normal normal 500 13px/20px Plus Jakarta Sans;
  color: #2c2c2c;
  padding-bottom: 15px;
}
.terms .sidebar a:hover {
  font: normal normal bold 16px/20px Plus Jakarta Sans;
}
.terms .sidebar a .active {
  font: normal normal bold 16px/20px Plus Jakarta Sans;
}
.terms .date {
  font-weight: 600;
  font-size: 18px;
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #335846;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background: #335846;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #335846;
}

@media only screen and (min-width: 1799px) {
  footer .flower1 {
    left: 31.6%;
  }
  footer .flower2 {
    right: 31.6%;
  }
}
@media only screen and (max-width: 1199px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 96%;
    width: 100%;
  }
  header .top-navbar .top-bar ul li p {
    font-size: 9px;
    line-height: 13px;
  }
  header .navbar .navbar-toggler .fa {
    color: #000;
  }
  .home2 .owl-theme .owl-nav .owl-prev {
    left: -50px;
  }
  .home2 .owl-theme .owl-nav .owl-next {
    right: -50px;
  }
  .home-contact .business-hours {
    right: 8%;
  }
  footer .folwer1 {
    left: 23%;
  }
  footer .folwer2 {
    right: 23%;
  }
  .about-modal .modal .modal-dialog {
    max-width: 70%;
  }
}
@media only screen and (max-width: 1099px) {
  footer .folwer1 {
    left: 22%;
  }
  footer .folwer2 {
    right: 22%;
  }
  .shop-detail .carousel .carousel-inner {
    width: 73%;
  }
  .home-contact .home-address {
    padding: 50px 0 50px 50px;
  }
  .contact .business-hours {
    right: 4%;
  }
  .certificate-modal .modal .modal-dialog {
    max-width: 28%;
  }
}
@media only screen and (max-width: 991px) {
  main {
    padding-top: 136px;
  }
  .heading1 {
    font: normal normal bold 36px/44px Cormorant;
  }
  header .navbar {
    padding: 15px 0;
  }
  header .navbar::before, header .navbar::after {
    display: none;
  }
  header .navbar .navbar-nav {
    display: block;
    padding: 0;
  }
  header .navbar .navbar-nav .nav-item {
    margin: 0;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    text-align: left;
    padding: 10px 0;
  }
  .navbar-collapse {
    background: #fff 0% 0% no-repeat padding-box;
    padding: 20px 15px;
    position: fixed;
    width: 200px;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    height: 100vh;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    overflow: scroll;
  }
  .navbar-collapse::-webkit-scrollbar {
    display: none;
  }
  .banner .carousel button {
    width: 40px;
    height: 40px;
    left: 40px;
  }
  .banner .carousel .carousel-control-next {
    top: 59%;
  }
  .banner .carousel .carousel-indicators {
    right: 40px;
    height: 70px;
  }
  .banner .carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
  }
  .home2 .owl-theme .owl-nav {
    display: none !important;
  }
  .home2 .what-offer {
    padding: 40px 20px 25px 20px;
  }
  .home2 .what-offer .what-title {
    font-size: 20px;
  }
  .client-box {
    padding: 25px 10px;
  }
  .client-box .client-inner .client-profile {
    width: 80px;
    height: 80px;
  }
  .client-box .client-inner .client-info .client-name {
    font: normal normal bold 16px/24px Cormorant;
  }
  footer {
    padding: 50px 0 20px 0;
  }
  footer .copyright {
    position: relative;
    top: 0;
  }
  footer .flower {
    top: 50px;
    translate: 0;
    width: 108px;
    height: auto;
  }
  footer .folwer1 {
    left: 11%;
  }
  footer .folwer2 {
    right: 11%;
  }
  .home-contact {
    padding: 0 0 50px 0;
  }
  .home-contact .business-hours {
    position: static;
    width: 100%;
    max-width: 50%;
    margin-right: auto;
    margin-left: 30px;
    margin-bottom: 20px;
  }
  .home-contact .home-address {
    padding: 40px 0 40px 40px;
  }
  .contact .business-hours {
    max-width: 100%;
  }
  .contact .business-hours .business-box {
    overflow: hidden;
  }
  .page-text .heading1 {
    font-size: 40px;
    line-height: 48px;
  }
  .gallery-modal .modal .modal-dialog {
    max-width: 45%;
  }
  .info .blog-content {
    padding: 25px 20px;
  }
  .info .blog-content .info-title {
    font: normal normal bold 20px/26px Cormorant;
  }
  .shop-detail .carousel .carousel-indicators {
    left: 15px;
  }
  .shop-detail .shop-inner .shop-inner-content .remote-title {
    font-size: 13px;
    line-height: 18px;
  }
  .shop-detail .shop-inner .shop-inner-content .product-heading .heading1 {
    font-size: 26px;
    line-height: 32px;
  }
  .shop-detail .shop-inner .shop-inner-content .product-heading .price {
    font-size: 22px;
    line-height: 28px;
  }
  .shop-detail .shop-inner .count-list .qty {
    font: normal normal bold 16px/24px Cormorant;
  }
  .certificate-modal .modal .modal-dialog {
    max-width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  main {
    padding-top: 115px;
  }
  header .navbar .navbar-brand img {
    width: 80px;
  }
  .home-contact .business-hours {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  footer .folwer1 {
    left: 0;
  }
  footer .folwer2 {
    right: 0;
  }
  .page-banner {
    height: 40vh;
  }
  .gallery-modal .modal .modal-dialog {
    max-width: 60%;
  }
  .about2 {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .about3 {
    padding: 50px 0;
  }
  .about3 .core-box1 {
    border: 0;
  }
  .shop {
    padding: 50px 0;
  }
  .certificate-modal .modal .modal-dialog {
    max-width: 44%;
  }
}
@media only screen and (max-width: 575px) {
  main {
    padding-top: 110px;
  }
  .btn {
    font: normal normal bold 12px/15px Plus Jakarta Sans;
    min-width: 140px;
    padding: 10px 15px;
  }
  .sub-heading {
    font: normal normal bold 12px/22px Plus Jakarta Sans;
  }
  .heading1 {
    font: normal normal bold 30px/38px Cormorant;
  }
  .banner .carousel button {
    width: 35px;
    height: 35px;
    left: 28px;
  }
  .banner .carousel button .fa {
    font-size: 18px;
    padding-bottom: 0;
  }
  .banner .carousel .carousel-control-prev {
    top: 42%;
  }
  .banner .carousel .carousel-indicators {
    right: 25px;
  }
  .home-contact .home-address {
    padding: 35px 15px 35px 15px;
  }
  .home-contact .flower8 {
    width: 120px;
  }
  .shop-detail .shop-inner .shop-inner-content .remote-title {
    font-size: 13px;
  }
  .shop-detail .shop-inner .shop-inner-content .heading1 {
    font-size: 22px;
  }
  .shop-detail .shop-inner .shop-inner-content .price {
    font-size: 20px;
    line-height: 28px;
  }
  .shop-detail .carousel .carousel-inner {
    width: 100%;
  }
  .shop-detail .carousel .carousel-indicators {
    display: flex;
    position: static;
    margin-right: 0;
    margin-top: 15px;
  }
  footer .footer-border {
    border: 0;
  }
  footer .flower {
    display: none;
  }
  .breadcumb li {
    font: normal normal bold 12px/20px Cormorant;
    margin: 0 5px;
  }
  .breadcumb li .square {
    width: 6px;
    height: 6px;
  }
  .gallery-modal .modal .modal-dialog {
    max-width: 90%;
  }
  .info .blog-content .btn {
    padding: 0;
  }
  .shop-box a .shop-text .catagory {
    font-size: 11px;
  }
  .shop-box a .shop-text .name {
    font: normal normal bold 18px/26px Cormorant;
  }
  .shop-box a .shop-text .price {
    font: normal normal bold 18px/26px Plus Jakarta Sans;
  }
  .about3 .core-box {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6039215686);
  }
  .about-modal .modal .modal-dialog {
    max-width: 94%;
  }
  .shop-box a .shop-inner {
    padding: 10px 10px;
  }
  .shop-box a .img-div .hide-btn img {
    width: 34px;
  }
  .certificate-modal .modal .modal-dialog {
    max-width: 75%;
  }
}
@media only screen and (max-width: 460px) {
  .sub-heading {
    font: normal normal bold 10px/20px Plus Jakarta Sans;
  }
  .heading1 {
    font: normal normal bold 30px/36px Cormorant;
  }
  .page-text .heading1 {
    font-size: 32px;
    line-height: 38px;
  }
  .banner .carousel button {
    display: none;
  }
  .banner .carousel .carousel-indicators {
    right: 15px;
  }
  .home-contact .home-address ul li {
    display: block;
  }
  .home-contact .home-address ul li .img-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .home-contact .flower8 {
    display: none;
  }
  footer .footer-top .footer-links .link1 {
    -moz-column-count: 1;
         column-count: 1;
  }
  .gallery .nav-pills .nav-item {
    margin: 0 10px;
  }
  .gallery .nav-pills .nav-item .nav-link {
    font: normal normal bold 16px/24px Cormorant;
  }
  .shop-box .btn-secondary {
    min-width: 1px;
    font-size: 10px;
  }
  .shop-detail .carousel .carousel-indicators button {
    width: 65px;
    height: 65px;
  }
  .contact .business-hours .business-box .heading1 {
    font-size: 28px;
    line-height: 36px;
  }
  .contact .business-hours .business-box .contact-form {
    padding: 40px 25px 35px 25px;
  }
  .contact .business-hours .business-box .book-now-bg {
    height: 100%;
  }
  .linked-btn li a {
    font: normal normal 500 11px/15px Plus Jakarta Sans;
  }
  .certificate-modal .modal .modal-dialog {
    max-width: 85%;
  }
  .certificate-modal .modal .modal-dialog .btn-close {
    right: 0;
    top: -25px;
  }
  .breadcumb {
    align-items: self-start;
  }
  .breadcumb li .square {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 375px) {
  footer .footer-top .links2 li {
    margin: 0 5px;
  }
}/*# sourceMappingURL=style.css.map */