

* {
            font-family: Arial, sans-serif;
        }
        .bg-sec{
            background: rgb(247,104,33);
background: linear-gradient(207deg, rgba(247,104,33,1) 11%, rgba(250,75,49,1) 57%, rgba(253,113,61,1) 76%, rgba(253,119,63,1) 79%, rgba(254,133,68,1) 86%);
        }
        .border-r{
            border-radius: 30px 30px 0%  0%  ;
        }
        .img-bg{
            height: 470px;
            object-fit: cover;
            width: 300px;
            border-radius: 15px;
        }
        .sec-1{
            background:  linear-gradient(135deg, #000000, #171718, #161616);

        }

        .m10{
            margin-left: 8rem;
        }

       
        .custom-caption {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        padding: 20px;
        border-radius: 10px;
    }
    @keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }

    0% { filter: blur(10px); }
        100% { filter: blur(0px); }
}

.fadeIn {
    animation: fadeIn 2s ease-in-out;
}
.fs10{
    font-size: 15px;
}

.nav-fade {
    position: fixed;
    z-index: 4;
    top: 0;
    width: 100%;
    background-color: transparent; /* Initial transparent */

    transition: background-color 0.5s ease-in-out; /* Smooth transition */
}

.scrolled {
    background-color: black !important; /* Background turns black */
    color: white;
}
.box-container {
            width: 400px;
            overflow: hidden;
            position: relative;
            transition: 0.3s;
        }

        .box-image {
            width: 100%;
            transition: transform 0.3s ease-in-out;
        }

        .box-details {
            
            padding: 0px;
            text-align: center;
            position: absolute;
            bottom: -110px;
            left: 0;
            width: 100%;
            transition: bottom 0.3s ease-in-out;
        }

        .box-container:hover .box-image {
            transform: translateY(-50px);
        }

        .box-container:hover .box-details {
            bottom: 0;
        }
        .circle-box {
            width: 400px;
            height: 400px;
            color: rgb(255, 255, 255);
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 20px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        }
        .circle-icon {
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 100px;
            border: 1px solid gray;
        }
        .bg-gray{
            background-color: rgb(0, 0, 0);
            color: #ffffff;
        }

        .bg-gray:hover{
            background-color: rgb(204, 202, 202);
            color: #000000;
        }

        .vr-line{
            height: 13vh; width: 1px;
             background-color: black;
        }
        .swiper-container {
            width: 100%;
            height: 300px; /* Adjust height as needed */
        }
        .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .bg-light2{
            background-color: rgb(240, 240, 240);
        }
        .carousel-item img { height: 500px; object-fit: cover; }
        .carousel-caption { top: 60%; transform: translateY(-50%); }
        
        .vid{
               position: absolute;
            top: 100%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 2; /* Higher than carousel */
            width: 100%; /* Adjust as needed */
;
        }
        .mt20{
            margin-top: 280px;
        }
        @media screen and (max-width: 767px) {
            .mt20{
            margin-top: 0px;
        }
        .vr-line{
            height: 7vh; width: 1px;
             background-color: black;
        }
        }
        @media screen and (max-width: 1000px) {
            .m10{
                background-color: #00000073;
                -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px);
            margin-left: 0px;
            padding: 15px;
        }
      
        .vid{
               position: absolute;
            top: 80%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 2; /* Higher than carousel */
            width: 100%; /* Adjust as needed */;
        }
        }

       
        .video-bg {
            width: 100%;
            display: none; /* Hide video initially */
        }

        .img-res{
            object-fit: cover; 
            aspect-ratio: 1/1;
        }
        .bg-container {
            background-size: cover;
            background-position: center;
            transition: background 0.3s ease-in-out;
        }
        .pointer {
            cursor: pointer;
        }

        #chartdiv { width: 100%; height: 500px;
        background-color: #3b7394;
        animation: 1s ease-in;
        }
        .info-box {
            position: absolute;
            background: white;
            padding: 10px;
            border-radius: 8px;
            box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
            display: none;
            width: 200px;
            pointer-events: none;
        }

        
        #newData {
            display: flex;
            justify-content: center;
            align-items: center;    
            height: 100vh;          
            color: white;          
            font-weight: bold;      
            text-align: center;
        }

        .fs-7{
            font-size: 0.9rem;
        }


        .footer a {
            transition: color 0.3s ease;
          }
          .footer a:hover {
            color: #0dcaf0; /* Bootstrap's cyan or use any color */
          }
          