html {
  font-size: 14px;
  scroll-behavior: smooth;
}

.pb-40 {
  padding-bottom: 40px;
}

.mb-30 {
  margin-bottom: 2.143rem;
}

.mb-40 {
  margin-bottom: 2.857rem;
}

.mb-60 {
  margin-bottom: 4.286rem;
}

.site-header {
  top: 40px;
  left: 42%;
  right: 50px;
  height: 80px;
  z-index: 100;
  padding-left: 58px;
  padding-right: 42px;
  border-radius: 80px;
  background: #585d65;
  -webkit-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
  transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
}

@media screen and (max-width: 1280px) {
  .site-header {
    left: 30.4%;
  }
}

@media screen and (max-width: 991px) {
  .site-header {
    padding: 0 30px;
    left: 0;
    right: 0;
    top: 0;
    height: 80px;
    background-color: transparent;
    border-radius: 0;
  }
  .site-header.header-bg {
    background: #27303865;
  }
}

@media screen and (max-width: 575px) {
  .site-header {
    padding: 0 15px;
  }
}

.site-header li {
  margin-right: 40px;
  position: relative;
  vertical-align: top;
  display: inline-block;
}

.site-header li.current-menu-item a {
  color: #efb100;
}

@media screen and (max-width: 991px) {
  .site-header li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .site-header li {
    margin-right: 20px;
  }
}

.site-header li a {
  color: #fff;
  font-size: 12px;
  display: block;
  font-weight: 600;
  overflow: hidden;
  line-height: 50px;
  position: relative;
  text-decoration: none;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.site-header .menu-btn {
  padding: 20px;
  position: relative;
  margin: 8px auto 0;
  width: 64px;
  height: 64px;
  line-height: 62px;
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 64px;
}

@media screen and (max-width: 991px) {
  .site-header .menu-btn {
    display: block;
  }
}

.site-header .menu-btn span {
  position: absolute;
  top: 50%;
  left: 25px;
  right: 25px;
  height: 2px;
  background: #fff;
  margin-top: -1px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.site-header .menu-btn:before, .site-header .menu-btn:after {
  content: '';
  position: absolute;
  top: 22px;
  left: 20px;
  right: 20px;
  height: 2px;
  background: #fff;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.site-header .menu-btn:after {
  top: auto;
  bottom: 22px;
}

.animated-button {
  top: -1px;
  line-height: 16px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.animated-button:hover em {
  -webkit-transform: translateY(calc(16px*-1));
          transform: translateY(calc(16px*-1));
}

.animated-button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-shadow: 0 16px 0 #efb100;
}

.animated-button span em {
  min-width: 5px;
  font-style: normal;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.animated-button span em:nth-child(1) {
  -webkit-transition-delay: .025s;
          transition-delay: .025s;
}

.animated-button span em:nth-child(2) {
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
}

.animated-button span em:nth-child(3) {
  -webkit-transition-delay: .075s;
          transition-delay: .075s;
}

.animated-button span em:nth-child(4) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.animated-button span em:nth-child(5) {
  -webkit-transition-delay: .125s;
          transition-delay: .125s;
}

.animated-button span em:nth-child(6) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

.animated-button span em:nth-child(7) {
  -webkit-transition-delay: .175s;
          transition-delay: .175s;
}

.animated-button span em:nth-child(8) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.animated-button span em:nth-child(9) {
  -webkit-transition-delay: .225s;
          transition-delay: .225s;
}

.animated-button span em:nth-child(10) {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

.main-wrap {
  position: relative;
  margin-left: 45%;
  margin-right: 92px;
}

@media screen and (max-width: 1280px) {
  .main-wrap {
    margin-left: 35%;
  }
}

@media screen and (max-width: 991px) {
  .main-wrap {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.profile-frame {
  position: fixed;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
}

@media screen and (max-width: 1280px) {
  .profile-frame {
    width: 35%;
  }
}

@media screen and (max-width: 991px) {
  .profile-frame {
    position: relative;
    width: 100%;
    height: 70vh;
  }
}

.profile-frame__filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.profile-frame__picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (min-width: 992px) {
  .profile-frame__picture {
    mix-blend-mode: luminosity;
  }
}

.block-space {
  padding: 10rem 4.286rem 4.286rem;
}

@media screen and (max-width: 991px) {
  .block-space {
    padding: 8rem 2.286rem 2.286rem;
  }
}

.block-space.contact-us {
  padding: 4.286rem;
}

h1 {
  font-weight: 700;
  line-height: 7.143rem;
  font-size: 7.143rem;
  margin-bottom: 80px;
  font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 40px;
    text-align: center;
  }
}

.tag-line {
  font-size: 1.071;
  font-weight: 600;
  color: #efb100;
}

.typewrite {
  color: #efb100;
}

.block-title {
  font-family: 'Roboto', sans-serif;
  font-size: 3.929rem;
}

.content {
  font-weight: 300;
  line-height: 24px;
}

.brief-info {
  position: relative;
  overflow: visible;
  height: 100vh;
  z-index: 11;
}

@media screen and (max-width: 991px) {
  .brief-info {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .brief-info .tag-line {
    text-align: center;
  }
}

.brief-info p {
  max-width: 425px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.714rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .brief-info p {
    max-width: 100%;
    text-align: center;
  }
}

.brief-info .contact-btn {
  width: 187px;
  height: 60px;
  line-height: 60px;
  position: relative;
  display: block;
  color: #fff;
  overflow: hidden;
  border-radius: 35px;
  border: solid 1px #fff;
  text-transform: uppercase;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.brief-info .contact-btn:before {
  content: "";
  top: 50%;
  left: 50%;
  height: 0%;
  width: 100%;
  z-index: -1;
  position: absolute;
  background: #efb100;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.brief-info .contact-btn:hover {
  border-color: #efb100;
}

.brief-info .contact-btn:hover:before {
  height: 380%;
}

.brief-info .bounce-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-left: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  font-size: 18px;
}

.brief-info .bounce-btn .bounce-frame {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
}

.about-us__title {
  min-width: 80px;
  font-weight: 500;
  color: #efb100;
}

.article__title {
  font-size: 1.286rem;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 30px;
}

.service-frame .fas {
  font-size: 2.286rem;
  color: #efb100;
}

.experience-slider:before {
  content: "";
  z-index: 1;
  top: 94px;
  right: 0;
  height: 1px;
  width: 200px;
  position: absolute;
  background-color: #585d65;
}

@media screen and (max-width: 575px) {
  .experience-slider:before {
    top: 165px;
    width: 103px;
  }
}

.experience-slider .article__title {
  height: 60px;
  padding-left: 30px;
}

.experience-slider .article__title span {
  top: 40%;
  left: -25px;
  font-size: 12px;
  font-weight: 400;
  color: #efb100;
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
}

.experience-slider .content {
  max-width: 360px;
}

@media screen and (max-width: 575px) {
  .experience-slider .content {
    max-width: 100%;
  }
}

.design-skill .content,
.design-skill .progress {
  max-width: 380px;
}

@media screen and (max-width: 575px) {
  .design-skill .content,
  .design-skill .progress {
    max-width: 100%;
  }
}

.coading-skill .tag-line {
  margin-bottom: 2.143rem;
}

@media screen and (max-width: 575px) {
  .coading-skill .article__title {
    margin-bottom: 10px;
  }
}

.coading-skill .circle-bar {
  text-align: center;
}

.coading-skill .circle-bar .round {
  width: 90px;
  height: 90px;
  position: relative;
  margin-bottom: 30px;
}

.coading-skill .circle-bar .round strong {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
  color: #efb100;
  font-weight: 500;
}

.coading-skill .content {
  max-width: 240px;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .coading-skill .content {
    max-width: 100%;
  }
}

.portfolio .filter-button {
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
}

.portfolio .filter-button:hover {
  color: #efb100;
}

.portfolio .filter-button.active {
  color: #efb100;
}

.portfolio .gallery-product {
  margin-bottom: 30px;
}

.portfolio .gallery-product:hover .title a {
  color: #efb100;
}

.portfolio .gallery-product .base-frame {
  margin-bottom: 23px;
}

.portfolio .gallery-product .base-frame .base {
  cursor: pointer;
  background-size: cover;
  mix-blend-mode: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.portfolio .gallery-product .base-frame .base:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.portfolio .gallery-product .base-frame .base img {
  width: 100%;
}

.portfolio .gallery-product .tag-line {
  font-size: 0.857rem;
  margin-bottom: 7px;
}

.portfolio .gallery-product .title {
  font-size: 1.143rem;
  font-weight: 600;
}

.contact-frame {
  padding: 60px;
  max-width: 430px;
  border-radius: 30px;
}

@media screen and (max-width: 991px) {
  .contact-frame {
    max-width: 100%;
  }
}

.contact-frame__title {
  font-size: 24px;
  font-weight: 500;
}

.contact-frame ul {
  font-weight: 500;
}

.contact-frame__list-title {
  min-width: 80px;
  color: #efb100;
}

.progress {
  height: 4px;
  margin-top: 34px;
  overflow: visible;
  background-color: #585d65;
}

.progress .progress-bar {
  overflow: visible;
  border-radius: 5px;
}

.progress .progress-bar.bg-warning {
  background-color: #efb100;
}

.progress .progress-bar span {
  top: -20px;
  right: 0;
  font-size: 0.857rem;
  font-weight: 500;
  color: #efb100;
}

.portfolio-footer {
  top: 0;
  right: 0;
  bottom: 0;
  width: 92px;
}

@media screen and (max-width: 991px) {
  .portfolio-footer {
    top: auto;
    right: auto;
    bottom: auto;
    height: auto;
    padding: 0;
    margin: 25px 0;
    position: relative !important;
    width: 100%;
  }
  .portfolio-footer .vh-100 {
    height: auto !important;
  }
  .portfolio-footer .pb-40 {
    padding-bottom: 0;
  }
  .portfolio-footer:before {
    content: '';
    position: absolute;
    background: #585d65;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
  }
}

.portfolio-footer .social-icon {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 1.143rem;
  z-index: 1;
  position: relative;
  overflow: hidden;
  border: solid 1px #585d65;
  background-color: #273038;
}

@media screen and (max-width: 991px) {
  .portfolio-footer .social-icon {
    margin-left: 6px;
    margin-right: 6px;
  }
}

.portfolio-footer .social-icon:hover {
  color: #fff;
}

.portfolio-footer .social-icon:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.portfolio-footer .social-icon:after {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  background: #efb100;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.portfolio-footer .social-icon + .social-icon {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .portfolio-footer .social-icon + .social-icon {
    margin-top: 0;
  }
}

.portfolio-footer .social-icon.scroll {
  color: #fff;
  border-color: #efb100;
  background: #efb100;
}

.portfolio-footer .social-icon.scroll .fas {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.portfolio-footer .social-icon.scroll:hover .fas {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.cross-btn {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 45px;
  background-color: #fff;
}

.post-content {
  color: #fff;
}

.post-content .title {
  font-size: 20px;
  color: #efb100;
  margin-bottom: 0;
}

.post-content .article {
  padding-bottom: 1rem;
}

.post-content p {
  margin: 20px 0;
  font-size: 14px;
  line-height: 26px;
}

.post-content ol, .post-content ul {
  margin: 20px 0;
  padding-left: 17px;
}

.post-content ul {
  list-style: disc;
}

.post-content li {
  font-size: 14px;
  line-height: 24px;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-10px);
  }
}
/*# sourceMappingURL=style.css.map */