

@font-face {
    font-family: 'GE';
    src: url('../../assets/fonts/GE_SS_Two_Light.otf');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "adobe-arabic";
    src: url('./assets/fonts/AdobeArabic-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}


html, body {
    overflow-x:hidden;
    color: #2a2559;
  }


.adobe-arabic {
    font-family: "adobe-arabic", sans-serif;
font-weight: 400;
font-style: normal;
}

/* @font-face {
    font-family: 'GE';
    src: url('./assets/fonts/GE_SS_Two_Bold.otf');
    font-weight: bold;
    font-s
} */


body {
    font-family: 'GE', sans-serif;
    margin: 0;
    padding: 0;
}

.bg-primary {
    background: #27235F;
}
.text-primary {
color: #27235F;
}

.news__::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(42, 37, 89, 0.8588235294117647);
    z-index: 1;
}

.top_footer::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(42, 37, 89, 0.8392156862745098);
    z-index: 1;
}

#feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Adjust as needed */
    gap: 20px; /* Adjust gap between cards */
}

/* Define specific grid areas for different rows */
.grid-item {
    padding: 20px;
    text-align: center;
    height: 100%;
}

.grid-item.large {
    grid-column-end: span 2; /* Span 2 columns for larger cards */
}

.grid-item.medium {
    grid-column-end: span 1; /* Span 1 column for medium cards */
}

.item_content_us {
    padding-right: 40px;
}
.item_content_us:first-child {
    padding-right: 0px;
    @media screen and (min-width: 400px) {
        padding-right: 40px;
    }
}
.item_content_us {
    border-left: 1px solid #DCDCDC
}
.item_content_us:last-child {
    border: none;
}

/* Dropdown container */
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px
}


.dropdown, .dropup {
    position: relative;
}

.box3 {
    min-height: 200px;
    position: relative;
    background: rgb(139, 136, 170);
    background: -moz-linear-gradient(top, rgba(139, 136, 170, 1) 0%, rgba(77, 72, 127, 1) 46%, rgba(42, 37, 89, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(139, 136, 170, 1) 0%, rgba(77, 72, 127, 1) 46%, rgba(42, 37, 89, 1) 100%);
    background: linear-gradient(to bottom, rgba(139, 136, 170, 1) 0%, rgba(77, 72, 127, 1) 46%, rgba(42, 37, 89, 1) 100%);
}


#timeline {
    width: 80%;
    margin: 0 auto;
}

.tlnode {
    font-family: sans-serif;
}


.join_form {
   display: block;
    width: 95%;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}


.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}


form label  {
    color: #2a2559;
}

.required::after {
    content: "*";
    color: red;

}

#formsup {
    padding: 10px;
    background: #8b889e08;
}

#all_body p {
    line-height: 40px;
}

.drawer {
    position: relative;
}

.drawer-toggle {
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
}

.drawer-content {
    position: fixed;
    top: 0;
    left: -300px; /* Hide the drawer off-screen */
    width: 300px;
    height: 100%;
    color: #fff;
    padding: 20px;
    transition: left 0.3s ease;
}

.drawer-content.open {
    right: 0; /* Show the drawer */
}
