.header {
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 11;
  box-shadow: 0px 0px 7px #c3c3c3;
  padding: 2px 15px;
}
.header.fixed {
  position: fixed;
  box-shadow: 0px 0px 10px #d3d3d3;
}
.header.noFixed.fixed {
  position: relative;
}
.header .logo {
  width: 220px;
}
.header .logo img {
  display: block;
}
.header .nav li {
  font-size: 14px;
  position: relative;
  display: inline-block;
  padding: 8px 10px;
  margin: 0px 10px;
}
.header .nav li::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #3c78e3;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: ease 0.5s;
}
.header .nav li:hover::after {
  width: 100%;
}
.header .nav li:hover a {
  color: #003594;
}
.header .nav .inner-logo {
  width: 100%;
  max-width: 160px;
  display: none;
  padding: 20px;
}
.header .nav .btn-close {
  width: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #000;
  display: none;
  padding: 5px;
}
.header .nav .btn-close img {
  display: block;
}
.header .made-india {
  width: 100px;
  margin-left: 40px;
}

.banner-section {
  height: calc(100vh - 80px);
  position: relative;
  overflow: hidden;
}
.banner-section video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -50px;
  left: 0px;
  border: none;
  outline: none;
}

.amazon-section {
  background-color: #232f3e;
  color: #fff;
  padding: 0px 12px;
}
.amazon-section .col-text {
  padding: 20px 20px;
  padding-left: 40px;
}
.amazon-section .col-text h5 {
  font-size: 18px;
  font-weight: 400;
  padding: 15px 0px 25px;
}
.amazon-section .col-img .column {
  width: 33.33%;
  height: 190px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: transform 0.1s;
}
.amazon-section .col-img .column:hover {
  transform: scale(1.08);
  box-shadow: 0px 0px 10px #000;
}
.amazon-section .col-img .column img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.amazon-section .col-img .column.img img {
  max-height: 100px;
}
.amazon-section .col-img .column:hover img {
  transform: scale(1.4);
}

.category-section .column {
  transition: transform 0.1s;
  margin-top: 25px;
}
.category-section .column:hover {
  transform: scale(1.07);
  box-shadow: 0px 0px 7px #ddd;
}
.category-section .column img {
  width: 100%;
  height: 175px;
  display: block;
}
.category-section .column .text {
  padding: 15px 10px;
}

.trending-section .column {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trending-section .column img {
  max-height: 50px;
}
.trending-section .column.w-xsm img {
  max-height: 20%;
}
.trending-section .column.w-sm img {
  max-height: 30%;
}
.trending-section .column.w-lg img {
  max-height: 60px;
}

.effect-section {
  background-color: #fbfbff;
}
.effect-section .panel {
  background-color: #d2e825;
  position: relative;
  padding: 50px 50px;
}
.effect-section .panel::after {
  content: "";
  background: url(https://d1k7ad08k3erkk.cloudfront.net/wp-content/themes/Zetwerk/dist/img/banner-graphics.svg?x73914) no-repeat bottom -50px right/100% auto;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80rem;
  max-width: 50%;
  height: 100%;
  mix-blend-mode: color-dodge;
  opacity: 0.8;
  transform: scaleX(-1);
}
.effect-section h2 {
  color: #000;
}
.effect-section .col-img {
  text-align: center;
  position: relative;
  z-index: 1;
}
.effect-section .col-img img {
  width: 10rem;
  opacity: 0.8;
  margin-bottom: 40px;
}

.why-section {
  font-size: 14px;
}
.why-section .col-text .box {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.why-section .col-text .box span {
  width: 24px;
  position: absolute;
  top: 2px;
  left: 0px;
}
.why-section .col-text .box p {
  line-height: 1.6;
}
.why-section .col-img {
  background-image: url(../images/bg-why1.png);
  background-size: cover;
  background-position: center;
  -webkit-clip-path: polygon(14% 0, 84% 0, 100% 50%, 83% 100%, 13% 100%, 0% 50%);
          clip-path: polygon(14% 0, 84% 0, 100% 50%, 83% 100%, 13% 100%, 0% 50%);
  height: 100%;
  padding: 30px 0px;
}
.why-section .col-img .logo {
  width: 160px;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
          clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
  display: none;
  padding: 25px;
}

.feature-section .column span {
  display: block;
  height: 70px;
}
.feature-section .column h4 {
  color: #003594;
  padding-bottom: 20px;
}
.feature-section .column p {
  line-height: 1.8;
}

footer {
  background-color: #fbfbfb;
  overflow: hidden;
  padding: 30px 0px 0px;
}
footer .column {
  width: 20%;
  position: relative;
  padding: 0px 10px 0px 20px;
}
footer .column::after {
  content: "";
  width: 2px;
  height: 60%;
  position: absolute;
  top: 20%;
  left: 0px;
  background-color: #f1f1f1;
}
footer .column span {
  height: 30px;
  display: block;
}
footer .column h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 0px 5px;
}
footer .column p {
  font-size: 12px;
}
footer .column p a {
  color: #000;
}
footer .copyright {
  background-color: #ededed;
  font-size: 12px;
  padding: 10px 10px;
  margin-top: 30px;
}
footer .copyright .links li {
  display: inline-block;
  line-height: 1;
  border-right: solid 1px #686868;
  padding: 0px 10px;
}
footer .copyright .links li:last-child {
  border-right: none;
}
footer .copyright p {
  line-height: 1;
}

.about-section .col-img iframe {
  width: 100%;
  height: 260px;
}

.global-section {
  background-color: #fafaff;
}
.global-section p {
  padding-bottom: 12px;
}

.vision-section .panel {
  background-color: #eff0ff;
  min-height: 294px;
  padding: 40px;
}
.vision-section .panel .col-img {
  position: relative;
}
.vision-section .panel .col-img img {
  width: 80%;
  position: absolute;
  top: -80px;
  right: 0px;
}

.interested-section {
  background-color: #003594;
  color: #fff;
  padding: 30px 0px;
}

.banner-products {
  padding: 20px;
}
.banner-products img {
  display: inline-block;
}

.all-categories-section {
  background-color: #f7f7f7;
  padding: 30px 0px;
}
.all-categories-section .row {
  margin: 0px;
}
.all-categories-section .category-panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 15px;
  margin-bottom: 15px;
}
.all-categories-section .category-panel h3 {
  color: #003594;
  font-size: 20px;
  margin-bottom: 15px;
}
.all-categories-section .category-panel h3 a {
  color: #003594;
}
.all-categories-section .category-panel .row {
  justify-content: unset;
}
.all-categories-section .category-panel .column {
  width: 16.6666666667%;
  padding: 10px 0px;
}
.all-categories-section .category-panel .column h4 {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 12px;
}
.all-categories-section .category-panel .column ul li {
  font-size: 13px;
  position: relative;
  padding-left: 12px;
  margin: 4px 0px;
}
.all-categories-section .category-panel .column ul li::before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 2px;
  left: 0px;
}

.industies-banner {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0px;
}
.industies-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.8);
}
.industies-banner .container {
  position: relative;
  z-index: 1;
}
.industies-banner P {
  padding-bottom: 30px;
}

.message-section .panel {
  background-color: #000;
  color: #fff;
  padding: 40px 70px;
}
.message-section .panel h3 {
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
}

.solution-section .column {
  transition: transform 0.5s;
}
.solution-section .column .img {
  overflow: hidden;
}
.solution-section .column .text {
  padding: 0px 15px;
}
.solution-section .column .text .box {
  background-color: #fff;
  position: relative;
  padding: 25px;
  margin-top: -100px;
}
.solution-section .column .text .box h3 {
  font-size: 22px;
  text-decoration: underline;
  padding-bottom: 12px;
}
.solution-section .column .text .box p {
  line-height: 1.6;
}
.solution-section .column:hover {
  transform: scale(1.03);
}

.innner-banner img {
  width: 100%;
  display: block;
}

.banner-careers {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
}

.career-section {
  background-color: #f7f7f7;
  font-size: 14px;
}
.career-section h3 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 50px;
}
.career-section .col-lg-4 {
  margin: 40px 0px;
}
.career-section .column {
  height: 100%;
  border-left: solid 1px #003594;
  padding-left: 25px;
}
.career-section .column h4 {
  color: #003594;
  padding-bottom: 12px;
}

.join-section {
  background-color: #fbfbfb;
  border-bottom: solid 1px #f3f2f2;
}
.join-section h1 {
  color: #003594;
  line-height: 1.2;
}
.join-section h4 {
  padding-bottom: 22px;
}

.banner-contact {
  font-size: 14px;
}
.banner-contact .col-text {
  padding-right: 45px;
}
.banner-contact h2 {
  font-size: 38px;
  font-weight: 600;
  padding-bottom: 2px;
}
.banner-contact h5 {
  font-weight: 500;
  padding-bottom: 20px;
}
.banner-contact p {
  font-weight: 300;
}
.banner-contact img {
  display: block;
}

.contact-section {
  background-color: #f3f2f2;
  font-size: 14px;
}
.contact-section .col-lg-6 {
  margin: 12px 0px;
}
.contact-section .column {
  background-color: #fff;
  height: 130px;
  position: relative;
  display: flex;
  border-radius: 8px;
  padding: 20px;
}
.contact-section .column span {
  font-size: 24px;
  margin-right: 20px;
}
.contact-section .column h4 {
  padding-bottom: 12px;
}
.contact-section .map {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
}
.contact-section .map iframe {
  width: 100%;
  height: 170px;
}

.text-section h3 {
  font-size: 18px;
  padding-bottom: 8px;
}
.text-section p {
  padding-bottom: 20px;
}

@media (max-width: 1024px) {
  .header .logo {
    width: 200px;
  }
  .header .nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 12;
    transform: translateX(-100%);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .header .nav.active {
    transform: translateX(0%);
  }
  .header .nav ul {
    width: 70%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .header .nav li {
    display: block;
    border-bottom: solid 1px #ddd;
    padding: 10px 15px;
    margin: 0px;
  }
  .header .nav .btn-close {
    display: block;
  }
  .header .nav .inner-logo {
    display: block;
  }
  .header .made-india {
    width: 88px;
    margin-right: 20px;
  }
  .banner-section {
    height: auto;
  }
  .banner-section video {
    position: static;
  }
  .why-section .col-img {
    height: 300px;
    margin: 20px 0px;
  }
  footer .column {
    width: 50%;
    margin-bottom: 30px;
  }
  .about-section .col-text {
    margin-bottom: 30px;
  }
  .about-section .col-img iframe {
    height: 410px;
  }
  .vision-section .panel {
    min-height: 20px;
  }
  .vision-section .panel .col-img img {
    position: static;
  }
  .industies-banner {
    padding: 60px 0px;
  }
  .message-section .panel {
    padding: 30px;
  }
  .message-section .panel h3 {
    font-size: 20px;
  }
  .banner-contact {
    padding: 40px 0px;
  }
  .all-categories-section .category-panel .column {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 5px 10px;
  }
  .header .logo {
    width: 140px;
  }
  .amazon-section .col-text {
    padding: 25px 15px;
  }
  .amazon-section .col-img .column {
    width: 50%;
  }
  .trending-section .col-lg-3 {
    width: 33%;
  }
  .effect-section .panel {
    padding: 30px;
  }
  .why-section .col-text {
    padding-top: 20px;
  }
  footer .column {
    width: 100%;
    border-left: none;
    border-bottom: solid 1px #e3e3e3;
    padding: 15px 20px;
    margin-bottom: 0px;
  }
  footer .copyright .links {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
  footer .copyright .text {
    width: 100%;
    text-align: center;
  }
  .about-section .col-img iframe {
    height: 310px;
  }
  .vision-section .panel {
    padding: 15px;
  }
  .vision-section .panel h2 {
    padding-bottom: 10px;
  }
  .interested-section {
    text-align: center;
  }
  .interested-section .col-btn {
    text-align: center !important;
    padding-top: 20px;
  }
  .banner-products img {
    width: 90%;
  }
  .all-categories-section .category-panel .column {
    width: 50%;
  }
  .industies-banner {
    padding: 30px 0px;
  }
  .solution-section .column {
    margin-bottom: 15px;
  }
  .banner-careers {
    padding: 50px 0px;
  }
  .career-section h3 {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .career-section .col-lg-4 {
    margin: 20px 0px;
  }
  .join-section {
    text-align: center;
  }
  .join-section h1 {
    padding-bottom: 12px;
  }
  .banner-contact {
    padding: 30px 0px;
  }
  .contact-section .column {
    height: auto;
  }
  .contact-section .map {
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
  .amazon-section .col-img .column {
    height: 160px;
  }
  .category-section .column {
    margin-top: 5px;
  }
  .category-section .column img {
    height: auto;
  }
  .trending-section .col-lg-3 {
    width: 50%;
  }
  .trending-section .column {
    height: 100px;
  }
  .effect-section .col-text {
    margin-bottom: 20px;
  }
  .why-section .col-img {
    height: 240px;
  }
  .about-section .col-img iframe {
    height: 240px;
  }
  .all-categories-section .category-panel .column {
    width: 100%;
  }
  .contact-section .column {
    flex-wrap: wrap;
  }
  .contact-section .column span {
    width: 100%;
    margin-bottom: 20px;
  }
}