/* /////process css/// */


.wordpress-box{
    overflow: hidden;
    position: relative;
    background-color: transparent;
    border-radius: 24px;
    margin-bottom: 30px;
}
.wordpress-box .box-wrapper{
    backdrop-filter: blur(1px);
    border-radius: 24px;
    height: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    overflow: hidden;
    /* box-shadow: 5px 8px 15px #fb0e3d21; */
    background-color: #f6f6f6;
}
.wordpress-box  .box-wrapper img{
    filter: brightness(1) invert(0);
    height: 70px;
    transform: scale(1);
    transition: .5s all;
    z-index: 999;
}
.wordpress-box  .box-wrapper svg {
/*    filter: brightness(1) invert(0);*/
    height: 70px;
    transform: scale(1);
    transition: .5s all;
    z-index: 999;
}

.wordpress-box:hover img, .wordpress-box:hover svg {
    transform: scale(1.15);
    filter: brightness(0) invert(0);
}
.wordpress-box .content{
    padding: 0 6px;
    text-align: center;
    
}
.wordpress-box .content h5{
    font-size: 18px;
    padding: 0 15px;
}

.wordpress-box .patern-layer {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 140px;
    z-index: 9;
    border-radius: 0 24px 0 0;
    transform: translateX(100px);
    background-repeat: no-repeat;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.wordpress-box:hover .patern-layer{
    transform: translateX(0);
    transition-delay: .4s;
}



.process-item {
  border-right: 1px solid #ccc9c9;
  padding: 20px 20px 10px 20px;
  height: 100%;
  border-bottom: 1px solid #ccc9c9;
}

.process-item.last {
  border-right: none;
}

.process-item .process-image {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  min-height: 88px;
}

.process-item .process-image img {
  width: 80px;
}

.process-item .process-image h4 {
  font-size: 24px;
  text-align: end;
}

.process-item .content {
  color: #000;
  padding-top: 20px;
  font-size: 15px;
}

.process-item .content ul {
  list-style: none;
  padding-left: 0;
}
.process-item .content ul li {
  display: flex;
  align-items: flex-start;
  padding: 3px 0;
}
.process-item .content ul li img {
  width: 13px;
  margin-right: 14px;
  margin-top: 5px;
  transform: rotate(45deg);
}

.application-item {
  display: flex;
  justify-content: space-between;
  background-color: #141414;
  align-items: center;
  border-radius: 20px;
}
.process1 .col-lg-3 {
  padding: 0;
}

/* ////accor/// */

.ac-new div#accordionFlushExample {
    --bs-accordion-bg: #ffffff00;
}

.ac-new .accordion{
    margin-top: 20px;
}
.ac-new p {
    font-size: 16px!important;
    padding-left: 0px!important;
    color: #fff!important;
}

.ac-new .accordion-button {
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
       padding: 25px 5px;
}


.ac-new .accordion-item {
    border-bottom: 1px solid #ffffff7a;
    margin-bottom: 10px;
}

.ac-new .accordion-body {
    padding: 7px 6px;
}


.ac-new .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color) !important;
    background-color: #f4f4f400;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}


.ac-new .accordion-button {
    color: #fff;
    background-color: #f4f4f400;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

@media screen and (min-width: 1380px) and (max-width: 1439px) {
    .portfolio__service-item {
        padding: 37px!important;
        margin-bottom: 20px;
        height: 335px;
    }
}


.portfolio__service-item:hover p {
    color:#fff;
}

.wordpress-item p{
    color:#000;
}


h3.ps-title {
    font-size: 18px !important;
    
}


.mar-codenextjs{
margin-top: 60px;
}

/* ////////case study//// */
.case_item {
  background-color: #f8f8f8;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.case_item:hover * {
  color: #000 !important;
}
.case_item .case_image {
  height: 250px;
}

.case_item .case_image video {
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.case_item .case_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}

.case_content {
  padding: 20px 20px;
}

.case_content .category ul {
  padding-left: 0;
  display: flex;
}

.case_content .category ul li {
  list-style: none;
  margin: 0 5px;
  padding: 3px 10px;
  font-size: 13px;
  background-color: #fb0e3d17;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
}

.case_item .brandImg {
  width: auto;
  height: 40px;
  object-fit: contain;
  margin-bottom: 10px;
}

.case_content h3 {
  font-size: 20px;
  cursor: pointer;
}

.case-study-breadcrumb {
  height: 80vh;
  padding: 10% 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


/* ////// */


/*Why Choose*/
/***********/

.why_us-img.relative {
  position: relative;
  width: 100%;
  height: 530px;
  overflow: hidden;
}

.why_us-img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotate(0deg) translateX(-100px);
  transform: rotate(0deg) translateX(-100px);
  max-width: 266px;
}

.why_us-img picture.active img {
  opacity: 1;
  -webkit-transform: rotate(15deg) translateX(60px) translateY(30px);
  transform: rotate(15deg) translateX(60px) translateY(30px);
}

.why_us-img span {
  position: absolute;
  width: 175px;
  height: 70px;
  background-color: var(--theme-pink);
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-26deg) translate(-100%, -100%);
  transform: rotate(-26deg) translate(-100%, -100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  z-index: 1;
}

.why_us-img span.current {
  -webkit-transform: rotate(-26deg) translate(120px, -100%);
  transform: rotate(-26deg) translate(120px, -100%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__img {
    max-width: 260px;
  }
}

.sec_title.large_text {
  font-size: 72px;
}

.sm-text-continer {
  width: auto;
  position: relative;
  margin-left: 24%;
  margin-top: 20px;
}

.with_line {
  position: absolute;
  width: 150px;
  background: #000;
  height: 0.5px;
  top: 12px;
  left: -180px;
}

.small-text {
  opacity: 0.8;
}

.list-styled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.w-list-item {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #dcdcdc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.w-list-item * {
  flex: 0 0 auto;
}

.w-list-item span.point-num {
  width: 80px;
  display: block;
  font-size: 25px;
  font-weight: 600;
  transition: all 0.3s;
}

.w-list-item img {
  height: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
}

.w-list-item h3 {
  font-size: 25px;
  padding-right: 30px;
  width: 40%;
  transition: all 0.3s;
}

.point_list li.active .w-list-item h3,
.point_list li.active .w-list-item span.point-num {
  color: var(--theme-pink);
}

.point_list li.active .w-list-item img {
  opacity: 0.06;
}

.w-list-item .list_point {
  width: calc(60% - 0px);
}

.list-styled ul li span {
  font-size: 20px;
  font-weight: 600;
  margin-right: 6px;
}

.list_point ul li {
  display: flex;
}

.list_point ul li p {
  width: 95%;
}

.list-styled ul li span {
  font-size: 20px;
  font-weight: 600;
  margin-right: 12px;
  margin-top: -5px;
}

.important-feature ul {
  padding-left: 0;
}

.important-feature ul li {
  text-decoration: none;
  list-style: none;
  padding: 8px 0;
  color: #fff;
  display: flex;
  font-size: 18px;
}

.important-feature ul li a {
  color: #fb0e3f;
}

.important-feature ul li img {
  height: 13px;
  transform: rotate(45deg);
  margin-right: 10px;
  filter: brightness(0);
  margin-top: 8px;
}

.box_design2 {
  padding: 35px;
  height: 100%;
  background: #fff;
}

.box_design2.border-btm {
  border-bottom: 1px solid #a3a3a3;
}

.box_design2.border-sides {
  border-left: 1px solid #a3a3a3;
  border-right: 1px solid #a3a3a3;
}

.box_design2 h3 span {
  position: relative;
  padding-left: 50px;
  transition: all 0.3s linear;
}

.box_design2 h3 span:before {
  content: "";
  transition: all 0.3s linear;
  width: 40px;
  height: 1px;
  background: var(--theme-pink);
  position: absolute;
  top: 50%;
  left: 0;
}

.box_design2:hover {
  background: #f8f8f8;
}

.box_design2:hover h3 span {
  padding-left: 0px;
}

.box_design2:hover h3 span:before {
  width: 0px;
}


