@import url("https://fonts.cdnfonts.com/css/big-shoulders-display");
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
:root {
  --facebook: #3c5b9b;
  --twitter: #fff;
  --linkedin: #027ba5;
  --youtube: #f70000;
  --instagram: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  --whatsapp: #00cf4d;
  --body: #060606;
  --theme: #f05f2a;
  --paragraphFonts: "Poppins", sans-serif;
  --titleFonts: "Poppins", sans-serif;
  --black: #000;
  --white: #fff;
  --text: #888;
  --gray: #333;
  --border: #fcfcfc;
  --bg: #0d0612;
  --bg2: #030523;
  --bg3: #f7f3ee;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #f05f2a #2a1454;
}

::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background: #f05f2a;
}

::-webkit-scrollbar-thumb {
  background: #f05f2a;
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

body {
  background: var(--body);
  color: var(--gray);
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  background-color: #0f0715;
  overflow: hidden;
  overflow-y: auto;
}

.container {
  max-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sora", sans-serif;
  color: var(--gray);
  margin: 0;
  padding: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--gray);
}

p a {
  color: var(--gray);
  width: auto;
  display: inline-block;
}

p a:hover {
  text-decoration: underline;
  outline: none;
}

p {
  letter-spacing: normal;
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 15px;
  color: var(--gray);
}

a {
  color: var(--gray);
  text-decoration: none;
  outline: none;
  display: block;
}

a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
  width: 100%;
}

blockquote {
  padding: 0;
  border: 0;
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}

label {
  color: var(--gray);
  display: block;
  font-weight: 400;
  margin: 0;
}

textarea {
  border-radius: 0;
  background: var(--white);
  height: 100px;
}

select {
  border-radius: 0 !important;
  background: var(--white);
  border: 1px solid #ccc;
  height: 40px !important;
  line-height: 40px !important;
  box-shadow: none;
  padding: 0 10px !important;
  box-sizing: border-box;
}

textarea,
select,
input {
  border: 1px solid #ccc;
  height: 40px;
  border-radius: 0;
  background: var(--white);
  line-height: 40px;
  box-shadow: none;
  padding: 0 10px;
  box-sizing: border-box;
}

input[type="file"] {
  width: 100%;
  padding: 0px;
  font-size: 12px;
  margin: 0;
}

.form-control {
  border-radius: 4px;
  height: 40px;
  font-size: 14px;
}

textarea.form-control {
  height: 100px;
}

.form-control::-moz-placeholder {
  color: var(--gray);
}

.form-control:focus::-moz-placeholder {
  color: var(--logoColor);
}

.form-control:focus {
  border-color: var(--logoColor);
  box-shadow: none;
}

/* Social Media */
.socialMedia {
  margin: 0;
  list-style: none;
  padding: 0px;
  width: auto;
}

.socialMedia li {
  margin: 0px;
  display: inline-block;
}

.socialMedia li a {
  transition: background 400ms ease-in-out;
  text-align: center;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.socialMedia li a svg {
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
}

.socialMedia li.facebook a {
  background: var(--facebook);
}

.socialMedia li.twitter a {
  background: var(--twitter);
  color: var(--blackColor);
}

.socialMedia li.linkedin a {
  background: var(--linkedin);
}

.socialMedia li.youtube a {
  background: var(--youtube);
}

.socialMedia li.instagram a {
  background: var(--instagram);
}

/* Go To Top */
.goToTop {
  position: fixed;
  z-index: 8030;
  bottom: 65px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: var(--white);
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s;
  display: none;
  background: var(--logoColor);
  cursor: pointer;
}

.goToTop:hover {
  background: var(--theme);
  color: var(--white);
}

.goToTop svg {
  width: 24px;
  height: 24px;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}
.cursor-outer {
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme);
  background-color: var(--theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.cursor-inner {
  -webkit-margin-start: -3px;
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--theme);
  opacity: 1;
  -webkit-transition: all 0.24s ease-out 0s;
  transition: all 0.24s ease-out 0s;
}

.cursor-inner.cursor-hover {
  -webkit-margin-start: -10px;
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--theme);
  border: 1px solid #686363;
  opacity: 0;
}

.preloader {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.preloader svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #0d0612;
}

.preloader-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: calc(80px + 5vw);
  color: var(--bg);
}

.preloader-text::after {
  content: "Chandra ";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--theme);
  animation: move 2s infinite alternate;
}

@keyframes move {
  from {
    clip-path: circle(20% at 0% 50%);
  }
  to {
    clip-path: circle(20% at 100% 50%);
  }
}

.float-bob-x {
  position: absolute;
  top: 20%;
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

/* Header*/
.header {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background: transparent;
  padding: 10px 0;
}

.header.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(15, 7, 21, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.headerLogo {
  padding: 5px 0;
}
.headerLogo img {
  max-width: 200px;
}
.siteNavigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.siteNavigation .navbar button {
  float: right;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  outline: 0;
  color: var(--white);
  font-size: 25px;
  border-radius: 0;
  text-align: center;
  line-height: 40px;
  position: relative;
  z-index: 99;
  padding: 5px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.siteNavigation .navbar button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 70%;
  background: var(--theme);
  border-radius: 9px;
  opacity: 1;
  left: 15%;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.siteNavigation .navbar button span:nth-child(1) {
  top: 8px;
}

.siteNavigation .navbar button span:nth-child(2),
.siteNavigation .navbar button span:nth-child(3) {
  top: 18px;
}

.siteNavigation .navbar button span:nth-child(4) {
  top: 28px;
}

.siteNavigation .navbar button.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.siteNavigation .navbar button.open span:nth-child(2) {
  transform: rotate(45deg);
}

.siteNavigation .navbar button.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.siteNavigation .navbar button.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.siteNavigation .menuDrawer {
  display: block;
}

.siteNavigation .menuDrawer ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.siteNavigation .menuDrawer ul li {
  position: relative;
  margin: 0 3px;
}

.siteNavigation .menuDrawer ul li a {
  padding: 10px 18px;
  display: block;
  color: var(--white);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-size: 16px;
  background: transparent;
  font-weight: 500;
  line-height: normal;
}

.siteNavigation .menuDrawer ul li a.hireBtn {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
}

.siteNavigation .menuDrawer ul li a.hireBtn svg {
  width: 16px;
  height: 16px;
}
.siteNavigation .menuDrawer ul li a.hireBtn svg path {
  stroke-width: 3px;
}

.siteNavigation .menuDrawer ul li a.active,
.siteNavigation .menuDrawer ul li a:hover {
  color: var(--bg);
  background-color: var(--theme);
  border-radius: 30px;
}

.siteNavigation .navbar {
  display: none;
  padding: 7px 0;
  margin: 0;
}

/* banner */
.hero-1 {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 100px 0 0;
  overflow: hidden;
  background: var(--body);
  background: #0d0612;
}

.hero-1:before {
  content: "";
  position: absolute;
  top: -10px;
  right: -128px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 552px;
  height: 552px;
  border-radius: 50%;
  background: linear-gradient(260deg, #7343d2 0%, rgba(115, 67, 210, 0.1) 100%);
  opacity: 0.6;
  z-index: 2;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.hero-1 .container {
  position: relative;
  z-index: 99;
}
.hero-1 .hero-content h1 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 30px;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  letter-spacing: -0.02em;
}

.hero-1 .hero-content h1 b {
  color: var(--theme);
}
.hero-1 .hero-content h1 strong,
.hero-1 .hero-content h1 span {
  font-size: 62px;
  color: var(--theme);
}

.hero-1 .hero-content p {
  font-size: 20px;
  color: #ddd;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: initial;
  margin-bottom: 10px;
}
.hero-1 .hero-content p .wave {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: wave-animation;
  animation-name: wave-animation;
  display: inline-block;
  -webkit-transform-origin: 70% 70%;
  -ms-transform-origin: 70% 70%;
  transform-origin: 70% 70%;
}
@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.theme-btn {
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: 500;
  text-transform: uppercase;
  height: 58px;
  line-height: 58px;
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  padding: 0 34px;
  font-family: "Kanit", sans-serif;
  color: var(--white);
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.theme-btn::before {
  content: "";
  position: absolute;
  width: 0;
  top: -10px;
  height: 0;
  background-color: var(--theme);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease;
  z-index: -1;
}
.theme-btn:hover::before {
  width: 800px;
  height: 800px;
  display: inline-block;
}
.theme-btn:hover {
  color: #fff;
}
.theme-btn svg {
  width: 20px;
  height: 20px;
}
.image-wrapper {
  position: relative;
  transition: all 0.8s cubic-bezier(0.55, 0.085, 0, 0.99);
  max-width: 480px;
  z-index: 9;
}
.hero-1 .hero-image img {
  width: 100%;
  height: 100%;
}

.animated-image {
  display: block;
  transform: translateY(100%);
  opacity: 0;
}

.tj-hero-5-thumb-shape-4-text-animed {
  position: relative;
}
.tj-hero-5-thumb-shape-4-text-animed h2 {
  font-size: 550px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(-3%, -98%);
  -ms-transform: translate(-3%, -98%);
  transform: translate(-3%, -98%);
  margin: 0;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.07);
  z-index: -1;
}

.tj-hero-5-thumb-shape-4-text-animed h2.second {
  color: transparent;
  -webkit-text-stroke: 2px rgba(135, 80, 247, 0.6);
  -webkit-animation: waves 4s ease-in-out infinite;
  animation: waves 4s ease-in-out infinite;
}
@-webkit-keyframes waves {
  0%,
  100% {
    -webkit-clip-path: polygon(
      0% 45%,
      16% 44%,
      33% 50%,
      54% 60%,
      70% 61%,
      84% 59%,
      100% 52%,
      100% 100%,
      0% 100%
    );
    clip-path: polygon(
      0% 45%,
      16% 44%,
      33% 50%,
      54% 60%,
      70% 61%,
      84% 59%,
      100% 52%,
      100% 100%,
      0% 100%
    );
  }
  50% {
    -webkit-clip-path: polygon(
      0% 60%,
      15% 65%,
      34% 66%,
      51% 62%,
      67% 50%,
      84% 45%,
      100% 46%,
      100% 100%,
      0% 100%
    );
    clip-path: polygon(
      0% 60%,
      15% 65%,
      34% 66%,
      51% 62%,
      67% 50%,
      84% 45%,
      100% 46%,
      100% 100%,
      0% 100%
    );
  }
}
@keyframes waves {
  0%,
  100% {
    -webkit-clip-path: polygon(
      0% 45%,
      16% 44%,
      33% 50%,
      54% 60%,
      70% 61%,
      84% 59%,
      100% 52%,
      100% 100%,
      0% 100%
    );
    clip-path: polygon(
      0% 45%,
      16% 44%,
      33% 50%,
      54% 60%,
      70% 61%,
      84% 59%,
      100% 52%,
      100% 100%,
      0% 100%
    );
  }
  50% {
    -webkit-clip-path: polygon(
      0% 60%,
      15% 65%,
      34% 66%,
      51% 62%,
      67% 50%,
      84% 45%,
      100% 46%,
      100% 100%,
      0% 100%
    );
    clip-path: polygon(
      0% 60%,
      15% 65%,
      34% 66%,
      51% 62%,
      67% 50%,
      84% 45%,
      100% 46%,
      100% 100%,
      0% 100%
    );
  }
}
.marquee-section {
  float: left;
  width: 100%;
  background-color: var(--theme);
  padding: 20px 0;
  overflow: hidden;
  transform: rotate(-3deg);
  position: relative;
  z-index: 99;
}
.marquee-wrapper {
  display: flex;
  width: fit-content;
  animation: scroll-left 25s linear infinite;
}

.marquee-content {
  display: flex;
}

.marquee-text {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 15px;
  white-space: nowrap;
  color: var(--bg);
}
.marquee-text svg {
  width: 20px;
  height: 20px;
  animation: rotateImg5 6s infinite linear;
}
@keyframes rotateImg5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.marquee-text h2 {
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/**/
.aboutSection {
  float: left;
  width: 100%;
  padding: 110px 0px 80px;
  margin: 0;
  background: #0f0715;
  position: relative;
  overflow: hidden;
}
.aboutSection:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 650px;
  height: 550px;
  border-radius: 50%;
  background: #8750f7;
  background: linear-gradient(260deg, #8750f7 0%, rgba(115, 67, 210, 0) 100%);
  -webkit-filter: blur(150px);
  filter: blur(150px);
  margin-left: -15%;
  margin-top: 12%;
  opacity: 0.6;
  z-index: 0;
}

.aboutSection .container {
  position: relative;
  z-index: 1;
}
.imageBox {
  aspect-ratio: 4 / 5;
  max-width: 28rem;
  position: relative;
}

.border_1 {
  top: -1.5rem;
  left: -1.5rem;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: var(--theme);
  opacity: 0.4;
}
.border_2 {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -1.5rem;
  bottom: -1.5rem;
  border: 2px solid #f05f2a;
  opacity: 0.5;
}

.imageBox img {
  width: 100%;
  border-radius: 16px;
  position: relative;
}
.experienceText {
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  border-radius: 1rem;
  background: var(--theme);
  padding: 15px;
  text-align: left;
}
.experienceText .number {
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: #fff;
}

.experienceText .yearText {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--white);
  opacity: 0.9;
}
.aboutMeText {
  width: 100%;
  padding: 0 0 0 50px;
}
.aboutTag {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid var(--theme);
  border-radius: 40px;
  background: var(--theme);
  margin-bottom: 15px;
}

.aboutMeText h2 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 15px;
}
.aboutMeText h2 span {
  color: var(--theme);
}
.aboutMeText p {
  font-size: 1.125rem;
  line-height: 1.625;
  color: #ddd;
}

.skills-section {
  float: left;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  background: #0f0715;

  background-color: #15091d;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.skills-section.style-3::before {
  content: "";
  position: absolute;
  top: 85px;
  right: 0;
  letter-spacing: 0;
  width: 450px;
  height: 100%;
  border-radius: 50%;
  background: var(--tj-theme-h3-primary);
  background: linear-gradient(260deg, #8750f7 0%, rgba(115, 67, 210, 0) 100%);
  filter: blur(150px);
  margin-right: -5%;
  margin-top: -5%;
  z-index: -1;
}

.skills-section .section-header {
  margin-bottom: 50px;
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section-header .section-title {
  font-size: 45px;
  background: #f05f2a;
  background: linear-gradient(to right, #f05f2a, #ffffff);
  background: -o-linear-gradient(left, #f05f2a 0%, #ffffff 100%);
  background: linear-gradient(to right, #f05f2a 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  gap: 15px;
  margin-bottom: 0;
}

.section-header p {
  margin-top: 15px;
  font-size: 18px;
  color: #fff;
}
.section-header p:last-child {
  margin-bottom: 0;
}

.skills-widget {
  gap: 20px;
}
.skills-widget .skill-item {
  max-width: 175px;
  width: 100%;
  text-align: center;
}

.skills-widget .skill-inner {
  border-radius: 25px;
  padding: 40px 15px 30px;
  background: #0f0715;
  border: 1px solid transparent;
  margin-bottom: 15px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.skills-widget .skill-item:hover .skill-inner {
  background: #541e0a;
  border: 1px solid #f05f2a;
}

.skills-widget .skill-item .icon-box {
  max-width: 60px;
  width: 100%;
  margin: 0 auto 30px;
  opacity: 0.5;
}

.skills-widget .skill-item:hover .icon-box {
  opacity: 1;
}

.skills-widget .skill-item .icon-box img {
  filter: grayscale(90%);
  -webkit-filter: grayscale(90%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.skills-widget .skill-item:hover .icon-box img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.skills-widget .skill-item .number {
  color: #f05f2a;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
}

.skills-widget .skill-item:hover .number {
  color: #f05f2a;
}

.skills-widget .skill-item p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 16px;
}

/**/
.service-section {
  float: left;
  width: 100%;
  background-color: #0b0410;
  padding-top: 90px;
  padding-bottom: 90px;
}

.tz-services1-card {
  background-color: #0f0715;
  padding: 1.25rem 1.875rem 2.5rem 1.875rem;
  border-radius: 0.5rem;
  border-bottom: 2px solid transparent;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.tz-services1-card__svg {
  transition: all 0.3s ease-in-out;
  padding: 0rem 0.625rem 0.625rem 0rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0b0410;
  border-radius: 0.5rem;
}
.tz-services1-card__svg-shape {
  background-color: #f05f2a;
  padding: 0.9375rem 1.375rem 0.9375rem 1.375rem;
  border-radius: 0.5rem;
  color: #0f0715;
}
.tz-services1-card__title {
  color: #fff;
  padding-left: 5.625rem;
  font-size: 24px;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 800;
}
.tz-services1-card__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  font-size: 18px;
  margin-top: 5rem;
}
.tz-services1-card__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 8px;
  list-style: none;
}
.tz-services1-card__icon {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.tz-services1-card__icon svg {
  width: 20px;
  height: 20px;
}
.tz-services1-card__text {
  color: #aeaeb1;
}

.tz-services1-card__item:hover svg {
  color: var(--theme);
}

.portfolio-section {
  float: left;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 80px;
  background: #0f0715;
  overflow: hidden;
}

.portfolio-filter .button-group {
  background-color: #050709;
  border-radius: 60px;
  padding: 6px 8px;
  display: inline-block;
  position: relative;
}
.portfolio-filter .button-group button {
  background: transparent;
  border: none;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 1;
  padding: 12px 25px;
  border-radius: 50px;
  z-index: 10;
  position: relative;
}
.portfolio-filter .button-group .active-bg {
  border-radius: 50px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  z-index: 1;
  background: #f05f2a;
  background: -o-linear-gradient(190deg, #2a1454 0%, #f05f2a 100%);
  background: linear-gradient(260deg, #2a1454 0%, #f05f2a 100%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portfolio-box {
  padding-top: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.portfolio-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  height: 35%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #8750f7;
  background: -o-linear-gradient(
    190deg,
    #8750f7 0%,
    rgba(115, 67, 210, 0) 100%
  );
  background: linear-gradient(260deg, #8750f7 0%, rgba(115, 67, 210, 0) 100%);
  -webkit-filter: blur(150px);
  filter: blur(150px);
}
.portfolio-box .portfolio-sizer {
  width: 48%;
}
.portfolio-box .portfolio-item {
  background-color: #140c1c;
  margin-bottom: 4%;
  padding: 36px 36px 0 36px;
  border-radius: 10px;
  width: 48%;
}
.portfolio-box .gutter-sizer {
  width: 4%;
}
.portfolio-box .portfolio-item--width2 {
  width: 22%;
}
.portfolio-box .image-box {
  text-align: center;
}
.portfolio-box .content-box {
  position: absolute;
  bottom: 15px;
  left: 0;
  background: #000;
  width: calc(100% - 40px);
  border-radius: 15px;
  margin: 0 auto;
  right: 0;
  padding: 20px;
  padding-right: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  background: #8750f7;
  background: -o-linear-gradient(190deg, #2a1454 0%, #8750f7 100%);
  background: linear-gradient(260deg, #2a1454 0%, #8750f7 100%);
}
.portfolio-box .portfolio-item:hover .content-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.portfolio-box .portfolio-item .content-box .portfolio-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.portfolio-box .portfolio-item .content-box p {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
}
.portfolio-box .portfolio-item .content-box .portfolio-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: transparent;
  border: none;
  padding: 0;
}
.portfolio-box .portfolio-item .content-box i {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.portfolio-box .portfolio-item:hover .content-box i {
  -webkit-transform: translateY(-50%) rotate(360deg);
  -ms-transform: translateY(-50%) rotate(360deg);
  transform: translateY(-50%) rotate(360deg);
}
/*  END: Portfolio Section */

.works-section.style-2 {
  float: left;
  width: 100%;
  background-color: #0b0410;
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
}

.works-section.style-2 .works-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
.works-content-item {
  width: 45%;
}

.works-content-item .title {
  color: #ffffff;
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 45px;
}

.works-inner .works-item {
  display: flex;
  gap: 20px;
  padding-left: 40px;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}
.works-item::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background: #8750f7;
  border-radius: 50%;
  top: 25px;
  left: 0;
  background: rgba(217, 217, 217, 0.5);
}
.works-inner .works-item::after {
  position: absolute;
  content: "";
  width: 1px;
  left: 6px;
  top: 30px;
  height: 135%;
  background: rgba(255, 255, 255, 0.2);
}
.works-inner .works-item:last-child::after {
  display: none;
}
.works-inner .works-item .works-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 57px;
  width: 100%;
  height: 57px;
  line-height: 1;
  font-size: 30px;
  color: var(--bg);
  background: var(--theme);
  border-radius: 50%;
}
.works-inner .works-item .works-icon svg {
  display: inline-flex;
  line-height: 1;
  width: 24px;
  height: 24px;
}
.works-inner .works-item .works-content .number {
  display: block;
  font-size: 18px;
  letter-spacing: normal;
  color: var(--theme);
  font-weight: 500;
  margin-bottom: 5px;
}
.works-inner .works-item .works-content .title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: 10px;
  color: #ffffff;
}
.works-item .sub-title {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
  color: #dddddd;
}

/***/
.funfact-area {
  margin-top: 70px;
}
.funfact-item {
  gap: 15px;
}

.funfact-item .number {
  font-size: 64px;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.funfact-item .number span {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.1em;
}

.funfact-item .text {
  font-size: 18px;
  color: #fff;
}

/**/
.tj-footer-area.footer-5 {
  float: left;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #050709;
  overflow: hidden;
  z-index: 1;
}

.tj-footer-area.footer-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 650px;
  height: 550px;
  border-radius: 50%;
  background: #8750f7;
  background: linear-gradient(260deg, #8750f7 0%, rgba(115, 67, 210, 0) 100%);
  -webkit-filter: blur(150px);
  filter: blur(150px);
  margin-left: -15%;
  margin-top: 12%;
  opacity: 0.6;
  z-index: -1;
}

.footer-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}



.footer-widget .footer-title .title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: var(--theme);
  margin-bottom: 35px;
}
.footer-widget.widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-widget.widget_nav_menu ul li {
  margin-bottom: 12px;
}

.footer-widget.widget_nav_menu ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  padding: 0 30px;
}
.footer-widget.widget_nav_menu ul li a:hover {
  color: var(--theme);
}

.copyright-area {
  padding: 30px 0;
}
.copyright-text p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}



.contactSection {
  float: left;
  width: 100%;
  background-color: #050709;
  padding-top: 100px;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  margin: 0;
  overflow: hidden;
}

.contactSection:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 650px;
  height: 550px;
  border-radius: 50%;
  background: #8750f7;
  background: linear-gradient(260deg, #8750f7 0%, rgba(115, 67, 210, 0) 100%);
  -webkit-filter: blur(150px);
  filter: blur(150px);
  margin-right: -4%;
  margin-bottom: -6%;
  opacity: 0.5;
  z-index: -1;
}

.contact_wrapper_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.contact-box {
  max-width: 450px;
  width: 100%;
}

.contact-box .section-header {
  margin-bottom: 40px;
  max-width: 700px;
  width: 100%;
}

.contact-box .section-header .subtitle {
  display: inline-block;
  color: var(--theme);
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 25px;
}

.contact-box .section-header .title {
  font-size: 44px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  line-height: 1.2;
  background: linear-gradient(to right, #f05f2a 0%, #ffffff 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-box .section-header .desc p {
  margin-top: 20px;
  color: #fff;
}

.contact-box .contact-info-list {
  padding: 30px 30px 35px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.ul-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-box .contact-info-list li {
  gap: 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-left: 0px;
  margin-bottom: 0px;
  padding-bottom: 30px;
  margin-bottom: 17px;
}

.contact-box .contact-info-list li:last-child {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.contact-box .contact-info-list .icon-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 22px;
  line-height: 1;
  position: initial;
  background: var(--theme);
  border-radius: 50%;
  color: #fff;
}

.contact-box .contact-info-list .icon-box svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  width: 30px;
  height: 30px;
}
.contact-box .contact-info-list li .text-box p {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--theme);
}
.contact-box .contact-info-list li .text-box a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
}
.contact-box .contact-info-list li .text-box span {
  font-size: 18px;
  color: #fff;
}

.contact-form-box {
  max-width: 664px;
  width: 100%;
  margin-left: auto;
  background: transparent;
  padding: 40px 30px 40px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
}

.contact-form-box .form_group {
  margin-bottom: 20px;
}

.contact-form-box .form_group label {
  display: block;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-form-box .form_group input {
  transition: all 0.3s 0s ease-out;
  outline: none;
  height: auto;
  display: block;
  width: 100%;
  background: #050709;
  padding: 10px 20px;
  background-color: transparent;
  font-size: 16px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  font-weight: normal;
}

.contact-form-box .form_group.textarea-group {
  margin-bottom: 30px;
}

.contact-form-box .form_group textarea {
  min-height: 180px;
  resize: none;
  transition: all 0.3s 0s ease-out;
  outline: none;
  height: auto;
  display: block;
  width: 100%;
  background: #050709;
  padding: 10px 20px;
  background-color: transparent;
  font-size: 16px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  font-weight: normal;
}
.contact-form-box .form_group textarea:focus,
.contact-form-box .form_group input:focus {
  border-color: var(--theme);
}
.error-text {
  color: #ff4d4d;
  font-size: 14px;
  margin-top: 5px;
  display: block;
}

input.error,
textarea.error {
  border: 1px solid #ff4d4d;
}

.socialsTitle{
  margin-top: 45px;
  font-size: 24px;
  color: #fff;
  margin-bottom: 5px;
}
.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.social-icons li {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.social-icons li a {
  color: var(--theme);
  width: 45px;
  height: 45px;
  border: 1px solid var(--theme);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

.social-icons li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--theme);;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  z-index: -1;
}

.social-icons li a:hover::before {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.social-icons li a svg {
  transition: 0.3s;
  width: 20px;
  height: 20px;
}

.social-icons li a:hover {
  border: 1px solid var(--theme);
  color: #ffffff;
}

.widget_nav_menu{
  width: 100%;
}