.tj-project-7-area {
  background: var(--tj-h3-bg);
  padding: 120px 0 120px;
  position: relative;
  z-index: 1;
}
.section-header.style-7 .subtitle span {
    display: inline-block;
    color: #ea1826;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border: 1px solid rgba(129, 76, 236, 0.2);
    border-radius: 50px;
    padding: 5px 12px;
    margin-bottom: 25px;
}
.title.tj_title_anim{
    color: #3d090c;
    font-size: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-project-7-area {
    padding: 100px 0 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-project-7-area {
    padding: 80px 0 80px;
  }
}
.tj-project-7-area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 650px;
  height: 550px;
  border-radius: 50%;
  background: linear-gradient(260deg, var(--tj-theme-primary) 0%, rgba(115, 67, 210, 0.1) 100%);
  -webkit-filter: blur(150px);
          filter: blur(150px);
  opacity: 0.6;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tj-project-7-section-wrapper {
  max-width: 475px;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-project-7-section-wrapper {
    margin: 0;
  }
}
.tj-project-7-wrappper {
  padding-top: 250px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-project-7-wrappper {
    padding-top: 0;
  }
}
.tj-project-7-item {
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-project-7-item:nth-child(2) {
    margin-top: 0;
  }
}
 .tj-project-7-item-inner{
    background: #f6f3fc;
}
.tj-project-7-item-inner {
  padding: 35px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/*.tj-project-7-item-inner:hover {*/
/*  background: #3d090c;*/
/*}*/
/*.tj-project-7-item-inner:hover:hover .tj-project-7-icon::before {*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*}*/
/*.tj-project-7-item-inner:hover:hover .tj-project-7-icon span::before {*/
/*  visibility: visible;*/
/*  opacity: 1;*/
/*}*/
.tj-project-7-item-inner:hover:hover .tj-project-7-icon .icon_box .icon_first {
  -webkit-transform: translateX(150%);
      -ms-transform: translateX(150%);
          transform: translateX(150%);
}
.tj-project-7-item-inner:hover:hover .tj-project-7-icon .icon_box .icon_second {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.tj-project-7-item a {
  text-decoration: none;
}
.tj-project-7-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
/*@media only screen and (min-width: 992px) and (max-width: 1199px) {*/
/*  .tj-project-7-content-inner {*/
/*    max-width: 250px;*/
/*    width: 100%;*/
/*  }*/
/*}*/
.tj-project-7-thumb {
  margin-bottom: 30px;
}
.tj-project-7-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.tj-project-7-title {
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tj-project-7-title a {
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-project-7-title a:hover {
  color: var(--tj-theme-primary);
}
.tj-project-7-paragraph {
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.6);
}
.tj-project-7-paragraph p{
    color: #000;
}
.tj-project-7-paragraph p:last-child {
  margin-bottom: 0;
}

.tj-project-7-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 25px;
  border-radius: 50%;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}
.tj-project-7-icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(-10deg, #3d090c 0%, #ea1826 100%);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}
.tj-project-7-icon .icon_box {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  padding: 0 4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.tj-project-7-icon .icon_box .icon_first,
.tj-project-7-icon .icon_box .icon_second {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #fff;
}
.tj-project-7-icon .icon_box .icon_second {
  position: absolute;
  -webkit-transform: translateX(-150%);
      -ms-transform: translateX(-150%);
          transform: translateX(-150%);
}

.project-7-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.project-7-wrapper .tj-project-7-item {
  max-width: 550px;
  width: 100%;
}
.project-7-wrapper .tj-project-7-item:nth-child(even) {
  margin-top: -510px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-7-wrapper .tj-project-7-item {
    max-width: 540px;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-7-wrapper .tj-project-7-item {
    max-width: 450px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-7-wrapper .tj-project-7-item {
    max-width: 330px;
    width: 100%;
  }
  .project-7-wrapper .tj-project-7-item .tj-project-7-item-inner {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-7-wrapper .tj-project-7-item {
    max-width: 100%;
  }
  .project-7-wrapper .tj-project-7-item:nth-child(even) {
    margin-top: 0px;
  }
  .project-7-wrapper .tj-project-7-item .tj-project-7-item-inner {
    padding: 30px 20px;
  }
}

/* !END: Project CSS */
