@import url(main.css?v=1.1);

.header {
    background-image: inherit;
    height: 120px;
    background-color: rgba(8, 34, 74) !important;

    .menu {
        height: 100%;
        padding: 0 38px;


    }
}

.fishes {
    padding: 0 100px;

    .fish-title {
        display: flex;
        align-items: center;
        gap: 10px;


        p {
            margin-top: 45px;
            /*margin-left: 121px;*/
            color: #043E66;
            font-family: "Source Serif 4";
            font-size: 40px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: 1.2px;
        }

        svg {
            margin-top: 68px;
        }
    }

    .fish-text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;

        .row, .row h2 {
            width: 100%;
        }

        .row h2 {
            font-family: Source Serif 4;
            font-weight: 600;
            font-style: SemiBold;
            font-size: 24px;
            line-height: 26px;
            color: #043E66;
        }

        .row-2 {
            margin-top: 20px;
            font-weight: 400;
            font-style: Regular;
            font-size: 20px;
            line-height: 26px;
            color: #000000;

            p {
                margin-top: 10px;
            }
        }

        p {
            color: rgba(0, 0, 0, 0.70);
            font-family: "Source Serif 4";
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 18px;
            letter-spacing: 0.72px;
        }

        .fish-left .strong {
            color: rgba(0, 0, 0, 0.70);
            font-family: "Source Serif 4";
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: 26px;
            letter-spacing: 0.72px;
        }

        .fish-left p {
            color: rgba(0, 0, 0, 0.70);
            font-family: "Source Serif 4";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0.6px;
        }

        .fish-right {
            padding-right: 168px;
        }

        .fish-right p {
            color: rgba(0, 0, 0, 0.70);
            font-family: "Source Serif 4";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 26px;
            letter-spacing: 0.6px;
        }

        .fish-right .four-five {
            margin-top: 60px;
        }
    }

    .fish-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .fish-card {
        /*margin-bottom: -50px;*/
        /*margin-left: 121px;*/
        margin-top: 20px;
        border-radius: 12px;
        background: #D3E3F0;
        display: flex;
        /*width: 589px;*/
        height: 500px;
        padding-top: 12px;
        flex-direction: column;
        gap: 15px;
        flex-shrink: 0;

        .text {
            /*margin-left: 31px;*/
            display: flex;
            padding: 0 30px;

            svg {
                margin-top: 5px;
            }

            p {
                margin-left: 12px;
                color: #043E66;
                font-family: "Source Serif 4";
                font-size: 20px;
                font-style: normal;
                font-weight: 700;
                line-height: 26px;
                letter-spacing: 0.6px;
            }
        }

        .info-text p {
            /*margin-left: 31px;*/
            color: rgba(4, 62, 102, 0.60);
            font-family: Jomolhari;
            font-size: 19px;
            font-style: normal;
            font-weight: 400;
            line-height: 23px;
            display: -webkit-box;
            -webkit-line-clamp: 6; /* yalnız 4 sətir göstər */
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .two {
            height: 215px;
        }

        .image {
            background: url(../images/fish-4.png) lightgray 50% / cover no-repeat;
            /*width: 589px;*/
            height: 326px;
            border-radius: 8px;
        }

        .image-2 {
            background: url(../images/fish-1.png) lightgray 50% / cover no-repeat;
            /*width: 589px;*/
            height: 326px;
            border-radius: 8px;
        }

        .image-3 {
            background: url(../images/fish-5.png) lightgray 50% / cover no-repeat;
            /*width: 589px;*/
            height: 300px;
            border-radius: 8px;
        }

        .image-4 {
            background: url(../images/fish-3.png) lightgray 50% / cover no-repeat;
            /*width: 589px;*/
            height: 326px;
            border-radius: 8px;
        }

        .image-5 {
            background: url(../images/fish-2.png) lightgray 50% / cover no-repeat;
            transform: scaleX(-1);
            /*width: 589px;*/
            height: 326px;
            border-radius: 8px;
        }
    }
}

footer {
    margin-top: 140px;
}

.image, .image-2, .image-3, .image-4, .image-5, .image-6 {
    height: 300px !important;
}

.info-text {
    height: 200px;
    padding: 0 30px;
}

@media (max-width: 768px) {

    .info-text {
        padding: 0;
    }

    .fishes {
        .fish-title {
            gap: 3px;

            p {
                color: #043E66;
                font-family: Inter;
                font-size: 24px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                letter-spacing: 0.72px;
            }

            svg {
                margin-top: 45px;
                width: 20px;
                height: 20px;
                flex-shrink: 0;
                aspect-ratio: 1/1;
            }
        }

        .fish-text {
            display: flex;
            flex-direction: column;

            .row {
                gap: 0;
            }

            .row-2 {
                flex-direction: column;
            }

        }

        .fish-card {
            display: flex;
            /*width: 350px;*/
            height: 366px;
            padding-top: 12px;
            flex-direction: column;
            align-items: start;
            gap: 12px;
            flex-shrink: 0;

            .text {
                svg {
                    width: 16px;
                    height: 16px;
                    flex-shrink: 0;
                    aspect-ratio: 1/1;
                }
            }

            .text-1 {
                padding: 0 10px;
            }

            .text-2 {
                margin-left: 10px;
            }

            .text-3 {
                margin-left: 10px;
            }

            .text-4 {
                margin-left: -40px;
            }

            .text-5 {
                margin-left: 10px;
            }

            .text p {
                color: #043E66;
                font-family: "Source Serif 4";
                font-size: 18px;
                font-style: normal;
                font-weight: 700;
                line-height: 26px;
                letter-spacing: 0.54px;
            }

            .info-text p {
                margin-left: 8px;
                color: rgba(4, 62, 102, 0.60);
                font-family: Jomolhari;
                font-size: 12px;
                font-style: normal;
                font-weight: 400;
                line-height: 18px;
            }

            .image,
            .image-2,
            .image-3,
            .image-4,
            .image-5 {
                border-radius: 10px;
                width: 100%;
                height: 193px;
                aspect-ratio: 368/193;
            }
        }
    }

    .mobile {
        margin-top: 60px;
    }

    .fishes {
        padding: 0 10px;
    }

    .fish-cards {
        width: 100%;
        padding: 0;
        margin-top: 0 !important;
        gap: 0;
        display: flex;
        justify-content: center;

        .fishes {
            .fish-card {
                margin: 0 !important;
            }
        }
    }
}
