.fw-light {
  font-weight: 300;
}
.fw-medium {
  font-weight: 500;
}
.fw-semi-bold {
  font-weight: 600;
}
.fw-extra-bold {
  font-weight: 600;
}

.font-12 {
  font-size: 12px;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-17 {
  font-size: 17px;
}
.font-24 {
  font-size: 24px;
}
.font-48 {
  font-size: 48px;
}
.font-65 {
  font-size: 65px;
}
.font-115 {
  font-size: 115px;
}
.font-180 {
  font-size: 180px;
}
.font-175 {
  font-size: 175px;
}
.font-200 {
  font-size: 200px;
}

.rounded-full {
  border-radius: 50%;
}

.list-style-type-none {
  list-style-type: none;
}

.line-height {
  line-height: 1;
}

@font-face {
  font-family: "Memoriam-Pro-Headline";
  src: url("./../fonts/memoriam-pro-headline/7b1b7ad5f4dac15e57ad4c8d1b411b52.eot");
  src: url("./../fonts/memoriam-pro-headline/7b1b7ad5f4dac15e57ad4c8d1b411b52.eot?#iefix") format("embedded-opentype"), url("./../fonts/memoriam-pro-headline/7b1b7ad5f4dac15e57ad4c8d1b411b52.woff") format("woff"), url("./../fonts/memoriam-pro-headline/7b1b7ad5f4dac15e57ad4c8d1b411b52.woff2") format("woff2"), url("./../fonts/memoriam-pro-headline/7b1b7ad5f4dac15e57ad4c8d1b411b52.ttf") format("truetype"), url("./../fonts/memoriam-pro-headline/7b1b7ad5f4dac15e57ad4c8d1b411b52.svg#Memoriam Pro Headline W00 Rg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Optima";
  src: url("./../fonts/optima/Optima.eot");
  src: url("./../fonts/optima/Optima.eot?#iefix") format("embedded-opentype"), url("./../fonts/optima/Optima.woff2") format("woff2"), url("./../fonts/optima/Optima.woff") format("woff"), url("./../fonts/optima/Optima.ttf") format("truetype"), url("./../fonts/optima/Optima.svg#Optima") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Optima";
  src: url("./../fonts/optima/Optima-Bold.eot");
  src: url("./../fonts/optima/Optima-Bold.eot?#iefix") format("embedded-opentype"), url("./../fonts/optima/Optima-Bold.woff2") format("woff2"), url("./../fonts/optima/Optima-Bold.woff") format("woff"), url("./../fonts/optima/Optima-Bold.ttf") format("truetype"), url("./../fonts/optima/Optima-Bold.svg#Optima-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Optima";
  src: url("./../fonts/optima/Optima-Medium.eot");
  src: url("./../fonts/optima/Optima-Medium.eot?#iefix") format("embedded-opentype"), url("./../fonts/optima/Optima-Medium.woff2") format("woff2"), url("./../fonts/optima/Optima-Medium.woff") format("woff"), url("./../fonts/optima/Optima-Medium.ttf") format("truetype"), url("./../fonts/optima/Optima-Medium.svg#Optima-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Optima";
  src: url("./../fonts/optima/Optima-Italic.eot");
  src: url("./../fonts/optima/Optima-Italic.eot?#iefix") format("embedded-opentype"), url("./../fonts/optima/Optima-Italic.woff2") format("woff2"), url("./../fonts/optima/Optima-Italic.woff") format("woff"), url("./../fonts/optima/Optima-Italic.ttf") format("truetype"), url("./../fonts/optima/Optima-Italic.svg#Optima-Italic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/*FONTS*/
.text-black {
  color: #000000;
}

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

.text-white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.text-dark-600 {
  color: #535353;
}

.bg-dark-600 {
  background-color: #535353;
}

.text-dark-900 {
  color: #1E1E1E;
}

.bg-dark-900 {
  background-color: #1E1E1E;
}

.text-green {
  color: #5B8267;
}

.bg-green {
  background-color: #5B8267;
}

.text-white-15 {
  color: #D9D9D9;
}

.bg-white-15 {
  background-color: #D9D9D9;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: initial !important;
  }
}
html,
body {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #1E1E1E;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  background-color: #ffffff;
}

img {
  max-width: 100%;
}

/* custom scrollbar  */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar:horizontal {
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  height: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #222222;
  height: 6px;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #222222;
  height: 6px;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  font-size: 16px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a,
button {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
a:hover,
button:hover {
  opacity: 0.8;
}

.font-memoriam {
  font-family: "Memoriam-Pro-Headline";
}

.font-optima {
  font-family: "Optima";
}

.font-oswald {
  font-family: "Oswald";
}

.heading-wrapper {
  margin-bottom: 40px;
}
.heading-wrapper hr {
  width: 90px;
  height: 1px;
  opacity: 1;
  margin-inline: 4px !important;
  margin-bottom: 3px !important;
}

.topTop {
  border: 0.5px solid rgba(0, 0, 0, 0.1215686275);
  bottom: 1rem;
  right: 2rem;
  width: 61px;
  height: 61px;
  overflow: hidden;
  opacity: 0;
}
.topTop:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 8px !important;
}
.topTop:hover .arrow-box {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-82%);
          transform: translateY(-82%);
  padding-top: 1rem;
}
.topTop .arrow-box {
  gap: 180px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  padding-top: 1rem;
}

.custom-container {
  max-width: 1152px;
  margin-inline: auto;
  padding-inline: 1rem;
}

.privacy-policy strong {
  font-family: "Optima";
  font-size: 22px;
}
.privacy-policy .modal-header {
  background: #5B8267;
  color: white;
}
.privacy-policy .btn-close {
  background: transparent;
  width: 34px;
  height: 34px;
  opacity: 1;
}
.privacy-policy .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 991px) {
  .custom-container {
    padding-inline: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .privacy-policy .modal-body {
    padding: 1.5rem !important;
  }
  .privacy-policy strong {
    font-size: 20px;
  }
}
main {
  background-image: url("../../../images/main-bg.png");
  background-position: top;
  background-size: cover;
  padding-top: 275px;
  padding-bottom: 80px;
}
main::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 60px;
  width: 1px;
  background-color: #000000;
}
main h1 {
  margin-bottom: 130px;
}
main .description-wrapper .description-box {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
main .description-wrapper .style-text {
  right: 0;
  top: -150px;
  left: 125px;
  margin: auto;
  text-align: center;
  color: #9e9e9e;
}
main .description-wrapper .left-block {
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  z-index: 100;
}
main .description-wrapper .right-block {
  width: calc(50% + 280px);
  padding-left: 125px;
}
main .description-wrapper .desription-box {
  max-width: 270px;
  min-width: 270px;
  width: 100%;
}
main .description-wrapper .desription-box .description {
  margin-bottom: 80px;
}
main .description-wrapper .desription-box .cta-btn {
  max-width: 256px;
  height: 65px;
  border-radius: 6px;
  margin-bottom: 38px;
}
main .description-wrapper .desription-box .control-wrapper {
  max-width: 256px;
  width: 100%;
}
main .description-wrapper .desription-box .control-wrapper .arrow-right,
main .description-wrapper .desription-box .control-wrapper .arrow-left {
  max-width: 25px;
  cursor: pointer;
}
main .description-wrapper .desription-box .control-wrapper .icon-contact {
  max-width: 20px;
}
main .description-wrapper .projects-list .slick-list {
  padding-right: 16%;
}
main .description-wrapper .projects-list .slick-slide {
  margin-right: 16px;
}
main .description-wrapper .projects-list .slick-slide img {
  aspect-ratio: 0.82;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
main .description-wrapper .projects-list .project:hover .content-wrapper .content-box {
  opacity: 1;
}
main .description-wrapper .projects-list .project:hover .content-wrapper .content-box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin-left: auto;
  background-color: #ffffff;
  z-index: 2;
  -webkit-animation: middle-right 0.4s;
          animation: middle-right 0.4s;
}
main .description-wrapper .projects-list .project .content-wrapper {
  max-width: calc(100% - 20px);
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
main .description-wrapper .projects-list .project .content-wrapper .content-box {
  opacity: 0;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  padding: 10px 15px 10px;
}
main .description-wrapper .projects-list .project .content-wrapper .content-box > * {
  z-index: 10;
  position: relative;
}
@-webkit-keyframes middle-right {
  from {
    width: 20%;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}
@keyframes middle-right {
  from {
    width: 20%;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}
main .description-wrapper .projects-list .project .content-wrapper .title {
  line-height: 21px;
  margin-bottom: 7px;
}
main .description-wrapper .projects-list .project .carasol-tag {
  padding: 0px 8px;
  background: #000000;
  margin-bottom: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
main .description-wrapper .projects-list .project .carasol-tag:last-of-type {
  margin-bottom: 0;
}

.sc-about {
  padding-top: 102px;
  padding-bottom: 112px;
}
.sc-about .custom-container {
  padding-inline: 150px;
}
.sc-about .logo-wrapper {
  max-width: 138px;
  margin-bottom: 32px;
}
.sc-about .line {
  height: 60px;
  width: 1px;
  background-color: #000000;
  margin-bottom: 52px;
}
.sc-about .content-wrapper {
  gap: 24px;
  text-justify: distribute;
}
.sc-about .content-wrapper .about-image {
  max-width: 105px;
}
.sc-about .content-wrapper .description {
  text-align: justify;
}

.sc-solution {
  padding-top: 112px;
  padding-bottom: 138px;
  background-image: url("../../../images/solution-bg.png");
  background-size: cover;
}
.sc-solution .sc-title {
  margin-bottom: 108px;
}
.sc-solution .solution {
  padding: 50px 14px 12px;
  max-width: 257px;
  min-height: 446px;
  background-size: cover;
  background-repeat: no-repeat;
}
.sc-solution .solution .number {
  top: -50px;
  left: -5px;
}
.sc-solution .solution .solution-title {
  margin-bottom: 32px;
}
.sc-solution .solution.solution-1 {
  background-image: url("../../../images/solution-1.png");
}
.sc-solution .solution.solution-2 {
  background-image: url("../../../images/solution-2.png");
}
.sc-solution .solution.solution-3 {
  background-image: url("../../../images/solution-3.png");
}
.sc-solution .solution.solution-4 {
  background-image: url("../../../images/solution-4.png");
}

.sc-about-client-wrapper {
  background-image: url("../../../images/about-founder-bg.png");
  background-position: top;
  background-size: cover;
  padding-top: 108px;
  padding-bottom: 155px;
  overflow: hidden;
}
.sc-about-client-wrapper .sc-about-founder {
  padding-bottom: 217px;
}
.sc-about-client-wrapper .sc-about-founder .sc-title {
  margin-bottom: 80px;
}
.sc-about-client-wrapper .sc-about-founder .about-founder-image-wrapper {
  max-width: 578px;
  width: 100%;
}
.sc-about-client-wrapper .sc-about-founder .about-founder-image-wrapper .about-founder-image {
  min-height: 754px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.sc-about-client-wrapper .sc-about-founder .about-founder-image-wrapper .about-founder-image .name {
  left: 0;
  top: -42px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 90px;
}
.sc-about-client-wrapper .sc-about-founder .about-founder-image-wrapper .about-founder-image .founder-image {
  max-width: 578px;
  width: 120%;
  top: 38px;
  left: 25px;
}
.sc-about-client-wrapper .sc-about-founder .description-wrapper {
  padding-left: 10px;
}
.sc-about-client-wrapper .sc-about-founder .description-wrapper .title {
  margin-bottom: 16px;
}
.sc-about-client-wrapper .sc-about-founder .description-wrapper .description {
  text-align: justify;
  line-height: 25px;
  margin-bottom: 123px;
}
.sc-about-client-wrapper .sc-about-founder .service-wrapper {
  gap: 42px;
}
.sc-about-client-wrapper .sc-about-founder .service-wrapper .service {
  max-width: 45px;
  min-width: 45px;
  height: 45px;
  margin: 0;
}
.sc-about-client-wrapper .sc-clients-wrapper .sc-title {
  margin-bottom: 82px;
}
.sc-about-client-wrapper .sc-clients-wrapper .company-logo-wrapper {
  padding-inline: 64px;
}
.sc-about-client-wrapper .sc-clients-wrapper .company-logo-wrapper .row {
  row-gap: 50px;
}

.company-logo-wrapper .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company-logo-wrapper .row .col-4 {
  padding-inline: 25px;
}
.company-logo-wrapper .row figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.company-logo-wrapper .row figure img {
  max-height: 50px;
  max-width: 100px;
}

.sc-contact-bg {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), url("../../../images/footer-bg.png");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../../../images/footer-bg.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 120px;
}
.sc-contact-bg .sc-title {
  margin-bottom: 8px;
}
.sc-contact-bg .company-info {
  margin-top: 42px !important;
}
.sc-contact-bg .company-info .address {
  margin-bottom: 56px;
}
.sc-contact-bg .company-info .social-meida-wrapper {
  margin-bottom: 15px;
  margin-left: -5px;
}
.sc-contact-bg .contact-form-wrapper {
  max-width: 352px;
}
.sc-contact-bg .contact-form-wrapper label {
  color: #ffffff;
}
.sc-contact-bg .contact-form-wrapper .form-group {
  margin-bottom: 20px;
}
.sc-contact-bg .contact-form-wrapper .form-group input {
  background-color: rgba(217, 217, 217, 0.5019607843);
  height: 33px;
}
.sc-contact-bg .contact-form-wrapper textarea {
  min-height: 102px;
  background-color: rgba(217, 217, 217, 0.5019607843);
  resize: none;
}
.sc-contact-bg .contact-form-wrapper .submit-btn {
  max-width: 256px;
  height: 50px;
  border-radius: 10px;
  margin-top: 30px;
}
.sc-contact-bg .contact-form-wrapper .form-control {
  border-radius: 0;
  border-color: transparent;
}

.required .invalid-feedback {
  position: absolute;
  font-size: 12px;
  width: auto !important;
}

@media screen and (max-width: 1400px) {
  .sc-contact-bg {
    padding-bottom: 80px;
  }
  .sc-contact-bg .company-info {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 1200px) {
  main .description-wrapper .left-block {
    width: 100%;
    margin-bottom: 64px;
    margin: auto;
    margin-bottom: 10rem;
  }
  main .description-wrapper .right-block {
    width: 100%;
    padding-left: 50px;
  }
  main .description-wrapper .desription-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .description-wrapper .desription-box .description {
    width: 400px;
  }
  main .description-wrapper .style-text {
    right: 0;
    top: -125px;
    left: 0;
    text-align: center;
    font-size: 160px;
  }
  .sc-solution .solution {
    max-width: unset;
  }
}
@media screen and (max-width: 1024px) {
  .sc-solution .solution {
    max-width: unset;
  }
  .sc-about-client-wrapper {
    padding-bottom: 100px;
  }
  .sc-about-client-wrapper .sc-about-founder .about-founder-image-wrapper {
    max-width: 440px;
  }
  .sc-about-client-wrapper .sc-about-founder .about-founder-image-wrapper .about-founder-image {
    min-height: 644px;
  }
  .sc-about-client-wrapper .sc-about-founder .about-founder-image-wrapper .about-founder-image .founder-image {
    max-width: 460px;
    top: 75px;
    left: 10px;
  }
  .sc-about-client-wrapper .sc-about-founder .about-founder-image-wrapper .about-founder-image .name {
    font-size: 100px;
    top: -37px;
    line-height: 80px;
  }
  .sc-about-client-wrapper .sc-about-founder .description-wrapper {
    padding-left: 0;
  }
  .sc-about-client-wrapper .sc-about-founder .description-wrapper .description {
    margin-bottom: 70px;
  }
  .sc-about-client-wrapper .sc-clients-wrapper .company-logo-wrapper {
    padding-inline: 0;
  }
  .sc-about-client-wrapper .sc-clients-wrapper .company-logo-wrapper .row {
    row-gap: 40px;
  }
  .sc-contact-bg {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6705882353)), to(rgba(0, 0, 0, 0.6705882353))), url("../../../images/footer-bg.png");
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6705882353), rgba(0, 0, 0, 0.6705882353)), url("../../../images/footer-bg.png");
  }
  .sc-contact-bg .company-info {
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 991px) {
  nav .nav-box .nav-list li a {
    color: #000000 !important;
  }
  nav .nav-box.active::before {
    right: 0 !important;
    width: 100% !important;
  }
  nav .nav-box .nav-list {
    margin-inline: 0 !important;
  }
  main h1 {
    margin-bottom: 100px;
  }
  main .description-wrapper .desription-box .description {
    margin-bottom: 40px;
  }
  main .description-wrapper .right-block {
    padding-left: 1.5rem;
    padding-right: 0.5rem;
  }
  main .description-wrapper .projects-list .slick-list {
    padding-right: 0;
  }
  div#text {
    font-size: 38px;
  }
  .sc-about .sc-about-client-wrapper .sc-about-founder .about-founder-image-wrapper .about-founder-image .name {
    left: -270px;
  }
  .sc-about .custom-container {
    padding-inline: 1rem;
  }
  .sc-contact-bg .company-info {
    -webkit-transform: none;
            transform: none;
    margin-block: 24px;
    margin-bottom: 64px;
  }
  .sc-contact-bg .company-info .address {
    margin-bottom: 32px;
  }
  .sc-contact-bg .company-info .social-meida-wrapper {
    margin-bottom: 12px;
  }
  .sc-contact-bg .contact-form-wrapper {
    max-width: 100%;
  }
  .sc-contact-bg .contact-form-wrapper .form-group input {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sc-about-founder .row.flex-column.flex-md-row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .sc-about-founder .description-wrapper {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 576px) {
  .position-relative nav.position-absolute {
    margin-top: 1rem;
  }
  nav .nav-box {
    height: 61px !important;
  }
  nav .nav-box .logo-wrapper {
    max-width: 93px !important;
  }
  .sc-about,
  .sc-solution,
  .sc-about-client-wrapper,
  .sc-contact-bg {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .heading-wrapper {
    margin-bottom: 30px;
  }
  .font-48 {
    font-size: 42px;
  }
  main {
    padding-top: 200px;
  }
  main h1 {
    margin-bottom: 60px;
  }
  main .heading-wrapper ~ .sc-title {
    font-size: 42px;
  }
  main .description-wrapper .left-block {
    width: 100%;
    padding-left: unset;
    margin-inline: auto !important;
    margin-bottom: 8rem !important;
  }
  main .description-wrapper .left-block .desription-box {
    margin-left: 0;
  }
  main .description-wrapper .style-text {
    top: -80px;
    font-size: 100px;
    right: 0;
    left: 0;
    margin-inline: auto;
    text-align: center;
  }
  main .description-wrapper .desription-box .description {
    width: 100%;
  }
  main .description-wrapper .projects-list .project .content-wrapper {
    max-width: 100%;
    bottom: 0;
    padding: 6px;
  }
  main .description-wrapper .projects-list .project .content-wrapper .content-box {
    padding: 6px;
  }
  main .description-wrapper .projects-list .project .content-wrapper .title {
    font-size: 14px;
    line-height: 16px !important;
  }
  main .description-wrapper .projects-list .project .carasol-tag {
    padding: 0px 6px;
    margin-bottom: 3px;
    font-weight: 600 !important;
  }
  div#text {
    font-size: 30px;
  }
  .sc-about-client-wrapper .sc-clients-wrapper .sc-title {
    margin-bottom: 40px;
  }
  .sc-about-client-wrapper .sc-about-founder .sc-title {
    margin-bottom: 50px;
  }
  .sc-solution .sc-title {
    margin-bottom: 60px;
  }
  .sc-about-client-wrapper {
    padding-bottom: 60px;
  }
  .sc-about-client-wrapper .sc-about-founder {
    padding-bottom: 90px;
  }
  .sc-about-client-wrapper .sc-about-founder .about-founder-image-wrapper {
    max-width: 400px;
  }
  .sc-about-client-wrapper .sc-about-founder .about-founder-image-wrapper .about-founder-image {
    min-height: 440px;
  }
  .sc-about-client-wrapper .sc-about-founder .about-founder-image-wrapper .about-founder-image .founder-image {
    max-width: 315px;
    left: 40px;
    top: 50px;
  }
  .sc-about-client-wrapper .sc-about-founder .about-founder-image-wrapper .about-founder-image .name {
    font-size: 80px;
    top: -30px;
    line-height: 60px;
  }
  .sc-about-client-wrapper .sc-about-founder .service-wrapper {
    gap: 11px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sc-about-client-wrapper .sc-about-founder .service-wrapper::after {
    left: 60%;
  }
  .sc-about-client-wrapper .sc-about-founder .description-wrapper .description {
    margin-bottom: 40px;
  }
  .company-logo-wrapper .row {
    row-gap: 30px !important;
  }
  .company-logo-wrapper .row .col-4 {
    padding-inline: 16px !important;
  }
  .company-logo-wrapper .row figure img {
    max-width: 80px;
    max-height: 42px;
  }
  .sc-about-founder .description-wrapper {
    margin-top: 6rem;
  }
  .sc-contact-bg .col-5 {
    width: 100%;
  }
  .sc-contact-bg .contact-form-wrapper .submit-btn {
    max-width: 100%;
    margin-top: 16px;
  }
  footer {
    padding-top: 60px !important;
  }
  .topTop {
    right: 1rem;
    width: 50px;
    height: 50px;
  }
  .topTop .arrow-box {
    gap: 100px;
    padding-top: 0.5rem;
  }
  .topTop .arrow-box img {
    width: 18px;
  }
}
@media screen and (max-width: 320px) {
  div#text {
    font-size: 24px;
  }
  main .description-wrapper .style-text {
    top: -60px;
    font-size: 80px;
  }
  .sc-solution .solution {
    min-height: 375px;
  }
  .sc-solution .solution .solution-title {
    margin-bottom: 16px;
    font-size: 22px;
  }
  .sc-about-client-wrapper .sc-about-founder .about-founder-image-wrapper .about-founder-image .founder-image {
    max-width: 95%;
    left: 30px;
    top: 120px;
  }
  .sc-about-client-wrapper .sc-about-founder .service-wrapper .service {
    max-width: 36px;
    min-width: 36px;
    height: 36px;
  }
  .heading-wrapper hr {
    width: 50px;
  }
  .sc-about-client-wrapper .sc-clients-wrapper .company-logo-wrapper .row .col-4 {
    padding-inline: 0.75rem;
  }
}
@media (min-width: 1400px) {
  .sc-contact-bg .company-info {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  main .description-wrapper .projects-list .project .content-wrapper {
    max-width: calc(100% - 30px);
    bottom: 20px;
  }
  main .description-wrapper .projects-list .slick-slide {
    margin-right: 30px;
  }
}
main.list-page {
  background-image: url("../../../images/list-banner.png");
  background-position: bottom;
  padding-top: 255px;
  padding-bottom: 78px;
}
main.list-page:before {
  content: none;
}
main.list-page .sc-title {
  font-size: 200px;
}

.sc-list-wrapper {
  padding-block: 80px;
}
.sc-list-wrapper .project:hover .content-wrapper .content-box {
  opacity: 1;
}
.sc-list-wrapper .project:hover .content-wrapper .content-box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin-left: auto;
  background-color: #ffffff;
  z-index: 2;
  -webkit-animation: middle-right 0.4s;
          animation: middle-right 0.4s;
}
.sc-list-wrapper .project .content-wrapper {
  max-width: 215px;
  bottom: 21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sc-list-wrapper .project .content-wrapper .content-box {
  opacity: 0;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  padding: 12px 20px 9px;
}
.sc-list-wrapper .project .content-wrapper .content-box > * {
  z-index: 10;
  position: relative;
}
@keyframes middle-right {
  from {
    width: 20%;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}
.sc-list-wrapper .project .content-wrapper .title {
  line-height: 21px;
  margin-bottom: 7px;
}
.sc-list-wrapper .project .carasol-tag {
  padding: 0px 8px;
  background: #000000;
  margin-bottom: 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sc-list-wrapper .project .carasol-tag:last-of-type {
  margin-bottom: 0;
}
.sc-list-wrapper .grid {
  margin: 75px auto 30px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}
.sc-list-wrapper .grid li {
  width: calc(25% - 24px);
  margin-inline: 12px;
  margin-bottom: 70px;
  overflow: hidden;
}
.sc-list-wrapper .grid li img {
  max-width: 100%;
  aspect-ratio: 0.82;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sc-list-wrapper .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sc-list-wrapper .filters button {
  min-height: 32px;
  line-height: 28px;
  padding: 2px 10px;
  margin-inline: 8px;
  margin-bottom: 8px;
  background-color: #d9d9d9;
  color: #222222;
  border: none;
  -webkit-transition: 150ms;
  transition: 150ms;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  outline: none;
  cursor: pointer;
}
.sc-list-wrapper .filters button.is-checked {
  background-color: #222222;
  color: #ffffff;
}

.pagination li.disabled a {
  opacity: 0;
}
.pagination li.active a {
  background-color: #000000;
  color: #ffffff;
}
.pagination a {
  width: 28px;
  height: 28px;
  display: block;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  text-decoration: none;
  background-color: #d9d9d9;
  color: #000000;
  font-size: 17px;
}
.pagination .prev-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination .prev-icon, .pagination .next-icon {
  width: auto;
  height: auto;
}
.pagination .prev-icon a, .pagination .next-icon a {
  background-color: transparent;
}

@media screen and (max-width: 1200px) {
  main.list-page .sc-title {
    font-size: 160px;
  }
}
@media (max-width: 991px) {
  .sc-list-wrapper .filters button {
    padding: 5px 10px;
    margin: 5px;
  }
  .sc-list-wrapper .grid > li {
    width: calc(33.3333333333% - 20px);
    margin-inline: 10px;
    margin-bottom: 40px;
    overflow: hidden;
  }
  main.list-page .sc-title {
    font-size: 120px;
  }
}
@media (max-width: 680px) {
  .sc-list-wrapper .filters button {
    padding: 5px 10px;
    margin: 5px;
  }
  .sc-list-wrapper .grid > li {
    width: calc(50% - 12px);
    margin-inline: 6px;
    margin-bottom: 16px;
    overflow: hidden;
  }
  .sc-list-wrapper .project .content-wrapper {
    max-width: 100%;
    bottom: 0;
    padding: 6px;
  }
  .sc-list-wrapper .project .content-wrapper .content-box {
    padding: 6px;
  }
  .sc-list-wrapper .project .content-wrapper .title {
    font-size: 14px;
    line-height: 16px !important;
  }
  .sc-list-wrapper .project .carasol-tag {
    padding: 0px 6px;
    margin-bottom: 3px;
    font-weight: 600 !important;
  }
  main.list-page {
    padding-top: 200px;
  }
  main.list-page .sc-title {
    font-size: 80px;
    margin-bottom: 50px;
  }
}
main.detail-page {
  padding-top: 255px;
  padding-bottom: 78px;
  background-image: none !important;
}
main.detail-page:before {
  content: none;
}
main.detail-page .sub-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main.detail-page .sub-banner img {
  max-height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
  height: 100%;
}

.sc-detail-wrapper {
  padding-block: 80px;
}

.detail-image-wrapper figure {
  margin-bottom: 20px;
}

.detail-content-wrapper h6 {
  font-size: 17px;
}
.detail-content-wrapper p {
  font-weight: 500;
}
.detail-content-wrapper .para-text {
  text-align: justify;
}
.detail-content-wrapper .project--category .dashed-line {
  width: 90px;
  height: 1px;
  background: black;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}
.detail-content-wrapper .project--category .category-tags {
  margin-top: 30px;
}
.detail-content-wrapper .project--category ul li span {
  background: #000000;
  color: #ffffff;
  margin-bottom: 6px;
  padding: 1px 8px;
  font-size: 12px;
  font-weight: bold;
  min-height: 18px;
}

.back-btn a {
  width: 100%;
  max-width: 256px;
  text-align: center;
  min-height: 65px;
  border-radius: 6px;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 90px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.back-btn a:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .detail-image-wrapper figure {
    width: 50%;
    float: left;
    padding-inline: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .detail-content-wrapper {
    padding-left: 35px;
  }
}
nav {
  margin-top: 32px;
  background: rgba(255, 255, 255, 0.116);
}
nav .nav-box {
  height: 73px;
}
nav .nav-box .nav-list {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  overflow: hidden;
}
nav .nav-box.active .nav-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
nav .nav-box.active ~ .menu-wrapper {
  display: none;
}
nav .nav-box.active::before {
  content: "";
  position: absolute;
  left: -11px;
  right: -6px;
  margin-left: auto;
  width: calc(100% + 15px);
  top: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 5;
  -webkit-animation: right-left 0.4s ease-in;
          animation: right-left 0.4s ease-in;
}
@-webkit-keyframes right-left {
  from {
    width: 0%;
  }
  to {
    width: calc(100% + 11px + 6px);
  }
}
@keyframes right-left {
  from {
    width: 0%;
  }
  to {
    width: calc(100% + 11px + 6px);
  }
}
nav .nav-box > * {
  z-index: 10;
}
nav .nav-box .logo-wrapper {
  max-width: 122px;
}
nav .nav-box .nav-list {
  gap: 35px;
  margin-right: 70px;
  display: none !important;
}
nav .nav-box .nav-list li {
  opacity: 0;
}
nav .nav-box .nav-list li a {
  color: #ffffff;
  text-decoration: none;
}
@-webkit-keyframes opacity_animation1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity_animation1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
nav .nav-box .nav-list li:nth-child(1) {
  -webkit-animation: opacity_animation1 0.6s forwards ease-in;
          animation: opacity_animation1 0.6s forwards ease-in;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@-webkit-keyframes opacity_animation2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity_animation2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
nav .nav-box .nav-list li:nth-child(2) {
  -webkit-animation: opacity_animation2 0.6s forwards ease-in;
          animation: opacity_animation2 0.6s forwards ease-in;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@-webkit-keyframes opacity_animation3 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity_animation3 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
nav .nav-box .nav-list li:nth-child(3) {
  -webkit-animation: opacity_animation3 0.6s forwards ease-in;
          animation: opacity_animation3 0.6s forwards ease-in;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes opacity_animation4 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity_animation4 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
nav .nav-box .nav-list li:nth-child(4) {
  -webkit-animation: opacity_animation4 0.6s forwards ease-in;
          animation: opacity_animation4 0.6s forwards ease-in;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@-webkit-keyframes opacity_animation5 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity_animation5 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
nav .nav-box .nav-list li:nth-child(5) {
  -webkit-animation: opacity_animation5 0.6s forwards ease-in;
          animation: opacity_animation5 0.6s forwards ease-in;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
nav .nav-box .menu-wrapper {
  width: 73px;
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
nav .nav-box .menu-wrapper:hover {
  border-radius: 0px;
}
nav .nav-box .menu-wrapper * {
  -webkit-transition: 2s;
  transition: 2s;
}
nav .nav-box .menu-wrapper .menu-box {
  max-width: 34px;
  height: 34px;
  overflow: hidden;
}
nav .nav-box .menu-wrapper .menu-box .line {
  width: 4px;
  background-color: #ffffff;
}
nav .nav-box .menu-wrapper .menu-box .line-column-1 .line-1 {
  height: 26px;
}
nav .nav-box .menu-wrapper .menu-box .line-column-1 .line-2 {
  height: 5px;
}
nav .nav-box .menu-wrapper .menu-box .line-column-2 .line-1 {
  height: 9px;
}
nav .nav-box .menu-wrapper .menu-box .line-column-2 .line-2 {
  height: 22px;
}
nav .nav-box .menu-wrapper .menu-box .line-column-3 .line {
  height: 34px;
}
nav .nav-box .menu-wrapper:hover .line-column-1 .line-1 {
  height: 34px;
}
nav .nav-box .menu-wrapper:hover .line-column-1 .line-2 {
  height: 0px;
}
nav .nav-box .menu-wrapper:hover .line-column-2 .line-1 {
  height: 0px;
}
nav .nav-box .menu-wrapper:hover .line-column-2 .line-2 {
  height: 34px;
}
nav .nav-box .menu-wrapper:hover .line-column-3 .line {
  height: 34px;
  -webkit-animation: height-down-top 2s;
          animation: height-down-top 2s;
}
@-webkit-keyframes height-down-top {
  0% {
    height: 34px;
  }
  5% {
    height: 0px;
  }
  75% {
    -webkit-transform: translateY(34px);
            transform: translateY(34px);
  }
  85% {
    height: 34px;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes height-down-top {
  0% {
    height: 34px;
  }
  5% {
    height: 0px;
  }
  75% {
    -webkit-transform: translateY(34px);
            transform: translateY(34px);
  }
  85% {
    height: 34px;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
nav .nav-box .close-wrapper {
  width: 73px;
  height: 73px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
nav .nav-box .close-wrapper:hover {
  rotate: 90deg;
}

@media screen and (max-width: 991.98px) {
  nav .nav-box .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    padding-block: 22px;
    top: 100%;
    background: #ffffff;
    left: 0;
    right: 0;
    height: 334px;
    margin-right: 0;
    margin-inline: -7px;
    gap: 0;
    -webkit-animation: height-zero-full 0.8s;
            animation: height-zero-full 0.8s;
    z-index: 999;
    -webkit-box-shadow: var(--bs-box-shadow-sm) !important;
            box-shadow: var(--bs-box-shadow-sm) !important;
  }
  nav .nav-box .nav-list li {
    color: #000000;
    padding-block: 16px;
    width: 100%;
    text-align: center;
    -webkit-transition: 1s;
    transition: 1s;
  }
  nav .nav-box .nav-list li:hover {
    background-color: #D9D9D9;
  }
  @-webkit-keyframes height-zero-full {
    0% {
      height: 0;
      opacity: 0;
    }
    50% {
      height: 0;
      opacity: 0;
    }
    95% {
      opacity: 1;
    }
    100% {
      height: 334px;
    }
  }
  @keyframes height-zero-full {
    0% {
      height: 0;
      opacity: 0;
    }
    50% {
      height: 0;
      opacity: 0;
    }
    95% {
      opacity: 1;
    }
    100% {
      height: 334px;
    }
  }
}
footer {
  padding-top: 92px;
  padding-bottom: 16px;
}
footer .logo-full-wrapper {
  max-width: 118px;
  margin-bottom: 54px !important;
}

.mkdf-row-background-text-holder {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mkdf-row-background-text-holder .mkdf-row-background-text-wrapper {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.mkdf-row-background-text-holder .mkdf-row-background-text-wrapper .mkdf-row-background-text-wrapper-inner {
  color: #ccc;
  display: table-cell;
  font-size: 302px;
  vertical-align: middle;
}

.mkdf-row-background-text-holder .mkdf-row-background-text-wrapper .mkdf-row-background-text-wrapper-inner .mkdf-row-background-text-1, .mkdf-row-background-text-holder .mkdf-row-background-text-wrapper .mkdf-row-background-text-wrapper-inner .mkdf-row-background-text-2 {
  font-weight: 400;
  line-height: 1;
}

.mkdf-header-icon-label, footer {
  font-size: 16px;
  line-height: 1.3em;
}

.touch .mkdf-row-has-background-text .mkdf-row-background-text-holder .mkdf-row-background-text-animation {
  visibility: visible;
}

a[class*=-svg-path] {
  cursor: pointer;
  height: 65px;
  width: 65px;
}

a[class*=-svg-path] > span {
  height: 65px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

a[class*=-svg-path] > span svg {
  -ms-flex-item-align: center;
      align-self: center;
}

a[class*=-svg-path] > span svg * {
  fill: none;
  stroke: none;
}

a[class*=-svg-path] > span svg circle {
  fill: #000;
}

a.mkdf-close-side-menu > span svg rect, a.mkdf-fullscreen-menu-opener .mkdf-fullscreen-menu-close-icon svg rect, a[class*=-svg-path] > span svg rect {
  fill: #fff;
}

a[class*=-svg-path] circle {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.07, 0.98, 0, 0.96);
  transition: -webkit-transform 2s cubic-bezier(0.07, 0.98, 0, 0.96);
  transition: transform 2s cubic-bezier(0.07, 0.98, 0, 0.96);
  transition: transform 2s cubic-bezier(0.07, 0.98, 0, 0.96), -webkit-transform 2s cubic-bezier(0.07, 0.98, 0, 0.96);
}

a[class*=-svg-path] rect:nth-child(2) {
  -webkit-transform-origin: 0 33%;
  transform-origin: 0 33%;
  -webkit-transition: -webkit-transform 0.15s 0.1s;
  transition: -webkit-transform 0.15s 0.1s;
  transition: transform 0.15s 0.1s;
  transition: transform 0.15s 0.1s, -webkit-transform 0.15s 0.1s;
}

a[class*=-svg-path] rect:nth-child(3) {
  -webkit-transform-origin: 0 70%;
  transform-origin: 0 70%;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
}

a[class*=-svg-path] rect:nth-child(4) {
  -webkit-transform-origin: 0 35%;
  transform-origin: 0 35%;
  -webkit-transition: -webkit-transform 0.15s 50ms;
  transition: -webkit-transform 0.15s 50ms;
  transition: transform 0.15s 50ms;
  transition: transform 0.15s 50ms, -webkit-transform 0.15s 50ms;
}

a[class*=-svg-path] rect:nth-child(5) {
  -webkit-transform-origin: 0 68%;
  transform-origin: 0 68%;
  -webkit-transition: -webkit-transform 0.15s 0.15s;
  transition: -webkit-transform 0.15s 0.15s;
  transition: transform 0.15s 0.15s;
  transition: transform 0.15s 0.15s, -webkit-transform 0.15s 0.15s;
}

@-webkit-keyframes mkdfSVGLine {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50% 33%;
    transform-origin: 50% 33%;
  }
  34% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 33%;
    transform-origin: 50% 33%;
  }
  35% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  36% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 66%;
    transform-origin: 50% 66%;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50% 66%;
    transform-origin: 50% 66%;
  }
}
@keyframes mkdfSVGLine {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50% 33%;
    transform-origin: 50% 33%;
  }
  34% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 33%;
    transform-origin: 50% 33%;
  }
  35% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  36% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 66%;
    transform-origin: 50% 66%;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50% 66%;
    transform-origin: 50% 66%;
  }
}
a[class*=-svg-path]:not(.mkdf-mobile-menu-opener-svg-path):hover circle, body[class*=opened] a[class*=-svg-path] circle {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}

a[class*=-svg-path]:not(.mkdf-mobile-menu-opener-svg-path):hover rect:nth-child(3), a[class*=-svg-path]:not(.mkdf-mobile-menu-opener-svg-path):hover rect:nth-child(4), body[class*=opened] a[class*=-svg-path] rect:nth-child(3), body[class*=opened] a[class*=-svg-path] rect:nth-child(4) {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

a[class*=-svg-path]:not(.mkdf-mobile-menu-opener-svg-path):hover rect:nth-child(2), body[class*=opened] a[class*=-svg-path] rect:nth-child(2) {
  -webkit-transform: scaleY(1.51);
  transform: scaleY(1.51);
}

a[class*=-svg-path]:not(.mkdf-mobile-menu-opener-svg-path):hover rect:nth-child(5), body[class*=opened] a[class*=-svg-path] rect:nth-child(5) {
  -webkit-transform: scaleY(2);
  transform: scaleY(2);
}

a[class*=-svg-path]:not(.mkdf-mobile-menu-opener-svg-path):hover .mkdf-fullscreen-menu-opener-icon rect:last-child, body[class*=opened] a[class*=-svg-path] .mkdf-fullscreen-menu-opener-icon rect:last-child {
  -webkit-animation: mkdfSVGLine 0.7s cubic-bezier(0.07, 0.98, 0, 0.96);
  animation: mkdfSVGLine 0.7s cubic-bezier(0.07, 0.98, 0, 0.96);
}