@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');

.material-icons {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;

}

body {
    /* font-family: 'Open Sans', sans-serif; */
    color: #5f6368;
    font-size: 14px;
    font: 400 14px / 20px Roboto, sans-serif;
    letter-spacing: .0178571429em;
}

* {
    -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);
    --copyright-background: #213243;
    --background-red-custom: #ff8163;
    --background-red-b-custom: #ed4250;
    --text-dark: #222b45;
    --dark-background: #e4e4e4;
    --footer-background: #f2f7fd;
    --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 {
    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);
    margin-top: 150px;
}

.container-subscribe {
    top: -120px;
}

.subscribe {

    background: linear-gradient(90deg, #e3dcc6, #00f1df);
    background-repeat: no-repeat;
    padding: 57px 100px 55px;
    border-radius: 40px;
    background-position: 0;
    position: relative;
    overflow: hidden;
}

.subscribe:before {
    content: "";
    position: absolute;
    bottom: 46px;
    left: 0;
    width: 59px;
    height: 115px;
    background-image: url(https://html.merku.love/shelly/assets/img/news-bg.png);
    background-repeat: no-repeat;
}

.subscribe:after {
    content: "sensors";
    position: absolute;
    bottom: 15px;
    font-family: "Material Symbols Outlined";
    right: 0;
    width: 112px;
    height: 100px;
    font-size: 80px;
    transform: rotate(31deg);
    opacity: 0.5;
    color: white;
}

body {
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-image: url(https://html.merku.love/shelly/assets/img/banner-bg.png);
    position: relative;
}

.study {
    background-image: url(https://html.merku.love/shelly/assets/img/abt-bg.png);
    background-repeat: no-repeat;
    background-position: 50%;
}

.masonary .grid-item {
    padding: 0 9.5px;
    margin-bottom: 19px;
}

.masonary .grid-item img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    height: 100%
}

.masonary .grid-item.width1 {
    width: 199px;
    height: 210px;
    margin-top: 190px
}

.masonary .grid-item.width2 {
    width: 297px;
    height: 360px
}

.masonary .grid-item.width3 {
    width: 197px;
    height: 290px;
    margin-top: 20px
}

.masonary .grid-item.width4 {
    width: 180px;
    margin-top: 60px
}

.masonary .grid-item.width4 img {
    width: 94px;
    height: 87px
}

.masonary .grid-item.width5 {
    width: 297px;
    height: 192px;
    padding-left: 30px
}

.masonary .grid-item.width6 {
    width: 198px;
    height: 240px;
    margin-top: -45px
}

.masonary .grid-item.width7 {
    width: 198px;
    height: 240px;
    margin-top: 0
}

.masonary .grid-item.width8 {
    width: 80px;
    height: 64px;
    margin-top: 0
}

.masonary .grid-item.width9 {
    width: 199px;
    height: 190px
}

.masonary .grid-item.width10 {
    width: 99px;
    height: 72px
}

@media only screen and (max-width: 1200px) {
    .masonary .grid-item {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 576px) {
    .masonary {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .masonary,
    .masonary .grid-item {
        height: auto !important;
        position: static !important;
    }

    .masonary .grid-item {
        width: 50% !important;
    }
}

.section-breadcrumb{
    
}
/* .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;
}
.post-card .card-image{
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover;
    border-radius: 1em!important;
}
.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-card div.card-body .card-description {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.post-card div.card-body .card-description{ 
    -webkit-line-clamp: 3;
}
.post-card 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;
}