html {
    font-size: 16px;
}

body {
    font-family: "Helvetica Now Display Regular";
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    font-size: 50%;
}

.center {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@font-face {
    font-family: "Helvetica Now Display Extra Bold";
    src: url("HelveticaNOW/HelveticaNowDisplay-ExtraBold.otf");
}

@font-face {
    font-family: "Helvetica Now Display Regular";
    src: url("HelveticaNOW/HelveticaNowDisplay-Regular.otf");
}

@font-face {
    font-family: "Helvetica Now Display Medium";
    src: url("HelveticaNOW/HelveticaNowDisplay-Medium.otf");
}

@font-face {
    font-family: "Helvetica Now Display Bold";
    src: url("HelveticaNOW/HelveticaNowDisplay-Bold.otf");
}

.container {
    display: flex;
    align-items: center;


}

.container2 {

    flex-direction: column;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;

}

.container3 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
}

.container4 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3E7BFF;
}

.container5 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #242426;
}




header {
    background-color: #FFFFFF;
    z-index: 1;
    position: relative;
}

a[href]{
    text-decoration: none;
}

.nav-container {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
}

.page-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

p {
    margin: 10px;
}

body {
    background-color: #EEEEEE;

    width: 100%;

    margin: 0;
}

.page-bg {
    position: relative;
    width: 100%;
    height: 10900px;
    background-color: #EEEEEE;
    justify-content: center;
    align-items: center;
}

.page-gradient {
    height: 244px;

    background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
    z-index:20;
    position: relative;
}

#box {
    display: flex;
    flex-direction: column;
    height: 300px;
    background-color: #942121;
    /* justify-content: center; */
    align-items: center;
}

.header {
    height: 49px;
    width: 89%;
}

.center-cont {
    display: flex;
    align-items: center;
}

.helios-logo-lock-up-lg {
    height: 46px;
    width: 160px;
    padding-top: 35px;
    padding-left: 80px;
    margin-right: auto;
}

.button {
    height: 48px;
    width: 145px;
    float: right;
    margin-top: 35px;
    margin-right: 100px;
    border-radius: 24px;
    background-color: #3E7BFF;
}

.mr100 {
    margin-right: 100px;
}

.button2 {
    display: flex;
    align-items: center;
    height: 48px;
    width: 145px;
    border-radius: 24px;
    background-color: #3E7BFF;
}

.pill-button {
    height: 48px;
    min-width: 145px;
    border-radius: 24px;
    border: none;
    background-color: #3E7BFF;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FCFCFC;
    font-family: "Helvetica Now Display Bold";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.16px;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
}

.splash {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    background-image: url('images/bg_element_lg@2x.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    justify-content: center;
}

.helios-was-built-to {
    height: auto;
    width: 57%;
    color: #242426;
    font-family: "Helvetica Now Display Regular";
    font-size: 28px;
    letter-spacing: -0.32px;
    line-height: 48px;
    text-align: center;
    /*background-color: #942121;*/
}

.round-icon {
    display: flex;
    border-radius: 40px;
    box-sizing: border-box;
    height: 80px;
    width: 80px;
    align-items: center;
    justify-content: center;
    border: 3px solid #3E7BFF;
    margin-left: 48px;
    margin-top: 60px;
}

.round-icon svg {
    height: 34px;
    width: 34px;
    object-fit: contain;
}

.round-icon svg * {
    fill: #3E7BFF;
}


.a-single-source-for {
    height: auto;
    color: #3E7BFF;
    /*background-color: #ffffff ;*/
    font-family: "Helvetica Now Display Extra Bold";
    font-size: 48px;
    font: "Helvetica Now Display Extra Bold";
    font-weight: 800;
    letter-spacing: -0.56px;
    line-height: 70px;
    text-align: center;
    margin: 50px 30px 0 30px;
}

.insights {
    height: 68.4%;
    width: 84.5%;
    margin-top: -30px;
}

.insights-container {
    display: flex;
    flex-direction: column;
    /*flex-wrap: wrap;*/
    justify-content: center;
    height: auto;

    width: 89%;
    margin-bottom: 250px;
    /*background-color: #942121;*/
    max-width: 1440px;
}

@media (max-width:1180px) {

    .insights {
        width: 100%;
    }

    .insights-container {
        margin-bottom: 200px;
    }

    .round-icon {
        margin-left: 30px;
    }
}

.ai-powered-trends-an {
    width: 100%;
    color: #3E7BFF;
    font-family: "Helvetica Now Display Bold";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.22px;
    line-height: 34px;
}

.helios-employs-machi {

    width: auto;
    color: #242426;
    font-family: "Helvetica Now Display Regular";
    font-size: 16px;
    /*clamp(.8rem, 1.1rem, 1.1rem);*/
    letter-spacing: -0.18px;
    line-height: 28px;
    flex-grow: 2;
    /*background-color: #942121;*/
}

@media (max-width:1180px) {

    .helios-employs-machi {
        font-size: 20px;
    }


}

.mass-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 30;
}



.splash-container {
    display: flex;
    background-color: #FFFFFF;
    flex-direction: column;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.mass-container,
.container2,
.container3,
.container4,
.container5 {
    overflow: hidden;
}

@media (max-width:1180px) {

    .splash-container {
        margin-bottom: -200px;
    }

    .mass-container {
        margin-bottom: 00px;
        margin-top: -150px;
    }


}

.triangle-sm {

    height: 50%;
    width: 25%;
}

.left {
    border-radius: 25px;
    background-color: #ffffff;
    /*max-height: 650px;*/
    flex: 1;
    /*height: auto;*/
    /*width: 48%;*/
    /*flex-shrink: 2;*/
    margin-right: 20px;
    align-self: stretch;
    padding: 0px;
}

.right {
    display: flex;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 25px;
    margin-left: 20px;
    align-self: stretch;
    /*height: auto;*/
    /*width: 48%;*/
    /*flex-shrink: 2;*/
    /*width: 48%;*/
    /*margin-left: auto;*/
    flex: 1;
    padding-left: 20px;
    justify-content: right;

}

.right-2 {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 25px;
    margin-left: 20px;
    align-self: stretch;
    min-height:600px;
    flex: 1;
}

.right-2 > div{
    flex:1;
    position: relative;
}

.insights-cutoff {
    position:absolute;
    left:0;
    right:0;
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: top 0 right 80px;
}

@media (max-width:1390px) {.insights-cutoff{ object-position: top 0 right 30px; }}
@media (max-width:1280px) {.insights-cutoff{ object-position: top 0 right -55px; }}
@media (max-width:1180px) {.insights-cutoff{ object-position: center; object-fit: contain; transform: scale(1.1);}}
@media (max-width:980px) {.insights-cutoff{ transform: scale(1.2);}}
@media (max-width:768px) {.insights-cutoff{ transform: scale(1.3) translateX(-40px);}}

@media (max-width:1180px) {
    .right {
        margin-left: 0px;
    }

    .right-2 {
        margin-left: 0;
        background-color: #ffffff00;
        min-height: 80vw;
        overflow: visible;
    }


    .left {
        margin-right: 0px;
    }
}

.row {
    margin-top: 48px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

    height: auto;
    gap: 42px
}

.row2 {
    display: flex;
}

@media (max-width:1180px) {

    .row {

        flex-direction: column;
        margin-bottom: 000px;
        gap: 15px;

    }


    .row2 {
        flex-direction: column;
        gap: 15px;
    }

}




.col-1 {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    flex: 1;
    border-radius: 25px;
    padding: 40px;
    padding-top: 20px;
    background-color: #ffffff;
    /* margin-right: 32px; */
}

.col-2 {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    flex: 1;
    border-radius: 25px;
    padding: 40px;
    padding-top: 20px;
    background-color: #ffffff;
    /* margin-right: 32px; */
}

.col-3 {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    /*max-height: 442px;*/
    flex: 1;
    border-radius: 25px;
    padding: 40px;
    padding-top: 20px;
    background-color: #ffffff;

}


.closer {

    display: flex;
    flex-direction: column;
    max-width: 1440px;
    margin-top: 100px;
    justify-content: center;
    align-items: center;
    height: auto;
    background-color: #FFFFFF;
    background-image: url('images/bg_element_sm@2x.png');
    background-size: 80%;
    background-position-x: center;
    padding-top: 50px;
    padding-bottom: 200px;
}

.closer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.request-a-demo {
    height: 24px;
    width: 116px;
    color: #FCFCFC;
    font-family: "Helvetica Now Display Bold";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.16px;
    line-height: 24px;
    text-align: center;
}



.helios-mark {
    height: 110px;
    width: 111px;
    margin-top: 100px;
    margin-bottom: 50px;
}

.helios-rebuilds-the {
    height: auto;
    width: 47%;
    color: #242426;
    font-family: "Helvetica Now Display Regular";
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.36px;
    line-height: 53px;
    text-align: center;
}

.helios-will-benefit {
    height: auto;
    width: 57%;
    color: #737373;
    font-family: "Helvetica Now Display Regular";
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.22px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 50px;
}


.rectangle {
    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    background-color: #3E7BFF;
    max-width: 1400px;

    padding: 70px 0 120px 0;

}


.partners {
    display: flex;
    gap: 42px;
    background-color: #3E7BFF;
    width: 89%;
}

.partners>div {
    padding-bottom: 15px;
}

.insights-info {
    height: auto;
    width: 90%;
    /*background-color: #942121;*/
    color: #242426;
    font-family: "Helvetica Now Display Bold";
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 50px;
    margin-top: 30px;
    padding-left: 40px;
    padding-top: 10px;
}

@media (max-width:1180px) {
    .insights-info {
        margin-left: -10px;
    }

    .serving-up-strategy {
        margin-left: -10px;
    }

}

.serving-up-strategy {
    height: 38px;

    color: #737373;
    font-family: "Helvetica Now Display Medium";
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.26px;
    line-height: 38px;
    padding-left: 40px;
}

.making-sense-of-dash {
    display: flex;
    height: auto;
    align-self: stretch;
    color: #242426;
    font-family: "Helvetica Now Display Regular";
    font-size: 20px;
    letter-spacing: -0.2px;
    line-height: 34px;
    padding: 15px;
    padding-left: 40px;

}

.mask {
    height: 602px;
    width: 624px;
    border-radius: 20px;


}

.hear-what-our-partne {
    text-align: center;
    margin-bottom: 80px;
    height: 53px;
    /*
    width: 680px;
    */
    color: #FFFFFF;
    font-family: "Helvetica Now Display Bold";
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.36px;
    line-height: 53px;

}

.whole-cont {
    width: 60%;
    height: 100%;
    display: flex;
    align-self: center;
    flex-direction: column;
    /*background-color: #06b930;*/
    align-items: flex-end;
}

.cont {

    display: flex;
    flex-direction: column;
    align-self: center;
    /*background-color: #942121;*/
    justify-content: center;
    align-items: center;
    width: 100%;
}

.tri-lg {
    width: 20%;
    height: 70%;
    margin-top: 40px;
    z-index: 1;
    object-position: left;
}

.tri-md {
    width: 20%;
    height: 55%;
    margin-top: 150px;
    object-position: right;
}

.tri-sm {
    width: 12%;
    height: 12%;
    margin-right: 180px;
    margin-bottom: 50px;
    object-position: top;


}

@media (max-width:1180px) {
    .tri-lg {
        width: 0%;
        height: 0%;
        margin-top: 0px;
        z-index: 1;
    }

    .tri-md {
        width: 0%;
        height: 05%;
        margin-top: 0px;
    }

    .tri-sm {
        width: 0%;
        height: 0%;
        margin-right: 0px;
        margin-bottom: 0px;


    }
}



.mask-footer {
    display: flex;
    height: 466px;

    align-self: center;
    width: 100%;

    background-color: #FFFFFF;
}


.looking-for-a-lighte {
    height: auto;
    /*background-color: #3E7BFF;*/
    color: #242426;
    font-family: "Helvetica Now Display Bold";
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.36px;
    line-height: 53px;
    text-align: center;
}

@media (max-width:1180px) {
    .looking-for-a-lighte {
        margin-bottom: -15px;
    }
}

.partners-img {
    align-self: flex-end;
    margin-bottom: 40px;
    margin-right: 8%;
    width: 30%;
    height: 40%;
    max-height: 53px;
}


.clik {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-self: stretch;
    border-radius: 25px;
    background-color: #ffffff;
}

.azendo {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-self: stretch;
    border-radius: 25px;
    background-color: #ffffff;
}

.partners-box {
    display: flex;
    /*background-color: #942121;*/
}

.ceo-box {
    display: flex;
    flex-direction: column;
    /*background-color: #504F4F;*/
    align-self: stretch;
    flex: 1 0 30%;
    margin-bottom: -20px;
}

.sean-marra {
    display: flex;
    width: 70%;
    /*background-color: #3E7BFF;*/
    color: #737373;
    font-family: "Helvetica Now Display Medium";
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.26px;
    line-height: 38px;
    margin-top: 30px;
    margin-left: 30px;
}

.ceo-cli-kdata {

    width: 80%;
    color: #3E7BFF;
    /*background-color: #EEEEEE;*/
    font-family: "Helvetica Now Display Bold";
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.22px;
    line-height: 34px;
    margin-left: 30px;
    margin-top: -10px;
    margin-bottom: 50px;
}

.helios-mar-tech-has-h {
    height: auto;
    width: 89%;
    color: #242426;
    font-family: "Helvetica Now Display Medium";
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.18px;
    line-height: 30px;
    margin-left: 30px;
}


.footer {
    height: 356px;
    width: 100%;
}

.rectangle-footer {
    display: flex;
    flex-direction: column;
    height: 356px;
    background-color: #242426;
    justify-items: right;
    max-width: 1440px;
}


.helios-logo-ko-lg {
    height: 62px;
    width: 215.32px;
    margin-left: 80px;
    margin-top: 90px;
}

@media (max-width:1180px) {
    .helios-logo-ko-lg {
        margin-left: 0;
        padding-top: 50px;
    }
}

.upper-footer {
    display: flex;
    justify-content: space-between;

    /*background-color: #942121;*/
    width: 100%;
    height: 180px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    height: 85px;
    width: 60%;
    margin-top: 80px;
    /*align-self: flex-end;*/
    margin-right: 15px;
    /*background-color: #3E7BFF; */
}

.sub-footer {
    display: flex;
    align-self: flex-end;
    /*justify-content: space-between;*/
    height: auto;
    width: 100%;
    margin-top: 20px;

    /*background-color: #942121;*/
}



.footer-text {
    height: 24px;
    color: #FCFCFC;
    font-family: "Helvetica Now Display Bold";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.16px;
    line-height: 24px;
    /*background-color: #0ecd44;*/
    flex: 1 0 20%;
}

@media (max-width:1180px) {

    .footer-links {
        margin-left: 25%;
        width: 75%;
        margin-top: 50px;
        margin-right: 10%;
        margin-bottom: 150px;
        /*margin-left: auto;*/
        /*justify-content: space-between;*/
        /*background-color: #3E7BFF; */
    }

    .sub-footer {
        display: flex;
        /*justify-content: space-between;*/
        height: auto;
        width: 80%;
        margin-top: 10px;
        align-self: center;
        /*background-color: #942121;*/
    }

    .footer-text {
        /*background-color: #737373;*/
        flex: 1 0 35%;
    }
}

.copyright-text {
    height: 40px;
    width: 214px;
    color: #FCFCFC;
    font-family: "Helvetica Now Display Medium";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.14px;
    line-height: 21px;
    margin-left: 80px;
}

.privacy-text {
    height: 21px;
    width: auto;
    color: #FCFCFC;
    font-family: "Helvetica Now Display Medium";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.14px;
    line-height: 21px;
    margin-left: auto;
    margin-right: 100px;
}

.terms-text {
    height: 21px;
    width: auto;
    color: #FCFCFC;
    font-family: "Helvetica Now Display Medium";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.14px;
    line-height: 21px;
    margin-right: 80px;

}

@media (max-width:1180px) {
    .terms-text {
        margin-right: 0;
    }

    .copyright-text {
        margin-left: 0;
    }
}

.line {
    margin-left: 80px;
    margin-top: 60px;
    margin-bottom: 10px;
    width: 89%;
    box-sizing: border-box;
    height: 1px;
    border: 2px solid #504F4F;
}


@media (max-width:1180px) {

    .line {
        margin-left: 0;
        align-self: center;
        width: 80%;
    }

    /*
    html{
        -moz-transform: scale(0.3);
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        justify-content: center;
        justify-items: center;
    }
    */

    .splash {
        display: flex;
        flex-direction: column;
        height: auto;
        max-width: 1300px;
        padding-top: 20px;
        /*background-color: #504F4F;*/
        margin-bottom: 300px;
        width: 97%;
        /* justify-content: center; */
        align-items: center;
        background-image: url('images/bg_element_lg@2x.png');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position-x: center;
        justify-content: center;
    }

    .helios-logo-lock-up-lg {
        height: 15%;
        width: 25%;
        margin-top: 10px;
        padding-left: 5%;
        margin-right: auto;
    }

    .mr100 {
        margin-right: 5%;
    }

    .helios-rebuilds-the {
        height: auto;
        width: 47%;
        color: #242426;
        font-size: 36px;
        font-weight: bold;
        letter-spacing: -0.36px;
        line-height: 53px;
        text-align: center;
    }

    .helios-will-benefit {
        height: auto;
        width: 77%;
        color: #737373;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: -0.22px;
        line-height: 37px;
        text-align: center;
        margin-bottom: 20px;
    }

    body {
        /*background-color: #6d18bd;*/
        max-width: 100vw;
        width: 100%;
        position: absolute;
        justify-content: center;
        margin: 0;

    }

    .helios-was-built-to {
        height: auto;
        width: 90%;
        color: #242426;
        font-size: 24px;
        letter-spacing: -0.32px;
        line-height: 38px;
        text-align: center;
        /*background-color: #942121;*/
    }

    .a-single-source-for {
        height: auto;
        color: #3E7BFF;
        /*background-color: #ffffff ;*/
        font-size: 36px;
        font-weight: 800;
        letter-spacing: -0.56px;
        line-height: 50px;
        text-align: center;
    }

    .insights {
        height: 80%;
        width: 100%;
        margin-top: -30px;
    }

    .making-sense-of-dash {
        height: auto;
        width: auto;
        color: #242426;
        font-size: 20px;
        letter-spacing: -0.2px;
        line-height: 34px;
        padding: 15px;
        padding-left: 20px;
    }

    .mask-footer {
        display: flex;
        flex-direction: column;
        height: auto;
        align-items: center;
        /*
        width: 1440px;
        */
        width: 100%;
        text-align: center;
        justify-content: center;
        background-color: #FFFFFF;
        padding-top: 50px;
        padding-bottom: 50px;
    }


    .hear-what-our-partne {
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
        height: auto;
        /*
        width: 680px;
        */
        color: #FFFFFF;

        font-size: 36px;
        font-weight: bold;
        letter-spacing: -0.36px;
        line-height: 53px;

    }

    .helios-rebuilds-the {
        height: auto;
        width: 80%;
        color: #242426;
        font-size: 36px;
        font-weight: bold;
        letter-spacing: -0.36px;
        line-height: 53px;
        text-align: center;
    }

    .partners {
        display: flex;

        flex-direction: column;
        justify-content: space-between;
        background-color: #3E7BFF;
        height: auto;
        width: 89%;

    }

    .clik {
        border-radius: 25px;
        background-color: #ffffff;
        height: auto;
        width: 100%;
        margin-bottom: 30px;
    }

    .azendo {
        border-radius: 25px;
        background-color: #ffffff;
        height: auto;
        width: 100%;
    }

    .rectangle {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        justify-items: center;
        background-color: #3E7BFF;

        padding: 0 0 120px 0;
    }

    .looking-for-a-lighte {
        height: auto;
        width: 85%;
        color: #242426;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: -0.36px;
        line-height: 53px;
        text-align: center;
    }

    .rectangle-footer {
        display: flex;
        flex-direction: column;
        height: auto;
        background-color: #242624;

        justify-content: center;

    }


    .helios-logo-ko-lg {
        display: flex;
        height: 62px;
        background-color: #242426;
        width: 215.32px;
        /*margin-left: 80px;*/
        margin-top: 10px;
    }

    .upper-footer {
        /*background-color: #0ecd44; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        align-items: center;
        width: 100%;
        height: auto;
    }
}

img {
    object-fit: contain;
}

.intro-0 {
    position: relative;
    ;
}

.intro-logo {
    position: absolute;
    left: 0;
    width: 100%;
    top: -130px;
    display: flex;
    justify-content: center;
}

.intro-logo svg {
    width: 120px;
    height: 120px;
}

/** Animations **/
.animated {
    transition: transform ease-out 0.5s, filter ease-out 0.25s, opacity ease-out 0.25s;
    transition-delay: 0.25s;
}

.animated-slow {
    transition: transform ease-out 0.9s, filter ease-out 0.9s, opacity ease-out 0.9s;
    transition-delay: 0.3s;
}

.right-out,
.left-out,
.col-out,
.drop-out {
    filter: blur(10px);
    opacity: 0;
}

.right-out {
    transform: translateX(45px) scale(1.1);
}

.left-out {
    transform: translateX(-45px) scale(1.1);
}

.col-out {
    transform: translateY(45px) scale(1.1);
}

.drop-out {
    transform: scale(1.3);
}

.drop-in {
    transform: scale(1);
}


.right-2 > div{
    transition: transform ease-out 2s;
    transition-delay: 0.25s;
}
.right-2.right-out > div{
    transform:scale(1.3)
}

@media (max-width:1180px) {
    .right-2.right-out > div{
        transform:scale(1.1)
    }
}


@keyframes intro-nav {
    0% {
        opacity: 0;
        filter: blur(5px);
    }

    80% {
        opacity: 0;
        filter: blur(5px);
    }

    100% {
        opacity: 1;
        filter: blur(0);
    }
}

@keyframes intro-logo {
    0% {
        opacity: 1;
        filter: blur(0);
    }

    85% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0) scale(1);
    }

    100% {
        opacity: 0;
        filter: blur(5px);
        transform: translateY(-50px) scale(0.8);
    }
}

@keyframes intro-0 {
    0% {
        opacity: 0;
        transform: translateY(30vh);
        filter: blur(10px);
    }

    15% {
        opacity: 1;
        filter: blur(0);
    }

    25% {
        transform: translateY(30vh);
    }

    50% {
        transform: translateY(0);
    }
}

@keyframes intro-1 {
    0% {
        opacity: 0;
        transform: translateY(20vh);
    }

    40% {
        opacity: 0;
        transform: translateY(20vh);
    }

    80% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes intro-2 {
    0% {
        opacity: 0;
        transform: scale(1.3);
    }

    75% {
        opacity: 0;
        transform: scale(1.3) translateY(-100px);
    }

    95% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes intro-0-m {
    0% {
        opacity: 0;
        transform: translateY(15vh);
        filter: blur(10px);
    }

    15% {
        opacity: 1;
        filter: blur(0);
    }

    25% {
        transform: translateY(15vh);
    }

    50% {
        transform: translateY(0);
    }
}

@keyframes intro-1-m {
    0% {
        opacity: 0;
        transform: translateY(8vh);
    }

    40% {
        opacity: 0;
        transform: translateY(8vh);
    }

    80% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes intro-2-m {
    0% {
        opacity: 0;
        transform: scale(1.3);
    }

    75% {
        opacity: 0;
        transform: scale(1.3) translateY(-100px);
    }

    95% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}



.nav-container {
    animation: intro-nav 9s forwards ease-in-out;
}

.intro-logo {
    animation: intro-logo 9s forwards ease-in-out;
}

.intro-0 {
    animation: intro-0 8s forwards ease-in-out;
}

.intro-1 {
    animation: intro-1 8s forwards ease-in-out;
}

.intro-3 {
    animation: intro-2 8s forwards ease-in-out;
}

@media (max-width:1180px) {
    .intro-0 {
        animation: intro-0-m 8s forwards ease-in-out;
    }

    .intro-1 {
        animation: intro-1-m 8s forwards ease-in-out;
    }

    .intro-3 {
        animation: intro-2-m 8s forwards ease-in-out;
    }
}
