#mien_div {
    width: 100%;
    height: auto;
    display: flex;
}

#card-container {
    position: relative;
    margin-left: 25%;
    width: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
}

#color{
    background-color: #000000;
    width: 70vw;
    height: 8vh;
    
}

/* Medium screens */
@media screen and (min-width: 320px) and (max-width: 424px) {
    #card-container {
        /* border: 1px solid black; */
        margin-left: 5%;
        margin-top: 30ch;
        width: 90%;
    }

    #color{
        width: 85vw;
        
    }
  
    
      }
      
      /* Large screens */
      @media screen and (min-width: 425px) and (max-width: 768px) {
        #card-container {
            margin-left: 5%;
            margin-top: 30ch;
        }
        #color{
            width: 85vw;
            
        }
      
      }
    

      #form {
        background-color: #000000;
        color: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        padding: 20px;
        max-width: 400px;
    }

    #label {
        display: block;
        margin-bottom: 8px;
    }

    #input, #country, textarea {
        width: 100%;
        padding: 8px;
        margin-bottom: 16px;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    #button {
        background-color: #ffffff;
        color: #000000;
        padding: 10px 20px;
        margin-left: 120px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

    #button:hover {
        background-color: #184ecb;
        color: #ffffff;
    }

/* Medium screens */
@media screen and (min-width: 320px) and (max-width: 424px) {
    #form {
      margin-top: 5ch;
        width: 90%;
    }
    #button {
       
        margin-left: 80px;

    }
    
      }
      
      /* Large screens */
      @media screen and (min-width: 425px) and (max-width: 768px) {
        #form {
            margin-top: 5ch;
              width: 70vw;
          }
          button {
             
              margin-left: 80px;
      
          }
          
    
      
      }

  
  /*  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: 120ch;
}

.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;
        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) {
    #row3 {
        margin-top: 0ch;
        margin-left: -20ch;
    }
}

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