@import url('config.css');

.mouseDown {
    user-select: none;
}

body {
    overflow: hidden;
    background-color: #fff !important;
}

/*******************/

#hero {
    position: relative;
}

.hero-img-mb {
    display: none;
}
.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.col2 {
    flex: 0 0 40%;
    max-width: 40%;
    /* border: 2px solid green; */
}
.img-container-ed>.asc-img {
    border-radius: 17px;
    max-width: 100%;
}
.hero-description {
    margin: 4rem 0;
    flex: 1 0 46%;
}
.days-container{
    display: flex;
    margin: 0 6rem;
    gap: 2rem;
    align-items: center;
}
.days-text{
    margin-top: 6rem;
    position: relative;
}
.days-span{
    background-color: #fff;
    border-radius: 25px;
    padding: 2rem;
    box-shadow: 3px 2px 32px -21px rgba(0,0,0,0.75);
}
.slider-days{
    width:  600px;
}
.slider-days img{
    width: 100% !important;
}
.description-title {
    color: #fff;
    font-weight: 800;
    font-size: 49px;
    width: 86%;
    margin-bottom: 16px;
}

.description-text {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    width: 86%;
}

.description-btn-container {
    margin-top: 36px;
}

.btne {
    padding: 1rem 4rem;
    border-radius: 15px;
    transition: background 0.3s, color 0.3s;
    display: inline-block;
    /*     width: fit-content; */
}

.description-btn {
    background-color: rgba(245, 245, 245, 0.25);
    border: 1px solid #fff;
    margin-left: calc(var(--s1px)* 64);
    color: #fff;
}

.description-btn:hover {
    background-color: #fff;
    border: 1px solid rgba(245, 245, 245, 0.25);
    color: black;
}


/*************************************/

#objective {
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}

.obj-rec {
    position: absolute;
    z-index: -1;
}

.obj-rec1 {
    top: 0;
    right: 0;
}

.slick-slide {
    margin: 0px 20px;
    position: relative;
}

.days_img{
    border-radius: 25px;
}
.obj_sponso_logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    margin-bottom: 10rem;
}
.obj-row-child>div:nth-of-type(2){
    margin-bottom: 0rem;
}
.obj_no_margin{
    margin-bottom: 0rem;
    gap: 2rem;
}
.obj_sponso_logos>img {
    width: 210px;
}
.obj_no_margin>img {
    width: 250px;
}
/*.obj_sponso_logos>img:nth-of-type(1) {
    width: 120px;
}*/

.logo-carousel {
    overflow: inherit;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
}

.slick-slide img {
    width: 100%;
}

.slick-track::before,
.slick-track::after {
    display: table;
    content: '';
}

.slick-track::after {
    clear: both;
}

.slick-track {
    padding: 1rem 0;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
    color: #fff;
    filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
    border: none;
    width: 2rem;
    height: 1.5rem;
    text-indent: -10000px;
    margin-top: -16px;
    z-index: 99;
}

.slick-arrow.slick-next {
    right: -40px;
    transform: rotate(180deg);
    display: none !important;
}

.slick-arrow.slick-prev {
    left: -40px;
    display: none !important;
}

.obj-container {
    width: 100%;
    margin: auto;
}

.obj-row {
    overflow: hidden;
    position: relative;
}

.obj-row-child {
    position: relative;
}

.obj-tlt-logo {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    color: #3A3838;
    margin: auto;
    margin-bottom: 2rem;
}

.obj-logo-leanc {
    width: 500px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    margin-top: -7rem;
}

.obj-logo-carousel {
    margin-top: 32px;
}

.obj-main-container {
    padding: 4rem;
}

.obj-main-title {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    font-size: 360px;
    font-weight: 700;
    color: rgba(122, 123, 118, 0.15);
    line-height: 0.7;
}

.obj-content-main {
    margin-top: 5rem;
}

.obj-content {
    display: flex;
    margin: 4rem 0 2rem;
    align-items: flex-start;
    gap: 3rem;
    JUSTIFY-CONTENT: space-evenly;
}

.obj-content-imgs {
    position: relative;
    flex: 0 0 calc(41% - 2rem);
    align-self: center;
}

.obj-content-img {
    width: 100%;
}

.obj-content-img2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--second-color);
    transform: translate(-25px, 25px);
    border-radius: 25px;
    z-index: -1;
}

.obj-content-img3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--second-color);
    transform: translate(-25px, 25px);
    border-radius: 25px;
    z-index: 0;
}
.obj-content-main-text {
    flex: 0 0 calc(55% - 2rem);
}

.obj-tlt {
    font-size: 38px;
    font-weight: 700;
    color: #3A3838;
    line-height: 55px;
}

.item-desk-hidden {
    display: none;
}

#negative {
    background-color: var(--first-color);
    color: #fff;
}

.obj-text {
    padding: 1rem 0;
    font-size: 18px;
    color: #3A3838;
    line-height: 33px;
}


/***********************************/

#partner {
    background-image: url(../../Assets/images/Proto/Edition6/part_bg.png);
    margin: 0;
    aspect-ratio: unset;
    position: relative;
    overflow: hidden;
    height: auto;
    background-size: cover;
    width: 100%;
    margin-bottom: 2rem;
}

.partner-main-content {
    width: 100%;
    /* Adjust for scrollbar width */
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    bottom: 0;
    z-index: 1;

}

.partner-title {
    background-color: var(--first-color);
    padding: 2rem 4rem;
    text-align: center;
    color: #fff;
    margin-bottom: 2rem;
    font-size: 24px;
}

.partner-main-logos {
    display: flex;
    overflow: hidden;
    position: relative;
    user-select: none;
    padding-top: 2rem;
}

.mouseDown {
    cursor: pointer;
}

.scrollbar {
    position: absolute;
    bottom: 73px;
    left: 50%;
    width: 300px;
    height: 15px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.5);
    transform: translateX(-50%);
    z-index: 1;
}

.scrollbar:hover {
    opacity: 0.5;
}

.scrollbar-thumb {
    position: absolute;
    top: 0;
    width: 90px;
    height: 100%;
    background-color: #fff;
    cursor: pointer;
    border-radius: 8px;
}

.partner-bg-colr {
    background-color: var(--second-color);
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
}

.partner-group-logo {
    padding: 0;
}

.partner-group-logo1 {
    flex: 1 0 37%;
}

.partner-group-logo2 {
    flex: 1 0 45%;
}

.partner-group-logo3 {
    padding: 0;
}

.partner-group-logo4 {
    display: none;
}

.partner-group-title {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    margin-top: 1.5rem;
}

#scolor {
    color: var(--second-color);
}

#bold {
    font-weight: 700;
}

.partner-group-logo-container {
    display: flex;
    align-items: center;
    padding: 1rem 0;
}

.partner-group-logo2 .partner-group-logo-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 0;
}

.partner-group-logo2,
.partner-group-logo3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 4rem;
}

div.partner-text {
    font-size: 20px;
    color: #fff;
    width: 74%;
    position: relative;
}

/* div.partner-text::before,
div.partner-text::after {
    position: absolute;
    display: block;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #fff;
}

div.partner-text:not(div.partner-text:last-child)::after {
    top: 0;
    display: none;
}

div.partner-text::after {
    bottom: 0;
} */

/*div.partner-text>p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}*/

.partner-logo {}

.partner-logo1 {
    width: calc(408px - 4rem);
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 15px;
}

.partner-logo2 {
    width: calc(395px - 3rem);
    aspect-ratio: 16/9;
}

.partner-logo10 {
    width: 300px;
    transform: translateY(22px);
}

.partner-image-cnt {
    position: relative;
    padding: 0 1rem;
}

.partner-image-cnt .partner-filter-cnt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    background-color: rgba(255, 255, 255, 0.45);
    border-radius: 15px;
}

.partner-image-cnt:hover .partner-filter-cnt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    background-color: rgba(226, 128, 13, 0.45);
    border-radius: 15px;
}

.partner-image-tlt {
    position: absolute;
    left: 2rem;
    bottom: 8px;
    color: #fff;
    transition: opacity 0.5ms;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
}

/*.partner-image-cnt:hover .partner-image-tlt {
    opacity: 1;
}*/


/*********************************************/

#target {
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem 8rem;
    margin-bottom: 9rem;
}

.trt-rec {
    position: absolute;
    z-index: -1;
}

.trt-rec1 {
    top: 64px;
    left: 100px;
}

.trt-main-container {
    padding: 4rem 4rem 0;
}

.trt-main-title {
    font-size: 44px;
    font-weight: 700;
    text-align: left;
    padding-left: 3rem;
    position: relative;
    display: inline-block;
}

.trt-main-title::after {
    content: '';
    display: block;
    position: absolute;
    height: 14px;
    width: 157px;
    background: var(--second-color);
    right: -33px;
    animation-name: backInRight;
    animation-duration: 2s;
}

.trt-content {
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: space-around;
    gap: 4rem;
}

.trt-content-imgs {
    position: relative;
    flex: 0 0 calc(50% - 2rem);
}

.trt-content-img {
    max-width: 524px;
    float: right;
}

.trt-content-img2 {
    position: relative;
    margin-top: -96px;
    left: 47px;
    max-width: 264px;
    float: left;
}

.trt-content-main-text {
    flex: 0 0 calc(50% - 2rem);
    /* margin-top: 112px; */
}

.trt-tlt {
    font-size: 36px;
    font-weight: 700;
    line-height: 55px;
}

.trt-round {
    font-size: 118px;
    color: var(--second-color);
    line-height: 52px;
    position: relative;
    padding-right: 1rem;
}

.trt-round::before {
    content: '';
    display: block;
    position: absolute;
    width: 43px;
    height: 43px;
    left: calc(50% - 0.5rem);
    top: 71%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid var(--second-color);
}

.trt-round2::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 107px;
    left: calc(50% - 0.5rem);
    top: 76%;
    transform: translateX(-50%);
    background-color: var(--second-color);
}

.trt-text {
    padding: 1rem 0;
    font-size: 28px;
    line-height: 55px;

}

.trt-bg-colr {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 70px);
    bottom: 0;
    background: var(--second-color);
    z-index: -1;
}

.trt-bg-colr::before {
    content: '';
    width: 100%;
    background-color: var(--first-color);
    display: block;
    height: 20px;

}

/*********************************************************************/

#flipCards {
    position: relative;
    margin: 2rem 0;
}

.fcd-main-title {
    position: relative;
    top: unset;
    width: fit-content;
}

.fcd-main-title::after {
    background: var(--first-color);
}

.fcd-main-container {
    display: flex;
    margin-top: 6rem;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.fcd-card {
    flex: 0 0 calc(300px - 3rem);
    perspective: 1000px;
    margin: 2rem 1rem;
    border-radius: 25px;
    /* Add 3D effect */
}

.fcd-card-inner {
    width: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.fcd-card:hover .fcd-front-text {
    display: none;
}

.fcd-card:hover .fcd-card-inner {
    transform: rotateY(180deg);
}

.fcd-card-front,
.fcd-card-back {
    width: 100%;
    backface-visibility: hidden;
    position: relative;
}

.fcd-card-front {
    color: #fff;
}

.fcd-card-back {
    color: white;
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
}

.fcd-front-img,
.fcd-back-img {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    aspect-ratio: 9 / 16;
    object-position: center;
    object-fit: cover;
    border-radius: 25px;
}

.fcd-front-text {
    position: absolute;
    bottom: 0;
    background: rgba(39, 60, 133, 0.8);
    left: 0;
    right: 0;
    top: calc(0px + 60%);
    border-radius: 25px;
    z-index: 1;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-wrap: balance;
}

.fcd-front-text>p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 1.5rem;
}

.fcd-back-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0px;
    border-radius: 25px;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.fcd-back-text>p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 1.5rem;
}
/***************************************/
#cards{
    margin: 6rem 0;
}
.fcd-card2.slick-slide.slick-current.slick-active.slick-center {
    scale: 1.15;
    position: relative;
}
/********************************************/
#days{
    margin:1rem 0 6rem;
    display: flex;
}
.days-card.slick-slide.slick-current.slick-active.slick-center {
    scale: 1;
    position: relative;
}
/*****************************************/
#playlist{
    background-color: #fff;
}
#barre {
    background-image: url(../../Assets/images/Proto/Edition6/barre_soolvit.png);
    aspect-ratio: 1349 / 484;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.barre-btn {
    background-color: #E2800D;
    border: 1px solid #E2800D;
    position: absolute;
    /* bottom: 138px;
    left: 138px; */
    bottom: 29%;
    left: 10%;
    z-index: 1;
}

.barre-btn:hover,
.barre-btn:active {
    border-bottom: 1px solid #E2800D;
    background-color: #fff;
    color: #E2800D;
}


/*************************************/

#timeline {
    position: relative;
    margin-bottom: 13rem;
}

.tme-rec {
    position: absolute;
    z-index: -1;
}

.tme-rec1 {
    top: 0;
    right: 0;
}

.tme-container {
    position: relative;
    height: 160px;
    background-color: var(--first-color);
}

.tme-row {
    position: relative;
}

.tme-logo-leanc {
    width: 212px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 2rem 0;
}

.tme-logo-carousel {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
}

.tme-main-container {
    padding: 4rem 0;
}

.tme-main-title {
    writing-mode: unset;
    transform: rotate(0deg);
    font-size: 276px;
    font-weight: 700;
    color: rgba(122, 123, 118, 0.15);
    line-height: 0.7;
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
}

.tme-slide {
    display: flex;
    align-items: center;
    position: relative;
    flex: 1 0 calc(50% - 8rem);
    margin-right: 6rem;
    z-index: 1;
}

.tme-slide1 {
    margin-left: 0;
}

.tme-date {
    width: fit-content;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-right: 6rem;
    white-space: nowrap;
    margin-left: 1rem;
}

.desctme-date {
    display: block;
}

.mbtme-date {
    display: none;

}

/* .tme-slide-active {
    transform: scale(1.5);
} */

.tme-slide-active>*:not(p,
    button) {
    scale: 1.3;
}

.tme-btn-slide {
    border: none;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    font-weight: 700;
}

.tme-btn-slide>svg {
    width: 32px;
}

.tme-btn-slide>svg:hover {
    border: none;
    border-radius: 0;
}

.tme-img {
    width: var(--tme-width);
}

.tme-filter {
    position: absolute;
    top: 0;
    left: calc(100% - var(--tme-width));
    right: 0;
    bottom: 0;
    background-color: rgba(198, 194, 190, 0.8);
    z-index: 1;
    border-radius: 14px;
    gap: 2rem;
}

.tme-slide-active .tme-filter {
    background-color: rgba(226, 128, 13, 0.8);
}

.tme-cnt-text {
    position: absolute;
    top: 50%;
    width: var(--tme-width);
    z-index: 2;
    padding: 2rem;
    left: calc(calc(100% - var(--tme-width)) + calc(var(--tme-width) / 2));
    transform: translate(-50%, -50%);
}

.tme-tlt {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    text-align: center;
}

.tme-txt {
    font-size: 16px;
    color: #fff;
    text-align: center;
}


.tme-cnt-container {
    position: relative;
}


.slide-animation {
    animation: slide 3s ease-in-out;
}

@keyframes slide {
    5% {
        /*transform: translate(0, -50%);*/
        opacity: 0.5;
    }

    25% {
        /*transform: translate(calc(-12.5% + 8rem), -50%);*/
        opacity: 0.3;
    }

    50% {
        opacity: 0.2;
        /*  transform: translate(calc(-25% + 8rem), -50%);*/
    }

    75% {
        /*transform: translate(calc(-37.5% + 8rem), -50%);*/
        opacity: 0;
    }

    100% {
        /*transform: translate(calc(-50% + 8rem), -50%);*/
        opacity: 0;
    }
}



@media only screen and (min-width:480px) {

  
}

/*@media screen and (max-width:1200px) {
    .partner-logo10{
        width: 231px;
    }
    div.partner-text{
        font-size: 17px;
    }
    .partner-logo1 {
        width: calc(305px - 4rem);
    }
}*/
/* Media query for tablets */

@media screen and (max-width: 1092px) {
    :root {
        --tme-width: 350px;
    }

    .hero-description {
        margin: 3rem 0;
    }

    .description-title {
        font-size: 43px;
        margin-bottom: 24px;
    }

    .description-text {
        font-size: 26px;
    }

    .description-btn-container {
        margin-top: 24px;
    }

    /**********************/

    .obj-tlt {
        font-size: 31px;
    }

    .obj-txt {
        font-size: 16px;
    }

    /***********************/
    /*#partner{
        height: 97vh;
    }*/
    /* .partner-main-content{
        top: 132px;
    }*/
    .partner-logo10 {
        width: 247px;
    }
/*****************************************/
.slider-days{
    width: 450px;
}
    /*********************************/
    .trt-content-img {
        max-width: 408px;
    }

    /*******************************/
    #timeline {
        overflow-x: hidden;
    }

    .tme-main-container {
        padding-bottom: 6rem;
    }

    .tme-main-title {
        font-size: 190px;
    }

    .tme-container {
        height: 120px;
    }

    .tme-btn-slide,
    .tme-date {
        font-size: 22px;
    }

    .tme-filter {
        border-radius: 10px;
    }

    .tme-cnt-text {
        padding: 1rem;
    }

    .tme-tlt {
        font-size: 18px;
    }

    .tme-txt {
        font-size: 14px;
    }

    /*.tme-img {
        width: 300px;
    }*/
}

@media screen and (max-width: 1024px) {

    /* .obj-main-container{
        padding: 4rem 2rem;
    } */
    .obj-content {
        gap: 2rem;
    }

    .obj-content-main-text {
        flex: 1 0 calc(43% - 2rem);
    }

    .obj-main-title {
        font-size: 327px;
    }

    .obj-tlt {
        font-size: 24px;
    }

    /*#partner{
        aspect-ratio: 4/3;
        height: 87vh;
    }*/
    /*.partner-main-content {
        top: 48px;
    }*/
    .partner-logo10 {
        width: 265px;
        /*transform: translateY(0px); */
    }

    .scrollbar {
        width: 200px;
    }

    .scrollbar-thumb {
        width: 50px;
    }

    div.partner-text {
        height: 70px;
        font-size: 15px;
    }

    .partner-group-title {
        font-size: 33px;
        /* width: 328px;
        margin-bottom: 1rem; */
    }

    /**********************/
    .tme-main-title {
        font-size: 190px;
    }

    .trt-rec1 {
        top: 25px;
        left: 54px;
    }

    .trt-main-container {
        padding: 4rem 0;
    }

    .trt-text {

        font-size: 17px;

    }

/*********************************/
.days-container{
    margin: 0 3rem;
    gap: 1rem;
}
.slider-days {
    width: 360px;
}
}


/* Media query for mobile devices */

@media screen and (max-width: 768px) {
    :root {
        --tme-width: 224px;
    }
    .row-mb{
        flex-direction: column;
    }
/****************************/
.days-container{
    flex-direction: column-reverse;
}
.slider-days {
    width: 100%;
}
.days-text{
    margin-top: 2rem;
}
.days-span{
    font-size: 14px;
}
/*****************************/
    #hero {
        height: fit-content;
        gap: 2.5rem;
    }

    .hero-img-mb {
        display: block;
    }

    .hero-img-desk {
        display: none;
    }

    .description-title {
        width: 100%;
        font-size: 26px;
        margin-bottom: 12px;
    }

    .hero-description {
        margin: 0 2rem 2rem;
    }

    .description-text {
        width: 40%;
        font-size: 16px;
    }

    .description-btn-container {
        margin-top: 2.5rem;
        display: flex;
    }

    .btne {
        padding: 1rem;
    }

    /***************************/
    .obj-logo-leanc {
        margin-top: -3.5rem;
    }

    #objective {
        height: unset;
    }

    .obj-main-title {
        font-size: 247px;
    }

    .obj--title {
        display: none;
    }

    .obj-tlt-logo {
        font-size: 24px;
    }

    .slick-arrow {
        width: 1rem;
        height: 1rem;
    }

    .obj-content-imgs {
        width: 80%;
    }

    .obj-main-container {
        padding: 2rem 0;
    }

    .obj-content {
        flex-direction: column;
        margin-bottom: 0;
        gap: 4rem;
    }

    .obj-content-main-text {
        /* margin-top: 48px; */
    }

    .obj-content-img {
        width: 100%;
        border-radius: 25px;
    }

    .obj-content-img2 {
        transform: translate(-16px, 16px);
        /* max-width: 215px; */

    }
    .obj-content-img3 {
        transform: translate(-16px, 16px);
        /* max-width: 215px; */

    }

    .obj-tlt {
        font-size: 38px;
        text-align: center;
    }

    .obj-text {
        width: 75%;
        text-align: center;
        margin: auto;
    }

    .item-mobile-hidden {
        display: none;
    }

    .item-desk-hidden {
        display: block;
        font-size: 38px;
        text-align: center;
    }

    /**********************/
    #partner {
        height: auto;
        background-image: url(../../Assets/images/Proto/Edition6/part_bg_mb.png);
    }

    .partner-group-title {
        font-size: 28px;
        /* width: 224px; */
    }

    .partner-main-content {
        position: relative;
    }

    .partner-main-logos {
        flex-direction: column;
    }

    .partner-group-logo1 {
        display: none;
    }

    .partner-group-logo2,
    .partner-group-logo3 {
        padding: 0 1rem;
    }

    .partner-group-logo4 {
        display: block;
        margin-top: -20rem;

    }

    div.partner-text {
        height: auto;
        font-size: 18px;
        text-align: center;
        width: 100%;
    }

    .partner-logo10 {
        width: 231px;
        transform: translateY(0px);
    }

    .partner-group-logo-container {
        flex-direction: column;
        padding: 0;
    }

    .partner-group-logo-container:nth-of-type(2) {
        margin-bottom: 2rem;
    }

    .scrollbar {
        display: none;

    }

    .partner-logo1 {
        width: 85%;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        max-width: 460px;
    }

    .partner-image-cnt {
        margin: 1rem 0;
    }

    .partner-image-cnt .partner-filter-cnt {
        left: calc(0.8rem + calc(15% / 2));
        right: calc(0.8rem + calc(15% / 2));
        background-color: rgba(255, 255, 255, 0.45);
        border-radius: 15px;
    }

    .partner-image-cnt:hover .partner-filter-cnt {
        left: calc(0.8rem + calc(15% / 2));
        right: calc(0.8rem + calc(15% / 2));
    }

    .partner-image-tlt {
        font-size: 15px;
        right: calc(1.5rem + calc(15% / 2));
    }

    /******************************/
    .trt-main-title {
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        padding-left: 0;
    }

    .trt-main-title::after {
        right: -18px;
    }

    .trt-content {
        flex-direction: column-reverse;
    }

    .trt-content-main-text {

        margin-top: 0px;
    }

    .trt-content-img {
        width: 100%;
        max-width: unset;
    }

    .trt-content-img2 {
        position: relative;
        max-width: 285px;
        float: right;
        display: none;
    }

    .trt-text {
        font-size: 28px;
    }

    /********************************/
    #target {
        margin-bottom: 4rem;
    }

    .fcd-main-container {
        margin-top: 4rem;

    }

    .fcd-card {
        max-width: 300px;
    }

    .fcd-card.slick-slide.slick-current.slick-active.slick-center {
        scale: 1.1;
    }

    /*********************************/
    #barre {
        background-image: url(../../Assets/images/Proto/Edition6/barre_soolvit_mb.png);
        aspect-ratio: 4 / 3;
    }

    .barre-btn {
        bottom: 18%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 16px;
        border-radius: 10px;
    }

    /********************************/
    .tme-main-title {
        font-size: 105px;
    }

    .tme-btn-slide,
    .tme-date {
        font-size: 12px;

    }

    .tme-btn-slide>svg {
        width: 20px;
    }

    .tme-tlt {
        font-size: 14px;
    }

    .tme-txt {
        font-size: 8px;
    }

    .tme-filter {
        border-radius: 7px;
    }

}

@media screen and (max-width: 600px) {
    .description-text {
        width: 54%;

    }

    .btne {
        padding: 1rem;
        border-radius: 9px;
        font-size: 12px;
    }

    /****************/
    .obj-logo-leanc {
        width: 310px;
    }

    .obj-tlt-logo {
        margin-bottom: 2rem;
    }

    .obj_sponso_logos {
        gap: 1rem;
        margin-bottom: 4rem;
        justify-content: space-evenly;
    }

    .obj_sponso_logos>img {
        width: 100px;
    }
    .obj_no_margin>img {
        width: 120px;
    }
    .obj-tlt {
        font-size: 22px;
    }

    .item-desk-hidden {

        font-size: 22px;

    }

    .obj-text {
        font-size: 14px;
    }

    /**********************************/
    .partner-image-tlt {
        font-size: 14px;
        text-align: right;
    }

    .partner-group-logo4 {
        margin-top: -10rem;
    }

    .partner-logo10 {
        width: 141px;
    }

    /**********************************/
    .trt-text {
        font-size: 20px;
        line-height: 44px;
    }

    .trt-main-title {
        font-size: 22px;
    }

    .trt-main-title::after {

        height: 7px;
        width: 60px;
    }

    .trt-round {
        line-height: 0;
        font-size: 68px;
    }

    .trt-round::before {

        width: 30px;
        height: 30px;

    }

    .trt-round2::after {
        height: 69px;
    }

    /**********************************/
    #timeline {
        margin-bottom: 6rem;
    }

    .tme-main-title {
        font-size: 74px;
    }

    .desctme-date {
        display: none;
    }

    .mbtme-date {
        display: block;
        text-align: center;
        margin-right: 0;
        margin-left: 0;
        width: auto;
        margin-bottom: 4px;
        font-size: 10px;
    }

    .tme-tlt {
        margin-bottom: 4px;
        font-size: 13px;

    }

    .tme-btn-slide {
        margin-right: 2rem;
    }

    .tme-slide {
        margin-right: 2rem;
    }
    /*************************/
    #cards{
        margin: 4rem 0;
    }
    /*************************/
    #days{
        margin: 1rem 0 4rem;
    }
    /*************************/
}

/* Media query for large screens above 1400px */

@media screen and (min-width: 1400px) {
    #hero {
        height: auto;
    }

    :root {
        --tme-width: 450px;
    }

    .partner-main-content {
        position: relative;
        top: unset;
    }

    .description-title {
        font-size: 74px;
        width: 51%;
    }

    .obj-content-imgs {
        max-width: 680px;
    }

    #news {
        padding: 8rem;
    }

    #partner {
        height: auto;
        aspect-ratio: unset;
    }

    .obj-content-main {
        margin-top: 10rem;
    }

    .obj-tlt>#negative {
        display: inline-block;
    }

    .obj-content-main-text {
        flex: 0 0 calc(38% - 2rem);
    }

    .obj-text {
        font-size: 20px;
    }

    .trt-content-img {
        max-width: 671px;
    }

    .fcd-front-text {
        font-size: 30px;
    }

    .fcd-card {
        flex: 0 0 calc(400px - 3rem);
    }

    .tme-date {
        font-size: 22px;
        margin-right: 14rem;
    }
}