/* ==================== GILROY FONT ==================== */
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* ==================== RESET ==================== */
*,
ul,
ol,
p {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Gilroy", "Montserrat", sans-serif;
    font-weight: 400;
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

/* ==================== CONTAINER ==================== */
.container {
    max-width: 1300px;
    margin: 0 auto;
}

/* hero */
.hero {
    position: relative;
}

.hero__bg {
    width: 100%;
    object-fit: cover;
}

.hero__keys {
    position: absolute;
    top: 50%;
    right: 0;
}

/* about */
.about {
    margin-top: -400px;
    position: relative;
    z-index: 2;
}

.about__block {
    display: flex;
    align-items: center;
    gap: 40px;
}

/* chap: video */
.about__video {
    position: relative;
    flex-shrink: 0;
    width: 491.167px;
    height: 290.954px;
    border-radius: 16px;
    overflow: hidden;
}

.about__video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about__video-label {
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Gilroy;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* o'ng: matn */
.about__text {
    flex: 1;
}

.about__top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 13px;
}

.about__badge {
    background: #D80303;
    color: #fff;
    font-size: 22px;
    line-height: 87%;
    font-weight: 800;
    padding: 8px 16px;
    border-radius: 10px;
}

.about__subtitle {
    color: #050505;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.about__logo {
    font-size: 90px;
    font-weight: 800;
    line-height: 1;
    color: #e6338c;
    margin-bottom: 12px;
}

.about__desc {
    color: #1E325D;
    font-family: Montserrat;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* ==================== PRODUCTS ==================== */
.products {
    margin-top: 75px;
    position: relative;
}

.products__bg {
    position: absolute;
    top: -100px;
    right: 0;
    z-index: -1;
}

.products__bg.products__bg-2 {
    top: auto;
    bottom: -250px;
    left: 0;
    z-index: -1;
}

.products__filters {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.products__filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    border-radius: 35px;
    background: #248BC7;
    box-shadow: 0 1px 3.7px 0 #000;
    color: #FFF;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 135.614px;
    height: 45px;
}

.products__filter:hover {
    background: #325C97;
}

.products__filter--active {
    background: #1E4E8C;
}

.products__grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: center;
}

.products__item {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    margin-left: -20px;
}

.products__item img {
    mix-blend-mode: multiply;
}

.products__code {
    color: #000;
    font-family: Gilroy;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.products__actions {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.products__buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    background: linear-gradient(85deg, rgba(0, 0, 0, 0.29) -5.97%, rgba(102, 102, 102, 0.00) 101.46%), #00D34F;
    box-shadow: 0 1px 1.3px 0 rgba(0, 0, 0, 0.46);
    color: #FFF;
    text-align: center;
    font-family: 'Inter';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 200px;
    height: 45px;

    transition: background 0.2s ease;
}

/* ==================== CATCHES ==================== */
.catches {
    margin-top: 70px;
}

.catches__title {
    text-align: center;
    color: #000;
    font-family: Montserrat;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 55px;
}

.catches__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 44px;
    max-width: 822px;
    margin: 0 auto;
}

.catches__item {
    position: relative;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    width: 244.405px;
    height: 523.187px;
    border-radius: 25px;
    background: url(<path-to-image>) lightgray -275.482px -192.528px / 325.43% 173.598% no-repeat;
    box-shadow: 0 0 13.4px 0 rgba(0, 0, 0, 0.50);
}

.catches__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.catches__item:hover .catches__img {
    transform: scale(1.05);
}

.catches__caption {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 29px;
    margin-top: 63px;
}

.catches__uv {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background: #008CFF;
    box-shadow: 0 0 10.2px #008CFF;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.catches__text {
    color: #000;
    font-family: 'Montserrat';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* ==================== ADVANTAGES ==================== */
.advantages {
    position: relative;
    margin-top: -120px;
    padding: 60px 0 90px;
    overflow: hidden;
}

.advantages__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    z-index: -1;
}

.advantages__inner {
    position: relative;
    min-height: 1220px;
}

.advantages__title {
    color: #FFF;
    text-shadow: -2px -2px 0 #001A49;
    font-family: 'Gilroy';
    font-size: 45px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    position: absolute;
    top: 370px;
    left: 20px;
}

.advantages__logo {
    display: block;
    line-height: 1;
    margin-top: -80px;
    margin-left: -80px;
}

.advantages__lure {
    position: absolute;
    top: 190px;
    left: 55%;
    transform: translateX(-50%);
}

/* callout matnlari */
.advantages__feature {
    position: absolute;
    color: #FFF;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.75);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.advantages__feature--left {
    text-align: left;
}

.advantages__feature--right {
    text-align: left;
}

/* har bir belgining joylashuvi — kerak bo'lsa shu yerdan tweak qiling */
.advantages__feature--l1 {
    top: 600px;
    left: 20px;
    max-width: 510px;
}

.advantages__feature--l1 .advantages__feature-icon {
    position: absolute;
    left: -33px;
    bottom: -33px;
}

.advantages__feature--l2 {
    top: 720px;
    left: 20px;
}

.advantages__feature--l2 .advantages__feature-icon {
    position: absolute;
    left: -33px;
    bottom: -33px;
}

.advantages__feature--l3 {
    top: 820px;
    left: 160px;
}

.advantages__feature--l3 .advantages__feature-icon {
    position: absolute;
    left: -33px;
    bottom: -33px;
}

.advantages__feature--r1 {
    top: 400px;
    right: 20px;
}

.advantages__feature--r1 .advantages__feature-icon {
    position: absolute;
    right: 100%;
    top: -95px;
}

.advantages__feature--r2 {
    top: 500px;
    right: 160px;
}

.advantages__feature--r2 .advantages__feature-icon {
    position: absolute;
    right: 100%;
    top: -5px;
}

.advantages__feature--r3 {
    top: 640px;
    right: 60px;
}

.advantages__feature--r3 .advantages__feature-icon {
    position: absolute;
    right: 100%;
    top: -5px;
}

.advantages__feature--r4 {
    top: 750px;
    right: 50px;
}

.advantages__feature--r4 .advantages__feature-icon {
    position: absolute;
    right: 100%;
    top: -5px;
}

/* hashtag + prizlar */
.advantages__promo {
    position: relative;
    margin-top: -30px;
    display: flex;
    gap: 20px;
}

.advantages__hashtag {
    color: #000;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.advantages__hashtag b {
    font-weight: 700;
    font-style: italic;
}

.advantages__promo-sub {
    color: #000;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.advantages__mark {
    color: #FF2525;
    font-family: Inter;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.advantages__prizes {
    list-style: none;
    margin-top: 4px;
    color: #000;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


/* competition */
.competition {
    margin-top: 80px;
    position: relative;
}

.competition__buy {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 35px;
    background: linear-gradient(85deg, rgba(0, 0, 0, 0.29) -5.97%, rgba(102, 102, 102, 0.00) 101.46%), #00D34F;
    box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.21);
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 14px;
    width: 244px;
    height: 59px;
}

.competition.competition--proven {
    margin-top: 40px;
}

.competition--proven .competition__title {
    font-weight: 800;
}

.competition__title {
    text-align: center;
    color: #000;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.competition__slider {
    margin-top: 53px;
}

.competition__slider .image-item {
    border-radius: 25px;
    height: 423.185px;
    display: flex;
    overflow: hidden;
}

.competition__slider .image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* prize */

.prize {
    margin-top: 90px;
}

.prize__bg {
    max-width: 872px;
    width: 100%;
    margin: 0 auto;
}

.prize p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 30px;
}


/* footer */
.footer {
    margin-top: 90px;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 90px;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.footer__title {
    color: #000;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    max-width: 660px;
}

.footer__tg {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #2197D4;
    text-align: center;
    font-family: Gilroy;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contact__us {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: fit-content;
    gap: 10px;
    margin-top: 50px;
    text-align: center;
}

.contact__us a {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 62px;
    background: linear-gradient(93deg, #224584 5.43%, #4172CD 54.32%, #274B8F 101.76%);
    box-shadow: 0 1px 3.7px 0 #000;
    padding: 10px 60px;
}

.contact__us span {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 58px;
}

.footer__copy,
.footer__socials {
    color: #121212;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer__copy span,
.footer__socials span {
    display: block;
    margin-bottom: 20px;
}


@media (min-width:1600px) {
    .about {
        margin-top: -500px;
    }
}

@media (min-width: 1700px) {
    .about {
        margin-top: -600px;
    }

    .advantages__promo {
        margin-top: 280px;
    }
}


@media (max-width: 1320px) {
    .container {
        max-width: 768px;
    }

    .about__block {
        flex-direction: column-reverse;
    }

    .catches__item {
        width: calc(33.33% - 30px);
        height: 400px;
    }

    .advantages__feature {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        color: #121212;
        font-family: Montserrat;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        margin-bottom: 20px;
        text-shadow: none;
        padding-left: 15px;
    }

    .advantages__feature br {
        display: none;
    }

    .advantages__feature:after {
        position: absolute;
        border-radius: 50%;
        content: '';
        width: 8px;
        height: 8px;
        background: #D80303;
        left: 0;
        top: 3px;
    }

    .advantages__inner {
        min-height: auto;
        margin-bottom: 20px;
    }

    .advantages__title {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 200px;
    }

    .advantages__lure {
        position: relative;
        top: 0;
        margin-top: -50px;
    }

    .advantages__feature .advantages__feature-icon {
        display: none;
    }

    .advantages__promo {
        margin-top: 0px;
    }
}

@media (max-width: 1100px) {
    .advantages__lure {
        width: 500px;
    }

    .advantages__title {
        margin-top: 50px;
    }

    .advantages__bg {
        height: 1000px;
        object-fit: cover;
    }
}

@media (max-width: 800px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }

    .about {
        margin-top: -200px;
    }

    .products__grid {
        gap: 20px;
    }

    .catches__grid {
        gap: 20px;
    }

    .catches__item {
        width: calc(50% - 10px);
        height: 400px;
    }

    .products__item {
        width: 33%;
    }
}

@media (max-width: 650px) {
    .about {
        margin-top: -120px;
    }

    .about__block {
        gap: 24px;
    }

    .about__video {
        width: 100%;
        height: 240px;
    }

    .about__video-label {
        font-size: 36px;
    }

    .about__text {
        text-align: center;
    }

    .about__top {
        justify-content: center;
    }

    .about__badge {
        font-size: 16px;
        padding: 6px 12px;
    }

    .about__subtitle {
        font-size: 20px;
    }

    .about__logo img {
        margin: 0 auto;
    }

    .about__desc {
        font-size: 22px;
    }

    .products {
        margin-top: 50px;
    }

    .products__filters {
        flex-wrap: wrap;
        gap: 12px;
    }

    .products__filter {
        font-size: 20px;
        width: 90px;
        height: 40px;
    }

    .products__grid {
        margin-top: 30px;
    }

    .products__code {
        font-size: 22px;
    }

    .products__actions {
        margin-top: 30px;
    }

    .products__buy {
        font-size: 22px;
        width: 170px;
    }

    .catches {
        margin-top: 50px;
    }

    .catches__title {
        font-size: 24px;
        margin-bottom: 35px;
    }

    .catches__item {
        height: 340px;
    }

    .catches__caption {
        flex-direction: column-reverse;
        gap: 16px;
        margin-top: 40px;
    }

    .catches__uv {
        width: 72px;
        height: 72px;
        font-size: 36px;
    }

    .catches__text {
        font-size: 20px;
        text-align: center;
    }

    .advantages {
        margin-top: 50px;
        padding: 40px 0 60px;
    }

    .advantages__title {
        font-size: 30px;
        margin-top: 30px;
    }

    .advantages__lure {
        width: 100%;
        max-width: 400px;
    }

    .advantages__feature {
        font-size: 13px;
    }

    .advantages__promo {
        flex-direction: column;
        gap: 12px;
    }

    .advantages__hashtag,
    .advantages__promo-sub,
    .advantages__prizes {
        font-size: 20px;
    }

    .advantages__mark {
        font-size: 46px;
    }

    .competition {
        margin-top: 50px;
    }

    .competition__title {
        font-size: 24px;
    }

    .competition__slider {
        margin-top: 35px;
    }

    .competition__slider .image-item {
        height: 320px;
    }

    .prize {
        margin-top: 50px;
    }

    .prize p {
        font-size: 20px;
    }

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

    .footer__top {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 40px;
    }

    .footer__title {
        font-size: 22px;
    }

    .footer__tg {
        font-size: 22px;
    }

    .contact__us {
        margin-top: 20px;
    }

    .contact__us a {
        font-size: 24px;
        padding: 10px 40px;
    }

    .contact__us span {
        font-size: 16px;
    }

    .footer__bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
        margin-top: 40px;
    }

    .competition__buy {
        font-size: 19px;
        border-radius: 35px;
        background: linear-gradient(85deg, rgba(0, 0, 0, 0.29) -5.97%, rgba(102, 102, 102, 0.00) 101.46%), #00D34F;
        box-shadow: 0 1px 1.3px 0 rgba(0, 0, 0, 0.46);
        width: 113.006px;
        height: 31.449px;
    }
}

@media (max-width: 520px) {
    .hero .hero__bg-mob {
        display: block;
        width: 100%;
    }

    .about__badge {
        font-size: 19px;
        padding: 5px 10px;
    }

    .about__top {
        flex-direction: column;
        align-items: start;
        gap: 5px;
    }

    .about {
        margin-top: -120px;
    }

    .about__video-label {
        font-size: 30px;
    }

    .about__subtitle {
        font-size: 18px;
        width: 200px;
        text-align: start;
    }

    .about__desc {
        text-align: start;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .products__filter {
        font-size: 13px;
        width: 66px;
        height: 20px;
    }

    .products__code {
        font-size: 13px;
        right: 20px;
        top: 10px;
    }

    .products {
        margin-top: 40px;
    }

    .products__bg {
        width: 242px;
        right: -90px;
        top: 20px;
    }

    .products__buy {
        width: 113px;
        height: 31px;
        font-size: 19px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .catches__title {
        font-size: 20px;
    }

    .catches__uv {
        width: 46px;
        height: 46px;
        font-size: 22px;
    }

    .catches__text {
        font-size: 13px;
    }

    .catches__caption {
        gap: 14px;
    }

    .advantages__title {
        text-align: center;
        font-size: 22px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        margin-top: 80px;
    }

    .advantages__hashtag,
    .advantages__promo-sub,
    .advantages__prizes {
        font-size: 18px;
    }

    .advantages__mark {
        font-size: 38px;
    }

    .competition__title {
        font-size: 18px;
    }

    .about__video {
        height: 200px;
    }

    .competition__slider .image-item {
        height: 180px;
        border-radius: 14px;
    }

    .prize p {
        font-size: 13px;
        margin-top: 14px;
    }

    .footer__title {
        font-size: 20px;
    }

    .footer__tg {
        font-size: 22px;
    }

    .contact__us a {
        font-size: 20px;
        padding: 10px 30px;
    }

    .about__logo img {
        width: 233px;
        margin: 0;
    }

    .products__bg.products__bg-2 {
        bottom: 0;
        left: -50px;
        width: 252px;
    }

    .catches {
        margin-top: 35px;
    }

    .catches__item {
        height: 150px;
    }

    .advantages__bg {
        content: url(../images/advantages-bg-mob.png);
        height: auto;
    }

    .advantages {
        margin-top: 0;
    }

    .advantages__logo {
        margin: 0 auto;
        width: 239px;
    }

    .advantages__lure {
        content: url(../images/advantages-lure-mob.png);
        left: 50%;
    }

    .advantages__promo {
        display: none;
    }

    .advantages {
        padding-bottom: 30px;
    }

    .competition {
        margin-top: 0;
    }

    .competition__slider {
        margin-top: 15px;
    }

    .competition.competition--proven {
        margin-top: 13px;
    }

    .footer {
        margin-top: 30px;
        background-image: none;
        padding-bottom: 17px;
    }

    .footer__bottom {
        position: relative;
        flex-direction: row;
        text-align: start;
    }

    .footer__bottom .icon svg {
        width: 102.246px;
        height: 21px;
    }

    .footer__bottom .icon {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        margin: 0 auto;
        width: fit-content;
    }

    .footer__copy,
    .footer__socials {
        font-size: 8px;
        width: 142px;
    }

    .footer__copy br,
    .footer__socials br {
        display: none;
    }

    .footer__socials {
        text-align: end;
    }

    .footer__tg img {
        width: 25px;
    }
}