@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&display=swap');

* {
    box-sizing: border-box !important;
}

body {
    font-family: "Baloo Bhaijaan 2", sans-serif;
    background-color: #ffcd00;
    direction: rtl;
    background-color: #ffc700;
    background-image: url('https://nourhomsi.net/drive/tqt/bg-texture-repeat-3.png');
    background-repeat: repeat;
    background-blend-mode: multiply;
    background-size: auto;
    min-height: 100vh;

}

.navbar {
    background-color: #000;
}

header {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    margin-bottom: 40px;
}

header h1 {
    font-weight: 400 !important;
    
}

.tabels {
    margin-bottom: 30px;
    margin-top: 30px;
}

.tabel {
    background-color: #ffcc00;
    border-radius: 40px;
    padding: 20px;
  margin-bottom: 20px;
    border: 2px solid #fff;
}
.tabel-header {
    background-color: #000;
    color: #fff;
    padding: 20px;
    border-radius: 35px 35px 0 0;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
}
.tabel h2, h3 {
    margin: 0;
    font-weight: 800;
    font-size: 28px;
}

.tabel h2 {
    border-left: 4px solid #fff;
    padding-left: 20px;
   
}

.tabel h3 {
   
    padding-right: 20px;
   
}

.tabel li {
    margin-bottom: 10px;
   font-size: 20px;
   font-weight: 600;
}

form {
    max-width: 400px;
    margin: 0 auto;
}

form label {
    font-size: 16px;
    font-weight: 600;
}

form input {
    background: none !important;
    border: 2px solid #fff !important;
    border-radius: 15px !important;
    direction: rtl;
}

form button {
    background-color: #000 !important;
    width: 100%;
    border-radius: 15px !important;
    border: 0 !important;
   
    font-size: 20px !important;
}

img {
    display: block;
    margin: 0 auto;
}

.image-3 {
    margin-top: 30px;
    margin-bottom: 30px;
}

#error-message {
    color: red;
    text-align: center;
  }

@media (max-width: 767.98px) {
    .image-3, .image-2, .image-1 {
        width: 100% !important;
    }

   .iframe {
       width: 100% !important;
       padding: 20px;
   }

    header h1 {
     
        font-size: 50px;
        margin-bottom: 40px;
    }

    .header-image, .image-heading {
        width: 70% !important;
    }
}