/*projects*/

.projects-section-3{
    margin-top: 140px;
}

.projects .wrapper-bg{
    margin-top: 125px;
}

.projects-section-links {
    margin-top: 100px;
}

.projects-section-links li{
    list-style-type: none;
    font-family: 'Raleway';
    transition: all .5s ease;
    padding: 9px 8px 5px 8px;
    line-height: 100%;
}

.projects-section-links a{
    transition: all .5s ease;
}

.projects-section-links li:hover{
    background-color: var(--main-color);
    color: var(--white);
}

.projects-section-links li:hover a{
    color: var(--white);
}

.projects-section-links .top li::before {
  content: "#";
  font-size: 24px;
  font-weight: 600;
  font-family: 'Raleway';
}

.projects-section-links .top a{
    color: var(--black);
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}

.projects-section-links .active{
    background-color: var(--main-color);
        padding: 9px 8px 5px 8px;
    color: var(--white);
}

.projects-section-links .active a{
    color: var(--white);
}

.projects-section-links .top{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    padding-bottom: 20px;
}

.projects-section-links .top::before{
    content: '';
    position: absolute;
    border-bottom: 0.5px solid var(--black);
    height: 1px;
    width: 100%;
    bottom: 0;
    left: -35px;
}

.projects-section-3 .card::before{
    top: -150px;
}

.projects-section-links .bottom li::before {
  content: "#";
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  font-family: 'Raleway-Italic';
}

.projects-section-links .bottom a {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  font-family: 'Raleway-Italic';
  color: var(--black);
}

.projects-section-links .bottom .active a{
    color: var(--white);
}

.projects-section-links .bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
    gap: 5px;
}






/*projects-item*/
.projects-item .main-section-2 {
    margin-top: 0px;
}

.box-all{
    position: relative;
    padding-top: 2px;
}

.box-all .square{
    color: var(--white);
    font-size: 32px;
    font-weight: 300;
}

.projects-item-1 .bottom h2{
    position: relative;
    text-transform: uppercase;
    color: var(--white);
    font-size: 60px;
    font-weight: 700;
    margin-top: 30px;
    padding-bottom: 60px;
}

.projects-item-1 .bottom h2::before{
    content: '';
    position: absolute;
    height: 230px;
    width: 1px;
    border-left: 0.5px solid var(--black);
    left: -85px;
    top: -20px;
}

.projects-item-1 .bottom h2::after{
    content: '';
    position: absolute;
    height: 1px;
    width: 450px;
    border-bottom: 0.5px solid var(--black);
    left: -117px;
    bottom: 44px;
}

.projects-item-1 .bottom img{
    margin-top: 90px;
}

.projects-item-1 .links{
    flex-wrap: wrap;
    gap: 20px;
}

.projects-item-1 .links li{
    list-style-type: none;
}

.projects-item-1 .links li::before{
    content: '#';
    font-family: 'Raleway';
    color: rgba(255, 255, 255, .6);
    font-size: 24px;
    font-weight: 600;
}

.projects-item-1 .box-all{
    margin-left: auto;
    width: fit-content;
    margin-top: 40px;
}

.projects-item-1 .top {
    margin-top: -60px;
}

.projects-item-1 .bottom {
    margin-top: 40px;
}

.projects-item-1 .links a{
    font-family: 'Raleway';
    color: rgba(255, 255, 255, .6);
    font-size: 24px;
    font-weight: 600;
}

.projects-item .wrapper-bg{
    margin-top: -150px;
}

.projects-first--screen .title{
    color: var(--white);
}

.projects-first--screen .title h1{
    line-height: 100%;
}

.projects-item h1::before{
    display: none;
}




/*new*/
.projects-item .link-new-project {
    z-index: 2;
    display: flex;
    margin: 0 auto;
    margin-top: -50px;
    width: fit-content;
    position: relative;
}

.projects-item .link-new-project h2{
    position: absolute;
    transform: translate(70%, 50%);
    color: #E0E0E0;
    width: min-content;
    line-height: 96%;
    font-weight: 200;
    font-family: 'Manrope';
    /* margin-left: auto;
    margin-right: 15%; */
}

.projects-item .link-new-project .arrow {
    transition: all .5s ease;
    height: fit-content;
    padding: 78px;
    background-color: var(--white);
    border-radius: 50%;
    width: fit-content;
    line-height: 0;
}

.projects-item .link-new-project img {
    width: 50px;
    height: 50px;
}





/*draft-design*/

.tags-draft{
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.tags-draft .tag{
    position: relative;
    width: 100%;
    text-align: left;
    padding: 16px 32px;
}

.tags-draft .tag::before{
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url(../img/arrow-services-card-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
}

.tags-draft .tag.white::before{
    background-image: url(../img/arrow-services-card.svg);
}

.type-of-works .main-section-2 .cards.draft{
    margin-top: 60px;
}

.main-section-3.draft .title-box-cards::after{
    display: none;
}