.section-stories {
    background: linear-gradient(
        180deg,
        #3c236f 27.8%,
        #a28ad6 67.89%,
        #f0ebff 100%
    );
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.no-scroll {
    overflow: hidden;
}


.carousel-left-stories {
    display: flex;
    flex-direction: column;
    gap: 1vh;
}

.qfs-stories {
    font-size: 4.375vw;
    font-weight: 400;
    line-height: 5.1vw;
    color: #f2f2f2;
    white-space: nowrap;
}

.read-more-stories,
.read-more-stories a {
    font-size: 1.25vw;
    font-weight: 300;
    line-height: 1.5vw;
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.35s ease-in-out;
}

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

.button-nav-stories {
    display: flex;
    gap: 3vh;
    margin-top: 2.5vw;
}

.button-nav-stories button {
    width: 3.8vw;
    height: 3.8vw;
    border-radius: 50%;
    border: 1px solid #fff;
    background: transparent;
    font-size: 50px;
    cursor: pointer;
    transition: background 0.35s;
}

.button-nav-stories button:hover,
.button-nav-stories button:focus {
    outline: 0;
    border: 1px solid #fff;
}

.button-nav-stories button:hover {
    background: rgba(255, 255, 255, 0.9);
}

.stories-left,
.stories-right {
    display: flex;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background: center no-repeat;
    transition: filter 0.35s ease-in-out;
    background-size: 0.85vw;
}

.stories-left {
    background-image: url(/images/stories/stories-left.png);
}

.stories-right {
    background-image: url(/images/stories/stories-right.png);
}

.button-nav-stories button:hover .stories-left,
.button-nav-stories button:hover .stories-right,
.stories-left:hover,
.stories-right:hover {
    filter: brightness(0) saturate(100%) invert(47%) sepia(26%) saturate(100%)
        hue-rotate(229deg) brightness(98%) contrast(96%);
}

.carousel-container-stories {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-user-drag: none;
    user-select: none;
}

.carousel-container-anim {
    max-width: 100%;
    display: flex;
    border-radius: 34px;
    background-color: #f0ebff;
    width: 41%;
    position: absolute;
    justify-content: center;
    z-index: 10;
    overflow: hidden;
    flex-direction: column;
    padding: 1.5rem;
}

.flip-box {
    perspective: 1000px;
    width: 56%;
    height: 80%;
}

.flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box.flip .flip-inner {
    transform: rotateY(180deg);
}

.flip-front {
    position: absolute;
    width: 100%;
    height: 86%;
    backface-visibility: hidden;
    top: 0;
    left: 0;
}

.flip-back {
    position: absolute;
    width: 117%;
    height: 100%;
    backface-visibility: hidden;
    top: -15px;
    left: -7%;
}

.flip-front {
    z-index: 2;
}

.flip-back {
    transform: rotateY(180deg);
    padding: 1.5rem;
    border-radius: 34px;
    overflow: auto;
}

.carousel-anim-text {
    position: relative;
    bottom: -20px;
    width: 100%;
    padding: 20px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: #57369c;
}

.carousel-img {
    border: 10px solid #ffff;
    border-radius: 34px;
    max-width: 100%;
    max-height: 100%;
}

/*MOBILE*/
.m-carousel-container-anim {
    max-width: 100%;
    display: flex;
    border-radius: 34px;
    background-color: #f0ebff;
    width: 41%;
    position: absolute;
    justify-content: center;
    z-index: 10;
    overflow: hidden;
    flex-direction: column;
    padding: 1.5rem;
}

.m-flip-box {
    perspective: 1000px;
    width: 56%;
    height: 80%;
}

.m-flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.m-flip-box.flip .m-flip-inner {
    transform: rotateY(180deg);
}

.m-flip-front {
    position: relative;
    width: 100%;
    min-height: 100%;
    backface-visibility: hidden;
    top: -15vh;
    left: 0;
}

.m-flip-back {
    position: absolute;
    width: 100%;
    min-height: 100vh;
    backface-visibility: hidden; 
}

.m-flip-front {
    z-index: 2;
}

.m-flip-back {
    transform: rotateY(180deg);
    border-radius: 34px;
}

.m-carousel-anim-text {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 20px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #57369c;
}

.m-carousel-img {
    border: 7px solid #ffff;
    border-radius: 15px;
    max-width: 100%;
    max-height: 100%;
}

.carousel-stories {
    position: absolute;
    left: 0;
    right: 18.229vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-item-stories {
    position: absolute;
    width: 28.646vw;
    /*    height: 65vh;*/
    min-height: 55.5vh;
    border-radius: 1.771vw;
    background: white;
    transition: transform 0.5s, z-index 0.1s, opacity 0.1s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 1.875vw;
    opacity: 1;
    box-shadow: 0px 0px 40px 0px #d2c0ff;
    -webkit-user-drag: none;
    user-select: none;
    cursor: pointer;
}

.carousel-item-stories img {
    width: 100%;
    height: 43.1852vh;
    border-radius: 0.833vw;
    object-fit: cover;
    object-position: top;
    margin-bottom: 2vh;
    -webkit-user-drag: none;
    user-select: none;
}

.carousel-item-stories p {
    font-size: 1.25vw;
    color: #3c236f;
    line-height: 1.5vw;
    -webkit-user-drag: none;
    user-select: none;
}

.link-stories-survivor {
    display: none;
}

/* modal stories */
.image-modal-stories{
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.image-modal-stories-mobile {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    overflow: auto;
}

.container-close-stories {
    max-width: 75vw !important;
}
.close-stories,
.close-stories-mobile {
    display: block;
    float: right;
    width: 4vw;
    height: 4vw;
    background: url(/images/stories/close-stories.png) center no-repeat;
    background-size: 2.2vw;
    cursor: pointer;
}
.close-stories:hover,
.close-stories:focus {
    opacity: 0.8;
    cursor: pointer;
}
.image-modal-content-stories {
    position: relative;
    /* box-shadow: 0px 0px 50px 0px #F0EBFF;  */
    background-color: #f0ebff;
    border-radius: 1.771vw;
    padding: 1.25vw;
    /*  width: 57vw;
    height: 75vh;*/
    width: 90%;
    /*max-width: 100%;*/
    max-height: 92%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.inner-left-stories {
    width: 50%;
    padding: 1.25vw 0.833vw 0vw 0vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.modal-text-stories {
    margin-left: 0.8vw;
    color: #57369c;
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 1.25em;
    max-width: 100%;
    text-align: start;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.modal-name-stories {
    margin-left: 0.8vw;
    color: #57369c;
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 1.25em;
    max-width: 100%;
    text-align: start;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.modal-name-stories {
    font-weight: 400;
    color: #343434;
    margin-top: 1vw;
}
.inner-left-stories button {
    box-shadow: 0px 0px 40px 0px #d2c0ff;
    background: #57369c;
    outline: 0;
    border: 0;
    border-radius: 25px;
    width: 9.479vw;
    height: 5.35vh;
    cursor: pointer;
    font-size: 0.938vw;
    font-weight: 300;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.599vw 1.1vw 0.599vw 1.25vw;
    transition: color 0.35s;
}
.inner-right-stories {
    width: 50%;
    height: auto;
    max-width: 100vw;
    max-height: 100vh;
    border: 8px solid #ffffff99;
    border-radius: 0.833vw;
}
.modal-image-stories {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    /*object-fit: cover;*/
    object-position: bottom;
    /*ss*/
    border-radius: 10px;
}
.modal-link,
.modal-link-mobile {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: 0.65vw !important;
    background: url(/images/stories/modal-arrow.png) center no-repeat;
    cursor: pointer;
}

.carousel-container-stories {
    display: flex;
}
.m-carousel-container-stories,
.image-modal-stories-mobile {
    display: none;
}
.break-line {
    display: inline;
}

.close-stories-mobile {
    width: 6vw;
    height: 6vw;
    background-size: 5.5vw;
}

/* Third section */
.third-section-title {
    text-align: left;
    font-family: Poppins;
    color: #f2f2f2;
    font-weight: 400;
    font-size: 4.25rem;
    line-height: 120%;
    letter-spacing: 3%;
}

.tab-list-container {
    margin-top: 3rem;
    background-color: #fff;
    border-radius: 16px;
    padding: 8px;
    gap: 12px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.tab-list-container button {
    background-color: transparent;
    color: #57369c;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    padding: 14px 24px;
    border-radius: 12px;
    width: 100%;

    font-family: Poppins;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: 0%;
}

.tab-list-container button:hover {
    background-color: #8969d6;
    color: #fff;
    font-weight: 400;
}

.tab-list-container button.active {
    background-color: #3c236f;
    color: #fff;
    font-weight: 700;
}

.tabcontent {
    display: none;
    margin-top: 1.5rem;
    background-color: #8a7ba9;
    border-radius: 34px;
    padding: 16px;
}

.tabcontent-inner {
    background-color: #fff;
    border-radius: 19px;
    padding: 48px;
}

#tab2 .tabcontent-inner {
    padding: 48px 48px 58px 48px;
}

.tabcontent-inner .tab-title {
    color: #3c236f;
    font-family: Poppins;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 120%;
}

.tabcontent-inner .tab-content {
    color: #343434;
    font-family: Poppins;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 120%;
}

.tab2-videoframe {
    aspect-ratio: 88 / 50;
    width: 100%;
    max-height: 500px;
    height: 100%;
}

.tab1-table-wrapper {
    border: 1px solid #57369c;
    border-radius: 16px;
    overflow: hidden;
}

.tab1-table {
    width: 100%;
    border-collapse: collapse;
    /*table-layout: fixed;*/
}

.top-left-corner-table-header {
    border-radius: 16px 0 0 0;
    border-left: 0;
}

.top-right-corner-table-header {
    border-radius: 0 16px 0 0;
    border-right: 0;
}

.tab1-table th,
.tab1-table td {
    border: 1px solid #57369c;
    border-left: 0;
    border-collapse: collapse;
    overflow: hidden;
}

.tab1-table th {
    border: 1px solid white;
    border-top: 0;
    border-collapse: collapse;
}

.tab1-table th.age-range {
    padding: 16px;
    text-align: center;
    white-space: nowrap;
    font-weight: 400;
}

.tab1-table tr th {
    text-align: center;
    background-color: #57369c;
    padding: 16px 36px;
    color: #fff;
    font-family: Poppins;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 120%;
}

.tab1-table tr td h2 {
    color: #57369c;
    font-family: Poppins;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 120%;
}

.tab1-table tr td {
    padding: 24px 36px;
}

.ribon-tk {
    max-width: 60px;
    width: 100%;
}

.tab1-table tr td ul li {
    color: #343434;
    font-family: Poppins;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 120%;
}

td ul li ul li {
    list-style-type: disc;
    color: #000;
}

.tab1-table tr:nth-child(odd) {
    background-color: #f0ebff;
}

.tab1-part2Title {
    margin-top: 1.5rem;
    color: #57369c;
    font-family: Poppins;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 120%;
    font-family: Poppins;
    /*vertical-align: middle;*/
}

.tab1-part2Content {
    color: #343434;
    font-family: Poppins;
    font-weight: 400;
    font-style: italic;
    font-size: 1.125rem;
    line-height: 100%;
}

.btn-registerScreen {
    background-color: #57369c;
    padding: 10.5px 24px 10.5px;
    color: #fff;
    border-radius: 40px;
    box-shadow: 0px 0px 40px 0px #d2c0ff;
    white-space: normal;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 120%;
}

.vd-frame {
    aspect-ratio: 73 / 40;
    max-height: 400px;
    height: 100%;
}

.regScreen-arrow {
    max-width: 24px;
}

.tab1-footer {
    margin-top: 9rem;
}

.tab1-footer > div > h3 {
    color: #57369c;
    font-family: Poppins;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 120%;
}

.tab1-footer > div > p {
    color: #343434;
    font-family: Poppins;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 120%;
}

.tab2-topContent {
    padding-right: 8%;
}

.tab3-topContent {
    margin-top: 1rem;
    padding-right: 5%;
}

.tab2-secondHeader {
    color: #3c236f;
    font-family: Poppins;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
}

.tab2-secondContent {
    color: #343434;
    font-family: Poppins;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    transition: transform .3s ease,-webkit-transform .3s ease;
}

.btn-registerScreen.tab2-btm-btn {
    font-size: 2rem;
}

.btn-row {
    margin-top: 8rem;
}

.tab-card {
    /*background-color: #f0ebff;*/
    background-color: #d8d2ed;
    border: 1px solid #fff;
    border-radius: 34px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.tab-card-img {
    text-align: center;
}

.tab-inner-card-img {
    /*max-width: 82px;
    width: 100%;*/
    width: 28.829%;
    margin-bottom: 3rem;
}

.tab-card-content {
    margin: 2rem 0;
}

.tab-card-content h2 {
    color: #57369c;
    font-family: Poppins;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 120%;
    text-align: center;
}

.tab-card-content p {
    color: #343434;
    font-family: Poppins;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 130%;
    text-align: center;
}

.tab-card-btn {
    color: #57369c;
    background-color: transparent;
    font-family: Poppins;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 120%;
}

.tab-card-arrow {
    max-width: 12px;
    width: 100%;
}

@media(max-width: 1600px) {
   .carousel-anim-text{
       font-size: 1.5rem;
       bottom: -5px;
   }

    .close-stories {
        width: 3vw;
    }

    .modal-text-stories {
        font-size: 1.5rem;
    }

    .modal-name-stories {
        font-size: 1rem;
    }

    .flip-back {
        width: 112%;
        left: -4%;
    }

    .inner-left-stories {
        width: 61%;
    }

    .flip-box {
        max-width: 100%;
        height: 80%;
    }

    .tab-list-container button {
        font-size: 1.25rem;
    }

    .tab-card {
        height: 100%;
    }

    .tab-card-content {
        margin: 1rem 0;
    }

    .tab-card-content h2 {
        font-size: 1.25rem;
    }

    .tab-card-btn {
        font-size: 1rem;
    }

    /*.tab-card {
        padding: 1rem;
    }

    .tab-inner-card-img {
        max-width: 50px;
    }*/

    .tabcontent-inner .tab-title {
        font-size: 1.25rem;
    }

    .tabcontent-inner .tab-content {
        font-size: 1.25rem;
    }

    .tab1-table tr th {
        font-size: 1.25rem;
    }

    .tab1-table tr td h2 {
        font-size: 1.25rem;
    }

    .tab1-table tr td ul li {
        font-size: 1.05rem;
    }

    .tab1-part2Title {
        font-size: 1.25rem;
    }

    .tab1-part2Content {
        font-size: 1.08rem;
    }

    .tab1-footer > div > h3 {
        font-size: 1.25rem;
    }

    .tab1-footer > div > p {
        font-size: 1.25rem;
    }

    .tab2-secondContent {
        font-size: 1.25rem;
    }

    .btn-registerScreen.tab2-btm-btn {
        font-size: 1.5rem;
    }
}

@media (max-width: 1440px) {
    .tab1-table tr th {
        font-size: 1.125rem;
    }

    .ribon-tk {
        max-width: 50px;
    }
}


@media (max-width: 1200px) {
    /*.tab1-table-wrapper {
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }*/

    .tab1-table {
        table-layout: fixed;
    }

    .top-left-corner-table-header {
        border-radius: 5px 0 0 0;
        border-left: 0;
    }

    .top-right-corner-table-header {
        border-radius: 0 5px 0 0;
        border-right: 0;
    }

    .tab1-table tr th {
        font-size: 0.95rem;
    }

    /*.tab1-table {
        table-layout: unset;
    }*/

    .mobile-btm-gap {
        margin-bottom: 2rem;
    }

    .myth.ver-2-mob {
        background: transparent;
        padding-bottom: 3rem;
    }

    .carousel-indicators li.v2 {
        background-color: #f2f2f2;
    }

    .tab2-secondHeader-mob {
        color: #3c236f;
        font-family: Poppins;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
    }

    .tab2-secondContent-mob {
        color: #343434;
        font-family: Poppins;
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
        text-align: center;
        margin-bottom: 2rem;
    }

    .tab-card {
        /*flex-direction: row;*/
        height: 100%;
    }

    .tab-inner-card-img {
        height: 100%;
    }

    .hypelink-btn {
        /*width: 100%;*/
        /*padding: 0 40px;*/
    }
}

@media(max-width: 1024px) {
    .column2-table {
        padding-inline-start: 12px;
    }

    .tab1-table th.age-range {
        padding: 6px;
        font-size: 1.1rem;
    }

    .tabcontent-inner {
        padding: 40px;
    }
}

@media (max-width: 992px) {
    .tab1-table tr th {
        font-size: 8px;
        padding: 15px;
    }

    .tab1-table tr td {
        padding: 15px;
        border-bottom: 0;
    }

    .tab1-table tr td h2 {
        font-size: 8px;
    }

    .tab1-table tr td ul li {
        font-size: 6px;
    }

    .ribon-tk {
        max-width: 30px;
    }

    /*.tab1-table-wrapper::-webkit-scrollbar {
        display: none;
    }*/

    .tab1-table tr th {
        min-width: 270px;
    }

    .tab1-table tr th.top-left-corner-table-header {
        border-left: 0;
    }

    .tab1-table tr th.top-right-corner-table-header {
        border-right: 0;
    }

    .tab1-table tbody tr td ul.column2-table {
        padding-inline-start: 15px;
    }

    .tab1-table th.age-range {
        white-space: normal;
    }
}

@media (max-width: 767.9px) {
    .m-flip-back {
        top: 112%;
    }

    .third-section-title {
        font-size: 18px;
    }

    .tab-list-container {
        flex-direction: column;
    }

    .tab-list-container button {
        font-size: 14px;
    }

    .tabcontent {
        border-radius: 13px;
        padding: 8px;
    }

    .tabcontent-inner {
        padding: 12px;
        border-radius: 8px;
    }

    .tabcontent-inner .tab-title {
        font-size: 14px;
    }

    .tabcontent-inner .tab-content {
        font-size: 12px;
    }

    .tab1-table tr th {
        text-align: center;
        font-size: 5px;
        min-width: 240px;
    }

    .tab1-table tr th.age-range {
        text-align: center;
        min-width: 150px;
        padding: 12px;
    }

    .tab1-table tr td h2 {
        font-size: 12px;
    }

    .tab1-table tr td ul li {
        font-size: 10px;
    }

    .ribon-tk {
        max-width: 30px;
        width: 100%;
    }

    .tab1-part2Title {
        font-size: 14px;
    }

    .tab1-part2Content {
        font-size: 12px;
    }

    .tab1-footer > div > h3 {
        font-size: 14px;
    }

    .tab1-footer > div > p {
        font-size: 12px;
    }

    .vd-frame {
        height: auto;
    }

    .btn-registerScreen {
        font-size: 12px;
    }

    .tab1-footer {
        margin-top: 5rem;
    }

    #tab2 .tabcontent-inner {
        padding: 12px;
        border-radius: 8px;
    }

    .tab2-secondHeader-mob {
        color: #3c236f;
        font-family: Poppins;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
    }

    .tab2-secondContent-mob {
        color: #343434;
        font-family: Poppins;
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
        text-align: center;
        margin-bottom: 2rem;
    }

    .myth.ver-2-mob {
        padding-bottom: 5rem;
        background: transparent;
    }

    .carousel-control-prev.ver-2-mob img,
    .carousel-control-next.ver-2-mob img {
        max-width: 24px;
        width: 100%;
    }

    .regScreen-arrow {
        max-width: 12px;
    }

    .carousel-indicators li {
        background-color: #f2f2f2;
    }

    .btn-row {
        margin-bottom: 1rem;
    }

    .tab-card {
        font-size: 16px;
        border-radius: 13px;
    }

    .tab-card-content h2 {
        font-size: 16px;
    }

    .tab-card-content p {
        font-size: 12px;
    }

    .tab-card-btn {
        font-size: 14px;
    }

    .ssb_sb {
        right: 6%;
    }

    .btn-registerScreen.tab2-btm-btn {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .btn-registerScreen {
        position: relative;
        padding: 18px;
        font-size: 14px;
    }

    .regScreen-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20%;
        max-width: 14px;
    }

    .tab1-table {
        table-layout: fixed;
    }

    .top-left-corner-table-header {
        border-radius: 5px 0 0 0;
        border-left: 0;
    }

    .top-right-corner-table-header {
        border-radius: 0 5px 0 0;
        border-right: 0;
    }

    .tab1-table tr th {
        text-align: left;
        font-size: 5px;
        padding: 5px;
    }

    .tab1-table th.age-range {
        font-size: 5px;
    }

    .tab1-table tr td {
        padding: 5px;
    }

    .tab1-table tr td h2 {
        font-size: 5px;
    }

    .tab1-table tr td ul li {
        font-size: 4px;
    }

    .ribon-tk {
        max-width: 10px;
    }

    .tab1-table tbody tr td ul {
        padding-inline-start: 15px;
    }

    .tab1-table tbody tr td ul.column2-table {
        padding-inline-start: 10px;
    }

    .tab1-table th.age-range {
        padding: 5px;
        white-space: normal;
    }

    .mob-tab2-row {
        margin-top: 1rem;
    }

    .card {
        /*max-height: 280px;*/
    }

    .tab2-card .myth-body {
        padding: 1rem 1.5rem 4rem 1.5rem !important;
    }

    .popup-container-close-stories {
        top: -30px;
        width: 10%;
    }
}

@media (max-width: 480px) {
    .tabcontent-inner .tab-title {
        font-size: 1.5rem !important;
    }

    .tabcontent-inner .tab-content {
        font-size: 1.1rem !important;
    }

    .ribon-tk {
        max-width: 12px !important;
    }

    .tab-card-content p {
        margin: 2rem 0 !important;
    }

    .tab1-table tr th {
        font-size: 5px !important;
    }

    .tab-card-content h2 {
        font-size: 1.5rem !important;
    }

    .tab-card-content p {
        font-size: 1.3rem !important;
    }

    .btn.tab-card-btn {
        font-size: 1.25rem !important;
    }

    .tab-card {
        height: 100% !important;
    }

    .tab-inner-card-img {
        max-width: 55px;
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .regScreen-arrow {
        right: 13%;
        max-width: 14px !important;
    }
}

@media(max-width: 360px) {
    .regScreen-arrow {
        max-width: 20px;
    }
}

@media (max-width: 330px) {
    .regScreen-arrow {
        right: 12%;
    }

    .btn-registerScreen {
        font-size: 12px;
    }

    .btn-registerScreen.tab2-btm-btn {
        font-size: 1.35rem;
    }
}

/* End Third Section */

/* mobile responsive */
@media (max-width: 2100px) and (pointer: coarse) {
    .carousel-item-stories img {
        height: 36vh;
    }

    .modal-link-mobile {
        width: 4vw;
        /*height: 3vw;*/
        background-size: 1.5vw !important;
    }

    .inner-left-stories button {
        width: 36.5vw;
        padding: 1.5vw 3.5vw;
    }

    .carousel-container-stories,
    .image-modal-stories {
        display: none !important;
    }
    .m-carousel-container-stories {
        display: flex;
    }
    /* .break-line {
        display: none;
    }*/
    /* ----- */
    .section-stories {
        flex-direction: column;
        background: linear-gradient(
            180deg,
            #3c236f 0%,
            #a28ad6 56%,
            #f0ebff 100%
        );
    }
    .section-stories.container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        gap: 3vh;
        height: max-content;
        padding-top: 14vw;
    }
    .carousel-left-stories {
        width: 100%;
        padding-left: 7.5vw;
        gap: 2vh;
    }
    .qfs-stories {
        font-size: 7.647vw;
        line-height: 6.776vw;
        font-weight: 300;
    }
    .read-more-stories,
    .read-more-stories a {
        font-size: 4.5vw;
        line-height: 4.282vw;
    }
    .button-nav-stories {
        gap: 1.2vh;
        margin-top: 4vw;
    }
    .button-nav-stories button {
        width: 7.8vw;
        height: 7.8vw;
        border: 1.5px solid #fff;
    }
    .stories-left,
    .stories-right {
        background-size: 2vw;
    }
    .m-carousel-container-stories {
        width: 100%;
        padding: 0 0 1rem;
        overflow: hidden;
    }
    .m-carousel-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        display: flex;
    }

    .m-carousel-stories {
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 1rem;
        display: flex;
        gap: 2rem;
        min-width: max-content;
        align-items: flex-start;
    }

    .m-carousel-wrapper::-webkit-scrollbar {
        display: none;
    }

    .m-carousel-stories::-webkit-scrollbar {
        display: none;
    }

    .m-carousel-item-stories {
        flex: 0 0 65vw;
        width: 65vw;
        scroll-snap-align: start;
        border: 0.092vw solid #e8e8e8;
        border-radius: 3.059vw;
        background-color: #ffff;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 3.765vw;
        box-shadow: 0px 0px 15.43px 0px #d2c0ff;
        -webkit-user-drag: none;
        user-select: none;
    }

    /* Add side spacing to the first and last visible items */
    .m-carousel-item-stories:first-child {
        margin-left: 7.5vw;
    }

    .m-carousel-item-stories:last-child {
        margin-right: 7.5vw;
    }

    .m-carousel-item-stories img {
        user-select: none;
        -webkit-user-drag: none;
        width: 100%;
        height: 48vw;
        object-fit: cover;
        object-position: top;
        margin-bottom: 2vh;
        border-radius: 10px;
    }
    .m-carousel-item-stories p {
        font-size: 2.1vw;
        font-weight: 400;
        color: #3c236f;
        text-wrap: auto;
    }
    .m-carousel-container-stories::-webkit-scrollbar {
        display: none;
    }

    /* img modal stories mobile */
    .container-close-stories {
        max-width: 100vw !important;
        transform: translateY(-145px);
    }
    .image-modal-content-stories {
        width: 100vw;
        height: auto;
        padding: 6.167vw;
        flex-direction: column;
        justify-content: flex-start;
        border-radius: 13px;
    }
    .inner-right-stories {
        width: 100%;
        border: none;
        border-radius: 0;
        margin-bottom: 2vw;
    }
    .modal-image-stories-mobile {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center 30%;
        border-radius: 15px;
        border: 6px solid #ffff;
    }
    .inner-left-stories {
        width: 100%;
    }
    .inner-left-stories button {
        width: 28.86vw;
        height: 6.128vh;
        font-size: 2.825vw;
        padding: 1.5vw 3.129vw;
    }
    .modal-text-stories-mobile{
        font-size: 1.5rem;
        font-weight: 700;
        color: #57369c;
        line-height: 25px;
    }
    .modal-name-stories-mobile {
        font-size: 1rem;
        font-weight: 700;
        color: #57369c;
    }
    .modal-name-stories-mobile {
        font-weight: 400;
        color: #343434;
    }

    #middle-landing {
        margin-bottom: 10vh;
    }

    .modal-title {
        font-size: 3.8vw;
    }
}
@media (max-width: 1450px) {
    .m-flip-back{
        top: 0;
    }
    .m-flip-front{
        top: 0;
    }

    .inner-left-stories button{
        font-size: 1.825vw;
        padding: 0rem;
    }

    .modal-link-mobile {
        width: 4vw;
        background-size:1.5vw !important;
    }

    .inner-right-stories{
        height: 53%;
    }

    .image-modal-content-stories{
        padding: 4.167vw;
    }

    .m-carousel-item-stories{      
        min-height: 92vh;
    }

    .container-close-stories{
        transform: translateY(-0px);
    }

    .inner-right-stories{
        height: 100%;
        max-width: 100%;
    }
    .image-modal-content-stories{
        width: 100%;
    }
    .image-modal-content-stories{
        padding: 2.167vw;
    }
    .modal-text-stories {
        font-size: 1.25rem;
    }
    .modal-name-stories{
        font-size: 0.875rem;
    }
    .inner-left-stories button{
        font-size: 0.875rem;
        width: 10.479vw;
    }
    .modal-image-stories{
        object-fit: cover;
    }
}
    

@media (max-width: 640px) {
    .m-carousel-item-stories p {
        font-size: 2.3vw;
    }
}
@media (max-width: 575.5px) {
    .m-carousel-item-stories p {
        font-size: 2.2vw;
    }
    .m-flip-front {
        top: -11vh;
    }
    .container-close-stories{
        transform: translateY(-145px);
    }
    .inner-left-stories button {
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 3.294vw;
        padding: 1.5vw 3.129vw;
    }

    .close-stories-mobile {
        height: 7vw;
        background-size: 7.2vw;
    }
    .modal-link-mobile {
        width: 4vw;
        height: 3vw;
        background-size:2.5vw !important;
    }

    .image-modal-content-stories{
        width: 100%;
    }
    .image-modal-content-stories{
        padding: 4.167vw;
    }
    .modal-text-stories {
        font-size: 1.25rem;
    }
    .modal-name-stories{
        font-size: 0.875rem;
    }
}
@media (max-width: 500px) {
    .m-carousel-item-stories p {
        font-size: 2.8vw;
    }
    .m-carousel-item-stories {
        min-height: 42vh;
    }
    .m-flip-box {
        width: 80%;
    }
    .inner-left-stories {
        height: 100%;
    }
    .image-modal-content-stories {
        /*min-height: 100vh;*/
        top: -11vh;
        height: fit-content;
    }
}

.container {

    width: 100%;

    padding-right: 15px;

    padding-left: 15px;


@media (max-width: 425px) {
    .m-carousel-item-stories p {
        font-size: 3vw;
    }
}

@media(max-width: 340px) {
    .btn-registerScreen.tab2-btm-btn {
        font-size: 16px;
    }
}
