/* h1{
    font-family: 'Josefin Sans', sans-serif;
    font-variation-settings: 'wght'100;

 
}
h2{
    font-family: 'Josefin Sans', sans-serif;
    font-variation-settings: 'wght' 500;
}
h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-variation-settings: 'wght' 300;
}
h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-variation-settings: 'wght' 700;
} */



/* reset */

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

/* Utilità */
html {
    scroll-behavior: smooth;


}

/* tavolozza colori */
:root {
    --primary: #33333380;
    --secondary: #5175F5;
    --accent: #F5C951;
    --light: #ffffff;
    --dark: #5a0c15;
    --color: #4973ff;
}
/* tipografia */
body {
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;

    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* INIZIO */


/* Header */
.nav1{
    display: none;
}

.cover__bar{
    padding: 1rem;
    background-color: #333333;

    display: flex;
    justify-content: space-between;
}
.cover__logo{
    color: #fff;

    font-size: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    
    
}
.cover__logo i {
font-size: large;

}
/* id */
.card__btn__i {
    border: 2px solid var(--primary);
    border-radius: 1rem;
    color: var(--secondary);
    padding: 0.5rem;
    justify-content: space-between;
    text-transform: lowercase;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}


/*  */
/* hero */
/*  */



.content {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero {
    position: relative;
    background: #333333;
    color: white;
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
}
.hero img{
    position: relative;
    z-index: 1;
    width: 18rem;
    margin-bottom: 50px;
}
.hero h2 {
    position: relative;
    z-index: 1;
    font-size: 3.5rem;
    margin: 0 0 10px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.9);
}

.hero p {
    
    position: relative;
    z-index: 1;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.4;
}

/* ========================= */

.waves {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background-color: var(--dark);
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
    transition: 500ms;
}

.waves::before,
.waves::after {
    content: '';
    position: absolute;
    width: 300vw;
    height: 300vw;
    top: -65vw;
    left: 50%;
    transform: translate(-50%, -75%);
}

.waves::before {
    border-radius: 44%;
    background: rgba(51, 51, 51, 1);
    animation: waves 8s linear infinite;
}

.waves::after {
    border-radius: 44%;
    background: rgba(51, 51, 51, 0.5);
    animation: waves 15s linear infinite;
}

@keyframes waves {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}


/* MENU */


.circular-menu {
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 2;
}

.circular-menu .floating-btn {
    display: block;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background-color: var(--dark);
    box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, .26);
    color: hsl(0, 0%, 100%);
    text-align: center;
    line-height: 3.9;
    cursor: pointer;
    outline: 0;

}

.circular-menu.active .floating-btn {
    box-shadow: inset 0 0 3px hsla(0, 0%, 0%, .3);
}

.circular-menu .floating-btn:active {
    box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, .4);
}

.circular-menu .floating-btn i {
    font-size: 1.3em;
    transition: transform .2s;
}

.circular-menu.active .floating-btn i {
    transform: rotate(-45deg);
}

.circular-menu:after {
    display: block;
    content: ' ';
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    background-color: var(--light);
    transition: all .3s ease;
}

.circular-menu.active:after {
    transform: scale3d(5.5, 5.5, 1);
    transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
}

.circular-menu .items-wrapper {
    padding: 0;
    margin: 0;
}

.circular-menu .menu-item {
    position: absolute;
    top: .2em;
    right: .2em;
    z-index: -1;
    display: block;
    text-decoration: none;
    color: hsl(0, 41%, 19%);
    font-size: 1em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    text-align: center;
    line-height: 3;
    background-color: hsla(0, 0%, 0%, .1);
    transition: transform .3s ease, background .2s ease;
}

.circular-menu .menu-item:hover {
    background-color: hsla(0, 0%, 0%, .3);
}

.circular-menu.active .menu-item {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.circular-menu.active .menu-item:nth-child(1) {
    transform: translate3d(1em, -7em, 0);
}

.circular-menu.active .menu-item:nth-child(2) {
    transform: translate3d(-3.5em, -6.3em, 0);
}

.circular-menu.active .menu-item:nth-child(3) {
    transform: translate3d(-6.5em, -3.2em, 0);
}

.circular-menu.active .menu-item:nth-child(4) {
    transform: translate3d(-7em, 1em, 0);
}

/*HERO*/

/* barra di ricerca */
.group__search{
    padding: 1rem;
    margin-top: 30px;

}
form {
    background-color: var(--dark);
    width: 100%;
    height: 44px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

input {
    all: unset;
    font: 16px system-ui;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 6px 10px;
}

::placeholder {
    color: #fff;
    opacity: 0.7;
}

.button__search {
    all: unset;
    cursor: pointer;
    width: 44px;
    height: 44px;
}

.svg__search {
    color: #fff;
    fill: currentColor;
    width: 24px;
    height: 24px;
    padding: 10px;
}

/* filter */



.filter {
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 8px;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}


select {
    background-color: #fff;
    border: none;
    font-size: 2 rem;
    padding: 2px 5px;

}




/* gruppo eicrca   */


.group__search{

    display: flex;
    gap: 20px;
    margin-bottom: 50px;

}
/* filter2 */

.filter2 h2{
    color: var(--dark);
}
.filter2 {

    display: block;
    width: fit-content;
    align-items: center;
    padding: 10px 10px;
    border-radius: 8px;
    border: 0;
    cursor: pointer;
    font-size: 12px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.ordina-select {
    background-color: #fff;
    border: none;
    padding: 2px 5px;
    margin: 2px;

}
.subfiltro{
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}
.subfiltro__h{
    color: #333333  ;
}
.container1{
    display: none;
}
/* GRID */
.grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    margin: 0 auto;

}

/* main */
.res {
   width: 100%; 
    
    
}




/* card */

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;

}

.card__btn {
    border: 2px solid var(--primary);
    border-radius: 1rem;
    color: var(--secondary);
    padding: 0.5rem;
    text-transform: lowercase;
    width: 100%;
    grid-column: 1/6;
}
.button__a{
    grid-column: 1/7;
}
.btn--block {
    display: block;
    width: 100%;
}
.likes{
   display: flex;
   align-items: center;
   grid-column: 7/8;
}
.cards {

    display: block;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cards__item {
    
    display: flex;
    gap: 1em;
    width: 100%;
    margin-bottom: 1em;


}

.card {
    padding: 1rem;
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card:hover .card__image {

    filter: contrast(100%);
}


.card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1rem;
}

.card__image {
    height: 400px;

    border-top-left-radius: 0.40rem;
    border-top-right-radius: 0.40rem;
    filter: contrast(70%);
    overflow: hidden;
    position: relative;
    transition: filter 0.5s cubic-bezier(.43, .41, .22, .91);

}
.card__image img{
    width: 440px;
    height: auto;
}
.card__image:before {
    content: "";
    display: block;

}

.card__title {
    color: var(--color);
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.card__text {
    flex: 1 1 auto;
    font-size: 0.875rem;
    line-height: 1.5;

}



/* red more */

details {
    position: relative;
    margin-bottom: 20px;
    width: fit-content;
}
details summary {
    display: block;
    cursor: pointer;
    color: var(--color);
}

details summary:focus {
    outline: none;
}

details[open] {
    display: block;
    padding-bottom: 25px;
    padding-top: 10px;
    animation: open .2s linear;
}

details[open] summary {
    position: absolute;
    bottom: 0;
    left: 0;
}

details #open {
    padding-left: 5px;
    text-align: middle;
}

details #open:after {
    display: inline-block;
    position: relative;
    top: -3px;
    padding-left: 8px;
    content: "\00bb";
    transform: rotate(90deg);
}

details[open] #open {
    display: none;
}

details #close {
    display: none;
}

details[open] #close {
    display: block;
}

::-webkit-details-marker {
    display: none;
}





@keyframes open {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Libreria */





/* gallery */
.galleria_titolo h1{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
}
.galleria_titolo{
    padding: 1rem;
}
.gallery {
    
    width: 35rem;
    height: 22rem;
    position: relative;
    display: flex;
    overflow: auto;
    scroll-snap-type: x mandatory;

    border-radius: 10px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.galleria{
        padding: 1rem;

    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery img {
    width: 100%;
    height: 100%;

    flex-shrink: 0;
    object-fit: cover;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    border-radius: 10px;
}
.gallery::-webkit-scrollbar {
    display: none;
}

/* parallax */





img {
    width: 100%;
    vertical-align: middle;

}

.blog-item img {
    display: block;
}

.blog-item a {
    display: flex;
    padding: 50px;
    overflow: hidden;
    align-items: center;
    max-width: 1000px;
    margin: auto;
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: 50px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.blog-item a:hover {
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.blog-item .icon {
    width: 35%;
    object-fit: cover;
    margin-right: 50px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 15px 26px rgba(0, 0, 0, 0.4);
}

.blog-item .content {
    width: 65%;
}

.blog-item .content .title {
    font-size: 21px;
    text-transform: capitalize;
    color: var(--dark);
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}



.blog-item .content .title .blog-date {
    font-size: 12px;
    margin-left: 20px;
    color: #333;
    font-family: 'Lato', sans-serif;
}

.blog-item .content .title .blog-date:before {
    content: '/';
    color: #2bb673;
    font-size: 25px;
    top: auto;
    position: relative;
    margin-right: 10px;
}

.blog-item .content .rounded {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-item .item-arrow {
    height: 20px;
    width: 15%;
    position: relative;
    text-align: center;
    font-size: 35px;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.blog-item a:hover>.item-arrow {
    /*padding-left: 40px;*/
    color: #25aae1;
    left: 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.rounded {
    width: 70px;
    height: 5px;
    border-radius: 6px;
    background-image: linear-gradient(to right, #84242d, #e44040);
    /* background: #2bb769; */
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {

    .blog-item .content {
        width: 100%;
        margin-top: 35px;
    }

    .blog-item .content .title {
        font-size: 18px;
    }

    .blog-item .item-arrow {
        margin: auto;
    }

    .blog-item .icon {
        width: 100%;
    }

    .blog-item .icon img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

    .blog-item {
        width: 92%;
        margin: auto;
    }

    .blog-item a {
        display: block;
        padding: 30px;
    }

}





/* Footer */
    /* <!-- Site footer --> */
.container{
    padding: 1rem;
}



     
.site-footer {
    margin-top: 60px;
    background-color: #26272b;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px
}

.site-footer a {
    color: #737373;
}

.site-footer a:hover {
    color: var(--dark);
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links li {
    display: block
}

.footer-links a {
    color: #737373
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: var(--dark);
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: center;
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d
}

.copyright-text {
    margin: 0
}


.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}



@media (max-width:767px) {

    /* card */
    




    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}


/* media query medium  da quella grandezza in poi si attiveranno altri comnadi */
@media (min-width:767px) {
    /* menu */
    .nav1 {
        display: flex;
        font-family: 'Josefin Sans', sans-serif;
        justify-content: center;
        align-items: center;
        text-align: center;

    }
    .nav1__ul {
        display: flex;
    }
    
    .nav1__il {
        position: relative;
        display: block;
        margin: 0 12px;
        padding: 6px 0;
        text-decoration: none;
        font-family: "Lato";
        cursor: pointer;
        font-size: 22px;
        color: #ecf0f1;
        text-transform: uppercase;
        padding: 4px 0;
        transition: 0.5s;
    }

    .nav1__il::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        top: 100%;
        left: 0;
        background: var(--dark);
        transition: transform 0.5s;
        transform: scaleX(0);
        transform-origin: right;
    }

    .nav1__il:hover {
        color: #95a5a6;
    }

    .nav1__il:hover::after {
        transform: scaleX(1);
        transform-origin: left;
    }

    .circular-menu{
        display: none;
    }

    /* filter2 */
    .filter2 h2 {
        color: var(--dark);
    }

    .filter2 {

        display: block;
        width: fit-content;
        align-items: center;
        padding: 10px 10px;
        border-radius: 8px;
        border: 0;
        cursor: pointer;
        font-size: 12px;
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    }

    .ordina-select {
        background-color: #fff;
        border: none;
        padding: 2px 5px;
        margin: 2px;

    }

    .subfiltro {
        padding: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 30px;
    }

    .subfiltro__h {
        color: #333333;
    }

    .container1 {
        display: none;
    }



        /* card */
    img {
        height: auto;
        max-width: 100%;
        vertical-align: middle;
    }

    .card__btn {
        border: 2px solid var(--primary);
        border-radius: 1rem;
        color: var(--secondary);
        padding: 0.5rem;
        text-transform: lowercase;
        width: 100%;
        grid-column: 1/6;
    }

    .button__a {
        grid-column: 1/7;
    }

    .btn--block {
        display: block;
        width: 100%;
    }

    .likes {
        display: flex;
        align-items: center;
        grid-column: 7/8;
    }

    .cards {
        display: flex;
        gap: 50px;
        justify-content: center;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .cards__item {
        display: flex;
        width: 300px;
        /* gap: 1em;
        width: 100%;
        margin-bottom: 1em; */


    }

    .card {
        max-width: 400px;
       
        background-color: white;
        border-radius: 0.25rem;
        box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .card:hover .card__image {

        filter: contrast(100%);
    }


    .card__content {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        padding: 1rem;
    }

    .card__image {
        height: 300px;
        
        border-top-left-radius: 0.40rem;
        border-top-right-radius: 0.40rem;
        filter: contrast(70%);
        overflow: hidden;
        position: relative;
        transition: filter 0.5s cubic-bezier(.43, .41, .22, .91);

    }

    .card__image img {
        width: 440px;
        height: auto;
    }

    .card__image:before {
        content: "";
        display: block;

    }

    .card__title {
        color: coral;
        font-size: 1.25rem;
        font-weight: 300;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .card__text {
        flex: 1 1 auto;
        font-size: 0.875rem;
        line-height: 1.5;
        margin-bottom: 1.25rem;
    }



    /* footer */
.site-footer {
        padding-bottom: 0
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center
    }
    
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}




/* media query large */

@media(min-width: 992px) {

    /* navbar  */
    .group__search{
        align-items: center;
        justify-content: center;
    }
    .container1 {
        display: flex;
    }
    :root {
        --primary-color:var(--dark);
        --secondary-color: #e6eef9;
    }

    .container1,
    *:after,
    *:before {
        box-sizing: border-box;
    }

    body {
       
        background-color: rgba(230, 238, 249, 0.5);
    }

    .container1 {

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tabs {
        display: flex;
        position: relative;
        background-color: #fff;
        box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15), 0 6px 12px 0 rgba(24, 94, 224, 0.15);
        padding: 0.60rem;
        border-radius: 99px;
    }

    .tabs * {
        z-index: 2;
    }

    input[type="radio"] {
        display: none;
    }

    .tab {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 200px;
        font-size: 1rem;
        font-weight: 500;
        border-radius: 99px;
        cursor: pointer;
        transition: color 0.15s ease-in;
    }

    .notification {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        margin-left: 0.75rem;
        border-radius: 50%;
        background-color: var(--secondary-color);
        transition: 0.15s ease-in;
    }

    input[type="radio"]:checked+label {
        color: var(--primary-color);
    }

    input[type="radio"]:checked+label>.notification {
        background-color: var(--primary-color);
        color: #fff;
    }

    input[id="radio-1"]:checked~.glider {
        transform: translateX(0);
    }

    input[id="radio-2"]:checked~.glider {
        transform: translateX(100%);
    }

    input[id="radio-3"]:checked~.glider {
        transform: translateX(200%);
    }
    input[id="radio-4"]:checked~.glider {
        transform: translateX(300%);
    }
    input[id="radio-5"]:checked~.glider {
        transform: translateX(400%);
    }
    .glider {
        position: absolute;
        display: flex;
        height: 50px;
        width: 200px;
        background-color: var(--secondary-color);
        z-index: 1;
        border-radius: 99px;
        transition: 0.25s ease-out;
    }



    .filter{
        display: none;
    }




    .content {
        max-width: 600px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* card */
    img {
        height: auto;
        max-width: 100%;
        vertical-align: middle;
    }

    .card__btn {
        border: 2px solid var(--primary);
        border-radius: 1rem;
        color: var(--secondary);
        padding: 0.5rem;
        text-transform: lowercase;
        width: 100%;
        grid-column: 1/6;
    }

    .button__a {
        grid-column: 1/7;
    }

    .btn--block {
        display: block;
        width: 100%;
    }

    .likes {
        display: flex;
        align-items: center;
        grid-column: 7/8;
    }

    .cards {
        display: flex;
        gap: 50px;
        justify-content: center;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .cards__item {
        display: flex;
        width: 300px;
        /* gap: 1em;
        width: 100%;
        margin-bottom: 1em; */


    }

    .card {
        max-width: 400px;
       
        background-color: white;
        border-radius: 0.25rem;
        box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .card:hover .card__image {

        filter: contrast(100%);
    }


    .card__content {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        padding: 1rem;
    }

    .card__image {
        height: 300px;
        
        border-top-left-radius: 0.40rem;
        border-top-right-radius: 0.40rem;
        filter: contrast(70%);
        overflow: hidden;
        position: relative;
        transition: filter 0.5s cubic-bezier(.43, .41, .22, .91);

    }

    .card__image img {
        width: 440px;
        height: auto;
    }

    .card__image:before {
        content: "";
        display: block;

    }

    .card__title {
        color: coral;
        font-size: 1.25rem;
        font-weight: 300;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .card__text {
        flex: 1 1 auto;
        font-size: 0.875rem;
        line-height: 1.5;
        margin-bottom: 1.25rem;
    }
    /* footer */
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
 

    
    
    
}






















