@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700&display=swap');

@font-face {
    font-family: "Font-Bold";
    src: url("../font/Circular-Std-Medium.ttf");
}

@font-face {
    font-family: "Font-Regular";
    src: url("../font/Circular-Std-Book.ttf");
}


@font-face {
    font-family: "Font-Heading";
    src: url("../font/Recoleta-Regular.otf");
}

@font-face {
    font-family: "Google-Sans-Display-Bold";
    src: url("../font/GoogleSansDisplay-Bold.ttf");
}

@font-face {
    font-family: "Google-Sans-Text-Regular";
    src: url("../font/GoogleSansText-Regular.ttf");
}

html,
body {
    font-family: "Google-Sans-Text-Regular" !important;
    color: #595e65 !important;
    background-color: #f8f4f4 !important;
    /*#f8f4f4*/

}

a {
    text-decoration: none !important;

}

header img.logo {
    width: 50px;
    height: 50px;
}

header .logo-title {
    font-weight: 600;
}

.el-button {
    /*
    background-color: rgb(77, 64, 239) !important;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0.30109px 1.50547px -0.83333px inset, rgba(255, 255, 255, 0.2) 0px 1.14427px 5.72133px -1.66667px inset, rgba(255, 255, 255, 0.2) 0px 5px 25px -2.5px inset, rgba(0, 0, 0, 0.145) 0px -0.48175px 0.67445px -1px inset, rgba(0, 0, 0, 0.137) 0px -1.83083px 2.56316px -2px inset, rgba(0, 0, 0, 0.1) 0px -8px 11.2px -3px inset;
    opacity: 1;
    */
    border-radius: 32px;

}

h1,
h2,
h3,
h4,
h5,
h6,
.text-heading-primary {
    font-family: "Satoshi" !important;
    color: #371a5b !important;
}


.p-4e {
    padding: 30px;
}


.whats-new-container {
    font-size: 13px !important;

}

section {}

.jumbotron {
    position: relative;
    height: 100vh;
    /*
    animation: stars 205s linear alternate;
    */

}

.jumbotron video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-heading {
    color: #371a5b;
}

.header-dark {
    background-color: #000 !important;
}

.whats-new-container {

    position: absolute;
    background: linear-gradient(180deg, rgba(249, 128, 0, .80), rgba(98, 50, 186, 0.3));
    /**/
    z-index: 1000 !important;
    width: 100%;
    padding-top: 200px !important;
    padding-bottom: 100px;
    /*
    background-image: url("/images/I4cPaXkNZK0dADtK2GdTZc2js.avif");
    
    background-size: 100% 100%;
    
    /*
    background-color: rgba(98, 50, 186, 0.7);
    background-color: rgba(0, 0, 0, 0.8);
    
    */
    height: 100%;
}

.whats-new-container .container-1 {
    height: 80vh;
    padding-top: 100px;
}

.whats-new {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-start;
    overflow: visible;
    padding: 0;
    position: relative;
    width: min-content;
    height: 40px !important;
    margin: auto !important;
}

.whats-new,
.whats-new .text-1 {
    --border-bottom-width: 1px;
    --border-color: var(--token-35a06022-1f4d-4209-b656-1adb4e1dd597, #f1edf7);
    --border-left-width: 1px;
    --border-right-width: 1px;
    --border-style: solid;
    --border-top-width: 1px;
    align-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px #1018280d;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5px;
    height: min-content;
    justify-content: flex-start;
    overflow: visible;
    padding: 4px 10px 4px 4px;
    position: relative;
    width: min-content;
    z-index: 1;
}

.whats-new-container [data-border=true]:after {
    content: "";
    border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0);
    border-color: var(--border-color, none);
    border-style: var(--border-style, none);
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 0;
    border-radius: inherit;
    pointer-events: none;
}

.whats-new .text-1 .dot {
    --border-bottom-width: 2px;
    --border-color: #dbf9e6;
    --border-left-width: 2px;
    --border-right-width: 2px;
    --border-style: solid;
    --border-top-width: 2px;
    aspect-ratio: 1 / 1;
    background-color: #17b169;
    border-radius: 100%;
    flex: none;
    height: 9px;
    position: relative;
    width: 9px;
    margin-left: 5px;
}

.whats-new .text-1 .text {
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    transform: none;
    flex: none;
    height: auto;
    position: relative;
    white-space: pre;
    width: auto;
}

.whats-new .main-text {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4px;
    height: auto;
    justify-content: flex-start;
    overflow: visible;
    padding: 0;
    position: relative;
    width: auto;
    z-index: 1;
}

.whats-new .main-text .text {
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    transform: none;
    flex: none;
    height: auto;
    position: relative;
    white-space: pre;
    width: auto;
}

.whats-new .main-text .text {}

.whats-new .main-text .arrow {
    flex: none;
    height: auto;
    position: relative;
    width: 16px;

}

section.product-overview,
section.footer {
    background-color: #f2edfb;
}

section.product-overview .grid {
    border-radius: 15px !important;
}

section.product-overview .thumbnail,
section.product-overview video,
.grid-overview .thumbnail {
    width: 100%;
    height: 300px;
    border-radius: 25px 0 0 0;
}


section.model-overview,
section.benefit-overview,
section.product-overview,
section.footer {
    padding-top: 100px;
    padding-bottom: 100px;
}

section.generic-overview {
    padding-top: 50px;
}

section.supported-model-overview {
    padding-top: 100px;
    padding-bottom: 50px;
}

section.model-overview .grid {
    border-radius: 15px !important;
    background-color: #f8d4d4;
}

section.model-overview .thumbnail {
    width: 100%;
    height: 300px;
    border-radius: 25px 0 0 0;
}

.grid-overview .thumbnail {
    height: 200px;
    width: 100%;
}

.grid-overview .grid {
    border-radius: 15px !important;
    background-color: #f8d4d4 !important;
}

.grid-overview .grid-2 {
    border-radius: 15px !important;
    background-color: #f8ebeb !important;
}

.container-tile {
    height: 600px;
}

.tile-overview {
    /*background-color: #f2edfb;*/
    border-radius: 10px;
    height: 100%;
}

.tile-overview .col-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.tile-thumbnail .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.tile-thumbnail img {
    width: 70%;
    margin: 0 auto;
}

.tile-thumbnail video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-block {

}

.block-thumbnail {
    height: 690px;
    border-radius: 10px;
}

.block-thumbnail .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.block-thumbnail img {
    width: 50%;
    margin: 0 auto;
}

section .heading-2 {
    font-size: 42px !important;
}

.jumbotron .globe-contaniner {
    background-image: url("/images/eNO3HUIGLrZnmjisJfito1vA.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.jumbotron .globe-img {
    width: 100%;
}

.benefit {
    height: 400px !important;
    border-radius: 20px !important;
    background-color: rgb(241, 236, 251) !important;
    position: relative;
    margin-bottom: 20px;
}

.benefit img {
    width: 100%;
    height: 100%;
    border-radius: 20px !important;
    object-fit: cover;
}

.benefit .thumbnail-icon {
    width: 30px;
    height: 30px !important;
}

#earth-spinning {
    background: url("https://media.istockphoto.com/id/1271610744/vector/world-map-with-long-shadow-on-blank-background-flat-design.jpg?s=612x612&w=0&k=20&c=0DA6JzDlVIXoHcDMbDh21NIolLLlZ82lGDfCzslhDhk=");
    background-size: cover;
    border: 2px solid #000;
    border-radius: 50%;
    width: 400px;
    height: 400px;
    animation: movimiento 5s linear 0s infinite;
    box-shadow: 0 0 25px RGBA(255, 255, 255, 0.10),
        -8px -8px 15px #000 inset,
        2px 2px 25px #000 inset,
        -45px -45px 25px RGBA(0, 0, 0, 0.5) inset,
        25px 25px 45px RGBA(0, 0, 0, 0.45) inset;
    margin: 6em auto;
    transform: rotateX(6deg) rotateY(6deg) rotateZ(6deg);
}

@keyframes movimiento {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 355px 0
    }
}

@keyframes stars {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 0 100%
    }
}

.pt-100 {
    padding-top: 100px !important;
}

.view-more-circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border-radius: 100%;
    font-size: 20px;
    color: #000;
    text-align: center;
    margin: auto;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-white {
    background: linear-gradient(176deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .4)) !important;

}

.el-collapse-item__content {
    font-size: 15px !important;
}

.el-collapse-item {
    margin-bottom: 5px;
    background: linear-gradient(176deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .4)) !important;
}

.el-collapse-item.is-active {
    background: #faebeb !important;
    border-left: 4px solid #ef6f6f!important;
    border-radius: 0px 10px 10px 0px !important;
}

.el-collapse-item__wrap,
.el-collapse-item__header.is-active {
    background: transparent !important;
    
}

.el-collapse-item__header.is-active {
    font-weight: bold !important;
}

.spotlight-collapse-thumbnail {
    width: 100%;
    height: 100px !important;
    object-fit: cover;
    display: none;
}

.el-collapse-item,
.el-collapse-item__header {
    border-radius: 10px !important;
    font-weight: normal !important;
}

.el-collapse-item__header h6 {
    font-weight: normal !important;
}

.el-collapse-item__header.is-active h6 {
    font-weight: bold !important;
}

.quick-start {
    position: absolute !important;
    bottom: 0;
}

.supported-model .thumbnail {
    width: 40px !important;
    height: 40px !important;
}

.small-title {
    font-size: 13px;
    color: #999;
}

.generic-overview {
    border-radius: 15px !important;
}

.generic-overview .container-header {
    /*
    background-color: #f9e8e8;
    */
}

.pt-lg-100 {
    padding-top: 80px;
}


@media only screen and (min-width: 1200px) {
    .h-display-main {
        font-size: 50px;
    }
}

/*
@media only screen and (min-height: 900px) {
    .whats-new-container {
        padding-top: 150px !important;
    }

    .whats-new-container .container-1 {
        
        height: 78vh !important;
    }
}
*/

@media only screen and (max-width: 768px) {


    .grid-overview .grid-2x, .tile-overview .p-5 {
        padding: 10px !important;
    }

    .whats-new-container .container-1 {
        height: 100%;
        text-align: center;
        padding-top: 0px;
    }

    .quick-start {
        position: relative !important;
    }

    .jumbotron,
    .whats-new-container {
        height: 100% !important;
        position: relative;
    }

    .supported-model-overview {
        margin-bottom: -50px !important;
    }

    
    section {
        padding: 20px !important;
    }

    .whats-new-container {
        padding-top: 130px !important;
    }

    section .heading-2 {
        font-size: 30px !important;
        padding-top: 50px !important;
    }

    .block-thumbnail, .container-tile {
        height: auto;
    }

    .block-thumbnail img, .tile-thumbnail img {
        width: 100%;
        margin: 0 auto;
    }

    .supported-model .thumbnail {
        width: 20px !important;
        height: 20px !important;
    }

    .pt-lg-100 {
        padding-top: 10px;
    }

    .pb-mb-100 {
        margin-bottom: 100px;
    }


}