* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

section.Hero_section {
width: 100%;
    padding: 100px 0px;
    background: #6600ff;
}

.Hero_section_title {
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

section.form-section {
    width: 100%;
    padding: 50px 0px;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.Main_Form_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px 0px;
}

.input-group {
    width: 48%;
}

.input-group input {
    border: 1px solid #eeeeee !important;
    background-color: #f5f5f5 !important;
    width: 100%;
    padding: 20px;
    font-size: 14px;
}
.Hero_section_title h2 {
    margin-bottom: 0;
    font-size: 40px;
    color: #fff;
    font-family: sans-serif;
}
.input-group.Full_group {
    width: 100%;
}

.form-logo-group {
    width: 100%;
}

.form-logo-group h2 {
    font-size: 1rem;
    font-family: sans-serif;
    font-weight: 600;
    text-align: center;
}

.logo-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 25px;
}

.logo-card {
    width: 130px;
    height: 130px;
    padding: 10px;
    border: 1px solid #ffffff;
    cursor: pointer;
}

.logo-card img {
    width: 100%;
    height: 100%;
}

.logo-card-font {
width: 20%;
    height: 70px;
    padding: 10px;
      border: 1px solid  #ffffff4f;
}

.logo-card-font img {
    width: 100%;
    height: 100%;
}

.input-group textarea {
    border: 1px solid #eeeeee !important;
    background-color: #f5f5f5 !important;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    resize: none;
    height: 15vh;
}

.Submit_btn_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Submit_btn_box button {background: #6600FF;border: none;padding: 13px;border-radius: 50px;width: 15%;font-size: 16px;color: #fff;}


.logo-card,
.logo-card-font {

  transition: 0.3s;
}

.logo-card.active,
.logo-card-font.active {
  border: 1px solid  #4643434f;
  position: relative;

}


.logo-card.active::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-color: rgba(59, 63, 62, 0.767);
    border-radius: 50px;
    top: -8px;
    left: -8px;
}




.logo-card-font.active::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-color: rgba(59, 63, 62, 0.767);
    border-radius: 50px;
    top: -8px;
    left: -8px;
}

@media screen and (max-width: 1024px) {

    .Hero_section_title h2 {
    margin-bottom: 0;
    font-size: 40px;
    color: #fff;
    font-family: sans-serif;
}

section.Hero_section {
    padding: 60px 0px;
}

.Hero_section_title h2 {
    font-size: 30px;
}

section.form-section {
    padding: 40px 0px;
}

.container {
    padding: 0px 3%;
}

.input-group input {
    padding: 16px;
    font-size: 12px;
}

.Main_Form_box {
    gap: 20px 0px;
}

.logo-box {
    gap: 15px;
    padding-top: 20px;
}

.logo-box {}

.logo-card {
    width: 110px;
    height: 110px;
    padding: 5px;
}

.logo-card-font {
    height: 60px;
    padding: 8px;
}

textarea {}

.input-group textarea {
    padding: 16px;
    font-size: 14px;
}
}


@media screen and (max-width: 600px) {
    section.Hero_section {
    padding: 40px 0px;
}

.Hero_section_title h2 {
    font-size: 23px;
}

section.form-section {
    padding: 31px 0px;
}

.input-group {
    width: 100%;
}

.input-group input {
    padding: 14px;
    font-size: 12px;
}

.logo-card {
    width: 130px;
    height: 130px;
}

.logo-box {
    gap: 10px;
    padding-top: 10px;
}

.logo-card-font {
    width: 48%;
    padding: 4px;
    height: 50px;
}

.Submit_btn_box button {
    width: 100%;
    font-size: 14px;
    padding: 14px;
}
}