@import url("https://fonts.googleapis.com/css2?family=Gloock&display=swap");

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Clash Grotesk";
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
}

* {
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
}



.img-container {
  position: relative;
  overflow: hidden;
}

.title {
  text-transform: capitalize;
}

.container {
  max-width: 1276px;
  width: 100%;
  margin: 0 auto;
}

video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 1 !important;
}

.imgGrow {
  width: 0 !important;
  transition: 1s;
  margin: 0 auto;
}

.imgGrow.active {
  width: 100% !important;
  transition: 1s;
}

/* ================== Start of header sec ================== */

.header_sec {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 15px 0;
  z-index: 1024;
  transition: top 0.8s;
  background-color: var(--black);
}

.menuItems ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}

.menuItems ul li a {
  font-family: "Clash Grotesk";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: var(--white);
  display: inline-block;
}

.logo img {
  max-width: 110px;
  width: 100%;
}

.customBtn {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--white);
  border-radius: 20px;
  line-height: 25px;
  display: inline-block;
  position: relative;
  z-index: 5;
  overflow: hidden;
  transition: 0.4s;
  border: 1px solid #fff;
  background-color: transparent;
}

.customBtn:hover {
  background-color: var(--white);
  color: var(--black);
}

.customBtn.black {
  border-color: var(--black);
  color: var(--black);
}

.customBtn.black:hover {
  background: var(--black);
  color: var(--white);
}

.navbar {
  padding: 0;
}

.header_sec.header-fixed {
  background-color: rgba(10, 9, 9, 0.6) !important;
  backdrop-filter: blur(4px) !important;
}

.toggleBtn {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-direction: column;
}

.toggleBtn span {
  width: 34px;
  height: 2px;
  background-color: var(--white);
  display: inline-block;
  transition: 0.4s;
}

.inner-header .toggleBtn span {
  background-color: var(--black);
}

.header_sec.header-fixed .toggleBtn span {
  background-color: var(--white);
}

.header_sec.menuOpen .toggleBtn span:nth-child(2) {
  opacity: 0;
  transition: 0.4s;
}

.header_sec.menuOpen .toggleBtn span:first-child {
  transform: rotate(-45deg);
  top: 7px;
  position: relative;
  transition: 0.4s;
}

.header_sec.menuOpen .toggleBtn span:last-child {
  transform: rotate(45deg);
  top: -9px;
  position: relative;
  transition: 0.4s;
}

.header_sec.menuOpen {
  background-color: rgba(10, 9, 9, 0.6) !important;
  backdrop-filter: blur(4px) !important;
}

.inner-header {
  background: #d9d9d9;
}

.mobileMenu .customBtn {
  margin-top: 30px;
}

.inner-header .customBtn {
  border-color: var(--black);
  color: var(--black);
}

.inner-header .customBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--black);
  z-index: -1;
  transition: 0.3s;
}

.inner-header .customBtn:hover {
  color: var(--white);
  transition: 0.3s;
}

.inner-header .customBtn:hover::before {
  transition: 0.3s;
  width: 100%;
}

.inner-header.header-fixed .menuItems ul li a {
  color: var(--white);
}

.inner-header.header-fixed .customBtn {
  border-color: var(--white);
  color: var(--white);
}

.inner-header .logo img {
  filter: brightness(0);
}

.inner-header.header-fixed .logo img {
  filter: inherit;
}

.inner-header .mobileMenu .menuItems .borderBtn {
  border-color: var(--black);
  color: var(--black);
}

.inner-header .mobileMenu .menuItems .borderBtn img {
  filter: brightness(0);
}

.inner-header.header-fixed .mobileMenu .menuItems .borderBtn {
  border-color: var(--white);
  color: var(--white);
}

.inner-header.header-fixed .mobileMenu .menuItems .borderBtn img {
  filter: brightness(0) invert(1);
}

/* ================== End of header sec ================== */

/* ================== Start of banner sec ================== */

.banner_sec {
  padding: 180px 0 150px 0;
  background-color: var(--black);
  height: 100vh;
}

.banner_sec .container,
.banner_sec .banner-content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.banner-content .title {
  margin: 0;
  font-weight: 600;
  font-size: 65px;
  line-height: 75px;
  max-width: 1040px;
  width: 100%;
  color: #bdbdbd;
}

.banner-content .para {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 30px;
}

.banner_sec {
  position: relative;
  z-index: 5;
}

.banner_sec video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ================== End of banner sec ================== */

/* ================== Start of logos sec ================== */

.logos-sec {
  padding: 14px 0;
  background-color: #404040;
}

.marquee--wrapper {
  width: 100%;
  overflow: hidden;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 30s linear infinite;
}

.marquee-content {
  display: flex;
}

.marquee-track .item {
  flex: 0 0 auto;
  padding: 0 20px;
  width: 200px;
  text-align: center;
}

.marquee-track .item img {
  height: 60px;
}

.marquee-track .dot {
  width: 8px;
  height: 8px;
  background-color: #aaa;
  border-radius: 50%;
  margin: auto 10px;
  flex: 0 0 auto;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0%);
  }

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



/* ================== End of logos sec ================== */

/* ================== Start of form sec ================== */

.form-sec {
  background-color: var(--black);
}

.form-control {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  border-bottom: 1px solid var(--white);
  margin-bottom: 25px;
  outline: none;
  color: var(--white);
}

.form-label {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
  margin-bottom: 0;
}

.contact-sec .form-label {
  color: var(--black);
}

.form-control::placeholder {
  color: var(--white);
}

.form-control:focus {
  background: transparent;
  box-shadow: none;
}

.form-sec .buttons .title,
.securityItem h4,
.contact-sec .buttons .borderBtn {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
}

.frame figure {
  position: relative;
}

.frame figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--black);
  opacity: 0.5;
}

.form-sec .buttons .title {
  margin-bottom: 15px;
}

.form-sec .buttons {
  margin-bottom: 25px;
}

.securityItem .form-control {
  margin: 0;
  max-width: 258px;
  width: 100%;
  padding-bottom: 0;
  text-align: center;
}

.securityItem {
  margin-bottom: 35px;
}

.button .borderBtn {
  color: var(--black);
  background: var(--white);
  padding: 13px 50px;
  border-radius: 20px;
}

.form-sec {
  padding-bottom: 69px;
}

/* ================== End of form sec ================== */

/* ================== Start of footer section ================ */

.footer-sec {
  padding: 83px 0 39px 0;
  background-color: #191919;
}

.copyRight {
  text-align: end;
  padding-top: 19px;
}

.copyRight p {
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: var(--white);
}

.footerItem figure a {
  width: 265px;
  display: inline-block;
}

.footerItem .listItem li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--white);
}

.footerItem .listItem {
  max-width: 249px;
  width: 100%;
}

.footerItem .listItem li a img {
  transform: rotate(-45deg);
  transition: 0.4s;
}

.footerItem .listItem li a:hover img {
  transition: 0.4s;
  transform: inherit;
}

.contact-detials ul li a {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
  margin-bottom: 5px;
  position: relative;
}

.contact-detials ul li {
  display: flex;
  align-items: center;
  gap: 13px;
}

.contact-detials ul li:last-child {
  align-items: flex-start;
}

.contact-detials ul li:last-child span {
  margin-top: 4px;
}

.contact-detials ul li span {
  font-size: 20px;
  color: var(--white);
}

.socialMedia ul {
  display: flex;
  gap: 25px;
  margin-bottom: 20px;
}

.socialMedia ul li a {
  font-size: 21px;
  color: var(--white);
  transition: 0.4s;
}

.socialMedia ul li:hover a {
  transform: scale(1.2);
  transition: 0.4s;
}

.inner-footer {
  background-color: var(--gray);
}

.inner-footer .footerItem figure a img {
  padding: 0;
}

.inner-footer .footerItem figure a {
  background: transparent;
}

.inner-footer .footerItem .listItem li a {
  color: var(--black);
  border-color: var(--black);
}

.inner-footer .footerItem .listItem li a img {
  filter: brightness(0);
}

.inner-footer .socialMedia ul li a,
.inner-footer .contact-detials ul li a,
.inner-footer .contact-detials ul li span,
.inner-footer .copyRight p,
.inner-header .menuItems ul li a {
  color: var(--black);
}

/* ================== End of footer section ================ */

/* ================== Start of about section ================ */

.about-sec {
  padding: 100px 0;
}

.about-sec .headingItem .title {
  margin-bottom: 20px;
}

.about-sec .headingItem {
  margin-bottom: 0;
}

.headingItem .title {
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  color: var(--black);
}

.about-content .para {
  color: var(--black);
}

.about-content .borderBtn {
  display: inline-flex;
}

.borderBtn {
  border: 1px solid var(--black);
  padding: 10px 24px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  color: var(--black);
  transition: 0.3s;
}

.borderBtn:hover {
  color: var(--black);
  opacity: 70%;
  transition: 0.3s;
}

/* ================== End of about section ================ */


/* ================== Start of about page ================ */

.about-section {
  padding: 100px 0 150px 0;
}

.about-page {
  margin-bottom: 100px;
}

.about-section .headingItem .title {
  font-weight: 700;
  color: var(--black);
  margin-bottom: 40px;
}

.about-page .about-wrap .headingItem .title {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.about-page .about-wrap .headingItem .para {
  margin-bottom: 25px;
}

.about-page .about_sec .about_wrap {
  display: flex;
  gap: 80px;
}

.about-page .about_sec .about-item {
  max-width: 50%;
  width: 100%;
}

.about-slider {
  padding: 150px 0;
}

.quote-sec {
  background-color: var(--black);
  padding: 250px 0;
  margin-bottom: 150px;
}

.quote-sec .headingItem {
  max-width: 1116px;
  width: 100%;
}

/* ================== End of about page ================ */


/* ================== Start of what we do section ================ */

.what-we-do {
  padding: 132px 0 166px 0;
  background-color: var(--black);
}

.what-we-do .headingItem {
  margin-bottom: 132px;
}

.what-we-do .card_item {
  background-color: var(--white);
  padding: 20px;
  border-radius: 27px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  z-index: 4;
}

.what-we-do .card_item .listItem {
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background-color: var(--black) 8c;
  padding-top: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.4s;
  border-radius: 200px 200px 0 0;
}

.what-we-do .card_item .listItem .title {
  font-size: 26px;
  line-height: normal;
  margin-bottom: 15px;
}

.what-we-do .card_item .listItem .lists li {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: normal;
}

.what-we-do .card_item .listItem .lists {
  list-style: disc;
  padding-left: 20px;
}

.what-we-do .card_item:hover .listItem {
  transform: inherit;
  transition: 0.4s;
  border-radius: 0;
}

.what-we-do .card_item .card-content .title {
  margin-bottom: 80px;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #333333;
}

.what-we-do .card_item .card-content {
  transition: 0.4s;
}

.what-we-do .card_item:hover .card-content {
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.what-we-do .card_item .imageItem {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
}

.what-we-do .card_item .imageItem video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.what-we-do .card_item:hover .imageItem {
  opacity: 100%;
  transition: 0.4s;
  visibility: visible;
}

.what-we-do .borderBtn {
  margin-top: 40px;
}

.what-we-do .card_item .listItem img {
  filter: brightness(0) invert(1);
  width: 80px;
  margin-top: 20px;
}

/* ================== End of what we do section ================ */

/* ================== Start of work section ==================== */

.work-sec {
  padding: 58px 0 73px 0;
  background-color: var(--black);
  overflow: hidden;
}

.work-sec .headingItem {
  margin-bottom: 63px;
}

.work-sec .headingItem .title {
  margin-bottom: 10px;
  color: var(--white);
}

.work-sec .headingItem .para {
  margin: 0;
  color: var(--white);
}

.work-card {
  padding: 24px;
  background-color: #100f0f;
  border-radius: 20px;
  margin-bottom: 63px;
}

.work-content .title {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  color: var(--white);
  margin-bottom: 10px;
}

.work-content .para {
  color: var(--white);
  margin-bottom: 30px;
}

.work-image figure {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.work-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-sec.scrolled-past .pin-spacer {
  opacity: 0;
  visibility: hidden;
}

.work-sec .pin-spacer {
  opacity: 100%;
  visibility: inherit;
}

.work-sec .work-image figure {
  height: 650px;
}

#work-sec .work-image figure {
  height: 100vh;
  max-width: 100%;
  margin: 0 auto;
}

/* 
.work-sec .work-card {
  height: 100vh;
} */

.bharat--krishna .project-pageTitle .imageItem .img-container {
  max-width: 800px;
  margin: 0 auto;
}


/* ================== End of work section ==================== */

/* ================== Start of frames scroll section ================ */

.frames-scroll {
  background-color: var(--black);
  position: relative;
  z-index: 4;
}

.frames-wrap1,
.frames-wrap2 {
  display: flex;
  align-items: center;
  gap: 30px;
}

.frames-wrap1 {
  animation: imageMarquee 15s linear infinite;
}

.frames-wrap2 {
  animation: imageMarquee2 15s linear infinite;
}

.frames-scroll {
  overflow: hidden;
}

.frame {
  height: 614px;
  min-width: 370px;
  width: 100%;
  background-color: #ababab;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}

.frame figure,
.frame figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.frame figure {
  position: relative;
}

.frame figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--black);
  opacity: 0.5;
}

.frameText {
  position: absolute;
  top: 48.5%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 5;
}

.frameText .title {
  font-family: "Gloock", serif;
  font-size: 150px;
  font-weight: 400;
  line-height: 150px;
  text-align: center;
  margin: 0;
  color: var(--white);
}

@keyframes imageMarquee {
  from {
    transform: translateX(0);
  }

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

@keyframes imageMarquee2 {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
  }
}

@media screen and (max-width: 1399px) {
  .frame {
    height: 457px;
    min-width: 257px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
  }

  .frames-wrap1,
  .frames-wrap2 {
    gap: 25px;
  }

  .frames-wrap1 {
    animation: imageMarquee 25s linear infinite;
  }

  .frames-wrap2 {
    animation: imageMarquee2 25s linear infinite;
  }
}

/* ================== End of frames scroll section ================ */

/* ================== Start of culture section ================ */

.culture-sec {
  padding: 100px 0;
}

.culture-content .borderBtn {
  margin-top: 30px;
  display: inline-block;
}

/* ================== End of culture section ================ */

/* ================== End of culture section ================ */

.number-counter {
  background-color: #d9d9d9;
}

#counter {
  padding: 55px 95px;
}

#counter {
  padding: 55px 95px;
}

.numberItem .counter {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.numberItem .counter .title {
  font-size: 55px;
  line-height: 65px;
  font-weight: 600;
  margin: 0;
  display: inline-block;
}

.numberItem .content .para {
  margin: 0;
}

/* ================== End of culture section ================ */

/* ================== Start of testimonials section ================ */

.testimonials_sec {
  background-color: var(--black);
  padding: 124px 0 201px 0;
}

.testimonials_sec .headingItem .title {
  margin-bottom: 15px;
}

.testimonials_sec .headingItem {
  margin-bottom: 80px;
}

.testimonials-slider .card-item .image-item figure {
  max-width: 138px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 26px;
}

.testimonials-slider .card-item .image-item figure img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.testimonials-slider .card-item h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 30px;
}

.testimonials-slider .card-item h4~p {
  margin-bottom: 10px;
}

.quoteItem {
  background-color: #100f0f;
  padding: 19px 28px;
  border-radius: 20px;
}

.quoteItem .para {
  margin: 0;
}

.testimonials-slider .card-item {
  max-width: 804px;
  width: 100%;
  margin: 0 auto;
}

.testimonials_sec .headingItem .para {
  max-width: 1039px;
  width: 100%;
  margin: 0 auto;
}

.testimonials-slider .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.testimonials-slider .owl-nav button {
  width: 45px;
  height: 45px;
  background-color: var(--white) !important;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials-slider .owl-nav button span {
  font-size: 29px !important;
}

/* ================== End of testimonials section ================ */

/* ================== Start of page title section ================ */

.pageTitle {
  height: 100vh;
  background-color: var(--black);
  padding: 150px 0 50px 0;
}

.pageTitle .container {
  height: 100%;
}

.pageTitle .page-title-content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.pageTitle .title {
  font-weight: 600;
  font-size: 65px;
  line-height: 75px;
  color: var(--white);
  text-transform: inherit !important;
}

/* ================== Start of page title section ================ */

/* ================== Start of about page css ================ */

.about_sec {
  margin-bottom: 150px;
}

.about-wrap .headingItem {
  margin: 85px 0;
}

.about_sec .about-content .para {
  color: var(--black);
}

.about-wrap .imageItem figure {
  width: 100%;
  background-color: #ababab;
}

.about-wrap .imageItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_wrap {
  margin-bottom: 40px;
}

/* ================== End of about page css ================ */

/* ================== Start of contact page css ================ */

.contact-sec {
  background-color: var(--white);
  margin: 234px 0 100px 0;
  padding-bottom: 0;
}

.contact-sec .form-control::placeholder {
  color: var(--black);
}

.contact-sec .form-control {
  border-color: var(--black);
  color: var(--black);
}

.contact-sec .buttons .title {
  color: var(--black);
}

.contact-sec .headingItem {
  margin-bottom: 40px;
}

/* ================== End of contact page css ================ */

/* ================== Start of Project page css ================ */

.our-projects {
  margin-top: 69px;
}

.project-card {
  background-color: #c3c3c3;
  margin-bottom: 25px;
}

.project-card .imageItem {
  width: 100%;
  height: 400px;
  overflow: hidden;
  transition: 0.3s;
  background-color: #ababab;
}

.project-card .imageItem img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-card .imageItem:hover img {
  transition: 0.3s;
  transform: scale(1.2);
}

.project-card .content-item {
  padding: 25px;
}

.project-card .content-item .title {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  color: var(--black);
}

.project-card .content-item .para {
  color: var(--black);
}

.project-card .buttons .borderBtn {
  border-radius: 0;
  padding: 7px 20px;
}

.tab-btn .filter-button {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  padding: 7px 15px;
  color: var(--black);
  border: 1px solid var(--black);
  border-radius: 0;
  transition: 0.3s;
}

.tab-btn .filter-button:hover,
.tab-btn .filter-button.active {
  background-color: var(--black);
  color: var(--white);
  transition: 0.3s;
}

.tab-btn {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  row-gap: 20px;
}

.tab-btn.right {
  justify-content: end;
}

.tabsButtons {
  margin-bottom: 71px;
}

.projectItem {
  display: none;
}

.projectItem.visible {
  display: block;
}

.load-more-wrapper {
  margin-top: 45px;
}

.contact-sec.project-page {
  margin: 100px 0 150px 0;
}


/* ================== End of Project page css ================ */

/* ================== Start of work page css ================ */

#work-sec .headingItem .title {
  margin-bottom: 30px;
}

#work-sec .headingItem .para {
  color: var(--black);
}

#work-sec .headingItem {
  margin-bottom: 38px;
}

.workItem {
  background-color: #d9d9d9;
  padding: 40px;
}

.workItem .title {
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 10px;
  color: var(--black);
}

.workItem .detailsItem {
  margin-bottom: 30px;
}

.workItem .detailsItem li {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 5px;
  color: var(--black);
}

.workItem .detailsItem li strong {
  font-weight: 600;
}

.workItem .detailsItem li:last-child {
  margin-bottom: 0;
}

.workItem .borderBtn {
  padding: 7px 45px;
  border-radius: 0;
  display: inline-block;
}

.workItem .borderBtn:hover {
  background-color: var(--black);
  color: var(--white);
  opacity: 100%;
}

#work-sec form {
  max-width: 1276px !important;
  background-color: #d9d9d9;
  padding: 10px 50px 30px 50px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}

#work-sec form .borderBtn {
  background: transparent;
}

#work-sec .popupItem {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1024;
  width: 100%;
  height: 100%;
  background: #00000049;
  min-height: 450px;
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  padding: 0 15px;
}

#work-sec .popupItem.show {
  opacity: 100%;
  visibility: visible;
  transition: 0.4s;
}

#work-sec .popupItem::-webkit-scrollbar {
  display: none;
}

.popupItem .form-control,
.popupItem .securityItem {
  margin-bottom: 18px;
  padding: 0 !important;
}

.popupItem select.form-control {
  color: #737373;
}

.popupItem option {
  font-size: 18px;
}

.popupItem textarea.form-control {
  min-height: 40px !important;
  height: 40px;
}

.custom-file-upload {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-file-upload input[type="file"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 120px;
  cursor: pointer;
  z-index: 2;
}

.file-label.borderBtn {
  padding: 7px 45px;
  margin-top: 8px;
  border-radius: 0;
}

.upload-container {
  margin-bottom: 30px;
}

.custom-file-upload .file-name {
  margin-left: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: var(--black);
  margin-top: 8px;
}

.popupItem .securityItem h4,
.popupItem .securityItem .form-control {
  max-width: 186px;
  text-align: center;
}

.popupItem .securityItem {
  margin-bottom: 40px;
}

.workcard-last {
  position: relative;
  z-index: 1024;
}

/* ================== End of work page css ================ */

/* ================== Start of service page css ================ */

.process_sec {
  padding: 0% 0 120px 0;
  background-color: var(--black);
}

.processItems .processItem {
  margin-top: 50px;
  padding-right: 30px;
}

.processItem .numItem {
  font-weight: 500;
  font-size: 50px;
  margin-top: -8px;
  line-height: normal;
  margin-bottom: 0;
  margin-right: 10px;
}

.processItem .contentItem .title {
  font-weight: 500;
  font-size: 25px;
  line-height: normal;
  margin-bottom: 15px;
}

.processItem .contentItem .para {
  margin: 0;
}

.clients-execute {
  margin-top: 115px;
}

.clients-execute .listItem li {
  width: 100px;
  height: 100px;
  background-color: #d9d9d9;
}

.clients-execute .listItem {
  gap: 20px;
}

.clients-execute .listItem li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.work_sec {
  padding: 70px 0 116px 0;
}

.work_sec .headingItem {
  margin-bottom: 38px;
}

.workCard .imageItem {
  height: 400px;
  width: 100%;
  background-color: #c3c4c4;
}

.workCard .imageItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.workCard .contentItem {
  padding: 40px;
  background-color: var(--black);
}

.workCard {
  margin-bottom: 30px;
  border-radius: 25px;
  overflow: hidden;
}

.work_sec .moreBtn {
  margin-top: 40px;
}

.moreBtn .borderBtn {
  display: inline-block;
  padding: 7px 45px;
  border-radius: 20px;
}

.workCard .contentItem .title {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
}

.workCard .contentItem .para {
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.workCard .borderBtn {
  border-color: var(--white);
  color: var(--white);
  border-radius: 30px;
  padding: 5px 20px;
}

.work-form-sec {
  padding: 130px 0 55px 0;
}

.work-form-sec .content-item {
  padding-right: 30px;
}

.work-form-sec ul li .borderBtn {
  padding: inherit;
}

.work-contact {
  padding: 80px 0;
}

/* ================== End of service page css ================ */

/* ================== Start of project page title css ================ */

.project-pageTitle {
  margin-top: 224px;
}

#project-pageTitle {
  padding-top: 224px;
  margin-top: 0;
  background-color: var(--black);
}

.project-pageTitle .listItem {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 53px;
}

.project-pageTitle .listItem li a {
  transition: 0.3s;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: var(--black);
  padding: 5px 20px;
  display: inline-block;
  border: 1px solid var(--black);
}

.project-pageTitle .listItem li a:hover {
  background-color: var(--black);
  color: var(--white);
  transition: 0.3s;
}

.overview_sec {
  padding: 222px 0px;
  background-color: #153448;
  color: #dcceb8;
}

.overview_sec .subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}

.overview_sec .listItem {
  padding-left: 35px;
}

.overview_sec .listItem li {
  list-style: disc;
  font-weight: 400;
  font-size: 19px;
  line-height: 150%;
}

.overview_sec .listItem li a {
  color: #dcceb8;
}

.overview_sec .right-item {
  padding-left: 90px;
}

.single-image {
  padding: 107px 0px;
  background-color: #938578;
  position: relative;
  z-index: 5;
}

.single-image::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 64%);
  height: 100%;
  background-color: var(--white);
}

.single-image figure {
  height: 865px;
  width: 100%;
}

.single-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logoType_sec {
  padding: 204px 0 154px 0;
  background-color: #938578;
  color: #153448;
}

.logotype-image {
  margin-bottom: 100px;
}

.logoType--sec .logotype-image {
  max-width: 790px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  display: flex;
  align-items: center;
  gap: 30px;
}

.logoType--sec {
  background-color: #dcceb8;
  color: #153448;
}

.single--image {
  background-color: #5d717d;
}

.single--image::before {
  left: auto;
  right: 0;
  width: calc(100% - 56.7%);
}

.logo-view {
  padding: 190px 0px;
}

.logo-view .logoImage img {
  height: 240px;
  object-fit: scale-down;
  margin-bottom: 50px;
}

.logo-view .logoImage .title {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  /* color: #153448; */
}

.logo--view .content {
  margin-top: 104px;
}

.logo--view {
  background-color: #141414;
  padding: 140px 0 180px 0;
  color: #dcceb8;
}

.color-typeface {
  padding: 95px 0px;
  background-color: #153448;
  color: #dcceb8;
}

.color-typeface .headingItem {
  margin-bottom: 50px;
}

.color-typeface .headingItem .title {
  color: #dcceb8;
  text-transform: capitalize;
}

.typefaceItem .colorbg {
  height: 140px;
  width: 180px;
  margin-bottom: 30px;
}

.typefaceItems {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.typefaceItem ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.single-image3 {
  background-color: #c4c4c4;
}

.single-image3:before {
  display: none;
}

.implementation_sec {
  padding-top: 86px;
  padding-bottom: 119px;
}

.implementation_sec .bottomItem {
  margin-top: 65px;
}

.single-image4 {
  background-color: #dcceb8;
}

.single-image4:before {
  display: none;
}

.next-project {
  padding: 447px 0 120px 0;
  background-color: #8f8f8f;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  z-index: 5;
}

.next-project:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.2;
  z-index: -1;
}

.next-project .subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: var(--white);
  font-family: "Clash Grotesk" !important;
}

.project-navigation {
  padding: 100px 0;
}

.project-navigation .title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
  font-family: "Clash Grotesk" !important;
}

.project-navigation .navigation-btn {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  font-family: "Clash Grotesk" !important;
}

.project-navigation .row {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navigation-btn.prev span {
  transform: rotate(180deg);
}

.project-navigation .row:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
  border: 1px solid #1e1e1e;
}

.next-project .next-project-btn span img {
  filter: brightness(0) invert(1);
}

.next-project .next-project-btn {
  font-weight: 500;
  font-size: 48px;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 21px;
  color: var(--white);
  transition: 0.3s;
  font-family: "Clash Grotesk" !important;
}

.next-project .next-project-btn:hover {
  transition: 0.3s;
  gap: 30px;
}

.overview--sec {
  background-color: #d4cfcc;
  color: #c25e2b;
}

.overview--sec .listItem li a {
  color: #c25e2b;
}

#fragments .single-image {
  background-color: #d4cfcc;
}

#fragments .logoType_sec {
  background-color: #d4c5b2;
  color: #222222;
}

#fragments .logoType--sec {
  background-color: #222222;
  color: #d4c5b2;
}

#fragments .single--image {
  background-color: #d4c5b2;
}

#fragments .logo-view {
  background-color: #d4cfcc;
}

#fragments .logo-view .logoImage .title {
  color: #222222;
}

#fragments .logo--view {
  background-color: #222222;
  color: #d4cfcc;
}

#fragments .logo--view .title {
  color: #d4cfcc !important;
}

.fragments-image {
  background-color: #222222 !important;
}

#fragments .fragments-image::before {
  width: calc(100% - 40%);
}

#fragments .color-typeface {
  background-color: #c25e2b;
}

.hierarchy-asset {
  padding: 105px 0 215px 0;
  background-color: #a38070;
}

.hierarchy-asset .headingItem .title {
  color: #d4cfcc;
}

.hierarchy-asset .headingItem {
  margin-bottom: 130px;
}

.hierarchy-asset figure {
  max-width: 1035px;
  width: 100%;
  margin: 0 auto;
}

#fragments .implementation_sec {
  background-color: #d4c5b2;
  color: var(--black);
}

.single-image-4 {
  background-color: #d4c5b2 !important;
}

.single-image-4:before {
  width: calc(100% - 75%);
}

#fragments .single-image4 {
  background-color: #d4cfcc !important;
}

.shadeBg {
  background: url("../../assets/images/projects-images/shade.png") no-repeat center / cover;
  background-color: #f7e9de !important;
}

.shape-sec {
  padding: 116px 0;
  background-color: #f7e9de;
}

.shape-sec figure {
  text-align: center;
}

.object-fit-inherit {
  object-fit: inherit !important;
}

.weddingDrama .overview_sec .para,
.weddingDrama .overview_sec .subtitle,
.weddingDrama .overview_sec .listItem li,
.weddingDrama .overview_sec .listItem li a {
  color: #80150d;
}

.weddingDrama .logoType_sec .para {
  color: #c7381a;
}

.weddingDrama .logoType_sec {
  background-color: #c9b9d5 !important;
}

.weddingDrama .logoType--sec .logotype-image {
  max-width: inherit;
  display: block;
  text-align: center;
}

.weddingDrama .logoType--sec .para {
  color: #d4c5b2;
}

.weddingDrama .logoType--sec {
  background: url("../../assets/images/projects-images/logotype-shade01.png") no-repeat center / cover;
  background-color: #db3e1d !important;
  position: relative;
  z-index: 2;
}

.weddingDrama .logoType--sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../assets/images/projects-images/logotype-shade02.png") no-repeat center / cover;
  z-index: 3;
}

.single--image.shadeBg {
  background-color: #efefef !important;
}

.weddingDrama .logo-view .title,
.weddingDrama .logo-view .para {
  color: #db3e1d !important;
}

.weddingDrama .logo-view .para,
.what-a-shot .logo-view .para,
.saurashtra-honey .logo-view .para,
.wacms .logo-view .para,
.jugaad .logo-view .para {
  margin: 0;
  margin-top: 108px;
}

.photo-frame {
  background: url("../../assets/images/projects-images/logotype-shade01.png") no-repeat center / cover;
  padding: 105px 0;
}

.photo-frame figure {
  padding: 20px;
  background-color: #f7e9de;
  box-shadow: 8.18px 8.18px 11.68px var(--black);
  position: relative;
  z-index: 2;
}

.photo-frame figure .logo {
  position: absolute;
  bottom: 74px;
  right: 57px;
  z-index: 3;
}

.photo-frame figure:before {
  content: "";
  position: absolute;
  left: -224px;
  bottom: -37px;
  width: 320px;
  height: 267px;
  background-image: url("../../assets/images/projects-images/camera.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 4;
}

.weddingDrama .color-typeface {
  background-color: #f7e9de !important;
}

.weddingDrama .color-typeface .typefaceItem figure {
  margin-bottom: 28px;
}

.weddingDrama .color-typeface .typefaceItem ul li {
  color: #4f364b;
}

.weddingDrama .color-typeface .headingItem .title {
  color: #80150d;
}

.weddingDrama .singleImage {
  background-color: #997ab0 !important;
}

.implementation_sec .headingItem {
  margin-bottom: 75px;
}

.weddingDrama .implementation_sec {
  background-color: #4f364b !important;
}

.socialBg {
  background: url("../../assets/images/projects-images/socialbg.png") no-repeat center / cover;
}

.weddingDrama .implementation_sec .headingItem .title,
.weddingDrama .implementation_sec .para {
  color: #f7e9de;
  margin: 0;
}

.font-typeface {
  padding: 100px 0;
}

.font-typeface .fontItem {
  max-width: 458px;
  width: 100%;
}

.fontItem .fontName {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #153448;
  margin: 0;
}

.fontItem .fontType {
  font-weight: 500;
  font-size: 180px;
  line-height: 200px;
  color: #153448;
  margin-top: -45px;
  margin-bottom: 0;
}

.fontItem .fontDesc {
  color: #153448;
  margin: 0;
}

.font-typeface .row div[class^="col-"]:last-child .fontItem {
  margin-left: auto;
  margin-right: 0;
}

.font-typeface .row div[class^="col-"]:first-child .fontItem .fontName,
.font-typeface .row div[class^="col-"]:first-child .fontItem .fontType,
.font-typeface .row div[class^="col-"]:first-child .fontItem .fontDesc {
  font-family: "Mukta" !important;
}

.font-typeface .row div[class^="col-"]:last-child .fontItem .fontName,
.font-typeface .row div[class^="col-"]:last-child .fontItem .fontType,
.font-typeface .row div[class^="col-"]:last-child .fontItem .fontDesc {
  font-family: "Outfit" !important;
}

.fragments .font-typeface .row div[class^="col-"]:first-child .fontItem .fontName,
.fragments .font-typeface .row div[class^="col-"]:first-child .fontItem .fontType,
.fragments .font-typeface .row div[class^="col-"]:first-child .fontItem .fontDesc {
  font-family: "Crimson Text" !important;
}

.fragments .font-typeface .row div[class^="col-"]:last-child .fontItem .fontName,
.fragments .font-typeface .row div[class^="col-"]:last-child .fontItem .fontType,
.fragments .font-typeface .row div[class^="col-"]:last-child .fontItem .fontDesc {
  font-family: "Nunito Sans", sans-serif !important;
}

.weddingDrama .font-typeface .row div[class^="col-"]:first-child .fontItem .fontName,
.weddingDrama .font-typeface .row div[class^="col-"]:first-child .fontItem .fontType,
.weddingDrama .font-typeface .row div[class^="col-"]:first-child .fontItem .fontDesc {
  font-family: "Nunito Sans", sans-serif !important;
}

.bauble-bazar .font-typeface .row div[class^="col-"]:first-child .fontItem .fontName,
.bauble-bazar .font-typeface .row div[class^="col-"]:first-child .fontItem .fontType,
.bauble-bazar .font-typeface .row div[class^="col-"]:first-child .fontItem .fontDesc {
  font-family: "Taviraj" !important;
}

.bauble-bazar .font-typeface .row div[class^="col-"]:last-child .fontItem .fontName,
.bauble-bazar .font-typeface .row div[class^="col-"]:last-child .fontItem .fontType,
.bauble-bazar .font-typeface .row div[class^="col-"]:last-child .fontItem .fontDesc {
  font-family: "Futura Bk BT" !important;
}

.fragments .fontItem .fontName,
.fragments .fontItem .fontType,
.fragments .fontItem .fontDesc {
  color: #c25e2b;
}

.bauble-bazar .fontItem .fontName,
.bauble-bazar .fontItem .fontType,
.bauble-bazar .fontItem .fontDesc {
  color: #e11c79;
}

.bauble-bazar .overview--sec .listItem li,
.bauble-bazar .overview--sec .listItem li a {
  color: #38343a !important;
}

#fragments .single--image.fragment {
  background-color: #5b5426 !important;
}

.weddingDrama .font-typeface .row div[class^="col-"]:first-child .fontItem .fontType,
.weddingDrama .font-typeface .row div[class^="col-"]:first-child .fontItem .fontDesc {
  max-width: 291px;
  width: 100%;
  margin-left: auto;
}

.weddingDrama .font-typeface .row div[class^="col-"]:first-child .fontItem .fontType {
  margin-top: -20px;
}

.what-a-shot .font-typeface .row div[class^="col-"]:first-child .fontItem .fontName,
.what-a-shot .font-typeface .row div[class^="col-"]:first-child .fontItem .fontType,
.what-a-shot .font-typeface .row div[class^="col-"]:first-child .fontItem .fontDesc {
  font-family: "Playfair Display" !important;
}

.what-a-shot .font-typeface .row div[class^="col-"]:last-child .fontItem .fontName,
.what-a-shot .font-typeface .row div[class^="col-"]:last-child .fontItem .fontType,
.what-a-shot .font-typeface .row div[class^="col-"]:last-child .fontItem .fontDesc {
  font-family: "Poppins" !important;
}

.what-a-shot .fontItem .fontName,
.what-a-shot .fontItem .fontType,
.what-a-shot .fontItem .fontDesc {
  color: #6f0d33;
}

.earth-eye .fontItem .fontName,
.earth-eye .fontItem .fontType,
.earth-eye .fontItem .fontDesc {
  color: #394f9a;
}

.fontShade {
  background: url("../../assets/images/projects-images/font-bg.png") no-repeat center / cover;
}

.typography-asset {
  max-width: 1035px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.brand-card .content {
  background: #d2cdc9;
  padding: 10px 54px 34px 54px;
  text-align: center;
}

.brand-card {
  max-width: 529px;
  width: 100%;
}

.brand-card .content .title {
  font-family: "Crimson Text" !important;
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  text-transform: lowercase;
  color: #a38070;
  margin-bottom: 8px;
}

.brand-card .content .subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #a38070;
  margin-bottom: 27px;
}

.brand-card .content .body-copy {
  font-family: "Nunito Sans" !important;
  font-weight: 300 !important;
  font-size: 16px;
  line-height: 135%;
  margin-bottom: 50px;
  color: #a38070;
}

.brand-card .content .cta-button {
  display: inline-block;
  padding: 19px 34px;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  font-family: "Nunito Sans";
  background-color: #a38070;
  color: #fff;
}

.brand-top figure {
  height: 175px;
  width: 100%;
}

.brand-top figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.typography-asset .listItem {
  margin-left: -126px;
  margin-top: 112px;
}

.typography-asset .listItem ul li {
  font-family: "Nunito Sans";
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  color: #d4cfcc;
  margin: 0;
  position: relative;
}

.typography-asset .listItem ul li .para {
  margin: 0;
}

.typography-asset .listItem ul li:first-child {
  margin-bottom: 83px;
}

.typography-asset .listItem ul li span {
  width: 222px;
  height: 1px;
  background: #222222;
  display: block;
  position: relative;
}

.typography-asset .listItem ul li {
  gap: 11px;
  display: flex;
  align-items: center;
}

.typography-asset .listItem ul li span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -17px;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #222222;
  border-radius: 100%;
  transform: translateY(-50%);
}

.typography-asset .listItem ul li:first-child span {
  margin-left: 97px;
}

.typography-asset .listItem ul li:nth-child(2) span {
  margin-left: 78px;
  width: 241px;
}

.typography-asset .listItem ul li:nth-child(2) {
  margin-bottom: 32px;
}

.typography-asset .listItem ul li:nth-child(2) span {
  margin-left: 78px;
  width: 241px;
}

.typography-asset .listItem ul li:nth-child(3) {
  margin-bottom: 60px;
}

.typography-asset .listItem ul li:nth-child(3) span {
  width: 270px;
  margin-left: 49px;
}

.typography-asset .listItem ul li:nth-child(4) span {
  width: 213px;
  margin-left: 106px;
}

.typography-asset .listItem ul li:nth-child(4) {
  margin-bottom: 100px;
}

.brand-card .content .cta-button:hover {
  background: var(--black);
}

.typography-asset .listItem ul li:last-child span {
  width: 319px;
}

.bauble-bazar .overview--sec {
  background-color: #d9eff8;
}

.bauble-bazar .single-image {
  background-color: #d9eff8 !important;
}

.bauble-bazar .logoType_sec {
  background-color: #e5d7e9 !important;
}

.bauble-bazar .logoType--sec {
  background-color: #ffe8d3 !important;
}

.bauble-bazar .logoType--sec .para {
  color: #38343a !important;
}

.bauble-bazar .single--image {
  background-color: #e5d7e9 !important;
}

.bauble-bazar .logo-view {
  background-color: #f2efeb !important;
}

.bauble-bazar .logo--view {
  background-color: #38343a !important;
}

.bauble-bazar .fragments-image {
  background: #fff !important;
}

.bauble-bazar .fragments-image::before {
  background-color: #38343a;
  width: calc(100% - 30%) !important;
}

.bauble-bazar .color-typeface {
  background-color: #ffe8d3 !important;
  color: #38343a !important;
}

.bauble-bazar .color-typeface .headingItem .title {
  color: #38343a;
  margin: 0;
}

.bauble-bazar .font-typeface {
  background-color: #d9eff8;
}

.bauble-bazar .hierarchy-asset {
  background-color: #e5d7e9;
}

.bauble-bazar .hierarchy-asset .headingItem .title {
  color: #38343a;
  margin: 0;
}

.bauble-bazar .overview--sec .subtitle,
.bauble-bazar .overview--sec .para,
.overview--sec .listItem li a,
.overview_sec .listItem li {
  color: #38343a;
}

.bauble-bazar .brand-card .content {
  background-color: #d9eff8;
  padding: 70px 58px;
}

.bauble-bazar .brand-card img {
  margin-bottom: 30px;
}

.bauble-bazar .brand-card .subtitle {
  font-weight: 600 !important;
  font-size: 20px;
  line-height: 150%;
  color: #38343a;
  font-family: "Futura Bk BT" !important;
  margin-bottom: 36px;
}

.bauble-bazar .brand-card .body-copy {
  font-family: "Futura Bk BT" !important;
  margin-bottom: 61px;
  color: #38343a;
}

.bauble-bazar .typography-asset .listItem ul li .para {
  color: #38343a;
}

.bauble-bazar .brand-card .cta-button {
  background-color: #e11c79;
  color: #d9eff8;
}

.bauble-bazar .typography-asset .listItem ul li span {
  background-color: #e11c79;
}

.bauble-bazar .typography-asset .listItem ul li span:before {
  border-color: #e11c79;
}

.bauble-bazar .typography-asset .listItem {
  margin-top: 70px;
}

.bauble-bazar .typography-asset .listItem ul li:first-child {
  margin-bottom: 25px;
}

.bauble-bazar .typography-asset .listItem ul li:nth-child(2) {
  margin-bottom: 60px;
}

.bauble-bazar .typography-asset .listItem ul li:nth-child(3) {
  margin-bottom: 120px;
}

.bauble-bazar .typography-asset .listItem ul li:first-child span {
  margin-left: 82px;
  width: 261px;
}

.bauble-bazar .typography-asset .listItem ul li:nth-child(2) span {
  margin-left: 34px;
  width: 309px;
}

.bauble-bazar .typography-asset .listItem ul li:nth-child(3) span {
  margin-left: 114px;
  width: 227px;
}

.bauble-bazar .typography-asset .listItem ul li:nth-child(4) span {
  margin-left: 0;
  width: 344px;
}

.bauble-bazar #single-image,
.bauble-bazar .implementation_sec {
  background-color: #ffe8d3 !important;
}

.bauble-bazar .single-image.bauble-bazar {
  background-color: #ddd !important;
}

.bauble-bazar .single-image.bauble-bazar:before {
  display: none;
}

.what-a-shot .overview--sec {
  background-color: #9e5642;
}

.what-a-shot .subtitle,
.what-a-shot .overview_sec .para,
.what-a-shot .overview_sec .listItem li a,
.what-a-shot .listItem li {
  color: #e2d7bf;
}

.what-a-shot .single-image {
  background-color: #9e5642 !important;
}

.what-a-shot .logoType_sec {
  background-color: #b88c50 !important;
}

.what-a-shot .logoType--sec {
  background-color: #4c491e !important;
}

.what-a-shot .logoType--sec .logotype-image {
  max-width: inherit;
  display: inline-block;
}

.what-a-shot .single--image {
  background-color: #e2d7bf !important;
}

.what-a-shot .logo-view {
  background-color: #e2d7bf !important;
}

.what-a-shot .logo-view .title,
.what-a-shot .logo-view .para {
  color: #6f0d33 !important;
}

.what-a-shot .fragments-image {
  background-color: #fff !important;
}

.what-a-shot .fragments-image:before {
  background-color: #9e5642;
  width: calc(100% - 30%) !important;
}

.what-a-shot .single_image {
  background-color: #b88c50 !important;
}

.what-a-shot .single_image:before {
  display: none;
}

.what-a-shot .color-typeface {
  background-color: #6f0d33 !important;
}

.single-image.what-image6:before {
  width: calc(100% - 75%);
}

.fragments .overview--sec .listItem li,
.fragments .overview--sec .listItem li a {
  color: #c25e2b !important;
}

.what-a-shot .logoType_sec .para {
  color: #e2d7bf;
}

.what-a-shot .implementation_sec {
  background-color: #9e5642 !important;
}

.what-a-shot .implementation_sec .para,
.what-a-shot .implementation_sec .title {
  color: #e2d7bf;
}

.earth-eye .overview--sec {
  background-color: #edefe2;
}

.earth-eye .overview--sec .subtitle,
.earth-eye .overview--sec .para,
.earth-eye .overview--sec ul li,
.earth-eye .overview--sec ul li a {
  color: #394f9a;
}

.earth-eye .single-image {
  background-color: #edefe2 !important;
}

.earth-eye .logoType_sec {
  background-color: #d1d972 !important;
  color: #394f9a !important;
}

.earth-eye .logoType_sec .para {
  color: #394f9a !important;
}

.logo-design .logoItem {
  max-width: 208px;
  width: 100%;
  margin: 0 auto;
}

.logo-design .logoItem span:first-child {
  margin-left: 90px;
  max-width: 113px;
  margin-bottom: 8px;
}

.logo-design .logoItem span:last-child {
  margin-left: 39px;
}

.logo-design.logotype-image {
  gap: 5px;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 40% 19% 40%;
  max-width: 100%;
}

.logo-design.logotype-image .item1 {
  padding-top: 330px;
}

.logo-design.logotype-image .item2 {
  margin-top: -10px;
}

.earth-eye .logoType--sec {
  background-color: #edefe2 !important;
}

.earth-eye .logoType--sec .logotype-image {
  max-width: 1100px;
}

.earth-eye .single--image {
  background-color: #d1d972 !important;
}

.earth-eye .logo-view {
  background-color: #f2efeb !important;
}

.earth-eye .logo-view .title {
  color: #394f9a !important;
}

.earth-eye .logo--view {
  background-color: #394f9a !important;
}

.earth-eye .single-image2 {
  background-color: #394f9a !important;
}

.earth-eye .single-image2:before {
  width: calc(100% - 60%);
}

.earth-eye .color-typeface {
  background-color: #d1d972 !important;
  color: #394f9a;
}

.earth-eye .color-typeface .title,
.earth-eye .color-typeface ul li {
  color: #394f9a;
}

.single--image.earth-image3 {
  background-color: #ea6239 !important;
}

.earth-eye .implementation_sec {
  background-color: #edefe2 !important;
}

.earth-eye .implementation_sec .title,
.earth-eye .implementation_sec .para {
  color: #394f9a;
}

.earth-eye .single-image.bauble-bazar {
  background-color: #d1d972 !important;
}

.saurashtra-honey .overview_sec {
  background-color: #3a2d27;
}

.saurashtra-honey .overview_sec .subtitle,
.saurashtra-honey .overview_sec .para,
.saurashtra-honey .overview_sec ul li,
.saurashtra-honey .overview_sec ul li a {
  color: #fbf9e0;
}

.saurashtra-honey .single-image {
  background-color: #3a2d27 !important;
}

.saurashtra-honey .logoType_sec {
  background-color: #cca28f !important;
}

.saurashtra-honey .logoType_sec .para {
  color: #3a2d27 !important;
}

.saurashtra-honey .logoSpacing {
  background-color: #fbf9e0 !important;
}

.saurashtra-honey .logoSpacing .para {
  color: #3a2d27 !important;
}

.saurashtra-honey .single--image {
  background-color: #93d3c6 !important;
}

.saurashtra-honey .logo-view {
  background-color: #fbf9e0 !important;
}

.saurashtra-honey .logo-view .title,
.saurashtra-honey .logo-view .para {
  color: #3a2d27 !important;
}

.saurashtra-honey .single-image2 {
  background-color: #cca28f !important;
}

.saurashtra-honey .color-typeface {
  background-color: #b69858 !important;
}

.saurashtra-honey .color-typeface .title,
.saurashtra-honey .color-typeface ul li {
  color: #3a2d27 !important;
}

.saurashtra-honey .font-typeface {
  background-color: #fbf9e0 !important;
}

.saurashtra-honey .fontItem .fontName,
.saurashtra-honey .fontItem .fontType,
.saurashtra-honey .fontItem .fontDesc {
  color: #3a2d27;
}

.saurashtra-honey .implementation_sec {
  background-color: #cca28f !important;
}

.saurashtra-honey .implementation_sec .title,
.saurashtra-honey .implementation_sec .para {
  color: #3a2d27 !important;
}

.saurashtra-honey .single-image.bauble-bazar {
  background-color: #cca28f !important;
}

.saurashtra-honey .font-typeface .row div[class^="col-"]:first-child .fontItem .fontName,
.saurashtra-honey .font-typeface .row div[class^="col-"]:first-child .fontItem .fontType,
.saurashtra-honey .font-typeface .row div[class^="col-"]:first-child .fontItem .fontDesc {
  font-family: "Duhai" !important;
}

.saurashtra-honey .font-typeface .row div[class^="col-"]:last-child .fontItem .fontName,
.saurashtra-honey .font-typeface .row div[class^="col-"]:last-child .fontItem .fontType,
.saurashtra-honey .font-typeface .row div[class^="col-"]:last-child .fontItem .fontDesc {
  font-family: "Aceh" !important;
}

.saurashtra-honey .font--typeface .row div[class^="col-"]:first-child .fontItem .fontName,
.saurashtra-honey .font--typeface .row div[class^="col-"]:first-child .fontItem .fontType,
.saurashtra-honey .font--typeface .row div[class^="col-"]:first-child .fontItem .fontDesc {
  font-family: "Mukta Vaani" !important;
}

.saurashtra-honey .font--typeface .row div[class^="col-"]:last-child .fontItem .fontName,
.saurashtra-honey .font--typeface .row div[class^="col-"]:last-child .fontItem .fontType,
.saurashtra-honey .font--typeface .row div[class^="col-"]:last-child .fontItem .fontDesc {
  font-family: "Anek Gujarati" !important;
}

.wacms .logoType_sec .logotype-image {
  max-width: 1011px;
  width: 100%;
}

.wacms .overview_sec,
.wacms .single-image,
.wacms .logoType--sec {
  background-color: #ede7d9 !important;
}

.wacms .overview_sec .subtitle,
.wacms .overview_sec .para,
.wacms .overview_sec ul li,
.wacms .overview_sec ul li a,
.wacms .logoType--sec .para {
  color: #5f684a;
}

.represents-hope {
  background-color: #5f684a;
  padding: 108px 0;
}

.represents-hope .para {
  color: #ede7d9 !important;
}

.represents-hope .heading {
  margin-bottom: 60px;
}

.represents-hope .heading .para {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}

.represents-hope .leftItem {
  margin-right: -30px;
}

.represents-hope .leftItem .fir-para {
  padding-bottom: 227px;
}

.represents-hope .leftItem .ml-wo-logo {
  margin-top: 30px;
  margin-left: 60px;
  display: flex;
  align-items: flex-start;
  gap: 35px;
}

.represents-hope .leftItem .ml-wo-logo span {
  max-width: 50px;
  width: 100%;
  display: block;
}

.represents-hope .rightItem .fir-para {
  padding-bottom: 250px;
  margin-left: -30px;
}

.represents-hope .rightItem .fir-para .symbol-icons {
  display: flex;
  align-items: flex-start;
  margin-left: 120px;
  gap: 20px;
  margin-top: 10px;
}

.represents-hope .rightItem .fir-para .symbol-icons img {
  max-width: 78px;
  width: 100%;
}

.represents-hope .rightItem .sec-para {
  margin-left: -55px;
}

.represents-hope .rightItem .sec-para .para span {
  display: block;
  max-width: 23px;
  width: 100%;
}

.represents-hope .rightItem .sec-para .para {
  display: flex;
  align-items: center;
  gap: 11px;
}

.represents-hope .middleItem {
  text-align: center;
}

.represents-hope .middleItem .top-arrow {
  display: block;
  text-align: right;
  max-width: 160px;
  width: 100%;
  margin-left: auto;
  margin-right: 20px;
}

.represents-hope .middleItem .middle-logo {
  display: block;
  max-width: 418px;
  width: 100%;
}

.represents-hope .middleItem .bottom-arrow {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin-top: -60px;
  margin-right: 40px;
}

.represents-hope .middleItem .bottom-arrow img:first-child {
  margin-top: 25px;
}

.wacms .single--image {
  background-color: #6a1010 !important;
}

.wacms .logo-view {
  background-color: #ede7d9 !important;
}

.wacms .logo-view .title,
.wacms .logo-view .para {
  color: #5f684a !important;
}

.wacms .single-image2 {
  background-color: #b82f2d !important;
}

.wacms .color-typeface {
  background-color: #5f684a !important;
}

.wacms .color-typeface .title,
.wacms .color-typeface ul li {
  color: #ede7d9 !important;
}

.wacms .font-typeface .row div[class^="col-"]:first-child .fontItem .fontName,
.wacms .font-typeface .row div[class^="col-"]:first-child .fontItem .fontType,
.wacms .font-typeface .row div[class^="col-"]:first-child .fontItem .fontDesc {
  font-family: "Quilon" !important;
}

.wacms .font-typeface .row div[class^="col-"]:last-child .fontItem .fontName,
.wacms .font-typeface .row div[class^="col-"]:last-child .fontItem .fontType,
.wacms .font-typeface .row div[class^="col-"]:last-child .fontItem .fontDesc {
  font-family: "Lato" !important;
}

.wacms .earth-image3 {
  background-color: #d07f2b !important;
}

.social-banner {
  position: relative;
  z-index: 2;
}

.social-wrapper {
  position: absolute;
  bottom: 98px;
  left: 0;
  right: 0;
  z-index: 5;
  color: #ede7d9;
}

.logo-layout .leftItem {
  display: flex;
  gap: 30px;
  text-align: center;
}

.logo-layout .leftItem .para {
  margin: 0;
  margin-top: 43px;
  color: #5f684a;
}

.logo-layout .leftItem .sitting-circle .para {
  margin-top: 20px;
}

.logo-layout .leftItem .plus {
  margin-top: 10px;
}

.logo-layout .leftItem .equal {
  margin-top: 30px;
}

.logo-layout .leftItem .sitting-circle {
  max-width: 112px;
  width: 100%;
  margin-right: 30px;
  margin-left: 10px;
}

.logo-layout {
  padding: 100px 0;
  background-color: #eae4d6;
}

.wacms .bauble-bazar {
  background-color: #6a1010 !important;
}

.wacms .wacms-single-image {
  background-color: #5f684a !important;
}

.wacms .wacms-single-image:before {
  display: none;
}

.jugaad .font-typeface .row div[class^="col-"]:first-child .fontItem .fontType,
.jugaad .font-typeface .row div[class^="col-"]:first-child .fontItem .fontDesc,
.studio-raya .font-typeface .row div[class^="col-"]:first-child .fontItem .fontType,
.studio-raya .font-typeface .row div[class^="col-"]:first-child .fontItem .fontDesc {
  max-width: 291px;
  width: 100%;
  margin-left: auto;
}

.jugaad .overview--sec,
.jugaad .single-image {
  background-color: #0c3c46 !important;
}

.jugaad .overview--sec .subtitle,
.jugaad .overview--sec .para,
.jugaad .overview--sec ul li,
.jugaad .overview--sec ul li a {
  color: #dfd4bd;
}

.jugaad .logoType_sec {
  background-color: #5e1e59 !important;
}

.jugaad .logoType_sec .para {
  color: #dfd4bd;
}

.jugaad .logoType--sec {
  background-color: #ba207d !important;
}

.jugaad .single--image {
  background-color: #3fc1c1 !important;
}

.jugaad .logo-view {
  background-color: #3fc1c1 !important;
}

.jugaad .logo-view .title,
.jugaad .logo-view .para {
  color: #5e1e59 !important;
}

.jugaad .single-image3 {
  background-color: #e891be !important;
}

.jugaad .color-typeface {
  background-color: #5e1e59 !important;
}

.jugaad .font-typeface .row div[class^="col-"]:first-child .fontItem .fontName,
.jugaad .font-typeface .row div[class^="col-"]:first-child .fontItem .fontType,
.jugaad .font-typeface .row div[class^="col-"]:first-child .fontItem .fontDesc {
  font-family: "Bricolage Grotesque" !important;
}

.jugaad .font-typeface .row div[class^="col-"]:last-child .fontItem .fontName,
.jugaad .font-typeface .row div[class^="col-"]:last-child .fontItem .fontType,
.jugaad .font-typeface .row div[class^="col-"]:last-child .fontItem .fontDesc {
  font-family: "Bricolage Grotesque" !important;
}

.jugaad .font-typeface {
  background-color: #dfd4bd;
}

.jugaad .fontItem .fontName,
.jugaad .fontItem .fontType,
.jugaad .fontItem .fontDesc {
  color: #5e1e59;
}

.jugaad .single-image5 {
  background-color: #5e1e59 !important;
}

.studio-raya .overview--sec,
.studio-raya .single-image {
  background-color: #934c27 !important;
}

.studio-raya .overview--sec .subtitle,
.studio-raya .overview--sec .para,
.studio-raya .overview--sec ul li,
.studio-raya .overview--sec ul li a {
  color: #e8e5da;
}

.studio-raya .font-typeface .row div[class^="col-"]:first-child .fontItem .fontName,
.studio-raya .font-typeface .row div[class^="col-"]:first-child .fontItem .fontType,
.studio-raya .font-typeface .row div[class^="col-"]:first-child .fontItem .fontDesc {
  font-family: "Poppins" !important;
}

.studio-raya .font-typeface .row div[class^="col-"]:last-child .fontItem .fontName,
.studio-raya .font-typeface .row div[class^="col-"]:last-child .fontItem .fontType,
.studio-raya .font-typeface .row div[class^="col-"]:last-child .fontItem .fontDesc {
  font-family: "Poppins" !important;
}

.studio-raya .single-image:before {
  background-color: #e8e5da;
}

.studio-raya .logoType_sec {
  background-color: #9db2ae !important;
}

.studio-raya .logoType--sec {
  background-color: #626c76 !important;
}

.studio-raya .logoType--sec .para {
  color: #dfd4bd !important;
}

.studio-raya .single--image {
  background-color: #626c76 !important;
}

.studio-raya .logo-view {
  background-color: #e8e5da !important;
}

.studio-raya .logo-view .title {
  color: #934c27 !important;
}

.studio-raya .logo--view {
  background-color: #934c27 !important;
}

.studio-raya .logo--view .title,
.studio-raya .logo--view .para {
  color: #e8e5da !important;
}

.studio-raya .single-image2 {
  background-color: #ba9e93 !important;
}

.studio-raya .single-image3 {
  background-color: #9db2ae !important;
}

.studio-raya .color-typeface {
  background-color: #934c27 !important;
}

.studio-raya .color-typeface .title,
.studio-raya .color-typeface ul li {
  color: #dfd4bd !important;
}

.studio-raya .font-typeface {
  background-color: #e8e5da;
}

.studio-raya .color-typeface .typefaceItem {
  max-width: 220px;
  width: 100%;
}

.studio-raya .color-typeface .typefaceItem .colorbg {
  width: 100%;
}

.studio-raya .implementation_sec {
  background-color: #fff !important;
}

.studio-raya .implementation_sec .title,
.studio-raya .implementation_sec .para {
  color: #3a2d27 !important;
}

.studio-raya .single-image5 {
  background-color: #e8e5da !important;
}

.studio-raya .single-image5:after {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: calc(100% - 50%);
  height: calc(100% - 12%);
  background-color: #ba9e93;
}

.studio-raya .single-image5:before {
  width: calc(100% - 34%);
  right: 0;
  left: auto;
  background-color: #934c27;
  z-index: 2;
}

.studio-raya .single-image5 .img-container {
  position: relative;
  z-index: 5;
}

.varsoo-studio .font-typeface .row div[class^="col-"]:first-child .fontItem .fontName,
.varsoo-studio .font-typeface .row div[class^="col-"]:first-child .fontItem .fontType,
.varsoo-studio .font-typeface .row div[class^="col-"]:first-child .fontItem .fontDesc {
  font-family: "Crimson Text" !important;
}

.varsoo-studio .font-typeface .row div[class^="col-"]:last-child .fontItem .fontName,
.varsoo-studio .font-typeface .row div[class^="col-"]:last-child .fontItem .fontType,
.varsoo-studio .font-typeface .row div[class^="col-"]:last-child .fontItem .fontDesc {
  font-family: "Nunito Sans", sans-serif !important;
}

.varsoo-studio .overview--sec {
  background-color: #e43428;
}

.varsoo-studio .overview--sec .subtitle,
.varsoo-studio .overview--sec .para,
.varsoo-studio .overview--sec ul li,
.varsoo-studio .overview--sec ul li a {
  color: #e9e5d1;
}

.varsoo-studio .single-image {
  background-color: #e43428 !important;
}

.varsoo-studio .logoType_sec {
  background-color: #181717 !important;
}

.varsoo-studio .logoType--sec {
  background-color: #e9e5d1 !important;
}

.varsoo-studio .logoType--sec .para {
  color: #181717 !important;
}

.varsoo-studio .logoType_sec .para {
  color: #e8e5da;
}

.varsoo-studio .single--image,
.varsoo-studio .logo-view {
  background-color: #98b8b3 !important;
}

.varsoo-studio #logo-view .title,
.varsoo-studio #logo-view .para {
  color: #181717 !important;
}

.varsoo-studio .single-image3 {
  background-color: #181717 !important;
}

.varsoo-studio .color-typeface {
  background-color: #e43428 !important;
}

.varsoo-studio .color-typeface .title,
.varsoo-studio .color-typeface ul li {
  color: #e9e5d1;
}

.varsoo-studio .font-typeface,
.varsoo-studio .single--image {
  background-color: #e9e5d1 !important;
}

.varsoo-studio .font-typeface .fontName,
.varsoo-studio .font-typeface .fontType,
.varsoo-studio .font-typeface .fontDesc {
  color: #e43428;
}

.varsoo-studio .implementation_sec {
  background-color: #98b8b3 !important;
}

.varsoo-studio .typefaceItem {
  max-width: 277px;
  width: 100%;
}

.varsoo-studio .typefaceItem .colorbg {
  width: 100%;
}

.above-slab .font-typeface .row div[class^="col-"]:first-child .fontItem .fontName,
.above-slab .font-typeface .row div[class^="col-"]:first-child .fontItem .fontType,
.above-slab .font-typeface .row div[class^="col-"]:first-child .fontItem .fontDesc {
  font-family: "Work Sans" !important;
}

.above-slab .font-typeface .row div[class^="col-"]:last-child .fontItem .fontName,
.above-slab .font-typeface .row div[class^="col-"]:last-child .fontItem .fontType,
.above-slab .font-typeface .row div[class^="col-"]:last-child .fontItem .fontDesc {
  font-family: "Inter" !important;
}

.above-slab .overview_sec,
.above-slab .single-image {
  background-color: #78330A !important;
}

.above-slab .overview_sec .subtitle,
.above-slab .overview_sec .para,
.above-slab .overview_sec ul li,
.above-slab .overview_sec ul li a {
  color: #E9E5D1;
}

.above-slab .logoType_sec {
  background-color: #D1C7B8 !important;
}

.above-slab .logoType--sec {
  background-color: #FAF7F0 !important;
}

.above-slab .logoType--sec .para {
  color: #000;
}

.above-slab .single--image {
  background-color: #443F39 !important;
}

.above-slab #logo-view {
  background-color: #D1C7B8;
}

.above-slab #logo-view .title,
.above-slab #logo-view .para {
  color: #000 !important;
}

.above-slab .single-image3 {
  background-color: #443F39 !important;
}

.above-slab .color-typeface {
  background-color: #A06740 !important;
}

.above-slab .color-typeface .title,
.above-slab .color-typeface ul li {
  color: #E9E5D1 !important;
}

.above-slab .font-typeface {
  background-color: #D1C7B8;
}

.above-slab .font-typeface .fontName,
.above-slab .font-typeface .fontDesc {
  color: #A06740;
}

.above-slab .font-typeface .fontType {
  color: #443F39;
}

.above-slab .single--image4 {
  background-color: #D1C7B8 !important;
}

.above-slab .implementation_sec {
  background-color: #6B652B !important;
}

.above-slab .implementation_sec .title,
.above-slab .implementation_sec .para {
  color: var(--white);
}

.above-slab .single-image5 {
  background-color: #A06740 !important;
}

.tabsButtons {
  overflow-x: auto;
  white-space: nowrap;
}

.rightArrow,
.leftArrow {
  max-width: 60px;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border: 1px solid var(--black);
  margin-top: 10px;
  background: var(--black);
  color: #fff;
  cursor: pointer;
}

.tabsButtons::-webkit-scrollbar {
  display: none;
}

.filter-button {
  flex: 0 0 auto;
  white-space: nowrap;
}

.photography-projects {
  background: var(--black);
}

.stats_sec {
  background-color: var(--black);
  padding-bottom: 150px;
}

.stats_sec .headingItem .title {
  color: var(--white);
  margin-bottom: 25px;
}

.stats_sec .headingItem {
  margin-bottom: 50px;
}

.stats-item {
  background-color: #d9d9d9;
  padding: 40px;
  margin-bottom: 25px;
}

.stats-item .stats-count .title {
  font-size: 75px;
  display: block;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 100px;
  text-transform: uppercase;
}

.stats-item .content .para {
  font-size: 35px;
  margin: 0;
  line-height: normal;
}

.paid-advertising .project-pageTitle .overview-content {
  padding-top: 270px;
}

.paid-advertising #project-pageTitle {
  padding-bottom: 120px;
}

.paid-advertising .stats_sec .headingItem {
  margin-bottom: 120px;
}

/* ================== End of project page title css ================ */

/* ================== Start of photography project css ================ */

.project-pageTitle .overview-content {
  padding-top: 35px;
}

.project-pageTitle .overview-content .title {
  margin-bottom: 20px;
  font-size: 35px;
}

.project-pageTitle .overview-content .para {
  line-height: 24px;
  margin: 0;
}

#project-pageTitle {
  padding-bottom: 100px;
}

.social-media {
  background: var(--black);
  padding-bottom: 150px;
}

.linkItem a {
  display: inline-block;
  color: #fff;
}

.linkItem {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}

.linkItem span {
  max-width: 35px;
  width: 100%;
}

.photography-projects .workCard .contentItem {
  padding: 0;
  margin-top: 40px;
}

.photography-projects .workCard {
  overflow: inherit;
  border-radius: 0;
  margin-bottom: 100px;
}

.photography-projects .workCard .contentItem .para {
  margin-bottom: 30px;
}

.photography-projects .workCard .title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: normal;
}

.photography-projects .workCard .imageItem {
  height: 800px;
  background: transparent;
}

.galleryItem1 figure a {
  height: 920px;
  display: block;
  width: 100%;
}

.galleryItem1 figure a img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

.galleryItem2 figure a {
  height: 447px;
  width: 100%;
  display: block;
}

.galleryItem2 figure a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.galleryItem2 {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

#gallery-layout {
  margin-bottom: 25px;
}

.gallery-sec {
  background-color: var(--black);
  padding-bottom: 170px;
}

.gallery-layout2 .galleryItem2 figure a {
  height: 344px;
}

.gallery-layout2 figure a {
  height: 713px;
}

.iconic-bluids .overview_sec .listItem li {
  color: #dcceb8;
}

/* ================== End of photography project css ================ */

/* ================== Start of Packaging css ================ */

.packaging-project .overview_sec {
  background-color: #d3c4a9;
}

.packaging-project .overview_sec .subtitle,
.packaging-project .overview_sec .para,
.packaging-project .overview_sec ul li,
.packaging-project .overview_sec ul li a {
  color: #5b3f11;
}

.packaging-project .single-image {
  background-color: #fff;
}

.packaging-project .single-image:before {
  background-color: #d3c4a9;
  width: calc(100% - 78%);
}

.packaging-project .single-image-content {
  margin-top: 95px;
}

.packaging-project .image-sec {
  padding: 170px 0;
  background-color: #f2e9d7;
}

.packaging-project .image-sec2,
.fullImage-layout,
.bharat-project .image--sec {
  padding: 108px 0 !important;
}

.packaging-project .single-image2::before {
  left: auto;
  right: 0;
  background-color: #fff;
}

.packaging-project .single-image2 {
  background-color: #d0dfe1;
}

.packaging-project .single--image:before {
  left: 0;
  right: auto;
  background-color: #fff;
}

.packaging-project .single--image {
  background-color: #d3c4a9;
}

.fullImage-layout:before {
  display: none;
}

.fullImage-layout {
  background-color: #d0dfe1 !important;
}

.bharat-project .overview_sec,
.bharat-project .single-image2 {
  background-color: #a05d30;
}

.bharat-project .overview_sec .subtitle,
.bharat-project .overview_sec .para,
.bharat-project .overview_sec ul li,
.bharat-project .overview_sec ul li a {
  color: #ffecc9;
}

.bharat-project .fullImage-layout {
  background-color: #294262 !important;
}

.bharat-project .fullImage-layout {
  background-color: #294262 !important;
}

.bharat-project.single-image2 {
  background-color: #ebdec1 !important;
}

#fullImage-layout {
  background-color: #a05d30 !important;
}

.sm-project .overview_sec .subtitle,
.sm-project .overview_sec .para {
  color: var(--black);
}

.sm-project .overview_sec .listItem li,
.sm-project .overview_sec .listItem li a {
  font-size: 18px;
  line-height: 30px;
  color: var(--black);
}

.sm-project .overview_sec {
  padding: 60px 0;
  background-color: #fff;
}

.marquee-wrapper {
  padding: 0 45px;
  overflow: hidden;
  background-color: var(--black);
  height: 2005px;
}

.marquee-images figure img {
  width: 100%;
}

.marquee-images,
.marquee-bottom-side {
  display: flex;
  flex-direction: column;
  gap: 25px;
  will-change: transform;
}

.marquee-images {
  animation: vertical-marquee1 30s linear infinite;
}

.marquee-bottom-side {
  animation: vertical-marquee2 35s linear infinite;
}

@keyframes vertical-marquee1 {
  0% {
    transform: translateY(0);
  }

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

@keyframes vertical-marquee2 {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0);
  }
}

/* ================== End of Packaging css ================ */

/* ================== Start of Linkedin Marketing css ================ */

.linkedin-marketing .overview_sec {
  background-color: #091a2c;
}

.linkedin-marketing .overview_sec .subtitle,
.linkedin-marketing .overview_sec .para,
.linkedin-marketing .overview_sec ul li,
.linkedin-marketing .overview_sec ul li a {
  color: #e3e3e3;
}

.imageSec-design {
  padding: 100px 0;
  background-color: #c6b7a9;
}

.imageSec-design .content {
  margin-top: 100px;
}

.imageSec-design .content .para {
  margin-bottom: 0;
}

.highlights-sec {
  background-color: #c6b7a9;
  padding-bottom: 150px;
}

.highlights-sec .headingItem .title {
  font-weight: 900;
  font-size: 50px;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 27px;
}

.highlights-sec .counter-heading .title {
  font-weight: 700;
  font-size: 30px;
  line-height: normal;
  color: #161616;
}

.highlights-sec .counter-heading {
  margin-bottom: 45px;
}

.highlights-sec .counter-item .count.title {
  font-weight: 700;
  font-size: 35px;
  line-height: normal;
  margin-bottom: 2px;
}

.highlights-sec .counter-item .para {
  font-weight: 400;
  font-size: 22px;
  color: #636363;
  font-family: "Aceh" !important;
  margin-bottom: 5px;
}

.percent-item {
  color: #0f7b57;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  gap: 5px;
}

.percent-item span {
  width: 10px;
  height: 10px;
  background: #0f7b57;
  display: inline-block;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.highlights-sec .bottom-content {
  margin-top: 50px;
}

.highlights-sec .bottom-content .para {
  margin: 0;
}

.highlight-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.imageSec-design2 {
  background-color: #14274b;
}

.imageSec-design2 .para {
  color: #c7b8ab;
}

.accquaint-academy .overview_sec {
  background-color: #3a3a39;
}

.accquaint-academy .overview_sec .subtitle,
.accquaint-academy .overview_sec .para,
.accquaint-academy .overview_sec ul li,
.accquaint-academy .overview_sec ul li a {
  color: #bfbebe;
}

.accquaint-academy .overview_sec .left-item .listItem {
  padding-left: 20px;
}

.accquaint-academy .overview_sec .left-item .listItem li {
  font-size: 19px;
}

.accquaint-academy .imageSec-design,
.accquaint-academy .highlights-sec {
  background-color: #bfbebe;
}

.accquaint-academy .imageSec-design2 {
  background-color: #db4b54;
}

.accquaint-academy .imageSec-design2 .para {
  color: #3a3a39;
}

.object-position-left {
  object-position: left !important;
}

.aoezbe-catalogue .overview_sec {
  background-color: #562d33;
}

.aoezbe-catalogue .overview_sec .subtitle,
.aoezbe-catalogue .overview_sec .para,
.aoezbe-catalogue .overview_sec ul li,
.aoezbe-catalogue .overview_sec ul li a {
  color: #f5e5d4;
}

.aoezbe-catalogue .single-image:before {
  background-color: #562d33;
}

.aoezbe-catalogue .image-sec {
  background-color: #f2e9d7 !important;
}

.aoezbe-catalogue .single--image:before {
  background-color: #fff;
}

.aoezbe-catalogue .single--image {
  background-color: #f2e9d7;
}

.aoezbe-catalogue #fullImage-layout {
  background-color: #562d33 !important;
}

.bkc-sec {
  background-color: #ffedca;
}

.bkc-sec .para {
  margin: 0;
}

.bkc-sec .bkc-wrap .contentItem {
  max-width: 445px;
  width: 100%;
  margin-left: auto;
}

.bkc-sec .bkc-wrap {
  position: absolute;
  bottom: 100px;
  right: 0;
  left: 0;
}

.bkc-project h1,
.bkc-project h2,
.bkc-project h3,
.bkc-project h4,
.bkc-project h5,
.bkc-project .subtitle,
.bkc-project .para,
.bkc-project ul li,
.bkc-project ul li a {
  color: #3e241b !important;
}

.bkc-project .single-image:before {
  width: calc(100% - 50%);
  background-color: #ffedca;
}

.bkc--sec .contentItem {
  max-width: 720px !important;
}

.bkc-project .single-image2 {
  background-color: #3e241b;
}

.bkc-project .single-image2:before {
  left: 0;
  width: calc(100% - 78%);
  background-color: #fff;
}

.bkc-sec .contentItem .title {
  font-style: italic;
  font-weight: 500 !important;
  font-size: 30px;
  line-height: normal;
  margin-bottom: 15px;
}

.bkc-sec3 .contentItem {
  max-width: 530px !important;
}

.bkc-project .single--image {
  background-color: #fff;
}

.bkc-project .single--image::before {
  background-color: #3e241b;
  width: calc(100% - 40%);
}

.bkc-sec4 .contentItem {
  margin-left: 0 !important;
  margin-right: auto;
  max-width: 800px !important;
}

.bkc-sec4 {
  z-index: 2;
}

.bkc-sec4:before {
  content: "";
  position: absolute;
  top: 110px;
  right: 100px;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/print-design/chabutro.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
  background-position: right;
}

.bkc-project .bkc-image4 {
  background-color: #ffedca;
}

.bkc-project .bkc-image4:before {
  background-color: #fff;
  width: calc(100% - 60%);
}

.bkc-sec5 .bkc-wrap {
  bottom: 200px;
}

.bkc-sec5 .bkc-wrap .contentItem {
  max-width: 560px;
}

.bkc-image5::before {
  width: calc(100% - 22%) !important;
  background-color: #3e241b !important;
}

.bkc-sec6 .contentItem {
  margin-left: 0 !important;
  max-width: 570px !important;
}

.bkc-sec6 .bkc-wrap {
  bottom: 215px;
}

.bkc-sec7 .bkc-wrap {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin: 0 auto;
  bottom: auto;
}

.bkc-sec7 .bkc-wrap .contentItem {
  margin: 0 auto;
  max-width: 396px;
}

.bkc-sec7 .contentItem .title {
  font-weight: 300 !important;
}

.bkc-sec7 .contentItem .title {
  font-weight: 600 !important;
  font-style: inherit;
}

.bkc-sec7 .contentItem .title span {
  font-weight: 500 !important;
  font-style: italic;
}

.bkc-sec7 {
  padding-bottom: 20px;
}

.bkc-project #fullImage-layout {
  background-color: #3e241b !important;
}

.adept-catalogue .overview_sec {
  background-color: #e2e2e2;
}

.adept-catalogue .overview_sec .subtitle,
.adept-catalogue .overview_sec .para,
.adept-catalogue .overview_sec ul li,
.adept-catalogue .overview_sec ul li a {
  color: #0c3463;
}

.adept-catalogue .adept-image1:before {
  background-color: #e2e2e2;
  width: calc(100% - 22%);
}

.adept-catalogue .fullImage-layout {
  background-color: #0c3463 !important;
}

.adept-image2 {
  background-color: #0c3463 !important;
}

.paid-advertising .workCard .imgItem {
  position: relative;
  z-index: 2;
}

.paid-advertising .workCard .imgItem #counter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.paid-advertising .workCard .stats-item {
  padding: 30px !important;
  background-color: #d9d9d9b0;
}

.paid-advertising .workCard .stats-item .title {
  margin-bottom: 60px;
  color: var(--black);
}

.paid-advertising .workCard .stats-item .para {
  line-height: normal;
  font-size: 28px;
  color: var(--black);
}

.paid-advertising .workCard .imgItem img {
  filter: blur(4px);
}

.paid-advertising .linkItem {
  margin-top: 80px;
}

/* ================== End of Linkedin Marketing css ================ */


/* ================== Start of Career page css ================ */

.job-position {
  background-color: var(--black);
  padding: 200px 0;
}

.job-position .leftItem {
  padding-right: 100px;
}

.career-layout .process_sec {
  padding: 0;
  margin-bottom: 110px;
  margin-top: 50px;
  background-color: var(--white);
}

.about_sec .imageItem video {
  border-radius: 20px;
}

.pageTitle video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.pageTitle .page-title-content {
  z-index: 5;
  position: relative;
}

.project-pageTitle .title {
  color: var(--white) !important;
}

.video-production-sec {
  padding-top: 100px;
}

.trulyy-tadkaaz .overview_sec {
  background-color: #171717;
}

.trulyy-tadkaaz .overview_sec .subtitle,
.trulyy-tadkaaz .overview_sec .para,
.trulyy-tadkaaz .overview_sec ul li,
.trulyy-tadkaaz .overview_sec ul li a {
  color: #fff;
}

.trulyy-tadkaaz .single-image:before {
  background-color: #171717;
}

.trulyy-tadkaaz .fullImage-layout {
  background-color: #E0B455 !important;
}


.trulyy-tadkaaz .single--image {
  background-color: #383838;
}

.trulyy-tadkaaz .single--image:before {
  display: none;
}

.trulyy-tadkaaz .content_sec {
  padding: 200px 0;
}

.trulyy-tadkaaz .single-image2 {
  background-color: #383838;
}

.trulyy-tadkaaz .single-image2:before {
  width: calc(100% - 70%);
  background-color: #fff;
}

.our-projects .workCard video {
  height: 400px;
  width: 100%;
  object-fit: cover;
  margin-bottom: -7px;
}

.photography .workCard .imageItem {
  height: 100% !important;
}

.job-position .rightItem .listItem {
  list-style: inside;
}

.job-position .rightItem .listItem li {
  margin-bottom: 2px;
}

/* ================== End of Career page css ================ */

.thankyou_sec {
  padding: 50px 40px;
  height: 100vh;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
}

.trulyy-tadkaaz .single--image figure {
  height: 100%;
}

.contact-form .form-control:focus {
  color: #fff;
}

.customBtn.selected {
  background-color: var(--white);
  color: var(--black);
}

.image_marquee .marquee-wrapper {
  height: 100% !important;
}

.middle-image-slider {
  transform: rotate(180deg);
}

.images_slider .slick-slide {
  margin-bottom: 22px;
}

.middle-image-slider img {
  transform: rotate(-180deg);
}

.load-more-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.buttons.see-more-btn {
  justify-content: center !important;
}

.services-btn a.wow.fadeInUp {
  font-family: inherit;
  color: white;

}

.services-btn img {
  filter: invert(1) brightness(23.5);
  padding: 0px 10px;
  width: 55px;
  height: 5px;
}

.services-btn {
  margin-top: 15px;
}

/* Root */

:root {
  --white: #fff;
  --black: #000;
  --gray: #c3c3c3;
}

.work-sec {
  position: relative;
}

.section {
  position: relative;
  height: 100vh !important;
}

.spacer {
  opacity: 0;
  visibility: hidden;
}

.object-fit-cover {
  object-fit: cover !important;
}

.project-navigation .title,
.project-navigation .navigation-btn,
.project-pageTitle .title {
  font-family: "Clash Grotesk" !important;
  color: var(--black) !important;
}

.earth-eye .logo--view .logoImage .title,
.earth-eye .logo--view .para {
  color: #dcceb8 !important;
}

.paid-advertising .text-white {
  color: var(--white) !important;
}

p,
.para {
  word-spacing: 2px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400 !important;
}

#project-pageTitle .text-white {
  color: var(--white) !important;
}

.form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: var(--white) !important;
  transition: background-color 5000s ease-in-out 0s;
}

.light-bg .form-control:-webkit-autofill {
  -webkit-text-fill-color: var(--black) !important; /* Optional: text color */
}

.light-bg .customBtn {
    border-color: var(--black);
    color: var(--black);
}

.light-bg .customBtn.selected {
    background-color: var(--black);
    color: var(--white);
}

.light-bg .securityItem  h4 {
  color: var(--black);
}

.form-control:focus {
  color: var(--white);
}

.light-bg .form-control:focus {
  color: var(--black);
}

.captcha-style.form-control {
  font-weight: 500 !important;
}