* {
    margin: 0;
    padding: 0;
}

body {
    background: #121212;
}

.firstnav {
    height: 52px;
    width: 100%;
    background: #2a2a2a;
    top: 0;
    left: 0;
    position: absolute;
    color: white;
}

.firstnav a {
    color: #ccc;
    text-decoration: none;
    font-family: OpenSans,sans-serif,arial;
    font-size: .75em;
    font-weight: 400;
}

.firstnav ul {
    display: flex;
    gap: 20px;
    list-style-type: none;
    height: 100%;
    align-items: center;
    margin-left: 20px;
}

.secondnav input {
    width: 210px;
    height: 40px;
    border-radius: 25px;
    border: none;
    outline: none;
    padding-left: 20px;
    background: #202020;
    color: white;
}

.secondnav {
    display: flex;
    align-items: center;
    margin-top: 52px;
    height: 100px;
    width: 100%;
    position: sticky;
    top: 0;
    background: #121212;
    z-index: 100;
}

.secondnav input:focus {
    background: #2a2a2a;
}

.secondnav ul {
    margin-left: 12.5%;
    display: flex;
    gap: 30px;
    list-style-type: none;
    align-items: center;
}

.secondnav ul li a {
    text-decoration: none;
    font-family: Inter,sans-serif;
    font-size: 16px;
}

.active {
    color: white;
}

.notactive {
    color: grey;
}

.firstdiv .main {
    width: 1152px;
    height: 700px;
    background: red;
    margin-left: 12.5%;
    border-radius: 16px;
}

.sidemain div {
    width: 256px;
    height: 106px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sidemain {
    margin-top: -700px;
    position: absolute;
    margin-left: 1430px;
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.popular div {
    width: 214px;
    height: 284px;
    background: #1f1f1f;
    border-radius: 12px;
}

.popular div h3 {
    margin-top: 290px;
    color: white;
    font-size: 18px;
    font-family: Inter,sans-serif;
    font-weight: 400;
    cursor: pointer;
}

.popular {
    margin-top: 70px;
    margin-left: 12.5%;
    width: 1444px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.popular a {
    text-decoration: none;
}

.popular div:hover {
    background: #353535;
}

.sidemain div:nth-child(1) {
    background: #252525;
}

.sidemain div:hover {
    background: #252525;
}

.sidemain div img {
    width: 60px;
    height: 80px;
    margin-left: 15px;
    border-radius: 10px;
}

.sidemain h2 {
    font-size: 16px;
    font-family: Inter,sans-serif;
    color: white;
    margin-left: 10px;
    cursor: pointer;
}

.main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.main button {
    position: absolute;
    margin-left: 20px;
    margin-top: -70px;
    width: 158px;
    height: 50px;
    background: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.populartitle {
    color: white;
    font-family: Inter,sans-serif;
    font-size: 24px;
    position: absolute;
    margin-top: -40px;
    cursor: pointer;
}

.populartitle i {
    transition: .5s;
    font-size: 16px;
    color: white;
}

.populartitle:hover i {
    transition: .5s;
    margin-left: 5px;
}



.upandcoming div {
    width: 214px;
    height: 284px;
    background: #1f1f1f;
    border-radius: 12px;
}

.upandcoming div h3 {
    margin-top: 290px;
    color: white;
    font-size: 18px;
    font-family: Inter,sans-serif;
    font-weight: 400;
    cursor: pointer;
}

.upandcoming {
    margin-top: 100px;
    margin-left: 12.5%;
    width: 1444px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.upandcoming div:hover {
    background: #353535;
}

.upandcomingtitle {
    color: white;
    font-family: Inter,sans-serif;
    font-size: 24px;
    position: absolute;
    margin-top: -40px;
    cursor: pointer;
}

.upandcomingtitle i {
    transition: .5s;
    font-size: 16px;
}

.upandcomingtitle:hover i {
    transition: .5s;
    margin-left: 5px;
}



