@font-face {
    font-family: "Poppins";
    src: url("../font/Poppins-Black.ttf");
}

/*
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
} */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* global css end */

.header-bg {
    background: #222222;
}

.header-bg1 {
    background: #747474;
}

.log-btn-bg {
    border: 2px solid #7ffc08 !important;
    border-radius: 5px;
    font-size: 17px;
    color: #8dfc23;
}

.log-btn-bg-top {
    font-family: "Poppins", sans-serif !important;
    border: 2px solid #7ffc08 !important;
    border-radius: 5px;
    color: #8dfc23;
    font-size: 17px !important;
    width: 180px !important;
    text-align: center;
}

.log-btn-bg-top-drop {
    font-family: "Poppins", sans-serif !important;
    border: 2px solid #7ffc08 !important;
    border-radius: 5px;
    color: #fff !important;
    font-size: 13px !important;
    width: 100px !important;
    text-align: center;
    background-color: #222 !important;
}

.log-btn-cat {
    font-family: "Poppins", sans-serif !important;
    border: 2px solid #7ffc08 !important;
    border-radius: 5px;
    color: #fff !important;
    font-size: 15px !important;
    text-align: center;
    padding: 0px 30px;
}

.serachbox-bg {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    height: 40px !important;
}

.selectcity-bg {
    border-radius: 30px 0px 0px 30px !important;
    margin-right: 30px;
}

.bg-color1 {
    background-color: #bbfd7b !important;
}

.bg-color2 {
    background-color: #222222 !important;
}

.bg-color3 {
    background-color: #e5e5e5 !important;
}

.font-black {
    color: #222222;
}

.font-black1 {
    color: #333333;
}

.font-green {
    color: #8dfc23;
}

.lh65 {
    line-height: 65px !important;
}

.fw6 {
    font-weight: 600 !important;
}

.fs55tofs15 {
    font-size: 55px !important;
}

.fs50tofs14 {
    font-size: 50px !important;
}

.fs30tofs12 {
    font-size: 30px !important;
}

.fs27tofs15 {
    font-size: 27px !important;
}

.fs27 {
    font-size: 27px !important;
}

.fs25 {
    font-size: 25px !important;
}

.fs25tofs12 {
    font-size: 25px !important;
}

.fs24 {
    font-size: 24px !important;
}

.fs23tofs12 {
    font-size: 23px !important;
}

.fs23tofs10 {
    font-size: 23px !important;
}

.fs20 {
    font-size: 20px !important;
}

.fs20tofs10 {
    font-size: 20px !important;
}

.fs20tofs12 {
    font-size: 20px !important;
}

.fs20tofs8 {
    font-size: 20px !important;
}

.fs15 {
    font-size: 15px !important;
}

.fs10tofs5 {
    font-size: 10px !important;
}

.left10 {
    left: 10% !important;
}

.mar-le-ra-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
}

.mar-ra-165 {
    margin-right: 165px !important;
}

.mar-ra-50 {
    margin-right: 50px !important;
}

.mar-le-80 {
    margin-left: 80px !important;
}

.border-none {
    border: none !important;
}

.border-ri {
    border-right: solid 1px #000 !important;
}

.shop-now-btn {
    background: #8dfc23;
    border-radius: 50px;
    width: 228px;
}

.playstore-icon {
    background: #333333;
    border-radius: 10px;
}

.playstore-icon-footer {
    background: #ffffff;
    border-radius: 10px;
}

.vertical-center-verify {
    align-items: center !important;
}

.category-area {
    background-color: #e5e5e5 !important;
}

.category-card-bg {
    background: linear-gradient(
        180deg,
        #ffffff 61.12%,
        rgba(255, 255, 255, 0.49) 100%
    );
    border-radius: 10px;
}

.category-card-bg a:hover {
    text-decoration: underline !important;
}

.displayflex {
    display: flex !important;
}

.textalign {
    text-align: center !important;
}

/* TOP BAR CSS */
/* .curency-drop{
    height: calc(1.3125rem + 0rem + 0px);
    background-color: transparent;
    color: #222;
    border: none;
} */

.searchicon .btn {
    padding: 0.3rem 0.3rem;
}

.subscrsub .subscri {
    width: 166px;
    border-radius: 8px 0px 0px 8px;
}

.subscrsub .btn {
    padding: 0.56rem 0.629rem;
    border-radius: 0px 8px 8px 0px;
}

.padd-ra-le-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.logo-iocon-space {
    margin: 0px 50px;
}

/* expand start */
.title-bg {
    background-color: #bbfd7b;
    border-radius: 5px;
    padding: 15px 0px 5px 70px;
}

.accordion {
    margin-top: 20px;
}

.accordion .card {
    border: none;
    margin-bottom: 20px;
}

.accordion .card h2 {
    background: url(../../assets/img/faida/down.png) no-repeat calc(100% - 10px)
        center;
    background-size: 20px;
    cursor: pointer;
    font-weight: 600;
}

.accordion .card h2.collapsed {
    background-image: url(../../assets/img/faida/up.png);
}

.accordion .card-body {
    padding-left: 0;
    padding-right: 0;
}

/* expand end */
@media only screen and (max-width: 992px) {
    .mar-ra-50 {
        margin-right: 0px !important;
    }
}

@media only screen and (max-width: 768px) {
    .shop-now-btn {
        width: 100px;
    }

    .fs55tofs15 {
        font-size: 15px !important;
    }

    .fs27tofs15 {
        font-size: 15px !important;
    }

    .fs50tofs14 {
        font-size: 14px !important;
    }

    .fs20tofs8 {
        font-size: 8px !important;
    }

    .fs20tofs12 {
        font-size: 12px !important;
    }

    .fs20tofs10 {
        font-size: 10px !important;
    }

    .fs23tofs10 {
        font-size: 10px !important;
    }

    .fs23tofs12 {
        font-size: 12px !important;
    }

    .fs25tofs12 {
        font-size: 12px !important;
    }

    .fs30tofs12 {
        font-size: 12px !important;
    }

    .fs15tofs7 {
        font-size: 7px !important;
    }

    .fs10tofs5 {
        font-size: 5px !important;
    }

    .lh65 {
        line-height: 17px !important;
    }

    .mar-le-ra-110 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .mar-ra-165 {
        margin-right: 10px !important;
    }

    .margin-le-ra {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }

    .mar-le-80 {
        margin-left: 10px !important;
    }

    .playstore-icon {
        border-radius: 5px !important;
        width: 90px !important;
    }

    .logo-iocon-space {
        margin: 0px 0px;
    }
}

@media only screen and (max-width: 480px) {
    .margin-le-ra {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .term-img {
        width: 12px !important;
        height: 12px !important;
    }
}

.iconcolor {
    color: #f1f1f1 !important;
    font-size: 1.75rem !important;
}

/**/
.dropdown:hover > .dropdown-menu {
    display: block;
}

.avatar img {
    max-width: 60% !important;
    width: 60% !important;
    height: 60% !important;
}

.userdrop .dropdown-menu {
    min-width: 6.3rem !important;
    padding: 0rem !important;
    background-color: #222 !important;
}

.input-group-append {
    /* margin-left: -45px !important; */
    background-color: #fff;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    height: 40px !important;
}

.input-group-append .btn {
    padding: 0.6rem !important;
    border-top: 0px solid !important;
    border-left: 0px solid !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
}

.bootstrap-select .dropdown-toggle {
    color: #898b92;
    background-color: transparent !important;
    border-color: none !important;
}

.selectcity-bg .btn {
    border-right: 1px solid !important;
    border-top: 0px solid !important;
    border-left: 0px solid !important;
    border-bottom: 0px !important;
}

.footer-in {
    width: 100% !important;
    border-radius: 50px 0px 0px 50px;
    padding: 0.25rem 0.25rem 0.25rem 1.25rem !important;
}

.footer-div-icon {
    color: #006a4e !important;
    font-weight: bold;
}

.subscribe-but {
    text-transform: none;
    border-radius: 50px !important;
    font-size: 14px;
    padding: 0 15px;
    margin: 0;
    border: none;
    color: #fff;
    height: 43px;
}

.signup-newsletter-form {
    border-radius: 50px;
    border: 1px solid #878787;
    padding: 2px;
}

/**/
/********************************************
2.0 Page loader
*********************************************/
#pageloadnew {
    display: none;
    position: sticky;
    top: -1px;
    z-index: 1010;
}

#loadingpagenew {
    display: block;
    /* position: absolute; */
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    /* background-color: #ff0000 !important; */
    background-image: url(../../assets/img/loader-new.gif);
    background-repeat: no-repeat;
    background-position: center;
}

/**/
.top60 {
    top: 60% !important;
}

.arrow-look {
    font-size: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    background-color: #1b1952;
    padding: 5px;
    color: #fff;
}

/* menu css start here */
.cat-bor {
    border: solid 1px #8dbb3f;
    border-radius: 5px;
}

.topline-bg {
    height: 35px;
    border: none !important;
}

.seeall-bg {
    background-color: #eff4de;
}

/**/
.desktop-container {
    color: #fff;
    top: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 10;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.desktop-bound {
    margin: auto;
    min-width: 980px;
    line-height: 80px;
}

.desktop-navbar {
    display: block;
    float: left;
    line-height: 80px;
    height: 80px;
    margin: 0 0 0 3.5%;
}

.desktop-navLinks {
    display: grid;
}

.desktop-navContent {
    float: left;
    border: hidden;
    text-align: center;
}

.desktop-navLink {
    display: inline;
}

.desktop-navLink:hover .desktop-main {
    border-bottom-style: solid;
    border-bottom-width: 4px;
    -webkit-transition: left 0.2s ease-out, border-color 0.5s ease-in;
    transition: left 0.2s ease-out, border-color 0.5s ease-in;
}

.desktop-navLink:hover .desktop-categoryContainer,
.desktop-navLink:hover .desktop-newPaneContent,
.desktop-navLink:hover .desktop-paneContent {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.desktop-newPaneContent,
.desktop-paneContent {
    visibility: hidden;
    text-align: left;
    opacity: 0;
    position: absolute;
    top: 0;
    /* background-color: #8dbb3f; */
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
    pointer-events: auto;
}

.desktop-paneContent {
    left: 50%;
    margin-left: -570px;
    height: 650px;
    width: 100%;
    z-index: 1;
}

.desktop-navLink:hover .desktop-backdropStyle {
    visibility: visible;
}

.desktop-backdropStyle {
    visibility: hidden;
}

.desktop-backdropStyle {
    position: fixed;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
    pointer-events: none;
}

.desktop-categoryContainer {
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    width: 1110px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    padding: 0 10px 10px 15px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

@media (min-width: 1500px) {
    .desktop-paneContent {
        left: 0%;
        margin: auto;
    }
}

@media (max-width: 1400px) {
    .desktop-navbar {
        margin: 0 0 0 1%;
    }
}

@media (max-width: 1250px) {
    .desktop-navbar {
        margin: 0 0 0 1%;
    }
}

@media (max-width: 1199px) {
    .desktop-paneContent {
        width: 1080px;
        margin-left: -540px;
    }

    .desktop-categoryContainer {
        width: auto;
        padding: 0;
    }
}

@media (max-width: 1079px) {
    .desktop-paneContent {
        width: 90%;
        left: 5%;
        margin: auto;
        overflow-x: scroll;
    }

    .desktop-categoryContainer {
        width: 1080px;
        padding: 0;
    }
}

/**/

.texttranscap {
    text-transform: capitalize;
}

.catonhover .container {
    position: relative;
}

.catonhover .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: 0.5s ease;
    backface-visibility: hidden;
}

.catonhover .middle {
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.catonhover .container:hover .image {
    opacity: 0.3;
}

.catonhover .container:hover .middle {
    opacity: 1;
}

.catonhover .textcat {
    background-color: #94c028;
    color: white;
    font-size: 16px;
    padding: 10px;
    border-radius: 4px;
    text-transform: capitalize;
}

/* menu css start end */

.viewcardmob {
    /* display: block; */
    /* justify-content: space-between; */
    align-items: center;
}

.bulk-butt {
    display: block !important;
}

/* Responsive styles for smaller screens */
@media (max-width: 768px) {
    .viewcardmob {
        /* flex-direction: column; */
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        /* Stack items vertically */
        /* align-items: flex-start; */
        /* Align items to the start */
        /* gap: 10px; */
        /* Add spacing between items */
    }

    /* .viewcardmobquali {
        display: flex !important;
        justify-content: end !important;
        align-items: center !important;
    } */

    .bulk-butt {
        display: none !important;
    }
}

/*** WHATS APP ICON CSS START ***/
.whatsapp-button {
    padding: 0px;
    background-color: #25d366;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .whatsapp-button {
        height: 50px;
        width: 50px;
        bottom: 58px;
        left: 15px;
    }

    .whatsapp-button svg {
        height: 28px;
        width: 28px;
    }
}

/*** WHATS APP ICON CSS END ***/

/*** MOUSE CURSOR DESIGN CSS START ***/

/* Custom Cursor */
.cursor123,
.cursor123-follower {
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 99999 !important;
}

/* Main cursor */
.cursor123 {
    width: 8px;
    height: 8px;
    background: black;
    z-index: 1000;
    transition: background 0.2s ease-in-out;
    z-index: 99999 !important;
}

/* Follower cursor */
.cursor123-follower {
    width: 30px;
    height: 30px;
    border: 2px solid black;
    z-index: 999;
    transition: transform 0.15s ease-out, background-image 0.2s ease-in-out;
}

/* Active effect on links - Show basketball */
.cursor123.active {
    background: transparent;
}

.cursor123-follower.active {
    border: none;
    width: 30px;
    height: 30px;
    background-image: url(../../assets/img/basketball.png);
    background-size: cover;
    background-position: center;
    transform: scale(1.2);
}

/* Example styling */

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
    }
}

/* Demo only, no need for this */

.show-grid [class^="col-"] span,
.container-fluid .show-grid [class^="col-"] {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eee;
    background-color: rgba(86, 61, 124, 0.15);
    text-align: center;
    border: 1px solid #ddd;
    border: 1px solid rgba(86, 61, 124, 0.2);
}

[class^="col-"] {
    margin-bottom: 30px;
}

/*** MOUSE CURSOR DESIGN CSS END ***/

/***** FILTER ON SPORT PAGE START *****/
.pricerange .wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 20px 25px 40px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.pricerange .price-input {
    width: 100%;
    display: flex;
    margin: 30px 0px 34px 0px;
}

.pricerange .price-input .field {
    width: 100%;
    height: 45px;
    align-items: center;
}

.pricerange .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}

.pricerange input[type="number"]::-webkit-outer-spin-button,
.pricerange input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.pricerange .price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.pricerange .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.pricerange .slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #161544;
}

.pricerange .range-input {
    position: relative;
}

.pricerange .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.pricerange input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #161544;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.pricerange input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #161544;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.categorylist {
    margin-right: 0;
    padding-right: 10px;
    left: 0;
    max-height: 214px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
    position: relative;
    scrollbar-width: thin;
    top: 0;
    width: auto;
}

.categorylist .d-flex {
    display: flex;
}

.categorylist .justify-content-sapce {
    justify-content: space-between;
}

.categorylist .align-items-center {
    align-items: center;
}

/***** FILTER ON SPORT PAGE END *****/

/***** MOSAIC GALLERY CSS START *****/

.mosaic {
    margin: 0 auto;
}

.mosaic .gallery-container {
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 0.35rem;
    margin: 2rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.mosaic .gallery-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mosaic .gallery-container ul li img {
    display: block;
    height: auto;
    max-width: 100%;
    border-radius: 7px;
}

.gallery-container ul.masonry-gallery {
    columns: 20.5rem;
    column-gap: 0.35rem;
    padding: 0;
    margin: 0;
}

.gallery-container ul.masonry-gallery li {
    break-inside: avoid;
    margin: 0 0 0.35rem;
}

.gallery-container .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-container .image-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.gallery-container .image-box:hover img {
    transform: scale(1.1);
}
.gallery-container .image-box .caption {
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff !important;
    padding: 0.5rem;
    font-size: 0.9rem;
    text-align: center;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.gallery-container .height256,
.gallery-container .height785 {
    height: auto !important;
}

@media (min-width: 576px) {
    .gallery-container ul.masonry-gallery {
        columns: 2;
    }
}
@media (min-width: 768px) {
    .gallery-container ul.masonry-gallery {
        columns: 3;
    }
}
@media (min-width: 992px) {
    .gallery-container ul.masonry-gallery {
        columns: 5;
    }
}
/***** MOSAIC GALLERY CSS END *****/
