#product-sec2 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: 20px auto;
    justify-content: center;
    padding: 0 20px;
}

@media (max-width: 1087px) {
    #product-sec2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
        margin: 20px 0;
    }
}

.product-banner {
    background-image: url(images/product-banner.png);
    background-size: cover;
    background-attachment: fixed;
}

.image-content-info img {
    width: 90%;
}

.product-info {
    width: 90%;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

#imageContent2 {
    width: 100vw;
    position: absolute;
    left: 0;
    top: 20vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

#imageContent2 h2 {
    width: 90vw;
    color: #fff;
    text-align: center;
}

#imageContent2 p{
    color: #fff;
    text-align: center;
}

.slick-dots li button {
    display: none;
}

.product-all-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 10px;
}

.product-all-info {
    width: 500px;
    display: flex;
    flex-direction: column;
    padding: 20px 0 20px 20px;
    border: 0.5px solid #F3F4F6;
    box-shadow:
        0 4px 6px -4px rgba(0, 0, 0, 0.1),
        0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid #b2b2b2;
}

.product-all-info a {
    text-decoration: none;
    color: white;
    text-align: center;
    width: 95%;
    background-color: #3B82F6;
    padding: 10px 0px;
    margin-top: 40px;
    border-radius: 10px;
}

.image-content-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.image-content-info img {
    width: 150px;
    height: 150px;
}

.image-content-info h3 {
    font-size: 15px;
    font-weight: 600;
}

.image-content-info p {
    width: 80%;
    font-size: 15px;
    font-weight: 400;
    color: #4B5563;
}

#product-h {
    display: flex;
    gap: 15px;
    align-items: center;
}

#product-h h2 {
    font-size: 22px;
    font-weight: 700;
}

#product-p p {
    font-size: 15px;
    font-weight: 400;
    color: #4B5563;
    margin: 20px 0;
}

#product-h div {
    width: 30px;
    height: 30px;
    background-color: #3B82F61A;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#product-h div img {
    width: 100%;
}

.image-content {
    display: flex;
    justify-content: space-around;
}

#sec-product-category {
    width: 100vw;
    background-color: #E9EDF6;
    display: flex;
    justify-content: center;
}

#sec-product-category p {
    width: 90%;
    text-align: center;
    padding: 20px 0;
}

#sec2-product-category {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.comingSoon {
    font-size: 72px;
    font-weight: 700;
    margin-top: 20px;
}

.sec2-pc-div1 {
    width: 90%;
    /* flex-direction: column; */
    gap: 20px;
    display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

@media (max-width: 1200px) {
    .sec2-pc-div1 {
        flex-direction: column;
        align-items: center;
    }
}

.sec2-pc-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sec2-pc-inner-content {
    width: 100%;
    border: 1.5px solid #30479D;
    display: flex;
    /* flex-direction: column; */
    gap: 5px;
    background-color: #E9EDF6;
    border-radius: 10px;
    text-decoration: none;
}

.sec2-pc-inner-content img {
    width: 100%;
    height: 350px;
    border-radius: 8px;
}

@media (max-width: 1200px) {
    .sec2-pc-inner-content img {
        height: auto;
    }
}

.sec2-pc-inner-content h2 {
    font-size: 22px;
    font-weight: 700;
    padding: 5px 10px;
    color: black;
}

.sec2-pc-inner-content p {
    font-size: 13px;
    font-weight: 400;
    color: #4B5563;
    padding: 5px 10px;
}

#sec2-pc-div1-h2 {
    text-align: center;
    font-size: 54px;
    font-weight: 600;
}

#sec1-in-product {
    width: 100%;
    margin-top: 20vh;
    display: flex;
    justify-content: center;
}

.sec1-in-p-div {
    width: 85%;
    display: flex;
    justify-content: space-between;
}

.in-p-div1 {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.in-p-div2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.in-p-div221 {
    width: 22%;
    border: 1px solid black;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.in-p-div221 img {
    width: 98%;
    height: 98%;
    border-radius: 10px;
}

.in-p-div1 h2 {
    width: 60%;
    font-size: 36px;
    font-weight: 700;
    color: #111827;
    margin-top: 50px;
}

.in-p-div1 #overview {
    width: 230px;
    height: 50px;
    background-color: #F3F4F6;
    border-radius: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.in-p-div1 div a {
    text-decoration: none;
    color: #111827;
    background-color: white;
    border-radius: 100px;
    padding: 5px 10px;
}


.in-p-div1 p {
    font-size: 18px;
    font-weight: 400;
    color: #4B5563;
}