@font-face {
  font-family: "Kokila";
  src: url("kokila/kokilai.ttf") format("truetype"); /* Adjust the path if necessary */
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
body {
  font-family: "Kokila", sans-serif !important; /* Fallback font added */
}

.badapatra {
  height: 100vh;
  background: linear-gradient(41deg, rgb(145, 31, 31), rgb(5, 5, 144));
}
#clock{
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
}
.footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 8%;
}

.header {
  height: 24%;
}

.main-body {
  height: 64%; /* Reduce height slightly to account for margin */
  display: flex;
  gap: 1%; /* Space between first and second divs */
  margin: 1%;
}

.main-body__first {
  width: 62%;
}

.main-body__second {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-body__second--first,
.main-body__second--second {
  flex: 1;
  margin-bottom: 1rem;
}

/* Ensure the last section doesn't have extra bottom margin */
.main-body__second--second {
  margin-bottom: 0;
}
.main-body__second--second .owl-stage-outer {
  height: 100%;
}
.main-body__second--second .owl-stage {
  height: 100%;
}
.main-body__second--second .owl-item {
  height: 100%;
}

.main-body--details {
  height: 100%;
  /* margin: 2%; */
  width: 100%;
}
.main-body--details h3 {
  color: #2e2ea0;
  font-size: 20px;
}

/* Sandip added */
.img-video-slider{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.class-grid{
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;

}
/* Sandip ended */
.for-gap {
  gap: 3%;
}

.article ul {
  margin-left: 0;
}
.article ul li {
  font-size: 18px;
}

.partinedhi {
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.bg-primary {
  background-color: #3943b7 !important;
}

.btn-home {
  background: #3943b7 !important;
  
  border: none;
}

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

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.partinedhi {
  min-width: 100%;
  box-sizing: border-box;
}
.partinedhi__details {
  height: 100%;
}
.partinedhi .partinedhi-img {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-body {
  position: relative; /* Ensure proper positioning */
  background: white; /* Initial background color */
  transition: background 0.3s ease; /* Smooth transition effect */
}

.btn-danger {
  background: #d3030e !important;
}

button.accordion-button {
  background: #3943b7 !important;
  margin-bottom: 8px;
  color: #fff !important;
  font-weight: 600;
  font-size: 22px;
  border: 0px !important;
}

.accordion-item {
  border: 0px !important;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E") !important;
  background-size: contain; /* Adjust size as needed */
  background-repeat: no-repeat;
  content: "";
  display: inline-block; /* Ensure the pseudo-element is displayed */
  width: 1em; /* Adjust according to the desired icon size */
  height: 1em;
}

.overflow-auto::-webkit-scrollbar {
  width: 5px; /* Width of the scrollbar */
}

.overflow-auto::-webkit-scrollbar-track {
  background: #050590; /* Linear gradient for the track */
  border-radius: 10px; /* Border radius for the track */
}

.overflow-auto::-webkit-scrollbar-thumb {
  background: #050590; /* Color of the scrollbar thumb */
  border-radius: 10px; /* Border radius for the thumb */
}

.overflow-auto::-webkit-scrollbar-thumb:hover {
  background: #050590; /* Color of the scrollbar thumb on hover */
}

/* Custom scrollbar for Firefox */
.overflow-auto {
  scrollbar-width: thin; /* Thin scrollbar */
  scrollbar-color: #050590; /* Scrollbar thumb color and track color */
}

.img-height {
  max-height: 60%;
}
.img-height img {
  min-height: 100%;
  width: 100%;
}
.text-sm-head{
    font-size: 18px;
    font-weight:600;
}
.text-sm-head strong{
   font-size: 26px 
}
.heade-log--main{
    width:100px;
}
@media (min-width: 1920px) {
  h3 {
    font-size: 32px;
  }
  .fs-3 {
    font-size: 42px !important;
  }
  h1 {
    font-size: 36px;
  }
  .article ul li {
    font-size: 30px;
  }
  p {
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 46px;
  }
  button.accordion-button {
    font-size: 32px !important;
  }
  .fs-4 {
    font-size: 2.5rem !important;
  }
  .btn-close-d {
    font-size: 26px;
  }
  .margin-top {
    margin-top: 20px;
  }
  h3 {
    font-size: 32px;
  }
  .fs-3 {
    font-size: 42px !important;
  }
  h1 {
    font-size: 36px;
  }
  .article ul li {
    font-size: 30px;
  }
  p {
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 46px;
  }
  .fs-4 {
    font-size: 2.5rem !important;
  }
  .badapatra__heading--img {
    margin-right: 20px;
  }
  .main-body--details h3 {
    font-size: 32px !important;
  }
  .text-sm-head{
    font-size: 18px;
    font-weight:600;
}
.text-sm-head strong{
   font-size: 36px 
}
.heade-log--main{
    width:150px;
}
.badapatra__heading--text.text-center {
  font-size: 20px;
}

}
@media (min-width: 2560px) {
  .article ul li {
    font-size: 32px !important;
  }
  .fs-2 {
    font-size: 4rem !important;
  }
  button.accordion-button {
    font-size: 30px !important;
  }
  p {
    font-size: 32px;
    margin-bottom: 0px;
    line-height: 60px;
  }
  .fs-3 {
    font-size: 46px !important;
  }
  .fs-4 {
    font-size: 3.5rem !important;
  }
  button.btn.btn-home.btn-primary.btn-lg.px-5.rounded-5.fs-4.fw-bold {
    font-size: 60px !important;
    padding: 20px 82px !important;
    border-radius: 60px !important;
  }
  .article.p-4 {
    padding: 50px 70px 40px !important;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 22px;
  }
  .fs-3 {
    font-size: 56px !important;
  }
  .main-body--details h1 {
    padding: 40px 50px !important;
  }
  h3 {
    font-size: 42px !important;
  }
  .main-body--details h3 {
    font-size: 34px !important;
  }
  button.accordion-button {
    font-size: 36px !important;
  }
  button.accordion-button {
    padding: 30px 30px;
    font-size: 46px !important;
  }
  .heade-log--main{
    width:200px;
}
.badapatra__heading--text.text-center {
  font-size: 26px;
}
}
/* For 8K TV screens (3840px and above) */
@media (min-width: 3840px) {
  .fs-2 {
    font-size: 4rem !important;
  }
  h3.text-primary.fw-bold {
    font-size: 46px;
    margin-bottom: 20px;
  }
  .article ul li {
    font-size: 40px !important;
  }
  button.accordion-button {
    font-size: 42px !important;
  }
  .btn-close-d {
    font-size: 46px !important;
  }
  h5 {
    font-size: 34px;
  }
  h6 {
    font-size: 30px;
  }
  .active-pointer {
    padding: 70px 0px;
  }
  .active-pointer h3 {
    font-size: 60px !important;
  }
  .card-body.active-pointer {
    padding: 70px 0px !important;
  }
  .card-body.active-pointer img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  button.accordion-button {
    padding: 40px 30px;
    font-size: 50px !important;
  }
  .img-height {
    max-height: 60%;
  }
  .img-height img {
    min-height: 300px;
    width: 100%;
  }
  .header{
      width:80%;
      margin:0 auto;
  }
  .heade-log--main{
    width:250px;
}
.text-sm-head{
    font-size: 26px;
    font-weight:600;
}
.text-sm-head strong{
   font-size: 60px 
}
    h5 {
        font-size: 40px;
    }
    .text-sm-head {
      font-size: 26px;
      font-weight: 600;
  }
    
}
@media (max-width: 1440px) {
  .fs-2 {
    font-size: 36px !important;
  }
 
  h3.text-primary.fw-bold {
    font-size: 46px;
    margin-bottom: 20px;
  }
  .fs-2 {
    font-size: 30px !important;
  }
  button.accordion-button {
    font-size: 26px !important;
  }
  .btn-close-d {
    font-size: 18px !important;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  .text-sm-head p{
    font-size: 19px; 
 }
  .header p{
    font-size: 18px;
  }
 
}/*# sourceMappingURL=style.css.map */

@media (max-width: 1200px) {
  .text-sm-head strong {
    font-size: 18px;
}
.header p {
  font-size: 12px;
}
.badapatra__heading--text.text-center {
  font-size: 12px;
}
}/*# sourceMappingURL=style.css.map */

@media (max-width: 992px) {
  .heade-log--main {
    width: 80px;
  }
  .text-sm-head strong {
    font-size: 16px;
  }
  .badapatra__heading--text.text-center {
    font-size: 10px;
  }
  h1 {
    font-size: 20px !important;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 12px;
  }
  h2{
    font-size: 16px !important;
  }
  .font-ss{
    font-size: 16px;
  }
  .w-s-week{
    width: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  #clock {
  
    font-size: 14px;
  }
  .main-body__second--first, .main-body__second--second {
    
      height: 50%;
  }
}/*# sourceMappingURL=style.css.map */