/* ////////////////////// */
/* .service why choose  */

.service_why {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 10px;
  /* background-color: var(--color-pink); */
  background: linear-gradient(to top left, #011f53, #81382a);
  border-radius: 30px;
  padding: 30px 30px;
  color: white;
  width: 100%;
  margin: 0 auto;
}

.service_why h2 {
  font-size: 22px;
  font-family: var(--Gabarito-font);
  font-weight: 400;
}
.service_why h3 {
  font-size: 49px;
  font-weight: 700;
  font-family: var(--Faustina-font);
}

.service_why span {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--Fredoka-font);
}

.service_why_box_container {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0;
}

.service_why_box_container .service_why_box {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  padding-left: 10px;
}

.service_why_arrow_box {
  background-color: white;
  /* width: 26px;
  height: 26px; */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
}

.service_why_arrow_box img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.service_why_box_text {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 4px;
}

.service_why_box_text h4 {
  font-size: 22px;
  font-weight: 500;
  font-family: var(--Fredoka-font);
}

.service_why_box_text p {
  font-size: 20px;
  font-weight: 300;
  font-family: var(--Fredoka-font);
  width: 90%;
}

/* //////////////////////// */
/* service why row 2  */
.service_row_2 h3 {
  font-size: 40px;
  font-family: var(--Faustina-font);
  font-weight: 600;
  margin: 5px 0;
}

.service_row_2_box_container {
  /* display: grid;
  grid-template-columns: 50% 50%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 5px;
  /* font-size: 20px; */
}
.service_why_box_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 2px 0;
}

.service_why_box_2_text p {
  font-size: 20px;
  font-weight: 300;
  font-family: var(--Fredoka-font);
}

.service_row_2_text_container {
  font-family: var(--Fredoka-font);
  font-weight: 400;
  font-size: 18px;
}

/* //////////////////// */
.service_img {
  margin: 20px auto;
  width: 100%;
  height: 400px;
  border-radius: 50px;
}

.service_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* /////////////////////// */
/* service_list_1_freezone */

.service_list_1_free_zone {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 10px;
  /* padding: 50px 10px; */
  /* margin-top: -100px; */
}

.service_list_1_free_zone h2 {
  font-size: 50px;
  letter-spacing: 2px;
  font-family: var(--Faustina-font);
  font-weight: 700;
  color: var(--color-black);
  /* width: 50%; */
  text-align: center;
  /* margin: 20px 0; */
  margin-bottom: 30px;
}

.service_list_1_container_free_zone {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: start;
  /* flex-direction: column; */
  gap: 10px;
}

.service_list_col_1,
.service_list_col_2,
.service_list_col_3,
.service_list_col_4 {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 10px;
}

/* /////////////////////// */
/* service_list_1 */

.service_list_1 {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 20px;
  padding: 50px 10px;
}

.service_list_1 h2 {
  font-size: 50px;
  letter-spacing: 2px;
  font-family: var(--Faustina-font);
  font-weight: 700;
  color: var(--color-black);
}

.service_list_1_container {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 20px;
}

.service_list_1_box {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 10px;
}

.service_list_1_box img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.service_list_1_box span {
  font-size: 22px;
  font-weight: 400;
  font-family: var(--Fredoka-font);
  color: var(--color-black);
}

/* //////////////////// */
/* service_list_2 */

.service_list_2 {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 20px;
  padding: 30px 0;
}

.service_list_2 h2 {
  font-size: 50px;
  font-family: var(--Faustina-font);
  font-weight: 700;
  color: var(--color-black);
}

.service_list_2 p {
  font-size: 21px;
  font-family: var(--Fredoka-font);
  font-weight: 400;
  color: var(--color-black);
}

.service_list_con_heading {
  font-size: 28px;
  font-family: var(--Fredoka-font);
  font-weight: 700;
  color: var(--color-black);
}

.service_list_2_container {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 20px;
  list-style: none;
}

.service_list_2_box {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 10px;
}

.service_list_2_box img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.service_list_2_box div {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 8px;
}

.service_list_2_box div span {
  font-size: 22px;
  font-weight: 600;
  font-family: var(--Fredoka-font);
  color: var(--color-black);
}

.service_list_2_box div p {
  font-size: 20px;
  font-weight: 300;
  font-family: var(--Fredoka-font);
  color: var(--color-black);
}

.para::before {
  content: '• ';
  color: var(--color-black);
}

.para {
  font-size: 20px;
  font-weight: 300;
  font-family: var(--Fredoka-font);
  color: var(--color-black);
}

/* //////////////////////// */
/* service_contact_us */

.service_contact_us {
  width: 100%;
  padding: 30px;
  margin: 20px auto;
  /* background-color: var(--color-pink); */
  background: linear-gradient(to left, #011f53, #81382a);
  border-radius: 50px;
  text-align: center;
}

.service_contact_us button {
  text-align: center;
  width: 250px;
  height: 80px;
  background-color: white;
  color: var(--color-blue);
  font-size: 20px;
  font-family: var(--Fredoka-font);
  font-weight: 600;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  margin: 10px auto;
}

.service_contact_us h3 {
  font-size: 30px;
  font-family: var(--Faustina-font);
  font-weight: 700;
  color: var(--color-white);
}

.service_contact_us p {
  font-size: 20px;
  font-family: var(--Fredoka-font);
  font-weight: 300;
  color: white;
  margin: 20px 0;
  text-align: left;
}

/* /////////////////////// */
/* service why us 2 */

.line_br_white {
  width: 100%;
  height: 0.3px;
  background-color: white;
  margin: 20px auto;
}

/* /////////////////////// */
/* service 5 img section */
.service_5_img_section {
  padding: 20px 10px;
}

.service_5_img_section p {
  font-size: 21px;
  font-family: var(--Fredoka-font);
  font-weight: 400;
  color: var(--color-black);
  margin: 10px 0;
}

.service_5_img_section div {
  display: grid;
  grid-template-columns: 49% 49%;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

.service_5_img_section_1,
.service_5_img_section_2 {
  width: 100%;
  height: 350px;
  object-fit: contain;
}

/* ////////////////////// */
/* content area  */
.content_area {
  width: 100%;
  padding: 20px;
}

.content_area h2 {
  font-size: 40px;
  font-family: var(--Faustina-font);
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 20px;
}

.content_area p {
  font-size: 20px;
  font-family: var(--Fredoka-font);
  font-weight: 400;
  color: var(--color-black);
  text-align: start;
  margin-bottom: 20px;
}

/* //////////////////////////// */
/*   for Table or Ipad */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service_list_1_container_free_zone {
    /* flex-direction: column; */
    grid-template-columns: 1fr 1fr;
    /* gap: 10px; */
  }
}

/* ////////////////////////// */
/* Responsive Design  */

@media (max-width: 768px) {
  /* //////////////////// */
  .service_why {
    width: 100%;
    margin: 0 auto;
    padding: 10px 5px;
    text-align: left;
  }

  .service_why h3 {
    font-size: 32px;
  }

  .service_row_2 h3 {
    font-size: 30px;
  }

  .service_why_box_container {
    text-align: left;
  }

  .service_list_1_free_zone {
    margin-top: 0px;
  }

  .service_list_1_container_free_zone {
    /* flex-direction: column; */
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .service_list_1_free_zone h2 {
    width: 100%;
  }

  .service_img {
    width: 95%;
    height: 400px;
    border-radius: 40px;
  }

  .service_list_1 {
    text-align: left;
  }

  .service_list_1 h2 {
    font-size: 32px;
  }

  .service_list_2 h2 {
    font-size: 32px;
  }
}
