@import url("/content/united.css");
@import url("/content/fonts.css");
main {
    padding-bottom: 300px;
    padding-top: 80px;
    background: url(/src/water.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section {
    max-width: 500px;
    height: 70px;
    border-radius: 65px;
    padding: 30px 100px;
    background: white;
    justify-content: space-around;
    align-items: center;
    display: flex;
    margin: 0 auto;
}
footer {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 380px;
    background: url(/src/bottom.png);
    background-position-y: -80px;
    background-size: 100% 150%;
    background-repeat: no-repeat;
    box-shadow: 0px 24px 55px 13px #00fffb;
}
blockquote {
    max-width: 700px;
    border-radius: 34px;
    background: #fff;
    box-shadow: 1px 1px 18px 6px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
}
input {
    margin: 10px 0;
    font-family: var(--g);
    color: rgb(255, 255, 255);
    margin-left: 3%;
    background: none;
    text-align: center;
    font-size: 35px;
    padding-bottom: 10px;
    border-bottom: #062943 8px solid;
}
input::placeholder {
    color: rgb(255, 255, 255);
}
.partner-block {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #0b56a2;
}
.right-side {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}
.partnership-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: auto;
}
.partnership-btn > div {
    height: 83px;
    user-select: none;
    box-sizing: border-box;
    padding: 10px 12px;
    font-weight: 900;
    font-size: xx-large;
    background: #073563;
    border: 4px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.btn-arrow {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #0c335b;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    top: -75px;
}
.features {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    gap: 10px;
    margin-top: 80px;
}
.features > img {
    width: 180px;
}
.global-slider {
    height: 450px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 80px;
}
.slider {
    display: flex;
    animation: slide-animation 20s linear infinite;
}
.slider-box {
    width: 400px;
    flex: 0 0 auto;
    margin: 0 30px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: white;
}
.slider-box > img {
    margin: 0 auto;
    padding: 20px;
    width: 350px;
}
.slider-box > .card {
    width: 100%;
    background: #474747;
    text-align: center;
    padding: 10px 0;
    font-size: 35px;
    color: white;
}
@keyframes slide-animation {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.partnerModal {
    width: 100%;
    height: 100%;
    background: #1A486B;
    position: fixed;
    z-index: 1000;
    display: none;
}
.partner-offer {
    max-width: 400px;
    font-size: xx-large;
    margin: 0 auto;
    position: relative;
    bottom: 20px;
    padding: 20px 25px;
    text-align: center;
    border: 4px solid white;
    color: white;
    background: #103552;
    border-radius: 10px;
}
.partner-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.ico {
    margin-top: -20px;
    margin-left: -20px;
    position: absolute;
}
.topik {
    box-shadow: 0px -21px 35px 0px #ffffff;
    width: 100%;
    background: url(/src/carbon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
}
.align {
    display: flex;
}
.align i {
    position: relative;
}
.block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.button {
    font-family: var(--gb);
    color: white;
    font-size: 35px;
    padding: 10px 45px;
    border-radius: 20px;
    border: 6px solid #011b51;
    background: radial-gradient(160.1% 94.34% at 44.55% 26.92%, #00d1ff 0%, #0074b6 100%);
}