/* 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 {
  background: black;
}

.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 1 */
.plan-style-1 {
  margin: 15px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  border: 2px solid #ffb254;
  color: #ffffff;
}

.plan-style-1:hover{
  background: #ffb254;
  color: #000000;
  border: 2px solid #ffb254;
}

.plan-style-1:hover .plan-price .price{
  color: #000;
}
.plan-style-1:hover .plan-list li i.far.fa-check-circle{
  color: green;
}

.plan-style-1 .plan-header {
  padding: 30px 0 40px 0;
  padding-bottom: 20px;
  padding-top: 60px;
  position: relative;
}
.plan-style-1 .plan-header:after {
  content: "";
  display: block;
  width: 100%;
  height: 33px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../images/wave.svg");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.plan-style-1 .plan-header .plan-title {
  margin: -14px 0 4px 0;
  line-height: 40px;
  font-size: 20px;
  font-weight: 400;
}
.plan-style-1 .plan-price .price {
  margin: 0;
  font-size: 55px;
  font-weight: 900;
  line-height: 46px;
  color: #fff;
}
.plan-style-1 .plan-price .price span {
  padding: 0 5px;
  font-size: 16px;
  font-weight: 400;
}
.plan-style-1 .plan-list {
  padding: 30px 0;
  padding-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
  margin-top: 0;
  padding-bottom: 50px;
  text-align: start;
}
.plan-style-1 .plan-list li {
  margin: 0 30px;
  position: relative;
  list-style-type: none;
  line-height: 35px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02rem;
  padding-left: 50px;
}
.plan-style-1 .plan-list li i {
  margin-right: 5px;
  position: relative;
  font-size: 16px;
  line-height: 42px;
}
.plan-style-1 .plan-list li i.far.fa-times-circle {
  color: red;
}
.plan-style-1 .plan-list li i.far.fa-check-circle {
  color: #00d100;
}
.plan-style-1 .plan-list .tooltip-info {
  cursor: pointer;
}
.plan-style-1 .plan-list .tooltip-hover-text {
  color: #555;
  font-weight: 600;
}
.plan-style-1 .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;
}
.plan-style-1 .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;
}
.plan-style-1 .tooltip-info:hover .tooltiptext {
  visibility: visible;
}
.plan-style-1 .plan-bottom {
  padding: 10px 0 40px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.plan-style-1 .plan-button {
  padding: 13px 30px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background-size: 300% 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-1 .plan-button:hover {
  background-position: 100% 0;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* End Pricing plan style 1 */