.services {
  padding: 80px 20px;
  background: #fbf4f0a3;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.services:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f0f0f3;
}

.services .container {
  position: relative;
  z-index: 10;
}

.services .section-title {
  font-size: 40px;
  margin-bottom: 6px;
}

.services .services-head {
  margin-bottom: 50px;
  width: 50%;
  margin: auto;
}

.services .circle-area {
  position: relative;
    width: 470px;
    height: 470px;
  margin: auto;
}

.services .circle-area::before {
  content: "";
  position: absolute;
  left: 0%;
  width: 100%;
  height: 100%;
  border: 2px dashed #1a1c23;
  border-radius: 50%;
}

.services .center-img {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.services .center-img img {
  width: 100%;
}

.services .item {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
}

.services .icon {
  width: 60px;
  height: 60px;
  background: #f0f0f3;
  /* border: 1px solid #000; */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 6px 6px 12px #d1d9e6, -6px -6px 12px #fff;
}

.services .icon img {
  width: 30px;
}

.services .text h4 {
  margin: 0;
  font-size: 21px;
  font-weight: 600;
  padding-bottom: 10px;
}

.services .text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.services .left {
  flex-direction: row-reverse;
  text-align: right;
}

.services .right {
  text-align: left;
}

.services .item1 {
  top: 40px;
  left: -140px;
}

.services .item2 {
  top: 185px;
  left: -160px;
}

.services .item3 {
  bottom: 40px;
  left: -140px;
}

.services .item4 {
  top: 40px;
  right: -140px;
}

.services .item5 {
  top: 191px;
  right: -160px;

}

.services .item6 {
  bottom: 40px;
  right: -120px;

}

.text2 {
  background-color: #001938;
  border-radius: 10px;
  padding: 10px;
  box-shadow: rgb(0 0 0 / 21%) 2.4px -0.6px 1.2px;
  background: linear-gradient(93deg, rgb(29 47 55 / 0%) 5%, #ffffff 100%);
}

/* 
.text2 p {
  color: #16024e !important;
}

.services .text5 p {
  color: #16024e !important;
} */

.text5 {
  background-color: #001938;
  border-radius: 10px;
  padding: 10px;
  box-shadow: rgb(0 0 0 / 21%) -0.6px 0.4px 2.2px;
  background: linear-gradient(274deg, rgb(29 47 55 / 0%) 5%, #ffffff 100%);
}

.text2 h4 {
  color: #6b6663 !important;
}

.text5 h4 {
  color: #6b6663 !important;
}



.services .item {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 42px;
  width: 300px;
}

.services .text {
  max-width: 200px;
}

.services .item1 {
  top: 0%;
  left: 50%;
  transform: translate(-145%, 0);
}

.services .item2 {
  top: 50%;
  left: 50px;
  transform: translate(-110%, -50%);
}

.services .item3 {
  bottom: 0%;
  left: 50%;
  transform: translate(-150%, 0);
}

.services .item4 {
  top: 0%;
  right: 50%;
  transform: translate(145%, 0);
}

.services .item5 {
  top: 50%;
  right: 50px;
  transform: translate(110%, -50%);
}

.services .item6 {
  bottom: 0%;
  right: 50%;
  transform: translate(150%, 0);
}

.services .top-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  z-index: 0;
}

.services .top-shape img {
  width: 100%;
  animation: floatMove 6s ease-in-out infinite;
  opacity: 0.7;
}


.services .center-img video {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 25px rgba(0, 255, 200, 0.3);
}

.services .center-img {
  position: relative;
}


.services-head h1 {
  text-align: center;
  position: relative;
  font-size: 32px;
}

.services-head p {
  font-size: 17px;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 30px;
}

/* .services-head h1::before {
  content: "";
  position: absolute;
  left: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 108px;
  height: 3px;
  background-color: #293748;
  border-radius: 2px;
} */

@media(max-width: 768px) {
  .services .circle-area {
    width: 300px;
    height: 300px;
  }

  .services .item {
    position: static;
    flex-direction: column;
    text-align: center;
    margin: 20px 0;
  }

  .services .item5 {
    top: 150px;
    right: -170px;
    object-fit: cover;
    border-radius: 50%;
    border-style: dashed;
  }
}

@media (max-width: 768px) {
.services {
    padding: 40px 0px;
}

  .services .services-head {
    width: 100%;
  }

  .services-head h1 {
    font-size: 26px;
  }

  .services-head h1::before {
    display: none;
  }

  .services-head p {
    font-size: 16px;
  }

  .services .circle-area {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 16px; */
  }

  .services .circle-area::before {
    display: none;
  }

  .services .center-img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    height: 220px;
    margin: 0 auto 20px;
    order: -1;
  }

  .services .center-img video {
    width: 220px;
    height: 220px;
  }

  .services .item {
    position: static;
    transform: none;
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    text-align: left;
    gap: 14px;
    background: #ffffff;
    border-radius: 12px;
    padding: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  }

  .services .left {
    flex-direction: row;
    text-align: left;
  }

  .services .icon {
    min-width: 52px;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
  }

  .services .text,
  .services .text2,
  .services .text5 {
    background: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    max-width: 100%;
  }

  .services .text h4,
  .services .text2 h4,
  .services .text5 h4 {
    font-size: 16px;
    color: #f45100 !important;
  }

  .services .text p,
  .services .text2 p,
  .services .text5 p {
    font-size: 14px;
    color: #444 !important;
  }

  .services .dot {
    display: none;
  }
}
@media (min-width:425px) and (max-height:665px) {
    .services .center-img {
        height: 328px;
    }
}
@media (min-width:760px) and (max-height:665px) {
    .services .center-img {
               height: 280px;
        width: 48%;

    }
}
@media (min-width:1200px) and (max-width:1399px) {
  .services-head h1 {
    font-size: 28px;
  }

  .services-head h1::before {
    left: -7%;
    top: 50%;
    width: 91px;
    height: 2px;
  }

  .services-head p {
    font-size: 14px;
  }

  .services .circle-area {
    position: relative;
    width: 400px;
    height: 400px;
    margin: auto;
  }

  .services .center-img {
    width: 350px;
    height: 350px;
  }

  .services .icon img {
    width: 27px;
  }

  .services .icon {
    width: 55px;
    height: 55px;
  }

  .services .text h4 {
    font-size: 16px;
  }

  .services .text p {
    font-size: 13px;
  }

  .services .item3 {
    bottom: 3%;
    left: 55%;
  }

  .services .item6 {
    bottom: 0%;
    right: 55%;
  }

  .services .item1 {
    top: 0%;
    left: 54%;
  }

  .services .item4 {
    top: 0%;
    right: 54%;
  }
}

@media (min-width:1400px) and (max-width:1500px) {
  .services-head h1::before {
    left: -1%;
  }
  .services-head h1{
    font-size: 30px;
  }
  .services-head p {
    font-size: 15px;
}
.services .text h4{
  font-size: 20px;
}
.services .text p {
    font-size: 13px;
}
.services .circle-area {
    width: 450px;
    height: 440px;
}
.services .center-img {
    width: 400px;
    height: 400px;
}
}

@media (min-width:1700px) and (max-width:1900px) {
  .services-head h1::before {
    left: -7%;
  }
}

@media (min-width:1901px) and (max-width:3000px) {
  .services-head h1 {
    font-size: 42px;
  }

  .services-head h1::before {
    left: 0%;
  }

  .services-head p {
    font-size: 22px;
  }

  .services .text h4 {
    font-size: 25px;
  }

  .services .text p {
    font-size: 18px;
  }

  .services .circle-area {
    width: 570px;
    height: 570px;

  }

  .services .item {
    width: 345px;
  }

  .services .center-img {
    width: 500px;
  }

  .services .text {
    max-width: 250px;
  }
  .services .services-head {
    padding-bottom: 50px;
}
}