@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Lalezar&family=Raleway&display=swap');

.gulmovie-avengers-infinity{
    width: 100%;
    border-radius: 0 0 90% 90%; 
    height: 270px;
    object-fit: cover;
    object-position: center;
}

.allinonegulmovie {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px; 
    justify-content: center; 
    margin: 0 auto;
    padding: 2px;
}


.gulmovie-icon-tag-in-titel{
    width: 25px;
}

section {
    flex: 1 1 calc(50% - 50px); 
 
    padding: 20px;
    border-radius: 8px;
    min-width: 550px; 
    max-width: auto; 
}

.titleGulMovie-pp-ts {
    margin-top: 15px;
    text-align: center;
    margin-bottom: 25px;
}

h2 {
    color: #ff0000;
    font-size: 1.8rem;
    font-family: 'Righteous', sans-serif;
    margin-bottom: 15px;
}

p, ul {
    font-size: 1.0rem;
    line-height: 1.7;
    font-family: 'Righteous', sans-serif;
    margin-bottom: 15px;
    color: var(--black-color);
}

ul {
    padding-left: 20px;
    font-family: 'Righteous', sans-serif;
}

ul li {
    margin-bottom: 10px;
    font-family: 'Righteous', sans-serif;
}



.cont-learn-more-pp-ts {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between; 
    gap: 10px; 
    margin: 10px auto;
    padding: 2px;
    width: 100%;
}

.block-learn-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
 
    color: var(--black-color);
    padding: 10px 20px;
    border-radius: 5px;
    flex: 1 1 calc(50% - 10px); 
    max-width: 50%; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-learn-more {
    font-size: 1.0rem;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Righteous', sans-serif;
}

.link-learn-more {
    font-size: 1rem;
    color: rgb(0, 106, 255);
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    font-family: 'Righteous', sans-serif;
    margin-left: 10px;
    transition: all 0.4s ease; 
}

.link-learn-more:hover {
  transform: scale(1.05); 
}

strong {
    font-family: 'Righteous', sans-serif;
}

footer {
    text-align: center;
    padding: 20px;
    color: var(--black-color);
    font-size: 0.9rem;
    margin-top: 30px;
    font-family: 'Righteous', sans-serif;
}


@media (max-width: 768px) {

    .gulmovie-avengers-infinity{
        width: 100%;
        border-radius: 0 0 90% 90%; 
        height: 100px;
        object-fit: cover;
        object-position: center;
    }

    .allinonegulmovie {
        gap: 15px; 
    }

    section {
        flex: 1 1 100%; 
        padding: 15px; 
        min-width: unset; 
    }
    .gulmovie-icon-tag-in-titel{
        width: 18px;
    }
    h2 {
        font-size: 1.4rem; 
    }

    p, ul {
        font-size: 0.9rem; 
    }

    .cont-learn-more-pp-ts {
        flex-direction: column;
        gap: 10px;
    }

    .block-learn-more {
        flex: 1 1 100%;
        max-width: 100%;
        
    }

    .text-learn-more {
        max-width: 100%;
        font-size: 0.9rem; 
    }
    .link-learn-more {
        font-size: 0.9rem; 
    }
}
