@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fira+Code:wght@300..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Sniglet:wght@400;800&display=swap');




* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style: none;
    /* font-family: "Bebas Neue", sans-serif; */
}
html{
    overflow-x: hidden;
}

body {
    margin: 0;
    background-color: #16161e;
    color: white;
    overflow-x: hidden !important;
}

#navbar {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: fixed;
    top: 0;
    width: 100%;
    transition: top 0.3s;
    z-index: 10;
    transition: all 0.3s linear;
    padding-inline: 129px;
}

#navbar:hover {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
}



.nav-link {
    border-bottom: 3px solid transparent;
    color: white;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 150%;
    margin: 0 8px;
    padding: 4px 0;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
}

.navbar-brand {
    position: absolute;
    top: -2px;
}

.navbar-brand img {
    width: 90%;
}
















.two_card_section {
    background-image: url("../images/Slice/bg1.jpg");
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.two_card_inline {
    padding-inline: 3.2rem;
}

.event-card {
    background-color: black;
    color: white;
    padding: 1rem;
    text-align: center;
}

.event-title {
    font-weight: bold;
    font-size: 1.4rem;
    color: orange;
}

.metric {
    font-weight: bold;
}

.image-box img {
    width: 100%;
    height: 350px;
}

.top-text {
    /* padding: 2rem; */
    font-size: 1.2rem;
    color: white;
    margin-block: 2rem;
}














.content-section {
    padding: 5rem 0;
    padding-inline: 3.2rem;
}

.arrow-icon {
    font-size: 1.5rem;
    color: orange;
    margin-left: 10px;
}

.text-content {
    font-size: 1.2rem;
    text-align: justify;
}

.img-fluid {
    max-height: 400px;
}









.gallery_section {
    background-image: url("../images/Slice/bg1.jpg");
    width: 100%;
    height: 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 15rem;
}

.gallery-header {
    text-align: center;
    padding: 30px 0;
    font-size: 3rem;
    font-weight: bold;
}



.custom-card {
    position: relative;
    width: 230px;
    height: 310px;
    overflow: hidden;
    border-radius: 0 0 40px 0;
    background: white;
    margin: 20px auto;
}

.frame-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-right: 10px solid #ff6f00;
    border-bottom: 10px solid #ff6f00;
    border-radius: 0 0 40px 0;
    box-sizing: border-box;
}

.image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0 0 40px 0;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}










.connect-section {
    display: flex;
    height: 100vh;
}

.left-image {
    flex: 1;
    background: url('../images/Slice/footer.jpg') no-repeat center center;
    background-size: cover;
}

.right-form {
    flex: 1;
    background: linear-gradient(to bottom right, #ff6600, #ff9900);
    color: white;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}




.form-label {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 0.85rem;
}

.form-control {
    margin-bottom: 20px;
    border: none;
    height: 45px;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}

.submit-btn {
    background: black;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    padding: 12px 30px;
    width: fit-content;
}









.footer {

    background-color: #020201;
    color: white;
    padding: 60px 0;
    font-size: 14px;
    border-top: 1px solid color-mix(in srgb, #212529 transparent 80%);
}

.light-background {
    --background-color: #f3f4f4;
    --surface-color: #ffffff;
}

.footer .widget .widget-heading {
    font-size: 30px;
    color: white;
    margin-bottom: 20px;
}

.footer .widget ul li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.footer .widget ul li a {
    color: white;
}

.footer .widget ul li a:hover {
    color: #eee;
}


.footer2 {
    background-color: #020201;
}

.cop_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.cop img {
    width: 27%;
}

.cop p {
    color: rgb(196, 196, 196);
    font-size: 20px;
}


.copp {
    display: flex;
    align-items: center;
    gap: 20px;
}

.iconss i {
    color: white;
    margin-right: 20px;
}







.anti-tabco {
    background: #fff9f3;
    padding: 53px;
    margin-left: -10em;
    margin-top: 23px;
    margin-right: -10em;
    padding-right: 8em;
}

.bhopal-organ-title h2 {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 5px;
    color: black;
}



.blue-drak {
    background: #f6ffea;
}

.blue-drak:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 17px;
    border-top-width: 17px;
    border-left: 20px solid #f6ffea;
    z-index: 1;
}

.blue-drak:before {
    content: "";
    position: absolute;
    right: -24px;
    top: 49%;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 20px;
    border-top-width: 20px;
    border-left: 24px solid #fff;
    z-index: 1;
}


.guttor-text {
    padding: 15px;
    min-height: 281px;
    position: relative;
    z-index: 1;
}

.guttor-text h3 {
    margin-top: 0px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #000000;
}

.guttor-text h3:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #444;
    position: absolute;
    left: 0;
    bottom: 0;
}

.guttor-text p {
    font-size: 15px;
    margin: 0px;
    line-height: 18px;
}

.brcol {
    padding-right: 0px;
    padding-left: 0px;
}


.text-pesent i {
    color: black;
    text-align: justify;
    font-size: 1.125rem;
    font-family: proxima-nova, sans-serif !important;
    font-weight: 300;
    line-height: 1.625rem;
    letter-spacing: 0rem;
}


img.pan {
    margin-left: 15px;
    margin-top: -37px;
    width: auto;
}












































@media(max-width:992px) {
    .cop_main {
        display: block;
    }

    .cop img {
        width: 38%;
        margin-bottom: 1rem;
    }


    .cop p {
        font-size: 15px;
    }

    .widget p {
        font-size: 15px;
        text-align: justify;
    }



    #navbar {
        padding-inline: 0px;
    }

    .navbar-brand {
        position: relative;
        top: 0px;
        display: contents;
    }


    .navbar-brand img {
        width: 27%;
    }


    .custom-card {
        position: relative;
        width: 100%;
        height: 175px;
        overflow: hidden;
        border-radius: 0 0 40px 0;
        background: white;
        margin: 9px auto;
    }

    .two_card_inline {
        padding-inline: 10px;
    }

    .content-section {
        padding: 1rem 0;
        padding-inline: 10px;
    }

    .gallery-header {
        font-size: 2rem;
    }

    .left-image {
        display: none;
    }

    .right-form {
        padding: 60px 22px;
    }

    #navbar {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 1) 100%);
    }

}




        .gallery-section {
            padding-inline: 7.2rem;
        }

        .custom-card {
            position: relative;
            width: 90%;
            height: 310px;
            overflow: hidden;
            border-radius: 0 0 40px 0;
            background: white;
            margin: 20px auto;
        }



        .responsive {
            position: relative;
        }

        .prevArrow {
            background: #f89d31;
            color: white;
            border-radius: 50%;
            position: absolute;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            cursor: pointer;
            display: inline-block;
            top: -40px;
            right: 8%;
        }

        .nextArrow {
            background: #f89d31;
            color: white;
            border-radius: 50%;
            position: absolute;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            cursor: pointer;
            display: inline-block;
            top: -40px;
            right: 5%;
        }



        @media(max-width:992px) {
            .custom-card {
                position: relative;
                width: 100%;
                height: 310px;
            }

            .prevArrow {
                background: black;
                color: white;
                border-radius: 50%;
                position: absolute;
                width: 40px;
                height: 40px;
                text-align: center;
                line-height: 40px;
                cursor: pointer;
                display: inline-block;
                top: 149px;
                right: 87%;
                z-index: 11;
            }

            .nextArrow {
                background: black;
                color: white;
                border-radius: 50%;
                position: absolute;
                width: 40px;
                height: 40px;
                text-align: center;
                line-height: 40px;
                cursor: pointer;
                display: inline-block;
                top: 149px;
                right: 5%;
                z-index: 11;
            }

            .gallery-header {
                padding: 5px;
            }

            .gallery-section {
                padding-inline: 0rem;
            }
        }
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-bg-media {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-bg-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.hero-content-swiper {
     position: relative;
    z-index: 2;
    width: 100%;
    height: 100vh;
    opacity: 1; /* 0 mat rakho */
    transition: opacity 1s ease;
}

.hero-content-swiper.active {
    opacity: 1;
}

.hero-content-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.slide-text {
    color: #fff;
    width: 90%;
    max-width: 900px;
}

.slide-text h2 {
    font-size: 58px;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.2;
}

.slide-text h3 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 24px;
}

.slide-text .btn {
    display: inline-block;
    padding: 12px 28px;
    background: #f89d31;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 700;
    transition: 0.3s ease;
}

.slide-text .btn:hover {
    background: #d98214;
    color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    background: #f89d31;
    opacity: 1;
}

@media (max-width: 992px) {
    .slide-text h2 {
        font-size: 40px;
    }

    .slide-text h3 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .slide-text h2 {
        font-size: 28px;
    }

    .slide-text h3 {
        font-size: 17px;
    }

    .slide-text .btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}




