
html,
body {
    color: white !important;
    background: #46488C;
    background: radial-gradient(circle farthest-side at top left, #46488C 0%, #0F1529 20rem);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Inter';
    font-size: 20px;
}

a {
    text-decoration: none;
}

.content-center {
    text-align: center;
    display: block !important;
}

.main-container{
    max-width: 700px;
}


.spacer {
    margin-top: 40px; /* define margin as you see fit */
}

footer{
    margin-top: auto;
}

*:focus {
    outline: none;
}

/* FONT SIZE SETUP */
.fs-1 {
    font-size: 20px!important;
}

.fs-2 {
    font-size: 18px!important;
}

.fs-3 {
    font-size: 16px!important;
}

.fs-4 {
    font-size: 14px!important;
}

.fs-5 {
    font-size: 12px!important;
}

.fs-6 {
    font-size: 11px!important;
}
/* FONT SIZE SETUP */


/* ICONS */

.custom_icon::after {
    content: url('../images/live.svg');
    padding: 10px;
}

.back-arrow {
    content: url('../images/backarrow.svg');
}

.next-arrow {
    content: url('../images/nextarrow.svg');
}

.next-pink {
    content: url('../images/nextpink.svg');
    padding: 0 10px;
}

.cateogry-icon {
    width: 20%;
    content: url('../images/caticon1.svg');
    right: 0.2em;
    bottom: 0.5em;
}

.play-icon {
    content: url('../images/play-ico.svg');
    right: 0.5em;
    bottom: 0;
}

.menu-ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-image: url('../images/menu.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.menu-x-ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-image: url('../images/menu-x-ico.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.arrow-menu {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-image: url('../images/Vectorarrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    margin: 5px 1rem;
}

.arrow-next {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-image: url('../images/smallnext.svg');
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    margin: 5px 1rem;
}


/* NAVIGATION */

#logo {
    width: 106px;
}

.bg-violett {
    background: #1B223E;
    mix-blend-mode: normal;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 99999999;
}

button.navbar-toggler {
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}


button {
    border: none !important;
}

li.nav-item {
    color: white;
    padding-left: 1rem;
}

#navbarTogglerDemo01 {
    position: absolute;
    padding: 1rem 0;
    width: 75vw;
    max-width: 300px; 
    transition: 0.1s;
    background: rgba(26, 38, 81, 0.9);
    mix-blend-mode: normal;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 9;
    border: #DD3883 solid 1px;
    border-top: none;
}

/* HOMEPAGE */


section h2 {
    font-weight: 700;
    letter-spacing: -0.014em;
    line-height: 32px;
}

.hp-seeall {
    text-decoration: none;
    font-weight: 500;
}

.homepage-cateogry-title {
    width: auto!important;
    overflow-wrap: break-word;
    left: 5px; 
    bottom: 1em; 
    font-weight: 600;
    width: 3rem;
    line-height: 1em;
}


.card.h-100 {
    background-color: transparent;
    border: none;
}

h5.card-title.fs-4.text-light {
    font-weight: 400;
    line-height: 18px;
}

.card-text {
    color: #807E81;
}

.categories img {
    width: 100%;
}

article .categorie {
    border: 3px solid transparent;
}

article .categorie:hover {
    border: 3px solid #F64883;
    border-radius: 0.3em;
}

#carouselExampleControls {
    max-width: 750px;
    margin: auto;
}

/* PROFILE PAGE  */
.profile{
    font-size: 15px;
    width: fit-content;
}

.title-top{
    margin: 1em 0;
    font-size: 20px !important;
    line-height: 32px;
    text-align: left;
    font-weight: 700;
}

.profile button {
    width: 100%;
}

.profile .h1 {
    padding-left: 5px;
}

.button-profile {
    background-color: #172041;
    border-radius: 5px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0;

}
a.button-profile {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding-left: 1rem;
}

span.sub-date {
    color: #FF4F86;
    padding-left: 5px;
}

a.unsubscribe-profile {
    color: #F64883;
}

/* CATEGORIES */

.cat-title {
    font-weight: 700;
    line-height: 32px;
}

/* FAQ */


button.accordion-button.fs-3 {
    background-color: transparent;
    color: #DD3883;
    text-decoration: none;
    font-weight: 500;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    box-shadow: none;
}

.accordion-header button:focus {
    box-shadow: none;
}

.accordion-body {
    font-weight: 300 !important;
    font-size: 14px !important;
    color: white !important;
}

.accordion-item {
    background-color: #172041!important;
    border: none;
    background-color: transparent;
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

/* TAC */

.terms-and-conditions ol {
    padding: 1rem;
}

/* FOOTER */

.footer-link {
    background-color: #172041;
    height: 39px;
    min-width: 110px;
}

footer li.nav-item {
    padding: 0px;
    margin: auto;
}

footer .nav {
    border-color: #FF0E7B!important;
}

.filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.dark {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%);
}

.read-more-link {
    font-weight: 500;
    color: #ffffff;
}

@media (min-width: 1200px) {
    .read-more-link {
        font-size: 1.375rem;
    }
}

.read-more-link:hover {
    color: #ffffff;
}

.read-more-link::before,
.read-more-link::after {
    display: inline-block;
    content: "↓";
    transform: rotate(-180deg);
    color: #00ff00;
    font-size: 1.3rem;
    margin-left: 1rem;
    margin-right: 1rem;
    vertical-align: -25%;
}

.read-more-link.collapsed::after,
.read-more-link.collapsed::before {
    color: #ffffff;
    transform: none;
}

.show-expanded {
    display: none;
}

.show-collapsed {
    display: inline-block;
}

.read-more-link.collapsed .show-expanded {
    display: inline-block;
}

.read-more-link.collapsed .show-collapsed {
    display: none;
}
