@media screen and (max-width:1840px) {
    /* .productImg{
        margin-left: 35px;
        margin-right: 35px;
        margin-top: 20px;
        width: 120px;
     } */
     .cartProducts{
        height: 238px;
        border-radius: 20px;
        background: #3B3B3B;
    }
    
}


@media screen and (max-width:1246px) {
    .header-main{
        /* flex-direction: column; */
        margin-left: 80px;
        margin-right: 80px;
    }
    .header-card{
        margin-bottom: 100px;
        margin-top: 40px;
        margin-left: 80px;
        width: 330px;
        height: 420px;
    }

    .header-card-img img{
        width: 330px;
        height: 330px;
    }
    
    .header-main-right{
        margin-left: 80px;
    }
   

    .footer-flx{
        padding-top: 40px;
        margin-left: 50px;
        margin-right: 50px;
    }
    .astronaut-cnt{
        display: flex;
        margin-top: 120px;
        margin-left: 60px; 
    }
     
    

    
}


@media screen and (max-width:1146px) {
    .header-main{
        /* flex-direction: column; */
        margin-left: 70px;
        margin-right: 70px;
    }
    .header-card{
        margin-top: 40px;
        margin-left: 70px;
        width: 330px;
        height: 420px;
    }

    .header-card-img img{
        width: 330px;
        height: 330px;
    }
    
    
    .header-main-right{
        margin-left: 70px;
    }
    .footer-flx{
        padding-top: 40px;
        margin-left: 50px;
        margin-right: 50px;
    }
    .astronaut-cnt{
        display: flex;
        margin-top: 120px;
        margin-left: 60px; 
    }
     
    .astronaut-cnt{
        display: flex;
        margin-top: 120px;
        margin-left: 35px; 
    }
    
}
@media screen and (max-width:1100px) {
    .header-main{
        /* flex-direction: column; */
        margin-left: 60px;
        margin-right: 60px;
    }
    .header-card{
        margin-top: 40px;
        margin-left: 60px;
        width: 330px;
        height: 420px;
    }

    .header-card-img img{
        width: 330px;
        height: 330px;
    }
    .header-main-right{
        margin-left: 40px;
    }

    .footer-flx{
        padding-top: 40px;
        margin-left: 50px;
        margin-right: 50px;
    }
    .astronaut-cnt{
        flex-direction: column; 
        width: 425px;
        background-color: #2B2B2B;

    }
    .left-cnt img{
        width: 315px;
        flex: 1 0 0;
    
    }.right-cnt h2{
        width: 315px;
    }.input_button{
        width: 300px;
        height: 60px;
        background-color: white;
        border-radius: 20px;
        display: flex;
    }
    
    .input_button input{
        margin-left: 29px;
        border: none;
        background: none;
        width: 150px;
        outline: none;
    }
    
    .input_button span{
            padding-top: 20px;
            margin-left: 2px;   
    }
    
    .input_button button{
        display: flex;
        width: 121px;
        height: 60px;
        border-radius: 20px;
        border: none;
        background-color: #A259FF;
        color: white;
    }
    .input_button svg{
       margin-left: 20px;
       margin-top: 17px;
    }
    

    
}


@media screen and (max-width:1070px) {
    .header-main{
        /* flex-direction: column; */
        margin-left: 50px;
        margin-right: 50px;
    }
    .header-card{
        margin-top: 40px;
        margin-left: 50px;
        width: 330px;
        height: 420px;
    }
    .header-left img{
        width: 397px;
        height: 615px;
        margin-top: 25px;
    }
    .header-right{
        margin-left: 40px;
       
    }

    .header-card-img img{
        width: 330px;
        height: 330px;
    }
    
    .header-main-right{
        margin-left: 15px;
    }
    .header_nav{
        gap: 20px;
        margin-right: 0;
        margin-top: 0;
        flex-direction: column;
        width: 200px;
        height: 60vh;
        background-color: rgba(0, 0, 0, 0.521);
        position: fixed;
        left: -200px;
        top: 0;
        z-index: 5;
        transition: 1.2s;
        padding-top: 20px;
    }
    nav{
        border-bottom: none;
    }
    #resp_check:checked ~ .header_nav{
        left: 0;
    }
    #resp_icon{
        display: block;
    }
    .footer-flx{
       
        margin-left: 30px;
        margin-right: 30px;
    }
    .hader-top{
        margin-left: 40px;
        margin-right: 40px;
    }
    
}
@media screen and (max-width:1000px) {
    .header-main-right{
        margin-left: -35px;
    }

    .hader-top{
        margin-left: 35x;
        margin-right: 35px;
    }
    

}
@media screen and (max-width:1000px){
    .header-card{
        margin-top: 40px;
        margin-left: 50px;
       
    }
}



@media screen and (max-width:950px) {
    .header-main{
        flex-direction: column;
        margin-left: 30px;
        margin-right: 30px;
    }
    .header-card{
        margin-top: 40px;
        margin-left: 50px;
        width: 330px;
        height: 420px;
    }

    .header-card-img img{
        width: 330px;
        height: 330px;
    }
    
    .header-main-right{
        margin-left: -30px;
    }
    
    
    .footer-flx{
       flex-direction: column;
        margin-left: 30px;
        margin-right: 30px;
    }
    .header_nav{
        gap: 20px;
        margin-right: 0;
        margin-top: 0;
        flex-direction: column;
        width: 200px;
        height: 70vh;
        background-color: rgba(0, 0, 0, 0.521);
        position: fixed;
        left: -200px;
        top: 0;
        z-index: 5;
        transition: 1.2s;
        padding-top: 20px;
    }
    #products{
        margin-left: 60px;
        margin-right: 60px;
       
    }
    .main-top{
   
        margin-left: 45px;
      
    }
    #secProducts{
        margin-left: 60px;
        margin-right: 60px;
    
    }
    .main-btn{
        margin-right:60px;
    }
    .main-btn p{
        margin-top: 3px;
        margin-left: 5px;
    }
    .hader-top{
        margin-left: 30x;
        margin-right: 30px;
    }
    
}

@media screen and (max-width:875px) {
    .header-main{
     
        margin-left: 20px;
        margin-right: 20px;
    }
    .header-card{
        margin-top: 20px;
        margin-left: 20px;
        width: 315px;
        height: 315px;
    
    }
    .header-left img{
        width: 315px;
        height: 232px;
        margin-top: 25px;
        margin-left: 50px;
        
    }
    .header-main-sign{
      flex-direction: column;
      margin-left: 50px;
    }
    .header-right{
        margin-left: 30px;
        margin-top: 25px;
    }
    .header-right h2{
        font-size: 200%;
    }
    
    .header-right p{
        width: 300px;
        font-size: 90%;
       
    }
    
    
    .footer-flx{
       flex-direction: column;
        margin-left: 20px;
        margin-right: 20px;
    }
    .header_nav{
        gap: 20px;
        margin-right: 0;
        margin-top: 0;
        flex-direction: column;
        width: 200px;
        height: 70vh;
        background-color: rgba(0, 0, 0, 0.521);
        position: fixed;
        left: -200px;
        top: 0;
        z-index: 5;
        transition: 1.2s;
        padding-top: 20px;
    }
    #products{
        margin-left: 40px;
        margin-right: 40px;
       
    }
    .main-top{
   
        margin-left: 35px;
      
    }
    #secProducts{
        margin-left: 60px;
        margin-right: 60px;
    
    }
    .main-btn{
        margin-right:60px;
    }
    .main-btn p{
        margin-top: 3px;
        margin-left: 5px;
    }
  
    .header-main-left h1{
        font-size: 200%;
    }
    
    .header-main-left b{
        font-size: 80%;
        margin-top: 4.5px;
        margin-left: 2px;
    }
    .header-nav-left h3{
    
        font-size: 110%;
      
    }
         
    .header-nav-right button{
        margin-left: -55px;
        padding: 10px 20px;
    }
    .header-main-left p{
        font-size: 90%;
        color: var(--white);
        font-weight: 200;
        width: 300px;
        margin-top: 20px;
        line-height: 160%; /* 35.2px */
        text-transform: capitalize;
    }
    

}  
    
    

@media screen and (max-width:655px) {
    .header-main{
     
        margin-left: 20px;
        margin-right: 20px;
    }
    .header-card{
        margin-top: 20px;
        margin-left: 20px;
        width: 315px;
        height: 315px;
    
    }
    
    .header-right{
        margin-left: 20px;
    }
    
    .footer-flx{
       flex-direction: column;
        margin-left: 20px;
        margin-right: 20px;
    }
    .header_nav{
        gap: 20px;
        margin-right: 0;
        margin-top: 0;
        flex-direction: column;
        width: 200px;
        height: 70vh;
        background-color: rgba(0, 0, 0, 0.521);
        position: fixed;
        left: -200px;
        top: 0;
        z-index: 5;
        transition: 1.2s;
        padding-top: 20px;
    }
    #products{
        margin-left: 40px;
        margin-right: 40px;
       
    }
    .main-top{
   
        margin-left: 20px;
      
    }
    #secProducts{
        margin-left: 40px;
        margin-right: 40px;
    
    }
    .main-btn{
        margin-right:20px;
    }
    .main-btn p{
        margin-top: 3px;
        margin-left: 5px;
    }
  
    .header-main-left h1{
        font-size: 180%;
        width: 250px;
    }
    
    .header-main-left b{
        font-size: 80%;
        margin-top: 2.5px;
        margin-left: 2px;
    }
    .header-nav-left h3{
    
        font-size: 80%;
      
    }
         
    .header-nav-right button{
        margin-left: -55px;
        padding: 10px 20px;
    }
    .header-main-left p{
        font-size: 90%;
        color: var(--white);
        font-weight: 200;
        width: 300px;
        margin-top: 20px;
        line-height: 160%; /* 35.2px */
        text-transform: capitalize;
    }
    
    .main-grid{
     
        margin-left: 12px;
        margin-right: 20px;
      
    }
    
.main-top p{
    font-size: 100%;
    width: 200px;
   
}

.astronaut-cnt{
    margin-left: 5px;
    width:  250px ; 

}

.left-cnt img{
    width: 250px;
    flex: 1 0 0;
}


.right-cnt h2{
    font-size: 170%;
    font-weight: 600;
    color: var(--white);
    line-height: 120%; /* 45.6px */
    text-transform: capitalize;
    width: 305px;
}

.right-cnt p{
    font-size: 110%;
    font-weight: 400;
    color: var(--white);
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 160%; /* 35.2px */
    text-transform: capitalize;
}

.input_button{
    width: 250px;
    height: 60px;
    background-color: white;
    border-radius: 20px;
    display: flex;
}

.input_button input{
    margin-left: 19px;
    border: none;
    background: none;
    width: 150px;
    outline: none;
}

.input_button span{
        font-size: 90%; 
        padding-top: 20px;
        margin-left: -5px;   
}

.input_button button{
    display: flex;
    width: 171px;
    height: 60px;
    border-radius: 20px;
    border: none;
    background-color: #A259FF;
    color: white;
}
.input_button svg{
   margin-left: 10px;
   margin-top: 17px;
}
   
.last-grid-cnt{
   
    margin-left:12px;
    margin-right: 20px;
   
    
} 
.grid-container{

    margin-left: 12px;
    margin-right: 20px;

}
.header-main-sign{
    flex-direction: column;
    margin-left: 20px;
  }
  .header-right{
      margin-left: 20px;
      margin-top: -395px;
  }
  .header-right h2{
      font-size: 200%;
  }
  
  .header-right p{
      width: 300px;
      font-size: 90%;
     
  }
  .header-left img{
    margin-left: 20px;
    margin-top: 25px;
}
.inp-container input{
    margin-top: 9px;
    outline: none;
    border: none;
    width: 148px;
    height: 22px;
}
.inp-container svg{
    margin-top: 10px;
    margin-right: 12px;
    margin-left: 20px;
}

.inp-container{
    width: 230px;

}
.create-btn button {
    margin-top: 30px;
    width: 230px;
    margin-top: 20px;
   

}

} 