@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:root {
  --ps: #03a9f4;
  --ai: #ff5722;
  --pr: #e040fb;
  --bl: #ff6d00;
}

svg, img {
  width: 30px;
  height: 30px;
}

body {
  background: #e3edf7;
}

.shdw {
  -webkit-box-shadow: #f5f9fc -6px -6px 10px 0px, rgba(127, 163, 199, 0.3) 4px 3px 15px 0px;
          box-shadow: #f5f9fc -6px -6px 10px 0px, rgba(127, 163, 199, 0.3) 4px 3px 15px 0px;
  position: relative;
  z-index: 3;
  -webkit-transition: .8s;
  transition: .8s;
  background: linear-gradient(103deg, #e3edf7, #ffffff);
  color: #08203a;
}

.shdw::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0%;
  background: -webkit-gradient(linear, left top, right top, from(#590fb7), to(#ff0076));
  background: linear-gradient(to right, #590fb7 0%, #ff0076 100%);
  height: 100%;
  z-index: -1;
  -webkit-transition: .8s;
  transition: .8s;
  background-size: cover;
  border-radius: inherit;
}

.shdw svg {
  fill: #08203a;
  -webkit-transition: inherit;
  transition: inherit;
}

.portofolioBtnShdw {
  -webkit-box-shadow: -6px -6px 10px 0px #d8e8f7, 4px 3px 15px 0px rgba(111, 146, 180, 0.3);
          box-shadow: -6px -6px 10px 0px #d8e8f7, 4px 3px 15px 0px rgba(111, 146, 180, 0.3);
  color: #08203a;
}

.difShdw {
  -webkit-box-shadow: -6px -6px 10px 0px #f5f9fc, -4px 3px 15px 0px #7fa3c7;
          box-shadow: -6px -6px 10px 0px #f5f9fc, -4px 3px 15px 0px #7fa3c7;
  color: #08203a;
  background: -6px -6px 10px #dfe8f1, 4px 3px 15px rgba(109, 138, 168, 0.3);
}

.difShdw::before {
  width: 0;
}

.difShdw svg {
  fill: #08203a;
}

.container {
  width: 1200px;
  margin: auto;
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
}

.container button {
  border: none;
}

.container .btn {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  border-radius: 5px;
  text-decoration: none;
}

.container .btn svg {
  width: 18px;
  height: 18px;
  margin-left: 10px;
}

.container .darkbtn {
  background: #08203a;
  color: white;
}

.container .darkbtn svg {
  fill: white;
}

.container .shdw-btn {
  color: #08203a;
}

.container .shdw-btn-hov:hover {
  -webkit-box-shadow: -6px -6px 10px 0px #f5f9fc, -4px 3px 15px 0px #7fa3c7;
          box-shadow: -6px -6px 10px 0px #f5f9fc, -4px 3px 15px 0px #7fa3c7;
  color: white;
}

.container .shdw-btn-hov:hover::before {
  width: 100%;
}

.container .shdw-btn-hov:hover svg {
  fill: white;
}

.container .shdw-btn-hov-auto {
  -webkit-box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(100, 14, 179, 0.3);
          box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(100, 14, 179, 0.3);
  color: white;
}

.container .shdw-btn-hov-auto::before {
  width: 100%;
}

.container .shdw-btn-hov-auto svg {
  fill: white;
}

.container .btn-filled {
  position: relative;
  color: white;
  z-index: 3;
  -webkit-transition: .8s;
  transition: .8s;
}

.container .btn-filled::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#590fb7), to(#ff0076));
  background-image: linear-gradient(to right, #590fb7 0%, #ff0076 100%);
  height: 100%;
  z-index: -1;
  -webkit-transition: .8s;
  transition: .8s;
  background-size: cover;
  border-radius: inherit;
}

.container .btn-filled svg {
  fill: white;
  -webkit-transition: inherit;
  transition: inherit;
}

.container .btn-filled-hov:hover {
  -webkit-box-shadow: -6px -6px 10px 0px #f5f9fc, -4px 3px 15px 0px #7fa3c7;
          box-shadow: -6px -6px 10px 0px #f5f9fc, -4px 3px 15px 0px #7fa3c7;
  color: #08203a;
  background: -6px -6px 10px #dfe8f1, 4px 3px 15px rgba(109, 138, 168, 0.3);
}

.container .btn-filled-hov:hover::before {
  width: 0;
}

.container .btn-filled-hov:hover svg {
  fill: #08203a;
}

.container .pre-title {
  font-size: 24px;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  color: #e70883;
}

.container .title {
  font-size: 48px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  line-height: 57.6px;
  color: #08203a;
}

.container .center-title {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container .center-pretitle {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container .logo {
  width: 115px;
  height: 40px;
}

.container .links {
  border: 2px solid #08203a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 8px;
  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: .8s;
  transition: .8s;
  background: transparent;
}

.container .links:hover {
  border: 2px solid #e70280;
  background: #e70280;
  -webkit-box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(100, 14, 179, 0.3);
          box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(100, 14, 179, 0.3);
}

.container .links:hover svg {
  fill: white;
}

.container .links svg {
  width: 100%;
  height: 100%;
  fill: #08203a;
  -webkit-transition: inherit;
  transition: inherit;
}

.container .insShdw {
  -webkit-box-shadow: rgba(255, 255, 255, 0.66) -3px -2px 5px 0px inset, rgba(255, 255, 255, 0.18) -1px -1px 0px 0px inset, rgba(49, 69, 106, 0.18) 2px 2px 7px 0px inset;
          box-shadow: rgba(255, 255, 255, 0.66) -3px -2px 5px 0px inset, rgba(255, 255, 255, 0.18) -1px -1px 0px 0px inset, rgba(49, 69, 106, 0.18) 2px 2px 7px 0px inset;
  -webkit-transition: .8s;
  transition: .8s;
}

.container .insShdw svg {
  fill: #08203a;
  -webkit-transition: inherit;
  transition: inherit;
}

.container .insShdwAuto {
  -webkit-box-shadow: inset -3px -2px 9px 0px rgba(101, 0, 124, 0.8), inset 2px 2px 7px 0px rgba(46, 0, 0, 0.18);
          box-shadow: inset -3px -2px 9px 0px rgba(101, 0, 124, 0.8), inset 2px 2px 7px 0px rgba(46, 0, 0, 0.18);
}

.container .insShdwAuto svg {
  fill: white;
}

.showCont {
  top: 0;
  opacity: 1;
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes abt-bounce {
  0%, 100% {
    top: 20px;
  }
  50% {
    top: 40px;
  }
}

@keyframes abt-bounce {
  0%, 100% {
    top: 20px;
  }
  50% {
    top: 40px;
  }
}

@-webkit-keyframes tabShow {
  from {
    opacity: 0;
    right: -10px;
  }
  to {
    opacity: 1;
    right: 0px;
  }
}

@keyframes tabShow {
  from {
    opacity: 0;
    right: -10px;
  }
  to {
    opacity: 1;
    right: 0px;
  }
}

@-webkit-keyframes featureBounce {
  0%, 100% {
    bottom: 0px;
  }
  50% {
    bottom: 40px;
  }
}

@keyframes featureBounce {
  0%, 100% {
    bottom: 0px;
  }
  50% {
    bottom: 40px;
  }
}

@-webkit-keyframes portofolio {
  0% {
    top: -20px;
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}

@keyframes portofolio {
  0% {
    top: -20px;
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}

.nav {
  -webkit-box-shadow: #f5f9fc -6px -6px 10px 0px, rgba(127, 163, 199, 0.3) 4px 3px 15px 0px;
          box-shadow: #f5f9fc -6px -6px 10px 0px, rgba(127, 163, 199, 0.3) 4px 3px 15px 0px;
  background: linear-gradient(103deg, #e3edf7, #ffffff);
  padding: 10px 0;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9;
  top: 0px;
  -webkit-transition: .6s;
  transition: .6s;
}

.nav .nav-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
}

.nav .nav-cont nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 41px;
          column-gap: 41px;
}

.nav .nav-cont nav .nav-close {
  display: none;
  cursor: pointer;
}

.nav .nav-cont nav .nav-close svg {
  fill: #08203a;
}

.nav .nav-cont nav a {
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #08203a;
}

.nav .nav-cont nav .btn {
  color: white;
  display: none;
}

.nav .nav-cont .nav-cont-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.nav .nav-cont .nav-btn {
  display: none;
  cursor: pointer;
}

.nav .nav-cont .nav-btn svg {
  fill: #08203a;
}

.fixNav {
  top: -150px;
}

.home {
  background: linear-gradient(103deg, #e3edf7, #ffffff);
  position: relative;
  z-index: 2;
}

.home .home-cont {
  padding: 180px 0 250px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 64% 36%;
      grid-template-columns: 64% 36%;
}

.home .home-cont .home-cont-left .home-cont-left-top {
  margin-bottom: 33px;
}

.home .home-cont .home-cont-left .home-cont-left-top h3 {
  margin-bottom: 27px;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #08203a;
}

.home .home-cont .home-cont-left .home-cont-left-top h1 {
  margin-bottom: 0px;
  font-size: 78px;
  font-family: "Poppins", sans-serif;
  color: #08203a;
}

.home .home-cont .home-cont-left .home-cont-left-top h1 span {
  color: #e70280;
}

.home .home-cont .home-cont-left .home-cont-left-top h2 {
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  color: #08203a;
}

.home .home-cont .home-cont-left p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #7888a2;
}

.home .home-cont .home-cont-left .home-cont-btns {
  margin-top: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
          column-gap: 15px;
}

.home .home-cont .home-cont-right {
  position: relative;
}

.home .home-cont .home-cont-right .home-cont-right-main {
  width: 100%;
  height: 100%;
  position: relative;
}

.home .home-cont .home-cont-right .home-cont-right-main img {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.home .home-cont .home-cont-right .home-cont-right-main .home-cont-right-main-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-column-gap: 14px;
          column-gap: 14px;
  position: absolute;
  top: 0;
  right: -20px;
  border-radius: 5px;
}

.home .home-cont .home-cont-right img {
  position: absolute;
  width: 100px;
  height: 100px;
}

.home .home-cont .home-cont-right .ill {
  bottom: -20px;
  left: -150px;
  -webkit-animation-name: round;
          animation-name: round;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.home .home-cont .home-cont-right .ps {
  bottom: -20px;
  right: -10px;
  -webkit-animation-name: round;
          animation-name: round;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.home .home-cont .home-cont-right .fig {
  top: 20px;
  left: -60px;
  -webkit-animation-name: round;
          animation-name: round;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.home p[id=absHome] {
  position: absolute;
  font-size: 78px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  top: 50%;
  left: 0;
  margin: 0;
  line-height: .8;
  -webkit-transform: translateY(-50%) scale(-1);
          transform: translateY(-50%) scale(-1);
  color: #e9f1f9;
  z-index: -1;
  text-shadow: -6px -6px 10px #dfe8f1, 4px 3px 15px rgba(109, 138, 168, 0.3);
  background: #e6eff8;
}

.about .about-cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45% 48%;
      grid-template-columns: 45% 48%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 110px 0 106px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about .about-cont .about-cont-left {
  position: relative;
  z-index: 3;
}

.about .about-cont .about-cont-left img {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.about .about-cont .about-cont-left .about-cont-abs {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 20px;
  left: 90px;
  z-index: -1;
  -webkit-animation: abt-bounce;
          animation: abt-bounce;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.about .about-cont .about-cont-left .about-cont-abs img {
  width: 100%;
  height: 100%;
}

.about .about-cont .about-cont-right p {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  margin-bottom: 26px;
  color: #7888a2;
  font-weight: 600;
}

.about .about-cont .about-cont-right .tabs {
  margin-bottom: 25px;
}

.about .about-cont .about-cont-right .tabs .tabs-buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100%/3.25) calc(100%/3.25) calc(100%/3.25);
      grid-template-columns: calc(100%/3.25) calc(100%/3.25) calc(100%/3.25);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.about .about-cont .about-cont-right .tabs .tabs-buttons button {
  width: 100%;
  cursor: pointer;
}

.about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  -webkit-animation-name: tabShow;
          animation-name: tabShow;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  position: relative;
}

.about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li:not(:last-of-type) {
  margin-bottom: 20px;
}

.about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  border: 1px solid #e70280;
  border-radius: 50%;
  position: relative;
}

.about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li span::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #08203a;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li .tab-li-cnt h2 {
  padding: 0;
  line-height: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  margin-bottom: 10px;
  color: #08203a;
}

.about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li .tab-li-cnt h3 {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  color: #212529;
}

.feature {
  z-index: 3;
  position: relative;
}

.feature .feature-cont {
  padding: 4rem 0 7rem;
  position: relative;
}

.feature .feature-cont .feature-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100%/4.3) calc(100%/4.3) calc(100%/4.3) calc(100%/4.3);
      grid-template-columns: calc(100%/4.3) calc(100%/4.3) calc(100%/4.3) calc(100%/4.3);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.feature .feature-cont .feature-cards .feature-card {
  padding: 40px 20px;
  border-radius: 5px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  color: #08203a;
}

.feature .feature-cont .feature-cards .feature-card .feature-card-svg-box {
  margin-bottom: 32px;
  width: 60px;
  height: 60px;
  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;
  padding: 9px;
  border-radius: 10px;
}

.feature .feature-cont .feature-cards .feature-card .feature-card-svg-box svg {
  width: 100%;
  height: 100%;
}

.feature .feature-cont .feature-cards .feature-card h1 {
  font-size: 22px;
  margin-bottom: 22px;
  font-family: "Poppins", sans-serif;
}

.feature .feature-cont .feature-cards .feature-card p {
  font-family: "Roboto", sans-serif;
  margin-bottom: 23px;
}

.feature .feature-cont .feature-cards .feature-card::before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#ff0076), to(#590fb7));
  background: linear-gradient(to top right, #ff0076, #590fb7);
  border-radius: 0 0 90% 90%;
  -webkit-transition: .8s;
  transition: .8s;
}

.feature .feature-cont .feature-cards .feature-card:hover {
  color: white;
}

.feature .feature-cont .feature-cards .feature-card:hover::before {
  height: 110%;
  border-radius: 0%;
}

.feature .feature-cont img {
  width: 50px;
  height: 50px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 40px;
  -webkit-animation: featureBounce;
          animation: featureBounce;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  top: unset;
}

.feature img {
  width: 100%;
  height: 170px;
  z-index: 1;
  position: absolute;
  top: -50px;
}

.touch {
  padding: 5rem 0;
}

.touch .touch-cont {
  padding: 70px 40px;
  z-index: 1;
  border-radius: 10px;
  position: relative;
}

.touch .touch-cont img {
  z-index: -1;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 399px;
  bottom: 0;
  right: 120px;
}

.touch .touch-cont .absImg {
  position: absolute;
  height: 100%;
  right: 0;
  border-radius: inherit;
}

.touch .touch-cont .circleAbs {
  position: absolute;
  height: 110%;
  width: 110%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.skills .skills-cont {
  padding: 4rem 0;
}

.skills .skills-cont .skills-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100%/4.2) calc(100%/4.2) calc(100%/4.2) calc(100%/4.2);
      grid-template-columns: calc(100%/4.2) calc(100%/4.2) calc(100%/4.2) calc(100%/4.2);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.skills .skills-cont .skills-cards .skill-card {
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  border-radius: 10px;
}

.skills .skills-cont .skills-cards .skill-card .skill-crd-svg {
  border: 2px solid #08203a;
  width: 60px;
  height: 60px;
  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;
  padding: 11px;
  border-radius: 50%;
  margin: auto;
}

.skills .skills-cont .skills-cards .skill-card .skill-crd-svg svg {
  width: 100%;
  height: 100%;
}

.skills .skills-cont .skills-cards .skill-card .skill-crd-name {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  color: #08203a;
}

.skills .skills-cont .skills-cards .skill-card .skill-crd-progr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  width: 100%;
  left: 0;
  bottom: 0;
  border-radius: 50px;
  position: relative;
}

.skills .skills-cont .skills-cards .skill-card .skill-crd-progr .skill-crd-progr-num {
  position: absolute;
  top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 800;
  line-height: 0;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  bottom: 100%;
}

.portofolio .portofolio-cont {
  padding: 5rem 0;
}

.portofolio .portofolio-cont .port-all {
  margin-top: 50px;
}

.portofolio .portofolio-cont .port-all .port-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 5px;
}

.portofolio .portofolio-cont .port-all .port-btns button {
  background: transparent;
  cursor: pointer;
}

.portofolio .portofolio-cont .port-all .port-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100%/2.03) calc(100%/2.03);
      grid-template-columns: calc(100%/2.03) calc(100%/2.03);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 40px;
  margin-top: 30px;
}

.portofolio .portofolio-cont .port-all .port-cards .port-card {
  padding: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  border-radius: 10px;
  -webkit-transition: 3s;
  transition: 3s;
  position: relative;
}

.portofolio .portofolio-cont .port-all .port-cards .port-card:hover .port-card-right img {
  -webkit-transform: scale(1.4) rotate(18deg);
          transform: scale(1.4) rotate(18deg);
}

.portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left {
  padding: 0 10px 0 0;
}

.portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left .port-card-left-inset {
  padding: 8px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #08203a;
}

.portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left h1 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 9px;
  color: #08203a;
}

.portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left p {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 14px;
  color: #08203a;
}

.portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-right {
  overflow: hidden;
  border-radius: 10px;
}

.portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}

.portofolio .portofolio-cont .port-all .port-cards .activePortCard {
  -webkit-animation: portofolio .4s;
          animation: portofolio .4s;
}

.portofolio .portofolio-cont .port-all .port-cards .hidePortCard {
  display: none;
}

.team .team-cont .team-cont-inner {
  display: -ms-grid;
  display: grid;
  margin-top: 70px;
  -ms-grid-columns: calc(100%/4.2) calc(100%/4.2) calc(100%/4.2) calc(100%/4.2);
      grid-template-columns: calc(100%/4.2) calc(100%/4.2) calc(100%/4.2) calc(100%/4.2);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: visible;
}

.team .team-cont .team-cont-inner .team-cont-in {
  padding: 70px 13px 30px;
  position: relative;
  border-radius: 5px;
}

.team .team-cont .team-cont-inner .team-cont-in:hover .team-quick-info .team-quick-info-right .team-quick-info-right-abs {
  max-height: 1000px;
  -webkit-transition: 1.4s;
  transition: 1.4s;
  -webkit-box-shadow: #f5f9fc -6px -6px 10px 0px, #7fa3c7 -4px 3px 15px 0px;
          box-shadow: #f5f9fc -6px -6px 10px 0px, #7fa3c7 -4px 3px 15px 0px;
}

.team .team-cont .team-cont-inner .team-cont-in:hover .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner {
  top: 0;
  opacity: 1;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.team .team-cont .team-cont-inner .team-cont-in:hover .team-card-profile {
  border: 3px solid #08203a;
}

.team .team-cont .team-cont-inner .team-cont-in .team-card-profile {
  border: 3px solid transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 2px;
  -webkit-transition: .4s;
  transition: .4s;
}

.team .team-cont .team-cont-inner .team-cont-in .team-card-profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.team .team-cont .team-cont-inner .team-cont-in h2 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  color: #08203a;
}

.team .team-cont .team-cont-inner .team-cont-in p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #08203a;
}

.team .team-cont .team-cont-inner .team-cont-in .team-quick-info {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3px;
}

.team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #08203a;
  text-decoration: none;
}

.team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left a svg {
  fill: #08203a;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 42px;
  height: 42px;
  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;
  padding: 12px;
  border-radius: 50px;
  background: #e70280;
}

.team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-btn svg {
  fill: white;
}

.team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs {
  border-radius: 50px;
  position: absolute;
  background-color: #08203a;
  bottom: 10px;
  overflow: hidden;
  z-index: -1;
  width: 100%;
  left: 0;
  max-height: 0px;
  -webkit-transition: .6s;
  transition: .6s;
}

.team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
  border-radius: inherit;
  position: relative;
  top: -30px;
  padding: 5px 0;
  opacity: 0;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  background-color: #08203a;
}

.team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 40px;
  height: 40px;
  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;
  padding: 10px;
  border-radius: 50%;
  position: relative;
}

.team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a:last-of-type {
  margin-bottom: 40px;
}

.team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a:first-of-type {
  margin-top: 10px;
}

.team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a svg {
  fill: white;
  -webkit-transition: .8s;
  transition: .8s;
}

.team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a:hover svg {
  fill: #e70280;
}

.testimonial .testimonial-cont {
  padding: 4rem 0;
}

.testimonial .testimonial-cont .testimonial-cards {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100%/2.05) calc(100%/2.05);
      grid-template-columns: calc(100%/2.05) calc(100%/2.05);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.testimonial .testimonial-cont .testimonial-cards .testimonial-card {
  padding: 25px 0 0;
  border-radius: 10px;
  overflow: hidden;
}

.testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-main-top {
  padding: 0 30px;
}

.testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-main-top .testimonial-card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-main-top .testimonial-card-top svg {
  width: 50px;
  height: 50px;
  fill: #7888a2;
}

.testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-main-top .testimonial-card-top .testimonial-card-top-rate svg {
  width: 20px;
  height: 20px;
  fill: #ffac0c;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

.testimonial .testimonial-cont .testimonial-cards .testimonial-card p[class=testimonialP] {
  font-family: "Roboto", sans-serif;
  text-indent: 50px;
  font-size: 18px;
  margin-bottom: 20px;
  color: #08203a;
}

.testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-btm {
  padding: 5px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-btm .testimonial-card-btm-left p {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #08203a;
}

.testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-btm .testimonial-card-btm-left h1 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #08203a;
}

.testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-btm .testimonial-card-btm-right {
  width: 80px;
  height: 90px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  top: -20px;
}

.testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-btm .testimonial-card-btm-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact .contact-cont .contact-cont-sp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100%/2.05) calc(100%/2.05);
      grid-template-columns: calc(100%/2.05) calc(100%/2.05);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .contact-cont .contact-cont-sp .contact-cont-sp-right {
  font-family: "Poppins", sans-serif;
  color: #08203a;
}

.contact .contact-cont .bottom {
  margin-top: 20px;
}

.contact .contact-cont .bottom form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 20px;
  row-gap: 10px;
  height: 100%;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right bottom, from(#e4eef7), to(#ffffff));
  background: linear-gradient(to bottom right, #e4eef7, #ffffff);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact .contact-cont .bottom form input, .contact .contact-cont .bottom form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #7888a2;
  border-radius: 5px;
  outline: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  background: #e9f1f9;
  color: #08203a;
}

.contact .contact-cont .bottom form textarea {
  height: 100px;
  resize: none;
}

.contact .contact-cont .bottom form button {
  margin: 30px 0 0;
}

.contact .contact-cont .bottom form .contact-cont-sp-form-pt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.contact .contact-cont .bottom form .contact-cont-sp-form-pt input {
  width: 50%;
}

.contact .contact-cont .bottom .contact-cont-sp-right {
  width: 100%;
  height: 100%;
  padding: 30px 20px;
}

.contact .contact-cont .bottom .contact-cont-sp-right img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact .contact-cont .bottom .contact-cont-sp-right .contact-cont-sp-right-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-column-gap: 13px;
          column-gap: 13px;
}

.contact .contact-cont .bottom .contact-cont-sp-right .contact-cont-sp-right-bottom .contact-cont-sp-right-bottom-svg {
  width: 70px;
  height: 70px;
  padding: 13px;
  border-radius: 5px;
}

.contact .contact-cont .bottom .contact-cont-sp-right .contact-cont-sp-right-bottom .contact-cont-sp-right-bottom-svg svg {
  width: 100%;
  height: 100%;
}

.contact .contact-cont .bottom .contact-cont-sp-right .contact-cont-sp-right-bottom h3 {
  color: #08203a;
}

.footer .footer-cont {
  padding: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.footer .footer-cont p {
  margin: 20px 0;
  width: 50%;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 15px;
}

.footer .footer-cont .footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

@media (max-width: 1243px) {
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  :root {
    --ps: #03a9f4;
    --ai: #ff5722;
    --pr: #e040fb;
    --bl: #ff6d00;
  }
  svg, img {
    width: 30px;
    height: 30px;
  }
  body {
    overflow-x: hidden;
  }
  .container {
    width: 96%;
    margin: auto;
    position: relative;
    -webkit-transition: .8s;
    transition: .8s;
  }
  .container .btn {
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
  }
  .container .btn svg {
    width: 18px;
    height: 18px;
    margin-left: 10px;
  }
  .container .pre-title {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: Roboto, sans-serif;
  }
  .container .title {
    font-size: 38px;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    line-height: 57.6px;
  }
  .container .center-title {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .container .center-pretitle {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .container .logo {
    width: 115px;
    height: 40px;
  }
  .container .links {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 8px;
    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;
  }
  .container .links svg {
    width: 100%;
    height: 100%;
  }
  .showCont {
    top: 0;
    opacity: 1;
  }
  .nav {
    padding: 10px 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 0px;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .nav .nav-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px;
  }
  .nav .nav-cont nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 41px;
            column-gap: 41px;
  }
  .nav .nav-cont nav a {
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    font-family: Roboto, sans-serif;
  }
  .fixNav {
    top: -150px;
  }
  .home {
    position: relative;
    z-index: 2;
  }
  .home .home-cont {
    padding: 180px 0 200px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 64% 36%;
        grid-template-columns: 64% 36%;
  }
  .home .home-cont .home-cont-left .home-cont-left-top {
    margin-bottom: 33px;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h3 {
    margin-bottom: 27px;
    font-size: 24px;
    font-family: Poppins, sans-serif;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h1 {
    margin-bottom: 0px;
    font-size: 68px;
    font-family: Poppins, sans-serif;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h2 {
    font-size: 38px;
    font-family: Poppins, sans-serif;
    margin-bottom: 20px;
  }
  .home .home-cont .home-cont-left p {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }
  .home .home-cont .home-cont-left .home-cont-btns {
    margin-top: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
  .home .home-cont .home-cont-right {
    position: relative;
  }
  .home .home-cont .home-cont-right .home-cont-right-main {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .home .home-cont .home-cont-right .home-cont-right-main img {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }
  .home .home-cont .home-cont-right .home-cont-right-main .home-cont-right-main-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-column-gap: 14px;
            column-gap: 14px;
    position: absolute;
    top: -30px;
    right: 0px;
    border-radius: 5px;
    background: white;
  }
  .home .home-cont .home-cont-right img {
    position: absolute;
    width: 80px;
    height: 80px;
  }
  .home .home-cont .home-cont-right .ill {
    bottom: -20px;
    left: -150px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home .home-cont .home-cont-right .ps {
    bottom: -20px;
    right: -10px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home .home-cont .home-cont-right .fig {
    top: 20px;
    left: -60px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home p[id=absHome] {
    position: absolute;
    font-size: 68px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    top: 50%;
    left: 0;
    margin: 0;
    line-height: .8;
    -webkit-transform: translateY(-50%) scale(-1);
            transform: translateY(-50%) scale(-1);
    z-index: -1;
    display: none;
  }
}

@media (max-width: 1045px) {
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  :root {
    --ps: #03a9f4;
    --ai: #ff5722;
    --pr: #e040fb;
    --bl: #ff6d00;
  }
  svg, img {
    width: 30px;
    height: 30px;
  }
  body {
    overflow-x: hidden;
  }
  .container {
    width: 96%;
    margin: auto;
    position: relative;
    -webkit-transition: .8s;
    transition: .8s;
  }
  .container .btn {
    padding: 10px 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
  }
  .container .btn svg {
    width: 18px;
    height: 18px;
    margin-left: 10px;
  }
  .container .pre-title {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: Roboto, sans-serif;
  }
  .container .title {
    font-size: 38px;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    line-height: 57.6px;
  }
  .container .center-title {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .container .center-pretitle {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .container .logo {
    width: 115px;
    height: 40px;
  }
  .container .links {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 8px;
    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;
  }
  .container .links svg {
    width: 100%;
    height: 100%;
  }
  .showCont {
    top: 0;
    opacity: 1;
  }
  .nav {
    padding: 10px 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 0px;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .nav .nav-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px;
  }
  .nav .nav-cont nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 41px;
            column-gap: 41px;
  }
  .nav .nav-cont nav a {
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    font-family: Roboto, sans-serif;
  }
  .fixNav {
    top: -150px;
  }
  .home {
    position: relative;
    z-index: 2;
  }
  .home .home-cont {
    padding: 180px 0 120px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 64% 36%;
        grid-template-columns: 64% 36%;
  }
  .home .home-cont .home-cont-left .home-cont-left-top {
    margin-bottom: 33px;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h3 {
    margin-bottom: 27px;
    font-size: 24px;
    font-family: Poppins, sans-serif;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h1 {
    margin-bottom: 0px;
    font-size: 58px;
    font-family: Poppins, sans-serif;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h2 {
    font-size: 38px;
    font-family: Poppins, sans-serif;
    margin-bottom: 20px;
  }
  .home .home-cont .home-cont-left p {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }
  .home .home-cont .home-cont-left .home-cont-btns {
    margin-top: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
  .home .home-cont .home-cont-right {
    position: relative;
  }
  .home .home-cont .home-cont-right .home-cont-right-main {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .home .home-cont .home-cont-right .home-cont-right-main img {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }
  .home .home-cont .home-cont-right .home-cont-right-main .home-cont-right-main-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-column-gap: 14px;
            column-gap: 14px;
    position: absolute;
    top: -30px;
    right: 0px;
    border-radius: 5px;
    background: white;
  }
  .home .home-cont .home-cont-right img {
    position: absolute;
    width: 80px;
    height: 80px;
  }
  .home .home-cont .home-cont-right .ill {
    bottom: -20px;
    left: -150px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home .home-cont .home-cont-right .ps {
    bottom: -20px;
    right: -10px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home .home-cont .home-cont-right .fig {
    top: 20px;
    left: -60px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home p[id=absHome] {
    position: absolute;
    font-size: 58px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    top: 50%;
    left: 0;
    margin: 0;
    line-height: .8;
    -webkit-transform: translateY(-50%) scale(-1);
            transform: translateY(-50%) scale(-1);
    z-index: -1;
    display: none;
  }
  .feature {
    z-index: 3;
    position: relative;
  }
  .feature .feature-cont {
    padding: 4rem 0 7rem;
    position: relative;
  }
  .feature .feature-cont .feature-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-columns: calc(100%/2.05) calc(100%/2.05);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    row-gap: 20px;
  }
  .feature .feature-cont .feature-cards .feature-card {
    padding: 40px 20px;
    border-radius: 5px;
    position: relative;
    z-index: 3;
    overflow: hidden;
  }
  .feature .feature-cont .feature-cards .feature-card .feature-card-svg-box {
    margin-bottom: 32px;
    width: 60px;
    height: 60px;
    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;
    padding: 9px;
    border-radius: 10px;
  }
  .feature .feature-cont .feature-cards .feature-card .feature-card-svg-box svg {
    width: 100%;
    height: 100%;
  }
  .feature .feature-cont .feature-cards .feature-card h1 {
    font-size: 22px;
    margin-bottom: 22px;
    font-family: Poppins, sans-serif;
  }
  .feature .feature-cont .feature-cards .feature-card p {
    font-family: Roboto, sans-serif;
    margin-bottom: 23px;
  }
  .feature .feature-cont .feature-cards .feature-card::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    border-radius: 0 0 90% 90%;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .feature .feature-cont .feature-cards .feature-card:hover::before {
    height: 110%;
    border-radius: 0%;
  }
  .feature .feature-cont img {
    width: 50px;
    height: 50px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 40px;
    -webkit-animation: featureBounce;
            animation: featureBounce;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    top: unset;
  }
  .feature img {
    width: 100%;
    height: 130px;
    z-index: 1;
    position: absolute;
    top: -50px;
  }
  .touch {
    padding: 5rem 0;
  }
  .touch .touch-cont {
    padding: 70px 40px;
    position: relative;
    z-index: 3;
    border-radius: 10px;
    background: url(../assets/cta-bg-shape.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  .touch .touch-cont img {
    z-index: -1;
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 399px;
    bottom: 0;
    right: 50px;
  }
  .portofolio .portofolio-cont {
    padding: 5rem 0;
  }
  .portofolio .portofolio-cont .port-all {
    margin-top: 50px;
  }
  .portofolio .portofolio-cont .port-all .port-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .portofolio .portofolio-cont .port-all .port-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100%/2.03) calc(100%/2.03);
        grid-template-columns: calc(100%/2.03) calc(100%/2.03);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 40px;
    margin-top: 30px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card {
    padding: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    border-radius: 10px;
    -webkit-transition: 3s;
    transition: 3s;
    position: relative;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card:hover .port-card-right img {
    -webkit-transform: scale(1.4) rotate(18deg);
            transform: scale(1.4) rotate(18deg);
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left {
    padding: 0 10px 0 0;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left .port-card-left-inset {
    padding: 8px 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 5px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left h1 {
    font-size: 16px;
    font-family: Poppins, sans-serif;
    margin-bottom: 9px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left p {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    margin-bottom: 14px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-right {
    overflow: hidden;
    border-radius: 10px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  .portofolio .portofolio-cont .port-all .port-cards .activePortCard {
    -webkit-animation: portofolio .4s;
            animation: portofolio .4s;
  }
  .portofolio .portofolio-cont .port-all .port-cards .hidePortCard {
    display: none;
  }
  .team .team-cont .team-cont-inner {
    display: -ms-grid;
    display: grid;
    margin-top: 70px;
    -ms-grid-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-columns: calc(100%/2.05) calc(100%/2.05);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 80px;
  }
  .team .team-cont .team-cont-inner .team-cont-in {
    padding: 70px 13px 30px;
    position: relative;
    border-radius: 5px;
  }
  .team .team-cont .team-cont-inner .team-cont-in:hover .team-quick-info .team-quick-info-right .team-quick-info-right-abs {
    max-height: 1000px;
    -webkit-transition: 1.4s;
    transition: 1.4s;
  }
  .team .team-cont .team-cont-inner .team-cont-in:hover .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner {
    top: 0;
    opacity: 1;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-card-profile {
    border: 3px solid transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 2px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-card-profile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
  }
  .team .team-cont .team-cont-inner .team-cont-in h2 {
    font-family: Poppins, sans-serif;
    font-size: 22px;
  }
  .team .team-cont .team-cont-inner .team-cont-in p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left a svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 42px;
    height: 42px;
    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;
    padding: 12px;
    border-radius: 50px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs {
    border-radius: 50px;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
    z-index: -1;
    width: 100%;
    left: 0;
    max-height: 0px;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px;
    border-radius: inherit;
    position: relative;
    top: -30px;
    padding: 5px 0;
    opacity: 0;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 40px;
    height: 40px;
    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;
    padding: 10px;
    border-radius: 50%;
    position: relative;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a:last-of-type {
    margin-bottom: 40px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a:first-of-type {
    margin-top: 10px;
  }
}

@media (max-width: 1045px) {
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  :root {
    --ps: #03a9f4;
    --ai: #ff5722;
    --pr: #e040fb;
    --bl: #ff6d00;
  }
  svg, img {
    width: 30px;
    height: 30px;
  }
  body {
    overflow-x: hidden;
  }
  .container {
    width: 96%;
    margin: auto;
    position: relative;
    -webkit-transition: .8s;
    transition: .8s;
  }
  .container .btn {
    padding: 10px 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
  }
  .container .btn svg {
    width: 18px;
    height: 18px;
    margin-left: 10px;
  }
  .container .pre-title {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: Roboto, sans-serif;
  }
  .container .title {
    font-size: 38px;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    line-height: 57.6px;
  }
  .container .center-title {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .container .center-pretitle {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .container .logo {
    width: 115px;
    height: 40px;
  }
  .container .links {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 8px;
    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;
  }
  .container .links svg {
    width: 100%;
    height: 100%;
  }
  .showCont {
    top: 0;
    opacity: 1;
  }
  .nav {
    padding: 10px 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 0px;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .nav .nav-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px;
  }
  .nav .nav-cont nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 41px;
            column-gap: 41px;
  }
  .nav .nav-cont nav a {
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    font-family: Roboto, sans-serif;
  }
  .fixNav {
    top: -150px;
  }
  .home {
    position: relative;
    z-index: 2;
  }
  .home .home-cont {
    padding: 180px 0 120px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 64% 36%;
        grid-template-columns: 64% 36%;
  }
  .home .home-cont .home-cont-left .home-cont-left-top {
    margin-bottom: 33px;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h3 {
    margin-bottom: 27px;
    font-size: 24px;
    font-family: Poppins, sans-serif;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h1 {
    margin-bottom: 0px;
    font-size: 58px;
    font-family: Poppins, sans-serif;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h2 {
    font-size: 38px;
    font-family: Poppins, sans-serif;
    margin-bottom: 20px;
  }
  .home .home-cont .home-cont-left p {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }
  .home .home-cont .home-cont-left .home-cont-btns {
    margin-top: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
  .home .home-cont .home-cont-right {
    position: relative;
  }
  .home .home-cont .home-cont-right .home-cont-right-main {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .home .home-cont .home-cont-right .home-cont-right-main img {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }
  .home .home-cont .home-cont-right .home-cont-right-main .home-cont-right-main-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-column-gap: 14px;
            column-gap: 14px;
    position: absolute;
    top: -30px;
    right: 0px;
    border-radius: 5px;
    background: white;
  }
  .home .home-cont .home-cont-right img {
    position: absolute;
    width: 80px;
    height: 80px;
  }
  .home .home-cont .home-cont-right .ill {
    bottom: -20px;
    left: -150px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home .home-cont .home-cont-right .ps {
    bottom: -20px;
    right: -10px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home .home-cont .home-cont-right .fig {
    top: 20px;
    left: -60px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home p[id=absHome] {
    position: absolute;
    font-size: 58px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    top: 50%;
    left: 0;
    margin: 0;
    line-height: .8;
    -webkit-transform: translateY(-50%) scale(-1);
            transform: translateY(-50%) scale(-1);
    z-index: -1;
    display: none;
  }
  .feature {
    z-index: 3;
    position: relative;
  }
  .feature .feature-cont {
    padding: 4rem 0 7rem;
    position: relative;
  }
  .feature .feature-cont .feature-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-columns: calc(100%/2.05) calc(100%/2.05);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    row-gap: 20px;
  }
  .feature .feature-cont .feature-cards .feature-card {
    padding: 40px 20px;
    border-radius: 5px;
    position: relative;
    z-index: 3;
    overflow: hidden;
  }
  .feature .feature-cont .feature-cards .feature-card .feature-card-svg-box {
    margin-bottom: 32px;
    width: 60px;
    height: 60px;
    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;
    padding: 9px;
    border-radius: 10px;
  }
  .feature .feature-cont .feature-cards .feature-card .feature-card-svg-box svg {
    width: 100%;
    height: 100%;
  }
  .feature .feature-cont .feature-cards .feature-card h1 {
    font-size: 22px;
    margin-bottom: 22px;
    font-family: Poppins, sans-serif;
  }
  .feature .feature-cont .feature-cards .feature-card p {
    font-family: Roboto, sans-serif;
    margin-bottom: 23px;
  }
  .feature .feature-cont .feature-cards .feature-card::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    border-radius: 0 0 90% 90%;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .feature .feature-cont .feature-cards .feature-card:hover::before {
    height: 110%;
    border-radius: 0%;
  }
  .feature .feature-cont img {
    width: 50px;
    height: 50px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 40px;
    -webkit-animation: featureBounce;
            animation: featureBounce;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    top: unset;
  }
  .feature img {
    width: 100%;
    height: 130px;
    z-index: 1;
    position: absolute;
    top: -50px;
  }
  .touch {
    padding: 5rem 0;
  }
  .touch .touch-cont {
    padding: 70px 40px;
    position: relative;
    z-index: 3;
    border-radius: 10px;
    background: url(../assets/cta-bg-shape.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  .touch .touch-cont img {
    z-index: -1;
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 399px;
    bottom: 0;
    right: 50px;
  }
  .portofolio .portofolio-cont {
    padding: 5rem 0;
  }
  .portofolio .portofolio-cont .port-all {
    margin-top: 50px;
  }
  .portofolio .portofolio-cont .port-all .port-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .portofolio .portofolio-cont .port-all .port-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100%/2.03) calc(100%/2.03);
        grid-template-columns: calc(100%/2.03) calc(100%/2.03);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 40px;
    margin-top: 30px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card {
    padding: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    border-radius: 10px;
    -webkit-transition: 3s;
    transition: 3s;
    position: relative;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card:hover .port-card-right img {
    -webkit-transform: scale(1.4) rotate(18deg);
            transform: scale(1.4) rotate(18deg);
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left {
    padding: 0 10px 0 0;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left .port-card-left-inset {
    padding: 8px 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 5px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left h1 {
    font-size: 16px;
    font-family: Poppins, sans-serif;
    margin-bottom: 9px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left p {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    margin-bottom: 14px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-right {
    overflow: hidden;
    border-radius: 10px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  .portofolio .portofolio-cont .port-all .port-cards .activePortCard {
    -webkit-animation: portofolio .4s;
            animation: portofolio .4s;
  }
  .portofolio .portofolio-cont .port-all .port-cards .hidePortCard {
    display: none;
  }
  .team .team-cont .team-cont-inner {
    display: -ms-grid;
    display: grid;
    margin-top: 70px;
    -ms-grid-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-columns: calc(100%/2.05) calc(100%/2.05);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 80px;
  }
  .team .team-cont .team-cont-inner .team-cont-in {
    padding: 70px 13px 30px;
    position: relative;
    border-radius: 5px;
  }
  .team .team-cont .team-cont-inner .team-cont-in:hover .team-quick-info .team-quick-info-right .team-quick-info-right-abs {
    max-height: 1000px;
    -webkit-transition: 1.4s;
    transition: 1.4s;
  }
  .team .team-cont .team-cont-inner .team-cont-in:hover .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner {
    top: 0;
    opacity: 1;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-card-profile {
    border: 3px solid transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 2px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-card-profile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
  }
  .team .team-cont .team-cont-inner .team-cont-in h2 {
    font-family: Poppins, sans-serif;
    font-size: 22px;
  }
  .team .team-cont .team-cont-inner .team-cont-in p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left a svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 42px;
    height: 42px;
    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;
    padding: 12px;
    border-radius: 50px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs {
    border-radius: 50px;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
    z-index: -1;
    width: 100%;
    left: 0;
    max-height: 0px;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px;
    border-radius: inherit;
    position: relative;
    top: -30px;
    padding: 5px 0;
    opacity: 0;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 40px;
    height: 40px;
    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;
    padding: 10px;
    border-radius: 50%;
    position: relative;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a:last-of-type {
    margin-bottom: 40px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a:first-of-type {
    margin-top: 10px;
  }
}

@media (max-width: 892px) {
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  :root {
    --ps: #03a9f4;
    --ai: #ff5722;
    --pr: #e040fb;
    --bl: #ff6d00;
  }
  svg, img {
    width: 30px;
    height: 30px;
  }
  body {
    overflow-x: hidden;
    position: relative;
  }
  .container {
    width: 96%;
    margin: auto;
    position: relative;
    -webkit-transition: .8s;
    transition: .8s;
  }
  .container .btn {
    padding: 10px 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
  }
  .container .btn svg {
    width: 18px;
    height: 18px;
    margin-left: 10px;
  }
  .container .pre-title {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: Roboto, sans-serif;
  }
  .container .title {
    font-size: 32px;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    line-height: 57.6px;
  }
  .container .center-title {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .container .center-pretitle {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .container .logo {
    width: 115px;
    height: 40px;
  }
  .container .links {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 8px;
    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;
  }
  .container .links svg {
    width: 100%;
    height: 100%;
  }
  .showCont {
    top: 0;
    opacity: 1;
  }
  .nav {
    border: none;
    padding: 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 0px;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .nav .nav-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px;
  }
  .nav .nav-cont nav {
    display: unset;
    -webkit-column-gap: 41px;
            column-gap: 41px;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 0;
    height: 100vh;
    right: -280px;
    overflow-y: scroll;
    -webkit-transition: .8s;
    transition: .8s;
    z-index: 11;
    -webkit-box-shadow: #f5f9fc -6px -6px 10px 0px, rgba(127, 163, 199, 0.3) 4px 3px 15px 0px;
            box-shadow: #f5f9fc -6px -6px 10px 0px, rgba(127, 163, 199, 0.3) 4px 3px 15px 0px;
    background: linear-gradient(103deg, #e3edf7, #ffffff);
    overflow-x: hidden;
  }
  .nav .nav-cont nav .nav-close {
    display: block;
    margin: 20px 0;
    left: 10px;
    position: relative;
    width: 30px;
    height: 30px;
  }
  .nav .nav-cont nav .nav-close svg {
    width: 100%;
    height: 100%;
  }
  .nav .nav-cont nav a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    width: 240px;
    padding: 10px;
    margin: 10px 0;
    -webkit-transition: .8s;
    transition: .8s;
    position: relative;
    left: 0;
  }
  .nav .nav-cont nav a:hover {
    left: 15px;
    color: #e70280;
  }
  .nav .nav-cont .nav-btn {
    display: block;
  }
  .nav .nav-cont .navOpen {
    right: -2%;
  }
  .nav .logo {
    margin: 10px 0;
  }
  .fixNav {
    top: -150px;
  }
  .home {
    position: relative;
    z-index: 2;
  }
  .home .home-cont {
    padding: 180px 0 120px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 64% 36%;
        grid-template-columns: 64% 36%;
  }
  .home .home-cont .home-cont-left .home-cont-left-top {
    margin-bottom: 33px;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h3 {
    margin-bottom: 27px;
    font-size: 24px;
    font-family: Poppins, sans-serif;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h1 {
    margin-bottom: 0px;
    font-size: 48px;
    font-family: Poppins, sans-serif;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h2 {
    font-size: 32px;
    font-family: Poppins, sans-serif;
    margin-bottom: 20px;
  }
  .home .home-cont .home-cont-left p {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }
  .home .home-cont .home-cont-left .home-cont-btns {
    margin-top: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
  .home .home-cont .home-cont-right {
    position: relative;
  }
  .home .home-cont .home-cont-right .home-cont-right-main {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .home .home-cont .home-cont-right .home-cont-right-main img {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }
  .home .home-cont .home-cont-right .home-cont-right-main .home-cont-right-main-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-column-gap: 14px;
            column-gap: 14px;
    position: absolute;
    top: -30px;
    right: 0px;
    border-radius: 5px;
    background: white;
  }
  .home .home-cont .home-cont-right img {
    position: absolute;
    width: 80px;
    height: 80px;
  }
  .home .home-cont .home-cont-right .ill {
    bottom: -20px;
    left: -150px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home .home-cont .home-cont-right .ps {
    bottom: -20px;
    right: -10px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home .home-cont .home-cont-right .fig {
    top: 20px;
    left: -60px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home p[id=absHome] {
    position: absolute;
    font-size: 48px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    top: 50%;
    left: 0;
    margin: 0;
    line-height: .8;
    -webkit-transform: translateY(-50%) scale(-1);
            transform: translateY(-50%) scale(-1);
    z-index: -1;
    display: none;
  }
  .feature {
    z-index: 3;
    position: relative;
  }
  .feature .feature-cont {
    padding: 4rem 0 7rem;
    position: relative;
  }
  .feature .feature-cont .feature-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-columns: calc(100%/2.05) calc(100%/2.05);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    row-gap: 20px;
  }
  .feature .feature-cont .feature-cards .feature-card {
    padding: 40px 20px;
    border-radius: 5px;
    position: relative;
    z-index: 3;
    overflow: hidden;
  }
  .feature .feature-cont .feature-cards .feature-card .feature-card-svg-box {
    margin-bottom: 32px;
    width: 60px;
    height: 60px;
    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;
    padding: 9px;
    border-radius: 10px;
  }
  .feature .feature-cont .feature-cards .feature-card .feature-card-svg-box svg {
    width: 100%;
    height: 100%;
  }
  .feature .feature-cont .feature-cards .feature-card h1 {
    font-size: 22px;
    margin-bottom: 22px;
    font-family: Poppins, sans-serif;
  }
  .feature .feature-cont .feature-cards .feature-card p {
    font-family: Roboto, sans-serif;
    margin-bottom: 23px;
  }
  .feature .feature-cont .feature-cards .feature-card::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    border-radius: 0 0 90% 90%;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .feature .feature-cont .feature-cards .feature-card:hover::before {
    height: 110%;
    border-radius: 0%;
  }
  .feature .feature-cont img {
    width: 50px;
    height: 50px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 40px;
    -webkit-animation: featureBounce;
            animation: featureBounce;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    top: unset;
  }
  .feature img {
    width: 100%;
    height: 130px;
    z-index: 1;
    position: absolute;
    top: -50px;
  }
  .touch {
    padding: 5rem 0;
  }
  .touch .touch-cont {
    padding: 70px 40px;
    position: relative;
    z-index: 3;
    border-radius: 10px;
    background: url(../assets/cta-bg-shape.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  .touch .touch-cont img {
    z-index: -1;
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 399px;
    bottom: 0;
    right: 50px;
  }
  .portofolio .portofolio-cont {
    padding: 5rem 0;
  }
  .portofolio .portofolio-cont .port-all {
    margin-top: 3   0px;
  }
  .portofolio .portofolio-cont .port-all .port-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .portofolio .portofolio-cont .port-all .port-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-columns: calc(100%/2.05) calc(100%/2.05);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 40px;
    margin-top: 30px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
    -webkit-transition: 3s;
    transition: 3s;
    position: relative;
    row-gap: 20px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card:hover .port-card-right img {
    -webkit-transform: scale(1.4) rotate(18deg);
            transform: scale(1.4) rotate(18deg);
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left {
    padding: 0 10px 0 0;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left .port-card-left-inset {
    padding: 8px 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 5px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left h1 {
    font-size: 22px;
    font-family: Poppins, sans-serif;
    margin-bottom: 9px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left p {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    margin-bottom: 14px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-right {
    overflow: hidden;
    border-radius: 10px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  .portofolio .portofolio-cont .port-all .port-cards .activePortCard {
    -webkit-animation: portofolio .4s;
            animation: portofolio .4s;
  }
  .portofolio .portofolio-cont .port-all .port-cards .hidePortCard {
    display: none;
  }
  .team .team-cont .team-cont-inner {
    display: -ms-grid;
    display: grid;
    margin-top: 70px;
    -ms-grid-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-columns: calc(100%/2.05) calc(100%/2.05);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 80px;
  }
  .team .team-cont .team-cont-inner .team-cont-in {
    padding: 70px 13px 30px;
    position: relative;
    border-radius: 5px;
  }
  .team .team-cont .team-cont-inner .team-cont-in:hover .team-quick-info .team-quick-info-right .team-quick-info-right-abs {
    max-height: 1000px;
    -webkit-transition: 1.4s;
    transition: 1.4s;
  }
  .team .team-cont .team-cont-inner .team-cont-in:hover .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner {
    top: 0;
    opacity: 1;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-card-profile {
    border: 3px solid transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 2px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-card-profile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
  }
  .team .team-cont .team-cont-inner .team-cont-in h2 {
    font-family: Poppins, sans-serif;
    font-size: 22px;
  }
  .team .team-cont .team-cont-inner .team-cont-in p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left a svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 42px;
    height: 42px;
    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;
    padding: 12px;
    border-radius: 50px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs {
    border-radius: 50px;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
    z-index: -1;
    width: 100%;
    left: 0;
    max-height: 0px;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px;
    border-radius: inherit;
    position: relative;
    top: -30px;
    padding: 5px 0;
    opacity: 0;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 40px;
    height: 40px;
    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;
    padding: 10px;
    border-radius: 50%;
    position: relative;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a:last-of-type {
    margin-bottom: 40px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a:first-of-type {
    margin-top: 10px;
  }
}

@media (max-width: 837px) {
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  :root {
    --ps: #03a9f4;
    --ai: #ff5722;
    --pr: #e040fb;
    --bl: #ff6d00;
  }
  svg, img {
    width: 30px;
    height: 30px;
  }
  body {
    overflow-x: hidden;
    position: relative;
  }
  .container {
    width: 96%;
    margin: auto;
    position: relative;
    -webkit-transition: .8s;
    transition: .8s;
  }
  .container .btn {
    padding: 10px 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
  }
  .container .btn svg {
    width: 18px;
    height: 18px;
    margin-left: 10px;
  }
  .container .pre-title {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: Roboto, sans-serif;
  }
  .container .title {
    font-size: 32px;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    line-height: 47.6px;
  }
  .container .center-title {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .container .center-pretitle {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .container .logo {
    width: 115px;
    height: 40px;
  }
  .container .links {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 8px;
    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;
  }
  .container .links svg {
    width: 100%;
    height: 100%;
  }
  .showCont {
    top: 0;
    opacity: 1;
  }
  .nav {
    border: none;
    padding: 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 0px;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .nav .nav-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px;
  }
  .nav .nav-cont nav {
    display: unset;
    -webkit-column-gap: 41px;
            column-gap: 41px;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 0;
    height: 100vh;
    right: -280px;
    overflow-y: scroll;
    -webkit-transition: .8s;
    transition: .8s;
    z-index: 11;
  }
  .nav .nav-cont nav .nav-close {
    display: block;
    margin: 20px 0;
    left: 10px;
    position: relative;
    width: 30px;
    height: 30px;
  }
  .nav .nav-cont nav .nav-close svg {
    width: 100%;
    height: 100%;
  }
  .nav .nav-cont nav a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    width: 240px;
    padding: 10px;
    margin: 10px 0;
  }
  .nav .nav-cont .nav-btn {
    display: block;
  }
  .nav .nav-cont .navOpen {
    right: -2%;
  }
  .nav .logo {
    margin: 10px 0;
  }
  .fixNav {
    top: -150px;
  }
  .home {
    position: relative;
    z-index: 2;
  }
  .home .home-cont {
    padding: 180px 0 120px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 64% 36%;
        grid-template-columns: 64% 36%;
  }
  .home .home-cont .home-cont-left .home-cont-left-top {
    margin-bottom: 33px;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h3 {
    margin-bottom: 27px;
    font-size: 24px;
    font-family: Poppins, sans-serif;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h1 {
    margin-bottom: 0px;
    font-size: 48px;
    font-family: Poppins, sans-serif;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h2 {
    font-size: 32px;
    font-family: Poppins, sans-serif;
    margin-bottom: 20px;
  }
  .home .home-cont .home-cont-left p {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }
  .home .home-cont .home-cont-left .home-cont-btns {
    margin-top: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
  .home .home-cont .home-cont-right {
    position: relative;
  }
  .home .home-cont .home-cont-right .home-cont-right-main {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .home .home-cont .home-cont-right .home-cont-right-main img {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }
  .home .home-cont .home-cont-right .home-cont-right-main .home-cont-right-main-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-column-gap: 14px;
            column-gap: 14px;
    position: absolute;
    top: -30px;
    right: 0px;
    border-radius: 5px;
    background: white;
  }
  .home .home-cont .home-cont-right img {
    position: absolute;
    width: 80px;
    height: 80px;
  }
  .home .home-cont .home-cont-right .ill {
    bottom: -20px;
    left: -150px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home .home-cont .home-cont-right .ps {
    bottom: -20px;
    right: -10px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home .home-cont .home-cont-right .fig {
    top: 20px;
    left: -60px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home p[id=absHome] {
    position: absolute;
    font-size: 48px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    top: 50%;
    left: 0;
    margin: 0;
    line-height: .8;
    -webkit-transform: translateY(-50%) scale(-1);
            transform: translateY(-50%) scale(-1);
    z-index: -1;
    display: none;
  }
  .about .about-cont {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 52% 45%;
        grid-template-columns: 52% 45%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 110px 0 106px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about .about-cont .about-cont-left {
    position: relative;
    z-index: 3;
  }
  .about .about-cont .about-cont-left img {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .about .about-cont .about-cont-left .about-cont-abs {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 20px;
    left: 90px;
    z-index: -1;
    -webkit-animation: abt-bounce;
            animation: abt-bounce;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  .about .about-cont .about-cont-left .about-cont-abs img {
    width: 100%;
    height: 100%;
  }
  .about .about-cont .about-cont-right p {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    line-height: 24px;
    margin-bottom: 26px;
  }
  .about .about-cont .about-cont-right .tabs {
    margin-bottom: 25px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-areas: 'btn1 btn2' 'btn3 btn3';
    row-gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons button {
    width: 100%;
    cursor: pointer;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons .abtBtn1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: btn1;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons .abtBtn2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: btn2;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons .abtBtn3 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: btn3;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 10px;
            column-gap: 10px;
    -webkit-animation-name: tabShow;
            animation-name: tabShow;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    position: relative;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li span::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li .tab-li-cnt h2 {
    padding: 0;
    line-height: 16px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li .tab-li-cnt h3 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
  }
  .feature {
    z-index: 3;
    position: relative;
  }
  .feature .feature-cont {
    padding: 4rem 0 7rem;
    position: relative;
  }
  .feature .feature-cont .feature-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-columns: calc(100%/2.05) calc(100%/2.05);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    row-gap: 20px;
  }
  .feature .feature-cont .feature-cards .feature-card {
    padding: 40px 20px;
    border-radius: 5px;
    position: relative;
    z-index: 3;
    overflow: hidden;
  }
  .feature .feature-cont .feature-cards .feature-card .feature-card-svg-box {
    margin-bottom: 32px;
    width: 60px;
    height: 60px;
    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;
    padding: 9px;
    border-radius: 10px;
  }
  .feature .feature-cont .feature-cards .feature-card .feature-card-svg-box svg {
    width: 100%;
    height: 100%;
  }
  .feature .feature-cont .feature-cards .feature-card h1 {
    font-size: 22px;
    margin-bottom: 22px;
    font-family: Poppins, sans-serif;
  }
  .feature .feature-cont .feature-cards .feature-card p {
    font-family: Roboto, sans-serif;
    margin-bottom: 23px;
  }
  .feature .feature-cont .feature-cards .feature-card::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    border-radius: 0 0 90% 90%;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .feature .feature-cont .feature-cards .feature-card:hover::before {
    height: 110%;
    border-radius: 0%;
  }
  .feature .feature-cont img {
    width: 50px;
    height: 50px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 40px;
    -webkit-animation: featureBounce;
            animation: featureBounce;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    top: unset;
  }
  .feature img {
    width: 100%;
    height: 100px;
    z-index: 1;
    position: absolute;
    top: -50px;
  }
  .touch {
    padding: 5rem 0;
  }
  .touch .touch-cont {
    padding: 70px 40px;
    position: relative;
    z-index: 3;
    border-radius: 10px;
    background: url(../assets/cta-bg-shape.png);
    background-repeat: no-repeat;
    background-position: right center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .touch .touch-cont img {
    z-index: -1;
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 399px;
    bottom: 0;
    right: 50px;
    display: none;
  }
  .skills .skills-cont {
    padding: 4rem 0;
  }
  .skills .skills-cont .skills-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-columns: calc(100%/2.05) calc(100%/2.05);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 20px;
  }
  .skills .skills-cont .skills-cards .skill-card {
    padding: 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    border-radius: 10px;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-svg {
    width: 60px;
    height: 60px;
    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;
    padding: 11px;
    border-radius: 50%;
    margin: auto;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-svg svg {
    width: 100%;
    height: 100%;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-name {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-progr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 10px;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 50px;
    position: relative;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-progr .skill-crd-progr-num {
    position: absolute;
    top: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 800;
    line-height: 0;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    bottom: 100%;
  }
  .portofolio .portofolio-cont {
    padding: 5rem 0;
  }
  .portofolio .portofolio-cont .port-all {
    margin-top: 3   0px;
  }
  .portofolio .portofolio-cont .port-all .port-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .portofolio .portofolio-cont .port-all .port-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-columns: calc(100%/2.05) calc(100%/2.05);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 40px;
    margin-top: 30px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
    -webkit-transition: 3s;
    transition: 3s;
    position: relative;
    row-gap: 20px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card:hover .port-card-right img {
    -webkit-transform: scale(1.4) rotate(18deg);
            transform: scale(1.4) rotate(18deg);
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left {
    padding: 0 10px 0 0;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left .port-card-left-inset {
    padding: 8px 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 5px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left h1 {
    font-size: 22px;
    font-family: Poppins, sans-serif;
    margin-bottom: 9px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left p {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    margin-bottom: 14px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-right {
    overflow: hidden;
    border-radius: 10px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  .portofolio .portofolio-cont .port-all .port-cards .activePortCard {
    -webkit-animation: portofolio .4s;
            animation: portofolio .4s;
  }
  .portofolio .portofolio-cont .port-all .port-cards .hidePortCard {
    display: none;
  }
  .team .team-cont .team-cont-inner {
    display: -ms-grid;
    display: grid;
    margin-top: 70px;
    -ms-grid-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-columns: calc(100%/2.05) calc(100%/2.05);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 80px;
  }
  .team .team-cont .team-cont-inner .team-cont-in {
    padding: 70px 13px 30px;
    position: relative;
    border-radius: 5px;
  }
  .team .team-cont .team-cont-inner .team-cont-in:hover .team-quick-info .team-quick-info-right .team-quick-info-right-abs {
    max-height: 1000px;
    -webkit-transition: 1.4s;
    transition: 1.4s;
  }
  .team .team-cont .team-cont-inner .team-cont-in:hover .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner {
    top: 0;
    opacity: 1;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-card-profile {
    border: 3px solid transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 2px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-card-profile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
  }
  .team .team-cont .team-cont-inner .team-cont-in h2 {
    font-family: Poppins, sans-serif;
    font-size: 22px;
  }
  .team .team-cont .team-cont-inner .team-cont-in p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left a svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 42px;
    height: 42px;
    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;
    padding: 12px;
    border-radius: 50px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs {
    border-radius: 50px;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
    z-index: -1;
    width: 100%;
    left: 0;
    max-height: 0px;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px;
    border-radius: inherit;
    position: relative;
    top: -30px;
    padding: 5px 0;
    opacity: 0;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 40px;
    height: 40px;
    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;
    padding: 10px;
    border-radius: 50%;
    position: relative;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a:last-of-type {
    margin-bottom: 40px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a:first-of-type {
    margin-top: 10px;
  }
  .contact .contact-cont .contact-cont-sp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-columns: calc(100%/2.05) calc(100%/2.05);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 20px;
  }
  .contact .contact-cont .contact-cont-sp .contact-cont-sp-right {
    font-family: Poppins, sans-serif;
  }
  .contact .contact-cont .bottom {
    margin-top: 20px;
  }
  .contact .contact-cont .bottom form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
    row-gap: 10px;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact .contact-cont .bottom form input, .contact .contact-cont .bottom form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
    outline: none;
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }
  .contact .contact-cont .bottom form textarea {
    height: 100px;
    resize: none;
  }
  .contact .contact-cont .bottom form button {
    margin: 30px 0 0;
  }
  .contact .contact-cont .bottom form .contact-cont-sp-form-pt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
  .contact .contact-cont .bottom form .contact-cont-sp-form-pt input {
    width: 100%;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right {
    width: 100%;
    height: 100%;
    padding: 30px 20px;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right .contact-cont-sp-right-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-column-gap: 13px;
            column-gap: 13px;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right .contact-cont-sp-right-bottom .contact-cont-sp-right-bottom-svg {
    width: 70px;
    height: 70px;
    padding: 13px;
    border-radius: 5px;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right .contact-cont-sp-right-bottom .contact-cont-sp-right-bottom-svg svg {
    width: 100%;
    height: 100%;
  }
  .footer .footer-cont {
    padding: 3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .footer .footer-cont p {
    margin: 20px 0;
    width: 80%;
    font-family: Poppins, sans-serif;
    text-align: center;
    font-size: 16px;
  }
  .footer .footer-cont .footer-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
}

@media (max-width: 757px) {
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  :root {
    --ps: #03a9f4;
    --ai: #ff5722;
    --pr: #e040fb;
    --bl: #ff6d00;
  }
  svg, img {
    width: 30px;
    height: 30px;
  }
  body {
    overflow-x: hidden;
    position: relative;
  }
  .container {
    width: 96%;
    margin: auto;
    position: relative;
    -webkit-transition: .8s;
    transition: .8s;
  }
  .container .btn {
    padding: 10px 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
  }
  .container .btn svg {
    width: 18px;
    height: 18px;
    margin-left: 10px;
  }
  .container .pre-title {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: Roboto, sans-serif;
  }
  .container .title {
    font-size: 32px;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    line-height: 40.6px;
  }
  .container .center-title {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .container .center-pretitle {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .container .logo {
    width: 115px;
    height: 40px;
  }
  .container .links {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 8px;
    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;
  }
  .container .links svg {
    width: 100%;
    height: 100%;
  }
  .showCont {
    top: 0;
    opacity: 1;
  }
  .nav {
    border: none;
    padding: 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 0px;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .nav .nav-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px;
  }
  .nav .nav-cont nav {
    display: unset;
    -webkit-column-gap: 41px;
            column-gap: 41px;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 0;
    height: 100vh;
    right: -280px;
    overflow-y: scroll;
    -webkit-transition: .8s;
    transition: .8s;
    z-index: 11;
  }
  .nav .nav-cont nav .nav-close {
    display: block;
    margin: 20px 0;
    left: 10px;
    position: relative;
    width: 30px;
    height: 30px;
  }
  .nav .nav-cont nav .nav-close svg {
    width: 100%;
    height: 100%;
  }
  .nav .nav-cont nav a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    width: 240px;
    padding: 10px;
    margin: 10px 0;
  }
  .nav .nav-cont .nav-btn {
    display: block;
  }
  .nav .nav-cont .navOpen {
    right: -2%;
  }
  .nav .logo {
    margin: 10px 0;
  }
  .fixNav {
    top: -150px;
  }
  .home {
    position: relative;
    z-index: 2;
  }
  .home .home-cont {
    padding: 180px 0 120px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .home .home-cont .home-cont-left .home-cont-left-top {
    margin-bottom: 33px;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h3 {
    margin-bottom: 27px;
    font-size: 24px;
    font-family: Poppins, sans-serif;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h1 {
    margin-bottom: 0px;
    font-size: 48px;
    font-family: Poppins, sans-serif;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h2 {
    font-size: 32px;
    font-family: Poppins, sans-serif;
    margin-bottom: 20px;
  }
  .home .home-cont .home-cont-left p {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }
  .home .home-cont .home-cont-left .home-cont-btns {
    margin-top: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
  .home .home-cont .home-cont-right {
    position: relative;
    display: none;
  }
  .home .home-cont .home-cont-right .home-cont-right-main {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .home .home-cont .home-cont-right .home-cont-right-main img {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }
  .home .home-cont .home-cont-right .home-cont-right-main .home-cont-right-main-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-column-gap: 14px;
            column-gap: 14px;
    position: absolute;
    top: -30px;
    right: 0px;
    border-radius: 5px;
    background: white;
  }
  .home .home-cont .home-cont-right img {
    position: absolute;
    width: 80px;
    height: 80px;
  }
  .home .home-cont .home-cont-right .ill {
    bottom: -20px;
    left: -150px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home .home-cont .home-cont-right .ps {
    bottom: -20px;
    right: -10px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home .home-cont .home-cont-right .fig {
    top: 20px;
    left: -60px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home p[id=absHome] {
    position: absolute;
    font-size: 48px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    top: 50%;
    left: 0;
    margin: 0;
    line-height: .8;
    -webkit-transform: translateY(-50%) scale(-1);
            transform: translateY(-50%) scale(-1);
    z-index: -1;
    display: none;
  }
  .about .about-cont {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 110px 0 106px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about .about-cont .about-cont-left {
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
  }
  .about .about-cont .about-cont-left img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .about .about-cont .about-cont-left .about-cont-abs {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 20px;
    left: 90px;
    z-index: -1;
    -webkit-animation: abt-bounce;
            animation: abt-bounce;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  .about .about-cont .about-cont-left .about-cont-abs img {
    width: 100%;
    height: 100%;
  }
  .about .about-cont .about-cont-right p {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    line-height: 24px;
    margin-bottom: 26px;
  }
  .about .about-cont .about-cont-right .tabs {
    margin-bottom: 25px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons {
    display: -ms-grid;
    display: grid;
        grid-template-areas: none;
    -ms-grid-columns: calc(100%/3.25) calc(100%/3.25) calc(100%/3.25);
        grid-template-columns: calc(100%/3.25) calc(100%/3.25) calc(100%/3.25);
    row-gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons button {
    width: 100%;
    cursor: pointer;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons .abtBtn1 {
    grid-area: unset;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons .abtBtn2 {
    grid-area: unset;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons .abtBtn3 {
    grid-area: unset;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 10px;
            column-gap: 10px;
    -webkit-animation-name: tabShow;
            animation-name: tabShow;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    position: relative;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li span::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li .tab-li-cnt h2 {
    padding: 0;
    line-height: 16px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li .tab-li-cnt h3 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
  }
  .feature {
    z-index: 3;
    position: relative;
  }
  .feature .feature-cont {
    padding: 4rem 0 7rem;
    position: relative;
  }
  .feature .feature-cont .feature-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-columns: calc(100%/2.05) calc(100%/2.05);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    row-gap: 20px;
  }
  .feature .feature-cont .feature-cards .feature-card {
    padding: 40px 20px;
    border-radius: 5px;
    position: relative;
    z-index: 3;
    overflow: hidden;
  }
  .feature .feature-cont .feature-cards .feature-card .feature-card-svg-box {
    margin-bottom: 32px;
    width: 60px;
    height: 60px;
    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;
    padding: 9px;
    border-radius: 10px;
  }
  .feature .feature-cont .feature-cards .feature-card .feature-card-svg-box svg {
    width: 100%;
    height: 100%;
  }
  .feature .feature-cont .feature-cards .feature-card h1 {
    font-size: 22px;
    margin-bottom: 22px;
    font-family: Poppins, sans-serif;
  }
  .feature .feature-cont .feature-cards .feature-card p {
    font-family: Roboto, sans-serif;
    margin-bottom: 23px;
  }
  .feature .feature-cont .feature-cards .feature-card::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    border-radius: 0 0 90% 90%;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .feature .feature-cont .feature-cards .feature-card:hover::before {
    height: 110%;
    border-radius: 0%;
  }
  .feature .feature-cont img {
    width: 50px;
    height: 50px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 40px;
    -webkit-animation: featureBounce;
            animation: featureBounce;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    top: unset;
  }
  .feature img {
    width: 100%;
    height: 100px;
    z-index: 1;
    position: absolute;
    top: -50px;
  }
  .touch {
    padding: 3rem 0;
  }
  .touch .touch-cont {
    padding: 50px 20px;
    position: relative;
    z-index: 3;
    border-radius: 10px;
    background: url(../assets/cta-bg-shape.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .touch .touch-cont img {
    z-index: -1;
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 399px;
    bottom: 0;
    right: 50px;
    display: none;
  }
  .skills .skills-cont {
    padding: 4rem 0;
  }
  .skills .skills-cont .skills-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-columns: calc(100%/2.05) calc(100%/2.05);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 20px;
  }
  .skills .skills-cont .skills-cards .skill-card {
    padding: 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    border-radius: 10px;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-svg {
    width: 60px;
    height: 60px;
    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;
    padding: 11px;
    border-radius: 50%;
    margin: auto;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-svg svg {
    width: 100%;
    height: 100%;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-name {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-progr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 10px;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 50px;
    position: relative;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-progr .skill-crd-progr-num {
    position: absolute;
    top: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 800;
    line-height: 0;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    bottom: 100%;
  }
  .portofolio .portofolio-cont {
    padding: 5rem 0;
  }
  .portofolio .portofolio-cont .port-all {
    margin-top: 3 0px;
  }
  .portofolio .portofolio-cont .port-all .port-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .portofolio .portofolio-cont .port-all .port-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-columns: calc(100%/2.05) calc(100%/2.05);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 40px;
    margin-top: 30px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
    -webkit-transition: 3s;
    transition: 3s;
    position: relative;
    row-gap: 20px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card:hover .port-card-right img {
    -webkit-transform: scale(1.4) rotate(18deg);
            transform: scale(1.4) rotate(18deg);
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left {
    padding: 0 10px 0 0;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left .port-card-left-inset {
    padding: 8px 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 5px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left h1 {
    font-size: 22px;
    font-family: Poppins, sans-serif;
    margin-bottom: 9px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left p {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    margin-bottom: 14px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-right {
    overflow: hidden;
    border-radius: 10px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  .portofolio .portofolio-cont .port-all .port-cards .activePortCard {
    -webkit-animation: portofolio .4s;
            animation: portofolio .4s;
  }
  .portofolio .portofolio-cont .port-all .port-cards .hidePortCard {
    display: none;
  }
  .team .team-cont .team-cont-inner {
    display: -ms-grid;
    display: grid;
    margin-top: 70px;
    -ms-grid-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-columns: calc(100%/2.05) calc(100%/2.05);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 80px;
  }
  .team .team-cont .team-cont-inner .team-cont-in {
    padding: 70px 13px 30px;
    position: relative;
    border-radius: 5px;
  }
  .team .team-cont .team-cont-inner .team-cont-in:hover .team-quick-info .team-quick-info-right .team-quick-info-right-abs {
    max-height: 1000px;
    -webkit-transition: 1.4s;
    transition: 1.4s;
  }
  .team .team-cont .team-cont-inner .team-cont-in:hover .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner {
    top: 0;
    opacity: 1;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-card-profile {
    border: 3px solid transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 2px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-card-profile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
  }
  .team .team-cont .team-cont-inner .team-cont-in h2 {
    font-family: Poppins, sans-serif;
    font-size: 22px;
  }
  .team .team-cont .team-cont-inner .team-cont-in p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left a svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 42px;
    height: 42px;
    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;
    padding: 12px;
    border-radius: 50px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs {
    border-radius: 50px;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
    z-index: -1;
    width: 100%;
    left: 0;
    max-height: 0px;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px;
    border-radius: inherit;
    position: relative;
    top: -30px;
    padding: 5px 0;
    opacity: 0;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 40px;
    height: 40px;
    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;
    padding: 10px;
    border-radius: 50%;
    position: relative;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a:last-of-type {
    margin-bottom: 40px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a:first-of-type {
    margin-top: 10px;
  }
  .contact .contact-cont .contact-cont-sp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 20px;
  }
  .contact .contact-cont .contact-cont-sp .contact-cont-sp-right {
    font-family: Poppins, sans-serif;
  }
  .contact .contact-cont .bottom {
    margin-top: 20px;
  }
  .contact .contact-cont .bottom form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
    row-gap: 10px;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact .contact-cont .bottom form input, .contact .contact-cont .bottom form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
    outline: none;
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }
  .contact .contact-cont .bottom form textarea {
    height: 100px;
    resize: none;
  }
  .contact .contact-cont .bottom form button {
    margin: 30px 0 0;
  }
  .contact .contact-cont .bottom form .contact-cont-sp-form-pt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
  .contact .contact-cont .bottom form .contact-cont-sp-form-pt input {
    width: 100%;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right {
    width: 100%;
    height: 100%;
    padding: 30px 20px;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right .contact-cont-sp-right-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-column-gap: 13px;
            column-gap: 13px;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right .contact-cont-sp-right-bottom .contact-cont-sp-right-bottom-svg {
    width: 70px;
    height: 70px;
    padding: 13px;
    border-radius: 5px;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right .contact-cont-sp-right-bottom .contact-cont-sp-right-bottom-svg svg {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 624px) {
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  :root {
    --ps: #03a9f4;
    --ai: #ff5722;
    --pr: #e040fb;
    --bl: #ff6d00;
  }
  svg, img {
    width: 30px;
    height: 30px;
  }
  body {
    overflow-x: hidden;
    position: relative;
  }
  .container {
    width: 96%;
    margin: auto;
    position: relative;
    -webkit-transition: .8s;
    transition: .8s;
  }
  .container .btn {
    padding: 10px 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
  }
  .container .btn svg {
    width: 18px;
    height: 18px;
    margin-left: 10px;
  }
  .container .pre-title {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: Roboto, sans-serif;
  }
  .container .title {
    font-size: 32px;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    line-height: 37.6px;
  }
  .container .center-title {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .container .center-pretitle {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .container .logo {
    width: 115px;
    height: 40px;
  }
  .container .links {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 8px;
    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;
  }
  .container .links svg {
    width: 100%;
    height: 100%;
  }
  .showCont {
    top: 0;
    opacity: 1;
  }
  .nav {
    border: none;
    padding: 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 0px;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .nav .nav-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px;
  }
  .nav .nav-cont nav {
    display: unset;
    -webkit-column-gap: 41px;
            column-gap: 41px;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 0;
    height: 100vh;
    right: -280px;
    overflow-y: scroll;
    -webkit-transition: .8s;
    transition: .8s;
    z-index: 11;
  }
  .nav .nav-cont nav .nav-close {
    display: block;
    margin: 20px 0;
    left: 10px;
    position: relative;
    width: 30px;
    height: 30px;
  }
  .nav .nav-cont nav .nav-close svg {
    width: 100%;
    height: 100%;
  }
  .nav .nav-cont nav a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    width: 240px;
    padding: 10px;
    margin: 10px 0;
  }
  .nav .nav-cont .nav-btn {
    display: block;
  }
  .nav .nav-cont .navOpen {
    right: -2%;
  }
  .nav .logo {
    margin: 10px 0;
  }
  .fixNav {
    top: -150px;
  }
  .home {
    position: relative;
    z-index: 2;
  }
  .home .home-cont {
    padding: 180px 0 120px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .home .home-cont .home-cont-left .home-cont-left-top {
    margin-bottom: 33px;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h3 {
    margin-bottom: 27px;
    font-size: 24px;
    font-family: Poppins, sans-serif;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h1 {
    margin-bottom: 0px;
    font-size: 48px;
    font-family: Poppins, sans-serif;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h2 {
    font-size: 32px;
    font-family: Poppins, sans-serif;
    margin-bottom: 20px;
  }
  .home .home-cont .home-cont-left p {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }
  .home .home-cont .home-cont-left .home-cont-btns {
    margin-top: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
  .home .home-cont .home-cont-right {
    position: relative;
    display: none;
  }
  .home .home-cont .home-cont-right .home-cont-right-main {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .home .home-cont .home-cont-right .home-cont-right-main img {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }
  .home .home-cont .home-cont-right .home-cont-right-main .home-cont-right-main-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-column-gap: 14px;
            column-gap: 14px;
    position: absolute;
    top: -30px;
    right: 0px;
    border-radius: 5px;
    background: white;
  }
  .home .home-cont .home-cont-right img {
    position: absolute;
    width: 80px;
    height: 80px;
  }
  .home .home-cont .home-cont-right .ill {
    bottom: -20px;
    left: -150px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home .home-cont .home-cont-right .ps {
    bottom: -20px;
    right: -10px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home .home-cont .home-cont-right .fig {
    top: 20px;
    left: -60px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home p[id=absHome] {
    position: absolute;
    font-size: 48px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    top: 50%;
    left: 0;
    margin: 0;
    line-height: .8;
    -webkit-transform: translateY(-50%) scale(-1);
            transform: translateY(-50%) scale(-1);
    z-index: -1;
    display: none;
  }
  .about .about-cont {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 110px 0 106px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about .about-cont .about-cont-left {
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
  }
  .about .about-cont .about-cont-left img {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .about .about-cont .about-cont-left .about-cont-abs {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 20px;
    left: 90px;
    z-index: -1;
    -webkit-animation: abt-bounce;
            animation: abt-bounce;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  .about .about-cont .about-cont-left .about-cont-abs img {
    width: 100%;
    height: 100%;
  }
  .about .about-cont .about-cont-right p {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    line-height: 24px;
    margin-bottom: 26px;
  }
  .about .about-cont .about-cont-right .tabs {
    margin-bottom: 25px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons {
    display: -ms-grid;
    display: grid;
        grid-template-areas: none;
    -ms-grid-columns: calc(100%/3.25) calc(100%/3.25) calc(100%/3.25);
        grid-template-columns: calc(100%/3.25) calc(100%/3.25) calc(100%/3.25);
    row-gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons button {
    width: 100%;
    cursor: pointer;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons .abtBtn1 {
    grid-area: unset;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons .abtBtn2 {
    grid-area: unset;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons .abtBtn3 {
    grid-area: unset;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 10px;
            column-gap: 10px;
    -webkit-animation-name: tabShow;
            animation-name: tabShow;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    position: relative;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li span::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li .tab-li-cnt h2 {
    padding: 0;
    line-height: 16px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li .tab-li-cnt h3 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
  }
  .feature {
    z-index: 3;
    position: relative;
  }
  .feature .feature-cont {
    padding: 4rem 0 7rem;
    position: relative;
  }
  .feature .feature-cont .feature-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-columns: calc(100%/2.05) calc(100%/2.05);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    row-gap: 20px;
  }
  .feature .feature-cont .feature-cards .feature-card {
    padding: 40px 20px;
    border-radius: 5px;
    position: relative;
    z-index: 3;
    overflow: hidden;
  }
  .feature .feature-cont .feature-cards .feature-card .feature-card-svg-box {
    margin-bottom: 32px;
    width: 60px;
    height: 60px;
    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;
    padding: 9px;
    border-radius: 10px;
  }
  .feature .feature-cont .feature-cards .feature-card .feature-card-svg-box svg {
    width: 100%;
    height: 100%;
  }
  .feature .feature-cont .feature-cards .feature-card h1 {
    font-size: 22px;
    margin-bottom: 22px;
    font-family: Poppins, sans-serif;
  }
  .feature .feature-cont .feature-cards .feature-card p {
    font-family: Roboto, sans-serif;
    margin-bottom: 23px;
  }
  .feature .feature-cont .feature-cards .feature-card::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    border-radius: 0 0 90% 90%;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .feature .feature-cont .feature-cards .feature-card:hover::before {
    height: 110%;
    border-radius: 0%;
  }
  .feature .feature-cont img {
    width: 50px;
    height: 50px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 40px;
    -webkit-animation: featureBounce;
            animation: featureBounce;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    top: unset;
  }
  .feature img {
    width: 100%;
    height: 100px;
    z-index: 1;
    position: absolute;
    top: -50px;
  }
  .skills .skills-cont {
    padding: 4rem 0;
  }
  .skills .skills-cont .skills-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-columns: calc(100%/2.05) calc(100%/2.05);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 20px;
  }
  .skills .skills-cont .skills-cards .skill-card {
    padding: 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    border-radius: 10px;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-svg {
    width: 60px;
    height: 60px;
    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;
    padding: 11px;
    border-radius: 50%;
    margin: auto;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-svg svg {
    width: 100%;
    height: 100%;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-name {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-progr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 10px;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 50px;
    position: relative;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-progr .skill-crd-progr-num {
    position: absolute;
    top: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 800;
    line-height: 0;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    bottom: 100%;
  }
  .portofolio .portofolio-cont {
    padding: 5rem 0;
  }
  .portofolio .portofolio-cont .port-all {
    margin-top: 3 0px;
  }
  .portofolio .portofolio-cont .port-all .port-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 30px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 10px;
  }
  .portofolio .portofolio-cont .port-all .port-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 40px;
    margin-top: 30px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card {
    padding: 20px;
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
    -webkit-transition: 3s;
    transition: 3s;
    position: relative;
    row-gap: 20px;
    -ms-grid-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-columns: calc(100%/2.05) calc(100%/2.05);
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card:hover .port-card-right img {
    -webkit-transform: scale(1.4) rotate(18deg);
            transform: scale(1.4) rotate(18deg);
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left {
    padding: 0 10px 0 0;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left .port-card-left-inset {
    padding: 8px 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 5px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left h1 {
    font-size: 18px;
    font-family: Poppins, sans-serif;
    margin-bottom: 9px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left p {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    margin-bottom: 14px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-right {
    overflow: hidden;
    border-radius: 10px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  .portofolio .portofolio-cont .port-all .port-cards .activePortCard {
    -webkit-animation: portofolio .4s;
            animation: portofolio .4s;
  }
  .portofolio .portofolio-cont .port-all .port-cards .hidePortCard {
    display: none;
  }
  .team .team-cont .team-cont-inner {
    display: -ms-grid;
    display: grid;
    margin-top: 70px;
    -ms-grid-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-columns: calc(100%/2.05) calc(100%/2.05);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 80px;
  }
  .team .team-cont .team-cont-inner .team-cont-in {
    padding: 70px 13px 30px;
    position: relative;
    border-radius: 5px;
  }
  .team .team-cont .team-cont-inner .team-cont-in:hover .team-quick-info .team-quick-info-right .team-quick-info-right-abs {
    max-height: 1000px;
    -webkit-transition: 1.4s;
    transition: 1.4s;
  }
  .team .team-cont .team-cont-inner .team-cont-in:hover .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner {
    top: 0;
    opacity: 1;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-card-profile {
    border: 3px solid transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 2px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-card-profile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
  }
  .team .team-cont .team-cont-inner .team-cont-in h2 {
    font-family: Poppins, sans-serif;
    font-size: 22px;
  }
  .team .team-cont .team-cont-inner .team-cont-in p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left a svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 42px;
    height: 42px;
    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;
    padding: 12px;
    border-radius: 50px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs {
    border-radius: 50px;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
    z-index: -1;
    width: 100%;
    left: 0;
    max-height: 0px;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px;
    border-radius: inherit;
    position: relative;
    top: -30px;
    padding: 5px 0;
    opacity: 0;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 40px;
    height: 40px;
    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;
    padding: 10px;
    border-radius: 50%;
    position: relative;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a:last-of-type {
    margin-bottom: 40px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a:first-of-type {
    margin-top: 10px;
  }
  .contact .contact-cont .contact-cont-sp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 20px;
  }
  .contact .contact-cont .contact-cont-sp .contact-cont-sp-right {
    font-family: Poppins, sans-serif;
  }
  .contact .contact-cont .bottom {
    margin-top: 20px;
  }
  .contact .contact-cont .bottom form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
    row-gap: 10px;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact .contact-cont .bottom form input, .contact .contact-cont .bottom form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
    outline: none;
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }
  .contact .contact-cont .bottom form textarea {
    height: 100px;
    resize: none;
  }
  .contact .contact-cont .bottom form button {
    margin: 30px 0 0;
  }
  .contact .contact-cont .bottom form .contact-cont-sp-form-pt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
  .contact .contact-cont .bottom form .contact-cont-sp-form-pt input {
    width: 100%;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right {
    width: 100%;
    height: 100%;
    padding: 30px 20px;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right .contact-cont-sp-right-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-column-gap: 13px;
            column-gap: 13px;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right .contact-cont-sp-right-bottom .contact-cont-sp-right-bottom-svg {
    width: 70px;
    height: 70px;
    padding: 13px;
    border-radius: 5px;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right .contact-cont-sp-right-bottom .contact-cont-sp-right-bottom-svg svg {
    width: 100%;
    height: 100%;
  }
  .testimonial .testimonial-cont {
    padding: 4rem 0;
  }
  .testimonial .testimonial-cont .testimonial-cards {
    margin-top: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 20px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card {
    padding: 25px 0 0;
    border-radius: 10px;
    overflow: hidden;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-main-top {
    padding: 0 30px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-main-top .testimonial-card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-main-top .testimonial-card-top svg {
    width: 50px;
    height: 50px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-main-top .testimonial-card-top .testimonial-card-top-rate svg {
    width: 20px;
    height: 20px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card p[class=testimonialP] {
    font-family: Roboto, sans-serif;
    text-indent: 50px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-btm {
    padding: 5px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-btm .testimonial-card-btm-left p {
    font-size: 16px;
    font-family: Poppins, sans-serif;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-btm .testimonial-card-btm-left h1 {
    font-family: Poppins, sans-serif;
    font-size: 18px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-btm .testimonial-card-btm-right {
    width: 80px;
    height: 90px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    top: -20px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-btm .testimonial-card-btm-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 487px) {
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  :root {
    --ps: #03a9f4;
    --ai: #ff5722;
    --pr: #e040fb;
    --bl: #ff6d00;
  }
  svg, img {
    width: 30px;
    height: 30px;
  }
  body {
    overflow-x: hidden;
    position: relative;
  }
  .container {
    width: 96%;
    margin: auto;
    position: relative;
    -webkit-transition: .8s;
    transition: .8s;
  }
  .container .btn {
    padding: 14px 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
  }
  .container .btn svg {
    width: 18px;
    height: 18px;
    margin-left: 10px;
  }
  .container .pre-title {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: Roboto, sans-serif;
  }
  .container .title {
    font-size: 32px;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    line-height: 36.6px;
  }
  .container .center-title {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .container .center-pretitle {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .container .logo {
    width: 115px;
    height: 40px;
  }
  .container .links {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 8px;
    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;
  }
  .container .links svg {
    width: 100%;
    height: 100%;
  }
  .showCont {
    top: 0;
    opacity: 1;
  }
  .nav {
    border: none;
    padding: 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 0px;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .nav .nav-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px;
  }
  .nav .nav-cont nav {
    display: unset;
    -webkit-column-gap: 41px;
            column-gap: 41px;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 0;
    height: 100vh;
    right: -280px;
    overflow-y: scroll;
    -webkit-transition: .8s;
    transition: .8s;
    z-index: 11;
  }
  .nav .nav-cont nav .nav-close {
    display: block;
    margin: 20px 0;
    left: 10px;
    position: relative;
    width: 30px;
    height: 30px;
  }
  .nav .nav-cont nav .nav-close svg {
    width: 100%;
    height: 100%;
  }
  .nav .nav-cont nav a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    width: 240px;
    padding: 10px;
    margin: 10px 0;
  }
  .nav .nav-cont .nav-btn {
    display: block;
  }
  .nav .nav-cont .navOpen {
    right: -2%;
  }
  .nav .logo {
    margin: 10px 0;
  }
  .fixNav {
    top: -150px;
  }
  .home {
    position: relative;
    z-index: 2;
  }
  .home .home-cont {
    padding: 150px 0 150px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .home .home-cont .home-cont-left .home-cont-left-top {
    margin-bottom: 33px;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-family: Poppins, sans-serif;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h1 {
    margin-bottom: 0px;
    font-size: 40px;
    font-family: Poppins, sans-serif;
    line-height: 39px;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h2 {
    font-size: 32px;
    font-family: Poppins, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .home .home-cont .home-cont-left p {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }
  .home .home-cont .home-cont-left .home-cont-btns {
    margin-top: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
  .home .home-cont .home-cont-right {
    position: relative;
    display: none;
  }
  .home .home-cont .home-cont-right .home-cont-right-main {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .home .home-cont .home-cont-right .home-cont-right-main img {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }
  .home .home-cont .home-cont-right .home-cont-right-main .home-cont-right-main-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-column-gap: 14px;
            column-gap: 14px;
    position: absolute;
    top: -30px;
    right: 0px;
    border-radius: 5px;
    background: white;
  }
  .home .home-cont .home-cont-right img {
    position: absolute;
    width: 80px;
    height: 80px;
  }
  .home .home-cont .home-cont-right .ill {
    bottom: -20px;
    left: -150px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home .home-cont .home-cont-right .ps {
    bottom: -20px;
    right: -10px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home .home-cont .home-cont-right .fig {
    top: 20px;
    left: -60px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home p[id=absHome] {
    position: absolute;
    font-size: 40px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    top: 50%;
    left: 0;
    margin: 0;
    line-height: .8;
    -webkit-transform: translateY(-50%) scale(-1);
            transform: translateY(-50%) scale(-1);
    z-index: -1;
    display: none;
  }
  .about .about-cont {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 110px 0 106px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about .about-cont .about-cont-left {
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
  }
  .about .about-cont .about-cont-left img {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
  }
  .about .about-cont .about-cont-left .about-cont-abs {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 20px;
    left: 90px;
    z-index: -1;
    -webkit-animation: abt-bounce;
            animation: abt-bounce;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  .about .about-cont .about-cont-left .about-cont-abs img {
    width: 100%;
    height: 100%;
  }
  .about .about-cont .about-cont-right p {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    line-height: 24px;
    margin-bottom: 26px;
  }
  .about .about-cont .about-cont-right .tabs {
    margin-bottom: 25px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons {
    display: -ms-grid;
    display: grid;
        grid-template-areas: none;
    -ms-grid-columns: calc(100%/3.25) calc(100%/3.25) calc(100%/3.25);
        grid-template-columns: calc(100%/3.25) calc(100%/3.25) calc(100%/3.25);
    row-gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons button {
    width: 100%;
    cursor: pointer;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons .abtBtn1 {
    grid-area: unset;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons .abtBtn2 {
    grid-area: unset;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons .abtBtn3 {
    grid-area: unset;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 10px;
            column-gap: 10px;
    -webkit-animation-name: tabShow;
            animation-name: tabShow;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    position: relative;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li span::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li .tab-li-cnt h2 {
    padding: 0;
    line-height: 16px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li .tab-li-cnt h3 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
  }
  .feature {
    z-index: 3;
    position: relative;
  }
  .feature .feature-cont {
    padding: 2rem 0 4rem;
    position: relative;
  }
  .feature .feature-cont .feature-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    row-gap: 20px;
  }
  .feature .feature-cont .feature-cards .feature-card {
    padding: 40px 20px;
    border-radius: 5px;
    position: relative;
    z-index: 3;
    overflow: hidden;
  }
  .feature .feature-cont .feature-cards .feature-card .feature-card-svg-box {
    margin-bottom: 32px;
    width: 60px;
    height: 60px;
    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;
    padding: 9px;
    border-radius: 10px;
  }
  .feature .feature-cont .feature-cards .feature-card .feature-card-svg-box svg {
    width: 100%;
    height: 100%;
  }
  .feature .feature-cont .feature-cards .feature-card h1 {
    font-size: 22px;
    margin-bottom: 22px;
    font-family: Poppins, sans-serif;
  }
  .feature .feature-cont .feature-cards .feature-card p {
    font-family: Roboto, sans-serif;
    margin-bottom: 23px;
  }
  .feature .feature-cont .feature-cards .feature-card::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    border-radius: 0 0 90% 90%;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .feature .feature-cont .feature-cards .feature-card:hover::before {
    height: 110%;
    border-radius: 0%;
  }
  .feature .feature-cont img {
    width: 50px;
    height: 50px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 40px;
    -webkit-animation: featureBounce;
            animation: featureBounce;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    top: unset;
  }
  .feature img {
    width: 100%;
    height: 100px;
    z-index: 1;
    position: absolute;
    top: -50px;
    display: none;
  }
  .skills .skills-cont {
    padding: 4rem 0;
  }
  .skills .skills-cont .skills-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 20px;
  }
  .skills .skills-cont .skills-cards .skill-card {
    padding: 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    border-radius: 10px;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-svg {
    width: 60px;
    height: 60px;
    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;
    padding: 11px;
    border-radius: 50%;
    margin: auto;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-svg svg {
    width: 100%;
    height: 100%;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-name {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-progr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 10px;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 50px;
    position: relative;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-progr .skill-crd-progr-num {
    position: absolute;
    top: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 800;
    line-height: 0;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    bottom: 100%;
  }
  .portofolio .portofolio-cont {
    padding: 5rem 0;
  }
  .portofolio .portofolio-cont .port-all {
    margin-top: 3 0px;
  }
  .portofolio .portofolio-cont .port-all .port-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 30px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 10px;
  }
  .portofolio .portofolio-cont .port-all .port-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 40px;
    margin-top: 30px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card {
    padding: 20px;
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
    -webkit-transition: 3s;
    transition: 3s;
    position: relative;
    row-gap: 20px;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card:hover .port-card-right img {
    -webkit-transform: scale(1.4) rotate(18deg);
            transform: scale(1.4) rotate(18deg);
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left {
    padding: 0 10px 0 0;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left .port-card-left-inset {
    padding: 8px 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 5px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left h1 {
    font-size: 22px;
    font-family: Poppins, sans-serif;
    margin-bottom: 9px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left p {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    margin-bottom: 14px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-right {
    overflow: hidden;
    border-radius: 10px;
    height: 350px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  .portofolio .portofolio-cont .port-all .port-cards .activePortCard {
    -webkit-animation: portofolio .4s;
            animation: portofolio .4s;
  }
  .portofolio .portofolio-cont .port-all .port-cards .hidePortCard {
    display: none;
  }
  .team .team-cont .team-cont-inner {
    display: -ms-grid;
    display: grid;
    margin-top: 70px;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 80px;
  }
  .team .team-cont .team-cont-inner .team-cont-in {
    padding: 70px 13px 30px;
    position: relative;
    border-radius: 5px;
  }
  .team .team-cont .team-cont-inner .team-cont-in:hover .team-quick-info .team-quick-info-right .team-quick-info-right-abs {
    max-height: 1000px;
    -webkit-transition: 1.4s;
    transition: 1.4s;
  }
  .team .team-cont .team-cont-inner .team-cont-in:hover .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner {
    top: 0;
    opacity: 1;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-card-profile {
    border: 3px solid transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 2px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-card-profile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
  }
  .team .team-cont .team-cont-inner .team-cont-in h2 {
    font-family: Poppins, sans-serif;
    font-size: 22px;
  }
  .team .team-cont .team-cont-inner .team-cont-in p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left a svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 42px;
    height: 42px;
    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;
    padding: 12px;
    border-radius: 50px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs {
    border-radius: 50px;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
    z-index: -1;
    width: 100%;
    left: 0;
    max-height: 0px;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px;
    border-radius: inherit;
    position: relative;
    top: -30px;
    padding: 5px 0;
    opacity: 0;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 40px;
    height: 40px;
    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;
    padding: 10px;
    border-radius: 50%;
    position: relative;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a:last-of-type {
    margin-bottom: 40px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a:first-of-type {
    margin-top: 10px;
  }
  .contact .contact-cont .contact-cont-sp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 20px;
  }
  .contact .contact-cont .contact-cont-sp .contact-cont-sp-right {
    font-family: Poppins, sans-serif;
  }
  .contact .contact-cont .bottom {
    margin-top: 20px;
  }
  .contact .contact-cont .bottom form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
    row-gap: 10px;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact .contact-cont .bottom form input, .contact .contact-cont .bottom form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
    outline: none;
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }
  .contact .contact-cont .bottom form textarea {
    height: 100px;
    resize: none;
  }
  .contact .contact-cont .bottom form button {
    margin: 30px 0 0;
  }
  .contact .contact-cont .bottom form .contact-cont-sp-form-pt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
  .contact .contact-cont .bottom form .contact-cont-sp-form-pt input {
    width: 100%;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right {
    width: 100%;
    height: 100%;
    padding: 30px 20px;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right .contact-cont-sp-right-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-column-gap: 13px;
            column-gap: 13px;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right .contact-cont-sp-right-bottom .contact-cont-sp-right-bottom-svg {
    width: 70px;
    height: 70px;
    padding: 13px;
    border-radius: 5px;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right .contact-cont-sp-right-bottom .contact-cont-sp-right-bottom-svg svg {
    width: 100%;
    height: 100%;
  }
  .testimonial .testimonial-cont {
    padding: 4rem 0;
  }
  .testimonial .testimonial-cont .testimonial-cards {
    margin-top: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 20px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card {
    padding: 25px 0 0;
    border-radius: 10px;
    overflow: hidden;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-main-top {
    padding: 0 30px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-main-top .testimonial-card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-main-top .testimonial-card-top svg {
    width: 50px;
    height: 50px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-main-top .testimonial-card-top .testimonial-card-top-rate svg {
    width: 20px;
    height: 20px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card p[class=testimonialP] {
    font-family: Roboto, sans-serif;
    text-indent: 50px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-btm {
    padding: 5px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-btm .testimonial-card-btm-left p {
    font-size: 16px;
    font-family: Poppins, sans-serif;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-btm .testimonial-card-btm-left h1 {
    font-family: Poppins, sans-serif;
    font-size: 18px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-btm .testimonial-card-btm-right {
    width: 80px;
    height: 90px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    top: -20px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-btm .testimonial-card-btm-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 403px) {
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  :root {
    --ps: #03a9f4;
    --ai: #ff5722;
    --pr: #e040fb;
    --bl: #ff6d00;
  }
  svg, img {
    width: 30px;
    height: 30px;
  }
  body {
    overflow-x: hidden;
    position: relative;
  }
  .container {
    width: 96%;
    margin: auto;
    position: relative;
    -webkit-transition: .8s;
    transition: .8s;
  }
  .container .btn {
    padding: 10px 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
  }
  .container .btn svg {
    width: 18px;
    height: 18px;
    margin-left: 10px;
  }
  .container .pre-title {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: Roboto, sans-serif;
  }
  .container .title {
    font-size: 27px;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    line-height: 36.6px;
  }
  .container .center-title {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .container .center-pretitle {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .container .logo {
    width: 115px;
    height: 40px;
  }
  .container .links {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 8px;
    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;
  }
  .container .links svg {
    width: 100%;
    height: 100%;
  }
  .showCont {
    top: 0;
    opacity: 1;
  }
  .nav {
    border: none;
    padding: 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 0px;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .nav .nav-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px;
  }
  .nav .nav-cont nav {
    display: unset;
    -webkit-column-gap: 41px;
            column-gap: 41px;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 0;
    height: 100vh;
    right: -280px;
    overflow-y: scroll;
    -webkit-transition: .8s;
    transition: .8s;
    z-index: 11;
  }
  .nav .nav-cont nav .nav-close {
    display: block;
    margin: 20px 0;
    left: 10px;
    position: relative;
    width: 30px;
    height: 30px;
  }
  .nav .nav-cont nav .nav-close svg {
    width: 100%;
    height: 100%;
  }
  .nav .nav-cont nav a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    width: 240px;
    padding: 10px;
    margin: 10px 0;
  }
  .nav .nav-cont nav .btn {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .nav .nav-cont .nav-btn {
    display: block;
  }
  .nav .nav-cont .navOpen {
    right: -2%;
  }
  .nav .btn {
    display: none;
  }
  .nav .logo {
    margin: 10px 0;
  }
  .fixNav {
    top: -150px;
  }
  .home {
    position: relative;
    z-index: 2;
  }
  .home .home-cont {
    padding: 150px 0 140px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .home .home-cont .home-cont-left .home-cont-left-top {
    margin-bottom: 33px;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-family: Poppins, sans-serif;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h1 {
    margin-bottom: 0px;
    font-size: 40px;
    font-family: Poppins, sans-serif;
    line-height: 39px;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h2 {
    font-size: 27px;
    font-family: Poppins, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .home .home-cont .home-cont-left p {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }
  .home .home-cont .home-cont-left .home-cont-btns {
    margin-top: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
            column-gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
  .home .home-cont .home-cont-right {
    position: relative;
    display: none;
  }
  .home .home-cont .home-cont-right .home-cont-right-main {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .home .home-cont .home-cont-right .home-cont-right-main img {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }
  .home .home-cont .home-cont-right .home-cont-right-main .home-cont-right-main-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-column-gap: 14px;
            column-gap: 14px;
    position: absolute;
    top: -30px;
    right: 0px;
    border-radius: 5px;
    background: white;
  }
  .home .home-cont .home-cont-right img {
    position: absolute;
    width: 80px;
    height: 80px;
  }
  .home .home-cont .home-cont-right .ill {
    bottom: -20px;
    left: -150px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home .home-cont .home-cont-right .ps {
    bottom: -20px;
    right: -10px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home .home-cont .home-cont-right .fig {
    top: 20px;
    left: -60px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home p[id=absHome] {
    position: absolute;
    font-size: 40px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    top: 50%;
    left: 0;
    margin: 0;
    line-height: .8;
    -webkit-transform: translateY(-50%) scale(-1);
            transform: translateY(-50%) scale(-1);
    z-index: -1;
    display: none;
  }
  .about .about-cont {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 110px 0 106px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about .about-cont .about-cont-left {
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
  }
  .about .about-cont .about-cont-left img {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
  }
  .about .about-cont .about-cont-left .about-cont-abs {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 20px;
    left: 90px;
    z-index: -1;
    -webkit-animation: abt-bounce;
            animation: abt-bounce;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  .about .about-cont .about-cont-left .about-cont-abs img {
    width: 100%;
    height: 100%;
  }
  .about .about-cont .about-cont-right p {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    line-height: 24px;
    margin-bottom: 26px;
  }
  .about .about-cont .about-cont-right .tabs {
    margin-bottom: 25px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-areas: 'btn1 btn2' 'btn3 btn3';
    row-gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons button {
    width: 100%;
    cursor: pointer;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons .abtBtn1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: btn1;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons .abtBtn2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: btn2;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons .abtBtn3 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: btn3;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 10px;
            column-gap: 10px;
    -webkit-animation-name: tabShow;
            animation-name: tabShow;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    position: relative;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li span::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li .tab-li-cnt h2 {
    padding: 0;
    line-height: 16px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li .tab-li-cnt h3 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
  }
  .feature {
    z-index: 3;
    position: relative;
  }
  .feature .feature-cont {
    padding: 2rem 0 4rem;
    position: relative;
  }
  .feature .feature-cont .feature-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    row-gap: 20px;
  }
  .feature .feature-cont .feature-cards .feature-card {
    padding: 40px 20px;
    border-radius: 5px;
    position: relative;
    z-index: 3;
    overflow: hidden;
  }
  .feature .feature-cont .feature-cards .feature-card .feature-card-svg-box {
    margin-bottom: 32px;
    width: 60px;
    height: 60px;
    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;
    padding: 9px;
    border-radius: 10px;
  }
  .feature .feature-cont .feature-cards .feature-card .feature-card-svg-box svg {
    width: 100%;
    height: 100%;
  }
  .feature .feature-cont .feature-cards .feature-card h1 {
    font-size: 22px;
    margin-bottom: 22px;
    font-family: Poppins, sans-serif;
  }
  .feature .feature-cont .feature-cards .feature-card p {
    font-family: Roboto, sans-serif;
    margin-bottom: 23px;
  }
  .feature .feature-cont .feature-cards .feature-card::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    border-radius: 0 0 90% 90%;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .feature .feature-cont .feature-cards .feature-card:hover::before {
    height: 110%;
    border-radius: 0%;
  }
  .feature .feature-cont img {
    width: 50px;
    height: 50px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 40px;
    -webkit-animation: featureBounce;
            animation: featureBounce;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    top: unset;
  }
  .feature img {
    width: 100%;
    height: 100px;
    z-index: 1;
    position: absolute;
    top: -50px;
  }
  .skills .skills-cont {
    padding: 4rem 0;
  }
  .skills .skills-cont .skills-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 20px;
  }
  .skills .skills-cont .skills-cards .skill-card {
    padding: 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    border-radius: 10px;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-svg {
    width: 60px;
    height: 60px;
    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;
    padding: 11px;
    border-radius: 50%;
    margin: auto;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-svg svg {
    width: 100%;
    height: 100%;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-name {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-progr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 10px;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 50px;
    position: relative;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-progr .skill-crd-progr-num {
    position: absolute;
    top: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 800;
    line-height: 0;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    bottom: 100%;
  }
  .portofolio .portofolio-cont {
    padding: 5rem 0;
  }
  .portofolio .portofolio-cont .port-all {
    margin-top: 3 0px;
  }
  .portofolio .portofolio-cont .port-all .port-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 30px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 10px;
  }
  .portofolio .portofolio-cont .port-all .port-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 40px;
    margin-top: 30px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card {
    padding: 20px;
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
    -webkit-transition: 3s;
    transition: 3s;
    position: relative;
    row-gap: 20px;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card:hover .port-card-right img {
    -webkit-transform: scale(1.4) rotate(18deg);
            transform: scale(1.4) rotate(18deg);
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left {
    padding: 0 10px 0 0;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left .port-card-left-inset {
    padding: 8px 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 5px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left h1 {
    font-size: 22px;
    font-family: Poppins, sans-serif;
    margin-bottom: 9px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left p {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    margin-bottom: 14px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-right {
    overflow: hidden;
    border-radius: 10px;
    height: 350px;
    display: none;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  .portofolio .portofolio-cont .port-all .port-cards .activePortCard {
    -webkit-animation: portofolio .4s;
            animation: portofolio .4s;
  }
  .portofolio .portofolio-cont .port-all .port-cards .hidePortCard {
    display: none;
  }
  .team .team-cont .team-cont-inner {
    display: -ms-grid;
    display: grid;
    margin-top: 70px;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 80px;
  }
  .team .team-cont .team-cont-inner .team-cont-in {
    padding: 70px 13px 30px;
    position: relative;
    border-radius: 5px;
  }
  .team .team-cont .team-cont-inner .team-cont-in:hover .team-quick-info .team-quick-info-right .team-quick-info-right-abs {
    max-height: 1000px;
    -webkit-transition: 1.4s;
    transition: 1.4s;
  }
  .team .team-cont .team-cont-inner .team-cont-in:hover .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner {
    top: 0;
    opacity: 1;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-card-profile {
    border: 3px solid transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 2px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-card-profile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
  }
  .team .team-cont .team-cont-inner .team-cont-in h2 {
    font-family: Poppins, sans-serif;
    font-size: 22px;
  }
  .team .team-cont .team-cont-inner .team-cont-in p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left a svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 42px;
    height: 42px;
    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;
    padding: 12px;
    border-radius: 50px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs {
    border-radius: 50px;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
    z-index: -1;
    width: 100%;
    left: 0;
    max-height: 0px;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px;
    border-radius: inherit;
    position: relative;
    top: -30px;
    padding: 5px 0;
    opacity: 0;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 40px;
    height: 40px;
    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;
    padding: 10px;
    border-radius: 50%;
    position: relative;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a:last-of-type {
    margin-bottom: 40px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a:first-of-type {
    margin-top: 10px;
  }
  .contact .contact-cont .contact-cont-sp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 20px;
  }
  .contact .contact-cont .contact-cont-sp .contact-cont-sp-right {
    font-family: Poppins, sans-serif;
  }
  .contact .contact-cont .bottom {
    margin-top: 20px;
  }
  .contact .contact-cont .bottom form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
    row-gap: 10px;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact .contact-cont .bottom form input, .contact .contact-cont .bottom form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
    outline: none;
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }
  .contact .contact-cont .bottom form textarea {
    height: 100px;
    resize: none;
  }
  .contact .contact-cont .bottom form button {
    margin: 30px 0 0;
  }
  .contact .contact-cont .bottom form .contact-cont-sp-form-pt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
  .contact .contact-cont .bottom form .contact-cont-sp-form-pt input {
    width: 100%;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right {
    width: 100%;
    height: 100%;
    padding: 30px 20px;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right .contact-cont-sp-right-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-column-gap: 13px;
            column-gap: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right .contact-cont-sp-right-bottom .contact-cont-sp-right-bottom-svg {
    width: 70px;
    height: 70px;
    padding: 13px;
    border-radius: 5px;
    margin: 0 auto 10px;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right .contact-cont-sp-right-bottom .contact-cont-sp-right-bottom-svg svg {
    width: 100%;
    height: 100%;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right .contact-cont-sp-right-bottom h3 {
    text-align: center;
    font-size: 16px;
  }
  .testimonial .testimonial-cont {
    padding: 4rem 0;
  }
  .testimonial .testimonial-cont .testimonial-cards {
    margin-top: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 20px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card {
    padding: 25px 0 0;
    border-radius: 10px;
    overflow: hidden;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-main-top {
    padding: 0 20px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-main-top .testimonial-card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-main-top .testimonial-card-top svg {
    width: 50px;
    height: 50px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-main-top .testimonial-card-top .testimonial-card-top-rate svg {
    width: 20px;
    height: 20px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card p[class=testimonialP] {
    font-family: Roboto, sans-serif;
    text-indent: 50px;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-btm {
    padding: 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-btm .testimonial-card-btm-left p {
    font-size: 16px;
    font-family: Poppins, sans-serif;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-btm .testimonial-card-btm-left h1 {
    font-family: Poppins, sans-serif;
    font-size: 18px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-btm .testimonial-card-btm-right {
    width: 80px;
    height: 90px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    top: -20px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-btm .testimonial-card-btm-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer .footer-cont {
    padding: 5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .footer .footer-cont p {
    margin: 20px 0;
    width: 100%;
    font-family: Poppins, sans-serif;
    text-align: center;
    font-size: 14px;
  }
  .footer .footer-cont .footer-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
}

@media (max-width: 293px) {
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  :root {
    --ps: #03a9f4;
    --ai: #ff5722;
    --pr: #e040fb;
    --bl: #ff6d00;
  }
  svg, img {
    width: 30px;
    height: 30px;
  }
  body {
    overflow-x: hidden;
    position: relative;
  }
  .container {
    width: 96%;
    margin: auto;
    position: relative;
    -webkit-transition: .8s;
    transition: .8s;
  }
  .container .btn {
    padding: 14px 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
  }
  .container .btn svg {
    width: 18px;
    height: 18px;
    margin-left: 10px;
  }
  .container .pre-title {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: Roboto, sans-serif;
  }
  .container .title {
    font-size: 27px;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    line-height: 36.6px;
  }
  .container .center-title {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .container .center-pretitle {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .container .logo {
    width: 95px;
    height: 37px;
  }
  .container .links {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 8px;
    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;
  }
  .container .links svg {
    width: 100%;
    height: 100%;
  }
  .showCont {
    top: 0;
    opacity: 1;
  }
  .nav {
    border: none;
    padding: 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 0px;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .nav .nav-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px;
  }
  .nav .nav-cont nav {
    display: unset;
    -webkit-column-gap: 41px;
            column-gap: 41px;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 0;
    height: 100vh;
    right: -320px;
    overflow-y: scroll;
    -webkit-transition: .8s;
    transition: .8s;
    z-index: 11;
    width: 100%;
  }
  .nav .nav-cont nav .nav-close {
    display: block;
    left: 10px;
    position: relative;
    width: 30px;
    margin: 20px auto;
    height: 30px;
  }
  .nav .nav-cont nav .nav-close svg {
    width: 100%;
    height: 100%;
  }
  .nav .nav-cont nav a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    width: 240px;
    padding: 10px;
    margin: 10px 0;
    margin: auto;
  }
  .nav .nav-cont .nav-btn {
    display: block;
  }
  .nav .nav-cont .navOpen {
    right: 0%;
  }
  .nav .btn {
    display: none;
  }
  .nav .logo {
    margin: 10px 0;
  }
  .fixNav {
    top: -150px;
  }
  .home {
    position: relative;
    z-index: 2;
  }
  .home .home-cont {
    padding: 150px 0 120px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .home .home-cont .home-cont-left .home-cont-left-top {
    margin-bottom: 33px;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-family: Poppins, sans-serif;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h1 {
    margin-bottom: 0px;
    font-size: 40px;
    font-family: Poppins, sans-serif;
    line-height: 39px;
  }
  .home .home-cont .home-cont-left .home-cont-left-top h2 {
    font-size: 27px;
    font-family: Poppins, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .home .home-cont .home-cont-left p {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }
  .home .home-cont .home-cont-left .home-cont-btns {
    margin-top: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
            column-gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
  .home .home-cont .home-cont-right {
    position: relative;
    display: none;
  }
  .home .home-cont .home-cont-right .home-cont-right-main {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .home .home-cont .home-cont-right .home-cont-right-main img {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }
  .home .home-cont .home-cont-right .home-cont-right-main .home-cont-right-main-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-column-gap: 14px;
            column-gap: 14px;
    position: absolute;
    top: -30px;
    right: 0px;
    border-radius: 5px;
    background: white;
  }
  .home .home-cont .home-cont-right img {
    position: absolute;
    width: 80px;
    height: 80px;
  }
  .home .home-cont .home-cont-right .ill {
    bottom: -20px;
    left: -150px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home .home-cont .home-cont-right .ps {
    bottom: -20px;
    right: -10px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home .home-cont .home-cont-right .fig {
    top: 20px;
    left: -60px;
    -webkit-animation-name: round;
            animation-name: round;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .home p[id=absHome] {
    position: absolute;
    font-size: 40px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    top: 50%;
    left: 0;
    margin: 0;
    line-height: .8;
    -webkit-transform: translateY(-50%) scale(-1);
            transform: translateY(-50%) scale(-1);
    z-index: -1;
    display: none;
  }
  .about .about-cont {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 90px 0 106px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about .about-cont .about-cont-left {
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
  }
  .about .about-cont .about-cont-left img {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 230px;
  }
  .about .about-cont .about-cont-left .about-cont-abs {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 20px;
    left: 90px;
    z-index: -1;
    -webkit-animation: abt-bounce;
            animation: abt-bounce;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  .about .about-cont .about-cont-left .about-cont-abs img {
    width: 100%;
    height: 100%;
  }
  .about .about-cont .about-cont-right p {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    line-height: 24px;
    margin-bottom: 26px;
  }
  .about .about-cont .about-cont-right .tabs {
    margin-bottom: 25px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-columns: calc(100%/2.05) calc(100%/2.05);
        grid-template-areas: 'btn1 btn2' 'btn3 btn3';
    row-gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons button {
    width: 100%;
    cursor: pointer;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons .abtBtn1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: btn1;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons .abtBtn2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: btn2;
  }
  .about .about-cont .about-cont-right .tabs .tabs-buttons .abtBtn3 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: btn3;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 10px;
            column-gap: 10px;
    -webkit-animation-name: tabShow;
            animation-name: tabShow;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    position: relative;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li span::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li .tab-li-cnt h2 {
    padding: 0;
    line-height: 16px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about .about-cont .about-cont-right .tabs .tabs-contents .tabs-card li .tab-li-cnt h3 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
  }
  .feature {
    z-index: 3;
    position: relative;
  }
  .feature .feature-cont {
    padding: 2rem 0 4rem;
    position: relative;
  }
  .feature .feature-cont .feature-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    row-gap: 20px;
  }
  .feature .feature-cont .feature-cards .feature-card {
    padding: 40px 20px;
    border-radius: 5px;
    position: relative;
    z-index: 3;
    overflow: hidden;
  }
  .feature .feature-cont .feature-cards .feature-card .feature-card-svg-box {
    margin-bottom: 32px;
    width: 60px;
    height: 60px;
    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;
    padding: 9px;
    border-radius: 10px;
  }
  .feature .feature-cont .feature-cards .feature-card .feature-card-svg-box svg {
    width: 100%;
    height: 100%;
  }
  .feature .feature-cont .feature-cards .feature-card h1 {
    font-size: 22px;
    margin-bottom: 22px;
    font-family: Poppins, sans-serif;
  }
  .feature .feature-cont .feature-cards .feature-card p {
    font-family: Roboto, sans-serif;
    margin-bottom: 23px;
  }
  .feature .feature-cont .feature-cards .feature-card::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    border-radius: 0 0 90% 90%;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .feature .feature-cont .feature-cards .feature-card:hover::before {
    height: 110%;
    border-radius: 0%;
  }
  .feature .feature-cont img {
    width: 50px;
    height: 50px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 40px;
    -webkit-animation: featureBounce;
            animation: featureBounce;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    top: unset;
  }
  .feature img {
    width: 100%;
    height: 100px;
    z-index: 1;
    position: absolute;
    top: -50px;
  }
  .skills .skills-cont {
    padding: 4rem 0;
  }
  .skills .skills-cont .skills-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 20px;
  }
  .skills .skills-cont .skills-cards .skill-card {
    padding: 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    border-radius: 10px;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-svg {
    width: 60px;
    height: 60px;
    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;
    padding: 11px;
    border-radius: 50%;
    margin: auto;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-svg svg {
    width: 100%;
    height: 100%;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-name {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-progr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 10px;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 50px;
    position: relative;
  }
  .skills .skills-cont .skills-cards .skill-card .skill-crd-progr .skill-crd-progr-num {
    position: absolute;
    top: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 800;
    line-height: 0;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    bottom: 100%;
  }
  .portofolio .portofolio-cont {
    padding: 5rem 0;
  }
  .portofolio .portofolio-cont .port-all {
    margin-top: 3 0px;
  }
  .portofolio .portofolio-cont .port-all .port-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 30px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 10px;
  }
  .portofolio .portofolio-cont .port-all .port-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 40px;
    margin-top: 30px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card {
    padding: 20px;
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
    -webkit-transition: 3s;
    transition: 3s;
    position: relative;
    row-gap: 20px;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card:hover .port-card-right img {
    -webkit-transform: scale(1.4) rotate(18deg);
            transform: scale(1.4) rotate(18deg);
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left {
    padding: 0 10px 0 0;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left .port-card-left-inset {
    padding: 8px 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 5px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left h1 {
    font-size: 22px;
    font-family: Poppins, sans-serif;
    margin-bottom: 9px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-left p {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    margin-bottom: 14px;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-right {
    overflow: hidden;
    border-radius: 10px;
    height: 350px;
    display: none;
  }
  .portofolio .portofolio-cont .port-all .port-cards .port-card .port-card-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  .portofolio .portofolio-cont .port-all .port-cards .activePortCard {
    -webkit-animation: portofolio .4s;
            animation: portofolio .4s;
  }
  .portofolio .portofolio-cont .port-all .port-cards .hidePortCard {
    display: none;
  }
  .team .team-cont .team-cont-inner {
    display: -ms-grid;
    display: grid;
    margin-top: 70px;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 80px;
  }
  .team .team-cont .team-cont-inner .team-cont-in {
    padding: 70px 13px 30px;
    position: relative;
    border-radius: 5px;
  }
  .team .team-cont .team-cont-inner .team-cont-in:hover .team-quick-info .team-quick-info-right .team-quick-info-right-abs {
    max-height: 1000px;
    -webkit-transition: 1.4s;
    transition: 1.4s;
  }
  .team .team-cont .team-cont-inner .team-cont-in:hover .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner {
    top: 0;
    opacity: 1;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-card-profile {
    border: 3px solid transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 2px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-card-profile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
  }
  .team .team-cont .team-cont-inner .team-cont-in h2 {
    font-family: Poppins, sans-serif;
    font-size: 22px;
  }
  .team .team-cont .team-cont-inner .team-cont-in p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-left a svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 42px;
    height: 42px;
    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;
    padding: 12px;
    border-radius: 50px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs {
    border-radius: 50px;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
    z-index: -1;
    width: 100%;
    left: 0;
    max-height: 0px;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px;
    border-radius: inherit;
    position: relative;
    top: -30px;
    padding: 5px 0;
    opacity: 0;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 40px;
    height: 40px;
    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;
    padding: 10px;
    border-radius: 50%;
    position: relative;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a:last-of-type {
    margin-bottom: 40px;
  }
  .team .team-cont .team-cont-inner .team-cont-in .team-quick-info .team-quick-info-right .team-quick-info-right-abs .team-quick-info-right-abs-inner a:first-of-type {
    margin-top: 10px;
  }
  .contact .contact-cont .contact-cont-sp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 20px;
  }
  .contact .contact-cont .contact-cont-sp .contact-cont-sp-right {
    font-family: Poppins, sans-serif;
  }
  .contact .contact-cont .bottom {
    margin-top: 20px;
  }
  .contact .contact-cont .bottom form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
    row-gap: 10px;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact .contact-cont .bottom form input, .contact .contact-cont .bottom form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
    outline: none;
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }
  .contact .contact-cont .bottom form textarea {
    height: 100px;
    resize: none;
  }
  .contact .contact-cont .bottom form button {
    margin: 30px 0 0;
  }
  .contact .contact-cont .bottom form .contact-cont-sp-form-pt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
  .contact .contact-cont .bottom form .contact-cont-sp-form-pt input {
    width: 100%;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right {
    width: 100%;
    height: 100%;
    padding: 30px 20px;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right .contact-cont-sp-right-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-column-gap: 13px;
            column-gap: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right .contact-cont-sp-right-bottom .contact-cont-sp-right-bottom-svg {
    width: 70px;
    height: 70px;
    padding: 13px;
    border-radius: 5px;
    margin: 0 auto 10px;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right .contact-cont-sp-right-bottom .contact-cont-sp-right-bottom-svg svg {
    width: 100%;
    height: 100%;
  }
  .contact .contact-cont .bottom .contact-cont-sp-right .contact-cont-sp-right-bottom h3 {
    text-align: center;
    font-size: 16px;
  }
  .testimonial .testimonial-cont {
    padding: 4rem 0;
  }
  .testimonial .testimonial-cont .testimonial-cards {
    margin-top: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 20px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card {
    padding: 25px 0 0;
    border-radius: 10px;
    overflow: hidden;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-main-top {
    padding: 0 20px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-main-top .testimonial-card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-main-top .testimonial-card-top svg {
    width: 50px;
    height: 50px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-main-top .testimonial-card-top .testimonial-card-top-rate svg {
    width: 20px;
    height: 20px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card p[class=testimonialP] {
    font-family: Roboto, sans-serif;
    text-indent: 50px;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-btm {
    padding: 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-btm .testimonial-card-btm-left p {
    font-size: 16px;
    font-family: Poppins, sans-serif;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-btm .testimonial-card-btm-left h1 {
    font-family: Poppins, sans-serif;
    font-size: 18px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-btm .testimonial-card-btm-right {
    width: 80px;
    height: 90px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    top: -20px;
  }
  .testimonial .testimonial-cont .testimonial-cards .testimonial-card .testimonial-card-btm .testimonial-card-btm-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer .footer-cont {
    padding: 5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .footer .footer-cont p {
    margin: 20px 0;
    width: 100%;
    font-family: Poppins, sans-serif;
    text-align: center;
    font-size: 14px;
  }
  .footer .footer-cont .footer-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
}
/*# sourceMappingURL=main.css.map */