
html,
body {
  background: #000;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

body {
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  width: 100%;
  padding-bottom: 50px;
}

#container {
  position: relative;
}

#background {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(#bc6012, #d06d18);
  position: absolute;
  background-image: url(images/BG-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.17;
  background-attachment: fixed;
  filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 10px ) hue-rotate( 0deg );
}

.background_transform {
  transform: translateZ(0);
}

header {
  max-width: 525px;
  margin: 0px auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 16px;
  padding-bottom: 24px;
}

header video {
  max-width: 580px;
  width: 100%
}

header img {
  max-width: 580px;
  width: 100%
}

.title {
  width: 100%;
  background-color: #EDBA45;
  color: #000000;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 25px;
  text-align: center;
}

.title a {
  text-decoration: underline;
  color: #ffffff;
}

.details {
  margin-top: 10px;
  color: #ffffff;
  background: rgba(22, 22, 22, 0.35);
  width: 100%;
}

.detail_item {
  text-align: right;
  padding: 10px;
}

.detail_title {
  color: #EDBA45;
  /* font-size: 26px; */
}

.detail_farsi {
  color: #e4e4e4;
  font-family: iran-sans;
  font-weight: normal;
}

.detail_icon {
  border: 2px solid  #EDBA45;
  border-radius: 10px;
  padding: 5px;
  color: #EDBA45;
  text-align: center;
}

.detail_icon a {
  color: #EDBA45;
  text-decoration: none;
}

.details_border {
  background-color: #1e1e1e;
  height: 2px;
  width: 100%;
}

a {
  color: #fff;
}

footer {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 20px;
  color: #fff;
  font-size: 14px;
}

footer p {
  text-align: center;
}

footer svg {
  margin-top: 20px;
}

main {
  opacity: 1px;
  background-color: #EDBA45;
  color: #000000;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
}

.ticket_container {
  max-width: 525px;
  margin: 0 auto;
}

.ticket_header {
  font-weight: bold;
  padding-bottom: 10px;
}

.ticket_border {
  background-color: #000000;
  height: 3px;
  width: 100%;
  margin-bottom: 20px;
}

.ticket_item {
  height: 65px;
  width: 60%;
  margin: 0 auto;
  background-color: #000000;
  border-radius: 10px;
  color: #ffffff;
}

.ticket_container a:hover .ticket_item {
  background-color: #ffffff;
  color: #000000;
}

.ticket_item table {
  margin-top: 10px;
}

.ticket_title {
  color: #ffffff;
  text-align: center;
  font-size: 23px;
  font-weight: normal;
}

.ticket_container a:hover .ticket_title {
  color: #000000;
}

.ticket_container a:hover .ticket_icon {
  color: #000000;
}

.ticket_title_phone {
  font-size: 20px;
}

.ticket_container a {
  text-decoration: none;
}

.ticket_icon {
  color: #ffffff;
  font-size: 23px;
  padding-left: 10px;
}

.farsi {
  font-family: 'iran-sans';
  font-weight: normal;
}

@media only screen and (min-device-width: 320px) {
  .detail_title {
    font-size: 18px;
  }
  .detail_farsi {
    font-size: 18px;
  }
  .detail_icon {
    font-size: 16px;
    width: 20px;
    height: 20px;  
  }
  .ticket_header {
    font-size: 34px;
  }
}

@media only screen and (min-device-width: 800px) {
  .detail_title {
    font-size: 26px;
  }
  .detail_farsi {
    font-size: 23px;
  }
  .detail_icon {
    font-size: 23px;
    width: 30px;
    height: 30px;
  }
  .ticket_header {
    font-size: 40px;
  }
}
