a,
span {
  display: inline-block;
}
.cursor,
.progress-wrap {
  position: fixed;
  mix-blend-mode: difference;
}
*,
.main-marq .box .item h2,
.sm-title,
p {
  margin: 0;
}
.navbar a,
a,
a:hover {
  text-decoration: none;
}
.fit-img,
.loader-wrap,
.work-stand3 .item {
  overflow: hidden;
}
* {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  list-style: none;
}
body {
  color: #141414;
  background-color: #fff;
  font-size: 16px;
  font-family: Manrope, sans-serif;
  overflow-x: hidden !important;
}
.sm-title,
.sub-font,
p {
  font-family: 'Hanken Grotesk', sans-serif;
}
main {
  background: #141414;
  position: relative;
  z-index: 5;
}
.row > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}
.row.md-marg {
  margin-left: -25px;
  margin-right: -25px;
}
.row.md-marg > * {
  padding-left: 25px;
  padding-right: 25px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-bottom: 0;
}
h1 {
  font-size: 80px;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 48px;
}
h4 {
  font-size: 34px;
}
h5 {
  font-size: 24px;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.md-title {
  font-size: 18px;
  font-weight: 500;
}
.sm-title,
p {
  line-height: 26px;
  font-size: 20px;
  font-weight: 400;
  color: #b0b0b0;
}
.sm-title {
  color: #141414;
  font-weight: 700;
}
a,
a:hover {
  color: inherit;
}
img {
  width: 100%;
  height: auto;
}
.main-bg {
  background: #fff !important;
}
.bg-whte {
  background: #fff;
  color: #141414;
}
.bg-blck,
footer .sub-footer {
  background: #141414;
  color: #fff;
}
.bg-blck p {
  color: #ddd;
}
.btn:active,
.btn:focus,
.btn:hover {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.02);
}
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 40px;
}
.butn,
.butn-circle {
  background: #fff;
  cursor: pointer;
  color: #141414;
}
.butn {
  border: 1px solid transparent;
}
.butn.butn-bg {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.butn-circle,
.contact button {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
}
.butn.butn-bg:hover {
  background: 0 0 !important;
  border: 1px solid #fff;
  color: #fff !important;
}
.butn.butn-md {
  padding: 14px 35px;
}
.butn-circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  transition: 0.4s;
}
.butn-circle svg path {
  stroke: #141414;
}
.butn-circle:hover {
  background: 0 0;
  color: #fff;
  border: 1px solid #fff;
}
.butn-circle div svg {
  transform: rotate(170deg);
}
.butn-circle:hover svg path {
  stroke: #ffffff;
}
.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.cursor {
  pointer-events: none;
  padding: 0.7rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.4s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.4s;
  z-index: 99999;
}
.progress-wrap,
.progress-wrap::after {
  height: 44px;
  width: 44px;
  display: block;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  cursor: pointer;
}
.cursor-active {
  -webkit-transform: translate(-50%, -50%) scale(8);
  -ms-transform: translate(-50%, -50%) scale(8);
  transform: translate(-50%, -50%) scale(8);
  opacity: 0.1;
}
.progress-wrap {
  bottom: 30px;
  right: 30px;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  transition: 0.4s linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  content: '\f077';
  text-align: center;
  line-height: 44px;
  font-family: 'Font Awesome 5 Free';
  font-size: 13px;
  font-weight: 900;
  color: #ccc;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.4s linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #ccc;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.home {
  background: #141414;
}
.main-marq {
  position: relative;
  padding: 0;
  overflow-x: hidden;
}
.main-marq:after {
  content: '';
  position: absolute;
  top: -30px;
  bottom: -30px;
  left: -30px;
  right: -30px;
  pointer-events: none;
  background: -webkit-linear-gradient(
    right,
    #fff,
    rgba(255, 255, 255, 0) 280px,
    rgba(255, 255, 255, 0) calc(100% - 280px),
    #fff
  );
  background: -o-linear-gradient(
    right,
    #fff,
    rgba(255, 255, 255, 0) 280px,
    rgba(255, 255, 255, 0) calc(100% - 280px),
    #fff
  );
  background: linear-gradient(
    to left,
    #fff,
    rgba(255, 255, 255, 0) 280px,
    rgba(255, 255, 255, 0) calc(100% - 280px),
    #fff
  );
}
.faqs .accordion-header .accordion-button:after,
.filtering span:last-of-type:after,
.main-marq.shadow-off:after,
.marq-action .main-marq:after {
  display: none;
}
.main-marq.md-text .box .item h4 {
  font-size: 40px;
}
.main-marq.lrg .box .item h4 {
  font-size: 5vw;
}
.main-marq .box .item,
.main-marq.xlrg .box .item {
  padding: 0 30px;
}
.main-marq.xlrg .box .item h4 {
  font-size: 8vw;
}
.main-marq .slide-har {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.contact .info li,
.loader-wrap,
.main-marq .box,
.marq-action .main-marq h4 .icon {
  display: -webkit-box;
  display: -ms-flexbox;
}
.main-marq .strok .item h4,
.main-marq .strok .item h4 a {
  color: transparent !important;
  -webkit-text-stroke: 0.5px #141414;
}
.main-marq .non-strok .item h4,
.main-marq .non-strok .item h4 a {
  color: #141414 !important;
  -webkit-text-stroke: 0 !important;
}
.main-marq .non-strok .item-black h4 {
  color: #fff !important;
  -webkit-text-stroke: 0 !important;
}
.main-marq .box {
  display: flex;
}
.main-marq .box .item h4 {
  white-space: nowrap;
  margin: 0;
}
.main-marq .box .item h4 .icon {
  margin-bottom: -15px;
}
.main-marq .box .item:nth-of-type(2n) h4,
.main-marq .box .item:nth-of-type(2n) h4 a {
  color: transparent;
  -webkit-text-stroke: 0.5px #141414;
}
.main-marq .box:last-of-type .item:nth-of-type(2n) h4,
.main-marq .box:last-of-type .item:nth-of-type(2n) h4 a {
  color: #141414;
  -webkit-text-stroke: 0;
}
.main-marq .box:last-of-type .item:nth-of-type(odd) h4,
.main-marq .box:last-of-type .item:nth-of-type(odd) h4 a {
  color: transparent;
  -webkit-text-stroke: 1px #141414;
}
.position-re,
.slide-har,
.testimonials,
.testimonials .testim-swiper,
footer {
  position: relative;
}
.slide-har.st1 .box {
  position: relative;
  -webkit-animation: 80s linear infinite slide-har;
  animation: 80s linear infinite slide-har;
}
.slide-har.st2 .box {
  position: relative;
  -webkit-animation: 80s linear infinite slide-har-revers;
  animation: 80s linear infinite slide-har-revers;
}
@-webkit-keyframes slide-har {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-har {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cursor-pointer {
  cursor: pointer;
}
.rest {
  padding: 0 !important;
  margin: 0 !important;
}
.section-padding {
  padding-top: 140px;
  padding-bottom: 140px;
}
.fit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.circle {
  border-radius: 50%;
}
.icon-img-120 {
  width: 120px;
}
.text-white {
  color: #fff;
}
.contact button:hover span,
.text-black {
  color: #141414 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fz-14 {
  font-size: 14px !important;
}
.fz-22 {
  font-size: 22px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}
.loader-wrap {
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: 0 0;
  z-index: 99999999999999;
}
.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #141414;
}
.loader-wrap .loader-wrap-heading .load-text {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 15px;
  text-transform: uppercase;
  z-index: 20;
  color: #fff;
}
.load-text span {
  -webkit-animation: 1s infinite alternate loading;
  animation: 1s infinite alternate loading;
}
.load-text span:first-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  background: 0 0;
  border-bottom: 2px solid transparent;
  z-index: 999;
  width: 100%;
 
}
.navbar.nav-scroll {
  background: #141414;
  padding: 0;
  position: fixed;
  top: -80px;
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}
.navbar a {
  font-size: 30px;
  padding: 10px 0;
  font-weight: 700;
}
.sec-head h2 {
  font-size: 52px;
}
.contact label {
  color: #141414;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact input,
.contact textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #141414;
  background: 0 0;
  padding-bottom: 15px;
  color: #141414;
}
.contact button {
  padding: 14px 40px;
  background: #141414;
  border: 0;
  color: #fff;
  transition: 0.4s;
}
.contact button svg {
  width: 18px;
  margin-left: 10px;
}
.contact button svg path {
  stroke: #ffffff !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  stroke: #141414;
}
.contact button:hover {
  border: 1px solid #141414 !important;
}
.contact button:hover svg path {
  stroke: #141414 !important;
}
.contact .info li {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #141414;
}
.contact .info .icon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.faqs .accordion-item {
  border: 0;
  margin-bottom: 30px;
  width: 100%;
  background: 0 0 !important;
}
.accordion .accordion-info,
.accordion .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.faqs .accordion-item:last-of-type {
  margin-bottom: 0;
}
.faqs .accordion-header .accordion-button {
  display: flex;
  justify-content: space-between;
  background: 0 0;
  font-size: 20px;
  font-weight: 700;
  color: inherit;
  border: 1px solid #4c4b4b72;
}
.faqs .accordion-header .accordion-button .icon {
  padding: 20px;
  border-left: 1px solid #fff;
}
.faqs .accordion-header .accordion-button:focus {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faqs .accordion-header .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faqs .accordion-header .accordion-button:not(.collapsed) .icon svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
}
.faqs .accordion-body {
  background: #202020;
  padding: 20px;
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.05);
}
.accordion .item:first-of-type .title {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.accordion .title {
  padding: 25px 0;
  cursor: pointer;
  position: relative;
}
.accordion .title .ico {
  position: absolute;
  bottom: 30px;
  right: 15px;
}
.accordion .accordion-info {
  display: none;
  padding: 25px 0;
}
.accordion .active .title .ico {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion .active .accordion-info {
  display: block;
}
.list-arrow li .icon {
  margin-right: 10px;
}
.inner-footer {
  display: flex;
  justify-content: space-between;
}
footer .footer-logo p {
  text-align: left !important;
  font-size: 24px;
  color: #fff;
}
.copyright-text {
  text-align: right;
}
.header-creative {
  padding: 150px 0 80px;
  position: relative;
  overflow: hidden;
}

.header-creative .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.55;
  z-index: -2;
}

/* .header-creative:after {
  content: '';
  width: 30vw;
  height: 30vw;
  border-radius: 50%;
  background: linear-gradient(to right, #00ffc3ac, #2a68abea);
  position: absolute;
  top: -10vw;
  left: -10vw;
  z-index: -1;
} */

.header-creative .caption h1 {
  font-size: 120px;
  line-height: 1.2;
  font-weight: 800;
}

.header-creative .caption .gradient-text {
  color: transparent;
  background: linear-gradient(to right, #00ffc3ac, #2a68abea);
  background-clip: text;
  -webkit-background-clip: text;
  height: 150px;
}

.header-creative .caption h1 .icon {
  position: relative;
  padding-left: 120px;
}

.header-creative .caption h1 .icon img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
}

.header-creative .caption h1 .arrow {
  position: relative;
  padding-left: 150px;
}

.header-creative .caption h1 .arrow img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 120px;
}

.header-creative .right-column {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px;
  margin-left: auto;
  padding-left: 60px;
}

#service-button.butn-circle {
  width: 140px;
  height: 140px;
}

.description-text {
  margin-left: 100px;
}

.page-header .caption h1 {
  font-size: 140px;
  font-weight: 800;
}
.marq-action .main-marq {
  padding: 25px 0;
  margin: -40px 0;
}
.marq-action .main-marq h4 {
  font-weight: 400;
  font-size: 30px;
}
.marq-action .main-marq h4 .icon {
  margin-left: 50px;
  margin-bottom: 0 !important;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.marq-action .main-marq h4 .icon img {
  width: 40px;
}
.marq-action .main-marq:first-of-type {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.marq-action .main-marq:last-of-type {
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.testimonials .item .circle {
  width: 70px;
  height: 70px;
}
.testimonials .img-main {
  height: 400px;
  width: 100%;
}
.testimonials .testim-swiper .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 15px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #141414;
  border-radius: 50%;
  margin: 0 10px;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid #141414;
  border-radius: 50%;
  opacity: 0;
}
.swiper-pagination .swiper-pagination-bullet-active:after {
  opacity: 1;
}
.services-modern {
  position: relative;
  z-index: 3;
}
.services-modern .item {
  padding: 30px;
  border-radius: 15px;
  background: #202020;
  position: relative;
  z-index: 1;
  transition: all 0.6s ease-in-out;
}
.services-modern .item .cont h5 {
  margin-bottom: 15px;
}
.about-services .item {
  width: 50%;
}
.about-services .item:hover {
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  background: #ffffff;
}
.about-services .item span,
.difference-services .item span {
  font-size: 50px;
  margin-bottom: 5px;
}
.about-services .item svg,
.difference-services .item svg {
  width: 70px;
  height: 70px;
  margin-bottom: 8px;
}
.about-services .item:hover span {
  color: #141414;
}
.about-services .item:hover svg path {
  fill: #141414;
}
.about-services .item:hover h5 {
  color: #141414;
}
.about-services .item:hover p {
  color: #141414;
}
.difference-services .item {
  width: 33%;
  padding: 20px !important;
  border-radius: 15px;
}
.difference-services .item .cont h5 {
  font-size: 20px;
  margin-bottom: 10px !important;
}
.difference-services .item p {
  font-size: 16px;
}
.difference-services .item {
  background: transparent !important;
  border: 1px solid #141414;
}
.difference-services .item:hover {
  background: #202020 !important;
  border: none;
}
.difference-services .item:hover h5 {
  color: #ffffff;
}
.difference-services .item:hover span {
  color: #ffffff;
}
.filtering {
  padding: 10px 30px;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.08);
}
.filtering span {
  font-size: 16px;
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 30px;
  position: relative;
  margin-right: 30px;
  cursor: pointer;
}
.filtering span:after {
  content: '/';
  position: absolute;
  right: -20px;
}
.filtering span:last-of-type {
  margin-right: 0;
}
.filtering.color2 span.active {
  color: #fff;
  background: #141414;
}
.work-stand3 .item {
  position: relative;
}
.work-stand3 .item .img {
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #202020;
}
.work-stand3 .item img {
  height: 120px;
  width: 200px;
}

/* About Us */

/* .about-header {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
} */

.about-header {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.header-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.6); /* Darkens the image */
}

/* Alternative: Using an overlay */
.about-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1); /* Dark overlay */
  z-index: 1;
}

.about-header .container-xl {
  position: relative;
  z-index: 2;
}

.about-header h1 {
  font-size: 100px;
}

.about-header h1 span {
  color: #1d766c;
}

.about-header p {
  color: #b0b0b0;
  text-align: center;
  width: 1000px;
}

.mission h2 div {
  text-align: right !important;
}

.about-vision-padding {
  padding: 100px 0 60px 0;
}

.about-mission-padding {
  padding: 60px 0;
}

/* Media Queries */

@media screen and (max-width: 992px) {
  .icon-grid-bars,
  .wow1 {
    position: absolute;
    right: 0;
  }
  .md-mb80 {
    margin-bottom: 80px;
  }
  .sec-head .justify-content-end {
    display: block !important;
    margin-top: 30px;
  }
  .row.md-marg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.md-marg > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  h1 {
    font-size: 50px;
  }
  .sec-head h2,
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 23px;
  }
  .navbar a {
    font-size: 24px;
  }
  .butn.butn-md {
    padding: 12px 30px;
  }
  .wow1 {
    top: -30px;
  }
  .icon-grid-bars {
    top: 70px;
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .cursor {
    display: none;
  }
  p {
    font-size: 16px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  .loader-wrap .loader-wrap-heading .load-text {
    letter-spacing: 5px;
  }
  .progress-wrap {
    bottom: 15px;
    right: 15px;
  }
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .sec-head h2 {
    font-size: 32px;
  }
  .sec-head {
    position: relative;
  }
  .sec-head .icon {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0 !important;
  }
  .header-creative .caption .gradient-text {
    height: 112px;
  }
  .header-creative .caption h1 {
    font-size: 90px;
  }
  .header-creative .caption h1 .icon {
    padding-left: 60px;
  }
  .header-creative .caption h1 .icon img {
    width: 45px;
  }
  .header-creative .caption h1 .arrow {
    padding-left: 100px;
  }
  .header-creative .caption h1 .arrow img {
    width: 85px;
  }
  .header-creative:after {
    width: 50vw;
    height: 50vw;
  }
  .header-creative .right-column {
    margin-top: 30px;
    flex-direction: row;
  }
  .icon-grid-bars {
    top: 0;
    width: 80px;
  }
  .about-services .item,
  .difference-services .item {
    width: 100%;
  }
}
@media screen and (max-width: 570px) {
  .wow1 {
    right: 20px;
    top: -65px;
  }
  .wow1 img {
    height: 70px;
    width: 70px;
  }
  .icon-grid-bars {
    top: -60px;
    right: 20px;
  }
  .header-creative .caption h1 .arrow img {
    width: 60px;
  }
  .header-creative .caption h1 .arrow {
    padding-left: 50px;
  }
}
@media screen and (max-width: 450px) {
  .header-creative .caption .gradient-text {
    height: 87px;
  }
  .header-creative .right-column {
    flex-direction: column;
  }
  .header-creative .caption h1 .arrow {
    padding-left: 65px;
  }
  .header-creative .caption h1 .arrow img {
    width: 60px;
  }
  .header-creative .caption h1 {
    font-size: 60px;
  }
}

.founder-title{ 
  color: #5e5e5e;
  font-size: 20px;
}

/* Responsive Navbar Styles */
.navbar {
  background-color: #000;
}

.navbar-black {
  background-color: #000;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-desktop {
  display: flex;
  align-items: center;
  gap: 20px;
}

.navbar-mobile-wrapper {
  display: none;
}

.navbar-toggle {
  display: none;
  flex-direction: column;
  background: transparent;
  border: none;
  cursor: pointer;
  gap: 6px;
  padding: 0;
}

.navbar-toggle span {
  width: 25px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.navbar-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.navbar-toggle.active span:nth-child(2) {
  opacity: 0;
}

.navbar-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.navbar-mobile-menu {
  display: none;
  flex-direction: column;
  gap: 15px;
  padding-top: 15px;
}

.navbar-company-mobile {
  display: none;
  text-align: left;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 15px;
}

/* Tablet and Mobile Styles */
@media (max-width: 1024px) {
  .navbar-desktop {
    display: none;
  }

  .navbar-mobile-wrapper {
    display: flex;
    align-items: center;
  }

  .navbar-toggle {
    display: flex;
  }

  .navbar-mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #141414;
    padding: 20px 15px;
    border-top: 1px solid #333;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .navbar-mobile-menu.active {
    display: flex;
    max-height: 500px;
  }

  .navbar-company-mobile {
    display: block;
    background: #141414;
    border-top: 1px solid #333;
  }
}

@media (max-width: 768px) {
  .navbar {
    position: relative;
  }

  .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-logo {
    height: 60px;
  }
}

@media (max-width: 480px) {
  .navbar-logo {
    height: 50px;
  }

  .fz-14 {
    font-size: 12px;
  }

  .navbar-company-mobile .fz-14 {
    font-size: 12px;
  }
}
