
/* hero section  */
.hero-category {


    width: 100vw;

    margin: auto;
    position: relative;
    background-image: url("https://markstac.com/wp-content/uploads/2025/11/banner-01-1.png");
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;

    height: 700px;
    padding-left: 6vw;
    padding-right: 6vw;

    align-items: center;
    justify-content: center;
    background-size: 100% 100%;

}

.hero-category::before {
    content: '';
    background-color: #00000049;

    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-category h1 {
    font-size: clamp(40px, 2vw, 60px);
    text-align: center;
    z-index: 1;

}

.hero-category p {
    max-width: 789px;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: normal;
    z-index: 1;
	    color: #fff;
    line-height: 36px;
}

@media(max-width:713px) {
    .hero-category {
        height: 500px;
    }
	.hero-category h1 {
    font-size: clamp(26px, 2vw, 60px);

}
	.hero-category p {
    color: #fff;
		line-height:28px;
}
	.grid {
    grid-template-columns: repeat(2, 1fr)! important;
	}
}

/* hero section end */
/* generative */
.generative {
    background-color: black;
    padding-block: clamp(40px, 8vw, 100px);
    padding-inline: 6vw;
}
.security{
    margin-bottom: 200px;
}

.even{
         background-color: #0F0F0F;
    padding-block: clamp(40px, 8vw, 100px);
    padding-inline: 6vw;
}
.odd{
      background-color: rgba(2, 17, 34, 0.36);
    padding-block: clamp(40px, 8vw, 100px);
    padding-inline: 6vw;
}

/*  */
.category-heading {
    font-size: clamp(20px, 3vw, 36px);
    line-height: clamp(40px, 5vw, 70px);
    text-align: center;
}

.tools-cat {
    max-width: 88vw;
    width: 100%;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: clamp(30px, 5vw, 50px);
}

.tool-name-cat {
    border: 1px solid #434343;
    max-width: 390px;
    width: 100%;
    height: 110px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 20px;
}

.tool-name-cat img {
    max-width: 121px;
    width: 100%;
    height: 90px;
}

.tool-name-cat p {
    font-size: 18px;
    font-weight: bold;
}

@media(max-width:1845px) {
    .tool-name-cat {
        max-width: 290px;
        height:100px;
        padding: 10px;
        gap: 10px;
    }

    .tool-name-cat img {
        max-width: 100px;
        height: 80px;
    }

    .tool-name-cat p {
        font-size: clamp(14px, 2vw, 16px);
    }

}

@media(max-width:1341px){
    .lt-dis-nn {
        display: none !important;
    }
}
@media(max-width:680px){
      .tool-name-cat {
        max-width: 250px;
        height:100px;
        padding: 10px;
        gap: 10px;
    }
}
@media(max-width:590px){
      .tool-name-cat {
        max-width: 88vw;
        height:100px;
        padding: 10px;
        gap: 10px;
    }
}

/* end */

