@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap");
.btn-danger {
  color: #fff !important;
  background-color: #F3375D !important;
  border-radius: 30px;
  border: none;
  padding: 10px 25px !important;
  font-weight: 600 !important;
  font-size: 16px;
  transition: all ease-in-out 0.3s;
}

.btn-info {
  color: #fff !important;
  background-color: #A020F0 !important;
  border-radius: 30px;
  border: none;
  padding: 10px 25px !important;
  font-weight: 600 !important;
  font-size: 16px;
  transition: all ease-in-out 0.3s;
}

.btn-outline-dark {
  color: #202020 !important;
  background-color: transparent !important;
  border-radius: 30px;
  border: 1px solid #202020;
  padding: 10px 25px !important;
  font-weight: 400 !important;
  font-size: 16px;
  transition: all ease-in-out 0.3s;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
.btn-outline-dark span {
  color: #202020;
  position: relative;
  transition: all ease-in-out 0.5s;
  z-index: 9;
}
.btn-outline-dark:hover span {
  color: #fff !important;
}
.btn-outline-dark::after {
  content: "";
  position: absolute;
  display: inline-block;
  transition: all ease-in-out 0.5s;
  background-color: #202020;
  bottom: -10%;
  left: 0px;
  width: 100%;
  height: 0%;
  border-radius: 50% 50% 0% 0%;
}
.btn-outline-dark:hover::after {
  height: 200%;
}

.btn-outline-light {
  color: #fff !important;
  background-color: transparent !important;
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 7px 20px !important;
  font-weight: 400 !important;
  font-size: 14px;
  transition: all ease-in-out 0.3s;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
.btn-outline-light:hover {
  background-color: #fff !important;
  color: #202020 !important;
}

body {
  font-family: "Figtree", serif;
  color: #5C5C5C;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  background: #fff;
  font-weight: 400;
  overflow-x: hidden;
}

* {
  border: medium none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fraunces", serif;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  outline: none !important;
}

a:hover {
  text-decoration: none;
  outline: none;
}

textarea {
  resize: none;
}

p {
  line-height: 25px;
  font-size: 16px;
  font-weight: 400;
  color: #535353;
  margin: 0;
}

/*#######################*/
.header {
  padding: 10px 0;
  background-color: #fff;
}
.header .navbar-brand {
  width: 120px;
  padding: 0;
}
.header .navbar {
  padding: 0;
}
.header .navbar .navbar-nav {
  position: relative;
}
.header .navbar .navbar-nav li {
  position: relative;
  padding: 0px 25px;
}
.header .navbar .navbar-nav li a {
  color: #202020;
  font-size: 17px;
  font-weight: 400;
  padding: 6px 0;
}
.header .navbar .navbar-nav li.active a {
  color: #F3375D;
}
.header .top-srch {
  position: relative;
  width: 200px;
}
.header .top-srch form {
  display: flex;
  align-items: center;
}
.header .top-srch form input[type=search] {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #1E0031;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 1;
  margin: 0;
  outline: medium none;
  padding: 5px 5px 5px 25px;
  width: 100%;
}
.header .top-srch form .search-icon {
  background-color: transparent;
  padding: 0;
  position: absolute;
  left: 0;
  border: none;
}
.header .top-srch form .search-icon i {
  font-size: 16px;
  color: #202020;
}

.banner {
  position: relative;
}
.banner .banner-slider {
  overflow: hidden;
  position: relative;
}
.banner .banner-slider > *:first-child, .banner .banner-slider > *:first-child > *, .banner .banner-slider > *:first-child > * > *, .banner .banner-slider > *:first-child > * > * > *, .banner .banner-slider > *:first-child > * > * > * > * {
  height: 100%;
}
.banner .banner-inner-section {
  position: relative;
}
.banner .banner-inner-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.67) 19%, rgba(255, 255, 255, 0) 57%);
  width: 100%;
  height: 100%;
  z-index: 9;
}
.banner .banner-inner-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/*.banner .banner-inner-section video {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}*/
.ban-video iframe{
  width: 100%;
  height: 1071px;
  border: none;
  overflow: hidden;
}

.abt-video iframe{
  width: 100%;
  height: 730px;
  border: none;
  overflow: hidden;
}
.banner .banner-inner-section .banner-txt {
  position: absolute;
  left: 8%;
  top: 35%;
  transform: translateY(-50%);
  width: 50%;
  z-index: 99;
}
.banner .banner-inner-section .banner-txt h2 {
  font-size: 70px;
  font-family: "Figtree", serif;
  font-weight: 600;
  color: #202020;
  margin: 0;
  padding: 0;
}
.banner .banner-slider .owl-item.active .banner-txt h2 {
  animation: slide-top 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.9s both;
}
.banner .banner-slider .owl-item.active .banner-txt .btn-info {
  animation: slide-top 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.2s both;
}

.banner-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 50px;
  z-index: 99;
  display: flex;
  justify-content: center;
}
.banner-slider .owl-dots .owl-dot {
  margin: 0 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #A020F0;
  position: relative;
  display: flex;
  align-items: center;
}
.banner-slider .owl-dots .owl-dot.active {
  border: 1px solid #fff;
  background-color: #A020F0;
}
@keyframes slide-top {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.banner-logo {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  width: 190px;
}

.main-wrap {
  padding: 60px 0;
}

.main-title {
  font-size: 45px;
  font-style: italic;
  color: #202020;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 70%;
}
.tax-product_cat .main-title{
  font-style: normal;
}

.sub-title {
  font-family: "Figtree", serif;
  font-size: 18px;
  letter-spacing: 3.24px;
  color: #7A7A7A;
  text-transform: uppercase;
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
}

.category-bx {
  border-bottom: 1px solid #C2C2C2;
  margin-bottom: 25px;
}
.category-bx .cate-img {
  height: 450px;
  overflow: hidden;
}
.category-bx .cate-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-bx .pro-name-prt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}
.category-bx .pro-name-prt h3 {
  font-size: 22px;
  font-weight: 500;
  color: #202020;
  font-family: "Figtree", serif;
  margin: 0;
  padding: 0;
}
.category-bx .pro-name-prt .number-link {
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #A7A7A7;
  transition: all ease-in-out 0.4s;
  position: relative;
}
.category-bx .pro-name-prt .number-link span {
  font-size: 22px;
  color: #F3375D;
  font-weight: 500;
  transition: all ease-in-out 0.4s;
}
.category-bx .pro-name-prt .number-link i {
  color: #fff;
  font-size: 18px;
  opacity: 0;
  position: absolute;
  transition: all ease-in-out 0.4s;
}
.category-bx .pro-name-prt:hover .number-link {
  background-color: #A020F0;
  border: 1px solid #A020F0;
}
.category-bx .pro-name-prt:hover .number-link span {
  opacity: 0;
}
.category-bx .pro-name-prt:hover .number-link i {
  opacity: 1;
}

.abt-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.abt-txt h4 {
  font-size: 17px;
  font-weight: 400;
  color: #7A7A7A;
  font-family: "Figtree", serif;
  letter-spacing: 3.24px;
  margin: 0;
  padding: 0;
}
.abt-txt h3 {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding: 0;
}
.abt-txt p {
  color: #202020;
  margin: 15px 0 0;
  line-height: 28px;
}
.abt-txt ul {
  margin: 20px 0 0;
  padding: 0;
}
.abt-txt ul li {
  font-size: 25px;
  font-family: "Fraunces", serif;
  color: #000;
  margin: 0 0 18px;
  padding-left: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.abt-txt ul li:before {
  position: absolute;
  left: 0;
  content: "\f058";
  font-family: Fontawesome;
  font-size: 16px;
  color: #F3375D;
}

.title-prt h4 {
  font-size: 17px;
  font-weight: 400;
  color: #7A7A7A;
  font-family: "Figtree", serif;
  letter-spacing: 3.24px;
  margin: 0;
}
.title-prt h3 {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding: 0;
}

.pro-bx {
  position: relative;
  margin-bottom: 25px;
  height: 320px;
  overflow: hidden;
}
.pro-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pro-bx .text-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  padding: 20px;
/*  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 2%, rgb(243, 55, 93) 100%);*/
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  opacity: 0;
  transition: all ease-in-out 0.4s;
}
.pro-bx .text-overlay h4 {
  font-size: 22px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.pro-bx:hover .text-overlay {
  opacity: 1;
  height: 100%;
}

.headquarter-sec {
  background-color: #F6F5ED;
  padding: 60px 0;
}
.headquarter-sec .quarter-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.headquarter-sec .quarter-txt h3 {
  font-size: 38px;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding: 0;
}
.headquarter-sec .quarter-txt p {
  color: #202020;
  margin: 15px 0 0;
}
.headquarter-sec .quarter-txt .contact-list {
  margin: 40px 0 0;
  padding: 0;
}
.headquarter-sec .quarter-txt .contact-list li {
  display: flex;
  align-items: center;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 18px;
  font-family: "Fraunces", serif;
}
.headquarter-sec .quarter-txt .contact-list li span {
  margin-right: 15px;
}
.headquarter-sec .quarter-txt .contact-list li a {
  color: #202020;
}

.news-sec {
  padding: 60px 0;
}
.news-sec .news-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.news-sec .news-title h3 {
  font-size: 35px;
  font-weight: 400;
  color: #000;
  margin: 12px 0 0;
  padding: 0;
}
.news-sec .newsletter-bx {
  position: relative;
  width: 100%;
}
.news-sec .newsletter-bx input[type=email] {
  background-color: transparent !important;
  border: 1px solid #777777;
  color: #202020;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  line-height: 1;
  margin: 0;
  outline: medium none;
  padding: 8px 52px 8px 15px;
  width: 100%;
  border-radius: 8px;
}
.news-sec .newsletter-bx .search-icon {
  padding: 0;
  background-color: transparent;
  position: absolute;
  right: 18px;
  top: 19px;
  border-radius: 0;
  border: none;
}
.news-sec .newsletter-bx .search-icon i {
  font-size: 25px;
  color: #A020F0;
}

.footer {
  background-color: #202020;
}
.footer .f-top {
  padding: 75px 0;
  border-bottom: 1px solid #535353;
}
.footer .f-top .f-title {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 0;
}
.footer .f-title span {
	display: block;
	font-size: 23px;
	margin-bottom: 5px;
}
.footer .f-top .footer-title {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 20px;
  padding: 0;
}
.footer .f-top h5 {
  font-size: 17px;
  color: #fff;
  margin-bottom: 12px;
}
.footer .f-top .f-social {
  margin: 20px 0 0px;
  padding: 0px;
  display: flex;
}
.footer .f-top .f-social li {
  margin: 0px 14px 0px 0px;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  text-align: center;
  transition: 0.4s ease-in-out;
}
.footer .f-top .f-social li i {
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  transition: 0.4s ease-in-out;
}
.footer .f-top .f-social li:hover {
  background-color: #fff;
}
.footer .f-top .f-social li:hover i {
  color: #202020;
}
.footer .f-bttm {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .f-bttm .f-menu {
  display: flex;
  align-items: center;
}
.footer .f-bttm .f-menu li {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-right: 22px;
}
.footer .f-bttm .f-menu li a {
  color: #fff;
}
.footer .f-bttm .copyright {
  color: #878787;
  margin: 0;
}

.inr-ban {
  position: relative;
  height: 340px;
}
.inr-ban img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-title {
  font-size: 26px;
  font-weight: 400;
  color: #2E2D2D;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.contact-title span {
  color: #F3375D;
}

.get-pera {
  font-size: 16px;
  color: #717171;
  margin: 15px 0 0;
  padding: 0 40px 0 0;
}

.f-contact2 {
  margin: 18px 0 0;
  padding: 0;
}
.f-contact2 li {
  float: none;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.f-contact2 li img {
  margin-right: 12px;
}
.f-contact2 li i {
  font-size: 23px;
  color: #A020F0;
  margin-right: 12px;
}
.f-contact2 li p {
  margin: 0;
  padding: 0;
  color: #2e2c2c;
  font-weight: 500;
  line-height: 24px;
  font-size: 19px;
  overflow: hidden;
}
.f-contact2 li a {
  color: #2e2c2c;
  font-size: 19px;
  font-weight: 600;
}

.rd-mailform label {
  color: #202020;
  font-size: 16px;
}
.rd-mailform .form-group {
  margin-bottom: 10px;
}
.rd-mailform .form-group .form-control {
  border-radius: 0;
  height: 50px;
  border: 1px solid #ADADAD;
}
.rd-mailform .form-group textarea.form-control {
  border-radius: 0;
  height: 150px;
}

.map-bx iframe {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border: none;
}

.woo-variation-product-gallery {
  max-width: 45% !important;
}

.comment-form label {
  width: 100%;
  margin: 0 0 6px;
  font-size: 15px;
}

.comment-form input[type=text],
.comment-form input[type=email] {
  border: 1px solid #9e9d9d;
  padding: 6px;
  height: 40px;
  width: 100%;
}

.comment-form textarea {
  height: 120px;
  border: 1px solid #9e9d9d;
  padding: 6px;
}

.product_meta {
  margin: 12px 0 0;
}

.price,
.cart, .onsale,
.woocommerce ul.products li.product .button {
  display: none !important;
}

.form-submit .submit {
  color: #fff !important;
  background-color: #F3375D !important;
  border-radius: 30px !important;
  border: none;
  padding: 10px 25px !important;
  font-weight: 600 !important;
  font-size: 16px;
  transition: all ease-in-out 0.3s;
}

.woocommerce div.product .product_title {
  font-size: 33px;
  color: #000;
  margin: 0 0 20px;
}

.woocommerce #reviews #comments h2,
.related h2 {
  font-size: 26px;
  font-weight: 400;
  color: #2E2D2D;
  margin: 0 0 20px;
  padding: 0;
}/*# sourceMappingURL=style.css.map */

.Products-section .wvg-single-gallery-image-container > img {
  object-fit: contain;
}
.Products-section .site-main .woo-variation-gallery-slider-wrapper {
  margin-bottom: 20px;
}

.cat-des{
  text-align: center;
  padding: 10px;
}

.footer-dtl h5 a{
  text-decoration: none;
  color: #fff !important;
}

.woocommerce ul.products li.product a img {
	height: 300px;
  object-fit: cover;
}
.Products-section .wvg-single-gallery-image-container {
	background-color: #f7eeee !important;
	padding: 20px;
  height: 100% !important;
  min-height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment-form-cookies-consent {
	display: flex;
	align-items: center;
}
.comment-form-cookies-consent label{
	margin: 0 0 0 10px;
}

.wpcf7 form .wpcf7-response-output {
	width: 92%;
}
.wvg-gallery-thumbnail-image {
	padding: 3px;
}
.pswp__caption__center {
	word-break: break-word;
}
.cate-page-img .cate-img {
  height: 295px;
}
.below-text p, .below-text ul li {
  color: #A020F0;
  font-size: 20px;
}
