/* ==================================================
   HOME ABOUT
================================================== */

.home-about {
    position: relative;
    width: 100%;
    min-height: 650px;
    display: flex;
    align-items: center;
    overflow: visible;

    background:
        linear-gradient(to right,
            rgba(0, 0, 0, .15) 0%,
            rgba(0, 0, 0, .15) 42%,
            rgba(0, 0, 0, .95) 55%,
            #000 100%),
        url("../images/patong-paragon-gun-woman-aiming-rifle-hero.webp") left center / cover no-repeat;

    background-color: #000;
}

/* ==================================================
   TOP DIVIDER
================================================== */

.home-about::before {

    content: "";

    position: absolute;

    left: 0;
    top: -150px;

    width: 100%;
    height: 250px;

    background: url("../images/patong-paragon-gun-torn-divider.png") center bottom / 100% 100% no-repeat;

    transform: rotate(180deg);

    pointer-events: none;

    z-index: 2;

}

/* ==================================================
   TOP BLACK GLOW
================================================== */

.home-about::after {

    content: "";

    position: absolute;

    top: -65px;
    left: 0;

    width: 100%;
    height: 170px;

    pointer-events: none;

    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) 18%,
            rgba(0, 0, 0, 1) 40%,
            rgba(0, 0, 0, .98) 55%,
            rgba(0, 0, 0, .35) 75%,
            rgba(0, 0, 0, .50) 90%,
            rgba(0, 0, 0, 0) 100%);

    filter: blur(22px);

    opacity: 1;

    z-index: 3;

}

/* รูปขาดด้านล่าง */

/* ==================================================
   HOME ABOUT DIVIDER
================================================== */

.home-about-divider {
    position: relative;
    z-index: 100;

    width: 100%;
    height: 250px;
    /* จาก 90 เป็น 180 */

    margin-top: -100px;
    /* ปรับให้ซ้อนกับ home-about */
    margin-bottom: -90px;

    background: url("../images/patong-paragon-gun-torn-divider.png") center top / 100% 100% no-repeat;

    pointer-events: none;
}


/* เพิ่มอันนี้ */

.home-about-divider::before {

    content: "";

    position: absolute;

    left: 0;
    top: 50px;

    width: 100%;
    height: 140px;
    background: linear-gradient(to bottom,
            rgb(0 0 0) 0%,
            rgb(0 0 0 / 95%) 20%,
            rgba(0, 0, 0, .95) 55%,
            rgba(0, 0, 0, 1) 100%);

    filter: blur(25px);

    opacity: .9;

    z-index: -1;

}

.home-about {
    position: relative;
    z-index: 1;
}



.home-about-container {

    position: relative;

    z-index: 5;

    width: 100%;
    max-width: 1320px;
    margin: auto;
    padding: 60px 20px;

}

.home-about-content {
    width: 48%;
    margin-left: auto;
    color: #fff;
}

.home-about-subtitle {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #C92327;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.home-about-subtitle::after {
    content: "";
    width: 70px;
    height: 2px;
    background: #C92327;
}

.home-about h2 {
    font-size: 54px;
    line-height: 1.05;
    font-weight: 600;
    margin-bottom: 20px;
}

.home-about h2 span {
    display: block;
    color: #C92327;
}

.home-about-line {
    width: 90px;
    height: 4px;
    background: #C92327;
    margin-bottom: 22px;
}

.home-about p {
    color: #bfbfbf;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.home-about strong {
    color: #C92327;
    font-weight: 700;
}

.home-about-feature {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .15);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.home-about-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.home-about-item i {
    font-size: 30px;
    color: #C92327;
}

.home-about-item h4 {
    font-size: 17px;
    color: #fff;
    margin-bottom: 5px;
}

.home-about-item span {
    color: #999;
    font-size: 13px;
}

/* ==================================================
   NOTEBOOK
================================================== */

@media (min-width:1024px) and (max-width:1365px) {

    .home-about {

        min-height: 580px;

        background:
            linear-gradient(to right,
                rgba(0, 0, 0, .25) 0%,
                rgba(0, 0, 0, .25) 38%,
                rgba(0, 0, 0, .92) 52%,
                #000 100%),
            url("../images/patong-paragon-gun-woman-aiming-rifle-hero.webp") left center / cover no-repeat;
    }

    .home-about-container {

        max-width: 1100px;

        padding: 50px 35px;
    }

    .home-about-content {

        width: 52%;
    }

    .home-about h2 {

        font-size: 46px;
    }

    .home-about p {

        font-size: 15px;

        line-height: 1.75;
    }

    .home-about-feature {

        gap: 18px;
    }

}

/* ==================================================
   TABLET
================================================== */

@media (min-width:768px) and (max-width:1023px) {

    .home-about {

        min-height: auto;

        background:
            linear-gradient(rgba(0, 0, 0, .75),
                rgba(0, 0, 0, .75)),
            url("../images/patong-paragon-gun-woman-aiming-rifle-hero.webp") center center / cover no-repeat;
    }

    .home-about-container {

        padding: 80px 40px;
    }

    .home-about-content {

        width: 100%;

        margin: 0;

        text-align: center;
    }

    .home-about-subtitle {

        justify-content: center;
    }

    .home-about-line {

        margin: 0 auto 24px;
    }

    .home-about h2 {

        font-size: 42px;
    }

    .home-about p {

        font-size: 16px;
    }

    .home-about-feature {

        margin-top: 35px;

        grid-template-columns: repeat(3, 1fr);

        gap: 20px;
    }

    .home-about-item {

        flex-direction: column;

        align-items: center;

        text-align: center;
    }

}

/* ==================================================
   MOBILE
================================================== */

@media (max-width:767px) {

    .home-about {

        min-height: auto;

        background:
            linear-gradient(rgba(0, 0, 0, .82),
                rgba(0, 0, 0, .82)),
            url("../images/patong-paragon-gun-woman-aiming-rifle-hero.webp") center center / cover no-repeat;
    }

    .home-about-container {

        padding: 70px 24px;
    }

    .home-about-content {

        width: 100%;

        margin: 0;

        text-align: center;
    }

    .home-about-subtitle {

        justify-content: center;

        font-size: 13px;
    }

    .home-about-subtitle::after {

        width: 50px;
    }

    .home-about h2 {

        font-size: 34px;

        line-height: 1.2;
    }

    .home-about-line {

        width: 70px;

        margin: 0 auto 22px;
    }

    .home-about p {

        font-size: 15px;

        line-height: 1.8;
    }

    .home-about-feature {

        /* grid-template-columns: 1fr; */

        gap: 24px;

        margin-top: 30px;
    }

    .home-about-item {

        justify-content: center;

        text-align: center;

        flex-direction: column;
    }

    .home-about-item i {

        font-size: 34px;
    }

}