body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

/* Add a background color when the inputs get focus */
input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for all buttons */
button {
  padding: 8px 16px; /* Reduced padding */
  font-size: 0.9rem; /* Reduced font size */
  background-color: #04AA6D;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px; /* Added rounded corners */
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #028a5e;
}

/* Extra styles for the cancel button */
.cancelbtn {
  padding: 14px 20px;
  background-color: #f44336;
}

/* Float cancel and signup buttons and add an equal width */
.cancelbtn, .signupbtn {
  float:right;
  width: 50%;
}

/* Add padding to container elements */
.container {
  padding: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #474e5d;
  padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
 
/* The Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn, .signupbtn {
     width: 100%;
  }
}

.search-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0;
}

.search-bar input[type="text"] {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 10px;
}

.search-bar button {
  padding: 10px 20px;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.Contact {
  margin: 20px 0;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.Contact h2 {
  text-align: center;
  color: #333;
}

.Contact form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.Contact label {
  font-weight: bold;
  color: #555;
}

.Contact input[type="text"],
.Contact input[type="email"],
.Contact textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.Contact button {
  align-self: center;
  padding: 10px 20px;
  background-color: #04AA6D;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.Contact button:hover {
  background-color: #028a5e;
}

.navbar ul {
    display: flex;
    list-style: none;
    gap: 20px;
}
.nav-links {
  display: flex;
  list-style: none;
  gap: 20px;
}

.nav-links li a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgb(52, 49, 245);
    text-decoration: none;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.nav-links li a i {
    font-size: 1.2rem;
}

.nav-links li a:hover {
    color: #161515;
    background-color: #de0d0d;
    padding: 5px 10px;
    border-radius: 5px;
}

.navbar {
  position: move;
  top: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 px;
  background-color: rgba(235, 136, 129, 0.8); /* Semi-transparent white */
  backdrop-filter: blur(10px); /* Blur effect */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

    .hero {
        position: relative;
        color: white;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url('/Hero\ section\ image.jpg'); /* Replace with your image path */
        background-size: cover;
        background-position: center;
        padding: 100px 20px;
    }
    .hero-content {
        position: relative;
    }
    .hero-image {
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
        border-radius: 10px;
    }
    .hero-content h1 {
        font-size: 3rem;
        margin-bottom: 20px;
    }
    .hero-content p {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }
    .hero-button {
        padding: 10px 20px;
        background-color: #007BFF;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-size: 1.2rem;
    }
    .hero-button:hover {
        background-color: #0056b3;
    }
    
.footer {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

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

.footer .info p {
  margin: 5px 0;
  font-size: 0.9rem;
}

.footer .social-links a {
  color: #007bff;
  text-decoration: none;
  margin: 0 10px;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.footer .social-links a:hover {
  color: #0056b3;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.image-column-img {
    transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.image-column-img:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    filter: brightness(1.2) saturate(1.5);
}

img {
    box-shadow: 0 4px 8px rgba(118, 208, 34, 0.2); /* Subtle shadow */
    transition: box-shadow 0.5s ease; /* Smooth transition */
}

img:hover {
    box-shadow: 0 8px 16px rgba(34, 221, 20, 0.5); /* Enhanced shadow on hover */
}

.h1 {
    color: red;
    font-weight: bold;
}

.previous-image {
    width: 200px; /* Reduced width */
    height: auto; /* Maintain aspect ratio */
}

.stylish-bag {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px; /* Space between the image and buttons */
}

.stylish-bag img {
    width: 400px; /* Set width to match messenger bag */
    height: 400px; /* Set height to match messenger bag */
    object-fit: cover; /* Ensure consistent aspect ratio */
}

.stylish-bag button {
    margin-top: 10px; /* Add space between the image and buttons */
    
}


        h2:hover {
            color: #6780fc;
            text-decoration: underline;
            cursor: pointer;
        }
       
        #animated-text {
            font-size: 2em;
            font-weight: bold;
            white-space: nowrap;
            overflow: hidden;
            border-right: 2px solid;
             animation: typing 4s steps(50, end) infinite, blink 0.5s step-end infinite alternate;
        }

        @keyframes typing {
            from {
                width: 0;
            }
            to {
                width: 100%;
            }
        }

        @keyframes blink {
            from {
                border-color: transparent;
            }
            to {
                border-color: black;
            }
        }

/* Responsive styles */
@media screen and (max-width: 300px) {
    .navbar ul, .nav-links {
        flex-direction: raw;
        gap: 10px;
        text-align: center;
    }

    .hero {
        padding: 50px 10px;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .hero-button {
        font-size: 1rem;
        padding: 8px 16px;
    }

    .image-column-img {
        width: 100%;
        height: auto;
    }

    .stylish-bag img {
        width: 100%;
        height: auto;
    }

    .modal-content {
        width: 90%;
    }
}

@media screen and (max-width: 300px) {
    .navbar ul, .nav-links {
        gap: 5px;
    }

    .hero-content h1 {
        font-size: 1.5rem;
    }

    .hero-content p {
        font-size: 0.9rem;
    }

    .hero-button {
        font-size: 0.9rem;
        padding: 6px 12px;
    }

    .footer .container {
        padding: 0 10px;
    }

    .Contact form {
        gap: 10px;
    }

    .Contact button {
        padding: 8px 16px;
    }
}

@media screen and (max-width: 300px) {
    #animated-text {
        font-size: 1.5rem;
        line-height: 1.2;
        padding: 10px;
        word-wrap: break-word;
    }
}

@media screen and (max-width: 480px) {
    .navbar {
        position: relative;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        gap: 10px;
        background-color: rgba(235, 136, 129, 0.9);
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .nav-links.active {
        display: flex;
    }

    .menu-icon {
        display: block;
        font-size: 1.5rem;
        cursor: pointer;
        color: #333;
        text-align: center;
        margin: 10px 0;
    }

    .hero {
        padding: 30px 10px;
    }

    .hero-content h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .hero-button {
        font-size: 1rem;
        padding: 8px 16px;
    }

    .image-column-img {
        width: 100%;
        height: auto;
    }

    .footer .container {
        padding: 0 10px;
    }

    .Contact form {
        gap: 10px;
    }

    .Contact button {
        padding: 8px 16px;
    }
}