.hero-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 900;
    font-size: 38.63px;
    line-height: 90%;
    text-transform: uppercase;
}

.hero-subtitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    opacity: 0.9;
    line-height: 1;
}

.hero-fade-bottom {
    position: absolute;
    bottom: 0;
    left: -10px;
    height: 30px;
    width: 150%;
    background: linear-gradient(
            to bottom,
            rgba(18, 18, 19, 0) 0%,
            #121213 100%
    );
    z-index: -1;
}

.logo-carousel {
    background: #121213;
    overflow: hidden;
}

.logo-slider img:hover {
    transform: scale(1.05);
}

.logo-slider .slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
}

.logo-slider img {
    max-height: 37px;
    width: auto;
    display: block;
}

.categories-slider img {
    max-height: 10rem;
    width: auto;
    display: block;
}

#main-page-container > div.homepage-container > section.new-videos > div > div.video-slider.w-100.slick-initialized.slick-slider > div > div {
    height: 17rem!important;
}

.our-magazines-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}

.our-magazines-subtitle {
    color: #aaa;
    font-size: 1rem;
    margin-bottom: -3rem;
}

.magazine-covers {
    height: 320px;
}

.magazine-center {
    width: 180px;
    z-index: 2;
}

.magazine-left {
    width: 150px;
    left: 0;
    transform: rotate(-10deg);
    z-index: 1;
}

.magazine-right {
    width: 150px;
    right: 0;
    transform: rotate(10deg);
    z-index: 1;
}

.our-magazines-section {

}

.our-magazines-title {
    font-size: 2.5rem;
    font-weight: 600;
}

.our-magazines-title .text-primary {
    font-weight: 700;
}

.our-magazines-subtitle {
    color: #aaa;
    font-size: 1rem;
}

.magazine-covers {
    height: 320px;
    z-index: 2;
}

.magazine-center {
    width: 180px;
    z-index: 3;
}

.magazine-left {
    width: 150px;
    left: 0;
    transform: rotate(-10deg);
    z-index: 2;
}

.magazine-right {
    width: 150px;
    right: 0;
    transform: rotate(10deg);
    z-index: 2;
}

.magazine-glow {
    position: absolute;
    bottom: -18rem;
    left: 55%;
    transform: translateX(-50%);
    width: 40rem;
    height: 30rem;
    background: linear-gradient(to bottom, #121213 0%, #2e5084 50%, #121213 100%);
    z-index: -1;
    filter: blur(35px);
    pointer-events: none;
}

.magazine-covers-wrapper {
    position: relative;
    height: 320px;
}

.magazine-covers {
    height: 100%;
}

.magazine-left,
.magazine-right,
.magazine-center {
    display: block;
    position: absolute;
}

.magazine-left {
    left: 0;
    transform: rotate(-10deg);
    width: 150px;
    z-index: 2;
}

.magazine-center {
    position: relative;
    transform: none;
    width: 180px;
    z-index: 3;
}

.magazine-right {
    right: 0;
    transform: rotate(10deg);
    width: 150px;
    z-index: 2;
}

.magazine-left img,
.magazine-center img,
.magazine-right img {
    width: 100%;
    height: auto;
    display: block;
}


.text-primary { color: #4A8EF5 !important; }

p.hp-navigator-desc {
    color: #D5E7EF!important;
}

footer.d-flex.flex-column.align-items-center.justify-content-center.en {
    padding-bottom: 2rem;
    padding-top: 7rem;
}


p.hero-subtitle.mt-3.mb-0 {
    color: #aaa;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1D1F24;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0.5rem 0;
    z-index: 1000;
}

.bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #aaa;
    text-decoration: none;
    font-size: 0.8rem;
}

.bottom-nav-item .icon {
    font-size: 1.3rem;
    margin-bottom: 0.2rem;
}

.bottom-nav-item.active {
    color: white;
}

.nav-center-btn {
    position: absolute;
    top: -25px;
    left: 51%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff4e4e, #d20000);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 6px solid #1c1c1e;
    color: white;
    font-size: 1.6rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.category-text {
    color: #FFFFFF;
    position: relative;
    bottom: 30px;
    left:10px;
}
.right-text-direction .category-text{
    color: #FFFFFF;
    position: relative;
    bottom: 30px;
    right: 20px;
}

@media screen and (max-width: 440px) {
    .hero-title {
        font-size: 34px;
    }
}