@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: 16px;
  line-height: 1.5;

}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;

}

h1 {
  font-size: 30px;

}

.ar4vg-wrp {
  max-width: 90%;
  margin: auto;
}

.txt-cntr {
  text-align: center;
}

/* flex */
.ar4vg-flx {
  display: flex;
}

.ar4vg-flx-jus {
  justify-content: space-between;
}

.ar4vg-flx-aln {
  align-items: center;
}

.ar4vg-flx-gp {
  gap: 20px;
}

.ar4vg-flx-50 {
  flex: 50%
}

.ar4vg-flx-33 {
  flex: 33.3%
}

.ar4vg-flx-30 {
  flex: 30%
}

.ar4vg-flx-70 {
  flex: 70%
}

.ar4vg-flx-25 {
  flex: 25%
}

.ar4vg-flx-20 {
  flex: 20%
}

.ar4vg-flx-80 {
  flex: 80%
}

.ar4vg-flx-60 {
  flex: 60%
}

.ar4vg-flx-40 {
  flex: 40%
}

.ar4vg-flx-25 {
  width: 25%;

}

.ar4vg-flx-15 {
  width: 15%;

}

.ar4vg-flx-85 {
  width: 85%;

}

.ar4vg-gap {
  padding: 50px 20px;
}

.logo-head {
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
}

.footer-head {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 20px;
}



/* banner */

.ar4vg-ban {
  background-image: url(../images/we-banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;

  padding: 160px 20px;
}

.text-bg {
  text-align: center;
  
  padding: 30px 10px;
  background-color: #000000c7;
  max-width: 50%;
  margin: auto;
}
.text-bg h1 {
  font-size: 35px;
  color: #ffffff;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}

.text-bg p {
  color: #424242;
  line-height: 1.6;
  margin-top: 15px;
  margin-bottom: 10px;
}

/* button */
.btn1-cont {
  border-radius: 5px;
  width: 150px;
  border: none;
  cursor: pointer;
  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;
  transition: all .4s ease-in;
}

.btn1-cont:hover {
  background: #efefef;
  color: #000000;
  transition: all .4s ease-in;
}

.btn-cont {
  border-radius: 5px;
  width: 150px;
  border: none;
  cursor: pointer;
  background: #303030;
  padding: 10px 0px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .4s ease-in;
}

.btn-cont:hover {
  background: #efefef;
  color: #000000;
  transition: all .4s ease-in;

}

/* navbar */
.header {

  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: #303030bd;


}

.cf6ue25 ul {
  list-style: none;
  padding: 0;
}

.cf6ue25 li {
  margin-bottom: 10px;
}

.cf6ue22 a {
  text-decoration: none;
  color: #fff;
}

.clr {
  color: #303030;
  text-transform: initial;
}

.rev-cont {
  border: 2px solid #000;
  padding: 20px;
  border-radius: 10px 200px 0px 0px;
}

/**  offer section **/



.off-img {
  max-width: 300px;
  display: block;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.off-img:hover {
  opacity: 0.7;
}

.off-img1 {
  max-width: 450px;
  display: block;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.off-img1:hover {
  opacity: 0.7;
}

.offer-sec h3 {
  font-size: 50px;
  color: #3c3434;
  letter-spacing: 3px;
  font-weight: 500;
  line-height: 1.8;
}

.detail-box h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.detail-box p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  letter-spacing: 1px;
}

/* strp */
.strp {
  background-image: url(../images/ft-off.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 100px 20px;
  padding-top: 0px;
}

.strp h3 {
  font-size: 25px;
  margin-top: 10px;
  color: #fff;
}

.strp p {
  font-size: 20px;
  color: #ededed;
}

.strp1 {
  background-image: url(../images/strip.webp);
  background-size: cover;
  background-repeat: no-repeat;

  padding: 150px 20px;

}

.strp1 h3 {
  font-size: 25px;
  margin-top: 10px;
  color: #000000;
}

.strp1 p {
  font-size: 20px;
  color: #000000;
}


/** end offer section **/


/* items */
.ar4vg-items {
  background-color: #ffffff;
}

.item-img {
  max-width: 450px;
  margin-bottom: 10px;
  border-radius: 20px;
  border: 6px double #000;

}
.item-name{
  font-size: 18px;
  font-weight: 200;
}

.items-cont {
  margin: 30px 0px;
}

.titlepage h2 {
  font-size: 25px;
  color: #2a2a2c;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 45px;
}

.titlepage p {
  font-size: 16px;
  color: #747476;
  padding-top: 5px;
  line-height: 25px;

}

.item-price {
  font-size: 20px;
  padding-top: 8px;
  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 {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}


/* single-prod */
.prod-price {
  font-size: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.prod-desc h3 {
  color: #514f4f;
}

.prod-desc p {
  color: #666;
}

.prod-img {
  max-width: 400px;

}

.thumbnails {
  margin-top: 40px;
}

.thumbnail {
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
}

.thumbnails img {
  width: 100px;
  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: #303030;
  padding: 50px 20px;

}

.img-ft {
  max-width: 200px;
  margin-bottom: 15px;
}

.footer a {
  text-decoration: none;
  color: #fff;

}

.ft-hr {
  color: #fff;
  margin-top: 60px;
  margin-bottom: 10px;
}

.ft-head {
  margin-bottom: 60px;
  color: #fff;
}

.ft-head1 {
  margin-bottom: 20px;
  color: #fff;
}

.footer p {
  color: #fff;
  line-height: 30px;
  font-size: 16px;
}

.ft-desc p {
  color: #ffffff;
  line-height: 1.5;
  font-size: 25px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.ft-desc1 {

  max-width: 60%;
  margin: auto;
  margin-top: 40px;

}

.ft-desc1 a :hover {
  color: #c5bfc4;
  letter-spacing: 1px;
  transition: 0.3s ease;

}

.ft-cont {
  max-width: 30%;
  margin-top: 20px;
  margin: auto;
}

.ft-btn {
  background-color: #fff;
  border: none;
  padding: 15px 40px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s ease;
}

.ft-btn:hover {
  background-color: #e9e9e9;
}

.ft-cont1 {
  background-color: #efefef;
  padding: 10px;
  padding-top: 40px;

}

.ft-para {
  color: #fff;
  margin-top: 20px;

  font-size: 14px;
  text-decoration: underline;
}

/* grtng */
.grting {
  padding: 100px 20px;
}

.grtng-cont {
  width: 60%;
  margin: auto;
  background-color: #efefef;
  padding: 80px 20px;
}

/* more */
.ar4vg-info p {
  font-size: 16px;
  color: #000000;
  line-height: 30px;
}

.ar4vg-info ul li {
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  margin-left: 20px;
}

.ar4vg-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;
}

#pop-up-hide{
  display : none;
}

.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;
  }
}


/* responsive */


@media only screen and (max-width:768px) {
  .ar4vg-flx-dir {
    flex-direction: column;
  }

  .navbar-links {
    display: flex;
    display: none;
  }

  .ar4vg-flx-rev {
    flex-direction: column-reverse;
  }

  .ar4vg-mb {
    text-align: center;
  }

  .footer {
    padding: 60px 20px;
  }

  .text-bg h1 {
    font-size: 30px;
  }

  .detail-box h2 {
    margin-top: 20px;
    font-size: 35px;
  }

  .ft-head {

    margin-bottom: 30px;
  }

  .header {

    padding: 20px 20px;
  }

  .ar4vg-wrp {
    max-width: 100%;
    margin: auto;
  }

  .titlepage h2 {
    font-size: 25px;
    color: #2a2a2c;
    line-height: 45px;
    font-weight: bold;
    padding: 0;
  }

  .ar4vg-flx-25 {
    width: 100%;
  }

  .item-desc {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .offer-sec h3 {
    font-size: 35px;

  }

  .ar4vg-ban {
    padding: 70px 20px 70px 20px;
  }

  .ft-cont {
    display: none;
  }

  

  .ft-desc1 {

    max-width: 100%;
    margin: auto;
    margin-top: 40px;

  }

  .strp h3 {
    word-break: break-word;
  }
  .strp1 h3 {
    word-break: break-word;
  }
   .strp1{
    padding: 20px 10px;
  }
  .rev-cont {

    border-radius: 10px;
  }
  .text-bg {
   
    max-width: 100%;
    margin: auto;
}
}