@import "../fonts/LamaSans/stylesheet.css";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");
html,
body {
  font-family: "Lama Sans", sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: black;
  background: white;
  overflow-x: hidden;
}

a, a:hover, a:visited, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}

.navbar {
  position: absolute;
  z-index: 99;
  right: 0;
  left: 0;
}
.navbar .user-dropdown img {
  width: 45px;
  height: 45px;
  border-radius: 40px;
  object-fit: cover;
  border: 2px solid white;
  margin-left: 9px;
}
.navbar .user-dropdown .dropdown-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar .user-dropdown .dropdown-toggle span {
  width: 80px;
  display: inline-block;
}
.navbar .user-dropdown .dropdown-toggle em {
  font-weight: 600;
  font-style: normal;
  color: #FF5400;
}
@media (max-width: 575px) {
  .navbar .container {
    padding: 0;
  }
  .navbar #navbarNav.show {
    background: #8C3DD1;
    margin-top: 15px;
    padding-bottom: 25px;
  }
  .navbar .navbar-toggler {
    border: 0;
    box-shadow: none;
  }
  .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path stroke="%23ffffff" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/></svg>');
  }
}
.navbar .nav-item {
  font-size: 16px;
}
.navbar .navbar-nav {
  margin-left: 32px;
  gap: 60px;
}
.navbar .navbar-nav.ms-auto {
  margin-right: auto !important;
  margin-right: auto !important;
}
.navbar .navbar-nav .dropdown-menu {
  background: #8C3DD1;
  border: 0;
  text-align: right;
  left: initial;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
}
.navbar .navbar-nav .dropdown-menu li .dropdown-item {
  padding: 12px 37px;
  background: #8C3DD1;
  color: white;
  font-weight: 600;
  padding-right: 8px;
  -webkit-box-shadow: inset -2px -17px 23px -18px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset -2px -17px 23px -18px rgba(0, 0, 0, 0.19);
  box-shadow: inset -2px -17px 23px -18px rgba(0, 0, 0, 0.19);
}
.navbar .navbar-nav .dropdown-menu li .dropdown-item svg {
  margin-left: 7px;
  width: 23px;
  height: 22px;
}
.navbar .navbar-nav .dropdown-menu li .dropdown-item:hover {
  background: #470a82;
}
.navbar .navbar-nav .dropdown-menu li:last-child .dropdown-item {
  box-shadow: none;
}
@media (max-width: 767px) {
  .navbar .navbar-nav {
    gap: 20px;
  }
}
.navbar .navbar-nav .nav-link {
  margin-top: 15px;
  margin-left: 5px;
  color: white !important;
}
.navbar .btn-header {
  border: none;
  color: #ffffff;
  margin-top: 10px;
  font-size: 15px;
  padding: 16px 30px;
  background: #FF5400;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 500;
}
@media (max-width: 767px) {
  .navbar .btn-header {
    display: none;
  }
}
.navbar .btn-header:hover {
  background-color: #FFA61F;
}

.footer {
  background-color: #5C129E;
  background-image: url("/media/imgs/footer-bg.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  color: #e1e1e1;
  background-size: 360px;
}
.footer .first-row {
  margin-bottom: 85px;
}
@media (max-width: 575px) {
  .footer .first-row {
    padding-right: 25px;
  }
}
.footer .footer-logo {
  max-width: 100px;
}
.footer .footer-menu {
  gap: 35px;
}
@media (max-width: 575px) {
  .footer .footer-menu {
    display: block !important;
    margin-top: 15px;
  }
}
.footer .footer-menu .footer-link {
  color: #e1e1e1;
  text-decoration: none;
  font-size: 16px;
}
@media (max-width: 575px) {
  .footer .footer-menu .footer-link {
    width: 100%;
    display: block;
    padding: 8px 0;
  }
}
.footer .footer-divider {
  border-color: #e1e1e1;
}
.footer .copy {
  color: #e1e1e1;
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer .socils {
    margin-top: 20px;
    justify-content: start !important;
    margin-right: -15px;
  }
}
.footer .icon img {
  width: 36px;
  height: 36px;
}

.download-section {
  margin-top: 160px;
  background-color: #f3f3f3;
  padding: 0px 0px;
  background-image: url("/media/imgs/app-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .download-section {
    background-position: 55% 274%;
    padding: 65px 0;
  }
}
@media (max-width: 575px) {
  .download-section {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .download-section .download-buttons {
    display: flex;
  }
}
.download-section .right-content {
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 120px 0;
}
@media (max-width: 575px) {
  .download-section .right-content {
    padding: 40px 0;
    padding-top: 0;
  }
}
.download-section .mobile {
  position: relative;
}
.download-section .mobile svg {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  max-height: 490px;
}
@media (max-width: 575px) {
  .download-section .mobile svg {
    position: relative;
  }
}
@media (max-width: 767px) {
  .download-section .mobile {
    margin-top: 60px;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .download-section .mobile {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .download-section .download-content {
    display: flex;
    margin-top: 15px;
  }
}
.download-section .download-content h1 {
  color: white;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .download-section .download-content h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.download-section .download-content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #AB8FCF;
}
@media (max-width: 575px) {
  .download-section .download-content p {
    margin-bottom: 35px;
  }
}
.download-section .download-content a img {
  max-width: 150px;
  height: auto;
  margin-left: 20px;
}

.contact-us {
  padding: 65px 0;
}
.contact-us h2.section-title {
  font-size: 34px;
  color: black;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
.contact-us h2.section-title span {
  color: #8224D4;
  font-weight: 900;
  font-size: 41px;
}
@media (max-width: 575px) {
  .contact-us h2.section-title span {
    font-size: 29px;
    display: block;
  }
}
@media (max-width: 575px) {
  .contact-us h2.section-title {
    font-size: 28px;
  }
}
.contact-us .section-head {
  padding: 0px 230px 0px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-us .section-head {
    padding: 0px;
  }
}
.contact-us .section-head h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
  color: #4621d5;
}
.contact-us .form-group {
  margin-bottom: 20px;
}
.contact-us .form-group input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 10px;
  background: #F7F4FA;
  border: 1px solid #D9CCE9;
  border-radius: 10px;
  text-align: right;
}
.contact-us .form-group input::placeholder {
  color: #A992BF;
  font-size: 18px;
  font-weight: 400;
}
.contact-us .form-group input::-webkit-input-placeholder {
  color: #A992BF;
  font-size: 18px;
  font-weight: 400;
}
.contact-us .form-group input::-moz-placeholder {
  color: #A992BF;
  font-size: 18px;
  font-weight: 400;
}
.contact-us .form-group input:-ms-input-placeholder {
  color: #A992BF;
  font-size: 18px;
  font-weight: 400;
}
.contact-us .form-group input:-moz-placeholder {
  color: #A992BF;
  font-size: 18px;
  font-weight: 400;
}
.contact-us .form-group input:focus {
  border: 2px solid #FFA61F;
  box-shadow: none;
}
.contact-us .form-group textarea.form-control {
  box-sizing: border-box;
  padding: 12px 10px;
  background: #F7F4FA;
  border: 1px solid #D9CCE9;
  border-radius: 10px;
  text-align: right;
  height: 248px;
}
.contact-us .form-group textarea.form-control::placeholder {
  color: #A992BF;
  font-size: 18px;
  font-weight: 400;
}
.contact-us .form-group textarea.form-control::-webkit-input-placeholder {
  color: #A992BF;
  font-size: 18px;
  font-weight: 400;
}
.contact-us .form-group textarea.form-control::-moz-placeholder {
  color: #A992BF;
  font-size: 18px;
  font-weight: 400;
}
.contact-us .form-group textarea.form-control:-ms-input-placeholder {
  color: #A992BF;
  font-size: 18px;
  font-weight: 400;
}
.contact-us .form-group textarea.form-control:-moz-placeholder {
  color: #A992BF;
  font-size: 18px;
  font-weight: 400;
}
.contact-us .form-group textarea.form-control:focus {
  border: 2px solid #FFA61F;
  box-shadow: none;
}
.contact-us .send {
  text-align: left;
}
@media (max-width: 767px) {
  .contact-us .send {
    display: block;
  }
}
.contact-us .btn {
  border: none;
  color: #ffffff;
  margin-top: 10px;
  font-size: 15px;
  padding: 16px 30px;
  background: #FF5400;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 500;
  padding: 10px 80px;
}
.contact-us .btn:hover {
  background-color: #FFA61F;
}
@media (max-width: 575px) {
  .contact-us .btn {
    width: 100%;
  }
}

.hero-section {
  background-color: #5C129E;
  padding-top: 170px;
  padding-bottom: 170px;
}
@media (max-width: 575px) {
  .hero-section {
    padding-bottom: 70px;
  }
}
.hero-section .text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-section .text-content h1 {
  color: white;
  font-size: 43px;
  font-weight: 900;
  line-height: 58px;
}
@media (max-width: 575px) {
  .hero-section .text-content h1 {
    font-size: 29px;
    line-height: 45px;
  }
}
.hero-section .text-content p {
  color: #AB8FCF;
  margin-top: 23px;
  margin-bottom: 23px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
.hero-section .text-content .try-it h5 {
  font-size: 23px;
  color: white;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .hero-section .text-content .try-it h5 {
    font-size: 19px;
    margin-bottom: 25px;
  }
}
.hero-section .text-content .try-it form {
  max-width: 450px;
}
.hero-section .text-content .try-it form .form-group {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 15px;
}
.hero-section .text-content .try-it form .form-group input {
  box-sizing: border-box;
  padding: 12px 10px;
  background: #F7F4FA;
  border: 1px solid #D9CCE9;
  border-radius: 10px;
  text-align: right;
}
.hero-section .text-content .try-it form .form-group input::placeholder {
  color: #A992BF;
  font-size: 18px;
  font-weight: 400;
}
.hero-section .text-content .try-it form .form-group input::-webkit-input-placeholder {
  color: #A992BF;
  font-size: 18px;
  font-weight: 400;
}
.hero-section .text-content .try-it form .form-group input::-moz-placeholder {
  color: #A992BF;
  font-size: 18px;
  font-weight: 400;
}
.hero-section .text-content .try-it form .form-group input:-ms-input-placeholder {
  color: #A992BF;
  font-size: 18px;
  font-weight: 400;
}
.hero-section .text-content .try-it form .form-group input:-moz-placeholder {
  color: #A992BF;
  font-size: 18px;
  font-weight: 400;
}
.hero-section .text-content .try-it form .form-group input:focus {
  border: 2px solid #FFA61F;
  box-shadow: none;
}
.hero-section .text-content .try-it form .country-code-select {
  background: #F7F4FA url("../imgs/arrow.svg") no-repeat left 3px center;
  background-size: 29px;
  border: 1px solid #D9CCE9;
  max-width: 100px;
  padding: 12px 10px;
  border-radius: 10px;
  text-align: right;
  margin-left: 10px;
}
.hero-section .text-content .try-it form .country-code-select::placeholder {
  color: #A992BF;
  font-size: 18px;
  font-weight: 400;
}
.hero-section .text-content .try-it form .country-code-select::-webkit-input-placeholder {
  color: #A992BF;
  font-size: 18px;
  font-weight: 400;
}
.hero-section .text-content .try-it form .country-code-select::-moz-placeholder {
  color: #A992BF;
  font-size: 18px;
  font-weight: 400;
}
.hero-section .text-content .try-it form .country-code-select:-ms-input-placeholder {
  color: #A992BF;
  font-size: 18px;
  font-weight: 400;
}
.hero-section .text-content .try-it form .country-code-select:-moz-placeholder {
  color: #A992BF;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .hero-section .text-content .try-it form .country-code-select {
    max-width: 40%;
    height: 47px;
  }
}
@media (max-width: 575px) {
  .hero-section .text-content .try-it form .country-code-select {
    max-width: 26%;
  }
}
.hero-section .text-content .try-it form button[type=submit] {
  border: none;
  color: #ffffff;
  margin-top: 10px;
  font-size: 15px;
  padding: 16px 30px;
  background: #FF5400;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 500;
  font-weight: 700;
  padding: 15px 30px;
}
.hero-section .text-content .try-it form button[type=submit]:hover {
  background-color: #FFA61F;
}
@media (max-width: 575px) {
  .hero-section .text-content .try-it form button[type=submit] {
    width: 100%;
  }
}
.hero-section .text-content .download-buttons {
  display: flex;
  gap: 10px;
}
.hero-section .text-content .download-buttons a img {
  max-width: 150px;
  height: auto;
}
.hero-section .image-content {
  text-align: right;
}
@media (max-width: 575px) and (max-width: 575px) {
  .hero-section .image-content svg {
    font-size: 29px;
    line-height: 45px;
  }
}
.hero-section .image-content img {
  max-width: 100%;
  height: auto;
}

.steps-section {
  background: rgb(255, 255, 255);
  padding: 81px 10px;
  text-align: center;
  padding-bottom: 0;
}
.steps-section h2.section-title {
  font-size: 34px;
  color: black;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
.steps-section h2.section-title span {
  color: #8224D4;
  font-weight: 900;
  font-size: 41px;
}
@media (max-width: 575px) {
  .steps-section h2.section-title span {
    font-size: 29px;
    display: block;
  }
}
@media (max-width: 575px) {
  .steps-section h2.section-title {
    font-size: 28px;
  }
}
.steps-section .steps {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}
.steps-section .steps .step {
  text-align: center;
  padding: 0px 40px 0px;
  position: relative;
  background-position: 88px 50px;
  background-repeat: no-repeat;
  background-size: 14%;
}
@media (max-width: 575px) {
  .steps-section .steps .step {
    margin-bottom: 55px;
  }
}
.steps-section .steps .step .step-number {
  font-size: 3rem;
  color: #ececec;
  font-weight: bold;
  margin-bottom: 20px;
}
.steps-section .steps .step h3 {
  font-size: 25px;
  color: #8224D4;
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: 700;
  line-height: 40px;
}
.steps-section .steps .step p {
  color: #666;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.steps-section .steps .step img {
  margin-bottom: 20px;
}
.steps-section .steps .step1 {
  background-image: url(../imgs/1.png);
}
.steps-section .steps .step2 {
  background-image: url(../imgs/2.png);
}
.steps-section .steps .step3 {
  background-image: url(../imgs/3.png);
}

.discover-section {
  margin-top: 60px;
}
.discover-section h2.section-title {
  font-size: 34px;
  color: black;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
.discover-section h2.section-title span {
  color: #8224D4;
  font-weight: 900;
  font-size: 41px;
}
@media (max-width: 575px) {
  .discover-section h2.section-title span {
    font-size: 29px;
    display: block;
  }
}
@media (max-width: 575px) {
  .discover-section h2.section-title {
    font-size: 28px;
  }
}
.discover-section .section-head {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .discover-section .section-head {
    padding: 0px;
  }
}
.discover-section .section-head h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
  color: #470A82;
}
.discover-section .section-head p {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  max-width: 670px;
  margin: 0 auto;
  color: #666;
}
@media (max-width: 575px) {
  .discover-section .section-head p {
    max-width: 360px;
    margin: 0 auto;
    font-size: 17px;
  }
}
.discover-section .center-app {
  display: flex;
  justify-content: center;
  align-items: center;
}
.discover-section .center-app svg {
  max-width: 100%;
}
@media (max-width: 575px) {
  .discover-section .center-app {
    margin-bottom: -90px;
  }
}
.discover-section .section-content {
  margin-top: 0px;
}
.discover-section .section-content .element {
  padding: 40px 0px 40px;
}
.discover-section .section-content .element img {
  margin-bottom: 20px;
}
.discover-section .section-content .element h3 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 800;
  margin-top: 15px;
  line-height: 40px;
  color: #470A82;
}
.discover-section .section-content .element p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
}
.discover-section .section-content .seound-col {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .discover-section .section-content .seound-col {
    padding-right: 0px;
  }
}

.price-section {
  margin-top: 60px;
}
.price-section h2.section-title {
  font-size: 34px;
  color: black;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
.price-section h2.section-title span {
  color: #8224D4;
  font-weight: 900;
  font-size: 41px;
}
@media (max-width: 575px) {
  .price-section h2.section-title span {
    font-size: 29px;
    display: block;
  }
}
@media (max-width: 575px) {
  .price-section h2.section-title {
    font-size: 28px;
  }
}
.price-section .section-head {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .price-section .section-head {
    padding: 0px;
  }
}
.price-section .section-head h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
  color: #470A82;
}
.price-section .section-head p {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  max-width: 670px;
  margin: 0 auto;
  color: #666;
}
@media (max-width: 575px) {
  .price-section .section-head p {
    max-width: 360px;
    margin: 0 auto;
    font-size: 17px;
  }
}
.price-section .tab-container {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .price-section .tab-container {
    gap: 50px;
  }
}
.price-section .tab-container .tab {
  padding: 10px 60px 10px;
  cursor: pointer;
  color: #8e8585;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 2px solid #c0c6ff;
  transition: color 0.3s ease, border-bottom 0.3s ease;
}
@media (max-width: 575px) {
  .price-section .tab-container .tab {
    padding: 10px 20px 10px;
  }
}
.price-section .tab-container .tab.active {
  color: #FF5400;
  border-bottom: 4px solid #FF5400;
}
.price-section .tab-container .tab:not(.active) {
  border-bottom: 4px solid #efeff1;
}
@media (max-width: 767px) {
  .price-section .tab-container .tab {
    font-size: 18px;
  }
}
.price-section .tab-container.packs-tabs {
  justify-content: center;
  gap: 25px;
}
.price-section .tab-container.packs-tabs .tab {
  padding: 10px 22px 10px !important;
}
@media (max-width: 575px) {
  .price-section .tab-container.packs-tabs .tab {
    padding: 10px 12px 10px !important;
  }
}
.price-section .section-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.price-section .section-content .pack-item,
.price-section .section-content .element,
.price-section .section-content .element2 {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 24px;
  margin-bottom: 45px;
  min-height: 470px;
}
@media (max-width: 767px) {
  .price-section .section-content .pack-item,
  .price-section .section-content .element,
  .price-section .section-content .element2 {
    width: 100%;
  }
}
.price-section .section-content .pack-item .price-content h2,
.price-section .section-content .element .price-content h2,
.price-section .section-content .element2 .price-content h2 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0px;
}
.price-section .section-content .pack-item .price-content p,
.price-section .section-content .element .price-content p,
.price-section .section-content .element2 .price-content p {
  font-size: 20px;
  font-weight: 500;
  color: #470A82;
  margin-bottom: 0px;
}
.price-section .section-content .pack-item .price-content span,
.price-section .section-content .element .price-content span,
.price-section .section-content .element2 .price-content span {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 0px;
}
.price-section .section-content .pack-item .price-content .invites,
.price-section .section-content .element .price-content .invites,
.price-section .section-content .element2 .price-content .invites {
  display: grid;
  align-items: center;
  justify-items: center;
  align-content: center;
  justify-content: flex-end;
}
.price-section .section-content .pack-item .price-content .invites p,
.price-section .section-content .element .price-content .invites p,
.price-section .section-content .element2 .price-content .invites p {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #470A82;
}
.price-section .section-content .pack-item .price-content .invites h5,
.price-section .section-content .element .price-content .invites h5,
.price-section .section-content .element2 .price-content .invites h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}
.price-section .section-content .pack-item .price-content .invites button,
.price-section .section-content .element .price-content .invites button,
.price-section .section-content .element2 .price-content .invites button {
  padding: 4px 15px;
  gap: 0px;
  border-radius: 40px;
  border: none;
  margin-bottom: 5px;
  background-color: #FFA61F;
}
.price-section .section-content .pack-item .divider,
.price-section .section-content .element .divider,
.price-section .section-content .element2 .divider {
  background-color: rgb(212, 210, 227);
  width: 95%;
  height: 2px;
  margin: 10px;
}
.price-section .section-content .pack-item .features,
.price-section .section-content .element .features,
.price-section .section-content .element2 .features {
  margin-top: 20px;
  flex: 1;
}
.price-section .section-content .pack-item .features .feature-item,
.price-section .section-content .element .features .feature-item,
.price-section .section-content .element2 .features .feature-item {
  color: rgb(56, 56, 56);
  display: flex;
}
.price-section .section-content .pack-item .features .feature-item p,
.price-section .section-content .element .features .feature-item p,
.price-section .section-content .element2 .features .feature-item p {
  margin-right: 7px;
  font-weight: 400;
}
.price-section .section-content .pack-item .features .feature-item i,
.price-section .section-content .element .features .feature-item i,
.price-section .section-content .element2 .features .feature-item i {
  color: #FFA882;
  font-size: 23px;
}
.price-section .section-content .pack-item form,
.price-section .section-content .element form,
.price-section .section-content .element2 form {
  text-align: center;
}
.price-section .section-content .pack-item form .order-btn,
.price-section .section-content .element form .order-btn,
.price-section .section-content .element2 form .order-btn {
  border: none;
  color: #ffffff;
  margin-top: 10px;
  font-size: 15px;
  padding: 16px 30px;
  background: #FF5400;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 500;
}
.price-section .section-content .pack-item form .order-btn:hover,
.price-section .section-content .element form .order-btn:hover,
.price-section .section-content .element2 form .order-btn:hover {
  background-color: #FFA61F;
}
.price-section .section-content .element {
  background: #F0E9FA;
}
.price-section .section-content .element2 {
  background: #470A82;
}
.price-section .section-content .element2 .price-content p, .price-section .section-content .element2 .price-content .invites p {
  color: white;
}
.price-section .section-content .element2 .price-content .invites h5, .price-section .section-content .element2 .price-content h2 {
  color: #8224D4;
}
.price-section .section-content .element2 .features .feature-item {
  color: rgb(233, 230, 230);
}

.comman-ques {
  margin-top: 100px;
}
.comman-ques h2.section-title {
  font-size: 34px;
  color: black;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
.comman-ques h2.section-title span {
  color: #8224D4;
  font-weight: 900;
  font-size: 41px;
}
@media (max-width: 575px) {
  .comman-ques h2.section-title span {
    font-size: 29px;
    display: block;
  }
}
@media (max-width: 575px) {
  .comman-ques h2.section-title {
    font-size: 28px;
  }
}
.comman-ques .section-head {
  padding: 0px 230px 0px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .comman-ques .section-head {
    padding: 0px;
    margin-bottom: 25px;
  }
}
.comman-ques .section-head h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
  color: #4621d5;
}
.comman-ques .section-head p {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #666;
}
@media (max-width: 575px) {
  .comman-ques .section-head p {
    max-width: 360px;
    margin: 0 auto;
    font-size: 17px;
  }
}
.comman-ques .section-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.comman-ques .section-content .element {
  position: relative;
  cursor: pointer;
  border: 1px solid rgb(212, 210, 227);
  border-radius: 8px;
  width: 70%;
  background-color: transparent;
  transition: background-color 0.3s ease;
  padding: 20px;
}
@media (max-width: 575px) {
  .comman-ques .section-content .element {
    width: 95%;
  }
}
.comman-ques .section-content .element .element-header {
  display: flex;
  align-items: center;
}
.comman-ques .section-content .element h1 {
  font-size: 30px;
  font-weight: 800;
  color: #470A82;
  margin-left: 26px;
}
@media (max-width: 767px) {
  .comman-ques .section-content .element h1 {
    margin-left: 10px;
    font-size: 23px;
  }
}
.comman-ques .section-content .element h2 {
  font-size: 22px;
  font-weight: 700;
  color: black;
  margin: 0;
}
@media (max-width: 767px) {
  .comman-ques .section-content .element h2 {
    font-size: 14px;
  }
}
.comman-ques .section-content .element p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-right: 37px;
  width: 61%;
  color: white;
  display: none;
}
@media (max-width: 767px) {
  .comman-ques .section-content .element p {
    margin-right: 0px;
    width: 100%;
  }
}
.comman-ques .section-content .element.active {
  background-color: #8C3DD1;
}
.comman-ques .section-content .element.active h2 {
  margin-right: 37px;
  color: white;
}
@media (max-width: 767px) {
  .comman-ques .section-content .element.active h2 {
    margin-right: 0px;
  }
}
.comman-ques .section-content .element.active p.element-text {
  display: block;
}
.comman-ques .section-content .element.active .bi-plus-circle {
  display: none;
}
.comman-ques .section-content .element.active .bi-x-circle-fill {
  display: block;
}
@media (max-width: 767px) {
  .comman-ques .section-content .element.active .bi-x-circle-fill {
    display: none;
  }
}
.comman-ques .section-content .element i {
  font-size: 25px;
  margin-right: 15px;
  position: absolute;
  left: 30px;
  top: 25px;
  color: #470A82;
}
@media (max-width: 767px) {
  .comman-ques .section-content .element i {
    display: none;
  }
}
.comman-ques .section-content .element .bi-x-circle-fill {
  display: none;
}