* {
  margin: 0;
  padding: 0;
  list-style: none;
/*  */
  text-decoration: none;
  font-family: Lato, sans-serif;
}

body {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.flex {
  display: flex;
}

.lato {
  font-family: Lato, sans-serif;
}

/* ========== Mobile hidden menu ========= */

#hidden-menu {
  display: none;
  background-color: #3c3a39;
  backdrop-filter: blur(10px);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0;
}

.hidden-item {
  font-family: Lato, sans-serif;
  border-bottom: 2px solid #f13d3d;
  font-size: 32px;
}

.hidden-item a {
  color: white;
  margin-bottom: 0.8rem;
  list-style: none;
}

.hidden-item-con {
  display: flex;
  flex-direction: column;
  margin: 3rem 2rem 0;
  color: white;
}

.hidden-item-con a {
  text-decoration: none;
}

.cancel {
  margin-top: 0;
  margin-right: 0;
}

.cancel-img {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
}

.cancel-img:hover {
  cursor: pointer;
}

.hidden-menu {
  display: none;
}

/* HEADER PART */

.homepage-navbars {
  display: none;
}

/* SECTION HOMEPAGE */

.hambburger-menu {
  margin-top: 2rem;
  width: 8vw;
}

.homepage {
  background: url("./img/bg-mobile.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 1rem;
  margin-top: 0;
  font-family: Lato, sans-serif;
}

.sub-header {
  font-size: 1.4rem;
  color: #ec5242;
  padding-top: 5rem;
  font-weight: 400;
  padding-bottom: 0;
}

.home-title {
  font-size: 3rem;
  font-weight: 900;
  background: url("./img/title-bg.jpg") center;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 2rem;
  font-family: Lato, sans-serif;
}

.home-description {
  font-size: 1.2rem;
  color: #515151;
  background-color: #f2f2f2;
  border: 2.2px solid #fff;
  padding: 8px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.home-times {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: 900;
  margin-top: 3rem;
  font-size: 20px;
  color: #595959;
  margin-bottom: 0;
}

.home-location {
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #868686;
  width: 100%;
  margin-bottom: 2rem;
}

/* HERE THE MAIN PART  */

.main-program {
  background-image: url("./img/main.jpg");
  padding: 1.1rem 1.2rem;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
}

.main-p-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}

.main-content {
  flex-direction: column;
  color: #fff;
  font-family: Lato, sans-serif;
  font-style: normal;
  text-align: center;
  align-items: center;
}

.main-line {
  border-top: 2px solid #ec5242;
  width: 4vw;
  margin-top: 10px;
}

.main-header {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  padding: 0 12px;
}

.main-card-con {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  align-items: center;
  justify-content: center;
}

.main-card {
  display: grid;
  grid-template-columns: 0.7fr 0.7fr 2fr;
  justify-content: center;
  align-items: center;
  background: #ffffff0f;
  gap: 0.5rem;
  margin: 3px;
}

.main-c-icon {
  width: 55px;
  height: 55px;
  margin-left: 12px;
}

.main-c-header {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14.2712px;
  line-height: 25px;
  color: #ff5438;
}

.main-c-paragraph {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10.7034px;
  line-height: 22px;
  color: #fff;
}

.main-btn {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 50px;
  height: 30px;
  background: #ff4f38;
  margin-top: 3rem;
  font-family: Lato, sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
}

.main-btn:hover {
  color: white;
}

.partner-header {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* HERE THE FEATURE SECTION  */

.featured {
  padding: 12px;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
}

.btn-show-more {
  display: inline;
  margin: 12px;
  width: 80%;
  height: 50px;
  border: 1px solid #b5aaaa;
  background: #fff;
  border-radius: 5px;
}

.btn-show-more:hover {
  background: #ebd7d7;
}

.btn-show-more:active {
  background: #fff;
  transform: scale(0.99);
}

.btn-show-less {
  justify-content: center;
  align-items: center;
  text-align: center;
  display: none;
  margin: 12px;
  width: 80%;
  height: 50px;
  border: 1px solid #b5aaaa;
  background: #fff;
  border-radius: 5px;
}

.btn-show-less:hover {
  background: #ebd7d7;
}

.featured-container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.featured-card-img {
  width: 100px;
  height: 100px;
  position: relative;
  z-index: 2;
  margin: 12px;
  transition: transform 0.3s;
}

.featured-card-img:hover {
  transform: scale(1.3);
  box-shadow: 0 0 10px rgb(0 0 0 / 90%);
  border-radius: 10px;
}

.featured-card-container {
  margin-top: 2rem;
}

.featured-card-bg {
  width: 60px;
  position: absolute;
  transform: rotate(180deg);
}

.featured-header {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  align-items: center;
  color: #000;
  padding: 1rem 0 0;
}

.main-card:hover {
  background-color: rgb(0 0 0);
  transform: scale(1.1);
  box-shadow: 0 0 12px #3c3a39;
}

.card-line {
  display: flex;
  flex-direction: column;
  width: 17.79px;
  border: 1.4231px solid #d9d9d9;
  margin-bottom: 12px;
}

.featured-card {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.featured-card-img-con {
  padding: 12px;
}

.featured-card-description {
  padding: 4px;
}

.featured-card-h3 {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #000;
}

.featured-card-h4 {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  align-items: center;
  color: #f78c89;
}

.featured-card-p {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 9px;
  line-height: 14px;
  color: #000;
}

/* partner section  */

.about-partner-section {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
  text-align: center;
  background: #272a31;
  padding: 0 1rem;
}

.about-partner-icon {
  gap: 15px;
  width: 100px;
  height: 60px;
}

.about-partner-3-img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  gap: 12px;
  margin-top: 2rem;
}

.about-partner-h2 {
  padding: 1.5rem 1rem 0 0;
  color: #fff;
  margin-bottom: 0.5rem;
}

.about-partner-line {
  border-top: 2px solid #a04038;
  padding: 12px;
  margin-top: 12px;
  padding-top: 0;
  width: 4vw;
}

.about-partner-2-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 12px 0;
  gap: 12px;
}

/* footer */

.footer {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 12px;
  align-items: center;
}

.footer-img {
  width: 20vw;
}

@media screen and (width >= 768px) {
  /* NAVBAR PART */

  .hambburger-menu {
    display: none;
  }

  .homepage-navbars {
    display: block;
  }

  .nav-details {
    color: #fff;
    align-items: center;
    justify-content: space-evenly;
    font-size: 10px;
    padding: 12px;
    margin: 0;
  }

  .navbar-con {
    display: flex;
    justify-content: flex-end;
    height: 2rem;
    width: 100%;
    background-color: #272a31;
  }

  .nav-bar {
    width: 300px;
    margin-right: 7rem;
  }

  .nav-items {
    font-size: 10px;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 0 12px;
  }

  .hidden-menu {
    display: none;
  }

  /* HEADER PART */

  .header-navbar {
    font-family: Lato, sans-serif;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 4.6rem;
  }

  .header-logo {
    margin-left: 5rem;
  }

  .header-logo-link img {
    width: 10vw;
    height: 60px;
    padding: 2px;
  }

  .header-nav-items {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    list-style: none;
    text-decoration: none;
    padding-right: 5rem;
    margin-bottom: 0;
  }

  .header-nav-item {
    flex-direction: row;
  }

  .header-nav-item a {
    list-style: none;
    text-decoration: none;
    padding: 0 1rem;
    color: #868686;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
  }

  .nav-tickets {
    color: #ff5438 !important;
  }

  .header-about {
    color: #ff5438 !important;
  }

  .ticket-con {
    border: 3px solid #ff5438;
  }

  /* HOME PAGE FIRST SECTION */

  .homepage {
    background-image: url("./img/hero-bg-desktop.png");
    display: grid;
    grid-template-columns: 1fr 0.3fr;
    padding: 5rem;
  }

  /*  MAIN PROGRAM SECTION */

  .main-card-con {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 0 3rem;
  }

  .main-card {
    display: flex;
    flex-direction: column;
    padding: 8px;
    font-size: 12px;
    text-align: center;
  }

  .main-c-paragraph {
    font-weight: 400;
  }

  .main-btn {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    align-items: center;
    letter-spacing: -0.01em;
    text-decoration-line: underline;
    color: #fff;
    background: none;
    margin-bottom: 2.5rem;
  }

  .featured-card-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 6rem;
  }

  .main-line {
    margin-bottom: 2rem;
  }

  .btn-show-more {
    display: none;
  }

  .btn-show-less {
    display: none;
  }

  /* partner sectin */

  .about-partner-icon {
    width: 140px;
  }

  .about-partner-section {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 2rem;
    padding-bottom: 12px;
    gap: 12px;
  }

  .about-partner-2-img {
    padding: 0;
    width: 30%;
  }

  .about-partner-3-img {
    margin-top: 0;
    width: 50%;
  }

  .footer {
    padding: 3rem;
  }
}
