@font-face {
    font-family:dinnext ;
    src: url(/fonts/DINNextLTArabic-Medium.ttf);
}

html{
    scroll-snap-type: y mandatory;
}
body{
    margin: 0;
    color: #8e8d8f;
    
}
ul, li, a,p,span,h1,h2,th,td{
    font-family: dinnext;
}
a{
    text-decoration: none;
    color: #8e8d8f!important;
}
.bold{
    font-weight: bold;
    color: #9b9469;
    font-size: 20px;
}
nav::before{
    content: url(/img/SVG/border.svg);
    background: transparent!important;
}
nav{
    /* background-color: #fff; */
    width: 100vw;
    height: 50px;
    position: fixed;
    bottom: 0;
    padding-bottom: 18px;
    z-index: 3;
}
nav i {
    margin-left: 10px;
    font-family: fontawasome;
}
nav img{
    float: right;
    margin-right: 20px;
    width: 38px;
}
.main {
    background-image: url(/img/PNG/bg.png);background-size:auto;
}
.dash{
    background-color: #8e8d8f40;
    height: 2px;
    width: 80%;
    margin: auto;
}
.top-spacer{
    padding-top: 30px;
}
section p {
    font-family: dinnext;
    color: #888c91;
    font-size: large;
}
.main section {
    height: 100vh;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    width: 90%;
    margin: auto;
    direction: rtl;
}
section:nth-child(1){
    text-align: center;
    padding-top: 3vh;
}
.svg1{
    margin-bottom: 60px;
    width: 40%;
}
section:nth-child(2){
    text-align: right!important;
}
section:nth-child(2) h1{
    text-align: center;
    margin-bottom: 15px;
}
section:nth-child(2) ul{
    padding-right: 15px;
    font-size: 18px;
}
section:nth-child(2) li{
    text-align: right;
}
section:nth-child(3){
text-align: right;
}
.link1{
color: #000!important;
}

.faq  {
    overflow: auto;
    width: 100%;
}
.faq h1{
    text-align: center;
}
.faq table {
    border: 1px solid #DEDEDF;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
}
.faq caption {
    caption-side: top;
    text-align: left;
}
.faq th {
    border: 1px solid #DEDEDF;
    background-color: #ECEFF1;
    color: #000000;
    padding: 5px;
    text-align: right;
}
.faq td {
    border: 1px solid #DEDEDF;
    background-color: #FFFFFF;
    color: #000000!important;
    padding: 5px;
    text-align: right;
    font-size: 14px;
    font-family: dinnext!important;
}
.faq td .ans{
    color: #888c91;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #9b9469;
}
.accordion button {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    padding: 1em 0;
    color: #888c91;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}
.accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #9b9469;
}
.accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: #9b9469;
    border: 1px solid #9b9469;
}
.accordion button .accordion-title {
    padding: 1em 0 1em 1.5em;
    direction: rtl;
    text-align: right;
}
.accordion button .icon {
    display: inline-block;
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 22px;
    height: 22px;
    /* border: 1px solid; */
    border-radius: 22px;
}
.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    right: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    right: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}
.accordion button[aria-expanded='true'] {
    color: #9b9469;
    font-weight: bold;
}
.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 0;
}


.agenda h1{
    text-align: center;
    margin-bottom: 5px;
}
table.agenda {
    width: 100%;
    /* text-align: right; */
    border-collapse: collapse;
    color: #444444;
  }
  table.agenda td, table.agenda th {
    border: 1px solid #AAAAAA;
    padding: 15px 10px;
    text-align: center;
  }
  table.agenda tbody td {
    font-size: 13px;
  }
  table.agenda tr:nth-child(even) {
    background: #EEEEEE;
  }
  table.agenda thead {
    background: #888C91;
    border-bottom: 2px solid #444444;
  }
  table.agenda thead th {
    font-size: 15px;
    font-weight:300;
    color: #FFFFFF;
  }
  table.agenda tfoot td {
    font-size: 14px;
  }
  table.agenda tfoot .links {
    text-align: right;
  }
  table.agenda tfoot .links a{
    display: inline-block;
    background: #9b9469;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
  }
.agenda .gold-bg{
    background-color: #9b9469;
}
.agenda td.gold-bg{
    color: #000;
}
.agenda .link1{
    font-weight: bold;
}

.seats canvas{
    width: 100%;
}

#bgMusic{
    display: none;
    opacity: 0;
}
.music #toggleButton{
    position: fixed;
    left: 15px;
    bottom: 80px;
    background: #fff;
    opacity: 0.6;
    border: 1px solid;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: #9b9469;
}

.tv-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;  
    flex-wrap: wrap;
    gap: 20px;
}

.image-container {
    width: calc(50% - 10px);
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;   
    align-items: center;      
    justify-content: flex-end; 
    height: 220px;           
}

.image-container img {
    width: 100%;
    height: auto;
    max-height: 85%;         
    object-fit: cover;       
    margin-bottom: 10px;     
}

.caption {
    width: 100%;             
    text-align: center;
}

.forms{
    text-align: center;
}
/* .first-slide{
    background: url(/img/PNG/KingSalman.png) no-repeat;
    background-size: contain;
    background-position: bottom left;
    mix-blend-mode: darken;
} */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 30px 0 10px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    line-height: 36px;
    height: 36px;
    background: #fff;
    margin: 0 5px 5px 0;
    font-family: dinnext;
    font-size: 16px;
  }
  
  select::-ms-expand {
    display: none;
  }
.center{
    text-align: center;
}
@media only screen and (min-width: 600px) {
    body, nav {
      max-width: 500px;
      margin: auto;
    }
    .main {
        background-image: none;
    }
    .image-container img {
        width: 80%;}
        .image-container {
            height: unset;
        }
  }