

@font-face {
    font-family: 'GT America Expanded';
    src: url('../fonts/GTAmerica-ExpandedLight.eot');
    src: url('../fonts/GTAmerica-ExpandedLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GTAmerica-ExpandedLight.woff2') format('woff2'),
        url('../fonts/GTAmerica-ExpandedLight.woff') format('woff'),
        url('../fonts/GTAmerica-ExpandedLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  
  a.btn.btn-custom.btn-rsvp {
    font-family: 'GT America Expanded' !important;
  }
  a.btn.btn-custom.btn-rsvp, a.btn.btn-custom.btn-rsvp span {
    font-family: 'GT America Expanded' !important;
  }
  
  *{
    box-sizing: border-box;
}
/* Fullscreen background image */
.page-container {
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
}
.bg-cover {
background-size: cover;
background-position: center;
height: 100vh;
position: relative;
color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}

.overlay {
    background-color: #003A47; /* Dark transparent overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    pointer-events: none;
}

.content {
    position: relative;
    z-index: 2;

}

/* Saudi Green Initiative title */
h1 {
    font-family: 'Noto Serif', serif;
    font-size: 96px;
    font-weight: 300;

    text-align: left;
    font-size: clamp(4.375rem, 2.5179rem + 2.9018vw, 6rem);
}

/* Steering Saudi Arabia towards a green future */
h2 {
    font-family: 'Noto Serif', serif;
    font-size: 36px;
    font-weight: 400;

    text-align: left;
}

/* Border below subtitle */
.subtitle-border {
    border-bottom: 1px solid #FFFFFF;
    width: 100%; /* Adjust as needed */
}

/* Description paragraph */
p {
    font-family: 'Helvetica Neue', sans-serif; /* Ensure this font is linked/available */
    font-size: 20px;
    font-weight: 400;

    text-align: left;
}

/* RSVP Now button */
.btn-custom {
    font-size: 20px;
    font-weight: 300;
    border-radius: 0px;
    line-height: 25.16px;
    text-align: left;
    background: none;
    border-bottom: 2px solid white;
    padding: 10px 0px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: background-color 0.3s ease;
    font-family: 'Noto Serif', serif;
    font-weight: 400;
}

.btn-custom:hover {
   
    border-bottom: 2px solid white;
}

.arrow {
    margin-left: 10px;
}

/* Logo positioning */
.logo {
  
}

h1, h2, h3, h4, h5, h6{
    margin-bottom: 0;
    line-height: 1;
}



.lang-switcher {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
}

.lang-switcher a {
    background: transparent;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    color: white;
}
.lang-switcher a:hover{
    background-color: #003A47;
}
.lang-switcher {
    display: flex;
    align-items: center;
    gap: 8px;
}
html:lang(ar) .lang-switcher {
    left: 20px;
    right: auto;
}
.btn-custom:focus{
    outline: none;
    border-top: 0px none;
    border-right: 0px none;
    border-left: 0px none;

}

/* Ensure responsiveness */
@media (max-width: 767px) {

    .lang-switcher {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 3;
    }


    .bg-cover{
        justify-content: flex-start;
        padding: 50px 0;
    }
    h1 {
        font-size: 44px; /* Smaller on tablets and mobile */
      
    }
    h2 {
        font-size: 24px;
    
    }
    p {
        font-size: 14px;
    }
    .subtitle-border {
        max-width: 100%; /* Full width on smaller screens */
    }
    html:lang(ar) .lang-switcher {
        left: 10px;
    }
    .div-top img {
        max-width: 180px;
    }
}





.btn-rsvp{
    position: relative;
    transition: all ease 0.3s;
  }
  .btn-rsvp:hover {
    opacity: 0.8;
  }


  html:lang(ar) .lang-switcher {
    left: 20px;
}
html:lang(ar) body {
    font-family: 'Noto Serif', serif;
    direction: rtl;
}
html:lang(ar) body * {
    font-family: "Noto Sans Arabic", serif !important;
    letter-spacing: 0px !important;
    
}

html:lang(ar) .lang-switcher span a {
    font-family: 'Helvetica Neue', sans-serif !important;
   
}

html:lang(ar) a.btn.btn-custom.btn-rsvp span.arrow svg {
    transform: scaleX(-1);
    
}

  

html:lang(ar) .top-text-col h1, html:lang(ar) .top-text-col h2 {
    text-align: right;
}
html:lang(ar) p, html:lang(ar) h2{
    text-align: right;
}


html body {
    opacity: 1 !IMPORTANT;
   
}