

html {
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  margin: 0px;
  padding: 0px;
}
#pop-up-hide {
  display: none;
}

.klnuwoa-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;
}

.klnuwoa-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;
}

.klnuwoa-popup-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.klnuwoa-popup-icon {
  font-size: 30px;
  cursor: pointer;
}

.klnuwoa-popup-title {
  font-size: 1.8rem;
  color: #222;
  margin: 5px 0;
}

.klnuwoa-popup-text {
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
  margin: 10px 0;
}

.klnuwoa-popup-actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 10px;
}

.klnuwoa-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;
}

.klnuwoa-popup-btn--accept {
  background: #1b1c31;
}

.klnuwoa-popup-btn--reject {
  background: #58575752;
  color: #1b1c31;
}
img {
  width: 100%;
  height: auto;
}

p {
  font-size: 18px;
  line-height: 1.5;

}

a {
  text-decoration: none;
  cursor:pointer;

}
.pq2r{
  color:white;
  font-size: 28px;
}
h1 {
  font-size: 30px;
  line-height: 1.5;

}
.lhd2w{
  color:white;
  
}
.klnuwoa-wrp {
  max-width:1155px;
  width:90%;
  margin: auto;
}
.klnuwoa-wrp-100 {
  max-width:1155px;
  width:100%;
  margin: auto;
}
.prd5 {
  background-color: #cccccc3d;
  border: 2px solid;
  padding: 10px;

}
.prod-cont {
  text-align: center;
  padding: 10px;
  line-height: 1.4;
}
.txt-cntr {
  text-align: center;
}

/* flex */
.klnuwoa-flx {
  display: flex;
}

.klnuwoa-flx-jus {
  justify-content: space-between;
}
.klnuwoa-flx-jus-cen{
  justify-content: center;
}
.klnuwoa-flx-aln {
  align-items: center;
}
.klnuwoa-flx-col{
   flex-direction: column;
} 
.klnuwoa-flx-gp {
  gap: 20px;
}

.klnuwoa-flx-50 {
  flex: 50%;
}

.klnuwoa-flx-33 {
  flex: 33.3%;
}
.klnuwoa-flx-10{
  flex:10%;
}
.klnuwoa-flx-20{
  flex:20%;
}
.klnuwoa-flx-30 {
  flex: 30%;
}

.klnuwoa-flx-70 {
  flex: 70%;
}
.klnuwoa-flx-40{
  flex:40%;
}
.klnuwoa-flx-25 {
  flex: 25%
}


.klnuwoa-flx-80 {
  flex: 80%
}

.klnuwoa-flx-60 {
  flex: 60%
}

.klnuwoa-flx-40 {
  flex: 40%
}

.klnuwoa-flx-22 {
  width: 25%;

}

.klnuwoa-gap {
  padding: 30px 20px;
}

/* top */
.header1 {
  background-color: #000000;
 
  color: #f0ebeb;
  padding: 10px;
}

/* navbar */
.header {
  background-color: #0f0f0f;
  padding: 10px 20px;
}

.navbar-links a {
  color: white;
    text-decoration: none;
    padding: 6px;
    margin-right: 10px;
    border-radius: 10px;
    transition: 0.3s;
    font-size: 15px;


}

.navbar-links {
  display: flex;
  padding: 10px 30px;
  border-radius: 80px;
}

.navbar-links a:hover {

  color: #FFD700;


}

.pwsa1ul {
  list-style: none;
  padding: 0;
}

.pwsa1li {
  margin-bottom: 10px;
}

.cf6ue22 a {
  text-decoration: none;
  color: #fff;
}
.logo-img{
  max-width: 180px;
}

/* banner */

.klnuwoa-ban {
 
  background-image: url(../images/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  padding:120px 30px;
}
.banner{
  padding:30px;
    
}
.banner h1 {
  color: rgb(16, 16, 16);
    line-height: 1.5; 
    font-size: 40px;
    font-family: math;
}
.ban-img {
  max-width: 400px;
  margin-top: -50px;

}
/* .hsk2{
  text-align:start;
} */
.txt-bg {
  padding: 30px 0px 10px 244px;
}

.txt-bg h1 {
  font-weight: 450;
  font-size: 50px;
  color: #000;
}

.txt-bg p {
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 10px;
}

.klnuwoa-ban .txt-bg a {
  border-radius: 2px;
  width: 200px;
  background: #000;
  padding: 15px 0px;
  color: #ffffff;
  font-size: 17px;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .4s ease-in;
}

.klnuwoa-ban .txt-bg a:hover {
  border: none;
  background: #ffffff;
  color: #000000;

}
.ban-desc{
  color: #666;
  letter-spacing: 3px;
  
  max-width: 100%;
  border-radius: 80px;
  padding: 10px;
  font-weight: 400;
}

.clr {
  color: #cd865c;
  text-transform: initial;
}

.abt p{
  color: #666;
}
.abt h2{
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 10px;
}
/**  offer section **/


.offer{
 
  background-color: gray;
  /* min-height:500px; */
  /* display: flex;
  justify-content: center;
  align-items: center; */
  padding: 30px 0px;
}
.off-cont{
 padding: 20px;
  max-width: 600px;
 
}
.off-cont p{
  line-height: 30px;
  margin-top: 20px;
  color:white;
}
.off-cont h1{
  color:white;
}
.offers a {
  border-radius: 2px;
  width: 200px;
  background: #f5d105;
  padding: 15px 0px;
  color: #000;
  font-size: 17px;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .4s ease-in;
}

.offers a:hover {
  border: none;
  background:#666
  ;
  color: #ffffff;

  transition: all .4s ease-in;

}

.offers {
  margin-bottom: 50px;

}



.off-img {
  max-width: 550px;
  height:400px;
  width:100%;
}

.offer-sec h3 {
  font-size: 50px;
  color: #fff;
}

.detail-box h2 {
  font-size: 50px;
  color: #000000;
}

.detail-box p {

  color: #000000;
}

/** end offer section **/

/* footer link */
.foot-link  {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
 
}
.foot-link a{
  padding:5px 10px;
}

/* items */
.btn{
  font-size: 15px;
  color: #fafafa;
  text-transform: uppercase;
  padding: 14px 20px;
  border-radius: 10px;
  border: 2px solid #fafafa;
  background: #252525;
  box-shadow: 3px 3px #fafafa;
  cursor: pointer;
  margin: 15px 0;
}
.btn:active {
  box-shadow: none;
  transform: translate(3px, 3px);
}
.btn a{
  font-size: 20px;
}

.klnuwoa-items .btn-box a {
  border-radius: 2px;
  width: 150px;
  background: #000;
  padding: 15px 0px;
  color: #ffffff;
  font-size: 17px;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .4s ease-in;
}

.klnuwoa-items .btn-box a:hover {
  border: none;
  background:#666;
  ;
  color: #ffffff;

  transition: all .4s ease-in;

}

.stars {
  max-width: 100px;
  margin-bottom: 10px;
}

.item-img {
  max-width: 450px;
  display: block;
}
.rev{
  border: 4px double black;
    padding: 10px;  
margin:20px 0px;
}
.items-cont {
  margin: 20px 0px;
}
.pd-img img{
  max-width: 120px;
  flex-wrap: wrap;
  justify-content: center;
  gap:5px;

}
.titlepage h2 {
  font-size: 25px;
  color: #2a2a2c;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
}

.titlepage p {
  font-size: 15px;
  color: #000;
  padding-top: 5px;
  line-height: 1.6;

}
.strp{
  background-image: url('../images/strp.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:120px 20px;
  
}
.strp-cont{
  max-width: 550px;
  text-align: center;
   /* border:1px solid white; */
   padding:20px;
   /* background-color: rgb(255 255 255 / 49%); */
   line-height: 1.5;
  
}
/* Main container */
.tstmon {
  background-image: url(../images/tst.jpg);
  background-size: cover;
  background-position: center;
  padding: 90px 20px;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  position: relative;
}

/* Testimonial content box */
.tst-cont {
  background-color: whitesmoke;
  max-width: 600px;
  padding: 30px 20px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
  transition:.2s ease-in-out;
}

/* Text styles */
.tst-cont p {
  line-height: 1.6;
  letter-spacing: 1px;
  font-size: 19px;
  font-family: 'Georgia', serif;
  color: #000;
  margin: 0;
}

.tst-cont h2 {
  margin: 15px 0 0;
  font-family: 'Fangsong', serif;
  color: #000;
  font-weight: bold;
}

/* All 4 borders will be absolutely positioned around the box */
.tst-cont::before,
.tst-cont::after,
.border-layer.layer-1,
.border-layer.layer-2 {
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  border: 3px solid #000;
  pointer-events: none;
  z-index: 1;
}

/* Rotate and shift each for a layered effect */
.tst-cont::before {
  transform: rotate(2deg);
}
.tst-cont::after {
  transform: rotate(-2deg);
}
.border-layer.layer-1 {
  transform: rotate(4deg);
}
.border-layer.layer-2 {
  transform: rotate(-4deg);
}

/* Make sure text sits above all borders */
.tst-cont > p,
.tst-cont > h2 {
  position: relative;
  z-index: 2;
}
.tst-cont:hover{
  transform: scale(1.05) rotate(3deg);
}
.item-price {
  font-size: 16px;
  padding: 10px 0px;
 
  font-weight: 500;
}

/*  products */

.prod .prod_desc {
  text-align: center;
  border: #555556 solid 1px;
  border-radius: 2px;
  padding: 120px 0px 30px 0px;
  /* margin-bottom: 30px; */
}

.prod .prod_desc figure {
  margin: 0;
}

.prod .prod_desc h3 {
  color: #000;
  font-size: 22px;
  line-height: 20px;
  padding: 70px 0px 9px 0px;
}

.prod .prod_desc p {
  color: black;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.prod_desc p {
  font-size: 16px;
    color: #000;
    line-height: 1.9;
}
.prd-cont {
  padding:20px;
}
.btn-box {
  border-radius: 5px;
    max-width: 171px;
    border: 2px solid #acacac00;
    background: #842e2f;
    padding: 11px 9px;
    color: #ffffff;
    font-size: 17px;
    /* display: inline-block; */
    text-align: center;
    margin: 10px 0px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .4s ease-in;
}

.btn-box:hover {
 border: 2px solid #842e2f;
    background-color: #fff;
    color: #000;
    box-shadow:0px 0px 15px 7px #842e2f;
}
.prd-btn{
  border-radius: 5px;
    max-width: 171px;
    border: 2px solid #acacac00;
    background: #842e2f;
    padding: 11px 9px;
    color: #ffffff;
    font-size: 17px;
    /* display: inline-block; */
    text-align: center;
    margin: 10px auto;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .4s ease-in;
}
.prd-btn:hover{
  border: 2px solid #842e2f;
  background-color: #fff;
  color:#000;
  box-shadow: 0px 0px 15px 7px #842e2f;
}
.prod_desc {
  border-radius: 2px;
  /* padding-bottom: 20px; */
  transition: 0.3s ease;
  background-color: #f4fafa78;
  max-width: 450px;
  border: 2px solid black;
}

.prod_desc:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.prod_desc img{
  border-radius: 50%;
}
/* single-prod */
.prod-price {
  font-size: 17px;
  padding-top:10px;
  padding-bottom: 5px;
  font-weight: 500;
}

.prod_desc h3 {
  color: black;
  font-size: 16px;
  font-weight:400;

}



.prod-img {
  max-width: 600px;
}
/* .prd-img{
  border:5px double black;
  padding:10px;
} */

.details li{
  margin-top:10px;
  list-style: none;
}

.thumbnails {
 text-align: center;
}

.thumbnail {
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
}

.thumbnails img {
  max-width: 125px;
  display: inline-flex;
}

.thumbnail:hover {
  border-color: #333;
}

.titlepage h1 {
  font-size: 22px;
  color: #2a2a2c;
  line-height: 1.4;
  font-weight: bold;
  padding: 0;
}

.prod-desc {
  padding:30px;
}

.prod-desc p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

.pakw1{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding:10px;
}

.hgt {
  min-height: calc( 100vh - 150px);
}
.ojs2{
  border:1px solid ;
max-width:600px;
min-height: 300px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  padding:20px;
  line-height:1.5;
  background-color: #3333332d;
 border-radius: 5px;
 
}
.ojs2 img{
  height:60px;
  width:60px;
     margin: 0px auto;
}

.ojs2 h1{
  font-size: 25px;
  line-height: 1.5;
  padding:5px 0px;
}
.ojs2 p{
  font-size:17px;
}

/* footer */
.footer {
  background-color: #f0ebeba6;
  color: #000000;
  padding: 30px 20px;

}
.footer-top{
  background-color: black;
}
.foot-btn{
  /* background-color: aliceblue;  */
    padding: 13px 20px;
    font-size: 16px;
    max-width: 150px;
    text-align: center;
    color: rgb(4, 4, 4);
    border-radius: 10px;
    margin: 20px auto;
    position: absolute;
    top: -16px;
    left: 67%;
}
.foot-btn:hover{
  /* box-shadow: 1px 1px 1px black; */
  background-color: rgba(214, 209, 209, 0.314);
}
.klnuwoa-foot-form{
  padding:50px;
}
.img-ft {
  max-width: 150px;
  margin-top: 20px;
  
}

.footer a {
  text-decoration: none;
  color: #0b0a0a;

}

.ft-mr {
  margin-bottom: 30px;
}

.ft-mr h4 {
  font-size: 30px;
  color: #fff;
}

.ft-mr button {
  font-size: 17px;
  background-color: #fff;
  padding: 15px 20px;
  border: none;
  margin-top: 10px;
}

.ft-hr {
  color: #fff;
  margin-top: 60px;
  margin-bottom: 10px;
}

.ft-para {
  margin-top: 0px;
  text-decoration: underline;
  color: #fff;
  font-size: 16px;
}

.ft-head {
  margin-bottom: 60px;
  color: #fff;
}

/* .ft-head1 {
  margin-bottom: 20px;
  color: #050505;
  text-align: center;
} */

.footer p {
  color: #101010;
  line-height: 30px;
  font-size: 16px;
}

.ft-desc a :hover {
  color: #1936ca;
  border-left:2px solid;
  letter-spacing: 1px;
  transition: 0.3s ease;

}



/* more */
.klnuwoa-info p {
  font-size: 17px;
  color: #666;
  line-height: 30px;
}

.klnuwoa-info h4 {
  font-size: 20px;
  color: #555556;
  margin-top: 10px;
  margin-bottom: 10px;
}
.op12{
  max-width: 1220px;
  width: 100%;
}

/* contact */
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: #d05932;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #e69479;
}
/* privacy */
.row ul {
  margin-top: 10px;
  padding-left: 20px;
}

.row p {
  color: black;
  font-size: 17px;
}

.row ul li {
  line-height: 20px;
  margin-top: 10px;
  padding-left: 10px;
}

.row h3,
.row p {
  margin-top: 15px;
}
/* responsive */
@media only screen and (max-width:875px){
  .klnuwoa-ban ,.strp{
    padding:70px 20px;
  }
  .banner h1 {
    font-size: 35px;
  }
}

@media only screen and (max-width:768px) {
  /*  */

  .klnuwoa-popup-modal {
    padding: 1.5rem;
  }

  .klnuwoa-popup-title {
    font-size: 1.5rem;
  }

  .klnuwoa-popup-text {
    font-size: 16px;
  }

  .klnuwoa-popup-btn {
    padding: 0.9rem 2.5rem;
    font-size: 18px;
  }

  /*  */
  .klnuwoa-flx-dir {
    flex-direction: column;
  }
  .klnuwoa-wrp {
    max-width: 1150px;
    margin: auto;
    width: 100%;
}
.klnuwoa-gap {
  padding: 29px 10px;
}
  .navbar-links {
    display: flex;
    display: none;
  }
  .klnuwoa-flx-row{
    flex-direction: row;
  }
  .klnuwoa-flx-rev {
    flex-direction: column-reverse;
  }
  .banner{
   
        padding: 30px;
        max-width: 500px;
  }

  .klnuwoa-mb {
    text-align: center;
  }
  .klnuwoa-foot-form {
    padding: 40px 20px;

}
.klnuwoa-foot-form h1 {
  font-size: 25px;
}
  .footer {
    padding: 30px 20px;
  }
.foot-btn{
  background-color: rgb(45, 45, 45);
        padding: 10px 20px;
        font-size: 16px;
        max-width: 141px;
        border:1px solid white;
        text-align: center;
        color: rgb(255, 255, 255);
        border-radius: 5px;
        margin: 20px 0px;
        position: absolute;
        top: 37px;
        left: 0px;
}
  .txt-bg h1 {
    font-size: 40px;
  }

  .detail-box h2 {
    font-size: 40px;
  }

  .ft-head {

    margin-bottom: 30px;
  }
.thumbnails img {
  max-width: 80px;
  display: inline-flex
;
}
.foot-link  {
  flex-direction: column;
}
.btn-box  {
  margin:10px auto
}
.mob-non{
  display: none;
}
  .header {

    padding: 8px 20px;
  }
.strp-cont{
  max-width: 400px;
    text-align: center;
    border: 1px solid white;
    padding: 20px;
    /* background-color: rgb(255 255 255 / 49%); */
    line-height: 1.5;
    backdrop-filter: blur(1px);
}
  .titlepage h2 {
    font-size: 25px;
    color: #2a2a2c;
    line-height: 45px;
    font-weight: bold;
    padding: 0;
  }

  .offers {

   
    margin-bottom: 0px;
   

  }
  .ban-desc{
    background-color: #353433;
    color: #fff;
    max-width: 100%;
    margin: auto;
    border-radius: 80px;
    padding: 10px;
    font-weight: 400;
  }
  /* .prod_desc{
   margin:10px 0px;
  } */
  .banner h1 {
    font-size: 27px;
    
  }
  .header1 {
   
    padding: 10px;
}
.klnuwoa-ban {
 
  background-position: revert;
  padding: 50px;
}
.btn  {
  margin:10px auto;
}
.prod-desc {
  padding: 16px;
}
.txt-bg{
  background-color: #44404052;
  padding: 10px 80px
}
.strp{
  padding: 60px;
}
.strp-cont h1 {
  font-size: 25px;
} 
}
@media only screen and (max-width:480px) {
  .klnuwoa-popup-modal {
    padding: 1rem;
  }

  .klnuwoa-popup-btn {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
  }

  .klnuwoa-popup-flx {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .klnuwoa-popup-title {
    font-size: 24px
  }

  .klnuwoa-popup-icon {
    align-self: flex-end;
  }

}
@media only screen and (max-width:500px){
  .klnuwoa-ban {
    padding: 20px;
  }
  .strp {
    padding: 20px;
}
.strp-cont h1 {
  font-size: 22px;
}
.banner {
  padding: 10px;
}


}