header {
  overflow: hidden;
  position: relative;
  padding: 100px 0 0;
  background-color: #fff;
}

header .sub-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--lightBlue);
  font-family: var(--secondary-font);
}
header .title {
  margin-bottom: 30px;
  color: var(--darkBlue);
  font-size: clamp(2.01rem,calc(.5rem + 2.9004vw),2.7rem);
}
header .para {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 45px;
  color: var(--lightBlue);
}
@media only screen and (max-width: 1199.98px) {
  header .sub-title {
    font-size: 16px;
  }
  header .para {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991.98px) {
  header .sub-title {
    font-size: 18px;
  }
  header .title {
    font-size: clamp(2.01rem,calc(.5rem + 4.9004vw),3.247rem);
  }
  header .para {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  header {
    padding: 60px 0;
  }
  header .para {
    font-size: 14px;
  }
}

header .users {
  overflow: hidden;
  padding: 8px 12px;
  position: relative;
  border-radius: 50px;
  border: 1px solid var(--border);
  background-color: rgba(255,255,255,0.1);
}
header .users::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 1;
  position: absolute;
  background-image: conic-gradient( rgba(253, 0, 76, 0.1), rgba(254, 144, 0, 0.1), rgba(255, 240, 32, 0.1), rgba(62, 223, 75, 0.1), rgba(51, 99, 255, 0.1), rgba(177, 2, 183, 0.1), rgba(253, 0, 76, 0.1));
}
header .users .user {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 2;
}
header .users .user:not(:first-child) {
  margin-left: -10px;
}

header .box .count {
  font-size: 18px;
  font-weight: bold;
  color: var(--darkBlue);
}
header .box .text {
  font-size: 14px;
  font-weight: 500;
  color: var(--lightBlue);
}
@media only screen and (max-width: 1199.98px) {
  header .users {
    padding: 4px 6px;
  }
  header .users .user {
    width: 36px;
    height: 36px;
  }
  header .box .count {
    font-size: 16px;
  }
}

header .center-box {
  position: relative;
  background-color: #b5e7ff;
  height: 100%;
  border-radius: 28px;
  z-index: 2;
  padding: 40px 30px;
}
header .center-box img {
  width: 70%;
}

/* features */
header .features::-webkit-scrollbar {
  width: 0;
}
header .features li {
  font-size: 16px;
  font-weight: 500;
  color: var(--darkBlue);
}
header .features li:not(:last-child) {
  margin-bottom: 30px;
}

.se-ii .filter-nav-i .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--darkGray);
  font-size: 14px;
  border: 1px solid var(--border);
  padding: 14px 28px;
  border-radius: 2px;
  cursor: pointer;
  color: var(--darkBlue);
  font-weight: 500;
  background-color: #fff;
  box-shadow: -4px 4px 0 var(--primary-shadow);
  transition: all .15s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.se-ii .filter-nav-i .tab:not(.active):hover {
  box-shadow: 0 0 0 var(--primary-shadow);
}
.se-ii .filter-nav-i .tab.active {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #FFFFFF;
}

.se-ii .side-plan {
  position: relative;
  padding: 60px 30px;
  border-radius: 12px;
  background-color: var(--primary);
  height: 100%;
  background-image: url("../../images/elements/shop-receipt.webp");
  background-repeat: no-repeat;
  background-size: 270px;
  background-position: bottom -50px center;
}
.se-ii .side-plan .title-1 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.se-ii .side-plan .title-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.se-ii .side-plan .para-1 {
  font-size: 14px;
  font-weight: 500;
  color: #ddd;
}

.se-ii .plan {
  background-color: #fff;
  padding: 50px 30px;
  border-radius: 8px;
  border: 1px solid var(--primary-shadow);

}

.se-ii .plan .plan-title {
  font-size: 20px;
  font-weight: bold;
  color: var(--darkBlue);
  margin-bottom: 10px;
}

.se-ii .plan .plan-sub {
  font-size: 14px;
  font-weight: 600;
  color: var(--lightBlue);
  margin-bottom: 45px;
}

.se-ii .plan .plan-price {
  font-size: 26px;
  font-weight: 900;
  color: var(--darkBlue);
}
.se-ii .plan .plan-price-sub {
  font-size: 14px;
  font-weight: 600;
  color: var(--lightBlue);
}

.se-ii .plan hr {
  border-color: var(--primary-shadow);
  border-width: 1px;
}

.se-ii .plan .fea-sec {
  margin-top: 45px;
}

.se-ii .plan .fea-sec .fea-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--darkBlue);
  margin-bottom: 20px;
}

.se-ii .plan .fea-sec .item {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--darkBlue);
}
.se-ii .plan .fea-sec .item:not(last-of-type) {
  margin-bottom: 10px
}
.se-ii .plan .fea-sec .item img {
  width: 16px;
}

.se-ii .plan .fea-sec .item .float-box {
  position: absolute;
  top: 2px;
  right: 0;
  width: 18px;
  height: 18px;
}
.se-ii .plan .fea-sec .item .float-box::before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: '?';
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-color: var(--primary-shadow);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  transition: all .15s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.se-ii .plan .fea-sec .item .float-box::after {
  position: absolute;
  content: attr(data-text);
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  width: 280px;
  background-color: #fff;
  box-shadow: -4px 4px 0 var(--primary-shadow);
  white-space: normal;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--lightBlue);
  border: 1px solid var(--primary-shadow);
  border-radius: 4px;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: all .15s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.se-ii .plan .fea-sec .item .float-box:hover::after {
  visibility: visible;
  opacity: 1;
}

.se-ii .se-footer .line {
  margin: 6px 12px;
}
.se-ii .se-footer .line .icon {
  min-width: 16px;
  width: 16px;
}
.se-ii .se-footer .line .text {
  font-size: 14px;
  font-weight: 500;
  color: var(--darkBlue);
}

@media only screen and (max-width: 767.98px) {
  .se-ii .filter-nav-i .tab {
    padding: 14px;
  }

  .se-ii .side-plan {
    padding: 40px 30px;
    height: 400px;
    background-size: 270px;
    background-position: bottom -100px center;
  }
}

  .filter-nav-i .tab {
    min-width: 120px;
    max-width: 160px;
    width: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-align: center;
    font-size: 1rem;
  }
