.channel { padding-bottom: 60px;
overflow: hidden;
}
.channel__container {
display: flex;
flex-direction: column;
align-items: flex-start;
background: unset !important;
} .channel__header {
margin-bottom: 40px;
}
.channel__title {
color: #113555;
font-family: Montserrat, sans-serif;
font-size: 34px;
font-weight: 700;
margin-bottom: 24px;
line-height: 1.2;
}
.channel__description {
color: #2f2f2f;
font-family: Montserrat, sans-serif;
font-size: 18px;
font-weight: 500;
line-height: 25px;
} .channel__slider {
margin-bottom: 60px !important;
width: 100%;
position: relative;
transition: height 0.3s ease;
}
.channel__slide {
width: 630px; opacity: 0.3;
transition: opacity 0.3s ease;
}
.owl-item.center .channel__slide {
opacity: 1;
}
.channel__preview {
position: relative;
width: 100%;
border-radius: 7px;
overflow: hidden;
margin-bottom: 16px;
aspect-ratio: 630 / 354;
}
.channel__preview-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
filter: brightness(0.5);
}
.channel__play-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 90px;
height: 90px;
background: #ffffff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.37);
cursor: pointer;
transition: transform 0.3s ease;
}
.channel__play-button:hover {
transform: translate(-50%, -50%) scale(1.1);
}
.channel__play-button img {
width: 39px;
height: 27px;
}
.channel__slide-info {
display: flex;
flex-direction: column;
gap: 10px;
}
.channel__slide-title {
color: #113555;
font-family: Montserrat, sans-serif;
font-size: 18px;
font-weight: 700;
line-height: 1.3;
}
.channel__slide-desc {
color: #2f2f2f;
font-family: Montserrat, sans-serif;
font-size: 16px;
line-height: 22px;
} .channel__cta {
width: 100%;
background-color: #0e3456;
border-radius: 7px;
padding: 30px;
position: relative;
overflow: hidden;
background-image: linear-gradient(90deg, rgba(28, 87, 142, 0) 2.11%, #1c568d 91.56%);
display: flex;
align-items: center;
box-sizing: border-box;
}
.channel__cta-content {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
position: relative;
z-index: 2;
}
.channel__cta-text {
display: flex;
flex-direction: column;
}
.channel__cta-title {
color: #ffffff;
font-family: Montserrat, sans-serif;
font-size: 24px;
font-weight: 700;
line-height: 29px;
margin-bottom: 10px;
}
.channel__cta-desc {
color: #ffffff;
font-family: Montserrat, sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 21px;
}
.channel__cta-button {
display: flex;
align-items: center;
justify-content: center;
column-gap: 8px;
background: #ffffff;
border-radius: 4px;
padding: 15px 20px;
text-decoration: none;
transition: opacity 0.3s ease;
white-space: nowrap;
margin-left: 20px;
}
.channel__cta-button:hover {
opacity: 0.9;
}
.channel__cta-button span {
color: #0e3456;
font-family: "Exo 2", sans-serif;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.56px;
} .channel__slider .owl-nav {
position: absolute;
top: 200px; left: 0;
width: 100%;
pointer-events: none;
height: 0;
display: block !important;
}
.channel__slider .owl-stage-outer {
overflow: visible !important;
transition: height 0.3s ease;
clip-path: inset(0 -100vw);
position: relative;
}
.channel__slider .owl-stage-outer .owl-stage {
position: absolute;
top: 0;
left: 0;
}
.channel__slider .owl-prev,
.channel__slider .owl-next {
position: absolute;
pointer-events: auto;
width: 62px !important;
height: 62px !important;
border-radius: 50% !important;
background: #FFC000 !important;
display: flex !important;
align-items: center;
justify-content: center;
transform: translateY(-50%);
z-index: 10;
outline: none;
}
.channel__slider .owl-prev:hover,
.channel__slider .owl-next:hover {
opacity: 0.9;
}  .channel__slider .owl-prev {
left: calc(50% - 415px);
}
.channel__slider .owl-next {
right: calc(50% - 415px);
}
.channel__slider .owl-prev::before,
.channel__slider .owl-next::before {
content: '';
display: block;
width: 12px;
height: 12px;
border-top: 2px solid #333;
border-right: 2px solid #333;
transform: rotate(-135deg);
margin-left: 4px; }
.channel__slider .owl-next::before {
transform: rotate(45deg);
margin-left: -4px;
}
@media (max-width: 991px) {
.channel {
padding-bottom: 50px;
}
.channel br {
display: none;
}
.channel__header {
margin-bottom: 24px;
}
.channel__title {
margin-bottom: 12px;
font-size: 26px;
text-align: center;
}
.channel__description {
line-height: 1.4;
font-size: 15px;
text-align: center;
}
.channel__slider {
margin-bottom: 24px !important;
}
.channel__cta {
padding: 16px;
width: auto;
}
.channel__cta-content {
flex-direction: column;
align-items: center;
justify-content: center;
}
.channel__cta-title {
margin-bottom: 12px;
font-size: 18px;
line-height: 1.2;
}
.channel__cta-desc {
font-size: 15px;
line-height: 1.4;
}
.channel__cta-button {
margin-left: 0;
margin-top: 24px;
height: 54px;
width: 100%;
box-sizing: border-box;
}
.channel__slide {
width: 100%;
}
.channel__slider .owl-nav {
display: none !important;
}
.channel__slider .owl-dots {
margin-top: 16px !important;
display: flex !important;
justify-content: center;
align-items: center;
}
.channel__slider .owl-dot {
outline: none;
}
.channel__slider .owl-dot span {
width: 8px !important;
height: 8px !important;
margin: 0 4px !important;
background: rgba(14, 52, 86, 0.2) !important;
display: block;
border-radius: 50%;
transition: background 0.3s ease;
}
.channel__slider .owl-dot.active span {
background: #0E3456 !important;
}
.channel__preview {
aspect-ratio: 328 / 184;
}
.channel__play-button {
width: 68px;
height: 68px;
}
.channel__play-button img {
height: 20px;
}
.channel__slide-title {
font-size: 16px;
line-height: 1.4;
}
.channel__slide-desc {
font-size: 14px;
line-height: 1.4;
}
.channel__cta-button img {
height: 20px;
}
}