* {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins";
}
html,
body {
  /* height: 100%; */
  size: 10px;
}

/* Services Section */
.services_section {
  position: relative;
  background: url(/img/services_back.webp) no-repeat center center;
  background-size: cover;
  height: 100%;
  align-content: center;
}

.services_section .content {
  position: relative;
  z-index: 1;
  padding: 20px;
}

.services_section::before {
  content: "";
  position: absolute;
  width: 100%;
  /* height: 100%; */
  z-index: 0;
}
.services_section h3 {
  font-size: 2rem;
  font-weight: 400;
  background: linear-gradient(90deg, #1c2260 0%, #3a46c6 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.services_norm_text {
  color: white;
  -webkit-text-stroke-width: 0.8px;
  -webkit-text-stroke-color: #1c2260;
}
.services_blue_text {
  color: #1c2260;
}
.content {
  margin-left: 5rem;
  width: 35rem;
  text-align: left;
}
.content p {
  margin-top: 1rem;
  width: 27rem;
  font-size: 1.5rem;
  color: #606060;
}
.services_section h1 {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 4.5rem;

}

/* Services Provide Section Style  */
/* .services_provide_Section {
  height: 100%;
  margin-bottom: 50px;
} */
.services_provide_Section h3 {
  margin: 2rem 0rem;
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  background: linear-gradient(90deg, #c4281b 0%, #3a46c6 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.grid-container {
  display: grid;
  justify-content: center;
  grid-template-columns: 32rem 32rem;
  column-gap: 50px;
  padding: 1rem;
}
.grid-item {
  margin-right: 1rem;
  border-bottom: 2px solid #ddd;
  padding: 1rem;
  font-size: 3rem;
  text-align: left;
}

.blue_text {
  font-size: 1.2rem;
  width: 2.5rem;
  height: 2.5rem; 
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; 
  border-radius: 50%;
  border: 3.81px solid #1c2260;
  color: #1c2260;
  box-shadow: 0px 3.05px 3.05px 0px #00000040;
  text-align: center; 
  line-height: 1.5rem; 
}

.red_text {
  font-size: 1.2rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  border: 3.81px solid #c4281b;
  color: #c4281b;
  box-shadow: 0px 3.05px 3.05px 0px #00000040;
  text-align: center;
  line-height: 1.5rem;
}
.blue_color {
  color: #1c2260;
}
.red_color {
  color: #c4281b;
}
.grid-item h5 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}
.grid-item h6 {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
  color: #646464;
}

/* Responsive */
@media (max-width: 998px) {
  html {
    font-size: 55%;
  }
  /* Header Responsive */
  header {
    height: 6rem;
  }
  .nav_btn button {
    display: none;
  }
  .logo {
    height: 5rem;
  }
  .menu-container {
    display: none;
    flex-direction: column;
    width: 100%;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 1;
    border-top: 1px solid #ccc;
  }
  .menu-container.active {
    height: 240px;
    display: flex;
    top: 40px;
  }
  .menu-container a {
    padding: 5px;
    font-size: 2.2rem;
  }
  #menus {
    flex-direction: column;
    width: 100%;
  }
  #menus a {
    padding: 1rem;
    font-size: 1.5rem;
  }
  .hamburger {
    display: block;
    cursor: pointer;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .services_section {
    height: 50vh;
  }
  .services_provide_Section {
    height: 100%;
  }
  .services_provide_Section h3 {
    font-size: 3.5rem;
  }

  .grid-container {
    display: grid;
    justify-content: center;
    grid-template-columns: 50rem;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 45%;
  }
  .menu-container {
    display: none;
    flex-direction: column;
    width: 100%;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 1;
    border-top: 1px solid #ccc;
  }
  .menu-container.active {
    display: flex;
  }
  #menus {
    flex-direction: column;
    width: 100%;
  }
  #menus a {
    padding: 1rem;
    font-size: 1.5rem;
  }
  .menu-toggle {
    display: block;
  }

  /* Header Section Responsive */

  .services_section {
    height: 100%;
  }
  .content {
    margin-left: 0rem;
  }


  .services_provide_Section {
    height: 980px;
}
  .grid-container {
    display: grid;
    justify-content: center;
    grid-template-columns: 40rem;
  }
  .grid-item h5 {
    font-size: 2rem;
  }
  .grid-item h6 {
    font-size: 1.5rem;

  }
  .blue_text {
    font-size: 2rem;
    width: 3.5rem;
    height: 3.5rem;
  }
  .red_text {
    font-size: 2rem;
    width: 3.5rem;
    height: 3.5rem;
  }
  .services_section h3 {
    font-size: 2rem;
  }
  .services_section h1 {
    font-size: 4rem;
  }
  .content p {
    font-size: 1.5rem;
  }

}

@media(min-width:1024px){
.services_section .content {
  top: 40px;
  position: relative;
  z-index: 1;
  padding: 20px;
}
/* .services_provide_Section {
  height: 100%;
  margin-bottom: 75px;
} */
}