@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@500&display=swap');
body {
    font-family: 'Open Sans',sans-serif;
    color: #5f6368;
    font-size: 14px;
}
* {
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
a:hover,a {
    color: inherit!important;
    text-decoration: inherit!important;
}
:root {
    --box-show-bottom : 1px 1px 2px rgba(0,0,0,0.5);
    --box-show-all : 1px 1px 2px rgba(0,0,0,0.5);
    --footer-background:#0f161e;
    --copyright-background:#213243;
    --background-red-custom : #ff8163;
    --background-red-b-custom :#ed4250;
    --text-dark: #222b45;
    --dark-background: #e4e4e4;
    --footer-background: #f1f1f1;
    --background-subscribe: #e5e6ec;
    --button-light: #e5e6ec;
}
.header-top {
    font-size: 13px;
    padding: 0px 0px;
    display: block;
    background-color: var(--background-subscribe);
}

.line-title {
    position: relative;
    background-color: red;
    width: 170px;
    height: 1px;
    display: inline-block;
}

.line-title::before, .line-title::after {
    content: "";
    position: absolute;
    background-color: #ffcd00;
}

.line-title::before {
    width: 1px;
    top: -10px;
    left: calc(50% - 0.5px);
    height: 25px;
}

.line-title::after {
    height: 1px;
    width: 20px;
    left: calc(50% - 0.5px);
    margin-left: -9px;
}

.header-bottom .navbar .navbar-nav a {
    font-family: 'Open Sans', sans-serif;
}

.header-bottom ul.nav.navbar-nav>li:hover>a,
.header-bottom ul.nav.navbar-nav ul.dropdown-menu li:hover>a{
    background-color: var(--button-light);
    color: var(--text-dark)!important;
}

.header-bottom ul.nav.navbar-nav>li>a {
    color: rgb(0, 0, 0);
    font-size: 14px;
}
.header-center.header-base-sticky {
    position: fixed!important;
    top: 0;
    z-index: 99999;
    padding: 0!important;
    width: 100%;
}
.header-bottom {
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 9999;
}

.home-top, .subscribe {
    background-color: var(--background-subscribe);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .08);
    color: var(--text-dark);
}

footer {
    background-color: var(--footer-background);
}

/* .copyright {
    background-color: #171C1F;
} */
.header-bottom.header-base-sticky {
    position: fixed!important;
    top: 0;
    z-index: 99999;
    padding: 0!important;
    width: 100%;
}
div.overlay {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.title-angle-shap{
    display: inline-block;
    padding: 0 0 0 15px;
    position: relative;
}
.title-angle-shap::after,.title-angle-shap::before{
    position: absolute;
    top: 0;
    content: '';
    background: white;
    left: 0;
}
.title-angle-shap.bg-red::after,.title-angle-shap.bg-red::before{
    background: red!important;
}
.title-angle-shap::after{    
    width: 20px;
    height: 3px;
}
.title-angle-shap::before {
    height: 20px;
    width: 3px;
}
.indicator-angle-shap{
    top: -20px;
    right: 0;
    bottom: auto;
    left: auto;
}
.indicator-angle-shap span{
    padding: 3.5px;
    margin: 5px 5px;
    border-radius: 50%;
    background: #d3d3d3;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    cursor: pointer;
    transition: opacity .2s ease;
}
.indicator-angle-shap span.active{
    background: #fc4a00;
    width: 20px;
    border-radius: 10px;
}
.indicator-angle-shap-left{
    left: 0;
    bottom: auto;
    right: auto;
    top: 40px;
    display: grid;
}
.indicator-angle-shap-left div{
    height: 5px;
    width: 5px;
    margin: 5px 5px;
    border-radius: 50%;
    background: #d3d3d3;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    cursor: pointer;
    transition: opacity .2s ease;
}
.indicator-angle-shap-left div.active{
    background: #fc4a00;
    height: 20px;
    border-radius: 10px;
}
.post-overaly-style div.card-body {
    bottom: 0;
    z-index: 1;
}

.post-overaly-style div.card-body .card-title,
.post-overaly-main div.card-body .card-title,
.post-overaly-style div.card-body .card-text,
.post-overaly-main div.card-body .card-text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.post-overaly-style div.card-body .card-title,
.post-overaly-main div.card-body .card-title {
    -webkit-line-clamp: 2!important;
}
.post-overaly-style {
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}

.post-overaly-style::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.post-overaly-style:hover::after,
.post-overaly-main:hover .post-overaly-style::after {
    background-color: rgba(0, 0, 0, 0.2);
}

.post-overaly-style.hover-left img,
.post-overaly-style.zoom-out img,
.post-overaly-main .post-overaly-style.description-bottom>div.card-image img {
    opacity: 0;
}

.post-overaly-main .post-overaly-style.description-left>div.card-image {
    -webkit-transition: all .3s ease-out !important;
    -o-transition: all .3s ease-out !important;
    transition: all .3s ease-out !important;
}

.post-overaly-style.zoom-out:hover div.card-image,
.post-overaly-main:hover .post-overaly-style.description-left div.card-image,
.post-overaly-main:hover .post-overaly-style.description-bottom>div.card-image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.post-overaly-style.hover-left:hover div.card-image {
    background-position: 40%;
}

.post-overaly-style div.card-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    overflow: hidden;
    min-height: 350px;
}

.post-overaly-style .post-date,
.post-overaly-main .post-date {
    font-size: 12px;
}

.post-overaly-style.description-left div.card-image,
.post-overaly-style.description-left {
    width: 130px;
    height: 85px;
}

.original-sentence .container {
    background-image: linear-gradient(to right,#f5226c 0%,#930ad4 93%);
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
.original-sentence .container .sentence{
    font-size: 35px;
}
.btn-red {
    border-radius: 5px;
    background-color: var(--background-red-b-custom)!important;
    color: #fff;
    min-width: 155px;
    min-height: 46px;
    transition: .3s;
    font-weight: 700;
    border-radius: 5px;
    border: medium none;
    padding: 14px 14px 15px;
    text-transform: uppercase;
    background: #6c757d82 none repeat scroll 0 0;
    font-size: 14px!important;
}

.text-red {
    color: var(--background-red-custom);
}
@media (min-width: 576px) { 
    .home-top div.row>div:first-child,
    .subscribe div.row>div:first-child{
        border-right: 1px solid white;
    }
}
@media (max-width: 576px) { 
    .home-top div.row>div:last-child,
    .subscribe div.row>div:last-child{
        border-top: 1px solid white;
    }
}
@media (max-width: 1200px){
    .container {
        min-width: 100%!important;
        max-width: 100%!important;
    }
}
.sticky-top{
    position: sticky;
    top: 70px;
    z-index: 0;
}