@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');

.x-masthead #tmp-logo{
    max-width: 0px !important;
    
    opacity: 0;
}

.x-masthead #tmp-logo.active{
    max-width: 178px !important;
    transition: all 1s ease;
    opacity: 1;
}
button{
    font-family:  "Unbounded", sans-serif !important; 
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em !important;

}
.header{
    width: 100%;
    height: 90vh;
}
.header-carousel, .header-carousel > div{
    height: 100%;
}
.card p{
    font-size: 1em;
}
p{
    font-size: 1.3em;
}
.dark *{
    color: white;
}
h3{
    font-family:  "Unbounded", sans-serif !important; 
}
.flex-column h4{
    font-family:  "Unbounded", sans-serif !important;
    font-size: 3em;
}
.wrapper-main{
    width: 80%;
    margin: auto;
}
.header-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #0012293f;
}
.highlight-tilt{
    display: inline-block;
    transform: rotate(-3deg);
    background-color: #176EB7;
}
.highlight-green{
    display: inline-block;
    transform: rotate(-3deg);
    background-color: #68C8C0;
    box-shadow: 5px 5px 5px black;
    color: white;
    padding: 0px 10px;
}
.sub-header h2{
    color: white !important;
}
.e2856-e7{
    display: none !important;
}
.header-carousel{
    width: 100%;
    position: relative;
}
.header-carousel-inner{
    transition: all 0.7s ease-in-out;
    display: flex;
    position: relative;
    right: 0%;
}

.header-content{
    margin: auto;
    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header-title{
    width: 70%;
    display: flex;
    align-items: center;
}
.header-title-inner #tmp-logo{
    max-width: 550px;
}
.carousel-controls{
    justify-content: end;
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.carousel-dot{
    cursor: pointer;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: white;
    transition: all 0.3s ease;

}
.carousel-dot.active{
    background-color: #00adee;
    
}
.carousel-dot:hover{
    transform: scale(1.1);
    border: 2px solid #00adee;
}

.carousel-dot.active{
    display: block
}
.button-arrow{
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-arrow img{
    width: 50%;
    height: 50%;
}
.header-link button:nth-child(1){
    width: 83.33%;
    border-radius: 30px;
}

.header-link button:nth-child(2){
    padding: 0 !important;
    width: 16.67%;
    height: 100%;
}
.header-link-carousel{
    
    overflow-x: visible;
    height: 50px;
    overflow-y: hidden;
}
.header-link-container{
    bottom: 0px;
   overflow-x: visible;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: flex;
    flex-direction: column;

    
}
.header-link button{
    position: relative;
    z-index: 1;
}
/* .header-link button:nth-child(1):after{
    transition: all 0.5s ease;
    z-index: 0;
    border-radius: 30px;
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 0%;
    height: 50px;
    background-color: #00adee;
}
.header-link:hover button:nth-child(1):after{
    width: 100%;


} */
.link-controls-inner{
    overflow-x: visible;
}
.no-link{
    display: flex;
    justify-content: end;
}
.no-link, .no-link button{
    cursor: default !important;
}
.header-link{
    font-family:  "Unbounded", sans-serif;
    overflow-x: visible;
    font-weight: 700;
    display: flex;
    width: 300px;
    opacity: 0;
    height: 50px;
    font-size: 0.9em;
    transition: all 0.5s ease;
}
.header-link:hover button:nth-child(2){
    
}
.header-link:nth-child(1){
    opacity: 1;
}
.header-link.active{
    opacity: 1;
}
.header-link button{
    
    background-color: transparent;
    border-radius: 10px;
    border: 2px solid white;
    color: white;
    font-size: 1.5em;
}
.link-controls{
    display: flex;
    justify-content: center;
    align-items: end;
    width: 30%;
}
.header-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
header > .x-bar:nth-child(2){
    display: none;
}
#overlayBar, #contentBar{
    display: none !important;
}

@media only screen and (max-width: 767px)
{
    .header-title{
        width: 100%;
        
    }
    .header-title-inner{
        margin: auto;
    }
    .link-controls{
        height: auto;
    }
    .sub-header h2{
        font-size: 2em !important;
    }
    .header-title-inner #tmp-logo{
        display: none;
    }
    .header-content{
        flex-direction: column;
        justify-content: center;
    }
    .header{
        height: 500px;
    }
    .header-carousel, .header-carousel-inner{
        height: 100%;
    }
}

@media only screen and (max-width: 420px)
{
    
}


@media only screen and (min-width: 1920px){
    .header{
       max-height: 1080px;
    }
}