@charset "UTF-8";
:root {
  --font-primary: "Nunito", sans-serif;
  --font-secondary: "Montserrat", sans-serif;
  --font-fourly: "Caveat", sans-serif;
  --color-primary: #1c2528;
}
@font-face {
  font-family: "font-Signature";
  src: url("../font/NVNFunkySignature-2.woff2") format("woff2"),
    url("../font/NVNFunkySignature-2.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: var(--font-primary);
  color: var(--color-primary);
  background: #f7f5f2;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  border: 0;
  top: 0 !important;
  overflow-x: hidden;
}
.skiptranslate {
  display: none;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
input,
button,
textarea {
  outline: none !important;
}
a {
  text-decoration: none !important;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
p {
  margin: 5px 0;
  line-height: 28px;
  letter-spacing: 0.5px;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.d-flex {
  display: flex !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.center-layout {
  position: relative;
  width: 100%;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.header {
  position: relative;
}
.header:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: #ebe7e0;
  z-index: -1;
}
.bg-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgb(89, 86, 233) 0%,
    rgb(0, 208, 156) 100%
  );
  opacity: 0.102;
  z-index: -1;
}
.main-head {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 123;
  padding: 30px 0px;
}
.main-head .center-layout {
  max-width: 100%;
  padding: 0 40px !important;
}
.header-fixed {
  animation: sticky 1.2s;
  background: #fff;
}
@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
.logo {
  display: flex;
}
.logo img {
  max-width: 150px;
}
.r-head {
  gap: 24px;
}
.lang {
  padding: 5px 20px 5px 10px;
  border-radius: 30px;
  font-family: var(--font-primary);
  font-size: 1rem;
  outline: none;
}
.right-head {
  gap: 40px;
}
.menu ul {
  gap: 36px;
}
.menu ul li {
  position: relative;
  color: #162542;
  cursor: pointer;
  transition: all 0.5s;
  font-weight: 700;
  font-size: 1.063rem;
}
.menu ul li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: var(--color-secondary);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu ul li:hover:after {
  width: 100%;
}
.menu ul a {
  color: #162542;
}
.menu ul li:hover,
.menu ul li:hover a {
  color: var(--color-secondary);
}
.pulse {
  animation-name: pulse;
}
.contact-now {
  position: relative;
  padding: 16px 65px;
  border: 1px solid var(--color-secondary);
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 6px;
  transition: all 0.5s;
  cursor: pointer;
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  box-shadow: 0px 15px 15px -15px var(--color-secondary);
  -webkit-box-shadow: 0px 15px 15px -15px var(--color-secondary);
  overflow: hidden;
}
.contact-now::after {
  content: "";
  position: absolute;
  left: -10%;
  top: -50%;
  width: 120%;
  height: 120%;
  background: var(--color-secondary);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transform: translate3d(0, -100%, 0) skew(-10deg, -10deg);
  -webkit-transform: translate3d(0, -100%, 0) skew(-10deg, -10deg);
  z-index: -1;
}
.contact-now:hover:after {
  top: -20%;
  transform: translate3d(0, 0, 0) skew(0);
  -webkit-transform: translate3d(0, 0, 0) skew(0);
}
.contact-now:hover {
  color: #fff;
}
.signature {
  font-size: 3.125rem;
  font-family: "font-Signature";
}
.btn-menu-mb span {
  position: relative;
  background-color: #162542;
  border-radius: 3px;
  display: block;
  height: 3px;
  margin-top: 5px;
  padding: 0;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  width: 30px;
  cursor: pointer;
  display: block;
}
.btn-menu-mb span:first-child {
  margin-top: 0;
}
.btn-menu-mb.active span:nth-child(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top: 8px;
}
.btn-menu-mb.active span:nth-child(2) {
  opacity: 0;
}
.btn-menu-mb.active span:nth-child(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  top: -8px;
}
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}
.nav-menu {
  text-align: left;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 300px;
  height: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  overflow-x: hidden;
  padding-top: 70px;
}
.nav-menu.menu-off {
  left: -300px;
}
.nav-menu.menu-on {
  left: 0;
}
.navbar-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  background: var(--color-secondary);
}
.navbar-close i {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
}
.main-menu ul {
  display: flex;
  flex-direction: column;
}
.main-menu ul li {
  border-bottom: 1px solid #ececec;
  padding: 13px 20px;
  color: var(--color-primary);
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1.063rem;
  cursor: pointer;
}
.main-menu ul li a {
  color: var(--color-primary);
}
.main-menu ul li:hover,
.main-menu ul li:hover a {
  color: var(--color-secondary);
}

.section-head {
  position: relative;
  padding-top: 280px;
  height: 100vh;
}
.img-profile-mb {
  display: none;
  text-align: center;
}
.img_profile {
  position: absolute;
  bottom: -16px;
  right: -139px;
  width: 749px;
  height: 918px;
}
.img_profile img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 380px;
  -webkit-border-radius: 380px;
  z-index: 10;
}
.circle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 749px;
}
.circle.circle-1 {
  width: 749px;
  z-index: 2;
}
.circle.circle-2 {
  left: -75px;
  bottom: 10px;
  width: 416px;
  z-index: 3;
}
.circle.circle-3 {
  left: auto;
  right: -75px;
  bottom: 10px;
  width: 416px;
  z-index: 1;
}
.circle.circle-4 {
  left: auto;
  right: 10px;
  bottom: 270px;
  width: 121px;
  z-index: 4;
}
.circle.circle-5 {
  left: auto;
  right: 45px;
  bottom: 300px;
  width: 232px;
  z-index: 5;
}
.section1-head {
  display: flex;
  flex-direction: column;
}
.sm-title {
  font-size: 1.5rem;
  font-weight: 500;
}
.section1-head h1 {
  font-size: 5.625rem;
  line-height: 90px;
  font-weight: 700;
  font-family: var(--font-secondary);
  margin-bottom: 40px;
}
.section1-head .description {
  margin-left: 100px;
  font-size: 1.375rem;
  color: #3c4649;
  line-height: 32px;
  font-weight: 300;
  padding: 40px 0 40px 40px;
  max-width: 600px;
  border-left: 1px solid var(--color-primary);
}
.section-video {
  padding: 80px 0px 40px 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section-video iframe {
  border-radius: 24px;
}
.section-about {
  background: #ebe7e0;
  padding: 80px 0px 40px 0px;
}
.left-about {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
  max-width: 75%;
  padding: 60px;
  border-left: 1px solid #1c2528;
}
.content-about {
  line-height: 32px;
  font-size: 1.25rem;
}
.right-about {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 60px;
  text-align: right;
}
.numbers-items {
  display: flex;
  flex-direction: column;
}
.icon-item {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1;
  color: #ff8059;
}
.numbers-items .num {
  font-family: var(--font-secondary);
  font-size: 2.5rem;
  font-weight: 800;
}
.numbers-items .title-item {
  font-size: 1.125rem;
  color: #3c4649;
}
.list-social {
  margin-top: 30px;
}
.list-social img {
  max-width: 20px;
  transition: all 0.5s;
  margin-right: 8px;
  filter: contrast(175%) brightness(3%);
}
.list-social a:hover img {
  transform: rotate(360deg);
}
.social-about span {
  display: block;
  margin-bottom: 10px;
  color: var(--color-thirdly);
  font-weight: 600;
  font-family: var(--font-secondary);
}
.about-draphic {
  height: 448px;
  left: -189px;
  overflow: visible;
  position: absolute;
  right: -102px;
  top: 9px;
  transform: rotate(10deg) translateZ(0px);
}
.shape1 {
  transform: rotate(23deg) translateZ(0);
  background: linear-gradient(
    269.9579642095413deg,
    #eebcc8 0%,
    rgba(189, 200, 222, 1) 100%
  );
  border-radius: 64px;
  height: 84px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 317px;
  width: 723px;
}
.shape2 {
  transform: rotate(23deg) translateZ(0);
  background: linear-gradient(
    269.9173895347253deg,
    #fb9e9d 0%,
    rgba(209, 178, 234, 1) 100%
  );
  border-radius: 64px;
  flex: none;
  height: 84px;
  left: 74px;
  overflow: hidden;
  position: absolute;
  top: 251px;
  width: 741px;
}
.img-about {
  position: relative;
  z-index: 1;
  padding-bottom: 27px;
}
.img-about img {
  max-width: 431px;
  border-radius: 12px;
}
.section-skill {
  padding: 80px 0px;
  background: #f5f5f7;
}
.m-skill {
  gap: 40px;
}
.left-skill {
  max-width: 500px;
}
.right-skill {
  max-width: 770px;
}
.left-skill img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
}
.right-skill {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.skill-item {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.ex-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.img-sk-item {
  height: 64px;
  color: var(--color-secondary);
  font-size: 3.125rem;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.line-sk-item {
  width: 4px;
  height: 100px;
  border-radius: 4px;
  background: var(--color-primary);
}
.skill-item:last-child .line-sk-item {
  display: none;
}
.content-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.name-sk-item {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: capitalize;
}
.content-sk-item {
  color: #7f8080;
  line-height: 24px;
}
.main-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.main-title h2 {
  font-size: 3rem;
  line-height: 60px;
  font-weight: 800;
  text-transform: capitalize;
  text-align: center;
}
.main-title div {
  font-size: 1.125rem;
  color: #808285;
  text-align: center;
}
.title-skill {
  font-size: 4rem;
  font-weight: 800;
  max-width: 90%;
  margin-bottom: 90px;
  line-height: 80px;
}
.exp-skill,
.exp-skill-mb {
  font-size: 1.25rem;
  margin-bottom: 60px;
  font-weight: 600;
  line-height: 32px;
}
.exp-skill-mb {
  display: none;
}
.content-skill1 {
  grid-auto-columns: 1fr;
  display: grid;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}
.content-skill2 {
  grid-auto-columns: 1fr;
  display: grid;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  margin-top: 90px;
}
.box-skill.mr {
  margin-top: -100px;
}
.item-skill {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.big-img {
  height: 470px;
  object-fit: cover;
}
.img-skill {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.img-skill .lv {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 10px 20px;
  background-color: #f3f4f2;
  border-radius: 30px;
  color: var(--color-primary);
  font-weight: 600;
  z-index: 1;
}
.img-skill img {
  transition: all 0.5s;
  border-radius: 30px;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.img-skill:hover img {
  transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.name-skill {
  font-size: 1.5rem;
  font-family: var(--font-secondary);
  line-height: 35px;
  font-weight: 600;
}
.desc-skill {
  line-height: 28px;
}
.section-project {
  padding: 80px 0px;
  background: #fff;
}
.flex-project {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.box-project {
  width: 50%;
  padding: 15px;
  cursor: pointer;
}
.item-project {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: all 0.5s;
}
.img-project {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 32px;
  transform: perspective(1200px) scale(1) rotateX(0deg) translateZ(0px);
}
.img-project img {
  transition: all 0.5s;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 32px;
}
.box-project:hover img {
  transform: perspective(1200px) scale(0.95) rotateX(15deg) translateZ(0px);
}
.btn-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  font-size: 4rem;
  transition: all 0.5s;
  opacity: 0;
  transform: perspective(1200px) scale(1) rotateX(0deg) translateZ(0px);
}
.img-project:hover .btn-play {
  opacity: 1;
  transform: perspective(1200px) scale(0.95) rotateX(15deg) translateZ(0px);
}
.flex-title {
  display: flex;
  gap: 8px;
  align-items: center;
}
.flex-title div {
  padding: 11px 20px;
  background: #000;
  border-radius: 70px;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 600;
}
.name-project {
  font-weight: 600;
  font-size: 1.5rem;
  font-family: var(--font-secondary);
}
.box-project:hover .name-project {
}

.section-feedback {
  padding: 60px 0px 150px 0px;
}
.owl-feedback.owl-carousel .owl-stage {
  display: flex;
}
.box-feedback {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 35px;
  background: #fff url(../images/pat-2.png) no-repeat bottom right;
  background-size: 110px;
  border-radius: 18px;
  cursor: pointer;
  height: 100%;
}
.img-feedback {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  overflow: hidden;
  border-radius: 18px;
}
.img-feedback img {
  transition: all 0.5s;
}
.box-feedback:hover .img-feedback img {
  transform: scale(1.1);
}
.name-feedback {
  font-size: 1.313rem;
  font-weight: 800;
  line-height: 28px;
}
.box-feedback:hover .name-feedback {
  color: var(--color-secondary);
}
.content-feedback {
  min-height: 170px;
  line-height: 24px;
}
.wr-feedback {
  position: relative;
}
.wr-feedback .owl_prev {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  left: -64px;
  margin: auto;
  background: transparent;
  border: 1px solid #7e7e7e;
  border-radius: 50%;
  text-align: center;
  z-index: 12;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  font-size: 1.25rem;
}
.wr-feedback .owl_next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  right: -64px;
  margin: auto;
  background: transparent;
  border: 1px solid #7e7e7e;
  border-radius: 50%;
  text-align: center;
  z-index: 12;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  font-size: 1.25rem;
}
.wr-feedback .owl_prev:hover,
.wr-feedback .owl_next:hover {
  background: var(--color-secondary);
  border-color: transparent;
  color: #fff;
}

.content-follow {
  max-width: 800px;
  font-size: 5.75rem;
  font-weight: 700;
}
.content-follow .mail {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 600;
}
.content-follow span {
  width: 70px;
  height: 70px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  margin-left: 40px;
}
.content-follow span i {
  font-size: 1.5rem;
  overflow: hidden;
  transform: rotate(-45deg);
  color: #fff;
}
.content-follow span:hover {
  transform: rotate(45deg);
}
.social {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.social img {
  max-width: 40px;
  transition: all 0.5s;
}
.social a:hover img {
  transform: rotate(360deg);
}
.section-follow {
  padding: 40px 0px;
  background: #fff;
}
.wr-follow {
  background: url(../images/bg-follow.jpg) no-repeat center;
  background-size: cover !important;
  border-radius: 24px;
  overflow: hidden;
  padding: 120px 60px;
  position: relative;
}
.fl-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    90.00000000000004deg,
    rgba(54, 22, 80, 0.75) 0%,
    rgba(54, 22, 80, 0.550000011920929) 23.95833283662796%,
    rgba(54, 22, 80, 0) 98.95833134651184%
  );
}
.main-fl {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  z-index: 1;
  max-width: 550px;
}
.main-fl .tt-fl {
  color: #e3e5e8;
  font-size: 1.5rem;
  font-weight: 500;
}
.main-fl h3 {
  color: #fefefe;
  font-weight: 600;
  font-size: 2.75rem;
}
.group-fl {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.group-fl a {
  padding: 16px 20px;
  background-color: #fefffe;
  border-radius: 24px;
  display: flex;
  gap: 5px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #2a2b2b;
  transition: all 0.5s;
}
.group-fl a:hover {
  background: var(--color-secondary);
}
.section-contact {
  padding: 80px 0px;
  background: #fff url(../images/map.png) no-repeat bottom center;
  background-size: 40%;
}
.main-footer {
  gap: 40px;
}
.left-footer {
  max-width: 770px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ff {
  flex-wrap: wrap;
  gap: 16px;
}
.left-footer h2 {
  font-size: 5rem;
  font-weight: 800;
  line-height: 90px;
}
.note {
  color: #808285;
  font-weight: 500;
  margin-bottom: 15px;
}
.item-footer {
  position: relative;
  width: 50%;
}

.item-footer .title {
  padding: 10px 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-secondary);
}
.item-footer .text {
  font-size: 1.5rem;
  font-weight: 700;
}
.right-footer {
  position: relative;
  max-width: 450px;
  text-align: center;
}
.right-footer img {
  position: relative;
  border-radius: 250px;
  z-index: 12;
}
.right-footer .shape-icon-two {
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: var(--color-secondary);
  -webkit-filter: blur(100px);
  filter: blur(100px);
}
.form-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.form-contact input,
.form-contact select {
  width: 49%;
  margin-bottom: 30px;
  display: inline-block;
  outline: none;
  min-height: 0;
  padding: 18px 30px;
  resize: vertical;
  border-radius: 5px;
  background: #fff;
  font-family: var(--font-primary);
  font-size: 1.125rem;
  border: 1px solid rgba(255, 128, 89, 0.36);
  font-weight: 700;
}
.form-contact input::placeholder,
.form-contact select::placeholder {
  color: var(--color-primary);
}

.btn-send {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.form-contact input[type="submit"] {
  width: auto;
  padding: 16px 66px;
  margin: 0;
  background: var(--color-secondary);
  border: 0;
  color: #fff;
  border-radius: 5px;
  transition: all 0.5s;
  cursor: pointer;
  font-weight: 800;
  position: relative;
}

.form-contact input:hover[type="submit"] {
  background: #000;
  color: #fff;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.aos-animate .char {
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation-delay: calc(30ms * var(--char-index));
}
/* Preloader CSS */
.preloader {
  background-color: #fff;
  bottom: 0;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 99999;
}
.preloader-form {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.preloader .loader {
  margin: 0 auto;

  position: relative;
  text-align: center;
}
.preloader .pre-box {
  width: 50px;
  height: 50px;
  background: var(--color-secondary);
  -webkit-animation: animate 0.5s linear infinite;
  animation: animate 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
.preloader .pre-shadow {
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  -webkit-animation: shadow 0.5s linear infinite;
  animation: shadow 0.5s linear infinite;
}
@-webkit-keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}

@-webkit-keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
}

@keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
}
@media screen and (max-width: 1024px) {
  .right-skill,
  .left-footer {
    max-width: 500px;
  }
  .section1-head .description {
    margin-left: 0;
    max-width: 100%;
  }
  .right-footer .shape-icon-two {
    right: 0;
  }
  .wr-feedback .owl_prev {
    left: 0;
    bottom: auto;
    top: 30%;
  }
  .wr-feedback .owl_next {
    right: 0;
    bottom: auto;
    top: 30%;
  }
  .main-head .center-layout {
    padding: 0 15px !important;
  }
  .menu,
  .section-project .pbefore,
  .section-project .pafter,
  .img_profile {
    display: none;
  }
  .main-head {
    padding: 12px 0px;
  }
  .section1-head {
    max-width: 100%;
    width: 100%;
  }
  .img-profile-mb {
    display: flex;
  }
  .section-head {
    padding: 120px 0px 0px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  .form-contact input,
  .form-contact select {
    width: 100%;
  }
  .section-contact {
    background-size: 100%;
  }
  .wr-follow {
    padding: 60px 20px;
  }
  .section-about .d-flex,
  .wr-follow.d-flex,
  .main-footer.d-flex {
    flex-direction: column;
    gap: 24px;
  }
  .section-skill .m-skill,
  .main-footer.d-flex {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .left-about,
  .right-about,
  .left-skill,
  .left-footer,
  .right-footer {
    width: 100%;
    max-width: 100%;
  }
  .box-project {
    width: 50%;
  }
  .left-about {
    border-left: 0;
    padding: 30px 0px;
  }
  .right-about {
    text-align: center;
    padding: 30px 0px 0px 0px;
  }
  .section-about,
  .section-skill,
  .section-project,
  .section-follow,
  .section-video,
  .section-feedback,
  .section-contact {
    padding: 40px 0px;
  }

  .title-skill {
    max-width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .logo img {
    max-width: 120px;
  }
  .item-footer {
    width: 100%;
  }
  .item-footer .text {
    font-size: 1.25rem;
  }
  .group-fl {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .main-fl h3 {
    font-size: 2.5rem;
  }
  .flex-title div {
    font-size: 1rem;
  }
  .section-video iframe {
    height: 300px;
  }
  .box-feedback {
    flex-direction: column;
    gap: 24px;
  }
  .exp-skill-mb {
    display: block;
  }
  .exp-skill {
    display: none;
  }
  .content-skill1,
  .content-skill2 {
    display: flex;
    flex-direction: column;
  }
  .content-skill2,
  .box-skill.mr {
    margin-top: 0;
  }

  .item-skill {
    padding: 0;
  }
  .title-skill {
    font-size: 2.5rem;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .img-about img {
    max-width: 100%;
  }
  .section1-head h1 {
    font-size: 3rem;
    line-height: 55px;
  }
  .main-title h2 {
    font-size: 2rem;
    line-height: 38px;
  }
  .box-skill {
    width: 50%;
  }
  .main-footer h2 {
    font-size: 2rem;
    line-height: 38px;
  }
}
@media screen and (max-width: 576px) {
  .lang {
    font-size: 0.875rem;
  }
  .flex-project {
    margin: 0;
  }
  .box-skill,
  .box-project {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
  .box-skill {
    margin-bottom: 0;
  }
}
