@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Open+Sans:wght@300&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap');*/
/*
Theme Name: ContextQA
Theme URI: https://wordpress.org/themes/ContextQA/
Author: ContextQA Team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6s
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
body{
    font-family: "Poppins", sans-serif !important;
}


context-slider{
    --image-size: 100px;
    overflow: hidden;
    /*max-width: 900px;*/
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
}
.context-slider div{
    display: flex;
    gap: 40px;
    margin-right: 160px;
    position: relative;
    animation: contextQA 20s linear infinite;
    justify-content: space-around;
    align-items: center;
}
.context-slider div img{
    display: block;
    min-width: var(--image-size);
    height: fit-content;
    margin: 0 1vw;
}
@keyframes contextQA {
    0%   { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

.home-page-blog .first-div{
    display: none !important;
}
.home-page-blog .first-div:first-child{
    display: block !important;
}
.home-page-blog .first-div:nth-child(2){
    display: block !important;
}
.home-page-blog .first-div:nth-child(3){
    display: block !important;
}