/* GENERAL */
@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

body {
    color: #FFFFFF;
}

body:after {
    content:"";
    position:fixed;
    top:0;
    height:100vh;
    left:0;
    right:0;
    z-index:-1;
    background-color: #5549A5;
    background-image: url('../images/no-licence/plaminkova-home.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top right 38%;
}

@media (min-width: 992px) {
    body:after {
        background: none;
    }

    body {
        background-image: url('../images/no-licence/plaminkova-home.jpg');
        background-color: #5549A5;
        background-attachment: fixed;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: top right -28.5rem;
    }
}

h1, h2, h3, h4, h5, h6, p, div {
    font-family: 'Epilogue', 'sans-serif' !important;
}

body.en {
    background-position: top right -25rem;
}

@media (min-width: 992px) {
    body, body.en, body.cs {
        background-position: right;
    }
}

@media (min-width: 3840px) {
    body {
        font-size: 32px;
    }
}

img {
    pointer-events: none;
}

/* @media (pointer: coarse) {
    button:hover {
        all: revert-layer;
    }
    a:hover {
        all: revert-layer;
    }
} */

.collapsing {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    transition: height 1s ease;
}  

section {
    padding: 4rem 1.25rem;
    z-index: 20;
}

.text-red {
    color: #FF5C5A !important;
}

.text-purple {
    color: #5549A5 !important;
}

.btn {
    text-transform: none;
    font-family: 'Epilogue', 'sans-serif' !important;
}

.btn-close {
    background: url('../images/icons/close-icon.svg');
    background-repeat: no-repeat;
    padding: 0 !important;
    width: 1.9375rem;
    height: 1.9375rem;
    color: #5549A5;
}

.btn-base {
    font-weight: 700 !important;
    font-size: 1.125rem !important;
    padding: 0.875rem 2.25rem !important;
}

.btn-sm {
    font-weight: 700 !important;
    font-size: 1rem !important;
    padding: 0.5rem 1.75rem !important;
}

.btn-purple {
    color: #FFFFFF;
    background-color: #8874D1;
}

.btn-white {
    background-color: #FFFFFF;
}

@media (min-width: 992px) {
    .btn-base {
        font-size: 1.4375rem !important;
        line-height: 2.125rem;
        padding: 1.125rem 3rem !important;
    }
}

/* FLAME ANIMATION */

#flame-bg {
    position: fixed;
    width: 100%; 
    height: 100%;
    min-width: 1152px;
    min-height: 648px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    pointer-events: none;
}

#flame-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    opacity: 0;
    animation: fadeAnimation 15s infinite;
}

@keyframes fadeAnimation {
    0% { opacity: 1; }
    17% { opacity: 1; }
    20% { opacity: 0; }
    95% { opacity: 0; }
    100% { opacity: 1; }
}

#flame-bg img:nth-child(1) {
    animation-delay: 0s;
}
#flame-bg img:nth-child(2) {
    animation-delay: 3s;
}
#flame-bg img:nth-child(3) {
    animation-delay: 6s;
}
#flame-bg img:nth-child(4) {
    animation-delay: 9s;
}
#flame-bg img:nth-child(5) {
    animation-delay: 12s;
}

.flame-shake-wrapper {
    position: relative;
}

.flame-shake {
    position: absolute;
    width: 50px;
    opacity: 0;
    bottom: -50px;
    right: 0;
    animation: appear-shake-fade 3s infinite;
}

#flame-lower {
    bottom: -120px;
}
  
@keyframes appear-shake-fade {
    0% { 
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


@media (min-width: 992px) {
    .flame-shake {
        width: 130px;
        bottom: -50px;
    }
}

@media (min-width: 1400px) {
    .flame-shake {
        bottom: -135px;
    }
}
/* NAVIGATION */

.navbar {
    padding: 0.8125rem 1.0625rem 0.875rem 1.25rem;
}

.logo-dark {
    max-width: 380px !important;
    min-width: 138px;
    width: 380px;
    height: auto !important;
}

.logo-dark {
    max-height: 3.531875rem !important;
}

.side-menu {
    background-color: #FFFFFF;
    opacity: 0.95;
}

.nav-link {
    transition: 0.5s;
    border-bottom: 1px solid transparent;
}

.side-menu .nav-link {
    color: #5549A5 !important;
    line-height: 1.6875rem;
}

.side-menu .nav-link:hover {
    border-bottom: 1px solid #5549A5;
}

.navbar-top-default .nav-link:hover, .active {
    border-bottom: 1px solid #ffffff;
}

.side-menu .btn-close::before, .side-menu .btn-close::after{
    background-color: #5549A5 !important;
    width: 1px;
}

.header-appear .navbar {
    background: #35227C !important;
    /* opacity: 0.95 !important; */
}

.sidemenu_btn span {
    height: 1px !important;
    width: 1.9375rem;
}

.sidemenu_btn span:nth-child(2) {
    margin-top: 7px;
    margin-bottom: 7px;
}

.side-menu .inner-wrapper {
    padding: 120px 2.5rem 100px 2.5rem;
    align-items: normal;
}

.sidebar-logo {
    margin-top: auto;
}
.side-nav .navbar-nav .nav-item{
    margin-top: 0px;
    margin-bottom: 2.5rem;
}

.side-nav {
    margin-bottom: 0px;
}

.header-hidden {
    transform: translateY(-100%) !important;
}

.header-disappear .navbar-top-default {
    z-index: 999;
    background: #ffffff;
    -webkit-animation-name: animationFadeOut;
    -o-animation-name: animationFadeOut;
    animation-name: animationFadeOut;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes animationFadeOut {
    from {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@-o-keyframes animationFadeOut {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@keyframes animationFadeOut {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@media (min-width: 992px) {
    .navbar-top-default #wexim {
        margin-right: 0;
        margin-top: 2rem;
    }

    .navbar {
        padding: 1rem 2.5%;
    }

    .sidemenu_btn {
        display: none;
    }

    .navbar .senete-logo {
        width: auto;
        height: 130px;
    }

    .navbar-top-default .navbar-nav {
        gap: 1rem;
        margin-right: auto;
        margin-left: auto;
        flex-wrap: nowrap;
        align-items: end;
    }

    .navbar-top-default.navbar-gradient .navbar-nav .nav-link {
        min-width: 0;
        width: min-content;
    }
}

@media (min-width: 1025px) {    
    .navbar-top-default .navbar-nav {
        gap: 2.5rem;
        margin-right: auto;
        margin-left: auto;
    }

    .navbar-top-default.navbar-gradient .navbar-nav .nav-link {
        width: min-content;
    }
}

@media (min-width: 1400px) {
    .navbar {
        padding: 0rem 2.5%;
    }

    .navbar .container {
        max-width: 1520px !important;
    }

    .navbar .logo-dark{
        content: url('/images/logos/plaminkova-logo-horizont-01.svg');
    }

    .navbar-top-default.navbar-gradient .navbar-nav .nav-link {
        width: auto;
    }
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
    content: none;
}

/* HERO */
#home {
    min-height: 100vh;
    padding-bottom: 8.25rem;
    padding-top: 10rem;
}

#home .hero-text {
    font-size: 2.875rem;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    /* margin-top: 5.1875rem; */
    line-height: 3.1875rem;
    margin-bottom: 2.96875rem;
}

#home p {
    font-weight: 300;
    padding: 0 2.625rem;
    color: #F5EAEA;
    line-height: 1.5rem;
}

#home .hero-text-wrapper {
    position: relative;
    z-index: 30;
}

#home .hero-text-wrapper > p {
    margin: 1rem 0;
}

.programme-btn {
    background-color: #FF5C5A;
    color: #ffffff;
    border: 2px solid #FF5C5A;
}

.programme-btn:hover {
    background-color: transparent;
    color: #FF5C5A;
}

.sticky-button {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    transition: position 0.3s ease;
    z-index: 999;
}

.static {
    position: absolute !important;
    /* transform: translateX(0) !important;
    left: 0; */
    bottom: 10px;
    transition: none;
    width: fit-content;
    margin: auto auto 1rem;
}

#hero-programme-btn {
    bottom: 70px;
    width: max-content;
}

@media (min-width: 992px) {
    #home .hero-text {
        max-width: 941px;
        width: 100%;
        font-size: 4.1875rem;
        line-height: 4.375rem;
        text-align: left;
    }

    #home .hero-text {
        max-width: 998px;
        width: 100%;
        font-size: 4.1875rem;
        line-height: 4.375rem;
        text-align: left;
    }

    #home .hero-text-wrapper {
        /* margin: 12% auto 0; */
        padding: 0 2rem 0 8rem;
    }

    #home .hero-text-wrapper > p {
        padding: 0;
        font-size: 1.125rem;
        line-height: 1.6875rem;
        font-weight: 400;
        width: 100%;
        max-width: 870px;
    }

    #home .hero-text-wrapper .btn {
        width: fit-content;
        z-index: 2000;
        position: relative;
    }
}

@media (min-width: 1400px) {
    #home {
        padding-top: 11%;
    }

    #home .hero-text-wrapper > p {
        /* padding-bottom: 5rem; */
    }

    #home .hero-text-wrapper > p {
        margin: 2.5rem 0;
    }

    #home .hero-text {
        max-width: 1050px;
    }

    #home .hero-text-wrapper {
        margin-left: 12%;
        padding: 0;
    }
}

/* SECTION CONFERENCE PROGRAM */

#conference-programme .conference-programme-box {
    background-color: transparent;
    border-radius: 25px;
    padding: 4rem 2.5rem;
    background-color: #5549A5;
}

#conference-programme .text {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75rem;
    font-family: 'Noto Serif' !important;
}

#conference-programme .btn {
    margin-top: 2.75rem;
}

#conference-programme .conference-programme-box .btn {
    width: fit-content;
}


@media screen and (max-width: 767px) {
   #conference-programme {
        padding: 4rem 1.15625rem;
    }
}

@media (min-width: 992px) {
    #conference-programme {
        padding: 10.25rem 10%;
    }

    #conference-programme .conference-programme-box {
        padding: 11% 11.5%;
    }

    #conference-programme .conference-programme-box .text {
        font-size: 1.75rem;
        line-height: 2.625rem;
        text-align: center;
    }

    #conference-programme .conference-programme-box .btn {
        margin: 4rem auto 0;
        display: flex;
    }
}


/* SECTION ABOUT */

#about {
    background-color: #F5EAEA;
    padding: 4.6875rem 1.125rem 4rem;
    color: #423880;
    position: relative;
}

#about h2 {
    font-weight: 700;
    font-size: 2.125rem;
    line-height: 2.125rem;
    text-align: center;
    margin: 0 4rem;
}

#about h3 {
    font-weight: 700;
    font-size: 1.8125rem;
    line-height: 1.8125rem;
}

#about p {
    color: #423880;
    font-weight: 400;
    line-height: 1.5rem;
}

#about .about-image {
    padding: 1.4375rem 1.775625rem 1.4375rem 1.40125rem;
    text-align: center;
}

#about .about-image img{
    border-radius: 20rem;
    box-shadow: 6px 6px 0px #8874D1;
}

#about .image-description{
    margin-top: 1.5rem;
    color: #423880;
    font-size: 0.6875rem;
}

#about .about-image-general {
    padding: 1.4375rem 0;
    text-align: center;
}

#about .about-image-general img {
    border-radius: 10px;
}

#about .milestones * {
    color: #FF5C5A;
    /* opacity: 0.973; */
}

#about .milestones h3 {
    padding: 1.625rem 4.1875rem;
    color: #423880;
    text-align: center;
}

#about .milestones .top-section {
    margin-top: 2.5rem;
    text-align: center;
}

#about .milestones .top-section img {
    width: 4rem;
    margin-bottom: 1.32375rem;
}

#about .milestones .top-section .top-section-date {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.375rem;
    margin-bottom: 0.625rem;
    color: #FF5C5AF8;
}

#about .milestones .top-section .text{
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.1875rem;
    margin-bottom: 0.625rem;
}

#about .milestones .timeline {
    height: 2600px;
    display: flex;
    justify-content: center;
}

#about .milestones .timeline .event {
    display: flex;
    height: auto;
}

.cs #about .milestones .timeline {
    height: 2700px;
}

@media (min-width: 375px) {
    .cs #about .milestones .timeline {
        height: 2450px;
    }
}

@media (min-width: 430px) {
    .cs #about .milestones .timeline {
        height: 2200px;
    }
}

@media (min-width: 576px) {
    .cs #about .milestones .timeline {
        height: 2000px;
    }
}

@media (min-width: 765px) {
    .cs #about .milestones .timeline {
        height: 1800px;
    }
}

.en #about .milestones .timeline {
    height: 3200px;
}

@media (min-width: 375px) {
    .en #about .milestones .timeline {
        height: 2800px;
    }
}

@media (min-width: 430px) {
    .en #about .milestones .timeline {
        height: 2500px;
    }
}

@media (min-width: 576px) {
    .en #about .milestones .timeline {
        height: 2200px;
    }
}

@media (min-width: 765px) {
    .en #about .milestones .timeline {
        height: 2000px;
    }
}

#about .milestones .timeline .left-side,
#about .milestones .timeline .right-side {
    width: calc(50% - 2px);
    max-width: 20.229375rem;
}

#about .milestones .timeline .left-side .info {
    text-align: right;
}

#about .milestones .timeline .right-side .info {
    text-align: left;
}

#about .milestones .timeline .right-side .event {
    flex-direction: row-reverse;
    justify-content: left;
}

/* #about .milestones .timeline .right-side .point {
    display: flex;
    flex-direction: column-reverse;
} */

#about .milestones .timeline .event .info .date {
    margin-bottom: 0.375rem;
    opacity: 0.973;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    font-weight: 700;
}

#about .milestones .timeline .event .info .sub-date {
    margin-top: 0.6875rem;
}

#about .milestones .timeline .event .info .description {
    color: #FF5C5A;
    opacity: 0.973;
    font-size: 1rem;
    line-height: 1.1875rem;
}

#about .milestones .timeline .line .point {
    width: fit-content;
    position: relative;
}

#about .milestones .timeline .event .point {
    min-width: 33px;
    position: relative;
    display: inline-flex;
    align-items: start;
    padding-top: 6px;
}

#about .milestones .timeline .left-side .event .point .dot{
    position: absolute;
    right: -7px;
}

#about .milestones .timeline .left-side .event .point .arrow {
    margin-left: 7px;
}

#about .milestones .timeline .left-side .point {
    margin-left: auto;
}

#about .milestones .timeline .right-side .event .point .dot {
    position: absolute;
    left: -7px;
}

#about .milestones .timeline .right-side .event .point .arrow {
    margin-right: 7px;
    margin-left: auto;
}

/* #about .milestones .timeline .right-side .point {
    margin-right: auto;
} */

#about .milestones .timeline .line {
    border-left: #FF5C5AF8 2.5px dashed;
    height: 100%;
    position: relative;
}

#about .milestones .timeline .line .dot {
    position: absolute;
    min-width: 12px;
    height: 12px;
    left: -7px;
}

#about .milestones .timeline .line .arrow {
    position: absolute;
    min-width: 1rem;
    height: 0.625rem;
    bottom: -8px;
    left: -9px;
}

#event-1895 {
    margin-top: 3.4375rem;
}

#event-1897 {
    margin-top: 118px;
}

#event-1898, #event-1905, #event-1907, #event-1912, #event-1919, #event-1923, #event-1925 {
    margin-top: 59px;
}

#event-1938 {
    margin-top: 105px;
}

#event-1926 {
    margin-top: 87px;
}

#event-1942 {
    margin-top: 220px;
}

.cs #event-1942 {
    margin-top: 110px;
}

#event-1903, #event-1908, #event-1918, #event-1924 {
    margin-top: 60px;
}

#event-1920 {
    margin-top: 110px;
}

#event-1906 {
    margin-top: 200px;
}

#event-1931-1932 {
    margin-top: 40px;
}

#event-1931-1932 {
    margin-top: 40px;
}

#event-1939 {
    margin-top: 1.9375rem;
}

#about .milestones .bottom-section {
    text-align: center;
}

#about .milestones .bottom-section .logo {
    width: 65px;
    margin-top: 1.5625rem;
}

#about .milestones .bottom-section .date {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.3125rem;
    margin-top: 1rem;
}

#about .milestones .bottom-section .text {
    font-weight: 300;
    font-size: 1.125rem;
    margin-top: 0.625rem;
}

#about-show-more-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

#about-show-more-wrapper .gradient {
    background: linear-gradient(180deg, rgba(245, 234, 234, 0) 0%, #F4D4D4 100%);
    height: 188px;
}

#about-close-btn {
    border-radius: 50%;
    width: 3.125rem;
    height: 3.125rem;
    margin-top: 2.75rem;
    padding: 0;
    border: none;
}

#about-show-more-btn {
    color: #8874D1 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 992px) {
    #about {
        padding: 6rem 12% 4.1875rem;
    }

    #about h2 {
        text-align: left;
        margin: 0;
    }

    #about .about-image-general {
        text-align: left;
    }

    #about .about-image {
        padding: 0;
    }

    #about .visible-section {
        display: flex;
    }

    #about .about-text-2 {
        display: none;
    }

    #about .visible-section .about-image {
        margin-right: 3rem;
        width: 100%;
    }

    #about .visible-section .about-image img {
        /* width: 100%; */
        width: 32.5rem;
    }

    #about .visible-section h2 {
        font-size: 2.75rem;
        line-height: 3.4375rem;
        margin-bottom: 4rem;
    }

    #about .visible-section p {
        font-size: 1.125rem;
        line-height: 1.6875rem;
    }

    #about .visible-section .text p,
    #about-collapse .text-section > p {
        font-size: 1.125rem;
        line-height: 1.6875rem;
    }

    #about-collapse .text-section > p {
        max-width: 31.25rem;
        padding-top: 2.25rem;
        height: min-content;
    }

    #about .visible-section .text {
        width: 100%;
        min-width: 55%;
    }

    #about .visible-section .about-image .image-description {
        display: none;
        margin-right: 0;        
    }

    #about .image-description {
        text-align: center;
        font-size: 0.875rem;
        padding: 0;
        margin: 2rem auto 0;
    }

    #about-collapse .text-section {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }

    #about-collapse .text-section .about-image-general {
        padding-top: 0;
        margin: auto;
    }

    #about-collapse .text-section .about-image-general img {
        width: 100%;
    }

    #about .text-section  p {
        width: 100%;
    }

    #about-text-section-1 {
        margin-top: 8.0625rem;
        margin-bottom: 4.375rem;
    }

    #about-text-section-1 .about-image-general {
        grid-column: 2;
        grid-row: 1;
    }

    #about-text-section-1  p {
        grid-column: 1;
        grid-row: 1;
    }

    #about-text-section-2 .about-image-general {
        grid-column: 1;
        grid-row: 1;
    }

    #about-text-section-2 p {
        grid-column: 2;
        grid-row: 1;
    }

    #about-text-section-2 .text-section > p {
        padding-top: 2.875rem;
    }

    #about-collapse .milestones h3 {
        font-size: 2.75rem;
        line-height: 3.4375rem;
        text-align: center;
    }

    #about-collapse .milestones {
        margin: 10rem auto 0;
        width: fit-content;
    }

    #about-collapse .milestones {
        margin: 10rem auto 0;
        width: fit-content;
    }

    #about-collapse .milestones .top-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #about .milestones .top-section img {
        width: 4.625rem;
        margin-bottom: 1.725rem;
    }

    #about .milestones .top-section .top-section-date,
    #about .milestones .bottom-section .date {
        font-size: 1.4375rem;
        line-height: 2.125rem;
    }

    #about .milestones .top-section .text {
        margin-bottom: 1.944375rem;
    }

    #about .milestones .timeline .event .info .date {
        font-size: 1.5rem;
        line-height: 2.25rem;
    }

    #about .milestones .timeline .event .info .description {
        font-size: 1.125rem;
        line-height: 1.3125rem;
    }

    #about .milestones .timeline .left-side,
    #about .milestones .timeline .right-side {
        width: 100%;
        max-width: 20.229375rem;
    }

    .cs #about .milestones .timeline, 
    #about .milestones .timeline {
        height: 2500px;
    }

    .en #about .milestones .timeline{
        height: 2600px;
    }

    #event-1895 {
        margin-top: 90px;
    }
    
    #event-1897 {
        margin-top: 156px;
    }
    
    #event-1898, #event-1912, #event-1919, #event-1923, #event-1925
    {
        margin-top: 127px;
    }

    #event-1938 {
        margin-top: 147px;
    }

    #event-1926 {
        margin-top: 127px;
    }

    #event-1905 {
        margin-top: 73px;
    }

    #event-1907 {
        margin-top: 83px;
    }

    #event-1912 {
        margin-top: 76px;
    }
    
    .cs #event-1942,
    #event-1942 {
        margin-top: 259px;
    }
    
    #event-1903 {
        margin-top: 125px;
    }

    #event-1924 {
        margin-top: 75px;
    }

    #event-1920 {
        margin-top: 150px;
    }

    #event-1908 {
        margin-top: 130px;
    }

    #event-1918 {
        margin-top: 130px;
    }
    
    #event-1906 {
        margin-top: 102px;
    }
    
    #event-1931-1932 {
        margin-top: 111px;
    }
    
    #event-1931-1932 {
        margin-top: 111px;
    }
    
    #event-1939 {
        margin-top: 69px;
    }

    #about .milestones .bottom-section .logo {
        width: 101px;
        margin-top: 2.1875rem;
    }

    #about .milestones .bottom-section .text {
        font-size: 1.25rem;
        line-height: 1.3125rem;
    }

    #about-close-btn {
        margin-top: 4rem;
    }
}

@media (min-width: 1280px) {    
    #about .about-text-2 {
        display: block;
    }
}

@media (min-width: 1400px) {
    #about {
        padding: 6rem 17% 4.1875rem;
    }

    #about .visible-section .about-image {
        margin-right: 10.51125rem;
    }

    #about .visible-section p {
        margin-right: 2.9375rem;
    }

    #about .visible-section .text {
        min-width: 43.1%;
    }

    #about-collapse .text-section .about-image-general {
        margin: 0;
    }

    #about-collapse .text-section {
        gap: 3.8125rem;
    }

    #about .about-text-2 {
        display: none;
    }
}

@media (min-width: 1680px) {    
    #about .about-text-2 {
        display: block;
    }
}


/* SECTION QUOTE */

#quote {
    padding: 4.375rem 3.84375rem 4.4375rem 3.84375rem;
    background-color: #FF5C5A;
    opacity: 0.973;
    text-align: center;
}

#quote .quote-text {
    font-weight: 500;
    font-size: 1.3125rem;
    font-family: 'Noto Serif' !important;
    color: #FFFFFF;
    line-height: 2rem;
    margin-top: 0;
}

#quote p {
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    margin-top: 2.75rem;
}

@media (min-width: 992px) {
    #quote {
        padding: 10rem 21.8%;
    }

    #quote .quote-text {
        font-weight: 700;
        font-size: 2rem;
        line-height: 3rem;
        text-align: center;
    }

    #quote p {
        font-size: 1.125rem;
        line-height: 1.6875rem;
        margin-top: 4rem;
        text-align: center;
    }
}

/* SECTION FEATURED */

#featured {
    padding: 4.1875rem 1.375rem 4rem;
}

#featured h2 {
    font-weight: 700;
    font-size: 1.9375rem;
    text-align: center;
    margin-bottom: 2.75rem;
}

#featured .featured-block {
    background-color: #8874D1;
    border-radius: 25px;
    padding-top: 4rem;
    padding-bottom: 4.911875rem;
}

#featured .featured-block > p {
    font-weight: 400;
    line-height: 1.5rem;
    font-size: 1rem;
    color: #FFFFFF;
    margin: 0 1.75rem 2.75rem;
    text-align: center;
}

#featured .featured-block .personalities, 
#featured .featured-block .personalities .cbp-item-wrapper {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    max-width: calc(14.51rem * 3 + 1.5rem * 3);
    margin: 0 auto 1.5rem;
}

#featured .featured-block .personality-block {
    aspect-ratio: 0.8025;
    width: 14.51rem;
    position: relative;
    cursor: pointer;
}

#featured .featured-block .personality-block img {
    object-fit: cover;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    box-shadow: 5px 4.3px 1px #FF5C5A;
    position: relative;
}

#featured .featured-block .personality-block .name {
    text-align: center; 
    font-weight: 700;
    font-size: 0.90625rem;
    margin-bottom: 1.6375rem;
    line-height: 1.375rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#featured .featured-block .personality-block .gradient {
    background: linear-gradient(0deg, #35227C 9.44%, rgba(53, 34, 124, 0) 94.44%);
    position: absolute;
    bottom: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 100%;
    height: 28.12543073742247%;
}

#featured .personalities-hidden {
    padding-top: 0 !important;
}

#featured .cbp-item-wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#featured .cbp-item-wrapper .cbp-item {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#featured .modal-content {
    background-color: #F5EAEA;
}

#featured-show-all-btn {
    display: block;
}

#featured .personality-name {
    margin-bottom: 0 !important;
}

@media (min-width: 992px) {
    #featured {
        padding: 10rem 10.4% 3.125rem;
    }

    #featured .featured-block {
        padding: 6.25rem 0 2rem;
        margin: 0 auto;
    }

    #featured .featured-block > h2 {
        font-size: 3.4375rem;
        line-height: 3.4375rem;
    }

    #featured .featured-block > p {
        font-size: 1.4375rem;
        line-height: 2.125rem;
        text-align: center;
        width: 50%;
        margin: 0 auto 2.75rem;
    }

    #featured .featured-block .personalities {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    #featured .featured-block .personality-block .name {
        font-size: 1.25rem;
        margin-bottom: 2.25625rem;
        line-height: 1.875rem;
    }
}

@media (min-width: 1400px) {
    #featured .featured-block .personalities {
        gap: 4rem;
        max-width: calc(20.0625rem * 3 + 4rem * 3);
        margin-bottom: 4rem;
    }

    #featured .featured-block .personality-block {
        width: 20.0625rem;
    }

    #featured .personality-name {
        margin-bottom: 2.25625rem !important;
    }
}

/* SUPPORTING PROGRAMME */

#supporting-programme {
    padding: 4rem 1.375rem;
    margin: 0 auto;
    text-align: center;
}

#supporting-programme h2 {
    margin-bottom: 2.75rem;
    font-size: 1.4375rem;
    line-height: 2.125rem;
    color: #FFFFFF;
}

#supporting-programme p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #FFFFFF;
}

@media (min-width: 992px) {
    #supporting-programme {
        padding: 6rem 3rem;
    }

    #supporting-programme h2 {
        margin-bottom: 4rem;
        font-weight: 700;
        font-size: 3.4375rem;
        line-height: 4.25rem;
    }

    #supporting-programme p {
        font-weight: 500;
        font-size: 1.5rem;
        line-height: 2.25rem;
    }
}

@media (min-width: 1400px) {
    #supporting-programme {
        padding: 8.75rem 22.5rem;
    }
}


/* SECTION PODCAST */

/* temporary disabled */
#podcast .podcasts .btn{
    cursor: not-allowed;
}

#podcast {
    background-color: #FF5C5A;
}

#podcast .top-section {
    text-align: center;
}

#podcast .btn-white {
    margin-top: 2.79625rem;
}

#podcast .top-section h3 {
    margin-bottom: 2.75rem;
}


#podcast h2 {
    font-size: 2.125rem;
    margin-bottom: 2.75rem;
    font-weight: 700;
}

#podcast h3, h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700;
}

#podcast .podcasts-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 14px;
    position: absolute;
    z-index: 100;
    cursor: not-allowed;
}

#podcast .podcasts-overlay .text {
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    top: 50%;
    position: relative;
}

#podcast .podcast-block {
    background-color: #F5EAEA;
    border-radius: 14px;
    position: relative;
}

#podcast .podcast-block {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
}

#podcast .podcasts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.75rem;

    /* temp */
    position: relative;
    z-index: 90;
}

#podcast .podcast-block .image {
    grid-column: 1;
    grid-row: 1;
    grid-auto-columns: max-content;
    width: 9.17rem;
    height: 7.19rem;
    object-fit: cover;
    border-radius: 15px;
    margin-top: 1.033125rem;
    margin-left: 0.946875rem;
}

#podcast .podcast-block .info {
    grid-column: 2;
    grid-row: 1;
    text-align: left;
    margin-left: 0.75rem;
}

#podcast .podcast-block .info .show-more {
    border: none;
    background-color: transparent;
    font-weight: 700;
    font-size: 0.6875rem;
}

#podcast .podcast-block .player {
    grid-column: 1 / -1;
    grid-row: 2;
}

#podcast .podcast-block .name {
    font-size: 0.625rem;
    font-weight: 400;
    color: #707070;
}

#podcast .podcast-block .description {
    font-weight: 300;
    color: #2B2C2C;
    font-size: 0.6875rem;
    line-height: 1rem;

}

#podcast .podcast-block .episode {
    font-size: 1rem;
    font-weight: 700;
    color: #000000;
}

#podcast .podcast-block .controls {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: auto auto;
    margin-right: 1.5rem;
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
}

#podcast .podcast-block .controls .play-controls {
    grid-column: 1;
    grid-row: 1 / -1;
}

#podcast .podcast-block .controls .progress-bar {
    grid-column: 2 / -1;
    grid-row: 1;
    position: relative;
    border-radius: 25px;
    border: 0;
    background-color: #D9D9D9;
    height: 9px;
    margin-top: 1rem;
    /* cursor: pointer; */
    cursor: not-allowed;
}

#podcast .podcast-block .controls .progress-bar .progress {
    background-color: #FF5C5A;
    border-radius: 25px;
    border: 0;
}

#podcast .podcast-block .controls .advance-controls {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    gap: 0.5rem;
}

#podcast .podcast-block .controls .timers {
    grid-column: 4;
    grid-row: 2;
    margin-top: 0.5rem;
    margin-left: auto;
}

#podcast .podcast-block .player .controls .btn {
    color: #757575;
    padding: 0;
}

#podcast .podcast-block .player .prev-btn img,
#podcast .podcast-block .player .next-btn img {
    width: 9px;
}

#podcast .podcast-block .controls .progress {
    top: 0;
    position: relative;
    z-index: 3;
}

#podcast .podcast-block .controls .bar {
    width: 100%;
    height: 0.625rem;
    border-radius: 25px;
    z-index: 2;
}

#podcast .podcast-block .player .timers {
    display: flex;
    gap: 0.430625rem;
    color: #FF5C5A;
    font-weight: 600;
}

#podcast .podcast-block .player .controls {
    padding: 0;
}

#podcast .podcast-block .player .volume-btn img {
    width: 15px;
}

#podcast .podcast-block .player .volume-slider {
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0.625rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #F5EAEA;
}
#podcast .podcast-block .player .volume-slider input[type="range"] {
    width: 100px;
}

#podcast .podcast-block .player .volume-slider input[type="range"]::-ms-fill-upper,
#podcast .podcast-block .player .volume-slider input[type="range"]::-ms-fill-lower,
#podcast .podcast-block .player .volume-slider input[type="range"]::-moz-range-track,
#podcast .podcast-block .player .volume-slider input[type="range"]::-moz-range-progress,
#podcast .podcast-block .player .volume-slider input[type="range"]::-webkit-scrollbar,
#podcast .podcast-block .player .volume-slider input[type="range"]::-webkit-scrollbar-thumb,
::-webkit-scrollbar,
::-webkit-scrollbar-thumb {

    background-color: #FF5C5A !important;
}


#podcast .podcast-block .player .play-btn img{
    width: 2.45375rem;
}

@media (min-width: 992px) {
    #podcast {
        margin: 0 auto;
        padding: 4rem 3rem;
    }

    #podcast h2 {
        font-size: 3.4375rem;
        line-height: 3.4375rem;
        text-align: center;
    }
    
    #podcast h3 {
        font-size: 1.625rem;
        line-height: 2.125rem;
        width: 75%;
        text-align: center;
        margin: 5rem auto;
    }

    #podcast .podcasts {
        gap: 2.8125rem;
    }

    #podcast .podcast-block {
        max-width: 84.9375rem;
        width: 100%;
        margin: 0 auto;
        grid-template-columns: auto 1fr;
    }

    #podcast .podcasts-overlay .text {
        font-size: 3rem;
    }

    #podcast .podcast-block .image {
        grid-row: 1 / -1;
        width: 192px;
        height: 229px;
        object-fit: cover;
        margin: 0.6875rem 4rem 0.6875rem 0.8125rem;
    }

    #podcast .podcast-block .info .name {
        font-size: 0.875rem;
        line-height: 1.3125rem;
        font-weight: 400;
        margin-top: 1rem;
    }

    #podcast .podcast-block .info > p {
        font-size: 1rem;
        line-height: 1.4375rem;
        font-weight: 300;
    }

    #podcast .podcast-block .description {
        font-size: 1rem;
        line-height: 1.4375rem;
    }

    #podcast .podcast-block .info .show-more {
        font-size: 1rem;
        line-height: 1.4375rem;
        font-weight: 700;
    }

    #podcast .podcast-block .info .episode {
        text-align: left;
        font-size: 2.25rem;
        line-height: 2.25rem;
        font-weight: 600;
    }

    #podcast .podcast-block .player {
        grid-column: 2;
    }

    #podcast .show-more {
        width: fit-content;
    }

    #podcast .podcast-block .controls {
        grid-template-columns: auto 1fr 1fr auto;
        grid-template-rows: auto auto;
        margin-right: 1.5rem;
        margin-bottom: 0.5rem;
    }

    #podcast .podcast-block .controls .volume-btn img {
        width: 1.6875rem;
        height: 1.6875rem;
    }

    #podcast .podcast-block .controls .prev-btn img,
    #podcast .podcast-block .controls .next-btn img {
        width: 0.875rem;
        height: 0.875rem;
    }

    #podcast .podcast-block .controls .play-btn {
        margin-right: 2.9375rem;
    }

    #podcast .podcast-block .controls .play-btn img {
        width: 51px;
    }

    #podcast .podcast-block .controls .progress-bar {
        height: 12px;
    }
}

@media (min-width: 1400) {
    #podcast {
        margin: 0 auto;
        padding: 8.75rem 0;
    }

    #podcast h3 {
        font-size: 1.625rem;
        line-height: 2.125rem;
        width: 50%;
        text-align: center;
        margin: 5rem auto;
    }
}

/* SECTION PARTNERS */

#partners h2 {
    font-size: 2.125rem;
    margin-bottom: 2.75rem;
    font-weight: 700;
}

#partners h3, h4 {
    font-size: 1.125rem;
    font-weight: 700;
}

#partners h5 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}

#partners .top-section {
    padding: 0 2.71875rem;
    margin-bottom: 4.375rem;
    text-align: center;
}

#partners .box {
    background-color: #FFFFFF;
    padding: 4rem 2.65625rem;
    color: #707070;
    border-radius: 25px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    text-align: center;
}

#partners .box .partners-block .description {
    margin-bottom: 1.25rem;
}

#partners .box .partners-block .logos {
    display: flex;
    flex-direction: column;
    color: #000000;
    font-weight: 400;
    justify-content: center;
    align-items: center;
}

#partners .box .partners-block .organizers .logos {
    gap: 0.625rem;
}

#partners .box .partners-block .partners .logos {
    gap: 1.625rem;
}

#partners .box .partners-block .organizers .logos {
    gap: 2.5625rem;
}

#partners .box .organizers h4 {
    margin-bottom: 0.625rem;
}

#partners .box .partners h4,
#partners .box .media-partners h4 {
    margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
    #partners, #partners .box {
        padding: 8.75rem 10.4%;
    }

    #partners h2 {
        font-size: 3.4375rem;
        margin-bottom: 5rem;
        text-align: center;
    }
    
    #partners h3, h4 {
        font-size: 1.4375rem;
        font-weight: 700;
        text-align: center;
    }

    #partners h5 {
        font-size: 1.125rem;
        line-height: 1.6875rem;
        text-align: center;
    }

    #partners .box .partners-block .description {
        text-align: center;
        margin-bottom: 2.4375rem;
        font-weight: 400;
    }

    #partners .box .partners h4,
    #partners .box .media-partners h4 {
        margin-bottom: 3.75rem;
    }

    #partners .box .partners-block .logos img {
        max-width: 572px;
    }

    /* #partners .ct-logo {
        max-width: 500px !important;
    } */
}

/* FOOTER */

.footer-wrapper {
    padding: 4rem 0;
    background-color: #EAE8F2;
}

.footer .senat-logo {
    margin-bottom: 2.875rem;
    max-width: 394px;
    width: 356px;
}

.footer p {
    color: #8874D1;
    font-size: 1rem;
    margin: 2.875rem 3.8125rem 0;
}

.footer-menu {
    display: flex;
    flex-direction: column;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.btn-footer {
    font-size: 0.875rem;
    padding: 1.375rem 1rem 1.375rem 1.375rem;
    color: #5549A5;
    border: 1px solid #5549A5;
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    align-items: center;
}

.footer-btn-text {
    border-bottom: 1px solid transparent;
    transition: 0.5s;
}

.btn-footer:hover .footer-btn-text {
    border-bottom: 1px solid #5549A5;
}

@media (min-width: 992px) {
    .footer p {
        color: #5549A5;
    }

    .footer-menu {
        flex-direction: row;
        gap: 0;
    }

    .footer-menu *:not(:last-child) {
        border-right: none;
    }
    
    .btn-footer {
        color: #5549A5;
        width: 100%;
    }
}

/* MODAL */

.modal-dialog {
    z-index: 1050;
}

.modal-content {
    background-color: #FFFFFF;
    border-radius: 25px;
    border: none;
    overflow-y: auto;
}

.modal-content h5 {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    margin-bottom: 1.5rem;
    color: #423880;
    text-align: left;
}

.modal-content p {
    font-weight: 400;
    line-height: 1.5rem;
    color: #423880 !important;
    text-align: left;
    margin-bottom: 1rem;
}

.modal-header {
    border-bottom: 0;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
}

.modal-body {
    padding: 0 3.125rem 3.125rem;
}

@media (min-width: 992px) {
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}

@media (min-width: 1400px) {
    .modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto;
    }
}


/* OVERRIDE */
.cbp, .cbp-wrapper-outer, .cbp-wrapper {
    position: static !important;
}

.cbp-l-loadMore-link {
    margin-top: 0 !important;
    line-height: 1.625rem !important;
}

.cbp-item.personalities {
    margin-top: 0;
}

#featured .cbp-ready .cbp-item {
    position: static;
}

/* @media (min-width: 992px) {
    .cs .nav-icon .navbar-nav .menu-line{
        -webkit-transform: translate3d(0%, 0, 0) !important;
        transform: translate3d(-5%, 0, 0) !important;
    }
    
    .cs .nav-icon .navbar-nav .nav-link:nth-child(1).active ~ .menu-line{
        -webkit-transform: translate3d(-5%, 0, 0) !important;
        transform: translate3d(-5%, 0, 0) !important;
    }
    
    .cs .nav-icon .navbar-nav .nav-link:nth-child(2).active ~ .menu-line{
        -webkit-transform: translate3d(100%, 0, 0) !important;
        transform: translate3d(100%, 0, 0) !important;
    }
    
    .cs .nav-icon .navbar-nav .nav-link:nth-child(3).active ~ .menu-line{
        -webkit-transform: translate3d(200%, 0, 0) !important;
        transform: translate3d(200%, 0, 0) !important;
    }
    
    .cs .nav-icon .navbar-nav .nav-link:nth-child(4).active ~ .menu-line{
        -webkit-transform: translate3d(300%, 0, 0) !important;
        transform: translate3d(300%, 0, 0) !important;
    }
    
    .cs .nav-icon .navbar-nav .nav-link:nth-child(5).active ~ .menu-line{
        -webkit-transform: translate3d(395%, 0, 0) !important;
        transform: translate3d(395%, 0, 0) !important;
    }
    
    .en .nav-icon .navbar-nav .menu-line{
        -webkit-transform: translate3d(0%, 0, 0) !important;
        transform: translate3d(0%, 0, 0) !important;
    }
    
    .en .nav-icon .navbar-nav .nav-link:nth-child(1).active ~ .menu-line{
        -webkit-transform: translate3d(0%, 0, 0) !important;
        transform: translate3d(0%, 0, 0) !important;
    }
    
    .en .nav-icon .navbar-nav .nav-link:nth-child(2).active ~ .menu-line{
        -webkit-transform: translate3d(100%, 0, 0) !important;
        transform: translate3d(100%, 0, 0) !important;
    }
    
    .en .nav-icon .navbar-nav .nav-link:nth-child(3).active ~ .menu-line{
        -webkit-transform: translate3d(195%, 0, 0) !important;
        transform: translate3d(195%, 0, 0) !important;
    }
    
    .en .nav-icon .navbar-nav .nav-link:nth-child(4).active ~ .menu-line{
        -webkit-transform: translate3d(290%, 0, 0) !important;
        transform: translate3d(290%, 0, 0) !important;
    }
    
    .en .nav-icon .navbar-nav .nav-link:nth-child(5).active ~ .menu-line{
        -webkit-transform: translate3d(385%, 0, 0) !important;
        transform: translate3d(385%, 0, 0) !important;
    }
}

@media (min-width: 1025px) {
    .cs .nav-icon .navbar-nav .menu-line{
        -webkit-transform: translate3d(-5%, 0, 0) !important;
        transform: translate3d(-5%, 0, 0) !important;
    }
    
    .cs .nav-icon .navbar-nav .nav-link:nth-child(1).active ~ .menu-line{
        -webkit-transform: translate3d(-5%, 0, 0) !important;
        transform: translate3d(-5%, 0, 0) !important;
    }
    
    .cs .nav-icon .navbar-nav .nav-link:nth-child(2).active ~ .menu-line{
        -webkit-transform: translate3d(123%, 0, 0) !important;
        transform: translate3d(123%, 0, 0) !important;
    }
    
    .cs .nav-icon .navbar-nav .nav-link:nth-child(3).active ~ .menu-line{
        -webkit-transform: translate3d(245%, 0, 0) !important;
        transform: translate3d(245%, 0, 0) !important;
    }
    
    .cs .nav-icon .navbar-nav .nav-link:nth-child(4).active ~ .menu-line{
        -webkit-transform: translate3d(373%, 0, 0) !important;
        transform: translate3d(373%, 0, 0) !important;
    }
    
    .cs .nav-icon .navbar-nav .nav-link:nth-child(5).active ~ .menu-line{
        -webkit-transform: translate3d(490%, 0, 0) !important;
        transform: translate3d(490%, 0, 0) !important;
    }
    
    .en .nav-icon .navbar-nav .nav-link:nth-child(2).active ~ .menu-line{
        -webkit-transform: translate3d(125%, 0, 0) !important;
        transform: translate3d(125%, 0, 0) !important;
    }
    
    .en .nav-icon .navbar-nav .nav-link:nth-child(3).active ~ .menu-line{
        -webkit-transform: translate3d(240%, 0, 0) !important;
        transform: translate3d(240%, 0, 0) !important;
    }
    
    .en .nav-icon .navbar-nav .nav-link:nth-child(4).active ~ .menu-line{
        -webkit-transform: translate3d(360%, 0, 0) !important;
        transform: translate3d(360%, 0, 0) !important;
    }
    
    .en .nav-icon .navbar-nav .nav-link:nth-child(5).active ~ .menu-line{
        -webkit-transform: translate3d(480%, 0, 0) !important;
        transform: translate3d(480%, 0, 0) !important;
    }
}

@media (min-width: 1400px) {
    .cs .nav-icon .navbar-nav .menu-line{
        -webkit-transform: translate3d(30%, 0, 0) !important;
        transform: translate3d(30%, 0, 0) !important;
    }

    .cs .nav-icon .navbar-nav .nav-link:nth-child(1).active ~ .menu-line{
        -webkit-transform: translate3d(30%, 0, 0) !important;
        transform: translate3d(30%, 0, 0) !important;
    }

    .cs .nav-icon .navbar-nav .nav-link:nth-child(2).active ~ .menu-line{
        -webkit-transform: translate3d(200%, 0, 0) !important;
        transform: translate3d(200%, 0, 0) !important;
    }

    .cs .nav-icon .navbar-nav .nav-link:nth-child(3).active ~ .menu-line{
        -webkit-transform: translate3d(330%, 0, 0) !important;
        transform: translate3d(330%, 0, 0) !important;
    }

    .cs .nav-icon .navbar-nav .nav-link:nth-child(4).active ~ .menu-line{
        -webkit-transform: translate3d(490%, 0, 0) !important;
        transform: translate3d(490%, 0, 0) !important;
    }

    .cs .nav-icon .navbar-nav .nav-link:nth-child(5).active ~ .menu-line{
        -webkit-transform: translate3d(645%, 0, 0) !important;
        transform: translate3d(645%, 0, 0) !important;
    }

    .en .nav-icon .navbar-nav .menu-line{
        -webkit-transform: translate3d(30%, 0, 0) !important;
        transform: translate3d(30%, 0, 0) !important;
    }

    .en .nav-icon .navbar-nav .nav-link:nth-child(1).active ~ .menu-line{
        -webkit-transform: translate3d(30%, 0, 0) !important;
        transform: translate3d(30%, 0, 0) !important;
    }

    .en .nav-icon .navbar-nav .nav-link:nth-child(2).active ~ .menu-line{
        -webkit-transform: translate3d(210%, 0, 0) !important;
        transform: translate3d(210%, 0, 0) !important;
    }

    .en .nav-icon .navbar-nav .nav-link:nth-child(3).active ~ .menu-line{
        -webkit-transform: translate3d(355%, 0, 0) !important;
        transform: translate3d(355%, 0, 0) !important;
    }

    .en .nav-icon .navbar-nav .nav-link:nth-child(4).active ~ .menu-line{
        -webkit-transform: translate3d(495%, 0, 0) !important;
        transform: translate3d(495%, 0, 0) !important;
    }

    .en .nav-icon .navbar-nav .nav-link:nth-child(5).active ~ .menu-line{
        -webkit-transform: translate3d(630%, 0, 0) !important;
        transform: translate3d(630%, 0, 0) !important;
    } 
} */
