/*your custom css goes here*/
.hover-user-top-menu{
    top: 80px !important;
}
.aiz-card-box .disc-amount{
    margin-right: 10px !important;
    opacity: 1 !important;
}
.display-hide{
    display: none !important;
}
.carousel-box .aiz-card-box{
    margin-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.bg-home-v1-banner{
    background-image: url('../img/home-v1-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hv1-sec-title {
    text-align: center;
    margin-bottom: 50px;
}
.hv1-sec-title h2 {
    font-weight: 700;
    line-height: 1.2;
    background: var(--primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    background-clip: text;
    text-fill-color: rgba(0,0,0,0)
}
.bg-blueGray-100 {
    --tw-bg-opacity: 1;
    background-color: #92a9c138
}
.header-v2-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #04141e4d;
    z-index: 999;
}
.bg-overlay {
    position: relative;
    z-index: 1;
    background-size: cover;
}
.swal2-styled{
    background-color: var(--primary) !important;
}
.aiz-p-hov-icon a {
    transform: none !important;
    -webkit-transform: none !important;
}


/****************************************************
 *  Footer Start
 ****************************************************/
.fantasy-footer .shape {
    position: absolute;
    z-index: -1;
    width: 5%
}
.fantasy-footer .shape-01 {
    bottom: 24%;
    left: 3%
}
.fantasy-footer .shape-02 {
    left: 58%;
    bottom: 10%;
    z-index: 99999999;
}
.fantasy-footer .shape-02 img {
    animation: rotate 10s linear infinite
}

.fantasy-footer .shape-03 {
    right: 10%;
    bottom: 10%
}

/****************************************************
 *  Footer END
 ****************************************************/


/****************************************************
 *  Breadcrumb Start
 ****************************************************/
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotateY {
    0% {
        transform: rotateY(0deg)
    }
    100% {
        transform: rotateY(180deg)
    }
}

@keyframes downRight {
    0%, 100% {
        transform: translateX(0) translateY(0)
    }
    50% {
        transform: translateX(20px) translateY(20px)
    }
}

@keyframes spinAndScale {
    0% {
        transform: rotate(0deg) scale(1)
    }
    10% {
        transform: rotate(10deg) scale(1.1)
    }
    50% {
        transform: rotate(180deg) scale(1.5)
    }
    100% {
        transform: rotate(360deg) scale(1)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.banner-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 60px 0px
}

.banner-area .shape {
    position: absolute
}

.banner-area .shape-01 {
    bottom: 0;
    left: 0
}

.banner-area .shape-02 {
    left: 50%;
    top: 20%;
    animation: rotateY 10s linear infinite alternate
}

.banner-area .shape-03 {
    top: 30%;
    left: 60%;
    animation: spin 10s linear infinite alternate
}

.banner-area .shape-04 {
    top: 30%;
    right: 20%;
    animation: downRight 10s linear infinite alternate
}

.banner-area .shape-05 {
    right: 0;
    bottom: 0
}

.banner-content {
    max-width: 492px
}

.banner-content h2 {
    font-weight: 800;
    line-height: 1
}

.banner-content p {
    font-size: 16px;
    margin-top: 10px
}

@media screen and (max-width: 1199px) {
    .banner-area .shape-03 {
        display: none
    }

    .banner-area .shape-02 {
        left: 55%
    }
}

@media screen and (max-width: 991px) {
    .banner-area .shape-02 {
        display: none
    }

    .banner-area .shape-01, .banner-area .shape-05 {
        width: 20%
    }

    .banner-content h2 {
        font-size: 30px
    }
}

@media screen and (max-width: 767px) {
    .banner-area {
        padding: 50px 0px
    }

    .banner-area .shape-04 {
        max-width: 50px;
        right: 10%;
        top: 10%
    }
}

@media screen and (max-width: 575px) {
    .banner-content h2 {
        font-size: 25px
    }
}
/****************************************************
 *  Breadcrumb END
 ****************************************************/


/****************************************************
 * Product Card START
 ****************************************************/
.home-category-product-card {
    background-color: #EEEAE6 !important;
    padding: 10px;
    border-radius: 0px 0px 70px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.home-category-product-card::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 50%;
    bottom: 0;
    right: 0;
    background-color: #F25822 !important;
    opacity: .2;
    z-index: -2;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}
.home-category-product-card:hover::before {

    opacity: 1
}

.home-category-product-card:hover .sm-blog-thumb .author::before {
    opacity: 1;
    visibility: visible;
    clip-path: circle(70.7% at 50% 50%)
}

/****************************************************
 * Product Card END
 ****************************************************/

/****************************************************
 * creator Start
 ****************************************************/
.creator {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin: 0px auto 0px;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}
.creator .shape {
    position: absolute;
    content: "";
    width: 200%;
    height: calc(100% + 10px);
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 200%;
    max-height: 100%;
    z-index: -1
}
.creator .main {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
/****************************************************
 * creator END
 ****************************************************/
.cart-btn{
    transform: none;
    transition: none;
    overflow: hidden;
}
.cart-btn:hover,
.cart-btn.active{
    opacity: 1;
}
.cart-btn .cart-btn-text{
    margin-top: 48px;
    margin-bottom: 20px;
    transition: 0.4s;
}
.cart-btn:hover .cart-btn-text{
    margin-top: -40px;
}

/****************************************************
 * Author Image Start
 ****************************************************/
.home-category-product-card .author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.home-category-product-card .author .author-img {
    display: flex;
}
.home-category-product-card .author .author-img img {
    margin-left: -20%
}
.home-category-product-card .author .author-img img:first-child {
    margin-left: 0
}
.home-category-product-card .author .author-img img:last-child {
    border: 2px solid var(--primary);
}
.home-category-product-card .author img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover
}
.home-category-product-card .author span {
    flex: 1;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    color: #19242B;
}
/****************************************************
 * Author Image End
 ****************************************************/

/****************************************************
 * Insta Start
 ****************************************************/
.insta-post {
    display: flex
}

@media screen and (max-width: 1400px) {
    .insta-post a:nth-child(9) {
        display: none
    }
}

@media screen and (max-width: 1199px) {
    .insta-post a:nth-child(10) {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .insta-post a:nth-child(8) {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .insta-post a:nth-child(7), .insta-post a:nth-child(8) {
        display: none
    }
}

@media screen and (max-width: 575px) {
    .insta-post a:nth-child(5), .insta-post a:nth-child(6) {
        display: none
    }
}

/****************************************************
 * Insta End
 ****************************************************/

.img-container {
    position: relative; /* Ensure child elements (watermark) are positioned relative to this container */
    width: 100%; /* Maintain full width */
    aspect-ratio: 1/1; /* Maintain square aspect ratio */
    overflow: hidden; /* Prevent overflow */
}

.generic-card-img- {
    object-fit: contain; /* Ensure the product image fits properly */
    width: 100%;
    height: 100%;
}
.generic-card-img-wrapper img {
    pointer-events: none;
    position: relative;
    transition: transform .5s cubic-bezier(.23,.51,.44,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 1;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center bottom;
    object-position: center bottom;
    width: 100%;
}
