/********   HEADER   *********/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #edf2ff;

  height: 9.8rem;
  padding: 0 4.2rem;
  position: relative;
}

.logo {
  height: 7.4rem;
}

/******   NAVIGATION   *******/
.main-nav-list {
  display: flex;
  list-style: none;
  gap: 4.8rem;
  align-items: center;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active {
  color: #91a7ff;
}

.main-nav-link.nav-btn:link,
.main-nav-link.nav-btn:visited {
  padding: 1.2rem 2.4rem;
  border-radius: 9px;
  color: #fff;
  background-color: #91a7ff;
}

.main-nav-link.nav-btn:hover,
.main-nav-link.nav-btn:active {
  background-color: #8396e6;
}

/* MOBILE */
.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;

  display: none;
}

.icon-mobile-nav {
  font-size: 5rem;
  height: 4.8rem;
  width: 4.8rem;
  color: #333;
}

.icon-mobile-nav.close-outline {
  display: none;
}

/* STICKY NAVIGATION */
.sticky .header {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 9.6rem;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 999;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
}

.sticky .section-hero {
  margin-top: 9.8rem;
}

/*********   HERO    *********/
.section-hero {
  background-color: #edf2ff;
  padding: 3.2rem 0 6.4rem 0;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 130rem;
  margin: 0 auto;
  padding: 0 3.2rem;
  grid-template-columns: 1fr;
}

.hero-text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.0rem;
}

.shadow-text {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.hero-description {
  font-size: 2rem;
  line-height: 2.4;
  text-transform: uppercase;
  font-weight: 500;
}

.hero-img-box {
  max-width: 80rem;
  padding: 0 3.0rem;
  margin-top: 1rem;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 11px;
  overflow: hidden;
  background-color: #edf2ff;
}

.hero-img-box img {
  width: 100%;
}



/** FEATURED IN SECTION **/
.section-featured {
  padding: 4.8rem 0 3.2rem 0;
}

.heading-featured-in {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.6rem;
  color: #888;
}

.logos {
  display: flex;
  justify-content: space-around;
}

.logos img {
  height: 8.0rem;
  filter: brightness(0);
  opacity: 50%;
}

/** ABOUT US SECTION **/
.feature-container {
  max-width: 120rem;
  padding: 0 3.2rem;
  margin: 0 auto;
  margin-bottom: 9.6rem;
}

.feature-icon {
  height: 3.2rem;
  width: 3.2rem;
  background-color: #edf2ff;
  margin-bottom: 3.2rem;
  padding: 1.6rem;
  border-radius: 50%;
  font-size: 3.0rem;
}

.feature-title {
  font-size: 2.4rem;
  color: #333;
  font-weight: 700;
  margin: 4.0rem 0 4.0rem 0;
}

.feature-text {
  font-size: 1.8rem;
  line-height: 1.8;
}

/* EVENTS SECTION */
.event-section {
  padding: 9.6rem 0;
}

.heading-secondary-event {
  font-size: 3.8rem;
  line-height: 1.2;
  margin-bottom: 9.6rem;
}

.event-description {
  font-size: 1.8rem;
  line-height: 1.8;
}

.event-img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 11px;
  overflow: hidden;
  transition: all 0.4s;
  background-color: #edf2ff;
}

.event-img-box:hover {
  transform: translateY(-1.2rem);
  box-shadow: 0 3.2rem 6.4rem rgba(0, 0, 0, 0.06);
}

.event-img {
  width: 70%;
}

.event-btn:link,
.event-btn:visited {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #91a7ff;
  font-weight: 600;
  font-size: 1.8rem;
  border-radius: 9px;
  padding: 1.2rem 2.4rem;
  margin-top: 2rem;
}

.event-btn:hover,
.event-btn:active {
  background-color: #8396e6;
}

/* CALL TO ACTION */
.section-cta {
  padding: 3.0em 0 12.8rem;
}

.cta {
  display: grid;
  grid-template-columns: 2fr 1fr;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15);
  border-radius: 11px;
  background-image: linear-gradient(to right bottom, #91a7ff, #8396e6);
  overflow: hidden;
}

.cta-text-box {
  padding: 4.8rem 6.4rem 6.4rem 6.4rem;
  color: #1a1e2e;
}

.cta .heading-secondary-cta {
  color: #1a1e2e;
  margin-bottom: 3.2rem;
  font-size: 3.8rem;
  line-height: 1.2;
}

.cta-text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 4.8rem;
}

.cta-img-box {
  background-image: linear-gradient(to right bottom, rgb(145, 167, 255, 0.35), rgb(131, 150, 230, 0.35)), url(../img/flags.webp);
  background-size: cover;
}

.cta-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
}

.cta-form label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.cta-form input,
.cta-form select {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-family: inherit;
  border: none;
  color: inherit;
  background-color: #fdf2e9;
  border-radius: 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.cta-form input::placeholder {
  color: #aaa;
}

.cta *:focus {
  outline: none;
  box-shadow: 0 0 0 0.8rem rgb(253, 242, 233, 0.5);
}

.btn,
.btn:link,
.btn:visited {
  display: inline-block;

  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  padding: 1.6rem 3.2rem;
  border-radius: 9px;

  /* Only necessary for .btn */
  border: none;
  cursor: pointer;
  font-family: inherit;

  transition: all 0.3s;
}

.btn-form {
  background-color: #1a1e2e;
  color: #fdf2e9;
  align-self: end;
  padding: 1.2rem;
}

.btn-form:hover {
  background-color: #fff;
  color: #555;
}

.all-tickets {
  text-align: center;
  font-size: 2.0rem;
}

.link {
  display: inline-block;
}


/****  THANK YOU SECTION  ****/
.thanks-message-box,
.connect-box {
  padding-top: 8rem;
  justify-items: center;
  text-align: center;
}

.connect-box {
  padding-bottom: 10rem;
}

.thanks-icon {
  font-size: 6rem;
  padding-bottom: 4rem;
  color: #8396e6;
}

.btn-tks {
  display: inline-block;
  margin-top: 2rem;
}

.group-img {
  width: 50%;
}

.social-links-tks {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 3rem;
}

.social-icon-tks {
  height: 2.4rem;
  width: 2.4rem;
  font-size: 3rem;
  color: #8396e6;
}

.tks-icon {
  display: inline-block;
  height: 6.2rem;
  width: 6.2rem;
  background-color: #edf2ff;
  margin-bottom: 3.2rem;
  padding: 1.6rem;
  border-radius: 50%;
  font-size: 3.0rem;
}

.tks-icon:hover {
  background-color: #424b73;
}

/****  FOOTER SECTION  ****/
.footer {
  padding: 7.8rem 0;
  border-top: 1px solid #eee;
}

.grid-footer {
  grid-template-columns: 1fr 1fr 3fr;
}

.footer-heading {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 4rem;
}

.contacts {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
}

.address {
  margin-bottom: 2.4rem;
}

.logo-col {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  display: block;
  margin-bottom: 3.2rem;
}

.social-links {
  list-style: none;
  display: flex;
  gap: 2.4rem;
}

.social-icon {
  height: 2.4rem;
  width: 2.4rem;
  font-size: 2.6rem;
  color: #424b73;
}

.copyright {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #1a1e2e;
  margin-top: 2rem;
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  font-size: 1.6rem;
  color: #767676;
  transition: all 0.3s;
}

.footer-link:hover,
.footer-link:active {
  color: #555;
}

.footer-map iframe {
  height: 100%;
  width: 100%;
}

/****  GALLERY SECTION  ****/
.gallery-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 4rem 2rem 0 2rem;
}

.gallery-container .heading {
  width: 50%;
  padding-bottom: 5rem;
}

.gallery-container .heading h3 {
  font-size: 4rem;
  font-weight: bolder;
  padding-bottom: 1rem;
  border-bottom: 3px solid #222;
}

.gallery-container .heading h3 span {
  font-weight: 50;
}

.gallery-container .box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.gallery-container .box .pride {
  display: flex;
  flex-direction: column;
  width: 32.5%;
}

.gallery-container .box .pride img {
  width: 100%;
  padding-bottom: 0.8rem;
  border-radius: 5px;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
}

@media only screen and (max-width: 48em) {
  .gallery-container .box {
    flex-direction: column;
  }

  .gallery-container .box .pride {
    width: 100%;
  }
}

@media only screen and (max-width: 40em) {
  .gallery-container .heading {
    width: 100%;
  }

  .gallery-container .heading h3 {
    font-size: 2rem;
  }
}