/*
  Theme Name: Dex.AI - AI Writer & Tech Startup Landing Page Template.
  �������أ�http://www.bootstrapmb.com
  Description: Dex.AI - AI Writer & Tech Startup Landing Page Template.
  Version: 1.0
*/

/* CSS Index
============================
01. Variable CSS
02. Header
03. Mobile Menu
04. Banner
05. Breadcrumb
06. Video
07. Vioces
08. About
09. Services
10. Counter
11. Features
12. Writing
13. Speech
14. Use-Cases
15. Roadmap
16. Language
17. Pricing
18. Team
19. Tools
20. Compare
21. Work
22. Testimonial
23. Faq
24. Help
25. CTA
26. Brand
27. Blog
28. Contact
29. Error
30. Login
31. Footer
32. Preloader
============================
*/



/*=============================
	1. Google Fonts
===============================*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/*=============================
	01. Variable CSS
===============================*/
:root {
  --tg-body-font-family: 'Outfit', sans-serif;
  --tg-heading-font-family: 'Plus Jakarta Sans', sans-serif;
  --tg-playfair-font-family: 'Playfair Display', serif;
  --tg-primary-color: #6721FF;
  --tg-secondary-color: #00CBFF;
  --tg-gradient-color: linear-gradient(89.78deg, #C8BDFF -31.69%, #BAA6FF -22.78%, #6721FF 27.93%, #00CBFF 99.79%);
  --tg-gradient-color-two: linear-gradient(87.22deg, #C8BDFF -1.82%, #BAA6FF 5.99%, #6721FF 50.47%, #00CBFF 113.5%);
  --tg-gradient-color-three: linear-gradient(89.09deg, #FAEC60 -4.93%, #E5A34B 8.69%, #EE6E4D 20.84%, #F44380 37.75%,
      #BE3DB3 52.82%, #7746E6 73.27%, #5A71F1 89.06%, #439EFF 101.36%);
  ;
  --tg-body-font-color: #C8B8E8;
  --tg-heading-font-color: #FFFFFF;
  --tg-paragraph-color: #C8B8E8;
  --tg-body-font-size: 16px;
  --tg-body-font-weight: 400;
  --tg-heading-font-weight: 700;
  --tg-body-line-height: 1.75;
  --tg-heading-line-height: 1.2;
  --tg-blue: #270A5F;
  --tg-cetacean-blue: #12032F;
  --tg-indigo: #6610f2;
  --tg-purple: #6f42c1;
  --tg-pink: #d63384;
  --tg-red: #dc3545;
  --tg-orange: #fd7e14;
  --tg-yellow: #FDCF6D;
  --tg-green: #198754;
  --tg-teal: #20c997;
  --tg-cyan: #00C39A;
  --tg-white: #ffffff;
  --tg-black: #0D0126;
  --tg-black-two: #160042;
  --tg-black-three: #151515;
  --tg-black-four: #222325;
  --tg-gray: #F1F3FA;
  --tg-gray-two: #474C56;
  --tg-gray-three: #ABABAB;
  --tg-gray-four: #F0F0F0;
  --facebook: #3b5998;
  --twitter: #00acee;
  --linkedin: #1976d2;
  --pinterest: #3b5998;
  --youtube: #c4302b;
  --skype: #00aff0;
  --nav-bg: #1A0046;
  --text-color: #fefefe;
  --text-bg-color: linear-gradient(90deg, #6721FF 0%, #AF8AFF 100%);
  --tg-bg-color: #070013;
  --btn-bg-color: linear-gradient(90deg, #6721FF 0%, #AF8AFF 100%);
  --card-bg-color: linear-gradient(0deg, #6721FF 0%, #AF8AFF 100%);
}

body {
  font-family: var(--tg-body-font-family);
  font-weight: var(--tg-body-font-weight);
  font-size: var(--tg-body-font-size);
  line-height: var(--tg-body-line-height);
  color: var(--tg-body-font-color);
  font-style: normal;
}

main.main-content {
  position: relative;
  z-index: 1;
  background-color: var(--tg-bg-color);
}

.noise-bg {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  mix-blend-mode: soft-light;
  opacity: 0.7;
}

.main-shape {
  left: 0;
  top: 0;
  position: fixed;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.main-content-two {
  background: var(--tg-black-three);
}

img,
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left
}

.f-right {
  float: right
}

.fix {
  overflow: hidden
}

a,
button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

a:focus,
.btn:focus,
button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: var(--tg-secondary-color);
  text-decoration: none;
}

a,
button {
  color: var(--tg-primary-color);
  outline: medium none;
  text-decoration: none;
}

.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-font-color);
  margin-top: 0px;
  margin-bottom: .7rem;
  font-style: normal;
  line-height: var(--tg-heading-line-height);
  font-weight: var(--tg-heading-font-weight);
  text-transform: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.list-wrap {
  margin: 0px;
  padding: 0px;
}

.list-wrap li {
  list-style: none
}

p {
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-body-font-weight);
  line-height: var(--tg-body-line-height);
  color: var(--tg-paragraph-color);
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid var(--tg-primary-color);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: var(--tg-body-font-color);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

*::-moz-selection {
  background: var(--tg-primary-color);
  color: var(--tg-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tg-primary-color);
  color: var(--tg-white);
  text-shadow: none;
}

::selection {
  background: var(--tg-primary-color);
  color: var(--tg-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tg-body-font-color);
  font-size: var(--tg-body-font-size);
  opacity: 1;
}

*::placeholder {
  color: var(--tg-body-font-color);
  font-size: var(--tg-body-font-size);
  opacity: 1;
}

.theme-overlay {
  position: relative
}

.theme-overlay::before {
  background: var(--tg-primary-color) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.separator {
  border-top: 1px solid var(--tg-primary-color);
}

/* Bootstrap 5 */
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  --bs-gutter-x: 30px;
}

.row.g-0 {
  --bs-gutter-x: 0;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

/*=============================
	1. Button style
===============================*/
.btn {
  user-select: none;
  -moz-user-select: none;
  background: var(--tg-primary-color);
  border: medium none;
  border-radius: 30px;
  color: var(--tg-white);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 0;
  padding: 19px 30px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn::before {
  content: "";
  position: absolute;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: var(--tg-secondary-color);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.btn:hover::before {
  top: -40%;
}

/* .gradient-btn::after,
.btn::after {
  content: "\f061";
  margin-left: 20px;
  transform: rotate(-45deg);
  transition: all 0.3s ease 0s;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
} */

.btn:hover::after,
.gradient-btn:hover::after {
  transform: rotate(0);
}

.gradient-btn:hover,
.btn:hover {
  color: var(--tg-white);
}

.gradient-btn.btn-two::after,
.btn.btn-two::after {
  display: none;
}

.btn.btn-three {
  box-shadow: 3px 3px 0px var(--tg-black-two);
}

.btn.btn-three:hover {
  box-shadow: none;
}

.btn.btn-three::before {
  display: none;
}

.gradient-btn {
  user-select: none;
  -moz-user-select: none;
  background-image: var(--btn-bg-color);
  border: medium none;
  border-radius: 30px;
  color: var(--tg-white);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 0;
  padding: 20px 35px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.gradient-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(267deg, #6721FF 0%, #AF8AFF 100%);
  border-radius: 30px;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}

.gradient-btn:hover::before {
  opacity: 1;
}

.gradient-btn.gradient-btn-two::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
  top: 2px;
  border-radius: 30px;
  background: var(--tg-black-two);
  opacity: 1;
  width: auto;
  height: auto;
  transition: all 0.3s ease 0s;
}

.gradient-btn.gradient-btn-two:hover::before {
  opacity: 0;
}

.gradient-btn.gradient-btn-three {
  background: var(--tg-gradient-color-three);
  box-shadow: 3px 3px 0px var(--tg-black-two);
}

.gradient-btn.gradient-btn-three:hover {
  box-shadow: none;
}

.gradient-btn.gradient-btn-three::before {
  background: linear-gradient(267deg, #FAEC60 -4.93%, #E5A34B 8.69%, #EE6E4D 20.84%, #F44380 37.75%, #BE3DB3 52.82%,
      #7746E6 73.27%, #5A71F1 89.06%, #439EFF 101.36%);
}

.gradient-btn.gradient-btn-four {
  background: linear-gradient(89.69deg, #00C39A 36.5%, #FDCF6D 98.77%);
  border-radius: 5px;
  color: var(--tg-black-three);
}

.gradient-btn.gradient-btn-four::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(269deg, #00C39A 36.5%, #FDCF6D 98.77%);
  transition: all 0.3s ease 0s;
  opacity: 0;
  z-index: -1;
  border-radius: 5px;
}

.gradient-btn.gradient-btn-four:hover::before {
  opacity: 1;
}

.breadcrumb>.active {
  color: var(--tg-primary-color);
}

/* scrollUp */
.scroll-top {
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: fixed;
  bottom: -10%;
  right: 30px;
  font-size: var(--tg-body-font-size);
  border-radius: 6px;
  z-index: 99;
  color: var(--tg-white);
  text-align: center;
  cursor: pointer;
  background: var(--tg-primary-color);
  transition: 1s ease;
  border: none;
}

.scroll-top.open {
  bottom: 30px;
}

.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
  background: var(--tg-secondary-color);
}


/*=============================
	02. Header
===============================*/
.custom-container {
  max-width: 1630px;
}

.transparent-header {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 9;
  height: auto;
}

.menu-area.transparent-header {
  padding: 15px 0;
}

.menu-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.navbar-wrap {
  display: flex;
  flex-grow: 1;
}

.navbar-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 0;
  margin: 0 auto;
}

.navbar-wrap ul li {
  list-style: none;
  display: block;
  position: relative;
}

.navbar-wrap ul li a {
  font-size: 18px;
  font-weight: 800;
  text-transform: capitalize;
  color: var(--text-color);
  padding: 40px 26px;
  display: block;
  line-height: 1;
  position: relative;
  z-index: 1;
  letter-spacing: 0.005em;
}

.navbar-wrap>ul>li.active>a,
.navbar-wrap>ul>li:hover>a {
  color: var(--tg-primary-color);
}

.main-menu .navigation li.menu-item-has-children .dropdown-btn {
  display: none;
}

.header-action>ul {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.header-action>ul li {
  position: relative;
  margin-left: 40px;
}

.header-action ul li:first-child {
  margin-left: 0;
}

.header-action ul li a {
  color: var(--tg-heading-font-color);
  font-size: 14px;
}

.header-action .header-btn .btn {
  color: var(--tg-white);
  font-size: 18px;
  padding: 20px 36px;
}

.header-action .header-lang .dropdown>button {
  border: none;
  background: transparent;
  padding: 0;
  color: var(--text-color);
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.header-action .header-lang img {
  max-width: 19px;
  margin-right: 5px;
  border-radius: 1px;
}

.header-lang .dropdown-menu {
  font-size: 14px;
  background: var(--tg-black-two);
  border: 1px solid rgb(255 255 255 / 15%);
  margin-top: 10px !important;
}

.header-action .header-lang .dropdown-toggle::after {
  content: "\f107";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  border: none !important;
  margin-left: 5px;
}

.header-action .header-lang .dropdown-item {
  align-items: center;
  display: flex;
  color: var(--tg-white);
  text-transform: uppercase;
}

.header-action .header-lang .dropdown-item:hover {
  background: var(--tg-primary-color);
}

.navbar-wrap ul li .sub-menu {
  position: absolute;
  left: -30px;
  right: 0;
  top: auto;
  min-width: 880px;
  border: 1px solid rgba(255 255 255 / 15%);
  background: var(--nav-bg);
  margin: 0 0;
  transform: scale(1, 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  border-radius: 10px;
  display: block;
  visibility: visible;
  opacity: 0;
  z-index: 9;
}

.navbar-wrap ul li .sub-menu .nav-tabs {
  border-bottom: 1px solid #452D73;
  padding: 20px;
}

.navbar-wrap ul li .sub-menu .nav-link {
  background-color: #10002A;
  border-radius: 25px;
  border: none;
  color: #C8B8E8;
  margin-right: 40px;
  padding: 11px 30px;
}

.navbar-wrap ul li .sub-menu .nav-link.active {
  background: linear-gradient(90deg, #6721FF 0%, #AF8AFF 100%);
  border: none;
}

.navbar-wrap ul li .sub-menu .tab-content {
  padding: 30px 20px;
  min-height: 300px;
}

.navbar-wrap ul li .sub-menu .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
}

.navbar-wrap ul li .sub-menu li {
  margin-left: 0;
  text-align: left;
  display: block;
}

.navbar-wrap ul li .sub-menu li a {
  padding: 15px 20px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--tg-white);
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 279px;
  display: flex;
  align-items: center;
  height: 100%;
}

.navbar-wrap ul li .sub-menu li.active a,
.navbar-wrap ul li .sub-menu li a:hover {
  background: var(--tg-primary-color);
}

.navbar-wrap ul li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.navbar-wrap ul li .sub-menu li a .nav-title p {
  font-weight: 800;
  font-size: 18px;
  color: #fefefe;
  margin: 0;
  line-height: 18px;
}

.navbar-wrap ul li .sub-menu li a .nav-title div {
  font-weight: 500;
  font-size: 14px;
  color: #cccccc;
  margin-top: 20px;
}

.navbar-wrap ul li .sub-menu li a .nav-title{
  display: inline-block;
  vertical-align: middle;
}

.navbar-wrap ul li .sub-menu li a .nav-title {
  margin-left: 20px;
}

.sticky-menu {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: var(--tg-bg-color);
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(54, 54, 54, 0.1);
  box-shadow: 0 10px 15px rgba(54, 54, 54, 0.1);
  border-radius: 0;
}

.sticky-menu.menu-area {
  padding: 0;
}

.sticky-menu.menu-area.menu-area-two {
  margin-top: 0;
  border-radius: 0;
}

#header-fixed-height.active-height {
  display: block;
  height: 105px;
}

/* header-two */
.header-top {
  background: var(--tg-gradient-color-three);
  padding: 8px 0 28px;
}

.header-top-content p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: var(--tg-white);
}

.header-top-content p a {
  display: inline-flex;
  align-items: center;
  color: var(--tg-white);
  margin-left: 5px;
}

.header-top-content p a i {
  margin-left: 5px;
}

.header-top-content p a:hover {
  color: var(--tg-secondary-color);
}

.menu-area-two .navbar-wrap ul {
  display: inline-flex;
  background: var(--tg-gray);
  border: 1px solid var(--tg-gray);
  border-radius: 40px;
  padding: 0 57px;
}

.menu-area-two .navbar-wrap ul li a {
  color: var(--tg-black-two);
  padding: 15px 27px;
}

.menu-area-two .header-action .header-lang img {
  width: 24px;
  max-width: 24px;
  border-radius: 50%;
}

.menu-area-two .header-action .header-lang .dropdown>button {
  color: var(--tg-black-two);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.menu-area-two .header-action .header-btn .btn {
  background: var(--tg-black-two);
}

.menu-area-two .header-action .header-btn .btn::before {
  background: var(--tg-primary-color);
}

.menu-area.menu-area-two {
  padding: 27px 0;
  border-bottom: 1px solid var(--tg-gray);
  border-radius: 25px 25px 0 0;
  background: var(--tg-white);
  margin-top: -22px;
}

/* header-three */
.menu-area-three .header-action .header-lang img {
  max-width: 25px;
  border-radius: 50%;
}

.menu-area-three .navbar-wrap>ul>li.active>a,
.menu-area-three .navbar-wrap>ul>li:hover>a {
  color: var(--tg-cyan);
}

.menu-area-three .header-lang .dropdown-menu {
  background: var(--tg-black-four);
}

.menu-area-three .header-action .header-lang .dropdown-item:hover {
  background: var(--tg-cyan);
}

.menu-area.menu-area-three.transparent-header {
  padding: 0;
}

.menu-area.menu-area-three.sticky-menu {
  background: var(--tg-black-three);
}

.scroll-top.scroll-top-two {
  background: var(--tg-cyan);
}

.scroll-top.scroll-top-two:hover {
  background: var(--tg-black-four);
}

.menu-area-three .navbar-wrap ul li .sub-menu {
  background: var(--tg-black-three);
}

.menu-area-three .navbar-wrap ul li .sub-menu li.active a,
.menu-area-three .navbar-wrap ul li .sub-menu li a:hover {
  background: var(--tg-cyan);
}


/*=============================
	03. Mobile Menu
===============================*/
.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: var(--tg-white);
  margin-right: 30px;
  top: 15px;
}

.nav-logo img {
  max-width: 150px;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 99;
  border-radius: 0px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)e;
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .navigation li.current>a:before {
  height: 100%;
}

.mobile-menu .sub-menu .nav-title p {
  margin: 0;
}

.menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.mobile-menu-visible .menu-backdrop {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--tg-black-two);
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .close-btn {
  position: absolute;
  right: 15px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  color: var(--tg-white);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}

.mobile-menu .navigation ul {
  padding: 0;
  margin: 0;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255 255 255 / 10%);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255 255 255 / 10%);
}

.mobile-menu .navigation li>ul>li:first-child {
  border-top: 1px solid rgba(255 255 255 / 10%);
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 60px 10px 25px;
  font-size: 16px;
  font-weight: 600;
  color: var(--tg-heading-font-color);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  letter-spacing: 0.005em;
}

.mobile-menu .navigation li ul li>a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li ul li ul li a {
  margin-left: 40px;
}

.mobile-menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}

.mobile-menu .navigation li>a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 15px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: var(--tg-white);
  background: var(--tg-primary-color);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn i {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: var(--tg-white);
}

.mobile-menu .navigation li.menu-item-has-children .sub-menu {
  display: none;
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
  display: none;
}

.mobile-menu .social-links ul {
  display: flex;
  position: relative;
  text-align: center;
  padding: 30px 20px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 10px;
}

.mobile-menu .social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: var(--tg-heading-font-color);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid rgba(255 255 255 / 10%);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.mobile-menu .social-links li a:hover {
  border-color: var(--tg-primary-color);
  background: var(--tg-primary-color);
  color: var(--tg-white);
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 27px;
  cursor: pointer;
  line-height: 1;
  color: var(--tg-primary-color);
  display: none;
  margin-top: -1px;
  padding: 5px 10px;
  border: 2px solid var(--tg-primary-color);
}

/* mobile-menu-two */
.menu-area-two .mobile-menu .menu-box {
  background: var(--tg-white);
}

.menu-area-two .mobile-menu .close-btn {
  color: var(--tg-primary-color);
}

.menu-area-two .mobile-menu .navigation li>a {
  color: var(--tg-black-two);
}

.menu-area-two .mobile-menu .navigation li {
  border-top: 1px solid rgba(0 0 0 / 10%);
}

.menu-area-two .mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(0 0 0 / 10%);
}

.menu-area-two .mobile-menu .social-links li a {
  border: 1px solid rgba(0 0 0 / 10%);
  color: var(--tg-black-two);
}

.menu-area-two .mobile-menu .social-links li a:hover {
  color: var(--tg-white);
}

/* mobile-menu-three */
.menu-area-three .mobile-menu .menu-box {
  background: var(--tg-black-four);
}

.menu-area-three .mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
  color: var(--tg-black-three);
  background: var(--tg-cyan);
}

.menu-area-three .mobile-menu .social-links li a:hover {
  border-color: var(--tg-cyan);
  background: var(--tg-cyan);
  color: var(--tg-black-three);
}


/*=============================
	04. Banner
===============================*/
.banner-area {
  padding: 300px 0;
  position: relative;
}

.banner-content {
  text-align: left;
  background: url("../img/bg/text-bg.png") no-repeat;
  background-size: 100% 100%;
}

.banner-bg {
  background: url("../img/bg/banner-bg.png") no-repeat;
  background-size: 100% 100%;
  width: 700px;
  height: 650px;
  position: absolute;
  top: 10%;
  right: 0;
  z-index: -1;
}

.banner-content .title {
  font-size: 72px;
  letter-spacing: -0.01em;
  margin: 0 auto 55px;
}

.banner-content .title em {
  font-style: normal;
  position: relative;
  z-index: 1;
}

.banner-content .title em::after {
  content: '';
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  height: 22px;
  background: linear-gradient(90deg, #6721FF 0%, #AF8AFF 100%);
  z-index: -1;
}

.banner-content .title.d-none span,
.banner-content .ah-headline .ah-words-wrapper .is-visible {
  background: var(--text-bg-color);
  font-size: 72px;
  font-weight: 800;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-content .ah-headline.clip .ah-words-wrapper::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 75%;
  background: var(--tg-white);
  bottom: 0;
  margin: auto 0;
}

.banner-content .ah-headline span {
  display: unset;
  padding: unset;
}

.banner-content p {
  color: #ccc;
  font-weight: 500;
  font-size: 24px;
  padding-top: 20px;
  margin: 0 auto 85px;
}

.banner-content .banner-btn {
  display: flex;
  align-items: center;
  gap: 10px 30px;
}

/* banner-two */
.banner-area-two {
  padding: 100px 0;
  position: relative;
  background: var(--tg-white);
  z-index: 1;
  overflow: hidden;
}

.banner-content-two {
  text-align: center;
}

.banner-content-two .title {
  margin-bottom: 35px;
  font-size: 75px;
  color: var(--tg-black-two);
  letter-spacing: -0.01em;
}

.banner-content-two .title span {
  font-family: var(--tg-playfair-font-family);
  font-style: italic;
  font-weight: 600;
}

.banner-content-two .title strong {
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.banner-content-two .title strong svg {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 14px;
  z-index: -1;
  animation: title-animation 4s infinite;
}

@keyframes title-animation {
  0% {
    width: 0;
  }

  15% {
    width: 100%;
  }

  85% {
    opacity: 1;
  }

  90% {
    width: 100%;
    opacity: 0;
  }

  to {
    width: 0;
    opacity: 0;
  }
}

.banner-content-two p {
  color: var(--tg-gray-two);
  font-size: 18px;
  width: 75%;
  margin: 0 auto 50px;
}

.banner-btn-two {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 30px;
}

.banner-shape-wrap img {
  position: absolute;
  z-index: -1;
}

.banner-shape-wrap img:nth-child(1) {
  top: 45%;
  left: 0;
}

.banner-shape-wrap img:nth-child(2) {
  right: 0;
  top: 40%;
}

@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

.alltuchtopdown {
  -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

/* banner-three */
.banner-area-three {
  background: var(--tg-black-three);
  position: relative;
  padding: 200px 0 110px;
  z-index: 1;
}

.banner-area-three .banner-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  z-index: -1;
}

.banner-content-three .title {
  background: linear-gradient(179.14deg, #F0F0F0 7.77%, #171717 120.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  font-size: 74px;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.banner-content-three .title span {
  font-family: var(--tg-playfair-font-family);
  font-style: italic;
  font-weight: 500;
}

.banner-content-three p {
  color: var(--tg-gray-three);
  width: 75%;
  margin: 0 auto;
  font-size: 18px;
}


/*=============================
	05. Breadcrumb
===============================*/
.breadcrumb-area {
  padding: 205px 0 135px;
}

.breadcrumb-content {
  text-align: center;
}

.breadcrumb-content .title {
  margin-bottom: 0;
  font-size: 70px;
  line-height: 1;
  letter-spacing: -0.01em;
}

.breadcrumb-content .title span {
  background: var(--tg-gradient-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/*=============================
	06. Video
===============================*/
.video-area {
  position: relative;
}

.video-wrap {
  padding: 0 25px;
  position: relative;
  z-index: 1;
}

.video-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  width: 60%;
  height: 116px;
  background: #000000;
  filter: blur(90.5px);
  z-index: -1;
}

.video-wrap .live-video {
  width: 100%;
  height: 720px;
  object-fit: cover;
  border-radius: 30px;
}

.video-shape svg {
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
  right: 0;
  z-index: -1;
}

/*=============================
	07. Vioces
===============================*/
.vioces-area {
  background: var(--tg-black-three);
  position: relative;
  z-index: 1;
}

.vioces-shape {
  position: absolute;
  left: 2%;
  top: 8%;
  z-index: -1;
}

.vioces-tab-wrap .nav-tabs {
  border-bottom: none;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}

.vioces-tab-wrap .nav-tabs .nav-link {
  margin-bottom: 0;
  background: var(--tg-black-four);
  border: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  color: var(--tg-gray-three);
  padding: 11px 30px;
  transition: .3s ease-in-out;
}

.vioces-tab-wrap .nav-tabs .nav-link svg {
  width: 20px;
  color: var(--tg-gray-four);
  flex: 0 0 auto;
  margin-right: 10px;
  min-height: 21px;
  transition: .3s ease-in-out;
}

.vioces-tab-wrap .nav-tabs .nav-link.active {
  color: var(--tg-white);
}

.vioces-tab-wrap .nav-tabs .nav-link.active svg {
  color: var(--tg-cyan);
}

.vioces-item {
  margin-bottom: 10px;
}

.vioces-thumb {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.vioces-thumb img {
  transform: scale(1);
  transition: .3s linear;
}

.vioces-item:hover .vioces-thumb img {
  transform: scale(1.1);
}

.vioces-content {
  text-align: center;
  background: var(--tg-black-four);
  padding: 65px 70px 50px;
  border-radius: 0 0 20px 20px;
  position: relative;
}

.vioces-content .play-btn {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
  background: var(--tg-black-three);
  border-radius: 50%;
  font-size: 18px;
  color: var(--tg-gray-four);
  transition: .3s linear;
}

.vioces-content .play-btn:hover {
  background: linear-gradient(89.69deg, #00C39A 36.5%, #FDCF6D 98.77%);
  color: var(--tg-black-three);
}

.vioces-content .title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--tg-gray-four);
}

.vioces-content .list-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 20px;
}

.vioces-content .list-wrap li {
  position: relative;
}

.vioces-content .list-wrap li::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: var(--tg-gray-three);
  border-radius: 1px;
}

.vioces-content .list-wrap li:nth-child(3)::before {
  display: none;
}

.vioces-content .list-wrap li:last-child::before {
  display: none;
}

.vioces-content .list-wrap li a {
  color: var(--tg-gray-three);
  line-height: 1.2;
  display: block;
}

.vioces-content .list-wrap li a:hover {
  color: var(--tg-cyan);
}

.vioces-tab-wrap .tab-content .row {
  margin: 0 -5px;
}

.vioces-tab-wrap .tab-content .row [class*="col-"] {
  padding: 0 5px;
}

.more-vioces-item {
  border: 1px solid #393A3D;
  border-radius: 20px;
  padding: 60px 60px;
  text-align: center;
  margin-bottom: 10px;
  min-height: 505px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.more-vioces-thumb {
  margin-bottom: 40px;
}

.more-vioces-thumb .list-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-vioces-thumb .list-wrap li img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--tg-gray-four);
}

.more-vioces-thumb .list-wrap li {
  transition: .3s ease-in-out;
}

.more-vioces-thumb .list-wrap li:nth-child(1) {
  z-index: 5;
}

.more-vioces-thumb .list-wrap li:nth-child(2) {
  margin-left: -21px;
  z-index: 4;
}

.more-vioces-thumb .list-wrap li:nth-child(3) {
  margin-left: -21px;
  z-index: 3;
}

.more-vioces-thumb .list-wrap li:nth-child(4) {
  margin-left: -21px;
  z-index: 2;
}

.more-vioces-thumb .list-wrap li:nth-child(5) {
  margin-left: -21px;
}

.more-vioces-thumb .list-wrap li:hover {
  z-index: 5;
}

.more-vioces-content p {
  font-size: 18px;
  margin-bottom: 40px;
  color: var(--tg-gray-three);
  line-height: 1.5;
}

/*=============================
	08. About
===============================*/
.about-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: var(--tg-white);
}

.about-content p {
  margin-bottom: 0;
  font-size: 18px;
  width: 90%;
  color: var(--tg-gray-two);
}

.about-content .section-title-two .title span strong svg {
  bottom: 5px;
}

.about-img {
  position: relative;
  margin-left: 32px;
}

.about-img img {
  border-radius: 30px;
}

.about-img .play-btn {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--tg-white);
  color: var(--tg-black);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}

.about-img .play-btn:hover {
  background: var(--tg-primary-color);
  color: var(--tg-white);
}

.about-wrap .nav-tabs {
  border-bottom: 5px solid var(--tg-gray);
  justify-content: space-between;
  gap: 30px;
  margin-top: 70px;
}

.about-wrap .nav-tabs .nav-link {
  margin-bottom: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  padding: 5px 56px 29px 56px;
  font-weight: 500;
  font-size: 20px;
  color: var(--tg-black-two);
  position: relative;
}

.about-wrap .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  border-radius: 5px;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: -5px;
  background: var(--tg-black-two);
  opacity: 0;
  transition: .3s linear;
}

.about-wrap .nav-tabs .nav-link.active::before {
  opacity: 1;
}

.about-wrap .nav-tabs .nav-link .icon {
  width: 40px;
  min-height: 40px;
  flex: 0 0 auto;
  margin-right: 30px;
}

.about-shape {
  position: absolute;
  right: 0;
  top: 5%;
  z-index: -1;
}

/* about-two */
.about-area-two {
  background: var(--tg-black-three);
  z-index: 1;
}

.about-content-wrap {
  position: relative;
  padding-left: 105px;
}

.about-content-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 90%;
  background: linear-gradient(184.96deg, #00C39A 42.63%, #FDCF6D 95.14%);
}

.about-content-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 25px;
  background: linear-gradient(184.96deg, #00C39A 42.63%, #00C39A 95.14%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.about-content-two p {
  margin-bottom: 45px;
  color: var(--tg-gray-three);
}

.about-content-two .list-wrap li {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: var(--tg-gray-four);
  margin-bottom: 15px;
}

.about-content-two .list-wrap li:last-child {
  margin-bottom: 0;
}

.about-content-two .list-wrap li i {
  color: var(--tg-gray-four);
  opacity: 0.6;
  font-size: 20px;
  margin-right: 18px;
}

.about-img-two {
  text-align: right;
  margin-top: -40px;
}

/* inner-about */
.inner-about-img {
  margin-bottom: 55px;
}

.inner-about-img img {
  border-radius: 30px;
  border: 4px solid rgb(217 217 217 / 20%);
  mix-blend-mode: luminosity;
}

.inner-about-content .title {
  font-size: 50px;
  margin-bottom: 40px;
}

.inner-about-content .content-bottom {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.inner-about-content .content-bottom p {
  width: 59%;
  font-size: 18px;
  margin-bottom: 0;
}

.inner-about-content .content-bottom .list-wrap {
  flex-grow: 1;
  margin-left: 60px;
}

.inner-about-content .content-bottom .list-wrap li {
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.inner-about-content .content-bottom .list-wrap li:last-child {
  margin-bottom: 0;
}

.inner-about-content .content-bottom .list-wrap li i {
  color: var(--tg-white);
  margin-right: 15px;
}


/*=============================
	09. Services
===============================*/
.services-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: var(--tg-white);
}

.services-tab-wrap .nav-tabs {
  border-bottom: none;
  justify-content: center;
  gap: 25px;
  margin-bottom: 80px;
}

.services-tab-wrap .nav-link {
  display: flex;
  align-items: center;
  padding: 11px 23px;
  color: var(--tg-gray-two);
  border: none;
  font-size: 15px;
  font-weight: 500;
  background: var(--tg-gray);
  border-radius: 25px;
}

.services-tab-wrap .nav-link svg {
  width: 22px;
  height: auto;
  max-height: 22px;
  margin-right: 10px;
  color: var(--tg-black-two);
  transition: .3s linear;
}

.services-tab-wrap .nav-link.active svg {
  color: var(--tg-primary-color);
}

.services-tab-wrap .nav-link.active {
  background: var(--tg-white);
  box-shadow: 0px 18px 51px rgba(130, 137, 162, 0.18);
}

.services-item {
  position: relative;
  margin-bottom: 30px;
}

.services-item img {
  border-radius: 30px;
}

.services-item .play-btn {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-white);
  color: var(--tg-black);
  font-size: 18px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.services-item .play-btn:hover {
  color: var(--tg-white);
  background: var(--tg-primary-color);
}

.services-shape-wrap img {
  position: absolute;
  z-index: -1;
}

.services-shape-wrap img:nth-child(1) {
  right: 45px;
  top: 12%;
}

.services-shape-wrap img:nth-child(2) {
  left: 28px;
  bottom: 12px;
}



/* services-two */
.services-area-two {
  background: var(--tg-black-three);
  position: relative;
  z-index: 1;
}

.services-shape-two {
  position: absolute;
  right: 3%;
  top: 11%;
  z-index: -1;
}

.section-title-three .title {
  font-weight: 600;
  font-size: 60px;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, #F0F0F0 7.14%, #171717 122.86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-title-three .title span {
  font-style: italic;
  font-family: var(--tg-playfair-font-family);
}

.services-item-two {
  box-shadow: 0px 19px 10px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  background: var(--tg-black-four);
  padding: 50px 40px 45px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.services-item-two::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--tg-black-four);
  border-radius: 20px;
  z-index: -1;
}

.services-item-overlay::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 100%;
  height: 100%;
  background: linear-gradient(128.25deg, #FDCF6D 2.16%, rgba(34, 35, 37, 0) 26.09%);
  border-radius: 20px;
  z-index: -2;
  transition: .3s linear;
  opacity: 0;
}

.services-item-overlay::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 100%;
  height: 100%;
  background: linear-gradient(313.87deg, #00C39A 2.61%, rgba(0, 195, 154, 0) 22.43%);
  border-radius: 20px;
  z-index: -2;
  transition: .3s linear;
  opacity: 0;
}

.services-item-two:hover .services-item-overlay::after,
.services-item-two:hover .services-item-overlay::before {
  opacity: 1;
}

.services-area-two .row {
  margin: 0 -5px;
}

.services-area-two .row [class*="col-"] {
  padding: 0 5px;
}

.services-icon-two {
  min-height: 50px;
  margin-bottom: 30px;
}

.services-icon-two img {
  opacity: .5;
  transform: rotateY(0);
  transition: .3s linear;
}

.services-item-two:hover .services-icon-two img {
  transform: rotateY(180deg);
  opacity: 1;
}

.services-content-two .title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 25px;
  color: #F0F0F0;
}

.services-content-two .title a:hover {
  color: var(--tg-cyan);
}

.services-content-two p {
  margin-bottom: 0;
  color: var(--tg-gray-three);
}


/*=============================
	10. Counter
===============================*/
.counter-item {
  border: 1px solid rgba(255, 255, 255, 0.12);
  filter: drop-shadow(0px 42px 76px #00042B);
  border-radius: 10px;
  text-align: center;
  padding: 40px 30px;
  margin-bottom: 30px;
}

.counter-item .count {
  font-size: 55px;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  background: var(--tg-gradient-color-two);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-item p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--tg-white);
}

/* counter-two */
.counter-area-two {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.counter-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.counter-wrap {
  position: relative;
  background: var(--tg-white);
  box-shadow: 0px 7px 4px rgba(68, 87, 107, 0.04);
  border-radius: 30px;
  margin-top: 6px;
  z-index: 1;
}

.counter-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  width: 100%;
  height: 100%;
  background: linear-gradient(270.97deg, #FAEC60 -12.41%, #E5A34B 1.99%, #EE6E4D 14.83%, #F44380 32.71%, #BE3DB3 48.64%,
      #7746E6 70.26%, #5A71F1 86.95%, #439EFF 99.96%);
  border-radius: 30px;
  z-index: -1;
}

.counter-item-wrap {
  background: var(--tg-white);
  padding: 90px 65px 50px;
  border-radius: 30px 0 0 30px;
  background-size: cover;
  background-position: center;
}

.counter-item-wrap .title {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tg-black-two);
  margin-bottom: 70px;
}

.counter-item-two {
  text-align: center;
  margin-bottom: 30px;
}

.counter-item-two .count {
  background: var(--tg-gradient-color-three);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 15px;
  line-height: .8;
}

.counter-item-two p {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  color: var(--tg-black-two);
}

.certificate-wrap {
  background: var(--tg-gray);
  border-radius: 0 30px 30px 0;
  height: 351px;
  overflow: hidden;
}

.certificate-item {
  margin-bottom: 30px;
  text-align: center;
  z-index: 2;
}

.certificate-item img {
  margin: 0 auto;
}

/* counter-three */
.counter-content {
  width: 80%;
}

.counter-content p {
  margin-bottom: 0;
  width: 82%;
}

.counter-item-wrap-three {
  margin-left: 40px;
}

.counter-item-wrap-three .list-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: rgba(255 255 255 / 10%);
  border: 1px solid rgba(255 255 255 / 20%);
  border-radius: 30px;
  position: relative;
}

.counter-item-wrap-three .list-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 1px;
}

.counter-item-wrap-three .list-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.1);
  width: 1px;
  height: 100%;
}

.counter-item-wrap-three .list-wrap li {
  width: 50%;
}

.counter-item-three {
  text-align: center;
  padding: 43px 30px;
}

.counter-item-three .count {
  font-size: 50px;
  display: inline-flex;
  align-items: center;
  line-height: .8;
  margin-bottom: 20px;
  justify-content: center;
}

.counter-item-three p {
  margin-bottom: 0;
}

/*=============================
	11. Features
===============================*/
.features-area.features-bg {
  background-size: cover;
  background-position: center;
  background-color: var(--tg-white);
  padding: 0 0 140px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.features-item-wrap {
  margin-bottom: 70px;
}

.features-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.features-item .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--tg-gray);
  color: var(--tg-primary-color);
  margin-right: 10px;
}

.features-item .content span {
  font-weight: 500;
  font-size: 18px;
  display: block;
  color: var(--tg-black-two);
}

.features-img {
  text-align: center;
}

.features-img img {
  filter: drop-shadow(-22px 47px 51px rgba(57, 89, 120, 0.15));
}

.features-shape-wrap img {
  position: absolute;
  z-index: -1;
}

.features-shape-wrap img:nth-child(1) {
  bottom: 20%;
  left: 5%;
}

.features-shape-wrap img:nth-child(2) {
  top: 26%;
  right: 7%;
}

.features-shape-wrap img:nth-child(3) {
  right: 4%;
  bottom: 10%;
  animation: leftToRight 8s infinite linear;
}

@keyframes leftToRight {
  0% {
    transform: rotateX(0deg) translateX(0px);
  }

  50% {
    transform: rotateX(0deg) translateX(50px);
  }

  100% {
    transform: rotateX(0deg) translateX(0px);
  }
}

/*=============================
	12. Writing
===============================*/
.section-title .title {
  font-weight: 800;
  font-size: 72px;
  margin-bottom: 0;
  letter-spacing: -0.01em;
}

.section-title .title span {
  font-weight: 800;
  background: var(--text-bg-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.writing-area .row {
  margin: 0 -10px;
}

.writing-area .row [class*="col-"] {
  padding: 0 10px;
}

.writing-item {
  position: relative;
  padding: 40px 50px 40px 95px;
  z-index: 1;
  margin-bottom: 30px;
  transition: .3s linear;
  transform: translateY(0);
}

.writing-item:hover {
  transform: translateY(-4px);
}

.writing-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.writing-shape svg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.writing-shape svg path {
  color: var(--tg-white);
}

.writing-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 26px;
  color: var(--tg-white);
  position: absolute;
  left: 0;
  top: 11px;
  z-index: 1;
  transition: .3s linear;
  transform: rotateY(0);
}

.writing-icon i {
  transition: .3s linear;
  transform: rotateY(0);
  width: 60px;
  height: 60px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.writing-icon .midjourney {
  background-image: url("../img/images/midjourney-icon-card.png");
}

.writing-icon .luma {
  background-image: url("../img/images/luma-icon.png");
}

.writing-icon .dalle {
  background-image: url("../img/images/dalle-icon.png");
}

.writing-icon .swapface {
  background-image: url("../img/images/swapface-icon.png");
}

.writing-icon .llm {
  background-image: url("../img/images/llm-icon-card.png");
}

.writing-item:hover .writing-icon i {
  transform: rotateY(180deg);
}

.writing-content .title {
  font-size: 20px;
  margin-bottom: 10px;
}

.writing-content p {
  margin-bottom: 17px;
  font-size: 15px;
}

.writing-content a {
  color: var(--tg-white);
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}

.writing-content a i {
  margin-left: 8px;
}

.writing-content a:hover {
  color: var(--tg-secondary-color);
}

/*=============================
	13. Speech
===============================*/
.speech-area {
  position: relative;
  padding: 0 0 100px;
  z-index: 1;
  background: var(--tg-black-three);
}

.speech-shape-wrap .shape-one {
  position: absolute;
  background-size: cover;
  background-position: center;
  height: 282px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.speech-shape-wrap .shape-two {
  position: absolute;
  background-size: cover;
  background-position: center;
  height: 591px;
  width: 100%;
  left: 0;
  bottom: -200px;
  z-index: -1;
}

.speech-item {
  background: var(--tg-black-four);
  border-radius: 20px;
  padding: 30px 20px;
  margin-bottom: 30px;
}

.speech-item .row {
  margin: 0 -10px;
}

.speech-item .row [class*="col-"] {
  padding: 0 10px;
}

.voice-ordering,
.lang-ordering {
  margin-bottom: 20px;
}

.select2-results__option>div,
.select2-selection__rendered>div {
  display: flex;
  align-items: center;
  height: 50px;
}

.select2-results__option>div {
  height: 30px;
}

.select2-results__option>div img,
.select2-selection__rendered>div img {
  margin-right: 8px;
  border-radius: 50%;
}

.select2-results__option>div p,
.select2-selection__rendered>div p {
  color: var(--tg-gray-four);
  text-overflow: ellipsis;
  overflow: hidden;
}

.speech-item .select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: 1px solid #393A3D;
  border-radius: 5px;
  position: relative;
  height: 50px;
}

.speech-item .select2-container--default .select2-selection--single::before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--tg-white);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px !important;
  padding-right: 40px !important;
}

.select2-results__option {
  padding: 6px 20px !important;
  transition: .3s linear;
  cursor: pointer;
  color: var(--tg-gray-four);
}

.select2-results__option:hover {
  background: var(--tg-cyan);
}

.select2-dropdown {
  background-color: var(--tg-black-four) !important;
  border: 1px solid #393A3D !important;
  border-radius: 5px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  background-color: var(--tg-black-four) !important;
  border-radius: 5px;
  color: var(--tg-white);
  border: 1px solid #393A3D !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.engine-form .form-grp {
  border: 1px solid #393A3D;
  border-radius: 5px;
  padding: 10px 10px 20px;
  margin-bottom: 20px;
}

.engine-form .form-grp textarea {
  width: 100%;
  border: none;
  display: block;
  background: rgba(57 58 61 / 30%);
  border-radius: 5px;
  padding: 10px 20px;
  color: var(--tg-white);
  min-height: 160px;
  max-height: 160px;
  margin-bottom: 15px;
}

.engine-form .form-grp textarea::placeholder {
  color: var(--tg-gray-three);
}

.engine-form-two .form-content,
.engine-form .form-grp .form-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.engine-form-two .form-content span,
.engine-form .form-grp span {
  font-size: 13px;
  line-height: 1.2;
  display: block;
  color: var(--tg-gray-three);
}

.engine-form-two button,
.engine-form button {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--tg-black-three);
  border: none;
  width: 100%;
  padding: 13px 20px;
  border-radius: 5px;
  background: var(--tg-cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.engine-form-two button span,
.engine-form button span {
  width: 5px;
  height: 9px;
  display: inline-block;
  background: var(--tg-black-three);
  margin-right: 3px;
}

.engine-form-two button span:nth-child(2),
.engine-form button span:nth-child(2) {
  height: 15px;
}

.engine-form-two button span:last-child,
.engine-form button span:last-child {
  margin-right: 10px;
}

.engine-form-two button:hover,
.engine-form button:hover {
  background: var(--tg-yellow);
}

.browser-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #393A3D;
  border-radius: 5px;
  padding: 14px 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: .3s linear;
  position: relative;
  gap: 10px;
}

.browser-upload:hover {
  box-shadow: 0 3px 10px rgba(255, 255, 255, 0.1);
}

.browser-upload input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 20px;
  height: 50px;
}

.browser-upload .title {
  font-size: 16px;
  font-weight: 400;
  color: var(--tg-gray-four);
  font-family: var(--tg-body-font-family);
  margin-bottom: 0;
}

.browser-upload .title i {
  margin-right: 10px;
}

.browser-upload span {
  font-weight: 400;
  font-size: 12px;
  background: #393A3D;
  border-radius: 3px;
  display: block;
  line-height: 1;
  color: var(--tg-gray-four);
  padding: 4px 10px;
  margin-left: 10px;
}

.browser-upload span:last-child {
  margin-left: 0;
}

.engine-form-two .form-grp {
  margin-bottom: 20px;
}

.engine-form-two .form-grp input {
  width: 100%;
  color: var(--tg-gray-four);
  border: 1px solid #393A3D;
  border-radius: 5px;
  background: transparent;
  font-size: 16px;
  padding: 10px 20px;
  height: 50px;
}

.engine-form-two .form-grp input::placeholder {
  color: var(--tg-gray-four);
  opacity: .8;
}

.select2-selection__rendered {
  color: var(--tg-gray-four) !important;
  line-height: 50px !important;
}

.engine-form-two .form-content {
  margin-top: 30px;
  margin-bottom: 55px;
}

.hidden-btn-wrap {
  display: none;
}

.hidden-btn-inner {
  display: flex;
  gap: 20px;
}

.hidden-btn-inner button {
  margin-top: 20px;
}

.hidden-btn-inner button i {
  margin-right: 10px;
}

.hidden-btn-inner button.download {
  background: var(--tg-yellow);
}

.hidden-btn-inner button.download:hover {
  background: var(--tg-cyan);
}

/*=============================
	14. Use-Cases
===============================*/
.use-cases-content {
  width: 83%;
}

.use-cases-content p {
  margin-bottom: 0;
}

.use-cases-nav-wrap .nav-tabs {
  background: linear-gradient(89.78deg, rgba(200 189 255 / 20%) -31.69%, rgba(186 166 255 / 20%) -22.78%, rgba(103 33 255 / 20%) 27.93%, rgba(0 203 255 / 20%) 99.79%);
  display: inline-flex;
  border-radius: 10px;
  border: 1px solid rgba(255 255 255 / 20%);
  padding: 10px 30px;
  margin-bottom: 60px;
}

.use-cases-nav-wrap .nav-tabs .nav-link {
  margin-bottom: 0;
  background: transparent;
  border: none;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  color: var(--tg-white);
  padding: 6px 15px;
}

.use-cases-nav-wrap .nav-tabs .nav-item.show .nav-link,
.use-cases-nav-wrap .nav-tabs .nav-link.active {
  color: var(--tg-white);
  background-color: var(--tg-primary-color);
}

.cases-details-wrap .cases-details-img img {
  border-radius: 30px;
}

.cases-details-wrap {
  position: relative;
  padding-bottom: 30px;
}

.cases-details-content {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  padding: 50px 50px 40px;
  width: 450px;
  background: var(--tg-blue);
  position: absolute;
  right: 0;
  bottom: 0;
}

.cases-details-content .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-primary-color);
  color: var(--tg-white);
  border-radius: 5px;
  font-size: 18px;
  margin-bottom: 20px;
}

.cases-details-content p {
  margin-bottom: 35px;
  color: var(--tg-white);
}

.cases-details-content .content-bottom .list-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}

.cases-details-content .content-bottom .list-wrap li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tg-white);
  background: var(--tg-black);
  border-radius: 50%;
  font-size: 14px;
}

.cases-details-content .content-bottom .list-wrap li a:hover {
  background: var(--tg-primary-color);
}

.tab-pane.active .cases-details-wrap .cases-details-img {
  animation: taFadeInLeft 0.5s ease-in-out;
}

.tab-pane.active .cases-details-wrap .cases-details-content {
  animation: taFadeInRight 0.5s ease-in-out;
}

.use-cases-area .fade {
  transition: .15s linear;
}

@keyframes taFadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes taFadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}


/*=============================
	15. Roadmap
===============================*/
.roadmap-timeline-wrap {
  position: relative;
}

.roadmap-line {
  position: absolute;
  left: 50%;
  top: 52px;
  transform: translateX(-50%);
  width: 140px;
  height: 93%;
  background-repeat: no-repeat;
}

.roadmap-item {
  display: flex;
  align-items: center;
}

.roadmap-item .roadmap-img {
  position: relative;
}

.roadmap-item .roadmap-img .number {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-gradient-color);
  border-radius: 50%;
  font-weight: 600;
  font-size: 20px;
  color: var(--tg-white);
  font-family: var(--tg-heading-font-family);
  z-index: 1;
  position: absolute;
  top: 14px;
  right: 27px;
}

.roadmap-item .roadmap-img .number::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border-radius: 50%;
  background: #331a5d;
  z-index: -1;
}

.roadmap-item .roadmap-img {
  position: relative;
  margin-right: 140px;
  width: 574px;
  flex: 0 0 auto;
}

.roadmap-content {
  width: 30%;
}

.roadmap-content .title {
  font-size: 24px;
  margin-bottom: 25px;
}

.roadmap-content p {
  margin-bottom: 0;
}

.roadmap-timeline-wrap .list-wrap li:nth-child(even) .roadmap-item {
  flex-direction: row-reverse;
}

.roadmap-timeline-wrap .list-wrap li:nth-child(even) .roadmap-item .roadmap-img {
  margin-left: 140px;
  margin-right: 0;
}

.roadmap-timeline-wrap .list-wrap li:nth-child(even) .roadmap-item .roadmap-img .number {
  top: 14px;
  right: auto;
  left: 27px;
}

.roadmap-timeline-wrap .list-wrap li:nth-child(even) .roadmap-item .roadmap-content {
  text-align: right;
}


/*=============================
	16. Language
===============================*/
.language-area {
  background: var(--tg-white);
  z-index: 1;
}

.language-content p {
  margin-bottom: 30px;
  font-size: 18px;
  width: 82%;
  color: var(--tg-gray-two);
}

.language-content .list-wrap {
  margin-bottom: 40px;
}

.language-content .list-wrap li {
  font-weight: 500;
  font-size: 18px;
  color: var(--tg-black-two);
  display: flex;
  align-items: baseline;
}

.language-content .list-wrap li i {
  opacity: 0.4;
  margin-right: 20px;
}

.language-tab-wrap {
  margin-left: 20px;
}

.language-tab-wrap .nav-tabs {
  border-bottom: none;
  gap: 20px;
  margin-top: 40px;
}

.language-tab-wrap .nav-tabs .nav-link {
  margin-bottom: 0;
  background: var(--tg-gray);
  border: 2px solid var(--tg-gray);
  border-radius: 30px;
  padding: 5px 12px;
  color: var(--tg-gray-two);
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.language-tab-wrap .nav-tabs .nav-link img {
  max-width: 24px;
  border-radius: 50%;
  margin-right: 10px;
  flex: 0 0 auto;
}

.language-tab-wrap .nav-tabs .nav-link.active {
  border-color: var(--tg-primary-color);
}

.language-img {
  position: relative;
}

.language-img img {
  border-radius: 30px;
}

.language-img .play-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;
  background: var(--tg-white);
  border-radius: 20px;
  padding: 6px 22px;
  color: var(--tg-paragraph-color);
  font-weight: 500;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.language-img .play-btn i {
  color: var(--tg-primary-color);
  margin-right: 10px;
  font-size: 14px;
}

/*=============================
	17. Pricing
===============================*/
.pricing-item {
  position: relative;
  padding: 65px 40px 40px;
  margin-bottom: 30px;
  box-shadow: 0px 17px 26px rgba(8, 4, 54, 0.06);
  z-index: 1;
  margin-top: 15px;
}

.pricing-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.pricing-shape svg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.pricing-shape svg path {
  color: rgba(255, 255, 255, 0.1);
}

.pricing-item .pricing-top {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #451F8F;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.pricing-item .pricing-top .left-side {
  display: flex;
  align-items: center;
  width: 70%;
}

.pricing-item .pricing-top .left-side .icon {
  flex: 0 0 auto;
  width: 58px;
  margin-right: 15px;
  position: relative;
}

.pricing-item .pricing-top .left-side .icon::before {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.pricing-item .pricing-top .left-side .icon img {
  transform: rotate(30deg);
  width: 58px;
}

.pricing-item .pricing-top .left-side .content .title {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1;
}

.pricing-item .pricing-top .left-side .content span {
  display: block;
  line-height: 1;
  font-size: 15px;
}

.pricing-price {
  margin-left: auto;
}

.pricing-price .title {
  margin-bottom: 0;
  font-size: 32px;
}

.pricing-list .list-wrap {
  margin-bottom: 35px;
}

.pricing-list .list-wrap li {
  position: relative;
  padding-left: 26px;
  font-size: 16px;
  margin-bottom: 15px;
}

.pricing-list .list-wrap li.delete {
  text-decoration-line: line-through;
}

.pricing-list .list-wrap li:last-child {
  margin-bottom: 0;
}

.pricing-list .list-wrap li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  color: var(--tg-white);
  position: absolute;
  left: 0;
  top: 0;
}

.pricing-list .list-wrap li.delete::before {
  content: "\f057";
}

.pricing-btn .btn {
  width: 100%;
}

.pricing-item.active .pricing-list .list-wrap li {
  color: var(--tg-white);
}

.pricing-item.active .pricing-top {
  border-color: #7C42F9;
}

.pricing-item.active .pricing-btn .btn {
  background: var(--tg-white);
  color: var(--tg-primary-color);
}

.pricing-item.active .pricing-btn .btn:hover {
  color: var(--tg-white);
}

.pricing-item.active .popular {
  background: linear-gradient(89.78deg, #C8BDFF -31.69%, #BAA6FF -22.78%, #6721FF 27.93%, #00CBFF 99.79%);
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  font-weight: 400;
  font-size: 16px;
  color: var(--tg-white);
  border-radius: 20px;
  padding: 6px 20px;
  max-width: 135px;
}

.pricing-item-wrap-two .pricing-tab,
.pricing-item-wrap .pricing-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 70px;
}

.pricing-item-wrap-two .pricing-tab .tab-btn,
.pricing-item-wrap .pricing-tab .tab-btn {
  cursor: pointer;
  color: var(--tg-white);
  font-weight: 400;
  font-size: 18px;
  user-select: none;
}

.pricing-tab.seleceted .annual_tab_title {
  color: var(--tg-white);
}

.pricing-tab.seleceted .monthly_tab_title {
  color: var(--tg-white);
}

.pricing-tab .pricing-tab-switcher {
  height: 35px;
  width: 100px;
  display: inline-block;
  border-radius: 30px;
  position: relative;
  margin: 0 15px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  cursor: pointer;
  background: var(--tg-blue);
  border: 2px solid rgba(255, 255, 255, 0.07);
}

.pricing-tab .pricing-tab-switcher:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  bottom: 4px;
  width: 40px;
  border-radius: 20px;
  background: var(--tg-primary-color);
  transition: .3s;
}

.pricing-tab .pricing-tab-switcher.active:before {
  left: calc(100% - 46px);
}

.pricing-price .annual_price {
  display: none;
}

.pricing-price.change-subs-duration .annual_price {
  display: block;
}

.pricing-price.change-subs-duration .monthly_price {
  display: none;
}

/* pricing-two */
.area-bg {
  background-size: cover;
  background-position: center;
  padding: 135px 0 140px;
}

.pricing-area-two {
  position: relative;
  z-index: 1;
}

.pricing-shape-wrap {
  position: absolute;
  z-index: -1;
  left: 60px;
  top: 0;
}

.pricing-item-wrap-two .pricing-tab .tab-btn {
  color: var(--tg-gray-two);
}

.pricing-item-wrap-two .pricing-tab .pricing-tab-switcher {
  height: 30px;
  width: 55px;
  background: var(--tg-primary-color);
}

.pricing-item-wrap-two .pricing-tab .pricing-tab-switcher:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  bottom: 3px;
  width: 20px;
  border-radius: 50%;
  background: var(--tg-white);
}

.pricing-item-wrap-two .pricing-tab .pricing-tab-switcher.active:before {
  left: calc(100% - 24px);
}

.pricing-item-two {
  position: relative;
  z-index: 1;
  padding: 35px 40px 40px;
  margin-bottom: 30px;
}

.pricing-item-two .pricing-shape svg path {
  color: var(--tg-white);
  box-shadow: 0px 7px 4px rgba(68, 87, 107, 0.04);
}

.pricing-item-two .pricing-top-content {
  margin-bottom: 80px;
}

.pricing-item-two .pricing-top-content .pricing-plan {
  font-style: italic;
  font-weight: 600;
  font-size: 22px;
  color: var(--tg-black-two);
  letter-spacing: -0.01em;
  margin-bottom: 20px;
  font-family: var(--tg-playfair-font-family);
}

.pricing-item-two .pricing-top-content .pricing-price .price {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 40px;
  color: var(--tg-black-two);
  display: flex;
  align-items: center;
}

.pricing-item-two .pricing-top-content .pricing-price .price span {
  font-weight: 400;
  font-size: 18px;
  font-family: var(--tg-body-font-family);
  margin-left: 10px;
}

.pricing-item-two .pricing-top-content .pricing-price .annual_price {
  display: none;
}

.pricing-item-two .pricing-top-content .pricing-price.change-subs-duration .annual_price {
  display: flex;
}

.pricing-item-two .pricing-top-content .pricing-price.change-subs-duration .monthly_price {
  display: none;
}

.price-ordering {
  position: relative;
  margin-bottom: 35px;
}

.price-ordering select {
  background: var(--tg-gray);
  border: none;
  color: var(--tg-gray-two);
  font-weight: 400;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  padding: 3px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  transition: .3s;
}

.price-ordering::after {
  content: "\f107";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  right: 20px;
  font-size: 14px;
  color: var(--tg-gray-two);
}

.pricing-item-two .pricing-list .list-wrap li {
  position: relative;
  padding-left: 26px;
  font-size: 16px;
  margin-bottom: 15px;
  color: var(--tg-gray-two);
}

.pricing-item-two .pricing-list .list-wrap li.delete {
  text-decoration-line: line-through;
  opacity: 0.5;
}

.pricing-item-two .pricing-list .list-wrap li::before {
  color: var(--tg-black-two);
}

.pricing-item-two .pricing-btn .btn::after {
  display: none;
}

.pricing-item-two.active .pricing-btn .gradient-btn {
  width: 100%;
}

.pricing-item-two.active .pricing-btn .gradient-btn::after {
  display: none;
}

.pricing-item-two .sticker {
  position: absolute;
  right: 40px;
  top: 35px;
}

/* pricing-three */
.pricing-area-three {
  background: var(--tg-black-three);
  padding: 0 0 120px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.pricing-shape-wrap-two img {
  position: absolute;
  z-index: -1;
}

.pricing-shape-wrap-two img:nth-child(1) {
  right: 5%;
  top: 3%;
}

.pricing-shape-wrap-two img:nth-child(2) {
  left: 1%;
  bottom: 0;
}

.pricing-item-wrap-three .pricing-tab {
  text-align: center;
  margin-bottom: 60px;
}

.pricing-item-wrap-three .pricing-tab .nav-tabs {
  border-bottom: none;
  display: inline-flex;
  border: 1px solid #393A3D;
  border-radius: 30px;
  padding: 6px;
  align-items: center;
}

.pricing-item-wrap-three .pricing-tab .nav-tabs .nav-link {
  margin-bottom: 0;
  background: transparent;
  border: none;
  font-weight: 400;
  font-size: 18px;
  border-radius: 30px;
  color: var(--tg-gray-three);
  padding: 10px 20px;
  line-height: 1;
  min-height: 48px;
}

.pricing-item-wrap-three .pricing-tab .nav-tabs .nav-link.active {
  background: var(--tg-black-four);
  color: var(--tg-gray-four);
}

.pricing-item-wrap-three .pricing-tab .nav-tabs .nav-link span {
  background: var(--tg-black-four);
  border-radius: 30px;
  display: inline-block;
  padding: 5px 16px;
  margin-left: 20px;
  transition: .3s;
}

.pricing-item-wrap-three .pricing-tab .nav-tabs .nav-link.active span {
  background: var(--tg-black-three);
}

.pricing-item-wrap-three .row {
  margin: 0 -5px;
}

.pricing-item-wrap-three .row [class*="col-"] {
  padding: 0 5px;
}

.pricing-item-three {
  border-radius: 20px;
  padding: 45px 40px 50px;
  background: var(--tg-black-four);
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.pricing-top-content-two {
  margin-bottom: 30px;
}

.pricing-top-content-two .pricing-plan {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  color: var(--tg-gray-four);
}

.pricing-top-content-two p {
  margin-bottom: 0;
  color: var(--tg-gray-three);
  line-height: 1.5;
}

.pricing-item-three .pricing-price .price {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 20px;
  color: var(--tg-gray-four);
  letter-spacing: -0.01em;
}

.pricing-item-three .pricing-price .price span {
  font-weight: 400;
  font-size: 18px;
  color: var(--tg-gray-three);
  font-family: var(--tg-body-font-family);
}

.pricing-item-three .pricing-price .character {
  font-size: 20px;
  display: block;
  color: var(--tg-gray-four);
  line-height: 1;
  margin-bottom: 25px;
}

.pricing-item-three .user-wrap {
  border-radius: 5px;
  background: var(--tg-black-three);
  padding: 10px;
  margin-bottom: 25px;
}

.pricing-item-three .user-wrap>span {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  color: var(--tg-gray-three);
  margin-bottom: 10px;
}

.pricing-item-three .user-wrap .num-block {
  position: relative;
}

.pricing-item-three .user-wrap .num-block input {
  width: 100%;
  background: var(--tg-black-four);
  border: none;
  color: var(--tg-gray-three);
  border-radius: 5px;
  padding: 8px 10px;
  font-weight: 400;
  font-size: 14px;
  height: 40px;
}

.user-plus-minus {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  text-align: center;
  z-index: 1;
  border-left: 1px solid #080624;
}

.user-plus-minus>span {
  position: absolute;
  cursor: pointer;
  user-select: none;
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F0F0F0;
  opacity: 0.5;
  font-size: 14px;
}

.user-plus-minus::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #080624;
}

.user-plus-minus>span.plus {
  left: 0;
  top: 0;
  right: 0;
}

.user-plus-minus>span.minus {
  top: auto;
  bottom: 0;
}

.user-plus-minus>span.minus.dis {
  cursor: auto;
}

.pricing-item-three .pricing-list .list-wrap li {
  color: var(--tg-gray-three);
  margin-bottom: 10px;
}

.pricing-item-three .pricing-list .list-wrap li:last-child {
  margin-bottom: 0;
}

.pricing-item-three .pricing-list .list-wrap li::before {
  color: #F0F0F0;
  opacity: 0.6;
}

.pricing-item-three .pricing-list .list-wrap li.delete {
  text-decoration-line: line-through;
  opacity: 0.5;
}

.pricing-btn .gradient-btn {
  width: 100%;
  color: var(--tg-gray-four);
  background: var(--tg-black-three);
}

.pricing-item-three.active .pricing-btn .gradient-btn {
  background: linear-gradient(89.69deg, #00C39A 36.5%, #FDCF6D 98.77%);
}

.pricing-item-three.active .best-offer {
  display: inline-block;
  text-transform: uppercase;
  background: linear-gradient(89.69deg, #00C39A 36.5%, #FDCF6D 98.77%);
  font-size: 14px;
  color: var(--tg-black-three);
  font-weight: 500;
  line-height: 1;
  padding: 8px 36px;
  position: absolute;
  right: -38px;
  top: 18px;
  transform: rotate(40deg);
  z-index: -1;
}

/*=============================
	18. Team
===============================*/
.section-title-four .title {
  margin-bottom: 0;
  font-size: 50px;
  letter-spacing: -0.01em;
}

.team-item {
  margin-bottom: 50px;
}

.team-thumb {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 25px;
}

.team-hidden-content {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  padding: 60px 50px 56px 50px;
  background: rgba(22, 0, 66, 0.9);
  box-shadow: 0px 7px 21px rgba(16, 5, 39, 0.09);
  border-radius: 30px;
  transition: .4s;
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
}

.team-item:hover .team-hidden-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.team-hidden-content .title {
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.team-hidden-content p {
  margin-bottom: 0;
}

.team-content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 25px;
}

.team-content .team-info {
  width: 70%;
}

.team-content .team-info .title {
  font-size: 20px;
  margin-bottom: 3px;
}

.team-content .team-info span {
  display: block;
}

.team-social .list-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

.team-social .list-wrap li a {
  color: var(--tg-white);
}

.team-social .list-wrap li a:hover {
  color: var(--tg-primary-color);
}

.team-item-two {
  background: rgba(255 255 255 / 10%);
  border: 1px solid rgba(255 255 255 / 20%);
  border-radius: 30px;
  padding: 10px 10px 20px 10px;
  margin-bottom: 30px;
}

.team-item-two .team-thumb-two {
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.team-item-two .team-thumb-two img {
  width: 100%;
  transition: .3s linear;
  transform: scale(1);
}

.team-item-two:hover .team-thumb-two img {
  transform: scale(1.1);
}

.team-content-two {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 10px;
}

.team-content-two .team-info .title {
  margin-bottom: 3px;
  font-size: 20px;
}

.team-content-two .team-info span {
  display: block;
}

/*=============================
	19. Tools
===============================*/
.tools-item {
  position: relative;
  z-index: 1;
  padding: 35px 25px 35px 75px;
  margin-bottom: 30px;
  transition: .3s linear;
}

.tools-item:hover {
  transform: translateY(-4px);
}

.tools-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.tools-shape svg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.tools-shape svg path {
  color: var(--tg-white);
}

.tools-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 7px;
  top: 14px;
  background: var(--tg-gradient-color);
  border-radius: 50%;
  color: var(--tg-white);
  font-size: 22px;
  z-index: 1;
}

.tools-icon::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border-radius: 50%;
  background: #331a5d;
  z-index: -1;
}

.tools-content .title {
  font-size: 20px;
  margin-bottom: 12px;
}

.link-btn {
  display: inline-flex;
  align-items: center;
  color: var(--tg-white);
}

.link-btn i {
  margin-left: 8px;
}

.tools-area .row {
  margin: 0 -10px;
}

.tools-area .row .col {
  padding: 0 10px;
}


/*=============================
	20. Compare
===============================*/
.compare-area {
  position: relative;
  padding: 130px 0 100px;
  background: var(--tg-white);
  z-index: 1;
  overflow: hidden;
}

.compare-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 57%;
  background: var(--tg-gray);
  z-index: -1;
}

.section-title-two .title {
  margin-bottom: 0;
  font-size: 50px;
  color: var(--tg-black-two);
  letter-spacing: -0.01em;
}

.section-title-two .title span {
  font-style: italic;
  font-weight: 600;
  font-family: var(--tg-playfair-font-family);
}

.section-title-two .title span strong {
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.section-title-two .title span strong svg {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  min-height: 18px;
  bottom: 8px;
  z-index: -1;
  animation: title-animation 3.5s infinite;
}

.compare-item {
  box-shadow: 0px 4px 4px rgba(181, 188, 213, 0.25);
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 40px;
}

.compare-thumb img {
  width: 100%;
}

.compare-content {
  padding: 25px 55px 45px;
  background: var(--tg-white);
}

.compare-content .title {
  color: var(--tg-black-two);
  font-size: 24px;
  margin-bottom: 50px;
}

.compare-content .list-wrap li {
  color: var(--tg-gray-two);
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.compare-content .list-wrap li:last-child {
  margin-bottom: 0;
}

.compare-content .list-wrap li::before {
  content: "\f058";
  font-weight: 700;
  font-family: "Font Awesome 5 Pro";
  color: var(--tg-primary-color);
  font-size: 18px;
  margin-right: 12px;
}

.compare-content .list-wrap.delete-item li::before {
  content: "\f057";
  color: var(--tg-black-two);
}

.compare-shape-wrap img {
  position: absolute;
  z-index: -1;
}

.compare-shape-wrap img:nth-child(1) {
  right: 0;
  top: 7%;
}

.compare-shape-wrap img:nth-child(2) {
  left: 0;
  bottom: 22%;
}

/*=============================
	21. Work
===============================*/
.work-item {
  display: flex;
  align-items: center;
  margin-bottom: 130px;
}

.work-thumb {
  width: 50%;
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0px 7px 21px rgba(16, 5, 39, 0.09);
  border-radius: 30px;
  padding: 30px;
}

.work-thumb img {
  width: 100%;
  filter: drop-shadow(0px 7px 21px rgba(16, 5, 39, 0.09));
  border-radius: 30px;
}

.work-content {
  flex-grow: 1;
  margin-left: 60px;
}

.work-content span {
  background: var(--tg-primary-color);
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  font-size: 16px;
  color: var(--tg-white);
  line-height: 1;
  padding: 7px 22px;
  margin-bottom: 25px;
}

.work-content .title {
  margin-bottom: 25px;
  font-size: 50px;
}

.work-content p {
  margin-bottom: 0;
}

.work-item:nth-child(odd) {
  flex-direction: row-reverse;
}

.work-item:nth-child(odd) .work-content {
  margin-left: 0;
  margin-right: 60px;
}

/*=============================
	22. Testimonial
===============================*/
.testimonial-area {
  overflow: hidden;
  padding: 0 0 150px;
}

.testimonial-item {
  position: relative;
  padding: 40px 35px 35px 135px;
}

.testimonial-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.testimonial-shape svg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.testimonial-shape svg path {
  color: var(--tg-white);
  opacity: 0.1;
}

.testimonial-content .rating {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  color: #68538F;
  margin-bottom: 22px;
}

.testimonial-content p {
  margin-bottom: 30px;
}

.testimonial-bottom .title {
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.testimonial-bottom span {
  display: block;
  line-height: 1;
}

.testimonial-thumb {
  position: absolute;
  left: 0;
  top: 60px;
}

.testimonial-thumb img {
  border-radius: 50%;
}

.testimonial-active .slick-list {
  overflow: visible;
}

.testimonial-item-wrap {
  padding: 0 70px;
}

.testimonial-active {
  margin: 0 -20px;
}

.testimonial-active .col {
  padding: 0 20px;
}

/* testimonial-two */
.testimonial-area-two.testimonial-bg {
  background-size: cover;
  background-position: center;
  padding: 130px 0 90px;
  background-color: var(--tg-white);
  overflow: hidden;
}

.testimonial-item-wrap-two {
  padding: 0 60px;
}

.testimonial-item-two {
  position: relative;
  z-index: 1;
  padding: 30px 35px 35px;
  margin-bottom: 40px;
}

.testimonial-shape-two {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.testimonial-shape-two svg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 30px;
  box-shadow: 0px 7px 4px rgba(68, 87, 107, 0.04);
}

.testimonial-shape-two svg path {
  color: var(--tg-white);
}

.testimonial-item-two .testimonial-avatar {
  display: flex;
  align-items: center;
  margin-bottom: 65px;
}

.testimonial-item-two .testi-avatar-img {
  width: 60px;
  flex: 0 0 auto;
  margin-right: 20px;
}

.testimonial-item-two .testi-avatar-img img {
  border-radius: 50%;
}

.testimonial-item-two .testi-avatar-info .title {
  font-size: 15px;
  color: var(--tg-black-two);
  margin-bottom: 8px;
  text-transform: uppercase;
}

.testimonial-item-two .testi-avatar-info span {
  display: block;
  color: var(--tg-gray-two);
  line-height: 1;
}

.testimonial-content-two p {
  margin-bottom: 20px;
  color: var(--tg-gray-two);
}

.testimonial-content-two .rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.testimonial-active-two [class*="col-"] {
  padding: 0 15px;
}

.testimonial-active-two .slick-list {
  overflow: visible;
}

/* testimonial-three */
.testimonial-area-three {
  background: var(--tg-black-three);
  overflow: hidden;
  padding: 0 0 140px;
  z-index: 1;
}

.testimonial-area-three .row {
  margin: 0 -5px;
}

.testimonial-area-three .row [class*="col-"] {
  padding: 0 5px;
}

.testimonial-active-three .slick-list {
  overflow: visible;
}

.testimonial-item-three {
  border-radius: 20px;
  background: var(--tg-black-four);
  padding: 50px 40px 40px;
}

.testimonial-item-three .testimonial-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.testimonial-item-three .testimonial-avatar {
  display: flex;
  align-items: center;
}

.testimonial-item-three .testi-avatar-img {
  width: 70px;
  flex: 0 0 auto;
  margin-right: 20px;
}

.testimonial-item-three .testi-avatar-img img {
  border-radius: 50%;
}

.testimonial-item-three .testi-avatar-info .title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
  color: var(--tg-gray-four);
}

.testimonial-item-three .testi-avatar-info span {
  display: block;
  color: var(--tg-gray-three);
}

.testimonial-item-three .testimonial-rating {
  display: flex;
  align-items: center;
}

.testimonial-item-three .testimonial-rating span {
  font-weight: 500;
  font-size: 18px;
  color: var(--tg-gray-four);
  font-family: var(--tg-heading-font-family);
}

.testimonial-item-three .testimonial-rating img {
  width: 20px;
  margin-left: 10px;
}

.testimonial-item-three .testimonial-tag .list-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}

.testimonial-item-three .testimonial-tag .list-wrap li a {
  font-weight: 400;
  font-size: 16px;
  color: var(--tg-gray-three);
  display: block;
  border: 1px solid #393A3D;
  border-radius: 5px;
  line-height: 1;
  padding: 6px 10px;
}

.testimonial-item-three .testimonial-tag .list-wrap li a:hover {
  color: var(--tg-white);
  border-color: var(--tg-white);
}

.testimonial-item-three .testimonial-content-three p {
  font-size: 22px;
  margin-bottom: 0;
  line-height: 1.4;
  color: var(--tg-gray-four);
}

/*=============================
	23. Faq
===============================*/
.faq-wrap .accordion-button {
  color: var(--tg-white);
  background-color: transparent;
  box-shadow: none;
  font-weight: 600;
  font-size: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 30px 100px 30px 50px;
  border-radius: 0;
}

.faq-wrap .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.faq-wrap .accordion-button:not(.collapsed) {
  color: var(--tg-white);
  background-color: transparent;
  border-bottom: transparent !important;
}

.faq-wrap .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.faq-wrap .accordion-item {
  background-color: transparent;
  border: none;
}

.faq-wrap .accordion-body {
  padding: 0 250px 35px 50px;
}

.faq-wrap .accordion-body p {
  margin-bottom: 0;
}

.faq-wrap .accordion-item.active {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0px 42px 76px rgba(0, 4, 43, 0.5);
  border-radius: 10px;
}

.faq-wrap .accordion-button::after {
  flex-shrink: 0;
  width: auto;
  height: auto;
  content: "\f055";
  background-image: none;
  font-size: 28px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  right: 50px;
  top: 31px;
  color: var(--tg-white);
}

.faq-wrap .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f056";
  transform: rotate(0);
}

/* faq-two */
.problem-search-wrap {
  margin-bottom: 80px;
}

.problem-search-wrap .form-grp {
  position: relative;
}

.problem-search-wrap .form-grp input {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0px 42px 76px rgba(0, 4, 43, 0.5);
  border-radius: 30px;
  font-weight: 400;
  font-size: 15px;
  color: var(--tg-paragraph-color);
  padding: 16px 150px 16px 55px;
  height: 60px;
  display: block;
  margin-bottom: 50px;
}

.problem-search-wrap .form-grp input::placeholder {
  font-weight: 400;
  font-size: 15px;
  color: var(--tg-paragraph-color);
  opacity: .8;
}

.problem-search-wrap .form-grp label {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: var(--tg-paragraph-color);
}

.problem-search-wrap .form-grp button {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 32px;
}

.problem-search-wrap .form-grp button::after {
  display: none;
}

.problem-search-wrap span {
  display: block;
  font-size: 18px;
}

.faq-tab-wrap .nav-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0px 42px 76px rgba(0, 4, 43, 0.5);
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}

.faq-tab-wrap .nav-tabs .nav-link {
  margin-bottom: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  font-weight: 400;
  font-size: 20px;
  color: var(--tg-paragraph-color);
  display: flex;
  align-items: center;
  padding: 0 28px 20px 28px;
  position: relative;
}

.faq-tab-wrap .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 5px;
  background: var(--tg-primary-color);
  opacity: 0;
  border-radius: 3px;
  transition: .3s ease-in-out;
}

.faq-tab-wrap .nav-tabs .nav-link.active::before {
  opacity: 1;
}

.faq-tab-wrap .nav-tabs .nav-link img {
  margin-right: 30px;
}


/*=============================
	24. Help
===============================*/
.help-area .help-title .title {
  font-size: 50px;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}

.help-area .help-title .title span {
  font-weight: 300;
}

.help-area .help-title p {
  margin-bottom: 0;
  width: 94%;
  margin: 0 auto;
}

.help-center-item {
  border: 1px solid rgba(255, 255, 255, 0.12);
  filter: drop-shadow(0px 42px 76px #00042B);
  border-radius: 10px;
  text-align: center;
  padding: 48px 30px;
  margin-bottom: 30px;
}

.help-center-item .icon {
  min-height: 38px;
  margin-bottom: 25px;
}

.help-center-item .content a {
  font-weight: 600;
  font-size: 20px;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-white);
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 5px;
}

.help-center-item .content a:hover {
  color: var(--tg-primary-color);
}

.help-center-item .content p {
  margin-bottom: 0;
}


/*=============================
	25. CTA
===============================*/
.cta-area {
  background: var(--tg-black-three);
  position: relative;
  z-index: 1;
}

.cta-wrap {
  background: linear-gradient(84.61deg, #00C39A 1.1%, #FDCF6D 99.29%);
  border-radius: 20px;
  text-align: center;
  padding: 70px 50px 80px;
  position: relative;
}

.cta-content .title {
  font-weight: 600;
  font-size: 45px;
  letter-spacing: -0.02em;
  color: var(--tg-black-three);
  margin-bottom: 20px;
}

.cta-content .title span {
  font-family: var(--tg-playfair-font-family);
  font-style: italic;
  font-weight: 500;
}

.cta-content p {
  margin-bottom: 40px;
  color: var(--tg-black-three);
}

.cta-content .btn {
  background: var(--tg-black-three);
  border-radius: 5px;
}

.cta-content .btn::before {
  background: var(--tg-cyan);
}

.cta-shape-wrap img {
  position: absolute;
  z-index: -1;
}

.cta-shape-wrap img:nth-child(1) {
  top: -30px;
  right: -80px;
}

.cta-shape-wrap img:nth-child(2) {
  left: -150px;
  bottom: -65px;
}


/*=============================
	26. Brand
===============================*/
.brand-area {
  padding: 60px 0;
}

.brand-wrap .title {
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 14px;
}

.brand-wrap .title span {
  background: var(--tg-gradient-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
}

.brand-item img {
  cursor: pointer;
  opacity: .3;
  transition: .3s;
}

.brand-item img:hover {
  opacity: 1;
}

/* brand-two */
.brand-area-two {
  background: var(--tg-white);
}

.brand-item-wrap .title {
  text-align: center;
  color: var(--tg-gray-two);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 18px;
  margin-bottom: 75px;
}

.brand-item-two {
  border-radius: 30px;
  border: 1px solid var(--tg-gray);
  padding: 0 30px;
  min-height: 60px;
  display: flex !important;
  align-items: center;
  margin: 0 30px;
  cursor: pointer;
  transition: .3s linear;
  margin-bottom: 50px;
}

.brand-item-two:hover {
  background: var(--tg-white);
  border-color: var(--tg-white);
  box-shadow: 0px 18px 51px rgba(130, 137, 162, 0.18);
}

/* brand-three */
.brand-aera-three {
  z-index: 1;
  position: relative;
}

.brand-wrap-three .title {
  text-align: center;
  margin-bottom: 70px;
  background: linear-gradient(180deg, #F0F0F0 7.14%, #171717 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.brand-item-three {
  width: 232px;
  height: 232px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: .3s linear;
  opacity: .5;
  margin: 0 auto;
  position: relative;
}

.brand-item-three::before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px dashed #F0F0F0;
  border-radius: 50%;
  position: absolute;
  transition: .3s linear;
  opacity: .5;
}

.brand-item-three:hover {
  opacity: 1;
}

.brand-item-three:hover::before {
  opacity: 1;
  animation: brandRotate 10s linear infinite;
}

.brand-active-four .slick-slide {
  padding: 0 15px;
}

.brandRotate {
  -webkit-animation-name: brandRotate;
  animation-name: brandRotate;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes brandRotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes brandRotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

/*=============================
	27. Blog
===============================*/
.blog-tav-wrap .nav-tabs {
  border-bottom: none;
  justify-content: center;
  gap: 30px;
  margin-bottom: 80px;
}

.blog-tav-wrap .nav-tabs .nav-link {
  margin-bottom: 0;
  background: transparent;
  border: none;
  font-weight: 400;
  font-size: 20px;
  border-radius: 0;
  padding: 0 0 10px;
  color: var(--tg-paragraph-color);
  position: relative;
}

.blog-tav-wrap .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: var(--tg-primary-color);
  transition: .3s ease-in-out;
  opacity: 0;
}

.blog-tav-wrap .nav-tabs .nav-link.active::before {
  opacity: 1;
}

.blog-tav-wrap .nav-tabs .nav-link.active {
  color: var(--tg-white);
}

.blog-item {
  display: flex;
  border-radius: 30px;
  border: 1px solid rgba(255 255 255 / 20%);
  padding: 20px 20px 20px 30px;
  align-items: center;
  background: linear-gradient(89.78deg, rgba(200 184 232 / 20%) -31.69%, rgba(103 33 255 / 20%) -22.78%, rgba(103 33 255 / 20%) 27.93%,
      rgba(0 203 255 / 20%) 99.79%);
  gap: 40px;
  margin-bottom: 50px;
}

.blog-img {
  flex: 0 0 auto;
  width: 42%;
}

.blog-img img {
  border-radius: 30px;
}

.blog-content .date {
  display: block;
  margin-bottom: 10px;
}

.blog-content .title {
  font-size: 24px;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
  width: 90%;
  line-height: 1.5;
}

.blog-content p {
  margin-bottom: 0;
  width: 80%;
}

.blog-grid-item {
  border-radius: 30px;
  border: 1px solid rgba(255 255 255 / 20%);
  padding: 20px 20px 30px;
  background: linear-gradient(89.78deg, rgba(200 184 232 / 20%) -31.69%, rgba(103 33 255 / 20%) -22.78%, rgba(103 33 255 / 20%) 27.93%, rgba(0 203 255 / 20%) 99.79%);
  margin-bottom: 30px;
}

.blog-grid-thumb {
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.blog-grid-thumb img {
  transform: scale(1);
}

.blog-grid-item:hover .blog-grid-thumb img {
  transform: scale(1.1);
}

.blog-grid-content .date {
  display: block;
  margin-bottom: 10px;
}

.blog-grid-content .title {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.blog-grid-content p {
  margin-bottom: 0;
}

.blog-content .title a,
.blog-grid-content .title a {
  position: relative;
  display: inline;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

.blog-content .title a:hover,
.blog-grid-content .title a:hover {
  color: inherit;
  background-size: 0 1px, 100% 1px;
}

.blog-pev-next-wrap {
  margin-top: 30px;
}

.blog-pev-next-wrap .list-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 130px;
}

.blog-pev-next-wrap .list-wrap li a {
  font-weight: 700;
  font-size: 14px;
  color: var(--tg-white);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}

.blog-pev-next-wrap .list-wrap li a i {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border: 1px solid var(--tg-primary-color);
  border-radius: 50%;
  margin-right: 20px;
  transition: .3s ease-in-out;
}

.blog-pev-next-wrap .list-wrap li a:hover i {
  background: var(--tg-primary-color);
}

.blog-pev-next-wrap .list-wrap li.next-post a {
  flex-direction: row-reverse;
}

.blog-pev-next-wrap .list-wrap li.next-post a i {
  margin-right: 0;
  margin-left: 20px;
}


/* blog-details */
.blog-details-wrap {
  /*padding-right: 110px;*/
}

.blog-details-thumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 45px;
}

.blog-details-thumb img {
  border-radius: 30px;
}

.blog-details-social .list-wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 50px;
  margin-left: auto;
}

.blog-details-social .list-wrap li a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(230, 238, 251, 0.1);
  font-size: 16px;
  color: var(--tg-paragraph-color);
  border-radius: 50%;
}

.blog-details-social .list-wrap li a:hover {
  background: var(--tg-primary-color);
  color: var(--tg-white);
  border-color: var(--tg-primary-color);
}

.blog-details-content {
  /*width: 91%;*/
  margin-bottom: 90px;
}

.blog-details-content .date {
  display: block;
  margin-bottom: 10px;
}

.blog-details-content .title {
  margin-bottom: 30px;
  font-size: 35px;
  letter-spacing: -0.01em;
  width: 75%;
}

.blog-details-content p {
  margin-bottom: 0;
}

.blog-details-content .info-two {
  margin-bottom: 30px;
}

.blog-details-content>.list-title {
  display: block;
  margin-bottom: 15px;
}

.blog-details-content .list-wrap {
  margin-bottom: 40px;
}

.blog-details-content .list-wrap li {
  display: flex;
  align-items: baseline;
  font-size: 18px;
  margin-bottom: 5px;
}

.blog-details-content .list-wrap li:last-child {
  margin-bottom: 0;
}

.blog-details-content .list-wrap li i {
  color: var(--tg-white);
  margin-right: 12px;
}

.blog-avatar-wrap {
  background: linear-gradient(89.78deg, rgba(200 184 232 / 20%) -31.69%, rgba(103 33 255 / 20%) -22.78%, rgba(103 33 255 / 20%) 27.93%, rgba(0 203 255 / 20%) 99.79%);
  border: 1px solid rgba(255 255 255 / 20%);
  border-radius: 30px;
  padding: 40px 55px 40px 40px;
  display: flex;
  align-items: center;
  width: 66%;
  margin-bottom: 50px;
}

.blog-post-avatar-img {
  width: 150px;
  flex: 0 0 auto;
  margin-right: 30px;
}

.blog-post-avatar-img img {
  border-radius: 50%;
}

.blog-avatar-info .name {
  font-size: 20px;
  margin-bottom: 10px;
}

.blog-avatar-info p {
  margin-bottom: 10px;
}

.blog-avatar-info .avatar-social .list-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-avatar-info .avatar-social .list-wrap li a {
  color: var(--tg-white);
  opacity: 0.45;
}

.blog-avatar-info .avatar-social .list-wrap li a:hover {
  opacity: 1;
}

.blog-details-pev-next {
  width: 66%;
  margin-top: 0;
  margin-bottom: 90px;
}

.blog-details-pev-next .list-wrap {
  justify-content: space-between;
}

.related-post-wrap {
  margin-bottom: 60px;
}

.related-post-wrap>.title {
  font-size: 35px;
  margin-bottom: 80px;
  letter-spacing: -0.01em;
}

.related-post-active [class*="col-"] {
  padding: 0 15px;
}

.comments-wrap {
  width: 66%;
  margin-bottom: 90px;
}

.comments-wrap-title {
  font-size: 35px;
  margin-bottom: 70px;
  letter-spacing: -0.01em;
}

.comments-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.latest-comments .children .comments-box {
  margin-left: 100px;
}

.comments-avatar {
  width: 80px;
  flex: 0 0 auto;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.comments-text .avatar-name .name {
  font-size: 18px;
  margin-bottom: 10px;
}

.comments-text .avatar-name .name span {
  color: var(--tg-paragraph-color);
}

.comments-text p {
  margin-bottom: 5px;
}

.comments-text .list-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.comments-text .list-wrap li {
  position: relative;
}

.comments-text .list-wrap li::before {
  content: ".";
  position: absolute;
  right: -7px;
  top: 0;
  color: var(--tg-white);
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
}

.comments-text .list-wrap li:last-child::before {
  display: none;
}

.comments-text .list-wrap li a {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tg-white);
}

.comments-text .list-wrap li a:hover {
  color: var(--tg-primary-color);
}

.comments-text .list-wrap li.like a {
  color: var(--tg-primary-color);
}

.comments-text .list-wrap li.like a:hover {
  color: var(--tg-white);
}

.comment-respond {
  background: linear-gradient(89.78deg, rgba(200 184 232 / 20%) -31.69%, rgba(103 33 255 / 20%) -22.78%, rgba(103 33 255 / 20%) 27.93%, rgba(0 203 255 / 20%) 99.79%);
  border: 1px solid rgba(255 255 255 / 20%);
  border-radius: 30px;
  padding: 45px 50px 50px;
  width: 66%;
}

.comment-reply-title {
  font-size: 32px;
  margin-bottom: 10px;
}

.comment-respond span {
  font-size: 14px;
  display: block;
  margin-bottom: 30px;
}

.comment-form .form-grp {
  margin-bottom: 25px;
}

.comment-form .form-grp label {
  display: block;
  font-weight: 700;
  font-size: 18px;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-white);
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.comment-form .form-grp textarea,
.comment-form .form-grp input {
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  color: var(--tg-paragraph-color);
  padding: 15px 20px;
  height: 60px;
  display: block;
}

.comment-form .form-grp textarea {
  min-height: 160px;
  max-height: 160px;
}

.comment-form .checkbox-grp {
  display: flex;
  align-items: flex-start;
}

.comment-form .checkbox-grp .form-check-input {
  width: 16px;
  height: 16px;
  margin-top: 6px;
  margin-right: 10px;
  background-color: transparent;
  border: 1px solid var(--tg-paragraph-color);
  box-shadow: none;
  outline: none;
  flex: 0 0 auto;
  padding: 0 0;
  border-radius: 2px;
}

.comment-form .checkbox-grp label {
  color: var(--tg-paragraph-color);
  user-select: none;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
}

/*=============================
	28. Contact
===============================*/
.contact-info-wrap {
  margin-bottom: 100px;
}

.contact-info-item {
  border: 1px solid rgba(255, 255, 255, 0.12);
  filter: drop-shadow(0px 42px 76px #00042B);
  border-radius: 10px;
  text-align: center;
  padding: 30px;
  min-height: 288px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
  transition: .3s linear;
}

.contact-info-item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.contact-info-item .icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: var(--tg-gradient-color);
  position: relative;
  font-size: 24px;
  color: var(--tg-white);
  z-index: 1;
}

.contact-info-item .icon::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border-radius: 50%;
  background: #331a5d;
  z-index: -1;
}

.contact-info-item .icon i {
  transform: rotateY(0);
  transition: .3s linear;
}

.contact-info-item:hover .icon i {
  transform: rotateY(-180deg);
}

.contact-info-item .content .title {
  font-size: 22px;
  margin-bottom: 20px;
}

.contact-info-item .content p {
  margin-bottom: 0;
}

.contact-info-item .content span {
  display: block;
}

.contact-form-wrap {
  position: relative;
}

.contact-form-wrap>.title {
  margin-bottom: 80px;
  text-align: center;
  font-size: 50px;
  letter-spacing: -0.01em;
}

.contact-form-wrap>.title span {
  font-weight: 400;
  background: var(--tg-gradient-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.responds-wrap {
  background: linear-gradient(89.78deg, rgba(200 184 232 / 20%) -31.69%, rgba(103 33 255 / 20%) -22.78%, rgba(103 33 255 / 20%) 27.93%, rgba(0 203 255 / 20%) 99.79%);
  border: 1px solid rgba(255 255 255 / 20%);
  border-radius: 30px;
  padding: 30px;
  text-align: center;
  max-width: 355px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
}

.responds-wrap .list-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.responds-wrap .list-wrap li {
  transition: .3s linear;
}

.responds-wrap .list-wrap li img {
  border-radius: 50%;
  border: 1px solid rgba(240, 240, 240, 0.12);
}

.responds-wrap .list-wrap li:not(:nth-child(1)) {
  margin-left: -20px;
}

.responds-wrap .list-wrap li:nth-child(1) {
  z-index: 5;
}

.responds-wrap .list-wrap li:nth-child(2) {
  z-index: 4;
}

.responds-wrap .list-wrap li:nth-child(3) {
  z-index: 3;
}

.responds-wrap .list-wrap li:nth-child(4) {
  z-index: 2;
}

.responds-wrap .list-wrap li:hover {
  z-index: 5;
}

.responds-wrap p {
  margin-bottom: 0;
  font-size: 18px;
}

.contact-form {
  background: linear-gradient(89.78deg, rgba(200 184 232 / 20%) -31.69%, rgba(103 33 255 / 20%) -22.78%, rgba(103 33 255 / 20%) 27.93%, rgba(0 203 255 / 20%) 99.79%);
  border: 1px solid rgba(255 255 255 / 15%);
  border-radius: 30px;
  padding: 60px;
  margin: 0 65px;
}

.contact-form .form-grp {
  margin-bottom: 30px;
}

.contact-form .form-grp textarea,
.contact-form .form-grp input {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: var(--tg-white);
  background: rgba(230, 238, 251, 0.08);
  border: 1px solid rgba(230, 238, 251, 0.13);
  border-radius: 5px;
  padding: 10px 20px;
  height: 50px;
  display: block;
}

.contact-form .form-grp textarea::placeholder,
.contact-form .form-grp input::placeholder {
  font-size: 16px;
  color: var(--tg-white);
  opacity: .8;
}

.contact-form .form-grp textarea {
  min-height: 110px;
  max-height: 110px;
}

.contact-shape {
  position: absolute;
  left: 18%;
  z-index: -1;
  bottom: 8%;
}

.contact-map {
  width: 100%;
  height: 700px;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
}

/*=============================
	29. Error
===============================*/
.error-area {
  position: relative;
  padding: 205px 0 150px;
}

.error-bg {
  background-size: cover;
  background-position: center;
  mix-blend-mode: luminosity;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}

.error-content .title {
  font-size: 70px;
  margin-bottom: 50px;
  letter-spacing: -0.01em;
}

.error-content img {
  margin-bottom: 50px;
}

.error-content span {
  display: block;
  font-weight: 700;
  font-size: 30px;
  color: var(--tg-white);
  font-family: var(--tg-heading-font-family);
  letter-spacing: -0.01em;
  margin-bottom: 70px;
}

/*=============================
	30. Login
===============================*/
.menu-area.menu-area-four {
  padding: 25px 0;
}

.login-area {
  min-height: 100vh;
  padding: 180px 0px 120px;
  display: flex;
  align-items: center;
  position: relative;
}

.login-content {
  margin-right: 65px;
}

.login-content .title {
  font-size: 34px;
  margin-bottom: 15px;
  letter-spacing: -0.01em;
}

.login-content>span {
  font-size: 18px;
  display: block;
  margin-bottom: 40px;
}

.login-content .form-grp {
  margin-bottom: 25px;
}

.login-content .form-grp label {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  display: block;
  color: var(--tg-white);
  font-family: var(--tg-heading-font-family);
  margin-bottom: 10px;
}

.login-content .form-grp input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 5px;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  color: var(--tg-paragraph-color);
  padding: 15px 20px;
  height: 60px;
}

.login-content .password-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.login-content .password-wrap .form-grp {
  display: flex;
  align-items: center;
}

.login-content .form-grp.checkbox-grp .form-check-input {
  padding: 0;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  box-shadow: none;
  outline: none;
  margin-top: 0;
  margin-right: 10px;
}

.login-content .form-grp.checkbox-grp label {
  margin-bottom: 0;
  user-select: none;
  font-weight: 400;
}

.login-content .password-wrap button {
  border: none;
  background: transparent;
  padding: 0 0;
  font-weight: 400;
  font-size: 16px;
  color: var(--tg-white);
  margin-bottom: 25px;
}

.login-content .password-wrap button:hover {
  color: var(--tg-primary-color);
}

.login-content .sine-btn {
  font-weight: 700;
  font-size: 14px;
  width: 100%;
  border: none;
  border-radius: 5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 18px 20px;
  color: var(--tg-heading-font-color);
  background: var(--tg-primary-color);
  height: 60px;
  margin-bottom: 30px;
}

.login-content .sine-btn:hover {
  background: var(--tg-secondary-color);
}

.login-content .google-btn {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.13);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tg-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.login-content .google-btn img {
  margin-right: 10px;
}

.login-content .google-btn:hover {
  color: var(--tg-primary-color);
}

.login-content form span {
  text-align: center;
  display: block;
  font-size: 18px;
}

.login-right-content-wrap {
  position: absolute;
  right: 0;
  text-align: center;
  width: 50%;
  top: 0;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 80px;
}

.login-right-bg {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  mix-blend-mode: luminosity;
  background-size: cover;
  background-position: center;
}

.login-right-content-inner img {
  margin-bottom: 50px;
}

.login-right-content-inner .title {
  font-size: 35px;
  margin-bottom: 0;
  letter-spacing: -0.01em;
}

.login-right-content-inner span {
  background: var(--tg-gradient-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.menu-area.menu-area-four .mobile-nav-toggler {
  display: block;
}


/*=============================
	31. Footer
===============================*/
.footer-area {
  background: var(--tg-cetacean-blue);
  z-index: 3;
  position: relative;
}

.footer-widget {
  margin-bottom: 60px;
}

.fw-title {
  font-size: 18px;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.footer-link .list-wrap li {
  margin-bottom: 8px;
}

.footer-link .list-wrap li:last-child {
  margin-bottom: 0;
}

.footer-link .list-wrap li a {
  color: var(--tg-paragraph-color);
  position: relative;
}

.footer-link-three .list-wrap li a::before,
.footer-link-two .list-wrap li a::before,
.footer-link .list-wrap li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--tg-paragraph-color);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}

.footer-link-three .list-wrap li a:hover::before,
.footer-link-two .list-wrap li a:hover::before,
.footer-link .list-wrap li a:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  gap: 5px;
}

.footer-contact a {
  color: var(--tg-paragraph-color);
}

.footer-contact a.email {
  text-decoration: underline;
}

.footer-social .list-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 45px;
}

.footer-social .list-wrap li a {
  border: 1px solid #251740;
  border-radius: 5px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  color: var(--tg-white);
  justify-content: center;
}

.footer-social .list-wrap li a:hover {
  border-color: var(--tg-primary-color);
  background: var(--tg-primary-color);
}

.fa-telegram-plane:before,
.fa-weixin:before {
  font-size: 25px;
}

.footer-newsletter {
  background: var(--tg-black);
  border: 1px solid #251740;
  border-radius: 20px;
  text-align: center;
  padding: 35px 28px 40px;
}

.footer-newsletter .title {
  margin-bottom: 25px;
  font-size: 15px;
  text-transform: capitalize;
}

.footer-newsletter p {
  margin-bottom: 30px;
  line-height: 1.5;
}

.footer-area .footer-top {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 55px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px 0;
}

.footer-bottom .copyright-text p {
  margin-bottom: 0;
}

.footer-menu .list-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 25px;
}

.footer-menu .list-wrap li a {
  font-size: 15px;
  color: var(--tg-paragraph-color);
  position: relative;
}

.footer-menu .list-wrap li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--tg-paragraph-color);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}

.footer-menu .list-wrap li a:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}


/* footer-two */
.footer-top-two {
  z-index: 1;
  position: relative;
  background: var(--tg-white);
  border-radius: 0 0 25px 25px;
  padding: 95px 0 60px;
}

.footer-features-wrap {
  padding-bottom: 20px;
  border-bottom: 2px solid var(--tg-gray);
  margin-bottom: 70px;
}

.footer-features-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.footer-features-item .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #FDEAF3 0%, rgba(200, 223, 251, 0.06) 100%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  margin-right: 20px;
  position: relative;
}

.footer-features-item .icon::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -56px;
  width: 100%;
  height: 2px;
  background: var(--tg-black-two);
}

.footer-features-item .content .title {
  margin-bottom: 10px;
  color: var(--tg-black-two);
  font-size: 20px;
  letter-spacing: -0.01em;
}

.footer-features-item .content a {
  font-size: 18px;
  color: var(--tg-gray-two);
}

.footer-features-item .content a:hover {
  color: var(--tg-primary-color);
}

.footer-features-item .content a i {
  margin-left: 15px;
}

.fw-title-two {
  font-size: 14px;
  margin-bottom: 32px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--tg-black-two);
}

.footer-link-two .list-wrap li {
  margin-bottom: 7px;
}

.footer-link-two .list-wrap li:last-child {
  margin-bottom: 0;
}

.footer-link-two .list-wrap li a {
  font-size: 16px;
  color: var(--tg-gray-two);
  position: relative;
}

.footer-link-two .list-wrap li a:hover {
  color: var(--tg-primary-color);
}

.footer-link-two .list-wrap li a::before {
  background: var(--tg-primary-color);
}

.footer-contact-two {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  gap: 5px;
}

.footer-contact-two a {
  color: var(--tg-gray-two);
  font-size: 16px;
}

.footer-contact-two a:hover {
  color: var(--tg-primary-color);
}

.footer-contact-two a.email {
  text-decoration: underline;
}

.footer-social-two .list-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-social-two .list-wrap li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tg-black-two);
  border: 1px solid var(--tg-gray);
  border-radius: 50%;
}

.footer-social-two .list-wrap li a:hover {
  background: var(--tg-primary-color);
  color: var(--tg-white);
  border-color: var(--tg-primary-color);
}

.footer-bottom-two {
  background: var(--tg-gradient-color-three);
  padding: 50px 0 11px;
  margin-top: -39px;
}

.footer-bottom-two .copyright-text p {
  color: var(--tg-white);
  margin-bottom: 0;
  font-weight: 500;
}

.footer-bottom-two .footer-menu .list-wrap li a {
  font-size: 16px;
  color: var(--tg-white);
}

.footer-bottom-two .footer-menu .list-wrap li a::before {
  background: var(--tg-white);
}

/* footer-three */
.footer-area-three {
  background: var(--tg-black-three);
}

.footer-top-three {
  padding: 100px 0 30px;
}

.footer-top-three .fw-title {
  margin-bottom: 35px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.footer-link-three .list-wrap li {
  margin-bottom: 8px;
}

.footer-link-three .list-wrap li:last-child {
  margin-bottom: 0;
}

.footer-link-three .list-wrap li a {
  color: var(--tg-gray-three);
  position: relative;
}

.footer-link-three .list-wrap li a::before {
  background: var(--tg-white);
}

.footer-link-three .list-wrap li a:hover {
  color: var(--tg-white);
}

.app-download {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 30px;
}

.app-download img {
  max-width: 130px;
}

.footer-social-three .list-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-social-three .list-wrap li a {
  color: var(--tg-white);
  font-size: 16px;
}

.footer-social-three .list-wrap li a:hover {
  color: var(--tg-cyan);
}

.footer-newsletter-two p {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 35px;
  font-family: var(--tg-heading-font-family);
  letter-spacing: -0.02em;
  color: var(--tg-gray-four);
  line-height: 1.4;
}

.footer-newsletter-two form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-newsletter-two form input {
  width: 100%;
  border: 1px solid #393A3D;
  border-radius: 5px;
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  padding: 5px 20px;
  color: var(--tg-gray-four);
  height: 40px;
}

.footer-newsletter-two form input::placeholder {
  color: var(--tg-gray-three);
  font-weight: 400;
  font-size: 16px;
}

.footer-newsletter-two form .gradient-btn.gradient-btn-four {
  font-size: 14px;
  color: var(--tg-white);
  padding: 13px 30px;
}

.footer-newsletter-two form .gradient-btn.gradient-btn-four::after {
  display: none;
}

.footer-bottom-three {
  border-top: 1px solid #393A3D;
  padding: 34px 0;
}

.footer-bottom-three .copyright-text p {
  margin-bottom: 0;
  color: var(--tg-gray-three);
}

.footer-bottom-three .footer-menu .list-wrap li a {
  font-size: 16px;
  color: var(--tg-gray-three);
}

.footer-bottom-three .footer-menu .list-wrap li a:hover {
  color: var(--tg-white);
}

.footer-bottom-three .footer-menu .list-wrap li a::before {
  background: var(--tg-white);
}

/*=============================
	32. Preloader
===============================*/
#preloader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-black-two);
  z-index: 999;
  width: 100%;
  height: 100%;
}

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner>div {
  background-color: var(--tg-white);
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1.0);
  }

  ;
}

@keyframes sk-stretchdelay {

  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }

  ;
}

/*=============================
	33. tabs-area Overview
===============================*/
/* btn */
.page-btn {
  user-select: none;
  -moz-user-select: none;
  background-color: var(--tg-primary-color);
  border: medium none;
  border-radius: 12px;
  color: var(--tg-white);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 22px;
  margin-bottom: 0;
  padding: 12px 35px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.card-btn {
  border-radius: 8px;
  line-height: 20px;
  padding: 6px 19px;
}

.card-btn-cancel {
  background: transparent;
  border: 1px solid var(--tg-primary-color);
  line-height: 18px;
  margin-left: 16px;
}

.tabs-area .nav-link {
  border-radius: 12px;
  color: var(--tg-white);
  font-family: PingFangSC, PingFang SC;
  font-size: 16px;
  line-height: 22px;
  margin: 5px 0;
  padding: 12px 32px;
  text-align: left;
}

.tabs-area .nav-link:hover,
.tabs-area .nav-link.active {
  background: var(--tg-primary-color);
}

.tabs-area .tab-content {
  flex: 1;
}

/*Overview*/
.tabs-area .overview-content {
  margin-bottom: 80px;
  position: relative;
}

.overview-content .overview-title {
  font-weight: 600;
  font-size: 20px;
  color: var(--tg-white);
  line-height: 28px;
}

.tabs-area .form-grp {
  margin-right: 24px;
  position: relative;
}

.tabs-area .form-grp input {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.02em;
  background: var(--tg-white);
  border: 1px solid rgba(230, 238, 251, 0.13);
  border-radius: 12px;
  padding: 10px 20px;
  height: 46px;
}

.overview-content .subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, .65);
  line-height: 20px;
}

.overview-content .subtitle i {
  color: #8852FF;
  font-style: normal;
}

.overview-content .overview-form {
  margin: 16px 0 8px;
}

.overview-content .overview-form .form-grp .form-bg {
  background: rgba(103, 33, 255, 0.2);
  border: 1px solid #411B96;
  color: var(--tg-white);
  padding: 0 32px;
}

.overview-content .overview-form .form-grp .text-after {
  font-style: normal;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-32px, -50%);
}

/*设置眼睛图标的样式 */
.fa {
  width: 30px;
  height: 20px;
  cursor: pointer;
  margin-left: -30px;
  /*将眼睛图标放在input框中 */
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fa-eye-open {
  background: url('../img/images/eye-open.png') no-repeat;
}

.fa-eye-close {
  background: url('../img/images/eye-close.png') no-repeat;
}

.input-text {
  display: none;
  /*初始状态隐藏第二个input框 */
}

.balance-box {
  color: var(--tg-white);
  margin-top: 20px;
}

.balance-item {
  background: url('../img/images/balance-bg.png') no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 24px 24px 40px;
}

.balance-item .item-right {
  text-decoration: underline;
  cursor: pointer;
}

.balance-item .item-right::before {
  content: url('../img/images/balance-icon.png');
  margin-right: 6px;
  width: 15px;
  height: 20px;
  vertical-align: middle;
}

.balance-item p {
  color: var(--tg-white);
  font-weight: 600;
  font-size: 42px;
  line-height: 59px;
  margin-top: 32px;
}

.balance-item p i,
.midjourney-item p i {
  color: rgba(255, 255, 255, .65);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.balance-item .query-icon {
  background: url('../img/images/query-icon.png') no-repeat;
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}

.midjourney-box {
  color: var(--tg-white);
  margin-top: 20px;
}

.midjourney-box .midjourney-item {
  background: url('../img/images/midjourney-bg.png') no-repeat;
  background-size: 100% 100%;
  padding: 47px 86px;
  position: relative;
}

.midjourney-box .midjourney-item .midjourney-icon {
  position: absolute;
  left: 35%;
}

.midjourney-box .midjourney-item .midjourney-link {
  color: var(--tg-white);
  text-decoration: underline;
}

.midjourney-box .midjourney-item .midjourney-user {
  background: url('../img/images/user-icon.png') no-repeat;
  background-size: 100% 100%;
  width: 64px;
  height: 64px;
}

.midjourney-box .midjourney-item .box-top p {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
}

.midjourney-box .midjourney-item .box-bottom p {
  color: var(--tg-white);
  font-weight: 600;
  font-size: 42px;
  line-height: 59px;
  margin-top: 25px;
  margin-bottom: 0;
}

.tabs-area .overview-content .card-box {
  display: none;
  background: #2E1B56;
  border: 1px solid #5938A0;
  color: var(--tg-white);
  padding: 0 9px;
  width: 45%;
  position: absolute;
  right: 0;
  top: 45px;
}

.tabs-area .card-text {
  color: rgba(255, 255, 255, .65);
}

/*=============================
	34. tabs-area  Midjourney
===============================*/
.midjourney-container {
  color: var(--tg-white);
  font-size: 14px;
}

.midjourney-head {
  position: relative;
}

.midjourney-head .head-item .head-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}

.midjourney-head .head-item p {
  font-weight: 400;
  color: rgba(255, 255, 255, .65);
  line-height: 20px;
  margin: 0;
}

.midjourney-head .head-item .head-btn {
  border-radius: 8px;
  line-height: 20px;
  padding: 6px 16px;
  margin-left: 1rem;
}

.midjourney-head .head-item .head-btn::before {
  content: url('../img/images/add-icon.png');
  margin-right: 8px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.midjourney-main,
.midjourney-main-nothing {
  margin: 20px 0 200px;
}

/*.midjourney-main {*/
/*  display: none;*/
/*}*/
.midjourney-main-nothing .content {
  background: var(--tg-primary-color);
  border-radius: 12px;
  border: 1px solid #5938A0;
  font-size: 16px;
  padding: 70px;
  text-align: center;
}

.midjourney-main .content {
  background: var(--tg-primary-color);
  border-radius: 12px;
  border: 1px solid #5938A0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  font-size: 28px;
  padding: 36px 0;
  text-align: center;
  margin-bottom: 200px;
  position: relative;
}

.midjourney-main .content p {
  color: var(--tg-white);
  display: inline;
  font-size: 28px;
  vertical-align: middle;
  margin-left: 16px;
}

.midjourney-container .midjourney-head .add-box {
  position: absolute;
  right: 0;
  top: 66px;
  text-align: center;
  z-index: 999;
}

.midjourney-container .midjourney-head .add-box .card-text {
  padding-top: 16px;
  margin-bottom: 16px;
}

.midjourney-container .midjourney-head .add-box .count-btn {
  background: rgba(103, 33, 255, 0.2);
  border-radius: 6px;
  border: 1px solid var(--tg-primary-color);
  color: var(--tg-white);
  line-height: 14px;
  padding: 8px 32px;
}

.midjourney-container .midjourney-head .add-box .decrement-btn {
  background: transparent;
}

.midjourney-head .add-box .counters {
  margin: 0 auto 16px;
  width: 45%;
}

.midjourney-head .add-box .counters p {
  color: var(--tg-white);
  flex: 1;
  margin: 0;
}

.midjourney-head .add-box .form-check {
  padding: 0;
  margin-bottom: 10px;
}

.midjourney-head .add-box .form-check-input {
  width: 16px;
  height: 16px;
  margin-top: 6px;
  margin-right: 4px;
  background-color: transparent;
  border: 1px solid var(--tg-primary-color);
  box-shadow: none;
  outline: none;
  flex: 0 0 auto;
  padding: 0 0;
  border-radius: 2px;
  float: none;
  margin-left: 0;
}

.midjourney-head .add-box .form-check-label,
.midjourney-head .add-box .explain {
  color: rgba(255, 255, 255, .65);
}

.midjourney-head .add-box .explain {
  text-align: right;
  margin-right: 80px;
  line-height: 50px;
}

.midjourney-head .add-box .explain span {
  font-size: 20px;
  color: #fff;
  font-weight: bolder;
}

.midjourney-head .add-box .explain span i {
  font-style: normal;
}

.midjourney-head .add-box .verify-btn,
.midjourney-head .add-box .cancel-btn {
  padding: 6px 54px;
}

.midjourney-head .add-box .increment-btn:disabled,
.midjourney-head .add-box .decrement-btn:disabled {
  background-color: gray;
  border-color: gray;
}

.midjourney-head .add-box .notice {
  text-align: left;
  font-size: 14px;
  margin-top: 20px;
  line-height: 20px;
}

.midjourney-wrap .accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 20px;
  position: relative;
}

.midjourney-wrap .accordion-button {
  color: var(--tg-white);
  background-color: #2E2F4E;
  box-shadow: none;
  font-weight: 500;
  font-size: 20px;
  border: 1px solid #5E6096;
  line-height: 28px;
  padding: 42px;
  border-radius: 12px !important;
  cursor: pointer;
}

.midjourney-wrap .accordion-item.active {
  background-color: #2E2F4E;
  border: 1px solid #5E6096;
  border-radius: 12px;
}

.midjourney-wrap .accordion-button:not(.collapsed) {
  color: var(--tg-white);
  background-color: transparent;
  border: transparent !important;
}

.midjourney-wrap .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  outline: none;
}

.midjourney-wrap .accordion-body {
  padding: 0 42px 42px;
}

.midjourney-wrap .accordion-body p {
  margin-bottom: 0;
}

.midjourney-wrap .accordion-button::after {
  content: url('../img/images/close-icon.png');
  width: auto;
  height: auto;
  flex-shrink: 0;
  background-image: none;
  font-size: 28px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  right: 42px;
  top: 42px;
  color: var(--tg-white);
}

.midjourney-wrap .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: url('../img/images/close-icon.png');
  transform: rotate(90deg);
}

.midjourney-wrap .accordion-header-title {
  color: var(--tg-white);
  flex: 1;
  font-weight: 400;
}

.midjourney-wrap .accordion-header-title .email {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  max-width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
  float: left;
}

.midjourney-wrap .accordion-header-title .tag {
  display: inline-block;
  margin-left: 10px;
  padding: 4px 15px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  clear: left;

}

.midjourney-wrap .accordion-header-title .valid-tag {
  background: linear-gradient(to right, #31CE6A, #137744);
}

.midjourney-wrap .accordion-header-title .invalid-tag {
  background: linear-gradient(to right, #E74D3B, #7E241A);
}

.midjourney-wrap .accordion-header-title .pending-tag {
  background: linear-gradient(to right, #656565, #3A3A3A);
}

.midjourney-wrap .accordion-header-status {
  color: rgba(255, 255, 255, .65);
  font-size: 16px;
}

.midjourney-wrap .accordion-item .details {
  background-color: #232441;
  color: rgba(255, 255, 255, .65);
  padding: 15px 20px;
  margin-bottom: 14px;
}

.midjourney-wrap .accordion-item .valid {
  border-left: 3px solid #31CE6A;
}

.midjourney-wrap .accordion-item .invalid {
  border-left: 3px solid #E24405;
}

.midjourney-wrap .accordion-item .details .details-info {
  line-height: 20px;
}

.midjourney-wrap .details .target {
  color: var(--tg-white);
}

.midjourney-wrap .tip {
  color: rgba(255, 255, 255, .65);
  line-height: 20px;
}

.midjourney-wrap .tip i {
  color: var(--tg-white);
  font-style: normal;
}

.midjourney-wrap .tip-icon::after {
  content: url('../img/images/question_icon.png');
  margin-left: 8px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
}

.midjourney-wrap .accordion-btn {
  user-select: none;
  -moz-user-select: none;
  background-color: var(--tg-primary-color);
  border: medium none;
  border-radius: 8px;
  color: var(--tg-white);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 20px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 12px 25px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.midjourney-wrap .update-info-btn {
  padding: 12px 35px;
  margin-right: 25px;
}

.midjourney-wrap .update-info-btn::before {
  content: url('../img/images/update_icon.png');
  margin-right: 10px;
  width: 18px;
  height: 12px;
  vertical-align: middle;
}

.midjourney-wrap .del-btn::before {
  content: url('../img/images/del-btn.png');
  margin-right: 10px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.midjourney-wrap .accordion-body .time {
  color: var(--tg-white);
  display: flex;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 32px;
  line-height: 59px;
  margin: 20px 0;
}

.midjourney-wrap .time .time-container {
  position: relative;
}

.midjourney-wrap .time .time-container .time-box {
  background: url(../img/images/time_img.png) no-repeat;
  background-size: 40px;
  background-color: #2E2F4E;
  position: absolute;
  pointer-events: none;
  right: -15px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}

.midjourney-wrap .accordion-body .time input[type='time'] {
  background-color: transparent;
  border: none;
  outline: none;
  color: var(--tg-white);
}

.midjourney-wrap .accordion-body .time .time-to {
  color: var(--tg-primary-color);
  margin: 0 30px;
}

.midjourney-wrap .accordion-header-title .time-btn {
  font-weight: 500;
  font-size: 14px;
  color: var(--tg-white);
  line-height: 20px;
  text-align: left;
  font-style: normal;
  user-select: none;
  -moz-user-select: none;
  background-color: transparent;
  border: 1px solid #6721FF;
  border-radius: 8px;
  letter-spacing: 0.05em;
  padding: 11px 25px;
  margin-right: 26px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.midjourney-wrap .accordion-header-title .time-btn.active {
  background-color: var(--tg-primary-color);
}

.midjourney-wrap .accordion-header-title .mode {
  margin-top: 56px;
}

.midjourney-wrap .accordion-header-title .mode .title {
  color: var(--tg-white);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}

.midjourney-wrap .accordion-header-title .form-select {
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
}

.midjourney-wrap .del-card-box {
  display: none;
  background: #2E1B56;
  border-radius: 12px;
  border: 1px solid #5938A0;
  padding: 0 9px;
  width: 50%;
}

.midjourney-wrap .accordion-item .del-card-box {
  position: absolute;
  left: 45%;
  bottom: -10%;
  z-index: 999;
}

.midjourney-wrap .add-card-box {
  padding: 24px 50px;
  background: #2E1B56;
  border-radius: 12px;
  border: 1px solid #5938A0;
}

.add-form {
  display: none;
  background: #2E1B56;
  border-radius: 12px;
  border: 1px solid #5938A0;
  font-family: var(--tg-heading-font-family);
  font-size: 14px;
  padding: 45px 60px;
  width: 28%;
  word-spacing: 4px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.add-form h3 {
  margin-bottom: 40px;
  text-align: center;
}

.add-form .form-grp {
  margin-bottom: 25px;
  margin-right: 0;
}

.add-form .form-grp label {
  color: var(--tg-white);
  font-size: 14px;
  margin-bottom: 10px;
}

.add-form .form-grp label i {
  color: var(--tg-primary-color);
  font-style: normal;
}

.add-form .form-grp select,
.add-form .form-grp input {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.02em;
  border-radius: 12px;
  padding: 10px 20px;
  height: 50px;
  display: block;
}

.add-form .form-grp select::placeholder,
.add-form .form-grp input::placeholder {
  font-size: 14px;
  color: #979797;
}

.add-form .text-description {
  color: rgba(255, 255, 255, .65);
  word-break: break-word;
}

.add-form .form-btns {
  margin-top: 10px;
  text-align: center;
}

.add-form .form-btns .form-btn-cancel,
.add-form .form-btns .form-btn-submit {
  user-select: none;
  -moz-user-select: none;
  background-color: var(--tg-primary-color);
  border: medium none;
  border-radius: 8px;
  color: var(--tg-white);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 18px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 14px 0;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  width: 150px;
}

.add-form .form-btns .form-btn-cancel {
  background-color: transparent;
  border: 1px solid var(--tg-primary-color);
  margin-right: 30px;
  padding: 13px 0;
}





/*=============================
	35. tabs-area  Billing
===============================*/
.billing-main .nav-tab {
  color: rgba(255, 255, 255, .65);
  font-size: 20px;
  line-height: 28px;
  padding: 0;
  background: none;
}

.billing-main .nav-tab.active,
.billing-main .nav-tab:hover {
  background: none;
  color: var(--tg-primary-color);
}

.billing-main .title-icon {
  color: rgba(255, 255, 255, .65);
  line-height: 38px;
  margin: 0 20px;
}

.billing-main .card-box {
  background: #2E1B56;
  border: 1px solid #5938A0;
  padding: 110px 300px;
}

.billing-main .card-table-box,
.billing-main .card-table-box-ppu {
  background: #2E1B56;
  border-radius: 12px;
  border: 1px solid #5938A0;
  color: var(--tg-white);
}

.billing-main .card-table-box .card-body,
.billing-main .card-table-box-ppu .card-body {
  padding: 1.5rem 1.5rem;
}

.billing-main .account-table,
.billing-main .ppu-table {
  color: var(--tg-white);
  border-collapse: separate;
  border-spacing: 0 10px;
  font-size: 14px;
}

.billing-main .account-table tbody,
.billing-main .ppu-table tbody {
  border-top: none;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: none;
  border-width: 0;
}

.billing-main .account-table tbody tr,
.billing-main .ppu-table tbody tr {
  background-color: rgba(103, 33, 255, .2);
  margin-bottom: 8px;
}

.billing-main .account-table tbody tr .success {
  color: #31CE6A;
}

.billing-main .account-table tbody tr .failed {
  color: #E74D3B;
}

.billing-main .account-table tbody tr .pending {
  color: #656565;
}

.billing-main .account-table tbody tr td:first-child,
.billing-main .ppu-table tbody tr td:first-child {
  border-radius: 8px 0 0 8px;
}

.billing-main .account-table tbody tr td:last-child,
.billing-main .ppu-table tbody tr td:last-child {
  border-radius: 0 8px 8px 0;
}

.billing-main .account-table thead tr th,
.billing-main .account-table tbody tr td,
.billing-main .ppu-table thead tr th,
.billing-main .ppu-table tbody tr td {
  padding: 13px 24px;
  text-align: center;
  line-height: 20px;
}

.billing-main .account-table thead tr th:first-child,
.billing-main .account-table tbody tr td:first-child,
.billing-main .ppu-table thead tr th:first-child,
.billing-main .ppu-table tbody tr td:first-child {
  text-align: left;
}

.billing-main .account-table .table-btn,
.billing-main .ppu-table .table-btn {
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid var(--tg-white);
  color: var(--tg-white);
  line-height: 16px;
}

.billing-main .account-table .table-btn>a {
  color: var(--tg-white);
}

.billing-main .pagination-container {
  font-size: 14px;
  margin-top: 32px;
}

.billing-main .pagination .page-item {
  margin-right: 3px;
}

.billing-main .pagination .page-link {
  background-color: transparent;
  border: none;
  color: rgba(255, 255, 255, .65);
  font-size: 14px;
  line-height: 18px;
  padding: 3px 10px;
}

.ellipsis-item .page-link {
  pointer-events: none;
  /* 禁止点击省略号 */
  cursor: default;
}

.billing-main .pagination .page-item.active .page-link,
.billing-main .pagination .page-item .page-link:hover,
.billing-main .pagination .page-item .page-link:focus {
  z-index: 3;
  color: #fff;
  background-color: var(--tg-primary-color);
  ;
  border-color: var(--tg-primary-color);
  box-shadow: none;
}

.billing-main .pagination .page-item:first-child .page-link,
.billing-main .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: transparent;
  color: var(--tg-white);
}

.billing-main .page-num .form-select {
  background-color: #1F0B48;
  background-image: url('../img/images/select.png');
  background-size: 10px 8px;
  border: 1px solid #482F7B;
  color: #fff;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0 2rem 0 0.625rem;
  margin: 0 1rem;
}

.billing-main .page-num .form-select:focus {
  box-shadow: none;
}

.billing-main .tab-content {
  position: relative;
}

.billing-main .confirm-box,
.midjourney-container .add-box {
  display: none;
  background: #2E1B56;
  border: 1px solid #5938A0;
  color: var(--tg-white);
  padding: 8px;
  position: absolute;
  right: 20%;
  top: 20%;
  width: 50%;
}

/* loading */
.mask {
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.mask .loading {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: transparent;
  color: transparent;
  box-shadow: 0 -18px 0 0 #9880ff, 12.72984px -12.72984px 0 0 #9880ff,
    18px 0 0 0 #9880ff, 12.72984px 12.72984px 0 0 rgba(152, 128, 255, 0),
    0 18px 0 0 rgba(152, 128, 255, 0),
    -12.72984px 12.72984px 0 0 rgba(152, 128, 255, 0),
    -18px 0 0 0 rgba(152, 128, 255, 0),
    -12.72984px -12.72984px 0 0 rgba(152, 128, 255, 0);
  animation: dotSpin 1.5s infinite linear;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.no-select {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* 标准语法 */
}

@keyframes dotSpin {

  0%,
  100% {
    box-shadow: 0 -18px 0 0 #9880ff, 12.72984px -12.72984px 0 0 #9880ff,
      18px 0 0 0 #9880ff,
      12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0),
      0 18px 0 -5px rgba(152, 128, 255, 0),
      -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0),
      -18px 0 0 -5px rgba(152, 128, 255, 0),
      -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }

  12.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0),
      12.72984px -12.72984px 0 0 #9880ff, 18px 0 0 0 #9880ff,
      12.72984px 12.72984px 0 0 #9880ff,
      0 18px 0 -5px rgba(152, 128, 255, 0),
      -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0),
      -18px 0 0 -5px rgba(152, 128, 255, 0),
      -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }

  25% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0),
      12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0),
      18px 0 0 0 #9880ff, 12.72984px 12.72984px 0 0 #9880ff,
      0 18px 0 0 #9880ff,
      -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0),
      -18px 0 0 -5px rgba(152, 128, 255, 0),
      -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }

  37.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0),
      12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0),
      18px 0 0 -5px rgba(152, 128, 255, 0),
      12.72984px 12.72984px 0 0 #9880ff, 0 18px 0 0 #9880ff,
      -12.72984px 12.72984px 0 0 #9880ff,
      -18px 0 0 -5px rgba(152, 128, 255, 0),
      -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }

  50% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0),
      12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0),
      18px 0 0 -5px rgba(152, 128, 255, 0),
      12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0),
      0 18px 0 0 #9880ff, -12.72984px 12.72984px 0 0 #9880ff,
      -18px 0 0 0 #9880ff,
      -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }

  62.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0),
      12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0),
      18px 0 0 -5px rgba(152, 128, 255, 0),
      12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0),
      0 18px 0 -5px rgba(152, 128, 255, 0),
      -12.72984px 12.72984px 0 0 #9880ff, -18px 0 0 0 #9880ff,
      -12.72984px -12.72984px 0 0 #9880ff;
  }

  75% {
    box-shadow: 0 -18px 0 0 #9880ff,
      12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0),
      18px 0 0 -5px rgba(152, 128, 255, 0),
      12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0),
      0 18px 0 -5px rgba(152, 128, 255, 0),
      -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0),
      -18px 0 0 0 #9880ff, -12.72984px -12.72984px 0 0 #9880ff;
  }

  87.5% {
    box-shadow: 0 -18px 0 0 #9880ff, 12.72984px -12.72984px 0 0 #9880ff,
      18px 0 0 -5px rgba(152, 128, 255, 0),
      12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0),
      0 18px 0 -5px rgba(152, 128, 255, 0),
      -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0),
      -18px 0 0 -5px rgba(152, 128, 255, 0),
      -12.72984px -12.72984px 0 0 #9880ff;
  }
}

/*=============================
	why us
===============================*/
.why-us .section-title p {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
}

.why-us-list {
  background: #0F0029;
  border: 1px solid #452D73;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.why-us-list .fa {
  position: static;
  margin-left: 0px;
  top: 0;
  transform: translate(0, 0);
  color: #6721FF;
}

.why-us-list .list-wrap li {
  display: flex;
  justify-content: space-between;
  padding: 25px 125px;
  border-bottom: 1px solid #2F1E51;
}

.why-us-list .list-wrap li:last-child {
  border-bottom: none;
}

.why-us-list .list-wrap li .list-left {
  color: #ffffff;
}

.why-us-list .list-wrap .list-right-title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 800;
  position: absolute;
  right: 5%;
  top: -15%;
}

.why-us-list .list-wrap li .list-right {
  width: 200px;
  text-align: center;
}

.why-us-list .list-wrap-center {
  background: linear-gradient(0deg, rgba(26, 0, 70, 0.6) 0%, rgba(35, 0, 95, 0.6) 100%);
  border-radius: 30px;
  border: 1px solid #452D73;
  font-weight: 800;
  font-size: 20px;
  color: #FFFFFF;
  width: 30%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -130px);
  margin: 0px;
  padding: 0px;
}

.why-us-list .list-wrap-center li {
  list-style: none;
  text-align: center;
  padding: 25px 0 25px;
}

.why-us-list .list-wrap-center li:first-child {
  font-size: 36px;
  padding: 25px 0 130px;
}

.why-us-list .list-wrap-center li:last-child {
  padding: 25px 0 85px;
}

/*=============================
	text-to-video banner
===============================*/
.banner-area-video {
  padding: 300px 0 190px;
  position: relative;
}

.banner-area-video .banner-content {
  background-image: url("../img/images/video-banner-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}

.banner-area-video .banner-content .title {
  font-size: 50px;
  letter-spacing: -0.01em;
  margin: 0 auto 65px;
  width: 55%;
  line-height: 70px;
}

.banner-area-video .banner-content P {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  margin: 0 auto 60px;
}

/*=============================
	text-to-video step
===============================*/
.step-area {
  background-image: url("../img/images/step-bg.png");
  background-repeat: no-repeat;
  background-position: center;
}

.step-area .step-item {
  border: 20px solid #2F0E66;
  border-radius: 38px;
  background-color: #130033;
  padding: 25px 95px 45px;
}

.step-area .mr-45 {
  margin-right: 45px;
}

.step-area .ml-45 {
  margin-left: 45px;
}

.step-area .step-item:nth-child(3),
.step-area .step-item:nth-child(4) {
  margin: 0;
}

.step-item .step-tip {
  background-color: #1A0046;
  border-radius: 18px;
  border: 1px solid #452D73;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  padding: 0 25px;
}

.step-item .step-content p {
  background-color: #0E0025;
  border-radius: 10px;
  text-align: left;
  padding: 20px;
  line-height: 28px;
  min-height: 150px;
  margin: 0 -55px;
}

.step-item .step-content img,
.step-item .step-content .live-video {
  vertical-align: top;
  width: 100%;
}

/*=============================
	text-to-video product
===============================*/
.product-item {
  background: #130033;
  border-radius: 38px;
  display: flex;
  padding: 40px;
  position: relative;
}

.product-thumb {
  width: 45%;
  flex: 0 0 auto;
}

.product-thumb img {
  width: 100%;
}

.product-content {
  flex-grow: 1;
  margin-left: 60px;
  text-align: right;
  position: relative;
}

.product-content .title {
  font-weight: 800;
  line-height: 60px;
}

.product-content h2 {
  margin: 0;
}

.product-content p {
  margin: 50px 0;
  padding-left: 105px;
}

.product-content .content-box {
  position: absolute;
  bottom: 0;
}

/*=============================
	llm
===============================*/
.banner-area-llm {
  background-image: url("../img/images/llm-banner.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 300px 0 180px;
  position: relative;
}

.banner-content-llm {
  text-align: center;
}

.banner-content-llm .title {
  font-size: 50px;
  color: var(--text-color);
  letter-spacing: 0.05em;
  line-height: 70px;
  margin-bottom: 60px;
}

.banner-content-llm .title span {
  font-family: var(--tg-playfair-font-family);
  font-style: italic;
  font-weight: 600;
}

.banner-content-llm .title strong {
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.banner-content-llm .title strong svg {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 14px;
  z-index: -1;
  animation: title-animation 4s infinite;
}


.banner-content-llm p {
  color: var(--text-color);
  font-size: 20px;
  width: 65%;
  margin: 0 auto 50px;
}

.banner-btn-llm {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 30px;
}

.banner-btn-llm .gradient-btn {
  padding: 20px 35px 20px 70px;
}

.banner-btn-llm .gradient-btn i {
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.banner-btn-llm .gradient-btn .fa-folder:before,
.banner-btn-llm .gradient-btn .fa-paper-plane:before {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-area {
  position: relative;
  margin-bottom: 180px;
}

.card-area .right-click {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #070013;
  border-radius: 50%;
}

.card-area .right-click i {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border: 1px solid var(--tg-primary-color);
  border-radius: 50%;
  background-color: #ffffff;
  color: #070013;
  transition: .3s ease-in-out;
}

.card-area .card-item {
  background: #130033;
  border-radius: 38px;
  padding: 40px 45px;
}

.card-item span {
  display: inline-block;
  background-color: #6721FF;
  border-radius: 30px;
  color: var(--text-color);
  padding: 15px 40px;
  margin-bottom: 25px;
}

.card-item .card-content {
  min-height: 300px;
}

.card-item .card-content p {
  color: var(--text-color);
  margin-bottom: 20px;
  line-height: 36px;
}

.card-item .card-content p:last-child {
  margin-bottom: 0;
}

.card-item .card-content .card-p-color {
  color: #C8B8E8;
}

.support-area {
  margin-bottom: 100px;
}

.support-area .section-title p {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.support-area .support-item {
  border-radius: 20px;
  border: 3px solid #130033;
  padding: 60px 0 40px 40px;
  position: relative;
  background-color: #070013;
  background-clip: padding-box;
  box-shadow: 0px 19px 10px rgba(0, 0, 0, 0.06);
  margin-bottom: 75px;
}

.support-area .odd {
  margin-right: 35px;
}

.support-area .even {
  margin-left: 35px;
}

.support-item .support-item-overlay1::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 100%;
  height: 100%;
  margin: -4px;
  background: linear-gradient(320deg, #6721FF 13%, rgba(0, 195, 154, 0) 40%);
  border-radius: 20px;
  z-index: -1;
  transition: .3s linear;
}

.support-item .support-item-overlay2::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 100%;
  height: 100%;
  margin: -4px;
  background: linear-gradient(40deg, #6721FF 13%, rgba(0, 195, 154, 0) 40%);
  border-radius: 20px;
  z-index: -1;
  transition: .3s linear;
}

.support-item .support-item-overlay3::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  width: 100%;
  height: 100%;
  margin: -4px;
  background: linear-gradient(220deg, #6721FF 13%, rgba(0, 195, 154, 0) 40%);
  border-radius: 20px;
  z-index: -1;
  transition: .3s linear;
}

.support-item .support-item-overlay4::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 100%;
  height: 100%;
  margin: -4px;
  background: linear-gradient(140deg, #6721FF 13%, rgba(0, 195, 154, 0) 40%);
  border-radius: 20px;
  z-index: -1;
  transition: .3s linear;
}

.support-area .mr-35 {
  margin-right: 35px;
}

.support-area .ml-35 {
  margin-left: 35px;
}

.support-area .support-item:nth-child(3),
.support-area .support-item:nth-child(4) {
  margin: 0;
}

.support-item .support-icon {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: cover;
}

.support-icon img {
  width: 100%;
  height: 100%;
}

.support-item .support-content p {
  text-align: left;
  line-height: 28px;
  min-height: 50px;
  margin: 0;
}

.openai-area .openai-container {
  background: #130033;
  border-radius: 20px;
  border: 1px solid #452D73;
  padding: 40px 35px;
  position: relative;
}

.openai-container .openai-left {
  width: 58%;
}

.openai-container .openai-left .table {
  color: #C8B8E8;
  margin-bottom: 120px;
  text-align: left;
}

.openai-left .table:last-child {
  margin-bottom: 0;
}

.openai-left .table tr th {
  color: #ffffff;
}

.openai-left .title {
  margin-bottom: 80px;
}

.openai-container .openai-right {
  background: #1A0046;
  border-radius: 30px;
  border: 1px solid #452D73;
  display: inline-block;
  width: 32%;
  height: 115%;
  padding: 100px 0;
  position: absolute;
  top: -8%;
  right: 5%;
}

.openai-container .openai-right .title {
  margin: 0;
}

.openai-right-content {
  position: relative;
  padding-top: 130px;
  margin-bottom: 60px;
}

.openai-right-content .openai-img {
  position: absolute;
  left: -45%;
  transform: translate(10px, -20%);
}

.openai-right-content .discount img,
.openai-right-content .rate img {
  margin-bottom: 30px;
}

.openai-right-content p {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
}

.openai-right-content p span {
  color: #6721FF;
}



/*=============================
	price
===============================*/
.banner-area-price {
  background-image: url("../img/images/price-banner.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  height: 624px;
  position: relative;
}

.banner-area-price .banner-content {
  text-align: center;
}

.banner-area-price .banner-content .title {
  letter-spacing: -0.01em;
  margin: 220px auto 0;
  font-weight: 800;
  font-size: 72px;
  color: #FFFFFF;
  line-height: 1;
  background: linear-gradient(0deg, #6721FF 0%, #AF8AFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-area-price .banner-content p {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  padding-top: 0px;
  margin: 20px auto 55px;
}

.banner-area-price .banner-content .input-group-text {
  background-color: #0F0029;
  border-radius: 6px;
  border: 1px solid #452D73;
  border-right: none;
  font-size: 18px;
  color: #FEFEFF !important;
}

.banner-area-price .banner-content .form-control {
  background-color: #0F0029;
  border: 1px solid #452D73;
  border-left: none;
  border-right: none;
  color: #FEFEFF !important;
  outline: none;
}

.banner-area-price .banner-content .counter-value {
  background-color: #20192E;
  border: 1px solid #2F2D35;
  color: #FEFEFF !important;
  outline: none;
  border-radius: 8px;
  line-height: 41px;
  width: 155px;
}

.banner-area-price .banner-content .form-control:focus {
  box-shadow: none;
}

.banner-area-price .banner-content .btn-inputnumber {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0.7;
  cursor: pointer;
  border-right: 1px solid #452D73;
}

.banner-area-price .banner-content .btn-outline-secondary:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.banner-area-price .banner-content .num-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-area-price .banner-content .num-box .input-group {
  width: 200px;
}

.banner-area-price .banner-content .num-box img {
  margin: 0 40px;
}

.banner-area-price .banner-content .num-box .unit {
  font-size: 18px;
  color: #CCCCCC;
  margin-left: 15px;
}

.banner-area-price .banner-content .num-box .input-group .form-select {
  background-color: #0F0029;
  background-image: none;
  border-top: 1px solid #452D73;
  border-bottom: 1px solid #452D73;
  border-left: none;
  border-right: none;
  color: #fff;
}

.banner-area-price .banner-content .num-box .input-group .form-select:focus {
  box-shadow: none
}

.banner-area-price .banner-content .nav-tabs {
  border-bottom: none;
}

.banner-area-price .banner-content .nav-link {
  background-color: #10002A;
  border-radius: 25px;
  border: none;
  color: #C8B8E8;
  margin-right: 40px;
  padding: 11px 30px;
}

.banner-area-price .banner-content .nav-link.active {
  background: linear-gradient(90deg, #6721FF 0%, #AF8AFF 100%);
  border: none;
}

.model-area .table-container {
  background: #0F0029;
  border-radius: 30px 0px 30px 30px;
  border: 1px solid #452D73;
}

.model-area .table-container thead tr th {
  color: #fff;
  padding: 35px 8px;
  border-bottom: 2px solid #2F1E51;
  text-align: center;
}

.model-area .table-container thead tr th:nth-child(2) {
  text-align: left;
}

.model-area .table-container tbody tr td {
  color: #B9B8BB;
  padding: 35px 8px;
  border-top: 1px solid #2F1E51;
  text-align: center;
}

.model-area .table-container tbody tr td:first-child {
  text-align: right;
}

.model-area .table-container tbody tr td:nth-child(2) {
  text-align: left;
}



/*=============================
	suno
===============================*/
.banner-area-suno {
  background-image: url("../img/bg/suno-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 200px 0 80px;
  position: relative;
}

.banner-content-suno .title {
  font-size: 72px;
  letter-spacing: -0.01em;
  margin: 0 auto 34px;
}

.banner-content-suno .title.d-none span,
.banner-content-suno .ah-headline .ah-words-wrapper .is-visible {
  background: var(--text-bg-color);
  font-size: 72px;
  font-weight: 800;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-content-suno .ah-headline.clip .ah-words-wrapper::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 75%;
  background: var(--tg-white);
  bottom: 0;
  margin: auto 0;
}

.banner-content-suno .ah-headline span {
  display: unset;
  padding: unset;
}

.banner-content-suno p {
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 36px;
  margin: 0;
}

.banner-content-suno .banner-btn {
  display: flex;
  align-items: center;
  gap: 10px 30px;
}

.banner-content-suno .banner-btn .linkbtn {
  background: #47288C;
  border-radius: 31px;
  color: #fff;
  line-height: 1;
  padding: 20px 30px;
}

.suno-music-area .title {
  font-weight: 800;
  font-size: 30px;
  color: #FFFFFF;
}

.suno-music-item {
  background: #130033;
  position: relative;
  margin-bottom: 30px;
  padding: 20px;
}
.suno-music-item  video{
  width: 100%;
  border-radius: 10px;
}

.suno-music-item p {
  font-weight: 800;
  font-size: 20px;
  color: #FEFEFE;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
}

.suno-music-item .play-btn {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-white);
  color: var(--tg-black);
  font-size: 18px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.suno-music-item .play-btn:hover {
  color: var(--tg-white);
  background: var(--tg-primary-color);
}
