/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*/.wrapper{
  max-width: 1090px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrapper .table{
  background: #fff;
  width: calc(33% - 20px);
  padding: 30px 30px;
  position: relative;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.table .price-section{
  display: flex;
  justify-content: center;
}
.table .price-area{
  height: 120px;
  width: 120px;
  border-radius: 50%;
  padding: 2px;
}
.price-area .inner-area{
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
  line-height: 117px;
  text-align: center;
  color: #fff;
  position: relative;
}
.price-area .inner-area .text{
  font-size: 25px;
  font-weight: 400;
  position: absolute;
  top: -10px;
  left: 17px;
}
.price-area .inner-area .price{
  font-size: 25px;
  font-weight: 500;
  margin-left: 16px;
}
.table .package-name{
  width: 100%;
  height: 2px;
  margin: 35px 0;
  position: relative;
}
.table .package-name::before{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 25px;
  font-weight: 500;
  background: #fff;
  padding: 0 15px;
  transform: translate(-50%, -50%);
}
.table .features li{
  margin-bottom: 15px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.features li .list-name{
  font-size: 17px;
  font-weight: 400;
}
.features li .icon{
  font-size: 15px;
}
.features li .icon.check{
  color: #2db94d;
}
.features li .icon.cross{
  color: #cd3241;
}
.table .btn{
  width: 100%;
  display: flex;
  margin-top: 35px;
  justify-content: center;
}
.table .btn button{
  width: 80%;
  height: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border: none;
  outline: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.table .btn button:hover{
  border-radius:25px;
}
.basic .features li::selection{
  background: #ffd861;
}
.basic ::selection,
.basic .price-area,
.basic .inner-area{
  background: #ffd861;
}
.basic .btn button{
  border: 2px solid #ee2225;
  background: #ee2225;
  color: #fff;  border-radius: 25px;

}
.basic .btn button:hover{
  background: #ee2225;
  color: #fff;border-radius: 25px;
}
.premium ::selection,
.premium .price-area,
.premium .inner-area,
.premium .btn button{
    border: 2px solid #cb1973;
  color: #fff; background: #cb1973; border-radius: 25px;
}
.premium .btn button:hover{
  background: #cb1973;
}
.ultimate ::selection,
.ultimate .price-area,
.ultimate .inner-area{
  background: #6e3898;
}
.ultimate .btn button{
  border: 2px solid #6e3898;
  color: #fff;
  background: #6e3898; border-radius: 25px;
}
.ultimate .btn button:hover{
  background: #6e3898;
  color: #fff;border-radius: 25px;
}


.package4 ::selection,
.package4 .price-area,
.package4 .inner-area{
  background: #4e4fa1;
}
.package4 .btn button{
  border: 2px solid #4e4fa1;
  color: #fff;
  background: #4e4fa1; border-radius: 25px;
}
.package4 .btn button:hover{
  background: #4e4fa1;
  color: #fff;
}

.package5 ::selection,
.package5 .price-area,
.package5 .inner-area{
  background: #169a98;
}
.package5 .btn button{
  border: 2px solid #169a98;
  color: #fff;
  background: #169a98; border-radius: 25px;
}
.package5 .btn button:hover{
  background: #169a98;
  color: #fff;border-radius: 25px;
}

.package6 ::selection,
.package6 .price-area,
.package6 .inner-area{
  background: #41b348;
}
.package6 .btn button{
  border: 2px solid #41b348;
  color: #fff;
  background: #41b348; border-radius: 25px;
}
.package6 .btn button:hover{
  background: #41b348;
  color: #fff;border-radius: 25px;
}

.package7 ::selection,
.package7 .price-area,
.package7 .inner-area{
  background: #a0ca38;
}
.package7 .btn button{
  border: 2px solid #a0ca38;
  color: #fff;
  background: #a0ca38; border-radius: 25px;
}
.package7 .btn button:hover{
  background: #a0ca38;
  color: #fff;border-radius: 25px;
}

.package8 ::selection,
.package8 .price-area,
.package8 .inner-area{
  background: #ddd731;
}
.package8 .btn button{
  border: 2px solid #ddd731;
  color: #fff;
  background: #ddd731; border-radius: 25px;
}
.package8 .btn button:hover{
  background: #ddd731;
  color: #fff;border-radius: 25px;
}


.package9 ::selection,
.package9 .price-area,
.package9 .inner-area{
  background: #fdd402;
}
.package9 .btn button{
  border: 2px solid #fdd402;
  color: #fff;
  background: #fdd402; border-radius: 25px;
}
.package9 .btn button:hover{
  background: #fdd402;
  color: #fff;border-radius: 25px;
}
.basic .package-name{
  background: #ffecb3;
}
.premium .package-name{
  background: #d0b3ff;
}
.ultimate .package-name{
  background: #baf8d4;
}
.basic .package-name::before{
  content: "Custom&nbsp;Logo&nbsp;Design";
}
.premium .package-name::before{
  content: "Business&nbsp;Card";
  font-size: 20px;
}
.ultimate .package-name::before{
  content: "DIGITAL&nbsp;BUSINESS&nbsp;CARD";
  font-size: 20px;
}
@media (max-width: 1020px) {
  .wrapper .table{
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
}
@media (max-width: 698px) {
  .wrapper .table{
    width: 100%;
  }
}
::selection{
}
.table .ribbon1{
  width: 150px;
  height: 150px;
  position: absolute;
  top: -10px;
  left: -10px;
  overflow: hidden;
}
.table .ribbon1::before,
.table .ribbon1::after{
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  border: 7px solid #ee2225;
  border-top-color: transparent;
  border-left-color: transparent;
}
.table .ribbon1::before{
  top: 0px;
  right: 15px;
}
.table .ribbon1::after{
  bottom: 15px;
  left: 0px;
}
.table .ribbon1 span{
  position: absolute;
  top: 30px;
  right: 0;
  transform: rotate(-45deg);
  width: 200px;
  background: #ee2225;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  box-shadow: 0 5px 10px rgba(0,0,0,0.12);
}





.table .ribbon2{
  width: 150px;
  height: 150px;
  position: absolute;
  top: -10px;
  left: -10px;
  overflow: hidden;
}
.table .ribbon2::before,
.table .ribbon2::after{
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  border: 7px solid #cb1973;
  border-top-color: transparent;
  border-left-color: transparent;
}
.table .ribbon2::before{
  top: 0px;
  right: 15px;
}
.table .ribbon2::after{
  bottom: 15px;
  left: 0px;
}
.table .ribbon2 span{
  position: absolute;
  top: 30px;
  right: 0;
  transform: rotate(-45deg);
  width: 200px;
  background: #cb1973;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  box-shadow: 0 5px 10px rgba(0,0,0,0.12);
}




.table .ribbon3{
  width: 150px;
  height: 150px;
  position: absolute;
  top: -10px;
  left: -10px;
  overflow: hidden;
}
.table .ribbon3::before,
.table .ribbon3::after{
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  border: 7px solid #6e3898;
  border-top-color: transparent;
  border-left-color: transparent;
}
.table .ribbon3::before{
  top: 0px;
  right: 15px;
}
.table .ribbon3::after{
  bottom: 15px;
  left: 0px;
}
.table .ribbon3 span{
  position: absolute;
  top: 30px;
  right: 0;
  transform: rotate(-45deg);
  width: 200px;
  background: #6e3898;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  box-shadow: 0 5px 10px rgba(0,0,0,0.12);
}
