/* MEWATONIA */
@font-face {
    font-family: 'MEWATONIA';
    src: url('../fonts/MEWATONIA.ttf') format('truetype'),
         url('../fonts/MEWATONIA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* The Sectarian */
@font-face {
    font-family: 'The Sectarian';
    src: url('../fonts/TheSectarian.ttf') format('truetype'),
         url('../fonts/TheSectarian.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Santa Catalina */
@font-face {
    font-family: 'Santa Catalina';
    src: url('../fonts/Santa-Catalina.ttf') format('truetype'),
         url('../fonts/Santa-Catalina.woff') format('woff'),
         url('../fonts/Santa-Catalina.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Belgan Aesthetic */
@font-face {
    font-family: 'Belgan Aesthetic';
    src: url('../fonts/Belgan-Aesthetic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.svg-icon>img {
    width: 3rem;
    height: 3rem;
}
.svg-icon-sm>img {
    width: 2.4rem;
    height: 2.4rem;
}

.secondary-text {
  color: #f98b88 !important;
}

.secondary-bg {
  background-color: #f98b88;
}

.secondary-bg-subtle {
    background-color: rgba(249, 139, 136, 0.6);
}

.secondary-bg-gradient {
    background: linear-gradient(to bottom right,rgba(232,159,96,.9),rgba(117,42,191,1));
}

.banner-start {
    position: relative
}

.banner-start>* {
    position: relative;
    z-index: 1
}

.banner-start::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to left,rgba(255,255,255,0) 22%,rgba(0,0,0,0) 22%);
    content: ""
}

@media (max-width: 767.98px) {
    .banner-start::after {
        height:80%;
        background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(0,0,0,0) 0)
    }
}

.w-85 {
    width: 85%;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    min-height: 3rem;
    overflow-y: hidden;
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap);
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: click;
}

.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important;
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}