@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap");

:root {
  --text-color: #003da5;
  --text-color-2: #d7b56d;
}

.text-primary {
  color: var(--text-color) !important;
}

.bg-primary {
  background-color: var(--text-color) !important;
}

.btn-primary {
  background-color: var(--text-color) !important;
}

.text-danger {
  color: var(--text-color-2) !important;
}

.bg-danger {
  background-color: var(--text-color-2) !important;
}

.btn-danger {
  background-color: var(--text-color-2) !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Rubik", sans-serif;
  /* font-weight: bold; */
}

body a,
body p {
  font-family: "Karla", sans-serif;
}

.navbar-nav.ms-auto .nav-item {
  font-weight: bold;
}

body a,
body p,
body a,
body i {
  font-size: 16px !important;
}

.caro-img-before::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0, 0.7);
}

.carousel-caption {
  height: 100%;

  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;
  justify-content: center;
  left: 20px;
}

.carousel-caption p {
  line-height: 26px;
}

.carousel-caption h1 {
  line-height: 55px;
  font-size: 40px;
  letter-spacing: 2px;
}

.about-img {
  border-radius: 0px 0px 0px 380px;
}

.about-us-edit {
  border-radius: 20px;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: var(--text-color);
}

.about-img-3 {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
}

.about-us-section h3,
.products-section h3,
.kraft-paper-section h3,
.our-credentials-section h3,
.products-section h3 {
  color: #232323;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.8px;
  margin-top: 0;
  text-transform: uppercase;
}

.headings-style::before {
  content: "";
  height: 2px;
  width: 120px;
  background-color: var(--text-color);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.headings-style::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: var(--text-color);
  border-radius: 50%;
  top: 38px;
  left: 50%;
  transform: translateY(-50%);
}

.headings-style {
  display: inline-block;
}

.kraft-paper-section {
  background-image: url("../images/kraft-paper-bg.jpg");
  background-position: center;
  background-size: 100% auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background-attachment: fixed;
}

.kraft-paper-section::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgb(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: -1;
}

.products-section h5 {
  font-weight: bold;
  font-size: 25px;
}

.products-section .card-body:hover .border-circle::before {
  border-top-color: var(--text-color);
  border-bottom-color: var(--text-color);
  border-left-color: transparent;
  border-right-color: transparent;
}

.products-section .owl-carousel .owl-nav button.owl-next,
.products-section .owl-carousel .owl-nav button.owl-prev,
.products-section .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-nav span {
  margin-top: -5%;
}

footer i {
  font-size: 13px !important;
}

footer {
  color: white;
}

.our-credentials-section .owl-carousel.owl-2 .owl-item img {
  display: block;
}

.our-credentials-section .owl-carousel.owl-2 .owl-nav button.owl-prev {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  width: 30px;
  background-color: var(--text-color);
  color: white;
  margin-top: 1%;
}

.our-credentials-section .owl-item {
  height: 100px;
}

.our-credentials-section .owl-item .brand-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-credentials-section .owl-stage-outer {
  margin-bottom: 10px;
}

.our-credentials-section .owl-carousel.owl-2 .owl-nav button.owl-next {
  position: absolute;
  left: 53%;
  transform: translateX(-50%);
  height: 30px;
  width: 30px;
  background-color: var(--text-color);
  color: white;
  margin-top: 1%;
}

footer a {
  text-decoration: none;
}

footer {
  background: #1c1c1c;
}

.product-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.products-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.circle-pro {
  height: 200px;
  width: 200px;
  border-radius: 50%;

  background: radial-gradient(black, transparent);

  margin: auto;
  overflow: hidden;
  position: relative;
  border: 2px solid white;
}

.products-section .card-body {
  background: linear-gradient(transparent 26%, #f5f5f5 21%);
  border: none;
}

.products-section .card::before {
  content: "";
  position: absolute;
  height: 50%;

  width: 104%;

  left: -6px;
  z-index: -1;
  background-color: var(--text-color);

  bottom: -7px;
  box-shadow: 0px 4px 10px 11px rgb(0 0 0 / 5%);
}

.border-circle::before {
  content: "";
  position: absolute;
  height: 200px;
  width: 200px;
  border: 5px solid var(--text-color);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  bottom: 0px;
  transition: 0.7s ease;
}

.border-circle::before {
  content: "";
  position: absolute;
  height: 216px;
  width: 216px;
  border: 5px solid var(--text-color);

  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  bottom: -41px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.products-section .card-body:hover .circle-pro img {
  scale: 1.2;
}

.circle-pro img {
  transition: 0.7s ease;
}

footer {
  background-image: url("../images/footer-bg-img.png");
  background-position: center;
  background-size: 100% auto;
}

footer p,
footer a {
  line-height: 23px;
}

.ft-head::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 30px;
  border-bottom: 2px solid white;
  bottom: -7px;
  transition: 0.7s ease;
  animation: ft 2s ease infinite;
}

.ft-head {
  transition: 0.7s ease;
}

@keyframes ft {
  0% {
    width: 35px;
  }

  100% {
    width: 30px;
  }
}

.footer-social-links a {
  border: 1px solid white;
  padding: 7px;
}

.footer-social-links a:hover {
  background-color: var(--text-color);
  color: white;
  border: 1px solid var(--text-color);
}

.footer-social-links {
  transition: 0.7s ease;
}

footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.why-choose-us-section {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/products-section-back.avif");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed !important;
}

.why-choose-icon-div {
  height: 50px;
  width: 50px;
  background-color: var(--text-color-2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose-us-section h6 {
  font-size: 18px;
  line-height: 1.6;
}

.matter-why-choose {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px;
  margin: 15px 0px;
}

.matter-why-choose::before {
  content: "";
  border-left: 15px solid transparent;
  border-bottom: 15px solid var(--text-color-2);
  bottom: 2px;
  right: 2px;
  position: absolute;
}

.matter-why-choose:hover {
  background: rgba(255, 255, 255, 0.1);
}

.matter-why-choose {
  transition: 0.7s ease;
}

.aboutt-img::after {
  content: "";
  background-image: url("https://jaskiranproduct.com/images/dot.png");
  position: absolute;
  z-index: -1;
  right: 18px;
  top: -30px;
  bottom: -30px;
  width: 30%;
  opacity: 0.5;
}

.about-image {
  filter: drop-shadow(0px 3px 5px black);
}

.btn-read,
.contact-btn {
  display: inline-block;
  padding: 14px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: 0.7s ease;
}

.btn-read {
  color: #000;
  border: 2px solid var(--text-color);
}

.btn-read:hover {
  background-color: var(--text-color);
  color: white;
}

.contact-btn {
  border: 2px solid var(--text-color-2);
  color: white;
}

.contact-btn:hover {
  background-color: var(--text-color-2);
}

.about-us-section .btn.btn-primary::before {
  content: "";
  position: absolute;
  height: 44px;
  width: 109px;
  border: 1px solid var(--text-color);
  top: -4px;
  left: -4px;
}

.btn-contact::before {
  content: "";
  position: absolute;
  height: 44px;
  width: 109px;
  border: 1px solid white;
  top: -4px;
  left: -4px;
}

.btn-contact {
  background-color: white !important;
}

footer p,
footer a {
  line-height: 26px;
}

@media only screen and (max-width: 576px) {
  .carousel-caption h1 {
    font-size: 10px;
  }

  .carousel-caption {
    width: 70%;
  }

  .carousel-caption a {
    font-size: 10px !important;
  }

  .our-credentials-section .owl-carousel.owl-2 .owl-nav button.owl-prev {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    width: 30px;
    background-color: var(--text-color);
    color: white;
    margin-top: 1%;
  }

  .our-credentials-section .owl-carousel.owl-2 .owl-nav button.owl-next {
    position: absolute;
    left: 58%;
    transform: translateX(-55%);
    height: 30px;
    width: 30px;
    background-color: var(--text-color);
    color: white;
    margin-top: 1%;
  }
}

.contact-links-section .card {
  border-color: 1px solid #ebedf2;
}

.company-profile-section i {
  font-size: 13px !important;
}

.about-section-2 {
  margin-top: -25px;
}

.about-section-1 img,
.about-section-2 img {
  border-radius: 5px;
}

.white-box {
  height: 180px;
  width: 160px;
  background: white;
  position: absolute;
  top: 0px;
  left: 40px;
}

.blue-box {
  height: 60px;
  width: 60px;
  background: var(--text-color);
  left: 40px;
  position: absolute;
  top: 0px;
}

.blue-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-section-2 {
}

.who-we-are-section h6 {
  text-transform: uppercase;
}

.about-txt {
  position: absolute;
  bottom: 25px;
  left: 31px;
}

.about-pattern {
  position: absolute;
  top: -20px;
  right: -40px;
  z-index: -1;
}

.quality-section .card {
  padding: 40px 30px 30px 30px;
}

.step-blocks-light {
  background-color: #f9f9f9;
}

.new1-wt-icon-box {
  padding: 40px 30px 30px 30px;
}

.contact-info-section::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  opacity: 0.85;
}

.contact-info-section {
  padding: 30px;
  z-index: 0;
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.new1-wt-small-separator {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: var(--text-color);
  background-color: #f9f9f9;
  padding: 5px 10px;
  border-left: 3px solid var(--text-color);
}

.new1-site-text-primary {
  color: var(--text-color) !important;
}

.enq-form.form-control {
  height: 50px;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 12px;
  border-radius: 0px;
  border: none;
}

.enq-form .form-control:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
  background-color: #f8f8f8;
}
.page-banner {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/inner-bg.jpg");
  background-size: cover;
  padding: 58px !important;
}
.page-banner li a {
  color: white !important;
  font-size: 19px;
}
.page-banner li:nth-child(2) {
  margin: 0 10px;
  font-size: 15px;
  position: relative;
  top: 2px;
  color: white !important;
  display: inline-block;
}
.what-we-do-section i {
  font-size: 10px;
}
.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.stickyheader {
  animation: nv 0.7s ease-in-out;
  /* background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); */
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}

@keyframes nv {
  0% {
    top: -150px;
    opacity: 0;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}
/* .dropdown:hover .dropdown-menu{
  display: block;
} */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* Make sure the sub-menu appears to the right */
.dropdown-submenu .dropdown-menu {
  margin-left: 100%;
  margin-top: -5px;
}

/* Custom CSS for Mobile Dropdown */
@media (max-width: 767px) {
  .dropdown-menu {
    position: relative;
  }

  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
  }
}

.page-banner {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/inner-bg.jpg");
  background-size: cover;
  padding: 58px !important;
  background-position: center;
}
.page-banner li a {
  color: white !important;
  font-size: 19px;
}
.page-banner li:nth-child(2) {
  margin: 0 10px;
  font-size: 15px;
  position: relative;
  top: 2px;
  color: white !important;
  display: inline-block;
}
.page-banner-3 {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/metalized-paper-banner.jpg");
  background-size: cover;
  padding: 58px !important;
  background-position: center;
}
.page-banner-3 li a {
  color: white !important;
  font-size: 19px;
}
.page-banner-3 li:nth-child(2) {
  margin: 0 10px;
  font-size: 15px;
  position: relative;
  top: 2px;
  color: white !important;
  display: inline-block;
}
.metalized-paper i {
  display: inline-block;
  transform: rotate(90deg);
}

.page-banner-speciality {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/pe-coated-banner.jpg");
  background-size: cover;
  padding: 58px !important;
  background-position: center;
}
.page-banner-speciality li a {
  color: white !important;
  font-size: 19px;
}
.page-banner-speciality li:nth-child(2) {
  margin: 0 10px;
  font-size: 15px;
  position: relative;
  top: 2px;
  color: white !important;
  display: inline-block;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--text-color);
  color: white !important;
}


li.dropdown-item:hover .top-a {
  color: white !important;
}
.text-primary.career:hover{
  color: red !important;
}
.text-primary.career{
  transition: 0.7s ease;
}
/*.VIpgJd-ZVi9od-ORHb{*/
/*display : none !important;    */
/*}*/
/*.goog-te-combo, .VIpgJd-ZVi9od-ORHb *, .VIpgJd-ZVi9od-SmfZ *, .VIpgJd-ZVi9od-xl07Ob *, .VIpgJd-ZVi9od-vH1Gmf *, .VIpgJd-ZVi9od-l9xktf *{*/
/*display: none;    */
/*}*/
/*.VIpgJd-ZVi9od-ORHb{*/
/*    display : none !important;*/
/*}*/
.VIpgJd-ZVi9od-ORHb-OEVmcd{
    display : none;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active{
    display : none;
}
 .skiptranslate.goog-te-gadget {
    max-height: 27px;
    overflow: hidden;
}
body {
    top : 0 !important;
}
.goog-te-gadget-icon{
    display : none;
}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b div, .VIpgJd-ZVi9od-vH1Gmf-ibnC6b:link div, .VIpgJd-ZVi9od-vH1Gmf-ibnC6b:visited div, .VIpgJd-ZVi9od-vH1Gmf-ibnC6b:active div{
color : black;    
}
