@import url('./fonts.css');
@import url('./responsive.css');

* {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif !important;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

body {
  background: transparent linear-gradient(139deg, #f5f7fa 0%, #c2ffea14 100%) 0% 0% no-repeat padding-box;
}

.wrap {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

:root {
  --grad: transparent linear-gradient(90deg, #1fa778 0%, #0ec0d4 100%) 0% 0% no-repeat padding-box;
  --lightgreen: #eefef9;
  --borderradius: 10px;
  --text: #686868;
  --dark: #493449;
}

.container-div {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--grad);
  padding: 10px;
}

header .text {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: flex-start;
  align-items: center;
}

header .text img {
  width: 200px;
}

header .text h4 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 5px;
}

header .text span {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  line-height: 10px !important;
  margin-bottom: 0px;
}

/* main */
main {
  width: 100%;
  padding: 20px;
}

main .images-parent {
  display: flex;
  justify-content: center;
  align-items: center;
}

main .images-parent img {
  width: 0%;
}

main .text-parent {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

main .text-parent h2 {
  width: 70%;
  font-weight: 700;
  line-height: 50px;
}

main .text-parent h3 {
  font-size: 1.3rem;
  font-weight: 500;
}

main .text-parent p {
  width: 100%;
  text-align: justify;
}

/* Services section */
.services {
  width: 100%;
  padding: 30px;
  background: var(--grad);
}

.services h3 {
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.services .card {
  margin-top: 60px;
  width: 100%;
  background-color: transparent;
  border: 0;
  height: 150px;
}

.services .card-body {
  text-align: center;
  background: rgba(255, 255, 255, 0.49);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.3px);
  -webkit-backdrop-filter: blur(7.3px);
  border: 1px solid rgba(255, 255, 255, 0.19);
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: 0.5s;
}

.services .card-body .img-div {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -20px;
  left: 50%;
  transform: translate(-50%);
  background-color: #fff;
  border-radius: 50%;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services .card-body h6 {
  font-size: 0.8rem;
  color: #000;
  margin-bottom: 5px;
  font-weight: 600;
  margin-top: 25px;
}

.services .card-body p {
  color: #000;
  font-size: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.services .card-body .img-div img {
  width: 50%;
  height: 50%;
}

.services .card:hover .card-body {
  background: var(--grad);
}

.services .card:hover .card-body .img-div {
  background: rgba(255, 255, 255, 0.2);
}

.services .card:hover h6 {
  color: #fff;
}

.pertners {
  width: 100%;
  padding: 30px;
  background: var(--lightgreen);
  margin-top: 50px;
}

footer {
  padding-top: 30px;
  background: var(--grad) !important;
  text-align: center;
  color: #fff;
  border-top: 1px solid #fff;
}

footer h6 {
  color: #fff;
}

footer .col-md-4 {
  border-right: 1px solid #fff;
  height: 100px;
}

footer .col-md-4:nth-child(3) {
  border: none;
}

footer .partner-div {
  width: 100%;
  height: 200px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding-top: 30px;
}

footer .partner-div img {
  width: 80%;
}

@media (max-width: 576px) {
  main {
    height: auto !important;
    padding: 20px;
  }

  main .images-parent img {
    width: 90% !important;
  }

  footer .partner-div {
    height: 300px;
  }
}



/* asdf */
.team-section {
  width: 90%;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
}



.team-section  .title {
  font-size: 25px;
  border-bottom: 1px solid #1fa778;
  width: 100%;
  color: #1fa778;
  padding-left: 10px;
  margin:10px 0 30px 0;
}

.team-section .card {
  text-align: center;
  background: rgba(255, 255, 255, 0.2) !important;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid #1fa778;
  margin-bottom: 20px;
}

.card-subtitle {
  height: 70px;
}

.team-section .card .profile {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 40px -20px,
   rgba(0, 0, 0, 0.3) 0px 20px 30px -30px;
}

.team-section .card .profile img {
  width: 100%;
  height: 100%;
}

.team-section .card .card-footer {
  border: none;
  background-color: transparent;
}

.team-section .card .card-title h4 {
  font-size: 18px !important;
  font-weight: bold;
  padding-top: 23px;
  line-height: 0px;
  color:#1fa778;
}

.social_media {
  list-style: none;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: row !important;
  height: 30px;
}

.social_media li a {
  padding: 8px !important;
  background: #1fa778;
  color: #fff !important;
  display: flex !important;
  margin: 5px;
  box-sizing: border-box;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: 0.5s;
}

.team-section .card:hover .social_media li a {
  background: var(--blue);

}

.social_media li a:hover {
  transform: translateY(-10px);
}

@media (max-width: 380px) {
  .team-section .card .profile {
      width: 100px;
      height: 100px;
  }
}

@media (min-width: 381px) and (max-width: 575px) {
  .team-section .card .profile {
      width: 100px;
      height: 100px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .team-section .card .profile {
      width: 100px;
      height: 100px;
  }
}

@media (min-width: 1200px) {
  .team-section .card .profile {
      width: 100px;
      height: 100px;
  }
}