 @media (max-width: 767.98px) {
     .bnr-sc {
         padding-bottom: 0px !important;
         padding-top: 30px !important;
     }
 }

 .bnr-cnt-sc {
     padding: 30px 50px 30px 30px;
     border-radius: 10px;
     position: relative;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: space-between;
     overflow: hidden;
     min-height: calc(100vh - 395px);
 }

 .bnr-cnt-sc::before {
     content: '';
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 2;
     background: linear-gradient(180deg, #1e283f00, rgb(0 0 0 / 50%) 100%);
 }

 .bnr-cnt-sc .bg-img {
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center;
     filter: blur(10px);
     z-index: 1;
 }

 .bnr-cnt-sc>*:not(.bg-img) {
     position: relative;
     z-index: 3;
 }

 .bnr-cnt-sc .cnt-box {
     background-color: #0000005c;
     padding: 20px;
     max-width: 400px;
     border-radius: 10px;
     height: calc(100% - 0px);
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: flex-start;
 }

 .bnr-cnt-sc .cnt-box h1 {
     font-size: 30px;
     line-height: normal;
     letter-spacing: 0;
     margin: 10px 0;
 }

 .bnr-cnt-sc .cnt-box .sub-ttl {
     font-weight: 500;
     text-transform: uppercase;
     letter-spacing: 1px;
 }

 .bnr-cnt-sc .cnt-box p {
     font-size: 18px;
     line-height: normal;
     margin: 20px 0 30px;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
     display: block;
     display: -webkit-box;
 }

 .bnr-cnt-sc .img-sc {
     max-width: 210px;
     width: 210px;
     overflow: hidden;
     border-radius: 10px;
 }

 @media (min-width: 1365px) {
     .bnr-cnt-sc .img-sc {
         max-width: 260px;
         width: 260px;
     }
     .bnr-cnt-sc .cnt-box {
         max-width: unset;
         width: 50%;
     }
 }

 @media (min-width: 1400px) {
     .bnr-cnt-sc .img-sc {
         max-width: 300px;
         width: 300px;
         margin: auto;
     }
 }

 @media (max-width: 1199.98px) {
     .bnr-cnt-sc {
         height: auto;
     }
     .bnr-cnt-sc .cnt-box h1 {
         font-size: 26px;
     }
 }

 @media (max-width: 991.98px) {
     .bnr-cnt-sc {
         padding: 20px 20px 30px;
     }
     .bnr-cnt-sc .cnt-box {
         max-width: 350px;
     }
 }

 @media (max-width: 767.98px) {
     .bnr-cnt-sc {
         padding: 20px 15px 30px;
         flex-direction: column-reverse;
     }
     .bnr-cnt-sc .img-sc {
         margin-bottom: 20px;
         width: 100%;
         max-width: 300px;
     }
     .bnr-cnt-sc .cnt-box {
         text-align: center;
         align-items: center;
     }
     .bnr-cnt-sc .cnt-box h1 {
         font-size: 20px;
     }
     .bnr-cnt-sc .cnt-box p {
         font-size: 16px;
         margin-bottom: 20px;
         margin-top: 0;
     }
 }

 #bnr-slider .owl-dots {
     position: absolute;
     bottom: 0;
     width: 100%;
     margin-top: 0;
 }

 #bnr-slider .owl-dots .owl-dot span {
     border: 1px solid var(--primary-color);
     background-color: transparent;
 }

 #bnr-slider .owl-dots .owl-dot.active span,
 #bnr-slider .owl-dots .owl-dot:hover span {
     background-color: var(--primary-color);
 }

 .bnr-main-box .grd-title-box {
     margin-bottom: 20px;
 }

 .bnr-grd-cnt-box.grd-content-box .owl-carousel:is(.owl-prev, .owl-next) {
     top: calc(50% - 5px);
 }

 .bnr-grd-cnt-box.grd-content-box .card {
     align-items: center;
     flex-wrap: wrap;
     flex-direction: row;
     background: var(--grd-gradient-bg);
     border: 1px solid rgba(255, 255, 255, 0.15);
     border-radius: 10px;
     padding: 15px;
     opacity: 1;
     transition: all 0.2s;
 }

 .bnr-grd-cnt-box.grd-content-box .card:hover {
     background: linear-gradient(312deg, #1e283f, rgba(20, 27, 46, .6) 100%);
     border-color: rgba(255, 255, 255, 0.5);
 }

 .bnr-grd-cnt-box.grd-content-box .card .img-box {
     width: 130px;
     margin-right: 15px;
 }

 .bnr-grd-cnt-box.grd-content-box .card .card-cnt-sc {
     width: calc(100% - 145px);
 }

 .bnr-grd-cnt-box.grd-content-box .card .title {
     margin: 0px 0px 8px;
     font-size: 16px;
 }

 .bnr-grd-cnt-box.grd-content-box .card .played {
     font-size: 12px;
     line-height: normal;
     margin-bottom: 2px;
     color: #bfbfbf;
     font-weight: 500;
 }

 .bnr-grd-cnt-box.grd-content-box .card .played span {
     margin-right: 3px;
     color: #fff;
 }

 .bnr-grd-cnt-box.grd-content-box .card .category {
     font-size: 12px;
     color: var(--secondary-color);
     font-weight: 500;
     line-height: normal;
 }

 .bnr-grd-cnt-box .owl-carousel :is(.owl-prev, .owl-next) {
     top: calc(50% - 5px);
 }

 @media (max-width: 767.98px) {
     .bnr-grd-cnt-box.grd-content-box .card .img-box {
         width: 80px;
     }
     .bnr-grd-cnt-box.grd-content-box .card .card-cnt-sc {
         width: calc(100% - 95px);
     }
     .bnr-grd-cnt-box.grd-content-box .card .title {
         font-size: 14px;
     }
 }