* {
  margin: 0;
  box-sizing: border-box;
  font-size: 20px;
}

body {
  /* Max-width so items don't get any bigger when browser resized */
  padding: 0;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 1.2em;
}

p,
li {
  font-size: 0.8em;
}

ul {
  padding: 0 0 0 20px;
  margin-top: 10px;
}

li {
  list-style: disc;
  margin-bottom: 5px;
}

span {
  font-size: 1em;
}

a,
button {
  text-decoration: none;
  color: #212121;
  transition: all 0.3s linear;
  font-size: 1em;
  background: none;
  border: none;
  padding: 0;
  font-family: "Poppins";
  cursor: pointer;
}

a:hover {
  color: #000000;
}

a.book-now {
  background-color: #e04639;
  color: #ffffff;
  display: block;
  text-align: center;
  font-size: 0.7em;
  padding: 10px 15px;
  border-radius: 50px;
  transition: all 0.3s linear;
}

a.book-now:hover {
  background-color: #8b0000;
}

img {
  width: 100%;
  display: block;
}

svg {
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

section {
  margin-bottom: 50px;
}

.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.underline {
  text-decoration: underline;
}

.hide-mobile {
  display: none;
}

.right {
  margin-left: auto;
}

.more-text {
  display: none;
  margin-top: 15px;
}

.more-text li {
  margin-bottom: 0;
}
.texts.show-more .more-text {
  display: block;
}
.texts.show-more .dots {
  display: none;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 40px;
  width: auto;
  max-width: 800px;
  margin: auto;
}

.mfp-content {
  padding: 0 20px;
}

.slide-arrow {
  max-width: 35px;
  position: absolute;
  top: 50%;
  z-index: 1;
  outline: none;
}

.slide-arrow svg {
  fill: #ffffff;
}

.prev-arrow {
  left: 30px;
  transform: rotate(180deg) translateY(50%);
}

.next-arrow {
  right: 30px;
  transform: translateY(-50%);
}

/* Mobile */
.logo {
  width: 26%;
  margin: 40px auto;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table-tour-con {
  margin-top: 30px;
}

.event-title {
  padding-left: 30px;
}

.content-box {
  background-color: #ffffff;
  box-shadow: 10px 20px 50px rgb(178 178 178 / 36%);
  transform: translateY(-40px);
  width: 90%;
  margin: 0 auto;
  /* border: 1px solid #ffdec1; */
  border: 2px solid #ffffff;
}

.content-left {
  padding: 30px;
}

.content-right {
  background-color: #f5f5f5;
  padding: 50px 30px;
}

.title-flex {
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.time-flex {
  display: flex;
  align-items: center;
}

.time-svg,
.price-svg {
  display: inherit;
  margin-right: 10px;
  max-width: 17px;
}

.texts-con {
  margin-bottom: 30px;
}

.read-more,
.terms-condition {
  font-size: 0.7em;
  margin-top: 10px;
}

.socialwall {
  font-size: 1em;
  margin-top: 10px;
}

.prices-con,
.menu-con {
  margin-bottom: 20px;
}

.price-title,
.menu-title {
  font-size: 0.8em;
}

.individual-price {
  display: flex;
  align-items: center;
}

.price-svg {
  max-width: 28px;
}

.book-now-con {
  text-align: center;
}

.content-date-text {
  margin-bottom: 20px;
}

.date-con {
  padding: 10px 30px;
  position: relative;
  background-color: #ffffff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-bottom: 15px;
}

.date-con::before {
  content: " ";
  display: block;
  width: 13px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: #f7bb87; */
  background-color: #3acee2;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.timings-con {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.date-con .time-svg {
  margin-right: 6px;
  max-width: 15px;
}

.date-con .time-text {
  font-size: 0.75em;
  border-right: 1px solid #505050;
  padding-right: 10px;
  line-height: 1;
  margin-right: 13px;
}

.date-con .time-flex:last-child .time-text {
  border-right: none;
  margin-right: 0px;
}

.date-con .date-text {
  font-size: 0.8em;
}

.individual-list {
  margin-right: 20px;
}

.about-con {
  background-color: #faf5c8;
  padding: 60px 30px;
}

.about-info {
  margin-bottom: 30px;
}

.about-title {
  margin-bottom: 30px;
}

.participated-stalls-con li {
  margin-bottom: 10px;
}

.stall-title {
  font-size: 1em;
}

.stall-texts {
  font-size: 0.9em;
}

.contact {
  margin-bottom: 20px;
}

.contact-title {
  margin-bottom: 15px;
}

.footer-flex {
  text-align: center;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0 20px 50px 20px;
  flex-wrap: wrap;
}

.individual-sponsors {
  flex: 50%;
  margin-bottom: 20px;
}

.sponsor-title {
  margin-bottom: 30px;
  font-size: 0.6em;
}

.sponsor-title-official {
  margin-bottom: 15px;
  font-size: 0.6em;
}

.sponsor-image {
  max-width: 100px;
  margin: 0 auto;
}

.sponsor-image-5 {
  max-width: 55px;
  margin: 0 auto;
}

.sponsor-image-7 {
  max-width: 60px;
  margin: 0 auto;
}

.organised-by-image,
.event-by-image {
  max-width: 55px;
}

.book-mobile {
  margin-top: 50px;
}
/* Tablet */

@media only screen and (min-width: 600px) {
  section {
    margin-bottom: 100px;
  }
  section.programs-con {
    margin-bottom: 0px;
  }
  section.about-con {
    margin-bottom: 50px;
  }
  footer {
    padding-bottom: 50px;
  }
  h1 {
    font-size: 1.5em;
  }

  h2 {
    font-size: 1em;
  }
  h3 {
    font-size: 0.8em;
  }
  .slide-arrow {
    max-width: 40px;
  }
  .show-desktop {
    display: block;
  }
  .hide-desktop {
    display: none;
  }
  .logo {
    width: 10%;
    margin: 40px auto;
  }
  .table-tour-con {
    margin-top: 0px;
  }
  .event-title {
    margin-bottom: 50px;
  }
  .program-image {
    width: 80%;
  }
  .title-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .content-box {
    display: flex;
    transform: translateY(-100px);
    width: 100%;
  }
  .content-left {
    width: 60%;
    padding: 50px 30px;
  }
  .price-title,
  .menu-title,
  .content-date-text {
    font-size: 0.9em;
  }
  .content-right {
    width: 40%;
  }
  .menu-lists {
    display: flex;
  }
  .individual-list {
    margin-right: 60px;
  }
  .about-flex {
    display: flex;
  }
  .about-info {
    flex: 5;
    padding-right: 60px;
    margin-bottom: 0px;
  }
  .about-contact {
    flex: 3;
    padding-left: 60px;
  }
  .footer-flex {
    flex-wrap: nowrap;
    flex: 1;
    padding-bottom: 0;
  }
  .individual-sponsors {
    flex: 1;
    margin-bottom: 0px;
  }
  .sponsor-title {
    font-size: 0.6em;
  }

  .sponsor-image {
    max-width: 170px;
    margin: 0 auto;
  }

  .organised-by-image,
  .event-by-image {
    max-width: 90px;
  }
}

/* Desktop */
@media only screen and (min-width: 1281px) {
  .event-title {
    padding-left: 0px;
  }
  .about-con {
    padding: 60px 0;
  }
  .sponsor-image-5 {
    max-width: 95px;
    margin: 0 auto;
  }
}
