/* navbar respo  style  */
@media screen and (max-width: 1160px) {
    .nav {
      padding: 15px 100px;
    }
    .nav .search-box {
      right: 150px;
    }
  }
  @media screen and (max-width: 950px) {
    .nav {
      padding: 15px 50px;
    }
    .nav .search-box {
      right: 100px;
      max-width: 400px;
    }
    /* ye update kiya hai */
    .contents2{
      font-size: 1em;
    }
    #image-container{
      margin-top: 1em;
    }
  /* =----------- */

  /* 13-05-2024 */
  
  .containe1{
    height: 8em;
    min-width: 18em;
    /* border: 1px solid red; */
    margin-left: 17px;
  
  }
  .con1,.con2{
    font-size: 1em;
    display: block;
  }

  /* ------------- */

  }
  @media screen and (max-width: 768px) {
    .nav .navOpenBtn,
    .nav .navCloseBtn {
      display: block;
    }
    
.nav .logo {
  font-size: 13px;
  font-weight: 500;
}

    .nav {
      /* padding: 15px 20px; */
      padding: 5px 7px;

    }
    .nav .nav-links {
      position: fixed;
      top: 0;
      left: -100%;
      height: 100%;
      max-width: 280px;
      width: 100%;
      padding-top: 100px;
      row-gap: 30px;
      flex-direction: column;
      background-color: #11101d;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      transition: all 0.4s ease;
      z-index: 100;
    }
    .nav.openNav .nav-links {
      left: 0;
    }
    .nav .navOpenBtn {
      color: #fff;
      font-size: 20px;
      cursor: pointer;
    }
    .nav .navCloseBtn {
      position: absolute;
      top: 20px;
      right: 20px;
      color: #fff;
      font-size: 20px;
      cursor: pointer;
    }
    .nav .search-box {
      top: calc(100% + 10px);
      max-width: calc(100% - 20px);
      right: 50%;
      transform: translateX(50%);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
  }

  /* home page respo style by mshivam */

  @media (min-width: 280px) and (max-width: 653px) {
    .back{
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    }
  }

/* all page rispo */

  @media screen and (max-width: 500px) {
    .form .column {
      flex-wrap: wrap;
    }
    .form :where(.gender-option, .gender) {
      row-gap: 15px;
    }
  
    .nav{
      z-index: 1000;
    }
    .container{
      z-index: 100;
  
    }
  
  }
  
  @media screen and (max-width: 768px) {
  
      .nav{
      z-index: 1000;
    }
    .container{
      z-index: 100;
  
    }
  }


/* ...other base styles... */

/* Styles for smaller screens (phones) */
@media (max-width: 767px) {
  /* Make sections stack vertically for better readability on phones */
  .back,
  .sec-1,
  .sec-2,
  .sec-3 {
    width: 100%;
  }

  /* Optimize text sizes for smaller screens */
  .hed-1 h1,
  .hed-2 h1,
  .hed-3 h2 {
    font-size: 1.5rem; /* Adjust as needed */
  }

  /* Center elements horizontally for better visual balance */
  .hed-1,
  .hed-2,
  .hed-3 {
    text-align: center;
  }
  .hed-2{
    display: none;
  }

  /* Adjust image dimensions for better fit */
  .sec-2 img {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
  }
}

/* Additional media queries for other breakpoints (optional) */
@media (min-width: 768px) and (max-width: 991px) {
  .hed-2{
    display: flex;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* Styles for small desktops */
}

@media (min-width: 1200px) {
  /* Styles for large desktops */
}
@media (min-width: 1024px) and (max-width: 600px) {
  .hed-2{
    display: flex;
  }
}

/* from  menu page respo  style  */

@media (min-width: 360px) and (max-width: 640px) {

  .container-name{
    top: 2em;
  }
  .small h2{
    display: flex;
    font-size: 0.9em;
  }
  .sec-4, .sec-5{
    height: 5em;
    width: 5em;
  }
  .cards{
   padding-left: 2.4em;
  }
  /* for footer */
  .you{
    font-size: 1em;
  }

  /* entry page  */
  .sec-6{
    height: 3em;
    width: 23em;
  }
  .subscriber-area{
    width: 23em;
  }
 
}

@media (min-width:  412px ) and (max-width:896px){

  .sec-6{
    height: 3em;
    width: 26em;
  }
  .subscriber-area{
    width: 26em;
  }

}


@media (min-width:  540px ) and (max-width:720px){

  .sec-6{
    height: 3em;
    width: 37em;
  }
  .cards{
    padding-left: 8em;
  }
  .subscriber-area{
    width: 37em;
  }

}

@media (min-width:  853px ) and (max-width:1280px){

  .sec-6{
    height: 3em;
    width: 79em;
  }

}

@media (min-width:  768px ) and (max-width:1024px){

  .sec-6{
    height: 3em;
    width: 49em;
  }
  .cards{
    padding-left: 3em;
  }
  .subscriber-area{
    width: 49em;
  }

}


@media (min-width:  912px ) and (max-width:1368px){

  .sec-6{
    height: 3em;
    width: 78em;
  }
  
  .subscriber-area{
    width: 78em;
  }

  .cont{
    width: 78em;
  }

}

/* ---- the menu all page respo end ----- */


/*  from product master form respo style */


@media screen and (max-width: 600px) { 

	.form-container-label, 
	.form-container-input, 
	.form-container-button { 
		flex: 100%; 
		min-width: 100%; 
	} 
}
