@import url('https://fonts.googleapis.com/css2?family=Manufacturing+Consent&display=swap');

.manufacturing-consent-regular {
    font-family: "Manufacturing Consent", system-ui;
    font-weight: 400;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: rgb(164, 164, 164);
}

/* Navigation bar */

*,
*::after,
*::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.html {
    font-size: 62.5%;
}

.navbar input[type="checkbox"],
.navbar .hamburger-lines {
    display: none;
}

.container {
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

.navbar {

    position: relative;
    width: 100%;
    background-color: transparent;
    color: #c1c1c1;
    opacity: 0.85;
    z-index: 100;
    border-radius: 30px;
    transition: all 0.3s;
}

/* Scrolling Hide */
#navbar1 {
    position: fixed;
    top: 0;
    width: 100%;
    transition: top 0.3s;
    /* Smooth transition when hiding/showing */
}


.navbar-container {
    display: flex;
    justify-content: space-between;
    height: 5px;
    align-items: center;
}



.menu-items {
    order: 2;
    display: flex;
    color: #c1c1c1;
    align-items: center;
}

.logo {
    order: 1;
    font-size: 2.3rem;
}

.menu-items li {
    list-style: none;
    margin-left: 1.5rem;
    font-size: 1.3rem;
}

.menu-items li a {
    font-size: 10px;
    font-weight: 400;
    font-family: 'Times New Roman', Times, serif;
    align-items: center;
    transition: all 0.4s;
}
.menu-items li a:hover{
    color: #c99c4a;
}

.navbar a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;


    align-items: center;
    justify-content: center;
    padding-left: 3rem;
    margin-left: -3rem;
    margin-right: 2rem;
    transition: all 0.4s;
    align-items: center;
    transition: all 0.4s;
}



@media (max-width: 768px) {
    .navbar {
        opacity: 0.95;
    }

    .navbar a {
        color: black;
        margin-right: 50px;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines {
        display: block;
    }

    .navbar-container {
        display: block;
        position: relative;
        height: 20px;

    }



    .navbar-container input[type="checkbox"] {
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines {
        display: block;
        height: 28px;
        width: 35px;
        position: absolute;
        top: -3px;
        left: 7px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        display: flex;
    }

    .navbar-container .hamburger-lines .line {
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #afafaf;
    }

    .navbar-container .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar .menu-items {
        padding-top: 100px;
        background: #f5f5f2;
        height: 55vh;
        max-width: 200px;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -20px;
        padding-left: 30px;
        transition: transform 0.5s ease-in-out;
        border-radius: 30px;
        overflow: scroll;
        scrollbar-width: static;



    }

    .navbar .menu-items li {
        margin-bottom: 1.8rem;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .logo {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 2.5rem;
    }

    .navbar-container input[type="checkbox"]:checked~.menu-items {
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
        transform: rotate(-45deg);
    }

}

@media (max-width: 500px) {
    .navbar-container input[type="checkbox"]:checked~.logo {
        display: none;
    }
}

/*  */
.banner {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.75));
    background-size: cover;
    background-position: center;
    position: fixed;
}

.navbar {
    width: 85%;
    margin: auto;
    padding: 35px;
    padding-right: -20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.logo {
    width: 120px;
    cursor: pointer;
}

.navbar ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-left: 18rem;
}

.navbar ul li {
    list-style: none;
}

.navbar ul li a {
    font-size: larger;
}

/* Home page */
section{
    margin-top: 40px;
}
.hero {
    position: relative;
    height: 100vh;
    background: url('images/image\ 5.jpg') center center/cover no-repeat;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: -1;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
}



.tagline {
    font-family: cursive;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.main-heading {
    font-size: 3.5rem;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: whitesmoke;
}

.info-boxes {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.info-box {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 25px;
    border-radius: 10px;
    min-width: 220px;
    text-align: left;
}

.info-box i {
    font-size: 1.5rem;
    color: gold;
    margin-right: 8px;
    vertical-align: middle;
}

.info-box h4 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.info-box p {
    font-size: 0.9rem;
}

@media(max-width: 768px) {
    .hero {
        background: url('images/image\ 2.jpg');
        background-attachment: fixed;
        /* optional for parallax feel */
        background-size: cover;
        /* ensures it always covers */
        background-position: center;
        width: 100%;

    }

    .tagline {
        margin-top: -60px;
        font-size: 1rem;
    }

    .main-heading {
        font-size: 1.0rem;
    }
}

@media(max-width: 480px) {
    .main-heading {
        font-size: 1.6rem;
    }

    .info-box {
        min-width: 80%;
        text-align: center;
    }
}

/* About us */
#section1 {
    background-color: black;
}

.heading {
    text-align: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 3.5rem;
    padding-top: 90px;

}

/* Background slider */
.About-section {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: -45px;
}

.background-slide {
    position: absolute;
    width: 75%;
    height: 75%;
    background-size: cover;
    background-position: center;
    animation: slide 20s infinite;
    z-index: 1;

}

.background-slide:nth-child(1) {
    background-image: url('images/about.jpg');
    animation-delay: 0s;
}

.background-slide:nth-child(2) {
    background-image: url('images/about\ 1.jpg');
    animation-delay: 5s;
}

.background-slide:nth-child(3) {
    background-image: url('images/about\ 2.jpg');
    animation-delay: 10s;
}

.background-slide:nth-child(4) {
    background-image: url('images/about\ 3.jpg');
    animation-delay: 15s;
}
.background-slide:nth-child(5) {
    background-image: url('images/about\ 4.jpg');
    animation-delay: 20s;
}

@keyframes slide {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* Testimonials content */
.About-container {

    text-align: center;
    color: white;
    max-width: 2200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 50px 20px;
}

.about-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;

}

.card {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    max-width: 600px;
    border-radius: 5px;
}

.card .quote {
    font-size: 40px;
    margin-bottom: 15px;
}

.card p {
    font-size: 15px;
    line-height: 1.0;
    margin-bottom: 15px;
}

.card .name {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}


/* Services */

.heading-services {
    text-align: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 3.5rem;
    padding-top: 60px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background: #0d0d0d;
    /* black background */
    color: white;
}

/* Section container */
.services-section {
    text-align: center;
    padding: 80px 20px;
}

/* Heading */
.services-section h2 {
    font-size: 40px;
    letter-spacing: 8px;
    margin-bottom: 20px;
}


/* Cards container */
.services-container {
    display: flex;
    justify-content: center;
    gap: 90px;
    flex-wrap: wrap;
    margin-top: 90px;
}

/* Individual card */
.service-card {
    background: transparent;
    color: white;
    text-align: center;
    max-width: 250px;
}

.service-card .icon {
    width: 140px;
    height: 140px;
    border: 3px solid #d8a454;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
}

.service-card .icon img {
    width: 80%;
    height: 80%;
    border-radius: 100px;
    transition: all 0.3s;
}

.service-card .icon img:hover {
    transform: scale(1.4);
}

/* Title */
.service-card h3 {
    font-size: 18px;
    color: #d8a454;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

/* Text */
.service-card p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0 5px;
}

/* Time button */
.time-btn {
    display: inline-block;
    background: #d8a454;
    color: white;
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: default;
}

/* Shop video */

#section3 {
    background-color: #000000;
}

.video-heading {
    justify-content: center;
    align-items: center;
    font-size: 3.5rem;
    margin-top: 100px;

}

#section3 video {
    margin-top: 40px;
}

/* Contact section */
.contact-section {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
}

#section4 {

    font-size: 3rem;

}

#section4 p {
    margin-top: 40px;
}

/* Map side */
.map-container {
    flex: 1;
    min-height: 100%;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* footer */



.footer {
  background: #222;
  color: #ccc;
  text-align: center;
  padding: 40px 20px;
  line-height: 1.6;
}

.footer a {
  color: #c99c4a;
  text-decoration: none;
  margin: 0 8px;
  transition: color 0.3s;
}

.footer a:hover {
  color: #fff;
}

.footer-social {
  margin-bottom: 15px;
}

.footer-copy {
  margin-bottom: 15px;
  font-size: 14px;
}

.footer-copy strong,
.footer-copy span {
  color: #fff;
}

.footer-nav a {
  color: #ccc;
  font-size: 14px;
}

.footer-nav a:hover {
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer {
    padding: 30px 10px;
  }
  .footer-social, 
  .footer-copy, 
  .footer-nav {
    display: block;
    margin: 10px 0;
  }
  .footer-nav a {
    display: inline-block;
    margin: 5px 6px;
  }
}
