@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&display=swap');
*{
     font-family: "Poppins", sans-serif;
     padding: 0;
     margin: 0;
     box-sizing: border-box;
}
.body{
    justify-content: center;
    align-items: center;
    padding: 0;
    background-color: rgb(101, 247, 213);
    margin: 0;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.container{
    justify-content: center;
    padding: 5vh;
    align-items: center;
    background: linear-gradient(120.55deg, #418CB7 0%, #f18774 100%);

}
.home{
    margin-right: 20px;
    margin-left: 20px;
}
.instructions{
    text-align: center;
    margin: 25px;
    padding: 2vh 2vh;
}
.inst-tag{
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 10px;
}
ul{
    text-align: start;
     margin-top: 50px;
}
li{
    list-style-type: decimal;
    padding-left: 15px;
}

.profile{
    color: orangered;
    cursor: pointer;
}
.profile:hover{
    font-weight: 600;
    scale: 1.01;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Add File';
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: none;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-size: 15pt;
  padding-top: 11px;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.agreement{
    margin-top: 30px;
    font-size: 20px;
    margin-left: 20px;
}
.agree{
   scale: 1.4;
}

.form{
    margin-top: 30px;
    transition: all 0.2s ease;
    background-color: #fff;
    padding: 6vh;
    border-radius: 20px;
    width: auto;
}
.form .input-box{
    width: 100%;
    margin-top: 20px;
}
.form .input-box input:focus{
    box-shadow: 0 1px 0 rgba(0,0,0,0.1);

}
.input-box label{
    color: #333;
}
.form :where(.input-box input,.select-box){
    position: relative;
    height: 50px;
    outline: none;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 15px;
    font-size: 1rem;
    margin-top: 9px;
    background-color: #fff;
}
.form .column{
    display: flex;
    column-gap: 20px;
}

.form .gender-box{
    margin-top: 20px;
}
.gender-box h3{
    color: #333;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 9px;
}
.form :where(.gender-option, .gender) {
    display: flex;
    align-items: center;
    column-gap: 50px;
    flex-wrap: wrap;
}
.select-box select{
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    font-size: 1rem;
    background-color: #fff;
    color: gray;
}
.addres :where(input,.select-box){
    margin-top: 15px;
}
.form .gender{
    column-gap: 5px;
}
.form :where(.gender input, .gender label){
    cursor: pointer;
    color: gray;
}
.gender input{
    accent-color: blue;
}
.gender label{
    color: #707070;
}
.form button{
    height: 50px;
    width: 100%;
    background-color:  blue;
    color: #fff;
    font-size: 1.2rem;
    outline: none;
    border: none;
    border-radius: 10px;
    margin-top: 30px;
    cursor: pointer;
    font-weight: 400;
    transition: all 0.2s ease;
}
.form button:hover{
    background-color: #39A0FF;
}
/* Responsiveness */

@media screen and (max-width: 500px){
    .form .column{
    flex-wrap: wrap;
}
.form :where(.gender-option, .gender) {
    row-gap: 15px;
}
}
.vid3 {
    border: 3px solid #5a5a5a;
    width: 477px;
    transition: all 0.4s ease;
    border-radius: 26px;
}
.app{
    color: rgb(249, 201, 112);
    font-weight: 400;
    cursor: pointer;
}
.container:hover{
    scale: 1.02;
}
.mel{
    color: rgb(15, 4, 168);
    font-weight: 200;
}
.mel:hover{
    color: rgb(0, 6, 127);
    text-decoration: underline;
     font-weight: 400;
    cursor: pointer;
}
.vid3:hover{
    transform: rotate(5deg);
     border-color: blueviolet;
}
.vid6 {
    border: 3px solid #5a5a5a;
    width: 300px;
    transition: all 0.4s ease;
    border-radius: 26px;
    margin-top: 120px;
    height: 300px;
   scale: 1.6;
    margin-left: 99px;
}
.vid6:hover{
    border-color: blueviolet;
    transform: rotate(-5deg);
}
.vid2{
    margin-left: 80px;
    justify-content: space-between;
    align-items: center;
    margin: 8vh;
}

/* _________________________________________RESPONSIVENESS MOBILE_______________________________ */

@media screen and (max-width: 600px){
     .column{
    flex-wrap: wrap;
}
.inst-tag{
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    justify-content: center;
}
.container{
    padding: 3vh;
}
.form{
    padding: 2vh 3vh;
    margin-top: 19px;
    border-radius: 8px;
    width: auto;
}
.agreement{
    display: flex;
    justify-content: start;
}
.agree-line{
    font-size: 10px;
    margin-left: 10px;
}
.agree{
   scale: 1;
   margin-bottom: 28px;
}
li {
    font-size: 8px;
    color: #fff;
}
ul {
    margin-top: 15px;
    color: white!important;
}
.form-tag{
    font-size: 15px;
    text-align: center;
    color: rgb(11, 75, 236);
}
.custom-file-input::before {
    font-size: 10pt;
    font-weight: 600; 
    text-decoration: underline;
    text-underline-offset: 10px;
}
.icon {
  padding-left: 40px;
  background: url("calen.webp") no-repeat left;
  background-size: 30px;
}
.home{
    margin-right: 5px;
    margin-left: 5px;
}
}

/* _________________________________________RESPONSIVENESS TABLET_______________________________ */


@media screen and (max-width: 1024px){
    .inst-tag{
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    justify-content: center;
}
.form{
    padding: 3vh;
}
.home{
    margin-right: 10px;
    margin-left: 10px;
}
}
