@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');

button{
    font-family:  "Unbounded", sans-serif !important; 
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em !important;

}
.case-study-content-cs ul li{
    color: white !important;
  }
.case-studies-carousel{
    display: flex;
    width: 100%;
    height: 500px;
    overflow-x: hidden;
    border-radius: 10px;
    box-shadow: 10px 10px 20px -10px rgb(136, 136, 136);
}
.card p{
    font-size: 1em;
}
p{
    font-size: 1.3em;
}
h4{
    font-size: 45px !important;
}
.dark *{
    color: white;
}
h3{
    font-family:  "Unbounded", sans-serif !important; 
}
.case-study-content-cs h3{
    margin-top: 10px;
}
.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-cs{
    width: 50%;
    height: 100%;
    position: relative;
}
.header-carousel-inner-cs{
    height: 100%;
    transition: all 0.5s ease-in-out;
    display: flex;
    position: relative;
    right: 0%;
}

.header-content-cs{
   
    width: 50%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header-title-cs{
    width: 70%;
    display: flex;
    align-items: center;
}
.header-title-inner-cs #tmp-logo{
    max-width: 550px;
}
.carousel-controls-cs{
    justify-content: end;
    display: flex;
    gap: 15px;
    margin-top: 10px;
}
.carousel-dot-cs{
    cursor: pointer;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: white;
    transition: all 0.3s ease;

}
.carousel-dot-cs.active{
    background-color: #00adee;
    
}
.carousel-dot-cs:hover{
    transform: scale(1.1);
    border: 2px solid #00adee;
}

.carousel-dot-cs.active{
    display: block
}
.button-arrow{
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.case-study-content h3{
    color: white;
}
.case-studies-carousel:after{
    display: none ;
}
.button-arrow img{
    width: 50%;
    height: 50%;
}
.header-link-cs button:nth-child(1){
    width: 83.33%;
    border-radius: 30px;
}

.header-link-cs button:nth-child(2){
    padding: 0 !important;
    width: 16.67%;
    height: 100%;
}
.header-link-carousel-cs{
    position: relative;
    overflow-x: visible;
    height: 100%;
    width: 100%;
    overflow-y: hidden;
}

.header-link-container-cs{
    bottom: 0;
    height: 500%;
   overflow-x: visible;
    transition: all 0.5s ease-in-out;
    position: relative;
    display: flex;
    flex-direction: column;

    
}
.header-link-cs 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-cs{
    position: absolute;
    bottom: 40px;
    right: 40px;
    overflow-x: visible;
}
.header-link-cs{
    font-family:  "Unbounded", sans-serif;
    overflow-x: visible;
    font-weight: 700;
    display: flex;
    width: 300px;
  
    height: 50px;
    font-size: 0.9em;
}
.header-link-cs:hover button:nth-child(2){
    
}
.header-link-cs:nth-child(1){
    opacity: 1;
}
.header-link-cs.active{
    opacity: 1;
}
.header-link-cs button{
    
    background-color: transparent;
    border-radius: 10px;
    border: 2px solid white !important;
    color: white;
    font-size: 1.5em;
}
.link-controls-cs{
    display: flex;
    justify-content: center;
    align-items: end;
    width: 30%;
}
.header-slide-cs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.case-study-content-cs{
    
    padding: 3em;
    background-color: #006EDF;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.case-study-content-cs *{
    opacity: 0;
    transition: all 0.5s ease;
}
.case-study-content-cs.active *{
    opacity: 1;
}
.case-studies-carousel h3{
    color: white !important;
}
.case-study-content-cs p {
    color: white !important;
    font-size: 1em;
    text-align: left !important;
}
.link-container-inner-cs{
    height: 100%;
    overflow: hidden;
}
@media only screen and (max-width: 1200px) {
    .case-studies-carousel *{
        border-radius: 10px;
    }
    .case-studies-carousel, .header-link-carousel-cs{
        overflow: visible;
    }
    .header-carousel-cs{
        overflow-x: hidden;
        width: 100%;
        position: absolute !important;
    }
    .case-study-content-cs{
        background-color: rgba(0, 83, 151, 0.67) !important;
    }
    .carousel-dot-cs{
        background-color: gray;
    }
    .header-content-cs{
        width: 100%;
    }
    .link-controls-inner-cs{
        right: 30%;
        bottom: -21px;
    }
}

@media only screen and (max-width: 600px) {
    .case-study-content-cs p{
        display: none;
    }
    .case-study-content-cs ul{
        display: none;
    }
    .case-study-content-cs{
        justify-content: center;
        align-items: center;
    }
    .header-link-cs {
        width: 250px !important;

    }
    .case-studies-carousel{
        height: 400px;

    }
    .case-study-content-cs h3{
        text-align: center !important;
        font-size: 1.8em;
    }
    .case-study-content-cs a{
        display: flex;
        justify-content: center;
    }
}