﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.app-container {
    width: 100%;
    height: 100vh;
    background-color: rgb(215, 246, 236);
    padding: 1rem;
    display: grid;
    row-gap: 1rem;
    grid-template-rows: 92% 8%;
}
.app-container-header {
    width: 100%;
    height: 100%;
    background-color: rgb(215, 246, 236);
    display: flex;
    align-items: center;
    -moz-column-gap: 2rem;
    -webkit-column-gap: 2rem;
    -ms-column-gap: 2rem;
    column-gap: 2rem;
}
.app-container-footer {
    width: 100%;
    height: 100%;
    background-color: rgb(215, 246, 236);
    display: flex;
    align-items: center;
    gap: 1rem;
    max-height: 54px;
}


.left-box {
    width: 34%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-box {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    display: grid;
    grid-template-rows: minmax(55px, 6%) minmax(92%, 94%);
    box-shadow: 0 0 12px silver;
}
.left-box .text {
    height: max(5%,55px);
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.text {
    width: 100%;
    background-color: rgb(12, 12, 77);
    color: white;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    max-height: 55px;
}

    .text > p {
        font-size: 1.4vw;
        font-family: "Courier New", Courier, monospace;
        margin:unset;
    }

.slider {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
}

    .slider img {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        border-bottom-left-radius: 22px;
        border-bottom-right-radius: 22px;
    }

.leftSlider-text {
    position: absolute;
    top: 30%;
    left: 12%;
    z-index: 1000;
}

    .leftSlider-text > h1 {
        color: yellow;
        font-size: 4.5em;
        font-weight: bolder;
        text-transform: uppercase;
        font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
        text-align: center;
        width: 100%;
    }

    .leftSlider-text > h2 {
        width: 100%;
        font-size: 2.1em;
        line-height: -10px;
        color: white;
        letter-spacing: 1px;
        position: relative;
        font-family: cursive;
        font-weight: bold;
        text-shadow: -4px 0px 0px rgb(36, 20, 20), 1px 0px 0px rgb(28, 25, 25), 0px -1px 0px rgb(26, 21, 21), 0px 1px 0px rgb(21, 19, 19);
        color: white;
        margin: 0 auto;
        font-stretch: expanded;
    }

#price {
    position: relative;
    text-align: left;
    left: 17%;
    align-self: flex-start;
    width: 60%;
}

#red-text {
    text-shadow: -4px 0px 0px rgb(36, 20, 20), 1px 0px 0px rgb(28, 25, 25), 0px -1px 0px rgb(26, 21, 21), 0px 1px 0px rgb(21, 19, 19);
    color: red;
    position: relative;
}

/* right-box */
.right-box {
    width: 64%;
    height: 100%;
    text-align: center;
}
.right-box-container {
    height: 100%;
    display: grid;
    grid-template-rows: minmax(55px, 8%) 89.4%;
    row-gap: 1rem;
}
.logo {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: white;
    background-color: rgb(12, 12, 77);
    border-radius: 15px;
    position: relative;
    max-height: 55px;
    padding: 0.5rem;
}

    .logo > p {
        font-family: "Courier New", Courier, monospace;
        font-size: 1.5vw;
        font-weight: 500;
        margin:unset;
    }

    .logo .line {
        border: 1px solid white;
        min-height:40px;
    }

    .logo h2 {
        font-size: 1.5vw;
        margin: unset;
    }

    .logo .topTv {
        background-color: blueviolet;
        padding: 5px 5px;
        border-radius: 10px;
        font-weight: 200;
        text-transform: uppercase;
        border: 1.5px solid white;
    }

.cards {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
    -ms-column-gap: 1.5rem;
    column-gap: 1.5rem;
}

    .cards .card {
        width: 100%;
        height: 100%;
        border: 0px solid black;
        border-radius: 26px;
        background-color: white;
        box-shadow: 0 0 12px silver;
        font-family: "Courier New", Courier, monospace;
        margin-bottom: unset;
        margin: 1rem 0;
    }

.card .card-text {
    width: 100%;
    background-color: rgb(12, 12, 77);
    color: white;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 55px;
    padding: 0.5rem;
}
.card-text > p {
    font-size: 1.4vw;
    font-family: "Courier New", Courier, monospace;
    margin: unset;
}
.card-text.card-header
{
    height:50%;
    overflow:hidden;
}
.logo.sliding-text {
    height: 100%;
    padding: unset;
    flex: 1 1 0;
}

#scroll-container {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-bottom: 0;
    max-height:275.5px;
    min-width:464px;
}

#scroll-text {
    text-align: center;
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -moz-animation: my-animation 8s linear infinite;
    -webkit-animation: my-animation 8s linear infinite;
    animation: my-animation 8s linear infinite;
    overflow: hidden;
}
#scroll-text p{
    padding:1.5rem 1rem;
}
#area3-scroll-text {
    text-align: center;
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -moz-animation: area3-my-animation 8s linear infinite;
    -webkit-animation: area3-my-animation 8s linear infinite;
    animation: area3-my-animation 8s linear infinite;
    overflow: hidden;
}
    #area3-scroll-text p {
        padding: 1.5rem 1rem;
    }

/* for Firefox */
@-moz-keyframes my-animation {
    from {
        -moz-transform: translateY(100%);
    }

    to {
        -moz-transform: translateY(-100%);
    }
}

/* for Chrome */
@-webkit-keyframes my-animation {
    from {
        -webkit-transform: translateY(70%);
    }

    to {
        -webkit-transform: translateY(-100%);
    }
}

@keyframes my-animation {
    from {
        -moz-transform: translateY(300%);
        -webkit-transform: translateY(300%);
        transform: translateY(300%);
    }

    to {
        -moz-transform: translateY(-250%);
        -webkit-transform: translateY(-250%);
        transform: translateY(-250%);
    }
}
/* for Firefox */
@-moz-keyframes area3-my-animation {
    from {
        -moz-transform: translateY(100%);
    }

    to {
        -moz-transform: translateY(-100%);
    }
}

/* for Chrome */
@-webkit-keyframes area3-my-animation {
    from {
        -webkit-transform: translateY(70%);
    }

    to {
        -webkit-transform: translateY(-100%);
    }
}

@keyframes area3-my-animation {
    from {
        -moz-transform: translateY(300%);
        -webkit-transform: translateY(300%);
        transform: translateY(300%);
    }

    to {
        -moz-transform: translateY(-250%);
        -webkit-transform: translateY(-250%);
        transform: translateY(-250%);
    }
}

.card .card-slider {
    width: 100%;
    height: 50%;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.card-slider img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}

.sliding-text {
    background-color: white;
    color: black;
    font-weight: 600;
    overflow: hidden;
    font-size: 2rem;
    align-items: baseline;
    display: grid;
    grid-template-columns: 1fr auto;
}

    .sliding-text > p {
        float: left;
        text-align: center;
        margin-right: 0px;
        font-size: 1.4vw;
        transform: translateX(110%);
        animation: scrollingText 13s linear infinite;
        font-family: "Courier New", Courier, monospace;
    }
.sliding-text a {
    text-decoration:unset;
}
@keyframes scrollingText {
    0% {
        transform: translateX(110%);
    }

    100% {
        transform: translateX(-110%);
    }
}

.sliding-text button {
    background-color: red;
    height: 100%;
    padding: 0 4%;
    color: white;
    font-size: 1.6vw;
    font-weight: 600;
    border: none;
    position: absolute;
    right: 0px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 14px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

@media screen and (min-width: 1700px) and (max-width: 3200px) {
    .cards {
        height: 100%;
    }
}

/* swiper js */
swiper-container {
    width: 100% !important;
    height: 100% !important;
    z-index: 10;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: rgb(215, 246, 236);
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    transition: 1s;
}

    swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: none !important;
        border-bottom-left-radius: 22px;
        border-bottom-right-radius: 22px;
    }




#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

    .padding-right{
        padding-right:5rem;
    }

.carousel-inner, .carousel-item {
    height: 100%;
}

.carousel-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    border: none !important;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}

#areaOneCarousel {
    height: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#areaOneCarousel .carousel-item img {
    object-fit: fill;
}

.area-five {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 12px silver;
    margin: unset !important;
}

#areaFiveCarousel .carousel-item img {
    border-radius: 25px;
}

.areaThreeCarousel{
    height:100%;
}

.area-two {
    width: 100%;
    border: 0px solid black;
    border-radius: 26px;
    background-color: white;
    box-shadow: 0 0 12px silver;
    font-family: "Courier New", Courier, monospace;
    margin: unset;
    display: grid;
    grid-template-rows: 55px 1fr minmax(45%,1fr);
    height: 100%;
}

    .area-two .card-text {
        width: 100%;
        background-color: rgb(12, 12, 77);
        color: white;
        border-top-left-radius: 23px;
        border-top-right-radius: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: 55px;
        padding: 0.5rem;
    }

    .card-text > p {
        font-size: 1.4vw;
        font-family: "Courier New", Courier, monospace;
        margin: unset;
    }

.music-buton
{
    display:flex;
    margin-top:1rem;
    float:right;
}