@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: SiteName - Multipurpose Technology HTML5 Template
    Template URI: https://themealpha.dev/html/
    Description: SiteName - Multipurpose Technology HTML5 Template
    Author: Theme_Alpha
    Author URI: https://themeforest.net/user/theme_alpha
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

	01. Theme default CSS

-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=Arimo:wght@400;500;600;700&family=Exo:wght@400;700&family=Orbitron:wght@400;500;600;700;800&family=Oswald:wght@300;400;500;600;700&family=Outfit:wght@100;300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Krona+One&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


:root {
    --primary-color: #ffaaac;
    --secondary-color: #950001;
    --tertiary-color: #ffe7e7;

    --black-color: #000;
    --white-color: #fff;

    --primary-font: "Jost", sans-serif;
    }

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@-webkit-keyframes down_10x {
  0% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes down_10x {
  0% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-webkit-keyframes right {
  0% {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
  50% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
}
@keyframes right {
  0% {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
  50% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
}
@keyframes dotPulse {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes dotPulse {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes ta-fade-top {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0%, 0px);
  }
}
@keyframes scroll1 {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 0.5;
  }
}
@keyframes scroll2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}
@-webkit-keyframes ta-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes ta-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ta-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ta-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ta-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes ta-shake {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
@keyframes ta-shake {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
@keyframes shapeDownLeft {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes shapeTopLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes ta_dominos {
  50% {
    opacity: 0.7;
  }
  75% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  80% {
    opacity: 1;
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    -moz-transform: translate(73px, -1px) rotate(36deg);
    -ms-transform: translate(73px, -1px) rotate(36deg);
    -o-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, -20px) rotate(72deg);
    -webkit-transform: translate(141px, -20px) rotate(72deg);
    -moz-transform: translate(141px, -20px) rotate(72deg);
    -ms-transform: translate(141px, -20px) rotate(72deg);
    -o-transform: translate(141px, -20px) rotate(72deg);
  }
  60% {
    transform: translate(83px, -60px) rotate(108deg);
    -webkit-transform: translate(83px, -60px) rotate(108deg);
    -moz-transform: translate(83px, -60px) rotate(108deg);
    -ms-transform: translate(83px, -60px) rotate(108deg);
    -o-transform: translate(83px, -60px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    -moz-transform: translate(-40px, 72px) rotate(144deg);
    -ms-transform: translate(-40px, 72px) rotate(144deg);
    -o-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationFramesThree {
  0% {
    transform: translate(165px, -30px);
    -webkit-transform: translate(165px, -30px);
    -moz-transform: translate(165px, -30px);
    -ms-transform: translate(165px, -30px);
    -o-transform: translate(165px, -30px);
  }
  100% {
    transform: translate(-60px, 80px);
    -webkit-transform: translate(-60px, 80px);
    -moz-transform: translate(-60px, 80px);
    -ms-transform: translate(-60px, 80px);
    -o-transform: translate(-60px, 80px);
  }
}
@-webkit-keyframes animationFramesThree {
  0% {
    transform: translate(165px, -30px);
    -webkit-transform: translate(165px, -30px);
    -moz-transform: translate(165px, -30px);
    -ms-transform: translate(165px, -30px);
    -o-transform: translate(165px, -30px);
  }
  100% {
    transform: translate(-60px, 80px);
    -webkit-transform: translate(-60px, 80px);
    -moz-transform: translate(-60px, 80px);
    -ms-transform: translate(-60px, 80px);
    -o-transform: translate(-60px, 80px);
  }
}
@keyframes animationFramesFour {
  0% {
    transform: translate(0px, 60px) rotate(0deg);
    -webkit-transform: translate(0px, 60px) rotate(0deg);
    -moz-transform: translate(0px, 60px) rotate(0deg);
    -ms-transform: translate(0px, 60px) rotate(0deg);
    -o-transform: translate(0px, 60px) rotate(0deg);
  }
  100% {
    transform: translate(-100px, -100px) rotate(180deg);
    -webkit-transform: translate(-100px, -100px) rotate(180deg);
    -moz-transform: translate(-100px, -100px) rotate(180deg);
    -ms-transform: translate(-100px, -100px) rotate(180deg);
    -o-transform: translate(-100px, -100px) rotate(180deg);
  }
}
@-webkit-keyframes animationFramesFour {
  0% {
    transform: translate(0px, 60px) rotate(0deg);
    -webkit-transform: translate(0px, 60px) rotate(0deg);
    -moz-transform: translate(0px, 60px) rotate(0deg);
    -ms-transform: translate(0px, 60px) rotate(0deg);
    -o-transform: translate(0px, 60px) rotate(0deg);
  }
  100% {
    transform: translate(-100px, -100px) rotate(180deg);
    -webkit-transform: translate(-100px, -100px) rotate(180deg);
    -moz-transform: translate(-100px, -100px) rotate(180deg);
    -ms-transform: translate(-100px, -100px) rotate(180deg);
    -o-transform: translate(-100px, -100px) rotate(180deg);
  }
}
@keyframes animationFramesFive {
  0% {
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    -o-transform: translate(0, 0) rotate(0deg);
  }
  21% {
    transform: translate(4px, -20px) rotate(38deg);
    -webkit-transform: translate(4px, -20px) rotate(38deg);
    -moz-transform: translate(4px, -20px) rotate(38deg);
    -ms-transform: translate(4px, -20px) rotate(38deg);
    -o-transform: translate(4px, -20px) rotate(38deg);
  }
  41% {
    transform: translate(-50px, -60px) rotate(74deg);
    -webkit-transform: translate(-50px, -60px) rotate(74deg);
    -moz-transform: translate(-50px, -60px) rotate(74deg);
    -ms-transform: translate(-50px, -60px) rotate(74deg);
    -o-transform: translate(-50px, -60px) rotate(74deg);
  }
  60% {
    transform: translate(-20px, -30px) rotate(108deg);
    -webkit-transform: translate(-20px, -30px) rotate(108deg);
    -moz-transform: translate(-20px, -30px) rotate(108deg);
    -ms-transform: translate(-20px, -30px) rotate(108deg);
    -o-transform: translate(-20px, -30px) rotate(108deg);
  }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
    -moz-transform: translate(-195px, -49px) rotate(144deg);
    -ms-transform: translate(-195px, -49px) rotate(144deg);
    -o-transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
    -moz-transform: translate(-1px, 0px) rotate(180deg);
    -ms-transform: translate(-1px, 0px) rotate(180deg);
    -o-transform: translate(-1px, 0px) rotate(180deg);
  }
}
@-webkit-keyframes animationFramesFive {
  0% {
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    -o-transform: translate(0, 0) rotate(0deg);
  }
  21% {
    transform: translate(4px, -20px) rotate(38deg);
    -webkit-transform: translate(4px, -20px) rotate(38deg);
    -moz-transform: translate(4px, -20px) rotate(38deg);
    -ms-transform: translate(4px, -20px) rotate(38deg);
    -o-transform: translate(4px, -20px) rotate(38deg);
  }
  41% {
    transform: translate(-50px, -60px) rotate(74deg);
    -webkit-transform: translate(-50px, -60px) rotate(74deg);
    -moz-transform: translate(-50px, -60px) rotate(74deg);
    -ms-transform: translate(-50px, -60px) rotate(74deg);
    -o-transform: translate(-50px, -60px) rotate(74deg);
  }
  60% {
    transform: translate(-20px, -30px) rotate(108deg);
    -webkit-transform: translate(-20px, -30px) rotate(108deg);
    -moz-transform: translate(-20px, -30px) rotate(108deg);
    -ms-transform: translate(-20px, -30px) rotate(108deg);
    -o-transform: translate(-20px, -30px) rotate(108deg);
  }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
    -moz-transform: translate(-195px, -49px) rotate(144deg);
    -ms-transform: translate(-195px, -49px) rotate(144deg);
    -o-transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
    -moz-transform: translate(-1px, 0px) rotate(180deg);
    -ms-transform: translate(-1px, 0px) rotate(180deg);
    -o-transform: translate(-1px, 0px) rotate(180deg);
  }
}
@keyframes tfupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes section-animation {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
/* reset css start */
html {
  /* scroll-behavior: smooth; */
}

body {
  font-family: var(--primary-font);
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative;
  line-height: 26px;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-out 0s;
}

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
  font-family: var(--primary-font);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}

span {
  font-family: var(--primary-font);
  display: inline-block;
}

button:focus {
  outline: none;
}

a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: var(--primary-font);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

table {
  width: 100%;
}

p,
li,
span {
  color: var(--black-color);
  margin-bottom: 0;
}

@-moz-document url-prefix() {
  .ta-gd-shape img {
    opacity: 0.2;
  }
}
/* reset css end */
.ta-app-grey {
  background: var(--tertiary-color);
}

.ta-blue-bg {
  background: #1060fc;
}

.ta-suppli-dark {
  background: #181818;
}

.ta-suppli-bg {
  background: var(--tertiary-color);
}

.ta-app2-bg {
  background: #1d1d1f;
}

.ta-daDarkBg {
  background: #010525;
}

.ta-ebook2-bg {
  background: #5b33c7;
}

.ta-section-heading {
  position: relative;
  z-index: 2;
}
.ta-section-heading .sub-heading {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #000000;
  font-family: var(--primary-font);
}
.ta-section-heading .sub-heading__white {
  color: #ffffff !important;
}
.ta-section-heading .sub-heading__white span {
  color: #ffffff !important;
}
.ta-section-heading .ta-heading {
  font-size: 55px;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  line-height: 1.16;
}
@media (max-width: 1199px) {
  .ta-section-heading .ta-heading {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .ta-section-heading .ta-heading {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .ta-section-heading .ta-heading {
    font-size: 30px;
  }
}
.ta-section-heading .ta-heading__white {
  color: #ffffff !important;
}
.ta-section-heading .ta-heading__white span {
  font-family: "Syne", sans-serif;
  color: #ffffff !important;
}
.ta-section-heading .ta-cercle {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: var(--primary-color);
  filter: drop-shadow(0px 4px 4px rgba(217, 26, 33, 0.16));
}
.ta-section-heading .ta-cercle__long {
  width: 45px;
  margin-right: 2px;
}
.ta-section-heading__app .sub-heading {
  color: #020014;
  gap: 10px;
  font-family: "Syne", sans-serif;
  letter-spacing: 0.12em;
}
.ta-section-heading__app .sub-heading span {
  font-family: var(--primary-font);
  color: #020014;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 14px;
}
.ta-section-heading__app .ta-heading {
  font-family: "Syne", sans-serif;
  color: #020014;
  font-size: 44px;
  letter-spacing: -0.02em;
}
@media (max-width: 1599px) {
  .ta-section-heading__app .ta-heading {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .ta-section-heading__app .ta-heading {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .ta-section-heading__app .ta-heading {
    font-size: 28px;
  }
}
.ta-section-heading__suppli .sub-heading {
  gap: 10px;
  font-family: var(--primary-font);
}
.ta-section-heading__suppli .ta-heading {
  font-family: var(--primary-font);
  font-size: 44px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--secondary-color);
}
@media (max-width: 1199px) {
  .ta-section-heading__suppli .ta-heading {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .ta-section-heading__suppli .ta-heading {
    font-size: 30px;
  }
  .ta-section-heading__suppli .ta-heading br {
    display: none;
  }
}
.ta-section-heading__suppli .ta-cercle {
  background: transparent;
  border: 1px solid #4a4949;
}
.ta-section-heading__ebook .sub-heading span {
  font-size: 15px;
  font-family: var(--primary-font);
  color: var(--secondary-color);
}
.ta-section-heading__ebook .ta-heading {
  font-family: var(--primary-font);
  font-size: 56px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 767px) {
  .ta-section-heading__ebook .ta-heading {
    font-size: 30px;
  }
}
.ta-section-heading__ebook .ta-heading .ta-blue {
  font-family: var(--primary-font);
  color: var(--secondary-color);
  display: inline;
}
.ta-section-heading__ai .ta-heading {
  font-size: 45px;
  letter-spacing: -2.44px;
  font-family: "Krona One", sans-serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  .ta-section-heading__ai .ta-heading {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .ta-section-heading__ai .ta-heading {
    font-size: 28px;
  }
  .ta-section-heading__ai .ta-heading br {
    display: none;
  }
}
.ta-section-heading__ai .ta-heading .ta-gradient {
  background: linear-gradient(265deg, #3722FF 0%, #FC31F8 52.68%, #FFCA3E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Krona One", sans-serif;
  font-weight: 400;
}
.ta-section-heading__ai p {
  color: #BBC0DD;
  font-size: 16px;
  line-height: 28px;
}
.ta-section-heading__ai .ta-trust {
  color: #ffffff;
  font-size: 18px;
  font-family: var(--primary-font);
  font-weight: 600;
}
.ta-section-heading__ai .ta-trust i {
  color: #50b17d;
  margin-right: 10px;
  font-size: 20px;
}
.ta-section-heading__app-2 .sub-heading {
  letter-spacing: 0.3em;
  font-weight: 700;
  color: #ADADAD;
  font-size: 14px;
  font-family: var(--primary-font);
}
@media (max-width: 1199px) {
  .ta-section-heading__app-2 .sub-heading {
    font-size: 12px;
  }
}
.ta-section-heading__app-2 .ta-heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 57px;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .ta-section-heading__app-2 .ta-heading {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .ta-section-heading__app-2 .ta-heading {
    font-size: 28px;
  }
}
.ta-section-heading__app-2 .ta-heading span {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
.ta-section-heading__app-2 .ta-heading .ta-appGradient {
  background: linear-gradient(242deg, #ADF7DE 0%, #FFF387 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}
.ta-section-heading__app-2 p {
  font-size: 18px;
  font-family: var(--primary-font);
  color: #ADADAD;
}
@media (max-width: 767px) {
  .ta-section-heading__app-2 p {
    font-size: 16px;
  }
  .ta-section-heading__app-2 p br {
    display: none;
  }
}
.ta-section-heading__ico .ta-heading {
  font-family: var(--primary-font);
  font-size: 45px;
  line-height: 1.2;
  font-weight: 800;
}
@media (max-width: 1199px) {
  .ta-section-heading__ico .ta-heading {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .ta-section-heading__ico .ta-heading {
    font-size: 30px;
  }
}
.ta-section-heading__ico .ta-heading span {
  font-family: var(--primary-font) !important;
}
.ta-section-heading__ico .ta-heading .ta-gradient {
  background: linear-gradient(267.71deg, #3722ff 61.73%, #fc31f8 84.35%, #ffca3e 104.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ta-section-heading__da .sub-heading {
  font-size: 14px;
}
.ta-section-heading__da .sub-heading .ta-cercle {
  background: transparent;
  position: relative;
  padding: 2px;
  box-shadow: none;
  width: 12px;
  height: 12px;
  filter: none;
  background: linear-gradient(90deg, #FF7464 0%, #3E49F3 100%);
}
.ta-section-heading__da .sub-heading .ta-cercle::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: -50%;
  left: -50%;
  translate: -50% -50%;
  display: none;
}
.ta-section-heading__da .sub-heading .ta-text {
  color: #8A90A2;
}
.ta-section-heading__da .ta-heading {
  font-size: 45px;
  color: #292930;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .ta-section-heading__da .ta-heading {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .ta-section-heading__da .ta-heading {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .ta-section-heading__da .ta-heading br {
    display: none;
  }
}
@media (max-width: 475px) {
  .ta-section-heading__da .ta-heading {
    font-size: 28px;
  }
}
.ta-section-heading__da .ta-heading span {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  position: relative;
  color: #292930;
}
.ta-section-heading__da .ta-heading span:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background-image: url(../img/da/shape/section-shape.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  z-index: -1;
  animation: section-animation 2s infinite;
}
.ta-section-heading__ebook2 .ta-heading {
  font-size: 38px;
  font-family: var(--primary-font);
  font-weight: 500;
}
@media (max-width: 1199px) {
  .ta-section-heading__ebook2 .ta-heading {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .ta-section-heading__ebook2 .ta-heading {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .ta-section-heading__ebook2 .ta-heading br {
    display: none;
  }
}
@media (max-width: 475px) {
  .ta-section-heading__ebook2 .ta-heading {
    font-size: 28px;
  }
}
.ta-section-heading__ebook2 .ta-icon {
  background: linear-gradient(98.07deg, #C582EF 24.55%, #2B93F3 112.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ta-section-heading__ebook2 .sub-heading {
  gap: 7px;
}
.ta-section-heading__default .sub-heading {
  font-size: 20px;
  font-family: "Syne", sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .ta-section-heading__default .sub-heading {
    font-size: 16px;
  }
}
.ta-section-heading__default .ta-heading {
  font-size: 44px;
  font-weight: 600;
  font-family: "Syne", sans-serif;
  color: #020014;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .ta-section-heading__default .ta-heading {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .ta-section-heading__default .ta-heading {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .ta-section-heading__default .ta-heading br {
    display: none;
  }
}
@media (max-width: 475px) {
  .ta-section-heading__default .ta-heading {
    font-size: 28px;
  }
}
.ta-section-heading__default p {
  font-family: var(--primary-font);
  color: var(--black-color);
}

.ta-title__fz-30 {
  font-size: 30px;
}
.ta-title__fz-20 {
  font-size: 20px;
  line-height: 30px;
}
.ta-title__fz-22 {
  font-size: 22px;
}
.ta-title__fz-14 {
  font-size: 14px;
  line-height: 24px;
}
.ta-title__white {
  color: #ffffff !important;
}
.ta-title__white a {
  color: #ffffff;
}

/* global css start */
.nice-select {
  background-color: #ffffff;
  height: 60px;
  line-height: 60px;
  min-height: 60px;
  padding: 0 30px;
  border-radius: 0px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 8px 18px rgba(228, 228, 228, 0.21);
}
.nice-select::after {
  border-width: 1px;
  right: 25px;
}
.nice-select span {
  color: #acafb1;
}
.nice-select .list {
  border-radius: 0px;
  max-height: 245px;
  overflow-y: scroll;
  z-index: 8;
  width: 100%;
}
.nice-select .list li {
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 0;
}
.nice-select .list li:focus, .nice-select .list li:hover {
  background: #f4f4f4;
}
.nice-select .list .selected.focus {
  background: #f4f4f4;
}
.nice-select .list::-webkit-scrollbar {
  width: 2px;
}

/* global css end */
.fix {
  overflow: hidden;
}

.bg_img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.dark-bg {
  background-color: #000000;
}

.white {
  color: #ffffff;
}

.f-right {
  float: right;
}

.ta-border-effect a,
.ta-border-effect span.ta-border-effect {
  position: relative;
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.5% 0px;
  background-repeat: no-repeat;
  color: inherit;
}
.ta-border-effect a:hover,
.ta-border-effect span.ta-border-effect:hover {
  background-size: 100% 2px;
}

span.ta-border-effect {
  position: relative;
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.7% 0px;
  background-repeat: no-repeat;
  color: inherit;
}
span.ta-border-effect:hover {
  background-size: 100% 2px;
}

.widget .wp-block-search__label,
.widget .wp-block-group h2,
.ta-title-uppercase {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}

.list-unstyled {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}

.ta-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.ta-overlay.is-open {
  opacity: 0.5;
  visibility: visible;
}

.ta-onhover-zoom .thumb {
  overflow: hidden;
}
.ta-onhover-zoom .thumb img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.ta-onhover-zoom:hover .thumb img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.ta-container__fluid {
  max-width: 1785px;
}
@media (max-width: 1599px) {
  .ta-container__fluid {
    max-width: 1400px;
  }
}
@media (max-width: 1199px) {
  .ta-container__fluid {
    max-width: 960px;
  }
}

.ta-input-field input,
.ta-input-field textarea {
  width: 100%;
  padding: 11px 20px;
  border-radius: 5px;
  border: none;
  display: block;
}

.ta-check-field {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.ta-check-field label {
  display: inline-block;
  font-size: 16px !important;
  color: var(--black-color) !important;
  font-family: "Outfit", sans-serif !important;
  font-weight: 400 !important;
  margin-bottom: 0px !important;
  margin-left: 15px;
  width: auto !important;
}
.ta-check-field input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ta-check-field input:checked ~ .ta-checkmark {
  background-color: #04C781;
}
.ta-check-field input:checked ~ .ta-checkmark::after {
  display: block;
}
.ta-check-field .ta-checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #b4b3b9;
  border-radius: 5px;
}
.ta-check-field .ta-checkmark::after {
  content: "";
  position: absolute;
  display: none;
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  font-size: 12px;
}
.ta-check-field a {
  color: #020014;
  font-weight: 500;
}

.ta-radious-5 {
  border-radius: 5px;
}

.ta-radious-10 {
  border-radius: 10px !important;
}
.ta-radious-10::after, .ta-radious-10::before {
  border-radius: 10px !important;
}

.ta-radious-30 {
  border-radius: 30px;
}
.ta-radious-30 img {
  border-radius: 30px;
}
.ta-radious-30 .ta-thumb img,
.ta-radious-30 .ta-icon img {
  border-radius: 0px;
}

.ta-radious-40 {
  border-radius: 40px;
}

.ta-cap-case {
  text-transform: capitalize;
}

.ta-upp-case {
  text-transform: uppercase;
}

.ta-nft-gdbg {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.ta-nft-gdbg img {
  width: 100%;
  max-height: 100%;
  height: 100%;
}

.ta-column-gap-60 {
  margin-right: calc(var(--bs-gutter-x) * -1.12);
  margin-left: calc(var(--bs-gutter-x) * -1.12);
}
.ta-column-gap-60 > * {
  padding-right: calc(var(--bs-gutter-x) * 1.12);
  padding-left: calc(var(--bs-gutter-x) * 1.12);
}

.ta-column-gap-30 {
  margin-right: calc(var(--bs-gutter-x) * -0.6);
  margin-left: calc(var(--bs-gutter-x) * -0.6);
}
.ta-column-gap-30 > * {
  padding-right: calc(var(--bs-gutter-x) * 0.6);
  padding-left: calc(var(--bs-gutter-x) * 0.6);
}

.ta-column-gap-40 {
  margin-right: calc(var(--bs-gutter-x) * -0.85);
  margin-left: calc(var(--bs-gutter-x) * -0.85);
}
.ta-column-gap-40 > * {
  padding-right: calc(var(--bs-gutter-x) * 0.85);
  padding-left: calc(var(--bs-gutter-x) * 0.85);
}

.ta-column-gap-20 {
  margin-right: calc(var(--bs-gutter-x) * -0.45);
  margin-left: calc(var(--bs-gutter-x) * -0.45);
}
.ta-column-gap-20 > * {
  padding-right: calc(var(--bs-gutter-x) * 0.45);
  padding-left: calc(var(--bs-gutter-x) * 0.45);
}

.ta-column-gap-10 {
  margin-right: calc(var(--bs-gutter-x) * -0.2);
  margin-left: calc(var(--bs-gutter-x) * -0.2);
}
.ta-column-gap-10 > * {
  padding-right: calc(var(--bs-gutter-x) * 0.2);
  padding-left: calc(var(--bs-gutter-x) * 0.2);
}

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

.ta-zindex-2 {
  z-index: 2;
}

.ta-tty-50 {
  translate: 0px -50px;
}

.mt-none-125 {
  margin-top: -125px;
}

.suppli-container {
  max-width: 1520px;
}
@media (max-width: 1599px) {
  .suppli-container {
    max-width: 1300px;
  }
}

.ta-badge {
  border-radius: 5px;
  background: var(--secondary-color);
  font-size: 22px;
  color: #ffffff;
  padding: 4px 17px;
  display: inline-block;
}

.ta-product-rating i {
  color: #eaba05;
  font-size: 20px;
}
.ta-product-rating i:not(:last-child) {
  margin-right: 5px;
}

.ta-ebook-bg {
  /* background: var(--tertiary-color); */
  /* background: url(../../images/about_bg.jpg) no-repeat; */
  background-position: left;
  background-size: 100%;
  background: var(--tertiary-color);
}

.ta-middle-border {
  position: relative;
}
.ta-middle-border::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 2px;
  height: 90px;
  background: var(--tertiary-color);
}

.ta-noise {
  height: 100%;
  z-index: -1;
  width: 100%;
}
.ta-noise img {
  width: 100%;
  height: 100%;
}

.ta-ai-bg {
  background: #161616;
}

.ta-sideInfo-trigger {
  gap: 9px;
}
@media (max-width: 991px) {
  .ta-sideInfo-trigger {
    gap: 7px;
  }
}
.ta-sideInfo-trigger span {
  width: 30px;
  height: 3px;
  border-radius: 4px;
  background: #1B1B1B;
}
@media (max-width: 991px) {
  .ta-sideInfo-trigger span {
    width: 30px;
    height: 2px;
  }
}
.ta-sideInfo-trigger__white span {
  background: #000000; 
}

.ta-border {
  background: rgba(255, 255, 255, 0.1);
  width: 1px;
  height: 100%;
  z-index: 1;
  top: 0;
}
@media (max-width: 575px) {
  .ta-border {
    display: none;
  }
}
.ta-border::before, .ta-border::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 4px;
  height: 4px;
  background: #ffffff;
  top: 94px;
  left: -1.5px;
}
@media (max-width: 767px) {
  .ta-border::before, .ta-border::after {
    top: 79px;
  }
}
.ta-border::before {
  left: auto;
  right: -1.5px;
}
.ta-border__top {
  width: 100%;
  height: 1px;
}
@media (max-width: 575px) {
  .ta-border__top {
    display: block;
  }
}
.ta-border__top::before {
  top: -1px;
  left: 0px;
}
.ta-border__top::after {
  top: -1px;
  right: 0px;
  left: auto;
}
.ta-border__left {
  left: 25px;
}
@media (max-width: 991px) {
  .ta-border__left {
    left: 15px;
  }
}
.ta-border__right {
  right: 25px;
}
@media (max-width: 991px) {
  .ta-border__right {
    right: 15px;
  }
}
.ta-border__bottom {
  height: 1px;
  width: 100%;
  top: auto;
  bottom: 0;
}
@media (max-width: 575px) {
  .ta-border__bottom {
    display: block;
  }
}
.ta-border__bottom::after {
  top: auto;
  bottom: -1px;
  left: 213px;
}
.ta-border__bottom::before {
  top: auto;
  bottom: -1px;
  right: 218px;
}
.ta-border__nodot::after, .ta-border__nodot::before {
  display: none;
}

.ta-gd-shape__1 {
  left: 0;
  top: 0;
}
.ta-gd-shape__2 {
  right: 0;
  top: 0;
}

.ta-gap-50 {
  gap: 50px;
}

.ta-gap-20 {
  gap: 20px;
}

.ta-app-dark {
  background: #020014;
}

.ta-column-5 > * {
  width: 20%;
}
@media (max-width: 767px) {
  .ta-column-5 > * {
    width: 33.3333333333%;
  }
}
@media (max-width: 475px) {
  .ta-column-5 > * {
    width: 50%;
  }
}

.ta-app2-border-wrapper {
  top: 0;
  max-width: 1340px;
  width: 100%;
  height: 100%;
  left: 50%;
  translate: -50% 0px;
}

.ta-app2-border {
  position: absolute;
  background: #272729;
  width: 1px;
  height: 100%;
  z-index: -1;
}
.ta-app2-border::after {
  width: 1px;
  right: -1px;
  content: "";
  height: 100px;
  position: absolute;
}
.ta-app2-border__1 {
  left: 0%;
}
.ta-app2-border__2 {
  left: 16.66%;
  display: none;
}
.ta-app2-border__3 {
  left: 33.32%;
}
.ta-app2-border__4 {
  left: 49.98%;
  display: none;
}
.ta-app2-border__5 {
  left: 66.64%;
}
.ta-app2-border__6 {
  left: 83.3%;
  display: none;
}
.ta-app2-border__7 {
  left: 100%;
}
@media (max-width: 475px) {
  .ta-app2-border__7 {
    left: 99%;
  }
}
.ta-app2-border:nth-child(odd)::after {
  animation: scroll2 15s ease-out infinite;
  background-image: linear-gradient(0deg, transparent, #5a5959);
}
.ta-app2-border:nth-child(even)::after {
  animation: scroll1 15s ease-out infinite;
  background-image: linear-gradient(0deg, #5a5959, transparent);
}

.ta-cercle-shape {
  display: inline-block;
  background: linear-gradient(312.64deg, #3722ff 23.91%, #fc31f8 68.85%, #ffca3e 109.23%);
  border-radius: 50%;
  max-width: 632px;
  max-height: 632px;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .ta-cercle-shape {
    max-width: 500px;
    max-height: 500px;
  }
}
@media (max-width: 991px) {
  .ta-cercle-shape {
    max-width: 400px;
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .ta-cercle-shape {
    max-width: 300px;
    max-height: 300px;
  }
}
@media (max-width: 475px) {
  .ta-cercle-shape {
    max-width: 250px;
    max-height: 250px;
  }
}

.ta-section-wrapper {
  position: relative;
}
.ta-section-wrapper__app-2 .ta-shape {
  z-index: 1;
  top: 6%;
  width: 100%;
}
@media (min-width: 2560px) {
  .ta-section-wrapper__app-2 .ta-shape {
    top: -7%;
  }
}
@media (max-width: 1199px) {
  .ta-section-wrapper__app-2 .ta-shape {
    top: 35%;
  }
}
@media (max-width: 475px) {
  .ta-section-wrapper__app-2 .ta-shape {
    top: 50%;
  }
}
.ta-section-wrapper__app-2 .ta-shape img {
  width: 100%;
}
.ta-section-wrapper__app-2 .ta-cercle-shape {
  z-index: 1;
  top: -10%;
  max-width: 2000px;
  max-height: 2000px;
  background: #101010;
}
@media (min-width: 2560px) {
  .ta-section-wrapper__app-2 .ta-cercle-shape {
    max-width: 100%;
    max-height: 85%;
  }
}
@media (max-width: 1599px) {
  .ta-section-wrapper__app-2 .ta-cercle-shape {
    max-height: 85%;
  }
}
@media (max-width: 991px) {
  .ta-section-wrapper__app-2 .ta-cercle-shape {
    border-radius: 0%;
  }
}
.ta-section-wrapper__app-2 .ta-dot-shape__1 {
  left: 5%;
  top: 36%;
  z-index: 2;
}
.ta-section-wrapper__app-2 .ta-dot-shape__2 {
  right: 10%;
  bottom: 20%;
}
.ta-section-wrapper__app-2 .ta-dot-shape__3 {
  left: 10%;
  bottom: 10%;
}

.mt-none-130 {
  margin-top: -130px;
}

.mt-none-180 {
  margin-top: -180px;
}

.ta-pattern {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ta-pattern img {
  width: 100%;
  height: 100%;
}

.mt-none-110 {
  margin-top: -110px;
}

.mb-none-100 {
  margin-bottom: -100px;
}

.ta-notice-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.ta-notice-wrapper p {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  font-family: var(--primary-font);
}
.ta-notice-wrapper .ta-remove {
  width: 24px;
  height: 24px;
  font-family: var(--primary-font);
  transform: rotate(-45deg);
  border-radius: 50%;
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 100%;
}
.ta-notice-wrapper .ta-remove::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.26;
  border-radius: 50%;
}

.ta-form-wrapper .ta-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
}
.ta-form-wrapper .ta-title__fsz-34 {
  font-size: 34px;
}
.ta-form-wrapper p {
  font-size: 16px;
  font-family: var(--primary-font);
}
.ta-form-wrapper label {
  font-size: 18px;
  font-weight: 600;
  font-family: "Syne", sans-serif;
  color: #020014;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  width: 100%;
}
.ta-form-wrapper .ta-input-field textarea,
.ta-form-wrapper .ta-input-field input {
  padding: 17px 20px;
  font-family: var(--primary-font);
}
.ta-form-wrapper .ta-input-field textarea::placeholder,
.ta-form-wrapper .ta-input-field input::placeholder {
  font-family: var(--primary-font);
}
.ta-form-wrapper .ta-input-field textarea {
  min-height: 150px;
}
.ta-form-wrapper .nice-select {
  border: none;
  box-shadow: none;
  margin-top: 5px;
  padding-left: 20px;
}
.ta-form-wrapper .nice-select::after {
  border-color: var(--black-color);
  width: 8px;
  height: 8px;
  border-width: 1px;
}
.ta-form-wrapper .nice-select:focus {
  border: none;
}
.ta-form-wrapper .nice-select .current {
  font-size: 18px;
  font-family: var(--primary-font);
  color: var(--black-color);
}
.ta-form-wrapper .resume-field input {
  display: none;
}
.ta-form-wrapper .resume-field .resume-btn {
  background: #020014;
  color: #ffffff;
  font-family: "Syne", sans-serif;
  border-radius: 5px;
  padding: 12px 43px;
  cursor: pointer;
  width: auto;
}
.ta-form-wrapper .resume-field strong {
  color: #020014;
  font-weight: 500;
}

.ta-border-top {
  border-top: 1px solid rgba(2, 0, 20, 0.05);
}

.w-100 img {
  width: 100%;
}

@media (max-width: 575px) {
  .col-xl-10.p-0 {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}

.ta-aiInner-wrapper {
  max-width: 1510px;
  margin: 0 auto;
}
@media (max-width: 1599px) {
  .ta-aiInner-wrapper {
    max-width: 1450px;
  }
}
@media (max-width: 1399px) {
  .ta-aiInner-wrapper {
    max-width: 1260px;
  }
}

.no-bg {
  background: none !important;
}

.ta-thumb-zoom.ta-thumb-zoom,
.ta-thumb-zoom .ta-thumb {
  overflow: hidden;
}
.ta-thumb-zoom.ta-thumb-zoom img,
.ta-thumb-zoom .ta-thumb img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.ta-thumb-zoom:hover.ta-thumb-zoom img,
.ta-thumb-zoom:hover .ta-thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ta-thumb-zoom:hover.ta-thumb-zoom .owl-item img,
.ta-thumb-zoom:hover .ta-thumb .owl-item img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.ta-down-anim {
  animation: tfupdown 2s ease-in-out infinite alternate;
}

.ajax-response {
  margin-top: 10px;
  color: #ffffff;
  padding: 5px 10px;
  display: none;
}
.ajax-response.error {
  background: red;
  display: block;
}
.ajax-response.success {
  background: green;
  display: block;
}

.ta-bgShape {
  width: 100%;
  height: 100%;
  filter: blur(2px);
  mix-blend-mode: overlay;
  background-size: contain;
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.1;
}

.ta-newAi-bg {
  background: #070e37;
}

.ta-appGradient {
  background: linear-gradient(242deg, #ADF7DE 0%, #FFF387 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Syne", sans-serif;
}
.ta-appGradient__2 {
  background: linear-gradient(265.88deg, #FF56D2 56.98%, #963BE9 77.28%, #2E20FF 97.93%);
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top Negative --*/
.mt-none-5 {
  margin-top: -5px;
}

.mt-none-10 {
  margin-top: -10px;
}

.mt-none-15 {
  margin-top: -15px;
}

.mt-none-20 {
  margin-top: -20px;
}

.mt-none-25 {
  margin-top: -25px;
}

.mt-none-30 {
  margin-top: -30px;
}

.mt-none-35 {
  margin-top: -35px;
}

.mt-none-40 {
  margin-top: -40px;
}

.mt-none-45 {
  margin-top: -45px;
}

.mt-none-50 {
  margin-top: -50px;
}

.mt-none-55 {
  margin-top: -55px;
}

.mt-none-60 {
  margin-top: -60px;
}

.mt-none-65 {
  margin-top: -65px;
}

.mt-none-70 {
  margin-top: -70px;
}

.mt-none-75 {
  margin-top: -75px;
}

.mt-none-80 {
  margin-top: -80px;
}

.mt-none-85 {
  margin-top: -85px;
}

.mt-none-90 {
  margin-top: -90px;
}

.mt-none-95 {
  margin-top: -95px;
}

.mt-none-100 {
  margin-top: -100px;
}

/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-0 {
  margin-top: 0px !important;
}

.mb-none-25 {
  margin-bottom: -25px;
}

@media (max-width: 575px) {
  .ssm-mt-20 {
    margin-top: 20px !important;
  }
}
@media (max-width: 1199px) {
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }

  .mt-lg-60 {
    margin-top: 60px !important;
  }
}
/* typography css start */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.4;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* typography css end */
/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
  background-color: #ffffff;
}

[data-overlay=dark]::before {
  background-color: #000000;
}

/* [data-overlay=suppli]::before {
  background: var(--tertiary-color);
} */

[data-overlay=suppli-2]::before {
  background: linear-gradient(182.09deg, #181818 12.6%, rgba(24, 24, 24, 0) 122.53%);
}

[data-overlay=ta-suppli-blue]::before {
  background: #f6fe84;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="65"]::before {
  opacity: 0.65;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.ta-overlay {
  background-color: #181818;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
  opacity: 0;
}
.ta-overlay.is-open {
  opacity: 0.4;
  visibility: visible;
}
.ta-overlay__dark {
  background: #131121;
}
.ta-overlay__dark.is-open {
  opacity: 0.8;
}

/* Heder css start */
.ta-sticky-header {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 10 !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation-name: ta-fade-top;
  transition: all 0.3s ease-in-out 0s;
  padding: 0px !important;
  background: #ffffff;
  box-shadow: 0px 7px 13px rgba(44, 65, 97, 0.07);
}
.ta-sticky-header .ta-main-menu ul li a {
  padding: 35px 0px;
}
@media (max-width: 1199px) {
  .ta-sticky-header {
    padding: 20px 0px !important;
  }
}
.ta-sticky-header .ta-noPdnoBg {
  padding: 0px !important;
  box-shadow: none;
}
.ta-sticky-header.ta-header__style-ico {
  background: #ffffff;
  padding: 0px 70px !important;
}

.ta-header {
  width: 100%;
  z-index: 2;
  /* background: rgba(255, 255, 255, 0.9);
  background: linear-gradient(90deg, white, white, white, white, white, white, white, transparent, transparent, transparent, transparent, white, white, white); */
}
@media (max-width: 991px) {
  .ta-header .ta-logo img {
    max-width: 150px;
  }
}
.ta-header__style-nft {
  padding-top: 33px;
}
.ta-header__style-nft .container-fluid {
  max-width: 1585px;
}
@media (max-width: 1599px) {
  .ta-header__style-nft .container-fluid {
    max-width: 1420px;
  }
}
@media (max-width: 1599px) {
  .ta-header__style-nft .ta-dual-buttons {
    gap: 10px;
  }
}
.ta-header__style-nft .ta-dual-buttons a {
  padding-left: 34px;
  padding-right: 34px;
}
@media (max-width: 1599px) {
  .ta-header__style-nft .ta-dual-buttons a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1599px) {
  .ta-header__style-nft .col-xl-7 {
    width: 50%;
  }
}
@media (max-width: 1599px) {
  .ta-header__style-nft .col-xl-3 {
    width: 33.33333333%;
  }
}
@media (max-width: 1599px) {
  .ta-header__style-nft ul.justify-content-center {
    justify-content: flex-end !important;
  }
}
.ta-header__style-app .container-fluid {
  max-width: 1725px;
}
@media (max-width: 1399px) {
  .ta-header__style-app .col-xl-7 {
    width: 54.333333%;
  }
}
@media (max-width: 1399px) {
  .ta-header__style-app .col-xl-3 {
    width: 29%;
  }
}
.ta-header__style-suppli .container-fluid {
  max-width: 1420px;
}
@media (max-width: 1599px) {
  .ta-header__style-suppli .container-fluid {
    max-width: 1350px;
  }
}
.ta-header__style-suppli .right-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
  margin-left: 30px;
}
@media (max-width: 1599px) {
  .ta-header__style-suppli .right-wrapper {
    gap: 30px;
  }
}
.ta-header__style-suppli .ta-dual-buttons {
  gap: 25px;
}
@media (max-width: 1399px) {
  .ta-header__style-suppli .ta-dual-buttons a:nth-child(1) {
    display: none;
  }
}
.ta-header__style-ebook {
  padding-top: 28px;
}
.ta-header__style-ebook .container-fluid {
  max-width: 1560px;
}
@media (max-width: 1599px) {
  .ta-header__style-ebook .col-xl-7 {
    width: 54.333333%;
  }
}
@media (max-width: 1599px) {
  .ta-header__style-ebook .col-xl-3 {
    width: 28%;
  }
}
@media (max-width: 767px) {
  .ta-header__style-ai .ta-right-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.ta-header__style-ai .ta-right-wrapper .ta-border {
  left: 12px;
}
@media (max-width: 1199px) {
  .ta-header__style-ai .ta-right-wrapper .ta-border {
    left: -18px;
  }
}
@media (max-width: 991px) {
  .ta-header__style-ai .ta-right-wrapper .ta-border {
    left: -30px;
  }
}
.ta-header__style-ai .ta-right-wrapper .ta-border::after {
  right: 0;
  display: inline-block;
}
@media (max-width: 1599px) {
  .ta-header__style-ai .ta-sideInfo-trigger {
    transform: translateX(29px);
  }
}
@media (max-width: 1199px) {
  .ta-header__style-ai .ta-sideInfo-trigger {
    transform: translateX(0px);
  }
}
@media (max-width: 991px) {
  .ta-header__style-ai .ta-sideInfo-trigger {
    transform: translateX(-5px);
  }
}
@media (max-width: 767px) {
  .ta-header__style-ai .ta-sideInfo-trigger {
    transform: translateX(-10px);
  }
}
.ta-header__style-ai .ta-sideInfo-trigger span {
  background: #ffffff;
}
.ta-header__style-ai .ta-border::before, .ta-header__style-ai .ta-border::after {
  display: none;
}
@media (max-width: 475px) {
  .ta-header__style-ai .ta-dual-buttons a:nth-child(1) {
    display: none;
  }
}
.ta-header__style-ico {
  background: transparent;
  z-index: 1;
}
@media (max-width: 1599px) {
  .ta-header__style-ico {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .ta-header__style-ico {
    padding: 20px 0px;
    background: #ffffff;
  }
}
.ta-header__style-ico .container-fluid {
  max-width: 100%;
}
@media (max-width: 1599px) {
  .ta-header__style-ico .col-xl-7 {
    width: 52.333333%;
  }
}
@media (max-width: 1599px) {
  .ta-header__style-ico .col-xl-3 {
    width: 31%;
  }
}
.ta-header__style-da .top-wrapper {
  background: #010525;
  padding: 9px 0px;
}
@media (max-width: 475px) {
  .ta-header__style-da .top-wrapper {
    display: none;
  }
}
.ta-header__style-da .middle-wrapper {
  padding: 21px 0px;
}
@media (max-width: 475px) {
  .ta-header__style-da .middle-wrapper {
    display: none;
  }
}
.ta-header__style-da .ta-da-menu-wrapper {
  background: #ffffff;
  border: 1px solid #ececf4;
  box-shadow: 0px 7px 10px rgba(140, 144, 175, 0.03);
  padding: 4px 0px;
}
.ta-header__style-da .ta-top-info {
  gap: 45px;
}
@media (max-width: 991px) {
  .ta-header__style-da .ta-top-info {
    justify-content: center !important;
  }
}
.ta-header__style-da .ta-top-info a {
  font-weight: 600;
  font-family: var(--primary-font);
  font-size: 12px;
  color: #7B7D92;
  text-transform: uppercase;
}
.ta-header__style-da .ta-top-info a i {
  background: linear-gradient(90deg, #FF7464 0%, #3E49F3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 10px;
}
.ta-header__style-da .ta-top-menu {
  gap: 40px;
}
.ta-header__style-da .ta-top-menu a {
  color: #010525;
  font-size: 12px;
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-weight: 600;
  color: #7b7d92;
}
.ta-header__style-da .ta-top-menu a:hover {
  color: #010525;
}
.ta-header__style-da .right-wrapper {
  gap: 40px;
}
@media (max-width: 991px) {
  .ta-header__style-da .right-wrapper {
    justify-content: center !important;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .ta-header__style-da .right-wrapper {
    display: none !important;
  }
}
.ta-header__style-da .ta-social-links {
  gap: 15px;
}
.ta-header__style-da .ta-social-links a {
  margin: 0px !important;
  font-size: 14px;
  color: #666a80;
}
.ta-header__style-da .ta-social-links a:hover {
  color: #010525;
}
.ta-header__style-ebook2 .col-xl-7 {
  width: 63.33333333%;
}
.ta-header__style-ebook2 .col-xl-3 {
  width: 20%;
}
.ta-header__style-newAi {
  background: #070e37;
}
.ta-header__style-newAi .ta-sideInfo-trigger span {
  background: #ffffff;
}
.ta-header__style-default {
  background: transparent;
  padding-top: 40px;
}

.ta-login-cart-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1599px) {
  .ta-login-cart-wrapper {
    gap: 30px;
  }
}
.ta-login-cart-wrapper button {
  color: #ffffff;
  font-size: 25px;
  padding: 0px;
}
.ta-login-cart-wrapper__ebook2 {
  justify-content: flex-end;
}

.ta-miniCart-wrapper .ta-miniCart-btn .ta-count {
  width: 20px;
  height: 20px;
  color: #ffffff;
  border-radius: 50%;
  background: var(--secondary-color);
  right: -10px;
  top: -22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 100%;
  /* color: #020014; */
  font-weight: 700;
}
.ta-miniCart-wrapper__style-ebook2 .ta-miniCart-btn .ta-count {
  background: linear-gradient(92.4deg, #C582EF 14.64%, #2B93F3 105.3%);
  color: #ffffff;
}

/* Heder css end */
/* Navigation css start */
.ta-main-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ta-main-menu ul li {
  position: relative;
}
.ta-main-menu ul li:not(:last-child) {
  margin-right: 75px;
}
@media (max-width: 1599px) {
  .ta-main-menu ul li:not(:last-child) {
    margin-right: 55px;
  }
}
.ta-main-menu ul li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  padding: 30px 0px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  color: #1B1B1B;
  text-transform: uppercase;
}
.ta-main-menu ul li a::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  top: auto;
  bottom: 27px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.62s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ta-main-menu ul li:hover > a {
  color: #000000;
}
.ta-main-menu ul li:hover > a::before {
  transform: scaleX(1);
}
.ta-main-menu ul li:hover a {
  color: #000000;
}
.ta-main-menu ul li:hover > .sub-menu {
  transform: translateY(0);
  transition: 0.3s ease-out, transform 0s;
  opacity: 1;
  visibility: visible;
}
.ta-main-menu ul li:hover > .sub-menu li {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.ta-main-menu ul li:hover > .sub-menu li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.ta-main-menu ul li:hover > .sub-menu li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.ta-main-menu ul li:hover > .sub-menu li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.ta-main-menu ul li:hover > .sub-menu li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ta-main-menu ul li:hover > .sub-menu li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.ta-main-menu ul li:hover > .sub-menu li:nth-child(2n+5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ta-main-menu ul li:hover > .sub-menu li:nth-child(2n+6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.ta-main-menu ul li:hover > .sub-menu li:nth-child(2n+7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.ta-main-menu ul li:hover > .sub-menu li:nth-child(2n+8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.ta-main-menu ul li:hover > .sub-menu li:nth-child(2n+9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.ta-main-menu ul li:hover > .sub-menu li:nth-child(2n+10) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.5s;
}
.ta-main-menu ul li .sub-menu {
  left: 0%;
  position: absolute;
  min-width: 250px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  padding: 30px 0px;
  z-index: 3;
  text-align: left;
  justify-content: flex-start;
  box-shadow: 31px 50px 50px rgba(33, 33, 33, 0.15);
  transform: translateY(-200%);
  transition: 0.3s ease-out, transform 0s 0.3s;
  background: #ffffff;
}
.ta-main-menu ul li .sub-menu li {
  transform: translateY(5px);
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  margin-right: 0px;
  padding: 0px 40px;
}
.ta-main-menu ul li .sub-menu li::before, .ta-main-menu ul li .sub-menu li::after {
  display: none;
}
.ta-main-menu ul li .sub-menu li a {
  display: block;
  overflow: hidden;
  font-size: 15px;
  padding: 0px;
  font-weight: 600;
  color: #1B1B1B;
  text-transform: capitalize;
}
.ta-main-menu ul li .sub-menu li a::after {
  display: none;
}
.ta-main-menu ul li .sub-menu li:hover > a {
  padding-left: 5px;
  color: #000000;
}
.ta-main-menu ul li .sub-menu li:hover > a::before {
  opacity: 1;
  visibility: visible;
  height: 12px;
  left: 5px;
}
.ta-main-menu ul li .sub-menu li:not(:last-child) {
  margin-bottom: 8px;
}
.ta-main-menu ul li .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
.ta-main-menu ul li .sub-menu .ta-menu-lists li {
  padding: 0px;
  margin-bottom: 0px;
}
.ta-main-menu ul li .sub-menu .ta-menu-lists li a {
  padding: 6px 15px;
  border-radius: 5px;
  position: relative;
}
.ta-main-menu ul li .sub-menu .ta-menu-lists li a::after {
  content: "";
  display: inline-block;
  padding-left: 8px;
  font-family: "Font Awesome 6 Pro";
  transition: all 0.4s linear;
  color: var(--secondary-color);
  font-size: 16px;
  position: absolute;
  right: 15px;
}
.ta-main-menu ul li .sub-menu .ta-menu-lists li:hover a {
  background: #020014;
  color: #ffffff;
}
.ta-main-menu ul li .sub-menu .ta-menu-lists li:hover a::after {
  color: #ffffff;
}
.ta-main-menu ul .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  padding-left: 8px;
  font-family: "Font Awesome 6 Pro";
  transition: all 0.4s linear;
  color: var(--secondary-color);
  font-size: 12px;
}
.ta-main-menu ul .menu-item-has-children > a:hover::before {
  width: calc(100% - 13px);
}
.ta-main-menu ul .menu-item-has-children:hover a::before {
  width: calc(100% - 13px);
}
.ta-main-menu ul .ta-megamenu {
  position: static;
}
.ta-main-menu ul .ta-megamenu .sub-menu {
  width: 100%;
  left: 0px;
  padding: 0px;
  background: transparent;
  box-shadow: none;
  max-width: max-content;
  left: 50%;
  translate: -50% 0px;
}
.ta-main-menu ul .ta-megamenu .sub-menu .container {
  max-width: 1200px;
}
.ta-main-menu ul .ta-megamenu .sub-menu .custom-container {
  max-width: 1000px;
}
.ta-main-menu ul .ta-megamenu .sub-menu .custom-container .row {
  margin-top: 0px;
}
.ta-main-menu ul .ta-megamenu .sub-menu .custom-container .ta-megamenu-wrapper {
  padding: 40px 45px;
}
.ta-main-menu ul .ta-megamenu .sub-menu li {
  padding: 0px;
}
.ta-main-menu ul .ta-megamenu .ta-menu-title {
  color: #020014;
  font-family: var(--primary-font);
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0px !important;
}
.ta-main-menu ul .ta-megamenu .container {
  padding: 0px;
}
.ta-main-menu.ta-app-menu ul li a {
  color: #020014;
}
@media (max-width: 1599px) {
  .ta-main-menu.ta-suppli-menu ul li:not(:last-child) {
    margin-right: 40px;
  }
}
.ta-main-menu.ta-suppli-menu ul li a {
  color: #ffffff;
}
.ta-main-menu.ta-suppli-menu ul li a::after {
  color: #ffffff;
}
.ta-main-menu.ta-suppli-menu ul .ta-megamenu .ta-menu-title {
  color: #ffffff;
}
.ta-main-menu.ta-da-menu ul li:not(:last-child) {
  margin-right: 60px;
}
.ta-main-menu.ta-da-menu ul li a {
  font-size: 18px;
  text-transform: capitalize;
  color: #020014;
}
.ta-main-menu.ta-da-menu ul .menu-item-has-children > a::after {
  padding-left: 5px;
  content: "+";
}
.ta-main-menu.ta-da-menu ul .ta-menu-lists li {
  margin-right: 0px;
}
.ta-main-menu.ta-ebook2-menu ul li a {
  color: #ffffff;
  letter-spacing: 0.14em;
}
.ta-main-menu.ta-ebook2-menu ul .menu-item-has-children > a::after {
  color: #ffffff;
}
.ta-main-menu.ta-ebook2-menu ul .menu-item-has-children A {
  letter-spacing: 0px;
}
.ta-main-menu.ta-ico-menu ul li a {
  padding: 50px 0px;
}
.ta-main-menu.ta-newAi-menu ul li a {
  padding: 36px 0px;
}

@media (max-width: 1199px) {
  .ta-megamenu .container {
    padding: 0px;
  }
}
@media (max-width: 1199px) {
  .ta-megamenu__box {
    width: 100%;
    height: 100%;
    display: block;
  }
}
.ta-megamenu__box .ta-thumb {
  filter: drop-shadow(0px 10px 60px rgba(144, 154, 187, 0.29));
  transition: 0.4s;
}
@media (max-width: 1199px) {
  .ta-megamenu__box .ta-thumb {
    filter: none;
    margin-bottom: 12px !important;
  }
}
.ta-megamenu__box .ta-thumb img {
  width: 100%;
}
.ta-megamenu__box .ta-content {
  margin-top: 12px;
  text-align: center;
}
@media (max-width: 1199px) {
  .ta-megamenu__box .ta-content {
    margin-top: 0px;
  }
}
.ta-megamenu__box a {
  width: 100% !important;
}
@media (max-width: 1199px) {
  .ta-megamenu__box a {
    border: none !important;
    padding: 0px !important;
    text-align: center !important;
  }
  .ta-megamenu__box a img {
    width: 100%;
  }
}
.ta-megamenu__box:hover .ta-thumb {
  translate: 0px -10px;
}
.ta-megamenu__box:hover .ta-thumb img {
  filter: blur(0px) !important;
}
.ta-megamenu .col-xl-2 {
  margin-top: 25px;
}
.ta-megamenu .row {
  margin-top: -25px;
}
.ta-megamenu .row > * {
  width: 20%;
}
@media (max-width: 1199px) {
  .ta-megamenu .row > * {
    width: 41.5%;
  }
}
@media (max-width: 475px) {
  .ta-megamenu .row > * {
    width: 88%;
  }
}
.ta-megamenu .row .col-md-4 {
  width: 33.3333333333%;
}
.ta-megamenu .row .col-md-4:not(:last-child) {
  border-right: 1px solid rgba(4, 20, 52, 0.1);
  padding-right: 55px;
}
@media (max-width: 1199px) {
  .ta-megamenu .row .col-md-4:not(:last-child) {
    border-right: 0px;
    padding-right: 20px;
  }
}
.ta-megamenu .row .col-md-4:not(:first-child) {
  padding-left: 55px;
}
@media (max-width: 1199px) {
  .ta-megamenu .row .col-md-4:not(:first-child) {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .ta-megamenu .row .col-md-4:first-child {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .ta-megamenu .row .col-md-4:first-child li:first-child a {
    border-top: 0px;
  }
}
@media (max-width: 1199px) {
  .ta-megamenu .row .col-md-4 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .ta-megamenu .row .col-md-4 .mean-expand {
    display: none;
  }
}
.ta-megamenu .mean-expand {
  display: none;
}
.ta-megamenu .ta-megamenu-wrapper {
  padding: 30px;
  background: #ffffff;
  transition: 0.4s;
  box-shadow: 31px 50px 50px rgba(33, 33, 33, 0.15);
}
@media (max-width: 1199px) {
  .ta-megamenu .ta-megamenu-wrapper {
    padding: 30px;
    background: #181818;
    box-shadow: none;
  }
}
.ta-megamenu .ta-megamenu-wrapper:hover .ta-thumb img {
  filter: blur(3px);
}
@media (max-width: 1199px) {
  .ta-megamenu .ta-menu-lists {
    display: block !important;
  }
  .ta-megamenu .ta-menu-lists a {
    padding: 10px 1% !important;
    width: 88% !important;
    font-size: 12px !important;
  }
}

.ta-menu-title {
  font-size: 16px;
}
@media (max-width: 1199px) {
  .ta-menu-title {
    font-size: 12px !important;
  }
}

.ta-suppli-menu .ta-megamenu .sub-menu {
  background: #000000;
  box-shadow: none;
}
.ta-suppli-menu .ta-megamenu .ta-megamenu-wrapper {
  background: #181818;
}
.ta-suppli-menu .ta-megamenu .ta-megamenu-wrapper .col-md-4 {
  border-color: #2a2a2a;
}
.ta-suppli-menu .ta-megamenu .ta-megamenu-wrapper .ta-title {
  color: #ffffff;
}
.ta-suppli-menu .ta-megamenu .ta-megamenu-wrapper .ta-menu-lists li a {
  color: #ffffff;
  letter-spacing: 0px;
}
.ta-suppli-menu .ta-megamenu .ta-megamenu-wrapper .ta-menu-lists li a::after {
  color: #ffffff;
}
.ta-suppli-menu .ta-megamenu .ta-megamenu-wrapper .ta-menu-lists li:hover a {
  background: #ffffff;
  color: #020014;
}
.ta-suppli-menu .ta-megamenu .ta-megamenu-wrapper .ta-menu-lists li:hover a::after {
  color: #020014;
}

.ta-app-menu-wrapper {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.719);
  box-shadow: 0px 4px 6px rgba(181, 192, 214, 0.33);
  padding: 17px 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1599px) {
  .ta-app-menu-wrapper {
    padding: 15px 30px;
  }
}
@media (max-width: 1199px) {
  .ta-app-menu-wrapper {
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  .ta-app-menu-wrapper {
    padding: 20px 15px;
  }
}
.ta-app-menu-wrapper::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.9;
  z-index: -1;
  border-radius: 10px;
}
.ta-app-menu-wrapper__nobg {
  box-shadow: none;
  padding: 0px;
  border-radius: 0px;
  background: none !important;
}
@media (max-width: 991px) {
  .ta-app-menu-wrapper__nobg {
    padding: 23px 0px;
  }
}

/* Navigation css end */
/* preloader css start */
.pl {
  width: 6em;
  height: 6em;
}

.pl__ring {
  animation: ringA 2s linear infinite;
}

.pl__ring--a {
  stroke: #adf7de;
}

.pl__ring--b {
  animation-name: ringB;
  stroke: #3722FF;
}

.pl__ring--c {
  animation-name: ringC;
  stroke: #FFCA3E;
}

.pl__ring--d {
  animation-name: ringD;
  stroke: var(--secondary-color);
}

/* Animations */
@keyframes ringA {
  from, 4% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }
  12% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -335;
  }
  32% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -595;
  }
  40%, 54% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -660;
  }
  62% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -665;
  }
  82% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -925;
  }
  90%, to {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -990;
  }
}
@keyframes ringB {
  from, 12% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -110;
  }
  20% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -115;
  }
  40% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -195;
  }
  48%, 62% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }
  70% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }
  90% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -305;
  }
  98%, to {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }
}
@keyframes ringC {
  from {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }
  8% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }
  28% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }
  36%, 58% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }
  66% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }
  86% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }
  94%, to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}
@keyframes ringD {
  from, 8% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }
  16% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }
  36% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }
  44%, 50% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }
  58% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }
  78% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }
  86%, to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}
.ta-page-animation-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  background: #fff;
  transform-origin: top;
  transition: transform 1s 50ms cubic-bezier(0.86, 0, 0.07, 1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ta-page-animation-overlay .ta-logo img {
  width: 150px;
}
@media (max-width: 475px) {
  .ta-page-animation-overlay .ta-logo img {
    width: 120px;
  }
}

.ta-reaload-done .ta-page-animation-overlay {
  transform: scaleY(0);
}
.ta-reaload-done .ta-page-animation-overlay .ta-logo {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ta-page-loading .ta-page-animation-overlay {
  transform: scaleY(1);
  transform-origin: left;
}

/* preloader css end */
/* cursor animation css start */
.ta-cursor {
  position: fixed;
  width: 8px;
  height: 8px;
  background-color: #0de17f;
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.02s;
  transition: 0.02s;
  z-index: 999;
  mix-blend-mode: difference;
}
@media (max-width: 1199px) {
  .ta-cursor {
    display: none;
  }
}

/* cursor animation css end */
.ta-side-info-wrapper {
  position: fixed;
  top: 0;
  width: 655px;
  -webkit-transform: translateX(655px);
  -ms-transform: translateX(655px);
  transform: translateX(655px);
  display: block;
  background-color: #ffffff;
  z-index: 11;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  left: auto;
  right: 0px;
  background: transparent;
  overflow-y: auto;
  height: 100%;
}
@media (max-width: 1199px) {
  .ta-side-info-wrapper {
    width: 500px;
    -webkit-transform: translateX(500px);
    -ms-transform: translateX(500px);
    transform: translateX(500px);
  }
}
@media (max-width: 475px) {
  .ta-side-info-wrapper {
    width: 310px;
    -webkit-transform: translateX(310px);
    -ms-transform: translateX(310px);
    transform: translateX(310px);
  }
}
.ta-side-info-wrapper .ta-wrapper {
  padding: 90px 80px;
  background: #ffffff;
  color: #000000;
  max-width: 560px;
  margin: 0 0 0 auto;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 1199px) {
  .ta-side-info-wrapper .ta-wrapper {
    padding: 50px;
    width: 480px;
  }
}
@media (max-width: 475px) {
  .ta-side-info-wrapper .ta-wrapper {
    padding: 20px;
    width: 310px;
  }
}
.ta-side-info-wrapper .ta-side-logo img {
  width: 220px;
}
@media (max-width: 475px) {
  .ta-side-info-wrapper .ta-side-logo img {
    width: 150px;
  }
}
.ta-side-info-wrapper .ta-title {
  font-family: var(--primary-font);
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 475px) {
  .ta-side-info-wrapper .ta-title {
    font-size: 18px;
  }
}
.ta-side-info-wrapper .ta-title span {
  text-transform: uppercase;
  background: linear-gradient(268.3deg, #3722ff 22.36%, #fc31f8 62.44%, #ffca3e 98.45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ta-side-info-wrapper .ta-label {
  font-size: 12px;
  font-family: var(--primary-font);
  color: #99989C;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 7px;
  letter-spacing: 0.3em;
}
@media (max-width: 475px) {
  .ta-side-info-wrapper .ta-label {
    font-size: 10px;
  }
}
.ta-side-info-wrapper .ta-label i {
  color: #ffdc60;
  margin-right: 5px;
}
.ta-side-info-wrapper .ta-contact-info p,
.ta-side-info-wrapper .ta-contact-info a {
  font-family: var(--primary-font);
  color: #ffffff;
  font-size: 24px;
  letter-spacing: -0.01em;
}
@media (max-width: 475px) {
  .ta-side-info-wrapper .ta-contact-info p,
.ta-side-info-wrapper .ta-contact-info a {
    font-size: 18px;
    padding-bottom: 5px;
  }
}
.ta-side-info-wrapper .ta-contact-info li:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 475px) {
  .ta-side-info-wrapper .ta-contact-info li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.ta-side-info-wrapper .ta-info-close {
  font-weight: 100;
  /* font-size: 14px; */
  color: #000000;
  z-index: 2;
  font-family: var(--primary-font);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* transform: rotate(45deg); */
  font-size: 24px;
}
@media (max-width: 475px) {
  .ta-side-info-wrapper .mb-15 {
    margin-bottom: 5px;
  }
}
@media (max-width: 475px) {
  .ta-side-info-wrapper .mt-90,
.ta-side-info-wrapper .mt-80,
.ta-side-info-wrapper .mt-70 {
    margin-top: 30px;
  }
}
.ta-side-info-wrapper.is-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.ta-side-info-wrapper .ta-insta-feeds {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.ta-side-info-wrapper .ta-insta-feeds img {
  border-radius: 5px;
  max-width: 85px;
}

/* meanmenu css start */
.ta-mobile-menu.mean-container {
  overflow: hidden;
}

/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none !important;
}
.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.mean-container .mean-nav ul li a:hover {
  color: #0de17f;
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 10px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #fff;
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  border-color: #888888;
  color: #0de17f;
}
.mean-container .mean-nav ul li a.mean-clicked i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mean-container .mean-nav ul li > a > i {
  display: none;
}
.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}
.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}
.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}
.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container i {
  font-style: normal;
  font-size: 20px;
  color: #ffffff;
}
.mean-container .sub-menu {
  background: #181818;
  overflow: hidden;
}
.mean-container .sub-menu li {
  font-size: 12px;
}

/* meanmenu css end */
/* all button css start */
.ta-button {
  display: inline-block;
  font-weight: 700;
  background: #000000;
  font-size: 14px;
  font-family: var(--primary-font);
  color: #ffffff;
  border-radius: 0;
  padding: 14px 36px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  letter-spacing: 0.05em;
  box-shadow: none;
  border: none;
}
@media (max-width: 475px) {
  .ta-button {
    font-size: 12px;
    padding: 12px 40px;
  }
}
.ta-button:hover {
  background: #000000;
  color: #ffffff;
}
.ta-button__borderd {
  background: transparent;
  border: 1px solid;
  padding: 16px 35px;
}
.ta-button__small {
  padding: 12px 30px;
}
@media (max-width: 475px) {
  .ta-button__small {
    padding: 12px 26px;
    min-height: 50px;
  }
}
.ta-button__nft {
  position: relative;
  color: #ffffff;
  z-index: 1;
  border-radius: 5px;
}
.ta-button__nft::before, .ta-button__nft::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(266.99deg, #02FC87 0.4%, #696EF3 99.2%);
  border-radius: 5px;
  transition: all 0.4s linear;
  z-index: -1;
}
.ta-button__nft::after {
  background: linear-gradient(266.99deg, #696EF3 0.4%, #02FC87 99.2%);
  opacity: 0;
  visibility: hidden;
}
.ta-button__nft:hover::after {
  opacity: 1;
  visibility: visible;
}
.ta-button__nft:hover::before {
  opacity: 0;
  visibility: hidden;
}
.ta-button__nft--dark {
  background: #1B1B1B;
}
.ta-button__nft--dark::before, .ta-button__nft--dark::after {
  opacity: 0;
  visibility: hidden;
}
.ta-button__nft--dark:hover::after {
  opacity: 1;
  visibility: visible;
}
.ta-button__app {
  color: #ffffff;
  border-radius: 5px;
  background: transparent;
}
.ta-button__app::before, .ta-button__app::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 5px;
  z-index: -1;
  transition: all 0.4s linear;
}
.ta-button__app::after {
  background: #000;
  opacity: 0;
  visibility: hidden;
}
.ta-button__app:hover::after {
  opacity: 1;
  visibility: visible;
}
.ta-button__app:hover::before {
  opacity: 0;
  visibility: hidden;
}
.ta-button__app--borderd {
  color: #020014;
  background: transparent;
  border-color: #d7deee;
  padding: 11px 30px;
}
.ta-button__app--borderd::before, .ta-button__app--borderd::after {
  display: none;
}
.ta-button__suppli {
  border-radius: 40px;
  background: #f6fe84;
  color: #020014;
  border-radius: 0px;
}
.ta-button__suppli--borderd {
  padding: 11px 30px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 40px;
  color: #ffffff;
}
.ta-button__suppli--borderd:hover {
  background: #f6fe84;
  border-color: #f6fe84;
  color: #020014;
}
.ta-button__suppli--2 {
  border: 1px solid #ffffff;
  background: #C9AA8F;
  padding: 11px 30px;
}
.ta-button__suppli--2:hover {
  background: #181818;
  border-color: #181818;
}
.ta-button__suppli--white {
  background: #ffffff;
}
.ta-button__ebook--borderd {
  color: var(--secondary-color);
  border-color: #d6dbe4;
  padding: 11px 30px;
}
.ta-button__ebook--red {
  background: var(--secondary-color);
}
.ta-button__ebook--blue {
  background: #4545a1;
}
.ta-button__ai {
  border-radius: 40px;
  background: linear-gradient(265.88deg, #FF56D2 56.98%, #963BE9 77.28%, #2E20FF 97.93%);
  color: #ffffff;
  font-weight: 700;
}
.ta-button__ai:hover {
  background: #393e44;
}
.ta-button__ai--dark {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%);
  color: #ffffff;
  stroke-width: 1px;
  stroke: rgba(255, 255, 255, 0.07);
  filter: drop-shadow(0px 12px 21px rgba(0, 0, 0, 0.13));
}
.ta-button__ai--dark:hover {
  background: #adf7de;
  color: #1D1D1F;
}
.ta-button__ai-2 {
  background: #adf7de;
  color: #101010;
  font-family: var(--primary-font);
  text-transform: capitalize;
  font-weight: 700;
}
.ta-button__ico {
  border-radius: 5px;
  letter-spacing: 0.05em;
}
.ta-button__ico--gradient::before, .ta-button__ico--gradient::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(265.65deg, #3722FF -4.47%, #FC31F8 73.92%, #FFCA3E 144.34%);
  border-radius: 5px;
  z-index: -1;
  transition: all 0.4s linear;
}
.ta-button__ico--gradient::after {
  background: linear-gradient(265.88deg, #FF56D2 56.98%, #963BE9 77.28%, #2E20FF 97.93%);
  opacity: 0;
  visibility: hidden;
}
.ta-button__ico--gradient:hover::after {
  opacity: 1;
  visibility: visible;
}
.ta-button__ico--gradient:hover::before {
  opacity: 0;
  visibility: hidden;
}
.ta-button__ico--white {
  background: #ffffff;
  color: #020014;
}
.ta-button__da {
  border-radius: 40px;
  background: #010525;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0px;
  font-family: var(--primary-font);
  padding: 16px 40px;
  position: relative;
}
.ta-button__da .ta-icon {
  transition: all 0.4s;
}
.ta-button__da::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FF7464 0%, #3E49F3 100%);
  border-radius: 5px;
  z-index: -1;
  transition: all 0.3s linear;
  border-radius: 40px;
  opacity: 0;
  visibility: hidden;
}
.ta-button__da:hover::after {
  opacity: 1;
  visibility: visible;
}
.ta-button__da:hover .ta-icon {
  rotate: 40deg;
}
.ta-button__da--gradient::before, .ta-button__da--gradient::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FF7464 0%, #3E49F3 100%);
  border-radius: 5px;
  z-index: -1;
  transition: all 0.4s linear;
  border-radius: 40px;
}
.ta-button__da--gradient::after {
  background: linear-gradient(90deg, #3E49F3 0%, #FF7464 100%);
  opacity: 0;
  visibility: hidden;
}
.ta-button__da--gradient:hover::after {
  opacity: 1;
  visibility: visible;
}
.ta-button__da--gradient:hover::before {
  opacity: 0;
  visibility: hidden;
}
.ta-button__da--white {
  background: #ffffff;
  color: #010525;
}
.ta-button__da--white::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FF7464 0%, #3E49F3 100%);
  border-radius: 5px;
  z-index: -1;
  transition: all 0.3s linear;
  border-radius: 40px;
  opacity: 0;
  visibility: hidden;
}
.ta-button__da--white img {
  filter: invert(1);
}
.ta-button__da--white:hover img {
  filter: invert(0);
}
.ta-button__da--white:hover::after {
  opacity: 1;
  visibility: visible;
}
.ta-button__ebook2 {
  background: #3D16A7;
  color: #ffffff;
}
.ta-button__ebook2--gradient {
  background: linear-gradient(84.45deg, #C582EF 1.22%, #2B93F3 100%);
}
.ta-button__wide {
  padding: 17px 50px;
}
@media (max-width: 475px) {
  .ta-button__wide {
    padding: 12px 40px;
    font-size: 14px;
  }
}
.ta-button__mid-wide {
  padding: 14px 36px;
}

.ta-inline-btn {
  color: #000000;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
}

.ta-round-btn {
  width: 208px;
  height: 208px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 50%;
  background: #000000;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  gap: 10px;
  font-family: var(--primary-font);
  position: relative;
}
.ta-round-btn .ta-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.ta-round-btn .ta-icon {
  transform: rotate(-45deg);
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.ta-btn-wrapper {
  position: relative;
}
.ta-btn-wrapper::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}

.ta-video-btn {
  background-color: #ffffff;
  color: #FFC65F;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media (max-width: 767px) {
  .ta-video-btn {
    width: 80px;
    height: 80px;
    font-size: 20px;
  }
}
.ta-video-btn:hover {
  background: #000000;
  color: #ffffff;
}
.ta-video-btn__suppli {
  width: 150px;
  height: 150px;
  background: #f6fe84;
  color: #020014;
}
@media (max-width: 1199px) {
  .ta-video-btn__suppli {
    width: 120px;
    height: 120px;
  }
}
.ta-video-btn__suppli::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  opacity: 0.4;
  z-index: -1;
  left: -15px;
  top: -15px;
  border: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .ta-video-btn__suppli::after {
    width: 150px;
    height: 150px;
  }
}
.ta-video-btn__white {
  color: #020014;
  font-size: 24px;
  width: 152px;
  height: 152px;
}
@media (max-width: 1199px) {
  .ta-video-btn__white {
    width: 102px;
    height: 102px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .ta-video-btn__white {
    width: 80px;
    height: 80px;
    font-size: 16px;
  }
}
@media (max-width: 475px) {
  .ta-video-btn__white {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}
.ta-video-btn__white::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 182px;
  height: 182px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  left: -15px;
  top: -15px;
}
@media (max-width: 1199px) {
  .ta-video-btn__white::after {
    width: 132px;
    height: 132px;
  }
}
@media (max-width: 991px) {
  .ta-video-btn__white::after {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 475px) {
  .ta-video-btn__white::after {
    width: 65px;
    height: 65px;
    left: -7.5px;
    top: -7.5px;
  }
}

.ta-dual-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575px) {
  .ta-dual-buttons {
    gap: 10px;
  }
}
.ta-dual-buttons__style-app2 a {
  border: 1px solid #3a3e44;
  border-radius: 10px;
}
.ta-dual-buttons img {
  border-radius: 0px !important;
}

.ta-download-btn img {
  max-width: 210px;
}
@media (max-width: 1199px) {
  .ta-download-btn img {
    max-width: 140px;
  }
}

.ta-inline-btn {
  color: var(--black-color);
  font-family: var(--primary-font);
  font-weight: 400;
}
.ta-inline-btn i {
  margin-left: 10px;
}
.ta-inline-btn__white {
  color: #ffffff;
}

[data-ta-btnHover] {
  position: relative;
  overflow: hidden;
}
[data-ta-btnHover] [data-ta-el] {
  z-index: -1;
  background: linear-gradient(268.3deg, #3722ff 22.36%, #fc31f8 62.44%, #ffca3e 98.45%);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.7s;
  position: absolute;
}
[data-ta-btnHover]:hover [data-ta-el] {
  width: 350px;
  height: 350px;
  z-index: 1;
}

.ta-zoom-btn {
  width: 60px;
  height: 60px;
  background: #ffffff;
  color: #020014;
  border-radius: 50%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
@media (max-width: 767px) {
  .ta-zoom-btn {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}
.ta-zoom-btn:hover {
  background: #020014;
  color: #ffffff;
}

.ta-btnReadMore {
  background: #020014;
  border-radius: 5px;
  font-family: var(--primary-font);
  color: #ffffff;
  padding: 9px 33px;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.ta-btnReadMore .ta-text {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.ta-btnReadMore::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(265.88deg, #2E20FF 56.98%, #963BE9 77.28%, #FF56D2 97.93%);
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
}
.ta-btnReadMore i {
  margin-left: 5px;
  transform: rotate(-45deg);
  transition: 0.4s;
  position: relative;
  z-index: 1;
}
.ta-btnReadMore:hover {
  color: #ffffff;
}
.ta-btnReadMore:hover i {
  transform: rotate(0deg);
}
.ta-btnReadMore:hover::after {
  opacity: 1;
  visibility: visible;
}

.checkout-button {
  width: 100%;
  font-weight: 600;
  font-size: 14px;
}

/* all button css end */
/* scroll css start */
.ta-scroll-wrapper {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.ta-scroll-wrapper img {
  animation: down 1000ms infinite alternate;
}
.ta-scroll-wrapper span {
  font-size: 20px;
  font-family: var(--primary-font);
}
@media (max-width: 1199px) {
  .ta-scroll-wrapper span {
    font-size: 18px;
  }
}

/* scroll css end */
.search-popup-wrapper {
  position: fixed;
  top: 0;
  height: 0%;
  width: 100%;
  padding: 3%;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  background: #232323;
}
.search-popup-wrapper .close-button {
  position: absolute;
  right: 60px;
  top: 30px;
  font-size: 22px;
  line-height: 100%;
  padding: 0;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 18px;
  width: 45px;
  height: 45px;
  background: #f6fe84;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #020014;
}
.search-popup-wrapper .close-button:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.search-popup-wrapper .inner-wrapper {
  flex: auto;
}
.search-popup-wrapper .ta-search-box {
  max-width: 800px;
  margin: 0 auto;
  border: none;
  position: relative;
}
.search-popup-wrapper .ta-search-box::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  height: 1px;
  top: auto;
  bottom: 0;
  transition: transform 0.52s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.4s;
  transform: scaleX(0);
  transform-origin: left;
}
.search-popup-wrapper .ta-search-box button {
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 2px));
  -ms-transform: translateY(calc(-50% + 2px));
  transform: translateY(calc(-50% + 2px));
}
.search-popup-wrapper .ta-search-box button::after {
  top: 1px;
  height: 24px;
  display: none;
}
.search-popup-wrapper input {
  padding: 20px 0px;
  font-size: 22px;
  padding-right: 50px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #444444;
  border-radius: 0px;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 575px) {
  .search-popup-wrapper input {
    padding-right: 20px;
    font-size: 16px;
  }
}
.search-popup-wrapper input::placeholder {
  font-size: 22px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .search-popup-wrapper input::placeholder {
    font-size: 16px;
  }
}
.search-popup-wrapper.is-open {
  opacity: 1;
  visibility: visible;
  height: 400px;
}
.search-popup-wrapper.is-open .ta-search-box::after {
  transform: scaleX(1);
}

/* owl nav css start */
.ta-owl-nav .owl-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ta-owl-nav .owl-nav div {
  z-index: 2;
  font-size: 16px;
  color: #1B1B1B;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #ffffff;
  box-shadow: 0px 8px 12px rgba(55, 66, 103, 0.1);
  border: 1px solid #f2f2f2;
  border-radius: 50%;
}
.ta-owl-nav .owl-nav div:hover {
  color: #ffffff;
  background: #1B1B1B;
}
.ta-owl-nav__top-right .owl-nav {
  position: absolute;
  right: 0;
  top: -115px;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .ta-owl-nav__top-right .owl-nav {
    position: static;
    justify-content: center;
    margin-top: 30px;
  }
}
.ta-owl-nav__top-right--top-60 .owl-nav {
  top: -100px;
}
.ta-owl-nav__middle .owl-nav div {
  left: 30px;
  position: absolute;
  top: 50%;
  translate: 0px -50%;
}
.ta-owl-nav__middle .owl-nav .owl-next {
  left: auto;
  right: 30px;
}

.ta-owl-dots .owl-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 55px;
}
.ta-owl-dots .owl-dots div {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f0f1fd;
}
.ta-owl-dots .owl-dots div.active {
  background: #696ef3;
  width: 28px;
  border-radius: 40px;
}

/* owl nav css end */
/* social link css start */
.ta-social-links a {
  color: #1B1B1B;
}
.ta-social-links a:not(:last-child) {
  margin-right: 20px;
}
.ta-social-links a:hover {
  color: #696ef3;
}
.ta-social-links__self-bg a {
  width: 40px;
  height: 40px;
  border: 1px solid #f7f7f8;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ta-social-links__self-bg a:not(:last-child) {
  margin-right: 10px;
}
.ta-social-links__self-bg a.fb {
  color: #3b5998;
}
.ta-social-links__self-bg a.fb:hover {
  background: #3b5998;
}
.ta-social-links__self-bg a.tw {
  color: #1da1f2;
}
.ta-social-links__self-bg a.tw:hover {
  background: #1da1f2;
}
.ta-social-links__self-bg a.in {
  color: #e1306c;
}
.ta-social-links__self-bg a.in:hover {
  background: #e1306c;
}
.ta-social-links__self-bg a.ln {
  color: #0077b5;
}
.ta-social-links__self-bg a.ln:hover {
  background: #0077b5;
}
.ta-social-links__self-bg a.pn {
  color: #bd081c;
}
.ta-social-links__self-bg a.pn:hover {
  background: #bd081c;
}
.ta-social-links__self-bg a.yt {
  color: #ff0000;
}
.ta-social-links__self-bg a.yt:hover {
  background: #ff0000;
}
.ta-social-links__self-bg a:hover {
  color: #ffffff;
}
.ta-social-links__style-2 {
  flex-wrap: wrap;
}
.ta-social-links__style-2 a {
  width: 50px;
  height: 50px;
  border: 1px solid #e9e9e9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-top: 10px;
}
@media (max-width: 1300px) {
  .ta-social-links__style-2 a {
    font-size: 14px;
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 1199px) {
  .ta-social-links__style-2 a {
    width: 40px;
    height: 40px;
  }
}
.ta-social-links__style-2 a:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .ta-social-links__style-2 a:not(:last-child) {
    margin-right: 10px;
  }
}
.ta-social-links__style-2 a:hover {
  color: #ffffff;
  background: #696ef3;
}
.ta-social-links__style-ebook2 {
  gap: 12px;
}
.ta-social-links__style-ebook2 a {
  width: 40px;
  height: 40px;
  color: #ffffff;
  border: 1px solid #5930C7;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin: 0px !important;
}
.ta-social-links__style-ebook2 a:hover {
  background: #07c4ff;
  border-color: #07c4ff;
  color: #ffffff;
}

.ta-socialInfo-section .left-shape {
  left: 0;
  top: 5%;
}
@media (max-width: 1199px) {
  .ta-socialInfo-section .left-shape {
    display: none;
  }
}
.ta-socialInfo-section .left-shape__2 {
  top: 8%;
  left: auto;
  right: 0;
}

.ta-socialInfo-box {
  padding: 45px 30px;
  box-shadow: 0px 14px 14px rgba(178, 186, 197, 0.26);
  border-radius: 10px;
  background: #ffffff;
  padding-top: 50px;
}
@media (max-width: 1599px) {
  .ta-socialInfo-box {
    padding: 45px 18px;
  }
}
.ta-socialInfo-box .ta-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 75px;
}
.ta-socialInfo-box .ta-title {
  font-weight: 700;
  font-size: 16px;
  font-family: "Syne", sans-serif;
}

/* social link css end */
.ta-nft-hero-section {
  padding-top: 235px;
}
@media (max-width: 991px) {
  .ta-nft-hero-section {
    padding-top: 150px;
  }
}
@media (max-width: 475px) {
  .ta-nft-hero-section .ta-scroll-wrapper {
    margin-top: 90px;
  }
}
@media (max-width: 991px) {
  .ta-nft-hero-section .ta-scroll-wrapper {
    order: 2;
  }
}

@media (max-width: 991px) {
  .ta-nft-hero-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .nft-cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
    margin-top: 50px;
    order: 2;
  }
}
.nft-cards .ta-item {
  position: relative;
  width: max-content;
}
@media (max-width: 991px) {
  .nft-cards .ta-item {
    position: static !important;
    max-width: 50%;
    width: 100%;
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translate(0px, 0px) !important;
  }
}
@media (max-width: 575px) {
  .nft-cards .ta-item {
    max-width: 47%;
  }
}
@media (max-width: 475px) {
  .nft-cards .ta-item {
    max-width: 100%;
  }
}
.nft-cards .ta-item__1 {
  left: 40px;
}
@media (max-width: 1300px) {
  .nft-cards .ta-item__1 {
    left: 0px;
  }
}
@media (max-width: 1199px) {
  .nft-cards .ta-item__1 {
    left: 10px;
  }
}
.nft-cards .ta-item__2 {
  right: 40px;
  top: 0;
}
@media (max-width: 1300px) {
  .nft-cards .ta-item__2 {
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .nft-cards .ta-item__2 {
    right: 50px;
  }
}
.nft-cards .ta-item__3 {
  left: 140px;
  bottom: 4%;
}
@media (max-width: 1300px) {
  .nft-cards .ta-item__3 {
    left: 40px;
  }
}
@media (max-width: 1199px) {
  .nft-cards .ta-item__3 {
    left: 0px;
  }
}
.nft-cards .ta-item__4 {
  right: 10%;
  bottom: 4%;
}
@media (max-width: 1300px) {
  .nft-cards .ta-item__4 {
    right: 30px;
  }
}
@media (max-width: 1199px) {
  .nft-cards .ta-item__4 {
    right: 60px;
  }
}
.nft-cards .ta-item:nth-child(2n) .ta-content {
  left: auto;
  right: -140px;
}
@media (max-width: 1599px) {
  .nft-cards .ta-item:nth-child(2n) .ta-content {
    right: -40px;
  }
}
@media (max-width: 1199px) {
  .nft-cards .ta-item:nth-child(2n) .ta-content {
    right: -60px;
  }
}
.nft-cards .ta-thumb {
  max-height: 247px;
  box-shadow: 0px 16px 27px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
}
@media (max-width: 1599px) {
  .nft-cards .ta-thumb {
    max-height: 227px;
  }
}
@media (max-width: 1199px) {
  .nft-cards .ta-thumb {
    max-height: 200px;
  }
}
@media (max-width: 991px) {
  .nft-cards .ta-thumb {
    box-shadow: none;
  }
}
.nft-cards .ta-thumb video,
.nft-cards .ta-thumb img {
  max-width: 207px;
  min-height: 247px;
  border-radius: 10px;
  object-fit: cover;
}
@media (max-width: 1599px) {
  .nft-cards .ta-thumb video,
.nft-cards .ta-thumb img {
    max-width: 187px;
    min-height: 227px;
    max-height: 227px;
  }
}
@media (max-width: 1199px) {
  .nft-cards .ta-thumb video,
.nft-cards .ta-thumb img {
    max-width: 160px;
    min-height: 200px;
    max-height: 200px;
  }
}
@media (max-width: 575px) {
  .nft-cards .ta-thumb video,
.nft-cards .ta-thumb img {
    max-width: 100px;
    min-height: 120px;
    max-height: 120px;
  }
}
@media (max-width: 475px) {
  .nft-cards .ta-thumb video,
.nft-cards .ta-thumb img {
    max-width: 130px;
    min-height: 150px;
    max-height: 150px;
  }
}
.nft-cards .ta-content {
  background: #ffffff;
  border-radius: 35px;
  padding: 10px;
  padding-right: 40px;
  bottom: 15px;
  left: -150px;
}
@media (max-width: 1599px) {
  .nft-cards .ta-content {
    left: -90px;
  }
}
@media (max-width: 1300px) {
  .nft-cards .ta-content {
    bottom: -45px !important;
    left: -25px !important;
    min-width: 230px !important;
    right: 0px !important;
  }
}
@media (max-width: 1199px) {
  .nft-cards .ta-content {
    padding-right: 20px;
    left: -60px;
  }
}
@media (max-width: 991px) {
  .nft-cards .ta-content {
    position: static !important;
    width: max-content;
    margin-top: 20px;
    min-width: 195px !important;
  }
}
@media (max-width: 575px) {
  .nft-cards .ta-content {
    width: max-content;
    box-shadow: 0px 16px 27px rgba(0, 0, 0, 0.14);
  }
}
.nft-cards .ta-author-content {
  width: calc(100% - 60px);
}
.nft-cards .ta-title {
  font-size: 15px;
  font-weight: 600;
  color: #1B1B1B;
  font-family: var(--primary-font);
}
@media (max-width: 1199px) {
  .nft-cards .ta-title {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .nft-cards .ta-title {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .nft-cards .ta-price {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .nft-cards .ta-price {
    font-size: 11px;
  }
}
.nft-cards .ta-author-thumb {
  border-radius: 50%;
}
.nft-cards .ta-author-thumb img {
  border-radius: 50%;
}
@media (max-width: 575px) {
  .nft-cards .ta-author-thumb img {
    max-width: 30px;
  }
}

.ta-price {
  color: #A7A7A7;
  font-weight: 700;
  font-family: var(--primary-font);
  font-size: 12px;
}
.ta-price strong {
  color: #1B1B1B;
}

.ta-hero-content .ta-title {
  font-size: 65px;
  font-family: var(--primary-font);
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .ta-hero-content .ta-title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .ta-hero-content .ta-title {
    font-size: 45px;
  }
  .ta-hero-content .ta-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .ta-hero-content .ta-title {
    font-size: 40px;
  }
}
@media (max-width: 475px) {
  .ta-hero-content .ta-title {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
.ta-hero-content p {
  font-size: 20px;
  line-height: 1.5;
  font-family: var(--primary-font);
}
@media (max-width: 1199px) {
  .ta-hero-content p {
    font-size: 18px;
  }
}
@media (max-width: 475px) {
  .ta-hero-content p {
    font-size: 16px;
  }
  .ta-hero-content p br {
    display: none;
  }
}
@media (max-width: 475px) {
  .ta-hero-content .ta-button__nft {
    margin-top: 35px;
  }
}

.ta-featured-lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.ta-featured-lists .ta-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.ta-featured-lists .ta-item__2 .ta-icon {
  background: #ffdad8;
}
.ta-featured-lists .ta-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #cfdffe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ta-featured-lists .ta-content {
  width: calc(100% - 60px);
}
.ta-featured-lists .ta-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #020014;
  font-family: "Syne", sans-serif;
}

.ta-app-hero-section {
  padding-top: 265px;
}
@media (max-width: 1599px) {
  .ta-app-hero-section {
    padding-top: 210px;
  }
}
@media (max-width: 1399px) {
  .ta-app-hero-section {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .ta-app-hero-section {
    padding-top: 150px;
    padding-bottom: 75px;
  }
}
.ta-app-hero-section .ta-title {
  font-size: 73px;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  color: #020014;
  letter-spacing: -0.03em;
  line-height: 1.25;
}
@media (max-width: 1399px) {
  .ta-app-hero-section .ta-title {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .ta-app-hero-section .ta-title {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .ta-app-hero-section .ta-title {
    font-size: 40px;
  }
  .ta-app-hero-section .ta-title br {
    display: inline-block;
  }
}
.ta-app-hero-section .ta-title .ta-gradient {
  background: linear-gradient(242deg, #ADF7DE 0%, #FFF387 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Syne", sans-serif;
}
.ta-app-hero-section .ta-title .ta-appGradient__2 {
  background: linear-gradient(265.88deg, #FF56D2 56.98%, #963BE9 77.28%, #2E20FF 97.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ta-app-hero-section .left-shape {
  left: 0;
  z-index: -1;
}
@media (max-width: 1599px) {
  .ta-app-hero-section .left-shape {
    width: 80px;
  }
}
@media (max-width: 1399px) {
  .ta-app-hero-section .left-shape {
    width: 65px;
  }
}
.ta-app-hero-section .left-shape__1 {
  top: 150px;
}
.ta-app-hero-section .left-shape__2 {
  bottom: 40px;
}
.ta-app-hero-section .side-shape {
  right: 0;
  top: -40px;
  z-index: -1;
}
@media (max-width: 1599px) {
  .ta-app-hero-section .side-shape {
    top: 0;
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .ta-app-hero-section .side-shape {
    width: 80%;
  }
}
.ta-app-hero-section .shape-phone {
  top: 160px;
  right: 30px;
  animation: tfupdown 1.2s ease-in-out infinite alternate;
}
@media (max-width: 1599px) {
  .ta-app-hero-section .shape-phone {
    right: 0px;
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .ta-app-hero-section .shape-phone {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .ta-app-hero-section .shape-phone {
    position: static !important;
    width: 85%;
    margin-top: 40px;
    padding: 0px 30px;
  }
}
@media (max-width: 475px) {
  .ta-app-hero-section .shape-phone {
    width: 100%;
    padding: 0px 15px;
  }
}
.ta-app-hero-section p {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 20px;
  color: #020014;
}
@media (max-width: 1199px) {
  .ta-app-hero-section p {
    font-size: 16px;
  }
}

.ta-suppli-hero-section {
  padding-top: 300px;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1599px) {
  .ta-suppli-hero-section {
    padding-top: 245px;
  }
}
@media (max-width: 991px) {
  .ta-suppli-hero-section {
    padding-top: 225px;
  }
}
.ta-suppli-hero-section::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #181818;
  opacity: 0.7;
  z-index: -1;
}
.ta-suppli-hero-section .ta-shape-bg {
  height: 100%;
  z-index: -1;
}
.ta-suppli-hero-section .ta-shape-bg img {
  width: 100%;
}
.ta-suppli-hero-section .ta-shape-bg__1 {
  top: 0;
  left: 0;
  width: 30%;
}
.ta-suppli-hero-section .ta-shape-bg__2 {
  bottom: 0;
  right: 0;
  width: 70%;
}
@media (max-width: 767px) {
  .ta-suppli-hero-section .ta-shape-bg__2 {
    width: 100%;
  }
}
.ta-suppli-hero-section .ta-half-bg {
  position: absolute;
  width: 50%;
  background: #232323;
  top: 145px;
  left: 0;
  height: 100%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .ta-suppli-hero-section .ta-half-bg {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .ta-suppli-hero-section .ta-half-bg {
    width: 95%;
  }
}
@media (max-width: 575px) {
  .ta-suppli-hero-section .ta-half-bg {
    width: 100%;
  }
}
.ta-suppli-hero-section .ta-title {
  font-size: 60px;
  font-family: var(--primary-font);
  letter-spacing: -0.02em;
  font-weight: 800;
}
@media (max-width: 1599px) {
  .ta-suppli-hero-section .ta-title {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .ta-suppli-hero-section .ta-title {
    font-size: 46px;
  }
}
@media (max-width: 575px) {
  .ta-suppli-hero-section .ta-title {
    font-size: 36px;
  }
}
.ta-suppli-hero-section .ta-title .ta-yellow {
  font-family: var(--primary-font);
  color: #f6fe84;
  display: block;
}
.ta-suppli-hero-section .ta-hero-content {
  position: relative;
  z-index: 2;
}
@media (max-width: 1599px) {
  .ta-suppli-hero-section .ta-hero-content {
    padding-bottom: 115px;
  }
}
@media (max-width: 1199px) {
  .ta-suppli-hero-section .ta-hero-content {
    padding-bottom: 50px;
  }
}
.ta-suppli-hero-section .ta-hero-content p {
  font-size: 24px;
  font-family: var(--primary-font);
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 767px) {
  .ta-suppli-hero-section .ta-hero-content p {
    font-size: 18px;
  }
}
.ta-suppli-hero-section .ta-featured-lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  max-width: 70%;
}
@media (max-width: 1599px) {
  .ta-suppli-hero-section .ta-featured-lists {
    max-width: 71%;
  }
}
@media (max-width: 1199px) {
  .ta-suppli-hero-section .ta-featured-lists {
    max-width: 65%;
  }
}
.ta-suppli-hero-section .ta-featured-lists li {
  color: #CDCDCD;
  font-size: 18px;
  max-width: 210px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  width: 100%;
}
.ta-suppli-hero-section .ta-featured-lists li i {
  color: #f6fe84;
}
.ta-suppli-hero-section .ta-dual-buttons {
  gap: 20px;
}
.ta-suppli-hero-section .ta-button {
  padding: 12px 40px;
}
@media (max-width: 575px) {
  .ta-suppli-hero-section .ta-button {
    padding: 12px 25px;
  }
}
.ta-suppli-hero-section .ta-shape-star {
  right: 5%;
  top: 25%;
}
@media (max-width: 767px) {
  .ta-suppli-hero-section .ta-shape-star {
    top: 10%;
    z-index: 2;
    width: 80px;
  }
}
.ta-suppli-hero-section .ta-shape {
  bottom: 55px;
  z-index: 2;
}
@media (max-width: 1599px) {
  .ta-suppli-hero-section .ta-shape {
    width: 45%;
  }
}
@media (max-width: 1199px) {
  .ta-suppli-hero-section .ta-shape {
    width: 65%;
    top: 15%;
  }
}
@media (max-width: 767px) {
  .ta-suppli-hero-section .ta-shape {
    width: 95%;
  }
}
.ta-suppli-hero-section .ta-thumb {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
}
.ta-suppli-hero-section .ta-thumb img {
  width: 100%;
}
@media (max-width: 1199px) {
  .ta-suppli-hero-section .ta-thumb img {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .ta-suppli-hero-section .ta-thumb img {
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .ta-suppli-hero-section .ta-thumb img {
    max-width: 95%;
  }
}

.ta-price-wrapper .ta-price {
  font-family: var(--primary-font);
  color: #000;
  font-size: 26px;
  font-weight: 700;
}
.ta-price-wrapper .ta-price span {
  font-weight: 400;
  color: #CDCDCD;
  margin-left: 20px;
  font-family: var(--primary-font);
  position: relative;
}
.ta-price-wrapper .ta-price span::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  top: 50%;
  translate: 0, -50%;
  background: #CDCDCD;
}
.ta-price-wrapper .ta-price del {
  color: #CDCDCD;
  text-decoration: none !important;
}

.ta-ebook-hero-section {
    padding-top: 95px;
    background: url(../../images/banner.jpg);
    max-width: 100%;
    min-height: 100vh;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;

}

.ta-ebook-hero-section::before {
    content: '';
    width: 50%;
    height: 100%;
    background: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    border-top: 86px solid var(--white-color);
}


@media (max-width: 475px) {
  .ta-ebook-hero-section {
    padding-top: 150px;
  }
}
.ta-ebook-hero-section .ta-shape__1 {
  left: 40px;
  top: 30%;
}
@media (max-width: 1199px) {
  .ta-ebook-hero-section .ta-shape__1 {
    left: 30px;
    top: 15%;
  }
}
@media (max-width: 575px) {
  .ta-ebook-hero-section .ta-shape__1 {
    left: 10px;
    top: 13%;
  }
}
@media (max-width: 575px) {
  .ta-ebook-hero-section .ta-shape__1 img {
    width: 50%;
  }
}
.ta-ebook-hero-section .ta-shape__2 {
  right: -50px;
  top: 0;
}
@media (max-width: 1599px) {
  .ta-ebook-hero-section .ta-shape__2 {
    right: -20px;
  }
}
@media (max-width: 575px) {
  .ta-ebook-hero-section .ta-shape__2 img {
    width: 50%;
  }
}
.ta-ebook-hero-section .ta-shape__3 {
  top: auto;
  bottom: -50px;
  right: 50px;
}
@media (max-width: 1599px) {
  .ta-ebook-hero-section .ta-shape__3 {
    right: 5px;
  }
}
@media (max-width: 575px) {
  .ta-ebook-hero-section .ta-shape__3 {
    bottom: -30px;
    right: -20px;
  }
  .ta-ebook-hero-section .ta-shape__3 img {
    width: 50%;
  }
}
.ta-ebook-hero-section .ta-title {
  font-size: 86px;
  font-family: var(--primary-font);
  font-weight: 600;
  color: var(--secondary-color);
}
@media (max-width: 1199px) {
  .ta-ebook-hero-section .ta-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .ta-ebook-hero-section .ta-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .ta-ebook-hero-section .ta-title {
    font-size: 40px;
  }
}
.ta-ebook-hero-section .ta-title .ta-thin {
  font-weight: 300;
  font-family: var(--primary-font);
  color: var(--secondary-color);
}
.ta-ebook-hero-section p {
  font-size: 16px;
  line-height: 1.8;
    font-family: var(--primary-font);
}
@media (max-width: 575px) {
  .ta-ebook-hero-section p br {
    display: none;
  }
}
.ta-ebook-hero-section .ta-author {
  font-size: 18px;
  color: var(--black-color);
  font-weight: 700;
}
.ta-ebook-hero-section .ta-author i {
  color: var(--secondary-color);
  margin-right: 8px;
}
.ta-ebook-hero-section .ta-author strong {
  text-transform: capitalize;
  color: var(--secondary-color);
  margin-left: 6px;
}
.ta-ebook-hero-section .ta-price {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 40px;
}
@media (max-width: 1199px) {
  .ta-ebook-hero-section .ta-price {
    font-size: 30px;
  }
}
.ta-ebook-hero-section .ta-price del {
  color: var(--secondary-color);
}
.ta-ebook-hero-section .ta-price del span {
  font-size: 25px;
  font-weight: 600;
  color: var(--secondary-color);
  font-family: var(--primary-font);
  opacity: 0.4;
  z-index: 1;
  top: -6px;
}
@media (max-width: 1199px) {
  .ta-ebook-hero-section .ta-price del span {
    margin-left: 10px;
    font-size: 20px;
    top: 0px;
  }
}
.ta-ebook-hero-section .ta-price del span::after {
  background: var(--secondary-color);
  height: 2px;
  z-index: -1;
}
.ta-ebook-hero-section .ta-hero-img-wrapper .ta-thumb {
  position: relative;
  z-index: 1;
  filter: drop-shadow(34px 32px 16px rgba(0, 0, 0, 0.14));
}
@media (max-width: 1199px) {
  .ta-ebook-hero-section .ta-hero-img-wrapper .ta-thumb img {
    max-width: 80%;
  }
}
.ta-ebook-hero-section .ta-hero-img-wrapper .ta-thumb .ta-shape {
  width: auto;
  height: auto;
  z-index: -1;
}
.ta-ebook-hero-section .ta-hero-img-wrapper .ta-shape {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .ta-ebook-hero-section .ta-dual-buttons {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .ta-ai-hero-section .ta-aiInner-wrapper {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}
.ta-ai-hero-section .ta-heading {
  font-size: 61px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .ta-ai-hero-section .ta-heading {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .ta-ai-hero-section .ta-heading {
    font-size: 36px;
  }
}
.ta-ai-hero-section p {
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 475px) {
  .ta-ai-hero-section p br {
    display: none;
  }
}
.ta-ai-hero-section .ta-thumb {
  position: relative;
  z-index: 2;
  animation: tfupdown 2s ease-in-out infinite alternate;
}
@media (max-width: 991px) {
  .ta-ai-hero-section .ta-thumb {
    margin-top: 80px;
  }
  .ta-ai-hero-section .ta-thumb img {
    max-width: 50%;
  }
}
@media (max-width: 475px) {
  .ta-ai-hero-section .ta-thumb img {
    max-width: 80%;
  }
}
.ta-ai-hero-section .ta-border__bottom::after, .ta-ai-hero-section .ta-border__bottom::before {
  display: none;
}
.ta-ai-hero-section .ta-border__left::after {
  top: auto;
  bottom: 0px;
}
.ta-ai-hero-section .ta-border__right::after {
  top: auto;
  bottom: 0px;
}

.ta-app2-hero-section {
  padding-top: 250px;
}
.ta-app2-hero-section .ta-heading {
  font-size: 85px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
@media (max-width: 1199px) {
  .ta-app2-hero-section .ta-heading {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .ta-app2-hero-section .ta-heading {
    font-size: 50px;
  }
}
@media (max-width: 475px) {
  .ta-app2-hero-section .ta-heading {
    font-size: 40px;
  }
}
.ta-app2-hero-section p {
  font-size: 14px;
  font-family: var(--primary-font);
  color: #959595;
}
.ta-app2-hero-section .ta-inline-btn {
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  position: relative;
}
.ta-app2-hero-section .ta-inline-btn::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  background: #ffffff;
  bottom: 6px;
  top: auto;
}
.ta-app2-hero-section .ta-thumb {
  text-align: center;
  margin: 0 auto;
  animation: none;
  background-size: contain;
}
.ta-app2-hero-section .ta-thumb img {
  animation: tfupdown 0.8s infinite alternate;
  translate: -55px 0px;
}
.ta-app2-hero-section .ta-cercle-shape {
  left: 50%;
  translate: -50% 0px;
  bottom: 0;
}
.ta-app2-hero-section .ta-shape {
  left: 50%;
  translate: -50% 0px;
  bottom: 10%;
  width: 100%;
}
@media (max-width: 475px) {
  .ta-app2-hero-section .ta-shape {
    bottom: 20%;
  }
}
.ta-app2-hero-section .ta-shape img {
  width: 100%;
}
.ta-app2-hero-section .ta-dot-shape__1 {
  left: 14%;
  top: 45%;
}
.ta-app2-hero-section .ta-dot-shape__2 {
  right: 10%;
  top: 85%;
}
@media (max-width: 1199px) {
  .ta-app2-hero-section .ta-thumb img {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .ta-app2-hero-section .ta-thumb img {
    max-width: 80%;
  }
}

.ta-ico-hero-section .ta-shape__1 {
  left: 60px;
  top: 110px;
}
.ta-ico-hero-section .ta-shape__2 {
  left: 70px;
  bottom: 110px;
}
.ta-ico-hero-section .ta-shape__3 {
  right: 70px;
  top: 110px;
}
.ta-ico-hero-section .ta-shape__4 {
  right: 60px;
  bottom: 110px;
}
@media (max-width: 1599px) {
  .ta-ico-hero-section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .ta-ico-hero-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 90px;
  }
}
@media (max-width: 575px) {
  .ta-ico-hero-section {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 80px;
  }
}
.ta-ico-hero-section .ta-inner-wrapper {
  padding-top: 120px;
  padding-bottom: 270px;
}
@media (max-width: 1199px) {
  .ta-ico-hero-section .ta-inner-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .ta-ico-hero-section .ta-inner-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 220px;
  }
}
.ta-ico-hero-section .ta-heading {
  color: #ffffff;
  font-size: 85px;
  font-weight: 700;
}
@media (max-width: 1599px) {
  .ta-ico-hero-section .ta-heading {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .ta-ico-hero-section .ta-heading {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .ta-ico-hero-section .ta-heading {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .ta-ico-hero-section .ta-heading {
    font-size: 36px;
  }
}

.ta-skill-wrapper {
  max-width: 930px;
  margin: 0 auto;
}

.ta-heroSkill-item {
  position: relative;
}
.ta-heroSkill-item .top-infos li {
  max-width: 33.3333%;
  width: 100%;
  color: #AAABB2;
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .ta-heroSkill-item .top-infos li {
    font-size: 12px;
  }
}
.ta-heroSkill-item .top-infos li::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 2px;
  height: 14px;
  background: #ffffff;
  left: 50%;
  top: auto;
  bottom: -20px;
  translate: -50% 0px;
}
.ta-heroSkill-item p span {
  font-family: var(--primary-font);
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 767px) {
  .ta-heroSkill-item p span {
    font-size: 14px;
  }
}
.ta-heroSkill-item .bar-title h6 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 500;
  color: var(--black-color);
  display: inline-block;
  position: relative;
  z-index: 3;
}
.ta-heroSkill-item .progress {
  height: 14px;
  border-radius: 25px;
  overflow: visible;
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.ta-heroSkill-item .progress .ta-meta-info {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0px;
  z-index: 2;
  text-align: right;
  position: relative;
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
  margin-top: -39px;
}
.ta-heroSkill-item .progress .progress-bar {
  border-radius: 25px;
  background: linear-gradient(265.94deg, #3722ff 2.31%, #fc31f8 53.82%, #ffca3e 100.11%);
  overflow: visible;
  height: 6px;
  margin-left: 4px;
}

.ta-da-hero-section {
  padding-top: 375px;
  padding-bottom: 350px;
}
@media (max-width: 1199px) {
  .ta-da-hero-section {
    padding-top: 290px;
    padding-bottom: 250px;
  }
}
@media (max-width: 475px) {
  .ta-da-hero-section {
    padding-top: 140px;
  }
}
.ta-da-hero-section .video-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1199px) {
  .ta-da-hero-section .video-wrapper {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .ta-da-hero-section .video-wrapper {
    gap: 10px;
  }
  .ta-da-hero-section .video-wrapper .line-shape img {
    max-width: 50px;
  }
}
.ta-da-hero-section .video-wrapper .ta-text {
  font-size: 22px;
  font-family: var(--primary-font);
  font-weight: 500;
  color: #020014;
}
@media (max-width: 1199px) {
  .ta-da-hero-section .video-wrapper .ta-text {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .ta-da-hero-section .video-wrapper .ta-text {
    font-size: 16px;
  }
}
.ta-da-hero-section .ta-video-btn {
  width: 63px;
  height: 63px;
  font-size: 16px;
}
.ta-da-hero-section .ta-video-btn i {
  background: linear-gradient(41.99deg, #ff7464 9.21%, #3e49f3 82.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ta-da-hero-section .ta-heading {
  font-size: 60px;
  color: #010525;
}
@media (max-width: 1199px) {
  .ta-da-hero-section .ta-heading {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .ta-da-hero-section .ta-heading {
    font-size: 36px;
  }
}
@media (max-width: 475px) {
  .ta-da-hero-section .ta-heading {
    font-size: 30px;
  }
}
.ta-da-hero-section .ta-heading span {
  color: #010525;
}
.ta-da-hero-section .ta-heading span::before {
  top: -15px;
}
.ta-da-hero-section .ta-featured-lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 575px) {
  .ta-da-hero-section .ta-featured-lists {
    gap: 15px;
  }
}
.ta-da-hero-section .ta-featured-lists .ta-icon {
  width: 30px;
  height: 30px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(113, 102, 160, 0.08);
  margin-right: 14px;
}
@media (max-width: 1199px) {
  .ta-da-hero-section .ta-featured-lists .ta-icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}
.ta-da-hero-section .ta-featured-lists li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  color: #010525;
  max-width: 40%;
  width: 100%;
  font-family: var(--primary-font);
  font-size: 18px;
}
@media (max-width: 1199px) {
  .ta-da-hero-section .ta-featured-lists li {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .ta-da-hero-section .ta-featured-lists li {
    max-width: 46%;
  }
}
@media (max-width: 475px) {
  .ta-da-hero-section .ta-featured-lists li {
    max-width: 100%;
  }
}
.ta-da-hero-section .ta-hero-content {
  position: relative;
  z-index: 2;
}
.ta-da-hero-section .ta-thumb {
  right: 40px;
  bottom: 10%;
}
@media (max-width: 2400px) {
  .ta-da-hero-section .ta-thumb {
    right: 15%;
  }
}
@media (max-width: 2000px) {
  .ta-da-hero-section .ta-thumb {
    right: 40px;
  }
}
@media (max-width: 1599px) {
  .ta-da-hero-section .ta-thumb {
    right: 0px;
    text-align: right;
  }
  .ta-da-hero-section .ta-thumb img {
    max-width: 95%;
  }
}
@media (max-width: 1399px) {
  .ta-da-hero-section .ta-thumb img {
    width: 75%;
  }
}
@media (max-width: 1199px) {
  .ta-da-hero-section .ta-thumb {
    bottom: 25%;
  }
  .ta-da-hero-section .ta-thumb img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .ta-da-hero-section .ta-thumb {
    display: none;
  }
}
.ta-da-hero-section .ta-cloud__1 {
  left: 0;
  top: 30%;
  animation: down_10x 2s linear infinite;
}
@media (max-width: 991px) {
  .ta-da-hero-section .ta-cloud__1 {
    top: 25%;
  }
}
@media (max-width: 575px) {
  .ta-da-hero-section .ta-cloud__1 {
    top: 18%;
  }
}
@media (max-width: 475px) {
  .ta-da-hero-section .ta-cloud__1 {
    top: 7%;
  }
}
.ta-da-hero-section .ta-cloud__2 {
  left: 0%;
  bottom: 6%;
}
@media (max-width: 991px) {
  .ta-da-hero-section .ta-cloud__2 img {
    width: 150px;
  }
}
.ta-da-hero-section .ta-cloud__3 {
  left: 34%;
  bottom: 12%;
}
@media (max-width: 991px) {
  .ta-da-hero-section .ta-cloud__3 {
    left: auto;
    right: 5%;
  }
}
.ta-da-hero-section .ta-shape-bg {
  width: 100%;
}
@media (max-width: 2400px) {
  .ta-da-hero-section .ta-shape-bg img {
    height: 1925px;
    object-fit: cover;
    object-position: bottom;
  }
}
@media (max-width: 1199px) {
  .ta-da-hero-section .ta-shape-bg img {
    height: 1540px;
  }
}
@media (max-width: 1399px) {
  .ta-da-hero-section .col-xl-6 {
    width: 54%;
  }
}
@media (max-width: 991px) {
  .ta-da-hero-section .col-xl-6 {
    width: 100%;
  }
}

.ta-ebook2-hero-section {
  padding-top: 250px;
}
@media (max-width: 991px) {
  .ta-ebook2-hero-section {
    padding-top: 200px;
  }
}
@media (max-width: 991px) {
  .ta-ebook2-hero-section .ta-hero-content {
    margin-top: 50px;
  }
}
.ta-ebook2-hero-section .ta-hero-content .ta-title {
  font-family: var(--primary-font);
  font-weight: 400;
  line-height: 1.1;
}
.ta-ebook2-hero-section .ta-hero-content .ta-title span {
  font-family: var(--primary-font);
}
.ta-ebook2-hero-section .ta-hero-content .ta-title .ta-gradient {
  background: linear-gradient(104.55deg, #c582ef 8.88%, #2b93f3 65.59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
}
.ta-ebook2-hero-section .ta-author {
  color: #ffffff;
}
.ta-ebook2-hero-section .ta-author i {
  background: linear-gradient(84.45deg, #c582ef 1.22%, #2b93f3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ta-ebook2-hero-section .ta-author strong {
  color: #ffffff;
}
.ta-ebook2-hero-section .ta-price-wrapper .ta-price {
  font-family: var(--primary-font);
  color: #ffffff;
}
.ta-ebook2-hero-section .ta-price-wrapper .ta-price del span {
  color: #ffffff;
  opacity: 0.4;
  font-family: var(--primary-font);
}
.ta-ebook2-hero-section .ta-thumb img {
  filter: drop-shadow(37px 49px 60px rgba(65, 38, 139, 0.9));
  border-radius: 31px;
}
@media (max-width: 1399px) {
  .ta-ebook2-hero-section .ta-thumb img {
    max-width: 75% !important;
  }
}
@media (max-width: 991px) {
  .ta-ebook2-hero-section .ta-thumb img {
    max-width: 55% !important;
  }
}
@media (max-width: 575px) {
  .ta-ebook2-hero-section .ta-thumb img {
    max-width: 70% !important;
  }
}
.ta-ebook2-hero-section .ta-shape {
  max-width: auto;
  translate: 0% -10%;
}
.ta-ebook2-hero-section .ta-shape img {
  max-width: inherit;
}
@media (max-width: 1399px) {
  .ta-ebook2-hero-section .ta-shape img {
    max-width: 110%;
  }
}
@media (max-width: 991px) {
  .ta-ebook2-hero-section .ta-shape img {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .ta-ebook2-hero-section .ta-price-wrapper,
.ta-ebook2-hero-section .ta-dual-buttons {
    margin-top: 30px;
  }
}

/* brand css start */
.ta-nft-brand-section .owl-stage-outer {
  overflow: visible;
}

.ta-nft-brands-wrapper .ta-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 133px;
  padding: 20px;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  background: #ffffff;
}
.ta-nft-brands-wrapper .ta-item img {
  width: auto;
}

.ta-suppli-brands-wrapper .ta-item {
  min-height: 100px;
  padding: 0px;
  box-shadow: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ta-suppli-brands-wrapper .ta-item img {
  width: auto;
}

.ta-brandLists-ai {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ta-brandLists-ai .ta-item {
  width: 33.3333%;
  min-height: 170px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .ta-brandLists-ai .ta-item {
    width: 50%;
    min-height: 80px;
  }
}
@media (max-width: 475px) {
  .ta-brandLists-ai .ta-item {
    width: 100%;
    min-height: 70px;
  }
}
.ta-brandLists-ai .ta-item img {
  transition: 0.4s;
  filter: opacity(0.6);
}
.ta-brandLists-ai .ta-item:hover img {
  filter: opacity(1);
}
.ta-brandLists-ai .ta-shape {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .ta-brandLists-ai .ta-shape {
    display: none;
  }
}
.ta-brandLists-ai .ta-shape img {
  width: 100%;
  height: 100%;
}

.ta-app2-brands-wrapper .owl-stage-outer {
  overflow: visible;
}
.ta-app2-brands-wrapper .inner-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 210px;
}
.ta-app2-brands-wrapper .ta-item {
  background: #101010;
  border: 1px solid #3a3e44;
  border-radius: 20px;
  min-height: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .ta-app2-brands-wrapper .ta-item {
    min-height: 100px;
  }
}
.ta-app2-brands-wrapper .ta-item img {
  width: auto;
}
.ta-app2-brands-wrapper .owl-item:nth-child(even) .ta-item {
  min-height: 210px;
}
@media (max-width: 767px) {
  .ta-app2-brands-wrapper .owl-item:nth-child(even) .ta-item {
    min-height: 150px;
  }
}

.ta-brand-section-ico {
  position: relative;
}
.ta-brand-section-ico .ta-left-wrapper {
  position: relative;
  min-height: 460px;
  max-width: 425px;
}
@media (max-width: 1199px) {
  .ta-brand-section-ico .ta-left-wrapper {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .ta-brand-section-ico .ta-left-wrapper {
    min-height: 310px;
  }
}
.ta-brand-section-ico .ta-right-wrapper {
  margin: 0 0 0 auto;
}
@media (max-width: 1199px) {
  .ta-brand-section-ico .ta-right-wrapper {
    margin: 0 auto;
  }
}
.ta-brand-section-ico .ta-brand-item {
  width: auto;
  padding: 20px 30px;
  min-height: 70px;
  border-radius: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 16px 34px rgba(109, 121, 152, 0.13);
  background: #ffffff;
  position: absolute;
}
@media (max-width: 475px) {
  .ta-brand-section-ico .ta-brand-item {
    position: static;
    translate: 0px 0px !important;
  }
  .ta-brand-section-ico .ta-brand-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.ta-brand-section-ico .ta-brand-item__1 {
  left: 50%;
  translate: -50% 0px;
}
.ta-brand-section-ico .ta-brand-item__2 {
  top: 50%;
  translate: 0% -50%;
}
.ta-brand-section-ico .ta-brand-item__3 {
  right: 0;
  top: 50%;
  translate: 0% -50%;
}
.ta-brand-section-ico .ta-brand-item__4 {
  bottom: 0;
  left: 50%;
  translate: -50% 0px;
}
.ta-brand-section-ico .ta-brand-item__center {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  box-shadow: 0px 14px 16px rgba(47, 64, 106, 0.08);
  position: static;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1199px) {
  .ta-brand-section-ico .ta-brand-item__center {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.ta-brand-section-ico .ta-shape {
  left: 51%;
  top: 57%;
  translate: -50% -50%;
}
@media (max-width: 1199px) {
  .ta-brand-section-ico .ta-shape {
    display: none;
  }
}
.ta-brand-section-ico .ta-shape img {
  min-height: 390px;
}

.ta-brand-da-section .sub-heading {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--primary-font);
  letter-spacing: 0px;
}
@media (max-width: 575px) {
  .ta-brand-da-section .sub-heading {
    font-size: 18px;
  }
}
.ta-brand-da-section .ta-cloud {
  z-index: 1;
}
.ta-brand-da-section .ta-cloud__1 {
  left: 1%;
  bottom: -45%;
  animation: zoom 2s ease-in-out infinite;
}
.ta-brand-da-section .ta-cloud__2 {
  right: 0;
  bottom: 15%;
  animation: down_10x 1.5s ease-in-out infinite;
}
@media (max-width: 1399px) {
  .ta-brand-da-section .ta-cloud__2 img {
    max-width: 100px;
  }
}

.ta-brand-td-wrapper {
  background: #ffffff;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  position: relative;
  z-index: 1;
  padding: 27px 90px;
}
.ta-brand-td-wrapper .ta-item {
  min-height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ta-brand-td-wrapper .ta-item img {
  width: auto;
}
.ta-brand-td-wrapper .owl-nav div {
  left: -20px;
  width: 48px;
  height: 48px;
}
@media (max-width: 575px) {
  .ta-brand-td-wrapper .owl-nav div {
    left: 20px;
  }
}
.ta-brand-td-wrapper .owl-nav div:hover {
  background: #010525;
  border-color: #010525;
}
.ta-brand-td-wrapper .owl-nav div.owl-next {
  left: auto;
  right: -20px;
}
@media (max-width: 575px) {
  .ta-brand-td-wrapper .owl-nav div.owl-next {
    left: auto;
    right: 20px;
  }
}

@media (max-width: 1199px) {
  .ta-ai-brand-section .ta-section-heading {
    text-align: center;
    margin-bottom: 80px;
  }
}

/* brand css end */
/* video section css start */
.ta-nft-video-section {
  max-height: 790px;
}
@media (max-width: 1599px) {
  .ta-nft-video-section {
    max-height: 700px;
  }
}
@media (max-width: 767px) {
  .ta-nft-video-section {
    max-height: 500px;
  }
}
.ta-nft-video-section::before {
  z-index: 1;
}
.ta-nft-video-section video {
  max-height: 790px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1599px) {
  .ta-nft-video-section video {
    min-height: 700px;
    max-height: 700px;
  }
}
@media (max-width: 767px) {
  .ta-nft-video-section video {
    min-height: 500px;
    max-height: 500px;
  }
}
.ta-nft-video-section .shape {
  width: 100%;
  z-index: 1;
}
.ta-nft-video-section .shape img {
  width: 100%;
}
.ta-nft-video-section .shape__1 {
  top: -20px;
}
.ta-nft-video-section .shape__2 {
  bottom: -20px;
}
.ta-nft-video-section .ta-nft-gdbg {
  z-index: -1;
}
.ta-nft-video-section .ta-nft-gdbg__2 {
  background: #696ef3;
}
.ta-nft-video-section .ta-gd-shape {
  top: -50%;
  left: 50%;
  translate: -50% 0%;
}

.ta-suppli-video-section {
  min-height: 710px;
}
@media (max-width: 575px) {
  .ta-suppli-video-section {
    min-height: 550px;
  }
}

.ta-video-section-abtPage .container-fluid {
  max-width: 1525px;
}

/* video section css end */
/* join box css start */
.ta-join-us-section .ta-nft-gdbg img {
  height: auto;
}
@media (max-width: 1199px) {
  .ta-join-us-section .ta-nft-gdbg img {
    height: 100%;
  }
}

.ta-join-us-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ta-join-us-box .inner-wrapper {
  background: #ffffff;
  padding: 30px;
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .ta-join-us-box .inner-wrapper {
    padding: 50px;
    box-shadow: 0px 7px 13px rgba(44, 65, 97, 0.07);
  }
}
@media (max-width: 767px) {
  .ta-join-us-box .inner-wrapper {
    padding: 20px;
  }
}
.ta-join-us-box .count {
  font-size: 120px;
  font-family: var(--primary-font);
  display: block;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e6c3cf;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.02em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .ta-join-us-box .count {
    font-size: 80px;
    margin-top: 0px;
    margin-bottom: 40px;
  }
}
.ta-join-us-box .count__1 {
  -webkit-text-stroke-color: #d5e1d3;
}
.ta-join-us-box .count__2 {
  -webkit-text-stroke-color: #e3d8c4;
}
.ta-join-us-box .count__3 {
  -webkit-text-stroke-color: #e6d6d0;
}
.ta-join-us-box .count__4 {
  -webkit-text-stroke-color: #e6c3cf;
}
.ta-join-us-box .ta-title {
  font-size: 22px;
  font-weight: 500;
  font-family: var(--primary-font);
}
.ta-join-us-box p {
  font-size: 15px;
  font-family: var(--primary-font);
}
@media (max-width: 767px) {
  .ta-join-us-box__1, .ta-join-us-box__3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.ta-join-us-box__2 .inner-wrapper {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.ta-join-us-box__3 .inner-wrapper {
  border-right: 1px solid #e6e6e6;
}
.ta-join-us-box .ta-icon img {
  transition: transform 0.5s ease;
}
.ta-join-us-box:hover .ta-icon img {
  transform: scaleX(-1);
}
.ta-join-us-box:hover .count {
  animation: down 500ms ease-in-out infinite;
  color: linear-gradient(266.99deg, #02FC87 0.4%, #696EF3 99.2%);
  -webkit-text-stroke-color: var(--secondary-color);
}

/* join box css end */
/* count box css start */
.ta-counter-box .ta-title {
  font-size: 24px;
  font-family: var(--primary-font);
  color: #1B1B1B;
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .ta-counter-box .ta-title {
    font-size: 20px;
  }
}
.ta-counter-box span.odometer {
  text-align: center;
  font-size: 70px;
  font-weight: 700;
  font-family: var(--primary-font);
  letter-spacing: -0.02em;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e6e9e5;
  line-height: 100%;
}
@media (max-width: 991px) {
  .ta-counter-box span.odometer {
    font-size: 45px;
  }
}
.ta-counter-box .odometer-inside span {
  font-family: var(--primary-font);
  line-height: 100%;
}
.ta-counter-box .plus {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e6e9e5;
  font-size: 70px;
  font-weight: 700;
  font-family: var(--primary-font);
  letter-spacing: -0.02em;
}
@media (max-width: 991px) {
  .ta-counter-box .plus {
    font-size: 45px;
  }
}
.ta-counter-box__app {
  padding-left: 100px;
}
.ta-counter-box__app .counter-wrapper {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .ta-counter-box__app {
    padding-left: 50px;
  }
}
.ta-counter-box__app .odometer-inside span,
.ta-counter-box__app .plus,
.ta-counter-box__app span.odometer {
  font-size: 40px;
  font-family: var(--primary-font);
  color: #ffffff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-fill-color: currentColor;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.ta-counter-box__app .ta-title {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--primary-font);
  letter-spacing: 0.1em;
  margin-top: 5px;
}
.ta-counter-box__style-ebook {
  padding-left: 0px;
}
.ta-counter-box__style-ebook .ta-icon {
  width: 62px;
  height: 62px;
  border-radius: 7px;
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ta-counter-box__style-ebook .ta-wrapper {
  width: calc(100% - 82px);
}
.ta-counter-box__style-ebook .ta-title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 0px;
  color: var(--black-color);
  font-family: var(--primary-font);
}
.ta-counter-box__style-ebook .odometer-inside span,
.ta-counter-box__style-ebook .plus,
.ta-counter-box__style-ebook span.odometer {
  color: var(--secondary-color);
  font-size: 45px;
  font-family: var(--primary-font);
  -webkit-text-stroke-width: 0px;
  -webkit-text-fill-color: currentColor;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .ta-counter-box__style-ebook .odometer-inside span,
.ta-counter-box__style-ebook .plus,
.ta-counter-box__style-ebook span.odometer {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .ta-counter-box__da {
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .ta-counter-box__da {
    padding-left: 40px;
  }
}
.ta-counter-box__da .ta-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.17);
  border: 1px solid rgba(245, 245, 245, 0.05);
  box-shadow: 0px 17px 34px rgba(16, 5, 36, 0.12);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ta-counter-box__da .odometer-inside span,
.ta-counter-box__da .plus,
.ta-counter-box__da span.odometer {
  font-size: 48px;
  font-weight: 600;
  font-family: "Syne", sans-serif;
}
@media (max-width: 1199px) {
  .ta-counter-box__da .odometer-inside span,
.ta-counter-box__da .plus,
.ta-counter-box__da span.odometer {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .ta-counter-box__da .odometer-inside span,
.ta-counter-box__da .plus,
.ta-counter-box__da span.odometer {
    font-size: 28px;
  }
}
.ta-counter-box__da .ta-title {
  font-size: 18px;
  text-transform: capitalize;
  font-family: "Syne", sans-serif;
  margin-top: 15px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .ta-counter-box__da .ta-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ta-counter-box__da .ta-title {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .ta-counter-box__da.pl-115 {
    padding-left: 0px;
  }
}
@media (max-width: 575px) {
  .ta-counter-box__style-ebook2 {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .ta-counter-box__style-ebook2 .counter-wrapper {
    justify-content: center;
  }
}
.ta-counter-box__style-ebook2 .ta-icon {
  position: relative;
  z-index: 1;
}
.ta-counter-box__style-ebook2 .ta-icon::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 52px;
  height: 52px;
  background: linear-gradient(181.21deg, #4821B1 -31.93%, rgba(72, 33, 177, 0) 57.57%);
  z-index: -1;
  border-radius: 50%;
  top: -15px;
  left: -7px;
}
@media (max-width: 575px) {
  .ta-counter-box__style-ebook2 .ta-icon::after {
    left: 50%;
    translate: -70% 0px;
  }
}
.ta-counter-box__style-ebook2 .odometer-inside span,
.ta-counter-box__style-ebook2 .plus,
.ta-counter-box__style-ebook2 span.odometer {
  font-size: 40px;
  font-weight: 700;
  font-family: var(--primary-font);
  color: #ffffff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-fill-color: currentColor;
  letter-spacing: 0.8px;
}
.ta-counter-box__style-ebook2 .ta-title {
  font-size: 14px;
  font-family: var(--primary-font);
  margin-top: 5px;
  color: #CBBDEE;
  font-weight: 700;
}

.ta-app-counter-wrapper .ta-shape img {
  width: 100%;
  height: auto;
}
.ta-app-counter-wrapper .col-xl-3:not(:last-child) .ta-counter-box::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  right: -30px;
  top: auto;
  left: auto;
  height: 60px;
  width: 1px;
  background: #f5b937;
  bottom: 5px;
}
@media (max-width: 1199px) {
  .ta-app-counter-wrapper .col-xl-3:not(:last-child) .ta-counter-box::after {
    left: auto;
    right: 65px;
  }
}
@media (max-width: 991px) {
  .ta-app-counter-wrapper .col-xl-3:not(:last-child) .ta-counter-box::after {
    left: auto;
    right: 0px;
  }
}
@media (max-width: 1199px) {
  .ta-app-counter-wrapper .col-xl-3:nth-child(2) .ta-counter-box::after {
    display: none;
  }
}

/* count box css end */
.ta-count-section .ta-wrapper {
  background: #ffffff;
  border-radius: 20px;
}
@media (max-width: 1599px) {
  .ta-count-section .ta-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 575px) {
  .ta-count-section .ta-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ta-count-section .ta-heading {
  font-size: 30px;
}

.ta-count-box input {
  opacity: 0;
  visibility: hidden;
}
.ta-count-box .round {
  max-width: 140px;
  background: transparent;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .ta-count-box .round {
    text-align: center;
  }
}
.ta-count-box .ta-title {
  font-family: var(--primary-font);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.ta-count-box span {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--primary-font);
}
.ta-count-box canvas fil {
  background: red !important;
}
.ta-count-box__da {
  position: relative;
}
.ta-count-box__da .round {
  max-width: 100%;
}
.ta-count-box__da .ta-title {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .ta-count-box__da .ta-title {
    font-size: 18px;
    line-height: 26px;
  }
  .ta-count-box__da .ta-title br {
    display: none;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .ta-count-box__da .ta-title br {
    display: inline-block;
  }
}
@media (max-width: 575px) {
  .ta-count-box__da .ta-title {
    text-align: center;
  }
}
.ta-count-box__da input {
  opacity: 1;
  visibility: visible;
  font-family: var(--primary-font) !important;
  font-weight: 700 !important;
  font-size: 45px !important;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.6);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  min-width: 125px !important;
}
@media (max-width: 767px) {
  .ta-count-box__da input {
    font-size: 36px !important;
    margin-top: 60px !important;
  }
}
.ta-count-box__da .ta-shape {
  right: 30px;
  top: 100px;
}
@media (max-width: 767px) {
  .ta-count-box__da .ta-shape {
    display: none;
  }
}
.ta-count-box__da--2 .ta-shape {
  right: -30px;
}
@media (max-width: 1199px) {
  .ta-count-box__da--2 .ta-shape {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ta-count-box__da.pl-115 {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .ta-count-box__da.pl-60 {
    padding-left: 0px;
  }
}
.ta-count-box__da canvas {
  width: 190px !important;
  height: 190px !important;
}

.ta-da-counter-wrapper {
  border-radius: 28px;
  z-index: 1;
}
.ta-da-counter-wrapper::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ff7464 0%, #3e49f3 100%);
  border-radius: 28px;
  z-index: -1;
}
.ta-da-counter-wrapper .col-xl-4:not(:last-child) .ta-counter-box {
  padding-bottom: 20px;
}
.ta-da-counter-wrapper .col-xl-4:not(:last-child) .ta-counter-box::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  right: 0px;
  top: auto;
  left: auto;
  height: 100%;
  width: 2px;
  background: #ffffff;
  bottom: 0px;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .ta-da-counter-wrapper .col-xl-4:nth-child(2) .ta-counter-box::after {
    display: none;
  }
}

.knob {
  border-width: 2px !important;
}

.product__item .product__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* marquee css start */
.ta-marquee-nft .js-marquee {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ta-marquee-nft .ta-item {
  margin: 0 15px 0;
}
@media (max-width: 475px) {
  .ta-marquee-nft .ta-item {
    margin: 0 8px 0;
  }
}
@media (max-width: 991px) {
  .ta-marquee-nft .ta-item img {
    max-width: 200px;
  }
}
@media (max-width: 475px) {
  .ta-marquee-nft .ta-item img {
    max-width: 150px;
  }
}

@media (max-width: 1199px) {
  .ta-marquee-wrapper-suppli {
    padding-bottom: 30px;
  }
}

.ta-marquee-suppli {
  min-height: 180px;
}
@media (max-width: 1199px) {
  .ta-marquee-suppli {
    min-height: 130px;
  }
}
.ta-marquee-suppli .js-marquee {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ta-marquee-suppli .ta-item {
  margin: 0 80px 0;
}
.ta-marquee-suppli .ta-item:nth-child(even) .ta-title {
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}
.ta-marquee-suppli .ta-thumb {
  position: absolute;
  visibility: hidden;
  width: 388px;
  height: 388px;
  z-index: 1;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: -1;
  display: inline-block;
}
.ta-marquee-suppli .ta-thumb img {
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .ta-marquee-suppli .ta-thumb {
    width: 200px;
    height: 200px;
  }
}
.ta-marquee-suppli .ta-title {
  font-size: 120px;
  font-family: var(--primary-font);
  font-weight: 800;
  color: #ffffff;
  position: relative;
  display: inline-block;
  z-index: 1;
  letter-spacing: -0.01em;
}
@media (max-width: 1199px) {
  .ta-marquee-suppli .ta-title {
    font-size: 80px;
  }
}
.ta-marquee-suppli .ta-title:hover .ta-thumb {
  visibility: visible;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.ta-moving-line .js-marquee {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ta-moving-line .ta-item {
  margin: 0 50px 0;
}
.ta-moving-line .ta-item .ta-title {
  font-size: 110px;
  font-weight: 600;
  font-family: var(--primary-font);
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
@media (max-width: 1199px) {
  .ta-moving-line .ta-item .ta-title {
    font-size: 50px;
  }
}
.ta-moving-line .ta-item:nth-child(even) .ta-title {
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  text-shadow: 0px -6px 0px currentColor;
}

/* marquee css end */
/* collection-box css start */
.ta-collection-section {
  z-index: 1;
}
.ta-collection-section .shape {
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.ta-collection-section .shape img {
  width: 100%;
}

.ta-collection-box {
  box-shadow: 0px 7px 13px rgba(44, 65, 97, 0.07);
}
.ta-collection-box .ta-title {
  font-family: var(--primary-font);
  font-weight: 700;
}
@media (max-width: 767px) {
  .ta-collection-box .ta-title {
    font-size: 18px;
  }
}
@media (max-width: 475px) {
  .ta-collection-box .ta-title {
    font-size: 16px;
  }
}
.ta-collection-box .ta-thumb img {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
}
.ta-collection-box .ta-content {
  background: #ffffff;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
  padding: 40px 35px;
}
@media (max-width: 1599px) {
  .ta-collection-box .ta-content {
    padding: 30px 25px;
  }
}
.ta-collection-box .ta-price {
  font-size: 16px;
}
@media (max-width: 767px) {
  .ta-collection-box .ta-price {
    font-size: 15px;
  }
}
@media (max-width: 475px) {
  .ta-collection-box .ta-price {
    font-size: 14px;
  }
}

/* collection-box css end */
/* roadmap css start */
.ta-roadmap-box-wrapper {
  position: relative;
}
.ta-roadmap-box-wrapper .owl-stage-outer {
  overflow: visible;
}

.ta-roadmap-slider-wrapper {
  background: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 1;
}
@media (max-width: 767px) {
  .ta-roadmap-slider-wrapper {
    padding: 0px;
  }
}
.ta-roadmap-slider-wrapper::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90.62deg, #FFFFFF 23.14%, rgba(255, 255, 255, 0) 126.17%);
  width: 20%;
  left: auto;
  right: 0;
  z-index: 1;
  transform: rotate(-180deg);
}
@media (max-width: 767px) {
  .ta-roadmap-slider-wrapper::after {
    display: none;
  }
}
.ta-roadmap-slider-wrapper::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90.62deg, #FFFFFF 23.14%, rgba(255, 255, 255, 0) 126.17%);
  width: 20%;
  z-index: 2;
}
@media (max-width: 767px) {
  .ta-roadmap-slider-wrapper::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .ta-roadmap-slider-wrapper .owl-nav {
    opacity: 0;
    visibility: hidden;
  }
}
.ta-roadmap-slider-wrapper:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.ta-roadmap-box .ta-title {
  font-family: var(--primary-font);
}
.ta-roadmap-box p {
  font-family: var(--primary-font);
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .ta-roadmap-box p br {
    display: none;
  }
}
.ta-roadmap-box .ta-list-items .ta-icon {
  width: 26px;
  height: 26px;
  border-radius: 5px;
  background: #0de17f;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 15px;
}
.ta-roadmap-box .ta-list-items li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
}
.ta-roadmap-box .ta-list-items li:not(:last-child) {
  margin-bottom: 15px;
}
.ta-roadmap-box .ta-list-items li p {
  width: calc(100% - 41px);
}
.ta-roadmap-box .ta-count {
  font-size: 18px !important;
  font-weight: 600 !important;
  font-family: "Outfit", sans-serif !important;
  color: #1B1B1B !important;
}
.ta-roadmap-box__style-ico .ta-count {
  width: 28px;
  height: 28px;
  background: #0de17f;
  color: #ffffff !important;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: linear-gradient(76.04deg, #FD549C -7.84%, #2489FF 94.91%);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--primary-font);
  position: relative;
  margin: 0 auto;
  z-index: 1;
  margin-top: 20px;
}
.ta-roadmap-box__style-ico .ta-count::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(76.04deg, #FD549C -7.84%, #2489FF 94.91%);
  opacity: 0.2;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: -1;
  background: #0de17f;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  opacity: 0.2;
}
.ta-roadmap-box__style-ico .ta-meta {
  color: #ffffff;
  font-size: 14px;
  font-family: var(--primary-font);
}
.ta-roadmap-box__style-ico .ta-title {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--primary-font);
}
.ta-roadmap-box__style-ico p {
  color: #ADADAD;
  font-size: 16px;
  line-height: 28px;
}
.ta-roadmap-box__style-ico--2 .ta-count {
  background: linear-gradient(170.05deg, #6575EF 5.7%, #04FA89 112.53%);
}
.ta-roadmap-box__style-ico--2 .ta-count::after {
  background: linear-gradient(170.05deg, #6575EF 5.7%, #04FA89 112.53%);
}
.ta-roadmap-box__style-ico--3 .ta-count {
  background: linear-gradient(214.41deg, #FD407D 14.98%, rgba(255, 225, 69, 0.79) 89.73%);
}
.ta-roadmap-box__style-ico--3 .ta-count::after {
  background: linear-gradient(214.41deg, #FD407D 14.98%, rgba(255, 225, 69, 0.79) 89.73%);
}
.ta-roadmap-box__style-ico--4 .ta-count {
  background: linear-gradient(170.05deg, #6575EF 5.7%, #04FA89 112.53%);
}
.ta-roadmap-box__style-ico--4 .ta-count::after {
  background: linear-gradient(170.05deg, #6575EF 5.7%, #04FA89 112.53%);
}
.ta-roadmap-box__style-ico--5 .ta-count {
  background: linear-gradient(214.41deg, #FD407D 14.98%, rgba(255, 225, 69, 0.79) 89.73%);
}
.ta-roadmap-box__style-ico--5 .ta-count::after {
  background: linear-gradient(214.41deg, #FD407D 14.98%, rgba(255, 225, 69, 0.79) 89.73%);
}
.ta-roadmap-box__style-ico--6 .ta-count {
  background: linear-gradient(189.56deg, #134AD7 8.95%, rgba(0, 209, 255, 0.86) 91.9%);
}
.ta-roadmap-box__style-ico--6 .ta-count::after {
  background: linear-gradient(189.56deg, #134AD7 8.95%, rgba(0, 209, 255, 0.86) 91.9%);
}
.ta-roadmap-box__style-ico--7 .ta-count {
  background: linear-gradient(170.05deg, #6575EF 5.7%, #04FA89 112.53%);
}
.ta-roadmap-box__style-ico--7 .ta-count::after {
  background: linear-gradient(170.05deg, #6575EF 5.7%, #04FA89 112.53%);
}

@media (max-width: 1599px) {
  .ta-roadmap-section-ico.pl-80 {
    padding-left: 40px;
  }
  .ta-roadmap-section-ico.pr-80 {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .ta-roadmap-section-ico.pl-80 {
    padding-left: 15px;
  }
  .ta-roadmap-section-ico.pr-80 {
    padding-right: 15px;
  }
}
.ta-roadmap-section-ico .ta-inner-wrapper {
  border-radius: 30px 30px 0px 0px;
}
.ta-roadmap-section-ico .ta-border-shape {
  top: 32.5%;
}
@media (max-width: 1199px) {
  .ta-roadmap-section-ico .ta-border-shape {
    display: none;
  }
}
.ta-roadmap-section-ico .ta-border-shape img {
  width: 100%;
}

/* roadmap css end */
/* team css start */
.ta-team-box {
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .ta-team-box {
    box-shadow: 0px 7px 13px rgba(44, 65, 97, 0.07);
  }
}
.ta-team-box .ta-thumb {
  border-radius: 50%;
}
.ta-team-box .ta-thumb img {
  border-radius: 50%;
}
.ta-team-box .ta-name {
  font-size: 22px;
  font-family: var(--primary-font);
}
.ta-team-box .ta-name a {
  font-family: var(--primary-font);
  color: #1B1B1B;
}
.ta-team-box .ta-designation {
  font-size: 16px;
  font-family: var(--primary-font);
}
.ta-team-box__style-nft {
  box-shadow: 0px 7px 13px rgba(44, 65, 97, 0.07);
}
.ta-team-box__style-2 {
  padding: 0px;
  border-radius: 0px;
  background: transparent;
}
@media (max-width: 1199px) {
  .ta-team-box__style-2 {
    flex-direction: column;
    margin-top: 30px;
  }
}
.ta-team-box__style-2 .ta-name {
  font-size: 18px;
  font-family: var(--primary-font);
  font-weight: 600;
}
.ta-team-box__style-2 .ta-thumb {
  width: 50%;
  border-radius: 0px;
}
.ta-team-box__style-2 .ta-thumb img {
  border-radius: 50%;
  height: 100%;
}
@media (max-width: 1199px) {
  .ta-team-box__style-2 .ta-thumb {
    width: 100%;
    margin-bottom: 50px;
  }
}
.ta-team-box__style-2 .ta-content {
  width: 50%;
  padding: 50px 30px;
  padding-top: 45px;
  position: relative;
  background: #ffffff;
}
@media (max-width: 1199px) {
  .ta-team-box__style-2 .ta-content {
    width: 100%;
  }
}
.ta-team-box__style-2 .ta-content::before {
  position: absolute;
  content: "";
  border-top: 15px solid transparent;
  border-right: 30px solid #ffffff;
  border-bottom: 15px solid transparent;
  left: -30px;
  top: 50%;
  translate: 0px -50%;
}
@media (max-width: 1199px) {
  .ta-team-box__style-2 .ta-content::before {
    left: 50%;
    top: -40px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #ffffff;
    translate: -50% 0px;
  }
}
.ta-team-box__style-2 .ta-button::before, .ta-team-box__style-2 .ta-button::after {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
}
.ta-team-box__style-2 .ta-button:hover {
  background: transparent;
}
.ta-team-box__style-2 .ta-button:hover::before, .ta-team-box__style-2 .ta-button:hover::after {
  opacity: 1;
  visibility: visible;
}
.ta-team-box__style-2--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1199px) {
  .ta-team-box__style-2--reverse {
    flex-direction: column;
  }
}
.ta-team-box__style-2--reverse .ta-content::before {
  border-top: 15px solid transparent;
  border-left: 30px solid #ffffff;
  border-bottom: 15px solid transparent;
  border-right: 0px;
  right: -30px;
  left: auto;
}
@media (max-width: 1199px) {
  .ta-team-box__style-2--reverse .ta-content::before {
    right: auto;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #ffffff;
  }
}
.ta-team-box__style-2 .ta-social-links a {
  font-size: 14px;
}
.ta-team-box__style-ico {
  box-shadow: 0px 1px 4px rgba(0, 20, 90, 0.1);
  border-radius: 15px;
  background: #ffffff;
  padding: 50px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
@media (max-width: 1599px) {
  .ta-team-box__style-ico {
    padding: 50px 30px;
  }
}
.ta-team-box__style-ico::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(359.22deg, #2e20ff -11.17%, #963be9 43.01%, rgba(255, 86, 210, 0.78) 98.12%);
  border-radius: 15px;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transform: scale(0);
  transform-origin: bottom right;
}
.ta-team-box__style-ico .ta-thumb {
  max-width: 158px;
  margin: 0 auto;
}
.ta-team-box__style-ico .ta-thumb img {
  border-radius: 50%;
}
.ta-team-box__style-ico .ta-inline-btn {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  right: 7px;
  bottom: 15px;
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #020014;
  box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.1);
}
.ta-team-box__style-ico .ta-inline-btn i {
  margin: 0px;
}
.ta-team-box__style-ico .ta-content {
  z-index: 2;
}
.ta-team-box__style-ico .ta-title a {
  font-size: 24px;
  font-weight: 500;
  color: #020014;
  font-family: var(--primary-font);
  transition: 0.3s;
}
.ta-team-box__style-ico .ta-designation {
  font-family: var(--primary-font);
  font-size: 14px;
  margin-top: 5px;
  transition: 0.3s;
}
.ta-team-box__style-ico .ta-social-links {
  position: absolute;
  width: 100%;
  gap: 7px;
  top: -65px;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.4s;
}
.ta-team-box__style-ico .ta-social-links a {
  margin: 0px;
  font-size: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.ta-team-box__style-ico:hover::after {
  transform: scale(1);
}
.ta-team-box__style-ico:hover .ta-social-links {
  opacity: 1;
  visibility: visible;
}
.ta-team-box__style-ico:hover .ta-title a {
  color: #ffffff;
}
.ta-team-box__style-ico:hover .ta-designation {
  color: #ffffff;
}

.ta-team-section-ico .ta-inner-wrapper {
  border-radius: 0px 0px 30px 30px;
}
@media (max-width: 1599px) {
  .ta-team-section-ico.pl-80 {
    padding-left: 40px;
  }
  .ta-team-section-ico.pr-80 {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .ta-team-section-ico.pl-80 {
    padding-left: 15px;
  }
  .ta-team-section-ico.pr-80 {
    padding-right: 15px;
  }
}

/* team css end */
/* testimonial css start */
.ta-testimonial-section .ta-shape__1 {
  top: 15%;
  left: 5%;
}
@media (max-width: 1300px) {
  .ta-testimonial-section .ta-shape__1 {
    left: 0%;
  }
}
.ta-testimonial-section .ta-shape__2 {
  top: 15%;
  right: 5%;
}
@media (max-width: 1300px) {
  .ta-testimonial-section .ta-shape__2 {
    right: 0%;
  }
}
.ta-testimonial-section .ta-shape__3 {
  bottom: 5%;
  left: 8%;
}
@media (max-width: 1300px) {
  .ta-testimonial-section .ta-shape__3 {
    left: 2%;
  }
}
.ta-testimonial-section .ta-shape__4 {
  bottom: 5%;
  right: 8%;
}
@media (max-width: 1300px) {
  .ta-testimonial-section .ta-shape__4 {
    right: 2%;
  }
}
@media (max-width: 1199px) {
  .ta-testimonial-section .ta-shape {
    display: none;
  }
}
@media (max-width: 1399px) {
  .ta-testimonial-section__style-nft .ta-shape img {
    max-width: 180px;
  }
}
.ta-testimonial-section__suppli {
  background: #f6fe84;
}
.ta-testimonial-section__suppli .ta-shape {
  opacity: 0.45;
  width: 100%;
  height: 100%;
  top: 0;
}
.ta-testimonial-section__suppli .ta-shape img {
  height: 100%;
  width: 100%;
}
.ta-testimonial-section .ta-bgShape {
  background-size: cover;
  opacity: 0.5;
}

.ta-testimonial-box .ta-content p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  font-family: var(--primary-font);
  color: #1B1B1B;
}
@media (max-width: 991px) {
  .ta-testimonial-box .ta-content p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ta-testimonial-box .ta-content p {
    font-size: 18px;
  }
}
.ta-testimonial-box .ta-thumb {
  border-radius: 50%;
}
.ta-testimonial-box .ta-thumb img {
  border-radius: 50%;
  width: auto;
  margin: 0 auto;
}
.ta-testimonial-box .ta-name {
  font-size: 15px;
  font-weight: 700;
  font-family: var(--primary-font);
  letter-spacing: 0.2em;
  color: var(--black-color);
}
@media (max-width: 767px) {
  .ta-testimonial-box .ta-name {
    font-size: 14px;
  }
}
.ta-testimonial-box .ta-designation {
  font-size: 16px;
  font-family: var(--primary-font);
  margin-top: 8px;
}
@media (max-width: 767px) {
  .ta-testimonial-box .ta-designation {
    font-size: 14px;
  }
}
.ta-testimonial-box__app .ta-thumb {
  border: 3px solid #ffffff;
  filter: drop-shadow(0px 4px 25px rgba(64, 76, 90, 0.13));
  width: 80px;
  margin: 0 auto;
}
.ta-testimonial-box__app .ta-content {
  border: 1px solid #f7f7f8;
  border-radius: 10px;
  padding: 35px 110px;
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .ta-testimonial-box__app .ta-content {
    padding: 35px 90px;
  }
}
@media (max-width: 767px) {
  .ta-testimonial-box__app .ta-content {
    padding: 35px 40px;
  }
}
.ta-testimonial-box__app .ta-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: var(--primary-font);
  color: var(--black-color);
}
@media (max-width: 1599px) {
  .ta-testimonial-box__app .ta-content p br {
    display: none;
  }
}
@media (max-width: 475px) {
  .ta-testimonial-box__app .ta-content p {
    font-size: 16px;
  }
}
.ta-testimonial-box__app .ta-name {
  font-family: var(--primary-font);
  letter-spacing: 0.05em;
  color: #020014;
}
.ta-testimonial-box__app .ta-designation {
  font-family: var(--primary-font);
}
.ta-testimonial-box__app .ta-rating-wrapper {
  background: #f2fcf8;
  border-radius: 10px;
  padding: 20px 30px;
  padding-right: 60px;
  text-align: left;
  padding-bottom: 15px;
  position: absolute;
  top: -100px;
  right: 16%;
}
@media (max-width: 1399px) {
  .ta-testimonial-box__app .ta-rating-wrapper {
    right: 10%;
  }
}
@media (max-width: 1199px) {
  .ta-testimonial-box__app .ta-rating-wrapper {
    right: 8%;
  }
}
@media (max-width: 991px) {
  .ta-testimonial-box__app .ta-rating-wrapper {
    right: 4%;
  }
}
@media (max-width: 767px) {
  .ta-testimonial-box__app .ta-rating-wrapper {
    right: auto;
    left: 50%;
    translate: -50% 0px;
    width: 100%;
    padding-right: 30px;
  }
}
.ta-testimonial-box__app .ta-rating-wrapper .ta-shape {
  left: 0;
  bottom: -40px;
}
.ta-testimonial-box__app .ta-rating-wrapper .ta-shape img {
  transform: none !important;
}
@media (max-width: 1199px) {
  .ta-testimonial-box__app .ta-rating-wrapper .ta-shape {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .ta-testimonial-box__app .ta-rating-wrapper .ta-shape {
    left: 50%;
  }
}
.ta-testimonial-box__app .ta-rating i {
  color: #04c781;
}
.ta-testimonial-box__app .ta-rating i:not(:last-child) {
  margin-right: 5px;
}
.ta-testimonial-box__app .ta-text {
  position: relative;
  z-index: 1;
}
.ta-testimonial-box__ebook {
  background: #ffffff;
  border-radius: 10px;
  padding: 50px;
  padding-bottom: 45px;
}
@media (max-width: 575px) {
  .ta-testimonial-box__ebook {
    padding: 30px;
    padding-bottom: 25px;
  }
}
.ta-testimonial-box__ebook .ta-name {
  font-size: 15px;
  font-weight: 600;
  color: var(--secondary-color);
  font-family: var(--primary-font);
  letter-spacing: 0.05em;
}
.ta-testimonial-box__ebook .ta-designation {
  margin-top: 2px;
}
.ta-testimonial-box__ebook .ta-content p {
  font-size: 16px;
  color: var(--black-color);
  font-weight: 400;
  line-height: 28px;
}
.ta-testimonial-box__ai {
  padding: 40px;
  padding-bottom: 35px;
  background: linear-gradient(180deg, rgba(79, 99, 201, 0.1) 0%, rgba(41, 62, 174, 0) 100%);
  filter: drop-shadow(0px 8px 67px rgba(2, 7, 19, 0.49));
  border-radius: 10px;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  direction: ltr;
}
@media (max-width: 575px) {
  .ta-testimonial-box__ai {
    padding: 30px;
    padding-bottom: 25px;
  }
}
.ta-testimonial-box__ai .ta-name {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  font-family: var(--primary-font);
}
@media (max-width: 575px) {
  .ta-testimonial-box__ai .ta-name {
    font-size: 16px;
  }
}
.ta-testimonial-box__ai .ta-designation {
  font-size: 14px;
  color: #AAABB2;
  font-family: var(--primary-font);
  margin-top: 7px;
}
@media (max-width: 575px) {
  .ta-testimonial-box__ai .ta-designation {
    font-size: 12px;
  }
}
.ta-testimonial-box__ai .ta-thumb {
  width: 50px;
  height: 50px;
}
.ta-testimonial-box__ai .ta-rating {
  gap: 5px;
}
.ta-testimonial-box__ai .ta-rating i {
  color: #50b17d;
}
.ta-testimonial-box__ai .ta-content p {
  color: #AAABB2;
  font-family: var(--primary-font);
}
.ta-testimonial-box__app-2 .ta-content p {
  color: #ffffff;
  font-size: 18px;
  font-family: var(--primary-font);
  line-height: 40px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .ta-testimonial-box__app-2 .ta-content p {
    font-size: 16px;
    line-height: 28px;
  }
  .ta-testimonial-box__app-2 .ta-content p br {
    display: none;
  }
}
.ta-testimonial-box__app-2 .ta-rating {
  gap: 10px;
}
.ta-testimonial-box__app-2 .ta-rating i {
  color: #FFB62C;
}
.ta-testimonial-box__app-2 .ta-name {
  color: #ffffff;
  font-size: 15px;
  font-family: var(--primary-font);
}
@media (max-width: 767px) {
  .ta-testimonial-box__app-2 .ta-name {
    font-size: 12px;
  }
}
.ta-testimonial-box__app-2 .ta-quote-icon {
  z-index: -1;
}
.ta-testimonial-box__app-2 .ta-thumb img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
}
.ta-testimonial-box__ebook2 {
  background: #4821b1;
}
.ta-testimonial-box__ebook2 .ta-name {
  color: #ffffff;
  font-family: var(--primary-font);
  font-weight: 700;
}
.ta-testimonial-box__ebook2 .ta-designation {
  color: #ffffff;
  font-family: var(--primary-font);
}
.ta-testimonial-box__ebook2 .ta-content p {
  color: #ffffff;
}
.ta-testimonial-box__ebook2 .quote-icon {
  right: 30px;
  top: 40px;
}

.ta-app-testimonial-wrapper .owl-stage-outer {
  overflow: visible;
}
.ta-app-testimonial-wrapper .owl-nav div {
  top: calc(50% - 15px);
  left: -30px;
}
@media (max-width: 475px) {
  .ta-app-testimonial-wrapper .owl-nav div {
    width: 40px;
    height: 40px;
    font-size: 14px;
    left: 0px;
  }
}
.ta-app-testimonial-wrapper .owl-nav div.owl-next {
  right: -30px;
}
@media (max-width: 475px) {
  .ta-app-testimonial-wrapper .owl-nav div.owl-next {
    right: 0px;
  }
}

.ta-app-2-testimonial-wrapper .owl-stage-outer {
  overflow: hidden;
}
.ta-app-2-testimonial-wrapper .owl-nav div {
  color: #ffffff;
  border: none;
  background: #2E3034;
  font-size: 10px;
  width: 50px;
  height: 50px;
}
.ta-app-2-testimonial-wrapper .owl-nav div:hover {
  background: #60646B;
}
@media (max-width: 767px) {
  .ta-app-2-testimonial-wrapper .owl-nav div {
    opacity: 0;
    visibility: hidden;
  }
}
.ta-app-2-testimonial-wrapper:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.ta-author-testimonial-wrapper {
  padding: 0px 70px;
}
.ta-author-testimonial-wrapper .owl-nav div {
  width: 50px;
  height: 50px;
  left: 0px;
  border: none;
  background: #020014;
  color: #ffffff;
}
.ta-author-testimonial-wrapper .owl-nav div.owl-next {
  right: 0px;
}
.ta-author-testimonial-wrapper .owl-nav div.disabled {
  opacity: 0.5;
  cursor: default;
}
.ta-author-testimonial-wrapper .current .ta-author-testimonial-box {
  background: #ffffff;
}

.ta-author-testimonial-box {
  border-radius: 10px;
  background: transparent;
  padding: 30px;
}
@media (max-width: 475px) {
  .ta-author-testimonial-box {
    flex-direction: column;
    padding: 20px;
  }
}
.ta-author-testimonial-box .ta-thumb {
  border-radius: 50%;
  width: 60px;
}
.ta-author-testimonial-box .ta-thumb img {
  border-radius: 50%;
}
@media (max-width: 475px) {
  .ta-author-testimonial-box .ta-thumb {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.ta-author-testimonial-box .ta-content {
  width: calc(100% - 90px);
}
@media (max-width: 475px) {
  .ta-author-testimonial-box .ta-content {
    width: 100%;
  }
}
.ta-author-testimonial-box .ta-title {
  display: block;
  color: #020014;
  font-size: 18px;
  font-family: var(--primary-font);
  font-weight: 700;
}
@media (max-width: 475px) {
  .ta-author-testimonial-box .ta-title {
    font-size: 16px;
  }
}
.ta-author-testimonial-box .ta-designation {
  color: #020014;
  margin-top: 2px;
}
@media (max-width: 475px) {
  .ta-author-testimonial-box .ta-designation {
    font-size: 12px;
  }
}

.ta-testimonial-wrapper__suppli .ta-rating {
  gap: 5px;
}
.ta-testimonial-wrapper__suppli .ta-rating i {
  background: #ffffff;
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #17c687;
}
.ta-testimonial-wrapper__suppli .ta-content p {
  color: #020014;
  font-weight: 600;
  font-family: var(--primary-font);
  font-size: 24px;
}
@media (max-width: 767px) {
  .ta-testimonial-wrapper__suppli .ta-content p {
    font-size: 20px;
  }
}
.ta-testimonial-wrapper__suppli .ta-name {
  color: #ffffff;
  font-family: var(--primary-font);
  font-weight: 700;
  text-transform: uppercase;
}
.ta-testimonial-wrapper__suppli .ta-designation {
  color: #ffffff;
}

.ta-testimonial-section-ebook .ta-shape__1 {
  left: -16%;
  bottom: 25%;
  top: auto;
}
.ta-testimonial-section-ebook .ta-shape__2 {
  right: 34%;
  top: 0;
}
.ta-testimonial-section-ebook .ta-shape__3 {
  right: 34%;
  bottom: 0%;
  left: auto;
}
.ta-testimonial-section-ebook .ta-title {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--primary-font);
  color: var(--secondary-color);
}
.ta-testimonial-section-ebook .ta-awards {
  gap: 20px;
}
@media (max-width: 1199px) {
  .ta-testimonial-section-ebook .ta-right-wrapper {
    padding-left: 0px;
    padding-top: 80px;
  }
}
.ta-testimonial-section-ebook .ta-column-gap-10 .col-xl-6:last-child.mt-none-10 {
  margin-top: 0px;
}

.ta-testimonial-movingWrapper .owl-stage-outer {
  overflow: visible;
}

.ta-testimonial-section-ebook2 .owl-stage-outer {
  overflow: visible;
}

/* testimonial css end */
/* FAQ CSS START */
@media (max-width: 767px) {
  .ta-suppli-faq-section .ta-faq-wrapper {
    padding: 0px;
  }
}

@media (max-width: 1599px) {
  .ta-faq-tab {
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .ta-faq-tab {
    padding-right: 0px;
    margin-bottom: 50px;
  }
}
.ta-faq-tab a {
  background: #ffffff;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--primary-font);
  padding: 7px 25px;
  border-radius: 5px;
  display: block;
  color: var(--black-color);
  position: relative;
  letter-spacing: 0.05em;
}
.ta-faq-tab a:not(:last-child) {
  margin-bottom: 20px;
}
.ta-faq-tab a:hover, .ta-faq-tab a.active {
  background: #1B1B1B;
  color: #ffffff;
}
@media (max-width: 991px) {
  .ta-faq-tab__style-nft a {
    display: inline-block;
  }
}
.ta-faq-tab__suppli a {
  background: #232323;
  border-radius: 40px;
  font-size: 14px;
  padding: 12px 30px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ta-faq-tab__suppli a i {
  color: #C9AA8F;
  margin-right: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ta-faq-tab__suppli a:hover, .ta-faq-tab__suppli a.active {
  background: #f6fe84;
}
.ta-faq-tab__suppli a:hover i, .ta-faq-tab__suppli a.active i {
  color: #ffffff;
}

.ta-faq-section .left-wrapper {
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .ta-faq-section .left-wrapper {
    padding-right: 0px;
    margin-bottom: 50px;
  }
}

.ta-faq-item {
  border-radius: 0px !important;
  background: transparent;
  border: none !important;
}
.ta-faq-item .title {
  border: none;
  border-bottom: 0px;
}
.ta-faq-item .accordion-button {
  font-size: 22px;
  font-family: var(--primary-font);
  font-weight: 500;
  padding: 25px 30px;
  border-radius: 0px !important;
  color: #1B1B1B;
  background: #ffffff;
  box-shadow: none !important;
  border-radius: 10px !important;
  padding-right: 65px;
}
@media (max-width: 767px) {
  .ta-faq-item .accordion-button {
    font-size: 18px;
  }
}
.ta-faq-item .accordion-button:focus {
  outline: none !important;
  border: none;
  box-shadow: none;
}
.ta-faq-item .accordion-button::after {
  right: 20px;
  content: "";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
  font-size: 16px;
  width: 40px;
  height: 40px;
  background: none;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #696ef3;
  font-size: 22px;
  border: 1px solid #e3e3e6;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .ta-faq-item .accordion-button::after {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
.ta-faq-item .accordion-button:not(.collapsed) {
  box-shadow: none !important;
  border-radius: 10px 10px 0px 0px !important;
}
.ta-faq-item .accordion-button:not(.collapsed)::after {
  content: "";
}
.ta-faq-item:not(:last-child) {
  margin-bottom: 20px;
}
.ta-faq-item .accordion-body {
  border-top: 0px;
  padding: 30px;
  border-bottom: 0px;
  border: none;
  background: #ffffff !important;
  border-radius: 10px !important;
  padding-top: 0px;
}
.ta-faq-item .accordion-body p {
  font-family: var(--primary-font);
}
.ta-faq-item:not(.show) .accordion-body {
  border-radius: 0px 0px 10px 10px !important;
}
.ta-faq-item__style-nft {
  box-shadow: 0px 7px 13px rgba(44, 65, 97, 0.07);
}
.ta-faq-item__app .accordion-button {
  font-size: 20px;
  font-weight: 600;
  font-family: "Syne", sans-serif;
  padding-left: 70px;
  background: transparent;
  border: 1px solid #e0e8f1;
}
@media (max-width: 767px) {
  .ta-faq-item__app .accordion-button {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .ta-faq-item__app .accordion-button {
    padding-left: 60px;
    font-size: 18px;
    padding-right: 20px;
  }
}
.ta-faq-item__app .accordion-button::after {
  right: auto;
  left: -20px;
  border: none;
  background: #ffffff;
  box-shadow: 0px 7px 13px rgba(44, 65, 97, 0.13);
  content: "+";
  color: #020014;
  font-size: 20px;
}
@media (max-width: 575px) {
  .ta-faq-item__app .accordion-button::after {
    left: 10px;
  }
}
.ta-faq-item__app .accordion-button:not(.collapsed) {
  border-color: #ffffff;
  background: #ffffff;
}
.ta-faq-item__app .accordion-button:not(.collapsed)::after {
  content: "";
}
.ta-faq-item__app .accordion-body {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .ta-faq-item__app .accordion-body {
    padding-left: 30px;
  }
}
.ta-faq-item__app.active {
  box-shadow: 0px 14px 14px rgba(178, 186, 197, 0.26);
}
.ta-faq-item__suppli .accordion-button {
  text-transform: uppercase;
  font-size: 20px;
  font-family: var(--primary-font);
  font-weight: 700;
  background: transparent;
  padding: 40px 55px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
}
@media (max-width: 1199px) {
  .ta-faq-item__suppli .accordion-button {
    font-size: 18px;
    padding: 30px 30px;
  }
}
@media (max-width: 767px) {
  .ta-faq-item__suppli .accordion-button {
    font-size: 16px;
    padding: 20px 20px;
    padding-right: 60px;
  }
}
.ta-faq-item__suppli .accordion-button::after {
  content: "+";
  border: none;
  background: #f6fe84;
  font-size: 20px;
  color: #020014;
  width: 54px;
  height: 54px;
  right: 55px;
}
@media (max-width: 1199px) {
  .ta-faq-item__suppli .accordion-button::after {
    width: 40px;
    height: 40px;
    right: 30px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ta-faq-item__suppli .accordion-button::after {
    right: 20px;
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
}
.ta-faq-item__suppli .accordion-button:not(.collapsed) {
  background: #f6fe84;
  color: #020014;
  border-color: #f6fe84;
}
.ta-faq-item__suppli .accordion-button:not(.collapsed)::before {
  background: #f6fe84;
  border-color: #f6fe84;
}
.ta-faq-item__suppli .accordion-button:not(.collapsed)::after {
  content: "";
  background: #ffffff;
}
.ta-faq-item__suppli .accordion-body {
  background: #f6fe84 !important;
  padding-left: 55px;
  padding-bottom: 55px;
  transform: translateY(-1px);
}
@media (max-width: 1199px) {
  .ta-faq-item__suppli .accordion-body {
    padding-left: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .ta-faq-item__suppli .accordion-body {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
.ta-faq-item__suppli .accordion-body p {
  color: #595A3F;
  line-height: 30px;
  width: 90%;
}
.ta-faq-item__ebook:not(:last-child) {
  margin-bottom: 15px;
}
.ta-faq-item__ebook .accordion-button {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 18px;
  color: var(--secondary-color);
  padding: 13px 30px;
  padding-left: 50px;
}
.ta-faq-item__ebook .accordion-button::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #a2a2d0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 20px;
  top: 50%;
  translate: 0px -50%;
}
.ta-faq-item__ebook .accordion-button::after {
  content: "+";
  border: none;
  background: #ededf6;
  font-size: 18px;
  color: #9999cb;
  width: 30px;
  height: 30px;
}
.ta-faq-item__ebook .accordion-button:not(.collapsed)::before {
  background: #4545a1;
  border-color: #4545a1;
}
.ta-faq-item__ebook .accordion-button:not(.collapsed)::after {
  content: "";
  color: #4545a1;
}
.ta-faq-item__ebook .accordion-body {
  position: relative;
  padding-top: 15px;
  padding: 20px;
}
.ta-faq-item__ebook .accordion-body::before {
  background: var(--tertiary-color);
  height: 2px;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: calc(100% - 60px);
  left: 50%;
  translate: -50% 0px;
}
.ta-faq-item__ebook.active {
  box-shadow: 0px 7px 13px rgba(44, 65, 97, 0.07);
}
.ta-faq-item__ebook2 .accordion-button {
  font-size: 18px;
  border: none;
  border-bottom: 2px solid #6642c9;
  border-radius: 0px !important;
  padding: 35px 55px;
}
@media (max-width: 1199px) {
  .ta-faq-item__ebook2 .accordion-button {
    padding: 35px 30px;
  }
}
.ta-faq-item__ebook2 .accordion-button::after {
  background: #4821b1;
  color: #ffffff;
}
.ta-faq-item__ebook2 .accordion-button:not(.collapsed) {
  background: #4821b1;
  border-color: #4821b1;
  color: #ffffff;
}
.ta-faq-item__ebook2 .accordion-button:not(.collapsed)::after {
  background: #5b33c7;
}
.ta-faq-item__ebook2 .accordion-body {
  background: #4821b1 !important;
}
.ta-faq-item__ebook2 .accordion-body p {
  color: #CBBDEE;
}

.ta-faq-section-ebook {
  position: relative;
}
.ta-faq-section-ebook .ta-shape {
  z-index: 1;
}
@media (max-width: 1199px) {
  .ta-faq-section-ebook .ta-shape {
    display: none;
  }
}
.ta-faq-section-ebook .ta-shape__1 {
  right: 0;
  top: 10%;
}
.ta-faq-section-ebook .ta-shape__2 {
  right: 0;
  bottom: 15%;
}
.ta-faq-section-ebook::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #4545a1;
  width: 40%;
  left: auto;
  right: 0;
  border-radius: 10px 0px 0px 10px;
}
@media (max-width: 1199px) {
  .ta-faq-section-ebook::after {
    width: 100%;
    height: 55%;
    top: auto;
    bottom: 0px;
    border-radius: 0px;
  }
}
@media (max-width: 767px) {
  .ta-faq-section-ebook::after {
    height: 50%;
  }
}
@media (max-width: 575px) {
  .ta-faq-section-ebook::after {
    height: 55%;
  }
}
@media (max-width: 475px) {
  .ta-faq-section-ebook::after {
    height: 45%;
  }
}
@media (max-width: 380px) {
  .ta-faq-section-ebook::after {
    height: 40%;
  }
}
.ta-faq-section-ebook .ta-thumb {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .ta-faq-section-ebook .ta-thumb {
    padding-left: 0px;
    text-align: center;
  }
}
.ta-faq-section-ebook .ta-innner-shape {
  z-index: -1;
}
@media (max-width: 1199px) {
  .ta-faq-section-ebook .ta-innner-shape {
    display: none;
  }
}
.ta-faq-section-ebook .ta-innner-shape__1 {
  right: 110px;
  top: 10px;
}
@media (max-width: 1599px) {
  .ta-faq-section-ebook .ta-innner-shape__1 {
    right: 80px;
  }
}
.ta-faq-section-ebook .ta-innner-shape__2 {
  right: 140px;
  bottom: -20px;
}
@media (max-width: 1599px) {
  .ta-faq-section-ebook .ta-innner-shape__2 {
    right: 115px;
  }
}
@media (max-width: 1199px) {
  .ta-faq-section-ebook .ta-left-wrapper {
    padding-top: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 1399px) {
  .ta-ebook2-faq-section .ta-shape img {
    max-width: 100px;
  }
}
@media (max-width: 1199px) {
  .ta-ebook2-faq-section .ta-shape img {
    max-width: 40px;
  }
}

/* FAQ CSS END */
/* newsletter css start */
.ta-newsletter-section__app .ta-wrapper {
  background: #ffffff;
  padding: 60px;
  padding-right: 45px;
  border-radius: 10px;
  margin-bottom: -100px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1599px) {
  .ta-newsletter-section__app .ta-wrapper {
    padding: 50px;
  }
}
@media (max-width: 575px) {
  .ta-newsletter-section__app .ta-wrapper {
    padding: 20px;
  }
}
.ta-newsletter-section__app .ta-wrapper .ta-button {
  padding: 12px 30px;
  right: 0px;
  top: 0;
}
@media (max-width: 475px) {
  .ta-newsletter-section__app .ta-wrapper .ta-button {
    position: relative !important;
    margin-top: 20px;
  }
}
.ta-newsletter-section__app .ta-wrapper input {
  background: var(--tertiary-color);
  border: none;
  padding: 12px 20px;
  border-radius: 10px;
}
.ta-newsletter-section__app .col-xl-6 {
  width: 57%;
}
@media (max-width: 991px) {
  .ta-newsletter-section__app .col-xl-6 {
    width: 100%;
  }
}
.ta-newsletter-section__app .col-xl-5 {
  width: 43%;
}
@media (max-width: 991px) {
  .ta-newsletter-section__app .col-xl-5 {
    width: 100%;
  }
}
.ta-newsletter-section__da .ta-wrapper {
  border-radius: 20px;
  padding: 65px 70px;
}
@media (max-width: 767px) {
  .ta-newsletter-section__da .ta-wrapper {
    padding: 20px 25px;
  }
}
.ta-newsletter-section__da .ta-wrapper input {
  min-height: 60px;
  background: #f6f6f9;
  border: none;
  border-radius: 40px;
}
.ta-newsletter-section__da .ta-wrapper .ta-button {
  min-height: 60px;
  font-size: 14px;
  border-radius: 0px 40px 40px 0px;
}
@media (max-width: 575px) {
  .ta-newsletter-section__da .ta-wrapper .ta-button {
    position: relative;
    margin-top: 20px;
    border-radius: 40px;
  }
}
.ta-newsletter-section__da .ta-wrapper .ta-button::after, .ta-newsletter-section__da .ta-wrapper .ta-button::before {
  border-radius: 0px 40px 40px 0px;
}
@media (max-width: 575px) {
  .ta-newsletter-section__da .ta-wrapper .ta-button::after, .ta-newsletter-section__da .ta-wrapper .ta-button::before {
    border-radius: 40px;
  }
}
.ta-newsletter-section__da .col-xl-6 {
  width: 50%;
}
@media (max-width: 991px) {
  .ta-newsletter-section__da .col-xl-6 {
    width: 100%;
  }
}

.ta-newsletter-wrapper__suppli p {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  font-family: var(--primary-font);
  line-height: 1.4;
}
.ta-newsletter-wrapper__suppli input {
  background: transparent;
  padding-left: 0px;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #444444;
  border-radius: 0px;
  padding-top: 0px;
}
.ta-newsletter-wrapper__suppli input::placeholder {
  color: #ffffff;
}
.ta-newsletter-wrapper__suppli .ta-inline-btn {
  color: #ffffff;
  position: absolute;
  right: 0px;
}

.ta-newsletter-form input {
  border: 1px solid #e9e9e9;
  background: #fafafa;
  padding: 16px 20px;
}
.ta-newsletter-form .ta-button {
  padding: 17px 50px;
}
.ta-newsletter-form__da input {
  background: #f6f6f9;
  padding: 17px 25px;
  border-radius: 40px;
  border: none;
  padding-right: 230px;
}
.ta-newsletter-form__da .ta-button {
  padding: 16px 40px;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
}
.ta-newsletter-form__da .ta-button::after, .ta-newsletter-form__da .ta-button::before {
  border-radius: 0px 40px 40px 0px;
}

/* newsletter css end */
/* work process css start */
.ta-work-process-box .ta-icon {
  width: 172px;
  height: 172px;
  border-radius: 50%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: linear-gradient(187.7deg, #f4d335 -38.94%, rgba(244, 211, 53, 0) 94.04%);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.ta-work-process-box .ta-title {
  font-size: 24px;
  font-family: "Syne", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.ta-work-process-box__2 .ta-icon {
  background: linear-gradient(181.93deg, #58bfff -35.65%, rgba(88, 191, 255, 0) 98.37%);
}
.ta-work-process-box__3 .ta-icon {
  background: linear-gradient(183.75deg, #f15d35 -67.45%, rgba(241, 93, 53, 0) 91.47%);
}
.ta-work-process-box__4 .ta-icon {
  background: linear-gradient(183.18deg, #f189ac -82.18%, rgba(241, 137, 172, 0) 91.86%);
}
.ta-work-process-box:hover .ta-icon {
  animation-name: ta-bounce;
}

/* work process css end */
/* featured section css start */
.ta-app-feature-img .ta-thumb {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  animation: down_10x 2s linear infinite alternate;
}
@media (max-width: 1199px) {
  .ta-app-feature-img .ta-thumb {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .ta-app-feature-img .ta-thumb img {
    max-width: 250px;
  }
}
.ta-app-feature-img .ta-shape {
  width: 100%;
  transform: translate(-50%, -40%) !important;
}
@media (max-width: 991px) {
  .ta-app-feature-img .ta-shape img {
    max-width: 350px;
  }
}
@media (max-width: 475px) {
  .ta-app-feature-img .ta-shape img {
    max-width: 300px;
  }
}

.ta-app-feature-wrapper .ta-faq-item {
  border-bottom: 1px solid #f7f7f8 !important;
  border-radius: 10px !important;
}
.ta-app-feature-wrapper .ta-faq-item:not(:last-child) {
  margin-bottom: 0px;
}
@media (max-width: 475px) {
  .ta-app-feature-wrapper .ta-faq-item .ta-icon {
    margin-right: 15px;
  }
  .ta-app-feature-wrapper .ta-faq-item .ta-icon img {
    width: 18px;
  }
}
.ta-app-feature-wrapper .ta-faq-item .accordion-button {
  background: transparent;
  font-size: 20px;
  font-weight: 600;
  font-family: "Syne", sans-serif;
  color: #020014;
  padding: 30px 40px;
}
@media (max-width: 475px) {
  .ta-app-feature-wrapper .ta-faq-item .accordion-button {
    padding: 25px 20px;
    font-size: 16px;
  }
}
.ta-app-feature-wrapper .ta-faq-item .accordion-button::after {
  color: #020014;
  border: none;
  right: 30px;
  color: var(--black-color);
}
@media (max-width: 475px) {
  .ta-app-feature-wrapper .ta-faq-item .accordion-button::after {
    right: 20px;
  }
}
.ta-app-feature-wrapper .ta-faq-item .accordion-button:not(.collapsed)::after {
  color: #020014;
}
.ta-app-feature-wrapper .ta-faq-item .accordion-body {
  background: transparent !important;
  padding: 35px 40px;
  padding-top: 0px;
  padding-left: 85px;
}
@media (max-width: 475px) {
  .ta-app-feature-wrapper .ta-faq-item .accordion-body {
    padding: 25px 20px;
    padding-top: 0px;
    padding-left: 50px;
  }
}
.ta-app-feature-wrapper .ta-faq-item .accordion-body p {
  font-family: var(--primary-font);
  line-height: 30px;
}
.ta-app-feature-wrapper .ta-faq-item.active {
  box-shadow: 0px 14px 14px rgba(178, 186, 197, 0.26);
  background: #ffffff;
}

@media (max-width: 1599px) {
  .ta-app-feature-section .right-wrapper {
    padding-right: 0px;
  }
}
@media (max-width: 1199px) {
  .ta-app-feature-section .right-wrapper {
    padding-left: 0px;
  }
}
@media (max-width: 1199px) {
  .ta-app-feature-section .right-wrapper p br {
    display: none;
  }
}
.ta-app-feature-section .ta-section-heading p {
  line-height: 30px;
  padding-right: 110px;
}
@media (max-width: 1599px) {
  .ta-app-feature-section .ta-section-heading p {
    padding-right: 0px;
  }
}
.ta-app-feature-section__2 {
  padding-bottom: 235px;
}
@media (max-width: 1599px) {
  .ta-app-feature-section__2 .right-wrapper {
    padding-left: 0px;
    padding-right: 80px;
  }
}
@media (max-width: 1199px) {
  .ta-app-feature-section__2 .right-wrapper {
    padding-right: 0px;
  }
}
.ta-app-feature-section__2 .ta-section-heading p {
  padding-right: 130px;
}
@media (max-width: 1599px) {
  .ta-app-feature-section__2 .ta-section-heading p {
    padding-right: 0px;
  }
}
.ta-app-feature-section__2 .ta-thumb {
  margin-left: 40px;
}
@media (max-width: 575px) {
  .ta-app-feature-section__2 .ta-thumb {
    margin-left: 20px;
  }
}
@media (max-width: 575px) {
  .ta-app-feature-section__2 .ta-thumb img {
    max-width: 80%;
  }
}
.ta-app-feature-section__2 .ta-shape {
  transform: translate(-50%, -50%) !important;
}
.ta-app-feature-section__2 .ta-faq-item {
  border-bottom: 1px solid #eaeff6 !important;
}

.ta-ebook-feature-section {
    background: var(--white-color);
}

.ta-ebook-feature-section .container-fluid {
  max-width: 1450px;
  background: #ffffff;
  padding: 0px 100px;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .ta-ebook-feature-section .container-fluid {
    padding: 0px 50px;
  }
}
@media (max-width: 767px) {
  .ta-ebook-feature-section .container-fluid {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .ta-ebook-feature-section .ta-button {
    margin-top: 30px;
  }
}

@media (max-width: 1199px) {
  .ta-feature-app-wrapper {
    padding: 40px 0px;
  }
}
@media (max-width: 1199px) {
  .ta-feature-app-wrapper .row {
    margin-top: -40px;
  }
}
.ta-feature-app-wrapper .col-xl-2 {
  width: 20%;
}
@media (max-width: 1199px) {
  .ta-feature-app-wrapper .col-xl-2 {
    width: 33.33333%;
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .ta-feature-app-wrapper .col-xl-2 {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .ta-feature-app-wrapper .col-xl-2 {
    width: 100%;
  }
}

.ta-feature-ebook-box {
  position: relative;
  padding: 70px 10px;
}
@media (max-width: 1599px) {
  .ta-feature-ebook-box {
    padding: 70px 10px;
  }
}
@media (max-width: 1399px) {
  .ta-feature-ebook-box {
    padding: 70px 10px;
  }
}
@media (max-width: 1199px) {
  .ta-feature-ebook-box {
    padding: 0px;
  }
}
/* .ta-feature-ebook-box::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  height: 3px;
  background: #4545a1;
  border-radius: 3px;
  top: auto;
  bottom: 0px;
  transform: scaleX(0);
  transition: all 0.4s ease-in-out;
  transform-origin: left;
} */

.ta-feature-ebook-box .ta-thumb {
    /* min-height: 62px;  */
    width: 120px;
    height: 120px;
    border: 2px solid var(--primary-color);
    border-radius: 100%;
    position: relative;
    display: flex;
    background-color: var(--secondary-color);
    align-items: center;
    justify-content: center;
    margin: auto;
    /* padding: 24px; */
}


.ta-feature-ebook-box .ta-thumb img{
    /* filter: brightness(0) invert(1); */
    width: 64px;
    height: 64px;
}

.ta-feature-ebook-box .ta-thumb::after {
    top: -7px;
    left: -7px;
    padding: 7px;
    border-radius: 50%;
    box-sizing: content-box;
    /* content: ""; */
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    transition: all ease 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
    box-shadow: 0 0 0 4px #6a0213;
}
.ta-feature-ebook-box .ta-thumb:hover:after{
    transform: scale(1);
    opacity: 1;
}

.ta-feature-ebook-box .ta-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary-color);
  font-family: var(--primary-font);
}
.ta-feature-ebook-box:hover::after {
  transform: scaleX(1);
}

.ta-feature-section .ta-border__top::before, .ta-feature-section .ta-border__top::after {
  display: none;
}
.ta-feature-section .ta-border__bottom::before, .ta-feature-section .ta-border__bottom::after {
  display: none;
}
.ta-feature-section .ta-border__left::before {
  top: 0px;
}
.ta-feature-section .ta-border__left::after {
  top: auto;
  bottom: 0px;
}
.ta-feature-section .ta-border__right::before {
  top: 0px;
}
.ta-feature-section .ta-border__right::after {
  top: auto;
  bottom: 0px;
}
.ta-feature-section .ta-gd-shape__2 {
  top: auto;
  bottom: 0;
}
.ta-feature-section .ta-dot-shape__1 {
  top: 50%;
  left: 7%;
}
.ta-feature-section .ta-dot-shape__2 {
  bottom: 20%;
  right: 16%;
}
@media (max-width: 991px) {
  .ta-feature-section .ta-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.ta-feature-section__2 .ta-border__left::before {
  display: none;
}
.ta-feature-section__2 .ta-border__right::before {
  display: none;
}

@media (max-width: 1199px) {
  .ta-ai-feature-section .ta-thumb {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .ta-ai-feature-section .ta-thumb img {
    max-width: 70%;
  }
}
@media (max-width: 1199px) {
  .ta-ai-feature-section .pl-70,
.ta-ai-feature-section .pl-100 {
    padding-left: 0px;
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .ta-ai-feature-section .pr-70,
.ta-ai-feature-section .pr-100 {
    padding-right: 0px;
  }
}

.ta-feature-lists__ai {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}
@media (max-width: 575px) {
  .ta-feature-lists__ai {
    gap: 15px;
  }
}
.ta-feature-lists__ai li {
  max-width: calc(50% - 24px);
  width: 100%;
  color: #ffffff;
  font-family: var(--primary-font);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .ta-feature-lists__ai li {
    font-size: 15px;
    flex-wrap: nowrap;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1199px) {
  .ta-feature-lists__ai li {
    max-width: calc(40% - 25px);
  }
}
@media (max-width: 991px) {
  .ta-feature-lists__ai li {
    max-width: calc(45% - 25px);
  }
}
@media (max-width: 767px) {
  .ta-feature-lists__ai li {
    max-width: calc(50% - 25px);
  }
}
@media (max-width: 575px) {
  .ta-feature-lists__ai li {
    max-width: 100%;
  }
}
.ta-feature-lists__ai li i {
  color: #3722ff;
  font-size: 20px;
  width: 20px;
}
@media (max-width: 1399px) {
  .ta-feature-lists__ai li i {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .ta-feature-lists__ai li i {
    width: 25px;
  }
}
.ta-feature-lists__ico li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .ta-feature-lists__ico li {
    flex-direction: column;
    align-items: start;
  }
}
.ta-feature-lists__ico li .ta-count {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  color: #020014;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ta-feature-lists__ico li .ta-count::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  border-radius: 50%;
  opacity: 0.1;
}
@media (max-width: 575px) {
  .ta-feature-lists__ico li .ta-count {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.ta-feature-lists__ico li p {
  font-family: var(--primary-font);
  font-weight: 500;
  color: #020014;
}
.ta-feature-lists__ico li.active, .ta-feature-lists__ico li:hover {
  box-shadow: 0px 4px 19px #f3f3f3;
}
.ta-feature-lists__ico li.active .ta-count, .ta-feature-lists__ico li:hover .ta-count {
  color: #ffffff;
  background: #020014;
  border-color: #020014;
}

.ta-feature-desc p {
  color: #ADADAD;
  font-size: 18px;
  font-family: var(--primary-font);
  line-height: 29px;
}
@media (max-width: 767px) {
  .ta-feature-desc p br {
    display: none;
  }
}

.ta-feature-box .ta-icon {
  min-height: 60px;
}
.ta-feature-box .ta-title {
  font-family: "Syne", sans-serif;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .ta-feature-box .ta-title {
    font-size: 20px;
  }
}
.ta-feature-box p {
  color: #ADADAD;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .ta-feature-box p {
    font-size: 16px;
    line-height: 26px;
  }
}
.ta-feature-box__da {
  border: 1px solid #f1f1f1;
  border-radius: 24px;
  padding: 32px;
  padding-bottom: 27px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.ta-feature-box__da .ta-icon {
  background: #292930;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: auto;
}
.ta-feature-box__da .ta-title {
  font-weight: 600;
  font-size: 18px;
  font-family: "Syne", sans-serif;
  margin-bottom: 5px;
}
.ta-feature-box__da .ta-title a {
  color: #010525;
  font-family: "Syne", sans-serif;
}
.ta-feature-box__da .ta-shape {
  right: -20px;
  top: -20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.ta-feature-box__da .ta-shape img {
  border-radius: 24px;
}
.ta-feature-box__da .ta-content p {
  font-size: 14px;
  color: #868898;
  font-family: var(--primary-font);
}
.ta-feature-box__da:hover {
  box-shadow: 0px 19px 21px rgba(51, 64, 99, 0.13);
}
.ta-feature-box__da:hover .ta-shape {
  right: 0px;
  top: 0px;
  opacity: 1;
  visibility: visible;
}
.ta-feature-box__da:hover .ta-icon {
  background: linear-gradient(90deg, #ff7464 0%, #3e49f3 100%);
}

.ta-ebook2-feature-section .ta-inner-wrapper {
  background: #4821b1;
  border-radius: 30px;
}
@media (max-width: 1599px) {
  .ta-ebook2-feature-section.pl-120 {
    padding-left: 20px;
  }
  .ta-ebook2-feature-section.pr-120 {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .ta-ebook2-feature-section.pl-120 {
    padding-left: 10px;
  }
  .ta-ebook2-feature-section.pr-120 {
    padding-right: 10px;
  }
}
@media (max-width: 1199px) {
  .ta-ebook2-feature-section .col-xl-2 {
    width: 33.3333%;
  }
}
@media (max-width: 991px) {
  .ta-ebook2-feature-section .col-xl-2 {
    width: 50%;
  }
}
@media (max-width: 475px) {
  .ta-ebook2-feature-section .col-xl-2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ta-ebook2-feature-section .ta-button {
    margin-top: 30px;
  }
}

.ta-feature-ebook2-box {
  background: #5b33c7;
  padding: 30px;
  border-radius: 10px;
}
.ta-feature-ebook2-box .ta-icon {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.ta-feature-ebook2-box .ta-title {
  font-size: 18px;
  font-family: var(--primary-font);
}
@media (max-width: 1399px) {
  .ta-feature-ebook2-box .ta-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.ta-feature-ebook2-box:hover .ta-icon {
  animation-name: ta-bounce;
}

.ta-da-feature-section {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .ta-da-feature-section .ta-shape {
    display: none;
  }
}
.ta-da-feature-section .ta-shape__1 {
  left: 3%;
  top: 10%;
}
.ta-da-feature-section .ta-shape__2 {
  right: 5%;
  top: 10%;
}
@media (max-width: 1599px) {
  .ta-da-feature-section .ta-shape__2 {
    right: 2%;
  }
}
.ta-da-feature-section .ta-shape__3 {
  left: 3%;
  bottom: 8%;
}
.ta-da-feature-section .ta-shape__4 {
  right: 5%;
  bottom: 15%;
}
@media (max-width: 1599px) {
  .ta-da-feature-section .ta-shape__4 {
    right: 2%;
  }
}

/* featured section css end */
/* pricing css start */
@media (max-width: 1599px) {
  .ta-pricing-section .left-shape {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .ta-pricing-section .left-shape {
    width: 30px;
  }
}
.ta-pricing-section .left-shape__1 {
  left: 0;
  top: 10%;
}
.ta-pricing-section .left-shape__2 {
  top: auto;
  bottom: 5%;
}
.ta-pricing-section .left-shape__3 {
  left: auto;
  right: 0;
  top: 5%;
}
.ta-pricing-section .left-shape__4 {
  right: 0;
  top: auto;
  left: auto;
  bottom: 5%;
}
@media (max-width: 1599px) {
  .ta-pricing-section .left-shape__4 {
    width: 50px;
  }
}
@media (max-width: 1199px) {
  .ta-pricing-section .left-shape__4 {
    width: 20px;
  }
}

@media (max-width: 991px) {
  .ta-pricing-wrapper {
    overflow-x: scroll;
  }
}
@media (max-width: 991px) {
  .ta-pricing-wrapper .ta-inner-wrapper {
    min-width: 930px;
  }
}
.ta-pricing-wrapper .ta-price-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ta-pricing-wrapper .ta-price-head .ta-item {
  width: 25%;
  text-align: center;
  border: 1px solid #ddd;
  padding: 30px 20px;
}
.ta-pricing-wrapper .ta-price-head .ta-item:not(:last-child) {
  border-right: 0px;
}
.ta-pricing-wrapper .ta-price-head .ta-item.ta-check {
  min-height: 200px;
  background: #f3feff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0px;
}
@media (max-width: 1199px) {
  .ta-pricing-wrapper .ta-price-head .ta-item.ta-check {
    min-height: 172px;
  }
}
.ta-pricing-wrapper .ta-price-head .ta-item .ta-lebel {
  font-family: var(--primary-font);
  font-weight: 700;
}
@media (max-width: 1199px) {
  .ta-pricing-wrapper .ta-price-head .ta-item .ta-lebel {
    font-size: 14px;
  }
}
.ta-pricing-wrapper .ta-price-head .ta-item .pricing-price {
  font-family: var(--primary-font);
  font-size: 44px;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  line-height: 100%;
  gap: 10px;
  margin: 20px 0px;
}
@media (max-width: 1199px) {
  .ta-pricing-wrapper .ta-price-head .ta-item .pricing-price {
    font-size: 36px;
    margin: 10px 0px;
  }
}
.ta-pricing-wrapper .ta-price-head .ta-item p,
.ta-pricing-wrapper .ta-price-head .ta-item span {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--primary-font);
  line-height: 28px;
}
@media (max-width: 1199px) {
  .ta-pricing-wrapper .ta-price-head .ta-item p,
.ta-pricing-wrapper .ta-price-head .ta-item span {
    font-size: 14px;
  }
}
.ta-pricing-wrapper .ta-price-head .ta-item.free {
  border-right: 0px;
}
.ta-pricing-wrapper .ta-price-head .ta-item.free .ta-lebel {
  color: #2BC48A;
}
.ta-pricing-wrapper .ta-price-head .ta-item.pro {
  border-right: 0px;
}
.ta-pricing-wrapper .ta-price-head .ta-item.pro .ta-lebel {
  color: #FCA120;
}
.ta-pricing-wrapper .ta-price-head .ta-item.ulitmate .ta-lebel {
  color: var(--primary-color);
}
.ta-pricing-wrapper .ta-price-body {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.ta-pricing-wrapper .ta-price-body .body-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.ta-pricing-wrapper .ta-price-body .body-items p {
  color: #020014;
}
@media (max-width: 1199px) {
  .ta-pricing-wrapper .ta-price-body .body-items p {
    font-size: 14px;
  }
}
.ta-pricing-wrapper .ta-price-body .body-item {
  width: 25%;
  text-align: center;
  padding: 22px 30px;
  border-left: 1px solid #ddd;
}
@media (max-width: 1199px) {
  .ta-pricing-wrapper .ta-price-body .body-item {
    font-size: 14px;
  }
}
.ta-pricing-wrapper .ta-price-body .body-item:first-child {
  border-left: 0px;
}
.ta-pricing-wrapper .ta-price-body .body-item.checked {
  color: #04c781;
}
.ta-pricing-wrapper .ta-price-foot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ta-pricing-wrapper .ta-price-foot .bootom-item {
  width: 25%;
  text-align: center;
  padding: 40px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1199px) {
  .ta-pricing-wrapper .ta-price-foot .bootom-item {
    padding: 30px;
  }
}
.ta-pricing-wrapper .ta-price-foot .bootom-item:nth-child(2) {
  border-left: 1px solid #ddd;
}
.ta-pricing-wrapper .ta-price-foot .bootom-item.empty {
  border: none;
}
@media (max-width: 1199px) {
  .ta-pricing-wrapper .ta-price-foot .bootom-item p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .ta-pricing-wrapper .ta-button {
    font-size: 12px;
  }
}
.ta-pricing-wrapper .ta-button.active {
  background: #fca120;
  border-color: #fca120;
  color: #ffffff;
}
.ta-pricing-wrapper__suppli .ta-price-head {
  gap: 20px;
  flex-wrap: nowrap;
}
.ta-pricing-wrapper__suppli .ta-price-head .ta-item {
  padding: 30px 20px;
  border-color: #343434;
  background: #f6fe84;
  border: none;
  border-radius: 10px 10px 0px 0px;
}
.ta-pricing-wrapper__suppli .ta-price-head .ta-item.ta-check {
  min-height: 143px;
  text-align: left;
  background: transparent;
  justify-content: flex-start;
  padding-left: 40px;
}
.ta-pricing-wrapper__suppli .ta-price-head .ta-item .ta-title {
  font-family: var(--primary-font);
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 24px;
}
@media (max-width: 991px) {
  .ta-pricing-wrapper__suppli .ta-price-head .ta-item .ta-title {
    font-size: 20px;
  }
}
.ta-pricing-wrapper__suppli .ta-price-head .ta-item .ta-lebel {
  font-size: 18px;
  color: #020014;
  font-family: var(--primary-font);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .ta-pricing-wrapper__suppli .ta-price-head .ta-item .ta-lebel {
    font-size: 14px;
  }
}
.ta-pricing-wrapper__suppli .ta-price-head .ta-item .pricing-price {
  font-family: var(--primary-font);
  color: #020014;
  margin-bottom: 0px;
  font-weight: 800;
}
.ta-pricing-wrapper__suppli .ta-price-body {
  border: none;
  border-color: #343434;
}
.ta-pricing-wrapper__suppli .ta-price-body .body-items {
  border-color: #343434;
  gap: 20px;
  flex-wrap: nowrap;
  border: none;
}
.ta-pricing-wrapper__suppli .ta-price-body .body-items:first-child .body-item {
  min-height: 98px;
}
.ta-pricing-wrapper__suppli .ta-price-body .body-items:first-child .body-item.text-start {
  border-top: 2px solid rgba(255, 255, 255, 0.08);
}
.ta-pricing-wrapper__suppli .ta-price-body .body-items:last-child .body-item {
  border-radius: 0px 0px 10px 10px;
}
.ta-pricing-wrapper__suppli .ta-price-body .body-items:last-child .body-item::before, .ta-pricing-wrapper__suppli .ta-price-body .body-items:last-child .body-item::after {
  width: 100%;
  border-radius: 0px 0px 10px 10px;
}
.ta-pricing-wrapper__suppli .ta-price-body .body-item {
  border-color: #232323;
  padding: 34px 30px;
  background: #232323;
  position: relative;
  border-color: #232323;
}
.ta-pricing-wrapper__suppli .ta-price-body .body-item:not(:first-child) {
  border: none !important;
}
.ta-pricing-wrapper__suppli .ta-price-body .body-item:not(:first-child)::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  border-left: 2px solid rgba(255, 255, 255, 0.08);
  border-right: 2px solid rgba(255, 255, 255, 0.08);
}
.ta-pricing-wrapper__suppli .ta-price-body .body-item::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  width: calc(100% - 90px);
  left: 50%;
  translate: -50% 0px;
  top: auto;
  bottom: 0px;
}
.ta-pricing-wrapper__suppli .ta-price-body .body-item i,
.ta-pricing-wrapper__suppli .ta-price-body .body-item span,
.ta-pricing-wrapper__suppli .ta-price-body .body-item p {
  color: #ffffff;
  font-size: 18px;
}
.ta-pricing-wrapper__suppli .ta-price-body .body-item.text-start {
  background: transparent;
  border: none;
  padding-left: 40px;
  border-radius: 0px !important;
}
.ta-pricing-wrapper__suppli .ta-price-body .body-item.text-start::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 0px !important;
}
.ta-pricing-wrapper__suppli .ta-price-body .body-item.text-start::after {
  display: none;
}
.ta-pricing-wrapper__suppli .ta-price-body .body-item.text-start p {
  position: relative;
  padding-left: 20px;
}
.ta-pricing-wrapper__suppli .ta-price-body .body-item.text-start p::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 10px;
  height: 10px;
  background: #f6fe84;
  border-radius: 50%;
  left: 0px;
  top: 50%;
  translate: 0px -50%;
}
.ta-pricing-wrapper__suppli .ta-price-foot {
  gap: 20px;
  flex-wrap: nowrap;
}
.ta-pricing-wrapper__suppli .ta-price-foot .bootom-item {
  border-color: #343434 !important;
  padding: 20px;
  padding-bottom: 25px;
  border: none !important;
}
.ta-pricing-wrapper__suppli .ta-price-foot .bootom-item p {
  color: #ffffff;
  opacity: 0.5;
}
.ta-pricing-wrapper__suppli .ta-price-foot .ta-button {
  padding: 10px 38px;
}
@media (max-width: 1199px) {
  .ta-pricing-wrapper__suppli .ta-price-foot .ta-button {
    padding: 10px 25px;
  }
}
.ta-pricing-wrapper__suppli .ta-price-foot .ta-button.active {
  background: #f6fe84;
  border-color: #f6fe84;
  color: #020014;
}

.ta-suppli-pricing-section {
  margin-top: -1px;
}

.ta-da-pricing-wrapper {
  overflow: hidden !important;
}

.ta-daPricing-section {
  background: linear-gradient(57.48deg, rgba(255, 116, 100, 0.04) -37.29%, rgba(62, 73, 243, 0.28) 84.25%);
}

.ta-pricing-tabs p {
  font-size: 16px;
  font-family: var(--primary-font);
  color: #292930;
  font-weight: 500;
  margin-bottom: 0px;
}
.ta-pricing-tabs p span {
  margin-right: 5px;
  line-height: 100%;
}
.ta-pricing-tabs nav {
  gap: 25px;
}
@media (max-width: 475px) {
  .ta-pricing-tabs nav {
    flex-direction: column;
    gap: 15px;
  }
}
.ta-pricing-tabs a {
  font-size: 16px;
  font-family: var(--primary-font);
  color: #292930;
  border-radius: 40px;
  padding: 5px 24px;
  font-weight: 500;
}
.ta-pricing-tabs a.active {
  box-shadow: 0px 4px 4px rgba(167, 167, 201, 0.15);
  background: #ffffff;
}
.ta-pricing-tabs a:hover {
  color: #292930;
}

.ta-pricing-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 25px;
  position: relative;
}
.ta-pricing-box .ta-shape {
  right: 0;
  top: 0;
  text-align: center;
}
.ta-pricing-box .ta-shape img {
  border-radius: 0px 20px 0px 20px;
}
@media (max-width: 575px) {
  .ta-pricing-box .ta-shape img {
    max-width: 80%;
  }
}
.ta-pricing-box .ta-badge {
  font-size: 12px;
  font-family: var(--primary-font);
  color: #ffffff;
  text-transform: lowercase;
  padding: 6px 12px;
  border-radius: 40px;
  background: #11cb72;
  line-height: 100%;
}
.ta-pricing-box .pricing-price {
  font-size: 55px;
  font-family: "Syne", sans-serif;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end;
  line-height: 100%;
  padding-left: 25px;
  position: relative;
}
.ta-pricing-box .pricing-price span.desc,
.ta-pricing-box .pricing-price p {
  color: #868897;
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 400;
  translate: 4px 20px;
}
.ta-pricing-box .ta-currency {
  position: absolute;
  font-size: 18px;
  color: #11cb72;
  left: 10px;
  top: -10px;
  line-height: 100%;
  font-family: var(--primary-font);
}
.ta-pricing-box .desc-box {
  background: #f6f6f9;
  border-radius: 20px;
  padding: 25px;
  padding-bottom: 20px;
}
.ta-pricing-box .desc-box .ta-title {
  font-size: 14px;
  font-family: var(--primary-font);
  font-weight: 600;
  margin-bottom: 10px;
}
.ta-pricing-box .desc-box p {
  color: #8A90A2;
  font-size: 12px;
  font-family: var(--primary-font);
  line-height: 16px;
}
.ta-pricing-box .ta-pricing-lists li {
  color: #8A90A2;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  padding: 11px 25px;
  border: none;
  border-radius: 40px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 475px) {
  .ta-pricing-box .ta-pricing-lists li {
    padding-left: 0px;
    flex-wrap: nowrap;
  }
}
.ta-pricing-box .ta-pricing-lists li .ta-icon {
  font-size: 10px;
  width: 14px;
  height: 14px;
  background: #c8c9d0;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.ta-pricing-box .ta-pricing-lists li:hover {
  background: #f6f6f9;
}
.ta-pricing-box .ta-pricing-lists li:hover .ta-icon {
  background: #11cb72;
}
.ta-pricing-box__2 .ta-badge {
  background: #5a6ded;
}
.ta-pricing-box__2 .ta-pricing-lists li:hover .ta-icon {
  background: #5a6ded;
}
.ta-pricing-box__2 .ta-currency {
  color: #5a6ded;
}
.ta-pricing-box__3 .ta-badge {
  background: #b277cf;
}
.ta-pricing-box__3 .ta-pricing-lists li:hover .ta-icon {
  background: #b277cf;
}
.ta-pricing-box .ta-button {
  width: 100%;
  text-align: center;
  padding: 12px 40px;
}

/* pricing css end */
/* wcu css start */
.ta-wcu-item {
  border: 1px solid #2a2a2a;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 30px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1599px) {
  .ta-wcu-item {
    padding: 20px 20px;
  }
}
@media (max-width: 475px) {
  .ta-wcu-item {
    flex-direction: column;
  }
}
.ta-wcu-item .ta-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 30px;
  background: #1a1a1a;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1599px) {
  .ta-wcu-item .ta-icon {
    margin-right: 20px;
  }
}
@media (max-width: 475px) {
  .ta-wcu-item .ta-icon {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.ta-wcu-item .ta-title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 15px;
  font-family: var(--primary-font);
}
.ta-wcu-item .ta-title a {
  font-family: var(--primary-font);
}
.ta-wcu-item .ta-content {
  width: calc(100% - 90px);
}
@media (max-width: 1599px) {
  .ta-wcu-item .ta-content {
    width: calc(100% - 80px);
  }
}
@media (max-width: 475px) {
  .ta-wcu-item .ta-content {
    width: 100%;
  }
}
.ta-wcu-item .ta-content p {
  color: #CDCDCD;
}
.ta-wcu-item:hover {
  background: #232323;
}
.ta-wcu-item__style-app2 {
  background: #222224;
  border-radius: 5px;
  padding: 60px 50px;
  flex-direction: column;
  border: none;
  transition: 0.3s;
}
@media (max-width: 475px) {
  .ta-wcu-item__style-app2 {
    padding: 20px 30px;
  }
}
.ta-wcu-item__style-app2 .ta-icon {
  position: relative;
  transition: all 0.3s ease;
  z-index: 1;
}
.ta-wcu-item__style-app2 .ta-icon img {
  transition: all 0.3s ease;
}
.ta-wcu-item__style-app2 .ta-icon::before, .ta-wcu-item__style-app2 .ta-icon::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(242deg, #ADF7DE 0%, #FFF387 100%);
  transition: 0.3s ease;
  z-index: -1;
  opacity: 0.1;
}
.ta-wcu-item__style-app2 .ta-icon::before {
  background: linear-gradient(242deg, #ADF7DE 0%, #FFF387 100%);
  transform: scale(0);
  opacity: 1;
}
.ta-wcu-item__style-app2 .ta-content {
  width: 100%;
}
.ta-wcu-item__style-app2 .ta-title {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--primary-font);
}
.ta-wcu-item__style-app2 p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--primary-font);
  line-height: 29px;
}
.ta-wcu-item__style-app2:hover .ta-icon img {
  filter: invert(1);
}
.ta-wcu-item__style-app2:hover .ta-icon::after {
  transform: scale(0);
}
.ta-wcu-item__style-app2:hover .ta-icon::before {
  transform: scale(1);
}
.ta-wcu-item__style-ico {
  padding: 60px 30px;
  padding-bottom: 50px;
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 20, 90, 0.1);
  border-radius: 15px;
  border: none;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1599px) {
  .ta-wcu-item__style-ico {
    padding: 60px 25px;
  }
}
.ta-wcu-item__style-ico .ta-icon {
  background: transparent;
  width: auto;
  height: auto;
  margin-right: 0px;
  min-height: 90px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.ta-wcu-item__style-ico .ta-title {
  font-size: 22px;
  font-family: var(--primary-font);
  font-weight: 500;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .ta-wcu-item__style-ico .ta-title {
    font-size: 18px;
  }
}
.ta-wcu-item__style-ico:hover {
  background: #ffffff;
}
.ta-wcu-item__style-ico:hover .ta-icon {
  animation-name: ta-bounce;
}

.wcu-section-app2 .ta-heading {
  font-size: 57px;
}
@media (max-width: 1199px) {
  .wcu-section-app2 .ta-heading {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .wcu-section-app2 .ta-heading {
    font-size: 30px;
  }
}

@media (max-width: 1599px) {
  .ta-wcu-section-ico.pl-80,
.ta-wcu-section-ico .pl-80 {
    padding-left: 40px;
  }
  .ta-wcu-section-ico.pr-80,
.ta-wcu-section-ico .pr-80 {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .ta-wcu-section-ico.pl-80,
.ta-wcu-section-ico .pl-80 {
    padding-left: 15px;
  }
  .ta-wcu-section-ico.pr-80,
.ta-wcu-section-ico .pr-80 {
    padding-right: 15px;
  }
}
.ta-wcu-section-ico .ta-shape-star__1 {
  bottom: 25%;
  left: 5%;
  animation: zoom 1s ease-in-out infinite alternate;
}
@media (max-width: 1199px) {
  .ta-wcu-section-ico .ta-shape-star__1 {
    bottom: 5%;
    right: 5%;
    left: auto;
  }
}
.ta-wcu-section-ico .ta-shape-star__2 {
  top: 5%;
  right: 55%;
  animation: zoom 1s ease-in-out infinite alternate;
}
.ta-wcu-section-ico .ta-section-heading .ta-heading {
  font-size: 45px;
}
@media (max-width: 1199px) {
  .ta-wcu-section-ico .ta-section-heading .ta-heading {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .ta-wcu-section-ico .ta-section-heading .ta-heading {
    font-size: 30px;
  }
}
.ta-wcu-section-ico .ta-section-heading p {
  line-height: 28px;
  font-family: var(--primary-font);
}
@media (max-width: 1599px) {
  .ta-wcu-section-ico .ta-section-heading p br {
    display: none;
  }
}
.ta-wcu-section-ico .ta-wrapper {
  background: #f5f5fa;
}
.ta-wcu-section-ico .wcu-desc p {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .ta-wcu-section-ico .wcu-desc p {
    font-size: 16px;
  }
}
.ta-wcu-section-ico .wcu-desc a {
  color: #020014;
  background-size: 100% 1px;
}
@media (max-width: 1199px) {
  .ta-wcu-section-ico .ta-right-wrapper {
    margin-top: 50px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .ta-wcu-section-ico .ta-thumb img {
    max-width: 400px;
  }
}
@media (max-width: 575px) {
  .ta-wcu-section-ico .ta-thumb img {
    max-width: 90%;
  }
}

.ta-wcu-section-da {
  position: relative;
}
.ta-wcu-section-da .ta-cercle-shape {
  left: 0px;
  bottom: 0;
  width: 570px;
  height: 570px;
  background: linear-gradient(36.38deg, #ff7464 13.61%, #3e49f3 83.92%);
  opacity: 0.1;
}
.ta-wcu-section-da .ta-cloud {
  left: 10%;
  bottom: 2%;
  animation: right 1.5s ease-in-out infinite;
  z-index: 1;
}
@media (max-width: 991px) {
  .ta-wcu-section-da .ta-cloud {
    display: none;
  }
}
.ta-wcu-section-da .ta-inner-wrapper {
  padding: 0px 0px 0px 0px;
  position: absolute;
  z-index: 1;
  left: -80px;
  bottom: -30px;
}
@media (max-width: 1199px) {
  .ta-wcu-section-da .ta-inner-wrapper {
    left: 0px;
  }
}
@media (max-width: 767px) {
  .ta-wcu-section-da .ta-inner-wrapper {
    text-align: center;
    bottom: 0;
  }
}
.ta-wcu-section-da .ta-inner-wrapper img {
  transform: translate(-35px, 54px);
}
@media (max-width: 1199px) {
  .ta-wcu-section-da .ta-inner-wrapper img {
    max-width: 85%;
  }
}
@media (max-width: 991px) {
  .ta-wcu-section-da .ta-inner-wrapper img {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .ta-wcu-section-da .ta-inner-wrapper img {
    transform: translate(-120px, 54px);
  }
}
@media (max-width: 575px) {
  .ta-wcu-section-da .ta-inner-wrapper img {
    max-width: 75%;
    transform: translate(-60px, 0px);
  }
}
@media (max-width: 475px) {
  .ta-wcu-section-da .ta-inner-wrapper img {
    max-width: 80%;
    transform: translate(-40px, 0px);
  }
}
.ta-wcu-section-da .ta-right-wrapper p {
  font-size: 18px;
  color: #8A90A2;
  line-height: 30px;
  font-family: var(--primary-font);
}
@media (max-width: 1399px) {
  .ta-wcu-section-da .ta-right-wrapper p br {
    display: none;
  }
}
@media (max-width: 575px) {
  .ta-wcu-section-da .ta-right-wrapper p {
    font-size: 16px;
  }
}
.ta-wcu-section-da .ta-right-wrapper p:not(:last-child) {
  margin-bottom: 30px;
}
.ta-wcu-section-da .ta-shape {
  right: 10%;
}
@media (max-width: 1599px) {
  .ta-wcu-section-da .ta-shape {
    right: 2%;
  }
}
@media (max-width: 575px) {
  .ta-wcu-section-da .ta-shape {
    display: none;
  }
}
.ta-wcu-section-da .ta-shape__1 {
  top: 25%;
  animation: zoom 1.5s ease-in-out infinite;
}
.ta-wcu-section-da .ta-shape__2 {
  bottom: 5%;
  animation: down_10x 1.5s ease-in-out infinite;
}
@media (max-width: 1199px) {
  .ta-wcu-section-da .ta-right-wrapper {
    padding-left: 0px;
    margin-top: 50px;
  }
}

@media (max-width: 1399px) {
  .ta-wcu-section-suppli .ta-heading br {
    display: none;
  }
}
@media (max-width: 1399px) {
  .ta-wcu-section-suppli .col-xl-10 {
    width: 89.333333%;
  }
}

/* wcu css end */
/* offer section css start */
.ta-offer-section {
  position: relative;
  z-index: 1;
}
.ta-offer-section::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  width: 50%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .ta-offer-section::after {
    width: 100%;
    height: 50%;
  }
}
.ta-offer-section::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #f6fe84;
  width: 50%;
  z-index: 1;
  left: auto;
  right: 0px;
}
@media (max-width: 1199px) {
  .ta-offer-section::before {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
  }
}
.ta-offer-section .ta-shape {
  top: 0;
  width: 50%;
  height: 100%;
}
.ta-offer-section .ta-shape img {
  width: 100%;
  height: 100%;
}
.ta-offer-section .ta-shape__left {
  left: 0;
  opacity: 0.5;
}
.ta-offer-section .ta-shape__right {
  right: 0;
}
.ta-offer-section .ta-bootm-shape {
  bottom: 0;
  left: 50%;
  translate: -50% 0px;
  width: 800px;
  z-index: -1;
  min-height: 410px;
}
@media (max-width: 1599px) {
  .ta-offer-section .ta-bootm-shape {
    width: 650px;
  }
}
.ta-offer-section .ta-bootm-shape img {
  width: 100%;
}
.ta-offer-section .ta-button {
  padding: 12px 40px;
}
@media (max-width: 1599px) {
  .ta-offer-section .col-xl-5 {
    width: 49%;
  }
}
@media (max-width: 1199px) {
  .ta-offer-section .col-xl-5 {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .ta-offer-section .col-xl-5:not(:last-child) {
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .ta-offer-section .col-xl-5:not(:last-child) {
    padding-bottom: 95px;
  }
}

.ta-offer-wrapper .ta-section-heading {
  z-index: 3;
}
.ta-offer-wrapper .ta-thumb {
  z-index: 2;
  position: relative;
  text-align: center;
}

.ta-discount-wrapper .ta-thumb {
  z-index: 1;
  translate: 0px 2px;
}
.ta-discount-wrapper .sub-heading .ta-text {
  color: #232323;
}
.ta-discount-wrapper .ta-cercle {
  border: 1px solid rgba(74, 73, 73, 0.34);
}

/* offer section css end */
/* product slider css start */
.ta-productSlider-wrapper {
  padding: 0px 50px;
}
@media (max-width: 475px) {
  .ta-productSlider-wrapper {
    padding: 0px;
  }
}
.ta-productSlider-wrapper .owl-stage-outer {
  overflow: visible;
}
.ta-productSlider-wrapper .owl-nav div {
  width: 70px;
  height: 70px;
  color: #ffffff;
  border: none;
  background: #020014;
  left: 0px;
}
@media (max-width: 475px) {
  .ta-productSlider-wrapper .owl-nav div {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.ta-productSlider-wrapper .owl-nav div.owl-next {
  right: 0px;
}
@media (max-width: 575px) {
  .ta-productSlider-wrapper .owl-nav {
    opacity: 0;
    visibility: hidden;
  }
}
.ta-productSlider-wrapper:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.ta-productSlider-box {
  padding: 50px;
  background: var(--white-color);
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1599px) {
  .ta-productSlider-box {
    padding: 40px 20px;
  }
}
@media (max-width: 575px) {
  .ta-productSlider-box {
    border: 1px solid #2a2a2a;
  }
}
.ta-productSlider-box .ta-thumb img {
  min-height: 320px;
  width: auto;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .ta-productSlider-box .ta-thumb img {
    height: 160px;
    min-height: auto;
  }
}
.ta-productSlider-box .ta-badge {
  top: 15px;
  left: 15px;
  font-size: 14px;
  padding: 1px 15px;
  background: #f6fe84;
  color: #020014;
  font-weight: 700;
}
.ta-productSlider-box .ta-title a {
  font-weight: 700;
  font-family: var(--primary-font);
  color: #000;
}
.ta-productSlider-box .ta-price-wrapper .ta-price {
  font-size: 16px;
}
.ta-productSlider-box .ta-price-wrapper .ta-price span {
  margin-left: 10px;
}
.ta-productSlider-box .ta-product-actions .ta-action {
  opacity: 1;
  /* visibility: hidden; */
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ta-productSlider-box:hover .ta-product-actions .ta-action {
  opacity: 1;
  visibility: visible;
}

.ta-rating-wrapper .ta-review {
  color: #CDCDCD;
}
.ta-rating-wrapper .ta-product-rating i {
  color: #0D9B4D;
}

.ta-product-actions {
  gap: 10px;
}
.ta-product-actions .ta-action {
  background: #f6fe84;
  width: 50px;
  height: 50px;
  color: #020014;
  font-size: 18px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ta-product-actions .ta-action:hover {
  background: #020014;
  color: #ffffff;
}
@media (max-width: 1399px) {
  .ta-product-actions .ta-button {
    padding: 12px 15px;
  }
}
@media (max-width: 575px) {
  .ta-product-actions .ta-button {
    font-size: 10px;
  }
}
.ta-product-actions .ta-button i {
  margin-right: 7px;
  transition: 0.4s;
}
@media (max-width: 1399px) {
  .ta-product-actions .ta-button i {
    padding-right: 5px;
  }
}
.ta-product-actions .ta-button span {
  color: #020014;
  font-weight: 700;
}
.ta-product-actions .ta-button:hover {
  background: #f6fe84;
}
.ta-product-actions .ta-button:hover i {
  color: #020014;
}

/* product slider css end */
/* related book css start */
.ta-related-ebook-section .ta-wrapper {
  background: #ffffff;
  border-radius: 30px;
}
.ta-related-ebook-section .owl-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.ta-related-ebook-section .owl-dots div {
  width: 20%;
  background: var(--tertiary-color);
  height: 2px;
}
.ta-related-ebook-section .owl-dots div.active {
  background: #4545a1;
  height: 3px;
  border-radius: 3px;
}

.ta-related-book-box .ta-title {
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 600;
  color: var(--secondary-color);
}
@media (max-width: 475px) {
  .ta-related-book-box .ta-title {
    font-size: 16px;
  }
}
.ta-related-book-box .ta-rating {
  gap: 5px;
}
.ta-related-book-box .ta-rating i {
  color: #eaba05;
}
.ta-related-book-box .ta-thumb img {
  border-radius: 10px;
}
@media (max-width: 575px) {
  .ta-related-book-box .ta-thumb {
    margin-right: 20px;
  }
}
.ta-related-book-box__ebook2 .ta-title {
  color: #ffffff;
  font-weight: 700;
  font-family: var(--primary-font);
}
.ta-related-book-box__ebook2 .ta-text {
  color: #ffffff;
}

.ta-relatedBook-wrapper .owl-stage-outer {
  overflow: visible;
}
@media (max-width: 575px) {
  .ta-relatedBook-wrapper .owl-stage-outer {
    overflow: hidden;
  }
}
.ta-relatedBook-wrapper .owl-nav div {
  left: -60px;
  width: 60px;
  height: 60px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .ta-relatedBook-wrapper .owl-nav div {
    left: 30px;
  }
}
.ta-relatedBook-wrapper .owl-nav div.owl-next {
  right: -60px;
}
@media (max-width: 1199px) {
  .ta-relatedBook-wrapper .owl-nav div.owl-next {
    left: auto;
    right: 30px;
  }
}
@media (max-width: 575px) {
  .ta-relatedBook-wrapper .owl-nav {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 575px) {
  .ta-relatedBook-wrapper:hover .owl-nav {
    opacity: 1;
    visibility: visible;
  }
}
.ta-relatedBook-wrapper__ebook2 .owl-nav div {
  background: #3D16A7;
  box-shadow: 0px 7px 13px rgba(44, 65, 97, 0.13);
  border: none;
  color: #ffffff;
}
.ta-relatedBook-wrapper__ebook2 .owl-nav div:hover {
  background: #5b33c7;
}

.ta-related-ebook2-section .ta-wrapper {
  background: #4821b1;
}
.ta-related-ebook2-section .owl-dots div {
  background: #653ecf;
  height: 1px;
}
.ta-related-ebook2-section .owl-dots div.active {
  background: #653ECF;
}

/* related book css end */
/* contact info css start */
.ta-contact-info-section .ta-wrapper {
  background: #ffffff;
  border-radius: 10px;
  padding: 50px 30px;
  margin-bottom: -85px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .ta-contact-info-section .ta-wrapper {
    padding: 30px;
    margin-bottom: -55px;
  }
}
@media (max-width: 475px) {
  .ta-contact-info-section .ta-wrapper {
    padding: 30px 25px;
  }
}
.ta-contact-info-section .ta-middle-border {
  top: 15px;
}
.ta-contact-info-section .ta-middle-border::after {
  left: 50%;
  translate: -50% 0px;
}
@media (max-width: 767px) {
  .ta-contact-info-section .justify-content-end {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .ta-contact-info-section .text-end {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .ta-contact-info-section .ml-35 {
    margin-left: 0px;
    margin-right: 35px;
  }
}
@media (max-width: 575px) {
  .ta-contact-info-section .ml-35 {
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  .ta-contact-info-section .mr-35 {
    margin-right: 20px;
  }
}
.ta-contact-info-section__ebook2 .ta-wrapper {
  background: linear-gradient(84.83deg, #c582ef 1.17%, #2b93f3 98.51%);
  border-radius: 30px;
}

.ta-contact-info__style-ebook .ta-title {
  font-weight: 700;
}
@media (max-width: 991px) {
  .ta-contact-info__style-ebook .ta-title {
    font-size: 12px;
  }
}
.ta-contact-info__style-ebook .ta-info {
  margin-top: 5px;
}
.ta-contact-info__style-ebook .ta-info a {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--primary-font);
  color: var(--secondary-color);
}
@media (max-width: 991px) {
  .ta-contact-info__style-ebook .ta-info a {
    font-size: 18px;
  }
}
.ta-contact-info__style-ebook .ta-scroll-wrapper {
  color: #ffffff;
}
@media (max-width: 575px) {
  .ta-contact-info__style-ebook .ta-icon img {
    width: 40px;
  }
}
.ta-contact-info__style-ebook2 .ta-title {
  color: #ffffff;
  font-size: 14px;
}
@media (max-width: 475px) {
  .ta-contact-info__style-ebook2 .ta-title {
    font-size: 12px;
  }
}
.ta-contact-info__style-ebook2 .ta-info a {
  letter-spacing: 0.05em;
  font-family: var(--primary-font);
  color: #ffffff;
  font-size: 24px;
}
@media (max-width: 991px) {
  .ta-contact-info__style-ebook2 .ta-info a {
    font-size: 18px;
  }
}
@media (max-width: 475px) {
  .ta-contact-info__style-ebook2 .ta-info a {
    font-size: 14px;
  }
}

/* contact info css end */
/* solution item css start */
.ta-solution-box {
  padding: 10px 40px;
  position: relative;
  z-index: 1;
  min-height: 140px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(79, 99, 201, 0.1) 0%, rgba(41, 62, 174, 0) 100%);
  box-shadow: 0px 8px 67px 0px rgba(2, 7, 19, 0.49);
}
@media (max-width: 475px) {
  .ta-solution-box {
    padding: 10px 20px;
  }
}
.ta-solution-box::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(266deg, #3722FF 26.62%, #FC31F8 67.87%, #FFCA3E 104.93%);
  height: 4px;
  top: auto;
  bottom: 0;
  transform: scaleX(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
}
.ta-solution-box .ta-title {
  color: #ffffff;
  font-family: var(--primary-font);
  letter-spacing: 0.03em;
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .ta-solution-box .ta-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .ta-solution-box .ta-title {
    font-size: 18px;
  }
}
.ta-solution-box .ta-icon {
  width: 85px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 85px;
  border-radius: 50%;
  background: #070e37;
  margin-right: 50px;
}
.ta-solution-box:hover::after {
  transform: scaleX(1) translateZ(0px);
}

@media (max-width: 767px) {
  .ta-solution-section .pl-50 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* solution item css end */
/* challenges box css start */
.ta-challenges-section .ta-side-border {
  position: relative;
}
.ta-challenges-section .ta-side-border::before, .ta-challenges-section .ta-side-border::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  width: 1px;
}
@media (max-width: 991px) {
  .ta-challenges-section .ta-side-border::before, .ta-challenges-section .ta-side-border::after {
    display: none;
  }
}
.ta-challenges-section .ta-side-border::after {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .ta-challenges-section .mt-none-30 {
    margin-top: 30px;
  }
}

.ta-challenges-box {
  padding: 60px 0px;
  position: relative;
  z-index: 1;
}
.ta-challenges-box .ta-icon {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #040b33;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.29);
}
@media (max-width: 767px) {
  .ta-challenges-box {
    padding: 0px;
    margin-top: 30px;
  }
}
.ta-challenges-box .ta-title {
  font-size: 24px;
  font-family: "Krona One", sans-serif;
  color: #ffffff;
}
.ta-challenges-box p {
  font-family: var(--primary-font);
  line-height: 28px;
  color: #BBC0DD;
  padding: 0px 30px;
}
@media (max-width: 475px) {
  .ta-challenges-box p {
    padding: 0px;
  }
}
.ta-challenges-box .ta-shape {
  width: 100%;
  display: block;
}
.ta-challenges-box .ta-shape img {
  width: 100%;
}
.ta-challenges-box .ta-shape__hasDot {
  translate: 0px 2px;
}
.ta-challenges-box .ta-shape__hasDot::before, .ta-challenges-box .ta-shape__hasDot::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  width: 3px;
  height: 3px;
  left: -1px;
  top: 40px;
}
.ta-challenges-box .ta-shape__hasDot::after {
  left: auto;
  right: -1px;
}
@media (max-width: 767px) {
  .ta-challenges-box__1 {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .ta-challenges-box__2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
  }
  .ta-challenges-box__2 .top-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}

/* challenges box css end */
/* article css start */
.ta-article-box {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 50px 40px;
  position: relative;
  padding-top: 40px;
  z-index: 1;
}
@media (max-width: 575px) {
  .ta-article-box {
    padding: 30px 20px;
  }
}
.ta-article-box .meta-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.ta-article-box .meta-info a {
  color: #ffffff;
  font-size: 10px;
  font-family: var(--primary-font);
  font-weight: 600;
}
.ta-article-box .meta-info span {
  font-family: var(--primary-font);
  color: #AAABB2;
}
.ta-article-box .ta-title a {
  font-weight: 600;
  font-family: var(--primary-font);
}
@media (max-width: 1199px) {
  .ta-article-box .ta-title__fz-14 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.ta-article-box .ta-thumb {
  width: 280px;
}
@media (max-width: 767px) {
  .ta-article-box .ta-thumb {
    width: 100%;
    margin-right: 0px;
  }
}
.ta-article-box .ta-thumb img {
  border-radius: 15px;
  width: 100%;
}
.ta-article-box .ta-content {
  width: calc(100% - 320px);
}
@media (max-width: 767px) {
  .ta-article-box .ta-content {
    width: 100%;
  }
}
.ta-article-box .ta-content p {
  color: #AAABB2;
  line-height: 28px;
  font-family: var(--primary-font);
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ta-article-box .ta-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .ta-article-box .ta-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.ta-article-box__no-thumb {
  padding-bottom: 45px;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 575px) {
  .ta-article-box__no-thumb {
    padding: 30px 20px;
  }
}
.ta-article-box.br-left-0 {
  border-left: 0px;
}
@media (max-width: 1199px) {
  .ta-article-box.br-left-0 {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.ta-article-box .ta-inline-btn:hover {
  color: #ffffff;
}

/* article css end */
/* insta feed css start */
.ta-instaFeed-box::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #f6fe84;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
}
.ta-instaFeed-box .ta-icon {
  font-size: 70px;
  color: #020014;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  width: auto;
  height: auto;
  translate: -50% -50%;
}
@media (max-width: 1199px) {
  .ta-instaFeed-box .ta-icon {
    font-size: 36px;
  }
}
.ta-instaFeed-box:hover::after {
  opacity: 1;
  visibility: visible;
}
.ta-instaFeed-box:hover .ta-icon {
  opacity: 1;
  visibility: visible;
}

/* insta feed css end */
/* mini-cart css start */
.ta-miniCart-inner {
  width: 350px;
  padding: 25px;
  position: absolute;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  top: 80px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ta-miniCart-inner .ta-miniCart-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 40px;
  position: relative;
  margin-bottom: 20px;
}
.ta-miniCart-inner .ta-miniCart-item .ta-miniCart-thumb {
  width: 80px;
  margin-right: 20px;
  background: #232323;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 80px;
}
.ta-miniCart-inner .ta-miniCart-item .ta-miniCart-thumb img {
  max-width: 55%;
}
.ta-miniCart-inner .ta-miniCart-item .ta-miniCart-content {
  width: calc(100% - 100px);
}
.ta-miniCart-inner .ta-miniCart-item .ta-miniCart-content span {
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
  display: inline-block;
  color: #CDCDCD;
}
.ta-miniCart-inner .ta-miniCart-item .ta-miniCart-title {
  line-height: 1;
}
.ta-miniCart-inner .ta-miniCart-item .ta-miniCart-title a {
  font-size: 14px;
  font-family: var(--primary-font);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.ta-miniCart-inner .ta-miniCart-item .ta-miniCart-remove {
  top: 0px;
  right: 0px;
  color: #020014;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f6fe84;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  top: 50%;
  translate: 0px -50%;
  cursor: pointer;
}
.ta-miniCart-inner .ta-miniCart-item .ta-miniCart-remove:hover {
  background-color: red;
  color: #ffffff;
}
.ta-miniCart-inner .total_price {
  border-top: 1px solid #2a2a2a;
}
.ta-miniCart-inner .woocommerce-mini-cart__total {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-family: var(--primary-font);
  padding: 15px 0px;
  text-transform: uppercase;
}
.ta-miniCart-inner .woocommerce-mini-cart__total strong {
  font-size: 14px;
}
.ta-miniCart-inner .woocommerce-mini-cart__total span {
  color: #ffffff;
  font-family: var(--primary-font);
}
.ta-miniCart-inner .button {
  display: block;
  text-align: center;
}
.ta-miniCart-inner .wc-forward {
  margin-bottom: 10px;
}
.ta-miniCart-inner.is-open {
  opacity: 1;
  visibility: visible;
  top: 60px;
}
.ta-miniCart-inner__style-ebook2 .ta-miniCart-item .ta-miniCart-remove {
  color: #ffffff;
  background: linear-gradient(92.4deg, #C582EF 14.64%, #2B93F3 105.3%);
}

/* mini-cart css end */
/* app ss css start */
.ta-appSs-wrapper .owl-stage-outer {
  overflow: visible;
}
.ta-appSs-wrapper .owl-item.active.center .ta-item img {
  transform: scale(1.2);
}
.ta-appSs-wrapper .owl-item .ta-item img {
  transform: scale(0.88);
}

.ta-appSs-section .ta-button {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
  background: #3A3E44;
  padding: 17px 35px;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .ta-appSs-section .ta-button {
    font-size: 14px;
  }
}
.ta-appSs-section .ta-button:hover {
  background: #020014;
  color: #ffffff;
}

/* app ss css end */
/* hiw css start */
@media (max-width: 1599px) {
  .ta-hiw-section.pl-80 {
    padding-left: 40px;
  }
  .ta-hiw-section.pr-80 {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .ta-hiw-section.pl-80 {
    padding-left: 15px;
  }
  .ta-hiw-section.pr-80 {
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .ta-hiw-section .col-xl-2 {
    margin-top: 30px !important;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .ta-hiw-section .col-xl-2 {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .ta-hiw-section .ta-column-5 {
    margin-top: -30px;
  }
}

.ta-hiw-box .ta-icon {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.ta-hiw-box .ta-title {
  font-size: 26px;
  font-family: var(--primary-font);
}
@media (max-width: 991px) {
  .ta-hiw-box .ta-title {
    font-size: 20px;
  }
}
.ta-hiw-box .ta-title .ta-count {
  background: linear-gradient(239.66deg, #9ab4f5 60.27%, #5a40da 91.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--primary-font);
  background-clip: text;
}
.ta-hiw-box:hover .ta-icon {
  animation-name: ta-bounce;
}

/* hiw css end */
/* cta section css start */
.ta-cta-section {
  position: relative;
}
@media (max-width: 1599px) {
  .ta-cta-section.pl-80 {
    padding-left: 40px;
  }
  .ta-cta-section.pr-80 {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .ta-cta-section.pl-80 {
    padding-left: 15px;
  }
  .ta-cta-section.pr-80 {
    padding-right: 15px;
  }
}
.ta-cta-section .ta-inner-wrapper {
  border-radius: 30px 30px 0px 0px;
}
@media (max-width: 1199px) {
  .ta-cta-section .ta-inner-wrapper {
    padding-bottom: 600px;
  }
}
@media (max-width: 767px) {
  .ta-cta-section .ta-inner-wrapper {
    padding-bottom: 400px;
  }
}
@media (max-width: 575px) {
  .ta-cta-section .ta-inner-wrapper {
    padding-bottom: 345px;
  }
}
.ta-cta-section .ta-heading {
  line-height: 1.5;
}
.ta-cta-section .ta-feature-lists {
  gap: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  max-width: 90%;
}
@media (max-width: 575px) {
  .ta-cta-section .ta-feature-lists {
    width: 100%;
  }
}
.ta-cta-section .ta-feature-lists li {
  padding: 0px;
  max-width: 31%;
  width: 100%;
}
@media (max-width: 1599px) {
  .ta-cta-section .ta-feature-lists li {
    max-width: 36%;
  }
}
@media (max-width: 767px) {
  .ta-cta-section .ta-feature-lists li {
    max-width: 40%;
  }
}
@media (max-width: 575px) {
  .ta-cta-section .ta-feature-lists li {
    max-width: 100%;
  }
}
.ta-cta-section .ta-feature-lists li .ta-count {
  border: none;
  box-shadow: 0px 1px 4px rgba(0, 20, 90, 0.1);
  background: #ffffff;
}
.ta-cta-section .ta-feature-lists li:hover .ta-count {
  background: #020014;
}
.ta-cta-section .ta-thumb {
  right: 40px;
  bottom: 0px;
  animation: right 1.5s ease-in-out infinite alternate;
}
@media (max-width: 1199px) {
  .ta-cta-section .ta-thumb {
    min-height: 540px;
  }
}
@media (max-width: 767px) {
  .ta-cta-section .ta-thumb {
    min-height: 310px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .ta-cta-section .ta-thumb {
    display: flex;
  }
}
.ta-cta-section .ta-thumb img {
  border-radius: 0px;
}
@media (max-width: 1599px) {
  .ta-cta-section .ta-thumb img {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .ta-cta-section .ta-thumb img {
    max-width: 80%;
  }
}
@media (max-width: 575px) {
  .ta-cta-section .ta-thumb img {
    max-width: 100%;
  }
}
.ta-cta-section .ta-shape img {
  border-radius: 0px;
}

/* cta section css end */
/* getInTouch css start */
.ta-contactBox-ico {
  padding: 50px;
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
@media (max-width: 1599px) {
  .ta-contactBox-ico {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .ta-contactBox-ico {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .ta-contactBox-ico {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ta-contactBox-ico::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #020014;
  opacity: 0.7;
  border-radius: 15px;
  z-index: -1;
}
.ta-contactBox-ico .ta-title {
  font-size: 28px;
  font-family: var(--primary-font);
  font-weight: 500;
}
.ta-contactBox-ico input,
.ta-contactBox-ico textarea {
  color: #ffffff;
  font-family: var(--primary-font);
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.1);
}
.ta-contactBox-ico input::-webkit-input-placeholder,
.ta-contactBox-ico textarea::-webkit-input-placeholder {
  color: #AAABB2;
  opacity: 1;
}
.ta-contactBox-ico input::-moz-placeholder,
.ta-contactBox-ico textarea::-moz-placeholder {
  color: #AAABB2;
  opacity: 1;
}
.ta-contactBox-ico input:-ms-input-placeholder,
.ta-contactBox-ico textarea:-ms-input-placeholder {
  color: #AAABB2;
  opacity: 1;
}
.ta-contactBox-ico input:-moz-placeholder,
.ta-contactBox-ico textarea:-moz-placeholder {
  color: #AAABB2;
  opacity: 1;
}
.ta-contactBox-ico textarea {
  min-height: 190px;
}
.ta-contactBox-ico .info-lists {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ta-contactBox-ico .info-lists li {
  font-family: var(--primary-font);
}
.ta-contactBox-ico .info-lists li:not(:last-child) {
  margin-bottom: 15px;
}
.ta-contactBox-ico .info-lists li i {
  min-width: 25px;
  margin-right: 5px;
  color: #ffffff;
}
.ta-contactBox-ico .info-lists li a {
  color: #AAABB2;
}
.ta-contactBox-ico .ta-social-links a {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.ta-contactBox-ico .bottom-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
}
.ta-contactBox-ico .bottom-wrapper p {
  color: #ffffff;
  font-family: var(--primary-font);
  line-height: 28px;
}
.ta-contactBox-ico .bottom-wrapper a {
  color: #ffffff;
  font-family: var(--primary-font);
  font-weight: 800;
  font-size: 24px;
  display: inline-block;
}
@media (max-width: 575px) {
  .ta-contactBox-ico .bottom-wrapper a {
    font-size: 20px;
  }
}

.contact-desc p {
  font-size: 24px;
  font-weight: 800;
  font-family: var(--primary-font);
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .contact-desc p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .contact-desc p {
    font-size: 14px;
  }
  .contact-desc p br {
    display: none;
  }
}

@media (max-width: 1599px) {
  .ta-getInTouch-section.pl-80 {
    padding-left: 40px;
  }
  .ta-getInTouch-section.pr-80 {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .ta-getInTouch-section.pl-80 {
    padding-left: 15px;
  }
  .ta-getInTouch-section.pr-80 {
    padding-right: 15px;
  }
}
.ta-getInTouch-section .ta-inner-wrapper {
  border-radius: 0px 0px 30px 30px;
}
.ta-getInTouch-section .ta-scroll-wrapper {
  color: #ffffff;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 16px;
  gap: 20px;
}
.ta-getInTouch-section .ta-scroll-wrapper .ta-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.ta-getInTouch-section .ta-scroll-wrapper .ta-icon img {
  width: 14px;
}
@media (max-width: 1599px) {
  .ta-getInTouch-section .pl-60 {
    padding-left: 0px;
  }
  .ta-getInTouch-section .pr-60 {
    padding-right: 0px;
  }
}
@media (max-width: 1199px) {
  .ta-getInTouch-section .bottom-right {
    margin-top: 30px;
    justify-content: center !important;
  }
}

/* getInTouch css end */
/* funding css starrt */
.ta-funcding-section .ta-shape {
  left: 49%;
  top: 60%;
  translate: -50% -50%;
}
@media (max-width: 1199px) {
  .ta-funcding-section .ta-shape {
    display: none;
  }
}
.ta-funcding-section .ta-feature-lists li {
  padding: 10px 20px;
}
@media (max-width: 1199px) {
  .ta-funcding-section .ta-right-wrapper {
    padding-left: 0px;
    margin-top: 80px;
  }
}
@media (max-width: 575px) {
  .ta-funcding-section .ml-60 {
    margin-left: 0px;
  }
}
@media (max-width: 575px) {
  .ta-funcding-section .pl-50 {
    padding-left: 0px;
  }
}

.ta-funcding-tab .nav {
  background: #f5f5fa;
  border-radius: 5px;
  padding: 10px;
  width: max-content;
}
@media (max-width: 475px) {
  .ta-funcding-tab .nav {
    flex-wrap: wrap;
    width: 100%;
  }
}
.ta-funcding-tab .nav a {
  color: var(--black-color);
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 14px;
  padding: 6px 38px;
}
@media (max-width: 575px) {
  .ta-funcding-tab .nav a {
    padding: 6px 25px;
  }
}
@media (max-width: 475px) {
  .ta-funcding-tab .nav a {
    width: 100%;
    text-align: center;
  }
}
.ta-funcding-tab .nav a.active {
    background: #ffffff;
    /* box-shadow: 0px 1px 4px rgba(0, 20, 90, 0.1); */
    border-radius: 0px;
    color: #020014;
    font-family: var(--primary-font);
    font-size: 24px;
    padding: 0;
}

.ta-funcding-lists {
  gap: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.ta-funcding-lists li {
  max-width: 38%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  color: #020014;
  font-family: var(--primary-font);
  font-weight: 500;
}
@media (max-width: 1599px) {
  .ta-funcding-lists li {
    max-width: 41%;
  }
}
@media (max-width: 767px) {
  .ta-funcding-lists li {
    max-width: 45%;
  }
}
@media (max-width: 575px) {
  .ta-funcding-lists li {
    max-width: 100%;
  }
}
.ta-funcding-lists li .ta-color {
  border-radius: 50%;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

/* funding css end */
/* service css start */
.ta-service-secton {
  position: relative;
  padding-bottom: 315px;
}

.ta-service-box {
  background: #0d112f;
  padding: 45px 50px;
  border-radius: 15px;
  transition: 0.4s;
  overflow: hidden;
}
@media (max-width: 991px) {
  .ta-service-box {
    padding: 35px 30px;
  }
}
.ta-service-box .ta-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 475px) {
  .ta-service-box .ta-content {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: flex-start;
  }
}
.ta-service-box .ta-title {
  font-size: 26px;
  font-family: var(--primary-font);
  font-weight: 700;
}
.ta-service-box .ta-title a {
  font-family: var(--primary-font);
}
@media (max-width: 1199px) {
  .ta-service-box .ta-title {
    font-size: 22px;
  }
}
.ta-service-box .ta-count {
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
  font-family: var(--primary-font);
}
@media (max-width: 1199px) {
  .ta-service-box .ta-count {
    font-size: 22px;
  }
}
.ta-service-box .ta-shape {
  right: -20px;
  top: -20px;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.ta-service-box .ta-shape img {
  border-radius: 15px;
}
.ta-service-box:hover .ta-icon img {
  filter: brightness(0) invert(1);
}
.ta-service-box:hover .ta-count {
  background: linear-gradient(90deg, #ff7464 0%, #3e49f3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ta-service-box:hover .ta-shape {
  right: 0px;
  top: 0px;
  opacity: 1;
  visibility: visible;
}

/* service css end */
/* what we offer css start */
.ta-wwf-section .ta-section-heading p {
  font-size: 18px;
  font-family: var(--primary-font);
  color: #8A90A2;
}
@media (max-width: 991px) {
  .ta-wwf-section .ta-right-wrapper {
    margin-top: 50px;
    justify-content: flex-start !important;
  }
}

/* what we offer css end */
/* distributor css start */
.ta-distributor-lists {
  gap: 15px;
}
@media (max-width: 1399px) {
  .ta-distributor-lists {
    flex-wrap: wrap;
  }
}
.ta-distributor-lists .item {
  background: #ffffff;
  min-height: 45px;
  border-radius: 10px;
  min-width: 130px;
}
.ta-distributor-lists__style-ebook2 .item {
  background: #3D16A7;
}

/* distributor css end */
/* breadcrumb css start */
.ta-breadcrumb-section {
  position: relative;
  padding-top: 160px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .ta-breadcrumb-section {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
.ta-breadcrumb-section .ta-shape {
  top: 0;
}
.ta-breadcrumb-section .ta-shape img {
  width: 100%;
  height: 100%;
}
.ta-breadcrumb-section .ta-shape__1 {
  left: 0;
}
.ta-breadcrumb-section .ta-shape__2 {
  right: 0;
}
.ta-breadcrumb-section .ta-page-title {
  font-size: 76px;
  font-family: var(--primary-font);
  font-weight: 600;
  color: #020014;
}
@media (max-width: 1199px) {
  .ta-breadcrumb-section .ta-page-title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .ta-breadcrumb-section .ta-page-title {
    font-size: 36px;
  }
}
.ta-breadcrumb-section ul {
  gap: 5px;
}
.ta-breadcrumb-section ul li {
  font-size: 16px;
  color: var(--black-color);
  font-weight: 700;
}
@media (max-width: 767px) {
  .ta-breadcrumb-section ul li {
    font-size: 14px;
  }
}
.ta-breadcrumb-section ul li.ta-breadcrumb-end span {
  color: #020014;
}
.ta-breadcrumb-section ul li:not(:last-child)::after {
  content: ":";
  right: 0px;
  top: 50%;
  translate: 0px -50%;
  color: var(--black-color);
}

/* breadcrumb css end */
/* blog post css start */
.ta-blogPost-box .ta-authorBox {
  min-width: 245px;
  min-height: 50px;
  padding: 5px;
  border-radius: 40px;
  bottom: 10px;
  left: 50%;
  translate: -50% 0px;
  z-index: 1;
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  transition: 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.ta-blogPost-box .authorBox-thumb {
  width: 40px;
  height: 40px;
}
.ta-blogPost-box .authorBox-thumb img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.ta-blogPost-box .ta-name {
  font-size: 16px;
  font-family: var(--primary-font);
  font-weight: 500;
  color: #020014;
}
.ta-blogPost-box .ta-title {
  font-size: 28px;
  font-family: "Syne", sans-serif;
  color: #020014;
  font-weight: 600;
  letter-spacing: -0.02em;
}
@media (max-width: 991px) {
  .ta-blogPost-box .ta-title {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media (max-width: 475px) {
  .ta-blogPost-box .ta-title {
    font-size: 18px;
  }
}
.ta-blogPost-box .ta-title a {
  letter-spacing: -0.02em;
  color: #020014;
  font-size: 28px;
  font-family: "Syne", sans-serif;
  font-weight: 600;
}
@media (max-width: 991px) {
  .ta-blogPost-box .ta-title a {
    font-size: 24px;
  }
}
@media (max-width: 475px) {
  .ta-blogPost-box .ta-title a {
    font-size: 18px;
  }
}
.ta-blogPost-box .ta-meta-info {
  padding-left: 10px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #e6e6e8;
}
@media (max-width: 475px) {
  .ta-blogPost-box .ta-meta-info {
    padding-left: 0px !important;
  }
}
.ta-blogPost-box .ta-meta-info li {
  font-size: 14px;
}
.ta-blogPost-box .ta-meta-info li:not(:last-child) {
  border-right: 1px solid #e6e6e8;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .ta-blogPost-box .ta-meta-info li:not(:last-child) {
    padding-right: 15px;
  }
}
@media (max-width: 475px) {
  .ta-blogPost-box .ta-meta-info li:not(:last-child) {
    padding-right: 10px;
  }
}
.ta-blogPost-box .ta-meta-info li:not(:first-child) {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .ta-blogPost-box .ta-meta-info li:not(:first-child) {
    padding-left: 15px;
  }
}
@media (max-width: 475px) {
  .ta-blogPost-box .ta-meta-info li:not(:first-child) {
    padding-left: 10px;
  }
}
.ta-blogPost-box .ta-meta-info li a {
  color: var(--black-color);
}
.ta-blogPost-box .ta-meta-info li i {
  color: #020014;
  margin-right: 3px;
}
.ta-blogPost-box .noBorderPadding {
  padding: 0px !important;
  border: none !important;
  background: transparent;
}
.ta-blogPost-box .noBorderPadding li {
  padding: 0px !important;
  border: none !important;
}
.ta-blogPost-box .visibleOpOn {
  visibility: visible;
  opacity: 1;
  position: static;
  left: 0;
  top: 0;
  translate: 0px 0px;
  min-width: auto;
  min-height: auto;
}
.ta-blogPost-box .ta-thumb img {
  border-radius: 30px;
}
.ta-blogPost-box:hover .ta-authorBox {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.ta-blogPost-box__style-2 {
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
}
.ta-blogPost-box__style-2 .ta-thumb img {
  border-radius: 30px 30px 0px 0px;
  min-height: 200px;
  object-fit: cover;
}
.ta-blogPost-box__style-2 .ta-content {
  border-top: 0px !important;
  border: 1px solid #f2f2f3;
  border-radius: 0px 0px 30px 30px;
}
@media (max-width: 1199px) {
  .ta-blogPost-box__style-2 .ta-content.pl-60 {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 35px;
  }
}
@media (max-width: 475px) {
  .ta-blogPost-box__style-2 .ta-content.pl-60 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
  }
}
.ta-blogPost-box__style-2 .ta-meta-info {
  gap: 60px;
}
@media (max-width: 767px) {
  .ta-blogPost-box__style-2 .ta-meta-info {
    gap: 30px;
  }
}
@media (max-width: 475px) {
  .ta-blogPost-box__style-2 .ta-meta-info {
    gap: 10px;
  }
}
.ta-blogPost-box__style-2 .ta-title {
  width: 60%;
}
@media (max-width: 1199px) {
  .ta-blogPost-box__style-2 .ta-title {
    width: 70%;
    font-size: 28px;
  }
  .ta-blogPost-box__style-2 .ta-title a {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .ta-blogPost-box__style-2 .ta-title {
    font-size: 20px;
  }
  .ta-blogPost-box__style-2 .ta-title a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ta-blogPost-box__style-2 .ta-title {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ta-blogPost-box__style-2 .bottom-wrapper {
    flex-direction: column;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .ta-blogPost-box__style-2 .meta-wrapper {
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 15px;
  }
}
@media (max-width: 475px) {
  .ta-blogPost-box__style-2 .meta-wrapper {
    gap: 10px;
  }
}
.ta-blogPost-box__style-3 {
  border: 1px solid #f2f2f3;
  padding: 20px;
}
.ta-blogPost-box__style-3 .ta-meta-info {
  gap: 50px;
}
@media (max-width: 767px) {
  .ta-blogPost-box__style-3 .ta-meta-info {
    gap: 15px;
  }
}
.ta-blogPost-box__style-3 .ta-thumb {
  max-width: 40%;
}
@media (max-width: 767px) {
  .ta-blogPost-box__style-3 .ta-thumb {
    max-width: 100%;
  }
}
.ta-blogPost-box__style-3 .ta-content {
  width: 60%;
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .ta-blogPost-box__style-3 .ta-content {
    padding-left: 20px;
  }
  .ta-blogPost-box__style-3 .ta-content.pr-60 {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .ta-blogPost-box__style-3 .ta-content {
    width: 100%;
    padding-top: 30px;
  }
}
@media (max-width: 475px) {
  .ta-blogPost-box__style-3 .ta-content {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .ta-blogPost-box__style-3 .ta-title {
    font-size: 20px;
  }
  .ta-blogPost-box__style-3 .ta-title a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ta-blogPost-box__style-3 .ta-wrapper.d-flex {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .ta-blogPost-box__style-3 .bottom-wrapper.d-flex {
    justify-content: flex-start !important;
    gap: 20px;
  }
}
@media (max-width: 475px) {
  .ta-blogPost-box__style-3 .bottom-wrapper.d-flex {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
.ta-blogPost-box__style-default .ta-thumb {
  max-width: 100%;
}
.ta-blogPost-box__style-default .ta-thumb img {
  min-height: 200px;
  object-fit: cover;
}
.ta-blogPost-box__style-default .ta-content {
  width: 100%;
}
.ta-blogPost-box__style-default .ta-authorBox {
  background: transparent;
}
@media (max-width: 1199px) {
  .ta-blogPost-box__style-default .ta-content {
    padding: 10px;
    padding-top: 25px;
  }
}
@media (max-width: 475px) {
  .ta-blogPost-box__style-default .ta-content {
    padding: 0px;
    padding-top: 20px;
  }
}
.ta-blogPost-box.format-gallery .owl-nav div {
  border: none;
  left: 60px;
}
@media (max-width: 991px) {
  .ta-blogPost-box.format-gallery .owl-nav div {
    left: 30px;
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.ta-blogPost-box.format-gallery .owl-nav div.owl-next {
  left: auto;
  right: 60px;
}
@media (max-width: 991px) {
  .ta-blogPost-box.format-gallery .owl-nav div.owl-next {
    right: 30px;
  }
}

/* blog post css end */
/* PAGINATION CSS START */
.ta-pagination ul {
  list-style: none;
  padding: 0px !important;
  margin-bottom: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0px !important;
  gap: 10px;
}
.ta-pagination ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ta-pagination ul li:hover {
  border-color: transparent;
}
.ta-pagination ul li span,
.ta-pagination ul li a {
  width: 55px;
  height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #020014;
  font-size: 18px;
  font-weight: 700;
  background: #ffffff;
  border: 0.5px solid rgba(2, 0, 20, 0.05);
  border-radius: 50%;
}
@media (max-width: 475px) {
  .ta-pagination ul li span,
.ta-pagination ul li a {
    height: 40px;
    width: 40px;
    font-size: 14px;
  }
}
.ta-pagination ul li span:hover,
.ta-pagination ul li a:hover {
  color: #ffffff;
  background: #020014;
}
.ta-pagination ul li .current {
  color: #ffffff;
  background: #020014;
}
.ta-pagination__shop ul {
  gap: 15px;
}
.ta-pagination__shop ul li span,
.ta-pagination__shop ul li a {
  width: 50px;
  height: 50px;
  font-size: 15px;
}

/* PAGINATION CSS END */
/* sidebar css start */
.ta-blog-widget {
  border: 1px solid #f2f2f3;
  border-radius: 30px;
  padding: 50px 40px;
  padding-top: 42px;
  background: #ffffff;
}
@media (max-width: 475px) {
  .ta-blog-widget {
    padding: 30px 20px;
    padding-top: 32px;
  }
}
.ta-blog-widget .ta-heading {
  font-size: 24px;
  font-family: "Syne", sans-serif;
  color: #020014;
  font-weight: 600;
}
@media (max-width: 475px) {
  .ta-blog-widget .ta-heading {
    font-size: 20px;
  }
}
.ta-blog-widget .ta-heading i {
  font-size: 23px;
  background: linear-gradient(273.29deg, #2e20ff 72.84%, #963be9 88.48%, #ff56d2 104.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-right: 5px;
}
@media (max-width: 475px) {
  .ta-blog-widget .ta-heading i {
    font-size: 19px;
  }
}
.ta-blog-widget input {
  border: 1px solid #f2f2f3;
  min-height: 60px;
}
.ta-blog-widget .ta-search-widget {
  position: relative;
}
.ta-blog-widget .ta-search-widget button {
  right: 0px;
  font-size: 18px;
  right: 20px;
  translate: 0px -50%;
  top: 50%;
}
.ta-blog-widget .ta-category-lists li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.ta-blog-widget .ta-category-lists li:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.ta-blog-widget .ta-category-lists li:not(:last-child)::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  background: #f2f2f3;
  top: auto;
  bottom: 0px;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
}
.ta-blog-widget .ta-category-lists li span,
.ta-blog-widget .ta-category-lists li a {
  font-size: 18px;
  font-family: "Syne", sans-serif;
  color: #020014;
  font-weight: 600;
}
@media (max-width: 767px) {
  .ta-blog-widget .ta-category-lists li span,
.ta-blog-widget .ta-category-lists li a {
    font-size: 15px;
  }
}
.ta-blog-widget .ta-category-lists li:hover::after {
  transform: scaleX(1);
}
.ta-blog-widget .ta-category-lists li:hover span,
.ta-blog-widget .ta-category-lists li:hover a {
  color: var(--black-color);
}
.ta-blog-widget .ta-social-links {
  gap: 10px;
  border-bottom: 1px solid #f2f2f3;
}
.ta-blog-widget .ta-social-links a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  font-size: 16px;
  color: #020014;
  border: 1px solid #f2f2f3;
  border-radius: 50%;
  margin: 0px;
}
.ta-blog-widget .ta-social-links a:hover {
  background: #020014;
  color: #ffffff;
  border-color: #020014;
}

.ta-recent-posts .ta-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 475px) {
  .ta-recent-posts .ta-item {
    flex-direction: column;
    align-items: start;
  }
}
.ta-recent-posts .ta-item:not(:last-child) {
  margin-bottom: 30px;
}
.ta-recent-posts .ta-item .ta-title {
  margin-top: 5px;
}
.ta-recent-posts .ta-item .ta-title a {
  font-size: 18px;
  font-family: var(--primary-font);
  color: var(--black-color);
  font-weight: 400;
}
.ta-recent-posts .ta-item .ta-date {
  text-transform: uppercase;
  color: #020014;
  font-size: 14px;
  font-family: var(--primary-font);
  font-weight: 600;
}
.ta-recent-posts .ta-item .ta-thumb {
  width: 80px;
  margin-right: 20px;
}
@media (max-width: 475px) {
  .ta-recent-posts .ta-item .ta-thumb {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.ta-recent-posts .ta-item .ta-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.ta-recent-posts .ta-item .ta-content {
  width: calc(100% - 100px);
}
@media (max-width: 475px) {
  .ta-recent-posts .ta-item .ta-content {
    width: 100%;
  }
}

.tagcloud {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.tagcloud a {
  color: #AAABB2;
  border: 1px solid rgba(2, 0, 20, 0.1);
  padding: 0px 20px;
  min-height: 30px;
  border-radius: 3px;
  font-family: var(--primary-font);
  font-size: 14px;
}
.tagcloud a:hover {
  color: #020014;
}

.ta-shop-widget .ta-widget-title {
  font-size: 16px;
  font-family: var(--primary-font);
  font-weight: 500;
  color: #1B1B1B;
}
.ta-shop-widget .ta-filterBy-cat li {
  transition: 0.3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.ta-shop-widget .ta-filterBy-cat li:not(:last-child) {
  margin-bottom: 10px;
}
.ta-shop-widget .ta-filterBy-cat li span {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(16, 49, 120, 0.19);
  position: relative;
  transition: 0.3s;
}
.ta-shop-widget .ta-filterBy-cat li span::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  color: #ffffff;
}
.ta-shop-widget .ta-filterBy-cat li a {
  color: #787C81;
  font-family: var(--primary-font);
  font-size: 15px;
}
.ta-shop-widget .ta-filterBy-cat li.active a, .ta-shop-widget .ta-filterBy-cat li:hover a {
  color: #020014;
}
.ta-shop-widget .ta-filterBy-cat li.active span, .ta-shop-widget .ta-filterBy-cat li:hover span {
  background: #020014;
  border-color: #020014;
}
.ta-shop-widget .ta-filterBy-cat li.active span::after, .ta-shop-widget .ta-filterBy-cat li:hover span::after {
  opacity: 1;
  visibility: visible;
}
.ta-shop-widget .ta-filterBy-color {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px;
}
.ta-shop-widget .ta-filterBy-color li {
  border: 1px solid #D2D8E6;
  border-radius: 3px;
  padding: 3px;
  height: 29px;
  width: 29px;
}
.ta-shop-widget .ta-filterBy-color span {
  width: 21px;
  height: 21px;
}
.ta-shop-widget .ta-featureProducts .ta-item {
  gap: 20px;
}
.ta-shop-widget .ta-featureProducts .ta-item:not(:last-child) {
  margin-bottom: 30px;
}
.ta-shop-widget .ta-featureProducts .ta-thumb {
  width: 80px;
}
.ta-shop-widget .ta-featureProducts .ta-thumb img {
  width: 100%;
  height: 100%;
}
.ta-shop-widget .ta-featureProducts .ta-content {
  width: calc(100% - 80px);
}
.ta-shop-widget .ta-featureProducts .ta-title a {
  color: #1B1B1B;
  font-size: 12px;
  font-family: var(--primary-font);
}
.ta-shop-widget .ta-featureProducts .ta-price {
  color: #EA1B25;
  font-size: 13px;
  margin-top: 5px;
}
.ta-shop-widget .tagcloud a {
  border-radius: 40px;
  background: #F8F8F9;
  color: #77787B;
  font-size: 14px;
  border: none;
}
.ta-shop-widget .tagcloud a:hover {
  background: #020014;
  color: #ffffff;
}

/* sidebar css end */
/* loginSignUp css start */
.ta-loginSignUp-wrapper {
  width: 100%;
  border-radius: 30px;
  position: relative;
}
.ta-loginSignUp-wrapper .ta-title {
  font-size: 34px;
  font-weight: 700;
  font-family: "Syne", sans-serif;
}
@media (max-width: 991px) {
  .ta-loginSignUp-wrapper .ta-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .ta-loginSignUp-wrapper .ta-title {
    font-size: 18px;
  }
}
.ta-loginSignUp-wrapper p {
  font-family: var(--primary-font);
  font-size: 18px;
}
@media (max-width: 991px) {
  .ta-loginSignUp-wrapper p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .ta-loginSignUp-wrapper p {
    font-size: 14px;
  }
}
.ta-loginSignUp-wrapper .ta-inner-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .ta-loginSignUp-wrapper .ta-inner-wrapper {
    flex-direction: column-reverse;
  }
}
.ta-loginSignUp-wrapper .ta-thumb {
  height: 100%;
}
.ta-loginSignUp-wrapper .ta-thumb img {
  height: 100%;
  width: 100%;
}
.ta-loginSignUp-wrapper .ta-left-wrapper {
  display: grid;
}
.ta-loginSignUp-wrapper .ta-left-wrapper,
.ta-loginSignUp-wrapper .ta-right-wrapper {
  max-width: 50%;
  width: 100%;
  height: 100vh;
}
@media (max-width: 767px) {
  .ta-loginSignUp-wrapper .ta-left-wrapper,
.ta-loginSignUp-wrapper .ta-right-wrapper {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 575px) {
  .ta-loginSignUp-wrapper .ta-right-wrapper {
    min-height: 400px;
  }
  .ta-loginSignUp-wrapper .ta-right-wrapper .ta-thumb {
    min-height: 400px;
  }
  .ta-loginSignUp-wrapper .ta-right-wrapper .ta-thumb img {
    min-height: 400px;
  }
}
.ta-loginSignUp-wrapper .ta-formWrapper {
  max-width: 450px;
  margin: auto auto;
}
@media (max-width: 991px) {
  .ta-loginSignUp-wrapper .ta-formWrapper {
    padding: 30px;
  }
}
.ta-loginSignUp-wrapper .ta-social-login {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.ta-loginSignUp-wrapper .ta-social-login a {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(2, 0, 20, 0.05);
  border-radius: 50%;
  font-size: 18px;
}
.ta-loginSignUp-wrapper .ta-social-login a.fb {
  color: #3b5998;
}
.ta-loginSignUp-wrapper .ta-social-login a.fb:hover {
  background: #3b5998;
  color: #ffffff;
  border-color: #3b5998;
}
.ta-loginSignUp-wrapper .ta-social-login a.tw {
  color: #1da1f2;
}
.ta-loginSignUp-wrapper .ta-social-login a.tw:hover {
  background: #1da1f2;
  color: #ffffff;
  border-color: #1da1f2;
}
.ta-loginSignUp-wrapper .ta-social-login a.gg {
  color: #db4437;
}
.ta-loginSignUp-wrapper .ta-social-login a.gg:hover {
  background: #db4437;
  color: #ffffff;
  border-color: #db4437;
}
.ta-loginSignUp-wrapper .ta-button {
  width: 100%;
  text-align: center;
}
.ta-loginSignUp-wrapper .ta-button::before {
  background: #020014;
}
.ta-loginSignUp-wrapper .bottom-wrapper p {
  font-size: 16px;
}
.ta-loginSignUp-wrapper .bottom-wrapper p a {
  color: #020014;
  font-weight: 500;
}
.ta-loginSignUp-wrapper .bottom-wrapper p:not(.mt-30) {
  color: #020014;
}
.ta-loginSignUp-wrapper .ta-check-field a {
  color: #020014;
}
.ta-loginSignUp-wrapper .ta-content {
  padding: 100px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(100% - 240px);
  text-align: center;
  z-index: 1;
}
@media (max-width: 1599px) {
  .ta-loginSignUp-wrapper .ta-content {
    padding: 100px 50px;
  }
}
@media (max-width: 1199px) {
  .ta-loginSignUp-wrapper .ta-content {
    width: calc(100% - 80px);
  }
}
@media (max-width: 991px) {
  .ta-loginSignUp-wrapper .ta-content {
    padding: 50px 30px;
    padding: 50px 30px;
  }
}
.ta-loginSignUp-wrapper .ta-content::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.13);
  opacity: 0.6;
  border: 3px solid rgba(255, 255, 255, 0.22);
  border-radius: 30px;
  z-index: -1;
}
.ta-loginSignUp-wrapper .ta-content p {
  color: #ffffff;
  font-size: 34px;
  font-family: "Syne", sans-serif;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .ta-loginSignUp-wrapper .ta-content p {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .ta-loginSignUp-wrapper .ta-content p {
    font-size: 18px;
  }
}
.ta-loginSignUp-wrapper .ta-input-field {
  position: relative;
}
.ta-loginSignUp-wrapper .ta-input-field:not(.ta-check-field) input {
  width: 100%;
  min-height: 60px;
  padding-left: 90px;
}
.ta-loginSignUp-wrapper .ta-input-field:not(.ta-check-field) input::-webkit-input-placeholder {
  color: #b4b3b9;
  opacity: 1;
}
.ta-loginSignUp-wrapper .ta-input-field:not(.ta-check-field) input::-moz-placeholder {
  color: #b4b3b9;
  opacity: 1;
}
.ta-loginSignUp-wrapper .ta-input-field:not(.ta-check-field) input:-ms-input-placeholder {
  color: #b4b3b9;
  opacity: 1;
}
.ta-loginSignUp-wrapper .ta-input-field:not(.ta-check-field) input:-moz-placeholder {
  color: #b4b3b9;
  opacity: 1;
}
@media (max-width: 575px) {
  .ta-loginSignUp-wrapper .ta-input-field:not(.ta-check-field) input {
    min-height: 50px;
    padding-left: 70px;
  }
}
.ta-loginSignUp-wrapper .ta-input-field:not(.ta-check-field) input:focus::-webkit-input-placeholder {
  color: #020014;
  opacity: 1;
}
.ta-loginSignUp-wrapper .ta-input-field:not(.ta-check-field) input:focus::-moz-placeholder {
  color: #020014;
  opacity: 1;
}
.ta-loginSignUp-wrapper .ta-input-field:not(.ta-check-field) input:focus:-ms-input-placeholder {
  color: #020014;
  opacity: 1;
}
.ta-loginSignUp-wrapper .ta-input-field:not(.ta-check-field) input:focus:-moz-placeholder {
  color: #020014;
  opacity: 1;
}
.ta-loginSignUp-wrapper .ta-input-field .ta-icon {
  min-height: 60px;
  width: 60px;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--tertiary-color);
  color: #b4b3b9;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 575px) {
  .ta-loginSignUp-wrapper .ta-input-field .ta-icon {
    min-height: 50px;
    width: 50px;
    font-size: 14px;
  }
}
.ta-loginSignUp-wrapper .ta-input-field.is-active .ta-icon {
  color: #020014;
}
.ta-loginSignUp-wrapper .ta-input-field.is-active:not(.ta-check-field) input {
  color: #020014;
}
.ta-loginSignUp-wrapper .ta-inline-btn {
  color: #ffffff;
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.195em;
  right: 40px;
  top: 40px;
  z-index: 1;
}
@media (max-width: 575px) {
  .ta-loginSignUp-wrapper .ta-inline-btn {
    right: 20px;
    top: 20px;
    font-size: 12px;
  }
}
.ta-loginSignUp-wrapper .ta-inline-btn i {
  transform: rotate(45deg);
  margin-right: 10px;
  transition: 0.3s;
}
.ta-loginSignUp-wrapper .ta-inline-btn:hover i {
  transform: rotate(0deg);
}
@media (max-width: 575px) {
  .ta-loginSignUp-wrapper .ta-logo img {
    max-width: 120px;
  }
}

/* loginSignUp css end */
/* about css start */
.ta-nft-about-section .ta-section-heading p {
  font-size: 20px;
  font-family: var(--primary-font);
  line-height: 30px;
}
@media (max-width: 767px) {
  .ta-nft-about-section .ta-section-heading p {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .ta-nft-about-section .right-wrapper {
    margin-bottom: 50px;
    text-align: center;
  }
}

.ta-lists .ta-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.ta-lists .ta-item .ta-content {
  width: calc(100% - 95px);
}
@media (max-width: 767px) {
  .ta-lists .ta-item .ta-content {
    width: calc(100% - 85px);
  }
}
.ta-lists .ta-item .ta-title {
  font-family: var(--primary-font);
  font-size: 22px;
  margin-bottom: 8px;
  position: relative;
}
@media (max-width: 767px) {
  .ta-lists .ta-item .ta-title {
    font-size: 18px;
  }
}
.ta-lists .ta-item .ta-title::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 32px;
  height: 2px;
  background: #e6e6e6;
  top: 48%;
  translate: 0px 50%;
  left: 35px;
}
.ta-lists .ta-item p {
  font-size: 22px;
  font-family: var(--primary-font);
}
@media (max-width: 767px) {
  .ta-lists .ta-item p {
    font-size: 18px;
  }
}
.ta-lists .ta-icon img {
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .ta-lists .ta-icon {
    margin-right: 20px;
  }
}

.ta-abt-author-section {
  position: relative;
  z-index: 1;
}

.ta-abt-author-section::before {
    content: '';
    width: 30%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary-color);
}
@media (max-width: 1199px) {
  .ta-abt-author-section .ta-shape {
    display: none;
  }
}
.ta-abt-author-section .ta-shape__1 {
  top: 10%;
  left: 15%;
}
.ta-abt-author-section .ta-shape__2 {
  top: 8%;
  right: 15%;
}
@media (max-width: 1599px) {
  .ta-abt-author-section .ta-shape__2 {
    right: 5%;
  }
}
.ta-abt-author-section .ta-shape__3 {
  bottom: 20%;
    left: 5%;
}
.ta-abt-author-section .ta-shape__4 {
  bottom: 25%;
  right: 15%;
}
@media (max-width: 1599px) {
  .ta-abt-author-section .ta-shape__4 {
    right: 5%;
  }
}
/* .ta-abt-author-section::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
} */
.ta-abt-author-section .ta-author-quote {
  background: #ffebef;
  padding: 25px;
  border-radius: 10px;
  padding-top: 20px;
}
.ta-abt-author-section .ta-author-quote img {
  translate: 0px 5px;
}
.ta-abt-author-section .ta-author-quote p {
  font-family: var(--primary-font);
  color: var(--secondary-color);
  font-size: 18px;
}
.ta-abt-author-section .ta-wrapper {
  gap: 10px;
}
.ta-abt-author-section .ta-social-links a {
  color: var(--secondary-color);
}
.ta-abt-author-section .ta-social-links a:hover {
  color: #ffffff;
}


.ta-logo {
    padding: 9px 0;
    width: 196px;
}


@media (max-width: 1199px) {
  .ta-abt-author-section .ta-thumb {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .ta-abt-author-section .ta-right-wrapper {
    padding-left: 0px;
  }
}

/* about css end */
/* intro section css start */
.ta-intro-section p {
  color: #AAABB2;
  line-height: 28px;
  font-family: var(--primary-font);
}
.ta-intro-section p strong {
  color: #ffffff;
  font-weight: 500;
}
.ta-intro-section p:not(:last-child) {
  margin-bottom: 30px;
}
.ta-intro-section .ta-scroll-wrapper {
  bottom: -50px;
  translate: -50% 0px;
}
.ta-intro-section .ta-scroll-wrapper .ta-icon {
  opacity: 1;
}
.ta-intro-section .ta-scroll-wrapper span {
  font-size: 15px;
  color: #ffffff;
  opacity: 0.4;
}
.ta-intro-section .ta-border__bottom::before, .ta-intro-section .ta-border__bottom::after {
  display: none;
}
.ta-intro-section .ta-border__left::before {
  display: none;
}
.ta-intro-section .ta-border__left::after {
  top: auto;
  bottom: 0px;
}
.ta-intro-section .ta-border__right::before {
  display: none;
}
.ta-intro-section .ta-border__right::after {
  top: auto;
  bottom: 0px;
}

@media (max-width: 1199px) {
  .ta-ai-intro-section .ta-thumb {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .ta-ai-intro-section .ta-thumb img {
    width: 70%;
  }
}

/* intro section css end */
@media (max-width: 1199px) {
  .ta-about-section__style-app2 {
    padding-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .ta-about-section__style-app2 .ta-left-wrapper {
    padding-left: 0px;
  }
}
.ta-about-section__style-app2 .ta-list-items li {
  font-family: var(--primary-font);
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.ta-about-section__style-app2 .ta-list-items li i {
  margin-right: 10px;
  color: #adadad;
  font-size: 18px;
}
.ta-about-section__style-app2 .ta-list-items li:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .ta-about-section__style-app2 .ta-list-items li {
    font-size: 16px;
  }
}
.ta-about-section__style-app2 .ta-title {
  font-size: 20px;
}
.ta-about-section__style-app2 .ta-thumb {
  text-align: right;
  background-size: contain;
}
.ta-about-section__style-app2 .ta-thumb img {
  animation: tfupdown 0.8s infinite alternate;
}
@media (max-width: 1199px) {
  .ta-about-section__style-app2 .ta-thumb {
    text-align: center;
    margin-top: 80px;
  }
  .ta-about-section__style-app2 .ta-thumb img {
    max-width: 70%;
  }
}
.ta-about-section__style-app2 .ta-cercle-shape {
  max-width: 500px;
  max-height: 500px;
  left: 45%;
  translate: -50% 0px;
  bottom: 20%;
  background: linear-gradient(50.1deg, #3722ff 11.91%, #fc31f8 54.89%, #ffca3e 93.51%);
}
@media (max-width: 991px) {
  .ta-about-section__style-app2 .ta-cercle-shape {
    max-width: 400px;
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .ta-about-section__style-app2 .ta-cercle-shape {
    max-width: 300px;
    max-height: 300px;
  }
}
@media (max-width: 475px) {
  .ta-about-section__style-app2 .ta-cercle-shape {
    max-width: 250px;
    max-height: 250px;
  }
}
.ta-about-section__style-app2 .ta-dot-shape__1 {
  top: 78%;
  left: 7%;
}
.ta-about-section__style-app2 .ta-dot-shape__2 {
  bottom: 0%;
  right: 15%;
}
.ta-about-section .ta-shape {
  bottom: -20%;
  width: 100%;
}
@media (min-width: 2560px) {
  .ta-about-section .ta-shape {
    bottom: -40%;
  }
}
@media (max-width: 1599px) {
  .ta-about-section .ta-shape {
    bottom: -8%;
  }
}
@media (max-width: 1199px) {
  .ta-about-section .ta-shape {
    bottom: 10%;
  }
}
.ta-about-section .ta-shape img {
  width: 100%;
}

.ta-abt-author-ebook2 .ta-thumb {
  max-width: 450px;
  z-index: 1;
  mix-blend-mode: luminosity;
}
.ta-abt-author-ebook2 .ta-thumb img {
  border-radius: 50%;
}
.ta-abt-author-ebook2 .ta-shape {
  z-index: -1;
}
.ta-abt-author-ebook2 .ta-shape img {
  max-width: inherit;
}
@media (max-width: 991px) {
  .ta-abt-author-ebook2 .ta-shape img {
    max-width: 100%;
  }
}
.ta-abt-author-ebook2 .ta-section-heading {
  margin-bottom: 50px;
  max-width: 360px;
  translate: 0px -50%;
  left: 312px;
}
@media (max-width: 767px) {
  .ta-abt-author-ebook2 .ta-section-heading {
    position: static !important;
    max-width: 100%;
    margin-bottom: 0px;
    translate: 0px 0px;
    margin-top: 30px;
  }
}
.ta-abt-author-ebook2 .ta-border-shape {
  translate: 0px -50%;
  right: 50px;
}
@media (max-width: 1199px) {
  .ta-abt-author-ebook2 .ta-border-shape {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ta-abt-author-ebook2 .ta-right-wrapper {
    margin-top: 50px;
  }
}
.ta-abt-author-ebook2 .ta-right-wrapper p {
  color: #CBBDEE;
  line-height: 28px;
}
.ta-abt-author-ebook2 .ta-author-quote {
  background: #3D16A7;
  border: 1px solid #5b33c7;
  padding: 17px 25px;
  border-radius: 15px;
}
.ta-abt-author-ebook2 .ta-author-quote img {
  translate: 0px 5px;
}
.ta-abt-author-ebook2 .ta-author-quote p {
  font-weight: 700;
  font-family: var(--primary-font);
  color: #ffffff;
  font-size: 15px;
  line-height: 23px;
}

.ta-about-section-ebook2 .ta-inner-wrapper {
  z-index: 1;
}
.ta-about-section-ebook2 .ta-inner-wrapper::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #4821b1;
  width: 70%;
  border-radius: 30px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .ta-about-section-ebook2 .ta-inner-wrapper::after {
    width: 100%;
  }
}
.ta-about-section-ebook2 p {
  font-size: 16px;
  line-height: 28px;
  color: #CBBDEE;
}
@media (max-width: 575px) {
  .ta-about-section-ebook2 p br {
    display: none;
  }
}
.ta-about-section-ebook2 .ta-title {
  font-family: var(--primary-font);
  font-weight: 700;
}
.ta-about-section-ebook2 .ta-thumb img {
  filter: drop-shadow(37px 49px 60px rgba(65, 38, 139, 0.9));
}
@media (max-width: 1199px) {
  .ta-about-section-ebook2 .ta-thumb {
    margin-top: 50px;
  }
}
@media (max-width: 1599px) {
  .ta-about-section-ebook2.pl-120 {
    padding-left: 20px;
  }
  .ta-about-section-ebook2.pr-120 {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .ta-about-section-ebook2.pl-120 {
    padding-left: 10px;
  }
  .ta-about-section-ebook2.pr-120 {
    padding-right: 10px;
  }
}

/* about page css start */
.ta-aboutBox-item .ta-title {
  font-size: 18px;
  font-weight: 600;
  font-family: "Syne", sans-serif;
  color: #020014;
  line-height: 24px;
}
.ta-aboutBox-item p {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 475px) {
  .ta-aboutBox-item p br {
    display: none;
  }
}
@media (max-width: 1399px) {
  .ta-aboutBox-item.pl-75 {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .ta-aboutBox-item.pl-75 {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .ta-aboutBox-item.pl-50 {
    padding-left: 0px;
  }
}
@media (max-width: 475px) {
  .ta-aboutBox-item .ta-icon img {
    max-width: 100px;
  }
}

.ta-intro-section-abtPage .ta-thumb-right {
  max-width: 232px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .ta-intro-section-abtPage .ta-thumb-right {
    margin: 0 auto;
    margin-top: 50px;
  }
}
.ta-intro-section-abtPage .ta-thumb-right img {
  animation: ta-rotate 15s infinite linear;
}
.ta-intro-section-abtPage .ta-thumb-right .ta-shape img {
  animation: none;
}
.ta-intro-section-abtPage .ta-zoom-btn {
  opacity: 0;
  visibility: hidden;
  top: 45% !important;
}

.ta-thumb {
  transition: 0.4s;
}
.ta-thumb:hover .ta-zoom-btn {
  opacity: 1;
  visibility: visible;
  top: 50% !important;
}

.ta-team-section-abtPage {
  background: #F5F5FA;
}
.ta-team-section-abtPage .ta-shape {
  top: 50%;
  translate: 0px -50%;
}
.ta-team-section-abtPage .ta-shape__2 {
  right: 0;
  left: auto;
}

.ta-brand-section-abtPage .ta-brand-item {
  position: static;
  margin: 0 30px;
}
@media (max-width: 767px) {
  .ta-brand-section-abtPage .ta-brand-item {
    margin: 0 15px;
  }
}
.ta-brand-section-abtPage .js-marquee {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ta-brand-section-abtPage .ta-wrapper {
  padding: 30px 0px;
}

.ta-awardsWrapper .ta-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e8;
  padding: 30px 0px;
  transition: 0.4s;
  position: relative;
}
.ta-awardsWrapper .ta-item .ta-thumb {
  opacity: 0;
  visibility: hidden;
  left: 50%;
  top: 50%;
  transform: scale(0.6) translate(-50%, -50%);
}
.ta-awardsWrapper .ta-item:hover .ta-thumb {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translate(-50%, -50%);
}
.ta-awardsWrapper .ta-title {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--primary-font);
  color: #020014;
}
.ta-awardsWrapper .ta-inline-btn {
  font-size: 20px;
  color: #020014;
  rotate: -45deg;
}
@media (max-width: 1199px) {
  .ta-awardsWrapper.pl-120 {
    padding-left: 0px;
    margin-top: 50px;
  }
}

/* about page css end */
/* page details css start */
.ta-pageDetails .ta-title {
  font-size: 40px;
  font-weight: 600;
  font-family: "Syne", sans-serif;
  color: #020014;
}
@media (max-width: 991px) {
  .ta-pageDetails .ta-title {
    font-size: 28px;
  }
}
.ta-pageDetails .ta-title__fsz-40 {
  font-size: 40px;
}
@media (max-width: 991px) {
  .ta-pageDetails .ta-title__fsz-40 {
    font-size: 28px;
  }
}
.ta-pageDetails .ta-title__fsz-34 {
  font-size: 34px;
}
@media (max-width: 991px) {
  .ta-pageDetails .ta-title__fsz-34 {
    font-size: 22px;
  }
}
.ta-pageDetails .ta-title__fsz-24 {
  font-size: 24px;
}
@media (max-width: 991px) {
  .ta-pageDetails .ta-title__fsz-24 {
    font-size: 18px;
  }
}
.ta-pageDetails p {
  font-family: var(--primary-font);
}
.ta-pageDetails .ta-zoom-btn {
  opacity: 0;
  visibility: hidden;
  top: 45% !important;
}
.ta-pageDetails .meta-info li {
  font-family: var(--primary-font);
}
.ta-pageDetails .meta-info li:not(:last-child) {
  margin-bottom: 15px;
}
.ta-pageDetails .meta-info li strong {
  font-weight: 500;
  color: #020014;
}
.ta-pageDetails .ta-lists {
  padding-left: 20px;
}
.ta-pageDetails .ta-lists li:not(:last-child) {
  margin-bottom: 5px;
}
.ta-pageDetails .info-title {
  font-size: 16px;
  color: #020014;
  font-family: var(--primary-font);
  font-weight: 500;
}
.ta-pageDetails .contact-info li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.ta-pageDetails .contact-info li:not(:last-child) {
  margin-bottom: 15px;
}
.ta-pageDetails .contact-info li .ta-icon {
  margin-right: 10px;
}
.ta-pageDetails .contact-info li .ta-icon img {
  width: 20px;
}
.ta-pageDetails .contact-info li a {
  color: #020014;
  font-weight: 500;
}
.ta-pageDetails .contact-info li strong {
  font-weight: 500;
  color: #020014;
}
.ta-pageDetails .contact-info li p a {
  color: var(--black-color);
  text-decoration: underline;
  font-weight: 400;
}

/* team page css start */
.ta-teamDetails-wrapper .teamDetails-thumb::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(359.38deg, #020014 0.51%, rgba(2, 0, 20, 0) 40.47%);
  border-radius: 30px;
}
.ta-teamDetails-wrapper .ta-intro {
  font-size: 75px;
  letter-spacing: -0.02em;
  color: #ffffff;
  font-weight: 600;
  font-family: "Syne", sans-serif;
}
@media (max-width: 1199px) {
  .ta-teamDetails-wrapper .ta-intro {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .ta-teamDetails-wrapper .ta-intro {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .ta-teamDetails-wrapper .ta-intro {
    font-size: 18px;
  }
}
.ta-teamDetails-wrapper .ta-name {
  font-size: 222px;
  font-family: "Syne", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  text-shadow: 0px 10px 0px #020014;
}
@media (max-width: 1199px) {
  .ta-teamDetails-wrapper .ta-name {
    font-size: 150px;
  }
}
@media (max-width: 991px) {
  .ta-teamDetails-wrapper .ta-name {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .ta-teamDetails-wrapper .ta-name {
    font-size: 50px;
    text-shadow: 0px 5px 0px #020014;
  }
}
.ta-teamDetails-wrapper .teamDetails-content {
  position: relative;
  z-index: 1;
  margin-top: -180px;
}
@media (max-width: 1199px) {
  .ta-teamDetails-wrapper .teamDetails-content {
    margin-top: -140px;
  }
}
@media (max-width: 991px) {
  .ta-teamDetails-wrapper .teamDetails-content {
    margin-top: -100px;
  }
}
@media (max-width: 991px) {
  .ta-teamDetails-wrapper .teamDetails-content {
    margin-top: -60px;
  }
}

/* team page css end */
/* job page css start */
.ta-job-section .ta-wrapper {
  background: #ffffff;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .ta-job-section .ta-wrapper {
    padding: 100px 50px;
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .ta-job-section .ta-wrapper {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .ta-job-section .tab-content {
    padding-top: 50px;
  }
}

.ta-job-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .ta-job-tabs {
    gap: 10px;
  }
}
.ta-job-tabs a {
  font-size: 16px;
  font-family: var(--primary-font);
  border: 1px solid rgba(2, 0, 20, 0.1);
  border-radius: 20px;
  padding: 7px 20px;
  color: #020014;
  text-transform: capitalize;
  display: block;
}
@media (max-width: 767px) {
  .ta-job-tabs a {
    font-size: 14px;
  }
}
.ta-job-tabs a.active, .ta-job-tabs a:hover {
  background: #151325;
  color: #ffffff;
}

.ta-job-lists .ta-item {
  box-shadow: 0px 1px 4px rgba(0, 20, 90, 0.1);
  border-radius: 20px;
  padding: 35px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
}
@media (max-width: 575px) {
  .ta-job-lists .ta-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 20px;
  }
}
.ta-job-lists .ta-item:hover {
  transform: scaleX(1.05);
  transform-origin: center;
}
.ta-job-lists .ta-item:hover .ta-inline-btn {
  background: #020014;
  color: #ffffff;
}
.ta-job-lists .ta-title {
  font-size: 18px;
  font-weight: 600;
  font-family: "Syne", sans-serif;
  color: #020014;
}
.ta-job-lists .ta-meta {
  gap: 30px;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.ta-job-lists .ta-meta li {
  font-size: 14px;
  font-family: var(--primary-font);
}
.ta-job-lists .ta-meta li i {
  margin-right: 5px;
}
.ta-job-lists .ta-inline-btn {
  color: #020014;
  font-family: var(--primary-font);
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 6px 17px;
}
@media (max-width: 575px) {
  .ta-job-lists .ta-inline-btn {
    margin-top: 20px;
  }
}
.ta-job-lists .ta-inline-btn i {
  margin-left: 15px;
  transform: rotate(-45deg);
}

/* job page css end */
/* job details page css start */
@media (max-width: 1199px) {
  .ta-job-detailsPage .ta-form-wrapper {
    padding: 40px;
  }
}
@media (max-width: 475px) {
  .ta-job-detailsPage .ta-form-wrapper {
    padding: 40px 20px;
  }
}

/* job details page css end */
/* helpCenter css start */
@media (max-width: 475px) {
  .ta-helpSearch-wrapper {
    text-align: center;
  }
}
.ta-helpSearch-wrapper input {
  min-height: 70px;
  padding-left: 55px;
  box-shadow: 0px 1px 4px rgba(0, 20, 90, 0.1);
  border-radius: 10px;
}
@media (max-width: 475px) {
  .ta-helpSearch-wrapper input {
    min-height: 62px;
  }
}
.ta-helpSearch-wrapper input::placeholder {
  font-size: 14px;
  color: var(--black-color);
}
.ta-helpSearch-wrapper button {
  right: 10px;
  top: 10px;
}
@media (max-width: 475px) {
  .ta-helpSearch-wrapper button {
    position: static !important;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.ta-helpSearch-wrapper .ta-icon {
  position: absolute;
  left: 30px;
  top: 50%;
  translate: 0px -50%;
  font-size: 14px;
}
@media (max-width: 475px) {
  .ta-helpSearch-wrapper .ta-icon {
    top: 32px;
  }
}

.ta-helpCenter-tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .ta-helpCenter-tags {
    gap: 15px;
  }
}
.ta-helpCenter-tags a {
  color: var(--black-color);
  background: #f5f5fa;
  border-radius: 10px;
  padding: 7px 20px;
}
@media (max-width: 767px) {
  .ta-helpCenter-tags a {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ta-helpCenter-tags a:hover {
  background: #020014;
  color: #ffffff;
}

.ta-helpCenter-section .ta-inline-btn {
  font-size: 16px;
}
.ta-helpCenter-section .ta-inline-btn i {
  margin-left: 5px;
}
.ta-helpCenter-section .ta-inline-btn:hover {
  color: #020014;
}

.ta-helpcCenterInfo-section .ta-text {
  color: #020014;
}
@media (max-width: 475px) {
  .ta-helpcCenterInfo-section .ta-text {
    font-size: 14px;
  }
}
.ta-helpcCenterInfo-section .ta-heading {
  font-size: 24px;
  font-family: "Syne", sans-serif;
  font-weight: 600;
}
.ta-helpcCenterInfo-section .ta-wrapper {
  background: #f5f5fa;
}
@media (max-width: 1199px) {
  .ta-helpcCenterInfo-section .ta-wrapper {
    padding: 50px;
  }
}
@media (max-width: 475px) {
  .ta-helpcCenterInfo-section .ta-wrapper {
    padding: 50px 15px;
  }
}
.ta-helpcCenterInfo-section .ta-right-wrapper {
  background: #ffffff;
  border-radius: 30px;
  padding: 50px;
}
@media (max-width: 475px) {
  .ta-helpcCenterInfo-section .ta-right-wrapper {
    padding: 40px 15px;
  }
}
.ta-helpcCenterInfo-section .nice-select {
  border: 1px solid #e6e6e8;
  border-radius: 10px;
  min-height: 50px;
  height: 50px;
  line-height: 50px;
  box-shadow: none;
  padding-left: 20px;
}
.ta-helpcCenterInfo-section .nice-select::after {
  width: 7px;
  height: 7px;
  border-color: #020014;
}
.ta-helpcCenterInfo-section .nice-select .current {
  font-size: 16px;
  color: var(--black-color);
}
.ta-helpcCenterInfo-section .ta-input-field {
  min-height: 50px;
}
.ta-helpcCenterInfo-section input,
.ta-helpcCenterInfo-section textarea {
  border: 1px solid #e6e6e8;
  border-radius: 10px;
}
.ta-helpcCenterInfo-section textarea {
  min-height: 115px;
}
.ta-helpcCenterInfo-section .contact-info li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.ta-helpcCenterInfo-section .contact-info li:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 475px) {
  .ta-helpcCenterInfo-section .contact-info li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.ta-helpcCenterInfo-section .contact-info li .ta-icon {
  margin-right: 20px;
}
.ta-helpcCenterInfo-section .contact-info li a {
  color: var(--black-color);
  font-family: var(--primary-font);
}
.ta-helpcCenterInfo-section .contact-info li a.tel {
  font-size: 38px;
  font-weight: 600;
}
@media (max-width: 475px) {
  .ta-helpcCenterInfo-section .contact-info li a.tel {
    font-size: 24px;
  }
}
.ta-helpcCenterInfo-section .contact-info li strong {
  font-weight: 500;
  color: #020014;
}
@media (max-width: 475px) {
  .ta-helpcCenterInfo-section .contact-info .ta-mail {
    flex-direction: column;
    align-items: flex-start;
  }
  .ta-helpcCenterInfo-section .contact-info .ta-mail .ta-icon {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .ta-helpcCenterInfo-section .ta-left-wrapper {
    padding-top: 0px;
    margin-bottom: 50px;
  }
}

/* helpCenter css end */
/* blog page css */
/* blog detals css start */
.ta-blogPost-detailsWrapper .ta-blogPost-box {
  padding: 0px;
  border: none;
}
.ta-blogPost-detailsWrapper .ta-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
}
.ta-blogPost-detailsWrapper .ta-title span {
  color: var(--black-color);
  font-family: "Syne", sans-serif;
}
.ta-blogPost-detailsWrapper .ta-title__fsz-34 {
  font-size: 34px;
}
@media (max-width: 767px) {
  .ta-blogPost-detailsWrapper .ta-title__fsz-34 {
    font-size: 24px;
  }
}
.ta-blogPost-detailsWrapper .ta-content {
  padding: 0px;
  padding-top: 25px;
}
.ta-blogPost-detailsWrapper .ta-meta-info {
  gap: 45px;
}
@media (max-width: 767px) {
  .ta-blogPost-detailsWrapper .ta-meta-info {
    gap: 15px;
  }
  .ta-blogPost-detailsWrapper .ta-meta-info .authorBox-thumb {
    margin-right: 10px;
  }
  .ta-blogPost-detailsWrapper .ta-meta-info .ta-name {
    font-size: 14px;
  }
}
.ta-blogPost-detailsWrapper p {
  font-family: var(--primary-font);
}
.ta-blogPost-detailsWrapper p:not(:last-child) {
  margin-bottom: 25px;
}
.ta-blogPost-detailsWrapper blockquote {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 575px) {
  .ta-blogPost-detailsWrapper blockquote {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.ta-blogPost-detailsWrapper blockquote .ta-quoteIcon {
  box-shadow: 0px 7px 13px rgba(44, 65, 97, 0.13);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 auto;
  display: grid;
  place-items: center;
  margin-bottom: 25px;
}
.ta-blogPost-detailsWrapper blockquote p {
  letter-spacing: -0.02em;
  font-size: 24px;
  font-weight: 600;
  font-family: "Syne", sans-serif;
  color: #020014;
  line-height: 1.4;
  margin-bottom: 0px !important;
}
@media (max-width: 575px) {
  .ta-blogPost-detailsWrapper blockquote p {
    font-size: 18px;
  }
}
.ta-blogPost-detailsWrapper blockquote cite {
  margin-top: 20px;
  display: block;
}
.ta-blogPost-detailsWrapper .pl-10 {
  padding-left: 10px;
}
.ta-blogPost-detailsWrapper .pr-10 {
  padding-right: 10px;
}
@media (max-width: 575px) {
  .ta-blogPost-detailsWrapper .ta-social-links {
    justify-content: flex-start !important;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .ta-blogPost-detailsWrapper .ta-form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ta-postAuthor-wrapper {
  max-width: 560px;
  margin: 0 auto;
  padding: 0px 20px;
}
.ta-postAuthor-wrapper .ta-postAuthor-thumb {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.ta-postAuthor-wrapper .ta-postAuthor-thumb img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.ta-postAuthor-wrapper .ta-name {
  font-size: 20px;
  font-family: "Syne", sans-serif;
  color: #020014;
  font-weight: 600;
}
.ta-postAuthor-wrapper p {
  margin-bottom: 0px;
  line-height: 30px;
  font-size: 16px;
}

.ta-postNav-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 45px;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .ta-postNav-wrapper {
    flex-direction: column;
    gap: 25px;
  }
}
.ta-postNav-wrapper img {
  min-width: 18px;
  height: 18px;
}

.ta-postNav-box {
  box-shadow: 0px 7px 13px rgba(44, 65, 97, 0.13);
  border-radius: 20px;
  background: #ffffff;
  padding: 25px 50px;
  padding-bottom: 20px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .ta-postNav-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .ta-postNav-box {
    width: 100%;
  }
}
.ta-postNav-box .ta-icon {
  color: #020014;
  font-size: 18px;
  max-width: 30px;
}
.ta-postNav-box .ta-content {
  width: calc(100% - 60px);
  padding-top: 0px;
}
.ta-postNav-box .ta-title a {
  font-size: 16px;
  font-family: "Syne", sans-serif;
  color: #020014;
  font-weight: 600;
  line-height: 22px;
}
.ta-postNav-box .ta-date {
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 5px;
}

.ta-comment-box {
  padding-top: 35px;
  padding-bottom: 55px;
}
.ta-comment-box .comment-avatar {
  float: left;
  margin-right: 30px;
}
.ta-comment-box .comment-avatar img {
  max-width: 70px;
}
@media (max-width: 475px) {
  .ta-comment-box .comment-avatar img {
    margin-right: 0px;
  }
}
@media (max-width: 475px) {
  .ta-comment-box .comment-avatar {
    float: none;
    margin-bottom: 25px;
  }
}
.ta-comment-box .avatar-name {
  padding-right: 90px;
  line-height: 18px;
}
@media (max-width: 475px) {
  .ta-comment-box .avatar-name {
    padding-right: 0px;
  }
}
.ta-comment-box .avatar-name a {
  font-family: "Syne", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  color: #020014;
}
.ta-comment-box .ta-date {
  font-size: 14px;
  font-family: var(--primary-font);
  margin-top: 5px;
}
.ta-comment-box .comment-reply-link {
  display: inline-block;
  font-size: 12px;
  color: var(--black-color);
  font-weight: 600;
  background: #ffffff;
  box-shadow: 0px 14px 14px rgba(178, 186, 197, 0.26);
  border-radius: 15px;
  min-height: 30px;
  min-width: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 0;
  border: 1px solid rgba(2, 0, 20, 0.05);
}
.ta-comment-box .comment-desc {
  margin-top: 5px;
}
@media (max-width: 475px) {
  .ta-comment-box .comment-desc {
    margin-top: 10px;
  }
}
.ta-comment-box .comment-desc p {
  margin-bottom: 0px;
  line-height: 30px;
}
@media (max-width: 475px) {
  .ta-comment-box .comment-desc p {
    line-height: 25px;
    font-size: 14px;
  }
}
.ta-comment-box .comment-text {
  overflow: hidden;
  position: relative;
}

.ta-post-comments-wrapper .children {
  list-style: none;
  padding-left: 100px;
}
@media (max-width: 767px) {
  .ta-post-comments-wrapper .children {
    padding-left: 20px;
  }
}
.ta-post-comments-wrapper .children p {
  margin-bottom: 0px;
}

.ta-comment-lists ul:not(.children) > li:first-child .ta-comment-box {
  padding-top: 0px;
}

/* blog detals css end */
/* contact page css start */
.ta-contactInfo-box {
  background: #ffffff;
  padding: 60px 30px;
  padding-bottom: 55px;
  border-radius: 30px;
  box-shadow: 0px 4px 6px rgba(19, 33, 35, 0.06);
}
.ta-contactInfo-box .ta-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border: 1px solid #f2f2f3;
  border-radius: 50%;
  margin: 0 auto;
}
.ta-contactInfo-box .ta-title {
  font-size: 22px;
  font-family: "Syne", sans-serif;
  font-weight: 600;
}
.ta-contactInfo-box a {
  display: block;
}
.ta-contactInfo-box a,
.ta-contactInfo-box p {
  font-size: 16px;
  font-family: var(--primary-font);
  line-height: 28px;
  color: var(--black-color);
}

.ta-contactForm-section .ta-thumb {
  border-radius: 30px;
  background: #609af9;
  display: grid;
  place-items: center;
  height: 100%;
}
@media (max-width: 1199px) {
  .ta-contactForm-section .ta-thumb {
    padding: 30px 0px;
  }
}
@media (max-width: 575px) {
  .ta-contactForm-section .ta-thumb img {
    max-width: 50%;
  }
}
@media (max-width: 1199px) {
  .ta-contactForm-section .ta-form-wrapper {
    margin-top: 50px;
  }
}
@media (max-width: 475px) {
  .ta-contactForm-section .ta-form-wrapper {
    padding: 30px 20px;
  }
  .ta-contactForm-section .ta-form-wrapper .ta-title {
    font-size: 24px;
  }
}

.ta-officeAddres-lists {
  min-height: 500px;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.ta-officeAddres-lists .ta-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 75px;
  position: absolute;
}
@media (max-width: 991px) {
  .ta-officeAddres-lists .ta-item {
    gap: 35px;
  }
}
@media (max-width: 475px) {
  .ta-officeAddres-lists .ta-item {
    position: static;
  }
  .ta-officeAddres-lists .ta-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.ta-officeAddres-lists .ta-item__1 {
  left: 50px;
  top: 60px;
}
@media (max-width: 991px) {
  .ta-officeAddres-lists .ta-item__1 {
    top: 5px;
  }
}
.ta-officeAddres-lists .ta-item__2 {
  bottom: 0;
  left: 20%;
  flex-direction: row-reverse;
}
@media (max-width: 475px) {
  .ta-officeAddres-lists .ta-item__2 {
    flex-direction: row;
  }
}
.ta-officeAddres-lists .ta-item__2 .ta-content::after {
  left: auto;
  right: -65px;
}
.ta-officeAddres-lists .ta-item__3 {
  right: 10%;
  top: 120px;
}
@media (max-width: 991px) {
  .ta-officeAddres-lists .ta-item__3 {
    right: 5%;
    top: 160px;
  }
}
.ta-officeAddres-lists .ta-title {
  font-size: 20px;
  font-weight: 600;
  font-family: "Syne", sans-serif;
  margin-bottom: 5px;
}
.ta-officeAddres-lists .ta-content {
  border: 1px solid rgba(2, 0, 20, 0.05);
  box-shadow: 0px 4px 6px rgba(19, 33, 35, 0.06);
  border-radius: 5px;
  background: #ffffff;
  padding: 20px;
  padding-bottom: 15px;
  position: relative;
  max-width: 200px;
}
.ta-officeAddres-lists .ta-content::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 65px;
  height: 1px;
  background: rgba(16, 16, 16, 0.05);
  top: 50%;
  left: -65px;
  translate: 0px -50%;
}
.ta-officeAddres-lists .ta-dot {
  width: 25px;
  height: 25px;
  box-shadow: 0px 12.2597px 12.2597px rgba(135, 135, 135, 0.14);
  background: #ffffff;
  border-radius: 50%;
  position: relative;
  border: 2px solid #ffffff;
}
.ta-officeAddres-lists .ta-dot::before, .ta-officeAddres-lists .ta-dot::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  border: 3.06px solid #020014;
  border-radius: 50%;
}
.ta-officeAddres-lists .ta-dot::before {
  width: 9px;
  height: 9px;
  background: #020014;
  border: none;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}

@media (max-width: 1199px) {
  .ta-map-section {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .ta-map-section {
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .ta-map-section {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .ta-map-section .ta-mapWrapper {
    min-height: 500px;
  }
}
.ta-map-section .ta-mapWrapper .ta-thumb img {
  min-height: 500px;
}

/* contact page css end */
/* error page css start */
.ta-errorWrapper .ta-title {
  font-size: 34px;
  font-weight: 600;
  font-family: "Syne", sans-serif;
  letter-spacing: -0.02em;
}
@media (max-width: 991px) {
  .ta-errorWrapper .ta-title {
    font-size: 24px;
  }
}
@media (max-width: 475px) {
  .ta-errorWrapper .ta-title {
    font-size: 20px;
  }
}
.ta-errorWrapper .ta-icon {
  left: auto;
  right: 20px;
  top: 35px;
}
@media (max-width: 475px) {
  .ta-errorWrapper .ta-icon {
    top: 0px;
    position: absolute !important;
  }
}
.ta-errorWrapper .ta-input-field input {
  padding-left: 20px;
  text-transform: uppercase;
}
.ta-errorWrapper .ta-input-field input::placeholder {
  text-transform: uppercase;
}
.ta-errorWrapper .ta-button {
  position: static;
}
.ta-errorWrapper p {
  font-family: var(--primary-font);
  font-size: 18px;
}
@media (max-width: 767px) {
  .ta-errorWrapper p {
    font-size: 16px;
  }
}

/* error page css end */
.comming-soon-section {
  height: auto;
}
@media (max-width: 575px) {
  .comming-soon-section {
    padding-top: 30px;
    height: 100%;
  }
}
.comming-soon-section .ta-shape__1 {
  left: 5%;
  top: 30%;
  animation: down_10x 2s ease-in-out infinite;
}
.comming-soon-section .ta-shape__2 {
  right: 12%;
  top: 60%;
  animation: down_10x 2s ease-in-out infinite;
}
@media (max-width: 1599px) {
  .comming-soon-section .top-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .comming-soon-section .top-wrapper p a {
    font-size: 24px;
  }
}
.comming-soon-section .top-wrapper p a {
  font-size: 30px;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  display: inline-block;
  letter-spacing: -0.03em;
}
.comming-soon-section .top-wrapper p a::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  height: 2px;
  top: auto;
  bottom: -4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .comming-soon-section .top-wrapper p a::after {
    height: 1px;
    bottom: -2px;
  }
}
@media (max-width: 991px) {
  .comming-soon-section .top-wrapper p a {
    font-size: 18px;
  }
}
.comming-soon-section .ta-wrapper {
  padding-top: 225px;
  padding-bottom: 150px;
  padding-left: 130px;
  padding-right: 130px;
  z-index: 2;
}
@media (max-width: 991px) {
  .comming-soon-section .ta-wrapper {
    padding-top: 150px;
    padding-bottom: 100px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 575px) {
  .comming-soon-section .ta-wrapper {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.comming-soon-section .ta-wrapper::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(157, 191, 247, 0.13) 0%, rgba(0, 0, 0, 0.13) 95.25%);
  opacity: 0.6;
  border: 3px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0px 36px 92px rgba(0, 0, 0, 0.4);
  border-radius: 50px;
}
.comming-soon-section .ta-wrapper p {
  font-size: 18px;
  color: #CFCFD8;
  font-family: var(--primary-font);
  letter-spacing: 0.02em;
  line-height: 28px;
}
@media (max-width: 991px) {
  .comming-soon-section .ta-wrapper p br {
    display: none;
  }
}
@media (max-width: 575px) {
  .comming-soon-section .ta-wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
}
.comming-soon-section .ta-title {
  font-size: 72px;
  font-family: "Syne", sans-serif;
  font-weight: 600;
  letter-spacing: -0.05em;
}
@media (max-width: 1199px) {
  .comming-soon-section .ta-title {
    font-size: 52px;
  }
}
@media (max-width: 575px) {
  .comming-soon-section .ta-title {
    font-size: 36px;
  }
}
.comming-soon-section .ta-inner-shape {
  z-index: 1;
}
.comming-soon-section .ta-inner-shape__1 {
  left: -60px;
  bottom: 0;
  animation: zoom 2s ease-in-out infinite;
}
@media (max-width: 575px) {
  .comming-soon-section .ta-inner-shape__1 {
    left: -10px;
  }
  .comming-soon-section .ta-inner-shape__1 img {
    max-width: 40px;
  }
}
.comming-soon-section .ta-inner-shape__2 {
  right: -30px;
  top: -15px;
  animation: zoom 2s ease-in-out infinite;
}
@media (max-width: 575px) {
  .comming-soon-section .ta-inner-shape__2 {
    right: -10px;
    top: 0px;
  }
  .comming-soon-section .ta-inner-shape__2 img {
    max-width: 30px;
  }
}
.comming-soon-section input {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 251, 251, 0.06);
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  font-family: var(--primary-font);
}
.comming-soon-section input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.comming-soon-section input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.comming-soon-section input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.comming-soon-section input:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

/* shop page css start */
.ta-shopArchive-section .ta-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 35px;
}
@media (max-width: 991px) {
  .ta-shopArchive-section .ta-wrapper {
    flex-direction: column-reverse;
  }
}
.ta-shopArchive-section .ta-left-wrapper {
  width: 230px;
}
@media (max-width: 991px) {
  .ta-shopArchive-section .ta-left-wrapper {
    width: 100%;
    margin-top: 60px;
  }
}
.ta-shopArchive-section .ta-right-wrapper {
  width: calc(100% - 265px);
  background: #ffffff;
  border: 1px solid #EDEEF3;
}
@media (max-width: 991px) {
  .ta-shopArchive-section .ta-right-wrapper {
    width: 100%;
  }
}
@media (max-width: 475px) {
  .ta-shopArchive-section .tab-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.ta-shopFilter-wrapper {
  border: 1px solid #EDEEF3;
  min-height: 55px;
  padding: 13px 30px;
}
@media (max-width: 475px) {
  .ta-shopFilter-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    gap: 15px;
  }
}
.ta-shopFilter-wrapper .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}
.ta-shopFilter-wrapper .nav a {
  padding: 0px;
}

.ta-productBox {
  background: #e9e6e661;
  padding: 0px;
  border: none;
}
.ta-productBox .ta-badge {
  background: var(--tertiary-color);
  border-radius: 0px;
  text-transform: uppercase;
  line-height: 100%;
  padding: 3px 11px;
}
.ta-productBox .ta-badge.new {
  background: #00c34e;
  color: #ffffff;
}
.ta-productBox .ta-product-actions {
  flex-direction: column;
  right: 20px;
  top: 20px;
}
.ta-productBox .ta-product-actions .ta-action {
  font-size: 14px;
  width: 32px;
  height: 32px;
  background: var(--tertiary-color);
  color: #020014;
}
.ta-productBox .ta-product-actions .ta-action:hover {
  background: #020014;
  color: #ffffff;
}
.ta-productBox .ta-thumb {
  border: 1px solid #EDEEF3;
  min-height: 310px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 475px) {
  .ta-productBox .ta-thumb {
    min-height: 250px;
    width: 100%;
    max-width: 100%;
  }
}
.ta-productBox .ta-thumb img {
  min-height: auto;
}
.ta-productBox .ta-content .ta-title a {
  color: #020014;
  font-size: 14px;
  font-family: var(--primary-font);
  letter-spacing: 0px;
  font-weight: 500;
}
.ta-productBox .ta-price-wrapper {
  margin-top: 5px;
}
.ta-productBox .ta-price-wrapper .ta-price {
  color: #797881;
  font-size: 14px;
  font-family: var(--primary-font);
  color: #797881;
  font-weight: 500;
}
.ta-productBox .ta-price-wrapper .ta-price span {
  font-weight: 500;
  font-family: var(--primary-font);
}
.ta-productBox .ta-price-wrapper .ta-price del {
  color: #ED1D24;
}
.ta-productBox .ta-price-wrapper .ta-price del span {
  color: #ED1D24;
  margin-right: 5px;
  margin-left: 0px;
}
.ta-productBox .ta-price-wrapper .ta-price del span::after {
  background: #ED1D24;
}
.ta-productBox .ta-product-rating {
  gap: 3px;
}
.ta-productBox .ta-product-rating i {
  font-size: 12px;
  margin-right: 0px;
}
.ta-productBox__list-view {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}
@media (max-width: 767px) {
  .ta-productBox__list-view {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ta-productBox__list-view .ta-thumb {
  width: 305px;
}
@media (max-width: 767px) {
  .ta-productBox__list-view .ta-thumb {
    max-width: 305px;
    width: 100%;
  }
}
.ta-productBox__list-view .ta-content {
  width: calc(100% - 330px);
}
@media (max-width: 767px) {
  .ta-productBox__list-view .ta-content {
    width: 100%;
  }
}

/* shop page css end */
/* shop details css start */
.ta-shopDetails-section .ta-wrapper {
  background: #ffffff;
  padding: 65px 20px;
}
@media (max-width: 575px) {
  .ta-shopDetails-section .ta-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ta-shopDetails-section .ta-left-wrapper .ta-thumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .ta-shopDetails-section .ta-left-wrapper .ta-thumb {
    margin-bottom: 30px;
  }
}
.ta-shopDetails-section .ta-right-wrapper .ta-ttile {
  font-size: 35px;
  font-weight: 600;
  font-family: "Syne", sans-serif;
}
@media (max-width: 575px) {
  .ta-shopDetails-section .ta-right-wrapper .ta-ttile {
    font-size: 28px;
  }
}
.ta-shopDetails-section .ta-right-wrapper .ta-product-rating i {
  font-size: 14px;
  color: #FFDC60;
}
.ta-shopDetails-section .ta-right-wrapper .ta-review {
  color: #141515;
  font-family: var(--primary-font);
  font-weight: 500;
}
.ta-shopDetails-section .ta-right-wrapper p {
  color: #777B83;
}
.ta-shopDetails-section .ta-right-wrapper .ta-price {
  font-weight: 500;
  font-size: 36px;
  /* font-weight: 500; */
  color: #292930;
  letter-spacing: -0.03em;
  font-family: var(--primary-font);
}
.ta-shopDetails-section .ta-right-wrapper .ta-price span {
  font-family: var(--primary-font);
  color: #B9B9B9;
  font-size: 20px;
  margin-left: 0px;
}
.ta-shopDetails-section .ta-right-wrapper .ta-price del {
  color: #B9B9B9;
}
.ta-shopDetails-section .ta-right-wrapper .ta-price del span::after {
  background: #B9B9B9;
}
.ta-shopDetails-section .ta-right-wrapper .ta-label {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--primary-font);
  color: #0B0B0B;
}

.meta-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.ta-shopDetails-section .ta-right-wrapper .meta-info ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.ta-shopDetails-section .ta-right-wrapper .meta-info ul li {
    background: var(--secondary-color);
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    font-family: var(--primary-font);
    transition: 0.3s;
    line-height: 100%;
    text-transform: uppercase;
    color: #ffffff;
}
.ta-shopDetails-section .ta-right-wrapper .meta-info ul li:hover {
  background: #ffdc60;
  color: #0B0B0B;
}
.ta-shopDetails-section .ta-right-wrapper .ta-button {
  padding: 12px 58px;
  font-weight: 600;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .ta-shopDetails-section .ta-right-wrapper .ta-button {
    padding: 12px 35px;
  }
}
.ta-shopDetails-section .ta-right-wrapper .ta-button::after, .ta-shopDetails-section .ta-right-wrapper .ta-button::before {
  border-radius: 5px;
}
@media (max-width: 991px) {
  .ta-shopDetails-section .ta-right-wrapper .mt-40 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .ta-shopDetails-section .ta-right-wrapper .mt-35 {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .ta-shopDetails-section .ta-right-wrapper .mt-55 {
    margin-top: 45px;
  }
}
.ta-shopDetails-section .ta-heading {
  font-size: 30px;
  font-family: "Syne", sans-serif;
  font-weight: 600;
}
@media (max-width: 575px) {
  .ta-shopDetails-section .ta-heading {
    font-size: 24px;
  }
}

.ta-pdInfo-tabs .nav {
  padding: 0px;
}
.ta-pdInfo-tabs .nav a {
  font-weight: 500;
  font-size: 16px;
  padding: 13px 55px;
}
@media (max-width: 767px) {
  .ta-pdInfo-tabs .nav a {
    padding: 13px 25px;
    font-size: 14px;
  }
}

.ta-pdInfo-content p {
  font-family: var(--primary-font);
  color: #8A90A2;
  line-height: 30px;
}
.ta-pdInfo-content p:not(:last-child) {
  margin-bottom: 30px;
}

.ta-adi-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid var(--tertiary-color);
  border-bottom: 0px;
  color: #8A90A2;
}
.ta-adi-info li {
  border-bottom: 1px solid var(--tertiary-color);
  padding: 7px 15px;
  font-family: var(--primary-font);
  flex: 0 0 50%;
  max-width: 50%;
}

/* shop details css end */
/* cart page css start */
.ta-cart-wrapper thead th {
  font-size: 18px;
  border: none;
  padding: 16px 18px;
  color: #ffffff;
  background: #020014;
  font-family: var(--primary-font);
  font-weight: 500;
  border-right: 1px solid #ffffff;
}
.ta-cart-wrapper thead th:first-child {
  border-right: 0px;
  padding-left: 0px;
}
.ta-cart-wrapper table {
  border: none !important;
}
.ta-cart-wrapper table tbody {
  border: none;
}
.ta-cart-wrapper table tr:first-child td {
  padding-top: 35px;
  border-top: 0px;
}
.ta-cart-wrapper table tr:last-child td {
  padding-bottom: 35px;
}
.ta-cart-wrapper table tr td {
  padding: 20px 0px;
  border: 1px solid #EEEEEF;
}
.ta-cart-wrapper table tr td:first-child {
  border-right: 0px;
  padding-right: 20px;
}
.ta-cart-wrapper table tr td:nth-child(2) {
  border-left: 0px;
}
.ta-cart-wrapper .product-thumbnail {
  width: 120px;
  padding-right: 16px;
  min-width: 80px;
}
.ta-cart-wrapper .product-thumbnail::before {
  display: none;
}
.ta-cart-wrapper .product-thumbnail img {
  width: 90px;
  border-radius: 10px;
}
.ta-cart-wrapper .product-subtotal span,
.ta-cart-wrapper .product-price span {
  font-weight: 500;
  color: #020014;
  font-size: 15px;
}
.ta-cart-wrapper .ta-quantity {
  display: inline-block;
}
@media (max-width: 1199px) {
  .ta-cart-wrapper .ta-quantity {
    padding: 0px 5px;
  }
}
.ta-cart-wrapper .ta-quantity input {
  padding: 4px 0px;
  width: 127px;
}
@media (max-width: 1199px) {
  .ta-cart-wrapper .ta-quantity input {
    width: 115px;
  }
}
.ta-cart-wrapper .ta-input-plus-minus {
  margin-right: 0px;
}
.ta-cart-wrapper .coupon-left {
  width: 50%;
}
.ta-cart-wrapper .apply-coupon {
  justify-content: space-between;
  padding-top: 25px;
  flex-wrap: wrap;
  margin-top: -15px;
}
.ta-cart-wrapper .apply-coupon input {
  padding-left: 15px;
  padding-right: 40%;
  width: 100%;
  border: none;
  border-bottom: 1px solid #020014;
  border-radius: 0px;
}
.ta-cart-wrapper .apply-coupon input:focus {
  border-color: #020014;
}
.ta-cart-wrapper .apply-coupon .coupon-left {
  margin-top: 15px;
}
.ta-cart-wrapper .apply-coupon .update_cart {
  margin-top: 15px;
}
.ta-cart-wrapper .apply-coupon .update_cart .ta-btn {
  padding: 20px 28px !important;
  padding-bottom: 18px !important;
}

.ta-cart-total .wc-proceed-to-checkout {
  padding: 0px;
}
.ta-cart-total table.shop_table {
  margin-bottom: 0px;
  border: none !important;
}
.ta-cart-total table.shop_table tr {
  border: none;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.ta-cart-total table.shop_table tr th {
  text-align: left !important;
  border: none;
  padding-top: 35px;
  padding-bottom: 15px;
  vertical-align: top;
  padding-right: 30px;
  min-width: 140px;
  font-size: 18px;
  font-family: var(--primary-font);
  font-weight: 400;
}
.ta-cart-total table.shop_table tr td {
  border: none;
  padding-top: 35px;
  padding-bottom: 15px;
  width: 100%;
  text-align: right;
}
.ta-cart-total table.shop_table tr td span {
  color: #020014;
}
.ta-cart-total table.shop_table tr strong {
  font-weight: 400;
}
.ta-cart-total table.shop_table tbody {
  border: none;
}
.ta-cart-total h2 {
  font-size: 18px !important;
  text-transform: capitalize;
  font-weight: 500;
  font-family: var(--primary-font);
  text-align: center;
  background: #020014;
  padding: 16px 0px;
  color: #ffffff;
}
.ta-cart-total .ta-btn {
  background: #020014;
  text-transform: uppercase;
  font-size: 14px !important;
  line-height: 100%;
  padding: 25px 25px !important;
  margin-bottom: 0px;
  display: block;
}
.ta-cart-total .ta-btn:hover {
  background: #020014;
  color: #ffffff;
}
.ta-cart-total span.amount {
  font-weight: 700;
  color: #020014;
  font-size: 16px;
}

.ta-shopCart-section .ta-wrapper {
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ta-shopCart-section .ta-left-wrapper {
  width: calc(100% - 335px);
}
@media (max-width: 1199px) {
  .ta-shopCart-section .ta-left-wrapper {
    width: calc(100% - 300px);
  }
}
@media (max-width: 991px) {
  .ta-shopCart-section .ta-left-wrapper {
    width: 100%;
  }
}
.ta-shopCart-section .ta-right-wrapper {
  width: 335px;
  border-bottom: 1px solid #EEEEEF;
  border-right: 1px solid #EEEEEF;
}
@media (max-width: 1199px) {
  .ta-shopCart-section .ta-right-wrapper {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .ta-shopCart-section .ta-right-wrapper {
    margin-top: 30px;
    width: 100%;
    border-left: 1px solid #EEEEEF;
  }
}
.ta-shopCart-section .ta-thumb {
  border: 1px solid #F0F0F1;
  width: 100px;
  height: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .ta-shopCart-section .ta-thumb {
    margin-left: 20px;
  }
}
.ta-shopCart-section .ta-thumb img {
  max-width: 70px;
  max-height: 70px;
  object-fit: contain;
}
.ta-shopCart-section .ta-thumb .product-remove {
  width: 16px;
  height: 16px;
  top: -8px;
  right: -8px;
  color: #ffffff;
  font-size: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ea1b25;
}
.ta-shopCart-section .product-name .ta-title {
  font-size: 16px;
  font-family: var(--primary-font);
  font-weight: 500;
  color: #020014;
}
.ta-shopCart-section .meta-info {
  margin-top: 5px;
}
.ta-shopCart-section .meta-info__item {
  display: block;
}
.ta-shopCart-section .meta-info span {
  font-size: 14px;
  color: rgba(20, 33, 43, 0.8);
}
@media (max-width: 1199px) {
  .ta-shopCart-section .checkout-button {
    padding: 12px 25px;
  }
}

.ta-input-plus-minus {
  margin-right: 15px;
  position: relative;
}
.ta-input-plus-minus .ta-qty-btn {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #85878F;
}
.ta-input-plus-minus .ta-qty-btn.plus {
  left: auto;
  right: 0;
  padding-right: 10px;
}
.ta-input-plus-minus .ta-qty-btn.minus {
  padding-left: 10px;
}
.ta-input-plus-minus input {
  text-align: center;
  padding: 18px 0px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  color: #020014;
  border: 1px solid #E4E5E8;
  border-radius: 40px;
}

.ta-calculate-shipping .ta-title {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--primary-font);
}
.ta-calculate-shipping .ta-input-field {
  min-height: 60px;
}
.ta-calculate-shipping .nice-select {
  border-radius: 0px;
  padding-left: 20px;
  box-shadow: none;
}
.ta-calculate-shipping .nice-select .current {
  color: #020014;
}
.ta-calculate-shipping input {
  border: 1px solid #F2F2F2;
  min-height: 60px;
  color: #020014;
  border-radius: 0px;
}
.ta-calculate-shipping input::-webkit-input-placeholder {
  color: #85878F;
  opacity: 1;
}
.ta-calculate-shipping input::-moz-placeholder {
  color: #85878F;
  opacity: 1;
}
.ta-calculate-shipping input:-ms-input-placeholder {
  color: #85878F;
  opacity: 1;
}
.ta-calculate-shipping input:-moz-placeholder {
  color: #85878F;
  opacity: 1;
}
.ta-calculate-shipping input:focus {
  border-color: #020014;
}
.ta-calculate-shipping .ta-button {
  font-weight: 600;
  border-radius: 0px;
  padding: 12px 40px;
}
.ta-calculate-shipping .ta-button::after, .ta-calculate-shipping .ta-button::before {
  border-radius: 5px;
}

/* cart page css end */
/* checkout page css start */
.ta-shopCheckout-section .ta-coupon-wrapper .info {
  background: var(--tertiary-color);
}
.ta-shopCheckout-section .ta-coupon-wrapper p {
  font-size: 16px;
  font-family: var(--primary-font);
  width: 100%;
  text-align: center;
  padding: 17px 0px;
}
.ta-shopCheckout-section .ta-coupon-wrapper p span {
  color: #020014;
  font-family: var(--primary-font);
  cursor: pointer;
  font-weight: 500;
}
.ta-shopCheckout-section .ta-coupon-wrapper .checkout-coupon input {
  width: 100%;
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
.ta-shopCheckout-section .ta-coupon-wrapper .ta-button {
  margin-top: 20px;
}
.ta-shopCheckout-section #ship-box-info,
.ta-shopCheckout-section .create-account,
.ta-shopCheckout-section .coupon-checkout-content {
  display: none;
}
.ta-shopCheckout-section .ta-wrapper {
  background: #ffffff;
}
@media (max-width: 575px) {
  .ta-shopCheckout-section .ta-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }
}
.ta-shopCheckout-section h3 {
  font-size: 28px;
  font-family: "Syne", sans-serif;
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .ta-shopCheckout-section h3 {
    font-size: 24px;
  }
}
.ta-shopCheckout-section label {
  font-size: 15px;
  margin-bottom: 6px;
}
.ta-shopCheckout-section textarea,
.ta-shopCheckout-section input {
  border: 1px solid #EEEEEF;
  border-radius: 0px;
  padding: 11px 20px !important;
  font-size: 14px;
}
.ta-shopCheckout-section .nice-select {
  border: 1px solid #EEEEEF;
  min-height: 50px;
  height: 50px;
  border-radius: 0px;
  font-size: 14px;
  padding-left: 20px;
  line-height: 50px;
}
.ta-shopCheckout-section .nice-select .current {
  font-size: 14px;
}
.ta-shopCheckout-section .nice-select:focus {
  border: 1px solid #EEEEEF;
}
.ta-shopCheckout-section textarea {
  max-height: 120px;
}
.ta-shopCheckout-section .ta-input-field {
  margin-top: 20px;
}

.create-acc,
.ship-different-title {
  margin-top: 20px;
}
.create-acc h3,
.ship-different-title h3 {
  margin-bottom: 20px;
}
.create-acc label,
.ship-different-title label {
  display: inline-block;
  width: auto;
  margin-right: 15px;
  margin-bottom: 0px;
}
.create-acc input,
.ship-different-title input {
  width: auto;
  display: inline-block;
}

.create-acc label {
  margin-left: 10px;
  margin-right: 0px;
}

.your-order {
  border: 1px solid #EEEEEF;
  padding: 30px;
}
@media (max-width: 1199px) {
  .your-order {
    margin-top: 30px;
  }
}
@media (max-width: 475px) {
  .your-order {
    padding: 15px;
  }
}
.your-order table {
  background: none;
  border: 0;
  width: 100%;
}
.your-order table td,
.your-order table th {
  font-family: var(--primary-font);
  font-weight: 500;
  border-bottom: 1px solid #EEEEEF;
  border-right: medium none;
  color: var(--black-color);
  font-size: 14px;
  padding: 15px 0;
  text-align: left;
}
.your-order table td:last-child,
.your-order table th:last-child {
  text-align: right;
}
.your-order table th {
  border-top: medium none;
  color: #020014;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.payment-method {
  margin-top: 40px;
}
.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #EEEEEF;
  margin: 0 !important;
}
.payment-method .btn-link {
  -moz-user-select: none;
  user-select: none;
  background: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #1b1b1b;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  font-size: 14px;
  font-family: var(--primary-font);
}
.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  margin-bottom: 10px;
}
.payment-method .accordion .card:first-of-type {
  border: 1px solid #eaedff;
}
.payment-method .card-body {
  font-size: 14px;
  color: var(--black-color);
  font-family: var(--primary-font);
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

/* checkout page css end */
/* process page css start */
.ta-process-section .ta-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .ta-process-section .ta-wrapper {
    padding: 50px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .ta-process-section .ta-wrapper {
    padding: 50px 30px;
    padding-bottom: 80px;
  }
}

/* story css start */
.ta-processWrapper {
  position: relative;
  padding: 5px 0px;
  padding-top: 0px;
}
@media (max-width: 991px) {
  .ta-processWrapper {
    padding: 0px;
    padding-left: 50px;
  }
}
@media (max-width: 475px) {
  .ta-processWrapper {
    padding-left: 30px;
  }
}
.ta-processWrapper::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 1px;
  left: 50%;
  translate: -50% 0px;
  background: #020014;
}
@media (max-width: 991px) {
  .ta-processWrapper::after {
    left: 0;
    translate: 0px 0px;
  }
}
.ta-processWrapper img {
  border-radius: 0px;
}
@media (max-width: 991px) {
  .ta-processWrapper .ta-inner-wrapper .ta-processBox:not(:last-child) {
    margin-bottom: 40px;
  }
}

.ta-processBox {
  position: relative;
  width: 40px;
  margin: 0 auto 240px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 991px) {
  .ta-processBox {
    width: auto;
    margin: 0px;
  }
}
.ta-processBox .ta-dot {
  width: 23px;
  height: 23px;
  translate: 9px 90px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #020014;
  z-index: 1;
  position: relative;
}
@media (max-width: 991px) {
  .ta-processBox .ta-dot {
    position: absolute;
    left: -70px;
    z-index: 2;
    top: 0;
  }
}
@media (max-width: 475px) {
  .ta-processBox .ta-dot {
    left: -50px;
  }
}
.ta-processBox .ta-icon {
  position: absolute;
  top: 40px;
  left: -170px;
}
@media (max-width: 991px) {
  .ta-processBox .ta-icon {
    position: static;
  }
}
.ta-processBox .ta-content-wrapper {
  position: absolute;
  width: 430px;
  right: -560px;
  top: 0;
}
@media (max-width: 1199px) {
  .ta-processBox .ta-content-wrapper {
    width: 380px;
    right: -480px;
  }
}
@media (max-width: 991px) {
  .ta-processBox .ta-content-wrapper {
    position: static;
    width: 100%;
  }
}
.ta-processBox .ta-content {
  background: #ffffff;
  position: relative;
  z-index: 2;
  margin-top: 40px;
  padding-right: 60px;
}
@media (max-width: 1199px) {
  .ta-processBox .ta-content {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .ta-processBox .ta-content {
    padding-right: 0px;
  }
}
.ta-processBox .ta-title {
  font-size: 30px;
  font-family: "Syne", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #020014;
}
@media (max-width: 991px) {
  .ta-processBox .ta-title {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .ta-processBox .ta-title {
    font-size: 24px;
  }
}
@media (max-width: 475px) {
  .ta-processBox .ta-title {
    font-size: 20px;
  }
}
.ta-processBox .ta-shape {
  bottom: -30px;
}
.ta-processBox .ta-shape__1 {
  display: none;
}
.ta-processBox .ta-shape__2 {
  left: -87px;
}
@media (max-width: 991px) {
  .ta-processBox .ta-shape {
    display: none !important;
  }
}
.ta-processBox:nth-child(2n) .ta-content-wrapper {
  left: -560px;
  right: auto;
  text-align: right;
}
@media (max-width: 1199px) {
  .ta-processBox:nth-child(2n) .ta-content-wrapper {
    left: -480px;
  }
}
@media (max-width: 991px) {
  .ta-processBox:nth-child(2n) .ta-content-wrapper {
    text-align: left;
  }
}
.ta-processBox:nth-child(2n) .ta-content {
  padding-right: 0px;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .ta-processBox:nth-child(2n) .ta-content {
    padding-left: 0px;
  }
}
.ta-processBox:nth-child(2n) .ta-icon {
  left: auto;
  right: -210px;
}
.ta-processBox:nth-child(2n) .ta-shape {
  bottom: -30px;
}
.ta-processBox:nth-child(2n) .ta-shape__1 {
  display: block;
  right: -87px;
}
.ta-processBox:nth-child(2n) .ta-shape__2 {
  display: none;
}
.ta-processBox:last-child {
  margin: 0 auto 202px;
}
@media (max-width: 991px) {
  .ta-processBox:last-child {
    margin: 0px;
  }
}

/* story css end */
/* fotter css start */
.ta-footer .ta-logo img {
  width: 150px;
}
@media (max-width: 991px) {
  .ta-footer .bottom-right {
    margin-top: 20px;
  }
  .ta-footer .bottom-right ul {
    justify-content: center !important;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .ta-footer .bottom-right {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .ta-footer .pl-20,
.ta-footer .pl-50 {
    padding-left: 0px;
  }
}

.widget-title__white {
  color: #ffffff;
}

.ta-nft-footer-wrapper {
  background: #ffffff;
  border-radius: 10px;
  padding: 0px 60px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 1199px) {
  .ta-nft-footer-wrapper {
    padding: 0px 40px;
  }
}
@media (max-width: 991px) {
  .ta-nft-footer-wrapper {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .ta-nft-footer-wrapper {
    padding: 0px 0px;
  }
}
.ta-nft-footer-wrapper .ta-footer-widget {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .ta-nft-footer-wrapper .ta-footer-widget {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .ta-nft-footer-wrapper .ta-footer-widget .mt-75 {
    margin-top: 20px;
  }
}
.ta-nft-footer-wrapper .widget-title {
  font-size: 16px;
  font-weight: 700;
  color: #1B1B1B;
  font-family: var(--primary-font);
}
.ta-nft-footer-wrapper .ta-scroll-wrapper {
  margin: 0 auto;
}
.ta-nft-footer-wrapper .col-xl-4 {
  width: 30%;
}
@media (max-width: 991px) {
  .ta-nft-footer-wrapper .col-xl-4 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .ta-nft-footer-wrapper .col-xl-4 {
    width: 100%;
  }
}
.ta-nft-footer-wrapper .ta-extra-col-width {
  width: 40%;
}
@media (max-width: 991px) {
  .ta-nft-footer-wrapper .ta-extra-col-width {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .ta-nft-footer-wrapper .ta-extra-col-width {
    width: 100%;
  }
}
.ta-nft-footer-wrapper a,
.ta-nft-footer-wrapper p {
  font-family: var(--primary-font);
}

.ta-footer-widget ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
}
.ta-footer-widget ul li:not(:last-child) {
  margin-bottom: 15px;
}
.ta-footer-widget ul li a {
  color: var(--black-color);
}
@media (max-width: 1199px) {
  .ta-footer-widget.pr-40 {
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .ta-footer-widget.pl-40 {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .ta-footer-widget.pl-40 {
    padding-left: 0px;
  }
}

.ta-linkwidget-wrapper {
  border-left: 1px solid rgba(27, 27, 27, 0.1);
  border-right: 1px solid rgba(27, 27, 27, 0.1);
  padding: 60px;
}
@media (max-width: 1199px) {
  .ta-linkwidget-wrapper {
    padding: 40px;
  }
}
.ta-linkwidget-wrapper .inner-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .ta-linkwidget-wrapper {
    border: none;
    padding: 0px;
  }
}

.ta-footer-nft-bottom-wrapper {
  position: relative;
  z-index: 2;
  padding: 35px 0px;
}
.ta-footer-nft-bottom-wrapper p,
.ta-footer-nft-bottom-wrapper a {
  font-family: var(--primary-font);
  color: var(--black-color);
}
.ta-footer-nft-bottom-wrapper ul li:not(:last-child) {
  margin-right: 30px;
}

.ta-about-widget p {
  line-height: 30px;
}
@media (max-width: 1199px) {
  .ta-about-widget p {
    padding-right: 0px;
  }
}

.ta-nft-footer .ta-newsletter-wrapper.mt-110 {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .ta-nft-footer .ta-newsletter-wrapper.mt-110 {
    margin-top: 30px;
  }
}

.ta-app-footer .ta-footer-widget {
  padding-top: 0px;
  padding-bottom: 0px;
}
.ta-app-footer .widget-title {
  font-size: 18px;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}
.ta-app-footer .ta-shape {
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  bottom: -115px;
  width: 100%;
}
@media (max-width: 1199px) {
  .ta-app-footer .ta-shape {
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.ta-app-footer .ta-shape img {
  width: 100%;
}
.ta-app-footer span,
.ta-app-footer li,
.ta-app-footer a,
.ta-app-footer p {
  color: #ADADAD !important;
  font-size: 15px;
  font-family: var(--primary-font);
}
.ta-app-footer .ta-footer-widget ul li:not(:last-child) {
  margin-bottom: 10px;
}
.ta-app-footer .ta-wrapper {
  border-bottom: 1px solid #272729;
}
.ta-app-footer .ta-dual-buttons {
  gap: 10px;
  flex-wrap: nowrap;
}
.ta-app-footer .ta-dual-buttons img {
  width: 100%;
}
.ta-app-footer .ta-dual-buttons a {
  width: 50%;
  border: 1px solid #3A3E44;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .ta-app-footer .ta-dual-buttons a {
    max-width: 140px;
  }
}
@media (max-width: 424px) {
  .ta-app-footer .col-6 {
    width: 100%;
  }
}

.ta-footer-app-bottom-wrapper {
  padding: 30px 0px;
  padding-bottom: 70px;
}
.ta-footer-app-bottom-wrapper .ta-scroll-wrapper {
  margin: 0px;
  color: #020014;
}

.ta-contact-infos .ta-icon {
  width: 45px;
  height: 45px;
  border: 1px solid #ebebed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #1060fc;
  box-shadow: 0px 4px 18px rgba(155, 165, 190, 0.16);
  border-radius: 50%;
}
.ta-contact-infos .ta-content {
  width: calc(100% - 60px);
}
.ta-contact-infos .ta-content a {
  color: var(--black-color);
}

.ta-suppli-footer .top-wrapper {
  position: relative;
}
.ta-suppli-footer .top-wrapper::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.82);
  z-index: -1;
}
.ta-suppli-footer .ta-shape {
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  top: 0;
  text-align: center;
}
.ta-suppli-footer .widget-title {
  font-size: 20px;
  font-family: var(--primary-font);
  font-weight: 700;
}
.ta-suppli-footer p,
.ta-suppli-footer li,
.ta-suppli-footer span,
.ta-suppli-footer a {
  color: #ffffff;
  opacity: 0.7;
}
.ta-suppli-footer .ta-footer-widget ul li {
  transition: 0.3s;
}
.ta-suppli-footer .ta-footer-widget ul li a {
  color: #ffffff;
  opacity: 1;
  font-weight: 400;
}
.ta-suppli-footer .ta-footer-widget ul li:hover {
  opacity: 1;
}
.ta-suppli-footer .ta-social-links a {
  border-radius: 50%;
  background: #232323;
  color: #ffffff;
  border: none;
  opacity: 1;
}
.ta-suppli-footer .ta-social-links a:hover {
  background: #f6fe84;
  color: #020014;
}
.ta-suppli-footer .ta-contact-infos a {
  color: #ffffff;
  opacity: 1;
}
.ta-suppli-footer .ta-contact-infos .ta-icon {
  border: none;
  width: 30px;
  margin-right: 0px;
  box-shadow: none;
  height: auto;
  display: inline-block;
  color: #f6fe84;
}
.ta-suppli-footer .bottom-wrapper__suppli {
  background: #232323;
  padding: 33px 0px;
}
.ta-suppli-footer .bottom-wrapper__suppli a,
.ta-suppli-footer .bottom-wrapper__suppli p {
  color: #ffffff;
}
.ta-suppli-footer .bottom-wrapper__suppli #copyright-date {
  color: #ffffff;
  font-family: var(--primary-font);
  opacity: 1;
}
@media (max-width: 991px) {
  .ta-suppli-footer .bottom-right {
    margin-top: 20px;
    text-align: center;
  }
}

.ta-footer-menu ul {
  gap: 40px;
}
@media (max-width: 767px) {
  .ta-footer-menu ul {
    gap: 15px;
  }
}
.ta-footer-menu ul li a {
  color: #ffffff;
}
.ta-footer-menu__ebook ul {
  gap: 60px;
}
@media (max-width: 991px) {
  .ta-footer-menu__ebook ul {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .ta-footer-menu__ebook ul {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.ta-footer-menu__ebook ul li a {
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 991px) {
  .ta-footer-menu__ebook ul li a {
    font-size: 14px;
  }
}
@media (max-width: 475px) {
  .ta-footer-menu__ebook ul li a {
    font-size: 12px;
  }
}
.ta-footer-menu__ai {
  position: relative;
}
@media (max-width: 1199px) {
  .ta-footer-menu__ai.pt-45 {
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .ta-footer-menu__ai {
    padding: 20px 20px !important;
  }
}
.ta-footer-menu__ai::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  width: 110%;
  left: -60px;
}
@media (max-width: 1199px) {
  .ta-footer-menu__ai::before {
    left: -45px;
  }
}
.ta-footer-menu__ai ul {
  gap: 30px;
}
@media (max-width: 1199px) {
  .ta-footer-menu__ai ul {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .ta-footer-menu__ai ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.ta-footer-menu__ai ul li a {
  font-family: var(--primary-font);
}
.ta-footer-menu__ai ul li a:hover {
  opacity: 0.7;
}
@media (max-width: 1199px) {
  .ta-footer-menu__ai ul li a {
    font-size: 14px;
  }
}
.ta-footer-menu__ico ul {
  gap: 30px;
}
@media (max-width: 1199px) {
  .ta-footer-menu__ico ul {
    justify-content: center !important;
    gap: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .ta-footer-menu__ico ul {
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .ta-footer-menu__ico ul li {
    line-height: 100%;
  }
}
.ta-footer-menu__ico ul li a {
  font-size: 14px;
  font-family: var(--primary-font);
  color: var(--black-color);
}
.ta-footer-menu__ico ul li a:hover {
  color: #020014;
}
.ta-footer-menu__ebook2 ul {
  gap: 60px;
}
@media (max-width: 1399px) {
  .ta-footer-menu__ebook2 ul {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .ta-footer-menu__ebook2 ul {
    gap: 15px;
  }
}
.ta-footer-menu__ebook2 ul li a {
  font-family: var(--primary-font);
  letter-spacing: 0.14em;
  font-size: 14px;
}
@media (max-width: 991px) {
  .ta-footer-menu__ebook2 ul li a {
    font-size: 12px;
  }
}

.ta-ai-footer .ta-border::before, .ta-ai-footer .ta-border::after {
  display: none;
}
.ta-ai-footer .ta-border__left {
  left: 0px;
}
.ta-ai-footer .ta-border__left::before, .ta-ai-footer .ta-border__left::after {
  display: inline-block;
}
.ta-ai-footer .ta-border__left::before {
  top: -1px;
}
.ta-ai-footer .ta-border__left::after {
  top: auto;
  bottom: -1px;
}
.ta-ai-footer .ta-border__right {
  right: 0px;
}
.ta-ai-footer .ta-border__right::before, .ta-ai-footer .ta-border__right::after {
  display: inline-block;
}
.ta-ai-footer .ta-border__right::before {
  top: -1px;
}
.ta-ai-footer .ta-border__right::after {
  top: auto;
  bottom: -1px;
}
.ta-ai-footer .ta-wrapper .ta-border__right {
  right: 0px;
}
.ta-ai-footer .ta-wrapper .ta-border__right::before {
  top: -1px;
  display: inline-block;
}
.ta-ai-footer .ta-wrapper .ta-border__right::after {
  top: auto;
  bottom: -1px;
  display: inline-block;
}
.ta-ai-footer .widget-title {
  font-size: 15px;
  font-family: var(--primary-font);
}
.ta-ai-footer .widget-title__fz-45 {
  font-size: 45px;
}
@media (max-width: 1199px) {
  .ta-ai-footer .widget-title__fz-45 {
    font-size: 32px;
  }
}
.ta-ai-footer .ta-scroll-wrapper {
  gap: 20px;
  color: #AAABB2;
  font-weight: 600;
  font-family: var(--primary-font);
}
.ta-ai-footer .ta-scroll-wrapper .ta-icon {
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ta-ai-footer .ta-scroll-wrapper .ta-icon::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.1;
}
.ta-ai-footer .ta-scroll-wrapper .ta-icon img {
  width: 14px;
}
.ta-ai-footer p {
  color: #AAABB2;
}
.ta-ai-footer p span {
  color: #AAABB2;
}
@media (max-width: 1199px) {
  .ta-ai-footer p {
    font-size: 14px;
  }
}
.ta-ai-footer .ta-contact-infos a {
  color: #AAABB2;
}
.ta-ai-footer .ta-contact-infos .ta-icon {
  border: none;
  width: 30px;
  margin-right: 0px;
  color: #ffffff;
  box-shadow: none;
  height: auto;
  display: inline-block;
}
.ta-ai-footer .ta-social-links a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .ta-ai-footer .ta-round-btn {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1199px) {
  .ta-ai-footer .ta-btn-wrapper::after {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 1199px) {
  .ta-ai-footer .ta-about-widget.pr-60 {
    padding-right: 45px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .ta-ai-footer .ta-about-widget.pr-60 {
    padding-right: 0px;
  }
}
@media (max-width: 1199px) {
  .ta-ai-footer .ta-about-widget p {
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .ta-ai-footer .ta-about-widget .ta-border__bottom {
    left: 0px;
  }
}
@media (max-width: 991px) {
  .ta-ai-footer .widget.pt-70 {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .ta-ai-footer .widget.pt-70 {
    padding: 30px 0px;
  }
}

.ta-app-2-footer {
  background: #101010;
}
.ta-app-2-footer .widget-title {
  font-family: "Syne", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.ta-app-2-footer .ta-logo img {
  width: 140px;
}
.ta-app-2-footer .ta-shape {
  width: 100%;
  z-index: -1;
  top: -13%;
}
@media (max-width: 475px) {
  .ta-app-2-footer .ta-shape {
    top: 10%;
    transform: rotate(90deg);
  }
}
.ta-app-2-footer .ta-shape img {
  width: auto;
}
.ta-app-2-footer ul li a {
  color: #ADADAD;
}
.ta-app-2-footer p {
  font-family: var(--primary-font);
  color: #ADADAD;
}
.ta-app-2-footer p span {
  font-family: var(--primary-font);
  color: #ADADAD;
}
@media (max-width: 767px) {
  .ta-app-2-footer p br {
    display: none;
  }
}
.ta-app-2-footer .ta-social-links a {
  font-size: 16px;
  width: auto;
  height: auto;
  border: none;
  color: #ffffff;
}
.ta-app-2-footer .ta-social-links a:hover {
  opacity: 0.7;
}
.ta-app-2-footer .ta-dual-buttons {
  gap: 10px;
  flex-wrap: nowrap;
}
.ta-app-2-footer .ta-dual-buttons img {
  width: 100%;
}
.ta-app-2-footer .ta-dual-buttons a {
  width: 50%;
  border: 1px solid #3A3E44;
  border-radius: 5px;
  max-width: 110px;
}
@media (max-width: 991px) {
  .ta-app-2-footer .ta-dual-buttons a {
    max-width: 140px;
  }
}
.ta-app-2-footer .ta-newsletter-form input {
  padding: 10px 0px;
  border: none;
  border-bottom: 1px solid #272729;
  background: transparent;
  border-radius: 0px;
  font-size: 14px;
  color: #ffffff;
}
.ta-app-2-footer .ta-newsletter-form input::-webkit-input-placeholder {
  color: #ADADAD;
  opacity: 1;
}
.ta-app-2-footer .ta-newsletter-form input::-moz-placeholder {
  color: #ADADAD;
  opacity: 1;
}
.ta-app-2-footer .ta-newsletter-form input:-ms-input-placeholder {
  color: #ADADAD;
  opacity: 1;
}
.ta-app-2-footer .ta-newsletter-form input:-moz-placeholder {
  color: #ADADAD;
  opacity: 1;
}
.ta-app-2-footer .ta-newsletter-form input:focus {
  border-color: #ffffff;
}
.ta-app-2-footer .ta-newsletter-form .ta-button {
  background: transparent;
  padding: 0px;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.ta-app-2-footer .ta-newsletter-form .ta-button i {
  margin-left: 5px;
}
.ta-app-2-footer .ta-newsletter-form .ta-button:hover {
  opacity: 0.7;
}
.ta-app-2-footer .bottom-wrapper {
  border-top: 1px solid #272729;
  padding: 27px 0px;
}
.ta-app-2-footer .ta-dot-shape__1 {
  top: 50%;
  right: 10%;
}
@media (max-width: 1599px) {
  .ta-app-2-footer .ta-dot-shape__1 {
    right: 15px;
  }
}

.ta-ico-footer {
  background: #ffffff;
  padding: 27px 0px;
}
.ta-ico-footer .bottom-left p {
  font-size: 14px;
  font-family: var(--primary-font);
}

.ta-da-footer a,
.ta-da-footer p,
.ta-da-footer span {
  color: #CBCDE1 !important;
}
.ta-da-footer .ta-shape img {
  width: auto;
}
.ta-da-footer .ta-wrapper {
  border: none;
}
.ta-da-footer .ta-shape {
  bottom: -70px;
}
.ta-da-footer .bottom-wrapper {
  padding: 25px 0px;
  padding-top: 45px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.ta-ebook-footer {
  background: var(--black-color);
  padding: 50px 0;
}
.ta-ebook-footer .ta-widget-wrapper {
  border-bottom: 1px solid #d2d2d2;
}
.ta-ebook-footer .bottom-wrapper {
  padding: 23px 0px;
}
.ta-ebook-footer .bottom-wrapper span,
.ta-ebook-footer .bottom-wrapper p {
  color: #ffffff;
}
.ta-ebook-footer .ta-scroll-wrapper {
  color: #ffffff;
}
@media (max-width: 767px) {
  .ta-ebook-footer .ta-social-links {
    justify-content: center;
    margin-bottom: 30px;
  }
}
.ta-ebook-footer .ta-social-links a {
  color: #ffffff;
  border-color: #5757AE;
}
.ta-ebook-footer .ta-shape {
  z-index: -1;
}
@media (max-width: 1199px) {
  .ta-ebook-footer .ta-shape {
    display: none;
  }
}
.ta-ebook-footer .ta-shape__1 {
  left: 2%;
  top: 45%;
  display: none;
}
@media (max-width: 1599px) {
  .ta-ebook-footer .ta-shape__1 {
    top: 25%;
  }
}
.ta-ebook-footer .ta-shape__2 {
  right: 2%;
  top: 45%;
  display: none;
}
@media (max-width: 1599px) {
  .ta-ebook-footer .ta-shape__2 {
    top: 25%;
  }
}
@media (max-width: 991px) {
  .ta-ebook-footer .bottom-right {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .ta-ebook-footer .bottom-right {
    margin-top: 20px;
  }
}

.ta-ebook2-footer {
  background: #4821b1;
}
.ta-ebook2-footer .ta-widget-wrapper {
  border-color: #653ECF;
}
.ta-ebook2-footer .bottom-wrapper {
  padding: 25px 0px;
}

#copyright-date {
  font-family: var(--primary-font);
}

/* fotter css end */

/*# sourceMappingURL=main.css.map */
















/* div#cookiePopup {
        flex-direction: column;
        z-index: 999;
        background: #fff !important;
        padding: 20px !important;
        text-align: center;
}
div#cookiePopup button {
        padding: 5px 20px;
} */

#cookiePopup {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: var(--secondary-color);
    padding: 24px;
    /* display: flex; */
    flex-wrap: wrap;
    z-index: 999999;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    text-align: justify;
    display: none;
}

.cookieContentWrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#cookiePopup h4 {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}

#cookiePopup p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0;
    letter-spacing: 1px;
    line-height: 1.7;
    max-width: 790px;
    text-align: justify;
}

#cookiePopup p a {
    color: #ffffff;
    text-decoration: underline;
}

.cookieBtns {
    display: inline-flex;
    gap: 10px;
}

.cookieBtns button {
    font-size: 14px;
    margin: 0;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    background: var(--secondary-color);
    cursor: pointer;
    transition: all 0.5s ease;
    border: 2px solid #ffffff;
}

.bg_white{
    background: #ececec;
}


#ta-main-content {
    background: var(--tertiary-color);
}
#ta-main-content span.ta-shape.ta-shape__1.position-absolute {
    display: none;
}
#ta-main-content span.ta-shape.ta-shape__2.position-absolute {
    display: none;
}

.ta-contact-info-section.ta-ebook-bg {
    display: none;
}

.ta-productSlider-section {
    background: var(--primary-color);
}

.secondary-bg {
    height: 100%;
    /* background: linear-gradient(90deg, var(--secondary-color) 50%, var(--white-color) 50%); */
    background: var(--secondary-color);
}

.left-bg-img {
    background: url(../../images/left_bg_image.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}

.right-bg-img {
    background: url(../../images/right_bg_image.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}

.ta-sideInfo-trigger {
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
}

@media (max-width: 1199px) {
    .ta-ebook-hero-section::before {
      content: none;
  }
    .ta-hero-content.mt-40 {
        background: var(--primary-color);
        padding: 15px;
    }

    .ta-ebook-hero-section .ta-title {
        font-size: 52px;
        margin: 0 0 30px 0;
    }

    .ta-feature-ebook-box .ta-thumb {
        width: 80px;
        height: 80px;
    }

    .ta-feature-ebook-box .ta-thumb img {
        /* filter: brightness(0) invert(1); */
        width: 48px;
        height: 48px;
    }

    .ta-abt-author-section::before {
        content: none;
    }

    .ta-contactInfo-box .ta-title {
        font-size: 18px;
    }

    .ta-contactInfo-box a, .ta-contactInfo-box p {
        font-size: 14px;
    }

    
}

@media (max-width: 991px) {
    .right-bg-img {
        opacity: 0;
    }
}

@media (max-width: 767px) {
      

.left-bg-img {
    height: 400px;
    margin-bottom: 20px;
}

.crt-from-sec .ta-button {
    width: 240px;
    margin: 30px 0 0 0;
}
}