* a {
  text-decoration: none;
  color: inherit !important; }

html, body {
  padding: 0;
  margin: 0;
  font-family: 'Assistant',sans-serif;
  background: url("../img/bg.jpg");
  background: #201c6f;
  background-size: cover; }

body {
  padding-top: 20px;
  box-sizing: border-box;
  direction: rtl; }

p {
  color: white;
  font-size: 1.8rem; }

h4 {
  color: white;
  font-weight: 700;
  font-size: 1.8rem; }

header {
  width: 100%;
  text-align: center;
  color: white;
  padding: 20px 0; }

h1 {
  font-size: 4rem;
  line-height: 1;
  font-weight: 800; }

.flag {
  width: 100%;
  margin-bottom: -6px; }

.flagr {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  right: 0; }

.flagl {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 0; }

footer {
  width: 100%;
  text-align: center;
  color: white;
  padding: 20px 0; }
  footer h4 {
    color: #201c6f; }

h2 {
  font-size: 2rem;
  line-height: 1;
  font-weight: 800; }

footer img {
  margin-top: 0px;
  width: 140px; }

.content {
  overflow: hidden;
  max-width: 800px;
  margin: 40px auto;
  font-weight: 500;
  font-size: 24px; }

ul {
  list-style: none;
  padding: 0;
  color: white; }

h3 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 800;
  color: white;
  margin: 0 auto;
  max-width: 600px;
  margin-top: 0; }

ul li {
  background: url("../img/check.png") no-repeat right center;
  background-size: 1em;
  padding-right: 1.5em;
  /* Adjust padding to make space for the bullet image */
  text-align: right;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 1.5rem; }

.btn {
  display: inline-block;
  padding: 20px 40px;
  color: black;
  border-radius: 80px;
  background: #faea7c;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700; }

input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-image: none; }

select {
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"%3E%3Cpolygon points="0,0 10,0 5,5" fill="black"%3E%3C/polygon%3E%3C/svg%3E') no-repeat;
  background-color: #DEDEDE;
  background-position: 10px 50%;
  background-size: 10px 10px;
  padding-left: 20px;
  /* Adjust as needed */ }

.hat {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 350px;
  top: -250px;
  margin-bottom: -200px; }

footer {
  background: white;
  position: relative;
  margin-top: 100px; }
  footer .forum {
    margin-top: 50px; }
  footer input, footer select {
    line-height: 2;
    padding: 0 20px;
    border: 0;
    font-family: 'Assistant';
    font-weight: 600;
    font-size: 22px;
    margin: 0 10px;
    background-color: #DEDEDE; }
    footer input[type="submit"], footer select[type="submit"] {
      padding: 5px 100px;
      margin-top: 40px;
      border-radius: 40px;
      font-weight: 800;
      background: #3aa8dd;
      color: #14191b; }
  footer h4 {
    margin-top: 0; }

@media only screen and (max-width: 600px) {
  .btn {
    font-size: 1.3rem;
    padding: 15px 25px; }

  body {
    padding-top: 40px; }

  header {
    padding: 10px 20px;
    box-sizing: border-box; }
    header img {
      width: 90%; }
    header h1 {
      font-size: 2.2rem; }

  footer {
    padding: 20px;
    box-sizing: border-box; }
    footer h2 {
      font-size: 2rem; }

  p {
    color: white;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4; }

  h3 {
    margin: 0 auto;
    max-width: 600px;
    margin-top: 0;
    font-size: 1.5rem; }

  .content {
    padding: 0 20px;
    box-sizing: border-box; }

  footer {
    margin-top: 0; }
    footer input, footer select {
      margin-bottom: 20px;
      margin-top: 0;
      width: 300px;
      box-sizing: border-box; }

  ul li {
    font-size: 1.5rem; } }

/*# sourceMappingURL=style.css.map */
