/* --- Responsive CSS start --- */
/* --- Large Screen Devices (2100px and above) --- */

@media (min-width: 2100px) {
  .mainMenu ul {
    column-gap: 2.5vw;
  }

  .serviceOffin {
    padding: 6vh 0;
  }

  .logo a span {
    font-size: 0.83vw;

    white-space: nowrap;
  }

  .bannerHeadingOffin {
    padding: 3.75vw 0 7.5vw;
  }

  .offinBannerPara {
    max-width: 20vw;
  }
}

@media (max-width: 990px) {
  .burger span.openmenu,
  .burger span:before,
  .burger span:after {
    background: #000;
  }
  .logo {
    width: 100%;
  }

  .logo img {
    filter: brightness(1) invert(1);
  }

  .headerSite.dark .logo img {
    filter: none;
  }

  .headerSite.dark .burger span.openmenu,
  .headerSite.dark .burger span:before,
  .headerSite.dark .burger span:after {
    background: #fff;
  }

  .bannerHeadingOffin {
    height: auto !important;
    padding: 72px 0 48px;
  }

  .offinclientlogo {
    flex-wrap: wrap;
    row-gap: 24px;
  }

  .ourDesignOffin {
    padding: 0 0;
  }

  .clientlogooffin {
    padding: 40px 0;
  }

  .ourDesignOffinTitle {
    margin-bottom: 160px;
  }

  .ourDesignOffinRead {
    margin-bottom: 40px;
  }

  .ourDesignOffinRead {
    flex-direction: column;
    row-gap: 24px;
  }

  #accordionWeeks .accordion-button {
    color: #ffff;
  }
  #accordionWeeks .articleItemList li {
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    color: #fff;
  }

  .missionSectionOffin {
    padding: 40px 0;
  }

  .missionTable {
    margin-bottom: 0;
  }

  .ourDesignOffin2 {
    padding: 40px 0 0;
  }
  .serviceOffin2 {
    padding: 40px 0 0;
  }

  .footerSite {
    padding-top: 60px;
  }

  .footerLinkoffin li,
  .footerLinkoffin2 li {
    font-weight: 400;
    margin-bottom: 16px;
    font-size: 16px;
  }
  .footerConnectOffin {
    margin-top: 40px;
  }

  .footerConnectOffinp {
    margin-bottom: 40px;
  }
  .footerTopOffin {
    padding-bottom: 40px;
  }

  .footerMidOffin {
    padding-bottom: 40px;
  }

  .footerbtmOffincopy {
    display: block !important;
  }

  .footerbtmOffinsocial {
    column-gap: 24px;
  }

  .footerbtmOffincopy2 {
    margin-bottom: 16px;
  }

  .footerbtmlinks {
    display: flex;

    flex-direction: column-reverse;
    row-gap: 40px;
  }

  .footerbtmOffin {
    padding-bottom: 24px;
  }

  .footerbtmOffincopy2 {
    column-gap: 16px;
    justify-content: space-between;
  }

  .footerbtmOffincopy2 a {
    margin: 0;
  }
  .missionArrowMobile img,
  .missionArrowMobile svg {
    max-width: 24px;
    margin-bottom: 16px;
  }

  #accordionWeeks .accordion-header .accordion-button {
    display: block;
  }
  .missiontabsMobile {
    display: flex;
  }
  .articleItemList li {
    font-size: 15px;
  }

  .offinBannerPara2 {
    margin-left: 0;
  }

  .caseCard {
    min-height: 175px;
  }
  .ourDesignOffinWe {
    padding: 40px 0;
  }

  .teamProfile {
    margin-bottom: 40px;
    padding: 0 16px 16px;
  }

  .teamProfileContent p {
    font-size: 14px;
  }

  .headingarrowoffin {
    width: 18px;
  }

  .recentPost {
    margin-bottom: 40px;
  }

  .offinBannerPara {
    max-width: 100%;
    margin-top: 20px;
  }

  .header-dark .logo img {
    filter: none !important;
  }
  .header-dark .burger span.openmenu,
  .header-dark .burger span:before,
  .header-dark .burger span:after {
    background: #fff;
  }

  .missionCountitem h1 {
    margin-bottom: 24px;
  }

  .missionCountitem p {
    font-size: 16px;

    margin-bottom: 40px;
  }

  .accordionAboutOffin .accordion-header .accordion-button {
    font-size: 24px;

    padding: 0 0 20px;

    margin-bottom: 20px;
  }

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

  .studioTeamOfiinImg {
    max-width: 75%;
    margin: 0 auto 32px;
  }

  .studioYearlyJourneytab li {
    width: 50%;
  }

  .studioYearlyJourneytab li button {
    font-size: 48px;
  }

  .ContactPageForm .buttonSubmitOffin {
    margin-top: 32px;
    font-size: 32px;
  }
  .ContactPageForm .buttonSubmitOffin svg {
    max-width: 20px;
  }
  .serviceOffin .container-fluid {
    padding: 0;
  }

  .serviceOffin {
    padding: 40px 0;
  }

  .h4Small {
    font-size: 24px;
  }

  .recentPostContent ul {
    flex-wrap: wrap;

    row-gap: 12px;
  }
  .missionCount {
    margin-top: 60px;
  }

}

@media (max-width: 411px) {
  .mhide {
    display: none !important;
  }
  .mshow {
    display: block !important;
  }
}
