:root {
  --primary-color: #fff;
  --secondary-color: #42b72a;
  --color-101: #f9fafb;
  --color-102: #f0f2f5;
  --color-103: #65676b;
  --color-104: #7c7c7c;
  --color-105: #f0f2f5;
  --color-106: #f0f2f5;
  --color-107: #f0f2f5;
  --color-108: #f0f2f5;
  --color-109: #f0f2f5;
  --bg-color: #ffffff;
  --secondary-bg: #f5f5f5;
  --text-color: #333333;
  --secondary-text-color: #adb2b8;
  --card-bg: #f5f5f5;
  --border-color: #dfdfdf;
  --shadow-color: rgba(0, 0, 0, 0.1);
  --fty-261: linear-gradient(
      270deg,
      rgb(0 81 255) 0%,
      #c938e3 50%,
      #4941fb 100%
    )
    0 0 / 50% 100%;
}

[data-theme="dark"] {
  --primary-color: #000;
  --secondary-color: #42b72a;
  --color-101: #1b1b1c;
  --color-102: #2c2c2e;
  --color-103: #b0b3b8;
  --color-104: #9ca2ad;
  --color-105: #f0f2f5;
  --color-106: #f0f2f5;
  --color-107: #f0f2f5;
  --color-108: #f0f2f5;
  --color-109: #f0f2f5;
  --bg-color: #151517;
  --secondary-bg: #f5f5f5;
  --text-color: #f5f5f5;
  --secondary-text-color: #81858c;
  --card-bg: #2d2d2d;
  --border-color: rgba(255, 255, 255, 0.06);
  --shadow-color: rgba(0, 0, 0, 0.3);
  --fty-261: linear-gradient(270deg, #6c8eff 0%, #e96dff 50%, #6c8eff 100%) 0 0 /
    50% 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*,
::before,
::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}
b,
strong {
  font-weight: bolder;
}
p {
  margin-top: 0;
  margin-bottom: 18px;
}

div > p:last-child {
  margin-bottom: 0;
}

ul {
  margin: 0;
  list-style: none;
}
h3 {
  font-size: 1.75rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-color);
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
article,
aside,
figcaption,
figure,
footer,
._83249854,
hgroup,
main,
nav,
section {
  display: block;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
}

body {
  background-color: var(--bg-color);
  color: var(--text-color);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.bracking-main {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .bracking-new-mob {
    margin-left: 0;
    width: 100%;
  }
}

.bracking-new-mob {
  display: block;
  margin: 0 auto;
  height: auto;
  background-color: #d90000;
  padding: 6px 10px 6px 20px;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  border-radius: 20px;
  margin-left: 0;
  width: 85%;
  margin: 0 auto;
}
.braking-inner {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 30px);
  padding-right: 15px;
}

@media (max-width: 1199px) {
  .bracking-left {
    text-align: right;
    width: 142px;
    padding-top: 5px;
  }
}

.bracking-left {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  color: #fff;
  border-right: 2px solid #e86666;
  margin-right: 15px;
  width: 210px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .bracking-left h2 {
    font-size: 15px;
    line-height: 17px;
  }
}

.bracking-left h2 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  color: #fff;
}

.marquee-item {
  position: absolute;
  width: 100%;
  text-align: center;
  transition: top 0.5s ease-in-out;
}

footer {
  background-color: var(--color-101);
  color: var(--text-color);
  text-align: center;
  padding: 0;
  border-top: 1px solid var(--border-color);
}
._4940460796 {
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  margin-right: auto;
  margin-left: auto;
}
.footer-top-section {
  padding: 8px 0 12px;
  border-bottom: 1px solid var(--border-color);
}
@media (max-width: 1199px) {
  .footer-top-section ul {
    justify-content: center;
  }
}

.footer-top-section ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
footer ul {
  list-style: none;
}
.footer-top-section ul li {
  margin-right: 26px;
}
.footer-top-section ul li a {
  font: 400 12px / 14px "Open Sans", sans-serif;
  color: var(--color-103);
  text-decoration: none;
}
.sub-footer {
  font: 400 12px / 14px "Open Sans", sans-serif;
  color: var(--color-103);
  text-align: center;
  padding: 10px 0 11px;
}
div > p:last-child {
  margin-bottom: 0;
}
.sub-footer a {
  color: var(--color-103);
}

footer a {
  text-decoration: none;
}

/* sliding */
.container {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    padding: 15px 30px;
  }
}
@media (max-width: 1100px) {
  .container {
    padding: 15px 30px;
  }
}
@media (min-width: 1270px) {
  .container {
    max-width: 1270px;
    padding: 15px 30px;
  }
}
.news-ticker {
  background: var(--bg-color);
  border: 2px solid #ff0000;
  border-radius: 8px;
  padding: 10px;
  height: 60px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 15px rgba(255, 0, 0, 0.3);
}

.ticker-label {
  position: absolute;
  top: 0;
  left: 0;
  background: #ff0000;
  color: #fff;
  font-weight: bold;
  padding: 5px 15px;
  font-size: 1.2rem;
  z-index: 10;
  border-bottom-right-radius: 8px;
}

.ticker-content {
  position: relative;
  height: 100%;
  margin-left: 188px;
}

.news-item {
  position: absolute;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
}

.news-item.active {
  opacity: 1;
  transform: translateY(0);
}

.news-item.next {
  opacity: 0;
  transform: translateY(40px);
}

.news-item.prev {
  opacity: 0;
  transform: translateY(-40px);
}

.news-item a {
  color: var(--text-color);
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  transition: color 0.3s;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-item a:hover {
  color: #ff6b6b;
}

.news-item a::before {
  content: "•";
  color: #ff0000;
  font-weight: bold;
  margin-right: 10px;
}

._179874532156 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 1270px;
  margin: 0 auto;
}
._179874532156 ._03590995648 {
  display: flex;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
._179874532156 ._03590995648 ._8715885 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
}
._179874532156 ._03590995648 ._8715885 .left {
  width: 40px;
  display: flex;
  align-items: center; /* Added for proper button alignment */
}
._179874532156 ._03590995648 ._8715885 .center {
  width: calc(100% - 80px);
  display: flex;
  color: var(--text-color);
  margin: 0 auto;
  overflow: hidden; /* Added to contain the slider */
}
._179874532156 ._03590995648 ._8715885 .center .slider {
  display: flex;
  transition: transform 0.3s ease; /* Added smooth transition */
}
._179874532156 ._03590995648 ._8715885 .center .slider .category {
  flex-shrink: 0;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: auto;
}
._179874532156 ._03590995648 ._8715885 .center .slider .category a {
  color: var(--text-color);
  padding: 5px 15px;
  border: 1px solid var(--border-color);
  background: var(--color-102);
  font-size: 12px;
  border-radius: 10px;
  margin: 0 10px 0px 0px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  line-height: 18px;
  text-decoration: none; /* Added to remove underline */
}
._179874532156 ._03590995648 ._8715885 .center .slider .category.active a {
  background: #e0e0e0; /* Added active state styling */
  border-color: #aaa;
}
._179874532156 ._03590995648 ._8715885 .right {
  width: 40px;
  display: flex;
  align-items: center; /* Added for proper button alignment */
}

/* Added button styling */
._179874532156 ._03590995648 ._8715885 .slider-btn {
  background: none;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  padding: 0;
  color: var(--text-color);
  background-color: var(--color-101);
  box-shadow: 0 4px 12px var(--shadow-color);
}
._179874532156 ._03590995648 ._8715885 .slider-btn.next,
._179874532156 ._03590995648 ._8715885 .slider-btn.prev {
  margin-left: 5px;
}
._179874532156 ._03590995648 ._8715885 .slider-btn:hover {
  background-color: var(--color-102);
}
._179874532156 ._03590995648 ._8715885 .slider-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* ads section */
._d16sd478 {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  ._d16sd478 ._2156sdgfdg59 {
    width: 100%;
    width: 100%;
    padding: 5px 0 10px;
    margin-top: 0;
  }
}
._d16sd478 ._2156sdgfdg59 {
  width: 990px;
  padding: 5px 10px 10px;
}
._d16sd478 ._2156sdgfdg59 {
  width: 100%;
  height: auto;
  margin: 20px auto;
  margin-bottom: 20px;
  background-color: var(--color-101);
  padding: 5px 0px 10px;
  max-width: 990px;
}
._d16sd478 ._2156sdgfdg59 .adtext {
  font-size: 11px;
  color: var(--color-103);
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  ._d16sd478 ._2156sdgfdg59 .inner-ad-section {
    width: 100%;
  }
}

._d16sd478 ._2156sdgfdg59 .inner-ad-section {
  max-width: 970px;
  margin: 0 auto;
  text-align: center;
  flex-wrap: wrap;
  min-height: 90px;
}

/* -------article sheet start------- */
._156165-hgvh {
  display: flex;
  margin-bottom: 0;
  width: 100%;
}
._156165-hgvh ._5-hbj6 {
  width: 100%;
  max-width: 1440px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
._156165-hgvh ._5-hbj6 .news_top_ab {
  padding: 0;
  height: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px dotted var(--border-color);
  text-transform: capitalize;
}
._156165-hgvh ._5-hbj6 .news_top_ab a + a:before,
._156165-hgvh ._5-hbj6 .news_top_ab a + h2:before {
  color: var(--color-103);
  content: "/";
  margin: 0px 6px;
}
._156165-hgvh ._5-hbj6 .news_top_ab a {
  color: var(--color-103);
  line-height: 29px;
  font-family: "Mukta", sans-serif !important;
  font-weight: 400;
  font-size: 13px;
  display: inline;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
._156165-hgvh ._5-hbj6 .news_top_ab h2 {
  color: var(--text-color);
  line-height: 29px;
  font-family: "Mukta", sans-serif !important;
  font-weight: 400;
  font-size: 13px;
  display: inline;
}
._156165-hgvh ._5-hbj6 .news_top_ab a:hover {
  color: var(--color-102);
  text-decoration: underline;
}
._156165-hgvh ._5-hbj6 .news_top_ab h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

element.style {
}
@media (min-width: 768px) {
  ._2156154_
    ._186416fhf45
    ._fg5687465
    .__gfd4846455
    ._26gfdg8454fg
    ._left165547 {
    flex-direction: row;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  ._2156154_ ._26gfdg8454fg ._left165547 {
    display: flex;
    float: left;
    flex-direction: column;
    align-items: stretch;
    padding-right: 0;
    -ms-flex: 0 0 calc(100% - 321px);
    flex: 0 0 calc(100% - 321px);
    max-width: calc(100% - 321px);
  }
}
._left165547 {
  display: flex;
  float: left;
  flex-direction: column;
  align-items: stretch;
  padding-right: 0;
  padding-left: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
._2156154_
  ._186416fhf45
  ._fg5687465
  .__gfd4846455
  ._26gfdg8454fg
  ._left165547
  ._15641-jhj {
  display: flex;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}
._2156154_
  ._186416fhf45
  ._fg5687465
  .__gfd4846455
  ._26gfdg8454fg
  ._left165547
  ._15641-jhj
  ._bhyggh-29897 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
}

._2156154_
  ._186416fhf45
  ._fg5687465
  .__gfd4846455
  ._26gfdg8454fg
  ._left165547
  ._15641-jhj
  ._278746-gvhg {
  -ms-flex-preferred-size: 75%; /* IE10+ */
  flex: 0 0 75%;
  width: 75%;
}
._2156154_
  ._186416fhf45
  ._fg5687465
  .__gfd4846455
  ._26gfdg8454fg
  ._left165547
  ._15641-jhj
  ._278746-gvhg
  ._bjh165-hbhj {
  padding-left: 15px;
  width: 100%;
}
._2156154_
  ._186416fhf45
  ._fg5687465
  .__gfd4846455
  ._26gfdg8454fg
  ._left165547
  ._15641-jhj
  ._278746-gvhg
  ._bjh165-hbhj
  ._153259-xgvj {
  background-color: var(--color-101);
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 4px 12px var(--shadow-color);
}
/* start */
.sp-hd {
  display: inline-block;
  position: relative;
  width: 100%;
}
.sp-cn {
  display: inline-block;
  position: relative;
  width: 100%;
}
.sp-ttl {
  width: 100%;
  display: block;
  color: var(--text-color);
  line-height: 1.5;
  font-size: 2.125rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.sp-descp {
  width: 100%;
  display: flex;
  color: var(--color-103);
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.pst-by {
  display: inline-block;
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
.pst-by {
  opacity: 1;
}
.pst-by_ul,
.sp-cn .pst-by_ul {
  display: flex;
  color: var(--color-104);
  float: left;
  font-size: 0;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}
.sp-cn ul li {
  list-style-type: disc;
}
.pst-by_li {
  padding-right: 8px;
  margin-right: 8px;
}
.pst-by_li {
  display: flex;
  float: left;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  align-items: center;
  flex-direction: row;
  position: relative;
  white-space: nowrap;
}
.pst-by_li:before {
  background-color: var(--color-104);
  content: "";
  position: absolute;
  right: 0;
  height: 15px;
  top: 3px;
  width: 1px;
}
.pst-by_txt {
  color: var(--color-104);
  display: flex;
  margin-right: 5px;
}
a.pst-by_lnk {
  text-decoration: underline;
}
@media (min-width: 400px) {
  .pst-by_lnk {
    display: inline-block;
  }
}
.pst-by_lnk {
  margin-right: 0;
}
.pst-by_lnk,
.pst-by_lnk a {
  color: var(--color-104);
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  white-space: nowrap;
}
.pst-by_li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.pst-by_li:last-child:before {
  width: 0;
}
.ins_instory_dv {
  display: inline-block;
  float: left;
  margin-bottom: 24px;
  overflow: hidden;
  width: 100%;
}
.ins_instory_dv img {
  width: 100%;
}
.sp_cap {
  color: var(--color-104);
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 0;
  padding: 9px 0 0;
  width: 100%;
}
.sp_b:after {
  border-bottom: 1px solid var(--border-color);
}
.sp_b:after {
  box-sizing: content-box;
  content: "";
  display: block;
  height: 1px;
  margin: 10px 0 0 0;
}
.ASum_wr {
  background: var(--color-102);
  border-radius: 8px;
  display: inline-block;
  float: left;
  margin: 0 auto 22px;
  overflow: hidden;
  padding: 2px;
  width: 100%;
  border: 2px solid var(--border-color);
  box-shadow: 0 4px 12px var(--shadow-color);
}
.ASum_cn {
  background-color: var(--color-102);
  border-radius: 6px;
  display: inline-block;
  float: left;
  overflow: hidden;
  width: 100%;
}
.ASum_acd-wr {
  align-items: center;
  display: flex;
  float: left;
  position: relative;
  padding: 0;
  width: 100%;
}

.ASum_ttl-ani .ASum_ttl {
  background: var(--color-104);
  -webkit-background-clip: text;
  background-clip: text;
  color: #a45fff;
}
.ASum_ttl {
  color: #a45fff;
  display: flex;
  float: left;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  line-height: 22px;
  text-align: left;
  width: 100%;
}
.ASum_bdy .ASum_shw {
  display: none;
}
.ASum_shw {
  display: inline-block;
  float: left;
  margin: 0 5px 0 0;
  transition: all 0.2s ease;
}
.ASum_bdy .ASum_acd-cn {
  max-height: 800px;
}
.ASum_acd-cn {
  display: inline-block;
  float: left;
  max-height: 0;
  padding: 0 20px;
  transition: all 0.25s ease;
  width: 100%;
}
.ASum_ul,
.sp-cn .ASum_ul {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.sp-cn ul {
  margin-bottom: 15px;
  padding-left: 15px;
}
.sp-cn ul li {
  list-style-type: disc;
}
.ASum_li {
  color: var(--text-color);
  display: inline-block;
  float: left;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  list-style-type: none;
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
  width: 100%;
}
.ASum_ani {
  color: var(--text-color);
  visibility: hidden;
}
.ASum_li::before {
  background: #a45fff;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 5px;
}

@media (min-width: 768px) {
  .sp_txt .Art-exp_cn {
    overflow: visible;
    height: auto;
  }
}
.Art-exp_cn {
  display: inline-block;
  float: left;
  overflow: hidden;
  position: relative;
  height: 300px;
  width: 100%;
}
.Art-exp_wr {
  display: inline-block;
  float: left;
  width: 100%;
}
.place_cont {
  display: inline;
  float: left;
  margin-right: 4px;
}
.sp_txt h3 {
  color: var(--text-color);
  font-size: 18px;
  line-height: 25px;
}
.sp_txt h1,
.sp_txt h2,
.sp_txt h3,
.sp_txt h4,
.sp_txt h5 {
  margin-bottom: 16px;
}
.sp_txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.sp_txt {
  color: var(--text-color);
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  float: left;
  position: relative;
}
._nbjhvbj-658_txts {
  background-color: var(--color-102);
  color: var(--color-103);
  display: inline-block;
  float: left;
  font-size: 10px;
  line-height: 16px;
  width: 100%;
}

.s-lf-wid {
  display: inline-block;
  width: 100%;
  position: relative;
  left: 0;
}
.s-tx {
  display: inline-block;
  float: left;
  position: relative;
  margin-bottom: 15px;
}
.s-tx .s-ttl-clr {
  color: var(--text-color);
  border-bottom: 2px solid var(--border-color);
  display: inline-block;
  float: left;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  margin-bottom: 0;
}
.mb-50 {
  margin-bottom: 50px;
}
.s-ls_ul,
.s-ls_ul2 {
  display: inline-block;
  float: left;
  width: 100%;
}
.inview {
  opacity: 1;
}
.inview_ani {
  transform-origin: center center;
  opacity: 1;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.s-ls_li {
  display: inline-block;
  float: left;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 16px;
  padding-bottom: 16px;
  width: 100%;
}
.s-ls_br .s-ls_li:last-child {
  border-bottom: 0 none;
  margin-bottom: 0;
  padding-bottom: 16px;
}
.s-ls_br .s-ls_lnk {
  display: inline-block;
  float: left;
  width: 100%;
}
.s-ls_txt {
  color: var(--color-104);
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 20px;
  width: 100%;
}
.s-ttl-clr a {
  color: var(--text-color);
}
.mb-40 {
  margin-bottom: 40px;
}
