@import url('assets/kokila/kokilai.ttf');

body {
  font-size: 16px;
  font-family: "kokila" !important;
  background: linear-gradient(41deg, rgb(145, 31, 31), #F44336);
      background: linear-gradient(41deg, rgb(145, 31, 31), #795548)
}

.wrapper {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
}

.wrapper>* {
  padding: 10px;
  margin: 10px;
  flex: 1 100%;
  border: radius 10px;
}

.header {

  height: 120px;

}

.footer {

  height: 100px;
  position: fixed;
  left: 0;
  bottom: 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, #f44336, rgb(196 1 11));
}

.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(255, 255, 255);
  border-radius: 20px;
  color: rgb(21, 21, 181);

}

.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;
  
    /* Increase height when screen height is 600px or more */
  }
  .aside1{
    height: 500px;
  }
}
  


@media (min-height: 808px) {
  .main {
    height: 550px;
  
    /* Increase height when screen height is 600px or more */
  }

  .aside1 {
    height: 550px;
  }
}

@media (min-height: 935px) {
  .main {
    height: 650px;
    /* Increase height when screen height is 600px or more */
  }

  .aside1 {
    height: 650px;
  }
}

@media (min-height: 1102px) {
  .main {
    height: 790px;
    /* Increase height when screen height is 600px or more */
  }

  .aside1 {
    height: 790px;
  }
}

@media (min-height: 1102px) {
  .main {
    height: 850px;
    /* Increase height when screen height is 600px or more */
  }

  .aside1 {
    height: 850px;
  }
}

@media (min-height: 1500px) {
  .main {
    height: 1220px;
    /* Increase height when screen height is 600px or more */
  }

  .aside1 {
    height: 1220px;
  }
}

@media (min-height: 1700px) {
  .main {
    height: 1400px;
    /* Increase height when screen height is 600px or more */
  }

  .aside1 {
    height: 1400px;
  }
}

@media (min-height: 1900px) {
  .main {
    height: 1600px;
    /* Increase height when screen height is 600px or more */
  }

  .aside1 {
    height: 1600px;
  }
}


@media (min-height: 2000px) {
  .main {
    height: 1700px;
    /* Increase height when screen height is 600px or more */
  }

  .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(196 1 11);
  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;
  margin-left: 55%;
  color: rgb(46, 46, 160);
}

.mytxt {
  text-align: start;
  margin-left: 55%;
}

.detailss .mybigtext {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 2px;
}

.detailss .mytxt {
  font-size: 20px;
  margin-bottom: 2px;

}

.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 query for medium screens */


/* Media query for large screens */
@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;
}

@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;
  }
}


.footer {
  
  margin: 0px;
}



@media(max-width:700px){
  .first--txt{
    margin-top: 10px !important;
  }
}


@media (min-width: 1900px) {
  .footer {

    margin-bottom: 10px;
  }
}


@media (min-width: 2000px) {
  .footer {

    margin-bottom: 30px;

  }
}

@media (min-width: 2200px) {


  .footer {

    margin-bottom: 30px;

  }


  /* Maile thapeko Sandip Gyawali */
  .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 span{
  font-size: 33px !important;
  text-align: start;
} */

  .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;
    
  }

  /* sandip */


}



@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;


}



/* date and time fuction wiht thr co tapd ()*/

.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: 768px !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: 50%;
    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;
  }

  .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;  
  }


}
/* for 3700 * 2700  */


@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;
  }

   


}
/* Custom CSS to change the color of the dropdown icon */
.accordion-icon {
  /* color: #f0f0f0; */
    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 */
}

  /* for 1920px  1080px */

@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;
 }
 /* .temp{
  display: block;
  margin-top: -54px;
  margin-left: 321px;
} */

 .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;
   /* border: #000 5px solid ; */
   margin-top: -23px !important ;
  font-size: 39px !important;

 }
.down-text{
  /* border: #000 5px solid !important; */
width: 282px !important;
font-size: 35px !important;
}
 .random-slide.slide-text{
   width: 300px !important;
   /* border: #000 5px solid ; */
   margin-top: -23px !important ;
  font-size: 45px !important;

 }
.random-slide.down-text{
  /* border: #000 5px solid !important; */
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; */
 }
 .f{
  margin-left: 380px !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: 20px;
  width: 200px;
  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: 300px;
  color: rgb(255, 255, 255);
  position: fixed;
  margin-left: 21%;

}



.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: 12px;
}

.text-container-main .idkk {
  font-size: 29px !important;
  font-weight: 700 !important;
}

.my-btn-holder .f {
  font-size: 25px;
  background-color: #F44336;
  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;
}
}