body{
    font-family: "Poppins";
}

.navbar {
    overflow: hidden;
    position: sticky; /* Makes the navbar sticky */
    top: 0; /* Sticks to the top */
    z-index: 1000; /* Ensures it stays above other content */
}

.parallax {
    /* The image used */
    background-image: url("../svg/bg_xmas.svg");

    /* Set a specific height */
    min-height: 506px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-item{
    margin-left: auto;
    margin-right: auto;
}

.carousel {
    position: relative;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
}

.carousel-images {
    display: flex;
    transition: transform 0.5s ease;
}

.slide-container {
    min-width: 100%;
}

input[type="radio"] {
    display: none;
}

.carousel-controls {
    position: absolute;
    top: 50%;
    width: 50%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.forLinks{
    color: white !important;
    text-shadow: 2px 1px 1px #001e16; /* Thickness and color of the underline */
    font-size: 17px;


    text-decoration: underline;
    text-decoration-color: white;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px; /* Adjust this value for spacing */

    background-color: #cc333061;
}

.layout-bg{
    background-image: url('/svg/bg_xmas_authorized.svg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 100vh;
}

.mobile-nav{
    display: none;
}

.bg-frame{
    background-image: url('/svg/christmas_frame.svg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

table.orange {
    border-collapse: collapse;
    border-style: hidden;
}

table.orange td, table.orange th {
    border: #FDA153 3px dashed;
}

table.white {
    border-collapse: collapse;
    border-style: hidden;
}

table.white td, table.white th {
    border: white 3px dashed;
}

.btn:hover{
    background-color: #cc3330 !important;
    color: white !important;
}

.forCard{
    padding: 20px;
    border-radius: 20px !important;
}

.imperial{
    font-family: "Imperial Script";
}

.style_script{
    font-family: "Style Script";
}

.playfair_font{
    font-family: "Playfair Display";
}

.tbl-what-to-wear-mobile{
    display: none;
}
/* /////////////////////////////////////////////////////////////////////////////////// */

@media only screen and (max-width : 600px){
    .loginFull{
        display: none;
    }

    .loginHalf{
        display: block;
    }

    .logoYellow{
        width: 60%;
    }

    .home-banner-1{
        align-items: center !important;
    }

    .main-nav{
        display: none;
    }

    .layout-bg{
        background-position: left;
    }

    .mobile-nav{
        display: block;
        background-image: url('/svg/garland.svg');
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        height: 121px;

    }

    .mobile-nav.bg-red{
        background-color: #cc3330;
    }

    .mobile-nav-btn{
        display: flex;
        padding: 30px;
        justify-content: end;
    }

    .mobile-nav-collapse{
        position: absolute;
        min-height: 100vh;
        z-index: 100;
    }

    .mobile-nav-collapse.bg-red{
        background-color: #cc3330;
    }

    .mobile-nav-collapse .list-group-item{
        background-color: unset;
        border: unset;
        color: #fff;
        font-weight: bold;
        font-size: 21px;
    }

    .btn.btn-mobile-nav{
        border: 2px solid white !important;
        color: white;
    }

    .tbl-what-to-wear{
        display: none
    }

    .tbl-what-to-wear-mobile{
        display: initial;
    }

    .forTitle{
        font-size: 40px;
    }

}

@media only screen and (min-width : 600px){
    .loginFull{
        display: none;
    }

    .loginHalf{
        display: block;
    }

    .logoYellow{
        width: 60%;
    }

    .forTitle{
        font-size: 50px;
    }
}

@media only screen and (min-width : 768px){
    .loginFull{
        display: block;
    }

    .loginHalf{
        display: none;
    }

    .logoYellow{
        width: 90%;
    }

    .forTitle{
        font-size: 50px;
    }
}

@media only screen and (min-width : 1024px){
    .loginFull{
        display: block;
    }

    .loginHalf{
        display: none;
    }

    .logoYellow{
        width: 60%;
    }

    .forTitle{
        font-size: 50px;
    }
}

@media only screen and (min-width : 992px){
    .loginFull{
        display: block;
    }

    .loginHalf{
        display: none;
    }

    .logoYellow{
        width: 80%;
    }

    .forTitle{
        font-size: 50px;
    }
}

@media only screen and (min-width : 1200px){
    .loginFull{
        display: block;
    }

    .loginHalf{
        display: none;
    }

    .logoYellow{
        width: 60%;
    }

    .forTitle{
        font-size: 50px;
    }
}
