@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');


* {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  margin: 0px;
  padding: 0px;
}

img {
  width: 100%;
  height: auto;
}

p {
  font-size: 18px;
  line-height: 1.5;
 
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
 
}
h1{
    font-size: 35px;
 
}

.gr2sd-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;
}

.gr2sd-popup-modal {
  background: #fff;
    padding: 2rem;
    border-radius: 20px;
    min-height: 320px;
    max-width: 600px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    animation: fadeIn 0.3s ease-out;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}

.gr2sd-popup-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gr2sd-popup-icon {
  font-size: 30px;
  cursor: pointer;
}

.gr2sd-popup-title {
  font-size: 1.8rem;
  color: #222;
  margin: 5px 0;
}

.gr2sd-popup-text {
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
  margin: 10px 0;
}

.gr2sd-popup-actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}

.gr2sd-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;
}

.gr2sd-popup-btn--accept {
  background: #1b1c31;
}

.gr2sd-popup-btn--reject {
  background: #58575752;
  color: #1b1c31;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .gr2sd-popup-modal {
    padding: 1.5rem;
  }

  .gr2sd-popup-title {
    font-size: 1.5rem;
  }

  .gr2sd-popup-text {
    font-size:16px;
  }

  .gr2sd-popup-btn {
    padding: 0.9rem 2.5rem;
        font-size: 18px;
  }

  /* .gr2sd-popup-actions {
    justify-content: center;
  } */
}

@media (max-width: 480px) {
  .gr2sd-popup-modal {
    padding: 1rem;
  }

  .gr2sd-popup-btn {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
  }

  .gr2sd-popup-flx {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .gr2sd-popup-title {
    font-size: 24px
  }

  .gr2sd-popup-icon {
    align-self: flex-end;
  }
}
#pop-up-hide{
  display : none;
}
.y2tr-wrp {
 max-width: 90%;
margin: auto;
}

.txt-cntr {
  text-align: center;
}
/* flex */
.y2tr-flx {
    display: flex;
  }
  
  .y2tr-flx-jus {
    justify-content: space-between;
  }
  
  .y2tr-flx-aln {
    align-items: center;
  }
  
  .y2tr-flx-gp {
    gap: 20px;
  }
  .y2tr-flx-50{
    flex:50%
  }
  .y2tr-flx-33{
    flex:33.3%
  }
  .y2tr-flx-30{
    flex:30%
  }
  .y2tr-flx-70{
    flex:70%
  }
  .y2tr-flx-25{
    flex:25%
  }
  .y2tr-flx-20{
    flex:20%
  }
  .y2tr-flx-80{
    flex:80%
  }
  .y2tr-flx-60{
    flex:60%
  }
  .y2tr-flx-40{
    flex:40%
  }
  .y2tr-flx-22{
    width: 25%;
    
  }
  .y2tr-gap{
    padding: 50px 20px;
  }
 
  /* navbar */
  .header {
    padding: 10px 20px;
}
  .navbar-links a {
    color: #000;
    text-decoration: none;
    padding: 10px;
    margin-right: 10px;
    border-radius: 10px;
    transition: 0.3s;
    font-size: 18px;
   
  
  }
  .navbar-links {
    display: flex;
    padding: 10px 30px;
    border-radius: 80px;
}
  .navbar-links a:hover {
    
    color:#ba1f58;
   
  
  }
  
  .cf6ue25 ul {
    list-style: none;
    padding: 0;
  }
  
  .cf6ue25 li {
    margin-bottom: 10px;
  }
  
  .cf6ue22 a {
    text-decoration: none;
    color: #fff;
  }
  
  


 
/* banner */

.y2tr-ban {
  background-image: url(../images/br-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 20px 120px 20px;
}
.ban-img{
  max-width: 900px;
}

.text-bg h1 {
  font-size: 50px;
  color: #000;
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.text-bg p {
  color: #000;
margin-top: 20px;
margin-bottom: 20px;
}
.btn-cont{
  width: 150px;
  border: 2px;
  background-color: #ba1f58;
  border:none;
  padding: 10px 0px;
  color: #ffffff;
  font-size: 17px;
  display: inline-block;
  text-align: center;
  margin-top: 22px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: all .4s ease-in;
}
 .btn-cont:hover {
  background:#000;
  color: #f9f9f9;
  transition: all .4s ease-in;
 }
 .logo-head{
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
 }
 .footer-head{
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 20px;
 }
/* abt */
.abt{
  padding-top: 80px;
 }
 .abt1{
  background-image: url(../images/abt1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 10px;
 }

 .abt2{
  background-image: url(../images/abt2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 10px;
 }
 .abt h3{
  font-size: 50px;
    font-weight: 400;
    font-style: italic;
    color: #ba1f58;
 }


.clr {
  color: #ba1f58;
  text-transform: initial;
}
/* strp */
.strp {
  background-image: url(../images/strp.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 20px;
  background-attachment: fixed;
}
.strp-img{
  max-width: 350px;
  display: block;
  object-fit: cover;
}
/**  offer section **/
.off{
  margin-top: 10px;
  margin-bottom: 50px;
}

 
.off-img{
  max-width: 50px;
}
.detail-box p{
color: #2d2d2d;
    font-size: 16px;
    line-height: 1.7;
  }

.detail-box h2{
  color: #494949;
    font-size: 20px;
    
}

/** end offer section **/
/* icons */
.icn-img{
  max-width: 200px;
}

/* items */
.y2tr-items{
  background-color: #ffffff;
}

.item-img{
  max-width: 550px;
  
  margin-bottom: 10px;
}
.items-cont{
  margin: 30px 0px;
}
.titlepage h2 {
  font-size: 35px;
  color: #2a2a2c;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
}
.titlepage p {
  font-size: 16px;
  color: #747476;
  padding-top: 5px;
  line-height: 25px;
  
}
.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;

  
}

 .prod_desc {
 
  transition: all .4s ease-in;
  padding-bottom: 20px;
  padding:30px;
}
.prod_desc:hover{
 
  background-color: #787777;
}
.item-price {
  font-size:18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

/* single-prod */
.prod-img{
  max-width: 500px;
}

.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 0px 20px;
}
.prod-desc p{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 30px;
}
/* footer */
.footer {
  background-color: #ba1f58;
  padding: 50px 20px 20px;
  
}
.img-ft{
  max-width: 300px;
  margin-bottom: 20px;
}
.footer a{
  text-decoration: none;
  color: #fff;
  transition: 0.6s ease;

}
.ft-desc{
  width: 65%;
  margin: auto;
}

.ft-hr{
  color: #fff;
  margin-top: 30px;
  margin-bottom: 10px;
}
.ft-para{
  color: #fff;
  font-size: 16px;
}
.ft-head{
  margin-bottom: 60px;
  color: #fff;
 }

 .ft-head1{
  margin-bottom: 20px;
  color: #fff;
 }
 .footer p{
  color: #ffffff;
  line-height: 30px;
  font-size: 16px;
 }
 .footer a :hover{
  transition: 0.3s ease;
  letter-spacing: 1px;
  color: #bfbfbf;

 }
 .footer .btn-box a {
  width: 150px;
  border: 2px;
  background-color: transparent;
  border: 2px solid #ffb1ce;
  padding: 10px 0px;
  color: #ffb1ce;
  font-size: 17px;
  display: inline-block;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .4s ease-in;
}

.footer .btn-box a:hover {
  background: #ffb1ce;
   color: #ffffff;
   transition: all .4s ease-in;
}

/* more */
.y2tr-info p {
  font-size: 17px;
  color: #666;
  line-height: 30px;
}
.y2tr-info ul li {
  font-size: 17px;
  color: #666;
  line-height: 30px;
}

.y2tr-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) {
  .y2tr-flx-dir{
    flex-direction: column;
  }
  .navbar-links {
    display: flex;
    display: none;
}
.navbar-icn{
  display: none;
}
.y2tr-flx-rev{
  flex-direction: column-reverse;
}
.y2tr-mb{
  text-align: center;
}
.footer {
  padding: 60px 20px;
}
.text-bg h1 {
  
  font-size: 40px;
 
  
}
.ft-head {
 
margin-bottom: 30px;
}
.header {
  background-color: #ffffff;
  padding: 20px 20px;
}

.titlepage h2 {
  font-size: 25px;
  color: #2a2a2c;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
}

.y2tr-ban{
  
  background-position: center;
    padding: 20px 20px 20px 20px;
  }
  .text-bg {
    padding: 40px 10px;
    text-align: center;
    
}
  .item-desc{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .y2tr-wrp {
    max-width: 100%;
    margin: auto;
}

.ft-desc {
  width: 100%;
  margin: auto;
}
.ban-desc {
  display: none;

}
.img-ft {
  max-width: 250px;
  
}
.abt1 {

  padding: 120px 55px;
}
.prod_desc {
 

  padding: 30px;
}
}