:root {
  --c1: #fb0e3f;
  --c2: #060606;
  --c3: #282828;
  --bg: #9fd7fa;
  --c4: #fbfbeb;
  --w: #fff;

}
.hi-txt{
  font-weight: bold !important;
  color: #282828;
}
/* @font-face {
    font-family: 'Philosopher Regular';
    src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
    } */
.c1 {
  color: var(--c1) !important;
}

.c2 {
  color: var(--c2) !important;
}

.c3 {
  color: var(--c3) !important;
}

.c4 {
  color: var(--c4) !important;
}

.c5 {
  color: var(--bg) !important;
}

.bg {
  background-color: #f9f7f7;
}

.bg-c1 {
  background-color: var(--c1);
}

.bg-w {
  background-color: var(--w);
}

/* .c5{
    color: var(--c5) !important;
  } */
.w {
  color: #fff !important;
}

.b {
  color: black !important;
}

a {
  text-decoration: none !important;
}

.ls {
  letter-spacing: 1px;
}

.lh {
  line-height: 2rem !important;
}
p{
  color: #282828;
  line-height: 1.8rem;
}
h1,h2,h3,h4,h5,h6{
  font-family:"Adobe-Caslon" !important ;
}

@font-face {
  font-family: "Adobe-Caslon";
  src: url(../ACaslonPro-Regular.otf);
}

@font-face {
  font-family: Adamina;
  src: url(../Adamina-Regular.ttf);
}

@font-face {
  font-family: Poppins-Regular;
  src: url(../Poppins-Regular.ttf);
}

@font-face {
  font-family: OpenSans-reg;
  src: url(../OpenSans-VariableFont_wdth-wght.ttf);
}

@font-face {
  font-family: Playfair-reg;
  src: url(../PlayfairDisplaySC-Bold.ttf);
}

@font-face {
  font-family: Space-Grotesk;
  src: url(../SpaceGrotesk-VariableFont_wght.ttf);
}


.hf {
  font-family: "Nunito", sans-serif !important;
}

html {
  /* width: 100vw !important; */
  /* overflow-x: hidden !important; */

}

body {
  margin: 0% !important;
  padding: 0% !important;
  font-family: Poppins-Regular !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  background-color: #fff !important;
}

/* h1,h2,h3{
    font-family: Adamina !important;
  } */
* {
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top {
  background-color: var(--w);
  /* position: relative; */
}

/* .first-top::before{
    content: '';
    background-image: url(../images/footer-1.jpg);
    background-position: center;
    background-size: cover;
    position: absolute;
    inset: 0%;
    z-index: -1;
  } */
.first-text {
  display: flex;
  align-items: center;
}

.first-text .ftp {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.8px;
}

.first-bx-img {
  width: 25px;
}

.top-nv-soc-img {
  width: 19px;

}
.btn-potrf{
  background-color: var(--c1) !important;
  color: #fff !important;
  transition: all .5s;
}
.btn-potrf:hover{
  background-color: #fff !important;
  color: var(--c1) !important;
  transition: all .5s;
}
/* ----------------- navbar --------------------------*/
/* navbar */

.nav-bx {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-btn {
  /* transform: translateX(-150%); */
  background-color: #000 !important;
  color: #FFF !important;
}

.nav-icon {
  width: 40px;
}

.icon-top-count {
  background-color: #ffffff;
  color: #000 !important;
}

/* nav bar */
.home-nav {
  display: none !important;
}

.navbar {
  transition: all .5s;
  /* background-color: var(--c1); */
  box-shadow: -10px -10px 25px rgba(255, 255, 255, .08), 10px 10px 25px rgba(0, 0, 0, .08);
  /* border-bottom: 2px solid var(--c1); */

}

.logo {
  /* width: 180px; */
  height: 60px;
}

.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;

}

.newnav {
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 50;
  background: #ffffff !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  animation: mymove .5s;
  border-bottom: 1px solid var(--c1);
  /* display: unset !important; */
}

.home-d-nav {
  display: unset !important;
}

@keyframes mymove {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translatey(0%);
  }
}

.dropdown-item {
  color: black !important;
}

.dropdown-item:hover {
  transform: translateX(10px);
  transition: all .5s;
  background-color: var(--bg-dark) !important;
  color: var(--c1) !important;

}

.search-bx {
  width: 40%;
}

.serc-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.navbar .nav-item {
  display: flex;
  align-items: center;
  padding: 0px 8px;
}

.nav-link {
  color: var(--c2) !important;
  /* font-weight:900 !important; */
  letter-spacing: 1px;
  font-size: 11px !important;
  /* font-weight: 500 !important; */
  /* font-family: Adamina !important; */
  /* font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
  text-transform: zuppercase;

}

.nav-active {
  /* background-color: var(--c1) !important; */
  color: var(--c1) !important;
  font-weight: bold !important;
}

.nv-icon {
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-div img {
  width: 40px;
}

/* .icon-div img{
  width: 50px;
  } */
.icon-div i {
  font-size: 20px;
}

.nv-icon p {
  margin-bottom: 0% !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}

.dropdown:hover .dropdown-menu {
  transform: scale(1);
  /* background-color: var(--c2); */
}

.dropdown-item {
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px;
  color: black !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  display: flex !important;
  align-items: center;
}

.dropdown-item i {
  margin-right: 6px;

}

.dropdown-menu {
  border-radius: 0% !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border-top: 3px solid var(--c1) !important;
}

.dropdown-item:hover {
  /* transform: translateX(10px); */
  transition: all .5s;
  background-color: var(--bg-dark) !important;

}

.nv-fl {
  position: relative;
  overflow: hidden;
}

.nav-flower {
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}

/* @keyframes slideIn {
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
    100% {
      transform: translateY(0rem);
      opacity: 1;
    }
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  } */

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.animate {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.btn-search {
  background-color: var(--c2) !important;

}

.nav-gift {
  width: 20px;
}

.btn-log {
  background-color: var(--c1) !important;
  color: #fff !important;
  border-radius: 50% !important;
}

.mob-s-nav .ab-lgo-bx {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}

.mob-s-nav .ab-lgo-bx img {
  width: 50%;
}

/* hero */

@keyframes trin {

  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

}

.phn {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.grow {
  animation-name: grow;
  animation-duration: 6s;
  /* animation-iteration-count: 3; */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes grow {
  0% {
    width: 10%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 10%;
  }
}

.soc-bx:hover .soc-icon {
  animation: gelatine 0.5s;
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

.active1 {
  font-size: 13px !important;
  color: var(--c1);

  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  text-transform: uppercase;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
}

.navbar .nav-link:hover{
  color: var(--c1) !important;
  font-weight: 700 !important;
}

.active2 {
  font-size: 12px !important;
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  text-transform: uppercase;
}

/* .active1:focus,
.active1:hover {
  color: var(--c1);
}

.active1:focus:after,
.active1:hover:after {
  width: 100%;
  left: 0%;
}

.active1:after {
  content: "";
  pointer-events: none;
  bottom: 0px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: var(--c1);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
} */

/* * --- hero section ----- */
.hero-back {
  background-image: url("../images/20593-right.png");
  background-size: 600px 500px;
  background-repeat: no-repeat;
  background-color: #f9f7f7;
  background-position: right top;
  height: 97vh;
  position: relative;
  overflow: hidden;
}


.curve-img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0%;
  z-index: 0 !important;
}

.curve1-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0%;
}

.enroll_ban {
  font-size: 37px;
}



.navbar .btn-c2 {
  font-size: 13px !important;
}

.hero__dynamic__texts_hero_hero {
  font-size: 24px;
  color: #333; 
}

.hero__typed-text {
  color: var(--c1); 
}

/* -- hero section --- */

.hero-main{
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-main::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/office-hero.jpg);
  background-size: cover;
  background-position:center;
  opacity: 0.1;
  z-index: -2;
}

.hero-main::after{
  content: '';
  width: 40%;
  height: 90%;
  position: absolute;
  right: 0%;
  top: 0%;
  border-radius: 0px 0px 0px 50px;
  z-index: -1;
  background-color: var(--c1);
}

.hero__cursor {
  display: inline-block;
  width: 2px;
  background-color: #000;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
.hero-right-img{
  width: 85%;
}
/* -------- footer --------*/

.footer {
  position: relative;
  background-color: #f9f7f7 !important;
}

.f-logo {
  width: 50%;
}

.full-so {
  display: flex;

}

.soc-bx {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}

.soc-icon {
  width: 50%;
  /* height: 50%; */
  transition: all .5s;
}

.soc-bx:hover .soc-icon {
  animation: gelatine 0.5s;
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

.foot-arrow {
  width: 16px;
}

.foot-p {
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 14px;
}

.foot-p:hover {
  transform: translateX(5%);
  transition: all .5s;
}

.f-con-div {
  display: flex;
}

.f-con-bx {
  background-color: var(--c1);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;

}

.con-f-icon {
  width: 50%;
}

.f-con-txt1 {
  width: 60%;
  border-bottom: 1.5px dotted #FFF;
  color: black !important;
  font-size: 14px;
  /* padding: 8px 0; */

}

.f-con-txt input {
  padding: 8px;
}

.f-con-txt button {
  background-color: var(--c1) !important;
}

.f-con-h {
  font-size: 14px;
}

.bor-end {
  border-right: 1.5px solid black;
}


.btn-c2 {
  background-color: var(--c2) !important;
  color: #fff !important;
}

.btn-c2:hover {
  background-color: var(--c1) !important;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

/* -------------- about ------------ */
.ab-lf {
  position: relative;
}

.ab-n {
  width: 100%;
}

.ab-rund {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  position: absolute;
  top: 10%;
  left: 0%;
}

.tri-ab {
  width: 100px;
  position: absolute;
  bottom: 10%;
  right: 5%;
  animation: animName 10s linear infinite;
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.ab-hed {
  font-size: 30px;
  font-weight: 1000;
}

.js {
  text-align: justify;
}

.txt-slid {
  min-height: 100px;
}

.border-dark-bx {
  border: 1px solid #000;
  height: 100%;
  min-height: 56px;
}

/* =========== our process ================== */
.process-crd {
  width: 100%;
  background-color: #fff;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 100%;
  border-radius: 8px;
  transition: all .5s;
}

.process-crd::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  /* border: 1px solid var(--c1); */
  background-color: var(--c1);
  border-radius: 8px;
  z-index: -1;
  transition: all .5s;
}

.process-crd:hover::before {
  transform: rotate(5deg);
  transition: all .5s;
}

.proces-img-div {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}

.proces-img {
  width: 80%;
}

/* -=========== Latest Work =========== */
.full-bg {
  background-color: #000;
}

.portfolio-card {
  overflow: hidden;
  border: 1px solid #ccc;
  /* Optional: Add border for better visibility */
  border-radius: 10px;
  /* Optional: Add border radius for rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Optional: Add shadow for depth */
  transition: transform 0.3s ease-in-out;
  /* Optional: Add transition for smooth effect */
}

.screenshot-container {
  height: 400px;
  /* Adjust height as needed */
  overflow: hidden;
  position: relative;
}

.screenshot {
  width: 100%;
  height: auto;
  transition: transform 2s ease-in-out;
  /* Adjust the transition duration for the scroll effect */
  /* filter: grayscale(100%); */
}

.portfolio-card:hover .screenshot {
  filter: grayscale(0%);
}

.btn-c1 {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.btn-c1:hover {
  background-color: var(--c2) !important;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

/* ------------- our services ------------- */

.ser-card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  position: relative;
  overflow: hidden;
}

.over-ser {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 90%;
  left: 90%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #000;
  transition: .5s;
}

.ser-card:hover .over-ser {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  border-radius: 0%;
  opacity: 1;
  transition: .5s;
}

.btn-w {
  background-color: #fff !important;
  color: var(--c1) !important;
  width: 60%;

}

.btn-w:hover {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.js {
  text-align: justify !important;
}

.ser-over-p {
  font-size: 15px;
}

/* === tech setion ========== */
/* tec-p */
.tec-box {
  position: relative;
  /* display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; */
  /* background-image: url(../images/skill-icon.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain; */
  height: 90vh;
}

.tec-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.tec-text h3 {
  font-size: 42px;
}

.tec-p {
  width: 45%;
  font-size: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 1.78;
  letter-spacing: .5px;
  color: var(--c2);
}

.tec-img {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: -1;
}

/* ---------- daily blag --------- */
.blog-card {
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 100%;
}
.blog-card p{
  color: #000;
}

.blog-card h6{
  color: #000;
}

.blg-img-div {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.blg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.blg-min-img {
  width: 20px;
  opacity: 0.8;
}

.blg-p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card:hover .blg-img {
  transform: scale(1.1) rotate(3deg);
  /* transform: rotate(10deg); */
  transition: all .5s;
}

.blg-top-img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
/* ===== why choose us ========== */

.btn-br {
  background-color: var(--c1) !important;
  color: #fff !important;
  border-radius: 0% !important;
}


.btn-br:hover {
  transition: all .5s;
  background-color: #000 !important;
  color: var(--c1) !important;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.mini-line {
  height: 3px;
  background-color: var(--c1);
}

.grow {
  animation-name: grow;
  animation-duration: 6s;
  /* animation-iteration-count: 3; */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes grow {
  0% {
    width: 10%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 10%;
  }
}

.wy-full {
  width: 100%;
  background-color: #fff;
  position: relative;
  border-bottom: 8px solid var(--c1);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all .5s;
}

.round-why {
  width: 20%;
  position: absolute;
  top: 2%;
  right: 2%;
  z-index: 1;
  transition: all .5s;
}

.round-why2 {
  opacity: 0;
  width: 20%;
  position: absolute;
  top: 2%;
  right: 2%;
  z-index: 1;
  transition: all .5s;
}

.why-num {
  z-index: 4 !important;
}

.wy-full:hover .round-why2 {
  opacity: 1;
  transform: rotate(10deg);
  transition: all .5s;
}

.wy-full:hover .round-why {
  opacity: 0;
  transition: all .5s;
}

/* -- contact form --- */

.con-full {
  position: relative;
  background-color: rgba(0, 0, 0, 0.85);
}

.con-full::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/con-bg.jpg);
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.con-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.con-box img {
  width: 40px;
}

.con-right {
  background-color: #fff;
  box-shadow: -10px -10px 25px rgba(255, 255, 255, 0.08),
    10px 10px 25px rgba(0, 0, 0, 0.08);
}

.chat {
  width: 50px;
}

.area-text {
  background-color: #f6f6f6 !important;
}

.btn-primary {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.con-input {
  width: 100% !important;
}


/* ======== faq ====== */
.faq-btn {
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 8PX !important;
}

.faq-pills .active {
  background-color: var(--c1) !important;
}

.nav-pills .nav-item {
  border-bottom: unset !important;
}

.faq .accordion-item {
  margin-bottom: 1rem !important;
}

.faq .accordion-button {
  background-color: #fff;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  /* height: 0px; */
}

.accordion-button:focus {
  box-shadow: unset !important;
}

.accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: var(--c2) !important;
  /* box-shadow: unset !important; */
}

.accordion-button::after {
  content: '+' !important;
  font-size: 22px;
  font-weight: bold;
  color: var(--c1);
  background-image: unset !important;
  /* background-color: #fff; */
  font-display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.5s;
  line-height: inherit;
}

.accordion-button:not(.collapsed)::after {
  content: '—' !important;
  font-size: 18px;
  color: #fff;
  background-image: unset !important;
  font-display: flex;
  align-items: center;
  justify-content: center;
  line-height: inherit;
}

.faq-acc button {
  display: flex !important;
  align-items: center;
}

/* --- other hero --- */
.other-hero {
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.other-hero::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/price-banner.jpg);
  background-size: cover;
  background-position: right;
  z-index: -1;

}

/* === price details === */

.price-card {
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  border-radius: 8px;
}

.price-p {
  width: 100%;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  padding-right: 2%;

}

.btn-c1 {
  background-color: var(--c1) !important;
  color: #fff !important;
  border-radius: 8px;
  /* width: 100%; */
  transition: all .5s;
}

.btn-c1:hover {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  transition: all .5s;
}

.price-card-bg {
  /* background-color: #000 !important; */
  background-image: url(../images/bg-ceramic.png);
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.price-card-bg .c3 {
  color: #fff !important;
}

.best-choise {
  width: 30%;
  position: absolute;
  top: -1%;
  right: 2%;
}

.choose-price {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.chose-price-img {
  width: 55px;
}

.cp1 {
  background-color: #232323;
  position: relative;

}

.choose-price::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  /* background-color: #171717; */
  clip-path: polygon(0 0, 0% 100%, 8% 50%);
}

.choose-price:hover::before {
  background-color: #000;
}

/* .choose-price::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-color: #fff;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 86% 100%, 100% 50%, 86% 0);
} */
.cp2 {
  background-color: #1a1a1a;
}

.cp3 {
  background-color: #0f0f0f;
}

.cp4 {
  background-color: #0a0a0a;
}

.cp5 {
  background-color: #000;
  position: relative;
}


.choose-price:hover {
  background-color: var(--c1);
}

/* --------------- */
.bg-radi {
  /* border-radius: 70% 30% 17% 83% / 62% 45% 55% 38% ; */
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.bg-radi::before {
  content: '';
  width: 100%;
  height: 90%;
  background-color: var(--c1);
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: -1;
  clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}

.off-boy {
  width: 70%;
}

.g-5star {
  width: 20%;
}



.fs-big {
  font-size: 70px;
  font-weight: 1000;
}

.gif-tx {
  background-image: url(../images/giphy.webp);
   /*display: inline-block; */
  background-repeat: repeat;
  background-clip: text;
  background-position: 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dynamic__texts {
  font-size: 65px;
  font-weight: bold;
  position: relative;
  color: var(--c1);
  line-height: 4rem;
}

.cursor {
  display: inline-block;
  width: 2px;
  background-color: #000;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* ----------- Tools we use ------ */
.tool-main {
  background-color: #000;
}

.mark-tool-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tool-mark-img {
  width: 100%;
}

.tool-img-bx {
  width: 18%;
  /* background-color: #f6f6f6; */
}

.tool-txt {
  width: 85%;
}

.f-tools {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.tool-a:hover {
  color: #fff !important;
}

.tool-a{
  font-size: 21px;
}
.tool-a i{
  font-size: 25px;
}
.win-online-main{
  position: relative;
}
.win-online-main::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/shape-bg.png);
  background-size: cover;
  opacity: 0.6;
  z-index: -1;
}
.win-online-bx{
  height: 100%;
}
.win-online-bx hr{
  margin: unset;
}
.win-rund{
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f0f0f;
  background-image: url(../images/giphy.webp);
  background-position: center;
  border-radius: 100%;
  transition: all .5s;
}
.win-arrow{
  width: 50%;
}
.win-online-bx:hover .win-rund{
  background-image: unset;
  background-color: var(--c1);
  transition: all .5s;
}

.win-h{
  color: var(--c1) !important;
}
.win-online-bx:hover .win-h{
  color: #000 !important;
  transition: all .5s;
}

/* -- --- I Want More Revenue ----- -- */
.more-rev-box{
  border-radius: 12px;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.react-light-img{
  width: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  z-index: -1;
}
.more-rev-box::after{
  content: '';
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -2;
}
.m-rev-roud{
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #000;
}
.m-rev-img{
  width: 50%;
}
.more-re-check-img{
  width: 24px;
  opacity: 0.7;
}
.in-bx p{
  font-size: 14px;
}
.more-rev-box .in-bx{
  background-color: unset;
}
.bu-logos-box{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 10px 10px 4px 0px rgba(0, 0, 0, .1);
  background-color: #ffff;
  height: 200px;
}
.bu-logo-img{
  width: 50%;
}

/* ----- web development page ----------- */
.web-baner-right{
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.baner-web-img{
  width: 80%;
}
.info-img{
  width: 100%;
  position: absolute;  
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
  from { transform: translate(0,  0px); }
  65%  { transform: translate(0, 10px); }
  to   { transform: translate(0, -0px); }    
}
.btn-web{
  background-color: var(--c1) !important;
  color: #fff !important;
  border-radius: 18px !important;
}
.btn-web:hover{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  transition: all .5s;
}
/* -------- best web --- */
.best-web-img{
  width: 90%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.web-ab-2{
  width: 25%;
  position: absolute;
  top: 10%;
  right: 2%;
  border-radius: 10px;
  border: 3px solid #fff;
}
.tri-ab-web{
  width: 100px;
  position: absolute;
  right: 5%;
  bottom: -4%;
  animation: animName 10s linear infinite;
}
.call-web-rnd{
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
  border-radius: 100%;
}
.call-web-rnd img{
  width: 40%;
}

/* -------- */
.sales-grow-img {
  width: 80%;
}

.digi-f-full {
  position: relative;
}

.digi-f-full::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--c2);
  background-image: url(../images/bl-shape.jpg);
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: -2;
}
.in-con{
  min-height: 40vh;
}
.web-ser{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.web-cer-i{
  animation: animName 10s linear infinite;
  color: var(--c1) !important;
}

.web-s-t{
  color: #fff;
}

.web-ser:hover .web-s-t{
  color: var(--c1);
}
/* More than just web development */
.one-stop-img{
  width: 90%;
  z-index: 3;
}
.bg-round-onestep{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 90%;
  animation: roundone 15s linear infinite;
  z-index: 1;
}
.one-stop-bx{
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  background-color: #fff;
  height: 100%;
}
.one-dif-div-img{
  /* width: 100%; */
  height: 600px;
  z-index: 3;
}
.one-dif-div::after{
  content: '';
  height: 90%;
  width: 100%;
  position: absolute;
  left: 0%;
  bottom: 0%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: var(--c1);
  z-index: -1;
}

@keyframes roundone {
  0%{
     transform: rotate(0deg);
    }
 100%{
     transform: rotate(360deg);
    }
 }

 /* What makes us the shape-1 top web developer */
 .top-dev-1{
  background-image: url(../images/triangle-black-bg.jpg);
  background-size: cover;
 }
 .p-in-line{
  width: 30px;
  height: 2px;
  background-color: var(--c1);
  transition: all .5s;
 }
 .br-bot{
  border-bottom: 1px solid #a3a3a3;
 }
 .br-ri{
  border-right: 1px solid #a3a3a3;
 }
 .br-lef{
  border-left: 1px solid #a3a3a3;
 }
 .make-us-box{
  height: 100%;
 }
 .make-us-box:hover{
  background-color: #f6f6f6;
 }
 .make-us-box:hover .p-in-line{
  width: 0px;
  /* height: 0px; */
  background-color: unset;
  transition: all .5s;
  margin-right: unset !important;
 }
 .web-form{
  background-color: #ed979729;
 }
 .form-web-img{
  width: 100%;
 }
 .web-pg-input{
  background-color: unset !important;
  border-radius: 0% !important;
  border: 1px solid #000 !important;
  height: 50px;
 }

 .seo-baner-man-img{
  width: 80%;
 }
 .seo-ban-right{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
 }
 .seo-ban-in{
  background-image: url(../images/seo-baner-bg-round.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
 }
 .seo-s1-img {
  width: 60px;
  position: absolute;
  left: 15%;
  animation: float 3s ease-in-out infinite;
  animation-delay: 0s; /* No delay */
}

.seo-s2-img {
  width: 55px;
  position: absolute;
  left: 20%;
  top: 10%;
  animation: float 3s ease-in-out infinite;
  animation-delay: 0.2s; /* 200ms delay */
}

.seo-s3-img {
  width: 60px;
  position: absolute;
  right: 10%;
  top: 5%;
  animation: float 3s ease-in-out infinite;
  animation-delay: 0.4s; /* 400ms delay */
}

.seo-s4-img {
  width: 50px;
  position: absolute;
  right: 5%;
  top: 35%;
  animation: float 3s ease-in-out infinite;
  animation-delay: 0.6s; /* 600ms delay */
}

.seo-s5-img {
  width: 120px;
  position: absolute;
  right: 5%;
  top: 60%;
  animation: float 3s ease-in-out infinite;
  animation-delay: 0.8s; /* 800ms delay */
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}

 .seo-50-grow-img{
  height: 30%;
  position: absolute;
  left: 5%;
  bottom: 0%;
 }

 .why-seo-main{
  background-image: url(../images/bl-shape.jpg);
 }
/* seo price plan */
.seo-plan-box{
  width: 100%;
  background-color: #fff;
  height: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 1s !important;
}
.spb-bx{
  width: 80px;
  height: 80px;
  background-color: var(--c1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}
.spb-bx-img{
  width: 80%;
}
.seo-price-pl-btn{
  background-color: var(--c2) !important;
  color: #fff !important;
  width: 70%;
  transition: all .5s !important;
  clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
}
.seo-price-pl-btn:hover{
  background-color: var(--c1) !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  transition: all .5s;
}
.seo-plan-box:hover .seo-price-pl-btn{
  clip-path: polygon(0 0, 100% 0, 87% 100%, 0% 100%);
  transition: all .5s;
}

.prof-ser-card{
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.proff-seo-img{
  width: 30%;
}
.pro-seo-corner{
  position: absolute;
  top: -8%;
  left: -8%;
  width: 20%;
}
.pro-seo-corner2{
  position: absolute;
  bottom: -8%;
  right: -8%;
  width: 20%;
}

/*   seo rank factor */
.rank-fat-main{
  background-image: url(../images/triangle-black-bg.jpg);
  background-size: cover;
}
.rank-fac-box{
  display: flex;
  min-height: 150px;
}
.rank-swap{
  justify-content: end;
}
.rank-content{
  width: auto;
}
.rund-line{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rank-rund{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.rank-line{
  width: 2px;
  height: 100%;
  background-color: var(--c1);
}

/* -- key to success ---- */
.seo-succes-box .win-rund{
  width: 70px;
  height: 70px;
}

/* what we do */
.seo-what-we-do-box{
  width: 100%;
  height: 100%;
  background-color: #ffff;
  box-shadow: 0 7px 30px -10px rgba(150,170,180,0.5);
  border-bottom: 4px solid var(--c1);
  /* border-radius: 10px; */
  transition: all .5s;
}
.seo-what-we-do-box:hover{
  box-shadow: -25px 0 20px -20px rgba(0, 0, 0, 0.45);
  transition: all .5s;
}
/* ---------- */
.seo-solutions{
  width: 100%;
  height: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
  overflow: hidden;
}
.sol-logos-img{
  width: 60px;
}
.spin-cor-card{
  width: 25%;
  position: absolute;
  top: -8%;
  right: -8%;
  animation: spin infinite linear 20000ms;
  opacity: .6;
}
@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}

.why-seo-img{
  width: 10%;
  object-fit: contain;
}
.why-us-seo {
  width: 100%;
  height: 100%;
  background-color: #ffff;
}
.content-seo-why{
  width: 80%;
}

/* ------ social media marketing page ------ */
.soci-baner-main{
  width: 100%;
  position: relative;
  
}
.soci-baner-main::after{
  content: '';
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0%;
  left: 0%;
  background: linear-gradient(180deg, hsla(0, 0%, 7%, .6) 60%, #111);
  z-index: -1;
  /* border-radius: 0% 0% 10% 10%; */
}
.soci-baner-main::before{
  content: '';
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0%;
  left: 0%;
  background-image: url(../images/sco-m-baner-2.jpg);
  background-size: cover;
  background-position: center;
  z-index: -2;
  /* border-radius: 0% 0% 10% 10%; */
}
.glass-form{
  background: rgba( 255, 255, 255, 0.65 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 7px );
-webkit-backdrop-filter: blur( 7px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.bg-gra-red{
  background-image: url(../images/gra-bg.svg);
  background-size: cover;
  overflow: hidden;
}
/* .after-hero{
  margin-top: -5%;
} */
 .soci-icon-number{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: center;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
 }
 .numer-wih-icon{
  width: 40%;
 }
 .unleash-img{
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
 }
 .mark-exp{
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
 }

 .mark-exp{
  width: 100%;
  height: 100%;
 }
 .me-p{
  font-size: 14px;
 }
 /* social medea services */
 .bg-light-af{
  position: relative;
 }
 .bg-light-af::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-color: #f6f6f6;
  z-index: -2;
 }
 .social-service-card{
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
 }
 .social-service-card::after{
  content: '';
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-color: white;
  /* background-image: url(../images/shape-bg.png); */
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  z-index: -1;
  /* border-top: 2px solid var(--c1) ; */
  transition: all .5s;
 }
 .social-service-card:hover::after{
  height: 100%;
  transition: all .5s;
 }
 .soc-service-img{
  width: 50%;
 }
 .half-card{
  border-radius: 100%;
  background-color: #f6f6f6;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
 }

 /* process */
 .so-mar-pro-main{
  background-image: url(../images/bl-shape.jpg);
  background-size: cover;
 }
 .proces-so-media-card{
  width: 100%;
 }

 .side-stick-card{
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 }
 .side-stic-img{
  width: 10%;
 }
 .stic-sec{
  max-height: calc(122vh - 100px);
  /* overflow: auto; */
  position: sticky;
  overflow: hidden;
  top: 20%;
  transition: top 0.5s ease-out 0s;
  vertical-align: baseline;
  scroll-behavior: smooth;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
 }

 .fin-sat-box{
  width: 100%;
  height: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #fff;
 }

 /* ------------ ecommerce page -------------- */
 .eco-hero-main{
  /* background-image: url(../images/); */
  background-color: rgb(255, 255, 255, 0.9);
  position: relative;
 }
 .eco-hero-main::before{
  content: '';
  background-image: url(../images/office-hero.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;
 }
 .eco-arrow{
  width: 20px;
 }
 .tab-img{
  width: 20px;
 }
 .all-inc{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
 }
 .inc-tik{
  width: 28px;
 }
.all-inc-main{
  background-image: url(../images/bl-shape.jpg);
  background-size: cover;
}
/* -==================- */
.beni-img-box{
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* background-color: #000; */
}
.beni-box{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.beni-img-box::before{
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid var(--c1);
  position: absolute;
  z-index: 1;
  transform: rotate(135deg);
  border-radius: 6px;
}
.beni-img{
  width: 90%;
  height: 90%;
  object-fit: cover;
  border-radius: 6px;
  z-index: 2;
}

/* ---------- app development pageg ----------------- */
.app-hero{
  position: relative;
}
.app-hero::before{
  content: '';
  width: 100%;
  height: 75%;
  background-image: url(../images/triangle-black-bg.jpg);
  background-size: cover;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1;
}
.app-pro-round{
  width: 150px;
  height: 150px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid var(--c1);
}
/* .card-pros-main{
  height: 500px;
} */
.appcard-pro-box{
  background: linear-gradient(158.93deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 162.41%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  max-width: 390px;
  padding: 15px;
  border-radius: 12px;
  position: relative;
  z-index: 2;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
width: 350px;
}
.appcard-pro-box li{
  color: #fff;
  font-size: 14px;
}

.pro-arrow-line{
  /* height: 300px; */
  margin-top: 30%;
  width: 255px;
}

.proces-space{
  position: relative;
}
.bg-b{
  position: absolute;
  inset: 0%;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: -2;
}

.planet-img{
  width: 100%;
  position: absolute;
  top: 30%;
  left: 0%;
  z-index: -1;
}
.pro-arrow-linex-2{
  width: 335px;
}
.desk-tp{
  margin-top: 5%;
  margin-left: -15%;
}

.out-in-india {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.o-c1{
  background-color: #dfedd9;
}
.o-c2{
  background-color: #faf0cd;
}
.o-c3{
  background-color: #cdecf0;
}
.o-c4{
  background-color: #dcf1ec;
}
.o-c5{
  background-color:#e3dffb;
}
.o-c6{
  background-color:#f1dff3;
}
.o-c7{
  background-color:#f6e3e5;
}


.out-in-img{
  width: 40px;
}


/* ------------------ */

.steler-bx{
  width: 100%;
  height: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.app-temp-img{
  width: 100%;
}

.app-temp-p{
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  color: #000;
}

/* tec-stak-box */
.tec-stak-box{
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #f8f9fe;
  border: 1px solid #d9def9;
}
.tec-stak-img{
  width: 25px;
}

.app-last-img{
  width: 30px;
}

/* ---- index page new coorection --- */
.since-img{
  width: 80%;
  height: 70%;
  object-fit: cover;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.img-120{
  width: 25%;
  position: absolute;
  top: 0%;
  left: 0%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 3;
}
.cp-but{
  width: 35%;
  position: absolute;
  bottom: 0%;
  right: 5%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}



/* ---------------------- */
.drive-box{
  width: 100%;
  border-radius: 12px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 100%;
  border-bottom: 2px solid #ffff;
  position: relative;
  overflow: hidden;
}
.drive-box:hover{
  border-bottom: 2px solid var(--c1);
}
.drive-grid-img{
  width: 100px;
  position: absolute;
  bottom: -40%;
  right: -5%;
}
/* ----- */
.fuel-main{
  background-color: #171d2f;
}
.con-n-left{
  background-image: url(../images/contact-form-bg.jpg);
  background-size: cover;
}
.hero-form{
  transform: translateX(-30%);
  z-index: 5;
}
.under-frm{
  transform: translateX(-30%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.ser-btn-top-img{
  width: 40px;
}
.serve-pils .active{
  background-color: var(--c1) !important;
}
.serv-pil-btn{
  min-width: 130px;
  /* height: 70px; */
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center ;
}
.sw-img{
  display: none;
}

.serve-pils .active .sw-img{
  display: block;
}
.serve-pils .active .sb-img{
  display: none;
}
.small-s-p{
  font-size: 14px;
  text-align: center;
}
.serve-pils .active .small-s-p{
  color: #fff;
}
.bf-p{
  display: flex;
  position: relative;
}
.bf-p::before{
  content: '-';
  color: var(--c1);
  margin-right: .5rem;
  font-weight: bold;
}

/* ---------- contact page ------- */
.con-hero{
  background-image: url(../images/con_bg.jpg);
  background-position: right;
  background-size: cover;
  min-height: 40vh;
}

.con-pg-bx{
  width: 100%;
  display: flex;
  align-items: center;
}

.con-rund-bx{
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7eded;
  border-radius: 100%;
}
.con-r-img{
  width: 50%;
}

.c-pg-input{
  height: 50px;
}
.c-pg-input::placeholder {
  color: var(--c1) !important;
  opacity: 1; 
}
.con-txt-area::placeholder {
  color: var(--c1) !important;
  opacity: 1; 
}

/* ---------------- protfolio ---------------- */
.port-hero{
  position: relative;
  height: 30vh;
  display: flex;
  align-items: center;
}
.port-hero::after{
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/triangle-black-bg.jpg) ;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: -1;
}
.custom-dropdown-container {
  color: white;
}
.custom-dropdown-select {
  width: 200px;
  display: inline-block;
  padding: 5px;
  border-radius: 0% !important;
  border: unset !important;
  border-bottom: 1px solid #ccc !important;
  background-color: transparent;
  color: #fff;
}
.custom-dropdown-select:focus{
  border: unset !important;
}
.op{
  color: #000 !important;
}
.custom-label {
  margin-right: 10px;
}
.por-main-card{
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  transform: perspective(1000px);
  background-color: #fff;
}
.port-pg-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: all .5s;
  transform: translateZ(20px)
}
/* .por-main-card:hover .port-pg-img{
  transform: scale(1.1);
  transition: all .5s;
} */
.tittle-port-div{
  background-color: rgba(0, 0, 0, .7);
  width: 100%;
  position: absolute;
  left: 0%;
  bottom: 0%;
}
.port-pg-hero{
  width: 100%;
  height: 50vh;
  background-image: url(../images/triangle-black-bg.jpg) ;
}
.porf-un{
  background-color: #f7eded;
}
.port-pg-web-f-template{
  width: 45%;
}
.port-pg-web-f-template-img{
  width: 100%;
  object-fit: contain;
  height: unset;
}
.con-por-tem{
  position: relative;
  display: flex;
  justify-content: center;
}
.con-por-tem::before{
  content: '';
  width: 90%;
  height: 55%;
  /* background-color: var(--c1); */
  background-image: url(../images/shape-bg.png);
  border-radius: 12px;
  position: absolute;
  top: 3%;
  right: 0%;
  z-index: -1;
}
.con-por-tem::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  border-radius: 12px;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -2;
}

/* ////////// career page /////// */
.bgs-career{
  position: relative;
}
.bgs-career::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/shape-bg.png);
  z-index: -1;
  opacity: 0.4;
}
.care-btn{
  font-size: 16px !important;
  border: 1px solid var(--c1) !important;
}
.carer-swap .active{
  background-color:  var(--c1) !important;
  color: #fff !important;
}
.career-box{
  background-color: #ffff;
  transition: all .5s;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}
.carr-text{
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.career-box:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all .5s;
}
.skils-jb{
  background-color: #f8e9ea;
}
.apply-frm .form-control:focus{
  box-shadow: unset !important;
  border: 1px solid var(--c1) !important;
}

/* ------- training detail page ---- */
.bgs-train{
  position: relative;
}
.bgs-train::after{
  content: '';
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0%;
  top: 0%;
  background-image: url(../images/train-detail.jpg);
  background-size: cover;
  /* background-position: right top; */
  z-index: -1;
}
.deal-of-traing{
  background-color: #ffff;
  border-right: 1px solid #b6b5b5;
}
.last-dt{
  border: unset !important;
}
.box-side-train{
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.in-bx{
  border-radius: 10px;
  width: 100%;
  background-color: #f8e9ea;
}
.icon-tr-bx{
  width: 40px;
  height: 40px;
  background-color: var(--c1);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-tr-bx img{
  width: 50%;
}
.h-frm{
  height: 50px;
}
/* --------------- */
.port-tab{
  font-size: 16px !important;
  border-radius: 0% !important;
}
.port-main-tab .active{
  background-color: unset !important;
  color: unset !important;
  border-bottom: 2px solid var(--c1) !important;
}
.port-imgs{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.port-imgs:hover{
  filter: grayscale(1);
  transform: translateY(-5px);
  transition: all .5s;
}
.seo-card-port{
  width: 100%;
  height: 300px;
  position: relative;
}
.seo-port-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
.seo-txt-port{
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
  bottom: 0%;
  left: 0%;
  text-align: center;
  width: 100%;
}
/* ------------- video production page ------------- */
.vedio-pg-hero{
  height: 80vh;
  background-color: rgba(0, 0, 0, .8);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-pro{
  position: absolute;
  inset: 0%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
/* -------- */
.v-p-b-img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.front-div-v{
  position: relative;
  width: 100%;
}
.cl-fav{
  position: absolute;
  top: 3%;
  left: 2%;
  background-color: var(--c1);
}
.cl-fav p{
  font-size: 13px;
}
/* ---- */
.un-name-crd{
  width: 100%;
  background-color: #fff;
}
.un-img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* ------------------- */
.super-bx{
  width: 100%;
}
.spr-img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
/* ------------------ */

.video-clint{
  width: 100%;
}
.parent-clin{
  width: 100%;
  height: 250px;
}
/* -------- branding page ------------ */
.brand-slider{
  height: 90vh;
}
.brand-caption{
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0% !important;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  /* background-color:rgba(0, 0, 0, .4); */
}
.brand-slider .carousel-item{
  height: 100%;
}
.brand-hero-h2{
  letter-spacing: 4px;
}
/* CSS to disable the default Bootstrap slide animation */
.carousel-item {
  display: none; /* Hide all items by default */
  position: relative;
  transition: none; /* Disable default Bootstrap transition */
  transition: opacity 1s ease-in-out;
  opacity: 0;
}

.carousel-item.active {
  display: block; /* Show the active item */
  animation: zoomFade 1s ease-in-out both; /* Apply the custom animation */
  opacity: 1;
  position: relative;
}

/* Custom keyframe animation for zoom and fade */
@keyframes zoomFade {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.custom-arr{
  background-color: #fff !important;
  color: #000 !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #fff !important;
}
/* ---------------- */
.bran-bx{
  height: 100%;
}
/* -------------- */
.looking-main{
  position: relative;
  min-height: 80vh;
  
}
.looking-main::after{
  content: '';
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: 80%;
  width: 100%;
  background-image: url(../images/dark-texk-bg.jpg);
  background-size: cover;
  z-index: -1;
  background-attachment: fixed;
}
/* -------------------  */
.brand-gal{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.brn-gal-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brn-gal-img:hover{
  filter: grayscale(1);
}
.some-t-unique-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.uniq-img{
  width: 60px;
}
/* --------- logo-design page ------------- */
.logo-main{
  position: relative;
  overflow: hidden;
}
.logo-main::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;
  opacity: 0.5;
  background-image: url(../images/logo-banner-bg.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
.pay-btn-logo{
  border: 1px solid var(--c1) !important;
  color: var(--c1) !important;
  border-radius: 0% !important;
  width: 100%;
}
.logo-ser{
  /* background-image: url(../images/dot-connect.svg);
  background-size: cover; */
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.log-des-bg{
  /* background-image: url(../images/shape-bg.png);
  background-size: cover;  */
  position: relative;
}
.log-des-bg::before{
  content: '';
  background-image: url(../images/shape-bg.png);
  background-size: cover;
  /* background-position: top; */
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: -1;
  opacity: 0.5;
}
.expert-icon{
  width: 70px;
}
.expert-logo{
  width: 100%;
  background-color: #ffff;
  height: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-top: 2px solid var(--c1);
}
.exp-p{
  font-size: 14px;
}

/* --------------------------------------make it responsive------------------------ */
@media screen and (max-width:1400px) {
  .full-img-div {
    width: 100%;
    height: 208px;
  }

  .logo {
    /* width: 180px; */
    height: 45px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: unset !important;
  }

  /* web development paage */
  .sales-grow-img {
    width: 95%;
  }

  .tec-p{
    font-size: 13px;
  }

}

@media screen and (max-width:1025px) {

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 42px;
  }

  /* .logo{
              width: 77px;
          } */
  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  /* .nav-link{
              color: #000 !important;
          } */
  .offcanvas {
    width: 80% !important;
  }

  .dropdown-item {
    white-space: unset !important;
    font-size: 12px;
  }

  .menu {
    width: 52px;
  }

  .offcanvas-header {
    background-color: var(--c2);
  }

  .one-dif-div-img {
    width: 100%;
    height: unset;
    z-index: 3;
  }
}

@media screen and (max-width:1200px) {
  .fi-so-p{
    font-size: 13px;
  }
}

@media screen and (min-width:960px) and (max-width:1030px) {
  .logo {
    height: 43px;
  }
  .tec-p{
    font-size: 12px;
  }
  .nav-link {
    font-size: 10px !important;
  }

  .navbar .nav-item {
    display: flex;
    align-items: center;
  }

  .first-text .ftp {
    font-size: 10px;

}

/* =----- webdevelopment page ------ */
.digi-f-full::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--c2);
  background-image: url(../images/bl-shape.jpg);
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: -2;
}

}

@media (min-width:920px) and (max-width:1200px) {}

@media screen and (max-width:920px) {
  .tec-img {
    position: absolute;
    top: 10% ;
    left: 0%;
  }

  .sm-js {
    text-align: justify !important;
  }

  .fs-big {
    font-size: 26px;
  }

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 42px;
  }

  /* .logo{
        width: 77px;
    } */
  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  .nav-link {
    /* color: var(--c3) !important; */
    font-size: 15px !important;
    font-weight: normal !important;
  }

  .offcanvas {
    width: 80% !important;
  }

  /* .navbar .dropdown{
      padding-left: 0% !important;
      padding-right: 0% !important;
    } */
  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;

    /* border-bottom: 1px solid var(--c1) !important;
      min-height: 56px; */
  }

  .dropdown-menu {
    border: unset !important;
    box-shadow: unset !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }

    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }

    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }

  .menu {
    width: 52px;
  }



  .nav-active {
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;

  }

  .nav-item {
    border-bottom: 1px solid var(--c1);
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

  .nav-link:hover {
    color: var(--c1);
  }

  /* hero section */
  .hero {
    min-height: 60vh;
  }
  .dynamic__texts {
    font-size: 35px;
    line-height: 3rem;
  }

  .ab-rund {

    width: 100px;
    height: 100px;
  }

  .ap {
    font-size: 11px;
    margin: 0% !important;
  }

  .ah {
    font-size: 14px;
    margin-bottom: 2px;
  }

  .tri-ab {
    width: 97px;
    position: absolute;
    bottom: 4%;
    right: 5%;
  }

  .ab-hed {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 400;
  }

  .txt-slid {
    min-height: 76px;
  }

  .border-dark-bx {
    min-height: 40px;
  }

  .screenshot-container {
    height: 238px;
    overflow: hidden;
    position: relative;
}

  /* tec section */
  .tec-box {
    height: 45vh;
  }

  /* ------- digital marketing page -------- */
  .dynamic__texts {
    font-size: 35px;
    line-height: 3rem;
  }


  .mob-fn {
    font-size: 20px;
  }

  .tool-img-bx{
    width: 30%;
    /* background-color: #f6f6f6; */
  }
  .tool-txt{
    width: 70%;
  }
  .tool-txt-2{
    width: 100%;
  }
  .tool-p{
    font-size: 15px;
  }
  .tool-a{
    font-size: 15px;
  }
  .tool-a i{
    font-size: 18px;
  }

  /* =-- win online --- */
  .win-online-main::after{
 background-size: unset;
  }
  .bu-logos-box {
    height: 109px;
}
.bu-logo-img {
  width: 60%;
}
.baner-web-img {
  width: 90%;
}
.digi-f-full::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--c2);
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: -1;
}

/* hero new */
.hero-main::after {
  content: '';
  width: 60%;
  height: 40%;
  position: absolute;
  top: unset;
  right: 0%;
  bottom: 0%;
  border-radius: 50px 0px 0px 0px;
}
.hero-right-img {
  width: 100%;
}

/* seo page */
.seo-ban-in {
  background-position: top right;
}

.rank-swap{
  justify-content: start;
  flex-direction: row-reverse;
}
.why-seo-img{
  width: 20%;
  object-fit: contain;
}
.content-seo-why{
  width: 70%;
}

.stic-sec{
  max-height: unset;
  /* overflow: auto; */
  position: unset;
  overflow: hidden;
  top: unset;
 }
 .side-stic-img {
  width: 22%;
}
.table-full{
  overflow-x: scroll;
 }

 /* .serv-pil-btn{
  min-width: unset;
  width: 61px;
}
.ser-btn-top-img {
  width: 100%;
} */
 .card-pros-main{
  flex-direction: column;
  align-items: center;
 }

 .desk-tp{
  margin-top: unset;
  margin-left: unset;
}
.card-pros-main {
  height: unset;
}
.port-las-head{
  font-size: 18px;
}
.dicp-in p{
  font-size: 13px;
}
.deal-of-traing{
  border-right: unset;
  border-bottom: 1px solid #b6b5b5;
}
.navbar .nav-item {
  display: flex;
  align-items: unset;
  padding: 0px 8px;
}
.blg-top-img{
  width: 100%;
  height: unset;
  object-fit: cover;
  object-position: center;
}
.brand-slider {
  height: 50vh;
}
.slide-btns{
  display: none !important;
}
}
@media (min-width:620px) and (max-width:920px) {
   /* What makes us the top web developer */
.br-ri{
  border-right: unset;
 }
 .br-md-lef{
  border-left: unset !important;
 }
 .br-bot{
  border-bottom: unset;
 }
 .make-us-box{
  border-bottom: 1px solid #a3a3a3;
}
.br-md{
  border-left: 1px solid #a3a3a3;
  border-right: unset;
}



}

@media screen and (max-width:720px) {}


@media screen and (max-width: 660px) {

  html,
  body {
    overflow-x: hidden !important;
    width: 100% !important;
  }


  .hero-back {
    height: 60vh !important;
  }


  .key-txt {
    width: 75%;
  }

  .key-txt h5 {
    font-size: 17px;
  }

  .key-txt p {
    font-size: 14px;
  }

  .enroll_ban {
    font-size: 25px !important;
  }

  /* Menu and Logo Adjustments */
  .menu {
    width: 32px;
  }

  .logo {
    height: 48px;
  }

  /* Hero Section Adjustments */
  .hero {
    min-height: 50vh;
  }

  .hero-f {
    font-size: 25px;
  }

  .abt-img-con {
    height: 280px;
    width: 100%;
  }

  .abt1-img {
    width: 100%;
    height: 46%;
    object-fit: cover;
  }

  /* hero new */
.hero-main::after {
  content: '';
  width: 60%;
  height: 40%;
  position: absolute;
  right: 0%;
  bottom: 0%;
  border-radius: 50px 0px 0px 0px;
}
.hero-right-img {
  width: 100%;
}
  .trai {
    position: absolute;
    bottom: 5%;
    right: 0%;
    /* z-index: -2; */
    width: 80px;
    transform: rotate(90deg);
    animation: animName 8s linear infinite;
  }

  /* Why Us Section Adjustments */
  .why-us3 {
    position: relative;
    height: 320px;
  }

  .why-us-con1 {
    position: absolute;
    bottom: 3%;
    left: 0%;
  }

  .clients-images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
  }

  .clients-images img {
    object-fit: cover !important;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0 -10px;
    padding: 0;
  }

  .why-us-con1 p {
    font-size: 12px;
  }

  .con_tit h3 {
    font-size: 15px;
    margin-bottom: 5px !important;
  }

  .con_tit h4 {
    font-size: 13px;
  }

  /* Section Adjustments for Horizontal Scroll */
  .section {
    font-size: 1.5rem;
    /* Reduce font size for smaller screens */
    height: 60vh;
    width: 100%;
    /* Ensure each section takes the full width of the viewport */
  }

  .container-fluid.para-slider {
    overflow-x: auto;
    /* Enable horizontal scrolling */
    overflow-y: hidden;
    /* Hide vertical overflow */
  }

  .section--large,
  .section--dark,
  .section--small,
  .four {
    min-width: 100vw;
    /* Ensure each section takes the full width of the viewport */
  }

  /* Slides Section Adjustments */


  .new-top-fix {
    position: relative !important;
    overflow-x: inherit !important;
  }

  .slides-new3::-webkit-scrollbar {
    display: none !important;
    /* Hide scrollbar in WebKit browsers */
  }

  .right-con-main {
    z-index: 10 !important;
  }

  /* tec section */
  .head-top {
    /* position: relative; */
    overflow: hidden;
  }

  .tec-box {
    height: 37vh;
  }

  .tec-text h3 {
    font-size: 28px;
  }

  .tec-p {
    font-size: 12px;
    width: 100%;
  }


  /* ------- digital marketing page -------- */
  /* .dynamic__texts {
          font-size: 35px;
          line-height: 3rem;
      } */

  .mob-fn {
    font-size: 16px;
    text-align: center;
  }


  /* What makes us the top web developer */

 .br-bot{
  border-bottom: unset;
 }
 .br-ri{
  border-right: unset;
 }
 .br-lef{
  border-left: unset;
 }

 .make-us-box{
    border-bottom: 1px solid #a3a3a3;
 }

 /* ------------- seo page -------- */
 .seo-s1-img {
  width: 12%;
 }
 .seo-s2-img {
  width: 12%;
 }
 .seo-s3-img {
  width: 12%;
 }
 .seo-s4-img {
  width: 12%;
 }
 .seo-s5-img {
  width: 20%;
 }
 .seo-50-grow-img {
  height: 36%;
 }

 .why-us-seo{
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
 }
 
 .why-seo-img{
  width: 20%;
  object-fit: contain;
}
.content-seo-why{
  width: 100%;
}

/* social media marktering page */
.numer-wih-icon {
  width: 50%;
}
.fi-so-p{
  font-size: 12px;
}

/* ---- */
.hero-form{
  transform: unset;
  z-index: 5;
}
.under-frm{
  transform: unset;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.serv-pil-btn{
  min-width: unset;
  width: 61px;
}
.ser-btn-top-img {
  width: 100%;
}

/* contact page */
.con-pg-bx{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid #6f6f6f;
  padding-bottom: 1rem;
}

/* ----- */
.h-v-sec{
  font-size: 20px;
}

.h5-v-sec{
  font-size: 12px;
}

.p-v-sec{
  font-size: 12px;
}

}

@media screen and (max-width:500px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:380px) {

  /*  our product */
  /* in slider */
  .sli-brand {
    font-size: 18px;
  }

  .sli-brand-name {
    font-size: 20px;
  }

  .sli-price {
    font-size: 17px;
  }

  .sli-p {
    font-size: 12px;
  }

  /* tec section */
  .tec-box {
    height: 45vh;
  }
}

@media screen and (max-width:365px) {
  .f-con-txt button {
    margin-left: unset !important;
    margin-top: 8px;
  }

}

@media screen and (max-width:320px) {
  /* /////////////////////////////counter//////////////////////////////////////////////// */


  /* hero section */
  .hero {
    min-height: 60vh;
  }

  .hero-f {
    font-size: 20px;
  }

}

@media screen and (min-width:321px) and (max-width:425px) {}