/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

#pricing .container {
   --bs-gutter-x: 0;
}

.pricing {
   /* background: url("../img/about-bg.png") top center no-repeat; */
   position: relative;
   top: 380px;
}

.pricing .box {
   padding: 20px;
   background: #fff;
   text-align: center;
   box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
   /*todo*/
   /* box-shadow: 5px 10px 29px 0 rgba(14, 234, 6, 0.2); */
   border-radius: 30px;
   position: relative;
   overflow: hidden;
}


.pricing h3 {
   font-weight: 400;
   padding: 20px 15px;
   font-size: 18px;
   font-weight: 700;
   color: rgba(3, 85, 30, 0.997);
   /*changed*/
   background: #eafce9;
}

.pricing .section-title h3 {
   margin: -20px 0 20px 0;
}

.pricing .row h3 {

   margin: -20px -20px 20px -20px;

}

.pricing h4 {
   font-size: 36px;
   color: #ff0000;
   font-weight: 600;
   font-family: "Poppins", sans-serif;
   margin-bottom: 20px;
}

[dir='ltr'] .pricing h4 sup {
   font-size: 20px;
   top: -15px;
   left: -3px;
}

[dir='rtl'] .pricing h4 sup {
   font-size: 20px;
   top: -15px;
   right: -3px;
}

.pricing h4 span {
   color: #bababa;
   font-size: 16px;
   font-weight: 300;
}

.pricing ul {
   padding: 0;
   list-style: none;
   color: #444444;
   text-align: center;
   line-height: 20px;
   font-size: 14px;
}

.pricing ul li {
   padding-bottom: 16px;
}

.pricing ul i {
   color: #0880e8;
   font-size: 18px;
   /* padding-right: 4px; */
}

[dir='ltr'] .pricing ul i {
   padding-right: 4px;
}

[dir='rtl'] .pricing ul i {
   padding-left: 4px;
}

.pricing ul .na {
   color: #ccc;
   text-decoration: line-through;
}

.pricing .btn-wrap {
   margin: 20px -20px -20px -20px;
   padding: 20px 15px;
   background: #f8f8f8;
   text-align: center;
}

.pricing .btn-buy {
   background: #0880e8;
   display: inline-block;
   padding: 8px 35px 10px 35px;
   border-radius: 50px;
   color: #fff;
   transition: none;
   font-size: 14px;
   font-weight: 400;
   font-family: "Raleway", sans-serif;
   font-weight: 600;
   transition: 0.3s;
}

.pricing .btn-buy:hover {
   background: #2b99f8;
}

.pricing .advanced {
   width: 200px;
   position: absolute;
   top: 18px;
   /* right: -68px; */
   transform: rotate(45deg);
   z-index: 1;
   font-size: 14px;
   padding: 1px 0 3px 0;
   background: rgba(3, 85, 30, 0.997);
   /*changed*/
   color: #fff;
}

[dir='ltr'] .pricing .advanced {
   right: -68px;
}

[dir='rtl'] .pricing .advanced {
   left: -68px;
}