:root {
    --white-color: #fff;
    --black-color: #000;
    --golden-color: #D8B270;
    --bg-color-black-light: #333;
    --bg-color-black: #000;
    --bg-color-white: #fff;
    --font-figtree: "Figtree", sans-serif;
    --font-play-fair: "Playfair Display", serif;
    --font-bon-vivant: "bon_vivant_family_scriptRg";

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font-figtree);
}


	
.collaborativesection-v2 {

    background-image: url(/wp-content/themes/dellastore/newhome/images/worlds-first-globe-project.webp);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    padding: 50px 0 150px;
    position: relative;
  &::after {
    content: "";
    position: absolute;
    top: -4%;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    border-left: 1px solid #bda371;
    height: 212px;
    width: 1px;
    z-index: 4;
  }
  &::before {
    content: "";
    position: absolute;
    top: -4%;
    left: 50%;
    border-bottom: 1px solid #bda371;
    height: 212px;
    width: 126px;
    z-index: 4;
  }
  .collaborativesectionInner-v2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .collaborativesectionLeft-v2 {
    width: 60%;
  }

  .collaborativesectionRight-v2 {
    width: 40%;
    color: var(--white-color);
    position: relative;
    z-index: 5;


  }

  .collaborativesectionTitle-v2 {
    color: var(--white-color);
    font-family: var(--font-play-fair);
    text-align: left;
    position: relative;
    font-size: clamp(32px, calc(2rem + (64 - 32) * ((100vw - 480px) / (1920 - 480))), 64px);
    line-height: clamp(50px, calc(3.125rem + (72 - 50) * ((100vw - 480px) / (1920 - 480))), 72px);
  }

  .fortext {
    font-size: 22px;
  }

  .iconicarchitecttext-v2 {
    font-family: var(--font-bon-vivant);
    color: var(--golden-color);
    font-size: clamp(24px, calc(1.5rem + (50 - 24) * ((100vw - 767px) / (1920 - 767))), 50px);
    line-height: clamp(32px, calc(2rem + (80 - 32) * ((100vw - 767px) / (1920 - 767))), 80px);;

  }
  .collaborativesectionbox {
    border: 1px solid var(--golden-color);
    padding: 40px;
    position: relative;
    .collaborativesection-title {
        font-size: 30px;
        line-height: 48px;
        color: var(--white-color);
        font-family: var(--font-play-fair)
    }
  }
  .name-signature-block {
    position: absolute;
    bottom: -4%;
    right: 10%;
    z-index: 1;
    padding: 0 15px;
    background-color: var(--bg-color-black);
    text-align: center;
    .jrm-name {
        font-size: 24px;
        line-height: 44px;
        color: var(--white-color);
        font-family: var(--font-play-fair);
    }
  }

}

/* Project card box */
.filter-tab-top-section {
    display: flex;
    align-items: center;
    width: 100%;
    position: sticky;
    top: 108px;
    z-index: 10;
    background: var(--bg-color-black);
  .filter-by-text {
      white-space: nowrap;
      margin-right: 30px;
      font-size: 24px;
      font-family: var(--font-play-fair);
      color: var(--golden-color);
  }
}

.filter-tab-top-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid ;
    padding-right: 30px;
 .filter-tabs-top {
    padding: 0;
    margin-bottom: 0;
    display: flex;
 
  .filter-tabs-top-links {
      margin: 0;
      border: none;
      padding: 12px 30px;
      border-radius: 0;
      font-size: 16px;
      cursor: pointer;
      color: var(--white-color);
      opacity: 0.4;
      font-family: var(--font-figtree);
      border: 1px solid transparent;
      &.active {
        color: var(--white-color);
        border-color: var(--golden-color);
        opacity: 1;
      }
    }
  }
}
.shopbycollectionBoxInnerSticky {
    position: sticky;
    top: 160px;
    z-index: 6;
    background-color: #000;
    padding-top: 15px;  
    .shopbycollectionBox-title {
      color: var(--white-color);
      margin-bottom: 10px;
      font-family: var(--font-play-fair);
      font-size: 2rem;
  }
  .location-box {
      display: flex;
      justify-content: space-between;
      .location-size-info {
        display: flex;
        p {
          margin-right: 20px;
          font-size: 12px;
          font-family: var(--font-figtree);
        }
      }
  }  
}

.load-more-wrapper {
  display: flex;
}

.projects-loader {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  #loader-spinner .loader-position {
    position: relative;
  }
}




@media only screen and (max-width: 1440px) {
    .allarchitectsdesigners {
        padding: 0 74px;
    }

    #projectslanding {
        padding: 50px 60px 0;
    }
}


@media only screen and (max-width: 1024px) {
  .allarchitectsdesigners {
        padding: 0 15px;
    }
    .collaborativesection-v2 {
        padding: 180px 0 100px;
        background-size: 100%;
        background-position: top 70px center;
        &::after {
          top: -2%;
          height: 86px;
          width: 1px;
        }
        &::before {
          display: none;
          content: "";
          position: absolute;
          top: -4%;   
          left: 50%;
          border-bottom: 1px solid #bda371;
          height: 212px;
          width: 126px;
          z-index: 4;
        }
        .collaborativesectionTitle-v2 {
          width: 100%;
          text-align: center;
          font-size: 34px;
          line-height: 42px;
        }
        .iconicarchitecttext-v2 {
          font-size: 50px;
          width: 100%;
          display: flex;
          justify-content: center;
          margin-top: 25px;
        }

        .collaborativesectionInner-v2 {
            flex-direction: column;
            /* position: relative; */
            /* top: -200px; */
        }
        .collaborativesectionLeft-v2 {
            width: 100%;
            margin-top: -110px;
        }

        .collaborativesectionRight-v2 {
            width: 100%;
            margin-top: 130px;
            position: relative;
            &::before {
              content: "";
              position: absolute;
              bottom: 100%;
              right: 0;
              left: 0;
              text-align: center;
              margin: 0 auto;
              border-left: 1px solid #bda371;
              height: 100px;
              width: 1px;
              z-index: 4;
            }
        }
        .collaborativesectionbox {
          max-width: 80%;
          margin: 0 auto;
          padding: 30px;
        }
    }
}



@media only screen and (max-width: 767px) {
    .collaborativesection-v2 {
      background-position: top 120px center;
      
      .collaborativesectionTitle-v2 {
          font-size: 24px;
          line-height: 32px;
      }
      .iconicarchitecttext-v2 {
          font-size: 36px;
          line-height: 50px;
      }
      .collaborativesectionbox {
        max-width: 100%;
        .collaborativesection-title {
          font-size: 24px;
          line-height: 34px;
        }
        .name-signature-block {
          .jrm-name {
              font-size: 18px;
              line-height: 36px;
          }
        }
      }
      .collaborativesectionRight-v2 {
          margin-top: 180px;
      }
    }
    .filter-tab-top-section {
      flex-direction: column;
      align-items: flex-start;
        .filter-by-text {
            font-size: 18px;
            margin-right: 0;
        }
    }
   
    .load-more-wrapper {
      justify-content: space-between;
      h3 {
      width: auto;
      padding: 10px;
      }

    }

    .shopbycollectionBoxInnerSticky {
      top: 215px;
      .shopbycollectionBox-title {
        font-size: 1.5rem;
      }
    }
    .featuredproject-left {
        top: 134px;
        padding-top: 10px;
      .architect-category-section-title {
        width: 100%;
      }
      #accordionExample {
        width: 100%;
        margin: 10px 0 0;
      }
      .subGroups {
        flex-direction: column;
        margin-top: 0 !important;
      }
    }
  
  
}
