a:hover, a {
    color: initial;
    text-decoration: inherit!important;
}
.subscribe{
    background-color: #d5e6f1;
}
.banner-graphic{
    background-image: linear-gradient(to right,#fff300 0%,#0ac1d4 93%);
    animation: gradient 5s ease infinite;
    background-size: 400% 400%;
}
.banner-graphic::after,
footer::before{
    content: "";
    position: absolute;
    
    left: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background-image: linear-gradient(to right,#6fbe2e 19%,#00bbd6 43%,#0f61a9 57%,#5a39a0 81%);
}
.banner-graphic::after{
    bottom: 0;
}
footer::before{
    top: 0;
}
.banner-graphic .description,
.flatform .description,
.features .description{
    max-width: 500px;
    margin: auto;
}
.features{
    background: linear-gradient(to right,#6a6a6a 0%,#2d38b9 93%);
}
div.overlay {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.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;
}
.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: 0;
    z-index: 9999;
}
@-webkit-keyframes gradient{
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
     background-position: 0% 50%;
  }
}
@keyframes gradient{
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
     background-position: 0% 50%;
  }
}
.landscape {
		  position: absolute;
		  bottom: 0px;
		  left: 0;
		  width: 100%;
		  height: 100%;
		  background-size: 1000px 250px;
		  background-repeat: repeat-x;
		  background-position: center bottom;
		   background-image: url('https://worshippush.com/public/sources/banner/download.png')
}