@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800&display=swap');

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Figtree', sans-serif;
}

h1 {
    line-height: 100%;
}
h2 {
    line-height: 100%;
}
p {
    line-height: 150%;
}

.gradient-button {
    padding: 3px;
    background: linear-gradient(138.37deg, #FBBC1A 18.19%, #DF4755 42.57%, #D21D63 66.12%, #685AA7 93.44%);
}

.white-gradient-bg {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 247, 1) 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #F5F5F7;
}

.scrolltotop {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    position: fixed;
    right: 1rem;
    bottom: 2rem;
    z-index: 50;
}

.scrolltotop.show {
    opacity: 1;
    pointer-events: auto;
}

.scrolltotop.in-footer {
    filter: invert(1);
}


.custom-nav {
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1) !important;
}

.edynamix-container {
    width:83%;
    /*width:75%;*/
    /*max-width: 1300px;*/
    margin: auto;
}

.lc {
    margin-left: 0;
    width:90% !important;
}
.rc {
    /*margin-right: 0;*/
    /*width:90% !important;*/
}


a {
    text-decoration: none;
}
.b-ico {
    max-height: 50px;
    margin-left: 30px;
    margin-right: 30px;
}
a:hover {
    text-decoration: underline;
}

.navigation-links > a {
    color: black;
}

#nav {
    position: relative;
    z-index: 100;
}

#desktop-dropdown-items {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 0;
    z-index: 200;
    background: white;
    box-shadow: 0 4px 6px -4px rgba(0,0,0,0.1);
    padding-bottom: 1.25rem;
}

.hamburger-menu {
    height: 90dvh !important;
}

.button-primary {
    background: #1D1D1F;
}

.button-primary:hover {
    background: transparent !important;
    background: linear-gradient(to bottom, #4A4A4D, #2D2D2D) !important;
    text-decoration: none;
}

.button-primary-white {
    background: #fff;
    text-decoration: none;
}

.button-primary-white:hover {
    background: transparent !important;
    background: linear-gradient(to bottom, #EBEBEB, #E1E1E1) !important;
    text-decoration: none;
}

.main-button {
    background-color: #1D1D1F;
    padding: 10px 16px;
    border-radius: 39px;
    width: 105px;
    height: 40px;
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.gradient-border-button {
    background-color: #000;
    color: #fff;
    padding: 10px 16px;
    border: 3px solid transparent;
    border-radius: 39px;

    border-image-source: linear-gradient(
            138.37deg,
            #FBBC1A 18.19%,
            #DF4755 42.57%,
            #D21D63 66.12%,
            #685AA7 93.44%
    );
    border-image-slice: 1;
}

.gradient-border-login-button {
    border: 3px solid transparent;
    border-radius: 39px;
    border-image-source: linear-gradient(
            138.37deg,
            #FBBC1A 18.19%,
            #DF4755 42.57%,
            #D21D63 66.12%,
            #685AA7 93.44%
    );
    border-image-slice: 1;
}

.btn-wrapper {
    display: inline-block;
    border-radius: 39px;
    overflow: hidden;
    background: linear-gradient(
            138.37deg,
            #FBBC1A 18.19%,
            #DF4755 42.57%,
            #D21D63 66.12%,
            #685AA7 93.44%
    );
    padding: 3px;
}

.gradient-border-login-button {
    background: white;
    border: none;
    border-radius: inherit;
    padding: 12px 20px;
}
.gradient-border-cookie-button {
    border: 3px solid transparent;
    border-radius: 39px;
    border-image-source: linear-gradient(
            138.37deg,
            #FBBC1A 18.19%,
            #DF4755 42.57%,
            #D21D63 66.12%,
            #685AA7 93.44%
    );
    border-image-slice: 1;
}

.gradient-border-cookie-button {
    background: white;
    border: none;
    border-radius: inherit;
}


.main-section {
    padding-top: 120px;
}

.section-title {
    font-size: 3.875rem;
    font-weight: 800;
    line-height: 100%;
}

/*
.container-type-inline-size-custom {
    container-type: inline-size;
}

.section-title-container-dynamic {
    font-size: clamp(1.75rem, 10cqw, 3.875rem);
    font-weight: 800;
    line-height: 100%;
}
*/

.section-text {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 150%;
}

.selected-year {
    background: linear-gradient(84.34deg, #685AA7 6.42%, #D63E43 47.76%, #FBBC1A 80.24%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.font-40 {
    font-size: 2.5rem;
}

.font-62 {
    font-size: 3.875rem;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;     /* Firefox */
}

.thumb-brd {
    display: flex;
    justify-content: center;
    width: max-content;
    /*padding: 0 90px;*/
    height: 100%;
    align-items: center;
}

.lhi {
    line-height: 100%;
}
.lh-title {
    line-height: 120% !important;
}

.gb-section-vertical-pd {
    padding-block: 2rem;
}

.gb-heading-m-bottom-1 {
    margin-bottom: 2rem;
}

/* --- START: Tailwind's standard min-width breakpoints --- */

.container-wrapper-main {
    padding-right: 1em;
    padding-left: 1em;
    margin-right: auto;
    margin-left: auto;
}
/* sm - Tailwind: Screens 640px and wider */
@media screen and (min-width: 640px) {
    .container-wrapper-main {
        max-width: 610px;
    }
    .gb-section-vertical-pd {
        padding-block: 4rem;
    }
    .gb-heading-m-bottom-1 {
        margin-bottom: 3rem;
    }
}

/* md - Tailwind: Screens 768px and wider */
@media screen and (min-width: 768px) {
    .container-wrapper-main {
        max-width: 720px;
    }
}

/* lg - Tailwind: Screens 1024px and wider */
@media screen and (min-width: 1024px) {
    .container-wrapper-main {
        max-width: 980px;
    }
}

/* xl - Tailwind: Screens 1280px and wider */
@media screen and (min-width: 1280px) {
    .container-wrapper-main {
        max-width: 1220px;
    }
    .gb-section-vertical-pd {
        padding-block: 6rem;
    }
    .gb-heading-m-bottom-1 {
        margin-bottom: 4rem;
    }
}

/* 2xl - Tailwind: Screens 1536px and wider */
@media screen and (min-width: 1536px) {
    .container-wrapper-main {
        max-width: 1440px;
    }
    .gb-section-vertical-pd {
        padding-block: 8rem;
    }
    .gb-heading-m-bottom-1 {
        margin-bottom: 5rem;
    }
}

/* --- END: Tailwind's standard min-width breakpoints --- */

@media screen and (min-width: 768px) and (max-width: 1280px){
    .edynamix-container {
        width:90%;
    }
    .section-title {
        font-size: 2.5rem;
    }
    .lc {
        margin-left: 0;
        width:90% !important;
    }
    .rc {
        margin-right: 0;
        width:90% !important;
    }
    .section-text {
        font-size: 1rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
    .lhi {
        line-height: 110% !important;
    }
    .lh-title {
        line-height: 110% !important;
    }
}
@media screen and (max-width: 767px) and (min-width: 500px) {
    .font-28 {
        font-size: 28px;
    }

    .edynamix-container {
        width: 90%;
    }
    .section-text {
        font-size: 0.875rem;
    }
    .section-title {
        font-size: 1.75rem;
    }
    .lhi {
        line-height: 110% !important;
    }
    .lh-title {
        line-height: 110% !important;
    }
}
@media screen and (max-width: 500px) {
    .edynamix-container {
        width: 90%;
    }
    .lc {
        margin-left: 0;
        width:95% !important;
    }
    .rc {
        margin-right: 0;
        width:95% !important;
    }
    .section-text {
        font-size: 0.875rem;
    }
    .section-title {
        font-size: 1.75rem;
    }
    .lhi {
        line-height: 110% !important;
    }
    .lh-title {
        line-height: 110% !important;
    }
}