@font-face {
  font-family: "Milchella";
  src: url("../font/Milchella Regular.eot");
  src: url("../font/Milchella Regular.eot?#iefix") format("embedded-opentype"), url("../font/Milchella Regular.woff2") format("woff2"), url("../font/Milchella Regular.woff") format("woff"), url("../font/Milchella Regular.svg#Milchella Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FD;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("../font/Poppins Medium.eot");
  src: url("../font/Poppins Medium.eot?#iefix") format("embedded-opentype"), url("../font/Poppins Medium.woff2") format("woff2"), url("../font/Poppins Medium.woff") format("woff"), url("../font/Poppins Medium.svg#Poppins Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins Regular.eot");
  src: url("../font/Poppins Regular.eot?#iefix") format("embedded-opentype"), url("../font/Poppins Regular.woff2") format("woff2"), url("../font/Poppins Regular.woff") format("woff"), url("../font/Poppins Regular.svg#Poppins Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}
@font-face {
  font-family: "Poppins Light";
  src: url("../font/Poppins Light.eot");
  src: url("../font/Poppins Light.eot?#iefix") format("embedded-opentype"), url("../font/Poppins Light.woff2") format("woff2"), url("../font/Poppins Light.woff") format("woff"), url("../font/Poppins Light.svg#Poppins Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}
@font-face {
  font-family: "Figtree Light";
  src: url("../font2/Figtree Light.eot");
  src: url("../font2/Figtree Light.eot?#iefix") format("embedded-opentype"), url("../font2/Figtree Light.woff2") format("woff2"), url("../font2/Figtree Light.woff") format("woff"), url("../font2/Figtree Light.svg#Figtree Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins";
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #f4f4f4;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.p-v-70 {
  padding: 70px 0;
}

.p-v-80 {
  padding: 80px 0;
}

.p-v-60 {
  padding: 60px 0;
}

.p-v-90 {
  padding: 90px 0;
}

.p-v-100 {
  padding: 100px 0;
}

.p-t-50 {
  padding-top: 50px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.relative {
  position: relative;
}

h2,
h1 {
  font-size: 58px;
  font-weight: 400;
  line-height: 1.1;
  font-family: "Milchella";
  color: #373225;
}

h1 {
  font-size: 42px;
  font-family: "Milchella";
  color: #333333;
  font-weight: 400;
}

h3 {
  font-size: 42px;
  font-family: "Milchella";
  color: #333333;
  font-weight: 400;
}

h4 {
  font-size: 23px;
  font-family: "Poppins Medium";
  font-weight: 500;
}

h5 {
  font-size: 35px;
  font-family: "Poppins Medium";
  font-weight: 500;
}

p {
  line-height: 1.4;
  font-size: 18px;
  font-family: "Poppins Light";
  color: #3b3b3b;
  font-weight: 300;
}

.about-one_button {
  position: relative;
}
.about-one_button .btn-style-three {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  overflow: hidden;
  text-align: center;
  border-radius: 100px;
  display: inline-block;
  padding: 13px 60px;
  color: #2d2d2d;
  font-family: "Figtree Light";
  background-color: #f6cb5b;
}
.about-one_button .btn-style-three:before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 1;
  background-color: #000;
}
.about-one_button .btn-style-three .btn-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-one_button .btn-style-three .btn-wrap .text-one {
  color: #2d2d2d;
}
.about-one_button .btn-style-three:hover .btn-wrap .text-one {
  color: #fff !important;
}
.about-one_button .btn-style-three:hover:before {
  top: -40%;
}

.form-control {
  height: 43px;
  border: 0;
  border-bottom: 1px solid #7e7e7e;
  border-radius: 0;
  padding-left: 0;
  color: #595959;
  background-color: transparent;
}
.form-control:focus {
  box-shadow: none;
  border-color: #f6cb5b;
}
.form-control::-moz-placeholder {
  color: #595959;
  font-size: 18px;
  font-weight: 400;
}
.form-control::placeholder {
  color: #595959;
  font-size: 18px;
  font-weight: 400;
}

textarea {
  resize: none;
}

.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.5s;
}
header.fixed {
  background-color: rgba(39, 39, 39, 0.2117647059);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
header.fixed a {
  color: #000 !important;
}
header.fixed hr {
  display: none;
}
header .stellarnav ul {
  display: flex;
  justify-content: end;
  align-items: center;
}
header .stellarnav ul li a {
  padding: 20px 24px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  transition: all 0.5s;
}
header .stellarnav ul li a:hover {
  color: #fff;
}
header .logo img {
  width: 212px;
}

.banner {
  position: relative;
  z-index: 1;
}
.banner .swiper-slide {
  z-index: 1;
}
.banner .swiper-slide::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
  width: 65%;
  height: 100%;
}
.banner .swiper-slide .text {
  position: relative;
  z-index: 2;
}
.banner .swiper-slide .text h2,
.banner .swiper-slide .text h1,
.banner .swiper-slide h4,
.banner .swiper-slide p {
  color: #fff;
}
.banner h4 {
  font-size: 33px;
  color: #373225;
  font-weight: 400;
  margin: 15px 0;
}
.banner .news-card {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: top center;
}
.banner p {
  font-weight: 600;
  color: #000;
}
.banner img {
  border-radius: 50%;
  height: 498px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #f6cb5b;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
}

.store {
  padding-bottom: 50px !important;
  background-color: #f4f4f4;
}
.store .btn-style-three {
  background-color: #cecceb;
}
.store .box {
  border-radius: 2.036rem;
  height: 384px;
  background-position: right center;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  display: flex;
  padding: 0 14px;
  margin-bottom: 33px;
}
.store .content {
  display: inline-flex;
  height: 202px;
  width: 241px;
  background-color: #fff;
  border-radius: 1.036rem;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 37px 18px 25px;
}
.store .content h4 {
  font-family: "Figtree Light";
  font-size: 1.5rem;
  color: #333333;
  font-weight: 300;
}
.store .content h4 strong {
  font-weight: 700;
}
.store .content p {
  color: #3b3b3b;
  font-size: 13px;
}
.store .box2 {
  border: 1px solid #c8c2c2;
}

.occasions {
  border-bottom: 1px solid #c3b694;
}
.occasions p {
  font-weight: 300;
}
.occasions .product-box-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  gap: 30.9px;
}
.occasions .product-box-list .wrap-box {
  width: 100%;
}
.occasions .product-box-list .product-box img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 186px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.occasions .product-box-list h4 {
  color: #000;
  text-align: center;
  margin-top: 16px;
  font-size: 16px;
}

.wrap {
  background-color: #f4f4f4;
}
.wrap .product-box-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.wrap .product-box-list .wrap-box {
  width: 100%;
}
.wrap .product-box-list .product-box {
  background-color: #fff;
  border: 1px solid #d5cfcf;
  border-radius: 20px;
  height: 256px;
  padding: 37px;
}
.wrap .product-box-list .product-box img {
  height: 202px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.wrap .product-box-list h4 {
  color: #000;
  text-align: center;
  margin-top: 16px;
}

.gifting {
  z-index: 1;
}
.gifting::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(248, 204, 201, 0.53);
  z-index: -1;
}
.gifting .product-box-list {
  gap: 0;
  display: flex;
}
.gifting .product-box-list h4 {
  text-align: start;
  font-size: 35px;
  font-weight: 500;
}
.gifting .product-box-list {
  gap: 0 !important;
}
.gifting .product-box {
  transition: transform 0.3s ease;
  transform-origin: bottom;
}
.gifting .product-box:hover {
  transform: scaleY(1.09);
}

.product2 h4 {
  font-size: 30px;
  font-family: "Figtree Light";
  font-weight: 400;
  color: #333333;
  margin-bottom: 14px;
}
.product2 h3 {
  margin-bottom: 0;
}
.product2 h4 {
  font-size: 30px;
  font-weight: 400;
  font-family: "Poppins Medium";
  color: #000;
}

.general h3 {
  font-family: "Figtree Light";
  font-weight: 400;
  font-size: 35px;
  color: #333333;
}
.general p {
  color: #3b3b3b;
}

.brand p {
  font-size: 14px;
  font-family: "Figtree Light";
}
.brand .box {
  border: 1px solid #737373;
  border-radius: 20px;
  text-align: center;
  padding: 17px;
  height: 100%;
  text-align: start;
  padding: 14px 12px;
}
.brand .box .image-box {
  border-radius: 50%;
  width: 4.433rem;
  height: 4.433rem;
  flex: 0 0 4.433rem;
}
.brand .box p {
  font-size: 0.625rem;
  color: #000;
  font-weight: 300;
}
.brand .box a {
  margin-top: 22px;
  font-size: 0.853rem;
  font-weight: 500;
}
.brand .icon {
  max-width: 53%;
}
.brand .brand-product p {
  margin-top: 21px;
  margin-bottom: 0;
}
.brand .brand-product .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.brand .icon-box {
  gap: 15px;
  align-items: center;
  margin-bottom: 7px;
  justify-content: center;
  text-align: center;
}
.brand a {
  font-weight: 500;
  font-size: 15px;
  color: #000;
  text-align: center;
}
.brand h4 {
  font-family: "Figtree Light";
  font-size: 35px;
  font-weight: 400;
}
.brand .about-one_button .btn-style-three {
  padding: 13px 45px;
}

.box-wrap h3 {
  font-family: "Milchella";
}

.box-wrap p {
  color: #3b3b3b;
  margin-top: 32px;
}

.one {
  background-color: #cac7f8;
}

.two {
  background-color: #fbc7c7;
}

.service {
  background-color: #ffedc0;
}
.service strong {
  font-weight: 700;
}
.service .service-para {
  font-family: "Poppins Medium";
  font-size: 18px;
}
.service img {
  border-radius: 20px;
  width: 100%;
  height: 17.49rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.service h4 {
  color: #000;
  font-family: "Poppins Medium";
  font-weight: 500;
  font-size: 26px;
  margin: 1.824rem 0 1.069rem;
}
.service p {
  color: #000;
  font-family: "Figtree Light";
  font-weight: 300;
}

.light {
  color: #3b3b3b !important;
}

.industries {
  background-color: #fbc7c7;
}
.industries h4 {
  font-size: 22px;
}
.industries p {
  color: #3b3b3b !important;
}

.event {
  background-color: #ffedc0;
}
.event .image {
  z-index: 1;
}
.event .image::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -82px;
  background-color: #e8e2d3;
  width: 36.092rem;
  height: 36.092rem;
  border-radius: 50%;
  z-index: -1;
}

.three {
  background-color: #f6f0e3;
}

.home-form {
  background-color: #f4f4f4;
}
.home-form iframe {
  border-radius: 20px;
}
.home-form .box {
  background-color: #fff;
  border: 1px solid #c8c3c3;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 35px;
}
.home-form .box h4 {
  font-size: 16px;
}
.home-form a {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  transition: all 0.4s;
}
.home-form a:hover {
  color: #8c7f61;
}
.home-form a h4 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Poppins Medium";
}
.home-form .home-contact-form {
  background-color: #fafafa;
  border-radius: 76px;
  padding: 40px 80px 53px;
}
.home-form .input-group-addon {
  position: absolute;
  right: 0;
  top: 7px;
}
.home-form .form-control:disabled,
.home-form .form-control[readonly] {
  background-color: transparent;
}
.home-form form {
  margin-top: 18px;
}
.home-form form .datepicker {
  padding: 0;
}
.home-form form button {
  border: 0;
  padding: 13px 90px;
}

footer .top-footer {
  background-color: #333333;
  padding-top: 47px;
  padding-bottom: 40px;
  color: #fff;
}
footer .top-footer .footer-icon a {
  font-size: 24px;
}
footer .top-footer .footer-icon {
  gap: 20px;
  margin-top: 15px;
}
footer .top-footer a {
  color: #fff;
  transition: all 0.5;
}
footer .top-footer a:hover {
  color: #f6cb5b;
}
footer .top-footer h6 {
  font-size: 20px;
  font-family: "Figtree Light";
  font-weight: 400;
}
footer .top-footer .footer-list {
  position: relative;
}
footer .top-footer .footer-list .footer-button {
  position: absolute;
  top: 0;
  right: 0;
}
footer .top-footer .footer-list .theme-btn {
  background-color: #f6cb5b;
  border: 1px solid #f6cb5b;
  padding: 8px;
}
footer .top-footer .footer-list .form-control {
  padding-left: 11px;
  padding-right: 156px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
}
footer .top-footer .footer-list .form-control:focus {
  background-color: transparent;
}
footer .top-footer .footer-list .form-control::-moz-placeholder {
  font-size: 14px;
  color: #fff;
}
footer .top-footer .footer-list .form-control::placeholder {
  font-size: 14px;
  color: #fff;
}
footer .top-footer .news p {
  color: #fff;
  font-size: 21px;
  font-family: "Milchella";
}
footer .bottom-footer {
  background-color: #3d3d3d;
  color: #fff;
  padding: 15px 0 11px;
}
footer .bottom-footer a {
  color: #fff;
  transition: all 0.5;
}
footer .bottom-footer a:hover {
  color: #f6cb5b;
}
footer .bottom-footer p {
  margin: 0;
  font-size: 16px;
  font-family: "Poppins Medium";
  font-weight: 500;
  color: #ededed;
}

.host {
  background-color: #f0daa4;
}
.host .wrap {
  background-color: #fff;
  padding: 30px;
  border: 1px solid rgba(45, 45, 45, 0.4117647059);
}
.host .upcoming-events {
  height: 437px;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.host .event-item {
  background: #fafafa;
  border: 1px solid #e8e1d5;
  padding: 20px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.host .event-item:hover {
  border: 1px solid #333333;
}
.host .upcoming-events::-webkit-scrollbar {
  width: 7px;
}
.host .contact-options {
  display: grid;
  gap: 12px;
  height: 100%;
}
.host .contact-option {
  background: #fafafa;
  border: 1px solid #e8e1d5;
  border-radius: 0;
  padding: 12px 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  height: 100px;
}
.host .contact-option:hover {
  background: #f5f5f5;
  border-color: #333333;
}
.host .upcoming-events::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.host .upcoming-events::-webkit-scrollbar-thumb {
  background-color: #333333;
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.host .upcoming-events::-webkit-scrollbar-thumb:hover {
  background-color: #a33d3d;
}
.host .event-date {
  font-size: 0.8rem;
  color: #8c7f61;
  margin-bottom: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.host .event-location {
  font-size: 0.85rem;
  color: #8a8a8a;
}
.host .event-details {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e8e1d5;
}
.host .event-description {
  font-size: 0.8rem;
  color: #6b6b6b;
  margin-bottom: 8px;
}
.host .event-title {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 8px;
  color: #3a3a3a;
}
.host .view-details-btn {
  background: none;
  border: 1px solid #333333;
  color: #333333;
  padding: 6px 12px;
  font-size: 0.8rem;
  transition: all 0.3s ease;
  margin-right: 8px;
}
.host .schedule-btn {
  background: #333333;
  border: 1px solid #333333;
  color: #fff;
  padding: 6px 12px;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}
.host .view-details-btn:hover {
  background: #333333;
  color: #fff;
}
.host .nav-pills .nav-link.active,
.host .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #373225;
  border-radius: 0;
}
.host .nav-pills .nav-link {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  position: relative;
}
.host .nav-pills {
  border: 1px solid #373225;
}
.host .nav-pills li {
  width: 50%;
}
.host .nav-pills .nav-link {
  width: 100%;
}
.host .tab-pane {
  margin-top: 10px;
}
.host .option-description {
  font-size: 0.85rem;
  color: #8a8a8a;
  line-height: 1.3;
}
.host .option-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 4px;
  color: #3a3a3a;
}

.home-list {
  padding: 30px 0 70px;
}
.home-list .home-list-box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 9px;
  justify-content: center;
}
.home-list .home-list-box::after {
  position: absolute;
  content: "";
  top: 25%;
  z-index: -1;
  border: 1px solid #6e6e6e;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.home-list .home-list-box .box {
  width: 100%;
  text-align: center;
}
.home-list .home-list-box .box img {
  width: 169px;
  height: 169px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-list .home-list-box .box h5 {
  font-size: 15px;
  font-weight: 500;
  color: #1f1f1f;
  margin: 25px 0 17px;
}
.home-list .home-list-box .box h5 span {
  font-size: 20px;
}
.home-list .home-list-box .box p {
  font-size: 16px;
  font-weight: 300;
  color: #3b3b3b;
}

.crafting .text {
  margin-right: 81px;
}
.crafting .box {
  border-radius: 50%;
  position: absolute;
  width: 143px;
  height: 143px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
}
.crafting .box::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.51);
  z-index: -1;
  border-radius: 50%;
}
.crafting .box h5 {
  font-size: 12px;
  padding: 0 3px;
  color: #fff;
}
.crafting .crafting-circle {
  border: 1px solid rgba(51, 51, 51, 0.3215686275);
  width: 491px;
  height: 491px;
  border-radius: 50%;
}
.crafting .box1 {
  bottom: 45px;
  left: -37px;
}
.crafting .box2 {
  top: -62px;
  left: 158px;
}
.crafting .box3 {
  bottom: -50px;
  right: 166px;
}
.crafting .box5 {
  right: -29px;
  top: 54px;
}
.crafting .box6 {
  bottom: 45px;
  right: -37px;
}
.crafting .box4 {
  top: 68px;
  left: -50px;
}

.banner.inner-banner .news-card {
  height: 535px;
  padding: 57px 0 0;
  align-items: center;
}
.banner.inner-banner img {
  height: 100%;
  border-radius: 0;
}

.wrap-box p {
  font-size: 13px;
  margin: 4px 0;
}
.wrap-box center {
  padding: 8px 0;
}
.wrap-box small {
  color: #666;
}
.wrap-box span {
  display: inline-block;
  margin: 0 4px;
  font-size: 13px;
  color: #ccc;
}
.wrap-box span b {
  color: #8c7f61;
}
.wrap-box .checkbox {
  display: flex;
  gap: 6px;
  justify-content: center;
}
.wrap-box .checkbox input {
  display: none;
}
.wrap-box .checkbox label {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.wrap-box .checkbox input[type=radio]:checked + label {
  outline: 2px solid #000;
  outline-offset: 6px;
}
.wrap-box .checkbox input[type=radio]:checked + label {
  outline: 1px solid #666;
  outline-offset: 3px;
}

.product-lising-page {
  background-color: #f4f4f4;
  padding: 50px 0;
}
.product-lising-page .wrap-box {
  margin-bottom: 15px;
  display: block;
}
.product-lising-page .wrap {
  height: unset !important;
}
.product-lising-page .product-box {
  background-color: #fff;
  border: 1px solid #d5cfcf;
  border-radius: 20px;
  height: 300px;
  padding: 37px;
}
.product-lising-page h4 {
  color: #000;
  margin-top: 16px;
  margin-bottom: 26px;
}
.product-lising-page .side-bar {
  height: 398px;
  position: sticky;
  top: 123px;
  border-radius: 23px;
  padding: 25px;
}
.product-lising-page .side-bar h3 {
  font-size: 29px;
  font-family: "Milchella";
  font-weight: 400;
}
.product-lising-page .side-bar .nav-link {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins Medium";
  color: #000;
  text-align: left;
  padding-left: 0;
  border-bottom: 1px dashed #fff;
  padding-bottom: 19px;
  margin-bottom: 13px;
}
.product-lising-page .side-bar .nav-link:last-child {
  border-bottom: 0;
}
.product-lising-page .side-bar .nav-pills .nav-link.active,
.product-lising-page .side-bar .nav-pills .show > .nav-link {
  color: #000;
  background-color: transparent;
}

/* ---- grid ---- */
.grid {
  width: 100%;
}

.grid-item {
  width: 24.5%;
  height: auto;
  padding: 0 5px;
  margin-bottom: 23px;
}
.grid-item img {
  width: 100%;
  height: 100%;
}

.w-40 {
  width: 45%;
  margin-top: 30px;
}

.w-10 {
  width: 11.75%;
}

.w-10 img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.w-30 {
  width: 25%;
  margin-top: 30px;
}

.w-55 {
  width: 55%;
}

.noBorder img {
  border-color: transparent !important;
}

.road-map-main {
  margin: 50px 0 51px;
}

.road-map-main .road-map-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 279px;
}

@media (max-width: 991px) {
  .road-map-main .road-map-wrapper {
    margin-bottom: 25px;
    height: auto;
    display: block;
  }
}
.road-map-main .road-map-wrapper::before {
  content: "";
  width: 100%;
  clear: both;
  display: block;
}

.road-map-main .road-map-wrapper::after {
  content: "";
  position: absolute;
  left: 61%;
  background: url(../image/about/7.webp) no-repeat;
  background-size: 100%;
  content: "";
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
}

.road-map-main .road-map-wrapper .road-map-circle {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: #000;
  border-right-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}

@media (max-width: 992px) {
  .road-map-main .road-map-wrapper .road-map-circle {
    position: unset;
    border: 1px solid #000;
  }
}
.road-map-main .road-map-wrapper .road-map-circle .road-map-circle-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
  color: #fff;
  position: absolute;
  top: -140px;
  left: 311px;
  /* right: 0; */
  /* bottom: 0; */
  margin: auto;
  transform: rotate(-45deg);
}

.road-map-circle-text h3 {
  font-size: 48px;
  font-family: "Poppins Medium";
}

.road-map-circle-text h2 {
  font-size: 70px;
  font-family: "Poppins Medium";
  line-height: 0.7;
}

.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-circle .road-map-circle-text {
  top: 289px;
  right: 300px;
  left: auto;
  /* bottom: 0; */
  margin: auto;
  transform: rotate(-45deg);
}

.road-map-main .road-map-wrapper .road-map-card {
  width: 57%;
  background: #333333;
  padding: 20px 15px 10px 61px;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 32px;
  display: flex;
  justify-content: flex-end;
  text-align: right;
  border-radius: 130px;
  -webkit-border-radius: 130px;
  -moz-border-radius: 130px;
  -ms-border-radius: 130px;
  -o-border-radius: 130px;
}

.road-map-main .road-map-wrapper .road-map-card::before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 0 7px 15px;
  border-color: transparent transparent transparent #333;
  transform: rotate(0deg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  z-index: -1;
}

@media (max-width: 991px) {
  .road-map-main .road-map-wrapper .road-map-card {
    width: 100%;
    margin-top: 30px;
    position: unset;
  }
  .road-map-main .road-map-wrapper .road-map-card::before {
    content: "";
    width: 20px;
    height: 30%;
    top: 50%;
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (max-width: 425px) {
  .road-map-main .road-map-wrapper .road-map-card {
    top: 45%;
  }
}
.road-map-main .road-map-wrapper .road-map-card .card-head {
  font-size: 20px;
  font-family: "Poppins Medium";
  text-transform: capitalize;
  color: #fff;
  margin: 0;
}

.road-map-main .road-map-wrapper .road-map-card h5 {
  font-size: 15px;
  font-family: "Poppins Medium";
  color: #fff;
}

.road-map-main .road-map-wrapper .road-map-card .card-text {
  color: #e5e5e5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-family: "Poppins Light";
}

.road-map-card span {
  width: 180px;
  flex: 0 0 180px;
}

@media (max-width: 1199px) {
  .road-map-main .road-map-wrapper .road-map-card .card-text {
    -webkit-line-clamp: 4;
  }
}
.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-circle {
  border-bottom-color: #000;
  border-left-color: #000;
  border-top-color: transparent;
  border-right-color: transparent;
}

@media (max-width: 991px) {
  .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-circle {
    border-color: #7a7bd7;
  }
}
.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card {
  right: 0;
  left: auto;
  flex-direction: row-reverse;
  justify-content: flex-start;
  text-align: left;
  padding: 20px 61px 10px 15px;
}

.road-map-main .road-map-wrapper:nth-of-type(even)::after {
  content: "";
  position: absolute;
  left: auto;
  right: 61%;
  background: url(../image/about/7.webp) no-repeat;
  background-size: 100%;
  content: "";
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
}

.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
  left: -15px;
  right: unset;
  border-width: 7px 15px 7px 0;
  border-color: transparent #333 transparent transparent;
}

@media (max-width: 991px) {
  .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
    content: "";
    width: 20px;
    height: 30%;
    top: 50%;
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (max-width: 425px) {
  .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
    top: 45%;
  }
}
.gift {
  background: #ffedc0;
}
.gift h5 {
  font-size: 32px;
}

.product-page {
  background-image: url(../image/bg2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-thumbnail-page {
  padding: 120px 0 53px;
}
.product-thumbnail-page .product-image-box .swiper-slide-active {
  width: 100%;
  background-color: #fff;
}
.product-thumbnail-page .product-slider-img .swiper-wrapper .swiper-slide {
  padding: 28px;
  background-color: #fff;
  border-radius: 37px;
  border: 1px solid #bcbcbc;
  text-align: center;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-thumbnail-page .product-slider-img .swiper-wrapper .swiper-slide img {
  height: 121px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.product-thumbnail-page .product-slider-img {
  margin-top: 22px;
}
.product-thumbnail-page .product-option > p del {
  color: #767676;
  font-weight: 400;
}
.product-thumbnail-page .ratio_square-2 .swiper-slide {
  background-color: #fff;
  border-radius: 37px;
  border: 1px solid #bcbcbc;
  text-align: center;
  height: 584px;
  padding: 40px;
}
.product-thumbnail-page .product-detils-content {
  margin-left: 21px;
}
.product-thumbnail-page .product-detils-content p {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
}
.product-thumbnail-page .product-detils-content .list {
  margin-top: 13px;
  margin-left: 27px;
}
.product-thumbnail-page .product-detils-content .list li {
  list-style: disc;
  font-size: 15px;
  font-weight: 500;
  color: #3d3d3d;
}
.product-thumbnail-page .product-form h5 {
  font-size: 20px;
  font-weight: 700;
}
.product-thumbnail-page .product-form .checkbox {
  display: flex;
  gap: 21px;
}
.product-thumbnail-page .product-form .checkbox input {
  display: none;
}
.product-thumbnail-page .product-form .checkbox label {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.product-thumbnail-page .product-form .checkbox input[type=radio]:checked + label {
  outline: 2px solid #000;
  outline-offset: 6px;
}

button {
  border: 0;
}

.product-details-tab .accordion-item {
  background-color: transparent;
  border: none;
}
.product-details-tab .accordion-button {
  background-color: transparent;
  font-size: 1.25rem;
  box-shadow: none !important;
  border-bottom: #ccc 1px solid !important;
  font-weight: bold;
}
.product-details-tab .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.product-details-tab .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.product-details-tab .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.product-details-tab .accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}
.product-details-tab #pills-tab2 {
  border-bottom: 1px solid #999999;
  padding-bottom: 27px;
}
.product-details-tab #pills-tab2 .nav-link {
  color: #000 !important;
  font-weight: 700;
  font-size: 20px;
  position: relative;
}
.product-details-tab #pills-tab2 .nav-link::after {
  position: absolute;
  content: "";
  background-color: #f6cb5b;
  transition: all 0.3s ease;
  bottom: -29px;
  left: 0;
  width: 0;
  height: 4px;
}
.product-details-tab #pills-tab2 .nav-link.active::after {
  width: 100%;
}
.product-details-tab h6 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 16px;
}
.product-details-tab p {
  font-size: 15px;
  color: #3d3d3d;
  font-weight: 600;
  margin-bottom: 0;
}
.product-details-tab .list {
  margin-left: 18px;
}
.product-details-tab .list li {
  font-size: 15px;
  font-weight: 500;
  list-style: disc;
}

.nav-pills .nav-link.active {
  background-color: transparent;
}

.contact-form .home-contact-form {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.contact-form form {
  margin-top: 0;
}
.contact-form form .col-md-6 {
  margin-top: 0;
}
.contact-form form .col-md-12 {
  margin-top: 70px;
}
.contact-form .contact-location {
  margin-left: 22px;
}
.contact-form .contact-location .social {
  margin-top: 30px;
}
.contact-form .contact-location .social a {
  display: flex;
  gap: 15px;
}
.contact-form .contact-location .social h5 {
  font-size: 15px;
  font-weight: 700;
  font-family: "Figtree Light";
  margin-bottom: 2px;
}
.contact-form .contact-location .social p {
  font-size: 15px;
  font-weight: 400;
  font-family: "Figtree Light";
  color: #575757;
}
.contact-form .contact-location .mail {
  background-color: #fff;
  width: 43px;
  height: 44px;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  flex: 0 0 43px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-form .btn-style-three {
  padding: 13px 81px;
}

.map {
  padding: 80px 0 100px;
}
.map iframe {
  border-radius: 20px;
}

#exampleModal .modal-content {
  border-radius: 70px;
  padding: 25px 25px 47px;
}
#exampleModal .modal-header {
  padding-bottom: 0;
  border-bottom: 0;
}
#exampleModal .modal-header {
  padding-bottom: 0;
  border-bottom: 0;
}
#exampleModal .col-md-12 {
  margin-top: 58px;
}
#exampleModal textarea {
  height: 134px !important;
  resize: none;
}

.bg-img {
  height: 500px;
}

.active-slide {
  border: 2px solid #000;
  transition: border 0.3s;
}

.newSection.two,
.voilet {
  background: #8684ff;
}
.newSection.two h3,
.newSection.two p,
.voilet h3,
.voilet p {
  color: #fff;
}
.newSection.two ul,
.voilet ul {
  margin-top: 21px;
}
.newSection.two ul li,
.voilet ul li {
  color: #fff;
  display: flex;
  gap: 9px;
  align-items: baseline;
  margin-bottom: 11px;
}
.newSection.two ul li strong,
.voilet ul li strong {
  margin-right: 5px;
}

.event .image.imageBox {
  height: 859px;
}
.event .image.imageBox img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 70px;
}

.newEvent {
  background: unset;
}
.newEvent img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 70px;
}

.newSection .imgBoxes {
  height: 859px;
  position: relative;
  z-index: 1;
}
.newSection .imgBoxes::before {
  position: absolute;
  height: 578px;
  width: 578px;
  border-radius: 50%;
  background-color: #e8e2d3;
  z-index: -1;
  content: "";
  left: -25%;
  top: 18%;
}
.newSection .imgBoxes img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 70px;
}

.newSec .imgBoxs {
  height: 284px;
  margin-bottom: 25px;
}
.newSec .imgBoxs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 38px;
}

#newBrand .brand-product .box {
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#newBrand .brand-product .box img {
  width: 100%;
  max-width: unset;
  height: 100%;
}
#newBrand .swiper-box {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 8px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.positionBox ul li {
  margin-bottom: 10px;
}
.positionBox ul i {
  margin-right: 10px;
}
.positionBox .positionCard {
  padding: 20px;
  border: 1px solid #737373;
  border-radius: 20px;
  text-align: center;
  height: 100%;
  margin-bottom: 20px;
}
.positionBox .positionCard .cardImage {
  height: 300px;
}
.positionBox .positionCard .cardImage img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.positionBox .positionCard h4 {
  font-weight: 700;
  font-size: 25px;
  margin: 35px 0;
}
.positionBox .voiletBox {
  background-color: #8684ff;
  padding: 17px 56px;
  text-align: center;
  margin-bottom: 25px;
  border-radius: 15px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #8684ff;
  transition: all 0.4s;
}
.positionBox .voiletBox p {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 126%;
  text-align: center;
  margin-bottom: 0;
}
.positionBox .voiletBox:hover {
  border: 2px solid #8684ff;
  background-color: transparent;
}
.positionBox .voiletBox:hover p {
  color: #8684ff;
}
.positionBox .cyanBox {
  background-color: #4ecbc0;
  padding: 17px 56px;
  text-align: center;
  margin-bottom: 25px;
  border-radius: 15px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #4ecbc0;
  transition: all 0.4s;
}
.positionBox .cyanBox p {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 126%;
  text-align: center;
  transition: all 0.5s;
  margin-bottom: 0;
}
.positionBox .cyanBox:hover {
  border: 2px solid #4ecbc0;
  background-color: transparent;
}
.positionBox .cyanBox:hover p {
  color: #4ecbc0;
}

.service.industries {
  background-color: #fbecbb;
}

.brandIcon i {
  margin-right: 7px;
}
.brandIcon i:last-child {
  margin: 0;
}

.bgColor {
  background-color: #f4dea9;
}

.store .box .about-one_button .btn-style-three {
  background-color: #4ecbc0;
}

.newsletter .about-one_button .btn-style-three {
  padding: 14px 30px;
  border-radius: 0;
  width: 100%;
  font-size: 18px;
  text-wrap: nowrap;
}
.newsletter .form-control {
  border: 1px solid;
  padding-left: 15px;
  height: 54px;
}
.newsletter .about-one_button {
  margin-left: -8px;
}

header .logo img {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(5px);
  padding: 5px;
}

.fixed .logo img {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  padding: unset;
}

#form3 .home-form {
  background-color: transparent;
}

#form6 .home-form {
  background-color: transparent;
}

#form8 .home-form {
  background-color: transparent;
}

.from-part .modal-header {
  border-bottom: none;
}

.from-part .modal-body {
  padding: 0 2rem 2rem;
}

.from-part .home-form form .col-md-6 {
  margin-top: 17px;
}

.from-part .home-form form {
  margin-top: 0;
}

.from-part .modal-header .btn-close {
  margin: 0.5rem 0.5rem -0.5rem auto;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.0784313725);
  border-radius: 50%;
  padding: 8px;
  opacity: 1;
  background-size: 33%;
}

.from-part .form-control::-moz-placeholder {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.2);
}

.from-part .form-control::placeholder {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.2);
}

.from-part #formFile {
  font-size: 14px;
}

.from-part .form-control {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 10px;
  border-radius: 6px;
  height: auto;
  line-height: 32px;
}

.from-part label {
  font-size: 15px;
  font-weight: 600;
  padding-left: 6px;
  margin-bottom: 6px;
}

.from-part h4 {
  font-family: "Milchella";
  margin-bottom: 53px;
  font-weight: 600;
  text-align: center;
  font-size: 26px;
  position: relative;
  margin-top: 18px;
}

.from-part h4::after {
  position: absolute;
  content: "";
  bottom: -14px;
  background-color: #272727;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 145px;
  height: 2px;
  border-radius: 13px;
}

.from-part .input-group-addon {
  margin-right: 11px;
  margin-top: 7px;
  width: 20px;
}

.from-part .form-check-input:checked[type=radio] {
  background-image: none;
  background-color: #292929;
}
.from-part .form-check-input[type=radio] {
  border-radius: 31%;
}
.from-part .form-check-input:focus {
  border-color: #292929;
  box-shadow: none;
}
.from-part h5 {
  font-size: 15px;
  font-weight: 600;
  padding-left: 6px;
  margin-bottom: 16px;
}
.from-part .form-check-label {
  padding-left: 0;
}
.from-part .form-check {
  padding-left: 31px;
}
.from-part .form-check-inline {
  margin-right: 0;
}
.from-part .form-select {
  line-height: 35px;
}

.submit-btn {
  background: #000;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 0;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 10px;
}

.callto {
  background-color: #fff;
  padding: 50px;
  margin: 50px 0;
}

.search-page-box {
  height: 500px;
  display: grid;
  padding: 25px 47px;
}
.search-page-box .offcanvas-header {
  justify-content: end;
}
.search-page-box h3 {
  margin-bottom: 52px;
  font-family: "Milchella";
  font-weight: 600;
  font-size: 45px;
}
.search-page-box .search-box {
  position: relative;
}
.search-page-box .search-box span {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 24px;
}
.search-page-box .btn-close {
  opacity: 1;
  background-color: #f7f7f7;
  border-radius: 50%;
}

.whatsapp {
  position: fixed;
  z-index: 999;
  bottom: 31px;
  right: 26px;
  font-size: 40px;
  background-color: #56a61e;
  border-radius: 50%;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 60px;
  height: 60px;
}
.whatsapp i {
  color: #fff;
}

.get-in {
  position: fixed;
  z-index: 999;
  bottom: 123px;
  right: 0;
  font-size: 22px;
  color: #fff;
}
.get-in a {
  color: #fff;
  background-color: #333333;
  font-size: 15px;
  padding: 8px;
  border-radius: 0;
}/*# sourceMappingURL=style.css.map */