@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #334155;
  background: #f5f5f5;
}
a {
  text-decoration: none !important;
}
ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.site-btn {
  background: #dd0000;
  padding: 10px 35px;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
}
.site-btn:hover {
  background: #000;
  color: #fff;
}
.site-title {
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
}
.site-title span {
  color: #dd0000;
}

/* Header */
.navbar-brand {
  font-weight: bold;
  color: #dd0000 !important;
}
.navbar-nav .nav-link {
  color: #000;
  font-weight: 500;
}
.navbar-nav .nav-link:hover {
  color: #dd0000;
}

/* Red banner bar (ONLY above video section) */
.banner-bar {
  background: #d60000;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
  font-weight: bold;
  margin-bottom: 10px;
}

.main-video iframe {
  width: 100%;
  height: 500px;
  border-radius: 10px;
}

.video-list {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.video-item {
  display: flex;
  margin-bottom: 10px;
  cursor: pointer;
}

.video-item img {
  width: 120px;
  height: 80px;
  border-radius: 5px;
  margin-right: 10px;
}

.login-box {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}

.login-box h5 {
  color: #d60000;
  font-weight: bold;
}

.btn-red {
  background: #d60000;
  color: #fff;
}

.offer-box {
  border: 3px solid #0dcaf0;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
}

.news-box {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  max-height: 250px;
  overflow-y: auto;
}
.overlay-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.overlay-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.overlay-tag {
  font-size: 12px;
  font-weight: 600;
  opacity: 0.8;
}

.overlay-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}

/* Footer */
.top-footer {
  background: #222;
  padding: 50px 0px;
}
.top-footer h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
}
.top-footer h4::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  margin-top: 10px;
}
.top-footer ul li a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
}
.top-footer ul > li:not(:last-child) a {
  margin-bottom: 15px;
}
.top-footer .col-auto {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.top-footer ul.social-group li a:hover {
  color: #dd0000;
}
.bottom-footer {
  background: #222;
  color: #fff;
}
.bottom-footer > .container > .row {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 30px 0px 20px;
  margin: 0;
}
.bottom-footer ul li a {
  color: #fff;
  font-size: 15px;
}
.top-footer ul li a:hover,
.bottom-footer ul li a:hover {
  text-decoration: underline !important;
}
.backtotop {
  width: 40px;
  height: 40px;
  border: none;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: 22;
}
.top-footer > .container > .row {
  grid-row-gap: 30px;
}
footer .section-title {
  font-weight: 600;
  margin-bottom: 30px;
  display: inline-block;
  padding-bottom: 5px;
}
footer .section-title::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  margin-top: 10px;
}
footer .post-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #1f2430;
}
footer .post-img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  object-fit: cover;
}
footer .post-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
footer .post-title a:hover {
  text-decoration: underline !important;
}
footer .post-meta {
  font-size: 13px;
  color: #9aa4b2;
}
footer .tags-box {
  border: 1px solid #4c4d50;
  padding: 15px;
  border-radius: 10px;
}
footer .tag-btn {
  border: 1px solid #2a2f3a;
  color: #cfd6e4;
  background: transparent;
  margin: 5px;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 14px;
  transition: 0.3s;
}
footer .tag-btn:hover {
  background: #1f2430;
  color: #fff;
}
.quick-links a::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 100%;
  margin-right: 12px;
}
/* Footer Ends Here */

/* Blog Starts Here */
.news-card {
  /* background: #fff;
  border-radius: 15px;
  padding: 15px; */
  margin-bottom: 20px;
}
/* .news-card:hover {
  -webkit-box-shadow: 0px 0px 5px #c9c5c5;
  box-shadow: 0px 0px 5px #c9c5c5;
} */
.news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 15px; */
}
.tag {
  background: #dd0000;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 20px;
  display: none;
  margin-bottom: 10px;
  font-weight: 600;
}
.news-title {
  font-size: 20px;
  /* font-weight: 700; */
}
.news-title a {
  color: #000;
}
.news-title a:hover {
  color: #dd0000;
}
.news-desc {
  color: #666;
  margin: 10px 0;
}
.meta {
  font-size: 14px;
  color: #888;
}
.g-ad img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.g-ad .img-last {
  height: 280px;
  margin-top: 25px;
}
.news-section .right-news img {
  height: 75px;
}
.news-section .right-news .news-title {
  font-size: 16px;
}
/* Blog Ends Here */

/* Flash News Section Starts Here */
.flash-news-section .banner-bar {
  overflow: hidden;
  background: #d60000;
  color: #fff;
  white-space: nowrap;
}
.flash-news-section .ban-txt {
  display: inline-block;
  animation: scroll 15s linear infinite;
}
.flash-news-section .ban-txt span {
  padding-right: 50px;
  font-weight: bold;
}
.flash-news-section .ban-txt:hover {
  animation-play-state: paused;
}
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* Flash News Section Ends Here */
