
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* .btn_primary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #3f2fee;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  display: flex
;
  position: relative;
  overflow: hidden;
} */
/* .award_heading_wrapper {
  display: flex
  ;
      align-items: center;
      justify-content: space-between;
      flex-direction: column;
      width: 100%;
      margin: 0px;
      padding: 0px;

} */
body {
  margin: 0;
  padding: 0;
  /* clip instead of hidden — prevents horizontal scroll WITHOUT creating an
     overflow context, so position:sticky works correctly on all browsers */
  overflow-x: clip;
  touch-action: auto;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}
html {
  margin: 0;
  padding: 0;
  overflow-x: clip;
  touch-action: auto;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}
html {
  font-family: sans-serif;
  --scrollbarBG: white;
  --thumbBG: #315394;
}

body::-webkit-scrollbar {
  width: 12px;
}

/* i {
  font-family: 'Font Awesome 6 Free' !important;
} */

body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.text {

  letter-spacing: -0.01em;
  line-height: 120%;
  margin: 0;

  width: 100%;
  color: rgb(182, 182, 182, 0.2);
  background: linear-gradient(to right,#000000 )no-repeat;
  -webkit-background-clip: text;
  /* background: linear-gradient(to right,#000000 )no-repeat;
  -webkit-background-clip: text; */
  background-clip: text;
  background-size: 0%;
  transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s;

  /* border-bottom: 1px solid #2F2B28; */

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.hero-area {
  opacity: 1;
  padding-top: 8rem!important;
}
a{
  text-decoration: none!important;
}
.service_card {
  min-height: 50vh;
}
.container {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  padding-left: auto;
  padding-right: 2.5rem;
  display: flex;
}

.is_white {
  background-color: black;
  color: black;
}
.is_yellow2 {
  background-color: yellow;
  color: white;
}
.is_red {
  background-color: red;
  color: white;
}
.is_blue {
  background-color: blue;
  color: white;
}

/* Cursor Animation */

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cursor_circle {
  width: 80px;
  height: 80px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(0px);
  border: none;
  box-shadow: none;
  transform: scale(0);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.cursor_circle.zoom-out {
  transform: scale(1.8);
  opacity: 0.3;
}

.cursor_circle.is_large {
  width: 150px;
  height: 150px;
  background:#ebfe5b;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transform: scale(1.3);
  opacity: 1;
}

.cursor_text {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s ease;
}

.cursor_circle.is_large .cursor_text {
  font-size: 14px;
  opacity: 1;
}
.showreel-lightbox,
.tes_right-icon,
.case_thumbnail-wrap,
.services-right-arrow,
.team_right-arrow,
.location_work_img {
  cursor: pointer;
}




/* ideas */
.case-studie_wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  /* margin: 3rem; */
}
.container.is_case {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
}
.case_studie_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.case_title {
  padding-top: .75rem;
  padding-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
}
.case_tags {
  color: #3a3a3a;
  font-size: 1.0625rem;
}
.case_link {
  width: 100%;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.text-animation{
  padding-top: 3.75rem;
  padding-bottom: 2.75rem;
}
.case_thumbnail-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 26.375rem;
  display: flex
;
  overflow: hidden;
}
.case_link {
  width: 100%;
}

@media (max-width: 768px) {
    .case_studie_img {
      object-fit: contain !important;
    }
    .case_link > .case_thumbnail-wrap {
      height: auto !important;
    }
}

/* ideas */


/* overlapp */

/* overlapp */
