body{
    background: #171738;
    color: white;
}
.header{
    position: fixed;
    z-index: 999;
    padding: 10px;
    background: transparent;
    width: 100%;
}
.header__wrapper{
    padding: 10px;
}
body .header:not(.header--scrolled) .header__menu--list--item a{
    color: rgb(221, 221, 221);
    font-weight: 600;
}
body .header:not(.header--scrolled) .header__wrapper{
    padding: 20px;
    background: #00000061;
    backdrop-filter: blur(15px);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
body .header:not(.header--scrolled){
    background: transparent !important;
    padding: 0px !important;
    border-radius: 0px !important;
}
.Home__Banners{
    margin-top: 0px !important;
}
.bottom-nav{
    padding: 0px;
    background: transparent;
    bottom: 0px !important;
}
.header__menuToggle{
    padding: 8px 7px 4px;
    border-radius: 5px;
    background: #00000082;
}
.bottom-nav-wrap{
    padding: 0 0px;
    background: #00000061;
    backdrop-filter: blur(15px);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top: 1px solid #e38918;
}
.bottom-nav-wrap ul{
    background: transparent !important;
    margin-bottom: 0px !important;
}
.without_icons{
    background: transparent  !important;
    padding: 15px;
    font-size: 16px;
    color: white;
    font-weight: 700;
}
.accordion-content1{
    background: transparent;
    border-radius: 10px;
}
.header__menu .header__menu--mobileLogo{
    background: transparent;
    border-radius: 10px;
    padding: 20px !important;
}
.accordion:after{
    color: white;
}
.owl-nav{
    display: none;
}
.owl-dots{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px;
}
.menu-item.active , .menu-item:hover{
    background: #171738 ;
    color: white;
}
.header__menuToggle span{
    width: 25px;
}
a{
    text-decoration: none !important;
}
.menu-item.active a , .menu-item:hover a, .header__menu--list>.menu-item:hover>a{
    -webkit-text-stroke: 0.4px #ffffff !important;
    color: white !important;
}
.whats-app{
    background-color: #171738 !important;
    color: white !important;
}
.whats-app a, .whats-app svg{
    color: white !important;
    fill: white !important;
}
.banner-heading h4 span.color2{
    color: #fcac19 !important;
}
.banner-readmore span{
    background: #fcac19;
    color: black;
}
.book_demo__wrapper .demo__button{
    background: #171738;
    color: white;
    font-size: 18px;
    border-radius: 20px;
}
.special-catogory{
    background: transparent;
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 10px;
}
#toast-container {
        z-index: 99999999 !important;
    }

    #toast-container > .toast {
        color: #fff !important;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    /* ✅ Background colors by type */
    #toast-container > .toast-success {
        background-color: #28a746 !important; /* green */
    }

    #toast-container > .toast-error {
        background-color: #dc3546 !important; /* red */
    }

    #toast-container > .toast-warning {
        background-color: #ffc107 !important; /* yellow/orange */
        color: #000 !important;
    }

    #toast-container > .toast-info {
        background-color: #17a2b8 !important; /* blue */
    }
    #preloader {
            position: fixed;
            inset: 0;
            background: linear-gradient(to bottom, #171738, #2e1760);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            transition: opacity 0.5s ease;
        }

        #preloader-logo {
            
            max-height: 50px;
        }

        .spinner {
            width: 50px;
            height: 50px;
            border: 6px solid rgba(255, 255, 255, 0.3);
            border-top-color: #fff;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            to { transform: rotate(360deg); }
        }

        body.preloaded #preloader {
            opacity: 0;
            pointer-events: none;
        }
        .owl-carousel .owl-item img {
            height: 80vh;
            object-fit: cover;
        }
.banner-heading p , .banner-heading h4, .banner-heading h3,  .banner-heading h2 ,   .banner-heading h1,  .banner-heading h5,  .banner-heading h6 ,  .banner-heading span{
        font-size: 42pt !important;
        line-height: 1 !important;
    }
    .banner-text{
        width: 40% !important;
    }
    .service-list .item{
        border-radius: 10px;
        height: auto !important;
        box-shadow: 10px 10px 5px #4c0000;
    }
    .service-list .item .inner{
        background: #000000d9;
        padding: 20px;
        border-radius: 10px;
    }
    .service-list .item.oddsmatrix .inner .read-more{
        border: none;
        border-radius: 5px;
    }
    .newsContent1::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(45deg, #171738, #060430);
        opacity: 0.8;
        z-index: 0;
    }
    .owl-theme2 .item {
        padding: 10px;
        margin: 10px;
        box-shadow: 0 0 10px white;
        border-radius: 10px;
        background-color: #171738;
    }
    .owl-carousel.owl-theme2 .owl-item img{
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
    }
    .newsContents .row{
            --bs-gutter-x: 1rem;
            --bs-gutter-y: 1rem;
    }
    .newsContents .row .newsContent__card{
        padding: 20px;
        background: #01012a;
        backdrop-filter: blur(15px);
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

    }
    .newsCard__top--img img{
        border-radius: 10px;
    }
    .cf{
        gap: 20px;
    padding: 15px;
    }
    .work-shot{
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(156, 1, 1, 0.1);
        overflow: hidden;
    }
    .work-shot img{
        height: 400px;
        object-fit: cover;
        object-position: top;
    }
    .work-shot::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(3deg, #000000, #171738);
        opacity: 0.7;
        z-index: 0;
    }
    .img__banner img{
        object-fit: contain !important;
        object-position: right !important;
    }
    .services__img {
        background-color: #191939;
        border-radius: 10px;
        box-shadow: 10px 10px 5px #191939;
        border: 1px solid #ffffff3b;
    }
    .pro__botom_card{
        border-radius: 10px;
    }
    .pro__botom_card .pro__view_text{
        background-color: #4c0000;
    }
    .client-items img{
        height: auto !important;
    }
    .ourclients{
        background: transparent;
    }
    .getintouch__banners img{
        height: auto !important;
    }
    .new__footer{
        background: black !important;
    }
    .services-match-api{
        margin-top: 0px;
    }
    .h4background{
        height: auto !important;
        text-align: center;
        padding: 150px 100px;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
    .h4background h4{
        position: relative;
        z-index: 9999999;
        font-size: 40px
    }
    /* .h4background::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(0deg, #7b1015, #000000);
        opacity: 0.7;
        z-index: 0;
    } */
    .Inner___pages {
        margin-top:0px !important;
    }
    .tabbed_content2{
        background: #171738 !important;
    }
    .bg__blue , .content-form_template.contacts_template{
        background: linear-gradient(45deg, #0f0f0f, #171738);
    }
    .CareerBanner .desktop-image{
        object-fit: cover !important;
    }
    #sr_section_2 .videoBanner__bgBanner .desktop-var{
        object-fit: cover !important;
    }
    .owl-theme2.owl-theme3 .item{
        padding: 0px !important;
        box-shadow: none !important;
    }
    .package .package-card , .advantages , .features ul li , .steps .step {
        background: maroon !important;
    }
    .steps .step .step_number , .steps .step:last-child .step_number , .steps .step:last-child .step_number span{
        background: #fcac19 !important;
        color: white !important;
     }
     .whatwedo__card{
        position: relative;
        border-radius: 10px;
     }
     .whatwedo__card::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(45deg, #171738, #000000);
        opacity: 0.7;
        z-index: 0;
        border-radius: 10px;
    }
    .whatwedo__card--top{
        position: relative;
        z-index: 1;
    }
    .ourValues .ourValues__banner.img__banner img{
        object-fit: cover !important;
        object-position: center !important;
    }
    .services__img img{
        width: 100%;
    }
    
    .owl-carousel .owl-item .category-card img {
        height: 85px !important;
        object-fit: contain !important;
    }
    .category-card{
        background-color: transparent !important;
        color: white !important;
        min-height: 155px;
    }
    .category-card p{
        color: white !important;
    }
    .owl-theme-category .owl-nav{
        display: flex;
        position: absolute;
        top: 40%;
        width: 100%;
        justify-content: space-between;
    }
    .owl-theme-category .owl-nav button{
        color: #000000 !important;
        width: 30px;
        height: 30px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background: #ffffff6b !important;
        border-radius: 50% !important;
    }
    .owl-theme-category .owl-nav .owl-prev{
        margin-left: -10px !important; 
    }
    .owl-theme-category .owl-nav .owl-next{
        margin-right: -10px !important; 
    }
    .owl-carousel.owl-theme-category .owl-item{
        min-height: 155px;
    }
    @property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.round-animation {
  position: relative;
  border-radius: 12px; /* works */
  z-index: 1;
  display: block;
  padding-bottom: 10px;
  min-height: 140px;
}

.round-animation::before {
  content: "";
  position: absolute;
  inset: -2px; /* border thickness */
  border-radius: inherit;

  background: conic-gradient(
    from var(--angle),
    red 0 24deg,
    yellow 180deg 204deg,
    transparent 24deg 180deg,
    transparent 204deg 360deg
  );

  /* MAGIC PART */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;

  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;

  padding: 2px; /* border width */
  animation: spin 3s linear infinite;
  z-index: -1;
}
.main_color {
    color: #f1c40f !important;
}
.our__services_title  {
    color: white !important;
    font-size: 13px;
}
.service-list .round-animation::before{
    padding: 3px;
}
@keyframes spin {
  to {
    --angle: 360deg;
  }
}
.apisbox{
    padding: 25px;
    color: white;
}
.apisbox .read-more{
    padding: 5px 10px;
    font-size: 12px ;
    color: black;
    background: #f1c40f;
    margin-right: 10px;
    border-radius: 5px;
}
.apisbox .read-more1{
    padding: 5px 10px;
    font-size: 12px ;
    color: white;
    background: #2e1760;
    margin-right: 10px;
    border-radius: 5px;
}
.productsfire{
    position: absolute;
    top: -9px;
    left: 0px;
    width: 60px !important;
    height: 60px !important;
    z-index: 99999999999999999;
    object-fit: contain !important;
}
.fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.show {
    opacity: 1;
    transform: unset;
}
.newsContent1 {
    background-image: url('../img/exciting-casino-image-poker-chips-mid-air-two-aces-cards-green-felt-table-ideal-illustrating-gambling-concepts-323609128.webp') !important;
    background-size: cover;
    padding: 35px 0px;
}
.whatwedo__card--tops .accordion{
    background: transparent !important;
}
.whatwedo__card--tops .accordion::after{
    display: none !important;
}
.item.client-items{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px !important;
}
.blog-bg::before{
    content: '';
    width: 100%;
    height: 100%;
    background: #00000061;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 767px) {
    .header__menu{
        transform: translateX(-100%);
        /* transform: translateY(0); */
        background: #060430 !important;
        padding: 10px !important;
        width: 75% !important;
    }
    .header__menu .header__menu--cancelToggle{
        top: 35px !important;
        right: 30px !important;
    }
    .mb-img-gap {
        filter: invert(15%) 
        sepia(95%) 
        saturate(4000%) 
        hue-rotate(273deg) 
        brightness(102%) 
        contrast(115%);

        margin-right: 10px;
        width: 20px;
    }
    .banner-heading {
        position: absolute;
        bottom: 38%;
        left: 8%;
    }
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 220px;
        object-fit: cover;
    }
    .header__menu .header__menu--mobileLogo img{
        width: 100px !important;
    }
    .fixed_gif{
        bottom: 75px;
    }
    .fixed_gif .gif-img{
        width: 60px !important;
    }
    .owl-carousel .owl-item img {
    height: 280px;
    object-fit: cover;
}
    .banner-heading p , .banner-heading h4, .banner-heading h3,  .banner-heading h2 ,   .banner-heading h1,  .banner-heading h5,  .banner-heading h6 ,  .banner-heading span{
        font-size:  20px !important;
        line-height: 0.5 !important;
    }
    .header--scrolled>.header__wrapper>.header__logo>a>img , .header>.header__wrapper>.header__logo>a>img{
        max-height: 50px !important; 
    }
    body .header:not(.header--scrolled) .header__wrapper{
        padding: 10px 0px 10px 20px !important;
    }
    p.text-center {
        text-align: center !important;
    }
    .ourclients__heading{
        margin-bottom: 20px !important;
    }
    .getintouch__banners img{
        height: auto !important;
    }
    .h4background{
        height: auto !important;

    }
    .services-match-api{
        margin-top: 0px !important;
    }
    .services-match-api .container {
        padding: 0 15px !important;
    }
    .h4background{
        padding: 100px 20px !important;
    }
    .CareerBanner .mobile-featured-image{
        object-fit: cover !important;
        padding-top: 0px !important;
    }
    .CareerBanner.innerTopbanner{
        min-height: auto !important;
        margin-top: 0px !important;
        height: auto !important;
        padding: 60px 0px;
    }
    .Topbanner_heading {
        display: block;
    }
    .Topbanner_heading .inner_apis_title{
        font-size: 20px !important;
        line-height: 1.2 !important;
        word-spacing: 3px;
        letter-spacing: 0px;
        text-wrap: auto;
    }
    .innerTopbanner__summary{
        margin-left: 0px !important;
    }
    .innerTopbanner__summary p{
        font-size: 12px !important;
    }
    .innerTopbanner__img::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(0deg, #0c0c0c, #000000);
        opacity: 0.7;
        z-index: 0;
    }
    .bottom-nav-wrap ul {
        padding: 0px 0 !important;
    }
    .bottom-nav-wrap ul li {
        width: 100%;
        padding: 0px !important;
    }
    .bottom-nav-wrap ul li img {
        height: 100% !important;
        width: 55px !important;
    }
    .owl-carousel .owl-item .category-card img {
        height: 85px !important;
        object-fit: contain !important;
    }
    .contact_heading {
        font-size: 20px;
    }
}