* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Fira Sans Extra Condensed", sans-serif;
}

.container-fluid.bg-dark {
    position: sticky;
    top: 0;
    z-index: 1000;
}

html {
    scroll-behavior: smooth;
}

section {
    scroll-margin-top: 80px;
}


.nav-item a {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

.customHead {
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 700;
    color: white;
    letter-spacing: 1px;
    word-spacing: 3px;
}

.feather-phone-call {
    color: rgb(189, 141, 79);
    cursor: pointer;

}

.customBtn {

    padding: 7px 20px;
    border: 1px solid rgb(194, 118, 52);
    text-transform: uppercase;
    font-size: 15px;
    color: rgb(189, 141, 79);
    background-color: black;
}

.customBtn:hover {
    background-color: rgb(122, 92, 53);
    color: white;
}

.hero-watch {
    background-image: url(./images/hero.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    min-height: 450px;
    height: auto;
}

@media (max-width: 768px) {
    .hero-watch {
        min-height: 300px;
        margin-top: 15px;
    }

    .customHead {
        font-size: 50px;
        text-align: center;
    }

    .customBtn {
        font-size: 10px;
        padding: 5px 10px;

    }

    .hero-button {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 760px) {
    .hero-watch {
        margin-top: 30px !important;

    }
}

.store-section {
    background-color: #0c0e0c;
    padding-bottom: 20px;
}

.ourstore {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 30px;

}

.storeTxt {
    color: whitesmoke;
    text-align: justify;
}

.storeTxt:hover {
    color: gray;
}

@media (max-width:992px) {
    .storeSec {
        margin-top: 20px;
        text-align: center;


    }
}

.man-section {
    font-size: 45px;
}

.watch-img {
    height: 180px;
    object-fit: contain;
}

.menWatch {
    border: 1px solid #dacccc;
    padding: 10px 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px !important;
    background: transparent;
    background-color: rgb(49, 50, 51);
    margin-bottom: 30px;
    flex: 0 0 32% !important;
}


.price {
    font-weight: 600;
    color: rgb(189, 141, 79);
    font-size: 18px;
}

.company {
    color: white;
    font-weight: 500;
    margin-bottom: 8px;
}

.menWatch img {
    max-height: 180px;
    width: auto;
    object-fit: contain;
    margin-bottom: 15px;
}



@media (max-width: 768px) {
    .menWatch {
        flex: 0 0 80%;
        padding: 15px;
        margin: 20px auto;
    }

    .watch-img {
        max-height: 150px;
    }

    .company {
        font-size: 16px;
        text-align: center;
    }

    .price {
        font-size: 16px;
        text-align: center;
    }

    .man-section {
        font-size: 25px;
    }
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.grid-item {
    overflow: hidden;
}

.grid-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: 0.4s;
}

.grid-item:hover img {
    transform: scale(1.1);
}

@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .gallery-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}



/* contact page */

.contact-section {
    min-height: 100vh;
    background: url('https://images.unsplash.com/photo-1524592094714-0f0654e20314') no-repeat center center/cover;
    position: relative;
    display: flex;
    align-items: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.contact-content {
    position: relative;
    z-index: 2;
}

.gold {
    color: #d4af37;
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Fira Sans Extra Condensed", sans-serif;
}

.container-fluid.bg-dark {
    position: sticky;
    top: 0;
    z-index: 1000;
}



.nav-item a {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

.customHead {
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 700;
    color: white;
    letter-spacing: 1px;
    word-spacing: 3px;
}

.feather-phone-call {
    color: rgb(189, 141, 79);
    cursor: pointer;

}

.customBtn {

    padding: 7px 20px;
    border: 1px solid rgb(194, 118, 52);
    text-transform: uppercase;
    font-size: 15px;
    color: rgb(189, 141, 79);
    background-color: black;
}

.customBtn:hover {
    background-color: rgb(122, 92, 53);
    color: white;
}

.hero-watch {
    background-image: url(./images/hero.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    min-height: 450px;
    height: auto;
}

@media (max-width: 768px) {
    .hero-watch {
        min-height: 300px;
        margin-top: 15px;
    }

    .customHead {
        font-size: 50px;
        text-align: center;
    }

    .customBtn {
        font-size: 10px;
        padding: 5px 10px;

    }

    .hero-button {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 760px) {
    .hero-watch {
        margin-top: 30px !important;

    }
}

.store-section {
    background-color: #0c0e0c;
    padding-bottom: 20px;
}

.ourstore {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 30px;

}

.storeTxt {
    color: whitesmoke;
    text-align: justify;
}

.storeTxt:hover {
    color: gray;
}

@media (max-width:992px) {
    .storeSec {
        margin-top: 20px;
        text-align: center;


    }
}

.man-section {
    font-size: 45px;
}

.watch-img {
    height: 180px;
    object-fit: contain;
}

.menWatch {
    border: 1px solid #dacccc;
    padding: 10px 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px !important;
    background: transparent;
    background-color: rgb(49, 50, 51);
    margin-bottom: 30px;
    flex: 0 0 32% !important;
}


.price {
    font-weight: 600;
    color: rgb(189, 141, 79);
    font-size: 18px;
}

.company {
    color: white;
    font-weight: 500;
    margin-bottom: 8px;
}

.menWatch img {
    max-height: 180px;
    width: auto;
    object-fit: contain;
    margin-bottom: 15px;
}



@media (max-width: 768px) {
    .menWatch {
        flex: 0 0 80%;
        padding: 15px;
        margin: 20px auto;
    }

    .watch-img {
        max-height: 150px;
    }

    .company {
        font-size: 16px;
        text-align: center;
    }

    .price {
        font-size: 16px;
        text-align: center;
    }

    .man-section {
        font-size: 25px;
    }
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.grid-item {
    overflow: hidden;
}

.grid-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: 0.4s;
}

.grid-item:hover img {
    transform: scale(1.1);
}

@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .gallery-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}



/* contact page */

.contact-section {
    min-height: 100vh;
    background: url('https://images.unsplash.com/photo-1524592094714-0f0654e20314') no-repeat center center/cover;
    position: relative;
    display: flex;
    align-items: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.contact-content {
    position: relative;
    z-index: 2;
}

.gold {
    color: #d4af37;
}

.glass-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 15px;
}

.form-control {
    background: #111;
    border: none;
    color: rgb(240, 235, 235);
}

.form-control:focus {

    color: white;
    box-shadow: none;
    border: 1px solid #d1a820;
}

.btn-gold {
    background-color: #d4af37;
    color: #000;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 12px;
    transition: 0.3s ease;
}

.btn-gold:hover {
    background-color: #b8942f;
    transform: translateY(-2px);
}



.glass-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 15px;
}

.form-control {
    background: #111;
    border: none;
    color: rgb(240, 235, 235);
}

.form-control:focus {
    background: #111;
    color: white;
    box-shadow: none;
    border: 1px solid #d1a820;
}

.btn-gold {
    background-color: #d4af37;
    color: #000;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 12px;
    transition: 0.3s ease;
}

.btn-gold:hover {
    background-color: #b8942f;
    transform: translateY(-2px);
    color: white;
}


/* Footer Styling */

.footer-section {
    background: #0b0b0b;
}

.footer-logo {
    font-size: 28px;
    font-weight: 700;
    color: #d4af37;
    text-transform: uppercase;
}

.footer-text {
    color: #bbb;
    font-size: 14px;
    line-height: 1.6;
}

.footer-title {
    color: #d4af37;
    margin-bottom: 15px;
    font-size: 18px;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #d4af37;
    padding-left: 5px;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #d4af37;
    background: rgba(212, 175, 55, 0.1);
    padding: 8px 12px;
    border-radius: 50%;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #d4af37;
    color: #000;
}

.footer-input {
    background: #111;
    border: 1px solid #444;
    color: #fff;
}

.footer-input:focus {
    background: #111;
    color: white;
    border: 1px solid #d4af37;
    box-shadow: none;
}

.footer-line {
    border-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .footer-section {
        text-align: center;
    }

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