/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Local Font */
@font-face {
  font-family: "futuralt";
  src: url("../fonts/futuralt.ttf");
}

:root {
  --white: #fff;
  --black: #000;
  --primary: #bed530;
  --secondary: #333333;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  overflow-x: hidden;
}

body {
  position: relative;
  background: #fff;
  height: 100%;
  font-family: "fantasy", sans-serif;
}

section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 24.8px;
  color: #fff;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* color: #000; */
  margin: 0;
  font-family: fantasy;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

figure {
  margin: 0;
}

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 7px;
  height: 7px;
  z-index: 10000001;
  background-color: var(--primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  opacity: 0.3;
}

/* Cursor End */

/* PRELOADER */

.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.preLoader.black {
  background-color: var(--black);
  z-index: 11113;
}

.preLoader.white {
  z-index: 11112;
  background-color: var(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  background: var(--primary);
  font-size: 1.475rem;
  color: var(--white);
  display: inline-block;
  padding: 1.04em 1.96em;
  border-radius: 45px;
  line-height: normal;
  font-family: fantasy;
}

.themeBtn.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  padding: 1.04em 2em;
}

/* mouse animation css  */

/* NAV HEADER CSS */

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 12px 52px;
  background-color: transparent;
  transition: background-color 0.4s ease, transform 0.4s ease;
  min-height: 50px;
  transform: translateY(0);
}

header.scrolled {
  background-color: black;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-nav {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0;
  display: inline-block;
}

.phone {
  font-size: 20px;
  font-weight: 400;
  color: #f8f9fa;
}

.phone i {
  color: var(--primary);
}

header h3 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
}

/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */

.main-slider {
  height: 1120px;
  padding: 0;
}

.main-slider .video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.main-slider .video {
  position: relative;
}

.main-slider .video::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 60%);
}

.main-slider .video .container {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translateX(-50%);
}

.spin_img {
  /* text-align: end; */
  position: relative;
}

.spin_img img {
  animation: spin 2500ms linear infinite;
  transform-origin: center center;
  position: absolute;
  right: 21%;
  bottom: 1%;
}

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

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

.mainwraps {
  position: relative;
}

.mainwraps h2 {
  font-size: 130px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 0.7;
}

.mainwraps h2 span {
  color: #bfd511;
}

.mainwraps h3 {
  font-size: 125px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.mainwraps p {
  font-size: 19.9px;
  color: #f8f9fa;
  margin: 0;
  width: 64%;
  font-family: 'Manrope';
  margin: 0 auto;
  text-align: center;
  /* font-family: "futuralt"; */
  line-height: 1.5;
  font-weight: lighter;
}

.ratingmain h4 {
  font-size: 17px;
  font-weight: 400;
  color: #FFF;
  font-family:
    'futuralt';
  margin: 0;
}

ul.stars-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}

ul.stars-rating li a {
  color: #fec600;
}

ul.stars-rating li a span {
  color: #FFF;
}

.ratingmain {
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: center;
  margin-top: 23px;
}

.midwrap .form-control {
  outline: unset;
  box-shadow: unset;
  background-color: unset;
  border: unset;
  width: 60%;
  margin-left: -16rem;
}

.midwrap .form-control::placeholder {
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #3d3d3d;
  padding-left: 0.25rem;
}

.btnbnr {
  /* font-weight: 400; */
  /* background: var(--primary); */
  /* border-radius: 0 30px 30px 0; */
}

.midwrap.form-group {
  position: relative;
  display: flex;
  align-items: center;
  background: #e7e7e7;
  border-radius: 44px;
  justify-content: space-between;
  margin-top: 2rem;
  z-index: 11;
  width: 76%;
  margin: 2rem auto;
}

.midwrap .form-group a {
  position: absolute;
  right: 0;
  top: 0;
  height: fit-content;
  bottom: 0;
  margin: auto;
  right: 1rem;
}

.midwrap.form-group figure {
  padding-left: 1rem;
}

.btnbnr button {
  font-size: 25px;
  color: #3d3d3d;
  display: flex;
  align-items: baseline;
  font-family: futuralt;
  font-weight: bolder;
  margin: 0;
  padding: 21px 35.6px;
  font-weight: bold;
  background: var(--primary);
  border-radius: 0 50px 50px 0;
  border: 0;
  outline-offset: unset;
}

/* !MAIN HERO SLIDER CSS */

/* Menu Css Start */

.menu-toggler {
  display: inline-flex;
  align-items: center;
  outline: 0;
  background-color: transparent;
  border: 0;
  z-index: 11111;
  position: relative;
  outline: unset;
}

.menu-toggler .navbar-icon {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-top: 1rem;
}

.menu-toggler:focus,
.menu-toggler:focus-visible {
  outline: none;
  border: none;
  box-shadow: none;
}

.menu-toggler .navbar-icon span {
  height: 4px;
  width: 33px;
  background-color: #fff;
  display: flex;
  position: relative;
  transition: all ease 0.5s;
  border-radius: 14px;
  margin-right: auto;
  top: -3px;
}

.menu-toggler.active span {
  background-color: var(--white);
}

.menu-toggler .navbar-icon>span:nth-child(2) {
  margin: 10px 0;
  width: 33px;
  display: table;
  margin-right: auto;
}

.menu-toggler.active .navbar-icon>span:not(:nth-child(2)) {
  position: absolute;
}

.menu-toggler.active .navbar-icon>span:nth-child(1) {
  transform: rotate(45deg);
}

.menu-toggler.active .navbar-icon>span:nth-child(3) {
  transform: rotate(-45deg);
}

.menu-toggler.active .navbar-icon>span:nth-child(2) {
  opacity: 0;
}

/*overlay nav*/

.navigation-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1111;
}

.navigation-menu .navigation-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.navigation-menu .navigation-bg.one {
  width: 4px;
  background-color: var(--primary);
}

.navigation-menu .navigation-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.navigation-menu .nav-inner {
  position: relative;
  text-align: left;
  /* margin-left: 7rem; */
}

.navigation-menu .nav-inner .nav-link {
  font-size: 3.3rem;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--white);
  display: flex;
  align-items: flex-end;
  justify-content: left;
  text-align: left;
  /* font-family: "Poppins", sans-serif !important; */
  margin-left: 10rem;
  font-weight: 300;
  font-family: 'Manrope';
}

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

/* Menu Css End */

/* videosec */
section.videosec.p-0 {
  margin-top: -20rem;
}

figure.videowrap {
  position: relative;
}

figure.videowrap a {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #000;
  width: 130px;
  height: 80px;
  margin: auto;
  border-radius: 10px;
  clip-path: polygon(0 0, 92% 0, 100% 100%, 9% 99%);
}

.videoarow1 {
  position: absolute;
  top: 0;
}

.video-icon {
  position: absolute;
  top: 0%;
}

.video-icon i {
  color: #fff;
  font-size: 100px;
}

.mienngfenf {
  position: absolute;
  top: 38%;
  left: 50%;
}

.mienngfenf i {
  color: #fff;
  font-size: 100px;
}

/* videosec */

/* Marquee Sec Css Start */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.marquee {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  z-index: -111;
  position: relative;

  span {
    text-transform: uppercase;
    will-change: transform;
    white-space: nowrap;
    animation: marquee 32s linear infinite;
    font-size: 670px;
    font-weight: 500;
    font-family: fantasy;
    -webkit-text-stroke: 1px;
    color: #bed530;
    -webkit-text-fill-color: white;
  }
}

/* Marquee Sec Css End  */

/* companysec */
.companyreview {
  padding: 0;
  margin-top: -17rem;
}

.companyreview .marquee {
  transform: rotate(10deg);
}

/* companysec */

/* Brand Sec Css Start */

.brand-sec {
  padding: 0 0 6rem;
  margin-top: 14rem;
}

.brandslider .swiper-slide.swiper-slide-active figure.brand-imag img {
  filter: brightness(1);
}

figure.brand-imag img {
  filter: brightness(0);
  transition: 0.5s ease;
}

/* Brand Sec Css End  */

/* Marquee Sec Css Start */
section.companyreview.companyreview2 {
  margin-top: -14rem;
}

/* Marquee Sec Css End  */

/* Building Sec Css Start */

.mainHead {
  font-size: 90.3px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--black);
  line-height: 1.1;
  /* display:flex; */
}

.mainHead span {
  color: var(--primary);
}

.building-content .mainHead {
  margin-bottom: 0.625rem;
}

.building-sec {
  padding: 5rem 0 0;
}

.building-content p {
  font-size: 22.7px;
  font-weight: 300;
  color: #0b0c0d;
  line-height: 1.3;
  margin: 0;
  font-family: 'Manrope';
}

/* Building Sec Css End  */

/* Counter Sec Css Start */

.counter-sec {
  z-index: 1;
}

.counter-wrapp h5 {
  font-size: 3.75rem;
  font-weight: 400;
  color: #0b0c0d;
  letter-spacing: -2px;
  margin: 0;
  line-height: 1;
}

.counter-wrapp h5 span {
  color: var(--primary);
}

.counter-wrapp p {
  font-size: 1.575rem;
  font-weight: 300;
  text-transform: capitalize;
  color: #bed530;
  margin-top: 8px;
}

/* Counter Sec Css End  */

/* Story Sec Css Start */

.storysub1 {
  position: absolute;
  left: 0;
  top: -10rem;
  bottom: 0;
  margin: auto;
}

.stories-sec {
  padding: 0 0 12rem;
  margin-top: 7rem;
}

.storysub2 {
  position: absolute;
  right: -30px;
  top: 0;
}

.story-wrapp a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #0b0c0d;
  justify-content: end;
  margin-bottom: 1rem;
  transition: 0.8s;
}

.story-wrapp:hover {
  transform: scale(1.05);
  /* Increase size by 5% */
}

.story-wrapp {
  transition: transform 0.3s ease;
}

.stories-sec .mainHead {
  margin: 0;
  text-align: center;
  margin-bottom: 3rem;
}

.story-content h2 {
  font-size: 1.875rem;
  font-weight: 400;
  color: #0b0c0d;
  margin: 0;
  line-height: 1.2;
}

.story-vectore {
  margin: 1rem 0 0.625rem;
}

.story-content p {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 300;
  color: #0b0c0d;
  margin-top: 0.625rem;
}

.story-imag img {
  border-radius: 24px;
}

.stories-sec .col-md-6:nth-child(2) .story-wrapp {
  margin: 3rem 0 4rem;
}

.stories-sec .col-md-6:nth-child(3) .story-wrapp {
  margin-top: -7rem;
}

.product-sec .mainHead {
  letter-spacing: -8px;
  color: var(--white);
}

.productblur {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.product-content+.product-content {
  margin: 180px 0 0;
}

.product-main {
  position: relative;
  z-index: 1;

  padding-right: 20px;
}

/* .product-main::before {
  position: absolute;
  content: "";
  height: 100%;
  background-color: rgb(239 223 223 / 8%);
  width: 1px;
  left: -30px;
} */

/* .product-main .product-content:last-child {
  filter: blur(4px);
} */

.product-content h5 {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--white);
  font-family: "Manrope";
}

.product-content h2 {
  font-size: 3.75rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #bed530;
  letter-spacing: -2px;
  line-height: 1.25;
  margin: 0.625rem 0;
}

.product-content p {
  font-size: 1.25rem;
  font-weight: 300;
  color: var(--white);
  line-height: 1.4;
  width: 80%;
}

.product-images {
  position: relative !important;
  /* Remove sticky if applied */
  top: auto !important;
}

.product-imag {}

.product-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

figure.product-img {
  position: absolute;
  left: -4rem;
  top: -4rem;
}

.product-top {
  margin-bottom: 5rem;
}

.productsub2 {
  position: absolute;
  right: 0;
  top: -6rem;
}

.product-top a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #fafafa;
  margin-left: 4rem;
  margin-top: 10px;
}

.product-top a i {
  color: var(--primary);
}

.product-sec {
  background-color: var(--black);
  padding: 14rem 0 6rem;
  z-index: 1;
}

.product-sec::before {
  position: absolute;
  content: "";
  height: 100px;
  width: 100%;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--black);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.productsub1 {
  position: absolute;
  left: 0;
  top: -6.3rem;
}

.techno-top {
  margin-bottom: 70px;
}

.techno-top .mainHead {
  letter-spacing: 1.1px;
  text-align: center;
}

.techno-top p {
  color: #0b0c0d;
  font-size: 24.1px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.development {
  border-top: 1px solid #d1d5db;
}

.development .nav {
  border-right: 1px solid #d1d5db;
  padding: 3rem 1rem;
}

.development .nav-pills .nav-link.active,
.development .nav-pills .show>.nav-link {
  color: #0b0c0d;
  background: linear-gradient(to right,
      rgba(210, 227, 113, 0.21) 0%,
      rgba(210, 227, 113, 0) 100%);
  border-radius: 45px;
  font-weight: 600;
}

.development .nav .nav-link {
  border: unset;
  outline: unset;
  background: unset;
  padding: 19px 28px;
  border-radius: 45px;
  font-size: 22px;
  color: #0b0c0d;
  font-weight: 300;
  text-align: left;
}

.mobile_content h2 {
  font-size: 30px;
  font-weight: 400;
  color: #0b0c0d;
  margin: 2rem 0 1rem;
  font-family: fantasy;
}

.mobile_content .category_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.mobile_content ul li:hover,
.mobile_content ul li:hover span {
  background-color: #000;
  color: #fff;
  transform: translate3d(0, 50%, 0);
}

.mobile_content ul li:hover img {
  filter: brightness(0) invert(1);
}

.mobile_content .category_list li {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-basis: 31%;
  padding: 13px 18px;
  background-color: #f3f4f6;
  border-radius: 45px;
  height: 50px;
}

.mobile_content .category_list li span {
  font-size: 1.125rem;
  font-weight: 300;
  color: #0b0c0d;
  text-align: left;
  display: block;
  position: relative;
  transition: transform 0.35s ease;
}

.hover-nnn {
  --height: 3.1rem;
  display: inline-flex;
  height: var(--height);
  line-height: var(--height);
  overflow: hidden;
  position: relative;
  justify-content: flex-start;
}

.hover-nnn span {
  display: block;
  height: var(--height);
  line-height: var(--height);
  transition: transform 0.35s ease;
  will-change: transform;
}

/* Stack spans vertically */
.hover-nnn span:first-child {
  transform: translateY(0%);
}

.hover-nnn span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}

/* On hover, move both spans */
.mobile_content ul li:hover .hover-nnn span:first-child {
  transform: translateY(-100%);
}

.mobile_content ul li:hover .hover-nnn span:last-child {
  transform: translateY(0%);
}

.software {
  margin-top: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 33px;
  border: 1px solid #e5e7eb;
  border-radius: 60px;
  background: linear-gradient(to bottom,
      rgba(246, 246, 246, 0.72) 0%,
      rgba(223, 226, 230, 0.35) 100%);
}

.software h2 {
  font-size: 46px;
  font-weight: 400;
  color: #0b0c0d;
  font-family: fantasy;
}

.software h2 span {
  color: var(--primary);
}

.software .themeBtn {
  background-color: #000;
  color: var(--primary);
}

/* Story Sec Css End  */

/* Love Section */

.love {
  background: url(../images/sec-bg.webp) no-repeat center / cover;
  height: 1668px;
  padding: 6rem 0 0;
}

.love_head {
  text-align: center;
  margin-bottom: 81px;
}

.love .mainHead {
  margin-bottom: 12px;
  color: #fff;
  font-weight: 400;
  font-family: fantasy;
  letter-spacing: -2px;
  margin-top: 337px;
}

.love_head p {
  color: #fff;
  font-size: 24.8px;
  font-weight: 300;
  line-height: 36px;
  margin: 11px 0 46px;
}

.brand_love {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.love_icon1 {
  position: absolute;
  top: 0;
  left: 0;
}

.love_icon2 {
  position: absolute;
  top: 16.8%;
  right: 0;
}

.love_icon3 {
  position: absolute;
  top: 18.5%;
  right: -45px;
}

.love_card {
  padding: 48px;
  border-radius: 30px;
  border: 1px solid #535353;
}

.love_card p {
  font-size: 22px;
  color: #fff;
}

.member {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
}

.member h3 {
  font-size: 22px;
  font-weight: bold;
  color: var(--black);
  background-color: #bed530;
  width: 62px;
  height: 62px;
  border-radius: 31px;
  display: grid;
  place-content: center;
}

.member h2 {
  font-size: 14.8px;
  font-weight: bold;
  font-family: "Manrope";
  color: var(--white);
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}

.member ul {
  display: flex;
  align-items: center;
  gap: 1px;
}

.member ul li a {
  color: #ffaa2b;
}

.loveSlide .swiper-slide {
  filter: blur(4px);
  transition: filter 0.3s ease;
}

.loveSlide .swiper-slide-active {
  filter: blur(0);
}

/* Industries Section */
.indus_head .mainHead {
  font-size: 7.125rem;
  font-weight: 400;
  font-family: fantasy;
  letter-spacing: 4px;
}

.indus_head .mainHead span {
  color: var(--primary);
}

.indus_head {
  text-align: center;
  margin-bottom: 65px;
}

.indus_head p {
  margin: 23px auto 33px;
  font-size: 26px;
  font-weight: 400;
  width: 85%;
  color: #0b0c0d;
}

.indus_head a {
  font-family: fantasy;
  font-weight: 400;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #0b0c0d;
}

.industries {
  padding: 7rem;
}

.industries .row .col-md-4 {
  margin-bottom: 40px;
  height: 100%;
}

.indus_card {
  padding: 30px;
  border: 1px solid #cccccc;
  border-radius: 30px;
  height: 392px;
}

.indus_card h3 {
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: -1px;
  font-family: fantasy;
}

.indus_card p {
  font-size: 19.2px;
  font-weight: 300;
  color: #000;
  font-family: 'Manrope';
  line-height: 1.5;
}

/* Award Section */

.awards {
  background: url(../images/award-bg.webp) no-repeat center / cover;
  padding: 22rem 0;
}

.award_icon1 {
  position: absolute;
  top: 0%;
  left: 0%;
}

.award_icon2 {
  position: absolute;
  top: 13%;
  right: 0%;
}

.awards_head {
  margin-bottom: 90px;
}

.awards .mainHead {
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
}

.awards_head .mainHead {
  margin-top: 4rem;
}

.awards_head p {
  margin-top: 50px;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  width: 71%;
  margin: 0 auto;
  margin-top: 17px;
}

.card_marquee_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 40px 0 131px;
}

.card_marquee_track {
  display: flex;
  gap: 30px;
  animation: scrollMarquee 40s linear infinite;
  width: max-content;
}

.award_card {
  padding: 36px 24px;
  border-radius: 24px;
  background: linear-gradient(to right, #050505 0%, #161516 100%);
  max-width: 362px;
  flex-shrink: 0;
  height: 256px;
}

.award_card p {
  color: #737373;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  width: 95%;
}

.brand_icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 72px;
}

.brand_icon h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  font-family: "Manrope";
}

.brand_icon figure:last-child {
  display: flex;
  align-items: center;
  gap: 8px;
}

@keyframes scrollMarquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Tabs */

.recommend .nav {
  padding: 3rem 1rem;
}

.recommend .nav-pills .nav-link.active,
.recommend .nav-pills .show>.nav-link {
  color: #fff;
  background: linear-gradient(to right,
      rgba(191, 213, 48, 0.21) 0%,
      rgba(191, 213, 48, 0) 100%);
  border-radius: 45px;
  font-weight: 600;
}

.recommend .nav .nav-link {
  border: unset;
  outline: unset;
  background: unset;
  padding: 19px 28px;
  border-radius: 45px;
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.video_card p {
  color: #e5e5e5;
  font-size: 26px;
  font-weight: 500;
  margin-top: 0.7rem;
}

.video_card figure {
  position: relative;
  width: 100%;
  margin: 0;
  display: block;
  overflow: hidden;
}

.video_card figure img {
  overflow: hidden;
}

.video_card figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.video_card figure a {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: rgba(255 255 255 / 50%);
  display: grid;
  place-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  color: rgba(0 0 0 / 50%);
  font-size: 22px;
}

/* I Guess Section */

.i_guess {
  padding: 0 0 2rem;
}

.guess {
  text-align: center;
}

.guess .mainHead {
  margin-bottom: 2rem;
}

.guess .themeBtn {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  font-family: fantasy;
}

.guess .themeBtn img {
  margin-left: 0.7rem;
}

/* Footer Sec Css Start */

footer {
  position: relative;
  /* background-color: var(--black); */
  background: url(../images/footer-bg.png) no-repeat center / cover;
  padding: 23rem 0 0;
  z-index: 1;
}

.footer1 {
  position: absolute;
  left: 0;
  top: -166px;
  z-index: -1;
  display: none;
}

.footer2 {
  position: absolute;
  right: 0;
  top: -3rem;
  z-index: -1;
  display: none;
}

.footer3 {
  position: absolute;
  right: 0;
  top: -102px;
  display: none;
}

ul.footer-list li a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 15px;
  font-weight: 300;
  text-transform: capitalize;
  color: var(--white);
}

ul.footer-list li+li {
  margin: 0.625rem 0;
}

footer h2 {
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: capitalize;
  color: var(--white);
  font-family: "Manrope";
  margin-bottom: 1.875rem;
}

.footer-content p {
  font-size: 15px;
  font-weight: 300;
  width: 90%;
  line-height: 1.4;
  margin: 1rem 0;
}

ul.footer-info li a {
  font-size: 15px;
  font-weight: 300;
  color: var(--white);
  text-transform: capitalize;
  line-height: 1.2;
}

ul.footer-info li+li {
  margin: 5px 0;
}

ul.footersocial {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.5rem 0 2rem;
}

ul.footersocial li a i {
  font-size: 1.5rem;
  color: #cff128;
  transition: 0.6s ease;
}

ul.footersocial li a:hover i {
  transform: scale(1.2);
}

.footer-content .form-control {
  outline: unset;
  box-shadow: unset;
  background: transparent;
  width: 220px;
  height: 40px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white);
  padding-left: 3rem;
  border: 1px solid rgb(255 255 255 / 40%);
}

.footer-content .form-group {
  position: relative;
}

.flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0.75rem;
}

.footer-main p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 2rem;
  width: 99%;
}

form.footer-form .form-control {
  height: 4rem;
  outline: unset;
  box-shadow: unset;
  background-color: var(--white);
  font-size: 15px;
  font-weight: 400;
  color: #757575;
  border-radius: 50px 0px 0 50px;
  border: 1px solid #cbcbcb;
  padding-left: 1.5rem;
}

form.footer-form .form-control::placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #757575;
}

form.footer-form button {
  height: 4rem;
  border: unset;
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--black);
  font-family: "Manrope";
  padding: 0;
  width: 100%;
  background: linear-gradient(45deg, #a5d934, #95d934);
  border-radius: 0px 50px 50px 0;
  text-align: start;
  padding-left: 1rem;
}

.footer-bottom {
  border-top: 1px solid rgb(112 112 112 / 50%);
  text-align: center;
  padding: 1rem 0;
  margin-top: 5.875rem;
}

ul.footer-list li a i {
  color: #686868;
  font-weight: 600;
}

.footer-bottom p {
  font-weight: 300;
}



/* Footer Sec Css End  */

.i_guess .marquee {
  position: absolute;
  left: 0;
  transform: rotate(16deg);
  right: 0;
  margin: auto;
  top: -21rem;
  bottom: 0;
}

section.i_guess .marquee span {
  font-size: 670px;
  animation: marquee 50s linear infinite;
}

.btnbnr i {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 800;
}

.company-head {
  display: flex;
  justify-content: center;
  margin: -8rem auto;
}

.company-head span {
  margin: 0 auto;
  font-size: 18px;
  background-color: #bed530;
  color: #3a4301;
  /* padding: 31px; */
  font-size: 19px;
  height: 8px;
  font-weight: 500;
  width: 100%;
  align-items: center;
  padding: 14px 56px 42px 55px;
  border-radius: 62px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.brandslider {
  position: relative;
  height: 60px;
  padding: 1rem;
}

.brandslider::before {
  position: absolute;
  content: "";
  left: 0;
  top: -4rem;
  width: 527px;
  height: 127px;
  background: rgba(255 255 255/ 0.5);
  z-index: 11;
  backdrop-filter: blur(3px);
}

.brandslider::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 538px;
  height: 100px;
  background: rgba(255 255 255/ 0.5);
  z-index: 11;
  backdrop-filter: blur(4px);
}

.videosec .circle-wrapper {
  width: 100%;
  position: absolute;
  inset: 0;
  bottom: 0;
}

.videosec .circle {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid var(--primary);
  position: absolute;
  inset: 0;
  margin: auto;
  bottom: -20%;
  opacity: 0.5;
  transform-origin: center;
}

.mouse_scroll {
  overflow: visible;
  position: relative;
}

.side_sec {
  display: flex;
}

.img-links button {
  text-align: left;
  border: 1px solid rgba(138, 138, 138, 0.2) !important;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 20px 0px;
  background: transparent;
}

.img-links button.active {
  box-shadow: 0px 0px 40px rgb(255, 255, 255, 0.1);
  border: none;
  background: var(--box-bg-color);
}

.featured-img::before {
  content: "";
  position: absolute;
  background: url(https://7xcel.com/wp-content/uploads/2024/05/iphone-1-1.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: left;
  left: 15%;
  right: 0px;
  top: -50px;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin-right: 0px;
}

.featured-img {
  position: sticky;
  top: 140px;
  height: 700px;
}

.featured-img img {
  position: absolute;
  left: 75px;
  top: 35px;
  width: 55%;
  height: auto;
  border-radius: 30px;
}

.side-text {
  display: flex;
}

.side-text h3 {
  color: orange;
}

.side-text p {
  color: #fff;
}

/* .progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #ddd;
  z-index: 999;
}

.progress-line {
  width: 100%;
  height: 0;
  background-color: red;
}
.product-images .product-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

.product-images .product-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
} */

/*  */

/* .set-one {
  display: flex;
  align-items: center;
}

.product-images {
  position: relative;
  height: 100vh;
  overflow: hidden;
  width: 100%;
}

.product-imag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}

.product-imag:nth-child(1) {
  opacity: 1;
}

.progress-line {
  position: fixed;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background-color: #2196F3;
  z-index: 999;
}

.list {
  height: 100vh;
  position: relative;
  overflow: hidden;
}


#progressLine {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: transparent;
  border: none;
  z-index: 9999;
}

#progressLine::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.2);
}

#progressLine::-webkit-progress-value {
  background: #2196F3;
} */

.product-sec {
  position: relative;
  padding: 80px 0;
  min-height: 100vh;
  overflow: hidden;
}

.list {
  /* height: 100vh; */
  position: relative;
  /* overflow: hidden; */
}

.set-one {
  display: flex;
  /* align-items: flex-start; */
  gap: 40px;
  min-height: 80vh;
  position: sticky;
  top: 2rem;
}

.product-main {
  flex: 0 0 60%;
  z-index: 2;
  /* Add padding for better spacing during scroll */
  padding: 50px 0;
}

.product-content {
  margin-bottom: 80px;
  /* Increased spacing for better scroll detection */
  max-width: 500px;
  /* opacity: 0.3; */
  transform: translateY(50px);
  transition: all 0.6s ease;
  padding: 30px 0;
}

.product-content.active {
  opacity: 1;
  transform: translateY(0);
  background: rgba(255, 255, 255, 0.1);
  padding: 30px 20px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
}

.product-images {
  flex: 0 0 40%;
  position: sticky;
  /* Changed to sticky for better scroll behavior */
  top: 50%;
  transform: translateY(-50%);
  height: 400px;
  overflow: hidden;
  text-align: center;
}

.product-imag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.product-imag.active {
  opacity: 1;
}

.product-imag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#progressLine {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: transparent;
  border: none;
  z-index: 9999;
  appearance: none;
}

#progressLine::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.2);
}

#progressLine::-webkit-progress-value {
  background: #2196f3;
  transition: width 0.3s ease;
}

.productsub1,
.productsub2,
.productblur {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.productsub1 {
  top: 20%;
  left: 5%;
  width: 120px;
  opacity: 0.7;
}

.productsub2 {
  bottom: 10%;
  right: 10%;
  width: 150px;
  opacity: 0.8;
}

.productblur {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 300px;
  opacity: 0.4;
  filter: blur(20px);
}

.websitepage .mainwraps h3 {
  font-size: 88px;
}

.websitepage .mainwraps h3 span {
  color: var(--primary);
}

.websitepage .mainwraps p {
  font-size: 28px;
  color: #f8f9fa;
  font-weight: 300;
}

.websitepage {
  background: url(../images/innerbg.png) center/cover no-repeat;
  height: 961px;
}

.webperonwrap {
  text-align: center;
  padding: 0 240px;
}

.webperonwrap h2 {
  font-size: 84px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
}

.webperonwrap h2 span {
  color: var(--primary);
}

section.website-personsec {
  padding: 0 300px 2rem;
  margin-top: -9rem;
}

.webperonwrap p {
  font-size: 22px;
  font-weight: 500 !important;
  line-height: 1.4;
  color: #0b0c0d;
  font-family: 'Poppins';
  width: 50%;
  margin: 0 auto;
}

.webperonwrap {
  text-align: center;
}

.webperonwrap p+p {
  margin-top: 20px;
}

.webperonwrap p span {
  font-weight: 700;
}

.webperonwrap p strong {
  color: var(--primary);
  font-weight: 600;
}

.webperonwrap .themeBtn {
  background: var(--primary);
  color: var(--black);
  margin-top: 2rem;
}

.custom-developmnt {
  padding: 0 0px 7rem;
  margin-top: -17rem;
  background: rgb(251 253 238 / 20%);
}

.cusarrw1 {
  position: absolute;
  right: 0;
  top: 45%;
  z-index: 11;
}

.cusarrw2 {
  position: absolute;
  top: -27px;
}

.cusarrw3 {
  position: absolute;
}

.cusarrw4 {
  position: absolute;
  top: 92px;
}

section.customimge-section {
  /* padding-top: 26rem; */
  margin-top: -36%;
  z-index: -1;
}

section.mobile-customsectin {
  background: #000;
  padding: 9rem 0px 18rem;
  clip-path: polygon(0 0, 100% 7%, 100% 100%, 0% 94%);
}

section.mobile-customsectin figure img {
  text-align: center;
}

section.mobile-customsectin .webperonwrap h2 {
  color: #fff;
  margin-bottom: 2rem;
}

section.mobile-customsectin .webperonwrap p {
  color: #ffffffe3;
  font-weight: 300;
}

section.mobile-customsectin .webperonwrap p span {
  font-weight: 600;
  color: #fff;
}

.webperonwrap ul li {
  color: #ffffffe3;
  font-size: 26px;
  font-weight: 300;
}

.webperonwrap ul li span {
  color: #fff;
  font-weight: 600;
}

.webperonwrap ul {
  margin: 1rem 0;
}

.mobli1 {
  position: absolute;
  left: 0;
  top: -18px;
}

/* .mobli2 {
  position: absolute;
  right: 0;
  top: 6%;
} */

.mobile-customsectin .webperonwrap .themeBtn {
  background: var(--primary);
  color: #000;
}

.botmmobile1 {
  position: absolute;
  bottom: -19px;
  right: 0;
  transform: rotate(354deg);
}

.secosection {
  padding: 0 0px 4rem;
}

img.img-fluid.cmsimg2 {
  position: absolute;
  left: 0;
  top: 7px;
}

img.img-fluid.cmsimg1 {
  top: 9%;
  position: absolute;
  right: 0;
}

figure.cmsimg11 img {
  margin-top: -13rem;
  position: relative;
  z-index: 1111;
}

figure.cmsimg11 img {
  margin-top: -6rem;
}

.cms-section {
  background: url(../images/cmsbgg.png) center/cover no-repeat;
  padding: 8rem 0px 19rem;
  clip-path: unset;
  margin-top: 0rem;
  background-size: 100% 100%;
}

.cms-section .webperonwrap h2 {
  margin-top: -2rem;
}

figure.cmsimg11 {
  text-align: center;
}

.cms-section figure img {
  text-align: center;
}

.cms-section .webperonwrap h2 {
  color: #fff;
  margin-bottom: 2rem;
  margin-top: 14px;
}

.cms-section .webperonwrap p {
  color: #ffffffe3;
  font-weight: 300;
}

.cms-section .webperonwrap .themeBtn {
  background: var(--primary);
  color: #000;
}

section.custom-developmnt.ecomsection {
  padding: 0px 314px;
  margin-top: 3rem;
}

/* New Css Start */

/* Growth Sc Css Start */

section.i_guess.growth-sec p {
  color: #0b0c0d;
  font-weight: 300;
  width: 69%;
  margin: 0 auto 1rem;
  line-height: 1.3;
  font-size: 1.625rem;
}

/* Growth Sc Css End  */

/* Faq Sec Css Start */
.faq-sec #accordion {
  border: 0;
  border-radius: 0;
}

.faqt-top .subHead {
  color: var(--black);
  margin-bottom: 0.4rem;
}

.faq-sec #accordion .card {
  background: transparent;
  border: 1px solid #dfe1de;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  transition: background-color 0.4s ease;
  border: unset;
}

.faq-sec #accordion .card .btn-link {
  width: 100%;
  height: 5.425rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24.5px;
  font-weight: 600;
  padding: 1rem 1.25rem;
  text-transform: capitalize;
  border: none;
  text-align:
    left;
  outline: none;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
  color: #0b0c0d;
  background: #f2f2f2;
}

.faq-sec #accordion .card .btn-link i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.faq-sec #accordion .card .btn-link i::before {
  content: "\f068";
}

.faq-sec #accordion .card .btn-link.collapsed i::before {
  content: "\f067";
}

.faq-sec #accordion .card .collapse.show,
.faq-sec #accordion .card[aria-expanded="true"],
.faq-sec #accordion .card .btn-link[aria-expanded="true"] {
  border-radius: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.faq-sec #accordion .card .btn-link[aria-expanded="true"] i {
  color: #000;
}

.faq-sec #accordion .card .card-body {
  padding: 20px 28px 20px 20px;
  font-size: 14px;
  color: #000 !important;
  transition: all 0.3s ease;
  border-radius: 0;
  background: #cdcccc24;
  border-radius: 8px;
}

.faq-sec #accordion .card .card-body p {
  margin: 0;
  color: #0b0c0d;
  font-size: 19.5px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
}

.faq-sec #accordion .card+.card {
  margin-top: 35px;
}

.faq-sec #accordion .collapse {
  transition: height 0.4s ease;
  overflow: hidden;
  margin-top: 31px;
}

.faq-sec .card h5 {
  margin: 0;
}

section.faq-sec {
  padding: 0 10rem 0;
}

img.img-fluid.growth1 {
  position: absolute;
  left: 0;
  top: -11%;
  z-index: -1;
}

section.i_guess.growth-sec {
  padding-top: 13rem;
}

img.img-fluid.growth2 {
  position: absolute;
  right: 0;
  top: -1%;
}

/* Faq Sec Css End  */

/* New Css Start */

.clam {
  background: #bed530;
  width: fit-content;
  margin: 1.4rem auto;
  border-radius: 20px;
  padding: 23px 57px;
}

.clam h3 {
  font-size: 36px;
  font-weight: 400;
}

.clam p {
  color: #000 !important;
  font-size: 18px !important;
}

section.cms-section.choose-bgsec {
  padding: 12rem 240px 21rem;
  background-color: #000;
  /* background: unset; */
  clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 86%);
  margin-top: -3rem;
}

section.faq-sec .marquee {
  position: absolute;
  top: -12rem;
}

section.cms-section::before {
  position: absolute;
  content: "";
  background: var(--primary);
  width: 100%;
  height: 4px;
  bottom: 182px;
  left: 0;
  transform: rotate(11deg);
  right: 0;
  margin: auto;
}

.process {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 50px;
  /* background-color: var(--black); */
  position: relative;
}

.process-bg {
  background-color: var(--black);
  width: 100% !important;
}

.process .left {
  flex: 1;
}

.process .step {
  min-height: 40vh;
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.process .step span {
  font-size: 14px;
  color: #aaa;
}

.process .step h3 {
  font-size: 2.5rem;
  color: #2ed06e;
  margin: 20px 0;
}

.process .step p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.process .right {
  width: 400px;
  height: 34rem;
  position: sticky;
  top: 15%;
  border-radius: 50%;
  border-radius: 14rem;
  overflow: hidden;
  display: block;
}

.process .right img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.process .right img.active {
  opacity: 1;
}

.progress-bar {
  position: absolute;
  left: -25px;
  top: 91px;
  width: 5px;
  height: 89%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.progress-bar-fill {
  width: 100%;
  background: #bed530;
  transition: height 0.1s ease-out;
  transform-origin: top;
  /* ÃƒÆ’Ã‚Â¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ Fill grows from the top */
  position: absolute;
  top: 0;
}

.product-top h2 {
  color: #fff;
  text-align: center;
}

.lpopcd p {
  color: #fff !important;
}

.card h5 {
  margin-bottom: 10px;
}

.lpopcd #accordion .card .card-body {
  margin-bottom: 20px !important;
}

.main-gradient-card {
  background-color: transparent;
  background-image: linear-gradient(150deg, #0f0f0f 0%, #000 166%);
  width: 100%;
  height: 490px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 5px 0px 0px;
  --e-column-margin-right: 5px;
  --e-column-margin-left: 0px;
  padding: 50px 50px 50px 50px;
  text-align: center;
  margin-top: 30px;
  border-radius: 28px;
}

.main-gradient-card img {
  width: 95px;
}

.techno-sec .themeBtn {
  font-size: 1rem;
  margin-top: 20px;
  font-family: 'Manrope';
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
}

.main-gradient-card h3 {
  color: #fff;
  margin-top: 13px;
  margin-bottom: 7px;
  line-height: 23px;
  font-size: 28px;
  margin-bottom: 13px;
}

.meindcc {
  width: 45px !important;
}

.process .right img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.seo_img {
  width: 100%;
  clip-path: polygon(0 0, 100% 33%, 100% 100%, 0 100%);
}

.blur_effect,
section.customimge-section figure {
  position: relative;
}

.blur_effect::before,
section.customimge-section figure::before {
  content: "";
  position: absolute;
  height: 500px;
  width: 100%;
  bottom: 0px;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom,
      rgb(253 253 253 / 0%) 0%,
      #fefefc 100%);
  z-index: 11;
}

.seo_fig {
  position: relative;
}

.seo_fig .line {
  position: absolute;
  top: -5%;
  left: 0;
}

.laptop_fig {
  position: relative;
}

.laptop_fig::before {
  content: "";
  position: absolute;
  height: 425px;
  width: 100%;
  bottom: 0px;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, #000 100%);
  z-index: 11;
}

.laptop_fig .line2 {
  position: absolute;
  top: 0;
  left: 0;
}

.mobli2 {
  position: absolute;
  right: 0;
  top: 14%;
  z-index: 1;
}

section.secosection .blur_effect {
  position: relative;
}

section.secosection .blur_effect .line1 {
  position: absolute;
  top: -5%;
  left: 0;
}

/* Seo page */

.seo_sec {
  background: url(../images/seobg1.png) no-repeat center / cover;
  height: 2821.75px;
  display: flex;
  align-items: end;
  padding-bottom: 18rem;
}

.seo_content {
  text-align: center;
}

.seo_content h2 {
  font-size: 84px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 3rem;
}

.seo_content h2 span {
  color: var(--primary);
}

.seo_content p {
  font-size: 20px;
  font-weight: 500;
  color: #0b0c0d;
  line-height: 1.9;
  font-family: 'Poppins';
  width: 60%;
  margin: 0 auto;
}

.seo_content p+p {
  margin-top: 1.2rem;
}

.seo_content a {
  margin-top: 5rem;
  background: var(--primary);
}

.seo_sec2 {
  background: url(../images/seobg2.png) no-repeat center / cover;
  height: 2821.75px;
  display: flex;
  align-items: end;
  padding-bottom: 18rem;
  position: relative;
  margin-top: -22rem;
  z-index: -3;
}

.seo_content.black h2 {
  color: #fafafa;
}

.seo_content.black p {
  color: #ffffff;
}

.seo_content.black a {
  margin-top: 5rem;
  background: var(--primary);
}

.seo_content.black ul li {
  color: #fff;
  font-size: 24px;
  margin-bottom: 1rem;
}

.seo_sec6 .seo_content.black h2 {
  font-size: 88px;
}

.seo_content ul li {
  font-size: 24px;
  margin-bottom: 1rem;
}

.seo_sec3 {
  margin-top: -27.3rem;
  background: url(../images/seobg3.png) no-repeat center / cover;
  height: 2821.75px;
  display: flex;
  align-items: end;
  padding-bottom: 18rem;
}

.seo_sec4 {
  background: url(../images/seobg4.png) no-repeat center / cover;
  height: 3088.75px;
  display: flex;
  align-items: end;
  padding-bottom: 18rem;
  margin-top: -9.5rem;
}

.seo_sec5 {
  background: url(../images/seobg5.png) no-repeat center / cover;
  height: 3088.75px;
  display: flex;
  align-items: end;
  padding-bottom: 18rem;
  margin-top: -29rem;
}

.seo_sec6 {
  background: url(../images/seobg6.png) no-repeat center / cover;
  height: 3088.75px;
  display: flex;
  align-items: end;
  padding-bottom: 18rem;
  margin-top: -23.6rem;
}

/* website disign */
.web_sec1 {
  display: flex;
  align-items: end;
}

.web_sec2 {
  background: url(../images/seobg1.png) no-repeat center / cover;
  height: 2513.75px;
  display: flex;
  align-items: end;
  padding-bottom: 21rem;
  margin-top: -20rem;
}

/* Brand section */

.brand_sec {
  display: flex;
  align-items: end;
  padding: 0;
}

.brand_sec1 {
  background: url(../images/brand-bg1.png) no-repeat center / cover;
  height: 4088.75px;
  display: flex;
  align-items: end;
  padding-bottom: 21rem;
  margin-top: -14rem;
}

.brand_sec2 {
  background: url(../images/brand-bg2.png) no-repeat center / cover;
  height: 4088.75px;
  display: flex;
  align-items: end;
  padding-bottom: 20rem;
  margin-top: -33rem;
}

.brand_sec3 {
  background: url(../images/brand-bg3.png) no-repeat center / cover;
  height: 4088.75px;
  display: flex;
  align-items: end;
  padding-bottom: 20rem;
  margin-top: -38.3rem;
}

.brand_sec4 {
  background: url(../images/brand-bg4.png) no-repeat center / cover;
  height: 4088.75px;
  display: flex;
  align-items: end;
  padding-bottom: 20rem;
  margin-top: -32.6rem;
}

.brand_sec5 {
  background: url(../images/brand-bg5.png) no-repeat center / cover;
  height: 4088.75px;
  display: flex;
  align-items: end;
  padding-bottom: 20rem;
  margin-top: -33.2rem;
}

/* digital pages */

.digital_sec1 {
  display: flex;
  align-items: end;
}

.digital_sec1 {
  background: url(../images/digital-bg1.png) no-repeat center / cover;
  height: 4088.75px;
  display: flex;
  align-items: end;
  padding-bottom: 20rem;
  margin-top: -24rem;
}

.digital_sec2 {
  background: url(../images/digital-bg2.png) no-repeat center / cover;
  height: 3648.75px;
  display: flex;
  align-items: end;
  padding-bottom: 20rem;
  padding-top: 0;
  margin-top: -31rem;
}

.digital_sec3 {
  background: url(../images/digital-bg3.png) no-repeat center / cover;
  height: 3318.75px;
  display: flex;
  align-items: end;
  padding: 0;
  padding-bottom: 20rem;
  margin-top: -14.2rem;
}

.digital_sec4 {
  background: url(../images/digital-bg4.png) no-repeat center / cover;
  height: 3339.75px;
  display: flex;
  align-items: end;
  padding: 0;
  padding-bottom: 20rem;
  margin-top: -26.7rem;
}

.digital_sec5 {
  background: url(../images/digital-bg5.png) no-repeat center / cover;
  height: 2958.75px;
  display: flex;
  align-items: end;
  padding: 0;
  margin-top: -13rem;
  padding-bottom: 20rem;
}

.digital_sec6 {
  background: url(../images/digital-bg6.png) no-repeat center / cover;
  height: 2934.75px;
  display: flex;
  align-items: end;
  padding-bottom: 20rem;
  margin-top: -17rem;
}

.digital_sec6 {
  display: flex;
  align-items: end;
}

.copy_sec {
  display: flex;
  align-items: end;
  padding: 0;
}

.copy_sec1 {
  background: url(../images/copy-bg1.png) no-repeat center / cover;
  height: 2934.75px;
  display: flex;
  align-items: end;
  padding-bottom: 20rem;
  margin-top: -6rem;
}

.copy_sec2 {
  background: url(../images/copy-bg2.png) no-repeat center / cover;
  height: 2934.75px;
  display: flex;
  align-items: end;
  padding-bottom: 20rem;
  margin-top: -21rem;
}

.copy_sec3 {
  background: url(../images/copy-bg3.png) no-repeat center / cover;
  height: 2741.75px;
  display: flex;
  align-items: end;
  padding-bottom: 20rem;
  margin-top: -27rem;
}

.copy_sec4 {
  background: url(../images/copy-bg4.png) no-repeat center / cover;
  height: 2639.75px;
  display: flex;
  align-items: end;
  padding-bottom: 34rem;
  position: relative;
  margin-top: -23rem;
  z-index: -1;
}

.copy_sec5 {
  margin-top: -19rem;
  background: url(../images/copy-bg5.png) no-repeat center / cover;
  height: 2398.75px;
  display: flex;
  align-items: end;
  padding-bottom: 20rem;
}

.copy_sec6 {
  margin-top: -13rem;
  background: url(../images/copy-bg6.png) no-repeat center / cover;
  height: 2746.75px;
  display: flex;
  align-items: end;
  padding-bottom: 20rem;
}

.copy_sec7 {
  background: url(../images/copy-bg7.png) no-repeat center / cover;
  height: 2498.75px;
  display: flex;
  align-items: end;
  padding-bottom: 20rem;
  margin-top: -19rem;
}

.copy_sec8 {
  margin-top: -25rem;
  background: url(../images/copy-bg8.png) no-repeat center / cover;
  height: 3180.75px;
  display: flex;
  align-items: end;
  padding-bottom: 29rem;
}

.copy_sec9 {
  background: url(../images/copy-bg9.png) no-repeat center / cover;
  height: 3180.75px;
  display: flex;
  align-items: end;
  /* padding-top: 34rem; */
  padding-bottom: 21rem;
  /* margin-top: 10rem; */
  margin-top: -29.9rem;
}

.copy_sec10 {
  margin-top: -25rem;
  background: url(../images/copy-bg10.png) no-repeat center / cover;
  height: 2763.75px;
  display: flex;
  align-items: end;
  position: relative;
  z-index: -1;
}

.copy_sec11 {
  display: flex;
  align-items: end;
}

.market_sec {
  display: flex;
  align-items: end;
  padding-bottom: 0;
}

section.market_sec2 .seo_content h2 {
  font-size: 88px;
}

.market_sec1 {
  background: url(../images/market-bg1.png) no-repeat center / cover;
  height: 4141.75px;
  display: flex;
  align-items: end;
  padding: 0;
  margin-top: -17rem;
  padding-bottom: 21rem;
}

.market_sec2 {
  background: url(../images/market-bg2.png) no-repeat center / cover;
  height: 4208.75px;
  display: flex;
  align-items: end;
  padding-top: 0rem;
  padding-bottom: 21rem;
  margin-top: -33rem;
}

.market_sec3 {
  background: url(../images/market-bg3.png) no-repeat center / cover;
  height: 4141.75px;
  display: flex;
  align-items: end;
  /* padding-top: 34rem; */
  margin-bottom: -16rem;
  padding-bottom: 21rem;
  margin-top: -38.9rem;
  /* margin-top: 10rem; */
}

.market_sec4 {
  background: url(../images/market-bg4.png) no-repeat center / cover;
  height: 4141.75px;
  display: flex;
  align-items: end;
  /* padding-top: 34rem; */
  margin-bottom: 20rem;
  margin-top: -53rem;
  padding-bottom: 21rem;
  /* margin-top: 10rem; */
}

.animation_sec {
  display: flex;
  align-items: end;
}

.animation_sec1 {
  background: url(../images/animation-bg1.png) no-repeat center / cover;
  height: 2631.75px;
  display: flex;
  align-items: end;
  padding-bottom: 21rem;
}

.animation_sec2 {
  background: url(../images/animation-bg2.png) no-repeat center / cover;
  height: 2763.75px;
  display: flex;
  align-items: end;
  /* padding-top: 34rem; */
  padding-bottom: 21rem;
  /* margin-top: 10rem; */
  margin-top: -19rem;
}

.animation_sec3 {
  background: url(../images/animation-bg3.png) no-repeat center / cover;
  height: 3608.75px;
  display: flex;
  align-items: end;
  padding-bottom: 21rem;
  margin-top: -32rem;
}

.animation_sec4 {
  background: url(../images/animation-bg4.png) no-repeat center / cover;
  height: 3057.75px;
  display: flex;
  align-items: end;
  padding-bottom: 21rem;
  margin-top: -26.8rem;
}

.animation_sec5 {
  background: url(../images/animation-bg5.png) no-repeat center / cover;
  height: 3608.75px;
  display: flex;
  align-items: end;
  padding-bottom: 21rem;
  margin-top: -31.5rem;
}

/* Mobile app section */

.mobo_sec1 {
  display: flex;
  align-items: end;
}

.mobo_sec2 {
  background: url(../images/animation-bg6.png) no-repeat center / cover;
  height: 3608.75px;
  display: flex;
  align-items: end;
  padding-bottom: 21rem;
  /* margin-top: 10rem; */
  margin-top: -21rem;
}

.mobo_sec3 {
  background: url(../images/animation-bg7.png) no-repeat center / cover;
  height: 3608.75px;
  display: flex;
  align-items: end;
  padding-bottom: 21rem;
  margin-top: -15rem;
}

.mobo_sec4 {
  background: url(../images/animation-bg8.png) no-repeat center / cover;
  height: 3608.75px;
  display: flex;
  align-items: end;
  padding-bottom: 21rem;
  margin-top: -33.9rem;
}

.mobo_sec5 {
  background: url(../images/animation-bg9.png) no-repeat center / cover;
  height: 3608.75px;
  display: flex;
  align-items: end;
  padding-bottom: 21rem;
  margin-top: -29rem;
}

.mobo_sec6 {
  background: url(../images/animation-bg10.png) no-repeat center / cover;
  height: 3608.75px;
  display: flex;
  align-items: end;
  padding-bottom: 21rem;
  margin-top: -33.9rem;
}

.mobo_sec7 {
  background: url(../images/animation-bg11.png) no-repeat center / cover;
  height: 3090.75px;
  display: flex;
  align-items: end;
  margin-top: -27rem;
  padding-bottom: 21rem;
}

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

.midwrap.form-group form input {
  background: #e7e7e7;
  border: 0;
  padding: 25px 20px;
  border-radius: 44px;
  outline: unset;
}

.main-img img {
  transform: rotate(8deg);
}

.mainwraps {
  margin-top: 6rem;
}

.end-content {
  padding-bottom: 23rem;
  margin-top: -4rem;
}

.companyreview .marquee span {
  font-size: 500px;
}

.meinfvd {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.wording .mainHead {
  font-size: 120px;
  text-align: center;
}

.portfolio-item-link {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  background: no-repeat 50% 0%/cover #aaaaaa;
  border-bottom: 1px solid #eee;
  transition: 3s ease;
}

.portfolio-item-link:hover {
  background-position: 50% 100%;
  transition: 5s ease;
}

.portfolio-item-link:hover .portfolio-item-eye {
  opacity: 1;
}

.portfolio-item-link:hover .portfolio-item-gradient {
  opacity: 1;
}

.portfolio-item-link-1 {
  background-image: url("../images/p-1.webp");
}

.portfolio-item-link-2 {
  background-image: url("../images/p-2.webp");
}

.portfolio-item-link-3 {
  background-image: url("../images/p-9.webp");
}

.portfolio-item-link-4 {
  background-image: url("../images/p-4.webp");
}

.portfolio-item-link-5 {
  background-image: url("../images/p-5.webp");
}

.portfolio-item-link-6 {
  background-image: url("../images/p-6.webp");
}

.portfolio-item-link-7 {
  background-image: url("../images/p-7.webp");
}

.portfolio-item-link-8 {
  background-image: url("../images/p-8.webp");
}


.portfolio-item-eye {
  position: absolute;
  z-index: 10;
  text-align: center;
  padding-top: 30px;
  padding-left: 30px;
  opacity: 0;
}

.portfolio-item-eye img {
  width: 50px;
}

.portfolio-item-gradient {
  width: 100%;
  height: 400px;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
}

.portfolio-item-description {
  padding: 20px 40px;
}

.portfolio-item-description-title {
  margin-bottom: 15px;
  font-size: 16px;
}

.portfolio-item-description-text {
  font-size: 12px;
  margin-bottom: 15px;
}

.portfolio-item-description-link {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
}

.portfolio-item-description-link:hover {
  border-bottom-color: #adadad;
  background-color: #ebebeb;
}

.portfolio_heading {
  font-size: 90px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--primary);
  text-align: center;
  line-height: 1.1;
  margin-bottom: 20px;
}

.portfolio-section .mainHead {
  font-size: 100px;
}

.portfolio-section {
  padding: 1rem 0rem;
}

.main-image-content {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0px 15px 20px rgb(0 0 0 / 28%);
  border-radius: 30px;
}

.main-gradient-card p {
  height: 125px;
}

.seudn {
  box-shadow: none !important;
}

/* .navbar-brand img {
  width: 277px;
  filter: brightness(4.5) invert(0);
} */

.seo_content p span {
  font-weight: bold;
}

.seo_content p strong {
  color: var(--primary);
}

.new-section {
  background-color: #000;
  margin: 4rem 0rem;
  clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 96%);
  padding: 10rem 0;

}