﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-size: 16px;
  line-height: 24px;
  scroll-behavior: smooth;
  font-weight: 400;
  background-color: #fff;
  color: #100024;
  font-family: "Roboto", sans-serif;
}
:root {
  --swiper-navigation-size: auto;
}
a {
  text-decoration: none;
}
.w-img img {
  width: 100%;
}
.m-img img {
  max-width: 100%;
}
a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: rgba(0, 0, 0, 0);
}
button:hover {
  cursor: pointer;
}
button:focus {
  outline: 0;
  border: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2c3941;
  line-height: 24px;
  transition: all 0.3s ease-out 0s;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style-type: none;
}
p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
}
*::-moz-placeholder {
  color: #2c3941;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #2c3941;
  font-size: 14px;
  opacity: 1;
}
.fix {
  overflow: hidden;
}
.clear {
  clear: both;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.z-index-1 {
  z-index: 1;
}
.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}
.p-relative {
  position: relative;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.opacity-0 {
  opacity: 0;
}
.red-color {
  color: #da0000;
}
.green-color {
  color: #029a02;
}
.d-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-80 {
  margin-bottom: 80px;
}
.header {
  padding: 10px 0;
  border-bottom: 1px solid rgba(230, 226, 227, 0.7960784314);
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-wrapper .logo img {
  max-height: 55px;
}
.header .header-wrapper .nav-content {
  display: flex;
  align-items: center;
}
.header .header-wrapper .nav-content ul li {
  display: inline-block;
  margin-right: 20px;
}
.header .header-wrapper .nav-content ul li a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.header .header-wrapper .nav-content .header-auth a {
  padding: 8px 20px;
  background-color: #100024;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 7px;
  margin-left: 12px;
  border: 1px solid rgba(0, 0, 0, 0);
}
.header .header-wrapper .nav-content .header-auth a:hover {
  border: 1px solid #100024;
}
.header .header-wrapper .nav-content .header-auth .login-btn {
  background-color: #fff;
  color: #100024;
  border: 1px solid rgba(94, 88, 88, 0.231372549);
}
.header .header-wrapper .hamburger-icon {
  height: 40px;
  width: 40px;
  border: 1px solid rgba(230, 226, 227, 0.7960784314);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.header .header-wrapper .hamburger-icon ion-icon {
  font-size: 22px;
}
.footer {
  margin-top: 60px;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.footer .footer-main-content {
  background-color: rgba(11, 17, 32, 0.8);
  padding: 100px 0 80px 0;
}
.footer .footer-main-content .footer-main-wrapper .footer-main-wrap h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 10px;
}
.footer
  .footer-main-content
  .footer-main-wrapper
  .footer-main-wrap
  .qr-img
  img {
  max-height: 120px;
  max-width: 120px;
  object-fit: contain;
}
.footer
  .footer-main-content
  .footer-main-wrapper
  .footer-main-wrap
  .wrap-content {
  display: flex;
  padding-right: 50px;
  margin-bottom: 20px;
}
.footer
  .footer-main-content
  .footer-main-wrapper
  .footer-main-wrap
  .wrap-content
  i {
  font-size: 14px;
  height: 35px;
  width: 35px;
  background-color: rgba(243, 243, 243, 0.2745098039);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 6px;
}
.footer
  .footer-main-content
  .footer-main-wrapper
  .footer-main-wrap
  .wrap-content
  span {
  font-size: 14px;
  color: #c9c8c8;
  line-height: 24px;
}
.footer
  .footer-main-content
  .footer-main-wrapper
  .footer-main-wrap
  .wrap-content
  ul
  li {
  margin-top: 1px;
}
.footer
  .footer-main-content
  .footer-main-wrapper
  .footer-main-wrap
  .pay-numbers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.footer
  .footer-main-content
  .footer-main-wrapper
  .footer-main-wrap
  .pay-numbers
  span {
  font-size: 15px;
  color: #fff;
  margin-right: 10px;
}
.footer
  .footer-main-content
  .footer-main-wrapper
  .footer-main-wrap
  .pay-numbers
  .pay-number-item {
  height: 45px;
  width: 60px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  cursor: pointer;
}
.footer
  .footer-main-content
  .footer-main-wrapper
  .footer-main-wrap
  .pay-numbers
  .pay-number-item
  img {
  max-height: 30px;
  width: 90%;
  object-fit: contain;
}
.footer .footer-main-content .footer-main-wrapper .footer-main-wrap ul li {
  margin-top: 8px;
}
.footer .footer-main-content .footer-main-wrapper .footer-main-wrap ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #c9c8c8;
}
.footer
  .footer-main-content
  .footer-main-wrapper
  .footer-main-wrap
  ul
  li
  a:hover {
  color: #fff;
}
.footer .footer-bottom-content {
  padding: 80px 0 20px 0;
  background-color: #fcfcfc;
}
.footer .footer-bottom-content .footer-bottom-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}
.footer
  .footer-bottom-content
  .footer-bottom-wrapper
  .footer-bottom-wrap
  .footer-img {
  display: flex;
  justify-content: center;
}
.footer
  .footer-bottom-content
  .footer-bottom-wrapper
  .footer-bottom-wrap
  .footer-img
  img {
  max-height: 70px;
  width: auto;
  object-fit: contain;
}
.footer
  .footer-bottom-content
  .footer-bottom-wrapper
  .footer-bottom-wrap
  .icon-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.footer
  .footer-bottom-content
  .footer-bottom-wrapper
  .footer-bottom-wrap
  .icon-list
  i {
  border: 1px solid rgba(195, 195, 195, 0.8431372549);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
  cursor: pointer;
}
.footer
  .footer-bottom-content
  .footer-bottom-wrapper
  .footer-bottom-wrap
  .icon-list
  i:hover {
  background-color: #dce5f3;
}
.footer
  .footer-bottom-content
  .footer-bottom-wrapper
  .footer-bottom-wrap
  .icon-list
  i
  ion-icon {
  font-size: 18px;
  color: #34343d;
}
.footer .footer-bottom-content .footer-bottom-wrapper .footer-bottom-wrap h5 {
  font-size: 15xpx;
  font-weight: 400;
  color: #100024;
  text-align: center;
  margin-top: 20px;
}
.footer
  .footer-bottom-content
  .footer-bottom-wrapper
  .footer-bottom-wrap
  h5
  span {
  font-weight: 700;
  font-size: 17px;
  margin-left: 3px;
}
.subscrib-wrap {
  display: flex;
  align-items: center;
  border-radius: 35px;
  overflow: hidden;
  background-color: #fff;
}
.subscrib-wrap .form-controll {
  height: 40px;
  width: 100%;
  font-size: 15px;
  border: none;
  padding: 0 10px 0 15px;
}
.subscrib-wrap .form-controll::placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.subscrib-wrap .form-controll:focus {
  outline: 0;
}
.subscrib-wrap button {
  height: 40px;
  padding: 0 20px;
  border-radius: 35px;
  background-color: #3c4d89;
  color: #fff;
  font-size: 14px;
}
#button-back {
  display: inline-block;
  background-color: #ff9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button-back::after {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 50px;
  color: #fff;
}
#button-back:hover {
  cursor: pointer;
  background-color: #333;
}
#button-back:active {
  background-color: #555;
}
#button-back.show {
  opacity: 1;
  visibility: visible;
}
.contact .container-wrapper {
  padding-top: 140px;
}
.contact .container-wrapper h2 {
  font-family: "Lora", serif;
  line-height: 40px;
}
.contact .container-wrapper h3 {
  font-family: "Lora", serif;
  margin-top: 15px;
}
.contact .container-wrapper ul {
  margin-top: 40px;
}
.contact .container-wrapper ul h4 {
  font-weight: 500;
}
.contact .container-wrapper ul li {
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #34343d;
  font-weight: 400;
  line-height: 0px;
  margin-top: 14px;
}
.contact .container-wrapper ul li ion-icon {
  margin-right: 5px;
}
.contact-content {
  border: 1px solid rgba(94, 88, 88, 0.231372549);
  border-radius: 12px;
  height: 160px;
  width: 100%;
  padding: 20px;
  margin-top: 40px;
}
.contact-content h5 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.contact-content p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #34343d;
}
.contact-form {
  max-width: 440px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 16px;
  border: 1px solid rgba(195, 195, 195, 0.3137254902);
}
.contact-form h4 {
  font-size: 22px;
  font-weight: 500;
  color: #100024;
  text-align: center;
  margin-bottom: 30px;
}
.contact-form .form-floating input {
  background-color: #f3f3f3;
  padding-bottom: 2px !important;
}
.contact-form .form-floating input:focus {
  outline: 0;
  box-shadow: none;
}
.contact-form .form-floating label {
  font-size: 15px !important;
  padding: 0.8rem 0.75rem !important;
}
.contact-form .form-floating .textarea-controll {
  outline: 0;
  box-shadow: none;
}
.contact-form .loginBtn {
  background-color: #000;
  color: #fff;
}
.contact-form .loginBtn:hover {
  background-color: #333;
}
.contact-form .loginBtn:focus {
  box-shadow: none;
}
.contact-form .form-managment span {
  cursor: pointer;
  font-size: 14px;
}
.contact-form .form-managment span:hover {
  color: #3c4d89;
}
.contact-form .sign-up-btn {
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
}
.contact-form .sign-up-btn a {
  font-size: 16px;
  font-weight: 500;
  color: #3c4d89;
  cursor: pointer;
}
.contact-form .sign-up-btn a:hover {
  color: #3c4d89;
}
.contact-form .form-floating > .form-control,
.contact-form .form-floating > .form-select {
  height: auto;
  line-height: 1.25;
}
.authentication {
  background-color: #f3f3f3;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}
.login-form {
  max-width: 440px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 16px;
}
.login-form h4 {
  font-size: 22px;
  font-weight: 500;
  color: #100024;
  text-align: center;
  margin-bottom: 30px;
}
.login-form .form-floating input {
  background-color: #f3f3f3;
  padding-bottom: 2px !important;
}
.login-form .form-floating input:focus {
  outline: 0;
  box-shadow: none;
}
.login-form .form-floating label {
  font-size: 15px !important;
  padding: 0.8rem 0.75rem !important;
}
.login-form .loginBtn {
  background-color: #000;
  color: #fff;
}
.login-form .loginBtn:hover {
  background-color: #333;
  color: #fff;
}
.login-form .loginBtn:focus {
  box-shadow: none;
}
.login-form .form-managment span {
  cursor: pointer;
  font-size: 14px;
}
.login-form .form-managment span:hover {
  color: #3c4d89;
}
.login-form .sign-up-btn {
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
}
.login-form .sign-up-btn a {
  font-size: 16px;
  font-weight: 500;
  color: #3c4d89;
  cursor: pointer;
}
.login-form .sign-up-btn a:hover {
  color: #3c4d89;
}
.login-form .form-floating > .form-control,
.login-form .form-floating > .form-select {
  height: auto;
  line-height: 1.25;
}
.signup-form {
  max-width: 600px;
  margin: 100px auto 40px;
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 16px;
}
.signup-form h4 {
  font-size: 22px;
  font-weight: 500;
  color: #100024;
  text-align: center;
  margin-bottom: 30px;
}
.signup-form .form-floating input {
  background-color: #f3f3f3;
  padding-bottom: 2px !important;
}
.signup-form .form-floating input:focus {
  outline: 0;
  box-shadow: none;
}
.signup-form .form-floating label {
  font-size: 15px !important;
  padding: 0.8rem 0.75rem !important;
}
.signup-form .loginBtn {
  background-color: #000;
  color: #fff;
}
.signup-form .loginBtn:hover {
  background-color: #333;
}
.signup-form .loginBtn:focus {
  box-shadow: none;
}
.signup-form .form-managment span {
  cursor: pointer;
  font-size: 14px;
}
.signup-form .form-managment span:hover {
  color: #3c4d89;
}
.signup-form .sign-up-btn {
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
}
.signup-form .sign-up-btn a {
  font-size: 16px;
  font-weight: 500;
  color: #3c4d89;
  cursor: pointer;
}
.signup-form .sign-up-btn a:hover {
  color: #3c4d89;
}
.signup-form .form-floating > .form-control,
.signup-form .form-floating > .form-select {
  height: auto;
  line-height: 1.25;
}
.term-text {
  font-size: 14px;
  font-weight: 400;
  color: #343232;
  margin-left: 4px;
}
.offcanvas-start {
  width: 260px;
}
.mobile-header-offcanvas .offcanvas-header {
  position: relative;
}
.mobile-header-offcanvas .offcanvas-header .logo img {
  max-height: 38px;
  width: auto;
  object-fit: contain;
}
.mobile-header-offcanvas .offcanvas-header .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.mobile-header-offcanvas .offcanvas-body .nav-content ul li {
  margin-top: 10px;
}
.mobile-header-offcanvas .offcanvas-body .nav-content ul li a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.mobile-header-offcanvas .offcanvas-body .nav-content .header-auth {
  margin-top: 30px;
}
.mobile-header-offcanvas .offcanvas-body .nav-content .header-auth a {
  padding: 8px 20px;
  background-color: #100024;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 7px;
  margin-right: 12px;
  border: 1px solid rgba(0, 0, 0, 0);
}
.mobile-header-offcanvas .offcanvas-body .nav-content .header-auth a:hover {
  border: 1px solid #100024;
}
.mobile-header-offcanvas .offcanvas-body .nav-content .header-auth .login-btn {
  background-color: #fff;
  color: #100024;
  border: 1px solid rgba(94, 88, 88, 0.231372549);
}
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.hero .hero-wrapper {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero .hero-wrapper h1 {
  font-size: 48px;
  font-weight: 400;
  line-height: 75px;
  color: #000;
  text-transform: uppercase;
  font-family: "Lora", serif;
}
.hero .hero-wrapper h1 .hero-bold-text {
  font-weight: 500;
  font-size: 52px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}
.hero .hero-wrapper h1 .hero-graph {
  position: relative;
}
.hero .hero-wrapper h1 .hero-graph img {
  max-width: 260px;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.hero .hero-wrapper p {
  font-size: 18px;
  line-height: 28px;
  color: #34343d;
  max-width: 800px;
  margin: 30px auto 0;
}
.hero .hero-wrapper .hero-action {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.hero .hero-wrapper .hero-action a {
  padding: 13px 35px;
  background-color: #100024;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
}
.hero .hero-wrapper .hero-action a ion-icon {
  margin-left: 5px;
}
.hero .hero-wrapper .hero-action a:hover {
  border: 1px solid rgba(94, 88, 88, 0.231372549);
}
.hero .hero-wrapper .hero-action .login-btn {
  background-color: #fff;
  color: #100024;
  border: 1px solid #100024;
}
.section-padding {
  padding: 60px 0;
}
.section-heading {
  text-align: center;
}
.section-heading h5 {
  font-size: 14px;
  font-weight: 400;
  background-color: #e5eefb;
  color: #3c4d89;
  display: inline-block;
  padding: 5px 20px;
  font-family: "Inter", sans-serif;
  border-radius: 4px;
  margin-bottom: 30px;
}
.section-heading h2 {
  font-size: 42px;
  line-height: 55px;
  color: #000;
  font-weight: 600;
  font-family: "Lora", serif;
}
.section-heading p {
  color: #34343d;
  font-size: 15px;
}
.feature-wrapper {
  max-width: 1100px;
  margin: 60px auto 0;
  position: relative;
}
.feature-wrapper::after {
  position: absolute;
  content: "";
  height: 0.1px;
  width: 100%;
  background-color: rgba(195, 195, 195, 0.4078431373);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.feature-wrapper .feature-wrap {
  border-right: 1px solid rgba(195, 195, 195, 0.4078431373);
  margin-top: 20px;
}
.feature-wrapper .feature-wrap .feature-img img {
  max-height: 65px;
}
.feature-wrapper .feature-wrap h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-top: 15px;
}
.feature-wrapper .feature-wrap p {
  font-size: 14px;
  padding-right: 10px;
  color: rgba(53, 65, 82, 0.7764705882);
}
.feature-wrapper .right-border-none {
  border-right: none;
}
.map-img {
  display: flex;
  justify-content: center;
}
.map-img img {
  max-width: 100%;
  object-fit: contain;
}
.map-text {
  text-align: center;
  line-height: 50px;
  margin-top: 30px;
  font-weight: 700;
  font-family: "Lora", serif;
}
.counter-section {
  margin: 20px 0 40px 0;
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.counter-section::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #19232d;
  opacity: 0.8;
  z-index: -1;
}
.counter-section .counter-wrappe .counter-wrap {
  text-align: center;
  border-right: 1px dashed rgba(249, 246, 246, 0.7333333333);
}
.counter-section .counter-wrappe .counter-wrap h2 {
  color: #fff;
  font-family: "Lora", serif;
}
.counter-section .counter-wrappe .counter-wrap h5 {
  color: #edecec;
  font-size: 15px;
  font-weight: 400;
  margin-top: 16px;
  font-family: "Lora", serif;
}
.counter-section .counter-wrappe .border-right-none {
  border-right: none;
}
.pricing-wrapper {
  margin: 0 auto;
  padding: 100px 0 40px 0;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    #f6f5fa 0.01%,
    rgba(220, 219, 225, 0) 100%
  );
}
.pricing-card {
  min-height: 540px;
  width: 100%;
  max-width: 350px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 1px 0px rgba(1, 16, 61, 0.1),
    0px -20px 70px rgba(1, 16, 61, 0.03);
  margin-top: 25px;
  border: 2px solid #202020;
  overflow: hidden;
}
.pricing-card .pricing-card-top {
  padding: 8px;
  background-color: #100024;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: "Lora", serif;
}
.pricing-card .pricing-card-content {
  padding: 20px;
}
.pricing-card .card-icon img {
  max-height: 50px;
  object-fit: contain;
}
.pricing-card h3 {
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
  color: #100024;
}
.pricing-card p {
  font-size: 14px;
  color: #4c4b4b;
  line-height: 18px;
}
.pricing-card .card-price {
  margin-top: 20px;
  font-size: 22px;
  color: #100024;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.pricing-card .card-price span {
  font-size: 32px;
  font-family: "Lora", serif;
}
.pricing-card .plan-btn {
  padding: 10px 10px;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #100024;
  background-color: #100024;
  color: #fff;
  border-radius: 6px;
  margin-top: 20px;
}
.pricing-card .plan-btn:hover {
  background-color: #333030;
  border: 1px solid #333030;
}
.pricing-card .primium-btn {
  border: 1px solid #33ac3d;
  background-color: #33ac3d;
}
.pricing-card .primium-btn:hover {
  border: 1px solid #2a9c33;
  background-color: #2a9c33;
}
.pricing-card ul {
  margin-top: 30px;
  margin-left: 20px;
}
.pricing-card ul li {
  list-style: disc;
  font-size: 14px;
  margin-top: 4px;
  color: #34343d;
  font-family: "Inter", sans-serif;
}
.primium-card {
  border: 2px solid #33ac3d;
}
.primium-card .pricing-card-top {
  background-color: #33ac3d;
}
.faq .faq-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.faq .faq-wrapper .faq-text {
  font-size: 160px;
  font-weight: 700;
  line-height: 160px;
  margin-top: 200px;
  color: rgba(197, 197, 204, 0.5019607843);
  text-transform: uppercase;
  text-align: center;
  transform: rotate(-90deg) translateY(-102px);
  position: relative;
  left: 100px;
}
.faq .faq-wrapper .faq-wrap {
  margin-top: 40px;
  padding-left: 40px;
}
.faq .faq-wrapper .faq-wrap .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(230, 226, 227, 0.7960784314);
}
.faq .faq-wrapper .faq-wrap .accordion-body p {
  font-size: 16px;
  color: #34343d;
}
.faq .faq-wrapper .faq-wrap .accordion-body ul {
  padding-left: 25px;
}
.faq .faq-wrapper .faq-wrap .accordion-body ul li {
  list-style: square;
  margin-top: 10px;
}
.faq .faq-wrapper .faq-wrap .accordion-header .accordion-button {
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}
.faq .faq-wrapper .faq-wrap .accordion-header .accordion-button:focus {
  z-index: 3;
  border-color: rgba(0, 0, 0, 0);
  outline: 0;
  box-shadow: none;
}
.faq .faq-wrapper .faq-wrap .accordion-header .accordion-button::after {
  display: none;
}
.faq
  .faq-wrapper
  .faq-wrap
  .accordion-header
  .accordion-button:not(.collapsed) {
  color: #100024;
  font-size: 22px;
  background-color: #fff;
  box-shadow: none;
}
.faq
  .faq-wrapper
  .faq-wrap
  .accordion-header
  .accordion-button:not(.collapsed)
  i {
  transform: rotate(-180deg);
}

.domain-filed{
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}
.domain-filed .form-control{
    padding: 10px 150px 10px 10px !important;
}
.domain-filed .form-control:focus{
    outline: 0;
    box-shadow: none;
} 
.place-name{
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding: 0 70px 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #f3f3f3;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    border: 1px solid #c3c3c39f;
}