/**
 * Theme Name: Eduma Child
 * Template: eduma
 * Theme URI: https://eduma.thimpress.com/
 * Description: A child theme for Eduma.
 * Author: Your Name
 * Version: 1.0.0
 * Text Domain: eduma-child
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html, body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: #0A131B;
}

div > p {
  margin-bottom: 0;
}

/* 
 * @include mq(320, 640);  * mq between 320px and 640px
 * @include mq(640);  * mq min-width 640px
 * @include mq($min: 640);  * also mq min-width 640px
 * @include mq($max: 640);  * mq max-width 640px
 */
.container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 0 !important;
  width: 90%;
  max-width: 1260px !important;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 90%;
  }
}
@media only screen and (min-width: 861px) {
  .container {
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) {
  .container {
    width: 90%;
  }
}

.container--small {
  max-width: 1040px !important;
}
.container--verySmall {
  max-width: 640px !important;
}
.container--wide {
  max-width: 1720px !important;
}
.container--positionUnset {
  position: unset;
}

.LinkInBio {
  background-color: #000;
}
.LinkInBio__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 12px;
  height: 300px;
}
@media only screen and (min-width: 861px) {
  .LinkInBio__top {
    padding: 64px 0 12px;
    height: 465px;
  }
}
.LinkInBio__logo {
  display: block;
  width: 144px;
  height: 24px;
  background: url("./img/logo-white.svg") no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 861px) {
  .LinkInBio__logo {
    width: 174px;
    height: 29px;
  }
}
.LinkInBio__socials {
  display: flex;
  align-items: center;
  gap: 16px;
}
.LinkInBio__social {
  display: block;
  width: 48px;
  height: 48px;
  transition: 0.3s;
}
.LinkInBio__social:hover {
  transform: scale(1.1);
}
.LinkInBio__wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 10px 0 85px;
}
@media only screen and (min-width: 861px) {
  .LinkInBio__wrapper {
    gap: 24px;
    padding: 40px 0 137px;
  }
}
.LinkInBio__first {
  display: flex;
  position: relative;
  width: 100%;
  height: 140px;
  border-radius: 12px;
  background: #EEF8FF;
}
@media only screen and (min-width: 861px) {
  .LinkInBio__first {
    height: 240px;
  }
}
.LinkInBio__firstLink, .LinkInBio__secondLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.LinkInBio__firstContent, .LinkInBio__secondContent {
  position: absolute;
  top: 0;
  left: 24px;
  bottom: 0;
  margin: auto;
  height: fit-content;
  z-index: 2;
}
@media only screen and (min-width: 861px) {
  .LinkInBio__firstContent, .LinkInBio__secondContent {
    left: 48px;
  }
}
.LinkInBio__firstTitle, .LinkInBio__secondTitle {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (min-width: 861px) {
  .LinkInBio__firstTitle, .LinkInBio__secondTitle {
    font-size: 32px;
  }
}
.LinkInBio__firstTitle strong, .LinkInBio__secondTitle strong {
  font-style: italic;
  font-weight: 700;
}
.LinkInBio__firstSubtitle {
  margin-top: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media only screen and (min-width: 861px) {
  .LinkInBio__firstSubtitle {
    margin-top: 8px;
    font-size: 18px;
  }
}
.LinkInBio__firstImage {
  position: relative;
  width: 214px;
  height: 140px;
  margin-left: auto;
  border-radius: 12px;
}
.LinkInBio__firstImage::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, #EEF8FF 0%, transparent 100%);
  border-radius: 12px;
  pointer-events: none;
  z-index: 1;
}
@media only screen and (min-width: 861px) {
  .LinkInBio__firstImage {
    width: 368px;
    height: 240px;
  }
}
.LinkInBio__second {
  display: flex;
  position: relative;
  width: 100%;
  height: 140px;
  border-radius: 12px;
  background: linear-gradient(224deg, #D0ECFF 24.59%, #B0D8FE 86.92%);
}
.LinkInBio__second::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 91px;
  border: 0.5px solid #6CB4FF;
}
@media only screen and (min-width: 861px) {
  .LinkInBio__second {
    height: 240px;
  }
  .LinkInBio__second::before {
    border-radius: 120px;
  }
}
.LinkInBio__secondImage {
  position: relative;
  width: 137px;
  height: auto;
  margin: 11px 26px 0 auto;
  z-index: 1;
}
@media only screen and (min-width: 861px) {
  .LinkInBio__secondImage {
    width: 240px;
    margin: 19px 46px 0 auto;
  }
}

.page-template-link-in-bio header {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
