* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.header {
    height: 700px;
    background-image: url(./netflix\ img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.header::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: linear-gradient(7deg, rgba(0, 0, 0, 0.8500) 10.00%, rgba(0, 0, 0, 0.8465) 17.25%, rgba(0, 0, 0, 0.8361) 24.50%, rgba(0, 0, 0, 0.8187) 31.75%, rgba(0, 0, 0, 0.7944) 39.00%, rgba(0, 0, 0, 0.7632) 46.25%, rgba(0, 0, 0, 0.7250) 53.50%, rgba(0, 0, 0, 0.6868) 60.75%, rgba(0, 0, 0, 0.6556) 68.00%, rgba(0, 0, 0, 0.6312) 75.25%, rgba(0, 0, 0, 0.6139) 82.50%, rgba(0, 0, 0, 0.6035) 89.75%, rgba(0, 0, 0, 0.6000) 97.00%);
    z-index: -1;
}

.nav__logo img {
    width: 300px;
}

.nav__select {
    width: 120px;
    padding: 10px;
    outline: none;
    border: 2px solid white;
    border-radius: 5px;
    background: unset;
    color: white;

}

.nav__select option {
    color: black;
}

.nav__registir {
    padding: 10px;
    background-color: red;
    color: white;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav__btns {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header__title {
    color: white;
    font-size: 55px;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    font-weight: 700;
}

.header__h3 {
    color: white;
    text-align: center;
    font-size: 22px;
}

.header__text {
    color: white;
    text-align: center;
    font-size: 20px;

}

.header__section {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.email {
    color: white;
}

.header__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.header__inp {
    width: 400px;
    height: 50px;
    background: unset;
    padding: 15px;
    border: 2px solid grey;
    outline: none;
    border-radius: 3px;
    color: white;
    font-size: 18px;
}

.footer__inp {
    width: 800px;
    height: 50px;
    background: unset;
    padding: 15px;
    border: 2px solid grey;
    outline: none;
    border-radius: 3px;
    color: white;
    font-size: 18px;
}

.header__btn,
.footer__btn {
    width: 200px;
    height: 50px;
    background-color: red;
    border-radius: 5px;
    border: 2px solid red;
    color: white;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.reklams__card1 {
    background-image: url(./Снимок\ экрана\ 2026-02-18\ 193653.png);
    background-repeat: no-repeat;
    height: 300px;
    width: 400px;
    background-size: cover;
    background-position: center;
    transition: 0.5s;
    flex-shrink: 1;

}

.reklams__card2 {
    background-image: url(./Снимок\ экрана\ 2026-02-18\ 194032.png);
    background-repeat: no-repeat;
    height: 300px;
    width: 400px;
    background-size: cover;
    background-position: center;
    transition: 0.5s;
    flex-shrink: 1;

}

.reklams__card3 {
    background-image: url(./Снимок\ экрана\ 2026-02-18\ 194117.png);
    background-repeat: no-repeat;
    height: 300px;
    width: 400px;
    background-size: cover;
    background-position: center;
    transition: 0.5s;
    flex-shrink: 1;
}

.reklams__card4 {
    background-image: url(./Снимок\ экрана\ 2026-02-18\ 194150.png);
    background-repeat: no-repeat;
    height: 300px;
    width: 400px;
    background-size: cover;
    background-position: center;
    transition: 0.5s;
    flex-shrink: 1;

}

.reklams__card5 {
    background-image: url(./Снимок\ экрана\ 2026-02-18\ 194221.png);
    background-repeat: no-repeat;
    height: 300px;
    width: 400px;
    background-size: cover;
    background-position: center;
    transition: 0.5s;
    flex-shrink: 1;

}

.reklams__card6 {
    background-image: url(./Снимок\ экрана\ 2026-02-18\ 194247.png);
    background-repeat: no-repeat;
    height: 300px;
    width: 400px;
    background-size: cover;
    background-position: center;
    transition: 0.5s;
    flex-shrink: 1;

}

.reklams__card7 {
    background-image: url(./Снимок\ экрана\ 2026-02-18\ 194311.png);
    background-repeat: no-repeat;
    height: 300px;
    width: 400px;
    background-size: cover;
    background-position: center;
    transition: 0.5s;
}

.reklams__card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.reklams__card div:hover {
    transition: 0.5s;
    transform: scale(1.1);
}

.reklams__card div {
    border-radius: 10px;
    position: relative;
    padding: 10px;

}

.reklams__title {
    margin-top: 50px;
    font-size: 35px;
    color: white;
    text-align: center;
}

.main {
    background-color: rgb(25, 23, 23);
    padding: 40px 0;
}

.number {
    position: absolute;
    font-size: 70px;
    color: rgb(255, 255, 255);
    bottom: 0;
}

.header__content {
    margin-top: 40px;
}

.reklams__bottom {
    padding-top: 70px;
    margin-bottom: 50px;
}

.cards {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 10px;
}

.reklams__bottom-title {
    color: white;
    font-size: 35px;
    margin: 20px 0;
}

.reklams__bottom__card-h3 {
    color: white;
    font-size: 22px;
}

.reklams__bottom__card {
    background-color: rgb(0, 0, 107);
    padding: 10px;
    height: 240px;
    border-radius: 10px;
    width: 300px;
    position: relative;
}

.reklams__bottom__card img {
    width: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.reklams__bottom__card-text {
    color: grey;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.card__txt {
    color: rgb(226, 223, 223);
    font-size: 20px;
    display: none;
    text-align: center;
}

.card__txt2 {
    color: rgb(226, 223, 223);
    font-size: 20px;
    display: none;
    text-align: center;
}

.card__txt3 {
    color: rgb(226, 223, 223);
    font-size: 20px;
    display: none;
    text-align: center;
}

.card__txt4 {
    color: rgb(226, 223, 223);
    font-size: 20px;
    display: none;
    text-align: center;
}

.card__txt5 {
    color: rgb(226, 223, 223);
    font-size: 20px;
    display: none;
    text-align: center;
}

.card__txt6 {
    color: rgb(226, 223, 223);
    font-size: 20px;
    display: none;
    text-align: center;
}

.card__txt7 {
    color: rgb(226, 223, 223);
    font-size: 20px;
    display: none;
    text-align: center;
}

.card__txt.active {
    display: block;
}

.card__txt2.active {
    display: block;
}

.card__txt3.active {
    display: block;
}

.card__txt4.active {
    display: block;
}

.card__txt5.active {
    display: block;
}

.card__txt6.active {
    display: block;
}

.card__txt6.active {
    display: block;
}

.card__txt7.active {
    display: block;
}

.card__text-p {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 200px;
    color: white;
    font-size: 30px;
    margin-left: 20px;
}

.card__text {
    background-color: rgb(98, 98, 98);
    padding: 5px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.spann {
    position: absolute;
    right: 20px;
}

.spann.active {
    transform: rotate(135deg)
}

.spann2.active {
    transform: rotate(135deg)
}

.spann3.active {
    transform: rotate(135deg)
}

.spann3.active {
    transform: rotate(135deg)
}

.spann4.active {
    transform: rotate(135deg)
}

.spann5.active {
    transform: rotate(135deg)
}

.spann6.active {
    transform: rotate(135deg)
}

.spann7.active {
    transform: rotate(135deg)
}

.texts__section-l {
    color: white;
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
}

.spann2 {
    position: absolute;
    right: 20px;
}

.spann3 {
    position: absolute;
    right: 20px;
}

.spann4 {
    position: absolute;
    right: 20px;
}

.spann5 {
    position: absolute;
    right: 20px;
}

.spann6 {
    position: absolute;
    right: 20px;
}

.spann7 {
    position: absolute;
    right: 20px;
}

.texts__info {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.footer {
    background-color: rgb(25, 23, 23);
    border-top: 2px solid grey;
    padding: 60px 0;
}

.footer__top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.footer__form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.footer__top-text {
    color: white;
    font-size: 22px;
}

.footer__links {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 50px;
}

.footer__bottom {
    margin-top: 50px;
}

.liks {

    display: flex;
    align-items: start;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
}

.footer__contact {
    margin-left: 110px;
    color: grey;
    text-decoration: underline;
    font-size: 22px;
}

.footer__link {
    text-decoration: underline;
    color: gray;
    font-size: 22px;
    margin-bottom: 20px;
}
.footer__end-text{
    max-width: 1000px;
}

.footer__end {
    display: flex;
    align-items: start;
    justify-content: center;
    margin-top: 50px;
    margin-left: 110px;
    flex-direction: column;
    gap: 20px;
    color: grey;
}

.footer__end a {
    color: rgb(49, 49, 183);
    text-decoration: underline;
}
.en{

}
.ru{

}
.uz{
    
}