.services-top > .container {
  height: 690px;
  color: white;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
  background-position: center;
  background-repeat: no-repeat; }

.services-top > .container > div {
  width: 45%;
  min-width: 400px; }

.services-top h2 {
  margin-bottom: 8px; }

.image-srv img {
  width: 521px;
  height: 488px; }

.image-srv img {
  object-fit: contain; }

.stacks-flex {
  margin: 24px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.techimg {
  margin: 16px; }

.techimg img {
  width: 80px;
  height: 80px;
  object-fit: contain; }

/* timneline */
.container-timeline {
  position: relative; }

.container-timeline .h6 {
  margin-bottom: 10px; }

.container-timeline ul {
  display: flex;
  justify-content: center;
  padding-left: 30px;
  padding-top: 50px; }

.fw-bold span {
  color: #6000b8;
  font-size: 24px;
  font-weight: bold; }

.container-timeline ul li {
  flex: 1;
  padding: 50px 4em 0 0;
  position: relative;
  color: #4e4e4e;
  border-top: 4px dotted #b2b2b2; }

.container-timeline ul li:last-child {
  border: 0; }

.container-timeline ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -13px;
  border-radius: 50px;
  background: #6000b8;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 41px; }

.container-timeline ul li:nth-child(1)::before {
  background-color: #debaff; }

.container-timeline ul li:nth-child(2)::before {
  background-color: #b86aff; }

.container-timeline ul li:nth-child(3)::before {
  background-color: #9726ff; }

.container-timeline ul li:nth-child(4)::before {
  background-color: #7f00f3; }

.container-timeline ul li:nth-child(5)::before {
  background-color: #6000b8; }

.project-item {
  margin: 20px;
  width: 448px;
  height: 502px;
  background: #f9f9f9 0% 0% no-repeat padding-box;
  position: relative; }

.project-item:hover {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 40px #baccff52; }

.project-item > img {
  width: 100%;
  height: 50%; }

.pt-content {
  padding: 24px;
  height: 50%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.pt-content h4 {
  margin-bottom: 8px;
  font: normal normal bold 24px/44px Poppins;
  color: #212529; }

.pt-content p {
  margin-bottom: 24px;
  font: normal normal normal 16px/24px Poppins;
  color: #747474; }

.slick-arrow {
  position: absolute;
  top: unset !important;
  left: unset !important;
  bottom: -80px !important;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: white;
  border: 1px solid #ddd;
  border-radius: unset; }

.slick-arrow::before {
  color: black;
  background-color: white; }

.slick-prev {
  right: 80px !important; }

.slick-next {
  right: 40px !important; }

@media screen and (max-width: 1400px) {
  .projects-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: unset; }
  .project {
    padding: 10px; }
  .img-project img {
    width: 100px; }
  .content-project {
    padding: 0 10px; }
  .content-project h3 {
    margin-bottom: 10px;
    font-size: 20px; }
  .content-project p {
    margin-bottom: 10px;
    font-size: 16px; } }

@media screen and (max-width: 800px) {
  .services-top > .container > div {
    width: 100%;
    min-width: 300px; }
  .image-srv img {
    width: 100%;
    height: 288px; }
  .container-timeline ul {
    display: inline-block;
    padding-top: 0;
    padding-left: 10px; }
  .container-timeline ul li {
    border-top: none;
    border-left: 4px solid #b2b2b2;
    padding: 0 0 30px 40px; }
  .container-timeline ul li::before {
    left: -13px;
    top: 0px; }
  .fw-bold span {
    font-size: 20px; }
  .container-timeline ul li {
    margin: 0;
    font-size: 16px; }
  .pt-content {
    transform: translateY(0);
    opacity: 1; }
  .services-top > div {
    padding: 0 16px;
    width: 100%;
    min-width: unset; }
  .image-srv {
    height: 300px; }
  .techimg img {
    width: 40px;
    height: 40px;
    object-fit: contain; }
  /* recent projects */
  .carousel-cell {
    margin: 0 8px;
    width: 300px;
    height: 300px; }
  .container-timeline ul {
    display: inline-block;
    padding-top: 0;
    padding-left: 10px; }
  .container-timeline ul li {
    margin: 0;
    border-top: none;
    border-left: 4px solid #b2b2b2;
    padding: 0 0 30px 40px; }
  .container-timeline ul li::before {
    left: -13px;
    top: 0px; }
  .fw-bold span {
    font-size: 20px; }
  .container-timeline ul li {
    font-size: 16px; }
  .pt-content {
    transform: translateY(0);
    opacity: 1; }
  .carousel-cell::after {
    opacity: 0.6; }
  .slick-arrow {
    display: none !important; }
  .project-item {
    margin: 20px;
    width: 300px;
    height: 450px;
    background: #f9f9f9 0% 0% no-repeat padding-box;
    position: relative; }
  .project-item:hover {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 40px #baccff52; }
  .project-item > img {
    width: 100%;
    height: 50%; }
  .pt-content {
    padding: 24px;
    height: 50%;
    color: white; }
  .pt-content h4 {
    margin-bottom: 8px;
    font: normal normal bold 20px/44px Poppins;
    color: #212529; }
  .pt-content p {
    margin-bottom: 24px;
    font: normal normal normal 16px/24px Poppins;
    color: #747474; } }

@media screen and (min-width: 1200px) {
  .container-timeline p {
    transform: translateX(-50px); }
  .container-timeline ul li {
    transform: translateX(50px); } }
