

.benifits-wrapper{
    display: flex;
    align-items: flex-start;
    gap: 30px;
    width: 70%;
    margin: 90px auto;



}

.benifits-left{
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.benifits-left h2{
    color: #222;
    font-size: 30px;
    font-weight: 500;

}

.benifits-left p{
    color: #130032BF;

}


.benifits-left a{
    text-decoration: none;
    color: #1777f7;
    font-size: 19px;
    font-weight: 500;
    cursor: pointer;
}

.benifits-right{
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.benifits-right .benifit-card{
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 25px;
height: 250px;
border: 1px solid #13003226;
border-radius: 10px;
}

.benifit-card p{
    font-size: 19px;
    color: #222;
    font-weight: 500;;

}


.box-wrapper{
  /* margin: 90px auto; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  /* width: 80%; */

}

.box-image{
  width: 90%;
  height: 90%;
  border-radius: 15px;
}

.box-content{
  display: flex;
  flex-direction: column;
  gap: 25px;
  
}


.box-content{
  margin-left: 40px;
}

.box-content-wrapper{
 padding: 10% 0;
}


.box-product-name{
  font-size: 14px;
  font-weight: 400;
  color: #1777f7;
  background: #1778f71d;
  padding: 8px 15px;
  border-radius: 20px;
  width: fit-content;
  margin-bottom: 15px;

}

.box-heading{
  font-size: 40px;
  font-weight: 500;
  line-height: 43px;
  color: #222;

}

.box-sub-heading{
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #666;
 width: 90%;

}

.box-btn-wrapper{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}

.box-btn{
  padding: 13px 22px;
  font-size: 17px;
  font-weight: 500;
  outline: none;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s all;
}
.box-btn:active,.box-btn:focus{
  outline: none;
}

.box-btn-primary{
  background: #1777f7;
  color: #fff;
border: 1px solid #1777f7;

}



.box-btn-secondary{
  background: transparent;
  color: #1777f7;
border: 1px solid #1777f7;
}

.box-btn-primary:hover{
  background: #1778f7e2;
}

.box-btn-secondary:hover{
  background: #1778f714;
}
.img-long{
  width: 80%;
  /* height: 700px; */
}

/* .img-short{
  width: 550px;
  height: 550px;
} */

.box-question{
  padding: 40px;
  width: 85%;
  display: flex;
  flex-direction: column;
  gap: 17px;
  border-radius: 20px;
  border: 1px solid #ccc;
  margin: 50px auto;
}

.box-question h1{
  font-size: 28px;
  font-weight: 500;
  color: #222;

}

.box-question p{
  font-size: 15px;
  font-weight: 400;
  color: #666;
}
.box-container{
  padding: 60px 10%;
 
}
.grey-bg{
  background: #1778f709;
}

.reverse .box-content-image{
display: flex;
justify-content: center;
}

.reverse .box-content{
  margin-left: 0;
  margin-right: 8%;
}

.plan-wrapper{
  width: 80%;

  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  border: 1px solid #ccc;
  margin: 60px auto;
  border-radius: 30px;
}

.plan-wrapper h1{
  font-size: 30px;
  color: #222;

}

.plan-wrapper p{
  color: #666;
  text-align: center;
  width: 80%;
}

.first-container{
  margin-top: 60px;
}


@media (max-width:768px){
  .first-container{
  margin-top: 10px;
}
  .box-container{
    padding: 20px;
  }

  .box-wrapper{
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .box-content{
    margin: 0;
    gap: 10px;
  }
  .box-product-name{
    margin: 0;
    font-size: 13px;
    padding: 8px 10px;
  }

  .box-heading{
    font-size: 23px;
    line-height: 30px;
  }
  .box-sub-heading{
    font-size: 15px;
    line-height: 23px;
    width: 100%;
  }

  .box-btn-wrapper{
    gap: 12px;
  }

  .box-btn{
    padding: 8px 10px;
  font-size: 14px;
  white-space: nowrap;
  }
  .box-image{
    width: 100%;
    height: 100%;
  }
  .box-question{
    padding: 25px;
    width: 100%;
    margin: 25px auto;
  }

  .box-question h1{
    font-size: 20px;
  }

  .box-question p{
    font-size: 14px;
  }
  .reverse .box-content{
    margin: 0;
  }
  .box-content-wrapper{
    padding: 0;
  }
  .plan-wrapper{
    width: 90%;
    padding: 20px 0;
    margin: 30px auto;
  }
  .plan-wrapper h1{
    font-size: 23px;
    text-align: center;
  }
  .plan-wrapper p{
    width: 90%;
    font-size: 15px;
  }
}