@import url("css.css");


* {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  margin: 0px;
  padding: 0px;
}

img {
  width: 100%;
  height: auto;
}

p {
  font-size: 16px;
  line-height: 1.5;
 
}

a {
  text-decoration: none;
 
}
.logo-head{
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
 }
 .footer-head{
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 20px;
 }
h1{
    font-size: 30px;
 
}
.kju5g-wrp {
 max-width: 90%;
margin: auto;
}

.txt-cntr {
  text-align: center;
}

/*pop-up top */
#pop-up-hide{
  display: none;
}

.pop-up{
  height:100%;
  width:100%;
  position:fixed;
  z-index: 1;
  background-color: #00000075;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pop-up-cont{
  max-width: 450px;
  min-height: 200px;
  padding: 20px;
  margin: 10px;

    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.pop-up-cont h2 {
  margin:10px 0px
}
.pop-up-cont a{
  font-size: 14px;
  color:rgb(73, 72, 72);
  text-decoration: underline;
}
.pop-up-cont p{
  font-size: 15px;
    line-height: 1.4;
    color: gray;
} 
.pop-up-cont img{
  height: 40px;
    width: 40px;
 
}
.pop-btn {
  margin:10px;
}
.pop-btn  button {
  font-size: 15px;
    font-weight: 600;
    max-width: 115px;
    padding: 8px 10px;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin: 10px 10px;
    text-decoration: none;
}


html {
  scroll-behavior: smooth;
}
/* flex */
.kju5g-flx {
    display: flex;
  }
  
  .kju5g-flx-jus {
    justify-content: space-between;
  }
  
  .kju5g-flx-aln {
    align-items: center;
  }
  
  .kju5g-flx-gp {
    gap: 20px;
  }
  .kju5g-flx-50{
    flex:50%
  }
  .kju5g-flx-33{
    flex:33.3%
  }
  .kju5g-flx-30{
    flex:30%
  }
  .kju5g-flx-70{
    flex:70%
  }
  .kju5g-flx-25{
    flex:25%
  }
  .kju5g-flx-20{
    flex:20%
  }
  .kju5g-flx-80{
    flex:80%
  }
  .kju5g-flx-60{
    flex:60%
  }
  .kju5g-flx-40{
    flex:40%
  }
  .kju5g-flx-22{
    width: 25%;
    
  }
  .kju5g-gap{
    padding: 50px 20px;
  }
 
  /* navbar */
  
  .header {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
}
  .navbar-links a {
    color: #000000;
    text-decoration: none;
    padding: 10px;
    margin-right: 10px;
    border-radius: 10px;
    transition: 0.3s;
    font-size: 16px;
   
  
  }
  .navbar-links {
    display: flex;
    padding: 10px 30px;
    border-radius: 80px;
}
  .navbar-links a:hover {
    
    color:#0197e7;
   
  
  }
  
  .cf6ue25 ul {
    list-style: none;
    padding: 0;
  }
  
  .cf6ue25 li {
    margin-bottom: 10px;
  }
  
  .cf6ue22 a {
    text-decoration: none;
    color: #fff;
  }
  .bg {
    background-image: url("");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 0px 100px 0px;
}
/* knw */
.knw-desc{
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.clr {
  color: #edad40;
  text-transform: initial;
}

 .off-sec{
  background-image: url("kj-off.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 20px;
 }

 .off-sec1{
  background-image: url("kj-off1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 20px;
 }
.off-img{
  margin-top: 80px;
  max-width: 700px;
  
}
.offer-sec h3{
  font-size: 50px;
  color: #fff;
}
.detail-box h2{
  font-size: 30px;
}
/* banner */

.kju5g-ban{

  padding: 60px 20px;
  background-color: #fafafa;
}


.text-bg h1 {
  font-size: 35px;
  color: #000000;
  font-weight: 800;
  animation: glow 2s ease-in-out infinite;
}
@keyframes glow {
  0% {
      text-shadow: 0 0 10px rgba(255, 223, 0, 0.8), 0 0 20px rgba(255, 223, 0, 0.8), 0 0 30px rgba(255, 223, 0, 0.8);
  }
  50% {
      text-shadow: 0 0 20px rgba(255, 223, 0, 1), 0 0 40px rgba(255, 223, 0, 1), 0 0 60px rgba(255, 223, 0, 1);
  }
  100% {
      text-shadow: 0 0 10px rgba(255, 223, 0, 0.8), 0 0 20px rgba(255, 223, 0, 0.8), 0 0 30px rgba(255, 223, 0, 0.8);
  }
}
.text-bg p {
  font-size: 16px;
  color: #393838;
  margin-top: 15px;
  margin-bottom: 10px;
}
/* btn */
.btn-cont {
  border-radius: 2px;
  width: 150px;
  border: none;
  background-color: #000000;
  padding: 10px 0px;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: all .4s ease-in;
}
 .btn-cont:hover {

  background: #edad40;
  color: #ffffff;
 
 }
 /* grtng */
.grting{
  padding: 80px 20px;
}
.grtng-cont{
  width: 60%;
  margin: auto;
  background-color: #efefef;
  padding:100px 20px;
}
 


/** end offer section **/
/* icons */
.icn-img{
  max-width: 50px;
}
.kju5g-knw {
  background-color: #6f6f6f;
  color: #ffffff;
 
}
/* items */
.kju5g-items{
  background-color: #ffffff;
}

.item-img {
  max-width: 500px;
  margin-bottom: 10px;
  border: 1px solid #0197e7;
  box-shadow: -12px -13px 0px 0px #f9f9f9;
  border-radius: 30px 0px;
}
.items-cont{
  margin: 30px 0px;
}
.titlepage h2 {
  font-size: 25px;
  color: #2a2a2c;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
}
.titlepage p {
  font-size: 16px;
  color: #747476;
  padding-top: 5px;
  line-height: 25px;
  
}
.item-name{
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}
.item-price {
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  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: #100d0d;
  font-size: 22px;
  line-height: 20px;
  padding: 70px 0px 9px 0px;
}

.prod .prod_desc p {
  color: #2a2a2c;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.prod_desc p {
 font-size: 16px;
 color: #555556;
  
}

 .prod_desc {
  border-radius: 2px;
  padding-bottom: 20px;
  transition: 0.3s ease;
  
}
.prod_desc:hover{
  background-color: #e3e3e3;
}


/* single-prod */
.prod-price{
  font-size: 20px;
 padding-top: 5px;
 padding-bottom: 5px;
 font-weight: 500;
}
.prod-desc h3{
  color: #514f4f;
}
.prod-desc p{
  color: #666;
}
.prod-img {
  max-width: 350px;
  border: 1px solid #0197e7;
  box-shadow: -12px -13px 0px 0px #f9f9f9;
  border-radius: 30px 0px;
  margin-bottom: 20px;
}


.thumbnails {
  margin-top: 40px;
}

.thumbnail {
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
}
.thumbnails img{width:150px;display:inline-flex;}
.thumbnail:hover {
  border-color: #333;
}
.titlepage h1 {
  font-size: 25px;
  color: #2a2a2c;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
}
.prod-desc{
  padding: 0px 20px 50px 20px;
}
.prod-desc p{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}
/* footer */
.footer {
background-color: #efefef;
  padding: 50px 20px;
  
}
.img-ft{
  max-width: 250px;
  margin-bottom: 20px;
}
.footer a{
  text-decoration: none;
  color: #fff;

}
.ft-hr{
  color: #fff;
  margin-top: 60px;
  margin-bottom: 10px;
}
.ft-para {
  margin-top: 40px;
  color: #0197e7 ! IMPORTANT;
  font-size: 16px;
}
.ft-head{
  margin-bottom: 60px;
  color: #fff;
 }
 .ft-btm{
  background-color: #fff;
 background-image: url("");
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;

 padding: 30px 20px;
 }

 .ft-head1{
  margin-bottom: 20px;
  color: #000000;
 }
 .footer p{
  color: #000000;
  line-height: 30px;
  font-size: 16px;
 }
 .footer a :hover{
  color: #636363;
 letter-spacing: 1px;
 transition: 0.3s ease;

 }
 
 /* more */
 .kju5g-info p{
  font-size: 16px;
  color: #000000;
  line-height: 30px;
 }
 .kju5g-info ul li{
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  margin-left: 20px;
 }
 .kju5g-info h4{
  font-size: 20px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
 }


/* 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: #000000;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #000000;
}
/* responsive */


@media only screen and (max-width:768px) {
  .kju5g-flx-dir{
    flex-direction: column;
  }
  .navbar-links {
    display: flex;
    display: none;
}
.kju5g-flx-rev{
  flex-direction: column-reverse;
}
.kju5g-mb{
  text-align: center;
}
.footer {
  padding: 60px 20px;
}
.text-bg h1 {
  font-size: 25px;
}
.detail-box h2 {
  font-size: 25px;
}
.ft-head {
 
margin-bottom: 30px;
}
.header {
 
  padding: 20px 20px;
}

.titlepage h2 {
  font-size: 25px;
  color: #2a2a2c;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
}


.kju5g-wrp {
  max-width: 100%;
  margin: auto;
}
.item-desc{
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-bg {
  padding: 50px 10px 40px 10px;
  text-align: center;
 
}
.knw-desc{
  border-left: none;
  border-right: none;
}

.grtng-cont{
  width: 100%;
  margin: auto;
 
}
.bg {
 
  background-position: left;
 
}
}