/* * {
    background-color: #191A1C;
} */

body {
    background-color: #191A1C;
    -ms-overflow-style: none;
    scrollbar-width: none;  
}

/* body {
    -ms-overflow-style: none;
    scrollbar-width: none;  
}

body.dark-mode {
    background-color: #191A1C;
    color: #eee;
}

body.light-mode {
    background-color: #eee;
    color: #191A1C;
} */

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
  }
  

.zb-bg_dark {
    background-color: #191A1C;
}

a, p, span, div {
    color: rgba(255,255,255,.7);
}   

a {
    text-decoration: none;    
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
  }

.zb-card {
    border-radius: 12px;
    position: relative;
    /* overflow: hidden; */
    height: 100%;
}

.zb-card_link {
    transition: all .3s cubic-bezier(0,0,.5,1);
}

.zb-card_link:hover {
    box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
    transform: scale3d(1.01,1.01,1.01);
}

.zb-bg-yellow {
    background-color: #FFC542;
}

.zb-bg-green {
    background-color: #3ED598;
}

.zb-bg-pink {
    background-color: #FF565E;
}

.zb-card-container {
    /* position: absolute; */
    width: 60%;
    height: 100%;
}

.zb-card-text {
    border-radius: 6px;
    background-color: rgba(48, 48, 50, 0.8);
}

.zb-tag-social_media {
    background-image: linear-gradient(267.64deg, #FF5EA7 35.09%, #A765D7 63.12%, #7B84FE 91.98%, #FF6530 171.04%);
    background: linear-gradient(267.64deg, #FF5EA7 35.09%, #A765D7 63.12%, #7B84FE 91.98%, #FF6530 171.04%);
    background-size: 100%;
    background-repeat: repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    font-weight: 700;
}

.zb-tag-tech {
    background-image: linear-gradient(267.64deg, #5EFFA8 35.09%, #65B5D7 63.12%, #397CFE 91.98%, #FF6530 171.04%);
    background: linear-gradient(267.64deg, #5EFFA8 35.09%, #65B5D7 63.12%, #397CFE 91.98%, #FF6530 171.04%);
    background-size: 100%;
    background-repeat: repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    font-weight: 700;
}

.zb-tag-life {
    background-image: linear-gradient(267.64deg, #FFBF5E 35.09%, #D7CC65 63.12%, #78FE39 91.98%, #FF6530 171.04%);
    background: linear-gradient(267.64deg, #FFBF5E 35.09%, #D7CC65 63.12%, #78FE39 91.98%, #FF6530 171.04%);
    background-size: 100%;
    background-repeat: repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    font-weight: 700;
}


.zb-text-snippet {
    max-height: 80px;
    overflow: hidden;
}

.card-body {
    min-height: 300px;
    min-width: 300px;
    margin-right: 20px;
    cursor: pointer;
    border-radius: 12px;
}


.zb-card_carousel {

}

.zb-video-container {
    position: relative; 
    padding-bottom: 56.25%; 
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}

.zb-video-container iframe, .zb-video-container object, .zb-video-container embed {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.zb-card_carousel::-webkit-scrollbar {
    display: none;
    -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .zb-card_carousel {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
    /* touch-action: pan-y pinch-zoom; */
  }


  #footer .socials ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
    display: flex;
}

#footer .socials a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    /* background: #fff; */
    text-align: center;
    line-height: 32px;
    color: #516091;
    font-size: 17px;
    text-decoration: none!important;
    transition: all .3s ease;
}

#footer .socials svg {
    fill:hsla(240, 1%, 37%, 1);
}

#footer .socials ul li {
    margin-left: 8px;
}


/* mobile */
@media only screen and (max-width: 768px) {
    .zb-card {
        height: 500px!important;
        width: 100%;
        margin-bottom: 24px;
    }

    .zb-card-container {
        /* position: absolute; */
        width: 100%;
        height: 50%;
    }

    .card-body {
        min-height: 500px;
        min-width: 370px;
        margin-right: 24px;
    }

  }

@media screen {
    
}