.team-main{
    position: relative;
}


html[data-theme="dark"] .Slidy-points{
    background-image: url("../images/Slidy-points.png");
}
.Slidy-points{
    background-image: url("../images/Slidy-points-lig.png");
    width: 88px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}
.made-slidy{
    margin: 40px auto 0;
    max-width: 965px;
    width: 100%;
    gap: 10px;
}
.made-slidy-boxes{
    width: calc(33.333333% - 8px);
    position: relative;
}
.made-slidy-boxes img{
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.made-slidy-text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;

}
.made-slidy-text strong{
    font-weight: 500;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -8%;
    color: var(--text-color);
}
.made-slidy-text p{
    margin-top: 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: var(--text-color);
}
.made-slidy-text p b{
    font-weight: 600;
}
.made-slidy-text img{
    width: 79px;
}
.slidy-infinity{
    display: flex;
    height: 80px;
    align-items: center;
}


.creating-service{
    width: 380px;
    padding: 6px 16px;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
}
.creating-service p{
    text-align: center;
    color: var(--text-color);
}
.creating-service p img{
    margin-bottom: -4px;
}
.creating-service:before,
.creating-service:after,
.creating-service-liner:before,
.creating-service-liner:after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
}
.creating-service:before{
    top: 0;
    left: 0;
    border-top: 1px solid var(--accent-color);
    border-left: 1px solid var(--accent-color);
}
.creating-service:after{
    top: 0;
    right: 0;
    border-top: 1px solid var(--accent-color);
    border-right: 1px solid var(--accent-color);
}
.creating-service-liner{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.creating-service-liner:before{
    left: 0;
    bottom: 0;
    border-bottom: 1px solid var(--accent-color);
    border-left: 1px solid var(--accent-color);
}
.creating-service-liner:after{
    right: 0;
    bottom: 0;
    border-bottom: 1px solid var(--accent-color);
    border-right: 1px solid var(--accent-color);
}




.meet-team-main {
    padding-top: 80px;
    padding-bottom: 70px;
}
.team-page .life-examples-photo > img{
    height: auto;
}
.launched-startups-text{
    max-width: 650px;
    width: 100%;
    margin-top: 16px;
}
.launched-startups-text p{
    font-size: 18px;
    line-height: 24px;
    color: var(--text-color);
}
.life-examples-col{
    margin-top: 28px;
}
.life-examples-col .slidy-turns-wrap{
    margin-top: 12px;
}

.meet-team-main .life-examples-text ul {
    min-height: 76px;
}
.life-examples-col ul li b{
    color: var(--accent-color);
}
.meet-team-col{
    display: flex;
    flex-direction: column;
    gap: 100px;
    margin-top: 40px;
}
.meet-team-col .life-examples-box:nth-child(even){
    flex-direction: row-reverse;

}
.meet-team-col .life-examples-box:nth-child(even) .life-examples-rez {
    bottom: -48px;
    transform: rotate(6deg) translateX(-50%);
}

.life-tools-wrap{
    margin-top: 12px;
    gap: 8px;
}
.life-tools-box{
    width: max-content;
    height: 36px;
    gap: 8px;
    padding: 4px 16px 4px 4px;
    border-radius: 100px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--text-color);
    border: 1px solid var(--border);
    background: var(--slider-thumb);
}



.icon-stop-hed{
    background-image: url("../images/stop-hed.png");
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

.drives-us-main{
    margin-top: 140px;
    padding-bottom: 0;
}
.drives-us-main .loss-quality-elips {
    height: auto;
}
.drives-us-main .loss-quality-elips img{
    height: auto;
}
.drives-us-main .possibilities-item-titles span {
    color: #FFFFFF;
    opacity: 0.80;
}
.possib-item-span span{
    max-width: 354px;
    width: 100%;
}

.drives-us-main .possibilities-small-item .possibilities-item-titles {
    margin-top: 48px;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.drives-us-main .possibilities-small-item .possibilities-item-titles span {
    text-align: center;
}
.possibilities-right-item .possibilities-item-titles p{
    color: var(--main-container3);
}
.possibilities-right-item .possibilities-item-titles span{
    color: var(--main-container3);
}

.drives-us-center{
    top: 98px;
    left: 46px;
    position: absolute;
    width: 156px;
    gap: 8px;
    border-radius: 200px;
    padding: 4px 16px 4px 4px;
    background: var(--text-color);
    z-index: 2;
}
.drives-us-center img{
    width: 36px;
    border-radius: 50%;
    height: 36px;
}
.drives-us-names span{
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: var(--slider-thumb);
}
.drives-us-names small{
    color: var(--slider-thumb);
    opacity: 0.80;
    font-weight: 400;
    font-size: 9px;
    line-height: 12px;
}
.drives-us-names{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.drives-developer{
    position: absolute;
    top: 140px;
    right: 24px;
    width: 156px;
    gap: 8px;
    border-radius: 200px;
    padding: 4px 16px 4px 4px;
    background: #B8F825;
    z-index: 2;
}
.drives-developer .drives-us-names span{
    color: #161616;
}
.drives-developer .drives-us-names small{
    color: #161616;
    opacity: 0.60;
}
.drives-developer img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.drives-us-main .compare-bg {
    z-index: 0;
    top: 223px;
}


.suitable-team-btn{
    margin-top: 24px;
    gap: 10px;
}
.join-us-min {
    position: relative;
    margin-top: -110px;
}

.join-us-dev{
    margin-top: 16px;
}
.join-us-min .linking-card-info {
    top: 360px;
}

.join-us-min .section-tag span{
    color: #FFFFFF;

}
.join-us-min .section-big-title {
    color: #FFFFFF;
}
.tit-log-smile{
    background-image: url("../images/smile.png");
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}
.join-us-min .section-sub-title {
    color: #FFFFFF;
    opacity: 0.80;
}

.join-us-dev ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.join-us-dev ul li{
    width: max-content;
    gap: 8px;
    border-radius: 100px;
    padding: 10px 16px 10px 10px;
    border: 1px solid #FFFFFF1A;
    backdrop-filter: blur(20px);
    background: #00000066;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}



.btn-writeUs{
    border: 1px solid #FFFFFF1A;
    backdrop-filter: blur(20px);
    background: #00000066;
    height: 50px;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    gap: 6px;
    border-radius: 6px;
    padding: 12px 20px;
    font-weight: 600;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-writeUs:hover{
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #1b1c1f;
    backdrop-filter: blur(0);

}


.join-us-min .linking-card-bg{
    width: 100%;
}

.join-us-min .linking-card-bg img{
    width: 100%;
}



@media (max-width: 1360px){
    .creating-service {
        bottom: -24px;
    }
    .meet-team-main {
        padding-top: 160px;
    }
    .team-main .power-bg {
        top: 0;
        height: 770px;
    }
    .join-us-min .linking-card-bg {
        height: 880px;
    }
}


@media (max-width: 1299px){
    .made-slidy {
        margin: 30px auto 0;
        max-width: 931px;
    }

}
@media (max-width: 1020px){
    .made-slidy {
        flex-wrap: wrap;
        max-width: 590px;
    }
    .made-slidy-boxes {
        width: calc(50% - 8px);
    }
    .team-main .power-bg {
        height: 972px;
    }
    .creating-service {
        bottom: 0;
    }
    .meet-team-col .life-examples-box:nth-child(even) {
        flex-direction: column;
    }
    .meet-team-col {
        gap: 20px;
        margin-top: 28px;
    }
    .meet-team-main .life-examples-text ul {
        min-height: auto;
    }
    .launched-startups-text p {
        font-size: 16px;
        line-height: 20px;
    }


}
@media (max-width: 767px){
    .join-us-dev ul {
        gap: 8px;
        flex-wrap: wrap;
    }
    .join-us-min .linking-card-bg img {
        object-fit: unset;
    }
    .join-us-min {
        margin-top: 80px;
    }
    .drives-us-main .compare-bg img {
        object-fit: cover;
        width: 100%;
        object-position: center;
    }
    .drives-us-center{
        display: none;
    }
    .drives-us-main  .possibilities-big-item {
        min-height: 332px;
        height: auto;

    }
    .drives-us-main  .possibilities-small-item {
        min-height: 332px;
    }
    .drives-us-main .possibilities-columns {
        max-width: 332px;
    }
    .drives-us-main .possibilities-item-bg img {
        object-fit: cover;
    }
    .drives-developer {
        top: 181px;
        right: 23px;
        width: 151px;
    }
    .drives-us-main .possibilities-small-item .possibilities-item-titles {
        margin-top: 40px;
    }

}
@media (max-width: 576px){
    .join-us-min .linking-card-info {
        top: 120px;
    }
    .join-us-min .linking-card-bg {
        height: 699px;
    }
    .tit-log-smile{
        width: 28px;
        height: 28px;
    }
    .join-us-dev ul li {
        gap: 6px;
        padding: 8px 14px 8px 8px;
        font-size: 12px;
        line-height: 14px;
    }
    .join-us-dev ul li:nth-child(1){
        order: 3;
    }
    .join-us-dev ul li:nth-child(2){
        order: 4;

    }
    .join-us-dev ul li:nth-child(3){
        order: 1;
    }
    .join-us-dev ul li:nth-child(4){
        order: 2;
    }
    .join-us-dev ul {
        gap: 6px;
        flex-wrap: wrap;
    }
    .suitable-team-btn {
        margin-top: 12px;
        flex-direction: column;
        width: 100%;
    }
    .suitable-team-btn .btn-black {
        width: 100%;
        max-width: 420px;
    }
    .btn-writeUs {
        width: 100%;
        max-width: 420px;
    }
    .meet-team-main {
        padding-bottom: 0;
    }
    .meet-team-main .section-title {
        max-width: 182px;
    }
    .drives-us-main {
        margin-top: 105px;
        padding-top: 39px;
    }
    .drives-us-main .compare-bg {
        top: auto;
        height: 1660px;
        bottom: -332px;
    }

    .team-main .power-info {
        top: 83px;
    }
    .made-slidy-boxes {
        width: 100%;
        height: 260px;
    }
    .made-slidy {
        max-width: 350px;
    }
    .team-main .power-bg {
        height: 1200px;
    }
    .creating-service {
        bottom: -78px;
        max-width: 324px;
        width: 100%;
        padding: 6px 12px;
    }

    .team-main .power-bg img {
        object-fit: unset;
    }

    .team-main .fisrt-section-titles h1 {
        max-width: 298px;
        width: 100%;
        margin: 28px auto 0;
    }
    .Slidy-points {
        width: 68px;
        height: 32px;
        margin-bottom: -5px;
    }
}
