.what-willSEC {
  padding: 90px 0px;
  background-image: url(../images/wh_willBG.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  overflow: hidden;

}

.what-willSEC::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #4f4d4d;
  background: linear-gradient(314deg, rgba(255, 255, 255, 0.524) 19%, rgba(255, 255, 255, 0.771) 52%);
}

.what-willSEC .container {
  position: relative;
  z-index: 10;
}

.what-willSEC .will_text {
  padding: 20px 0px 10px 0px;
  position: relative;
}

.what-willSEC .will_text h5 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  background-color: #f39c12;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
}

.what-willSEC .will_text h5::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  left: calc(50% - -111px);
  margin-left: 12px;
  width: 73px;
  height: 3px;
  background-color: #ffc517;

}

.what-willSEC .info-title {
  text-align: center;
  font-size: 36px;
  letter-spacing: 6px;
  font-weight: 300;
  margin-bottom: 70px;
}

.what-willSEC .wh_willtxt {
  margin-top: 100px;
  margin-left: 50px;
}

.what-willSEC .wh_willtxt h1 {
  color: #000000;
  font-weight: bold;
  font-size: 40px;
  padding-bottom: 10px;

}

.what-willSEC .wh_willtxt p {
  color: #f75959;
  font-weight: 500;
  font-size: 20px;
  padding-top: 10px;

}

.what-willSEC .cr_im img {
  width: 50px;
  background: #ff9999;
  background: linear-gradient(314deg, rgb(252, 175, 32) 19%, rgb(252, 223, 177) 52%);
  padding: 5px 8px;
  margin-bottom: 10px;
  border-radius: 8px;

}

.what-willSEC .info-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 70px;
}

.what-willSEC .info-card {
  position: relative;
}

.what-willSEC .card-box {
  background: #000000;
  padding: 35px 40px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .15);
  min-height: 220px;
  max-height: 240px;
}

.what-willSEC .card-box h4 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
}

.what-willSEC .card-box p {
  font-size: 20px;
  line-height: 1.6;
  color: #fec47d;
}

.what-willSEC .info-card::before,
.what-willSEC .info-card::after {
  content: "";
  position: absolute;
  height: 3px;
  background: currentColor;
}

.what-willSEC .info-card::before {
  width: 80%;
  bottom: -14px;
  left: 20px;
}

.what-willSEC .info-card::after {
  width: 3px;
  height: 90%;
  left: -14px;
  bottom: 20px;
}

.what-willSEC .info-card {
  color: #f1b023
}

.what-willSEC .info-card span {
  position: absolute;
  background: currentColor;
}

.what-willSEC .info-card span.h {
  height: 4px;
  width: 120px;
  top: -14px;
  right: -10px;
}

.what-willSEC .info-card span.v {
  width: 4px;
  height: 80px;
  right: -14px;
  top: -14px;
}

.what-willSEC .info-card::marker {
  display: none
}

.what-willSEC .info-card.blue::after {}

.what-willSEC .info-card::before {}

.what-willSEC .info-card.blue span {}

.what-willSEC .info-card::after {}

.what-willSEC .info-card::before {}

.what-willSEC .info-card.orange span {}

.what-willSEC .info-card.green span {}

.what-willSEC .info-card.red span {}

.what-willSEC .info-card>span {
  display: block
}

.what-willSEC .info-card.blue>span,
.what-willSEC .info-card.orange>span,
.what-willSEC .info-card.green>span,
.what-willSEC .info-card.red>span {}

.what-willSEC .info-card.blue::after {}

.what-willSEC .info-card::after {}

.what-willSEC .info-card::before {}

.what-willSEC .info-card>span {}


.what-willSEC .info-card.blue::before {}

.what-willSEC .info-card::before {}

.what-willSEC .info-card.blue::after {}

.what-willSEC .particles {
  position: absolute;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  overflow: hidden;
}

.what-willSEC .particles span {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(255, 195, 67, 0.718);
  border-radius: 50%;
  animation: float 18s linear infinite;
}

.what-willSEC .particles span:nth-child(1) {
  left: 10%;
  animation-duration: 12s;
}

.what-willSEC .particles span:nth-child(2) {
  left: 25%;
  animation-duration: 18s;
  width: 4px;
  height: 4px;
}

.what-willSEC .particles span:nth-child(3) {
  left: 40%;
  animation-duration: 15s;
}

.what-willSEC .particles span:nth-child(4) {
  left: 55%;
  animation-duration: 22s;
  width: 3px;
  height: 3px;
}

.what-willSEC .particles span:nth-child(5) {
  left: 70%;
  animation-duration: 17s;
}

.what-willSEC .particles span:nth-child(6) {
  left: 85%;
  animation-duration: 26s;
  width: 5px;
  height: 5px;
}

.what-willSEC .particles span:nth-child(7) {
  left: 30%;
  animation-duration: 20s;
}

.what-willSEC .particles span:nth-child(8) {
  left: 60%;
  animation-duration: 14s;
}

.what-willSEC .particles span:nth-child(9) {
  left: 80%;
  animation-duration: 19s;
}

.what-willSEC .particles span:nth-child(10) {
  left: 50%;
  animation-duration: 24s;
}

@keyframes float {
  0% {
    bottom: -10%;
    transform: translateX(0) scale(1);
    opacity: 1;
  }

  20% {
    opacity: 1
  }

  100% {
    bottom: 110%;
    transform: translateX(-40px) scale(1.4);
    opacity: 1;
  }
}
.mobile-WH{
  display: none;
}

/* responsive */
@media(max-width:768px) {
 .what-willSEC  .info-grid {
    grid-template-columns: 1fr;
    gap: 50px
  }
}


@media(max-width:990px) {
.mobile-WH{
  display: block;
}
.desktop-WH{
  display: none;
}
.what-willSEC{
  padding: 50px 0px 50px 0px;
}
.what-willSEC .will_text h5::after {
  display: none;
}
.what-willSEC .wh_willtxt {
    text-align: center;
    margin-top: 0px;
    margin-left: 0px;
}
.what-willSEC .wh_willtxt h1{
  font-size: 26px;
}
.what-willSEC .wh_willtxt p {
    font-size: 18px;
    padding-bottom: 50px;
}
}