@font-face {
  font-family: "Nunito";
  src: url("../fonts/assets/fonts/Nunito-Italic.html");
  src: url("../fonts/Nunito-Italicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito-Italic.woff2") format("woff2"), url("../fonts/Nunito-Italic.woff") format("woff"), url("../fonts/Nunito-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-ExtraBold.eot");
  src: url("../fonts/Nunito-ExtraBoldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito-ExtraBold.woff2") format("woff2"), url("../fonts/Nunito-ExtraBold.woff") format("woff"), url("../fonts/Nunito-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Black.eot");
  src: url("../fonts/Nunito-Blackd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito-Black.woff2") format("woff2"), url("../fonts/Nunito-Black.woff") format("woff"), url("../fonts/Nunito-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Regular.eot");
  src: url("../fonts/Nunito-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito-Regular.woff2") format("woff2"), url("../fonts/Nunito-Regular.woff") format("woff"), url("../fonts/Nunito-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-SemiBold.eot");
  src: url("../fonts/Nunito-SemiBoldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito-SemiBold.woff2") format("woff2"), url("../fonts/Nunito-SemiBold.woff") format("woff"), url("../fonts/Nunito-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Light.eot");
  src: url("../fonts/Nunito-Lightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito-Light.woff2") format("woff2"), url("../fonts/Nunito-Light.woff") format("woff"), url("../fonts/Nunito-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Bold.eot");
  src: url("../fonts/Nunito-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito-Bold.woff2") format("woff2"), url("../fonts/Nunito-Bold.woff") format("woff"), url("../fonts/Nunito-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
a {
  text-decoration: none !important;
  display: inline-block;
  transition: 0.3s;
}

img {
  width: 100%;
}

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

body {
  font-family: "Nunito", sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}

.lb-dataContainer {
  display: none !important;
}

#window-loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9999;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: linear-gradient(-35deg, #bfbfbf, #f4f4f4, #acacac);
}
#window-loader .logo {
  display: inline-block;
  max-width: 100%;
  padding: 10px;
}
#window-loader .logo img {
  animation: loader-anime 2s linear infinite;
}

@keyframes loader-anime {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  10% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@keyframes slider-image {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}
@keyframes slider-slogan {
  0% {
    transform: translate(-50%, 0%);
    bottom: -100%;
  }
  100% {
    bottom: 60%;
    transform: translate(-50%, 60%);
  }
}
@keyframes header-icons {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes scroll-down-anime {
  0% {
    opacity: 0;
    top: 30%;
  }
  50% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 70%;
  }
}
.scroll-top {
  position: fixed;
  z-index: 9001;
  left: 70px;
  color: white;
  border-radius: 50%;
  background: #95105b;
  bottom: 101%;
  padding: 10px 15px;
  box-shadow: 0 0 10px grey;
  transition: 0.5s;
  cursor: pointer;
}
.scroll-top:hover {
  background: #3fba00;
}
.scroll-top.affix {
  bottom: 40px;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 30px;
}
.breadcrumb .bg-image {
  height: 340px;
  position: relative;
  width: 100%;
}
.breadcrumb .bg-image:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, transparent, white, transparent);
}
.breadcrumb .bg-image img {
  height: 100%;
  object-fit: cover;
}
.breadcrumb .inner {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -22px;
}
.breadcrumb .inner h1 {
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  color: #182834;
  font-size: 50px;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.breadcrumb .inner h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, transparent, #95105b, #fbc000, #3fba00, transparent);
}
.breadcrumb .inner .page-navigation {
  text-align: center;
}
.breadcrumb .inner .page-navigation ul {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
}
.breadcrumb .inner .page-navigation ul:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  z-index: 0;
}
.breadcrumb .inner .page-navigation ul li {
  display: inline-flex;
  position: relative;
  z-index: 1;
}
.breadcrumb .inner .page-navigation ul li a {
  font-weight: 700;
  color: #182834;
}
.breadcrumb .inner .page-navigation ul li a:after {
  content: "/";
  position: relative;
  color: #182834;
  font-weight: 700;
  margin: 0 5px 0 7px;
}
.breadcrumb .inner .page-navigation ul li a:hover {
  color: #95105b;
}
.breadcrumb .inner .page-navigation ul li:last-of-type a {
  color: #3fba00;
  cursor: default;
  pointer-events: none;
}
.breadcrumb .inner .page-navigation ul li:last-of-type a:after {
  display: none;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 0 0 0;
  z-index: 9000;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), white, white, white, rgba(255, 255, 255, 0));
}
header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #95105b 40%, #3fba00 60%, rgba(255, 255, 255, 0) 100%);
}
header ul li {
  display: inline-block;
}
header .row {
  justify-content: space-between;
}
header .logo {
  width: 200px;
  z-index: 1;
  top: 0;
  position: relative;
  margin: 0 20px;
  transition: 0.3s;
}
header .logo a {
  display: block;
  padding: 10px 23px 0 23px;
}
header .logo:after {
  content: "";
  position: absolute;
  background: white;
  height: calc(100% + 50px);
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 50% 50%;
  box-shadow: 3px 3px 15px rgba(30, 30, 30, 0.4);
  border: 3px solid #fbc000;
  border-top: none;
  transition: 0.3s;
}
header .logo img {
  transition: 0.3s;
}
header .logo:hover:after {
  background: #fbc000;
}
header .logo:hover img {
  filter: brightness(0) invert(1);
}
header .main-menu nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header .main-menu nav ul .left {
  width: 294px;
}
header .main-menu nav ul .left li a:after {
  border-color: #95105b;
}
header .main-menu nav ul .right {
  width: 294px;
}
header .main-menu nav ul .right li a {
  color: #3fba00;
}
header .main-menu nav ul .right li a:after {
  border-color: #3fba00;
}
header .main-menu nav ul li a {
  border-radius: 50px;
  font-weight: 700;
  color: #95105b;
  padding: 10px;
  font-size: 14px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}
header .main-menu nav ul li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-left: 3px solid;
  border-right: 3px solid;
  border-radius: 50px;
  transition: 0.3s;
}
header .main-menu nav ul li a:hover:after {
  width: 100%;
  height: 100%;
}
header.affix:after {
  left: 0;
  opacity: 1;
}
header .social-media, header .header-contact {
  display: inline-flex;
  align-items: center;
}
header .social-media ul li, header .header-contact ul li {
  display: inline-block;
  padding: 0 2px;
}
header .social-media ul li:hover a, header .header-contact ul li:hover a {
  animation: icon-rotate 0.5s linear;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
@keyframes icon-rotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
header .social-media ul li a, header .header-contact ul li a {
  height: 45px;
  width: 65px;
  border-radius: 0 100px;
  background: linear-gradient(0, #a12b6e, #c41472, #fe2da1);
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  transition: 1s;
}
header .social-media ul li a img, header .header-contact ul li a img {
  max-width: 24px;
  filter: brightness(0) invert(1);
}
header .header-contact ul li a {
  border-radius: 100px 0;
  background: linear-gradient(0, #078b02, #3bb700, #46d501);
}
header .mobile-menu {
  display: none;
  width: 100%;
  justify-content: space-between;
}

.menu-button {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 46px;
  height: 46px;
  cursor: pointer;
  padding: 14px 5px;
  margin: 15px 20px 15px 15px;
  background: linear-gradient(0, #078b02, #3bb700, #46d501);
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.menu-button .hamburger-menu,
.menu-button .hamburger-menu:after,
.menu-button .hamburger-menu:before {
  width: 36px;
  height: 2px;
}
.menu-button .hamburger-menu {
  position: relative;
  transform: translateY(8px);
  background: white;
  transition: all 0ms 300ms;
}
.menu-button .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
.menu-button .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  background: white;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-button .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: white;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-button .hamburger-menu.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-button .hamburger-menu.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

footer .top {
  padding: 60px 0 40px 0;
  background: #f0f0f0;
}
footer .top .logo {
  padding: 15px;
  position: relative;
}
footer .top .logo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #3fba00, #3fba00, transparent);
  border-radius: 10px;
}
footer .top .top-section {
  padding: 15px;
  position: relative;
}
footer .top .top-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #3fba00, #3fba00, transparent);
  border-radius: 10px;
}
footer .top .top-section ul li a {
  font-weight: 600;
  color: #182834;
  opacity: 0.9;
}
footer .top .top-section ul li a:hover {
  color: #95105b;
  opacity: 1;
}
footer .top address {
  font-weight: 600;
  color: #182834;
  opacity: 0.9;
  margin-bottom: 5px;
}
footer .top .footer-social ul li {
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
}
footer .top .footer-social ul li a {
  padding: 8px;
  background: #3fba00;
  border-radius: 100%;
}
footer .top .footer-social ul li a:hover {
  background: #95105b;
}
footer .top .footer-social ul li a img {
  max-width: 24px;
  filter: brightness(0) invert(1);
}
footer .copyright {
  background: #182834;
}
footer .copyright p {
  margin: 0;
  color: white;
  font-size: 14px;
  padding: 5px 0;
}
footer .copyright a {
  color: white;
  font-size: 14px;
  padding: 5px 0;
}
footer .copyright a:hover {
  color: #38c8bc;
}

.welcome-section {
  box-shadow: 0 10px 15px silver;
  position: relative;
  z-index: 2;
}
.welcome-section .home-slider {
  position: relative;
}
.welcome-section .home-slider .item-list .item {
  height: 100vh;
}
.welcome-section .home-slider .item-list .item img {
  height: 100%;
  object-fit: cover;
}
.welcome-section .home-slider .item-list .slick-dots {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: flex;
}
.welcome-section .home-slider .item-list .slick-dots li {
  max-width: 200px;
  display: inline-block;
  padding: 10px;
}
.welcome-section .home-slider .item-list .slick-dots li button {
  background: transparent;
  padding: 0;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(30, 30, 30, 0.5);
  outline: none;
  border: 3px solid;
  border-color: #fbc000;
  height: 100px;
}
.welcome-section .home-slider .item-list .slick-dots li button img {
  height: 100%;
  object-fit: cover;
}
.welcome-section .home-slider .item-list .slick-dots li.slick-active button {
  box-shadow: 0 0 15px rgba(30, 30, 30, 0.6);
  border-color: #95105b;
}
.welcome-section .scroll-down {
  position: absolute;
  left: 50px;
  bottom: 40px;
  font-weight: 800;
  padding: 10px 0;
}
.welcome-section .scroll-down a {
  color: #95105b;
}
.welcome-section .scroll-down span {
  height: 55px;
  width: 25px;
  border: 2px solid #95105b;
  border-radius: 50px;
  display: block;
  position: relative;
  margin: 0 auto 10px auto;
}
.welcome-section .scroll-down span:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 8px;
  border-radius: 2px;
  background: #95105b;
  left: calc(50% - 1px);
  animation: scroll-down-anime 1.5s linear infinite;
  transform: translateY(-4px);
}

.heading-one h1, .heading-one h2, .heading-one h3 {
  font-size: 50px;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.heading-one h1:after, .heading-one h2:after, .heading-one h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #95105b 40%, #95105b 60%, rgba(255, 255, 255, 0) 100%);
}

.why-description {
  min-height: 100vh;
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  padding: 50px 0;
  overflow: hidden;
}
.why-description:after {
  content: "";
  position: absolute;
  height: 100px;
  width: 100%;
  left: 0;
  bottom: -50px;
  background: linear-gradient(to bottom, transparent, white, transparent);
  z-index: 1;
}
.why-description .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
}
.why-description .bg-image img {
  height: 100%;
  object-fit: cover;
}
.why-description .heading-one {
  color: #3fba00;
  text-align: center;
  margin-bottom: 20px;
}
.why-description .heading-one h1:after, .why-description .heading-one h2:after, .why-description .heading-one h3:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #3fba00 40%, #3fba00 60%, rgba(255, 255, 255, 0) 100%);
}
.why-description .content p {
  text-align: justify;
  color: #182834;
}
.why-description .content ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.why-description .content ul li {
  margin: 5px 0;
  flex: 0 0 50%;
  font-weight: 700;
  color: #3fba00;
  padding-left: 20px;
  position: relative;
}
.why-description .content ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #3fba00;
  border-radius: 50%;
  left: 0;
  top: 7px;
}

.perspective-products {
  padding: 50px 0 65px 0;
  position: relative;
  background-image: url(../media/banner/mine-leaf-bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
}
.perspective-products:after {
  content: "";
  position: absolute;
  height: 100px;
  width: 100%;
  left: 0;
  bottom: -50px;
  background: linear-gradient(to bottom, transparent, white, transparent);
  z-index: 1;
}
.perspective-products:before {
  content: "";
  position: absolute;
  height: 50px;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, white, transparent);
  z-index: 1;
}
.perspective-products .heading-one {
  text-align: center;
  color: #95105b;
}
.perspective-products .heading-one small {
  font-size: 28px;
  display: block;
  color: #3fba00;
  font-weight: 700;
}
.perspective-products .heading-one h2:after {
  background: linear-gradient(to right, transparent, #95105b, #fbc000, #3fba00, transparent);
}
.perspective-products .content {
  margin: 0 0 35px 0;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 380px;
  height: 500px;
  perspective: 900px;
}
.perspective-products .box-item {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  transition: 0.5s all ease;
  transform: rotateX(45deg) scale(0.8) translateY(-30px);
  perspective: 900px;
  box-shadow: 0px 20px 50px #555;
  border-radius: 10px;
}
.perspective-products .box-item:hover {
  transform: rotate(0deg) scale(1) translateY(30px);
  transition: 0.5s all ease;
  z-index: 400;
}
.perspective-products .c1 {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #d9a705 30%, #fbc000 100%);
  z-index: 300;
  box-shadow: 0px 20px 100px #555;
}
.perspective-products .c1 a:hover {
  color: #fbc000;
}
.perspective-products .c2 {
  background: linear-gradient(to bottom, #c72733 30%, #fe4956 100%);
  box-shadow: 0px 20px 100px #555;
  left: 100%;
  z-index: 0;
}
.perspective-products .c2 a:hover {
  color: #da333f;
}
.perspective-products .c3 {
  left: -100%;
  z-index: 0;
  background: linear-gradient(to bottom, #a3296e 30%, #fc2ca0 100%);
  box-shadow: 0px 20px 100px #555;
}
.perspective-products .c3 a:hover {
  color: #95105b;
}
.perspective-products span {
  position: absolute;
  top: 0%;
  left: 55%;
  border-radius: 100%;
  background-color: #fff;
  z-index: 10;
}
.perspective-products .image {
  position: absolute;
  height: 45%;
  padding: 10px;
  width: 100%;
}
.perspective-products .image:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: white;
  z-index: -1;
  border-radius: 10px;
  box-shadow: 0 0 10px silver;
}
.perspective-products .image img {
  position: relative;
  height: 100%;
  object-fit: contain;
}
.perspective-products .item-inner {
  position: absolute;
  top: 45%;
  left: 0%;
  height: 55%;
  width: 100%;
  z-index: 30;
}
.perspective-products .info {
  position: absolute;
  top: 10%;
  text-align: center;
}
.perspective-products .info h3 {
  text-align: center;
  text-shadow: 0px 0px 10px #eee;
  color: #eee;
  letter-spacing: 2px;
}
.perspective-products .info p {
  font-size: 14px;
  color: #fff;
  padding: 0px 20px 20px 20px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  min-height: 135px;
}
.perspective-products .info a {
  color: white;
  border: 2px solid white;
  border-radius: 50px;
  padding: 5px 15px;
}
.perspective-products .info a:hover {
  background: white;
}

.home-about {
  min-height: 100vh;
  padding: 50px 0;
  position: relative;
}
.home-about:after {
  content: "";
  position: absolute;
  height: 60px;
  width: 100%;
  left: 0;
  bottom: -30px;
  background: linear-gradient(to bottom, transparent, white, transparent);
  z-index: 1;
}
.home-about .heading-one {
  text-align: center;
  color: #182834;
}
.home-about .heading-one small {
  display: block;
  font-size: 20px;
}
.home-about .selector:nth-of-type(even) .image:after {
  right: calc(100% + 3px);
}
.home-about .content {
  margin-top: 50px;
  position: relative;
  margin-bottom: 50px;
}
.home-about .content:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, transparent, #182834, #182834, #182834, transparent);
}
.home-about .content .image {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  position: relative;
}
.home-about .content .image:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle, #182834, white);
  z-index: 1;
  right: -27px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.home-about .content .image .inner {
  width: 400px;
  height: 400px;
  padding: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  background: linear-gradient(to bottom, #95105b, #fbc000);
  position: relative;
}
.home-about .content .image .inner:after {
  content: "";
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
  z-index: 0;
  border-radius: 100%;
  box-shadow: 0 0 10px silver;
}
.home-about .content .image .inner img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-about .content .info-area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.home-about .content .info-area .inner {
  max-width: 400px;
}
.home-about .content .info-area .inner p {
  line-height: 1.4;
  text-indent: 10px;
}

.products-page {
  padding: 50px 0;
}
.products-page .nav-tabs {
  justify-content: space-around;
  border: none;
  position: relative;
  padding-bottom: 20px;
}
.products-page .nav-tabs:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #182834 40%, #182834 60%, rgba(255, 255, 255, 0) 100%);
}
.products-page .nav-tabs li a {
  font-weight: 600;
  font-size: 20px;
  color: #182834;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 25px;
}
.products-page .nav-tabs li #mulberry-tab {
  color: #95105b;
}
.products-page .nav-tabs li #mulberry-tab.active {
  border: none;
  color: white;
  background: #95105b;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.products-page .nav-tabs li #lemonade-tab {
  color: #fbc000;
}
.products-page .nav-tabs li #lemonade-tab.active {
  border: none;
  color: white;
  background: #fbc000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.products-page .nav-tabs li #cherry-tab {
  color: #da333f;
}
.products-page .nav-tabs li #cherry-tab.active {
  border: none;
  color: white;
  background: #da333f;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.products-page .tab-content {
  margin: 20px 0;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.products-page .tab-content .row {
  justify-content: space-around;
}
.products-page .tab-content .images .item {
  height: calc(100% - 30px);
  margin: 15px 0;
  max-height: 350px;
  border-radius: 10px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.products-page .tab-content .images .item a {
  display: block;
  padding: 10px;
  height: 100%;
}
.products-page .tab-content .images .item img {
  height: 100%;
  object-fit: contain;
}
.products-page .tab-content .images .item:first-of-type {
  flex: 0 0 100%;
}
.products-page .tab-content .info-content h2 {
  margin-top: 15px;
  color: #3fba00;
}
.products-page .tab-content .info-content h3 {
  font-size: 24px;
}
.products-page .tab-content .info-content p {
  text-indent: 10px;
}
.products-page .tab-content .info-content table {
  width: 100%;
}
.products-page .tab-content .info-content table thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.products-page .tab-content .info-content table th {
  color: #3fba00;
  padding: 2px 4px;
}
.products-page .tab-content .info-content table tbody tr {
  border-radius: 5px;
  margin: 2px 0;
}
.products-page .tab-content .info-content table tbody tr td {
  padding: 2px 4px;
}
.products-page .tab-content .info-content table tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.about-us {
  padding: 50px 0;
}
.about-us .text-content {
  padding: 20px;
  margin: 15px 0;
  height: calc(100% - 30px);
  border-radius: 5px;
  color: White;
  text-indent: 10px;
}
.about-us .text-content.purple-bg {
  background: #95105b;
  border-bottom-right-radius: 40px;
}
.about-us .text-content.green-bg {
  background: #3fba00;
  border-top-left-radius: 40px;
}
.about-us .image {
  margin: 15px 0;
  height: calc(100% - 30px);
}
.about-us .image a {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 5px 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.about-us .image a img {
  height: 100%;
  object-fit: cover;
}
.about-us .image.bottom a {
  border-radius: 5px 40px 5px 5px;
}
.about-us .image.bottom-right a {
  border-radius: 40px 5px 5px 5px;
}

.contact-page {
  padding: 50px 0;
}
.contact-page .contact-info {
  position: sticky;
  top: 100px;
  margin: 15px 0;
}
.contact-page .contact-info .info-box {
  padding: 15px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin: 15px 0;
}
.contact-page .contact-info .info-box .icon {
  flex: 0 0 64px;
  display: block;
  max-width: 64px;
}
.contact-page .contact-info .info-box .icon img {
  width: 64px;
  filter: brightness(0) invert(1);
  padding: 4px;
  border: 2px solid white;
  border-radius: 5px;
}
.contact-page .contact-info .info-box .content {
  flex: 0 0 calc(100% - 64px);
  display: inline-block;
  max-width: calc(100% - 64px);
  padding: 5px 5px 5px 15px;
  color: white;
}
.contact-page .contact-info .info-box .content address {
  margin: 0;
}
.contact-page .contact-info .info-box .content a {
  color: white;
}
.contact-page .contact-info .info-box .content a:hover {
  opacity: 0.8;
}
.contact-page .contact-info .info-box.green-bg {
  background: linear-gradient(35deg, #078b02, #3bb700, #46d501);
}
.contact-page .contact-info .info-box.purple-bg {
  background: linear-gradient(35deg, #a12b6e, #c41472, #fe2da1);
}
.contact-page .contact-info .info-box.yellow-bg {
  background: linear-gradient(35deg, #d1a30f, #e9b200, #fbc000);
}
.contact-page .contact-form {
  margin: 15px 0;
}
.contact-page .contact-form .heading-one h2 {
  font-size: 28px;
  padding: 0 25px 10px 25px;
}
.contact-page .map iframe {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.form-one {
  padding: 15px;
}
.form-one .form-group {
  padding: 10px 0;
  position: relative;
  margin: 10px 0;
}
.form-one label {
  position: absolute;
  background: white;
  left: 25px;
  top: 0;
  margin: 0;
  color: #3fba00;
  padding: 0 10px;
}
.form-one .input-style {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  outline: none;
  border: 2px solid #8e8e8e;
  transition: 0.3s;
}
.form-one .input-style:focus {
  border-color: #3fba00;
}

.btn-green {
  padding: 10px 20px;
  border: 2px solid #3fba00;
  color: #3fba00;
  background: transparent;
  outline: none;
  border-radius: 10px;
  transition: 0.3s;
  font-weight: 600;
}
.btn-green:hover {
  color: white;
  background-color: #3fba00;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.gallery-page {
  padding: 50px 0;
}
.gallery-page a {
  display: block;
  height: 300px;
  padding: 10px;
  border-radius: 10px;
  margin: 15px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.gallery-page a img {
  object-fit: contain;
  height: 100%;
  transition: 0.3s;
}
.gallery-page a:hover {
  box-shadow: 0 0 15px #fbc000;
}
.gallery-page a:hover img {
  transform: scale(1.05) rotate(3deg);
}

@media (min-width: 1439px) {
  header .container, footer .container {
    max-width: 1240px;
  }
}
@media (max-width: 1439px) {
  .perspective-products {
    padding: 50px 0;
  }
  .perspective-products .content {
    width: 300px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  header {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), white, white, white, rgba(255, 255, 255, 0.8));
  }
  header .row {
    justify-content: space-evenly;
  }
  header .menu-panel {
    position: fixed;
    top: -100%;
    right: 0;
    width: 100%;
    padding: 150px 0 80px 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), white);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
  }
  header .menu-panel .header-contact {
    display: none;
  }
  header .menu-panel .main-menu nav ul {
    justify-content: center;
  }
  header .menu-panel .main-menu .logo {
    display: none;
  }
  header .menu-panel .main-menu .left, header .menu-panel .main-menu .right {
    width: auto;
  }
  header .menu-panel.opened {
    top: 0;
  }
  header .mobile-menu {
    display: flex;
  }
  header .social-media {
    position: fixed;
    top: 15px;
    z-index: 2;
    right: 85px;
  }

  .welcome-section .home-slider .item-list .item {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .heading-one h1, .heading-one h2, .heading-one h3 {
    font-size: 40px;
  }

  .why-description .content ul li {
    font-size: 15px;
  }

  .perspective-products .content {
    position: relative;
    perspective: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
  }
  .perspective-products .content .box-item {
    width: 300px;
    height: 450px;
    position: relative;
    margin: 15px;
    left: 0;
    transform: rotateX(0deg) scale(1) translateY(0px);
    perspective: 0px;
  }

  .why-description {
    min-height: auto;
    padding: 100px 0;
  }
  .why-description .bg-image {
    opacity: 0.4;
  }

  .welcome-section {
    margin-top: 76px;
  }
  .welcome-section .scroll-down a {
    font-size: 14px;
  }
  .welcome-section .scroll-down a span {
    height: 45px;
    width: 20px;
  }

  .home-about .content {
    margin-bottom: 0;
  }
  .home-about .content .image .inner {
    width: 200px;
    height: 200px;
  }
  .home-about .content .info-area .inner p {
    font-size: 15px;
  }

  .welcome-section .scroll-down {
    display: none;
  }
}
@media (max-width: 767px) {
  .heading-one h1, .heading-one h2, .heading-one h3 {
    font-size: 32px;
  }

  .perspective-products {
    background-position: center;
  }
  .perspective-products .info h3 {
    font-size: 18px;
  }

  .welcome-section .home-slider .item-list .slick-dots li {
    max-width: 130px;
  }
  .welcome-section .home-slider .item-list .slick-dots li button {
    height: 65px;
  }

  header .menu-button {
    margin: 10px 20px 10px 20px;
  }
  header .social-media {
    top: 10px;
  }
  header .logo {
    width: 170px;
  }
  header .logo a {
    padding: 12px 20px 0 20px;
  }
  header .logo a:after {
    height: calc(100% + 40px);
  }

  .welcome-section {
    margin-top: 67px;
  }

  footer {
    text-align: center;
  }
  footer .top {
    padding: 30px 0;
  }
  footer .top .top-section:before {
    background: linear-gradient(to right, transparent, #3fba00, #3fba00, transparent);
  }
  footer a {
    font-size: 15px;
  }
  footer address {
    font-size: 15px;
  }
  footer .logo {
    text-align: center;
  }
  footer .logo:before {
    display: none;
  }
  footer .logo a img {
    max-width: 200px;
  }

  .home-about .content:after {
    display: none;
  }

  .scroll-top {
    left: 30px;
    bottom: 30px;
  }

  .home-about .content .image:after {
    right: 0;
  }

  .home-about .selector:nth-of-type(even) .image:after {
    left: 0;
    right: auto;
  }

  .home-about:after, .perspective-products:before, .perspective-products:after, .why-description:after, .breadcrumb .bg-image:after {
    display: none;
  }

  .why-description .content ul li {
    padding-right: 10px;
  }
}
@media (max-width: 575px) {
  .welcome-section .home-slider .item-list .slick-dots {
    display: none;
  }

  header .social-media {
    display: none;
  }

  .breadcrumb .bg-image {
    height: 270px;
    position: relative;
  }

  .breadcrumb .inner h1 {
    font-size: 32px;
  }

  .heading-one h1, .heading-one h2, .heading-one h3 {
    font-size: 24px;
  }

  .why-description .content p {
    font-size: 14px;
  }

  .why-description .content ul li {
    font-size: 14px;
  }

  .perspective-products .info p {
    font-size: 13px;
  }

  .why-description {
    padding: 50px 0;
  }
}