/* html{
    position: relative;
    z-index: -1;
    background-color: #3b4664;
} */

@font-face {
    font-family: 'Bahij'; /* Specify a unique name for the font */
    src: url('/fonts/Bahij_TheSansArabic-SemiBold.ttf'); /* URL to your TTF font file */
}
@font-face {
    font-family: 'Bahij_TheSansArabic-SemiLight'; /* Specify a unique name for the font */
    src: url('/fonts/Bahij_TheSansArabic-SemiLight.ttf'); /* URL to your TTF font file */
}
@font-face {
    font-family: 'Bahij_TheSansArabic-Bold'; /* Specify a unique name for the font */
    src: url('/fonts/Bahij_TheSansArabic-Bold.ttf'); /* URL to your TTF font file */
}
@font-face {
    font-family: 'Bahij_TheSansArabic-ExtraBold'; /* Specify a unique name for the font */
    src: url('/fonts/Bahij_TheSansArabic-ExtraBold.ttf'); /* URL to your TTF font file */
}
@font-face {
    font-family: 'Bahij_TheSansArabic-ExtraLight'; /* Specify a unique name for the font */
    src: url('/fonts/Bahij_TheSansArabic-ExtraLight.ttf'); /* URL to your TTF font file */
}
@font-face {
    font-family: 'Bahij_TheSansArabic-Light'; /* Specify a unique name for the font */
    src: url('/fonts/Bahij_TheSansArabic-Light.ttf'); /* URL to your TTF font file */
}
@font-face {
    font-family: 'Bahij_TheSansArabic-Plain'; /* Specify a unique name for the font */
    src: url('/fonts/Bahij_TheSansArabic-Plain.ttf'); /* URL to your TTF font file */
}
@font-face {
    font-family: 'Bahij_TheSansArabic-Black'; /* Specify a unique name for the font */
    src: url('/fonts/Bahij_TheSansArabic-Black.ttf'); /* URL to your TTF font file */
}

label {
    font-family: 'Bahij', sans-serif;
}

html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body{
    position: relative;
    z-index: 1;
    background: url('/background.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 99vw;
}


label span{
    color: red;
}
center img{
    background-color: white;
    padding: 10px;
    margin-bottom: 40px;
    border-radius: 10px;
}

p{
    color: white;
    font-weight: bold;
}

.card {
    font-family: 'Bahij', sans-serif;
}

.card {
}

.card p {
    color: #323366;
}



#closed {
    background-color: rgba(255, 255, 255, 0.507);
}


#closed h1 {
    font-size: 28px;
    background-color: #323366;
    padding: 1rem;
    border-radius: 18px;
}


#daleel{
    width: 130px;
    text-align: center;
    background-color: #EBBEB9;
    color:white;
}
footer .social-icons {
    width: 100%;
    background-color: white;
    max-width: 220px;
    border-radius: 50px;
}

.social-icons .icon{
    max-width: 28px;
    width: 100%;
}


* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}


.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #3b4664;
}

.accordion button {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
  padding: 1em;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #3b4664;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #3b4664;
  border: 1px solid #3b4664;
}

.accordion button .accordion-title {
  /*padding: 1em 1.5em 1em 0;*/
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 5px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #3b4664;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 1em;
  color: #3b4664;
}







@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .card {

    }

    .card img{
        max-width: 150px;
    }

    .card h1{
        font-size: 0.7rem;
    }

    .card p{
        font-size: 0.7rem;
    }

    #closed h1 {
        font-size: 0.9rem;
        padding: 1rem;
        border-radius: 18px;
    }
}