@font-face {
    font-family: GeneralSans-Regular;
    src: url(../fonts/GeneralSans-Regular.woff2) format("woff2"), url(../fonts/GeneralSans-Regular.woff) format("woff"), url(../fonts/GeneralSans-Regular.ttf) format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: GeneralSans-Medium;
    src: url(../fonts/GeneralSans-Medium.woff2) format("woff2"), url(../fonts/GeneralSans-Medium.woff) format("woff"), url(../fonts/GeneralSans-Medium.ttf) format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: GeneralSans-Semibold;
    src: url(../fonts/GeneralSans-Semibold.woff2) format("woff2"), url(../fonts/GeneralSans-Semibold.woff) format("woff"), url(../fonts/GeneralSans-Semibold.ttf) format("truetype");
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

:root {
    --primary-color: #ff576d;
    --primary-color-light: #ffecec;
    --secondary-color: #8748c2;
    --secondary-color2: #59258a;
    --secondary-color-light: #f2e4ff;
    --font-color-dark: #341552;
    --blue-color: #d9f0f3;
    --fw-400: "GeneralSans-Regular";
    --fw-500: "GeneralSans-Medium";
    --fw-600: "GeneralSans-Semibold"
}

/* <<<<<<<<<<<<<<manish csss>>>>>>>>>>>>> */




@media (min-width:1681px){
    .envirment-text {
        display: flex ;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        padding-bottom: 50px;
        padding-left: 80px;
    }
    .mining-insight button.slick-next.slick-arrow {
        background-image: url(../images/icons/backspace.svg);
        transform: translateX(-30px);
        /* display: none !important; */
        border: none !important;
        width: 80px !important;
        height: 80px !important;
        border-radius: 50%;
        line-height: 48px;
        background-color: transparent;
        font-size: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 32px;
        position: absolute;
        bottom: -425px;
        left: 150px;
        right: 0;
        margin: auto;
    }
    .testi-oracle .carousel-control-next-icon {
        background-image: url(../images/pages/home-new/next.svg) !important;
        position: absolute;
        bottom: -55px;
        /* filter: invert(1); */
        right: 1300px;
        /* background-color: #000 !important; */
        border-radius: 50%;
        padding: 5px;
    }
    .testi-oracle .carousel-control-prev-icon {
        background-image: url(../images/pages/home-new/prev.svg) !important;
        position: absolute;
        bottom: -55px;
        /* filter: invert(1); */
        left: 1116px;
        /* background-color: #000 !important; */
        border-radius: 50%;
        padding: 5px;
    }
    .slick-prev:before {
        font-size: 50px !important;
    }
    .slick-next:before {
        font-size: 50px !important;
    }

    .connect-us {
        padding-top: 80px;
        padding-bottom: 120px;
    }



}



@media (max-width:1680px){
    .mt-new-minus{
        margin-top: -20px;
    }
    .mining-insight button.slick-next.slick-arrow {
        background-image: url(../images/icons/backspace.svg);
        transform: translateX(-30px);
        /* display: none !important; */
        border: none !important;
        width: 80px !important;
        height: 80px !important;
        border-radius: 50%;
        line-height: 48px;
        background-color: transparent;
        font-size: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 32px;
        position: absolute;
        bottom: -405px;
        left: 150px;
        right: 0;
        margin: auto;
    }
    .banner-contnt {
        position: absolute;
        padding: 50px 10px 120px 30px;
        z-index: 11111;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 100.78%, rgba(0, 0, 0, 0) 100%);
    }
    .testi-oracle .carousel-control-prev-icon {
        background-image: url(../images/pages/home-new/prev.svg) !important;
        position: absolute;
        bottom: -55px;
        /* filter: invert(1); */
        left: 800px;
        /* background-color: #000 !important; */
        border-radius: 50%;
        padding: 5px;
    }
    .testi-oracle .carousel-control-next-icon {
        background-image: url(../images/pages/home-new/next.svg) !important;
        position: absolute;
        bottom: -55px;
        /* filter: invert(1); */
        right: 800px;
        /* background-color: #000 !important; */
        border-radius: 50%;
        padding: 5px;
    }
}




@media (max-width:1440px){
    .mt-new-minus{
        margin-top: -20px;
    }
    .banner-contnt {
        position: absolute;
        padding: 50px 10px 120px 30px;
        z-index: 11111;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 75.78%, rgba(0, 0, 0, 0) 100%);
    }
  
    .banner-main {
        background-color: #1A2165;
        padding: 40px 60px 90px 60px;
        border-radius: 24px;
    }
    .banner {
        margin-top: 120px;
        position: relative;
    }
    .testi-oracle .carousel-control-next-icon {
        background-image: url(../images/pages/home-new/next.svg) !important;
        position: absolute;
        bottom: -55px;
        /* filter: invert(1); */
        right: 706px;
        /* background-color: #000 !important; */
        border-radius: 50%;
        padding: 5px;
    }
    .testi-oracle .carousel-control-prev-icon {
        background-image: url(../images/pages/home-new/prev.svg) !important;
        position: absolute;
        bottom: -55px;
        /* filter: invert(1); */
        left: 656px;
        /* background-color: #000 !important; */
        border-radius: 50%;
        padding: 5px;
    }
    
}




@media (max-width:1280px){
    .img3 {
        width: 79%;
        height: 100% !important;
    }
    .img6 {
        width: 89%;
        height: 100% !important;
    }
    .img9 {
        width: 89%;
        height: 100% !important;
    }
    .service1-contnt {
        position: absolute;
        bottom: 0;
        padding: 12px 14px;
    }
    .service1-contnt h5 {
        font-size: 17px;
        font-weight: 400;
        color: #e5e7eb !important;
        border-top: 1px solid #e5e7eb;
        width: 90%;
    }
    .service1-contnt h2 {
        font-size: 26px;
        font-weight: 700;
        text-transform: uppercase;
    }
   
    .banner-main {
        background-color: #1A2165;
        padding: 70px 60px 60px 60px;
        border-radius: 24px;
    }
    .banner-pt2 img {
        position: absolute;
        top: -21px;
        width: 475px;
        right: 150px;
    }
    .banner-contnt h2 {
        font-size: 48px;
        line-height: 62px;
    }
    .banner-contnt {
        position: absolute;
        padding: 8px 10px 120px 30px;
        z-index: 11111;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 71.78%, rgba(0, 0, 0, 0) 90%);
    }
    .testi-oracle .carousel-control-next-icon {
        background-image: url(../images/pages/home-new/next.svg) !important;
        position: absolute;
        bottom: -55px;
        /* filter: invert(1); */
        right: 580px;
        /* background-color: #000 !important; */
        border-radius: 50%;
        padding: 5px;
    }
    .testi-oracle .carousel-control-prev-icon {
        background-image: url(../images/pages/home-new/prev.svg) !important;
        position: absolute;
        bottom: -55px;
        /* filter: invert(1); */
        left: 600px;
        /* background-color: #000 !important; */
        border-radius: 50%;
        padding: 5px;
    }
    
    
}


















@media (max-width:1024px) {
    .mobile-banner-card{
        padding-top: 600px;
    }
    /* .banner-contnt button{
        display: none;
    } */
    .testi-oracle {
        padding-bottom: 350px;
        background-color: rgb(243 244 246);
        margin-top: -2px;
    }
    .testi-oracle .carousel-control-next-icon {
        background-image: url(../images/pages/home-new/next.svg) !important;
        position: absolute;
        bottom: -55px;
        /* filter: invert(1); */
        right: 460px;
        /* background-color: #000 !important; */
        border-radius: 50%;
        padding: 5px;
    }
    .testi-oracle .carousel-control-prev-icon {
        background-image: url(../images/pages/home-new/prev.svg) !important;
        position: absolute;
        bottom: -55px;
        /* filter: invert(1); */
        left: 460px;
        /* background-color: #000 !important; */
        border-radius: 50%;
        padding: 5px;
    }    
    .banner-main {
        background-color: #1A2165;
        padding: 60px 60px 40px 60px;
        border-radius: 24px;
    }
    .banner-pt2 img {
        position: absolute;
        top: -21px;
        width: 500px;
        right: 100px;
    }
    .envirment-text {
        display: flex;
        justify-content: end;
        flex-direction: column;
        height: 100%;
        padding-bottom: 50px;
        padding-left: 0px;
    }
    .partner-padd {
        padding-inline: 0;
    }
    .banner-contnt h2 {
        font-size: 46px;
        line-height: 62px;
    }
    .banner-contnt {
        position: absolute;
        width: 100%;
        padding: 50px 10px 60px 5px;
        z-index: 11111;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 36.78%, rgba(0, 0, 0, 0) 55%);
    text-align: center;
    }
    .center1024{
       justify-content: center;
    }
    .acc-2 {
        width: 20%;
    }
    div.acc-1orac {
        width: 36% !important;
    }
    .potential-txt {
        padding: 51px 40px 80px 40px;
        background-color: #fff;
        border-radius: 1.5rem;
        margin-top: -200px;
        position: relative;
    }
    .potential-txt {
        padding: 51px 40px 80px 40px;
        background-color: #fff;
        border-radius: 1.5rem;
        margin-top: -200px;
        position: relative;
    }
    .mining-insight button.slick-next.slick-arrow {
        background-image: url(../images/icons/backspace.svg);
        transform: translateX(-30px);
        /* display: none !important; */
        border: none !important;
        width: 80px !important;
        height: 80px !important;
        border-radius: 50%;
        line-height: 48px;
        background-color: transparent;
        font-size: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 32px;
        position: absolute;
        bottom: -423px;
        left: 150px;
        right: 0;
        margin: auto;
    }
    .img3 {
        width: 82px;
        height: 100% !important;
    }
    .img6 {
        width: 178px;
        height: 100% !important;
    }
    .img9 {
        width: 178px;
        height: 100% !important;
    }
    .service1-contnt h2 {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .iti input{
        width: 100%;
    }
    .slide-heading {
        position: absolute;
        bottom: 0;
        padding: 20px;
        text-align: center;
        /* left: 110px; */
    }
    .envirn-number h3 {
        background-color: #fff;
        padding: 5px;
        border-radius: 50%;
        width: 3rem;
        height: 3rem;
        padding-left: 2px;
        margin-left: 10px;
        text-align: center;
        line-height: 2.2rem;
    } 
    .slick-prev:before {
        font-size: 50px !important;
    }
    .slick-next:before {
        font-size: 50px !important;
    }
    .mt-new-minus{
        margin-top: -18px;
    }
    .blink-footer {
        background-color: transparent;
        border-radius: 24px;
        padding: 0px 0px 0px 0px;
    }


}



@media (max-width:991px) {
    .why-oracle h3 {
        font-weight: 700;
        font-size: 24px;
    }
    .engineer img {
        height: 300px;
    }
    .blink-footer .footer__col .connect_footer {
        width: 100%;
        text-align: center;
        padding-top: 40px;
    }
    .blink-footer p {
        color: #fff;
        font-size: 16px;
    }
    .oracle-a {
        background-color: rgb(201 19 40);
        font-size: 18px;
        color: #fff;
        border: none;
        border-radius: 9999px;
        padding-inline: 1.8rem;
        padding-block: 1.25rem;
        margin-top: 70px;
        text-decoration: none;
    }
    .bg-faq {
        background-color: rgb(243 244 246);
        padding: 50px 0px 80px 0px;
        margin-top: -4px;
    }
    ul.slick-dots {
        display: none !important;
    }
    .testi-card1 {
        background-color: #fff;
        padding: 30px;
        margin-inline: 20px;
        border-radius: 1.5rem;
    }
    .testi-oracle {
        padding-bottom: 130px;
        background-color: rgb(243 244 246);
        margin-top: -1px;
    }
    .testi-oracle .carousel-control-next-icon {
        background-image: url(../images/pages/home-new/next.svg) !important;
        position: absolute;
        bottom: -65px;
        /* filter: invert(1); */
        right: 310px;
        /* background-color: #000 !important; */
        border-radius: 50%;
        padding: 5px;
    }
    .testi-oracle .carousel-control-prev-icon {
        background-image: url(../images/pages/home-new/prev.svg) !important;
        position: absolute;
        bottom: -65px;
        /* filter: invert(1); */
        left: 356px;
        /* background-color: #000 !important; */
        border-radius: 50%;
        padding: 5px;
    }

    .sidenav  {
        /* height:  100%; */
        /* height: 100vh; */
        width:  100%;
        position:  fixed;
        z-index:  9999;
        top:  0;
        left:  -100%;
        justify-content:  start!important;
        background-color:  #000;
        overflow-x:  hidden;
        transition:  0.5s;
        padding-top:  30px;
        flex-direction:  column;
    }
    .container-custom {
        margin: 0 auto;
        padding: 0 15px;
        width: 98%;
    }
    .sidenav .closebtn img {
        filter: brightness(15);
        width: 16px;
        margin-right: 10px;
    }
    .service-accordion button.accordion-button {
        font-size: 16px !important;
        color: #000;
        padding: 0 7px;
        line-height: 65px;
    }
    div#mySidenav ul {
        display: ruby !important;
    }
    .banner-contnt h2 {
        font-size: 40px;
        line-height: 54px;
    }
    .slide-heading p {
        color: #fff;
        font-size: 22px;
        font-weight: 400;
    }
    .slide-heading h4 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
    }
    .slide2{
        margin-right: 8px;
    }
    .banner-contnt {
        position: absolute;
        padding: 50px 10px 90px 10px;
        z-index: 11;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 3.78%, rgba(0, 0, 0, 0) 40%);
    }
    .partner-padd {
        padding-inline: 0px;
    }
    .service1-contnt h2 {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .service1-contnt {
        position: absolute;
        bottom: 0;
        padding: 5px 10px;
    }
    .service1-contnt h5 {
        font-size: 14px;
    }
    .services {
        padding-top: 40px;
        margin-bottom: 50px;
    }
    .services p {
        font-size: 22px;
        line-height: 34px;
    }
    .services h1 {
        font-size: 40px;
        line-height: 48px;
    }
    .why-oracle {
        padding-block: 60px;
    }
    .envirn-number {
        display: flex;
        margin-bottom: 20px;
    }
    .why-oracle h2 {
        font-size: 2rem;
        line-height: 3rem;
    }
    
    .envirment-text {
        display: flex;
        justify-content: end;
        flex-direction: column;
        height: 100%;
        padding-bottom: 0;
        padding-left: 0;
    }
    .red-circle {
        display: none;
    }
    .potential-txt {
        padding: 40px 10px 40px 10px;
        background-color: #fff;
        border-radius: 1.5rem;
        margin-top: 0px;
        position: relative;
    }
       .mining-potential {
        background-color: #fff;
        margin-top: -3px;
    }
    /* .join-new-team {
        background-color: #fff;
        padding-bottom: 260px;
    } */
    .bg-faq h3 {
        font-size: 30px;
    }

    .acc-2 {
        width: 35%;
        text-align: center;
    }
    .mt-new-minus{
        margin-top: -18px;
    }
    div.acc-1orac {
        width: 30% !important;
        text-align: center;
    }
    .blink-footer {
        background-color: transparent;
        border-radius: 24px;
        padding: 0px 0px 0px 0px;
    }
    .img3 {
        width: 62px;
        height: 100% !important;
    }
    .img6 {
        width: 135px;
        height: 100% !important;
    }
    .img9 {
        width: 135px;
        height: 100% !important;
    }
.menu-bar img{
    filter: brightness(12);
}
/* //////////chatgpt menu csss/////// */







#mySidenav.open {
    width: 250px; /* Adjust as needed */
}

/* Overlay initial state (hidden) */
.sidenav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 0;
}

.sidenav-overlay.open {
    display: block;
}





}







   



@media (max-width:820px) {
    .envirn-number h3 {
        background-color: #fff;
        padding: 5px;
        border-radius: 50%;
        width: 3rem;
        height: 3rem;
        padding-left: 2px;
        margin-left: 10px;
        text-align: center;
        line-height: 2.2rem;
    }  
}


@media (max-width:768px) {
    .envirn-number h3 {
        background-color: #fff;
        padding: 5px;
        border-radius: 50%;
        width: 3rem;
        height: 3rem;
        padding-left: 2px;
        margin-left: 10px;
        text-align: center;
        line-height: 2.2rem;
    }  
}









    










@media (max-width:767px) {
    .bg-faq .accordion-button {
        font-size: 13px;
        padding-block: 25px;
    }
    .faq-oracle .accordion-body{
        font-size: 13px;
    }
    .testi-card1 p {
        font-size: 18px !important;
        padding-block: 30px;
        line-height: 26px;
    }
    .testi-card1 {
        background-color: #fff;
        padding: 40px;
        margin-inline: 5px;
        border-radius: 1.5rem;
    }
    .banner-contnt h2 {
        font-size: 14px;
        line-height: 24px;
    }
    .banner-contnt p {
        font-size: 13px;
        line-height: 25px;
    }
    .banner{
        margin-top: 90px !important;
    }
    .menu-bar{
        filter: brightness(12) !important;
    }
    div.banner.owl-carousel .owl-stage, .owl-carousel .owl-stage .item, .owl-carousel .soliution__cards, .slick-slide {
        height: 350px !important;
    }
    .slide-heading h4{
        color: #fff;
        font-size: 18px ;
        font-weight: 700;
    }
    .slide-heading p{
        color: #fff;
        font-size: 16px ;
        font-weight: 400;
        line-height: 18px;
    }
    div.slide1 {
        border-radius: 18px;
        margin-right: 8px;
    }
    .owl-theme .owl-dots, .owl-theme .owl-nav {
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        display: none;
    }

    .banner-contnt {
        position: absolute;
        padding: 0px 30px 10px 5px;
        z-index: 111;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 8.78%, rgba(0, 0, 0, 0) 62%);
    }
.contct-orac-m{
    color: #fff !important;
}
nav.navbar {
    background-color: #000;
border-radius: 16px;
    padding: 14px 3px !important;
}
.oracle-a {
    background-color: rgb(201 19 40);
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 9999px;
    padding-inline: 24px;
    padding-block: 10px;
    margin-top: 30px;
    text-decoration: none;
}
.oracle-a img {
    width: 16px;
    height: 8px;
    filter: brightness(11);
    margin-left: 6px;
}
.center1024 h5{
    margin-left: 5px;
}
.m-banner-2{
    padding-left: 5px;
}
.partenr-img-3{
    padding-top: 30px;
}
.partner-padd {
    padding-inline: 0px ;
}
.padd-inline-partner{
    padding-inline: 15px;
}
.services h1 {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    line-height: 48px;
}
.services p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
}
.service-1 {
    margin-bottom: 20px;
}
.service1-contnt {
    position: absolute;
    bottom: 0;
    padding: 10px 15px;
}
.services {
    margin-bottom: 30px;
}
.red-circle {
    display: none;
}
.potential-txt {
    padding: 30px 20px 60px 20px;
    background-color: #fff;
    border-radius: 1.5rem;
    margin-top: 0px;
    position: relative;
}
.testi-oracle {
    padding-bottom: 20px;
    background-color: rgb(243 244 246);
    margin-top: -2px;
}
.service1-contnt h2 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.mining-insight h3 {
    font-size: 2.38rem;
    padding-bottom: 2rem;
}
.mining-insight {
    padding-top: 80px;
    padding-bottom: 50px;
}
.connect-us h3 {
    font-size: 2.38rem;
    padding-bottom: 2rem;
}
.connect-us input, textarea {
    background-color: #2e2e2e;
    border: none;
    border-radius: 5px;
    padding: 10px;
    color: #ccc;
    font-size: 8px;
    margin-bottom: 0px !important;
    outline: none !important;
}
.connect-us label {
    font-size: 12px;
    color: #aaa;
}
.connect-us .contact-form-container {
   
    padding: 5px;
}
.connect-us {
    /* padding-top: 80px; */
    padding-bottom: 40px;
}
.mining-potential {
    background-color: #fff;
}

.potential-txt {
    padding: 30px 5px 60px 5px;
    background-color: transparent;
    border-radius: 1.5rem;
    margin-top: 0px;
    position: relative;
}
.bg-faq h3 {
    font-size: 30px;
}
div.acc-1orac {
    width: 100% !important;
}
div.acc-1orac .accordian_title {
   border-bottom: none !important;
}
div.blink-footer .accordian {
    width: 100%;
}
footer.footer__section{
    background-color: #000;
    text-align: center;
}
div.blink-footer {
    background-color: #000 !important;
}
div.footer-blink-bg {
    background-color: #000 !important;
}
.orac-font {
    color: #fff;
}
.stay-inform{
    border-bottom: none;
    padding-top: 20px;
}
.envirment-text {
    display: flex;
    justify-content: end;
    flex-direction: column;
    height: 100%;
    padding-bottom: 10px;
    padding-left: 0px;
}
.why-oracle h2 {
    font-size: 2.38rem;
    line-height: 3rem;
}

.why-oracle {
    background-color: rgb(243 244 246);
    padding-block: 50px;
}
.img3 {
    width: 60px;
    height: 100% !important;
}
.img6 {
    width: 130px;
    height: 100% !important;
}
.img9{
width: 130px;
    height: 100% !important;
}
.colum-reverse{
    flex-direction: column-reverse;
}
.potential-txt h3 {
    font-size: 22px;
    line-height: 1.78rem;
    padding-bottom: 15px;
}
.bg-faq .accordion-button:not(.collapsed) {
padding-left: 0px !important;}

.bg-faq .accordion-item:last-of-type .accordion-button.collapsed {
    padding-left: 0px !important;
}
.bg-faq .accordion-item:first-of-type .accordion-button {
    padding-left: 0px !important;
}

.bg-faq .accordion-body {
    padding-left: 0px !important;
    padding-top: 0px !important;
}
.acc-2{
    width: 100%;
}

.blink-footer {
    background-color: transparent;
    border-radius: 24px;
    padding: 0px 0px 30px 0px;
}
.mobile-banner-card {
    padding-top: 300px;
}
.envirn-number h3 {
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    padding-left: 2px;
    margin-left: 10px;
    line-height: 2.3rem;
        text-align: center;
}


}
















