@charset "UTF-8";
@charset "UTF-8";

:root {
  --primary: #00FE8A;
  --primary-hover: #00cc70;
  --secondary: linear-gradient(90deg, rgba(79, 126, 255, 1) 0%, rgb(100 57 255) 100%);
  --secondary-hover: #0E91D2;
  --white-color: #ffffff;
  --black-color: #000000;
  --grey-color-1: #333333;
  --text-color: #475467;
  --body-bg: #fff;
  --border-color-1: #EBEDEF;
  --border-color-2: #CACACB;
  --font-family-base: "Albert Sans", sans-serif;;
  --font-family-title: "Albert Sans", sans-serif;;
  --font-family-inter: "Albert Sans", sans-serif;;
  --transition: all 300ms ease;
  --gradient: #0CAFFF;
  --gradient-2: linear-gradient(88.71deg, #232323 1.15%, #0B2F22 50.85%);
  --gradient-3: linear-gradient(90deg, #09D073 26.68%, #05A05A 76.89%);
  --star-color: #ffa200;
  --red-color: #EB5757;
  --green-color: #27AE60;
  --worning-color: #FFF59F;
  --color-1: #0D0C10;
  --color-2: #2D60F0;
  --color-3: #1E1E21;
  --color-4: #131B33;
  --color-5: #213D3C;
  --color-6: #ffffff;
}
.iielevenlabs-area {
  background-color: var(--color-2);
}

.iielevenlabs-bottom-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}

.iielevenlabs-bottom-item {
  border: 1px solid var(--secondary);
  background: #e1f8de;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.iielevenlabs-bottom-item .form-check-input:checked {
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.iielevenlabs-bottom-item .iielevenlabs-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--primary);
  border-radius: 10px;
}

.iielevenlabs-bottom-item .iielevenlabs-bar p {
  font-size: 16px;
  font-weight: 600;
  background: #fff0;
  appearance: none;
  padding: 10px 15px;
  border-radius: 10px;
  color: var(--white-color);
}

.iielevenlabs-bottom-item .iielevenlabs-bar select {
  font-size: 16px;
  font-weight: 600;
  background: #fff0;
  appearance: none;
  padding: 10px 15px;
  border-radius: 10px;
  color: var(--white-color);
}

.iielevenlabs-bottom-item .iielevenlabs-bar select option {
  color: #000;
}

.iielevenlabs-bottom-item .iielevenlabs-bar svg {
  position: absolute;
  right: 10px;
}

.iielevenlabs-bottom-item .iielevenlabs-content p {
  font-size: 16px;
  font-weight: 600;
}

.iielevenlabs-mobile {
  display: none;
}

.iielevenlabs-slider .slider-controls {
  margin-top: 40px;
  z-index: -1;
}

.iielevenlabs-slider .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iielevenlabs-slider .swiper-pagination .swiper-pagination-bullet {
  background: #e1f8de;
  opacity: 1;
}

.iielevenlabs-slider .swiper-pagination .swiper-pagination-bullet-active {
  height: 15px;
  width: 15px;
  background: var(--secondary);
}

.iielevenlabs-one .iielevenlabs-items-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}

.iielevenlabs-items-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}

.iielevenlabs-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background-color: var(--color-4);
  border-radius: 25px;
  padding: 15px;
  width: 100%;
}

.iielevenlabs-items {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  padding: 150px 20px 20px 20px;
  background-position: center;
}

.iielevenlabs-items-last {
  padding: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iielevenlabs-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.iielevenlabs-title-box {
  border-radius: 14px;
  padding: 35px;
  margin-right: 60px;
  background-color: var(--grey-color-5);
}

.iielevenlabs-one .iielevenlabs-items {
  padding: 213px 20px 20px 20px;
}

.show-mobile {
  display: none;
}

.select2-container--default .select2-selection--single {
  background-color: #fff0;
  border: none;
  height: auto;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--white-color);
  line-height: inherit;
  padding: 0;
}

.select2-selection__rendered img.img-flag {
  margin-right: 10px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: var(--white-color);
}

.select2-results__option img.img-flag {
  width: 35px;
  margin-right: 10px;
}

.select2-results__options span {
  color: #000;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--border-color-1);
  color: #fff;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff0;
  border-style: solid;
  border-width: 0;
  height: 0;
  left: 50%;
  margin-left: -5px;
  margin-top: 0;
  position: absolute;
  top: 16px;
  width: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-135deg);
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff;
  border-width: 1px 0 0 1px;
  transform: rotate(45deg);
  top: 20px;
}

.f-dropdown {
  --max-scroll: 3;
  position: relative;
  z-index: 10;
  user-select: none;
  width: 100%;
}

.f-dropdown select {
  display: none;
}

.f-dropdown > span {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fff;
}

.f-dropdown > span > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
  color: #fff;
  font-size: 16px;
}

.f-dropdown > span img {
  width: 50px;
  margin-right: 10px;
}

.f-dropdown > span:before,
.f-dropdown > span:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 12px;
  background: #fff;
  transition: all 0.3s ease;
}

.f-dropdown > span:before {
  margin-right: 4px;
  transform: scale(0.96, 0.8) rotate(50deg);
}

.f-dropdown > span:after {
  transform: scale(0.96, 0.8) rotate(-50deg);
}

.f-dropdown ul {
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-height: calc(var(--max-scroll) * 46px);
  top: 40px;
  left: 0;
  z-index: 1;
  right: 0;
  min-height: 140px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  transform-origin: 0 0;
  transition: opacity 0.2s ease, visibility 0.2s ease,
    transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transform: translate(0, 5px);
}

.f-dropdown ul,
.f-dropdown ul li {
  padding: 0;
  margin: 0;
}

.f-dropdown ul li a {
  cursor: pointer;
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}

.f-dropdown ul li a img {
  width: 30px;
  margin-right: 10px;
}

.f-dropdown ul li a:hover {
  color: #fff;
}

.f-dropdown ul li.active a {
  color: #fff !important;
  background: #303f9f;
}

.f-dropdown ul li.active a:before,
.f-dropdown ul li.active a:after {
  --scale: 0.6;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  right: 12px;
  top: 50%;
  opacity: 0;
  transition: all 0.2s ease;
  background: #fff;
}

.f-dropdown ul li.active a:before {
  transform: rotate(45deg) scale(var(--scale));
}

.f-dropdown ul li.active a:after {
  transform: rotate(-45deg) scale(var(--scale));
}

.f-dropdown ul li.active a:hover:before,
.f-dropdown ul li.active a:hover:after {
  --scale: 0.9;
  opacity: 1;
}

.f-dropdown ul li:first-child a {
  border-radius: 6px 6px 0 0;
}

.f-dropdown ul li:last-child a {
  border-radius: 0 0 6px 6px;
}

.f-dropdown.disabled {
  opacity: 0.7;
}

.f-dropdown.disabled > span {
  cursor: not-allowed;
}

.f-dropdown.filled > span {
  color: #000;
}

.f-dropdown.open {
  z-index: 15;
}

.f-dropdown.open > span {
  border-color: #aaa;
}

.f-dropdown.open > span:before,
.f-dropdown.open > span:after {
  background: #fff;
}

.f-dropdown.open > span:before {
  transform: scale(0.96, 0.8) rotate(-50deg);
}

.f-dropdown.open > span:after {
  transform: scale(0.96, 0.8) rotate(50deg);
}

.f-dropdown.open ul {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 12px);
  transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}

.f-group {
  width: 100%;
}

select {
  width: 100%;
  height: 100%;
}

.call-me-form {
  background-color: #f0fcf7;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #fff59f;
}

.green-box::after {
  height: 950px;
}

.form-main {
  max-width: 1065px;
  margin: 0 auto;
  padding-top: 20px;
  align-items: flex-end;
}

.form-title {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 25px;
}

.name-profile h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.name-profile h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}

.name-profile span {
  background-color: #072032;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 50px;
  display: table;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.call-me-form .form-group .field-inner input {
  border: 1.5px solid #d0d5dd;
  height: 60px;
  font-size: 14px;
  padding-left: 55px;
  border-radius: 50px;
  background-color: transparent;
}

.call-me-form .form-group .field-inner input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #c7c7cc;
}

.call-me-form .form-group .field-inner img {
  position: absolute;
  top: 18px;
  left: 20px;
}

.call-me-form .form-group {
  margin-bottom: 25px;
}

.call-me-form a {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
  padding: 15px 25px;
  border-radius: 50px;
  font-size: 16px;
}

.call-me-form a:hover {
  border-color: var(--secondary-hover);
}

.call-me-form p {
  font-size: 14px;
  text-align: center;
  padding: 15px 10px;
  font-weight: 500;
}

.call-me-form ul li {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 14px;
}

.call-me-form ul li img {
  position: relative;
  top: 5px;
}

.arrow-img {
  padding: 5px 35px 25px 37px;
}

.link:hover {
  text-decoration: underline;
  transition: all 0.3s ease;
}

.section-container {
  padding: 50px 10px 50px 10px;
  overflow: hidden;
}

@media only screen and (min-width: 576px) {
  .section-container {
    padding: 50px 20px 50px 20px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) {
  .section-container {
    padding: 70px 30px 70px 30px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 992px) {
  .section-container {
    padding: 70px 30px 70px 30px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1200px) {
  .section-container {
    padding: 100px 50px 100px 50px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1400px) {
  .section-container {
    padding: 100px 50px 100px 50px;
    overflow: hidden;
  }
}

.integration-icon {
  border: 1px solid #e1e3e9 !important;
  background-color: #e5e7ed;
  border-radius: 100%;
  padding: 10px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.integration img {
  width: 34px;
  height: 34px;
}

.section-header {
  padding: 0px 10px;
  overflow: hidden;
}

@media only screen and (min-width: 576px) {
  .section-header {
    padding: 0px 20px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) {
  .section-header {
    padding: 0px 30px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 992px) {
  .section-header {
    padding: 0px 30px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1200px) {
  .section-header {
    padding: 1 0px 50px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1400px) {
  .section-header {
    padding: 1 0px 50px;
    overflow: hidden;
  }
}

span h2 {
  padding-bottom: 100px;
}
.checkmark-icon{
  height: 24px !important;
  width: 24px !important;
}



* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0
}

body {
  font-family: var(--font-family-base);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-color);
  background: var(--body-bg);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased
}

a {
  color: var(--color-2);
  position: relative;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  -moz-transition: var(--transition);
  transition: var(--transition)
}

a:hover {
  color: #ebe6e6;
}

p {
  color: var(--black-color);
  margin: 0
}

button {
  outline: none !important;
  cursor: pointer
}

button:focus,
button:active {
  outline: none
}

button,
a:hover,
a:focus,
a:visited,
a:active,
button:active {
  text-decoration: none;
  outline: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: var(--font-family-title);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: initial
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0
}

input,
select,
button {
  font-family: var(--font-family-base)
}

textarea {
  overflow: hidden;
  resize: none
}

iframe {
  border: none !important;
  display: block;
  width: 100%
}

section {
  position: relative
}

main {
  position: relative;
  width: 100%;
  display: block
}

h1 {
  font-size: 56px
}

h2 {
  font-size: 55px;
  line-height: 71px
}

@media only screen and (max-width:1400px) {
  h2 {
      font-size: 46px;
      line-height: normal
  }
}

@media only screen and (max-width:568px) {
  h2 {
      font-size: 36px
  }
}

h3 {
  font-size: 22px;
  line-height: normal
}

h4 {
  font-size: 20px;
  line-height: normal
}

h5 {
  font-size: 18px;
  line-height: normal
}

h6 {
  font-size: 14px;
  line-height: normal
}

.button-style {
  display: inline-block;
  vertical-align: top;
  padding: 5px 20px;
  border-radius: 50px;
  border: 1px solid var(--gradient);
  background: var(--gradient);
  color: var(--white-color);
  font-size: 15px;
  font-weight: 500;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.search-icon{
  cursor: pointer;
}
.button-style-star img {
  margin-left: 15px;
}

/* .button-style:hover {
  background: var(--secondary-hover);
  color: var(--white-color)
} */

section,
div {
  position: relative
}

.primary-color {
  color: var(--primary) !important
}

.secondary-color {
  color: var(--secondary) !important
}

.white-color {
  color: var(--white-color) !important
}

.black-color {
  color: var(--black-color) !important
}

.text-color {
  color: var(--text-color) !important
}

.bg-primary {
  background-color: var(--primary) !important
}

.bg-secondary {
  background-color: var(--secondary) !important
}

.bg-light {
  background-color: var(--bg-light) !important
}

.bg-dark {
  background-color: var(--dark) !important
}

.bg-color-1 {
  background-color: var(--color-1) !important
}

.color-yellow {
  color: var(--star-color) !important
}

.color-green {
  color: var(--color-1) !important
}

.color-red {
  color: var(--red-color) !important
}

.grid-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1.5rem
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.5rem
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1.5rem
}

.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.5rem
}

header.header {
  position: fixed;
  z-index: 1;
  width: 100%;
  top: 20px;
  z-index: 9;
  border-bottom: 1px solid #194644;
  padding-bottom: 15px;
}
.header-right-button{
  display: flex;
  align-items: center;
  gap: 20px;
}
header.header.sticky {
  top: 0;
  padding: 10px 0;
  background-color: #110F16;
}

.navbar .navbar-nav .nav-link {
  color: var(--color-6);
  font-weight: 600;

}

.navbar .navbar-nav .nav-link:hover {
  color: #0CAFFF;
  border-bottom: 1px solid #0CAFFF;
}
.active{
  color: #0CAFFF !important;
  border-bottom: 1px solid #0CAFFF;
}
.navbar-nav{
  gap: 15px;
}
.header-right-button a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 35px;
  border-radius: 50px;
  border: none;
  background: var(--gradient)
}

.login-menu {
  background: none !important;
  color: var(--color-6);
  font-weight: 600;
}

.navbar-toggler .close {
  display: none;
}

.banner-area {
  padding-top: 200px;
  padding-bottom: 100px;
  background: url(../images/banner/background-pattern.svg) no-repeat;
  /* background-size: cover; */
  /* background-position: center; */
  background-position-x: center;
  z-index: 2;
}


.bg-shape-1 {
  text-align: center;
  z-index: -1
}

.bg-shape-2 {
  position: absolute;
  border: 0;
  right: 0;
  bottom: 0;
  z-index: -1
}

.bg-shape-3 {
  position: absolute;
  border: 0;
  left: 0;
  bottom: 0;
  z-index: -1
}

.bg-shape-4 {
  position: absolute;
  border: 0;
  right: 0;
  top: 0;
  z-index: -1
}

.bg-shape-5 {
  position: absolute;
  border: 0;
  left: 0;
  top: 0;
  z-index: -1
}

.bg-shape-1 {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.bg-shape-8 {
  position: absolute;
  border: 0;
  right: 0;
  bottom: 0;
  z-index: 1
}

.bg-shape-1 img {
  width: 1440px;
  object-fit: cover
}

.banner-content {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 50px;
}

.banner-content h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  margin-top: 25px;
}

.banner-content span {
  background: #8757FE;
  background: linear-gradient(to right, #8757FE 27%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-content h1 span .circle1 {
  top: -4px;
  left: -4px
}

.banner-content h1 span .circle2 {
  top: -4px;
  right: -4px
}

.banner-content h1 span .circle3 {
  bottom: -4px;
  left: -4px
}

.banner-content h1 span .circle4 {
  bottom: -4px;
  right: -4px
}

.banner-content p {
  font-size: 16px;
  padding-top: 5x;
  color: #fff;
  font-weight: 500;
  line-height: 31.27px;
  margin: 0 auto 0 auto;
  padding-bottom: 20px;
}

.banner-content p span {
  color: #8757FE;
  background: #8757FE;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-content .form-group {
  background: #fff;
  width: 60%;
  display: flex;
  justify-content: space-between;
  padding: 7px;
  border-radius: 10px;
  margin-top: 30px;
}

.banner-content .form-group .button-style {
  padding: 5px 15px;
}

.banner-content .form-group input {
  height: 44px;
  padding: 0px 15px 0px 35px;
  font-size: 14px;
  width: inherit;
  border-radius: 10px;
}

.banner-content .emai-icon {
  position: absolute;
  top: 19px;
  left: 12px;
}

.banner-content .button-wapper a {
  /* box-shadow: 0 0 45px rgb(1 255 138 / 70%); */
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-color: #fff;
  padding: 15px 25px;
  border-radius: 60px;
  background: var(--gradient)
}

.banner-content .button-wapper .watch-video-style {
  display: inline-flex;
  align-items: center;
  color: #0E2637;
  gap: 10px;
  border: 1px solid #91989E;
  padding: 15px 25px;
  border-radius: 60px;
  background: transparent;
}

.video-box {
  border: 1px solid #6844C3;
  border-radius: 16px;
  padding: 10px;
  background-color: #15152E;
}

.main-rule {
  display: flex;
  gap: 10px;
  margin: 30px 0 30px 0;
  flex-wrap: wrap;

}

.main-rule h6 {
  font-size: 18px;
  color: #fff;
  display: flex;
  gap: 10px;
}

.button-wapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.shap-items1 {
  position: absolute;
  top: 90px;
  left: -130px
}

.shap-items2 {
  position: absolute;
  bottom: -45px;
  left: 60px
}

.shap-items3 {
  position: absolute;
  top: 90px;
  right: -130px
}

.shap-items4 {
  position: absolute;
  bottom: -45px;
  right: 60px
}

.shap-items1 svg,
.shap-items2 svg,
.shap-items3 svg,
.shap-items4 svg {
  width: 60px;
  height: 60px
}

.video-box a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center
}

.what-is-area {
  background-color: #110F16;
  padding: 150px 0;
}

.what-is-area h1 {
  font-size: 43px;
  color: #fff;
}

.what-is-area p {
  font-size: 20px;
  color: #969EBD;
}

.bg-shape-8 {
  position: absolute;
  border: 0;
  left: 0;
  top: 0;
  z-index: 0;
}

.bg-shape-9 {
  position: absolute;
  border: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.bg-shape-10 {
  position: absolute;
  border: 0;
  left: 180px;
  top: 50px;
  z-index: 0;
}

.bg-shape-11 {
  content: '';
  position: absolute;
  height: 340px;
  width: 340px;
  top: auto;
  left: 140px;
  background: #192D50;
  opacity: 0.9;
  border-radius: 100%;
  z-index: 0;
  filter: blur(80px);
  -webkit-filter: blur(80px);
}

.bg-shape-12 {
  position: absolute;
  border: 0;
  right: 35px;
  bottom: 0px;
  z-index: 0;
}

.bg-shape-13 {
  position: absolute;
  border: 0;
  left: 0;
  z-index: 0;
  bottom: 0;
}

.bg-shape-14 {
  position: absolute;
  border: 0;
  right: 0;
  top: 0;
  z-index: 0;
}

.postion-relative {
  position: relative;
}

.plr-50-90 {
  padding: 0 90px 0 50px;
}

.plr-30-50 {
  padding: 0 30px 0 50px;
}

.main-voice-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.Why-choose-area {
  padding: 50px 0;
  background-color: #111022;

}

.background-img {
  background: url(../images/why-choose/background-img.svg) no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
  margin: 0;
}

.blue-color {
  color: #6439FF;
}

.ml-160 {
  margin-left: 160px;
}

.case-study-area .blue-color {
  color: #8153F3 !important;
}

.blue-line {
  background-color: #8153F3 !important;
}

.text-white {
  color: #fff;
}


.z-index-1 {
  z-index: 1;
}

.back-btn-trans {
  background-color: transparent;
}

.background-color {
  background-color: #15152E;
}

.main-box-plan h5 {
  color: #fff;
  margin-bottom: 5px;
}

.background-main {
  background: url(../images/right-plan/background-img.svg) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
  padding: 80px 0;
  margin: -80px 0px;
}

.build-area h1 {
  color: #fff;
  font-size: 43px;
  font-weight: bold;
}

.build-area p {
  font-size: 16px;
  color: #fff;
}

.main-btn {
  display: flex;
  gap: 25px;
  margin-top: 20px;
}

.heading-btn h5 {
  margin: 0px;
  font-size: 17px;
}

.heading-btn h5 img {
  position: relative;
  top: -2px;
  left: 9px;
}

.dollar-box {
  min-width: 170px;
  text-align: center;
}

.pr-58 {
  padding-right: 58px;
}

.bg-shape-7 {
  position: absolute;
  border: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.bg-shape-6 {
  position: absolute;
  border: 0;
  left: 0;
  top: 0;
  z-index: 1;
}
.profile-content {
  display: flex;
  gap: 20px;
  align-items: center;
}

.testimonial-slider {
  padding: 0em 2em 0em;
}

.testimonial-title {
  color: #fff;
}

.testimonial-title h2 {
  padding-left: 0.2em;
}

.card {
  /* margin: 0 0.5em; */
  /* box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18); */
  box-shadow: 0px 0px 32px 0px #00000012;
  border: none;
  height: 100%;
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 10px
}


.footer {
  background: url(../images/footer/background-img.svg);
  padding: 60px 0 0 0;
  background-repeat: no-repeat;
  color: var(--white-color);
  background-size: cover;
  
}

.footer p,
.footer a {
  color: #EAECF0;
  text-align: left;
  align-items: center;
  display: flex;
  gap: 5px;
}

.footer-widget-newsletter .widget-content form .form-group {
  display: flex;
  gap: 10px;
  margin-bottom: 10px
}

.footer-widget-newsletter .widget-content form .form-group input {
  height: 44px;
  padding: 15px;
  font-size: 14px;
  width: calc(100% - 23%);
  border-radius: 5px
}

.footer-widget-newsletter .widget-content form .form-group button {
  width: auto;
  height: 44px;
  line-height: normal;
  border-radius: 5px;
  font-size: 14px;
  color: #000
}

.footer-widget {
  margin-bottom: 30px
}

.footer-widget-about .widget-content {
  margin-right: 70px
}

.footer-widget-about .widget-content h6 {
  font-size: 16px;
  margin-bottom: 5px;
}

.footer-top {
  margin-bottom: 40px;
}
.widget-title h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.widget-content ul li a {
  font-size: 16px;
  padding-bottom: 10px;
}
.widget-content ul li a:hover {
  margin-left: 5px;
  color: var(--white-color);
}
.socialmedia-icon {
  display: flex;
  gap: 15px;
  justify-content: left;
  margin-top: 15px;
}

.socialmedia-icon svg {
  width: 24px;
  height: 24px
}

.footer-bottom .footer-bottom-social {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
  gap: 20px
}

.footer-bottom .footer-wapper {
  border-top: 1px solid #ffffff61;
  padding-top: 20px;
  padding-bottom: 20px
}
.copyright-text p{
  text-align: center;
  display: block;
}
.button-style:hover {
  background: var(--secondary-hover);
  color: #fff;
}

.btn-all{
  display: flex;
  gap: 20px;
  justify-content: center;
}

.scrolling-ticker-area {
  padding: 30px 0;
  background-color: var(--color-1);
  overflow: hidden
}

.scrolling-ticker-area .scrolling-ticker-box {
  position: relative;
  overflow: hidden;
  user-select: none;
  display: flex
}

.scrolling-ticker-area .scrolling-ticker-box .scrolling-content {
  flex-shrink: 0;
  display: flex;
  animation: scroll 50s linear infinite;
  gap: 40px;
  margin-right: 10px
}

.scrolling-ticker-area .scrolling-ticker-box .scrolling-content h2 {
  align-items: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  color: var(--white-color);
  line-height: normal;
}

.scrolling-ticker-area .scrolling-ticker-box .scrolling-content h2 span {
  color: var(--primary)
}

@keyframes scroll {
  from {
      transform: translateX(0)
  }

  to {
      transform: translateX(calc(-100% - 30px))
  }
}

.scrolling-shape-left {
  position: absolute;
  top: 0;
  left: 0
}

.scrolling-shape-right {
  position: absolute;
  top: 0;
  right: 0
}

.scrolling-ticker-area {
  padding: 30px 0;
  background-color: #222222;
  overflow: hidden
}

.scrolling-text p{
  color: #C4C4C4;
  font-size: 18px;
  font-weight: 500;

}
.img-text-main {
  display: flex;
  align-items: center;
  gap: 25px;
}
.quick-area{
  background-color: #F4F6F6;
  padding-top: 80px;
}
.quick-area h6{
  color: #0CAFFF;
  text-align: center;
}
.quick-area h3{
  font-size: 48px;
  color: #1D1616;
  text-align: center;
  font-weight: bold;
}
.quick-area p{
  color: #8D909B;
  text-align: center;
  font-size: 22px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none
}

.swiper.testimonials-slider {
  padding-bottom: 50px;

}

.swiper-button-next {
  margin-top: 0;
  position: absolute;
  top: 50%;
  right: -40px;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
z-index:0;
}

.swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -40px;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  margin-top: 0;
z-index:0;
}

.swiper-pagination-bullet {
  background: #15322E;
  height: 10px;
  width: 10px
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin: 0 8px !important;
  box-shadow: 0 0 4px 0 #15322E;
  outline-offset: 4px;
  width: 15px;
  height: 15px;
}
.slider-wapper {
  margin: 0 320px;
  background: url(../images/Quick/background.svg);
  padding-bottom: 80px;
  background-size: cover;
}
.single-testimonials-item{
  background-color: #fff;
  padding: 20px;
  border-radius: 24px;
}
.testimonials-content h5{
  color: #222222;
  font-size: 20px;
  padding-top: 25px;
  padding-bottom: 20px;
}
.testimonials-content p{
  color: #959595;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
}
.swiper-pagination{
  align-items: center;
  display: flex;
  justify-content: center;
}
.about-section{
  background-color: #EAEEF1;
  padding: 80px 0;
}
.about-section h6{
  color: #0CAFFF;
  display: flex;
  gap: 5px;
  align-items: center;
}
.about-section h2{
  color: #000000;
  font-size: 48px;
  font-weight: bold;
}
.about-section p{
  color:#7C7C7D;
  font-weight: 500;
  font-size: 18px;
}
.about-section h3{
  font-weight: bold;
  color: #000000;
  font-size: 26px;
  margin-bottom: 8px;
}
.heading-des{
  padding-left: 90px;
}
.float-left{
  float: left;
}

.goal-clock-main{
  display: grid;
  gap: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.plr-50
{
  padding: 0px 50px;
}
.meet-section{
  background-color: #064544;
  padding: 80px 0;
}
.meet-section h6 {
  color: #0CAFFF;
  text-align: center;
}
.meet-section h3{
  text-align: center;
  color: #fff;
}
.thick-double {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.thick-double h3{
  text-align: left;
  font-size: 26px;
}
.heading-des-meet p{
  color: #C4C4C4;
  font-weight: 500;
  font-size: 18px;
}
.hr {
  margin: 5px 0;
  color: inherit;
  background-color: #C4C4C4;
  border: 0;
  opacity: 0.5;
}
.blue-box{
  background-color: #E0FFFF;
  border-radius: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}
.under-box{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 35px;
  justify-content: center;
}
.under-box h5{
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  margin: 0;
}
.border-rb{
  border-right: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
}
.border-right{
  border-right: 1px solid #C4C4C4;
}
.border-b{
  border-bottom: 1px solid #C4C4C4;
}
.what-area{
  padding: 80px 0;
}
.what-area h1{
  color: #000000;
  font-size: 40px;
  font-weight: bold;
}
.what-area p{
  color: #7C7C7D;
  font-weight: 500;
  font-size: 18px;
}
.under-what h5{
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
.under-what {
  margin-top: 15px;
  margin-bottom: 15px;
}
.checmark-des{
  display: flex;
  gap: 10px;
  align-items: self-start;
}
.checmark-des p{
  top:-4px;
  position: relative;
}
.box-round{
  background-color: #094544;
  padding: 13px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
}
.text-des h3{
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
}
.text-des p{
  color: #C4C4C4;
  font-size: 20px;
  line-height: normal;
}
.one-box {
  display: flex;
  gap: 25px;
  align-items: center;
}
.one-two-three {
  display: grid;
  align-content: space-evenly;
  padding-right: 30px;
}
.leadboard{
  background-color: #064544;
  padding: 80px 0;
}
.leader-left h5{
  color: #fff;
  text-align: center;
}
.leader-left p{
  text-align: center;
  color: #C4C4C4;
  font-weight: 500;
  font-size: 16px;
}
.fourth-lead{
  background-color: #094544;
  border: 1px solid #2CC069;
  display: flex;
  padding: 14px 20px;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.four-box{
  width: 30px;
  height: 30px;
  padding: 3px;
  border-radius: 50px;
  color: #fff;
  background-color: #215756;
  text-align: center;
}
.fourth-lead-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.fourth-lead-left h6{
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px
}
.fourth-lead-right small{
  font-size: 16px;
  color: #6B8F8E;
}
.take-quiz{
  background-color: #215756;
  padding: 10px 24px;
  border-radius: 50px;
  color: #C4C4C4;
  font-size: 18px;
  margin: 0 auto;
  display: table;
}
.leader-right {
  text-align: center;
}
.leader-right h1{
  color: #fff;
  text-align: center;
  font-size: 50px;
  padding: 34px 0;
  margin: 0px;
}
.casestudy-area{
  padding: 80px;   
}
.casestudy-area h6 {
  color: #0CAFFF;
  text-align: center;
}
.casestudy-area  h3 {
  font-size: 48px;
  color: #1D1616;
  text-align: center;
  font-weight: bold;
}
.casestudy-left{
  background-color: #fff;
  padding: 24px 30px;
  box-shadow: 0px 0px 4px 0px #00000024;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}
.casestudy-left h4{
  font-size: 32px;
  color: #000;
}
.casestudy-left a{
      color: #064544;
      font-weight: 500;
      font-size: 18px;
      text-decoration: underline;
  }
  .casestudy-area .text-des h3 {
      font-size: 23px;
      color: #1D1616;
      text-align: left;
      font-weight: bold;
  }
.case-studi-list {
  display: grid ;
  align-content: space-evenly;
}
.case-studi-list a {
  color: #064544;
  font-weight: 500;
  font-size: 18px;
  text-decoration: underline;
}
.case-studi-list .text-des{
  display: grid;
  gap: inherit;
}
.testimonail-area{
  background: url(../images/testimonial/background.svg);
  padding: 80px 0px;
  background-size: cover;
}
.left-test{
  background-color: #E0FFFF;
  padding: 20px 30px;
  border-radius: 24px;
  width: 30%;
  display: grid;
  gap: 24px;
}
.main-testimonial{
  display: flex;
  justify-content: center;
  gap: 80px;
}
.tie{
  display: flex;
  align-items: center;
  gap: 5px;
}
.tie h6{
  margin-bottom: 0px;
  color: #103533;
  font-size: 18px;
}
.left-test h3{
  color: #000;
  font-size: 30px;
  margin-bottom: 0;
  font-weight: bold;
}
.rivew {
  display: flex;
  justify-content: space-between;
}
.star h5{
  margin-bottom: 0;
  color: #000;
  font-weight: bold;
  font-size: 20px;
}
.right-test{
  background-color: #EAEEF1;
  padding: 15px;
  border-radius: 24px;
  width: 45%;
  gap: 0;
  display: flex;
  align-items: center;
  justify-content: right;
}
.right-test .prfile-img{
  position: absolute;
  left: -60px;
  width: 25%;
}
.desc-testi {
  padding-left: 100px;
  display: grid;
  gap: 30px;
}
.star-name h6{
  color: #000;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
}
.desc-testi p{
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.pricing-area{
  background-color: #EAEEF1;
  padding: 80px 0;
}
.pricing-area h6 {
  color: #0CAFFF;
  text-align: center;
}
.pricing-area h3 {
  font-size: 48px;
  color: #1D1616;
  text-align: center;
  font-weight: bold;
}
.main-pricing{
  background-color: #fff;
  padding: 20px 10px;
  border-radius: 16px;
  margin-top: 40px;
}
.Individual-plan{
  background: url(../images/pricing/Individual-plan.svg);
  padding: 50px;
  background-size: cover;
  text-align: center;
  border-radius: 16px;
}
.Individual-plan h4{
  color: #fff;
}
.Individual-plan p{
  color: #fff;
}
.Individual-plan h5{
  color: #fff;
  font-size: 32px;
  margin: 30px;
}
.Individual-plan h5 small{
  font-size: 16px;
}
.Corporate-plan{
  background: url(../images/pricing/corporate-plan.svg);
  padding: 50px;
  background-size: cover;
  text-align: center;
  border-radius: 16px;
}
.feature-corpo-plan h2{
  color: #000;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: normal;
}
.des-plan p{
  color: #7C7C7C;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 10px;
  padding-left: 30px;
}
.right-side-bottom{
  width: 71%;
  background: url(../images/about/right-back-box.svg);
  padding: 20px;
  background-size: cover;
  border-radius: 15px;
  display: grid
;
  gap: 15px;
  position: absolute;
  bottom: -118px;
  right: 0px;
}
.right-side-bottom-under{
  display: flex;
  gap: 12px;
}
.right-side-bottom-under h5{
  font-size: 16px;
  color: #FFFFFF;
  font-weight:600;
  margin: 0;
}
.mobile-space{
  width: 80%;
}
.leader-board-main{
  background: url(../images/Leaderboard/leadboard-back.svg);
  height: 322px;
  background-size: cover;
  display: flex;
  justify-content: space-around;
}
.profile-rank h6{
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding-top: 10px;
  text-align: center;
}
.profile-rank {
  text-align: center;
}