html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  font-family:sans-serif;
  margin: 0px;
  padding: 0px;
}

img {
  width: 100%;
  height: auto;
}

p {
  font-size: 18px;
  line-height: 1.5;

}

a {
  text-decoration: none;

}

h1 {
  font-size: 35px;

}

.abr5vta-wrp {
  max-width: 90%;
  margin: auto;
}

.txt-cntr {
  text-align: center;
}

/* flex */
.abr5vta-flx {
  display: flex;
}

.abr5vta-flx-jus {
  justify-content: space-between;
}

.abr5vta-flx-aln {
  align-items: center;
}

.abr5vta-flx-gp {
  gap: 20px;
}

.abr5vta-flx-50 {
  flex: 50%
}

.abr5vta-flx-33 {
  flex: 33.3%
}

.abr5vta-flx-30 {
  flex: 30%
}

.abr5vta-flx-70 {
  flex: 70%
}

.abr5vta-flx-25 {
  flex: 25%
}

.abr5vta-flx-20 {
  flex: 20%
}

.abr5vta-flx-80 {
  flex: 80%
}

.abr5vta-flx-60 {
  flex: 60%
}

.abr5vta-flx-40 {
  flex: 40%
}

.abr5vta-flx-22 {
  width: 25%;

}

.abr5vta-gap {
  padding: 50px 20px;
}



/* 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: 18px;


}

.navbar-links {
  display: flex;
  padding: 10px 30px;
  border-radius: 80px;
}

.logo-img{
  max-width: 200px;
}
/* banner */
.top{
  background-image: url(../images/banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}

.abr5vta-ban { 
  padding: 120px 20px 120px 20px;
}

.ban-img {
  max-width: 916px;
}

.text-bg {
  padding: 30px 10px;
}

.text-bg h1 {
  font-size: 45px;
  color: #000000;
}



.abr5vta-ban .text-bg a {
  border-radius: 50px;
    width: 180px;
    background: #c83f3f;
    padding: 18px 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;
}

.abr5vta-ban .text-bg a:hover {
  border: none;
  background: #f05f5f;
  color: #ffffff;

}


.clr {
  color: #505351;
  text-transform: initial;
}


.abt h2{
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 10px;
}
.knw h1{
  font-size: 55px;

}
.knw p {
  color: #777476;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 1px;
}
/**  offer section **/




.offers a {
  border-radius: 50px;
    width: 180px;
    background: #c83f3f;
    padding: 18px 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;
}


.offers a:hover {
  border: none;
  background: #eb5555;
  color: #ffffff;
}

.off-cont{
  margin-bottom: 50px;
}


.off-desc {
  background-color: #c83f3f;
  padding: 60px;
  color: #fff;
  border-radius: 10px;
  transition: 0.3s ease;
  --mask:
    radial-gradient(20.12px at 50% 27px,#000 99%,#0000 101%) calc(50% - 18px) 0/36px 51% repeat-x,
    radial-gradient(20.12px at 50% -18px,#0000 99%,#000 101%) 50% 9px/36px calc(51% - 9px) repeat-x,
    radial-gradient(20.12px at 50% calc(100% - 27px),#000 99%,#0000 101%) calc(50% - 18px) 100%/36px 51% repeat-x,
    radial-gradient(20.12px at 50% calc(100% + 18px),#0000 99%,#000 101%) 50% calc(100% - 9px)/36px calc(51% - 9px) repeat-x;
  -webkit-mask: var(--mask);
          mask: var(--mask);
}
.off-img {
  max-width: 250px;

}
.off-desc:hover{
  background-color: #505351;

}

.offer-sec h3 {
  font-size: 50px;
  color: #fff;
}

.detail-box h2 {
  font-size: 50px;
  color: #000000;
}

.detail-box p {

  color: #000000;
}

/** end offer section **/



/* items */
.abr5vta-items {
  background-color: #f0f0f0;
}

.abr5vta-items .btn-box a {
  border-radius: 50px;
    width: 180px;
    background:  #c83f3f;
    padding: 18px 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;
}


.abr5vta-items .btn-box a:hover {
  border: none;
  background: #dd5e5e;
  color: #ffffff;

}


.item-img {
  max-width: 450px;

  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;

}

.item-price {
  font-size: 20px;
  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: #505351;

}

.abr5vta-prod a {
  border-radius: 50px;
  width: 180px;
  background: linear-gradient(90deg, #1c201e, #fb8383 100%);
  padding: 18px 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;
}

.abr5vta-prod a:hover {
  border: none;
  background: linear-gradient(90deg, #505351 , #c83f3f 100%);
  color: #ffffff;

}


  .prod_desc {
    border-radius: 2px;
    padding: 20px;
    transition: 0.3s ease;
    background: #fff;
    --mask:
    radial-gradient(20.12px at 50% 27px,#000 99%,#0000 101%) calc(50% - 18px) 0/36px 51% repeat-x,
    radial-gradient(20.12px at 50% -18px,#0000 99%,#000 101%) 50% 9px/36px calc(51% - 9px) repeat-x,
    radial-gradient(20.12px at 50% calc(100% - 27px),#000 99%,#0000 101%) calc(50% - 18px) 100%/36px 51% repeat-x,
    radial-gradient(20.12px at 50% calc(100% + 18px),#0000 99%,#000 101%) 50% calc(100% - 9px)/36px calc(51% - 9px) repeat-x;
  -webkit-mask: var(--mask);
          mask: var(--mask);
}


.prod_desc:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}


/* single-prod */
.prod-price {
  font-size: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.prod-desc h3 {
  color: #514f4f;
}

.prod-desc p {
  color: #666;
}

.prod-img {
  max-width: 500px;

    border: 10px double #c83f3f;
    border-radius: 50%;
}

.titlepage {
  background: #eae4e4;
  padding: 20px;
  border-radius: 10px;
}
.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: 17px;
  line-height: 30px;
}

/* footer */
.footer {
  background-color: #d6d6d6;
  color: #000000;
  padding: 50px 20px 50px 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 {
  font-size: 17px;
  color: #fff;
  background-color: #c83f3f;
  padding: 15px 20px;
  border: none;
  margin-top: 10px;
  border-radius: 20px;
}

.ft-hr {
  color: #fff;
  margin-top: 60px;
  margin-bottom: 10px;
}

.ft-para {
  margin-top: 20px;
  text-decoration: underline;
  color: #fff;
  font-size: 16px;
}

.ft-head {
  margin-bottom: 60px;
  color: #fff;
}

.ft-head1 {
  margin-bottom: 20px;
  color: #000000;
}

.footer p {
  color: #000000;
  line-height: 30px;
  font-size: 16px;
}

.ft-desc a :hover {
  color: #7c7b7c;
  letter-spacing: 1px;
  transition: 0.3s ease;

}
/* more */
.abr5vta-info p{
  font-size: 17px;
  color: #000000;
  line-height: 30px;
 }
 .jabr5vta-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: #c83f3f;
  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) {
  .abr5vta-flx-dir {
    flex-direction: column;
  }

  .navbar-links {
    display: flex;
    display: none;
  }

  .abr5vta-flx-rev {
    flex-direction: column-reverse;
  }

  .abr5vta-mb {
    text-align: center;
  }

  .footer {
    padding: 60px 20px;
  }

  .text-bg h1 {
    font-size: 30px;
  }

  .detail-box h2 {
    font-size: 40px;
  }

  .ft-head {

    margin-bottom: 30px;
  }

  .header {

    padding: 20px 20px;
  }

  .titlepage h2 {
    font-size: 25px;
    color: #2a2a2c;
    line-height: 45px;
    font-weight: bold;
    padding: 0;
  }


  .abr5vta-wrp {
    max-width: 100%;
    margin: auto;
}
.item-desc{
  margin-top: 20px;
  margin-bottom: 20px;
}
.knw h1 {
  font-size: 35px;
}
.text-bg {
  background-color: #ffffffb8;
}
.abr5vta-ban { 
  padding: 60px 20px;
}
.off-desc{
  padding: 40px 20px;
}

}


.abr5vta-info ul li{
  font-size: 16px;
  line-height: 30px;
  list-style: none;
}

.abr5vta-info h3{
  margin: 15px 0px 10px;
}

a.abr5vta-ftr-logo, a.abr5vta-hdr-logo {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}