* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

body {
    background: #000;
    color: #fff;
}

header {
    width: 100%;
    height: 100vh;
    background-image: radial-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url(Images/header-image.png);
    background-size: cover;
    background-position: center -15px;
    padding: 14px 10.5%;
    position: relative;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    margin-left: 5px;
}

.brand-logo {
    width: 150px;
    padding-right: 1px;
}

.nav-buttons {
    margin-right: 9px;
}

nav button {
    border: 0;
    outline: 0;
    background: #db0001;
    color: #fff;
    padding: 7.9px 15px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    margin-left: 7px;
    cursor: pointer;
}

.language-btn {
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    background: rgba(25, 25, 25, 0.678);
    border: 1px solid #585858;
    padding: 6.8px 10px;
}

.language-btn img {
    width: 10px;
    margin-left: 10px;
}

.language-btn i {
    margin-right: 10px;
}

.language-dropdown {
    display: inline-block;
    position: relative;
}

.language-menu {
    position: absolute;
    display: none;
    margin-left: 7px;
    padding: 10px;
    padding-right: 0px;
    list-style: none;
    background: #222;
    border: 1px solid #444;
    border-radius: 6px;
    width: 95%;
}

.language-dropdown:focus-within .language-menu {
    display: block;
}

.header-content {
    margin-top: -6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.header-content h1 {
    margin-top: 19px;
    margin-left: 36px;
    font-size: 3.3rem;
    line-height: 70px;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 900;
    width: 550px;
}

#promo1 {
    font-size: 1.23rem;
    font-weight: 600;
    font-style: bold;
    margin-top: 18px;
}

#promo2 {
    margin-top: 36px;
}

.email-signup {
    margin-top: 17px;
    height: 56px;
    border-radius: 4px;
    display: flex;
    overflow: hidden;
    padding: 0 20px;
    justify-content: center;
    margin-left: -10px;
}

.email-signup input {
    flex: 1;
    background: rgba(26, 26, 26, 0.7);
    color: #fff;
    outline: 0;
    border: 0.5;
    border-color: #585858;
    border-radius: 5px;
    margin-right: 7px;
    margin-left: 5px;
    padding: 0 16px;
    width: 369px;
}

.email-signup input::placeholder {
    color: #acacac;
    font-size: 15px;
    font-weight: 650;
}

.email-signup button {
    background: rgb(229, 9, 20);
    color: white;
    border: 0;
    outline: 0;
    border-radius: 5px;
    font-size: 23px;
    font-weight: bold;
    cursor: pointer;
    padding: 0 26px;
}

.signup-btn:hover{
    background: rgb(201, 24, 33);
}

.bottom-line {
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(Images/bottom-line.png);
    box-shadow: #000;
    padding: 60px 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(38%);
}

.trending {
    padding: 60px 148px;
    color: white;
    position: absolute;
    margin-top: -40px;
}

.trending-title {
    font-size: 24px;
    margin-bottom: 15px;
}

.trending-row {
    display: flex;
    gap: 44px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 10px 20px;
    padding-left: 62px;
    margin-left: -40px;
}

.trend-card {
    position: relative;
    height: 260px;
    flex-shrink: 0;
    transition: transform 0.25s ease, box-shadow 0.25s ease;

}

.trend-card:hover {
    cursor: pointer;
    transform: scale(1.08);
    z-index: 10;
}

.trend-card img {
    border-radius: 7px;
    width: 100%;
    height: 97%;
    object-fit: cover;
}

.rank {
    position: absolute;
    left: -24px;
    bottom: 10px;
    font-size: 97px;
    font-weight: 900;
    color: black;
    -webkit-text-stroke: #c7c7c7 2px;
    font-family: 'Inter', sans-serif;
    text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
}

.trending-next {
    display: flex;
    position: absolute;
    background: #000;
    height: 200px;
    width: 100px;
    align-items: center;
    z-index: 50;
    left: 1167px;
    top: 99px;
    padding: 140px 12px;
}

.trending-next button {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    border: 0;
    outline: 0;
    border-radius: 8px;
    height: 7.5rem;
    width: 1.5rem;
    font-size: 20px;
}

.trending-next button:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.182);
}

.more {
    padding: 60px 148px;
    color: white;
    position: relative;
    margin-top: 339px;
}

.more h2 {
    font-size: 23px;
    font-weight: 700;
}

.more-row {
    gap: 16px;
    display: flex;
    margin-top: 17px;
}

.more-card {
    position: relative;
    padding: 25px 17px;
    background: linear-gradient(149deg, #192247 0%, #210e17 96.86%);
    border-radius: 15px;
    height: 319px;
    width: 252px;
}

.more-card p {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-style: bold;
    font-size: 1.01rem;
}

.more-card img {
    display: flex;
    position: absolute;
    bottom: 22px;
    right: 15px;
}

.faq {
    padding: 60px 148px;
    color: white;
    position: relative;
    margin-top: -55px;
}

.faqs {
    margin-top: 16px;
}

.faq-card {
    justify-content: space-between;
    display: flex;
    margin-bottom: 8px;
    height: 30px;
    width: 100%;
    position: relative;
    background-color: rgb(45, 45, 45);
    padding: 29px;
    padding-left: 24px;
    padding-bottom: 55px;
}

.faq-card:hover {
    cursor: pointer;
    background-color: rgb(66, 66, 66);
}

.faq-card h3 {
    font-weight: 500;
    font-size: 1.55rem;
}

.faq-card i {
    position: relative;
    bottom: 18px;
    right: -23px;
    font-size: 57px;
    font-weight: 200;
}

footer {
    display: flex;
    padding: 60px 152px;
    color: white;
    position: relative;
    margin-top: -53px;
    margin-bottom: 84px;
}

.footer-content {
    color: rgba(255, 255, 255, 0.7);
}

.footer-content .premium-login {
    flex: 1;
    position: relative;
    align-content: center;
}

.footer-content .premium-login .promo {
    margin-left: 265px;
    color: #fff;
    font-size: 16.3px;
}

.footer-content .premium-login .email-signup {
    margin-left: 105px;
    margin-top: 18px;
    padding-right: 118px;
}

.footer-content .premium-login .email-signup input {
    width: 10px;
}

.footer-content .footer-call {
    margin-top: 68px;
    font-size: 15.5px;
    font-family: 'Inter', sans-serif;
}

.footer-call a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: underline;
}

.footer-links {
    margin-top: 45px;
    text-decoration: underline;
    display: flex;
    flex-wrap: wrap;
}

.footer-links ul {
    list-style: none;
}

.footer-links #ul2{
    margin-left: 149px;
}

.footer-links #ul3{
    margin-left: 137px;
}

.footer-links #ul4{
    margin-left: 124px;
    margin-right: 150px;
}

.footer-links ul li{
    margin-bottom: 17px;
    cursor: pointer;
    font-size: 14.5px;
    font-weight: 500;
}

.footer-lang{
    margin-left: -1px;
    margin-top: 43px;
}

.footer-lang div button{
    color: #fff;
    border-radius: 4px;
    padding: 6.5px 12px;
}

.footer-country{
    margin-top: 39px;
    font-size: 15px;
    margin-left: -4px;
}

.footer-captcha{
    margin-left: -4px;
    margin-top: 39px;
    font-size: 12.7px;
    color: rgba(255, 255, 255, 0.5);
}

.footer-captcha span{
    color: rgb(80, 124, 255);
    text-decoration: underline;
    cursor: pointer;
}