* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

body {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: url(vivaah.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.container {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 750px;
    background: rgba(255,255,255,.1);
    border-radius: 2px solid rgba(255,255,255,.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(30px);
    color: #fff;
    padding: 40px 35px 55px ;
    margin: 0 10px;
}

.container h2{
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}
.container.form-group{
    display: block;
    justify-content: center;
    background: slateblue;
}

.form-group .input-field {
    position: relative;
    color: #221f1f;
    width: 100%;
    height: 50px;
    margin: 13px 0;
}

.form-group .input-field input {
    width: 100%;
    height: 100%;
    background: transparent;
    color: #221f1f;
    border: 2px solid rgba(255,255,255,.2);
    outline: none;
    font-size: 16px;

    border-radius: 6px;
    padding: 15px 15px 15px 40px;
}

.form-group .input-field input::placeholder{
    color: #fff;
 
}

select {
    width: 100%;
    height: 55px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: transparent;
    border: 2px solid rgba(255,255,255,.2);
    outline: none;
    color: #fff;

}
.form-group .dropdown{
  display: inline-block; 
  position: relative;
  background: transparent ;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}



.form-group  i {
  font-size: 18px;
  color: #666;
  cursor: pointer;
}

.form-group i :hover {
  color: #333;
}

.container label {
    display: inline-block;
    font-size: 14.5px;
    margin: 10px 0 23px;
}

input[type="text"], input[type="tel"], input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.container label input {
    accent-color: #fff;
    margin-right: 5px;
}
.form-control{
    
    width: 100%;
    height: 40px;
    padding: 20px 45px 20px 20px;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 40px;
    font-size: 16px;
    color: #fff;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.container .btn{
    width: 100%;
    height: 45px;
    background : #fff;
    color: #333;
    padding: 10px 20px;
    border: none;
    outline: none;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;

}

.btn:hover:hover {
    background-color: #aaa;
}

@media (max-width: 2500px) {
    .container {
         max-width: 100%;
         margin: 20px auto;
     }
    .form-group {
         margin-bottom: 15px;
     }
     label {
         margin-bottom: 5px;
     }
     input[type="text"], input[type="tel"], input[type="email"] {
         padding: 8px;
         margin-bottom: 15px;
     }
     select {
         padding: 8px;
         margin-bottom: 15px;
     }
     .flex-form-group > .form-group {
         width: calc(50% - 10px);
     }
     #submit_button {
         padding: 8px 15px;
     }
 }


@media (max-width: 1400px) {
    .container {
         max-width: 100%;
         margin: 20px auto;
     }
    .form-group {
         margin-bottom: 15px;
     }
     label {
         margin-bottom: 5px;
     }
     input[type="text"], input[type="tel"], input[type="email"] {
         padding: 8px;
         margin-bottom: 15px;
     }
     select {
         padding: 8px;
         margin-bottom: 15px;
     }
     .flex-form-group > .form-group {
         width: calc(50% - 10px);
     }
     #submit_button {
         padding: 8px 15px;
     }
 }


@media (max-width: 1300px) {
    .container {
         max-width: 100%;
         margin: 20px auto;
     }
    .form-group {
         margin-bottom: 15px;
     }
     label {
         margin-bottom: 5px;
     }
     input[type="text"], input[type="tel"], input[type="email"] {
         padding: 8px;
         margin-bottom: 15px;
     }
     select {
         padding: 8px;
         margin-bottom: 15px;
     }
     .flex-form-group > .form-group {
         width: calc(50% - 10px);
     }
     #submit_button {
         padding: 8px 15px;
     }
 }

@media (max-width: 1281px) {
    .container {
         max-width: 95%;
         margin: 20px auto;
     }
    .form-group {
         margin-bottom: 15px;
     }
     label {
         margin-bottom: 5px;
     }
     input[type="text"], input[type="tel"], input[type="email"] {
         padding: 8px;
         margin-bottom: 15px;
     }
     select {
         padding: 8px;
         margin-bottom: 15px;
     }
     .form-group > .form-group {
         width: calc(50% - 10px);
     }
     #submit_button {
         padding: 8px 15px;
     }
 }


@media (max-width: 768px) {
   .container {
        max-width: 90%;
        margin: 20px auto;
    }
   .form-group {
        margin-bottom: 15px;
    }
    label {
        margin-bottom: 5px;
    }
    input[type="text"], input[type="tel"], input[type="email"] {
        padding: 8px;
        margin-bottom: 15px;
    }
    select {
        padding: 8px;
        margin-bottom: 15px;
    }
     .form-group > .form-group {
        width: calc(50% - 10px);
    }
    #submit_button {
        padding: 8px 15px;
    }
}

@media (max-width: 480px) {
   .container {
        max-width: 100%;
        margin: 10px auto;
    }
   .form-group {
        margin-bottom: 10px;
    }
    label {
        margin-bottom: 3px;
    }
    input[type="text"], input[type="tel"], input[type="email"] {
        padding: 6px;
        margin-bottom: 10px;
    }
    select {
        padding: 6px;
        margin-bottom: 10px;
    }
    .form-group > .form-group {
        width: 100%;
    }
    .button-container {
        text-align: center;
        margin-top: 1rem;
    }
    .btn-submit {
        background-color: #007bff;
        color: white;
        border: none;
        padding: 0.75rem 1.5rem;
        border-radius: 4px;
        cursor: pointer;
        width: 100%;
    }
    
}