@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
#pop-up-hide{
  display: none;
}
.red6g-popup{
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex
;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.red6g-popup-modal {
  background: #fff;
  padding: 2rem 2.5rem;
  border-radius: 20px;
  max-width: 420px;
  width: 90%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  text-align: center;
  animation: fadeIn 0.3s ease-out;
}
.red6g-popup-icon {
  font-size: 40px;
  margin-bottom: 0.5rem;
}
.red6g-popup-title {
  font-size: 22px;
  color: #222;
  margin-bottom: 0.8rem;
}
.red6g-popup-text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.red6g-popup-actions {
  display: flex
;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.red6g-popup-btn--accept {
  background: #4CAF50;
}
.red6g-popup-btn {
  padding: 10px 22px;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.red6g-popup-btn--reject {
  background: #f44336;
}

* {
  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;

}
html {
  scroll-behavior: smooth;
}

h1 {
  font-size: 35px;

}

.red6g-wrp {
  max-width: 90%;
  margin: auto;
}

.txt-cntr {
  text-align: center;
}

/* flex */
.red6g-flx {
  display: flex;
}

.red6g-flx-jus {
  justify-content: space-between;
}

.red6g-flx-aln {
  align-items: center;
}

.red6g-flx-gp {
  gap: 20px;
}

.red6g-flx-50 {
  flex: 50%
}

.red6g-flx-33 {
  flex: 33.3%
}

.red6g-flx-30 {
  flex: 30%
}

.red6g-flx-70 {
  flex: 70%
}

.red6g-flx-25 {
  flex: 25%
}

.red6g-flx-20 {
  flex: 20%
}

.red6g-flx-80 {
  flex: 80%
}

.red6g-flx-60 {
  flex: 60%
}

.red6g-flx-40 {
  flex: 40%
}

.red6g-flx-22 {
  width: 25%;

}

.red6g-gap {
  padding: 50px 20px;
}

.red6g-wrp1{
  width: 95%;
  margin: auto;
}

/* navbar */
.header {
background-color: #ffffff;
  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 {
  padding: 10px 30px;
  border-radius: 80px;
}

.navbar-links a:hover {

  color: #6b6481;;


}

.cf6ue25 ul {
  list-style: none;
  padding: 0;
}

.cf6ue25 li {
  margin-bottom: 10px;
}

.cf6ue22 a {
  text-decoration: none;
  color: #fff;
}
.logo-img{
  max-width: 200px;
}

.clr {
  color: #6b6481;
  text-transform: initial;
}

.abt p{
  color: #666;
}
.abt h2{
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 10px;
}
/*strip*/
.red6g-strip p {
  font-size: 20px;
  border-bottom: #000 solid 1px;
  max-width: 155px;
  font-weight: 600;
}
.red6g-strip{
  background-color: #dedede;
}
.red6g-alin-self{
  align-self: flex-end;
}
/**  offer section **/

.off-cont {
  background-image: url(../images/re-offbg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 10px;
  border-radius: 10px;
  padding: 60px 20px;
}



.off-img {
  max-width: 300px;
  border-radius: 10px;
}

.offer-sec h3 {
  font-size: 50px;
  color: #fff;
}
.detail-box{
  max-width: 450px;
}
.detail-box h2 {
  font-size: 25px;
  color: #fff;
}

.detail-box p {

  color: #fff;
}

/** end offer section **/



/* items */
.red6g-items {
  background-color: #ffffff;
}



.item-img {
  max-width: 450px;
  border-radius: 10px;

  margin-bottom: 10px;
}

.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-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: #ffffff;
  font-size: 22px;
  line-height: 20px;
  padding: 70px 0px 9px 0px;
}

.prod .prod_desc p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.prod_desc p {
  font-size: 16px;
  color: #6b6481;

}


  .prod_desc {
    border-radius: 2px;
    transition: 0.3s ease;
    padding: 20px;
    
}


.prod_desc:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
/* banner */

.red6g-ban {
 
  padding: 20px 20px 0px 20px;
}
.ban-cont{
  background-image: url(../images/re-banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 30px;
  background-position: right;

}

.text-bg h1 {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-top: 15px;
  margin-bottom: 15px;
}
.item-desc{
  text-align: end;
}
.text-bg p {
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 10px;
}

.btn-cont {
  border: none;
  border-radius: 10px;
  width: 150px;
  background: #6b6481;
  padding: 10px 0px;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.4s ease;
}

.btn-cont:hover {
 
  background: #a7a7a7;
  ;
  color: #ffffff;

}
.btn-cont1 {
  border: none;
  border-radius: 10px;
  width: 150px;
  background: #ffffff;
  padding: 10px 0px;
  color: #000000;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.4s ease;
}

.btn-cont1:hover {
 
  background: #a7a7a7;
  ;
  color: #ffffff;

}
.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;
  
 }





/* 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: 450px;
  border-radius: 10px;
  border: #dedede solid 1px;
}



.thumbnails {
  margin-bottom: 20px;
}

.thumbnail {
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
}

.thumbnails img {
  width: 150px;
  display: inline-flex;
  border-radius: 10px;
}

.thumbnail:hover {
  border-color: #333;
}

.titlepage h1 {
  font-size: 22px;
  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: 17px;
  line-height: 30px;
}
.btm-cont{
  background-image: url(../images/bottom-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 20px;
  color: #fff;
}
/* footer */
.footer {
  background-color: #efefef;
  
  padding: 80px 20px 80px 20px;
}

.img-ft {
  max-width: 200px;
  margin-bottom: 20px;
}

.footer a {
  text-decoration: none;
  color: #fff;

}

.ft-mr {
  margin-bottom: 30px;
}

.ft-mr h4 {
  font-size: 30px;
  color: #fff;
}

.ft-mr button {
  border-radius: 20px;
  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: 20px;
  text-decoration: underline;
  color: #000000;
  font-size: 16px;
}

.ft-head {
  margin-bottom: 60px;
  color: #000000;
}

.ft-head1 {
  margin-bottom: 20px;
  color: #000000;
}

.footer p {
  color: #000000;
  line-height: 30px;
  font-size: 16px;
}

.ft-desc a :hover {
  color: #6b6481;
  letter-spacing: 1px;
  transition: 0.3s ease;

}
/* grtng */
.grting{
  padding: 100px 20px;
}
.grtng-cont{
  width: 60%;
  margin: auto;
  background-color: #efefef;
  padding:80px 20px;
}


/* more */
.red6g-info p {
  font-size: 17px;
  color: #666;
  line-height: 30px;
}
.red6g-info ul li {
  font-size: 17px;
  color: #666;
  line-height: 30px;
}
.red6g-info h4 {
  font-size: 20px;
  color: #555556;
  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: #d05932;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #e69479;
}

/* responsive */


@media only screen and (max-width:768px) {
  .red6g-banner-blk{
    background-color: #0000004d;
    padding: 20px 10px;
    border-radius: 5px;
  }
  .detail-box{
    margin: auto;
  }
  .red6g-flx-dir {
    flex-direction: column;
  }

  .navbar-links {
    display: flex;
    display: none;
  }

  .red6g-flx-rev {
    flex-direction: column-reverse;
  }

  .red6g-mb {
    text-align: center;
  }
  .red6g-m-au{
    margin: auto;

  }
  .red6g-m-t{
    margin-top: 30px;
  }
  .red6g-alin-self{
    align-self: center;
  }
  .red6g-strip p{
    margin: auto;
  }
  .footer {
    padding: 60px 20px;
  }

  .text-bg h1 {
    font-size: 30px;
    font-weight: 800;
  }

  .ft-head {

    margin-bottom: 30px;
  }

  .header {

    padding: 20px 20px;
  }

  .titlepage h2 {
    font-size: 25px;
    color: #2a2a2c;
    line-height: 45px;
    font-weight: bold;
    padding: 0;
  }

  .red6g-wrp {
    max-width: 100%;
    margin: auto;
}
.text-bg{
  text-align: center;
}
.item-desc{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.red6g-wrp1{
  width: 100%;
  margin: auto;
}
/* grtng */

.grtng-cont{
  width: 100%;
  margin: auto;
 
}
.prod_desc {

  padding: 0px 20px;
}
}