@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --font-family-dm-sans: "DM Sans", sans-serif;
  --font-family-jost: "Jost", serif;
  --font-family-manrope: "Manrope", sans-serif;
  --font-family-montserrat: "Montserrat", sans-serif;
  --font-family-playfair: "Playfair Display", serif;
  --font-family-plus-jakarta: "Plus Jakarta Sans", sans-serif;
  --font-family-raleway: "Raleway", sans-serif;
  --theme-primary: #2eaad4;
  --theme-secondary: #f57f37;
  --theme-tertiary: #8fc04c;
  --theme-dark: linear-gradient(135deg, #070f1a 0%, #1a2633 50%, #060b11 100%);
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--font-family-manrope);
}

/* GLOBAL */

a {
  text-decoration: none !important;
}

.max-content {
  width: max-content;
}
.container-max {
  max-width: 1420px;
}

.color-primary {
  color: var(--theme-primary);
}

.color-secondary {
  color: var(--theme-secondary);
}

.color-tertiary {
  color: var(--theme-tertiary);
}
.bg-theme-dark {
  background: var(--theme-dark);
}

.bg-theme {
  background-color: var(--theme-primary);
}

.bg-theme-secondary {
  background-color: var(--theme-secondary);
}

.bg-theme-tertiary {
  background-color: var(--theme-tertiary);
}

main{
  overflow: hidden;
}
/* Header */

.logo {
  height: 4rem;
}

header .nav-link {
  font-weight: 500 !important;
}

header .nav-link:hover,
header .nav-link.active {
  font-weight: 500 !important;
  background-color: var(--theme-primary);
  color: #ffffff !important;
}

header .dropdown-item.active,
header .dropdown-item:active,
header .dropdown-item:focus,
header .dropdown-item:hover {
  background-color: var(--theme-primary) !important;
  color: #ffffff !important;
}
/* Hero */
.animation-3d {
  position: absolute;
  width: 700px;
  height: 700px;
  background-image: url(../asset/home/3d-lines.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
  pointer-events: none;
  animation: moveCircle 8s infinite ease-in-out alternate;
}
.animation-3d.left {
  top: -20%;
  left: -30%;
}

.animation-3d.right {
  bottom: -20%;
  right: -30%;
}

@keyframes moveCircle {
  0% {
    transform: translateY(0) translateX(0) scale(1) rotate3d(0, 0, 1, 0deg);
    opacity: 1;
  }
  30% {
    transform: translateY(-15px) translateX(10px) scale(1.05) rotate3d(0, 0, 1, 8deg);
    opacity: 0.95;
  }
  50% {
    transform: translateY(30px) translateX(-10px) scale(1.1) rotate3d(0, 0, 1, 15deg);
    opacity: 0.9;
  }
  80% {
    transform: translateY(-10px) translateX(5px) scale(1.05) rotate3d(0, 0, 1, 5deg);
    opacity: 0.97;
  }
  100% {
    transform: translateY(0) translateX(0) scale(1) rotate3d(0, 0, 1, 0deg);
    opacity: 1;
  }
}

.hero {
  position: relative;
  overflow: hidden;
}
.heroSwiper {
  width: 100%;
  height: 710px;
}

.heroSwiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-icon {
  height: 3rem;
  position: relative;
  z-index: 3;
}

.nav-icon-wrap::after {
  display: none;
}

.nav-icon-wrap.swiper-button-next {
  right: 3.5em;
}

.nav-icon-wrap.swiper-button-prev {
  left: 3.5em;
}

.hero-btn {
  bottom: 20%;
}

.hero .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(58, 58, 58, 0.4) 50%, rgba(0, 0, 0, 0.7) 100%);
  z-index: -1;
}

.hero-1 {
  background-image: url("../asset/home/hero-img\ \(3\).jpg");
}

.hero-2 {
  background-image: url("../asset/home/hero-img\ \(1\).jpg");
}

.hero-3 {
  background-image: url("../asset/home/hero-img\ \(4\).jpg");
}

.hero-4 {
  background-image: url("../asset/home/hero-img\ \(5\).jpg");
}

/* Hero Button */

.animation-button {
  background: var(--theme-primary);
  color: white;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em var(--theme-primary);
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
}

.animation-button .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em var(--theme-primary);
  right: 0.3em;
  transition: all 0.3s;
}

.animation-button:hover .icon {
  width: calc(100% - 0.6em);
}

.animation-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: var(--theme-primary);
}

.animation-button:hover .icon svg {
  transform: translateX(0.1em);
}

.animation-button:active .icon {
  transform: scale(0.95);
}

/* offer */
.offer-card-img {
  max-height: 15rem;
  transition: all 0.2s ease-in;
}

.offer-card-1 .offer-card-img-wrap {
  background: linear-gradient(135deg, #d8a43b, #a07217);
}

.offer-card-2 .offer-card-img-wrap {
  background: linear-gradient(135deg, #32332e, #32332f);
}

.offer-card-3 .offer-card-img-wrap {
  background: linear-gradient(135deg, #ea882c, #cc6506);
}

.offer-card-4 .offer-card-img-wrap {
  background: linear-gradient(135deg, #4899de, #0b4f8a);
}

.offer-card-5 .offer-card-img-wrap {
  background: linear-gradient(135deg, #d45475, #7c0523);
}

.offer-card {
  background-color: #ffffff;
  backdrop-filter: blur(6px);
}

.offer {
  background: linear-gradient(135deg, #8fc04c 0%, #72a031 50%, #6ca51c 100%);
}

.offer-card:hover .offer-card-img {
  max-height: 20rem;
  margin-top: -5rem;
}

/* Products */

.product-box img {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.055);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-box img:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.productSwiper {
  padding: 1.5rem 0.5rem 4rem 0.5rem !important;
}

.productSwiper .swiper-slide {
  background-position: center;
  background-size: cover;
  border-radius: 1rem;
}

.productSwiper .swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1), 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.productSwiper .swiper-slide img:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2), 0 12px 30px rgba(0, 0, 0, 0.25);
}

.productSwiper .swiper-pagination-bullets {
  bottom: -3px !important;
}

/* Why choose */
.why-choose {
  background: linear-gradient(135deg, #b12b2d 0%, #b9272a 50%, rgb(255, 72, 0) 100%);
}

.why-choose-content {
  background-color: rgba(255, 255, 255, 0.062);
  backdrop-filter: blur(3px);
}

/* Our Info */

.contact-card-item-1,
.contact-card-item-1 .contact-btn {
  background: linear-gradient(135deg, #578fcf, #3a6eb3);
}
.contact-card-item-2,
.contact-card-item-2 .contact-btn {
  background: linear-gradient(135deg, #91c536, #6d9a28);
}
.contact-card-item-3,
.contact-card-item-3 .contact-btn {
  background: linear-gradient(135deg, #d2b050, #a5832d);
}

.contact-card-item-1 .contact-btn::before {
  content: "Email Now";
}

.contact-card-item-2 .contact-btn::before {
  content: "Call Now";
}

.contact-card-item-3 .contact-btn::before {
  content: "Maharashtra";
}

.contact-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.315);
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: relative;
}

.svgIcon {
  transition-duration: 0.3s;
}

.svgIcon path {
  fill: white;
}

.contact-btn:hover {
  width: 140px;
  border-radius: 50px;
  transition-duration: 0.3s;
  background-color: var(--theme-primary);
  align-items: center;
}

.contact-btn:hover .svgIcon {
  transition-duration: 0.3s;
  transform: translateY(-200%);
}

.contact-btn::before {
  position: absolute;
  bottom: -20px;
  color: white;
  font-size: 0px;
}

.contact-btn:hover::before {
  font-size: 13px;
  opacity: 1;
  bottom: unset;
  transition-duration: 0.3s;
}

/* Footer */

.footer {
  background: url(../asset/footer.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.footer:after {
  position: absolute;
  top: -300px;
  left: -100px;
  width: 800px;
  height: 800px;
  content: "";
  background: url(../asset/blob-shape.svg);
  background-position: center center;
  background-size: cover;
  z-index: -1;
  opacity: 0.2;
}
.footer a {
  color: var(--theme-primary);
}

.footer .copyright {
  color: #d8d8d8;
}
.footer .footer-heading {
  margin-bottom: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  position: relative;
}

.footer ul li a,
.footer p,
.footer .footer-right li:first-child .text {
  color: rgba(238, 238, 238, 0.925);
  transition: all 0.3s ease-in;
  font-weight: 500;
}

.footer a:hover {
  color: var(--theme-secondary) !important;
}

.footer-social-icon svg,
.footer-icon svg path {
  fill: #ffffff;
  transition: all 0.3s ease;
}

.footer-social-icon svg:hover {
  fill: var(--theme-primary);
}
.footer-icon {
  margin-right: 0.5rem;
}

footer .logo {
  filter: brightness(100);
}

/* Company Director Page */
.main-founder img {
  height: 270px;
}

.director-card img {
  border: 2px solid #000000;
}

/* Contact Page */
.contacts-box {
  background: linear-gradient(135deg, rgba(20, 209, 77, 0.8), rgba(4, 124, 10, 0.8));
  position: relative;
  overflow: hidden;
}

.contact-box-item {
  background-color: rgba(255, 255, 255, 0.09) !important;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #ffffff;
}

.contact-box-card {
  border: 3px solid rgba(230, 230, 230, 0.459);
}

.contact-box-item-left a {
  color: #ffffffd2;
  transition: all 0.3s ease;
}

.contact-box-item-left a:hover {
  color: #ffffff;
}

.contact-box-item-right .form-control:focus,
.contact-box-item-right .form-select:focus {
  border: var(--theme-tertiary);
  outline: 0;
  box-shadow: none;
}

#result {
  border-left: 5px solid rgb(78, 255, 78);
  position: fixed;
  top: 4rem;
  right: 1rem;
  z-index: 1000;
  max-width: 350px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: translateX(100%);
}

#result.show {
  opacity: 1;
  transform: translateX(0);
}

#result.error {
  border-color: rgb(255, 78, 78);
}
