@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;family=Syne:wght@400..800&amp;display=swap");

:root {
  --text-color: #777777;
  --primary-color: #000000;
  --secondary-color: linear-gradient(90deg, #bee74d 0%, #abde18 100%);
  --font-outfit: "Outfit";
  --font-syne: "Syne";
}
.service-inner p {
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
  font-family: var(--font-outfit);
  color: var(--text-color);
}

.service-inner h5 {
  margin-bottom: 20px;
}

.service-inner li {
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
  font-family: var(--font-outfit);
  color: #000;
}

h2.section-title {
    font-family: var(--font-syne);
    text-align: left;
    font-size: 42px;
    font-weight:700;
}
.case-content p{
    text-align:left;
    font-size:20px;
    font-family:var(--font-outfit)
}
.section.section-1 
    {
    padding:50px 0 
    
}
.section.section-1 .row{
    align-items:center
}
.section.section-1 p{
    font-family:var(--font-outfit);
    font-size:16px;
}
.section.section-1 h2{
    font-size:54px;
}
::-webkit-scrollbar {
  width: 8px; /* Adjust the width for a thin scrollbar */
}advisior-div

::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
  border-radius: 10px; /* Optional: for rounded corners */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Optional: track background color */
}
body {
    font-family: var(--font-syne);
    color: #000;
}
a {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
/* header */
nav.navbar-list ul {
    display: flex;
    gap: 70px;
    font-size: 18px;
    font-family: var(--font-syne);
    font-weight: 400;
    list-style: none;
    justify-content: center !important;
}
ul.list-items a {
  text-decoration: none;
  padding-top: 16px;
  color: #3d3d3d;
  text-transform: uppercase;
  position: relative;
}
.main-header-logo h1 {
  color: var(--primary-color);
  font-size: 44px;
  font-weight: 700;
  font-family: var(--font-syne);
  line-height: 61px;
  letter-spacing: -4px;
}
header {
  border-bottom: 1px solid var(--primary-color);
  background: white;
  padding-bottom: 20px;
}
header.fixed {
    position: fixed;
    width: 100%;
    z-index: 9;
    background: white;
    transition: all 0.7s;
    /* padding: 5px 0; */
    box-shadow: 0 5px 10px #8080804a;
    /* transform: translate(-10px); */
    /* border: none; */
    top: 0;
}
.play-icon {
  display: flex;
  align-items: center;
}

.play-icon p {
  /* position: relative; */
  top: 16px;
  /* left: 23px; */
  text-transform: uppercase;
  font-family: var(--font-outfit);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.8px;
  margin: 0;
  margin-left: 3px;
}
.banner-inner-content h1 {
  font-size: clamp(32px, 5vw + 10px, 56px);
  font-family: var(--font-syne);
  text-transform: uppercase;
  font-weight: 700;
  /* width: 100%; */
  /* line-height: 70px; */
  letter-spacing: -4px;
  color: var(--primary-color);
}
.banner-inner-content p {
  font-family: var(--font-outfit);
  font-size: 20px;
  font-weight: 300;
  color: var(--text-color);
  line-height: 36px;
  padding-top: 33px;
}
.banner-btn button {
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  font-family: var(--font-outfit);
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 300;
  padding: 0px;
  line-height: 14px;
  letter-spacing: 3.2px;
  border-bottom: 1px solid var(--text-color);
  padding-top: 38px;
}
section.banner-section {
  padding-top: clamp(80px, 10vw + 20px, 130px);

}
img.icon-img {
  position: relative;
  /* bottom: 220px; */
  width: 25%;
}
.icons {
  position: relative;
  bottom: 230px;
}
img.vector {
  position: absolute;
  top: 60px;
  left: 16px;
  /* right: 50%; */
  /* bottom: -86px; */
}
span.icon {
  border-radius: 50%;
  border: 1px solid black;
  width: 10px;
  height: 10px;
  display: inline-table;
  margin-left: 5px;
}
/* video section */
.video-div {
  position: relative;
  display: flex;
  justify-content: center;
}
.video {
  position: relative;
  width: 80%;
  height: 80vh;
  transition: all 0.7s;
}
.video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.video.fullscreen {
  width: 100vw;
  height: 100vh;
}
.watch-reels {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
/* service section */
.service-section {
  padding: 50px 0;
  background: #000;
  color: white;
}
.service-heading img {
  width: 30px;
  height: 30px;
  margin-left: 20px;
}
.service-section p {
  font-family: var(--font-outfit);
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-align: left;
  margin-top: 20px;
}
.service-section .banner-btn button {
  color: white;
  border-bottom: 1px solid white;
}
.service-section .swiper-slide {
  background: transparent;
  color: white;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  border: 1px solid white;
  height: 400px;
}
.service-section .swiper-slide.swiper-slide-next {
  transition: all 0.7s;
  transform: translateY(60px);
}

.swiper.stylishSlider {
  height: 600px;
}
/*marquee */
.marquee-slider .marquee {
  overflow: hidden;
  position: relative;
  height: 84px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.marquee-slider .marquee span a {
  color: #fff;
  text-decoration: none;
  font-size: clamp(60px, 8vw + 20px, 90px);

}
.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;
  color: red;
}
.marquee-slider .slider-left-right {
  transition: all 0.7s;
  background: #fff;
}
.marquee-slider .marquee span {
  font-size: 80px;
  color: #000;
  margin-right: 50px;
  word-spacing: 40px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Syne";
  transition: all 0.7s;
}
.marquee-slider .slider-left-right:hover .marquee span {
  color: #fff;
}
.marquee-slider .slider-left-right:hover {
  background: #111;
}
.marquee-slider {
  background:#bee74b;
}
.marquee-slider .slider-right-left .marquee span {
  color: #fff;
}
.marquee-slider .slider-right-left {
  background: #bee74b;
  transition: all 0.7s;
}
.marquee-slider .slider-right-left:hover .marquee span {
  color: #fff;
}
.marquee-slider .slider-right-left:hover {
  background: #111;
}
.marquee-slider .slider-right-left .marquee--inner {
  animation: marquee-right 20s linear infinite;
}
.marquee-slider .slider-right-left .marquee--inner:hover {
  animation-play-state: paused;
  color: red;
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marquee-right {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}

.marquee:hover {
  animation-play-state: paused;
}
/* design section */

.design-inner-heading p {
  font-size: 16px;
  font-family: var(--font-outfit);
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--secondary-color);
}

.design-inner-heading {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.design-inner-heading::before {
  content: "";
  position: absolute;
  top: 6%;
  left: 18%;
  transform: translateY(-50%);
  height: 2px;
  width: 34px;
  background-color: #ff2200;
}
.design-inner-heading h2 {
  font-size: clamp(24px, 4vw + 10px, 34px);
  font-family: var(--font-syne);
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -1.8px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-top: 10px;
}
.inner-pharagraph p {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  font-family: var(--font-outfit);
  margin: 39px 0px;
  color: var(--text-color);
}
.start-btn button,
.watch-reels {
  padding: 0px 0px;
  font-size: 14px;
  font-weight: 300;
  font-family: var(--font-outfit);
  line-height: 20px;
  background: #b0e126;
  border: 1px solid #000000;
  display: flex;
  gap: 0px;
  text-transform: uppercase;
  color: var(--primary-color);
}
.watch-reels {
  background: white;
}
span.button-icon {
  border-left: 3px solid #fff;
  /*display: block;*/
  padding: 10px;
}

span.button-icon i {
  margin: 0 7px;
  color: #000;
}
span.btn {
  font-size: 13px;
  padding: 9px 26px;
  color: var(--primary-color);
  font-family:var(--font-syne);
}
button.accordion-button.collapsed {
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -1.1px;
  font-family: var(--font-syne);
  background: transparent !important;
}
.accordion {
  margin-top: 16px;
  background: transparent;
}
button.accordion-button.collapsed {
  padding: 30px 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush
  > .accordion-item
  > .accordion-header
  .accordion-button.collapsed {
  border-radius: 0;
  color: var(--primary-color);
  text-transform: uppercase;
  background-color: transparent !important;
  border: none;
}

.accordion-button::after {
  content: "+"; /* Default icon is "+" */
  font-size: 35px;
  font-weight: 200;
  color: #1a1a1a;
  background: none;
  margin-left: auto; /* Push the icon to the far right */
  transition: transform 0.3s ease; /* Smooth transition */
  width: auto !important ;
  height: auto !important ;
}

.accordion-button:not(.collapsed)::after {
  content: "-"; /* Change to "-" when expanded */
}
span.button-icon i {
  transform: rotateZ(317deg);
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: transparent !important; /* Ensures the background is transparent */
  border: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
}
.accordion-item:not(.collapsed) {
  border: none !important;
}

/* brand vision  */
span.Brand-vision {
  font-size: clamp(30px, 5vw + 10px, 40px);
  font-family: var(--font-syne);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2.3px;
  line-height: clamp(50px, 10vw + 10px, 69px);
  color: var(--primary-color);
}
span.design-culture {
  font-size: clamp(30px, 5vw + 10px, 40px);
  font-family: var(--font-syne);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2.3px;
  line-height: clamp(50px, 10vw + 10px, 69px);
  color: var(--primary-color);
}
button.dream-ideas {
  font-size: 21px;
  background: var(--secondary-color);
  font-family: var(--font-outfit);
  font-weight: 800;
  border-radius: 48px;
  border: none;
  padding: 19px 23px;
  text-transform: uppercase;
  letter-spacing: -0.8px;
  color: var(--primary-color);
  transform: rotate(-4deg);
  margin: 5px 10px;
}
button.dream-ideas i {
  margin: 0 5px;
}
span.business {
  font-size: 40px;
  font-family: var(--font-syne);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2.3px;
  line-height: 69px;
  color: var(--primary-color);
}
span.technical {
  font-size: 40px;
  font-family: var(--font-syne);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2.3px;
  line-height: 69px;
  color: var(--primary-color);
}
span.build-your-brand {
  font-size: 40px;
  font-family: var(--font-syne);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2.3px;
  line-height: 55px;
  color: var(--primary-color);
  text-align: start;
}
.inner-cont-brand-vision {
  text-align: center;
  width: 104%;
}
span.that-need-attention {
  font-size: 40px;
  font-family: var(--font-syne);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2.3px;
  line-height: 55px;
  color: var(--primary-color);
}
.attention {
  position: relative;
  top: -25px;
  left: 25px;
}
span.play-btn button {
  background: var(--secondary-color);
  border-radius: 50%;
  padding: 4px 8px;
}
span.brand-vision-play-btn {
  background: var(--secondary-color);
  padding: 17px 9px 17px 9px;
  border-radius: 50%;
}
span.play-btn button i {
  background: white;
  border-radius: 27px;
}
.brand-vision-text p {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: var(--text-color);
  font-family: var(--font-outfit);
  margin: 65px 0;
}

.clients {
  display: flex;
  align-items: center;
}
.no-of-clients {
  padding: 0 21px;
}
.clients p {
  padding: 0 2px;
  font-size: 14px;
  font-weight: 400;
  /* line-height: 4px; */
  text-transform: uppercase;
  font-family: var(--font-outfit);
  color: var(--primary-color);
  letter-spacing: 1px;
}
.no-of-clients h4 {
  font-size: 35px;
  font-family: var(--font-syne);
  color: var(--primary-color);
  line-height: 20px;
  font-weight: 700;
}
.explore-more-btn {
  text-align: center; /* Center the button container */
  margin: 80px 0;
}
.explore-more-btn a {
    text-decoration: none;
}

.explore-more-btn button {
 outline: none;
 cursor: pointer;
 border: none;
 padding: 0.9rem 2rem;
 margin: 0;
 font-family: inherit;
 font-size: inherit;
 position: relative;
 display: inline-block;
 letter-spacing: 0.05rem;
 font-weight: 700;
 font-size: 17px;
 border-radius: 500px;
 overflow: hidden;
 background: var(--secondary-color);
 color: white;
}

.explore-more-btn button span {
 position: relative;
 z-index: 10;
 transition: color 0.4s;
  color:white;
}

.explore-more-btn button:hover span {
 color: black;
}

.explore-more-btn button::before,
.explore-more-btn button::after {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 0;
}

.explore-more-btn button::before {
 content: "";
 background: #000;
 width: 120%;
 left: -10%;
 transform: skew(30deg);
 transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.explore-more-btn button:hover::before {
 transform: translate3d(100%, 0, 0);
}

/* our-awards */

.our-award-heading h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-family: var(--font-syne);
  font-weight: 700;
  line-height: 43.2px;
  letter-spacing: -1.8px;
  color: #000000;
}
span.our-award-icon img {
  width: 2%;
  margin-left: 9px;
}

.our-award p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  font-family: var(--font-outfit);
  color: var(--text-color);
}

.project-btn {
  display: flex; /* Use flexbox */
  justify-content: flex-end; /* Align button to the right */
  align-items: center; /* Vertically center button and span (optional) */
}

a.view-all-projects {
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  font-family: var(--font-outfit);
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 300;
  padding: 0px;
  line-height: 14px;
  position: relative;
  letter-spacing: 3.2px;
  text-decoration: none;
  /* padding-top: 38px; */
}
a.view-all-projects::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--text-color);
  transition: all 0.5s ease;
}

a.view-all-projects:hover::before {
  width: 100%;
}
a.view-all-projects .icon {
  margin-left: 10px; /* Add space between button and the icon span */
}
a.view-all-projects span.icon {
  border-radius: 50%;
  border: 1px solid black;
  width: 10px;
  height: 10px;
  display: inline-table;
  margin-left: 5px;
  transition: transform 0.3s ease, border-radius 0.3s ease;
}

.project-btn:hover span.icon {
  border-radius: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid black;
  background-color: transparent;
  transform: rotate(-90deg);
}
/* testimonials */

.testimonials-heading h2 {
  font-size: clamp(24px, 5vw, 36px);
  font-weight: 700;
  /* height: 43px; */
  letter-spacing: -1.8px;
  text-align: center;
  font-family: var(--font-syne);
  color: var(--primary-color);
  margin-bottom: 56px;
  text-transform: uppercase;
}
section.tenstimonials-section {
  height: 570px;
}

.slider-1 {
  padding-right: 28px;
}

/* slider */
html,
body {
  position: relative;
  height: 100%;
}

body {
  /* background: #eee; */
  /* font-family: Helvetica Neue, Helvetica, Arial, sans-serif; */
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  height: 328px;
  border: 1px solid black;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-1 p {
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--font-syne);
  color: #000000;
  padding: 30px 35px 0px 33px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.star {
  text-align: left;
  padding: 30px 0px 0px 31px;
  color: #000000;
}
.client-name p {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  font-family: var(--font-outfit);
  text-transform: uppercase;
}
.client-name {
  /* position: relative; */
  display: flex;
  /* gap: 21px; */
  justify-content: space-between;
}

.client-name img {
  width: 20%;
  /* position: absolute; */
  left: 294px;
  top: 19px;
}
.swiper-pagination-bullet-active {
  width: 0;
  height: 0;
  border-left: 9px solid transparent; /* Left slant of the triangle */
  border-right: 9px solid transparent; /* Right slant of the triangle */
  border-bottom: 9px solid var(--swiper-pagination-color, var(--primary-color)); /* Bottom side (color and height of the triangle) */
  background: none; /* Remove background color */
  margin: 0 auto; /* Center the shape */
  opacity: 1; /* Ensure fully visible */
}

/* footer */
.footer-logo h1 {
  color: var(--primary-color);
  font-size: 44px;
  font-weight: 700;
  font-family: var(--font-syne);
  line-height: 61px;
  letter-spacing: -4px;
}
.footer-logo p {
  /* text-align: center; */
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: var(--text-color);
  font-family: var(--font-outfit);
}
.footer-info h4 {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  font-family: var(--font-syne);
}
ul.info-list li {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: var(--primary-color);
  font-family: var(--font-syne);
  list-style: none;
  position: relative;
  width: max-content;
}
li.list-items a {
  font-size: 16px;
  font-weight: 300;
  line-height: 33px;
  color: var(--primary-color);
  font-family: var(--font-outfit);
  text-decoration: none;
}
.footer-info ul.info-list {
  padding-left: 0;
  padding-top: 13px;
}

.footer-info {
  margin-left: 30px;
}
.footer-info h4 {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  font-family: var(--font-syne);
  text-transform: capitalize;
}
footer.footer-top {
  border-bottom: 1px solid var(--primary-color);
  border-top: 1px solid var(--primary-color);
  padding: 30px 0;
 margin-top: clamp(70px, 8vw + 20px, 110px);

}
.up-btn button {
  border-radius: 50%;
  background: var(--secondary-color); /* Aap apne color variable yahan use kar sakte hain */
  border: 1px solid #000000;
  position: fixed;
  height: 40px;
  width: 40px;
    /* Initially top pe hidden hoga */
    /* Right side pe button */
  display: none;
  z-index: 4;
    /* Initially hidden */
  pointer-events: none; /* Button par click nahi hoga jab wo hidden ho */
  transition: opacity 0.3s ease, top 0.3s ease; /* Smooth transition for opacity and position */
}

/* Jab button visible ho, opacity aur top change hoga */
.up-btn.visible button {
    /* Button ko visible karna */
    pointer-events: auto;  /* Button clickable ban jayega */
      /* Top par visible ho jayega */
    display: block;
    top: 850px;
    left: 970px;
}

.up-btn {
  text-align: center;
  position: relative;
}

/* footer-bottom */
.footer-inner p {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: var(--font-outfit);
}
.privacy-policy p {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: var(--font-outfit);
  text-align: right;
}
footer.bottom-footer {
  padding-top: 10px;
}

.no-of-clients {
  text-align: center; /* Centers the text and number */
  font-family: Arial, sans-serif;
}

.no-of-clients p {
  font-size: 15px;
  color: #666;
  margin: 0px;
}

.no-of-clients h4 {
  font-size: 36px;
  color: #000000;
  font-weight: bold;
  margin: 18px 0;
  margin: 5px;
}

.accordion-button:not(.collapsed)::after {
  content: "\2212" !important; /* Unicode for the minus sign (ÃƒÆ’Ã‚Â¢Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢) */
  font-family: "FontAwesome", sans-serif; /* Use Font Awesome or any other font that supports the minus */
  font-size: 18px; /* Adjust size if necessary */
  display: inline-block; /* To treat it like an icon */
  background-image: none !important;
}
.our-awars-img {
  position: relative;
  height: 100%;
  /* display: flex; */
}

.our-awars-img:before {
  position: absolute;
  content: "";
  background: #000;
  width: 82%;
  height: 77%;
  z-index: -1;
  top: 64px;
  left: 22px;
  transform: rotate(4deg);
}
.images-inner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.images-inner-content span {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.verctor-content {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: var(--font-syne);
  font-size: 24px;
  font-weight: 400;
  line-height: 27.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 40px 0;
}
.verctor-content img {
  visibility: hidden;
  opacity: 0;
  transition: all 0.7s;
}
.verctor-content:hover img {
  visibility: visible;
  opacity: 1;
  transform: translateX(10px);
}
.verctor-content p {
  margin: 0;
}
.images-content {
  border: 1px solid;
  padding: 0 40px 0 0;
  border-right: none;
  border-top: 0px;
  /* border-left: 0; */
  cursor: pointer;
}
.images-content:hover {
  border-left: none;
}
.row.our-awads-border {
  border: 1px solid;
  /* padding: 40px; */
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  /* margin-bottom: 100px; */
  /* margin-top: 60px; */
}
.our-awars-img img {
  width: 87%;
}
.our-awars-img img {
  width: 89%;
  height: 78%;
  object-fit: contain;
  position: relative;
  /* padding-top: 70px; */
  /* padding-bottom: 80px; */
  top: 50px;
}
.images-content.item-1 {
  border-left: 1px solid;
}

.images-content.item-2 {
  border-left: 1px solid;
}

.images-content.item-3 {
  border-left: 1px solid;
  border-bottom: 0;
}
.our-awars-img {
  display: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.our-awars-img.show {
  display: flex;
  transform: scale(1.1);
  opacity: 1;
}

.our-awars-img.hide {
  transform: scale(1);
  opacity: 0;
}
.images-content.last-item {
  border-bottom: none;
}

/* section s */

.app-devel-item-inner {
  position: relative;
}

.app-devel-img a {
  display: block;
}
.app-devel-slide-main .slick-list.draggable:before {
  position: absolute;
  content: "";
  left: 40.6vw;
  background: url(../images/mobileslider/main-mob.png);
  width: 511px;
  height: 676px;
  z-index: 1;
  bottom: 0;
  cursor: pointer;
}
.app-devel-item.slick-center {
  margin-top: -60px;
}
.app-devel-item {
  transition: all 0.6s;
}

.mobile-slide-main {
  background: #f0eff5;
  position: relative;
}

.app-devel-img {
  width: 220px;
  height: 470px;
  object-fit: cover;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.app-devel-img img {
  width: 100%;
}
.app-devel-slide-main .slick-list.draggable {
  display: flex;
  place-content: center;
  height: 850px;
  flex-direction: column;
}

section.design-and.develop {
  padding: 120px 0;
  background: #fff;
}
section.mobile-slide-main:before {
  position: absolute;
  content: "";
  background: url(../images/mobileslider/mob-bd.png);
  width: 100%;
  height: 20px;
  top: -13px;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}
/* section e*/
section.brand-vision-section {
  background: #fff;
  /* padding: 120px 0; */
}
.service-img {
  display: flex;
  align-items: center;
}
.service-img img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.service-slide {
  height: 100%;
  padding: 60px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.slider-before {
  position: absolute;
  width: 100%;
  background: var(--secondary-color);
  left: 0;
  bottom: -100%;
  text-align: left;
  padding: 20px 0 20px 60px;
  transition: all 0.5s;
}
.service-slide:hover .slider-before,
.swiper-slide-next .slider-before {
  bottom: 0;
}
.service-content h5 {
  text-align: left;
  margin: 20px 0;
}
.service-content p {
  height: 100px;
  overflow: auto;
}
button.accordion-button {
  font-family: Syne !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 25.3px;
  letter-spacing: -1.100000023841858px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 30px !important;
}
.slider-before .project-btn {
  justify-content: flex-start;
}
.inner-banner {
  padding: 100px 0;
  border-bottom: 1px solid #000;
}
.inner-banner h1 {
  font-size: clamp(27px, 7vw + 10px, 52px);
  font-family: var(--font-syne);
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  color: var(--primary-color);
  text-align: center;
}
.inner-banner span {
  font-family: var(--font-outfit);
  font-size: 20px;
  font-weight: 300;
  color: var(--text-color);
  line-height: 23px;
  text-align: center;
  display: block;
}
.inner-banner span a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
}
.operate-section {
  padding: 100px 0;
  background: #fff;
}
.operate-div {
  padding: 60px 40px;
  border: 1px solid #000;
}
.operate-div img {
  width: 100%;
  object-fit: contain;
}
.operate-div h3 {
  font-size: clamp(22px, 4vw + 10px, 30px);
  font-family: var(--font-syne);
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  color: var(--primary-color);
  margin: 40px 0;
}
.operate-div h5 {
  font-size: 17px;
  font-family: var(--font-syne);
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  color: grey;
}
.operate-div p {
  font-family: var(--font-outfit);
  font-size: 20px;
  font-weight: 300;
  color: var(--text-color);
  line-height: 23px;
  display: block;
  margin: 40px 0 0 0;
}
.mission-div {
  background: #000;
}
.mission-div h3,
.mission-div h5,
.mission-div p {
  color: #fff !important;
}
.about-vision {
  padding: 0 0px !important;
  background: #f1f1f1 !important;
}
.our-works {
  padding: 100px 0;
  background: url("../images/video-banner-overlay-01.jpg") no-repeat center
    center/cover;
}
.work-heading h3 {
  font-size: clamp(30px, 6vw + 10px, 42px);
  font-family: var(--font-syne);
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  margin-right: 15px;
  line-height: clamp(140%, 10vw + 20%, 180%);

  color: white;
}
.our-works a {
  color: white !important;
}
.our-works .project-btn .icon {
  border: 1px solid white;
}
.our-works .project-btn:hover span.icon {
  border-bottom: 7px solid white;
}
.advisior-div {
  padding: 60px 30px;
  border: 1px solid #000;
  background: white;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 360px;
  margin-bottom: 30px;
}
.advisior-div:hover {
  background: var(--secondary-color);
}
.advisior-div h3 {
  font-size: 24px;
  font-family: var(--font-syne);
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  color: var(--primary-color);
}
.advisior-div p {
   font-size: 20px;
   font-family: var(--font-outfit);
   font-weight: 300;
   color: black !important;
   line-height: 23px;
   display: block;
   margin: 10px 0 !important;
   height: 160px;
   overflow-y:auto;
}
.advisior-div ul {
  padding: 0;
}
.advisior-div li {
  font-size: 20px;
  font-family: var(--font-outfit);
  font-weight: 300;
  color: black;
  line-height: 23px;
  display: block;
  margin: 10px 0;
}
.advisor-img {
  position: absolute;
  right: 0;
  bottom: -10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.7s;
  width: 150px;
  height: 150px;
}
.advisior-div:hover .advisor-img {
  visibility: visible;
  opacity: 1;
  transform: translateY(-10px);
}
.advisor-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.form-section {
  padding: 70px 10px;
  background: var(--primary-color);
}
.form-content {
  padding: 20px;
}
.form-content h3 {
  /* font-size: 42px; */
  font-family: var(--font-syne);
  text-transform: uppercase;
  font-weight: 700;
  /* width: 100%; */
  color: #c9f31d;
}
.form-content p {
  font-size: 16px;
  font-family: var(--font-syne);
  text-transform: uppercase;
  width: 100%;
  color: white;
}
.project-btn.white a {
  color: white;
}
.project-btn.white .icon {
  border: 1px solid white;
  transition: all 0.3s;
}
.project-btn.white:hover span.icon {
  border-bottom: 7px solid white !important;
}
.form input,
.form textarea,
.form input:focus,
.form textarea:focus {
  background: transparent;
  border: 1px solid white;
  color: white;
  margin: 0 0 15px 0;
}
.submit-button,
.submit-button::after {
  padding: 16px 20px;
  font-size: 18px;
  background: var(--secondary-color);
  border: 0;
  color: var(--primary-color);
  letter-spacing: 3px;
  line-height: 1;
  outline: transparent;
  position: relative;
}

.submit-button::after {
  --slice-0: inset(50% 50% 50% 50%);
  --slice-1: inset(80% -6px 0 0);
  --slice-2: inset(50% -6px 30% 0);
  --slice-3: inset(10% -6px 85% 0);
  --slice-4: inset(40% -6px 43% 0);
  --slice-5: inset(80% -6px 5% 0);
  content: "Submit";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--secondary-color);
  text-shadow: black;
  clip-path: var(--slice-0);
}

.submit-button:hover::after {
  animation: 1s glitch;
  animation-timing-function: steps(2, end);
}

@keyframes glitch {
  0% {
    clip-path: var(--slice-1);
    transform: translate(-20px, -10px);
  }

  10% {
    clip-path: var(--slice-3);
    transform: translate(10px, 10px);
  }

  20% {
    clip-path: var(--slice-1);
    transform: translate(-10px, 10px);
  }

  30% {
    clip-path: var(--slice-3);
    transform: translate(0px, 5px);
  }

  40% {
    clip-path: var(--slice-2);
    transform: translate(-5px, 0px);
  }

  50% {
    clip-path: var(--slice-3);
    transform: translate(5px, 0px);
  }

  60% {
    clip-path: var(--slice-4);
    transform: translate(5px, 10px);
  }

  70% {
    clip-path: var(--slice-2);
    transform: translate(-10px, 10px);
  }

  80% {
    clip-path: var(--slice-5);
    transform: translate(20px, -10px);
  }

  90% {
    clip-path: var(--slice-1);
    transform: translate(-10px, 0px);
  }

  100% {
    clip-path: var(--slice-1);
    transform: translate(0);
  }
}

.portfolio-item {
  position: relative;
  height: 300px;
  overflow: hidden;
  transition: all 0.7s ease-in-out;
  cursor: pointer;
}
.port-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-bottom: 20px;
}
.row.align-items-center {
  padding-top: 5px;
}

.projects-heading.d-flex.align-itms-center img {
  width: 26px;
  height: 24px;
  margin: 6px 13px;
}
section.potfolio-section {
  padding: 60px 0px;
}

.know-more-btn a {
  padding-left: 42px;
  line-height: 40px;
}
.digital-promotions h3 {
  text-transform: uppercase;
  font-size: 29px;
  color: var(--primary-color);
  font-family: var(--font-syne);
  font-weight: 700;
}
.digital-promotions p {
  font-family: var(--font-outfit);
  color: var(--text-color);
  font-size: 16px;
  font-weight: 300;
}
.know-more-btn a {
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--font-outfit);
  color: var(--primary-color);
}
.know-more-btn a {
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--font-outfit);
  color: var(--primary-color);
}
.portfolio-content {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.7s ease-in-out;
  cursor: pointer;
  background: linear-gradient(2deg, #c9f31db3 0%, #f3ff34b8 100%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio-content h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: var(--primary-color);
  font-family: var(--font-syne);
  font-weight: 700;
}

.port-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.portfolio-item:hover .portfolio-content {
  opacity: 1;
}
.portfolio-item h3 {
  transition: all 0.8s;
}
.portfolio-item:hover h3 {
  transform: translateY(-15px);
}

.portfolio-content a {
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid black;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.9s;
  margin: 60px 0 0 0;
}
.portfolio-content a i {
  transform: rotate(45deg);
  transition: all 0.9s;
}
.portfolio-content a:hover {
  transform: rotate(180deg);
  background: black;
}
.portfolio-content a:hover i {
  transform: rotate(-320deg);
  color: white;
}
.portfolio-item:hover .portfolio-content a {
  transform: translateY(-30px);
}
.img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin: 20px 0 0 0;
}
.port-img a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  border: 0 !important;
}
.single-section {
  padding: 50px 0;
}
.single-heading h3 {
  font-size: 32px;
  font-family: var(--font-syne);
  font-weight: 700;
  margin: 10px;
  /* display: flex; */
}
.single-section h4 {
  font-size: 24px;
  font-family: var(--font-syne);
  font-weight: 700;
  margin: 10px;
  /* display: flex; */
}
.single-section p {
  font-size: 16px;
  font-family: var(--font-outfit);
  font-weight: 300;
  margin: 10px;
  /* display: flex; */
}
.ch-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
}
.challenge {
  background: black;
  padding: 20px;
  border: 1px solid black;
}
.challenge h4 {
  color: yellow;
  margin: 0;
}
.challenge p {
  color: white;
}

.solution {
  background: #f1f1f1;
  padding: 20px;
}
.solution h4,
.solution p {
  color: black;
}
.contact-img img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.contact-form {
  padding: 30px 0;
}
.contact-form h4 {
  font-size: clamp(24px, 5vw + 8px, 32px);

  font-family: var(--font-syne);
  font-weight: 700;
  /* display: flex; */
}
.contact-form p {
  font-size: 17px;
  font-family: var(--font-outfit);
  font-weight: 300;
  /* display: flex; */
}
.contact-form input , .contact-form textarea {
  background: transparent;
  color: black;
  padding: 10px;
  font-family: var(--font-outfit);
}
.our-works p {
    color: #fff;
    font-size: 18px;
}
section.tenstimonials-section {
    /* padding: 0px 0; */
    min-height: clamp(400px, 20vw + 100px, 640px);

    padding: 70px 0;
}
header img.logo {
    width: 60%;
    object-fit: cover;
}
.black-box{
    background:var(--primary-color);
    padding:30px;
    color:white;
}
section.service-box {
    padding: 70px 0;
}
.black-box h3 {
 font-family:var(--font-syne);
font-size: clamp(24px, 5vw + 10px, 36px);

   font-weight:700;
  
}
.service-box {
    padding:30px 5px;
}
.social-media-agency h3{
 font-family:var(--font-syne);
 font-size: clamp(20px, 5vw + 10px, 30px);
 display:flex;
 align-items:center;
 justify-content: space-between;
}
.social-media-agency a {
    text-decoration: none;
    color: black;
}
.service-box span{
    margin-left:10px;
    /* display: block; */
}
.service-box p{
     font-family:var(--font-syne);
    font-size:17px;
}
.black-icon {
    text-align: end;
}
.black-icon .ouricon img{
transform:rotate(60deg);
}

.brand-identity{
position:relative;
}
/* .brand-identity::before{
    content:'';
    width:40px;
    height:110%;
    border:1px solid black;
    position:absolute;
    z-index:-1;
    
} */
.identity-img img {
    width: 100%;
}
.identity{
    width: clamp(200px, 30vw + 20px, 340px);

    height:200px;
    background:var(--secondary-color);
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    bottom:0;
    left:0;
}

.andandaccordion .card {    margin-bottom: 0;   }

.andandaccordion .card .card-header {background: no-repeat;border: none;padding: 25px 0;border-bottom: 1px solid #908f9b;}

.andandaccordion .card {border: none;border-bottom: 1px solid #908f9b;border-radius: 0;     }    

.andandaccordion .card a.card-link {
  font-size: clamp(12px, 1.5vw + 9px, 30px);
  font-weight: 600;
  position: relative;
  display: block;
  text-decoration: none;
  color: black;
  font-family: var(--font-syne);
  }

.andandaccordion .card.activelink  a.card-link {    color:#6c962d;    }    

.andandaccordion .card-body {    padding: 40px 0;    color: #2d2e31;     }
.andandaccordion .card-body P{
  font-family:var(--font-outfit);
  font-size:16px;
}
.andandaccordion .card-body li {font-family:var(--font-outfit);color: #2d2e31;font-size: 1.2rem;margin-top: 10px;/* padding-left: 40px; */position:relative;}

.andandaccordion .card-body li:before {  content:"";     background:url('../images/or-arrow-left.html') no-repeat scroll left center;   position: absolute;  left:0px;  width:27px;    height:27px;     }   
 
.andandaccordion .card-body ul {    margin-top: 30px;   }

.andandaccordion .card .card-header a.card-link:after {    content: "";    position: absolute;    right: 0;    width: 40px;    height: 40px;    background: url('../images/or-plus-down6654.png?v1') no-repeat scroll center center;        }       

.andandaccordion .card .card-header a.card-link:not(.collapsed):after  {    background: url('../images/or-plus-up6654.png?v1') no-repeat scroll center center;         }
.iis_item {border: 2px solid #daeaf4;padding: 40px;height: 100%;border-radius: 6px;background: #fff; transition: all 0.7s;cursor:pointer;}

.iindustry-strive {background: url(../images/andwirebg.html) no-repeat scroll center top;background-size: cover;padding: 0em 0;}   

.iindustry-strive .col-md-4 {    margin-bottom: 30px;   }

.iis_item h5 {    margin: 25px 0;     font-size: 1.438rem;  }

.iis_item  p {color: #2d2e31;margin-bottom: 0;font-size: 1rem;}     

.iis_item:hover , .iis_item:focus , .iis_item:active {    background: var(--secondary-color);    border-color: var(--secondary-color);    }

.iis_item:hover *, .iis_item:focus *, .iis_item:active  * { color: black; }
.iis_item a {
    text-decoration: none;
    color: black;
    font-weight: 600;
}
.tandtols {     margin-top: 30px;       width: 100%;    }   

.tandtols ul.nav.nav-pills li {/* width: auto; */text-align: center;padding: 0;}

.tandtols ul.nav.nav-pills li a {display: block;width: 100%;padding: 15px 0;font-size: 1.2rem;font-weight: 600;border-bottom: 1px solid #555567;color: #242222 !important;position: relative;text-decoration: none;}

.tandtols ul.nav.nav-pills li a.active , .tandtols ul.nav.nav-pills li a:hover , .tandtols ul.nav.nav-pills li a:active , .tandtols ul.nav.nav-pills li a:hover {border-bottom-color: #94b700;border-bottom-width: 4px;margin-bottom: 0;}   
.tandtolin {margin-top: 80px;display: flex;justify-content: space-around;align-items: center;flex-wrap: wrap;}

.tandtolin img.ttls_thumb {max-height: 60px;margin: 30px 6px;object-fit: cover;}
section.mad_train {background: var(--primary-color);background-size: cover;padding: 6em 0;}   
.andwhy_sec {background: url('../images/why-choos-and1.jpg') no-repeat scroll right center #000;overflow :hidden;padding: 80px 0;}      

.ob-thumb2 {border-radius: 10px;overflow: hidden;/* width: 114%; */margin-top: -60px;}

.ob-thumb2 img {
    width: 100%;
    /* margin-bottom: 30px; */
    height: 710px;
    object-fit: cover;
} 

.unk_style {margin-top: 0;padding: 70px 20px;background: #fff;border: 1px solid #555567;border-radius: 8px;position: relative;clear: both;}

.unk_item {margin-bottom: 50px;position: relative;padding-left: 70px;}
.unk_item p{
  font-family:var(--font-outfit);
  font-size:16px;
}
img.unk_thumb {    position: absolute;    left: 0;    }

.unk_item:last-child {    margin-bottom: 0;    } 

.unk_item h5 {    font-size: 1.5rem;   }

section.and-cta-ind {background: black;background-size: cover;position: relative;padding: 100px 0;object-fit: cover;}  
.heading h2:after {     display: none;   }    

.and-cta-ind .heading.text-center {    margin-bottom: 0;    }

.and-cta-ind .heading h2 {    color: #fff;    text-transform: lowercase; }

.and-cta-ind .heading p {    color: #fff;    padding-bottom: 2rem;    font-size: 1.5rem;   }    
.andwhy_ul h2 {    color: #fff;     }

.andwhy_ul ul {    margin-top: 40px; padding:0; list-style:none;   }
 
.andwhy_ul ul li {    margin-top: 50px; }   

.andwhy_ul ul li h4 {color: #d2f748;font-weight: 400;font-size: 1.625rem;}
    
.andwhy_ul ul li  p {    color: #fff;   margin-top: 0px;    font-size: 1.25rem; }

.mad_train ul {display: flex;justify-content: space-between;flex-wrap: wrap;}

.mad_train ul li {position: relative;display: flex;align-items: center;margin-bottom: 40px;}

.mad_train ul li h4 {    color: #fff;    font-size: clamp(3rem, 8vw + 2rem, 5.5rem);
   }

.mad_train ul li h4 span {    display: block;    font-size: 1.25rem;    font-weight: normal;    }

.mad_train ul li img.mad_thumb {    margin-right: 20px;   }
.omadp_sect .col-md-4 {border-bottom: 1px solid #dddd;border-right: 1px solid #dddd;padding-top: 10px;padding-bottom: 10px;}

.omadp_sect .col-md-4:last-child {   border-right: none;    }

.omadp_itm {padding: 50px 20px 30px 20px;text-align: center;position: relative;border-radius: 8px;height: 100%;font-family:var(--font-syne); }

.omadp_itm img.omad_thumb {    margin-bottom: 20px; }

.omadp_itm  h4 {margin-bottom: 20px;margin-top: 20px;}

.omadp_sect strong.omap-nos {    color: #ced0d6;    font-size: 3.75rem;    text-align: right;    width: 100%;    display: block;    margin-bottom: 0;    margin-top: 50px;    line-height: 3.75rem;    font-weight: 600;    }

.omadp_sect .col-md-12.text-center {    margin-top: 50px;   }

.heading h2:first-letter {    /* color: red; */    text-transform: capitalize;  }

.heading h2 {margin: 0;font-size: clamp(2rem, 6vw + 1rem, 1.5rem);text-transform: none;display: inline-block;position: relative;z-index: 1;/* font-weight: 500; */font-family: var(--font-syne);} 

.omadp_itm:hover {background: var(--secondary-color);color: black;}

.omadp_itm:hover * {   color: black !important;  }

img.and-cta-left-ico {
    position: absolute;
    left: 3%;
    top: 0;
    margin: auto;
}
section.caad_sect {
    padding: 80px 0;
}

section.new-portfolio.case-study {
    padding: 80px 0;
}

section.itech-stack {
    padding: 0px 0;
}

section.omadp_sect {
    padding: 80px 0;
}

section.unlock_bsect {
    padding: 80px 0;
}

.heading.text-center {
    padding: 0 0 clamp(50px, 5vw + 10px, 70px);

}
.heading.text-center p {
    font-family: var(--font-outfit);
    font-size: 18px;
    /* width: 67%; */
    margin: 10px auto;
}
.case-study figure {
    margin: 0 0 20px;
    position: relative;
    overflow: hidden;
    transition: .5s;
    border-radius: 20px
}

.case-study figure a.full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.case-study figure img {
    width: 100%;
    object-fit: cover
}

.case-study figure figcaption .txt {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    padding: 36px 37px 33px;
    background-color: #222728;
    box-sizing: border-box;
    border-radius: 20px
}

.case-study figure figcaption {
    background: #000000;
    border-radius: 20px;
    padding-left: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-100%)
}

.case-study figure figcaption img {
    max-width: 30px;
    margin-bottom: 10px;
    transition: .5s;
    display: none
}

.case-study figure figcaption h3 {
    margin: 0;
    text-transform: uppercase;
    transition: .5s;
    font-family: var(--font-syne);
}

.case-study figure:hover figcaption {
    transition: transform .6s cubic-bezier(.475,.425,0,.995);
    transform: translateY(0)
}

.case-study figure:hover figcaption h3 {
    transition-delay: .5s;
    margin-top: 5px
}
.social-media-agency {
    border: 1px solid;
    margin-bottom: 15px;
    padding: 20px;
}
.social-media-agency h3:hover {
  color: transparent; /* Makes the text transparent */
  -webkit-text-stroke: 1px black; /* Adds a black outline to the text */
}
.bottom-footer {
    padding: 15px 0;
}

.footer-logo li.list-group a {
    font-size: 25px;
}

.footer-logo li.list-group {
    margin-right: 10px;
    margin-top: 20px;
}
footer img.logo {
    width: 70%;
    object-fit: cover;
    margin-bottom: 10px;
}
ul.list-items a:before {
  position: absolute;
  content: '';
  background: #777777;
  width: 0;
  height: 2px;
  bottom: 0;
  transition: all .5s ease;
}

ul.list-items a:hover::before {
  width: 100%;
}
.star i {
  cursor: pointer;
}
section.service-section-slider {
  background-image: url(../images/slider-branding-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 120px 0;
}
.serv-sec-con h2 {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-family: var(--font-syne);
  font-size: clamp(43px, 6vw + 10px, 69px);
}
.text-svg svg {
  fill: #d5f724;
  height: clamp(200px, 20vw + 50px, 350px);

}
.inner-area {
  padding: clamp(50px, 10vw + 20px, 110px) 0;

}
.cont-serv p {
  font-family: var(--font-syne);
  color: #fff;
  font-size: 20px;
}

.marquee-text {
  box-sizing: border-box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  background: #eefe31;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.marquee-text .top-info-bar {
  font-size: 12px;
  width: 200%;
  display: flex;
  -webkit-animation: marquee 25s linear infinite running;
  -moz-animation: marquee 25s linear infinite running;
  -o-animation: marquee 25s linear infinite running;
  -ms-animation: marquee 25s linear infinite running;
  animation: marquee 23s linear infinite running;
  padding: 10px 0px;
  border-bottom: 1px solid;
  overflow-x: hidden;
  /* width: 100%; */
}

.marquee-text .top-info-bar:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}

.marquee-text .top-info-bar .info-text {
  padding: 10px 17px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-family: var(--font-sync);
  gap: 35px;
}

.marquee-text .top-info-bar a {
  color: #000;
  text-decoration:none;
  font-family: var(--font-syne);
  font-size: 20px;
}

@-moz-keyframes marquee {
  0% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
  }

  100% {
      -webkit-transform: translate(-50%);
      -moz-transform: translate(-50%);
      -o-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
  }
}

@-webkit-keyframes marquee {
  0% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
  }

  100% {
      -webkit-transform: translate(-50%);
      -moz-transform: translate(-50%);
      -o-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
  }
}

@-o-keyframes marquee {
  0% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
  }

  100% {
      -webkit-transform: translate(-50%);
      -moz-transform: translate(-50%);
      -o-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
  }
}

@keyframes marquee {
  0% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
  }

  100% {
      -webkit-transform: translate(-50%);
      -moz-transform: translate(-50%);
      -o-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
  }
}
.fl-1.info-text svg {
  fill: #000;
  width: 31px;
}
get-connect-inner {
  background: var(--secondary-color);
  padding: 90px 0px;
}
.get-connect-inner-content h5 {
  font-size: 22px;
  font-family: 'Outfit';
  font-weight: 300;
  color: var(--primary-color);
  line-height: 46px;
}
.get-connect-inner-content h3 {
  font-size: clamp(30px, 6vw + 10px, 50px);

  font-family: 'Syne';
  font-weight: 700;
  letter-spacing: -1px;
}
button.view-all-projects.get-in-touch {
  border: none;
  background: transparent;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  position: absolute;
  border-bottom: 1px solid var(--primary-color);
  padding-right: 17px;
  color: var(--primary-color);
}
.project-btn {
  display: flex
;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 30px 23px 0px;
}
.get-connect-inner {
  background: #d2f622;
  padding: 60px 30px;
  margin-bottom: 50px;
}

section.get-connect-section {
 padding: clamp(40px, 8vw + 10px, 60px) 0;

}
a.view-all-projects.new {
  color: #fff;
  letter-spacing: 2px;
}

span.icon.new {
  border: 1px solid #fff;
}
.project-btn:hover span.icon.new {
  color: #fff;
  border-bottom: 7px solid #fff;
}
ul.info-list li:before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background: #000;
  bottom: 0;
  transition: .5s ease;
}

ul.info-list li:hover::before {
  width: 100%;
}
.Responsive-menu {
  position: fixed;
  width: 480px;
  height: 100vh;
  z-index: 9999;
  background: #171717;
  top: 0;
  left: -100%;
  overflow-y: scroll;
  transition: .7s;
}

.Responsive-menu-inner {
  padding: 50px 50px;
  z-index: 1;
  position: relative;
  min-width: 100%;
}

.Responsive-logo {
  margin-bottom: 45px;
  margin-top: 50px;
}

.Responsive-form-search {
  position: relative;
  margin-bottom: 50px;
}

input[type="text-3"] {
  width: 100%;
  height: 60px;
  background: #212121;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  color: #c2c2c2;
  padding: 0 25px;
  font-family: 'Montserrat';
}

.Responsive-form-search a i {
  position: absolute;
  top: 25px;
  color: #fff;
  right: 25px;
  font-weight: 800;
}

.Responsive-links {
  margin-bottom: 50px;
}

.Responsive-links ul {
  display: block;
  position: static;
}

.Responsive-links ul li a {
  display: block;
  border-bottom: 1px solid #353535;
  font-family: 'Montserrat';
  font-size: 16px;
  color: #fff;
  padding: 10px 0;
}

.Responsive-links ul li a i {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #888888 !important;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  right: 56px;
}
.fm.off-convs {
  margin: 30px 0;
}

.fm.off-convs h4 {
  color: #fff;
  font-family: var(--font-syne);
  font-weight: 600;
  margin-bottom: 20px;
}
.service-menu i {
  color: #fff;
  border: 1px solid;
  padding: 3px 7px;
  height: 24px;
  }
 
 .service-menu {
     display: flex;
     justify-content: space-between;
     border-bottom: 1px solid #353535;
     align-items: center;
 }
.fm.off-convs p {
  margin-bottom: 50px;
  color: #6e777d;
  line-height: 1.6;
  font-family: var(--font-syne);
  font-weight: 500;
  font-size: 18px;
}

.off-co-contect ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: .5rem!important;
}

.off-co-contect {
  border-bottom: 1px solid #414141;
  padding-bottom: 60px;
  margin-bottom: 30px;
}

.off-co-contect h4 {
  margin-bottom: 25px;
  color: #fff;
  font-family: var(--font-syne);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.confec-icon a {
  width: 45px;
  height: 45px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #3a3a3a;
  text-align: center;
  border-radius: 50%;
  margin-inline-end: 5px;
  line-height: 43px;
}

.confec-cont {
  color: #6e777d;
}
.fm-offcanvas-social {
  display: flex;
  gap: 15px;
}

.fm-offcanvas-social span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.sonceove-icon a i {
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
}

.sonceove-icon a {
  margin: 0 5px;
}
.cross a i {
  font-size: 37px;
  color: #fff;
  position: absolute;
  top: 60px;
  right: 26px;
  transition: all.7s;
}

.Responsive-menu.active {
  left: 0;
}
.cross:hover a i {
  transform: rotate(90deg);
  color: #fd6500;
}
/*Header*/

.fm-header-bar-1 {
  display: flex;
  width: 33px;
  flex-direction: column;
  align-items: flex-end;
}

.fm-header-bar-1 span {
  height: 2px;
  width: 33px;
  background: #000000;
  margin: 3.5px 0;
  transition: .3s;
}
span.fm-header-bar-line.fm-header-bar-line-2:hover {
  width: 100%;
}
.fm-header-bar-1 span:is(.fm-header-bar-line-2) {
  width: 18px;
}
a#show-menu {position: absolute;right: 50px;top: 40px;}
.Responsive-logo a img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.clients img {
  width: 97px;
  height: 120px;
  object-fit: contain;
}
.Responsive-links ul {
  list-style: none;
  padding: 0;
}
.ans_thumb_imgs img {
    width: 100%;
    height: 600px;
    object-fit: contain;
}

.Responsive-links ul li a {
  text-decoration: none;
  font-family: var(--font-syne);
  text-transform: capitalize;
}

.off-co-contect ul {
  padding: 0;
}
.service-menu a {
    border: unset !important;
}
.confec-cont p {
    font-family: var(--font-syne);
    margin: 0;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 40px;
}
ul.sub-menu li:hover {
  background: #fff;
  
}
/* Default styling for the button */
.watch-reels {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #ffffff; /* Initial background color */
    color: white; /* Initial text color */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease; /* Smooth transition for hover effects */
}

/* Styling for the icon */
.watch-reels .button-icon {
    margin-left: 10px; /* Space between text and icon */
    transition: transform 0.3s ease; /* Smooth transition for icon */
}

/* Hover effect for the button */
.watch-reels:hover {
    background-color: #d7f724; /* Darker background on hover */
    color: #fff; /* Ensure text stays white */
}

/* Hover effect for the icon (rotation) */
.watch-reels:hover .button-icon {
    transform: translateX(5px); /* Move the icon slightly to the right */
}

ul.sub-menu li:hover a {
  color: #000;
  padding: 10px 20px;
  font-family: var(--font-syne);
  font-weight: 500;
}
ul.sub-menu li a {
  padding: 18px 0px 0 15px;
  width: 110%;
}

li.list-items i {
    padding-right: 18px;
    color: #040707;
}
span.contact-icon i {
    rotate: -45deg;
    font-size: 17px;
}








.autochatpopup .modal-content {
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.autochatpopup .modal-header {
    border-bottom: none;
}

.autochatpopup .modal-title i {
    font-size: 1.5rem;
    margin-right: 10px;
}

.autochatpopup .btn-close {
    background-color: #ddd;
    border-radius: 50%;
}

.autochatpopup .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

.autochatpopup .modal-body i {
    color: #141232;
    font-size: 36px;
}

.autochatpopup .modal-body p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    color: #141232;
    margin: 15px 0;
}

li.last-child {
    padding-top: 0px !important;
}

.autochatpopup .modal-body h5, .autochatpopup .modal-body h6 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
}

.autochatpopup .modal-body p span {
    color: #E92747;
}
a {
    color: #000;
}

.heading-form {margin-bottom: 20px;}
.heading-form h6 {font-family: 'Poppins', sans-serif;font-style: normal;font-weight: 600;font-size: 20px;line-height: 30px;color: #E92747;margin: 0 0 10px 0;}
.heading-form h3 {font-family: 'Poppins', sans-serif;font-style: normal;font-weight: 600;font-size: 32px;line-height: 34px;text-align: center;color: #000000;}
.main-banner-contact input {height: 45px; border: 1px solid #CACACA !important; margin-bottom: 20px; width: 100%; padding: 0 10px;}
.main-banner-contact textarea{height: 100px;width:100%;border: 1px solid #CACACA !important;margin-bottom: 20px;resize:none;padding: 10px 10px;}
.main-banner-contact textarea::placeholder{color:#CACACA;font-weight:600;font-size:14px;font-family: 'Poppins', sans-serif;}
.main-banner-contact input::placeholder{color:#CACACA; font-weight:600;font-size:14px;font-family: 'Poppins', sans-serif;}
input#submit {padding: 12px 96px;background: #000000;color: #fff;border-radius: 24px;text-transform: uppercase;}
input#submit:hover {
    background: #b0e126;
    color: #000000;
}

.banner-item p span { color: #e92747;}
.button-area a:before {content: '';display: table;position: absolute; width: 100%; height: 100%;background: #fff;left: -100%;top: 0;transition: all .7s;}
.button-area a:hover:before { left: 0;}
.button-area a span {position: relative;/* color: black; */}
button#submit{background:#000000;color:white;border-radius: 2px;width:100%;padding: 15px;}
button#submit:hover {background: #b0e126;color: #000000;}
/* End here banner here */



.footer-social {
    font-size: 16px;
}


  .case-study-menu {
        position: absolute;
        flex-direction: column;
        line-height: 1;
        top: 100%;
        gap: 10px !important;
        left: 0;
         /* Adjust width as needed */
         /* Set the maximum height */
        width: 200px;
        overflow-y: auto; /* Add vertical scrolling if content exceeds height */
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 10px 0;
        visibility: hidden; /* Hide submenu initially */
        opacity: 0; /* Set initial opacity to 0 */
        transition: opacity 0.3s ease, visibility 0s linear 0.3s; /* Smooth transition */
    }

    li:hover .case-study-menu {
        visibility: visible; /* Make submenu visible on hover */
        opacity: 1; /* Fade in submenu */
        transition: opacity 0.3s ease, visibility 0s linear 0s; /* Smooth transition */
    }

    .case-study-menu li {
        padding: 8px 12px;
    }

    .case-study-menu li a {
        text-decoration: none;
        padding-top: 0px;
    }

    
    li.case___study {
    position: relative;
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    margin-bottom: 20px;
    WIDTH: 100%;
}
.new-portfolio figure img {
    height: 350px;
}
.andwhy_ul p {
    color: #fff !important;
}
.andwhy_ul {
    color: #fff;
}

/* Typography: Apply Outfit font to all paragraph elements sitewide */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

p {
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;family=Syne:wght@400..800&amp;display=swap");

:root {
  --text-color: #777777;
  --primary-color: #000000;
  --secondary-color: linear-gradient(90deg, #bee74d 0%, #abde18 100%);
  --font-outfit: "Outfit";
  --font-syne: "Syne";
}
h2.section-title {
    font-family: var(--font-syne);
    text-align: left;
    font-size: 42px;
    font-weight:700;
}
.case-content p{
    text-align:left;
    font-size:20px;
    font-family:var(--font-outfit)
}
.section.section-1 
    {
    padding:50px 0 
    
}
.section.section-1 .row{
    align-items:center
}
.section.section-1 p{
    font-family:var(--font-outfit);
    font-size:16px;
}
.section.section-1 h2{
    font-size:54px;
}
::-webkit-scrollbar {
  width: 8px; /* Adjust the width for a thin scrollbar */
}advisior-div

::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
  border-radius: 10px; /* Optional: for rounded corners */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Optional: track background color */
}
body {
    font-family: var(--font-syne);
    color: #000;
}
a {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
/* header */
nav.navbar-list ul {
    display: flex;
    gap: 70px;
    font-size: 18px;
    font-family: var(--font-syne);
    font-weight: 400;
    list-style: none;
    justify-content: center !important;
}
ul.list-items a {
  text-decoration: none;
  padding-top: 16px;
  color: #3d3d3d;
  text-transform: uppercase;
  position: relative;
}
.main-header-logo h1 {
  color: var(--primary-color);
  font-size: 44px;
  font-weight: 700;
  font-family: var(--font-syne);
  line-height: 61px;
  letter-spacing: -4px;
}
header {
  border-bottom: 1px solid var(--primary-color);
  background: white;
  padding-bottom: 20px;
}
header.fixed {
    position: fixed;
    width: 100%;
    z-index: 9;
    background: white;
    transition: all 0.7s;
    /* padding: 5px 0; */
    box-shadow: 0 5px 10px #8080804a;
    /* transform: translate(-10px); */
    /* border: none; */
    top: 0;
}
.play-icon {
  display: flex;
  align-items: center;
}
ul.sub-menu {display: none !important;}

.navbar-list .has-submenu > a {
    padding: 0;
}

.navbar-list .has-submenu:hover ul.sub-menu {
    display: block !important;
}
.play-icon p {
  /* position: relative; */
  top: 16px;
  /* left: 23px; */
  text-transform: uppercase;
  font-family: var(--font-outfit);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.8px;
  margin: 0;
  margin-left: 3px;
}
.banner-inner-content h1 {
  font-size: clamp(32px, 5vw + 10px, 56px);
  font-family: var(--font-syne);
  text-transform: uppercase;
  font-weight: 700;
  /* width: 100%; */
  /* line-height: 70px; */
  letter-spacing: -4px;
  color: var(--primary-color);
}
.banner-inner-content p {
  font-family: var(--font-outfit);
  font-size: 20px;
  font-weight: 300;
  color: var(--text-color);
  line-height: 36px;
  padding-top: 33px;
}
.banner-btn button {
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  font-family: var(--font-outfit);
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 300;
  padding: 0px;
  line-height: 14px;
  letter-spacing: 3.2px;
  border-bottom: 1px solid var(--text-color);
  padding-top: 38px;
}
section.banner-section {
  padding-top: clamp(80px, 10vw + 20px, 130px);

}
img.icon-img {
  position: relative;
  /* bottom: 220px; */
  width: 25%;
}
.icons {
  position: relative;
  bottom: 230px;
}
img.vector {
  position: absolute;
  top: 60px;
  left: 16px;
  /* right: 50%; */
  /* bottom: -86px; */
}
span.icon {
  border-radius: 50%;
  border: 1px solid black;
  width: 15px;
  height: 15px;
  display: inline-table;
  margin-left: 5px;
}
/* video section */
.video-div {
  position: relative;
  display: flex;
  justify-content: center;
}
.video {
  position: relative;
  width: 80%;
  height: 80vh;
  transition: all 0.7s;
}
.video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.video.fullscreen {
  width: 100vw;
  height: 100vh;
}
.watch-reels {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
/* service section */
.service-section {
  padding: 50px 0;
  background: #000;
  color: white;
}
.service-heading img {
  width: 30px;
  height: 30px;
  margin-left: 20px;
}
.service-section p {
  font-family: var(--font-outfit);
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-align: left;
  margin-top: 20px;
}
.service-section .banner-btn button {
  color: white;
  border-bottom: 1px solid white;
}
.service-section .swiper-slide {
  background: transparent;
  color: white;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  border: 1px solid white;
  height: 400px;
}
.service-section .swiper-slide.swiper-slide-next {
  transition: all 0.7s;
  transform: translateY(60px);
}

.swiper.stylishSlider {
  height: 600px;
}
/*marquee */
.marquee-slider .marquee {
  overflow: hidden;
  position: relative;
  height: 84px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.marquee-slider .marquee span a {
  color: #fff;
  text-decoration: none;
  font-size: clamp(60px, 8vw + 20px, 90px);

}
.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;
  color: red;
}
.marquee-slider .slider-left-right {
  transition: all 0.7s;
  background: #fff;
}
.marquee-slider .marquee span {
  font-size: 80px;
  color: #000;
  margin-right: 50px;
  word-spacing: 40px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Syne";
  transition: all 0.7s;
}
.marquee-slider .slider-left-right:hover .marquee span {
  color: #fff;
}
.marquee-slider .slider-left-right:hover {
  background: #111;
}
.marquee-slider {
  background:#bee74b;
}
.marquee-slider .slider-right-left .marquee span {
  color: #fff;
}
.marquee-slider .slider-right-left {
  background: #bee74b;
  transition: all 0.7s;
}
.marquee-slider .slider-right-left:hover .marquee span {
  color: #fff;
}
.marquee-slider .slider-right-left:hover {
  background: #111;
}
.marquee-slider .slider-right-left .marquee--inner {
  animation: marquee-right 20s linear infinite;
}
.marquee-slider .slider-right-left .marquee--inner:hover {
  animation-play-state: paused;
  color: red;
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marquee-right {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}

.marquee:hover {
  animation-play-state: paused;
}
/* design section */

.design-inner-heading p {
  font-size: 16px;
  font-family: var(--font-outfit);
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--secondary-color);
}

.design-inner-heading {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.design-inner-heading::before {
  content: "";
  position: absolute;
  top: 6%;
  left: 18%;
  transform: translateY(-50%);
  height: 2px;
  width: 34px;
  background-color: #ff2200;
}
.design-inner-heading h2 {
  font-size: clamp(24px, 4vw + 10px, 34px);
  font-family: var(--font-syne);
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -1.8px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-top: 10px;
}
.inner-pharagraph p {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  font-family: var(--font-outfit);
  margin: 39px 0px;
  color: var(--text-color);
}
.start-btn button,
.watch-reels {
  padding: 0px 0px;
  font-size: 14px;
  font-weight: 300;
  font-family: var(--font-outfit);
  line-height: 20px;
  background: #b0e126;
  border: 1px solid #000000;
  display: flex;
  gap: 0px;
  text-transform: uppercase;
  color: var(--primary-color);
}
.watch-reels {
  background: white;
}
span.button-icon {
  border-left: 3px solid #fff;
  /*display: block;*/
  padding: 10px;
}

span.button-icon i {
  margin: 0 7px;
  color: #000;
}
span.btn {
  font-size: 13px;
  padding: 9px 26px;
  color: var(--primary-color);
  font-family:var(--font-syne);
}
button.accordion-button.collapsed {
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: -1.1px;
  font-family: 'Outfit' !important;
  background: transparent !important;
  padding: 20px 0 !important;
  text-transform: none !important;
}
.accordion {
  margin-top: 16px;
  background: transparent;
}
button.accordion-button.collapsed {
  padding: 30px 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush
  > .accordion-item
  > .accordion-header
  .accordion-button.collapsed {
  border-radius: 0;
  color: var(--primary-color);
  text-transform: uppercase;
  background-color: transparent !important;
  border: none;
}

.accordion-button::after {
  content: "+"; /* Default icon is "+" */
  font-size: 35px;
  font-weight: 200;
  color: #1a1a1a;
  background: none;
  margin-left: auto; /* Push the icon to the far right */
  transition: transform 0.3s ease; /* Smooth transition */
  width: auto !important ;
  height: auto !important ;
}

.accordion-button:not(.collapsed)::after {
  content: "-"; /* Change to "-" when expanded */
}
span.button-icon i {
  transform: rotateZ(317deg);
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: transparent !important; /* Ensures the background is transparent */
  border: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
}
.accordion-item:not(.collapsed) {
  border: none !important;
}

/* brand vision  */
span.Brand-vision {
  font-size: clamp(30px, 5vw + 10px, 40px);
  font-family: var(--font-syne);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2.3px;
  line-height: clamp(50px, 10vw + 10px, 69px);
  color: var(--primary-color);
}
span.design-culture {
  font-size: clamp(30px, 5vw + 10px, 40px);
  font-family: var(--font-syne);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2.3px;
  line-height: clamp(50px, 10vw + 10px, 69px);
  color: var(--primary-color);
}
button.dream-ideas {
  font-size: 21px;
  background: var(--secondary-color);
  font-family: var(--font-outfit);
  font-weight: 800;
  border-radius: 48px;
  border: none;
  padding: 19px 23px;
  text-transform: uppercase;
  letter-spacing: -0.8px;
  color: var(--primary-color);
  transform: rotate(-4deg);
  margin: 5px 10px;
}
button.dream-ideas i {
  margin: 0 5px;
}
span.business {
  font-size: 40px;
  font-family: var(--font-syne);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2.3px;
  line-height: 69px;
  color: var(--primary-color);
}
span.technical {
  font-size: 40px;
  font-family: var(--font-syne);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2.3px;
  line-height: 69px;
  color: var(--primary-color);
}
span.build-your-brand {
  font-size: 40px;
  font-family: var(--font-syne);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2.3px;
  line-height: 55px;
  color: var(--primary-color);
  text-align: start;
}
.inner-cont-brand-vision {
  text-align: center;
  width: 104%;
}
span.that-need-attention {
  font-size: 40px;
  font-family: var(--font-syne);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2.3px;
  line-height: 55px;
  color: var(--primary-color);
}
.attention {
  position: relative;
  top: -25px;
  left: 25px;
}
span.play-btn button {
  background: var(--secondary-color);
  border-radius: 50%;
  padding: 4px 8px;
}
span.brand-vision-play-btn {
  background: var(--secondary-color);
  padding: 17px 9px 17px 9px;
  border-radius: 50%;
}
span.play-btn button i {
  background: white;
  border-radius: 27px;
}
.brand-vision-text p {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: var(--text-color);
  font-family: var(--font-outfit);
  margin: 65px 0;
}

.clients {
  display: flex;
  align-items: center;
}
.no-of-clients {
  padding: 0 21px;
}
.clients p {
  padding: 0 2px;
  font-size: 14px;
  font-weight: 400;
  /* line-height: 4px; */
  text-transform: uppercase;
  font-family: var(--font-outfit);
  color: var(--primary-color);
  letter-spacing: 1px;
}
.no-of-clients h4 {
  font-size: 35px;
  font-family: var(--font-syne);
  color: var(--primary-color);
  line-height: 20px;
  font-weight: 700;
}
.explore-more-btn {
  text-align: center; /* Center the button container */
  margin: 80px 0;
}
.explore-more-btn a {
    text-decoration: none;
}

.explore-more-btn button {
 outline: none;
 cursor: pointer;
 border: none;
 padding: 0.9rem 2rem;
 margin: 0;
 font-family: inherit;
 font-size: inherit;
 position: relative;
 display: inline-block;
 letter-spacing: 0.05rem;
 font-weight: 700;
 font-size: 17px;
 border-radius: 500px;
 overflow: hidden;
 background: var(--secondary-color);
 color: white;
}

.explore-more-btn button span {
 position: relative;
 z-index: 10;
 transition: color 0.4s;
  color:white;
}

.explore-more-btn button:hover span {
 color: black;
}

.explore-more-btn button::before,
.explore-more-btn button::after {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 0;
}

.explore-more-btn button::before {
 content: "";
 background: #000;
 width: 120%;
 left: -10%;
 transform: skew(30deg);
 transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.explore-more-btn button:hover::before {
 transform: translate3d(100%, 0, 0);
}

/* our-awards */

.our-award-heading h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-family: var(--font-syne);
  font-weight: 700;
  line-height: 43.2px;
  letter-spacing: -1.8px;
  color: #000000;
}
span.our-award-icon img {
  width: 2%;
  margin-left: 9px;
}

.our-award p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  font-family: var(--font-outfit);
  color: var(--text-color);
}

.project-btn {
  display: flex; /* Use flexbox */
  justify-content: flex-end; /* Align button to the right */
  align-items: center; /* Vertically center button and span (optional) */
}

a.view-all-projects {
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  font-family: var(--font-outfit);
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
  padding: 0px !important;
  line-height: 14px;
  position: relative;
  letter-spacing: 3.2px;
  text-decoration: none;
  /* padding-top: 38px; */
}
a.view-all-projects::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--text-color);
  transition: all 0.5s ease;
}

a.view-all-projects:hover::before {
  width: 100%;
}
a.view-all-projects .icon {
  margin-left: 10px; /* Add space between button and the icon span */
}
a.view-all-projects span.icon {
  border-radius: 50%;
  border: 1px solid black;
  width: 10px;
  height: 10px;
  display: inline-table;
  margin-left: 5px;
  transition: transform 0.3s ease, border-radius 0.3s ease;
}

.project-btn:hover span.icon {
  border-radius: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid black;
  background-color: transparent;
  transform: rotate(-90deg);
}
/* testimonials */

.testimonials-heading h2 {
  font-size: clamp(24px, 5vw, 36px);
  font-weight: 700;
  /* height: 43px; */
  letter-spacing: -1.8px;
  text-align: center;
  font-family: var(--font-syne);
  color: var(--primary-color);
  margin-bottom: 56px;
  text-transform: uppercase;
}
section.tenstimonials-section {
  height: 570px;
}

.slider-1 {
  padding-right: 28px;
}

/* slider */
html,
body {
  position: relative;
  height: 100%;
}

body {
  /* background: #eee; */
  /* font-family: Helvetica Neue, Helvetica, Arial, sans-serif; */
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  height: 328px;
  border: 1px solid black;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-1 p {
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--font-syne);
  color: #000000;
  padding: 30px 35px 0px 33px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.star {
  text-align: left;
  padding: 30px 0px 0px 31px;
  color: #000000;
}
.client-name p {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  font-family: var(--font-outfit);
  text-transform: uppercase;
}
.client-name {
  /* position: relative; */
  display: flex;
  /* gap: 21px; */
  justify-content: space-between;
}

.client-name img {
  width: 20%;
  /* position: absolute; */
  left: 294px;
  top: 19px;
}
.swiper-pagination-bullet-active {
  width: 0;
  height: 0;
  border-left: 9px solid transparent; /* Left slant of the triangle */
  border-right: 9px solid transparent; /* Right slant of the triangle */
  border-bottom: 9px solid var(--swiper-pagination-color, var(--primary-color)); /* Bottom side (color and height of the triangle) */
  background: none; /* Remove background color */
  margin: 0 auto; /* Center the shape */
  opacity: 1; /* Ensure fully visible */
}

/* footer */
.footer-logo h1 {
  color: var(--primary-color);
  font-size: 44px;
  font-weight: 700;
  font-family: var(--font-syne);
  line-height: 61px;
  letter-spacing: -4px;
}
.footer-logo p {
  /* text-align: center; */
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: var(--text-color);
  font-family: var(--font-outfit);
}
.footer-info h4 {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  font-family: var(--font-syne);
}
ul.info-list li {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: var(--primary-color);
  font-family: var(--font-syne);
  list-style: none;
  position: relative;
  width: max-content;
}
li.list-items a {
  font-size: 16px;
  font-weight: 300;
  line-height: 33px;
  color: var(--primary-color);
  font-family: var(--font-outfit);
  text-decoration: none;
}
.footer-info ul.info-list {
  padding-left: 0;
  padding-top: 13px;
}

.footer-info {
  margin-left: 30px;
}
.footer-info h4 {
  color: var(--primary-color);
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
  font-family: var(--font-syne);
  text-transform: capitalize;
  margin-bottom: 10px;
}
footer.footer-top {
  border-bottom: 1px solid #00000029;
  border-top: 1px solid #00000029;
  padding: 70px 0;
  margin-top: clamp(70px, 8vw + 20px, 110px);
}
.up-btn button {
  border-radius: 50%;
  background: var(--secondary-color); /* Aap apne color variable yahan use kar sakte hain */
  border: 1px solid #000000;
  position: fixed;
  height: 40px;
  width: 40px;
    /* Initially top pe hidden hoga */
    /* Right side pe button */
  display: none;
  z-index: 4;
    /* Initially hidden */
  pointer-events: none; /* Button par click nahi hoga jab wo hidden ho */
  transition: opacity 0.3s ease, top 0.3s ease; /* Smooth transition for opacity and position */
}

/* Jab button visible ho, opacity aur top change hoga */
.up-btn.visible button {
    /* Button ko visible karna */
    pointer-events: auto;  /* Button clickable ban jayega */
      /* Top par visible ho jayega */
    display: block;
    top: 850px;
    left: 970px;
}

.up-btn {
  text-align: center;
  position: relative;
}

/* footer-bottom */
.footer-inner p {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: var(--font-outfit);
}
.privacy-policy p {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: var(--font-outfit);
  text-align: right;
}
footer.bottom-footer {
  padding-top: 10px;
}

.no-of-clients {
  text-align: center; /* Centers the text and number */
  font-family: Arial, sans-serif;
}

.no-of-clients p {
  font-size: 15px;
  color: #666;
  margin: 0px;
}

.no-of-clients h4 {
  font-size: 36px;
  color: #000000;
  font-weight: bold;
  margin: 18px 0;
  margin: 5px;
}

.accordion-button:not(.collapsed)::after {
  content: "\2212" !important; /* Unicode for the minus sign (ÃƒÆ’Ã‚Â¢Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢) */
  font-family: "FontAwesome", sans-serif; /* Use Font Awesome or any other font that supports the minus */
  font-size: 18px; /* Adjust size if necessary */
  display: inline-block; /* To treat it like an icon */
  background-image: none !important;
}
.our-awars-img {
  position: relative;
  height: 100%;
  /* display: flex; */
}

.our-awars-img:before {
  position: absolute;
  content: "";
  background: #000;
  width: 82%;
  height: 77%;
  z-index: -1;
  top: 64px;
  left: 22px;
  transform: rotate(4deg);
}
.images-inner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.images-inner-content span {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.verctor-content {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: var(--font-syne);
  font-size: 24px;
  font-weight: 400;
  line-height: 27.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 40px 0;
}
.verctor-content img {
  visibility: hidden;
  opacity: 0;
  transition: all 0.7s;
}
.verctor-content:hover img {
  visibility: visible;
  opacity: 1;
  transform: translateX(10px);
}
.verctor-content p {
  margin: 0;
}
.images-content {
  border: 1px solid;
  padding: 0 40px 0 0;
  border-right: none;
  border-top: 0px;
  /* border-left: 0; */
  cursor: pointer;
}
.images-content:hover {
  border-left: none;
}
.row.our-awads-border {
  border: 1px solid;
  /* padding: 40px; */
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-bottom: 40px;
  margin-top: 60px;
}
.our-awars-img img {
  width: 87%;
}
.our-awars-img img {
  width: 89%;
  height: 78%;
  object-fit: contain;
  position: relative;
  /* padding-top: 70px; */
  /* padding-bottom: 80px; */
  top: 50px;
}
.images-content.item-1 {
  border-left: 1px solid;
}

.images-content.item-2 {
  border-left: 1px solid;
}

.images-content.item-3 {
  border-left: 1px solid;
  border-bottom: 0;
}
.our-awars-img {
  display: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.our-awars-img.show {
  display: flex;
  transform: scale(1.1);
  opacity: 1;
}

.our-awars-img.hide {
  transform: scale(1);
  opacity: 0;
}
.images-content.last-item {
  border-bottom: none;
}

/* section s */

.app-devel-item-inner {
  position: relative;
}

.app-devel-img a {
  display: block;
}
.app-devel-slide-main .slick-list.draggable:before {
  position: absolute;
  content: "";
  left: 40.6vw;
  background: url(../images/mobileslider/main-mob.png);
  width: 511px;
  height: 676px;
  z-index: 1;
  bottom: 0;
  cursor: pointer;
}
.app-devel-item.slick-center {
  margin-top: -60px;
}
.app-devel-item {
  transition: all 0.6s;
}

.mobile-slide-main {
  background: #f0eff5;
  position: relative;
}

.app-devel-img {
  width: 220px;
  height: 470px;
  object-fit: cover;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.app-devel-img img {
  width: 100%;
}
.app-devel-slide-main .slick-list.draggable {
  display: flex;
  place-content: center;
  height: 850px;
  flex-direction: column;
}

section.design-and.develop {
  padding: 120px 0;
  background: #fff;
}
section.mobile-slide-main:before {
  position: absolute;
  content: "";
  background: url(../images/mobileslider/mob-bd.png);
  width: 100%;
  height: 20px;
  top: -13px;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}
/* section e*/
section.brand-vision-section {
  background: #fff;
  /* padding: 120px 0; */
}
.service-img {
  display: flex;
  align-items: center;
}
.service-img img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.service-slide {
  height: 100%;
  padding: 60px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.slider-before {
  position: absolute;
  width: 100%;
  background: var(--secondary-color);
  left: 0;
  bottom: 0;
  text-align: left;
  padding: 20px 0 20px 60px;
  transition: all 0.5s;
}
.our-award-heading {
    margin-bottom: 20px;
}
.service-slide:hover .slider-before,
.swiper-slide-next .slider-before {
  bottom: 100px;
}
.service-content h5 {
  text-align: left;
  margin: 20px 0;
}
.service-content p {
  height: 100px;
  overflow: auto;
}
button.accordion-button {
  font-family: Syne !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 25.3px;
  letter-spacing: -1.100000023841858px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 30px !important;
  color: #000 !important;
  background-color: #bee74b !important;
}
.slider-before .project-btn {
  justify-content: flex-start;
  padding: 5px 0;
}
.inner-banner {
  padding: 100px 0;
  border-bottom: 1px solid #000;
}
.inner-banner h1 {
  font-size: clamp(27px, 7vw + 10px, 52px);
  font-family: var(--font-syne);
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  color: var(--primary-color);
  text-align: center;
}
.inner-banner span {
  font-family: var(--font-outfit);
  font-size: 20px;
  font-weight: 300;
  color: var(--text-color);
  line-height: 23px;
  text-align: center;
  display: block;
}
.inner-banner span a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
}
.operate-section {
  padding: 100px 0;
  background: #fff;
}
.operate-div {
  padding: 60px 40px;
  border: 1px solid #000;
}
.operate-div img {
  width: 100%;
  object-fit: contain;
}
.operate-div h3 {
  font-size: clamp(22px, 4vw + 10px, 30px);
  font-family: var(--font-syne);
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  color: var(--primary-color);
  margin: 40px 0;
}
.operate-div h5 {
  font-size: 17px;
  font-family: var(--font-syne);
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  color: grey;
}
.operate-div p {
  font-family: var(--font-outfit);
  font-size: 20px;
  font-weight: 300;
  color: var(--text-color);
  line-height: 23px;
  display: block;
  margin: 40px 0 0 0;
}
.mission-div {
  background: #000;
}
.mission-div h3,
.mission-div h5,
.mission-div p {
  color: #fff !important;
}
.about-vision {
  padding: 0 0px !important;
  background: #f1f1f1 !important;
}
.our-works {
  padding: 100px 0;
  background: url("../images/video-banner-overlay-01.jpg") no-repeat center
    center/cover;
}
.work-heading h3 {
  font-size: clamp(30px, 6vw + 10px, 42px);
  font-family: var(--font-syne);
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  margin-right: 15px;
  line-height: clamp(140%, 10vw + 20%, 180%);

  color: white;
}
.our-works a {
  color: white !important;
}
.our-works .project-btn .icon {
  border: 1px solid white;
}
.our-works .project-btn:hover span.icon {
  border-bottom: 7px solid white;
}
.advisior-div {
  padding: 60px 30px;
  border: 1px solid #000;
  background: white;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 360px;
  margin-bottom: 30px;
}
.advisior-div:hover {
  background: var(--secondary-color);
}
.advisior-div h3 {
  font-size: 24px;
  font-family: var(--font-syne);
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  color: var(--primary-color);
}
.advisior-div p {
   font-size: 20px;
   font-family: var(--font-outfit);
   font-weight: 300;
   color: black !important;
   line-height: 23px;
   display: block;
   margin: 10px 0 !important;
   height: 160px;
   overflow-y:auto;
}
.advisior-div ul {
  padding: 0;
}
.advisior-div li {
  font-size: 20px;
  font-family: var(--font-outfit);
  font-weight: 300;
  color: black;
  line-height: 23px;
  display: block;
  margin: 10px 0;
}
.advisor-img {
  position: absolute;
  right: 0;
  bottom: -10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.7s;
  width: 150px;
  height: 150px;
}
.advisior-div:hover .advisor-img {
  visibility: visible;
  opacity: 1;
  transform: translateY(-10px);
}
.advisor-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.form-section {
  padding: 70px 10px;
  background: var(--primary-color);
}
.form-content {
  padding: 20px;
}
.form-content h3 {
  /* font-size: 42px; */
  font-family: var(--font-syne);
  text-transform: uppercase;
  font-weight: 700;
  /* width: 100%; */
  color: #c9f31d;
}
.form-content p {
  font-size: 16px;
  font-family: var(--font-syne);
  text-transform: uppercase;
  width: 100%;
  color: white;
}
.project-btn.white a {
  color: white;
}
.project-btn.white .icon {
  border: 1px solid white;
  transition: all 0.3s;
}
.project-btn.white:hover span.icon {
  border-bottom: 7px solid white !important;
}
.form input,
.form textarea,
.form input:focus,
.form textarea:focus {
  background: transparent;
  border: 1px solid white;
  color: white;
  margin: 0 0 15px 0;
}
.submit-button,
.submit-button::after {
  padding: 16px 20px;
  font-size: 18px;
  background: var(--secondary-color);
  border: 0;
  color: var(--primary-color);
  letter-spacing: 3px;
  line-height: 1;
  outline: transparent;
  position: relative;
}

.submit-button::after {
  --slice-0: inset(50% 50% 50% 50%);
  --slice-1: inset(80% -6px 0 0);
  --slice-2: inset(50% -6px 30% 0);
  --slice-3: inset(10% -6px 85% 0);
  --slice-4: inset(40% -6px 43% 0);
  --slice-5: inset(80% -6px 5% 0);
  content: "Submit";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--secondary-color);
  text-shadow: black;
  clip-path: var(--slice-0);
}

.submit-button:hover::after {
  animation: 1s glitch;
  animation-timing-function: steps(2, end);
}

@keyframes glitch {
  0% {
    clip-path: var(--slice-1);
    transform: translate(-20px, -10px);
  }

  10% {
    clip-path: var(--slice-3);
    transform: translate(10px, 10px);
  }

  20% {
    clip-path: var(--slice-1);
    transform: translate(-10px, 10px);
  }

  30% {
    clip-path: var(--slice-3);
    transform: translate(0px, 5px);
  }

  40% {
    clip-path: var(--slice-2);
    transform: translate(-5px, 0px);
  }

  50% {
    clip-path: var(--slice-3);
    transform: translate(5px, 0px);
  }

  60% {
    clip-path: var(--slice-4);
    transform: translate(5px, 10px);
  }

  70% {
    clip-path: var(--slice-2);
    transform: translate(-10px, 10px);
  }

  80% {
    clip-path: var(--slice-5);
    transform: translate(20px, -10px);
  }

  90% {
    clip-path: var(--slice-1);
    transform: translate(-10px, 0px);
  }

  100% {
    clip-path: var(--slice-1);
    transform: translate(0);
  }
}

.portfolio-item {
  position: relative;
  height: 300px;
  overflow: hidden;
  transition: all 0.7s ease-in-out;
  cursor: pointer;
}
.port-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-bottom: 20px;
}
.row.align-items-center {
  padding-top: 5px;
}

.projects-heading.d-flex.align-itms-center img {
  width: 26px;
  height: 24px;
  margin: 6px 13px;
}
section.potfolio-section {
  padding: 60px 0px;
}

.know-more-btn a {
  padding-left: 42px;
  line-height: 40px;
}
.digital-promotions h3 {
  text-transform: uppercase;
  font-size: 29px;
  color: var(--primary-color);
  font-family: var(--font-syne);
  font-weight: 700;
}
.digital-promotions p {
  font-family: var(--font-outfit);
  color: var(--text-color);
  font-size: 16px;
  font-weight: 300;
}
.know-more-btn a {
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--font-outfit);
  color: var(--primary-color);
}
.know-more-btn a {
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--font-outfit);
  color: var(--primary-color);
}
.portfolio-content {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.7s ease-in-out;
  cursor: pointer;
  background: linear-gradient(2deg, #c9f31db3 0%, #f3ff34b8 100%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio-content h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: var(--primary-color);
  font-family: var(--font-syne);
  font-weight: 700;
}

.port-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.portfolio-item:hover .portfolio-content {
  opacity: 1;
}
.portfolio-item h3 {
  transition: all 0.8s;
}
.portfolio-item:hover h3 {
  transform: translateY(-15px);
}

.portfolio-content a {
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid black;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.9s;
  margin: 60px 0 0 0;
}
.portfolio-content a i {
  transform: rotate(45deg);
  transition: all 0.9s;
}
.portfolio-content a:hover {
  transform: rotate(180deg);
  background: black;
}
.portfolio-content a:hover i {
  transform: rotate(-320deg);
  color: white;
}
.portfolio-item:hover .portfolio-content a {
  transform: translateY(-30px);
}
.img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin: 20px 0 0 0;
}
.single-section {
  padding: 50px 0;
}
.single-heading h3 {
  font-size: 32px;
  font-family: var(--font-syne);
  font-weight: 700;
  margin: 10px;
  /* display: flex; */
}
.single-section h4 {
  font-size: 24px;
  font-family: var(--font-syne);
  font-weight: 700;
  margin: 10px;
  /* display: flex; */
}
.single-section h4 {
    margin-top: 40px;
}

.single-section p {
  font-size: 20px;
  font-family: var(--font-outfit);
  font-weight: 300;
  margin: 10px;
  /* display: flex; */
}
.ch-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
}
.challenge {
  background: black;
  padding: 20px;
  border: 1px solid black;
}
.challenge h4 {
  color: yellow;
  margin: 0;
}
.challenge p {
  color: white;
}

.solution {
  background: #f1f1f1;
  padding: 20px;
}
.solution h4,
.solution p {
  color: black;
}
.contact-img img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.contact-form {
  padding: 30px 0;
}
.contact-form h4 {
  font-size: clamp(24px, 5vw + 8px, 32px);
  font-family: var(--font-syne);
  font-weight: 700;
  /* display: flex; */
  margin-bottom: 10px;
}
.contact-form p {
  font-size: 17px;
  font-family: var(--font-outfit);
  font-weight: 300;
  /* display: flex; */
  margin-bottom: 20px;
}
.contact-form input , .contact-form textarea {
  background: transparent;
  color: black;
  padding: 10px;
  font-family: var(--font-outfit);
}
.our-works p {
    color: #fff;
    font-size: 18px;
}
section.tenstimonials-section {
    /* padding: 0px 0; */
    min-height: clamp(400px, 20vw + 100px, 640px);

    padding: 70px 0;
}
header img.logo {
    width: 60%;
    object-fit: cover;
}
.black-box{
    background:var(--primary-color);
    padding:30px;
    color:white;
}
section.service-box {
    padding: 70px 0;
}
.black-box h3 {
 font-family:var(--font-syne);
font-size: clamp(24px, 5vw + 10px, 36px);

   font-weight:700;
  
}
.service-box {
    padding:30px 5px;
}
.social-media-agency h3{
 font-family:var(--font-syne);
 font-size: clamp(20px, 5vw + 10px, 30px);
 display:flex;
 align-items:center;
 justify-content: space-between;
}
.social-media-agency a {
    text-decoration: none;
    color: black;
}
.service-box span{
    margin-left:10px;
    /* display: block; */
}
.service-box p{
     font-family:var(--font-syne);
    font-size:17px;
}
.black-icon {
    text-align: end;
}
.black-icon .ouricon img{
transform:rotate(60deg);
}

.brand-identity{
position:relative;
}
/* .brand-identity::before{
    content:'';
    width:40px;
    height:110%;
    border:1px solid black;
    position:absolute;
    z-index:-1;
    
} */
.identity-img img {
    width: 100%;
}
.identity{
    width: clamp(200px, 30vw + 20px, 340px);

    height:200px;
    background:var(--secondary-color);
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    bottom:0;
    left:0;
}

.andandaccordion .card {    margin-bottom: 0;   }

.andandaccordion .card .card-header {background: no-repeat;border: none;padding: 25px 0;border-bottom: 1px solid #908f9b;}

.andandaccordion .card {border: none;border-bottom: 1px solid #908f9b;border-radius: 0;     }    

.andandaccordion .card a.card-link {
  font-size: clamp(12px, 1.5vw + 9px, 30px);
  font-weight: 600;
  position: relative;
  display: block;
  text-decoration: none;
  color: black;
  font-family: var(--font-syne);
  }

.andandaccordion .card.activelink  a.card-link {    color:#6c962d;    }    

.andandaccordion .card-body {    padding: 40px 0;    color: #2d2e31;     }
.andandaccordion .card-body P{
  font-family:var(--font-outfit);
  font-size:16px;
}
.andandaccordion .card-body li {font-family:var(--font-outfit);color: #2d2e31;font-size: 1.2rem;margin-top: 10px;/* padding-left: 40px; */position:relative;}

.andandaccordion .card-body li:before {  content:"";     background:url('../images/or-arrow-left.html') no-repeat scroll left center;   position: absolute;  left:0px;  width:27px;    height:27px;     }   
 
.andandaccordion .card-body ul {    margin-top: 30px;   }

.andandaccordion .card .card-header a.card-link:after {    content: "";    position: absolute;    right: 0;    width: 40px;    height: 40px;    background: url('../images/or-plus-down6654.png?v1') no-repeat scroll center center;        }       

.andandaccordion .card .card-header a.card-link:not(.collapsed):after  {    background: url('../images/or-plus-up6654.png?v1') no-repeat scroll center center;         }
.iis_item {border: 2px solid #daeaf4;padding: 40px;height: 100%;border-radius: 6px;background: #fff; transition: all 0.7s;cursor:pointer;}

.iindustry-strive {background: url(../images/andwirebg.html) no-repeat scroll center top;background-size: cover;padding: 0em 0;}   

.iindustry-strive .col-md-4 {    margin-bottom: 30px;   }

.iis_item h5 {    margin: 25px 0;     font-size: 1.438rem;  }

.iis_item  p {color: #2d2e31;margin-bottom: 0;font-size: 1rem;}     

.iis_item:hover , .iis_item:focus , .iis_item:active {    background: var(--secondary-color);    border-color: var(--secondary-color);    }

.iis_item:hover *, .iis_item:focus *, .iis_item:active  * { color: black; }
.iis_item a {
    text-decoration: none;
    color: black;
    font-weight: 600;
}
.tandtols {     margin-top: 30px;       width: 100%;    }   

.tandtols ul.nav.nav-pills li {/* width: auto; */text-align: center;padding: 0;}

.tandtols ul.nav.nav-pills li a {display: block;width: 100%;padding: 15px 0;font-size: 1.2rem;font-weight: 600;border-bottom: 1px solid #555567;color: #242222 !important;position: relative;text-decoration: none;}

.tandtols ul.nav.nav-pills li a.active , .tandtols ul.nav.nav-pills li a:hover , .tandtols ul.nav.nav-pills li a:active , .tandtols ul.nav.nav-pills li a:hover {border-bottom-color: #94b700;border-bottom-width: 4px;margin-bottom: 0;}   
.tandtolin {margin-top: 80px;display: flex;justify-content: space-around;align-items: center;flex-wrap: wrap;}

.tandtolin img.ttls_thumb {max-height: 60px;margin: 30px 6px;object-fit: cover;}
section.mad_train {background: var(--primary-color);background-size: cover;padding: 6em 0;}   
.andwhy_sec {background: url('../images/why-choos-and1.jpg') no-repeat scroll right center #000;overflow :hidden;padding: 80px 0;}      

.ob-thumb2 {border-radius: 10px;overflow: hidden;/* width: 114%; */margin-top: -60px;}

.ob-thumb2 img {
    width: 100%;
    /* margin-bottom: 30px; */
    height: 710px;
    object-fit: cover;
} 

.unk_style {margin-top: 0;padding: 70px 20px;background: #fff;border: 1px solid #555567;border-radius: 8px;position: relative;clear: both;}

.unk_item {margin-bottom: 50px;position: relative;padding-left: 70px;}
.unk_item p{
  font-family:var(--font-outfit);
  font-size:16px;
}
img.unk_thumb {    position: absolute;    left: 0;    }

.unk_item:last-child {    margin-bottom: 0;    } 

.unk_item h5 {    font-size: 1.5rem;   }

section.and-cta-ind {background: black;background-size: cover;position: relative;padding: 100px 0;object-fit: cover;}  
.heading h2:after {     display: none;   }    

.and-cta-ind .heading.text-center {    margin-bottom: 0;    }

.and-cta-ind .heading h2 {    color: #fff;    text-transform: lowercase; }

.and-cta-ind .heading p {    color: #fff;    padding-bottom: 2rem;    font-size: 1.5rem;   }    
.andwhy_ul h2 {    color: #fff;     }

.andwhy_ul ul {    margin-top: 40px; padding:0; list-style:none;   }
 
.andwhy_ul ul li {    margin-top: 50px; }   

.andwhy_ul ul li h4 {color: #d2f748;font-weight: 400;font-size: 1.625rem;}
    
.andwhy_ul ul li  p {    color: #fff;   margin-top: 0px;    font-size: 1.25rem; }

.mad_train ul {display: flex;justify-content: space-between;flex-wrap: wrap;}

.mad_train ul li {position: relative;display: flex;align-items: center;margin-bottom: 40px;}

.mad_train ul li h4 {    color: #fff;    font-size: clamp(3rem, 8vw + 2rem, 5.5rem);
   }

.mad_train ul li h4 span {    display: block;    font-size: 1.25rem;    font-weight: normal;    }

.mad_train ul li img.mad_thumb {    margin-right: 20px;   }
.omadp_sect .col-md-4 {border-bottom: 1px solid #dddd;border-right: 1px solid #dddd;padding-top: 10px;padding-bottom: 10px;}

.omadp_sect .col-md-4:last-child {   border-right: none;    }

.omadp_itm {padding: 50px 20px 30px 20px;text-align: center;position: relative;border-radius: 8px;height: 100%;font-family:var(--font-syne); }

.omadp_itm img.omad_thumb {    margin-bottom: 20px; }

.omadp_itm  h4 {margin-bottom: 20px;margin-top: 20px;}

.omadp_sect strong.omap-nos {    color: #ced0d6;    font-size: 3.75rem;    text-align: right;    width: 100%;    display: block;    margin-bottom: 0;    margin-top: 50px;    line-height: 3.75rem;    font-weight: 600;    }

.omadp_sect .col-md-12.text-center {    margin-top: 50px;   }

.heading h2:first-letter {    /* color: red; */    text-transform: capitalize;  }

.heading h2 {margin: 0;font-size: clamp(2rem, 6vw + 1rem, 1.5rem);text-transform: none;display: inline-block;position: relative;z-index: 1;/* font-weight: 500; */font-family: var(--font-syne);} 

.omadp_itm:hover {background: var(--secondary-color);color: black;}

.omadp_itm:hover * {   color: black !important;  }

img.and-cta-left-ico {
    position: absolute;
    left: 3%;
    top: 0;
    margin: auto;
}
section.caad_sect {
    padding: 80px 0;
}

section.new-portfolio.case-study {
    padding: 80px 0;
}

section.itech-stack {
    padding: 0px 0;
}

section.omadp_sect {
    padding: 80px 0;
}

section.unlock_bsect {
    padding: 80px 0;
}

.heading.text-center {
    padding: 0 0 clamp(50px, 5vw + 10px, 70px);

}
.heading.text-center p {
    font-family: var(--font-outfit);
    font-size: 18px;
    /* width: 67%; */
    margin: 10px auto;
}
.case-study figure {
    margin: 0 0 20px;
    position: relative;
    overflow: hidden;
    transition: .5s;
    border-radius: 20px
}

.case-study figure a.full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.case-study figure img {
    width: 100%;
    object-fit: cover
}

.case-study figure figcaption .txt {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    padding: 36px 37px 33px;
    background-color: #222728;
    box-sizing: border-box;
    border-radius: 20px
}

.case-study figure figcaption {
    background: #000000;
    border-radius: 20px;
    padding-left: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-100%)
}

.case-study figure figcaption img {
    max-width: 30px;
    margin-bottom: 10px;
    transition: .5s;
    display: none
}

.case-study figure figcaption h3 {
    margin: 0;
    text-transform: uppercase;
    transition: .5s;
    font-family: var(--font-syne);
}

.case-study figure:hover figcaption {
    transition: transform .6s cubic-bezier(.475,.425,0,.995);
    transform: translateY(0)
}

.case-study figure:hover figcaption h3 {
    transition-delay: .5s;
    margin-top: 5px
}
.social-media-agency {
    border: 1px solid;
    margin-bottom: 15px;
    padding: 20px;
}
.social-media-agency h3:hover {
  color: transparent; /* Makes the text transparent */
  -webkit-text-stroke: 1px black; /* Adds a black outline to the text */
}
.bottom-footer {
    padding: 15px 0;
}

.footer-logo li.list-group a {
    font-size: 25px;
}

.footer-logo li.list-group {
    margin-right: 10px;
    margin-top: 20px;
}
footer img.logo {
    width: 70%;
    object-fit: cover;
    margin-bottom: 10px;
}
ul.list-items a:before {
  position: absolute;
  content: '';
  background: #777777;
  width: 0;
  height: 2px;
  bottom: 0;
  transition: all .5s ease;
}

ul.list-items a:hover::before {
  width: 100%;
}
.star i {
  cursor: pointer;
}
section.service-section-slider {
  background-image: url(../images/slider-branding-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 120px 0;
}
.serv-sec-con h2 {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-family: var(--font-syne);
  font-size: clamp(43px, 6vw + 10px, 69px);
}
.text-svg svg {
  fill: #d5f724;
  height: clamp(200px, 20vw + 50px, 350px);

}
.inner-area {
  padding: clamp(50px, 10vw + 20px, 110px) 0;

}
.cont-serv p {
  font-family: var(--font-syne);
  color: #fff;
  font-size: 20px;
}

.marquee-text {
  box-sizing: border-box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  background: #eefe31;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.marquee-text .top-info-bar {
  font-size: 12px;
  width: 200%;
  display: flex;
  -webkit-animation: marquee 25s linear infinite running;
  -moz-animation: marquee 25s linear infinite running;
  -o-animation: marquee 25s linear infinite running;
  -ms-animation: marquee 25s linear infinite running;
  animation: marquee 23s linear infinite running;
  padding: 10px 0px;
  border-bottom: 1px solid;
  overflow-x: hidden;
  /* width: 100%; */
}

.marquee-text .top-info-bar:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}

.marquee-text .top-info-bar .info-text {
  padding: 10px 17px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-family: var(--font-sync);
  gap: 35px;
}

.marquee-text .top-info-bar a {
  color: #000;
  text-decoration:none;
  font-family: var(--font-syne);
  font-size: 20px;
}

@-moz-keyframes marquee {
  0% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
  }

  100% {
      -webkit-transform: translate(-50%);
      -moz-transform: translate(-50%);
      -o-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
  }
}

@-webkit-keyframes marquee {
  0% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
  }

  100% {
      -webkit-transform: translate(-50%);
      -moz-transform: translate(-50%);
      -o-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
  }
}

@-o-keyframes marquee {
  0% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
  }

  100% {
      -webkit-transform: translate(-50%);
      -moz-transform: translate(-50%);
      -o-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
  }
}

@keyframes marquee {
  0% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
  }

  100% {
      -webkit-transform: translate(-50%);
      -moz-transform: translate(-50%);
      -o-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
  }
}
.fl-1.info-text svg {
  fill: #000;
  width: 31px;
}
get-connect-inner {
  background: var(--secondary-color);
  padding: 90px 0px;
}
.get-connect-inner-content h5 {
  font-size: 22px;
  font-family: 'Outfit';
  font-weight: 300;
  color: var(--primary-color);
  line-height: 46px;
}
.get-connect-inner-content h3 {
  font-size: clamp(30px, 6vw + 10px, 50px);

  font-family: 'Syne';
  font-weight: 700;
  letter-spacing: -1px;
}
button.view-all-projects.get-in-touch {
  border: none;
  background: transparent;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  position: absolute;
  border-bottom: 1px solid var(--primary-color);
  padding-right: 17px;
  color: var(--primary-color);
}
.project-btn {
  display: flex
;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 30px 23px 0px;
}
.get-connect-inner {
  background: #d2f622;
  padding: 60px 30px;
  margin-bottom: 50px;
}

section.get-connect-section {
 padding: clamp(40px, 8vw + 10px, 60px) 0;

}
a.view-all-projects.new {
  color: #fff;
  letter-spacing: 2px;
}

span.icon.new {
  border: 1px solid #fff;
}
.project-btn:hover span.icon.new {
  color: #fff;
  border-bottom: 7px solid #fff;
}
ul.info-list li:before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background: #000;
  bottom: 0;
  transition: .5s ease;
}

ul.info-list li:hover::before {
  width: 100%;
}
.Responsive-menu {
  position: fixed;
  width: 480px;
  height: 100vh;
  z-index: 9999;
  background: #171717;
  top: 0;
  left: -100%;
  overflow-y: scroll;
  transition: .7s;
}

.Responsive-menu-inner {
  padding: 50px 50px;
  z-index: 1;
  position: relative;
  min-width: 100%;
}

.Responsive-logo {
  margin-bottom: 45px;
  margin-top: 50px;
}

.Responsive-form-search {
  position: relative;
  margin-bottom: 50px;
}

input[type="text-3"] {
  width: 100%;
  height: 60px;
  background: #212121;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  color: #c2c2c2;
  padding: 0 25px;
  font-family: 'Montserrat';
}

.Responsive-form-search a i {
  position: absolute;
  top: 25px;
  color: #fff;
  right: 25px;
  font-weight: 800;
}

.Responsive-links {
  margin-bottom: 50px;
}

.Responsive-links ul {
  display: block;
  position: static;
}

.Responsive-links ul li a {
  display: block;
  border-bottom: 1px solid #353535;
  font-family: 'Montserrat';
  font-size: 16px;
  color: #fff;
  padding: 10px 0;
}

.Responsive-links ul li a i {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #888888 !important;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  right: 56px;
}
.fm.off-convs {
  margin: 30px 0;
}

.fm.off-convs h4 {
  color: #fff;
  font-family: var(--font-syne);
  font-weight: 600;
  margin-bottom: 20px;
}
.service-menu i {
  color: #fff;
  border: 1px solid;
  padding: 3px 7px;
  height: 24px;
  }
 
 .service-menu {
     display: flex;
     justify-content: space-between;
     border-bottom: 1px solid #353535;
     align-items: center;
 }
.fm.off-convs p {
  margin-bottom: 50px;
  color: #6e777d;
  line-height: 1.6;
  font-family: var(--font-syne);
  font-weight: 500;
  font-size: 18px;
}

.off-co-contect ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: .5rem!important;
}

.off-co-contect {
  border-bottom: 1px solid #414141;
  padding-bottom: 60px;
  margin-bottom: 30px;
}

.off-co-contect h4 {
  margin-bottom: 25px;
  color: #fff;
  font-family: var(--font-syne);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.confec-icon a {
  width: 45px;
  height: 45px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #3a3a3a;
  text-align: center;
  border-radius: 50%;
  margin-inline-end: 5px;
  line-height: 43px;
}

.confec-cont {
  color: #6e777d;
}
.fm-offcanvas-social {
  display: flex;
  gap: 15px;
}

.fm-offcanvas-social span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.sonceove-icon a i {
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
}

.sonceove-icon a {
  margin: 0 5px;
}
.cross a i {
  font-size: 37px;
  color: #fff;
  position: absolute;
  top: 60px;
  right: 26px;
  transition: all.7s;
}

.Responsive-menu.active {
  left: 0;
}
.cross:hover a i {
  transform: rotate(90deg);
  color: #fd6500;
}
/*Header*/

.fm-header-bar-1 {
  display: flex;
  width: 33px;
  flex-direction: column;
  align-items: flex-end;
}

.fm-header-bar-1 span {
  height: 2px;
  width: 33px;
  background: #000000;
  margin: 3.5px 0;
  transition: .3s;
}
span.fm-header-bar-line.fm-header-bar-line-2:hover {
  width: 100%;
}
.fm-header-bar-1 span:is(.fm-header-bar-line-2) {
  width: 18px;
}
a#show-menu {position: absolute;right: 50px;top: 40px;}
.Responsive-logo a img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.clients img {
  width: 97px;
  height: 120px;
  object-fit: contain;
}
.Responsive-links ul {
  list-style: none;
  padding: 0;
}
.ans_thumb_imgs img {
    width: 100%;
    height: 600px;
    object-fit: contain;
}

.Responsive-links ul li a {
  text-decoration: none;
  font-family: var(--font-syne);
  text-transform: capitalize;
}

.off-co-contect ul {
  padding: 0;
}
.service-menu a {
    border: unset !important;
}
.confec-cont p {
    font-family: var(--font-syne);
    margin: 0;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 40px;
}
ul.sub-menu li:hover {
  background: #fff;
  
}
/* Default styling for the button */
.watch-reels {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #ffffff; /* Initial background color */
    color: white; /* Initial text color */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease; /* Smooth transition for hover effects */
}

/* Styling for the icon */
.watch-reels .button-icon {
    margin-left: 10px; /* Space between text and icon */
    transition: transform 0.3s ease; /* Smooth transition for icon */
}

/* Hover effect for the button */
.watch-reels:hover {
    background-color: #d7f724; /* Darker background on hover */
    color: #fff; /* Ensure text stays white */
}

/* Hover effect for the icon (rotation) */
.watch-reels:hover .button-icon {
    transform: translateX(5px); /* Move the icon slightly to the right */
}

ul.sub-menu li:hover a {
  color: #000;
  padding: 10px 20px;
  font-family: var(--font-syne);
  font-weight: 500;
}
ul.sub-menu li a {
  padding: 18px 0px 0 15px;
  width: 110%;
}

li.list-items i {
    padding-right: 18px;
    color: #040707;
}
span.contact-icon i {
    rotate: -45deg;
    font-size: 17px;
}








.autochatpopup .modal-content {
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.autochatpopup .modal-header {
    border-bottom: none;
}

.autochatpopup .modal-title i {
    font-size: 1.5rem;
    margin-right: 10px;
}

.autochatpopup .btn-close {
    background-color: #ddd;
    border-radius: 50%;
}

.autochatpopup .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

.autochatpopup .modal-body i {
    color: #141232;
    font-size: 36px;
}

.autochatpopup .modal-body p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    color: #141232;
    margin: 15px 0;
}

li.last-child {
    padding-top: 0px !important;
}

.autochatpopup .modal-body h5, .autochatpopup .modal-body h6 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
}

.autochatpopup .modal-body p span {
    color: #E92747;
}
a {
    color: #000;
}

.heading-form {margin-bottom: 20px;}
.heading-form h6 {font-family: 'Poppins', sans-serif;font-style: normal;font-weight: 600;font-size: 20px;line-height: 30px;color: #E92747;margin: 0 0 10px 0;}
.heading-form h3 {font-family: 'Poppins', sans-serif;font-style: normal;font-weight: 600;font-size: 32px;line-height: 34px;text-align: center;color: #000000;}
.main-banner-contact input {height: 45px; border: 1px solid #CACACA !important; margin-bottom: 20px; width: 100%; padding: 0 10px;}
.main-banner-contact textarea{height: 100px;width:100%;border: 1px solid #CACACA !important;margin-bottom: 20px;resize:none;padding: 10px 10px;}
.main-banner-contact textarea::placeholder{color:#CACACA;font-weight:600;font-size:14px;font-family: 'Poppins', sans-serif;}
.main-banner-contact input::placeholder{color:#CACACA; font-weight:600;font-size:14px;font-family: 'Poppins', sans-serif;}
input#submit {padding: 12px 96px;background: #000000;color: #fff;border-radius: 24px;text-transform: uppercase;}
input#submit:hover {
    background: #b0e126;
    color: #000000;
}

.banner-item p span { color: #e92747;}
.button-area a:before {content: '';display: table;position: absolute; width: 100%; height: 100%;background: #fff;left: -100%;top: 0;transition: all .7s;}
.button-area a:hover:before { left: 0;}
.button-area a span {position: relative;/* color: black; */}
button#submit{background:#000000;color:white;border-radius: 2px;width:100%;padding: 15px;}
button#submit:hover {background: #b0e126;color: #000000;}
/* End here banner here */



.footer-social {
    font-size: 16px;
}


  .case-study-menu {
        position: absolute;
        flex-direction: column;
        line-height: 1;
        top: 100%;
        gap: 10px !important;
        left: 0;
         /* Adjust width as needed */
         /* Set the maximum height */
        width: 200px;
        overflow-y: auto; /* Add vertical scrolling if content exceeds height */
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 10px 0;
        visibility: hidden; /* Hide submenu initially */
        opacity: 0; /* Set initial opacity to 0 */
        transition: opacity 0.3s ease, visibility 0s linear 0.3s; /* Smooth transition */
    }

    li:hover .case-study-menu {
        visibility: visible; /* Make submenu visible on hover */
        opacity: 1; /* Fade in submenu */
        transition: opacity 0.3s ease, visibility 0s linear 0s; /* Smooth transition */
    }

    .case-study-menu li {
        padding: 8px 12px;
    }

    .case-study-menu li a {
        text-decoration: none;
        padding-top: 0px;
    }

    
    li.case___study {
    position: relative;
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    margin-bottom: 20px;
    WIDTH: 100%;
}
.new-portfolio figure img {
    height: 350px;
}
.andwhy_ul p {
    color: #fff !important;
}
.andwhy_ul {
    color: #fff;
}

/* Typography: Apply Outfit font to all paragraph elements sitewide */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

p {
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
/* Pricing Section */


.our-packages-tab-btn {
  padding-bottom: 10px;
}

.our-packages-tab-btn ul#pills-tab {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}

@media (max-width: 767px) {
  .our-packages-tab-btn ul#pills-tab {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .our-packages-tab-btn ul#pills-tab .nav-item {
    width: 40%;
  }
}

.our-packages-tab-btn .nav-pills .nav-link.active {
  background: #bee74a;
  padding: 10px 20px !important;
}

.our-packages-tab-btn .nav-pills .nav-link {
  color: #000000;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  padding: 0 !important;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.our-packages-tab-btn .nav-pills .nav-link:after {
  content: "";
  width: 15px;
  height: 15px;
  display: table;
  background: #bee74a;
  border-radius: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.our-packages-tab-btn .nav-pills .nav-link:hover:after,
.our-packages-tab-btn .nav-pills .nav-link.active:after {
  opacity: 1;
  visibility: visible;
}

.our-packages-tab-btn .nav-pills .nav-link:hover,
.our-packages-tab-btn .nav-pills .nav-link.active {
  margin-top: -10px;
  padding-bottom: 10px !important;
}
@media (max-width: 767px) {
  .our-packages-tab-btn .nav-pills .nav-link:hover,
  .our-packages-tab-btn .nav-pills .nav-link.active {
    margin: 0;
    padding: 0 !important;
  }
}
section.our-packages .package-item {
  background: #fff;
  border-radius: 15px;
  padding: 40px;
  color: #000;
  margin: 0 7px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  border: 0;
  box-shadow: 0 0 20px #00000021;
}
@media (max-width: 767px) {
  section.our-packages .package-item {
    padding: 20px;
  }
}

.package-item-content p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .package-item-content p {
    font-size: 14px;
  }
}

.package-item-content h4 {
  font-family: "whytebook";
  font-size: 22px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .package-item-content h4 {
    font-size: 20px;
  }
}

.package-item-price h2 {
  font-family: "whytebold";
  font-size: 62px;
}
@media (max-width: 767px) {
  .package-item-price h2 {
    font-size: 42px;
  }
}

.package-item-content .package-item-price {
  margin: 20px 0;
}

.package-item .package-item-buttom a {
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(213, 234, 82);
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 234, 82)), to(rgb(163, 183, 33)));
  background: linear-gradient(90deg, rgb(213, 234, 82) 0%, rgb(163, 183, 33) 100%);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  font-family: "whyte_inktrapbold";
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  padding: 8px 0;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .package-item .package-item-buttom a {
    font-size: 16px;
  }
}

.package-item .package-item-buttom a:hover:before {
  left: 0;
}

.package-item .package-item-buttom a:before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(54, 54, 54)), to(rgb(16, 16, 16)));
  background: linear-gradient(90deg, rgb(54, 54, 54) 0%, rgb(16, 16, 16) 100%);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.package-item .package-item-buttom a span {
  position: relative;
}

.package-item-point ul li {
  position: relative;
  font-size: 16px;
  padding: 7px 22px;
  text-align: left;
}
@media (max-width: 767px) {
  .package-item-point ul li {
    font-size: 14px;
  }
}

.package-item-point ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  overflow-y: scroll;
  min-height: 300px;
  max-height: 300px;
}

.package-item-point ul li:before {
  color: var(--green);
  position: absolute;
  left: 0;
  top: 7px;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

section.our-packages {
  padding: 100px 0 !important;
}
@media (min-width: 1800px) {
  section.our-packages.details .container {
    max-width: 1602px;
  }
}
section.our-packages.details .package-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 200px;
  padding: 102px 170px;
}
@media (max-width: 1799px) {
  section.our-packages.details .package-item {
    gap: 100px;
    padding: 60px 80px;
  }
}
@media (max-width: 1199px) {
  section.our-packages.details .package-item {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  section.our-packages.details .package-item {
    padding: 50px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.our-packages.details .package-item .package-item-content {
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 991px) {
  section.our-packages.details .package-item .package-item-content {
    min-width: 100%;
    max-width: 100%;
  }
}
section.our-packages.details .package-item .package-item-content h4 {
  font-size: 36px;
  text-transform: uppercase;
  font-family: "whyte_inktrapblack";
}
@media (max-width: 1799px) {
  section.our-packages.details .package-item .package-item-content h4 {
    font-size: 30px;
  }
}
section.our-packages.details .package-item .package-item-content p {
  margin: 0;
}
section.our-packages.details .package-item .package-item-content .package-item-price {
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 1799px) {
  section.our-packages.details .package-item .package-item-content .package-item-price {
    font-size: 50px;
  }
}
section.our-packages.details .package-item .package-item-point {
  width: 100%;
}
@media (max-width: 1799px) {
  section.our-packages.details .package-item .package-item-point {
    font-size: 36px;
  }
}
section.our-packages.details .package-item .package-item-point h2 {
  font-size: 54px;
  text-transform: uppercase;
}
@media (max-width: 1799px) {
  section.our-packages.details .package-item .package-item-point h2 {
    font-size: 36px;
  }
}

section.our-packages .package-item:hover {
  margin-top: -10px;
}

.our-packages-tab-btn .nav-pills .nav-link.active:after {
    display: none !important;
}

.swiper-backface-hidden .swiper-slide {
    height: auto !important;
    border: 0;
    padding: 15px;
    margin: 0 !important;
}

.andwhy_ul p {
  color: #fff !important;
}
/* Services dropdown styling */
@media (min-width: 992px) {
.navbar-list .has-submenu { position: relative; }
.navbar-list .has-submenu > a { display: inline-flex; align-items: center; gap: 6px; }
.navbar-list .has-submenu > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
  border-radius: 12px;
  padding: 14px;
  min-width: 360px;
  display: none;
  z-index: 1000;
}
.navbar-list .has-submenu:hover > .sub-menu,
.navbar-list .has-submenu:focus-within > .sub-menu { display: block; }
.navbar-list .has-submenu > .sub-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
}
.navbar-list .has-submenu > .sub-menu li { list-style: none; }
.navbar-list .has-submenu > .sub-menu li a {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  color: #111;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-list .has-submenu > .sub-menu li a:hover {
  background: #f3f5f7;
  color: #00aa55;
}
.navbar-list .has-submenu > a .caret { font-size: 12px; color: currentColor; transition: transform .2s ease; }
.navbar-list .has-submenu:hover > a .caret { transform: rotate(180deg); }
}

/* Mobile responsive menu toggle for Services */
.Responsive-links .service-menu { display: flex; align-items: center; justify-content: space-between; cursor: pointer; }
.Responsive-links .service-menu.open i { transform: rotate(45deg); transition: transform .2s ease; }
.Responsive-links .sub-menu { display: none; padding-left: 12px; }
.Responsive-links .service-menu.open + .sub-menu { display: block !important; }
/* Pricing page: disable slider and show all boxes */
.our-packages .swiper { overflow: visible !important; }
.our-packages .swiper .swiper-wrapper { transform: none !important; }
.our-packages .swiper .swiper-slide { width: auto !important; margin-right: 0 !important; }
.our-packages .swiper-pagination { display: none !important; }
.our-packages .swiper-button-next, 
.our-packages .swiper-button-prev { display: none !important; }

/* Global button styling - unified across site */
button.btn, a.btn, .mybtn, 
.package-item-buttom a { 
display: inline-flex; align-items: center; justify-content: center;
padding: 0.65rem 1.15rem; 
border-radius: 999px; 
font-weight: 600; 
letter-spacing: .2px;
box-shadow: 0 4px 12px rgba(0,0,0,.06);
border: 1px solid transparent;
text-transform: uppercase;
font-size: 14px;
line-height: 1.2;
transition: background-color .2s, color .2s, border-color .2s, transform .12s;
}
button.btn:active, a.btn:active, .mybtn:active, .package-item-buttom a:active { transform: translateY(1px); }

/* Primary style (default for anchors in package buttons) */
a.btn, button.btn.btn-primary, .mybtn, .package-item-buttom a { 
background-color: #bee74b; 
border-color: #bee74b; 
color: #fff !important;
}
a.btn:hover, button.btn.btn-primary:hover, .mybtn:hover, .package-item-buttom a:hover {background-color: #a9de14;border-color: #a9de14;color: #fff !important;}
.accordion-body {
    font-size: 20px;
    font-family: 'Outfit';
}

/* Outline dark variant */
button.btn.btn-outline-dark, a.btn.btn-outline-dark {color: #111827 !important;border-color: #111827;background: transparent;border-radius: 8px !important;padding: 20px !important;}
button.btn.btn-outline-dark:hover, a.btn.btn-outline-dark:hover { 
background: #111827; 
color: #fff; 
border-color: #111827;
}

/* Normalize legacy btn-black to primary */
.btn-black { background-color: #bee74b !important; border-color: #bee74b !important; color: #fff !important; }
.btn-black:hover { background-color: #bee74b !important; border-color: #bee74b !important; color: #fff !important; }

@media (min-width: 576px) { /* sm */
.our-packages .swiper-slide { flex: 0 0 calc(50% - 12px); }
}
@media (min-width: 992px) { /* lg */
.our-packages .swiper-slide { flex: 0 0 calc(33.333% - 16px); }
}
.our-packages .swiper-pagination,
.our-packages .swiper-button-next,
.our-packages .swiper-button-prev { display: none !important; }

/* Scoped styles for Web Design service page */
.service-box { background: #fff; }
.service-box .identity-img img { border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.service-box .identity h3 { margin-bottom: 6px; }
.service-box .identity p { color: #4b5563; }
.service-box .badge { padding: .5rem .75rem; border-radius: 999px; font-size: .85rem; }

/* Buttons: align with brand styling */
.service-box .btn,
.service-features .btn,
.service-process .btn,
.service-deliverables .btn,
.service-faq .btn,
.service-cta .btn { 
  padding: 0.65rem 1.15rem; 
  border-radius: 999px; 
  font-weight: 600; 
  letter-spacing: .2px;
  box-shadow: 0 4px 12px rgba(0,0,0,.06);
  transition: background-color .2s, color .2s, border-color .2s, transform .12s;
}
.service-box .btn:active,
.service-cta .btn:active { transform: translateY(1px); }
.service-box .btn-primary,
.service-cta .btn-primary {
  background-color: #bfe84e;
  border-color: #bde74a;
  color: #000 !important;
  padding: 20px 30px;
  border-radius: 8px !important;
}
.service-box .btn-primary:hover,
.service-cta .btn-primary:hover { 
  background-color: #bee74b; 
  border-color: #bee74b; 
  color: #fff;
}
body.home-page section.our-packages {
  padding-top: 0 !important;
}
.stats-strip { border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.stats-strip h3 { color: #111827; font-weight: 700; }
.stats-strip small { color: #6b7280; }

.service-features .feature-card { border:1px solid #ececec; border-radius:14px; padding:28px; height:100%; transition: box-shadow .2s, transform .2s; background:#fff; }
.service-features .feature-card:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.06); }
.service-features h2 { font-size: 32px; }
.service-features p { color:#4b5563; }

.service-process .process-step {background:#f9fbfa;border-left: 4px solid #bee74b;border-radius:10px;padding:22px;height:100%;}
.service-process h2 { font-size: 32px; }
.service-process p { color:#4b5563; }

.service-deliverables ul { margin:0; padding-left:0; list-style:none; }
.service-deliverables li { position:relative; padding-left:28px; margin:10px 0; color:#374151; }
.service-deliverables li:before { content:""; position:absolute; left:0; top:10px; width:16px; height:16px; border-radius:50%; background:#00aa55; box-shadow: 0 0 0 3px rgba(0,170,85,.15); }

.service-faq h2 { font-size: 32px; }
.service-faq .accordion-button {font-weight: 500;font-family: 'Outfit' !important;}
.service-faq .accordion-button:focus { box-shadow:none; }

.service-cta { background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%); border-top:1px solid #eee; }
.service-cta h3 { margin-bottom: 6px; }

/* Portfolio Tabs: match pricing tabs styling */
.portfolio-tabs {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 20px;
}
.projects-heading {
    margin-bottom: 20px;
}

section.potfolio-section p {
    font-size: 18px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 80px;
}

.portfolio-tabs .nav-item {
    width: 15%;
    text-align: center;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.portfolio-tabs .nav-item a {
    padding: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    height: auto !important;
}
@media (max-width: 767px) {
  .portfolio-tabs {
    justify-content: flex-start;
    gap: 24px;
  }
}
.portfolio-tabs .nav-link {
  color: #000000;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  padding: 0 !important;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.portfolio-tabs .nav-link.active {
  background: #bee74a;
  padding: 10px 20px !important;
}
.portfolio-tabs .nav-link:after {
  content: "";
  width: 15px;
  height: 15px;
  display: table;
  background: #bee74a;
  border-radius: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.portfolio-tabs .nav-link:hover:after,
.portfolio-tabs .nav-link.active:after {
  opacity: 1;
  visibility: visible;
}
.portfolio-tabs .nav-link:hover,
.portfolio-tabs .nav-link.active {
  margin-top: -10px;
  padding-bottom: 10px !important;
}
@media (max-width: 767px) {
  .portfolio-tabs .nav-link:hover,
  .portfolio-tabs .nav-link.active {
    margin: 0;
    padding: 0 !important;
  }
}