/*-----------------------------------------------------------------------------------

  Theme Name: Adon - Creative Agency Portfolio HTML Template
  Author: ravextheme
  Support: https://support.ravextheme.com/
  Description:  Adon - Creative Agency Portfolio HTML Template
  Version: 1.0.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************
/* variable css */
/* typography css */
/* animation css */
/* common css */
/* theme css */
/* preloader css */
/* scroll css */
/* button css */
/* menu css */
/* modal css */
/* cursor css */
/* header css */
/* footer css */
/* digital agency page css */
/* startup agency page css */
/* creative agency page css */
/* design studio page css */
/* branding agency page css */
/* video production page css */
/* portfolio minimal page css */
/* Portfolio Grid page css */
/* full screen menu slider page css */
/* ai agency page css */
/* about us page css */
/* service page css */
/* service details page css */
/* work page css */
/* work details page css */
/* team page css */
/* team details page css */
/* blog page css */
/* blog details page css */
/* contact page css */
/* error page css */
/* marketing agency page css */
/* modern agency page css */
/* image reveal hover page css */
/* agency portfolio page css */
/* agency portfolio 2 page css */
/* portfolio massonary page css */
/* portfolio full page css */
/* full screen clam slider page css */
/* variable css */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

:root {
  --primary: #0A0A0A;
  --secondary: #555555;
  --border: rgba(17, 17, 17, 0.1);
  --bg: #0A0A0A;
  --black: #0A0A0A;
  --white: #E5E4E2;
}

.dark {
  --primary: #E5E4E2;
  --secondary: #536879;
  --border: rgba(255, 255, 255, 0.1);
  --bg: #0A0A0A;
}

/* typography css */
/* dm sans  */
/* bdo grotesk  */
@font-face {
  font-family: "Kaylush";
  src: url("../fonts/Kaylush.otf");
  font-weight: 600;
}

@font-face {
  font-family: "BDOGrotesk";
  src: url("../fonts/BDOGrotesk-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "BDOGrotesk";
  src: url("../fonts/BDOGrotesk-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "PPEditorialNew-Italic";
  src: url("../fonts/PPEditorialNew-Ultralight.otf");
  font-weight: 200;
}

@font-face {
  font-family: "PPEditorialNew-Regular";
  src: url("../fonts/PPEditorialNew-Regular.otf");
  font-weight: 400;
}

@font-face {
  font-family: "PPEditorialNew-Italic";
  src: url("../fonts/PPEditorialNew-Italic.otf");
  font-weight: 400;
}

@font-face {
  font-family: "Tartuffo_Trial-Regular";
  src: url("../fonts/Tartuffo_Trial-Regular.otf");
  font-weight: 400;
}

@font-face {
  font-family: "Tartuffo_Trial-Regular";
  src: url("../fonts/Tartuffo_Trial-Thin.otf");
  font-weight: 200;
}

@font-face {
  font-family: "Tartuffo_Trial-Regular";
  src: url("../fonts/Tartuffo_Trial-Light.otf");
  font-weight: 300;
}

@font-face {
  font-family: "Astro-Nebula";
  src: url("../fonts/Astro-Nebula-Light.otf");
  font-weight: 300;
}

@font-face {
  font-family: "NeueMontreal-Regular";
  src: url("../fonts/NeueMontreal-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NeueMontreal-Light";
  src: url("../fonts/NeueMontreal-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "NeueMontreal-Medium";
  src: url("../fonts/NeueMontreal-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "NeueMontreal-Bold";
  src: url("../fonts/NeueMontreal-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "NeueMontreal-Italic";
  src: url("../fonts/NeueMontreal-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "NeueMontreal-LightItalic";
  src: url("../fonts/NeueMontreal-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "NeueMontreal-MediumItalic";
  src: url("../fonts/NeueMontreal-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "NeueMontreal-BoldItalic";
  src: url("../fonts/NeueMontreal-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

:root {
  --font_dmsans: "DM Sans", sans-serif;
  --font_kaylush: "Kaylush";
  --font_ppeditor: "PPEditorialNew-Italic";
  --font_ppeditorialnewregular: "PPEditorialNew-Regular";
  --font_tartuffotrial: "Tartuffo_Trial-Regular";
  --font_astronebula: "Astro-Nebula";
  --font_awesome: 'Font Awesome 6 pro';
  --font_neue_montreal: "NeueMontreal-Regular", sans-serif;
  --font_neue_montreal_light: "NeueMontreal-Light", sans-serif;
  --font_neue_montreal_medium: "NeueMontreal-Medium", sans-serif;
  --font_neue_montreal_bold: "NeueMontreal-Bold", sans-serif;

  --font_neue_montreal_italic: "NeueMontreal-Italic", sans-serif;
  --font_neue_montreal_light_italic: "NeueMontreal-LightItalic", sans-serif;
  --font_neue_montreal_medium_italic: "NeueMontreal-MediumItalic", sans-serif;
  --font_neue_montreal_bold_italic: "NeueMontreal-BoldItalic", sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font_dmsans);
  line-height: 1;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: var(--primary);
  line-height: 1.22;
  font-family: var(--font_kaylush);
  font-weight: 500;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

.ls-none li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}

a:hover {
  color: var(--primary);
}

button {
  background-color: transparent;
  border: 0;
}

p {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: var(--secondary);
  font-family: var(--font_neue_montreal);
}

@media only screen and (max-width: 1399px) {
  p {
    font-size: 20px;
    line-height: 28px;
  }
}

strong {
  font-weight: 500;
}

video,
iframe,
img {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.medium {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .g-0 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row.g-0 {
    padding-right: 0;
    padding-left: 0;
  }

  br {
    display: none;
  }
}

main {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

/* animation css */
.t_parallax_image {
  overflow: hidden;
}

@keyframes t-Bubble {
  0% {
    scale: 1;
  }

  50% {
    scale: 1.5;
  }

  100% {
    scale: 1;
  }
}

@keyframes t-Zoom {
  0% {
    scale: 1;
  }

  50% {
    scale: 0.5;
  }

  100% {
    scale: 1;
  }
}

@keyframes t-Zoom_2 {
  0% {
    scale: 1;
  }

  50% {
    scale: 0.9;
  }

  100% {
    scale: 1;
  }
}

@keyframes t-SlideBottom {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(50px);
  }

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

@keyframes t-reveal {
  to {
    opacity: 1;
    filter: blur(0px);
  }
}

@keyframes t-fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes t-spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes t-characters {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes t-sheen {
  50% {
    transform: translateY(-20px);
    color: var(--primary);
  }
}

@keyframes t-slide {
  from {
    transform: translateX(0);
  }

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

/* common css */
/* Scrollbar styling */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #d6d6d6;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Utility classes for positioning */
.rr-pos-rel {
  position: relative;
}

.rr-pos-abs {
  position: absolute;
}

.kalpanik-overflow-hidden {
  overflow: hidden;
}

/* Container with max-width and padding */
.rr-container-1900 {
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.rr-container-1850 {
  max-width: 1850px;
}

.rr-container-1750 {
  max-width: 1750px;
}

.rr-container-1860 {
  max-width: 1860px;
}

.rr-container-1890 {
  max-width: 1890px;
}

.rr-container-1455 {
  max-width: 1455px;
}

.rr-container-1897 {
  max-width: 1897px;
}

.kalpanik-wide-container {
  max-width: 1650px;
}

/* Background color classes */
.kalpanik-primary-surface {
  background-color: var(--primary);
  /* Primary background color */
}

.rr-bg-white {
  background-color: var(--white);
  /* White background color */
}

.rr-bg-black {
  background-color: var(--black);
}

.dark .rr-bg-black {
  background-color: #171717;
}

.rr-bg-light-gray {
  background-color: #F0F0F0;
}

.dark .rr-bg-light-gray {
  background-color: #212121;
}

.rr-bg-light {
  background-color: #F8F2EF;
}

.dark .rr-bg-light {
  background-color: #111111;
  --primary: #F8F2EF;
}

.rr-text-white {
  color: var(--white);
}

.rr-text-primary {
  color: var(--primary);
}

.text-gray {
  color: #555555;
}

.dark .text-gray {
  color: #536879;
}

.rr-light {
  color: #F8F2EF;
}

.agency-body-border {
  border-right: 1px solid rgba(17, 17, 17, 0.2);
  border-left: 1px solid rgba(17, 17, 17, 0.2);
}

.dark .agency-body-border {
  border-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 767px) {
  .agency-body-border {
    border: none;
  }
}

/* Full background image styling */
.rr-bg-full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rr-bg-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Centering utility */
.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* Parallax view styling */
.parallax-view {
  overflow: hidden;
}

.section-subtitle {
  font-family: var(--font_bdogrotesk);
  font-size: 16px;
  font-weight: 500;
  padding: 7px 8px;
  line-height: 14px;
  padding-left: 20px;
  position: relative;
  border-radius: 500px;
  color: var(--primary);
  display: inline-block;
  border: 1px solid var(--primary);
  text-transform: capitalize;
}

.section-subtitle::before {
  top: 50%;
  width: 6px;
  left: 12px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 500px;
  background-color: currentColor;
  transform: translate(-50%, -50%);
}

.section-subtitle.sub--white {
  color: var(--white);
  border-color: var(--white);
  font-weight: 400;
}

.section-subtitle.sub--white::before {
  background-color: var(--white);
}

.section-subtitle-2 {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: var(--primary);
  display: inline-block;
}

.section-subtitle-2.rr-text-white {
  color: var(--white);
}

.kalpanik-section-subtitle-3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 38px;
  letter-spacing: -0.02em;
  display: inline-block;
  color: var(--primary);
}

.section-subtitle-4 {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--primary);
  display: inline-block;
}

.section-subtitle-5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--primary);
  display: inline-block;
}

.go-down {
  width: 28px;
  height: 28px;
  background-color: var(--primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 50%;
}

.dark .go-down {
  color: var(--black);
}

/* Section title styling with responsive font sizes */
.kalpanik-section-title {
  font-size: 90px;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-section-title {
    font-size: 70px;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-section-title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-section-title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .kalpanik-section-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .kalpanik-section-title {
    font-size: 35px;
  }
}

.kalpanik-section-title {
  /* Specific font family and weight */
}

.kalpanik-section-title.kalpanik-font-bdogrotesk-regular {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.kalpanik-section-title.font-bdogrotesk-regular-50 {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}

@media (min-width: 1200px) {
  .kalpanik-section-title.font-bdogrotesk-regular-50 {
    font-size: 50px;
  }
}

.kalpanik-section-title.font-astronebula-light {
  font-family: var(--font_astronebula);
  font-weight: 300;
  line-height: 0.83;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 1199px) {
  .kalpanik-section-title.font-astronebula-light {
    line-height: 0.93;
  }
}

.font_ppeditor {
  font-family: var(--font_ppeditor);
}

.font_ppeditorialnewregular {
  font-family: var(--font_ppeditorialnewregular);
}

/* Section spacing with responsive padding */
.mb-44 {
  margin-bottom: 44px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt159 {
  padding-top: 259px;
}

@media only screen and (max-width: 1919px) {
  .pt159 {
    padding-top: 209px;
  }
}

@media only screen and (max-width: 1399px) {
  .pt159 {
    padding-top: 159px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt159 {
    padding-top: 109px;
  }
}

.kalpanik-marquee-text-area--padding {
  padding-top: 220px;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-marquee-text-area--padding {
    padding-top: 209px;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-marquee-text-area--padding {
    padding-top: 159px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-marquee-text-area--padding {
    padding-top: 109px;
  }
}

.section-spacing-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media only screen and (max-width: 1919px) {
  .section-spacing-200 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 1399px) {
  .section-spacing-200 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-spacing-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .section-spacing-200 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-spacing-bottom-200 {
  padding-bottom: 200px;
}

@media only screen and (max-width: 1919px) {
  .section-spacing-bottom-200 {
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 1399px) {
  .section-spacing-bottom-200 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-spacing-bottom-200 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .section-spacing-bottom-200 {
    padding-bottom: 60px;
  }
}

.section-spacing-top-200 {
  padding-top: 200px;
}

@media only screen and (max-width: 1919px) {
  .section-spacing-top-200 {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 1399px) {
  .section-spacing-top-200 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-spacing-top-200 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .section-spacing-top-200 {
    padding-top: 60px;
  }
}

.section-spacing-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media only screen and (max-width: 1919px) {
  .section-spacing-150 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1399px) {
  .section-spacing-150 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-spacing-150 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .section-spacing-150 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-spacing-top-150 {
  padding-top: 150px;
}

@media only screen and (max-width: 1919px) {
  .section-spacing-top-150 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1399px) {
  .section-spacing-top-150 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-spacing-top-150 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .section-spacing-top-150 {
    padding-top: 60px;
  }
}

.section-spacing-bottom-150 {
  padding-bottom: 150px;
}

@media only screen and (max-width: 1919px) {
  .section-spacing-bottom-150 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1399px) {
  .section-spacing-bottom-150 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-spacing-bottom-150 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .section-spacing-bottom-150 {
    padding-bottom: 60px;
  }
}

.section-spacing-top-130 {
  padding-top: 130px;
}

@media only screen and (max-width: 1399px) {
  .section-spacing-top-130 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-spacing-top-130 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .section-spacing-top-130 {
    padding-top: 60px;
  }
}

.section-spacing-bottom-130 {
  padding-bottom: 130px;
}

@media only screen and (max-width: 1399px) {
  .section-spacing-bottom-130 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-spacing-bottom-130 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .section-spacing-bottom-130 {
    padding-bottom: 60px;
  }
}

.section-spacing-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

@media only screen and (max-width: 1919px) {
  .section-spacing-130 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media only screen and (max-width: 1399px) {
  .section-spacing-130 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-spacing-130 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .section-spacing-130 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.kalpanik-section-spacing {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-section-spacing {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-section-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.kalpanik-section-spacing-top {
  padding: 100px 0;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-section-spacing-top {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-section-spacing-top {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-section-spacing-top {
    padding-top: 60px;
  }
}

.kalpanik-section-spacing-bottom {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-section-spacing-bottom {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-section-spacing-bottom {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-section-spacing-bottom {
    padding-bottom: 60px;
  }
}

/* Container styling with full HD support */
.container {
  --bs-gutter-x: 30px;
}

@media (min-width: 1600px) {
  .container.full-hd {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Inverted text style */
.text-invert>div {
  background-image: linear-gradient(to right, var(--primary) 50%, #CDC9C6 51%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

/* Side info and offcanvas styling */
.kalpanik-offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 900;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.kalpanik-offcanvas-overlay.overlay-open {
  opacity: 0.5;
  visibility: visible;
}

.kalpanik-side-info-close {
  font-size: 20px;
  padding: 0;
  transition: all 0.3s linear;
  background-color: transparent;
  color: var(--black);
  width: 40px;
  height: 40px;
  border: 1px solid var(--black);
  border-radius: 50%;
  line-height: 38px;
}

.dark .kalpanik-side-info-close {
  border-color: var(--white);
  color: var(--white);
}

.kalpanik-side-info-close:hover {
  transform: rotate(90deg);
}

.kalpanik-side-info {
  background: var(--white) none repeat scroll 0 0;
  padding: 40px 45px;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.dark .kalpanik-side-info {
  background-color: #1F1F1F;
}

@media only screen and (max-width: 1199px) {
  .kalpanik-side-info {
    width: 460px;
  }
}

@media (max-width: 575px) {
  .kalpanik-side-info {
    width: 280px;
    padding: 30px 20px;
  }

  .brand-text {
  font-size: 28px;
  line-height: 34px;
  }
}

.kalpanik-side-info ::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar */
}

.kalpanik-side-info.info-open {
  opacity: 1;
  transform: translateX(0);
  /* Show side info */
}

/* Offset header and logo styling */
.kalpanik-offset-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kalpanik-offset-logo {
  width: 95px;
}

@media (max-width: 575px) {
  .kalpanik-offset-logo {
    width: 95px;
  }
}

.kalpanik-offset-logo img {
  width: 100%;
}

.kalpanik-offset-button {
  margin-top: 40px;
}

@media (min-width: 576px) {
  .kalpanik-offset-button {
    display: none;
  }
}

/* Offset widget box styling */
.kalpanik-offset-widget-box {
  margin-top: 40px;
}

.kalpanik-offset-widget-box .kalpanik-component-title {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-offset-widget-box .kalpanik-component-title {
    margin-bottom: 22px;
  }
}

.kalpanik-offset-widget-box .kalpanik-contact-meta>*:not(:first-child) {
  margin-top: 16px;
}

.kalpanik-offset-widget-box .kalpanik-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.kalpanik-offset-widget-box .kalpanik-contact-item span {
  color: var(--primary);
  font-weight: 500;
}

.kalpanik-offset-widget-box .kalpanik-contact-item span a:hover {
  color: var(--secondary);
}

.kalpanik-offset-widget-box .kalpanik-contact-item .kalpanik-item-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  border: 1px solid var(--border);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--primary);
}

/* Mobile menu customization */
.kalpanik-mobile-menu {
  margin-top: 40px;
}

.kalpanik-mobile-menu.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.kalpanik-mobile-menu.mean-container .mean-nav>ul>li:last-child>a {
  border-bottom: 1px solid var(--border);
}

.kalpanik-mobile-menu.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.kalpanik-mobile-menu.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: #536879;
  padding: 3px 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px;
}

.kalpanik-mobile-menu.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 0px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  text-transform: capitalize;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .kalpanik-mobile-menu.mean-container .mean-nav ul li a {
    font-size: 20px;
  }
}

.kalpanik-mobile-menu.mean-container .mean-nav ul li a:hover {
  color: var(--primary);
}

.kalpanik-mobile-menu.mean-container .mean-nav ul li a.mean-expand {
  width: 100%;
  height: 48px;
  justify-content: end;
  font-weight: 300;
  border: none !important;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .kalpanik-mobile-menu.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}

.kalpanik-mobile-menu.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
}

.kalpanik-mobile-menu.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--border);
}

.kalpanik-mobile-menu.mean-container .mean-nav ul li li a {
  font-size: 16px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 15px;
}

.kalpanik-mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}

@media only screen and (max-width: 991px) {
  .kalpanik-mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .kalpanik-mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}

.kalpanik-mobile-menu.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--border);
}

.kalpanik-mobile-menu.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}

.kalpanik-mobile-menu.mean-container .mean-bar {
  padding-bottom: 30px;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}

.kalpanik-mobile-menu.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}

.kalpanik-mobile-menu.mean-container a.meanmenu-reveal {
  display: none !important;
}

/* Sticky header styling */
.header-sticky {
  transition: all 0.5s;
}

.transformed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  transform: translateY(-100%);
}

.transformed .kalpanik-header-area__inner {
  height: 80px;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  background-color: #FFFFFF;
  transform: translateY(0%);
}

.sticky .kalpanik-header-area__inner {
  height: 80px;
}

/* page title style  */
.page-title-wrapper {
  margin-top: 30px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 991px) {
  .page-title-wrapper {
    margin-bottom: 10px;
  }
}

.page-title-wrapper .page-title {
  font-size: 140px;
  font-weight: 400;
  line-height: 130px;
  letter-spacing: -7px;
}

@media only screen and (max-width: 1399px) {
  .page-title-wrapper .page-title {
    font-size: 120px;
    letter-spacing: -5px;
  }
}

@media only screen and (max-width: 1199px) {
  .page-title-wrapper .page-title {
    font-size: 100px;
    line-height: 110px;
    letter-spacing: -3px;
  }
}

@media only screen and (max-width: 991px) {
  .page-title-wrapper .page-title {
    font-size: 75px;
    line-height: 85px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .page-title-wrapper .page-title {
    font-size: 55px;
    line-height: 65px;
  }
}

@media (max-width: 575px) {
  .page-title-wrapper .page-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.page-title-wrapper .page-title span {
  font-family: var(--font_ppeditor);
}

.side-info-4 {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  text-align: left;
  padding: 0 100px;
  overflow-y: scroll;
  background: var(--white);
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.9s ease-in-out, opacity 0.9s ease-in-out;
}

.dark .side-info-4 {
  background-color: var(--black);
}

@media only screen and (max-width: 991px) {
  .side-info-4 {
    padding: 0 20px;
  }
}

.side-info-4.info-open {
  opacity: 1;
  z-index: 99999999;
  clip-path: inset(0 0 0 0);
}

.side-info-4 .offcanvas-4 .kalpanik-offset-header {
  padding-top: 25px;
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
}

.side-info-4 .offcanvas-4 .kalpanik-offset-header h6 {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.48px;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .side-info-4 .offcanvas-4 .kalpanik-offset-header h6 {
    display: none;
  }
}

.side-info-4 .offcanvas-4 .kalpanik-offset-header .kalpanik-date {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  font-family: var(--font_bdogrotesk);
  letter-spacing: -0.48px;
}

@media only screen and (max-width: 767px) {
  .side-info-4 .offcanvas-4 .kalpanik-offset-header .kalpanik-date {
    display: none;
  }
}

.side-info-4 .offcanvas-4 .kalpanik-offset-logo {
  width: 95px;
  margin-right: 225px;
}

@media only screen and (max-width: 767px) {
  .side-info-4 .offcanvas-4 .kalpanik-offset-logo {
    margin-right: 0;
  }
}

.side-info-4 .offcanvas-4 .kalpanik-offset-logo img {
  width: 100%;
}

.side-info-4 .offcanvas-4 .kalpanik-contact-meta {
  display: grid;
  margin-bottom: 92px;
  grid-template-columns: 325px auto 182px;
}

.side-info-4 .offcanvas-4 .kalpanik-contact-meta *:not(:first-child) {
  margin-top: 0px;
}

@media only screen and (max-width: 1919px) {
  .side-info-4 .offcanvas-4 .kalpanik-contact-meta {
    grid-template-columns: 200px auto 182px;
  }
}

.side-info-4 .offcanvas-4 .kalpanik-contact-item {
  gap: 0px;
  flex-direction: column;
  align-items: flex-start;
}

.side-info-4 .offcanvas-4 .kalpanik-contact-item .kalpanik-component-title {
  color: #536879;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.54px;
  margin-bottom: 30px;
}

.dark .side-info-4 .offcanvas-4 .kalpanik-contact-item .kalpanik-component-title {
  color: #555555;
}

.side-info-4 .offcanvas-4 .kalpanik-contact-item .socail-media li {
  list-style: none;
}

.side-info-4 .offcanvas-4 .kalpanik-contact-item .socail-media li a {
  list-style: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  color: var(--primary);
  letter-spacing: -0.54px;
  font-family: var(--font_bdogrotesk);
}

.side-info-4 .offcanvas-4 .kalpanik-contact-item .socail-media li a:hover {
  color: var(--secondary);
}

.side-info-4 .offcanvas-4 .kalpanik-contact-item .nav-list li {
  list-style: none;
  transform: translateY(-20px);
}

.side-info-4 .offcanvas-4 .kalpanik-contact-item .nav-list li a {
  color: var(--secondary);
  font-size: 90px;
  font-weight: 400;
  line-height: 100px;
  letter-spacing: -4.5px;
  font-family: var(--font_bdogrotesk);
}

@media only screen and (max-width: 1919px) {
  .side-info-4 .offcanvas-4 .kalpanik-contact-item .nav-list li a {
    font-size: 80px;
  }
}

.side-info-4 .offcanvas-4 .kalpanik-contact-item .nav-list li a:hover {
  color: var(--primary);
}

.side-info-4 .offcanvas-4 .kalpanik-contact-item .info a {
  font-size: 18px;
  position: relative;
  font-weight: 400;
  line-height: 20px;
  color: var(--primary);
  font-family: var(--font_bdogrotesk);
}

.side-info-4 .offcanvas-4 .kalpanik-contact-item .info a::before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  transition: all 0.3s;
  background: currentColor;
}

.side-info-4 .offcanvas-4 .kalpanik-contact-item .info a:hover {
  color: #555;
}

.side-info-4 .offcanvas-4 .kalpanik-contact-item .info a:hover::before {
  width: 0;
}

.side-info-4 .offcanvas-4-media {
  max-width: 440px;
  height: 290px;
  right: 30px;
  bottom: 30px;
  overflow: hidden;
  position: absolute;
  border-radius: 15px;
}

.side-info-4 .offcanvas-4-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side-info-4 .offcanvas-4 .kalpanik-side-info-close {
  width: 200px;
  height: 70px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 29px 25px;
  border-radius: 15px;
  color: var(--primary);
  align-items: center;
  background-color: #F3F3F3;
  letter-spacing: -0.48px;
  justify-content: space-between;
  font-family: var(--font_bdogrotesk);
  border: 1px solid var(--border);
}

.dark .side-info-4 .offcanvas-4 .kalpanik-side-info-close {
  background-color: #1B1B1B;
}

.side-info-4 .offcanvas-4 .kalpanik-side-info-close:hover {
  transform: rotate(0deg);
  border-color: transparent;
  background-color: var(--black);
  color: var(--white);
}

.dark .side-info-4 .offcanvas-4 .kalpanik-side-info-close:hover {
  background-color: var(--white);
  color: var(--black);
}

/* inverted text style  */
.text-invert>div {
  background-image: linear-gradient(to right, var(--primary) 50%, rgba(17, 17, 17, 0.3) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

/* =========================================================
BASE CUSTOM CURSOR SETUP
========================================================= */
html[data-cursor=c1],
html[data-cursor=c1] *,
html[data-cursor=c1] button,
html[data-cursor=c1] a,
html[data-cursor=c1] input,
html[data-cursor=c1] textarea,
html[data-cursor=c1] select {
  cursor: none !important;
}

.kalpanik-custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999999999;
  pointer-events: none;
  transition: opacity 0.15s ease-out;
}

.kalpanik-custom-cursor img {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (max-width: 1399px) {
  .kalpanik-custom-cursor img {
    max-width: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .kalpanik-custom-cursor img {
    max-width: 40px;
  }
}

/* theme css */
html {
  --container-max-widths: 1320px;
}

@media only screen and (max-width: 1399px) {
  html {
    --container-max-widths: 1140px;
  }
}

@media only screen and (max-width: 1199px) {
  html {
    --container-max-widths: 960px;
  }
}

@media only screen and (max-width: 991px) {
  html {
    --container-max-widths: 720px;
  }
}

@media only screen and (max-width: 767px) {
  html {
    --container-max-widths: 540px;
  }
}

body {
  background-color: #FFFFFF;
  color: var(--secondary);
}

.kalpanik-body-wrapper {
  background-color: var(--white);
}

.kalpanik-body-wrapper.dark {
  background-color: var(--black);
}

.img_anim_reveal {
  visibility: hidden;
  overflow: hidden;
}

.img_anim_reveal img {
  object-fit: cover;
  transform-origin: left;
}

.anim-reveal {
  overflow: hidden;
}

.anim-reveal-line {
  overflow: hidden;
}

.color-white {
  color: var(--white);
}

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

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

.color-secondary {
  color: var(--secondary);
}

.theme-bg-white {
  background-color: var(--white);
}

.theme-bg-black {
  background-color: var(--black);
}

.dark .theme-bg-black {
  background-color: #171717;
}

.theme-bg-primary {
  background-color: var(--primary);
}

.theme-bg-secondary {
  background-color: var(--secondary);
}

.theme-bg-transparent {
  background-color: transparent;
}

.theme-bg-theme {
  background-color: var(--theme);
}

.zi-1 {
  z-index: 1;
}

.zi-2 {
  z-index: 2;
}

.zi-0 {
  z-index: 0;
}

.zi--1 {
  z-index: -1;
}

.text-underline {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
}

.header__area-6 {
  position: unset;
}

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

.text-indent-40 {
  text-indent: 40px;
}

.text-indent-50 {
  text-indent: 50px;
}

header {
  margin-bottom: -1px;
  z-index: 100;
}

section {
  margin-bottom: -1px;
}

.mb--1 {
  margin-bottom: -1px;
}

.dir-rtl {
  direction: rtl;
}

.kalpanik-show-light {
  display: inline-block;
}

.dark .kalpanik-show-light {
  display: none;
}

.kalpanik-show-dark {
  display: none;
}

.dark .kalpanik-show-dark {
  display: inline-block;
}

.line-divider-sm {
  height: 0.5px;
  background-color: var(--black-9);
}

.admin-bar header,
.admin-bar .kalpanik-body-wrapper {
  margin-top: 32px;
}

.swiper,
.swiper-container {
  direction: ltr;
}

.border-e-0 {
  border-inline-end: 0 !important;
}

.border-s-0 {
  border-inline-start: 0 !important;
}

/* preloader css */
.kalpanik-loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--action);
  z-index: 99999999999999;
}

.kalpanik-loader-wrap .kalpanik-loader-wrap-heading .kalpanik-load-text {
  font-size: 100px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--white);
  z-index: 20;
}

@media only screen and (max-width: 767px) {
  .kalpanik-loader-wrap .kalpanik-loader-wrap-heading .kalpanik-load-text {
    font-size: 50px;
  }
}

.kalpanik-load-text span {
  -webkit-animation: loading 1.8s infinite alternate;
  animation: loading 1.8s infinite alternate;
}

.kalpanik-load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.kalpanik-load-text span:nth-child(2) {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}

.kalpanik-load-text span:nth-child(3) {
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}

.kalpanik-load-text span:nth-child(4) {
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}

.kalpanik-load-text span:nth-child(5) {
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
}

.kalpanik-load-text span:nth-child(6) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.kalpanik-load-text span:nth-child(7) {
  -webkit-animation-delay: 0.96s;
  animation-delay: 0.96s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* scroll css */
.scroll__down {
  display: flex;
  gap: 20px;
  align-items: center;
}

.scroll__down p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.9;
  text-transform: uppercase;
  color: var(--white);
}

.scroll__down span {
  width: 66px;
  height: 106px;
  border: 1px solid var(--black-6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 89px;
}

.scroll__down span i {
  color: var(--white);
}

.scroll__down-wrapper {
  height: 425px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1399px) {
  .scroll__down-wrapper {
    height: 380px;
  }
}

@media only screen and (max-width: 1199px) {
  .scroll__down-wrapper {
    height: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .scroll__down-wrapper {
    height: auto;
    padding: 40px 0;
  }
}

.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 0px;
  z-index: 9999;
  background: var(--white);
  border-radius: 100px;
  mix-blend-mode: exclusion;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.scroll-top.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top-writer {
  width: 105px;
  font-size: 16px;
  text-align: left;
  color: var(--white);
  background-image: url(../imgs/writer/go-top.webp);
  background-position: right center;
  background-repeat: no-repeat;
  right: 16%;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
}

.go-top-writer:hover {
  color: var(--primary);
}

.go-top-writer.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .go-top-writer br {
    display: block;
  }
}

.kalpanik-progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  display: block;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  transition: all 300ms linear;
}

.kalpanik-progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  mix-blend-mode: exclusion;
  background-color: var(--black);
}

.kalpanik-progress-wrap::after {
  position: absolute;
  content: "\f062";
  font: var(--fa-font-solid);
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
  border-radius: 50px;
}

.dark .kalpanik-progress-wrap::after {
  color: var(--black);
}

.kalpanik-progress-wrap svg path {
  fill: var(--black-6);
}

.kalpanik-progress-wrap svg.kalpanik-progress-circle path {
  fill: var(--white);
  stroke: transparent;
  stroke-width: 5;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.light .scroll__down p {
  color: var(--black);
}

.light .scroll__down span {
  border-color: var(--white-3);
}

.light .scroll__down span i {
  color: var(--black);
}

.light.go-top-writer {
  color: var(--black);
  background-color: transparent;
  background-image: url(../imgs/writer/go-top-light.webp);
}

.light.kalpanik-progress-wrap {
  margin: 0;
  background-color: transparent;
}

.light.kalpanik-progress-wrap svg path {
  fill: var(--black);
}

.light.kalpanik-progress-wrap::after {
  color: var(--white);
}

/* button css */
.rr-btn-group {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-family: var(--font_dmsans);
}

.rr-btn-group.btn-whte .b {
  border: 1px solid white;
  color: var(--white);
}

.rr-btn-group.btn-whte .c {
  border: 1px solid white;
  color: var(--white);
}

.rr-btn-group span {
  letter-spacing: 0;
}

.rr-btn-group:hover .b {
  transform: rotate(-20deg);
}

.rr-btn-group:hover .c {
  transform: translate(-7px, 0px);
}

.rr-btn-group .b {
  padding: 9px 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--black);
  background-color: transparent;
  border: 2px solid var(--black);
  border-radius: 50px;
  transition: all 0.3s;
}

.rr-btn-group .c {
  padding: 9px 11px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--black);
  background-color: transparent;
  border: 2px solid var(--black);
  border-radius: 50px;
  transition: all 0.3s;
}

.rr-btn-group .c i {
  rotate: -30deg;
}

.kalpanik-action-button {
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding: 25px 36px;
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
  border-radius: 100px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  letter-spacing: -0.02em;
}

.dark .kalpanik-action-button {
  color: var(--black);
}

@media only screen and (max-width: 1199px) {
  .kalpanik-action-button {
    padding: 18px 29px;
  }
}

@media (max-width: 575px) {
  .kalpanik-action-button {
    padding: 16px 20px;
    font-size: 14px;
  }
}

.kalpanik-action-button:hover::before,
.kalpanik-action-button:focus::before {
  height: 100%;
}

.kalpanik-action-button:hover .kalpanik-btn-wrap .kalpanik-text-one,
.kalpanik-action-button:focus .kalpanik-btn-wrap .kalpanik-text-one {
  transform: translateY(-150%);
}

.kalpanik-action-button:hover .kalpanik-btn-wrap .kalpanik-text-two,
.kalpanik-action-button:focus .kalpanik-btn-wrap .kalpanik-text-two {
  top: 50%;
  transform: translateY(-50%);
  color: var(--black);
}

.dark .kalpanik-action-button:hover .kalpanik-btn-wrap .kalpanik-text-two,
.dark .kalpanik-action-button:focus .kalpanik-btn-wrap .kalpanik-text-two {
  color: var(--white);
}

.kalpanik-action-button:after {
  display: block;
  clear: both;
  content: "";
}

.kalpanik-action-button::before {
  background-color: var(--white);
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.5s;
}

.dark .kalpanik-action-button::before {
  background-color: var(--black);
}

.kalpanik-action-button .kalpanik-btn-wrap {
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}

.kalpanik-action-button .kalpanik-btn-wrap .kalpanik-text-one,
.kalpanik-action-button .kalpanik-btn-wrap .kalpanik-text-two {
  display: flex;
  align-items: center;
}

.kalpanik-action-button .kalpanik-btn-wrap .kalpanik-text-one {
  position: relative;
  display: block;
  color: var(--white);
  transition: all 0.5s;
}

.dark .kalpanik-action-button .kalpanik-btn-wrap .kalpanik-text-one {
  color: var(--black);
}

.kalpanik-action-button .kalpanik-btn-wrap .kalpanik-text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: var(--white);
  transition: all 0.5s;
}

.dark .kalpanik-action-button .kalpanik-btn-wrap .kalpanik-text-two {
  color: var(--black);
}

.kalpanik-action-button.btn-border {
  border: 1px solid rgba(17, 17, 17, 0.15);
  background-color: transparent;
  color: var(--black);
  padding: 25px 42px;
}

.kalpanik-action-button.btn-border:hover,
.kalpanik-action-button.btn-border:focus {
  border-color: transparent;
  color: white;
}

.kalpanik-action-button.btn-border:hover .kalpanik-text-two,
.kalpanik-action-button.btn-border:focus .kalpanik-text-two {
  color: #F9F9F9;
}

.kalpanik-action-button.btn-border .kalpanik-btn-wrap .kalpanik-text-one {
  color: var(--black);
}

.kalpanik-action-button.btn-border .kalpanik-btn-wrap .kalpanik-text-two {
  color: var(--white);
}

.kalpanik-action-button.btn-border-white {
  border: 1px solid rgba(252, 247, 243, 0.1);
  background-color: transparent;
}

.kalpanik-action-button.btn-white {
  border-radius: 20px;
  padding: 25px 25px;
  border-color: transparent;
  background-color: var(--white);
}

.kalpanik-action-button.btn-white::before {
  background-color: var(--primary);
}

.kalpanik-action-button.btn-white .kalpanik-text-one,
.kalpanik-action-button.btn-white .kalpanik-text-two {
  gap: 119px;
  display: flex;
}

@media only screen and (max-width: 1399px) {

  .kalpanik-action-button.btn-white .kalpanik-text-one,
  .kalpanik-action-button.btn-white .kalpanik-text-two {
    gap: 100px;
  }
}

@media only screen and (max-width: 1199px) {

  .kalpanik-action-button.btn-white .kalpanik-text-one,
  .kalpanik-action-button.btn-white .kalpanik-text-two {
    gap: 50px;
  }
}

@media only screen and (max-width: 767px) {

  .kalpanik-action-button.btn-white .kalpanik-text-one,
  .kalpanik-action-button.btn-white .kalpanik-text-two {
    gap: 20px;
  }
}

.kalpanik-action-button.btn-white .kalpanik-btn-wrap .kalpanik-text-one {
  color: var(--primary);
}

.kalpanik-action-button.btn-white .kalpanik-btn-wrap .kalpanik-text-two {
  color: var(--white);
}

.rr-btn-plus {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 5;
  padding: 20px 50px 20px 33px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}

.dark .rr-btn-plus {
  background-color: var(--black);
  color: var(--black);
}

@media only screen and (max-width: 1199px) {
  .rr-btn-plus {
    padding: 10px 20px 10px 18px;
  }
}

@media (max-width: 575px) {
  .rr-btn-plus {
    font-size: 14px;
  }
}

.rr-btn-plus:hover .kalpanik-item-icon:before,
.rr-btn-plus:focus .kalpanik-item-icon:before {
  transform: scale(30);
}

.rr-btn-plus:hover .kalpanik-btn-wrap .kalpanik-text-one,
.rr-btn-plus:focus .kalpanik-btn-wrap .kalpanik-text-one {
  transform: translateY(-150%);
}

.rr-btn-plus:hover .kalpanik-btn-wrap .kalpanik-text-two,
.rr-btn-plus:focus .kalpanik-btn-wrap .kalpanik-text-two {
  top: 50%;
  transform: translateY(-50%);
  color: var(--black);
}

.dark .rr-btn-plus:hover .kalpanik-btn-wrap .kalpanik-text-two,
.dark .rr-btn-plus:focus .kalpanik-btn-wrap .kalpanik-text-two {
  color: var(--black);
}

.rr-btn-plus .kalpanik-item-icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 48px;
}

.rr-btn-plus .kalpanik-item-icon:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFD80C;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.7s;
}

.rr-btn-plus .kalpanik-btn-wrap {
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}

.rr-btn-plus .kalpanik-btn-wrap .kalpanik-text-one,
.rr-btn-plus .kalpanik-btn-wrap .kalpanik-text-two {
  display: flex;
  align-items: center;
}

.rr-btn-plus .kalpanik-btn-wrap .kalpanik-text-one {
  position: relative;
  display: block;
  color: var(--black);
  transition: all 0.5s;
}

.dark .rr-btn-plus .kalpanik-btn-wrap .kalpanik-text-one {
  color: var(--white);
}

.rr-btn-plus .kalpanik-btn-wrap .kalpanik-text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: var(--black);
  transition: all 0.5s;
}

.dark .rr-btn-plus .kalpanik-btn-wrap .kalpanik-text-two {
  color: var(--black);
}

.kalpanik-underlined-link {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: var(--primary);
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 0px;
  white-space: nowrap;
}

.kalpanik-underlined-link:hover::before {
  width: 0;
}

.kalpanik-underlined-link:hover i {
  rotate: 0deg;
}

.kalpanik-underlined-link::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: 0.3s;
}

.kalpanik-underlined-link i {
  font-size: 17px;
  font-weight: 400;
  rotate: -50deg;
  transition: all 0.3s;
}

@keyframes mask_animation {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@keyframes mask_animation_2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }

  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

.btn-hover-default {
  transition: all 0.5s;
}

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

.btn-hover-cross {
  overflow: hidden;
  position: relative;
  transition: all 1s;
}

.btn-hover-cross::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--primary);
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}

.btn-hover-cross:hover {
  border-color: var(--primary);
  background-color: transparent;
}

.btn-hover-cross:hover::after {
  height: 120%;
  opacity: 1;
}

.btn-hover-divide {
  overflow: hidden;
  position: relative;
  transition: all 1s;
  z-index: 1;
}

.btn-hover-divide::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--primary);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}

.btn-hover-divide:hover {
  border-color: var(--primary);
  background-color: transparent !important;
  border-color: transparent;
}

.btn-hover-divide:hover::after {
  height: 400%;
  opacity: 1;
}

.btn-hover-cropping {
  overflow: hidden;
  position: relative;
  transition: all 1s;
}

.btn-hover-cropping::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--primary);
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}

.btn-hover-cropping:hover {
  border-color: var(--primary);
  background-color: transparent;
}

.btn-hover-cropping:hover::after {
  height: 400%;
  opacity: 1;
}

.btn-hover-mask {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  padding: 15px 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 5px;
  color: var(--white);
  font-weight: 400;
  font-size: 16px;
  border: 1px solid var(--white);
  z-index: 1;
}

.btn-hover-mask::after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  position: absolute;
  content: attr(data-text);
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--white);
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.webp");
  mask-size: 2300% 100%;
  animation: mask_animation_2 0.7s steps(22) forwards;
}

.btn-hover-mask:hover {
  color: var(--white);
}

.btn-hover-mask:hover::after {
  animation: mask_animation 0.7s steps(22) forwards;
}

.btn-rollover-top {
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.btn-rollover-top:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: "";
  background-color: var(--primary);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.btn-rollover-top:hover {
  border-color: var(--primary);
  background-color: transparent;
}

.btn-rollover-top:hover::before {
  top: 0%;
  bottom: auto;
  height: 100%;
}

.btn-rollover-left {
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.btn-rollover-left::before {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: "";
  background-color: var(--primary);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.btn-rollover-left:hover {
  border-color: var(--primary);
  background-color: transparent;
}

.btn-rollover-left:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}

.btn-rollover-cross {
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}

.btn-rollover-cross::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: 100%;
  opacity: 0;
  border-bottom: 3px solid var(--primary);
  border-left: 3px solid var(--primary);
  transition: all 0.75s;
}

.btn-rollover-cross::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 100%;
  right: 100%;
  opacity: 0;
  border-top: 3px solid var(--primary);
  border-right: 3px solid var(--primary);
  transition: all 0.75s;
}

.btn-rollover-cross:hover {
  border-color: transparent;
  color: var(--primary);
}

.btn-rollover-cross:hover::before {
  bottom: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.btn-rollover-cross:hover::after {
  top: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.btn-parallal-border {
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}

.btn-parallal-border::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-bottom: 3px solid var(--primary);
  border-left: 3px solid var(--primary);
  border-radius: 5px;
  transition: all 0.75s;
}

.btn-parallal-border::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  top: 0;
  right: 0;
  opacity: 0;
  border-top: 3px solid var(--primary);
  border-right: 3px solid var(--primary);
  border-radius: 5px;
  transition: all 0.75s;
}

.btn-parallal-border:hover {
  border-color: transparent;
  color: var(--primary);
}

.btn-parallal-border:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.btn-parallal-border:hover::after {
  opacity: 1;
  width: 100%;
  height: 100%;
}

/* menu css */
.kalpanik-main-menu.menu-dark>ul>li>a {
  color: var(--black);
}

.kalpanik-main-menu.menu-light>ul>li>a {
  color: var(--white);
}

.kalpanik-main-menu>ul {
  display: flex;
}

.kalpanik-main-menu>ul>li:first-child>a {
  padding-left: 0;
}

.kalpanik-main-menu>ul>li:last-child>a {
  padding-right: 0;
}

.kalpanik-main-menu>ul>li:hover>a {
  color: var(--secondary);
}

.kalpanik-main-menu>ul>li:hover>ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 0;
}

.kalpanik-main-menu>ul>li:hover>ul.kalpanik-dp-menu li:hover>ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 100%;
}

.kalpanik-main-menu li {
  position: relative;
  list-style: none;
}

/* .kalpanik-main-menu li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  padding: 37px 15px;
  text-transform: capitalize;
} */

.kalpanik-main-menu ul.kalpanik-dp-menu {
  background-color: #232529;
  padding: 18px 0px;
  width: 250px;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}

.kalpanik-main-menu ul.kalpanik-dp-menu.kalpanik-column-2 {
  column-count: 2;
  width: 480px;
  column-gap: 0;
}

.kalpanik-main-menu ul.kalpanik-dp-menu ul {
  background: var(--black);
  padding: 18px 0px;
  width: 300px;
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}

.kalpanik-main-menu ul.kalpanik-dp-menu li {
  position: relative;
  padding: 0 25px;
}

.kalpanik-main-menu ul.kalpanik-dp-menu li:hover>a {
  color: var(--white);
  background-color: transparent;
}

.kalpanik-main-menu ul.kalpanik-dp-menu li:hover>ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}

.kalpanik-main-menu ul.kalpanik-dp-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #536879;
  padding: 10px 0;
  background-color: transparent;
  border-radius: 8px;
  text-transform: capitalize;
}

.kalpanik-main-menu ul.kalpanik-dp-menu li a:hover {
  letter-spacing: 0.5px;
}

.kalpanik-main-menu ul.kalpanik-dp-menu li a:after {
  transform: rotate(-90deg);
  margin-left: auto;
}

.kalpanik-main-menu .has-mega-menu {
  position: static;
}

.kalpanik-main-menu li.kalpanik-menu-item-has-children>a:after {
  content: "\f107";
  font-family: var(--font_awesome);
  margin-inline-start: 5px;
  font-weight: 600;
  font-size: 14px;
}

.kalpanik-main-menu .mega-menu {
  background-color: var(--black);
  padding: 30px 50px;
  width: 100%;
  position: absolute;
  left: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}

@media only screen and (max-width: 1399px) {
  .kalpanik-main-menu .mega-menu {
    column-gap: 30px;
  }
}

.kalpanik-main-menu .mega-menu li:has(ul)>a:after {
  content: "";
}

.kalpanik-main-menu .mega-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #536879;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--black);
  border-radius: 8px;
  overflow: hidden;
}

.kalpanik-main-menu .mega-menu li a:hover {
  color: var(--white);
  background: #2C2C2F;
}

.kalpanik-main-menu .mega-menu .kalpanik-component-title {
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #333337;
  padding-bottom: 20px;
  margin-bottom: 20px;
  pointer-events: none;
  border-radius: 0;
}

.kalpanik-main-menu .mega-style-2 {
  padding: 0 15%;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}

.kalpanik-main-menu .mega-style-2 .kalpanik-component-title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}

.kalpanik-main-menu .mega-style-2 .kalpanik-component-title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.kalpanik-main-menu .mega-style-2>li:not(:first-child) {
  border-left: 1px solid #333337;
}

.kalpanik-main-menu .mega-style-2 ul {
  column-count: 2;
  position: relative;
  padding: 20px 0;
}

.kalpanik-main-menu .mega-style-2 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1;
}

.kalpanik-main-menu .mega-style-2 ul li a {
  padding-left: 30px;
}

.kalpanik-main-menu .mega-style-3 {
  padding: 0 0 0 20px;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}

.kalpanik-main-menu .mega-style-3 .kalpanik-component-title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}

.kalpanik-main-menu .mega-style-3 .kalpanik-component-title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.kalpanik-main-menu .mega-style-3>li:not(:first-child) {
  border-left: 1px solid #333337;
}

.kalpanik-main-menu .mega-style-3>li:last-child {
  border: none;
  width: 36vw;
}

@media only screen and (max-width: 1399px) {
  .kalpanik-main-menu .mega-style-3>li:last-child {
    width: 32vw;
  }
}

.kalpanik-main-menu .mega-style-3 ul {
  column-count: 2;
  position: relative;
  padding: 20px 0;
  column-gap: 0;
}

.kalpanik-main-menu .mega-style-3 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1;
}

.kalpanik-main-menu .mega-style-3 ul li {
  margin: 0 10px;
}

.kalpanik-main-menu .mega-style-3 ul li a {
  padding-left: 20px;
}

.kalpanik-main-menu .mega-grid-6 {
  grid-template-columns: repeat(6, 1fr);
}

.kalpanik-main-menu .mega-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
}

.kalpanik-main-menu .list-3-column ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
}

@media only screen and (max-width: 1399px) {
  .kalpanik-main-menu .list-3-column ul {
    column-gap: 30px;
  }
}

.kalpanik-main-menu .span-first-item ul li:first-child {
  grid-column: 1/-1;
  column-span: all;
}

.kalpanik-main-menu .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: var(--black);
  padding: 3px 7px;
  line-height: 1;
  border-radius: 2px;
  margin-inline-start: 8px;
  display: inline-block;
}

@media only screen and (max-width: 1199px) {
  .main-menu-2 {
    display: none;
  }
}

.main-menu-2 li {
  display: inline-block;
  padding: 0 10px;
}

.main-menu-2 li a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--white);
  padding: 10px;
  text-transform: capitalize;
}

.main-menu-2 li a:hover {
  color: var(--primary);
}

@media only screen and (max-width: 1399px) {
  .main-menu-2 li a {
    padding: 5px 0;
  }
}

.main-menu-3 li {
  display: inline-block;
  margin-right: 45px;
}

@media only screen and (max-width: 1199px) {
  .main-menu-3 li {
    margin-right: 25px;
  }
}

.main-menu-3 li:last-child {
  margin-right: 0;
}

.main-menu-3 li a {
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

.main-menu-3 li a:hover {
  color: var(--primary);
}

.main-menu-4 li {
  display: inline-block;
  margin-right: 50px;
}

.main-menu-4 li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white);
  text-transform: uppercase;
}

.main-menu-4 li a:hover {
  color: var(--primary);
}

.mega-menu-thumb {
  width: 108%;
  aspect-ratio: 100/83;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .mega-menu-thumb {
    width: 100%;
    height: 100%;
  }
}

.mega-menu-thumb:after {
  position: absolute;
  content: "";
  width: 76%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(28, 29, 32, 0) 0%, #1C1D20 100%);
}

.mega-menu-thumb .laptop-view {
  width: 70%;
  aspect-ratio: 100/114;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  right: 70px;
  bottom: 0;
}

.mega-menu-counter__item {
  text-align: center;
  display: inline-block;
  margin-top: 35%;
  margin-left: 17%;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .mega-menu-counter__item {
    margin: 30px auto 50px;
  }
}

.mega-menu-counter__text p {
  font-size: 30px;
  line-height: 28px;
  color: var(--white);
  font-weight: 500;
}

.mega-menu-counter__number {
  font-size: 150px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px;
  color: var(--white);
  background: linear-gradient(136deg, #9479FF 0%, #FFA6D6 47.92%, #FFFCE3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1199px) {
  .menu-with-number {
    display: none;
  }
}

.menu-with-number li {
  display: inline-block;
}

.menu-with-number li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
  padding: 34px 40px;
  display: inline-block;
  text-transform: uppercase;
}

.menu-with-number li a:hover span {
  color: var(--white);
}

.menu-with-number li a:hover span::before {
  background-color: var(--white);
}

.menu-with-number li a.active span {
  color: var(--white);
}

.menu-with-number li a.active span::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  right: 20px;
  top: 50%;
  background-color: var(--white);
}

.menu-with-number li a span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
  text-align: right;
  color: #536879;
  position: relative;
  transition: all 0.5s;
}

.menu-with-number li a span::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  right: 20px;
  top: 50%;
  transition: all 0.5s;
  background-color: var(--black-6);
}

.sidebar-menu li {
  display: block;
  padding-bottom: 15px;
}

@media only screen and (max-width: 1919px) {
  .sidebar-menu li {
    padding-bottom: 10px;
  }
}

.sidebar-menu li a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
  padding: 10px 0;
  text-transform: uppercase;
}

.sidebar-menu li a:hover,
.sidebar-menu li a.active {
  color: var(--primary);
}

@media only screen and (max-width: 1399px) {
  .sidebar-menu li a {
    padding: 5px 0;
  }
}

/* mean menu customize */
.offcanvas__menu-wrapper.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.offcanvas__menu-wrapper.mean-container .mean-nav>ul>li:last-child>a {
  border-bottom: 1px solid var(--black-4);
}

.offcanvas__menu-wrapper.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.offcanvas__menu-wrapper.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: var(--black);
  padding: 3px 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 15px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  color: var(--white);
  text-transform: capitalize;
  border-top: 1px solid var(--black-4);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 20px;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  width: 54px;
  height: 54px;
  justify-content: center;
  font-weight: 300;
  border: none !important;
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--secondary);
  opacity: 1;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--black-4);
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
  font-size: 20px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 30px;
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 18px;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}

@media only screen and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--black-4);
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}

.offcanvas__menu-wrapper.mean-container .mean-bar {
  padding: 0;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}

.offcanvas__menu-wrapper.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}

.offcanvas__menu-wrapper.mean-container a.meanmenu-reveal {
  display: none !important;
}

.light .kalpanik-main-menu li a:hover {
  color: var(--primary);
}

.light .main-menu-2 li a {
  color: var(--black);
}

.light .main-menu-2 li a:hover {
  color: var(--primary);
}

.light .main-menu-3 li a {
  color: var(--black);
}

.light .main-menu-3 li a:hover {
  color: var(--primary);
}

.light .sidebar-menu li a {
  color: var(--black);
}

.light .sidebar-menu li a:hover {
  color: var(--primary);
}

.light .menu-with-number li a {
  color: var(--black);
}

.light .menu-with-number li a:hover span {
  color: var(--black);
}

.light .menu-with-number li a:hover span::before {
  background-color: var(--black);
}

.light .menu-with-number li a span {
  color: var(--black-9);
}

.light .menu-with-number li a span::before {
  background-color: var(--black-9);
}

.light .menu-with-number li a.active span {
  color: var(--black);
}

.light .menu-with-number li a.active span::before {
  background-color: var(--black);
}

/* modal css */
.modal__dialog {
  width: 760px;
  max-width: 100%;
  margin-top: 100px;
}

@media only screen and (max-width: 991px) {
  .modal__dialog {
    width: 700px;
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .modal__dialog {
    width: 350px;
  }
}

.modal__content {
  height: 500px;
}

@media only screen and (max-width: 767px) {
  .modal__content {
    height: 300px;
  }
}

.modal__content iframe {
  width: 100%;
  height: 100%;
}

.modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -15px;
  right: -15px;
  z-index: 9;
  border-radius: 50px;
  font-size: 20px;
  color: var(--white);
  background: var(--black);
  transition: all 0.3s;
}

.modal__close:hover {
  color: var(--primary);
}

.modal__sfluence {
  width: 100%;
  height: 100%;
  padding: 60px;
}

@media only screen and (max-width: 767px) {
  .modal__sfluence {
    padding: 20px 10px;
  }
}

.modal__sfluence-area {
  width: 100vw;
  height: 100vh;
  background: var(--black);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0.5);
}

.modal__sfluence-area.showed {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.modal__sfluence-area .close_btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 20px;
  z-index: 9;
  border-radius: 50px;
  font-size: 30px;
  color: var(--white);
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__sfluence-area .close_btn:hover {
  color: var(--primary);
}

@media only screen and (max-width: 767px) {
  .modal__sfluence-area .close_btn {
    right: 0;
  }
}

.modal__sfluence-area iframe,
.modal__sfluence-area video {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {

  .modal__sfluence-area iframe,
  .modal__sfluence-area video {
    height: 300px;
    object-fit: cover;
    margin-top: 45%;
  }
}

/* cursor css */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
.cb-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  transition: opacity 0.3s, color 0.4s;
}

.cb-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  width: 48px;
  height: 48px;
  background: transparent;
  border-radius: 500px;
  transform: scale(0);
  transition: opacity 0.1s, transform 0.3s ease-in-out;
}

.cb-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.01em;
  opacity: 0;
  transform: scale(0) rotate(10deg);
  transition: opacity 0.4s, transform 0.3s;
  color: white;
}

/* Exclusion and Blending Modes */
@supports (mix-blend-mode: exclusion) {

  .cb-cursor.-exclusion,
  .cb-cursor.-opaque {
    mix-blend-mode: exclusion;
  }

  .cb-cursor.-exclusion:before,
  .cb-cursor.-opaque:before {
    background: white;
  }
}

.cb-cursor.-normal,
.cb-cursor.-text {
  mix-blend-mode: normal;
}

.cb-cursor.-normal:before,
.cb-cursor.-text:before {
  background: currentColor;
}

.cb-cursor.-inverse {
  color: white;
}

/* Cursor Visibility and Transformations */
.cb-cursor.-visible:before {
  transform: scale(0.2);
}

.cb-cursor.-visible.-active:before {
  transform: scale(0.23);
  transition-duration: 0.2s;
}

.cb-cursor.-pointer:before {
  transform: scale(0);
}

.cb-cursor.-text .cb-cursor-text {
  opacity: 1;
  transform: scale(1);
}

.cb-cursor.-text.-active:before {
  transform: scale(1.6);
  transition-duration: 0.2s;
}

.cb-cursor.all-element:before {
  transform: scale(1.6);
  opacity: 0.2;
  transition-duration: 0.2s;
}

.cb-cursor.-opaque:before {
  transform: scale(1.32);
}

.cb-cursor.-text:before {
  background: #000;
  opacity: 1;
  backdrop-filter: blur(10px);
  transform: scale(2);
}

.cb-cursor.-opaque.-active:before {
  transform: scale(1.2);
}

.cb-cursor.-lg:before {
  transform: scale(2);
}

.cb-cursor.-hidden:before {
  transform: scale(0);
}

/*----------------------------------------*/
/*  Context-Specific Styles  */
/*----------------------------------------*/
@supports (mix-blend-mode: exclusion) {

  .body-startup-agency .cb-cursor.-exclusion,
  .body-startup-agency .cb-cursor {
    mix-blend-mode: exclusion;
    opacity: 1;
  }

  .body-startup-agency .cb-cursor.-exclusion:before,
  .body-startup-agency .cb-cursor:before {
    background: white;
    opacity: 1;
  }
}

.cb-cursor.-small {
  mix-blend-mode: normal;
  white-space: nowrap;
}

.cb-cursor.-small::before {
  background-color: #fff;
  width: 80px;
  height: 28px;
  top: -14px;
  left: -40px;
}

.cb-cursor.-small .cb-cursor-text {
  color: black;
}

.cb-cursor.kalpanik-cursor-large {
  mix-blend-mode: normal;
  white-space: nowrap;
}

.cb-cursor.kalpanik-cursor-large::before {
  background-color: #fff;
  width: 80px;
  height: 80px;
  top: -40px;
  left: -40px;
  mix-blend-mode: normal;
}

.cb-cursor.kalpanik-cursor-large .cb-cursor-text {
  color: black;
}

.cb-cursor.portfolio:before {
  display: none;
}

.cb-cursor-text.portfolio {
  width: 420px;
  left: -210px;
}

@media only screen and (max-width: 1919px) {
  .cb-cursor-text.portfolio {
    width: 350px;
    left: -175px;
  }
}

@media only screen and (max-width: 1399px) {
  .cb-cursor-text.portfolio {
    width: 280px;
    left: -140px;
  }
}

.cb-cursor-text.portfolio .cb-cursor-text {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  text-align: start;
}

.cb-cursor-text.portfolio .hover-display {
  width: 420px;
}

@media only screen and (max-width: 1919px) {
  .cb-cursor-text.portfolio .hover-display {
    width: 350px;
  }
}

@media only screen and (max-width: 1399px) {
  .cb-cursor-text.portfolio .hover-display {
    width: 280px;
  }
}

.cb-cursor-text.portfolio .hover-display .hover-thumb img {
  width: 100%;
}

.cb-cursor-text.portfolio .hover-display .hover-content {
  display: grid;
  gap: 10px 30px;
  grid-template-columns: 1fr auto;
  margin-top: 14px;
  text-align: start;
}

.cb-cursor-text.portfolio .hover-display .kalpanik-component-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--white);
}

.cb-cursor-text.portfolio .hover-display .kalpanik-date {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  display: inline-block;
  color: var(--white);
}

.cb-cursor.-portfolio:before {
  display: none;
}

.cb-cursor.-portfolio .cb-cursor-text {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  text-align: start;
}

.cb-cursor.-portfolio .kalpanik-component-content {
  position: absolute;
  top: 0px;
  left: 0px;
}

.cb-cursor.-portfolio .kalpanik-component-title {
  font-weight: 300;
  font-size: 30px;
  line-height: 27px;
  background-color: var(--white);
  padding: 15px 20px 13px;
  white-space: nowrap;
  color: var(--black);
  font-family: var(--font_tartuffotrial);
}

.cb-cursor.-portfolio .kalpanik-item-meta {
  font-family: var(--font_tartuffotrial);
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  white-space: nowrap;
  line-height: 27px;
  background-color: var(--white);
  display: inline-block;
  padding: 5px 15px 3px;
  margin-top: 3px;
  color: var(--black);
}

/* header css */
/* Shared site navigation */
#mainNav {
  position: sticky;
  top: 0;
  z-index: 10000;
  width: 100%;
}

/* header area style  */
  .kalpanik-header-area {
      position: fixed !important;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 999;
      pointer-events: none;
    }

    .kalpanik-header-area .kalpanik-header-main,
    .kalpanik-header-area .container,
    .kalpanik-header-area__inner {
      pointer-events: auto;
    }

    .kalpanik-header-area__inner {
      background: transparent;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 0px;
      box-shadow: none;
      transition: background 0.35s ease, backdrop-filter 0.35s ease, -webkit-backdrop-filter 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
    }

    .kalpanik-header-area.is-scrolled .kalpanik-header-area__inner {
      background: rgba(10, 10, 10, 0.75);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);

    }

/* Keep header above all page content */
.kalpanik-header-main {
    position: relative;
    z-index: 9999;
}

.kalpanik-header-area__inner {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 30px;
  position: relative;
  height: 75px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0px;
  padding: 0 30px 0 30px;
  margin: 20px auto 0;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

@media only screen and (max-width: 1199px) {
  .kalpanik-header-area__inner {
    display: flex;
    width: unset !important;
  }
}

@media (min-width: 1650px) {
  .kalpanik-header-area .container.large {
    max-width: 1650px;
  }
}

.kalpanik-header-area .sticky,
.kalpanik-header-area .transformed {
  background-color: #FFFFFF;
}

.kalpanik-header-area .kalpanik-header__logo img {
  width: 100px;
}

.kalpanik-header-area .kalpanik-main-menu>ul {
  display: flex;
}

.kalpanik-header-area .kalpanik-main-menu>ul>li>a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 29px 14px;
  color: var(--white) !important;
  text-decoration: none;
  text-transform: capitalize;
}

.kalpanik-header-area .kalpanik-main-menu>ul>li>a::after {
  content: "";
  position: absolute;
  left: 14px;
  bottom: 20px;
  /* Adjust as needed */
  width: calc(100% - 28px);
  height: 2px;
  background: #e5e4e2;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}



.kalpanik-header-area .kalpanik-main-menu>ul>li:hover>a::after,
.kalpanik-header-area .kalpanik-main-menu>ul>li.current-menu-item>a::after,
.kalpanik-header-area .kalpanik-main-menu>ul>li.active>a::after {
  transform: scaleX(1);
}

@media only screen and (max-width: 1399px) {
  .kalpanik-header-area .kalpanik-main-menu li a {
    padding: 29px 10px;
  }
}

.kalpanik-header-area .kalpanik-main-menu li a:hover {
  color: var(--white);
}

.kalpanik-header-area .search-icon {
  color: var(--primary);
}

.kalpanik-header-area .kalpanik-header__navicon {
  margin-left: auto;
}

.kalpanik-header-area .kalpanik-header__navicon i {
  font-size: 22px;
  color: var(--white);
}

/* header area 2 style  */
.header-area-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-area-2__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  height: 80px;
}

@media only screen and (max-width: 1199px) {
  .header-area-2__inner {
    height: 70px;
    gap: 10px;
  }
}

.header-area-2__inner>*:nth-child(1) {
  margin-inline-end: auto;
}

.header-area-2 .sticky,
.header-area-2 .transformed {
  background-color: #FCF7F3;
}

.header-area-2 .kalpanik-header__logo img {
  width: 100px;
}

.header-area-2 .kalpanik-main-menu li a {
  font-size: 16px;
  font-weight: 500;
  padding: 21px 17px;
  color: var(--primary);
}

.header-area-2 .kalpanik-main-menu li a:hover {
  color: var(--secondary);
}

.header-area-2 .kalpanik-main-menu>ul>li:hover>a {
  color: var(--white);
}

.header-area-2 .kalpanik-side-toggle .bar-icon {
  width: 25px;
  height: 12px;
}

.header-area-2 .kalpanik-side-toggle .bar-icon span {
  background-color: var(--black);
  height: 2px;
  border-radius: 500px;
}

.header-area-2 .kalpanik-side-toggle .bar-icon span:nth-child(1) {
  margin-left: 7px;
  width: 18px;
}

.header-area-2 .kalpanik-side-toggle .bar-icon span:nth-child(3) {
  margin-left: 17px;
  width: 8px;
}

.header-inner .header-area-2__inner {
  border-bottom: 1px solid var(--border);
}

.header-inner .kalpanik-main-menu>ul>li:hover>a {
  color: var(--secondary);
}

.header-inner .kalpanik-header__navicon {
  gap: 10px;
  display: flex;
  align-items: center;
}

.header-inner .kalpanik-header__navicon .kalpanik-action-button {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 11.5px 23px;
  letter-spacing: -0.64px;
}

@media (max-width: 575px) {
  .header-inner .kalpanik-header__navicon .kalpanik-action-button {
    display: none;
  }
}

.header-inner .kalpanik-side-toggle .bar-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  border: 1px solid rgba(17, 17, 17, 0.4);
  transition: all 0.5s;
}

.header-inner .kalpanik-side-toggle .bar-icon svg * {
  transition: all 0.5s;
}

.header-inner .kalpanik-side-toggle .bar-icon:hover {
  background-color: var(--primary);
  border-color: transparent;
}

.header-inner .kalpanik-side-toggle .bar-icon:hover svg * {
  fill: var(--white);
}

.header-inner .kalpanik-side-toggle .bar-icon img {
  width: 15px;
}

/* header area 3 style  */
.header-area-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-area-3__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  height: 100px;
  padding: 20px 25px 20px 30px;
  margin-top: 10px;
  border-radius: 20px;
  width: 950px;
  background-color: var(--white);
}

.dark .header-area-3__inner {
  background-color: var(--black);
}

@media only screen and (max-width: 1919px) {
  .header-area-3__inner {
    width: 700px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-area-3__inner {
    width: 500px;
    height: 80px;
    padding: 10px 20px 10px 20px;
  }
}

@media only screen and (max-width: 991px) {
  .header-area-3__inner {
    width: 100%;
  }
}

.header-area-3 .sticky,
.header-area-3 .transformed {
  background-color: #FFFFFF;
}

.header-area-3 .kalpanik-header__logo img {
  width: 100px;
}

.header-area-3 .kalpanik-main-menu li a {
  font-size: 16px;
  font-weight: 500;
  padding: 29px 10px;
  color: var(--white);
}

.header-area-3 .kalpanik-main-menu li a:hover {
  color: var(--white);
}

.header-area-3 .search-icon {
  color: var(--primary);
}

.header-area-3 .kalpanik-action-button {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 22px 32px;
  border-radius: 20px;
  border: none;
}

.header-area-3 .kalpanik-action-button:hover {
  background-color: rgb(255, 216, 12);
}

.header-area-3 .kalpanik-action-button:before {
  background-color: rgb(255, 216, 12);
}

.header-area-3 .kalpanik-header__logo {
  margin-right: auto;
}

@media (max-width: 575px) {
  .header-area-3 .header__btn {
    display: none;
  }
}

.header-area-3 .kalpanik-header__navicon {
  position: relative;
}

.header-area-3 .kalpanik-side-toggle {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 20px;
  transition: all 0.5s;
  border: 1px solid rgba(17, 17, 17, 0.15);
}

.dark .header-area-3 .kalpanik-side-toggle {
  border-color: rgba(255, 255, 255, 0.15);
}

.header-area-3 .kalpanik-side-toggle:hover {
  background-color: #FFD80C;
  border-color: transparent;
}

.header-area-3 .dot {
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background: var(--primary);
  transition: all 0.4s ease;
}

.header-area-3 .offcanvas-3 {
  top: 0;
  right: 0;
  height: auto;
  padding: 100px;
  position: absolute;
  border-radius: 20px;
  overflow-y: scroll;
  pointer-events: none;
  background-color: var(--white);
  transform-origin: 100% 0%;
  transition: all 0.5s ease-in;
  clip-path: inset(0% 0% 100% 100%);
  will-change: transform, opacity, filter;
  transform: translate3d(0, 0, 0) scale(0);
}

.dark .header-area-3 .offcanvas-3 {
  background-color: var(--black);
}

.header-area-3 .offcanvas-3.info-open {
  opacity: 1;
  filter: none;
  height: 990px;
  margin: -20px;
  margin-right: -25px;
  pointer-events: auto;
  width: 950px;
  overflow-y: scroll;
  clip-path: inset(0 0 0 0);
  transform: translate3d(0, 0, 0) scale(1);
}

@media only screen and (max-width: 1919px) {
  .header-area-3 .offcanvas-3.info-open {
    width: 700px;
    height: 100vh;
    padding: 100px 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-area-3 .offcanvas-3.info-open {
    width: 500px;
    padding: 100px 30px 50px;
    margin: -10px;
    margin-right: -20px;
  }
}

@media only screen and (max-width: 991px) {
  .header-area-3 .offcanvas-3.info-open {
    width: calc(100vw - 25px);
    padding: 100px 30px 50px;
  }
}

@media (max-width: 575px) {
  .header-area-3 .offcanvas-3.info-open {
    padding: 100px 20px 50px;
  }
}

.header-area-3 .offcanvas-3 .kalpanik-offset-header {
  display: flex;
  align-items: center;
  padding: 29px 30px;
  justify-content: space-between;
  border-radius: 20px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  background-color: #F3F3F3;
}

.dark .header-area-3 .offcanvas-3 .kalpanik-offset-header {
  background-color: #1B1B1B;
  border-color: rgba(255, 255, 255, 0.06);
}

@media only screen and (max-width: 1199px) {
  .header-area-3 .offcanvas-3 .kalpanik-offset-header {
    padding: 25px 15px;
  }
}

@media (max-width: 575px) {
  .header-area-3 .offcanvas-3 .kalpanik-offset-header {
    gap: 15px;
    flex-wrap: wrap;
  }
}

.header-area-3 .offcanvas-3 .kalpanik-offset-header h6 {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.48px;
  margin-right: auto;
}

@media only screen and (max-width: 1199px) {
  .header-area-3 .offcanvas-3 .kalpanik-offset-header h6 {
    font-size: 15px;
  }
}

.header-area-3 .offcanvas-3 .kalpanik-offset-header .kalpanik-date {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  font-family: var(--font_bdogrotesk);
  letter-spacing: -0.48px;
}

@media only screen and (max-width: 1199px) {
  .header-area-3 .offcanvas-3 .kalpanik-offset-header .kalpanik-date {
    font-size: 15px;
  }
}

.header-area-3 .offcanvas-3 .kalpanik-offset-logo {
  width: 95px;
  margin-right: 100px;
}

@media only screen and (max-width: 1919px) {
  .header-area-3 .offcanvas-3 .kalpanik-offset-logo {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-area-3 .offcanvas-3 .kalpanik-offset-logo {
    margin-right: 20px;
  }
}

@media (max-width: 575px) {
  .header-area-3 .offcanvas-3 .kalpanik-offset-logo {
    width: 95px;
  }
}

.header-area-3 .offcanvas-3 .kalpanik-offset-logo img {
  width: 100%;
}

.header-area-3 .offcanvas-3 .kalpanik-contact-meta {
  display: grid;
  margin-bottom: 96px;
  grid-template-columns: 338px 1fr;
}

.header-area-3 .offcanvas-3 .kalpanik-contact-meta *:not(:first-child) {
  margin-top: 0px;
}

@media only screen and (max-width: 1919px) {
  .header-area-3 .offcanvas-3 .kalpanik-contact-meta {
    grid-template-columns: 225px 1fr;
  }
}

.header-area-3 .offcanvas-3 .contact-info {
  display: flex;
  gap: 154px;
}

.header-area-3 .offcanvas-3 .contact-info-item .kalpanik-component-title {
  color: #536879;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.54px;
  margin-bottom: 25px;
}

.header-area-3 .offcanvas-3 .contact-info-item a {
  font-size: 18px;
  position: relative;
  font-weight: 400;
  line-height: 20px;
  color: var(--primary);
  font-family: var(--font_bdogrotesk);
}

.header-area-3 .offcanvas-3 .contact-info-item a::before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1.5px;
  position: absolute;
  transition: all 0.3s;
  background: currentColor;
}

.header-area-3 .offcanvas-3 .contact-info-item a:hover {
  color: var(--secondary);
}

.header-area-3 .offcanvas-3 .contact-info-item a:hover::before {
  width: 0;
}

.header-area-3 .offcanvas-3 .kalpanik-contact-item {
  gap: 0px;
  flex-direction: column;
  align-items: flex-start;
}

.header-area-3 .offcanvas-3 .kalpanik-contact-item .kalpanik-component-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.54px;
  color: #536879;
}

.dark .header-area-3 .offcanvas-3 .kalpanik-contact-item .kalpanik-component-title {
  color: #555555;
}

.header-area-3 .offcanvas-3 .kalpanik-contact-item .socail-media li {
  list-style: none;
}

.header-area-3 .offcanvas-3 .kalpanik-contact-item .socail-media li a {
  list-style: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  color: var(--primary);
  letter-spacing: -0.54px;
  font-family: var(--font_bdogrotesk);
}

.header-area-3 .offcanvas-3 .kalpanik-contact-item .socail-media li a:hover {
  color: var(--secondary);
}

.header-area-3 .offcanvas-3 .kalpanik-contact-item .nav-list li {
  list-style: none;
}

.header-area-3 .offcanvas-3 .kalpanik-contact-item .nav-list li a {
  color: #999;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -1.5px;
  font-family: var(--font_bdogrotesk);
}

@media only screen and (max-width: 1919px) {
  .header-area-3 .offcanvas-3 .kalpanik-contact-item .nav-list li a {
    font-size: 40px;
  }
}

.header-area-3 .offcanvas-3 .kalpanik-contact-item .nav-list li a:hover {
  color: var(--black);
}

.dark .header-area-3 .offcanvas-3 .kalpanik-contact-item .nav-list li a:hover {
  color: var(--white);
}

.header-area-3 .offcanvas-3 .kalpanik-side-info-close {
  right: 20px;
  top: 20px;
  width: 107px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  line-height: 20px;
  border-radius: 15px;
  gap: 15px;
  border: none;
  background: transparent;
  color: var(--primary);
  align-items: center;
  letter-spacing: -0.48px;
  font-family: var(--font_bdogrotesk);
}

.header-area-3 .offcanvas-3 .kalpanik-side-info-close span {
  width: 50px;
  height: 50px;
  display: flex;
  min-width: 50px;
  border-radius: 15px;
  align-items: center;
  transition: all 0.3s;
  justify-content: center;
  border: 1px solid rgba(17, 17, 17, 0.15);
}

.dark .header-area-3 .offcanvas-3 .kalpanik-side-info-close span {
  border-color: rgba(255, 255, 255, 0.15);
}

.header-area-3 .offcanvas-3 .kalpanik-side-info-close:hover {
  transform: rotate(0deg);
}

.header-area-3 .offcanvas-3 .kalpanik-side-info-close:hover span {
  background: #FFD80C;
  border-color: transparent;
  color: var(--black);
}

/* header area 4 style  */
.header-area-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-area-4__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  height: 80px;
  border-bottom: 1px solid var(--border);
}

.header-area-4 .sticky,
.header-area-4 .transformed {
  background-color: #FFFFFF;
}

.header-area-4 .kalpanik-header__logo img {
  width: 100px;
}

.header-area-4 .kalpanik-header__nav {
  margin-right: 90px;
}

.header-area-4 .kalpanik-main-menu li a {
  font-size: 16px;
  font-weight: 500;
  padding: 32px 25px;
  text-transform: uppercase;
}

.header-area-4 .kalpanik-main-menu li a:hover {
  color: var(--primary);
}

.header-area-4 .kalpanik-main-menu>ul>li:hover>a {
  color: var(--secondary);
}

.header-area-4 .search-icon {
  color: var(--primary);
}

.header-area-4 .kalpanik-action-button {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 14px 26px;
  border-radius: 50px;
}

.header-area-4 .kalpanik-header__logo {
  margin-right: auto;
}

@media (max-width: 575px) {
  .header-area-4 .header__btn {
    display: none;
  }
}

.header-area-4 .kalpanik-side-toggle {
  width: 46px;
  height: 46px;
  border: 1px solid var(--border);
  border-radius: 50%;
  transition: all 0.5s;
}

.header-area-4 .kalpanik-side-toggle svg * {
  transition: all 0.5s;
}

.dark .header-area-4 .kalpanik-side-toggle svg * {
  fill: var(--white);
}

.header-area-4 .kalpanik-side-toggle:hover {
  background-color: var(--primary);
  border-color: transparent;
}

.header-area-4 .kalpanik-side-toggle:hover svg * {
  fill: var(--white);
}

.dark .header-area-4 .kalpanik-side-toggle:hover svg * {
  fill: var(--black);
}

/* header area 5 style  */
.header-area-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}

.header-area-5__inner {
  display: flex;
  margin-top: 30px;
  gap: 10px;
  position: relative;
}

.header-area-5 .kalpanik-header__logo img {
  width: 100px;
}

.header-area-5 .kalpanik-header__nav {
  margin-left: 832px;
  margin-right: auto;
}

@media only screen and (max-width: 1399px) {
  .header-area-5 .kalpanik-header__nav {
    margin-left: 700px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-area-5 .kalpanik-header__nav {
    margin-left: 0px;
  }
}

.header-area-5 .kalpanik-main-menu ul {
  display: block;
}

.header-area-5 .kalpanik-main-menu ul:hover li a {
  opacity: 0.3;
}

.header-area-5 .kalpanik-main-menu ul li {
  color: var(--primary);
  transition-property: opacity;
  transition-duration: 500ms;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding: 0;
}

.header-area-5 .kalpanik-main-menu ul li:not(:last-child) {
  margin-bottom: 6px;
}

.header-area-5 .kalpanik-main-menu ul li a {
  display: block;
  padding: 0;
}

.header-area-5 .kalpanik-main-menu ul li a:hover {
  opacity: 1;
  color: var(--primary) !important;
}

.header-area-5 .kalpanik-main-menu>ul>li:hover>a {
  color: var(--secondary);
}

.header-area-5 .kalpanik-action-button {
  border-radius: 15px;
  padding: 14px 25px;
  background-color: var(--white);
  border-color: transparent;
}

.dark .header-area-5 .kalpanik-action-button {
  background-color: var(--black);
}

.header-area-5 .kalpanik-action-button:before {
  background-color: transparent;
}

.header-area-5 .kalpanik-action-button .kalpanik-text-one,
.header-area-5 .kalpanik-action-button .kalpanik-text-two {
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
}

.dark .header-area-5 .kalpanik-action-button .kalpanik-text-one,
.dark .header-area-5 .kalpanik-action-button .kalpanik-text-two {
  color: var(--white);
}

.header-area-5 .kalpanik-action-button .kalpanik-text-one::before,
.header-area-5 .kalpanik-action-button .kalpanik-text-two::before {
  content: "";
  bottom: 0;
  width: 100%;
  left: 0;
  height: 1px;
  position: absolute;
  transition: all 0.3s;
  background-color: var(--black);
}

.dark .header-area-5 .kalpanik-action-button .kalpanik-text-one::before,
.dark .header-area-5 .kalpanik-action-button .kalpanik-text-two::before {
  background-color: var(--white);
}

@media (max-width: 575px) {
  .header-area-5 .header__btn {
    display: none;
  }
}

.header-area-5 .kalpanik-side-toggle {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 50%;
  transition: all 0.5s;
}

.dark .header-area-5 .kalpanik-side-toggle {
  border-color: rgba(255, 255, 255, 0.2);
}

.header-area-5 .kalpanik-side-toggle:hover {
  background-color: #FFD80C;
  border-color: transparent;
}

.header-area-5 .kalpanik-side-toggle:hover svg * {
  fill: var(--black);
}

.header-area-5 .kalpanik-side-toggle svg * {
  fill: var(--primary);
}

/* header area 7 style  */
.header-area-7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F8F2EF;
}

.dark .header-area-7 {
  background-color: #111111;
}

.header-area-7.header-area-10 {
  background: transparent;
}

.header-area-7.header-area-10 .header-area-7__inner {
  gap: 0;
}

.header-area-7.header-area-10 .kalpanik-main-menu li a {
  text-transform: capitalize;
}

.header-area-7.header-area-10 .kalpanik-header__nav {
  margin-right: 424px;
}

@media only screen and (max-width: 1399px) {
  .header-area-7.header-area-10 .kalpanik-header__nav {
    margin-right: 100px;
  }
}

.header-area-7__inner {
  display: flex;
  align-items: center;
  gap: 98px;
  position: relative;
  height: 80px;
}

@media only screen and (max-width: 1199px) {
  .header-area-7__inner {
    height: 70px;
    gap: 10px;
  }
}

.header-area-7__inner>*:nth-child(1) {
  margin-inline-end: auto;
}

.header-area-7 .sticky,
.header-area-7 .transformed {
  background-color: #F8F2EF;
}

.header-area-7 .kalpanik-header__logo img {
  width: 100px;
}

.header-area-7 .kalpanik-main-menu li a {
  font-size: 16px;
  font-weight: 500;
  padding: 21px 24px;
  text-transform: uppercase;
}

.header-area-7 .kalpanik-main-menu li a:hover {
  color: var(--secondary);
}

.header-area-7 .kalpanik-header__navicon {
  gap: 20px;
  display: flex;
  align-items: center;
}

.header-area-7 .kalpanik-header__navicon .btn-line {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.64px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .header-area-7 .kalpanik-header__navicon .btn-line {
    display: none;
  }
}

.header-area-7 .kalpanik-header__navicon .btn-line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s;
  background-color: var(--primary);
}

.header-area-7 .kalpanik-header__navicon .btn-line:hover {
  color: var(--secondary);
}

.header-area-7 .kalpanik-header__navicon .btn-line:hover::before {
  width: 0;
}

.header-area-7 .kalpanik-header__navicon .kalpanik-action-button {
  padding: 15px 22px;
  font-size: 14px;
  text-transform: uppercase;
}

.header-area-7 .kalpanik-side-toggle .bar-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  border: 1px solid rgba(17, 17, 17, 0.4);
  transition: all 0.5s;
}

.dark .header-area-7 .kalpanik-side-toggle .bar-icon {
  border-color: rgba(248, 242, 239, 0.4);
}

.header-area-7 .kalpanik-side-toggle .bar-icon:hover {
  background-color: var(--primary);
  border-color: transparent;
}

.header-area-7 .kalpanik-side-toggle .bar-icon:hover svg * {
  fill: var(--white);
}

.dark .header-area-7 .kalpanik-side-toggle .bar-icon:hover svg * {
  fill: var(--black);
}

.header-area-7 .kalpanik-side-toggle .bar-icon img {
  width: 15px;
}

.header-area-7 .kalpanik-side-toggle .bar-icon svg * {
  transition: all 0.5s;
}

.dark .header-area-7 .kalpanik-side-toggle .bar-icon svg * {
  fill: var(--white);
}

.header-area-14 .kalpanik-header__nav {
  margin-right: 90px;
}

@media only screen and (max-width: 1399px) {
  .header-area-14 .kalpanik-header__nav {
    margin-right: 40px;
  }
}

.header-area-14 .kalpanik-main-menu li a {
  font-size: 16px;
  font-weight: 500;
  padding: 32px 25px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1399px) {
  .header-area-14 .kalpanik-main-menu li a {
    padding: 32px 15px;
  }
}

.header-area-14 .kalpanik-main-menu li a:hover {
  color: var(--primary);
}

.bar-icon {
  width: 26px;
  height: 18px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  display: flex;
  transition: color 0.2s ease-out;
}

.bar-icon span {
  width: 100%;
  height: 2px;
  background: var(--primary);
  display: inline-block;
  transition: color 0.2s ease-out;
}

.bar-icon span:nth-child(2) {
  margin-left: 0px;
}

.bar-icon:hover span {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}

.bar-icon:hover span:nth-child(2) {
  margin-left: 0px;
  animation-delay: 0.1s;
}

.bar-icon:hover span:nth-child(3) {
  animation-delay: 0.2s;
}

.bar-icon.is-black span {
  background: var(--rr-common-black);
}

.bar-icon.is-white span {
  background: var(--rr-common-white);
}

@keyframes qode-draw {

  0%,
  100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }

  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }

  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}

/* header area 8 style  */
.header-area-8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-area-8__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 30px;
  padding: 26px 0;
}

@media only screen and (max-width: 767px) {
  .header-area-8__inner {
    grid-template-columns: 1fr 1fr;
  }
}

.header-area-8__inner>*:nth-child(2) {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .header-area-8__inner>*:nth-child(2) {
    text-align: end;
  }
}

.header-area-8__inner>*:nth-child(3) {
  text-align: end;
}

@media only screen and (max-width: 767px) {
  .header-area-8__inner>*:nth-child(3) {
    display: none;
  }
}

.header-area-8 .sticky,
.header-area-8 .transformed {
  background-color: #FFFFFF;
}

.header-area-8 .kalpanik-header__logo img {
  width: 112px;
}

.header-area-8 .menu-toggle {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--white);
  transition: all 0.3s;
}

.header-area-8 .menu-toggle:hover {
  color: #536879;
}

.header-area-8 .kalpanik-underlined-link {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--white);
  padding-bottom: 2px;
}

.header-area-8 .kalpanik-underlined-link:hover:before {
  width: 100%;
}

.header-area-8 .kalpanik-underlined-link:before {
  width: 0;
}

/* header area 6 style  */
.header-area-6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-area-6__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  height: 90px;
}

@media only screen and (max-width: 1199px) {
  .header-area-6__inner {
    height: 80px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  }
}

.header-area-6 .sticky,
.header-area-6 .transformed {
  background-color: #FFFFFF;
}

.header-area-6 .kalpanik-header__logo img {
  width: 100px;
}

.header-area-6 .kalpanik-header__logo {
  margin-right: auto;
}

.header-area-6 .kalpanik-side-toggle {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 50%;
  transition: all 0.5s;
}

.dark .header-area-6 .kalpanik-side-toggle {
  border-color: rgba(255, 255, 255, 0.2);
}

.header-area-6 .kalpanik-side-toggle:hover {
  background-color: #FFD80C;
  border-color: transparent;
}

.header-area-6 .kalpanik-side-toggle:hover svg * {
  fill: var(--black);
}

.header-area-6 .kalpanik-side-toggle svg * {
  fill: var(--primary);
  transition: all 0.5s;
}

/* header area 17 style  */
.header-area-17 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-area-17__inner {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  min-height: 80px;
}

@media only screen and (max-width: 1199px) {
  .header-area-17__inner {
    grid-template-columns: 2fr 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .header-area-17__inner {
    grid-template-columns: 1fr auto;
  }
}

.header-area-17 .kalpanik-header__logo {
  margin-left: 20px;
}

.header-area-17 .kalpanik-header__logo img {
  width: 83px;
}

.header-area-17 .kalpanik-header__logo .info {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--primary);
  display: inline-block;
  padding: 5px 0;
  border-left: 1px solid var(--primary);
  padding-left: 20px;
  margin-left: 20px;
}

@media (max-width: 400px) {
  .header-area-17 .kalpanik-header__logo .info {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .header-area-17 .kalpanik-header__nav {
    display: none;
  }
}

.header-area-17 .kalpanik-main-menu>ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.header-area-17 .kalpanik-main-menu>ul>li:nth-child(2n) {
  border-left: 1px solid rgba(17, 17, 17, 0.15);
}

.header-area-17 .kalpanik-main-menu>ul>li>a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  padding: 42px 20px;
}

@media only screen and (max-width: 1919px) {
  .header-area-17 .kalpanik-main-menu>ul>li>a {
    padding: 32px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area-17 .header__btn {
    display: none;
  }
}

.header-area-17 .rr-btn-classic {
  padding: 42px 20px;
}

@media only screen and (max-width: 1919px) {
  .header-area-17 .rr-btn-classic {
    padding: 32px 20px;
  }
}

.header-area-17 .kalpanik-header__navicon {
  text-align: end;
}

.header-area-17 .kalpanik-side-toggle {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 20px;
  transition: all 0.5s;
  border: 1px solid rgba(17, 17, 17, 0.15);
  position: relative;
  margin-right: 20px;
}

.dark .header-area-17 .kalpanik-side-toggle {
  border-color: rgba(255, 255, 255, 0.15);
}

.header-area-17 .kalpanik-side-toggle:hover {
  background-color: #FB7515;
  border-color: transparent;
}

.header-area-17 .dot {
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background: var(--primary);
  transition: all 0.4s ease;
}

/* footer css */
/* footer area style  */
.kalpanik-footer-area.footer-area-5 .kalpanik-footer-widget-wrapper-box {
  border-bottom: none;
}

.kalpanik-footer-widget-wrapper .kalpanik-underlined-link {
  color: #fff !important;
}

.kalpanik-footer-area .kalpanik-component-desc {
  color: var(--white);
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
  max-width: unset;
}

.footer_details {
  margin: 20px 0;
}

.kalpanik-footer-area.footer-area-5 .kalpanik-footer-widget-wrapper-box::before {
  display: none;
}

.kalpanik-footer-area.footer-area-5 .kalpanik-footer-widget-box .kalpanik-component-title {
  color: #536879;
}

.kalpanik-footer-widget-box.left {
  max-width: 70%;
  padding: 30px;
  background: #000;
  border-radius: 0px;
}

.dark .kalpanik-footer-area.footer-area-5 .kalpanik-footer-widget-box .kalpanik-component-title {
  color: #536879;
}

.kalpanik-footer-area.footer-area-5 .subscribe-form {
  max-width: 515px;
}

.kalpanik-footer-area.footer-area-5 .subscribe-form .input-field {
  display: flex;
  gap: 10px;
  background-color: var(--white);
  padding: 28px 30px;
  border-radius: 50px;
}

.dark .kalpanik-footer-area.footer-area-5 .subscribe-form .input-field {
  background-color: var(--black);
}

@media only screen and (max-width: 1919px) {
  .kalpanik-footer-area.footer-area-5 .subscribe-form .input-field {
    padding: 18px 30px;
  }
}

.kalpanik-footer-area.footer-area-5 .subscribe-form .input-field input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 22px;
  line-height: 1;
  color: var(--primary);
}

.kalpanik-footer-area.footer-area-5 .subscribe-form .input-field input::placeholder {
  color: rgba(17, 17, 17, 0.3);
}

.dark .kalpanik-footer-area.footer-area-5 .subscribe-form .input-field input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.kalpanik-footer-area.footer-area-5 .subscribe-form .input-field i {
  rotate: -45deg;
  font-size: 20px;
  color: var(--primary);
}

.kalpanik-footer-area.footer-area-5 .subscription-text {
  margin-top: 23px;
}

.kalpanik-footer-area.footer-area-5 .subscription-text .kalpanik-component-text {
  font-size: 22px;
  line-height: 28px;
  color: var(--primary);
  max-width: 345px;
}

.kalpanik-footer-area.footer-area-5 .subscription-text .kalpanik-component-text a {
  position: relative;
}

.kalpanik-footer-area.footer-area-5 .subscription-text .kalpanik-component-text a::before {
  transition: all 0.5s;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: currentColor;
}

.kalpanik-footer-area.footer-area-5 .subscription-text .kalpanik-component-text a:hover:hover::before {
  width: 0;
}

.kalpanik-footer-area.footer-area-5 .kalpanik-copyright-text .kalpanik-component-text a {
  color: #536879;
}

.dark .kalpanik-footer-area.footer-area-5 .kalpanik-copyright-text .kalpanik-component-text a {
  color: #536879;
}

.kalpanik-footer-area .copyright-area-5 {
  border-top: 1px solid var(--border);
}

.kalpanik-footer-area .kalpanik-footer-widget-wrapper-box {
  border-bottom: 1px solid var(--border);
  padding: 100px 0px;
  position: relative;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-footer-area .kalpanik-footer-widget-wrapper-box {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-footer-area .kalpanik-footer-widget-wrapper-box {
    padding: 50px 0;
  }
}

.kalpanik-footer-area .kalpanik-footer-widget-wrapper-box::before {
  content: "";
  position: absolute;
  right: 795px;
  background-color: var(--border);
  width: 1px;
  height: 100%;
  top: 0;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-footer-area .kalpanik-footer-widget-wrapper-box::before {
    right: 670px;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-footer-area .kalpanik-footer-widget-wrapper-box::before {
    right: 580px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-footer-area .kalpanik-footer-widget-wrapper-box::before {
    right: 480px;
  }
}

@media only screen and (max-width: 991px) {
  .kalpanik-footer-area .kalpanik-footer-widget-wrapper-box::before {
    display: none;
  }
}

.kalpanik-footer-area .kalpanik-footer-widget-wrapper-box .kalpanik-component-content .kalpanik-component-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  font-family: var(--font_neue_montreal_medium);

  letter-spacing: -3.5px;
  color: var(--white);
  display: inline-block;
}

.dark .kalpanik-footer-area .kalpanik-footer-widget-wrapper-box .kalpanik-component-content .kalpanik-component-title {
  color: var(--primary);
}

@media only screen and (max-width: 1919px) {
  .kalpanik-footer-area .kalpanik-footer-widget-wrapper-box .kalpanik-component-content .kalpanik-component-title {
    font-size: 80px;
    line-height: 85px;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-footer-area .kalpanik-footer-widget-wrapper-box .kalpanik-component-content .kalpanik-component-title {
    font-size: 70px;
    line-height: 74px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-footer-area .kalpanik-footer-widget-wrapper-box .kalpanik-component-content .kalpanik-component-title {
    font-size: 60px;
    line-height: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .kalpanik-footer-area .kalpanik-footer-widget-wrapper-box .kalpanik-component-content .kalpanik-component-title {
    font-size: 43px;
    line-height: 50px;
    letter-spacing: 0;
  }
}

@media (max-width: 575px) {
  .kalpanik-footer-area .kalpanik-footer-widget-wrapper-box .kalpanik-component-content .kalpanik-component-title {
    font-size: 35px;
    line-height: 45px;
  }
}

.kalpanik-footer-area .kalpanik-footer-widget-wrapper {
  display: grid;
  gap: 30px 170px;
  grid-template-columns: 1fr auto auto auto;
  justify-content: space-between;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-footer-area .kalpanik-footer-widget-wrapper {
    gap: 30px 140px;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-footer-area .kalpanik-footer-widget-wrapper {
    gap: 30px 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-footer-area .kalpanik-footer-widget-wrapper {
    gap: 30px 53px;
  }
}

@media only screen and (max-width: 991px) {
  .kalpanik-footer-area .kalpanik-footer-widget-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 575px) {
  .kalpanik-footer-area .kalpanik-footer-widget-wrapper {
    grid-template-columns: 1fr;
  }
}

.kalpanik-footer-area .kalpanik-footer-widget-box .kalpanik-component-title {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 30px;
  color: #536879;
  font-family: var(--font_dmsans);
}

.dark .kalpanik-footer-area .kalpanik-footer-widget-box .kalpanik-component-title {
  color: #555555;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-footer-area .kalpanik-footer-widget-box .kalpanik-component-title {
    margin-bottom: 20px;
  }
}

.kalpanik-footer-area .kalpanik-footer-nav-list:hover li a {
  opacity: 0.3;
}

.kalpanik-footer-area .kalpanik-footer-nav-list li {
  font-size: 22px;
  line-height: 30px;
  color: var(--primary);
  transition-property: opacity;
  transition-duration: 500ms;
  list-style: none;
}

.kalpanik-footer-area .kalpanik-footer-nav-list li a {
  display: block;
}

.kalpanik-footer-area .kalpanik-footer-nav-list li a:hover {
  opacity: 1;
}

.kalpanik-footer-area .kalpanik-footer-nav-list li a:hover a strong {
  opacity: 1;
  top: -23px;
}

.kalpanik-footer-area .kalpanik-footer-nav-list li a a strong {
  opacity: 0;
  transition-property: opacity, top;
  transition-duration: 250ms;
}

.kalpanik-footer-area .kalpanik-copyright-area-inner {
  padding: 48px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-footer-area .kalpanik-copyright-area-inner {
    padding: 38px 0;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-footer-area .kalpanik-copyright-area-inner {
    padding: 28px 0;
  }
}

.kalpanik-footer-area .kalpanik-copyright-text .kalpanik-component-text {
  font-size: 22px;
  line-height: 1;
  color: var(--primary);
  text-align: center;
}

@media only screen and (max-width: 1399px) {
  .kalpanik-footer-area .kalpanik-copyright-text .kalpanik-component-text {
    font-size: 20px;
  }
}

.kalpanik-footer-area .kalpanik-copyright-text .kalpanik-component-text a {
  color: #536879;
  transition: all 0.3s;
  position: relative;
}

.dark .kalpanik-footer-area .kalpanik-copyright-text .kalpanik-component-text a {
  color: #555555;
}

.kalpanik-footer-area .kalpanik-copyright-text .kalpanik-component-text a::before {
  width: 0%;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}

.kalpanik-footer-area .kalpanik-copyright-text .kalpanik-component-text a:hover {
  color: var(--black);
}

.dark .kalpanik-footer-area .kalpanik-copyright-text .kalpanik-component-text a:hover {
  color: var(--white);
}

.kalpanik-footer-area .kalpanik-copyright-text .kalpanik-component-text a:hover::before {
  width: 100%;
}

/* footer area 2 style  */
.footer-area-2 {
  margin-top: -3px;
}

.footer-area-2 .kalpanik-footer-widget-wrapper-box {
  position: relative;
}

.footer-area-2 .kalpanik-footer-widget-wrapper-box::before {
  left: 740px;
}

@media only screen and (max-width: 1399px) {
  .footer-area-2 .kalpanik-footer-widget-wrapper-box::before {
    left: 550px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-area-2 .kalpanik-footer-widget-wrapper-box::before {
    left: 400px;
  }
}

.footer-area-2 .kalpanik-footer-widget-wrapper {
  gap: 30px 90px;
}

@media only screen and (max-width: 767px) {
  .footer-area-2 .kalpanik-footer-widget-wrapper {
    grid-template-columns: 300px 1fr;
    gap: 30px 40px;
  }

  .kalpanik-copyright-area-inner {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .footer-area-2 .kalpanik-footer-widget-wrapper {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-area-2 .kalpanik-footer-widget-box.kalpanik-component-content .kalpanik-component-title {
    font-size: 55px;
    line-height: 65px;
  }

  .footer-area-2 .kalpanik-footer-widget-box.kalpanik-component-content .kalpanik-component-title br {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-area-2 .kalpanik-footer-widget-box.kalpanik-component-content .kalpanik-component-title {
    font-size: 40px;
    line-height: 45px;
  }
}

.footer-area-2 .kalpanik-footer-widget-box.kalpanik-component-content .kalpanik-component-title span {
  font-family: var(--font_ppeditor);
}

/* footer area 3 style  */
.footer-3-area-inner {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 780px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: -3px;
}

@media only screen and (max-width: 1919px) {
  .footer-3-area-inner {
    grid-template-columns: 1fr 680px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-3-area-inner {
    grid-template-columns: 1fr 580px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-3-area-inner {
    grid-template-columns: 1fr;
  }
}

.footer-3-logo img {
  max-width: 223px;
}

@media only screen and (max-width: 1199px) {
  .footer-3-logo img {
    max-width: 173px;
  }
}

.footer-3-link-box {
  background-color: var(--white);
  border-radius: 20px;
  padding: 50px 50px;
}

.dark .footer-3-link-box {
  background-color: var(--black);
}

@media only screen and (max-width: 1919px) {
  .footer-3-link-box {
    padding: 40px 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-3-link-box {
    padding: 20px 20px;
  }
}

.footer-3-social {
  margin-top: 30px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.footer-3-social a {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: var(--primary);
  border: 1px solid rgba(17, 17, 17, 0.15);
  padding: 21px 19px;
  border-radius: 20px;
  display: inline-block;
}

.dark .footer-3-social a {
  border-color: rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 1199px) {
  .footer-3-social a {
    padding: 16px 19px;
  }
}

.footer-3-social a:hover {
  background-color: #FFD80C;
  border-color: transparent;
}

.footer-3-subscription-text {
  background-color: var(--white);
  border-radius: 20px;
  padding: 45px 30px 47px;
}

.dark .footer-3-subscription-text {
  background-color: var(--black);
}

@media only screen and (max-width: 1919px) {
  .footer-3-subscription-text {
    padding: 35px 30px 37px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-3-subscription-text {
    padding: 15px 20px 17px;
  }
}

.footer-3-subscription-text .kalpanik-component-text {
  font-family: var(--fotn_bdogrotesk);
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--primary);
}

.footer-3-newsletter-box {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.footer-3-subscription-text {
  flex-grow: 1;
}

.footer-3-subscribe-form .input-field {
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-3-subscribe-form input {
  width: 100%;
  background-color: var(--white);
  border: 0;
  outline: 0;
  font-size: 20px;
  line-height: 1;
  color: var(--primary);
  height: 100px;
  padding: 20px 30px;
  border-radius: 20px;
}

.dark .footer-3-subscribe-form input {
  background-color: var(--black);
}

@media only screen and (max-width: 1199px) {
  .footer-3-subscribe-form input {
    height: 80px;
    padding: 20px 20px;
  }
}

.footer-3-subscribe-form input::placeholder {
  color: var(--secondary);
}

.dark .footer-3-subscribe-form input::placeholder {
  color: #555555;
}

.footer-3-subscribe-form input:-webkit-autofill,
.footer-3-subscribe-form input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}

.footer-3-subscribe-form .subscribe-btn {
  width: 100px;
  height: 100px;
  min-width: 100px;
  background-color: #FFD80C;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

@media only screen and (max-width: 1199px) {
  .footer-3-subscribe-form .subscribe-btn {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
}

.footer-3-subscribe-form .subscribe-btn:hover .kalpanik-item-icon .kalpanik-first {
  transform: translate(100%, -100%);
}

.footer-3-subscribe-form .subscribe-btn:hover .kalpanik-item-icon .second {
  transform: translate(0%, 0%);
}

.footer-3-subscribe-form .subscribe-btn .kalpanik-item-icon {
  display: inline-block;
  line-height: 0;
  position: relative;
  overflow: hidden;
}

.footer-3-subscribe-form .subscribe-btn .kalpanik-item-icon .kalpanik-first {
  transition: all 0.3s;
}

.footer-3-subscribe-form .subscribe-btn .kalpanik-item-icon .second {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-100%, 100%);
  transition: all 0.3s;
  box-sizing: content-box;
  padding: var(--white-space);
}

/* footer area 4 style  */
.copyright-area-4-inner {
  border-top: 1px solid var(--border);
  padding: 48px 0;
}

@media only screen and (max-width: 1919px) {
  .copyright-area-4-inner {
    padding: 38px 0;
  }
}

@media only screen and (max-width: 1399px) {
  .copyright-area-4-inner {
    padding: 28px 0;
  }
}

.copyright-4-text .kalpanik-component-text {
  font-size: 22px;
  line-height: 1;
  color: var(--primary);
  text-align: center;
}

@media only screen and (max-width: 1399px) {
  .copyright-4-text .kalpanik-component-text {
    font-size: 20px;
  }
}

.copyright-4-text .kalpanik-component-text a {
  color: #536879;
  transition: all 0.3s;
  position: relative;
}

.copyright-4-text .kalpanik-component-text a::before {
  width: 0%;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}

.copyright-4-text .kalpanik-component-text a:hover {
  color: var(--black);
}

.dark .copyright-4-text .kalpanik-component-text a:hover {
  color: var(--white);
}

.copyright-4-text .kalpanik-component-text a:hover::before {
  width: 100%;
}

/* footer area 6 style  */
.footer-area-6 .footer-area-6-inner {
  border-top: 1px solid var(--border);
}

.footer-area-6 .footer-area-6-list {
  gap: 20px;
  display: flex;
  padding: 68px 0;
  flex-wrap: wrap;
  max-width: 987px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .footer-area-6 .footer-area-6-list {
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area-6 .footer-area-6-list {
    padding: 50px 0;
  }
}

.footer-area-6 .footer-area-6-list li {
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  color: var(--primary);
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
  list-style: none;
}

.footer-area-6 .footer-area-6-list li a {
  display: inline-block;
  position: relative;
}

.footer-area-6 .footer-area-6-list li a::before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  transition: all 0.3s;
  background: currentColor;
}

.footer-area-6 .footer-area-6-list li a:hover::before {
  width: 0;
}

/* footer area 7 style  */
.footer-area-7 .footer-inner-7 {
  border-top: 1px solid #D5D0CE;
}

.dark .footer-area-7 .footer-inner-7 {
  border-color: #292929;
}

.footer-area-7 .kalpanik-footer-widget-wrapper {
  display: grid;
  grid-template-columns: 833px 445px 540px;
}

@media only screen and (max-width: 1399px) {
  .footer-area-7 .kalpanik-footer-widget-wrapper {
    grid-template-columns: auto auto auto;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area-7 .kalpanik-footer-widget-wrapper {
    grid-template-columns: auto;
  }
}

.footer-area-7 .kalpanik-copyright-text {
  padding-top: 100px;
}

@media only screen and (max-width: 1199px) {
  .footer-area-7 .kalpanik-copyright-text {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area-7 .kalpanik-copyright-text {
    padding-top: 50px;
  }
}

.footer-area-7 .kalpanik-copyright-text .kalpanik-component-text {
  font-size: 20px;
  margin-top: 43px;
  font-weight: 400;
  color: var(--black);
}

.dark .footer-area-7 .kalpanik-copyright-text .kalpanik-component-text {
  color: #F8F2EF;
}

@media only screen and (max-width: 1199px) {
  .footer-area-7 .kalpanik-copyright-text .kalpanik-component-text {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area-7 .kalpanik-copyright-text .kalpanik-component-text {
    margin-top: 15px;
  }
}

.footer-area-7 .kalpanik-footer-widget-box {
  padding-left: 100px;
  position: relative;
  padding-top: 94px;
  padding-bottom: 94px;
}

@media only screen and (max-width: 1199px) {
  .footer-area-7 .kalpanik-footer-widget-box {
    padding-left: 50px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area-7 .kalpanik-footer-widget-box {
    padding-left: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area-7 .kalpanik-footer-widget-box {
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

.footer-area-7 .kalpanik-footer-widget-box::before {
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 1000px;
  position: absolute;
  background-color: #D5D0CE;
}

.dark .footer-area-7 .kalpanik-footer-widget-box::before {
  background-color: #292929;
}

@media only screen and (max-width: 767px) {
  .footer-area-7 .kalpanik-footer-widget-box::before {
    display: none;
  }
}

.footer-area-7 .kalpanik-footer-widget-box .kalpanik-component-title {
  font-size: 24px;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 36px;
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}

@media only screen and (max-width: 1199px) {
  .footer-area-7 .kalpanik-footer-widget-box .kalpanik-component-title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area-7 .kalpanik-footer-widget-box .kalpanik-component-title {
    margin-bottom: 5px;
  }
}

@media (max-width: 575px) {
  .footer-area-7 .kalpanik-footer-widget-box .kalpanik-component-title {
    font-size: 22px;
  }
}

.footer-area-7 .kalpanik-footer-widget-box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary);
}

.footer-area-7 .kalpanik-footer-widget-box .group {
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--primary);
}

.dark .footer-area-7 .kalpanik-footer-widget-box .group {
  border-color: #F8F2EF;
}

.footer-area-7 .kalpanik-footer-widget-box .group input {
  width: 100%;
  border: none;
  color: var(--primary);
  font-size: 20px;
  font-weight: 400;
  padding-right: 10px;
  background: transparent;
}

.footer-area-7 .kalpanik-footer-widget-box .group input:focus {
  border: none;
  outline: 0;
  box-shadow: none;
}

.footer-area-7 .kalpanik-footer-widget-box .group input::placeholder {
  color: #536879;
}

.dark .footer-area-7 .kalpanik-footer-widget-box .group input::placeholder {
  color: #555555;
}

.footer-area-7 .kalpanik-footer-widget-box .group button i {
  color: var(--primary);
}

.dark .footer-area-7 .kalpanik-footer-widget-box .group button i {
  color: #F8F2EF;
}

/* footer area 8 style  */
.footer-8-inner {
  padding-top: 46px;
  padding-bottom: 195px;
}

@media only screen and (max-width: 1919px) {
  .footer-8-inner {
    padding-bottom: 145px;
  }
}

@media only screen and (max-width: 1399px) {
  .footer-8-inner {
    padding-bottom: 95px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-8-inner {
    padding-bottom: 55px;
  }
}

.footer-8-widget-wrapper {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: 695px 1fr auto;
}

@media only screen and (max-width: 1919px) {
  .footer-8-widget-wrapper {
    grid-template-columns: 595px 1fr auto;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-8-widget-wrapper {
    grid-template-columns: 495px 1fr auto;
  }
}

@media only screen and (max-width: 991px) {
  .footer-8-widget-wrapper {
    grid-template-columns: 340px 1fr auto;
  }
}

@media only screen and (max-width: 767px) {
  .footer-8-widget-wrapper {
    grid-template-columns: auto;
  }
}

.footer-8-widget-box.newsletter {
  margin-top: 1px;
}

.footer-8-widget-box.newsletter .subscribe-form {
  max-width: 400px;
}

@media only screen and (max-width: 991px) {
  .footer-8-widget-box.newsletter .subscribe-form {
    max-width: 300px;
  }
}

.footer-8-widget-box.newsletter .subscribe-form .input-field {
  gap: 10px;
  display: flex;
  padding: 0px 0px 15px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.dark .footer-8-widget-box.newsletter .subscribe-form .input-field {
  border-color: rgba(17, 17, 17, 0.2);
}

.footer-8-widget-box.newsletter .subscribe-form .input-field input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 15px;
  line-height: 20px;
}

.kalpanik-primary-surface .footer-8-widget-box.newsletter .subscribe-form .input-field input {
  color: var(--white);
}

.dark .kalpanik-primary-surface .footer-8-widget-box.newsletter .subscribe-form .input-field input {
  color: var(--black);
}

.footer-8-widget-box.newsletter .subscribe-form .input-field input::placeholder {
  text-transform: uppercase;
}

.kalpanik-primary-surface .footer-8-widget-box.newsletter .subscribe-form .input-field input::placeholder {
  color: #555555;
}

.dark .kalpanik-primary-surface .footer-8-widget-box.newsletter .subscribe-form .input-field input::placeholder {
  color: #536879;
}

.footer-8-widget-box.newsletter .subscribe-form .input-field i {
  font-size: 20px;
}

.kalpanik-primary-surface .footer-8-widget-box.newsletter .subscribe-form .input-field i {
  color: var(--white);
}

.dark .kalpanik-primary-surface .footer-8-widget-box.newsletter .subscribe-form .input-field i {
  color: var(--black);
}

.footer-8-widget-box-content {
  margin-top: 62px;
}

@media only screen and (max-width: 1919px) {
  .footer-8-widget-box-content {
    margin-top: 52px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-8-widget-box-content {
    margin-top: 42px;
  }
}

.footer-8-widget-box-content a {
  font-family: var(--font_dmsans);
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
  transition-property: opacity;
  transition-duration: 500ms;
  display: inline-block;
}

.kalpanik-primary-surface .footer-8-widget-box-content a {
  color: var(--white);
}

.dark .kalpanik-primary-surface .footer-8-widget-box-content a {
  color: var(--black);
}

.kalpanik-primary-surface .footer-8-widget-box-content a:hover {
  color: #536879;
}

.dark .kalpanik-primary-surface .footer-8-widget-box-content a:hover {
  color: #555555;
}

.footer-8-widget-box .kalpanik-component-title {
  font-family: var(--font_dmsans);
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.kalpanik-primary-surface .footer-8-widget-box .kalpanik-component-title {
  color: #555555;
}

.dark .kalpanik-primary-surface .footer-8-widget-box .kalpanik-component-title {
  color: #536879;
}

.footer-8-widget-box .kalpanik-footer-nav-list {
  display: inline-block;
}

.footer-8-widget-box .kalpanik-footer-nav-list:hover li a {
  opacity: 0.3;
}

.footer-8-widget-box .kalpanik-footer-nav-list li {
  font-family: var(--font_dmsans);
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
  transition-property: opacity;
  transition-duration: 500ms;
  list-style: none;
}

.kalpanik-primary-surface .footer-8-widget-box .kalpanik-footer-nav-list li {
  color: var(--white);
}

.dark .kalpanik-primary-surface .footer-8-widget-box .kalpanik-footer-nav-list li {
  color: var(--black);
}

.footer-8-widget-box .kalpanik-footer-nav-list li:not(:last-child) {
  margin-bottom: 0px;
}

.footer-8-widget-box .kalpanik-footer-nav-list li a {
  display: block;
}

.footer-8-widget-box .kalpanik-footer-nav-list li a:hover {
  opacity: 1;
}

.kalpanik-primary-surface .footer-8-widget-box .kalpanik-footer-nav-list li a:hover {
  color: var(--white);
}

.dark .kalpanik-primary-surface .footer-8-widget-box .kalpanik-footer-nav-list li a:hover {
  color: var(--black);
}

.footer-8-widget-box .kalpanik-footer-nav-list li a:hover a strong {
  opacity: 1;
  top: -23px;
}

.footer-8-widget-box .kalpanik-footer-nav-list li a a strong {
  opacity: 0;
  transition-property: opacity, top;
  transition-duration: 250ms;
}

.copyright-8-content {
  gap: 10px 30px;
  display: grid;
  padding: 34.5px 0;
  align-items: center;
  grid-template-columns: 695px 1fr auto;
}

@media only screen and (max-width: 1919px) {
  .copyright-8-content {
    grid-template-columns: 595px 1fr auto;
  }
}

@media only screen and (max-width: 1199px) {
  .copyright-8-content {
    grid-template-columns: 495px 1fr auto;
  }
}

@media only screen and (max-width: 991px) {
  .copyright-8-content {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
  }
}

@media (max-width: 575px) {
  .copyright-8-content {
    grid-template-columns: auto;
    padding: 20.5px 0;
  }
}

.copyright-8-content .copyright-logo img {
  max-width: 120px;
}

.copyright-8-content .kalpanik-copyright-text p {
  font-family: var(--font_dmsans);
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
}

.kalpanik-primary-surface .copyright-8-content .kalpanik-copyright-text p {
  color: var(--white);
}

.dark .kalpanik-primary-surface .copyright-8-content .kalpanik-copyright-text p {
  color: var(--black);
}

.kalpanik-primary-surface .copyright-8-content .kalpanik-copyright-text p a:hover {
  color: #536879;
}

.dark .kalpanik-primary-surface .copyright-8-content .kalpanik-copyright-text p a:hover {
  color: #555555;
}

.copyright-8-content .copyright-privacy p {
  font-family: var(--font_dmsans);
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
}

.kalpanik-primary-surface .copyright-8-content .copyright-privacy p {
  color: var(--white);
}

.dark .kalpanik-primary-surface .copyright-8-content .copyright-privacy p {
  color: var(--black);
}

.kalpanik-primary-surface .copyright-8-content .copyright-privacy p a:hover {
  color: #536879;
}

.dark .kalpanik-primary-surface .copyright-8-content .copyright-privacy p a:hover {
  color: #555555;
}

/* footer area 9 style  */
.footer-area-9 .footer-inner-9 {
  padding-top: 50px;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
  padding-bottom: 200px;
}

.dark .footer-area-9 .footer-inner-9 {
  border-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 1399px) {
  .footer-area-9 .footer-inner-9 {
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area-9 .footer-inner-9 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area-9 .footer-inner-9 {
    padding-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .footer-area-9 .footer-inner-9 {
    padding-bottom: 40px;
  }
}

.footer-area-9 .kalpanik-footer-widget-wrapper {
  gap: 20px;
  display: grid;
  grid-template-columns: 725px auto 78px;
}

@media only screen and (max-width: 1399px) {
  .footer-area-9 .kalpanik-footer-widget-wrapper {
    grid-template-columns: 625px auto 78px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-area-9 .kalpanik-footer-widget-wrapper {
    grid-template-columns: 525px auto 78px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area-9 .kalpanik-footer-widget-wrapper {
    grid-template-columns: 370px auto 78px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area-9 .kalpanik-footer-widget-wrapper {
    grid-template-columns: auto;
  }
}

.footer-area-9 .kalpanik-footer-widget-box.newsletter .subscribe-form {
  max-width: 400px;
}

@media only screen and (max-width: 991px) {
  .footer-area-9 .kalpanik-footer-widget-box.newsletter .subscribe-form {
    max-width: 300px;
  }
}

.footer-area-9 .kalpanik-footer-widget-box.newsletter .subscribe-form .input-field {
  gap: 10px;
  display: flex;
  padding: 0px 0px 14px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}

.dark .footer-area-9 .kalpanik-footer-widget-box.newsletter .subscribe-form .input-field {
  border-color: rgba(255, 255, 255, 0.2);
}

.footer-area-9 .kalpanik-footer-widget-box.newsletter .subscribe-form .input-field input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 17px;
  line-height: 1;
  color: var(--primary);
}

.footer-area-9 .kalpanik-footer-widget-box.newsletter .subscribe-form .input-field input::placeholder {
  color: #536879;
}

.dark .footer-area-9 .kalpanik-footer-widget-box.newsletter .subscribe-form .input-field input::placeholder {
  color: #555555;
}

.footer-area-9 .kalpanik-footer-widget-box.newsletter .subscribe-form .input-field i {
  font-size: 20px;
  color: var(--primary);
}

.footer-area-9 .footer-widget-box-content {
  margin-top: 62px;
}

.footer-area-9 .footer-widget-box-content a {
  font-size: 18px;
  display: inline-block;
  color: var(--primary);
}

.footer-area-9 .footer-widget-box-content a:hover {
  color: var(--secondary);
}

.footer-area-9 .kalpanik-footer-widget-box .kalpanik-component-title {
  color: #536879;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
  font-family: var(--font_dmsans);
}

.dark .footer-area-9 .kalpanik-footer-widget-box .kalpanik-component-title {
  color: #555555;
}

.footer-area-9 .kalpanik-footer-nav-list {
  display: inline-block;
}

.footer-area-9 .kalpanik-footer-nav-list:hover li a {
  opacity: 0.3;
}

.footer-area-9 .kalpanik-footer-nav-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: var(--primary);
  transition-property: opacity;
  transition-duration: 500ms;
  font-family: var(--font_dmsans);
  list-style: none;
}

.footer-area-9 .kalpanik-footer-nav-list li:not(:last-child) {
  margin-bottom: 4px;
}

.footer-area-9 .kalpanik-footer-nav-list li a {
  display: block;
}

.footer-area-9 .kalpanik-footer-nav-list li a:hover {
  opacity: 1;
}

.footer-area-9 .kalpanik-footer-nav-list li a:hover a strong {
  opacity: 1;
  top: -23px;
}

.footer-area-9 .kalpanik-footer-nav-list li a a strong {
  opacity: 0;
  transition-property: opacity, top;
  transition-duration: 250ms;
}

.copyright-area-9 .copyright-logo img {
  max-width: 120px;
}

.copyright-area-9 .kalpanik-copyright-area-inner {
  gap: 20px;
  display: grid;
  padding: 34.5px 0;
  align-items: center;
  grid-template-columns: 725px auto 110px;
}

@media only screen and (max-width: 1399px) {
  .copyright-area-9 .kalpanik-copyright-area-inner {
    grid-template-columns: 625px auto 110px;
  }
}

@media only screen and (max-width: 1199px) {
  .copyright-area-9 .kalpanik-copyright-area-inner {
    grid-template-columns: 525px auto 110px;
  }
}

@media only screen and (max-width: 991px) {
  .copyright-area-9 .kalpanik-copyright-area-inner {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
  }
}

@media (max-width: 575px) {
  .copyright-area-9 .kalpanik-copyright-area-inner {
    gap: 10px;
    grid-template-columns: auto;
    padding: 20.5px 0;
  }
}

.copyright-area-9 .kalpanik-copyright-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: var(--primary);
}

.copyright-area-9 .kalpanik-copyright-text p a:hover {
  color: var(--secondary);
}

.copyright-area-9 .copyright-privacy p {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: var(--primary);
}

/* footer area 12 style  */
.footer-12-inner {
  padding-top: 46px;
  padding-bottom: 195px;
  border-top: 1px solid var(--border);
}

@media only screen and (max-width: 1919px) {
  .footer-12-inner {
    padding-bottom: 145px;
  }
}

@media only screen and (max-width: 1399px) {
  .footer-12-inner {
    padding-bottom: 95px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-12-inner {
    padding-bottom: 55px;
  }
}

.footer-12-widget-wrapper {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: 695px 1fr auto;
}

@media only screen and (max-width: 1919px) {
  .footer-12-widget-wrapper {
    grid-template-columns: 595px 1fr auto;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-12-widget-wrapper {
    grid-template-columns: 495px 1fr auto;
  }
}

@media only screen and (max-width: 991px) {
  .footer-12-widget-wrapper {
    grid-template-columns: 340px 1fr auto;
  }
}

@media only screen and (max-width: 767px) {
  .footer-12-widget-wrapper {
    grid-template-columns: auto;
  }
}

.footer-12-widget-box.newsletter {
  margin-top: 1px;
}

.footer-12-widget-box.newsletter .subscribe-form {
  max-width: 400px;
}

@media only screen and (max-width: 991px) {
  .footer-12-widget-box.newsletter .subscribe-form {
    max-width: 300px;
  }
}

.footer-12-widget-box.newsletter .subscribe-form .input-field {
  gap: 10px;
  display: flex;
  padding: 0px 0px 15px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}

.dark .footer-12-widget-box.newsletter .subscribe-form .input-field {
  border-color: rgba(255, 255, 255, 0.2);
}

.footer-12-widget-box.newsletter .subscribe-form .input-field input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 15px;
  line-height: 20px;
  color: var(--primary);
}

.footer-12-widget-box.newsletter .subscribe-form .input-field input::placeholder {
  color: #536879;
  text-transform: uppercase;
}

.dark .footer-12-widget-box.newsletter .subscribe-form .input-field input::placeholder {
  color: #555555;
}

.footer-12-widget-box.newsletter .subscribe-form .input-field input:-webkit-autofill,
.footer-12-widget-box.newsletter .subscribe-form .input-field input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}

.footer-12-widget-box.newsletter .subscribe-form .input-field i {
  font-size: 20px;
  color: var(--primary);
}

.footer-12-widget-box-content {
  margin-top: 62px;
}

@media only screen and (max-width: 1919px) {
  .footer-12-widget-box-content {
    margin-top: 52px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-12-widget-box-content {
    margin-top: 42px;
  }
}

.footer-12-widget-box-content a {
  font-family: var(--font_dmsans);
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  color: var(--primary);
  text-transform: uppercase;
  transition-property: opacity;
  transition-duration: 500ms;
  display: inline-block;
}

.footer-12-widget-box-content a:hover {
  color: var(--secondary);
}

.footer-12-widget-box .kalpanik-component-title {
  font-family: var(--font_dmsans);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #536879;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.dark .footer-12-widget-box .kalpanik-component-title {
  color: #555555;
}

.footer-12-widget-box .kalpanik-footer-nav-list {
  display: inline-block;
}

.footer-12-widget-box .kalpanik-footer-nav-list:hover li a {
  opacity: 0.3;
}

.footer-12-widget-box .kalpanik-footer-nav-list li {
  font-family: var(--font_dmsans);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--primary);
  text-transform: uppercase;
  transition-property: opacity;
  transition-duration: 500ms;
  list-style: none;
}

.footer-12-widget-box .kalpanik-footer-nav-list li:not(:last-child) {
  margin-bottom: 0px;
}

.footer-12-widget-box .kalpanik-footer-nav-list li a {
  display: block;
}

.footer-12-widget-box .kalpanik-footer-nav-list li a:hover {
  opacity: 1;
  color: var(--primary);
}

.footer-12-widget-box .kalpanik-footer-nav-list li a:hover a strong {
  opacity: 1;
  top: -23px;
}

.footer-12-widget-box .kalpanik-footer-nav-list li a a strong {
  opacity: 0;
  transition-property: opacity, top;
  transition-duration: 250ms;
}

.copyright-12-content {
  gap: 10px 30px;
  display: grid;
  padding: 34.5px 0;
  align-items: center;
  grid-template-columns: 695px 1fr auto;
}

@media only screen and (max-width: 1919px) {
  .copyright-12-content {
    grid-template-columns: 595px 1fr auto;
  }
}

@media only screen and (max-width: 1199px) {
  .copyright-12-content {
    grid-template-columns: 495px 1fr auto;
  }
}

@media only screen and (max-width: 991px) {
  .copyright-12-content {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
  }
}

@media (max-width: 575px) {
  .copyright-12-content {
    grid-template-columns: auto;
    padding: 20.5px 0;
  }
}

.copyright-12-content .copyright-logo img {
  max-width: 75px;
}

.copyright-12-content .kalpanik-copyright-text p {
  font-family: var(--font_dmsans);
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  color: var(--primary);
  text-transform: uppercase;
}

.copyright-12-content .kalpanik-copyright-text p a:hover {
  color: var(--secondary);
}

.copyright-12-content .copyright-privacy p {
  font-family: var(--font_dmsans);
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  color: var(--primary);
  text-transform: uppercase;
}

.copyright-12-content .copyright-privacy p a:hover {
  color: var(--secondary);
}

/* hero area style  */
.kalpanik-hero-area {
  background-color: var(--black);
  position: relative;
  z-index: 1;
}

.kalpanik-hero-area .kalpanik-area-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.kalpanik-hero-area .kalpanik-area-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 34, 41, 0.15);
  top: 0;
  left: 0;
  z-index: 0;
  mix-blend-mode: multiply;
}

.kalpanik-hero-area .kalpanik-area-bg .kalpanik-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kalpanik-hero-area .kalpanik-hero-area-inner {
  position: relative;
  padding-top: 156px;
  padding-bottom: 89px;
  height: 100vh;
  display: grid;
  align-items: flex-end;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-hero-area .kalpanik-hero-area-inner {
    padding-bottom: 69px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-hero-area .kalpanik-hero-area-inner {
    padding-bottom: 49px;
  }
}

@media (max-width: 575px) {
  .kalpanik-hero-area .kalpanik-hero-area-inner {
    height: auto;
  }
}

.kalpanik-hero-area .kalpanik-section-content .kalpanik-section-title {
  font-weight: 400;
  font-size: 140px;
  line-height: 0.96;
  letter-spacing: -0.02em;
  max-width: 820px;
  color: var(--white);
}

@media only screen and (max-width: 1919px) {
  .kalpanik-hero-area .kalpanik-section-content .kalpanik-section-title {
    font-size: 110px;
    max-width: 640px;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-hero-area .kalpanik-section-content .kalpanik-section-title {
    font-size: 90px;
    max-width: 540px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-hero-area .kalpanik-section-content .kalpanik-section-title {
    font-size: 70px;
    max-width: 440px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-hero-area .kalpanik-section-content .kalpanik-section-title {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .kalpanik-hero-area .kalpanik-section-content .kalpanik-section-title {
    font-size: 40px;
  }
}

.kalpanik-hero-area .kalpanik-section-content .kalpanik-component-text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.05em;
  color: var(--white);
  max-width: 355px;
}

@media (max-width: 575px) {
  .kalpanik-hero-area .kalpanik-section-content .kalpanik-component-text {
    font-size: 18px;
  }
}

.kalpanik-hero-area .kalpanik-section-content .kalpanik-text-wrapper {
  margin-bottom: 5px;
}

.kalpanik-hero-area .kalpanik-section-content .kalpanik-section-title-wrapper {
  display: grid;
  gap: 30px 0px;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
}

@media only screen and (max-width: 991px) {
  .kalpanik-hero-area .kalpanik-section-content .kalpanik-section-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.kalpanik-hero-area .kalpanik-meta-list {
  padding-top: 20px;
  max-width: 720px;
  width: 720px;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-hero-area .kalpanik-meta-list {
    max-width: 500px;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-hero-area .kalpanik-meta-list {
    max-width: 390px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-hero-area .kalpanik-meta-list {
    position: static;
    width: 100%;
  }
}

.kalpanik-hero-area .kalpanik-meta-list ul {
  display: grid;
  gap: 30px 50px;
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 1399px) {
  .kalpanik-hero-area .kalpanik-meta-list ul {
    gap: 30px 40px;
  }
}

@media (max-width: 575px) {
  .kalpanik-hero-area .kalpanik-meta-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.kalpanik-hero-area .kalpanik-meta-list li {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.17;
  letter-spacing: -0.07em;
  color: var(--white);
  padding-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-hero-area .kalpanik-meta-list li {
    font-size: 20px;
    padding-top: 13px;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-hero-area .kalpanik-meta-list li {
    font-size: 18px;
  }
}

.kalpanik-hero-area .kalpanik-meta-list li br {
  display: block;
}

.kalpanik-about-area-2 {
  padding: 100px 0;
}

/* about area 2 style  */
.kalpanik-about-area-2 .kalpanik-section-header {
  margin-top: 22px;
}

.kalpanik-about-area-2 .kalpanik-section-title {
  max-width: 991px;
  text-align: center;
  margin: 0 auto;
  font-family: var(--font_neue_montreal_medium) !important;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-about-area-2 .kalpanik-section-title {
    max-width: 725px;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-about-area-2 .kalpanik-section-title {
    max-width: 625px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-about-area-2 .kalpanik-section-title {
    max-width: 525px;
  }
}

@media only screen and (max-width: 991px) {
  .kalpanik-about-area-2 .kalpanik-section-title {
    max-width: 100%;
    text-indent: 0;
    margin-left: 0;
  }
}

.kalpanik-about-area-2 .kalpanik-section-content-wrapper {
  margin-top: 86px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 685px 605px;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-about-area-2 .kalpanik-section-content-wrapper {
    grid-template-columns: 585px 475px;
    margin-top: 66px;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-about-area-2 .kalpanik-section-content-wrapper {
    grid-template-columns: 435px 475px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-about-area-2 .kalpanik-section-content-wrapper {
    grid-template-columns: 405px 395px;
    margin-top: 46px;
  }
}

@media only screen and (max-width: 991px) {
  .kalpanik-about-area-2 .kalpanik-section-content-wrapper {
    grid-template-columns: 205px 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .kalpanik-about-area-2 .kalpanik-section-content-wrapper {
    grid-template-columns: 1fr;
  }
}

.kalpanik-about-area-2 .kalpanik-section-content-wrapper .kalpanik-area-shape-1 {
  position: absolute;
  left: 44%;
  bottom: 34%;
  rotate: 270deg !important;
}

@media only screen and (max-width: 991px) {
  .kalpanik-about-area-2 .kalpanik-section-content-wrapper .kalpanik-area-shape-1 {
    display: none;
  }
}

.kalpanik-about-area-2 .kalpanik-subtitle-wrapper {
  padding-top: 18px;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-about-area-2 .kalpanik-subtitle-wrapper {
    padding-top: 8px;
    border-width: 1px;
  }
}

.kalpanik-about-area-2 .kalpanik-section-subtitle-wrapper {
  margin-top: 8px;
  display: grid;
  gap: 20px 30px;
  grid-template-columns: 1fr 300px;
}

@media only screen and (max-width: 1399px) {
  .kalpanik-about-area-2 .kalpanik-section-subtitle-wrapper {
    grid-template-columns: 1fr 200px;
  }
}

@media only screen and (max-width: 991px) {
  .kalpanik-about-area-2 .kalpanik-section-subtitle-wrapper {
    grid-template-columns: 1fr;
  }
}

.kalpanik-about-area-2 .kalpanik-component-media {
  overflow: hidden;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .kalpanik-about-area-2 .kalpanik-component-media {
    border-radius: 10px;
  }
}

.kalpanik-about-area-2 .kalpanik-component-media img {
  width: 100%;
}

.kalpanik-about-area-2 .kalpanik-section-content .kalpanik-component-text {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.23;
  letter-spacing: -0.02em;
  color: var(--primary);
  font-family: var(--font_neue_montreal) !important;

}

@media only screen and (max-width: 1919px) {
  .kalpanik-about-area-2 .kalpanik-section-content .kalpanik-component-text {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-about-area-2 .kalpanik-section-content .kalpanik-component-text {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .kalpanik-about-area-2 .kalpanik-section-content .kalpanik-component-text {
    font-size: 18px;
  }
}

.kalpanik-about-area-2 .kalpanik-section-content .kalpanik-component-text:not(:first-child) {
  margin-top: 34px;
}

@media only screen and (max-width: 1199px) {
  .kalpanik-about-area-2 .kalpanik-section-content .kalpanik-component-text:not(:first-child) {
    margin-top: 24px;
  }
}

.kalpanik-about-area-2 .kalpanik-section-content .kalpanik-btn-wrapper {
  margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
  .kalpanik-about-area-2 .kalpanik-section-content .kalpanik-btn-wrapper {
    margin-top: 30px;
  }
}

/* work area style  */
.kalpanik-work-area .kalpanik-work-header-meta {
  display: grid;
  gap: 0px 60px;
  grid-template-columns: 1fr 2fr 1fr;
  justify-content: space-between;
  margin-top: 37px;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-work-area .kalpanik-work-header-meta {
    margin-top: 17px;
  }
}

@media (max-width: 575px) {
  .kalpanik-work-area .kalpanik-work-header-meta {
    grid-template-columns: 1fr 1fr;
  }
}

.kalpanik-work-area .kalpanik-work-header-meta span {
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: -0.02em;
  color: var(--primary);
}

.kalpanik-work-area .kalpanik-work-header-meta span:nth-child(2) {
  text-align: center;
}

@media (max-width: 575px) {
  .kalpanik-work-area .kalpanik-work-header-meta span:nth-child(2) {
    text-align: end;
  }
}

.kalpanik-work-area .kalpanik-work-header-meta span:nth-child(3) {
  text-align: end;
}

@media (max-width: 575px) {
  .kalpanik-work-area .kalpanik-work-header-meta span:nth-child(3) {
    text-align: start;
  }
}

.kalpanik-work-area .kalpanik-section-header {
  margin-top: 54px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-work-area .kalpanik-section-header {
    margin-top: 34px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-work-area .kalpanik-section-header {
    margin-top: 24px;
  }
}

.kalpanik-work-area .kalpanik-section-title {
  font-weight: 600;
  font-size: 420px;
  line-height: 0.73;
  letter-spacing: -0.08em;
  text-transform: uppercase;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-work-area .kalpanik-section-title {
    font-size: 310px;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-work-area .kalpanik-section-title {
    font-size: 260px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-work-area .kalpanik-section-title {
    font-size: 210px;
  }
}

@media only screen and (max-width: 991px) {
  .kalpanik-work-area .kalpanik-section-title {
    font-size: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .kalpanik-work-area .kalpanik-section-title {
    font-size: 100px;
  }
}

@media (max-width: 575px) {
  .kalpanik-work-area .kalpanik-section-title {
    font-size: 70px;
  }
}

.kalpanik-work-area .kalpanik-section-title span {
  display: block;
}

.kalpanik-work-area .kalpanik-section-title span:nth-child(2) {
  margin-top: 30px;
  text-align: right;
  padding-right: 2rem;
}

@media only screen and (max-width: 1399px) {
  .kalpanik-work-area .kalpanik-section-title span:nth-child(2) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .kalpanik-work-area .kalpanik-section-title span:nth-child(2) {
    margin-top: 10px;
  }
}

.kalpanik-work-area .kalpanik-section-title span.kalpanik-first {
  margin-left: calc((100vw - var(--container-max-widths)) / -2);
}

.kalpanik-work-area .kalpanik-section-title span.kalpanik-last {
  margin-right: calc((100vw - var(--container-max-widths)) / -2);
}

.kalpanik-work-area .kalpanik-works-wrapper {
  display: grid;
  gap: 85px 10px;
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 1919px) {
  .kalpanik-work-area .kalpanik-works-wrapper {
    gap: 65px 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-work-area .kalpanik-works-wrapper {
    gap: 45px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .kalpanik-work-area .kalpanik-works-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.kalpanik-work-area .kalpanik-works-wrapper>*.kalpanik-span-2 {
  grid-column: span 2;
}

@media only screen and (max-width: 767px) {
  .kalpanik-work-area .kalpanik-works-wrapper>*.kalpanik-span-2 {
    grid-column: auto;
  }
}

.kalpanik-work-area .kalpanik-works-wrapper>* .kalpanik-media-image {
  transform-origin: bottom right;
}

.kalpanik-work-area .kalpanik-works-wrapper>*:nth-child(2n) .kalpanik-media-image {
  transform-origin: bottom left;
}

.kalpanik-work-area .kalpanik-work-box .kalpanik-component-media {
  border-radius: 15px;
  overflow: hidden;
}

.kalpanik-work-area .kalpanik-work-box .kalpanik-component-media .kalpanik-media-image {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  transform: scale(0.9);
}

.kalpanik-work-area .kalpanik-work-box .kalpanik-component-media .kalpanik-media-image img {
  transform-origin: center;
}

.kalpanik-work-area .kalpanik-work-box .kalpanik-component-media img {
  width: 100%;
  cursor: none;
}

.kalpanik-work-area .kalpanik-work-box .kalpanik-component-content {
  margin-top: 24px;
}

@media only screen and (max-width: 1199px) {
  .kalpanik-work-area .kalpanik-work-box .kalpanik-component-content {
    margin-top: 14px;
  }
}

.kalpanik-work-area .kalpanik-work-box .kalpanik-component-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
}

@media only screen and (max-width: 1199px) {
  .kalpanik-work-area .kalpanik-work-box .kalpanik-component-title {
    font-size: 18px;
  }
}

.kalpanik-work-area .kalpanik-work-box .kalpanik-component-title a:hover {
  color: var(--secondary);
}

.kalpanik-work-area .kalpanik-work-box .kalpanik-tag {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
  display: block;
  font-family: var(--font_bdogrotesk);
  color: var(--primary);
}

@media only screen and (max-width: 1199px) {
  .kalpanik-work-area .kalpanik-work-box .kalpanik-tag {
    font-size: 18px;
  }
}

.kalpanik-work-area .kalpanik-work-box .kalpanik-date {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
  display: block;
  font-family: var(--font_bdogrotesk);
  color: var(--primary);
}

@media only screen and (max-width: 1199px) {
  .kalpanik-work-area .kalpanik-work-box .kalpanik-date {
    font-size: 18px;
  }
}

/* team area style  start */
.kalpanik-team-area-1-inner .kalpanik-section-title {
  text-align: center;
  margin: 0 auto;
}

.kalpanik-primary-surface .kalpanik-team-area-1-inner .kalpanik-section-title {
  color: var(--white);
}

.dark .kalpanik-primary-surface .kalpanik-team-area-1-inner .kalpanik-section-title {
  color: var(--black);
}

@media only screen and (max-width: 1919px) {
  .kalpanik-team-area-1-inner .kalpanik-section-title {
    max-width: 565px;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-team-area-1-inner .kalpanik-section-title {
    max-width: 465px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-team-area-1-inner .kalpanik-section-title {
    max-width: 385px;
  }
}

.kalpanik-team-area-1-inner .kalpanik-section-header {
  margin-top: 22px;
}

.kalpanik-team-area-1-inner .kalpanik-team-wrapper-box {
  margin-top: 94px;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-team-area-1-inner .kalpanik-team-wrapper-box {
    margin-top: 74px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-team-area-1-inner .kalpanik-team-wrapper-box {
    margin-top: 54px;
  }
}

.kalpanik-team-area-1-inner .kalpanik-team-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 450px);
  gap: 60px 140px;
  justify-content: center;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-team-area-1-inner .kalpanik-team-wrapper {
    gap: 60px 100px;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-team-area-1-inner .kalpanik-team-wrapper {
    gap: 60px 60px;
  }
}

@media only screen and (max-width: 991px) {
  .kalpanik-team-area-1-inner .kalpanik-team-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .kalpanik-team-area-1-inner .kalpanik-team-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .kalpanik-team-area-1-inner .kalpanik-team-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.kalpanik-team-area-1-inner .kalpanik-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 0;
}

.kalpanik-team-area-1-inner .kalpanik-btn-wrapper a {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -0.05em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: var(--primary);
}

.kalpanik-primary-surface .kalpanik-team-area-1-inner .kalpanik-btn-wrapper a {
  color: var(--white);
}

.dark .kalpanik-primary-surface .kalpanik-team-area-1-inner .kalpanik-btn-wrapper a {
  color: var(--black);
}

@media only screen and (max-width: 1199px) {
  .kalpanik-team-area-1-inner .kalpanik-btn-wrapper a {
    font-size: 20px;
  }
}

.kalpanik-team-area-1-inner .kalpanik-btn-wrapper a:hover .kalpanik-underline {
  background-size: 0% 100%;
}

.kalpanik-team-area-1-inner .kalpanik-btn-wrapper a br {
  display: block;
}

.kalpanik-team-area-1-inner .kalpanik-btn-wrapper .kalpanik-underline {
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--black) 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 1s;
  background-position: 0 -2px;
}

.dark .kalpanik-team-area-1-inner .kalpanik-btn-wrapper .kalpanik-underline {
  background-image: linear-gradient(transparent calc(100% - 1px), var(--white) 1px);
}

.kalpanik-primary-surface .kalpanik-team-area-1-inner .kalpanik-btn-wrapper .kalpanik-underline {
  background-image: linear-gradient(transparent calc(100% - 1px), var(--white) 1px);
}

.dark .kalpanik-primary-surface .kalpanik-team-area-1-inner .kalpanik-btn-wrapper .kalpanik-underline {
  background-image: linear-gradient(transparent calc(100% - 1px), var(--black) 1px);
}

.kalpanik-team-box-1 {
  text-align: center;
}

.kalpanik-team-box-1:hover .kalpanik-component-media img {
  transform: scale(1.1);
}

.kalpanik-team-box-1 .kalpanik-component-media {
  width: 100%;
  height: 450px;
  border-radius: 50%;
  overflow: hidden;
}

.kalpanik-team-box-1 .kalpanik-component-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.kalpanik-team-box-1 .kalpanik-name {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.46;
  letter-spacing: -0.01em;
}

.kalpanik-primary-surface .kalpanik-team-box-1 .kalpanik-name {
  color: var(--white);
}

.dark .kalpanik-primary-surface .kalpanik-team-box-1 .kalpanik-name {
  color: var(--black);
}

@media only screen and (max-width: 1199px) {
  .kalpanik-team-box-1 .kalpanik-name {
    font-size: 20px;
  }
}

.kalpanik-primary-surface .kalpanik-team-box-1 .kalpanik-name a:hover {
  color: #536879;
}

.dark .kalpanik-primary-surface .kalpanik-team-box-1 .kalpanik-name a:hover {
  color: #555555;
}

.kalpanik-team-box-1 .kalpanik-post {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.02em;
  display: inline-block;
}

.kalpanik-primary-surface .kalpanik-team-box-1 .kalpanik-post {
  color: #fff;
}

.dark .kalpanik-primary-surface .kalpanik-team-box-1 .kalpanik-post {
  color: #fff;
}

.kalpanik-team-box-1 .kalpanik-component-content {
  margin-top: 20px;
}

/* team area style  end */
/* marquee text area style  */
.kalpanik-marquee-text-area {
  overflow: hidden;
}

.kalpanik-marquee-text-area.kalpanik-primary-surface .kalpanik-section-title {
  color: var(--white);
}

.dark .kalpanik-marquee-text-area.kalpanik-primary-surface .kalpanik-section-title {
  color: var(--black);
}

.kalpanik-marquee-text-area .kalpanik-section-title {
  font-size: 200px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-marquee-text-area .kalpanik-section-title {
    font-size: 210px;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-marquee-text-area .kalpanik-section-title {
    font-size: 200px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-marquee-text-area .kalpanik-section-title {
    font-size: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .kalpanik-marquee-text-area .kalpanik-section-title {
    font-size: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .kalpanik-marquee-text-area .kalpanik-section-title {
    font-size: 90px;
  }
}

@media (max-width: 575px) {
  .kalpanik-marquee-text-area .kalpanik-section-title {
    font-size: 60px;
  }
}

.kalpanik-marquee-text-area .kalpanik-moving-text {
  width: 100%;
}

.slider-bg {
  background-color: #e5e4e2 !important;
}

/* client area style  */
.kalpanik-client-area {
  margin-top: -4px;
  margin-bottom: -1px;
  background-color: var(--bg);
}

.kalpanik-client-area.kalpanik-primary-surface .kalpanik-section-title {
  color: var(--white);
}

.dark .kalpanik-client-area.kalpanik-primary-surface .kalpanik-section-title {
  color: var(--black);
}

.kalpanik-client-area.kalpanik-primary-surface .kalpanik-clients-wrapper-box {
  border-color: rgba(255, 255, 255, 0.1);
}

.dark .kalpanik-client-area.kalpanik-primary-surface .kalpanik-clients-wrapper-box {
  border-color: rgba(17, 17, 17, 0.1);
}

.kalpanik-client-area .kalpanik-section-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: center;
  max-width: 290px;
  margin-inline: auto;
}

.kalpanik-client-area .kalpanik-clients-wrapper-box {
  padding: 50px 0;
}

.kalpanik-client-area .kalpanik-clients-wrapper {
  gap: 145px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.kalpanik-client-area .kalpanik-clients-wrapper .kalpanik-client-slider-active .swiper-slide {
  width: auto;
}

.kalpanik-client-area .kalpanik-clients-wrapper .kalpanik-client-slider-active .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* award area style  */
.kalpanik-award-area.kalpanik-primary-surface .kalpanik-section-title {
  color: var(--white);
}

.dark .kalpanik-award-area.kalpanik-primary-surface .kalpanik-section-title {
  color: var(--black);
}

.kalpanik-award-area.kalpanik-primary-surface .kalpanik-award-wrapper {
  border-color: 1px #292929;
}

.dark .kalpanik-award-area.kalpanik-primary-surface .kalpanik-award-wrapper {
  border-color: #E7E7E7;
}

.kalpanik-award-area.kalpanik-primary-surface .kalpanik-award-box {
  border-color: #292929;
}

.dark .kalpanik-award-area.kalpanik-primary-surface .kalpanik-award-box {
  border-color: #E7E7E7;
}

.kalpanik-award-area.kalpanik-primary-surface .kalpanik-award-box:hover {
  background-color: #171717;
}

.dark .kalpanik-award-area.kalpanik-primary-surface .kalpanik-award-box:hover {
  background-color: #F1F1F1;
}

.kalpanik-award-area.kalpanik-primary-surface .kalpanik-award-box .kalpanik-category {
  color: var(--white);
}

.dark .kalpanik-award-area.kalpanik-primary-surface .kalpanik-award-box .kalpanik-category {
  color: var(--black);
}

.kalpanik-award-area.kalpanik-primary-surface .kalpanik-award-box .kalpanik-award {
  color: var(--white);
}

.dark .kalpanik-award-area.kalpanik-primary-surface .kalpanik-award-box .kalpanik-award {
  color: var(--black);
}

.kalpanik-award-area.kalpanik-primary-surface .kalpanik-award-box .kalpanik-year {
  color: var(--white);
}

.dark .kalpanik-award-area.kalpanik-primary-surface .kalpanik-award-box .kalpanik-year {
  color: var(--black);
}

.kalpanik-award-area .kalpanik-section-header {
  margin-top: 172px;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-award-area .kalpanik-section-header {
    margin-top: 72px;
  }
}

.kalpanik-award-area .kalpanik-section-title {
  max-width: 975px;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-award-area .kalpanik-section-title {
    max-width: 775px;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-award-area .kalpanik-section-title {
    max-width: 675px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-award-area .kalpanik-section-title {
    max-width: 575px;
  }
}

@media only screen and (max-width: 991px) {
  .kalpanik-award-area .kalpanik-section-title {
    max-width: 475px;
  }
}

.kalpanik-award-area .kalpanik-award-wrapper-box {
  max-width: 1235px;
  margin-left: auto;
  margin-top: 94px;
  margin-bottom: 49px;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-award-area .kalpanik-award-wrapper-box {
    max-width: 1000px;
    margin-top: 64px;
    margin-bottom: 19px;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-award-area .kalpanik-award-wrapper-box {
    max-width: 850px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-award-area .kalpanik-award-wrapper-box {
    max-width: 750px;
    margin-top: 44px;
    margin-bottom: 9px;
  }
}

.kalpanik-award-area .kalpanik-award-wrapper {
  border-top: 1px solid;
}

.kalpanik-award-area .kalpanik-award-box {
  border-bottom: 1px solid;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  gap: 20px 50px;
  grid-template-columns: 280px 1fr 100px;
  align-items: center;
  transition: all 0.5s;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-award-area .kalpanik-award-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-award-area .kalpanik-award-box {
    grid-template-columns: 180px 1fr 100px;
  }
}

@media only screen and (max-width: 767px) {
  .kalpanik-award-area .kalpanik-award-box {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .kalpanik-award-area .kalpanik-award-box:hover {
    background-color: transparent;
  }
}

.kalpanik-award-area .kalpanik-award-box:hover .kalpanik-category {
  transform: translateX(30px);
}

@media only screen and (max-width: 767px) {
  .kalpanik-award-area .kalpanik-award-box:hover .kalpanik-category {
    transform: translateX(0px);
  }
}

.kalpanik-award-area .kalpanik-award-box:hover .kalpanik-year {
  transform: translateX(-30px);
}

@media only screen and (max-width: 767px) {
  .kalpanik-award-area .kalpanik-award-box:hover .kalpanik-year {
    transform: translateX(0px);
  }
}

.kalpanik-award-area .kalpanik-award-box .kalpanik-category {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  transition: all 0.5s;
}

.kalpanik-award-area .kalpanik-award-box .kalpanik-award {
  font-size: 24px;
  font-weight: 400;
  line-height: 18px;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-award-area .kalpanik-award-box .kalpanik-award {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .kalpanik-award-area .kalpanik-award-box .kalpanik-award {
    order: 3;
    grid-column: span 2;
  }
}

.kalpanik-award-area .kalpanik-award-box .kalpanik-year {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  transition: all 0.5s;
  text-align: right;
}

/* service area style  */
.kalpanik-service-area .kalpanik-section-title {
  text-align: center;
}


.kalpanik-service-area .kalpanik-section-header {
  margin-top: 18px;
}

.kalpanik-service-area .kalpanik-services-wrapper-box {
  margin-top: -6px;
}

.kalpanik-services-wrapper-1 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1200px;
  padding-bottom: 100px;
  margin: -520px auto 0;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-services-wrapper-1 {
    margin-top: -410px;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-services-wrapper-1 {
    margin-top: -350px;
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-services-wrapper-1 {
    margin-top: 0;
    padding-bottom: 60px;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 991px) {
  .kalpanik-services-wrapper-1 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .kalpanik-services-wrapper-1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .kalpanik-services-wrapper-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.kalpanik-services-wrapper-1>* {
  display: inline-block;
}

.kalpanik-services-wrapper-1 .kalpanik-item-1 {
  transform: none;
}

@media only screen and (max-width: 1199px) {
  .kalpanik-services-wrapper-1 .kalpanik-item-1 {
    transform: none;
  }
}

.kalpanik-services-wrapper-1 .kalpanik-item-2 {
  transform: none;
}

@media only screen and (max-width: 1199px) {
  .kalpanik-services-wrapper-1 .kalpanik-item-2 {
    transform: none !important;
  }

  .return_section {
    padding: 60px 0 !important;
  }
}

.kalpanik-services-wrapper-1 .kalpanik-item-3 {
  transform: none;
}

@media only screen and (max-width: 1199px) {
  .kalpanik-services-wrapper-1 .kalpanik-item-3 {
    transform: none;
  }
}

.kalpanik-services-wrapper-1 .kalpanik-item-4 {
  transform: translate(calc(-100% - 10px), 0);
}

@media only screen and (max-width: 1199px) {
  .kalpanik-services-wrapper-1 .kalpanik-item-4 {
    transform: none;
  }
}

.kalpanik-services-wrapper-1 .kalpanik-item-5 {
  transform: translate(calc(-200% - 20px), 0);
}

@media only screen and (max-width: 1199px) {
  .kalpanik-services-wrapper-1 .kalpanik-item-5 {
    transform: none;
  }
}

.kalpanik-service-box-1 {
  background-color: var(--black);
  padding: 50px 40px 46px;
  border-radius: 0px;
  height: 100%;
}

.dark .kalpanik-service-box-1 {
  background-color: var(--white);
}

@media only screen and (max-width: 1919px) {
  .kalpanik-service-box-1 {
    padding: 30px 25px 26px;
  }
}

.kalpanik-service-box-1:hover {
  background-color: #536879;
}

.dark .kalpanik-service-box-1:hover {
  background-color: #536879;
}

.kalpanik-service-box-1 .kalpanik-component-media img {
  height: 60px;
}

.kalpanik-component-desc {
  margin-top: 15px;
  margin-bottom: 0;

  color: #fff;
  font-size: 16px;
  line-height: 1.8;

  max-width: 320px;

  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* Maximum 5 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;

  transition: all .3s ease;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-service-box-1 .kalpanik-component-media img {
    height: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-service-box-1 .kalpanik-component-media img {
    height: 40px;
  }
}

.kalpanik-service-box-1 .kalpanik-component-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.07;
  letter-spacing: -0em;
  color: var(--white);
}

.dark .kalpanik-service-box-1 .kalpanik-component-title {
  color: var(--black);
}

@media only screen and (max-width: 1919px) {
  .kalpanik-service-box-1 .kalpanik-component-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-service-box-1 .kalpanik-component-title {
    font-size: 20px;
  }
}

.kalpanik-service-box-1 .kalpanik-component-content {
  margin-top: 25px;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-service-box-1 .kalpanik-component-content {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-service-box-1 .kalpanik-component-content {
    margin-top: 25px;
  }
}

.kalpanik-phone-mockup {
  width: 410px;
  height: 760px;
  border: 5px solid var(--primary);
  border-radius: 40px;
  padding: 20px;
  margin-inline: auto;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-phone-mockup {
    width: 350px;
    height: 600px;
    border-width: 3px;
    border-radius: 30px;
    padding: 15px;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-phone-mockup {
    width: 300px;
    height: 530px;
  }
}

@media only screen and (max-width: 1199px) {
  .kalpanik-phone-mockup {
    display: none;
  }
}

.kalpanik-phone-mockup .kalpanik-mockup-header {
  border: 1px solid var(--border);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 30px;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-phone-mockup .kalpanik-mockup-header {
    padding: 17px 20px;
  }
}

.kalpanik-phone-mockup .kalpanik-mockup-logo img {
  width: 100px;
}

.kalpanik-phone-mockup .kalpanik-mockup-offcanvas svg * {
  fill: var(--primary);
}

.kalpanik-phone-mockup .kalpanik-mockup-text {
  margin-top: 24px;
}

.kalpanik-phone-mockup .kalpanik-mockup-text li {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.07;
  letter-spacing: -0.05em;
  color: var(--primary);
  list-style: none;
}

@media only screen and (max-width: 1919px) {
  .kalpanik-phone-mockup .kalpanik-mockup-text li {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1399px) {
  .kalpanik-phone-mockup .kalpanik-mockup-text li {
    font-size: 20px;
  }
}

.kalpanik-phone-mockup .kalpanik-mockup-text li a {
  color: rgba(17, 17, 17, 0.3);
}

.dark .kalpanik-phone-mockup .kalpanik-mockup-text li a {
  color: rgba(255, 255, 255, 0.3);
}

.kalpanik-phone-mockup .kalpanik-mockup-text li a:hover .kalpanik-underline {
  background-size: 0% 100%;
}

.kalpanik-phone-mockup .kalpanik-mockup-text li a .kalpanik-underline {
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), currentcolor 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 1s;
  background-position: 0 -2px;
}

.kalpanik-add {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .kalpanik-add {
    display: none;
  }
}

.kalpanik-add .kalpanik-add-shape-wrapper {
  transform: translate(0, calc(-50vh - 46px));
}

.kalpanik-add .kalpanik-add-shape circle {
  fill: var(--black);
}

.dark .kalpanik-add .kalpanik-add-shape circle {
  fill: var(--white);
}

.kalpanik-add .kalpanik-add-shape path {
  fill: var(--white);
}

.dark .kalpanik-add .kalpanik-add-shape path {
  fill: var(--black);
}

/* startup agency page css */
.body-startup-agency {
  background-color: #F8F8F8;
  color: var(--secondary);
}

@media (min-width: 1750px) {
  .body-startup-agency .container.large {
    max-width: 1750px;
  }
}

.body-startup-agency .kalpanik-section-title-wrapper {
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1093px;
}

@media only screen and (max-width: 1399px) {
  .body-startup-agency .kalpanik-section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}

@media only screen and (max-width: 1199px) {
  .body-startup-agency .kalpanik-section-title-wrapper {
    grid-template-columns: 1fr 700px;
  }
}

@media only screen and (max-width: 991px) {
  .body-startup-agency .kalpanik-section-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.body-startup-agency .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: -4.5px;
}

@media only screen and (max-width: 1399px) {
  .body-startup-agency .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title {
    font-size: 80px;
    line-height: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .body-startup-agency .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: normal;
  }
}

@media only screen and (max-width: 991px) {
  .body-startup-agency .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title {
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .body-startup-agency .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .body-startup-agency .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title {
    font-size: 23px;
    line-height: 30px;
  }
}

.body-startup-agency .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title span {
  font-family: var(--font_ppeditor);
}

.hero-2-area {
  background-color: var(--theme);
  position: relative;
}

.hero-2-area .kalpanik-section-title {
  font-size: 150px;
  font-weight: 400;
  line-height: 130px;
  letter-spacing: -7.5px;
  display: inline-block;
  color: var(--black);
}

.hero-2-area .kalpanik-section-title span {
  font-style: italic;
  font-family: var(--font_ppeditor);
}

@media only screen and (max-width: 1919px) {
  .hero-2-area .kalpanik-section-title {
    font-size: 100px;
    line-height: 1;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-2-area .kalpanik-section-title {
    font-size: 80px;
    line-height: 1;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-2-area .kalpanik-section-title {
    font-size: 60px;
    line-height: 1;
    letter-spacing: normal;
  }
}

@media only screen and (max-width: 991px) {
  .hero-2-area .kalpanik-section-title {
    font-size: 40px;
    line-height: 1;
  }
}

@media only screen and (max-width: 767px) {
  .hero-2-area .kalpanik-section-title {
    font-size: 35px;
    line-height: 1;
  }
}

.hero-2-inner {
  display: grid;
  gap: 30px 100px;
  grid-template-columns: 500px 1fr;
  padding-top: 133px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .hero-2-inner {
    gap: 30px 50px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-2-inner {
    grid-template-columns: 345px 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .hero-2-inner {
    grid-template-columns: 1fr;
  }
}

.hero-2-inner::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 80px;
  left: 500px;
  width: 1px;
  background-color: var(--black);
}

@media only screen and (max-width: 991px) {
  .hero-2-inner::before {
    left: 344px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-2-inner::before {
    display: none;
  }
}

.hero-2-inner::after {
  content: "";
  position: absolute;
  height: 1px;
  top: 80px;
  width: 100%;
  background-color: var(--black);
}

.hero-2__video {
  padding-right: 85px;
}

@media only screen and (max-width: 1199px) {
  .hero-2__video {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-2__video {
    padding-right: 0;
    order: 1;
  }
}

.hero-2__video video {
  width: 100%;
  -webkit-mask-image: url(../imgs/shape/shape-3.webp);
  mask-image: url(../imgs/shape/shape-3.webp);
  mask-size: 100% 100%;
  object-fit: cover;
}

.hero-2__wrapper {
  gap: 50px;
  display: flex;
  margin-top: 97px;
}

@media only screen and (max-width: 1919px) {
  .hero-2__wrapper {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-2__wrapper {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-2__wrapper {
    gap: 30px;
  }
}

.hero-2__wrapper .kalpanik-component-text span {
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  padding: 7px 12px;
  padding-left: 23px;
  position: relative;
  border-radius: 500px;
  color: var(--black);
  display: inline-block;
  border: 1px solid var(--black);
}

.hero-2__wrapper .kalpanik-component-text span::before {
  top: 50%;
  width: 6px;
  left: 12px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 500px;
  background-color: var(--black);
  transform: translate(-50%, -50%);
}

.hero-2__wrapper ul li a {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
  color: var(--black);
  letter-spacing: -1.5px;
}

.hero-2__wrapper ul li a:hover {
  color: var(--white);
}

.hero-2__wrapper ul li a:hover::before {
  width: 100%;
}

.hero-2__wrapper ul li a::before {
  left: 0;
  width: 0;
  bottom: 0;
  height: 2px;
  content: "";
  position: absolute;
  transition: all 0.3s;
  background-color: var(--white);
}

.hero-2__wrapper ul li.explore {
  margin-top: 130px;
}

@media only screen and (max-width: 1919px) {
  .hero-2__wrapper ul li.explore {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-2__wrapper ul li.explore {
    margin-top: 30px;
  }
}

.hero-2__wrapper ul li.explore a {
  color: rgba(17, 17, 17, 0.4);
}

.hero-2__wrapper ul li.explore a:hover {
  color: var(--black);
}

.hero-2__wrapper ul li.explore a:hover::before {
  width: 0;
}

.hero-2__wrapper ul li.explore a::before {
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  content: "";
  position: absolute;
  transition: all 0.3s;
  background-color: currentColor;
}

.hero-2__content .sub-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1.68px;
  padding-bottom: 17px;
  position: relative;
  display: inline-flex;
  margin-bottom: 280px;
  color: var(--black);
}

@media only screen and (max-width: 1919px) {
  .hero-2__content .sub-title {
    margin-bottom: 170px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-2__content .sub-title {
    letter-spacing: normal;
  }
}

@media only screen and (max-width: 991px) {
  .hero-2__content .sub-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-2__content .sub-title {
    margin-bottom: 40px;
  }
}

.hero-2__content .sub-title:hover::before {
  width: 0;
}

.hero-2__content .sub-title:hover .kalpanik-item-icon .kalpanik-first {
  transform: translate(100%, -100%);
}

.hero-2__content .sub-title:hover .kalpanik-item-icon .second {
  transform: translate(0%, 0%);
}

.hero-2__content .sub-title::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: 0.3s;
}

.hero-2__content .sub-title a {
  display: flex;
  align-items: center;
  gap: 155px;
}

@media only screen and (max-width: 991px) {
  .hero-2__content .sub-title a {
    gap: 50px;
  }
}

.hero-2__content .sub-title a:hover {
  color: var(--black);
}

.hero-2__content .sub-title .kalpanik-item-icon {
  display: inline-block;
  line-height: 0;
  position: relative;
  overflow: hidden;
}

.hero-2__content .sub-title .kalpanik-item-icon .kalpanik-first {
  transition: all 0.3s;
}

.hero-2__content .sub-title .kalpanik-item-icon .second {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-100%, 100%);
  transition: all 0.3s;
  width: 0.72em;
  box-sizing: content-box;
  padding: var(--white-space);
}

.hero-2__content .sub-title br {
  display: block;
}

.hero-2__content .socail-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
  position: absolute;
  right: -48px;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .hero-2__content .socail-media {
    position: inherit;
    right: inherit;
    text-indent: inherit;
    transform: inherit;
    flex-direction: row;
    gap: 30px;
    margin-top: 30px;
  }
}

.hero-2__content .socail-media::before {
  content: "";
  position: absolute;
  background: rgba(17, 17, 17, 0.3);
  width: 1px;
  height: 61px;
  top: 31%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .hero-2__content .socail-media::before {
    display: none;
  }
}

.hero-2__content .follow-text {
  rotate: -90deg;
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
  text-transform: uppercase;
  line-height: 22px;
}

@media only screen and (max-width: 767px) {
  .hero-2__content .follow-text {
    rotate: 0deg;
  }
}

.hero-2__content ul {
  gap: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .hero-2__content ul {
    flex-direction: row;
  }
}

.hero-2__content ul li a {
  color: var(--black);
  transition: 0.3s;
  font-size: 18px;
}

.hero-2__content ul li a:hover {
  color: var(--white);
}

.about-area-inner {
  padding-top: 135px;
}

@media only screen and (max-width: 1919px) {
  .about-area-inner {
    padding-top: 110px;
  }
}

@media only screen and (max-width: 1399px) {
  .about-area-inner {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-area-inner {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .about-area-inner {
    padding-top: 60px;
  }
}

.about-area .kalpanik-section-title-wrapper .kalpanik-title-wrapper {
  padding-right: 113px;
}

@media only screen and (max-width: 1399px) {
  .about-area .kalpanik-section-title-wrapper .kalpanik-title-wrapper {
    padding-right: 0;
  }
}

.about-area .kalpanik-btn-wrapper {
  gap: 30px;
  display: flex;
  margin-top: 60px;
  align-items: center;
}

@media (max-width: 575px) {
  .about-area .kalpanik-btn-wrapper {
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}

.about-area .kalpanik-btn-wrapper .btn-team {
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -0.36px;
  color: var(--primary);
  position: relative;
}

.about-area .kalpanik-btn-wrapper .btn-team i {
  rotate: -50deg;
  transition: all 0.3s;
}

.about-area .kalpanik-btn-wrapper .btn-team:hover::before {
  width: 0;
}

.about-area .kalpanik-btn-wrapper .btn-team:hover i {
  rotate: 0deg;
}

.about-area .kalpanik-btn-wrapper .btn-team::before {
  content: "";
  bottom: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  transition: all 0.3s;
  background-color: currentColor;
}

/* client area 2 style  */
.client-area-2-inner {
  padding-top: 55px;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  padding-bottom: 200px;
}

@media only screen and (max-width: 1919px) {
  .client-area-2-inner {
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 1399px) {
  .client-area-2-inner {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .client-area-2-inner {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .client-area-2-inner {
    padding-bottom: 60px;
  }
}

.client-area-2 .kalpanik-clients-wrapper {
  gap: 145px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.client-area-2 .kalpanik-clients-wrapper .kalpanik-client-slider-active .swiper-slide {
  width: auto;
}

.client-area-2 .kalpanik-clients-wrapper .kalpanik-client-slider-active .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* work area 2 style  */
.work-area-2-inner {
  padding-bottom: 200px;
}

@media only screen and (max-width: 1199px) {
  .work-area-2-inner {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .work-area-2-inner {
    padding-bottom: 60px;
  }
}

.work-area-2 .section-description {
  margin-bottom: 10px;
}

.work-area-2 .section-description p {
  color: var(--primary);
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -1.5px;
}

@media only screen and (max-width: 767px) {
  .work-area-2 .section-description p {
    letter-spacing: 0;
    font-size: 24px;
    line-height: 34px;
  }
}

.work-area-2 .section-description a {
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  position: relative;
  letter-spacing: -1.5px;
  color: rgba(17, 17, 17, 0.4);
}

.dark .work-area-2 .section-description a {
  color: rgba(255, 255, 255, 0.4);
}

.work-area-2 .section-description a:hover {
  color: var(--primary);
}

.work-area-2 .section-description a:hover::before {
  width: 0;
}

.work-area-2 .section-description a::before {
  bottom: 0;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  transition: all 0.3s;
  background-color: currentColor;
}

.work-area-2 .kalpanik-section-header {
  transform: translateY(500px);
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .work-area-2 .kalpanik-section-header {
    transform: translateY(0px);
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.work-area-2 .kalpanik-section-header .kalpanik-section-title {
  font-size: 250px;
  font-weight: 400;
  position: relative;
  line-height: 130px;
  display: inline-block;
  letter-spacing: -12.5px;
  font-family: var(--font_ppeditor);
}

@media only screen and (max-width: 991px) {
  .work-area-2 .kalpanik-section-header .kalpanik-section-title {
    font-size: 120px;
    line-height: 130px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 767px) {
  .work-area-2 .kalpanik-section-header .kalpanik-section-title {
    font-size: 100px;
    line-height: 130px;
  }
}

@media (max-width: 575px) {
  .work-area-2 .kalpanik-section-header .kalpanik-section-title {
    font-size: 70px;
    line-height: 90px;
  }
}

.work-area-2 .kalpanik-section-header .kalpanik-section-title .remove-text {
  margin-left: -50px;
}

@media only screen and (max-width: 991px) {
  .work-area-2 .kalpanik-section-header .kalpanik-section-title .remove-text {
    margin-left: -35px;
  }
}

@media only screen and (max-width: 767px) {
  .work-area-2 .kalpanik-section-header .kalpanik-section-title .remove-text {
    margin-left: -20px;
  }
}

.work-area-2 .kalpanik-section-header .kalpanik-section-title .number {
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -1.1px;
  position: absolute;
  right: -44px;
  top: -67px;
  display: inline-block;
  transition: opacity 0.3s ease;
}

@media only screen and (max-width: 991px) {
  .work-area-2 .kalpanik-section-header .kalpanik-section-title .number {
    right: -35px;
    top: 0px;
  }
}

.work-area-2 .kalpanik-works-wrapper {
  display: grid;
  gap: 0px 350px;
  grid-template-columns: auto auto;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1399px) {
  .work-area-2 .kalpanik-works-wrapper {
    gap: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .work-area-2 .kalpanik-works-wrapper {
    gap: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .work-area-2 .kalpanik-works-wrapper {
    grid-template-columns: auto;
    gap: 50px;
  }
}

.work-area-2 .kalpanik-works-wrapper>*:nth-child(2) {
  margin-left: auto;
  margin-top: 150px;
}

@media only screen and (max-width: 1399px) {
  .work-area-2 .kalpanik-works-wrapper>*:nth-child(2) {
    margin-top: 0;
  }
}

.work-area-2 .kalpanik-works-wrapper>*:nth-child(3) {
  margin-top: -150px;
  margin-left: 215px;
}

@media only screen and (max-width: 767px) {
  .work-area-2 .kalpanik-works-wrapper>*:nth-child(3) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1399px) {
  .work-area-2 .kalpanik-works-wrapper>*:nth-child(3) {
    margin-top: 0;
    margin-left: 0;
  }
}

.work-area-2 .kalpanik-works-wrapper>*:nth-child(4) {
  margin-top: 395px;
}

@media only screen and (max-width: 1399px) {
  .work-area-2 .kalpanik-works-wrapper>*:nth-child(4) {
    margin-top: 0;
  }
}

.work-area-2 .kalpanik-works-wrapper>*:nth-child(6) {
  margin-top: 545px;
  margin-right: 125px;
}

@media only screen and (max-width: 767px) {
  .work-area-2 .kalpanik-works-wrapper>*:nth-child(6) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1399px) {
  .work-area-2 .kalpanik-works-wrapper>*:nth-child(6) {
    margin-top: 0;
    margin-right: 0;
  }
}

.work-area-2 .kalpanik-works-wrapper>*:nth-child(7) {
  margin-left: auto;
  margin-top: -150px;
}

@media only screen and (max-width: 1399px) {
  .work-area-2 .kalpanik-works-wrapper>*:nth-child(7) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .work-area-2 .kalpanik-works-wrapper>*:nth-child(7) {
    margin-left: inherit;
  }
}

.work-area-2 .kalpanik-work-box .kalpanik-component-media {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .work-area-2 .kalpanik-work-box .kalpanik-component-media {
    width: 100%;
  }
}

.work-area-2 .kalpanik-work-box .kalpanik-component-media img {
  object-fit: cover;
  cursor: none;
}

@media only screen and (max-width: 767px) {
  .work-area-2 .kalpanik-work-box .kalpanik-component-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*  choose-us style  */
.choose-us.theme-bg-black .kalpanik-section-title-wrapper .kalpanik-subtitle-wrapper .section-subtitle {
  border-color: var(--white);
  color: var(--white);
}

.choose-us.theme-bg-black .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title {
  color: var(--white);
}

.choose-us .kalpanik-section-title-wrapper {
  gap: 50px;
  grid-template-columns: 1fr;
}

@media only screen and (max-width: 991px) {
  .choose-us .kalpanik-section-title-wrapper {
    gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .choose-us .kalpanik-section-title-wrapper {
    gap: 20px;
  }
}

.choose-us .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title {
  display: inline-block;
}

.choose-us__warpper {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 94px;
}

@media only screen and (max-width: 991px) {
  .choose-us__warpper {
    flex-wrap: wrap;
    margin-top: 50px;
  }
}

.choose-us__item {
  width: 100%;
  border-radius: 0px;
  background-color: #1A1A1A;
  padding: 34px 40px 4px 45px;
}

.dark .choose-us__item {
  background-color: #1F1F1F;
}

@media only screen and (max-width: 1199px) {
  .choose-us__item {
    padding: 34px 35px 4px 35px;
  }
}

@media only screen and (max-width: 991px) {
  .choose-us__item {
    padding: 25px 20px 10px 20px;
  }
}

.choose-us__item p {
  color: var(--white);
  font-size: 20px;
}

.choose-us__item h2 {
  display: flex;
  margin-top: 20px;
  font-weight: 200px;
  color: var(--white);
  align-items: self-start;
  font-family: var(--font_ppeditor);
}

@media (max-width: 575px) {
  .choose-us__item h2 {
    margin-top: 10px;
  }
}

.choose-us__item h2 span {
  font-size: 150px;
  font-weight: 200;
  line-height: 160px;
  letter-spacing: -0.5px;
  display: inline-block;
  font-family: var(--font_ppeditor);
}

@media only screen and (max-width: 1399px) {
  .choose-us__item h2 span {
    font-size: 120px;
    line-height: 130px;
  }
}

@media only screen and (max-width: 1199px) {
  .choose-us__item h2 span {
    font-size: 100px;
    line-height: 110px;
  }
}

@media only screen and (max-width: 991px) {
  .choose-us__item h2 span {
    font-size: 80px;
    line-height: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .choose-us__item h2 span {
    font-size: 60px;
    line-height: 70px;
  }
}

@media (max-width: 575px) {
  .choose-us__item h2 span {
    font-size: 40px;
    line-height: 50px;
  }
}

/*  testimonial style  */
.testimonial hr {
  margin: 0;
}

.testimonial__wrapper {
  position: relative;
  padding: 140px 0;
  margin-left: auto;
  margin-right: auto;
  gap: 158px;
  display: flex;
  max-width: 1070px;
  align-items: flex-start;
}

@media only screen and (max-width: 991px) {
  .testimonial__wrapper {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .testimonial__wrapper {
    gap: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial__wrapper {
    gap: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial__wrapper {
    display: inherit;
  }
}

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

.testimonial__text-wrapper .circle-text {
  z-index: 2;
  width: 130px;
  height: 130px;
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
}

.testimonial__text-wrapper .circle-text::after {
  content: "";
  width: 130px;
  height: 130px;
  position: absolute;
  border-radius: 500px;
  background-color: var(--white);
}

.testimonial__text-wrapper .circle-text::before {
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 500px;
  background-color: var(--primary);
}

.testimonial__text-wrapper .circle-text img {
  z-index: 2;
  position: relative;
}

.testimonial__text-wrapper .circle-text .kalpanik-component-text {
  animation: t-spinner 10s infinite linear;
}

.testimonial__text-wrapper .circle-text .shape {
  position: absolute;
}

.testimonial__text-wrapper .kalpanik-item-icon {
  width: 130px;
  height: 130px;
  display: flex;
  min-width: 130px;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  border: 3px solid var(--white);
  margin-left: -20px;
}

@media only screen and (max-width: 767px) {
  .testimonial__item-content {
    margin-top: 40px;
  }
}

.testimonial__item-content p {
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -1.8px;
  color: rgba(255, 255, 255, 0.4);
  font-family: var(--font_bdogrotesk);
}

@media only screen and (max-width: 1199px) {
  .testimonial__item-content p {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial__item-content p {
    font-size: 23px;
    line-height: 36px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial__item-content p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial__item-content p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}

.testimonial__item-content p span {
  color: var(--white);
}

.testimonial__item-author {
  margin-top: 50px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .testimonial__item-author {
    padding-bottom: 0;
    margin-top: 30px;
    padding-bottom: 0px;
  }
}

.testimonial__item-author .kalpanik-name {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -1px;
}

.testimonial__item-author .designation {
  margin-top: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.4);
}

.testimonial .testimonial-pagination {
  z-index: 9;
  display: flex;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .testimonial .testimonial-pagination {
    display: none;
  }
}

.testimonial .testimonial-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 8px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
}

.testimonial .testimonial-pagination .swiper-pagination-bullet-active {
  background-color: var(--white);
}

/* team area style  */
.team-2.theme-bg-black .kalpanik-section-title-wrapper .kalpanik-subtitle-wrapper .section-subtitle {
  border: 1px solid var(--white);
  color: var(--white);
}

.team-2.theme-bg-black .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title {
  color: var(--white);
}

.team-2__inner {
  padding-bottom: 10px;
}

.team-2 .kalpanik-section-title-wrapper {
  grid-template-columns: 1fr 1095px;
}

@media only screen and (max-width: 1919px) {
  .team-2 .kalpanik-section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}

@media only screen and (max-width: 1199px) {
  .team-2 .kalpanik-section-title-wrapper {
    grid-template-columns: 1fr 650px;
  }
}

@media only screen and (max-width: 991px) {
  .team-2 .kalpanik-section-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.team-2 .kalpanik-section-title-wrapper .kalpanik-title-wrapper {
  max-width: 676px;
}

.team-2__wrapper-box {
  margin-top: 94px;
}

@media only screen and (max-width: 1919px) {
  .team-2__wrapper-box {
    margin-top: 64px;
  }
}

@media only screen and (max-width: 991px) {
  .team-2__wrapper-box {
    margin-top: 44px;
  }
}

.team-2__wrapper {
  display: grid;
  gap: 40px 20px;
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 991px) {
  .team-2__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .team-2__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.team-2__box:hover .kalpanik-component-media img {
  transform: scale(1.1);
}

.team-2__box .kalpanik-component-media {
  overflow: hidden;
}

.team-2__box .kalpanik-component-media img {
  width: 100%;
  transition: all 0.5s;
}

.team-2__box .kalpanik-name {
  font-size: 30px;
  font-weight: 310;
  line-height: 1;
  color: var(--white);
  letter-spacing: -0.07em;
}

.team-2__box .kalpanik-name:hover a {
  color: var(--secondary);
}

@media only screen and (max-width: 1919px) {
  .team-2__box .kalpanik-name {
    font-size: 24px;
  }
}

.team-2__box .kalpanik-post {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  margin-top: 3px;
  color: #536879;
}

.team-2__box .kalpanik-component-content {
  margin-top: 19px;
}

/* thinking area style  */
.thinking__wrapper {
  gap: 134px;
  display: grid;
  position: relative;
  margin-bottom: 80px;
  grid-template-columns: 1fr 1095px;
}

@media only screen and (max-width: 1919px) {
  .thinking__wrapper {
    gap: 100px;
    grid-template-columns: 1fr 700px;
  }
}

@media only screen and (max-width: 1399px) {
  .thinking__wrapper {
    gap: 50px;
    grid-template-columns: 1fr 600px;
  }
}

@media only screen and (max-width: 1199px) {
  .thinking__wrapper {
    gap: 50px;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .thinking__wrapper {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .thinking__wrapper {
    margin-bottom: 0px;
  }
}

.thinking__content .sub-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  margin-bottom: 90px;
  letter-spacing: -4.5px;
}

@media only screen and (max-width: 1919px) {
  .thinking__content .sub-title {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .thinking__content .sub-title {
    font-size: 70px;
    line-height: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .thinking__content .sub-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }

  .thinking__content .sub-title br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .thinking__content .sub-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.thinking__content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  max-width: 390px;
}

.thinking__content .kalpanik-component-title {
  z-index: 99;
  display: flex;
  bottom: -10px;
  font-size: 250px;
  font-weight: 400;
  line-height: 160px;
  position: absolute;
  align-items: center;
  letter-spacing: -12.5px;
  font-family: var(--font_ppeditor);
}

.thinking__content .kalpanik-component-title br {
  display: block;
}

@media only screen and (max-width: 1919px) {
  .thinking__content .kalpanik-component-title {
    font-size: 200px;
  }
}

@media only screen and (max-width: 1399px) {
  .thinking__content .kalpanik-component-title {
    font-size: 160px;
    line-height: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .thinking__content .kalpanik-component-title {
    font-size: 130px;
    line-height: 85px;
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .thinking__content .kalpanik-component-title {
    font-size: 112px;
    line-height: 75px;
    bottom: 0;
  }
}

@media (max-width: 575px) {
  .thinking__content .kalpanik-component-title {
    font-size: 65px;
    line-height: 45px;
    bottom: 0;
    position: inherit;
    letter-spacing: 0;
    margin-top: 20px;
  }
}

.thinking__content .kalpanik-component-title .big-letter {
  font-size: 765px;
  font-style: italic;
  font-weight: 400;
  line-height: 160px;
  display: inline-block;
  letter-spacing: -20.25px;
  margin-top: 95px;
}

@media only screen and (max-width: 1919px) {
  .thinking__content .kalpanik-component-title .big-letter {
    font-size: 560px;
  }
}

@media only screen and (max-width: 1399px) {
  .thinking__content .kalpanik-component-title .big-letter {
    font-size: 500px;
    letter-spacing: -5.25px;
  }
}

@media only screen and (max-width: 991px) {
  .thinking__content .kalpanik-component-title .big-letter {
    font-size: 450px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 767px) {
  .thinking__content .kalpanik-component-title .big-letter {
    font-size: 380px;
    letter-spacing: 0;
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .thinking__content .kalpanik-component-title .big-letter {
    font-size: 250px;
  }
}

.thinking__media {
  margin-top: 250px;
}

@media only screen and (max-width: 1199px) {
  .thinking__media {
    margin-top: 0;
  }
}

/* creative agency page css */
/* hero area 3 style  */
.hero-3-content {
  margin-top: 115px;
}

@media only screen and (max-width: 1199px) {
  .hero-3-content {
    margin-top: 95px;
  }
}

.hero-3-content .address {
  font-family: var(--font_bdogrotesk);
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.07em;
  color: var(--primary);
  padding-bottom: 17px;
  position: relative;
  display: inline-flex;
}

@media only screen and (max-width: 1919px) {
  .hero-3-content .address {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-3-content .address {
    letter-spacing: normal;
  }
}

.hero-3-content .address:hover::before {
  width: 0;
}

.hero-3-content .address:hover .kalpanik-item-icon .kalpanik-first {
  transform: translate(100%, -100%);
}

.hero-3-content .address:hover .kalpanik-item-icon .second {
  transform: translate(0%, 0%);
}

.hero-3-content .address::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: rgba(17, 17, 17, 0.5);
  transition: 0.3s;
}

.dark .hero-3-content .address::before {
  background-color: rgba(255, 255, 255, 0.5);
}

.hero-3-content .address a {
  display: flex;
  align-items: center;
  gap: 155px;
}

@media only screen and (max-width: 1199px) {
  .hero-3-content .address a {
    gap: 55px;
  }
}

@media (max-width: 575px) {
  .hero-3-content .address a {
    gap: 35px;
  }
}

.hero-3-content .address .kalpanik-item-icon {
  display: inline-block;
  line-height: 0;
  position: relative;
  overflow: hidden;
}

.hero-3-content .address .kalpanik-item-icon .kalpanik-first {
  transition: all 0.3s;
}

.hero-3-content .address .kalpanik-item-icon .second {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-100%, 100%);
  transition: all 0.3s;
  width: 0.72em;
  box-sizing: content-box;
  padding: var(--white-space);
}

.hero-3-content .address br {
  display: block;
}

.hero-3-content .kalpanik-section-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 110px;
  line-height: 0.86;
  letter-spacing: -0.07em;
}

@media only screen and (max-width: 1919px) {
  .hero-3-content .kalpanik-section-title {
    font-size: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-3-content .kalpanik-section-title {
    font-size: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-3-content .kalpanik-section-title {
    line-height: 1;
  }
}

@media (max-width: 575px) {
  .hero-3-content .kalpanik-section-title {
    font-size: 46px;
  }
}

.hero-3-content .kalpanik-section-title span {
  color: rgba(17, 17, 17, 0.45);
}

.dark .hero-3-content .kalpanik-section-title span {
  color: rgba(255, 255, 255, 0.45);
}

.hero-3-content .kalpanik-hero-video {
  width: 130px;
  height: 87px;
  border-radius: 25px;
  object-fit: cover;
  margin-left: 15px;
  margin-right: 5px;
  margin-bottom: -2px;
}

@media only screen and (max-width: 1919px) {
  .hero-3-content .kalpanik-hero-video {
    width: 90px;
    height: 62px;
    border-radius: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-3-content .kalpanik-hero-video {
    width: 70px;
    height: 48px;
    border-radius: 10px;
  }
}

@media (max-width: 575px) {
  .hero-3-content .kalpanik-hero-video {
    width: 60px;
    height: 38px;
    margin-left: 5px;
    margin-right: 2px;
  }
}

.hero-3-content .kalpanik-action-button {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 32px 46px;
  border-radius: 25px;
  background-color: rgb(255, 216, 12);
  border: none;
  color: var(--black);
}

@media only screen and (max-width: 1919px) {
  .hero-3-content .kalpanik-action-button {
    padding: 22px 36px;
    border-radius: 15px;
  }
}

.hero-3-content .kalpanik-action-button:hover .kalpanik-btn-wrap .kalpanik-text-two {
  color: var(--white);
}

.dark .hero-3-content .kalpanik-action-button:hover .kalpanik-btn-wrap .kalpanik-text-two {
  color: var(--black);
}

.hero-3-content .kalpanik-action-button:before {
  background-color: var(--black);
}

.dark .hero-3-content .kalpanik-action-button:before {
  background-color: var(--white);
}

.hero-3-content .kalpanik-action-button .kalpanik-btn-wrap .kalpanik-text-one {
  color: var(--black);
}

.hero-3-content .kalpanik-title-wrapper {
  margin-top: 230px;
}

@media only screen and (max-width: 1919px) {
  .hero-3-content .kalpanik-title-wrapper {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-3-content .kalpanik-title-wrapper {
    margin-top: 40px;
  }
}

.hero-3-content .kalpanik-btn-wrapper {
  margin-top: 47px;
}

.hero-3-content .kalpanik-meta-list {
  margin-top: 75px;
  max-width: 435px;
}

@media only screen and (max-width: 767px) {
  .hero-3-content .kalpanik-meta-list {
    margin-top: 45px;
  }
}

.hero-3-content .kalpanik-meta-list li {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.07em;
  color: var(--primary);
  list-style: none;
}

.hero-3-content .kalpanik-meta-list li span {
  color: rgba(17, 17, 17, 0.45);
}

.dark .hero-3-content .kalpanik-meta-list li span {
  color: rgba(255, 255, 255, 0.45);
}

.hero-3-content .kalpanik-meta-list ul {
  display: grid;
  gap: 20px 35px;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 575px) {
  .hero-3-content .kalpanik-meta-list ul {
    grid-template-columns: 1fr;
  }
}

.hero-3-thumb {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 10px;
}

.hero-3-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-area-3-inner {
  display: grid;
  gap: 5px;
  grid-template-columns: 950px 1fr;
}

@media only screen and (max-width: 1919px) {
  .hero-area-3-inner {
    grid-template-columns: 700px 1fr;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-area-3-inner {
    grid-template-columns: 500px 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .hero-area-3-inner {
    grid-template-columns: 1fr;
  }
}

.hero-3-content {
  background-color: var(--white);
  border-radius: 20px;
  padding: 63px 70px 67px;
}

.dark .hero-3-content {
  background-color: var(--black);
}

@media only screen and (max-width: 1199px) {
  .hero-3-content {
    padding: 23px 20px 27px;
  }
}

/* about area 3 style  */
.meta-3-box {
  background-color: var(--white);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 47px 50px 44px;
}

.dark .meta-3-box {
  background-color: var(--black);
}

@media only screen and (max-width: 1919px) {
  .meta-3-box {
    padding: 37px 40px 34px;
  }
}

@media only screen and (max-width: 1199px) {
  .meta-3-box {
    padding: 27px 20px 24px;
  }
}

.meta-3-box .kalpanik-component-text {
  font-weight: 400;
  font-size: 30px;
  line-height: 0.93;
  color: var(--primary);
}

@media only screen and (max-width: 1919px) {
  .meta-3-box .kalpanik-component-text {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1199px) {
  .meta-3-box .kalpanik-component-text {
    font-size: 20px;
  }
}

.meta-3-box .number {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 110px;
  line-height: 0.91;
  letter-spacing: -0.05em;
  display: inline-block;
  color: var(--primary);
  margin-top: 30px;
}

@media only screen and (max-width: 1919px) {
  .meta-3-box .number {
    font-size: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .meta-3-box .number {
    font-size: 60px;
  }
}

.meta-3-box .number .kalpanik-item-icon {
  font-size: 50px;
  line-height: 1;
  margin-left: 5px;
}

.meta-3-wrapper-box {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 575px) {
  .meta-3-wrapper-box {
    grid-template-columns: 1fr;
  }
}

.about-3-section-content {
  background-color: var(--white);
  border-radius: 20px;
  padding: 50px 50px 53px;
}

.dark .about-3-section-content {
  background-color: var(--black);
}

@media only screen and (max-width: 1919px) {
  .about-3-section-content {
    padding: 40px 40px 43px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-3-section-content {
    padding: 25px 20px 28px;
  }
}

.about-3-section-content .kalpanik-component-text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--primary);
  max-width: 570px;
}

@media only screen and (max-width: 1919px) {
  .about-3-section-content .kalpanik-component-text {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-3-section-content .kalpanik-component-text {
    font-size: 20px;
  }
}

.about-3-section-content .kalpanik-text-wrapper {
  margin-top: 62px;
}

@media only screen and (max-width: 1199px) {
  .about-3-section-content .kalpanik-text-wrapper {
    margin-top: 32px;
  }
}

.about-3-btn-wrapper {
  margin-top: 5px;
}

.about-area-3-inner {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 685px;
  padding-top: 5px;
}

@media only screen and (max-width: 1919px) {
  .about-area-3-inner {
    grid-template-columns: 1fr 555px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-area-3-inner {
    grid-template-columns: 1fr 415px;
  }
}

@media only screen and (max-width: 991px) {
  .about-area-3-inner {
    grid-template-columns: 1fr;
  }
}

/* portfolio area 3 style  */
.portfolio-area-3-inner {
  display: grid;
  gap: 5px;
  grid-template-columns: 560px 1fr;
  padding-top: 5px;
}

@media only screen and (max-width: 1199px) {
  .portfolio-area-3-inner {
    grid-template-columns: 460px 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio-area-3-inner {
    grid-template-columns: 1fr;
  }
}

.portfolio-3-content-wrapper {
  display: flex;
  flex-direction: column;
}

.portfolio-3-content {
  background-color: var(--white);
  border-radius: 20px;
  padding: 50px 50px 45px;
  flex-grow: 1;
  display: flex;
}

.dark .portfolio-3-content {
  background-color: var(--black);
}

@media only screen and (max-width: 1199px) {
  .portfolio-3-content {
    padding: 25px 20px 20px;
  }
}

.portfolio-3-content .kalpanik-section-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.portfolio-3-content .kalpanik-title-wrapper {
  margin-top: 31px;
}

.portfolio-3-button {
  width: 100px;
  height: 100px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  transition: all 0.5s;
}

.dark .portfolio-3-button {
  background-color: var(--black);
}

@media only screen and (max-width: 1199px) {
  .portfolio-3-button {
    width: 80px;
    height: 80px;
  }
}

.portfolio-3-button:hover {
  background-color: #FFD80C;
}

.portfolio-3-button:hover svg * {
  fill: var(--black);
}

.dark .portfolio-3-button:hover svg * {
  fill: var(--black);
}

.dark .portfolio-3-button svg * {
  fill: var(--white);
}

.portfolio-3-nav {
  display: flex;
  gap: 5px;
}

@media (max-width: 575px) {
  .portfolio-3-nav {
    order: 2;
  }
}

.portfolio-3-actions {
  display: grid;
  gap: 5px;
  margin-top: 5px;
  grid-template-columns: auto 1fr;
}

@media (max-width: 575px) {
  .portfolio-3-actions {
    grid-template-columns: 1fr;
  }
}

.portfolio-3-slider-box {
  width: 100%;
  overflow: hidden;
}

.portfolio-3-slider-box .slider-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.portfolio-3-slider-box .slider-wrapper .swiper {
  width: 100%;
}

.portfolio-3-slider-box .slider-wrapper .swiper-wrapper {
  width: 100%;
}

.portfolio-3-item {
  border-radius: 20px;
  overflow: hidden;
}

.portfolio-3-item .kalpanik-component-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* service area 3 style  */
.service-aera-3-inner {
  padding-top: 5px;
}

.service-3-content-wrapper {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 700px;
}

@media only screen and (max-width: 1199px) {
  .service-3-content-wrapper {
    grid-template-columns: 1fr 540px;
  }
}

@media only screen and (max-width: 991px) {
  .service-3-content-wrapper {
    grid-template-columns: 1fr;
  }
}

.service-3-content {
  background: var(--white);
  border-radius: 20px;
  padding: 50px 50px 45px;
}

.dark .service-3-content {
  background-color: var(--black);
}

@media only screen and (max-width: 1199px) {
  .service-3-content {
    padding: 25px 20px 20px;
  }
}

.service-3-content .kalpanik-title-wrapper {
  margin-top: 31px;
}

.service-3-content-last {
  display: grid;
  gap: 5px;
}

.service-3-text-wrapper {
  padding: 44px 50px 57px;
  background-color: var(--white);
  border-radius: 20px;
}

.dark .service-3-text-wrapper {
  background-color: var(--black);
}

@media only screen and (max-width: 1199px) {
  .service-3-text-wrapper {
    padding: 24px 20px 27px;
  }
}

.service-3-text-wrapper .kalpanik-component-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  color: var(--primary);
}

.services-3-wrapper-box {
  margin-top: 5px;
}

.services-3-wrapper {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(5, 1fr);
}

@media only screen and (max-width: 991px) {
  .services-3-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .services-3-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .services-3-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service-box-3 {
  background-color: var(--white);
  padding: 50px 50px 50px;
  border-radius: 20px;
  overflow: hidden;
}

.dark .service-box-3 {
  background-color: var(--black);
}

@media only screen and (max-width: 1919px) {
  .service-box-3 {
    padding: 40px 40px 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-box-3 {
    padding: 25px 20px 25px;
  }
}

.dark .service-box-3:hover .kalpanik-item-icon svg * {
  stroke: var(--black);
}

.dark .service-box-3:hover .kalpanik-component-title {
  color: var(--black);
}

.service-box-3:hover .action-shape:before {
  transform: scale(30);
}

.service-box-3 .kalpanik-item-icon {
  position: relative;
  z-index: 2;
}

.service-box-3 .kalpanik-item-icon svg {
  height: 80px;
}

@media only screen and (max-width: 1919px) {
  .service-box-3 .kalpanik-item-icon svg {
    height: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-box-3 .kalpanik-item-icon svg {
    height: 50px;
  }
}

.service-box-3 .kalpanik-item-icon svg * {
  transition: all 0.7s;
}

.dark .service-box-3 .kalpanik-item-icon svg * {
  stroke: var(--white);
}

.service-box-3 .kalpanik-component-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.07;
  letter-spacing: -0.05em;
  position: relative;
  z-index: 2;
  transition: all 0.7s;
}

@media only screen and (max-width: 1919px) {
  .service-box-3 .kalpanik-component-title {
    font-size: 24px;
  }
}

.service-box-3 .kalpanik-component-content {
  margin-top: 140px;
}

@media only screen and (max-width: 1919px) {
  .service-box-3 .kalpanik-component-content {
    margin-top: 110px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-box-3 .kalpanik-component-content {
    margin-top: 60px;
  }
}

.service-box-3 .action-shape {
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  font-size: 48px;
  color: var(--black);
  margin-top: 36px;
}

@media only screen and (max-width: 1199px) {
  .service-box-3 .action-shape {
    margin-top: 26px;
  }
}

.service-box-3 .action-shape:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFD80C;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.7s;
}

.services-3-image-wrapper {
  border-radius: 20px;
  margin-top: 5px;
  aspect-ratio: 100/52;
}

.services-3-image-wrapper img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  border-radius: 20px;
}

/* team area 3 style  */
.team-area-3-inner {
  display: grid;
  gap: 5px;
  grid-template-columns: 560px 1fr;
  padding-top: 5px;
}

@media only screen and (max-width: 1199px) {
  .team-area-3-inner {
    grid-template-columns: 360px 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .team-area-3-inner {
    grid-template-columns: 1fr;
  }
}

.team-3-content-wrapper {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.team-3-content {
  background: var(--white);
  border-radius: 20px;
  padding: 50px 50px 45px;
  flex-grow: 1;
  display: flex;
}

.dark .team-3-content {
  background-color: var(--black);
}

@media only screen and (max-width: 1199px) {
  .team-3-content {
    padding: 25px 20px 20px;
  }
}

.team-3-content .kalpanik-section-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.team-3-content .kalpanik-title-wrapper {
  margin-top: 31px;
}

.team-3-wrapper {
  display: grid;
  gap: 5px;
}

.team-box-3 {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px 30px;
  display: grid;
  gap: 20px 25px;
  grid-template-columns: auto 1fr auto;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}

.dark .team-box-3 {
  background-color: var(--black);
}

@media only screen and (max-width: 1919px) {
  .team-box-3 {
    padding: 20px 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .team-box-3 {
    padding: 15px 20px;
  }
}

@media (max-width: 575px) {
  .team-box-3 {
    grid-template-columns: 1fr;
  }
}

.team-box-3:hover {
  background-color: #FFD80C;
}

.team-box-3:hover .kalpanik-name {
  color: var(--black);
}

.team-box-3:hover .kalpanik-post {
  color: var(--black);
}

.dark .team-box-3:hover .social-links a {
  border-color: rgba(17, 17, 17, 0.15);
  color: var(--black);
}

.dark .team-box-3:hover .social-links a:hover {
  color: var(--white);
}

.team-box-3 .kalpanik-component-media {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.team-box-3 .kalpanik-component-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-box-3 .kalpanik-name {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.05em;
}

@media only screen and (max-width: 1199px) {
  .team-box-3 .kalpanik-name {
    font-size: 22px;
  }
}

.team-box-3 .kalpanik-post {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.02em;
  display: inline-block;
  margin-top: 11px;
}

.team-box-3 .social-links {
  display: flex;
  gap: 10px;
}

.team-box-3 .social-links a {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(17, 17, 17, 0.15);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 16px;
  color: var(--primary);
}

.dark .team-box-3 .social-links a {
  border-color: rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 1199px) {
  .team-box-3 .social-links a {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

.team-box-3 .social-links a:hover {
  background-color: var(--black);
  border-color: transparent;
  color: var(--white);
}

/* testimonial area 3 style  */
.testimonial-area-3-inner {
  padding-top: 5px;
  display: grid;
  gap: 5px;
  grid-template-columns: 385px 1fr;
}

@media only screen and (max-width: 1919px) {
  .testimonial-area-3-inner {
    grid-template-columns: 305px 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-area-3-inner {
    grid-template-columns: 1fr;
  }
}

.testimonial-3-content {
  background-color: var(--white);
  border-radius: 20px;
  padding: 50px 50px 46px;
}

.dark .testimonial-3-content {
  background-color: var(--black);
}

@media only screen and (max-width: 1919px) {
  .testimonial-3-content {
    padding: 40px 40px 36px;
  }
}

@media only screen and (max-width: 1199px) {
  .testimonial-3-content {
    padding: 25px 20px 20px;
  }
}

.testimonial-3-content .rating-box {
  margin-top: 59px;
}

@media only screen and (max-width: 1399px) {
  .testimonial-3-content .rating-box {
    margin-top: 39px;
  }
}

.testimonial-3-content .rating-box .rating {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 50px;
  line-height: 0.72;
  letter-spacing: -0.02em;
  color: var(--primary);
  display: flex;
  gap: 1px;
  align-items: flex-start;
}

@media only screen and (max-width: 1919px) {
  .testimonial-3-content .rating-box .rating {
    font-size: 40px;
  }
}

.testimonial-3-content .rating-box .rating .kalpanik-item-icon {
  font-size: 14px;
}

@media only screen and (max-width: 1919px) {
  .testimonial-3-content .rating-box .rating .kalpanik-item-icon {
    font-size: 12px;
  }
}

.testimonial-3-content .rating-box .kalpanik-component-text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
  margin-top: 17px;
}

.testimonial-3-content .rating-box .kalpanik-component-text span {
  color: var(--primary);
}

.testimonial-3-content .circle-text {
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  margin-top: 64px;
}

@media only screen and (max-width: 1919px) {
  .testimonial-3-content .circle-text {
    width: 150px;
    height: 150px;
  }
}

@media only screen and (max-width: 1399px) {
  .testimonial-3-content .circle-text {
    width: 120px;
    height: 120px;
    margin-top: 44px;
  }
}

.testimonial-3-content .circle-text .kalpanik-component-text {
  animation: t-spinner 5s infinite linear;
}

.testimonial-3-content .circle-text .shape {
  position: absolute;
  width: 79px;
}

@media only screen and (max-width: 1919px) {
  .testimonial-3-content .circle-text .shape {
    width: 59px;
  }
}

@media only screen and (max-width: 1199px) {
  .testimonial-3-content .circle-text .shape {
    width: 49px;
  }
}

.testimonial-3-nav {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr;
  margin-top: 5px;
}

.testimonial-3-button {
  width: 100%;
  height: 100px;
  background-color: var(--white);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.dark .testimonial-3-button {
  background-color: var(--black);
}

@media only screen and (max-width: 1199px) {
  .testimonial-3-button {
    height: 80px;
  }
}

.testimonial-3-button:hover {
  background-color: #FFD80C;
}

.testimonial-3-button:hover svg * {
  fill: var(--black);
}

.dark .testimonial-3-button:hover svg * {
  fill: var(--black);
}

.dark .testimonial-3-button svg * {
  fill: var(--white);
}

.testimonial-3-wrapper-box {
  border-radius: 20px;
  overflow: hidden;
}

.testimonial-3-wrapper-box .slider-wrapper {
  height: 100%;
}

.testimonial-3-wrapper-box .swiper {
  height: 100%;
}

.testimonial-3-item {
  background-color: var(--white);
  border-radius: 20px;
  padding: 50px 50px 47px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.dark .testimonial-3-item {
  background-color: var(--black);
}

@media only screen and (max-width: 1919px) {
  .testimonial-3-item {
    padding: 30px 30px 27px;
  }
}

@media only screen and (max-width: 1199px) {
  .testimonial-3-item {
    padding: 20px 20px 17px;
  }
}

.testimonial-3-item .kalpanik-item-icon img {
  height: 50px;
}

@media only screen and (max-width: 1919px) {
  .testimonial-3-item .kalpanik-item-icon img {
    height: 40px;
  }
}

.testimonial-3-item .kalpanik-text-wrapper {
  margin-top: 36px;
}

.testimonial-3-item .kalpanik-component-text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--primary);
}

@media only screen and (max-width: 1919px) {
  .testimonial-3-item .kalpanik-component-text {
    font-size: 24px;
  }
}

.testimonial-3-item .author {
  margin-top: 47px;
  border-top: 1px solid rgba(17, 17, 17, 0.15);
  padding-top: 15px;
  display: grid;
  gap: 10px 30px;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.dark .testimonial-3-item .author {
  border-color: rgba(255, 255, 255, 0.15);
}

.testimonial-3-item .kalpanik-name {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
}

.testimonial-3-item .kalpanik-post {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
  display: inline-block;
}

.testimonial-3-item .brand img {
  width: 103px;
}

@media only screen and (max-width: 1919px) {
  .testimonial-3-item .brand img {
    width: 83px;
  }
}

/* client area 3 style  */
.client-area-3-inner {
  padding-top: 5px;
  display: grid;
  gap: 5px;
  grid-template-columns: 745px 1fr;
}

@media only screen and (max-width: 1919px) {
  .client-area-3-inner {
    grid-template-columns: 675px 1fr;
  }
}

@media only screen and (max-width: 1199px) {
  .client-area-3-inner {
    grid-template-columns: 1fr;
  }
}

.client-3-content {
  background-color: var(--white);
  border-radius: 20px;
  padding: 50px 50px 47px;
}

.dark .client-3-content {
  background-color: var(--black);
}

@media only screen and (max-width: 1919px) {
  .client-3-content {
    padding: 40px 40px 37px;
  }
}

@media only screen and (max-width: 1199px) {
  .client-3-content {
    padding: 25px 20px 20px;
  }
}

.client-3-content .kalpanik-title-wrapper {
  margin-top: 31px;
}

.client-3-content .kalpanik-text-wrapper {
  margin-top: 46px;
}

@media only screen and (max-width: 1919px) {
  .client-3-content .kalpanik-text-wrapper {
    margin-top: 36px;
  }
}

.client-3-content .kalpanik-component-text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.05em;
}

.client-3-thumb {
  border-radius: 20px;
  overflow: hidden;
}

.client-3-thumb img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  border-radius: 20px;
}

.clients-3-wrapper-box {
  margin-top: 264px;
}

@media only screen and (max-width: 1919px) {
  .clients-3-wrapper-box {
    margin-top: 114px;
  }
}

@media only screen and (max-width: 1199px) {
  .clients-3-wrapper-box {
    margin-top: 84px;
  }
}

.clients-3-wrapper {
  display: flex;
  gap: 25px 50px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--border);
  padding-bottom: 30px;
}

/* design studio page css */
/* hero area 4 style  */
.hero-area-4-inner {
  margin-top: 97px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 555px 1025px;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1919px) {
  .hero-area-4-inner {
    grid-template-columns: 455px 775px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-area-4-inner {
    grid-template-columns: 365px 545px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-area-4-inner {
    grid-template-columns: 1fr;
  }
}

.hero-area-4-inner span.shape-1 {
  width: 877px;
  height: 877px;
  position: absolute;
  top: 169px;
  left: 74px;
  border: 1px solid var(--border);
  border-radius: 50%;
}

@media only screen and (max-width: 1919px) {
  .hero-area-4-inner span.shape-1 {
    width: 677px;
    height: 677px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-area-4-inner span.shape-1 {
    width: 577px;
    height: 577px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-area-4-inner span.shape-1 {
    width: 477px;
    height: 477px;
    top: 69px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-area-4-inner span.shape-1 {
    display: none;
  }
}

.hero-4-services-wrapper-box-1 {
  margin-top: 3px;
}

.hero-4-services-wrapper-1 {
  display: grid;
  gap: 40px 15px;
  grid-template-columns: 1fr 210px;
}

@media only screen and (max-width: 1919px) {
  .hero-4-services-wrapper-1 {
    grid-template-columns: 1fr 180px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-4-services-wrapper-1 {
    grid-template-columns: 1fr 150px;
    gap: 40px 10px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-4-services-wrapper-1 {
    grid-template-columns: 1fr 0.8fr;
  }
}

@media (max-width: 575px) {
  .hero-4-services-wrapper-1 {
    grid-template-columns: 1fr;
  }
}

.hero-4-service-box .kalpanik-component-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-4-service-box .kalpanik-component-content {
  margin-top: 12px;
}

.hero-4-service-box .kalpanik-component-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--primary);
  display: block;
}

.hero-4-section-content {
  margin-left: 225px;
}

@media only screen and (max-width: 1919px) {
  .hero-4-section-content {
    margin-left: 195px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-4-section-content {
    margin-left: 160px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-4-section-content {
    margin-left: 0;
  }
}

.hero-4-section-content .kalpanik-section-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--primary);
  display: block;
}

.hero-4-section-content .kalpanik-text-wrapper {
  margin-top: 62px;
}

@media only screen and (max-width: 1199px) {
  .hero-4-section-content .kalpanik-text-wrapper {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-4-section-content .kalpanik-text-wrapper {
    margin-top: 22px;
  }
}

.hero-4-section-content .kalpanik-component-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  max-width: 325px;
}

.hero-4-services-wrapper-box-2 {
  margin-top: 94px;
}

@media only screen and (max-width: 1919px) {
  .hero-4-services-wrapper-box-2 {
    margin-top: 64px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-4-services-wrapper-box-2 {
    margin-top: 44px;
  }
}

.hero-4-services-wrapper-2 {
  display: grid;
  gap: 40px 15px;
  grid-template-columns: 210px 1fr;
}

@media only screen and (max-width: 1919px) {
  .hero-4-services-wrapper-2 {
    grid-template-columns: 180px 1fr;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-4-services-wrapper-2 {
    grid-template-columns: 150px 1fr;
    gap: 40px 10px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-4-services-wrapper-2 {
    grid-template-columns: 0.8fr 1fr;
  }
}

@media (max-width: 575px) {
  .hero-4-services-wrapper-2 {
    grid-template-columns: 1fr;
  }
}

/* about area 4 style  */
.about-area-4 {
  overflow: hidden;
  margin-top: -47px;
}

@media only screen and (max-width: 1199px) {
  .about-area-4 {
    margin-top: 50px;
  }
}

@media (min-width: 1200px) {
  .about-4-title-wrapper .kalpanik-section-title {
    font-size: 140px;
    font-family: var(--font_bdogrotesk);
    font-weight: 400;
    line-height: 0.83;
    letter-spacing: -0.08em;
    text-transform: uppercase;
  }
}

@media (min-width: 1400px) {
  .about-4-title-wrapper .kalpanik-section-title {
    font-size: 170px;
  }
}

@media (min-width: 1920px) {
  .about-4-title-wrapper .kalpanik-section-title {
    font-size: 200px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-4-title-wrapper .kalpanik-section-title br {
    display: none;
  }
}

.about-4-title-shape {
  margin-left: 138px;
  display: inline-block;
}

@media only screen and (max-width: 1199px) {
  .about-4-title-shape {
    display: none;
  }
}

.about-4-title-shape img {
  width: 140px;
  height: 140px;
  margin-top: -34px;
}

@media only screen and (max-width: 1919px) {
  .about-4-title-shape img {
    height: 120px;
    width: 120px;
  }
}

@media only screen and (max-width: 1399px) {
  .about-4-title-shape img {
    height: 100px;
    width: 100px;
    margin-top: -24px;
  }
}

.about-4-section-content {
  margin-top: 306px;
  padding-bottom: 588px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 625px;
}

@media only screen and (max-width: 1919px) {
  .about-4-section-content {
    padding-bottom: 488px;
  }
}

@media only screen and (max-width: 1399px) {
  .about-4-section-content {
    padding-bottom: 338px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-4-section-content {
    margin-top: 26px;
    padding-bottom: 58px;
    grid-template-columns: 1fr;
  }
}

.about-4-section-content .kalpanik-component-text {
  font-family: var(--font-bdogrotesk);
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--primary);
}

@media only screen and (max-width: 1199px) {
  .about-4-section-content .kalpanik-component-text {
    font-size: 20px;
  }
}

.about-4-section-content .kalpanik-btn-wrapper {
  margin-top: 36px;
}

/* client area 4 style  */
.clients-4-wrapper-box {
  border-top: 1px solid rgba(17, 17, 17, 0.15);
  padding-top: 44px;
  padding-bottom: 44px;
}

.dark .clients-4-wrapper-box {
  border-color: rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 1919px) {
  .clients-4-wrapper-box {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

@media only screen and (max-width: 1199px) {
  .clients-4-wrapper-box {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.clients-4-wrapper {
  display: flex;
  gap: 30px 100px;
  justify-content: space-between;
  padding: 0 50px;
  width: max-content;
}

@media only screen and (max-width: 1199px) {
  .clients-4-wrapper {
    flex-wrap: wrap;
    width: auto;
  }
}

/* service area 4 style  */
.service-4-section-header {
  margin-top: 40px;
}

.kalpanik-primary-surface .service-4-section-header .section-subtitle-2 {
  color: var(--white);
}

.dark .kalpanik-primary-surface .service-4-section-header .section-subtitle-2 {
  color: var(--black);
}

.service-4-section-header .kalpanik-section-title {
  text-indent: 260px;
  max-width: 1150px;
}

.kalpanik-primary-surface .service-4-section-header .kalpanik-section-title {
  color: var(--white);
}

.dark .kalpanik-primary-surface .service-4-section-header .kalpanik-section-title {
  color: var(--black);
}

@media only screen and (max-width: 1919px) {
  .service-4-section-header .kalpanik-section-title {
    max-width: 950px;
  }
}

@media only screen and (max-width: 1399px) {
  .service-4-section-header .kalpanik-section-title {
    text-indent: 220px;
    max-width: 800px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-4-section-header .kalpanik-section-title {
    max-width: 700px;
  }
}

@media only screen and (max-width: 991px) {
  .service-4-section-header .kalpanik-section-title {
    text-indent: 0px;
  }
}

.service-4-section-header .kalpanik-title-wrapper {
  margin-top: -48px;
}

@media only screen and (max-width: 1919px) {
  .service-4-section-header .kalpanik-title-wrapper {
    margin-top: -44px;
  }
}

@media only screen and (max-width: 1399px) {
  .service-4-section-header .kalpanik-title-wrapper {
    margin-top: -42px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-4-section-header .kalpanik-title-wrapper {
    margin-top: -40px;
  }
}

@media only screen and (max-width: 991px) {
  .service-4-section-header .kalpanik-title-wrapper {
    margin-top: 18px;
  }
}

.services-4-wrapper-box {
  margin-top: -6px;
  border-top: 1px solid;
  padding-top: 43px;
  display: grid;
  gap: 0 60px;
  grid-template-columns: 1fr 850px;
}

.kalpanik-primary-surface .services-4-wrapper-box {
  border-color: rgba(255, 255, 255, 0.15);
}

.dark .kalpanik-primary-surface .services-4-wrapper-box {
  border-color: rgba(17, 17, 17, 0.15);
}

@media only screen and (max-width: 1199px) {
  .services-4-wrapper-box {
    grid-template-columns: 1fr;
    padding-top: 23px;
  }
}

.services-4-wrapper-box .jump-section-area {
  margin-top: 7px;
}

@media only screen and (max-width: 1199px) {
  .services-4-wrapper-box .jump-section-area {
    display: none;
  }
}

.services-4-wrapper-box .go-down {
  background-color: var(--white);
  color: var(--black);
}

.dark .services-4-wrapper-box .go-down {
  background-color: var(--black);
  color: var(--white);
}

.services-4-wrapper {
  display: grid;
  gap: 37px 60px;
  grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 767px) {
  .services-4-wrapper {
    grid-template-columns: 1fr;
  }
}

.service-box-4 .kalpanik-component-content {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: 130px 1fr;
}

@media (max-width: 575px) {
  .service-box-4 .kalpanik-component-content {
    grid-template-columns: 1fr;
  }
}

.service-box-4 .kalpanik-component-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-top: 4px;
}

.kalpanik-primary-surface .service-box-4 .kalpanik-component-title {
  color: var(--white);
}

.dark .kalpanik-primary-surface .service-box-4 .kalpanik-component-title {
  color: var(--black);
}

.service-box-4 .kalpanik-component-title a:hover {
  color: #555555;
}

.service-box-4 .service-list li {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.05em;
  list-style: none;
}

.kalpanik-primary-surface .service-box-4 .service-list li {
  color: #555555;
}

.dark .kalpanik-primary-surface .service-box-4 .service-list li {
  color: #536879;
}

/* portfolio area 4 style  */
.portfolio-area-4 {
  position: relative;
  z-index: -1;
}

.portfolio-area-4-columns {
  margin-top: 35px;
  display: grid;
  gap: 50px 70px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .portfolio-area-4-columns {
    gap: 50px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-area-4-columns {
    grid-template-columns: 1fr;
  }
}

.portfolio-area-4-columns .col-first {
  order: 2;
}

@media only screen and (max-width: 767px) {
  .portfolio-area-4-columns .col-first {
    order: unset;
  }
}

.portfolio-area-4-columns .col-second {
  margin-top: 9px;
}

@media only screen and (max-width: 767px) {
  .portfolio-area-4-columns .col-second {
    margin-top: 0;
  }
}

.portfolio-4-section-header {
  margin-bottom: 24px;
}

@media (min-width: 1919px) {
  .portfolio-4-section-header {
    margin-left: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .portfolio-4-section-header {
    margin-bottom: 0;
  }
}

.kalpanik-primary-surface .portfolio-4-section-header .section-subtitle-2 {
  color: var(--white);
}

.dark .kalpanik-primary-surface .portfolio-4-section-header .section-subtitle-2 {
  color: var(--black);
}

.portfolio-4-section-header .kalpanik-title-wrapper {
  margin-top: 28px;
}

@media only screen and (max-width: 1199px) {
  .portfolio-4-section-header .kalpanik-title-wrapper {
    margin-top: 18px;
  }
}

.kalpanik-primary-surface .portfolio-4-section-header .kalpanik-section-title {
  color: var(--white);
}

.dark .kalpanik-primary-surface .portfolio-4-section-header .kalpanik-section-title {
  color: var(--black);
}

.portfolio-4-wrapper {
  display: grid;
  gap: 150px 0px;
  grid-template-columns: 1fr;
}

@media only screen and (max-width: 1919px) {
  .portfolio-4-wrapper {
    gap: 120px 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .portfolio-4-wrapper {
    gap: 100px 0px;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio-4-wrapper {
    gap: 50px 0px;
  }
}

.kalpanik-primary-surface .portfolio-4-wrapper .portfolio-4-item .kalpanik-component-content {
  border-color: rgba(255, 255, 255, 0.15);
}

.dark .kalpanik-primary-surface .portfolio-4-wrapper .portfolio-4-item .kalpanik-component-content {
  border-color: rgba(17, 17, 17, 0.15);
}

.kalpanik-primary-surface .portfolio-4-wrapper .portfolio-4-item .kalpanik-component-title {
  color: var(--white);
}

.dark .kalpanik-primary-surface .portfolio-4-wrapper .portfolio-4-item .kalpanik-component-title {
  color: var(--black);
}

.portfolio-4-wrapper .portfolio-4-item .kalpanik-component-title a:hover {
  color: #536879;
}

.dark .portfolio-4-wrapper .portfolio-4-item .kalpanik-component-title a:hover {
  color: #555555;
}

.kalpanik-primary-surface .portfolio-4-wrapper .portfolio-4-item .kalpanik-tag {
  color: var(--white);
}

.dark .kalpanik-primary-surface .portfolio-4-wrapper .portfolio-4-item .kalpanik-tag {
  color: var(--black);
}

.kalpanik-primary-surface .portfolio-4-wrapper .portfolio-4-item .kalpanik-date {
  color: var(--white);
}

.dark .kalpanik-primary-surface .portfolio-4-wrapper .portfolio-4-item .kalpanik-date {
  color: var(--black);
}

.portfolio-4-wrapper .portfolio-4-item .kalpanik-action-button {
  background: #1A1A1A;
}

.dark .portfolio-4-wrapper .portfolio-4-item .kalpanik-action-button {
  background: #F1F1F1;
}

.portfolio-4-wrapper .portfolio-4-item .kalpanik-action-button .kalpanik-btn-wrap .kalpanik-text-one,
.portfolio-4-wrapper .portfolio-4-item .kalpanik-action-button .kalpanik-btn-wrap .kalpanik-text-two {
  color: var(--white);
}

.dark .portfolio-4-wrapper .portfolio-4-item .kalpanik-action-button .kalpanik-btn-wrap .kalpanik-text-one,
.dark .portfolio-4-wrapper .portfolio-4-item .kalpanik-action-button .kalpanik-btn-wrap .kalpanik-text-two {
  color: var(--black);
}

.portfolio-4-wrapper .portfolio-4-item .kalpanik-action-button::before {
  background-color: var(--white);
}

.dark .portfolio-4-wrapper .portfolio-4-item .kalpanik-action-button::before {
  background-color: var(--black);
}

.portfolio-4-wrapper .portfolio-4-item .kalpanik-action-button:hover .kalpanik-btn-wrap .kalpanik-text-one,
.portfolio-4-wrapper .portfolio-4-item .kalpanik-action-button:hover .kalpanik-btn-wrap .kalpanik-text-two {
  color: var(--black);
}

.dark .portfolio-4-wrapper .portfolio-4-item .kalpanik-action-button:hover .kalpanik-btn-wrap .kalpanik-text-one,
.dark .portfolio-4-wrapper .portfolio-4-item .kalpanik-action-button:hover .kalpanik-btn-wrap .kalpanik-text-two {
  color: var(--white);
}

.portfolio-4-item .kalpanik-component-media {
  border-radius: 15px;
  overflow: hidden;
}

.portfolio-4-item .kalpanik-component-media img {
  width: 100%;
  cursor: none;
  height: 100%;
  object-fit: cover;
}

.portfolio-4-item .kalpanik-component-content {
  gap: 20px;
  display: flex;
  margin-top: 26px;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
  justify-content: space-between;
}

.dark .portfolio-4-item .kalpanik-component-content {
  border-color: rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 1199px) {
  .portfolio-4-item .kalpanik-component-content {
    margin-top: 14px;
    flex-wrap: wrap;
  }
}

.portfolio-4-item .kalpanik-component-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
}

@media only screen and (max-width: 1199px) {
  .portfolio-4-item .kalpanik-component-title {
    font-size: 18px;
  }
}

.portfolio-4-item .kalpanik-component-title a:hover {
  color: var(--secondary);
}

.portfolio-4-item .kalpanik-tag {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  display: block;
  letter-spacing: -0.05em;
  font-family: var(--font_bdogrotesk);
  color: var(--primary);
}

@media only screen and (max-width: 1199px) {
  .portfolio-4-item .kalpanik-tag {
    font-size: 18px;
  }
}

.portfolio-4-item .kalpanik-date {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
  display: block;
  font-family: var(--font_bdogrotesk);
  color: var(--primary);
}

@media only screen and (max-width: 1199px) {
  .portfolio-4-item .kalpanik-date {
    font-size: 18px;
  }
}

.portfolio-4-item .kalpanik-action-button {
  padding: 12px 13px;
  font-size: 16px;
  font-weight: 500;
  background: #F1F1F1;
  border-color: transparent;
}

.dark .portfolio-4-item .kalpanik-action-button {
  background-color: #1A1A1A;
}

.portfolio-4-item .kalpanik-action-button i {
  margin-left: 5px;
  rotate: -45deg;
  transition: all 0.2s;
}

.portfolio-4-item .kalpanik-action-button .kalpanik-btn-wrap .kalpanik-text-one,
.portfolio-4-item .kalpanik-action-button .kalpanik-btn-wrap .kalpanik-text-two {
  color: var(--primary);
}

.portfolio-4-item .kalpanik-action-button::before {
  background-color: var(--primary);
}

.portfolio-4-item .kalpanik-action-button:hover i {
  rotate: 0deg;
}

.portfolio-4-item .kalpanik-action-button:hover .kalpanik-btn-wrap .kalpanik-text-one,
.portfolio-4-item .kalpanik-action-button:hover .kalpanik-btn-wrap .kalpanik-text-two {
  color: var(--white);
}

.dark .portfolio-4-item .kalpanik-action-button:hover .kalpanik-btn-wrap .kalpanik-text-one,
.dark .portfolio-4-item .kalpanik-action-button:hover .kalpanik-btn-wrap .kalpanik-text-two {
  color: var(--black);
}

.portfolio-4-section-footer {
  text-align: center;
}

.portfolio-4-section-footer .kalpanik-section-content {
  margin-top: 76px;
}

@media only screen and (max-width: 1919px) {
  .portfolio-4-section-footer .kalpanik-section-content {
    margin-top: 36px;
  }
}

@media only screen and (max-width: 1399px) {
  .portfolio-4-section-footer .kalpanik-section-content {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio-4-section-footer .kalpanik-section-content {
    margin-top: 0px;
  }
}

.portfolio-4-section-footer .kalpanik-component-text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.kalpanik-primary-surface .portfolio-4-section-footer .kalpanik-component-text {
  color: var(--white);
}

.dark .kalpanik-primary-surface .portfolio-4-section-footer .kalpanik-component-text {
  color: var(--black);
}

@media only screen and (max-width: 1199px) {
  .portfolio-4-section-footer .kalpanik-component-text {
    font-size: 24px;
  }
}

.portfolio-4-section-footer .kalpanik-btn-wrapper {
  margin-top: 37px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .portfolio-4-section-footer .kalpanik-btn-wrapper {
    margin-top: 27px;
  }
}

.portfolio-4-section-footer .kalpanik-btn-wrapper .kalpanik-action-button {
  border: 1px solid var(--white);
  background-color: transparent;
}

.dark .portfolio-4-section-footer .kalpanik-btn-wrapper .kalpanik-action-button {
  border-color: var(--black);
}

.dark .portfolio-4-section-footer .kalpanik-btn-wrapper .kalpanik-action-button .kalpanik-btn-wrap .kalpanik-text-two {
  color: var(--white);
}

/* team area 4 style  */
.team-4-wrapper-box {
  margin-top: -6px;
}

.team-4-wrapper {
  display: inline-flex;
  gap: 40px 20px;
}

@media only screen and (max-width: 1199px) {
  .team-4-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 991px) {
  .team-4-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .team-4-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.team-4-box {
  width: 460px;
}

@media only screen and (max-width: 1919px) {
  .team-4-box {
    width: 340px;
  }
}

@media only screen and (max-width: 1399px) {
  .team-4-box {
    width: 320px;
  }
}

@media only screen and (max-width: 991px) {
  .team-4-box {
    width: 100%;
  }
}

.team-4-box:hover .kalpanik-component-media img {
  transform: scale(1.1);
}

.team-4-box .kalpanik-component-media {
  overflow: hidden;
}

.team-4-box .kalpanik-component-media img {
  width: 100%;
  transition: all 0.5s;
}

.team-4-box .kalpanik-name {
  font-family: var(--font_bdogrotesk);
  font-size: 18px;
  font-weight: 4000;
  line-height: 1;
  letter-spacing: -0.05em;
}

.team-4-box .kalpanik-name a:hover {
  color: var(--secondary);
}

.team-4-box .kalpanik-post {
  font-family: var(--font_bdogrotesk);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  display: inline-block;
  margin-top: 4px;
}

.team-4-box .kalpanik-component-content {
  margin-top: 17px;
}

/* counter area 4 style  */
.counter-area-4 {
  border-radius: 30px 30px 0 0;
  background-color: var(--white);
  margin-top: -30px;
  position: relative;
}

.dark .counter-area-4 {
  background-color: var(--black);
}

.counter-area-4 .area-top-shape {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.counter-area-4 .area-top-shape:before {
  position: absolute;
  content: "";
  width: calc(100% - 60px);
  height: 30px;
  border-radius: 15px 15px 0 0;
  background-color: #828282;
  top: -10px;
  left: 30px;
  z-index: -1;
}

.dark .counter-area-4 .area-top-shape:before {
  background-color: #ACACAC;
}

.counter-area-4 .area-top-shape:after {
  position: absolute;
  content: "";
  width: calc(100% - 100px);
  height: 30px;
  border-radius: 15px 15px 0 0;
  background-color: #4D4D4D;
  top: -20px;
  left: 50px;
  z-index: -2;
}

.dark .counter-area-4 .area-top-shape:after {
  background-color: #D6D6D6;
}

.counter-4-section-header {
  margin-top: 40px;
}

.counter-4-section-header .kalpanik-section-title {
  text-indent: 260px;
  max-width: 1190px;
}

@media only screen and (max-width: 1919px) {
  .counter-4-section-header .kalpanik-section-title {
    max-width: 990px;
  }
}

@media only screen and (max-width: 1399px) {
  .counter-4-section-header .kalpanik-section-title {
    text-indent: 220px;
    max-width: 840px;
  }
}

@media only screen and (max-width: 1199px) {
  .counter-4-section-header .kalpanik-section-title {
    max-width: 740px;
  }
}

@media only screen and (max-width: 991px) {
  .counter-4-section-header .kalpanik-section-title {
    text-indent: 0px;
  }
}

.counter-4-section-header .kalpanik-title-wrapper {
  margin-top: -48px;
}

@media only screen and (max-width: 1919px) {
  .counter-4-section-header .kalpanik-title-wrapper {
    margin-top: -44px;
  }
}

@media only screen and (max-width: 1399px) {
  .counter-4-section-header .kalpanik-title-wrapper {
    margin-top: -42px;
  }
}

@media only screen and (max-width: 1199px) {
  .counter-4-section-header .kalpanik-title-wrapper {
    margin-top: -40px;
  }
}

@media only screen and (max-width: 991px) {
  .counter-4-section-header .kalpanik-title-wrapper {
    margin-top: 18px;
  }
}

.counter-4-section-content {
  margin-top: -6px;
  border-top: 1px solid rgba(17, 17, 17, 0.15);
  padding-top: 33px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 770px;
}

.dark .counter-4-section-content {
  border-color: rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 1399px) {
  .counter-4-section-content {
    grid-template-columns: 1fr 570px;
  }
}

@media only screen and (max-width: 1199px) {
  .counter-4-section-content {
    grid-template-columns: 1fr 520px;
    padding-top: 23px;
  }
}

@media only screen and (max-width: 991px) {
  .counter-4-section-content {
    grid-template-columns: 1fr;
  }
}

.counter-4-section-content .jump-section-area {
  margin-top: 17px;
}

@media only screen and (max-width: 1199px) {
  .counter-4-section-content .jump-section-area {
    display: none;
  }
}

.counter-4-section-content .kalpanik-text-wrapper {
  margin-top: 161px;
}

@media only screen and (max-width: 1199px) {
  .counter-4-section-content .kalpanik-text-wrapper {
    margin-top: 0;
  }
}

.counter-4-section-content .info-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  max-width: 317px;
}

.counter-4-wrapper {
  display: grid;
  gap: 41px 70px;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 575px) {
  .counter-4-wrapper {
    grid-template-columns: 1fr;
  }
}

.counter-4-item .number {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 90px;
  line-height: 1.83;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--primary);
  display: inline-block;
}

@media only screen and (max-width: 1919px) {
  .counter-4-item .number {
    font-size: 60px;
  }
}

@media (max-width: 575px) {
  .counter-4-item .number {
    font-size: 50px;
  }
}

.counter-4-item .kalpanik-component-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: var(--primary);
  border-top: 1px solid rgba(17, 17, 17, 0.15);
  padding-top: 19px;
  margin-top: 4px;
}

.dark .counter-4-item .kalpanik-component-text {
  border-color: rgba(255, 255, 255, 0.15);
}

.counter-4-item.kalpanik-span-2 {
  grid-column: span 2;
}

@media (max-width: 575px) {
  .counter-4-item.kalpanik-span-2 {
    grid-column: auto;
  }
}

.counter-4-item.kalpanik-span-2 .number {
  font-size: 200px;
  line-height: 0.83;
  margin-bottom: 44px;
}

@media only screen and (max-width: 1919px) {
  .counter-4-item.kalpanik-span-2 .number {
    font-size: 140px;
  }
}

@media (max-width: 575px) {
  .counter-4-item.kalpanik-span-2 .number {
    font-size: 50px;
    line-height: 1.83;
    margin-bottom: 0;
  }
}

/* testimonial area 4 style  */
.testimonial-4-section-header {
  margin-top: 87px;
}

.testimonial-4-section-header .kalpanik-section-title {
  text-indent: 260px;
  max-width: 760px;
}

@media only screen and (max-width: 1919px) {
  .testimonial-4-section-header .kalpanik-section-title {
    max-width: 660px;
  }
}

@media only screen and (max-width: 1399px) {
  .testimonial-4-section-header .kalpanik-section-title {
    text-indent: 220px;
    max-width: 560px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial-4-section-header .kalpanik-section-title {
    text-indent: 0px;
  }
}

.testimonial-4-section-header .kalpanik-title-wrapper {
  margin-top: -48px;
}

@media only screen and (max-width: 1919px) {
  .testimonial-4-section-header .kalpanik-title-wrapper {
    margin-top: -44px;
  }
}

@media only screen and (max-width: 1399px) {
  .testimonial-4-section-header .kalpanik-title-wrapper {
    margin-top: -42px;
  }
}

@media only screen and (max-width: 1199px) {
  .testimonial-4-section-header .kalpanik-title-wrapper {
    margin-top: -40px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial-4-section-header .kalpanik-title-wrapper {
    margin-top: 18px;
  }
}

.testimonial-4-section-content {
  margin-top: -6px;
  border-top: 1px solid rgba(17, 17, 17, 0.15);
  padding-top: 45px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 990px;
}

.dark .testimonial-4-section-content {
  border-color: rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 1399px) {
  .testimonial-4-section-content {
    grid-template-columns: 1fr 890px;
  }
}

@media only screen and (max-width: 1199px) {
  .testimonial-4-section-content {
    grid-template-columns: 1fr;
    padding-top: 25px;
  }
}

.testimonial-4-section-content .jump-section-area {
  margin-top: 5px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-4-section-content .jump-section-area {
    display: none;
  }
}

.testimonial-4-section-content .col-second {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 500px;
}

@media only screen and (max-width: 991px) {
  .testimonial-4-section-content .col-second {
    grid-template-columns: 1fr 400px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-4-section-content .col-second {
    grid-template-columns: 1fr;
  }
}

.testimonial-4-info {
  margin-top: 5px;
}

.testimonial-4-info .rating-box {
  margin-top: 59px;
}

@media only screen and (max-width: 1399px) {
  .testimonial-4-info .rating-box {
    margin-top: 39px;
  }
}

.testimonial-4-info .rating-box .rating {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 50px;
  line-height: 0.72;
  letter-spacing: -0.02em;
  color: var(--primary);
  display: flex;
  gap: 1px;
  align-items: flex-start;
}

@media only screen and (max-width: 1919px) {
  .testimonial-4-info .rating-box .rating {
    font-size: 40px;
  }
}

.testimonial-4-info .rating-box .rating .kalpanik-item-icon {
  font-size: 14px;
}

@media only screen and (max-width: 1919px) {
  .testimonial-4-info .rating-box .rating .kalpanik-item-icon {
    font-size: 12px;
  }
}

.testimonial-4-info .rating-box .kalpanik-component-text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
  margin-top: 17px;
}

.testimonial-4-info .rating-box .kalpanik-component-text span {
  color: var(--primary);
}

.testimonial-4-info .circle-text {
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
}

@media only screen and (max-width: 1919px) {
  .testimonial-4-info .circle-text {
    width: 150px;
    height: 150px;
  }
}

@media only screen and (max-width: 1399px) {
  .testimonial-4-info .circle-text {
    width: 120px;
    height: 120px;
  }
}

.testimonial-4-info .circle-text .kalpanik-component-text {
  animation: t-spinner 5s infinite linear;
}

.testimonial-4-info .circle-text .shape {
  position: absolute;
  width: 79px;
}

@media only screen and (max-width: 1919px) {
  .testimonial-4-info .circle-text .shape {
    width: 59px;
  }
}

@media only screen and (max-width: 1199px) {
  .testimonial-4-info .circle-text .shape {
    width: 49px;
  }
}

.testimonial-4-wrapper-box {
  overflow: hidden;
}

.testimonial-4-item .kalpanik-component-text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--primary);
}

@media only screen and (max-width: 1199px) {
  .testimonial-4-item .kalpanik-component-text {
    font-size: 24px;
  }
}

.testimonial-4-item .author {
  margin-top: 42px;
}

.testimonial-4-item .kalpanik-name {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
}

.testimonial-4-item .kalpanik-post {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
  display: inline-block;
}

.testimonial-4-pagination {
  display: flex;
  gap: 10px;
  margin-top: 96px;
}

@media only screen and (max-width: 1919px) {
  .testimonial-4-pagination {
    margin-top: 86px;
  }
}

@media only screen and (max-width: 1399px) {
  .testimonial-4-pagination {
    margin-top: 76px;
  }
}

@media only screen and (max-width: 1199px) {
  .testimonial-4-pagination {
    margin-top: 56px;
  }
}

.testimonial-4-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #E6E6E6;
  opacity: 1;
}

.dark .testimonial-4-pagination .swiper-pagination-bullet {
  background-color: #555555;
}

.testimonial-4-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary);
}

.testimonial-4-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

/* blog area 4 style  */
.blog-4-section-header {
  margin-top: 26px;
}

.blog-4-section-header .kalpanik-section-title {
  text-indent: 260px;
  max-width: 730px;
}

@media only screen and (max-width: 1919px) {
  .blog-4-section-header .kalpanik-section-title {
    max-width: 630px;
  }
}

@media only screen and (max-width: 1399px) {
  .blog-4-section-header .kalpanik-section-title {
    text-indent: 220px;
    max-width: 530px;
  }
}

@media only screen and (max-width: 1399px) {
  .blog-4-section-header .kalpanik-section-title {
    max-width: 480px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-4-section-header .kalpanik-section-title {
    text-indent: 0px;
  }
}

.blog-4-section-header .kalpanik-title-wrapper {
  margin-top: -48px;
}

@media only screen and (max-width: 1919px) {
  .blog-4-section-header .kalpanik-title-wrapper {
    margin-top: -44px;
  }
}

@media only screen and (max-width: 1399px) {
  .blog-4-section-header .kalpanik-title-wrapper {
    margin-top: -42px;
  }
}

@media only screen and (max-width: 1199px) {
  .blog-4-section-header .kalpanik-title-wrapper {
    margin-top: -40px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-4-section-header .kalpanik-title-wrapper {
    margin-top: 18px;
  }
}

.blog-4-section-content {
  margin-top: -6px;
  border-top: 1px solid rgba(17, 17, 17, 0.15);
  padding-top: 43px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 510px;
}

.dark .blog-4-section-content {
  border-color: rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 1199px) {
  .blog-4-section-content {
    padding-top: 23px;
    grid-template-columns: 1fr;
  }
}

.blog-4-section-content .jump-section-area {
  margin-top: 7px;
}

@media only screen and (max-width: 1199px) {
  .blog-4-section-content .jump-section-area {
    display: none;
  }
}

.blog-4-section-content .info-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.blogs-4-wrapper-box {
  margin-top: 63px;
}

@media only screen and (max-width: 1199px) {
  .blogs-4-wrapper-box {
    margin-top: 43px;
  }
}

.blogs-4-wrapper {
  display: grid;
  gap: 71px 15px;
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 1919px) {
  .blogs-4-wrapper {
    gap: 61px 15px;
  }
}

@media only screen and (max-width: 991px) {
  .blogs-4-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 51px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .blogs-4-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 41px 15px;
  }
}

.blog-item-4:hover .kalpanik-component-media img {
  transform: scale(1.1);
}

.blog-item-4 .kalpanik-component-media {
  overflow: hidden;
  border-radius: 15px;
}

.blog-item-4 .kalpanik-component-media img {
  width: 100%;
  transition: all 0.5s;
}

.blog-item-4 .kalpanik-component-content {
  margin-top: 20px;
}

.blog-item-4 .kalpanik-component-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  max-width: 340px;
}

@media only screen and (max-width: 1399px) {
  .blog-item-4 .kalpanik-component-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1199px) {
  .blog-item-4 .kalpanik-component-title {
    font-size: 22px;
  }
}

.blog-item-4 .kalpanik-component-title a:hover {
  color: var(--secondary);
}

.blog-item-4 .kalpanik-item-meta {
  gap: 5px;
  display: flex;
  margin-top: 19px;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .blog-item-4 .kalpanik-item-meta {
    margin-top: 14px;
  }
}

.blog-item-4 .kalpanik-item-meta li {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  list-style: none;
}

.blog-item-4 .kalpanik-item-meta li a span {
  font-weight: 500;
  color: var(--primary);
  display: inline-block;
  transition: all 0.3s;
}

.blog-item-4 .kalpanik-item-meta li a:hover {
  color: #555;
}

.blog-item-4 .kalpanik-item-meta li a:hover span {
  color: #555;
}

/* cta area 4 style  */
.cta-area-4-inner {
  overflow: hidden;
}

.cta-4-section-header {
  margin-top: 41px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
  padding-bottom: 90px;
}

@media only screen and (max-width: 1919px) {
  .cta-4-section-header {
    margin-top: 31px;
    padding-top: 30px;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 1199px) {
  .cta-4-section-header {
    margin-top: 11px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .cta-4-section-header {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .cta-4-section-header {
    padding-bottom: 25px;
  }
}

.cta-4-section-header .kalpanik-title-wrapper {
  animation: 13s t-slide infinite linear;
}

.cta-4-section-header .kalpanik-section-title {
  font-family: var(--font_bdogrotesk);
  font-size: 280px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.07em;
  white-space: nowrap;
}

@media only screen and (max-width: 1919px) {
  .cta-4-section-header .kalpanik-section-title {
    font-size: 210px;
  }
}

@media only screen and (max-width: 1399px) {
  .cta-4-section-header .kalpanik-section-title {
    font-size: 190px;
  }
}

@media only screen and (max-width: 1199px) {
  .cta-4-section-header .kalpanik-section-title {
    font-size: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .cta-4-section-header .kalpanik-section-title {
    font-size: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .cta-4-section-header .kalpanik-section-title {
    font-size: 80px;
  }
}

@media (max-width: 575px) {
  .cta-4-section-header .kalpanik-section-title {
    font-size: 55px;
  }
}

.cta-4-section-header .kalpanik-section-title a {
  display: inline-flex;
  align-items: center;
}

.cta-4-section-header .kalpanik-section-title .line {
  width: 0.7em;
  height: 0.1em;
  background-color: var(--primary);
  display: inline-block;
  align-self: center;
  margin-left: 0.3em;
  margin-right: 0.2em;
}

/* branding agency page css */
.section-title-6 {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 215px;
  line-height: 0.86;
  letter-spacing: -0.09em;
  text-transform: uppercase;
}

@media only screen and (max-width: 1919px) {
  .section-title-6 {
    font-size: 165px;
  }
}

@media only screen and (max-width: 1399px) {
  .section-title-6 {
    font-size: 155px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-title-6 {
    font-size: 115px;
  }
}

@media only screen and (max-width: 991px) {
  .section-title-6 {
    font-size: 85px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-6 {
    font-size: 60px;
    letter-spacing: -0.05em;
    line-height: 1;
  }
}

@media (max-width: 575px) {
  .section-title-6 {
    font-size: 38px;
  }
}

/* hero area 6 style  */
.hero-6-section-content {
  margin-top: 27px;
}

@media only screen and (max-width: 1199px) {
  .hero-6-section-content {
    margin-top: 107px;
  }
}

.hero-6-section-content .kalpanik-meta-list {
  max-width: 580px;
  margin-left: auto;
}

@media only screen and (max-width: 1199px) {
  .hero-6-section-content .kalpanik-meta-list {
    margin-left: 0;
  }
}

.hero-6-section-content .kalpanik-meta-list ul {
  display: grid;
  gap: 15px 40px;
  grid-template-columns: 200px 200px;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .hero-6-section-content .kalpanik-meta-list ul {
    grid-template-columns: 1fr;
  }
}

.hero-6-section-content .kalpanik-meta-list li {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--primary);
  list-style: none;
}

.hero-6-section-content .kalpanik-meta-list li br {
  display: block;
}

.hero-6-section-content .kalpanik-section-title-wrapper {
  margin-top: 51px;
}

@media only screen and (max-width: 1199px) {
  .hero-6-section-content .kalpanik-section-title-wrapper {
    margin-top: 41px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-6-section-content .kalpanik-section-title-wrapper {
    margin-top: 31px;
  }
}

.hero-6-nav {
  position: relative;
  z-index: 1;
  margin-top: 146px;
}

@media only screen and (max-width: 1919px) {
  .hero-6-nav {
    margin-top: 96px;
  }
}

.hero-6-nav .kalpanik-main-menu li a {
  font-size: 16px;
  font-weight: 500;
  padding: 0 0;
  text-transform: uppercase;
  justify-content: space-between;
}

.hero-6-nav .kalpanik-main-menu li a:hover {
  color: var(--primary);
}

.hero-6-nav .kalpanik-main-menu>ul {
  gap: 40px;
}

.hero-6-nav .kalpanik-main-menu>ul>li {
  flex-grow: 1;
  max-width: 270px;
}

.hero-6-nav .kalpanik-main-menu>ul>li:hover>a {
  color: var(--secondary);
  border-color: var(--primary);
}

.dark .hero-6-nav .kalpanik-main-menu>ul>li:hover>a {
  border-color: var(--primary);
}

.hero-6-nav .kalpanik-main-menu>ul>li>a {
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}

.dark .hero-6-nav .kalpanik-main-menu>ul>li>a {
  border-color: rgba(255, 255, 255, 0.2);
}

.hero-6-nav .kalpanik-main-menu ul.kalpanik-dp-menu {
  min-width: 100%;
}

.hero-6-thumb {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .hero-6-thumb {
    margin-top: 30px;
  }
}

/* about area 6 style  */
.about-6-section-header {
  margin-top: 193px;
  position: relative;
}

@media only screen and (max-width: 1919px) {
  .about-6-section-header {
    margin-top: 143px;
  }
}

@media only screen and (max-width: 1399px) {
  .about-6-section-header {
    margin-top: 93px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-6-section-header {
    margin-top: 53px;
  }
}

.about-6-section-header .meta-text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--primary);
  max-width: 435px;
  margin-inline: auto;
}

.about-6-section-header .kalpanik-section-title-wrapper {
  margin-top: 174px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1919px) {
  .about-6-section-header .kalpanik-section-title-wrapper {
    margin-top: 124px;
  }
}

@media only screen and (max-width: 1399px) {
  .about-6-section-header .kalpanik-section-title-wrapper {
    margin-top: 74px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-6-section-header .kalpanik-section-title-wrapper {
    margin-top: 34px;
  }
}

.about-6-section-header .section-title-6 {
  text-align: center;
}

.about-6-section-content {
  display: grid;
  gap: 40px 90px;
  grid-template-columns: 1.9fr 440px 1fr;
  align-items: flex-end;
  margin-top: -241px;
}

@media only screen and (max-width: 1919px) {
  .about-6-section-content {
    margin-top: -191px;
  }
}

@media only screen and (max-width: 1399px) {
  .about-6-section-content {
    margin-top: -151px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-6-section-content {
    margin-top: 60px;
    gap: 40px 60px;
  }
}

@media only screen and (max-width: 991px) {
  .about-6-section-content {
    grid-template-columns: 1fr;
  }
}

.about-6-section-content .about-6-thumb-1 {
  margin-bottom: 7px;
}

.about-6-section-content .meta-text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--primary);
}

@media only screen and (max-width: 767px) {
  .about-6-section-content .meta-text {
    letter-spacing: 0;
  }
}

.about-6-section-content .kalpanik-component-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: justify;
  color: var(--primary);
  margin-top: 137px;
}

@media only screen and (max-width: 1919px) {
  .about-6-section-content .kalpanik-component-text {
    margin-top: 87px;
  }
}

@media only screen and (max-width: 1399px) {
  .about-6-section-content .kalpanik-component-text {
    margin-top: 37px;
  }
}

@media only screen and (max-width: 767px) {
  .about-6-section-content .kalpanik-component-text {
    font-size: 18px;
    line-height: 26px;
  }
}

.about-6-section-content .about-6-thumb-2 {
  margin-left: auto;
  margin-bottom: 7px;
}

@media only screen and (max-width: 991px) {
  .about-6-section-content .about-6-thumb-2 {
    margin-left: 0;
  }
}

/* service area 6 style  */
.service-6-section-header {
  margin-top: 71px;
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
}

@media only screen and (max-width: 1919px) {
  .service-6-section-header {
    margin-top: 41px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-6-section-header {
    margin-top: 21px;
  }
}

@media only screen and (max-width: 767px) {
  .service-6-section-header {
    grid-template-columns: 1fr;
  }
}

.service-6-section-header .kalpanik-btn-wrapper {
  margin-bottom: 6px;
}

.service-6-section-header .kalpanik-underlined-link {
  color: var(--primary);
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  gap: 10px;
}

.service-6-section-header .kalpanik-underlined-link span {
  margin-right: 30px;
}

.service-6-section-header .kalpanik-underlined-link i {
  transform: rotate(0deg);
}

.service-6-section-header .kalpanik-underlined-link::before {
  height: 1px;
}

.services-6-wrapper-box {
  margin-top: 91px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 1300px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1919px) {
  .services-6-wrapper-box {
    grid-template-columns: 1fr 1100px;
    margin-top: 61px;
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 1399px) {
  .services-6-wrapper-box {
    grid-template-columns: 1fr 1000px;
  }
}

@media only screen and (max-width: 1199px) {
  .services-6-wrapper-box {
    grid-template-columns: 1fr;
    margin-top: 41px;
    margin-bottom: 40px;
  }
}

.services-6-wrapper-box .meta-text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--primary);
}

@media only screen and (max-width: 767px) {
  .services-6-wrapper-box .meta-text {
    letter-spacing: 0;
  }
}

.services-6-wrapper {
  margin-top: 3px;
  display: grid;
  gap: 50px 100px;
  grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 767px) {
  .services-6-wrapper {
    grid-template-columns: 1fr;
  }
}

.services-6-wrapper>* {
  position: relative;
}

.services-6-wrapper>*:nth-child(2n):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--border);
  top: 0;
  left: -50px;
}

@media only screen and (max-width: 767px) {
  .services-6-wrapper>*:nth-child(2n):before {
    display: none;
  }
}

.service-box-6 {
  display: grid;
  gap: 30px 40px;
  grid-template-columns: 1fr 280px;
  border-top: 1px solid var(--border);
  padding-top: 23px;
}

@media only screen and (max-width: 1199px) {
  .service-box-6 {
    grid-template-columns: 1fr;
  }
}

.service-box-6 .kalpanik-component-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin-top: 4px;
}

.service-box-6 .kalpanik-component-title a:hover {
  color: var(--secondary);
}

.service-box-6 .kalpanik-component-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-box-6 .service-list li {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.05em;
  list-style: none;
  color: #536879;
}

.dark .service-box-6 .service-list li {
  color: #555555;
}

.service-box-6 .kalpanik-component-media {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 36px;
}

.service-box-6 .kalpanik-component-media img {
  width: 100%;
}

.portfolio-6-section-header {
  margin-top: 78px;
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
}

@media only screen and (max-width: 1919px) {
  .portfolio-6-section-header {
    margin-top: 48px;
  }
}

@media only screen and (max-width: 1199px) {
  .portfolio-6-section-header {
    margin-top: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-6-section-header {
    grid-template-columns: 1fr;
  }
}

.kalpanik-primary-surface .portfolio-6-section-header .section-title-6 {
  color: var(--white);
}

.dark .kalpanik-primary-surface .portfolio-6-section-header .section-title-6 {
  color: var(--black);
}

.portfolio-6-section-header .kalpanik-btn-wrapper {
  margin-bottom: 6px;
}

.portfolio-6-section-header .kalpanik-underlined-link {
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  gap: 10px;
}

.kalpanik-primary-surface .portfolio-6-section-header .kalpanik-underlined-link {
  color: var(--white);
}

.dark .kalpanik-primary-surface .portfolio-6-section-header .kalpanik-underlined-link {
  color: var(--black);
}

.portfolio-6-section-header .kalpanik-underlined-link span {
  margin-right: 30px;
}

.portfolio-6-section-header .kalpanik-underlined-link i {
  transform: rotate(0deg);
}

.portfolio-6-section-header .kalpanik-underlined-link::before {
  height: 1px;
}

.portfolio-6-wrapper-box {
  margin-top: -6px;
}

.portfolio-6-wrapper {
  display: grid;
  gap: 20px 20px;
  grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 1199px) {
  .portfolio-6-wrapper {
    gap: 40px 20px;
  }
}

@media (max-width: 575px) {
  .portfolio-6-wrapper {
    grid-template-columns: 1fr;
  }
}

.portfolio-6-wrapper>*.kalpanik-span-2 {
  grid-column: span 2;
}

@media (max-width: 575px) {
  .portfolio-6-wrapper>*.kalpanik-span-2 {
    grid-column: auto;
  }
}

.portfolio-6-item {
  position: relative;
  display: block;
  cursor: pointer;
}

.portfolio-6-item:hover:before {
  opacity: 1;
  transition: all 0.3s;
}

.portfolio-6-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(17, 17, 17, 0.6);
  opacity: 0;
  pointer-events: none;
}

.portfolio-6-item .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: auto;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
  transform: translate3d(0, 0, 0) scale(0.1);
  transition: opacity 0.3s ease, clip-path 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (max-width: 1199px) {
  .portfolio-6-item .hover-image {
    width: 320px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-6-item .hover-image {
    width: 220px;
  }
}

.portfolio-6-item .hover-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.portfolio-6-item .hover-text {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}

.portfolio-6-item .hover-text h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--white);
}

.portfolio-6-item .hover-text p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--white);
}

.kalpanik-primary-surface .approach-section-header .section-title-6 {
  color: var(--white);
}

.dark .kalpanik-primary-surface .approach-section-header .section-title-6 {
  color: var(--black);
}

.approach-wrapper {
  border-top: 1px solid;
  margin-top: 93px;
}

.kalpanik-primary-surface .approach-wrapper {
  border-color: #292929;
}

.dark .kalpanik-primary-surface .approach-wrapper {
  border-color: #E7E7E7;
}

@media only screen and (max-width: 1199px) {
  .approach-wrapper {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .approach-wrapper {
    margin-top: 40px;
  }
}

.approach-wrapper .approach-item {
  gap: 30px;
  display: grid;
  padding-top: 60px;
  padding-bottom: 110px;
  border-bottom: 1px solid;
  grid-template-columns: 238px 820px 1fr;
}

.kalpanik-primary-surface .approach-wrapper .approach-item {
  border-color: #292929;
}

.dark .kalpanik-primary-surface .approach-wrapper .approach-item {
  border-color: #E7E7E7;
}

@media only screen and (max-width: 1919px) {
  .approach-wrapper .approach-item {
    grid-template-columns: 238px 600px 1fr;
  }
}

@media only screen and (max-width: 1399px) {
  .approach-wrapper .approach-item {
    grid-template-columns: 238px 400px 1fr;
  }
}

@media only screen and (max-width: 1199px) {
  .approach-wrapper .approach-item {
    grid-template-columns: 150px 320px 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .approach-wrapper .approach-item {
    grid-template-columns: 120px 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .approach-wrapper .approach-item {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .approach-wrapper .approach-item {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .approach-wrapper .approach-item>*:nth-child(3) {
    grid-column: span 2;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .approach-wrapper .approach-item>*:nth-child(3) {
    grid-column: auto;
    max-width: 100%;
  }
}

.approach-wrapper .approach-item .sub-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.kalpanik-primary-surface .approach-wrapper .approach-item .sub-title {
  color: var(--white);
}

.dark .kalpanik-primary-surface .approach-wrapper .approach-item .sub-title {
  color: var(--black);
}

@media (max-width: 575px) {
  .approach-wrapper .approach-item .sub-title {
    font-size: 25px;
  }
}

.approach-wrapper .approach-item .kalpanik-component-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.kalpanik-primary-surface .approach-wrapper .approach-item .kalpanik-component-title {
  color: var(--white);
}

.dark .kalpanik-primary-surface .approach-wrapper .approach-item .kalpanik-component-title {
  color: var(--black);
}

@media only screen and (max-width: 991px) {
  .approach-wrapper .approach-item .kalpanik-component-title br {
    display: none;
  }
}

@media (max-width: 575px) {
  .approach-wrapper .approach-item .kalpanik-component-title {
    font-size: 25px;
  }
}

.approach-wrapper .approach-item p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  max-width: 500px;
}

.kalpanik-primary-surface .approach-wrapper .approach-item p {
  color: #536879;
}

.dark .kalpanik-primary-surface .approach-wrapper .approach-item p {
  color: #555555;
}

.fun-fact-area .fun-fact-area-inner {
  margin-top: 93px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

@media only screen and (max-width: 1199px) {
  .fun-fact-area .fun-fact-area-inner {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .fun-fact-area .fun-fact-area-inner {
    margin-top: 40px;
  }
}

.fun-fact-area .fun-fact-wrapper {
  display: inline-flex;
  align-items: self-start;
  gap: 10px;
}

@media only screen and (max-width: 767px) {
  .fun-fact-area .fun-fact-wrapper {
    flex-wrap: wrap;
  }
}

.fun-fact-area .fun-fact__item {
  border-radius: 10px;
  width: 440px;
}

@media only screen and (max-width: 1199px) {
  .fun-fact-area .fun-fact__item {
    width: 400px;
  }
}

@media only screen and (max-width: 991px) {
  .fun-fact-area .fun-fact__item {
    width: 300px;
  }
}

.fun-fact-area .fun-fact__item.has--card {
  height: 355px;
  padding: 40px;
  position: relative;
  border-radius: 10px;
  background-color: #F1F1F1;
}

.dark .fun-fact-area .fun-fact__item.has--card {
  background-color: #1A1A1A;
}

@media only screen and (max-width: 991px) {
  .fun-fact-area .fun-fact__item.has--card {
    height: 280px;
  }
}

.fun-fact-area .fun-fact__item.has--card .kalpanik-component-content {
  max-width: 207px;
}

.fun-fact-area .fun-fact__item.has--card .kalpanik-component-content h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -1px;
  color: rgba(17, 17, 17, 0.5);
}

.dark .fun-fact-area .fun-fact__item.has--card .kalpanik-component-content h6 {
  color: rgba(255, 255, 255, 0.5);
}

.fun-fact-area .fun-fact__item.has--card .kalpanik-component-content h6 span {
  color: var(--primary);
}

.fun-fact-area .fun-fact__item.has--card .kalpanik-component-content a {
  gap: 10px;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  margin-top: 170px;
  line-height: 30px;
  position: relative;
  align-items: center;
  color: var(--primary);
  letter-spacing: -0.7px;
  text-transform: uppercase;
  justify-content: space-between;
  font-family: var(--font_bdogrotesk);
}

@media only screen and (max-width: 991px) {
  .fun-fact-area .fun-fact__item.has--card .kalpanik-component-content a {
    margin-top: 100px;
  }
}

.fun-fact-area .fun-fact__item.has--card .kalpanik-component-content a span {
  margin-right: 30px;
}

.fun-fact-area .fun-fact__item.has--card .kalpanik-component-content a::before {
  bottom: 0;
  left: 50%;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  transition: all 0.3s ease;
  transform: translateX(-50%);
  background-color: currentColor;
}

@media only screen and (max-width: 767px) {
  .fun-fact-area .fun-fact__item.has--card .kalpanik-component-content a::before {
    height: 3px;
  }
}

.fun-fact-area .fun-fact__item.has--card .kalpanik-component-content a:hover::before {
  width: 0;
}

.fun-fact-area .fun-fact__item .media {
  position: relative;
}

.fun-fact-area .fun-fact__item .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.fun-fact-area .fun-fact__item .media .kalpanik-component-text {
  max-width: 202px;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
}

.fun-fact-area .fun-fact__item .media .kalpanik-component-text h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 0.5);
}

.fun-fact-area .fun-fact__item .media .kalpanik-component-text h6 span {
  color: var(--white);
}

.brand-area-6 .brand-area-6-inner ul {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .brand-area-6 .brand-area-6-inner ul {
    gap: 20px;
  }
}

.brand-area-6 .brand-area-6-inner ul li img {
  transition: all 0.3s;
}

.brand-area-6 .brand-area-6-inner ul li:hover img {
  transform: scale(1.1);
}

.call-to-action .call-to-action-inner {
  height: 100vh;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575px) {
  .call-to-action .call-to-action-inner {
    height: inherit;
    padding: 60px 0;
  }
}

.call-to-action .call-to-action-inner .cta-btn {
  padding: 0;
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  text-align: center;
  position: relative;
  color: var(--primary);
  display: inline-block;
  border-radius: 0;
  padding-bottom: 23px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
  background-color: transparent;
  border: none;
}

@media only screen and (max-width: 991px) {
  .call-to-action .call-to-action-inner .cta-btn {
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .call-to-action .call-to-action-inner .cta-btn {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    padding-bottom: 5px;
  }
}

@media (max-width: 575px) {
  .call-to-action .call-to-action-inner .cta-btn {
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
    padding-bottom: 0px;
  }
}

.call-to-action .call-to-action-inner .cta-btn .kalpanik-btn-wrap .kalpanik-text-one,
.call-to-action .call-to-action-inner .cta-btn .kalpanik-btn-wrap .kalpanik-text-two {
  color: var(--primary);
}

.call-to-action .call-to-action-inner .cta-btn .kalpanik-btn-wrap .kalpanik-text-two {
  left: 50%;
  transform: translate(-50%, 0%);
}

.call-to-action .call-to-action-inner .cta-btn:hover .kalpanik-btn-wrap .kalpanik-text-two {
  left: 50%;
  transform: translate(-50%, -50%);
}

.call-to-action .call-to-action-inner .cta-btn::before {
  bottom: 0;
  left: 50%;
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  transition: all 0.3s ease;
  transform: translateX(-50%);
  background-color: currentColor;
}

@media only screen and (max-width: 767px) {
  .call-to-action .call-to-action-inner .cta-btn::before {
    height: 3px;
  }
}

.call-to-action .call-to-action-inner .cta-btn:hover::before {
  width: 20%;
}

.cta-area-6 .cta-area-6-inner {
  text-align: center;
  padding-bottom: 63px;
}

.cta-area-6 .cta-area-6-inner-title {
  font-size: 215px;
  font-weight: 400;
  line-height: 185px;
  text-align: center;
  color: var(--primary);
  letter-spacing: -19.35px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
}

@media only screen and (max-width: 1399px) {
  .cta-area-6 .cta-area-6-inner-title {
    font-size: 180px;
    letter-spacing: -15px;
  }
}

@media only screen and (max-width: 1199px) {
  .cta-area-6 .cta-area-6-inner-title {
    font-size: 130px;
    letter-spacing: -10px;
    line-height: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .cta-area-6 .cta-area-6-inner-title {
    font-size: 90px;
    letter-spacing: -5px;
    line-height: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .cta-area-6 .cta-area-6-inner-title {
    font-size: 60px;
    letter-spacing: 0px;
    line-height: 60px;
  }
}

@media (max-width: 575px) {
  .cta-area-6 .cta-area-6-inner-title {
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 45px;
  }
}

.cta-area-6 .cta-area-6-inner-title img {
  width: 280px;
  height: 160px;
  margin-top: -40px;
  display: inline-block;
}

@media only screen and (max-width: 1399px) {
  .cta-area-6 .cta-area-6-inner-title img {
    width: 220px;
    height: 130px;
    margin-top: -30px;
  }
}

@media only screen and (max-width: 1199px) {
  .cta-area-6 .cta-area-6-inner-title img {
    width: 170px;
    height: 95px;
    margin-top: -20px;
  }
}

@media only screen and (max-width: 991px) {
  .cta-area-6 .cta-area-6-inner-title img {
    width: 110px;
    height: 66px;
    margin-top: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .cta-area-6 .cta-area-6-inner-title img {
    width: 70px;
    height: 45px;
    margin-top: -7px;
  }
}

@media (max-width: 575px) {
  .cta-area-6 .cta-area-6-inner-title img {
    width: 50px;
    height: 30px;
    margin-top: -5px;
  }
}

/* video production page css */
/* hero area 8 style  */
.hero-area-8 {
  position: relative;
  z-index: 1;
}

.hero-8-inner {
  height: 100vh;
}

@media only screen and (max-width: 991px) {
  .hero-8-inner {
    height: auto;
  }
}

.hero-8-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-8-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-8-content {
  padding-top: 175px;
  padding-bottom: 28px;
  display: flex;
  gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media only screen and (max-width: 1919px) {
  .hero-8-content {
    padding-top: 125px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-8-content {
    padding-top: 95px;
  }
}

.hero-8-content .kalpanik-subtitle-wrapper {
  text-align: center;
  margin-top: 159px;
}

@media only screen and (max-width: 1919px) {
  .hero-8-content .kalpanik-subtitle-wrapper {
    margin-top: 109px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-8-content .kalpanik-subtitle-wrapper {
    margin-top: 69px;
  }
}

.hero-8-content .kalpanik-meta-list li {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--white);
  list-style: none;
}

.hero-8-content .kalpanik-meta-list li a:hover {
  color: #536879;
}

.hero-8-content .kalpanik-meta-list .line {
  width: 20px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
}

.hero-8-content .meta-list-center {
  margin-top: 25px;
}

.hero-8-content .meta-list-center ul {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

.hero-8-content .meta-list-center ul li {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .hero-8-content .meta-list-bottom {
    margin-top: 100px;
  }
}

.hero-8-content .meta-list-bottom ul {
  display: grid;
  gap: 10px 30px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .hero-8-content .meta-list-bottom ul {
    grid-template-columns: 1fr 1fr;
  }
}

.hero-8-content .meta-list-bottom ul>*:nth-child(2) {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .hero-8-content .meta-list-bottom ul>*:nth-child(2) {
    display: none;
  }
}

.hero-8-content .meta-list-bottom ul>*:nth-child(3) {
  text-align: end;
}

.hero-8-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 255px;
  line-height: 0.9;
  letter-spacing: -0.05em;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
}

@media only screen and (max-width: 1919px) {
  .hero-8-title {
    font-size: 185px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-8-title {
    font-size: 165px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-8-title {
    font-size: 125px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-8-title {
    font-size: 95px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-8-title {
    font-size: 70px;
  }
}

@media (max-width: 575px) {
  .hero-8-title {
    font-size: 45px;
  }
}

.hero-8-title span {
  font-family: var(--font_tartuffotrial);
  font-weight: 400;
}

.hero-8-subtitle {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  display: inline-block;
}

/* about area 8 style  */
.about-area-8 {
  position: relative;
  z-index: 1;
  background-color: var(--white);
}

.dark .about-area-8 {
  background-color: var(--black);
}

.about-8-header {
  padding-top: 47px;
}

.about-8-header .kalpanik-title-wrapper {
  padding-top: 39px;
}

.about-8-header .kalpanik-section-title {
  max-width: 1180px;
}

.about-8-header .kalpanik-section-title span {
  font-family: var(--font_ppeditorialnewregular);
  color: rgba(17, 17, 17, 0.4);
}

.dark .about-8-header .kalpanik-section-title span {
  color: rgba(255, 255, 255, 0.4);
}

.about-8-item-wrapper-box {
  margin-top: -5px;
}

.about-8-item-wrapper {
  border-top: 1px solid rgba(17, 17, 17, 0.15);
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
  display: grid;
  gap: 0 140px;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.dark .about-8-item-wrapper {
  border-color: rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 1199px) {
  .about-8-item-wrapper {
    gap: 0 80px;
  }
}

@media only screen and (max-width: 767px) {
  .about-8-item-wrapper {
    grid-template-columns: 1fr;
  }
}

.about-8-item-wrapper:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.15);
  top: 0;
  left: 50%;
}

.dark .about-8-item-wrapper:before {
  background-color: rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 767px) {
  .about-8-item-wrapper:before {
    display: none;
  }
}

.about-8-item-wrapper>*:not(:first-child) {
  border-top: 1px solid rgba(17, 17, 17, 0.15);
}

.about-8-item {
  text-align: center;
  padding: 48px 0 50px 0;
}

@media only screen and (max-width: 1399px) {
  .about-8-item {
    padding: 38px 0 40px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .about-8-item {
    padding: 28px 0 30px 0;
  }
}

.about-8-item .kalpanik-component-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.about-8-item .kalpanik-component-text {
  font-size: 20px;
  line-height: 28px;
  color: var(--primary);
  max-width: 390px;
  margin-inline: auto;
  margin-top: 71px;
}

@media only screen and (max-width: 1919px) {
  .about-8-item .kalpanik-component-text {
    margin-top: 41px;
  }
}

@media only screen and (max-width: 1399px) {
  .about-8-item .kalpanik-component-text {
    margin-top: 21px;
  }
}

.about-8-item .kalpanik-component-media {
  margin-top: 83px;
  margin-top: 83px;
  aspect-ratio: 100/128;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1919px) {
  .about-8-item .kalpanik-component-media {
    margin-top: 63px;
  }
}

@media only screen and (max-width: 1399px) {
  .about-8-item .kalpanik-component-media {
    margin-top: 43px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-8-item .kalpanik-component-media {
    margin-top: 33px;
  }
}

/* portfolio area 8 style  */
.portfolio-8-header {
  margin-top: 197px;
  text-align: center;
}

@media only screen and (max-width: 1919px) {
  .portfolio-8-header {
    margin-top: 147px;
  }
}

@media only screen and (max-width: 1399px) {
  .portfolio-8-header {
    margin-top: 97px;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio-8-header {
    margin-top: 47px;
  }
}

.portfolio-8-header .kalpanik-title-wrapper {
  margin-top: 171px;
}

@media only screen and (max-width: 1919px) {
  .portfolio-8-header .kalpanik-title-wrapper {
    margin-top: 121px;
  }
}

@media only screen and (max-width: 1399px) {
  .portfolio-8-header .kalpanik-title-wrapper {
    margin-top: 71px;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio-8-header .kalpanik-title-wrapper {
    margin-top: 21px;
  }
}

.portfolio-8-header .kalpanik-text-wrapper {
  margin-top: 192px;
}

@media only screen and (max-width: 1919px) {
  .portfolio-8-header .kalpanik-text-wrapper {
    margin-top: 142px;
  }
}

@media only screen and (max-width: 1399px) {
  .portfolio-8-header .kalpanik-text-wrapper {
    margin-top: 92px;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio-8-header .kalpanik-text-wrapper {
    margin-top: 42px;
  }
}

.portfolio-8-header .kalpanik-component-text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--primary);
  max-width: 410px;
  margin-inline: auto;
}

.portfolio-8-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 465px;
  line-height: 0.9;
  letter-spacing: -34px;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  margin-left: -60px;
}

@media only screen and (max-width: 1919px) {
  .portfolio-8-title {
    font-size: 345px;
  }
}

@media only screen and (max-width: 1399px) {
  .portfolio-8-title {
    font-size: 280px;
    margin-left: -20px;
    letter-spacing: -20px;
  }
}

@media only screen and (max-width: 1199px) {
  .portfolio-8-title {
    font-size: 235px;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio-8-title {
    font-size: 175px;
    margin-left: -10px;
    letter-spacing: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-8-title {
    font-size: 120px;
    margin-left: 0px;
    letter-spacing: 0px;
  }
}

@media (max-width: 575px) {
  .portfolio-8-title {
    font-size: 65px;
  }
}

.works-wrapper-box-8 {
  margin-top: 196px;
}

@media only screen and (max-width: 1919px) {
  .works-wrapper-box-8 {
    margin-top: 146px;
  }
}

@media only screen and (max-width: 1399px) {
  .works-wrapper-box-8 {
    margin-top: 96px;
  }
}

@media only screen and (max-width: 991px) {
  .works-wrapper-box-8 {
    margin-top: 46px;
  }
}

.works-wrapper-8 {
  display: grid;
  gap: 28px 10px;
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 767px) {
  .works-wrapper-8 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.work-box-8 .kalpanik-component-media {
  overflow: hidden;
}

.work-box-8 .kalpanik-component-media img,
.work-box-8 .kalpanik-component-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 100/70;
}

.work-box-8 .kalpanik-component-content {
  margin-top: 9px;
}

.work-box-8 .kalpanik-component-title {
  font-family: var(--font_bdogrotesk);
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.03em;
}

.work-box-8 .kalpanik-component-title a:hover {
  color: var(--secondary);
}

.work-box-8 .kalpanik-tag {
  font-family: var(--font_bdogrotesk);
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.03em;
  display: block;
  color: var(--primary);
}

/* cta area 8 style  */
.cta-area-8-inner {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-8-header {
  text-align: center;
}

.cta-8-header .kalpanik-section-title {
  max-width: 940px;
  margin-inline: auto;
}

.cta-8-header .kalpanik-btn-wrapper {
  margin-top: 92px;
}

@media only screen and (max-width: 1919px) {
  .cta-8-header .kalpanik-btn-wrapper {
    margin-top: 72px;
  }
}

@media only screen and (max-width: 1399px) {
  .cta-8-header .kalpanik-btn-wrapper {
    margin-top: 62px;
  }
}

@media only screen and (max-width: 991px) {
  .cta-8-header .kalpanik-btn-wrapper {
    margin-top: 52px;
  }
}

@media only screen and (max-width: 767px) {
  .cta-8-header .kalpanik-btn-wrapper {
    margin-top: 42px;
  }
}

.cta-8-header .kalpanik-underlined-link {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 8px;
}

/* fun fact area 8 style  */
.fun-fact-area-8 {
  position: relative;
  z-index: 1;
}

.fun-fact-8-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.fun-fact-8-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fun-fact-8-inner {
  height: 100vh;
  display: grid;
  align-items: center;
}

.fun-fact-8-content .kalpanik-meta-list ul {
  display: grid;
  gap: 30px 30px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .fun-fact-8-content .kalpanik-meta-list ul {
    grid-template-columns: 1fr;
  }
}

.fun-fact-8-content .kalpanik-meta-list ul>* {
  display: flex;
}

.fun-fact-8-content .kalpanik-meta-list ul>*:nth-child(2) {
  justify-content: center;
}

.fun-fact-8-content .kalpanik-meta-list ul>*:nth-child(3) {
  justify-content: end;
}

.fun-fact-8-content .meta-item {
  text-align: center;
}

.fun-fact-8-content .meta-item .kalpanik-component-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #536879;
}

.fun-fact-8-content .meta-item .info {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--white);
  display: inline-block;
}

/* award area 8 style  */
.award-8-inner {
  position: relative;
}

.award-8-inner .shape-1 {
  position: absolute;
  width: 180px;
  left: 765px;
  top: 1050px;
}

@media only screen and (max-width: 1919px) {
  .award-8-inner .shape-1 {
    left: 465px;
    top: 850px;
  }
}

@media only screen and (max-width: 1399px) {
  .award-8-inner .shape-1 {
    top: 670px;
  }
}

@media only screen and (max-width: 1199px) {
  .award-8-inner .shape-1 {
    left: 185px;
    top: 600px;
  }
}

@media only screen and (max-width: 991px) {
  .award-8-inner .shape-1 {
    left: 20px;
    top: 530px;
  }
}

@media only screen and (max-width: 767px) {
  .award-8-inner .shape-1 {
    display: none;
  }
}

.award-8-header {
  margin-top: 16px;
}

.award-8-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 265px;
  line-height: 0.79;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

@media only screen and (max-width: 1919px) {
  .award-8-title {
    font-size: 185px;
  }
}

@media only screen and (max-width: 1399px) {
  .award-8-title {
    font-size: 165px;
  }
}

@media only screen and (max-width: 1199px) {
  .award-8-title {
    font-size: 125px;
  }
}

@media only screen and (max-width: 991px) {
  .award-8-title {
    font-size: 95px;
  }
}

@media only screen and (max-width: 767px) {
  .award-8-title {
    font-size: 70px;
    line-height: 0.89;
  }
}

@media (max-width: 575px) {
  .award-8-title {
    font-size: 45px;
  }
}

.award-8-title .block-1 {
  font-family: var(--font_tartuffotrial);
  font-weight: 400;
  line-height: 0.91;
  display: block;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .award-8-title .block-1 {
    display: inline-block;
    line-height: inherit;
  }
}

.award-8-title .block-2 {
  display: block;
  text-align: end;
  margin-top: 107px;
  overflow: hidden;
}

@media only screen and (max-width: 1399px) {
  .award-8-title .block-2 {
    margin-top: 67px;
  }
}

@media only screen and (max-width: 767px) {
  .award-8-title .block-2 {
    margin-top: 0;
    display: inline-block;
  }
}

.award-8-title .block-3 {
  display: block;
  margin-left: 400px;
  margin-top: 137px;
  overflow: hidden;
}

@media only screen and (max-width: 1919px) {
  .award-8-title .block-3 {
    margin-left: 250px;
  }
}

@media only screen and (max-width: 1399px) {
  .award-8-title .block-3 {
    margin-top: 97px;
  }
}

@media only screen and (max-width: 1199px) {
  .award-8-title .block-3 {
    margin-left: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .award-8-title .block-3 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .award-8-title .block-3 {
    margin-top: 0;
    display: inline-block;
  }
}

.awards-8-wrapper-box {
  margin-top: -544px;
}

@media only screen and (max-width: 1919px) {
  .awards-8-wrapper-box {
    margin-top: -424px;
  }
}

@media only screen and (max-width: 1399px) {
  .awards-8-wrapper-box {
    margin-top: -354px;
  }
}

@media only screen and (max-width: 1199px) {
  .awards-8-wrapper-box {
    margin-top: -304px;
  }
}

@media only screen and (max-width: 991px) {
  .awards-8-wrapper-box {
    margin-top: -274px;
  }
}

@media only screen and (max-width: 767px) {
  .awards-8-wrapper-box {
    margin-top: 40px;
  }
}

.awards-8-wrapper {
  display: grid;
  gap: 203px 0;
}

@media only screen and (max-width: 1919px) {
  .awards-8-wrapper {
    gap: 143px 0;
  }
}

@media only screen and (max-width: 1399px) {
  .awards-8-wrapper {
    gap: 83px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .awards-8-wrapper {
    gap: 70px 0;
  }
}

@media only screen and (max-width: 991px) {
  .awards-8-wrapper {
    gap: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .awards-8-wrapper {
    gap: 40px 0;
  }
}

.awards-8-wrapper>*:nth-child(1) {
  margin-left: 395px;
}

@media only screen and (max-width: 1919px) {
  .awards-8-wrapper>*:nth-child(1) {
    margin-left: 245px;
  }
}

@media only screen and (max-width: 1199px) {
  .awards-8-wrapper>*:nth-child(1) {
    margin-left: 105px;
  }
}

@media only screen and (max-width: 991px) {
  .awards-8-wrapper>*:nth-child(1) {
    margin-left: 0;
  }
}

.awards-8-wrapper>*:nth-child(2) {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .awards-8-wrapper>*:nth-child(2) {
    margin-left: 0;
  }
}

.awards-8-wrapper>*:nth-child(3) {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .awards-8-wrapper>*:nth-child(3) {
    margin-left: 0;
  }
}

.award-box-8 {
  width: 740px;
  display: grid;
  gap: 15px 40px;
  grid-template-columns: 200px 1fr;
}

@media only screen and (max-width: 1919px) {
  .award-box-8 {
    width: 510px;
  }
}

@media only screen and (max-width: 991px) {
  .award-box-8 {
    width: 460px;
  }
}

@media only screen and (max-width: 767px) {
  .award-box-8 {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .award-box-8 {
    grid-template-columns: 1fr;
  }
}

.award-box-8 .kalpanik-component-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.award-box-8 .award-list li {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.05em;
  list-style: none;
  color: #536879;
}

.dark .award-box-8 .award-list li {
  color: #555555;
}

.award-box-8 .award-list li .count {
  margin-right: 13px;
}

/* team area 8 style  */
.team-8-header {
  text-align: center;
  margin-top: 306px;
}

@media only screen and (max-width: 1919px) {
  .team-8-header {
    margin-top: 256px;
  }
}

@media only screen and (max-width: 1399px) {
  .team-8-header {
    margin-top: 206px;
  }
}

@media only screen and (max-width: 991px) {
  .team-8-header {
    margin-top: 156px;
  }
}

@media only screen and (max-width: 767px) {
  .team-8-header {
    margin-top: 106px;
  }
}

.team-8-header .kalpanik-subtitle-wrapper {
  margin-top: 248px;
}

@media only screen and (max-width: 1919px) {
  .team-8-header .kalpanik-subtitle-wrapper {
    margin-top: 188px;
  }
}

@media only screen and (max-width: 1399px) {
  .team-8-header .kalpanik-subtitle-wrapper {
    margin-top: 128px;
  }
}

@media only screen and (max-width: 991px) {
  .team-8-header .kalpanik-subtitle-wrapper {
    margin-top: 68px;
  }
}

.team-8-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 565px;
  line-height: 0.9;
  letter-spacing: -49.1px;
  display: flex;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
}

@media only screen and (max-width: 1919px) {
  .team-8-title {
    font-size: 415px;
    letter-spacing: -30px;
  }
}

@media only screen and (max-width: 1399px) {
  .team-8-title {
    font-size: 350px;
  }
}

@media only screen and (max-width: 1199px) {
  .team-8-title {
    font-size: 280px;
    letter-spacing: -20px;
  }
}

@media only screen and (max-width: 991px) {
  .team-8-title {
    font-size: 210px;
    letter-spacing: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .team-8-title {
    font-size: 145px;
    letter-spacing: 0px;
  }
}

@media (max-width: 575px) {
  .team-8-title {
    font-size: 75px;
  }
}

.team-8-content {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: 430px 1fr;
  margin-top: 189px;
}

@media only screen and (max-width: 1919px) {
  .team-8-content {
    margin-top: 139px;
  }
}

@media only screen and (max-width: 1399px) {
  .team-8-content {
    margin-top: 89px;
    grid-template-columns: 380px 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .team-8-content {
    margin-top: 39px;
    grid-template-columns: 280px 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .team-8-content {
    grid-template-columns: 1fr;
  }
}

.team-8-content .kalpanik-text-wrapper {
  margin-top: 2px;
}

.team-8-content .kalpanik-component-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--primary);
  border-left: 1px solid var(--primary);
  padding-left: 40px;
  padding-bottom: 24px;
  max-width: 430px;
}

@media only screen and (max-width: 767px) {
  .team-8-content .kalpanik-component-text {
    border-left: 0;
    padding-left: 0px;
    padding-bottom: 0px;
    max-width: 100%;
  }
}

.team-8-wrapper-box {
  margin-top: -150px;
}

@media only screen and (max-width: 1199px) {
  .team-8-wrapper-box {
    margin-top: 40px;
  }
}

.team-8-wrapper {
  display: grid;
  gap: 561px 40px;
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 1919px) {
  .team-8-wrapper {
    gap: 461px 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .team-8-wrapper {
    gap: 261px 40px;
  }
}

@media only screen and (max-width: 991px) {
  .team-8-wrapper {
    gap: 161px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .team-8-wrapper {
    gap: 41px 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .team-8-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.team-8-wrapper>*:nth-child(1) {
  grid-column: 4;
}

@media only screen and (max-width: 767px) {
  .team-8-wrapper>*:nth-child(1) {
    grid-column: auto;
  }
}

.team-8-wrapper>*:nth-child(2) {
  margin-top: -110px;
}

@media only screen and (max-width: 1919px) {
  .team-8-wrapper>*:nth-child(2) {
    margin-top: -60px;
  }
}

@media only screen and (max-width: 1199px) {
  .team-8-wrapper>*:nth-child(2) {
    margin-top: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .team-8-wrapper>*:nth-child(2) {
    margin-top: 0;
  }
}

.team-8-wrapper>*:nth-child(3) {
  margin-top: -800px;
}

@media only screen and (max-width: 1919px) {
  .team-8-wrapper>*:nth-child(3) {
    margin-top: -600px;
  }
}

@media only screen and (max-width: 1199px) {
  .team-8-wrapper>*:nth-child(3) {
    margin-top: -400px;
  }
}

@media only screen and (max-width: 1199px) {
  .team-8-wrapper>*:nth-child(3) {
    margin-top: -400px;
  }
}

@media only screen and (max-width: 991px) {
  .team-8-wrapper>*:nth-child(3) {
    margin-top: -300px;
  }
}

@media only screen and (max-width: 767px) {
  .team-8-wrapper>*:nth-child(3) {
    margin-top: 0;
  }
}

.team-8-wrapper>*:nth-child(4) {
  margin-top: -400px;
}

@media only screen and (max-width: 1919px) {
  .team-8-wrapper>*:nth-child(4) {
    margin-top: -300px;
  }
}

@media only screen and (max-width: 1199px) {
  .team-8-wrapper>*:nth-child(4) {
    margin-top: -200px;
  }
}

@media only screen and (max-width: 991px) {
  .team-8-wrapper>*:nth-child(4) {
    margin-top: -150px;
  }
}

@media only screen and (max-width: 767px) {
  .team-8-wrapper>*:nth-child(4) {
    margin-top: 0;
  }
}

.team-8-box {
  pointer-events: none;
}

.team-8-box:hover .kalpanik-component-media img {
  transform: scale(1.1);
}

.team-8-box .kalpanik-component-media {
  overflow: hidden;
  pointer-events: auto;
}

.team-8-box .kalpanik-component-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.team-8-box .kalpanik-component-content {
  margin-top: 15px;
  pointer-events: auto;
}

.team-8-box .kalpanik-name {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
}

.team-8-box .kalpanik-name a:hover {
  color: var(--secondary);
}

.team-8-box .kalpanik-post {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
  display: inline-block;
}

/* vision area 8 style  */
.vision-8-header {
  margin-top: 187px;
}

@media only screen and (max-width: 1919px) {
  .vision-8-header {
    margin-top: 137px;
  }
}

@media only screen and (max-width: 1399px) {
  .vision-8-header {
    margin-top: 87px;
  }
}

@media only screen and (max-width: 991px) {
  .vision-8-header {
    margin-top: 37px;
  }
}

.vision-8-header .kalpanik-section-title {
  max-width: 1400px;
}

.vision-8-image-wrapper {
  margin-top: 45px;
}

@media only screen and (max-width: 991px) {
  .vision-8-image-wrapper {
    margin-top: 35px;
  }
}

/* clients area 8 style  */
.clients-8-inner {
  margin-top: 94px;
}

@media only screen and (max-width: 1919px) {
  .clients-8-inner {
    margin-top: 44px;
  }
}

@media only screen and (max-width: 1399px) {
  .clients-8-inner {
    margin-top: 22px;
  }
}

.clients-8-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.03em;
  text-align: center;
  max-width: 240px;
  margin-inline: auto;
}

.clients-8-wrapper-box {
  margin-top: 146px;
}

@media only screen and (max-width: 1919px) {
  .clients-8-wrapper-box {
    margin-top: 116px;
  }
}

@media only screen and (max-width: 1399px) {
  .clients-8-wrapper-box {
    margin-top: 86px;
  }
}

.clients-8-wrapper {
  display: flex;
  gap: 70px 150px;
  justify-content: center;
  max-width: 1250px;
  flex-wrap: wrap;
  margin-inline: auto;
}

@media only screen and (max-width: 1919px) {
  .clients-8-wrapper {
    gap: 60px 120px;
    max-width: 1120px;
  }
}

.client-8-item img {
  height: 30px;
}

/* tagline area 8 style  */
.tagline-8-list-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
}

.tagline-8-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding-top: 16px;
  margin: 0;
}

.tagline-8-list li {
  color: var(--primary);
  list-style: none;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0;
  opacity: 1;
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 265px;
  line-height: 0.79;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  display: block;
}

@media only screen and (max-width: 1919px) {
  .tagline-8-list li {
    font-size: 195px;
  }
}

@media only screen and (max-width: 1399px) {
  .tagline-8-list li {
    font-size: 185px;
  }
}

@media only screen and (max-width: 1199px) {
  .tagline-8-list li {
    font-size: 135px;
  }
}

@media only screen and (max-width: 991px) {
  .tagline-8-list li {
    font-size: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .tagline-8-list li {
    font-size: 75px;
  }
}

@media (max-width: 575px) {
  .tagline-8-list li {
    font-size: 40px;
  }
}

.tagline-8-list>*:not(:first-child) {
  margin-top: 7px;
}

.tagline-8-list>*:nth-child(2n+1) {
  font-family: var(--font_tartuffotrial);
  font-weight: 400;
  line-height: 0.91;
}

.tagline-8-list>*:nth-child(2n+2) {
  margin-top: -23px;
}

@media only screen and (max-width: 1919px) {
  .tagline-8-list>*:nth-child(2n+2) {
    margin-top: -17px;
  }
}

@media only screen and (max-width: 1399px) {
  .tagline-8-list>*:nth-child(2n+2) {
    margin-top: -13px;
  }
}

@media only screen and (max-width: 1199px) {
  .tagline-8-list>*:nth-child(2n+2) {
    margin-top: -10px;
  }
}

@media only screen and (max-width: 991px) {
  .tagline-8-list>*:nth-child(2n+2) {
    margin-top: -5px;
  }
}

@media only screen and (max-width: 767px) {
  .tagline-8-list>*:nth-child(2n+2) {
    margin-top: 0px;
  }
}

@media (max-width: 575px) {
  .tagline-8-list>*:nth-child(2n+2) {
    margin-top: 3px;
  }
}

/* portfolio minimal page css */
/* portfolio area 12 style  */
.portfolio-12-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 140px;
  line-height: 0.86;
  letter-spacing: -0.07em;
}

@media only screen and (max-width: 1919px) {
  .portfolio-12-title {
    font-size: 110px;
  }
}

@media only screen and (max-width: 1399px) {
  .portfolio-12-title {
    font-size: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .portfolio-12-title {
    font-size: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio-12-title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-12-title {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .portfolio-12-title {
    font-size: 45px;
  }
}

.portfolio-12-title br {
  display: block;
}

.portfolio-12-header {
  margin-top: 136px;
}

@media only screen and (max-width: 1399px) {
  .portfolio-12-header {
    margin-top: 116px;
  }
}

.portfolio-12-header .kalpanik-text-wrapper {
  margin-top: 287px;
}

@media only screen and (max-width: 1919px) {
  .portfolio-12-header .kalpanik-text-wrapper {
    margin-top: 167px;
  }
}

@media only screen and (max-width: 1399px) {
  .portfolio-12-header .kalpanik-text-wrapper {
    margin-top: 97px;
  }
}

@media only screen and (max-width: 1199px) {
  .portfolio-12-header .kalpanik-text-wrapper {
    margin-top: 47px;
  }
}

.portfolio-12-header .kalpanik-component-text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.03em;
  max-width: 390px;
  color: #536879;
}

.dark .portfolio-12-header .kalpanik-component-text {
  color: #555555;
}

.works-12-wrapper-box {
  margin-top: 45px;
  margin-bottom: 194px;
}

@media only screen and (max-width: 1919px) {
  .works-12-wrapper-box {
    margin-bottom: 144px;
  }
}

@media only screen and (max-width: 1399px) {
  .works-12-wrapper-box {
    margin-top: 35px;
    margin-bottom: 94px;
  }
}

@media only screen and (max-width: 991px) {
  .works-12-wrapper-box {
    margin-bottom: 54px;
  }
}

.works-12-wrapper {
  display: grid;
  gap: 44px 10px;
  grid-template-columns: repeat(5, 1fr);
}

@media only screen and (max-width: 1199px) {
  .works-12-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 991px) {
  .works-12-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .works-12-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .works-12-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.work-box-12 .kalpanik-component-media {
  aspect-ratio: 100/82;
}

.work-box-12 .kalpanik-component-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-box-12 .kalpanik-component-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.05em;
}

.work-box-12 .kalpanik-component-title a:hover {
  color: var(--secondary);
}

.work-box-12 .kalpanik-component-content {
  margin-top: 8px;
}

.work-box-12.v-big .kalpanik-component-media {
  aspect-ratio: 100/137;
}

@media only screen and (max-width: 991px) {
  .work-box-12.v-big .kalpanik-component-media {
    aspect-ratio: 100/82;
  }
}

.work-box-12.kalpanik-span-2 {
  grid-column: span 2;
}

@media only screen and (max-width: 991px) {
  .work-box-12.kalpanik-span-2 {
    grid-column: auto;
  }
}

.work-box-12.kalpanik-span-2 .kalpanik-component-media {
  aspect-ratio: 100/68;
}

@media only screen and (max-width: 991px) {
  .work-box-12.kalpanik-span-2 .kalpanik-component-media {
    aspect-ratio: 100/82;
  }
}

/* Portfolio Grid page css */
/* hero area 16 style  */
.hero-16-content {
  margin-top: 127px;
}

.hero-16-content .meta-box-wrapper {
  display: grid;
  gap: 25px 40px;
  grid-template-columns: 905px 1fr auto;
}

@media only screen and (max-width: 1919px) {
  .hero-16-content .meta-box-wrapper {
    grid-template-columns: 605px 1fr auto;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-16-content .meta-box-wrapper {
    grid-template-columns: 305px 1fr auto;
  }
}

@media only screen and (max-width: 767px) {
  .hero-16-content .meta-box-wrapper {
    grid-template-columns: 180px 1fr auto;
  }
}

@media (max-width: 575px) {
  .hero-16-content .meta-box-wrapper {
    grid-template-columns: 1fr;
  }
}

.hero-16-content .meta-box li {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.03em;
  list-style: none;
  color: var(--primary);
}

.hero-16-content .kalpanik-section-title-wrapper {
  display: grid;
  gap: 25px 40px;
  grid-template-columns: 905px 1fr;
  margin-top: 170px;
}

@media only screen and (max-width: 1919px) {
  .hero-16-content .kalpanik-section-title-wrapper {
    grid-template-columns: 605px 1fr;
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-16-content .kalpanik-section-title-wrapper {
    grid-template-columns: 305px 1fr;
    margin-top: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-16-content .kalpanik-section-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.hero-16-content .kalpanik-component-text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: var(--primary);
  max-width: 220px;
}

.hero-16-content .kalpanik-section-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.07em;
  max-width: 625px;
}

@media only screen and (max-width: 991px) {
  .hero-16-content .kalpanik-section-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-16-content .kalpanik-section-title {
    font-size: 35px;
  }
}

.hero-16-content .number {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 265px;
  line-height: 0.75;
  letter-spacing: -0.07em;
  display: block;
  color: var(--primary);
  margin-top: 70px;
  margin-bottom: 9px;
}

@media only screen and (max-width: 1919px) {
  .hero-16-content .number {
    font-size: 215px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-16-content .number {
    font-size: 175px;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-16-content .number {
    font-size: 135px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-16-content .number {
    font-size: 115px;
  }
}

@media (max-width: 575px) {
  .hero-16-content .number {
    font-size: 95px;
  }
}

/* portfolio area 16 style  */
.works-16-wrapper-box {
  margin-top: 147px;
  margin-bottom: 150px;
}

@media only screen and (max-width: 1919px) {
  .works-16-wrapper-box {
    margin-top: 107px;
    margin-bottom: 110px;
  }
}

@media only screen and (max-width: 1199px) {
  .works-16-wrapper-box {
    margin-top: 67px;
    margin-bottom: 60px;
  }
}

.works-16-wrapper {
  display: grid;
  gap: 10px 10px;
  grid-template-columns: repeat(5, 1fr);
}

@media only screen and (max-width: 1199px) {
  .works-16-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 991px) {
  .works-16-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .works-16-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .works-16-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.work-box-16 {
  position: relative;
  z-index: 1;
  aspect-ratio: 100/137;
}

.work-box-16 .kalpanik-tag {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.05em;
  display: inline-block;
  padding: 2px 12px;
  background-color: #F0F0F0;
  border-radius: 30px;
  color: var(--black);
  transition: all 0.5s;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
}

.work-box-16 .link-arrow {
  width: 30px;
  height: 30px;
  min-width: 30px;
  background-color: #F0F0F0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 12px;
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
}

.work-box-16 .link-arrow .kalpanik-item-icon {
  display: inline-block;
  line-height: 0;
  position: relative;
  overflow: hidden;
}

.work-box-16 .link-arrow .kalpanik-item-icon .kalpanik-first {
  display: inline-block;
  transition: all 0.3s;
}

.work-box-16 .link-arrow .kalpanik-item-icon .kalpanik-first i {
  transform: rotate(-45deg);
  color: var(--black);
}

.work-box-16 .link-arrow .kalpanik-item-icon .second {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-100%, 100%);
  transition: all 0.3s;
  box-sizing: content-box;
  display: inline-block;
  padding: var(--white-space);
  color: var(--black);
}

.work-box-16 .link-arrow .kalpanik-item-icon .second i {
  transform: rotate(-45deg);
}

.work-box-16 .kalpanik-component-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.05em;
  padding: 8px 17px;
  background-color: #F0F0F0;
  display: inline-block;
  border-radius: 40px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  transition: all 0.5s;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  color: var(--black);
}

.card-wrap {
  transform: perspective(700px);
  transform-style: preserve-3d;
  position: relative;
}

.card-wrap:hover .card-bg {
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
}

.card-wrap:hover .card {
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), cubic-bezier(0.23, 1, 0.32, 1);
}

.card-wrap:hover .card-bg:before {
  opacity: 1;
}

.card-wrap:hover .kalpanik-tag {
  background-color: var(--black);
  color: var(--white);
}

.card-wrap:hover .link-arrow .kalpanik-item-icon .kalpanik-first {
  transform: translate(100%, -100%);
}

.card-wrap:hover .link-arrow .kalpanik-item-icon .second {
  transform: translate(0%, 0%);
}

.card-wrap:hover .kalpanik-component-title {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

.card-wrap .card {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 20px;
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  will-change: transform;
  border: none;
}

.card-wrap .card>a {
  display: block;
  width: 100%;
  height: 100%;
}

.card-wrap .card-bg {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 110%;
  height: 110%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  pointer-events: none;
}

.card-wrap .card-bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(17, 17, 17, 0.15);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}

/* full screen menu slider page css */
.menu-slider-main {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slider-lines-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .slider-lines-wrap {
    display: none;
  }
}

.line-container {
  height: 100%;
}

.line-container {
  height: 100%;
}

.menu-slider-lines {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.menu-slider-lines .line {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
}

.menu-slider-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
  display: flex;
  align-items: center;
  z-index: 3;
}

.menu-slider-item {
  opacity: 0.4;
  transition: all 0.5s;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .menu-slider-item {
    grid-template-columns: 1fr auto;
  }
}

.menu-slider-item:hover,
.menu-slider-item.active {
  opacity: 1;
}

.menu-slider-item:hover .number,
.menu-slider-item:hover .kalpanik-tag,
.menu-slider-item:hover .kalpanik-year,
.menu-slider-item.active .number,
.menu-slider-item.active .kalpanik-tag,
.menu-slider-item.active .kalpanik-year {
  opacity: 1;
  visibility: visible;
}

.menu-slider-item:hover .flip-char {
  --y: 0px;
}

.menu-slider-item:hover .flip-char span {
  --m: calc(25px * -1);
  color: var(--white);
}

.menu-slider-item:not(:first-child) {
  margin-top: 7px;
}

.menu-slider-item>*:nth-child(4) {
  text-align: end;
}

.menu-slider-item .kalpanik-component-title {
  font-family: var(--font_bdogrotesk);
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.05em;
  color: var(--white);
  display: inline-block;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .menu-slider-item .kalpanik-component-title {
    font-size: 20px;
  }
}

.menu-slider-item .kalpanik-component-title a:hover {
  color: var(--white);
}

.menu-slider-item .number {
  font-family: var(--font_bdogrotesk);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.05em;
  color: var(--white);
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

@media only screen and (max-width: 767px) {
  .menu-slider-item .number {
    display: none;
  }
}

.menu-slider-item .content-last {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .menu-slider-item .content-last {
    justify-content: end;
  }
}

.menu-slider-item .kalpanik-tag {
  font-family: var(--font_bdogrotesk);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.05em;
  color: var(--white);
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

@media only screen and (max-width: 767px) {
  .menu-slider-item .kalpanik-tag {
    display: none;
  }
}

.menu-slider-item .kalpanik-year {
  font-family: var(--font_bdogrotesk);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.05em;
  color: var(--white);
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.flip-char {
  display: flex;
  overflow: hidden;
  display: flex;
  overflow: hidden;
  text-shadow: 0 22px 0 var(--white);
}

.flip-char span {
  display: block;
  font-style: normal;
  backface-visibility: hidden;
  transition: transform 0.6s ease, color 0.4s ease;
  transform: translateY(var(--m)) translateZ(0);
}

.menu-1,
.menu-2,
.menu-3,
.menu-4,
.menu-5,
.menu-6,
.menu-7,
.menu-8 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  object-fit: cover;
  transform: scale(1.05);
  transform-origin: 50% 50%;
  transition: all 0.9s ease-out;
  z-index: 1;
}

.menu-1 img,
.menu-2 img,
.menu-3 img,
.menu-4 img,
.menu-5 img,
.menu-6 img,
.menu-7 img,
.menu-8 img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  transition: none;
}

#menu-slider-wrap.menu-1 {
  opacity: 1;
}

#menu-slider-wrap.menu-1 .menu-1 {
  opacity: 1;
  transform: scale(1);
}

#menu-slider-wrap.menu-2 {
  opacity: 1;
}

#menu-slider-wrap.menu-2 .menu-2 {
  opacity: 1;
  transform: scale(1);
}

#menu-slider-wrap.menu-3 {
  opacity: 1;
}

#menu-slider-wrap.menu-3 .menu-3 {
  opacity: 1;
  transform: scale(1);
}

#menu-slider-wrap.menu-4 {
  opacity: 1;
}

#menu-slider-wrap.menu-4 .menu-4 {
  opacity: 1;
  transform: scale(1);
}

#menu-slider-wrap.menu-5 {
  opacity: 1;
}

#menu-slider-wrap.menu-5 .menu-5 {
  opacity: 1;
  transform: scale(1);
}

#menu-slider-wrap.menu-6 {
  opacity: 1;
}

#menu-slider-wrap.menu-6 .menu-6 {
  opacity: 1;
  transform: scale(1);
}

#menu-slider-wrap.menu-7 {
  opacity: 1;
}

#menu-slider-wrap.menu-7 .menu-7 {
  opacity: 1;
  transform: scale(1);
}

#menu-slider-wrap.menu-8 {
  opacity: 1;
}

#menu-slider-wrap.menu-8 .menu-8 {
  opacity: 1;
  transform: scale(1);
}

.footer-area-13 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.footer-13-meta-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
  padding: 28px 0;
}

.footer-13-meta-list ul>*:nth-child(2) {
  text-align: end;
}

.footer-13-meta-list li {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--white);
  list-style: none;
}

/* ai agency page css */
.body-ai-agency .rr-container-1750 {
  max-width: 1840px;
  padding-left: 60px;
  padding-right: 60px;
}

@media only screen and (max-width: 1919px) {
  .body-ai-agency .rr-container-1750 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .body-ai-agency .rr-container-1750 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.rr-btn-classic {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--black);
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 22px 20px;
  background-color: #FB7515;
  width: 100%;
}

@media only screen and (max-width: 1919px) {
  .rr-btn-classic {
    padding: 17px 20px;
  }
}

.rr-btn-classic:hover {
  background-color: var(--black);
  color: var(--white);
}

.dark .rr-btn-classic:hover {
  background-color: var(--white);
  color: var(--black);
}

.rr-btn-classic:hover .kalpanik-item-icon .kalpanik-first {
  transform: translate(100%, -100%) rotate(-45deg);
}

.rr-btn-classic:hover .kalpanik-item-icon .second {
  transform: translate(0%, 0%) rotate(-45deg);
}

.rr-btn-classic .kalpanik-item-icon {
  display: inline-block;
  line-height: 0;
  position: relative;
  overflow: hidden;
}

.rr-btn-classic .kalpanik-item-icon .kalpanik-first {
  transition: all 0.3s;
  transform: rotate(-45deg);
}

.rr-btn-classic .kalpanik-item-icon .second {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-100%, 100%) rotate(-45deg);
  transition: all 0.3s;
  box-sizing: content-box;
  padding: var(--white-space);
}

.space-t-50 {
  margin-top: 50px;
}

@media only screen and (max-width: 1919px) {
  .space-t-50 {
    margin-top: 40px;
  }
}

.rr-line-area {
  position: relative;
  z-index: 1;
}

.rr-h-line {
  width: 100%;
  height: 1px;
  background-color: rgba(17, 17, 17, 0.15);
}

.dark .rr-h-line {
  background-color: rgba(255, 255, 255, 0.15);
}

.rr-v-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: -1;
}

.rr-v-lines .rr-line {
  width: 1px;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.15);
}

.dark .rr-v-lines .rr-line {
  background-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 575px) {
  .rr-v-lines .rr-line:nth-child(3) {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .rr-v-lines .rr-line:nth-child(4) {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .rr-v-lines .rr-line:nth-child(5) {
    display: none;
  }
}

.outerline-left {
  position: relative;
}

.outerline-left:before {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: rgba(17, 17, 17, 0.15);
  top: 0;
  right: 100%;
}

.dark .outerline-left:before {
  background-color: rgba(255, 255, 255, 0.15);
}

.outerline-right {
  position: relative;
}

.outerline-right:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: rgba(17, 17, 17, 0.15);
  top: 0;
  left: 100%;
}

.dark .outerline-right:after {
  background-color: rgba(255, 255, 255, 0.15);
}

.diagonal-line-right {
  position: absolute;
  right: 0;
}

.diagonal-line-right:before {
  position: absolute;
  content: "";
  width: 170px;
  height: 3px;
  background-color: #F5F5F5;
  left: -170px;
  top: -1px;
}

.dark .diagonal-line-right:before {
  background-color: var(--black);
}

@media only screen and (max-width: 1199px) {
  .diagonal-line-right:before {
    width: 90px;
    left: -90px;
  }
}

.diagonal-line-right:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  background-color: rgba(17, 17, 17, 0.15);
  left: -170px;
  top: 0;
  transform: rotate(32deg);
  transform-origin: top left;
}

.dark .diagonal-line-right:after {
  background-color: rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 1199px) {
  .diagonal-line-right:after {
    width: 105px;
    left: -90px;
  }
}

.corner-shape-border {
  width: 100%;
  height: 100%;
  position: relative;
}

.corner-shape-border .shape-1 {
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 1px solid var(--primary);
  border-top: 1px solid var(--primary);
  top: 0;
  left: 0;
}

.corner-shape-border .shape-2 {
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--primary);
  border-right: 1px solid var(--primary);
  top: 0;
  right: 0;
}

.corner-shape-border .shape-3 {
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  right: 0;
  bottom: 0;
}

.corner-shape-border .shape-4 {
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid var(--primary);
  border-left: 1px solid var(--primary);
  bottom: 0;
  left: 0;
}

/* hero area 17 style  */
.hero-area-17 {
  background-color: #F5F5F5;
}

.dark .hero-area-17 {
  background-color: var(--black);
}

.hero-17-inner {
  position: relative;
  padding-top: 151px;
}

@media only screen and (max-width: 1919px) {
  .hero-17-inner {
    padding-top: 121px;
  }
}

.hero-17-header {
  padding: 71px 20px 80px 20px;
}

@media only screen and (max-width: 1919px) {
  .hero-17-header {
    padding: 41px 20px 50px 20px;
  }
}

.hero-17-title {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 135px;
  line-height: 0.85;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

@media only screen and (max-width: 1919px) {
  .hero-17-title {
    font-size: 100px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-17-title {
    font-size: 95px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-17-title {
    font-size: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-17-title {
    font-size: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-17-title {
    font-size: 40px;
    line-height: 0.95;
  }
}

@media (max-width: 575px) {
  .hero-17-title {
    font-size: 30px;
  }
}

.hero-17-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
}

@media only screen and (max-width: 1199px) {
  .hero-17-content {
    grid-template-columns: 1fr 1fr 2fr;
  }
}

@media only screen and (max-width: 767px) {
  .hero-17-content {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .hero-17-content {
    grid-template-columns: 1fr;
  }
}

.hero-17-content .location-wrapper {
  position: relative;
}

@media (max-width: 575px) {
  .hero-17-content .location-wrapper {
    height: 220px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.15);
  }
}

.hero-17-content .location-wrapper .kalpanik-area-shape-1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 410px;
  z-index: 2;
}

@media only screen and (max-width: 1919px) {
  .hero-17-content .location-wrapper .kalpanik-area-shape-1 {
    width: 320px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-17-content .location-wrapper .kalpanik-area-shape-1 {
    width: 280px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-17-content .location-wrapper .kalpanik-area-shape-1 {
    width: 110px;
  }
}

.hero-17-content .location {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  color: var(--primary);
  padding: 13px 20px;
}

@media only screen and (max-width: 1919px) {
  .hero-17-content .location {
    padding: 8px 20px;
  }
}

.hero-17-content .experience-wrapper {
  display: flex;
  flex-direction: column;
}

.hero-17-content .experience {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  color: var(--primary);
  padding: 13px 20px;
}

@media only screen and (max-width: 1919px) {
  .hero-17-content .experience {
    padding: 8px 20px;
  }
}

.hero-17-content .kalpanik-year {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 290px;
  line-height: 0.69;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: inline-block;
  color: var(--primary);
  padding: 20px 20px;
  margin-top: auto;
}

@media only screen and (max-width: 1919px) {
  .hero-17-content .kalpanik-year {
    font-size: 200px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-17-content .kalpanik-year {
    font-size: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-17-content .kalpanik-year {
    margin-top: 50px;
  }
}

.hero-17-content .kalpanik-text-wrapper {
  padding: 13px 20px 20px;
}

@media only screen and (max-width: 1199px) {
  .hero-17-content .kalpanik-text-wrapper {
    background-color: #F5F5F5;
    margin-left: 1px;
    margin-right: 1px;
  }

  .dark .hero-17-content .kalpanik-text-wrapper {
    background-color: var(--black);
  }
}

@media only screen and (max-width: 767px) {
  .hero-17-content .kalpanik-text-wrapper {
    grid-column: span 2;
    border-top: 1px solid rgba(17, 17, 17, 0.15);
  }

  .dark .hero-17-content .kalpanik-text-wrapper {
    border-color: rgba(255, 255, 255, 0.15);
  }
}

@media (max-width: 575px) {
  .hero-17-content .kalpanik-text-wrapper {
    grid-column: auto;
    border-top: 1px solid rgba(17, 17, 17, 0.15);
  }
}

.hero-17-content .kalpanik-component-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--primary);
}

.hero-17-content .kalpanik-btn-wrapper {
  margin-top: 231px;
}

@media only screen and (max-width: 1919px) {
  .hero-17-content .kalpanik-btn-wrapper {
    margin-top: 131px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-17-content .kalpanik-btn-wrapper {
    margin-top: 81px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-17-content .kalpanik-btn-wrapper {
    margin-top: 31px;
  }
}

/* service area 17 style  */
.service-area-17 {
  background-color: #F5F5F5;
}

.dark .service-area-17 {
  background-color: var(--black);
}

.service-17-header .kalpanik-section-title-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

@media only screen and (max-width: 767px) {
  .service-17-header .kalpanik-section-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.service-17-header .section-subtitle-5 {
  padding: 13px 20px;
}

@media only screen and (max-width: 1919px) {
  .service-17-header .section-subtitle-5 {
    padding: 8px 20px;
  }
}

.service-17-header .kalpanik-title-wrapper {
  padding: 51px 20px 37px;
}

@media only screen and (max-width: 1919px) {
  .service-17-header .kalpanik-title-wrapper {
    padding: 36px 20px 32px;
  }
}

@media only screen and (max-width: 767px) {
  .service-17-header .kalpanik-title-wrapper {
    padding: 21px 20px 17px;
  }
}

.services-17-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 1199px) {
  .services-17-wrapper {
    grid-template-columns: 1fr 3fr;
  }
}

@media only screen and (max-width: 767px) {
  .services-17-wrapper {
    grid-template-columns: 1fr;
  }
}

.services-17-wrapper .nav-tabs {
  border: none;
}

@media only screen and (max-width: 767px) {
  .services-17-wrapper .nav-tabs {
    background-color: #F5F5F5;
    margin-left: 1px;
    margin-right: 1px;
  }

  .dark .services-17-wrapper .nav-tabs {
    background-color: var(--black);
  }
}

.services-17-wrapper .nav-tabs .nav-link {
  border-radius: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
  width: 100%;
  text-align: start;
  margin: 0;
}

.services-17-wrapper .nav-tabs .nav-link:hover .kalpanik-component-title {
  background-color: #FEFEFE;
}

.dark .services-17-wrapper .nav-tabs .nav-link:hover .kalpanik-component-title {
  background-color: #1F1F1F;
}

.services-17-wrapper .nav-tabs .nav-link.active {
  background-color: transparent;
}

.services-17-wrapper .nav-tabs .nav-link.active .kalpanik-component-title {
  background-color: #FB7515;
  color: var(--black);
}

.services-17-wrapper .nav-item {
  width: 100%;
}

.services-17-wrapper .nav-item:not(:last-child) {
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
}

.dark .services-17-wrapper .nav-item:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.15);
}

.services-17-wrapper .tab-pane {
  height: 100%;
}

.service-17-name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
}

@media only screen and (max-width: 1199px) {
  .service-17-name {
    grid-template-columns: 1fr;
  }
}

.service-17-name .number {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: block;
  color: var(--primary);
  padding: 22px 20px;
}

@media only screen and (max-width: 1919px) {
  .service-17-name .number {
    padding: 17px 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-17-name .number {
    display: none;
  }
}

.service-17-name .kalpanik-component-title {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--primary);
  padding: 28px 20px 23px;
}

@media only screen and (max-width: 1919px) {
  .service-17-name .kalpanik-component-title {
    font-size: 24px;
    padding: 18px 20px 16px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-17-name .kalpanik-component-title {
    font-size: 20px;
    padding: 13px 20px 11px;
  }
}

.service-17-content {
  display: grid;
  grid-template-columns: 1fr 245px;
  height: 100%;
}

@media only screen and (max-width: 1919px) {
  .service-17-content {
    grid-template-columns: 1fr 185px;
  }
}

@media only screen and (max-width: 991px) {
  .service-17-content {
    grid-template-columns: 1fr 145px;
  }
}

@media only screen and (max-width: 767px) {
  .service-17-content {
    border-top: 1px solid rgba(17, 17, 17, 0.15);
    margin-left: 1px;
  }

  .dark .service-17-content {
    border-color: rgba(255, 255, 255, 0.15);
  }
}

@media (max-width: 575px) {
  .service-17-content {
    grid-template-columns: 1fr;
  }
}

.service-17-content .kalpanik-text-wrapper {
  padding: 29px 30px 23px;
  display: grid;
  border-right: 1px solid rgba(17, 17, 17, 0.15);
  background-color: #F5F5F5;
}

.dark .service-17-content .kalpanik-text-wrapper {
  background-color: var(--black);
  border-color: rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 767px) {
  .service-17-content .kalpanik-text-wrapper {
    padding: 19px 20px 18px;
  }
}

.service-17-content .kalpanik-component-title {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 50px;
  line-height: 0.9;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

@media only screen and (max-width: 1919px) {
  .service-17-content .kalpanik-component-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-17-content .kalpanik-component-title {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .service-17-content .kalpanik-component-title {
    font-size: 30px;
  }
}

.service-17-content .kalpanik-component-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--primary);
  margin-top: auto;
  max-width: 505px;
}

@media only screen and (max-width: 767px) {
  .service-17-content .kalpanik-component-text {
    margin-top: 30px;
  }
}

.service-17-content .logo-wrapper-box {
  margin-right: 1px;
}

.service-17-content .logo-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 100/100;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
}

.service-17-content .logo-wrapper .bg-area {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FEFEFE;
  top: 0;
  left: 0;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.dark .service-17-content .logo-wrapper .bg-area {
  background-color: #1F1F1F;
}

/* feature area 17 style  */
.feature-area-17 {
  background-color: #F5F5F5;
}

.dark .feature-area-17 {
  background-color: var(--black);
}

.feature-17-header .kalpanik-section-title-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

@media only screen and (max-width: 767px) {
  .feature-17-header .kalpanik-section-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.feature-17-header .section-subtitle-5 {
  padding: 13px 20px;
}

@media only screen and (max-width: 1919px) {
  .feature-17-header .section-subtitle-5 {
    padding: 8px 20px;
  }
}

.feature-17-header .kalpanik-title-wrapper {
  padding: 51px 20px 37px;
}

@media only screen and (max-width: 1919px) {
  .feature-17-header .kalpanik-title-wrapper {
    padding: 36px 20px 32px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-17-header .kalpanik-title-wrapper {
    padding: 21px 20px 17px;
  }
}

.features-17-wrapper-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media only screen and (max-width: 1199px) {
  .features-17-wrapper-box {
    grid-template-columns: 1fr;
  }
}

.features-17-wrapper {
  display: grid;
  grid-column-start: 2;
  grid-column-end: 5;
  margin-left: 1px;
}

.feature-17-box {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

@media only screen and (max-width: 1199px) {
  .feature-17-box {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .feature-17-box {
    grid-template-columns: 1fr;
  }
}

.feature-17-box:not(:last-child) {
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
}

.dark .feature-17-box:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.15);
}

.feature-17-box .logo-wrapper-box {
  display: grid;
  grid-template-columns: 180px 1fr;
}

@media only screen and (max-width: 1199px) {
  .feature-17-box .logo-wrapper-box {
    grid-template-columns: 160px 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .feature-17-box .logo-wrapper-box {
    grid-template-columns: 120px 1fr;
  }
}

.feature-17-box .logo-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 100/100;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .feature-17-box .logo-wrapper {
    width: 120px;
  }
}

.feature-17-box .logo-wrapper .bg-area {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FEFEFE;
  top: 0;
  left: 0;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.dark .feature-17-box .logo-wrapper .bg-area {
  background-color: #1F1F1F;
}

@media only screen and (max-width: 767px) {
  .feature-17-box .logo-wrapper .bg-area {
    padding: 10px;
  }
}

.feature-17-box .kalpanik-title-wrapper {
  padding: 28px 30px;
  border-left: 1px solid rgba(17, 17, 17, 0.15);
  background-color: #F5F5F5;
  border-right: 1px solid rgba(17, 17, 17, 0.15);
}

.dark .feature-17-box .kalpanik-title-wrapper {
  background-color: var(--black);
  border-color: rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 991px) {
  .feature-17-box .kalpanik-title-wrapper {
    padding: 18px 20px;
  }
}

.feature-17-box .kalpanik-component-title {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .feature-17-box .kalpanik-component-title {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .feature-17-box .kalpanik-component-title {
    font-size: 20px;
  }
}

.feature-17-box .kalpanik-component-content {
  padding: 24px 20px;
}

@media only screen and (max-width: 1199px) {
  .feature-17-box .kalpanik-component-content {
    background-color: #F5F5F5;
    margin-left: 1px;
    margin-right: 1px;
  }

  .dark .feature-17-box .kalpanik-component-content {
    background-color: var(--black);
  }
}

@media only screen and (max-width: 991px) {
  .feature-17-box .kalpanik-component-content {
    padding: 14px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-17-box .kalpanik-component-content {
    border-top: 1px solid #D3D3D3;
  }

  .dark .feature-17-box .kalpanik-component-content {
    border-color: rgba(255, 255, 255, 0.15);
  }
}

.feature-17-box .kalpanik-component-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--primary);
}

/* fun fact area 17 style  */
.funfact-area-17 {
  background-color: #F5F5F5;
}

.dark .funfact-area-17 {
  background-color: var(--black);
}

.funfact-17-header .kalpanik-section-title-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

@media only screen and (max-width: 767px) {
  .funfact-17-header .kalpanik-section-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.funfact-17-header .section-subtitle-5 {
  padding: 13px 20px;
}

@media only screen and (max-width: 1919px) {
  .funfact-17-header .section-subtitle-5 {
    padding: 8px 20px;
  }
}

.funfact-17-header .kalpanik-title-wrapper {
  padding: 51px 20px 37px;
}

@media only screen and (max-width: 1919px) {
  .funfact-17-header .kalpanik-title-wrapper {
    padding: 36px 20px 32px;
  }
}

@media only screen and (max-width: 767px) {
  .funfact-17-header .kalpanik-title-wrapper {
    padding: 21px 20px 17px;
  }
}

.funfact-17-content-box {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

@media only screen and (max-width: 991px) {
  .funfact-17-content-box {
    grid-template-columns: 1fr;
  }
}

.growth-cube-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: center;
  padding: 110px 80px 116px;
  padding: 30px 20px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.growth-cube-wrapper .bg-area {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FEFEFE;
  top: 0;
  left: 0;
  padding: 50px;
  z-index: -1;
  border-left: 1px solid rgba(17, 17, 17, 0.15);
  border-right: 1px solid rgba(17, 17, 17, 0.15);
}

.dark .growth-cube-wrapper .bg-area {
  background-color: #1F1F1F;
  border-color: rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 1919px) {
  .growth-cube-wrapper .bg-area {
    padding: 20px;
  }
}

.growth-cube-wrapper .kalpanik-component-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #536879;
}

.growth-cube-wrapper .cubes-wrapper {
  width: 100%;
  max-width: 250px;
  margin-top: 115px;
  margin-inline: auto;
  aspect-ratio: 100/94;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .growth-cube-wrapper .cubes-wrapper {
    margin-top: 65px;
  }
}

.growth-cube-wrapper .cubes-wrapper .cube-1 {
  position: absolute;
  width: 67%;
  top: 0;
  left: 0;
}

.growth-cube-wrapper .cubes-wrapper .cube-2 {
  position: absolute;
  width: 67%;
  bottom: 0;
  left: 0;
}

.growth-cube-wrapper .cubes-wrapper .cube-3 {
  position: absolute;
  width: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.funfact-17-content {
  display: grid;
  grid-template-columns: 1fr 620px;
  margin-left: 1px;
}

@media only screen and (max-width: 1919px) {
  .funfact-17-content {
    grid-template-columns: 1fr 520px;
  }
}

@media only screen and (max-width: 1199px) {
  .funfact-17-content {
    grid-template-columns: 1fr 420px;
  }
}

@media only screen and (max-width: 991px) {
  .funfact-17-content {
    border-top: 1px solid rgba(17, 17, 17, 0.15);
  }

  .dark .funfact-17-content {
    border-color: rgba(255, 255, 255, 0.15);
  }
}

@media only screen and (max-width: 767px) {
  .funfact-17-content {
    grid-template-columns: 1fr;
  }
}

.funfact-17-content .kalpanik-title-wrapper {
  padding: 28px 20px;
  border-right: 1px solid rgba(17, 17, 17, 0.15);
  background-color: #F5F5F5;
}

.dark .funfact-17-content .kalpanik-title-wrapper {
  background-color: var(--black);
  border-color: rgba(255, 255, 255, 0.15);
}

.funfact-17-content .kalpanik-component-title {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .funfact-17-content .kalpanik-component-title {
    font-size: 24px;
  }
}

.funfact-17-content .kalpanik-text-wrapper {
  padding: 24px 20px 30px;
  background-color: #F5F5F5;
  margin-right: 1px;
}

.dark .funfact-17-content .kalpanik-text-wrapper {
  background-color: var(--black);
}

@media only screen and (max-width: 767px) {
  .funfact-17-content .kalpanik-text-wrapper {
    border-top: 1px solid rgba(17, 17, 17, 0.15);
  }
}

.funfact-17-content .kalpanik-component-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--primary);
}

.funfact-17-content .kalpanik-btn-wrapper {
  margin-top: 134px;
}

@media only screen and (max-width: 1919px) {
  .funfact-17-content .kalpanik-btn-wrapper {
    margin-top: 84px;
  }
}

@media only screen and (max-width: 767px) {
  .funfact-17-content .kalpanik-btn-wrapper {
    margin-top: 34px;
  }
}

.funfact-17-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 1px;
  margin-right: 1px;
}

@media only screen and (max-width: 767px) {
  .funfact-17-wrapper {
    grid-template-columns: 1fr;
  }
}

.funfact-17-box {
  padding: 26px 20px 15px;
}

@media only screen and (max-width: 991px) {
  .funfact-17-box {
    background-color: #F5F5F5;
  }

  .dark .funfact-17-box {
    background-color: var(--black);
  }
}

.funfact-17-box .kalpanik-component-text {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--primary);
}

@media only screen and (max-width: 1199px) {
  .funfact-17-box .kalpanik-component-text br {
    display: none;
  }
}

.funfact-17-box .number {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 90px;
  line-height: 0.67;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: block;
  color: var(--primary);
  margin-top: 140px;
}

@media only screen and (max-width: 1919px) {
  .funfact-17-box .number {
    font-size: 70px;
    margin-top: 90px;
  }
}

@media (max-width: 575px) {
  .funfact-17-box .number {
    font-size: 60px;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .funfact-17-box:not(:last-child) {
    border-right: 1px solid rgba(17, 17, 17, 0.15);
  }

  .dark .funfact-17-box:not(:last-child) {
    border-color: rgba(255, 255, 255, 0.15);
  }
}

@media only screen and (max-width: 767px) {
  .funfact-17-box:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.15);
  }
}

/* portfolio area 17 style  */
.portfolio-area-17 {
  background-color: #F5F5F5;
}

.dark .portfolio-area-17 {
  background-color: var(--black);
}

.portfolio-17-header .kalpanik-section-title-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

@media only screen and (max-width: 767px) {
  .portfolio-17-header .kalpanik-section-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.portfolio-17-header .section-subtitle-5 {
  padding: 13px 20px;
}

@media only screen and (max-width: 1919px) {
  .portfolio-17-header .section-subtitle-5 {
    padding: 8px 20px;
  }
}

.portfolio-17-header .kalpanik-title-wrapper {
  padding: 36px 20px 27px;
}

@media only screen and (max-width: 1919px) {
  .portfolio-17-header .kalpanik-title-wrapper {
    padding: 26px 20px 17px;
  }
}

.portfolio-17-header .kalpanik-section-title {
  font-size: 290px;
}

@media only screen and (max-width: 1919px) {
  .portfolio-17-header .kalpanik-section-title {
    font-size: 220px;
  }
}

@media only screen and (max-width: 1399px) {
  .portfolio-17-header .kalpanik-section-title {
    font-size: 200px;
  }
}

@media only screen and (max-width: 1199px) {
  .portfolio-17-header .kalpanik-section-title {
    font-size: 160px;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio-17-header .kalpanik-section-title {
    font-size: 110px;
  }
}

@media (max-width: 575px) {
  .portfolio-17-header .kalpanik-section-title {
    font-size: 55px;
  }
}

.portfolio-17-wrapper {
  padding: 20px;
}

.portfolio-17-item {
  border: 1px solid rgba(17, 17, 17, 0.15);
  background-color: #FEFEFE;
}

.dark .portfolio-17-item {
  background-color: #1F1F1F;
  border-color: rgba(255, 255, 255, 0.15);
}

.portfolio-17-item .kalpanik-item-meta {
  display: grid;
  grid-template-columns: 1fr 96px;
}

.portfolio-17-item .kalpanik-tag {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--primary);
  display: inline-block;
  padding: 12px 20px 9px;
}

@media only screen and (max-width: 1919px) {
  .portfolio-17-item .kalpanik-tag {
    padding: 7px 20px 4px;
  }
}

.portfolio-17-item .kalpanik-year {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--primary);
  display: inline-block;
  padding: 12px 20px 9px;
  border-left: 1px solid rgba(17, 17, 17, 0.15);
}

@media only screen and (max-width: 1919px) {
  .portfolio-17-item .kalpanik-year {
    padding: 7px 20px 4px;
  }
}

.portfolio-17-item .kalpanik-component-media {
  border-top: 1px solid rgba(17, 17, 17, 0.15);
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
}

.portfolio-17-item .kalpanik-component-media img {
  width: 100%;
}

.portfolio-17-item .kalpanik-component-content {
  padding: 15px 20px 12px;
}

@media only screen and (max-width: 1919px) {
  .portfolio-17-item .kalpanik-component-content {
    padding: 10px 20px 7px;
  }
}

.portfolio-17-item .kalpanik-component-title {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .portfolio-17-item .kalpanik-component-title {
    font-size: 20px;
  }
}

.portfolio-17-wrapper {
  position: relative;
}

.portfolio-17-nav {
  position: absolute;
  right: 100%;
  top: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (max-width: 1199px) {
  .portfolio-17-nav {
    display: none;
  }
}

.portfolio-17-nav-btn {
  width: 56px;
  height: 62px;
  border: 1px solid rgb(211, 211, 211);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FEFEFE;
  transition: all 0.3s;
}

.dark .portfolio-17-nav-btn {
  background-color: #1F1F1F;
  border-color: rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 1919px) {
  .portfolio-17-nav-btn {
    width: 46px;
    height: 52px;
  }
}

.portfolio-17-nav-btn:hover {
  border-color: transparent;
  background-color: #111111;
}

.dark .portfolio-17-nav-btn:hover {
  background-color: var(--white);
}

.portfolio-17-nav-btn:hover svg * {
  fill: #FB7515;
}

.portfolio-17-nav-btn svg * {
  transition: all 0.3s;
  fill: var(--primary);
}

/* testimonial area 17 style  */
.testimonial-area-17 {
  background-color: #F5F5F5;
}

.dark .testimonial-area-17 {
  background-color: var(--black);
}

.testimonial-17-header .kalpanik-section-title-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

@media only screen and (max-width: 767px) {
  .testimonial-17-header .kalpanik-section-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.testimonial-17-header .section-subtitle-5 {
  padding: 13px 20px;
}

@media only screen and (max-width: 1919px) {
  .testimonial-17-header .section-subtitle-5 {
    padding: 8px 20px;
  }
}

.testimonial-17-header .kalpanik-title-wrapper {
  padding: 51px 20px 37px;
}

@media only screen and (max-width: 1919px) {
  .testimonial-17-header .kalpanik-title-wrapper {
    padding: 36px 20px 32px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-17-header .kalpanik-title-wrapper {
    padding: 21px 20px 17px;
  }
}

.testimonial-17-wrapper {
  padding: 20px;
}

.testimonial-17-wrapper {
  position: relative;
}

.testimonial-17-wrapper .swiper-slide {
  height: auto;
}

@media only screen and (max-width: 991px) {
  .testimonial-17-wrapper .swiper-slide {
    height: 100%;
  }
}

.testimonial-17-item {
  border: 1px solid rgba(17, 17, 17, 0.15);
  background-color: #FEFEFE;
  padding: 50px 50px;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dark .testimonial-17-item {
  border-color: rgba(255, 255, 255, 0.15);
  background-color: #1F1F1F;
}

@media only screen and (max-width: 1919px) {
  .testimonial-17-item {
    padding: 40px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-17-item {
    padding: 20px 20px;
  }
}

.testimonial-17-item .bg-area {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FEFEFE;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: -1;
}

.dark .testimonial-17-item .bg-area {
  background-color: #1F1F1F;
}

@media only screen and (max-width: 767px) {
  .testimonial-17-item .bg-area {
    display: none;
  }
}

.testimonial-17-item .kalpanik-text-wrapper {
  margin-top: 36px;
}

.testimonial-17-item .kalpanik-component-text {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #555555;
}

.dark .testimonial-17-item .kalpanik-component-text {
  color: #536879;
}

@media only screen and (max-width: 1919px) {
  .testimonial-17-item .kalpanik-component-text {
    font-size: 18px;
  }
}

.testimonial-17-item .author {
  margin-top: 83px;
  display: flex;
  gap: 10px 20px;
  align-items: center;
}

@media only screen and (max-width: 1919px) {
  .testimonial-17-item .author {
    margin-top: 53px;
  }
}

@media only screen and (max-width: 1199px) {
  .testimonial-17-item .author {
    margin-top: 33px;
  }
}

@media (max-width: 575px) {
  .testimonial-17-item .author {
    flex-direction: column;
    align-items: flex-start;
  }
}

.testimonial-17-item .avatar {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border: 1px solid rgba(17, 17, 17, 0.15);
}

@media only screen and (max-width: 1919px) {
  .testimonial-17-item .avatar {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}

.testimonial-17-item .kalpanik-name {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--primary);
}

@media only screen and (max-width: 1919px) {
  .testimonial-17-item .kalpanik-name {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .testimonial-17-item .kalpanik-name {
    font-size: 18px;
  }
}

.testimonial-17-item .kalpanik-post {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  display: block;
  margin-top: 4px;
}

.testimonial-17-nav {
  position: absolute;
  right: 100%;
  top: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (max-width: 1199px) {
  .testimonial-17-nav {
    display: none;
  }
}

.testimonial-17-nav-btn {
  width: 56px;
  height: 62px;
  border: 1px solid rgb(211, 211, 211);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FEFEFE;
  transition: all 0.3s;
}

.dark .testimonial-17-nav-btn {
  background-color: #1F1F1F;
  border-color: rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 1919px) {
  .testimonial-17-nav-btn {
    width: 46px;
    height: 52px;
  }
}

.testimonial-17-nav-btn:hover {
  border-color: transparent;
  background-color: #111111;
}

.dark .testimonial-17-nav-btn:hover {
  background-color: var(--white);
}

.testimonial-17-nav-btn:hover svg * {
  fill: #FB7515;
}

.testimonial-17-nav-btn svg * {
  transition: all 0.3s;
  fill: var(--primary);
}

/* cta area 17 style  */
.cta-area-17 {
  background-color: #F5F5F5;
}

.dark .cta-area-17 {
  background-color: var(--black);
}

.cta-17-header .kalpanik-section-title-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

@media only screen and (max-width: 767px) {
  .cta-17-header .kalpanik-section-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.cta-17-header .section-subtitle-5 {
  padding: 13px 20px;
}

@media only screen and (max-width: 1919px) {
  .cta-17-header .section-subtitle-5 {
    padding: 8px 20px;
  }
}

.cta-17-header .kalpanik-title-wrapper {
  padding: 41px 20px 10px;
  position: relative;
}

@media only screen and (max-width: 1919px) {
  .cta-17-header .kalpanik-title-wrapper {
    padding: 31px 20px 10px;
  }
}

.cta-17-header .kalpanik-title-wrapper .action-btn {
  border-top: 1px solid #D3D3D3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 33.33%;
  height: 45%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.dark .cta-17-header .kalpanik-title-wrapper .action-btn {
  border-color: rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 767px) {
  .cta-17-header .kalpanik-title-wrapper .action-btn {
    border-right: 1px solid #D3D3D3;
  }
}

@media (max-width: 575px) {
  .cta-17-header .kalpanik-title-wrapper .action-btn {
    height: 40%;
  }
}

.cta-17-header .kalpanik-title-wrapper .action-btn:hover {
  background-color: #FEFEFE;
}

.dark .cta-17-header .kalpanik-title-wrapper .action-btn:hover {
  background-color: #1F1F1F;
}

@media only screen and (max-width: 1919px) {
  .cta-17-header .kalpanik-title-wrapper .action-btn svg {
    width: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .cta-17-header .kalpanik-title-wrapper .action-btn svg {
    width: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .cta-17-header .kalpanik-title-wrapper .action-btn svg {
    width: 30px;
  }
}

@media (max-width: 575px) {
  .cta-17-header .kalpanik-title-wrapper .action-btn svg {
    width: 15px;
  }
}

.cta-17-header .kalpanik-title-wrapper .action-btn svg * {
  fill: var(--primary);
}

.cta-17-header .kalpanik-section-title {
  font-size: 290px;
  line-height: 0.77;
}

@media only screen and (max-width: 1919px) {
  .cta-17-header .kalpanik-section-title {
    font-size: 220px;
  }
}

@media only screen and (max-width: 1399px) {
  .cta-17-header .kalpanik-section-title {
    font-size: 200px;
  }
}

@media only screen and (max-width: 1199px) {
  .cta-17-header .kalpanik-section-title {
    font-size: 160px;
  }
}

@media only screen and (max-width: 991px) {
  .cta-17-header .kalpanik-section-title {
    font-size: 110px;
  }
}

@media (max-width: 575px) {
  .cta-17-header .kalpanik-section-title {
    font-size: 55px;
  }
}

.cta-17-header .kalpanik-section-title span {
  margin-left: 34%;
}

/* footer area 17 style  */
.footer-area-17 {
  background-color: #F5F5F5;
  margin-top: -3px;
}

.dark .footer-area-17 {
  background-color: var(--black);
}

.footer-17-inner {
  padding-bottom: 50px;
}

@media only screen and (max-width: 1919px) {
  .footer-17-inner {
    padding-bottom: 40px;
  }
}

.footer-17-content {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .footer-17-content {
    grid-template-columns: 1fr 2fr;
    background-color: #F5F5F5;
    margin-left: 1px;
    margin-right: 1px;
  }

  .dark .footer-17-content {
    background-color: var(--black);
  }
}

@media only screen and (max-width: 991px) {
  .footer-17-content {
    grid-template-columns: 1fr;
  }
}

.footer-17-content .footer-logo {
  margin-left: 20px;
}

@media only screen and (max-width: 991px) {
  .footer-17-content .footer-logo {
    border-bottom: 1px solid #D3D3D3;
    padding: 15px 20px;
    margin-left: 0;
  }

  .dark .footer-17-content .footer-logo {
    border-color: rgba(255, 255, 255, 0.15);
  }
}

.footer-17-content .footer-logo img {
  width: 83px;
}

.footer-17-content .footer-logo .info {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--primary);
  display: inline-block;
  padding: 5px 0;
  border-left: 1px solid var(--primary);
  padding-left: 20px;
  margin-left: 20px;
}

.footer-17-content .social-links ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 575px) {
  .footer-17-content .social-links ul {
    grid-template-columns: 1fr;
  }
}

.footer-17-content .social-links ul li {
  list-style: none;
}

.dark .footer-17-content .social-links ul li {
  border-color: rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 1199px) {
  .footer-17-content .social-links ul li {
    border-left: 1px solid rgba(17, 17, 17, 0.15);
  }
}

@media (max-width: 575px) {
  .footer-17-content .social-links ul li {
    border-top: 1px solid rgba(17, 17, 17, 0.15);
    border-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .footer-17-content .social-links ul li:nth-child(1) {
    border-left: 0;
  }
}

@media (max-width: 575px) {
  .footer-17-content .social-links ul li:nth-child(1) {
    border-top: 0;
  }
}

.footer-17-content .social-links ul li:nth-child(2n) {
  border-left: 1px solid rgba(17, 17, 17, 0.15);
  margin-right: 1px;
}

.dark .footer-17-content .social-links ul li:nth-child(2n) {
  border-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 575px) {
  .footer-17-content .social-links ul li:nth-child(2n) {
    margin-right: 0;
    border-left: 0;
  }
}

.footer-17-content .social-links ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 20px;
}

@media only screen and (max-width: 1919px) {
  .footer-17-content .social-links ul li a {
    padding: 15px 20px;
  }
}

.footer-17-content .social-links ul li a:hover {
  background-color: #FEFEFE;
}

.dark .footer-17-content .social-links ul li a:hover {
  background-color: #1F1F1F;
}

.footer-17-content .social-links ul li a svg * {
  fill: var(--primary);
}

.footer-17-content .kalpanik-copyright-text {
  padding: 20px 20px;
}

@media only screen and (max-width: 1919px) {
  .footer-17-content .kalpanik-copyright-text {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-17-content .kalpanik-copyright-text {
    grid-column: span 2;
    text-align: center;
    border-top: 1px solid #D3D3D3;
  }

  .dark .footer-17-content .kalpanik-copyright-text {
    border-color: rgba(255, 255, 255, 0.15);
  }
}

@media only screen and (max-width: 991px) {
  .footer-17-content .kalpanik-copyright-text {
    grid-column: auto;
    text-align: start;
  }
}

.footer-17-content .kalpanik-copyright-text .kalpanik-component-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--primary);
}

/* about us page css */
.about-us .about-us-inner {
  padding-top: 215px;
  padding-bottom: 120px;
  background-color: var(--bg);
}

@media only screen and (max-width: 1199px) {
  .about-us .about-us-inner {
    padding-top: 70px;
  }
}

.about-us .info {
  border-right: 1px solid var(--border);
}

@media only screen and (max-width: 991px) {
  .about-us .info {
    border-right: none;
  }
}

.about-us .info .kalpanik-component-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -1px;
  color: var(--primary);
  font-family: var(--font_neue_montreal) !important;
}

@media only screen and (max-width: 991px) {
  .about-us .info .kalpanik-component-text br {
    display: none;
  }
}

.text_about_large{
font-size: 36px !important;
    line-height: 40px !important;
    margin-bottom: 20px;
   color: #fff !important;
  font-family: var(--font_neue_montreal) !important;

}
.text_about {
  color: #fff !important;
  font-family: var(--font_neue_montreal) !important;

}

.about-us .info span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 126px;
  color: var(--white);
  letter-spacing: -1px;
  font-family: var(--font_neue_montreal) !important;
}


@media only screen and (max-width: 991px) {
  .about-us .info span {
    margin-top: 20px;
  }
}

.about-us .info .kalpanik-text-wrapper {
  margin-top: 70px;
}

.about-us .kalpanik-title-wrapper {
  margin-top: 60px;
  margin-bottom: 95px;
}

@media only screen and (max-width: 1199px) {
  .about-us .kalpanik-title-wrapper {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .about-us .kalpanik-title-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.section-title-2-wrapper {
  display: grid;
  gap: 20px 80px;
  grid-template-columns: 1fr 500px;
}

@media only screen and (max-width: 991px) {
  .section-title-2-wrapper {
    gap: 0;
  }
}



@media only screen and (max-width: 991px) {
  .section-title-2-wrapper {
    grid-template-columns: 1fr;
  }
}

.section-title-2 {
  font-size: 140px;
  font-weight: 400;
  line-height: 130px;
  letter-spacing: -7px;
  font-family: var(--font_kaylush) !important;
  color: #fff;
}

.who-we-are-sub .section-title-2 {
  color: #0a0a0a;
  font-family: var(--font_neue_montreal_medium) !important;

}


@media only screen and (max-width: 1399px) {
  .section-title-2 {
    font-size: 110px;
    line-height: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-title-2 {
    font-size: 90px;
    line-height: 100px;
    letter-spacing: -5px;
  }
}

@media only screen and (max-width: 991px) {
  .section-title-2 {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -2px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-2 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-2 {
    font-size: 40px;
    line-height: 40px;
  }
}

.section-title-2 span {
  font-family: var(--font_ppeditor);
}

/* who-we-are style  */
.who-we-are .who-we-are__wrapper {
  margin-top: 115px;
  display: grid;
  gap: 20px;
  grid-template-columns: 700px 1fr;
}

@media only screen and (max-width: 1399px) {
  .who-we-are .who-we-are__wrapper {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .who-we-are .who-we-are__wrapper {
    margin-top: 60px;
    grid-template-columns: 300px 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .who-we-are .who-we-are__wrapper {
    grid-template-columns: 1fr;
  }
}

.who-we-are .who-we-are__content {
  max-width: 100%;
}

.who-we-are .who-we-are__content .designation {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  font-family: var(--font_neue_montreal) !important;
  color: var(--primary) !important;

}

@media only screen and (max-width: 1199px) {
  .who-we-are .who-we-are__content .designation {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .who-we-are .who-we-are__content .designation {
    font-size: 22px;
    line-height: 25px;
  }
}

/* choose-us area style  */
.choose-us--about {
  margin-top: 0;
  gap: 8px;
}

.choose-us--about .choose-us__item {
  padding: 22px 40px 0px 45px;
}

@media only screen and (max-width: 1199px) {
  .choose-us--about .choose-us__item {
    padding: 34px 35px 4px 35px;
  }
}

@media only screen and (max-width: 991px) {
  .choose-us--about .choose-us__item {
    padding: 25px 20px 10px 20px;
  }
}

.choose-us--about .choose-us__item.kalpanik-item-1 {
  background-color: #F1F1F1;
}

.dark .choose-us--about .choose-us__item.kalpanik-item-1 {
  background-color: #1A1A1A;
}

.choose-us--about .choose-us__item.kalpanik-item-1 p {
  color: var(--primary);
}

.choose-us--about .choose-us__item.kalpanik-item-1 h2 {
  color: var(--primary);
}

.choose-us--about .choose-us__item.kalpanik-item-2 {
  background-color: #FFD80C;
}

.choose-us--about .choose-us__item.kalpanik-item-2 p {
  color: var(--black);
}

.choose-us--about .choose-us__item.kalpanik-item-2 h2 {
  color: var(--black);
}

.dark .choose-us--about .choose-us__item.kalpanik-item-3 {
  background-color: #FFFFFF;
}

.dark .choose-us--about .choose-us__item.kalpanik-item-3 p {
  color: var(--black);
}

.dark .choose-us--about .choose-us__item.kalpanik-item-3 h2 {
  color: var(--black);
}

/* teams area style  */
.about-us-team .kalpanik-team-wrapper {
  gap: 70px 30px;
}

.about-us-team .kalpanik-section-title-wrapper {
  display: block;
}

.about-us-team .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: -4.5px;
  max-width: 100%;
  margin-top: 45px;
}

@media only screen and (max-width: 1399px) {
  .about-us-team .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title {
    font-size: 80px;
    line-height: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-us-team .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: normal;
  }
}

@media only screen and (max-width: 991px) {
  .about-us-team .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title {
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-team .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-team .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title {
    font-size: 23px;
    line-height: 30px;
  }
}

.about-us-team .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title span {
  font-family: var(--font_ppeditor);
}

.about-us-team .kalpanik-btn-wrapper a {
  color: var(--primary);
}

.about-us-team .kalpanik-team-box-1 .kalpanik-name {
  color: var(--primary);
}

.about-us-team .kalpanik-team-box-1 .kalpanik-name a:hover {
  color: var(--secondary);
}

.about-us-team .kalpanik-team-box-1 .kalpanik-post {
  color: #555555;
}

.dark .about-us-team .kalpanik-team-box-1 .kalpanik-post {
  color: #536879;
}

/* award area style  */
.award-area-2 .kalpanik-section-header {
  margin-top: 172px;
}

@media only screen and (max-width: 1919px) {
  .award-area-2 .kalpanik-section-header {
    margin-top: 72px;
  }
}

.award-area-2 .kalpanik-section-title {
  font-weight: 400;
  line-height: 85px;
  letter-spacing: -4.5px;
}

@media only screen and (max-width: 1199px) {
  .award-area-2 .kalpanik-section-title {
    letter-spacing: 0;
    line-height: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .award-area-2 .kalpanik-section-title {
    margin-top: 30px;
    line-height: 45px;
  }
}

.award-area-2 .kalpanik-section-title span {
  font-family: var(--font_ppeditor);
}

.award-area-2 .section-subtitle {
  border: 1px solid var(--white);
  color: var(--white);
}

.award-area-2 .section-subtitle::before {
  background-color: var(--white);
}

.award-area-2-inner {
  display: grid;
  grid-template-columns: 455px 1fr;
}

@media only screen and (max-width: 1199px) {
  .award-area-2-inner {
    grid-template-columns: 300px 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .award-area-2-inner {
    grid-template-columns: 1fr;
  }
}

.award-area-2 .kalpanik-award-wrapper-box {
  margin-left: auto;
  margin-top: 80px;
}

@media only screen and (max-width: 1919px) {
  .award-area-2 .kalpanik-award-wrapper-box {
    margin-top: 64px;
  }
}

.award-area-2 .kalpanik-award-wrapper {
  border-top: 1px solid #292929;
}

.award-area-2 .kalpanik-award-box {
  border-bottom: 1px solid #292929;
  padding-top: 28px;
  padding-bottom: 28px;
  display: grid;
  gap: 20px 50px;
  grid-template-columns: 280px 1fr 100px;
  align-items: center;
  transition: all 0.5s;
}

@media only screen and (max-width: 1919px) {
  .award-area-2 .kalpanik-award-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .award-area-2 .kalpanik-award-box {
    grid-template-columns: 180px 1fr 100px;
  }
}

@media only screen and (max-width: 767px) {
  .award-area-2 .kalpanik-award-box {
    grid-template-columns: 1fr 1fr;
  }
}

.award-area-2 .kalpanik-award-box:hover {
  background-color: #171717;
}

.dark .award-area-2 .kalpanik-award-box:hover {
  background-color: #1F1F1F;
}

@media only screen and (max-width: 767px) {
  .award-area-2 .kalpanik-award-box:hover {
    background-color: transparent;
  }
}

.award-area-2 .kalpanik-award-box:hover .kalpanik-category {
  transform: translateX(30px);
}

@media only screen and (max-width: 767px) {
  .award-area-2 .kalpanik-award-box:hover .kalpanik-category {
    transform: translateX(0px);
  }
}

.award-area-2 .kalpanik-award-box:hover .kalpanik-year {
  transform: translateX(-30px);
}

@media only screen and (max-width: 767px) {
  .award-area-2 .kalpanik-award-box:hover .kalpanik-year {
    transform: translateX(0px);
  }
}

.award-area-2 .kalpanik-award-box .kalpanik-category {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  color: var(--white);
  transition: all 0.5s;
}

.award-area-2 .kalpanik-award-box .kalpanik-award {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--white);
}

@media only screen and (max-width: 767px) {
  .award-area-2 .kalpanik-award-box .kalpanik-award {
    order: 3;
    grid-column: span 2;
  }
}

.award-area-2 .kalpanik-award-box .kalpanik-year {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  color: var(--white);
  transition: all 0.5s;
  text-align: right;
}

/* client area style  */
.kalpanik-client-area .kalpanik-clients-wrapper-box.about-us--client {
  border-top: none;
  margin-top: 0;
}

/* service page css */
.service-2 .kalpanik-section-title-wrapper {
  display: grid;
  gap: 15px 40px;
  grid-template-columns: 300px 1fr;
}

@media only screen and (max-width: 991px) {
  .service-2 .kalpanik-section-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.service-2 .kalpanik-title-wrapper img {
  border-radius: 5px;
}

.service-2 .kalpanik-title-wrapper .designation {
  font-size: 24px;
  font-weight: 400;
  margin-top: 90px;
  max-width: 395px;
  line-height: 28px;
  color: var(--primary);
  letter-spacing: -1.2px;
  font-family: var(--font_bdogrotesk);
}

@media only screen and (max-width: 1399px) {
  .service-2 .kalpanik-title-wrapper .designation {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .service-2 .kalpanik-title-wrapper .designation {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .service-2 .kalpanik-title-wrapper .designation {
    margin-top: 20px;
    max-width: 100%;
    font-size: 20px;
  }
}

.service-2 .kalpanik-title-wrapper .designation span {
  color: #536879;
}

.dark .service-2 .kalpanik-title-wrapper .designation span {
  color: #555555;
}

.service-2 .kalpanik-subtitle-wrapper {
  border-right: 1px solid var(--border);
}

.service-2 .service-2-box {
  display: grid;
  gap: 40px 80px;
  padding-top: 40px;
  align-items: center;
  grid-template-columns: 660px 1fr;
  border-top: 1px solid var(--border);
}

.service-2 .service-2-box:not(:last-child) {
  padding-bottom: 40px;
}

@media only screen and (max-width: 1399px) {
  .service-2 .service-2-box {
    gap: 40px 60px;
    grid-template-columns: 500px 1fr;
  }
}

@media only screen and (max-width: 1199px) {
  .service-2 .service-2-box {
    gap: 40px 60px;
    align-items: flex-start;
    grid-template-columns: 400px 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .service-2 .service-2-box {
    gap: 40px 60px;
    align-items: flex-start;
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .service-2 .service-2-box .kalpanik-component-media {
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .service-2 .service-2-box .kalpanik-component-media {
    height: 400px;
  }
}

@media (max-width: 575px) {
  .service-2 .service-2-box .kalpanik-component-media {
    height: 300px;
  }
}

.service-2 .service-2-box .kalpanik-component-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.service-2 .service-2-box .kalpanik-component-content .kalpanik-component-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  margin-bottom: 40px;
  letter-spacing: -4.5px;
}

@media only screen and (max-width: 1199px) {
  .service-2 .service-2-box .kalpanik-component-content .kalpanik-component-title {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 991px) {
  .service-2 .service-2-box .kalpanik-component-content .kalpanik-component-title {
    font-size: 60px;
    line-height: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .service-2 .service-2-box .kalpanik-component-content .kalpanik-component-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .service-2 .service-2-box .kalpanik-component-content .kalpanik-component-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}

.service-2 .service-2-box .kalpanik-component-content .designation {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}

.service-2 .service-2-box .kalpanik-component-content .service-2-list {
  margin-bottom: 43px;
  margin-left: 16px;
}

.service-2 .service-2-box .kalpanik-component-content .service-2-list li {
  list-style: disc;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary);
}

/* service details page css */
.hero-area-service-details .service-meta {
  z-index: 1;
  display: grid;
  gap: 10px 60px;
  margin-top: 48px;
  position: relative;
  grid-template-columns: 1fr 1045px;
}

@media only screen and (max-width: 1919px) {
  .hero-area-service-details .service-meta {
    grid-template-columns: 1fr 845px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-area-service-details .service-meta {
    grid-template-columns: 1fr 645px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-area-service-details .service-meta {
    grid-template-columns: 1fr 585px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-area-service-details .service-meta {
    grid-template-columns: 1fr;
  }
}

.hero-area-service-details .service-meta .serial {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.hero-area-service-details .service-meta .kalpanik-tag {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.hero-area-service-details .service-meta .next-item {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.hero-area-service-details .kalpanik-section-header {
  display: grid;
  margin-top: -42px;
  justify-content: flex-end;
  grid-template-columns: 792px;
}

@media only screen and (max-width: 991px) {
  .hero-area-service-details .kalpanik-section-header {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
}

.hero-area-service-details .kalpanik-section-header .kalpanik-title-wrapper .kalpanik-section-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: -4.5px;
}

@media only screen and (max-width: 1199px) {
  .hero-area-service-details .kalpanik-section-header .kalpanik-title-wrapper .kalpanik-section-title {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 991px) {
  .hero-area-service-details .kalpanik-section-header .kalpanik-title-wrapper .kalpanik-section-title {
    font-size: 60px;
    line-height: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-area-service-details .kalpanik-section-header .kalpanik-title-wrapper .kalpanik-section-title {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 575px) {
  .hero-area-service-details .kalpanik-section-header .kalpanik-title-wrapper .kalpanik-section-title {
    font-size: 40px;
    line-height: 50px;
  }
}

.hero-area-service-details .kalpanik-section-content-wrapper {
  margin-top: 62px;
  display: grid;
  gap: 50px;
  grid-template-columns: 500px 1fr;
  border-top: 1px solid var(--primary);
}

@media only screen and (max-width: 1199px) {
  .hero-area-service-details .kalpanik-section-content-wrapper {
    grid-template-columns: 420px 1fr;
    gap: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-area-service-details .kalpanik-section-content-wrapper {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
}

.hero-area-service-details .kalpanik-section-content {
  border-right: 1px solid var(--primary);
  padding-top: 50px;
}

@media only screen and (max-width: 991px) {
  .hero-area-service-details .kalpanik-section-content {
    border-right: none;
    padding-top: 30px;
  }
}

.hero-area-service-details .kalpanik-section-content .kalpanik-component-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: -1.5px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1399px) {
  .hero-area-service-details .kalpanik-section-content .kalpanik-component-title {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-area-service-details .kalpanik-section-content .kalpanik-component-title {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-area-service-details .kalpanik-section-content .kalpanik-component-title {
    margin-bottom: 30px;
    letter-spacing: 0;
  }

  .hero-area-service-details .kalpanik-section-content .kalpanik-component-title br {
    display: none;
  }
}

.hero-area-service-details .kalpanik-section-content .kalpanik-component-text {
  color: var(--secondary);
  font-size: 18px;
  max-width: 395px;
  line-height: 26px;
}

.hero-area-service-details .section-thumb {
  margin-top: 50px;
}

@media only screen and (max-width: 991px) {
  .hero-area-service-details .section-thumb {
    margin-top: 30px;
  }
}

.hero-area-service-details .section-thumb img {
  width: 100%;
}

.hero-area-service-details .feature-list {
  margin-top: 45px;
}

.hero-area-service-details .feature-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.hero-area-service-details .feature-list ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: inline-flex;
  padding: 11px 19px;
  align-items: center;
  color: var(--primary);
  border-radius: 500px;
  border: 1px solid var(--border);
}

/* approach area service details style  */
.approach-area-service-details-page .kalpanik-section-title {
  max-width: 658px;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -2.5px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
  .approach-area-service-details-page .kalpanik-section-title {
    font-size: 38px;
    line-height: 45px;
    letter-spacing: 0;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .approach-area-service-details-page .kalpanik-section-title {
    font-size: 30px;
    line-height: 40px;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .approach-area-service-details-page .kalpanik-section-title {
    font-size: 22px;
    line-height: 35px;
  }
}

.approach-area-service-details-page .approach-wrapper-box {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 790px;
  align-items: flex-start;
}

@media only screen and (max-width: 1399px) {
  .approach-area-service-details-page .approach-wrapper-box {
    grid-template-columns: 1fr 675px;
  }
}

@media only screen and (max-width: 1199px) {
  .approach-area-service-details-page .approach-wrapper-box {
    grid-template-columns: 1fr 575px;
  }
}

@media only screen and (max-width: 991px) {
  .approach-area-service-details-page .approach-wrapper-box {
    grid-template-columns: 1fr;
  }
}

.approach-area-service-details-page .approach-wrapper-content {
  margin-top: 270px;
}

@media only screen and (max-width: 1199px) {
  .approach-area-service-details-page .approach-wrapper-content {
    margin-top: 230px;
  }
}

@media only screen and (max-width: 991px) {
  .approach-area-service-details-page .approach-wrapper-content {
    margin-top: 0px;
  }
}

.approach-area-service-details-page .approach-wrapper-content .kalpanik-subtitle-wrapper .subtitle {
  color: var(--primary);
  font-family: var(--font_bdogrotesk);
}

.approach-area-service-details-page .approach-wrapper-content .steps {
  display: block;
  font-size: 330px;
  font-weight: 400;
  margin-top: 100px;
  line-height: 245px;
  color: var(--primary);
  letter-spacing: -16.5px;
}

@media only screen and (max-width: 1199px) {
  .approach-area-service-details-page .approach-wrapper-content .steps {
    font-size: 250px;
    margin-top: 80px;
    font-weight: 400;
    line-height: 220px;
    letter-spacing: -10.5px;
  }
}

@media only screen and (max-width: 991px) {
  .approach-area-service-details-page .approach-wrapper-content .steps {
    font-size: 230px;
    margin-top: 40px;
    letter-spacing: -6.5px;
  }
}

@media only screen and (max-width: 767px) {
  .approach-area-service-details-page .approach-wrapper-content .steps {
    font-size: 200px;
    line-height: 185px;
    margin-top: 30px;
    letter-spacing: -0.5px;
  }
}

@media only screen and (max-width: 767px) {
  .approach-area-service-details-page .approach-wrapper-content .steps {
    font-size: 160px;
    line-height: 150px;
    margin-top: 30px;
    letter-spacing: 0;
  }
}

.approach-area-service-details-page .approach-wrapper {
  border-top: 1px dashed #878482;
}

.dark .approach-area-service-details-page .approach-wrapper {
  border-color: #626262;
}

.approach-area-service-details-page .approach-box {
  display: grid;
  gap: 10px 45px;
  grid-template-columns: 60px 1fr 360px;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 44px;
  border-bottom: 1px dashed #878482;
}

.dark .approach-area-service-details-page .approach-box {
  border-color: #626262;
}

@media only screen and (max-width: 1919px) {
  .approach-area-service-details-page .approach-box {
    grid-template-columns: 60px 1fr 395px;
  }
}

@media only screen and (max-width: 1399px) {
  .approach-area-service-details-page .approach-box {
    grid-template-columns: 60px 1fr;
  }
}

@media (max-width: 575px) {
  .approach-area-service-details-page .approach-box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.approach-area-service-details-page .approach-box .number {
  font-size: 30px;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary);
  font-family: var(--font_bdogrotesk);
}

@media only screen and (max-width: 1399px) {
  .approach-area-service-details-page .approach-box .number {
    grid-row: span 2;
  }
}

.approach-area-service-details-page .approach-box .kalpanik-component-title {
  font-size: 30px;
  font-weight: 310;
  line-height: 30px;
  letter-spacing: -0.07em;
}

@media only screen and (max-width: 1199px) {
  .approach-area-service-details-page .approach-box .kalpanik-component-title {
    letter-spacing: 0;
  }
}

.approach-area-service-details-page .approach-box .kalpanik-component-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--secondary);
}

/* feature area style  */
.feature-area .features-wrapper {
  display: grid;
  gap: 50px 101px;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .feature-area .features-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .feature-area .features-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.feature-area .feature-box {
  position: relative;
  display: grid;
  gap: 181px;
}

@media only screen and (max-width: 1919px) {
  .feature-area .feature-box {
    gap: 95px;
  }
}

@media only screen and (max-width: 1399px) {
  .feature-area .feature-box {
    gap: 75px;
  }
}

@media only screen and (max-width: 1199px) {
  .feature-area .feature-box {
    gap: 45px;
  }
}

.feature-area .feature-box:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  top: 0;
  left: -50px;
}

.feature-area .feature-box .kalpanik-component-title {
  font-size: 30px;
  font-weight: 310;
  line-height: 30px;
  letter-spacing: -2.1px;
  color: var(--white);
}

@media only screen and (max-width: 1399px) {
  .feature-area .feature-box .kalpanik-component-title {
    letter-spacing: 0;
  }
}

.feature-area .feature-box .kalpanik-component-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 30px;
  color: #536879;
}

/* value area style  */
.value-area .kalpanik-section-content-wrapper {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 460px 1fr;
}

@media only screen and (max-width: 1399px) {
  .value-area .kalpanik-section-content-wrapper {
    grid-template-columns: 360px 1fr;
  }
}

@media only screen and (max-width: 1199px) {
  .value-area .kalpanik-section-content-wrapper {
    grid-template-columns: 1fr;
  }
}

.value-area .values-wrapper {
  display: grid;
  gap: 100px 70px;
  grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 1399px) {
  .value-area .values-wrapper {
    gap: 80px 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .value-area .values-wrapper {
    gap: 60px 50px;
  }
}

@media (max-width: 575px) {
  .value-area .values-wrapper {
    gap: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .value-area .values-wrapper {
    grid-template-columns: 1fr;
  }
}

.value-area .value-box {
  border-top: 3px solid #3E3E3E;
}

.value-area .value-box .sub-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.32px;
  margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
  .value-area .value-box .sub-title {
    margin-top: 20px;
  }
}

.value-area .value-box .number {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  color: var(--white);
  letter-spacing: -4.5px;
  margin-top: 88px;
}

@media only screen and (max-width: 1399px) {
  .value-area .value-box .number {
    font-size: 60px;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .value-area .value-box .number {
    font-size: 50px;
    margin-top: 0;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .value-area .value-box .number {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .value-area .value-box .number {
    font-size: 35px;
  }
}

.value-area .value-box .kalpanik-component-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 35px;
  color: #536879;
}

@media only screen and (max-width: 1199px) {
  .value-area .value-box .kalpanik-component-text {
    margin-top: 10px;
  }
}

/* faq area style  */
.faq-area.faq-area-space {
  padding-top: 50px;
}

.faq-area .faq-area-inner {
  display: grid;
  gap: 30px;
  grid-template-columns: 600px 1fr;
}

@media only screen and (max-width: 1399px) {
  .faq-area .faq-area-inner {
    grid-template-columns: 500px 1fr;
  }
}

@media only screen and (max-width: 1199px) {
  .faq-area .faq-area-inner {
    grid-template-columns: 400px 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .faq-area .faq-area-inner {
    grid-template-columns: 1fr;
  }
}

.faq-area .kalpanik-section-title-wrapper {
  display: block;
}

.faq-area .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  margin-top: 35px;
  letter-spacing: -4.5px;
}

@media only screen and (max-width: 1399px) {
  .faq-area .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title {
    font-size: 80px;
    line-height: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .faq-area .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 991px) {
  .faq-area .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title {
    font-size: 50px;
    line-height: 60px;
    margin-top: 20px;
  }

  .faq-area .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .faq-area .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title {
    font-size: 30px;
    line-height: 50px;
    margin-top: 10px;
  }
}

.faq-area .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title span {
  font-family: var(--font_ppeditor);
}

.faq-area .accordion {
  counter-reset: accordion;
  border-top: 1px solid #E7E7E7;
}

.dark .faq-area .accordion {
  border-color: #292929;
}

.faq-area .accordion-button {
  padding: 22px 0 23px;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
}

@media only screen and (max-width: 1919px) {
  .faq-area .accordion-button {
    padding: 20px 0 23px;
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-area .accordion-button {
    font-size: 20px;
  }
}

.faq-area .accordion-button::after {
  content: "+";
  font-family: var(--font_awesome);
  background-image: none;
  color: var(--primary);
  font-size: 20px;
  font-weight: 500;
  transition: all 0.5s;
}

@media (max-width: 575px) {
  .faq-area .accordion-button::after {
    margin-top: -31px;
  }
}

.faq-area .accordion-button:not(.collapsed)::after {
  content: "\f068";
}

.faq-area .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #E7E7E7;
  position: relative;
  transition: all 0.5s;
  border-radius: 0;
}

.dark .faq-area .accordion-item {
  border-color: #292929;
}

.faq-area .accordion-item .kalpanik-component-title {
  gap: 49px;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  align-items: center;
  color: var(--primary);
  letter-spacing: -0.9px;
  font-family: var(--font_bdogrotesk);
}

@media (max-width: 575px) {
  .faq-area .accordion-item .kalpanik-component-title {
    align-items: self-start;
    letter-spacing: 0px;
    gap: 30px;
    line-height: 26px;
    font-size: 16px;
  }
}

.faq-area .accordion-body {
  padding: 30px 0 50px;
  border: none;
  padding-left: 68px;
  border-top: 1px solid #E7E7E7;
}

.dark .faq-area .accordion-body {
  border-color: #292929;
}

@media only screen and (max-width: 767px) {
  .faq-area .accordion-body {
    padding-left: 30px;
  }
}

.faq-area .accordion-body p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

@media (max-width: 575px) {
  .faq-area .accordion-body p {
    font-size: 16px;
  }
}

.faq-area .accordion-body p:last-child {
  margin-top: 30px;
}

/* work page css */
.work-wrapper {
  display: grid;
  gap: 0px 70px;
  margin-top: 110px;
  grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 1919px) {
  .work-wrapper {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 1399px) {
  .work-wrapper {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .work-wrapper {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .work-wrapper {
    gap: 0px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .work-wrapper {
    grid-template-columns: 1fr;
    gap: 50px 50px;
  }
}

.work-wrapper>*:nth-child(even) {
  margin-top: 150px;
}

@media only screen and (max-width: 1199px) {
  .work-wrapper>*:nth-child(even) {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .work-wrapper>*:nth-child(even) {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .work-wrapper>*:nth-child(even) {
    margin-top: 0px;
  }
}

/* work details page css */
/* work details area style  */
.work-details-area .kalpanik-section-header {
  margin-top: 17px;
}

.work-details-area .work-details-area-inner {
  margin-top: 110px;
}

@media only screen and (max-width: 1199px) {
  .work-details-area .work-details-area-inner {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .work-details-area .work-details-area-inner {
    margin-top: 60px;
  }
}

.work-details-area .work-details-wrapper {
  display: grid;
  gap: 30px 305px;
  grid-template-columns: 520px 1fr;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1399px) {
  .work-details-area .work-details-wrapper {
    gap: 30px 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .work-details-area .work-details-wrapper {
    gap: 30px 50px;
    grid-template-columns: 420px 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .work-details-area .work-details-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
}

.work-details-area .meta-wrapper {
  border-bottom: 1px solid #E7E7E7;
}

.dark .work-details-area .meta-wrapper {
  border-color: #292929;
}

.work-details-area .meta-item {
  border-top: 1px solid #E7E7E7;
  padding-top: 14px;
  padding-bottom: 14px;
  display: grid;
  gap: 30px;
  grid-template-columns: 154px 1fr;
}

.dark .work-details-area .meta-item {
  border-color: #292929;
}

@media (max-width: 575px) {
  .work-details-area .meta-item {
    gap: 15px;
    grid-template-columns: 100px 1fr;
  }
}

.work-details-area .meta-item .kalpanik-component-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.work-details-area .meta-item .kalpanik-component-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: var(--primary);
  margin-top: 4px;
}

.work-details-area .work-details-wrapper-content P {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.work-details-area .work-details-wrapper-content span {
  font-size: 18px;
  margin-top: 40px;
  font-weight: 500;
  line-height: 26px;
  position: relative;
  color: var(--primary);
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .work-details-area .work-details-wrapper-content span {
    margin-top: 20px;
  }
}

.work-details-area .work-details-wrapper-content span::before {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 1px;
  position: absolute;
  transition: all 0.3s;
  background-color: var(--primary);
}

.work-details-area .work-details-wrapper-content span:hover::before {
  width: 0;
}

.work-details-area .section-info {
  display: grid;
  padding-top: 68px;
  margin-bottom: 72px;
  gap: 30px;
  grid-template-columns: 600px 1fr;
}

@media only screen and (max-width: 1199px) {
  .work-details-area .section-info {
    grid-template-columns: 450px 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .work-details-area .section-info {
    grid-template-columns: 1fr;
  }
}

.work-details-area .section-info .kalpanik-title-wrapper .kalpanik-component-title {
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -2.5px;
}

@media only screen and (max-width: 991px) {
  .work-details-area .section-info .kalpanik-title-wrapper .kalpanik-component-title {
    font-size: 40px;
    letter-spacing: 0;
  }
}

@media (max-width: 575px) {
  .work-details-area .section-info .kalpanik-title-wrapper .kalpanik-component-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.work-details-area .section-info .kalpanik-component-content .kalpanik-text-wrapper .kalpanik-component-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.work-details-area .section-info .kalpanik-component-content .feature-list {
  margin-top: 30px;
}

.work-details-area .section-info .kalpanik-component-content .feature-list li {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary);
  position: relative;
  padding-left: 17px;
  list-style: none;
}

.work-details-area .section-info .kalpanik-component-content .feature-list li::before {
  content: "+";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.work-details-area .gallery-wrapper {
  display: grid;
  padding: 0px 50px;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 1199px) {
  .work-details-area .gallery-wrapper {
    padding: 0 10px;
  }
}

@media (max-width: 575px) {
  .work-details-area .gallery-wrapper {
    grid-template-columns: 1fr;
  }
}

.work-details-area .gallery-wrapper>*:nth-child(1) {
  grid-column: span 2;
}

.work-details-area .gallery-wrapper>*:nth-child(3) {
  grid-column: span 3;
}

@media (max-width: 575px) {
  .work-details-area .gallery-wrapper>* {
    grid-column: span 3;
  }
}

.work-details-area .gallery-wrapper .kalpanik-media-image {
  overflow: hidden;
  border-radius: 20px;
}

.work-details-area .gallery-wrapper .kalpanik-media-image img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .work-details-area .gallery-wrapper .kalpanik-media-image {
    border-radius: 5px;
  }
}

.work-details-area .details-info .kalpanik-component-title {
  font-size: 30px;
  font-weight: 310;
  line-height: 27px;
  letter-spacing: -0.08em;
}

@media only screen and (max-width: 1199px) {
  .work-details-area .details-info .kalpanik-component-title {
    font-size: 24px;
  }
}

.work-details-area .details-info .kalpanik-component-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 16px;
}

@media only screen and (max-width: 1199px) {
  .work-details-area .details-info .kalpanik-component-text {
    font-size: 18px;
  }
}

.work-details-area .section-details {
  margin-top: 45px;
  margin-bottom: 93px;
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 1fr 1fr;
  max-width: 1120px;
  margin-left: auto;
}

@media only screen and (max-width: 1919px) {
  .work-details-area .section-details {
    margin-top: 41px;
    margin-bottom: 63px;
  }
}

@media only screen and (max-width: 1199px) {
  .work-details-area .section-details {
    margin-top: 31px;
    margin-bottom: 43px;
  }
}

@media only screen and (max-width: 767px) {
  .work-details-area .section-details {
    grid-template-columns: 1fr;
  }
}

.work-details-area .gallery-wrapper-2 {
  display: grid;
  padding: 0px 50px;
  gap: 10px;
  grid-template-columns: 1fr;
}

@media only screen and (max-width: 1199px) {
  .work-details-area .gallery-wrapper-2 {
    padding: 0 10px;
  }
}

.work-details-area .gallery-wrapper-2 .kalpanik-media-image {
  overflow: hidden;
  border-radius: 20px;
}

.work-details-area .gallery-wrapper-2 .kalpanik-media-image img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .work-details-area .gallery-wrapper-2 .kalpanik-media-image {
    border-radius: 5px;
  }
}

.work-details-area .pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1px;
  margin-top: 100px;
}

@media only screen and (max-width: 1199px) {
  .work-details-area .pagination {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .work-details-area .pagination {
    margin-top: 60px;
  }
}

.work-details-area .pagination a {
  border: 1px solid var(--border);
  width: 170px;
  height: 90px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 90px;
  color: var(--primary);
}

@media only screen and (max-width: 1919px) {
  .work-details-area .pagination a {
    width: 150px;
    height: 70px;
  }
}

@media only screen and (max-width: 1199px) {
  .work-details-area .pagination a {
    width: 120px;
    height: 50px;
  }
}

.work-details-area .pagination a:hover {
  background-color: var(--primary);
  border-color: transparent;
  color: var(--white);
}

.dark .work-details-area .pagination a:hover {
  color: var(--black);
}

.work-details-area .pagination a:hover svg * {
  fill: var(--white);
}

.dark .work-details-area .pagination a:hover svg * {
  fill: var(--black);
}

.work-details-area .pagination a svg * {
  fill: var(--primary);
}

/* team page css */
.team-area-team-page .team-area-team-page-inner {
  margin-bottom: 127px;
}

@media only screen and (max-width: 1399px) {
  .team-area-team-page .team-area-team-page-inner {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .team-area-team-page .team-area-team-page-inner {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .team-area-team-page .team-area-team-page-inner {
    margin-bottom: 60px;
  }
}

.team-area-team-page .kalpanik-section-title-wrapper {
  display: grid;
  gap: 40px;
  grid-template-columns: 260px 1fr;
}

@media only screen and (max-width: 767px) {
  .team-area-team-page .kalpanik-section-title-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }
}

.team-area-team-page .kalpanik-section-title-wrapper .kalpanik-subtitle-wrapper {
  border-right: 1px solid var(--border);
}

.team-area-team-page .team-info .team-group {
  display: inline-flex;
  align-items: center;
}

.team-area-team-page .team-info .team-group img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  outline: 3px solid var(--white);
}

.dark .team-area-team-page .team-info .team-group img {
  outline-color: var(--black);
}

@media only screen and (max-width: 1919px) {
  .team-area-team-page .team-info .team-group img {
    width: 50px;
    height: 50px;
  }
}

.team-area-team-page .team-info .team-group img:not(:first-child) {
  margin-left: -10px;
}

.team-area-team-page .team-info .kalpanik-component-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1.2px;
  max-width: 335px;
  color: #536879;
}

.dark .team-area-team-page .team-info .kalpanik-component-text {
  color: #555555;
}

.team-area-team-page .team-info .kalpanik-component-text span {
  color: var(--primary);
}

.team-area-team-page .team-info .kalpanik-text-wrapper {
  margin-top: 16px;
}

.team-page .kalpanik-team-wrapper-box {
  border-bottom: 1px solid var(--border);
}

.team-page .kalpanik-team-wrapper {
  gap: 70px 30px;
}

.team-page .kalpanik-team-box-1 .kalpanik-name {
  color: var(--primary);
}

.team-page .kalpanik-team-box-1 .kalpanik-name a:hover {
  color: var(--secondary);
}

.team-page .kalpanik-team-box-1 .kalpanik-post {
  color: #555555;
}

.dark .team-page .kalpanik-team-box-1 .kalpanik-post {
  color: #536879;
}

/* cta area team page style  */
.cta-area-team-page .kalpanik-section-content {
  text-align: center;
}

.cta-area-team-page .kalpanik-section-content .kalpanik-btn-wrapper {
  margin-top: 45px;
  margin-bottom: 1px;
}

@media only screen and (max-width: 1199px) {
  .cta-area-team-page .kalpanik-section-content .kalpanik-btn-wrapper {
    margin-top: 35px;
  }
}

.cta-area-team-page .kalpanik-section-title {
  max-width: 930px;
  margin-inline: auto;
  letter-spacing: -2.5px;
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
}

@media only screen and (max-width: 991px) {
  .cta-area-team-page .kalpanik-section-title {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 50px;
  }

  .cta-area-team-page .kalpanik-section-title br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .cta-area-team-page .kalpanik-section-title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 575px) {
  .cta-area-team-page .kalpanik-section-title {
    font-size: 20px;
    line-height: 30px;
  }
}

/* team details page css */
/* team details area style  */
.team-details-area .kalpanik-section-content-wrapper {
  margin-top: 37px;
  display: grid;
  gap: 40px 100px;
  grid-template-columns: 590px 600px;
  justify-content: space-between;
}

@media only screen and (max-width: 1399px) {
  .team-details-area .kalpanik-section-content-wrapper {
    grid-template-columns: 1fr 500px;
  }
}

@media only screen and (max-width: 1199px) {
  .team-details-area .kalpanik-section-content-wrapper {
    grid-template-columns: 1fr 430px;
  }
}

@media only screen and (max-width: 991px) {
  .team-details-area .kalpanik-section-content-wrapper {
    grid-template-columns: 1fr;
  }
}

.team-details-area .team-thumb {
  margin-top: 13px;
  order: 2;
}

@media only screen and (max-width: 991px) {
  .team-details-area .team-thumb {
    order: unset;
    max-width: 500px;
  }
}

.team-details-area .team-thumb img {
  width: 100%;
}

.team-details-area .subtitle {
  font-size: 30px;
  font-weight: 310;
  line-height: 0.93;
  letter-spacing: -0.05em;
  color: var(--primary);
  text-transform: unset;
  font-family: var(--font_bdogrotesk);
}

@media only screen and (max-width: 1399px) {
  .team-details-area .subtitle {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .team-details-area .subtitle {
    font-size: 22px;
  }
}

.team-details-area .kalpanik-subtitle-wrapper {
  margin-top: 29px;
}

@media only screen and (max-width: 1399px) {
  .team-details-area .kalpanik-subtitle-wrapper {
    margin-top: 19px;
  }
}

.team-details-area .kalpanik-section-content .kalpanik-section-title {
  letter-spacing: -4.5px;
  line-height: 85px;
}

@media only screen and (max-width: 991px) {
  .team-details-area .kalpanik-section-content .kalpanik-section-title {
    letter-spacing: 0;
    line-height: 45px;
  }
}

.team-details-area .kalpanik-section-content .kalpanik-text-wrapper {
  margin-top: 60px;
}

@media only screen and (max-width: 1399px) {
  .team-details-area .kalpanik-section-content .kalpanik-text-wrapper {
    margin-top: 41px;
  }
}

@media only screen and (max-width: 991px) {
  .team-details-area .kalpanik-section-content .kalpanik-text-wrapper {
    margin-top: 31px;
  }
}

.team-details-area .kalpanik-section-content .kalpanik-component-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.team-details-area .kalpanik-section-content .kalpanik-component-text:not(:first-child) {
  margin-top: 28px;
}

.team-details-area .social-links {
  margin-top: 53px;
  border-top: 1px dashed #878482;
  display: grid;
}

.dark .team-details-area .social-links {
  border-color: #626262;
}

@media only screen and (max-width: 1399px) {
  .team-details-area .social-links {
    margin-top: 43px;
  }
}

@media only screen and (max-width: 991px) {
  .team-details-area .social-links {
    margin-top: 33px;
  }
}

.team-details-area .social-links a {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary);
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #878482;
  padding: 11px 0;
  transition: all 0.5s;
}

.dark .team-details-area .social-links a {
  border-color: #626262;
}

.team-details-area .social-links a:hover {
  background-color: #F1F1F1;
  padding-left: 20px;
}

.dark .team-details-area .social-links a:hover {
  background-color: #1A1A1A;
}

.team-details-area .social-links a:before {
  content: "+";
  margin-right: 6px;
}

/* blog page css */
.blog-area .kalpanik-section-title-wrapper {
  margin-bottom: 84px;
}

@media only screen and (max-width: 991px) {
  .blog-area .kalpanik-section-title-wrapper {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-area .kalpanik-section-title-wrapper {
    margin-bottom: 40px;
  }
}

.blog-area .kalpanik-section-title-wrapper .kalpanik-title-wrapper {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .blog-area .kalpanik-section-title-wrapper .kalpanik-title-wrapper {
    margin-top: 20px;
  }
}

.blog-area .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: -4.5px;
}

@media only screen and (max-width: 1399px) {
  .blog-area .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title {
    font-size: 80px;
    line-height: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .blog-area .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: normal;
  }
}

@media only screen and (max-width: 991px) {
  .blog-area .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title {
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-area .kalpanik-section-title-wrapper .kalpanik-title-wrapper .kalpanik-section-title {
    font-size: 40px;
    line-height: 50px;
  }
}

.blog-area .mb-minus-80 {
  margin-bottom: -80px;
}

.blog-area .gap-15 {
  --bs-gutter-x: 15px;
}

.blog-area .blog__item {
  position: relative;
  display: block;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1199px) {
  .blog-area .blog__item {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-area .blog__item {
    margin-bottom: 40px;
  }
}

.blog-area .blog__item:hover .kalpanik-component-media img {
  transform: scale(1.1);
}

.blog-area .blog__item .kalpanik-component-media {
  overflow: hidden;
  border-radius: 15px;
}

.blog-area .blog__item .kalpanik-component-media img {
  width: 100%;
  transition: all 0.5s;
}

.blog-area .blog__item .kalpanik-component-content {
  margin-top: 25px;
}

@media only screen and (max-width: 1199px) {
  .blog-area .blog__item .kalpanik-component-content {
    margin-top: 14px;
  }
}

.blog-area .blog__item .kalpanik-component-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -1.5px;
  max-width: 340px;
}

@media only screen and (max-width: 991px) {
  .blog-area .blog__item .kalpanik-component-title {
    letter-spacing: 0;
  }
}

.blog-area .blog__item .kalpanik-component-title:hover a {
  color: #555;
}

@media only screen and (max-width: 1399px) {
  .blog-area .blog__item .kalpanik-component-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1199px) {
  .blog-area .blog__item .kalpanik-component-title {
    font-size: 20px;
    line-height: 25px;
  }
}

.blog-area .blog__item .kalpanik-item-meta {
  gap: 5px;
  display: flex;
  margin-top: 22px;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .blog-area .blog__item .kalpanik-item-meta {
    margin-top: 9px;
  }
}

.blog-area .blog__item .kalpanik-item-meta li {
  color: var(--secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  list-style: none;
}

.blog-area .blog__item .kalpanik-item-meta li a span {
  font-weight: 500;
  color: var(--primary);
  display: inline-block;
  transition: all 0.3s;
}

.blog-area .blog__item .kalpanik-item-meta li a:hover {
  color: #555;
}

.blog-area .blog__item .kalpanik-item-meta li a:hover span {
  color: #555;
}

/* blog details page css */
/* blog details area style  */
.blog-details .blog-details-inner {
  margin-top: 45px;
}

.blog-details .blog-details-info .kalpanik-item-meta {
  gap: 5px;
  display: flex;
  margin-bottom: 96px;
  flex-direction: column;
}

@media only screen and (max-width: 1199px) {
  .blog-details .blog-details-info .kalpanik-item-meta {
    margin-bottom: 30px;
  }
}

.blog-details .blog-details-info .kalpanik-item-meta li span {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  padding: 10.5px 13px;
  border-radius: 500px;
  display: inline-block;
  color: var(--primary);
  background-color: #F1F1F1;
}

.dark .blog-details .blog-details-info .kalpanik-item-meta li span {
  background-color: #191919;
}

.blog-details .blog-details-info .author {
  display: flex;
  gap: 15px;
}

@media only screen and (max-width: 1199px) {
  .blog-details .blog-details-info .author {
    margin-bottom: 20px;
  }
}

.blog-details .blog-details-info .author .media {
  width: 65px;
  height: 65px;
  min-width: 65px;
  overflow: hidden;
  border-radius: 0px;
}

.blog-details .blog-details-info .author .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-details .blog-details-info .author .kalpanik-component-text {
  gap: 5px;
  display: flex;
  flex-direction: column;
}

.blog-details .blog-details-info .author .kalpanik-component-text span {
  display: block;
  color: var(--primary);
}

.blog-details .blog-details-info .author .kalpanik-component-text .kalpanik-name {
  font-size: 16px;
  margin-top: 5px;
  font-weight: 500;
  line-height: 14px;
  color: var(--primary);
}

.blog-details .kalpanik-section-title-wrapper .kalpanik-section-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: -3.5px;
  font-family: var(--font_bdogrotesk);
  display: inline-block;
}

@media only screen and (max-width: 1919px) {
  .blog-details .kalpanik-section-title-wrapper .kalpanik-section-title {
    font-size: 80px;
    line-height: 85px;
  }
}

@media only screen and (max-width: 1399px) {
  .blog-details .kalpanik-section-title-wrapper .kalpanik-section-title {
    font-size: 70px;
    line-height: 74px;
  }
}

@media only screen and (max-width: 1199px) {
  .blog-details .kalpanik-section-title-wrapper .kalpanik-section-title {
    font-size: 60px;
    line-height: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-details .kalpanik-section-title-wrapper .kalpanik-section-title {
    font-size: 43px;
    line-height: 50px;
    letter-spacing: 0;
  }
}

@media (max-width: 575px) {
  .blog-details .kalpanik-section-title-wrapper .kalpanik-section-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.blog-details__content {
  margin-top: 100px;
}

@media only screen and (max-width: 1919px) {
  .blog-details__content {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 1399px) {
  .blog-details__content {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .blog-details__content {
    margin-top: 60px;
  }
}

.blog-details__content img {
  width: auto;
  overflow: hidden;
  max-width: 100%;
}

.blog-details__content h1,
.blog-details__content h2,
.blog-details__content h3,
.blog-details__content h4,
.blog-details__content h5,
.blog-details__content h6 {
  margin-bottom: 10px;
  font-size: 50px;
}

@media only screen and (max-width: 1919px) {

  .blog-details__content h1,
  .blog-details__content h2,
  .blog-details__content h3,
  .blog-details__content h4,
  .blog-details__content h5,
  .blog-details__content h6 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 1199px) {

  .blog-details__content h1,
  .blog-details__content h2,
  .blog-details__content h3,
  .blog-details__content h4,
  .blog-details__content h5,
  .blog-details__content h6 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 767px) {

  .blog-details__content h1,
  .blog-details__content h2,
  .blog-details__content h3,
  .blog-details__content h4,
  .blog-details__content h5,
  .blog-details__content h6 {
    font-size: 28px;
  }
}

.blog-details__content p {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.blog-details .list {
  margin-left: 20px;
  margin-bottom: 30px;
}

.blog-details .list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  list-style: disc;
}

.blog-details__media {
  overflow: hidden;
  margin-bottom: 40px;
}

.blog-details__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-details__meta {
  row-gap: 10px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  column-gap: 24px;
  align-items: center;
  margin-bottom: 32px;
}

.blog-details__meta li a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  padding: 0px 10px;
  border: 1px solid rgba(21, 24, 27, 0.1);
}

.blog-details__wrapper {
  gap: 39px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .blog-details__wrapper .media {
    margin-bottom: 30px;
  }
}

.blog-details__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .blog-details__wrapper img {
    margin-bottom: 30px;
    height: inherit;
  }
}

.blog-details__tag {
  display: flex;
  gap: 10px;
}

.blog-details__tag span {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary);
}

.blog-details__tag ul {
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.blog-details__tag ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
  padding: 0 15px;
  border: 1px solid var(--border);
  border-radius: 0px;
}

.blog-details .comment-wrap {
  margin-top: 90px;
}

@media only screen and (max-width: 1399px) {
  .blog-details .comment-wrap {
    margin-top: 60px;
  }
}

.blog-details .comment-formwrap {
  display: grid;
  gap: 60px 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 52px;
}

@media only screen and (max-width: 1399px) {
  .blog-details .comment-formwrap {
    gap: 40px 30px;
    margin-top: 32px;
  }
}

@media only screen and (max-width: 1199px) {
  .blog-details .comment-formwrap {
    gap: 30px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details .comment-formwrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.blog-details .comment-formwrap .message {
  grid-column: span 2;
}

@media only screen and (max-width: 767px) {
  .blog-details .comment-formwrap .message {
    grid-column: auto;
  }
}

.blog-details .comment-formfield input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  outline: none;
  background-color: transparent;
  transition: all 0.5s;
  color: var(--primary);
  font-size: 18px;
}

.dark .blog-details .comment-formfield input {
  border-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 1199px) {
  .blog-details .comment-formfield input {
    font-size: 16px;
  }
}

.blog-details .comment-formfield input:focus {
  border-color: var(--primary);
}

.blog-details .comment-formfield input::placeholder {
  color: var(--primary);
}

.blog-details .comment-formfield input:-webkit-autofill,
.blog-details .comment-formfield input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}

.blog-details .comment-formfield select {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid var(--primary);
  outline: none;
  background-color: transparent;
  transition: all 0.5s;
  color: var(--primary);
}

.blog-details .comment-formfield select:focus {
  border-color: var(--primary);
}

.blog-details .comment-formfield select option {
  width: 100%;
  max-width: 100%;
}

.blog-details .submit-btn {
  margin-top: 50px;
}

@media only screen and (max-width: 1399px) {
  .blog-details .submit-btn {
    margin-top: 40px;
  }
}

/* contact page css */
.contact-title .page-title-area-inner {
  gap: 30px;
  display: grid;
  align-items: center;
  grid-template-columns: 630px 1fr;
}

@media only screen and (max-width: 1199px) {
  .contact-title .page-title-area-inner {
    grid-template-columns: 530px 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .contact-title .page-title-area-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.contact-title .page-title-area-inner p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}

@media only screen and (max-width: 991px) {
  .contact-title .page-title-area-inner p {
    letter-spacing: 0;
  }

  .contact-title .page-title-area-inner p br {
    display: none;
  }
}


.ajax-response.success-message {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.ajax-response.error-message {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.contact-page {
  padding: 100px 0;
}

@media only screen and (max-width: 991px) {
  .contact-page .contact-page-inner {
    margin-top: 50px;
  }
}

.contact-page .direct-contact {
  margin-top: 65px;
}

@media only screen and (max-width: 991px) {
  .contact-page .direct-contact {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-page .direct-contact {
    margin-bottom: 40px;
    margin-top: 0;
  }
}

.contact-page .direct-contact span {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: block;
  margin-bottom: 15px;
  font-family: var(--font_neue_montreal);
}

@media only screen and (max-width: 991px) {
  .contact-page .direct-contact span {
    margin-bottom: 10px;
  }
}

.contact-page .direct-contact a {
  display: block;
  font-size: 30px;
  font-weight: 400;
  line-height: 28px;
  transition: all 0.3s;
  color: var(--primary);
  letter-spacing: -0.6px;
  font-family: var(--font_neue_montreal);
}

@media only screen and (max-width: 991px) {
  .contact-page .direct-contact a {
    font-size: 25px;
  }
}

.contact-page .direct-contact a:hover {
  color: var(--primary);
}

@media only screen and (max-width: 767px) {
  .contact-page .socail-media {
    margin-bottom: 30px;
  }
}

.contact-page .socail-media__item .icon {
  width: 70px;
  height: 70px;
  display: flex;
  font-size: 22px;
  align-items: center;
  border-radius: 0px;
  transition: all 0.3s;
  color: var(--primary);
  justify-content: center;
  border: 1px solid rgba(17, 17, 17, 0.15);
}

.contact-page .socail-media__item:hover .icon {
  background: #53687952;
}

.contact-page .socail-media__item .text a {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--primary);
  font-family: var(--font_neue_montreal);
}

.contact-page .socail-media__item {
  gap: 20px;
  display: flex;
  align-items: center;
}

.contact-page .socail-media__item:not(:last-child) {
  margin-bottom: 23px;
}

.contact-page .socail-media__item .kalpanik-item-icon {
  width: 70px;
  height: 70px;
  display: flex;
  font-size: 22px;
  align-items: center;
  border-radius: 0px;
  transition: all 0.3s;
  color: var(--primary);
  justify-content: center;
  border: 1px solid rgba(17, 17, 17, 0.15);
}

.dark .contact-page .socail-media__item .kalpanik-item-icon {
  border-color: rgba(255, 255, 255, 0.15);
}

.contact-page .socail-media__item .kalpanik-item-icon:hover {
  border-color: transparent;
  background: rgba(17, 17, 17, 0.15);
}

.dark .contact-page .socail-media__item .kalpanik-item-icon:hover {
  background: rgba(255, 255, 255, 0.15);
}

.contact-page .socail-media__item .kalpanik-component-text a {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--primary);
  font-family: var(--font_bdogrotesk);
}

.contact-page .socail-media__item .kalpanik-component-text a:hover {
  color: var(--primary);
}

.contact-page .socail-media__item .kalpanik-component-text span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.contact-page .contact-formwrap {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-page .contact-formwrap .contact-formfield {
  grid-column: span 2;
}

.contact-page .contact-formwrap .contact-formfield:nth-child(2),
.contact-page .contact-formwrap .contact-formfield:nth-child(3) {
  grid-column: span 1;
}

@media only screen and (max-width: 991px) {

  .contact-page .contact-formwrap .contact-formfield:nth-child(2),
  .contact-page .contact-formwrap .contact-formfield:nth-child(3) {
    grid-column: span 2;
  }
}

.contact-page .contact-formfield {
  border-radius: 0px;
  transition: all 0.3s;
  padding: 27px 30px 24px;
  border: 1px solid rgba(17, 17, 17, 0.15);
}

.dark .contact-page .contact-formfield {
  border-color: rgba(255, 255, 255, 0.15);
}

.contact-page .contact-formfield:hover {
  border-color: var(--primary);
}

.contact-page .contact-formfield label {
  font-size: 18px;
  font-weight: 400;
  color: var(--primary);
  margin-bottom: 5px;
  font-family: var(--font_neue_montreal);
}

.contact-page .contact-formfield input {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.5s;
  color: var(--primary);
  font-size: 20px;
  font-family: var(--font_neue_montreal);
  padding-top: 6px;

}

.contact-page .contact-formfield input::placeholder {
  color: var(--secondary);
}

.contact-page .contact-formfield input:-webkit-autofill,
.contact-page .contact-formfield input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}

.contact-page .contact-formfield.message {
  height: 170px;
}

.contact-page .submit-btn {
  margin-top: 20px;
}





.contact-us__offices {
  border-radius: 0px;
  padding: 60px 50px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .contact-us__offices {
    padding: 30px 30px;
  }
}

.contact-us__offices::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 15px;
  mix-blend-mode: multiply;
  background: rgba(17, 17, 17, 0.8);
}

.contact-us__offices .kalpanik-component-title {
  z-index: 1;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  color: var(--white);
  letter-spacing: 0px;
}

@media only screen and (max-width: 767px) {
  .contact-us__offices .kalpanik-component-title {
    font-size: 25px;
  }
}

.contact-us__offices a {
  z-index: 1;
  margin-top: 121px;
  position: relative;
  color: var(--white);
  display: inline-block;
}

@media only screen and (max-width: 1199px) {
  .contact-us__offices a {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-us__offices a {
    margin-top: 50px;
  }
}

.contact-us__offices a::before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  border-radius: 15px;
  transition: all 0.3s;
  background: var(--white);
}

.contact-us__offices a:hover::before {
  width: 0;
}

.contact-us__info {
  gap: 20px;
  display: flex;
  padding:0  0 53px 0px ;
  border-radius: 0px;
  justify-content: space-between;
}

.dark .contact-us__info {
  background: #1A1A1A;
}

@media only screen and (max-width: 1199px) {
  .contact-us__info {
    padding: 30px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-us__info {
    flex-wrap: wrap;
  }
}

.contact-us__item .kalpanik-component-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  margin-bottom: 24px;
  color: var(--primary);
  display: inline-block;
  letter-spacing: -0.36px;
  border-bottom: 1px solid var(--primary);
}

@media only screen and (max-width: 767px) {
  .contact-us__item .kalpanik-component-title {
    margin-bottom: 10px;
  }
}

.contact-us__item .location {
  margin-bottom: 37px;
}

@media only screen and (max-width: 991px) {
  .contact-us__item .location {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-us__item .location {
    margin-bottom: 10px;
  }
}

.contact-us__item .phone {
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
}

.contact-us__item .phone::before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  border-radius: 15px;
  transition: all 0.3s;
  background: #555;
}

.contact-us__item .phone:hover::before {
  width: 0;
}

.contact-us__item a {
  color: var(--primary);
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  font-family: var(--font_neue_montreal);
  transition: all 0.3s;
}

@media only screen and (max-width: 991px) {
  .contact-us__item a {
    font-size: 16px;
    line-height: 20px;
  }
}

.contact-us__item a:hover {
  color: var(--primary);
}

/* error page css */
.error-area-inner {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.error-area .subtitle {
  font-size: 300px;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: -0.07em;
  color: var(--primary);
}

@media only screen and (max-width: 1919px) {
  .error-area .subtitle {
    font-size: 240px;
  }
}

@media only screen and (max-width: 1399px) {
  .error-area .subtitle {
    font-size: 180px;
  }
}

@media only screen and (max-width: 1199px) {
  .error-area .subtitle {
    font-size: 140px;
  }
}

@media only screen and (max-width: 991px) {
  .error-area .subtitle {
    font-size: 120px;
  }
}

.error-area .kalpanik-section-title {
  max-width: 740px;
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -4.5px;
}

@media only screen and (max-width: 1919px) {
  .error-area .kalpanik-section-title {
    max-width: 640px;
  }
}

@media only screen and (max-width: 1199px) {
  .error-area .kalpanik-section-title {
    letter-spacing: 0;
    line-height: 1.22;
  }
}

.error-area .kalpanik-section-content {
  align-self: center;
}

.error-area .kalpanik-section-content .kalpanik-title-wrapper {
  margin-top: 37px;
}

@media only screen and (max-width: 1919px) {
  .error-area .kalpanik-section-content .kalpanik-title-wrapper {
    margin-top: 27px;
  }
}

@media only screen and (max-width: 1199px) {
  .error-area .kalpanik-section-content .kalpanik-title-wrapper {
    margin-top: 17px;
  }
}

.error-area .kalpanik-section-content .kalpanik-btn-wrapper {
  margin-top: 64px;
}

@media only screen and (max-width: 1919px) {
  .error-area .kalpanik-section-content .kalpanik-btn-wrapper {
    margin-top: 44px;
  }
}

@media only screen and (max-width: 1199px) {
  .error-area .kalpanik-section-content .kalpanik-btn-wrapper {
    margin-top: 34px;
  }
}

@media only screen and (max-width: 991px) {
  .error-area .kalpanik-section-content .kalpanik-btn-wrapper {
    margin-top: 24px;
  }
}

.error-area .kalpanik-section-content .kalpanik-action-button {
  padding: 25px 48px;
}

/* marketing agency page css */
.hero-5 {
  position: relative;
}

.hero-5__inner {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1399px) {
  .hero-5__inner {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-5__inner {
    padding-bottom: 60px;
  }
}

.hero-5__content .kalpanik-component-title {
  font-size: 140px;
  font-weight: 400;
  line-height: 120px;
  letter-spacing: -9.8px;
  max-width: 1420px;
  margin-top: 70px;
}

@media only screen and (max-width: 1199px) {
  .hero-5__content .kalpanik-component-title {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -2.8px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .hero-5__content .kalpanik-component-title {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 767px) {
  .hero-5__content .kalpanik-component-title {
    font-size: 50px;
    line-height: 50px;
    margin-top: 50px;
  }
}

@media (max-width: 575px) {
  .hero-5__content .kalpanik-component-title {
    font-size: 45px;
    line-height: 45px;
  }
}

.hero-5__content .kalpanik-component-title span {
  color: rgba(17, 17, 17, 0.3);
}

.dark .hero-5__content .kalpanik-component-title span {
  color: rgba(255, 255, 255, 0.3);
}

.hero-5__info {
  display: grid;
  position: relative;
  grid-template-columns: 910px 1fr;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}

.dark .hero-5__info {
  border-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 767px) {
  .hero-5__info {
    border-bottom: none;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-5__info {
    grid-template-columns: 780px 1fr;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-5__info {
    grid-template-columns: 550px 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .hero-5__info {
    grid-template-columns: 400px 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .hero-5__info {
    grid-template-columns: 1fr;
  }
}

.hero-5__info .video-wrapper-box {
  display: flex;
  align-items: center;
  padding-top: 230px;
  padding-bottom: 24px;
  border-right: 1px solid rgba(17, 17, 17, 0.2);
}

.dark .hero-5__info .video-wrapper-box {
  border-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 1199px) {
  .hero-5__info .video-wrapper-box {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-5__info .video-wrapper-box {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-5__info .video-wrapper-box {
    border-right: none;
  }
}

.hero-5__info .video-wrapper-box .kalpanik-component-media {
  width: 90px;
  height: 90px;
  border-radius: 25px;
  overflow: hidden;
}

@media only screen and (max-width: 1919px) {
  .hero-5__info .video-wrapper-box .kalpanik-component-media {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-5__info .video-wrapper-box .kalpanik-component-media {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }
}

.hero-5__info .video-wrapper-box .kalpanik-component-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-5__info .video-wrapper-box .btn-circle {
  width: 90px;
  height: 90px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  color: var(--black);
  border-radius: 50%;
  font-size: 26px;
  outline: 4px solid #F0F0F0;
  margin-left: -15px;
  position: relative;
  z-index: 1;
}

.dark .hero-5__info .video-wrapper-box .btn-circle {
  outline-color: #212121;
}

.hero-5__info .video-wrapper-box .btn-circle::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: -1px;
  height: 100%;
  border-radius: 500px;
  background: var(--white);
  z-index: -1;
}

@media only screen and (max-width: 1919px) {
  .hero-5__info .video-wrapper-box .btn-circle {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-5__info .video-wrapper-box .btn-circle {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-5__info .video-wrapper-box .btn-circle {
    margin-left: -35px;
  }
}

.hero-5__info .video-wrapper-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  margin-left: 20px;
  color: var(--primary);
  letter-spacing: -0.9px;
  font-family: var(--font_bdogrotesk);
}

.hero-5__info .kalpanik-text-wrapper {
  display: flex;
  margin-top: 230px;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
}

.dark .hero-5__info .kalpanik-text-wrapper {
  border-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 767px) {
  .hero-5__info .kalpanik-text-wrapper {
    border-top: none;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-5__info .kalpanik-text-wrapper {
    margin-top: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-5__info .kalpanik-text-wrapper {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-5__info .kalpanik-text-wrapper {
    margin-top: 20px;
  }
}

.hero-5__info .kalpanik-text-wrapper .text-bg {
  width: 100%;
  display: flex;
  padding: 0 30px;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}

.hero-5__info .kalpanik-text-wrapper .text-bg:hover {
  background-color: var(--white);
  border-radius: 20px;
}

.dark .hero-5__info .kalpanik-text-wrapper .text-bg:hover {
  background-color: var(--black);
}

.hero-5__info .kalpanik-text-wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: var(--primary);
  letter-spacing: -0.9px;
  font-family: var(--font_bdogrotesk);
}

@media only screen and (max-width: 767px) {
  .hero-5__info .kalpanik-text-wrapper p {
    padding: 20px 0;
  }
}

.hero-5__info .kalpanik-text-wrapper i {
  color: var(--primary);
  font-size: 21px;
}

/* moving gallery style  */
.moving-gallery-area {
  position: relative;
  z-index: 1;
}

.wrapper-gallery {
  display: inline-flex;
  align-items: flex-start;
  padding-bottom: 180px;
  position: relative;
}

@media only screen and (max-width: 1919px) {
  .wrapper-gallery {
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 1399px) {
  .wrapper-gallery {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .wrapper-gallery {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-gallery {
    padding-bottom: 60px;
  }
}

.moving-gallery {
  position: relative;
  z-index: -1;
}

.moving-gallery li {
  padding-left: 7px;
  padding-right: 7px;
  box-sizing: border-box;
  list-style: none;
  width: 460px;
}

@media only screen and (max-width: 1199px) {
  .moving-gallery li {
    width: 400px;
  }
}

@media only screen and (max-width: 991px) {
  .moving-gallery li {
    width: 300px;
  }
}

.moving-gallery li img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

/* service-5 gallery style  */
.service-5 .agency-body-border {
  padding-bottom: 200px;
}

@media only screen and (max-width: 1919px) {
  .service-5 .agency-body-border {
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 1399px) {
  .service-5 .agency-body-border {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-5 .agency-body-border {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .service-5 .agency-body-border {
    padding-bottom: 60px;
  }
}

.service-5 .section-2-title-wrapper .section-2-title {
  margin-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
  .service-5 .section-2-title-wrapper .section-2-title {
    margin-bottom: 30px;
  }
}

.service-5 .section-2-title-wrapper .kalpanik-action-button {
  border-radius: 20px;
  border-color: transparent;
  background-color: var(--white);
}

.dark .service-5 .section-2-title-wrapper .kalpanik-action-button {
  background-color: var(--black);
}

.dark .service-5 .section-2-title-wrapper .kalpanik-action-button:hover .kalpanik-btn-wrap .kalpanik-text-two {
  color: var(--black);
}

.service-5 .section-2-title-wrapper .kalpanik-action-button::before {
  background-color: var(--primary);
}

.dark .service-5 .section-2-title-wrapper .kalpanik-action-button::before {
  background-color: var(--white);
}

.service-5 .section-2-title-wrapper .kalpanik-action-button .kalpanik-btn-wrap .kalpanik-text-one {
  color: var(--primary);
}

.service-5 .section-2-title-wrapper .kalpanik-action-button .kalpanik-btn-wrap .kalpanik-text-two {
  color: var(--white);
}

.service-5__content {
  gap: 30px;
  display: grid;
  margin-left: 485px;
  grid-template-columns: 600px 1fr;
}

@media only screen and (max-width: 1919px) {
  .service-5__content {
    margin-left: 430px;
    grid-template-columns: 500px 1fr;
  }
}

@media only screen and (max-width: 1399px) {
  .service-5__content {
    margin-left: 330px;
    grid-template-columns: 400px 1fr;
  }
}

@media only screen and (max-width: 1199px) {
  .service-5__content {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .service-5__content {
    grid-template-columns: 1fr;
  }
}

.service-5__info .designation {
  max-width: 480px;
  font-size: 20px;
  font-weight: 400;
  color: var(--primary);
}

@media only screen and (max-width: 1399px) {
  .service-5__info .designation {
    max-width: 100%;
  }
}

.service-5__info .price {
  margin-top: 140px;
}

@media only screen and (max-width: 1399px) {
  .service-5__info .price {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-5__info .price {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .service-5__info .price {
    margin-top: 30px;
  }
}

.service-5__info .price h5 {
  color: #999;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -1.5px;
  margin-bottom: 30px;
}

.service-5__info .price h5 span {
  color: var(--primary);
}

.service-5__wrapper {
  position: relative;
}

.service-5 .service-5-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-top: 1px solid #CFCFCF;
}

.dark .service-5 .service-5-list {
  border-color: rgba(255, 255, 255, 0.2);
}

.service-5__item {
  z-index: 1;
  width: 100%;
  display: flex;
  padding-left: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  color: var(--primary);
  align-items: center;
  padding: 20px 30px;
  position: relative;
  justify-content: space-between;
  border-bottom: 1px solid #CFCFCF;
  transition: 0.3s transform ease-in-out, background-color 0.3s ease;
}

.dark .service-5__item {
  border-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 575px) {
  .service-5__item {
    font-size: 16px;
    padding: 12px 2px;
  }
}

.service-5__item a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-5 .active-bg {
  left: 0;
  right: 0;
  z-index: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  border-radius: 14px;
  pointer-events: none;
  background: var(--white);
  transform: translateY(0);
  transform-origin: top center;
  transition: transform 0.4s ease, height 0.4s ease, opacity 0.4s ease;
}

.dark .service-5 .active-bg {
  background-color: var(--black);
}

/* work-area-3 gallery style  */
.work-area-3 .work-area-3-inner {
  padding-bottom: 186px;
}

@media only screen and (max-width: 1919px) {
  .work-area-3 .work-area-3-inner {
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 1399px) {
  .work-area-3 .work-area-3-inner {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .work-area-3 .work-area-3-inner {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .work-area-3 .work-area-3-inner {
    padding-bottom: 60px;
  }
}

.work-area-3 .kalpanik-works-wrapper {
  display: grid;
  gap: 90px 20px;
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 1919px) {
  .work-area-3 .kalpanik-works-wrapper {
    gap: 65px 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .work-area-3 .kalpanik-works-wrapper {
    gap: 45px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .work-area-3 .kalpanik-works-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.work-area-3 .kalpanik-works-wrapper>*:nth-child(7) {
  grid-column-start: 2;
}

@media only screen and (max-width: 767px) {
  .work-area-3 .kalpanik-works-wrapper>*:nth-child(7) {
    grid-column-start: 1;
  }
}

.work-area-3 .kalpanik-works-wrapper>* .kalpanik-media-image {
  transform-origin: bottom right;
}

.work-area-3 .kalpanik-works-wrapper>*:nth-child(2n) .kalpanik-media-image {
  transform-origin: bottom left;
}

.work-area-3 .kalpanik-work-box .kalpanik-component-media {
  border-radius: 20px;
  overflow: hidden;
}

.work-area-3 .kalpanik-work-box .kalpanik-component-media .kalpanik-media-image {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  transform: scale(0.9);
}

.work-area-3 .kalpanik-work-box .kalpanik-component-media .kalpanik-media-image img {
  transform-origin: center;
}

.work-area-3 .kalpanik-work-box .kalpanik-component-media img {
  width: 100%;
  cursor: none;
}

.work-area-3 .kalpanik-work-box .kalpanik-component-content {
  margin-top: 24px;
}

@media only screen and (max-width: 1199px) {
  .work-area-3 .kalpanik-work-box .kalpanik-component-content {
    margin-top: 14px;
  }
}

.work-area-3 .kalpanik-work-box .kalpanik-component-content .designation {
  font-size: 20px;
  font-weight: 400;
  max-width: 540px;
  line-height: 28px;
  color: var(--primary);
  margin-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
  .work-area-3 .kalpanik-work-box .kalpanik-component-content .designation {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .work-area-3 .kalpanik-work-box .kalpanik-component-content .designation {
    margin-bottom: 30px;
  }
}

.work-area-3 .kalpanik-work-box .kalpanik-component-content .kalpanik-action-button {
  border-radius: 20px;
  border-color: transparent;
  background-color: var(--white);
}

.dark .work-area-3 .kalpanik-work-box .kalpanik-component-content .kalpanik-action-button {
  background-color: var(--black);
}

.dark .work-area-3 .kalpanik-work-box .kalpanik-component-content .kalpanik-action-button:hover .kalpanik-btn-wrap .kalpanik-text-two {
  color: var(--black);
}

.work-area-3 .kalpanik-work-box .kalpanik-component-content .kalpanik-action-button::before {
  background-color: var(--primary);
}

.dark .work-area-3 .kalpanik-work-box .kalpanik-component-content .kalpanik-action-button::before {
  background-color: var(--white);
}

.work-area-3 .kalpanik-work-box .kalpanik-component-content .kalpanik-action-button .kalpanik-btn-wrap .kalpanik-text-one {
  color: var(--primary);
}

.work-area-3 .kalpanik-work-box .kalpanik-component-content .kalpanik-action-button .kalpanik-btn-wrap .kalpanik-text-two {
  color: var(--white);
}

.work-area-3 .kalpanik-work-box .kalpanik-component-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
}

@media only screen and (max-width: 1199px) {
  .work-area-3 .kalpanik-work-box .kalpanik-component-title {
    font-size: 18px;
  }
}

.work-area-3 .kalpanik-work-box .kalpanik-component-title a:hover {
  color: var(--secondary);
}

.work-area-3 .kalpanik-work-box .kalpanik-tag {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
  display: block;
  font-family: var(--font_bdogrotesk);
  color: var(--primary);
}

@media only screen and (max-width: 1199px) {
  .work-area-3 .kalpanik-work-box .kalpanik-tag {
    font-size: 18px;
  }
}

.work-area-3 .kalpanik-work-box .kalpanik-date {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
  display: block;
  font-family: var(--font_bdogrotesk);
  color: var(--primary);
}

@media only screen and (max-width: 1199px) {
  .work-area-3 .kalpanik-work-box .kalpanik-date {
    font-size: 18px;
  }
}

.section-2-title-wrapper {
  display: grid;
  grid-template-columns: 454px 1fr;
  gap: 30px;
}

@media only screen and (max-width: 1919px) {
  .section-2-title-wrapper {
    grid-template-columns: 400px 1fr;
  }
}

@media only screen and (max-width: 1399px) {
  .section-2-title-wrapper {
    grid-template-columns: 300px 1fr;
  }
}

@media only screen and (max-width: 1199px) {
  .section-2-title-wrapper {
    grid-template-columns: 250px 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .section-2-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.section-2-title-wrapper .section-2-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.54px;
}

.section-2-title-wrapper .section-2-subtitle span {
  color: #999;
}

.section-2-title-wrapper .section-2-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: -4.5px;
}

@media only screen and (max-width: 1399px) {
  .section-2-title-wrapper .section-2-title {
    font-size: 74px;
    line-height: 75px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .section-2-title-wrapper .section-2-title {
    font-size: 50px;
    line-height: 50px;
  }

  .section-2-title-wrapper .section-2-title br {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .section-2-title-wrapper .section-2-title {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .section-2-title-wrapper .section-2-title {
    font-size: 26px;
    line-height: 30px;
  }
}

.dark .section-2-title-wrapper .section-2-title>div {
  background-image: linear-gradient(to right, var(--primary) 50%, rgba(255, 255, 255, 0.3) 50%);
}

/* progress-area gallery style  */
.progress-area .progress-wrapper {
  gap: 20px;
  display: flex;
}

@media (max-width: 575px) {
  .progress-area .progress-wrapper {
    gap: 10px;
  }
}

.progress-area .progress__wrapper {
  gap: 20px;
  display: grid;
  margin-left: 486px;
  grid-template-columns: 750px 1fr;
}

@media only screen and (max-width: 1919px) {
  .progress-area .progress__wrapper {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1399px) {
  .progress-area .progress__wrapper {
    grid-template-columns: 650px 1fr;
  }
}

@media only screen and (max-width: 1199px) {
  .progress-area .progress__wrapper {
    grid-template-columns: 500px 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .progress-area .progress__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.progress-area .progress-content {
  display: flex;
  flex-direction: column;
}

.progress-area .progress-content span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: var(--primary);
  margin-bottom: 40px;
  letter-spacing: -0.9px;
  font-family: var(--font_bdogrotesk);
}

@media only screen and (max-width: 991px) {
  .progress-area .progress-content span {
    margin-bottom: 20px;
  }
}

.progress-area .progress-content P {
  color: var(--primary);
  font-size: 20px;
  font-weight: 400;
}

.progress-area .progress-content .sub-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin-top: auto;
  letter-spacing: -1.2px;
}

@media only screen and (max-width: 991px) {
  .progress-area .progress-content .sub-title {
    margin-top: 20px;
  }
}

.progress-area .progress-content .number {
  font-size: 140px;
  margin-top: 30px;
  font-weight: 400;
  line-height: 120px;
  letter-spacing: -9.8px;
}

@media (max-width: 575px) {
  .progress-area .progress-content .number {
    font-size: 80px;
    margin-top: 30px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: -6px;
  }
}

@media only screen and (max-width: 991px) {
  .progress-area .progress-content .number {
    font-size: 100px;
    font-weight: 400;
    line-height: 100px;
  }
}

@media (max-width: 575px) {
  .progress-area .progress-content .number {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -6px;
  }
}

.progress-area .progress__item {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
}

.progress-area .progress__item.has---black .progress-bar {
  background-color: var(--black);
}

.dark .progress-area .progress__item.has---black .progress-bar {
  background-color: var(--white);
}

.progress-area .progress__item.has---black .count-text {
  color: var(--white);
}

.dark .progress-area .progress__item.has---black .count-text {
  color: var(--black);
}

.progress-area .progress__item.has---black .success {
  color: var(--white);
}

.dark .progress-area .progress__item.has---black .success {
  color: var(--black);
}

.progress-area .progress-container {
  width: 140px;
  height: 600px;
  display: flex;
  overflow: hidden;
  margin-top: -30px;
  align-items: flex-end;
  background-color: transparent;
}

@media only screen and (max-width: 1199px) {
  .progress-area .progress-container {
    width: 100px;
  }
}

@media (max-width: 575px) {
  .progress-area .progress-container {
    width: 64px;
  }
}

.progress-area .progress-bar {
  width: 100%;
  height: 0%;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: var(--white);
}

.dark .progress-area .progress-bar {
  background-color: var(--black);
}

.progress-area .progress__item-wrapper {
  bottom: 30px;
  position: absolute;
  text-align: center;
}

@media (max-width: 575px) {
  .progress-area .progress__item-wrapper {
    bottom: 20px;
  }
}

.progress-area .progress__item-wrapper .count-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  color: var(--black);
  letter-spacing: -1.2px;
  margin-bottom: 7px;
  font-family: var(--font_bdogrotesk);
}

.dark .progress-area .progress__item-wrapper .count-text {
  color: var(--white);
}

.progress-area .progress__item-wrapper .success {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.7px;
  font-family: var(--font_bdogrotesk);
}

.dark .progress-area .progress__item-wrapper .success {
  color: var(--white);
}

@media (max-width: 575px) {
  .progress-area .progress__item-wrapper .success {
    font-size: 12px;
  }
}

.progress-area .spacer {
  height: 500px;
  background: #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*features-area gallery style  */
.features-area .agency-view {
  position: relative;
  height: 100%;
}

.features-area .agency-view .container {
  height: 100%;
}

.features-area .agency-view .parallax-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.features-area .agency-body-border {
  height: 100%;
  z-index: 1;
  position: relative;
}

.features__content {
  gap: 20px;
  display: flex;
  padding-top: 30px;
  padding-bottom: 70px;
  justify-content: space-between;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
}

.dark .features__content {
  border-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 991px) {
  .features__content {
    flex-wrap: wrap;
  }
}

.features__content .features-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.9px;
  font-family: var(--font_bdogrotesk);
}

.features__wrapper {
  gap: 126px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1399px) {
  .features__wrapper {
    gap: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .features__wrapper {
    gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .features__wrapper {
    flex-wrap: wrap;
  }
}

.features__item h3 {
  gap: 6px;
  display: flex;
  font-size: 50px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 20px;
  color: var(--primary);
  align-items: center;
  letter-spacing: -2.5px;
}

.features__item h3 svg * {
  fill: var(--primary);
}

.features__item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--primary);
}

/*client-testimonial gallery style  */
.client-testimonial .section-3-title-wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.client-testimonial .section-3-title-wrapper .section-3-title {
  font-size: 140px;
  font-weight: 400;
  line-height: 120px;
  text-align: center;
  letter-spacing: -9.8px;
}

@media only screen and (max-width: 1199px) {
  .client-testimonial .section-3-title-wrapper .section-3-title {
    font-size: 110px;
    line-height: 100px;
    letter-spacing: -4.8px;
  }
}

@media only screen and (max-width: 991px) {
  .client-testimonial .section-3-title-wrapper .section-3-title {
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -2.8px;
  }
}

@media only screen and (max-width: 767px) {
  .client-testimonial .section-3-title-wrapper .section-3-title {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 767px) {
  .client-testimonial .section-3-title-wrapper .section-3-title {
    font-size: 50px;
    line-height: 50px;
  }
}

.client-testimonial .section-3-title-wrapper .rating {
  gap: 14px;
  display: flex;
  margin-top: 63px;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .client-testimonial .section-3-title-wrapper .rating {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .client-testimonial .section-3-title-wrapper .rating {
    margin-top: 20px;
  }
}

.client-testimonial .section-3-title-wrapper .rating .kalpanik-component-title {
  display: flex;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -1px;
}

.client-testimonial .section-3-title-wrapper .rating i {
  font-size: 10px;
}

.client-testimonial .section-3-title-wrapper .rating p {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.9px;
  font-family: var(--font_bdogrotesk);
}

.client-testimonial .section-3-title-wrapper .rating p span {
  color: var(--primary);
}

.client-testimonial__main {
  position: relative;
}

.client-testimonial__warpper {
  top: 50%;
  left: 0;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: absolute;
  align-items: flex-start;
  transform: translate(0%, -50%);
}

@media only screen and (max-width: 1199px) {
  .client-testimonial__warpper {
    grid-template-columns: repeat(2, 1fr);
    transform: inherit;
    justify-content: center;
    position: inherit;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .client-testimonial__warpper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.client-testimonial__item {
  padding: 45px;
  border-radius: 20px;
  background: var(--white);
}

@media only screen and (max-width: 1919px) {
  .client-testimonial__item {
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 1399px) {
  .client-testimonial__item {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 991px) {
  .client-testimonial__item {
    padding: 30px 25px;
  }
}

.client-testimonial__item.has---black {
  background-color: var(--black);
}

.client-testimonial__item.has---black p {
  color: var(--white);
}

.client-testimonial__item.has---black .author .kalpanik-component-text .kalpanik-name {
  color: var(--white);
}

.client-testimonial__item.has---black .author .kalpanik-item-icon {
  background-color: var(--white);
}

.client-testimonial__item.has---black .author .kalpanik-item-icon i {
  font-size: 20px;
  color: var(--black);
}

.client-testimonial__item p {
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

@media only screen and (max-width: 1399px) {
  .client-testimonial__item p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .client-testimonial__item p {
    font-size: 18px;
  }
}

.client-testimonial__item .author {
  display: flex;
  margin-top: 100px;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1399px) {
  .client-testimonial__item .author {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .client-testimonial__item .author {
    margin-top: 30px;
  }
}

.client-testimonial__item .author .kalpanik-component-text .kalpanik-name {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--black);
  letter-spacing: -0.9px;
}

.client-testimonial__item .author .kalpanik-component-text .kalpanik-name:hover a {
  color: #999;
}

.client-testimonial__item .author .kalpanik-component-text span {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.9px;
  font-family: var(--font_bdogrotesk);
}

.client-testimonial__item .author .kalpanik-item-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  background-color: var(--black);
}

@media (max-width: 575px) {
  .client-testimonial__item .author .kalpanik-item-icon {
    width: 50px;
    height: 50px;
  }
}

.client-testimonial__item .author .kalpanik-item-icon i {
  font-size: 20px;
  color: var(--white);
}

.award-area-2 .award__wrapper {
  display: grid;
  grid-template-columns: 482px 595px 1fr;
  gap: 30px;
}

@media only screen and (max-width: 1399px) {
  .award-area-2 .award__wrapper {
    grid-template-columns: 450px 400px 1fr;
  }
}

@media only screen and (max-width: 1199px) {
  .award-area-2 .award__wrapper {
    grid-template-columns: 450px 1fr 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .award-area-2 .award__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .award-area-2 .award__wrapper {
    grid-template-columns: auto;
  }
}

@media only screen and (max-width: 991px) {
  .award-area-2 .award__wrapper>*:nth-child(1) {
    grid-column: span 2;
  }
}

@media (max-width: 575px) {
  .award-area-2 .award__wrapper>*:nth-child(1) {
    grid-column: auto;
  }
}

.award-area-2 .award__box {
  display: flex;
}

.award-area-2 .award__box .kalpanik-component-text {
  margin-top: auto;
}

.award-area-2 .award__box .kalpanik-component-text p {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: var(--black);
  letter-spacing: -1.2px;
  font-family: var(--font_bdogrotesk);
  margin-bottom: 28px;
}

@media only screen and (max-width: 1399px) {
  .award-area-2 .award__box .kalpanik-component-text p {
    font-size: 20px;
  }
}

.award-area-2 .award__box .kalpanik-component-text p:last-child {
  margin-bottom: 0;
}

.dark .award-area-2 .award__box .kalpanik-component-text p>div {
  background-image: linear-gradient(to right, var(--primary) 50%, rgba(255, 255, 255, 0.3) 50%);
}

/* modern agency page css */
.hero-7-area .hero-7-area-inner {
  padding-top: 160px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .hero-7-area .hero-7-area-inner {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-7-area .hero-7-area-inner {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

.hero-7-area .hero-7-area-content .hero-7-area-title {
  font-size: 180px;
  font-weight: 200;
  line-height: 170px;
  color: var(--primary);
  text-align: center;
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}

@media only screen and (max-width: 1919px) {
  .hero-7-area .hero-7-area-content .hero-7-area-title {
    font-size: 160px;
    line-height: 150px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-7-area .hero-7-area-content .hero-7-area-title {
    font-size: 130px;
    line-height: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-7-area .hero-7-area-content .hero-7-area-title {
    font-size: 110px;
    line-height: 110px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-7-area .hero-7-area-content .hero-7-area-title {
    font-size: 80px;
    line-height: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-7-area .hero-7-area-content .hero-7-area-title {
    font-size: 60px;
    line-height: 65px;
  }
}

@media (max-width: 575px) {
  .hero-7-area .hero-7-area-content .hero-7-area-title {
    font-size: 40px;
    line-height: 55px;
  }

  .hero-7-area .hero-7-area-content .hero-7-area-title br {
    display: none;
  }
}

.hero-7-area .hero-7-area-content .hero-7-area-title .sub-title-holder {
  position: relative;
  display: inline-block;
}

.hero-7-area .hero-7-area-content .hero-7-area-title .sub-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 131px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: var(--primary);
  letter-spacing: -0.7px;
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
}

@media only screen and (max-width: 767px) {
  .hero-7-area .hero-7-area-content .hero-7-area-title .sub-title {
    position: inherit;
  }
}

@media (max-width: 575px) {
  .hero-7-area .hero-7-area-content .hero-7-area-title .sub-title {
    display: none;
  }
}

.hero-7-area .hero-7-area-content .hero-7-area-title .sub-title.right-position {
  right: 30px;
  left: auto;
  max-width: 123px;
}

@media only screen and (max-width: 991px) {
  .hero-7-area .hero-7-area-content .hero-7-area-title .sub-title.right-position {
    right: 10px;
  }
}

@media (max-width: 575px) {
  .hero-7-area .hero-7-area-content .hero-7-area-title .sub-title.right-position {
    right: inherit;
  }
}

.hero-7-area .hero-7-area-content .mobile-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-7-area .hero-7-area-content .mobile-text span {
  text-align: center;
  width: 131px;
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 10px;
  color: var(--primary);
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
}

@media only screen and (max-width: 1919px) {
  .hero-7-area .hero-7-area-content .mobile-text span {
    display: none;
  }
}

@media (max-width: 575px) {
  .hero-7-area .hero-7-area-content .mobile-text span {
    display: block;
  }
}

.hero-area-7 {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-area-7 .image-wrapper {
  width: 500px;
  height: 650px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-area-7 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 650px;
  display: block;
}

.label-left,
.label-right {
  top: 50%;
  opacity: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  position: absolute;
  white-space: nowrap;
  color: var(--primary);
  letter-spacing: -0.7px;
  text-transform: uppercase;
  transform: translateY(-50%);
  font-family: var(--font_bdogrotesk);
}

.label-left {
  left: -60px;
}

.label-right {
  right: -60px;
}

.section-4-title-wrapper {
  display: grid;
  grid-template-columns: 1fr 971px;
  gap: 30px;
}

@media only screen and (max-width: 1919px) {
  .section-4-title-wrapper {
    grid-template-columns: 1fr 870px;
  }
}

@media only screen and (max-width: 1399px) {
  .section-4-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-4-title-wrapper {
    grid-template-columns: 1fr;
  }
}

.section-4-title-wrapper .section-4-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: var(--primary);
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
}

.section-4-title-wrapper .section-4-subtitle span {
  color: #999;
}

.section-4-title-wrapper .section-4-title {
  font-size: 60px;
  font-weight: 200;
  line-height: 60px;
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}

@media only screen and (max-width: 1399px) {
  .section-4-title-wrapper .section-4-title {
    font-size: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-4-title-wrapper .section-4-title {
    font-size: 50px;
    line-height: 50px;
  }

  .section-4-title-wrapper .section-4-title br {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .section-4-title-wrapper .section-4-title {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .section-4-title-wrapper .section-4-title {
    font-size: 25px;
    line-height: 30px;
  }
}

.about-uss-7 .section-4-title-wrapper {
  padding-top: 40px;
  border-top: 1px solid rgba(17, 17, 17, 0.15);
}

.dark .about-uss-7 .section-4-title-wrapper {
  border-color: rgba(248, 242, 239, 0.15);
}

.about-uss-7__wrapper {
  gap: 50px 163px;
  display: grid;
  margin-top: 20px;
  padding-top: 150px;
  grid-template-columns: 1fr 970px;
}

@media only screen and (max-width: 1919px) {
  .about-uss-7__wrapper {
    gap: 50px 150px;
    grid-template-columns: 1fr 870px;
    padding-top: 100px;
  }
}

@media only screen and (max-width: 1399px) {
  .about-uss-7__wrapper {
    gap: 50px 60px;
    grid-template-columns: 1fr 750px;
    padding-top: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-uss-7__wrapper {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .about-uss-7__wrapper {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .about-uss-7__wrapper {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-uss-7__wrapper>*:nth-child(1) {
    gap: 50px;
    flex-direction: row;
  }
}

@media only screen and (max-width: 767px) {
  .about-uss-7__wrapper>*:nth-child(1) {
    gap: 50px;
    flex-direction: column;
  }
}

@media only screen and (max-width: 1199px) {
  .about-uss-7__wrapper>*:nth-child(1) .media {
    width: 300px;
    min-width: 300px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-uss-7__wrapper>*:nth-child(1) .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.about-uss-7__wrapper>*:nth-child(2) {
  margin-top: -35px;
}

@media only screen and (max-width: 1199px) {
  .about-uss-7__wrapper>*:nth-child(2) {
    margin-top: 0;
    flex-direction: column;
  }
}

.about-uss-7__box {
  display: flex;
  flex-direction: column;
}

.about-uss-7__box h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 20px;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}

.about-uss-7__content {
  margin-top: auto;
  max-width: 420px;
  margin-left: auto;
}

@media only screen and (max-width: 1399px) {
  .about-uss-7__content {
    margin-top: 130px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-uss-7__content {
    margin-top: 0;
    margin-right: auto;
    margin-left: inherit;
    max-width: 100%;
  }
}

.about-uss-7__content .over {
  font-size: 180px;
  font-weight: 200;
  line-height: 28px;
  margin-bottom: 70px;
  font-family: var(--font_ppeditor);
}

@media only screen and (max-width: 1399px) {
  .about-uss-7__content .over {
    margin-bottom: 50px;
    font-size: 150px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-uss-7__content .over {
    font-size: 120px;
    line-height: 130px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .about-uss-7__content .over {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 10px;
  }
}

.about-uss-7__content .over span {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-right: 17px;
  font-family: var(--font_dmsans);
}

.about-uss-7__content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary);
}

.about-uss-7__content .kalpanik-component-text {
  margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .about-uss-7__content .kalpanik-component-text {
    margin-top: 30px;
  }
}

.about-uss-7__content .kalpanik-component-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}

.feature-work-7 .feature-work-7-inner {
  padding-top: 40px;
  border-top: 1px solid rgba(17, 17, 17, 0.15);
}

.dark .feature-work-7 .feature-work-7-inner {
  border-color: rgba(248, 242, 239, 0.15);
}

.feature-work-7 .feature-work-7-wrapper {
  padding-top: 110px;
}

@media only screen and (max-width: 1399px) {
  .feature-work-7 .feature-work-7-wrapper {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .feature-work-7 .feature-work-7-wrapper {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .feature-work-7 .feature-work-7-wrapper {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-work-7 .feature-work-7-wrapper {
    padding-top: 0px;
  }
}

.feature-work-7 .feature-work-7-wrapper>* {
  gap: 30px;
  display: grid;
  padding-top: 40px;
  grid-template-columns: 235px 554px 1fr;
}

@media only screen and (max-width: 1399px) {
  .feature-work-7 .feature-work-7-wrapper>* {
    grid-template-columns: 235px 454px 1fr;
  }
}

@media only screen and (max-width: 1199px) {
  .feature-work-7 .feature-work-7-wrapper>* {
    grid-template-columns: 120px 354px 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .feature-work-7 .feature-work-7-wrapper>* {
    grid-template-columns: 80px 300px 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .feature-work-7 .feature-work-7-wrapper>* {
    grid-template-columns: 50px 220px 1fr;
  }
}

@media (max-width: 575px) {
  .feature-work-7 .feature-work-7-wrapper>* {
    gap: 20px;
    padding-top: 20px;
    grid-template-columns: 1fr;
  }
}

.feature-work-7 .feature-work-7-item:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
}

.dark .feature-work-7 .feature-work-7-item:not(:last-child) {
  border-color: rgba(248, 242, 239, 0.15);
}

.feature-work-7 .feature-work-7-item span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: var(--primary);
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
}

.feature-work-7 .feature-work-7-item .kalpanik-component-content .kalpanik-component-title {
  font-size: 60px;
  font-weight: 200;
  line-height: 60px;
  margin-bottom: 6px;
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}

@media only screen and (max-width: 1199px) {
  .feature-work-7 .feature-work-7-item .kalpanik-component-content .kalpanik-component-title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .feature-work-7 .feature-work-7-item .kalpanik-component-content .kalpanik-component-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-work-7 .feature-work-7-item .kalpanik-component-content .kalpanik-component-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.feature-work-7 .feature-work-7-item .kalpanik-component-content .kalpanik-component-title a:hover {
  color: var(--secondary);
}

.feature-work-7 .feature-work-7-item .kalpanik-component-content p {
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
}

.feature-work-7 .feature-work-7-item .kalpanik-media-image {
  overflow: hidden;
  position: relative;
  transform: scale(0.9);
}

.feature-work-7 .feature-work-7-item .kalpanik-media-image img {
  transform-origin: center;
}

.impact-area .impact-inner {
  padding-top: 177px;
}

@media only screen and (max-width: 1919px) {
  .impact-area .impact-inner {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 1399px) {
  .impact-area .impact-inner {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .impact-area .impact-inner {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .impact-area .impact-inner {
    padding-top: 60px;
  }
}

.impact-area .impact-inner .impact-media {
  position: relative;
}

.impact-area .impact-inner .small-image {
  position: absolute;
  left: 50px;
  top: -177px;
}

@media only screen and (max-width: 767px) {
  .impact-area .impact-inner .small-image {
    position: inherit;
    margin-top: 30px;
  }
}

.impact-area .impact-inner .impact-content .designation {
  top: 70px;
  right: 50px;
  font-size: 14px;
  color: #F8F2EF;
  max-width: 257px;
  font-weight: 400;
  line-height: 16px;
  position: absolute;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
}

.dark .impact-area .impact-inner .impact-content .designation {
  color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
  .impact-area .impact-inner .impact-content .designation {
    top: 180px;
    left: 30px;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .impact-area .impact-inner .impact-content .designation {
    top: 136px;
    left: 20px;
  }
}

.impact-area .impact-inner .impact-content .kalpanik-component-title {
  left: 50px;
  bottom: 20px;
  color: #F8F2EF;
  font-size: 180px;
  font-weight: 200;
  line-height: 170px;
  position: absolute;
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}

@media only screen and (max-width: 1399px) {
  .impact-area .impact-inner .impact-content .kalpanik-component-title {
    font-size: 120px;
    line-height: 130px;
  }
}

@media only screen and (max-width: 1199px) {
  .impact-area .impact-inner .impact-content .kalpanik-component-title {
    font-size: 100px;
    line-height: 110px;
  }
}

@media only screen and (max-width: 991px) {
  .impact-area .impact-inner .impact-content .kalpanik-component-title {
    font-size: 70px;
    line-height: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .impact-area .impact-inner .impact-content .kalpanik-component-title {
    font-size: 50px;
    line-height: 60px;
    top: 30px;
    left: 30px;
  }
}

@media (max-width: 575px) {
  .impact-area .impact-inner .impact-content .kalpanik-component-title {
    font-size: 28px;
    line-height: 40px;
    top: 30px;
    left: 20px;
  }
}

.award-area-7 .award-inner {
  gap: 30px;
  display: grid;
  padding-top: 40px;
  grid-template-columns: 820px 1fr;
  border-top: 1px solid rgba(17, 17, 17, 0.15);
}

@media only screen and (max-width: 1919px) {
  .award-area-7 .award-inner {
    grid-template-columns: 720px 1fr;
  }
}

@media only screen and (max-width: 1399px) {
  .award-area-7 .award-inner {
    grid-template-columns: 500px 1fr;
  }
}

@media only screen and (max-width: 1199px) {
  .award-area-7 .award-inner {
    grid-template-columns: 250px 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .award-area-7 .award-inner {
    grid-template-columns: 1fr;
  }
}

.award-area-7 .award-inner .award-section .kalpanik-component-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}

.award-area-7 .award-inner .award-content .award-list li {
  display: flex;
  font-size: 60px;
  font-weight: 200;
  line-height: 60px;
  color: var(--primary);
  align-items: baseline;
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}

@media only screen and (max-width: 1199px) {
  .award-area-7 .award-inner .award-content .award-list li {
    font-size: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .award-area-7 .award-inner .award-content .award-list li {
    font-size: 45px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .award-area-7 .award-inner .award-content .award-list li {
    font-size: 35px;
    line-height: 50px;
  }
}

@media (max-width: 575px) {
  .award-area-7 .award-inner .award-content .award-list li {
    font-size: 30px;
    line-height: 30px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.award-area-7 .award-inner .award-content .award-list li span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: var(--primary);
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
}

.award-area-7 .award-list {
  flex: 3;
  line-height: 1.8;
}

.award-area-7 .award-list span {
  font-size: 10px;
  margin-left: 8px;
  vertical-align: super;
  color: #555;
}

.fun-fact-area.fun-fact-7 .fun-fact-area-inner {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.fun-fact-area.fun-fact-7 .fun-fact__item {
  position: relative;
}

.fun-fact-area.fun-fact-7 .fun-fact__item .number {
  font-size: 60px;
  font-weight: 200;
  line-height: 60px;
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
  position: absolute;
  left: 40px;
  bottom: 30px;
}

.fun-fact-area.fun-fact-7 .fun-fact__item.has--card {
  background-color: #F2E9E5;
}

.dark .fun-fact-area.fun-fact-7 .fun-fact__item.has--card {
  background-color: #1A1A1A;
}

.cta-area-7 .cta-inner {
  padding-bottom: 70px;
}

@media (max-width: 575px) {
  .cta-area-7 .cta-inner {
    padding-bottom: 50px;
  }
}

.cta-area-7 .cta-inner .cta-designation {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: var(--primary);
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
}

.cta-area-7 .cta-inner .cta-title {
  font-size: 180px;
  font-weight: 200;
  margin-top: 155px;
  text-align: center;
  line-height: 170px;
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}

@media only screen and (max-width: 1399px) {
  .cta-area-7 .cta-inner .cta-title {
    font-size: 160px;
    margin-top: 120px;
    line-height: 160px;
  }
}

@media only screen and (max-width: 1199px) {
  .cta-area-7 .cta-inner .cta-title {
    font-size: 130px;
    margin-top: 100px;
    line-height: 140px;
  }
}

@media only screen and (max-width: 991px) {
  .cta-area-7 .cta-inner .cta-title {
    font-size: 100px;
    margin-top: 70px;
    line-height: 115px;
  }
}

@media only screen and (max-width: 767px) {
  .cta-area-7 .cta-inner .cta-title {
    font-size: 70px;
    margin-top: 50px;
    line-height: 80px;
  }
}

@media (max-width: 575px) {
  .cta-area-7 .cta-inner .cta-title {
    font-size: 50px;
    margin-top: 20px;
    line-height: 55px;
  }
}

.funding-success .funding-success-inner .sub-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
}

.funding-success .funding-success-inner .counter {
  line-height: 1;
  font-size: 580px;
  font-weight: 200;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}

@media only screen and (max-width: 1919px) {
  .funding-success .funding-success-inner .counter {
    font-size: 450px;
  }
}

@media only screen and (max-width: 1399px) {
  .funding-success .funding-success-inner .counter {
    font-size: 350px;
  }
}

@media only screen and (max-width: 1199px) {
  .funding-success .funding-success-inner .counter {
    font-size: 250px;
  }
}

@media only screen and (max-width: 991px) {
  .funding-success .funding-success-inner .counter {
    font-size: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .funding-success .funding-success-inner .counter {
    font-size: 100px;
    margin-top: 50px;
    display: none;
  }
}

@media (max-width: 575px) {
  .funding-success .funding-success-inner .counter {
    font-size: 80px;
  }
}

.funding-success .funding-success-inner .number {
  line-height: 1;
  font-size: 580px;
  font-weight: 200;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 150px;
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
  display: none;
}

@media only screen and (max-width: 767px) {
  .funding-success .funding-success-inner .number {
    font-size: 100px;
    margin-top: 50px;
    display: block;
  }
}

@media (max-width: 575px) {
  .funding-success .funding-success-inner .number {
    font-size: 80px;
  }
}

.funding-success .funding-success-inner .kalpanik-component-title {
  font-size: 60px;
  font-weight: 200;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}

@media only screen and (max-width: 1199px) {
  .funding-success .funding-success-inner .kalpanik-component-title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .funding-success .funding-success-inner .kalpanik-component-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .funding-success .funding-success-inner .kalpanik-component-title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 575px) {
  .funding-success .funding-success-inner .kalpanik-component-title {
    font-size: 25px;
    line-height: 35px;
  }
}

/* image reveal hover page css */
.our-expertise-7 .our-expertise-inner {
  border-top: 1px solid #D5D0CE;
  position: relative;
}

.dark .our-expertise-7 .our-expertise-inner {
  border-color: #292929;
}

.our-expertise-7 .kalpanik-section-title {
  margin-bottom: 120px;
}

@media only screen and (max-width: 1399px) {
  .our-expertise-7 .kalpanik-section-title {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .our-expertise-7 .kalpanik-section-title {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .our-expertise-7 .kalpanik-section-title {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .our-expertise-7 .kalpanik-section-title {
    margin-bottom: 30px;
  }
}

.our-expertise-7 .kalpanik-section-title .kalpanik-component-title {
  font-size: 180px;
  font-weight: 200;
  line-height: 170px;
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}

@media only screen and (max-width: 1399px) {
  .our-expertise-7 .kalpanik-section-title .kalpanik-component-title {
    font-size: 150px;
    line-height: 150px;
  }
}

@media only screen and (max-width: 1199px) {
  .our-expertise-7 .kalpanik-section-title .kalpanik-component-title {
    font-size: 100px;
    line-height: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .our-expertise-7 .kalpanik-section-title .kalpanik-component-title {
    font-size: 80px;
    line-height: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .our-expertise-7 .kalpanik-section-title .kalpanik-component-title {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (max-width: 575px) {
  .our-expertise-7 .kalpanik-section-title .kalpanik-component-title {
    font-size: 40px;
    line-height: 40px;
  }
}

.our-expertise-7 .our-expertise-item {
  gap: 30px;
  display: grid;
  cursor: pointer;
  padding-top: 40px;
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid #D5D0CE;
  grid-template-columns: 234px 930px 1fr;
}

.dark .our-expertise-7 .our-expertise-item {
  border-color: #292929;
}

@media only screen and (max-width: 1919px) {
  .our-expertise-7 .our-expertise-item {
    grid-template-columns: 234px 630px 1fr;
  }
}

@media only screen and (max-width: 1399px) {
  .our-expertise-7 .our-expertise-item {
    grid-template-columns: 234px 430px 1fr;
  }
}

@media only screen and (max-width: 1199px) {
  .our-expertise-7 .our-expertise-item {
    grid-template-columns: 200px 300px 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .our-expertise-7 .our-expertise-item {
    grid-template-columns: 80px 290px 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .our-expertise-7 .our-expertise-item {
    grid-template-columns: 1fr;
    padding-bottom: 20px;
    gap: 20px;
  }
}

.our-expertise-7 .our-expertise-item:hover span {
  margin-left: 30px;
}

.our-expertise-7 .our-expertise-item span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
  color: var(--primary);
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}

.our-expertise-7 .our-expertise-item .kalpanik-component-title {
  z-index: 1;
  font-size: 60px;
  font-weight: 200;
  line-height: 60px;
  position: relative;
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}

@media only screen and (max-width: 1399px) {
  .our-expertise-7 .our-expertise-item .kalpanik-component-title {
    font-size: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .our-expertise-7 .our-expertise-item .kalpanik-component-title {
    font-size: 40px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .our-expertise-7 .our-expertise-item .kalpanik-component-title {
    font-size: 35px;
    line-height: 35px;
  }
}

@media (max-width: 575px) {
  .our-expertise-7 .our-expertise-item .kalpanik-component-title {
    font-size: 29px;
    line-height: 30px;
  }
}

.our-expertise-7 .our-expertise-item p {
  font-size: 20px;
  font-weight: 400;
  max-width: 370px;
  line-height: 28px;
  color: var(--primary);
  z-index: 1;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .our-expertise-7 .our-expertise-item p {
    max-width: 100%;
  }
}

.our-expertise-7 .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 99;
  width: 350px;
  height: 370px;
  overflow: hidden;
  pointer-events: none;
  will-change: transform;
  transform: translate(0%, 0%) scale(0);
}

.our-expertise-7 .hover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.our-expertise-7 .active-bg {
  left: 0;
  right: 0;
  z-index: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  background: #F2EAE5;
  transform: translateY(0);
  transform-origin: top center;
  transition: transform 0.4s ease, height 0.4s ease, opacity 0.4s ease;
}

.dark .our-expertise-7 .active-bg {
  background-color: #1A1A1A;
}

/* agency portfolio page css */
.section-title-9 {
  font-family: var(--font_bdogrotesk);
  font-size: 230px;
  font-weight: 400;
  line-height: 190px;
  letter-spacing: -16.1px;
}

@media only screen and (max-width: 1919px) {
  .section-title-9 {
    font-size: 190px;
    letter-spacing: -10px;
  }
}

@media only screen and (max-width: 1399px) {
  .section-title-9 {
    font-size: 160px;
    line-height: 160px;
    letter-spacing: -7px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-title-9 {
    font-size: 130px;
    line-height: 130px;
    letter-spacing: -5px;
  }
}

@media only screen and (max-width: 991px) {
  .section-title-9 {
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -2px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-9 {
    font-size: 65px;
    line-height: 80px;
    letter-spacing: 0;
  }
}

@media (max-width: 575px) {
  .section-title-9 {
    font-size: 36px;
    line-height: 46px;
  }
}

/* hero area 6 style  */
.hero-9-section-content {
  margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
  .hero-9-section-content {
    margin-top: 107px;
  }
}

.hero-9-section-content .kalpanik-meta-list {
  max-width: 895px;
  margin-left: auto;
}

@media only screen and (max-width: 1199px) {
  .hero-9-section-content .kalpanik-meta-list {
    margin-left: 0;
    max-width: 100%;
  }
}

.hero-9-section-content .kalpanik-meta-list ul {
  display: grid;
  gap: 15px 40px;
  grid-template-columns: 169px 142px;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .hero-9-section-content .kalpanik-meta-list ul {
    grid-template-columns: 1fr;
  }
}

.hero-9-section-content .kalpanik-meta-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -1.26px;
  color: var(--primary);
  text-transform: capitalize;
  list-style: none;
}

.hero-9-section-content .kalpanik-meta-list li br {
  display: block;
}

.hero-9-section-content .kalpanik-section-title-wrapper {
  margin-top: 55px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
  .hero-9-section-content .kalpanik-section-title-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-9-section-content .kalpanik-section-title-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.hero-9-nav {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .hero-9-nav {
    margin-top: 30px;
  }
}

.hero-9-nav .kalpanik-main-menu {
  margin-left: auto;
}

.hero-9-nav .kalpanik-main-menu li a {
  font-size: 16px;
  font-weight: 500;
  padding: 0 0;
  justify-content: space-between;
}

.hero-9-nav .kalpanik-main-menu li a:hover {
  color: var(--primary);
}

.hero-9-nav .kalpanik-main-menu>ul {
  gap: 40px;
}

.hero-9-nav .kalpanik-main-menu>ul>li {
  flex-grow: 1;
}

.hero-9-nav .kalpanik-main-menu>ul>li:hover>a {
  color: var(--secondary);
  border-color: var(--primary);
}

.hero-9-nav .kalpanik-main-menu ul.kalpanik-dp-menu {
  min-width: 100%;
}

.hero-9-nav-inner {
  border-top: 1px solid rgba(17, 17, 17, 0.2);
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}

.dark .hero-9-nav-inner {
  border-color: rgba(255, 255, 255, 0.2);
}

.hero-9-nav-inner .hero-9-nav-wrapper {
  display: flex;
  padding: 21px 0;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .hero-9-nav-inner .hero-9-nav-wrapper {
    padding: 15px 0;
  }
}

.hero-9-nav-inner .kalpanik-date span {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.64px;
}

.hero-9-nav-inner .btn-line {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  color: var(--primary);
  letter-spacing: -0.64px;
  margin-left: 265px;
}

@media only screen and (max-width: 1199px) {
  .hero-9-nav-inner .btn-line {
    margin-left: 0;
  }
}

.hero-9-nav-inner .btn-line::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: currentColor;
  transition: all 0.3s;
}

.hero-9-nav-inner .btn-line:hover {
  color: var(--secondary);
}

.hero-9-nav-inner .btn-line:hover::before {
  width: 0;
}

/* service-9 style  */
.service-9 .service-9-inner {
  border-top: 1px solid rgba(17, 17, 17, 0.2);
}

.dark .service-9 .service-9-inner {
  border-color: rgba(255, 255, 255, 0.2);
}

.service-9__content {
  gap: 50px;
  display: grid;
  grid-template-columns: 750px 1fr;
}

@media only screen and (max-width: 1399px) {
  .service-9__content {
    grid-template-columns: 550px 1fr;
  }
}

@media only screen and (max-width: 1199px) {
  .service-9__content {
    grid-template-columns: 450px 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .service-9__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.service-9__info {
  display: flex;
  padding-top: 94px;
  padding-right: 50px;
  flex-direction: column;
  border-right: 1px solid rgba(17, 17, 17, 0.2);
}

.dark .service-9__info {
  border-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 991px) {
  .service-9__info {
    border-right: none;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .service-9__info {
    padding-top: 60px;
  }
}

.service-9__info .designation {
  max-width: 301px;
  font-size: 20px;
  font-weight: 400;
  color: var(--primary);
  font-family: var(--font_bdogrotesk);
}

@media only screen and (max-width: 1399px) {
  .service-9__info .designation {
    max-width: 100%;
  }
}

.service-9__info .media {
  margin-top: auto;
}

@media only screen and (max-width: 1399px) {
  .service-9__info .media {
    margin-top: 40px;
  }
}

.service-9__wrapper {
  position: relative;
}

.service-9__wrap {
  padding-top: 94px;
}

@media only screen and (max-width: 1199px) {
  .service-9__wrap {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .service-9__wrap {
    padding-top: 0;
  }
}

.service-9__wrap .kalpanik-component-title {
  font-size: 50px;
  font-weight: 400;
  max-width: 659px;
  line-height: 50px;
  margin-bottom: 80px;
  color: var(--primary);
  letter-spacing: -2.5px;
}

@media only screen and (max-width: 1199px) {
  .service-9__wrap .kalpanik-component-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .service-9__wrap .kalpanik-component-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .service-9__wrap .kalpanik-component-title {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
  }
}

.service-9__wrap .kalpanik-btn-wrapper {
  text-align: right;
  margin-top: 230px;
}

@media only screen and (max-width: 1919px) {
  .service-9__wrap .kalpanik-btn-wrapper {
    margin-top: 150px;
  }
}

@media only screen and (max-width: 1399px) {
  .service-9__wrap .kalpanik-btn-wrapper {
    margin-top: 80px;
    text-align: left;
  }
}

@media only screen and (max-width: 991px) {
  .service-9__wrap .kalpanik-btn-wrapper {
    margin-top: 40px;
  }
}

.service-9__wrap .btn-explore {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.64px;
  position: relative;
}

.service-9__wrap .btn-explore::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s;
  background-color: var(--primary);
}

.service-9__wrap .btn-explore:hover {
  color: var(--secondary);
}

.service-9__wrap .btn-explore:hover::before {
  width: 0;
}

.service-9 .service-9-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-top: 1px solid #CFCFCF;
}

.dark .service-9 .service-9-list {
  border-color: #545454;
}

.service-9__item {
  z-index: 1;
  width: 100%;
  display: flex;
  padding-left: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  color: var(--primary);
  align-items: center;
  position: relative;
  justify-content: space-between;
  border-bottom: 1px solid #CFCFCF;
  transition: 0.3s transform ease-in-out, background-color 0.3s ease;
}

.dark .service-9__item {
  border-color: #545454;
}

@media (max-width: 575px) {
  .service-9__item {
    font-size: 16px;
    padding: 12px 2px;
  }
}

.service-9__item a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
}

.service-9__item a i {
  font-weight: 400;
  rotate: -45deg;
  font-size: 15px;
  color: var(--primary);
}

.service-9 .active-bg {
  left: 0;
  right: 0;
  z-index: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  background: #F1F1F1;
  transform: translateY(0);
  transform-origin: top center;
  transition: transform 0.4s ease, height 0.4s ease, opacity 0.4s ease;
}

.dark .service-9 .active-bg {
  background-color: #1F1F1F;
}

/* work-area-9 gallery style  */
.work-area-9 .work-area-9-inner .main-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.64px;
  transform: translateY(100%);
  font-family: var(--font_dmsans);
}

@media only screen and (max-width: 767px) {
  .work-area-9 .work-area-9-inner .main-title {
    transform: translateY(0);
    margin-bottom: 20px;
  }
}

.work-area-9 .works-9-wrapper {
  display: grid;
  gap: 150px 0;
  grid-template-columns: auto auto;
  justify-content: space-between;
}

@media only screen and (max-width: 1399px) {
  .work-area-9 .works-9-wrapper {
    gap: 100px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .work-area-9 .works-9-wrapper {
    gap: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .work-area-9 .works-9-wrapper {
    grid-template-columns: auto;
    gap: 50px;
  }
}

.work-area-9 .works-9-wrapper>*:nth-child(1) {
  margin-top: 924px;
  max-width: 485px;
}

@media only screen and (max-width: 1199px) {
  .work-area-9 .works-9-wrapper>*:nth-child(1) {
    margin-top: 500px;
  }
}

@media only screen and (max-width: 991px) {
  .work-area-9 .works-9-wrapper>*:nth-child(1) {
    margin-top: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .work-area-9 .works-9-wrapper>*:nth-child(1) {
    margin-top: 0px;
    max-width: 100%;
  }
}

.work-area-9 .works-9-wrapper>*:nth-child(2) {
  margin-left: -40px;
}

@media only screen and (max-width: 1399px) {
  .work-area-9 .works-9-wrapper>*:nth-child(2) {
    margin-left: 0;
  }
}

.work-area-9 .works-9-wrapper>*:nth-child(3) {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1199px) {
  .work-area-9 .works-9-wrapper>*:nth-child(3) {
    max-width: 700px;
  }
}

@media only screen and (max-width: 991px) {
  .work-area-9 .works-9-wrapper>*:nth-child(3) {
    max-width: 550px;
  }
}

.work-area-9 .works-9-wrapper>*:nth-child(4) {
  margin-top: 265px;
  margin-right: -40px;
}

@media only screen and (max-width: 1399px) {
  .work-area-9 .works-9-wrapper>*:nth-child(4) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .work-area-9 .works-9-wrapper>*:nth-child(4) {
    margin-top: 0px;
  }
}

.work-area-9 .works-9-wrapper>*:nth-child(5) {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .work-area-9 .works-9-wrapper>*:nth-child(5) {
    margin-left: inherit;
  }
}

.work-area-9 .works-9-wrapper>*:nth-child(6) {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1199px) {
  .work-area-9 .works-9-wrapper>*:nth-child(6) {
    max-width: 700px;
  }
}

@media only screen and (max-width: 991px) {
  .work-area-9 .works-9-wrapper>*:nth-child(6) {
    max-width: 550px;
  }
}

.work-area-9 .works-9-wrapper>*:nth-child(8) {
  margin-top: 321px;
  margin-left: -40px;
}

@media only screen and (max-width: 1399px) {
  .work-area-9 .works-9-wrapper>*:nth-child(8) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .work-area-9 .works-9-wrapper>*:nth-child(8) {
    margin-top: 0px;
  }
}

.work-area-9 .works-9-wrapper>*:nth-child(9) {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1199px) {
  .work-area-9 .works-9-wrapper>*:nth-child(9) {
    max-width: 700px;
  }
}

@media only screen and (max-width: 991px) {
  .work-area-9 .works-9-wrapper>*:nth-child(9) {
    max-width: 550px;
  }
}

.work-area-9 .works-9-wrapper>*:nth-child(10) {
  margin-top: 265px;
  margin-right: -40px;
}

@media only screen and (max-width: 1399px) {
  .work-area-9 .works-9-wrapper>*:nth-child(10) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .work-area-9 .works-9-wrapper>*:nth-child(10) {
    margin-top: 0px;
  }
}

.work-area-9 .works-9-wrapper>*:nth-child(11) {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .work-area-9 .works-9-wrapper>*:nth-child(11) {
    margin-left: inherit;
  }
}

.work-area-9 .kalpanik-span-2 {
  grid-column: span 2;
}

@media only screen and (max-width: 767px) {
  .work-area-9 .kalpanik-span-2 {
    grid-column: auto;
  }
}

@media only screen and (max-width: 767px) {
  .work-area-9 .work-box__item {
    width: 100%;
  }
}

.work-area-9 .work-box__item .kalpanik-component-media {
  overflow: hidden;
}

.work-area-9 .work-box__item .kalpanik-component-media .kalpanik-media-image {
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .work-area-9 .work-box__item .kalpanik-component-media .kalpanik-media-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.work-area-9 .work-box__item .kalpanik-component-content {
  margin-top: 24px;
}

@media only screen and (max-width: 1199px) {
  .work-area-9 .work-box__item .kalpanik-component-content {
    margin-top: 14px;
  }
}

.work-area-9 .work-box__item .kalpanik-component-content .designation {
  font-size: 20px;
  font-weight: 400;
  max-width: 540px;
  line-height: 28px;
  color: var(--black);
  margin-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
  .work-area-9 .work-box__item .kalpanik-component-content .designation {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .work-area-9 .work-box__item .kalpanik-component-content .designation {
    margin-bottom: 30px;
  }
}

.work-area-9 .work-box__item .kalpanik-component-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
}

@media only screen and (max-width: 1199px) {
  .work-area-9 .work-box__item .kalpanik-component-title {
    font-size: 18px;
  }
}

.work-area-9 .work-box__item .kalpanik-component-title a:hover {
  color: var(--secondary);
}

.work-area-9 .work-box__item .kalpanik-tag {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
  display: block;
  font-family: var(--font_bdogrotesk);
  color: var(--primary);
}

@media only screen and (max-width: 1199px) {
  .work-area-9 .work-box__item .kalpanik-tag {
    font-size: 18px;
  }
}

.work-area-9 .work-box__item .kalpanik-date {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
  display: block;
  font-family: var(--font_bdogrotesk);
  color: var(--primary);
}

@media only screen and (max-width: 1199px) {
  .work-area-9 .work-box__item .kalpanik-date {
    font-size: 18px;
  }
}

/* agency portfolio 2 page css */
.hero-area-10 .hero-area-10__inner {
  padding-top: 142px;
  padding-bottom: 100px;
  position: relative;
}

.dark .hero-area-10 .hero-area-10__inner {
  background: var(--black);
}

@media only screen and (max-width: 1199px) {
  .hero-area-10 .hero-area-10__inner {
    padding-top: 110px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-area-10 .hero-area-10__inner {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .hero-area-10 .hero-area-10__inner {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.hero-area-10 .hero-area-10__inner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 130%;
  background: linear-gradient(180deg, #FFD80C 6.48%, #FFF 84.06%);
  top: 0;
  left: 0;
  z-index: -1;
}

.hero-area-10__content {
  padding-top: 25px;
  border-top: 1px solid var(--border);
}

.hero-area-10__wrapper {
  display: grid;
  margin-bottom: 190px;
  grid-template-columns: 815px auto;
}

@media only screen and (max-width: 1399px) {
  .hero-area-10__wrapper {
    margin-bottom: 150px;
    grid-template-columns: 515px auto;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-area-10__wrapper {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-area-10__wrapper {
    grid-template-columns: 250px auto;
  }
}

@media only screen and (max-width: 767px) {
  .hero-area-10__wrapper {
    margin-bottom: 50px;
    grid-template-columns: 150px auto;
  }
}

@media (max-width: 575px) {
  .hero-area-10__wrapper {
    grid-template-columns: auto;
    gap: 20px;
  }
}

.hero-area-10__wrapper .sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: var(--primary);
  font-family: var(--font_dmsans);
  position: relative;
  padding-left: 10px;
}

.hero-area-10__wrapper .sub-title::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 500px;
  background-color: var(--primary);
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
}

.hero-area-10__wrapper .kalpanik-component-text {
  max-width: 369px;
}

.hero-area-10__wrapper .kalpanik-component-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-indent: 82px;
  color: var(--primary);
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .hero-area-10__wrapper .kalpanik-component-text p {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .hero-area-10__wrapper .kalpanik-component-text p {
    text-indent: 0;
  }
}

.hero-area-10__wrapper .kalpanik-component-text .btn-line {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.64px;
  display: inline-flex;
  gap: 20px;
  position: relative;
}

.hero-area-10__wrapper .kalpanik-component-text .btn-line::before {
  left: 0;
  content: "";
  width: 100%;
  bottom: -6px;
  height: 1px;
  position: absolute;
  transition: all 0.3s;
  background-color: var(--primary);
}

.hero-area-10__wrapper .kalpanik-component-text .btn-line:hover {
  opacity: 70%;
}

.hero-area-10__wrapper .kalpanik-component-text .btn-line:hover::before {
  width: 0;
}

.hero-area-10 .hero-area-10-title-wrap {
  position: relative;
}

.hero-area-10 .hero-area-10-title-wrap::before {
  top: -20px;
  right: 0;
  content: "+";
  font-size: 20px;
  font-weight: 3000;
  position: absolute;
  color: var(--primary);
  font-family: var(--font_awesome);
}

.hero-area-10 .hero-area-10-title-wrap::after {
  top: -20px;
  left: 0;
  content: "+";
  font-size: 20px;
  font-weight: 3000;
  position: absolute;
  color: var(--primary);
  font-family: var(--font_awesome);
}

.hero-area-10 .hero-area-10-title-wrap .pulse::before {
  bottom: 0px;
  right: 0;
  content: "+";
  font-size: 20px;
  font-weight: 3000;
  position: absolute;
  color: var(--primary);
  font-family: var(--font_awesome);
}

@media (max-width: 575px) {
  .hero-area-10 .hero-area-10-title-wrap .pulse::before {
    bottom: -15px;
  }
}

.hero-area-10 .hero-area-10-title-wrap .pulse::after {
  bottom: 0px;
  left: 0;
  content: "+";
  font-size: 20px;
  font-weight: 3000;
  position: absolute;
  color: var(--primary);
  font-family: var(--font_awesome);
}

@media only screen and (max-width: 767px) {
  .hero-area-10 .hero-area-10-title-wrap .pulse::after {
    bottom: -10px;
  }
}

@media (max-width: 575px) {
  .hero-area-10 .hero-area-10-title-wrap .pulse::after {
    bottom: -15px;
  }
}

.hero-area-10 .hero-area-10-title-wrap .kalpanik-component-title {
  font-size: 405px;
  font-weight: 300;
  line-height: 1;
  color: var(--primary);
  letter-spacing: -12.15px;
  text-transform: uppercase;
  font-family: var(--font_tartuffotrial);
}

@media only screen and (max-width: 1919px) {
  .hero-area-10 .hero-area-10-title-wrap .kalpanik-component-title {
    font-size: 310px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-area-10 .hero-area-10-title-wrap .kalpanik-component-title {
    font-size: 260px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-area-10 .hero-area-10-title-wrap .kalpanik-component-title {
    font-size: 220px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-area-10 .hero-area-10-title-wrap .kalpanik-component-title {
    letter-spacing: -5px;
    font-size: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-area-10 .hero-area-10-title-wrap .kalpanik-component-title {
    letter-spacing: 0px;
    font-size: 110px;
  }
}

@media (max-width: 575px) {
  .hero-area-10 .hero-area-10-title-wrap .kalpanik-component-title {
    font-size: 60px;
  }
}

.hero-area-10 .hero-area-10-title-wrap .kalpanik-component-title span {
  font-style: italic;
  display: inline-block;
  transform: translateX(-44px);
}

@media only screen and (max-width: 1919px) {
  .hero-area-10 .hero-area-10-title-wrap .kalpanik-component-title span {
    transform: translateX(-15px);
  }
}

@media only screen and (max-width: 1399px) {
  .hero-area-10 .hero-area-10-title-wrap .kalpanik-component-title span {
    transform: translateX(0px);
  }
}

.Projects-area-10-inner {
  gap: 30px;
  display: grid;
  padding-top: 30px;
  grid-template-columns: 785px auto;
  border-top: 1px solid var(--border);
}

@media only screen and (max-width: 1919px) {
  .Projects-area-10-inner {
    grid-template-columns: 685px auto;
  }
}

@media only screen and (max-width: 1399px) {
  .Projects-area-10-inner {
    grid-template-columns: 585px auto;
  }
}

@media only screen and (max-width: 1199px) {
  .Projects-area-10-inner {
    grid-template-columns: 450px auto;
  }
}

@media only screen and (max-width: 991px) {
  .Projects-area-10-inner {
    grid-template-columns: 300px auto;
  }
}

@media only screen and (max-width: 767px) {
  .Projects-area-10-inner {
    grid-template-columns: auto;
  }
}

.Projects-area-10-inner .Projects__content .kalpanik-name {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--primary);
  padding-left: 8px;
  margin-bottom: 98px;
}

@media only screen and (max-width: 1399px) {
  .Projects-area-10-inner .Projects__content .kalpanik-name {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .Projects-area-10-inner .Projects__content .kalpanik-name {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .Projects-area-10-inner .Projects__content .kalpanik-name {
    margin-bottom: 30px;
  }
}

.Projects-area-10-inner .Projects__content .kalpanik-name::before {
  top: 50%;
  left: 0;
  width: 5px;
  content: "";
  height: 5px;
  position: absolute;
  border-radius: 500px;
  background-color: var(--primary);
  transform: translate(0px, -50%);
}

.Projects-area-10-inner .Projects__content ul li {
  color: #536879;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  font-family: var(--font_tartuffotrial);
  list-style: none;
}

.dark .Projects-area-10-inner .Projects__content ul li {
  color: #555555;
}

@media (max-width: 575px) {
  .Projects-area-10-inner .Projects__content ul li {
    font-size: 25px;
  }
}

.Projects-area-10-inner .Projects__content ul li.active {
  color: var(--primary);
}

.Projects-area-10-inner .Projects-wrapper .kalpanik-component-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 8px;
  position: relative;
  margin-bottom: 98px;
  color: var(--primary);
}

@media only screen and (max-width: 1399px) {
  .Projects-area-10-inner .Projects-wrapper .kalpanik-component-title {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .Projects-area-10-inner .Projects-wrapper .kalpanik-component-title {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .Projects-area-10-inner .Projects-wrapper .kalpanik-component-title {
    margin-bottom: 30px;
  }
}

.Projects-area-10-inner .Projects-wrapper .kalpanik-component-title::before {
  top: 50%;
  left: 0;
  width: 5px;
  content: "";
  height: 5px;
  position: absolute;
  border-radius: 500px;
  background-color: var(--primary);
  transform: translate(0px, -50%);
}

.Projects-area-10-inner .Projects-wrapper .Projects__item:not(:last-child) {
  margin-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .Projects-area-10-inner .Projects-wrapper .Projects__item:not(:last-child) {
    margin-bottom: 50px;
  }
}

.service-10-area .service-10__inner {
  background-color: #F1F1F1;
  padding-top: 30px;
}

.dark .service-10-area .service-10__inner {
  background-color: #171717;
}

.service-10-area .service-10__inner .sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 8px;
  position: relative;
  color: var(--primary);
}

.service-10-area .service-10__inner .sub-title::before {
  top: 50%;
  left: 0;
  width: 5px;
  content: "";
  height: 5px;
  position: absolute;
  border-radius: 500px;
  background-color: var(--primary);
  transform: translate(0px, -50%);
}

.service-10-area .service-10-border {
  padding-top: 30px;
  margin: 0px 30px;
  display: grid;
  grid-template-columns: 785px auto;
  border-top: 1px solid var(--border);
}

@media only screen and (max-width: 1399px) {
  .service-10-area .service-10-border {
    grid-template-columns: 515px auto;
  }
}

@media only screen and (max-width: 1199px) {
  .service-10-area .service-10-border {
    grid-template-columns: 415px auto;
  }
}

@media only screen and (max-width: 991px) {
  .service-10-area .service-10-border {
    grid-template-columns: 250px auto;
  }
}

@media only screen and (max-width: 767px) {
  .service-10-area .service-10-border {
    grid-template-columns: 150px auto;
  }
}

@media (max-width: 575px) {
  .service-10-area .service-10-border {
    grid-template-columns: auto;
    gap: 20px;
  }
}

.service-10-area .service-10__wrapper {
  position: relative;
}

.service-10-area .btn-explore {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.64px;
  position: relative;
  margin-top: 120px;
  display: inline-block;
}

@media only screen and (max-width: 1399px) {
  .service-10-area .btn-explore {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-10-area .btn-explore {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .service-10-area .btn-explore {
    margin-top: 60px;
  }
}

@media (max-width: 575px) {
  .service-10-area .btn-explore {
    margin-top: 40px;
  }
}

.service-10-area .btn-explore::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s;
  background-color: var(--primary);
}

.service-10-area .btn-explore:hover {
  color: var(--secondary);
}

.service-10-area .btn-explore:hover::before {
  width: 0;
}

.service-10-area .service-10-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.service-10-area .service-10__item {
  transition: 0.3s transform ease-in-out, background-color 0.3s ease;
}

.service-10-area .service-10__item:not(:first-child) {
  border-top: 1px solid #CFCFCF;
}

.dark .service-10-area .service-10__item:not(:first-child) {
  border-color: #414141;
}

.service-10-area .service-10__item .kalpanik-component-title {
  z-index: 1;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  padding: 19.5px 0px;
  position: relative;
  color: var(--primary);
  font-family: var(--font_tartuffotrial);
}

@media (max-width: 575px) {
  .service-10-area .service-10__item .kalpanik-component-title {
    font-size: 16px;
    padding: 12px 2px;
  }
}

.service-10-area .active-bg {
  left: 0;
  right: 0;
  z-index: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  background-color: var(--white);
  transform: translateY(0);
  transform-origin: top center;
  transition: transform 0.4s ease, height 0.4s ease, opacity 0.4s ease;
}

.dark .service-10-area .active-bg {
  background-color: var(--black);
}

.capabilities-area-10 .section-5-title-wrapper {
  gap: 20px;
  display: grid;
  padding-top: 30px;
  margin-bottom: 100px;
  grid-template-columns: 772px auto;
  border-top: 1px solid var(--border);
}

@media only screen and (max-width: 1919px) {
  .capabilities-area-10 .section-5-title-wrapper {
    grid-template-columns: 672px auto;
  }
}

@media only screen and (max-width: 1399px) {
  .capabilities-area-10 .section-5-title-wrapper {
    grid-template-columns: 500px auto;
  }
}

@media only screen and (max-width: 1199px) {
  .capabilities-area-10 .section-5-title-wrapper {
    grid-template-columns: 400px auto;
  }
}

@media only screen and (max-width: 991px) {
  .capabilities-area-10 .section-5-title-wrapper {
    grid-template-columns: 220px auto;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .capabilities-area-10 .section-5-title-wrapper {
    grid-template-columns: auto;
    margin-bottom: 60px;
  }
}

.capabilities-area-10 .section-5-title-wrapper span {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 8px;
  position: relative;
  color: var(--primary);
}

.capabilities-area-10 .section-5-title-wrapper span::before {
  top: 50%;
  left: 0;
  width: 5px;
  content: "";
  height: 5px;
  position: absolute;
  border-radius: 500px;
  background-color: var(--primary);
  transform: translate(0px, -50%);
}

.capabilities-area-10 .section-5-title-wrapper .kalpanik-component-title {
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  color: var(--primary);
  max-width: 600px;
  font-family: var(--font_tartuffotrial);
}

@media (max-width: 575px) {
  .capabilities-area-10 .section-5-title-wrapper .kalpanik-component-title {
    font-size: 24px;
  }
}

.capabilities-area-10 .capabilities__wrapper {
  gap: 80px;
  display: grid;
  grid-template-columns: 1005px auto;
}

@media only screen and (max-width: 1919px) {
  .capabilities-area-10 .capabilities__wrapper {
    grid-template-columns: 800px auto;
  }
}

@media only screen and (max-width: 1399px) {
  .capabilities-area-10 .capabilities__wrapper {
    grid-template-columns: 600px auto;
  }
}

@media only screen and (max-width: 1199px) {
  .capabilities-area-10 .capabilities__wrapper {
    grid-template-columns: 500px auto;
    gap: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .capabilities-area-10 .capabilities__wrapper {
    grid-template-columns: 360px auto;
    gap: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .capabilities-area-10 .capabilities__wrapper {
    grid-template-columns: auto;
    gap: 50px;
  }
}

.capabilities-area-10 .capabilities__content {
  display: flex;
  flex-direction: column;
}

.capabilities-area-10 .capabilities__content .number {
  line-height: 1;
  font-size: 140px;
  font-weight: 300;
  margin-top: 90px;
  letter-spacing: -4.2px;
  text-transform: uppercase;
  font-family: var(--font_tartuffotrial);
}

@media only screen and (max-width: 1399px) {
  .capabilities-area-10 .capabilities__content .number {
    font-size: 110px;
    margin-top: 30px;
    letter-spacing: -2.2px;
  }
}

@media only screen and (max-width: 1199px) {
  .capabilities-area-10 .capabilities__content .number {
    font-size: 80px;
    margin-top: 30px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 991px) {
  .capabilities-area-10 .capabilities__content .number {
    font-size: 60px;
    margin-top: 30px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}

.capabilities-area-10 .capabilities__content .kalpanik-component-text {
  margin-top: auto;
}

.capabilities-area-10 .capabilities__content .kalpanik-component-text .sub-title {
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 40px;
  color: var(--primary);
  font-family: var(--font_tartuffotrial);
}

.capabilities-area-10 .capabilities__content .kalpanik-component-text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary);
  max-width: 417px;
}

/* portfolio massonary page css */
/* hero area 6 style  */
.hero-11-section-content {
  margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
  .hero-11-section-content {
    margin-top: 107px;
  }
}

.hero-11-section-content .kalpanik-meta-list {
  max-width: 895px;
  margin-left: auto;
}

@media only screen and (max-width: 1199px) {
  .hero-11-section-content .kalpanik-meta-list {
    margin-left: 0;
    max-width: 100%;
  }
}

.hero-11-section-content .kalpanik-meta-list ul {
  display: grid;
  gap: 15px 40px;
  grid-template-columns: 170px 143px;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .hero-11-section-content .kalpanik-meta-list ul {
    grid-template-columns: 1fr;
  }
}

.hero-11-section-content .kalpanik-meta-list li {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -1.26px;
  color: var(--primary);
  text-transform: capitalize;
  font-family: var(--font_bdogrotesk);
  list-style: none;
}

.hero-11-section-content .kalpanik-meta-list li br {
  display: block;
}

.hero-11-nav {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .hero-11-nav {
    margin-top: 30px;
  }
}

.hero-11-nav .kalpanik-main-menu {
  margin-left: auto;
}

.hero-11-nav .kalpanik-main-menu li a {
  font-size: 16px;
  font-weight: 500;
  padding: 0 0;
  justify-content: space-between;
}

.hero-11-nav .kalpanik-main-menu li a:hover {
  color: var(--primary);
}

.hero-11-nav .kalpanik-main-menu>ul {
  gap: 40px;
}

.hero-11-nav .kalpanik-main-menu>ul>li {
  flex-grow: 1;
}

.hero-11-nav .kalpanik-main-menu>ul>li:hover>a {
  color: var(--secondary);
  border-color: var(--primary);
}

.hero-11-nav .kalpanik-main-menu ul.kalpanik-dp-menu {
  min-width: 100%;
}

.hero-11-nav-inner {
  border-top: 1px solid rgba(17, 17, 17, 0.2);
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}

.dark .hero-11-nav-inner {
  border-color: rgba(255, 255, 255, 0.2);
}

.hero-11-nav-inner .hero-11-nav-wrapper {
  display: flex;
  padding: 21px 0;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .hero-11-nav-inner .hero-11-nav-wrapper {
    padding: 15px 0;
  }
}

.hero-11-nav-inner .kalpanik-date span {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.64px;
}

.hero-11-nav-inner .btn-line {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  color: var(--primary);
  letter-spacing: -0.64px;
  margin-left: 265px;
}

@media only screen and (max-width: 1199px) {
  .hero-11-nav-inner .btn-line {
    margin-left: 0;
  }
}

.hero-11-nav-inner .btn-line::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: currentColor;
  transition: all 0.3s;
}

.hero-11-nav-inner .btn-line:hover {
  color: var(--secondary);
}

.hero-11-nav-inner .btn-line:hover::before {
  width: 0;
}

.hero-area-11__content .kalpanik-component-title {
  line-height: 1;
  font-weight: 300;
  font-size: 754px;
  letter-spacing: -37.7px;
  text-transform: uppercase;
  font-family: var(--font_tartuffotrial);
}

@media only screen and (max-width: 1919px) {
  .hero-area-11__content .kalpanik-component-title {
    font-size: 570px;
    letter-spacing: -30.7px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero-area-11__content .kalpanik-component-title {
    font-size: 470px;
    letter-spacing: -20.7px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-area-11__content .kalpanik-component-title {
    font-size: 375px;
    letter-spacing: -10.7px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-area-11__content .kalpanik-component-title {
    font-size: 280px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 767px) {
  .hero-area-11__content .kalpanik-component-title {
    font-size: 200px;
  }
}

@media (max-width: 575px) {
  .hero-area-11__content .kalpanik-component-title {
    font-size: 110px;
  }
}

.who-are-11 .section-5-title-wrapper {
  display: grid;
  gap: 20px 70px;
  margin-top: -35px;
  grid-template-columns: 848px auto;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
}

.dark .who-are-11 .section-5-title-wrapper {
  border-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 1919px) {
  .who-are-11 .section-5-title-wrapper {
    grid-template-columns: 700px auto;
  }
}

@media only screen and (max-width: 1399px) {
  .who-are-11 .section-5-title-wrapper {
    gap: 20px 50px;
    margin-top: -20px;
    grid-template-columns: 500px auto;
    margin-top: -20px;
  }
}

@media only screen and (max-width: 1199px) {
  .who-are-11 .section-5-title-wrapper {
    grid-template-columns: 300px auto;
    margin-top: -10px;
  }
}

@media only screen and (max-width: 991px) {
  .who-are-11 .section-5-title-wrapper {
    grid-template-columns: auto;
    margin-top: 0px;
  }
}

.who-are-11 .section-5-title-wrapper .sub-title-wrap {
  padding-top: 70px;
  border-right: 1px solid rgba(17, 17, 17, 0.2);
}

.dark .who-are-11 .section-5-title-wrapper .sub-title-wrap {
  border-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 1399px) {
  .who-are-11 .section-5-title-wrapper .sub-title-wrap {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .who-are-11 .section-5-title-wrapper .sub-title-wrap {
    border-right: none;
  }
}

.who-are-11 .section-5-title-wrapper .sub-title-wrap .sub-title {
  font-size: 16px;
  font-weight: 500;
  padding: 7px 8px;
  line-height: 14px;
  padding-left: 20px;
  position: relative;
  border-radius: 500px;
  color: var(--primary);
  display: inline-block;
  text-transform: capitalize;
  border: 1px solid var(--primary);
  font-family: var(--font_bdogrotesk);
}

.who-are-11 .section-5-title-wrapper .sub-title-wrap .sub-title::before {
  top: 50%;
  width: 6px;
  left: 12px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 500px;
  background-color: currentColor;
  transform: translate(-50%, -50%);
}

.who-are-11 .section-5-title-wrapper .section-5-content {
  max-width: 623px;
  padding-top: 70px;
}

@media only screen and (max-width: 1399px) {
  .who-are-11 .section-5-title-wrapper .section-5-content {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .who-are-11 .section-5-title-wrapper .section-5-content {
    max-width: 100%;
    padding-top: 0px;
  }
}

.who-are-11 .section-5-title-wrapper .section-5-content p {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  color: var(--primary);
  margin-bottom: 100px;
  letter-spacing: -1.5px;
  font-family: var(--font_bdogrotesk);
}

@media only screen and (max-width: 1199px) {
  .who-are-11 .section-5-title-wrapper .section-5-content p {
    margin-bottom: 60px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 991px) {
  .who-are-11 .section-5-title-wrapper .section-5-content p {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .who-are-11 .section-5-title-wrapper .section-5-content p {
    font-size: 25px;
  }
}

@media (max-width: 575px) {
  .who-are-11 .section-5-title-wrapper .section-5-content p {
    font-size: 18px;
  }
}

.who-are-11 .section-5-title-wrapper .section-5-content .btn-line {
  gap: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  align-items: center;
  padding-bottom: 10px;
  display: inline-flex;
  color: var(--primary);
  letter-spacing: -0.36px;
}

.who-are-11 .section-5-title-wrapper .section-5-content .btn-line::before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  transition: all 0.3s;
  background: currentColor;
}

.who-are-11 .section-5-title-wrapper .section-5-content .btn-line i {
  rotate: -50deg;
  transition: all 0.3s;
}

.who-are-11 .section-5-title-wrapper .section-5-content .btn-line:hover {
  color: var(--secondary);
}

.who-are-11 .section-5-title-wrapper .section-5-content .btn-line:hover i {
  rotate: 0deg;
}

.who-are-11 .section-5-title-wrapper .section-5-content .btn-line:hover::before {
  width: 0;
}

.work-wrapper-11 {
  gap: 68px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .work-wrapper-11 {
    gap: 40px 20px;
  }
}

.work-wrapper-11>* {
  width: 33%;
}

@media only screen and (max-width: 991px) {
  .work-wrapper-11>* {
    width: calc(50% - 10px);
  }
}

@media only screen and (max-width: 767px) {
  .work-wrapper-11>* {
    width: 100%;
  }
}

.work-wrapper-11>* .media {
  height: 830px;
}

@media only screen and (max-width: 1919px) {
  .work-wrapper-11>* .media {
    height: 630px;
  }
}

@media only screen and (max-width: 1399px) {
  .work-wrapper-11>* .media {
    height: 500px;
  }
}

@media only screen and (max-width: 1199px) {
  .work-wrapper-11>* .media {
    height: 400px;
  }
}

@media only screen and (max-width: 991px) {
  .work-wrapper-11>* .media {
    height: 300px;
  }
}

@media (max-width: 575px) {
  .work-wrapper-11>* .media {
    height: 250px;
  }
}

.work-wrapper-11>* .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-wrapper-11>*.big-item {
  width: calc(67% - 20px);
}

@media only screen and (max-width: 991px) {
  .work-wrapper-11>*.big-item {
    width: calc(50% - 10px);
  }
}

@media only screen and (max-width: 767px) {
  .work-wrapper-11>*.big-item {
    width: 100%;
  }
}

.work-wrapper-11 .work-item {
  position: relative;
}

.work-wrapper-11 .work-item .media {
  border-radius: 10px;
  overflow: hidden;
}

.work-wrapper-11 .work-item .media img {
  border-radius: 10px;
}

.work-wrapper-11 .work-item .kalpanik-meta-list {
  display: flex;
  align-items: center;
  gap: 5px;
  top: 30px;
  left: 30px;
  position: absolute;
}

.work-wrapper-11 .work-item .kalpanik-meta-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--black);
  background: var(--white);
  border-radius: 500px;
  padding: 4px 13px;
  letter-spacing: -0.8px;
  font-family: var(--font_bdogrotesk);
  list-style: none;
}

.work-wrapper-11 .work-item .kalpanik-component-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 20px;
  letter-spacing: -1.2px;
}

@media only screen and (max-width: 991px) {
  .work-wrapper-11 .work-item .kalpanik-component-title {
    font-size: 20px;
    letter-spacing: 0;
  }
}

.work-wrapper-11 .work-item .kalpanik-component-title a:hover {
  color: var(--secondary);
}

/* portfolio full page css */
.portfolio-full {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .portfolio-full {
    height: auto;
  }
}

.portfolio-full-main {
  overflow: hidden;
  width: 100vw;
  height: calc(100vh - 120px);
}

.portfolio-full .portfolio-full-inner {
  gap: 20px;
  display: grid;
  height: 100%;
  padding-top: 80px;
  grid-template-columns: 285px 700px 1fr;
}

@media only screen and (max-width: 1919px) {
  .portfolio-full .portfolio-full-inner {
    grid-template-columns: 205px 600px 1fr;
  }
}

@media only screen and (max-width: 1399px) {
  .portfolio-full .portfolio-full-inner {
    grid-template-columns: 185px 500px 1fr;
  }
}

@media only screen and (max-width: 1199px) {
  .portfolio-full .portfolio-full-inner {
    grid-template-columns: 185px 400px 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio-full .portfolio-full-inner {
    grid-template-columns: 1fr;
    height: auto;
  }
}

.portfolio-full .kalpanik-component-text {
  gap: 10px;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-direction: column;
  border-right: 1px solid var(--border);
}

@media only screen and (max-width: 991px) {
  .portfolio-full .kalpanik-component-text {
    border-right: none;
    padding-bottom: 0;
  }
}

.portfolio-full .kalpanik-component-text span {
  color: var(--primary);
}

.portfolio-full .kalpanik-component-text .sub-title {
  font-size: 14px;
  font-weight: 400;
  margin-top: auto;
  line-height: 14px;
  color: var(--primary);
  display: inline-block;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
}

@media only screen and (max-width: 991px) {
  .portfolio-full .kalpanik-component-text .sub-title {
    transform: translate(0, 0px);
  }
}

.portfolio-full {
  /* Media Block */
}

.portfolio-full .media-wrapper {
  display: flex;
  margin-top: 20px;
}

@media only screen and (max-width: 991px) {
  .portfolio-full .media-wrapper {
    height: 500px;
    order: 2;
  }
}

@media (max-width: 575px) {
  .portfolio-full .media-wrapper {
    height: 300px;
  }
}

.portfolio-full .kalpanik-component-content {
  padding-top: 10px;
  border-left: 1px solid var(--border);
  position: relative;
}

@media only screen and (max-width: 991px) {
  .portfolio-full .kalpanik-component-content {
    order: 1;
    border-left: none;
  }
}

.portfolio-full .slider .swiper-slide {
  height: 100%;
  display: flex;
  overflow: hidden;
  justify-content: center;
  position: relative;
}

.portfolio-full .slider .swiper-slide .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
}

.portfolio-full .slider .swiper-slide .slide-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.portfolio-full .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.portfolio-full .portfolio-full-pagination {
  transform: translate3d(0px, 0%, 0) !important;
  margin-left: 80px;
}

@media only screen and (max-width: 1919px) {
  .portfolio-full .portfolio-full-pagination {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio-full .portfolio-full-pagination {
    margin-left: 0;
  }
}

.portfolio-full .portfolio-full-pagination .pagination-bullet {
  margin: 0;
  padding: 0;
  width: 100%;
  width: auto;
  height: auto;
  color: #536879;
  display: block;
  cursor: pointer;
  transition: 0.4s;
  font-size: 110px;
  font-weight: 300;
  line-height: 110px;
  opacity: 1;
  border-radius: 0;
  background: transparent;
  font-family: var(--font_tartuffotrial);
}

.dark .portfolio-full .portfolio-full-pagination .pagination-bullet {
  color: #555555;
}

.portfolio-full .portfolio-full-pagination .pagination-bullet:not(:last-child) {
  margin-bottom: 15px;
}

@media only screen and (max-width: 1919px) {
  .portfolio-full .portfolio-full-pagination .pagination-bullet {
    font-size: 95px;
    line-height: 95px;
  }
}

@media only screen and (max-width: 1399px) {
  .portfolio-full .portfolio-full-pagination .pagination-bullet {
    font-size: 75px;
    line-height: 85px;
  }
}

@media only screen and (max-width: 1199px) {
  .portfolio-full .portfolio-full-pagination .pagination-bullet {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 575px) {
  .portfolio-full .portfolio-full-pagination .pagination-bullet {
    font-size: 40px;
    line-height: 40px;
  }
}

.portfolio-full .portfolio-full-pagination .pagination-bullet span {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  display: inline-block;
  color: #536879;
  letter-spacing: -0.7px;
  font-family: var(--font_bdogrotesk);
}

.dark .portfolio-full .portfolio-full-pagination .pagination-bullet span {
  color: #555555;
}

.portfolio-full .portfolio-full-pagination .pagination-bullet:hover {
  color: var(--white);
}

.portfolio-full .portfolio-full-pagination .pagination-bullet::before {
  content: attr(data-text);
}

.portfolio-full .portfolio-full-pagination .pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  color: var(--primary);
  background: transparent;
}

.portfolio-full .portfolio-full-pagination .pagination-bullet.swiper-pagination-bullet-active span {
  color: var(--primary);
}

/* full screen clam slider page css */
.clam-slider .header-area-8__inner {
  padding: 50px 0;
}

.clam-slider .horizontal-line .line-1 {
  left: 0;
  right: 0;
  top: 118px;
  z-index: 2;
  height: 1px;
  width: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
}

.clam-slider .horizontal-line .line-2 {
  left: 0;
  right: 0;
  bottom: 390px;
  z-index: 2;
  height: 1px;
  width: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 991px) {
  .clam-slider .horizontal-line .line-2 {
    bottom: 340px;
  }
}

@media only screen and (max-width: 767px) {
  .clam-slider .horizontal-line .line-2 {
    bottom: 240px;
  }
}

.clam-slider .horizontal-line .line-3 {
  left: 0;
  right: 0;
  z-index: 2;
  height: 1px;
  width: 100%;
  bottom: 112px;
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 767px) {
  .clam-slider .vertical-line {
    display: none;
  }
}

.clam-slider .vertical-line .line-1 {
  left: 250px;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 1px;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 1199px) {
  .clam-slider .vertical-line .line-1 {
    left: 200px;
  }
}

.clam-slider .vertical-line .line-2 {
  right: 250px;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 1px;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 1199px) {
  .clam-slider .vertical-line .line-2 {
    right: 200px;
  }
}

.clam-slider #clam-slider-holder {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  opacity: 0;
}

.clam-slider #clam-slider-main {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: visible;
}

.clam-slider #canvas-slider {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: width 0.5s ease-in-out 0;
  transition: width 0.5s ease-in-out 0s;
}

.clam-slider #canvas-slider .slider-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: black;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.clam-slider #canvas-slider img {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
  z-index: 100;
  cursor: pointer;
  object-position: center;
  object-fit: cover;
}

.clam-slider__content {
  overflow: hidden;
  z-index: 9;
  left: 321px;
  bottom: 155px;
  position: absolute;
}

@media only screen and (max-width: 1199px) {
  .clam-slider__content {
    left: 290px;
  }
}

@media only screen and (max-width: 991px) {
  .clam-slider__content {
    left: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .clam-slider__content {
    left: 120px;
    bottom: 135px;
  }
}

@media (max-width: 575px) {
  .clam-slider__content {
    left: 15px;
  }
}

.clam-slider__content span {
  opacity: 0;
  font-size: 110px;
  line-height: 95px;
  letter-spacing: -3px;
  color: var(--white);
  overflow: hidden;
  transform: translateY(-100%);
  display: inline-block;
}

@media only screen and (max-width: 1399px) {
  .clam-slider__content span {
    font-size: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .clam-slider__content span {
    font-size: 90px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 991px) {
  .clam-slider__content span {
    font-size: 70px;
    line-height: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .clam-slider__content span {
    font-size: 40px;
    line-height: 40px;
  }
}

.clam-slider__content-wrapper {
  overflow: hidden;
  margin: 0 50px;
  margin-top: 183px;
}

@media (max-width: 575px) {
  .clam-slider__content-wrapper {
    margin: 0px;
    margin-top: 183px;
  }
}

.clam-slider__meta-list {
  opacity: 0;
  display: grid;
  overflow: hidden;
  transform: translateY(-100%);
  justify-content: space-between;
  grid-template-columns: 270px auto 1fr;
}

@media (max-width: 575px) {
  .clam-slider__meta-list {
    grid-template-columns: auto;
    gap: 10px;
    margin: 0 15px;
  }
}

.clam-slider__meta-list li {
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  list-style: none;
  color: var(--white);
  letter-spacing: -0.75px;
  text-transform: uppercase;
}

.clam-slider__meta-list li.kalpanik-year {
  margin-left: auto;
}

@media (max-width: 575px) {
  .clam-slider__meta-list li.kalpanik-year {
    margin-left: initial;
  }
}

.clam-slider .swiper-slide-active .clam-slider__content span {
  opacity: 1;
  transform: translatey(0px);
  display: block;
  transition: all 2000ms ease;
}

.clam-slider .swiper-slide-active .clam-slider__meta-list {
  opacity: 1;
  transform: translatey(0px);
  transition: all 1500ms ease;
}

.clam-slider__arrow {
  gap: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .clam-slider__arrow {
    display: none;
  }
}

.clam-slider__arrow-prev,
.clam-slider__arrow-next {
  gap: 8px;
  width: 65px;
  height: 65px;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  color: var(--white);
  align-items: center;
  border-radius: 500px;
  transition: all 0.3s;
  justify-content: center;
  border: 1px solid transparent;
}

.clam-slider__arrow-prev:hover,
.clam-slider__arrow-next:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.clam-slider__arrow-next {
  position: absolute;
  right: 50px;
  bottom: 215px;
  z-index: 99;
}

@media only screen and (max-width: 991px) {
  .clam-slider__arrow-next {
    bottom: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .clam-slider__arrow-next {
    right: 15px;
    bottom: 145px;
  }
}

.clam-slider__arrow-prev {
  position: absolute;
  left: 50px;
  bottom: 215px;
  z-index: 99;
}

@media only screen and (max-width: 991px) {
  .clam-slider__arrow-prev {
    bottom: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .clam-slider__arrow-prev {
    left: 15px;
    bottom: 145px;
  }
}

.clam-slider .clam-slider-pagination-wrapper {
  left: 0%;
  right: 0;
  z-index: 9;
  bottom: 52px;
  margin: 0 auto;
  position: absolute;
  display: inline-block;
}

@media (max-width: 575px) {
  .clam-slider .clam-slider-pagination-wrapper {
    display: none;
  }
}

.clam-slider .clam-slider-pagination-wrapper .clam-slider-pagination {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clam-slider .swiper-pagination-bullet {
  width: 7px;
  opacity: 1;
  height: 7px;
  overflow: hidden;
  transition: 0.4s;
  margin: 0 !important;
  border-radius: 500px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.4);
}

.clam-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--white);
}

/* digital agency classic page css */
:root {
  --rr-ff-grotesk: 'BDO Grotesk', sans-serif;
  --rr-ff-body: 'Inter', sans-serif;
  --rr-common-white: #FFFFFF;
  --rr-theme-primary: #222222;
  --rr-heading-primary: #222222;
  --rr-heading-secondary: #222020;
  --rr-theme-primary: #151515;
  --rr-text-body: rgba(34, 34, 34, 0.6);
  --rr-fw-medium: 500;
}

.heading-bg {
  background-color: var(--rr-heading-primary);
}

.header-p-inline-60 {
  padding: 0 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header-p-inline-60 {
    padding: 15px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header-p-inline-60 {
    padding: 15px 0px;
  }
}

.rr-container-1630 {
  --bs-gutter-x: 30px;
  max-width: 1630px;
}

.brand-border {
  border: 1px solid #e1e2e4;
}

.border-tp {
  border: solid #E1E2E4;
  border-width: 1px 0px 0px 0px;
}

.border-bt {
  border: solid #E1E2E4;
  border-width: 1px 0px 1px 0px;
}

.smooth-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.section-space {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section-space-top {
  padding-top: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space-top {
    padding-top: 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-top {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space-top {
    padding-top: 70px;
  }
}

.section-space-bottom {
  padding-bottom: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space-bottom {
    padding-bottom: 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 70px;
  }
}

.section-space-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-160 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space-160 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section-space-top-160 {
  padding-top: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-top-160 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space-top-160 {
    padding-top: 70px;
  }
}

.section-space-bottom-160 {
  padding-bottom: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-bottom-160 {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space-bottom-160 {
    padding-bottom: 70px;
  }
}

.section-space-top-140 {
  padding-top: 140px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-top-140 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space-top-140 {
    padding-top: 70px;
  }
}

.section-space-bottom-140 {
  padding-bottom: 140px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-bottom-140 {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space-bottom-140 {
    padding-bottom: 70px;
  }
}

.section-space-top-120 {
  padding-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-top-120 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space-top-120 {
    padding-top: 70px;
  }
}

.section-space-bottom-120 {
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-bottom-120 {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space-bottom-120 {
    padding-bottom: 70px;
  }
}

.rr-btn-ru {
  position: relative;
  display: inline-flex;
  align-items: center;
  column-gap: 20px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  padding-right: 20px;
  font-weight: var(--rr-fw-medium);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-grotesk);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.rr-btn-ru::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  position: absolute;
  transition: all 0.35s;
  transform-origin: right bottom;
  background: var(--rr-heading-primary);
  transform: translate(-165%, 0) rotate(0deg);
}

.rr-btn-ru span {
  width: 36px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rr-common-black);
  background: var(--rr-common-white);
}

.rr-btn-ru:hover::before {
  transform: translateX(0);
}

.tp-hover-btn-wrapper {
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-hover-btn-wrapper {
    margin-top: 20px;
  }
}

.tp-hover-btn-wrapper .tp-btn-circle-2 {
  background: transparent;
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  letter-spacing: -0.01em;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--rr-heading-primary);
  border: 1px solid #D9D9D9;
  z-index: 1;
}

.tp-hover-btn-wrapper .tp-btn-circle-2:hover {
  color: var(--rr-common-white);
}

.tp-hover-btn-wrapper .tp-btn-circle-2:hover .tp-btn-circle-dot {
  width: 420px;
  height: 420px;
}

.tp-hover-btn-wrapper .tp-btn-circle-2:hover svg [stroke=white] {
  stroke: #151515;
}

.tp-hover-btn-wrapper .tp-btn-circle-2 .tp-btn-circle-text-2 {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  display: block;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
}

.tp-hover-btn-wrapper .tp-btn-circle-2 .tp-btn-circle-dot {
  bottom: -35%;
  left: 50%;
  width: 47px;
  height: 47px;
  line-height: 20px;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: var(--rr-heading-primary);
}

.tp-hover-btn-wrapper .tp-btn-circle-3 {
  color: var(--rr-common-white);
}

.tp-hover-btn-wrapper .tp-btn-circle-3:hover {
  color: var(--rr-heading-primary);
}

.tp-hover-btn-wrapper .tp-btn-circle-3:hover svg [fill=white] {
  fill: #151515;
}

.tp-hover-btn-wrapper .tp-btn-circle-3 .tp-btn-circle-dot {
  background-color: var(--rr-common-white);
}

.circle-button-position {
  display: inline-flex !important;
  align-items: center;
  justify-content: end;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .circle-button-position {
    display: block !important;
    margin-top: 20px;
  }
}

.ruhe-white-btn {
  display: inline-flex;
  transition: all 0.3s ease-in-out;
}

.ruhe-white-btn-primary {
  padding: 14px 28px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--rr-heading-primary);
  background-color: transparent;
  border: 1.5px solid rgba(34, 34, 34, 0.1);
  border-radius: 30px;
  text-transform: capitalize;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  gap: 30px;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .ruhe-white-btn-primary {
    padding: 16px 25px;
  }
}

.ruhe-white-btn-primary:hover {
  color: var(--rr-common-white);
  background-color: var(--rr-heading-primary);
  border-color: var(--rr-heading-primary);
}

.ruhe-white-btn-primary:focus {
  color: var(--rr-common-white);
}

.ruhe-white-btn-primary.bordered {
  border-color: var(--rr-heading-primary);
  background-color: transparent;
  color: var(--rr-heading-primary);
}

.ruhe-white-btn-primary.bordered:hover {
  border-color: var(--rr-heading-primary);
  background-color: var(--rr-heading-primary);
  color: var(--rr-common-white);
}

.ruhe-white-btn-circle {
  text-align: center;
  width: 46px;
  height: 46px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--rr-heading-primary);
  border-radius: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1.5px solid rgba(34, 34, 34, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ruhe-white-btn-circle {
    width: 50px;
    height: 50px;
  }
}

.ruhe-white-btn-circle:hover {
  background-color: var(--rr-heading-primary);
  color: var(--rr-common-white);
}

.ruhe-white-btn-group {
  display: flex;
  width: fit-content;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.ruhe-white-btn-group>*:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
  opacity: 1;
}

.ruhe-white-btn-group>*:nth-child(2) {
  transform: scale3d(1, 1, 1);
  border: 1.5px solid rgba(34, 34, 34, 0.1);
}

.ruhe-white-btn-group>*:nth-child(3) {
  transform: scale3d(0, 0, 1);
  margin-inline-start: -40px;
  opacity: 0;
}

.ruhe-white-btn-group:hover>*:nth-child(1) {
  transform: scale3d(0, 0, 1);
  margin-inline-end: -40px;
  opacity: 0;
}

.ruhe-white-btn-group:hover>*:nth-child(2) {
  transform: scale3d(1, 1, 1);
  border: 1.5px solid rgba(34, 34, 34, 0.1);
  background-color: var(--rr-heading-primary);
  color: var(--rr-common-white);
}

.ruhe-white-btn-group:hover>*:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
  opacity: 1;
  background-color: var(--rr-heading-primary);
  color: var(--rr-common-white);
  border-color: var(--rr-heading-primary);
}

.section__title-wrapper-sub-title {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
}

.section__title-wrapper-title {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
  font-style: normal;
  font-size: 54px;
  line-height: 64px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__title-wrapper-title {
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px) {
  .section__title-wrapper-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-wrapper-title {
    font-size: 33px;
    line-height: 45px;
  }
}

@media (max-width: 575px) {
  .section__title-wrapper-title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section__title-wrapper-title br {
    display: none;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 992px) {
  .return-card {
    padding: 20px;
  }

  .kalpanik-header-area__inner {
    width: unset;
  }
}

/* Small Desktop */
@media (min-width: 993px) and (max-width: 1024px) {
  .return-card {
    padding: 20px;
  }

  .kalpanik-header-area__inner {
    width: unset;
  }
}

/* banner Style 1 */
.banner__border-line {
  top: 0;
  left: 50px;
  right: 50px;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .banner__border-line {
    left: 20px;
    right: 20px;
  }
}

.banner__border-line-shape {
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.banner__area {
  padding: 200px 71px 0px 71px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner__area {
    padding: 200px 60px 0px 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__area {
    padding: 200px 40px 0px 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__area {
    padding: 200px 30px 0px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner__area {
    padding: 160px 30px 0px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner__area {
    padding: 130px 10px 0px 10px;
  }
}

.banner__area {
  background-size: cover;
  background-position: center;
}

.banner__guideline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.banner__guideline .experiences-thumb {
  display: flex;
  align-items: center;
  justify-content: start;
}

.banner__guideline .experiences-thumb img {
  width: 50px;
  height: 50px;
  border: 2px solid var(--rr-common-white);
  border-radius: 50%;
  margin-left: -18px;
}

.banner__guideline .experiences-thumb img:first-of-type {
  margin-left: 0;
}

.banner__guideline .experiences-text {
  padding-left: 65px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner__guideline .experiences-text {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .banner__guideline .experiences-text {
    margin-top: 20px;
  }
}

.banner__guideline .experiences-text p {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  font-family: var(--rr-ff-grotesk);
  color: rgba(255, 255, 255, 0.7);
}

.banner__guideline .experiences-text p br {
  display: block;
}

@media (max-width: 575px) {
  .banner__guideline .experiences-text p {
    font-size: 16px;
    line-height: 27px;
  }

  .banner__guideline .experiences-text p br {
    display: none;
  }
}

.banner__guideline-title h2 {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 60px;
  line-height: 66px;
  color: rgb(158, 158, 158);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner__guideline-title h2 {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner__guideline-title h2 {
    font-size: 45px;
    line-height: 50px;
  }

  .banner__guideline-title h2 br {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__guideline-title h2 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (max-width: 575px) {
  .banner__guideline-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.banner__guideline-title h2 span {
  color: var(--rr-common-white);
}

.banner__future {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner__future {
    gap: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner__future {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner__future {
    display: block;
    column-count: 2;
    margin-top: 50px;
  }
}

@media (max-width: 575px) {
  .banner__future {
    column-count: 1;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .banner__future-item {
    margin-bottom: 25px;
  }

  .banner__future-item:last-of-type {
    margin-bottom: 0;
  }
}

.banner__future-item h3 {
  margin-bottom: 0;
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-common-white);
  font-style: normal;
  font-size: 40px;
  line-height: 56px;
}

.banner__future-item h3 .odometer.odometer-auto-theme,
.banner__future-item h3 .odometer.odometer-theme-default {
  font-family: var(--rr-ff-grotesk);
  line-height: 1;
}

.banner__future-item h3 img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-bottom: 13px;
}

.banner__future-item p {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: #536879;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner__future-item p br {
    display: none;
  }
}

.banner__future-item .kalpanik-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  background: #333333;
  border-radius: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__future-item .kalpanik-item-icon {
    width: 130px;
    height: 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px),
(max-width: 575px) {
  .banner__future-item .kalpanik-item-icon {
    width: 100px;
    height: 100px;
  }
}

.banner__future-item .kalpanik-item-icon img {
  width: 76px;
  height: 82px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__future-item .kalpanik-item-icon img {
    width: 60px;
    height: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner__future-item .kalpanik-item-icon img {
    width: 50px;
    height: 60px;
  }
}

.banner__future-item-left-1 {
  padding-left: 200px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner__future-item-left-1 {
    padding-left: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner__future-item-left-1 {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__future-item-left-1 {
    margin-top: 30px;
  }
}

.banner__future-item-left-2 {
  padding-left: 200px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner__future-item-left-2 {
    padding-left: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner__future-item-left-2 {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__future-item-left-2 {
    margin-bottom: 30px;
  }
}

.banner__thumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  gap: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__thumb {
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .banner__thumb {
    display: block;
  }
}

@media (max-width: 575px) {
  .banner__thumb-item {
    margin-bottom: 20px;
  }

  .banner__thumb-item:last-of-type {
    margin-bottom: 0;
  }
}

.banner__thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s 0s ease-out;
}

/* brand */
.h1-brand .section__title-wrapper-title {
  margin-left: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h1-brand .section__title-wrapper-title {
    margin-left: 0;
  }
}

.h1-brand__area .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-brand .section__title-wrapper-title br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-brand .section__title-wrapper-title {
    font-size: 46px;
  }
}

.h1-brand__content h2 {
  font-size: 172px;
  line-height: 106%;
  text-transform: uppercase;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-brand__content h2 {
    font-size: 102px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-brand__content h2 {
    font-size: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-brand__content h2 {
    font-size: 70px;
  }
}

@media (max-width: 575px) {
  .h1-brand__content h2 {
    font-size: 40px;
  }
}

.h1-brand__content-thumb img {
  max-width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-brand__content-thumb img {
    width: 100%;
    height: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h1-brand__content-thumb img {
    width: 100%;
    height: 200px;
  }
}

.brand-slider-padding {
  padding: 60px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .brand-slider-padding {
    padding: 30px 0px;
  }
}

@media (max-width: 575px) {
  .brand-slider-padding {
    padding: 20px 0px;
  }
}

.h1-brand__content-video {
  width: 670px;
  height: 377px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-brand__content-video {
    width: 500px;
    height: 270px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-brand__content-video {
    width: 550px;
    height: 300px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-brand__content-video {
    width: 450px;
    height: 200px;
  }
}

@media (max-width: 575px) {
  .h1-brand__content-video {
    width: 250px;
    height: 150px;
  }
}

.h1-brand__content-video #myVideo1,
.h1-brand__content-video #myVideo2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.services .section__title-wrapper-title {
  margin-left: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .services .section__title-wrapper-title {
    margin-left: 0;
  }
}

.services__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__wrapper {
    gap: 27px;
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .services__wrapper {
    gap: 20px;
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .services__wrapper {
    display: inherit;
  }
}

.services__wrapper-item {
  width: 422px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .services__wrapper-item {
    width: inherit;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__wrapper-item {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px),
(max-width:320px) {
  .services__wrapper-item {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .services__wrapper-item {
    padding-bottom: 30px;
  }
}

.services__wrapper-item .kalpanik-component-content {
  gap: 34px;
  display: flex;
  padding: 13.5px 0px;
  align-items: center;
  border-bottom: 1px solid #E1E2E4;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .services__wrapper-item .kalpanik-component-content {
    gap: 17px;
  }
}

.services__wrapper-item .kalpanik-component-content img {
  width: inherit;
}

.services__wrapper-item .kalpanik-component-content p {
  font-family: var(--rr-ff-grotesk);
  font-style: normal;
  font-weight: var(--rr-fw-medium);
  font-size: 16px;
  line-height: 26px;
  color: var(--rr-text-body);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__wrapper-item .kalpanik-component-content p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .services__wrapper-item .kalpanik-component-content p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
(max-width:376px),
(max-width:320px) {
  .services__wrapper-item .kalpanik-component-content p br {
    display: none;
  }
}

.services__wrapper-top {
  padding-top: 115px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .services__wrapper-top {
    padding-top: 0;
  }
}

.services__title {
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  border-radius: 0px;
  padding-bottom: 15px;
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-grotesk);
  border-bottom: 1px solid rgb(225, 226, 228);
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .services__title {
    font-size: 17px;
  }
}

.services__title:hover {
  color: rgba(34, 34, 34, 0.7);
}

.h1-project .section__title-wrapper-title {
  margin-left: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h1-project .section__title-wrapper-title {
    margin-left: 0;
  }
}

.h1-project .section__main-title-wrapper {
  padding-top: 45px;
  border-top: 1px solid rgb(225, 226, 228);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-project .section__title-wrapper-title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h1-project .h1-project__wrapper-details-btn {
    margin-top: 20px;
    justify-content: start !important;
  }
}

.h1-project .h1-project__wrapper-details-btn .ruhe-white-btn-primary {
  padding: 14px 40px;
}

.h1-project__brand-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.h1-project__brand-slider .swiper-wrapper .swiper-slide {
  width: auto !important;
  margin-top: 10px;
  padding: 10px 10px;
  background: #f6f6f6;
}

.h1-project__brand-slider .swiper-wrapper .slider-content .slider-title {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: rgba(34, 34, 34, 0.6);
  position: relative;
}

.h1-project__brand-slider .swiper-wrapper .slider-content .slider-title::before {
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  content: "";
  top: 44%;
  left: -10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.h1-project__wrapper-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h1-project__wrapper-details {
  padding: 40px 0px;
  background: var(--rr-common-white);
  border-bottom: 1px solid #e1e2e4;
}

@media (max-width: 575px) {
  .h1-project__wrapper-details {
    padding: 20px 0px;
  }
}

.h1-project__wrapper-details .kalpanik-component-title {
  color: var(--rr-heading-primary);
  font-style: normal;
  font-size: 44px;
  line-height: 54px;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-project__wrapper-details .kalpanik-component-title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-project__wrapper-details .kalpanik-component-title {
    font-size: 25px;
    line-height: 35px;
  }
}

@media (max-width: 575px) {
  .h1-project__wrapper-details .kalpanik-component-title {
    font-size: 28px;
    line-height: 35px;
  }
}

.h1-project__wrapper-details-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  white-space: nowrap;
}

.h1-project__wrapper-details-brand .slider-wrap .slider-content .slider-title {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: rgba(34, 34, 34, 0.6);
  position: relative;
}

.h1-project__wrapper-details-brand .slider-wrap .slider-content .slider-title::before {
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  content: "";
  top: 44%;
  left: -10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

/* award area style  */
.kalpanik-award .section__title-wrapper-title {
  margin-left: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .kalpanik-award .section__title-wrapper-title {
    margin-left: 0;
  }
}

.award__wrapper-box {
  text-align: end;
  margin-left: 8%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .award__wrapper-box {
    margin-left: 0;
  }
}

@media (max-width:450px),
(max-width:320px) {
  .award__wrapper-box {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .award__wrapper-box {
    margin-left: 0;
  }
}

.award__thumb {
  max-width: 345px;
  height: 510px;
  object-fit: cover;
  transition: transform 0.6s ease-in-out;
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  margin-left: 140px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .award__thumb {
    height: 340px;
  }
}

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

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .award__thumb img {
    width: auto;
  }
}

@media (max-width:320px) {
  .award__thumb img {
    width: 200px;
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .award__thumb {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .award__thumb {
    margin-left: 0;
    max-width: inherit;
    height: inherit;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .award__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 50px auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .award__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    width: 200px;
    height: inherit;
  }
}

@media (max-width:450px) {
  .award__thumb {
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}

@media (max-width:376px) {
  .award__thumb {
    width: inherit;
    height: inherit;
  }
}

@media (max-width:320px) {
  .award__thumb {
    width: inherit;
    height: inherit;
    margin-left: 0;
  }
}

.award__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 30px;
  padding-top: 40px;
  padding-bottom: 39px;
  border-bottom: 1px solid #E1E2E4;
  transition: all 0.4s ease-in-out;
}

@media (max-width:450px) {
  .award__item {
    padding-left: 0;
  }
}

.award__item:hover {
  background: #000;
  cursor: pointer;
}

.award__item:hover .kalpanik-date {
  color: var(--rr-common-white);
}

.award__item:hover .awards {
  color: var(--rr-common-white);
}

.award__item:hover .awards::before {
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.award__item:hover .number {
  color: rgba(255, 255, 255, 0.7);
}

.award__item:hover img:nth-child(1) {
  width: 593px;
  height: 613px;
}

.award__item:nth-child(1) {
  border-top: 1px solid #E1E2E4;
}

.award__item-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.award__item-one .kalpanik-date {
  font-family: var(--rr-ff-grotesk);
  font-style: normal;
  font-weight: var(--rr-fw-regular);
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--rr-text-body);
  transition: all 0.4s ease-in-out;
}

@media (max-width:376px) {
  .award__item-one .kalpanik-date {
    padding-left: 15px;
  }
}

.award__item-one .awards {
  font-size: 24px;
  margin-left: 130px;
  position: relative;
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-grotesk);
  transition: all 0.3s ease-in-out;
}

@media (max-width:450px) {
  .award__item-one .awards {
    padding-left: 60px;
  }
}

@media (max-width: 575px) {
  .award__item-one .awards {
    font-size: 18px;
    padding-left: 20px;
    margin-left: 50px;
  }
}

@media (max-width:376px) {
  .award__item-one .awards {
    margin-left: 0px;
  }
}

.award__item-one .awards::before {
  content: "";
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  background-color: var(--rr-common-white);
}

.award__item .number {
  font-family: var(--rr-ff-grotesk);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: var(--rr-text-body);
  transform: translateX(-79px);
  transition: all 0.4s ease-in-out;
}

@media (max-width:450px) {
  .award__item .number {
    transform: translateX(0);
  }
}

@media (max-width: 575px) {
  .award__item .number {
    font-size: 20px;
    transform: translateX(-15px);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award__item .number {
    transform: translateX(-30px);
  }
}

.testimonial__review {
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 500px;
  border: 1.5px solid rgba(34, 32, 32, 0.1);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .testimonial__review {
    margin-left: -30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial__review {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .testimonial__review {
    width: 200px;
    height: 200px;
  }
}

.testimonial__review span {
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--rr-ff-body);
  color: var(--rr-heading-secondary);
}

@media (max-width: 575px) {
  .testimonial__review span {
    font-size: 40px;
  }
}

.testimonial__review .star-icon {
  gap: 4px;
  display: flex;
  list-style: none;
  line-height: 1.2;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
}

.testimonial__review .star-icon li i {
  font-size: 14px;
  color: #F59E0B;
}

.testimonial__review p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  opacity: 0.6;
  text-transform: uppercase;
  font-family: var(--rr-ff-body);
  color: var(--rr-heading-secondary);
}

@media (max-width: 575px) {
  .testimonial__review p {
    font-size: 15px;
  }
}

.testimonial__slider {
  overflow: visible;
  max-width: 1530px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__slider {
    margin: 0 30px;
  }
}

.testimonial__slider .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}

.testimonial__slider-arrow .rr-btn-ru {
  width: 60px;
  height: 60px;
  padding: 0;
  top: 50%;
  position: absolute;
  border-radius: 100px;
  transform: translate(0, -50%);
  transition: all 0.3s ease-in-out;
  color: var(--rr-heading-primary);
  background: rgba(34, 34, 34, 0.12);
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial__slider-arrow .rr-btn-ru::before {
  background: var(--rr-text-primary);
}

.testimonial__slider-arrow .rr-btn-ru:hover svg [stroke="#222222"] {
  stroke: var(--rr-common-white);
}

.testimonial__slider-arrow-prev {
  left: -28px;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__slider-arrow-prev {
    left: 28px;
  }
}

.testimonial__slider-arrow-prev-1 {
  left: 0;
}

.testimonial__slider-arrow-next {
  right: -28px;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__slider-arrow-next {
    right: 28px;
  }
}

.testimonial__slider-arrow-next-1 {
  right: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial__slider-arrow {
    display: none;
  }
}

.testimonial__rd-wrapper {
  display: flex;
  background: #F6F6F6;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial__rd-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.testimonial__content {
  padding: 100px 0 119px 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial__content {
    padding: 80px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__content {
    padding: 50px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial__content {
    padding: 50px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__content {
    padding: 50px 30px;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .testimonial__content {
    padding: 30px;
    padding-bottom: 0;
  }
}

.testimonial__media {
  min-width: 470px;
  height: auto;
  padding: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__media {
    min-width: 400px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial__media {
    min-width: 100%;
  }
}

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

.testimonial__star-icon ul {
  display: inline-flex;
  gap: 5px;
  padding: 4px 12px;
  align-items: center;
  background-color: var(--rr-theme-primary);
}

.testimonial__star-icon ul li {
  list-style: none;
}

.testimonial__star-icon ul li i {
  font-size: 14px;
  color: rgb(255, 191, 67);
}

.testimonial__dec {
  font-weight: 400;
  font-size: 26px;
  line-height: 54px;
  letter-spacing: -2%;
  color: rgb(29, 29, 29);
  margin-bottom: 50px;
  margin-top: 30px;
  text-transform: capitalize;
  font-family: var(--rr-ff-grotesk);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial__dec br {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial__dec {
    font-size: 24px;
    line-height: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__dec {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .testimonial__dec {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.testimonial__author {
  display: flex;
  align-items: center;
  column-gap: 18px;
}

@media (max-width: 575px) {
  .testimonial__author {
    column-gap: 10px;
  }
}

.testimonial__author__thumb {
  width: 70px;
  height: 70px;
}

.testimonial__author__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
}

.testimonial__author__info .kalpanik-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 8px;
  color: var(--rr-theme-primary);
  font-family: var(--rr-ff-grotesk);
}

@media (max-width: 575px) {
  .testimonial__author__info .kalpanik-name {
    font-size: 18px;
  }
}

.testimonial__author__info .position {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  opacity: 0.6;
  text-transform: uppercase;
  color: var(--rr-theme-primary);
  font-family: var(--rr-ff-grotesk);
}

@media (max-width: 575px) {
  .testimonial__author__info .position {
    font-size: 15px;
  }
}

/* h1 blog style  */
.h1-blog .section__title-wrapper-title {
  margin-left: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h1-blog .section__title-wrapper-title {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-blog .section__title-wrapper-title br {
    display: none;
  }
}

.h1-blog__item-thumb {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  position: absolute;
  transform: scale(0);
  transition: all 0.8s ease-in-out;
}

.h1-blog__item-thumb.active {
  opacity: 1;
  z-index: 2;
  transform: scale(1);
  position: relative;
  transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.h1-blog__item-thumb img {
  transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h1-blog__item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-blog__item-thumb img {
    height: 500px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h1-blog__item-thumb img {
    height: 400px;
  }
}

.h1-blog__content {
  padding: 38.1px 40px;
  flex-wrap: wrap;
  margin-left: -58px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h1-blog__content {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h1-blog__content {
    flex-wrap: nowrap;
    padding: 38.1px 20px;
  }
}

@media (max-width: 575px) {
  .h1-blog__content {
    padding: 20px 0;
  }
}

.h1-blog__content-left p {
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
  color: rgba(34, 34, 34, 0.6);
  font-family: var(--rr-ff-grotesk);
}

@media (max-width: 575px) {
  .h1-blog__content-left p br {
    display: none;
  }
}

.h1-blog__content-left p img {
  width: inherit;
  margin-right: 12px;
}

.h1-blog__content-left h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 133%;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-grotesk);
}

@media (max-width: 575px) {
  .h1-blog__content-left h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h1-blog__content-left h2 br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h1-blog__content-left h2 {
    margin-bottom: 15px;
  }
}

.h1-blog__content-left h2:hover {
  color: rgba(34, 34, 34, 0.7);
}

.h1-blog__content-right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  padding-bottom: 22px;
  color: rgba(34, 34, 34, 0.6);
  font-family: var(--rr-ff-grotesk);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h1-blog__content-right p br {
    display: none;
  }
}

/* footer area style  */
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 35px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

@media (max-width: 575px) {
  .footer-top {
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer-top {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-top {
    padding-top: 60px;
    padding-bottom: 50px;
    margin: 0;
  }
}

.footer-top-footer-title {
  display: flex;
  align-items: center;
  gap: 88px;
  flex-wrap: wrap;
  row-gap: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-top-footer-title {
    gap: 30px;
  }
}

.footer-top-footer-title .top-title {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-regular);
  color: var(--rr-common-white);
  font-style: normal;
  font-size: 100px;
  line-height: 110px;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-top-footer-title .top-title {
    font-size: 90px;
    line-height: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-top-footer-title .top-title {
    font-size: 70px;
    line-height: 85px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-top-footer-title .top-title {
    font-size: 53px;
    line-height: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-top-footer-title .top-title br {
    display: none;
  }
}

@media (max-width: 575px) {
  .footer-top-footer-title .top-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}

.footer__menu {
  z-index: 11;
  margin-top: 50px;
}

.footer__menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  row-gap: 10px;
}

@media (max-width: 575px) {
  .footer__menu ul {
    gap: 20px;
  }
}

.footer__menu ul li {
  list-style-type: none;
}

.footer__menu ul li a {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
}

.footer__menu ul li a:hover {
  color: var(--rr-common-white);
}

.footer__main {
  padding-top: 190px;
  padding-bottom: 240px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer__main {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__main {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer__main {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__main {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .footer__main {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.footer__main-title {
  font-family: var(--rr-ff-grotesk);
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 480px;
  line-height: 200px;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .footer__main-title {
    font-size: 400px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .footer__main-title {
    font-size: 340px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer__main-title {
    font-size: 300px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__main-title {
    font-size: 240px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer__main-title {
    font-size: 190px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__main-title {
    font-size: 140px;
    line-height: 1;
  }
}

@media (max-width: 575px) {
  .footer__main-title {
    font-size: 80px;
  }
}

@media (max-width:320px) {
  .footer__main-title {
    font-size: 60px;
    line-height: 145px;
  }
}

.footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}

.footer__copyright a {
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-common-white);
  font-style: normal;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.footer__copyright a::before {
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
}

.footer__copyright a i {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
  font-size: 14px;
}

.footer__copyright a:hover {
  color: rgba(255, 255, 255, 0.6);
}

/* portfolio showcase 2 page css */
@media (min-width: 1850px) {
  .body-modern-agency .container.large {
    max-width: 1850px;
  }
}

.body-modern-agency .kalpanik-action-button {
  padding: 15px 27px;
}

.body-modern-agency .section-subtitle {
  font-family: var(--font_tartuffotrial);
  font-weight: 100;
  font-size: 20px;
  line-height: 26px;
  text-transform: none;
}

.body-modern-agency .footer-area-3 .kalpanik-footer-widget-wrapper-box {
  border-top: 1px solid var(--border);
}

/* hero area 7 style  */
.rd-hero-area-7 .kalpanik-section-title {
  font-weight: 100;
  font-size: 140px;
  line-height: 0.93;
  text-align: center;
  max-width: 1115px;
  margin-inline: auto;
  font-family: var(--font_tartuffotrial);
}

@media only screen and (max-width: 1919px) {
  .rd-hero-area-7 .kalpanik-section-title {
    font-size: 110px;
    max-width: 915px;
  }
}

@media only screen and (max-width: 1399px) {
  .rd-hero-area-7 .kalpanik-section-title {
    font-size: 90px;
    max-width: 715px;
  }
}

@media only screen and (max-width: 1199px) {
  .rd-hero-area-7 .kalpanik-section-title {
    font-size: 70px;
    max-width: 615px;
  }
}

@media only screen and (max-width: 991px) {
  .rd-hero-area-7 .kalpanik-section-title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .rd-hero-area-7 .kalpanik-section-title {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .rd-hero-area-7 .kalpanik-section-title {
    font-size: 40px;
  }
}

.rd-hero-area-7 .kalpanik-section-title span {
  color: rgba(17, 17, 17, 0.3);
}

.dark .rd-hero-area-7 .kalpanik-section-title span {
  color: rgba(255, 255, 255, 0.3);
}

.rd-hero-area-7 .kalpanik-section-content {
  text-align: center;
}

.rd-hero-area-7 .kalpanik-section-content .kalpanik-component-text {
  font-family: var(--font_tartuffotrial);
  font-weight: 100;
  font-size: 36px;
  line-height: 1.11;
  color: var(--primary);
  max-width: 620px;
  text-align: center;
  margin-inline: auto;
}

@media only screen and (max-width: 1919px) {
  .rd-hero-area-7 .kalpanik-section-content .kalpanik-component-text {
    font-size: 30px;
    max-width: 520px;
  }
}

@media only screen and (max-width: 1399px) {
  .rd-hero-area-7 .kalpanik-section-content .kalpanik-component-text {
    font-size: 24px;
    max-width: 420px;
  }
}

@media only screen and (max-width: 767px) {
  .rd-hero-area-7 .kalpanik-section-content .kalpanik-component-text {
    font-size: 20px;
    max-width: 420px;
  }
}

.rd-hero-area-7 .kalpanik-section-content .kalpanik-text-wrapper {
  margin-top: 45px;
}

@media only screen and (max-width: 1919px) {
  .rd-hero-area-7 .kalpanik-section-content .kalpanik-text-wrapper {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 1199px) {
  .rd-hero-area-7 .kalpanik-section-content .kalpanik-text-wrapper {
    margin-top: 25px;
  }
}

.rd-hero-area-7 .kalpanik-section-content .kalpanik-btn-wrapper {
  margin-top: 33px;
}

@media only screen and (max-width: 1199px) {
  .rd-hero-area-7 .kalpanik-section-content .kalpanik-btn-wrapper {
    margin-top: 23px;
  }
}

.rd-hero-area-7 .kalpanik-section-title-wrapper {
  border-bottom: 1px solid var(--border);
  margin-top: 80px;
  padding-top: 61px;
  padding-bottom: 55px;
}

@media only screen and (max-width: 1919px) {
  .rd-hero-area-7 .kalpanik-section-title-wrapper {
    padding-top: 51px;
    padding-bottom: 45px;
  }
}

@media only screen and (max-width: 1199px) {
  .rd-hero-area-7 .kalpanik-section-title-wrapper {
    padding-top: 31px;
    padding-bottom: 25px;
  }
}

/* work area 7 style  */
.rd-work-area-7 .rd-works-wrapper-box {
  margin-top: 50px;
}

@media only screen and (max-width: 1919px) {
  .rd-work-area-7 .rd-works-wrapper-box {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .rd-work-area-7 .rd-works-wrapper-box {
    margin-top: 30px;
  }
}

.rd-works-wrapper-7 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
}

@media (max-width: 575px) {
  .rd-works-wrapper-7 {
    grid-template-columns: 1fr;
  }
}

.rd-works-wrapper-7>* {
  border-top: 1px solid var(--border);
  padding: 150px;
}

@media only screen and (max-width: 1919px) {
  .rd-works-wrapper-7>* {
    padding: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .rd-works-wrapper-7>* {
    padding: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .rd-works-wrapper-7>* {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .rd-works-wrapper-7>* {
    padding: 10px;
  }
}

.rd-works-wrapper-7>*:nth-child(1) {
  border-top: 0;
}

.rd-works-wrapper-7>*:nth-child(2) {
  border-top: 0;
}

@media (max-width: 575px) {
  .rd-works-wrapper-7>*:nth-child(2) {
    border-top: 1px solid var(--border);
  }
}

.rd-works-wrapper-7>*:nth-child(2n+1) {
  border-right: 1px solid var(--border);
}

@media (max-width: 575px) {
  .rd-works-wrapper-7>*:nth-child(2n+1) {
    border-right: 0;
  }
}

.rd-works-wrapper-7 .rd-work-box .kalpanik-component-media {
  position: relative;
}

.rd-works-wrapper-7 .rd-work-box .kalpanik-component-media .kalpanik-media-image {
  overflow: hidden;
  position: relative;
  transform: scale(0.9);
}

.rd-works-wrapper-7 .rd-work-box .kalpanik-component-media .kalpanik-media-image img {
  transform-origin: center;
}

.rd-works-wrapper-7 .rd-work-box .kalpanik-component-media img {
  width: 100%;
  cursor: none;
}

.rd-works-wrapper-7 .rd-work-box .kalpanik-component-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  visibility: hidden;
}

@media only screen and (max-width: 1199px) {
  .rd-works-wrapper-7 .rd-work-box .kalpanik-component-content {
    visibility: visible;
  }
}

.rd-works-wrapper-7 .rd-work-box .kalpanik-component-title {
  font-weight: 300;
  font-size: 30px;
  line-height: 0.9;
  background-color: var(--white);
  padding: 15px 20px 13px;
  color: var(--black);
}

@media only screen and (max-width: 1199px) {
  .rd-works-wrapper-7 .rd-work-box .kalpanik-component-title {
    font-size: 26px;
    padding: 10px 15px 8px;
  }
}

.rd-works-wrapper-7 .rd-work-box .kalpanik-item-meta {
  font-family: var(--font_tartuffotrial);
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  line-height: 1.69;
  background-color: var(--white);
  display: inline-block;
  padding: 5px 15px 3px;
  margin-top: 3px;
  color: var(--black);
}

.rd-works-wrapper-7 .kalpanik-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 0;
}

.rd-works-wrapper-7 .kalpanik-btn-wrapper a {
  font-family: var(--font_tartuffotrial);
  font-weight: 100;
  font-size: 36px;
  line-height: 1.1;
  text-align: center;
  color: var(--primary);
  max-width: 225px;
  text-decoration: none;
  display: inline-block;
}

@media only screen and (max-width: 1399px) {
  .rd-works-wrapper-7 .kalpanik-btn-wrapper a {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .rd-works-wrapper-7 .kalpanik-btn-wrapper a {
    font-size: 26px;
    max-width: 165px;
  }
}

@media only screen and (max-width: 991px) {
  .rd-works-wrapper-7 .kalpanik-btn-wrapper a {
    font-size: 20px;
    max-width: 135px;
  }
}

.rd-works-wrapper-7 .kalpanik-btn-wrapper a:hover .kalpanik-underline {
  background-size: 0% 100%;
}

.rd-works-wrapper-7 .kalpanik-btn-wrapper .kalpanik-underline {
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--primary) 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 1s;
  background-position: 0 -6px;
}

@media only screen and (max-width: 1399px) {
  .rd-works-wrapper-7 .kalpanik-btn-wrapper .kalpanik-underline {
    background-position: 0 -2px;
  }
}

/* capabilities area 2 style  */
.rd-capabilities-area-2 .kalpanik-section-content-wrapper {
  margin-top: 14px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 1235px;
  margin-bottom: 31px;
}

@media only screen and (max-width: 1919px) {
  .rd-capabilities-area-2 .kalpanik-section-content-wrapper {
    grid-template-columns: 1fr 950px;
  }
}

@media only screen and (max-width: 1399px) {
  .rd-capabilities-area-2 .kalpanik-section-content-wrapper {
    grid-template-columns: 1fr 800px;
  }
}

@media only screen and (max-width: 1199px) {
  .rd-capabilities-area-2 .kalpanik-section-content-wrapper {
    grid-template-columns: 1fr 600px;
  }
}

@media only screen and (max-width: 991px) {
  .rd-capabilities-area-2 .kalpanik-section-content-wrapper {
    grid-template-columns: 1fr;
  }
}

.rd-capabilities-area-2 .kalpanik-section-content {
  margin-top: 27px;
}

@media only screen and (max-width: 1919px) {
  .rd-capabilities-area-2 .kalpanik-section-content {
    margin-top: 17px;
  }
}

@media only screen and (max-width: 1199px) {
  .rd-capabilities-area-2 .kalpanik-section-content {
    margin-top: 7px;
  }
}

.rd-capabilities-area-2 .kalpanik-section-content .kalpanik-section-title-wrapper {
  display: block;
}

@media only screen and (max-width: 767px) {
  .rd-capabilities-area-2 .rd-capability-wrapper {
    border-top: 1px solid var(--border);
  }
}

@media only screen and (max-width: 767px) {
  .rd-capabilities-area-2 .rd-capability-box {
    border-bottom: 1px solid var(--border);
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.rd-capabilities-area-2 .rd-capability-box-inner {
  display: grid;
  gap: 10px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 575px) {
  .rd-capabilities-area-2 .rd-capability-box-inner {
    grid-template-columns: 1fr;
  }
}

.rd-capabilities-area-2 .rd-capability-box:hover .kalpanik-component-media img,
.rd-capabilities-area-2 .rd-capability-box.active .kalpanik-component-media img {
  opacity: 1;
  transform: scale(1);
}

.rd-capabilities-area-2 .rd-capability-box .kalpanik-component-title {
  font-weight: 100;
  font-size: 100px;
  line-height: 1.1;
  font-family: var(--font_tartuffotrial);
}

@media only screen and (max-width: 1919px) {
  .rd-capabilities-area-2 .rd-capability-box .kalpanik-component-title {
    font-size: 80px;
  }
}

@media only screen and (max-width: 1399px) {
  .rd-capabilities-area-2 .rd-capability-box .kalpanik-component-title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .rd-capabilities-area-2 .rd-capability-box .kalpanik-component-title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .rd-capabilities-area-2 .rd-capability-box .kalpanik-component-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .rd-capabilities-area-2 .rd-capability-box .kalpanik-component-title {
    font-size: 35px;
  }
}

.rd-capabilities-area-2 .rd-capability-box .kalpanik-component-title.kalpanik-underlined-link {
  padding-bottom: 0;
  color: rgba(17, 17, 17, 0.3);
  text-transform: unset;
}

.dark .rd-capabilities-area-2 .rd-capability-box .kalpanik-component-title.kalpanik-underlined-link {
  color: rgba(255, 255, 255, 0.3);
}

.rd-capabilities-area-2 .rd-capability-box .kalpanik-component-title.kalpanik-underlined-link::before {
  height: 3px;
  transition: 0.5s;
  bottom: 9px;
}

@media only screen and (max-width: 1919px) {
  .rd-capabilities-area-2 .rd-capability-box .kalpanik-component-title.kalpanik-underlined-link::before {
    bottom: 6px;
  }
}

@media only screen and (max-width: 1199px) {
  .rd-capabilities-area-2 .rd-capability-box .kalpanik-component-title.kalpanik-underlined-link::before {
    height: 2px;
    bottom: 3px;
  }
}

.rd-capabilities-area-2 .rd-capability-box .kalpanik-component-media {
  display: flex;
  gap: 10px;
}

@media only screen and (max-width: 1919px) {
  .rd-capabilities-area-2 .rd-capability-box .kalpanik-component-media {
    gap: 10px;
  }
}

.rd-capabilities-area-2 .rd-capability-box .kalpanik-component-media img {
  width: 76px;
  height: 76px;
  border-radius: 15px;
  object-fit: cover;
  opacity: 0;
  transform: scale(0);
  transform-origin: top right;
  transition: all 0.5s;
}

@media only screen and (max-width: 1919px) {
  .rd-capabilities-area-2 .rd-capability-box .kalpanik-component-media img {
    width: 64px;
    height: 64px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 1399px) {
  .rd-capabilities-area-2 .rd-capability-box .kalpanik-component-media img {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .rd-capabilities-area-2 .rd-capability-box .kalpanik-component-media img {
    width: 40px;
    height: 40px;
    opacity: 1;
    transform: scale(1);
  }
}

/* award area 3 style  */
.rd-award-area-3 .kalpanik-section-header {
  margin-top: 19px;
}

.rd-award-area-3 .kalpanik-section-title {
  max-width: 855px;
  text-indent: 2.3em;
  font-weight: 200;
  line-height: 100px;
  font-family: var(--font_tartuffotrial);
}

@media only screen and (max-width: 1919px) {
  .rd-award-area-3 .kalpanik-section-title {
    max-width: 755px;
  }
}

@media only screen and (max-width: 1399px) {
  .rd-award-area-3 .kalpanik-section-title {
    max-width: 555px;
  }
}

@media only screen and (max-width: 1199px) {
  .rd-award-area-3 .kalpanik-section-title {
    max-width: 505px;
  }
}

@media only screen and (max-width: 991px) {
  .rd-award-area-3 .kalpanik-section-title {
    max-width: 635px;
  }
}

.rd-award-area-3 .kalpanik-section-title span {
  position: relative;
  padding: 0 32px;
}

@media only screen and (max-width: 1919px) {
  .rd-award-area-3 .kalpanik-section-title span {
    padding: 0 22px;
  }
}

@media only screen and (max-width: 1399px) {
  .rd-award-area-3 .kalpanik-section-title span {
    padding: 0 17px;
  }
}

@media (max-width: 575px) {
  .rd-award-area-3 .kalpanik-section-title span {
    padding: 0;
  }
}

.rd-award-area-3 .kalpanik-section-title span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 72%;
  border: 2px solid var(--primary);
  border-radius: 100px;
  top: 53%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}

@media only screen and (max-width: 1399px) {
  .rd-award-area-3 .kalpanik-section-title span:before {
    border-width: 1px;
  }
}

@media (max-width: 575px) {
  .rd-award-area-3 .kalpanik-section-title span:before {
    display: none;
  }
}

.rd-award-area-3 .rd-award-wrapper-box {
  max-width: 1235px;
  margin-left: auto;
  margin-top: 85px;
}

@media only screen and (max-width: 1919px) {
  .rd-award-area-3 .rd-award-wrapper-box {
    max-width: 1000px;
    margin-top: 55px;
  }
}

@media only screen and (max-width: 1399px) {
  .rd-award-area-3 .rd-award-wrapper-box {
    max-width: 850px;
  }
}

@media only screen and (max-width: 1199px) {
  .rd-award-area-3 .rd-award-wrapper-box {
    max-width: 750px;
    margin-top: 45px;
  }
}

.rd-award-area-3 .rd-award-wrapper {
  border-top: 1px solid var(--border);
}

.rd-award-area-3 .rd-award-box {
  border-bottom: 1px solid var(--border);
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  gap: 20px 50px;
  grid-template-columns: 280px 1fr 100px;
  align-items: center;
  transition: all 0.5s;
}

@media only screen and (max-width: 1919px) {
  .rd-award-area-3 .rd-award-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .rd-award-area-3 .rd-award-box {
    grid-template-columns: 180px 1fr 100px;
  }
}

@media only screen and (max-width: 767px) {
  .rd-award-area-3 .rd-award-box {
    grid-template-columns: 1fr 1fr;
  }
}

.rd-award-area-3 .rd-award-box:hover {
  background-color: #F9F9F9;
}

.dark .rd-award-area-3 .rd-award-box:hover {
  background-color: #171717;
}

@media only screen and (max-width: 767px) {
  .rd-award-area-3 .rd-award-box:hover {
    background-color: transparent;
  }
}

.rd-award-area-3 .rd-award-box:hover .kalpanik-category {
  transform: translateX(30px);
}

@media only screen and (max-width: 767px) {
  .rd-award-area-3 .rd-award-box:hover .kalpanik-category {
    transform: translateX(0px);
  }
}

.rd-award-area-3 .rd-award-box:hover .kalpanik-year {
  transform: translateX(-30px);
}

@media only screen and (max-width: 767px) {
  .rd-award-area-3 .rd-award-box:hover .kalpanik-year {
    transform: translateX(0px);
  }
}

.rd-award-area-3 .rd-award-box .kalpanik-category {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  color: var(--primary);
  transition: all 0.5s;
}

.rd-award-area-3 .rd-award-box .kalpanik-award {
  font-size: 24px;
  font-weight: 400;
  line-height: 18px;
  color: var(--primary);
}

@media only screen and (max-width: 1919px) {
  .rd-award-area-3 .rd-award-box .kalpanik-award {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .rd-award-area-3 .rd-award-box .kalpanik-award {
    order: 3;
    grid-column: span 2;
  }
}

.rd-award-area-3 .rd-award-box .kalpanik-year {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  color: var(--primary);
  transition: all 0.5s;
  text-align: right;
}

/* cta area 5 style  */
.cta-area-5-inner {
  overflow: hidden;
}

.cta-area-5 .kalpanik-section-title {
  font-size: 200px;
  font-weight: 100;
  line-height: 0.85;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: var(--font_tartuffotrial);
}

@media only screen and (max-width: 1919px) {
  .cta-area-5 .kalpanik-section-title {
    font-size: 140px;
  }
}

@media only screen and (max-width: 1399px) {
  .cta-area-5 .kalpanik-section-title {
    font-size: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .cta-area-5 .kalpanik-section-title {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .cta-area-5 .kalpanik-section-title {
    font-size: 60px;
  }
}

@media (max-width: 575px) {
  .cta-area-5 .kalpanik-section-title {
    font-size: 40px;
  }
}

.cta-area-5 .kalpanik-section-title a {
  display: inline-flex;
  align-items: center;
}

.cta-area-5 .kalpanik-section-title .line {
  width: 0.7em;
  height: 0.05em;
  background-color: var(--primary);
  display: inline-block;
  align-self: center;
  margin-left: 0.3em;
  margin-right: 0.2em;
}

.cta-area-5 .kalpanik-section-header {
  margin-top: 45px;
  margin-bottom: 87px;
}

@media only screen and (max-width: 1919px) {
  .cta-area-5 .kalpanik-section-header {
    margin-top: 25px;
    margin-bottom: 67px;
  }
}

@media only screen and (max-width: 1399px) {
  .cta-area-5 .kalpanik-section-header {
    margin-top: 5px;
    margin-bottom: 47px;
  }
}

.cta-area-5 .kalpanik-section-header .kalpanik-title-wrapper {
  animation: 45s t-slide infinite linear;
}

.cta-area-5 .kalpanik-section-header .t-btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.02em;
  padding: 10px 20px;
  display: inline-block;
  background-color: var(--theme);
  color: var(--black);
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -25px 0 0 -65px;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

/* footer area 3 style  */
.rd-footer-area-3 .rd-footer-widget-wrapper-box {
  padding-top: 97px;
  padding-bottom: 94px;
  border-top: 1px solid var(--border);
}

@media only screen and (max-width: 1919px) {
  .rd-footer-area-3 .rd-footer-widget-wrapper-box {
    padding-top: 77px;
    padding-bottom: 74px;
  }
}

@media only screen and (max-width: 1199px) {
  .rd-footer-area-3 .rd-footer-widget-wrapper-box {
    padding-top: 57px;
    padding-bottom: 54px;
  }
}

.rd-footer-area-3 .rd-footer-widget-wrapper {
  display: grid;
  gap: 30px 170px;
  grid-template-columns: 1fr auto auto auto;
  justify-content: space-between;
}

@media only screen and (max-width: 1399px) {
  .rd-footer-area-3 .rd-footer-widget-wrapper {
    gap: 30px 130px;
  }
}

@media only screen and (max-width: 1199px) {
  .rd-footer-area-3 .rd-footer-widget-wrapper {
    gap: 30px 90px;
  }
}

@media only screen and (max-width: 991px) {
  .rd-footer-area-3 .rd-footer-widget-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .rd-footer-area-3 .rd-footer-widget-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .rd-footer-area-3 .rd-footer-widget-wrapper {
    grid-template-columns: 1fr;
  }
}

.rd-footer-area-3 .subscribe-form {
  max-width: 515px;
}

.rd-footer-area-3 .subscribe-form .input-field {
  display: flex;
  gap: 10px;
  background-color: rgba(17, 17, 17, 0.05);
  padding: 28px 30px;
  border-radius: 50px;
}

.dark .rd-footer-area-3 .subscribe-form .input-field {
  background-color: rgba(255, 255, 255, 0.05);
}

@media only screen and (max-width: 1919px) {
  .rd-footer-area-3 .subscribe-form .input-field {
    padding: 22px 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .rd-footer-area-3 .subscribe-form .input-field {
    padding: 18px 30px;
  }
}

.rd-footer-area-3 .subscribe-form .input-field input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 22px;
  line-height: 1;
  color: var(--primary);
}

@media only screen and (max-width: 1199px) {
  .rd-footer-area-3 .subscribe-form .input-field input {
    font-size: 18px;
  }
}

.rd-footer-area-3 .subscribe-form .input-field input::placeholder {
  color: rgba(17, 17, 17, 0.3);
}

.dark .rd-footer-area-3 .subscribe-form .input-field input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.rd-footer-area-3 .subscription-text {
  margin-top: 23px;
}

@media only screen and (max-width: 1199px) {
  .rd-footer-area-3 .subscription-text {
    margin-top: 18px;
  }
}

.rd-footer-area-3 .subscription-text .kalpanik-component-text {
  font-size: 22px;
  line-height: 28px;
  color: var(--primary);
  max-width: 345px;
}

@media only screen and (max-width: 1199px) {
  .rd-footer-area-3 .subscription-text .kalpanik-component-text {
    font-size: 18px;
  }
}

.rd-footer-area-3 .subscription-text .kalpanik-component-text a {
  position: relative;
}

.rd-footer-area-3 .subscription-text .kalpanik-component-text a::before {
  transition: all 0.5s;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: currentColor;
}

.rd-footer-area-3 .subscription-text .kalpanik-component-text a:hover:hover::before {
  width: 0;
}

.rd-footer-area-3 .rd-footer-widget-box .kalpanik-component-title {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 30px;
  color: var(--black-2);
  font-family: var(--font_dmsans);
  font-weight: 400;
}

.dark .rd-footer-area-3 .rd-footer-widget-box .kalpanik-component-title {
  color: #555555;
}

@media only screen and (max-width: 1919px) {
  .rd-footer-area-3 .rd-footer-widget-box .kalpanik-component-title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .rd-footer-area-3 .rd-footer-widget-box.newsletter {
    order: 4;
    grid-column: span 2;
  }
}

@media (max-width: 575px) {
  .rd-footer-area-3 .rd-footer-widget-box.newsletter {
    grid-column: auto;
  }
}

.rd-footer-area-3 .rd-footer-nav-list {
  list-style: none;
}

.rd-footer-area-3 .rd-footer-nav-list:hover li a {
  opacity: 0.3;
}

.rd-footer-area-3 .rd-footer-nav-list li {
  font-size: 22px;
  line-height: 30px;
  color: var(--primary);
  transition-property: opacity;
  transition-duration: 500ms;
}

@media only screen and (max-width: 1199px) {
  .rd-footer-area-3 .rd-footer-nav-list li {
    font-size: 18px;
  }
}

.rd-footer-area-3 .rd-footer-nav-list li a:hover {
  opacity: 1;
}

.rd-footer-area-3 .rd-footer-nav-list li a:hover a strong {
  opacity: 1;
  top: -23px;
}

.rd-footer-area-3 .rd-footer-nav-list li a a strong {
  opacity: 0;
  transition-property: opacity, top;
  transition-duration: 250ms;
}

.rd-footer-area-3 .kalpanik-copyright-area-inner {
  border-top: 1px solid var(--border);
  padding: 47px 0;
}

@media only screen and (max-width: 1919px) {
  .rd-footer-area-3 .kalpanik-copyright-area-inner {
    padding: 37px 0;
  }
}

@media only screen and (max-width: 1399px) {
  .rd-footer-area-3 .kalpanik-copyright-area-inner {
    padding: 27px 0;
  }
}

.rd-footer-area-3 .kalpanik-copyright-text .kalpanik-component-text {
  font-size: 24px;
  line-height: 1;
  color: var(--primary);
  text-align: center;
}

@media only screen and (max-width: 1399px) {
  .rd-footer-area-3 .kalpanik-copyright-text .kalpanik-component-text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .rd-footer-area-3 .kalpanik-copyright-text .kalpanik-component-text {
    font-size: 18px;
  }
}

.rd-footer-area-3 .kalpanik-copyright-text .kalpanik-component-text a {
  color: #536879;
  transition: all 0.3s;
  position: relative;
}

.dark .rd-footer-area-3 .kalpanik-copyright-text .kalpanik-component-text a {
  color: #555555;
}

.rd-footer-area-3 .kalpanik-copyright-text .kalpanik-component-text a::before {
  width: 0;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}

.rd-footer-area-3 .kalpanik-copyright-text .kalpanik-component-text a:hover {
  color: var(--primary);
}

.rd-footer-area-3 .kalpanik-copyright-text .kalpanik-component-text a:hover::before {
  width: 100%;
}

.border-top-bottom {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

/*# sourceMappingURL=style.css.map */




/*----------------------------------------*/
/*  7.2 awards css start
/*----------------------------------------*/
.tp-awards-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.tp-awards-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 0.1fr;
  grid-template-columns: 1fr 1fr 0.1fr;
}

@media (max-width: 574.98px) {
  .tp-awards-item span {
    margin-right: 15px;
  }

  .return-card img {
    height: 150px;
  }
}

.tp-awards-item.borders {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 35px;
  padding-bottom: 35px;
}

.tp-awards-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 574.98px) {
  .tp-awards-left h5 br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .tp-awards-left .tp-section-subtitle {
    margin-bottom: 30px;
  }
}

.tp-awards-2-title {
  font-size: 145px;
}

@media (max-width: 574.98px) {
  .tp-awards-2-title {
    font-size: 88px;
  }

  .kalpanik-header-area__inner {
    width: unset;
  }
}

.tp-awards-2-result {
  margin-left: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .tp-awards-2-result {
    margin-left: 15px;
  }
}

.tp-awards-2-item {
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 574.98px) {
  .tp-awards-2-item {
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }
}

.tp-awards-2-item.borders {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tp-awards-2-item:hover .tp-awards-2-btn {
  background: var(--tp-theme-primary);
  color: var(--tp-common-black);
  border-color: var(--tp-theme-primary);
}

.tp-awards-2-item:hover .tp-awards-2-link {
  color: var(--tp-theme-primary);
}

.tp-awards-2-btn {
  margin-left: auto;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  width: 45px;
  height: 45px;
  display: inline-block;
  color: var(--tp-common-white);
  text-align: center;
  line-height: 40px;
  transition: all 0.4s ease;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .tp-awards-2-para {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .tp-awards-2-para p br {
    display: none;
  }
}

.tp-awards-wd-title {
  font-size: 145px;
}

.tp-awards-wd-border svg {
  width: 100%;
}

.tp-awards-wd-top {
  display: flex;
  justify-content: space-between;
  padding: 0 45px 5px 0px;
}

@media (max-width: 574.98px) {
  .tp-awards-wd-top {
    padding-right: 0;
  }
}

.tp-awards-wd-top span {
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  color: var(--tp-grey-1);
}

.tp-awards-wd-item {
  padding: 25px 45px 25px 0px;
}

@media (max-width: 574.98px) {
  .tp-awards-wd-item {
    padding-right: 0;
  }
}

.tp-awards-wd-item.borders {
  border-bottom: 1px solid var(--tp-border-1);
}

.tp-awards-wd-item span {
  font-weight: 500;
  font-size: 25px;
}

.tp-awards-wd-para {
  margin-left: -40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .tp-awards-wd-para {
    margin-left: 0;
  }

  .tp-awards-wd-para br {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .tp-awards-wd-2-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

.tp-awards-vp-move-thumbs-wrapper {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 1000% !important;
  width: 100vw !important;
  padding-top: 100px;
}

.tp-awards-vp-start-thumbs-caption {
  position: relative;
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.tp-awards-vp-start-thumbs-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-awards-vp-start-thumbs-wrapper {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .tp-awards-vp-start-thumbs-wrapper {
    padding: 0 20px;
  }
}

.tp-awards-vp-start-move-thumb {
  box-sizing: border-box;
  position: relative;
  width: calc(25% - 80px);
  height: calc(25vw - 40px);
  margin: 0 40px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-awards-vp-start-move-thumb {
    width: calc(25% - 60px);
    height: calc(25vw - 30px);
    margin: 0 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-awards-vp-start-move-thumb {
    width: calc(33.33% - 40px);
    height: unset;
    margin: 25px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-awards-vp-start-move-thumb {
    width: calc(50% - 30px);
    height: unset;
    margin: 10px 15px;
  }
}

@media (max-width: 574.98px) {
  .tp-awards-vp-start-move-thumb {
    width: calc(100% - 20px);
    height: unset;
    margin: 5px 10px;
  }
}

.tp-awards-vp-start-move-thumb:nth-of-type(3n + 2) {
  width: calc(15% - 80px);
  height: calc(15vw - 40px);
  margin-top: 50vh;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-awards-vp-start-move-thumb:nth-of-type(3n + 2) {
    width: calc(15% - 60px);
    height: calc(15vw - 30px);
    margin-top: 50vh;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-awards-vp-start-move-thumb:nth-of-type(3n + 2) {
    width: calc(33.33% - 40px);
    height: calc(33.33vw - 40px);
    margin: 25px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-awards-vp-start-move-thumb:nth-of-type(3n + 2) {
    width: calc(50% - 30px);
    height: calc(50vw - 30px);
    margin: 10px 15px;
  }
}

@media (max-width: 574.98px) {
  .tp-awards-vp-start-move-thumb:nth-of-type(3n + 2) {
    width: calc(100% - 20px);
    height: unset;
    margin: 5px 10px;
  }
}

.tp-awards-vp-start-move-thumb:nth-of-type(3n + 3) {
  width: calc(35% - 80px);
  height: calc(35vw - 40px);
  margin-top: 25vh;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-awards-vp-start-move-thumb:nth-of-type(3n + 3) {
    width: calc(35% - 60px);
    height: calc(35vw - 30px);
    margin-top: 25vh;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-awards-vp-start-move-thumb:nth-of-type(3n + 3) {
    width: calc(33.33% - 40px);
    height: calc(33.33vw - 40px);
    margin: 25px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-awards-vp-start-move-thumb:nth-of-type(3n + 3) {
    width: calc(50% - 30px);
    height: calc(50vw - 30px);
    margin: 10px 15px;
  }
}

@media (max-width: 574.98px) {
  .tp-awards-vp-start-move-thumb:nth-of-type(3n + 3) {
    width: calc(100% - 20px);
    height: unset;
    margin: 5px 10px;
  }
}

.tp-awards-vp-start-move-thumb .overlapping-image-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.tp-awards-vp-end-move-thumb {
  box-sizing: border-box;
  position: relative;
  width: calc(33.33% - 80px);
  height: calc(33.33vw - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-awards-vp-end-move-thumb {
    width: calc(33.33% - 60px);
    height: calc(33.33vw - 60px);
    margin: 30px;
  }
}

.tp-awards-vp-end-move-thumb .tp-awards-vp-move-thumb-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  border-radius: 0px;
}

.tp-awards-vp-end-thumbs-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 150vh;
  box-sizing: border-box;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-awards-vp-end-thumbs-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .tp-awards-vp-end-thumbs-wrapper {
    display: none;
  }
}

.tp-awards-vp-section-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.tp-awards-vp-section-image img {
  border-radius: 0px;
  width: 100%;
  object-fit: cover;
  height: 100%;
}


.featured-projects {
  background-color: var(--bg);
  padding: 100px 0;
}


.featured-projects h2 {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.05em;
  font-size: 90px;
  color: var(--white)
}

.featured-projects p {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.23;
  letter-spacing: -0.02em;
  color: var(--white);
}


/* Original class names retained. This file depends on bootstrap.css and the
   project's existing font and colour variables, just like the source section. */
.tp-portfolio-vp-bigtitle {
  font-size: 220px;
  font-weight: 800;
  line-height: 73%;
}

.tp-portfolio-vp-post-thumbnail {
  padding-top: 720px;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
}

.tp-portfolio-vp-post-thumbnail .video-container {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tp-portfolio-vp-post-thumbnail .video-container iframe {
  width: 300%;
  margin-left: -100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  border: none;
  max-width: none;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  background: var(--black);
}

.container-1524 {
  max-width: 1524px;
}

.tp-portfolio-vp-content {
  position: absolute;
  bottom: 32px;
  left: 32px;
  z-index: 3;
}

.featured-projects__heading {
  margin-bottom: 70px;
}
.our_work_button{
  text-align: center;
  margin-top: 50px;
}
.our_work_button .kalpanik-underlined-link{
  color: #fff;

}

.featured-projects__heading {
  text-align: center;
}

.reels-section{
  display: none;
}

.tp-portfolio-vp-title span {
  display: inline-block;
  color: var(--white);
  font-size: 32px;
}

.tp-portfolio-vp-text-top {
  padding-left: 32px;
  padding-right: 42px;
  padding-top: 10px;
  border-radius: 16px 16px 0 0;
  position: relative;

}
.tp-portfolio-vp-title {
background: var(--black);

}


.tp-portfolio-vp-text-middle {
  padding: 0 42px 14px 32px;

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio-vp-post-thumbnail {
    padding-top: 600px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .tp-portfolio-vp-bigtitle {
    font-size: 180px;
  }

  .tp-portfolio-vp-post-thumbnail {
    padding-top: 400px;
    margin-bottom: 30px;
  }

  .tp-portfolio-vp-para br {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-portfolio-vp-bigtitle {
    font-size: 130px;
  }
}

@media (max-width: 574.98px) {
  .tp-portfolio-vp-bigtitle {
    font-size: 80px;
  }

  .tp-portfolio-vp-content {
    bottom: 22px;
    left: 22px;
  }
}

.video-services {
  padding-top: 120px;
}

.video-services__heading {
  margin-bottom: 70px;
}


.tp-service-vp-bigtitle {
  font-size: 110px;
  color: #dadada;
  font-weight: 800;
  line-height: 100%;
  color: var(--black);
}

.tp-service-vp-para {
  color: rgba(17, 17, 18, .8)
}

.tp-service-vp-btn {
  border: 1px solid rgba(17, 17, 18, .1);
  width: 60px;
  height: 60px;
  transition: all .6s ease;
  flex: 0 0 auto
}

.tp-service-vp-item {
  position: relative;
  width: 73%;
  margin: 0 auto;
  padding-left: 33px;
  padding-right: 33px;
  padding-bottom: 44px;
  transition-duration: .3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4, 0, 1, 1);
  border-bottom: 1px solid rgba(17, 17, 18, .1)
}

.tp-service-vp-item:hover {
  border-color: var(--tp-common-black)
}

.tp-service-vp-item:hover .tp-service-vp-btn {
  transform: rotate(360deg);
  background: var(--tp-common-black);
  color: var(--tp-common-white)
}

.tp-service-vp-item .tp-reveal-bg {
  width: 220px;
  height: 220px;
  border-radius: 100%;
  background-color: var(--bg);

}

.tp-service-vp-wrap .row [class*=col]:not(:first-child) .tp-service-vp-item {
  padding-top: 50px
}

.tp-reveal-item.active:hover .tp-reveal-bg {
  opacity: 1
}

.tp-reveal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 156px;
  padding: 20px;

  opacity: 0;
  margin: -150px 0 0 -150px;
  overflow: hidden;
  pointer-events: none;
  z-index: 99;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity .3s, transform .5s cubic-bezier(.215, .61, .355, 1)
}

.tp_text_invert>div {
  background-image: linear-gradient(to right, #fff 50%, #999 50%);
  background-size: 200% 100%;
  background-position: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text
}

.tp_text_invert.invert-black-6>div {
  background-image: linear-gradient(to right, #111112 50%, #dadada 50%)
}

@media only screen and (min-width:1700px) and (max-width:1800px),
only screen and (min-width:1600px) and (max-width:1700px) {
  .tp-service-vp-bigtitle {
    font-size: 600px
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .tp-service-vp-bigtitle {
    font-size: 480px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-service-vp-bigtitle {
    font-size: 440px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-service-vp-bigtitle {
    font-size: 360px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-service-vp-bigtitle {
    font-size: 270px
  }

  .tp-service-vp-item {
    width: 690px
  }

  .tp-service-vp-para br {
    display: none
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .tp-service-vp-bigtitle {
    font-size: 200px
  }

  .tp-service-vp-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 24px
  }

  .tp-service-vp-wrap .row [class*=col]:not(:first-child) .tp-service-vp-item {
    padding-top: 20px
  }

  .tp-service-vp-para br {
    display: none
  }
}

@media(max-width:574.98px) {
  .tp-service-vp-bigtitle {
    font-size: 120px
  }

  .tp-service-vp-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 24px
  }

  .tp-service-vp-wrap .row [class*=col]:not(:first-child) .tp-service-vp-item {
    padding-top: 20px
  }

  .tp-service-vp-para br {
    display: none
  }

  .tp-reveal-bg {
    width: 170px;
    height: 170px
  }
}

/* Shared styling for the primary headings in every content section. */
.kalpanik-unified-section-heading {
  font-family: var(--font_neue_montreal_medium) !important;
  font-size: 90px !important;
  font-weight: 400 !important;
  line-height: 0.94 !important;
  letter-spacing: -0.05em !important;
}

@media (max-width: 1919px) {
  .kalpanik-unified-section-heading {
    font-size: 70px !important;
  }
}

@media (max-width: 1399px) {
  .kalpanik-unified-section-heading {
    font-size: 60px !important;
  }
}

@media (max-width: 1199px) {
  .kalpanik-unified-section-heading {
    font-size: 50px !important;
  }
}

@media (max-width: 991px) {
  .kalpanik-unified-section-heading {
    font-size: 40px !important;
  }
}

@media (max-width: 767px) {
  .kalpanik-unified-section-heading {
    font-size: 35px !important;
  }
}


/* Keep your existing classes */

.tp-awards-vp-section-image {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}

.tp-awards-vp-section-image .item-image {
  width: 100%;
  display: block;
  transition: transform .4s ease;
}

/* Overlay */
.image-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px;

  background: linear-gradient(to top,
      rgba(0, 0, 0, .95),
      rgba(0, 0, 0, .55),
      transparent);

  color: #fff;
  transition: all .4s ease;
}

/* Heading Always Visible */
.image-overlay h5 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  transition: all .35s ease;
}

/* Description Hidden Initially */
.image-overlay p {
  margin-top: 10px;
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  line-height: 1.6;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

  opacity: 0;
  max-height: 0;
  transform: translateY(15px);
  transition: all .35s ease;
}

.tp-service-vp-desc {
  max-width: 767px;
  margin-top: 12px;
}

/* Image Zoom */
.tp-awards-vp-section-image:hover .item-image {
  transform: scale(1.08);
}

/* Increase Heading Size on Hover */
.tp-awards-vp-section-image:hover .image-overlay h5 {
  font-size: 24px;
  margin-bottom: 8px;
}

/* Show Description on Hover */
.tp-awards-vp-section-image:hover .image-overlay p {
  opacity: 1;
  max-height: 80px;
  transform: translateY(0);
}


.brand-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 35px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #000;
  transition: .4s ease;
  cursor: default;
  white-space: nowrap;
  font-family: var(--font_neue_montreal_medium);

}

.brand-text:hover {
  color: var(--secondary);
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}




.video-container {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
  border-radius: 0px;
}

.portfolio-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.video-container:hover .portfolio-video {
  transform: scale(1.05);
}

.video-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .35);
  opacity: 0;
  transition: .3s;
  z-index: 1;
}

.video-container:hover::before {
  opacity: 1;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  text-decoration: none;
  opacity: 0;
  transition: .3s;
  z-index: 2;
}

.video-container:hover .play-btn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

.play-btn:hover {
  background: var(--secondary);
  color: #fff;
}

/* Process CTA */
.kalpanik-process-cta {
    margin: 80px 0;
    background: url("https://asstage.in/kalpanikai/assets/imgs/project/image-s-1.webp") center center / cover no-repeat;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.kalpanik-process-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}
.kalpanik-process-cta__inner .kalpanik-underlined-link {
  color: var(--white);
}

.kalpanik-process-cta__inner .kalpanik-section-title {
  color: var(--white);
  font-family: var(--font_kaylush) !important;
}

.kalpanik-process-cta__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  padding: clamp(1.5rem, 3vw, 2.5rem) 0;
  border-top: 1px solid rgba(229, 228, 226, 0.25);
  border-bottom: 1px solid rgba(229, 228, 226, 0.25);
}



@media(max-width:991px) {
  .video-container {
    height: 450px;
  }
}

@media(max-width:767px) {
  .video-container {
    height: 350px;
  }
}


.return_section {
  padding: 120px 0;
}

.return_section h2 {
  text-align: center !important;
  margin-bottom: 60px;
}

.return-card {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 35px;
}

.return-card h3 {
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.return-card p {
  color: rgba(255, 255, 255, .7);
  font-size: 20px;
  line-height: 1.7;
  margin: 0 0 35px;
}

.return-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 20px;
  margin-top: auto;
}

.return-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}


/*=========================================
    TESTIMONIAL SECTION
=========================================*/

.kalpanik-testimonial-contact-area {
  padding: 120px 0;
  background: #fff;
}

.kalpanik-testimonial-contact-area__heading {
  margin-bottom: 60px;
  text-align: center;
}


.kalpanik-testimonial-contact-area__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: flex-start;
}

/*=========================
    SWIPER
=========================*/

.kalpanik-testimonial-slider {
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
}

.kalpanik-testimonial-slider .swiper-slide {
  display: flex;
  height: auto;
}

/*=========================
    TESTIMONIAL CARD
=========================*/

.kalpanik-testimonial-card {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(85, 85, 85, 0.3);
  border-radius: 0px;
  padding: 45px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kalpanik-testimonial-card h3 {
  font-size: 36px;
  line-height: 40px;
}

.kalpanik-testimonial-card__author {
  border-top: 1px solid rgba(85, 85, 85, 0.3);
  padding-top: 20px;
}

.kalpanik-testimonial-card__name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: var(--black)
}

.kalpanik-testimonial-card__role {
  display: block;
  margin-top: 5px;
  color: var(--secondary)
}

/*=========================
    PAGINATION
=========================*/

.kalpanik-testimonial-slider .swiper-pagination {
  position: relative;
  margin-top: 30px;
}

.kalpanik-testimonial-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #bbb;
  opacity: 1;
}

.kalpanik-testimonial-slider .swiper-pagination-bullet-active {
  background: #000;
}

/*=========================
    CONTACT FORM
=========================*/

.kalpanik-project-form-wrap {
  background: #fff;
  border: 1px solid rgba(85, 85, 85, 0.3);
  border-radius: 0px;
  padding: 40px;
}

.kalpanik-project-form__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 25px;
}

.kalpanik-project-form__field--full {
  grid-column: 1/-1;
}

.kalpanik-project-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
}

.kalpanik-project-form input,
.kalpanik-project-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(85, 85, 85, 0.3);
  border-radius: 0px;
  background: #fff;
  color: #222;
  outline: none;
}

.kalpanik-project-form textarea {
  resize: none;
}



/*=========================
    RESPONSIVE
=========================*/

@media (max-width:991px) {

  .kalpanik-testimonial-contact-area__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .return-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kalpanik-testimonial-card {
    padding: 35px;
    min-height: auto;
  }

  .kalpanik-project-form__fields {
    grid-template-columns: 1fr;
  }

  .kalpanik-project-form__field--full {
    grid-column: auto;
  }
}

@media (max-width:600px) {
  .return-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .kalpanik-testimonial-contact-area__heading {
    margin-bottom: 20px;
  }

  .kalpanik-testimonial-card h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 25px;
  }

  .kalpanik-project-form-wrap {
    padding: 20px;
  }

  .return_section,
  .kalpanik-testimonial-contact-area {
    padding: 60px 0;
  }
}



.reels-slider-section {
  padding: 40px 0 120px;
  overflow: hidden;
}

.reelsSwiper {
  overflow: visible;
}

.reel-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

.reel-card img {
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 9/16;
  object-fit: cover;
  display: block;
  transition: .5s;
}

/* Overlay */

.reel-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .35);
  opacity: 0;
  transition: .4s;
  z-index: 1;
}

/* Play Button */

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.8);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  backdrop-filter: blur(10px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 24px;
  opacity: 0;
  transition: .35s;
  z-index: 2;
}

.play-btn i {
  margin-left: 4px;
}

/* Hover */

.reel-card:hover img {
  transform: scale(1.08);
}

.reel-card:hover::before {
  opacity: 1;
}

.reel-card:hover .play-btn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}


.reelsSwiper {
  overflow: hidden;
}

.reelsSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.reelsSwiper .swiper-slide {
  width: auto;
  /* Required for smooth marquee */
}




.kalpanik-add-shape circle {
  fill: #ffffff;
}

.kalpanik-letter {
  fill: #000000;
  font-size: 24px;
  font-weight: 700;
  font-family: Arial, sans-serif;
}

.kalpanik-blog {
  padding: 180px 0 120px;
}

.blog_title {
  font-weight: 400;
  font-size: 140px;
  line-height: 0.90;
  letter-spacing: -0.02em;
  max-width: 820px;
  color: var(--white);
  text-transform: capitalize;
}

.kalpanik-blog,
.kalpanik-blog-list {
  background: #0A0A0A;
}


/* Blog grid */
.kalpanik-blog-list {
  padding-bottom: 150px;
}


.kalpanik-blog-card {
  margin-bottom: 30px;
}

.kalpanik-blog-card h2 a {
  position: relative;
  display: inline;
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: left 100%;
  transition: background-size .35s ease;
}

.kalpanik-blog-card h2 a:hover {
  background-size: 100% 2px;
}

.kalpanik-blog-card__thumb {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  background: #262626;
}

.kalpanik-blog-card__thumb img {

  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.kalpanik-blog-card:hover .kalpanik-blog-card__thumb img {
  transform: scale(1.1);
}

.kalpanik-blog-card h2 {
  margin: 25px 0 0;
  color: var(--white);
  font-family: var(--font_kaylush);
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
}


.kalpanik-blog-card ul {
  display: flex;
  gap: 5px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: #999;
  font-family: var(--font_dmsans);
  font-size: 14px;
}

.kalpanik-blog-card ul span {
  color: var(--white);
  font-weight: 500;
}

@media (max-width: 1199px) {
  .kalpanik-blog-card h2 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .kalpanik-blog-list {
    padding-bottom: 80px;
  }

  .kalpanik-blog-row {
    margin-bottom: -48px;
  }

  .kalpanik-blog-card {
    margin-bottom: 48px;
  }
}



consulting-showcase__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: visible
}

.consulting-showcase__cards article {
  min-width: 0
}

@media(max-width:991px) {
  .consulting-showcase__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible
  }

  .consulting-showcase__cards article {
    flex-basis: auto
  }
}

@media(max-width:575px) {
  .consulting-showcase__cards {
    grid-template-columns: 1fr
  }

  .consulting-showcase__cards article {
    flex-basis: auto
  }
}

.consulting-showcase {
  margin: 100px 0;
  padding: 100px 0;
  background: var(--bg);
  color: #fff;
  overflow: hidden
}

.consulting-showcase__intro {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  padding-bottom: 55px;
  margin-bottom: 60px;
  border-bottom: 1px solid #242424
}

.consulting-showcase__intro p {
  margin-bottom: 30px;
  font-family: var(--font_neue_montreal);
  color: #fff;
}

.consulting-showcase__intro .kalpanik-underlined-link {
  color: #fff;
}

.consulting-showcase__intro h2 {
  color: #fff;
}

.kalpanik-component-content {
  max-width: 740px;
}

.consulting-showcase__cards {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none
}

.consulting-showcase__cards::-webkit-scrollbar {
  display: none
}

.consulting-showcase__cards article {
  position: relative;
  scroll-snap-align: start;
  min-height: 535px;
  overflow: hidden;
  border-radius: 0px;
  background: #222
}

.consulting-showcase__cards img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  transition: transform .6s ease
}

.consulting-showcase__cards article:hover img {
  transform: scale(1.08)
}

.consulting-showcase__cards article>div {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  padding: 38px 40px;
  background: #fff;
  border-radius: 0px;
  color: #042727
}

.consulting-showcase__cards h3 {
  margin: 0 0 15px;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.01em;
  font-family: var(--font_kaylush);
}

.consulting-showcase__cards p {
  min-height: 52px;
  font-size: 17px;
  font-family: var(--font_neue_montreal);
  line-height: 1.45;
  margin-bottom: 16px;
}

@media(max-width:991px) {
  .consulting-showcase__intro {
    grid-template-columns: 1fr;
    gap: 35px
  }

  .consulting-showcase__cards article {
    flex-basis: 52%
  }
}

@media(max-width:575px) {
  .consulting-showcase {
    padding: 90px 0
  }

  .consulting-showcase__cards article {
    flex-basis: 88%;
    min-height: 450px
  }

  .consulting-showcase__cards article>div {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 25px
  }

  .consulting-showcase__cards h3 {
    font-size: 25px
  }
}

.consulting-showcase__controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: -35px 0 25px
}

.consulting-showcase__controls button {
  width: 48px;
  height: 48px;
  border: 1px solid #555;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  transition: .25s
}

.consulting-showcase__controls button:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}


.consulting-showcase__cards .swiper-wrapper {
  display: flex
}

.consulting-showcase__cards .swiper-slide {
  height: auto;
  flex-shrink: 0
}



.vision-mission-section {
  background: var(--white);
  padding-top: 100px;
}



.vision-mission-section__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px
}

.vision-mission-card {
  position: relative;
  min-height: 480px;
  padding: 42px;
  border-radius: 0px;
  overflow: hidden;
  transition: transform .35s
}

.vision-mission-card:hover {
  transform: translateY(-10px)
}

.vision-mission-card span {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase
}

.vision-mission-section__head {
  margin-bottom: 60px;
}

.vision-mission-card h3 {
  max-width: 560px;
  margin: 65px 0 22px;
  font-size: 58px;
  line-height: 65px;
  letter-spacing: -.01em;
  color: #fff;
}

.vision-mission-card p {
  max-width: 470px;
  color: var(--white);
  font-family: var(--font_neue_montreal) !important;
  letter-spacing: 1px;
}

.vision-mission-card i {
  position: absolute;
  right: 38px;
  bottom: 38px;
  font-size: 24px
}

.vision-mission-card--vision {
  background: var(--secondary);
  color: #fff;
}

.vision-mission-card--mission {
  background: var(--bg);
  color: #fff;
}

.vision-mission-card--mission p {
  color: #aaa
}

@media(max-width:767px) {
  .vision-mission-section {
    padding: 95px 0
  }

  .vision-mission-section__head {
    display: block;
    margin-bottom: 45px
  }

  .vision-mission-section__head h2 {
    margin-top: 25px
  }

  .vision-mission-section__grid {
    grid-template-columns: 1fr
  }

  .vision-mission-card {
    min-height: 390px;
    padding: 28px
  }

  .vision-mission-card i {
    right: 28px;
    bottom: 28px
  }
}



.kalpanik-location-wrapper iframe {
  display: block;
  width: 100%;
  height: 500px;
  border: 0;
  filter: grayscale(1) contrast(1.1);
}

@media (max-width: 767px) {


  .kalpanik-location-wrapper iframe {
    height: 360px;
  }
}

.breadcrumb-wrap {
  padding: 30px 0px;
}

.breadcrumb-wrap ul {
  display: flex;
  gap: 5px;
}

.breadcrumb-list ul li span {
  width: 8px;
  height: 8px;
  display: inline-block;
  color: #fff;
  border-radius: 40px;
  margin: 0 10px;
  background-color: #fff;
}

.mt-135 {
  margin-top: 100px;
}

.pb-45 {
  padding-bottom: 70px;
  border-bottom: 1px solid #eee;

}

.single-blog_title.section-title-2{
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -2px;
}
.single_blog{
 background-color: var(--bg);
 padding-bottom: 80px;
}
.single_blog_img {
  width: 1024px;
  margin: 0 auto;
}

.single_blog_img img {
    object-fit: cover;
    height: 500px;
    width: 100%;
}

.single-blog-inner {
  padding-bottom: 0 !important;
}

.breadcrumb-wrap ul li {
  font-family: var(--font_neue_montreal);
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  list-style: none;
}

.breadcrumb-wrap ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}


.breadcrumb-wrap ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: currentColor;
  /* or use var(--secondary) */
  transition: width 0.35s ease;
}

.breadcrumb-wrap ul li a:hover::after {
  width: 100%;
}


.single-blog-article {
  padding: 100px 0;
  background: #fff;
  color: #000;
}

.single-blog-article__grid {
  display: grid;
  grid-template-columns: 210px minmax(0, 1024px);
  gap: 100px;
  justify-content: center
}

.single-blog-article__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #000;
  font-size: 14px
}

.single-blog-article__meta span:not(:first-child) {
  margin-top: 25px
}

.single-blog-article__meta strong,
.single-blog-article__meta a {
  color: #000;
  font-weight: 400;
  text-decoration: none
}

.single-blog-article__body {
  color: #000;
  font-size: 18px;
  line-height: 1.65
}

.single-blog-article__lead {
  margin-top: 0;
  color: #000;
  font: 400 clamp(30px, 3.3vw, 53px)/1.05 var(--font_kaylush);
  letter-spacing: -.045em
}



.single-blog-article__body figure {
  margin: 40px 0
}

.single-blog-article__body figure img {
  width: 100%;
  border-radius: 20px
}

.single-blog-article__body figcaption {
  margin-top: 12px;
  color: #777;
  font-size: 13px
}

.single-blog-article__body blockquote {
  margin: 60px 0;
  padding: 35px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  color: #e5e4e2;
  font: 400 clamp(30px, 3vw, 48px)/1.05 var(--font_kaylush)
}

@media(max-width:767px) {
  .single-blog-article {
    padding: 85px 0
  }

  .single-blog-article__grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .single-blog-article__meta {
    display: grid;
    grid-template-columns: 1fr 1fr
  }

  .single-blog-article__meta span:not(:first-child) {
    margin-top: 0
  }
}

.single-blog-article__body h1,
.single-blog-article__body h2,
.single-blog-article__body h3,
.single-blog-article__body h4,
.single-blog-article__body h5,
.single-blog-article__body h6 {
  color: #000;
  font-family: var(--font_kaylush);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.035em
}

.single-blog-article__body h1 {
  font-size: 52px
}

.single-blog-article__body h2 {
  margin: 70px 0 20px;
  font-size: 46px
}

.single-blog-article__body h3 {
  margin: 48px 0 16px;
  font-size: 36px
}

.single-blog-article__body h4 {
  margin: 38px 0 14px;
  font-size: 29px
}

.single-blog-article__body h5 {
  margin: 32px 0 12px;
  font-size: 23px
}

.single-blog-article__body h6 {
  margin: 28px 0 10px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* .kalpanik-blog-card {
    padding: 25px;
    border: 1px solid rgb(255 255 255 / 0.1);
    transition: border-color 0.3s ease;
}

.kalpanik-blog-card:hover {
    border-color: #fff;
} */
.blog-short-description {
    font-family: 'NeueMontreal-Regular';
    letter-spacing: 1px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
}

.single-blog-article__body p {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  letter-spacing: 0.5px;
}

.single-blog-article__body a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 4px
}

.single-blog-article__body ul,
.single-blog-article__body ol {
  margin: 0 0 30px 22px;
  padding-left: 20px
}

.single-blog-article__body li {
  padding-left: 8px;
  margin-bottom: 10px
}

.blog-article {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 25px;
  background: #0a0a0a;
  color: #bbb;
  font-size: 18px;
  line-height: 1.7
}

.blog-article p,
.blog-article li {
  color: #fff;
  font-size: 18px;
  line-height: 1.7
}

.blog-feature-image {
  margin: 0 0 50px
}

.blog-feature-image img {
  width: 100%;
  border-radius: 0px
}

.blog-article h2,
.blog-article h3 {
  margin: 45px 0 15px;
  color: #e5e4e2;
  font-family: var(--font_kaylush);
  font-weight: 400
}

.blog-author-box {
  display: flex;
  gap: 22px;
  margin-top: 70px;
  padding: 30px;
  border: 1px solid #303030;
  border-radius: 16px;
  background: #151515
}

.author-icon {
  width: 55px;
  height: 55px;
  flex: 0 0 55px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #bdf000;
  color: #0a0a0a;
  font-size: 21px
}

.blog-author-box h3 {
  margin: 0 0 8px
}

.blog-author-box p {
  margin: 0;
  color: #999
}

@media(max-width:575px) {
  .blog-article {
    padding: 70px 20px
  }

  .blog-author-box {
    padding: 22px;
    gap: 15px
  }
}


.service-brand-story {
  padding: 100px 0 100px;
}

.service-brand-story__grid {
  display: grid;
  grid-template-columns: minmax(0px, 50%) minmax(0, 50%);
  border-top: 1px solid #202020;
}

.service-brand-story__content {
  min-height: 510px;
  padding: 25px 25px 0 0;
  border-right: 1px solid #0a0a0a;
  display: flex;
  flex-direction: column;
}


.service-brand-story__title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 500;
  font-family: var(--font_neue_montreal_medium) !important;
}

.service-brand-story__content .kalpanik-component-content {
  margin-top: 50px;
}

.service-brand-story__text {
  margin: 0 0 44px;
  color: var(--primary);
  font-size: 22px;
  line-height: 1.45;
}

.service-brand-story__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 6px;
  max-width: 425px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-brand-story__tags li {
  border: 1px solid #0a0a0a;
  border-radius: 999px;
  padding: 11px 20px 10px;
  color: #242424;
  font-size: 16px;
  line-height: 1;
}

.service-brand-story__media {
  margin: 50px 0 0 40px;
}

.service-brand-story__media img {
  display: block;
  width: 100%;
  height: 442px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .service-brand-story {
    padding: 85px 0 85px;
  }

  .service-brand-story__grid {
    grid-template-columns: 1fr;
  }

  .service-brand-story__content {
    min-height: auto;
    padding: 42px 0 50px;
    border-right: 0;
  }

  .service-brand-story__content .kalpanik-component-content {
    margin-top: 56px;
  }

  .service-brand-story__media {
    padding: 0;
  }

  .service-brand-story__media img {
    height: min(62vw, 440px);
  }
}

@media (max-width: 575px) {
  .service-brand-story {
    padding-top: 90px;
  }



  .service-brand-story__tags li {
    padding: 10px 15px;
    font-size: 14px;
  }

  .service-brand-story__media img {
    height: 310px;
  }
}

.service-offer {
  padding: 0px 0 100px;
}

.service-offer__heading {
  text-align: center;
  font-family: var(--font_neue_montreal_medium) !important;
  color: var(--primary);
}

.service-offer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 60px;
}

.service-offer__card {
  min-height: 430px;
  padding: 48px 42px 34px;
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  transition: transform .35s ease, background .35s ease;
}
.service-offer__card li i {
    margin-right: 8px;
}

.service-offer__card:hover {
  transform: translateY(-8px);
}


.service-offer__card h3 {
  margin: 0;
  color: var(--primary);
  font-family: var(--font_neue_montreal);
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.08;
}

.service-offer__rule {
  position: relative;
  height: 1px;
  margin: 44px 0 27px;
  background: #dcdcdc;
}

.service-offer__rule::before,
.service-offer__rule::after {
  content: "";
  position: absolute;
  top: -3px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.service-offer__rule::before {
  left: 0;
  border-left: 5px solid #dcdcdc;
}

.service-offer__rule::after {
  right: 0;
  border-right: 5px solid #dcdcdc;
}

.service-offer__card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-offer__card li {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}


@media (max-width: 991px) {
  .service-offer {
    padding-bottom: 95px;
  }

  .service-offer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .service-offer {
    padding: 0 0 75px;
  }

  .service-offer__heading {
    margin-bottom: 34px;
  }

  .service-offer__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .service-offer__card {
    min-height: 360px;
    padding: 35px 27px 28px;
  }

  .service-offer__rule {
    margin: 34px 0 24px;
  }
}



.service-process {
  padding: 100px 0;
  background: #ffffff;
}

.service-process__layout {
  display: grid;
  grid-template-columns: minmax(280px, 38%) minmax(0, 62%);
  gap: 0;
}

.service-process__aside {
  margin-top: 250px;
}

.service-process__eyebrow {
  margin: 0;
  color: var(--primary);
  font-size: 22px;
  font-weight: 500;
  font-family: var(--font_kaylush);
  line-height: 1.05;
}

.service-process__number {
  font-family: var(--font_neue_montreal);
  display: block;
  font-size: 300px;
  font-weight: 400;
  margin-top: 100px;
  line-height: 245px;
  color: var(--primary);
  letter-spacing: -16.5px;
}

.service-process__content {
  padding-left: 50px;
}

.service-process__heading {
  color: var(--primary);
  font-family: var(--font_neue_montreal_medium) !important;
}

.service-brand-story__desc{
  color: var(--primary);
    font-size: 22px;
    font-weight: 400;
    margin-top: 24px;
    line-height: 1.25;
}

.service-process__steps {
  border-top: 1px dashed #a7a7a7;
  margin-top: 40px;
}

.service-process__step {
  display: grid;
  grid-template-columns: 105px minmax(0px, 1fr) minmax(0px, 1.15fr);
  gap: 0;
  padding: 38px 0 42px;
  border-bottom: 1px dashed var(--secondary);
}

.service-process__index,
.service-process__step h3,
.service-process__step p {
  margin: 0;
}

.service-process__index {
  color: var(--primary);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.05;
}

.service-process__step h3 {
  color: var(--primary);
  font-family: var(--font_neue_montreal);
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 0.98;
}

.service-process__step p {
  color: var(--primary);
  font-size: 20px;
  line-height: 1.48;
}

@media (max-width: 991px) {
  .service-process {
    padding: 85px 0;
  }

  .service-process__layout {
    grid-template-columns: 1fr;
  }

  .service-process__aside {
    min-height: auto;
    padding: 0;
    flex-direction: row;
    align-items: flex-end;
  }

  .service-process__number {
    margin-right: 25px;
  }

  .service-process__content {
    padding: 45px 0 0;
  }

  .service-process__heading {
    margin-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .service-process {
    padding: 72px 0;
  }

  .service-process__aside {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-process__number {
    margin: 44px 0 0;
  }

  .service-process__content {
    padding-top: 35px;
  }

  .service-process__heading {
    margin-bottom: 42px;
  }

  .service-process__step {
    grid-template-columns: 75px 1fr;
    gap: 0 8px;
    padding: 28px 0 30px;
  }

  .service-process__step p {
    grid-column: 2;
    margin-top: 18px;
    font-size: 16px;
  }


}

.service-gallery {
  padding: 100px 0;
  background: var(--primary);
}

.service-gallery__header {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  align-items: center;
  margin-bottom: 76px;
}

.service-gallery__heading {
  color: #fff;
}

.service-gallery__intro {
  margin-bottom: 30px;
  font-family: var(--font_neue_montreal);
  color: #fff;
}

.service-gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}

.service-gallery__item {
  position: relative;
  grid-column: span 4;
  max-height: 410px;
  overflow: hidden;
  background: #1c1c1c;
  display: block;
}

.service-gallery__item--large {
  grid-column: span 8;
  max-height: 410px;
}

.service-gallery__item--wide {
  grid-column: span 8;
}

.service-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(.2, .7, .2, 1);
}

.service-gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.7) 100%);
}

.service-gallery__item:hover img {
  transform: scale(1.07);
}

.service-gallery__item span {
  position: absolute;
  z-index: 1;
  right: 25px;
  bottom: 22px;
  left: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.service-gallery__item span i {
  font-size: 14px;
}

@media (max-width: 991px) {
  .service-gallery {
    padding: 85px 0;
  }

  .service-gallery__header {
    grid-template-columns: 1fr 1.5fr;
    margin-bottom: 56px;
  }

  .service-gallery__intro {
    grid-column: 2;
    margin: 0;
  }

  .service-gallery__item,
  .service-gallery__item--large,
  .service-gallery__item--wide {
    grid-column: span 6;
    max-height: 370px;
  }
}

@media (max-width: 575px) {
  .service-gallery {
    padding: 75px 0;
  }

  .service-gallery__header {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 42px;
  }

  .service-gallery__intro {
    grid-column: auto;
    max-width: 310px;
  }

  .service-gallery__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .service-gallery__item,
  .service-gallery__item--large,
  .service-gallery__item--wide {
    grid-column: auto;
    min-height: 320px;
  }
}

.service-faq {
  padding: 100px 0 100px;

}

.service-faq__layout {
  display: grid;
  grid-template-columns: minmax(0px, 48%) minmax(0, 52%);
  gap: 0;
}
.service-faq__answer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.service-faq__answer ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-family: var(--font_neue_montreal);

}

.service-faq__answer ul li i {
    font-size: 12px;
    margin-top: 6px;
    flex-shrink: 0;
}

.service-faq__answer ul li:last-child {
    margin-bottom: 0;
}

.service-faq__answer p:last-child {
    margin-bottom: 0;
}

.service-faq__title {
  padding-top: 1px;
}


.service-faq__heading{
  color: var(--primary);
  font-family: var(--font_neue_montreal_medium)  !important;
  letter-spacing: -3px;
}


.service-faq__heading em {
  font-family: var(--font_neue_montreal_medium_italic)  !important;

}

.service-faq__list {
  border-top: 1px solid #dfdfdf;
}

.service-faq__item {
  border-bottom: 1px solid var(--secondary);
}

.service-faq__question {
  width: 100%;
  padding: 28px 0;
  border: 0;
  background: transparent;
  color: #151515;
  display: grid;
  grid-template-columns: 70px 1fr 28px;
  gap: 0;
  font-family: var(--font_neue_montreal) !important;
  align-items: center;
  text-align: left;
  font-size: 24px;
  line-height: 1.25;
  cursor: pointer;
}

.service-faq__question i {
  justify-self: end;
  font-size: 24px;
  transition: transform 0.3s ease;
}

.service-faq__question[aria-expanded="true"] i {
  transform: rotate(45deg);
}

.service-faq__index {
  font-size: 24px;
}

.service-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;

}

.service-faq__answer p {
  color: var(--primary);
  margin-bottom: 12px;

}

.service-faq__item.is-open .service-faq__answer {
  max-height: max-content;
      margin: 0px 45px 28px 70px;
}

@media (max-width: 991px) {
  .service-faq {
    padding: 100px 0 125px;
  }

  .service-faq__layout {
    grid-template-columns: 1fr;
    gap: 65px;
  }
}

@media (max-width: 575px) {
  .service-faq {
    padding: 75px 0 85px;
  }

  .service-faq__layout {
    gap: 48px;
  }

  .service-faq__label {
    margin-bottom: 37px;
  }

  .service-faq__heading {
    font-size: 68px;
  }

  .service-faq__question {
    grid-template-columns: 48px 1fr 22px;
    padding: 23px 0;
  }


  .service-faq__answer p {
    margin: -2px 20px 23px 48px;
  }
}


.service-workflow {
  padding: 100px 0 100px;
  background-color: #0a0a0a;
  background-image: linear-gradient(rgba(83, 104, 121, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(83, 104, 121, 0.08) 1px, transparent 1px);
  background-size: 12px 12px;
}

.service-workflow__top {
  text-align: center;
  margin-bottom: 50px;
}

.service-workflow__description{
max-width: 70%;
margin: 30px auto 0;
color: #fff;
text-align: center;
}



.service-workflow__heading {

  color: #ffffff;
  font-family: var(--font_neue_montreal_medium);

}

.service-workflow__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.service-workflow__steps::before {
  content: "";
  position: absolute;
  top: 19px;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(83, 104, 121, 0.45);
}

.service-workflow__step {
  position: relative;
  padding-top: 86px;
  text-align: center;
}

.service-workflow__step > span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--secondary, #536879);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 700;
  transform: translateX(-50%);
}

.service-workflow__step h3 {
  margin: 0 0 24px;
  color: #ffffff;
font-size: 34px;
font-family: var(--font_neue_montreal);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.service-workflow__step p {
  max-width: 275px;
  margin: 0 auto;
  color: #fff;
  font-family: var(--font_neue_montreal);

  font-size: 20px;
  line-height: 1.45;
}

.service_cta{
  text-align: center;
  padding-top: 60px;
}

.service_cta  .kalpanik-underlined-link{
color: #fff;
}

.service_cta  .kalpanik-underlined-link:hover{
color: #fff;
}
@media (max-width: 991px) {
  .service-workflow {
    padding: 95px 0;
  }

  .service-workflow__steps {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
  }
}

@media (max-width: 575px) {
  .service-workflow {
    padding: 75px 0;
  }

  .service-workflow__heading {
    margin: 30px 0 55px;
    font-size: 52px;
  }

  .service-workflow__steps {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .service-workflow__steps::before {
    top: 0;
    bottom: 0;
    left: 19px;
    width: 1px;
    height: auto;
  }

  .service-workflow__step {
    min-height: 112px;
    padding: 0 0 0 65px;
    text-align: left;
  }

  .service-workflow__step > span {
    top: 0;
    left: 0;
    transform: none;
  }

  .service-workflow__step h3 {
    margin-bottom: 10px;
  }

  .service-workflow__step p {
    max-width: none;
    margin: 0;
  }

  .service-workflow__cta {
    width: 100%;
    margin-top: 50px;
    padding: 14px 18px;
    gap: 12px;
    justify-content: space-between;
    font-size: 14px;
  }
}
.masonry_grid {
  padding: 0px 0  100px 0;
  background-color: #0a0a0a;
}

.masonry_grid .work-masonry__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 9.5%;
  row-gap: 80px;
}

.masonry_grid .work-masonry__item {
  opacity: 1;
  transform: none;
}

.masonry_grid .work-masonry__item--two {
  margin-top: 135px;
}

.masonry_grid .work-masonry__item--three {
  grid-column: 1 / -1;
}

.masonry_grid .work-masonry__item--four {
  margin-right: 110px;
}

.masonry_grid .work-masonry__image {
  display: block;
  height: 520px;
  margin-bottom: 22px;
  overflow: hidden;
  background-color: #1a1a1a;
}

.masonry_grid .work-masonry__item--two .work-masonry__image {
  height: 420px;
}

.masonry_grid .work-masonry__item--three .work-masonry__image {
  height: 650px;
}

.masonry_grid .work-masonry__item--four .work-masonry__image,
.masonry_grid .work-masonry__item--five .work-masonry__image {
  height: 470px;
}

.masonry_grid .work-masonry__image img {
  width: 100%;
  height: 116%;
  margin-top: -8%;
  object-fit: cover;
  transform: translateY(var(--work-parallax-y, 0)) scale(1.04);
  transition: transform 0.35s ease;
}

.masonry_grid .work-masonry__image:hover img {
  transform: translateY(var(--work-parallax-y, 0)) scale(1.1);
}


.masonry_grid .work-masonry__content .kalpanik-underlined-link{
   margin: 0 0 15px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  font-family: var(--font_neue_montreal);
}
.masonry_grid .work-masonry__content p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.masonry_grid .work-masonry__content p span {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50px;
  padding: 7px 13px;
  color: #c7c7c7;
  font-size: 13px;
  line-height: 1;
}

@media (max-width: 991px) {
  .masonry_grid {
    padding: 100px 0;
  }

  .masonry_grid .work-masonry__item--four {
    margin-right: 55px;
  }

  .masonry_grid .work-masonry__image {
    height: 390px;
  }

  .masonry_grid .work-masonry__item--three .work-masonry__image {
    height: 500px;
  }
}

@media (max-width: 575px) {
  .masonry_grid {
    padding: 75px 0;
  }

  .masonry_grid .work-masonry__grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .masonry_grid .work-masonry__item--two,
  .masonry_grid .work-masonry__item--four {
    margin: 0;
  }

  .masonry_grid .work-masonry__item--three {
    grid-column: auto;
  }

  .masonry_grid .work-masonry__image,
  .masonry_grid .work-masonry__item--two .work-masonry__image,
  .masonry_grid .work-masonry__item--three .work-masonry__image,
  .masonry_grid .work-masonry__item--four .work-masonry__image,
  .masonry_grid .work-masonry__item--five .work-masonry__image {
    height: 360px;
  }

  .masonry_grid .work-masonry__content h2 {
    font-size: 26px;
  }
}

.terms-condition-section{
  padding: 100px 0;
      color: rgb(229, 228, 226);
    background: rgb(10, 10, 10);
}


.blog-share-actions {
   margin-top: 25px;
   display: flex;
   flex-direction: column;
   gap: 15px;
}

.blog-share-actions button {
    height: 42px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid rgba(0, 0, 0, 0.9);
    border-radius: 8px;
    background: transparent;
    color: #000;
    cursor: pointer;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.blog-share-actions p{
  color: #000;
    font-weight: 400;
    text-decoration: none;
    font-size: 12px;
}

.blog-share-actions button:hover {
    background: rgba(0, 0, 0, 1);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.25);
}

.blog-share-actions button:hover p {
    color: #fff;
}
.blog-share-actions i {
    font-size: 14px;
    line-height: 1;
}

.terms-condition-article__body{
  color: #fff !important;
}


.terms-condition-article__body h1, .terms-condition-article__body h2, .terms-condition-article__body h3, .terms-condition-article__body h4, .terms-condition-article__body h5, .terms-condition-article__body h6{
    color: #fff !important;

}

.terms-condition-article__body p{
   color: #fff !important;
}

@media (max-width: 575px) {
    .blog-share-actions {
        gap: 8px;
    }

    .blog-share-actions button {
        padding: 0 12px;
        font-size: 10px;
    }
}

.work_flex .text-wrapper{
display: flex;
gap: 20px;
align-items: center;
margin-top: 30px;
}

.work_badge{
  border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50px;
    padding: 7px 13px;
    color: #c7c7c7;
    font-size: 13px;
    line-height: 1;
}

.single_work_detail .text_about{
  margin-bottom: 20px
  ;
}


.singl_work_video video{
      height: 500px;
    width: 100%;
    object-fit: cover;
    margin: 50px 0;
}


.work-masonry__item video{
   width: 100%;
    object-fit: cover;
    height: 100%;
}


.project-image-grid {
    padding: 100px 0;
    background: #0a0a0a;
}

.project-image-grid__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.project-image-grid__inner img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
}

@media (max-width: 767px) {
    .project-image-grid {
        padding: 60px 0;
    }

    .project-image-grid__inner {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}


/* Video presentation styles for the single work page only. */
.single-work-page .singl_work_video {
    width: 75%;
    margin-left: 0;
    margin-right: auto;
}

.single-work-page .singl_work_video video {
    display: block;
    width: 100%;
    height: 500px;
    margin: 50px 0;
    object-fit: cover;
}

.single-work-page .masonry_grid {
    padding: 0 0 100px;
    background-color: #0a0a0a;
}

.single-work-page .masonry_grid .work-masonry__grid {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.single-work-page .masonry_grid .work-masonry__item {
    width: 75%;
    margin: 0;
    opacity: 1;
    transform: none;


}

.single-work-page .masonry_grid .work-masonry__item--one {
    align-self: flex-end;
}

.single-work-page .masonry_grid .work-masonry__item--two {
    align-self: flex-start;
}

.single-work-page .masonry_grid .work-masonry__image,
.single-work-page .masonry_grid .work-masonry__item--two .work-masonry__image {
    position: relative;
    display: block;
    height: 500px;
    margin: 0;
    overflow: hidden;
    background-color: #1a1a1a;
}

.single-work-page .work-masonry__item video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    border: 1px solid #ffffff29;
}

.single-work-page .single-work-video {
    position: relative;
    overflow: hidden;
    background-color: #1a1a1a;
}

.single-work-page .single-work-video video {
    cursor: pointer;
}

.single-work-page .single-work-video__play {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    z-index: 1;
    min-width: 132px;
    padding: 9px 15px 9px 10px;
    color: #fff;
    font: inherit;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 8px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: pointer;
    transform: translate(-50%, -50%) !important;
    transition: opacity 0.2s ease, visibility 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.single-work-page .single-work-video__play:hover,
.single-work-page .single-work-video__play:focus-visible {
    background: rgba(0, 0, 0, 0.88);
    border-color: #fff;
    transform: translate(-50%, -50%) scale(1.03) !important;
}

.single-work-page .single-work-video__play > span:first-child {
    position: relative;
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    transition: transform 0.2s ease;
}

.single-work-page .single-work-video__play > span:first-child::after {
    position: absolute;
    top: 50%;
    left: 54%;
    width: 0;
    height: 0;
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #111;
    transform: translate(-50%, -50%);
}

.single-work-page .single-work-video__play-text {
    white-space: nowrap;
}

.single-work-page .single-work-video__play.is-playing > span:first-child {
    width: 28px;
    height: 28px;
    margin-left: 0;
    border: 0;
    background: #fff;
}

.single-work-page .single-work-video__play.is-playing > span:first-child::after {
    position: static;
    width: 8px;
    height: 10px;
    border: 0;
    background: linear-gradient(90deg, #111 0 2px, transparent 2px 6px, #111 6px 8px);
}

/* While playing, controls fade away and return when the video is hovered. */
.single-work-page .single-work-video.is-playing .single-work-video__play {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.single-work-page .single-work-video.is-playing.controls-visible .single-work-video__play {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Circular Play/Pause control based on the supplied reference. */
.single-work-page .single-work-video__play {
    z-index: 10;
    display: flex;
    width: 70px;
    min-width: 0;
    height: 70px;
    padding: 0;
    color: #111;
    background: #fff;
    border: 0;
    border-radius: 50%;
    box-shadow: none;
}

.single-work-page .single-work-video__play::before {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    content: '';
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: single-work-control-pulse 1500ms ease-out infinite;
}

.single-work-page .single-work-video__play > span:first-child {
    z-index: 2;
    display: flex;
    width: auto;
    height: auto;
    margin: 0;
    background: transparent;
    border: 0;
}

.single-work-page .single-work-video__play > span:first-child::after {
    display: none;
}

.single-work-page .single-work-video__play.is-playing > span:first-child,
.single-work-page .single-work-video__play.is-playing > span:first-child::after {
    display: flex;
    width: auto;
    height: auto;
    margin: 0;
    background: transparent;
}

.single-work-page .single-work-video__play.is-playing > span:first-child::after {
    content: none;
}

.single-work-page .single-work-video__play > span:first-child i {
    display: block;
    font-size: 17px;
    line-height: 1;
    color: #111;
    transition: transform 200ms ease;
}

.single-work-page .single-work-video__play > span:first-child .fa-play {
    margin-left: 2px;
}

.single-work-page .single-work-video__play-text {
    display: none !important;
}

.single-work-page .single-work-video__play:hover,
.single-work-page .single-work-video__play:focus-visible {
    background: #fff;
    transform: translate(-50%, -50%) scale(1.08) !important;
}

.single-work-page .single-work-video__play:hover::before {
    animation-duration: 1000ms;
}

.single-work-page .single-work-video__play:hover > span:first-child i {
    transform: scale(1.08);
}

.single-work-page .single-work-video__play:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 5px;
}

@keyframes single-work-control-pulse {
    0% { opacity: 0.6; transform: translate(-50%, -50%) scale(1); }
    100% { opacity: 0; transform: translate(-50%, -50%) scale(1.6); }
}

@media (prefers-reduced-motion: reduce) {
    .single-work-page .single-work-video__play {
        transition: none;
    }
}

@media (max-width: 767px) {
    .single-work-page .singl_work_video,
    .single-work-page .masonry_grid .work-masonry__item {
        width: 100%;
    }

    .single-work-page .singl_work_video video,
    .single-work-page .masonry_grid .work-masonry__image,
    .single-work-page .masonry_grid .work-masonry__item--two .work-masonry__image {
        height: 360px;
    }

    .single-work-page .masonry_grid .work-masonry__grid {
        gap: 32px;
    }

    .single-work-page .single-work-video__play,
    .single-work-page .single-work-video__play::before {
        width: 60px;
        height: 60px;
    }
}



/* Original single-work layout, isolated to .single-work-1-page and .single-work-1-content. */
.single-work-1-page .single-work-1-content {
    isolation: isolate;
}

.single-work-1-page .singl_work_video {
    position: relative;
    width: 1024px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}

.single-work-1-page .singl_work_video video {
    display: block;
    width: 100%;
    height: 500px;
    margin: 50px 0;
    object-fit: cover;
    border: 1px solid #ffffff29;
}

.single-work-1-page .masonry_grid {
    padding: 0 0 100px;
    background-color: #0a0a0a;
}

.single-work-1-page .work-masonry__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 9.5%;
    row-gap: 80px;
}

.single-work-1-page .work-masonry__item {
    opacity: 1;
    transform: none;
}

.single-work-1-page .work-masonry__item--two {
    margin-top: 135px;
}

.single-work-1-page .work-masonry__image {
    position: relative;
    display: block;
    height: 520px;
    margin-bottom: 22px;
    overflow: hidden;
    background-color: #1a1a1a;
}

.single-work-1-page .work-masonry__item--two .work-masonry__image {
    height: 420px;
}

.single-work-1-page .work-masonry__item video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

    border: 1px solid #ffffff29;
}

.single-work-1-page .single-work-video {
    position: relative;
    overflow: hidden;
    background: none;
}

.single-work-1-page .single-work-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 132px;
    padding: 9px 15px 9px 10px;
    color: #fff;
    font: inherit;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 8px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease, visibility 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.single-work-1-page .single-work-video__play:hover,
.single-work-1-page .single-work-video__play:focus-visible {
    background: rgba(0, 0, 0, 0.88);
    border-color: #fff;
    transform: translate(-50%, -50%) scale(1.03);
}

.single-work-1-page .single-work-video__play > span:first-child {
    position: relative;
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: #fff;
}

.single-work-1-page .single-work-video__play > span:first-child::after {
    position: absolute;
    top: 50%;
    left: 54%;
    width: 0;
    height: 0;
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #111;
    transform: translate(-50%, -50%);
}

.single-work-1-page .single-work-video__play-text {
    white-space: nowrap;
}

.single-work-1-page .single-work-video__play.is-playing > span:first-child::after {
    position: static;
    width: 8px;
    height: 10px;
    border: 0;
    background: linear-gradient(90deg, #111 0 2px, transparent 2px 6px, #111 6px 8px);
}

.single-work-1-page .single-work-video.is-playing .single-work-video__play {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.single-work-1-page .single-work-video.is-playing.controls-visible .single-work-video__play {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Full-screen video popup used by the single-work-1 page only. */
.single-work-1-page.single-work-1-modal-open {
    overflow: hidden;
}

.single-work-1-page .single-work-1-modal {
    position: fixed;
    z-index: 9999;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.88);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.single-work-1-page .single-work-1-modal.is-open {
    opacity: 1;
    visibility: visible;
    height: 100vh;
}

.single-work-1-page .single-work-1-modal__dialog {
    position: relative;
    width: min(1100px, 100%);
    max-height: calc(100vh - 48px);
    margin: 0;
}

.single-work-1-page .single-work-1-modal__media {
    position: relative;
    width: 100%;
    max-height: calc(100vh - 48px);
    overflow: hidden;
    background: #000;
    aspect-ratio: 16 / 9;
}

.single-work-1-page .single-work-1-modal__media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
    border: 1px solid #fff;
    border-radius: 20px;
}

.single-work-1-page .single-work-1-modal__close {
    position: absolute;
    z-index: 12;
    top: -16px;
    right: -16px;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    color: #111;
    background: #fff;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.single-work-1-page .single-work-1-modal__close:hover,
.single-work-1-page .single-work-1-modal__close:focus-visible {
    background: #e5e4e2;
    transform: scale(1.08);
}

/* Circular Play/Pause control based on the supplied reference. */
.single-work-1-page .single-work-video__play {
    z-index: 10;
    display: flex;
    width: 70px;
    min-width: 0;
    height: 70px;
    padding: 0;
    color: #111;
    background: #fff;
    border: 0;
    border-radius: 50%;
    box-shadow: none;
}

.single-work-1-page .single-work-video__play::before {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    content: '';
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: single-work-1-control-pulse 1500ms ease-out infinite;
}

.single-work-1-page .single-work-video__play > span:first-child {
    z-index: 2;
    display: flex;
    width: auto;
    height: auto;
    margin: 0;
    background: transparent;
    border: 0;
}

.single-work-1-page .single-work-video__play > span:first-child::after {
    display: none;
}

.single-work-1-page .single-work-video__play.is-playing > span:first-child,
.single-work-1-page .single-work-video__play.is-playing > span:first-child::after {
    display: flex;
    width: auto;
    height: auto;
    margin: 0;
    background: transparent;
}

.single-work-1-page .single-work-video__play.is-playing > span:first-child::after {
    content: none;
}

.single-work-1-page .single-work-video__play > span:first-child i {
    display: block;
    font-size: 17px;
    line-height: 1;
    color: #111;
    transition: transform 200ms ease;
}

.single-work-1-page .single-work-video__play > span:first-child .fa-play {
    margin-left: 2px;
}

.single-work-1-page .single-work-video__play-text {
    display: none !important;
}

.single-work-1-page .single-work-video__play:hover,
.single-work-1-page .single-work-video__play:focus-visible {
    background: #fff;
    transform: translate(-50%, -50%) scale(1.08);
}

.single-work-1-page .single-work-video__play:hover::before {
    animation-duration: 1000ms;
}

.single-work-1-page .single-work-video__play:hover > span:first-child i {
    transform: scale(1.08);
}

.single-work-1-page .single-work-video__play:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 5px;
}

@keyframes single-work-1-control-pulse {
    0% { opacity: 0.6; transform: translate(-50%, -50%) scale(1); }
    100% { opacity: 0; transform: translate(-50%, -50%) scale(1.6); }
}

@media (max-width: 767px) {
    .single-work-1-page .singl_work_video {
        max-width: 100%;
    }

    .single-work-1-page .singl_work_video video,
    .single-work-1-page .work-masonry__image,
    .single-work-1-page .work-masonry__item--two .work-masonry__image {
        height: 360px;
    }

    .single-work-1-page .work-masonry__grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .single-work-1-page .work-masonry__item--two {
        margin-top: 0;
    }

    .single-work-1-page .single-work-video__play,
    .single-work-1-page .single-work-video__play::before {
        width: 60px;
        height: 60px;
    }

    .single-work-1-page .single-work-1-modal {
        padding: 16px;
    }

    .single-work-1-page .single-work-1-modal__dialog,
    .single-work-1-page .single-work-1-modal__media {
        max-height: calc(100vh - 32px);
    }

    .single-work-1-page .single-work-1-modal__close {
        top: -12px;
        right: -6px;
    }
}
