/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    padding-top: 60px;
    /* font-family: "Rubik", sans-serif; */
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #fff;
    background: #000;
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 18px;
}

/* Header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px 10px 13px;
    background: #012035;
    z-index: 1000;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.logo {
    font-size: 1.25rem;
    font-weight: 700;
    display: flex;
    gap: 0.25rem;
    height: 40px;
    width: 47px;
}

.logo a {
    height: 40px;
    width: 47px;
}

.logo .highlight {
    color: #E31B23;
}

.subscribe-btn {
    /* height: 26px;
    line-height: 28px;
    max-width: 80px; */
    display: inline-flex;
    padding: 5px 13px;
    /* width: 100%; */
    border: 1px solid #fff;
    background-color: transparent;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.05em;
}

/* Menu Nav */
.menu-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    display: none;
    flex-direction: column;
    align-items: center;
    padding-top: 4rem;
    z-index: 999;
}

.menu-nav.active {
    display: flex;
}

.menu-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
}

.menu-nav a {
    padding: 1rem;
    font-size: 1rem;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #333;
    color: #fff;
}

/* Hero Section */
#home.hero {
    position: relative;
    height: 550px;
    overflow: hidden;
    background: url('https://widgets.antlpcdn.com/images/external/uploading_25_07_18/telegram_backgrd_pattern_1752829676249.png') center center no-repeat;
    background-size: cover;
}

#home.hero .person {
    position: absolute;
    top: 0;
    left: 50%;
}

#home.hero .person.drago {
    height: 780px;
    transform: translateX(-260px);
}

#home.hero .person.julius {
    height: 630px;
    transform: translate(10px, 20px);
}

#home.hero .home-column {
    position: absolute;
    left: 50%;
    top: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 250px;
    transform: translateX(-50%);
}

#home.hero .logo {
    width: 100px;
    height: auto;
}

#home.hero .hero-image1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#home.hero .hero-image2 {
    position: relative;
    z-index: 0;
    bottom: -45px;
}

#home .hero-text {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    text-transform: uppercase;
    text-align: right;
    font: normal normal 900 40px/35px "Poppins";
    letter-spacing: 0.05em;
}

/* Social Icons */
.social-links-text {
    padding: 35px 0 0;
    background: #012035;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 0.5rem 0;
    background: #012035;
}

.social-links a {
    font-size: 2rem;
}

/* Promo Section */
#share-program.promo {
    display: flex;
    flex-direction: column;
    background: #0071B8;
    padding: 1.5rem 1rem 0;
    gap: 7px;
    text-align: center;
    align-items: center;
    position: relative;
}

.share-program-content {
    text-align: right;
    width: 50%;
}

.promo-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    font-size: 24px;
    line-height: 24px;
    font: normal normal 600 18px/20px Poppins;
}

.promo-text {
    font: normal normal normal 11px/16px Poppins;
    max-width: 280px;
}

.promo-start-earning {
    padding: 10px 20px;
    background: #B2ED42 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 8px #B2ED42;
    border-radius: 6px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #012035;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    white-space: nowrap;
}

.apply-btn {
    display: inline-block;
    padding: 7px 23px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
}

/* Hosts Section */
#our-hosts.hosts {
    background: #012035;
    padding: 1.5rem 1rem;
}

.hosts-title {
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font: normal normal bold 24px/25px "Poppins";
}

.hosts-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.host-card {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: inherit;
}

.host-card img {
    max-width: 50%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
}

.host-card .host-info {
    width: 50%;
}

.host-info h3 {
    margin-bottom: 0.25rem;
    font: normal normal bold 14px/18px Rubik;
}

.host-info p {
    font: normal normal normal 12px/18px Rubik;
}

/* Why Section */
#our-mission.why {
    background: #0071B8;
    padding: 1.5rem 1rem;
}

.why-title {
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font: normal normal bold 24px/22px Poppins;
}

.why p {
    margin-bottom: 5px;
    line-height: 1.2;
}
.why p.options {
    display: flex;
    justify-content: center;
    gap: 10px;
}

/* Episodes Section */
#latest-episodes.episodes {
    background: #012035;
    padding: 1.5rem 1rem;
}

.episodes-title {
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font: normal normal bold 24px/25px Poppins;
}

.episode-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.episode-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.episode-item img {
    width: 88px;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
}

.episode-meta {
    font: normal normal medium 12px/13px "Poppins";
    font-size: 12px;
    color: #fff;
    margin-bottom: 0.25rem;
}

.episode-info h4 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.episode-info p {
    font-size: 12px;
    font: normal normal normal 12px/16px "Poppins";
}

/* Subscribe Section */
#subscribe-now.subscribe {
    background: #0071B8;
    padding: 1.5rem 1rem;
    text-align: center;
}

.subscribe-title {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font: normal normal bold 24px/25px "Poppins";
}

.platform-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.platform-links i {
    font-size: 2rem;
}

/* Footer */
footer {
    padding: 1rem;
    text-align: center;
    font-size: 0.75rem;
    background: #012035;
    font: normal normal normal 10px/13px Poppins;
}

footer a {
    margin: 0 0.5rem;
    color: #fff;
}

/* Responsiveness */
@media (min-width:576px) {
    .hosts-grid {
        grid-template-columns: 1fr 1fr;
    }

    .episode-list {
        grid-template-columns: 1fr 1fr;
    }
}

#main-container {
    max-width: 640px;
    margin: 0 auto;
}

.header-right {
    font-size: 12px;
    line-height: 14px;
}


.slider-upper {
    position: relative;
    height: 165px;
}

.slider-upper>div {
    position: absolute;
    left: 50%;
    transition: all .4s;
}

.slider-upper>div img {
    display: block;
    border: 2px solid white;
    border-radius: 5px;
    overflow: hidden;
    height: 171px;
    width: 108px;
}

.slider-upper .left-side {
    transform: scale(.85) translate(-155px, 0px) rotate(-10deg);
    z-index: 1;
}

.slider-upper .center-side {
    transform: translateX(-50%);
    z-index: 2;
}

.slider-upper .right-side {
    transform: scale(.85) translate(45px, 0px) rotate(10deg);
    z-index: 1;
}

.slider-upper .left-side img,
.slider-upper .right-side img {
    background-color: #272727;
}

.slider-upper .center-side img {
    background-color: #012035;
}


.slider-lower {
    background-color: white;
    margin-top: -40px;
    padding: 60px 20px 20px;
    border-radius: 5px 5px 0 0;
    color: #012035;
}

.slider-lower h3 {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}

.slider-lower h4 {
    font-weight: normal;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}

.slider-lower ul {
    margin-top: 20px;
    font-size: 11px;
    line-height: 18px;
    padding-inline-start: 20px;
}

.slick-arrow {
    position: absolute;
    top: 60px;
    left: 50%;
    z-index: 10;
    width: 0;
    height: 0;
    text-indent: -9000px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.slick-prev.slick-arrow {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #B2ED42;
    transform: translateX(-85px);
}

.slick-next.slick-arrow {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #B2ED42;
    transform: translateX(70px);
}

.promo-image {
    max-width: 260px;
    width: 100%;
}

.new-week {
    margin: 40px 0 0;
    width: 250px;
    height: auto;
}

.winning-edge {
    background-color: white;
    padding: 5px;
    color: black;
    display: flex;
    gap: 10px;
    border-radius: 5px;
}

.winning-edge img {
    flex: 0 0 0;
    width: 56px;
    height: auto;
}

.winning-edge div {
    font-size: 14px;
    line-height: 1.2;
}

.youtube-player {
    border: 0;
    border-radius: 5px;
    overflow: hidden;
}

.youtube-player img {
    width: 100%;
    height: auto;
    display: block;
}

.youtube-player-link {
    border: 0;
    background-color: white;
    color: black;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 18px;
    display: block;
    width: 100%;
}

#telegram-button {
    margin: 0 auto;
    height: 0;
    position: relative;
}

#telegram-button a {
    background: #B2ED42;
    color: black;
    width: 290px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    font-family: "Open Sans", sans-serif;
    display: block;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    margin: 0 auto;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

#telegram-button a.fixed {
    position: fixed;
    bottom: 10px;
    top: auto;
}

section.content {
    padding: 1rem;
}

section.content>* {
    max-width: 640px;
    margin-top: 1rem;
}

.email-form {
    background: white;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}
.email-form form {
    display: flex;
    flex-direction: column;
}

.email-form input {
    margin: 0 1rem 1rem;
    border: 1px solid black;
    border-radius: 3px;
    padding: 5px 10px;
}

.email-form input.error {
    border: 1px solid red;
    background-color: #ffe6e6;
}

.email-form button {
    border: 0;
    background-color: #B2ED42;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
}

.grecaptcha-badge {
  transform: scale(0.8);
  opacity: 0.5;
}

.the-links {
    height: 0;
    color: #012035;
    font-size: 11px;
    line-height: 14px;
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    display: block;
    transition: all .2s ease-in-out;
}

.the-links.show {
    height: 88px;
    padding: 0 10px 10px;
}

@media screen and (min-width: 640px) {
    .the-links.show {
        height: 72px;
    }
}

.why p a {
    border: 1px solid black;
    padding: 5px 10px;
    border-radius: 5px;
    background: #b4ed4b;
    font-weight: bold;
}