.header-section {
  z-index: 2;
  position: relative;

  .attracts_talentCoworking {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: -2;
    padding: 0;
    border-radius: 8px;
    background-image: url(../../../assets/img/banner_coworking.png);
    text-align: center;
    height: 458px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    @media screen and (max-width:767px) {
      height: 506px;
    }

    &::before {
      content: "";
      background-color: rgba(0, 0, 0, 0.6);
      z-index: -2;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border-radius: 8px;
      opacity: 0.8;
    }

    .contentheader {
      color: $color-text-white;
      font-family: $font-family-sora;
      font-size: 40px;
      font-weight: 700;
      font-stretch: normal;
      font-style: normal;
      text-align: center;
      width: 748px;

      @media screen and (max-width: 768px) {
        width: 100%;
        font-weight: 600;
      }
    }

    .contentMiddle {
      text-align: center;
      font-family: HKGrotesk;
      font-size: 18px;
      font-weight: 500;
      color: #fff;
      width: 748px;
      margin-bottom: 48px;

      @media screen and (max-width: 768px) {
        width: 100%;
        margin-bottom: 32px;
        padding: 0 12px;
      }
    }

    .btn-white {
      padding: 8px 16px;
    }
  }



  &.customContainer {
    padding: 80px 80px 0 80px;

    @media screen and (max-width:768px) {
      padding: 35px 15px;
    }
  }
}

.coworkingContainer {
  .container {
    text-align: center;
  }

  .coworking-child {
    .coworking-img {
      padding: 80px 80px;

      .coworking-banner {
        width: 100%;
      }
    }

    .image-content {
      position: absolute;
      top: 6%;
      left: 24%;

      .header-content {
        width: 747px;
        height: 122px;
        font-family: Sora;
        font-size: 40px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        text-align: center;

        .contentheader {
          color: #fff;
        }
      }

      .middle-content {
        padding-top: 16px;
        width: 787px;
        text-align: center;

        .contentMiddle {
          font-family: HKGrotesk;
          font-size: 18px;
          font-weight: 500;
          color: #fff;
        }
      }

      .footer-content {
        padding-top: 48px;
        display: flex;
        align-items: center;
        justify-content: center;

        .watch-video {
          text-align: left;
          width: 148px;
          font-family: Sora;
          font-size: 15px;
          font-weight: 600;
          padding: 5px 15px;
          border: solid 1px #fff;
          color: white;
          background: none;
          border-radius: 44px;
        }

        .btn-img {
          width: 25px;
          margin-left: -30px;
        }
      }
    }

    .coworking-partners {
      text-align: center;
      padding-top: 80px;

      @media screen and (max-width:768px) {
        padding-top: 20px;
      }

      .partners-intro {
        .intro {
          text-align: center;
          font-size: 20px;
          font-weight: 500;
          color: #10284b;
          margin-bottom: 56px;

          @media screen and (max-width:768px) {
            font-size: 16px;
            margin-bottom: 32px;
          }
        }
      }

      .partner-logo {
        .logo {
          width: 160px;
          margin-bottom: 16px;
        }
      }
    }

    .aurbis-way {
      padding-top: 164px;

      @media screen and (max-width:768px) {
        padding-top: 112px;
      }

      .aurbis-header {
        // padding-top: 80px;

        .aurbis-head {
          .aurbis-content {
            font-family: Sora;
            font-size: 32px;
            font-weight: bold;
            color: #10284b;
            text-align: center;

            @media screen and (max-width: 768px) {
              font-size: 24px;
            }
          }
        }

        .aurbis-content-small {
          .content {
            text-align: center;
            font-family: HKGrotesk;
            font-size: 18px;
            font-weight: 500;
            color: #273d5a;
            margin-bottom: 40px;

            @media screen and (max-width: 768px) {
              font-size: 16px;
            }
          }
        }
      }
    }

    .aurbis-midSection {
      .officeType {
        .privateOffice {
          .pvt-img {
            width: 100%;
            height: 100%;
          }

          .office-heading {
            .office-name {
              text-align: center;
              font-size: 24px;
              font-weight: 700;
              color: #10284b;
              padding-top: 58px;
              font-family: $font-family-sora;

              @media screen and (max-width: 768px) {
                padding-top: 37px;
              }
            }
          }

          .office-description {
            .describe {
              text-align: center;
              font-size: 16px;
              font-weight: 500;
              color: #273d5a;
            }
          }
        }
      }
    }
  }
}

.contact-logo {
  display: flex;
}

.contact-wrapper {
  background-color: #f5f8fa;
  padding: 82px 192px;
  margin-top: 80px;

  .contact-img {
    padding-left: 193px;

    .contact-logo {
      width: 380px;
      height: 553px;
    }
  }

  .header-description {
    text-align: left;

    .head-description {
      .connect-why {
        font-size: 32px;
        font-weight: bold;
        text-align: left;
        color: #10284b;
        font-size: Sora;
      }
    }

    .help-content {
      .content-help {
        font-size: 18px;
        font-weight: 500;
        text-align: left;
        color: #10284b;
      }
    }

    .contact-section {
      padding-top: 72px;

      .workspace-contents {
        width: 254px;
        padding-top: 16px;

        .about-workspace {
          font-size: 16px;
          color: #10284b;
          font-family: $font-family-sora;
        }
      }

      .right-bottom {
        padding-top: 64px;
      }
    }

    .left-work {
      padding-left: 30px;
    }
  }
}

.amenties {
  background-color: #10284b;
  padding: 80px 224px;

  .btn-box {
    text-align: end;
  }

  .amenties-title {
    .heading-amenties {
      font-family: Sora;
      font-size: 36px;
      color: #fff;
    }

    .heading-description {
      width: 634px;
      font-family: HKGrotesk;
      font-size: 18px;
      font-weight: 600;
      text-align: left;
      color: #fff;
    }
  }

  .footer-btnn {
    border: solid 1px #4cb0f8;
    color: #4cb0f8;
  }

  .watch-video {
    text-align: left;
    width: 209px;
    font-family: Sora;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 16px;
    background: none;
    border-radius: 40px;
    border: solid 1px #4cb0f8;
    color: #4cb0f8;
  }

  .btn-img {
    margin-left: -38px;
  }

  .amenties-navbar {
    padding-left: 20px;
    padding-top: 72px;
    padding-bottom: 80px;

    .button {
      padding-left: 36px;
      padding-right: 25px;

      .nav-btn {
        position: absolute;
        left: 12%;
        width: 32px;
        height: 32px;
        border-radius: 30px;
        background-color: #10284b;
        border: none;

        .btn-arrow {
          width: 100%;
          height: 100%;
        }
      }
    }

    .right {
      padding-left: 36px;
      padding-right: 25px;
      position: absolute;
      right: 9%;
      bottom: 16.5%;
    }

    .content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid rgb(255, 255, 255, 0.3);

      .first {
        border-bottom: 2px solid yellow;

        .navbar-content {
          font-family: Sora;
          font-size: 18px;
          text-align: left;
          color: #f5b840;
        }
      }

      .reception {
        margin-left: 25px;

        .navbar-content {
          font-family: Sora;
          font-size: 18px;
          text-align: left;
        }
      }
    }
  }

  .middle-section {
    padding-top: 50px;
    align-items: center;

    .amenties-banner {
      .reception-room {
        width: 540px;
      }
    }

    .amenties-banner-content {
      padding-left: 30px;

      .reception-note {
        width: 350px;
        font-family: Sora;
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        color: #fff;
        opacity: 0.8;
      }

      .reception-bottom {
        width: 350px;
        font-family: HKGrotesk;
        font-size: 18px;
        font-weight: 600;
        text-align: left;
        color: #fff;
        opacity: 0.8;
      }
    }
  }

  .msg-box {
    backdrop-filter: blur(140px);
    background-color: #10284b;
    background-color: #6c757d;
    border-radius: 24.5px;
  }

  .msgbox-content {
    background-image: linear-gradient(131deg,
        rgba(255, 255, 255, 0.5) 37%,
        rgba(255, 255, 255, 0) 100%);
    border-radius: 24.5px;
    mix-blend-mode: overlay;
    padding: 56px 94px;

    .hr-line {
      background-color: white;
      height: 2px;
    }

    .msg-images {
      display: flex;

      .header-images {
        width: 175px;
        height: 65px;
      }
    }

    .msg-description {
      .describe {
        width: 920px;
        font-family: HKGrotesk-Legacy;
        font-size: 20px;
        font-weight: 600;
        text-align: left;
        color: #8da0b9;
      }
    }

    .msg-footer {
      padding-top: 50px;
      display: flex;

      .img {
        .footer-img {
          width: 88px;
          height: 88px;
        }
      }

      .img-describe {
        padding-left: 17px;

        .img-name {
          font-family: Sora;
          font-size: 18px;
          font-weight: 600;
          text-align: left;
          color: #fff;
        }

        .img-details {
          width: 197px;
          font-family: HKGrotesk-Legacy;
          font-size: 16px;
          font-weight: 600;
          text-align: left;
          color: #8da0b9;
        }
      }
    }
  }

  .looking-for-space {
    padding-top: 80px;

    .Aurbis {
      background-color: none;
      padding: 80px 0 120px 0;

      .contents {
        padding: 40px;
        position: relative;

        &::before {
          content: "";
          background-image: url(../../../assets/img/building.png);
          width: 816px;
          height: 566px;
          position: absolute;
          background-position: center center;
          background-size: cover;
          top: -78px;
          right: 48%;
          opacity: 0.25;
        }

        h2 {
          font-weight: 700;
          color: $color-text-white;
          line-height: 1.5;
          font-family: $font-family-sora;
          padding-bottom: 10px;
        }

        p {
          font-size: 18px;
          font-weight: 500;
          line-height: 1.5;
          color: $color-text-white;
          padding-bottom: 44px;

          @media screen and (max-width: 768px) {
            font-size: 16px;
            margin-bottom: 32px;
          }
        }
      }
    }

    .space-btn {
      display: flex;
      align-items: center;
      justify-content: center;

      .btn-img {
        margin-left: -35px;
        width: 20px;
        height: 25px;
      }

      .btn-btn-space {
        width: 152px;
        height: 48px;
        border-radius: 40px;
        border: solid 1px #fff;
        text-align: left;
        font-family: Sora;
        font-size: 16px;
        font-weight: 600;
        padding: 12px 16px;
        background: none;
        color: white;
      }
    }
  }
}

.why-cowork {
  width: 100%;
  background-color: #f5f8fa;
  padding: 80px 2px;
  margin-top: 100px;

  @media screen and (max-width:768px) {
    margin-top: 56px;
  }

  .icon-heading {
    @media screen and (max-width: 768px) {
      padding-top: 24px;
      margin: 0 !important;
    }
  }

  @media screen and (max-width: 768px) {
    padding: 36px 12px;
    width: 100%;
    position: relative;
  }

  .why-cowork-img {
    width: 100%;
    height: 553px;
    object-fit: cover;
    border-radius: 8px;

    @media screen and (max-width: 767px) {
      position: absolute;
      height: 316px;
      left: 0;
      margin: 0 12px;
      width: 94%;
    }

    @media screen and (max-width:414px) {
      top: 238px;
    }

    @media screen and (max-width:375px) {
      top: 240px;
    }

    @media screen and (max-width:320px) {
      top: 266px;
    }
  }

  .cowork-box {
    padding: 20px 0;
  }

  .why-cowork-heading {
    h2 {
      font-family: Sora;
      font-size: 32px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      text-align: left;
      color: #10284b;
      margin-bottom: 16px;

      @media screen and (max-width: 768px) {
        font-size: 24px;
      }
    }

    p {
      font-size: 18px;
      font-weight: 500;
      color: $color-secondary;
      margin-bottom: 72px;

      @media screen and (max-width:768px) {
        margin-bottom: 24px;
      }
    }
  }

  .aurbis-card {
    margin-bottom: 64px;

    @media screen and (max-width:767px) {
      margin-bottom: 0;
    }

    p {
      font-size: 18px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      text-align: left;
      color: #273d5a;
      margin: 8px 0 0 0;

      @media screen and (max-width:767px) {
        margin: 0 0 0 16px;
      }
    }
  }

  .icon-heading-1 {
    @media screen and (max-width:768px) {
      padding-top: 24px;
    }

    @media screen and (max-width:414px) {
      padding-top: 368px;
    }

    @media screen and (max-width:375px) {
      padding-top: 340px;
    }

    @media screen and (max-width:320px) {
      padding-top: 370px;
    }
  }
}

.arbis-card {
  display: flex;
  flex-direction: column;
}

.shared-amentites {
  background-color: #10284b;

  .shared-amentites-content {
    padding-top: 80px;
    color: white;

    .amenties-heading {
      h2 {
        font-family: $font-family-sora;
        font-size: 36px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
      }

      p {
        opacity: 0.8;
        font-family: $font-family-hk;
        font-size: 18px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
        margin-bottom: 72px;
      }
    }

    .view-ament-btn {
      .btn-border-blue {
        color: #4cb0f8;
        border: 1px solid #4cb0f8;
        padding: 12px;
      }
    }

    .room-arrow-left {
      margin-left: -15px;
      width: 24px;
      height: 24px;
      transform: rotate(180deg);

      img {
        width: 24px;
        height: 24px;
      }
    }

    .room-arrow-right {
      width: 24px;
      height: 24px;

      img {
        width: 24px;
        height: 24px;
      }
    }

    .rooms-link {
      border-bottom: 2px solid rgba(0, 0, 0, 0.185);
      justify-content: space-around;
      display: block;
      position: relative;

      .swiper-wrapper {
        display: flex;

        .swiper-slide {
          width: auto !important;
        }

        .rooms {
          color: white;
          padding: 0px 0px 26px 0px;
          font-family: Sora;
          font-size: 18px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.5;
          letter-spacing: normal;
          text-align: left;
          padding-bottom: 10px;
          margin-right: 54px;

          &:hover {
            color: orange;
            border-bottom: 2px solid orange;
          }
        }
      }
    }

    .reception-img {
      padding-top: 55px;
      padding-bottom: 80px;

      img {
        width: 100%;
        height: 367px;
        object-fit: contain;
        border-radius: 8px;
      }
    }

    .rooms-text {
      display: flex;
      align-items: center;
      justify-content: center;

      .reception-text {
        align-items: center;
        justify-content: center;

        h3 {
          font-family: $font-family-sora;
          font-size: 20px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.5;
          letter-spacing: normal;
          text-align: left;
          color: #fff;
        }

        p {
          padding-top: 16px;
          opacity: 0.8;
          font-family: HKGrotesk;
          font-size: 18px;
          font-weight: 600;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.5;
          letter-spacing: normal;
          text-align: left;
          color: #fff;
        }
      }
    }
  }

  .messages {
    background-color: #223a5e;
    opacity: 0.6;
    border-radius: 24px;
    border: 2px solid rgba(245, 245, 245, 0.445);
    padding-left: 94px;
    padding-top: 58px;

    .white-logo {
      border-bottom: 2px solid rgba(245, 245, 245, 0.445);

      .nav-tabs {
        border-bottom: none;

        .nav-link {
          background-color: transparent;
          border: none;

          &:active {
            background-color: none;
            border-color: none;
            border-bottom: 2px solid orange;
          }
        }

        .logo {
          width: 160px;
          height: 63px;
        }
      }
    }

    .sec5-para {
      p {
        font-family: $font-family-hk;
        font-size: 20px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #8da0b9;
        padding-top: 46px;
        padding-bottom: 48px;
      }
    }

    .profile-sec {
      padding-bottom: 56px;

      img {
        width: 88px;
        height: 88px;
      }

      h3 {
        font-family: $font-family-sora;
        padding-left: 17px;
        font-size: 18px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
      }

      p {
        font-family: $font-family-hk;
        padding-left: 17px;
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #8da0b9;
      }
    }
  }

  .space-footer {
    padding-top: 80px;
    position: relative;


    .looking-space {
      text-align: left;
      width: 816px;
      height: 566px;

      @media screen and (max-width:768px) {
        width: auto;
        height: 100%;
      }

      img {
        width: 100%;
        height: 100%;
      }
    }

    .look-space-text {
      text-align: center;
      position: absolute;
      top: 40%;
      left: 40%;

      h2 {
        font-family: $font-family-sora;
        font-size: 36px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
      }

      p {
        font-family: $font-family-hk;
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
      }

      .contact-but {
        width: 152px;
        height: 48px;
        padding: 12px;
        text-align: center;
      }
    }
  }
}

@media screen and (max-width: 767px) {
  .header-section {
    .attracts_talentCoworking {
      p.contentheader {
        font-size: 24px;
        margin-bottom: 8px;
        padding: 0 12px;
      }
    }
  }

  .aurbis-card {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .coworking-partners {
    .aurbis-content {
      font-size: 16px;
    }

    .icon-heading {
      padding-top: 24px;
    }
  }
}