#copyMessage {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 8px;
    color: #fff;
    background-color: var(--color1);
    line-height: 1;
    position: absolute;
    right: -0.8rem;
    top: 145%;
}


.single-play-div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 9;
    background: linear-gradient(162.4deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.18) 58.79%, rgba(255, 255, 255, 0.2) 91.14%);
    backdrop-filter: blur(15px);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    transition: 0.28s all linear;
    border: 1px solid transparent;
}
.single-play-div:hover{
    color: var(--color2);
    border-color: var(--color2);
}

.help-heading .widget-title{
    margin-bottom: 24px !important;
}
.help-heading {
    padding-bottom: 24px !important;
}

/* 
.widget-side > ul.help-list > li:not(:last-of-type){
    padding-bottom: 24px !important;
} */

.widget-side ul.help-list a{
    padding: 0 !important;
}

.help-heading{
    margin-bottom: 24px !important;
}
.access-head , .help-side{
    margin-bottom: 16px !important;
}

.single-wrap {
    margin-top: 48px !important;  
}

.swiper-project-blog{
    padding-inline: 14px;
}

.share-single{
    position: absolute;
    top: 16px;
    right: 16px;
}

.single .blog-related-div{
    background-color: var(--color2);
    border-radius: 20px;
    padding-block: 36px 80px;
    height: 194px;
    z-index: 0;
}


.single-blog-page .swiper-blog-related{
    margin-top: -45px;
}

.swiper-blog-related .blog__dec p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.meta-detail{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.meta-detail .blog-date{
    font-size: 18px;
    line-height: 30px;
    color: var(--color2);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 9px;
}

.meta-detail .blog-date i{
    font-size: 21px;
    line-height: 1;
    color: var(--color1);
}

.single .main-content{
    border: 1px solid #ECECEC;
    padding: 24px;
    border-radius: 20px;
    margin-block: 24px;
}
.single .main-content p , .single .main-content span{
    color: var(--color2);
    opacity: 70%;
}
.single .main-content :is(h1,h2,h3,h4,h5,h6){
    margin-block: 32px 8px;
    color: var(--color2);
}
.single .main-content ul li :is(h1,h2,h3,h4,h5,h6) , .single .main-content ol li :is(h1,h2,h3,h4,h5,h6){
    margin-block: 16px !important;
}


.duration-div{
    height: 14px;
    padding: 6px;
    gap: 5px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    background-color: var(--color1);
    font-size: 14.5px;
    line-height: 18px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 9;
  }
  
  .duration-div i{
   font-size: 15px;
   line-height: 18px;
   color: var(--color2);
  }

.sw-related{
    position: absolute;
    transform: translate(-50%, -5%);
    top: 5%;
    left: 50%;
    width: calc(100% + 24px);
    justify-content: space-between !important;
    z-index: 9;
    transition: 0.25s all linear;
    pointer-events: none;
}







/* start service.................................... */

.sw-service-blog{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: calc(100% + 24px);
    justify-content: space-between !important;
    z-index: 9;
    transition: 0.25s all linear;
    pointer-events: none; 
}

 .sw-btn{
    pointer-events: all;
}

.service__dec{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    opacity: 0;
    transition: 0.3s all linear;
    padding-inline: 30px;
    text-align: center;
}
.service__dec p{
    font-size: 16px;
    line-height: 30px;
    color: #ECECEC;
}

.service-item{
    transition: 0.3s all linear;
    position: relative;
    margin-bottom: 24px;
}

.service-item:hover .service__dec{
    opacity: 1;
}
.service-item:hover .service-txt-div{
    bottom: 24px;
}
.service-txt-div{
    transition: 0.3s all linear;
    position: absolute;
    z-index: 9;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    padding-inline: 30px;
    height: 60px;
}

.service-item:before{
    content: "";
    display: block;
    z-index: 99;
    background-image: url(../img/arrow-hover.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 47px;
    width: 47px;
    position: absolute;
    bottom: 100px;
    right: 50%;
    transform: translateX(50%);
    transition: 0.3s all linear;
    opacity: 0;
}
.service-item:after{
    content: "";
    display: block;
    z-index: 99;
    position: absolute;
    top: -38px;
    right: 50%;
    transform: translateX(50%);
    width: 1px;
    height: 38px;
    background-color: #ffffffcc;
    transition: 0.3s all linear;
    opacity: 0;
}
.service-item:hover:before {
    opacity: 1;
}
.service-item:hover:after{
    top: 0;
    opacity: 1;
}

.service-item-image{
    transition: all 0.3s;
    position: relative;
}
.service-item-image:before{
    content: "";
    display: block;
    z-index: 9;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(33, 33, 33, 0) 0%, #212121 86.3%);
    border-radius: 16px;
}
.service-item-image img{
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s;
}

.card-head-service , .card-head-service a{
    font-size: 20px;
    color: white;
    line-height: 30px;
    z-index: 99;
    font-family: 'Dosis-Regular';
}

.service-btn-wrapper{
    margin-top: 32px;
}






@media (min-width:992px){
    .sw-service{
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        width: calc(100% + 24px);
        justify-content: space-between !important;
        z-index: 9;
        pointer-events: none;
    }
}





@media (max-width:991.98px) {

    .help-side .widget-title{
        display: none;
        height: 0;
    }

    .duration-div{
      height: 12px;
      font-size: 14px;
      line-height: 17px;
    }

    .widget-mob .help-heading{
        display: none;
    }
    .widget-mob .title-side-mobile{
        border-radius: 12px;
        position: relative;
        margin-bottom: 0;
    }
    .widget-mob .title-side-mobile:after{
        content: '\e915';
        font-family: "icomoon";
        font-size: 13px;
        position: absolute;
        top: 50%;
        right: 21px;
        transform: translateY(-50%) rotate(270deg);
        color: white; 
        transition: 0.3s all linear;
    }
    .widget-mob .active.title-side-mobile:after{
        transform: translateY(-50%) rotate(90deg);
    }
    .widget-mob.help-mob .title-side-mobile{
        margin-bottom: 0px;
    }
    .widget-mob .help-side , .widget-mob .help-side ul{
        border: 0;
        padding: 0;
        margin-bottom: 0 !important;
    }
    .widget-mob .help-side ul {
        margin-top: 15px !important;
    }
   
    .access-post , .widget-side.help-side{
       display: none;
    }
    .access-post{
        margin-top: 26px;
    }
    .access-post .widget-title{
    margin-bottom: 16px !important;
    }
   
  
    .blog-page-faq {
        gap: 8px;
        margin-bottom: 28px;
    }

    .meta-detail .blog-date i , .category_post > i, .tags_post > i{
        font-size: 18px !important;
    }
    .tags_post a, .category_post a , .meta-detail .blog-date{
        font-size: 15px !important;
    }
    .single .socials i{
        font-size: 20px;
    }
    .single .socials .icon-copy{
        font-size: 22px;
    }
    .single .socials i.icon-telegram-light {
        font-size: 18px;
    }

    .widget-side{
        padding: 8px !important;
    }
    .widget-title{
        padding: 12px !important;
    }

    .share-single:after{
        content: "";
        border: 1px solid #ECECEC;
        position: absolute;
        bottom: -24px;
        right: 0;
        width: 100%; 
        opacity: 80%;   
    }

    .single-heading {
        font-size: 28px !important;
        line-height: 39px !important;
    }
    .single-wrap {
        margin-top: 32px;
    }
    .single-play-div{
        backdrop-filter: blur(12px);
        height: 55px;
        width: 55px;
        font-size: 18px;
    }
    .thumbnail-post-img, .video-div{
        margin-block: 16px !important;
    }
    .share-single {
        position: relative;
        inset: unset;
        margin-block: 24px 48px;
    }
    .single .main-content{
        padding: 12px;
        font-size: 14px;
        line-height: 24px;
        border-radius: 12px;
        margin-block: 24px 40px;
    }

    .blog-related-div{
        border-radius: 12px;
        padding-block: 20px 106px !important;
        height: 197px;
        padding-inline: 12px;
    }

    .sw-related , .sw-service-blog{
        margin-top: 24px;
        justify-content: center !important;
        gap: 8px !important;
        width: max-content;
        transform: unset;
        position: relative;
        inset: unset;
        margin-inline: auto;
    }
    .section-service .title-site.with-bg-title{
        padding-top: 0 !important;
    }
    div.project-div-head {
        gap: 8px !important;
        padding-block: 0px 28px !important;
    }
    .section-project-blog {
        padding-block: 40px !important;
    }

    .pic-single-side{
        margin-block: 40px 64px;
    }

    .swiper-service{
        padding-inline: 12px;
        margin-inline: -12px;
    }

    .service-btn-wrapper {
        margin-top: 16px;
    }

    .sw-service{
     margin-top: 24px;
    }

}

/* end-servive................................ */





/* start ptoject................................ */

.section-project-blog{
    background-color: var(--color2);
    padding-block: 72px;
}

.project-item{
    border: 1px solid #ffffff42;
    border-radius: 20px;
    transition: 0.25s all linear;
    padding: 16px 16px 28px;
    gap: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card-head-project , .card-head-project a{
    transition: 0.25s all linear;
    color: white;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Dosis-Regular';
    min-height: 55px;
    max-height: 55px;
}

.project-item:hover .card-head-project a , .project-item:hover .project-card-icon{
    color: var(--color1) !important;
    opacity: 1;
}

.project-div-head{
    gap: 24px;
    padding-block: 51px 72px !important;
}

.project-item-image img{
    border-radius: 16px;
    width: 100%;
    display: block;
    margin: auto;
}

.project-txt-div{
    padding-inline: 16px;
    gap: 8px;
}

.project-btn-wrapper{
    margin-top: 21px;
}

.sw-project .sw-btn{
    border: 1px solid #FFFFFF4D !important;
    background-color: transparent !important;
}
.sw-project .sw-btn:hover{
  background-color: #FFFFFF4D !important;
}

.sw-project .sw-btn i{
    font-size: 16px !important;
    color: white !important;
}


.time-project{
    background: #FFFFFF40;
    color: white;
    border-radius: 6px;
    padding: 5px 12px;
    line-height: 18px;
    font-size: 14px;
    text-transform: uppercase;
}

.project-card-icon{
    padding-inline: 10px;
    margin-left: auto;
    font-size: 12px;
    color: var(--color1);
    opacity: 50%;
    transition: 0.25s all linear;
}

.swiper-project{
   padding-block: 5px;   
}



@media (max-width:991.98px) {
    .swiper-project{
        padding-inline: 12px;
        margin-inline: -12px;
    }

    .subtitle-section{
        text-align: center;
    }

    .project-btn-wrapper {
        margin-top: 16px;
    }
    .sw-project{
        margin-top: 24px;
    }

    .project-item{
        padding: 8px 8px 20px;
        border-radius: 12px;
    }

    .project-txt-div{
        padding-inline: 8px;
    }

    .project-item-image img{
        border-radius: 8px;
    }

    .time-project {
        font-size: 12px;
    }

    .card-head-project, .card-head-project a {
        font-size: 18px;
        line-height: 28px;
    }
}

/* end project................................... */





/* start-cta...................................... */

.img-div-cta img{
    border-radius: 0 16px 16px 0;
    width: 100%;
}

.cta-in-mob{
    background-color: var(--color2);
    border-radius: 16px;
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
}

.cta-wrap{
    padding-left: 69px;
}

.cta-desc-wrap , .heading-single-post{
    color: white;
}

.cta-desc-wrap{
    font-size: 16px;
    line-height: 32px;
    margin-block: 16px 26px;
}

.cta-wrap .heading-single-post{
    font-family: 'Anna-Regular';
    font-size:34px;
    line-height: 48px; 
}

.cta-in-mob .button:hover{
    border: 1px solid var(--color1);

}


@media (max-width: 767.98px){
    .cta-in-mob{
        border-radius: 12px;
        padding: 0;
    }

    .cta-wrap{
        text-align: center;
        padding-left: 0;
        padding: 38px 15px 84px;
    }

    .heading-single-post {
        font-size: 24px;
        line-height: 34px;
    }

    .cta-desc-wrap {
        font-size: 14px;
        line-height: 23px;
        margin-block: 12px 22px;
    }

    .img-div-cta img {
        border-radius: 0 0 12px 12px;
    }
}


@media (min-width: 768px) and (max-width: 991.98px){
    .img-div-cta img{
        min-height: 300px;
        object-fit: cover;
    }
}

/* end-cta............................................ */







.help-heading {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #FF00141F;
	border-radius: 8px;
	background: #fff;
}
.help-heading > span {
    display: block;
    background: var(--color3);
    padding: clamp(0.8rem,2vw,1.5rem);
    color: #fff;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
}
.mobile .help-heading > span {
  text-align: right;
  position:relative;
}
.mobile .help-heading .caticon::before {
 background:#fff!important;
 color:var(--color3)
}
.mobile .help-heading .caticon {
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.help-heading a {
    padding: 1.5rem 0;
    display: block;
    line-height: 2;
}
.help-heading li:last-of-type a {
    padding-bottom: 0.7rem;
}

.access-post .widget-side {
    display: inline-flex;
}

.access-post .access-head{
    border: 1px solid transparent;
}
.access-post .access-head:hover{
	background:var(--color3);
	color:var(--color2);
    border: 1px solid var(--color2);
}
.access-post .access-head:hover h4{
    color:var(--color2); 
}

.pic-single-side{
transition: 0.3s all linear;
display: block;
margin: auto;
}
.pic-single-side:hover{
filter: grayscale(1);
}

.single .socials-share > i {
    width: 42px;
    height: 42px;
    font-size: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(162.4deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.18) 58.79%, rgba(255, 255, 255, 0.2) 91.14%);
}

.single .socials i.icon-telegram-light {
    font-size: 20px;
}

.single .socials{
    display: flex;
    align-items: center;
    gap: 20px;
}

.single .socials i {
    font-size: 22px;
    color: white;
    transition: 0.28s all linear;
    line-height: 1;
}
.single .socials .icon-copy{
    font-size: 24px;
    color: white;
    transition: 0.28s all linear;
    line-height: 1;
}
.single .socials a{
    line-height: 1;
}

.single .socials a:hover i , .single .socials .icon-copy:hover{
    color: var(--color1) !important;
}

.single .socials-share {
    background-color: var(--color2);
    border-radius: 12px;
    padding: 9px 9px 9px 17px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}
.socials-share .copy-url {
    cursor:pointer;
    position: relative;
    line-height: 1;
}

.single-heading{
    font-size: 36px;
    line-height: 51px;
    color: var(--color2);
}

.thumbnail-post-img , .video-div {
    margin-block: 27px 24px;
}
.video-div video{
    border-radius: 20px;
    margin: auto;
    display: block; 
}
.thumbnail-post-img img {
    border-radius: 20px;
    margin: auto;
    display: block;
    object-fit: cover;
}

.category_post , .tags_post {
    display: flex;
    align-items: center;
    gap: 9px;
}

.category_post > i , .tags_post > i {
    font-size: 21px;
    line-height: 1;
    color: var(--color1);
}

.tags_post a,
.category_post a {
    color: var(--color2);
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
}
.tags_post a:not(:first-of-type)::before,
.category_post a:not(:first-of-type)::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #0B265033;
    margin: 0 8px;
    display: inline-block;
    line-height: 1;
    border-radius: 50%;
}



@media (max-width:575.98px) {
    .swiper-service-blog , .swiper-project-blog{
        padding-inline: 12px;
        margin-inline: -12px;
    }
}



@media (min-width:992px) and (max-width:1200px){
    .sw-related , .sw-service-blog{
        width: 100% !important;
    }
}