@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* main color - #C4B9A6 */
:root {
  /* --linear-color: linear-gradient(
    90deg,
    rgba(138, 187, 82, 1) 0%,
    rgba(31, 116, 133, 1) 75%
  ); */
  --linear-color: #464423;
  --bs-primary: #464423;
  --primary-color: #464423;
  --secondary-color: #000;
}
a {
  text-decoration: none;
}
* {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* overide css */

ul {
  padding-left: 0.5rem;
}

.btn {
  padding: 0.5rem 2rem;
  font-size: 14px;
}

.btn:focus {
  box-shadow: none;
}

.btn:active:focus {
  box-shadow: none;
}

.btn-primary {
  background: var(--linear-color);
  border: 1px solid var(--linear-color);
}

.btn-outline-primary {
  color: var(--bs-primary);
  border-color: var(--linear-color);
}

.btn-outline-primary:hover {
  background: var(--linear-color);
  border-color: var(--linear-color);
}

.text-linear {
  background: var(--linear-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.indian-text {
  background: linear-gradient(
    0deg,
    rgba(19, 136, 8, 1) 20%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 153, 51, 1) 80%
  );
  font-size: 45px;
  stroke: #1f7485;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container-title {
  text-align: center;
}

.swiper-3d .swiper-slide-shadow {
  background: none !important;
}

/* page styling */

#main .topbar {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--secondary-color);
}

.header .navbar {
  border-bottom: 1px solid #ebebeb;
}

.nav-item .active {
  background: var(--secondary-color);
  color: #fff !important;
  border-radius: 8px;
}

.nav-item:hover .nav-link {
  color: #fff !important;
}

.nav-item:hover {
  background: var(--linear-color);
  border-radius: 8px;
}

.banner-container .banner-background {
  background-image: url("assets/linning-bg.png");
  background-repeat: no-repeat;
  height: 100%;
  opacity: 0.6;
  margin-left: -50px;
  background-position: bottom left;
}

.banner-container .left-side {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 40%,
    rgba(180, 224, 239, 1) 75%
  );
}

.banner-container .right-side {
  background: #dff8ff;
}

.product-card {
  /* background: linear-gradient(0deg, rgba(92,93,94,1) 25%, rgba(58,60,62,1) 80%); */
  background: white;
  color: black;
  border: 2px solid var(--bs-primary);
  border-radius: 10px;
}

.product-card .product-img-section {
  width: 100%;
  max-width: 100%;
  padding: 1.5rem 0px;
  margin-left: -40px;
}

.product-card .product-img-section img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.blog-card .blog-img-section img {
  border-radius: 10px;
}

.blog-card.left-side .blog-img-section img {
  object-fit: cover;
}

.banner-section {
  height: 60vh;
  position: relative;
}

.banner-section img {
  height: 60vh;
  object-fit: cover;
  object-position: center;
  width: 100%;
  position: relative;
}

.banner-section .banner-text {
  position: absolute;

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0%,
    /* 80% opacity */ rgba(0, 0, 0, 0.8) 75%
  );
  /* 50% opacity */
}

.banner-section .banner-text h1 {
  font-size: 50px;
  font-weight: 900;
  color: white;
  text-align: center;
  position: absolute;
  bottom: 20%;
  left: 10%;
}

.icon-contact div i {
  padding: 20px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(
    90deg,
    rgba(138, 187, 82, 1) 0%,
    rgba(31, 116, 133, 1) 75%
  );
}

.contact-box {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.contact-box label {
  font-weight: bold;
}

.contact-box .form-control {
  border-radius: 0px;
  background-color: #f8f8f8;
}

.about-background {
  height: 100%;
  min-height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.download-cta {
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.8) 75%
    ),
    url("https://images.pexels.com/photos/7088524/pexels-photo-7088524.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  margin: 50px 0;
  background-attachment: fixed;
}

.productpage-card {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  /* background: var(--linear-color); */
  transition: 0.2s linear;
}

.productpage-card .product-card-img {
  height: 250px;
  overflow: hidden;
  background-color: #fff;
}

.productpage-card .product-card-img img {
  height: 100%;
  /* padding: 10px; */
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.product-detail {
  padding: 20px;
  /* background: var(--linear-color); */
  color: #000;
}

.productpage-card:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.blog_image {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.blog_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.blogs {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

p {
  font-size: 14px;
  font-weight: 600;
}

.about-us-img {
  height: 250px;
  width: 100%;
  object-fit: contain;
  object-position: center !important;
}

.offer-image img {
  height: 100px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.offer-card {
  background-color: #f8f8f8;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px;
  border-radius: 20px;
}

/* The actual timelines (the vertical ruler) */
.timelines {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

/* The actual timelines (the vertical ruler) */
.timelines::after {
  content: "";
  position: absolute;
  width: 6px;
  background: #1f7485;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.containers {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timelines */
.containers::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px !important;
  background: #1f7485;
  border: 4px solid #1f7485;
  top: 0px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.lefts {
  left: 0;
}

/* Place the container to the right */
.rights {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.lefts::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.rights::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.rights::after {
  left: -12px;
}

/* The actual content */
.contents {
  padding: 20px 30px;
  background: linear-gradient(
    90deg,
    rgba(138, 187, 82, 1) 0%,
    rgba(31, 116, 133, 1) 75%
  );
  position: relative;
  border-radius: 6px;
}

@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timelines::after {
    left: 31px;
  }

  /* Full-width containers */
  .containers {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .containers::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .lefts::after,
  .rights::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .rights {
    left: 0%;
  }
}

.vission-mission-card {
  background-color: #f8f8f8;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px;
  border-radius: 20px;
}

.containers li {
  margin-left: 15px;
}

.containers li::marker {
  color: #fff;
  font-size: 1.2em;
}

#product_details .table thead tr {
  background: var(--linear-color);
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.tectnical_image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.tectnical_image2 img {
  height: 300px;
  width: 100%;
  object-fit: cover !important;
  object-position: center;
}

.technical_card {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

@media screen and (max-width: 770px) {
  .product-card .product-img-section {
    width: 100%;
    max-width: 100%;
    height: 400px;
    padding: 1.5rem 0px;
    margin-left: 0px !important;
  }
  .product-card .product-img-section img {
    object-position: center;
  }
}

.categorypage-card {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background: var(--linear-color);
  transition: 0.2s linear;
}

.categorypage-card .category-card-img {
  height: 300px;
  overflow: hidden;
  background-color: #fff;
}

.categorypage-card .category-card-img img {
  height: 100%;
  /* padding: 10px; */
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.category-detail p {
  padding: 20px;
  margin: 0 !important;
  background: var(--linear-color);
  color: #fff;
  vertical-align: middle;
}

.categorypage-card:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.blog-card {
  transition: 0.5s ease-in-out;
  /* text-align: center; */
}
.blog-card .blog-card-image {
  height: auto;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  width: 100%;
  transition: 0.5s ease-in-out;
}
.blog-card .blog-card-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  transition: 0.5s ease-in-out;
}
.blog-card .blog-card-image2 {
  height: auto;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  width: 100%;
  transition: 0.5s ease-in-out;
}
.blog-card .blog-card-image2 img {
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
  transition: 0.5s ease-in-out;
}

.blog-card p {
  font-size: 16px;
}

.blog-card button {
  background-color: var(--linear-color);
  padding: 10px 30px;
  font-weight: bold;
  color: #f5f5f5;
  border-radius: 0;
  transition: 0.2s ease-in-out;
}

.blog-card:hover button {
  background-color: #f5f5f5;
  color: var(--linear-color);
  border: 1px solid var(--linear-color);
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.1);
  cursor: pointer;
}

.blog-card button:hover {
  background-color: #f5f5f5;
  color: var(--linear-color);
  border: 1px solid var(--linear-color);
}

.blog-card .blog-card-image2 {
  position: relative;
}

.blog-card .blog-card-image2 p {
  position: absolute;
  top: 0px;
  right: 0;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  padding: 10px;
}

footer {
  background-color: var(--linear-color);
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.relatedproductpage-card {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: 0.2s linear;
  text-align: start;
}

.relatedproductpage-card .relatedproduct-card-img {
  height: 200px;
  overflow: hidden;
  background-color: #fff;
}

.relatedproductpage-card .relatedproduct-card-img img {
  height: 100%;
  /* padding: 10px; */
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.relatedproduct-detail {
  padding: 20px;
  margin: 0 !important;
  color: #000;
  vertical-align: middle;
}

.relatedproductpage-card:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.productswiper .swiper-wrapper {
  margin: 50px 0 60px 0;
}
