/* --- Root Variables --- */

/* --- Root Variables --- */
:root {
  --greenColor: #53f0a4;
}

body {
  font-size: 1rem;
  line-height: 1.4;
}
h4 {
  letter-spacing: normal;
  font-family: var(--font-h);
  font-weight: 500;
}

h5 {
  font-size: 24px;
  font-family: var(--font-h);
  font-weight: 500;
}
.h4Small {
  font-size: 36px;
  line-height: 140%;
  letter-spacing: normal;
}
.textGreen {
  color: var(--greenColor);
}
.bgGreen {
  background-color: var(--greenColor);
}

.logoProductLink {
  font-family: var(--font-f);
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  color: #bcbcbc;
}

.logo a {
  display: flex;
  align-items: end;
  column-gap: 10px;
}

.mainMenu .nav-link {
  color: #000;
}

.mainMenu ul {
  column-gap: 48px;
}

.translate-language {
  font-family: var(--font-f);
  font-weight: 900;
  color: #c1341d;
  border-bottom: 1px solid #c1341d;
  text-transform: uppercase;
}

.header-dark .translate-language {
  color: #8a3ffc;
  border-color: #8a3ffc;
}

.bannerHeadingOffin {
  padding: 72px 0 144px;
  height: calc(100vh - 118px);
  z-index: 1;
}

.offinBannerPara {
  flex: 1;
}

.clientlogooffin {
  padding: 80px 0;
}

.ourDesignOffin {
  padding: 84px 0 96px;
}

.ourDesignOffinTitle {
  margin-bottom: 80px;
}

.ourDesignOffinRead {
  color: #ce381f;
  display: flex;
  column-gap: 24px;
  font-size: 16px;
}

.roll-link-red span {
  color: #ce381f;
}

.missionSectionOffin {
  padding: 112px 0;
}

.missionTableItem li {
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  color: #fff;
  padding: 12px 0;

  margin-bottom: 0;
}

.missionTableItem li a {
  color: #fff;
}

.missionTableItem li a svg {
  transition: transform 0.3s ease-in-out;
}

.missionTableItem li a:hover svg {
  transform: rotate(45deg);
}

.missionTableItemoffin h5 {
  padding: 32px 0;
}

.missionTableItem li:first-child {
  font-family: var(--font-h);
  margin-bottom: 0;
  font-weight: 400;
  text-transform: capitalize;
  border-top: 1px solid rgb(255 255 255 / 30%);
}

.missionTableItem li img {
  height: 12px;
}

.serviceOffin {
  padding: 48px 0;
}

.bgserviceOffin {
  background-image: url(../images/product/bg-services.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.bgserviceOffin2 {
  background-image: url(../images/product/bg-services2.png);
}

.bgserviceOffinWe {
  background-image: url(../images/what-we-do/bg-services.jpg);
}

.bgserviceOffinWe2 {
  background-image: url(../images/what-we-do/bg-services2.jpg);
}

.serviceOffin2 {
  padding: 80px 0 0;
}

.ourDesignOffin2 {
  padding: 100px 0 60px;
}

.footerSite {
  padding-top: 160px;
  background-color: #000000;
}

.footerTopOffin {
  padding-bottom: 80px;
}

.footerConnectOffin h3,
.footerConnectOffin p {
  color: #fff;
}

.footerConnectOffinp {
  margin-bottom: 76px;
}

.footerLinkoffin2 li {
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 24px;
}

.footerLinkoffin li {
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 100%;
}

.footerLinkoffin li a,
.footerLinkoffin2 li a {
  color: #fff;
}

.footerConnectOffin h3 {
  color: #cdfd77;
  font-size: 39px;
  line-height: 96%;
}

.footerConnectOffin h3 a {
  color: #cdfd77;
}
.footerMidOffin {
  padding-bottom: 80px;
}

.footerbtmOffin {
  color: #838383;
}

.footerbtmlinks a {
  color: #838383 !important;
  margin: 0 6px;
}

.footerbtmlinks a:hover {
  color: #fff;
}

.footerbtmOffin {
  padding-bottom: 48px;
}

.footerbtmOffinsocial {
  column-gap: 60px;
  display: flex;
}

.footerbtmOffincopy2 {
  display: flex;
  column-gap: 24px;
}

.footerbtmOffincopy2 a {
  color: #fff;
}

.mshow {
  display: none !important;
}

.caseCard {
  background-color: #cbcbcb;
  min-height: 334px;
}

.ourDesignOffinWe {
  padding: 110px 0;
}

.missionTableItemoffin li {
  text-transform: capitalize;
}

.teamProfile {
  margin-bottom: 80px;
  padding: 0 24px 24px;
}

.teamProfileContent p {
  color: rgb(255 255 255 / 80%);
  margin-bottom: 0;
  font-size: 16px;
}

.recentPost .postTime {
  font-size: 20px;
}

.recentPostContent h5 {
  max-width: 80%;
}

.recentPostContent ul {
  display: flex;
}

.recentPostContent li {
  color: rgb(255 255 255 / 80%);
  border-right: 1px solid rgb(255 255 255 / 80%);
  padding-right: 12px;
  margin-right: 12px;
  font-size: 16px;
  line-height: 120%;
}

.recentPostContent li:last-child {
  border-right: none;
  margin-right: 0;
}

.PartnerLogooffin {
  text-align: center;
  margin-bottom: 32px;
}

.header-dark {
  background: #000;
}

.header-dark .mainMenu .nav-link {
  color: #fff;
}
.header-dark .logo img {
  filter: brightness(1) invert(1);
}

.bannerHeadingOffinProject {
  height: calc(100vh - 74px);
}

.offinBannerPara {
  max-width: 353px;
}
.footer-white .footerSite {
  background-color: #fff;
}

.footer-white .footerLinkoffin li a,
.footer-white .footerLinkoffin2 li a,
.footer-white .footerConnectOffin p,
.footer-white .footerConnectOffin h6,
.footer-white .footerConnectOffin a,
.footer-white .footerbtmOffincopy2 a {
  color: #000 !important;
}

.clutchlogofooter {
  filter: brightness(1);
}

.clutchlogofooterDark,
.footer-white .clutchlogofooterWhite {
  display: none;
}
.footer-white .clutchlogofooterWhite {
  display: none;
}

.footer-white .clutchlogofooterDark {
  display: block;
}
.footer-white .footerLink a:hover {
  filter: none;
}

.OwnertagsOffin {
  padding: 112px 0;
}

.missionCount {
  margin-top: 100px;
}

.missionCountitem h1 {
  color: var(--greenColor);
  margin-bottom: 60px;
}

.missionCountitem p {
  font-size: 24px;
  line-height: 140%;
}

.accordionAboutOffin .accordion-header .accordion-button {
  color: var(--greenColor);
  font-size: 48px;
  line-height: 96%;
  text-transform: uppercase;
  font-weight: 900;
  font-family: var(--font-f);
  padding: 0 0 24px;
  border-bottom: 0.52px solid #ffff;
  margin-bottom: 24px;
}
.accordionAboutOffin .accordion-body {
  color: #fff;
  font-size: 16px;
}

.accordionAboutOffin .accordion-item {
  margin-bottom: 80px;
}

.accordionAboutOffin .accordion-button .icon {
  font-size: 1.2rem;
  transition: transform 0.2s;
  color: #fff;
}

.accordionAboutOffin
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button.collapsed {
  border-radius: 0;
}

.sectionSuperpowers .whyCardsImg {
  margin-bottom: 24vh;
}

.studioTeamOfiinContent1 {
  border-bottom: 0.52px solid #000;
  padding-bottom: 32px;
}
.studioTeamOfiinContent2 {
  padding-top: 32px;
}

#accordionAboutDesign .accordion-header .accordion-button {
  color: #000;
  border-bottom: 0.52px solid #000;
}

#accordionAboutDesign .accordion-body,
#accordionAboutDesign .accordion-button .icon {
  color: #000;
}

.countryBox h4 {
  font-size: 32px;
  margin: 0;
}

.studioYearlyJourneytab {
  padding: 32px 0;
  border: none;
}

.studioYearlyJourneytab li {
  width: 25%;
}

.studioYearlyJourneytab li button {
  font-family: var(--font-f);
  font-weight: 900;
  font-size: 80px;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0;
  color: #000;
}

.studioYearlyJourneytab li button.nav-link.active,
.studioYearlyJourneytab li button.nav-link:hover {
  color: var(--greenColor);
}

.studioYearlyJourneyContent {
  padding: 32px 0;
}

.offinProjectPage .footerConnectOffin h3 a {
  color: #ff7eb6 !important;
}
.offinProjectPage .connectLinkSvg path {
  fill: #ff7eb6;
}

.offinWhatwedoPage .footerConnectOffin h3 a,
.offinContactPage .footerConnectOffin h3 a,
.offinServiceInnerPage .footerConnectOffin h3 a {
  color: #8a3ffc !important;
}
.offinWhatwedoPage .connectLinkSvg path,
.offinContactPage .connectLinkSvg path,
.offinServiceInnerPage .connectLinkSvg path {
  fill: #8a3ffc;
}

.offinStudioPage .footerConnectOffin h3 a {
  color: #000 !important;
}
.offinStudioPage .connectLinkSvg path {
  fill: #000;
}

.ContactPageForm .buttonSubmitOffin {
  font-family: var(--font-h);
  font-weight: 500;
  color: #8a3ffc;
  margin-top: 48px;
}
.ContactPageForm .inputField {
  margin-bottom: 42px;
}

.ContactPageFormImg {
  position: relative;
  height: 100%;
}

.ContactPageFormImg img {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.contactPageInfoli li {
  font-size: 15px;

  border-top: 1px solid #000;
  padding: 12px 0;
}

.contactPageInfoli li:last-child {
  border-bottom: 1px solid #000;
}

.offinContactPage .bannerHeadingOffin {
  height: calc(100vh - 74px);
}

.offinBannerPara {
  margin-left: auto;
}

.offinWhatwedoPage .bannerHeadingOffin,
.offinContactPage .bannerHeadingOffin {
  height: calc(100vh - 74px);
}

.brandingProcessOffin .articleItemInfo,
.brandingProcessOffin .articleItemList h5 {
  color: #fff;
}

.brandingProcessOffin .articleItemList li {
  color: rgb(255 255 255 / 80%);
  border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.brandingProcessOffin .horizontalLine {
  border-bottom: 0.5px solid #fff;
  margin: 20px 0;
}

.cardsOffin {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  min-height: 300px;
  flex-direction: column;
  max-width: 420px;
}

.cardsOffinLink {
  border-top: 0.5px solid #1d1d1d;
  padding-top: 24px;
}

.cardsOffincontent p {
  margin-bottom: 12px;
}

.postImgOffin img {
  max-height: 314px;
  width: 100%;
  object-fit: cover;
}

.ourMissionThinkingOffin .missionCountitem h1 {
  color: #be3a35;
}
.ourBlogsOffin .recentPostContent li {
  color: rgb(0 0 0 / 80%);
  border-right: 1px solid rgb(0 0 0 / 80%);
}

.ourBlogsOffin .recentPostContent li:last-child {
  border-right: none;
}


.offinServiceInnerPage .bannerHeadingOffin {
  padding: 84px 0;
}
