@font-face {
    font-family: 'TSZunburkVF3VF';
    src: url('/fonts/._TSZunburkVF3VF.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'tszunburkvf3vf', 'TS Zunburk VF3', Arial, sans-serif;
}

body {
    font-family: 'TSZunburkVF3VF', Arial, sans-serif;
    background-color: #ffffff;
    direction: rtl;
    text-align: right;
}

.main-container {
    width: 100%;
    position: relative;
    background-color: #ffffff;
}

.hero-section {
    /* width: 100%; */
    display: block;
    height: 1050px;
    /* position: relative; */
    /* background-image: url('../assets/images/img_rectangle_7.png'); */
    /* background-size: cover; */
    /* background-position: center; */
}

.hero-content {
    width: 100%;
    height: 105vh;
    max-height: 940px;
    position: absolute;
    background-image: url('../image/landingMainImage.png');
}

.navigation {
    position: sticky;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 87px;
    align-items: center;
    padding-inline: 20%;
    background-color: #111111;
}

.show {
    display: block !important;
}

.nav-bar {
    width: 100%;
    max-width: 700px;
    height: 87px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.close-icon {
    display: none;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
}

.nav-item {
    font-size: 28px;
    font-family: 'TS Zunburk VF3';
    font-weight: 400;
    line-height: 36px;
    color: #ffffff;
    margin: 10px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.nav-item:hover {
    color: #efba35;
}

.logo-image {
    width: 134px;
    height: auto;
}

.menu-icon {
    display: none;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
}

.hero-main {
    position: absolute;
    top: 401px;
    right: 100px;
    width: 80%;
    height: 390px;
    display: flex;
    align-items: center;
    gap: 50px;
}

.hero-logo {
    width: 388px;
    height: 390px;
}

.dark-card {
    background-color: #121212;
    border-radius: 12px;
    border: 1px solid;
}

.hero-info {
    width: 382px;
    height: 207px;
    padding: 20px;
    position: relative;
    right: 2%;
    top: 20%;
}

.hero-title {
    font-size: 23px;
    font-family: 'TS Zunburk VF3';
    font-weight: 400;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.53);
    margin-bottom: 10px;
}

.hero-subtitle {
    font-size: 33px;
    font-family: 'TS Zunburk VF3';
    font-weight: 900;
    line-height: 42px;
    color: #ffffff;
    margin-bottom: 10px;
}

.hero-description {
    font-size: 20px;
    font-family: 'TS Zunburk VF3';
    font-weight: 400;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.53);
}

.decorative-line {
    position: absolute;
    bottom: 47px;
    right: 0;
    width: 1512px;
    height: 47px;
}

.social-platforms {
    position: absolute;
    top: 800px;
    width: 609px;
    height: 174px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-radius: 30px;
    right: 50%;
    transform: translate(50%, 0%);
}

.platforms-title {
    font-size: 35px;
    font-family: 'TS Zunburk VF3';
    font-weight: 900;
    line-height: 45px;
    color: #ffffff;
    text-align: center;
}

.platforms-icons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.platform-icon {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.platform-icon:hover {
    transform: scale(1.1);
}

.recommendations-section {
    display: block;
    width: 100%;
    padding: 0 156px;
}

.recommendations-section.details {
    padding: 0 20px;
    width: 100%; 
    margin-top: 380px;
    padding-bottom: 20px;
    right: 0;
}
.episodes-details{
    padding: 0 15px;
}
.details .details-button-text{
    font-size: 25px; 
}
.all-Episodes {
    display: block;
    width: 100%;
    padding-top: 150px !important;
}

.recommendations-title {
    font-size: 49px;
    font-family: 'TS Zunburk VF3';
    font-weight: 900;
    line-height: 62px;
    color: #000000;
    text-align: center;
    margin-bottom: 75px;
}

.episodes-grid {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.episode-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.episode-card.details {
    padding: 50px 0;
}

.episode-image {
    width: 351px;
    height: 351px;
    border-radius: 20px;
    object-fit: cover;
}

.episode-image.details {
    width: 100%;
    height: auto;
    max-width: 300px;
}
.episode-image.details.main {
    position: absolute;
    right: -370px;
    max-width: 360px;
}
.episode-title {
    font-size: 47px;
    font-family: 'TS Zunburk VF3';
    font-weight: 900;
    line-height: 60px;
    border-bottom: #efba35 2px solid;
    padding-bottom: 0px;
    color: #111111;
    width: fit-content;
}

.episode-description {
    font-size: 28px;
    font-family: 'TS Zunburk VF3';
    font-weight: 400;
    line-height: 35px;
    color: rgba(74, 74, 74, 0.53);
    text-align: right;
}

.episode-actions {
    display: flex;
    gap: 15px;
    align-items: stretch;
}

.play-icon {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.details-button {
    background-color: #efba35;
    border-radius: 25px;
    padding: 6px 20px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.share-button {
    background-color: #efba35;
    border-radius: 50px;
    padding: 15px;
    border: none;
    color: #000;
    cursor: pointer;
}

.share-button i {
    font-size: 24px;
}

.share-button:hover {
    background-color: #000;
    color: #efba35;
}

.share-button.clicked {
    background-color: #000;
    color: #efba35;
}

.social-platforms.episode.hidden {
    display: none;
}

.share-connect {
    position: absolute;
    top: -19px;
    width: 25px;
    height: 20;
    background-color: #000;
    z-index: -1;
    border-radius: -48;
    right: 192px;
}

.social-platforms.episode {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 55px;
    min-width: 220px;
    padding: 10px;
    height: auto;
    width: auto;
    border-radius: 60px;
    transform: translate(7%, 0%);
}

.episode-actions {
    position: relative;
}

.share-button i {
    transition: transform 0.2s;
}

.share-button i.rotated {
    transform: rotate(45deg);
}

.details-button:hover {
    background-color: #d4a02d;
}

.details-button-text {
    font-size: 29px;
    font-family: 'TS Zunburk VF3';
    font-weight: 900;
    line-height: 37px;
    color: #ffffff;
}

.view-all-button {
    background-color: #111111;
    border-radius: 25px;
    border: 2px solid;
    border-image: linear-gradient(224deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0) 100%) 1;
    padding: 27px 39px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    width: fit-content;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.view-all-button:hover {
    background-color: #333333;
}

.view-all-text {
    font-size: 31px;
    font-family: 'TS Zunburk VF3';
    font-weight: 900;
    line-height: 27px;
    color: #ffffff;
    text-align: center;
}

.contact-section {
    /* position: absolute; */
    display: block;
    top: 2913px;
    right: 244px;
    width: 996px;
    height: 600px;
    background-color: #121212;
    border-radius: 35px;
    border: 1px solid;
    border-image: linear-gradient(224deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0) 100%) 1;
    display: flex;
    margin: auto;
    margin-top: 200px;
    margin-bottom: 200px;
}

.contact-image {
    width: 219px;
    height: auto;
    border-radius: 0px 35px 35px 0px;
    object-fit: cover;
    object-position: right;
}

.contact-form {
    flex: 2;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 70%;
}

.contact-title {
    font-size: 37px;
    font-family: 'TS Zunburk VF3';
    font-weight: 900;
    line-height: 43px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

.form-row {
    display: flex;
    gap: 20px;
    justify-content: space-around;
}

.form-input {
    background-color: #191919;
    border: 1px solid rgb(255 255 255 / 8%);
    /* border-image: linear-gradient(314deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0) 100%) 1; */
    border-radius: 8px;
    padding: 10px;
    color: rgb(255 255 255 / 77%);
    font-size: 20px;
    font-family: 'TS Zunburk VF3';
    font-weight: 900;
    line-height: 33px;
    text-align: right;
    flex: 1;
    width: auto;
}

.form-input::placeholder {
    color: rgba(255, 255, 255, 0.2);
}

.form-textarea {
    background-color: #191919;
    border: 1px solid rgb(255 255 255 / 8%);
    /* border-image: linear-gradient(314deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0) 100%) 1; */
    border-radius: 8px;
    padding: 15px;
    color: rgb(255 255 255 / 79%);
    font-size: 26px;
    font-family: 'TS Zunburk VF3';
    font-weight: 900;
    line-height: 33px;
    text-align: right;
    height: 204px;
    resize: vertical;
}

.form-textarea::placeholder {
    color: rgba(255, 255, 255, 0.2);
}

.submit-button {
    background-color: #090909;
    border-radius: 8px;
    border: none;
    padding: 10px 20px;
    font-size: 26px;
    font-family: 'TS Zunburk VF3';
    font-weight: 900;
    line-height: 33px;
    color: #ffffff;
    cursor: pointer;
    align-self: flex-end;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #1a1a1a;
}

.share-container {
    width: 80px;
    background: white;
    border-radius: 23px;
    border: 2px solid #000;
    overflow: hidden;
    position: relative;
    margin: auto;
    top: 10%;
}

.share-header {
    background: #000;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 20px 0 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.share-header:hover {
    background: #333;
}

.share-arrow {
        font-size: 30px;
    color: white !important;
}

.share-apps {
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.app-icon {
    width: 48px;
    height: 48px;
    background: #000;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.app-icon:hover {
    background: #333;
    transform: scale(1.01);
}
 
.footer {
    width: 100%;
    height: 308px;
    /* position: relative; */
    margin: auto;
    display: block;
}

.footer-divider {
    /* position: absolute; */
    top: 16px;
    width: 100%;
    height: 3px;
    margin-bottom: 20px;
    background-color: #3b3b3b;
}

.footer-content {
    /* position: absolute; */
    top: 48px;
    right: 0;
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: space-between;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-logo {
    width: 252px;
    height: auto;
}

.footer-description {
    font-size: 28px;
    font-family: 'TS Zunburk VF3';
    font-weight: 400;
    line-height: 35px;
    color: rgba(0, 0, 0, 0.53);
    width: 273px;
}

.footer-center {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-platforms-title {
    font-size: 31px;
    font-family: 'TS Zunburk VF3';
    font-weight: 900;
    line-height: 40px;
    color: #111111;
    text-align: start;
}

.footer-platforms-icons {
    display: flex;
    gap: 15px;
}

.footer-social-title {
    font-size: 31px;
    font-family: 'TS Zunburk VF3';
    font-weight: 900;
    line-height: 40px;
    color: #111111;
    text-align: start;
}

.footer-social-icons {
    display: flex;
    gap: 15px;
}

.footer-social-icon {
    width: 48px;
    height: 48px;
    cursor: pointer;
    transition: transform 0.3s ease;
    color: #121212;
    font-size: xx-large;
}

.footer-social-icon:hover {
    transform: scale(1.1);
    color: #efba35;
}

.footer-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-links-title {
    font-size: 31px;
    font-family: 'TS Zunburk VF3';
    font-weight: 900;
    line-height: 40px;
    color: #111111;
    text-align: center;
    margin-bottom: 20px;
}

.footer-link {
    font-size: 28px;
    font-family: 'TS Zunburk VF3';
    font-weight: 500;
    line-height: 36px;
    color: #6a6a6a;
    cursor: pointer;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #efba35;
}

.icon-stack {
    position: relative;
}

.icon-background {
    position: absolute;
    background-color: #ffffff;
}

.footer-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.footer-copyright {
    font-size: 18px;
    font-family: 'TS Zunburk VF3';
    font-weight: 400;
    color: #6a6a6a;
    line-height: 5px;
    margin-top: 20px;
}

.footer-credits {
    font-size: 18px;
    font-family: 'TS Zunburk VF3';
    font-weight: 400;
    color: #6a6a6a;
    text-align: left;
}

.footer-dev-link {
    font-size: 18px;
    font-family: 'TS Zunburk VF3';
    font-weight: 500;
    color: #6a6a6a;
    text-decoration: none;
    margin-left: 15px;
    transition: color 0.3s ease;
    cursor: pointer;
}

.footer-link:hover {
    color: #efba35;
}


@media (max-width: 1200px) {
    .hero-main {
        width: 95vw;
        right: 2vw;
        gap: 20px;
    }

    .hero-logo {
        width: 250px;
        height: 250px;
    }

    .hero-info {
        width: 220px;
        height: auto;
        padding: 15px;
    }

    .decorative-line {
        width: 100vw;
    }

    .recommendations-section {
        padding: 0 30px;
    }
}

@media (max-width: 992px) {
    .navigation {
        padding-inline: 1%;
    }

    .hero-main {
        flex-direction: column;
        align-items: flex-start;
        width: 100vw;
        right: 0;
        top: 250px;
        height: auto;
        gap: 20px;
    }

    .hero-logo {
        width: 180px;
        height: 180px;
    }

    .hero-info {
        width: 90vw;
        right: 0;
        top: 0;
        max-width: 372px;
        padding: 10px;
    }

    .social-platforms {
        width: 90vw;
        right: 50%;
        padding: 10px;
    }

    .episodes-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .episode-image {
        width: 100%;
        height: 200px;
    }

    .contact-section {
        width: 90%;
        right: 0;
        margin: 90px 0;
        height: 70vh;
        margin: auto;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .footer-description {
        width: 100%;
    }

    .footer-content {
        display: block;
        height: auto;
    }

    .footer-right,
    .footer-center,
    .footer-social-title {
        margin-top: 40px;
    }

    .footer-center {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-content: space-around;
        flex-wrap: wrap;
        align-items: anchor-center;
    }

    .footer-platforms-title,
    .footer-social-title {
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-platforms-icons,
    .footer-social-icons {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    } 
        .episode-image.details.main{
            position: static;
        }
    .share-container{
display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    top: 0;
    margin-bottom: 40px;
    margin-top: 20px;
        }
.share-header{
border-radius: 0px 20px 20px 0;
    width: 60px;
    height: auto;
}
                .share-apps{
                    padding: 25px;
                    flex-direction: row;
                    /* overflow-x: auto; */
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-evenly;
                }
       .recommendations-section.details{
        margin-top: 50px;
       }
}

@media (max-width: 768px) {
    .navigation {
        padding-inline: 0%;
    }

    .hero-content {
        height: 85vh;
        background-size: cover;
        margin-top: 0;
        object-position: right;
        object-fit: cover;
        background-position: right;
    }

    .hero-main {
        flex-direction: column;
        align-items: center;
        width: 60%;
        /* right: 50%; */
        top: 120px;
        height: auto;
        gap: 15px;
    }

    .hero-logo {
        width: 120px;
        height: 120px;
    }

    .hero-info {
        width: 46vw;
        padding: 8px;
        top: 28vh;
        left: 20vw;
    }

    .social-platforms {
        width: 70vw;
        right: 50%;
        top: 70vh;
        gap: 10px;
        padding: 20px;
        height: fit-content;
    }

    .platforms-title {
        font-size: 22px;
        line-height: 45px;
    }

    .platform-icon {
        width: 46px;
        height: auto;
    }

    .recommendations-title {
        font-size: 40px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .episodes-grid {
        gap: 50px;
    }

    .episode-title {
        font-size: 34px;
        line-height: 32px;
    }

    .episode-description {
        line-height: 27px;
    }
.episode-image {
        width: 100%;
        height: auto;
    }

    .details-button-text {
        font-size: 18px;
        line-height: 24px;
    }

    .view-all-button {
        padding: 12px 20px;
    }

    .view-all-text {
        padding: 20px;
        font-size: 24px;
    }

    .contact-section {
        flex-direction: column-reverse;
        width: 90vw;
        height: auto;
        margin: 90px auto;
    }

    .contact-image {
        width: 100%;
        height: 160px;
        border-radius: 0 0 35px 35px;
        object-fit: cover;
        object-position: 66% 70%;
    }

    .contact-form {
        padding: 15px;
        gap: 10px;
        width: 100%;
    }

    .contact-title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .form-input,
    .form-textarea {
        font-size: 21px;
        line-height: 22px;
        padding: 8px;
    }

    .submit-button {
        font-size: 16px;
        line-height: 22px;
        padding: 8px 12px;
    }

    .footer {
        width: 100vw;
        margin: 20px 0;
        height: auto;
    }

    .footer-content {
        flex-direction: column;
        gap: 15px;
        height: auto;
    }

    .footer-logo {
        width: 140px;
        height: auto;
    }

    .footer-description {
        font-size: 21px;
        line-height: 22px;
        width: 100%;
    }

    .footer-platforms-title,
    .footer-social-title,
    .footer-links-title {
        font-size: 25px;
        line-height: 24px;
    }

    .footer-link {
        font-size: 21px;
        line-height: 22px;
    }


    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
        padding-top: 10px;
    }

}

@media (max-width: 480px) {
    .logo-image {
        /* margin-top: 16px; */
    }

    .main-container {
        padding: 0;
    }

    .hero-content {
        background-position: left;
        height: 81vh;
    }

    .navigation {
        padding-inline: 5%;
    }

    .nav-bar {
        top: 0;
        right: 0;
        padding: 5px;
        margin: 0;
        width: 100%;
        height: 100vh;
        background-color: #000;
        position: absolute;
        z-index: 100;
        display: none;
    }

    .close-icon {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .nav-item {
        font-size: 16px;
        margin-top: 44px;
        display: block;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        font-size: x-large;
    }

    .menu-icon {
        display: block;
        align-items: center;
        height: 100%;
    }

    .hero-main {
        top: 37vh;
        gap: 8px;
    }

    .hero-logo {
        width: 70px;
        height: 70px;
    }

    .hero-info {
        font-size: 4px;
        width: 90vw;
        right: 20vw;
        top: 0;
        padding: 15px;
    }

    .platforms-icons {
        display: flex;
        gap: 19px;
        align-items: center;
        flex-flow: wrap;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .recommendations-title {
        line-height: 22px;
        margin-bottom: 46px;
        margin-top: 20px;
    }

    .episode-image {
        height: auto;
    }

    .view-all-button {
        border-radius: 25px;
    }

    .contact-image {
        height: 60px;
    }

    .form-row {
        display: flex;
        gap: 10px;
        /* justify-content: space-around; */
        flex-wrap: wrap;
    }

    .form-input,
    .form-textarea {
        line-height: 14px;
        padding: 4px;
    }


    .footer-platforms-title,
    .footer-social-title,
    .footer-links-title {
        line-height: 14px;
    }


    .footer-bottom {
        margin-top: 5px;
        padding-top: 5px;
    }

}