@import url('https://fonts.googleapis.com/css2?family=Londrina+Outline&display=swap');

#sunsetheader {
    width: 100%;
    top: 0;
}

.sect {
    direction: rtl !important;
    padding: 0 3dvw 10dvw 3dvw;

}

.laft-dist {
    position: relative;
    display: inline-block;

    .sect {
        padding: 0 7dvw 10dvw 7dvw;
    }
}

.background-img {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 3dvw 10dvw 3dvw;

}

.content-overlay {
    position: absolute;
    top: 6dvw;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    align-items: center;

}

.coverMsg {
    text-align: center;


    h1 {
        font-size: 5.5rem;
        display: inline-block;
        margin: auto;
        font-weight: bold;
    }

    p {
        font-size: 3rem;
        display: inline-block;
        margin: auto;
        text-align: justify !important;
    }

    a {
        text-decoration: none !important;
        font-size: 3rem;
        display: inline-block;
        margin: auto;
        color: #c94f38 !important;

        background-image: url('/static/img/svg/Asset8.svg');
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100%;
        padding-bottom: 0.3rem;
    }
}

.blacktext {
    color: #000 !important;

    * {
        color: #000 !important;
    }
}

.scrollCard {
    background-image: url('/static/img/white_texture.png') !important;
    background-position: top center !important;
    /* optional: center horizontally */
    background-size: cover !important;
    background-repeat: no-repeat !important;

    border-radius: 25px 25px 0 0;
    margin-left: 1dvw;
    margin-right: 1dvw;

    .sect {
        padding: 10dvh 13dvw 0 13dvw !important;
        color: #fff;

        * {
            color: #fff;
        }

    }


}

.valuesbaselayer {
    position: relative;

}

.valuescontainer {
    position: absolute;
    left: 50%;
    bottom: 25dvh;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 2dvw 0;
}

.value {
    font-size: 2rem;
    color: #fff !important;
    padding: 0 1em;
    margin: 0;
    font-weight: bold;
    flex-basis: 50%;
    display: inline-flex;
    align-items: center;
    flex-grow: 1;
}

.value:nth-child(odd) {
    direction: rtl;
}

.value:nth-child(even) {
    direction: ltr;
}

.tracks {
    direction: rtl !important;
    text-align: justify;
    color: #fff !important;
    padding: 5dvh 3dvw 0 3dvw;

    display: flex;
    flex-direction: row;
    gap: 2dvw;

    .trackscontainer {
        margin-top: 3dvh;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: flex-start;
        text-align: justify;
        gap: 2dvw;

        .track {
            font-size: 3rem;
            color: #fff !important;
            text-align: center;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            /* flex-grow: 1; */

        }

        .break {
            flex-basis: 100%;
            height: 0;
        }
    }

    .tracks-content {
        flex-basis: 50%;
        text-align: justify;

    }

    .tracks-imgs {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0.5rem;
    }

    .tracks-imgs .track-img {
        width: auto;
        height: 40dvh;
    }

    .tracks-imgs .track-img:nth-child(odd) {
        align-self: flex-end;
    }

    .tracks-imgs .track-img:nth-child(even) {
        align-self: flex-start;
    }
}

#carouselExampleIndicators {
    margin: 10dvh 5dvw 10dvh 5dvw;
}

.carousel-inner {
    height: auto;
}

.carousel-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
}

.carousel-img-wrapper {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 1) 100%);
}

.carousel-img {
    width: 100%;
    height: 50dvh;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 1) 100%);

}


.carousel-card {
    position: relative;
}

.caption {
    padding: 12px 16px;
    text-align: right;
    color: #fff;

    h3 {
        display: flex;
        flex-direction: row-reverse;
        font-weight: bold;

        img {
            width: 15dvw;
            margin: 1dvw 2dvh 0 0 !important;
        }
    }

    p {
        font-size: 1.5rem;
        margin: 0;
        padding: 0;
    }
}

.carousel-indicators.custom-indicators {
    position: absolute;
    top: calc(50dvh - 3dvh);
    /* 2dvh = space below the image before caption starts */
    z-index: 10;
    display: flex;
    gap: 6px;
}

.carousel-indicators.custom-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators.custom-indicators button.active {
    background-color: #fff;
}


#newsletter {
    padding: 10dvh 5dvw;
    direction: rtl;
    background-color: rgba(0, 0, 0, 0.3);
    ;

    form {
        display: grid;
        direction: rtl;
        grid-template-columns: 70% 30%;
        grid-template-rows: 1fr 1fr;
        gap: 2dvh;

        h1 {
            margin: 0;
            grid-row: 1;
            grid-column: 1;


        }

        input {
            grid-row: 2;
            grid-column: 1;
            padding: 0.5rem 2rem 0.5rem 0.5rem;
            border-radius: 15px;
            background-color: #1C1D1E;
            color: #fff;
            font-size: 2rem;
            border: none;
            display: inline-block;
        }

        button {
            grid-row: 1 / span 2;
            grid-column: 2;
            padding: 0.5rem;
            font-size: 2rem;
            font-weight: bold;
            background: none;
            border: none;
            display: inline-block;
            text-align: center;
            overflow: visible;
            transition:
                background-color 0.3s ease,
                transform 0.3s ease;

            /* enable scaling animation */
            span {
                color: #c94f38 !important;
                padding: 2dvw;
            }

        }

        button:hover {
            transform: scale(1.05);
            /* slightly grow the button */
        }
    }
}



.cicleOnText {
    background-image: url('/static/img/svg/circle.svg');
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 100%;
    /* adjust height */
    padding-bottom: 0.3rem;
}

.subscribecicleOnText {
    background-image: url('/static/img/svg/Asset5.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.UnderlineText {
    background-image: url('/static/img/svg/line.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    /* adjust height */
    background-size: calc(100% - 4.5rem);
}

#Ballimg {
    display: block;
    margin: 5dvh auto 0 auto;
    width: 40dvw;
    height: auto;
}




.c-item {
    height: 86dvh;
    width: 100%;

}

.c-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center !important;
    margin: auto;
}

.carousel-caption>p {
    direction: rtl;
    font-size: 2rem;
    background-color: #bbbbbb31;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);

}

legend {
    display: flex;
    float: none !important;
    width: auto !important;
    text-align: right;
    margin-right: 1vw;
    color: #c94f38;
}

legend>p {
    font-size: 15px;
    font-weight: 600;
    margin: auto;
    margin-right: 2px;
}

.brown {
    color: #e1d0b6 !important;
    /* filter: sepia(20%) brightness(70%); */
}

.set {
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    gap: 5px;
    height: auto;
    width: 70%;
    border: 2px solid #c94f38;
    border-radius: 15px;
    padding: 0 10px 15px 10px;
}

.set-brown {
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    gap: 5px;
    height: auto;
    width: 70%;
    border: 2px solid #e1d0b6;
    border-radius: 15px;
    padding: 0 10px 15px 10px;
}

.soonfade {
    opacity: 0.7;
    position: relative;
}

.stamp {
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5 !important;
}

.bigstamp {
    position: absolute;
    display: inline-block;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5 !important;
}

.desc {
    flex-basis: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
    direction: rtl;
}

legend>p {
    margin-right: 1dvw;
}

legend>img {
    height: 25pt !important;
    /* width: auto; */
    margin-right: 1vw;
    margin-left: 1vw;
}


.cardSection {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-basis: 49%;
    overflow: hidden;
    /* box-sizing: border-box; */
    aspect-ratio: auto 16/9;
    /* min-height: 13dvw; */
    background-color: transparent !important;
    border: none;
    /* justify-content: space-between !important; */
    gap: 5px;
    color: #bbb !important;
}

.cardSection-h {
    display: flex;
    flex-direction: column;
    width: 100%;
    aspect-ratio: 16/3 !important;
    flex-basis: 100%;
    overflow: hidden;
    background-color: transparent !important;
    border: none;
    gap: 5px;
    color: #fff !important;
    margin-top: 2dvh;
}

.card:hover {
    box-shadow: 0 0 20px rgba(33, 33, 33, .6);
}

.mycard {
    /* background: linear-gradient(rgba(0, 0, 0, 0.0),
                rgba(0, 0, 0, 1)),
                url('../img/scienceSays.png'); */
    /* aspect-ratio: 16/9 !important; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 15px !important;
    padding: 5px;
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.175);
}

.subcard {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* height: 50%; */
    flex-basis: 48% !important;
    border-radius: 15px;
    padding: 5px;
    padding-top: 0;

}

.card-banner {
    display: flex;
    text-align: center;
    margin: auto;
    font-size: 3rem;
    font-weight: 600;
}

.card-banner>h1 {
    margin: 1dvw;
    font-size: 3rem;
}

.card-description {
    text-align: end;
    font-weight: 100;
}

.card-description>p {
    margin-bottom: 0;
    font-size: 9px;
    padding-right: 5px;

}

.card-description>h5 {
    margin-bottom: 2px;
    font-size: 15px;
    color: #e4e4e4;
}

.flayers {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 10px;
    padding-inline: 1vw;
}

.flayers * {
    color: #f5f5f5;
}

.flayer {
    display: flex;
    width: 100%;
    height: 10dvh;
    background-color: #e1d0b6;
    border-radius: 35px;
    padding: 1dvh;
    font-weight: 800;
    justify-content: space-around;
}

/* .flayer-ed{
    font-family: 'Londrina Outline' !important;
    font-weight: 900 !important;
    font-size: 70px !important;
} */

.flayer:hover {
    box-shadow: 0 0 20px rgba(33, 33, 33, .6);
}

.flayer>img {
    height: 8dvh;
    width: auto;
    margin: auto !important;
}

.v-divider {
    border: 1px solid #f5f5f5;
    height: 100%;
    width: 0;
    margin: 0 5px 0 5px;
}

/* ________________________________________________________________________________________ */
@media screen and (max-width: 768px) {
    .coverMsg>h1 {
        font-size: 2rem;
    }

    .coverMsg>p {
        font-size: 1.5rem;
    }

    .coverMsg>a {
        font-size: 1.5rem;
    }
    .background-img{
    padding: 0 1dvw 10dvh 1dvw;
    }
    .valuescontainer {
        bottom: 0;
    }

    .value {
        font-size: 1.5rem !important;

    }

    #Ballimg {
        width: 60dvw;
        height: auto;
        margin-top: 2dvh;
    }

    .tracks-content>h1 {
        font-size: 2rem;
    }

    .tracks-content>p {
        font-size: 1rem;
    }

    .tracks-content>a {
        font-size: 1rem;
    }
    .track{
        font-size: 1rem !important;
    }

    .tracks-imgs .track-img {
        width: auto;
        height: 15dvh !important;
    }
    .carousel-img{
        height: 20dvh;
    }
    .carousel-indicators.custom-indicators{
        top: calc(20dvh - 3dvh);
    }
    .caption>h3 {
        font-size: 1rem;
    }
    .subscribecicleOnText{
        font-size: 1rem;
        padding: 3dvw !important;
    }

    .carousel-caption>p {
        font-size: 1rem;
    }

    .set {
        /* width: 80dvw; */
        padding: 0 5px 10px 5px;
        width: 90%;
        overflow: hidden;
    }

    .set-brown {
        /* width: 80dvw; */
        padding: 0 5px 10px 5px;
        width: 90%;
        overflow: hidden;
    }

    legend {
        margin: 1dvw;
        gap: 2dvw
    }

    .set>legend>img {
        height: 15px;
        margin: auto 2px auto 2px;
    }

    #articleimg {
        width: 30px !important;
    }

    legend>p {
        font-size: 8px;
    }

    .card-description>h5 {
        font-size: 10px;
    }

    .card-description>p {
        font-size: 5px;
    }

    .card-banner {
        font-size: 2rem;
    }

    .card-banner>h1 {
        font-size: 2rem;
    }

    .subcard>.card-banner>i {
        font-size: 1.2rem;
    }

    .subcard>.card-banner>h5 {
        font-size: 7px;
    }

    .flayer {
        height: 6dvh;
    }

    .flayer>img {
        height: 4dvh;
        margin-right: 1vw !important;
    }

    .flayer>div>h1 {
        font-size: 1.375rem !important;
    }

    .flayer>div {
        font-size: 0.625rem !important;
    }

    .desc {
        font-size: 8px;
    }

}