
/*
=============
Developer Humayun
=============
*/

/*section Title Stytle 3*/

.section-title.style3 h1.subtitle {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 10px 33px 10px 46px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    margin: 0 0 23px;
}
.section-title.style3 span.icon {
    position: absolute;
    left: -40px;
    top: -6px;
}
.section-title.style3 h3.title {
    font-family: Inter;
    font-weight: 600;
    font-size: 66px;
    line-height: 63px;
    color: #ffff;
}


/*list Stlyel 16*/
ul.item-list.style5 {
    border-top: 1px solid #ffffff21;
    margin: 7px 0 0;
    padding-top: 27px;
}
ul.item-list.style5 li {
    display: inline-block;
    margin-right: 23px;
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}
ul.item-list.style5 li .icon {
    display: inline-block;
    margin-right: 6px;
}
ul.item-list.style5 li i {
    color: #8851FF;
    display: inline-block;
}

/* button Style 17*/
.dreamit-button.style2 a.button {
    background: #8851FF;
    display: inline-block;
    color: #fff;
    padding: 14px 42px 14px 38px;
    border-radius: 30px;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.dreamit-button.style2 a.button:hover{
    color:#8851FF;
}
.dreamit-button.style2 a.button::before{
    position:absolute;
    content:"";
    width:0%;
    height:100%;
    left:50%;
    top:0;
    background:#fff;
    border-radius:30px;
    z-index:-1;
    transition:0.5s;
} 
.dreamit-button.style2 a.button:hover::before{
    width:100%;
    left:0;
}
.dreamit-button.style2 a.button i {
    display: inline-block;
    color: #fff;
    position: relative;
    left: 7px;
    transition:0.5s;
}
.dreamit-button.style2 a.button:hover i{
    color:#8851FF;
}
/*style 18*/
.dreamit-button.style3 a.button {
    display: inline-block;
    box-shadow: -2px 0px 7px 8px #FFFFFF40 inset;
    background: #140D24;
    padding: 14px 42px 14px 38px;
    border-radius: 30px;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    position:relative;
    z-index:1;
}

.dreamit-button.style3 a.button:hover{
    color:#8851FF;
}
.dreamit-button.style3 a.button::before{
    position:absolute;
    content:"";
    width:0%;
    height:100%;
    left:50%;
    top:0;
    background:#fff;
    border-radius:30px;
    z-index:-1;
    transition:0.5s;
} 
.dreamit-button.style3 a.button:hover::before{
    width:100%;
    left:0;
}
.dreamit-button.style3 a.button i {
    display: inline-block;
    color: #fff;
    position: relative;
    left: 7px;
    transition:0.5s;
}
.dreamit-button.style3 a.button:hover i{
    color:#8851FF;
}

/*icon Box Style 3*/
.icon-box.style4{
    background: linear-gradient(143.31deg, #191229 15.71%, #371F6B 52.16%, #191229 88.62%);
    display: inline-block;
    padding: 26px 58px 35px;
    border-radius: 10px;
    position: relative;
    transform: rotate(6deg);
    left: 14px;
    z-index: 1;
}
.icon-box.style4 .numbar h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin: 0 0 -8px;
}
.icon-box.style4 .segmented-ring-wrapper{
  position:relative;
  width:260px;
  height:260px;
  margin:auto;
}
.icon-box.style4 .segmented-ring-wrapper svg{
  width:100%;
  height:100%;
}
.icon-box.style4 .ring-percent{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  font-size:48px;
  font-weight:600;
  color:#ffffff;
}
.icon-box.style4 .icon-box-content{
    text-align: center;
}
.icon-box.style4 h1.title{
    font-family: Inter;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    margin: 0;
    background: #8851FF;
    padding: 5px 16px;
    border-radius: 30px;
    text-align: center;
}
.icon-box.style4 p.description {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin: 6px 0 19px;
}


/*icon box Stlye 5*/
.icon-box.style5 {
    background: linear-gradient(143.31deg, #191229 15.71%, #371F6B 52.16%, #191229 88.62%);
    display: inline-block;
    padding: 78px 36px 27px;
    border-radius: 10px;
    position: absolute;
    bottom: 208px;
    right: -193px;
    transform: rotate(-10deg);
}
.icon-box.style5 .numbar h2 {
    font-family: Inter;
    font-weight: 600;
    font-size: 28px;
    color: #FFFFFF;
    margin: 0 0 0;
}
.icon-box.style5 .description {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    color: #ffffff;
}
.icon-box.style5 h1.title {
    font-family: Inter;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    display: inline-block;
    background: #67DF83;
    color: #140D24;
    padding: 3px 16px;
    border-radius: 30px;
}
.icon-box.style5 .icon-box-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
}

.icon-box.style5 .text h1 {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    margin: 0 0;
    color: #fff;
    position: absolute;
    top: 33px;
    left: 54px;
}
.icon-box.style5 .text h1:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -39px;
    top: -6px;
    background: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2026/02/icon-2.png);
    background-repeat: no-repeat;
    padding: 23px 0;
}
.icon-box.style5 .purses-text {
    display: flex;
    margin-top: 13px;
    gap: 90px;
    position: relative;
    left: 28px;
}
.icon-box.style5 .purses-text span {
    color: #fff;
}


/*icon box Stlye 6*/
.icon-box.style6 {
    background: linear-gradient(143.31deg, #191229 15.71%, #371F6B 52.16%, #191229 88.62%);
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 34px 32px 27px;
    width: 60%;
    border-radius: 10px;
    position: absolute;
    bottom: 48px;
    right: -187px;
}
.icon-box.style6 h1.title {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    margin: 0 0 6px;
}
.icon-box.style6 .description {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0;
}

/*heading Style 1*/

.heading.style1 p.heading-text {
    font-family: Inter;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    margin: 0 auto 0;
    width: 88%;
}

/*style 18*/

.marquee.style2 {
    position: relative;
    margin-top: 6px;
}
.marquee.style2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, #1E172E 2%, rgba(30, 23, 46, 0) 31.74%, rgba(30, 23, 46, 0) 66.29%, #1E172E 98%);
    z-index: 1;
}
.marquee.style2 .marquee-block h3 {
    background: #ffffff1a;
    width: 100px;
    height: 100px;
    line-height: 110px;
    border-radius: 10px;
    text-align: center;
}
.marquee.style2 .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: 14px;
    -webkit-animation: scroll 05s linear infinite;
    animation: scroll 20s linear infinite;
    min-width: 0;
}



/*icon box Style 8*/
.icon-box.style8 {
	text-align: center;
	position: relative;
}

.icon-box.style8 .icon i {
	display: inline-block;
	color: #8851FF;
	font-size: 27px;
}
.icon-box.style8 h1.title{
	font-family: Inter;
	font-weight: 600;
	font-size: 24px;
	color: #fff;
}
.icon-box.style8 p.description {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	opacity: 0.5;
	width: 90%;
	margin: 16px auto 0;
}

.icon-box.style8 .svg-icon-thumb {
	position: absolute;
	top: -123px;
	left: 50%;
}

.icon-box-style-three .icon-box.style8 .svg-icon-thumb {
	position: absolute;
	top: -124px;
	left: -54.4%;
}
.icon-box-style-two .icon-box.style8 .svg-icon-thumb {
	position: absolute;
	top: -123px;
	left: 49%;
}


/*service bos Stlyle3*/
.service-box.style3 {
    background: linear-gradient(180deg, rgba(136, 81, 255, 0.02) 0%, rgba(136, 81, 255, 0.1) 50%, rgba(136, 81, 255, 0.02) 100%);
    padding: 20px 19px 34px;
    position: relative;
    z-index: 1;
}
.service-box.style3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}
.service-box.style3 .content {
    position: relative;
    left: 26px;
}
.service-box.style3 h3.title {
    font-family: Inter;
    font-weight: 500;
    font-size: 26px;
    color: #fff;
    margin: 17px 0 17px;
}

.service-box.style3 p.description {
    font-family: Inter;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    opacity: 0.6;
    margin: -2px 0 -4px;
    width: 90%;
}
.service-box.style3 .service-btn a {
    display: inline-block;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    opacity: 0.8;
}
.service-box.style3 .service-btn a:hover{
    color:#8851FF;
}
.service-box.style3 .service-btn i {
    display: inline-block;
    font-size: 15px;
    position: relative;
    left: 3px;
    top: 2px;
    color: #fff;
    transition:0.5s;
}
.service-box.style3 .service-btn a:hover i{
    color:#8851FF;
}


.hub-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1256px;
    margin: auto;
    padding: 0px 0 0;
    flex-wrap: wrap;
}
.hub-wrapper .center-logo {
    width: 160px;
    height: 160px;
    border-radius: 30px;
    background: linear-gradient(135deg,#6c63ff,#00d4ff);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.hub-wrapper .icons {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
}

.hub-wrapper .icon {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    line-height: 104px;
    text-align: center;
    border: 1px solid #6161611A;
    position: relative;
}

.hub-wrapper .icon.apple {
    position: relative;
    left: 90px;
}

.hub-wrapper .icon.telegram {
    position: relative;
    left: -64px;
}
.hub-wrapper .icon.discord svg {
    position: absolute;
    right: 58%;
    top: 35px;
}

/*Animation Right Css*/
.hub-wrapper .icon.right-box-0 .svg-code {
    position: absolute;
    right: 72px;
    top: 32px;
}
.hub-wrapper .icon.right-box-1 .svg-code {
    position: absolute;
    right: 73px;
    top: 30px;
}
.hub-wrapper .icon.right-box-2 .svg-code {
    position: absolute;
    top: -16px;
    right: 168px;
}

.hub-wrapper .icon.right-box-2 {
    position: relative;
    left: -89px;
    top: 0;
}
.hub-wrapper .icon.right-box-2 .svg-code {
    position: absolute;
    top: -16px;
    right: 78px;
}
.hub-wrapper .icon.right-box-3 .svg-code {
    position: absolute;
    right: 82px;
    top: -60px;
}
.hub-wrapper .icon.right-box-4 .svg-code {
    position: absolute;
    right: 80px;
    top: -139px;
}

/*Left Css*/

.hub-wrapper .icon.left-box-0 .svg-code {
    position: absolute;
    left: 79px;
    top: 39px;
}
.hub-wrapper .icon.left-box-1 .svg-code {
    position: absolute;
    top: 29px;
    left: 79px;
}
.hub-wrapper .icon.left-box-2 {
    position: relative;
    left: 94px;
}
.icon.left-box-2 .svg-code {
    position: absolute;
    left: 80px;
    top: -17px;
}

.icon.left-box-3 .svg-code {
    position: absolute;
    top: -59px;
    left: 83px;
}
.icon.left-box-4 .svg-code {
    position: absolute;
    top: -137px;
    left: 82px;
}


.task_management .mc4wp-form-fields {
    position: relative;
    z-index: 22;
    margin: 30px auto 0;
    text-align: center;
}
.task_management .mc4wp-form-fields input[type="email"] {
    background: transparent;
    border-radius: 10px;
    position: relative;
    color: #fff;
    width: 42%;
    border: 1px solid #FFFFFF1A;
    height: 66px;
    padding: 0 39px;
}
.task_management .mc4wp-form-fields button {
    color: #fff;
    font-family: var(--title-font);
    background: #6766ff;
    font-weight: 400;
    font-size: 17px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    display: inline-block;
    border: none;
    height: 47px;
    width: 100px;
    line-height: 40px;
    text-align: center;
    right: 26%;
    top: 50%;
    transform: translate(-53%, -50%);
}


.brand.style7 .brand-item {
    background: transparent;
    padding: 48px 23px;
    margin-right: 20px;
    backdrop-filter: none;
    border-radius: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    transition: .5s;
    height: 139px;
}

.dark .pricing.style-seven .pricing-content {
    background: #2D2D2D;
}




/*Integrations Style Two*/
.hub-wrapper.style-two {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1112px;
    margin: auto;
    padding: 0px 0 26px;
    flex-wrap: wrap;
    gap: 157px;
    margin-top: 44px;
}
.hub-wrapper.style-two .center-logo {
    width: inherit;
    height: inherit;
    border-radius: 0;
    background: transparent;
    display: block;
    align-items: center;
    justify-content: center;
    z-index: 0;
}
.hub-wrapper.style-two .icons {
    display: flex;
    flex-direction: column;
    gap: 38px;
    position: relative;
}
.hub-wrapper.style-two .icon {
    width: inherit;
    height: inherit;
    border-radius: 0;
    line-height: 0;
    text-align: center;
    border: transparent;
    position: relative;
}
.hub-wrapper.style-two .icon.left-box-0 .svg-code {
    position: absolute;
    left: 60px;
    top: 23px;
}
.hub-wrapper.style-two .icon.left-box-1 .svg-code {
    position: absolute;
    top: -10px;
    left: 59px;
}
.hub-wrapper.style-two .icon.right-box-0 .svg-code {
    position: absolute;
    right: 58px;
    top: 22px;
}
.hub-wrapper.style-two .icon.right-box-1 .svg-code {
    position: absolute;
    right: 58px;
    top: -9px;
}

.smart-tools-box{
     background: linear-gradient(180deg, rgba(136, 81, 255, 0.02) 0%, rgba(136, 81, 255, 0.1) 50%, rgba(136, 81, 255, 0.02) 100%);
    padding: 20px 19px 34px;
    position: relative;
    z-index: 1;
}
.smart-tools-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}

/*service Box Stlye 5*/
.service-box.style5 .content {
    position: relative;
    left: 27px;
}
.service-box.style5 h3.title {
    font-family: Inter;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    color: #fff;
    margin: 34px 0 19px;
}
.service-box.style5 p.description {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    opacity: 0.6;
    width: 80%;
    margin: 0 0 -4px;
}
.service-box.style5 .service-btn a {
    display: inline-block;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
.service-box.style5 .service-btn a:hover{
    color:#8851FF;
}
.service-box.style5 .service-btn i {
    position: relative;
    display: inline-block;
    top: 3px;
    left: 3px;
    font-size: 16px;
    color: #fff;
    transition:0.5s;
}
.service-box.style5 .service-btn a:hover i{
    color:#8851FF;
}
.smart-immigrations-box {
    background: linear-gradient(180deg, rgba(136, 81, 255, 0.02) 0%, rgba(136, 81, 255, 0.1) 50%, rgba(136, 81, 255, 0.02) 100%);
    padding: 13px 10px 21px;
    position: relative;
    z-index: 1;
}
.smart-immigrations-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}


/*icon box Style 40*/

.achivement-box {
    background: linear-gradient(180deg, rgba(136, 81, 255, 0.02) 0%, rgba(136, 81, 255, 0.1) 50%, rgba(136, 81, 255, 0.02) 100%);
    padding: 40px 38px 9px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.achivement-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}
.icon-box.style9 {
    background: linear-gradient(270deg, rgba(136, 81, 255, 0.02) 0%, rgba(136, 81, 255, 0.3) 50%, rgba(136, 81, 255, 0.02) 100%);
    text-align: center;
    border-radius: 10px;
    padding: 25px 47px 27px;
    position: relative;
    z-index: 1;
}
.icon-box.style9::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}
.icon-box.style9 span.stars {
    display: flex;
    align-items: center;
    gap: 2px;
    justify-content: center;
}
.icon-box.style9 span.stars svg {
    width: 22px;
    fill: #FF9F31;
}
.icon-box.style9 p.description {
    margin: 0;
}
.icon-box.style9 h1.title {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 12px 0 0;
}
.icon-box.style9 .numbar h2 {
    background: #FFFFFF0D;
    width: 90px;
    height: 90px;
    color: #fff;
    border-radius: 50%;
    font-family: Inter;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    line-height: 90px;
    border: 1px solid #ffffff1f;
    margin: 0 auto -14px;
    position: relative;
    z-index: 1;
}
.icon-box.style9 .numbar h2::before {
    position: absolute;
    content: "";
    width: 63px;
    height: 63px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FFFFFF1A;
    border-radius: 50%;
    margin: auto;
    z-index: -1;
    border: 1px solid #ffffff2e;
}
.icon-box.style9 .svg-icon-thumb {
    position: absolute;
    top: 0;
    left: -4px;
}
.icon-box.style9 a.button i {
    top: 1px;
    left: 4px;
    display: inline-block;
    position: relative;
    color: #fff;
}
.achivement-box.two p.description{
    font-family: Inter;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin: 22px 0 23px;
}


/*Elemenetor class*/
.icon-box-three .icon-box.style9 {
    padding: 6px 47px 45px;
}

.icon-box-three .icon-box.style9 .svg-icon-thumb {
    position: relative;
    top: 0;
    left: -10px;
}
.svg-icon-five{
  transform-box: fill-box;
  transform-origin: center;
  animation: zoomInOut 2.4s ease-in-out infinite;
}

.svg-icon-five:nth-of-type(1){animation-delay:0s;}
.svg-icon-five:nth-of-type(2){animation-delay:.4s;}
.svg-icon-five:nth-of-type(3){animation-delay:.8s;}
.svg-icon-five:nth-of-type(4){animation-delay:1.2s;}
.svg-icon-five:nth-of-type(5){animation-delay:1.6s;}
.svg-icon-five:nth-of-type(6){animation-delay:2s;}

@keyframes zoomInOut{
  0%{transform:scale(1);}
  30%{transform:scale(1.25);}
  60%{transform:scale(1);}
  100%{transform:scale(1);}
}

/*icon Box Style 10*/
.icon-box.style10 {
    background: linear-gradient(180deg, rgba(136, 81, 255, 0.02) 0%, rgba(136, 81, 255, 0.2) 50%, rgba(136, 81, 255, 0.02) 100%);
    padding: 38px 31px 33px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    clip-path: polygon(79% 0, 100% 16%, 100% 60%, 100% 100%, 0 100%, 0% 60%, 0 0);
}
.icon-box.style10::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}
.icon-box.style10::after {
    position: absolute;
    content: "";
    width: 68px;
    height: 49px;
    right: -17px;
    top: -1px;
    z-index: -1;
    border-radius: 0px 6px 0 13px;
    clip-path: polygon(0 0, 0 1%, 100% 100%, 0% 100%);
    border: 1px solid #ffffff1f;
    background: linear-gradient(180deg, rgba(136, 81, 255, 0.02) 0%, rgba(136, 81, 255, 0.2) 50%, rgba(136, 81, 255, 0.02) 100%);
}
.icon-box.style10 p.description {
    font-family: Inter;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    margin: 13px 0 76px;
}
.icon-box.style10 h1.title {
    font-family: Inter;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    box-shadow: 0px 0px 12px 0px #FFFFFF40 inset;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 30px;
}
.icon-box.style10 .icon-box-icon {
    display: none;
}
/*pricing box Stlye five */

.pricing_area.style_three .pricing-toggle {
    text-align: center;
}
.pricing_area.style_three .pricing-toggle-filter {
    border: 1px solid #ffffff14;
    display: inline-block;
    padding: 20px 34px;
    border-radius: 50px;
    margin-bottom: 50px;
    background: linear-gradient(90deg, rgba(136, 81, 255, 0.02) 0%, rgba(136, 81, 255, 0.3) 50%, rgba(136, 81, 255, 0.02) 100%);
}
.pricing_area.style_three label.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 28px;
    border-radius: 14px;
    background-color: #ffffff;
    border: 1px solid #2756fd;
    top: 0;
}
.pricing_area.style_three .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.pricing_area.style_three .pricing-toggle span {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.pricing_area.style_three .slider:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: 0px;
    bottom: -1px;
    transition: 0.4s;
    border-radius: 50%;
    background: linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
}
.pricing_single_items.style_three {
    background: linear-gradient(360deg, rgba(136, 81, 255, 0.02) 0%, rgba(136, 81, 255, 0.2) 50%, rgba(136, 81, 255, 0.02) 100%);
    padding: 40px 33px 42px;
    position: relative;
    backdrop-filter: blur(12px);
}
.pricing_single_items.style_three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}
.pricing_single_items.style_three span.basic {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}
.pricing_single_items.style_three p.description {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    opacity: 0.6;
    margin: 12px 0 27px;
}
.pricing_single_items.style_three .price span {
    font-family: Inter;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
}
.pricing_single_items.style_three span.bootmp {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
}
.pricing_single_items.style_three ul.features {
    margin-top: 53px;
}
.pricing_single_items.style_three ul.features li {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    list-style: none;
    line-height: 33px; 
}
.pricing_single_items.style_three ul.features li img {
    position: relative;
    top: 4px;
    margin-right: 9px;
}
.pricing_single_items.style_three a.pricing-button {
    box-shadow: 1px 1px 9px 3px #FFFFFF40 inset;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    padding: 11px 0 11px;
    margin-top: 30px;
}
.pricing_single_items.style_thre a.pricing-button i {
    position: relative;
    left: 4px;
    top: 1px;
    font-size: 16px;
}
.pricing_single_items.style_three:hover a.pricing-button {
    background:#8851FF;
}
.pricing_single_items.style_three .price_item_inner{
    position:relative;
    z-index:1;
}

.pricing_single_items.style_three .price_item_inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -28px;
    border-radius: 0px;
    border: 1px solid transparent;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.05) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}


/*testimonial Style 3*/
.testimonial-item.style3 {
    background: linear-gradient(180deg, rgba(136, 81, 255, 0.02) 0%, rgba(136, 81, 255, 0.2) 50%, rgba(136, 81, 255, 0.02) 100%);
    padding: 38px 31px 34px;
    position: relative;
    z-index: 1;
}
.testimonial-item.style3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1px solid transparent;
   background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}
.testimonial-item.style3 .review {
    display: flex;
    align-items: center;
    gap: 14px;
}
.testimonial-item.style3 p.quote_two {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin: 0 0 0 0;
    position: relative;
}

.testimonial-item.style3 p.quote {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #fff;
    opacity: 0.6;
    margin: 54px 0 19px;
    position: relative;
    z-index:1;
}
.testimonial-item.style3 p.quote:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: -23px;
    border-radius: 0px;
    border: 1px solid transparent;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.05) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}
.testimonial-item.style3 .testi-star i {
    display: inline-block;
    color: #FF9F31;
}
.testimonial-item.style3 .author img {
    width: 60px !important;
}
.testimonial-item.style3 .author_content {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index:1;
}
.testimonial-item.style3 .author_content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: -23px;
    border-radius: 0px;
    border: 1px solid transparent;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.05) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}
.testimonial-item.style3 h4.name {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin: 0 0 0;
}
.testimonial-item.style3 h5.designation {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 8px 0 0;
    opacity: 0.6;
}
.testimonial-item.style3 .author_content{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 48px;
}


/*contact From Help Desk*/
.form-area.quote_form.help-desk {
    background: linear-gradient(180deg, rgba(136, 81, 255, 0) 0%, rgba(136, 81, 255, 0.3) 50%, rgba(136, 81, 255, 0) 100%);
    padding: 50px 41px 24px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}
.form-area.quote_form.help-desk:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    border-radius: 0px;
    border: 6px solid transparent;
    background: linear-gradient(90deg, rgba(136, 81, 255, 0) 0%, #8851FF 50%, rgba(136, 81, 255, 0) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}
.form-area.quote_form.help-desk:after {
    content: "";
    position: absolute;
    bottom:0;
    right:0;
    left: 0;
    top: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}

.form-area.quote_form.help-desk input.wpcf7-form-control.wpcf7-text.form-control {
    border: 1px solid #FFFFFF1A;
    background: transparent;
    outline: 0;
    color: #fff;
}

.form-area.quote_form.help-desk textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    background: transparent;
    border-radius: 10px;
    border: 1px solid #FFFFFF1A;
    height: 160px;
    color: #fff;
}
.form-area.quote_form.help-desk input.wpcf7-form-control.wpcf7-text.form-control::placeholder {
    color: #fff !important;
}
.form-area.quote_form.help-desk .buttons input {
    text-align: center;
    background: #8851FF;
    color: #fff;
    border: transparent;
    padding: 12px 35px;
    font-size: 16px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border-radius: 40px;
    font-weight: 500;
    width: 100%;
    text-transform: capitalize;
    transition:1s;
}
.form-area.quote_form.help-desk .buttons input:hover{
    background:#fff;
    color:#8851FF;
}

/*acctoding style two*/
ul.my-accordion.style1.style2 {
    background: transparent;
    border-radius: 20px;
    padding: 10px;
}
ul.my-accordion.style1.style2 li{
    position: relative;
    margin-bottom: 14px;
    list-style: none;
    z-index: 1;
}
ul.my-accordion.style1.style2 li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    border: 1px solid transparent;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.1) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    transition: 0.5s;
    z-index: -1;
}
ul.my-accordion.style1.style2 a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 23px 40px 23px 31px;
    z-index: 1;
    color: #fff !important;
    font-weight: 600;
    border-radius: 10px;
    background: #fff;
    border: none;
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    background: linear-gradient(270deg, rgba(136, 81, 255, 0.02) 0%, rgba(136, 81, 255, 0.15) 50%, rgba(136, 81, 255, 0.02) 100%);
}
ul.my-accordion.style1.style2 li p {
    display: none;
    padding: 18px 30px 30px 32px;
    margin: 0;
    overflow: hidden;
    color: #fff;
    border-radius: 0px 0px 10px 10px;
    background: #fff;
    border: none;
    border-top: 1px solid #ffffff24;
    font-family: Inter;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    background: linear-gradient(270deg, rgba(136, 81, 255, 0.02) 0%, rgba(136, 81, 255, 0.15) 50%, rgba(136, 81, 255, 0.02) 100%);
}
ul.my-accordion.style1.style2 a:before {
    width: 2px;
    height: 12px;
    background: var(--primary-color);
    position: absolute;
    right: 45px;
    content: " ";
    top: 31px;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
    background: #fff;
}

ul.my-accordion.style1.style2 a:after {
    width: 12px;
    height: 2px;
    background: var(--primary-color);
    position: absolute;
    right: 40px;
    content: " ";
    top: 36px;
    transition: all 0.2s ease-in-out;
    background: #fff;
}




.heading.style2 h5.heading-text {
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 25px;
}
.heading.style3 h1.heading-text {
    font-weight: 500;
    font-size: 66px;
    line-height: 54px;
    color: #ffff;
}
.heading.style3 p.heading-text {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #616161;
    width: 53%;
    margin: 15px auto 0px;
}


/*button stlye 6*/
.dreamit-button.style6 a.button {
    background: #D6EF37;
    color: #141414;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    padding: 16px 14px 16px 31px;
    border-radius: 30px;
}
.dreamit-button.style6 a.button i {
    display: inline-block;
    background: #141414;
    color: #fff;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    font-size: 15px;
    position: relative;
    left: 5px;
}


/*section Title Stlye Seven*/
.section-title.style7 h1.subtitle {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    color: #D6EF37;
    margin: 0 0 0;
    display: inline-block;
    border: 1px solid #D6EF37;
    border-radius: 30px;
    padding: 4px 23px;
    position: relative;
    margin-bottom: 20px;
}
.section-title.style7 h1.subtitle:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 1px;
    left: 100%;
    top: 14px;
    background: linear-gradient(90deg, #D6EF37 0%, #191A13 100%);
}
.section-title.style7 h2.title {
    font-weight: 500;
    font-size: 48px;
    line-height: 54px;
    color: #fff;
    margin: 0 0 0;
}


/*icon box Stlye 15*/
.icon-box.style15 .icon-box-content h1 {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin: 0 0 0;
}
.icon-box.style15 .icon-box-icon {
    display: none;
}
.icon-box.style15 p.description {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    opacity: 0.6;
    margin: 4px 0 0;
}

.icon-box.style15 .svg-icon {
    float: left;
    position: relative;
    top: 7px;
    margin-right: 16px;
}
.icon-box.style15 .icon-box-content {
    overflow: hidden;
}



/*Cyber Security Demo Css*/


.heading.style4 h1.heading-text {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px;
    color: #8851FF;
    border: 1px solid #8851FF;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    position: relative;
}
.heading.style4 h1.heading-text:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 100%;
    top: 14px;
    background: linear-gradient(90deg, #8851FF 0%, rgba(136, 81, 255, 0) 100%);
}
.heading.style4 h1.heading-text:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: -100%;
    top: 14px;
    background: linear-gradient(270deg, #8851FF 0%, rgba(136, 81, 255, 0) 100%);
}
.heading.style4 h2.heading-text {
    font-weight: 600;
    font-size: 68px;
    line-height: 60px;
    text-align: center;
    margin: 0;
    color: #fff;
}

.heading.style4 p.heading-text {
    font-family: Inter;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    opacity: 0.6;
    width: 57%;
    margin: 18px auto 0;
}
/*iconb box Stlye 16*/
.icon-box.style16 {
    background: #FFFFFF1A;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 11px 13px;
    width: 78%;
    position:relative;
    z-index:1;
}
.icon-box.style16:before{
    position:absolute;
    content:"";
    width:0%;
    height:100%;
    left:0;
    top:0;
    background:#8851FF;
    z-index:-1;
    transition:0.5s;
     border-radius: 14px;
} 
.icon-box.style16:hover:before{
    width:100%;
}
.icon-box.style16 .icon-box-icon {
    display: none;
}
.icon-box.style16 .icon-box-content h1 {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin: 0 0 0;
}


/*Service Box stlye 10*/
.service-box.style10 {
    display: flex;
    align-items: center;
    background: #140D24;
    padding: 27px 30px 21px;
    border-radius: 20px;
    position:relative;
    z-index:1;
}
.service-box.style10 span.service-box-number {
    font-weight: 700;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.3;
    border: 1px solid #FFFFFF;
    position: relative;
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
}
.service-box.style10 h3.title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin: 21px 0 8px;
    width: 80%;
}
.service-box.style10 p.description {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    opacity: 0.6;
    width: 76%;
    margin: 0 0 18px;
}
.service-box.style10 .image img{
    transition:0.5s;
}
.service-box.style10 .service-btn a {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    opacity: 0.7;
}
.service-box.style10 .service-btn a:hover{
    color:#8851FF;
} 
.service-box.style10 .service-btn i {
    font-size: 16px;
    position: relative;
    left: 6px;
    top: 2px;
}



/*icon box Stlye Seventeen*/
.icon-box.style17 {
    text-align: center;
    background: #1E1E1E;
    border-radius: 20px;
    padding: 17px 28px 40px;
    overflow: hidden;
    position:relative;
    z-index:1;
}
.icon-box.style17:before{
    position:absolute;
    content:"";
    width:0%;
    height:100%;
    left:0;
    top:0;
    background:#8851FF;
    z-index:-1;
    transition:0.5s;
     border-radius: 14px;
} 
.icon-box.style17:hover:before{
    width:100%;
}
.icon-box.style17 .svg-icon {
    margin-bottom: 36px;
}
.icon-box.style17 h1.title {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    margin: 0 0 0;
    color: #fff;
}
.icon-box.style17 p.description {
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #fff;
    opacity: 0.5;
    margin: 14px 0 0;
}

.icon-box.style17 .svg-icon-thumb {
    position: absolute;
    top: 0;
    right: 0;
}
.icon-box.style17 .svg-icon-thumb svg {
    border-radius: 20px;
}

/*testimonila Stlye5*/


.testimonial-item.style5 {
    text-align: center;
    padding: 64px 31px 34px;
    border-radius: 20px;
}
.testimonial-item.style5 .quote-img {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
}
.testimonial-item.style5 .quote-img img {
    width: 70px !important;
}
.testimonial-item.style5 h4.name {
    font-family: Inter;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    color: #fff;
    margin-top: 17px;
}
.testimonial-item.style5 .author img {
    width: 50px !important;
}
.testimonial-item.style5 .author {
    display: flex;
    justify-content: center;
}
.testimonial-item.style5 p.quote {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    opacity: 0.5;
    margin: 0 0 53px;
}
.testimonial.style5 .owl-item.cloned {
    padding-top: 50px;
}
.testimonial.style5 .owl-item.active {
    padding-top: 51px;
}

.brand-carsole .marquee.style2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, #030208 2%, rgba(20, 13, 36, 0) 31.74%, rgba(20, 13, 36, 0) 66.29%, #020107 98%);
    z-index: 1;
}

.footer-help-desk .heading.style5 h1.heading-text {
    font-size: 270px;
    text-transform: uppercase;
    position: relative;
    background: linear-gradient(180deg, #8851ff 0%, rgba(136, 81, 255, 0) 100%);
    /* background: linear-gradient(to bottom, #d4ff6a, #1F2214); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    overflow: visible;
    letter-spacing: -6px;
    font-family: Inter;
    font-weight: 600;
    leading-trim: CAP_HEIGHT;
    line-height: 219px;
    text-align: center;
}
.footer-help-desk ul.item-list.style13 li a{
    transition:0.5s;
}
.footer-help-desk ul.item-list.style13 li a:hover{
   color:#fff;
}
.footer-help-desk ul.item-list.style13 li a::after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    transition: all 300ms ease;
    background: #8851ff;
}

/*inner Pages Css*/
.icon-box.style18 {
    display: flex;
    align-items: center;
    gap: 17px;
}
.icon-box.style18 .icon i {
    display: inline-block;
    border: 1px solid #8851FF;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    text-align: center;
    line-height: 64px;
    font-size: 24px;
    color: #8851FF;
}
.icon-box.style18 h1.title {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 0;
    color: #616161;
}

.icon-box.style18 p.description {
    font-weight: 500;
    font-size: 18px;
    margin: 4px 0 0;
    color: #13140E;
}





/*blog Stlye Four*/
.post-item.style4 {
    border: 1px solid #13140E1A;
    background: #fff;
    border-radius: 12px;
    padding: 20px 19px 32px;
    margin-bottom: 19px;
}
.post-item.style4 .single_blog_post_content a {
    display: inline-block;
    font-family: Inter;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #140D24;
}
.post-item.style4 .single_blog_post_content a:hover{
    color:#8851FF;
    
} 
.post-item.style4 .meta {
    display: flex;
    align-items: center;
    gap: 55px;
}
.post-item.style4 .post-thumb {
    line-height: 0;
    margin-bottom: 18px;
}
.post-item.style4 .single_blog_post_content {
    padding-left: 8px;
}
.post-item.style4 .user_author a {
    display: inline-block;
    font-weight: 400;
    font-size: 16px !important;
    text-transform: capitalize;
    position:relative;
}
.post-item.style4 .user_author a:before {
    position: absolute;
    content: "";
    width: 46px;
    height: 1px;
    right: -49px;
    top: 15px;
    background: #616161;
}
.post-item.style4 .blog_btn a {
    font-weight: 500;
    font-size: 16px !important;
    display: inline-block;
    color: #140D24;
    border: 1px solid #140d245c;
    padding: 4px 19px;
    border-radius: 30px;
    margin-top: 21px;
    padding-right: 11px;
    position:relative;
    z-index:1;
}
.post-item.style4:hover .blog_btn a{
    color:#fff;
} 
.post-item.style4 .blog_btn a::before{
    position:absolute;
    content:"";
    width:0%;
    height:100%;
    left:50%;
    top:0;
    background:#8851FF;
    z-index:-1;
    border-radius:30px;
    transition:0.5s;
}
.post-item.style4:hover .blog_btn a::before{
    width:100%;
    left:0;
}
.post-item.style4 .blog_btn i {
    display: inline-block;
    background: #8851FF;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    transform: rotate(-45deg);
    position: relative;
    left: 6px;
    transition:0.5s;
}
.post-item.style4:hover .blog_btn i{
    background:#fff;
    color:#8851FF;
}
.post-item.style4 .date {
    font-weight: 400;
    font-size: 16px;
    color: #140D24;
}


/*list stlye 15*/
ul.item-list.style15 li {
    display: inline-block;
}

ul.item-list.style15 li a {
    display: inline-block;
    border: 1px solid #140D241A;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    color: #140D24;
    padding: 1px 21px;
    border-radius: 30px;
    margin-right: 7px;
}


/*list stlye 16*/
ul.item-list.style16 li {
    padding-bottom: 19px;
    display: flex;
    align-items: center;
    list-style: none;
    gap: 9px;
    border-bottom: 1px solid #140D241A;
    margin-bottom: 16px;
}
ul.item-list.style16 li .icon img {
    position: relative;
    top: 3px;
}
ul.item-list.style16 li strong {
    color: #140D24;
    font-weight: 500;
}



.apps-boulder-area {
    padding: 30px 0;
    overflow: hidden;
}
.apps-boulder-wrap {
    position: relative;
    width: 425px;
    height: 450px;
    margin-left: auto;
}
/* ALL CARD */
.apps-boulder-card {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    padding: 25px;
    border-radius: 35px;
    border: 1px solid #d9d9d9;
    background: #F0F2F7;
    transition: 0.4s;
    overflow: hidden;
    position: relative;
    width: 425px;
    height: 450px;
    margin-left: auto; 
}
/* CARD POSITION */
/*.apps-boulder-card:nth-child(1) {*/
/*    top: 0px;*/
/*    left: 0;*/
/*    z-index: 3;*/
/*}*/

/*.apps-boulder-card:nth-child(2) {*/
/*    top: -20px;*/
/*    left: -30px;*/
/*    z-index: 2;*/
/*    background: #fff;*/
/*}*/

/*.apps-boulder-card:nth-child(3) {*/
/*    top: -20px;*/
/*    left: -60px;*/
/*    z-index: 1;*/
/*}*/

/* ICON */
.apps-boulder-card .apps-boulder-icon{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #d8f25c;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* NUMBER */
.apps-boulder-card .service-box-number {
    position: absolute;
    top: 35px;
    right: 40px;
    font-size: 96px;
    font-weight: 700;
    line-height: 1;
    color: #DADCE0;
    font-family: Inter;
    font-weight: 600;
    font-size: 80px;
}

/* TITLE */
.apps-boulder-card h2.title {
    margin-top: 142px;
    margin-bottom: 12px;
    font-family: Inter;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
}

/* TEXT */
.apps-boulder-card .description {
    margin-bottom: 14px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
/* BUTTON */
.apps-boulder-card .apps-boulder-btn{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 30px;
    border-radius: 60px;
    background: #111;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
}
.apps-boulder-card .service-details-button a {
    display: inline-block;
    padding: 3px 22px;
    border: 1px solid#13140E;
    border-radius: 30px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    transition: .5s;
    margin-top: 15px;
    background: #13140E;
}
.apps-boulder-card:hover .service-details-button a{
    background:#D4F772;
    color:#fff;
    border-color:#D4F772;
}

.apps-boulder-card .service-details-button a i {
    display: inline-block;
    font-weight: 600;
    transform: rotate(-45deg);
    margin-left: 5px;
}



.apps-boulder-btn span{
    font-size: 18px;
}

.card_box .owl-dots {
    display: flex;
    justify-content: center;
    margin-left:113px;
    margin-top:19px;
}
.card_box button.owl-dot {
    height: 14px;
    width: 14px;
    border: 1px solid#D4F772!important;
    border-radius: 100%;
    margin: 0 4px;
}
.card_box button.owl-dot.active {
    background:#D4F772!important;
}





