@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&family=Roboto&display=swap');
/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
svg {
    max-width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    border: 1px solid #113A47;
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    width: 100%;
    height: 100%;
    background-color: #040A20;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    color: #FFFFFF;
}

section.lead {
    background-image: url(top-bg.svg);
    background-repeat: no-repeat;
    background-position: center 160px;
    padding-bottom: 120px;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
}
.logo {
    flex: 0 0 100%;
    width: 100px;
    display: block;
    text-align: center;
}
.logo svg {
    margin-top: 48px;
    margin-bottom: 80px;
}
.row {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.row .col {
    display: flex;
    flex-direction: column;
    flex: 0 0 614px;
    max-width: 100%;
}

.container.leading {
    border: 1px solid #254D67;
    background: linear-gradient(360deg, rgba(6, 17, 39, 0.55) 0%, rgba(26, 41, 72, 0.55) 100%);
    border-radius: 24px;
    padding-top: 80px;
    padding-right: 160px;
    padding-bottom: 80px;
    padding-left: 160px;

}
.container.leading .col:first-child {
    flex: 0 0 520px;
}
.container.leading .col:last-child {
    width: 100%;;
    flex: 0 0 485px;
    flex-direction: column;
    gap: 48px;
}
.container.leading .col:last-child qoute {
    color: #ffffff;
    /*display: flex;*/
    gap: 18px;
    flex-direction: column;
}
.container.leading .col:last-child qoute .title {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
}


.agis .col {
    gap: 48px
}
.agis h2 {
    padding-bottom: 32px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
}
.agis h3 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0%;
    padding-bottom: 18px;
}
.agis p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #C2C2C2;
    max-width: 480px;
}


.qote-slider-wrapper {
    position: relative;
    width: 100%;
    height: 540px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.qote-slider {
    position: relative;
    
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;
    position: relative;
}
qoute {
    opacity: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    max-width: 440px;
    width: 100%;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    display: none;
    transition: all 0.5s ease;
}

qoute.first {
    
    opacity: 0.35;
    display: flex;
}
qoute.second {
    
    opacity: 1;
    display: flex;
}
qoute.third {
    
    opacity: 0.15;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    display: flex;
}


section.contact {
    display: flex;
    padding: 80px 0 120px 0;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    align-self: stretch;
    background: #040A20;
    box-shadow: 0px 0px 64px 8px rgba(100, 213, 247, 0.08);
}
section.contact .container {
    flex-direction: column;
    text-align: center;
}
section.contact .container h2  {
    padding-bottom: 48px;
}
section.contact form { 
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: 800px;
}
section.contact form input {
    border-radius: 8px;
    border: 1px solid #254D67;
    background: #061127;
    box-sizing: border-box;
    padding: 24px 32px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
} 
section.contact form textarea {
    border-radius: 8px;
    border: 1px solid #254D67;
    background: #061127;
    display: flex;
    height: 152px;
    padding: 24px 32px;
    align-items: flex-start;
    gap: 160px;
    align-self: stretch;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
section.contact form label {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
section.contact form button {
    color: #040A20;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    display: flex;
    padding: 24px 32px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    background: #39D5FF;
    border: none;
}

section.footer {
    display: flex;
    padding: 48px 240px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
    align-self: stretch;
}
section.footer p {
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 1300px) {
    .container.leading {
        padding: 40px 40px 80px 40px;
        max-width: 90%;
    }
    .container.leading .row {
        flex-direction: column-reverse;
    }
    .container.agis {
        padding: 80px 40px 80px 40px;
    }
    .container.agis .row {
        justify-content: center;
    }
    svg {
        max-width: 90%;
        margin: 0 5%;
    }
    section.contact {
        padding: 0;
    }
    section.contact form {
        max-width: 90%;
    }
    section.footer {
        padding: 40px 20px 20px 20px;
    }
    
}


span.scroll-naw {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: -8px;
    width: 48px;
    height: 48px;
    opacity: 1;
    margin-top: 160px;
    z-index: 999;
}
span.scroll-naw.scroll-down {
    bottom: 0;
    margin-top: auto;
    margin-bottom: 160px;
}
span.scroll-naw svg {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
}