@font-face {
  font-family: Poppins;
  src: url(./fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: Poppins_Light;
  src: url(./fonts/Poppins-Light.ttf);
}

@font-face {
  font-family: Poppins_Light_1;
  src: url(./fonts/Poppins-Medium.ttf);
}


body {
    margin: 0;
    padding: 0;
    font-family: Poppins, Poppins_Light;
  }
  
  header {
    display: flex;
    background-color: #fff;
    padding: 20px;
    color: black;
    justify-content: space-around;
    align-items: center;
  }

  .header_sub1 {
    display: flex;
  }

  .logo img {
    max-width: 300px;
    -webkit-user-drag: none;
  }
  
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .logo {
    font-size: 24px;
    font-weight: bold;
  }

  nav.search_icon {
    margin-left: 10px;
}
  
  .nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .nav-links li {
    margin-left: 20px;
  }
  
  .nav-links li a {
    color: black;
    text-decoration: none;
  }
  
  .burger {
    display: none; /* Hide the burger menu by default on larger screens */
    cursor: pointer;
  }
  
  .line {
    width: 25px;
    height: 3px;
    background-color: black;
    margin: 5px;
  }
  
  /* Media queries for responsiveness */
  @media screen and (max-width: 768px) {
    .nav-links {
      display: none; /* Hide the regular menu on smaller screens */
    }
    .burger {
      display: block; /* Show the burger menu on smaller screens */
    }
    .nav-active {
      display: flex;
      flex-direction: column;
      align-items: center;
      background-color: #444;
      position: absolute;
      top: 80px;
      right: 0;
      width: 100%;
    }
    .nav-active li {
      margin: 10px;
    }
  }

  /* ... Your existing CSS ... */

.search-icon {
    display: block; /* Hide the search icon by default on smaller screens */
    cursor: pointer;
  }
  
  /* Style the search icon (Font Awesome) */
  .search-icon i {
    font-size: 20px;
    color: black;
  }
  
  /* Media queries for responsiveness */
  @media screen and (max-width: 768px) {
    /* ... Your existing media queries ... */
  
    .search-icon {
      display: block; /* Show the search icon on smaller screens */
      margin-right: 10px;
    }
  }

  /* ... Your existing CSS ... */
  
  /* Style the search input field */
  .search-input {
    display: none; /* Hide the search input field by default */
    margin-right: 10px;
  }

  .search-input input {
    width: 500px;
    height: 60px;
}
  
  .search-input.show-search {
    display: block; /* Show the search input field when it's active */
  }
  
  /* ... Your existing media queries ... */
  
  
  body {
    margin: 0;
    padding: 0;
  }
  
  .image-cover {
    position: relative;
    max-width: 100%;
    overflow: hidden;
  }
  
  .image-cover img {
    width: 100%;
    height: auto;
    -webkit-user-drag: none;
  }
  
  .image-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-80%, -50%);
    text-align: left;
    color: #fff;
  }
  
  .image-overlay h1 {
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 4px -2.5px 10px rgba(41, 41, 41, 0.911);
    font-family: 'Poppins';
    line-height: 5rem;
  }
  
  .image-overlay p {
    font-size: 25px;
    margin-bottom: 30px;
  }
  
  .image-overlay button {
    background-color: navy;
    color: #fff;
    padding: 10px 20px;
    border-color: white;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
  }

  .main_sec{
    display: flex;
    justify-content: center;
    margin-top: 85px;

  }

  .main_sec img {
    max-width: 35%;
    -webkit-user-drag: none;
  }
  
  li.active{
    color: goldenrod;
  } 

  .main_bod {
    margin-left: 15%;
    margin-right: 15%;
  }
  
  /*.main_bod_1 {
    margin-left: 15%;
    margin-right: 15%;
  }*/

  .bod_1{
    display: flex;    
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .bod_1 p {
    text-align: center;
    font-family: 'Poppins_Light';
    font-weight: 700;
    font-size: 20px;
    line-height: 2rem;
  }

  p.p_b_m {
    font-size: 35px;
    line-height: 3rem;
  }

  .bod_2 {
    background: lightgrey;
    padding: 10px 10px;
  }

  .bod_2 p {
    text-align: center;
    font-size: 45px;
    line-height: 3.5rem;
    font-family: "Poppins";
    font-weight: lighter;
    background: linear-gradient(to right, rgb(255, 0, 255), #00aeff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .infastr h1 {
    color: #1A3C76;
    text-align: center;
    font-size: 40px;
  }

  .infastr p {
    color: black;
    text-align: center;
    font-size: 20px;
    font-family: 'Poppins_light_1';
  }
  
  .body_photo_1, .body_photo_3 , .body_photo_2, .body_photo_4{
    display: flex;
  }

  .body_photo_child_1, .body_photo_child_2 {
    display: flex;
    width: 45%;
    flex-direction: column;
    justify-content: flex-start;
  }

  .body_title_underline {
    background-color: black;
    width: 75px;
    height: 3px;
  }

  .body_photo_child_1 p {
    font-size: 20px;
    font-family: 'Poppins_light_1';
  }

  .body_photo_child_2 p {
    font-size: 20px;
    font-family: 'Poppins_light_1';
  }

  .cloth_brand_main {
    background-color: #e5a72c;
  }

  .cloth_brand_sec img {
    position: absolute;
    transform: translate(5%, 15%); 
  }

  .body_photo_child_1 img, .body_photo_child_2 img{
    max-width: 600px;
    height: auto;
  }

  .body_photo_div {
    display: flex;
    flex-direction: column;
    margin-right: 15%;
    margin-left: 15%;
  }

  .infastr {
    margin-left: 15%;
    margin-right: 15%;
  }

  .blank_photo_space {
    width: 5%;
    max-width: 10%;
  }