/*
Theme Name: FoundingDay
Text Domain: foundingday
Theme URI: https://www.livemena.com
Author: Livemena
Author URI: https://www.livemena.com
Description: FoundingDay Theme
Version: 1.0
*/
@font-face {
  font-family: 'AktivGrotesk';
  src: url('fonts/AktivGrotesk-Light.eot');
  src: url('fonts/AktivGrotesk-Light.eot?#iefix') format('embedded-opentype'),
      url('fonts/AktivGrotesk-Light.woff2') format('woff2'),
      url('fonts/AktivGrotesk-Light.woff') format('woff'),
      url('fonts/AktivGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SaudiaSans';
  src: url('fonts/SaudiaSans-SemiBold.eot');
  src: url('fonts/SaudiaSans-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('fonts/SaudiaSans-SemiBold.woff2') format('woff2'),
      url('fonts/SaudiaSans-SemiBold.woff') format('woff'),
      url('fonts/SaudiaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SaudiaSans';
  src: url('fonts/SaudiaSans-ExtraBold.eot');
  src: url('fonts/SaudiaSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
      url('fonts/SaudiaSans-ExtraBold.woff2') format('woff2'),
      url('fonts/SaudiaSans-ExtraBold.woff') format('woff'),
      url('fonts/SaudiaSans-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.wpml-ls-link {
  color: #fff;
}

.wpml-ls-link:hover {
  color: #d4af37;
}

[dir="rtl"] .custom-form input {
  text-align: right;
}

[dir="rtl"] .custom-form .wpcf7-submit {
  text-align: center;
}
.wpcf7-spinner{
  display: none;
}


html, body {
  font-family: 'SaudiaSans' !important;
}





.ff-bilingual-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.ff-bilingual-label .ar {
    direction: rtl;
    text-align: right;
    margin-left: auto;
}

.ff-el-input--label label{
  width: 100%;
  display: flex;
  color:#0a7d3b;
}

.ff-btn-submit{
    color: #fff;
    background: #0a7d3b;
    border: 0;
    padding: 10px 40px;
    border-radius: 30px;
}


.ff-el-input--label{
  width: 100%;
}





/* HERO */

.hero-image{
  width: 100%;
}
.hero {
    /* background: url('./pics/26.png') no-repeat center center/cover;
    height: 70vh; */
    position: relative;
}

/* CONTENT */
.content {
    background: #fff;
    padding: 50px 0px;
}

.content h2 {
    color: #0a7d3b;
    font-size: 28px;
    margin-bottom: 20px;
}

.content p {
    color: #444;
    font-size: 18px;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto 20px;
}

/* BUTTON */
.btn-join {
    display: inline-block;
    background: #0a7d3b;
    color: #fff;
    padding: 5px 50px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-join:hover {
    background: #06632e;
    color: #fff;
}

/* FOOTER */
.footer {
    background: #0a7d3b;
    color: #fff;
    padding: 20px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    text-align: center;
    height: 40px;
    align-content: center;
}

.social-icons a:hover {
    color: #ddd;
}

@media (max-width: 768px) {
    .footer {
        flex-direction: column;
        align-items: center;
    }
    .footer-text {
        text-align: center;
        order: 2;
        padding-top: 20px;
    }
    .social-icons {
        margin-top: 10px;
    }
}

.ar {
    direction: rtl;
    /* font-size: 18px; */
    /* margin-bottom: 20px; */
}

.en {
    font-size: 16px;
    color: #555;
}

.divider{
  height: 20px;
  background-color: #73c55a;
  margin: 30px 0; 
}


.ff-el-form-check-label{
  margin-bottom: 8px;
  margin-top: 8px;
}




/* MOBILE */
@media(max-width:768px){
    .hero {
        height: auto;
    }

    .content h2 {
        font-size: 22px;
    }

    .content p {
        font-size: 16px;
    }

    .fluentform.ff-default{
      min-height: 380px;
      align-content: center;
    }
}





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


}


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

}