.navbar-brand img {
    height: 100px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0%;
    padding-top: 0;
    transition: height 0.3s ease;
}

body {
  margin: 0;
  border: 30px solid rgb(255, 255, 255);
  min-height: 100vh;
  box-sizing: border-box;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: transparent !important;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
    color: black;
    font-weight: bold;
}

.navbar.navbar-scrolled {
    background-color: rgba(233, 228, 221, 0.92) !important;
    /* more visible while scrolling */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0 16px;
}

.navbar.navbar-scrolled .navbar-brand img {
    height: 58px;
}

.navbar-collapse.show {
    background-color: rgba(233, 228, 221, 0.92);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: fit-content;
}


.hero-section {
    background-image: url('images/aboutus-hero.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 115vh;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: visible;

}

.content-section {
    position: relative;
    z-index: 2;
    margin-top: -120px;
    background: transparent;
    overflow: visible;
}

.travel-card {
    background-color: #5e5e63;
    padding: 56px 20px;
    font-family: 'poppins' sans-serif;

}

.travel {
    color: #ffffff;
}

.content-image {
    margin: 0;
    padding: 0;
}

.background-image {
    background: url(images/Vibrant\ backpacks\ for\ a\ brighter\ journey.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    position: relative;
}

.bags-card {
    position: relative;
    z-index: 1;
    width: min(90%, 620px);
    background: rgba(48, 46, 46, 0.58);
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 55px;
    padding-bottom: 40px;
    width: 75%;
    border-radius: 0;
}

.bags-card h2 {
    font-size: 70px;
    text-align: center;
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    margin-bottom: 40px;
    margin-top: 0;

}

.bags-card p {
    font-weight: 300;
    color: #f0f0f0;
    font-size: 1.05rem;
    font-style: normal;
    text-align: center;
    padding-bottom: 0;
    padding-top: 0;

}

.reveal-up {
    opacity: 0;
    transform: translateY(30px);
}

.reveal-up.is-visible {
    animation: fadeInSlideUp 0.6s ease-out forwards;
}

.reveal-down {
    opacity: 0;
    transform: translateY(-40px);
}

.reveal-down.is-visible {
    animation: fadeInSlideDown 0.8s ease-out forwards;
}

.reveal-right {
    opacity: 0;
    transform: translateX(40px);
}

.reveal-right.is-visible {
    animation: fadeInSlideRight 0.8s ease-out forwards;
}

.delay-1.is-visible {
    animation-delay: 0.3s;
}

.delay-2.is-visible {
    animation-delay: 0.5s;
}

.delay-3.is-visible {
    animation-delay: 0.7s;
}

.delay-4.is-visible {
    animation-delay: 0.9s;
}

.see-more-btn {
    font-family: sans-serif;
    margin: 30px 0px 0px;
    padding: 10px 40px;
    border-radius: 0;
    background-color: black;
    color: #f0f0f0;
}

.see-more-btn:hover {
    background-color: rgb(111, 114, 114);
}

.product-heading>p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    padding-top: 20px;
}

.product-heading {
    padding-top: 0px;
    padding-bottom: 0px
}

.img-morrocan {
    width: 200px;
    height: 190px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    cursor: crosshair;
}

.img-morrocan img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.4s ease;
}

.morrocan-card {
    display: inline-block;
    padding-bottom: 40px;
    border-color: #f0f0f0;
    font-family: 'poppins';

}

.areca-title {
    text-align: center;
    margin-top: 10px;
    font-size: 15px;

}

.card-text {
    text-align: center;
    margin-top: 0px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 0px;
}

.morrocan-card a {
    letter-spacing: 3px;
    text-decoration: none;
    color: #dac611;
    font-size: smaller;
}

.More-BAGS {
    color: rgb(245, 236, 236);
    border-radius: 0;
    display: block;
    width: fit-content;
    margin: 40px auto;
    margin-bottom: 50px;
}

.img-morrocan>img:hover {
    opacity: 1;
    transform: scaleX(1.1);
    transition: all 0.3s ease-in-out;

}

.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.952);
    /* The 0.7 makes the white background 70% opaque */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    color: black;
    opacity: 0;
    transition: opacity 0.5s ease;
    border: 4px solid black;
}

.hover-text {
    font-size: 1.0rem;
    font-weight: 100;
    text-align: center;
    transform: translateY(-40px);
    transition: transform 0.4s ease-out;
}

.img-morrocan:hover .hover-overlay {
    opacity: 1;
}

.img-morrocan:hover .hover-text {
    transform: translateY(0);
}

/* rainbowcss */

.content-image2 {
    margin: 0;
    padding: 0;
}

.background-image2 {
    background: url(images/rainbow.jfif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    position: relative;
}

.bags-card2 {
    position: relative;
    z-index: 1;
    width: min(90%, 620px);
    background: rgba(44, 44, 44, 0.58);
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 55px;
    padding-bottom: 40px;
    width: 75%;
    border-radius: 0;
}

.bags-card2 h2 {
    font-size: 70px;
    text-align: center;
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    margin-bottom: 40px;
    margin-top: 0;

}

.bags-card2 p {
    font-weight: 300;
    color: #f0f0f0;
    font-size: 1.05rem;
    font-style: normal;
    text-align: center;
    padding-bottom: 0;
    padding-top: 0;


}

/* rainbow glow product cards */

.rainbow-glow-bag {
    display: inline-block;
    padding-bottom: 40px;
    border-color: #f1f1f1;
    font-family: 'poppins';
}

.rainbow-glow-bag .img-morrocan {
    width: 200px;
    height: 230px;
}

/* love ponch */


.content-image3 {
    margin: 0;
    padding: 0;
}

.background-image3 {
    background: url(images/Colourful\ canvas\ pouches\ with\ _LOVE_\ labels.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    position: relative;
}

.bags-card3 {
    position: relative;
    z-index: 1;
    width: min(90%, 620px);
    background: rgba(32, 32, 32, 0.58);
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 55px;
    padding-bottom: 40px;
    width: 75%;
    border-radius: 0;
}

.bags-card3 h2 {
    font-size: 70px;
    text-align: center;
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    margin-bottom: 40px;
    margin-top: 9px;

}

.bags-card3 p {
    font-weight: 300;
    color: #f0f0f0;
    font-size: 1.05rem;
    font-style: normal;
    text-align: center;
    padding-bottom: 0;
    padding-top: 0;

}

/* create to inspire */
.content-section1 {
    position: relative;
    z-index: 2;
    background: transparent;
    overflow: visible;
}

.travel-card1 {
    background-color: #5e5e63;
    padding: 56px 20px 30px; /* Reduced bottom padding from 56px to 30px */
    font-family: 'poppins' sans-serif;
}

.travel1 {
    color: #f7f4f4;
}


/* Messenger bag overlapping block */
.messenger-container {
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
    /* Increased space so the taller overlapping block doesn't cover other content */
}

.messenger-bottom-block {
    position: absolute;
    bottom: -40px;
    /* Shifts the block downwards to overpass the image */
    left: 50%;
    transform: translateX(-50%);
    /* Centers the square box horizontally */
    width: 150px;
    height: 110px;
    /* Makes the block square and adds height */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background-color: rgba(247, 240, 240, 0.308);
    /* Black with 60% opacity */
    color: #070505;
    text-align: center;
    z-index: 10;
    font-size: smaller;
    font-weight: bold;


}

.messenger-bottom-block:hover {
    background-color: #ece2e2;

}

/* create to inspire product cards edits */
.rainbow-glow-bag1 {
    display: inline-block;
    padding-bottom: 40px;
    border-color: #f1f1f1;
    font-family: 'poppins';
}

.rainbow-glow-bag1 .img-morrocan {
    width: 200px;
    height: 230px;
}



.content-image4 {
    margin: 0;
    padding: 0;
}

.background-image4 {
    background: url(images/Gemini_Generated_Image_.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    min-height: 100vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 48px 90px;
    position: relative;
}

.bags-card4 {
    position: relative;
    z-index: 1;
    width: min(100%, 730px);
    background: rgba(131, 133, 134, 0.4);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(5px);
    padding: 42px 38px 34px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.16);
}

.bags-card4 h3 {
    font-size: clamp(2.8rem, 4.8vw, 4.8rem);
    text-align: center;
    font-weight: 200;
    font-style: normal;
    color: #ffffff;
    line-height: 1.08;
    letter-spacing: -1px;
    margin-bottom: 24px;
    margin-top: 0;
}

.bags-card4 p {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    font-style: normal;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 14px;
}

.bags-card4-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.42);
    margin: 0 auto 20px;
}

.see-more-btn {
    margin-top: 20px;
    min-width: 170px;
}

/* footer info */

.footer-contact-section {
    background: #111111;
    padding: 90px 20px;
}

.footer-contact-wrap {
    max-width: 920px;
    margin: 0 auto;
}

.footer-contact-card {
    color: #ffffff;
    padding: 12px 10px;
}

.footer-contact-icon {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 22px;
}

.footer-contact-card h5 {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #ffffff;
}

.footer-contact-card p {
    margin: 0;
    color: #7f7f7f;
    font-size: 0.95rem;
}

.footer-bottom {
    background: #2b2b2b;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
    min-height: 145px;
    padding: 34px 48px 28px;
    display: grid;
    grid-template-columns: auto 4fr auto;
    align-items: center;
    column-gap: 32px;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.footer-bottom-links a,
.footer-bottom-links span {
    color: #ffffff;
    font-size: 0.78rem;
    letter-spacing: 1px;
    text-decoration: none;
}

.footer-bottom-copy {
    margin: 0;
    color: #909090;
    font-size: 0.95rem;
    text-align: center;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-self: end;
}

.footer-social a {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #171717;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.82rem;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.footer-social a:hover {
    background: #ffffff;
    color: #171717;
}

/* contact modal */

.contact-modal {
    background: rgba(246, 243, 238, 0.92);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.contact-modal-dialog {
    max-width: 620px;
}

.contact-modal-content {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.contact-modal-topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 26px;
    padding: 0 18px;
}

.contact-modal-logo {
    width: 120px;
    height: auto;
    object-fit: contain;
}

.contact-modal-close {
    border: 0;
    background: transparent;
    color: #cfc7c1;
    font-size: 2rem;
    line-height: 1;
    padding: 6px;
    transition: color 0.25s ease, transform 0.25s ease;
}

.contact-modal-close:hover {
    color: #8c837c;
    transform: rotate(90deg);
}

.contact-modal-panel {
    background: #ffffff;
    padding: 24px 18px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}

.contact-modal-form {
    border: 1px solid #ededed;
    padding: 24px 16px;
}

.contact-modal-input,
.contact-modal-textarea {
    width: 100%;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #8b8f94;
    background: #ffffff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-modal-input {
    height: 50px;
    margin-bottom: 16px;
    border: 1px solid #d5d5d5;
    padding: 0 18px;
}

.contact-modal-textarea {
    min-height: 128px;
    resize: vertical;
    border: 1px solid #e5e5e5;
    padding: 16px 18px;
    margin-bottom: 26px;
}

.contact-modal-input:first-child {
    border-color: #3f3f3f;
}

.contact-modal-input::placeholder,
.contact-modal-textarea::placeholder {
    color: #9ea5ab;
}

.contact-modal-input:focus,
.contact-modal-textarea:focus {
    border-color: #555555;
    box-shadow: 0 0 0 3px rgba(66, 66, 66, 0.08);
}

.contact-modal-submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    background: #4a4a4a;
    color: #ffffff;
    padding: 13px 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 2px;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.contact-modal-submit:hover {
    background: #2f2f2f;
    transform: translateY(-1px);
}

/* login and register modal */

.login-modal {
    background: rgba(250, 246, 244, 0.94);
}

.login-modal-dialog {
    max-width: 520px;
}

.login-modal-content {
    position: relative;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.login-modal-content::before {
    content: "Eid";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Brush Script MT", cursive;
    font-size: 10rem;
    line-height: 1;
    color: rgba(226, 156, 164, 0.12);
    pointer-events: none;
}

.login-modal-close {
    position: absolute;
    top: 6px;
    right: 8px;
    z-index: 2;
    border: 0;
    background: transparent;
    color: #d6cec8;
    font-size: 2rem;
    line-height: 1;
    padding: 6px;
}

.login-modal-panel {
    position: relative;
    background: #ffffff;
    margin-top: 56px;
    padding: 56px 14px 32px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.06);
}

.login-modal-logo {
    display: block;
    width: 78px;
    margin: 0 auto 22px;
}

.login-modal-title {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #484848;
    margin-bottom: 20px;
}

.login-modal-form {
    width: 100%;
}

.login-modal-input {
    width: 100%;
    height: 46px;
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 0 14px;
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    color: #848b92;
    outline: none;
    box-shadow: none;
}

.login-modal-input::placeholder {
    color: #98a0a8;
}

.login-modal-input:focus {
    border-color: #7b7b7b;
}

.login-modal-remember {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.78rem;
    font-weight: 300;
    color: #5f5f5f;
    cursor: pointer;
}

.login-modal-remember input {
    width: 14px;
    height: 14px;
    accent-color: #4a4a4a;
}

.login-modal-actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}

.login-modal-btn {
    min-height: 36px;
    border: 0;
    background: #4a4a4a;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 1px;
    transition: background-color 0.25s ease;
}

.login-modal-btn:hover {
    background: #323232;
}

/* search modal */

.search-modal {
    background: rgba(250, 246, 244, 0.94);
}

.search-modal-dialog {
    max-width: 520px;
}

.search-modal-content {
    position: relative;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.search-modal-close {
    position: absolute;
    top: 6px;
    right: 8px;
    z-index: 2;
    border: 0;
    background: transparent;
    color: #d6cec8;
    font-size: 2rem;
    line-height: 1;
    padding: 6px;
    transition: color 0.25s ease, transform 0.25s ease;
}

.search-modal-close:hover {
    color: #8c837c;
    transform: rotate(90deg);
}

.search-modal-panel {
    position: relative;
    background: #ffffff;
    margin-top: 56px;
    padding: 48px 28px 48px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.06);
}

.search-modal-logo {
    display: block;
    width: 78px;
    margin: 0 auto 30px;
}

.search-modal-form {
    width: 100%;
}

.search-modal-input-wrap {
    position: relative;
    width: 100%;
}

.search-modal-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ea5ab;
    font-size: 1rem;
    pointer-events: none;
    transition: color 0.25s ease;
}

.search-modal-input {
    width: 100%;
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 0 18px 0 44px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    color: #484848;
    outline: none;
    box-shadow: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.search-modal-input::placeholder {
    color: #98a0a8;
}

.search-modal-input:focus {
    border-color: #555555;
    box-shadow: 0 0 0 3px rgba(66, 66, 66, 0.08);
}

.search-modal-input:focus ~ .search-modal-icon,
.search-modal-input-wrap:focus-within .search-modal-icon {
    color: #484848;
}






































@keyframes fadeInSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInSlideRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInSlideDown {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
