@import url("https://fonts.googleapis.com/css2?family=Inclusive+Sans:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  list-style: none;
}

a,
span {
  display: inline-block;
  text-decoration: none;
  transition: all 0.6s ease-in-out;
}

ul {
  padding: 0px;
  margin: 0px;
}

img {
  width: 100%;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

:root {
  --f1: "Inclusive Sans", sans-serif;
  --f2: "Inter", sans-serif;
  --f3: "Outfit", sans-serif;
  --c1: #ea1fbf;
  --c2: #ffffff;
  --c3: #000000;
  --c5: linear-gradient(95deg, #ea1fbf 0%, #ab3fc1 100%);
  --c6: linear-gradient(90deg, #ea1fbf 0%, #84116c 100%);
}

.wrapper {
  overflow: hidden;
  position: relative;
  opacity: 0;
  visibility: hidden;
}
.wrapper::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #73737387;
  left: 200px;
  top: 0;
  z-index: 99999;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #c1c1c133;
}

::-webkit-scrollbar-thumb {
  background: var(--c1);
  border-radius: 0;
}

body {
  background-color: var(--c3);
  font-family: var(--f1);
  color: var(--c2);
}
.spacing {
  padding: 100px 0px;
  position: relative;
}

/* WHATSUP */
.whatsapp-chat {
  position: fixed;
  bottom: 3%;
  left: 2%;
  box-shadow: 0px 0px 9px -4px;
  z-index: 99999;
}
.whatsapp-chat a {
  font-size: 35px;
  color: #fff;
  padding: 4px 14px;
  border-radius: 8px;
  background-color: #3ed53e;
}
.whatsapp-chat {
  animation: ring 6s 0.7s ease-in-out infinite;
  transform-origin: 50% 4px;
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(10deg);
  }
  3% {
    transform: rotate(-18deg);
  }
  5% {
    transform: rotate(14deg);
  }
  7% {
    transform: rotate(-12deg);
  }
  9% {
    transform: rotate(10deg);
  }
  11% {
    transform: rotate(-18deg);
  }
  13% {
    transform: rotate(16deg);
  }
  15% {
    transform: rotate(-14deg);
  }
  17% {
    transform: rotate(12deg);
  }
  19% {
    transform: rotate(-10deg);
  }
  21% {
    transform: rotate(8deg);
  }
  23% {
    transform: rotate(-6deg);
  }
  25% {
    transform: rotate(4deg);
  }
  27% {
    transform: rotate(-2deg);
  }
  29% {
    transform: rotate(5deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}

.overlay {
  position: relative;
}
.overlay::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000000b8;
  z-index: 0;
}
/* cursor */

.cursor1 {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 1px solid var(--c1);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.15s;
  transition: 0.15s;
  z-index: 9999999999;
  mix-blend-mode: difference;
}
.cursor2 {
  position: fixed;
  width: 8px;
  height: 8px;
  background-color: var(--c1);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 999999999;
  mix-blend-mode: difference;
}

/* WEB_BTN */
.btn-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 70px;
  fill: #ea1fbf;
  transition: opacity 0.4s ease;
  z-index: 0;
  pointer-events: none;
}

/* WEB_BTN02 */
a.web-btn02 {
  border: 1px solid var(--c1);
  padding: 8px 30px;
  font-size: 14px;
  color: var(--c2);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

a.web-btn02:hover::before {
  width: 100%;
  left: 0;
  right: unset;
  background-color: var(--c1);
}
a.web-btn02::before {
  width: 0%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  transition: all 0.7s;
  z-index: -1;
}
h2.web-title {
  font-size: 64px;
  margin-bottom: 30px;
  line-height: 1.1;
  font-weight: 400;
  position: relative;
}

h6.web-title {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 12px;
}

h1.web-title {
  font-size: 64px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
}

p {
  font-size: 18px;
  font-family: var(--f2);
  line-height: 1.3;
  margin-bottom: 0;
}
/* Header */
.header {
  position: fixed;
  left: 0;
  top: 30px;
  width: 100%;
  z-index: 99;
  transition: all 0.5s ease-in-out;
}
/* Sticky state */
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--c3); /* optional */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* optional */
  padding: 10px 0px;
  z-index: 99999;
}
.site-logo a {
  width: 40%;
}
.ham-menu-btn a span {
  width: 32px;
  height: 2px;
  background-color: var(--c2);
}
.ham-menu-btn a span:nth-child(2) {
  width: 26px;
}
.ham-menu-btn a:hover span:nth-child(2) {
  width: 32px;
}
.ham-menu-btn a {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.header-info .item {
  text-align: right;
}
.header-info .item a {
  font-size: 18px;
  color: var(--c2);
  font-family: var(--f1);
  position: relative;
  margin-bottom: 12px;
}

.header-info .item a::before {
  width: 100%;
  height: 1px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-color: var(--c2);
  transition: all 0.7s;
  z-index: 2;
}
.header-info .item a:hover::before {
  width: 0%;
  right: 0;
  left: unset;
  background-color: var(--c1);
}
.header-info .item a:hover {
  color: var(--c1);
}

/* BANNER CSS */
.banner {
  position: relative;
  height: 900px;
  overflow: hidden;
}

.banner-image {
  height: 100%;
}

.banner-image img {
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.banner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 99;
}

.banner-btn {
  margin-top: 40px;
}
.banner-content h1.web-title::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -26px;
  width: 400px;
  height: 40px;
  background-image: url(../Images/Landing/banner-Vector.png);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}
/* section-marquee */

.marquee-slider .marquee {
  overflow: hidden;
  position: relative;
  height: 75px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.marquee-slider .marquee--inner {
  display: block;
  width: 200%;
  position: absolute;
  animation: marquee 20s linear infinite;
  display: flex;
}
.marquee-slider .marquee--inner:hover {
  animation-play-state: paused;
}
.marquee-slider .slider-left-right {
  transition: all 0.7s;
  background: var(--c5);
  color: var(--c2);
  position: relative;
  z-index: 2;
}
.marquee-slider .marquee span {
  color: var(--c2);
  word-spacing: 70px;
  transition: all 0.7s;
  font-size: 20px;
  font-style: italic;
  text-transform: uppercase;
}
.marquee-slider .slider-left-right:hover .marquee span {
  color: #fff;
}
.marquee-slider .slider-left-right:hover {
  background: #111;
}

.marquee--inner > span div span:after {
  position: absolute;
  top: 30%;
  right: -72px;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.marquee-slider .marquee span {
  margin: 0 15px;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marquee-right {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
/* ABOUT CSS */
.about-content h2.web-title::after {
  position: absolute;
  right: 0px;
  bottom: -50px;
  content: "MATRIX";
  z-index: -1;
  font-size: 114px;
  color: transparent;
  -webkit-text-stroke: 1.5px #3d3d3d; /* gradient color match */
  opacity: 0.3; /* subtle look */
}
.about-image {
  position: relative;
  overflow: hidden;
}
.about-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000000 8%, transparent 16%);
  pointer-events: none;
  z-index: 99;
}
.about-image::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000000 12%, transparent 25%);
  pointer-events: none;
  z-index: 99;
}
.about-btn {
  margin-top: -60px;
  display: flex;
  justify-content: right;
}

/* SERVICES CSS */

.text h2.web-title {
  color: transparent;
  -webkit-text-stroke: 1.5px #ffffff;
  opacity: 0.3;
  transition: all 0.5s ease-in-out;
  margin-bottom: 20px;
  margin-top: 20px;
  display: inline-block;
}
.services-item {
  margin-top: 60px;
}
.service-item {
  border-bottom: 1px solid #3d3d3d;
  position: relative;
  text-align: center;
}
li.service-item.website .hover-img:hover img {
  object-position: bottom;
}
li.service-item.website .hover-img {
  width: 300px;
}
li.service-item.website .hover-img img {
  height: 550px;
  object-fit: cover;
  object-position: top;
  transition: all 3s;
}
.hover-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
  pointer-events: none;
}

.hover-img img {
  width: 200px;
  height: auto;
  display: block;
}

.hover-img {
  pointer-events: none;
}

.service-item.active .hover-img {
  pointer-events: auto;
}
/* LEFT */
.hover-img.left {
  left: -400px;
}

/* RIGHT */
.hover-img.right {
  right: -400px;
}

/* ACTIVE STATE */
.service-item.active .hover-img {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.service-item.active .hover-img.left {
  left: -200px;
}

.service-item.active .hover-img.right {
  right: -280px;
}

.service-item:hover .hover-img {
  opacity: 1;
}
.service-item:hover h2.web-title {
  color: #fff;
  -webkit-text-stroke: 1px #fff;
  opacity: 1;
}
.services-item ul li.service-item:last-child {
  border: unset;
}
.hover-video {
  width: 220px;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
/* PRICING SECTION */
.portfolio-btns ul li button,
.graph-btns ul li a {
  font-weight: 400;
  font-size: 18px;
  color: #737373;
  padding: 12px 30px;
  border: 0 !important;
  border-radius: 6px !important;
  transition: all 0.5s;
}

.portfolio-btns ul li button.active,
.graph-btns ul li.active a {
  background: var(--c5) !important;
  color: var(--c5) !important;
  border-color: var(--c3) !important;
}

.portfolio-btns ul li button:hover,
.graph-btns ul li a:hover {
  background: var(--c5);
  color: var(--c4);
}

.portfolio-btns ul {
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  background: var(--c3);
  border: unset;
  padding: 50px 0px;
  align-items: center;
}

.container-fluid.spacing {
  background: #121212;
  overflow: visible; /* box-shadow dikhane ke liye */
}

.package-item {
  background: #6c3660;
  padding: 15px 0px 0px;
  border-radius: 4px;
  transition: all 0.3s ease;
  opacity: 0.5; /* non-active slides thode transparent */
}

.swiper-slide-active .package-item {
  opacity: 1;
  box-shadow: 0px 0px 50px var(--c1);
  background: var(--c5);
}

/* Hover effect */
.package-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.pack-batch {
  text-align: center;
  font-size: 22px;
  background: #000000a6;
  padding: 10px 0px;
  border-radius: 4px;
}

.icon {
  width: 35px;
  height: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.package-header {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}

span.statup {
  font-size: 14px;
  font-weight: 500;
}

.pricing > span {
  font-weight: bold;
  font-size: 30px;
}

.pricing .item h5 {
  font-size: 106px;
  font-weight: 600;
  line-height: 1;
}

.pricing > del {
  font-size: 24px;
}

span.basic {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: -10px;
}

.pricing .item {
  display: flex;
  align-items: end;
  margin: 0;
  gap: 0px;
  margin-top: -20px;
}

.pricing .item del {
  font-size: 22px;
}

.package-list {
  padding-left: 40px;
  margin-top: 10px;
}

.package-list ul li {
  font-size: 15px;
  position: relative;
  padding-left: 21px;
  color: #d5d5d5;
}

.package-list ul li::after {
  position: absolute;
  content: "\f336";
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  color: var(--c3);
}

.package-list ul {
  height: 170px;
  overflow-y: auto;
  margin-bottom: 10px;
}

.package-btn a {
  display: block;
  text-align: center;
  border: unset;
  padding: 12px;
  color: var(--c1);
  text-transform: uppercase;
  font-weight: bold;
  background: var(--c2);
}

/* Slider container */
.packages-slider {
  position: relative;
  padding: 70px 0px 70px 20px;
}

/* Swiper navigation buttons */
.swiper-nav {
  position: absolute;
  bottom: 20px;
  right: 50px;
  display: flex;
  gap: 10px;
  z-index: 99999;
}

.swiper-button-prev,
.swiper-button-next {
  color: var(--c1);
  cursor: pointer;
  font-size: 32px;
  user-select: none; /* text selection hatane ke liye */
  background: transparent;
  width: auto;
  height: auto;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #ff6b6b;
  transform: scale(1.1);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  left: 20px;
  position: relative;
}

.swiper-button-next {
  left: 50px;
  position: relative;
}

.container-fluid.spacing.about-image::after {
  background: linear-gradient(to top, #000000 4%, transparent 13%);
}

/* Pricing slider - progressive scale effect */
.packages-slider .swiper-slide {
  transition:
    transform 0.5s ease,
    opacity 0.5s ease;
  transform: scale(0.85); /* default thoda chhota */
}

.packages-slider .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}

.packages-slider .swiper-slide-next {
  transform: scale(0.95);
}

.packages-slider .swiper-slide-next + .swiper-slide {
  transform: scale(0.9);
}

.packages-slider .swiper-slide-prev {
  transform: scale(0.95);
}

.packages-slider .swiper-slide-prev + .swiper-slide-prev {
  transform: scale(0.9);
}

/* WORK CSS */
.counter-item h2 {
  font-size: 96px;
  margin-bottom: 10px;
}

.counter-item {
  text-align: center;
  position: relative;
  padding: 60px 120px;
  overflow: hidden;
}
.work-about .col-lg-4 {
  border-left: 1px solid #484848;
}
.work-about .row .col-lg-4:first-child {
  border-left: unset;
}
.work-about {
  border-top: 1px solid #484848;
  border-bottom: 1px solid #484848;
}
.counter-item h3 {
  font-weight: 300;
  font-size: 36px;
  color: var(--c5);
  line-height: 1.2;
}
.work-head {
  margin-bottom: 70px;
}
/* TESTIMONAIL CSS */
.profile.two .img {
  width: 400px;
  height: 280px;
  overflow: hidden;
}
.profile {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.profile.four .img {
  width: 550px;
  height: 600px;
  margin: 0 auto;
}

.profile.one .img {
  width: 420px;
  height: 550px;
}

.profile .img img {
  height: 100%;
  object-fit: cover;
}
.profile .img {
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
}
.profile.four {
  width: 100%;
}
.profile.two.add {
  margin-left: 90px;
  margin-bottom: 240px;
}
/* CONTACT US */
h3.web-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  font-family: var(--f3);
  margin-bottom: 20px;
}

.with-us-item input,
.with-us-item textarea {
  outline: 0;
  font-family: var(--f3);
  font-weight: 300;
  height: 50px;
  border: 1px solid var(--c1);
  width: 100%;
  transition: all 0.5s;
  color: var(--c2);
  background: unset;
  padding: 10px;
}
.with-us-item textarea {
  height: 150px;
}
.with-us-item-main form .row {
  row-gap: 20px;
}
.contact-form {
  margin-top: 40px;
}
.with-us-item input::placeholder,
.with-us-item textarea::placeholder {
  color: var(--c2);
}
.with-us-btn button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../Images/Landing/submit.png);
  left: 0;
  top: -15px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.7s;
  z-index: -1;
}
.with-us-btn button:hover::after {
  width: 0%;
  right: 0;
  left: unset;
}
.with-us-btn button {
  background: var(--c3);
  color: var(--c2);
  border: unset;
  position: relative;
}

/* FOOTER */
.footer {
  position: relative;
}

.footer .site-logo a {
  width: 70%;
  margin-bottom: 30px;
}

.footer .row {
  background: black;
  padding-top: 120px;
}

.info-item > span {
  font-size: 20px;
  margin-bottom: 41px;
}
.site-logo p {
  margin-right: 180px;
}
.info-item ul li a {
  font-size: 18px;
  color: var(--c2);
  margin-bottom: 2px;
}
.location-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.location-item span {
  font-size: 20px;
}
.location-item p,
.location-item a {
  color: var(--c1);
}
.trusted-by {
  display: flex;
  margin-top: 70px;
  gap: 40px;
}
.footer-bottom {
  border-top: 1px solid #73737373;
}
.suppor-center {
  position: absolute;
  left: 20px;
  bottom: 140px;
  transform: rotate(270deg);
  color: #737373;
}
.footer-bottom span {
  padding: 20px 0px 50px;
}
.suppor-center span {
  position: relative;
}

.suppor-center span::after {
  position: absolute;
  left: 10px;
  top: -80px;
  width: 40px;
  background: var(--c3);
  height: 205px;
  content: "";
  z-index: -1;
}
.info-item ul li a:hover {
  color: var(--c1);
}
.site-logo a img:hover,
.offcanvas__logo a img:hover {
  filter: drop-shadow(0 0px 30px var(--c1));
}
/* WhatsApp hover */
.whatsapp-chat a {
  transition: all 0.3s ease;
}
.whatsapp-chat a:hover {
  transform: scale(1.1);
  background-color: #25d366;
  box-shadow: 0 0 15px #25d366;
}

/* Scroll Progress Bar */
.scroll-progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0);
  z-index: 99999999999999999999999;
  overflow: hidden;
}
.scroll-progress-bar {
  width: 0%;
  height: 100%;
  background: var(--c1);
  transition: width 0.05s linear;
  box-shadow: 0 0 8px var(--c1);
}

.menu_hover {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.menu-hover-wrapper {
  display: inline-block;
  position: relative;
}

.menu-hover-top,
.menu-hover-bottom {
  display: flex;
}

.menu-hover-top span,
.menu-hover-bottom span {
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.4, 1);
  transition-delay: calc(var(--i) * 0.03s); /* 🔥 stagger */
}

/* bottom hidden */
.menu-hover-bottom {
  position: absolute;
  top: 0;
  left: 0;
}

.menu-hover-bottom span {
  transform: translateY(100%);
}

/* HOVER */
.menu_hover:hover .menu-hover-top span {
  transform: translateY(-100%);
}

.menu_hover:hover .menu-hover-bottom span {
  transform: translateY(0%);
}

nav.offcanvas__menu ul li ul li a span.menu-hover-bottom {
  margin-top: 20px;
}

nav.offcanvas__menu ul li ul li a.menu_hover:hover span.menu-hover-bottom {
  margin-top: 0px;
}

nav.offcanvas__menu ul li ul li a.menu_hover:hover span.menu-hover-top {
  opacity: 0;
  overflow: hidden;
}

#Reviews h2.web-title.title-anim > div {
  text-align: center !important;
}

.button.modal-trigger-2 {
  margin-left: 140px;
  text-align: center;
}
.button.modal-trigger-4 .testimonial__img.b-left {
  width: 500px;
  height: 600px;
}

.button.modal-trigger-4 .testimonial__img.b-left img {
  height: 100%;
  object-fit: cover;
}

.testimonial__item.item-4.img- {
  margin: 0 auto;
  text-align: center;
}

[data-aos] {
  will-change: transform, opacity;
}

.banner-image img {
  transform: scale(1.1);
  transition: transform 1.5s ease;
}

[data-aos="zoom-out"].aos-animate img {
  transform: scale(1);
}
.nav-tabs .nav-item {
  transform: translateX(-30px);
  opacity: 0;
  transition: all 0.5s ease;
}

.nav-tabs .nav-item.aos-animate {
  transform: translateX(0);
  opacity: 1;
}

/* line-shape-css */

.line-shape-img {
  position: absolute;
  width: 450px;
  z-index: -2;
}
.line-shape-img.one {
  top: -150px;
  right: -80px;
}
.line-shape-img.two {
  bottom: -130px;
  left: -180px;
}
.line-shape-img.thre {
  position: absolute;
  width: 100%;
  z-index: -2;
  height: 100%;
  opacity: 0.1;
  top: 0;
  filter: brightness(0.4);
}

.solution__shape img {
  width: max-content;
  z-index: 0;
  height: min-content;
}

.service__area-6 .line-shape-img.one {
  top: -300px;
  right: -60px;
  z-index: 9;
}
.faq__list-6 .accordion-item {
  background: unset;
  border-bottom: 1px solid #242424;
}

@media only screen and (min-width: 100px) and (max-width: 1399px) {
  h1.web-title {
    font-size: 52px;
  }
  h6.web-title {
    font-size: 18px;
  }
  .header-info .item a {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .site-logo a {
    width: 35%;
  }
  .banner {
    height: 800px;
  }
  .marquee-slider .marquee {
    height: 60px;
  }
  .marquee-slider .marquee span {
    margin: 0 10px;
  }
  .marquee-slider .marquee span {
    font-size: 18px;
  }
  .offcanvas__search a {
    gap: 20px;
  }
  .offcanvas__search {
    padding: 7px 10px;
  }
  h2.web-title {
    font-size: 56px;
  }
  p {
    font-size: 17px;
  }
  .wc-btn-primary,
  .wc-btn-black,
  .wc-btn-light,
  .wc-btn-pink,
  .wc-btn-secondary {
    width: 150px;
    height: 150px;
    font-size: 15px;
  }
  .spacing {
    padding: 80px 0px;
  }
  .portfolio-btns ul li button,
  .graph-btns ul li a {
    font-size: 17px;
    padding: 10px 20px;
  }
  .portfolio-btns ul {
    gap: 8px;
    padding: 40px 0px;
  }
  .package-item {
    padding: 10px 0px 0px;
  }
  .pack-batch {
    font-size: 20px;
    padding: 8px 0px;
  }
  .package-header {
    padding-left: 30px;
  }
  .package-list {
    padding-left: 30px;
    margin-top: 20px;
  }
  .pb-140 {
    padding-bottom: 80px;
  }
  .counter-item {
    padding: 30px 0px;
  }
  h6.web-title {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 12px;
  }
  .button.modal-trigger-4 .testimonial__img.b-left {
    width: 450px;
    height: 500px;
  }
  h3.web-title {
    font-size: 40px;
  }
  .wrapper::after {
    left: 110px;
  }
  .pricing .item h5 {
    font-size: 102px;
  }
  .package-list ul {
    height: 150px;
  }
}
/* ========== 1199px and below ========== */
@media only screen and (min-width: 100px) and (max-width: 1199px) {
  .header {
    top: 10px;
  }
  .wrapper::after {
    left: 80px; /* line thoda left */
  }
  .banner {
    height: 700px;
  }
  h1.web-title {
    font-size: 44px;
  }
  h2.web-title {
    font-size: 42px;
  }
  .banner-content h1.web-title::after {
    width: 300px;
    bottom: -20px;
  }
  .about-content h2.web-title::after {
    font-size: 80px;
    bottom: -30px;
  }
  .portfolio-btns ul li button,
  .graph-btns ul li a {
    font-size: 16px;
    padding: 8px 16px;
  }
  .package-item {
    padding: 10px 0px 0px;
  }
  .pricing .item h5 {
    font-size: 80px;
  }
  .counter-item h2 {
    font-size: 70px;
  }
  .counter-item h3 {
    font-size: 28px;
  }
  .profile .img {
    width: 100% !important;
    height: auto !important;
  }
  .profile.two.add {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .button.modal-trigger-4 .testimonial__img.b-left {
    width: 100%;
    height: auto;
  }
  .footer .site-logo a {
    width: 50%;
  }
  .site-logo p {
    margin-right: 0;
  }
  .trusted-by {
    gap: 20px;
  }
  .footer__top {
    bottom: 110px;
    width: 50%;
    right: 0px;
  }

  .footer-bottom span {
    padding: 10px 0px 30px;
  }
  .button.modal-trigger-2 {
    margin-left: 0px;
  }
  .info-item > span {
    margin-bottom: 31px;
  }
  .location-item {
    gap: 8px;
    margin-bottom: 15px;
  }
}

/* ========== 991px and below (tablet) ========== */
@media only screen and (min-width: 100px) and (max-width: 991px) {
  .wrapper::after {
    display: none; /* side line hatao */
  }
  .site-logo a {
    width: 45%;
  }
  .text h2.web-title {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .header-info .item a {
    font-size: 14px;
  }
  .banner {
    height: 800px;
  }
  h1.web-title {
    font-size: 40px;
  }
  h2.web-title {
    font-size: 40px;
  }
  .banner-content h1.web-title::after {
    width: 250px;
    background-size: contain;
    bottom: -15px;
  }
  .about-content h2.web-title::after {
    font-size: 60px;
    bottom: -20px;
  }
  .spacing {
    padding: 60px 0px;
  }
  .services-item {
    margin-top: 40px;
  }
  .service-item.active .hover-img.left {
    left: -100px;
  }
  .service-item.active .hover-img.right {
    right: -100px;
  }
  .hover-img img {
    width: 150px;
  }
  .portfolio-btns ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px;
    padding: 20px 10px;
  }
  .portfolio-btns ul li button {
    font-size: 14px;
    padding: 6px 12px;
  }
  .packages-slider {
    padding: 40px 0px 46px 20px;
  }
  .package-list ul {
    height: 140px;
  }
  .pricing .item h5 {
    font-size: 70px;
  }
  .counter-item {
    padding: 20px 0px;
  }
  .counter-item h2 {
    font-size: 50px;
  }
  .counter-item h3 {
    font-size: 24px;
  }
  .work-about .col-lg-4 {
    padding: 20px 0;
  }
  .work-about .row .col-lg-4:last-child {
    border-bottom: none;
  }
  .profile.one .img,
  .profile.two .img,
  .profile.four .img {
    width: 100%;
    height: auto;
  }
  .profile.two.add {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .with-us-item input {
    height: 45px;
  }
  .footer .site-logo a {
    width: 40%;
  }
  .footer .row {
    padding-top: 30px;
  }
  .trusted-by {
    justify-content: center;
  }
  .offcanvas__mid {
    margin-top: 60px;
  }
  nav.offcanvas__menu ul li a {
    font-size: 40px !important;
    padding: 5px 0 5px 30px;
  }
  .offcanvas__menu ul ul li a {
    font-size: 18px !important;
    padding-left: 50px !important;
  }
  .about-bottom-text {
    margin-top: 40px;
  }
  .about-btn {
    margin-top: -40px;
  }
  .offcanvas__search {
    display: none;
  }
  .offcanvas__close button {
    font-size: 25px;
    width: 50px;
    height: 50px;
  }
  .portfolio-btns {
    margin-top: 70px;
  }
  .row_bottom {
    margin-top: 400px;
  }
  .footer__top {
    display: none;
  }
}

/* ========== 767px and below (mobile landscape) ========== */
@media only screen and (min-width: 100px) and (max-width: 767px) {
  .header .site-logo a {
    width: 50%;
  }
  .header-info {
    display: none !important; /* right side contact hide on mobile */
  }
  .banner {
    height: 500px;
  }
  h1.web-title {
    font-size: 32px;
  }
  h2.web-title {
    font-size: 32px;
  }
  h6.web-title {
    font-size: 16px;
  }
  .banner-content h1.web-title::after {
    width: 200px;
    bottom: -10px;
  }
  .about-content h2.web-title::after {
    font-size: 40px;
    bottom: -10px;
  }
  .about-btn {
    margin-top: -30px;
    justify-content: center;
  }
  .services-item ul li.service-item {
    text-align: left;
    padding-left: 20px;
  }
  .hover-img {
    display: none !important; /* hover images hatao mobile pe */
  }
  .service-item.active .hover-img {
    display: none;
  }
  .portfolio-btns ul {
    justify-content: center;
  }
  .packages-slider .swiper-slide {
    transform: scale(0.9);
  }
  .packages-slider .swiper-slide-active {
    transform: scale(1);
  }
  .swiper-nav {
    bottom: 0;
    right: 20px;
  }
  .package-header {
    padding-left: 20px;
  }
  .package-list {
    padding-left: 20px;
  }
  .pricing .item h5 {
    font-size: 50px;
  }
  .counter-item h2 {
    font-size: 40px;
  }
  .counter-item h3 {
    font-size: 20px;
  }
  .work-head {
    margin-bottom: 40px;
  }
  .profile .img {
    width: 100%;
  }
  h3.web-title {
    font-size: 28px;
  }
  .with-us-item input,
  .with-us-item textarea {
    height: 40px;
  }
  .footer .site-logo a {
    width: 50%;
  }
  .trusted-by {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .offcanvas__menu-wrapper {
    padding-top: 80px;
  }
  nav.offcanvas__menu ul li a {
    font-size: 40px !important;
    padding: 5px 0 5px 30px;
  }
  .offcanvas__menu ul ul li a {
    font-size: 16px !important;
    padding-left: 30px !important;
  }
  .menu-toggle-icon {
    width: 30px;
    height: 30px;
    right: 15px;
  }
}

/* ========== 575px and below ========== */
@media only screen and (min-width: 100px) and (max-width: 575px) {
  h1.web-title {
    font-size: 28px;
  }
  h2.web-title {
    font-size: 28px;
  }
  .banner {
    height: 450px;
  }
  .banner-content h1.web-title::after {
    width: 150px;
    background-size: contain;
  }
  .pack-batch {
    font-size: 16px;
  }
  span.basic {
    font-size: 24px;
  }
  .pricing .item h5 {
    font-size: 40px;
  }
  .pricing > span {
    font-size: 24px;
  }
  .pricing .item del {
    font-size: 18px;
  }
  .package-list ul li {
    font-size: 13px;
  }
  .counter-item h2 {
    font-size: 32px;
  }
  .counter-item h3 {
    font-size: 18px;
  }
  nav.offcanvas__menu ul li a {
    font-size: 24px !important;
  }
  .offcanvas__menu ul ul li a {
    font-size: 14px !important;
    padding-left: 20px !important;
  }
}

/* ========== 430px and below ========== */
@media only screen and (min-width: 100px) and (max-width: 430px) {
  .container {
    width: 95%;
  }
  .banner {
    height: 800px !important;
  }
  .banner-content {
    width: 70%;
  }

  .row_bottom {
    margin-top: 320px;
  }
  h1.web-title {
    font-size: 24px;
  }
  h2.web-title {
    font-size: 24px;
  }
  .banner {
    height: 400px;
  }
  .banner-content {
    width: 90%;
  }
  .banner-btn {
    margin-top: 20px;
  }
  a.web-btn02 {
    padding: 6px 20px;
    font-size: 12px;
  }
  .package-item {
    padding: 5px 0px 0px;
  }
  .package-header {
    padding-left: 15px;
  }
  .package-list {
    padding-left: 15px;
  }
  .pricing .item h5 {
    font-size: 32px;
  }
  .counter-item h2 {
    font-size: 28px;
  }
  .counter-item h3 {
    font-size: 16px;
  }
  .offcanvas__close button {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

/* ========== 375px and below ========== */
@media only screen and (min-width: 100px) and (max-width: 375px) {
  h1.web-title {
    font-size: 22px;
  }
  h2.web-title {
    font-size: 22px;
  }
  h6.web-title {
    font-size: 14px;
  }
  .banner {
    height: 380px;
  }
  .pack-batch {
    font-size: 14px;
  }
  span.basic {
    font-size: 20px;
  }
  .pricing .item h5 {
    font-size: 28px;
  }
  .package-list ul li {
    font-size: 12px;
  }
  .package-btn a {
    font-size: 12px;
    padding: 8px;
  }
  .counter-item h2 {
    font-size: 24px;
  }
  .counter-item h3 {
    font-size: 14px;
  }
  .footer .site-logo a {
    width: 60%;
  }
  .location-item span {
    font-size: 18px;
  }
  .location-item p,
  .location-item a {
    font-size: 14px;
  }
}
a.web-btn02:hover {
  color: var(--c2);
}
