@import url("assets/kokila/kokilai.ttf");

body {
    font-size: 16px;
    font-family: "kokila" !important;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Full viewport height */
}

.wrapper > * {
    padding: 10px;
    margin: 10px;
    flex: 1 100%;
    border: radius 10px;
}

.wrapper > *:not(.footer) {
    flex: 1 0 auto;
}

.header {
    height: 120px;
    margin-top: 20px;
}

.footer {
    height: auto;
    margin: 0;
    width: 100%;
}

footer,
footer::before,
footer::after {
    box-sizing: border-box;
}

.marquee {
    margin-top: 2%;
    overflow: hidden;
    font-family: kokila;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #f0f0f0;
    background: linear-gradient(41deg, rgb(7, 30, 124), rgb(72, 136, 226));
}

.marquee__inner {
    display: flex;
}

.marquee__line {
    flex-shrink: 0;
    margin: 0;
    padding: 10px 15px;
    min-height: 100%;
    min-width: 100%;
    white-space: nowrap;
    animation-name: marqueeLine;
    animation-duration: 70s;
    animation-timing-function: linear;
    /* Change timing function to linear for constant speed */
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    /* Keeps the marquee at the last frame of the animation */
}

@keyframes marqueeLine {
    0% {
        transform: translateX(100%);
        /* Starts the marquee from the right */
    }

    50% {
        transform: translateX(-50%);
        /* Moves the marquee to the middle */
    }

    100% {
        transform: translateX(-100%);
        /* Continues the marquee to the left */
    }
}

.main {
    object-fit: contain;
    overflow: hidden;
    height: 460px;
    font-size: 20px;
    text-align: center;
}

.aside1 {
    height: 460px;
    overflow: hidden;
}

.imgg {
    overflow: hidden;
    height: 50%;
    width: 100%;
    margin-bottom: auto;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 2%;
}

.carousel slide {
    height: 100%;
    width: 100%;
}

.imgg2 {
    overflow: visible;
    height: 100%;
    width: 100%;
    margin-top: auto;
    border-radius: 10px;
    object-fit: cover;
    margin-top: 4%;
}

@media all and (min-width: 800px) {
    .main {
        flex: 2;
    }

    .aside1 {
        order: 2;
    }

    .main {
        order: 1;
    }

    .footer {
        order: 4;
    }
}

nav ul {
    width: 100%;
    list-style: none;
    display: flex;
    overflow-wrap: break-word;
    align-items: center;
    text-decoration: none;
    padding: 10px;
}

nav li {
    height: 50px;
    text-decoration: none;
}

nav a {
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
}

nav a:hover {
    color: white;
    text-decoration: none;
}

nav .t:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(21, 21, 181);
}

nav .f:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(21, 21, 181);
}

nav li:first-child {
    margin-right: auto;
}

.sidebar {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    background-color: rgba(120, 118, 145, 0.596);
    backdrop-filter: blur(12px);
    box-shadow: -10px 0 10px rgba(132, 130, 149, 0.584);
    list-style: none;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.sidebar li {
    width: 100%;
}

.sidebar a {
    width: 100%;
}

.menu-button {
    display: none;
}

@media (max-width: 1115px) {
    .hideOnMobile {
        display: none;
    }

    .menu-button {
        display: block;
    }
}

@media (max-width: 400px) {
    .sidebar {
        width: 100%;
    }
}

#f {
    margin-right: 300px;
}

.l {
    margin-right: 10px;
    color: #f0f0f0;
    margin-top: auto;
}

.s {
    background-color: rgb(255, 255, 255);
    color: rgb(21, 21, 181);
    border-radius: 22px;
}

.f {
    background-color: rgb(21, 21, 181);
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 3px;
    font-size: 24px;
    margin-top: -45px;
    margin-left:540px;
    height:45px;
}

.t {
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    color: rgb(21, 21, 181);
    margin-right: 20px;
}

.s:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(21, 21, 181);
}

.t:hover {
    color: #f0f0f0;
    background-color: blue;
}

.start {
    text-align: center;
    height: px;
    color: black;
    background-color: #f0f0f0;
    text-decoration: none;
    padding: 13px;
    border-radius: 15px;
}

.logo {
    padding-right: 1%;
    margin-top: 10px;
    height: 100px;
    width: 110px;
    overflow: hidden;
    object-fit: contain;
}

i {
    padding-right: 10px;
}

.impd {
    cursor: pointer;
}

@media all and (min-width: 600px) {
    .aside {
        flex: 1;
    }
}

@media (max-height: 670px) {
    .main {
        height: 600px;
    }
}

@media (min-height: 806px) {
    .main {
        height: 500px;
    }
    .aside1 {
        height: 500px;
    }
}

@media (min-height: 808px) {
    .main {
        height: 750px;
    }

    .aside1 {
        height: 550px;
    }
}

@media (min-height: 935px) {
    .main {
        height: 650px;
    }

    .aside1 {
        height: 650px;
    }
}

@media (min-height: 1102px) {
    .main {
        height: 790px;
    }

    .aside1 {
        height: 790px;
    }
}

@media (min-height: 1102px) {
    .main {
        height: 850px;
    }

    .aside1 {
        height: 850px;
    }
}

@media (min-height: 1500px) {
    .main {
        height: 1220px;
    }

    .aside1 {
        height: 1220px;
    }
}

@media (min-height: 1700px) {
    .main {
        height: 1400px;
    }

    .aside1 {
        height: 1400px;
    }
}

@media (min-height: 1900px) {
    .main {
        height: 1600px;
    }

    .aside1 {
        height: 1600px;
    }
}

@media (min-height: 2000px) {
    .main {
        height: 1700px;
    }

    .aside1 {
        height: 1700px;
    }
}

.clear {
    clear: both;
}

.headerr {
    color: #f0f0f0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    height: 40px;
    line-height: 2em;
    text-align: center;
    background-color: rgb(49, 49, 202);
    font-size: 60px;
}

.containerr {
    background-color: #f0f0f0;
    height: 100%;
    width: 100%;
}

.sectionn {
    text-align: center;
    width: 50%;
    height: auto;
    display: block;
    clear: right;
    float: left;
}

.articlee {
    width: 100%;
    opacity: 3px;
    border-radius: 15px;
    margin-left: 4%;
    text-align: start;
}

.articlee p {
    font-size: 24px !important;
    margin-bottom: 0px;
}

.articlee ul {
    font-size: 18px;
}

#mytxt {
    border: #000;
    font-size: 14px;
}

.mytxt {
    border: #000;
    font-size: 14px;
}

.asidee {
    width: 50%;
    text-align: center;
    float: left;
    height: 200px;
    line-height: 200px;
    vertical-align: middle;
}

.footerr {
    width: 100%;
    text-align: center;
    height: 35px;
    line-height: 2em;
}

.mybigtext {
    font-size: 18px;
    text-align: start;
    color: rgb(46, 46, 160);
}

.mytxt {
    text-align: start;
}

.detailss .mybigtext {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 2px;
}

.detailss .mytxt {
    font-size: 20px;
}

.accordion-header .accordion-button {
    background-color: #4040c0;
}

.detailss .p {
    border-radius: 15px;
    background-color: rgba(27, 0, 0, 0.575);
}

.contain1 {
    display: flex;
    justify-content: left;
    height: 400px;
    border: #000 solid 1px;
    margin-top: 2%;
}
.imgg2 {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio (divide 9 by 16 = 0.5625) */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1500px) {
    body {
        font-size: 19px;
    }
}

@media (min-width: 2000px) {
    body {
        font-size: 23px;
    }
}

@media (min-width: 3000px) {
    body {
        font-size: 23px;
    }
}

.articlee {
    font-size: 20px;
}

@media (min-width: 1500px) {
    .articlee {
        font-size: 27px;
    }
}

@media (min-width: 2000px) {
    .articlee {
        font-size: large;
    }
}

@media (min-width: 3000px) {
    .articlee {
        font-size: 63px;
    }
}

.detailss {
    font-size: 20px;
    height: 400px !important;
}

@media (min-width: 1500px) {
    .detailss {
        font-size: 27px;
    }
}

@media (min-width: 2000px) {
    .detailss .mytxt {
        font-size: 27px;
    }
}

@media (min-width: 2000px) {
    .detailss .mybigtext {
        font-size: 27px;
    }
}

@media (min-width: 3000px) {
    .detailss {
        font-size: 63px;
    }
}

.headerr {
    font-size: 20px;
}

@media (min-width: 1500px) {
    .headerr {
        height: 50px;
        font-size: 27px;
    }
}

@media (min-width: 2000px) {
    .headerr {
        height: 70px;
        font-size: 40px;
    }
}

@media (min-width: 3000px) {
    .headerr {
        font-size: 38px;
    }
}

.random-slide-text {
    font-size: 20px;
}

@media (min-width: 1500px) {
    .random-slide-text {
        font-size: 27px;
    }
}

@media (min-width: 2000px) {
    .random-slide-text {
        font-size: 40px;
    }
}

@media (min-width: 3000px) {
    .random-slide-text {
        font-size: 38px;
    }
}

.slide-text {
    font-size: 20px;
}

@media (min-width: 1500px) {
    .slide-text {
        font-size: 27px;
    }
}

@media (min-width: 2000px) {
    .slide-text {
        font-size: 40px;
    }
}

@media (min-width: 3000px) {
    .slide-text {
        font-size: 38px;
    }
}

@media (min-width: 1900px) {
    .first--txt {
        font-size: 24px;
    }
}

@media (max-height: 660px) {
    .aside1 {
        height: 395px !important;
    }
    .main {
        height: 400px !important;
    }
}

@media (max-width: 700px) {
    .first--txt {
        margin-top: 10px !important;
    }
}

@media (min-width: 1900px) {
    .footer {
        margin-top: auto;
        margin-bottom: 0;
    }
}

@media (min-width: 2000px) {
    .footer {
        margin-top: auto;
        margin-bottom: 0;
    }
}

@media (min-width: 2200px) {
    .footer {
        margin-bottom: 30px;
    }

    .text-container-main {
        font-size: 32px !important;
    }

    .text-container-main.idkk {
        font-size: 300px !important;
    }

    .main {
        margin-top: 39px !important;
    }

    .sliding-element .content .headerr p {
        font-size: 45px;
    }

    .containerr .sectionn .articlee p {
        font-size: 37px !important;
    }

    .containerr .sectionn .articlee ul li {
        font-size: 33px !important;
    }

    .detailss .mybigtext {
        font-size: 34px !important;
    }

    .detailss .mytxt {
        font-size: 33px !important;
    }

    .my-btn-holder .f {
        font-size: 49px !important;
        width: max-content;
        padding: 30px;
    }

    .my-btn-holder .icon {
        font-size: 30px !important;
    }

    .top-txt-1 {
        font-size: 29px !important;
    }

    .slide-text {
        font-size: 45px;
    }

    .slide-text .down-text {
        font-size: 39px;
    }

    .card-title .show_category {
        font-size: 49px !important;
    }

    .card .myicon .item-card-title .logoo {
        width: 45px !important;
        height: 45px !important;
    }

    .aside .my1txt .first--txt {
        font-size: 49px !important;
    }

    .aside .my1txt .second--txt {
        font-size: 49px !important;
    }

    .myiconcross .accodion-heading-top {
        font-size: 35px;
    }

    .accordion-item .accordion-header .accordion-button {
        font-size: 35px !important;
    }

    .accordion-body .containerr .sectionn .articlee ul li {
        font-size: 35px !important;
    }

    .main .section {
        margin-top: 1% !important;
    }
}

@media (min-width: 2500px) {
    .footer {
        margin-bottom: 40px;
    }
}

@media (min-width: 2700px) {
    .footer {
        margin-bottom: 60px;
    }
}

@media (min-width: 3000px) {
    .footer {
        margin-bottom: 85px;
    }
}

@media (min-width: 1500px) {
    .marquee__line {
        font-size: 28px;
    }
}

@media (min-width: 2000px) {
    .marquee__line {
        font-size: 40px;
    }
}

@media (min-width: 3000px) {
    .marquee__line {
        font-size: 63px;
    }
}

.temp {
    font-size: 25px;
}

.logoo {
    overflow: hidden;
    height: 40px;
    width: 50px;
}

.unique-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.unique-slider-container {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
    /* Ensure slides fill the container */
}

.unique-slider-slide {
    flex: 0 0 100%;
    /* Each slide takes the full width */
}

.unique-slider-slide img,
.unique-slider-slide video {
    width: 100%;
    /* Ensure images and videos fill their containers */
    height: auto;
    /* Maintain aspect ratio */
}
.my-category-name {
    padding: 0px;
}

@media (min-width: 768px) {
    .first--txt {
        margin-top: -5px;
        padding-bottom: 10px !important;
    }
    .second--txt {
        margin-top: -5px;
    }
    .myheading-category {
        width: 100%;
    }

    .bar3 {
        height: 500px !important;
        overflow-y: auto;
    }

    .accordion-item .accordion-header .accordion-button {
        padding-bottom: 6px !important;
        padding-top: 6px !important;
    }

    .card-block {
        border-radius: 23px !important;
        /* border: 12px solid !important; */
    }

    .show_category {
        font-weight: 600;
        font-size: 29px !important;
        margin-top: -40px;
        /* border: 12px solid !important; */
        background-color: white;
        border: 0px !important;
    }

    .logoo {
        /* border: 2px solid !important; */
        margin-bottom: -15px;
    }
    .down-content-slide img {
        object-fit: contain !important;
        width: 430px !important;
        height: 172px !important;
    }

    .unique-slider-container {
        flex-wrap: nowrap;
        /* Prevent slides from wrapping on larger screens */
    }

    .img-container {
        height: 600px !important;
        /* background-color: #000 !important; */
    }
    .my-yt-video {
        height: 176px !important;
        width: 429px !important;
        /* object-fit:contain; */
    }
    /* Sandip laptop responsive added */
    .top-txt-1 {
        /* border: 2px solid black; */
        width: 500px;
    }

    .temp {
        display: none;
    }

    .slide-text {
        /* border: 1px solid yellow; */
        position: relative;
        display: inline-block;
        font-size: 13px;
        /* margin-bottom:6px ; */
        /* margin-top: ; */
    }
    .down-text {
        position: absolute;
        top: 35%;
        left: 50%;
        font-size: 19px !important;
        transform: translate(-50%, -50%);
        /* border: 1px solid yellow; */
        margin-bottom: 0px !important;
        margin-top: 19px;
        font-weight: 1;
        width: 190px;
    }
    .down-phone {
        position: absolute;
        top: 56%;
        left: 50%;
        font-size: 19px !important;
        transform: translate(-50%, -50%);
        /* border: 1px solid yellow; */
        margin-bottom: 0px !important;
        margin-top: 19px;
        font-weight: 1;
        width: 190px;
    }
    .down-branch {
        position: absolute;
        top: 92%;
        left: 50%;
        font-size: 19px !important;
        transform: translate(-50%, -50%);
    }

    .img-container {
        height: 170px;
    }

    /* Laptop responsive endded by sandip */

    .unique-slider-slide {
        flex: 0 0 auto;
        /* Allow slides to have their own width */
        width: 100%;
        /* Each slide takes the full width */
    }

    .my-scroll-category .detailss {
        height: 410px;
    }
    .my-scroll-category .sectionn .articlee {
        background-color: transparent;
    }
}

@media (min-width: 3700px) and (min-width: 2700px) {
    .img-container {
        height: 900px !important;
    }
    .my-yt-video {
        height: 1000px !important;
        width: 100% !important;
        object-fit: contain;
    }
}

.accordion-icon {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px; /* Adjust this as needed */
    vertical-align: middle;
    border-style: solid;
    border-width: 5px 4px 0 4px; /* Adjust these values to change the size of the icon */
    border-color: white transparent transparent transparent; /* Change 'white' to your desired color */
}

@media (min-width: 1920px) and (min-height: 1080px) {
    .img-container {
        width: 100% !important;
        height: 100% !important;
        background-color: #000 !important;
    }
    .img-container img {
        height: 100% !important;
        width: 100% !important;
    }
    .bar3 {
        height: 850px !important;
        overflow-y: auto;
    }

    .my-scroll-category .detailss {
        height: 692px !important;
    }
    .accordion-item .accordion-header .accordion-button {
        font-size: 29px !important;
    }
    .myheading-category {
        width: 100%;
    }

    .my-yt-video {
        height: 292px !important;
        width: 100% !important;
        object-fit: contain;
    }

    .slide-text {
        width: 300px !important;
        margin-top: -23px !important ;
        font-size: 39px !important;
    }
    .down-text {
        width: 282px !important;
        font-size: 35px !important;
    }
    .random-slide.slide-text {
        width: 300px !important;
        margin-top: -23px !important ;
        font-size: 45px !important;
    }
    .random-slide.down-text {
        width: 200px !important;
    }

    .main {
        height: 850px !important;
    }

    .sliding-element .content .headerr p {
        font-size: 50px !important;
        padding-bottom: 14px !important;
    }

    .containerr .sectionn .articlee p {
        font-size: 37px !important;
    }
    .containerr .sectionn .articlee li {
        font-size: 36px !important;
    }

    .detailss .mybigtext {
        font-size: 37px !important;
    }

    .detailss .mytxt {
        font-size: 36px !important;
    }

    .aside1 {
        height: 850px !important;
    }

    .down-content-slide img {
        object-fit: contain !important;
        width: 350px !important;
        height: 310px !important;
    }

    .text-container-main {
        font-size: 25px !important;
        margin-top: 12px;
    }

    .card-block {
        border-radius: 44px !important;
    }

    .show_category {
        font-weight: 600;
        font-size: 47px !important;
        margin-top: -29px;
        /* border: 12px solid; */
        background-color: white;
        border: 0px !important;
    }
    /* .top-txt-1
{
  margin-left: -165px;
  width: 1174px;
  font-size: 31px !important;

} */

    /* .text-container-main .idkk {
  font-size:31px !important;
  font-weight: 700 !important;
} */
}

/* new edia q for tv sandip3000 */

/* this is new css for al;l responsive   */

@media (max-height: 688px) {
    .main {
        /* border:  black solid  10px !important; */
        height: 450px;
    }
    .aside1 {
        /* border: black 10px solid !important; */
        height: 450px;
    }
}

@media (min-width: 1121px) {
    .slide-content p {
        font-size: 21px;
    }
}

@media (max-height: 633px) {
    .main {
        /* border:  black solid  10px !important; */
        height: 350px !important;
    }
    .aside1 {
        /* border: black 10px solid !important; */
        height: 350px !important;
    }
}

@media (max-width: 1345px) {
    .text-container-main {
        margin-bottom: 5px;
    }
    .top-txt-1 {
        font-size: medium !important;
        width: 500px !important;
        /* border: #000 1px solid !important; */
    }

    .random-slide .down-text {
        font-size: medium;
    }
}

@media (max-height: 900px) {
    .down-content-slide img {
        object-fit: contain !important;
        width: 430px !important;
        height: 172px !important;
    }
    .img-container {
        border: black solid 2px !important;
    }
    .down-content-slider-container {
        justify-content: center;
        height: 100% !important;
    }

    .down-content-slide img {
        object-fit: contain !important;

        height: 40% !important;
    }
    .down-content-slide .my-yt-video {
        object-fit: contain !important;

        height: 100% !important;
        width: 100% !important;
    }
}

@media (max-width: 1920px) {
    .slide-text p {
        font-size: 39px !important;
    }
}

@media (max-height: 1278px) {
    .down-content-slide img {
        margin-right: 100px !important;
    }
}

@media (min-height: 807px) {
    .down-content-slide img {
        object-fit: contain !important;
        width: 430px !important;
        height: 172px !important;
    }
    .img-container {
        border: black solid 2px !important;
    }
    .down-content-slider-container {
        justify-content: center;
        height: 100% !important;
    }

    .down-content-slide img {
        object-fit: contain !important;
        margin-right: 100px !important;
        height: 40% !important;
    }
    .down-content-slide .my-yt-video {
        object-fit: contain !important;
        margin-right: 100px !important;
        height: 98% !important;
        width: 100% !important;
    }
}
@media (min-height: 1086px) {
    .down-content-slide .my-yt-video {
        object-fit: contain !important;

        height: 100% !important;
        width: 100% !important;
    }
}
@media (min-width: 1364px) {
    .down-content-slide img {
        height: 40% !important;
        width: 100% !important;
    }
}

@media (min-height: 609px) {
    .down-content-slide img {
        object-fit: contain;
        height: 100% !important;
        width: 100% !important;
    }
    .img-container {
        height: 40% !important;
    }
}

.img-container {
    height: 40% !important;
}

/* end */

@media (min-width: 3800px) {
    .main .sliding-container .sliding-element .content .headerr p {
        margin-top: 17px;
        font-size: 90px !important;
        /* font-weight: 800px; */
        /* Prevent slides from wrapping on larger screens */
    }
}

@media (min-width: 3800px) {
    .main .sliding-container .sliding-element .content .headerr {
        height: 100px !important;

        /* Prevent slides from wrapping on larger screens */
    }

    .accodion-heading-top {
        height: 200px !important;
    }

    .myiconcross {
        height: 100px !important;
        /* position: fixed !important; */
        /* border: #000000 10px solid !important; */
    }

    .containerr .sectionn .articlee p {
        font-size: 75px !important;
    }

    .containerr .sectionn .articlee ul li {
        margin-left: 44px !important;
        font-size: 60px !important; /* Sandip added for  laptop responsive */
    }

    .detailss .mybigtext {
        font-size: 90px !important;
    }

    .detailss .mytxt {
        font-size: 72px !important;
    }

    .header {
        /* border: 10px black solid !important; */
        height: 300px;
    }

    .logo-content {
        height: 800px !important;
    }

    .logo-content .logo {
        /* border: rgb(250, 241, 241) 2px solid ; */
        width: 100% !important;
        height: 100% !important;
        padding-bottom: 450px !important;
    }

    .slide .slide-content {
        /* border:  20px black solid; */
        height: 150px !important;
    }

    .aside1 .imgg {
        margin-top: 150px !important;
        /* border: black 20px solid; */
        height: 750px !important;
        width: 1250px !important;
    }

    div.img-container {
        margin-top: -10px !important;
        height: 550px !important;
    }

    .img-container .down-content-slider-container {
        /* border: #000 solid 33px; */
    }

    .aside1 .my1txt .first--txt {
        font-size: 80px !important;
        font-weight: bold !important;
        margin-top: 180px !important;
        /* border: #000 10px solid; */
    }

    .aside1 .my1txt .second--txt {
        font-size: 80px !important;
        font-weight: bold !important;
        margin-top: 180px !important;
        /* border: #000 10px solid; */
    }

    .slide-text {
        /* border: rgb(151, 2, 2) 2px solid; */
        /* position: fixed;
    font-size: 62px !important;
    height: 30px !important;
    margin-bottom: 60px !important;
    padding-bottom: 70px !important; */
        font-size: 68px !important;
        position: relative;
        display: inline-block;
    }

    .slide-content span {
        /* border:  rgb(33, 219, 58) 2px solid !important; */
        /* font-size: 50px !important;
    height: 90px !important;
    margin-top: 100px !important;
    margin-right: 20px !important;
    padding-top: 15px !important; */
    }

    .down-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /* border: 1px solid yellow; */
        margin-bottom: 0px !important;
        margin-top: 40px;
        font-weight: 1;
        font-size: 50px !important;
    }

    .text-container-main {
        margin-top: 1% !important;
        /* border:15px solid rgb(11, 133, 27); */
        height: 14% !important;
        width: 21% !important;
    }

    /* .text-container-main .idkk{
  border:15px solid rgb(11, 133, 27);
  font-size: 90px !important ;

} */

    .text-container-main .myaddress {
        margin-bottom: 10px !important;
        font-size: 90px !important;
        /* font-weight: 1000px !important; */
    }

    .text-container-main {
        font-size: 70px !important;
    }

    .text-container-main span.idkk {
        font-size: 90px !important;
        /* border: 12px solid black; */
        padding-bottom: 0px !important;
        margin-top: 0px !important;
    }

    .main {
        margin-top: 200px !important;
        height: 1400px !important;
    }

    .my-btn-holder .f {
        margin-top: 40px !important;
        padding: 55px !important;
        font-size: 90px !important;

        margin-left: 800px !important;
        /* home */
    }

    .my-btn-holder {
        padding: 35px !important;
    }

    /* Sandip added for 10:59 AM  */
    .top-txt-1 {
        width: 963px;
        padding-top: 20px;
    }

    /* Sandip added ended */
    .top-txt-1 span {
        font-size: 61px !important;
        /* email */
    }
    .my-scroll-category {
        overflow-y: auto;
    }

    .temp {
        font-size: 100px !important ;
        margin-left: 1300px !important;
    }
    .card-title .show_category {
        font-size: 80px !important;
    }

    .myicon .logoo {
        height: 100% !important;
        width: 100% !important;

        object-fit: cover !important;
    }

    .submain .container .row .item-card .myicon {
        height: 120px !important;
        width: 120px !important;
        margin-left: 36% !important;
    }

    /* .myiconcross{
    height: 23% ;
  } */
    .myiconcross .accodion-heading-top {
        font-size: 90px !important ;
        margin-bottom: 12px !important;
    }

    .accordion-item .accordion-header .accordion-button {
        font-size: 75px !important;
    }

    .accordion-body .containerr .sectionn .articlee ul li {
        font-size: 72px !important;
    }

    .containerr .sectionn .articlee {
        height: 900px !important;
    }
    .card .myicon .item-card-title .logoo {
        width: 143px !important;
        height: 107px !important;
    }

    .holder {
        /* border: #000 2px solid ; */
        height: 1300px !important;
    }

    .my-main-container {
        /* border: #d10d0d 10px solid; */
    }
    .slide-content {
        border: black 5px solid !important;
        height: 154px !important;
    }

    /* .slide-text{
  margin-bottom: 100px !important;
  height: 80px !important;
  border: black 2px solid !important;
} */
    /* .down-text{
  border: #000 2px solid !important;
  margin-bottom: 100px !important;
} */
    .bar3 {
        height: 1300px !important;
    }

    .articlee .fw-bold {
        font-size: 75px !important;
    }

    div.img-container {
        height: 700px;
    }
    /* Sandip3000end */
}

/* new css */
.idkk {
    display: inline;
}

.logo-content {
    margin-bottom: 15px;
    width: 250px;
    padding-right: 150x;
    height: 100%;
}

@media (min-width: 1900px) {
    .logo-content {
        width: 500px;
    }
}

@media (min-width: 2500px) {
    .logo {
        width: 700px;
        height: 300px;
    }
}

@media (min-width: 1800px) {
    .logo {
        padding-top: 10px;
        width: 150px;
        height: 140px;
    }
}

.down-text {
    font-size: 27px;
    margin-bottom: 20px;
}

.slide-content {
    padding-top: 10px;
    padding: 10px;
}

.slide-content p {
    /* padding-top: 6%; */
    font-size: 25px;
}

.random-slide-content p {
    padding-top: 6%;
    font-size: 25px;
}

.my1txt {
    display: flex;
    height: 8%;
    padding-top: 1%;
    justify-content: space-around;
}

.first--txt {
    color: #ffffff;
    font-size: 30px;
    padding-bottom: 20px;
}

.second--txt {
    color: #f0f0f0;
    font-size: 30px;
    font-family: kokila;
}

.articlee p {
    font-size: 14px;
    color: rgb(46, 46, 160);
}

.articlee h2 {
    font-size: 16px;
}

.text-container-main {
    width: 600px;
    color: rgb(255, 255, 255);
    position: fixed;
    margin-left: 20%;
    color: #ce0610;
    margin-bottom: 50px !important;
}

.sliding-element .content .headerr {
    font-size: 28px !important;
    font-weight: bold;
    font-family: "kokila" !important;
    margin-bottom: 3px;
}

.text-container-main {
    font-size: 19px;
    margin-top: 3px;
}

.text-container-main .idkk {
    font-size: 55px !important;
    font-weight: 700 !important;
}

.my-btn-holder .f {
    font-size: 25px;
    background-color: rgb(5, 5, 144);
    color: white;
}

.my-btn-holder .icon {
    font-size: 15px;
}

.main .sliding-container {
    margin-top: 12px;
    max-width: 100%;
}

aside.aside1 {
    padding: 1px;
}

.img-container {
    /* border: #e0dbe5 2px solid; */
    flex: 1;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 4%;
}

.text-container-main.idkk {
    font-size: 25px !important;
}

.show_category {
    font-size: 29px;
    font-family: kokila;
}

.card-block {
    padding: 2px !important;
}

.accordion-body .containerr .sectionn .articlee ul li {
    font-size: 19px;
}

.accordion-item .accordion-header .accordion-button {
    font-size: 23px;
}

.myiconcross .accodion-heading-top {
    font-size: 34px;
}

.section {
    margin-top: 4px !important;
}

.accordion-item .accordion-header {
    margin-top: 4px !important;
    padding: 0px !important;
}

/* cztegory->name css 4/2 */

.holder {
    /* border: #000 2px solid ; */
}

.accodion-heading-top {
    /* border: #34d10d 10px solid !important; */
}

.accordion-button::after {
    background-color: white;
    color: white;
    border-radius: 10px;
}
/* 626 height */
@media (max-height: 685px) {
    .detailss .mytxt {
        font-size: 17px;
    }
    .detailss .mybigtext {
        font-size: 18px;
    }
    .articlee p {
        font-size: 19px;
    }
}

/* Mobile devices (portrait phones) */
@media (max-width: 767px) {
    body {
        font-size: 14px !important;
    }

    .header {
        height: auto;
        min-height: 80px;
    }

    .logo {
        height: 60px;
        width: 60px;
    }

    .main,
    .aside1 {
        height: auto !important;
        min-height: 350px;
    }

    .top-txt-1 {
        font-size: 14px !important;
        width: auto !important;
    }

    .text-container-main {
        font-size: 16px !important;
        width: auto !important;
        position: static;
        margin-left: 0;
    }

    .my-btn-holder .f {
        font-size: 16px !important;
        margin-left: 0 !important;
        padding: 8px 15px !important;
    }

    .imgg {
        flex-direction: column;
        height: auto;
    }

    .my1div,
    .my2div {
        width: 100%;
        margin-bottom: 15px;
    }

    .slide-content,
    .random-slide-content {
        height: auto;
        min-height: 100px;
        padding: 10px;
    }

    .sliderimg {
        height: 180px;
        object-fit: cover;
        margin-bottom: 0;
    }

    .slide-text,
    .random-slide .slide-text {
        font-size: 16px !important;
    }

    .down-text,
    .down-phone,
    .down-branch {
        font-size: 14px !important;
        position: static;
        transform: none;
        margin: 5px 0;
        width: auto;
    }

    .myiconcross .accodion-heading-top {
        font-size: 18px !important;
        height: auto;
        padding: 10px;
    }

    .accordion-item .accordion-header .accordion-button {
        font-size: 16px !important;
        padding: 10px !important;
    }

    .show_category {
        font-size: 18px !important;
    }

    .bar3 {
        height: auto !important;
        max-height: 450px;
    }

    .down-content-slide img {
        width: 100% !important;
        height: auto !important;
        max-height: 200px;
    }

    .my-yt-video {
        height: 200px !important;
        width: 100% !important;
    }

    .img-container {
        height: auto !important;
        min-height: 250px;
    }

    .detailss .mybigtext {
        font-size: 16px !important;
        margin-left: 5px;
    }

    .detailss .mytxt {
        font-size: 14px !important;
        margin-left: 5px;
    }

    .articlee p {
        font-size: 16px !important;
    }

    .articlee ul li {
        font-size: 14px !important;
    }

    .containerr .sectionn,
    .containerr .detailss {
        width: 100%;
        float: none;
    }

    /* QR code container for mobile */
    .qr-code-container {
        margin: 10px auto;
        max-width: 150px;
    }

    .qr-code-container img,
    .qr-code-container svg {
        max-width: 100px;
        height: auto;
    }
}

/* Tablets */
@media (min-width: 768px) and (max-width: 1023px) {
    .main,
    .aside1 {
        height: 500px;
    }

    .slide-text {
        font-size: 18px !important;
    }

    .down-text {
        font-size: 16px !important;
    }

    .containerr .sectionn,
    .containerr .detailss {
        width: 100%;
        float: none;
    }

    .articlee p {
        font-size: 18px !important;
    }
}
@media (max-width: 640px) {
    .main {
        display: none;
    }
    .aside1 {
        display: none;
    }
}

.text-container-main {
    text-align: center;
}
.aside1 {
    margin-top: 30px !important;
}
