.hero-about {


    width: 100vw;

    margin: auto;
    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%;
    z-index: 999;

}

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

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

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

.hero-about p {
    text-align: center;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 300;
    z-index: 1;
    line-height: 36px;
    color: #fff;
    font-weight: 400;
}

@media(max-width:713px) {
    .hero-about {
        height: 500px;
    }
	.hero-about h1 {
    font-size: 24px;

}
	.hero-about p {
    text-align: center;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 300;
    z-index: 1;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
}
}
/* what  */
.what {
    display: flex;
    flex-direction: column;
    padding-block: clamp(70px, 8vw, 90px);
    justify-content: center;
    align-items: center;
    padding-left: 6vw;
    padding-right: 6vw;
}

.what h2 {
    font-size: clamp(20px, 2vw, 36px);
    color: white;

    font-weight: normal;
    text-align: center;
   margin-bottom: clamp(10px, 5vw, 30px);
}

.what h2 span {
    color: #00d0ff;
}

.what p {
    text-align: center;
    font-size: clamp(16px, 1.6vw, 18px);
    font-weight: normal;
   
}

/* what end */
/* who we help */
.who-help {
    background: linear-gradient(to bottom, #0f0f0f 0%, #0f0f0f77 100%);
    display: flex;
    flex-direction: column;
    padding-block: clamp(70px, 8vw, 90px);
    justify-content: center;
    align-items: center;
    padding-left: 6vw;
    padding-right: 6vw;
}

.who-help h2 {
    font-size: clamp(20px, 2vw, 36px);
    color: white;

    font-weight: bold;
    text-align: center;
    line-height: clamp(36px, 2vw, 46px);
    margin-bottom: clamp(30px, 8vw, 60px);
}

.grid-who {
    display: flex;

    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    max-width: 1410px;
}

.grid-item-who {
    width: 100%;
    max-width: 330px;
    height: 396px;
    padding: 20px;
    border: 2px solid #434343;
    border-radius: 10px;
    gap: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

.img-who {
    background-color: white;
    border-radius: 10px;
    height: 240px;
    width: 290px;
    font-size: clamp(20px, 2vw, 36px);
    line-height: clamp(36px, 2vw, 46px);
}

.grid-item-who h3 {
    font-size: 22px;
    line-height: clamp(18px, 2vw, 32px);
}

.grid-item-who p {
    text-align: center;
    color: white;
    font-weight: lighter;
    font-size: 18px;
    line-height: clamp(22px, 2vw, 28px);
    padding: 0 3rem;
}

@media(max-width:1574px) {
    .grid-item-who {
        width: 100%;
        max-width: 270px;
        height: 356px;
        padding: 20px;

    }

    .img-who {
        background-color: white;
        border-radius: 10px;
        height: 210px;
        width: 220px;

    }
}

@media(max-width:650px) {
    .grid-item-who {
        width: 100%;
        max-width: 78vw;
        height: 376px;
        padding: 20px;

    }

    .img-who {
        background-color: white;
        border-radius: 10px;
        height: 230px;
        width: 68vw;

    }
}

/* who we help end */
/* section why choose us start */
.why-about{
   background-color: black;
    display: flex;
    flex-direction: column;
    padding-block: clamp(70px, 8vw, 90px);
    justify-content: center;
    align-items: center;
    padding-left: 6vw;
    padding-right: 6vw;
}

.why-about h2{
        font-size: clamp(20px, 2vw, 36px);
    color: white;

    font-weight: bold;
    text-align: center;
    line-height: clamp(36px, 2vw, 46px);
     margin-bottom: clamp(30px, 8vw, 60px);
}

.why-abt-grid{
    width: 100%;
    max-width: 1125px;
    display: flex;
    flex-direction: column;
   
       
   
}
.why-item-abt{
    display: flex;
 border-bottom: 1px solid #434343;
    width: 100%;
    max-width: 1125px;
 
}
.item-why-left{
width: 100%;
max-width: 460px;
background-color: black;
}
.item-why-left p{
     line-height: clamp(28px,5vw,32px);
    font-size: clamp(20px,2vw,24px);
    font-weight: bold;
    margin-left:5%;
    margin-top: 5%;
    margin-bottom: 80px;
    color: #fff;
}
.item-why-right{
width: 100%;
max-width: 665px;
background-color: black;
}
.item-why-right p{
        line-height: clamp(20px,5vw,32px);
    font-size: clamp(16px,2vw,18px);
    font-weight: normal;
    margin-left:5%;
    margin-top: 3%;
    color: #a3a3a3;
        margin-bottom: 40px;
}
/* why completed */




.join-about {
  background: linear-gradient(45deg, #15134a 0%, #0077ff 100%);

    padding-block: clamp(70px, 8vw, 90px);
 text-align: center;
    padding-left: 6vw;
    padding-right: 6vw;
}

.featured-container {
  width: 88vw;
  margin-left: auto;
  margin-right: auto;
}

.join-about h2 {
  font-size: clamp(35px,5vw,50px);
  font-weight: bold;
  margin-bottom: 15px;

}


.join-about p {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: lighter;
  color: #e0e0e0;
  margin-bottom: 30px;
  width: 52vw;
  margin-left: auto;
  margin-right: auto;


}

.list-btn-abt {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  padding: 12px 30px;
  font-size: clamp(16px,2vw,18px);
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.list-btn-abt:hover {
  background-color: white;
  color: black;
}

@media (max-width:720px) {
  .join-about h2 {
    font-size: 35px;
  }
.join-about p{
    width: 88vw;

}

}

@media (max-width:400px) {
  .join-about h2 {
    font-size: 25px;
  }

  .join-about p {
    font-size: 14px;

  }
}

