.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tech-stack {
  padding: 60px 0 80px;
}

.tech-stack .head {
  text-align: center;
  margin-bottom: 30px;
}

.tech-stack .icons {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.tech-stack .icons .skill {
  width: 220px;
}

.tech-stack .icons img {
  height: 48px;
  width: auto;
  opacity: 0.9;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.tech-stack .icons img:hover {
  transform: translateY(-2px);
  opacity: 1;
}

.tech-stack .analyts .analyt p {
  color: #000;
  margin: 8px 0 6px;
  font-size: 16px;
  font-weight: 600;
}

.tech-stack .analyts .analyt p span {
  font-size: 14px;
  font-weight: 650;
}

.tech-stack .analyts .analyt .line {
  display: block;
  width: 100%;
  height: 7px;
  background-color: #ddf;
  border-radius: 8px;
  margin-bottom: 14px;
  overflow: hidden;
}

.tech-stack .analyts .analyt .line span {
  display: block;
  height: 100%;
  background-color: #7b68ee;
  transition: 2s;
  border-radius: 8px;
  width: 0;
}

.m-5 {
  margin: 5px;
}

.p-5 {
  padding: 5px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pt-5 {
  padding-top: 5px;
}

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

.m-10 {
  margin: 10px;
}

.p-10 {
  padding: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

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

.m-15 {
  margin: 15px;
}

.p-15 {
  padding: 15px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pt-15 {
  padding-top: 15px;
}

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

.m-20 {
  margin: 20px;
}

.p-20 {
  padding: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

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

.m-25 {
  margin: 25px;
}

.p-25 {
  padding: 25px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pt-25 {
  padding-top: 25px;
}

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

.m-30 {
  margin: 30px;
}

.p-30 {
  padding: 30px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

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

.w-100 {
  width: 100%;
}

.py-100 {
  padding: 100px 0;
}

.br-6 {
  border-radius: 6px;
}

* {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html body {
  font-family: Dosis, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

html body a {
  color: #000;
  text-decoration: none;
}

html body ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

html body .head {
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
}

html body .head h2 {
  color: #ff9800;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
}

html body .head p {
  font-size: 40px;
  font-weight: 800;
  color: #404040;
}

html body #top {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: 0;
  position: fixed;
  top: -60px;
  right: 25px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #7b68ee;
  opacity: 0.7;
  z-index: 9999;
  border-radius: 15px;
  transition: 0.6s;
}

html body #top .top {
  font-size: 20px;
  color: #fff;
  transition: 0.6s;
}

html body #top:hover {
  background-color: #ff9800;
}

html body #top:hover .top {
  transform: translateY(-4px);
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #7b68ee;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb:hover {
  background: #7b68ee;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes loader {
  0% {
    left: -100px;
  }

  100% {
    left: 110%;
  }
}

@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }

  25% {
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    transform: translateY(0) rotate(90deg);
  }
}

@keyframes shadow {
  50% {
    transform: scale(1.2, 1);
  }
}

@keyframes pulse {
  100% {
    transform: scale(3.5);
    opacity: 0;
  }
}

@keyframes rotateMe {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes animationFramesOne {
  0% {
    transform: translate(0, 0) rotate(0);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    transform: translate(0, 0) rotate(0);
  }
}

@keyframes animationFramesTwo {
  0% {
    transform: translate(0, 0) rotate(0);
  }

  20% {
    transform: translate(-73px, 1px) rotate(-36deg);
  }

  40% {
    transform: translate(-141px, -72px) rotate(-72deg);
  }

  60% {
    transform: translate(-83px, -122px) rotate(-108deg);
  }

  80% {
    transform: translate(40px, -72px) rotate(-144deg);
  }

  100% {
    transform: translate(0, 0) rotate(0);
  }
}

@keyframes rotate3d {
  0% {
    transform: rotateY(0);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: transparent;
}

.preloader .loader {
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  transform: translateY(-43%);
  text-align: center;
  transition: 0.4s;
  margin: 0 auto;
}

.preloader .loader .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  animation: animate 0.3s linear infinite;
}

.preloader .loader .shadow {
  position: absolute;
  top: 59px;
  left: 0;
  width: 100%;
  height: 5px;
  opacity: 0.1;
  border-radius: 50%;
  background-color: #000;
  animation: shadow 0.3s linear infinite;
}

.preloader::after,
.preloader::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-color: #7b68ee;
  transition: 0.2s;
}

.preloader::after {
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after,
.preloader.preloader-deactivate::before {
  width: 0;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

header {
  position: fixed;
  z-index: 10;
  width: 100% !important;
  height: 80px;
  padding: 9px;
  font-family: Catamaran, serif;
}

header.scroll {
  background-color: #fff !important;
  border-bottom: 1px solid #eee;
}

header.scroll nav a {
  color: #000 !important;
}

header.scroll nav .navbar-brand {
  color: #000 !important;
}

header.scroll .toggler-icon {
  background-color: #000 !important;
}

header.dark nav a {
  color: #000 !important;
}

header.dark nav .navbar-brand {
  color: #000 !important;
}

header.dark .toggler-icon {
  background-color: #000 !important;
}

header nav .container {
  position: relative;
}

header nav a {
  color: #fff !important;
}

header nav .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  position: relative;
}

header nav .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

header nav .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}

header nav .navbar-toggler:not(.collapsed) .toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  top: 7px;
}

header nav .navbar-toggler:not(.collapsed) .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

header nav .navbar-toggler:not(.collapsed) .toggler-icon:nth-of-type(3) {
  transform: rotate(135deg);
  top: -7px;
}

header nav .navbar-toggler:hover {
  text-decoration: none;
}

header nav .navbar-nav {
  margin-left: 120px;
}

header nav .navbar-nav li {
  padding-left: 12px;
  padding-right: 12px;
}

header nav .navbar-brand {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic',
    'Meiryo', sans-serif;
  color: #fff !important;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

header nav .navbar-nav li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

header nav .navbar-nav .dropdown-menu {
  padding: 0;
  margin: 0;
  color: #fff;
  width: 200px;
}

header nav .navbar-nav .dropdown-menu li {
  padding: 7px;
}

header nav .navbar-nav .dropdown-menu li:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}

header nav .navbar-nav .dropdown-menu li a {
  color: #000 !important;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 500;
}

header nav .navbar-nav .dropdown-menu li:hover {
  background-color: #7b68ee !important;
}

header nav .navbar-nav .dropdown-menu li:hover a {
  background-color: #7b68ee !important;
  color: #fff !important;
}

header nav .form {
  position: absolute;
  right: 0;
}

.navbar-nav {
  margin-right: 0 !important;
}

.navbar .container {
  justify-content: space-between;
}

.navbar-brand {
  margin-right: 0 !important;
}

.landing {
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  top: 0;
  min-height: 100vh;
  background: linear-gradient(
    to bottom,
    #370b6f,
    #00429b,
    #006dba,
    #0095ce,
    #2dbcdc
  );
}

.landing .title {
  position: relative;
  z-index: 20;
}

.landing .title h1 {
  color: #fff;
  margin-top: 100px;
}

.landing .title .anchor {
  margin-top: 20px;
  margin-bottom: 25px;
}

.landing .title .anchor a svg {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.404);
  border-radius: 8px;
  padding: 10px;
  width: 40px;
  height: 40px;
  margin-right: 14px;
  transition: 0.3s;
  background-color: transparent;
}

.landing .title .anchor a svg:hover {
  background-color: #7b68ee;
  border-color: #7b68ee;
  color: #fff;
}

.landing .title p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.2px;
  font-family: Catamaran, sans-serif;
  margin-bottom: 15px;
}

.landing .under img {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: auto;
}

.landing .photo .banner-image {
  width: 100%;
}

.landing .photo .banner-image img {
  width: 96%;
}

.feature,
.services1 {
  padding: 30px 15px 80px;
}

.feature .service,
.services1 .service {
  display: block;
  text-align: left;
  border-radius: 6px;
  box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
  width: calc(50% - 20px);
  margin: 10px;
  transition: 0.9s;
}

.feature .service h3,
.services1 .service h3 {
  font-size: 20px;
  font-weight: 650;
}

.feature .service p,
.services1 .service p {
  font-size: 17px;
  font-weight: 450;
  line-height: 1.8;
  color: #5f5f5f;
}

.feature .service a,
.services1 .service a {
  display: block;
  color: #7b68ee;
  cursor: default;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.feature .service a svg,
.services1 .service a svg {
  padding-right: 10px;
  transition: 0.6s;
}

.feature .service a span,
.services1 .service a span {
  cursor: pointer;
}

.feature .service a:hover svg,
.services1 .service a:hover svg {
  transform: translateX(8px);
}

.feature .service:hover,
.services1 .service:hover {
  transform: translateY(-15px);
}

.services1 .service img {
  width: 50px !important;
  border-radius: 4px;
  transition: 0.6s;
  filter: brightness(0) saturate(100%) invert(59%) sepia(85%) saturate(3196%)
    hue-rotate(325deg) brightness(98%) contrast(103%);
  mix-blend-mode: multiply;
}

.services1 .service:hover {
  transform: translateY(-15px);
}

.services1 .service:hover img {
  transform: rotateY(180deg);
}

.services-details {
  padding: 100px 0;
}

.services-details .holder-img {
  padding: 0 30px 40px 30px;
}

.services-details .holder-img img {
  width: 100%;
  border-radius: 8px;
}

.services-details h3 {
  font-size: 26px;
  font-weight: 650;
}

.services-details p {
  line-height: 1.8;
  font-size: 17px;
  font-weight: 450;
  color: #5f5f5f;
}

.services-details .holder {
  background-color: #eee;
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 30px 25px;
}

.services-details .holder h3 {
  position: relative;
  font-size: 23px;
  font-weight: 650;
  border-bottom: 1px solid #fff;
  padding-bottom: 14px;
}

.services-details .holder h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  height: 1px;
  background-color: #7b68ee;
}

.services-details .holder ul {
  margin-top: 20px;
}

.services-details .holder ul li {
  padding: 10px;
  border-radius: 6px;
  background-color: #7b68ee;
  color: #fff;
  margin: 10px 0;
  cursor: pointer;
  transition: 0.5s;
  font-weight: 550;
}

.services-details .holder ul li:hover {
  background-color: #3e57d0;
}

.services-details .holder button {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 550;
  font-family: Catamaran, sans-serif;
  transition: 0.4s;
  margin-top: 10px;
}

.services-details .holder button:first-of-type {
  margin-top: 20px;
}

.feature .service {
  padding: 30px 20px;
  transition: 0.4s;
  box-shadow: 0 10px 57px 0 rgba(0, 0, 0, 0.08);
}

.feature .service img {
  width: 70px;
}

.feature .service h3 {
  font-size: 20px;
  font-weight: 650;
  margin: 15px 0;
}

.about-company,
.company {
  padding: 50px 15px;
  background-color: #f7f8f8;
}

.about-company .data h2,
.company .data h2 {
  color: #ff9800;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
}

.about-company .data h3,
.company .data h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  margin-bottom: 20px;
}

.about-company .data p,
.company .data p {
  color: #5f5f5f;
  line-height: 1.8;
  font-size: 17px;
}

.about-company .data .analyts .analyt p,
.company .data .analyts .analyt p {
  color: #000;
  margin: 6px;
  font-size: 17px;
  font-weight: 600;
}

.about-company .data .analyts .analyt p span,
.company .data .analyts .analyt p span {
  font-size: 14px;
  font-weight: 650;
}

.about-company .data .analyts .analyt .line,
.company .data .analyts .analyt .line {
  display: block;
  width: 100%;
  height: 7px;
  background-color: #ddf;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.about-company .data .analyts .analyt .line span,
.company .data .analyts .analyt .line span {
  display: block;
  height: 100% !important;
  background-color: #7b68ee;
  transition: 2s;
  border-radius: 8px;
  width: 0;
}

.about-company .data button,
.company .data button {
  margin-top: 20px;
}

.about-company .photo div,
.company .photo div {
  max-width: 620px;
}

.about-company .photo div img,
.company .photo div img {
  width: 100%;
  border-radius: 5px;
}

.about {
  padding: 90px 0 70px;
  background-color: #fff;
}

.about .about-item {
  display: block;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 10px 57px 0 rgba(0, 0, 0, 0.08);
  transition: 0.5s;
  padding: 35px 20px;
  margin: 10px 0;
}

.about .about-item img {
  width: 85px;
}

.about .about-item h3 {
  font-size: 20px;
  font-weight: 650;
}

.about .about-item p {
  font-size: 17px;
  font-weight: 450;
  line-height: 1.6;
  color: #5f5f5f;
}

.about .about-item a {
  display: block;
  color: #7b68ee;
  cursor: default;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.about .about-item a svg {
  padding-right: 10px;
  transition: 0.6s;
}

.about .about-item a span {
  cursor: pointer;
}

.about .about-item a:hover svg {
  transform: translateX(8px);
}

.about .about-item:hover {
  transform: translateY(-15px);
}

.why1 .data h2,
.why2 .data h2 {
  color: #ff9800;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
}

.why1 .data h3,
.why2 .data h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  color: #404040;
  margin-bottom: 20px;
}

.why1 .data p,
.why2 .data p {
  color: #5f5f5f;
  line-height: 1.8;
  font-size: 17px;
}

.why1 .data ul,
.why2 .data ul {
  margin-top: 20px;
}

.why1 .data ul li,
.why2 .data ul li {
  color: #404040;
  cursor: pointer;
  transition: 0.4s;
}

.why1 .data ul li span,
.why2 .data ul li span {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding: 13px 15px;
  border-radius: 5px;
  border-left: 2px solid #7b68ee;
  background-color: #fff;
  box-shadow: -1px 3px 20px 0 rgba(82, 90, 101, 0.1);
  margin-bottom: 16px;
  overflow: hidden;
}

.why1 .data ul li span::before,
.why2 .data ul li span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #7b68ee;
  z-index: -1;
  transition: 0.4s;
}

.why1 .data ul li:hover,
.why2 .data ul li:hover {
  color: #fff;
}

.why1 .data ul li:hover span::before,
.why2 .data ul li:hover span::before {
  width: 100%;
}

.why1 .avatar div,
.why2 .avatar div {
  max-width: 620px;
}

.why1 .avatar div img,
.why2 .avatar div img {
  width: 100%;
  border-radius: 5px;
}

.why1 {
  padding: 100px 0 60px;
}

.why2 {
  padding: 60px 0 100px;
}

.subscribe {
  position: relative;
  padding: 100px 0;
  background: url(../assets/images/banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  z-index: 1;
  font-size: 20px;
  font-weight: 650;
}

.subscribe::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #1f1f54;
}

.subscribe .timer span {
  font-size: 42px;
  font-weight: 650;
}

.subscribe .timer span.marks {
  padding-left: 5px;
}

.portfolio {
  padding: 30px 0 100px;
  background-color: #f7f8f8;
}

.portfolio .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio .buttons button {
  background-color: #fff;
  padding: 15px 25px;
  border-radius: 4px;
  transition: 0.3s;
  border: none;
  outline: 0;
  color: #000;
  box-shadow: 0 5px 15px 0 rgba(94, 94, 94, 0.15);
  font-size: 16px;
  font-weight: 600;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.portfolio .buttons button.active {
  background-color: #7b68ee;
  color: #fff;
}

.portfolio .buttons button:hover:not(.active) {
  background-color: rgba(124, 104, 238, 0.6117647059);
  color: #fff;
}

.portfolio .data {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  height: 324px;
  border: 2px solid rgba(123, 104, 238, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  background: #0b0b0b0a;
  margin-bottom: 20px;
}

.portfolio .data:hover .sumbnail {
  bottom: 2%;
}

.portfolio .data .sumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-out 0s;
}

.portfolio .data .sumbnail p {
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-15px);
  transition: all 0.4s;
  margin-bottom: 8px;
}

.portfolio .data .sumbnail .tit {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15px);
  transition: all 0.4s;
  margin-top: 5px;
}

.portfolio .data .sumbnail .tit:hover {
  color: #7b68ee;
}

.portfolio .data .sumbnail .portfolio-box-caption {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.portfolio .data .sumbnail .portfolio-box-caption .project-category {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-15px);
  transition: all 0.4s;
  margin-bottom: 8px;
}

.portfolio .data .sumbnail .portfolio-box-caption .project-name {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15px);
  transition: all 0.4s;
  margin-top: 5px;
}

.portfolio .data .sumbnail .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 18px;
  right: 18px;
  color: #fff;
  height: 36px;
  width: 36px;
  padding: 0;
  font-size: 14px;
  overflow: hidden;
  line-height: 36px;
  background-color: rgba(123, 104, 238, 0.95);
  border-radius: 50%;
  transform: translateY(20px);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.portfolio .data .sumbnail .arrow svg {
  position: static;
}

.portfolio .data:hover .sumbnail {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.portfolio .data:hover .tit,
.portfolio .data:hover p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.portfolio .data:hover .portfolio-box-caption .project-category,
.portfolio .data:hover .portfolio-box-caption .project-name {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition-delay: 0.3s;
}

.portfolio .data:hover .arrow {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.portfolio .data:hover img {
  transform: scale(1.05);
}

.portfolio .data:hover {
  border-color: rgba(123, 104, 238, 0.6);
  box-shadow: 0 6px 18px rgba(123, 104, 238, 0.15);
}

.portfolio .portfolio-card {
  border: 2px solid #7b68ee;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.portfolio .portfolio-card img {
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  transform: none !important;
  transition: none !important;
  display: block;
  margin: 15px auto;
}

.portfolio .portfolio-card .sumbnail {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.portfolio .portfolio-card:hover img {
  transform: none !important;
}

.portfolio .protfolio-container .row {
  margin: -5px;
}

.portfolio .portfolio-card {
  display: flex;
  flex-direction: column;
}

.portfolio .data.hint-active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.75);
  width: 70%;
  height: 70%;
  max-width: 220px;
  max-height: 220px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.55) 0%,
    rgba(255, 255, 255, 0.35) 55%,
    rgba(255, 255, 255, 0.05) 75%,
    rgba(255, 255, 255, 0) 85%
  );
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35) inset,
    0 0 36px rgba(255, 255, 255, 0.45), 0 0 80px rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(1px);
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  animation: portfolioRipple 1.2s ease-out infinite;
}

.portfolio .data.hint-active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  width: 80%;
  height: 80%;
  max-width: 260px;
  max-height: 260px;
  min-width: 140px;
  min-height: 140px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.35);
  z-index: 1;
  pointer-events: none;
  opacity: 0.85;
  animation: portfolioRippleRing 1.2s ease-out infinite;
}

.portfolio .data:hover::before {
  opacity: 0;
  animation: none;
}

.portfolio .data:hover::after {
  opacity: 0;
  animation: none;
}

@keyframes portfolioRipple {
  0% {
    transform: translate(-50%, -50%) scale(0.75);
    opacity: 1;
  }

  70% {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 0.35;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 0;
  }
}

@keyframes portfolioRippleRing {
  0% {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0.85;
  }

  70% {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 0.28;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}

.heading {
  position: relative;
  text-align: center;
  z-index: 1;
}

.heading img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.heading h2,
.heading p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3;
}

.heading h2 {
  font-size: 42px;
  font-weight: 700;
}

.heading .path {
  font-size: 17px;
  font-weight: 700;
  margin-top: 40px;
}

.heading .path a {
  transition: 0.4s;
  color: #fff;
}

.heading .path a:hover {
  color: #7b68ee;
}

.heading .path span {
  font-size: 50px;
  font-weight: 700;
  margin-left: 8px;
  margin-right: 1px;
}

.heading::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #030821;
}

.contact-form {
  padding: 60px 0 100px;
  position: relative;
  z-index: 1;
}

.contact-form::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url(../assets/images/dot-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.contact-form .container form {
  padding-top: 30px;
}

.contact-form .container form .sent {
  display: none;
}

.contact-form .container form .sent p {
  width: 100%;
  margin: 8px 15px;
  padding: 12px 15px;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  background-color: #03b103;
}

.contact-form .container form .sent.active {
  display: block;
}

.contact-form .container form input,
.contact-form .container form textarea {
  width: 100%;
  margin: 15px;
  padding: 17px;
  border: 1px solid transparent;
  border-left: 2px solid #7b68ee;
  border-radius: 6px;
  box-shadow: 0 5px 20px rgba(218, 225, 232, 0.8);
  transition: 0.4s;
  color: #7b68ee;
  font-size: 16px;
  font-weight: 550;
}

.contact-form .container form input::-moz-placeholder,
.contact-form .container form textarea::-moz-placeholder {
  opacity: 1;
  -moz-transition: 0.4s;
  transition: 0.4s;
  font-size: 16px;
  font-weight: 550;
}

.contact-form .container form input::placeholder,
.contact-form .container form textarea::placeholder {
  opacity: 1;
  transition: 0.4s;
  font-size: 16px;
  font-weight: 550;
}

.contact-form .container form input:focus,
.contact-form .container form textarea:focus {
  outline: 0;
  border-color: #7b68ee;
}

.contact-form .container form input:focus::-moz-placeholder,
.contact-form .container form textarea:focus::-moz-placeholder {
  opacity: 0;
}

.contact-form .container form input:focus::placeholder,
.contact-form .container form textarea:focus::placeholder {
  opacity: 0;
}

.contact-form .container form textarea {
  height: 180px;
  resize: none;
}

.contact-form .container form button {
  margin: 0 15px;
}

.map-section {
  position: relative;
  width: 100%;
  height: 450px;
}

.map-section iframe {
  z-index: 3;
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0;
  border-width: 0;
  margin: 0;
  left: 0;
  top: 0;
  touch-action: pan-x pan-y;
}

footer {
  position: relative;
  z-index: 1;
  background-color: #042c4c;
  color: #fff;
}

footer::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url(../assets/images/dot-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

footer .links {
  padding: 50px 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .links .logo {
  padding-bottom: 27px;
}

footer .links p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
}

footer .links .anchor {
  margin-top: 20px;
}

footer .links .anchor a svg {
  color: #7b68ee;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 10px;
  width: 40px;
  height: 40px;
  margin-right: 14px;
  transition: 0.3s;
  background-color: #fff;
}

footer .links .anchor a svg:hover {
  background-color: #7b68ee;
  border-color: #7b68ee;
  color: #fff;
}

footer .links h4 {
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 21px;
  font-weight: 600;
}

footer .links ul:first-of-type {
  padding: 10px 0;
}

footer .links ul li {
  padding: 8px 0;
}

footer .links ul li a {
  color: #fff;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 200;
  font-family: Catamaran, serif;
}

footer .links ul li a:hover {
  color: #7b68ee;
  text-decoration: none;
}

footer .links .contact p {
  font-size: 17px;
  font-weight: 550;
}

footer .links .contact p:nth-child(2) {
  padding-top: 10px;
}

footer .links .contact p i,
footer .links .contact p svg {
  padding-right: 14px;
}

footer .links .contact p span {
  display: inline;
  padding-left: 0;
  padding-top: 0;
  font-size: 15px;
  font-weight: 350;
}

footer .links .contact p span a {
  color: #fff;
  transition: 0.3s;
}

footer .links .contact p span a:hover {
  color: #7b68ee;
  text-decoration: none;
}

footer .links .contact p a:hover {
  text-decoration: none;
}

footer .copyright {
  padding: 20px 0 10px;
  font-size: 16px;
  font-weight: 350;
  font-family: Catamaran, serif;
}

footer .copyright a {
  color: #fff;
  transition: 0.3s;
}

footer .copyright a:hover {
  color: #7b68ee;
  text-decoration: underline;
}

footer .copyright .con p {
  float: right;
}

footer .copyright .con p span {
  padding-left: 10px;
  padding-right: 10px;
}

button.default {
  position: relative;
  padding: 15px 36px;
  border-radius: 5px;
  box-shadow: 0 7px 25px rgba(123, 104, 238, 0.25);
  z-index: 1;
  overflow: hidden;
  font-size: 16px;
  font-weight: 550;
  font-family: Catamaran, sans-serif;
  transition: 0.4s;
  background-color: #7b68ee;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #7b68ee;
  outline: 0;
}

button.default a {
  transition: 0.4s;
  color: #fff;
}

button.default:hover {
  background-color: #fff;
}

button.default:hover a {
  color: #7b68ee;
}

button.default-btn {
  position: relative;
  background-color: #7b68ee;
  color: #fff;
  padding: 15px 36px;
  border-radius: 5px;
  box-shadow: 0 7px 25px rgba(123, 104, 238, 0.25);
  z-index: 1;
  overflow: hidden;
  font-size: 17px;
  font-weight: 600;
  transition: 0.4s;
  border: none;
  outline: 0;
}

button.default-btn a {
  color: #fff;
}

button.default-btn.active {
  background-color: #fff;
}

button.default-btn.active a {
  transition: 0.4s;
  color: #7b68ee;
}

button.default-btn span {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  display: block;
  border-radius: 30px;
  background-color: #3e57d0;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

button.default-btn:hover span {
  height: 500px;
  width: 200%;
}

button.default-btn:hover.active a {
  color: #fff;
}

button.special {
  position: relative;
  padding: 15px 36px;
  border-radius: 5px;
  box-shadow: 0 7px 25px rgba(123, 104, 238, 0.25);
  z-index: 12;
  overflow: hidden;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  font-family: Catamaran, sans-serif;
  transition: 0.5s;
  margin: 10px;
  border: none;
  outline: 0;
}

button.special:last-of-type {
  margin: 10px;
}

button.special a {
  transition: 0.4s;
  color: #7b68ee;
}

button.special.active {
  background-color: #3e57d0;
}

button.special.active a {
  color: #fff;
}

button.special span {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  display: block;
  border-radius: 30px;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
}

button.special:hover a {
  color: #fff;
}

button.special:hover span {
  height: 500px;
  width: 200%;
}

button.special.default-btn-one:hover span {
  background-color: #3e57d0;
}

button.special.default-btn-two:hover a {
  color: #7b68ee;
}

button.special.default-btn-two:hover span {
  background-color: #fff;
}

@media (max-width: 345px) {
  header nav .navbar-nav {
    margin: 15px;
    min-width: 270px;
    margin-top: 13px;
    border: 1px solid #eee;
  }
}

@media (max-width: 767px) {
  .tech-stack {
    padding: 40px 0 60px;
  }

  .tech-stack .icons .skill {
    width: 45%;
  }

  .tech-stack .icons img {
    height: 40px;
  }

  header {
    padding: 8px;
    height: 75px;
  }

  header nav .navbar-nav {
    margin: 15px;
    min-width: 310px;
    margin-top: 13px;
    border: 1px solid #eee;
  }

  .landing {
    min-height: 110vh;
  }

  .landing .title p {
    text-align: center;
  }

  .landing .title {
    text-align: center;
  }

  .landing .title .anchor {
    margin-top: 100px;
    text-align: center;
  }

  .landing .title h1 {
    margin-top: 100px;
    color: #fff;
    font-size: 30px;
    text-align: center;
  }

  .landing .photo {
    margin-top: 40px;
  }

  .feature .service,
  .services1 .service {
    width: calc(100% - 10px);
    margin: 5px;
  }

  .services-details {
    padding: 60px 0;
  }

  .services-details .holder-img {
    padding: 0 0 40px 0;
  }

  .about-company .data h3,
  .company .data h3 {
    font-size: 32px;
  }

  .why1 .data ul,
  .why2 .data ul {
    margin: 0;
  }

  .why1 .avatar div img,
  .why2 .avatar div img {
    margin-bottom: 45px;
  }

  .why1 {
    padding: 50px 0 30px;
  }

  .why2 {
    padding: 30px 0 50px;
  }

  .portfolio .buttons {
    flex-wrap: wrap;
  }

  .portfolio .buttons button {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .heading img {
    height: 300px;
  }

  .heading h2 {
    font-size: 24px;
  }

  .heading .path {
    font-size: 14px;
  }

  .contact-form .container form .sent p {
    margin: 8px 0;
  }

  .contact-form .container form input,
  .contact-form .container form textarea {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
  }

  .contact-form .container form button {
    margin: 0;
  }

  footer .links h4 {
    padding-top: 20px;
  }

  footer .links {
    padding: 50px 0 40px;
  }

  footer .copyright .con {
    justify-content: center !important;
    margin-top: 20px;
  }

  footer .copyright .con p {
    float: none;
  }

  footer .copyright {
    float: none;
    text-align: center;
  }
}

@media (max-width: 991px) {
  header nav .navbar-nav li .dropdown-toggle::after {
    content: '+';
    position: absolute;
    border: 0;
    right: 0;
    padding-right: 5px;
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 255, 0.7);
  }

  header nav .navbar-nav li .dropdown-toggle[aria-expanded='true']::after {
    padding-right: 8px;
    padding-bottom: 5px;
    content: '-';
    color: red;
  }

  header nav .navbar-nav {
    margin: 0;
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
    margin-top: 15px;
  }

  header nav .navbar-nav a {
    color: #000 !important;
  }

  header nav .navbar-nav .dropdown-menu {
    width: 100%;
  }

  .landing .title .anchor {
    margin-top: 150px;
  }
}

@media (max-width: 992px) {
  header nav .navbar-toggler .toggler-icon {
    background-color: #fff;
  }

  .feature .service {
    width: calc(50% - 20px);
    margin: 10px;
  }

  .services1 .service {
    width: calc(50% - 20px) !important;
  }

  .about-company .photo div,
  .company .photo div {
    max-width: 800px;
  }

  .why1 .avatar div,
  .why2 .avatar div {
    max-width: 800px;
  }

  .subscribe .timer:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  header nav .navbar-nav {
    margin-left: 60px;
  }

  header nav .form {
    display: none;
  }

  .landing .title h1 {
    color: #fff;
    font-size: 40px;
  }
}

@media (min-width: 991px) {
  header nav .navbar-nav li .dropdown-toggle::after {
    content: '\f078';
    position: absolute;
    border: 0;
    right: 0;
    font-size: 12px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    padding-left: 10px;
    padding-top: 4px;
  }

  header nav .navbar-nav li .dropdown-toggle[aria-expanded='true']::after {
    content: '\f077';
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  header nav .navbar-nav {
    margin-left: 30px;
  }

  .landing {
    min-height: 125vh;
  }

  .landing .title h1 {
    color: #fff;
    font-size: 60px;
  }

  .landing .title {
    margin-top: 40px;
  }

  .landing .photo {
    margin-top: 40px;
  }
}

@media (min-width: 1400px) {
  .contact-form .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (min-width: 1440px) {
  .landing .title .anchor {
    margin-top: 90px;
  }

  .landing .photo {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  header nav .navbar-toggler .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing {
    min-height: 125vh;
  }

  .landing .title h1 {
    color: #fff;
    font-size: 60px;
  }

  .landing .title {
    margin-top: 40px;
  }

  .landing .photo {
    margin-top: 40px;
  }
}

@media (max-width: 1200px) {
  .about-company .photo div img,
  .company .photo div img {
    margin-top: 45px;
  }

  .why1 .avatar div img,
  .why2 .avatar div img {
    margin-top: 45px;
  }
}
