/* ------------------------- Styleguide ® Code by Reza -------------------------------------------------- */

/* ------------------------- Fonts -------------------------------------------------- */

@font-face {
  font-family: "HeadLine";
  src: url("../fonts/PPMonumentExtended-Regular.otf") format("opentype");
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Frutiger";
  src: url("../fonts/Frutiger\ Neue\ LT.ttf") format("ttf");
  font-style: normal;
  font-display: auto;
}
/* 
@font-face {
  font-family: "EsselHelvetica";
  src: url("../fonts/HelveticaNeueME.otf") format("opentype");
  font-style: normal;
  font-display: auto;
} */

@font-face {
  font-family: "EsselMonospaced";
  src: url("../fonts/HelveticaNeueME.ttf") format("ttf");
  font-style: normal;
  font-display: auto;
}

/* ------------------------- Colors -------------------------------------------------- */

:root {
  --color-dark: #25183c;
  --color-dark-dark: #0f091a;
  --color-light: #ffffff;
  --color-white: #ffffff;
  --color-primary: #1c1d20;
  --color-secondary: #4376ab;
  --color-gray: #999999;
  --color-lightgray: #eeeeee;
  --color-inactive: rgba(0, 0, 0, 0.2);

  --color-border: rgba(28, 29, 35, 0.2);
  --color-border-light: rgba(255, 255, 255, 0.2);

  --color-text: #1c1d20;
  --color-text-light: #ffffff;

  --alert-error: #ff0033;
  --alert-success: #24c958;

  --animation-primary: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  --animation-fast: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  --animation-smooth: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  --animation-slow: all 0.8s cubic-bezier(0.7, 0, 0.3, 1);

  --section-padding: 12.5vh;
  --container-padding: min(10vw, 10em);
  --gap-padding: min(1.5vw, 1.5em);

  --title-size: clamp(3em, 8vw, 8em);
  --badge-size: clamp(8em, 14vw, 11em);
  --angle-size: 19.5vw;
}

/* Start Blog Box Background Color */

.background-color-first {
  background-color: #4376ab;
}
.background-color-second {
  background-color: #3d6895;
}
.background-color-third {
  background-color: #36597d;
}
.background-color-fourth {
  background-color: #2f4964;
}
.background-color-fifth {
  background-color: #293c4f;
}
.background-color-sixth {
  background-color: #232d38;
}
.background-color-seventh {
  background-color: #1c1d20;
}
.background-color-eightth {
  background-color: #434446;
}
.background-color-ninth {
  background-color: #696a6b;
}
.background-color-tenth {
  background-color: #909091;
}
.background-color-eleventh {
  background-color: #c0c0c0;
}
.background-color-twelfth {
  background-color: #e4e4e4;
}
.background-color-thirteenth {
  background-color: #ffffff;
}
.background-color-fourteenth {
  background-color: #e0e9f1;
}
.background-color-fifteenth {
  background-color: #c0d1e3;
}
.background-color-sixteenth {
  background-color: #a5bdd7;
}
.background-color-seventeenth {
  background-color: #84a5c8;
}
.background-color-eighteenth {
  background-color: #5d89b6;
}
/* End Blog Box Background Color */

@media screen and (max-width: 1024px) {
  :root {
    --container-padding: calc(var(--gap-padding) * 2);
    --gap-padding: 2.5vw;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --section-padding: 15vh;
  }
  .half-width {
    width: 100% !important;
  }
  .about-header-name {
    width: 100% !important;
  }
  .about-header-img {
    width: 100% !important;
    margin-top: 30px;
  }
  .my-auto {
    margin: 15px 0;
  }
  .mx-auto {
    margin: 0 15px;
  }
  .px-auto {
    padding-left: 15px;
    padding-right: 15px;
  }
  .show-phone {
    display: block !important;
  }
  .show-desk {
    display: none !important;
  }
}

@media screen and (max-width: 374px) {
  .name {
    font-size: 25px !important;
  }
  .home-Headline {
    font-size: 20px !important;
  }
  .blog-count {
    top: 6% !important;
    right: 8% !important;
  }
  .blog-txt {
    width: 100% !important;
    line-height: 15px !important;
    padding: 50px 5px !important;
  }
  .blog-txt span {
    line-height: 20px !important;
  }
  .headline-size-blog {
    font-size: 10px !important;
  }
  .headline-size-about {
    font-size: 15px !important;
  }
  .blog-emoji {
    width: 50px !important;
  }
  .work-item-title {
    font-size: 17px !important;
  }
  .work-item-title-De {
    font-size: 16px !important;
  }
  .header-json-box {
    margin: 4px;
  }
}

@media screen and (min-width: 374px) and (max-width: 576px) {
  .blog-count {
    top: 6% !important;
    right: 6% !important;
  }
  .blog-txt {
    width: 100% !important;
    line-height: 20px !important;
    padding: 60px 5px 70px !important;
  }
  .headline-size-blog {
    font-size: 13px !important;
  }
  .headline-size-about {
    font-size: 17px !important;
  }
  .blog-emoji {
    width: 55px !important;
  }
  .work-item-title {
    font-size: 17px !important;
  }
  .work-item-title-De {
    font-size: 22px !important;
  }
  .about-img {
    max-height: 300px !important;
    height: 300px !important;
  }
  .about-img-box img {
    height: 300px !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .blog-totally {
    width: 500px !important;
    padding: 80px 15px !important;
  }
  .blog-txt {
    width: 100% !important;
    line-height: 25px !important;
  }
  .headline-size-blog {
    font-size: 15px !important;
  }
  .headline-size-about {
    font-size: 20px !important;
  }
  .blog-emoji {
    width: 65px !important;
  }
  .work-item-title {
    font-size: 15px !important;
  }
  .work-item-title-De {
    font-size: 18px !important;
  }
  .about-img {
    max-height: 400px !important;
    height: 400px !important;
  }
  .about-img-box img {
    height: 400px !important;
  }
}

@media screen and (min-width: 374px) and (max-width: 435px) {
  .name {
    font-size: 30px !important;
  }
  .home-Headline {
    font-size: 15px !important;
  }
}

@media screen and (min-width: 435px) and (max-width: 500px) {
  .name {
    font-size: 35px !important;
  }
  .home-Headline {
    font-size: 18px !important;
  }
}

@media screen and (min-width: 500px) and (max-width: 600px) {
  .name {
    font-size: 35px !important;
  }
  .home-Headline {
    font-size: 21px !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 700px) {
  .name {
    font-size: 35px !important;
  }
  .home-Headline {
    font-size: 24px !important;
  }
}

@media screen and (min-width: 700px) and (max-width: 768px) {
  .name {
    font-size: 40px !important;
  }
  .home-Headline {
    font-size: 20px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .name {
    font-size: 40px !important;
  }
  .home-Headline {
    font-size: 18px !important;
  }
  .blog-txt {
    width: 450px !important;
    line-height: 28px !important;
  }
  .headline-size-blog {
    font-size: 17px !important;
  }
  .headline-size-about {
    font-size: 22px !important;
  }
  .blog-emoji {
    width: 75px !important;
  }

  .work-item-title {
    font-size: 20px !important;
  }
  .work-item-title-De {
    font-size: 20px !important;
  }
  .about-img {
    max-height: 300px !important;
    height: 300px !important;
  }
  .about-img-box img {
    height: 300px !important;
  }
  .blog-totally {
    width: 650px !important;
    padding: 80px 15px !important;
  }
  .json-row {
    padding-top: 0 !important;
  }
  .json-box .json-object,
  .json-box .json-row span,
  .json-box .json-row ul li,
  .json-box .json-row div {
    font-size: 15px !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .name {
    font-size: 50px !important;
    letter-spacing: 2px !important;
  }
  .home-Headline {
    font-size: 18px !important;
    letter-spacing: 1px !important;
  }
  .work-item-title {
    font-size: 25px !important;
  }
  .work-item-title-De {
    font-size: 18px !important;
  }
  .work-list {
    height: 370px !important;
    width: 300px !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1300px) {
  .blog-txt {
    width: 600px !important;
    line-height: 35px !important;
  }
  .headline-size-blog {
    font-size: 20px !important;
  }
  .headline-size-about {
    font-size: 23px !important;
  }
  .text-size {
    font-size: 15px !important;
  }
  .blog-emoji {
    width: 75px !important;
  }
  .about-img {
    max-height: 400px !important;
    height: 400px !important;
  }
  .about-img-box img {
    height: 400px !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .name {
    font-size: 60px !important;
  }
  .home-Headline {
    font-size: 20px !important;
  }
  .work-item-title-De {
    font-size: 20px !important;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1900px) {
  .name {
    font-size: 50px !important;
  }
  .home-Headline {
    font-size: 22px !important;
  }
  .headline-size-about {
    font-size: 26px !important;
  }
  .text-size {
    font-size: 20px !important;
  }
  .about-img {
    max-height: 400px !important;
    height: 400px !important;
  }
  .about-img-box img {
    height: 400px !important;
  }
  .work-item-title-De {
    font-size: 24px !important;
  }
}

@media screen and (min-width: 1900px) and (max-width: 2500px) {
  .name {
    font-size: 60px !important;
  }
  .home-Headline {
    font-size: 32px !important;
  }
  .headline-size-about {
    font-size: 29px !important;
  }
  .text-size {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}

@media screen and (min-width: 1900px) and (max-width: 2200px) {
  .about-img {
    max-height: 450px !important;
    height: 450px !important;
  }
  .about-img-box img {
    height: 450px !important;
  }
}

@media screen and (min-width: 2200px) and (max-width: 2500px) {
  .about-img {
    max-height: 550px !important;
    height: 550px !important;
  }
  .about-img-box img {
    height: 550px !important;
  }
}

@media screen and (min-width: 2500px) {
  .name {
    font-size: 75px !important;
  }
  .home-Headline {
    font-size: 30px !important;
  }
  .headline-size-about {
    font-size: 32px !important;
  }
  .text-size {
    font-size: 24px !important;
    line-height: 38px !important;
  }
  .about-img {
    max-height: 750px !important;
    height: 750px !important;
  }
  .about-img-box img {
    height: 750px !important;
  }
}

@media screen and (max-width: 576px) {
  :root {
    --container-padding: calc(var(--gap-padding) * 1);
    --section-padding: calc(5vh + 2em);
    --gap-padding: 4vw;
  }
}

/* ------------------------- Body -------------------------------------------------- */

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
  border-bottom: none;
}
.btn-link {
  text-decoration: none !important;
}
li,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "HeadLine", sans-serif;
  color: var(--color-text);
  line-height: 1.5;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: clamp(16px, 1.2vw, 19px);
  background-color: var(--color-light);
  --click-percent-top: 75%;
  --click-percent-left: 80%;
}

html,
body {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
  background-color: var(--color-light);
}

/* Selection */
::selection {
  background-color: var(--color-lightgray);
  color: var(--color-primary);
  text-shadow: none;
}

::-moz-selection {
  background-color: var(--color-lightgray);
  color: var(--color-primary);
  text-shadow: none;
}

/* General */
canvas,
svg,
video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

svg {
  max-width: none;
  height: auto;
  box-sizing: border-box;
}

audio,
canvas,
iframe,
svg,
img,
video {
  vertical-align: middle;
}

/* ------------------------- Typography -------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
ul,
ol,
span,
strong,
em {
  padding: 0;
  margin: 0;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
p:last-child,
p.big:last-child,
p.small:last-child,
a:last-child,
strong:last-child {
  margin-bottom: 0;
}
text {
  font-family: "HeadLine", sans-serif;
}

h1 {
  font-family: "HeadLine", sans-serif;
  font-weight: 900;
  font-size: calc(var(--title-size) * 1.2);
  line-height: 0.95;
  color: var(--color-light);
  text-transform: lowercase;
}

h1 .span-line .span-line-inner {
  font-weight: 900;
}

h2 {
  font-family: "HeadLine", sans-serif;
  font-weight: 900;
  font-size: calc(var(--title-size) * 0.6);
  line-height: 0.95;
  color: var(--color-light);
  text-transform: lowercase;
}

h2.big {
  font-size: calc(var(--title-size) * 0.875);
}

h3 {
  font-family: "HeadLine", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: calc(var(--title-size) * 0.3);
  line-height: 0.95;
  color: var(--color-light);
  text-transform: lowercase;
}

h4 {
  font-family: "HeadLine", sans-serif;
  font-weight: 900;
  line-height: 0.95;
  color: var(--color-light);
}

h4 .span-line .span-line-inner {
  font-weight: 900;
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: calc(var(--title-size) * 1.25);
  }

  h2.big {
    font-size: calc(var(--title-size) * 1);
  }

  h3 {
    font-size: calc(var(--title-size) * 0.5);
  }

  h4 {
    font-size: calc(var(--title-size) * 0.275);
  }
}

@media screen and (max-width: 768px) {
  h1,
  h2.big {
    font-size: calc(var(--title-size) * 1.5);
  }

  h2 {
    font-size: calc(var(--title-size) * 0.75);
  }

  h3 {
    font-size: calc(var(--title-size) * 0.625);
  }

  h4 {
    font-size: calc(var(--title-size) * 0.4);
  }
}

@media screen and (max-width: 576px) {
  h1,
  h2.big {
    font-size: 15vw;
  }

  h2 {
    font-size: calc(var(--title-size) * 0.75);
  }

  h3 {
    font-size: calc(var(--title-size) * 0.625);
  }

  h4 {
    font-size: calc(var(--title-size) * 0.4);
  }
}

h5 {
  font-family: "HeadLine", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  color: var(--color-light);
}

h5 + h2 {
  margin-top: 0.5em;
}

p {
  font-family: "Frutiger", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  color: var(--color-text);
  margin-bottom: 1em;
}

.HeadLineFont {
  font-family: "HeadLine", sans-serif !important;
}

.FrutigerFont {
  font-family: "Frutiger", sans-serif !important;
}

.EsselMonospaced {
  font-family: "EsselMonospaced", sans-serif !important;
}

.theme-dark p {
  color: var(--color-text-light);
}

strong {
  font-weight: 900;
}

p em {
  font-style: italic;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

p a {
  color: var(--color-primary);
  text-decoration: underline;
}

.theme-dark p a {
  color: var(--color-light);
  text-decoration: underline;
  transition: var(--animation-fast);
}

p a:hover {
  opacity: 0.8;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4 {
  text-align: center;
}

.theme-light h1 {
  color: var(--color-dark);
}

.theme-light h2,
.theme-light h3,
.theme-light h4 {
  color: var(--color-primary);
}

.theme-light h5,
.theme-light p {
  color: var(--color-dark);
}

/* ------------------------- Main Elements -------------------------------------------------- */

.section {
  display: block;
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
  position: relative;
}

.section.theme-dark + .section.theme-dark {
  margin-top: -1px;
}

.theme-dark.section {
  background: var(--color-primary);
}

.theme-lightgray.section {
  background: var(--color-lightgray);
}

.theme-gray {
  background: #eee !important;
}

.section-wrap {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.full-height {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.section.no-padding {
  padding-top: unset;
  padding-bottom: unset;
}

.container {
  margin: 0 auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  max-width: 100em;
}

.container.center {
  text-align: center;
}

.container.center h5 {
  text-align: center;
  width: 100%;
}

.container.large {
  padding-left: calc(var(--gap-padding) * 2);
  padding-right: calc(var(--gap-padding) * 2);
}

.container.medium {
  padding-left: calc(var(--container-padding) * 2);
  padding-right: calc(var(--container-padding) * 2);
}

.container.small {
  padding-left: calc(var(--container-padding) * 2.5);
  padding-right: calc(var(--container-padding) * 2.5);
}

.container.tiny {
  padding-left: calc(var(--container-padding) * 3);
  padding-right: calc(var(--container-padding) * 3);
}

.container.no-padding {
  padding-left: unset;
  padding-right: unset;
}

.row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.row.no-flex {
  display: block;
}

.row.no-wrap {
  flex-wrap: nowrap;
}

.flex-col {
  display: block;
  width: 100%;
  order: 2;
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

img.overlay,
video.overlay {
  object-fit: cover;
}

.line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-border);
  margin-top: var(--gap-padding);
  margin-bottom: var(--gap-padding);
}

.stripe {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-border);
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 576px) {
  .section.full-height {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    max-height: 100%;
  }

  .container.large {
    padding-left: calc(var(--gap-padding) * 1);
    padding-right: calc(var(--gap-padding) * 1);
  }

  .container.medium,
  .container.small,
  .container.tiny {
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
  }
}

/* ------------------------- Main -------------------------------------------------- */

main {
  box-sizing: border-box;
  overflow: hidden;
  width: 100vw;
  position: fixed;
  height: 100%;
  background: var(--color-light);
  display: block;
}

.main-wrap {
  box-sizing: border-box;
  width: 100vw;
  will-change: transform;
  position: fixed;
  display: block;
}

main.touch {
  position: relative;
  height: auto;
}

main.touch .main-wrap {
  position: relative;
}

@media screen and (max-width: 1024px) {
  main {
    position: relative;
  }

  .main-wrap {
    position: relative;
  }
}

/* ------------------------- Buttons -------------------------------------------------- */

.btn-row {
  display: inline-flex;
  position: relative;
}

.btn {
  position: relative;
  z-index: 5;
  border: 0;
  outline: 0;
}

.btn input {
  cursor: pointer;
}

.btn:hover {
  z-index: 15;
}

.btn:last-child {
  margin-bottom: 0;
}

.btn-click {
  cursor: pointer;
  border: 0;
  color: var(--primary-dark);
  background: transparent;
  min-width: 1em;
  padding: 0;
  font-size: 1em;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  will-change: transform;
  outline: 0;
  transform: translateZ(0) rotate(0.001deg);
}

.btn-click:hover {
  cursor: pointer;
}

.btn-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: var(--color-dark);
  position: relative;
  transform: rotate(0.001deg);
  pointer-events: none;
  will-change: transform, color;
}

.btn-click:hover {
  text-decoration: none;
}

/* ------------------------- Button Normal ------------------------- */

.btn-normal .btn-click {
  overflow: visible;
  height: 3em;
}

.btn-normal .btn-click .btn-text .btn-text-inner {
  padding: 0.25em 1.5em 0.25em 0.25em;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--color-dark);
  transition: var(--animation-primary);
}

.btn-normal .btn-click img:nth-of-type(1) {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.1em;
  transform: translate(-50%, -50%) scale(0) rotate(0.001deg);
  transition: var(--animation-primary);
}

.btn-normal .btn-click img:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.1em;
  transform: translate(0%, -50%) scale(1) rotate(0.001deg);
  transition: var(--animation-primary);
}

.btn-normal .btn-click svg text {
  stroke: var(--color-secondary);
  transition: var(--animation-secondary);
}

.btn-normal .btn-click svg:nth-of-type(1) text {
  stroke: var(--color-secondary);
}

/* Theme Dark */

.theme-dark .btn-normal .btn-click .btn-text .btn-text-inner {
  color: var(--color-light);
}

.theme-dark .btn-normal .btn-click svg text {
  stroke: var(--color-secondary);
}

.theme-dark .btn-normal .btn-click svg:nth-of-type(1) text {
  stroke: var(--color-secondary);
}

/* Hover */

.btn-normal .btn-click:hover .btn-text-inner {
  padding: 0.25em 0.25em 0.25em 1.5em;
}

.btn-normal .btn-click:hover img:nth-of-type(1) {
  transform: translate(0%, -50%) scale(1) rotate(0.001deg);
}

.btn-normal .btn-click:hover img:nth-of-type(2) {
  transform: translate(50%, -50%) scale(0) rotate(0.001deg);
}

/* ------------------------- Button Link ------------------------- */

.btn-link .btn-click {
  height: 3.5em;
  overflow: visible;
}

.btn-link .btn-click .btn-text .btn-text-inner {
  padding: 0.5em 0.5em 0.5em 0.5em;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--color-dark);
  transition: var(--animation-primary);
}

.btn-link .btn-click::after {
  content: "";
  position: absolute;
  top: 75%;
  left: 50%;
  display: block;
  width: calc(100% - 1em);
  height: 2px;
  background: var(--color-secondary);
  transform: translate(-50%, -50%) scale(0, 1) rotate(0.001deg);
  transition: var(--animation-primary);
  will-change: transform;
  z-index: 2;
}

/* Theme nav dark */

.theme-page-dark .btn-link .btn-text .btn-text-inner {
  color: var(--color-light);
}

.theme-page-dark .btn-link .btn-click::after {
  background: var(--color-secondary);
}

/* Theme Home */

.home-header .btn-link .btn-click::after {
  background: var(--color-secondary);
}

/* Hover */

.btn-link.active .btn-click::after {
  transform: translate(-50%, -50%) scale(1, 1) rotate(0.001deg);
}

.btn-link .btn-click:hover::after {
  transform: translate(-50%, -50%) scale(1, 1) rotate(0.001deg);
}

.btn-row:hover .btn-link .btn-click::after {
  transform: translate(-50%, -50%) scale(0, 1) rotate(0.001deg);
}

.btn-row:hover .btn-link .btn-click:hover::after {
  transform: translate(-50%, -50%) scale(1, 1) rotate(0.001deg);
}

/* ------------------------- Button Link Mobile ------------------------- */

.btn-link-mobile .btn-click {
  overflow: visible;
}

.btn-link-mobile .btn-click .btn-text {
  justify-content: flex-start;
}

.btn-link-mobile .btn-click .btn-text .btn-text-inner {
  padding: 0.2em 0.2em 0.2em 0.6em;
  font-weight: 900;
  line-height: 1;
  color: var(--color-light);
  transition: var(--animation-primary);
  font-size: calc(var(--title-size) * 0.45);
  font-size: calc(min(55vh, 100vw) * 0.1);
  text-transform: lowercase;
  white-space: nowrap;
}

.btn-link-mobile .btn-click::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  background: var(--color-light);
  transition: var(--animation-primary);
  will-change: transform;
  z-index: 2;
  top: 58%;
  transform: translate(-50%, -50%) scale(0) rotate(0.001deg);
  width: calc(min(50vh, 100vw) * 0.035);
  height: calc(min(50vh, 100vw) * 0.035);
  border-radius: 50%;
}

/* Hover */

.btn-link-mobile.active .btn-click::after {
  transform: translate(-50%, -50%) scale(1) rotate(0.001deg);
}

.btn-link-mobile .btn-click:hover::after {
  transform: translate(-50%, -50%) scale(1) rotate(0.001deg);
}

.nav-mobile:hover .btn-link-mobile .btn-click::after {
  transform: translate(-50%, -50%) scale(0) rotate(0.001deg);
}

.nav-mobile:hover .btn-link-mobile .btn-click:hover::after {
  transform: translate(-50%, -50%) scale(1) rotate(0.001deg);
}

@media screen and (max-width: 576px) {
  .btn-link-mobile .btn-click .btn-text .btn-text-inner {
    font-size: calc(min(55vh, 80vw) * 0.11);
  }
}

/* ------------------------- Button Link External ------------------------- */

.btn-link-external .btn-click {
  overflow: visible;
}

.btn-link-external .btn-click .btn-text .btn-text-inner {
  padding: 0.25em 0 0.25em 0;
  font-weight: 500;
  color: var(--color-dark);
  transition: var(--animation-primary);
}

.btn-link-external .btn-click::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-secondary);
  transform: translate(-50%, -50%) scale(0, 1) rotate(0.001deg);
  transition: var(--animation-primary);
  will-change: transform;
  z-index: 5;
}

/* Them nav dark */

.theme-dark .btn-link-external .btn-text .btn-text-inner {
  color: var(--color-light);
}

.theme-dark .btn-link-external .btn-click::after {
  background: var(--color-secondary);
}

/* Hover */

.btn-link-external.active .btn-click::after {
  transform: translate(-50%, -50%) scale(1, 1) rotate(0.001deg);
}

.btn-link-external .btn-click:hover::after {
  transform: translate(-50%, -50%) scale(1, 1) rotate(0.001deg);
}

.btn-row:hover .btn-link-external .btn-click::after {
  transform: translate(-50%, -50%) scale(0, 1) rotate(0.001deg);
}

.btn-row:hover .btn-link-external .btn-click:hover::after {
  transform: translate(-50%, -50%) scale(1, 1) rotate(0.001deg);
}

/* ------------------------- Button Circle ------------------------- */

.btn-round {
  margin: 0;
  z-index: 20;
}

.btn-round .btn-click {
  width: clamp(10em, 12vw, 11em);
  height: clamp(10em, 12vw, 11em);
  border-radius: 50%;
  overflow: visible;
}

.btn-round .btn-click .btn-fill {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background: var(--color-secondary);
  height: 100%;
  border-radius: 50%;
}

.btn-round .btn-click .btn-text .btn-text-inner {
  text-align: center;
  padding: 0.25em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1em;
  line-height: 1;
  color: var(--color-light);
  transition: var(--animation-primary);
}

/* Theme Dark */

.theme-dark .btn-round .btn-click .btn-fill svg text {
  fill: var(--color-light);
}

.theme-dark .btn-round .btn-click .btn-text .btn-text-inner {
  color: var(--color-dark);
}

/* Theme Dark */

.theme-dark .btn-round.btn-light .btn-click .btn-fill svg text {
  fill: var(--color-primary);
}

.theme-dark .btn-round.btn-light .btn-click .btn-text .btn-text-inner {
  color: var(--color-light);
}

/* ------------------------- Button Social ------------------------- */

.btn-social {
  margin-right: 0.25em;
}

.btn-social .btn-click {
  overflow: visible;
  width: 2em;
  height: 2em;
}

.btn-social .btn-click .btn-fill {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
}

.btn-social .btn-click svg {
  position: relative;
  width: 70%;
}

.btn-social .btn-click svg text {
  fill: var(--color-dark);
}

/* Theme Dark */

.theme-dark .btn-social .btn-click .btn-fill {
  background: transparent;
}

.theme-dark .btn-social .btn-click svg text {
  fill: var(--color-light);
}

/* ------------------------- Button Logo ------------------------- */

.btn-logo {
  position: relative;
  z-index: -1;
}

.btn-logo .btn-click {
  overflow: visible;
}

.btn-logo .btn-click svg {
  overflow: visible;
  width: calc(clamp(4em, 5.5vw, 5em) * 1.66);
}

.btn-logo .btn-click svg text {
  fill: var(--color-secondary);
  transition: fill 0.3s ease-in-out;
}

.theme-nav-dark .btn-logo .btn-click svg text {
  fill: var(--color-light);
}

.theme-nav-light .nav-main.active .btn-logo .btn-click svg text,
.theme-nav-dark .nav-main.active .btn-logo .btn-click svg text {
  fill: var(--color-light);
}
@media screen and (max-width: 576px) {
  /* Nav active */
  .theme-nav-light.active .btn-logo .btn-click svg text {
    fill: var(--color-light);
  }

  .btn-logo .btn-click svg {
    overflow: visible;
    width: calc(clamp(4em, 5.5vw, 5em) * 1.85);
  }
}

/* ------------------------- Button Hamburger ------------------------- */

.btn-menu {
  position: relative;
}

.btn-menu .btn-click,
.btn-menu .btn-text {
  width: clamp(4em, 5.5vw, 5em);
  height: clamp(4em, 5.5vw, 5em);
  border-radius: 50%;
  overflow: visible;
}

.btn-menu .btn-bars {
  position: absolute;
  width: 32%;
  height: 8%;
  opacity: 1;
}

.btn-menu .btn-text {
  position: relative;
}

.btn-menu .btn-click .btn-fill {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  transition: background-color 0.3s ease-in-out;
  border-radius: 50%;
}

.btn-menu .btn-bars::before,
.btn-menu .btn-bars::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  height: 3px;
  width: 100%;
  transform: translate(-50%, -50%) rotate(0.001deg);
  background-color: var(--color-light);
  transition: var(--animation-primary), background-color 0.3s ease-in-out;
}

.btn-menu .btn-bars::before {
  top: 0;
  transform: translate(-50%, -50%);
}

.btn-menu .btn-bars::after {
  top: 100%;
  transform: translate(-50%, -50%);
}

.nav-main.active .btn-bars::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav-main.active .btn-bars::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.btn-menu .btn-click .btn-fill {
  background-color: var(--color-primary);
}

/* Nav active */

.nav-main.active .btn-bars::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--color-primary);
  transition: var(--animation-primary), background-color 0.3s ease-in-out;
}

.nav-main.active .btn-bars::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: var(--color-primary);
  transition: var(--animation-primary), background-color 0.3s ease-in-out;
}

.nav-main.active .btn-click .btn-fill {
  background-color: var(--color-light) !important;
}

/* Theme Dark */

.theme-nav-dark .btn-menu .btn-click .btn-fill {
  background-color: var(--color-light);
}

.theme-nav-dark .btn-menu .btn-bars::before,
.theme-nav-dark .btn-menu .btn-bars::after {
  background-color: var(--color-primary);
}

/* ------------------------- Button Close ------------------------- */

.btn-close {
  position: relative;
}

.btn-close .btn-click,
.btn-close .btn-text {
  width: clamp(4em, 5.5vw, 5em);
  height: clamp(4em, 5.5vw, 5em);
  border-radius: 50%;
  overflow: visible;
}

.btn-close .btn-bars {
  position: absolute;
  width: 32%;
  height: 8%;
  opacity: 1;
}

.btn-close .btn-text {
  position: relative;
}

.btn-close .btn-click .btn-fill {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color-secondary);
}

.btn-close .btn-bars::before,
.btn-close .btn-bars::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  height: 3px;
  width: 100%;
  transform: translate(-50%, -50%) rotate(0.001deg);
  background-color: var(--color-light);
  transition: var(--animation-primary), background-color 0.3s ease-in-out;
}

.btn-close .btn-bars::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.btn-close .btn-bars::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.btn-close .btn-click .btn-fill svg text {
  fill: var(--color-primary);
  transition: fill 0.3s ease-in-out;
}

/* ------------------------- Button Arrow ------------------------- */

.btn-arrow .btn-click {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out;
  background-color: var(--color-lightgray);
}

.btn-arrow .btn-click:hover {
  background-color: var(--color-light);
}

.btn-arrow .btn-click svg {
  width: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-arrow.prev .btn-click svg {
  transform: translate(-50%, -50%) scale(-1, 1);
}

/* ------------------------- Social Icons -------------------------------------------------- */

.s-icon {
  position: relative;
  overflow: hidden;
  width: 1.75em;
  height: 1.75em;
  margin-right: 0.15em;
  margin-left: 0.15em;
  border-radius: 50%;
  background-color: var(--primary);
  transition: var(--animation-fast);
  display: block;
  float: left;
}

.s-icon .s-icon-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0.0001deg);
  width: 65%;
  transition: var(--animation-fast);
}

.s-icon .s-icon-wrap svg {
  display: block;
  width: 100%;
}

.s-icon .s-icon-wrap svg text {
  fill: var(--color-dark);
  transition: var(--animation-fast);
}

.s-icon:hover {
  background: var(--color-primary);
  cursor: pointer;
}

.s-icon:hover svg text {
  fill: var(--color-light);
}

/* ------------------------- Color Box -------------------------------------------------- */

.color-box {
  width: calc(33.333% - 1.333em);
  background: var(--primary-dark);
  font-weight: 500;
  color: var(--white);
  margin-right: 2em;
  margin-top: 2em;
}

.color-box:nth-child(3),
.color-box:nth-child(6) {
  margin-right: 0;
}

.color-box:before {
  content: "";
  display: block;
  padding-top: 40%;
}

.color-box .overlay {
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.color-box.dark {
  background: var(--color-dark);
  box-shadow: inset 0 0 0 1px var(--primary-light);
  color: white;
}

.color-box.gray {
  background: var(--color-gray);
  color: white;
}

.color-box.primary {
  background: var(--color-primary);
  color: white;
}

.color-box.white {
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--color-border);
  color: var(--color-dark);
}

.color-box.light-gray {
  background: var(--color-lightgray);
  box-shadow: inset 0 0 0 1px var(--color-border);
  color: var(--color-dark);
}

.color-box.border {
  background: var(--color-border);
}

@media screen and (max-width: 1000px) {
  .color-box {
    width: calc(50% - 1em);
  }

  .color-box:nth-child(3),
  .color-box:nth-child(6) {
    margin-right: 2em;
  }

  .color-box:nth-child(even) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .color-box {
    width: 100%;
  }

  .color-box:nth-child(even),
  .color-box:nth-child(odd) {
    margin-right: 0;
  }
  .btn-all-project {
    padding: 10px !important;
    font-size: 0.7em !important;
  }
  .order-2 {
    order: 2 !important;
  }
}

/* ------------------------- Form -------------------------------------------------- */

.form {
  width: 100%;
  display: block;
}

.form-container {
  width: 100%;
}

.hidden-field,
.website-field {
  position: absolute;
  left: -9999px;
}

.form input,
.form textarea,
.form select {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.grecaptcha-badge {
  top: calc(100% - 120px) !important;
  transform: translate(0, -50%);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px !important;
  visibility: hidden;
}

.form-col {
  display: block;
  width: 100%;
  margin-bottom: 2em;
}
.form .field {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 1em 1.25em;
  border: 1px solid var(--color-border);
  border-radius: 0;
  font-weight: 500;
  font-size: 1em;
  color: var(--color-dark);
  display: block;
  appearance: none;
}

.form .field:focus {
  outline: 0;
  outline-width: 1px !important;
  outline-offset: 0px;
  border-radius: 0;
  border: 1px solid var(--color-primary);
}

.form .field::-webkit-input-placeholder,
.form .field:-ms-input-placeholder,
.form .field::-ms-input-placeholder,
.form .field::placeholder {
  color: var(--color-text-light);
  font-weight: 500;
}

.form textarea.field {
  min-height: 10em;
  padding-top: 1em;
  resize: vertical;
}

.form .label {
  width: 100%;
  display: block;
  margin-bottom: 1em;
  color: var(--color-dark);
  font-size: 0.75em;
  font-weight: 500;
}

.form .label span {
  color: var(--alert-error);
  font-weight: 700;
}

.form .form-btn {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

/* --- Arlert Options --- */

.alert {
  width: 100%;
  padding: 0.4em 0.5em 0.6em 0.5em;
  border-style: solid;
  border-width: 1px;
  border-color: var(--alert-error);
  background-color: rgba(255, 71, 71, 0.2);
  text-align: center;
  margin: 1em 0;
}

.alert span {
  color: var(--alert-error);
  font-size: 0.8em;
  font-weight: 500;
}

.alert-success {
  border-color: var(--alert-success);
  background-color: rgba(11, 160, 78, 0.2);
}

.alert-success span {
  color: var(--alert-success);
}

/* --- Custom Checkbox --- */

.form .checkbox-button {
  display: flex;
  margin-bottom: 1em;
  padding-left: 1.25em;
  align-items: center;
  font-size: 1em;
  font-weight: 500;
}

.form .checkbox-button:hover {
  cursor: pointer;
}

.form .checkbox-button input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.form .checkbox-button span {
  height: 1.1em;
  margin-bottom: 0px;
  color: var(--color-text);
  order: 2;
  display: inline-block;
}

.form .checkbox-button .custom-check {
  position: relative;
  order: 1;
  width: 20px;
  height: 20px;
  margin-top: 0em;
  margin-right: 0.5em;
  margin-left: -1.25em;
  border: 1px solid var(--color-border);
  border-radius: 0em;
  box-shadow: 0;
  overflow: hidden;
}

.form .checkbox-button .custom-check:after {
  display: block;
  opacity: 0;
  visibility: hidden;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: var(--color-primary);
  background-image: url("../svg/form-checkmark.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.form .checkbox-button input:checked ~ .custom-check:after {
  opacity: 1;
  visibility: visible;
}

.form .checkbox-button:hover input ~ .custom-check {
  background-color: var(--color-lightgray);
}

.form .checkbox-button input:checked ~ .custom-check {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.form .checkbox-button input:checked ~ span {
  color: var(--color-dark);
  font-weight: 500;
}

/* --- Custom Radio --- */

.form .checkbox-button .custom-radio {
  position: relative;
  order: 1;
  width: 20px;
  height: 20px;
  margin-top: 0em;
  margin-right: 0.5em;
  margin-left: -1.25em;
  border: 1px solid var(--color-border);
  border-radius: 0em;
  box-shadow: 0;
  overflow: hidden;
  border-radius: 50%;
}

.form .checkbox-button .custom-radio:after {
  display: block;
  opacity: 0;
  visibility: hidden;
  content: "";
  width: 6px;
  height: 6px;
  top: 6px;
  left: 6px;
  position: absolute;
  background: var(--color-light);
  border-radius: 50%;
}

.form .checkbox-button input:checked ~ .custom-radio:after {
  opacity: 1;
  visibility: visible;
}

.form .checkbox-button:hover input ~ .custom-radio {
  background-color: var(--color-light);
}

.form .checkbox-button input:checked ~ .custom-radio {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

input[type="radio"] {
  -webkit-appearance: none;
}

.work-title-part {
  margin-bottom: 50px;
}
.second-part {
  margin-top: 130px;
}
.skill-logo-desktop ul a,
.skill-logo-phone ul a,
.normal-logo-box a {
  margin: 10px;
  padding: 0;
}

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

.carousel-cases-logo {
  padding: 10px 0;
  justify-content: center;
}
.logo-work-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  justify-items: center;
  width: 100%;
}
.logo-work-img {
  width: 85px;
  height: 85px;
  position: relative;
  container-type: size;
  object-fit: contain;
}
.logo-work-text {
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
}
.logo-box {
  position: relative;
  height: 180px;
  width: 200px !important;
  background-color: #fff !important;
  color: var(--color-primary) !important;
}

.json-box {
  line-height: 30px !important;
  margin: 0 auto;
  display: table;
  font-size: 22px;
}
.json-row {
  display: flex;
  justify-content: left;
  text-align: left;
  padding-top: 10px;
}
.json-object {
  justify-content: center;
  color: var(--color-secondary);
}
.question {
  color: var(--color-primary);
  padding-right: 5px;
  letter-spacing: 0.7px;
}
.answer {
  color: var(--color-secondary);
}
.boolean {
  color: var(--color-secondary);
}

.answer,
.boolean,
.answer li {
  padding-left: 5px;
  letter-spacing: 1px;
}
.json-box .json-row span {
  color: #0f091a;
  font-weight: bold;
}
.skill-logo-desktop ul {
  display: flex;
  justify-content: center;
}

.work-item-title {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  justify-content: center;
  text-align: center;
}

.work-item-title-De {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .json-box {
    font-size: 12px !important;
  }
  .json-row {
    padding-top: 0 !important;
  }
  .blog-totally {
    width: 100% !important;
    padding: 0 15px !important;
  }
  .padding-part {
    padding-top: 5px !important;
  }
}

@media screen and (max-width: 991px) {
  .skill-logo-desktop {
    display: none !important;
  }
  .skill-logo-phone {
    display: flex !important;
  }
}

@media screen and (min-width: 991px) {
  .skill-logo-desktop {
    display: block !important;
  }
  .skill-logo-phone {
    display: none !important;
  }
  .json-box .json-object,
  .json-box .json-row span,
  .json-box .json-row ul li,
  .json-box .json-row div {
    font-size: 22px !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-auto {
    margin-top: 40px !important;
  }
  .mx-auto {
    margin: 0 40px;
  }
  .my-auto {
    margin: 40px 0;
  }
  .px-auto {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-profile-about {
    font-size: 20px !important;
  }
  .half-width {
    width: 50% !important;
  }
  .about-header-name {
    width: 60% !important;
  }
  .about-header-img {
    width: 40% !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .show-phone {
    display: none !important;
  }
  .show-desk {
    display: block !important;
  }
}

@media screen and (min-width: 568px) {
  .d-sm-flex {
    display: flex !important;
  }
}

@media screen and (max-width: 768px) {
  .content-profile-about {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 1900px) {
  .second-part-headline {
    margin-top: 15px !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .logo-box {
    height: 140px !important;
    width: 150px !important;
  }
  .logo-work-img {
    height: 70px !important;
    width: 70px !important;
  }
  .logo-work-text {
    font-size: 12px !important;
  }
}

@media screen and (min-width: 1200px) {
  .logo-box {
    height: 180px;
    width: 200px;
  }
  .logo-work-img {
    height: 70px !important;
    width: 70px !important;
  }
  .logo-work-text {
    font-size: 14px !important;
  }
}

.form {
  width: 100%;
}

.form .form-row {
  display: flex;
  margin: 10px 0;
}
.form .form-row .input-data {
  width: 250px;
  height: 35px;
  margin: 0 10px;
  position: relative;
}
.form .form-row .textarea {
  height: 70px;
}
.input-data input,
.textarea textarea {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 7px;
}
.input-data input:focus ~ label,
.textarea textarea:focus ~ label,
.input-data input:valid ~ label,
.textarea textarea:valid ~ label {
  transform: translateY(-20px);
  font-size: 10px;
  color: #3498db;
}
.textarea textarea {
  resize: none;
  padding-top: 10px;
}
.input-data label {
  position: absolute;
  pointer-events: none;
  bottom: 10px;
  font-size: 10px;
  transition: all 0.3s ease;
  display: none;
}
.textarea label {
  width: 100%;
  bottom: 40px;
  background: #fff;
}
.input-data .underline {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.input-data .underline:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #3498db;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.input-data input:focus ~ .underline:before,
.input-data input:valid ~ .underline:before,
.textarea textarea:focus ~ .underline:before,
.textarea textarea:valid ~ .underline:before {
  transform: scale(1);
}
.submit-btn .input-data {
  overflow: hidden;
  height: 30px !important;
  width: 25% !important;
}
.submit-btn .input-data .inner {
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: var(--color-secondary);
  transition: all 0.4s;
}
.submit-btn .input-data:hover .inner {
  left: 0;
}
.submit-btn .input-data input {
  background: none;
  border: none;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .container .text {
    font-size: 20px;
  }
  .container .form {
    padding: 10px 0 0 0;
  }
  .container .form .form-row {
    display: block;
  }
  .form .form-row .input-data {
    margin: 35px 0 !important;
    width: 100%;
  }
  .submit-btn .input-data {
    width: 40% !important;
  }
  .work-list {
    height: 270px !important;
    width: 200px !important;
  }
  .work-list li {
    height: 100% !important;
  }
  .modal-form {
    width: 100%;
    height: 300px;
  }
  .modal-content {
    width: 90% !important;
  }
  .title-result {
    font-size: 18px !important;
  }
  .submit-btn {
    margin: 0 !important;
  }
  .mt-auto {
    margin-top: 15px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .work-list {
    height: 370px !important;
    width: 300px !important;
  }
  .work-list li {
    height: 100% !important;
  }
}
.work-list {
  height: 400px;
  width: 100%;
}
.work-list li {
  height: 100%;
}
.verify-button {
  display: block;
  margin: auto;
  width: 50%;
  background-color: var(--color-secondary);
  color: #fff;
  border-radius: 7px;
}
.modal {
  position: relative;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0);
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 3%;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.title-confirm {
  margin: 20px;
  font-family: "Frutiger", sans-serif;
  color: #000;
}

.content-confirm {
  margin: 30px 10px 40px;
  font-family: "Frutiger", sans-serif;
  color: #000;
}

#myBtn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.part-result {
  width: 100%;
  text-align: start;
  display: flex;
  align-items: center;
  margin: 0 15px;
}
.title-result {
  font-size: 25px;
  font-weight: bold;
  padding: 0 20px;
}
.submit-btn {
  width: 100%;
  margin: 0 10px;
}
.blog-content {
  text-align: center;
  font-style: normal;
  font-size: 17px;
  line-height: 30px;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-3 {
  padding-top: 20px !important;
}
.pt-4 {
  padding-top: 30px !important;
}
.pt-5 {
  padding-top: 40px !important;
}

.background-color-secondary {
  background-color: var(--color-secondary);
}

.background-color-white {
  background-color: var(--color-white);
}

.background-color-primary {
  background-color: var(--color-primary);
}
.color-white {
  color: var(--color-white);
}
.color-primary {
  color: var(--color-primary);
}
.horizontal-text {
  font-size: 24px; /* Adjust font size as needed */
  margin-right: 10px; /* Add spacing between words */
}
.vertical-text {
  writing-mode: vertical-lr; /* Displays text vertically */
  font-size: 18px; /* Adjust font size as needed */
}
.name {
  font-weight: bold !important;
  letter-spacing: 6px;
  font-family: "Headline";
}
.home-Headline {
  font-weight: bold !important;
  letter-spacing: 0.02em;
  font-family: "Headline";
}
.code-by {
  font-size: 10px !important;
}
.btn-all-project {
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 15px 15px;
  font-size: 18px;
}
.theme-pink {
  background-color: pink;
}
.theme-red {
  background-color: red;
}
.theme-blue {
  background-color: blue;
}
.theme-yellow {
  background-color: yellow;
}
.theme-green {
  background-color: green;
}
.blog-totally {
  position: relative;
  top: 0;
  height: auto;
  width: 750px;
  display: flex;
  justify-content: center;
  padding: 85px 20px 105px;
  margin: 45px 0;
  border: 2px dashed #4376ab;
}

.blog-count {
  position: absolute;
  top: 5%;
  right: 5%;
}
.blog-count span {
  font-weight: bold;
}
.blog-txt {
  text-align: center;
  line-height: 40px;
  letter-spacing: 2px;
}
.blog-txt span {
  font-weight: bold;
}
.headline-size-blog {
  font-size: 26px;
}
.blog-emoji {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 95px;
}
.second-part-headline {
  margin-top: 25px;
}
.footer-customize-padding {
  padding-top: 30px !important;
}

.header-json {
  margin: 15px 0;
}

.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100%;
}
.text-start {
  text-align: left;
}
.text-end {
  text-align: right;
}
.d-flex {
  display: flex;
}
.d-block {
  display: block;
}
.d-none {
  display: block;
}
.justify-content-center {
  justify-content: center;
}
.align-content-center {
  align-content: center;
}
.align-items-center {
  align-items: center;
}
.lh-base {
  line-height: 1.6;
}
.fw-bold {
  font-weight: bold;
}
.mx-4 {
  margin: 0 30px;
}
.my-4 {
  margin: 30px 0;
}
.mb-2 {
  margin: 10px;
}
.mt-5 {
  margin-top: 40px;
}
.px-2 {
  padding: 10px 0;
}
.px-3 {
  padding: 20px 0;
}
.pt-3 {
  padding-top: 20px;
}
.pt-1 {
  padding-top: 10px;
}
.position-relative {
  position: relative;
}
.rounded {
  border-radius: 15px !important;
}
.arrow-bottom {
  width: 10%;
}
.opacity-overlay {
  opacity: calc(0 / 100);
}
.align-flex-start {
  align-items: flex-start;
}
.logo-3d {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.width-git-img img {
  width: 2em !important;
}

.toggle-switch {
  padding: 0.2em 0.2em 0.2em 1.4em;
}

.toggle-lang {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100px;
  background-color: rgb(243, 243, 243);
  border-radius: 100px;
  justify-content: space-between;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.icon {
  color: var(--color-primary);
  font-size: 13px;
  transition: all 0.3s ease;
}

.icon a {
  padding: 9px 6px;
}

.activeMode a {
  color: #fff;
  background-color: var(--color-secondary);
  border-radius: 100px;
}
.activeMode.De-lang {
  margin: 11px 5px 10px 15px;
}
.activeMode.En-lang {
  margin: 11px 15px 10px 5px;
}
.De-lang {
  margin: 12px 5px 10px 0;
}
.En-lang {
  margin: 12px 0 10px 5px;
}
.padding-part {
  padding-top: 30px;
}
.count-nr {
  display: inline-block;
  margin-left: 0.25em;
  opacity: 0.6;
  font-size: 0.7em;
  position: relative;
  transform: translate(20%, -15%);
  width: 0;
  position: absolute;
}
.animate-dot {
  opacity: 0;
  animation: animateDot1 2s linear infinite;
}

.animate-dot:nth-child(2) {
  animation: animateDot2 2s linear infinite;
}

.animate-dot:nth-child(3) {
  animation: animateDot3 2s linear infinite;
}

@keyframes animateDot1 {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }
}

@keyframes animateDot2 {
  0% {
    opacity: 0;
  }

  35% {
    opacity: 0;
  }

  45% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }
}

@keyframes animateDot3 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }
}

@media screen and (max-width: 840px) {
  .about-image {
    padding-top: calc(var(--section-padding) * 0.85);
  }

  .about-image .flex-col:nth-child(1) {
    width: unset;
    padding: 0;
    margin-left: calc(var(--container-padding) / 1);
    padding-right: calc(var(--container-padding) / 1);
    padding-top: calc(var(--section-padding) / 4);
    width: 100%;
    order: 2 !important;
  }

  .about-image .flex-col:nth-child(1) p {
    max-width: 100%;
  }

  .about-image .flex-col:nth-child(2) {
    padding-top: 0;
    width: 100%;
    order: 1 !important;
  }

  .about-image .flex-col:nth-child(1) .arrow {
    top: calc(var(--section-padding) / -4);
    transform: rotate(0deg) translateY(-50%);
  }

  .about-image .bottom-lightgray {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: var(--section-padding);
    left: 0;
    background: var(--color-primary-dark);
    height: 60vw;
    display: block;
  }
  .about-image .flex-col:nth-child(1) {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .about-image .flex-col:nth-child(2) {
    width: 100% !important;
  }
}
.arrow {
  position: relative;
  width: clamp(0.9em, 1.1vw, 1.1em);
}
.arrow svg {
  display: block;
  width: 100%;
}
.about-image .flex-col:nth-child(1) {
  width: 35%;
  padding-right: calc(var(--container-padding) / 1.5);
}
.about-image .flex-col:nth-child(2) {
  width: 65%;
}
.single-about-image {
  width: 100%;
  display: block;
  background: var(--color-dark);
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
.single-about-image::before {
  content: "";
  display: block;
  padding-top: 95%;
}
.single-about-image .overlay:nth-child(1) {
  background: url(../../media/pages/work/picture.jpg) center center no-repeat;
  background-size: cover;
  top: -20vh;
  height: 120%;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 74, 0, 1);
  border-radius: 15px;
}
.single-about-image .overlay:nth-child(2) {
  background: linear-gradient(
    to bottom,
    hsla(220, 13%, 5%, 0.075) 0%,
    hsla(220, 13%, 5%, 0) 50%
  );
  display: none;
}
.about-paragraph {
  line-height: 33px;
  font-size: 18px;
  padding-top: 20px;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  flex-wrap: wrap;
  border-radius: 15px;
}

.about-favorite-img {
  flex: 1;
  overflow: hidden;
  height: 400px;
  position: relative;
  transition: flex 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.about-favorite-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-favorite-img .about-favorite-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.about-favorite-img:hover {
  flex: 2;
}

.about-favorite-img:hover .about-favorite-card {
  opacity: 1;
}

.about-favorite-card h3 {
  font-size: 24px;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ffcc00;
}

.about-favorite-card p {
  font-size: 16px;
  line-height: 1.5;
  padding: 0 15px;
  margin: 0;
  color: #ddd;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about-favorite-img {
    flex: 1 1 calc(33.33% - 30px);
    height: 300px;
  }

  .about-favorite-img:hover {
    flex: 1 1 calc(33.33% - 30px);
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .about-favorite-img {
    flex: 1 1 calc(50% - 20px) !important;
    height: 250px;
  }
}

@media screen and (max-width: 480px) {
  .about-favorite-img {
    flex: 1 1 calc(100%) !important;
    height: 200px;
  }
  .about-favorite-card h3 {
    font-size: 18px !important;
  }
  .about-favorite-card p {
    font-size: 14px;
  }
}
