* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  font-size: 10px;
}

body {
  font-family: var(--tpl-ff-body);
  font-size: 16px;
  font-weight: normal;
  color: var(--clr-theme-primary);
  line-height: 28px;
}

.body-4-padding-left #smooth-wrapper {
  padding-left: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .body-4-padding-left #smooth-wrapper {
    padding-left: 84px;
  }
}

main {
  overflow: hidden;
}

section {
  position: relative;
  z-index: 2;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  object-fit: cover;
}

a,
.btn,
button,
span,
p,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: var(--clr-theme-2);
  text-decoration: none;
  border-color: var(--clr-theme-2);
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tpl-ff-heading);
  text-transform: capitalize;
  color: var(--clr-theme-primary);
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

h1 {
  font-size: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h1 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h1 {
    font-size: 56px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 450px) {
  h1 {
    font-size: 38px;
  }
}
h1.small {
  font-size: 65px;
}
h2 {
  font-size: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h2 {
    font-size: 54px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 450px) {
  h2 {
    font-size: 36px;
  }
}
h2.xlarge {
  font-size: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h2.xlarge {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2.xlarge {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2.xlarge {
    font-size: 46px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  h2.xlarge {
    font-size: 42px;
  }
}
@media (max-width: 450px) {
  h2.xlarge {
    font-size: 36px;
  }
}
h2.large {
  font-size: 65px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  h2.large {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2.large {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2.large {
    font-size: 46px;
  }
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  h2.large {
    font-size: 40px;
  }
}
@media (max-width: 450px) {
  h2.large {
    font-size: 35px;
  }
}
h2.small {
  font-size: 50px;
}
h2.x-small {
  font-size: 40px;
}

h4 {
  font-size: 34px;
}

ul {
  margin: 0;
  padding: 0;
}
p {
  font-family: var(--tpl-ff-body);
  font-size: 18px;
  font-weight: normal;
  color: var(--clr-theme-primary);
  margin-bottom: 26px;
  line-height: 28px;
}
p.xlarge {
  font-size: 24px;
  line-height: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  p.xlarge {
    font-size: 22px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  p.xlarge {
    font-size: 20px;
    line-height: 34px;
  }
}
p.large {
  font-size: 20px;
  line-height: 34px;
}
::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: var(--clr-theme-2);
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

*::-moz-selection {
  background: var(--clr-common-black);
  color: var(--clr-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--clr-common-black);
  color: var(--clr-common-white);
  text-shadow: none;
}

::selection {
  background: var(--clr-common-black);
  color: var(--clr-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--clr-common-placeholder);
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: var(--clr-common-placeholder);
  font-size: 16px;
  opacity: 1;
}

.fix {
  overflow: hidden;
}

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

.p-relative {
  position: relative;
}

.section-spacing {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-spacing {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-spacing {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .section-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-spacing-top {
  padding-top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-spacing-top {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-spacing-top {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .section-spacing-top {
    padding-top: 80px;
  }
}

.section-spacing-bottom {
  padding-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-spacing-bottom {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-spacing-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .section-spacing-bottom {
    padding-bottom: 80px;
  }
}

.section-title-spacing {
  margin-bottom: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .section-title-spacing {
    margin-bottom: 30px;
  }
}

.adjust-header-space {
  margin-top: 88px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .adjust-header-space {
    margin-top: 65px;
  }
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: var(--clr-common-white) !important;
}

.theme-color {
  color: var(--clr-theme-1);
}

.theme-color-2 {
  color: var(--clr-theme-2);
}

@media (max-width: 575px) {
  .progress-wrap {
    inset-inline-end: 15px;
    bottom: 15px;
  }
}

.bg-theme-2 {
  background: var(--clr-theme-2);
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-inline-end: var(--bs-gutter-x, 15px);
  padding-inline-start: var(--bs-gutter-x, 15px);
  margin-inline-end: auto;
  margin-inline-start: auto;
}

.row {
  --bs-gutter-x: 30px;
}

@media (min-width: 1441px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}
@media (min-width: 1200px) {
  .container-small {
    max-width: 1200px;
  }
}

.stroke-text {
  font-size: 100px;
  font-weight: 700;
  font-family: "Archivo", sans-serif;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2f2f2f;
  line-height: 1;
  display: inline-block;
}

i[class^="flaticon-"] {
  line-height: 1;
  top: 2px;
  position: relative;
}

[dir="rtl"] [type="tel"],
[dir="rtl"] [type="url"],
[dir="rtl"] [type="email"],
[dir="rtl"] [type="number"] {
  direction: rtl;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tpl__item-center {
  width: 100%;
  text-align: center;
}
.tpl__flex-center {
  display: flex;
  justify-content: center;
}
.tpl__theme-color {
  color: var(--clr-theme-2);
}

.btn-text::after {
  position: absolute;
  content: "";
  width: 70%;
  height: 3px;
  right: auto;
  left: 0;
  bottom: -4px;
  background: var(--clr-theme-2);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.btn-text:hover::after {
  left: 0;
  width: 100%;
}

.circle-btn {
  height: 180px;
  width: 180px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.circle-btn:hover .icon-box {
  color: var(--clr-theme-1);
}
.circle-btn:hover .icon-box svg * {
  fill: var(--clr-theme-2);
}
.circle-btn:hover .icon-box i {
  animation: iconltr 0.5s forwards;
  color: var(--clr-common-white);
}
.circle-btn .icon-box {
  height: 120px;
  width: 120px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--clr-common-black);
  border-radius: 50%;
  font-size: 38px;
  font-weight: 400;
  background: var(--clr-theme-2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.circle-btn .image-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: rotate 20s linear infinite;
}
.circle-btn.is-green .icon-box {
  background: var(--clr-theme-2);
  border-color: var(--clr-theme-2);
  color: var(--clr-common-white);
  transform: rotate(-45deg);
}
.circle-btn.is-green .icon-box i {
  font-size: 35px;
}

.text-btn {
  color: var(--clr-theme-3);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.text-btn:hover {
  color: var(--clr-theme-2);
}

.link-scroll-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.link-scroll-line__heading {
  white-space: nowrap;
  margin-bottom: 0;
}

.link-scroll-line__heading a {
  cursor: pointer;
}
.link-scroll-line__heading a:hover,
.link-scroll-line__heading a:focus {
  color: inherit;
}
.link-scroll-line__heading a:hover .stroke-text,
.link-scroll-line__heading a:focus .stroke-text {
  -webkit-text-stroke-color: inherit;
}
.link-scroll-line__heading .link-separate-icon svg {
  width: 50px;
  height: auto;
}
.link-scroll-line__heading .stroke-text {
  font-size: inherit;
}

.icon-box i {
  font-size: 24px;
}

@keyframes iconltr {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes translateX {
  0% {
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  100% {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }
}
@-moz-keyframes translateX {
  0% {
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  100% {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }
}
@-ms-keyframes translateX {
  0% {
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  100% {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }
}
@keyframes translateX {
  0% {
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  100% {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }
}
@-webkit-keyframes translateY {
  0% {
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  100% {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@-moz-keyframes translateY {
  0% {
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  100% {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@-ms-keyframes translateY {
  0% {
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  100% {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@keyframes translateY {
  0% {
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  100% {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@-webkit-keyframes translateY {
  0% {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes translateY {
  0% {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-ms-keyframes translateY {
  0% {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes translateY {
  0% {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.logo {
  margin-left: 40px;
}

.header__main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 23px 0;
  z-index: 100;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__main {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header__main {
    padding: 10px 0;
  }
}
.header__main-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__main-right {
  display: flex;
  align-items: center;
  column-gap: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header__main-right {
    gap: 0 50px;
  }
}
.header__main-right .main-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 -50px;
}
.header__main .container {
  max-width: 1790px;
}
.header__logo {
  width: 102px;
}
.header__logo img {
  width: 100%;
}

@media (max-width: 1199px) {
  .logo {
    margin-left: 0;
    width: 100px !important;
  }

  .header__main-left {
    width: 100%;
    text-align: center;
  }

  .header__logo {
    display: inline-block;
  }

  .header__main-content-wrapper {
    display: flex;
    justify-content: center;
  }

  /* Menü ikonları veya sağ kısım varsa gizlemek istersen */
  .header__main-right {
    justify-content: center;
  }
}

@-webkit-keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateY(50px) scaleY(0);
  }
  to {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}
@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateY(50px) scaleY(0);
  }
  to {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu {
    padding-left: 30px;
  }
  [dir="rtl"] .main-menu {
    padding-left: 0;
    padding-right: 30px;
  }
}
.main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-right: 34px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li {
    margin-right: 20px;
  }
}
[dir="rtl"] .main-menu ul li {
  margin-right: 0;
  margin-left: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li {
    margin-right: 25px;
  }
  [dir="rtl"] .main-menu ul li {
    margin-left: 25px;
    margin-right: 0;
  }
}
.main-menu ul li:last-child {
  margin-right: 0;
}
[dir="rtl"] .main-menu ul li:last-child {
  margin-left: 0;
}
.main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--clr-theme-1);
  padding: 30px 0;
  text-align: left;
  font-family: var(--tpl-ff-heading);
}
[dir="rtl"] .main-menu ul li a {
  text-align: right;
}
.main-menu ul li.has-dropdown > a {
  position: relative;
}

.main-menu ul li.has-mega-menu {
  position: static;
}
.main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  left: 0px;
  min-width: 260px;
  background: var(--clr-common-white);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  padding: 35px 0 14px;
  background: #111;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
  -moz-box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
  box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
  border-top: 1px solid var(--clr-theme-2);
}
[dir="rtl"] .main-menu ul li .submenu {
  left: auto;
  right: 0;
}
.main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  color: var(--clr-theme-1);
}
[dir="rtl"] .main-menu ul li .submenu li.has-dropdown > a::after {
  right: auto;
  left: 25px;
}
.main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  padding: 0 17px;
  padding-bottom: 0px;
  padding-left: 35px;
  padding-bottom: 5px;
  width: 100%;
}
.main-menu ul li .submenu li a::before {
  position: absolute;
  content: "";
  left: 25px;
  top: 46%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: var(--clr-theme-2);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
[dir="rtl"] .main-menu ul li .submenu li a::before {
  left: auto;
  right: 25px;
}
.main-menu ul li .submenu li .submenu {
  left: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
[dir="rtl"] .main-menu ul li .submenu li .submenu {
  left: auto;
  right: 100%;
}
.main-menu ul li .submenu li:hover > a {
  color: var(--clr-theme-2);
  padding-left: 43px;
}
[dir="rtl"] .main-menu ul li .submenu li:hover > a {
  padding-left: 0;
  padding-right: 43px;
}
.main-menu ul li .submenu li:hover > a::before {
  width: 12px;
}
.main-menu ul li .submenu li:hover > a::after {
  color: var(--clr-theme-1);
}
.main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.main-menu ul li .mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 40px 40px;
  background: var(--clr-theme-1);
  box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
  width: 1400px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li .mega-menu {
    max-width: 1200px;
  }
}
.main-menu ul li .mega-menu li {
  float: left;
  width: 25%;
  margin-right: 0;
  text-align: left;
}
[dir="rtl"] .main-menu ul li .mega-menu li {
  float: right;
  margin-left: 0;
  text-align: right;
}
.main-menu ul li .mega-menu li .mega-menu-title {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--clr-common-white);
  cursor: text;
  padding: 0;
  padding-left: 0px;
  display: inline-block;
  margin-bottom: 10px;
}
.main-menu ul li .mega-menu li .mega-menu-title::before {
  display: none;
}
.main-menu ul li .mega-menu li ul {
  margin-left: 10px;
}
.main-menu ul li .mega-menu li ul li {
  width: 100%;
  float: none;
  margin-bottom: 5px;
}
.main-menu ul li .mega-menu li ul li:last-child {
  margin-bottom: 0;
}
.main-menu ul li .mega-menu li ul li a {
  font-weight: 400;
  font-size: 16px;
  color: var(--clr-common-white);
  padding: 0;
  padding-left: 0px;
  position: relative;
}
.main-menu ul li .mega-menu li ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: var(--clr-theme-2);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
[dir="rtl"] .main-menu ul li .mega-menu li ul li a::before {
  right: 0;
  left: auto;
}
.main-menu ul li .mega-menu li:hover > .mega-menu-title {
  color: var(--clr-theme-2);
  padding-left: 0;
}
[dir="rtl"] .main-menu ul li .mega-menu li:hover > .mega-menu-title {
  padding-right: 0;
}
.main-menu ul li .mega-menu li:hover > a {
  color: var(--clr-theme-2);
  padding-left: 18px;
}
[dir="rtl"] .main-menu ul li .mega-menu li:hover > a {
  padding-left: 0;
  padding-right: 18px;
}
.main-menu ul li .mega-menu li:hover > a::before {
  width: 12px;
}
.main-menu ul li:hover > a {
  color: var(--clr-theme-2);
}
.main-menu ul li:hover > a::after {
  color: var(--clr-theme-2);
}
.main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
}
.main-menu ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
}
.main-menu.is-white ul li a {
  color: var(--clr-common-white);
  color: var(--clr-common-white);
}
.main-menu.is-white ul li:hover > a {
  color: var(--clr-theme-2);
}
.main-menu.is-white ul li:hover > a::after {
  color: var(--clr-theme-2);
}
.main-menu.is-white ul li.has-dropdown > a::after {
  color: var(--clr-common-white);
}
.main-menu.is-white ul li.has-dropdown:hover > a::after {
  color: var(--clr-theme-2);
}

.primary-bg {
  background: var(--clr-background-primary);
}

body {
  cursor: inherit;
}

.hero-area {
  min-height: 930px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .hero-area {
    min-height: auto;
  }
}
.hero-area__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-area__bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    105.54deg,
    #ffffff 34.13%,
    rgba(255, 255, 255, 0) 100%
  );
}
.hero-area__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-area .container {
  max-width: 1790px;
}
.hero-area .meta-item-call {
  display: flex;
  align-items: center;
  gap: 25px;
  writing-mode: vertical-rl;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1790px) {
  .hero-area .meta-item-call {
    left: 80px;
  }
}
.hero-area .meta-item-call .meta-item__icon {
  line-height: 1;
}
.hero-area .meta-item-call p {
  font-size: 20px;
  font-weight: 700;
  font-family: "Archivo", sans-serif;
}
.hero-area .meta-item-call p a:hover {
  color: var(--clr-theme-2);
}
.hero-area .scroll-btn span {
  position: absolute;
  bottom: 150px;
  left: 23px;
}
@media screen and (min-width: 1790px) {
  .hero-area .scroll-btn span {
    left: 88px;
  }
}

.scroll-btn span {
  font-size: 14px;
  font-weight: 400;
  color: #a5a5a5;
  writing-mode: vertical-rl;
  letter-spacing: 7px;
  font-family: "Archivo", sans-serif;
  position: relative;
  line-height: 1;
}
.scroll-btn span::before {
  position: absolute;
  content: "\f107";
  font-family: var(--tpl-ff-fontawesome);
  color: #a5a5a5;
  left: 55%;
  transform: translateX(-50%);
  top: calc(100% + 120px);
}
.scroll-btn span:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 115px;
  background: #a5a5a5;
  left: 55%;
  transform: translateX(-50%);
  top: calc(100% + 15px);
}

.hero-inner {
  margin-left: 100px;
}
@media screen and (min-width: 1790px) {
  .hero-inner {
    margin-left: 175px;
    margin-right: 125px;
  }
}
@media (min-width: 1600px) and (max-width: 1789px) {
  .hero-inner {
    margin-left: 100px;
    margin-right: 75px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-inner {
    margin-left: 70px;
  }
}
@media (max-width: 575px) {
  .hero-inner {
    margin-left: 0;
  }
}

.hero__title {
  margin-bottom: 0;
}
.hero__title .regular-text {
  font-weight: 400;
  font-family: "Tenor Sans", sans-serif;
}
.hero__text {
  max-width: 424px;
  position: absolute;
  right: 0;
  top: 120px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__text {
    top: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__text {
    max-width: 326px;
    top: 20px;
  }

  p.large {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .hero__text {
    position: static;
    margin-top: 30px;
  }

  p.large {
    font-size: 16px;
  }
}
.hero__btn {
  position: absolute;
  right: 0;
  bottom: -175px;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__btn {
    bottom: 0px;
    transform: rotate(-45deg) scale(0.8);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__btn {
    bottom: 60px;
    transform: rotate(-45deg) scale(0.5);
    transform-origin: right bottom;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .hero__btn {
    position: static;
    transform: scale(0.7);
    margin-top: 60px;
    transform-origin: top left;
  }
}
.hero__btn .circle-btn {
  width: 160px;
  height: 160px;
}
.hero__btn .circle-btn .icon-box {
  background: var(--clr-theme-2);
}
.hero__btn .circle-btn .icon-box i {
  font-size: 34px;
  color: var(--clr-common-black);
}
@media only screen and (min-width: 1601px),
  only screen and (min-width: 1400px) and (max-width: 1600px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__btn .circle-btn .icon-box {
    box-shadow: none;
  }
}
.hero__shape-1 {
  position: absolute;
  top: 217px;
  left: 65%;
  animation: zoomInOut 3s infinite linear;
}
.hero__shape-2 {
  position: absolute;
  left: 68%;
  bottom: 72px;
  animation: zoomInOut 3s infinite linear;
}

.counter-wrapper {
  padding: 160px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .counter-wrapper {
    padding: 0px 0;
  }
}

.counter-area {
  margin-top: 150px;
}

.counter-area__bg {
  position: absolute;
  width: calc(100% + 200px);
  top: 0;
  left: 50%;
  z-index: -1;
  border-radius: 1000px;
  transform: translateX(-50%);
  overflow: hidden;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-area__bg {
    border-radius: 0;
  }
}
.counter-area__bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.counter-area__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__subtitle {
  display: inline-block;
  text-align: center;
}
.section__subtitle-icon {
  margin-bottom: 15px;
  line-height: 1;
}
.section__subtitle-text {
  font-size: 20px;
  font-weight: 400;
  color: var(--clr-theme-2) !important;
  line-height: 22px;
  margin-bottom: 20px;
}

.section__title-wrapper-about .section__subtitle-text {
  margin-bottom: 0;
}
.section__title-wrapper-services .section__title-main {
  color: var(--clr-common-white);
}
.section__title-wrapper-work-process .section__title-main {
  color: var(--clr-common-white);
}

.section__title-main {
  line-height: 1.08;
}

.section__title-wrapper.is-white .section__title-main {
  color: var(--clr-common-white);
}
.section__title-wrapper.is-white .section__right-title {
  color: var(--clr-common-white);
}
.section__title-wrapper.is-white .section__paragraph {
  color: var(--clr-common-white);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 575px),
  (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__title-wrapper.is-white .section__paragraph {
    font-size: 20px;
  }
}
.section__title-wrapper.is-gradient .section__title-main > * {
  background-image: linear-gradient(91.13deg, #14cf93 2.19%, #4a79f2 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.icon-box .title-icon {
  position: relative;
  top: -7px;
}

.section__title-wrapper .title-arrow {
  padding-left: 20px;
}
@media (max-width: 575px), sm {
  .section__title-wrapper .title-arrow {
    -webkit-transform: rotate(165deg);
    -moz-transform: rotate(165deg);
    -ms-transform: rotate(165deg);
    transform: rotate(165deg);
  }
}

.section__title-wrapper.is-white .section__inner-subtitle {
  color: var(--clr-common-white);
}
.section__title-wrapper.is-white .section__title-inner {
  color: var(--clr-common-white);
}

.section__title-wrapper.is-white .title-paragraph {
  color: var(--clr-common-white);
  margin-bottom: 0;
}

.section__title-wrapper.has-strategy-title .section__inner-subtitle {
  font-size: 24px;
  font-weight: 700;
}

.section__title-wrapper.has-strategy-title .title-paragraph {
  max-width: 587px;
}

.section__title-wrapper .title-disable {
  color: #4f4f4f;
  padding-right: 5px;
}

.about-area__shape-1 {
  position: absolute;
  left: 84%;
  top: 92px;
  animation: zoomInOut 3s infinite linear;
}
@media (max-width: 450px) {
  .about-area__shape-1 {
    display: none;
  }
}

.about__content {
  padding: 0 120px;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about__content {
    padding: 0 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__content {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__content {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .about__content {
    padding: 0 0;
  }
}
.about__content p {
  margin-bottom: 0;
}

.award-scroll-line .award-scroll-line__heading {
  line-height: 1.08;
  white-space: nowrap;
  margin-bottom: 0;
}

.award-scroll-line-2 .award-scroll-line__heading {
  font-weight: 400;
  line-height: 1.08;
  font-family: "Tenor Sans", sans-serif;
  white-space: nowrap;
  margin-bottom: 0;
}

.award-scroll-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.text__scroll .swiper-slide {
  width: auto;
}

.contact-area__shape-1 {
  position: absolute;
  top: 80px;
  left: 8%;
  animation: zoomInOut 3s infinite linear;
}
.contact-area__shape-2 {
  position: absolute;
  right: 15%;
  bottom: 95px;
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-area__shape-2 {
    max-width: 100px;
  }
}
@media (max-width: 450px) {
  .contact-area__shape-2 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .contact__btn {
    transform: scale(0.8);
  }
}

.contact-btn .input-btn {
  color: var(--clr-common-white);
}
.contact-btn .input-btn:hover {
  border-color: var(--clr-theme-2);
}

.services-area__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: -1;
}
.services-area__bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.5;
}
.services-area__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-slider {
  overflow: visible;
}

.service__box {
  border: 1px solid #414141;
  position: relative;
  height: 558px;
}
.service__box:hover .service__content {
  opacity: 1;
  visibility: visible;
}
.service__box:hover .service__content .service__btn div i {
  transform: rotate(0deg);
}
.service__box:hover .service__content-wrapper::before {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  right: 15px;
}
@media (max-width: 450px) {
  .service__box:hover .service__content-wrapper::before {
    display: none;
  }
}
.service__box > .service__title {
  writing-mode: vertical-rl;
  padding-top: 82px;
  transform: rotate(180deg) translateX(50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: 0;
}
.service__box > .service__title div {
  font-size: 24px;
  line-height: 30px;
  color: var(--clr-common-white);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 80px;
}
.service__box > .service__title div i {
  font-size: 50px;
  transform: rotate(135deg);
}
@media (max-width: 450px) {
  .service__box > .service__title {
    opacity: 0;
    visibility: hidden;
  }
}

.service__content {
  padding: 45px 45px 65px;
  background: var(--clr-theme-2);
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  margin: auto;
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__content {
    padding: 45px 25px 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px),
  (max-width: 450px) {
  .service__content {
    padding: 45px 25px 65px;
    opacity: 1;
    visibility: visible;
  }
}
.service__content .service__title {
  font-size: 24px;
  line-height: 30px;
  color: var(--clr-common-white);
  margin-bottom: 30px;
}
.service__content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.service__content-wrapper:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: var(--clr-theme-2);
  right: 0px;
  top: 0px;
}
@media (max-width: 450px) {
  .service__content-wrapper:before {
    width: 0;
    height: 0;
  }
}
.service__list ul {
  padding: 0px;
  margin: 0px;
}
.service__list ul li {
  list-style-position: inside;
  color: var(--clr-common-white);
  line-height: 34px;
}
.service__btn {
  text-align: center;
}
.service__btn a {
  display: inline-block;
}
.service__btn a:hover i {
  animation: iconltr 0.5s forwards;
  color: var(--clr-common-black);
}
.service__btn div i {
  font-size: 50px;
  color: var(--clr-common-white);
  transform: rotate(-45deg);
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__btn a i {
    transform: rotate(0deg);
  }
}

.project__title .icon-box {
  transform: rotate(-45deg);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.work-process-box {
  border: 1px solid #414141;
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
  transition: 3s;
  height: 570px;
}
.work-process-box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #9b59b6 0%, #6d3d94 100%);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  height: 0;
  width: 100%;
}
@media (hover: none) {
  .work-process-box {
    border-color: transparent;
    background: linear-gradient(180deg, #9b59b6 0%, #6d3d94 100%);
  }
}
.work-process-box:hover {
  border-color: transparent;
}
.work-process-box:hover::before {
  opacity: 1;
  visibility: visible;
  height: 100%;
  bottom: auto;
}
.work-process-box:hover p {
  color: var(--clr-common-white);
}
.work-process-box:hover .process__icon {
  background-color: #fff;
}
.work-process-box:hover .process__icon img {
  filter: brightness(2%);
}
.work-process-box:hover .process__number {
  background-color: var(--clr-common-black);
  color: var(--clr-common-white);
}
.work-process-box .process__icon {
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  width: 99px;
  height: 99px;
  line-height: 99px;
  border-radius: 50%;
  transition: 0.3s;
}
@media (hover: none) {
  .work-process-box .process__icon {
    background-color: #fff;
  }
  .work-process-box .process__icon.process__icon img {
    filter: brightness(2%);
  }
}
.work-process-box .process__title {
  font-size: 30px;
  line-height: 1.5;
  color: var(--clr-common-white);
  margin-bottom: 35px;
}
@media (max-width: 450px) {
  .work-process-box .process__title {
    font-size: 26px;
  }
}
.work-process-box .process__title-font {
  margin-bottom: 38px;
}
.work-process-box .process__title-font span {
  font-size: 150px;
  line-height: 0.86;
  -webkit-text-stroke-color: #a5a5a5;
  filter: drop-shadow(6px 0 0 #a5a5a5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 450px) {
  .work-process-box .process__title-font span {
    font-size: 100px;
  }
}
.work-process-box .process__number {
  position: absolute;
  color: var(--clr-common-black);
  top: -5px;
  right: -5px;
  content: "";
  width: 28px;
  height: 28px;
  line-height: 29px;
  border-radius: 50%;
  background: var(--clr-theme-2);
  transition: 0.3s;
  z-index: 1;
}
.work-process-box p {
  color: var(--clr-common-white);
  margin-bottom: 0;
}

.theme-dark body {
  background: var(--clr-common-black);
}
.theme-dark:root {
  --tpl-ff-heading: "Archivo", sans-serif;
  --tpl-ff-body: "Tenor Sans", sans-serif;
  --tpl-ff-fontawesome: "Font Awesome 6 Pro";
  --tpl-ff-handwriting: "autographyregular";
  --clr-common-white: #eeeeee;
  --clr-common-black: #222222;
  --clr-common-border: #c7c7c7;
  --clr-common-placeholder: #8a8787;
  --clr-theme-1: #222222;
  --clr-theme-2: #9b59b6;
  --clr-theme-3: #7c7c7c;
  --clr-theme-primary: #eeeeee;
  --clr-background-primary: #222222;
  --clr-bg-1: #222222;
  --clr-bg-2: #9b59b6;
  --clr-bg-3: #fffcf6;
  --clr-bg-4: #f2f2f2;
  --clr-bg-5: #f7f7f7;
  --clr-bg-6: #e8f5ff;
}
.theme-dark .border-btn {
  color: var(--clr-common-white);
}
.theme-dark .hero-area__bg::after {
  background: linear-gradient(105.54deg, #000 34.13%, rgba(0, 0, 0, 0.4) 100%);
}
.theme-dark .sticky {
  background: var(--clr-common-black);
  box-shadow: 0px 20px 30px rgba(255, 255, 255, 0.1);
}

.theme-dark .testimonial__box {
  background: #2f2f2f;
}
.theme-dark .testimonial__box p {
  color: var(--clr-common-white);
}
.theme-dark .blogpost-area__overlay::before {
  background: var(--clr-common-black);
}
.theme-dark .blog__list::before {
  border-color: #575757;
}
.theme-dark .blog__item-1 {
  border-color: #575757;
}
.theme-dark .blog__item-1 .tag {
  background: #303030;
  color: var(--clr-theme-primary);
}
.theme-dark .header-2__main.sticky .is-white.main-menu ul li a {
  color: var(--clr-common-white);
}
.theme-dark .header-2__main.sticky .is-white.main-menu ul li a::after {
  color: var(--clr-common-white);
}
.theme-dark .projects-wrapper {
  border-color: #575757;
}
.theme-dark .projects-wrapper > * .project-box__thumb {
  border-color: #575757;
}
.theme-dark .project-box-content .awards-list-box p {
  color: var(--clr-common-white);
}
.theme-dark .project-box-content .awards-list-box .awards-list ul li {
  color: #d1d1d1;
}
.theme-dark .projects-wrapper__border {
  border-color: #575757;
}
.theme-dark .projects-wrapper > :not(:first-child)::before {
  background: #575757;
}
.theme-dark .rot-line::before {
  background-color: #575757;
}
.theme-dark .b-right {
  border-color: #575757;
}
.theme-dark .portfolio__title-wrap {
  background-color: var(--clr-common-black);
}
.theme-dark .portfolio-slide-1 {
  background-color: var(--clr-common-black);
}
.theme-dark .portfolio-slide-2 {
  background-color: var(--clr-common-black);
}
.theme-dark .portfolio-slide-3 {
  background-color: var(--clr-common-black);
}
.theme-dark .portfolio-slide-3-thumb::after {
  background: linear-gradient(
    90deg,
    var(--clr-common-black) 10.97%,
    rgba(255, 255, 255, 0) 89.51%
  );
}
.theme-dark .capabilities__accordion .accordion-button {
  background: #2f2f2f;
}
.theme-dark .capabilities__accordion .accordion-body {
  background: #2f2f2f;
}
.theme-dark .blogpost-box-2 .tag {
  border-color: #575757;
  color: #ebebeb;
}
.theme-dark .video__overlay {
  -webkit-box-shadow: 0px 0px 0px 3000px var(--clr-theme-1);
  -moz-box-shadow: 0px 0px 0px 3000px var(--clr-theme-1);
  box-shadow: 0px 0px 0px 3000px var(--clr-theme-1);
}
.theme-dark .blogpost-box-2 {
  border-color: #575757;
}
.theme-dark .footer-2__links ul li {
  color: #ebebeb;
}
.theme-dark .footer-2-area__shape-1 {
  opacity: 0.1;
}
.theme-dark .hheader-latout-top {
  background: var(--clr-theme-1);
}
.theme-dark .hheader-latout-top-content-wrapper .meta-item__text p {
  color: var(--clr-common-white);
}
.theme-dark .hheader-latout-top-content-wrapper .meta-item__text p {
  color: var(--clr-common-white);
}
.theme-dark .header-3-main {
  background: var(--clr-common-white);
}
.theme-dark .mobile-menu-btn svg {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.theme-dark .mobile-menu-btn svg * {
  fill: var(--clr-common-black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.theme-dark .mobile-menu-btn svg:hover * {
  fill: var(--clr-theme-2);
}
.theme-dark .mobile-menu-btn.is-white svg {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.theme-dark .mobile-menu-btn.is-white svg * {
  fill: var(--clr-common-white);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.theme-dark .mobile-menu-btn.is-white svg:hover * {
  fill: var(--clr-theme-2);
}
.theme-dark .header-3-main ul li a {
  color: var(--clr-common-black);
}
.theme-dark .header-3-main ul li.has-dropdown > a::after {
  color: var(--clr-common-black);
}
.theme-dark .contact-link__icon {
  filter: brightness(6%);
}
.theme-dark .contact-link__text p {
  color: var(--clr-common-black);
}
.theme-dark .hero-3-area__bg::before {
  background: var(--clr-common-black);
}
.theme-dark .hero-3__title {
  color: var(--clr-common-white);
}
.theme-dark .hero-3__text {
  color: var(--clr-common-white);
}
.theme-dark .hero-3__subtitle {
  color: var(--clr-common-white);
}
.theme-dark .hero-3__shape-3 {
  filter: brightness(6);
}
.theme-dark .service-box-3 {
  background: var(--clr-common-black);
}
.theme-dark .service-box-3__content .service__title {
  color: var(--clr-common-white);
}
.theme-dark .service-box-3__content .service__title .icon-box {
  color: var(--clr-common-white);
}
.theme-dark .service-box-3__content p {
  color: var(--clr-common-white);
}
.theme-dark .choose-area-content .thumb-wrapper::after {
  background: linear-gradient(180deg, #222222 0%, rgba(255, 255, 255, 0) 100%);
}
.theme-dark .choose-area-content p {
  color: var(--clr-common-white);
}
.theme-dark .choose-area-content .thumb-wrapper .line {
  background: #575757;
}
.theme-dark #accordionExample-st-2 .accordion-item {
  border-color: #575757 !important;
}
.theme-dark #accordionExample-st-2 .accordion-button {
  color: var(--clr-common-white);
}
.theme-dark .member-box-2 .member-designation {
  color: rgba(84, 84, 84, 0.7098039216);
}
.theme-dark .hr1 {
  border-color: #575757;
}
.theme-dark .blogpost-slider__nav .nav-btn {
  color: #707070;
  border-color: #707070;
}
.theme-dark .discuss-area__bg::after {
  background: var(--clr-theme-1);
  opacity: 0.9;
}
.theme-dark .discuss-area__bg::before {
  opacity: 0.2;
}
.theme-dark .cover-tab .nav-tabs .nav-link.active,
.theme-dark .cover-tab .nav-tabs .nav-link:hover {
  background: #323232;
  color: var(--clr-common-white);
}
.theme-dark .cover-tab .nav-link {
  color: var(--clr-common-white);
}
.theme-dark .cover-card-content {
  background: #323232;
}
.theme-dark .cover-card-content h3 {
  color: var(--clr-common-white);
}
.theme-dark .cover-tab {
  border-color: #575757;
}
.theme-dark .cover-shape-1 {
  opacity: 0.3;
}
.theme-dark .cover-shape-2 {
  opacity: 0.3;
}
.theme-dark .hero-5-bg::before {
  background: linear-gradient(180deg, #000 0%, rgba(217, 217, 217, 0) 100%);
}
.theme-dark .hero-5__subtitle {
  color: var(--clr-common-white);
}
.theme-dark .work__content-hover h3 {
  background-color: var(--clr-common-black);
  color: var(--clr-common-white);
}
.theme-dark .has-border-top-bottom {
  border-color: #575757;
}
.theme-dark .has-border-bottom {
  border-color: #575757;
}
.theme-dark .for-black .counter__number {
  color: var(--clr-common-white);
}
.theme-dark .for-black .counter__text p {
  color: var(--clr-common-white);
}
.theme-dark .protfolio__content {
  background-color: var(--clr-common-black);
}
.theme-dark .protfolio__title {
  color: var(--clr-common-white);
}
.theme-dark .protfolio__content p {
  color: var(--clr-common-white);
}
.theme-dark .blog__item {
  background: #2a2a2a;
  border-color: #575757;
}
.theme-dark .blog__item:hover {
  box-shadow: 0px 4px 20px rgba(148, 148, 148, 0.3);
  border-color: transparent;
}
.theme-dark .blog__item-2-title {
  color: var(--clr-common-white);
}
.theme-dark .blog__para p {
  color: var(--clr-common-white);
}
.theme-dark .ax-testimonial__thumb::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(28, 28, 28) 100%
  );
}
.theme-dark .ax-testimonial__box:hover .ax-testimonial__thumb::before {
  background: rgba(0, 0, 0, 0.9);
}
.theme-dark .ax-testimonial__comments {
  color: var(--clr-common-white);
}
.theme-dark .ax-testimonial__name {
  color: var(--clr-common-white);
}
.theme-dark .project-social-title {
  color: var(--clr-common-white);
}
.theme-dark .social-round-item {
  background: var(--clr-common-black);
  box-shadow: 1px 2px 3px rgba(186, 186, 186, 0.03),
    -2px -2px 7px rgba(186, 186, 186, 0.3);
}
.theme-dark .quota-icon {
  filter: brightness(100%);
}

.footer-top {
  border-top: 1px solid #414141;
}

.footer__bg {
  background: var(--clr-theme-1);
}
.footer__logo {
  width: 102px;
}
.footer__logo img {
  width: 100%;
}
.footer__widget-title {
  font-size: 20px;
  color: var(--clr-common-white);
  line-height: 1;
}
.footer__widget p {
  color: #d9d9d9;
}
.footer__links ul {
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.footer__links ul li {
  list-style: none;
}
.footer__links ul li:not(:last-child) {
  margin-bottom: 15px;
}
.footer__links ul li p {
  color: #d9d9d9;
}
.footer__links ul li p:hover {
  color: var(--clr-theme-2);
  padding-left: 7px;
}

.joining-form .input-wrapper {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #414141;
  padding-bottom: 15px;
}
.joining-form .single-input-field {
  width: 100%;
}
.joining-form .single-input-field input {
  background: transparent;
  border: 0;
  color: var(--clr-common-white);
  outline: 0;
  width: 100%;
}
.joining-form .circle-icon-btn {
  width: 44px;
  height: 44px;
  border: 1px solid var(--clr-theme-2);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--clr-theme-2);
  color: var(--clr-common-black);
  font-size: 18px;
  transform: rotate(-45deg);
}
.joining-form .circle-icon-btn:hover i {
  animation: iconltr 0.5s forwards;
}
.joining-form label {
  color: #a5a5a5;
}
.joining-form label .check {
  margin-right: 10px;
}

label {
  cursor: pointer;
}

.check {
  cursor: pointer;
  position: relative;
  margin: auto;
  width: 18px;
  height: 18px;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}
.check:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(34, 50, 84, 0.03);
  opacity: 0;
  transition: opacity 0.2s ease;
  display: none;
}
.check svg {
  position: relative;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #414141;
  stroke-width: 1.5;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
}
.check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}
.check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}
.check:hover:before {
  opacity: 1;
}
.check:hover svg {
  stroke: #14cf93;
}

[type="checkbox"]:checked + .check svg {
  stroke: #14cf93;
}
[type="checkbox"]:checked + .check svg path {
  stroke-dashoffset: 60;
  transition: all 0.3s linear;
}
[type="checkbox"]:checked + .check svg polyline {
  stroke-dashoffset: 42;
  transition: all 0.2s linear;
  transition-delay: 0.15s;
}

.made-by-text {
  color: #a5a5a5;
  letter-spacing: 8px;
}

.social-links ul {
  display: flex;
  gap: 40px;
  margin-bottom: 0;
  padding: 0;
}
.social-links ul li {
  list-style: none;
  line-height: 1;
}
.social-links ul li a {
  color: #a5a5a5;
  font-size: 16px;
  position: relative;
}
.social-links ul li a:hover {
  color: var(--clr-theme-2);
}
.social-links ul li a:hover .icon-text {
  transform: translateY(-100%) translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.social-links ul li a .icon-text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--clr-theme-1);
}

.copyright__bg {
  background: var(--clr-theme-1);
}
.copyright__text p {
  color: #a4a4a4;
  letter-spacing: 4.5px;
  margin-bottom: 0;
  font-size: 16px;
}
.copyright__text p a:hover {
  color: var(--clr-theme-2);
}

.footer-area .noise-wrapper {
  position: absolute;
  opacity: 0.7;
}
