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

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

.dates {
  padding: 40px;
  box-sizing: border-box;
  background: #c61212;
  margin: 50px auto;
  text-align: center; }
  .dates article {
    max-width: 1000px;
    margin: 0 auto; }
  .dates h3 {
    color: white;
    font-weight: 700;
    font-size: 1.8rem; }
  .dates h4 {
    color: white;
    font-weight: 700;
    font-size: 1.5rem; }
  .dates ul {
    column-count: 2;
    column-gap: 20px;
    /* Adjust the gap between columns */
    list-style: none;
    padding: 0;
    text-align: center; }
  .dates li {
    break-inside: avoid;
    /* Prevent splitting an item across columns */
    margin-bottom: 8px; }
  .dates li {
    color: white;
    font-size: 1.5rem; }

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

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

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; }

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

footer img {
  margin-top: 0px;
  margin-bottom: 50px; }

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

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; }

.btn {
  display: inline-block;
  padding: 20px 70px;
  color: white;
  border-radius: 80px;
  padding: 5px 100px;
  margin-top: 40px;
  border-radius: 40px;
  font-weight: 800;
  background: #ffd70c;
  color: #14191b;
  font-size: 22px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 100px;
  line-height: 2; }

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

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

footer {
  background: #c61212;
  padding-bottom: 40px;
  position: relative;
  margin-top: 200px; }
  footer input {
    line-height: 2;
    padding: 0 20px;
    border: 0;
    font-family: 'Assistant';
    font-weight: 600;
    font-size: 22px;
    margin: 0 10px; }
    footer input[type="submit"] {
      padding: 5px 100px;
      margin-top: 40px;
      border-radius: 40px;
      font-weight: 800;
      background: #ffd70c;
      color: #14191b; }
  footer h4 {
    margin-top: 0; }

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

  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 img {
      width: 100%; }
    footer h2 {
      font-size: 2rem; }

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

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

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

  footer input {
    margin-bottom: 20px;
    margin-top: 0; }

  ul li {
    font-size: 1.5rem; }

  .dates {
    padding: 40px 15px; }
    .dates ul {
      text-align: right; }
      .dates ul li {
        font-size: 20px; }
    .dates h3 {
      font-size: 2rem; }
    .dates h4 {
      font-size: 20px; } }

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