@font-face {
  font-family: "Boowie";
  src: url("../fonts/BOOWIE.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.mainheading {
  font-size: 40px;
}
@media screen and (max-width: 600px) {
  .mainheading {
    font-size: 25px;
  }
}

.categerybox {
  height: 100%;
  overflow: hidden;
}

.categerybox img {
  transition: transform 0.4s ease;
}

.categerybox:hover img {
  transform: scale(1.1);
}

.contanetbox {
  /* background: #000000; */
  /* background: #102e4a; */
  background: #e96715;
  padding: 21px 10px;
}

.icnwhy{
  color: #e96715;
}

.contanetbox p {
  text-align: center;
  color: #fefefe;
}

.ourcimg {
  height: 100vh;
  object-fit: cover;
}

.hero-section {
  background: url("../img/new/product/bannerd.jpg") center/cover no-repeat;
  padding: 80px 0;
  position: relative;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
  background: #1c355e96;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-title h2 {
  color: #fff;
  font-size: 40px;

  /* border-left:3px solid #fff; */
  padding-left: 15px;
}

@media screen and (max-width: 600px) {
  .hero-title h2 {
    color: #fff;
    font-size: 25px;

    /* border-left:3px solid #fff; */
    padding-left: 15px;
  }
}

.hero-text {
  color: #fff;
  font-size: 16px;
}

.hero-btn {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 20px;
}

.product-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius:10px; */
}

.big-img {
  height: 500px;
}

.small-img {
  height: 245px;
}

.hero-sectionaa {
  background: url("../img/new/product/ab3.jpg") center/cover no-repeat;
  padding: 140px 0;
  position: relative;
}

.hero-sectionaa::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
  background: #1c355e96;
}

.hero-sectionaa .container {
  position: relative;
  z-index: 2;
}

/* .hero-title h4 {
        color: #fff;
        font-size: 40px;

       
        padding-left: 15px;
    } */

.hero-text {
  color: #fff;
  font-size: 16px;
}

.knowbox img {
  height: 350px;
  object-fit: cover;
}

.know-content {
  margin-top: 12px;
}

.know-content strong {
  font-size: 15px;
}

.know-content strong,
p {
  color: #102e4a;
}

@media screen and (max-width: 980px) {
  .ourcimg {
    height: auto;

    object-fit: cover;
  }
}

.mobilebanner {
  display: none !important;
}

.mlogo {
  display: none !important;
}

.ftrlogo {
  width: 70%;
}

@media screen and (max-width: 1142px) {
  .ftrlogo {
    width: 23%;
  }
}

.ftruslink {
  font-size: 15px;
  color: #fefefe;
}
.footer-menu_item {
  color: #fefefe;
}

.iconf {
  font-size: 20px;
  color: #ffffff !important;
}
.neimgtxt {
  margin-top: 100px;
}

.productdmain{
        margin-top: 140px;

    }

    .msamepage{
        display: none;

    }

    .newpagrt{
        margin-top: 100px;
        background:  #fef7e5;
    }
    .mcarousel{
    margin-top: 100px;
}


@media screen and (max-width: 600px) {
  .desktopbanner {
    display: none !important;
  }

  .mobilebanner {
    display: block !important;
  }

  .hnew {
    background: #ffffff;
  }

  .mcarousel {
    margin-top: 63px;
  }
  .mtopc {
    font-size: 10px !important;
  }
  .dlogo {
    display: none;
  }
  .mlogo {
    display: block !important;
  }

  .header-white .btn-mobile svg path {
    /* fill: var(--white); */
    fill: #000000;
  }

  .iconh {
    font-size: 20px;
    color: #000000 !important;
  }
  .header-white.header-bg {
    background-color: #ffffff;
  }

  .ftrlogo {
    width: 50%;
  }

  .neimgtxt {
    margin-top: 64px;
  }

  .productdmain{
        margin-top: 65px;

    }

    .dsamepage{
      display: none!important;
    }

    .msamepage{
        display: block!important;

    }

    .newpagrt{
        margin-top: 65px!important;
        background:  #fef7e5;
    }
    
}

.product-card {
  text-align: center;
  position: relative;
  padding: 10px;
}

.new-tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #102e4a;
  color: #fff;
  font-size: 9px;
  padding: 4px 8px;
  letter-spacing: 1px;
}

.product-card img {
  max-width: 160px;
  margin-top: 30px;
}

.product-name {
  font-weight: 500;
  margin-top: 15px;
  font-size: 15px;
}

.product-price {
  color: #555;
  font-size: 14px;
}

/* Mobile Responsive */

@media (max-width: 576px) {
  .product-card img {
    max-width: 110px;
  }

  .product-name {
    font-size: 13px;
  }

  .product-price {
    font-size: 12px;
  }

  .new-tag {
    font-size: 8px;
    padding: 3px 6px;
    width: 70%;
  }
}





        .product-title {
            font-size: 25px;
            font-weight: 400;
        }

        .price {
            font-size: 18px;
            margin-top: 10px;
        }

        .tax-text {
            font-size: 14px;
            color: #555;
            margin-top: 5px;
        }

        .option-title {
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .color-box {
            border: 1px solid #ccc;
            padding: 8px 16px;
            margin-right: 8px;
            font-size: 12px;
            cursor: pointer;
        }

        .size-box {
            border: 1px solid #ccc;
            padding: 8px 14px;
            margin: 5px;
            font-size: 13px;
            cursor: pointer;
            display: inline-block;
        }

        .product-tabs .nav-link {
            border: none;
            color: #777;
            font-size: 13px;
            letter-spacing: 1px;
        }

        .product-tabs .nav-link.active {
            border-bottom: 2px solid #000;
            color: #000;
        }

        .add-cart {
            border: 1px solid #000;
            padding: 12px;
            width: 100%;
            background: #fff;
        }

        .buy-now {
            background: #222;
            color: #fff;
            padding: 12px;
            width: 100%;
            border: none;
        }


       
        .nav-tabs {
            justify-content: center;
            border: none;
            margin-bottom: 30px;
        }

        .nav-tabs .nav-link {
            border: none;
            color: #102e4a;
            font-weight: 500;
            font-size: 12px;
        }

        .nav-tabs .nav-link.active {
            color: #102e4a;
            border-bottom: 2px solid #102e4a;
        }
    
    
