.whats-new {
  padding: 100px 0 150px;
}
@media (max-width: 1599.98px) {
  .whats-new {
    padding: 80px 0;
  }
}
@media (max-width: 767.98px) {
  .whats-new {
    padding: 55px 0;
  }
}

.news-tab .nav .nav-item:nth-last-child(1) .nav-link {
  margin-right: 0;
}
.news-tab .nav .nav-item .nav-link {
  padding: 0;
  font-size: 35px;
  color: #989898;
  font-weight: 300;
  /* transition: 0.3s ease-in-out; */
  margin-right: 60px;
  white-space: nowrap;
}
@media (max-width: 1599.98px) {
  .news-tab .nav .nav-item .nav-link {
    font-size: 30px;
    margin-right: 45px;
  }
}
@media (max-width: 767.98px) {
  .news-tab .nav .nav-item .nav-link {
    font-size: 22px;
    margin-right: 35px;
  }

 
}
.news-tab .nav .nav-item .nav-link.active,.news-tab .nav .nav-item .nav-link:hover {
  color: #B11116;
}

.news-tab .nav{
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 0 -15px;
padding: 5px 15px;
}
.news-tab .nav::-webkit-scrollbar{
  display: none;
}



.whats-new-card {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(126, 126, 126, 0.3);
  padding: 50px 0;
  align-items: center;
}
@media (max-width: 767.98px) {
  .whats-new-card {
    padding: 40px 0;
  }
}
.whats-new-card .right {
  flex: 0 0 38%;
  max-width: 38%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  .whats-new-card .right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 35px;
  }
}
.whats-new-card .right .img-box {
  display: block;
  width: 100%;
  margin-left: auto;
  height: 100%;
  transition: 0.6s ease-in-out;
  height: 250px;
}
.whats-new-card .right .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100% !important;
}
.whats-new-card .left {
  flex: 0 0 62%;
  max-width: 62%;
  padding-right: 60px;
}
@media (max-width: 991.98px) {
  .whats-new-card .right .img-box{
      height: 200px;
  }
}
@media (max-width: 767.98px) {
  .whats-new-card .left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .whats-new-card .left img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 35px;
  }
}
.whats-new-card .left span {
  color: #B11116;
  font-size: 14px;
  margin-left: 16px;
}
.whats-new-card .left h3 {
  font-size: 18px;
  margin-bottom: 40px;
  color: #1C1C1C;
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
}
@media (max-width: 1199.98px) {
  .whats-new-card .left h3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .whats-new-card .left h3 {
    font-size: 14px;
  }
}
.whats-new-card .left h3::after {
  position: absolute;
  content: "";
  background: #000000;
  height: 1px;
  width: 0%;
  bottom: 0;
  left: 0;
  transition: 0.3s ease-in-out;
}
.whats-new-card .left h3:hover:after {
  width: 100%;
}
 .whats-new-card .left h5.events{
  color: #1c1c1c ;
  /* font-size: 20px; */
  font-weight: 500;
}
.whats-new-card .left p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.4;
  color: #1C1C1C;
}
@media (max-width: 991.98px) {
  .whats-new-card .left p {
    font-size: 18px;
  }
 
}
.whats-new-card .left h5 {
  margin-bottom: 30px;
  font-size: 14px;
  color: #A3A3A3;
}
@media (max-width: 767.98px) {
  .whats-new-card .left h5 {
    margin-bottom: 0px;
  }
}
.whats-new-card:hover .right .img-box {
  transform: scale(1.05);
}

