@font-face {
  src: url("./Assets/Fonts/Cocogoose.ttf");
  font-family: 'Cocogoose';
}

/* general */
body {
  font-family: 'Lato', sans-serif;
  color: #ec5242;
  background-color: #f7f7f7;
  text-align: center;
  text-decoration: none;
}

label {
  max-width: 20px;
  width: 20px;
}

#menu {
  display: none;
}

.centered-item {
  max-width: 1400px;
  margin: auto;
  width: 100%;
  padding: 0 100px;
}

header {
  position: fixed;
  width: 100%;
  z-index: 200;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

main {
  padding-top: 200px;
}

select {
  display: none;
  border-radius: 5px;
  padding: 10px 20px;
  border: 5px double #ec5242;
}

.purchase {
  background-color: white;
  padding: 15px 20px;
  font-size: 2em;
  font-weight: bold;
  color: #ec5242;
  border: 3px solid #ec5242;
}

footer {
  padding: 50px !important;
  padding-bottom: 50px !important;
  text-align: start;
  background-color: #272a31;
}

/* section */
.type-of-ticket {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  word-wrap: break-word;
}

/* div */
footer div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-and-personal-settings {
  background-color: rgb(59, 60, 63);
  padding: 5px 0;
}

.nav-background {
  background-color: white;
}

.branch {
  color: #272a31;
  line-height: 15px;
}

.type-of-ticket-border {
  border: 5px double #ec5242;
}

.type-of-ticket-background {
  background-color: rgb(233, 233, 233);
  border-top: 2px solid lightgray;
}

.type-of-ticket-background div {
  border-right: 2px solid lightgray;
}

.seat-background {
  background-color: lightgray;
  width: 100%;
  max-width: 30px;
  height: 30px;
  position: relative;
  padding: 0;
  border-radius: 30px 30px 10px 10px;
  cursor: pointer;
  margin-bottom: 5px;
}

.seat-shape {
  position: absolute;
  background-color: #272a31;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 15%, 15% 0, 85% 0, 100% 15%, 100% 90%, 95% 100%, 78% 100%, 73% 90%, 73% 30%, 67% 23%, 33% 23%, 27% 30%, 27% 90%, 22% 100%, 5% 100%, 0 90%);
  top: 0;
  left: 0;
}

.seat-background:hover {
  background-color: #272a31;
}

.seat-background:hover .seat-shape {
  background-color: #ec5242;
}

.players {
  background-color: #ec5242;
  width: 300px;
  height: 30px;
}

.screen {
  background-color: lightgrey;
}

/* headers */
h1 {
  font-family: 'Cocogoose', Arial, Helvetica, sans-serif;
}

h2 {
  color: #272a31;
}

/* a */
nav a {
  color: #272a31;
  padding: 20px 30px 21px;
  transition: 0.3s;
}

.tickets-link {
  color: #d3d3d3;
  padding: 5px 10px;
  background-color: #272a31;
  border: 4px solid #272a31;
  margin-left: 40px;
  border-radius: 10px;
}

.social-and-personal-settings a {
  color: #d3d3d3;
  margin-left: 15px;
}

nav a:hover {
  text-decoration: none;
  color: #d3d3d3;
  background-color: #d3d3d3;
  font-weight: normal;
  transition: 0.3s;
}

.tickets-link:hover {
  background-color: #272a31;
  color: #d3d3d3;
}

.social-and-personal-settings a:hover {
  text-decoration: none;
  color: #d3d3d3;
}

/* ul */
ul {
  margin: 0;
  padding-left: 0 !important;
}

.social-and-personal-settings ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* li */
body li {
  display: inline;
}

.menu-btn {
  display: none;
  font-size: 1.5em;
  color: #272a31;
  position: relative;
  top: 4px;
}

.menu-btn i:hover {
  color: #ec5242;
  cursor: pointer;
}

/* p */
p {
  margin: 0;
}

footer p {
  color: #d3d3d3;
}

.seats p {
  color: #272a31;
  margin: auto;
}

.branch p {
  font-weight: bold;
  padding-left: 55px;
}

.branch :nth-child(2) {
  padding-top: 25px;
  font-size: 18px;
}

.p-border p {
  border: 2px solid #d3d3d3;
  border-radius: 30px;
  width: 400px;
  color: #272a31;
  margin: 0 auto 25px;
  padding: 5px 20px;
}

.type-of-ticket p {
  color: #272a31;
}

.type-of-ticket-background-main p {
  border-right: 2px solid #d3d3d3;
  font-weight: bold;
}

.type-of-ticket-background p {
  border-right: 2px solid #d3d3d3;
}

.type-of-ticket-background div p {
  border: none;
  color: #ec5242;
  font-weight: bold;
}

footer div :first-child p {
  font-size: 2em;
  font-weight: bold;
  margin: 10px 30px 0 10px;
  padding: 0;
  font-family: 'Cocogoose', Arial, Helvetica, sans-serif;
}

footer :last-child :first-child {
  font-weight: bold;
  font-size: 1.05em;
  margin-top: 40px;
  margin-bottom: 10px;
}

/* span */
.p-border span {
  color: #ec5242;
  font-weight: bold;
}

/* images */
footer img {
  width: 40px;
}

.branch img {
  width: 50px;
  float: left;
  padding: 5px 0;
}

/* hr */
hr {
  border-top: 1px solid rgb(184, 33, 33);
  width: 25px;
  margin: 10px auto 20px;
  padding: 0;
}
