@font-face {
  font-family: 'Playfair Display';
  src: url('../Fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Playfair Display';
}
.Homebanner {
  background-image: url('../images/banner2.webp');
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 350px;
  background-position: 50%, 50%;
}
.bannerInnerContent{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 70px 10px 0px 10px;
}
.bannerInnerContent h1{
  margin-bottom: 0;
  font-size: 33px;
  color: #51c4bc;
  /*font-weight: 700;*/
  font-weight: 500 !important;
  font-family: 'Playfair Display';
}
.bannerInnerContent p{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.bannerInnerContent .Bannerbutton button{
  border: none;
  outline: none;
  background-color: #32425c;
  border-radius: 50px;
  padding: 8px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
}
.Homesection2 h2{
  text-align: center;
  padding: 75px 0 5px 0;
  color: #3b3b3b;
  font-weight: 700;
}
.section2cardInner{
  margin: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.section2cardInner_fav{

  display: flex;
  flex-direction: column;
  height: 100%;
}

.section2cardInner .section2cardInnerImg{
  border-radius: 8px;
  overflow: hidden;
  /* aspect-ratio: 16 / 9; */
  width: 100%;
}
.section2cardInner .new-card-category{
border-radius: 8px;
overflow: hidden;
/*aspect-ratio: 16 / 9;*/
width: 100%;
}
.section2cardInner .section2cardInnerImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section2cardInnerBtn button{
  width: 100%;
  border: none;
  outline: none;
  /* background: #cc1f21 !important; */
  color: #fff;
  border-radius: 50px;
  padding: 10px;
  font-size: 22px;
  margin: 16px 0;
}
.seeMore{
  text-align: center;

}
.seeMore2{
  text-align: center;
  margin-left: 60px;
}

.seeMore a{
  font-size: 20px;
  font-weight: 500;
}

.seeMore a img{
  width: 22px;
  margin-bottom: 4px;
  margin-left: -6px;
}
.seeMore2{
  text-align: center;
  margin-left: 60px;

}
.seeMore2 a img{
  width: 22px;
  margin-bottom: 4px;
  margin-left: -6px;
}
.seeMore2 a{
  font-size: 20px;
  font-weight: 500;
}
.section3cardInnerNamePrice{
  text-align: center;
  margin: 10px 0;
}
.section3cardInnerNamePrice .productName{
  color: #b8863e;
  line-height: normal;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Playfair Display';
}
.section3cardInnerNamePrice .price{
  color: #ffffff;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  font-family: 'Playfair Display';
}
.section4Video video{
 border-radius:30px;
 width: 100%;
 height: 100%
}
.Customcard {
  max-width: 400px;
  padding: 20px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 780px) and (max-width: 1024px) {
.home-btn {
 font-size: 22px;
}
}


.Customcard h2 {
  color: #32b7b3;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: bold;
  width: 100%;
  /* max-width: 260px; */
  max-width: 340px;
}

.underline {
  /* width: 145px; */
  height: 2px;
  background-color: #32b7b3;
  margin: 0 auto 20px auto;
  /* position: absolute; */
  /* top: 93px; */
}

.Customcard p {
  font-size: 17px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
  margin-top: 22px;
  line-height: normal;
}

.sec4btn {
  background-color: #32b7b3;
  color: white;
  padding: 10px 25px;
  font-size: 17px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
  font-weight: 600;
}

.sec4btn:hover {
  background-color: #28a39e;
}
.section4ContentCon{
  display: flex;
  align-items: center;
}
.section4Content{
  margin-left: 70px;
}
.Homesection4{
  margin: 60px 0;
}
.Indexsection5{
  background-color: #32b7b38c;
}
.why-choose-us {
  background-color: #fefcef;
  padding: 40px 20px;
  text-align: center;
  font-family: 'Arial', sans-serif;
  /* opacity: 66; */
}

.why-choose-us h2 {
  /* color: #33bcbc;
  font-size: 28px; */
  margin-bottom: 25px;
  font-weight: 700;
}

.features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.stampingMain .container .navbar-collapse ul li a.active {
  box-shadow: 0 0 10px #b8863e !important;
}

.customize_text_color {
  color: #ffffff !important;  
}

.feature {
  /* max-width: 220px; */
  max-width: 270px;
  text-align: center;
}

.icon {
  font-size: 40px;
  color: #33bcbc;
  margin-bottom: 15px;
}

.feature h3 {
  font-size: 17px;
  font-weight: 700;
  /* margin-bottom: 10px; */
  color: #000;
}

.feature p {
  font-size: 15px;
  color: #333;
  line-height: 1.4;
}
.Homesection6 p{
  text-align: center;
  color: gray;
  margin-top: 12px;
  font-weight: bold;
}
.section6cardInner{
  margin: 15px;
}
.section6cardInner .section6cardInnerImg{
  border-radius: 25px;
  overflow: hidden;
  /*height: 335px;*/
  aspect-ratio: 418 / 335;  /* or 408/335 based on intrinsic image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section6cardInner .section6cardInnerImg img{
  width: 100%;
}
.Homesection6{
  text-align: center;
  padding-bottom: 30px;
}


.newsletter {
  background-color: #ba2929;
  color: white;
  text-align: center;
  padding: 40px 20px;
  font-family: 'Arial', sans-serif;
  position: relative;
}

.newsletter p {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 30px;
}

.newsletter-form input {
  padding: 4px 15px;
  border-radius: 6px;
  border: none;
  width: 350px;
  max-width: 90%;
  outline: none;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.newsletter-form input::placeholder{
  color: #fff;
}
.newsletter-form button {
  padding: 8px 25px;
  border: none;
  background-color: white;
  color: #2ec7c9;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.iconContainer{
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 7px;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.iconContainer i{
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
}
.iconContainer:hover{
  /* background-color: white; */
  color: #2ec7c9;
}
.features .feature .icon{
  max-width: 55px;
  margin: 30px auto;
  margin-bottom: 20px;
}
.features .feature .icon img{
  width: 100%;
}

/* stamTest */
.filterContainer{
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.rangeContainer{
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  padding: 7px 15px;
  border-radius: 5px;
}
.filterInputContainer{
  padding-right: 10px;

}
.filterInputContainer input{
border: none;
  outline: none;
  max-width: 35px;
  color: #2596FF;
  font-weight: 500;
  font-size: 17px;
}
.filterInputContainer input::placeholder{
  color:#2596FF;
}
.rangePrice{
  border-left: 1px solid #e0e0e0;
  padding-left: 10px;
}
.rangeDes label{
  display: flex;
  align-items: center;
  height:100%;
}
.filterInputContainer span , .rangePrice{
 color:#c5c0c0;
}
.rangeMainCon{
  display:flex;
  justify-content:space-between;
  gap:22px;
}
.rangeMainConInner{
display:flex;
justify-content:space-between;
gap:22px;

}
.FilterapplyBtn button{
  border: none;
  /* background-color: #2596FF !important; */
  background-color: #b8863e !important;
  padding: 9px 30px;
  border-radius: 7px;
  color: #fff;
}

.filtertitle h3{
  color: #603813;
  margin-bottom:0;
}
.carouselFilterContainer{
 text-align: center;
  margin: 5px auto;
}

/* @media (min-width: 320px) and (max-width: 768px) {
.carouselFilterContainers{
font-size: 15px;
  padding: 0px;
  border: 2px solid #cc1f21;
  background-color: #cc1f21;
  border-radius: 999px;
  color: white;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
} */

@media (max-width: 576px) {
.rangeMainConInner {
  display: block;   /* or flex-direction: column */
}

.rangerMainInner {
  margin-bottom: 12px;
}
}

.carouselFilterContainers p{
  border: 2px solid red !important;
  border-radius: 999px !important; /* Fully rounded */
  padding: 6px 12px !important;    /* Adjust padding as needed */
  display: inline-block !important; /* Ensures the border wraps around the text properly */
  color: red !important;
}
.carouselFilterContainer p{
font-weight: 500;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
height: 72px;

}
.owl-carousel.owl-loaded.owl-drag.stampsCategoryOwlCarousl {
padding-left: 24px;
position: relative;
color: #cdcdcd;
padding-right: 1px;
}

.CustomParentContainer{
max-width: 1330px;
margin: auto;
padding: 0 40px
}

.customstampcard {
/* flex: 0 0 calc(20% - 10px); */
/* background: #fff;   */
border-radius: 16px;
/* box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
/* max-width: 320px; */
}
.customstampcard .card-header{
padding: 10px;
}
.customstampcard img {
height: 100%;
object-fit: cover;
border-radius: 10px;
width: 100%;
}

.customstampcard .card-body {
padding: 0px;
text-align: center;
margin-top: -2px;
}

/* .customstampcard .card-title {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 22px 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  height: 50px;
  line-height: 1.2;
} */

.customstampcard .card-title {
font-size: 16px;
font-weight: 600;
margin: 10px 22px 0px;
text-align: center;
line-height: 1.3;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
color: #b8863e !important;
}
.customstampcard .price {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
position: relative;
top: 4px;
text-align: center;
color: #ffffff !important;
}



.Customcard .sec4title::after{
content: '';
display: block;
/* width: 71%; */
width: 60% !important;
height: 2px !important;
background-color: #b8863e !important;
margin-top: 18px;
}
@media (max-width: 458px) {

.Customcard .sec4title::after {
  content: '';
  display: block;
  width: 71%;
  height: 2px;
  background-color: #383838;
  /* margin-top: 18px; */
  margin: 18px auto 0 auto;
}
}
/* .customstampcard .price {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
margin-top: -7px;
} */

.customstampcard .reviews {
color: #999;
font-size: 14px;
margin-bottom: 5px;
}

.customstampcard .stars {
color: #91FF3A;
margin-bottom: 16px;
}

.customstampcard .customize-btn {
background-color: #cc1f21;
color: #fff;
border: none;
padding: 12px;
font-size: 16px;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
margin: 0 16px 16px;
transition: background-color 0.3s ease;
}

.customstampcard .customize-btn:hover {
background-color: #cc1f21;
}

.customstampcard .card-header {
position: relative;
}

.customstampcard .wishlist-icon {
position: absolute;
top: 12px;
right: 12px;
padding: 6px;
font-size: 18px;
color: #fff;
}

.customstampcard .cart-icon {
float: right;
font-size: 20px;
cursor: pointer;
}

.customstampcard .gray {
color: #ccc;
}
.customize-btn{
display: flex;
gap: 5px;
}
.customize-btn i{
font-size: 16px;
}

.customCol{
margin:10px 0;
}
.customActive{
cursor: pointer;
}
.cardHide{
display: none;
}
.section3carouselImgContainer {
/* width: 200px; */
border-radius: 20px;
overflow: hidden;
}
.section3InnerContainer .carouselImgContainer,.section3InnerContainer .carouselImgContainer img , .section3carouselImgContainer img
{
width: 100%;
height: 100%;
}
.StamTestsection3Con{
display: flex;
justify-content: center;
align-items: center;
/* gap: 10px; */
}
/* .stampsCategoryOwlCarousl .owl-nav , .stampsCategoryOwlCarousl .owl-dots{
display: none;
}

.stampsCategoryOwlCarousl .owl-nav , .stampsCategoryOwlCarousl .owl-nav{
display: block !important;
}

.stampsCategoryOwlCarousl .owl-nav button span{
display: none;
}
.stampsCategoryOwlCarousl .owl-nav button.owl-prev {
  position: absolute;
  top: 90px;
  left:0px;
}
.stampsCategoryOwlCarousl .owl-nav button.owl-next{
position: absolute;
top: 90px;
right: -22px;
}
.stampsCategoryOwlCarousl .owl-nav button.owl-prev::before {
font-family: "Font Awesome 6 Free";
  content: "\f053";
  font-weight: bolder;
  font-size: 38px;
  display: inline-block;
  height: 37px;
  width: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -21px;
  color: black;
}

.stampsCategoryOwlCarousl .owl-nav button.owl-next::before {
font-family: "Font Awesome 6 Free";
content: "\f105";
font-weight: bold;
font-size: 45px;
color: #000;
display: inline-block;
height: 37px;
width: 0px;
display: flex;
justify-content: center;
align-items: center;
} */

/* =======================Icons================================= */

#categorieswrap {
position: relative;
}

.stampsCategoryOwlCarousl .owl-nav {
display: block !important;
}
.stampsCategoryOwlCarousl .owl-nav button span {
display: none;
}

/* Common arrow styles */
.stampsCategoryOwlCarousl .owl-nav button.owl-prev,
.stampsCategoryOwlCarousl .owl-nav button.owl-next {
position: absolute;
top: 35%;
transform: translateY(-50%);
z-index: 100;
background: transparent;
border: none;
padding: 0;
opacity: 1;
visibility: visible;
}
/* Common icon look */
.stampsCategoryOwlCarousl .owl-nav button.owl-prev::before,
.stampsCategoryOwlCarousl .owl-nav button.owl-next::before {
font-family: "Font Awesome 6 Free";
font-weight: 900;
font-size: 30px;
color: #000;
content: '';
display: flex;
justify-content: center;
align-items: center;
/* width: 36px;
height: 36px; */
/* border-radius: 50%; */
/* background: #fff; */
/* box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); */
}
.stampsCategoryOwlCarousl .owl-nav button.owl-prev {
left: -10px;
}
.stampsCategoryOwlCarousl .owl-nav button.owl-next {
right: -10px;
}

.stampsCategoryOwlCarousl .owl-nav button.owl-prev::before {
content: "\f104"; /* ← */
}
.stampsCategoryOwlCarousl .owl-nav button.owl-next::before {
content: "\f105"; /* → */
}
.slider-buttons {
  position: absolute;
  bottom: 10px; /* Decrease this to move it upward */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

@media (max-width: 480px) {
.stampsCategoryOwlCarousl .owl-nav button.owl-prev {
  left: 0px;
}

.stampsCategoryOwlCarousl .owl-nav button.owl-next {
  right: 0px;
}

.stampsCategoryOwlCarousl .owl-nav button.owl-prev::before,
.stampsCategoryOwlCarousl .owl-nav button.owl-next::before {
  width: 28px;
  height: 28px;
  font-size: 30px;
}
}
@media (min-width: 1024px) {
.stampsCategoryOwlCarousl .owl-nav button.owl-prev,
.stampsCategoryOwlCarousl .owl-nav button.owl-next {
  opacity: 1 !important;
  visibility: visible !important;
}

.stampsCategoryOwlCarousl .owl-nav button.owl-prev {
  left: -15px;
}

.stampsCategoryOwlCarousl .owl-nav button.owl-next {
  right: -26px;
}
}
.stampsCategoryOwlCarousl .owl-nav {
display: flex !important;
}


/* ========================icons=============================/ */

.stampsCategoryOwlCarousl .owl-stage-outer .owl-item .item .carouselImgContainer{
  border-radius: 20px;
  overflow: hidden;
}
.stampsCategoryOwlCarousl .owl-stage-outer .owl-item .item .carouselFilterContainer p{
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
height: 72px;
}
.stampCards{
height: 200px;
}
.stampCards img{
height: 100%;
}
.stampCardscardTitles{
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
/* stamTest */
#colorName{
  padding:7px;
}
.colorInputs{
  display: flex;
  gap: 25px;
  align-items: center;
  /* justify-content: center; */
  flex-wrap: wrap
}
.colorInputs input{
  padding:7px;
}
.colorPickerCon{
  display: flex;
   gap: 30px;
   justify-content:center;
   align-items:center;
}
#staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon .IroColorPicker .IroBox{
  border-radius:10px !important;
}
#staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon .IroColorPicker .IroSlider .IroSliderGradient{
border-radius:3px !important;
}
.rgbaColorInput{
  width:70px;
}
.rgbaColorInput .rgbaColorInputInner input{
  width:100%;
}
.hexaColorCon{
  display: flex;
  gap: 10px;
}
.color-values input {
width: 60px;
margin: 5px;
}
#colorPicker {
display: flex;
gap: 10px;
}
.RGBAmodalHeader{
  border-bottom: 1px solid #EDEDED;
  padding-left: 30px  !important;
}
.rgbaModalContent{
max-width: 800px;
margin: auto;
}
.RGBAmodalBody{
padding: 30px !important;
}
.stampsCategoryOwlCarousl .owl-stage-outer .owl-item .item .carouselImgContainer:hover{
border:1px solid #cc1f21;
}

.clicked-border{
border:1px solid #cc1f21;

}
.StamTestsection3 .StamTestsection3InnerBreadCrumb nav ol li.breadcrumb-item a{
text-decoration: underline !important;

}
/* .customstampcard .card-body div{
height: 50px;
} */
/*  */
.filter-btn{
 background: transparent;
 border: 0px;
}
.filter-btn img{
width: 20px;
height: 20px;
}
.products-filter .dropdown-menu{
border-radius: 10px;
border: 0px;
padding: 17px 6px;
box-shadow: 0 0 10px rgb(200, 200, 200);
}
.products-filter .dropdown-menu li a:hover{
color: rgb(146, 64, 14);
background: transparent;
}
.products-filter .dropdown-menu li.active{
border-bottom: 1px solid #363636;
}
.products-filter .dropdown-menu li.active a{
color: rgb(146, 64, 14);
}
.products-filter .dropdown-menu li a{
font-weight: 600;
}

.productmodal .modal-content {
border-radius: 12px;
border: none;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.productmodal .modal-header {
border-bottom: 1px solid #e5e7eb;
padding: 1rem 1.5rem;
}

.productmodal .modal-title {
font-size: 1.125rem;
font-weight: 500;
color: #111827;
}

.productmodal .btn-close-custom {
background: none;
border: none;
color: #dc2626;
font-weight: 500;
padding: 0;
font-size: 0.875rem;
}

.productmodal .btn-close-custom:hover {
color: #b91c1c;
}

.productmodal .accordion-section {
border-bottom: 1px solid #e5e7eb;
padding-bottom: 1rem;
margin-bottom: 1rem;
}

.productmodal .accordion-section:last-child {
border-bottom: none;
margin-bottom: 0;
}

.productmodal .accordion-header {
background: none;
border: none;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0;
font-size: 1rem;
font-weight: 500;
color: #111827;
text-align: left;
}

.productmodal .accordion-header:hover {
background: none;
}

.productmodal .accordion-header:focus {
box-shadow: none;
}

.productmodal .accordion-icon {
color: #6b7280;
font-size: 1.25rem;
}

.productmodal .filter-pills {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
margin-top: 0.75rem;
}

.productmodal .filter-pill {
background: #f3f4f6;
border: 1px solid #d1d5db;
color: #374151;
padding: 0.375rem 0.75rem;
border-radius: 50px;
font-size: 0.875rem;
cursor: pointer;
transition: all 0.2s;
display: inline-block;
text-decoration: none;
}

.productmodal .filter-pill:hover {
background: #e5e7eb;
color: #374151;
text-decoration: none;
}

.productmodal .filter-pill.active {
background: #ff61002b;
border-color: #a76b43;
color: #4b1d07;
}

.productmodal .stars {
color: #f59e0b;
font-size: 1rem;
margin-right: 0.25rem;
}

.productmodal .stars-empty {
color: #d1d5db;
}

.productmodal .star-filter {
display: flex;
align-items: center;
background: #f3f4f6;
border: 1px solid #d1d5db;
color: #374151;
padding: 0.375rem 0.75rem;
border-radius: 50px;
font-size: 0.875rem;
cursor: pointer;
transition: all 0.2s;
text-decoration: none;
}

.productmodal .star-filter:hover {
background: #e5e7eb;
color: #374151;
text-decoration: none;
}

.productmodal .star-filter.active {
background: #ff61002b;
border-color: #a76b43;
color: #4b1d07;
}

.productmodal .modal-footer {
border-top: none;
padding: 1rem 1.5rem;
justify-content: space-between;
}

.productmodal .btn-clear {
background: none;
border: none;
color: rgb(146, 64, 14);
font-weight: 500;
padding: 0;
font-size: 0.875rem;
}

.productmodal .btn-clear:hover {
color: rgb(81 35 7);
}

.productmodal .btn-show-result {
background: #92400e;
border: none;
color: white;
padding: 0.5rem 1.5rem;
border-radius: 8px;
font-weight: 500;
font-size: 0.875rem;
}

.productmodal .btn-show-result:hover {
background: #78350f;
color: white;
}

.productmodal .modal-body {
max-height: 60vh;
overflow-y: auto;
padding: 1.5rem;
}
.productmodal{
z-index: 99999;
}

.section3carouselImgContainer:hover{
border: 1px solid #cc1f21;
}
.productcategorycard{
transition: transform .3s cubic-bezier(0,0,0.5,1);
}
.productcategorycard:hover{
transform: scale(1.0161290323);
}
.star {
font-size: 1.2rem;
cursor: pointer;
color: #d1d5db;
transition: color 0.2s ease;
margin-right: 2px;
}

.star.filled {
color: #ffc107;
}
.register-btn{
width: max-content;
}
#loader {
position: relative;
top: 0%;
text-align: -webkit-center;
transform: translate(-50%, -50%);
z-index: 9999; /* Higher z-index to show above the overlay */
}
#loader2 {
position: relative;
top: 0%;
left: 50%;
text-align: -webkit-center;
transform: translate(-50%, -50%);
z-index: 9999; /* Higher z-index to show above the overlay */
}
/* Style for the spinner */
.spinner {
border: 16px solid #F3F3F3;
border-top: 16px solid #3498DB;
border-radius: 50%;
width: 120px;
height: 120px;
animation: spin 2s linear infinite;
}
/* Animation for the spinner */
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
/*  */
/* @media (min-width: 1181px) and (max-width: 1320px) {
.stampsCategoryOwlCarousl .owl-nav button.owl-next::before ,.stampsCategoryOwlCarousl .owl-nav button.owl-prev::before {
  height: 30px;
  width: 30px;
}
} */

.breadcrumb-item+.breadcrumb-item::before {
  color: #b8863e !important;
}
.product-img-wrapper {
  border-radius: 12px !important;
}

.StampingsectionTitle span {
  border-bottom: 2px solid #b8863e !important;
}

.accordion-button:not(.collapsed) {
  background-color: #b8863e !important;
  color: white !important;
  font-weight: 400 !important;
}

.navbar-toggler-icon {
  filter: invert(64%) sepia(32%) saturate(600%) hue-rotate(10deg) brightness(95%) contrast(90%) !important;
} 

@media (min-width: 992px) and (max-width: 1200px) {
  #navbarScroll ul li a, .stampingMain .container .navbar-collapse ul li a {
      padding: 5px 3px !important;
      font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  /*.Homebanner {*/
  /*    padding-bottom: unset !important;*/
  /*}*/
  
  .bannerInnerContent {
      padding: 70px 23px 0px 21px !important;
  }
  .bannerInnerContent h1 {
      font-size: 30px !important;
      font-weight: 500 !important;
      line-height: 1 !important;
  }
  .bannerInnerContent p {
      font-size: 27px !important;
      line-height: 1 !important;
  }
  .Bannerbutton button {
      font-size: 18px !important;
      font-weight: 500 !important;
  }
  .Homesection2 h2 {
      font-size: 28px !important;
      font-weight: 500 !important;
  }
  
  .section2cardInnerBtn button {
      font-size: 16px !important;
      font-weight: 500 !important;
  }
  .sec4title {
      font-size: 24px !important;
  }
  .sec4btn {
      font-size: 17px !important;
      font-weight: 400 !important;
  }
  .Customcard p {
      font-size: 20px !important;
      font-weight: 400 !important;
  }
  .features {
      gap: 0px !important;
  }
  .why-choose-us h2 {
      font-size: 30px !important;
  }
  
  .footer-title {
      font-size: 30px !important;
  }
  .footer h5 {
      font-size: 20px !important;
      font-weight: 400 !important;
  }
  .stampingDetailsTopLeftCnt h1 {
      font-size: 32px !important;
      line-height: 46px !important;
  }
  .product-code-value,
  .product-code-text {
      font-size: 17px !important;
  }
  .stampingDetailsTopPrice span {
      font-size: 40px !important;
  }
  .description-wrap {
      text-align: center !important;
  }
  .add-cart-btn-custome {
      font-size: 18px !important;
      line-height: 30px !important;
  }
  .stampingCateTitle h2 {
      font-size: 30px !important;
  }
  .stampingReviewRatingTitle {
      font-size: 30px !important;
  }
  .ContactUsFormCheckout h2 {
      font-size: 30px !important;
  }
  .hero-section {
      padding: unset !important;
      margin-top: unset !important;
  }
  .title-4 {
      font-size: 35px !important;
  }
  .thoughtfull-product-title {
      font-size: 25px !important;
  }
  .img-container {
      margin-top: 30px !important;
  }
  .feature-title {
      font-size: 30px !important;
  }
  .titles {
      margin-top: unset !important;
  }
  .second-btn {
      padding-bottom: unset !important;
  }
  .title-four {
      margin-right: unset !important;
  }
}

@media (min-width: 992px) and (max-width: 1180px) {
/* .stampsCategoryOwlCarousl .owl-nav button.owl-next::before ,.stampsCategoryOwlCarousl .owl-nav button.owl-prev::before {
  height: 30px;
  width: 30px;
}
.stampsCategoryOwlCarousl .owl-nav button.owl-next {
position: absolute;
top: 65px;
right: -35px;
}
.stampsCategoryOwlCarousl .owl-nav button.owl-prev {
position: absolute;
top: 65px;
left: -22px;
} */

}
@media (min-width: 767px) and (max-width: 991px) {
  .section4Content {
      margin-left: 0px;
  }
  /* .stampsCategoryOwlCarousl .owl-nav button.owl-next::before ,.stampsCategoryOwlCarousl .owl-nav button.owl-prev::before {
    height: 30px;
    width: 30px;
}
.stampsCategoryOwlCarousl .owl-nav button.owl-next {
  position: absolute;
  top: 160px;
  right: -36px;
}
.stampsCategoryOwlCarousl .owl-nav button.owl-prev {
position: absolute;
top: 160px;
left: -36px;
} */
.stampsCategoryOwlCarousl{
  padding-left: 0 !important;
}
}
@media (min-width: 601px) and (max-width: 768px) {
  .section6cardInnerImg {
    margin: 10px 0 !important;
  }
  .filterContainer{
    flex-direction: column;
    gap: 22px;
    padding: 30px 0;
  }
  .stampsCategoryOwlCarousl{
    padding-left: 0 !important;
  }
  .owl-carousel.owl-loaded.owl-drag {
    padding-left: 0px;
  }
  /* .stampsCategoryOwlCarousl .owl-nav button.owl-next::before ,.stampsCategoryOwlCarousl .owl-nav button.owl-prev::before {
    height: 30px;
    width: 30px;
}
.stampsCategoryOwlCarousl .owl-nav button.owl-next {
  position: absolute;
  top: 135px;
  right: -36px;
}
.stampsCategoryOwlCarousl .owl-nav button.owl-prev {
position: absolute;
top: 135px;
left: -36px;
} */
}

@media (min-width: 481px) and (max-width: 600px) {
  .section6cardInnerImg {
    margin: 10px 0 !important;
  }
  .newsletter-form input{
      width: 300px !important;
  }
  .section6cardInner .section6cardInnerImg img {
      width: 100%;
      object-fit: cover;
      height: 100%;
  }
  .filterContainer{
    flex-direction: column;
    gap: 22px;
    padding: 30px 0;

  }
  .rangeMainCon{
    flex-direction: column;
  }
  .customstampcard{
    max-width: unset;
  }
  .rangerMainInner{
    flex-direction: column;
    flex: 1;
  }
  .rangeContainer {
    justify-content: space-between;
  }
  .FilterapplyBtn button{
    width: 100%;
  }
  .owl-carousel.owl-loaded.owl-drag {
    padding-left: 0px;
  }
  .section3InnerContainer{
    width: 90%;
    margin: auto;
  }
  .StamTestsection3Con{
    flex-wrap: wrap;
  }
  .section3carouselImgContainer{
    width: 100%;
  }
  .colorPickerCon{
    flex-direction: column;
  }
  #staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon #colorPicker ,#staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon #colorPicker .IroColorPicker{
    margin:auto !important;
  }
  #staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon .IroColorPicker .IroBox , #staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon .IroColorPicker .IroSlider{
    margin: 10px auto !important;
}
  #colorName{
    width: 100% !important;
  }
  .colorInputs{
    flex-direction: column !important;
  }
  .colorInputs .colorInputsHexCon , .colorInputs .colorInputsHexCon .colorInputsHexInner input{
    width: 100%;
  }
  .hexaColorCon .rgbaColorInput{
    width: unset !important;
    flex:1;
  }
  .colorInputsHexCon .text-center p{
    margin-bottom: 0;
  }
  /* .stampsCategoryOwlCarousl .owl-nav button.owl-next::before ,.stampsCategoryOwlCarousl .owl-nav button.owl-prev::before {
    height: 30px;
    width: 30px;
}
.stampsCategoryOwlCarousl .owl-nav button.owl-next {
  position: absolute;
  top: 190px;
  right: -33px;
} */
/* .stampsCategoryOwlCarousl .owl-nav button.owl-prev {
position: absolute;
top: 190px;
left: -36px !important;
} */
.stampsCategoryOwlCarousl {
padding-left: 0 !important;
}

}

@media (min-width: 321px) and (max-width: 480px) {
  .section6cardInnerImg {
    margin: 10px 0 !important;
  }
  .newsletter-form{
      flex-direction: column;
  }
  .newsletter-form input{
      max-width:100% !important;
      width:100% !important;
  }
  .section4Content {
      margin-left: 0px;
  }
  .section6cardInner .section6cardInnerImg img {
      width: 100%;
      object-fit: cover;
      height: 100%;
  }
  .underline {
      display: flex;
      justify-content: center;
      align-items: center;
      position: unset;
  }
  .Customcard{
      text-align: center;
  }
  .filterContainer{
    flex-direction: column;
    padding: 30px 0;
    gap: 22px;

  }
.customstampcard{
  max-width: unset;
}
.rangerMainInner{
  flex-direction: column;
  flex: 1;
}
.rangeContainer {
  justify-content: space-between;
}
.FilterapplyBtn button{
  width: 100%;
}
.rangeMainCon {
  flex-direction: column;
  }
  .owl-carousel.owl-loaded.owl-drag {
    padding-left: 0px !important;
  }
  .section3InnerContainer{
    width: 90%;
    margin: auto;
  }
  .StamTestsection3Con{
    flex-wrap: wrap;
  }
  .section3carouselImgContainer{
    width: 100%;
  }
  .colorPickerCon{
    flex-direction: column;
  }
  #staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon #colorPicker ,#staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon #colorPicker .IroColorPicker{
    margin:auto !important;
  }
  #staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon .IroColorPicker .IroBox , #staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon .IroColorPicker .IroSlider{
    margin:10px auto !important;
}
  #colorName{
    width: 100% !important;
  }
  .colorInputs{
    flex-direction: column !important;
  }
  .colorInputs .colorInputsHexCon , .colorInputs .colorInputsHexCon .colorInputsHexInner input{
    width: 100%;
  }
  .hexaColorCon .rgbaColorInput{
    width: unset !important;
    flex:1;
  }

  .colorInputsHexCon .text-center p{
    margin-bottom: 0;
  }
  /* .stampsCategoryOwlCarousl .owl-nav button.owl-next::before ,.stampsCategoryOwlCarousl .owl-nav button.owl-prev::before {
    height: 30px;
    width: 30px;
} */


.stampsCategoryOwlCarousl {
padding-left: 0 !important;
}

.stampsCategoryOwlCarousl.owl-loaded{
  margin-top: 50px;
}
/* .stampsCategoryOwlCarousl .owl-nav{
  position: absolute;
      top: -50px;
      right: 0;
      display: flex !important;
}
 .stampsCategoryOwlCarousl .owl-nav button ,.stampsCategoryOwlCarousl .owl-next button{
  position: unset !important;
 }
   .stampsCategoryOwlCarousl .owl-nav button.owl-prev{
    margin-right: 10px;
    display: block !important;
   }
   .stampsCategoryOwlCarousl .owl-nav button.owl-prev::before {
    border-radius: 8px 0 0 8px;
  }
   .stampsCategoryOwlCarousl .owl-nav button.owl-next::before {
    border-radius: 0px 8px 8px 0px;
  } */

}

@media (max-width: 320px) {
  /* .stampsCategoryOwlCarousl .owl-nav button.owl-next {
  display: none;
}
.stampsCategoryOwlCarousl .owl-nav button.owl-prev {
  display: none !important;
} */
  .section6cardInnerImg {
    margin: 10px 0 !important;
  }
  .newsletter-form{
      flex-direction: column;
  }
  .newsletter-form input{
      max-width:100% !important;
      width:100% !important;
  }
  .section4Content {
      margin-left: 0px;
  }
  .section6cardInner .section6cardInnerImg img {
      width: 100%;
      object-fit: cover;
      height: 100%;
  }
  .underline {
      display: flex;
      justify-content: center;
      align-items: center;
      position: unset;

  }
  .Customcard{
      text-align: center;
  }
  .filterContainer{
    flex-direction: column;
    padding: 30px 0;
    gap: 22px;

  }
  .customstampcard{
    max-width: unset;
  }
  .rangerMainInner{
    flex-direction: column;
    flex: 1;
  }
  .rangeContainer {
    justify-content: space-between;
  }
  .FilterapplyBtn button{
    width: 100%;
  }
  .rangeMainCon {
    flex-direction: column;
}
.owl-carousel.owl-loaded.owl-drag {
  padding-left: 0px;
}
.section3InnerContainer{
  width: 90%;
  margin: auto;
}
.colorPickerCon{
  flex-direction: column;
}
#staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon #colorPicker ,#staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon #colorPicker .IroColorPicker{
  margin:auto !important;
}
#staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon .IroColorPicker .IroBox , #staticBackdrop .modal-dialog .modal-content .modal-body .colorPickerCon .IroColorPicker .IroSlider{
  margin:10px auto !important;
}
#colorName{
  width: 100% !important;
}
.colorInputs{
  flex-direction: column !important;
}
.colorInputs .colorInputsHexCon , .colorInputs .colorInputsHexCon .colorInputsHexInner input{
  width: 100%;
}
.hexaColorCon .rgbaColorInput{
  width: unset !important;
  flex:1;
}
.colorInputsHexCon .text-center p{
  margin-bottom: 0;
}

}
 @media (max-width: 768px) {
.bannerInnerContent {
  text-align: center;
}
 }
 @media (min-width: 450px) and (max-width: 768px) {
.home-btn {
  font-size: 15px !important;
  padding: 15px 0px !important;
      font-weight: 700;
  color: #ffffff;
  background-color: #cc1e20;
  font-family: montserrat;
}
}

@media (min-width: 601px) and (max-width: 768px) {
.owl-item{
  width: 100%;
  max-width: 243px;
}
}
