body {
  font-family: "Roboto", sans-serif !important;
}

.header_container {
  max-width: 100%;
}

.custom_container {
  max-width: 1300px;
}

.nav li {
  position: relative;
  cursor: pointer;
}

.nav li p::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #184374;
  width: 0;
  left: 10%;
  bottom: 0;
  margin: 0 25px;
  transition: all 0.5s ease-in-out;
}

.link_active::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #184374;
  width: 80%;
  left: 10%;
  bottom: 0;
  margin: 0 0;
  transition: all 0.5s ease-in-out;
}

.nav li p:hover::after {
  width: 80%;
  margin: 0 0;
}

.card-svg {
  position: relative;
  box-shadow: 0px 0px 23px 22px rgba(217, 231, 250, 1);
  -webkit-box-shadow: 0px 0px 23px 22px rgba(217, 231, 250, 1);
  -moz-box-shadow: 0px 0px 23px 22px rgba(217, 231, 250, 1);
}

.card-svg::before {
  content: "";
  height: 15px;
  width: 20px;
  background-color: white;
  position: absolute;
  right: 20px;
  top: -15px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

#banner-svg {
  position: relative;
}

.anim {
  position: relative;
  height: 70vh;
}

.anim .first-anim {
  position: absolute;
  right: 375px;
  top: 200px;
  z-index: 10;
}

.anim .second-anim {
  position: absolute;
  right: 170px;
  top: 76px;
  z-index: 10;
}

.anim .second-anim img {
  position: absolute;
  right: 67px;
  top: -13px;
}

.anim .third-anim {
  position: absolute;
  right: -51px;
  top: 200px;
  z-index: 10;
}

.anim .third-anim img {
  position: absolute;
  right: 69px;
  top: -13px;
}

.anim .banner-text-section {
  position: absolute;
  left: 180px;
  top: 20%;
  z-index: 10;
  width: 500px;
  height: 200px;
}

.anim .first-anim img {
  position: absolute;
  left: -90px;
  top: -114px;
  height: 110px;
  width: 183px;
}

#drawing-line {
  position: absolute;
  z-index: 1;
  left: 385px;
  /* width: 355px; */
  top: 290px;
}

#drawing-line path {
  stroke-dasharray: 700;
}

.anim-elements,
#drawingLine {
  display: none;
}

.anim-elements tspan {
}

.grid-item:hover {
  box-shadow: 0px 0px 23px 22px rgba(217, 231, 250, 1);
  -webkit-box-shadow: 0px 0px 23px 22px rgba(217, 231, 250, 1);
  -moz-box-shadow: 0px 0px 23px 22px rgba(217, 231, 250, 1);
  transition: all 0.5s ease-in-out;
}

.team_img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
}


@keyframes orbit {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  #secondpath,
  .anim .second-anim img,
  .anim .third-anim,
  #drawing-line,
  #talk_popup,
  .main_box,
  .contact_img {
    display: none !important;
  }

  .anim .banner-text-section {
    left: unset;
    width: unset;
    height: unset;
    margin: 0 16px;
  }

  .about_content,
  .contact_us-div,
  .companies_trust-div {
    /* display: block !important; */
  }

  .companies_trust-div .text-5xl {
    font-size: 2rem;
  }

  .cashgate-video {
    margin-top: 40px;
  }

  .companies_trust-div {
    padding: 0 3rem !important;
  }

  .section_two,
  .section_three {
    margin-top: 2rem !important;
  }

  .our_help,
  .section_three .service_title {
    font-size: 2rem;
    text-wrap: wrap;
  }

  .lets_contact,
  .contact_us-div {
    position: relative;
  }

  .contact_us-div form {
    margin: 30px auto;
  }

  .about_title {
    display: flex;
    gap: 5px;
    margin: 0 16px;
    width: max-content;
    padding: 20px 50px;
  }

  .about_desc_h {
    margin: 40px 16px;
    float: inline-start;
  }

  .aboutus-img {
    margin: 30px 0;
  }

  .main_boilerplate {
    overflow: hidden;
  }
}
