* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family:"Inter Tight Light";
    src:url("./assets/fonts/Inter_Tight/static/InterTight-Light.ttf") format("truetype");
}

@font-face {
    font-family:"Inter Tight Regular";
    src:url("./assets/fonts/Inter_Tight/static/InterTight-Regular.ttf") format("truetype");
}

@font-face {
    font-family:"Inter Tight";
    src:url("./assets/fonts/Inter_Tight/static/InterTight-Black.ttf") format("truetype");
}

body {
    height: auto;
    overflow-x: hidden;
    color: #F9F9F9;
    background: linear-gradient(to bottom, #B6C6D3 10%, #010101 8%);
}

.db{display:block;}
.mw{max-width: 1200px;margin:0 auto;}
.mo{display:none;}


@media (max-width: 810px) {
    body {
        height: 1800px;
    }
}
@media (max-width: 640px) {
    body {
        height: 1900px;
    }
}
@media (max-width: 580px) {
    body {
        height: 2000px;
    }
}
@media (max-width: 450px) {
    body {
        height: 2200px;
    }
	.mo{display:block;}
}
@media (max-width: 375px) {
    body {
        height: 2414px;
    }
}



.header-container {
    position:relative;
    width:100%;
    padding: 24px 60px 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 111px;
}

@media (max-width: 810px) {
    .header-container {
        padding: 24px 40px 0 40px;
    }
}
@media (max-width: 580px) {
    .header-container {
        padding: 24px 16px 0 16px;
        gap: 100px;
    }
}

.header {
    width: 100%;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-button {
    font-family: "Inter Tight Light", sans-serif;
    background: transparent;
    border: 1px solid #3E5870;
    padding: 6px 12px;
    border-radius: 25px;
    color: #3E5870;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.4s ease, color 0.4s ease;
	text-decoration: none;
}

.contact-button:hover {
    background-color: #3E5870;
    color: #ffffff;
}

.title-input {
    width: 700px;
    display: flex;
    gap: 34px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 810px) {
    .title-input {
        width: 100%;
    }
}

h1 {
    font-family: "Inter Tight Regular",  sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #151515;
}

@media (max-width: 810px) {
    h1 {
        font-size: 32px;
        text-align: center;
        line-height: 110%;
    }
}

.input-container {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 60px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    padding: 6px;
    width: 100%;
}

.input-container input {
    flex: 1;
    width: 50%;
    border: none;
    outline: none;
    font-size: 1rem;
    padding: 8px 8px 8px 24px;
    border-radius: 50px;
}

.input-container button {
    font-family: "Inter Tight Light", sans-serif;
    background: #0a1128;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 8px 16px;
    font-size: 0.95rem;
    font-weight: 500;
    /*
	cursor: pointer;
    transition: background 0.4s ease;
	*/
}
/*
.input-container button:hover {
    background-color: #3E5870;
}
*/
.business-subtitle {
    position: relative;
    top: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

h2 {
    font-family: "Inter Tight Light",  sans-serif;
    font-size: 16px;
    color: #A3B4C5;
    text-align: center;
}

.business-container {
    display: flex;
    flex-wrap: wrap;
    width: 747px;
    gap: 8px;
    justify-content: center;
    background: transparent;
    padding: 10px;
}


@media (max-width: 750px) {
    .business-container {
        width: 100%;
		gap: 4px;
    }
}

.bubble {
    position: relative;
    padding: 7px 12px;
    border-radius: 999px;
    background: linear-gradient(to right, #F7FBFF, #CBE5F8);
    color: #373737;
    font-family: 'Inter Tight Regular', sans-serif;
    font-size: 15px;
    font-weight: 500;
    transition: background 1s;
}

.bubble:hover {
    cursor: default;
    background: linear-gradient(to right, #CBE5F8,#F7FBFF);
}

.bubble-notification {
    position: absolute;
    top: 0;
    right: -5px;
}

.background-svg-container {
    position: absolute;
    top: 64px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: clip;
    z-index: -3;
}

.background-text{
    position: absolute;
    top: 0;
    transform: translate(38px);
    width: 105vw;
    height: auto;
    max-width: none;
    z-index: -1;
}

@media (min-width: 1700px) {
    .background-text {
        display: none;
    }
}
@media (max-width: 1100px) {
    .background-text {
        display: none;
    }
}

.background-lines {
    position: absolute;
    top: 200px;
    height: auto;
    width: 100vw;
}

.background-ellipse-container {
    position: absolute;
    top: 0;
    height: 1550px;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
}

.background-ellipse {
    position: absolute;
    top: 650px;
    left: 50%;
    width: 1300px;
    height: 1300px;
    border-radius: 50%;
    z-index: -3;
    transform: translate(-50%);
}

.background-ellipse::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(
            circle at center,
            #758C9F 0%,
            #758C9F 25%,
            transparent 70%
    );
    filter: blur(150px);
}

@media (min-width: 2000px) {
    .background-ellipse {
        top: 500px;
        width: 1800px;
        height: 1800px;
    }
}
@media (max-width: 810px) {
    .background-ellipse-container {
        height: 1800px;
    }
    .background-ellipse {
        top: 700px;
    }
}
@media (max-width: 640px) {
    .background-ellipse-container {
        height: 1900px;
    }
    .background-ellipse {
        top: 750px;
    }
}
@media (max-width: 580px) {
    .background-ellipse-container {
        height: 2000px;
    }
    .background-ellipse {
        height: 1400px;
        top: 800px;
    }
}
@media (max-width: 450px) {
    .background-ellipse-container {
        height: 2200px;
    }
    .background-ellipse {
        height: 1700px;
        top: 850px;
    }
}
@media (max-width: 375px) {
    .background-ellipse-container {
        height: 2414px;
    }
}



.background-image {
    position: absolute;
	    /* position: fixed; */
    z-index: -5;
    top: 0;
    width: 100vw;
    height: 1550px;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (max-width: 810px) {
    .background-image {
        top: 70px;
        height: 1103px;
        width: 100vw;
    }
}

@media (max-width: 580px) {
    .background-image {
        top: 120px;
        height: 787px;
        width: 100vw;
    }
}

@media (max-width: 375px) {
    .background-image {
        top: 200px;
        height: 770px;
        width: 100vw;
    }
}

.info-frame {
    position: relative;
    top: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: transparent;
}

.info-content {
    width: 95%;
    background: #242424;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    border-radius: 10px;
    padding: 40px 44px 112px 44px;
}

@media (max-width: 810px) {
    .info-content {
        flex-direction: column;
        gap: 70px;
        padding-bottom: 60px;
    }
}

.background-layer {
    position: absolute;
    height: 100%;
    border-radius: 14px;
}

.layer1 {
    width: 92%;
    top: -20px;
    z-index: -1;
    background: #181818;
}

.layer2 {
    width: 89%;
    top: -40px;
    z-index: -2;
    background: #0F0F0F;
}

.info-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 60%;
}

@media (max-width: 810px) {
    .info-left {
        width: 100%;
    }
}

.info-left h2 {
    font-family: "Inter Tight Regular",  sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #A3B4C5;
    text-align: left;
}

ul {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 411px;
}

@media (max-width: 580px) {
    ul {
        width: 100%;
    }
}

li {
    font-family: "Inter Tight Regular",  sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #F3F3F3;
    width: 399px;
    display: flex;
    align-items: flex-start;
    gap: 17px;
}

@media (max-width: 580px) {
    li {
        flex-direction: column;
        width: 100%;
    }
}

.icon-circle {
    border-radius: 50%;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.icon-circle.small {
    background: linear-gradient(to right, #F7FBFF, #CBE5F8);
    width: 40px;
    height: 40px;
}

.icon-circle.large {
    width: 56px;
    height: 56px;
    background: transparent;
    border: 1px solid white;
}

.info-right {
    width: 37%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #e5e5e5;
}
@media (min-width: 2000px) {
    .info-right {
        width: 50%;
    }
}
@media (min-width: 1600px) {
    .info-right {
        width: 40%;
    }
}
@media (max-width: 810px) {
    .info-right {
        width: 100%;
    }
}

.branding-container {
    font-family: "Inter Tight Regular",  sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 130%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;

}
@media (min-width: 2000px) {
    .branding-container {
        font-size: 32px;
    }
}
@media (min-width: 1600px) {
    .branding-container {
        font-size: 24px;
    }
}

.info-right p {
    line-height: 1.5;
}

.info-right a {
    color: #43AFFF;
    text-decoration: none;
}

.info-right .email-button {
    font-family: "Inter Tight Regular",  sans-serif;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-radius: 30px;
    padding: 16px 24px;
    width: 100%;
    background: linear-gradient(to right, #F7FBFF, #CBE5F8);
    color: #000;
	text-align: center;
    cursor: pointer;
    transition: background 0.6s ease;
}

@media (min-width: 2000px) {
    .info-right .email-button {
        font-size: 32px;
    }
}
@media (min-width: 1600px) {
    .info-right .email-button {
        font-size: 28px;
    }
}
@media (max-width: 890px) {
    .info-right .email-button {
        margin-top: 16px;
    }
}

.info-right .email-button:hover {
    background: linear-gradient(to right, #CBE5F8, #F7FBFF);
}
