@charset "UTF-8";
/*---------------------------*/
/*      projects block 1     */
/*---------------------------*/
#project-carousel.section-block{
    margin-bottom: 7rem;
}
#project-carousel .single-col-block{
    align-items: center;
}
#project-carousel .single-col-block .row{
    display: flex;
    justify-content: center;
    width: 100%;
}
/*---------------------------*/
/*  projects block 1 top row */
/*---------------------------*/
#project-carousel .single-col-block .row.top{
    justify-content: center;
    margin-bottom: 3rem;
}
#project-carousel .title-container{
    align-items: center;
    width: 75%;
    gap: 1.5rem;
    span{
        text-align: center;
    }
}

/* --------- */
/*  MOBILE   */
/* --------- */
@media (max-width: 767px) and (orientation: portrait) {
    /*---------------------------*/
    /*      projects block 1     */
    /*---------------------------*/
    #project-carousel.section-block{
        margin-bottom: 6rem;
    }
    /*---------------------------*/
    /*  projects block 1 top row */
    /*---------------------------*/
    #project-carousel .single-col-block .row.top{
        margin-bottom: 2rem;
    }
    #project-carousel .title-container{
        width: 100%;
        gap: 1rem;
    }
}
@media (max-width: 767px) and (orientation: landscape)  {
    /*---------------------------*/
    /*      projects block 1     */
    /*---------------------------*/
    #project-carousel.section-block{
        margin-bottom: 6rem;
    }
    /*---------------------------*/
    /*  projects block 1 top row */
    /*---------------------------*/
    #project-carousel .single-col-block .row.top{
        margin-bottom: 2rem;
    }
    #project-carousel .title-container{
        width: 100%;
        
    }
}

/* ----------- */
/*   TABLETS   */
/* ----------- */
@media (min-width: 767px) and (max-width: 1200px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {
}
@media (min-width: 767px) and (max-width: 1200px) and (orientation: landscape)  {
    /*---------------------------*/
    /*      projects block 1     */
    /*---------------------------*/
    #project-carousel.section-block{
        margin-bottom: 6rem;
    }
    /*---------------------------*/
    /*  projects block 1 top row */
    /*---------------------------*/
    #project-carousel .single-col-block .row.top{
        margin-bottom: 2rem;
    }
    #project-carousel .title-container{
        width: 100%;
        
    }
}
/* ------------------- */
/*  DESKTOP & LAPTOPS  */
/* ------------------- */
/* Small Desktops and Laptops */
@media (max-width: 1200px) and (hover: hover) and (pointer: fine) {
    
}
@media (min-width: 1201px) and (max-width: 1680px) and (hover: hover) and (pointer: fine)  {
}
