/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
*,
*::after,
*::before {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.no-gap-font {
  letter-spacing: 0px;
}

.primary-menu .menu-container .menu-link {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
}

.widget > h4 {
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.font-secondary {
  color: #71c7ec;
}

/*======= link animation start =======*/
.link {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  color: #71c7ec;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
}

.link::before,
.link::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}

.link::before {
  content: "";
  /* show by default */
}
/* Links Hover animation */
.link-1::before {
  height: 2px;
  transform-origin: 0% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

.link-1:hover::before {
  height: 2px;
  transform-origin: 100% 50%;
  transform: scale3d(1, 1, 1);
}
/*======= link animation end =======*/

.button.button-border {
  letter-spacing: 0px;
  font-size: clamp(0.8rem, 1.3vw, 1.5rem);
}

.justify-this-text {
  text-align: justify;
  font-size: clamp(1rem, 2vw, 1.4rem);
}

@media screen and (min-width: 600px) {
  .justify-this-text-in-web {
    text-align: justify;
  }
}

.white-inside-text {
  color: #fff;
}

.darker-inside-text {
  color: #25424e;
}

#section-about {
  background: linear-gradient(to bottom, #63c8e0, #fff);
}

.aa-logo-footer {
  width: 75%;
  margin: auto;
}

.menu-link {
  background: rgb(99, 200, 224, 0);
  transition: background 0.125s ease-out;
}
.menu-link > div {
  transition: color 0.125s ease-out;
}

.menu-link:hover {
  background: rgb(99, 200, 224, 1);
}
.menu-link:hover > div {
  color: #25424e;
}

/* .floater-container {
  position: relative;
  display: block;
}

.floater-element {
  position: absolute;
  display: block;
  width: 5rem;
  height: 7rem;
  background-color: #e58c8c;
  left: 20%;
  top: 100px;
} */

@media screen and (max-width: 600px) {
  .bg-theme-light {
    margin-top: 15rem;
  }

  .floater-container {
    padding: 0 30px;
  }
}

@media screen and (max-width: 500px) {
  .bg-theme-light {
    margin-bottom: -400px;
  }
  #section-claims {
    margin-top: -300px;
  }
}

@media screen and (max-width: 700px) {
  .bg-theme-light {
    margin-bottom: -300px;
  }
}

@media screen and (max-width: 900px) {
  .bg-theme-light {
    margin-bottom: -250px;
  }
}

.bg-theme-light {
  margin-bottom: -125px;
}

.ls1 {
  font-size: clamp(1.3rem, 3vw, 1.5rem);
}

#diamondcon {
  position: relative;
  z-index: 2;
}

#diamond {
  position: absolute;
  max-width: 300px;
  left: -10vw;
  top: 6px;
  z-index: -1;
  opacity: 0.1;
}

.op-gradient-icon {
  opacity: 1;
  transition: opacity ease-out 0.23s;
}

.op-gradient-icon:hover {
  opacity: 0.7;
}

#section-network::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: linear-gradient(to bottom, #ffffffb9, #fff);
  /* background-image: linear-gradient(to bottom, #71c7ec, #fff); */
  opacity: 1;
}

.med-net-text-block > p {
  font-size: clamp(1rem, 2vw, 1.4rem);
}

#section-works {
  padding-bottom: 0;
}

#section-goals {
  padding-top: 0;
}

.fbox-content > p {
  text-align: justify;
  text-justify: distribute-all-lines;
}

#values-logo {
  opacity: 0.6;
  transition: opacity 0.35s ease-in-out 0.1s;
}
#values-logo:hover,
#values-logo:focus {
  cursor: pointer;
  opacity: 1;
}
