/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \**************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap);
/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss (1) ***!
  \******************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss (2) ***!
  \******************************************************************************************************************/
@font-face {
  font-family: "Amulya";
  src: url(b177d2fa87c4dc2edeeb.woff2) format("woff2");
  font-weight: 300 700;
  font-style: normal;
}
@font-face {
  font-family: "Amulya";
  src: url(4b3835a0a37795c0e307.woff2) format("woff2");
  font-weight: 300 700;
  font-style: italic;
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1250px;
  }
}
* {
  box-sizing: border-box;
  outline: none;
}

button:focus {
  outline: none;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #1E293B;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #64748B;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Amulya", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body h1 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -1px;
  color: #334155;
  font-family: "Amulya", Helvetica, Arial, sans-serif;
  background: linear-gradient(to bottom, #3f516c 0%, #334155 60%, #2b3a4f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 576px) {
  body h1 {
    font-size: 3.25rem;
  }
}
@media (min-width: 768px) {
  body h1 {
    font-size: 3.75rem;
  }
}
body h2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  color: #334155;
  letter-spacing: -0.5px;
  margin-bottom: 40px;
  font-family: "Amulya", Helvetica, Arial, sans-serif;
}
@media (min-width: 576px) {
  body h2 {
    font-size: 2.25rem;
  }
}
body h2::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  border-radius: 5px;
  background: #2563EB;
  margin: 12px auto 0;
  margin: 12px 0 0;
}
body h2.centered-heading::after {
  margin: 12px auto 0;
}
body h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #334155;
}
@media (min-width: 576px) {
  body h3 {
    font-size: 1.5rem;
  }
}
body h4 {
  font-size: 1.25rem;
  line-height: 1.5;
}
body h5 {
  font-size: 1rem;
}
body p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  body p {
    font-size: 1.125rem;
  }
}
body a {
  font-size: 1rem;
  color: #1E293B;
}
body a:hover {
  color: #2563EB;
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes LeftFadeIn {
  0% {
    opacity: 0;
    left: -50px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes BottomFadeIn {
  0% {
    opacity: 0;
    bottom: -10px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes TopFadeIn {
  0% {
    opacity: 0;
    top: -10px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
body .main-header .navbar {
  z-index: 100;
  background-color: #fff;
  box-shadow: rgba(51, 65, 85, 0.05) 0 3px 6px;
}
body .main-header .navbar .navbar-brand.logo {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0px 6px;
  color: #334155;
  font-family: "Amulya", Helvetica, Arial, sans-serif;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
@media (min-width: 576px) {
  body .main-header .navbar .navbar-brand.logo {
    font-size: 1.125rem;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 20px;
  }
}
body .main-header .navbar .navbar-brand.logo:hover {
  color: #334155;
  background-color: #F2F3F7;
}
body .main-header .navbar.navbar-expand-lg {
  padding: 15px;
}
@media (min-width: 576px) {
  body .main-header .navbar.navbar-expand-lg {
    padding: 20px 0;
  }
}
body .main-header .navbar.navbar-expand-lg.expanded {
  background-color: #2563EB;
}
body .main-header .navbar.navbar-expand-lg.expanded #hamburger-icon span {
  background-color: #fff;
}
body .main-header .navbar.navbar-expand-lg.expanded .navbar-brand {
  color: #fff;
}
body .main-header .navbar.navbar-expand-lg .navbar-collapse {
  position: absolute;
  left: 0;
  top: 66px;
  width: 100%;
  z-index: 100;
  background: #2563EB;
}
@media (min-width: 576px) {
  body .main-header .navbar.navbar-expand-lg .navbar-collapse {
    top: 76px;
  }
}
@media (min-width: 992px) {
  body .main-header .navbar.navbar-expand-lg .navbar-collapse {
    position: static;
    justify-content: flex-end;
    width: auto;
    border: none;
    background: transparent;
    padding: 0 10px;
  }
}
body .main-header .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item {
  padding: 0;
}
@media (min-width: 992px) {
  body .main-header .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item {
    padding: 0 10px;
  }
}
body .main-header .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #fff;
}
@media (min-width: 992px) {
  body .main-header .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item.active .nav-link {
    font-weight: 650;
    color: #334155;
    background-color: #F2F3F7;
  }
}
body .main-header .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 15px 20px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  position: relative;
  text-decoration: none;
  padding: 8px 6px;
  transition: color 200ms ease;
}
@media (min-width: 992px) {
  body .main-header .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
    position: relative;
    padding: 3px 0;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 1rem;
    color: #64748B;
    background-color: #fff;
    transition: background-color 200ms ease, color 200ms ease, box-shadow 200ms ease;
    -webkit-transition: background-color 200ms ease, color 200ms ease, box-shadow 200ms ease;
  }
  body .main-header .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #334155;
    background-color: rgba(17, 24, 39, 0.04);
  }
  body .main-header .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link:hover::after {
    width: 100%;
  }
}
body .main-header .navbar.navbar-expand-lg .navbar-collapse .navbar-nav li:last-child .nav-link {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  body .main-header .navbar.navbar-expand-lg .navbar-collapse .navbar-nav li:last-child .nav-link {
    margin-bottom: 0;
  }
}
body .main-header .home-banner {
  position: relative;
  background: #F2F3F7;
}
body .main-header .home-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(51, 65, 85, 0), rgba(51, 65, 85, 0.02));
}
body .main-header .home-banner .container {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
body .main-header .home-banner .container::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(to right, rgba(29, 78, 216, 0.08) 1px, transparent 1px), linear-gradient(to bottom, rgba(29, 78, 216, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 1;
  -webkit-mask-image: radial-gradient(ellipse 700px 360px at 50% 45%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 35%, rgba(0, 0, 0, 0) 70%);
  mask-image: radial-gradient(ellipse 700px 360px at 50% 45%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 35%, rgba(0, 0, 0, 0) 70%);
}
@media (min-width: 576px) {
  body .main-header .home-banner .container {
    padding-top: 82px;
    padding-bottom: 82px;
  }
}
body .main-header .home-banner .hero-heading {
  opacity: 0;
  position: relative;
  animation-name: BottomFadeIn;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  margin-bottom: 1.5rem;
}
body .main-header .home-banner .hero-text {
  opacity: 0;
  position: relative;
  animation-name: BottomFadeIn;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  body .main-header .home-banner .hero-text {
    font-size: 1.5rem;
  }
}
body .main-header .home-banner .hero-text span {
  color: #64748B;
}
body .main-header .home-banner .hero-action {
  text-align: center;
  opacity: 0;
  position: relative;
  bottom: -10px;
  animation-name: BottomFadeIn;
  animation-duration: 0.5s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
body .main-header #hamburger-icon {
  width: 35px;
  height: 26px;
  position: relative;
  display: block;
}
body .main-header #hamburger-icon .line {
  display: block;
  background: #1E293B;
  width: 35px;
  height: 3px;
  position: absolute;
  left: 0;
  border-radius: 1.5px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
body .main-header #hamburger-icon .line.line-1 {
  top: 0;
}
body .main-header #hamburger-icon .line.line-2 {
  top: 50%;
}
body .main-header #hamburger-icon .line.line-3 {
  top: 100%;
}
body .main-header #hamburger-icon.active .line-1 {
  transform: translateY(13px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(13px) translateX(0) rotate(45deg);
  -moz-transform: translateY(13px) translateX(0) rotate(45deg);
}
body .main-header #hamburger-icon.active .line-2 {
  opacity: 0;
}
body .main-header #hamburger-icon.active .line-3 {
  transform: translateY(-13px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-13px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-13px) translateX(0) rotate(-45deg);
}
body .main-header .about-banner {
  position: relative;
  background: #F2F3F7;
}
body .main-header .about-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(51, 65, 85, 0), rgba(51, 65, 85, 0.02));
}
body .main-header .about-banner .container {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media (min-width: 576px) {
  body .main-header .about-banner .container {
    padding-top: 82px;
    padding-bottom: 82px;
  }
}
body .main-header .about-banner .container::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(to right, rgba(29, 78, 216, 0.08) 1px, transparent 1px), linear-gradient(to bottom, rgba(29, 78, 216, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 1;
  -webkit-mask-image: radial-gradient(ellipse 700px 360px at 50% 45%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 35%, rgba(0, 0, 0, 0) 70%);
  mask-image: radial-gradient(ellipse 700px 360px at 50% 45%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 35%, rgba(0, 0, 0, 0) 70%);
}
body footer {
  background: #1E293B;
}
body footer .contact-footer .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 576px) {
  body footer .contact-footer .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
body footer .contact-footer .container h2 {
  flex-basis: 100%;
  font-size: 1.75rem;
  text-align: center;
  color: #F2F3F7;
}
@media (min-width: 768px) {
  body footer .contact-footer .container h2 {
    font-size: 2.75rem;
  }
}
body footer .contact-footer .container h2::after {
  background: #3B82F6;
}
body footer .contact-footer .container a {
  color: #fff;
}
body footer .contact-footer .container a:hover {
  color: #3B82F6;
}
body footer .contact-footer .container .contact-info {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (min-width: 768px) {
  body footer .contact-footer .container .contact-info {
    flex-direction: row;
    justify-content: center;
  }
}
body footer .contact-footer .container .contact-info dt {
  display: none;
}
body footer .copyright-footer {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #334155;
}
@media (min-width: 576px) {
  body footer .copyright-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
body footer .copyright-footer .container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  body footer .copyright-footer .container {
    flex-direction: row;
    justify-content: space-between;
  }
}
body footer .copyright-footer .copyright-text {
  margin: 0;
  font-size: 1rem;
  color: #E5E7EB;
}
body footer .copyright-footer .footer-menu {
  display: flex;
  justify-content: flex-end;
}
body footer .copyright-footer .footer-menu .nav-item {
  padding: 0 20px;
}
body footer .copyright-footer .footer-menu .nav-item .nav-link {
  color: #E5E7EB;
}
body footer .copyright-footer .footer-menu .nav-item .nav-link:hover {
  color: #3B82F6;
}
body .main-content {
  position: relative;
  background: #fff;
}
body .main-content section > .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 576px) {
  body .main-content section > .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
body .main-content section > .container .sub-section {
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  body .main-content section > .container .sub-section {
    margin-bottom: 80px;
  }
}
body .main-content section > .container .sub-section:last-child {
  margin-bottom: 0;
}
body .main-content section.grey-section {
  background: #F2F3F7;
}
body .main-content .brands {
  text-align: center;
}
body .main-content .brands .brands-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  row-gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 576px) {
  body .main-content .brands .brands-list {
    column-gap: 40px;
    row-gap: 20px;
  }
}
body .main-content .brands .brands-list img {
  width: 80%;
}
@media (min-width: 576px) {
  body .main-content .brands .brands-list li img {
    width: auto !important;
  }
}
body .main-content .brands .brands-list .aws-logo {
  padding-top: 12px;
}
@media (min-width: 576px) {
  body .main-content .brands .brands-list .aws-logo {
    padding-top: 16px;
  }
}
body .main-content .brands .brands-list .aws-logo img {
  width: 48px;
}
body .main-content .brands .brands-list .benenden-health-logo {
  padding-bottom: 2px;
}
body .main-content .brands .brands-list .benenden-health-logo img {
  width: 195px;
}
body .main-content .brands .brands-list .lebara-logo img {
  width: 84px;
}
body .main-content .brands .brands-list .tescobank-logo {
  padding-top: 8px;
}
@media (min-width: 576px) {
  body .main-content .brands .brands-list .tescobank-logo {
    padding-top: 12px;
  }
}
body .main-content .brands .brands-list .tescobank-logo img {
  width: 144px;
}
body .main-content .brands .brands-list .utilita-logo {
  padding-top: 0;
}
@media (min-width: 576px) {
  body .main-content .brands .brands-list .utilita-logo {
    padding-bottom: 10px;
  }
}
body .main-content .brands .brands-list .utilita-logo img {
  width: 93px;
}
body .main-content .brands .brands-list .rac-logo {
  padding-top: 0;
}
@media (min-width: 576px) {
  body .main-content .brands .brands-list .rac-logo {
    padding-bottom: 5px;
  }
}
body .main-content .brands .brands-list .rac-logo img {
  width: 60px;
}
body .main-content .featured-work {
  background-color: #F2F3F7;
  text-align: center;
}
body .main-content .featured-work .container > .row {
  gap: 40px;
  justify-content: center;
}
@media (min-width: 992px) {
  body .main-content .featured-work .container > .row {
    gap: 0;
  }
}
body .main-content .featured-work .featured-work-item {
  text-align: left;
}
body .main-content .featured-work .featured-work-item .project-image-container {
  padding: 30px 20px;
  margin-bottom: 20px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: rgba(51, 65, 85, 0.1) 0 3px 6px;
}
@media (min-width: 576px) {
  body .main-content .featured-work .featured-work-item .project-image-container {
    padding: 40px;
    margin-bottom: 30px;
  }
}
body .main-content .featured-work .featured-work-item .project-image-container .project-image {
  width: 100%;
}
body .main-content .featured-work .featured-work-item .project-info .brand-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #334155;
}
body .main-content .featured-work .featured-work-item .project-info .project-description {
  margin-bottom: 0;
}
body .main-content .about-banner {
  background-color: #F2F3F7;
  /*     background-image:
          linear-gradient(to right, rgba(37,99,235,.1) 1px, transparent 1px),
          linear-gradient(to bottom, rgba(37,99,235,.1) 1px, transparent 1px); */
  background-size: 25px 25px, 25px 25px;
  background-position: top center;
  background-image: radial-gradient(ellipse at center, rgba(242, 243, 247, 0.95) 0%, rgba(242, 243, 247, 0.75) 55%, rgba(242, 243, 247, 0.4) 70%, rgba(242, 243, 247, 0) 100%);
  box-shadow: inset 0 -20px 60px rgba(255, 255, 255, 0.55);
}
body .main-content .about-banner .container {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  body .main-content .about-banner .container {
    padding-top: 82px;
    padding-bottom: 82px;
    margin-bottom: 40px;
  }
}
body .main-content .about-banner .about-heading {
  opacity: 0;
  position: relative;
  animation-name: BottomFadeIn;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  margin-bottom: 2rem;
}
body .main-content .about-info .about-image {
  opacity: 0;
  position: relative;
  animation-name: BottomFadeIn;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  text-align: center;
  width: 100%;
  aspect-ratio: 4/4;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  body .main-content .about-info .about-image {
    margin-bottom: 40px;
    aspect-ratio: unset;
  }
}
body .main-content .about-info .about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 12px;
}
@media (min-width: 768px) {
  body .main-content .about-info .about-image img {
    width: 300px;
  }
}
body .main-content .about-info .about-heading,
body .main-content .about-info .about-text {
  opacity: 0;
  position: relative;
  animation-name: BottomFadeIn;
  animation-duration: 0.5s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}
body .main-content .about-info .about-text {
  font-size: 1rem;
}
body .main-content .about-info .about-text p {
  font-size: 1rem;
}
@media (min-width: 768px) {
  body .main-content .about-info .about-text p {
    font-size: 1rem;
  }
}
body .main-content .skills .skills-group {
  margin-bottom: 40px;
}
body .main-content .skills .skills-group:last-child {
  margin-bottom: 0;
}
body .main-content .skills .skills-group .skills-sub-heading {
  margin-bottom: 20px;
}
body .main-content .skills .skills-group .skills-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 576px) {
  body .main-content .skills .skills-group .skills-list {
    gap: 20px;
  }
}
body .main-content .skills .skills-group .skills-list li {
  padding: 8px 15px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(51, 65, 85, 0.05);
}
body .main-content .experience .experience-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 40px;
}
body .main-content .experience .experience-item:last-child {
  margin-bottom: 0;
}
body .main-content .experience .experience-item .experience-role {
  flex-basis: 100%;
  margin-bottom: 5px;
}
body .main-content .experience .experience-item .experience-company {
  color: #334155;
  text-transform: uppercase;
}
body .main-content .experience .experience-item .experience-summary {
  max-width: 800px;
  margin-top: 20px;
  flex-basis: 100%;
}
body .main-content .experience .education-item {
  margin-bottom: 40px;
}
body .main-content .experience .education-item:last-child {
  margin-bottom: 0;
}
body .main-content .experience .more-detail {
  margin: 0 auto;
  padding: 60px 0 0;
  text-align: center;
  border-top: 1px solid #E5E7EB;
}
body .main-content .experience .more-detail .more-detail-heading {
  margin-bottom: 40px;
}
body .qualification {
  margin-bottom: 1.75rem;
}
body .interests .card-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 320px;
}
body .interests .card {
  margin-right: 30px;
  background: transparent;
}
body .interests .card .fa, body .interests .card .fab, body .interests .card .fad, body .interests .card .fal, body .interests .card .far, body .interests .card .fas {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin: 10px 0;
}
body .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -17px;
  margin-right: -17px;
  border-radius: 0;
}
@media (min-width: 576px) {
  body .image-wrapper {
    margin-left: 0;
    margin-right: 0;
    border-radius: 10px;
    overflow: hidden;
  }
}
body .image-wrapper.grid {
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body .image-wrapper.grid::after {
  padding-bottom: 0;
}
body .image-wrapper.filter::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(48, 51, 107, 0.1);
}
body .image-wrapper .brand {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0;
  border-radius: 0;
  width: 50%;
}
body .image-wrapper .brand.bet9 {
  background: #f1f8eb;
}
body .image-wrapper .brand.lsbet {
  background: #48952c;
}
body .image-wrapper .brand.forvetbet {
  background: #32a34a;
}
body .image-wrapper .brand.wsbets {
  background: #e5ebf0;
}
body .image-wrapper .brand.hanmi {
  background: #fff;
  width: 100%;
}
body .image-wrapper .brand::after {
  display: block;
  content: "";
  padding-bottom: 66.66%;
}
body .image-wrapper .brand img {
  max-width: 70%;
}
body .image-wrapper .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
  height: 100%;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  background: #2563EB;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
@media (min-width: 576px) {
  body .image-wrapper .overlay {
    border-radius: 10px;
  }
}
body .image-wrapper .overlay .brand-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 102;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
body .image-wrapper .overlay h2 {
  color: #fff;
}
body .image-wrapper .overlay span {
  color: #fff;
  text-decoration: underline;
}
body .image-wrapper:hover .overlay {
  opacity: 0.95;
}
body .image-wrapper:hover .brand-info {
  bottom: 0;
}
body .portfolio .portfolio-header .portfolio-image {
  order: 1;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  body .portfolio .portfolio-header .portfolio-image {
    order: 2;
  }
}
body .portfolio .portfolio-header .portfolio-description {
  order: 2;
}
@media (min-width: 768px) {
  body .portfolio .portfolio-header .portfolio-description {
    order: 1;
  }
}
body .portfolio .portfolio-item .portfolio-image {
  order: 1;
  margin-bottom: 2rem;
}
body .portfolio .portfolio-item .portfolio-title {
  order: 2;
}
body .portfolio .portfolio-item .portfolio-description {
  order: 3;
}
body .portfolio .portfolio-details .portfolio-description {
  order: 2;
}
@media (min-width: 992px) {
  body .portfolio .portfolio-details .portfolio-description {
    order: 1;
  }
}
body .portfolio .portfolio-details .portfolio-image {
  order: 1;
}
@media (min-width: 992px) {
  body .portfolio .portfolio-details .portfolio-image {
    order: 2;
  }
}
body .portfolio .portfolio-slider {
  margin-bottom: 7rem;
}
@media (min-width: 992px) {
  body .portfolio .read-more {
    margin-bottom: 0;
  }
}
body .portfolio .button {
  margin-bottom: 2rem;
}
body .portfolio .portfolio-list > .row,
body .portfolio .portfolio-details > .row,
body .portfolio .portfolio-header > .row {
  padding-top: 60px;
  padding-bottom: 60px;
}
body .portfolio .portfolio-item > .row {
  flex-direction: column;
}
body .portfolio .portfolio-item {
  margin-bottom: 50px;
}
body .carousel-control {
  z-index: 99999;
}
body .carousel {
  margin-bottom: 60px;
}
body .carousel .image-wrapper {
  margin-left: 0;
  margin-right: 0;
}
body .carousel .carousel-inner {
  border-radius: 10px;
  z-index: 100;
}
body .carousel .carousel-control-next,
body .carousel .carousel-control-prev {
  width: 15%;
  border-radius: 10px;
  z-index: 101;
}
@media (min-width: 768px) {
  body .carousel .carousel-control-next,
  body .carousel .carousel-control-prev {
    width: 10%;
  }
}
body .carousel .carousel-control-next .carousel-control-next-icon,
body .carousel .carousel-control-next .carousel-control-prev-icon,
body .carousel .carousel-control-prev .carousel-control-next-icon,
body .carousel .carousel-control-prev .carousel-control-prev-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  opacity: 0;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}
body .carousel .carousel-control-next .carousel-control-next-icon i,
body .carousel .carousel-control-next .carousel-control-prev-icon i,
body .carousel .carousel-control-prev .carousel-control-next-icon i,
body .carousel .carousel-control-prev .carousel-control-prev-icon i {
  margin-right: 0;
  font-size: 28px;
  font-weight: 600;
  color: #2563EB;
}
body .carousel:hover .carousel-control-next-icon,
body .carousel:hover .carousel-control-prev-icon {
  opacity: 0.95;
}
body .carousel .carousel-indicators {
  bottom: -50px;
}
body .carousel .carousel-indicators li {
  margin: 0 3px;
  height: 8px;
  width: 8px;
  border: none;
  border-radius: 50%;
  opacity: 1;
  background: rgb(223.0571428571, 225.5142857143, 235.3428571429);
}
body .carousel .carousel-indicators li.active {
  background: #2563EB;
}
@media (min-width: 768px) {
  body .carousel .carousel-indicators li {
    margin: 0 4px;
    height: 10px;
    width: 10px;
  }
}
body .carousel .carousel-indicators:hover ~ .carousel-control-next, body .carousel .carousel-indicators:hover ~ .carousel-control-prev {
  opacity: 0;
}
@media (min-width: 576px) {
  body .carousel .carousel-inner {
    border-radius: 10px;
    overflow: hidden;
  }
}
body .carousel .carousel-inner .carousel-item {
  position: relative;
}
body .carousel .carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  left: 0;
  bottom: -20%;
  z-index: 102;
  width: 100%;
  background: #2563EB;
  opacity: 0.95;
  text-align: left;
  line-height: 35px;
  padding: 0px 20px;
  font-size: 14px;
  transition: all 0.3s ease 0.3s;
  -webkit-transition: all 0.3s ease 0.3s;
}
body .carousel .carousel-inner .carousel-item .carousel-caption .caption-link {
  float: right;
}
body .carousel .carousel-inner .carousel-item .carousel-caption a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}
body .carousel .carousel-inner .carousel-item:hover .carousel-caption {
  bottom: 0;
}
body .professional-membership {
  margin-bottom: 0;
}
body .professional-membership h2 {
  margin-bottom: 30px;
}
body .professional-membership ul {
  list-style-position: inside;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  body .professional-membership ul {
    margin-top: 55px;
  }
}
body .professional-membership ul li {
  line-height: 1.6;
  margin-bottom: 5px;
}
body .professional-membership ul li::before {
  margin-right: 10px;
  font-weight: 600;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
}
body .professional-membership .membership-logo {
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  body .professional-membership .membership-logo {
    margin-bottom: 0;
  }
}
body .professional-membership .membership-logo a {
  display: block;
  width: 300px;
  height: 100px;
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(f4b0eed49e14d4cdeba7.svg);
}
body .professional-membership .membership-logo a:hover {
  opacity: 0.9;
}
body .contact-header > .row {
  padding-top: 60px;
  padding-bottom: 60px;
}
body .button {
  bottom: 0;
  display: inline-block;
  border-radius: 25px;
  padding: 8px 20px;
  cursor: pointer;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff !important;
  background: #2563EB;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media (min-width: 576px) {
  body .button {
    min-width: 150px;
    padding: 10px 25px;
  }
}
body .button .fal {
  color: #fff;
  font-weight: 500;
  margin-right: 10px;
  font-size: 20px;
}
body .button:hover {
  transform: scale(1.1);
  color: #fff;
  text-decoration: none;
  background: rgb(20.2857142857, 83.1714285714, 221.1142857143);
}
body .form-field {
  position: relative;
  margin-bottom: 30px;
  font-size: 16px;
}
body .form-field input,
body .form-field textarea {
  display: block;
  height: auto;
  padding: 15px 0 5px;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
  line-height: 1.9;
  color: #1E293B;
  background-color: transparent;
  border-bottom: 1px solid #1E293B;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
body .form-field input:focus,
body .form-field textarea:focus {
  outline: none;
  color: #1E293B;
  background-color: transparent;
  border-bottom: 1px solid #2563EB;
  -webkit-box-shadow: 0 1px 0 0 #2563EB;
  box-shadow: 0 1px 0 0 #2563EB;
}
body .form-field textarea {
  overflow-y: hidden;
  padding: 0;
}
body .form-field textarea + label {
  top: -10px;
}
body .form-field label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  cursor: text;
  -webkit-transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
body .form-field label.focused {
  color: #2563EB;
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
}
body .scroll {
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 100%;
  pointer-events: none;
}
@media (min-width: 768px) {
  body .scroll {
    bottom: 80px;
  }
}
body .scroll .container {
  display: flex;
  justify-content: flex-end;
}
body .scroll .container .scroll-button {
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  background: #2563EB;
  box-shadow: 0 2px 4px 0 rgba(22, 45, 61, 0.3), 0 0 6px 0 rgba(22, 45, 61, 0.3);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
body .scroll .container .scroll-button.show {
  opacity: 1;
  visibility: visible;
}
body .scroll .container .scroll-button:hover {
  color: #fff;
  text-decoration: none;
}
body .theme-toggle-wrapper {
  display: none;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  body .theme-toggle-wrapper {
    margin-bottom: 0;
  }
}
body [data-action=fade-in] {
  position: relative;
  bottom: -30px;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
body [data-action=fade-in].fade-in {
  bottom: 0;
  opacity: 1;
}
body [data-action=fade-in].skills .card .level {
  transition: width 0.4s ease 0.5s;
  -webkit-transition: width 0.4s ease 0.5s;
}
body [data-action=fade-in].skills.fade-in .card .level.beginner {
  width: 25%;
}
body [data-action=fade-in].skills.fade-in .card .level.intermediate {
  width: 50%;
}
body [data-action=fade-in].skills.fade-in .card .level.advanced {
  width: 75%;
}
body [data-action=fade-in].skills.fade-in .card .level.expert {
  width: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
body .theme-toggle {
  display: block;
  margin: 0 auto;
  position: relative;
  border-radius: 13px;
  height: 26px;
  width: 60px;
  border: 0;
  background: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
body .theme-toggle::before {
  content: "\f185";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
  z-index: 1000;
  line-height: 25px;
  color: #2563EB;
  font-size: 20px;
  font-weight: 600;
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.back-link {
  position: relative;
  font-size: 1rem;
  margin-left: 13px;
}
.back-link.hide-lg {
  display: inline-block;
  text-align: center;
}
.back-link.hide-md {
  display: none;
}
@media (min-width: 992px) {
  .back-link.hide-md {
    display: inline-block;
    text-align: center;
  }
  .back-link.hide-lg {
    display: none;
  }
}
.back-link::before {
  content: "\f053";
  position: absolute;
  left: -13px;
  top: 3px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Font Awesome 5 Pro";
}
