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

body {
    font-family: 'Itim', cursive;
    color: #A5A857;
    background-color: #FFFDEC;
    line-height: 1.6;
}

.main-header {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.header-content-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}

.nav-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.nav-bg {
    position: absolute;
    top: 0;

    width: min(100%, 699px);
    height: 77px;

    background-color: #FFFBFB;
    border-radius: 0 0 50px 50px;

    z-index: 1;
}

.main-nav {
    position: relative;
    z-index: 2;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;

    height: 77px;
    flex-wrap: wrap;
}

.nav-item {
    text-decoration: none;
    color: #A5A857;
    letter-spacing: 2px;
    transition: color 0.3s;
}

.nav-item:hover {
    color: #7A7A3D;
}

.hero-card-bg {
    position: relative;
    margin: 40px auto 0;

    width: min(92%, 1342px);
    aspect-ratio: 1342 / 100; 
    border-radius: 50px;
    overflow: hidden;
}

.title {
    background-image: url('movietxt.png');
    background-size: 60%; 
    background-repeat: no-repeat;
    background-position: center;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 86%;
    height: 100%;
    text-align: center;
    z-index: 9;
}

.film-wrapper {
    width: 100%;
    margin-top: 10px;
    margin-left: 50%;
    transform: translateX(-59%); 
}

.film-divider {
    width: 110%;
    aspect-ratio: 5000 / 2000;
    background-image: url("rollfilm.png");
    background-size: contain;   
    background-repeat: no-repeat;
    background-position: center;
}

.movie-shortcut-bg {
    position: relative;

    width: 100vw;                
    margin-left: 50%;
    transform: translateX(-50%); 

    aspect-ratio: 8 / 5;

    overflow: hidden;

    margin-top: 0;
}

.rating {
    position: absolute;

    width: 12%;
    height: 8%;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    z-index: 10;
}

.pans {
    background-image: url('pans.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    position: absolute;
    top: 30%; 
    left: 15%;
    transform: translate(-50%, -50%);

    height: 70%;
    width: 28%;
}

.rating.r0 {
    top: 58%;
    left: 7%;
    background-image: url('4star.png');
}

.litwo {
    background-image: url('litwo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    position: absolute;
    top: 30%; 
    left: 54%;
    transform: translate(-50%, -50%);

    height: 70%;
    width: 42%;
}
.rating.r5 {
    top: 56%;
    left: 38%;
    background-image: url('4star.png');
}

.tv {
    background-image: url('tv.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    position: absolute;
    top: 30%; 
    right: 0; 
    transform: translateY(-50%); 
    
    height: 65%;
    width: 25%;
}

.movie-shortcut-bg2 {
    position: relative;

    width: 100vw;           
    margin-left: 50%;
    transform: translateX(-50%);  

    aspect-ratio: 8 / 5;

    overflow: hidden;

    margin-top: -180px; 
}

.rating {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

    width: 12%;
    height: 8%;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    z-index: 10; 
}

.shini {
    background-image: url('shini.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    position: absolute;
    top: 30%; 
    left: 12%;
    transform: translate(-50%, -50%);

    height: 55%;
    width: 22%;
}

.r1 {
    left: 6%;
    top: 51%; 
    height: 20%;
    width: 10%;
    background-image: url('3star.png');
}

.deadpo {
    background-image: url('deadpo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    position: absolute;
    top: 30%; 
    left: 38%;
    transform: translate(-50%, -50%);

    height: 55%;
    width: 22%;
}

.r2 {
    left: 34%;
    top: 51%; 
    height: 20%;
    width: 15%;
    background-image: url('5star.png');
}
.tenthings{
    background-image: url('10things.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    position: absolute;
    top: 31%; 
    left: 64%;
    transform: translate(-50%, -50%);

    height: 58%;
    width: 22%;
}

.r3 {
    left: 59%;
    top: 53%; 
    height: 20%;
    width: 12%;
    background-image: url('4star.png');
}
.spirit {
    background-image: url('spirit.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    position: absolute;
    top: 30%;
    left: 90%;
    transform: translate(-50%, -50%);

    height: 55%;
    width: 22%;
}

.r4 {
    left: 86%;
    top: 51%; 
    height: 20%;
    width: 15%;
    background-image: url('5star.png');
}