/* For larger screens */
/* Desktops and tablets */

@import url(https://fonts.googleapis.com/css?family=Montserrat:800,200);

@media (min-width: 768px) {
    /* Your styles for larger screens */
    .container {
        width: 100%;
        margin: 0 auto;
    }
}

/* For smaller screens */
/* Mobile devices */
@media (max-width: 767px) {
    /* Your styles for smaller screens */
    .container {
        width: 100%;
        padding: 0 10px;
    }
}

@font-face {
    font-family: 'PlayPretend';
    src: url('Assets/fonts/PlayPretend.otf') format('opentype'),

}

body {
    background-color: #1b1e1f;
    margin: 0;
    padding: 0;
    
}


.nav {
    display: sticky;
    min-width: fit-content;
    width: 100vw;
    max-width: 1200px; /* optional, set a maximum width for larger screens */
    margin: 0 auto; /* center the container */

}

header {
    display: inline-flex;
    background-color: #313866;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    overflow: hidden;
    column-gap: 0px;
    height: 3vw;
    width: 100vw;
    position: fixed;
    z-index: 999;
}

li, a {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1vw;
    color: #edf0f1;
    text-decoration: none;
    display: inline;
    margin-right: 1px;

}

.tecLogo{
    width: 3vw;
    max-width: 100%;
    height: auto;
    margin-right: 3px;
    padding: 0px;
}

.logo {
    font-size: 1.5vw;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    text-align: left;
    padding: 0%;
    margin-left: 0px;
    font-family: 'PlayPretend';
    max-width: 80%;
}

.logowrap{
    display: flex;
    align-items: center;
    width: 50%;
}

.logo:hover {
    transition: all 1s ease;
    color:#7547a4;
}

.navlink {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    left: -10px;
}

.navlink li {
    display: inline;
    margin-right: 3vw;
    
}

.navlink li a {
    transition: all 0.3s ease 0s;
}

.navlink li a:hover {
    color: #0088a9;
}


.bg-scroller{
    font-family: montserrat;
    width: 100%;
    height: 50vw;
    display: flex;
    align-items: center;
    background-color: #1e2134;
    line-height: 1.7;
    transform: skewY(-4deg);
    z-index: -1;
    position: absolute;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
}



.bg-text-container {
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    z-index: -999;
    width: 100vw;
}

@keyframes text-scrolling {
    0% { transform: translate3d(-50%, 0, 0); } /* Start position */
    100% { transform: translate3d(50%, 0, 0); } /* Return to start position */
}

.animate-text {
    animation: text-scrolling 15s linear infinite;
    will-change: transform;
    display: block;
    position: relative;
    white-space: nowrap;
    
    &.left {
    animation-direction: reverse;
    }
}

span {
    font-size: 20vw;
    color: transparent;
    -webkit-text-stroke: 2px #7547a45f;
    text-transform: uppercase;
    display: inline-block;
    line-height: 0.75;
    min-width: auto;
    font-weight: 800;
}

.fronttext {
    font-family: montserrat;
    color: #edf0f1;
    display: flex;
    justify-content: center;
    padding: 30px;
    max-width: 1000px;
    width: 100%;
    z-index: 1;
    margin: 0 auto;
    .col {
    max-width: 100vw;
    position: relative;
    margin-top: 20vw;
    }
}

h1 {
    font-size: 2.5vw;
    margin: 0;

}
p {
    font-size: 1.3vw;
    font-weight: 200;
    margin: 0;
}

/* start of slider */

