
.design-sponge-item {
    text-align: center;
    position: relative
}

.design-sponge-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(0,0,0,0.5)));
    background-image: linear-gradient(to bottom,rgba(255,255,255,0),rgba(0,0,0,0.5))
}

.design-sponge-item .design-sponge-content {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    max-width: 600px;
    margin: auto
}

.design-sponge-item .design-sponge-content .admin {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-left: 50px
}

.design-sponge-item .design-sponge-content .admin img {
    margin-right: 10px;
    border-radius: 50px;
    width: unset;
    margin: auto;
    position: absolute;
    left: 0;
    top: -6px
}

.design-sponge-item .design-sponge-content .admin a {
    color: #fff;
    font-size: 15px
}

.design-sponge-item .design-sponge-content .admin a:hover {
    color: #a00
}

.design-sponge-item .design-sponge-content h3 {
    margin-bottom: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}

.design-sponge-item .design-sponge-content h3:hover {
    color: #a00
}

.design-sponge-item .design-sponge-content .date li {
    color: #fff;
    border-color: #fff
}

.design-sponge-wrap {
    position: relative
}

.design-sponge-wrap.owl-theme .owl-nav [class*=owl-].owl-prev::before {
    content: "\f104"; /* Font Awesome Unicode for left arrow */
    font-family: "Font Awesome 5 Free"; /* Ensure the correct font family */
    font-weight: 900; /* Ensure the correct font weight for Font Awesome */
    position: absolute;
    left: 35px;
    bottom: 0;
    font-size: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    color: #a00;
    border-radius: 50%;
    text-align: center; /* Center the arrow inside the circle */
}

.design-sponge-wrap.owl-theme .owl-nav [class*=owl-].owl-prev::before {
    content: "\f104"; /* Font Awesome Unicode for left arrow */
    font-family: "Font Awesome 5 Free"; /* Ensure the correct font family */
    font-weight: 900; /* Ensure the correct font weight for Font Awesome */
    position: absolute;
    left: 35px;
    bottom: 0;
    font-size: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    color: #a00;
    border-radius: 50%;
    text-align: center; /* Center the arrow inside the circle */
}

.design-sponge-wrap.owl-theme .owl-nav [class*=owl-].owl-next::before {
    content: "\f105"; /* Font Awesome Unicode for right arrow */
    font-family: "Font Awesome 5 Free"; /* Ensure the correct font family */
    font-weight: 900; /* Ensure the correct font weight for Font Awesome */
    position: absolute;
    right: 35px;
    bottom: 0;
    font-size: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    color: #a00;
    border-radius: 50%;
    text-align: center; /* Center the arrow inside the circle */
}


.design-sponge-wrap.owl-theme span {
    display: none
}

.design-sponge-wrap.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    left: 100px;
    right: 100px;
    bottom: 50%;
    -webkit-transform: translateY(35px);
    transform: translateY(35px)
}

.design-sponge-wrap.owl-theme .owl-nav [class*=owl-].owl-prev:hover::before {
    background-color: #a00;
    color: #fff
}

.design-sponge-wrap.owl-theme .owl-nav [class*=owl-].owl-next:hover::before {
    background-color: #a00;
    color: #fff
}
.logo-area img {
    width: 65%;/*50%* asp change*/
    padding: 10px 0px;
}
.date {
    display: flex;
    justify-content: center;
}
.date li {
    margin: 0px 10px;
}
.d-flex {
    display: flex !important;
    flex-direction: column;
}

.footer-logo img {
    padding: 10px;
    width: 70%;
}
.cu-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.from-following-right-side img {
    border-radius: 15px;
}
.featured-video-area img {
    border-radius: 15px;
}
.cus-dis {
    justify-content: center;
}
.bottom-add-banner-box img {
    border-radius: 20px;
}
.desk-screen {
    display: block;
}
.phone-img {
    display: none !important;
}
/*.banner-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.57);
    z-index: 0;
}*/

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.banner-text h3 {
    color: #ccc;
    font-weight: normal;
    font-size: 20px;
}

/* .banner-text span {
    color: #a00;
} */

.banner-text h2 {
    color: rgb(255, 255, 255);
    font-family: 'Marcellus';
    font-weight: normal;
    font-size: 40px;

}

.banner-text h5 {
    font-size: 18px;
    font-weight: 500;
    color: #ccc;
    padding-right: 41%;
    padding-bottom: 30px;
    line-height: 36px;
}

.banner-text a {
    text-decoration: none;
    display: none;
}
.bg-change {
    background: #a00;
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 30px;
    transition: 0.5s;
    border: 2px solid #a00;

}

.bg-change:hover {
    background: transparent;
    transition: 0.5s;
    color: #a00;
    border: 2px solid #a00;
}
.date li {
    color: #ccc;
}


/*recent blogs  */

.blogs-sec {
    padding-top: 80px;
}
.blog-img {
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    margin: 10px;
    border-radius: 15px;
}
.blog-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.single-featured-video-item {
    height: 100%;
}

.single-featured-video-item a{
    width: 100%;
}
iframe {
    border: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
.blog-bottom {
    padding: 20px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.following-blog-post-top {
   margin-top: 0px;
}
.blogs-sec .following-blog-post-title {
    font-size: 16px;
    font-weight: normal;
}
.blogs-sec .owl-carousel .owl-nav button.owl-prev,
.blogs-sec .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    background-color: #f4f4f4;
    font-size: 30px;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blogs-sec .owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}
.blogs-sec .owl-nav {
    text-align: right;
    position: relative;
}

.blogs-sec .owl-carousel .owl-nav button.owl-prev:hover,
.blogs-sec .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #a00;
    color: #fff;
}
.owl-nav a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    background-color: #f4f4f4;
    font-size: 24px;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
    margin-left: 10px;
}
.owl-nav a:hover {
    background-color: #a00;
    color: #fff;
}

/* featured vidoes */


.feat-blog {
    padding-top: 80px;
}
.cus-title {
    display: flex;
    justify-content: space-between;
}
.cus-title a {
    color: #a00;
    border: 1px solid #a00;
    border-radius: 20px;
    padding: 5px 20px;
    margin-bottom: 0px;
    font-size: 14px;
}
.cus-title a:hover {
    color: #fff;
    background-color: #a00;
}
.single-popup-wrap img {
    border-radius: 20px;
}
.featured-video-content h3,
.featured-video-content h5 {
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    margin-top: 10px;
}
.feat-topcontent {
    margin-bottom: 30px;
}
.feat-topcontent img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}
.dropdown {
    position: relative;
    display: inline-block;
    z-index: 10;
}

.dropbtn {
    background-color: #a00;
    color: white;
    padding: 5px 15px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 15px;
    transition: background-color 0.3s;
    margin-bottom: 20px;
}

.dropbtn:hover {
    
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.drop-right {
    text-align: end;
    margin-right: 10px;
}
.oth-lan {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.lang-article {
    padding-top: 80px;
}
.vid-small {
    display: flex;
    align-items: flex-end;
}
.vid-right {
   margin-top: 22px;
}
iframe {
    border: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.vid-right iframe {
    margin-right: 20px;
    width: 100%;
    height: 130px;
    margin-bottom: 10px;
}
.featured-video-content {
    margin-bottom: 10px;
}


.featured-video-haader .section-title {
    margin-bottom: 40px;
}
/* blog detail page */

.blog-left {
    width: 67%;
}
.blog-right {
    width: 33%;
}
.right-image img {
    border-radius: 15px 15px 0px 0px;
}
.right-details {
    padding: 15px;
    border: 1px solid #f4f4f4;
    border-radius: 0px 0px 15px 15px;
    border-top: none;
}

.right-detailsNew {
    padding: 15px;
    border: 1px solid #f4f4f4;
   /* border-radius: 0px 0px 15px 15px;*/
    border-top: none;
    border-bottom:none;
    
}
.right-detailsNext {
    padding: 15px;
    border: 1px solid #f4f4f4;
    border-radius: 0px 0px 15px 15px;
    border-top: none;
}
.blog-right .latest-post-inner-wrap {
    height: auto !important;
    transition: transform;
}
.blog-details-category-area {
    padding: 30px 24px;
    background: #fafafa;
    border-radius: 10px;
}
.blog-details-thum img {
    width: 100% !important;
    border-radius: 15px;
}
.right-image img {
    width: 100% ;
}
.inner-ul {
    list-style: circle;
    padding-left: 20px;
}
.inner-ul li::marker {
    color: #a00;
}
.inner-ul a:hover {
    text-decoration: underline;
}
.author-blog-post-wrap {
    position: relative;
}
.author-blog-post-content {
    position: absolute;
    bottom: 10px;
    right: 20px;
    background-color: #fff9;
    padding: 5px;
    border-radius: 10px;
}
.author-blog-post-wrap:hover .author-blog-post-content {
    background-color: #a00;
}
.author-blog-post-wrap:hover .author-blog-post-content a{
    color: #fff;
}
.align-center {
    text-align: center;
}
.category-inner {
    margin-top: 10px;
}
.blog-list {
    padding: 40px 0px;
    padding-bottom: 50px;
}
.blog-cate {
    margin-bottom: 20px;
}
.comment-view {
    margin-top: 50px;
}
.comment-view .item {
    padding: 40px 20px;
    border: 1px solid #a00;
    border-radius: 20px;
    min-height: 296px;
}
.comment-view h6 {
    font-weight: 600;
}
.comment-view p {
    margin-top: 10px;
    font-style: italic;

}
.serchBar input#Text1 {
    padding-left: 20px;
}
.medium-screen {
    display: none;
}
.desk-mob {
    display: flex;
}


/* custom responsive */
@media (max-width:1499px) {
    .featured-video-list .featured-video-list-item {
        padding-right: 15px;
        margin-right: 15px;
    }
    .featured-video-haader {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: flex-start;
        flex-direction: column;
    }
    .featured-video-list {
        margin-top: 20px;
    }
}

@media (max-width:1200px) {
    .cus-dis {
        justify-content: unset;
    }
    .from-following-right-side {
        display: none;
    }
    .blogs-sec .owl-nav::after {
        width: 85%;
    }
    .author-blog-post-wrap {
        width: 50%;
    }
    .vid-small {
        display: unset;
    }
    .medium-screen {
        display: flex;
    }
    .desk-mob {
        display: none;
    }
    
}

@media (max-width:991px) {
    .rev {
        flex-direction: row-reverse !important;
    }
    .from-following-right-side {
        display: none;
    }

    .banner-text h2 {
        font-size: 35px;
    }

    .banner-text h3 {
        font-size: 17px;
    }

    .banner-text h5 {
        padding-right: 0;
        font-size: 16px;
    }
    .blog-left {
        width: 100%;
    }
    .blog-right {
        width: 100%;
    }
    .single-hero-category-item {
        width: 50%;
        text-align: center;
    }
    .single-hero-category-item img {
        width: 95%;
    }
    .blog-detail-right {
        display: flex;
        margin-top: 30px;
    }
    .right-image img {
        border-radius: 15px 0px 0px 15px ;
    }
    .right-details,.right-detailsNew {
        padding: 15px;
        border: 1px solid #f4f4f4;
        border-radius:  0px 15px 15px 0px;
        border-left: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .oth-lan {
        display: block;
    }
    .drop-right {
        margin-right: 0px;
    }

}
@media (max-width:768px) {
    .banner-text {
        top: 65%;
    }
    .banner-text h5 {
        padding-bottom: 10px;
    }
    .banner-text h3 {
        font-size: 14px;
    }
    .banner-text h2 {
        font-size: 30px;
    }   
    .banner-text h5 {
        line-height: 29px;
        font-size: 15px;
    }
    .blogs-sec .owl-nav::after {
        width
        : 80%;
    }
    .author-blog-post-wrap {
        width: 100%;
    }
}
@media (max-width:660px) {
    .dis {
        display: none;
    }
    .header-top-contact-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: space-between;
    }
    .bg-change {
        font-size: 14px;
    }
    .blog-detail-right {
        display: flex;
        margin-top: 30px;
        flex-direction: column;
    }
    .right-image img {
        border-radius: 15px 15px 0px 0px ;
        width: 100%;
    }
    .single-hero-category-item {
        width: 100%;
    }
}
@media (max-width:499px) {
    .design-sponge-wrap.owl-theme .owl-nav {
        margin-top: 0;
        position: absolute;
        left: 0%;
        right: 0%;
        bottom: 50%;
        -webkit-transform: translateY(35px);
        transform: none;
    }
    .design-sponge-wrap.owl-theme .owl-nav [class*=owl-].owl-next::before {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .design-sponge-wrap.owl-theme .owl-nav [class*=owl-].owl-prev::before {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .design-sponge-item .design-sponge-content h3 {
        margin-bottom: 10px;
        font-size: 25px;
    }
    .footer-one .footer-top-area {
        padding: 20px 0px;
    }
    .footer-widget {
        margin-top: 0px;
    }
    .featured-video-content a {
        font-size: 16px;
    }
    .design-sponge-area {
        padding: 0px 10px;
    }
    .owl-carousel .owl-item img {
        border-radius: 20px;
    }
    .design-sponge-item::before {
        border-radius: 20px;
    }
    .scroll-top {
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
        bottom: 20px !important;
    }
    .logo-area img {
        width: 75%;
    }
    .footer-area p {
        font-size: 14px;
    }
    .footer-widget-menu-list li a {
        font-size: 14px;
    }
    .custom-container {
        padding: 0% 3%;
    }
    .desk-screen {
        display: none !important;
    }
    .phone-img {
        display: block !important   ;
    }
    .banner-text h5 {
        line-height: unset;
        margin-bottom: 10px;
    
    }

    .banner-text h2 {
        font-size: 25px;
        margin-bottom: 10px ;
    }
    .banner-btn {
        padding-right: 48%;
    }
    .bg-change {
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }
    .banner-text h3 {
        margin-bottom: 10px;
    }
    .banner-text h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .banner-img::before {
        border-radius: 20px;
    }
    .blogs-sec {
        padding-top: 40px;
    }
    .mb-40 {
        margin-bottom: 20px;
    }
    .blogs-sec .owl-nav::after {
        width: 70%;
    }
    .feat-blog {
        padding-top: 40px;
    }
    .lang-article {
        padding-top: 0px;
    }
    .blog-details-meta-box {
        display: flex;
        flex-direction: column;
        align-items: normal;
    }
    .post-meta-left-side {
        display: flex;
        justify-content: space-between;
    }
    .post-mid-side {
        display: flex;
        justify-content: space-between;
    }
    .blog-details-wrapper p {
        text-align: justify;
    }
    .blog-details-wrapper .mt-5 {
        margin-top: 20px !important;
    }
    .blog-details-wrapper {
        padding-bottom: 0px !important;
    }
    .single-hero-category-item img {
        width: 100%;
    }
    .single-hero-category-item img {
        width: 100%;
    }
    .blog-top {
        margin-bottom: 20px;
    }
    .blog-list {
        padding: 40px 0px;
    }
    .blog-cate {
        margin-bottom: 0px;
    }
    .dropbtn {
        font-size: 14px;
    }
    .comment-view {
        margin-top: 40px;
    }
    
    
}
@media (max-width:399px) {
    .design-sponge-item .design-sponge-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .vid-right iframe {
        margin-right: 20px;
        width: 100%;
        height: auto;
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .single-featured-video-item {
        height: auto    ;
    }
    .featured-video-haader .section-title {
        margin-bottom: 20px;
    }
}
@media (max-width:575px) {
    .medium-screen {
        display: none;
    }
    .desk-mob {
        display: flex;
    }
    .banner-img {
        padding: 0px 20px;
    }
    .header .custom-container {
        padding: 0px 20px;
    }
    .serchBar {
        margin-bottom: 20px;
    }
}