
/* font injection */
@font-face {
    font-family: 'Bebas';
    src: url('fonts/BebasKai.otf');
}

@font-face {
    font-family: 'Contrail';
    src: url('fonts/ContrailOne-Regular.ttf');
}

@font-face {
    font-family: 'LilitaOne';
    src: url('fonts/LilitaOne-Regular.ttf');
}



a {
    text-decoration: none;
    color: white;

}

body {
    margin: 0px;
}


.header-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 7px 0px;
    background-color: #9392F4;
    width: 100%;
}

.subheader {
    display: flex;
    align-items: center;
    flex-direction: column;
}



#subheader-text {
    font-family: 'Bebas';
    text-decoration: none;
    transform: scaleY(1.10);
    font-weight: 100;
    font-size: 45px;
    filter: drop-shadow(9px 10px 12px #000000);    text-transform: uppercase;
    margin: 20px;
}


/* general styling of navbar unordered list */

ul {
    list-style-type: none; /*remove da bullet point list */
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    font-family: 'LilitaOne';
  }


.nav__item {
    margin-inline: 20px;
    text-decoration: none;
    font-size: 18px;
    margin-top: 15px;
    position: relative;
    padding: 5px;
}



.nav__item::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: rgb(36, 102, 215);
    transition: all 0.2s ease-in-out;
    transform: translateX(-50%);
}

.nav__item:hover::after {
    width: 100%;
}


@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}


.logo__img {
    max-width: 15vw; /* Adjust logo size */
    height: auto;
    animation: pulse 2s infinite ease-in-out;
}

.subheader {
    display: flex;
    align-items: center;
    margin: 0px;
}

/* Ensures text is inside and above the background image */
.subheader-text-container {
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.subheader-background {
    background: linear-gradient( rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.82) ), url('images/subheader.jpg') no-repeat center center;
    height: 320px;
    width: 100%;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    

}

.alt-subheader-background {
    background: linear-gradient( rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.82) ), url('images/subheader.jpg') no-repeat center center;
    height: 180px;
    width: 100%;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

#subheader-text {
    color: rgb(255, 255, 255);
    font-size: 45px;
    font-weight: 100;
    filter: drop-shadow(9px 10px 12px #000000);    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0px;
}

.store-info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    z-index: 1;
    margin-top: 30px;

}

.store-info-open-container,
.store-info-address-container,
.store-info-phone-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.store-info-container img {
    width: 20px;
    height: 20px;
}

.store-info-container p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-family: 'Contrail';
    font-weight: lighter;
    margin: 2px;
}

.shop-button {

width: 200px;
font-size: 20px;
height: 70px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Bebas';
border: 3px solid #FFF5F5;
color: white;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
border-radius: 9px;
margin-top: 25px;

}

.shop-button:hover {

    transition: all 0.2s ease-in-out;
    color: rgb(0, 0, 0);
    background-color: white;

    
}


.newest-arrivals-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: 'Bebas';
    font-weight: normal !important;
    transform: scaleY(1.20);
    font-style: none;
    font-size: 35px;
    margin: 11px;

}

.follow-us-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: 'Bebas';
    font-weight: normal !important;
    transform: scaleY(1.20);
    font-style: none;
    font-size: 35px;
    margin: 10px;
}

.social-container {

    background: #9392F4;
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Bebas';
    font-weight: normal !important;
    transform: scaleY(1.20);
    font-style: none;
    font-size: 15px;
    margin: 11px;
}

.social-icons {
    display: flex;
    flex-direction: row;
    gap: 45px;
    
}

#follow-us-text {
    margin: 0px;
}



#newest-arrivals-text {
    margin: 0px;
}


#cloud9-ad {
    width: 100vw; /* Full viewport width */
    height: auto; /* Maintain aspect ratio */
    object-fit: contain; /* Prevents clipping */
    display: block; /* Removes extra spacing */
    margin: 0px;
    max-height: 400px;
}

/* Center the Swiper container */
.swiper-container {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}



/* Style the slides */
.swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}


/* Position the navigation arrows */
.swiper-button-next,
.swiper-button-prev {
    color: white; /* Change arrow color */
    padding: 0px;
    margin: 0px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: white; /* Change arrow icon color */
    font-size: 24px; /* Adjust size if needed */
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

/* Position the pagination dots */
.swiper-pagination {
    bottom: 10px !important; /* Move it slightly up */
}

.swiper-pagination-bullet {
    background: white !important; /* Make dots visible */
    width: 16px;
    height: 16px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #9392F4 !important; /* Highlight active dot */
    transform: scale(1.2); /* Slightly enlarge the active dot */
}


.master-staff-container {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.staff-container {

    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 35px;
    border-radius: 20px;
    border-style: solid;
    border-color: #9392F4;
    border-width: 4px;
    width: 50%;
    

}

.master-staff-container {
    margin-top: 35px;
}

#staff-header {

    font-size: 45px;
    font-family: 'Bebas';
    margin-bottom: 7px;
    margin-top: 5px;
}

.staff-list-container {

    display: flex;
    flex-direction: column; 
    align-items: center;
    margin: 0px;
    padding: 0px;
}


#staff-item {

    font-size: 26px;
    font-family: 'LilitaOne';
    margin: 5px;
    color: #9392F4;

}

.master-contact-container {

    display: flex;
    flex-direction: row;
    width: fit-content; /* Ensures content width adapts */
    max-width: 100%; /* Prevents overflow */
    margin: auto; /* Centers horizontally */
    overflow: hidden; /* Hides any extra content */
    gap: 15px;
}

#contact-header {

    font-size: 30px;
    font-family: 'Bebas';
    margin-bottom: 7px;
    text-decoration: bold;
    margin-top: 15px;

}

.contact-container {

    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 30px;
    border-style: solid;
    border-radius: 22px;
    border-width: 4px;
    border-color:#9392F4;
    width: 240px;
    height: 40vh;
    gap: 10px;

}

#contact {

    font-size: 20px;
    font-family: 'Contrail';
    margin: 5px;

}

.hamburger-menu, .sidebar {
    display: none; /* Hide it on larger screens */
}




.joblist {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.joblist-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.master-joblist-container {

    height: 400px;
    width: 80%;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: rgb(56, 56, 56);
}


.joblist-container {

    align-items: center;
    justify-content: center;
    display: flex;
}
.job-item {

    border-style: solid;
    border-radius: 15px;
    border-width: 3px;
    height: 120px;
    width: 95%;
    margin: 0px;
    padding: 0px;
    overflow: hidden; /* Prevents children from overflowing */
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    background-color: #ffffff; /* Initial background color */
    transition: background-color 0.2s ease-in-out; /* Smooth transition */
    text-decoration: none; /* Removes underline */
    color: inherit; /* Keeps text color unchanged */
}

.job-item:hover {
    background-color: rgba(0, 0, 0, 0.1); /* Slightly darker on hover */
}



#job-item-role {

    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;

}

.sales-and-apply {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 30px;
    font-family: 'LilitaOne';
    font-size: 30px;;

}

.sales-and-apply p{ 

    margin: 0px;
}



.job-footer {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0px 30px;
    font-family: 'Contrail';
    font-size: 17px;
}




.joblist-count-container {

    display: flex;
    flex-direction: column; 
    align-items: center;
}

#joblist-listing-count {

    font-size: 16px;
    font-family: 'Bebas';

}

.joblist-header {

    font-size: 4vh;
    font-family: 'Bebas';
    margin-top: 0px;
}

.inventory-header {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10%;
    margin-right: 0px;
    font-family: 'Bebas';
    font-size: 50px;
}

.inventory-text {

    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Arial';
}


 /* Prevent scrolling when modal is active */
 body.modal-active {
    overflow: hidden;
}

/* Full-screen overlay */
#age-verification {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Dark overlay */
    backdrop-filter: blur(10px); /* Blurs background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Modal container */
.modal-box {
    background: white;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    max-width: 350px;
    width: 90%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    border: 3px solid #444; /* Strong border for readability */
}

/* Title text */
.modal-box h2 {
    font-size: 35px;
    margin-bottom: 10px;
    font-family: 'Bebas';
    color: #222;
}

/* Description text */
.modal-box p {
    font-size: 20px;
    color: #666;
    font-family: 'LilitaOne';
    margin-bottom: 20px;
}

/* Button container */
.modal-buttons {
    display: flex;
    gap: 12px;
}

/* Buttons */
.modal-buttons button {
    flex: 1;
    padding: 12px;
    font-size: 18px;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    transition: 0.2s;
}

/* Yes button */
.yes-btn {
    background-color: #28a745;
    color: white;
    font-family: 'Bebas';
}
.yes-btn:hover {
    background-color: #218838;
}

/* No button */
.no-btn {
    background-color: #dc3545;
    color: white;
    font-family: 'Bebas';
}
.no-btn:hover {
    background-color: #c82333;
    
}



/* mobile settings */

@media only screen and (max-width: 650px) {

    .logo__img {
        max-width: 40vw; /* Adjust logo size */
        height: auto;
    }

    #subheader-text {
        color: rgb(255, 255, 255);
        font-size: 6.66vw;
        text-align: center;
        margin-bottom: 30px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .nav__list {

        display: none;
    }

    .subheader-background {
        background: linear-gradient( rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.82) ), url('images/subheader.jpg') no-repeat center center;
        height: 300px;
        width: 100%;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        
    
    }

    .store-info-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        z-index: 1;
        margin-top: 30px;
    
    }
    
    /* Styling for each store info section */
    .store-info-open-container,
    .store-info-address-container,
    .store-info-phone-container {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    
    .store-info-container img {
        width: 16px;
        height: 16px;
    }
    
    .store-info-container p {
        color: rgb(255, 255, 255);
        font-size: 4vw;
        font-family: 'Contrail';
        font-weight: lighter;
        margin: 5px;
    }
    
    .shop-button {
    
    width: 200px;
    height: 65px;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas';
    border: 4px solid #FFF5F5;
    color: white;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 9px;
    margin-top: 25px;
    
    }

    .newest-arrivals-container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        font-family: 'Bebas';
        font-weight: normal !important;
        transform: scaleY(1.20);
        font-style: none;
        font-size: 8vw;
        margin: 16px;
    
    }

    .follow-us-container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        font-family: 'Bebas';
        font-weight: normal !important;
        transform: scaleY(1.20);
        font-style: none;
        font-size: 8vw;
        margin: 15px;
    }

    #newest-arrivals-text {
        margin: 0px;
    }
    
    
    #cloud9-ad {
        width: 100vw; /* Full viewport width */
        height: auto; /* Maintain aspect ratio */
        object-fit: contain; /* Prevents clipping */
        display: block; /* Removes extra spacing */
        margin: 0px;
        max-height: 400px;

    }
    
    /* Center the Swiper container */
    .swiper-container {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
    }
    
    
    
    /* Style the slides */
    .swiper-slide img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    
    
    /* Position the navigation arrows */
    .swiper-button-next,
    .swiper-button-prev {
        color: white; /* Change arrow color */
        padding: 0px;
        margin: 0px;
        border-radius: 50%;
        width: 20px;
        height: 20px;
    }
    
    .swiper-button-next::after,
    .swiper-button-prev::after {
        color: white; /* Change arrow icon color */
        font-size: 24px; /* Adjust size if needed */
        display: none;
    }
    
    .swiper-button-next {
        right: 10px;
    }
    
    .swiper-button-prev {
        left: 10px;
    }
    
    /* Position the pagination dots */
    .swiper-pagination {
        bottom: 10px !important; /* Move it slightly up */
    }
    
    .swiper-pagination-bullet {
        background: white !important; /* Make dots visible */
        width: 8px;
        height: 8px;
        opacity: 1;
    }
    
    .swiper-pagination-bullet-active {
        background: #9392F4 !important; /* Highlight active dot */
        transform: scale(1.2); /* Slightly large the active dot */
    }

    .social-container {

        background: #9392F4;
        width: 100%;
        height: 120px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .social-icons {
        display: flex;
        flex-direction: row;
        gap: 30px;
        
    }

    #social-item {

        max-height: 13vh;
        max-width: 13vw;
    }

    #copyright {
        font-size: 11px;
    }

    /* Hamburger Button */


.hamburger-menu {
    display: block;
    font-size: 6vw;
    cursor: pointer;
    position: fixed;
    top: 1vh;
    left: 3vw;
    background: rgba(147, 146, 244, 0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    z-index: 1000;
}

/* Sidebar Menu (Initially Hidden) */
.sidebar {
    display: block;
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #9392F4;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 10vh;
    z-index: 10000;

}




/* Sidebar Links */
.sidebar ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;

}

.sidebar ul li {
    padding: 15px;
    text-align: center;
}

.sidebar ul li a {
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    display: block;
}

.sidebar ul li a:hover {
    background: #555;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 8vw;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

/* Open Sidebar */
.sidebar.open {
    width: 250px;
}

#staff-header, #contact-header {
    font-size: 11vw;
}


.master-contact-container {

    display: flex;
    flex-direction: column;
    width: fit-content; /* Ensures content width adapts */
    max-width: 100%; /* Prevents overflow */
    margin: auto; /* Centers horizontally */
    overflow: hidden; /* Hides any extra content */
    gap: 5px;
}

#contact-header {

    font-size: 30px;
    font-family: 'Bebas';
    margin-bottom: 7px;
    text-decoration: bold;
    margin-top: 30px;

}



.contact-container {

    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 40px;
    border-style: solid;
    border-radius: 22px;
    border-width: 4px;
    border-color:#9392F4;
    width: 220px;
    height: 150px;
    gap: 10px;

}

.staff-container {

    border-style: solid;
    border-width: 4px;
    border-radius: 20px;
    width: 80%;
    border-color: #9392F4;
}

#contact {

    font-size: 15px;
}

#staff-item{

    font-size: 8vw;
}

.sales-and-apply {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 15px;
    font-family: 'LilitaOne';
    font-size: 24px;

}

.job-footer {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0px 15px;
    font-family: 'Contrail';
    font-size: 15px;
}

.master-joblist-container {

    height: 500px;
    width: 92%;
    border-style: solid;
    border-radius: 10px;
    border-color: black;
    margin-bottom: 50px;
}


.inventory-header {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10%;
    margin-right: 0px;
    font-family: 'Bebas';
    font-size: 26px;
}

.inventory-text {

    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Arial';
    margin-top: 20px;
}

}



