#servers {
    position: relative;
    overflow: hidden;
}

#servers::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, #FFF 0%, #ffffff00 100%);
    width: 100%;
    height: 298px;
    pointer-events: none;
}

.servers {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 232px 0 0;
}

.servers::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    z-index: -1;
    background: url(../assets/cloude_up.png) top / contain no-repeat;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.servers::after {
    content: '';
    position: absolute;
    top: 0;
    right: -50%;
    z-index: -1;
    background: url(../assets/cloude_up.png) top / contain no-repeat;
    width: 100%;
    height: 100%;
    transform: scaleX(-1);
    pointer-events: none;
}

.servers_header {
    display: flex;
    flex-direction: column;
    gap: 26px;
    align-items: center;
    justify-content: center;
    padding: 0 0 64px;
    max-width: 830px;
    margin: 0 auto;
}

.servers_title {
    color: #af9542;
    font-size: 64px;
    line-height: 110%;
    letter-spacing: -.64px;
    background: linear-gradient(180deg, #AC8C20 0%, #CBA627 25%, #DDBB48 45%, #AC8C20 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: Colus;
    text-align: center;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.servers_text {
    color: #000;
    text-align: center;
    font-family: 'HelveticaNeue-Medium';
    font-size: 18px;
    line-height: 130%;
    max-width: 635px;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.earth {
    background: url(../assets/planet.svg) bottom / contain no-repeat;
    width: 100%;
    height: 615px;
    max-width: 1293px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.earth::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: url(../assets/clouds.png) bottom / cover no-repeat;
    width: 100%;
    height: 444px;
    pointer-events: none;
}


.servers_title.is-visible,
.servers_text.is-visible,
.earth.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.point {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    max-width: 150px;
}

.point_1 {
    top: 60px;
    left: 25%;
}

.point_2 {
    top: -20px;
    left: 50%;
}

.point_where {
    color: #000;
    text-align: center;
    font-family: 'HelveticaNeue-Medium';
    font-size: 18px;
    line-height: 130%;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.point_time {
    font-family: 'HelveticaNeue-Medium';
    color: #000;
    text-align: center;
    font-size: 10px;
    line-height: 130%;
    display: flex;
    padding: 2px 8px;
    border-radius: 100px;
    background: #ECECEC;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.point_name {
    color: #000000a3;
    text-align: center;
    font-size: 12px;
    line-height: 130%;
    padding-bottom: 12px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.point_where.is-visible,
.point_time.is-visible,
.point_name.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.point_line {
    width: 0.75px;
    background: #000;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.8s ease;
}

.point_line.is-visible {
    transform: scaleY(1);
}

.point_1 .point_line {
    height: 250px;
}

.point_2 .point_line {
    height: 188px;
}

.earth_content {
    display: flex;
    width: 487px;
    padding: 10px 19px;
    border-radius: 12px;
    border: 2px solid #D9B437;
    background: #FEFBF0;
    z-index: 5;
    position: relative;
    bottom: -24px;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.earth_content.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.earth_content_left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 13px 0px 34px 4px;
}

.earth_content_title {
    color: #B89A35;
    font-family: 'HelveticaNeue-Medium';
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.18px;
}

.earth_content_text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.earth_content_right {
    width: 224px;
    height: 90%;
    background: url(../assets/1.webp) center / contain no-repeat;
}

.earth_content_text a span {
    color: #000;
    font-family: 'HelveticaNeue-Medium';
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.14px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    transition: all 0.3s ease;
}

.earth_content_text a:nth-child(1):hover span {
    color: #24A1DE;
}

.earth_content_text a:nth-child(2):hover span {
    color: #ff0066;
}

.earth_content_text a:nth-child(3):hover span {
    color: #5865f2;
}

.earth_content_text a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

@media (max-width: 1600px) {
    .servers_title {
        font-size: 56px;
        line-height: 110%;
        letter-spacing: -0.56px;
    }

    .servers_text {
        font-size: 20px;
        line-height: 130%;
    }
}

@media (max-width: 1400px) {
    .servers_title {
        font-size: 32px;
        line-height: 110%;
    }

    .servers_text {
        font-size: 16px;
        line-height: 130%;
    }

    .servers_header {
        gap: 12px;
        padding: 0 16px 64px;
    }
}

@media (max-width: 1300px) {
    .earth {
        background: url(../assets/planet.svg) top / cover no-repeat;
        height: 500px;
    }

    .point_2 .point_line {
        height: 60px;
    }

    .point_1 .point_line {
        height: 160px;
    }

    .point_1 {
        top: 20px;
        left: 25%;
    }

    #servers::before {
        height: 135px;
    }

    .servers {
        padding: 135px 0 0;
    }
}

@media (max-width: 990px) {
    .point_2 {
        top: -25px;
        left: 45%;
    }

    .point_1 {
        top: 17px;
        left: 15%;
    }

}

@media (max-width: 700px) {
    .earth {
        background: url(../assets/planet.svg) 35% top / cover no-repeat;
        height: 500px;
    }

    .point_1 {
        top: 20px;
        left: 17%;
    }

    .point_2 {
        top: -25px;
        left: 65%;
    }

}

@media (max-width: 515px) {
    .earth_content {
        width: 295px;
    }

    .earth_content_right {
        display: none;
    }

    .point {
        max-width: 100px;
    }

    .earth {
        height: 410px;
    }

    .point_where {
        font-size: 16px;
        line-height: 115%;
    }

    .point_1 .point_line {
        height: 120px;
    }

    .point_2 {
        top: -42px;
        left: 65%;
    }
}