/* CSS File 
	===================
	Item Name: Sava - Creative pricing tables
	Author: Ashish Maraviya
	Version: 3.0
	Copyright 2023-2024
===================*/
/*==============
	Page General css
=================*/
body {
  font-family: "Lato", sans-serif;
}

h1 {
  font-family: "Lato", sans-serif;
}

h2 {
  font-family: "Lato", sans-serif;
  margin-top: -5px;
  font-weight: 600;
  color: #555;
}

h3 {
  font-family: "Lato", sans-serif;
}

h4 {
  font-family: "Lato", sans-serif;
}

h5 {
  font-family: "Lato", sans-serif;
}

h6 {
  font-family: "Lato", sans-serif;
}

.pp-section {
  padding: 100px 0 85px 0;
}

.section-header {
  margin-bottom: 33px;
}

.section-bg {
  background-color: #eee;
}

.color-picker {
  position: fixed;
  right: -190px;
  top: 200px;
  width: 190px;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.color-picker .settings-header {
  background: -webkit-gradient(linear, left top, right top, from(#777), to(#444));
  background: linear-gradient(to right, #777, #444);
  padding: 5px 15px;
}
.color-picker .settings-header h3 {
  color: #fff;
  margin: 0;
  font-size: 20px;
  text-align: center;
  padding: 4px 9px;
}
.color-picker .section {
  background: #fff;
  padding: 20px;
  border: 1px solid #444;
  overflow: auto;
}
.color-picker .section i {
  font-size: 16px;
  margin-right: 10px;
}
.color-picker a.handle {
  position: absolute;
  right: 190px;
  width: 50px;
  height: 43px;
  color: #fff;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  z-index: -1;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#777), to(#444));
  background: linear-gradient(to right, #777, #444);
  top: 0;
}
.color-picker .colors a {
  width: 35px;
  height: 35px;
  margin: 7px 7px;
  float: left;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.color-picker .skin a {
  display: block;
  width: 70px;
  height: 30px;
  margin-left: 0;
  margin-top: 0;
  margin-right: 5px;
  float: left;
  text-align: center;
  line-height: 30px;
  border: 2px transparent solid;
}
.color-picker .skin a.actt {
  border: 2px #fff solid;
}

.color-1 {
  background: -webkit-gradient(linear, left top, right top, from(#b76cd2), to(#4c3bb3));
  background: linear-gradient(to right, #b76cd2, #4c3bb3);
}

.color-2 {
  background: -webkit-gradient(linear, left top, right top, from(#00eefa), to(#05b6eb));
  background: linear-gradient(to right, #00eefa, #05b6eb);
}

.color-3 {
  background: -webkit-gradient(linear, left top, right top, from(#ff9f0e), to(#ff4a10));
  background: linear-gradient(to right, #ff9f0e, #ff4a10);
}

.color-4 {
  background: -webkit-gradient(linear, left top, right top, from(#09e072), to(#007d1d));
  background: linear-gradient(to right, #09e072, #007d1d);
}

.color-5 {
  background: -webkit-gradient(linear, left top, right top, from(#ff729b), to(#ce002f));
  background: linear-gradient(to right, #ff729b, #ce002f);
}

.color-6 {
  background: -webkit-gradient(linear, left top, right top, from(#fde08d), to(#df9f28));
  background: linear-gradient(to right, #fde08d, #df9f28);
}

.plan-header .plan-title {
  font-family: "Lato", sans-serif;
}

.plan-price .price {
  font-family: "Lato", sans-serif;
}

.plan-list li {
  font-family: "Lato", sans-serif;
}

.plan-button {
  font-family: "Lato", sans-serif;
}

/*==============
	End Page General css
=================*/
/* Start Pricing plan style 2 */
.mat-plan-style-2 {
  margin: 0 auto 15px;
  margin: 15px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 30px #eee;
          box-shadow: 0px 0px 30px #eee;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mat-plan-style-2:hover {
  -webkit-box-shadow: 0px 0px 30px #ccc;
          box-shadow: 0px 0px 30px #ccc;
}
.mat-plan-style-2 .plan-header {
  position: relative;
  background: #fff;
}
.mat-plan-style-2 .plan-header .waves-2:after {
  content: "";
  display: block;
  width: 150%;
  height: 100px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-image: url("../img/wave.svg");
  color: #fff;
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  -webkit-animation: moveit 4s infinite;
          animation: moveit 4s infinite;
  opacity: 0.5;
}
.mat-plan-style-2 .plan-header .waves-2:before {
  content: "";
  display: block;
  width: 150%;
  height: 100px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-image: url("../img/wave.svg");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  -webkit-animation: moveit 7s infinite;
          animation: moveit 7s infinite;
}
@keyframes moveit {
  0% {
    left: 0;
  }
  50% {
    left: -50px;
  }
  100% {
    left: 0;
  }
}
.mat-plan-style-2 .plan-header .plan-title {
  margin: 0 0 21px 0;
  padding: 15px 0 0 30px;
  text-align: left;
  color: #fff;
  line-height: 42px;
  font-size: 20px;
  font-weight: 400;
}
.mat-plan-style-2 .plan-header .plan-title:after {
  content: "";
  width: 60px;
  height: 4px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
  background: linear-gradient(to right, #fff, transparent);
  position: absolute;
  top: 49px;
  left: 30px;
}
.mat-plan-style-2 .plan-price .price {
  margin: 0 -5px 0 0;
  padding: 10px 30px 0px 30px;
  text-align: right;
  position: relative;
  font-size: 50px;
  color: #777;
  font-weight: 900;
  line-height: 45px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mat-plan-style-2 .plan-price .price span {
  padding: 0 5px;
  font-size: 15px;
  font-weight: 400;
}
.mat-plan-style-2 .plan-list {
  padding: 2px 0 20px 0;
  margin-bottom: 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.mat-plan-style-2 .plan-list li {
  margin: 0 30px;
  position: relative;
  list-style-type: none;
  color: #888;
  line-height: 35px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02rem;
}
.mat-plan-style-2 .plan-list .tooltip-info {
  cursor: pointer;
}
.mat-plan-style-2 .plan-list .tooltip-hover-text {
  color: #555;
  font-weight: 600;
}
.mat-plan-style-2 .tooltip-info .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  letter-spacing: 0.02rem;
  color: #fff;
  text-align: center;
  line-height: 20px;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 2;
  bottom: 35px;
  left: 45%;
  margin-left: -60px;
}
.mat-plan-style-2 .tooltip-info .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}
.mat-plan-style-2 .tooltip-info:hover .tooltiptext {
  visibility: visible;
}
.mat-plan-style-2 .plan-bottom {
  padding: 70px 0 42px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.mat-plan-style-2 .plan-bottom .waves-2:after {
  content: "";
  display: block;
  width: 150%;
  height: 60px;
  position: absolute;
  top: -23px;
  left: 0;
  background-image: url(../img/wave.svg);
  color: #fff;
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  -webkit-animation: moveit 8s linear infinite;
          animation: moveit 8s linear infinite;
  opacity: 0.5;
  rotate: 180deg;
}
.mat-plan-style-2 .plan-bottom .waves-2:before {
  content: "";
  display: block;
  width: 150%;
  height: 60px;
  position: absolute;
  top: -23px;
  left: 0;
  background-image: url("../img/wave.svg");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  -webkit-animation: moveit 5s linear infinite;
          animation: moveit 5s linear infinite;
  rotate: 180deg;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.mat-plan-style-2 .plan-button {
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
}
.mat-plan-style-2 .plan-button:hover {
  background-color: #fff;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* End Pricing plan style 2 */
/*# sourceMappingURL=pricing-tables.css.map */