@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap");
/* generaic style */
body {
  font-family: "Sora", sans-serif;
  background-color: #ffffff;
  font-size: 1.094rem;
  line-height: 1.75rem;
}
body .container {
  padding-right: 2rem;
  padding-left: 2rem;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.fade-in-up.animate {
  opacity: 1;
  transform: translateY(0);
}

.navbar {
  box-shadow: 0 10px 50px 0 rgba(74, 144, 226, 0.08);
  padding: 10px 0px;
}
.navbar .nav-link {
  padding: 9px 28px !important;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  color: #474747;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-left: 0px !important;
}
.navbar .nav-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.navbar .nav-item.active .nav-link {
  background: -webkit-linear-gradient(left, #A3CEFF, #64ADFF), linear-gradient(90deg, #A3CEFF, #64ADFF);
  -webkit-background-clip: text;
  color: #64adff;
}
.navbar .navbar-brand {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(left, #A3CEFF, #64ADFF), linear-gradient(90deg, #A3CEFF, #64ADFF);
  -webkit-background-clip: text;
  color: #6ba6e8;
  font-weight: 800;
  font-size: 1.368rem;
  line-height: 2.25rem;
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("../imgs/general/btn-close.png");
  width: 1rem;
  height: 1rem;
}
.navbar .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("../imgs/general/btn-menu.png");
  width: 1.2rem;
  height: 1.2rem;
}
.navbar .navbar-collapse.show {
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .navbar ul {
    padding-left: 0px !important;
  }
}

.navbar.bg-light {
  background-color: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(10px);
}

section {
  padding-top: 12rem;
}
@media screen and (max-width: 479px) {
  section {
    padding-top: 6rem;
  }
}
section .card {
  background-color: #FBFBFD;
  border-radius: 20px;
  border: 1px solid #EFF1F5;
  padding: 2rem;
}
section .card .card-title {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(left, #666666, #323232), linear-gradient(90deg, #666666, #323232);
  -webkit-background-clip: text;
  color: #323232;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
section .card .card-body {
  color: #474747;
  padding: 0px;
}
section .card .card-body .card-heading {
  display: block;
}
@media screen and (min-width: 768px) {
  section .card .card-body .card-heading {
    display: flex;
  }
}
section .card .card-body .card-text {
  padding-left: 0px;
}
section .card .card-body .card-icon {
  width: 60px;
  margin-bottom: 1rem;
  margin-left: -7px;
}
@media screen and (min-width: 768px) {
  section .card .card-body .card-icon {
    margin-right: 1rem;
  }
}
section .card .card-body .pr-0 {
  padding-right: 0px;
}
section .card .card-body .pl-0 {
  padding-left: 0px;
}
section h2 {
  margin-bottom: 5rem;
  color: #474747;
  font-size: 2.136rem;
  line-height: 2.75rem;
  font-weight: 400;
}
@media screen and (max-width: 479px) {
  section h2 {
    margin-bottom: 2.5rem;
  }
}
section .btn-primary {
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 10px;
  background-color: #64ADFF;
  background-image: -webkit-gradient(linear, left top, right top, from(#A3C8FC), to(#64ADFF)), linear-gradient(90deg, #A3C8FC, #64ADFF);
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  font-size: 0.875rem;
  line-height: 20px;
  border: none;
  color: #474747;
  transition: all 0.7s ease;
  width: 45px;
}
section .btn-primary:hover {
  transform: translateY(-5px);
  box-shadow: 0px 12px 18px rgba(163, 200, 252, 0.5);
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 3.338rem;
  line-height: 4rem;
  font-weight: 800;
  text-align: left;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(left, #A3CEFF, #64ADFF), linear-gradient(90deg, #A3CEFF, #64ADFF);
  -webkit-background-clip: text;
  color: #6ba6e8;
}
@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 16px;
    font-size: 2rem;
    line-height: 2.375rem;
  }
}

.main-banner {
  background-image: url(../imgs/general/bg-pattern.png);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5rem;
}
.main-banner h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 3.338rem;
  line-height: 4rem;
  font-weight: 800;
  text-align: left;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(left, #A3CEFF, #64ADFF), linear-gradient(90deg, #A3CEFF, #64ADFF);
  -webkit-background-clip: text;
  color: #6ba6e8;
}
@media screen and (max-width: 479px) {
  .main-banner h1 {
    margin-bottom: 16px;
    font-size: 2rem;
    line-height: 2.375rem;
  }
}
.main-banner .introduction {
  max-width: 770px;
}
.main-banner .introduction-text {
  font-size: 1.2rem;
  line-height: 2.25rem;
  text-align: left;
  margin-bottom: 1rem;
  color: #474747;
}
@media screen and (max-width: 479px) {
  .main-banner .introduction-text {
    font-size: 1.025rem;
    line-height: 1.688rem;
  }
}
@media screen and (max-width: 479px) {
  .main-banner img {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main-banner img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 2rem;
  }
}

#follow-me .card-icon {
  margin-right: 20px;
}
#follow-me img {
  margin-bottom: 1rem;
}
#follow-me .social-media {
  filter: grayscale(100%);
  transition: all 300ms ease;
}
#follow-me .social-media:hover {
  filter: grayscale(0%);
}
@media screen and (min-width: 768px) {
  #follow-me .card-heading {
    justify-content: center;
  }
  #follow-me .card-body {
    text-align: center;
  }
}

#work img {
  border-radius: 16px;
}
#work .card {
  padding: 0px;
  border-radius: 16px;
  border: none;
  margin-bottom: 5rem;
}
@media screen and (max-width: 479px) {
  #work .card {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 479px) {
  #work .card .card-body {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #work .card .card-body {
    padding: 2rem 4rem;
  }
}
#work .card .card-body .card-title {
  margin-bottom: 20px;
  color: #ffffff;
  background: -webkit-linear-gradient(left, #ffffff, #ffffff), linear-gradient(90deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  font-size: 2.136rem;
  line-height: 2.75rem;
  font-weight: 800;
  text-align: left;
}
@media screen and (max-width: 479px) {
  #work .card .card-body .card-title {
    margin-bottom: 12px;
    font-size: 1.6rem;
    line-height: 2.063rem;
  }
}
#work .card .card-body .card-text {
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  max-width: 85%;
}
@media screen and (max-width: 768px) {
  #work .card .card-body .card-text {
    max-width: 100%;
  }
}
#work .card .card-body .btn-secondary {
  font-size: 1.094rem;
  line-height: 1.75rem;
  padding: 16px 32px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 10px;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}
#work .card .card-body .btn-secondary:hover {
  opacity: 0.7;
}
#work .card .card-body .btn-secondary:focus {
  box-shadow: none;
}
@media screen and (max-width: 479px) {
  #work .card .card-body .btn-secondary {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  #work .card .card-body.ms-5 {
    margin-left: 0px !important;
  }
}
#work .campaign-manager {
  background-color: #60b9c9;
}
#work .olay {
  background-color: #000000;
}
#work .eventora {
  background-color: #5c5d61;
}
#work .price-tag {
  background-color: #CB5753;
}
#work .currency-exchange {
  background-color: #BCB17C;
}
#work .same {
  background-color: #1F2020;
}
#work .coding-projects {
  background-color: #22252a;
}

#side-projects .ui-kits {
  border-radius: 16px;
  background-image: url(../imgs/general/uikits-background.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 440px;
}
@media screen and (max-width: 479px) {
  #side-projects .ui-kits {
    min-height: 420px;
  }
}
#side-projects .mockups {
  border-radius: 16px;
  background-image: url(../imgs/general/mockups-background.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 440px;
}
@media screen and (max-width: 479px) {
  #side-projects .mockups {
    min-height: 420px;
  }
}
#side-projects .card {
  border-radius: 16px;
}
#side-projects .card .card-img-overlay {
  padding: 3rem;
}
@media screen and (max-width: 479px) {
  #side-projects .card .card-img-overlay {
    padding: 2rem;
  }
}
#side-projects .card .card-img-overlay .img-icon {
  max-width: 96px;
}
#side-projects .card .card-img-overlay .card-title {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 2.136rem;
  line-height: 2.75rem;
  font-weight: 800;
  text-align: left;
}
@media screen and (max-width: 479px) {
  #side-projects .card .card-img-overlay .card-title {
    margin-bottom: 12px;
    font-size: 1.6rem;
    line-height: 2.063rem;
  }
}
#side-projects .card .card-img-overlay .card-text {
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  max-width: 100%;
}
@media screen and (max-width: 479px) {
  #side-projects .card .card-img-overlay .card-text {
    max-width: 100%;
  }
}
#side-projects .card .card-img-overlay .btn-secondary {
  font-size: 1.094rem;
  line-height: 1.75rem;
  padding: 16px 32px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 10px;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}
#side-projects .card .card-img-overlay .btn-secondary:hover {
  opacity: 0.7;
}
#side-projects .card .card-img-overlay .btn-secondary:focus {
  box-shadow: none;
}

@media screen and (min-width: 768px) {
  #feedback .mb-4 {
    margin-bottom: 2rem !important;
  }
}
#feedback #testimonial-carousel .carousel-item .card-heading {
  display: block;
  margin-bottom: 10px;
}
#feedback #testimonial-carousel img {
  width: 50px;
  height: auto;
  border: 3px solid #ffffff;
}
#feedback #testimonial-carousel small {
  opacity: 0.6;
  font-style: italic;
}

#social-media .title {
  color: #474747;
}
#social-media a {
  text-decoration: none;
}
#social-media a .icon {
  margin-right: 2rem;
}

#footer {
  padding-top: 0px;
  margin-top: 12rem;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 479px) {
  #footer {
    margin-top: 6rem;
  }
}
#footer .text {
  color: #474747;
  opacity: 0.6;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

body.body-internal {
  background-color: #fafafa;
}
body.body-internal .row {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
  padding-bottom: calc(var(--bs-gutter-x) * 1);
}
body.body-internal .row .no-padding {
  padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);
  padding-bottom: calc(var(--bs-gutter-x) * 0);
}
body.body-internal .bg {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
}
body.body-internal section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
body.body-internal section.dark {
  background-color: #EFF1F5;
}
body.body-internal section.case-study-header {
  padding-top: 200px;
  margin-bottom: 0rem;
}
body.body-internal h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #64adff;
  font-size: 3.338rem;
  line-height: 4rem;
  font-weight: 800;
  text-align: left;
}
body.body-internal h2 {
  margin-top: 0px;
  color: #333;
  font-size: 2.136rem;
  line-height: 2.75rem;
  font-weight: 400;
}
body.body-internal h3 {
  text-align: left;
  color: #333;
  font-weight: 600;
  margin-left: 53px;
  margin-bottom: 30px;
  font-size: 2.136rem;
}
@media screen and (max-width: 767px) {
  body.body-internal h3 {
    margin-left: 23px;
  }
}
body.body-internal h4 {
  margin-top: 48px;
  margin-bottom: 16px;
  color: #64adff;
  font-size: 1.368rem;
  line-height: 2.25rem;
  font-weight: 800;
  text-align: left;
}
body.body-internal h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #333;
  font-size: 1.368rem;
  line-height: 2.25rem;
  text-transform: inherit;
}
@media screen and (max-width: 479px) {
  body.body-internal h5 {
    text-align: left;
  }
}
body.body-internal h6 {
  margin-bottom: 8px;
  line-height: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
}
body.body-internal p {
  color: #666;
}
body.body-internal a {
  color: #474747;
  text-decoration: none;
}
body.body-internal li {
  color: #666;
}
@media screen and (max-width: 767px) {
  body.body-internal .color {
    margin-top: 0px;
  }
}
body.body-internal .h1-details {
  margin-bottom: 8px;
  color: #474747;
}
body.body-internal .h1-subline {
  margin-bottom: 0px;
  color: #474747;
  font-size: 2rem;
  margin-top: 2rem;
  font-weight: 400;
}
body.body-internal .card-head {
  display: flex;
  margin-bottom: 20px;
}
body.body-internal .card-head p {
  margin-bottom: 0px;
  font-size: 1rem;
  padding-top: 4px;
}
body.body-internal .card-head h5 {
  margin-bottom: 0px;
  padding-top: 4px;
}
body.body-internal .card-head img {
  margin-right: 10px;
}
body.body-internal .second-row {
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 989px) {
  body.body-internal .second-col {
    margin-top: 30px;
  }
}
body.body-internal .empathy-map ul {
  padding-left: 18px;
}
body.body-internal .persona .persona-name {
  font-weight: 600;
  margin-bottom: 0px;
}
body.body-internal .persona .persona-title {
  margin-bottom: 1rem;
  font-style: italic;
}
body.body-internal .persona .persona-job {
  font-size: 1rem;
}
body.body-internal .persona .persona-card {
  text-align: center;
}
body.body-internal .persona .demographics {
  text-align: center;
}
body.body-internal .persona .demographics ul {
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  body.body-internal .persona .demographics h5 {
    text-align: center;
  }
}
body.body-internal .wsjf .list p {
  margin-left: -20px;
}
body.body-internal .wsjf .number {
  background-color: rgba(159, 187, 91, 0.82);
  color: #333;
  font-weight: 600;
  border-radius: 20px;
  margin-right: 10px;
  min-width: 40px;
  min-height: 40px;
  display: inline-table;
  text-align: center;
  padding-top: 6px;
}
body.body-internal .introduction .intro {
  color: #333;
  line-height: 2.25rem;
}
body.body-internal .introduction .color {
  color: #474747;
}
body.body-internal .introduction .project-duration {
  display: inline-block;
  margin-right: 2rem;
}
body.body-internal .introduction .project-duration .number {
  font-size: 2rem;
  margin-bottom: 0px;
}
body.body-internal .introduction img {
  width: 30%;
}
body.body-internal .facts-details {
  margin-bottom: 32px;
  color: #666;
}
body.body-internal .understanding-the-project .color {
  color: #474747;
}
body.body-internal section#footer {
  padding-bottom: 0px;
}
body.body-internal #footer {
  padding-top: 0px;
  margin-top: 12rem;
}
@media screen and (max-width: 479px) {
  body.body-internal #footer {
    margin-top: 6rem;
  }
}
body.body-internal #footer .text {
  color: #474747;
  opacity: 0.6;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.discover {
  color: #F15A29;
}
.discover .color {
  color: #F15A29;
}

.define {
  color: #9fbb5b;
}
.define .color {
  color: #9fbb5b;
}

.develop {
  color: #4BABC4;
}
.develop .color {
  color: #4BABC4;
}

.deliver {
  color: #8265A4;
}
.deliver .color {
  color: #8265A4;
}

iframe {
  border-radius: 16px;
  outline: 2px solid #cbcbcb;
  box-shadow: 0px 20px 18px #f5f5f5;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ui-design img {
  border-radius: 10px;
  border: 2px solid rgba(51, 51, 51, 0.2);
}
.ui-design a {
  color: #333;
  text-decoration: underline;
}

.gif-image {
  border-radius: 16px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.prototype a {
  text-decoration: underline;
}

.design-process .color {
  color: #474747;
}

.price-tag .prototype .bg {
  background-color: rgba(102, 102, 102, 0.06);
  background-color: #ffffff;
}
.price-tag .wireframe .color {
  color: #4BABC4;
}
.price-tag .goals .color {
  color: #40AAFF;
}
.price-tag .design .color {
  color: #AB69FF;
}
.price-tag .icons .color {
  color: #EB5757;
}

.olay .discover .color {
  color: #40AAFF;
}
.olay .discover .findibility img {
  border-radius: 10px;
}
.olay .define .color {
  color: #EB5757;
}
.olay .ideate {
  color: #4BABC4;
}
.olay .ideate .color {
  color: #4BABC4;
}
.olay .design {
  color: #8E35FF;
}
.olay .design .color {
  color: #AB69FF;
}
.olay .usability-testing .color {
  color: #4CCC81;
}
.olay .impact .list p {
  margin-left: -20px;
}
.olay .impact .number {
  background-color: rgba(235, 87, 87, 0.3);
  color: #333;
  font-weight: 600;
  margin-right: 10px;
  min-width: 34px;
  min-height: 34px;
  display: inline-table;
  text-align: center;
  padding-top: 4px;
  border-radius: 16px;
}
.olay .prototype img {
  border-radius: 10px;
}
.olay .prototype a {
  color: #333;
  text-decoration: underline;
}

.currency-exchange .discover .color {
  color: #40AAFF;
}
.currency-exchange .define .color {
  color: #EB5757;
}
.currency-exchange .design .color {
  color: #AB69FF;
}

.same .discover .color {
  color: #40AAFF;
}
.same .goals .color {
  color: #40AAFF;
}
.same .wireframe .color {
  color: #4BABC4;
}
.same .design .color {
  color: #AB69FF;
}

.eventora .goals .color {
  color: #40AAFF;
}
.eventora .introduction .intro {
  line-height: 2rem;
}
.eventora .design .color {
  color: #AB69FF;
}
.eventora .prototype .bg.dark {
  background-color: #232326;
}

.coding-projects img {
  border-radius: 10px;
}
.coding-projects .bg img {
  border: 1.5px solid #fafafa;
}
.coding-projects .card-head {
  margin-bottom: 4px;
}
.coding-projects p.card-details {
  margin-bottom: 30px;
}
.coding-projects .btn.project {
  margin-top: 30px;
  padding: 16px 32px;
  border-radius: 10px;
  background-color: #fafafa;
  color: #474747;
  text-align: center;
  border: none;
}
@media screen and (max-width: 479px) {
  .coding-projects .btn.project {
    width: 100%;
  }
}
.coding-projects .sub-heading {
  margin-left: 53px;
}
@media screen and (max-width: 767px) {
  .coding-projects .sub-heading {
    margin-left: 23px;
  }
}

/*# sourceMappingURL=style.css.map */
