

/*
=============
Ferdous Islam
=============
*/

/*========================================Home 01=============================================*/

/*========================================Home 01 --- Slick Slider-Section 01=========================================*/

.single-slick {
    position: relative;
    min-height: 875px !important;
    z-index: 1;
}
.single-slick.style_one{
      position: relative;
    min-height: 900px !important;
}
.slide-img, .parallax-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.dreamit-slick-slider .slick-dots {
	bottom: 50px !important;
	position: relative;
}
.dreamit-slick-slider .hero-text-wrap {
    width: 100%;
    padding: 150px 0 0;
}

.single-slick.style_one .hero-text-wrap h1 {
    font-size: 100px;
    color: #ffffff;
    font-weight: 300;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    margin: 0 0 0;
}

.dreamit-slick-slider .hero-text-wrap h1 span{
	color: #cdff00;
}
.single-slick.style_one .hero-text-wrap h4 {
    font-size: 100px;
    background: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    font-weight: 800;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    padding: 28px 0 54px;
    position: relative;
    z-index: 1;
    line-height: 20px;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    margin: 0;
    text-transform: capitalize;
}
.single-slick.style_one .hero-text-wrap p {
    font-size: 17px;
    line-height: 30px;
    color: #a1a1a1;
    font-weight: 400;
    width: 86%;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    margin: 88px 0 65px;
    padding-left: 33%;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn {
    border-radius: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    animation: 1s 2s fadeInUp both;
    display: inline-block;
    background: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    border: 0;
    border-radius: 27px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    padding: 15px 32px;
    font-size: 15px;
    transition: 0.5s;
    margin-left: 33%;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn:hover {
     color: #000000;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 27px;
    background: #fff;
    transform: scale(0);
    transition: .5s;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn:hover:before {
    transform: scale(1);
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn i {
    margin-left: 8px;
}





/*========================================Home 01 --- Service - Section 02=========================================*/


/*
==============
Section Title
==============
*/

.section-title {
    position: relative;
    text-align: center;
}
.section-title .subtitle {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    position: relative;
    display: inline-block;
    border: 1px solid rgba(205,255,0,0.15);
    border-radius: 20px;
    padding: 5px 40px;
    background: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.section-title .subtitle:before {
    position: absolute;
    content: "";
    left: 20px;
    width: 10px;
    height: 10px;
    background: url(https://wp.dreamitworld.com/artek/wp-content/uploads/2025/01/star.png);
    background-repeat: no-repeat;
    top: 17px;
    border-radius: 100%;
}
.section-title .subtitle:after {
    position: absolute;
    content: "";
    right: 20px;
    width: 10px;
    height: 10px;
    background: url(https://wp.dreamitworld.com/artek/wp-content/uploads/2025/01/star.png);
    background-repeat: no-repeat;
    top: 17px;
    border-radius: 100%;
}
.section-title .title {
    font-size: 42px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 600;
    margin: 18px 0 0;
}
.section-title .title span{
    color: #cdff00;
}
.section-title .description {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}


/*service box*/
.service-box.style1 {
    padding: 32px 38px 39px;
    border-radius: 20px;
    border: 1px solid rgba(184,255,52,0.1);
    text-align: left;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 20px;
    background-color: #0f1013;
    transition: .5s;
}
.service-box.style1:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    border-radius: 20px;
    background: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    transform: scale(0);
}
.service-box.style1:hover:before {
    transform: scale(1);
}
.service-box.style1:hover {
    border: 1px solid rgba(184,255,52,0.5);
}

.service-box.style1 .title {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    padding: 0 0 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin: 80px 0 0;
}
.service-box.style1:hover .title {
    color: #0f1013;
}

.service-box.style1 .service-box-number {
    font-size: 50px;
    line-height: 30px;
    color: #0f1013;
    font-weight: 800;
    text-align: center;
    border: 0;
    -webkit-text-stroke: 1px rgba(255,255,255,0.11);
    float: right;
}
.service-box.style1 .icon {
    position: relative;
    width: 90px;
    height: 90px;
    line-height: 115px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(35, 35, 35, 0.1);
    transition: .5s;
    display: inline-block;
    background-image: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
}
.service-box.style1:hover .icon {
    background: #fff;
}
.service-box.style1 .icon img {
    transition: .5s;
}
.service-box.style1 .content p.description {
    transition: .5s;
    font-size: 15px;
    line-height: 26px;
    color: #a1a1a1;
    font-weight: 400;
    margin: 18px 0 40px;
}
.service-box.style1:hover .content p.description {
    color: #0f1013;
}
/*Service box button*/
.service-box.style1 .service-btn a {
    padding: 8px 18px 8px 24px;
    font-size: 15px;
    border-radius: 22px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
    border: 1px solid rgba(205,255,0,0.15);
    color: #cdff00;
}
.service-box.style1 .service-btn a i {
    margin-left: 5px;
}
.service-box.style1 .service-btn a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 22px;
    transform: scale(0);
    transition: .5s;
    border: 1px solid transparent;
}
.service-box.style1:hover .service-btn a:before {
    transform: scale(1);
}
.service-box.style1:hover .service-btn a {
    color: #0f1013;
    border: 1px solid transparent;
}
.service-box.style1:hover .service-btn a i {
     color: #0f1013;
}







/*========================================Home 01 --- About-Section 03=========================================*/

/*       section title two css start       */

.section-title.style2 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    text-align: left;
}
.section-title.style2 .subtitle {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    position: relative;
    display: inline-block;
    border: 1px solid rgba(205,255,0,0.15);
    border-radius: 20px;
    padding: 5px 40px;
    background: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.section-title.style2 .subtitle:before {
    position: absolute;
    content: "";
    left: 20px;
    width: 10px;
    height: 10px;
    background: url(https://wp.dreamitworld.com/artek/wp-content/uploads/2025/01/star.png);
    background-repeat: no-repeat;
    top: 17px;
    border-radius: 100%;
}
.section-title.style2 .subtitle:after {
    position: absolute;
    content: "";
    right: 20px;
    width: 10px;
    height: 10px;
    background: url(https://wp.dreamitworld.com/artek/wp-content/uploads/2025/01/star.png);
    background-repeat: no-repeat;
    top: 17px;
    border-radius: 100%;
}
.section-title.style2 h3 {
    font-size: 42px;
    color: #ffffff;
    font-weight: 600;
    margin: 20px 0 0;
    line-height: 55px;
}


.section-title.style2 h2 {
    font-size: 42px;
    color: #041424;
    font-weight: 700;
    margin: 4px 0 0 0;
}
.section-title.style2 .description {
    margin: 25px 0 0;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255,255,255, 0.600);
    font-weight: 400;
}


.dreamit-button.style1 {
    margin: 45px 0 0;
}
.dreamit-button.style1 .button {
    padding: 12px 27px;
    border-radius: 27px;
    background-image: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    display: inline-block;
    border: 1px solid #cdff00;
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.dreamit-button.style1 .button:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 3px;
    transition: .5s;
}
.dreamit-button.style1 .button i {
    display: inline-block;
    margin-left: 6px;
    position: relative;
    transition: .5s;
    font-weight: 700;
    color: #000000;  
}
.dreamit-button.style1 .button:hover {
    color: #cdff00;
}
.dreamit-button.style1 .button:hover:before {
    width: 100%;
    left: 0;
}
/*=============Icon Box Css=============*/
.icon-box.style1 {
    text-align: left;
    padding: 15px;
    margin: 20px 0 0;
}
.icon-box.style1 .icon-box-icon {
    padding-right: 23px;
}
.icon-box.style1 .icon-box-content h2 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin: 25px 0 18px;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.icon-box.style1:hover .icon-box-content h2 {
   color:#cdff00;
}
/*.icon-box.style1:hover .icon-box-content h2 {
    background: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}*/
.icon-box.style1 .icon-box-content .description p {
    margin: 0 0 0;
    font-size: 14px;
    line-height: 24px;
    color: #a1a1a1;
    font-weight: 400;
}
.icon-box.style1 .icon-box-icon .icon {
    /* border: 1px dashed var(--title-color); */
    border-radius: 50%;
    /* padding: 0; */
}
.icon-box.style1 .icon-box-icon .icon i {
    display: inline-block;
    font-size: 38px;
    color: #cdff00;
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    background-color: #d4e1f7;
    border-radius: 4px;
}
.signature .img-icon img {
    border-radius: 100%;
    /* border: 2px solid blue; */
}
.signature .icon-box.style1 .icon-box-content h2 {
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 0px 0;
}
.signature .icon-box.style1 .icon-box-content .description p {
    margin: 0;
    font-size: 15px;
}



/*========================================Home 01 -- Why Choose--Section 04=========================================*/

/*style three*/

.section-title.style3 {
    text-align: left;
    background: url(https://wp.dreamitworld.com/artek/wp-content/uploads/2025/01/sec3-bg.png);
    background-repeat: no-repeat;
    padding: 30px 36px 32px;
    background-position: center center;
    border: 1px solid rgba(184,255,52,0.1);
    border-radius: 20px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.section-title.style3:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    transition: .5s;
    background: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    transform: scale(1);
    border-radius: 20px;
}
.section-title.style3:hover:before {
    width: 100%;
}
.section-title.style3 h3.title {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 17px;
    transition: .5s;
}
.section-title.style3 p.description {
    font-size: 15px;
    line-height: 26px;
    color: #a1a1a1;
    font-weight: 400;
    margin: 0 0 0;
    transition: .5s;
}
.section-title.style3:hover h3.title ,
.section-title.style3:hover p.description {
    color:#141414;
}


/*========================================Home 01 ---our Process-Section 05=========================================*/

/*   service box style 2 css start   */

.service-box.style2 {
    padding: 30px 20px 30px;
    border-radius: 20px;
    background-color: #141414;
    border: 1px solid rgba(184,255,52,0.1);
    text-align: center;
    position: relative;
    z-index: 1;
  transition: 0.5s;
}
.service-box.style2:after {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.5s;
    position: absolute;
    background: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    content: "";
    transform: translateY(0%) rotateX(90deg);
    z-index: -1;
    border-radius: 20px;
}
.service-box.style2:hover:after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}

.service-box.style2 .service-box-icon {
    position: relative;
    z-index: 1;
    padding: 20px 0 0 0;
}
.service-box.style2:hover .service-box-icon img {
    filter: brightness(0) invert(0);
}
.service-box.style2 .service-box-title h3 {
    font-size: 26px;
    line-height: 0;
    color: #ffffff;
    font-weight: 700;
    transition: .5s;
    margin: 43px 0 28px;
}
.service-box.style2:hover .service-box-title h3 {
   color:#141414;
}

.service-box.style2 .content p {
    font-size: 16px;
    line-height: 26px;
    color: #a1a1a1;
    font-weight: 400;
    transition: .5s;
    margin: 0 0 0;
}
.service-box.style2:hover .content p {
    color: #141414;
}
.service-box.style2 .service-btn {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.service-box.style2 .service-btn a:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 12px;
    width: 6px;
    height: 6px;
    background: #b8ff34;
    transition: .5s;
    border-radius: 3px;
}
.service-box.style2:hover .service-btn a:before {
    background: #0f1013;
}
.service-box.style2 .service-btn a:after {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    background: #cdff00;
    transition: .5s;
    border-radius: 3px;
}
.service-box.style2:hover .service-btn a:after {
    background: #0f1013;
}
.service-box.style2 .service-btn a {
    padding: 0 0 0 15px;
    color: #232323;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
    font-size: 16px;
    font-weight: 400;
    border: none;
    margin: 35px 0 27px;
}
.service-box.style2 .service-number {
    position: absolute;
    left: 0;
    right: 0;
}
.service-box.style2 .service-number span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-image: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    font-size: 18px;
    color: #0f1013;
    font-weight: 700;
}

/*========================================Home 01 ---Join Agency-Section 06=========================================*/


/*       icon-box.style2 css start       */

.icon-box.style-two {
    border-radius: 10px;
    background-color: #0f1013;
    border: 1px solid rgba(184,255,52,0.1);
    padding: 30px 30px 25px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.icon-box.style-two:before {
    position: absolute;
    content: "";
    left: 0;
    right:0;
    top: 0;
    bottom:0;
    width: 100%;
    height: 0;
    background: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    border-radius: 10px;
    z-index: -1;
    transition: .5s;
}
.icon-box.style-two:hover:before {
    height: 100%;
}
.icon-box.style-two .icon-box-icon {
    padding-right: 19px;
}
.icon-box.style-two:hover .icon-box-icon .img-icon img {
    filter: brightness(0) invert(0);
}
.icon-box.style-two .img-icon {
    display: inline-block;
    transition: 0.5s;
}
.icon-box.style-two .icon-box-content h2 {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    margin: 12px 0 0;
    transition: 0.5s;
}
.icon-box.style-two:hover .icon-box-content h2 {
    color: #141414;
}
.icon-box.style-two .icon-box-content .description p {
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 30px;
    color: #a1a1a1;
    font-weight: 500;
    transition: 0.5s;
}
.icon-box.style-two:hover .icon-box-content .description  p {
    color: #141414;
}
.icon-box.style-two .icon-box-icon .icon {
    border-radius: 50%;
}
.icon-box.style-two .icon-box-icon .icon i {
    display: inline-block;
    font-size: 38px;
    color: #cdff00;
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    background-color: #d4e1f7;
    border-radius: 4px;
}

/*========================================Home 01 ---Text Animation -Section 07=========================================*/


.marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 0px;
    background-image: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
}

.marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap:0px;
    min-width: 100%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}

.marquee-block h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #0f1013;
    font-weight: 700;
    padding: 35px 0 44px;
}
.marquee-block h3 img {
    position: relative;
    top: 6px;
    margin-left: 20px;
    margin-right: 15px;
    animation-name: rotateme;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 0.5s;
    animation-duration: 2.9s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-position: center center;
}

/*========================================Home 01 --- Feature-Section 08=========================================*/


/* Style Three */
.icon-box.style3 {
    border-radius: 10px;
    background-color: #0f1013;
    border: 1px solid rgba(184,255,52,0.1);
    transition: 0.5s;
    padding: 30px 30px 28px;
    overflow: hidden;
}
.icon-box.style3 .icon-box-icon {
    overflow: hidden;
}
.icon-box.style3 .icon-box-icon img {
    width: 100%;
    transform: scale(1);
    transition: .5s;
}
.icon-box.style3:hover .icon-box-icon img {
    width: 100%;
    transform: scale(1.3);
}
.icon-box.style3 .icon i {
    font-size: 11px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #cdff00;
    border-radius: 50%;
    color: #fff;
}
.icon-box.style3 .icon-box-content {
    text-align: center;
}
.icon-box.style3 .icon-box-content .title {
    font-size: 24px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 700;
    margin: 35px 0 15px;
    transition: .5s;
}
.icon-box.style3:hover .icon-box-content .title { 
    color: #cdff00;
}
.icon-box.style3 .icon-box-content .description {
    font-size: 16px;
    line-height: 22px;
    color: #a1a1a1;
    font-weight: 400;
    margin: 0;
}

/*========================================Home 01 ---Portfolio-Section 09=========================================*/


/*       service box css start       */

.service-box.style3 {
    display: flex;
    gap: 50px;
    padding: 0;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    background-color: #0f1013;
    border: 1px solid rgba(184,255,52,0.1);
    transition: .5s;
}
.service-box.style3 .single-image {
    width: 100%;
    height: 100%;
    line-height: 0;
}
.service-box.style3 .content {
    padding: 70px 40px 50px 35px;
}
.service-box.style3 .service-number {
    position: relative;
    z-index: 1;
}
.service-box.style3 .service-box-number {
    display: inline-block;
    transition: 0.5s;
    /* color: #cdff00; */
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    background-color: #0f1013;
    border: 1px solid rgba(184,255,52,0.1);
    padding: 3px 30px;
    border-radius: 0px 20px 20px 0;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.service-box.style3 .service-box-number:before {
    position: absolute;
    content: "";
    left: 12px;
    top: 14px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #cdff00;
}
.service-box.style3 .content .service-box-title h3 {
    font-size: 32px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
    margin: 30px 0 33px;
}
.service-box.style3 .content p.description {
    font-size: 17px;
    line-height: 28px;
    color: #a1a1a1;
    font-weight: 400;
    margin: 0 0 0;
    width: 85%;
}
.service-box.style3 .content .service-box-tag {
    display: flex;
    gap: 20px;
    padding: 28px 0 38px;
}
.service-box.style3 .content .service-box-tag p {
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    border-radius: 18px;
    background-color: #0f1013;
    border: 1px solid rgba(184,255,52,0.1);
    padding: 5px 30px;
    margin: 0;
}
.service-box.style3 .content .service-btn a {
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    background: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    border: 0;
    border-radius: 27px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    padding: 15px 32px;
    font-size: 15px;
    transition: 0.8s;
    border: 1px solid transparent;
}

.service-box.style3 .content .service-btn a i {
    display: inline-block;
    transform: rotate(-45deg);
    margin-right: 5px;
}
.service-box.style3 .content .service-btn a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 27px;
    background: #fff;
    transform: scale(0);
    transition: .5s;
}

.service-box.style3 .content .service-btn a:hover:before {
    transform: scale(1);
}


/*========================================Home 01 ---Testimonial -Section 10=========================================*/

.testimonial.style1{
    padding: 10px;
}
.testimonial.style1 .testimonial-item {
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 30px;
}
.testimonial.style1 .testimonial-item-inner {
    padding: 18px 30px 18px;
    transition: all .4s ease 0s;
    position: relative;
    text-align: left;
    z-index: 1;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.071);
}

.testimonial.style1 .testimonial-item:after {
    position: absolute;
    content: "";
    top: 51px;
    right: 20px;
    height: 30px;
    width: 48px;
    transition: .5s;
    z-index: 1;
    background: url(https://wp.ditsolution.net/artek/wp-content/uploads/2023/12/quote-img.png);
    background-repeat: no-repeat;
    transition: all 400ms linear;
}
.testimonial.style1 .testimonial-item:hover:after {
    background: url(https://wp.ditsolution.net/artek/wp-content/uploads/2023/12/quote-white.png);
}
.testimonial.style1 .testimonial-item .author {
    display: flex;
    align-items: center;
    position: relative;
    padding: 18px 0px 0px;
}
.testimonial.style1 .testimonial-item .author:before {
    content: "";
    font-size: 18px;
    position: absolute;
    bottom: 3px;
    left: 43px;
    background: url(https://wp.ditsolution.net/artek/wp-content/uploads/2023/05/quote1.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 31px;
    height: 31px;
    transition: all 400ms linear;
}
.testimonial.style1 .testimonial-item .author img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 50%;
}
.testimonial.style1 .testimonial-item .author .bio .name {
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 4px;
}
.testimonial.style1 .testimonial-item h6 {
    color: rgba(255,255,255,0.371);
    position: absolute;
    right: 50px;
    top: 50px;
}
.testimonial.style1 .testimonial-item:hover h6 {
    color: #cdff00;
}
.testimonial.style1 .testimonial-item .designation {
    margin: 0;
    transition: all 400ms linear;
    font-size: 24px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 600;
    transition: .5s;
}
.testimonial.style1 .testimonial-item:hover .designation {
    color: #cdff00;
}
.testimonial.style1 .testimonial-item .quote {
    margin: 22px 0 16px;
    transition: all 400ms linear;
    font-size: 16px;
    line-height: 26px;
    color: #a1a1a1;
    font-weight: 400;
}
.testimonial.style1 .testimonial-item .testi-star i {
    color: #7ea9ee;
}
.testimonial.style1 .testimonial-item .testi-star i.active {
    color: #ffb108;
    font-size: 16px;
}


/*========================================Home 01 ---Blog -Section 11=========================================*/
.blog-post.style1 .post-item {
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
    border-radius: 10px;
    background-color: #0f1013;
    border: 1px solid rgba(184,255,52,0.1);
    padding: 30px 30px 25px;
}
.blog-post.style1 .post-thumb {
    position: relative;
    overflow: hidden;
    padding: 0;
}
.blog-post.style1 .post-item .post-thumb img {
    overflow: hidden;
    transition: .5s;
    width: 100%;
    border-radius: 8px;
    transform: scale(1);
}
.blog-post.style1 .post-item:hover .post-thumb img {
    transform: scale(1.2);
}
.blog-post.style1 .categories {
    position: absolute;
    top: 32px;
    left: 32px;
}
.blog-post.style1 .categories a {
    padding: 4px 17px 2px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    background: #cdff00;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.blog-post.style1 .post-item .blog_post_inner_content {
    padding: 28px 0px 0px;
}
.blog-post.style1 .post-item .content .meta {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #cdff00;
}
.blog-post.style1 .meta i {
    color: #cdff00;
    display: inline-block;
    /* font-size: 13px; */
    margin-right: 3px;
}
.blog-post.style1 ul.post-categories {
    display: none;
}

.blog-post.style1 .blog_post_inner_content h3.title a {
    display: inline-block;
    font-size: 22px;
    line-height: 33px;
    color: #ffffff;
    font-weight: 700;
    margin: 15px 0 0;
}
.blog-post.style1 .blog_post_inner_content:hover h3.title a{
    color: #cdff00;
}

.blog-post.style1 .meta {
    display: flex;
    gap: 20px;
    align-items: center;
}
.blog-post.style1 .date {
    position: relative;
    z-index: 1;
    transition: .5s;
    font-size: 15px;
    line-height: 0;
    color: #a1a1a1;
    font-weight: 500;
    padding: 0 0 0 20px;
}
.blog-post.style1 .date:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: -2px;
    left: 2px;
    width: 8px;
    height: 8px;
    background: #b8ff34;
    transition: .5s;
    border-radius: 9px;
}
.blog-post.style1 .meta .author a {
    position: relative;
    z-index: 1;
    transition: .5s;
    font-size: 15px;
    line-height: 0;
    color: #a1a1a1;
    font-weight: 500;
    padding: 0 0 0 25px;
    text-transform: capitalize;
}
.blog-post.style1 .meta .author a:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    background: #b8ff34;
    transition: .5s;
    border-radius: 9px;
}
.blog-post.style1 .user_thumb {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 9px;
    float: left;
}
.blog-post.style1 .user_thumb img{
    border-radius: 100%;
}
.blog-post.style1 .author {
    display: inline-block;
    line-height: 0;
}
.blog_post_user {
    display: none;
}
.blog-post.style1 .blog_btn {
    float: right;
}
.blog-post.style1 .blog_btn a {
    display: inline-block;
    color: #232323;
    font-weight: 600;
    transition: .5s;
    font-size: 17px;
}

/*hover*/
.post-item:hover {
    filter: drop-shadow(0 0 5px rgba(196, 196, 196, 0.4));
    background-color: #ffffff;
    border: 1px solid rgba(29, 33, 36, 0.12);
}

.blog-post.style1 .post-item .content .meta .date {
    position: relative;
    color: #616161;
    font-size: 16px;
    text-transform: capitalize;
}

.blog-post.style1 .post-item .content .meta .date i{
    color: #3abba7;
    margin-right: 5px;
}
.blog-post.style1 .post-item .content .meta .author i{
    color: #3abba7;
    margin-right: 5px;
}
.blog-post.style1 .post-item .content .meta .author a{
    color: #616161;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.blog-post.style1 .post-item .content .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    margin: 0;
}
.blog-post.style1 .post-item .content .title a {
    color: var(--title-color);
    font-size: 22px;
    font-family: var(--title-font);
    font-weight: 600;
    transition: 0.3s;
}

.blog-post.style1 .post-item .content .description {
    color: rgba(30, 38, 109, 0.9);
    font-weight: 300;
    margin-bottom: 20px;
}
.blog-post.style1 .post-item .content .read-more{
    display: inline-block;
    color: #1e266d;
}

/*========================================Home 01 ---Footer-Section 12=========================================*/


/*icon box style four*/
.icon-box.style4 {
    display: flex;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.icon-box.style4:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0px;
    left: 80%;
    height: 100%;
    width: 100%;
    background: url(https://wp.dreamitworld.com/artek/wp-content/uploads/2025/01/animate.png);
    background-repeat: no-repeat;
    transition: .5s;
    animation-name: rotateme;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 0.5s;
    animation-duration: 2.9s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-position: center center;
}
.icon-box.style4 .icon-box-icon {
    margin: 14px 0 0;
}
.icon-box.style4 .icon-box-content h4 {
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 7px;
    padding: 0 0 0 32px;
    position: relative;
}
.icon-box.style4 .icon-box-content h4 span{
    background: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.icon-box.style4 .icon-box-content p {
    font-size: 15px;
}


/*style.two*/
.dreamit-button.style2 {
    float: right;
}
.dreamit-button.style2 .button {
    padding: 12px 27px;
    border-radius: 27px;
    background-image: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    display: inline-block;
    border: 1px solid #cdff00;
    font-size: 15px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 700;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.dreamit-button.style2 .button i {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    transition: .5s;
    font-weight: 700;
    color: #000000;
    transform: rotate(-45deg);
}


.footer {
    margin: 60px 0 0;
}
.footer .heading.style1 p {
    font-size: 16px;
    line-height: 26px;
    color: #a1a1a1;
    font-weight: 500;
    margin: 12px 0 0;
}
.footer .heading.style1 h3 {
    font-size: 24px;
    line-height: 38px;
    color: #f3f6f3;
    font-weight: 600;
}
.footer ul.item-list.style1 {
    margin: 11px 0 0;
}
.footer ul.item-list.style1 li {
    list-style: none;
    transition: .5s;
    padding: 0 0 5px;
}
.footer ul.item-list.style1 li a {
    font-size: 16px;
    line-height: 38px;
    color: #a1a1a1;
    font-weight: 500;
    transition: .5s;
}

.footer ul.item-list.style1 li a:hover {
    background: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.footer ul.item-list.style1 li a i {
    margin-right: 8px;
}


.footer .social-links.style1 ul li {
    display: inline-block;
    list-style: none;
}
.footer .social-links.style1 ul li a {
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    background-color: rgba(234,247,243,0);
    border: 1px solid rgba(255,255,255,0.2);
    text-align: center;
    transition: .5s;
    margin-right: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.footer .social-links.style1 ul li a:hover {
    color: #0f1013;
}
.footer .social-links.style1 ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    background: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}
.footer .social-links.style1 ul li a:hover:before {
    transform: scale(1);
}
.footer-end .heading.style1 p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    border-radius: 10px;
    background-color: #141416;
    padding: 22px 0 22px;
    margin: 90px 0 25px;
    width: 100%;
}
.footer-end .heading.style1 p span {
    color:#cdff00
}






/*========================================Inner Page ----Service Details Section 01=========================================*/



.service-details img {
    width: 100%;
}
.service-dt-md .heading.style1 p {
    background: #c8c3c3;
    color: #252205;
    font-size: 16px;
    padding: 20px;
    font-weight: 600;
    border-radius: 5px;
    font-style: italic;
    letter-spacing: 1px;
    border-left: 4px solid #cdff00;
    margin: 20px 0 0;
    width: 100%;
}
.service-details .heading.style1 h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    line-height: 0;
    margin: 0 0 15px;
}
.service-details ul.item-list.style1 li {
    list-style: none;
    font-size: 18px;
    line-height: 40px;
    color: #fafafa;
    font-weight: 400;
    margin: 0;
}
.service-details ul.item-list.style1 li i {
    background:#cdff00;
    color: #fff;
    font-size: 10px;
    padding: 5px 7px;
    border-radius: 20px;
    margin-right: 10px;
}

.section-title.style6 {
    text-align: left;
}
.section-title.style6 .description {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 20px;
    color: #e0e0e0;
}
.section-title.style6 h3{
    font-size: 46px;
    margin: 8px 0 0;
    line-height: 1;
    color: #fff;
}






/*========================================Inner Page ----Pricing Section 02=========================================*/


/*.pricing.style3 */

.pricing.style3 {
    position: relative;
    z-index: 1;
    transition: .5s;
    background-color: rgba(255,255,255,0.07058823529411765);
    padding: 85px 50px 42px;
    text-align: center;
    margin: 90px 0 0px;
}
.pricing.style3 .pricing_img {
    position: absolute;
    top: -62px;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    border-radius: 50%;
    background-image: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    display: table;
    padding: 25px 26px;
    text-align: center;
    border: 14px solid rgb(72 73 74 / 81%);
    transition: .5s;
}
/*.pricing.style3:hover .pricing_img {
    background: #0f1013;
}
.pricing.style3:hover .pricing_img img {
   filter: brightness(0) invert(1);
}*/
.pricing.style3 .pricing-head h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin: 0 0 0;
}
.pricing.style3 .pricing-body {
    position: relative;
    padding-top: 15px;
    text-align: left;
}
.pricing.style3 .pricing-body li {
    list-style: none;
    margin: 20px 0px;
    transition: .5s;
    font-size: 17px;
    color: #a1a1a1;
    font-weight: 400;
}
.price-item {
    margin: 45px 0 0;
}
.pricing.style3 .price-item span.tk {
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    transition: .5s;
    margin: 0 0 0;
}

.pricing.style3 .price-item span.currency {
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    transition: .5s;
    margin: 0 0 0;
}
.pricing.style3 .price-item span.month {
    color: #fff;
}
.pricing.style3 .pricing-body li i {
    color: #d9ff00;
    font-size: 9px;
    background: #0f1013;
    padding: 4px;
    border-radius: 12px;
    margin-right: 10px;
}

.pricing.style3 a.pricing-button {
    padding: 13px 22px;
    border-radius: 28px;
    background-image: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    color: #0f1e36;
    display: inline-block;
    border: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    margin-top: 45px;
}

.pricing.style3 a.pricing-button:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #0f1013;
    border-radius: 5px;
    transition: .5s;
}

.pricing.style3 a.pricing-button:hover {
    color: #fff;
}

.pricing.style3 a.pricing-button:hover:before {
    width: 100%;
    left: 0;
}



/*========================================Inner Page ----Team-Section 03=========================================*/



/*
==========
 Team
==========
*/
.team.style1 {
    border-radius: 8px;
    background-color: rgba(255,255,255,0.07058823529411765);
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 0 0 230px;
    margin: 0 0 200px;
}
.team.style1:hover {
    background-color: #cdff00;
}
.team.style1 .team-content {
    position: relative;
}
.team.style1 .team-content .bio {
    text-align: center;
    padding: 10px 0 40px;
}
.team.style1 .team-content .bio .name a {
    margin: 0 0 0px;
    transition: .5s;
    font-size: 26px;
    color: #ffffff;
    font-weight: 700;
}
.team.style1:hover .team-content .bio .name a {
    color: #0f1013;
}
.team.style1 .team-content .bio h5.designation {
    font-size: 15px;
    text-transform: uppercase;
    color: #cdff00;
    font-weight: 500;
    margin: 9px 0px 0;
    transition: .5s;
}
.team.style1:hover .team-content .bio h5.designation {
    color: #0f1013;
}
.team.style1 .team-content .image {
    position: absolute;
    left: 50px;
}
.team.style1 .team-content .team-share .team-share-icon {
    position: absolute;
    left: 40%;
    bottom: -12px;
    transition: .5s;
    z-index: 1;
}
.team.style1 .team-content .team-share i {
    color: #0f1013;
    background-color: #cdff00;
    height: 52px;
    display: block;
    width: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 26px;
    font-size: 18px;
}
.team.style1 .team-content .team-share .social-icon {
    position: absolute;
    top: 40%;
    right: 4%;
    opacity: 0;
    transition: .5s;
    background: #cdff00;
    padding: 1px 6px 10px;
    border-radius: 20px 20px 20px 20px;
}
.team.style1 .team-content .team-share:hover .team-share-icon .social-icon {
    top: -320%;
    right: 4%;
    opacity: 1;
    transition: .5s;
}
.team.style1 .team-content .social-icon li {
    list-style: none;
    margin-top: 12px;
}
.team.style1 .team-content .social-icon li a i {
    color: #0f1013;
    height: 35px;
    border: 2px solid rgba(15,16,19,0.4);
    display: block;
    border-radius: 26px;
    width: 35px;
    line-height: 32px;
    text-align: center;
    transition: .5s;
}


/*========================================Inner Page ----Faq Section 04=========================================*/




/* Accordion CSS */
.my-accordion li {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    z-index: 1;
    background: rgba(255,255,255,0.071);
    border-radius: 4px;
}
.my-accordion li:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 20px;
    top: 14px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.10196078431372549);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.my-accordion li:after {
    position: absolute;
    content: "";
    z-index: 1;
    left: 24px;
    top: 28px;
    width: 22px;
    height: 22px;
    background: url(https://wp.ditsolution.net/artek/wp-content/uploads/2023/11/question.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    transform: translate(-3%, -50%);
}
.my-accordion li p {
    display: none;
    padding: 17px 25px 3px;
    color: #e6e6e6;
    font-size: 16px;
}
.my-accordion a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    color: #fff !important;
    background-color: rgba(255,255,255,0.071);
    padding: 14px 20px 14px 59px;
    z-index: 1;
    border-bottom: 1px solid transparent;
    border-radius: 4px;
}
.my-accordion a.active {
    border-bottom: 1px solid rgba(0,0,0,0.08);

}
.my-accordion a:after {
   width: 10px;
    height: 2px;
    background: #cdff00;
    position: absolute;
    right: 28px;
    content: " ";
    top: 26px;
    transition: all 0.2s ease-in-out;
}
.my-accordion a:before {
    width: 2px;
    height: 10px;
    background: #cdff00;
    position: absolute;
    right: 32px;
    content: " ";
    top: 22px;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
}
.my-accordion li p {
    display: none;
    font-size: 16px;
    padding: 23px;
}

a.active:after {
  transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.active:before {
 display: none;
}




/*========================================Inner Page ----Error Section 05=========================================*/

.section-title.style4 .title {
    font-size: 60px;
    margin: 8px 0 0;
    line-height: 1;
}

.section-title.style4 .description {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 26px;
}


/*       button.style4 css start       */
.dreamit-button.style4 {
    text-align: center;
}
.dreamit-button.style4 .dreamit-button a {
    padding: 12px 27px;
    border-radius: 27px;
    background-image: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    display: inline-block;
    border: 1px solid #cdff00;
    font-size: 15px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 700;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 30px 0 0;
}
.dreamit-button.style4 .dreamit-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 3px;
    transition: .5s;
}
.dreamit-button.style4 .dreamit-button a:hover:before {
    width: 100%;
    left: 0;
}




/*=============================================================================================
======================================== Home 02 =============================================*/


/*========================================Home 02 ----hero Section 01=========================================*/


.heading.style1 h2 {
    position: relative;
    z-index: 1;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    font-size: 75px;
    line-height: 62px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    text-align: center;
}
.heading.style1 h2 span {
    font-weight: 700;
}
.heading.style1 h1 {
    position: relative;
    z-index: 1;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    font-size: 75px;
    line-height: 102px;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-align: center;
}
.heading.style1 p {
    font-size: 18px;
    line-height: 30px;
    color: rgba(255,255,255, 0.600);
    font-weight: 500;
    text-align: center;
    margin: 18px auto 22px;
    width: 72%;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
}

/*style three*/
.dreamit-button.style3 .dreamit-button a {
    position: relative;
    z-index: 1;
    overflow: hidden;
    animation: 1s 2s fadeInUp both;
    display: inline-block;
    background: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    border: 0;
    border-radius: 27px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    padding: 15px 32px;
    font-size: 15px;
    transition: 0.5s;
}

.dreamit-button.style3 .dreamit-button a:hover {
     color: #000000;
}
.dreamit-button.style3 .dreamit-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 27px;
    background: #fff;
    transform: scale(0);
    transition: .5s;
}
.dreamit-button.style3 .dreamit-button a:hover:before {
    transform: scale(1);
}
.dreamit-button.style3 .dreamit-button a i {
    margin-left: 8px;
}


.dreamit-button.style5 .dreamit-button a {
    position: relative;
    z-index: 1;
    overflow: hidden;
    animation: 1s 2s fadeInUp both;
    display: inline-block;
    background: #fff;
    border: 0;
    border-radius: 27px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    padding: 15px 32px;
    font-size: 15px;
    transition: 0.5s;
    margin-left: unset;
}

.dreamit-button.style5 .dreamit-button a:hover {
     color: #000000;
}
.dreamit-button.style5 .dreamit-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 27px;
    background: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    transform: scale(0);
    transition: .5s;
}
.dreamit-button.style5 .dreamit-button a:hover:before {
    transform: scale(1);
}
.dreamit-button.style5 .dreamit-button a i {
    margin-left: 8px;
}

/*style six*/
.dreamit-button.style6 {
    float: right;
}
.dreamit-button.style6 .dreamit-button a {
    display: inline-block;
    font-size: 26px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    border-radius: 33px;
    background-color: rgba(255,255,255,0.012);
    border: 1px solid rgba(255,255,255,0.15);
    color: #616161;
    padding: 0;
    text-align: center;
}



/*========================================Home 02 ----About Section 02=========================================*/

.creative-btn-two {
    float: right;
    position: relative;
    top: 26px;
}
.creative-btn-two a.banner-play-button {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 170px;
    height: 170px;
    line-height: 170px;
    text-align: center;
    border-radius: 50%;
    background-color: #141414;
    border: 1px solid rgb(193 255 0 / 20%);
}
.creative-btn-two .text_inner {
    animation: circle 15s linear infinite;
    position: relative;
    z-index: 22;
    fill: rgb(255 255 255 / 0%);
}
.creative-btn-two .text_inner svg {
    width: 100px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 0;
    transform: rotate(0) scaleX(1) scaleY(1);
    position: relative;
}
.creative-btn-two .text_inner text {
    fill: #ffffff;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 42px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}
.creative-btn-two .mid-icon {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    display: inline-block;
    z-index: 99;
    background: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 22px;
}
.creative-btn-two .mid-icon i {
    /* -webkit-animation: wooo 5s linear infinite; */
    /* animation: wooo 5s linear infinite; */
    transition: .5s;
    position: relative;
    font-size: 22px;
    background: #141414;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #141414;
    font-size: 18px;
}

/*style5*/
.icon-box.style5 {
    display: flex;
    gap: 12px;
    border-radius: 5px;
    background-color: #141414;
    border: 1px solid;
    padding: 30px;
    transition: .5s;
}
.icon-box.style5:hover {
    border: 1px solid rgb(193 255 0 / 40%);
}
.icon-box.style5 .icon-box-icon {
    display: inline-block;
    margin-right: 9px;
    position: relative;
    top: 6px;
}
.icon-box.style5 .icon-box-icon img {
    transition: .5s;
}
.icon-box.style5:hover .icon-box-icon img {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.icon-box.style5 h4.title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 0;
}
.icon-box.style5 .icon-box-content p {
    font-size: 15px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.600);
    font-weight: 400;
    margin: 10px 0 0;
}

.about2-shap {
    transition: .5s;
}
.about2-shape {
    transition: .5s;
    animation-name: rotateme;
    animation-duration: 4.9s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}




/*========================================Home 02 ----Service Section 03=========================================*/

.service-box.style4 {
    padding: 30px 25px 30px;
    background: url(https://wp.dreamitworld.com/artek/wp-content/uploads/2025/06/service4-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.service-box.style4 .content .service-box-title h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    transition: .5s;
    margin: 38px 0 32px;
}
.service-box.style4 .service-btn a {
    display: inline-block;
    color: #cdff00;
    padding: 7px 28px;
    background-color: transparent;
    border-radius: 22px;
    border: 1px solid rgba(205,255,0,0.15);
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin: 28px 0 0;
}
.service-box.style4 .service-btn a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    background: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    transform: scale(0);
    transition: .5s;
}
.service-box.style4:hover .service-btn a:before {
    transform: scale(1);
}
.service-box.style4:hover .service-btn a {
   color: #0f1013;
}
.service-box.style4 .service-btn a i {
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 5px;
}
.service-box.style4 .service-box-icon img {
    transition: .5s;
}
.service-box.style4:hover .service-box-icon img {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}
@keyframes wobble_vertical {
  16.65% {
    transform: translateY(8px);
  }

  33.3% {
    transform: translateY(-6px);
  }

  49.95% {
    transform: translateY(4px);
  }

  66.6% {
    transform: translateY(-2px);
  }

  83.25% {
    transform: translateY(1px);
  }

  100% {
    transform: translateY(0);
  }
}

/*========================================Home 02 ----why choose Section 04=========================================*/


.single-counter {
    text-align: left;
    overflow: hidden;
    padding: 30px 30px 30px;
    background: url(https://wp.dreamitworld.com/artek/wp-content/uploads/2025/06/counter-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.counter-content h6 {
    font-size: 16px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 185px;
    padding-left: 35px;
    position: relative;
    z-index: 1;
}
.counter-content h6:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 4px;
    width: 100%;
    height: 100%;
    background: url(https://wp.dreamitworld.com/artek/wp-content/uploads/2025/06/star.png);
    background-repeat: no-repeat;
}
.counter-content span {
    display: inline-block;
    color: #cdff00;
    font-size: 55px;
    line-height: 29px;
    font-weight: 700;
}
.counter-content p {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    margin: 20px 0 0;
}



/*========================================Home 02 ----Project Section 05=========================================*/
/*style six*/
.icon-box.style6 {
    padding: 0 0 33px;
}
.icon-box.style6 .icon-box-icon {
    display: inline-block;
}
.icon-box.style6 .icon-box-content {
    width: 80%;
    margin: 8px 0 0;
}
.icon-box.style6 .icon-box-content h4 {
    font-size: 18px;
    line-height: 48px;
    font-weight: 600;
    background: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin: 0 0 0;
}
.icon-box.style6 .icon-box-content p {
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin: 5px 0 0;
    border-bottom: 1px solid transparent;
    display: ruby;
}
.icon-box.style6 .icon-box-content p:hover {
    background: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    -webkit-text-fill-color: #fbff00;
    -webkit-background-clip: text;
    border-bottom: 1px solid #fbff00;
}

/*========================================Home 02 ----company Section 06=========================================*/

ul.item-list.style1 li i {
    font-size: 12px;
    background-image: linear-gradient(0deg, #fcff00 0%, #fcff00 1%, #c1ff00 100%);
    font-weight: 800;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-right: 8px;
}
ul.item-list.style1 li {
    list-style: none;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    padding-bottom: 13px;
}

/*style seven*/
.icon-box.style7 {
    border-radius: 8px;
    background-color: #141414;
    border: 1px solid rgba(184,255,52,0.1);
    padding: 22px;
}
.icon-box-icon {
    display: inline-block;
}
.icon-box.style7 .icon-box-content .title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 0 15px;
    display: inline-block;
}
.icon-box.style7 .icon-box-content .description {
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
    margin: 15px 0 0;
}

/*========================================Home 02 ----Pricing Section 07=========================================*/

.pricing.style1 {
    position: relative;
    padding: 32px 30px 30px;
    border-radius: 20px;
    background-color: #141414;
    border: 1px solid rgba(184,255,52,0.1);
}
.pricing.style1 .single-pricing {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 55px;
    align-items: center;
}
.pricing.style1 .pricing-head {
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.pricing.style1 .pricing-head:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: -25px;
    height: 100%;
    width: 1px;
    background: rgba(203,255,0,0.102);
    transition: .5s;
}
.pricing.style1 .pricing_content h3 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 12px;
}

.pricing.style1 .pricing_content p {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0;
}
.pricing.style1 .price-item {
    margin: 50px 0 23px;
}
.pricing.style1 .price-item .currency{
    font-size: 42px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 0;
}
.pricing.style1 .price-item .tk {
    font-size: 42px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 0;
}
.pricing.style1 .price-item .month {
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0;
}
.pricing.style1 .pricing-button a {
    padding: 12px 27px;
    border-radius: 27px;
    background-image: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    display: inline-block;
    border: 1px solid #cdff00;
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.pricing.style1 .pricing-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 27px;
    transition: .5s;
}
.pricing.style1 .pricing-button a:hover:before {
    width: 100%;
}

.pricing.style1 .pricing-body h3 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 18px;
}
.pricing.style1 .pricing-body ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.pricing.style1 .pricing-body ul li {
    font-size: 16px;
    line-height: 38px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    padding: 0 0 0;
}
.pricing.style1 .pricing-body ul li img {
    margin-right: 10px;
}


/*========================================Home 02 ----Testimonial Section 08=========================================*/


/* Style Two */

.testimonial.style2{
    padding: 10px;
}
.testimonial.style2 .testimonial-item {
    margin: 0;
    padding: 30px 0px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}

.testimonial.style2 .testimonial-item:first-child {
    position: relative;
    z-index: 1;
    transition: .5s;
}
.testimonial.style2 .testimonial-item:first-child:before {
    position: absolute;
    content: '';
    z-index: 1;
    transition: .5s;
    left: -28px;
    Right: 0;
    width: 1px;
    height: 100%;
    background: rgba(184,255,52,0.1);
}
.testimonial.style2 .testimonial-item .icon {
    width: 15%;
    transition: .5s;
    opacity: 0.2;
}
.testimonial.style2 .testimonial-item:hover .icon {
    opacity: 1;
}
.testimonial.style2 .testimonial-item .quote {
    font-size: 16px;
    color: rgba(255,255,255,0.800);
    margin: 25px 0 47px;
}
.testimonial.style2 .testimonial-item .author{
    display: flex;
    align-items: center;
    margin-bottom: 33px;
}
.testimonial.style2 .testimonial-item .author img{
    height: 65px;
    width: 65px;
    object-fit: cover;
    margin-right: 18px;
    border-radius: 50%;
}
.testimonial.style2 .testimonial-item .author .bio .name {
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 7px;
}
.testimonial.style2 .testimonial-item .author .bio .designation{
    font-size: 16px;
    color: rgba(255,255,255,0.800);
    font-weight: 400;
    margin: 0;
}
.testimonial.style2 .testimonial-item .testi-star {
    display: none;
}

.testimonial.style2 .owl-nav {
    display: flex;
    gap: 5px;
    align-items: center;
    position: absolute;
    left: -39%;
    bottom: 11%;
}
.testimonial.style2 .testimonial-carousel.owl-carousel .owl-nav button.owl-prev {
    text-align: center;
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 28px;
    margin-right: 0;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 1px solid rgba(255,255,255,0.1);
    background: transparent;
    color: rgba(255,255,255,0.5);
    transition: .5s;
}
.testimonial.style2 .testimonial-carousel.owl-carousel .owl-nav button.owl-prev:hover {
    background-image: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    color: #141414;
}
.testimonial.style2 .testimonial-carousel.owl-carousel .owl-nav button.owl-next {
    text-align: center;
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.1);
    background: transparent;
    color: rgba(255,255,255,0.5);
    transition: .5s;
    position: relative;
    left: 0;
    top: 0;
}
.testimonial.style2 .testimonial-carousel.owl-carousel .owl-nav button.owl-next:hover {
    background-image: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    color: #141414;
}

/* Style Three */

.testimonial.style3 .testimonial-item {
    text-align: center;
}
.testimonial.style3 .testimonial-item .testimonial-top {
    padding: 27px 35px 40px;
}
.testimonial.style3 .testimonial-item h4 {
    font-size: 16px;
    line-height: 26px;
    text-decoration: underline;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0px;
}
.testimonial.style3 .testimonial-item h6 {
    font-size: 60px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
    margin: 62px 0 28px;
}
.testimonial.style3 .testimonial-item .reviews_rating .testi-star i {
    color: #ffb108;
    margin: 5px;
    font-size: 16px;
}
.testimonial.style3 .testimonial-item .testimonial-top p.quote {
    font-size: 16px;
    line-height: 26px;
    text-decoration: underline;
    color: #ffffff;
    font-weight: 400;
    width: 50%;
    margin: 10px auto 0;
}
.testi-bd  {
    position: relative;
    z-index: 1;
    transition: .5s;
}
.testi-bd:before {
    position: absolute;
    content: '';
    z-index: 1;
    transition: .5s;
    right: 20px;
    width: 1px;
    height: 100%;
    background: rgba(184,255,52,0.1);
}





/*========================================Home 02 ----Blog Section 09=========================================*/

.blog-post.style5 .single_blog_adn {
    padding: 20px 20px 30px;
    border-radius: 7px;
    background-color: #141414;
}
.blog-post.style5 .single_blog_adn ul.post-categories li {
    list-style: none;
    margin: 31px 0 19px;
}
.blog-post.style5 .single_blog_adn ul.post-categories li a {
    display: inline-block;
    width: 95px;
    height: 30px;
    border-radius: 15px;
    background-image: linear-gradient(0deg, #fbff00 0%, #fbff00 1%, #c1ff00 100%);
    text-align: center;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}
.blog-post.style5 .single_blog_adn h4.title {
    font-size: 22px;
    line-height: 33px;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
}
.blog-post.style5 .single_blog_adn h4.title a {
    transition: .5s;
    color: #fff;
}
.blog-post.style5 .single_blog_adn h4.title a:hover{
    color:#cdff00;
}
.blog-post.style5 .single_blog_adn .blog-meta-left {
    margin: 25px 0px 0px;
    color: #fff;
}
.blog-post.style5 .single_blog_adn .blog-meta-left span {
    margin-right: 25px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
}


.why-th1 img {
    width:100%;
}
.why-th2 img {
    width:100%;
}

/*========================================Home 02 ---- Section 10=========================================*/


/*========================================Home 02 ---- Section 11=========================================*/


/*========================================Home 02 ---- Section 12=========================================*/


/*========================================Home 02 ---- Section 13=========================================*/


/*========================================Home 02 ---- Section 14=========================================*/









