
html {
  scroll-behavior: smooth;
}
/* hero section is start */

.product-page-center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-page-center-text h1 {
  width: 100%;
  margin: 20px 0px;
  font-family: "Manrope-SemiBold";
  width: 70%;
}
.product-page-center-text p {
  width: 80%;
  margin-bottom: 30px;
  font-family: "Manrope-Regular";
  font-size: 14px;
}

.product-imgbox .overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0%), rgba(0, 0, 0, 70%));
  border-radius: 0px 0px 20px 20px;
  /* z-index: 3; */
}

/* hero section is end */

/* product-view section start */

.all-product-view {
  margin-top: 70px;
  margin-bottom: 100px;
}

.splice-product-view {
  display: grid;
  grid-template-columns: 1fr 3.5fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: start;
}

.aside-position{
    position: sticky;
    top: 6rem;
}

.bgcolors {
  background-color: #e9ecef;
}

.product-details-splice {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-column-gap: 30px;
  grid-row-gap: 55px;
}

.product-list {
  /* transform: translateY(-20px); */
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.product-list.active {
  /* transform: translateY(0); */
  opacity: 1;
  visibility: visible;
  display: block; /* Display the category */
}

.product-list.loading {
  opacity: 0;
  visibility: hidden;
}

.gridlist{
  display: grid !important;
  grid-template-columns: 1fr 1fr ;
  grid-template-rows: auto;
  grid-column-gap: 30px;
  grid-row-gap: 55px;
}

.product-details-splice .all-poduct-details-img:nth-child(1){
    margin-top: 0px;
}

.all-poduct-details-img img {
  width: 100%;
  border-radius: 20px;
}

.all-poduct-details-img {
  position: relative;
  
}

.title-products-setails {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #fff;
  width: 80%;
  box-shadow: 0px 24.56px 32.74px -14.73px #95959540;
  border: 1px solid #DAD6D6;
  border-radius: 10px;
}

.title-products-setails h5{
    font-family: "Manrope-SemiBold";
    font-size: 13px;
    margin: 0px;
    color: #414548;
}

.title-products-setails h5 span{
    color: #eb6e65;
}

.star-icon-testimonials{
    gap: 5px;
}
.star-icon-testimonials i{
   font-size: 10px !important;
}

.box-for-particular-categorey{
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin-top: 20px;
}

.box-for-particular-categorey .categorey-box-text{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Manrope-SemiBold";
    font-size: 13px;
    border-radius: 5px;
    color: #fff;
    /* background-image: url(../images/allproductpage-img/category-bg.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s;
    text-align: center;
    padding: 10px 20px;
}
.box-for-particular-categorey .categorey-box-text:nth-child(1){
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/allproductpage-img/photo_booth_ideas.png);
}
.box-for-particular-categorey .categorey-box-text:nth-child(2){
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/allproductpage-img/video_booth_ideas.png);
}
.box-for-particular-categorey .categorey-box-text:nth-child(3){
  background-image: 
  linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/allproductpage-img/digital_engagement_activities.png);
}
.box-for-particular-categorey .categorey-box-text:nth-child(4){
  background-image: 
  linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url(../images/allproductpage-img/ar-games.png);
}
.box-for-particular-categorey .categorey-box-text:nth-child(5){
  background-image: 
  linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/allproductpage-img/touch_based_game.png);
}
.box-for-particular-categorey .categorey-box-text:nth-child(6){
  background-image: 
  linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/allproductpage-img/Interactive_cycle_Activity.png);
}
.box-for-particular-categorey .categorey-box-text:nth-child(7){
  background-image: 
  linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/allproductpage-img/vr_game.png);
}
.box-for-particular-categorey .categorey-box-text:nth-child(8){
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/allproductpage-img/tech_development_images.png);
}
/* Style for the active category */
.categorey-box-text.active {
  color: #eb6e65; /* Change text color */
  /* Add other styles as needed */
}

.categorey-box-text:hover{
   color: #eb6e65;
   cursor: pointer;
}

.option-catory text{
    font-family: "Manrope-SemiBold";
}

/* product-view section end */

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

  .gridlist{
    grid-template-columns: 1fr;
  }
  .box-for-particular-categorey .categorey-box-text{
    font-size: 11px;
  }
  .title-products-setails{
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
}