@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Biryani:wght@200;300;400;600;700&family=Comfortaa:wght@300;400;500;600;700&family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&family=Lexend:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&family=Poiret+One&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&family=Work+Sans: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");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Tera:wght@100;200;300;400;500;600;700;800;900&display=swap");
@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');
body{
    /*background-color: rgb(14, 83, 14);*/
    font-family:"source sans pro";
}
html,body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
.top{
    width: 100%;
    height: 350px;
    background-image: url(./Images/geznew3.jpg);
    background-size: cover;
    background-position: 0% 20%;
    background-repeat: no-repeat;
}
.top-overlay{
    width: 100%;
height: 300px;
padding-top: 50px;
/*background-color: #141414d5;*/
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.logo {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-1 {
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.image-1 img {
    margin-top: 30px;
}
.image-1 .text {
    margin-top: 120px;
    position: absolute;
}
.image-1 h1 {
    padding-top: 30px;
    color: #fff;
    font-size: 30px;
}

@media (max-width: 500px) {
    .logo {
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: center;
        justify-content: center;
    }
    .logo .image {
        position: absolute;
        top: 20px;

    }
    .image-1 {
        top: 170px;
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .form{
        width: 100%;
        height: 100%;
        min-height: 220px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0px;
        margin-top: -50px;
    }
}
.top-overlay img {
    width: 150px;
}
.date-place{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.date .line1 {
    color: white;
    font-family: 'Lexend Tera';
    font-size: 19px;
    display: flex;
    gap: 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.date .line1 h1 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.date .line1 sup{
  font-size: 10px;
  margin-top: -10px;
}

/* .date .line1::after{
  content: "";
  height: 20px;
  width: 2px;
  background-color: white;
  position: absolute;
  transform: translateX(145px);
} */
.place{
    color: white;
    font-family: 'Lexend Tera';
    text-align: center;
}
.form{
    width: 100%;
    height: 100%;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 50px;
}

.form-h{
    font-size: 25px;
    font-weight: 600;
    margin: 20px 0px;
    text-decoration: underline ;
  }
  form{
      width: 100%;
      height: 100%;
      margin: 0px 50px;
      padding-bottom: 100px;
      background-color: white;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
  }
  .f-line{
    color: red;
    font-family: "Source Sans Pro";
    width: 100%;
    text-align: center;
    padding: 5px 0px;
    font-size: 20px;
}
.detail{
    font-family: "Source Sans Pro";
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0px;
}
.form_cont{
    width: 80%;
}
.attendee{
    width: 100%;
    display: block;
}
.attendee .input-row {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
}
.attendee .age-col {
    width: 100%;
    margin: 10px;
    padding: 10px 0px;
    border: none;
}
 .input-row label {
    margin: 20px 10px;
}
.attendee .input-row .gender-col label {
    margin: 50px 10px;
}
.attendee .input-row span {
    margin: 20px 10px;
    font-size: 14px;
    color: red;
}
.input-row .gender-col {
    width: 100%;
    margin: 10px;
    padding: 10px 0px;
    border: none;
}
.input-row select {
    width: 100%;
    margin: 10px;
    padding: 10px 0px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.44);
    font-family: "Source Sans Pro";
    font-size: 16px;
}
form input{
    width: 100%;
    margin: 10px;
    padding: 10px 0px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.44);
    font-family: "Source Sans Pro";
    font-size: 16px;
}
.note{
    margin-top: 60px;
}
ul{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
    font-family: "Source Sans Pro";
    font-size: 13px;
    text-align: start !important;
    padding: 5px 0px;
    margin: 5px 0px;
}
button {
    cursor: pointer;
    border: none;
    padding: 10px;
    font-family: "POPPINS";
    font-weight: 500;
    background: #018652;
    color: white;
}



/* ------ POP UP ------- */


.modal-content .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modal-content .content .icon-check {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-content .content .icon-check .fa {
    font-size: 40px;
    color: #288731;
}
.modal-content .content {
    text-align: center;
}
.modal-content .content h1 {
    font-size: 30px;
    margin: 10px 0px;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    transition-delay: 5s;
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .modal-content .button a {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    border: 2px solid #288731;
    border-radius: 50px;
    padding: 10px 30px;
    cursor: pointer;
  }
  
  .modal-content .button a:hover {
    background-color: #288731;
    color: #fff;
    transition: .3s ease;
  }

footer {
    font-family: "Titillium Web";
    color: rgb(255, 255, 255);
    background-color: #000000;
    padding: 3px;
    text-align: center;
        display: block;
        unicode-bidi: isolate;
}

@media (max-width: 800px) {
   
    .attendee .input-row {
        display: flex;
        gap: 30px;
        flex-direction: column;
    }
    .attendee .input-row span {
       font-size: 12px;
    }
}

footer {
    overflow-x: hidden  ;
    padding: 50px;
    width: 100%;
    background-color: #000;
}
footer .location {
    margin-top: 50px;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
footer .add h3 {
    text-align: center;
    color: #fff;
    margin-top: 20px;
    font-size: 30px;
    text-decoration: underline;
}
footer .fa {
    padding-left: 20px;
}
footer .foot {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .icon {
    color: #fff;
    font-size: 20px;
}
footer p {
    font-size: 18px;
    padding-top: 20px;
}

footer .form-box {
    margin-left: -200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer .form-box h1 {
    color: #fff;
    font-size: 20px;
    text-align: center;
}
footer .input-box {
    padding: 10px 50px;
    display: flex;
}
footer .input-box input {
    width: 300px;
    height: 40px;
    padding: 10px 20px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    outline: none;
    border: none;
}
footer .input-box button {
    cursor: pointer;
    outline: none;
    border:  none;
    background-color: #288731;
    color: #fff;
    padding: 10px 30px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

footer .contact h1 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px;
    width: 500px;
    text-align: left;
}
footer .contact .contact-col {
    display: flex;
    gap: 30px;
    font-size: 20px;
    flex-direction: column;
    color: #fff;
}


/* SPONSOR TABLE */

table, th, td {
  border: 2px solid #d1a745;
  border-collapse: collapse;
  padding: 10px;
}

.send-col {
    width: 100%;
    display: flex; 
    gap: 150px; 
    align-items: center; 
    justify-content: space-around;
}
.sponsor-col {
    width: 700px;
}
@media (max-width: 1000px) {
    .send-col {
        display: block;
    }
    .sponsor-col {
        width: 100%;
    }
    .send-col button {
        width: 100%;
        margin: 20px 10px;
    }
}