*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --text-main-blue: #00397c;
  --text-secondary-blue: #102a5b;
  --text-yellow-color: #ffd153;
  --nav-active-color: #1b4166;

  /* Theme Colors */

  --theme-bg-light: #e0eaf9;
  --theme-greenish-color: #03625e;
  --theme-yellow-color: #ffa600;
  --theme-yellow-light: #e5c65c;
  --theme-blue-color: #0d3f79;
  --theme-dark-grey: #516682;
  --theme-medium-grey: 113, 144, 183;
  --theme-light-grey: #e8f0f6;

  /* Gradients */

  --main-colors-gradient: linear-gradient(90deg, var(--theme-greenish-color) 0%, var(--theme-blue-color) 100%);
  --mix-colors-gradient: linear-gradient(90deg, rgba(4, 93, 97, 1) 0%, rgba(6, 87, 102, 1) 37%, rgba(12, 67, 118, 1) 71%, rgba(13, 63, 121, 1) 100%);
  --green-dark-gradient: linear-gradient(90deg, rgba(27, 65, 102, 1) 0%, rgba(3, 98, 95, 1) 100%);
  --green-dark-gradient-revert: linear-gradient(270deg, rgba(27, 65, 102, 1) 0%, rgba(3, 98, 95, 1) 100%);
  --green-light-gradient: linear-gradient(90deg, rgba(13, 63, 121, 1) 0%, rgba(4, 93, 97, 1) 60%);
}
@font-face {
  font-family: "Monoton";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/monoton/v19/5h1aiZUrOngCibe4TkHLQg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/segoe-ui/segoe_UI.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: "Segoe";
  src: url("../fonts/segoe-ui/segoe_UI_Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

/* Italic */
@font-face {
  font-family: "Segoe";
  src: url("../fonts/segoe-ui/segoe_UI_Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

/* Bold Italic */
@font-face {
  font-family: "Segoe";
  src: url("../fonts/segoe-ui/segoe_UI_bold_italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

.nav-bg {
  background-color: #e8f0f6;
}
.text-yellow {
  color: var(--text-yellow-color) !important;
}
.top-nav.nav-bg-medium .nav-link {
  padding: 5px 10px !important;
  font-size: 18px !important;
}
.top-nav .active {
  background-color: var(--nav-active-color) !important;
  color: var(--text-yellow-color) !important;
  font-weight: 600;
  padding: 7px 15px;
  border-radius: 999rem;
}

.font-monoton {
  font-family: "Monoton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.nav-bg-medium {
  background-color: rgba(var(--theme-medium-grey), 0.4);
}
.bg-theme-main {
  background-color: var(--theme-bg-light);
}
.bg-main-blue {
  background-color: var(--theme-blue-color);
}
.bg-theme-yellow {
  background-color: var(--theme-yellow-color);
}
.font-segoe {
  font-family: "Segoe UI", sans-serif;
}
.languageBtn {
  top: -17px;
  transform: translateX(6%) translateY(50%);
  z-index: 5;
}
.languageBtn div {
  height: 35px;
}
.languageBtn .language-text-btn {
  height: 30px;
  padding: 5px 30px;
}
.languageBtn .active {
  border-radius: 50rem;
  height: 100%;
  background-color: var(--text-main-blue) !important;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
  border: none;
}
.mobile-language-btn {
  background-color: #ffd153 !important;
}

.mobile-language-btn .active {
  border-radius: 50rem;
  background-color: var(--text-main-blue) !important;
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.25);
  border: none;
  padding: 1rem;
}
.text-main,
.text-main-blue {
  color: var(--text-main-blue) !important;
}
.text-greenish {
  color: var(--theme-greenish-color) !important;
}
.sv-navbar-logo {
  height: 4rem;
}
.p-point-7 {
  padding: 0.7rem;
}
.w-33 {
  width: 33.33333333%;
}
.home-side-area {
  width: 88%;
}
.fs-20 {
  font-size: 1.1rem;
}

.fs-22 {
  font-size: 1.3rem;
}
.fs-24 {
  font-size: 1.5rem;
}
.fs-26 {
  font-size: 1.62rem;
}
.mt-10 {
  margin-top: 8rem;
}
.fs-28 {
  font-size: 1.75rem;
}
.fs-32 {
  font-size: 2rem;
}
.fs-55 {
  font-size: 3.43rem;
}
.fs-57 {
  font-size: 3.56rem;
}
.fs-60 {
  font-size: 3.75rem;
}
.fs-44 {
  font-size: 2.75rem !important;
}
.vh-75 {
  height: 75vh;
}
.fs-1-point-6vw {
  font-size: 1.6vw;
}
.overflow-lg-hidden {
  overflow: hidden;
}
.about-us-side {
  background-image: url("../imgs/bg-polygon.png");
  background-size: 100% 100%;
  background-position: center;
}

.side-logo {
  height: 10rem;
  width: 11.4375rem;
  object-fit: contain;
}
.connection-btn {
  z-index: 1;
  margin-left: -40px;
}
.home-bg {
  width: 100%;
  height: 708px;
  margin-top: 10px;
}
.top-5px {
  top: 5px;
}
.w-22 {
  width: 22%;
}
.lg-h-100 {
  height: 100%;
}
.gradient-text {
  background: linear-gradient(21deg, rgb(255 117 0) 0%, rgb(12 29 72) 67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.gradient-text:hover {
  background: linear-gradient(3deg, rgba(12, 29, 72, 1) 33%, rgba(255, 117, 0, 0.8128501400560224) 67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.green-dark-gradient {
  background: var(--green-dark-gradient);
}
.green-dark-gradient-revert {
  background: var(--green-dark-gradient-revert);
}
.green-light-gradient {
  background: var(--green-light-gradient);
}
.top-25 {
  top: 25%;
}
.top-20 {
  top: 20%;
}
.w-30 {
  width: 30%;
}
.padding-top-lg-180 {
  padding-top: 180px;
}
.w-35 {
  width: 35%;
}
.pic-p {
  color: #1b4166;
  text-shadow: 2px 2px 5px rgb(255 255 255 / 71%);
  /* background-color: rgb(196, 196, 196, 0.1); */
}
.main-gradient-bg {
  background: var(--main-colors-gradient);
}
.bottom-10px {
  left: 9.5rem;
  bottom: -9rem;
}
.fs-1-point-4vw {
  font-size: 1.4vw;
}
.path-line {
  height: 10.625rem;
  width: 55.375rem;
}
.number-1 {
  position: absolute;
  left: 4rem;
  top: 4rem;
}
.number-2 {
  position: absolute;
  left: 23rem;
  top: -0.5rem;
}
.number-3 {
  position: absolute;
  left: 40.5rem;
  top: 4rem;
}

.p-4rem {
  padding: 4rem;
}
.contact-input {
  font-size: 1rem;
  padding: 0.75rem 2.3125rem;
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.25);
  color: var(--theme-greenish-color) !important;
  font-weight: bold;
  background-color: #f8f8f8;
}
.contact-input::placeholder {
  font-size: 1rem;
  color: var(--theme-greenish-color) !important;
  font-weight: bold;
}
.form-submit-btn {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  top: 73%;
  border: none;
  left: 92%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.custom-shadow {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.custom-shadow-left {
  box-shadow: -4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.arrow-img {
  height: 20px;
}
.social-icons {
  height: 28px;
  width: 28px;
}
.tag-icon {
  z-index: 2;
}
/* Swiper slider  */
.swiper {
  width: 100%;
  min-height: 100dvh;
  min-height: 100vh;
}

.swiper-slide {
  width: 18rem !important;
}
.swiper-slide.swiper-slide-active {
  width: 555px !important;
}
.swiper-slide img {
  width: 374px;
  height: 248px;
}
.active-heading {
  display: none;
}
.swiper-slide-active img {
  height: 450px !important;
  width: 530px !important;
}

.swiper-slide-active .active-heading {
  display: block;
}
.swiper-slide-active .card-heading {
  display: none;
}
.inner-row {
  display: none !important;
}
.swiper-slide.swiper-slide-prev {
  opacity: 0;
  width: 1rem !important;
  margin-right: 0px !important;
}
.swiper-slide-prev img {
  display: none;
}
.swiper-slide-active .inner-row {
  display: block !important;
  overflow: visible;
  position: absolute;
  top: 280px;
  left: 570px;
  width: 780px;
}
.swiper-wrapper li:last-of-type {
  margin-left: 20px;
}
.swiper-scrollbar {
  background-color: #1b4166;
  height: 0.6rem !important;
  overflow: hidden !important;
}
.swiper-scrollbar-drag {
  background-color: #ffd153;
  border-radius: 9999rem;
}
.swiper-button-prev {
  position: absolute;
  top: 0;
}
.swiper-button-next {
  position: absolute;
  top: 0;
  left: 3%;
}
.scroller .swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 6% !important;
  top: 480px !important;
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.25);
  width: 20%;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: "bootstrap-icons" !important;
  font-size: 1.8rem;
  color: #00397c;
  background-color: #ffd153;
  border-radius: 50%;
}
.swiper-button-next::after {
  content: "\F135" !important;
}
.swiper-button-prev::after {
  content: "\F12C" !important;
}
.text-muted-custom {
  color: #dadada;
}
.fw-500 {
  font-weight: 500;
}
.swiper-button-next,
.swiper-button-prev {
  top: 480px !important;
}

.object-fit-cover {
  object-fit: cover !important;
}
.web-app-image {
  height: 28.5rem;
}
.w-lg-50 {
  width: 50%;
}
.transform-btn {
  width: 390px !important;
  padding: 10px 15px;
  padding-left: 28px;
  font-size: 18px;
  font-weight: 600 !important;
  top: 652px;
  left: -210px;
}
.side-info-icon {
  height: 2.5rem;
  width: 2.5rem;
  bottom: 1.5rem;
  left: 2rem;
}
.about-us-img-1,
.about-us-img-2,
.about-us-img-3 {
  height: 12rem;
  position: absolute;
  left: 0;
  animation: animateImage 3s linear infinite;
}

.about-us-img-2 {
  top: 6rem;
  transform: translateX(50%);
  animation-delay: 1s;
}

.about-us-img-3 {
  top: 14rem;
  animation-delay: 2s;
}

/* Animation */

@keyframes animateImage {
  0%,
  33.33% {
    left: 0;
  }
  50% {
    left: 3rem;
  }
  66.66%,
  100% {
    left: 0;
  }
}

@media only screen and (min-width: 1400px) {
  .swiper-slide {
    width: 17rem !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .w-22 {
    width: 28%;
  }
  .home-side-area {
    width: 100%;
  }
  .swiper-slide {
    width: 20% !important;
  }
  .swiper-slide.swiper-slide-active {
    width: 50% !important;
  }
}

/* @media only screen and (width: 1024px) {
  .home-bg {
    width: 80vw;
  }
  .transform-btn {
    width: 330px !important;
    font-size: 14px;
  }
} */
/* Large screen (993px to 1024px) */
@media only screen and (min-width: 995px) and (max-width: 1024px) {
  .path-line {
    width: 38rem;
  }
  .home-bg {
    margin-top: 30px;
  }
  .languageBtn {
    top: 50px;
  }
  .fs-1-point-4vw {
    font-size: 0.9vw;
  }
  .fs-1-point-6vw {
    font-size: 1.4vw;
  }
  .sv-navbar-logo {
    height: 3.5rem;
  }
}

@media only screen and (min-width: 1400px) {
  .container-fluid.d-md-block.d-none,
  header.container-fluid,
  .main-container {
    width: 1480px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  .transform-btn {
    left: -166px;
  }
  .languageBtn {
    transform: translateX(-3%) translateY(45%);
  }
}
@media only screen and (max-width: 1230px) {
  body {
    font-size: 10px !important;
  }
  .path-line {
    width: 38rem;
    height: 7.5rem;
  }
  .number-1 {
    left: 1.5rem;
    top: 2rem;
  }
  .number-2 {
    left: 14.5rem;
    top: -1rem;
  }
  .number-3 {
    left: 26.5rem;
    top: 2rem;
  }
}
@media only screen and (max-width: 1130px) {
  .number-1 {
    top: 3rem;
  }
  .number-2 {
    top: 0rem;
  }
  .number-3 {
    left: 28rem;
    top: 3rem;
  }
}

/* Tablet 993px */
@media only screen and (max-width: 993px) {
  .w-22 {
    width: 50%;
  }
  .transform-btn {
    left: 0rem;
    top: 0.5rem;
    margin-bottom: 2rem;
  }
  .nav-link {
    font-size: 24px;
  }
  .w-lg-50 {
    width: auto;
  }
  .text-bg-md {
    background-color: #eef5ff;
    padding: 1.5rem;
    border-radius: 1.5rem;
  }
  .overflow-lg-hidden {
    overflow: auto;
  }
  .lg-h-100 {
    height: auto;
  }
  .bottom-10px {
    bottom: -20px;
  }
  .project-card-text {
    left: 20px;
    width: 85%;
  }
  .side-logo {
    height: 10rem;
    width: 8.4375rem;
    margin-bottom: 1rem;
  }
  .home-bg .info-icon {
    top: -0.5rem !important;
    right: 0.5rem !important;
    left: auto !important;
  }
  .custom-project-bottom {
    margin-top: -20px;
    background-color: #eef5ff;
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 92%;
  }
  .service-start-row {
    height: auto !important;
  }
  .web-app-image {
    height: 25rem;
  }
  .digital-marketing-image {
    height: 16rem !important;
  }
  .width-mob-50 {
    width: 50%;
  }

  .top-nav .active {
    background-color: var(--nav-active-color) !important;
    color: var(--text-yellow-color) !important;
    padding: 0.5rem 0.9rem !important;
  }
  .mob-steps .text-greenish::before {
    content: "";
    position: absolute;
    background-color: var(--text-yellow-color);
    height: 100%;
    width: 4px;
    left: -1.5rem;
  }
  .mob-steps .text-greenish .blue-ball {
    position: absolute;
    display: inline-block;
    background: var(--text-main-blue);
    height: 20px;
    width: 20px;
    left: -22px;
    transform: translateX(-50%);
    border-radius: 50%;
  }
  .mob-steps {
    padding: 1rem 0.5rem;
  }
  .mob-steps .text-greenish.num-1-desc::before {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }
  .mob-steps .text-greenish.num-3-desc::before {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  .mob-steps .text-greenish.num-3-desc::after {
    content: "";
    position: absolute;
    background-color: var(--text-yellow-color);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    left: -2rem;
    bottom: 0;
  }
  .about-us-side {
    background-image: none;
    background-color: #eef5ff;
    border-radius: 2rem;
  }
  .p-4rem {
    padding: 3rem;
  }
  .fs-32 {
    font-size: 1.5rem !important;
  }
}

@media only screen and (min-width: 390px) and (max-width: 600px) {
  .home-mob-bg {
    width: 360px !important;
  }
}
/* Mobile (up to 600px) */
@media only screen and (max-width: 600px) {
  .form-submit-btn {
    left: 78%;
  }
  .fs-20 {
    font-size: 0.8rem;
  }
  .font-mob-20 {
    font-size: 20px;
  }
  .social-icons {
    height: 12px;
    width: 12px;
  }
  .sv-logo {
    width: 18px;
    height: 18px;
  }
  .p-4rem {
    padding: 1rem;
  }
  .web-app-image {
    height: 15rem;
  }
  .service-title {
    font-size: 1.4rem;
  }
  .visual-identity {
    height: 8rem !important;
  }
  .digital-marketing-image {
    height: 13rem !important;
  }
  .digital-marketing-image {
    height: 13rem !important;
  }
  .text-mob-base {
    font-size: 16px;
  }
  .project-image {
    height: 18.3rem;
    width: 100%;
  }
  .project-card-text {
    width: 82%;
    transform: translateX(-50%);
    left: 50%;
  }

  .custom-project-bottom {
    width: auto;
  }
  .info-icon {
    right: 0rem !important;
    left: auto !important;
    bottom: auto !important;
    top: -0.5rem !important;
  }

  .mob-transform-btn {
    width: 10rem;
    bottom: -2px;
    right: 15px;
    font-size: 9px;
    padding: 3px 10px;
  }
  .homepage-card-text {
    background-color: rgb(57, 110, 176, 0.15);
    border-radius: 1.5rem;
  }
  .fs-mob-34 {
    font-size: 34px;
  }
  .fs-mob-18 {
    font-size: 18px;
  }
  .nav-link {
    font-size: 18px;
  }
  .top-nav .active {
    font-size: 16px !important;
    padding: 5px 15px !important;
  }
}
