.starlink {
    background: #5F617A;
    overflow: hidden;
    /* height: fit-content; */
}

.starlink-wrapper {
    padding: 100px 0;
    display: flex;
    flex-direction: row;
    gap: 153px;
    align-items: center;
}

.starlink-wrapper .left {
    display: flex;
    flex-direction: column;
    max-width: 503px;
    gap: 18px;
}

.starlink-wrapper .colapse-page {
    height: 35px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    font-family: Myriad Pro;
    position: relative;
    z-index: 11;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    color: #1B204C;
    display: flex;
    background: #fff;
    border-radius: 4px;
    gap: 4px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    border: 1px solid white;
}
.starlink-wrapper .colapse-page svg{
    margin-top: -2px;
}
.starlink-wrapper .colapse-page svg path{
    transition: all 0.4s ease-in-out;
}

.starlink-wrapper .colapse-page:hover {
    background-color: transparent;
    color: white;
}

.starlink-wrapper .colapse-page:hover svg path {
    stroke: white;
}

.starlink-wrapper .left .top {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.starlink-wrapper .left .top h2 {
    font-family: Myriad Pro;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    color: white;
    text-transform: uppercase;
}

.starlink-wrapper .left .top h3 {
    font-family: Myriad Pro;
    font-size: 22px;
    font-weight: 400;
    line-height: 26.8px;
    text-align: left;
    color: white;
}

.starlink-wrapper .left .desc {
    font-family: Myriad Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    max-width: 500px;
    text-align: left;
    color: white;
    transition: max-height 1s ease-in-out;

}

.starlink-wrapper .left a {
    width: fit-content;
    text-decoration: none;
    padding: 17px 23px 14px 23px;
    font-family: Myriad Pro;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    color: white;
    border-radius: 4px;
    text-transform: uppercase;
    background: #1B204C;
    transition: all 0.4s ease-in-out;

}

.starlink-wrapper .left a:hover {
    background: white;
    color: #1B204C;
}

.starlink-wrapper .right {
    position: relative;
    display: flex;
    margin-top: 57px;
}

.starlink-wrapper .right .image-with-item {
    position: relative;
    z-index: 0;
}

.starlink-wrapper .right img {
    width: 528px;
    height: 303px;
    position: relative;
    z-index: 1;
    object-fit: cover;
}

.starlink-wrapper .right .items {
    font-family: Myriad Pro;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    position: absolute;
    text-align: left;
    color: white;
    gap: 11px;
    text-transform: uppercase;
}

.starlink-wrapper .right .items svg path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    fill: none;
}

.starlink-wrapper .right .items:nth-of-type(1) {
    top: -60px;
    left: 30px;

}

.animate {
    animation: draw 3s ease forwards;
}

.starlink-wrapper .right .items:nth-of-type(2) {
    top: -88px;
    right: -125px;
    align-items: end;
}

.starlink-wrapper .right .items:nth-of-type(3) {
    top: 120px;
    right: -227px;
    text-align: right;
}

.starlink-wrapper .right .items:nth-of-type(4) {
    bottom: 0;
    right: 0;
    align-items: end;

}

.starlink-wrapper .right .items:nth-of-type(4) p {
    margin-bottom: -105px;

}
.starlink-wrapper .right .items:nth-of-type(4) svg {
    margin-right: 30px;

}

.starlink-wrapper .right .items:nth-of-type(5) {
    bottom: -24px;
    left: -114px;
    align-items: start;

}

.starlink-wrapper .right .items:nth-of-type(5) svg {
    margin-top: -95px;
}

.starlink-wrapper .right .items:nth-of-type(6) {
    bottom: -23px;
    right: -126px;
    align-items: end;

}

.starlink-wrapper .right .items:nth-of-type(6) svg {
    margin-top: -100px;
}

@media screen and (max-width:1024px) {
    .starlink {
        background: #5F617A;
    }

    .starlink-wrapper .right .items svg path {
        stroke-dasharray: unset;
        stroke-dashoffset: unset;
        fill: none;
    }

    .starlink-wrapper {
        padding: 40px 0;
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
        align-items: center;
    }

    .starlink-wrapper .left {
        display: flex;
        flex-direction: column;
        max-width: calc(100% - 40px);
        gap: 20px;
    }

    .starlink-wrapper .left .top {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .starlink-wrapper .left .top h2 {
        font-family: Myriad Pro;
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        color: white;
        text-transform: uppercase;
    }

    .starlink-wrapper .left .top h3 {
        font-family: Myriad Pro;
        font-size: 16px;
        font-weight: 700;
        line-height: 19.2px;
        text-align: left;
        color: white;
    }

    .starlink-wrapper .left .desc {
        font-family: Myriad Pro;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: white;
        max-width: unset;
        width: 100%;
    }

    .starlink-wrapper .left a {
        width: fit-content;
        text-decoration: none;
        padding: 16px 23px;
        font-family: Myriad Pro;
        font-size: 17px;
        font-weight: 600;
        text-align: left;
        color: white;
        text-transform: uppercase;
        background: #1B204C;
        transition: all 0.4s ease-in-out;

    }

    .starlink-wrapper .left a:hover {
        background: white;
        color: #1B204C;
    }

    .starlink-wrapper .right {
        position: relative;
        display: flex;
        margin-top: 70px;
    }

    .starlink-wrapper .right .image-with-item {
        position: relative;
    }

    .starlink-wrapper .right img {
        width: 380px;
        height: auto;
        position: relative;
        z-index: 1;
        object-fit: cover;
    }

    .starlink-wrapper .right .items {
        font-family: Myriad Pro;
        font-size: 11px;
        font-weight: 700;
        line-height: 24px;
        display: flex;
        flex-direction: column;
        position: absolute;
        text-align: left;
        color: white;
        gap: 11px;
        text-transform: uppercase;
    }

    .starlink-wrapper .right .items:nth-of-type(1) {
        top: -46px;
        left: 8px;
    }

    .starlink-wrapper .right .items:nth-of-type(1) svg {
        width: 197px;
        margin-top: -19px;
    }

    .starlink-wrapper .right .items:nth-of-type(2) svg {
        width: 180px;
        margin-top: -32px;
    }

    .starlink-wrapper .right .items:nth-of-type(2) {
        top: -42px;
        right: 6px;
        align-items: end;
    }

    .starlink-wrapper .right .items:nth-of-type(3) {
        top: -2px;
        right: -1px;
    }

    .starlink-wrapper .right .items:nth-of-type(3) svg {
        margin-top: -31px;
        width: 200px;
    }

    .starlink-wrapper .right .items:nth-of-type(4) {
        left: 40px;
        right: unset;
        align-items: end;
        bottom: -22px;
    }

    .starlink-wrapper .right .items:nth-of-type(4) svg {
        margin-top: 14px!important;
        width: 170px;
    }

    .starlink-wrapper .right .items:nth-of-type(5) {
        bottom: -7px;
        left: 14px;
        align-items: start;
    }

    .starlink-wrapper .right .items:nth-of-type(4) svg {
        margin-top: -14px;
        width: 200px;
    }

    .starlink-wrapper .right .items:nth-of-type(5) svg {
        margin-top: -87px;
        width: 199px;
    }

    .starlink-wrapper .right .items:nth-of-type(6) svg {
        margin-top: -91px;
        width: 168px;
    }

    .starlink-wrapper .right .items:nth-of-type(6) {
        bottom: -10px;
        right: 6px;
        align-items: end;

    }


}

.expandable-text__content {
    line-height: 1.6em;
    padding: 0;
    overflow: hidden;
    max-height: 400px;

    transition: max-height 1s ease;
}

.expandable-text__content1 {
    line-height: 1.6em;
    padding: 0;
    overflow: hidden;
    max-height: 400px;
    transition: max-height 1s ease;
}

.expandable-text__content--collapsed {
    max-height: 140px;

}

.expandable-text__content--collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1.5em;
    transition: height 0.4s ease-in-out;
}

.expandable-text__toggle {
    display: flex;
    width: fit-content;
    color: white;
    cursor: pointer;
    font-family: Myriad Pro;
    position: relative;
}

.expandable-text__toggle::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    transition: all 0.4s ease-in-out;
    height: 1px;
    content: "";
    background: white;
}

.expandable-text__toggle:hover::after {
    text-decoration: none;
    width: 0;
}

.expandable-text__toggle1 {
    display: flex;
    width: fit-content;
    color: white;
    cursor: pointer;
    font-family: Myriad Pro;
    position: relative;
}

.expandable-text__toggle1::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    transition: all 0.4s ease-in-out;
    height: 1px;
    content: "";
    background: white;
}

.expandable-text__toggle1:hover::after {
    text-decoration: none;
    width: 0;
}

@keyframes draw {
    from {
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dasharray: 1000;
        stroke-dashoffset: 0;
    }
}