/*

Theme Name: ele-entertainments

Theme URI: http://www.ele-entertainments.com

Author: ele-entertainments

Author URI: http://www.ele-entertainments.com

Description: Simple and Responsive Wordpress theme.

*/

@font-face {
  font-family: "stolzl-light";
  src: url("fonts/stolzl_light.otf");
}

@font-face {
  font-family: "stolzl-book";
  src: url("fonts/stolzl_book.otf");
}

@font-face {
  font-family: "stolzl-Regular";
  src: url("fonts/stolzl_regular.otf");
}

@font-face {
  font-family: "stolzl-Medium";
  src: url("fonts/stolzl_medium.otf");
}

@font-face {
  font-family: "stolzl-Bold";
  src: url("fonts/stolzl_bold.otf");
}

@font-face {
  font-family: "stolzl-thin";
  src: url("fonts/stolzl_thin.otf");
}

/* -- style for common -- */

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "stolzl-Regular";
  padding-top: 120px;
}

p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  color: var(--black);
  font-family: "stolzl-Regular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: var(--black);
}

a,
input,
textarea,
button,
select {
  outline: none;
}

a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  color: var(--black);
  text-decoration: none;
}

input,
textarea,
button,
select,
label,
a,
span,
img {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  box-shadow: none !important;
}

.container {
  width: 100%;
  max-width: 1200px;
}

ul,
ol {
  text-decoration: none;
  padding: 0;
  margin: 0;
}

a {
  color: var(--black);
  text-decoration: none;
}

/* Common Style */

:root {
  --primary: #fa1d0a;
  --black: #000;
  --white: #fff;
}

.common-btn {
  height: 60px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  background: var(--primary);
  color: var(--white) !important;
  width: fit-content;
  cursor: pointer;
  letter-spacing: 2.55px;
  overflow: hidden;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
}

.common-btn:hover {
  background: #011786 !important;
  box-shadow: 0 0 20px 5px #01178659 !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.common-btn:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: sh02 0.5s 0s linear;
}

.common-btn::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.common-btn:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}

.common-btn a {
  color: var(--white) !important;
  font-size: 15px !important;
}

.common-container {
  padding: 0 160px;
  margin: auto;
  max-width: 1920px;
  width: 100%;
}

.wide-container {
  padding: 0 80px;
}

.padding-100 {
  padding-top: 100px;
  width: 100%;
}

.padding-50 {
  padding-top: 50px;
  width: 100%;
}

/* Header Section */

header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  border-bottom: 1px solid #ffffff26;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

.page-template-template-home .header {
  background: transparent;
}

header.header.hide {
  transform: translateY(-120px);
}

header.scrolled {
  background-color: var(--white) !important;
}

.header-section {
  display: flex;
  justify-content: space-between;
  background: transparent;
  height: 120px;
  align-items: center;
}

#main-menu {
  display: flex;
  align-items: center;
  gap: 70px;
}

#main-menu li a {
  color: #000;
  font-size: 16px;
}

.header_nav_img {
  height: 90px;
}

.mobile-show {
  display: none !important;
}

.hambuger-menu-sec {
  display: none;
}

.menu-nav-icon {
  display: flex;
  flex-direction: column;
  width: 45px;
  cursor: pointer;
  align-items: flex-end;
  cursor: pointer;
}

.menu-nav-icon span {
  background: var(--black);
  border-radius: 10px;
  height: 4px;
  margin: 4px 0;
  transition: all 0.3s ease-in-out;
}

.menu-nav-icon:hover span {
  width: 100% !important;
}

.menu-nav-icon span:nth-of-type(1) {
  width: 50%;
}

.menu-nav-icon span:nth-of-type(2) {
  width: 100%;
}

.menu-nav-icon span:nth-of-type(3) {
  width: 75%;
}

.menu-close-sec {
  display: none;
}

/* Homepage Section */

.hero-section {
  position: relative;
  width: 100%;
  height: 110vh;
  overflow: hidden;
  background: linear-gradient(
    270deg,
    rgba(12, 55, 90, 0) 0%,
    rgb(0 0 0 / 60%) 87.5%
  );
}

.hero-section video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-section .common-container {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 240px;
}

.hero-title {
  font-size: 56px;
  color: #fff;
  line-height: 66px;
}

.sub-title {
  font-size: 16px;
  position: relative;
  margin-bottom: 10px;
  color: #fff;
}

.hero-content p {
  font-size: 24px;
  color: #fff;
  line-height: 38px;
  margin-top: 18px;
  margin-bottom: 20px;
}

.hero-content {
  width: 74%;
}

.about-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.about-img {
  width: 50%;
}

.about-content h2 {
  font-size: 64px;
  line-height: 74px;
  margin-bottom: 15px;
}

.about-content p {
  font-family: "stolzl-book";
  color: #5a5a59;
  margin-bottom: 12px;
}

.about-content .common-btn {
  margin-top: 25px;
}

.about-img {
  width: 50%;
  min-height: 550px;
  display: grid;
  justify-content: flex-start;
  position: relative;
}

.about-img div {
  box-shadow: 0px 4px 24px 0px #0000000f;
  border-radius: 40px;
  height: fit-content;
  padding: 16px 16px 32px;
  background: #fff;
}

.about-img div img {
  border-radius: 32px;
  min-width: 400px;
}

.about-img2 {
  position: absolute;
  bottom: 10%;
  right: 15%;
  transform: rotate(26deg);
}

.about-content {
  width: 50%;
  position: relative;
}

.about-head-image {
  position: absolute;
  left: -10%;
  top: -10%;
}

.team-quotes-sec {
  display: flex;
  justify-content: space-around;
  gap: 100px;
}

.team-quotes-content {
  max-width: 854px;
}

.team-quotes-content p {
  font-size: 44px;
  line-height: 56px;
}

.team-quotes-content aside {
  text-align: end;
  margin-top: 20px;
  font-size: 16px;
}

.common-btn.team-quotes-btn {
  height: 236px;
  width: 236px;
  border-radius: 50%;
  border: none;
  font-size: 24px;
  font-family: "stolzl-Medium";
}

.founder-left-sec {
  min-width: 400px;
  max-width: 400px;
}

.founder-left-sec img {
  height: 600px;
  object-fit: cover;
  border-radius: 30px;
}

.founder-sec {
  display: flex;
  justify-content: center;
  gap: 120px;
  align-items: center;
  margin-top: 70px;
}

.founder-right-sec h2 {
  font-size: 48px;
  line-height: 58px;
}

.founder-right-sec aside {
  font-size: 24px;
  margin: 12px 0 30px;
  color: var(--primary);
}

.founder-right-sec p {
  font-size: 24px;
  font-family: "stolzl-book";
  line-height: 40px;
  margin-bottom: 10px;
}

.founder-right-sec {
  max-width: 980px;
}

.upcoming-owl-carousel .owl-item {
  min-height: 300px; /* required */
}

.upcoming-owl-carousel .item {
  height: 100%;
}

.owl-nav span {
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: transparent;
  transition: all 0.3s ease-in-out;
}

.owl-next span {
  background: url("./images/right-arrow.svg") no-repeat center center;
  background-size: contain;
}

.owl-prev span {
  background: url("./images/left-arrow.svg") no-repeat center center;
  background-size: contain;
}

.owl-theme .owl-nav {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  gap: 35px;
}
.owl-theme .owl-nav button {
  transition: all 0.3s ease-in-out;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #ffffff;
}

.owl-theme .owl-nav button:hover {
  transform: scale(1.1);
}

.events-card img {
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}

.upcoming-events-card {
  display: flex;
  gap: 20px;
  padding: 15px;
  box-shadow: 0px 0px 60px 0px #0000000f;
  border-radius: 24px;
}

.upcoming-events-card img {
  width: 180px !important;
  height: 220px;
  min-width: 180px;
  object-fit: cover;
  border-radius: 16px;
}

.upcoming-events-content h3 {
  font-size: 24px;
}

.upcoming-events-content aside {
  font-size: 18px;
  margin: 5px 0;
  font-family: "stolzl-book";
}

.upcoming-events-content p {
  font-family: "stolzl-book";
  color: #5a5a59;
  font-size: 14px;
  line-height: 24px;
}

.upcoming-events-content .common-btn {
  height: 34px;
  padding: 3px 18px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  border-radius: 5px;
}

.upcoming-date-sec {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
}

.event-price {
  width: 58%;
  padding-left: 16px;
  border-left: 1px solid #0000001a;
}

.upcoming-events-content {
  width: 100%;
}

.past-events-sec {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}

.common-head {
  max-width: 750px;
  text-align: center;
  margin: 0 auto 70px;
}

.common-title {
  font-size: 60px;
  line-height: 70px;
}

.common-head p {
  font-size: 20px;
  line-height: 30px;
  color: #5a5a59;
  margin-top: 20px;
  font-family: "stolzl-book";
}

.services-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  padding: 0 10%;
}

.service-item {
  box-shadow: 0px 4px 24px 0px #0000000f;
  border-radius: 30px;
  padding: 16px 16px 50px;
  transition: all 0.3s ease-in-out;
}

.service-item:hover {
  box-shadow: 0px 8px 32px 0px #0000001a;
  transform: translateY(-15px) scale(1.01);
}
.service-image img {
  border-radius: 20px;
  height: 370px;
  width: 100%;
  object-fit: cover;
}

.service-title {
  font-size: 24px;
  line-height: 34px;
}

.service-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5a5a59;
  font-size: 16px;
  line-height: 26px;
  margin: 7px 0 4px;
}

.learn-more-btn {
  background: transparent;
  border: none;
  font-size: 18px;
  color: var(--primary);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 0;
}

.learn-more-btn:hover {
  text-decoration: underline;
}

.service-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary);
  z-index: 9999;
  overflow-y: auto;
  animation: fadeIn 0.3s ease-in-out;
}

.popup-content {
  padding: 30px;
  max-width: 100%;
  position: relative;
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  overflow: auto;
}

.popup-content .service-title {
  display: flex;
  margin: auto;
  color: #fff;
  margin-bottom: 10px;
}

.close-popup {
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
}

.popup-content p {
  max-width: 900px;
  color: #fff;
  font-family: "stolzl-book";
}

.close-popup svg {
  width: 38px;
  height: 38px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.event-partners {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.event-partners img {
  height: 170px;
  width: fit-content;
  object-fit: contain;
}

.nodata-found {
  text-align: center;
  font-size: 20px;
}

.contact-sec {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  gap: 40px;
  margin: 0 auto;
}

.contact-sec h3 {
  font-size: 46px;
  line-height: 56px;
  margin-bottom: 45px;
}

.contact-left-sec {
  width: 50%;
}

.contact-right-sec {
  width: 50%;
}

.contact-left-sec aside {
  display: flex;
  gap: 15px;
  margin-bottom: 60px;
}

.contact-left-sec aside svg {
  width: 38px;
  height: 38px;
}

.contact-left-sec aside a,
.contact-left-sec aside p {
  margin-top: 4px;
  font-size: 26px;
  line-height: 36px;
  font-family: "stolzl-book";
}

.contact-left-sec aside p {
  max-width: 360px;
}

.frm_primary_label {
  font-size: 18px !important;
  color: var(--black) !important;
}

input {
  height: 55px;
  border: 1px solid #00000066 !important;
  border-radius: 10px !important;
  font-size: 16px !important;
}

textarea {
  height: 155px;
  max-height: 155px;
  resize: none;
  border: 1px solid #00000066 !important;
  border-radius: 10px !important;
  font-size: 16px !important;
}

.frm_submit.frm_flex {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.frm_submit.frm_flex button {
  margin: 0 !important;
}

.frm_submit.frm_flex .common-btn {
  height: 60px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px !important;
  background: var(--primary) !important;
  color: var(--white) !important ;
  width: fit-content !important;
  cursor: pointer !important;
  border: none !important;
  border-radius: 10px !important;
  font-size: 15px !important;
}

.frm_submit.frm_flex .common-btn:hover {
  background: #011786 !important;
}

.frm_error {
  color: #dc3545 !important;
}

.stats-section {
  padding: 200px 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-position: top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}

.stats-section::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stats-section aside {
  display: grid;
  text-align: center;
  position: relative;
  z-index: 1;
}

.stats-section aside .counter {
  font-size: 36px;
  color: #fff;
}

.stats-section aside p {
  font-size: 36px;
  color: #fff;
  line-height: 46px;
}

.counter-align {
  display: flex;
  justify-content: center;
}

.events-card h3 {
  font-size: 24px;
  margin-top: 12px;
}

.events-card p {
  font-family: "stolzl-book";
}

.service-item .service-title {
  margin-top: 8px;
}

.footer-menu-sec .footer-right {
  display: flex;
  justify-content: center;
  gap: 30px;
  list-style: none;
  margin: 40px 0 80px;
}

.footer-menu-sec .footer-right a {
  font-size: 16px;
  font-family: "stolzl-book";
}

footer {
  border-top: 1px solid #0000001a;
  padding: 70px 0;
}

.footer-logo {
  display: flex;
  justify-content: center;
}

.footer-logo img {
  height: 130px;
}

.footer-bottom-sec {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.develop-sec,
.copyright-sec {
  font-family: "stolzl-book";
  font-size: 15px;
  line-height: 25px;
}

.alturaitz-link {
  font-family: "stolzl-Medium";
  padding-left: 5px;
  color: var(--primary);
}

.social-media-sec {
  display: flex;
  align-items: center;
  gap: 20px;
}

.social-media-sec svg {
  width: 30px;
  height: 30px;
}

body.nav-visible {
  overflow: hidden;
}

.nav li a,
.footer-right li a {
  position: relative;
  display: block;
  text-decoration: none;
  transition: 0.5s;
}
.nav li a::after,
.footer-right li a::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
.nav li a:hover::after,
.footer-right li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.common-btn a::after {
  display: none;
}

.modula-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}

.modula-tab {
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #1313131a;
  min-width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: "stolzl-book";
}
.modula-tab.active {
  background-color: var(--primary);
  color: #fff;
}

.modula-gallery-sec {
  display: none;
  margin-top: 20px;
}
.modula-gallery-sec.active {
  display: block;
}

.post-edit-link {
  display: none;
}

.modula-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}

.venue-events-partners {
  max-width: 1000px;
  margin: auto;
}

#partner-owl-carousel {
  padding: 0 100px;
}
