/* -------------------- Global style starts here ------------------ */
:root {
  --primary-n: #00B1C9;
  --secondary-n: #DD2F2F;
  --dark-n: #111111;
  --gray-n: #031F23;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.custom_Root * {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  outline: none;
}

.custom_Root .oswald_font {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

.custom_Root {
  background-color: var(--dark-n);
}

.custom_Root span,
.custom_Root p {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
}

.custom_Root h2 {
  font-size: 48px;
  line-height: 1.2;
}

.custom_Root img {
  display: block;
}

.dark_bg {
  background: var(--dark-n);
}

.gray_bg {
  background-color: var(--gray-n);
}

.text_white {
  color: #fff;
}

.custom_Root .text_center {
  text-align: center;
}

.custom_Root p:not(:last-child) {
  margin-bottom: 20px;
}

.custom_Root .container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.custom_Root .p_relative {
  position: relative;
}

.custom_Root a.btn,
.custom_Root input[type="submit"] {
  padding: 16px 32px;
  background-color: #00B1C9;
  font-size: 18px;
  line-height: 1.3;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

.custom_Root .row {
  display: flex;
}

.text_white_all * {
  color: #fff;
}

.intro_with_btn {
  display: flex;
  color: #fff;
  justify-content: space-between;
}

.intro_with_btn h2 {
  margin: 0 0 15px;
}

.intro_with_btn .left_colm {
  max-width: 680px;
}

.gray_divider {
  position: relative;
}

.gray_divider::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background: url('/modern-layout/images/fanfest_page_images/shape_gray.png') 100% 100% / 100% 100% no-repeat;
  transform: translateY(-99%);
}


/* -------------------- Global style ends here ------------------ */


/* --------------------- Header style starts here ------------------ */
.upper_header {
  background-color: var(--primary-n);
  padding: 14px 0;
}

.upper_header .row {
  justify-content: space-between;
  align-items: center;
}

.upper_header .icon_list {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 32px;
}

.upper_header .icon_list i {
  color: #fff;
  font-size: 15px;
}

.upper_header .mail_link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 14px;
}

.upper_header .mail_link span {
  text-transform: lowercase;
}

.upper_header .mail_link i {
  font-size: 20px;
}

.lower_header {
  padding: 30px 0;
  position: relative;
  background-color: #fff;
}

.lower_header .main_logo_wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  z-index: 10;
}

.lower_header .main_logo_wrapper img {
  width: 100%;
}

.lower_header .menu_new {
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding: 0 60px;
  gap: 200px;
}

.lower_header .menu_new .inner {
  display: flex;
  gap: 120px;
}

.lower_header .menu_new li a {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: var(--dark-n);
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.lower_header .menu_new li a:hover {
  color: var(--secondary-n);
}

/* --------------------- Header style ends here ------------------ */

/* ------------------ page style starts here ----------------- */
.hero_banner {
  background: url('/modern-layout/images/fanfest_page_images/hero_banner.jpg') center / cover no-repeat;
  padding: 16rem 0 19rem 0;
  position: relative;
}

.hero_banner::before {
  position: absolute;
  content: '';
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      rgba(33, 33, 33, 0.9) 0%,
      rgba(33, 33, 33, 0.3) 100%);
}

.hero_banner h1 {
  font-size: 72px;
  line-height: 1.2;
  max-width: 570px;
  margin: 0 0 24px 0;
  text-transform: uppercase;
  font-weight: 700;
}

.hero_banner p {
  font-size: 20px;
  margin: 0 0 32px;
  line-height: 1.2;
}

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

.main_banner_intersection {
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.next_festivals {
  position: relative;
  padding: 140px 0 110px;
}

.next_festivals .card_row {
  margin: 35px 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 39px;
}

.next_festivals .card_row .single_card {
  padding: 14px 14px 20px;
  background: #fff;
  width: calc(100% / 3 - 26px);
  text-align: center;
}

.next_festivals .thumbnail_wrapper img {
  width: 100%;
}

.next_festivals .thumbnail_wrapper {
  aspect-ratio: 345 / 235;
  width: 100%;
  display: flex;
  margin: 0 0 16px;
}

.next_festivals .single_card .festiv_title {
  font-size: 20px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.next_festivals .single_card .festiv_desc {
  font-size: 14px;
  margin: 0;
}

.next_festivals .info_stack {
  margin: 15px 0;
}

.next_festivals .info_stack .single_info {
  width: 100%;
  display: flex;
  padding: 0px 2px;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.next_festivals .info_stack .single_info span {
  font-size: 13px;
  line-height: 1;
}

.next_festivals .tags {
  display: flex;
  justify-content: center;
  gap: 4px 16px;
  flex-wrap: wrap;
  margin: 12px 0 0;
}

.next_festivals .tags span {
  color: #828282;
  font-size: 14px;
  position: relative;
}

.next_festivals .tags span:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #828282;
}

.next_festivals a.red_btn {
  background: var(--secondary-n);
  font-size: 14px;
  padding: 7px 13px;
  margin: 20px 0 0;
}

.the_experience {
  padding: 50px 0 60px;
}


.exp_row {
  display: flex;
  justify-content: space-between;
  margin: 35px 0 0 0;
}

.exp_row .exp_card {
  position: relative;
  height: 100%;
}

.exp_row .exp_card .img_wrapper {
  display: flex;
  height: 100%;
  position: relative;
}

.exp_row .exp_card .play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  transition: 0.3s ease;
}

.exp_row .exp_card:hover .play_btn {
  opacity: 1;
  visibility: visible;
}

.exp_row .exp_grid .exp_card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #000000bf;
  width: 100%;
  height: 100%;
  z-index: 1;
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.exp_row .exp_grid .exp_card:hover::before {
  opacity: 1;
  visibility: visible;
}

/* ------ video overlay popup starts ------- */
.video-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.video-overlay.active {
  display: flex;
}

.video-popup {
  position: relative;
  max-width: 90%;
  width: 800px;
}

.video-popup iframe {
  width: 100%;
  height: 450px;
}

.close-video {
  position: absolute;
  top: -35px;
  right: 0;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

/* ------ video overlay popup ends ------- */
.exp_row .exp_card .play_btn i {
  font-size: 40px;
  color: #fff;
}

.exp_row .exp_card .exp_content {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(255 255 255 / 82%);
  width: 100%;
  padding: 10px;
}

.exp_row .exp_card .img_wrapper img {
  width: 100%;
}

.exp_row .colm {
  width: calc(50% - 20px);
}

.exp_row .exp_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.exp_row .exp_featured p {
  font-size: 14px;
}

.exp_row .exp_grid h4 {
  font-size: 14px;
  text-transform: uppercase;
}

.exp_row .exp_grid p {
  font-size: 13px;
}

.vendors {
  padding: 50px 0 110px;
}

.vendor_row {
  display: flex;
  justify-content: space-between;
  margin: 32px 0 0;
}

.vendor_row .single_vendor {
  width: calc(100% / 3 - 24px);
}

.vendor_row .img_wrapper {
  aspect-ratio: 370 / 231;
  display: flex;
  margin: 0 0 15px;
}

.vendor_row .img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vendor_row h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0 0 12px;
}

.vendor_row p {
  font-size: 14px;
}

.about_soccer {
  padding: 40px 0 45px;
}

.about_soccer .quote_title {
  display: flex;
  gap: 40px;
  align-items: center;
  margin: 0 0 26px;
}

.about_soccer .quote_title .img_wrapper {
  min-width: 67px;
  width: fit-content;
}

.about_soccer .left {
  width: calc(45% - 20px);
}

.about_soccer .row {
  justify-content: space-between;
  align-items: center;
}

.about_soccer .right {
  width: calc(55% - 20px);
}

.about_soccer .right img {
  width: 100%;
}

.about_soccer p {
  font-size: 16px;
}

.newsletter {
  padding: 80px 0 110px;
}

.newsletter .blue_box {
  background-color: #113C75;
  padding: 45px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.newsletter h3 {
  font-size: 30px;
  line-height: 1.4;
  margin: 0 0 10px;
}


.newsletter p {
  max-width: 520px;
}

.newsletter .blue_box .right {
  flex: 1 0 auto;
  width: 44%;
}

.newsletter .blue_box .left {
  width: 55%;
}

.newsletter .blue_box form {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.newsletter .blue_box form .form_field {
  flex: 1 0;
}

.newsletter .blue_box form .form_field_submit {
  flex: 1 0 auto;
  max-width: fit-content;
}

.newsletter .blue_box form .form_field input {
  width: 100%;
  color: #000;
  font-family: 'Poppins';
  font-size: 18px;
  padding: 16px 20px;
  line-height: 1;
  background: #fff;
  border: none;
}

.newsletter .blue_box form .form_field_submit input[type="submit"] {
  height: 100%;
  padding: 16px 32px;
  background-color: #00B1C9;
  font-size: 18px;
  line-height: 1.3;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.contact_form {
  padding: 14px 0 50px;
}

.contact_form h2 {
  margin: 0 0 15px;
  text-transform: uppercase;
}

.contact_form p {
  font-size: 20px;
  max-width: 770px;
  margin: 0 auto;
}

.contact_form .form_address {
  margin: 35px 0 0;
  display: flex;
  justify-content: space-between;
}

.form_address .form_wrapper {
  background: #fff;
  padding: 32px;
}

.form_address .form_wrapper h3 {
  font-size: 24px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 30px;
}

.form_address form .form_input {
  margin: 0 0 16px;
}

.form_address form .form_input input,
.form_address form .form_input textarea {
  width: 100%;
  resize: none;
  border: 1px solid var(--dark-n);
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 16px;
  color: #222;
  font-family: 'Poppins';
  font-weight: 400;
}

.contact_form .form_address .left {
  width: 58%;
}

.contact_form .form_address .right {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}

.form_address form .captcha_bg {
  color: #111 !important;
  font-weight: 400 !important;
  font-family: 'Poppins' !important;
  font-size: 16px;
  background: #d7d7d7;
  padding: 3px 7px;
  border-radius: 4px;
}

.form_address form .captcha_bg span {
  color: #111;
  font-size: inherit !important;
}

.contact_form .form_address .address_info {
  max-width: 350px;
}

.contact_form .form_address .address_info h4 {
  color: #00B1C9;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.4;
}

.contact_form .form_address .address_info a {
  font-family: inherit;
  text-decoration: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.landing_Footer {
  padding: 50px 0;
}

.landing_Footer .row {
  justify-content: center;
}

.footer_menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 40px;
}

.footer_menu li a {

  font-size: 14px;
  text-decoration: none;
}

/* ------------------ page style ends here ----------------- */



/* Hamburger hidden on desktop */
.menu-toggle {
  display: none;
}

/* Offcanvas base */
.offcanvas-menu {
  position: fixed;
  top: 0;
  left: -260px;
  width: 260px;
  height: 100%;
  background: #111;
  padding: 20px;
  transition: left 0.3s ease;
  z-index: 1001;
}

.offcanvas-menu ul {
  list-style: none;
  padding: 0;
}

.offcanvas-menu a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #ffffff1f;
}

/* Close button */
.close-menu {
  background: none;
  color: #fff;
  font-size: 28px;
  border: none;
  cursor: pointer;
  margin: 0 0 40px auto;
  display: block;
}

/* Overlay */
.menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

/* Active states */
.offcanvas-menu.active {
  left: 0;
}

.menu-overlay.active {
  display: block;
}


/* ------- responsive style starts here ------ */
@media (min-width: 1025px) and (max-width: 1366px) {
  .hero_banner {
    padding: 9rem 0 12rem 0;
  }

  .next_festivals {
    padding: 90px 0 90px;
  }

  .next_festivals .card_row .single_card {
    padding: 8px 8px 20px;
  }


  .exp_row .colm {
    width: calc(50% - 10px);
  }

  .exp_row .exp_grid {
    gap: 20px;
  }

  .custom_Root h2 {
    font-size: 38px;
    line-height: 1.2;
  }

  .vendor_row h3 {
    font-size: 22px;
  }

  .contact_form p {
    font-size: 16px;
  }
}


@media (min-width: 768px) and (max-width: 1024px) {
  .lower_header .menu_new .inner {
    gap: 70px;
  }

  .lower_header .menu_new {
    padding: 0 0;
  }

  .hero_banner {
    padding: 9rem 0 9rem 0;
  }

  .hero_banner h1 {
    font-size: 56px;
  }

  .hero_banner p {
    font-size: 18px;
  }

  .custom_Root a.btn,
  .custom_Root input[type="submit"],
  .newsletter .blue_box form .form_field_submit input[type="submit"] {
    font-size: 16px;
    padding: 12px 22px;
  }

  .intro_with_btn .left_colm {
    width: 70%;
  }

  .next_festivals {
    padding: 80px 0 100px;
  }

  .custom_Root h2 {
    font-size: 32px;
  }

  .next_festivals .card_row .single_card {
    width: calc(100% / 2 - 15px);
  }

  .next_festivals .card_row {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }

  .the_experience {
    padding: 35px 0 45px;
  }

  .exp_row .colm {
    width: 100%;
  }

  .exp_row {
    flex-wrap: wrap;
    row-gap: 40px;
  }

  .vendor_row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
  }

  .vendor_row .single_vendor {
    width: calc(100% / 2 - 14px);
  }

  .about_soccer .row {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .about_soccer .colm {
    width: 100%;
  }

  .about_soccer .right img {
    max-width: 720px;
    margin: 0 auto;
  }

  .newsletter .blue_box {
    padding: 25px 18px;
    flex-direction: column;
    max-width: 740px;
    margin: 0 auto;
  }

  .newsletter h3 {
    font-size: 27px;
  }

  .newsletter .blue_box .colm {
    width: 100%;
    text-align: center;
    max-width: 570px;
  }

  .newsletter p {
    margin: 0 auto;
  }

  .contact_form {
    padding: 34px 0 50px;
  }

  .contact_form p {
    font-size: 15px;
  }

  .form_address .form_wrapper {
    padding: 20px 20px;
  }

  .landing_Footer {
    padding: 30px 0;
  }

  .form_address form .form_input input,
  .form_address form .form_input textarea {
    font-size: 14px;
  }

  .form_address .form_wrapper h3 {
    margin: 0 0 20px;
  }

  .newsletter .blue_box form .form_field input {
    font-size: 14px;
  }

  .lower_header .main_logo_wrapper {
    max-width: 160px;
  }

  .custom_Root img {
    width: 100%;
  }
}


@media (max-width: 767px) {
  .form_address form .captcha_bg {
    font-size: 14px;
  }

  .lower_header .menu_new {
    display: none;
  }

  .menu-toggle {
    display: flex;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
  }

  .lower_header .inner_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .lower_header .main_logo_wrapper {
    position: unset;
    max-width: 100px;
    margin: 0;
  }

  .lower_header {
    padding: 10px 0;
  }

  .lower_header .inner_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .lower_header .main_logo_wrapper {
    position: unset;
    max-width: 100px;
    margin: 0;
  }

  .lower_header {
    padding: 10px 0;
  }

  .hero_banner {
    padding: 8rem 0 8rem 0;
  }

  .hero_banner h1 {
    font-size: 38px;
  }

  .hero_banner p {
    font-size: 17px !important;
  }

  .custom_Root a.btn,
  .custom_Root input[type="submit"] {
    font-size: 14px;
    padding: 12px 18px;
  }

  .next_festivals {
    padding: 50px 0 90px;
  }

  .custom_Root h2 {
    font-size: 24px;
    margin: 0 0 10px;
  }

  .intro_with_btn {
    flex-flow: column;
    gap: 16px;
  }

  .custom_Root span,
  .custom_Root p {
    font-size: 14px;
  }

  .next_festivals .card_row {
    flex-wrap: wrap;
    gap: 20px;
  }

  .next_festivals .card_row .single_card {
    width: 100%;
    padding: 8px 8px 16px;
  }

  .next_festivals .info_stack {
    margin: 10px 0;
  }

  .gray_divider::before {
    background-size: 100%;
    transform: translateY(-98%);
  }

  .the_experience {
    padding: 36px 0 40px;
  }

  .exp_row {
    flex-direction: column;
    gap: 20px;
  }

  .exp_row .colm {
    width: 100%;
  }

  .exp_row .exp_grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
  }

  .exp_row .exp_featured img {
    min-height: 290px;
    object-fit: cover;
  }

  .vendors {
    padding: 40px 0 60px;
  }

  .vendor_row {
    flex-flow: column;
    gap: 24px;
  }

  .vendor_row .single_vendor {
    width: 100%;
  }

  .vendor_row h3 {
    font-size: 22px;
    margin: 0px 0 8px;
  }

  .about_soccer .colm {
    width: 100%;
  }

  .about_soccer .quote_title .img_wrapper {
    min-width: 34px;
  }

  .about_soccer .quote_title .img_wrapper img {
    width: 100%;
  }

  .about_soccer .quote_title {
    margin: 0 0 8px;
    gap: 20px;
  }

  .newsletter {
    padding: 40px 0 60px;
  }

  .newsletter .blue_box {
    padding: 24px 17px;
    flex-flow: column;
    gap: 20px;
  }

  .newsletter .blue_box .colm {
    width: 100%;
  }

  .newsletter h3 {
    font-size: 24px;
  }

  .newsletter .blue_box form {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .newsletter .blue_box form .form_field_submit {
    max-width: 100%;
  }

  .newsletter .blue_box form .form_field_submit input[type="submit"] {
    font-size: 14px;
    padding: 12px 18px;
    width: 100%;
    height: 45px;
  }

  .newsletter .blue_box form .form_field input {
    font-size: 13px;
    padding: 12px 10px;
  }

  .contact_form {
    padding: 34px 0 40px;
  }

  .contact_form .form_address {
    margin: 25px 0 0;
    flex-direction: column;
    gap: 30px;
  }

  .contact_form .form_address .colm {
    width: 100%;
  }

  .form_address .form_wrapper {
    padding: 20px 12px;
  }

  .form_address .form_wrapper h3 {
    font-size: 22px;
    margin: 0 0 18px;
  }

  .form_address form .form_input input,
  .form_address form .form_input textarea {
    font-size: 13px !important;
    padding: 12px 10px;
  }

  .landing_Footer .row {
    align-items: center;
    flex-direction: column;
    gap: 16px;
  }

  .landing_Footer {
    padding: 30px 0;
  }

  .upper_header .icon_list {
    gap: 20px;
  }

  .about_soccer .row {
    flex-direction: column-reverse;
    gap: 24px;
  }
}

/* ------- responsive style ends here ------ */