* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  /* overflow-x: hidden; */
}
#pop-up-hide {
  display: none;
}

.nkknpma-popup {
  position: fixed;
  inset: 0;
  background: #000000f0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 1rem;
  overflow-y: auto;
}

.nkknpma-popup-modal {
  background: #fff;
  padding: 2rem;
  border-radius: 20px;
  min-height: 320px;
  max-width: 600px;
  width: 100%;
  box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
  animation: fadeIn 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nkknpma-popup-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nkknpma-popup-icon {
  font-size: 30px;
  cursor: pointer;
}

.nkknpma-popup-title {
  font-size: 1.8rem;
  color: #222;
  margin: 5px 0;
}

.nkknpma-popup-text {
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
  margin: 10px 0;
}

.nkknpma-popup-actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 10px;
}

.nkknpma-popup-btn {
  padding: 15px 70px;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  font-size: 20px;
}

.nkknpma-popup-btn--accept {
  background: #1b1c31;
}

.nkknpma-popup-btn--reject {
  background: #58575752;
  color: #1b1c31;
}
.text-cntr {
  text-align: center;
}

.txt-white {
  color: #fff;
}

p {
  font-size: 18px;
  margin: 5px 0;
  line-height: 1.7;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.log-hdr {
  background-color: #000;
  padding: 15px 20px;
}

.log2 {
color: white;
    margin: 0px;
    text-transform: uppercase;
    font-size: 25px;
}

.nkknpma-wrap {
  max-width: 1155px;
  width: 90%;
  margin: auto;
}

.nkknpma-wrap-100 {
  max-width: 100%;
  width: 100%;
  margin: auto;
}

.txt-rgt {
  text-align: right;
}

/*flex*/
.nkknpma-flex {
  display: flex;
}

.nkknpma-flex-aln {
  align-items: center;

}

.nkknpma-flex-jus {
  justify-content: space-between;
}

.nkknpma-flex-jus-cen {
  justify-content: center;
}

.nkknpma-flex-gp {
  gap: 20px;
}

.gp {
  gap: 5px
}

/*flex-child*/
.nkknpma-flex-50 {
  flex: 50%;
}

.nkknpma-flex-33 {
  flex: 33.33%;
}

.nkknpma-flex-80 {
  flex: 80%;
}

.nkknpma-flex-20 {
  flex: 20%;
}

.nkknpma-flex-40 {
  flex: 40%;
}

.nkknpma-flex-60 {
  flex: 60%;
}

.nkknpma-flex-30 {
  flex: 30%;
}

.nkknpma-flex-70 {
  flex: 70%;
}

.nkknpma-flex-10 {
  flex: 10%;
}

.nkknpma-flex-25 {
  flex: 25%;
}

.nkknpma-flex-75 {
  flex: 75%;
}

.nkknpma-flex-15 {
  flex: 15%;
}

.nkknpma-flex-55 {
  flex: 55%;
}

.nkknpma-flex-16 {
  flex: 16.66%;
}

.nkknpma-flex-col {
  flex-direction: column;
}

/*header*/
.nav-link {
  padding: 8px 20px;
  border-bottom: 2px solid black;
}

.nkknpma-navbar ul {
  padding: 0;
}

.nkknpma-navbar li {
  list-style-type: none;
}

.nkknpma-navbar a {
  color: #000000;
  transition: 0.2s;
  font-size: 16px;
}

.nkknpma-navbar a:hover {
  color: #eb1d1d;
}

.nkknpma-header {
  padding: 10px;
}

.nkknpma-main-header {
  padding: 0px 40px;
  background-color: rgb(128 128 128 / 49%);
  border-radius: 20px;
}

.active {
  color: #db1919 !important;
}

.nkknpma-top-header p {
  font-size: 16px;
}

.prd-cont {
  /* background-color: rgb(215, 188, 137); */
  padding: 10px;
}
.prd-cont  p {
  font-size: 16px;
  text-align: center;
}
.prd21 {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

/*banner*/
.nkknpma-banner-head {
  font-size: 40px;
  line-height: 1.4;
  margin: 5px 0 5px 0;
  font-weight: 500;
  
}

.nkknpma-banner-btn {
  max-width: 120px;
    padding: 10px 5px;
    transition: 0.3s;
    margin: 15px auto;
    text-align: center;
     border-bottom: 2px solid black;
    background-color: #ffffff;
    border-radius: 0px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.nkknpma-tstimon {
  /* background-image: url('../images/rev.jpg');
  background-size: cover;
  background-position: center; */
  padding:70px 20px; 
   background-color: #cccccca2;
}
.tstimon-cont {
    padding: 30px 20px;
    text-align: center;
    max-width: 800px;
    margin: auto;
    border-radius: 9px;
border-radius: 14px;
background: #e0e0e0;
box-shadow: inset 5px 5px 8px #aaaaaa,
            inset -9px -9px 8px #fff;
}

.nkknpma-banner-btn:hover {
  transform: scale(1.1);
  background-color: #161516;
  color:#ff5aa2;
}

.ban-cont {
  
 background-color: beige;
}

.nkknpma-banner-blk {
  max-width: 550px;
  margin: auto;
 
  text-align: center;
}




/* Make sure text appears above the overlay */


/*  */
.nkknpma-banner img{
  display: block;
}
.nkknpma-banner {
  padding: 0px;
}

/*product*/
.nkknpma-btn {
  max-width: 140px;
    padding: 10px;
    transition: 0.3s;
    text-align: center;
    background-color: #181818;
    border-radius: 0px;
    margin: 20px auto;
    color: #ffffff;
    border:2px solid rgba(0, 0, 0, 0);
}

.nkknpma-product-img {
  max-width: 380px;
}

.nkknpma-product {
  padding: 40px 10px;
}

.nkknpma-btn p {
  color: #000;
  text-align: center;
}

.nkknpma-product-img {
  max-width: 380px;
}

.nkknpma-btn:hover {
  transform: scale(1.1);
  color:#000;
  background-color: transparent;
  border:2px solid black;
}

.prod {
  border: 5px double black;
}

.prd-img {
  display: block;
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}

.nkknpma-btn:focus {
  outline: 3px solid #333;
}

.nkknpma-btn a {
  color: #fff;
}

.nkknpma-off {
  background-color: #138b2c;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.nkknpma-pro-blk {
  border: 1px solid #e5e5e5;
  position: relative;
  width: 100%;
}

.blprd {
  margin: 20px auto;
  width: 60%;
}

.nkknpma-pro-con {
  padding: 0 20px 30px 20px;
  /* position: relative; */
  text-align: center;
}

.nkknpma-cart {
  background-color: #c64191;
  position: absolute;
  border-radius: 50%;
  padding: 10px 10px 5px 10px;
  top: 67%;
  right: 5%;
  transition: 0.5s;
  cursor: pointer;
}

.nkknpma-cart:hover {
  background-color: #ec6fd3;
}

/*offer*/
.nkknpma-offer {
  padding: 10px;

  /* background-color: rgb(225, 197, 145); */
}

.off-img {
  /* border-radius: 50% 40% 5% 5%; */
}

.off-cont {
  padding: 10px;
  position: relative;
  right: 90px;
}
.off-cont p {
  font-size: 15px;
}
.nkknpma-offer h1 {
  font-size: 45px;
  font-weight: 700;
  margin: 10px 0 0 0;
  line-height: 1.5;
}

.nkknpma-offer-blk {
  background-color: #af41c69c;
  color: #fff;
  padding: 40px 20px;
  max-width: 500px;
  margin: auto;
}

.nkknpma-offer-btn {
  max-width: 140px;
  padding: 10px;
  margin: 20px 0px ;
  transition:.3s ease-in;
  text-align: center;
  /* background-color: #000; */
  border-bottom:1px solid black;
  /* border-radius: 50px; */
  color: rgb(7, 7, 7);
}



.nkknpma-offer-btn:hover {
  transform: scale(1.1);
  background-color: #000;
  color:#ff5aa2;
}

/*strip*/
.nkknpma-strip {
  background-image: url('../images/strp.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 70px 20px;
  background-blend-mode: overlay;
  background-color: #00000070;
}
.strp-cont {
  padding:20px ;
}
.nkknpma-strip img {
  max-width: 80px;
}
.strp-cont h1 {
  line-height: 1.4;
    font-size: 38px;
    margin: 5px 0px;
    font-family: fangsong;
    color:#fff;
}
.nkknpma-strp-btn {
 max-width: 140px;
    padding: 10px;
    margin: 20px auto;
    transition: .3s ease-in;
    text-align: center;
    background-color: #c6c6c6;
    border-bottom: 1px solid black;
    /* border-radius: 50px; */
    transition: 1s ease-in-out;
    color: rgb(10, 10, 10);
}
.nkknpma-strp-btn:hover{
  transform: scale(1.1);
  background-color: #000000;
  color:#ff5aa2
}
/*footer*/
.fot12 {
  color: white;
    font-size: 25px;
    margin: 14px 0px;
    text-transform: uppercase;
}

.nkknpma-footer-nav li {
  list-style-type: none;
  line-height: 2;
}

.nkknpma-footer-nav a {
  color: #fff;
  transition: 0.2s;
}

.nkknpma-footer ul {
  padding: 0;
}

.nkknpma-footer-nav {
  max-width: 300px;
  margin-top: 10px;
}

.nkknpma-footer-nav-p {
  border-left: #fff solid 1px;
  padding-left: 10px;
}

.nkknpma-footer-nav a:hover {
 
  color: rgb(224, 0, 0);
  /* padding: 10px */
}

.nkknpma-footer-top {
  padding: 40px 10px;
  background-color: #000;
}

.nkknpma-footer-blk {
  max-width: 180px;
  text-align: center;
  margin-top: 10px;
}

.dsk-nm {
  display: none;
}

.mob-nn {
  display: flex;
  justify-content: flex-start;
  padding-right: 20px
}

.con12 h4,
p {
  color: #000;
}

/*back-pages*/
.nkknpma-mid {
  padding: 40px 10px;
}

.product {
  text-align: center;
}

.prd-cont h1 {
  font-size: 22px;
  font-weight: 700;
  margin: 5px 0;
  line-height: 1.2;
}

.thumbnails {
  /* padding:50px 20px; */
  display: flex;
  align-items: center;
  /* gap:10px; */
}

.thumbnail {
  margin: 0 5px;
  cursor: pointer;
  /* height: 200px;
  width: 500px; */
}

.thumbnails img {
  display: inline-flex;
  max-width: 180px;
  margin: auto;
  padding: 5px;
}

.row ul {
  margin-top: 10px;
  padding-left: 20px;
}

.row p {
  color: black;
  font-size: 16px;
  line-height: 1.6;
   margin: 10px 0px;
}

.row ul li {
  line-height: 20px;
  margin-top: 10px;
  padding-left: 10px;
}

.row h3
 {
  margin: 10px 0px;
  line-height: 1.5;
}

.thumbnail-blk:hover {
  border-color: #000;
}

.product img {
  max-width: 380px;
}
.rev {
  border:5px double gray;
  padding:10px;
  margin:10px 0px;
  text-align: center;
  flex-grow: 1;
}
.rev p{
  font-size: 16px;
}
.rev h3,h5 {
  margin: 10px 0px;
}
.nkknpma-abtn {
  max-width: 180px;
  background-color: #0f0f0e;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 12px 15px;
    font-size: 16px;
    text-transform:uppercase;
    border: none;
    margin: 10px 0px;
    cursor: pointer;
}

.nkknpma-mid li {
  font-size: 16px;
}

.nkknpma-des {
  padding: 0 10px 30px 10px;
}

.nkknpma-mid-blk {
  border: #dedede solid 1px;
  border-radius: 20px;
}

/*contact-page-css*/
input[type=text],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #333;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #000;
}
.hgt{
  min-height:calc(100vh - 150px)
}
.ord23 {
  /* background-image: url('../images/pd-strip.jpg');
  background-position: center;
  background-size: cover; */
  background-color: beige;
  padding:20px;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ord-cont {
  border:2px solid black;
  padding:10px;
  text-align: center;
  padding:15px;
  max-width: 400px;
}

.ord-cont img {
  height: 70px;
  width: 70px;


}
.ord-cont h1 {
  margin:5px; 
  line-height: 1.4;
}
.ord-cont p {
  font-size: 16px;
}

.bxs9 {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;


}

.tha92 {
  background-color: #b3b1ab4b;
  backdrop-filter: blur(15px);
  border: 1px solid;
  border-radius: 20px;
  height: 300px;
  width: 40%;
  /* display: flex;
  justify-content: center; */
  /* flex-direction: column; */
  /* padding:20x 50px; */

}

.hdlg {
  padding-right: 34px;
  padding-left: 48px;
}
@media only screen and (max-width: 875px){
  .nkknpma-banner-head{
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
   /*  */

  .nkknpma-popup-modal {
    padding: 1.5rem;
  }

  .nkknpma-popup-title {
    font-size: 1.5rem;
  }

  .nkknpma-popup-text {
    font-size: 16px;
  }

  .nkknpma-popup-btn {
    padding: 0.9rem 2.5rem;
    font-size: 18px;
  }

  /*  */
  .nkknpma-flex-dir {
    flex-direction: column;
  }

  .mob-cntr ,.prod-cont ,.rev {
    text-align: center;
  }

  .dsk-nm {
    display: block;
  }

  .mob-nn {
    display: none;
  }

  /* .nkknpma-banner {
    padding: 20px;
  } */

  .nkknpma-banner-btn ,.nkknpma-strp-btn ,.nkknpma-offer-btn {
    margin: 20px  auto;
  }
.ban-cont{
  padding:30px 10px;
}
  .nkknpma-banner-head {
    font-size: 33px;
    line-height: 1.5;
  }

  .thumbnails {
    padding: 0px;
        display: flex
;
        align-items: center;
        flex-direction: row;
        
  }

  .thumbnails img {
max-width: 120px;
  }

  .nkknpma-mid {
    padding: 20px 10px;
  }

  .nkknpma-flex-dir-rev {
    flex-direction: column-reverse;
  }

  .nkknpma-strip h1 {
    font-size: 30px;
  }

  .nkknpma-offer h1 {
    font-size: 26px;
  }

  .nkknpma-footer-nav {
    margin: 15px auto auto;
  }

  .nkknpma-footer-blk {
    margin: 15px auto auto;
  }

  

  .nkknpma-offer-con {
    margin: auto;
  }

 .nkknpma-footer ul {
    padding: 10px 0px;
}
  .nkknpma-offer {
    padding: 10px;
  }
.log-hdr{
      padding: 20px 20px;
}
.nkknpma-tstimon{
      padding: 30px 10px;
}
.tstimon-cont{
  padding: 20px 20px;
}
  .search-container {
    flex-direction: column;
    width: 90%;
    margin: auto;
  }
.off-cont {
  position: relative;
  right:0px;
}
  .blprd {
    margin: 20px auto;
    width: 100%;
  }
/* .nkknpma-banner {
  background-image: url('../images/banner.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */
  .search-input {
    margin-bottom: 10px;
  }

  .search-button {
    width: 100%;
  }

  .non{
    display: none;
  }
.nkknpma-strip  {
  padding:20px;
}
  
}

@media only screen and (max-width:480px) {
  .nkknpma-popup-modal {
    padding: 1rem;
  }

  .nkknpma-popup-btn {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
  }

  .nkknpma-popup-flx {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .nkknpma-popup-title {
    font-size: 24px
  }

  .nkknpma-popup-icon {
    align-self: flex-end;
  }
/*  */
}

@media only screen and (max-width:380px){
      .nkknpma-banner-head {
        font-size: 29px;
        line-height: 1.5;
    }
.nkknpma-banner-blk {
        margin: auto;
        /* background-color: #00000055; */
        padding: 20px;
        
    }
    .strp-cont {
      padding:10px;
    }
    .nkknpma-wrap {
          max-width: 1155px;
    width: 100%;
    margin: auto;

    }

}

/*effects*/
.nkknpma-grow img {
  transition: 1s ease;

}

.nkknpma-grow {
  overflow: hidden;
  cursor: pointer;
  /* padding:50px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.nkknpma-grow img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1s ease;
}

/**/
.img-content {
  position: relative;

  .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.1;
    transition: all .3s ease;
    cursor: pointer;
    border-radius: 50%;
  }

  &:hover {
    .img-overlay {
      opacity: .8;
    }
  }
}

/**/
.select-container {
  width: 100%;
  max-width: 1220px;
  margin-top: 15px;
}

label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}

select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

select:focus {
  border-color: #007bff;
  outline: none;
}

.search-input {
  flex: 1;
  border: none;
  padding: 10px;
  font-size: 16px;
  outline: none;
}

.search-input::placeholder {
  color: #999;
}

.search-button {
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.5s;
  background-color: transparent;

  border: #fff solid 1px;
}

.search-button:hover {
  transform: scale(1.1);
}