:root {--primary: #2ba2db;--secondary: #a137d7;}
body{background:#fff;color:#000;  font-family: "Poppins", sans-serif;font-weight: 400;font-style: normal;}
h1.h1{font-size:1.6em}
.h6{color:#000;font-size:1.2em;margin: 0;}
a{color:var(--secondary);text-decoration:none}
a:hover{color:var(--primary)}
.navbar-brand{padding:0;height:54px;overflow:hidden}
.navbar-brand img{height:50px}
.bgfooter{background:#2b333c;color: #fff;}
footer a{font-size:1em;line-height:1;}
footer .socialmenu a i::before{color:#ddd!important}
.title{margin:2em auto;overflow:hidden;text-align:center;font-weight:300;font-size:1.4rem;text-transform:uppercase; color: var(--secondary);}
.title:after,.title:before{content:"";display:inline-block;width:50%;margin:0 .5em 0 -55%;vertical-align:middle;border-bottom:1px solid var(--primary);}
.title:after{margin:0 -55% 0 .5em; border-bottom:1px solid var(--secondary);}
.title > span{width: 60%;display: inline-block;}
.tags{ margin: 20px 0; padding: 0;list-style: none;}
.tags li{margin: 0 3px 5px 0;padding: 2px 8px;display: inline-block;background: #e8e8e8;border-radius: 4px;font-size: 13px;}
.box{background:#fff;overflow:hidden;box-shadow:0 10px 10px 0 rgb(0 0 0 / .1);transition: .3s ease-in-out;position:relative;border-radius: 12px;margin-bottom: 20px;}
.box:hover{box-shadow:0 10px 10px 0 rgb(0 0 0 / .3);}
.box img{transition: 1s ease-in-out;transition-delay: 1s;}
.box:hover img{transform: scale(1.6);transition: .5s ease-in-out;}
.box-link{font-size:1.6em;line-height:1;text-decoration:none;position:absolute;bottom:10px;right:10px;z-index:9}
.box p{color: #6b68d9;margin: 0;position: absolute; z-index: 9;bottom: 10px;left: 10px;}
.pulse {color: #ff7ed7;margin: 0 3px;animation: pound 0.35s infinite alternate;display: inline-block;}
@keyframes pound {
    to {transform: scale(1.3);}
}