/*
font-family: "Inter", sans-serif;
font-family: "Space Grotesk", sans-serif;
font-family: "Lexend", sans-serif;
font-family: "Covered By Your Grace", cursive;
*/
/** ES++ **/
body {
  font-family: "Lexend", sans-serif;
  font-style: normal;
  line-height: 1.5;
  position: relative;
}
html,
body {
  width: 100%;
  min-height: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}

h1,h2,h3,h4 {
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.2;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1280px;
  }
}

:root {

  --font-inter: "Inter", sans-serif;
  --font-space-grotesk: "Space Grotesk", sans-serif;
  --font-lexend: "Lexend", sans-serif;
  --font-outfit: "Outfit", serif;
  --font-covered-by-your-grace: "Covered By Your Grace", cursive;

  --color-green: #A2F46F;
  --color-oragne: #FFB084;
  --color-yellow: #FBFF35;
  --color-white: #ffffff;
  --color-black: #000000;
  
  --color-2C2C2C: #2C2C2C;
  --color-1E1E1E: #1E1E1E;
  --color-838383: #838383;
  --color-363636: #363636;
  --color-8E8E8E: #8E8E8E;
  --color-CDCDCD: #CDCDCD;
  --color-6FA34F: #6FA34F;
  --color-FBFCBD: #FBFCBD;
}

.bg-color-orange {
  background-color: var(--color-oragne);
}
.bg-color-green {
  background-color: var(--color-green);
}
.bg-color-yellow {
  background-color: var(--color-yellow);
}
.bg-color-black {
  background-color: var(--color-black);
}
.bg-color-FBFCBD {
  background-color: var(--color-FBFCBD);
}
.bg-color-white {
  background-color: var(--color-white);
}

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



/** Header Code **/
.header {
	padding-top: 15px;
	padding-bottom: 15px;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000000;
  background-color: var(--color-white);
}
.header.inverted {
  background-color: var(--color-white);
}
.header-row {
  justify-content: space-between;
  position: relative;
}
.logo img {
  max-width: 72px;
  display: block;
}

.header-nav .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.header-nav .navbar-nav {
  gap: 20px;
}
.header-nav .navbar-nav > li {
	position: relative;
  flex: 0 0 auto;
}
.header-nav .navbar-nav > li > a {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  color: var(--color-black);
  padding: 10px;
  border: none;
  
	position: relative;
	display: block;
  text-align: center;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.header-nav .navbar-nav li > a:hover,
.header-nav .navbar-nav li.current-menu-item > a {
  color: var(--color-green);
}


@media(min-width: 992px){
  
  .header-content {
    position: relative;
  }
  .menu-toggle {
    display: none;
  }
  .header-nav .navbar-nav > li:first-child {
    margin-left: 0;
	}
	.header-nav .navbar-nav > li {
		margin-left: 1px;
	}
  .header-nav .navbar-nav {
    flex-direction: row;
    overflow: hidden;
  }
	/*.sub-menu {
		display: none;
	}*/
	.sub-menu li > .sub-menu {
		top: 0;
		left: 100%;
		margin-left: -0.5em;
	}
	.sub-menu li > .sub-menu:before {
		border-bottom: 0.5em solid transparent;
		border-right: 0.5em solid #ffffff;
		border-left: 0;
		border-top: 0.5em solid transparent;
		left: -2em;
		top: 1em;
	}
}


.btn.btn-default {

  font-family: var(--font-inter);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.75;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

  min-width: 230px;
  min-height: 80px;


  display: inline-flex;
  align-items: center;
  justify-content: center;

  background-color: var(--color-black);
  color: var(--color-white);

  padding: 15px 30px;
  border-radius: 65px;
}

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

/** **/
.hero-layout {
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}
.scroll-text {
  position: absolute;
}
.hero-text {
  font-family: var(--font-lexend);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}


/** **/
.choosus-layout {
  padding-top: 100px;
  padding-bottom: 200px;
  background-color: var(--color-yellow);
}
.layout-title {
  font-family: var(--font-space-grotesk);
  font-size: 54px;
  font-weight: 700;
  line-height: 1.0625;
  letter-spacing: -3px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.layout-title-1 {
  font-family: var(--font-space-grotesk);
  font-size: 56px;
  font-weight: 700;
  line-height: 1.0625;
  letter-spacing: -2px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.layout-sub-title {
  font-family: var(--font-covered-by-your-grace);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -2px;
  color: var(--color-black);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.layout-text {
  font-family: var(--font-lexend);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  color: var(--color-black);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.choosus-converter {
  margin-top: -200px;
}
.choosus-converter.choosus-converter-black {
  margin-top: -150px;
}

.choosus-converter img {
  -webkit-animation: circleRotation 5s linear infinite;
  animation: circleRotation 5s linear infinite;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: relative;
  -webkit-transform-origin: center;
  transform-origin: center;
  z-index: 0;
}
@keyframes circleRotation {
  0%{
      transform: rotate(0deg) ;
  }
  
  100%{
      transform: rotate(360deg) ;
  }
}

.choosus-box {
  min-height: 375px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.choosus-thumb {
  margin-bottom: 2em;
  height: 150px;
}
.choosus-thumb img {
  transition: all 0.2s ease-in-out;
}
.choosus-box:hover .choosus-thumb img {
  transform: scale(1.2);
}
.choosus-title {
  font-family: var(--font-space-grotesk);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: var(--color-black);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  
  margin-bottom: .5em;
}
.choosus-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
  color: var(--color-black);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}

/** footer **/
.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--color-black);
}

.footer-text {
  font-family: var(--font-lexend);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--color-white);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.list-social-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -3px;
}
.list-social-menu > li {
  flex: 0 0 auto;
  margin-right: 20px;
}
.list-social-menu > li a{
  width: 25px;
  height: 25px;
}

.footer-title {
  font-family: var(--font-lexend);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-white);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.footer-menu > li {
  display: block;
  position: relative;
  margin-bottom: 15px;

  font-family: var(--font-lexend);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33;
  color: var(--color-white);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.footer-menu > li > a {
  text-decoration: none;
}
.footer-menu > li > a:hover {
  color: var(--color-yellow);
}


/** **/
.footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: var(--color-black);
  border-top: 1px solid #FFFFFF4D;
}
.copy-right {
  font-family: var(--font-inter);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
  text-align: center;
  color: var(--color-white);
  opacity: 0.40;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}


/** **/
.business-layout {
  padding-top: 100px;
  background-color: var(--color-oragne);
  overflow: hidden;
}
.business-email-title {
  font-family: var(--font-space-grotesk);
  font-size: 64px;
  font-weight: 700;
  line-height: 1.0625;
  letter-spacing: -3px;
  color: var(--color-2C2C2C);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}
.business-email-title span {
  color: var(--color-white);
}


.business-email-control {
  display: flex;
  align-items: center;
}
.business-email-control input.form-control {

  font-family: var(--font-lexend);
  font-size: 24px;
  font-weight: 300;
  line-height: 2.41;
  color: var(--color-1E1E1E);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

  border: none;
  max-width: 445px;
  height: 80px;
  box-shadow: none;
  padding: 0px 50px 0px 50px;
  border-radius: 65px;
}

/** **/
.hiw-layout {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--color-white);
}

.hiw-box {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}
.hiw-subtitle {
  font-family: var(--font-covered-by-your-grace);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.20000000298023224px;
  text-align: center;
  color: var(--color-black);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.hiw-title {
  font-family: var(--font-space-grotesk);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -2px;
  text-align: center;
  color: var(--color-black);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.hiw-thumb {
  width: 295px;
  height: 295px;
  margin-left: auto;
  margin-right: auto;
  border: 6px solid #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-item .hiw-thumb img{
  display: inline-block;
  width: auto;
  max-width: 100px;
}
.hiw-text {
  font-family: var(--font-lexend);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
  color: var(--color-black);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

/** **/
.trendsetters-layout {
	background-color: var(--color-green);
	padding-bottom: 100px;
	position: relative;
}
.trendsetters-slider {
  padding-top: 30px;
  padding-bottom: 30px;
}
.trendsetters-box {
  max-width: 496px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 27px;
  border: 5px solid #000000;
  overflow: hidden;
  background-color: var(--color-white);
}
.trendsetters-thumb {
  height: 280px;
}
.trendsetters-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trendsetters-content {
  padding: 24px;
  min-height: 350px;
}
.trendsetters-title {
  font-family: var(--font-lexend);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2px;
  color: var(--color-black);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.trendsetters-text {
  font-family: var(--font-lexend);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  color: var(--color-838383);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.trendsetters-user {
  border-top: 3px dashed #C2C2C2;
  padding: 18px 24px 24px;
}
.trendsetters-user-thumb {
  width: 66px;
  height: 66px;
  border-radius: 66px;
  overflow: hidden;
}
.trendsetters-user-content {
  margin-left: 15px;
}
.trendsetters-user-title {
  font-family: var(--font-outfit);
  font-size: 18px;
  font-weight: 400;
  color: var(--color-363636);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.trendsetters-user-text {
  font-family: var(--font-outfit);
  font-size: 18px;
  font-weight: 400;
  color: var(--color-8E8E8E);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.trendsetters-layout .btn-default {
  min-width: 320px;
}


/** **/
.storylist-li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}
.storylist-li h3 {
  font-family: var(--font-space-grotesk);
  /* font-size: 64px;*/
	font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -3px;
  color: var(--color-2C2C2C);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.storylist-li p {
  font-family: var(--font-lexend);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.20000000298023224px;
  color: var(--color-black);
  margin-bottom: 0;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

/** **/
.ourstory-layout {
  background-color: var(--color-green);
}
.ourstory-box {
  /*background-image: url('../images/ourstory-bg.png');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;*/

  margin-top: -100px;

  padding: 50px 50px 50px;

  max-width: 593px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: var(--color-white);

  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: var(--color-black);
  border-radius: 0 40px 0 0;
}
.ourstory-box::after {
  content: '';
  background-image: url('../images/ourstory-bg-top.png');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;

  position: absolute;
  width: 108px;
  height: 146px;
  bottom: calc(100% - 1px);
  left: -8px;
  z-index: 100;
}
.ourstory-inboxtype {
  background-color: var(--color-green);
  padding: 50px;
  border-radius: 23px;
  min-height: 450px;
}
.ourstory-title {
  font-family: var(--font-space-grotesk);
  font-size: 56px;
  font-weight: 700;
  line-height: 1.21;
  letter-spacing: -3px;
  color: var(--color-2C2C2C);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.ourstory-text {
  font-family: var(--font-lexend);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  color: var(--color-black);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.storylist-ul {
  padding-top: 30px;
  padding-bottom: 50px;
}



/** **/
.client-layout {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: var(--color-black);
  position: relative;
}

.client-carousel-title {
  font-family: var(--font-space-grotesk);
  font-size: 56px;
  font-weight: 700;
  line-height: 1.21;
  letter-spacing: -3px;
  color: var(--color-white);
  text-align: center;
  padding-left: 75px;
  padding-right: 75px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.client-carousel .owl-item {
  position: relative;
}
.client-carousel .owl-item::after {
  content: '';
  width: 50px;
  height: 50px;
  display: block;
  background-image: url('../icons/shine.svg');
  background-repeat: no-repeat;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}

/** **/
.ouroffer-layout {
  padding-top: 100px;
  padding-bottom: 100px;
}
.color-orange {
  color: var(--color-oragne);
}


.ouroffer-nav .nav-item .nav-link {
  font-family: var(--font-space-grotesk);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -2px;
  color: var(--color-CDCDCD);
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  background-image: none;
	border-radius: none;
	border: none;
	box-shadow: none;
  border-bottom: 2px solid transparent;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.ouroffer-nav .nav-item .nav-link:hover,
.ouroffer-nav .nav-item .nav-link.active {
  color: var(--color-black);
  padding-left: 50px;
  border-bottom: 2px solid var(--color-black);
}
.ouroffer-nav .nav-item .nav-link::before {
  content: '';
  display: none;
  width: 31px;
  height: 18px;
  background-image: url('../icons/Vector-26.svg');
  background-repeat: no-repeat;
  background-position: center;

  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ouroffer-nav .nav-item .nav-link.active::before {
  display: block;
}


/** **/
.ouroffer-text {
  font-family: var(--font-lexend);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  color: var(--color-black);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.ouroffer-animbox-button .btn {
  border: 6px solid var(--color-black);
  background-color: var(--color-white);
  color: var(--color-black);

  min-width: 488px;

  font-family: var(--font-space-grotesk);
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -2px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  position: relative;
}
.ouroffer-animbox-button .btn span {
  margin-left: 1em;
}

/** **/
.bigidea-layout {
  padding-top: 100px;
  padding-bottom: 142px;
}
.big-idea {
  padding: 36px 80px 36px 80px;
  border-radius: 112px;

  border: 12px solid var(--color-black);
  box-shadow: 0px 21px 0px 0px var(--color-oragne), 0px 42px 0px 0px var(--color-green);
  background-color: var(--color-white);
}
.big-idea-left-text {
  font-family: var(--font-lexend);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -2px;
  color: var(--color-black);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-left: 1em;
  max-width: 635px;
}
.big-idea-left-text span {
  color: var(--color-oragne);
}
.big-idea-left-button .btn {
  font-family: var(--font-lexend);
  font-size: 24px;
  font-weight: 600;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

  border: 2px solid var(--color-black);
  background-color: var(--color-white);
  color: var(--color-black);
}


/** **/
.trusted-layout {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/Frame-13259.png');
  background-position: top left;
  overflow: hidden;
}

/*** **/
.company-layout {
  padding-top: 50px;
  padding-bottom: 50px;
	position: relative;
}
.owl-carousel .owl-item .company-logo img {
  width: auto;
  margin: auto;
}

/** **/
.trusted-layout-hero {
  max-width: 510px;
}

.trusted-box {
  width: 496px;
  border-radius: 27px;
  border: 5px solid var(--color-black);
  padding: 20px;
}
/** **/
.drag-box{
	cursor:move;
}
.trusted-box.bg-color-orange {
  z-index:1;
  margin-top: -16em;
	transform: rotate(7.78deg);
}
.trusted-box.bg-color-green {
  z-index:2;
  margin-top: -22em;
	transform:rotate(0.05deg);
  left: -2em;
}
.trusted-box.bg-color-yellow {
  z-index:3;
	transform:rotate(-8.81deg);
  margin-top: -22em;
  left: -7em;
}
.trusted-box:hover{
	transform:rotate(0deg)
}
.trusted-user-header {
  padding-bottom: 30px;
  margin-bottom: 15px;
  border-bottom: 2px solid var(--color-black);
}
.trusted-user-body {
  padding: 15px;
}
.trusted-user {
  border-top: 3px dashed #C2C2C2;
  padding: 18px 24px 24px;
}
.trusted-user-thumb {
  width: 97px;
  height: 97px;
  border-radius: 97px;
  overflow: hidden;
  flex: 0 0 auto;
}
.trusted-user-content {
  margin-left: 15px;
}
.trusted-user-title {
  font-family: var(--font-space-grotesk);
  font-size: 40px;
  font-weight: 500;
  color: var(--color-black);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.trusted-user-text {
  font-family: var(--font-lexend);
  font-size: 32px;
  font-weight: 300;
  color: var(--color-black);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.trusted-user-body-text {
  font-family: Lexend;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  color: var(--color-black);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}


/** **/
.project-layout {
  place-content: center;
  align-items: center;

  height: min-content;
  overflow: visible;
  position: relative;
}
.project-pl {
  padding-top: 80px;
  padding-bottom: 80px;

  place-content: center;
  height: min-content;
  overflow: hidden;
  position: sticky;
  will-change: transform;
}
.pl-1 {
  top: 4em;
  z-index: 1;
}
.pl-2 {
  top: 13em;
  z-index: 1;
}
.pl-3 {
  top: 22em;
  z-index: 2;
}
.pl-4 {
  top: 200px;
  z-index: 3;
}
.project-layout-subtitle {
  font-family: var(--font-covered-by-your-grace);
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.20000000298023224px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.project-layout-title {
  font-family: var(--font-space-grotesk);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -2px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.project-layout-text {
  font-family: var(--font-lexend);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.project-layout-image img {
  border-radius: 200px;
}


/** **/
.featproj-role-box {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  display: flex;
  max-width: 150px;
  width: 100%;
  height: 105px;
  position: relative;
  margin-left: auto;
  margin-right: 12em;
  transform: translateY(-2em) rotate(-60deg);
  z-index: 2;
}
.featproj-role-left,
.featproj-role-right {
  width: 110px;
  height: 110px;
  border: 6px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 110px;
  position: absolute;
  flex: 0 0 auto;
  top: -5px;

  -webkit-animation: circleRotation1 5s linear infinite;
  animation: circleRotation1 5s linear infinite;
 
}
.featproj-role-left {
  box-shadow: 0px 7px 13.7px 0px #00000040;
  left: -55px;
}
.featproj-role-right {
  right: -55px;
}

@keyframes circleRotation1 {
  0%{
      transform: rotate(0deg) ;
  }
  
  100%{
      transform: rotate(360deg) ;
  }
}

/** **/
.free-proposal-thumb {
  position: relative;
  display: inline-block;
}
.fpt-group {
  position: absolute;
}
.fpt-group {
  width: 25%;
  height: 25%;
}
.fpt-group img {
  width: 100%;
  height: 100%;
}
.fpt-group-7 {
  right: 0%;
  top: -5%;
}
.fpt-group-8 {
  right: 8%;
  top: 5%;
}
.fpt-group-9 {
  right: -5%;
  top: 35%;
}

/** CURSOR STYLES **/


body * {
  cursor: none;
}
.custom-cursor {
    position: absolute;
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: -10px;
    margin-top: -10px;
    pointer-events: none;
    z-index: 10000;
    transition-property: width, height, background, border, margin-left, margin-top, border-radius, background-size, transform, rotate, translate, clip-path;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    border: 0px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    mix-blend-mode: difference;
}

.custom-cursor .ball {
    position: absolute;
    width: 0px;
    height: 0px;
    background: black;
    border-radius: 100%;
    transition: all .3s ease;
}

.story-cursor {
    width: 100px;
    height: 100px;
    background-image: url('../icons/Frame-10.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    mix-blend-mode: normal;

    transition-property: width, height, background, margin-left, margin-top, border, transform, rotate, translate;
    transition-duration: 0.3s;
    transition-timing-function: ease;

  
    /*height:60px;
    width:60px;
    transform: translate(-50%,-50%) rotate(45deg);
    border-radius: 160px 0;
    transition-property: width, height, background, margin-left, margin-top, border, transform, rotate, translate;
    transition-duration: 0.3s;
    transition-timing-function: ease;*/
}

.project-cursor {

  width: 175px;
  height: 175px;
  border-radius: 50%;
  border: 8px solid var(--color-black);

  background-image: url('../icons/Frame.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 33.33% auto;
  background-color: var(--color-white);
  mix-blend-mode: normal;

  transition-property: width, height, background, margin-left, margin-top, border, transform, rotate, translate;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.trendsetters-cursor {

    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 8px solid var(--color-black);

    background-image: url('../icons/Frame.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 33.33% auto;
    background-color: var(--color-yellow);
    mix-blend-mode: normal;

    transition-property: width, height, background, margin-left, margin-top, border, transform, rotate, translate;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    
    /*width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    background: rgba(255, 255, 255, 0.15);*/
}


.trusted-box {
  transition-property: width, height, background, margin-left, margin-top, border, transform, rotate, translate;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.trusted-cursor {

  width: 175px;
  height: 175px;
  border-radius: 50%;
  border: 8px solid var(--color-black);

  background-image: url('../icons/Frame.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 33.33% auto;
  background-color: var(--color-white);
  mix-blend-mode: normal;

  transition-property: width, height, background, margin-left, margin-top, border, transform, rotate, translate;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

/** **/
.word-capsol-box {
  position: relative;
}
.word-capsol-row {
  position: absolute;
  bottom: 0;
}
.word-capsol {
  min-height: 70px;
  padding: 22px 40px 22px 40px;
  gap: 10px;
  border-radius: 68px;
  display: inline-block;
  position: relative;

  font-family: var(--font-lexend);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.20000000298023224px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

  transition-property: width, height, background, margin-left, margin-top, border, transform, rotate, translate;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.word-capsol-row {
  display: flex;
  flex-wrap: wrap;
}
.word-capsol:hover {
  transform: rotate(0deg);
}
.word-capsol-1 {
  transform: rotate(-6.29deg);
  left: 3%;
  top: 1%;
}
.word-capsol-2 {
  transform: rotate(5.44deg);
  left: -2%;
  top: 1%;
}
.word-capsol-3 {
  transform: rotate(6.72deg);
  left: 2%;
}
.word-capsol-4 {
  transform: rotate(-4.59deg);
  left: -2%;
}

/** sevices **/
.services-hero-layout {
  padding-top: 100px;
  padding-bottom: 100px;
}
.services-hero-text {
  font-family: var(--font-lexend);
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.services-breadcrumb {
  font-family: var(--font-lexend);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

/** **/
.company-layout-border {
  border-width: 5px 0px;
  border-style: solid;
  border-color: var(--color-black);
}

/** **/
.bigidea-layout-topcut .big-idea{
  margin-top: -200px;
  box-shadow: 0px 21px 0px 0px var(--color-oragne), 0px 42px 0px 0px var(--color-yellow);
}

.se-what-offer-layout {
  padding-bottom: 100px;
}

.se-what-offer-box {
  min-height: 320px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.se-what-offer-thumb {
  margin-bottom: 2em;
  height: 150px;
}
.se-what-offer-thumb img {
  transition: all 0.2s ease-in-out;
}
.se-what-offer-box:hover .se-what-offer-thumb img {
  transform: scale(1.2);
}
.se-what-offer-title {
  font-family: var(--font-space-grotesk);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: var(--color-black);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  
  margin-bottom: .5em;
}


/** **/
.campaign-layout {
  padding-top: 100px;
}

.campaign-thumb-01,
.campaign-thumb-02 {
  position: absolute;
}
.campaign-thumb-01 {
  top: -25%;
  left: -15%;
  width: 52.84%;
}
.campaign-thumb-02 {
  top: -25%;
  right: -7%;
  width: 37.78%;
}

/** **/
.fpl-top {
  padding-top: 100px;
}


.trusted-box.tb-orange {
  background-color: var(--color-oragne);
}
.trusted-box.tb-green {
  background-color: var(--color-green);
}
.trusted-box.tb-yellow {
  background-color: var(--color-yellow);
}

.sertrusted .trusted-box {
  margin-bottom: 2em;
}

.ser-trusted {
  overflow: visible;
}

.trusted-sticky {
  position: sticky;
  top: 25%;
}

.sht-1,.sht-2,.sht-3 {
  position: absolute;
}
.sht-1 {
  width: 82.92%;
  left: -30%;
  top: 0%;
}
.sht-2 {
  width: 28.92%;
  bottom: 20%;
  right: 5%;
}
.sht-3 {
  width: 28.92%;
  left: 10%;
  top: 30%;
}


/** **/
.end-box {
  transition-property: width, height, background, margin-left, margin-top, border, transform, rotate, translate;
  transition-duration: 0.3s;
  transition-timing-function: ease;

  max-width: 550px;
  border-radius: 27px;
  border: 5px solid var(--color-black);
  padding: 84px 56px 56px 56px;
  position: relative;
}

.end-header {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid var(--color-black);
}
.end-icon {
  border-width: 2px;
  border-style: solid;
  border-color: var(--color-black);

  border-radius: 92.57px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 92.57px;
  height: 92.57px;
  box-shadow: 0px 0px 0px 5px var(--color-white);

  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);

}
.end-title {
  font-family: var(--font-space-grotesk);
  font-size: 40px;
  font-weight: 500;
  color: var(--color-black);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.end-body {
  padding: 15px;
}
.end-text {
  font-family: var(--font-lexend);
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  color: var(--color-black);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.end-circl-1,.end-circl-2 {
  position: absolute;
  width: 25.64px;
  height: 25.64px;
  border: 2px solid var(--color-black);
  border-radius: 50px;
  top: 15px;
}
.end-circl-1 {
  left: 15px;
}
.end-circl-2 {
  right: 15px;
}
.end-icon-reverse img {
  position: relative;
  transform: rotate(180deg) scaleX(-1);
}
.end-rotate {
  transform: rotate(8.05deg);
  top: 84px;
}
.end-box-index-1 {
  z-index: 1;
}

/** **/
.a-section-marquee-box {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.a-section-marquee-box h2 {
  white-space: nowrap;
  flex-shrink: 0;
  padding: 0 10px;
  width: max-content;
  display: flex;
  align-items: center;
  transform: translateX(0);
  animation: a-text-scroll 30s linear infinite;

  font-family: var(--font-space-grotesk);
  font-size: 230px;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: -0.07em;
  text-align: center;
  color: #0000001A;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}
@keyframes a-text-scroll {
  0% { 
    transform: translate3d(0, 0, 0); 
  }
  100% { 
    transform: translate3d(-100%, 0, 0); 
  }
}

/* dropping divs */
/* Container */
#falling-container {
    position: relative;
    height: 435px;
    overflow: hidden;
}

/* Falling Div Styling */
.word-capsol {
    visibility: hidden; /* Hide until the animation starts */
    animation: dropToRest 2s ease-in forwards;
    top: -100px; /* Start position */
}


/* Drop to Rest */
@keyframes dropToRest {
    0% {
        top: -180px;
    }
    100% {
        top: calc(100% - 160px); /* Adjust based on div height */
    }
}


/** 14-12-2024 **/
.se-candy-row {
	display: flex;
	flex-wrap: wrap;
}
.se-candy-col {
  display: inline-flex;
  margin-left: -10px;
  margin-right: -10px;
}
.se-candy-box {
  display: flex;
  align-items: center;

  padding: 24px 64px;
  gap: 20px;
  border-radius: 118px;
  position: relative;
}
.se-candy-icon {
  width: 100px;
  height: 100px;
  display: block;
}
.se-candy-text {
  font-family: var(--font-space-grotesk);
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.hero-thumb {
	position: relative;
}
.hero-thumb:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

