@font-face {
    font-family: Geneva;
    src: url(Geneva-Regular.ttf);
}

body {
    margin: 0;
    padding: 0;
    background: black;
    color: white;
    font-family: Geneva;
    /* height: 100vh; */
    /* overflow: hidden; */
}
/* Base styles */
.container {
    position: absolute;
    height: 235px;
    width: 450px;
    background-color: black;
    border-radius: 100%;
    top: 42%;
    left: 40%;
    box-shadow: 0px 0px 100px 50px rgba(233, 10, 114, 0.608);
}

.container::after {
    content: '';
    position: absolute;
    background-color: black;
    height: 450px;
    width: 678px;
    right: -103px;
    top: 0px;
    border-radius: 100%;
}

.bg {
    position: absolute;
    background-color: transparent;
    height: 60px;
    top: 22px;
    left: 30%;
    border-radius: 60px;
    box-shadow: -2px 129px 141px 56px rgba(8, 177, 215, 0.45);
}

.bg::after {
    content: '';
    position: absolute;
    height: 50px;
    bottom: 99px;
    left: 138px;
    box-shadow: -2px 129px 141px 56px rgba(8, 177, 215, 0.45);
}

.bottom {
    position: absolute;
    height: 60px;
    bottom: 40px;
    left: 30%;
    border-radius: 60px;
    box-shadow: -2px 129px 112px 62px rgba(8, 177, 215, 0.45);
}

.bottom::after {
    content: '';
    position: absolute;
    width: 512px;
    bottom: 69px;
    left: 138px;
    box-shadow: 66px 109px 153px 53px rgba(8, 177, 215, 0.45);
}

.top {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 75px 150px;
    padding-bottom: 0px;
    position: relative;
    z-index: 9999;
}

.evolv {
    font-family: Geneva;
    font-size: 59px;
    letter-spacing: -3px;
    font-weight: 600;
}

.Innovation {
    margin-bottom: 48px;
    font-weight: 500;
    font-size: 31px;
}

.main {
    font-size: 80px;
    line-height: 1.6;
    padding-left: 150px;
    z-index: 9999;
    position: relative;
    margin-top: 60px;
}

.service {
    padding-left: 150px;
    padding-right: 150px;
    display: flex;
    position: relative;
    z-index: 999;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 130px;
}

.items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.items h1 {
    font-size: 20px;
}
hr{
    margin-bottom: 55px;
    width: 44%;
    /*height: 1px;*/
    background-color: rgb(214, 255, 255);
}
.items svg{
    width: 55px;
    height: 55px;
}
/* Responsive styles */
@media (max-width:1440px) {
    hr{
        width: 30%;
    }
}    
@media (max-width: 1200px) {
    .container {
        width: 400px;
        height: 200px;
        right: 80px;
    }

    .container::after {
        width: 600px;
        height: 400px;
        right: -80px;
    }

    .bg {
        left: 25%;
    }

    .bottom {
        left: 25%;
    bottom: 30px;
    height: 50px;
    box-shadow: -2px 100px 90px 50px rgba(8, 177, 215, 0.45);
    }

    .bottom::after {
        width: 400px;
        bottom: 50px;
        left: 100px;
        box-shadow: 50px 80px 120px 40px rgba(8, 177, 215, 0.45);
    }

    .top {
        padding: 50px 100px;
        padding-right: 25px;
    }
    hr{
        width: 30%;
    }
   .Innovation{
    font-size: 25px;
   }
    .main {
        font-size: 60px;
        padding-left: 100px;
    }

    .service {
        padding-left: 100px;
        padding-right: 100px;
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .top {
        padding: 30px 50px;
        flex-direction: column;
        align-items: start;
    }

    hr{
        display: none;
    }

    .main {
        font-size: 48px;
        padding-left: 50px;
    }

    .service {
        padding-left: 50px;
        padding-right: 50px;
        margin-top: 75px;
		gap:11px;
    }
}    

@media (max-width: 768px) {
    .container {
        width: 300px;
        height: 150px;
		left: 29%;
    }

    .container::after {
        width: 450px;
        height: 300px;
        right: -65px;
        top: -10px;
    }

    .bg {
        left: 20%;
        height: 40px;
        top: 15px;
    }

    .bg::after {
        height: 30px;
        bottom: 70px;
        left: 80px;
    }

    .bottom {
        left: 20%;
        bottom: 20px;
        height: 40px;
        box-shadow: -2px 80px 70px 40px rgba(8, 177, 215, 0.45);
    }

    .bottom::after {
        width: 300px;
        bottom: 40px;
        left: 70px;
        box-shadow: 40px 60px 90px 30px rgba(8, 177, 215, 0.45);
    }

    .top {
        padding: 30px 50px;
        flex-direction: column;
        align-items: start;
    }

    .evolv {
        font-size: 48px;
    }

    .main {
        font-size: 48px;
        padding-left: 50px;
		        margin-top: 20px;
    }

    .service {
        padding-left: 50px;
        padding-right: 50px;
        margin-top: 75px;
		gap: 50px;
        flex-direction: column;
		align-items:start;
    }

    .items h1 {
        font-size: 15px;
    }
	.items{
		align-items:start;
	}
}

@media (max-width: 480px) {
    .container {
        width: 200px;
        height: 100px;
        right: 30px;
    }

    .container::after {
        width: 300px;
        height: 200px;
        right: -30px;
    }

    .bg {
        left: 15%;
        height: 30px;
        top: 10px;
    }

    .bg::after {
        height: 20px;
        bottom: 50px;
        left: 50px;
    }

    .bottom {
        left: 15%;
        bottom: 10px;
        height: 30px;
        box-shadow: -2px 60px 50px 30px rgba(8, 177, 215, 0.45);
    }

    .bottom::after {
        width: 200px;
        bottom: 30px;
        left: 50px;
        box-shadow: 30px 40px 60px 20px rgba(8, 177, 215, 0.45);
    }

    .top {
        padding: 20px 30px;
        flex-direction: column;
        align-items: start;
    }

    .evolv {
        font-size: 36px;
    }

    .main {
        font-size: 36px;
        padding-left: 30px;
    }

    .service {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 50px;
    }

    .items h1 {
        font-size: 11px;
    }
}

@keyframes floatAnimation {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(10px, -10px);
    }
    50% {
        transform: translate(0, -10px);
    }
    75% {
        transform: translate(-10px, -10px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes glowAnimation {
    0% {
        box-shadow: -2px 129px 141px 56px rgba(8, 177, 215, 0.45);
    }
    50% {
        box-shadow: 48px 179px 191px 70px rgba(8, 177, 215, 0.6);
    }
    100% {
        box-shadow: -2px 129px 141px 56px rgba(8, 177, 215, 0.45);
    }
}

.bg, .bottom {
    animation: floatAnimation 3s ease-in-out infinite, glowAnimation 3s ease-in-out infinite;
}

.bg::after, .bottom::after {
    animation: glowAnimation 3s ease-in-out infinite;
}

