/* 
-------------------------------------------------------------------------------
PERSPECTIVE SECTION
------------------------------------------------------------------------------- 
*/

.linked-earth {
    position: absolute;
    left: -500px;
    border-radius: 100%;
    overflow: hidden;
    z-index: -1;
    width: 1200px;
    bottom: -500px;
}

.perspective-section {
    /*background-image: url('../images/Perspective-section.webp');
    background-size: cover;*/
    height: 800px;
    display: flex;
    background-position: bottom;
    z-index: 1;
    position: relative;
    background-color: rgb(23, 41, 54);
    justify-content: center;
}

.perspective-section-1 {
    display: flex;
    justify-content: center;
    width: 50%;
}

.perspective-section-2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

.perspective-section-center-div {
    max-width: 1500px;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.perspective-header {
    color: white;
    font-family: gilroy;
    font-weight: 100;
    padding: 100px;
    font-size: 40px;
    justify-content: left;
    line-height: 68.64px;
}

.perspective-block1 h1, .perspective-block2 h1, .perspective-block3 h1, .perspective-block4 h1 {
    margin: 30px;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 100;
}

.perspective-block1 p, .perspective-block2 p, .perspective-block3 p, .perspective-block4 p {
    margin: 30px;
    margin-top: 10px;
    color: rgba(253, 253, 253, 0.373);
}

.perspective-block1 img, .perspective-block2 img, .perspective-block3 img, .perspective-block4 img {
    height: 40px;
    width: 40px;
    margin: 30px;
    margin-bottom: 15px;
}

.block1-number, .block2-number, .block3-number, .block4-number {
    font-size: 40px;
    margin: 10px;
    margin-left: 0;
    font-weight: 900;
}

/* Block 1 */

.perspective-block1, .perspective-block2, .perspective-block3, .perspective-block4 {
    color: white;
    height: 223px;
    width: 313px;
    right: 10%;
    justify-content: right;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(186, 186, 186, 0.20);
    backdrop-filter: blur(12px);
    z-index: 1;
    position: absolute;
}

.perspective-block1 {
    margin-top: -400px;
    margin-right: 50px;
}

/* Block 2 */

.perspective-block2 {
    margin-top: 50px;
    margin-right: 365px;
}

/* Block 3 */

.perspective-block3 {
    margin-top: 500px;
    margin-right: 50px;
}

/* Block 4 */

.perspective-block4 {
    margin-top: 500px;
    margin-right: 680px;
}

/* Background Blur */

.perspective-blur {
    position: absolute;
    justify-content: right;
    background-color: #00A2DB;
    height: 600px;
    width: 600px;
    filter: blur(200px);
    opacity: 0.4;
    border-radius: 600px;
    right: 200px;
    margin-top: 100px;
}