/* ==================>
OUICK LINKS
<================== */

.feature__item {
  padding: 40px 30px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  border-radius: 0.625rem;
}

.feature {
  background-color: #efecda;
}

.feature__item:hover .feature__thumb span {
  color: #e1c31d;
  -webkit-text-stroke-color: #e1c31d;
}

.feature__thumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.feature__thumb {
  align-items: center;
}

.feature__item:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.feature__thumb span {
  font-size: 3rem;
}

.feature__thumb span {
  font-size: calc(1.425rem + 2.1vw);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #021738;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  font-weight: 900;
}

.feature__content h4 {
  font-weight: 900;
  color: #2c8e59;
}

/* ==================>
ABOUT
<================== */

.about_us {
  background: url("../img/bg0.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about_us {
  background: #fff;
}

/* ==================>
COLLABORATIONS
<================== */

.logo_section {
  border-radius: 10px;
  align-items: center;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  background-color: #fff;
}

.logo_img {
  width: 40%;
  padding: 24px;
  border-right: 1px solid #eee;
}

.logo_content {
  width: 60%;
  padding: 24px;
}

/* ==================>
MEMBERSHIP
<================== */

.member-join {
  position: relative;
  isolation: isolate;
  background: var(--clr-accent);
}

.member-join::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/bg-liquid.png);
  background-position: center;
  top: 0;
  left: 0;
  mix-blend-mode: color-burn;
  z-index: -1;
  opacity: 0.25;
}

.member-join h4 {
  color: var(--clr-main-dark);
}

/* ==================>
EVENTS
<================== */

.service__thumb {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

.service__inner:hover .service__thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

.service__content {
  position: relative;
  background-color: #ebebeb;
  margin: 0 15px;
  margin-top: -60px;
  z-index: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 5px;
  padding: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.service__content .round-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  bottom: -30px;
}

.service__content .round-btn {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  line-height: 60px;
  left: 50%;
  bottom: -30px;
  background-color: #021738;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service__inner:hover .service__content .round-btn {
  background-color: var(--clr-main);
}

.service__content h4 a {
  color: var(--clr-main-dark);
}

.service__inner:hover .service__content h4 a {
  color: var(--clr-main);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
