.themetechmount-blogbox-styleone .themetechmount-blog-top-content {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    background: var(--ttm-greycolor);
    padding: 20px;
    border-radius: 20px;
    transition: 0.8s all;
    border: 1px solid transparent;
}
.themetechmount-blogbox-styleone:hover .themetechmount-blog-top-content {
    border: 1px solid var(--ttm-bordercolor);
}
.themetechmount-blogbox-styleone .themetechmount-blog-top-content .tm-featured-outer-wrapper {
    width: 30%;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}
.themetechmount-blogbox-styleone .themetechmount-blog-top-content .themetechmount-box-desc {
    width: 70%;
    padding-top: 0;
}
.themetechmount-blogbox-styleone .themetechmount-blog-top-content .themetechmount-box-title h4 {
    line-height: 29px;
    font-size: 20px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.themetechmount-blogbox-styleone .themetechmount-blog-top-content .themetechmount-box-title{
    padding-top: 5px;
}
.themetechmount-blogbox-styleone .themetechmount-blog-top-content .tm-box-post-date {
    font-size: 14px;
}
.themetechmount-blogbox-styleone .themetechmount-blog-bottom-content {
    transition: .5s all;
    opacity: 0;
}
.themetechmount-element-blogbox-style1  .tm-box-col-wrapper.active  .themetechmount-blogbox-styleone .themetechmount-blog-bottom-content{
    transition: .5s all;
    opacity: 1;
}
.themetechmount-blogbox-styleone  .ttm-post-featured-link-wrapper {
    width: 100%;
    height: 120px;
    max-width: none;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-size: cover;
    transition: all 1s ease;
    overflow: hidden;
    background-position: center;
    border-radius: 15px;
        -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: .75s ease-in-out;
    transition: .75s ease-in-out
}
.themetechmount-blogbox-styleone:hover  .ttm-post-featured-link-wrapper {
    -webkit-transform: rotate(2deg) scale(1.2);
    transform: rotate(2deg) scale(1.2);
}
.themetechmount-element-blogbox-style1 .tm-box-col-wrapper:nth-child(2) .themetechmount-blogbox-styleone .themetechmount-blog-top-content {
    background: #c4c6ff;
}
.themetechmount-element-blogbox-style1 .tm-box-col-wrapper:first-child .themetechmount-blogbox-styleone .themetechmount-blog-top-content {
    background: #ffdfff;
}
/*style 2*/
.themetechmount-blogbox-styletwo .entry-header .themetechmount-box-title h4 {
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.themetechmount-blogbox-styletwo .tm-featured-wrapper:before,
.themetechmount-blogbox-stylethree .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper:before,
.themetechmount-blogbox-styleone .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .08);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.themetechmount-blogbox-stylethree .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper:after {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.2;
}
.themetechmount-blogbox-styletwo  .tm-featured-wrapper img {
    border-radius:20px;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.themetechmount-blogbox-styletwo:hover .tm-featured-wrapper img {
    -webkit-transform: rotate(2deg) scale(1.2);
    transform: rotate(2deg) scale(1.2);
}
.themetechmount-blogbox-styletwo .tm-featured-wrapper,
.themetechmount-blogbox-stylethree .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.themetechmount-blogbox-styletwo:hover .tm-featured-wrapper:before,
.themetechmount-blogbox-stylethree:hover .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper:before,
.themetechmount-blogbox-styleone:hover .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper:before {
    -webkit-animation: circle 2s;
    animation: circle 2s;
}
@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }

}
@media (max-width:767px){
.themetechmount-blogbox-styletwo .entry-header .themetechmount-box-title h4 {
    font-size: 22px;
    line-height: 32px;
}
.themetechmount-blogbox-stylethree  .ttm-post-featured-link-wrapper {
    width: 100%;
    height: 450px !important;
}
}

/*style 2*/
/*style 3*/
.themetechmount-blogbox-stylethree .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}
.themetechmount-blogbox-stylethree .themetechmount-box-content-inner .ttm-blog-content .ttm-entry-meta-blogbox {
    display: flex;
    align-items: center;
    gap: 50px;
}
.themetechmount-blogbox-stylethree .themetechmount-box-content-inner .ttm-blog-content .author .ttm-by-author {
    display: block;
}
.themetechmount-blogbox-stylethree .themetechmount-box-content-inner .ttm-blog-content .ttm-meta-line.posted-on span.screen-reader-texts {
    display: block;
}
.themetechmount-blogbox-stylethree .themetechmount-box-content-inner .ttm-blog-content .ttm-entry-meta-blogbox a {
    font-size: 22px;
    line-height: 30px;
    font-family: var(--special-element-fontfamily);
}
.themetechmount-blogbox-stylethree  .ttm-post-featured-link-wrapper {
    transform: scale(1);
    width: 100%;
    height: 600px;
    max-width: none;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-size: cover;
    transition: all 1s ease;
    overflow: hidden;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
          -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: .75s ease-in-out;
    transition: .75s ease-in-out;
}
.themetechmount-blogbox-stylethree:hover  .ttm-post-featured-link-wrapper{
-webkit-transform: rotate(2deg) scale(1.2);
    transform: rotate(2deg) scale(1.2);
}
.themetechmount-blogbox-stylethree .themetechmount-box-details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    padding: 0 75px;
    align-items: center;
    width: 70%;
}
.themetechmount-blogbox-stylethree .themetechmount-box-title h4 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
}
.themetechmount-blogbox-stylethree .themetechmount-box-title {
    padding-top: 15px;
    padding-bottom: 15px;
}
.themetechmount-blogbox-stylethree .ttm-blog-content {
    border-top: 1px solid rgb(255 255 255 / 70%);
    padding: 25px 0 0;
    margin-top: 25px;
}
.themetechmount-blogbox-stylethree .themetechmount-box-content,
.themetechmount-blogbox-stylethree .prt-blog-post-cat span.prt-meta-line a,
.themetechmount-blogbox-stylethree .themetechmount-box-title h4 a,
.themetechmount-blogbox-stylethree .themetechmount-box-content-inner .ttm-blog-content .ttm-entry-meta-blogbox a {
    color: #ffffff;
}

@media (max-width: 1024px){
.themetechmount-blogbox-stylethree .themetechmount-box-details {
    padding: 0 30px;
    width: 100%;
}
}
@media (max-width: 767px){
.themetechmount-blogbox-stylethree .themetechmount-box-title h4 {
    font-size: 26px;
    line-height: 36px;
}
}
@media (max-width: 680px){
.themetechmount-blogbox-stylethree .themetechmount-box-title h4 {
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
  overflow: hidden;
}
.themetechmount-box-blog.themetechmount-blogbox-stylethree .themetechmount-box-desc-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
}

@media (max-width: 480px){
.themetechmount-blogbox-stylethree .themetechmount-box-content-inner .ttm-blog-content .ttm-entry-meta-blogbox {
    display: block;
}
.themetechmount-blogbox-stylethree .themetechmount-box-content-inner span.author.vcard {
    padding-bottom: 10px;
    display: block;
}
.themetechmount-blogbox-stylethree .themetechmount-box-content-inner .ttm-blog-content .author .ttm-by-author {
    display: block;
    font-size: 15px;
}
.themetechmount-blogbox-stylethree .themetechmount-box-content-inner .ttm-blog-content .ttm-entry-meta-blogbox a {
    font-size: 18px;
}
}

/*style 3*/

.themetechmount-blogbox-stylefour  .ttm-post-featured-link-wrapper {
    transform: scale(1);
    width: calc(100% + 100px);
    height: 620px;
    max-width: none;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-size: cover;
    transition: all 1s ease;
    overflow: hidden;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    border-radius: var(--ttm-button-shape);
}
.themetechmount-blogbox-stylefour .themetechmount-box-content-inner {
    background: var(--ttm-greycolor);
    padding: 65px;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 30px;
}
.themetechmount-blogbox-stylefour  .themetechmount-bottom-content {
    display: flex;
    align-items: center;
}
.themetechmount-blogbox-stylefour .themetechmount-box-title h4 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
}

.themetechmount-blogbox-stylefour .tm-entry-meta-wrapper span.tm-meta-line.comments-link {
    display: none;
}
.themetechmount-blogbox-stylefour .themetechmount-box-img-left {
    padding: 0;
}
.themetechmount-blogbox-stylefour .themetechmount-box-details {
    padding: 0;
}

.themetechmount-blogbox-stylefour .themetechmount-box-content-inner span.ttm-by-author {
    display: block;
}
.themetechmount-blogbox-stylefour .themetechmount-box-content-inner span.screen-reader-texts {
    display: block;
}
.themetechmount-blogbox-stylefour .themetechmount-box-content-inner .ttm-entry-meta-blogbox {
    display: flex;
    gap: 40px;
}
.themetechmount-blogbox-stylefour .themetechmount-box-content-inner .ttm-blog-content {
    border-top: 1px solid var(--ttm-bordercolor);
    padding-top: 25px;
    margin-top: 25px;
}
.themetechmount-blogbox-stylefour .themetechmount-box-content-inner .ttm-entry-meta-blogbox a {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    font-family: var(--special-element-fontfamily);
}
.themetechmount-blogbox-stylefour .themetechmount-box-content-inner .prt-blog-post-cat {
    padding-bottom: 10px;
}