@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@200;300;400;500;600&display=swap');

@font-face {
    font-family: mbf;
    src: url("./font/MBFSpace.ttf") format('truetype');

}

.heading {
    font-family: 'Lexend Deca', sans-serif;

    font-weight: 400;
}


.headingfirst {
    font-family: 'mbf', sans-serif;
    letter-spacing: 6px;
    font-weight: 300;
}

.opacity-70 {
    opacity: .7
}

.opacity-80 {
    opacity: .8
}


.max-width-40 {
    width: 100%;
    max-width: 40em
}

.paragraph {
    z-index: 10;
    letter-spacing: .02em;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.6em;
    position: relative
}

.hero-1-button {
    z-index: 1;
    width: 100%;
    grid-column-gap: 2.5em;
    color: #e6e9ec;
    /* background-color: #c6b4f175; */
    flex-direction: row;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    transition: background-color .2s, width .6s cubic-bezier(.075, .82, .165, 1);
    display: flex;
    position: relative;

}

a.hero-1-button:hover {
    background: #c6b4f187;
}

.hero-1-button-A {

    border-radius: 10px 0px 0px 10px;
    border: 1px solid #C6B4F1;
    background: linear-gradient(97deg, rgba(198, 180, 241, 0.40) 2.02%, rgba(198, 180, 241, 0.05) 107.05%);
    backdrop-filter: blur(40px);
}

.hero-1-button-B {

    border-radius: 0px 10px 10px 0px;
    border: 1px solid #C6B4F1;
    background: linear-gradient(257deg, rgba(198, 180, 241, 0.40) 16%, rgba(198, 180, 241, 0.05) 110.27%);
    backdrop-filter: blur(45px);
}

.hero-1-buttons-wrap {
    z-index: 20;
    width: 100%;
    height: 80px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    position: relative
}

.hero-1-button-text {
    font-family: 'Lexend Deca', sans-serif;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.2em;

}

.hero-1-page-buttons a {

    text-decoration: none;
}


.button-text {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 18px;
    font-weight: 200;
    padding: 10px;
}


.hero-1 {
    z-index: 10;
    width:88%;
    height:70vh;
    color: #fff;
    background-color: #142638;
    border-radius: 25px;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    padding-top: 23em;
    padding-bottom: 0;
    display: flex;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;

}


.hero-1-glow-bg {
    width: 100%;
    position: relative;
    border-radius: 10px;
    background: #30EB962E;
    backdrop-filter: blur(65px);
    z-index: 4;
    padding: 40px;
}


.hero-1-glow-bg h1 {

    font-size: 60px;
    margin: 0;
    text-transform: uppercase;
}

.glow-pg p {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 200;
    font-size: 21px;
    width: 75%;

}

.hero-1-content {
    position: relative;
    z-index: -1;
    width: 100%;
    max-width: 60em;
    grid-row-gap: 2em;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;

    position: relative;
    background: radial-gradient(circle, #30EB96 20%, transparent 70%);

    background-repeat: no-repeat;


    background-size: 80% 160%;
    /* animation: glow-bg-animation 15s ease-in-out infinite; */



    animation: animate 15s ease-in-out infinite;

}

@keyframes animate {

    0%,
    100% {
        background-position: left top;
    }

    25% {
        background-position: right bottom;
    }

    50% {
        background-position: left bottom;
    }

    75% {
        background-position: right top;
    }
}

.slide-timeline {
    z-index: 20;
    width: 5vw;
    height: 2px;
    background-color: rgba(255, 255, 255, .3);
    position: absolute;
    top: 5em;
    bottom: auto;
    left: auto;
    right: 6em;
    overflow: hidden
}

.hero-1-content.is-center {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto
}

.hero-1-content.in-testimonial {
    max-width: 80em;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto
}

.hero-1.is-full {
    min-height: 88vh;
    align-items: center;
    padding-top: 10em;
    padding-bottom: 5em
}

.hero-1.is-full.with-margin-bottom {
    margin-bottom: 2%
}

.hero-1.is-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10em;
    padding-bottom: 7.5em
}

.hero-1.is-404 {
    min-height: 94vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3vh;
    padding-top: 10em;
    padding-bottom: 10em
}

.hero-1-image {
    z-index: 1;
    border-radius: 25px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden
}

.hero-1-image-color {
    z-index: 11;
    mix-blend-mode: multiply;
    background-color: rgba(40, 73, 105, .3);
    background-image: linear-gradient(transparent, #0f1d2b);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.container {
    z-index: 20;
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 6em;
    padding-right: 6em;
    position: relative
}


.container.in-accordion {
    grid-column-gap: 5em;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    padding-left: 5em;
    padding-right: 5em;
    display: flex
}

.container.in-listing-4 {
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    display: flex
}

.container.with-bg-black-1 {
    color: #fff;
    background-color: #0f1d2b
}

.container.in-hero-1 {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.container.is-breadcrumbs {
    position: absolute;
    top: 4em;
    left: 0;
    right: 0
}

.container.in-hero-2 {
    grid-row-gap: 5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.container.in-hero-3 {
    grid-row-gap: 8em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}


.container.in-hero-1 {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.hero-1-content-wrap {
    width: 100%;
    grid-row-gap: 7em;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 4.5em;
    display: flex;
}

.hero-1-content-wrap.is-full {
    height: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 0
}


.hero-1-content-wrap {
    width: 100%;
    grid-row-gap: 7em;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 4.5em;
    display: flex
}

.hero-1-content-wrap.is-full {
    height: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 0
}

.hero-1-page-buttons {
    min-width: 45em;

    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid #C6B4F1;
    border-radius: 20px;
    justify-content: space-around;
    align-self: stretch;
    align-items: center;
    display: flex;
    overflow: hidden
}

.hero-1-page-buttons.is-wider {
    min-width: 52em
}

.hero-buttons-line {
    width: 2px;
    background-color: #C6B4F1;
    align-self: stretch
}





.hero-1-image {
    z-index: 1;
    border-radius: 25px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden
}

.hero-1-image-color {
    z-index: 11;
    mix-blend-mode: multiply;
    background-color: rgba(40, 73, 105, .3);
    background-image: linear-gradient(transparent, #0f1d2b);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}



.main-button {
    border-radius: 10px;
    border: 1px solid #30EB96;
    background: linear-gradient(101deg, rgba(48, 235, 150, 0.25) -35.52%, rgba(48, 235, 150, 0.10) 121.18%);
    backdrop-filter: blur(35px);
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

.main-button:hover {
    background: #30eb9767;

}

.slider-image-1 {
    z-index: 4;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.slider-image-2 {
    z-index: 5;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.slider-image-3 {
    z-index: 6;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.slider-absolute-block {
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden
}

.slider-bg-for-interaction {
    z-index: 15;
    background-color: #003D27;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.slider {
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.slider-timeline-bg {
    background-color: #fff;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}


._3d-block {
    z-index: 8;
    width: 100%;
    height: 100%;
    perspective: 1000px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden
}

._3d-block.is-relative {
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    overflow: visible
}


._3d-trigger {
    z-index: 10;
    width: 110%;
    height: 115%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute
}

._3d-trigger.is-relative {
    width: auto;
    height: auto;
    position: relative;
    overflow: visible
}



@media screen and (max-width:991px) {
    .hero-1 {
        min-height: auto;
        padding-top: 25em
    }

    .hero-1-page-buttons {
        min-width: 34em
    }

    .hero-1-page-buttons.is-wider {
        min-width: 42em
    }

    .container {
        padding-left: 4em;
        padding-right: 4em
    }

    .container.in-accordion {
        padding-left: 4em;
        padding-right: 4em
    }

    .container.phone-w-o-padding {
        padding-left: 0;
        padding-right: 0
    }

    .container.is-breadcrumbs {
        padding-left: 2.5em;
        padding-right: 2.5em;
        top: 2em
    }


    .hero-1-buttons-wrap.in-hero-1 {
        grid-row-gap: 7em
    }

    .hero-1-content-wrap {
        grid-row-gap: 5em
    }

    .hero-1-content-wrap {
        grid-row-gap: 4.25em
    }

    .hero-1-content {
        grid-row-gap: 1.25em
    }


    .hero-1-buttons-wrap {
        grid-row-gap: 1.5em;
        flex-wrap: wrap
    }


    .hero-1-buttons-wrap.in-hero-1 {
        grid-row-gap: 7em
    }

    .hero-1-page-buttons {
        min-width: auto;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr
    }

    .hero-1-page-buttons.is-wider {
        min-width: auto
    }

    ._3d-trigger {
        width: 100%;
        height: 100%
    }

    .hero-1-page-buttons {
        width: 100%
    }
}


@media screen and (max-width:600px) {
    .main-button {

        margin: auto;
    }

    .button-text {
        font-size: 20px;
        padding: 10px;
    }

    .hero-1-page-buttons p {
        font-size: 13px;
    }

    .hero-1-glow-bg {
        width: 80%;
    }

    .hero-1-content h1 {

        font-size: 30px;
    }

    .hero-1-content p {

        font-size: 15px;
    }

    .container,
    .container.in-accordion {
        padding-left: 8vw;
        padding-right: 8vw
    }

    .container.is-breadcrumbs {
        padding-left: 1.6em;
        padding-right: 1.6em;
        top: 1.2em
    }
}