@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
#input-filed:focus{
  border: none !important;
  
}
#input-filed {
   font-family: "Nunito", serif;
  font-optical-sizing: auto;
  font-weight: 1000;
  font-style: normal;
  background: transparent;
  border: none !important;
  font-size:30px;
  padding-left:15px;
  color: #fa2e6b;
}

#input-filed::placeholder {
  color: #fa2e6b;
  opacity: 0.2;
}

#image{
border-radius: 10px;

}

#input-filed2:focus{
  border: none !important;
  
}
#input-filed2 {
   font-family: "Nunito", serif;
  font-optical-sizing: auto;
  font-weight: 1000;
  font-style: normal;
  background: transparent;
  border: none !important;
  font-size:50px;
  padding-left:15px;
  color: #ffffff;
}

#input-filed2::placeholder {
  color: #fa2e6b;
  opacity: 0.2;
}

#input-filed4:focus{
  border: none !important;
  
}
#input-filed4 {
   font-family: "Nunito", serif;
  font-optical-sizing: auto;
  font-weight: 1000;
  font-style: normal;
  background: transparent;
  border: none !important;
  font-size:30px;
  padding-left:15px;
  color: #fa2e6b;
}

#input-filed4::placeholder {
  color: #fa2e6b;
  opacity: 0.2;
}

@media only screen and (max-width: 2000px) and (min-width: 1600px) 
{

#input-filed {
  font-size:30px;
  padding-left:15px;
}

}

@media only screen and (max-width: 1600px) and (min-width: 1200px) 
{

#input-filed {
  font-size:26px;
   padding-left:15px;
}

}

@media only screen and (max-width: 1200px) and (min-width: 1000px) 
{

#input-filed {
  font-size:20px;
   padding-left:10px;
}
}

@media only screen and (max-width: 1000px) and (min-width: 800px) 
{

#input-filed {
  font-size:16px;
   padding-left:10px;
  
}
}


@media only screen and (max-width: 800px) and (min-width: 600px) 
{

#input-filed {
  font-size:12px;
   padding-left:8px;
  
}
}


@media only screen and (max-width: 600px) and (min-width: 400px) 
{

#input-filed {
  font-size:10px;
   padding-left:6px;
}
}

@media only screen and (max-width: 400px) and (min-width: 100px) 
{

#input-filed {
  font-size:8px;
   padding-left:4px;
}
}



























