/*
Theme Name: Quantum Computing
Description: Custom CSS Stylesheet
Version: 1.0
*/

/* ============================================
   Custom Styles
   ============================================ */

/* Add your custom CSS styles below */

.Hero_text{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    background: linear-gradient(to bottom, #0066FF 5%, #FF6B6B 55%, #FFD93D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}
.ts-vgallery, .ts-vgallery-fab {
    font-family: 'FontAwesome';
    color: #000 !important;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.Sevice-card {
    background-size: cover !important;
    border-radius: 10px !important;
}












@media (max-width: 768px) {
.Sevice-card {
    background-color: #000000;
        background-image: none !important;
        border-radius: 12px;
}
.text-center {
    text-align: center;
    font-size: 24px!important;
}
.Hero_text {
    font-size: 42px!important;
}
    .header-wrap .lower-header {
        background-color: transparent;
        border: none;
    }
.wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: -70px;
}
.our_animation_service {
    font-size: 42px!important;
}
.pd-10 {
    margin: 0!important;
}
}
