@tailwind base;
@tailwind components;
@tailwind utilities;

@keyframes rotate360 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes marquee {
    0% {
        left: 100%
    }

    100% {
        left: -100%
    }
}

@keyframes radar {
    0% {
        transform: scale(0.5);
        opacity: 0
    }

    60% {
        opacity: .4
    }

    90% {
        opacity: 0
    }

    100% {
        transform: scale(3)
    }
}

.tns-outer {
    padding: 0 !important;
    position: relative;
    overflow: visible
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    transition: all 0s;
    display: flex
}

.tns-slider>.tns-item {
    box-sizing: border-box
}

.equal-height .tns-item {
    min-height: 100%
}

.equal-height .tns-item>div {
    height: 100%
}

.slider-overflow-visible .tns-ovh {
    overflow: visible
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important
}

.tns-gallery>.tns-moving {
    transition: all .25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    transition: opacity .6s;
    opacity: .6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.testimonial-container .tns-ovh {
    overflow: visible
}

.tns-outer [data-action],
.tns-outer .tns-visually-hidden {
    display: none
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-normal,
.tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333333%;
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: "";
    display: table;
    clear: both
}

.tns-t-ct>div {
    width: 1.4285714286%;
    width: calc(100% / 70);
    height: 10px;
    float: left
}

.tns-controls {
    display: inline-flex
}

.tns-controls button {
    display: block;
    width: 38px;
    height: 38px;
    background-color: rgba(0, 0, 0, 0);
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    padding: 0;
    border: none;
    outline: none;
    z-index: 99;
    border-radius: 50%
}

.tns-controls button:focus {
    outline: none
}

.tns-controls button:disabled {
    opacity: .4;
    pointer-events: none
}

@media(max-width: 990px) {
    .tns-arrows-mobile .tns-controls {
        display: flex;
        justify-content: center
    }

    .tns-arrows-mobile .tns-controls button {
        left: 0;
        right: 0;
        position: relative;
        margin: 0;
        margin: 0 8px
    }
}

.top-controls .tns-controls {
    position: absolute;
    right: 0;
    top: -62px
}

@media(max-width: 767px) {
    .top-controls .tns-controls {
        position: static;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        margin: 25px 0 0
    }
}

.tns-nav {
    text-align: center;
    position: relative;
    bottom: 0;
    padding: 24px 0 0 0
}

.tns-nav>[aria-controls] {
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0 4px;
    border-radius: 50%;
    background: rgba(32, 67, 134, .33);
    border: 0
}

.tns-nav>.tns-nav-active {
    background: #204386
}

.blog-container .tns-controls {
    position: absolute;
    top: -60px;
    right: -5px;
    width: 100%;
    justify-content: flex-end
}

.blog-container .tns-controls button:first-child {
    margin-right: 16px
}

.related-course {
    position: relative
}

.related-course .tns-controls {
    position: absolute;
    bottom: -62px;
    left: 50%;
    transform: translateX(-50%)
}

.tns-controls [data-controls=next] {
    width: 36px;
    height: 36px;
    background: url(../img/arrow-right-circle.svg);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0
}

.tns-controls [data-controls=prev] {
    margin-right: 10px;
    width: 36px;
    height: 36px;
    background: url(../img/arrow-left-circle.svg);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0
}

.top-videos {
    position: relative
}

.top-videos .tns-controls {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 32px
}

@media(max-width: 768px) {
    .top-videos .tns-controls {
        margin-top: 20px
    }
}

.testimonials-container {
    position: relative
}

.testimonials-container .tns-outer {
    width: 70%
}

@media(max-width: 768px) {
    .testimonials-container .tns-outer {
        width: 100%
    }
}

.testimonials-container .tns-controls {
    display: flex !important;
    position: absolute;
    top: 70%;
    left: -41%;
    transform: translateX(-50%)
}

@media(max-width: 768px) {
    .testimonials-container .tns-controls {
        left: 6%;
        top: 0%
    }
}

@media(max-width: 550px) {
    .testimonials-container .tns-controls {
        left: 11%;
        top: 0%
    }
}

.top-rated .tns-controls {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%)
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    outline: none
}

html {
    background: #fff;
    scroll-padding-top: 150px;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    -webkit-backface-visibility: hidden
}

body {
    font-family: "Roboto", sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: #1E2632;
    background-color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2
}

body.overflow {
    overflow: hidden
}

@media(max-width: 767px) {
    body {
        font-size: 14px
    }
}

ul,
ol {
    padding: 0;
    margin: 0
}

a {
    color: #1E2632;
    font-weight: 600
}

a,
button {
    transition: .4s ease-out
}

a,
a:hover,
a:active,
a:focus,
button,
button:hover,
button:active,
button:focus {
    text-decoration: none
}

button {
    font: 500 16px "Roboto", sans-serif;
    cursor: pointer;
    transition: .3s ease
}

main {
    max-width: 100vw
}

.manrope {
    font-family: "Roboto", sans-serif
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-weight: 500;
    color: #1E2632
}

h1 {
    font-family: "Roboto", sans-serif;
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px
}

@media(max-width: 768px) {
    h1 {
        font-size: 42px;
        line-height: 50px
    }
}

h2 {
    color: #1E2632;
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px
}

@media(max-width: 768px) {
    h2 {
        font-size: 28px;
        line-height: 40px
    }
}

h3 {
    font-family: "Roboto",
        sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%
}

h4 {
    color: #1E2632;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

@media(max-width: 768px) {
    h4 {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px
    }
}

h5 {
    color: #081925;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.5px
}

@media(max-width: 768px) {
    h5 {
        font-size: 18px;
        line-height: 24px
    }
}

h6 {
    color: #1E2632;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

@media(max-width: 768px) {
    h6 {
        font-size: 14px;
        font-weight: 400;
        line-height: 150%
    }
}

p,
li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.2px;
    color: #1E2632;
    font-family: "Roboto", sans-serif
}

@media(max-width: 767px) {

    p,
    li {
        font-size: 14px
    }
}

.font-body {
    font-family: "Roboto", sans-serif
}

.font-heading {
    font-family: "Roboto", sans-serif
}

input:focus,
select:focus,
textarea:focus {
    outline: none
}

img,
video {
    max-width: 100%;
    vertical-align: middle
}

button {
    cursor: pointer
}

button:disabled {
    cursor: not-allowed
}

.container {
    max-width: 1240px
}

.small-container {
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 16px
}

@media(max-width: 1300px) {
    .small-container {
        max-width: 100%
    }
}

.row {
    display: flex;
    margin: 0 -16px;
    flex-wrap: wrap
}

.button-unstyled {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 0
}

.button {
    @apply inline-flex items-center justify-center;
    transition: .4s ease-out
}

.button div .button-content-hover {
    position: absolute;
    inset: 0;
    transform: translateY(100%) skewY(18deg);
    transform-origin: left center;
    transition: .4s ease-out
}

.button div .button-content {
    transform: translateY(0) skew(0);
    transition: .4s ease-out;
    display: inline-block
}

.button:hover div .button-content-hover {
    transform: translateY(0%) skewY(0)
}

.button:hover div .button-content {
    opacity: 0;
    transform: translateY(-100%) skew(-18deg);
    transition: .4s ease-out
}

.section-pad {
    padding: 100px 0
}

@media(max-width: 767px) {
    .section-pad {
        padding: 60px 0
    }
}

.heading {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3
}

@media(max-width: 1200px) {
    .heading {
        font-size: 38px
    }
}

@media(max-width: 767px) {
    .heading {
        font-size: 28px
    }
}

.rigi-hero {
    position: relative
}

.rigi-hero::before {
    content: "";
    position: absolute;
    background-image: url("../img/rigi/hero-pattern-l.svg");
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 467px;
    height: 654px
}

@media(max-width: 768px) {
    .rigi-hero::before {
        background-image: url("../img/rigi/hero-pattern-mweb.svg");
        top: -13%;
        left: -24%;
        background-size: 500px 600px
    }
}

.rigi-hero::after {
    content: "";
    position: absolute;
    background-image: url("../img/rigi/hero-pattern-r.svg");
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    width: 467px;
    height: 654px
}

@media(max-width: 768px) {
    .rigi-hero::after {
        display: none
    }
}

.video-top-overlay {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 80px
}

.zap-list {
    list-style-type: none;
    padding-left: 0
}

.zap-list li {
    padding-left: 36px;
    @apply mb-3 text-base relative last:mb-0
}

.zap-list li::before {
    content: url("../img/rigi/zap.svg");
    position: absolute;
    left: 0
}

@media(max-width: 767px) {
    .zap-list li {
        @apply text-sm
    }
}

.greentick-list {
    list-style-type: none;
    padding-left: 0
}

.greentick-list li {
    padding-left: 36px;
    @apply mb-2 text-base font-medium relative last:mb-0
}

.greentick-list li::before {
    content: url("../img/rigi/green-tick.svg");
    position: absolute;
    left: 0
}

@media(max-width: 767px) {
    .greentick-list li {
        @apply text-sm mb-[12px]
    }
}

.special-discount::before {
    content: "";
    position: absolute;
    background-image: url("../img/rigi/discount-star.svg");
    background-repeat: no-repeat;
    top: -10%;
    left: -5%;
    width: 175px;
    height: 175px;
    z-index: 0
}

.special-discount::after {
    content: "";
    position: absolute;
    background-image: url("../img/rigi/discount-grid.svg");
    background-repeat: no-repeat;
    top: -8%;
    right: 0%;
    width: 488px;
    height: 518px;
    z-index: 0
}

.course-benefits {
    position: relative;
    overflow: hidden
}

.course-benefits:before {
    content: "";
    position: absolute;
    background-image: url("../img/rigi/benefits-grid.svg");
    background-repeat: no-repeat;
    top: -10%;
    left: -5%;
    width: 655px;
    height: 918px;
    z-index: 0
}

.course-benefits:after {
    content: "";
    position: absolute;
    background-image: url("../img/rigi/benefits-grid.svg");
    background-repeat: no-repeat;
    top: -10%;
    right: 0%;
    width: 655px;
    height: 918px;
    z-index: 0
}

@media(max-width: 768px) {
    .course-benefits:after {
        display: none
    }
}

.community {
    position: relative;
    background-image: url("../img/rigi/round-glow.svg");
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden
}

.community::before {
    content: "";
    position: absolute;
    background-image: url("../img/rigi/community-l.png");
    background-repeat: no-repeat;
    top: 2%;
    left: 0%;
    width: 234px;
    height: 577px;
    z-index: 0
}

@media(max-width: 768px) {
    .community::before {
        background-size: 120px 290px;
        top: 3%;
        left: -15%
    }
}

.community::after {
    content: "";
    position: absolute;
    background-image: url("../img/rigi/community-r.png");
    background-repeat: no-repeat;
    top: 2%;
    right: 0%;
    width: 234px;
    height: 577px;
    z-index: 0
}

@media(max-width: 768px) {
    .community::after {
        background-size: 120px 290px;
        right: -40%
    }
}

.achievement-grid::after {
    content: "";
    position: absolute;
    background-image: url("../img/rigi/dark-grid.svg");
    background-repeat: no-repeat;
    top: 22%;
    right: 0%;
    width: 189px;
    height: 518px;
    z-index: 0
}

@media(max-width: 768px) {
    .achievement-grid::after {
        top: -92%;
        background-size: 189px 300px
    }
}

.achievement-grid.active {
    min-width: 610px;
    transition: all .4s ease-out
}

@media(max-width: 768px) {
    .achievement-grid.active {
        min-width: 100%;
        min-height: 365px
    }
}

.achievement-grid.active .overlay-grid {
    transition: all .4s ease-out;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10
}

.course-content-center::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 80%;
    background-color: rgba(112, 67, 227, .19);
    top: 0;
    left: 50%;
    z-index: 0
}

.nav-dropdown-open {
    transform: translateY(0%)
}

.nav-area a:not(.button) {
    transition: .4s ease-out
}

.nav-area a:not(.button):hover {
    color: #20B8EF
}

.nav-area .hamburger {
    display: none
}

@media(max-width: 1200px) {
    .nav-area ul {
        position: fixed;
        top: 40px;
        bottom: 0;
        width: 100%;
        height: 100vh;
        overflow: auto;
        width: 360px;
        right: 0;
        background-color: #fff;
        padding: 40px 0 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        transform: translateX(110%);
        transition: .4s ease-out;
        margin-top: 20px
    }

    .nav-area ul li {
        margin: 0;
        width: 100%
    }

    .nav-area ul li a:not(.button) {
        font-size: 16px;
        display: block;
        padding: 12px 16px;
        border-bottom: 1px solid #f7f7f2
    }

    .nav-area ul li.button-wrapper {
        flex: 1;
        display: flex;
        align-items: flex-end;
        padding: 0 20px 24px
    }

    .nav-area ul li.button-wrapper a {
        width: 100%
    }

    .nav-area .hamburger {
        display: flex;
        flex-direction: column;
        gap: 3px;
        width: 32px;
        height: 32px;
        padding: 7px;
        margin-left: auto
    }

    .nav-area .hamburger span {
        width: 100%;
        height: 3px;
        border-radius: 30px;
        background-color: #000;
        transition: .3s ease-out
    }

    .nav-area .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 1px)
    }

    .nav-area .hamburger.active span:nth-child(2) {
        transform: scale(0)
    }

    .nav-area .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -3px);
        width: 100%
    }

    .nav-area.nav-open ul {
        transform: translateX(0)
    }
}

@media(max-width: 520px) {
    .nav-area ul {
        width: 100%
    }
}

.show-footer-banner {
    transform: translateY(0%)
}

.visible-popup {
    transform: translateY(0px) !important;
    opacity: 1;
    z-index: 50
}

.visible-popup .popup-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #d85a42;
    transform-origin: left
}

@media(max-width: 768px) {
    .visible-popup {
        transform: translateY(0%)
    }
}

@keyframes countdown {
    0% {
        width: 100%
    }

    100% {
        width: 0%
    }
}

.animate {
    animation: countdown 15s linear forwards
}

.card {
    background-image: url(../img/cards-pattern.svg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative
}

.card-dark {
    background-image: url(../img/cards-pattern-dark.svg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative
}

.overlay {
    border-radius: 4px;
    background: rgba(195, 195, 195, .4);
    padding: 4px 16px;
    width: -moz-fit-content;
    width: fit-content
}

.accordion {
    width: 100%
}

@media(max-width: 768px) {
    .accordion {
        width: 100%
    }
}

.accordion-header {
    cursor: pointer
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out
}

.financial-future {
    background-image: url(../img/finance-influencer-pattern.svg);
    background-position: 62% -5%;
    background-repeat: no-repeat;
    position: relative
}

.financial-future-dark {
    background-image: url(../img/finance-influencer-pattern-dark.svg);
    background-position: -100% 100%;
    background-repeat: no-repeat;
    position: relative
}

.join-course {
    background-image: url(../img/join-course-pattern.svg);
    background-position: 32% 50%;
    background-repeat: no-repeat;
    position: relative
}

.join-course-dark {
    background-image: url(../img/join-course-pattern-dark.svg);
    background-position: 32% 50%;
    background-repeat: no-repeat;
    position: relative
}

.course-perks {
    background-image: url(../img/course-perks-pattern.svg);
    background-position: 30% 105%;
    background-repeat: no-repeat;
    position: relative
}

.slider {
    position: relative;
    overflow: hidden;
    width: 100%
}

.transform-finance {
    position: relative;
    overflow: hidden
}

.transform-finance::after {
    content: "";
    position: absolute;
    background-image: url(../img/finance-pattern-left.svg);
    background-repeat: no-repeat;
    top: 40%;
    left: -15%;
    width: 38%;
    height: 71%
}

@media(max-width: 768px) {
    .transform-finance::after {
        top: 40%;
        left: -30%;
        width: 69%;
        height: 71%
    }
}

.transform-finance::before {
    content: "";
    position: absolute;
    background-image: url(../img/finance-pattern-right.svg);
    background-repeat: no-repeat;
    top: -30%;
    right: -15%;
    width: 32%;
    height: 100%
}

@media(max-width: 768px) {
    .transform-finance::before {
        top: -13%;
        right: -19%;
        width: 76%;
        height: 63%
    }
}

.transform-finance-dark {
    position: relative;
    overflow: hidden
}

.transform-finance-dark::after {
    content: "";
    position: absolute;
    background-image: url(../img/finance-pattern-left-dark.svg);
    background-repeat: no-repeat;
    top: 40%;
    left: -15%;
    width: 38%;
    height: 71%
}

@media(max-width: 768px) {
    .transform-finance-dark::after {
        top: 40%;
        left: -30%;
        width: 69%;
        height: 71%
    }
}

.transform-finance-dark::before {
    content: "";
    position: absolute;
    background-image: url(../img/finance-pattern-right-dark.svg);
    background-repeat: no-repeat;
    top: -30%;
    right: -15%;
    width: 32%;
    height: 100%
}

@media(max-width: 768px) {
    .transform-finance-dark::before {
        top: -13%;
        right: -19%;
        width: 76%;
        height: 63%
    }
}

.pricing {
    position: relative
}

.pricing::after {
    content: "";
    position: absolute;
    background-image: url(../img/pricing.svg);
    background-repeat: no-repeat;
    bottom: -25%;
    left: 0%;
    width: 38%;
    height: 71%
}

@media(max-width: 768px) {
    .pricing::after {
        display: none
    }
}

.pricing::before {
    content: "";
    position: absolute;
    background-image: url(../img/pricing.svg);
    background-repeat: no-repeat;
    top: 0%;
    right: 0%;
    width: 45%;
    height: 71%
}

@media(max-width: 760px) {
    .pricing::before {
        background-image: url(../img/pricing-pattern-mobile.svg)
    }
}

.pricing-dark {
    position: relative
}

.pricing-dark::after {
    content: "";
    position: absolute;
    background-image: url(../img/pricing-dark.svg);
    background-repeat: no-repeat;
    bottom: -25%;
    left: 0%;
    width: 38%;
    height: 71%
}

@media(max-width: 768px) {
    .pricing-dark::after {
        display: none
    }
}

.pricing-dark::before {
    content: "";
    position: absolute;
    background-image: url(../img/pricing-dark.svg);
    background-repeat: no-repeat;
    top: 0%;
    right: 0%;
    width: 45%;
    height: 71%
}

@media(max-width: 760px) {
    .pricing-dark::before {
        background-image: url(../img/pricing-dark.svg)
    }
}

.pricing-card {
    border: 2px solid rgba(0, 0, 0, 0);
    border-top: 10px solid rgba(0, 0, 0, 0);
    transition: border-color .3s ease-in-out
}

.pricing-card:hover {
    border: 2px solid #d85a42;
    border-top: 10px solid #d85a42
}

.background-card {
    transition: width .3s ease-in-out, z-index .3s ease-in-out
}

.toggle-button {
    cursor: pointer
}

.toggle-icon {
    transition: transform .3s ease
}

.toggle-content.hidden {
    display: none
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .05)
}

.dark-mode .hamburger span {
    background-color: #fff
}

@media(max-width: 1200px) {
    .dark-mode .nav-area ul {
        background: #000;
        margin-top: 20px
    }
}
.centered {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    top: 20px;
}

.hero-bg {
    background-image: url("../img/joshiba/gradient-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.custom-shadow-1{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.gradient-1{
background: rgb(1, 144, 254);
    background: radial-gradient(circle, rgba(1, 144, 254, 1) 66%, rgba(153, 210, 240, 1) 97%);
}
.custom-border{
    border-image: linear-gradient(to right, #99d2f0, #0190fe, #99d2f0) 1;
}
.footer-bg {
    position: relative;
    background-image: url("../img/joshiba/footer-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.footer-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 1;
}

.footer-bg>* {
    position: relative;
    z-index: 2;
    /* Ensures content stays above the background */
}

/* From Uiverse.io by Allyhere */
.special-btn {
    --clr-font-main: hsla(0 0% 20% / 100);
    --btn-bg-1: hsla(194 100% 69% / 1);
    --btn-bg-2: hsla(217 100% 56% / 1);
    --btn-bg-color: hsla(360 100% 100% / 1);
    --radii: 0.5em;
    cursor: pointer;
    /* padding: 0.9em 1.4em;
    min-width: 120px;
    min-height: 44px; */
    font-size: var(--size, 1rem);
    font-weight: 500;
    transition: 0.8s;
    background-size: 280% auto;
    background-image: linear-gradient(325deg,
            var(--btn-bg-2) 0%,
            var(--btn-bg-1) 55%,
            var(--btn-bg-2) 90%);
    border: none;
    border-radius: var(--radii);
    color: var(--btn-bg-color);
    box-shadow:
        0px 0px 20px rgba(71, 184, 255, 0.5),
        0px 5px 5px -1px rgba(58, 125, 233, 0.25),
        inset 4px 4px 8px rgba(175, 230, 255, 0.5),
        inset -4px -4px 8px rgba(19, 95, 216, 0.35);
}

.special-btn:hover {
    background-position: right top;
}



@media (prefers-reduced-motion: reduce) {
    .special-btn {
        transition: linear;
    }
}

.stacked-avatars {
    display: flex
}

.stacked-avatars>div:not(:first-child) {
    margin-left: -15px
}

@media(max-width: 768px) {
    .stacked-avatars>div:not(:first-child) {
        margin-left: -15px
    }
}