@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

@font-face {
  font-family: FiraSans;
  src: url(../fonts/FiraSans-Regular.ttf);
}
@font-face {
  font-family: Barlow;
  src: url(../fonts/Barlow-Regular.ttf);
}

@font-face {
  font-family: Barlow-Medium;
  src: url(../fonts/Barlow-Medium.ttf);
}

* {
  font-family: "Plus Jakarta Sans", serif;
  padding: 0;
  margin: 0;
}

:root {
  --primary-color: #0b5daa;
  --sec-color: #1b1b1b;
  --font: "Plus Jakarta Sans", serif;
  --border: 1px solid #ffffff1a;
}

body {
  font-family: inherit !important;
}
a {
  text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font);
  font-weight: bold;
}

/*--------for all--------*/
section {
  padding: 60px 0 60px 0;
  overflow: hidden;
  position: relative;
}

.custom-dropdown .dropdown-menu {
  display: none;
  width: 250px;
  opacity: 0;
  transition: opacity 0.3s ease;
  background-color: var(--primary-color);
}

.sub-menu-heading a {
  font-family: "Spartan";
  font-size: 20px;
}

.r-border {
  border-right: 1px solid rgb(128 128 128 / 40%);
}

.custom-dropdown .dropdown-menu.mini-drop-down {
  width: 300px;
}

.custom-dropdown .dropdown-menu.full-drop-down {
  width: 100%;
}

div#dropdown-div-mobile p.menu-title,
.dropdown-div-mobile p.menu-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

/* Show the dropdown on hover */
.custom-dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
}

/* Ensure dropdown is positioned correctly */
.wide-dropdown {
  left: 0;
  right: 0;
  padding: 18px;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Style for program links */
.submenu-list {
  list-style-type: none;
  padding-left: 0;
}

.submenu-list li a,
.submenu-list li a.active {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  position: relative;
  margin: 0 10px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.76);
  transition: 0.8s all;
  padding-bottom: 5px;
  transition: width 0.8s;
}

.submenu-list li a::before,
.submenu-list li a.active::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: rgba(255, 255, 255, 0.76);
  bottom: 0;
  left: 0;
  transition: 0.8s all;
}

.submenu-list li a:hover::before {
  width: 100%;
}

.submenu-list li a.active {
  color: var(--theme-color-2);
  font-size: 20px;
}

.dropdown-menu.wide-dropdown
  li.dropdown-submenu-sub
  .dropdown-menu.nested-dropdown.show {
  display: block;
}

body {
  position: relative;
  font-family: var(--font);
  background-color: black !important;
  background-image: url(../image/bg-img/main-bg.png);
  background-position: 0px 0px;
  background-repeat: repeat-y;
  z-index: 30;
  overflow-x: clip;
  background-size: contain;
}

.video-play-about {
  margin: 100px 20px 0 0px;
  overflow: hidden;
}

.video-play-about video {
  width: 100%;
  border-radius: 20px;
  height: 530px;
  object-fit: cover;
}

.btn-group {
  margin: 0px !important;
}

.btn-group:nth-of-type(1) {
  padding-top: 8px;
}
#navbar-btn-custom {
  background-color: transparent !important;
  color: #f5f5f4;
  text-decoration: none;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: 600;
  border: unset;
  cursor: pointer;
  text-align: left;
  text-transform: capitalize;
  margin: 10px 0;
  padding: 0px;
  transition: 0.2s linear all;
}

#navbar-btn-custom:hover {
  color: black;
}

#dropdown-div-mobile::-webkit-scrollbar {
  display: none;
}

.dropdown-custom-mobile-ndweb p {
  color: white;
}
#btn-group-dropdown-custom {
  max-height: 200px;
  z-index: 1000;
  width: auto;
  overflow-y: auto;
}
.btn-group {
  display: flex;
  flex-direction: column;
}

#btn-group-dropdown-custom li a {
  color: var(--primary-color) !important;
}

body::-webkit-scrollbar-track {
  background-color: transparent;
}

body::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: var(--primary-color);
}

nav.navbar.sub-nav-bar {
  background: #0957a0cc;
  color: #fff;
}

li.nav-item .nav-link i {
  font-size: 14px;
  transition: 0.3s all linear;
  line-height: 0;
  color: #085197;
}

a.nav-link.social-link-a:hover {
  background: transparent;
  border: 1px solid #fff;
}

a.nav-link.social-link-a {
  width: 25px;
  height: 25px;
  background: #fff;
  padding: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 5px;
  transition: 0.3s all;
}

li.nav-item .nav-link:hover i {
  color: #fff;
}
.navbar-brand img {
  max-width: 180px;
}
.bg-video {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.nav-header-txt {
  color: white;
  font-weight: 600;
  font-size: 16px;
  transition: 0.4s all linear;
}
.nav-header-txt:hover {
  color: var(--primary-color);
}

.dynamic-text {
  font-weight: 800;
  min-height: 150px;
  height: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  color: var(--primary-color);
  /* border-right: 3px solid var(--primary-color); */
}

@keyframes text-animate {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes remove-text-animate {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}

.home-page-banner-div {
  min-height: 850px;
  height: auto;
  position: relative;
  align-items: center;
  justify-content: start;
}

.home-page-banner-div h1 {
  font-size: 118px;
}

/* developer correction */

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

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--primary-color);
}

div#main-home-page p {
  font-size: 16px;
  line-height: 1.7em;
}

a.btn.btn-button {
  padding: 10px 30px;
  background-color: rgb(255 255 255 / 10%);
  color: white;
  transition: 0.3s alllinear;
  display: inline-block;
  border-radius: 2rem;
  font-weight: 600;
  position: relative;
  transition: all 0.3s;
}

a.btn.btn-button::before {
  content: "\f138";
  font-family: bootstrap-icons !important;
  position: absolute;
  width: 45px;
  height: 45px;
  background: var(--primary-color);
  right: -50px;
  top: 0px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s;
  transform: rotate(320deg);
}

a.btn.btn-button:hover {
  background: #fff;
  color: var(--primary-color);
}

a.btn.btn-button:hover::before {
  background: #fff;
  color: var(--primary-color);
  transform: rotate(360deg);
}

.fade-show-up {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1.2s ease-out forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.navigation-line {
  border-bottom: 1px solid #ffffff1a;
}

section {
  padding: 60px 0;
}

section.pricing-section {
  position: relative;
  z-index: 2;
}

.nav-link.custom-dropdown-button::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.nav-link:focus,
.nav-link:hover {
  color: #085197 !important;
}

#marquee {
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.track {
  display: flex;
  animation-play-state: running;
  animation: marquee 15s linear infinite;
}
#marquee:hover .track {
  animation-play-state: paused;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#marquee span,
#marquee p {
  color: white;
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.2em;
  text-wrap: nowrap;
  text-decoration-line: none;
}

#marquee .track p {
  margin: 0 30px;
}

.sub-heading {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

.sub-heading i {
  background: repeating-radial-gradient(#0b5daa, #ffffff00 100px);
  color: transparent;
  background-clip: text;
}

h2.main-heading {
  font-size: 45px;
  font-weight: 300;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.sec-heading {
  margin-bottom: 20px;
}

span.highlight {
  font-weight: 800;
  color: var(--primary-color);
}

section p {
  font-size: 16px;
  line-height: 1.7em;
}

.about-us-div-2 {
  border-left: 1px solid #ffffff1a;
}
.sep-div-about-us img {
  width: 40px;
  height: 40px;
}
.sep-div-about-us p:nth-of-type(1) {
  font-size: 21px;
  font-weight: 900;
  position: relative;
}
.sep-div-about-us p:nth-of-type(1)::before {
  position: absolute;
  content: "\f192";
  font-family: "FontAwesome";
  left: -55px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 20px;
  color: var(--primary-color);
}

p.abt-title {
  margin-bottom: 5px;
  margin-top: 25px;
}

.abd-images img {
  width: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: circleRotate 20s infinite linear;
  z-index: -1;
}

@keyframes circleRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.services-card-company {
  background: linear-gradient(45deg, #010101, #0000002e);
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 50px !important;
  overflow: hidden;
  justify-content: space-around;
  border: 1px solid #ffffff1a;
}

.services-card-company div {
  display: flex;
  width: 100%;
  overflow-x: auto;
  flex-direction: row;
  align-items: center;
  padding: 30px 0;
}

.services-card-company h2 {
  font-weight: 700;
  line-height: 1.2em;
  color: white;
  text-align: left;
  font-size: 20px;
}

.services-card-company div img {
  width: 170px;
  margin: 0 20px;
  background: #1b1b1b;
  height: 100px;
  object-fit: contain;
  border-radius: 20px;
}

.services-card-company div::-webkit-scrollbar {
  height: 4px;
}

.services-card-company div::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 12px;
}

/* service style */

.card-service {
  cursor: pointer;
  transition: all 0.4s ease;
  padding: 40px;
  border-radius: 30px;
  border: 1px solid #ffffff17;
  background: linear-gradient(141deg, #1b1b1b, #5c5c5c12);
  max-height: 400px;
  display: grid;
  justify-content: space-between;
  align-content: space-between;
}

.card-service:hover {
  transform: translateY(-10px);
}

.card-icon img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  position: relative;
}

.card-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

a.link-arrow {
  font-size: 21px;
  transition: all 0.4s;
  transform: rotate(0deg);
}

h4.card-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  margin-bottom: 15px;
}

.service-card-body a {
  text-decoration: none;
}

.service-card-body {
  margin-top: 30px;
}

.card-service:hover a.link-arrow {
  color: #fff;
  transform: rotate(46deg);
}

/* footer */

#footer-section {
  width: 100%;
  position: relative;
  height: 100%;
  z-index: -1;
  background: url(../image/bg-img/work-together-bg.png) center center no-repeat;
  border-bottom: 1px solid #ffffff1a;
}

#footer-section div:nth-of-type(1) h3 {
  line-height: 1.2em;
  font-size: clamp(1.6rem, 1.675rem, 1.725rem);
  z-index: 1;
}
#collaborate-text-div {
  position: relative;
  top: 0;
  left: 0;
  padding: 30px 0 0 0;
}
#collaborate-text-div h2 {
  font-size: clamp(11rem, 11.25rem, 11.5rem);
  text-align: center;
}
#getin-touch-div {
  position: absolute;
  top: 50%;
  border: unset;
  outline: none;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--primary-color);
  cursor: pointer;
  transition: 0.4s all ease;
}
#getin-touch-div svg {
  fill: white;
  width: 24px;
  height: 24px;
  transition: 0.4s all ease;
}
#getin-touch-div p {
  text-decoration: none;
  text-transform: capitalize;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 2px;
  transition: 0.4s all ease;
}

#getin-touch-div:hover {
  background-color: black;
}
#getin-touch-div:hover p {
  color: white;
}
#getin-touch-div:hover svg {
  fill: white;
  transform: rotate(45deg);
}

.footer-row {
  padding: 60px 0;
}

footer a {
  text-decoration: none;
}

.logo img {
  width: 170px;
  margin-bottom: 25px;
}

footer h2 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}

.footer-sec a {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

form#footer-form input {
  border: 1px solid #ffffff1a;
  background: transparent !important;
  padding: 10px;
  height: 20px;
  font-size: 20px;
}

form#footer-form input {
  border: 1px solid #ffffff1a;
  background: transparent !important;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  height: 50px;
  width: 100%;
  margin-right: 10px;
}

button#subscribe-btn {
  padding: 12px 20px 12px 20px;
  height: 50px;
  border-radius: 10px;
  color: #fff;
  border-color: #ffffff1a;
  background: var(--primary-color);
  width: 100%;
  flex: 1;
}

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

div#footer-social-media-link {
  background: transparent;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  border-radius: 50%;
  margin-right: 10px;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.con-add a {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  flex: 1;
}

.con-add {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 15px;
}

p.copyright {
  padding: 30px 0;
  text-align: center;
  color: #f5f5f4;
  border-top: 1px solid #ffffff1a;
  margin-bottom: 0;
}

p.sec-foot {
  text-align: center;
}

p.sec-foot a {
  font-weight: 700;
  color: var(--primary-color);
}

.percentage-count {
  color: var(--primary-color);
  font-weight: 700;
  line-height: 1.2em;
  font-size: 50px;
  margin-bottom: 10px;
}

.percentage-sec {
  margin-top: 40px;
}

ul.e-con-list {
  list-style: none;
  padding-left: 40px;
}

.border-left-dashed {
  border-right: 1px dashed #f7fbfa1a;
}

ul.e-con-list li {
  font-size: 18px;
  display: flex;
  gap: 10px;
}

ul.e-con-list li i {
  color: var(--primary-color);
}

.e-con-inner {
  position: relative;
  background-color: transparent;
  border-radius: 30px;
  background-image: linear-gradient(
    180deg,
    var(--primary-color) 0%,
    #00000000 90.04%
  );
  overflow: hidden;
  z-index: 1;
  padding: 40px !important;
}

.e-con-inner::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    #000000 75%,
    rgb(255 255 255 / 0%) 99.04%
  );
  width: calc(100% - 40px);
  height: 100%;
  z-index: -1;
}

.why-choose-box {
  background-color: transparent;
  border: 1px solid #ffffff1a;
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.why-choose-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  width: 0;
  height: 100%;
  transition: all 0.4s ease-in-out;
  border-radius: 1rem;
  z-index: -1;
}

.why-choose-box:hover::before {
  width: 100%;
}

.why-choose-box h4 {
  font-size: 19px;
  font-weight: 700;
}

.image-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-frame::before {
  content: "";
  width: 200%;
  position: absolute;
  height: 0;
  background-color: rgba(255, 255, 255, 0.3);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 5;
  opacity: 0;
}

.image-frame:hover::before {
  animation: fullHeightAnimate forwards 0.5s linear;
}
@keyframes fullHeightAnimate {
  0% {
    height: 0%;
    opacity: 0;
  }
  25% {
    height: 50%;
    opacity: 1;
  }
  50% {
    height: 100%;
    opacity: 0.75;
  }
  75% {
    height: 150%;
    opacity: 0.5;
  }
  100% {
    height: 200%;
    opacity: 0;
  }
}

/* social media */
#social-media-card {
  padding: 30px 40px 30px 70px;
  background-color: #02010100;
  border: 1px solid #ffffff1a;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  justify-content: space-around;
  width: auto;
}

#social-media-card div p:nth-of-type(1) {
  margin: 0 0 10px 0;
  color: white;
  font-size: clamp(1rem, 1.05rem, 1.1rem);
  font-weight: 700;
  line-height: 1.2em;
}

#social-media-card div p:nth-of-type(2) {
  color: white;
  font-size: clamp(0.95rem, 1rem, 1.05rem);
  font-weight: 400;
  line-height: 1.7em;
  margin: 0;
}
.svg-border-div {
  height: 36px;
  width: 36px;
  padding: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid white;
}
.svg-border-div svg {
  fill: white;
  width: 20px;
  height: 20px;
  transition: 0.4s all ease;
}

#social-media-card:hover .svg-border-div svg {
  transform: rotate(45deg);
}
.social-icons-div {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  background-color: var(--primary-color);
  justify-content: center;
  position: absolute;
  padding: 0px;
  margin: 0px;
  border: unset;
  outline: none;
  top: -30px;
  left: -30px;
  overflow: hidden;
  z-index: 1;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}

.social-icons-div i {
  font-size: 40px;
  color: white;
  transition: all 0.4s ease-in-out;
}

.social-icons-div::before {
  content: "";
  width: 0%;
  height: 0%;
  border-radius: 50%;
  box-sizing: border-box;
  outline: none;
  border: unset;
  background-color: #000;
  transform: rotate(320deg);
  position: absolute;
  z-index: -1;
  bottom: 0%;
  right: 0%;
  transition: all 0.4s ease;
}

#social-media-card:hover .social-icons-div::before {
  width: 100%;
  height: 100%;
}

#social-media-card:hover .social-icons-div i {
  color: white;
  outline: none;
}

.justify-content-space-around {
  justify-content: space-around;
}

/* feature section */

.feature-card {
  background: #1b1b1b;
  border: 1px solid #ffffff1a;
  padding: 40px 30px;
  border-radius: 30px;
  position: relative;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 470px;
}

.feature-card:hover {
  transform: translateY(-10px);
}

.feature-head h4 {
  font-size: 20px;
  font-weight: 700;
}

.feature-arrow {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid;
}

.feature-arrow {
  flex-shrink: 0; /* Prevent collapsing */
}

.feature-arrow svg {
  width: 20px;
  height: auto;
}

.feature-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

span.stepName {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
}

span.stepCount {
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1em;
  transition: all 0.5s ease-in-out;
}

.feature-footer {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feature-icon {
  width: 50%;
  height: 120px;
  background: var(--primary-color);
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 30px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.icon-feature {
  width: 60px;
  height: 60px;
  background-color: #fff;
  mask-image: url(../image/icon/problem-solving.png);
  mask-position: center;
  mask-size: cover;
  transition: all 0.5s ease-in-out;
}

.icon-feature.fImg-1 {
  mask-image: url(../image/icon/problem-solving.png);
}
.icon-feature.fImg-2 {
  mask-image: url(../image/icon/program.png);
}
.icon-feature.fImg-3 {
  mask-image: url(../image/icon/setting.png);
}
.icon-feature.fImg-4 {
  mask-image: url(../image/icon/support.png);
}

.feature-count {
  position: absolute;
  bottom: 8%;
  left: 12%;
}

.feature-card:hover .icon-feature {
  background-color: var(--primary-color);
}

.feature-card:hover .feature-icon {
  background-color: #fff;
}

.feature-card:hover span.stepCount {
  color: #fff;
}

/* pricing  */

.pricing-card {
  cursor: pointer;
  transition: all 0.4s ease;
  padding: 40px;
  border-radius: 30px;
  border: 1px solid #ffffff17;
  background: linear-gradient(141deg, #1b1b1b, #5c5c5c12);
}

.price-title h3 {
  font-size: 30px;
  font-weight: 700;
}

span.price-symbol {
  font-size: 22px;
  font-weight: 700;
}

span.price-amount {
  font-size: 50px;
  font-weight: 700;
  color: var(--primary-color);
}

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

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

.pricing-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  border-bottom: var(--border);
  padding-bottom: 30px;
}

.pricing-body {
  padding-top: 30px;
}

ul.pricing-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  padding: 0;
}

ul.pricing-list li {
  position: relative;
  list-style: none;
  color: #f5f5f4;
  padding-left: 28px;
}

ul.pricing-list li::before {
  content: "\f192";
  font-family: "FontAwesome";
  position: absolute;
  width: 30px;
  height: 30px;
  top: -4px;
  left: 0;
  font-size: 22px;
  color: var(--primary-color);
}

.btn-second {
  padding: 12px 20px 12px 20px;
  height: 50px;
  border-radius: 10px;
  color: #fff;
  border-color: #ffffff1a;
  background: var(--primary-color);
  width: 100%;
  flex: 1;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}

.btn-second:hover {
  color: var(--primary-color);
  background: #fff;
}
.pricing-card:hover .btn-second {
  color: var(--primary-color);
  background: #fff;
}

.satisfy-client-mini .image-frame {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.testimonial-main-card {
  cursor: pointer;
  transition: all 0.4s ease;
  padding: 40px;
  border-radius: 30px;
  border: 1px solid #ffffff17;
  background: linear-gradient(141deg, #1b1b1b, #5c5c5c12);
  display: grid;
  justify-content: space-between;
  align-content: space-between;
  gap: 15px;
  text-align: center;
}

.testimonial-main-review {
  display: grid;
  align-content: space-around;
  justify-content: space-around;
  justify-items: center;
  gap: 10px;
}

span.big-card-rate {
  font-size: 80px;
  font-weight: 700;
}

span.big-card-stars {
  font-size: 18px;
  display: flex;
  gap: 8px;
  color: var(--primary-color);
}

.testimonial-main-card h4 {
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}

.testimonial-profile-icons.satisfy-client-mini {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-item {
  padding: 20px;
}
.stars-testimonial {
  margin-bottom: 20px;
}

.testimonial-content {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.testimonial-profile {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  max-width: 350px;
}

.testimonial-pro-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 12px;
}

.testimonial-pro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-name {
  font-size: 18px;
  font-weight: 700;
  margin: 5px 0;
}

.testimonial-user-pos {
  font-size: 14px;
  color: #666;
}

section.testimonial-section.text-white button.slick-prev.slick-arrow,
section.testimonial-section.text-white button.slick-next.slick-arrow {
  bottom: 0;
  top: auto;
  left: auto;
  width: 55px;
  height: 55px;
  background: #1b1b1b;
  border-radius: 10px;
}

section.testimonial-section.text-white button.slick-prev.slick-arrow {
  right: 10%;
  z-index: 999;
}

section.testimonial-section.text-white button.slick-prev.slick-arrow::before {
  content: "\f12f";
  font-family: bootstrap-icons !important;
  font-size: 20px;
}
section.testimonial-section.text-white button.slick-next.slick-arrow::before {
  content: "\f138";
  font-family: bootstrap-icons !important;
  font-size: 20px;
}

.blog-img .image-frame {
  width: 100%;
  height: 350px;
  margin-bottom: 25px;
}

.blog-body h4 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
}

a.btn-readMore {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  color: var(--primary-color);
  transition: all 0.5s;
}
.readMore-arrow svg {
  width: 25px;
  height: 25px;
  transition: all 0.5s;
}

.readMore-arrow {
  transition: all 0.5s;
}

a.btn-readMore:hover {
  color: #fff;
}

a.btn-readMore:hover .readMore-arrow {
  transform: rotate(45deg);
}

section.social-section::before {
  content: "";
  position: absolute;
  background-image: url(../image/bg-img/round-img.png);
  width: 300px;
  height: 300px;
  bottom: 0;
  right: -7pc;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  animation: circleRound 20s infinite;
}

@keyframes circleRound {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

section.pricing-section::before {
  content: "";
  position: absolute;
  background-image: url(../image/bg-img/round-2.png);
  width: 320px;
  height: 320px;
  top: 0;
  left: -7pc;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  animation: circleRound 20s infinite;
}

section.testimonial-section::before {
  content: "";
  position: absolute;
  background-image: url(../image/bg-img/round-3.png);
  width: 320px;
  height: 320px;
  bottom: 0;
  right: -7pc;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  animation: circleRound 20s infinite;
}

section.breadcrumb-section {
  text-align: center;
}
ol.breadcrumb {
  justify-content: center;
}

.breadcrumb-title h1 {
  font-size: 80px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}

ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "*" !important;
  font-family: bootstrap-icons !important;
  color: var(--primary-color);
}

ol.breadcrumb li.breadcrumb-item {
  color: #fff;
}

ol.breadcrumb li.breadcrumb-item {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

ol.breadcrumb li.breadcrumb-item a {
  color: #fff;
}

ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "*" !important;
  font-family: bootstrap-icons !important;
  color: #ffffff;
  font-size: 40px;
  line-height: 30px;
}

ol.breadcrumb li.breadcrumb-item.active {
  color: var(--primary-color);
}

section.breadcrumb-section {
  height: 400px;
  display: grid;
  align-items: center;
}

.breadcrumb-banner-bg {
  background-image: url(../image/bg-img/page-header-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.form-input {
  width: 100%;
  border: 1px solid #ffffff1a;
  background: rgba(2, 1, 1, 0);
  color: #fff;
  padding: 16px;
  border-radius: 10px;
}

.form-input option {
  background: rgb(33 37 41);
}

.contact-form {
  padding: 50px;
  border-radius: 30px;
  border: 1px solid #ffffff1a;
  background: #0b0b0b;
  color: #fff;
}

.black-card {
  padding: 30px;
  border: 1px solid #ffffff1a;
  border-radius: 30px;
}

.contact-box {
  text-align: center;
  position: relative;
}

h4.con-title {
  color: #f5f5f4;
  font-size: 22px;
  font-weight: 700;
}

.contact-box a {
  color: #f5f5f4;
  font-size: 16px;
}

.contact-box.border-left::before {
  content: "";
  position: absolute;
  background: #ffffff1a;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
}

.con-img {
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  margin: 0 auto;
  margin-bottom: 20px;
  overflow: hidden;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.con-img.icon-mobile {
  mask-image: url(../image/icon/mobile.png);
}

.con-img.icon-email {
  mask-image: url(../image/icon/email-marketing.png);
}

.con-img.icon-location {
  mask-image: url(../image/icon/location.png);
}

.contact-box.con-box-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.contact-box.con-box-flex .con-img {
  margin: 0;
  margin-right: 20px;
}

.contact-box.con-box-flex .contact-location {
  flex: 1;
}

.google-map {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: 700px;
}

.google-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px; /* Apply border radius directly */
}

/* blogs */

section#service-in-page h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}

img.in-page-image-main {
  position: relative;
  height: auto;
  width: 100%;
  object-fit: cover;
  margin-bottom: 30px;
  border-radius: 20px;
  padding: 0;
}

.sub-ser-body h3,
.main-ser-body h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
  display: inline-block;
}

.sub-ser-body h4,
.main-ser-body h4 {
  font-size: 22px;
  font-weight: 700;
}

img.in-page-image-second {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  border-radius: 20px;
}

section#service-in-page {
  overflow: visible;
}

.sidebar.service-sidebar {
  width: 100%;
  background: #f7f7f726;
  padding: 30px;
  border-radius: 15px;
  position: sticky;
  top: 90px;
}

.sidebar-category h4,
.sidebar-recent-post h4 {
  color: #fff;
  font-weight: 700;
  margin: 0 0 15px;
  clear: both;
  line-height: 1.36;
  padding-left: 30px;
  position: relative;
}

.sidebar-category h4::before,
.sidebar-recent-post h4::before {
  content: "";
  position: absolute;
  width: 7%;
  height: 3px;
  background: #fff;
  top: 45%;
  left: 0;
}

ul.sidebar-list {
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

li.sidebar-list-item a {
  min-height: 60px;
  display: flex;
  align-items: center;
  padding-left: 22px;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 500;
  color: #454545;
  background-color: #fff;
  border-radius: 60px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

li.sidebar-list-item a:hover,
li.sidebar-list-item.active a {
  background-image: linear-gradient(to right, #6000ff, #fe0054);
  color: #fff;
  background-size: 200% 100%;
  background-position: right center;
  transition: background-position 0.5s ease;
}

li.sidebar-list-item a::before {
  content: "\f138";
  font-family: bootstrap-icons !important;
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0px;
  top: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5c3f92;
  background-image: linear-gradient(
    to right,
    rgb(96 0 255 / 34%),
    rgb(254 0 84 / 28%)
  );
  font-weight: 700;
  transition: 0.8s all;
}

li.sidebar-list-item a:hover::before,
li.sidebar-list-item.active a::before {
  color: #fff;
  background-image: linear-gradient(to right, rgb(96 0 255), rgb(2 59 114));
}

.phone-shack-icon i {
  height: 62px;
  width: 62px;
  background-image: linear-gradient(to right, #6000ff, #fe0054);
  border-radius: 62px;
  font-size: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 23px;
  border: 3px solid #000;
  color: #000;
  animation: shake 0.5s ease-in-out infinite; /* Updated animation duration */
}

@keyframes shake {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  10% {
    transform: translateY(-2px) rotate(5deg);
  }
  20% {
    transform: translateY(2px) rotate(-5deg);
  }
  30% {
    transform: translateY(-1px) rotate(3deg);
  }
  40% {
    transform: translateY(1px) rotate(-3deg);
  }
  50% {
    transform: translateY(0) rotate(0deg);
  }
}

.side-bar-img {
  padding: 42px;
  display: grid;
  align-items: center;
  justify-content: space-between;
  justify-items: center;
  align-content: center;
  text-align: center;
  border-radius: 15px;
  background-image: url(../image/bg/info-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 30px;
}

a.mobile-number-sidebar {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  position: relative;
  margin-bottom: 13px;
}

a.mobile-number-sidebar:hover {
  color: var(--theme-color-3);
  text-shadow: 0px 0px 13px black;
}

.side-bar-img p {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  text-shadow: 3px 1px 5px #cf8f34;
}

.side-bar-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 18%);
  top: 0;
  left: 0;
  z-index: 0;
}

ul.in-page-list {
  padding: 0;
  list-style: none;
}

li.in-page-list-item {
  color: #d3cece;
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  text-align: justify;
}

li.in-page-list-item::before {
  content: "\f26f";
  font-family: bootstrap-icons !important;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: 600;
  color: transparent;
  background-image: linear-gradient(to right, rgb(10 90 165), rgb(2 59 114));
  background-clip: text;
}

/* blogs-page */
.recent-post-card {
  overflow: hidden;
}

img.recent-post-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
}

.recent-post-card {
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  color: #000;
}

.recent-post-details::before,
.blogs-details::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #6000ff, #fe0054);
  z-index: -1;
  opacity: 0.1;
}

.recent-post-details {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: transparent;
  padding: 5px 10px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: linear-gradient(to right, #6000ff, #fe0054);
  background-clip: text;
  color: transparent;
  font-weight: 400;
}

.blogs-details {
  text-align: center;
  border-radius: 60px;
  padding: 16px 36px;
  position: relative;
  z-index: 1;
  display: flex;
  width: 400px;
  margin: 20px auto;
  align-items: center;
  justify-content: space-around;
  background-image: linear-gradient(to right, #6000ff, #fe0054);
  background-clip: text;
  color: transparent;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.jumbotron {
  background-color: rgb(211 211 211 / 30%);
  padding: 10px;
  border: 1px dashed darkgray;
  color: darkgrey;
  border-radius: 15px;
}

img.abt-brand-logo {
  height: 80px;
  width: 140px;
  object-fit: contain;
}

.brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.timeline {
  position: relative;
  padding: 5px 0;
}

.stage-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.stage-list-item {
  position: relative;
  margin: 25px 0;
  padding-left: 50px;
}

.circle {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4081, #3f51b5);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}

ul.stage-list::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 20px;
  top: 0;
  background: linear-gradient(135deg, #ff4081, #3f51b5);
}

.blog-page p,
.service-in-page p {
  text-align: justify;
}

.breadcrumb-banner-bg span.highlight {
  font-weight: 800;
  color: var(--primary-color);
  text-shadow: #bbb 0 0 1px, #fff 0 -1px 2px, #fff 0 -3px 2px,
    rgba(0, 0, 0, 0.8) 0 30px 25px;
}

section#service-in-page ul.list-group li.list-group-item {
  background: #212529;
  color: #bcbec1;
}

section#service-in-page ul.list-group {
  margin-bottom: 20px;
}

.overview-image-sec {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}

.ov-img-left {
  width: 260px;
  height: 350px;
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}

.ov-img-right {
  width: 355px;
  height: 450px;
  overflow: hidden;
  position: relative;
}

img.overview-image-1,
img.overview-image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.center-overview-box {
  background-color: #1f2732;
  color: #fff;
  position: absolute;
  width: 200px;
  padding: 30px;
  bottom: 20px;
  left: 25%;
}

.center-overview-box p {
  color: #fff;
}

.center-overview-box p {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

section#service-section {
  padding-top: 30px;
}

section .accordion-button:focus {
  z-index: 3;
  border-color: snow;
  outline: 0;
  box-shadow: none;
}

section .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: transparent;
  box-shadow: none;
  padding-left: 50px;
}

section .accordion-item:focus,
section .accordion-item:hover {
  background-color: #0b0b0b;
  border: 1px solid rgb(92 65 147);
}

section button.accordion-button.collapsed {
  position: relative;
  padding-left: 50px;
}

section .accordion-item {
  background-color: #0b0b0b;
  border: 1px solid #ffffff1a;
  color: #f5f5f4;
}

section button.accordion-button.collapsed {
  background: transparent;
}

section .accordion-header h5 {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.service-count-no {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 36px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-image: linear-gradient(to right, #6000ff, #fe0054);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 0 30px 30px 0;
}

img.content-marketing-img {
  width: 100%;
  height: auto;
}

section.service-section-9.email-marketing {
  background: linear-gradient(to left, #000428, #004e92);
  color: #fff;
  z-index: 1;
}

section.service-section-9.email-marketing::before {
  content: "";
  position: absolute;
  background-image: url(../image/bg/bg-compressed.jpg);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: repeat;
  opacity: 0.5;
}

.email-marketing h1 {
  font-size: 70px;
  margin-bottom: 20px;
  font-weight: 800;
}

/* portfolio */

section#portfolio {
  color: #fff;
  position: relative;
  background-image: url(../image/bg/portfolio-bg.jpg);
  transition: 0.8s all;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: solid;
  border-width: 4px 0px 4px 0px;
  border-color: #39d9f6;
  background-color: #040c21;
  z-index: 1;
}
section#portfolio::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #151d32;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  opacity: 0.6;
}
section#portfolio.white-dark::before {
  opacity: 0.8;
}
.video-icon i {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  border-radius: 20px;
  color: #fff;
  background-image: linear-gradient(to right, #2067aa, #5c3f92);
  margin-bottom: 30px;
}

.portfolio-content {
  padding-top: 50px;
}

.portfolio-content p {
  color: #ccceec;
}

p.max-width {
  max-width: 560px;
}

.port-count-num {
  font-family: "Fira Sans";
  font-size: 78px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.port-count-title {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--theme-color-3);
  font-weight: 600;
}

.port-count-num::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: -1;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #2067aa, #38ddf9);
}

.portfolio-card-number {
  position: relative;
}

.portfolio-card-number.pcn-1::before {
  content: "\f3cf";
  font-family: bootstrap-icons !important;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 20px;
  color: #fff;
  animation: rotation 2s linear infinite forwards;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

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

.service-section-card {
  background: var(--sec-color);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 5%);
  outline: 20px solid rgb(95 45 222 / 8%);
  margin: 20px;
  height: 100%;
}

.row.mb-4.bt-row .col-md-4 {
  margin-bottom: 40px;
}

.private-sec h4 {
  font-size: 20px;
  margin-top: 30px;
  font-weight: 700;
}

.private-sec h3 {
  font-weight: 700;
}

.private-sec li.in-page-list-item {
  color: #e3e3e3;
  font-size: 15px;
}

img.abt-top-left {
  height: 340px;
  width: 340px;
  object-fit: contain;
}
.about-us-image {
  display: grid;
  align-items: center;
  position: relative;
  min-height: 700px;
}

img.abt-top-left {
  position: absolute;
  top: 0pc;
  left: -10pc;
  transition: 1s;
}

img.abt-bottom-right {
  position: absolute;
  bottom: -10pc;
  right: -0pc;
}

img.abt-main {
  width: 522px;
  height: 534px;
  object-fit: contain;
  border-radius: 10px;
}

.top-move,
.bottom-move {
  transition: 0.8s;
}

.about-count-num {
  font-size: 53px;
  font-family: "Fira Sans";
  font-weight: 700;
  margin-bottom: 5px;
}

/* why choose us  */

section#why-choose {
  color: #fff;
  z-index: 0;
  background-image: url(../image/bg/section-bg.png);
  padding-top: 300px;
  background-size: cover;
  background-position: right top;
}

.why-choose-card {
  background: #fff;

  padding: 30px 30px;
  border-radius: 30px;
  background-image: linear-gradient(to right, #5c3f92, #38ddf9);
  position: relative;
  z-index: 1;
  height: 345px;
  cursor: pointer;
  transition: all 0.8s;
  margin-bottom: 30px;
}

.why-choose-card::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background-color: var(--sec-color);
  z-index: -1;
  border-radius: 30px;
}

img.why-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  display: block;
  object-fit: contain;
  margin-bottom: 20px;
}

.why-card-body h5 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.why-choose-card:hover {
  box-shadow: 0 4px 8px rgba(255, 0, 0, 0.3), 0 6px 12px rgba(255, 165, 0, 0.3),
    0 8px 16px rgba(255, 255, 0, 0.2);
}

/* what we do */
.background-overlay {
  background-color: transparent;
  padding: 50px;
  border-radius: 70px;
  position: relative;
}

.background-overlay::before {
  content: "";
  position: absolute;
  width: 125%;
  height: 100%;
  background-color: #ffffff1f;
  right: 0;
  top: 0;
  border-radius: 70px;
  z-index: -1;
}

.what-we-card-content h4 {
  font-weight: 700;
}

.what-we-do-text {
  margin: 10px 20px 10px 50px;
  padding-left: 100px;
}

.what-we-card {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 5%);
  border-radius: 30px;
  color: #333;
  transform: translateY(2pc);
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.what-we-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  background: transparent;
  bottom: 0;
  left: 0;
  right: 0;
  border-width: 0px 0 8px 0;
  border-color: #ffffff;
  border-style: dashed;
}

.what-we-card:hover {
  background-image: linear-gradient(to right, #5c3f92, #38ddf9);
  color: #fff;
}

.what-we-card:hover .what-we-card-img {
  background-color: #fff;
}

.what-we-card-img {
  height: 60px;
  width: 60px;
  background: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  mask-image: url(../image/icon/digital.png);
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  transition: all 0.3s;
  transition-timing-function: ease-in-out;
}

.what-we-card-img.wht-we-img-digital {
  mask-image: url(../image/icon/digital.png);
}

.what-we-card-img.wht-we-img-software {
  mask-image: url(../image/icon/software.png);
}

.what-we-card-img.wht-we-img-legal {
  mask-image: url(../image/icon/legal.png);
}

.process-card.process-card-bg {
  background: rgb(8 80 150 / 30%);
  margin-bottom: 10px;
}
.process-card {
  text-align: center;
  padding: 30px 60px;
  position: relative;
}

section#service-section-4::before {
  content: "";
  position: absolute;
  width: 800px;
  height: 800px;
  background-image: url(../image/taget.png);
  background-position: center;
  bottom: -20pc;
  right: -20pc;
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
  opacity: 0.2;
}

section#service-section-4::after {
  content: "";
  position: absolute;
  width: 800px;
  height: 800px;
  background-image: url(../image/taget.png);
  background-position: center;
  top: -20pc;
  left: -20pc;
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.popular-card {
  border-radius: 5px;
  padding: 45px 35px;
  position: relative;
  z-index: 1;
  border: 1px solid #e6e3f1;
  height: 100%;
  margin-bottom: 20px;
}

.popular-count {
  font-size: 100px;
  opacity: 0.05;
  display: inline-block;
  line-height: 70px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: -1;
  font-weight: 700;
}

img.popular-icon {
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.popular-icons {
  width: 65px;
  height: 65px;
  object-fit: contain;
  margin-bottom: 20px;
}

section.service-section-5.social-media-banner {
  padding-bottom: 0;
}

section.service-section-5.social-media-banner::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-image: url(../image/slider/slider-head-bg-2.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
section.service-section-5.social-media-banner::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../image/slider/slider-head-bg-3.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

img.digital-marketing-img {
  width: auto;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.bg-circle-design {
  background: #23527c;
  width: 1000px;
  height: 900px;
  position: absolute;
  border-radius: 50%;
  bottom: -30pc;
  left: -6pc;
  border: 20px solid #ffffff;
  z-index: 0;
  opacity: 0.5;
  outline: 2px dashed #c8def0;
  outline-offset: 30px;
}

.form-card-body button.btn.btn-danger {
  padding: 12px 20px 12px 20px;
  height: 50px;
  border-radius: 10px;
  color: #fff;
  border-color: #ffffff1a;
  background: var(--primary-color);
  width: 100%;
  flex: 1;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}

p.description {
  font-size: 18px;
}

.why-choose-img img {
  width: 100%;
  height: 10%;
  object-fit: cover;
  border-radius: 30px;
}

.service-card-box {
  background: linear-gradient(45deg, #f6c7ff, #a3d2ff);
  margin-bottom: 20px;
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: 0 0 6px 0px #b0d9ff4f;
  color: #000;
  font-weight: 600;
  outline: 1px solid #0b5daa;
  outline-offset: 3px;
  transition: 0.3s all;
  cursor: pointer;
  height: 100%;
}

.service-card-box:hover {
  box-shadow: 0 0 20px #ddf7ff;
}

.row-gaps .col-md-3,
.row-gaps .col-md-4 {
  margin-bottom: 20px;
}

.banner-underConstruction section.breadcrumb-section {
  height: 100vh;
}
img.img-underConstruction {
  width: 100%;
  object-fit: cover;
}
section#about-us h4.sub-heading {
  font-size: 25px;
  font-weight: 700;
}

/* laptop */
@media (min-width: 1244px) and (max-width: 1694px) {
  a.nav-link {
    font-size: 12px;
  }
}

.blog-img {
  position: relative;
}

.hot-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: red;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-weight: bold;
  box-shadow: 0 0 5px #ffe600;
  transition: 0.5s all;
  animation: topToDown 1s infinite alternate ease-in-out;
  padding: 3px 20px;
  font-size: 12px;
}

@keyframes topToDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
section#portfolio h2.main-heading {
  font-weight: 500;
  text-shadow: 2px 2px 2px #a8a3b5;
}

.portfolio-img {
  width: 100%;
  height: 300px;
}
.portfolio-card.vertical-card .portfolio-img {
  width: 100%;
  height: 550px;
}
.portfolio-body h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.portfolio-body {
  padding: 20px;
}
p.Portfolio-tag {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
}
.project-card {
  background: rgb(255 255 255 / 14%);
  padding: 20px;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  border: 1px solid rgb(255 255 255 / 50%);
  align-items: flex-start;
  gap: 20px;
  position: relative;
}
.project-body {
  flex: 1;
}
.project-card h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.project-body span {
  color: #a9a6a6;
}
.num-frame {
  background: rgb(255 255 255 / 14%);
  padding: 20px;
  border-radius: 20px;
  display: flex;
  width: 100px;
  height: 100px;
  font-size: 50px;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}
h3.heading {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}