@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
a, button, p, select, span, ul {
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	margin: 0;
}

body {
	background: #030014;
	max-width: 1920px;
	margin: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

html {
	scroll-behavior: smooth;
}


.container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 200px;
}

.container .flex-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    max-width: 750px;
    position: relative;
    z-index: 999999999;
    margin-top: 100px;
}

.container .flex-content img {

max-width: 100%;
}

.container .flex-content .flex-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    align-self: stretch;
}

.container .flex-content .flex-text .title {
    font-family: Montserrat;
    font-size: 128px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: linear-gradient(90deg, #E64DFE 0%, #654DF8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.container .flex-content .flex-text .title span {
    background: linear-gradient(90deg, #654DF8 0%, #922D74 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Montserrat;
    font-size: 96px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.container .flex-content .flex-text .message {
    color: #FFF;
    text-align: left;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.container .flex-content .note {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.container .custom-shape {
    border-radius: 1366px;
    border: 59px solid #654DF8;
    filter: blur(176.5px);
    width: 1366px;
    height: 1366px;
    flex-shrink: 0;
    position: fixed;
    bottom: 225px;
    left: -500px;
    z-index: 1;
}

.container .globe {
    position: fixed;
    bottom: -50px;
    right: -100px;
    width: 544px;
    height: 532px;
}


@media screen and (max-width:768px) {
    .container .flex-content .flex-text .title, .container .flex-content .flex-text .title span{
        font-size: 44px;
    }

    .container .flex-content .flex-text .message{
        font-size: 28px;
    }

    .container .flex-content .note{
        font-size: 22px;
    }

    .container .flex-content img{
        max-width: 250px;
    }

    .container .globe{
        width: 344px;
        height: 332px;
    }

    
    .container{
        padding: 0 50px;
    }
}

@media screen and (max-width:450px) {
    .container{
        padding: 0 25px;
    }
}
