/** Shopify CDN: Minification failed

Line 53:0 Unexpected "}"

**/
.project h1,h2,h3 {
  margin: 0;
  padding: 0;
}
.project_container {
  text-align: center;
}
.project_container .project_tab {
  max-width: 759px;
  margin: auto;
  font-size: clamp(12px,3vw,16px);
  line-height: clamp(16px,3vw,24px);
  color: #00000099;
}
.tab__content {
  order:1;
  width: 100%;
  gap: 22px;
  justify-content: center;
  margin: auto;
  margin-top: 50px;
  display: none;
  display: flex;
  flex-wrap: wrap;
}
.tab__content__card .time,
.tab__content__card  .price{
  width: 50%;
}
.tab__content__card .time div p,
.tab__content__card  .price div p{
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}
.tab__content__card .time h3,
.tab__content__card  .price h3{
  font-size: 13px;
  line-height: 15px;
}
.tab__content__card .time_price {
  display: flex;
  opacity: .68;
  font-size: 12px;
    line-height: 18px;
  gap: 6px;
}
}

.time_price .time,.price {
  display: flex;
  flex-direction: column;
}
.tab__content__card {
  position: relative;
  width: 250px;
  height: max-content;
  padding: 20px 25px;
  text-align: left;
}
.tab__content__card .card_heading {
  font-size: clamp(14px,3vw,24px);
  line-height: 24px;
  margin-bottom: 20px;
}
.tab__content__card .card_heading p {
  margin: 0;
}
.tab__content__card {
  width: 335px;
  height: auto;
  place-content: space-around;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.2s ease-in-out forwards;
  margin-bottom: 20px;
}
@media screen and (max-width: 723px) {
  .tab__content__card {
    flex: 0 0 46%;
  }
}
@media screen and (max-width: 560px) {
  .tab__content__card {
    flex: 0 0 85%;
  }
}
.tab__content__card:nth-child(1) {
  animation-delay: 0.4s;
}
.tab__content__card:nth-child(2) {
  animation-delay: 0.8s;
}
.tab__content__card:nth-child(3) {
  animation-delay: 1.2s;
}
.tab__content__card:nth-child(4) {
  animation-delay: 1.6s;
}
.tab_content__footer {
  position: absolute;
  bottom: -30px;
  right: 0;
  color: rgba(0, 0, 0, .7);
  font-size: clamp(10px,1vw,16px);
  display: flex;
}
.tab_content__footer p {
  display: inline;
}
.tab_content__footer svg {
  width: 18px;
  height: 18px;
}
.popup_heading {
  position: absolute;
  top: -10px;
  right: 12px;
  background: white;
  color: black;
  border: 1px solid black;
  padding: 0 10px;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
@keyframes fadeInUp {
  0% {
      opacity: 0;
      transform: translateY(20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

.price__chart .price__chart-heading  {
  font-size: clamp(30px,3vw,40px);
  font-weight: 700;
  line-height: clamp(36px,3vw,46px);
  color: #000;
  max-width: 533px ;
  text-align: center;
  margin: auto;
}
.price__chart .price__chart-heading p {
  margin: 0;
}
@media only screen and (min-width: 600px) {
  .price__chart .price__chart-heading {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 650px) {
  /* .tab__content__card{
    max-width: 270px;
  } */

}
/* @media screen and (min-width: 950px){
  .project_container .project_tab{
    font-size:25px;
    line-height: 30px;
  }

} */
@media only screen and (min-width: 1270px) {
  .price__chart .price__chart-heading {
    font-size: 40px;
    line-height: 46px;
  }
  /* .tab__content__card{
    width: 23%;
  } */
}
@media screen and (min-width: 1100px) { 
  .tab__content__card:nth-child(odd) {
    margin-top: 80px;
  }
  .tab__content__card {
    height: 100%;
  }
}