#mien_div {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 2ch;
    /* border: 1px solid black; */
}

#card-container {
    
    /* border: 1px solid black/; */
    position: relative;
    margin-top: 50px;
    margin-left: 10%;
    width: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
}


#div_img {
    width:60vw;
    height: 80vh;
    /* position: absolute; */
}

#list {
    border-radius: 10px;
    /* background-color: #747070; */
    width: 25vw;
    height: auto;
    margin-left: 65ch;
    margin-top: 52vh
}



/* th, td {
    
    border: 1px solid black;
    text-align: left;
    padding: 10px 15px;
} */


#main_order{
    /* border: 1px solid black; */
    width: 20vw;
    height: auto;
    margin-top: -100ch;
    margin-left: 110ch;
}
form{
    /* margin-left: 10ch; */
    /* border: 1px solid red; */
    width: auto;
    height: auto;
}
#label_enter{
    padding: 10px 40px;
    text-align: center;
    font-size: 25px;
    background-color: red;
    color: white;
}
#fob{
    padding: 10px 40px;
    text-align: center;
    font-size: 25px;
    background-color: rgb(64, 65, 64);
    color: white;
}
#btn_enter{
    padding: 10px 40px;
    text-align: center;
    font-size: 25px;
    margin-left: 75px;
    background-color: red;
    cursor: pointer;
    color: white;
}

#btn_enter:hover{
     /* margin-left: 80px; */
/* padding: 15px 45px; */
background-color: #52a624;
color: #fff;
cursor: pointer;
}
#inpute{
 width: 20vw;
 height: 5vh;
}
#h1{
    position: relative;
     color: #ffffff;
    width: 25vw;
    margin-left: 350px;
    margin-top:-20ch;
    margin-bottom: 20ch; 
    z-index: 1;
}
#h12{
    position: relative;
     color: #ffffff;
    width: 25vw;
    margin-left: 500px;
    margin-top:-27ch;
    margin-bottom: 20ch; 
    z-index: 1;
}
#multiple_image{
    width: 30vw; height:50vh;  position: absolute;
    z-index: 1;
    
}
#long_div {
    position: relative;
    z-index: 10;
    border: 1px solid black;
    background-color: rgb(73, 74, 74);
    border-radius: 2ch;
    width: 52vw;
    height: 70vh;
    margin-top: -50ch;
    margin-left: 10vw;
}
/* .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 10%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
} */

/* .modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
} */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
    .swiper-container {
        position: relative;
        z-index: 1;
        width: 60%;
        max-width: 70vw;
        max-height: 65vh;
        height: 50vh;
        overflow: hidden;
        display: flex;
    }
#swiper-container{
    height:70vh; width:50vw; margin-left: 1.5ch; margin-top: 2ch;border-radius: 2ch; position: relative;}
    .swiper-wrapper {
        transition: transform 0.5s ease-in-out;
        display: flex;
    }

    .swiper-slide {
        min-width: 100%;
        min-height: 100%;
    }


    .swiper-button-next,
    .swiper-button-prev {
        width: 10%;
        color: #fff;
        font-size: 18px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .swiper-button-next {
        right: 0;
        color: #000;
    }

    .swiper-button-prev {
        left: 0;
        color: #000;
    }
    .sold {
    color: red;
    }

    .available {
    color: green;
    }
    #cloess{
        cursor: pointer;position: absolute; margin-left: 95ch; margin-top: -5ch; z-index: 10;
    }
    #dis{
        margin: 0;
    }
    .mi{ 
        height: 100px;
        width: 100%;
        object-fit: cover;
        /* cursor: pointer; */
     }
     .clickImg{
        cursor: pointer;
     }
/* Medium screens */
@media screen and (min-width: 320px) and (max-width: 424px) {
  
    #card-container {
        margin-left: 0;
        margin-top: 5ch; /* Adjust the margin for smaller screens */
    }
    #long_div {
      display: none;
        height:50vh; width:80vw; 
       
    }
    #dis{
        margin-top: -2ch;
    display: none;
    }
    #cloess{
        margin-left: 5ch;
    }
#swiper-container{
    height:45vh; width:70vw; margin-left: 1.5ch; margin-top: 2ch;border-radius: 2ch; position: relative;}
    #list {
        margin-left: 0; 
        margin-top: 125ch; /* Adjust the margin for smaller screens */
        width: 100vw; /* Make the width full for smaller screens */
    }
  
    #main_order {
        margin-top: 0; /* Adjust the margin for smaller screens */
        margin-left: 0; /* Adjust the margin for smaller screens */
    }

    #inpute {
        padding: 10px;
        width: 80vw; /* Adjust the padding for smaller screens */
    }
    
    .card {
        margin-top: 0ch;
    }
    
    #div_img {
        width: 99vw;
        height: 50vh;
    } 
    .swiper-container {
        
        width: 100%;
        max-width: 100vw;
        max-height: 65vh;
        height: 50vh;
        
    }
    
    .img {
        width: 100%;
        height: 30vh;
    }
    
    #h1 {
        width: 25vw;
        margin-left: 10px;
        margin-top: -6ch; /* Adjusted potential typo */
        color: #000000;
    }
    
    #label_enter {
        padding: 10px 40px;
        width: 75vw;
    }
    


    #mi{ width: 20vw; height: 10vh;  }
 #multiple_image {
        display: flex;
        flex-wrap: wrap;
        margin-top: -30ch;
        /* border: 1px solid black; */
        width:100%;
    }
    #fob{
    width: 75vw;
    padding: 10px 40px;
    }
 
}

      
      /* Large screens */
      @media screen and (min-width: 425px) and (max-width: 768px) {
        #card-container {
            margin-left: 0;
            margin-top: 10ch /* Adjust the margin for smaller screens */
        }
    
        #list {
            margin-left: 0; 
            margin-top: 150vh;/* Adjust the margin for smaller screens */
            width: 100vw; /* Make the width full for smaller screens */
        }
      
        
        
        #main_order {
            margin-top: 0; /* Adjust the margin for smaller screens */
            margin-left: 0; /* Adjust the margin for smaller screens */
        }
        #inpute {
            padding: 10px;
            width: 80vw; /* Adjust the padding for smaller screens */
        }
        
        
    #div_img {
        width: 99vw;
        height: 50vh;
    }.swiper-container {
        
        width: 100%;
        max-width: 100vw;
        max-height: 65vh;
        height: 70vh;
        
    }
    
    #img{
        width: 100%;
        height: 20vh;
    }
    #btn_enter{
        padding: 10px 40px;
        
        margin-left:15ch;
       
    }
    
  
    #h1{
        width: 25vw;
        margin-left: 10px;
        margin-top:-1h;
        color: #fff;
       
    }
    #label_enter{
        padding: 10px 40px;
        width: 75vw;
    }   #multiple_image {
        display: flex;
        text-align: center;
        flex-direction: row;
        margin-top: -6ch;
        padding: 10px 20px;
    }

    
      }
      @media screen and (min-width:769px) and (max-width: 1024px ) {
   
       
        
    #div_img {
        width: 30vw;
        margin-left: 10ch;
        height: 50vh;
    }
    #img{
        width: 100%;
        height: 20vh;
    }
    #h1{
        width: 25vw;
        margin-left: 10px;
        margin-top:-1h;
        color: #fff;
       
    }
    
   
      }
  
  /*  Footer */

   /*  Footer */
/* Default styles for all screen sizes */
/* Original styles for all screen sizes */

#footer_color {
    background-color: #000000;
    color: #fff;
    padding: 20px 0;
    height: 60vh;
    margin-top: 25ch;
}

.footer_con {
    max-width: 1200px;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.icon-phone-text,
.icon-phone-text2,
.icon-phone-text3 {
    margin-top: 10px;
    font-size: 13px;
}

.icon-phone-text2 {
    margin-left: -30ch;
}

#copy {
    margin-left: 17ch;
}

#pay {
    border: 1px solid #fff;
    width: 8vw;
    height: 10vh;
    border-radius: 8px;
}


#imgfoot{
    margin: 0;
}
#textemail{
    width: 20vw; margin-left: 7ch; margin-top: -5ch;
}
#textp{
    width: 20vw; margin-left: 7ch; margin-top: -1ch; 
}
#usefull{
    margin: 0;
}
/* Responsive styles for smaller screens */
/* Responsive styles for smaller screens */

@media only screen and (max-width: 320px) {
    #footer_color {
        height: auto;
        margin-top: 10px;
    }
    #imgfoot{
        margin-left:5ch;
        width: 60vw; 
    }
    #textemail{
        width: 70vw;
    }
    #usefull{
        margin-left: 8ch;
    }#textp{
        width: 70vw; 
    }
    .row {
        margin-top: -1ch;
        flex-direction: row;
    }

    .icon-phone-text2 {
        margin-left: 0ch; /* Corrected value */
    }

    #copy {
        margin-left: 0;
    }

    #pay {
        width: 60vw;
        border: 1px solid #fff;
        /* width: 8vw;/ */
        height: 20vh;
        margin-bottom: 1ch;
        border-radius: 8px;
    }

    #row3{
        margin-top: 0ch;
        margin-left: 5ch; /* Adjusted value */
    }
}
@media only screen and (min-width: 321px) and (max-width: 425px) {
    #footer_color {
        height: auto;
        margin-top: 10px;
    }
    #imgfoot{
        margin-left:5ch;
        width: 60vw; 
    }
    #textemail{
        width: 70vw;
    }
    #usefull{
        margin-left: 8ch;
    }#textp{
        width: 70vw; 
    }
    .row {
        flex-direction: row;
    }

    .icon-phone-text2 {
        margin-left: 0ch; /* Corrected value */
    }

    #copy {
        margin-left: 0;
    }

    #pay {
        width: 60vw;
        border: 1px solid #fff;
        /* width: 8vw;/ */
        height: 20vh;
        margin-bottom: 1ch;
        border-radius: 8px;
    }

    #row3{
        margin-top: 10ch;
        margin-left: 5ch; /* Adjusted value */
    }
}

@media only screen and (min-width: 425px) and (max-width: 768px) {
    #footer_color {
        height: auto;
        margin-top: 10px;
    }
    #imgfoot{
        margin-left:5ch;
        width: 60vw; 
    }
    #textemail{
        width: 70vw;
    }
    #usefull{
        margin-left: 8ch;
    }#textp{
        width: 70vw; 
    }
    .row {
        flex-direction: row;
    }

    .icon-phone-text2 {
        margin-left: 0ch; /* Corrected value */
    }

    #copy {
        margin-left: 0;
    }

    #pay {
        width: 60vw;
        border: 1px solid #fff;
        /* width: 8vw;/ */
        height: 20vh;
        margin-bottom: 1ch;
        border-radius: 8px;
    }

    #row3{
        margin-top: 10ch;
        margin-left: 5ch; /* Adjusted value */
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #footer_color {
        height: auto;
      
        width: 100%; 
        margin-top: 10px;
    }
    #imgfoot{
        margin-left:5ch;
        width: 60vw; 
    }
    #textemail{
        width: 70vw;
    }
    #usefull{
        margin-left: 8ch;
    }#textp{
        width: 70vw; 
    }
    .row {
        flex-direction: row;
    }

    .icon-phone-text2 {
        margin-left: 0ch; /* Corrected value */
    }

    #copy {
        margin-left: 0;
    }

    #pay {
        width: 60vw;
        border: 1px solid #fff;
        /* width: 8vw;/ */
        height: 20vh;
        margin-bottom: 1ch;
        border-radius: 8px;
    }

    #row3{
        margin-top: 10ch;
        margin-left: 5ch; /* Adjusted value */
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
 
#footer_color {
    background-color: #000000;
    color: #fff;
    padding: 20px 0;
    height: 60vh;
    margin-top: 25ch;
}

.footer_con {
    max-width: 1200px;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.icon-phone-text,
.icon-phone-text2,
.icon-phone-text3 {
    margin-top: 10px;
    font-size: 13px;
}

.icon-phone-text2 {
    margin-left: -30ch;
}

#copy {
    margin-left: 17ch;
}

#pay {
    border: 1px solid #fff;
    width: 8vw;
    height: 10vh;
    border-radius: 8px;
}


#imgfoot{
    margin: 0;
}
#textemail{
    width: 20vw; margin-left: 7ch; margin-top: -5ch;
}
#textp{
    width: 20vw; margin-left: 7ch; margin-top: -1ch; 
}
#usefull{
    margin: 0;
}
}


/* Add more media queries as needed for different screen sizes */
