@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');



.container{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../../assets/img/bg-login-register-slider.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    align-items: center;
    justify-content: center;
    display: flex;
    /* width: 100%; */
    /* margin-top: 20px; */
}

.inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.inner .tag{
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.inner .tag h1{
    margin-top: 100px;
}

.inner .content{
    display: flex;
    background-color: white;
    width: 100%;
    justify-content: center;
    /* align-items: center; */
    gap: 80px;
    padding-top: 20px;
    padding-bottom: 40px;
    margin: 0;
}

.inner .content .content1{
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-left: 100px;
}
.inner .content .content2{
    width: 50%;
    margin-right: 100px;
}

.inner .content .content1 p{
    width: 500px;
}

.inner .content .content1 span{
    font-weight: 800;
}

  .content2 h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .content1 iframe{
    width:500px;
    height: 350px;
  }

  .form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .form-control {
    width: 225px;
    padding: 7px;
    border: 1px solid #CDA93F;
    border-radius: 10px;
    font-size: 14px;
    outline: none;
    margin: 8px;
  }

  textarea.form-control {
    width: 91%;
    height: 100px;
    resize: none;
    margin-bottom: 20px;
  }

  .file-upload {
    display: flex;
    justify-content: flex-end;
    margin: 15px 0;
  }

  .file-upload label {
    display: inline-block;
    cursor: pointer;
  }

  .file-upload img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .btn-submit {
    width: 30%;
    padding: 10px;
    border: none;
    background-color: #CDA93F;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 6px;
  }

  .btn-submit:hover {
    background-color: gold;
  }


  @media (max-width: 1024px) {
    .inner .content{
        gap: 60px;
    }
    .inner .content .content1{
        width: 50%;
        display: flex;
        flex-direction: column;
        margin-left: 450px;
    }

    .inner .content .content1 p{
        width: 200px;
        font-size: 14px;
    }
    .content1 h2{
        font-size: 18px;
        width: 200px;
    }

    iframe{
        width: 310px;
        height: 200px;
    }

    .inner .content .content2{
        width: 50%;
        margin-right: 400px;
    }

    .content2 h3{
        font-size: 20px;
    }

    .form-control {
        width: 170px;
        padding: 7px;
        border: 1px solid #CDA93F;
        border-radius: 10px;
        font-size: 14px;
        outline: none;
        margin: 8px;
    }

  }

  @media (max-width: 800px) {
    .inner .content .content2{
        width: 50%;
        margin-right: 400px;
    }

    .content2 h3{
        font-size: 20px;
    }

    .form-control {
        width: 130px;
        padding: 7px;
        border: 1px solid #CDA93F;
        border-radius: 10px;
        font-size: 14px;
        outline: none;
        margin: 8px;
    }
    .content1 iframe{
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 200px;
    }
    .content2 .g-recaptcha{
        width: 92%;
        height: 200px;
    }
  }

  @media (max-width: 425px) {
    .inner .content{
        display: flex;
        flex-direction: column;
        background-color: white;
        width: 100%;
        justify-content: center;
        /* align-items: center; */
        /* padding-top: 20px;
        padding-bottom: 40px; */
        /* margin-left: 10px; */
    }
    .inner .content .content1{
        display: flex;
        flex-direction: column;
        margin-left: 0;
        padding-left: 20px;
        width: 95%;

    }
    .inner .content .content2{
        width: 100%;
        margin-right: 0;
        /* margin-left: 20px; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .inner .content .content1 p{
        width: 300px;
    }
    .content1 iframe{
        align-items: center;
        justify-content: center;
        width: 90%;
        height: 200px;
    }
    .content2 .g-recaptcha{
        width: 100%;
        height: 200px;
    }
    .content2 h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
      }
      .form-row {
        display: flex;
        flex-direction: column;
        margin-bottom: 7px;
      }
      .form-control {
        width: 250px;
        padding: 7px;
        border: 1px solid #CDA93F;
        border-radius: 10px;
        font-size: 14px;
        outline: none;
        margin: 8px;
      }
      textarea.form-control {
        width: 82%;
        height: 100px;
        resize: none;
        margin-bottom: 20px;
      }
      form{
        display: flex;
        /* flex-direction: column; */
        align-items: center;
        justify-content: center;
      }
  }
