/* start section title */
@media screen and (min-width: 768px) {
  .section_heading_part .section_title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  .section_heading_part .section_title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .section_heading_part .section_title {
    font-size: 40px;
  }
}
/* // end section title */

/* start section about sos */
/* col text */
.section_about_sos .col_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

html[dir="ltr"] .section_about_sos .section_heading_part .section_title {
  margin-left: 0;
}
.section_about_sos .col_text p {
  margin-bottom: 5px;
  text-align: center;
  color: var(--color-gray-300);
}
@media screen and (min-width: 768px) {
  .section_about_sos .col_text .section_heading_part .section_title,
  .section_about_sos .col_text p {
    text-align: left;
  }
}
/* col image */
.section_about_sos .col_image img {
  width: 100%;
  height: 400px;
  -webkit-border-radius: var(--border-radius-200);
  border-radius: var(--border-radius-200);
}
@media screen and (min-width: 768px) {
  .section_about_sos .col_image img {
    height: 550px;
  }
}

/* // end section about sos */

/* start section statistics */
.section_statistics {
  background-color: var(--color-main-100);
}
.section_statistics .col_statistic {
  text-align: center;
  color: var(--color-white-100);
}
.section_statistics .col_statistic .number {
  font-size: 50px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .section_statistics .col_statistic .number {
    font-size: 80px;
  }
}
.section_statistics .col_statistic h3 {
  text-transform: capitalize;
}
/* // end section statistics */

/* start section our team */
.section_our_team h2 {
  margin-bottom: 20px;
  font-size: 40px;
  text-transform: capitalize;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.section_our_team .col_team_member:not(:last-child) {
  margin-bottom: 20px;
}
.section_our_team .col_team_member .card {
  position: relative;
  width: 280px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 1), inset 0 0 0 1000px rgba(67, 52, 109, 0.6);
  box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 1), inset 0 0 0 1000px rgba(67, 52, 109, 0.6);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .section_our_team .col_team_member .card {
    width: 300px;
  }
}
.section_our_team .card .wrapper_image,
.section_our_team .wrapper_image img {
  width: 100%;
  height: 100%;
}

.section_our_team .card .content {
  position: absolute;
  bottom: -160px;
  width: 100%;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  -webkit-box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  transition: bottom 0.5s;
  -webkit-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.section_our_team .card:hover .content {
  bottom: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.section_our_team .content .team_member_details {
  margin: 20px 0 15px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.section_our_team .content .team_member_details h3 {
  color: var(--color-main-100);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1em;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.section_our_team .card:hover .content .team_member_details h3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.section_our_team .content .team_member_details h3 span {
  font-size: 12px;
  font-weight: 300;
  text-transform: initial;
}

.section_our_team .content .links {
  position: relative;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.section_our_team .content .links li {
  list-style: none;
  margin: 0 10px;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transition-delay: -webkit-calc(0.2s * var(--i));
  -o-transition-delay: calc(0.2s * var(--i));
  transition-delay: calc(0.2s * var(--i));
}

.section_our_team .card:hover .content .links li {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.section_our_team .content .links li a {
  color: #fff;
  font-size: 24px;
}
/* // end section our team */

/* start section our location */
.section_our_location iframe {
  width: 100%;
  height: 350px;
  display: block;
}
@media screen and (min-width: 992px) {
  .section_our_location iframe {
    height: 550px;
  }
}
/* // end section our location */
