/*

Table of Content:
- fonts
- general
- button
- navbar
- home intro
- about us
- process work
- portfolio
- services
- words
- news
- contact
- form input
- footer bottom / copyright
- footer
- responsive

*/

/* variable */

/* fonts */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700;800;900&display=swap");

/* general */

body {
  background: #fff;
  color: #717e96;
  font-size: 16px;
  font-weight: 400;
  font-family: "Heebo", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 110%;
  margin: 0;
  /* font-family: "Heebo", sans-serif; */
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  color: #020312;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

a {
  color: #020312;
}

a:hover {
  text-decoration: none;
  transition: 0.5s ease-out;
}

a p {
  color: #717e96;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

.row {
  margin-bottom: 30px;
}

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

/* button */
.button {
  background: #f27649;
  padding: 12px 30px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px;
  color: #fff;
  margin-top: 22px;
  border: 2px solid transparent;
  transition: 0.5s ease-out;
  display: inline-block;
}

.button:hover {
  color: #fff;
  opacity: 0.5;
}

.button.button-secondary:hover {
  border-color: #415678;
  color: #fff;
  background: #415678;
  transition: 0.5s ease-out;
}

.section {
  padding: 90px 0;
}

.section-bottom-only {
  padding-bottom: 90px;
}

.section-title {
  margin-bottom: 50px;
  text-align: center;
}

.section-title .title-top {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fd6d3f;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 600;
}

.section-title h3 {
  font-size: 36px;
  font-weight: 800;
}

.section-title.section-title-left {
  text-align: left;
}

.section-title .title-desc {
  margin-top: 15px;
}

/* navbar */
.navbar {
  background: transparent;
  transition: 0.5s ease-out;
  padding: 15px 0;
}

.gtn {
  border: solid 2px #292929;
  border-radius: 0.5rem;
}
.gtn:hover {
  background: #fd6e3f;
  transition: all 0.3s ease;
  color: #ffffff;
}

.navbar .navbar-brand h1 {
  font-size: 26px;
  color: #020312;
}

.navbar .navbar-brand img {
  width: 10rem;
}

.navbar .navbar-nav li {
  padding: 0 10px;
}

.navbar .navbar-nav li .nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #020312;
  transition: all 0.3s ease;
}

.navbar .navbar-nav li:hover .nav-link {
  color: #fd6e3f;
}

.navbar .navbar-nav li:hover .gtl {
  color: #ffffff !important;
  transition: all 0.3s ease;
}

.navbar .navbar-toggler {
  border-radius: 0;
  border: 0;
  transition: all 0.5s ease;
}

.navbar .navbar-toggler i {
  font-size: 28px;
}

.navbar .navbar-toggler:focus {
  outline: 0;
}

.navbar.navbar-fixed {
  background: #ffffff;
  transition: 0.2s ease;
  box-shadow: 0 18px 37px -7px rgba(0, 0, 0, 0.25);
}

/* home intro */
.home-intro {
  padding: 120px 0;
}

.home-intro .content h2 {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 100%;
  margin-top: 2rem;
}

.home-intro .content h2 span {
  font-size: 2.7rem;
  font-weight: 500;
}
.home-intro .content p {
  margin-top: 1.5rem;
}

.home-intro .content h2 .color-highlight {
  color: #fd6d3f;
}

.home-intro .content h2:nth-child(2) {
  margin-bottom: 30px;
}

.home-intro .content-image svg {
  padding-top: 3.5rem;
  width: 100%;
}

.home-intro ul li {
  display: inline-block;
}

.for-phone {
  display: none;
}

/* about us */

.about .container {
  background: #ffcdbc;
  border-radius: 0.5rem;
  margin-top: 1rem;
}
.about .content {
  width: 100%;
  padding-left: 1rem;
}

.about .content-tag h3 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 2rem;
  text-align: start;
  padding: 2rem;
}
.about .content-tag p {
  padding-left: 2rem;
}

.item {
  width: 100vw;
  height: 20vh;
  padding-top: 1.5rem;
  margin: 0.5rem;
  border-radius: 0.5rem;
  text-align: start;
}

.item p {
  color: rgb(88, 88, 88);
  padding-left: 2rem;
  font-weight: 200;
  font-size: 20px;
}

.item .pr-1 {
  padding-top: 15px;
}
.item .pr-2 {
  padding-top: 30px;
}
.item .pr-3 {
  padding-top: 10px;
}
.item .pr-4 {
  padding-top: 40px;
}

/* process work ---> Certification */
.process-work .row {
  min-height: 10rem;
}

.process-work .content {
  text-align: center;
  width: 250px;
  height: 200px;
  margin: auto;
  justify-content: space-around;
  background: #f8f8fc;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.process-work .content .basis {
  text-align: center;
}
.process-work .content .google {
  margin-top: 2.7rem;
}
.process-work .content .microsoft {
  margin-top: 3.5rem;
  border-radius: 15px;
}
.process-work .content .coursera {
  margin-top: 1.3rem;
}

.process-work .content:hover {
  background: linear-gradient(45deg, #dbdbdb, #ffffff);
  transition: all 0.3s ease;
}

.process-work .content:hover i {
  color: #fff;
}

.process-work .content:hover h5 {
  color: #fff;
}

.process-work .content:hover p {
  color: #fff;
}

.process-work .content img {
  width: 200px;
  padding: 0.5rem;
}

.process-work .content h5 {
  margin-bottom: 10px;
}

/* portfolio */
.portfolio {
  margin-top: 90px;
}
.portfolio .portfolio-filter-menu {
  text-align: center;
  margin-bottom: 30px;
}

.portfolio .portfolio-filter-menu ul li {
  display: inline-block;
  margin: 0 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.portfolio .portfolio-filter-menu ul li.active {
  color: #415678;
  font-weight: 800;
}

.portfolio .row .col-md-4 {
  padding: 15px;
}

.portfolio .content-image {
  position: relative;
}

.portfolio .content-image img {
  width: 100%;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.portfolio .content-image .image-caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease;
  color: #fff;
  transform: scale(0.9);
}

.portfolio .content-image .image-caption h4 {
  color: #fff;
  margin-bottom: 5px;
}

.portfolio .content-image .image-caption span {
  font-size: 15px;
}

.portfolio .content-image .image-overlay {
  background: #020312;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  opacity: 0;
  transition: all 0.5s ease;
  margin: auto;
}

.portfolio .content-image:hover .image-caption {
  opacity: 1;
  transform: scale(1);
}

.portfolio .content-image:hover .image-overlay {
  opacity: 0.7;
  transform: scale(1.05);
}

.portfolio .content-image:hover img {
  transform: scale(1.05);
  box-shadow: 0 0 37px -8px rgba(0, 0, 0, 0.53);
}

/* services */
.services {
  padding-top: 0px;
}

.services .content {
  text-align: center;
  padding: 15px 25px;
  margin: 0px;
  height: 300px;
  background: #f8f8fc;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.services .content:hover {
  background: #fd6d3f;
  transition: all 0.3s ease;
}

.services .content:hover i {
  color: #fff;
}

.services .content:hover h5 {
  color: #fff;
}

.services .content:hover p {
  color: #fff;
}

.services .content .serv-icon {
  position: relative;
  display: inline-block;
}

.services .content i {
  font-size: 60px;
  padding-top: 35px;
  color: #fd6d3f;
}
.services .content .fa-icon {
  font-size: 50px;
  padding: 22px;

  color: #fd6d3f;
}

.services .content .clone-icon i {
  position: absolute;
  top: 0;
  left: 15px;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.services .content .clone-icon i {
  position: absolute;
  top: 0;
  left: -15px;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.services .content h5 {
  margin-bottom: 10px;
}

.services .content:hover .clone-icon i {
  position: absolute;
  top: -26px;
  left: -12px;
  right: 0;
  opacity: 0.2;
}
.services .content:hover .clone-icon .fa-icon {
  position: absolute;
  top: 7px;
  left: -12px;
  right: 0;
  opacity: 0.2;
}

/* words */
.words-section .content {
  background: #fd6d3f;
  padding: 40px;
  border-radius: 15px;
}

.words-section .content h4 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
}

.words-section .content h4:first-child {
  margin-bottom: 5px;
}

.words-section .content .button-wrap {
  text-align: right;
}

.words-section .content .button-wrap .button {
  margin-top: 0;
}
.words-section .content .button-wrap .w-btn {
  margin-top: 0;
  background: #f5f5f5;
  color: #fd6d3f;
}
.words-section .content .button-wrap .w-btn:hover {
  margin-top: 0;
  background: #000000;
  color: #ffffff;
  opacity: 1;
}

/* contact */
.contact .content h5 {
  margin-top: 35px;
  margin-bottom: 15px;
}

.contact .content h5:first-child {
  margin-top: 0;
}

.contact .content-right {
  text-align: center;
}

.contact .button {
  margin-top: 0;
}

/* form */
form input {
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  padding: 14px 20px;
  width: 100%;
  color: #aaa;
  border-radius: 5px;
  text-align: left;
}

form textarea {
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  padding: 14px 20px;
  width: 100%;
  color: #aaa;
  border-radius: 5px;
  text-align: left;
}

/* footer bottom */
.footer-bottom {
  background: #000000;
  text-align: center;
  padding: 15px 0 25px;
}

/* footer */
footer {
  background: #000000;
  padding: 40px 0 30px;
}

footer .brand {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

footer .brand img {
  width: 120px;
}

footer h5 {
  color: #fff !important;
  margin-bottom: 15px;
}

footer ul li {
  margin-bottom: 8px;
}

footer ul li a {
  color: #717e96;
}

footer ul li a i {
  margin-right: 10px;
}

footer ul.social li a i {
  width: 20px;
}

/* responsive */
@media (max-width: 980px) {
  .home-intro .content h2 {
    font-size: 40px;
  }

  .process-work .col-md-6 .content {
    margin-bottom: 30px;
  }

  .process-work .col-md-6:nth-last-child(-1n + 2) .content {
    margin-bottom: 0;
  }

  .news .content h4 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* services */
  .services .content h5 {
    font-size: 17px;
  }
  .services .content p {
    font-size: 13.5px;
  }

  /* about  */

  .item {
    width: 100vw;
    height: 13vh;
    padding: 0;
  }
  .item p {
    font-size: 15px;
  }
  .about .content-tag h3 {
    margin-top: 40px;
    margin-bottom: 30px;

    font-size: 1.5rem;
    text-align: center;
    padding: 1rem;
  }
  .item .pr-1 {
    padding-top: 20px;
  }
  .item .pr-2,
  .item .pr-4 {
    padding-top: 35px;
  }

  .item .pr-3 {
    padding-top: 12px;
  }

  /* certification  */

  .process-work .content {
    width: 150px;
    height: 120px;
  }
  .process-work .content img {
    width: 125px;
  }
  .process-work .content .basis {
    text-align: center;
  }
  .process-work .content .google {
    margin-top: 1.7rem;
  }
  .process-work .content .microsoft {
    margin-top: 2.1rem;
    border-radius: 15px;
  }
  .process-work .content .coursera {
    margin-top: 0.7rem;
  }
}

@media (max-width: 768px) {
  .navbar .navbar-nav {
    background: #fff;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 15px 15px;
    border-top: 0;
    outline: none;
    padding: 14px 10px;
  }

  .navbar .navbar-brand {
    margin-left: 15px;
  }

  .home-intro .content-image img {
    margin-top: 45px;
    float: none;
  }

  .process-work .col-sm-6 .content {
    margin-bottom: 30px;
  }

  .process-work .col-sm-6:nth-last-child(-n + 2) .content {
    margin-bottom: 0;
  }

  .services .row:first-child {
    margin-bottom: 0;
  }

  .services .row:last-child .col-sm-12:last-child .content {
    margin-bottom: 0;
  }

  .services .content {
    margin-bottom: 30px;
  }

  .news .content {
    margin-bottom: 30px;
  }

  .news .col-sm-12 .row .col-sm-12:nth-last-child(1) .content {
    margin-bottom: 0;
  }

  .words-section .content .button-wrap {
    margin-top: 30px;
    text-align: center;
  }

  .contact form {
    margin-top: 40px;
  }

  footer {
    text-align: center;
  }

  footer .col-sm-6 .content {
    margin-bottom: 30px;
  }

  footer .col-sm-6:nth-last-child(-1n + 2) .content {
    margin-bottom: 0;
  }
  /* about  */

  .item {
    width: 100vw;
    height: 13vh;
    padding: 0;
  }
  .item p {
    font-size: 15px;
  }
  .about .content-tag h3 {
    margin-top: 40px;
    margin-bottom: 30px;

    font-size: 1.5rem;
    text-align: center;
    padding: 1rem;
  }
  .item .pr-1 {
    padding-top: 12px;
  }
  .item .pr-2,
  .item .pr-4 {
    padding-top: 35px;
  }

  .item .pr-3 {
    padding-top: 12px;
  }
}

@media (max-width: 480px) {
  /* nav  */

  .gtn {
    border: none;
  }

  .gtn:hover {
    background: none;
  }
  .for-pc-tab {
    display: none;
  }
  .for-phone {
    display: block;
  }
  /* home-intro  */
  .home-intro .content p {
    font-size: 0.7rem;
  }

  .process-work .col-xs-12:last-child .content {
    margin-bottom: 0;
  }

  .process-work .col-xs-12:nth-last-child(2) .content {
    margin-bottom: 30px;
  }

  footer .col-xs-12:nth-last-child(2) .content {
    margin-bottom: 30px;
  }
  .home-intro .content h2 span {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .home-intro .content h2 {
    font-size: 31px;
  }

  /* About  */
  .about .content-tag h3 {
    font-size: 1.5rem;
    text-align: center;
    padding: 0;
  }

  .about .content {
    padding: 0;
    margin: 0;
  }
  .home-intro {
    padding-bottom: 0;
  }

  .item {
    width: 100vw;
    height: 25vh;
    padding: 0;
    /* margin-bottom: 40px; */
  }

  .item p {
    padding: 0;
    margin-bottom: 10px;
    font-weight: 200;
    font-size: 15px;
    text-align: center;
  }

  .item .pr-1,
  .item .pr-2,
  .item .pr-3,
  .item .pr-4 {
    padding: 0px;
  }
  /* Certification  */
  .process-work .content {
    text-align: center;
    width: 250px;
    height: 200px;
  }
  .process-work .content img {
    width: 200px;
    padding: 0.5rem;
  }

  .process-work .content .basis {
    text-align: center;
  }
  .process-work .content .google {
    margin-top: 2.7rem;
  }
  .process-work .content .microsoft {
    margin-top: 3.5rem;
    border-radius: 15px;
  }
  .process-work .content .coursera {
    margin-top: 1.3rem;
  }
}

@media (max-width: 380px) {
  .item {
    margin-top: 0px;
    padding: 0;
  }
  .item .pr-1,
  .item .pr-2,
  .item .pr-3,
  .item .pr-4 {
    padding: 0px;
    font-size: 0.8rem;
  }
}

/* ------------ SVG Animation ------------ */ /* Steps: */
#column-r1 {
  animation: column 2.5s ease alternate;
}
#column-r2 {
  animation: column 2s ease alternate;
}
#column-r3 {
  animation: column 1.5s ease alternate;
}
#column-r4 {
  animation: column 1s ease alternate;
}

#base-line {
  animation: BaseLine 2.5s ease;
}

/* Keyframes: */

@keyframes column {
  from {
    transform: translateX(0%) rotate(10deg);
    opacity: 0;
  }
  to {
    transform: translateZ(-100%);
  }
}
@keyframes BaseLine {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateZ(100%);
  }
}

/* Text animation on scrolling: */
