/* Body */
html {
    scroll-behavior: smooth;
}

body {
    opacity: 0; /* Initially hide the body */
    animation: fadeIn 1.0s ease-in forwards; /* 1.5s fade-in animation */
}

@keyframes fadeIn {
    from {
    opacity: 0;
    }
    to {
    opacity: 1;
    }
}

/* Navigation Bar */
.navbar .container-fluid {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
}

.navbar .navbar-brand {
    margin: 0 auto;
}

.navbar .left-side-icons, .navbar .right-side-icons {
    display: flex;
    align-items: center;
    position: absolute;
}

.navbar .left-side-icons {
    left: 10px;
}

.navbar .right-side-icons {
    right: 10px;
}

.navbar .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
}

.navbar .nav-link i {
    color: #E60012;
    font-size: 20px;
    transition: color 0.3s ease;
}

.navbar .nav-link:hover i {
    color: #333;
}

.navbar .left-side-icons a, .navbar .right-side-icons a {
    color: #E60012;
    font-size: 20px;
    margin: 0 10px;
}

.nav-link {
    color: #333;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

/* Offcanvas */
#languageOffCanvasLabel {
    font-size: 2rem;
}

#languageOffcanvas {
    max-width: 300px;
}

#languageOffcanvas .list-group-item {
    cursor: pointer;
    transition: background-color 0.3s;
}

#languageOffcanvas .list-group-item:hover {
    background-color: #f0f0f0;
}

/* Offcanvas Button Styling */
.btn-close {
    background-color: transparent;
    border: none;
    font-size: 1.5rem;
    color: #333;
    opacity: 1;
}

.btn-close:hover {
    color: #e60012;
    transition: color 0.3s ease-in-out;
}

/* Offcanvas Header Styling */
.offcanvas-header {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding: 1rem 1.5rem;
}

.offcanvas-header h5 {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: bold;
    color: #333;
    margin: 0;
}

/* Offcanvas Body Styling */
.offcanvas-body {
    background-color: #ffffff;
    padding: 1.5rem;
    font-family: 'Helvetica Neue', sans-serif;
}

.offcanvas-body .btn-link {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    padding: 0.5rem 0;
    display: block;
}

.offcanvas-body .btn-link:hover {
    color: #e60012;
    text-decoration: underline;
}

/* Overall Offcanvas Styling */
.offcanvas {
    border-right: 1px solid #ddd;
}

/* Carousel */
.text-overlay {
    position: absolute;
    font-family: Arial, sans-serif;
    bottom: 7rem;
    left: 8rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.text-overlay h5 {
    font-size: 3rem;
    margin: 5px 0;
}

.text-overlay p {
    line-height: 1.5rem;
    margin: 5px 0;
}

.price {
    font-size: 2.5rem;
    color: red;
    font-weight: bold;
    padding-top: 1rem;
}
.old-price {
    font-size: 18px;
    text-decoration: line-through;
    color: #ccc;
}

.offer {
    font-size: 14px;
    color: #ffff;
    margin-top: 10px;
}

/* New Arrivals Card */
.card-img-top {
    height: 15rem;
    object-fit: cover;
}

.hero {
    padding: 5rem 0;
    background-color: #ffffff;
}

.hero h2 {
    font-family: 'Arial Black', sans-serif;
    font-size: 2rem;
}

.card-body h5 {
    margin-bottom: 15px;
    font-size: 1.25rem;
}

.btn-primary {
    background-color: #E60012;
    border-color: #E60012;
}

.btn-primary:hover {
    background-color: #333;
    border-color: #333;
}

@media (max-width: 576px) {
    .btn-primary {
        font-size: 0.875rem;
        padding: 0.5rem 1rem;
    }
}

/* Sign In */
.sign-up {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #d93d4a;
    min-height: 50vh;
    text-align: center;
    padding: 2rem;
}

.sign-up h2 {
    font-family: 'Arial Black', sans-serif;
    font-size: 2rem;
    margin-bottom: 10px;
    color: #ffffff;
}

.sign-up p {
    font-size: 1rem;
    color: #333;
    max-width: 600px;
    margin-bottom: 20px;
}

.sign-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3rem;
    background-color: #ffffff;
    border: 0.1rem solid #ffffff;
    color: #E60012;
    text-align: center;
    text-decoration: none;
    font-family: Arial;
    font-size: 15px;
    padding: 20px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px auto;
}

.sign-button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.sign-button span::after {
    content: '\2192';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
    color: #ffffff;
    font-weight: bold;
}

.sign-button:hover {
    color: #ffffff;
    background-color: #333;
    border-color: #333;
}

.sign-button:hover span {
    padding-right: 25px;
}

.sign-button:hover span::after {
    opacity: 1;
    right: 0;
}

/* UT Collection Section */
.ut-collection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5rem 10px;
    font-family: 'Arial Black', sans-serif;
    color: #E60012;
    margin-bottom: 40px;
}

.ut-collection h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #333;
}

.banner-container {
    position: relative;
    width: 100%;
    max-width: 1500px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.image-overlay {
    position: relative;
    display: inline-block;
}

.image-overlay::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    border-radius: 0 0 5px 5px;
}

.image-overlay img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

.view-all-button {
    position: absolute;
    bottom: 3rem;
    right: 5rem;
    background-color: #ffffff;
    color: #E60012;
    font-size: 18px;
    font-family: 'Arial Black', sans-serif;
    padding: 2rem 8rem;
    border: none;
    border-radius: 3rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.view-all-button:hover {
    background-color: #333;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .ut-collection h2 {
        font-size: 2rem;
    }

    .view-all-button {
        font-size: 16px;
        padding: 10px 20px;
    }
}

/* Footer */
.footer {
    background-color: #f9f9f9; 
    padding: 5rem;
    font-family: Arial, sans-serif;
}

.footer .container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.footer-col,
.about-col,
.account-col,
.social-col {
    flex: 1;
    min-width: 180px;
    margin-bottom: 20px;
}

.footer h4 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.footer ul li a:hover {
    color: #E60012;
}

.footer .social-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.footer .social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    background-color: #ccc;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s;
    font-size: 1.5rem;
    color: #333;
}

.footer .social-icon:hover {
    background-color: #333;
    color: #fff;
}


@media (max-width: 768px) {
    .footer .row {
        flex-direction: column;
        align-items: center;
    }

    .footer-col,
    .about-col,
    .account-col,
    .social-col {
        width: 100%;
        text-align: center;
    }

    .footer .social-icons {
        justify-content: center;
    }
}