/* hero section gallery */

.index-hero-content-box{
    left: 5% !important;
}
/*  hero section gallery*/


.cricle-coner{
    overflow: hidden;
}

.galleryhero{
    position: relative;
}

.galleryhero::after{
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background-color: rgba(235, 110, 101, 18%);
    bottom: -16%;
    right: -4%;
    border-radius: 150px;
    z-index: -1;
}

.gallery-intro{
    margin: 70px 0px;
}

.index-common-title p{
    font-family: "Manrope-Regular";
    font-size: 13px;
    line-height: 2;
}

.nav-category-gallery{
    margin: 70px 0px;
}

.splice-nav-categorey-gallery{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}




/* .splice-nav-categorey-gallery button{
   background-color: transparent;
   font-family: "Manrope-SemiBold";
   font-size: 13px;
   border: none;
   border-radius: 50px;
   padding: 3px 10px;
   color: #1e1e1e;
   transition: 0.2s;
   position: relative;
   z-index: 1;
   overflow: hidden;
}

.splice-nav-categorey-gallery button:hover{
    color: #fff;
    transform: translateY(-4px) translateX(-2px);
    box-shadow: 2px 5px 0 0 #eb6e65;
}
  
.splice-nav-categorey-gallery button:after {
    content: "";
    background: #eb6e65;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
   }
   
   .splice-nav-categorey-gallery button:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
   } */


   .splice-nav-categorey-gallery button {
    background-color: rgb(239, 238, 238);
    font-family: "Manrope-SemiBold";
    font-size: 14px;
    border: none;
    border-radius: 50px;
    padding: 3px 10px;
    color: #1e1e1e;
    transition: 0.2s;
    position: relative;
    z-index: 1;
    overflow: hidden;
 }
 
 .splice-nav-categorey-gallery button:hover {
    color: #fff;
    transform: translateY(-4px) translateX(-2px);
    box-shadow: 2px 4px 0 0 #d8544c;
 }
 
 .splice-nav-categorey-gallery button:active {
    transform: translateY(0px) translateX(0px);
    box-shadow: 0px 0px 0 0 #d8544c;
 }
 
 .splice-nav-categorey-gallery button:after {
    content: "";
    background: #eb6e65;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
 }
 
 .splice-nav-categorey-gallery button:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
 }
 

 .gallery-images-section{
    margin-bottom: 70px;
 }

 .filter-btn.active {
    background-color: #eb6e65;
    color: #fff;
    transform: translateY(-2px) translateX(-1px);
    box-shadow: 2px 4px 0 0 #d8544c;
    transition: all 0.2s ease-in-out;
}

 /*  */


 /* gallery-images-section start */
.splice-gallery-images{
 /* display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 20px;
grid-row-gap: 20px; */
display: flex;
flex-wrap: wrap;
gap: 20px;
columns: 10px;
}
.img-box-gallery{
    position: relative;
}
.img-box-gallery img{
    width: 350px;
    border-radius: 15px;
}

/* .img-box-gallery{
    margin-top: 20px;
} */



.location-name-box a{ 
    text-decoration: none;
    color: #1e1e1e;
}

.location-name-box a:hover .btn-location::after {
    width: 250%;
  }

  .location-name-box a:hover ,.location-name-box a:hover .bi-arrow-right-circle-fill{
    color: #fff;
  }




/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .img-box-gallery img{
        width: 350px;
        border-radius: 15px;
    }

    .splice-nav-categorey-gallery{
        gap: 7px;
    }
    
    .index-hero-content-box{
        left: 5% !important;
        top: 10% !important;
    }
    .imgbox img{
        height: 200px;
        object-fit: cover;
        background-position: center;
    }
    .index-hero-content-box h1{
        font-size: 23px !important;
    }
    .index-hero-content-box p{
        font-size: 14px !important;
    }
   
    
}