@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: HiveFest 2025
    Description: A Library of Responsive Bootstrap5, HTML5, and CSS3 Website Templates
    Author: Pixelcurve
    Author URI: https://thepixelcurve.com/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS	
    02. Middle Top CSS
    02.1. Mini Cart CSS
    02.2. Offcanvas CSS
    03. Hero CSS
    04. Register & Countdown CSS
    05. About CSS
    06. Event Sponsors CSS
    07. Event Schedule CSS
    08. Speaker CSS
    09. Pricing CSS
    10. Gallery CSS 
    11. Testimonial CSS
    11.1 Tickets 2025
    12. Counter CSS
    13. Video CSS
    14. Conference CSS
    15. Features CSS
    16. Topic CSS
    17. Blog CSS
    18. Blog Standard CSS
    19. Blog Details CSS
    20. Speaker Single CSS
    21. Page Banner CSS
    22. Event Single CSS
    23. Event List CSS
    24. Category CSS
    25. Trending CSS
    26. Newsletter CSS
    27. Event Project CSS
    28. Contact CSS
    29. FAQ CSS
    30. Login CSS
    31. Footer CSS
    31.1. Footer Widget CSS


-----------------------------------------------------------------------------------*/
@font-face {
  font-family: "Apple Garamond";
  src: url("webfonts/AppleGaramond-Bold.woff2") format("woff2"), url("webfonts/AppleGaramond-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Apple Garamond";
  src: url("webfonts/AppleGaramond.woff2") format("woff2"), url("webfonts/AppleGaramond.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Google Font --*/
/* @import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,400i,500,500i,600,600i,700,700i,800,800i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|family=Archivo:wght@300;400;500;600;700&display=swap'); */
/* Standard and WebKit browsers */
::selection {
  background: #E31337; /* your $primary color */
  color: #F5DEB3; /* text color on selection */
}

/* Firefox */
::-moz-selection {
  background: #014034;
  color: #ffffff;
}

/*-- Common Style --*/
*, *::after, *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.super {
  font-size: 0.5em;
  vertical-align: super;
  font-weight: bold;
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  font-family: "Noto-Sans", "Inter", sans-serif;
  color: #004D40;
  outline: none;
  visibility: visible;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
  color: "";
  max-width: 100%;
}
body[dir=rtl] {
  text-align: right;
}

/* Enable selection only for text-containing elements */
p, h1, h2, h3, h4, h5, h6, span, strong, em, a, blockquote {
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto-Sans", sans-serif;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

h1 {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: underline;
  cursor: pointer;
}

a, button, img, input {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  outline: 0;
}
a:focus, button:focus, img:focus, input:focus {
  outline: 0;
}

a:focus {
  color: none;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #0A473F;
}

ul, ol {
  padding: 0;
  list-style: none;
  margin: 0;
}

button, input[type=submit] {
  cursor: pointer;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

/*-- Common Classes --*/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
/*--Tab Content & Pane Fix--*/
.tab-content {
  width: 100%;
}
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/*--Section Spacing--*/
.section-padding {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 1199px) {
  .section-padding {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-padding-02 {
  padding-top: 0px;
}
@media only screen and (max-width: 1199px) {
  .section-padding-02 {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding-02 {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-02 {
    padding-top: 0px;
  }
}

/*--Custom Container--*/
@media only screen and (min-width: 1600px) {
  .custom-container {
    max-width: 1920px;
    padding: 0 70px;
  }
}

/*--Off Canvas Overlay--*/
.off-canvas-overlay {
  background-color: #000000;
  width: 100vw;
  height: 100vh;
  left: 0;
  opacity: 0.4;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  z-index: 93;
}

/*-- HiveFest written*/
.hivefest-hive {
  font-family: "RidleyGrotesk-Black";
  font-weight: bold;
}

.hivefest-fest {
  font-family: "RidleyGrotesk";
  font-weight: bold;
}

.hivefestlogotext {
  color: #ffffff !important;
  letter-spacing: 0.2em;
}

.spansubtitle {
  font-size: 0.3em;
  font-weight: 700;
  mix-blend-mode: difference;
}

.h2subtitle {
  line-height: 0.1em;
  margin-top: -0.65em;
  mix-blend-mode: difference;
  font-family: "Montserrat", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif !important;
  text-shadow: 0px 0px 15px rgba(218, 20, 20, 0.75);
}

/*--Section Title--*/
.meeta-section-title {
  margin-bottom: 55px;
}
.meeta-section-title .sub-title {
  font-size: 18px;
  font-weight: 700;
  color: #0A473F;
  margin-bottom: 5px;
}
.meeta-section-title .main-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .meeta-section-title .main-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .meeta-section-title .main-title {
    font-size: 28px;
  }
}

.meeta-section-title-2 {
  margin-bottom: 55px;
}
.meeta-section-title-2 .sub-title {
  font-size: 18px;
  font-family: "Apple Garamond", serif;
  font-weight: 600;
  color: #0A473F;
  margin-bottom: 5px;
}
.meeta-section-title-2 .main-title {
  font-size: 54px;
  line-height: 60px;
  font-family: "Apple Garamond", serif;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .meeta-section-title-2 .main-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .meeta-section-title-2 .main-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .meeta-section-title-2 .main-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.section-title-3 .main-title {
  font-size: 40px;
  line-height: 52px;
  font-family: "Apple Garamond", serif;
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .section-title-3 .main-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.section-title-4 .main-title {
  font-size: 48px;
  line-height: 60px;
  font-family: "Apple Garamond", serif;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .section-title-4 .main-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title-4 .main-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.section-title-4 .main-title .title-shape-1 {
  position: relative;
  z-index: 1;
}
.section-title-4 .main-title .title-shape-1::before {
  position: absolute;
  left: 35px;
  bottom: -60px;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/shape/title-shape.png);
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .section-title-4 .main-title .title-shape-1::before {
    left: 10px;
    bottom: -40px;
  }
}
.section-title-4 .main-title .title-shape-2 {
  position: relative;
  z-index: 1;
}
.section-title-4 .main-title .title-shape-2::before {
  position: absolute;
  left: 15px;
  bottom: -50px;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/shape/title-shape-2.png);
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .section-title-4 .main-title .title-shape-2::before {
    left: 10px;
    bottom: -40px;
  }
}

.color-1 {
  background: #00acee;
}

.color-2 {
  background: #f9d464;
}

.color-3 {
  background: #554bb9;
}

.color-4 {
  background: #fc097c;
}

/*--Swiper Pagination--*/
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #ffffff;
  width: 13px;
  height: 13px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #5abaf7;
}

/*--Swiper Bullet--*/
.slider-bullet .swiper-pagination {
  position: relative;
  margin-top: 50px;
}
.slider-bullet .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-repeat: 50%;
  background: #e1e1e1;
}
.slider-bullet .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0A473F;
}

.meeta-pagination .pagination .page-item {
  margin: 0 3px;
}
.meeta-pagination .pagination .page-item .page-link {
  width: 35px;
  height: 35px;
  padding: 0;
  line-height: 33px;
  font-size: 16px;
  font-family: "Noto-Sans", "Inter", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  border: 0;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.meeta-pagination .pagination .page-item .page-link:focus {
  box-shadow: none;
}
.meeta-pagination .pagination .page-item .page-link:hover {
  background: #0A473F;
  color: #ffffff;
}
.meeta-pagination .pagination .page-item .page-link i {
  font-size: 13px;
  color: #919191;
}
.meeta-pagination .pagination .page-item.active .page-link {
  background: #0A473F;
  color: #ffffff;
}

/*--  Preloader Styles  --*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0A473F;
  z-index: 9999;
}
#preloader .preloader {
  width: 300px;
  height: 100px;
  padding: 0px;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
#preloader .preloader img {
  width: 100%;
  height: 100%;
}
#preloader .preloader p {
  color: #F5DEB3;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
}

@keyframes preloader {
  0% {
    transform: scale(0.3, 0.3);
    opacity: 0.8;
  }
  100% {
    transform: scale(0.8, 0.8);
    opacity: 0.1;
  }
}
.text-shadows {
  text-shadow: 3px 3px 0 #ef8436, 6px 6px 0 #E31337, 9px 9px #ef8436, 12px 12px 0 #E31337;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  color: #0A473F;
  animation: shadows 1.2s ease-in infinite;
  letter-spacing: 0.4rem;
}

@keyframes shadows {
  0% {
    text-shadow: none;
  }
  10% {
    transform: translate(-3px, -3px);
    text-shadow: 3px 3px 0 #F5DEB3;
  }
  20% {
    transform: translate(-6px, -6px);
    text-shadow: 3px 3px 0 #F5DEB3, 6px 6px 0 #ef8436;
  }
  30% {
    transform: translate(-9px, -9px);
    text-shadow: 3px 3px 0 #F5DEB3, 6px 6px 0 #ef8436, 9px 9px #FFC107;
  }
  40% {
    transform: translate(-12px, -12px);
    text-shadow: 3px 3px 0 #F5DEB3, 6px 6px 0 #ef8436, 9px 9px #FFC107, 12px 12px 0 #001c10;
  }
  50% {
    transform: translate(-12px, -12px);
    text-shadow: 3px 3px 0 #F5DEB3, 6px 6px 0 #ef8436, 9px 9px #FFC107, 12px 12px 0 #001c10;
  }
  60% {
    text-shadow: 3px 3px 0 #F5DEB3, 6px 6px 0 #ef8436, 9px 9px #FFC107, 12px 12px 0 #001c10;
  }
  70% {
    text-shadow: 3px 3px 0 #F5DEB3, 6px 6px 0 #ef8436, 9px 9px #FFC107;
  }
  80% {
    text-shadow: 3px 3px 0 #F5DEB3, 6px 6px 0 #ef8436;
  }
  90% {
    text-shadow: 3px 3px 0 #F5DEB3;
  }
  100% {
    text-shadow: none;
  }
}
.wave-text span {
  display: inline-block;
  font-size: 0.8rem;
  font-family: sans-serif;
  animation: wave 0.75s ease-in-out infinite;
}

.wave-text span:nth-child(1) {
  animation-delay: 0s;
}

.wave-text span:nth-child(2) {
  animation-delay: 0.1s;
}

.wave-text span:nth-child(3) {
  animation-delay: 0.2s;
}

.wave-text span:nth-child(4) {
  animation-delay: 0.3s;
}

.wave-text span:nth-child(5) {
  animation-delay: 0.4s;
}

.wave-text span:nth-child(6) {
  animation-delay: 0.5s;
}

.wave-text span:nth-child(7) {
  animation-delay: 0.6s;
}

.wave-text span:nth-child(8) {
  animation-delay: 0.7s;
}

.wave-text span:nth-child(9) {
  animation-delay: 0.8s;
}

.wave-text span:nth-child(10) {
  animation-delay: 0.9s;
}

.wave-text span:nth-child(11) {
  animation-delay: 1s;
}

.wave-text span:nth-child(12) {
  animation-delay: 1.1s;
}

.wave-text span:nth-child(13) {
  animation-delay: 1.2s;
}

@keyframes wave {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
/*----------------------------------------*/
/*  02. Elements CSS
/*----------------------------------------*/
/*--
/*  2.2 - Button CSS (Updated Jungle Style)
/*----------------------------------------*/
.btn-margin {
  margin-top: 40px;
}

.btn, .btn-2, .btn-primary {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border-color: transparent;
  color: #004D40;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Apple Garamond", serif;
  height: 50px;
  line-height: 50px;
  padding: 0px 35px;
  border-width: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.4s ease;
  cursor: pointer;
  z-index: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 575px) {
  .btn, .btn-2, .btn-primary {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
}
.btn.btn-3, .btn-3.btn-2, .btn-3.btn-primary {
  font-family: "Noto-Sans", sans-serif;
}
.btn::before, .btn-2::before, .btn-primary::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transition: transform 0.6s ease;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.btn:focus, .btn-2:focus, .btn-primary:focus, .btn:focus:active {
  box-shadow: none;
}
.btn:hover, .btn-2:hover, .btn-primary:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.btn:hover::before, .btn-2:hover::before, .btn-primary:hover::before {
  width: 400px;
  height: 400px;
  transform: translate(-50%, -50%) scale(1);
}

.btn-2, .btn-primary {
  background-color: #0A473F;
  color: #ffffff;
}
.btn-2::before, .btn-primary::before {
  background-color: rgba(255, 255, 255, 0.15);
}
.btn-2:hover, .btn-primary:hover {
  color: #ffffff;
  background-color: #07312b;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-color: #a07800;
  border-color: #816100;
  color: #F5DEB3;
}

.btn-secondary {
  background-color: #ef8436;
  color: #ffffff;
}

.btn-success {
  background-color: #4CAF50;
  color: #ffffff;
}

.btn-danger {
  background-color: #E31337;
  color: #ffffff;
}

.btn-warning {
  background-color: #FFC107;
  color: #FFFFFF;
}

.btn-info {
  background-color: #008080;
  color: #ffffff;
}

.btn-light {
  background-color: #F5DEB3;
  color: #FFFFFF;
}

.btn-dark {
  background-color: #001c10;
  color: #ffffff;
}

.btn-white {
  background-color: #ffffff;
  color: #FFFFFF;
}

.btn-heading-color {
  background-color: #FFFFFF;
  color: #ffffff;
}

[class*=btn-outline-] {
  border: 2px solid;
  border-radius: 12px;
  line-height: 46px;
}
@media only screen and (max-width: 575px) {
  [class*=btn-outline-] {
    line-height: 41px;
  }
}

.btn-outline-primary {
  border-color: #0A473F;
  color: #0A473F;
}

.btn-outline-secondary {
  border-color: #ef8436;
  color: #ef8436;
}

.btn-outline-success {
  border-color: #4CAF50;
  color: #4CAF50;
}

.btn-outline-danger {
  border-color: #E31337;
  color: #E31337;
}

.btn-outline-warning {
  border-color: #FFC107;
  color: #FFC107;
}

.btn-outline-info {
  border-color: #008080;
  color: #008080;
}

.btn-outline-light {
  border-color: #F5DEB3;
  color: #F5DEB3;
}

.btn-outline-dark {
  border-color: #001c10;
  color: #001c10;
}

.btn-outline-white {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-outline-heading-color {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.btn-outline-primary:hover {
  background-color: #0A473F;
  color: #ffffff;
}

.btn-outline-secondary:hover {
  background-color: #ef8436;
  color: #ffffff;
}

.btn-outline-success:hover {
  background-color: #4CAF50;
  color: #ffffff;
}

.btn-outline-danger:hover {
  background-color: #E31337;
  color: #ffffff;
}

.btn-outline-warning:hover {
  background-color: #FFC107;
  color: #FFFFFF;
}

.btn-outline-info:hover {
  background-color: #008080;
  color: #ffffff;
}

.btn-outline-light:hover {
  background-color: #F5DEB3;
  color: #FFFFFF;
}

.btn-outline-dark:hover {
  background-color: #001c10;
  color: #ffffff;
}

.btn-outline-white:hover {
  background-color: #ffffff;
  color: #FFFFFF;
}

.btn-outline-heading-color:hover {
  background-color: #FFFFFF;
  color: #ffffff;
}

/*--
/*  2.2 - Form CSS
/*----------------------------------------*/
label {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
}

input[type=radio] {
  accent-color: #E31337; /* Green / Tailwind Emerald */
}

.ticketpayopt input[type=radio]:checked + span {
  font-weight: bold;
}

/*--
/*  2.2 - Form CSS
/*----------------------------------------*/
.hivelogo {
  /* Ensure the span behaves like an inline block */
  display: inline-block;
  /* Add some padding to the right of the span to create space between the text and the logo */
  /* Ensure the line height matches the font size */
  line-height: 1em;
  /* Vertically align the text with the middle of the line */
  position: relative;
}
.hivelogo::before {
  /* Add the logo as a background image */
  content: "";
  display: inline-block;
  background-image: url("../images/hivelogo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  /* Set the logo size to match the line height */
  width: 0.75em;
  height: 0.6em;
  /* Position the logo to the left of the text */
  /* Vertically align the logo with the middle of the line */
  vertical-align: baseline;
  margin-right: 0em;
}

/*----------------------------------------*/
/*  03. Header CSS
/*----------------------------------------*/
/*--
/*  02 - Middle Top CSS
/*----------------------------------------*/
.meeta-header-section {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 91;
}
.meeta-header-section .header-middle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .meeta-header-section .header-middle {
    padding: 20px 0;
  }
}

.header-meta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 1399px) {
  .header-meta {
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .header-meta {
    gap: 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .header-meta .header-btn .btn, .header-meta .header-btn .btn-2, .header-meta .header-btn .btn-primary {
    padding: 0 20px;
  }
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 1399px), only screen and (max-width: 1199px) {
  .header-actions {
    gap: 30px;
  }
}
.header-actions > * {
  position: relative;
}
.header-actions > *::before {
  width: 1px;
  height: 22px;
  background-color: #ffffff;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  opacity: 0.4;
}
@media only screen and (max-width: 1399px), only screen and (max-width: 1199px) {
  .header-actions > *::before {
    left: -15px;
  }
}
.header-actions > *:first-child::before {
  display: none;
}

.header-action button {
  font-family: "Noto-Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background-color: transparent;
  border: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.header-action button .action-text {
  margin-right: 5px;
}
@media only screen and (max-width: 1199px) {
  .header-action button .action-text {
    display: none;
  }
}
.header-action button .count {
  font-size: 12px;
  font-family: "Noto-Sans", "Inter", sans-serif;
  color: #ffffff;
  background-color: #0A473F;
  display: inline-block;
  padding: 0px 7px;
  border-radius: 50%;
  position: absolute;
  right: -12px;
  top: -5px;
}

.header-navigation .main-menu {
  display: flex;
  justify-content: center;
}
.header-navigation .main-menu li {
  position: relative;
  white-space: nowrap;
}
.header-navigation .main-menu li a {
  font-family: "Apple Garamond", serif;
  font-size: 16px;
  font-weight: 600;
  color: #F5FBEF;
  letter-spacing: 0.5px;
  padding: 36px 20px;
  display: block;
  transition: all 0.3s ease;
}
.header-navigation .main-menu li.active-menu > a, .header-navigation .main-menu li:hover > a {
  color: #FBCB75;
}
.header-navigation .main-menu li.menu-item-has-children > a::after {
  color: #F5FBEF;
  transition: color 0.3s ease;
}
.header-navigation .main-menu li:hover > a::after {
  color: #FBCB75;
}
.header-navigation .main-menu li > .sub-menu {
  opacity: 0;
  visibility: hidden;
  top: 110%;
  transition: all 0.3s ease;
}
.header-navigation .main-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-navigation .sub-menu {
  position: absolute;
  top: calc(110% + 2px);
  left: 0;
  width: 220px;
  background-color: #0A473F;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  padding: 12px 0;
  border-radius: 8px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
  transition: all 0.3s ease;
}
.header-navigation .sub-menu li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-family: "Apple Garamond", serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header-navigation .sub-menu li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0A473F;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.header-navigation .sub-menu li a.active, .header-navigation .sub-menu li a:hover {
  padding-left: 30px;
  background-color: #E98F2D;
}
.header-navigation .sub-menu li a.active::before, .header-navigation .sub-menu li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.header-navigation .sub-menu li .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 10px;
}
.header-navigation .sub-menu li:hover > .sub-menu {
  top: -20px;
}

.header-logo a {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-logo .logo-sticky {
  opacity: 0;
  height: 30px;
  width: auto;
  max-height: 100%;
  transform: translateY(0px);
  transition: opacity 0.2s ease 0.1s, transform 0.1s ease 0.2s;
}

.header-sticky.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 91;
  background-color: #0A473F;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  animation: sticky 0.1s ease;
}
.header-sticky.sticky:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
  background-size: auto;
  background-repeat: repeat-x;
  z-index: 92;
}
.header-sticky.sticky .header-logo .logo-sticky {
  transform: translateY(0px);
  opacity: 1;
}

.header-search .search-btn {
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header-search .search-btn:hover {
  color: #0A473F;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background: rgba(5, 65, 218, 0.6);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-inner .search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.search-wrap .search-inner .search-close:hover {
  transform: rotate(90deg);
  color: #0A473F;
}
.search-wrap .search-inner .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-inner .search-cell .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .search-wrap .search-inner .search-cell .search-field-holder {
    width: 60%;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder {
    width: 80%;
  }
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  font-weight: 400;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  text-align: center;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
    padding: 0 35px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
    font-size: 16px;
    padding: 0 15px;
  }
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input:focus {
  border-bottom: 2px solid #0A473F;
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 14px;
  }
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 14px;
  }
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 14px;
  }
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 14px;
  }
}

.header-toggle button {
  background: #0A473F;
  border: 0;
  padding: 0;
}
.header-toggle button span {
  width: 25px;
  height: 2px;
  background: #F5DEB3;
  margin: 5px 0;
  display: block;
}
.header-toggle button span:last-child {
  margin-bottom: 0;
}

.meeta-header-2 .header-middle {
  border-bottom: 0;
}
.meeta-header-2 .header-middle .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.meeta-header-2 .header-middle .header-wrap .header-navigation {
  margin-left: auto;
}
.meeta-header-2 .header-middle .header-wrap .header-navigation .main-menu li a {
  font-family: "Apple Garamond", serif;
  text-decoration: none;
  text-shadow: 1px 4px 4px #E31337;
  font-size: 1.2em;
}
.meeta-header-2 .header-middle .header-wrap .header-navigation .sub-menu li a {
  font-weight: 600;
}
.meeta-header-2 .header-middle .header-wrap .header-navigation .sub-menu li:hover > a {
  color: #0A473F;
}
.meeta-header-2 .header-middle .header-wrap .header-meta .header-btn {
  margin-left: 20px;
}
.header-logo-3 .logo-white {
  display: none;
}

.meeta-header-3 {
  background: #ffffff;
}
.meeta-header-3 .header-middle.sticky .header-wrap .header-logo-3 .logo-black {
  display: none;
}
.meeta-header-3 .header-middle.sticky .header-wrap .header-logo-3 .logo-white {
  display: block;
}
.meeta-header-3 .header-middle.sticky .header-wrap .header-navigation {
  margin-left: auto;
}
.meeta-header-3 .header-middle.sticky .header-wrap .header-navigation .main-menu > li > a {
  color: #ffffff;
}
.meeta-header-3 .header-middle.sticky .header-wrap .header-navigation .main-menu > li.menu-item-has-children > a::after {
  color: #ffffff;
}
.meeta-header-3 .header-middle .header-wrap .header-navigation {
  margin-left: auto;
}
.meeta-header-3 .header-middle .header-wrap .header-navigation .main-menu li a {
  color: #FFFFFF;
}
.meeta-header-3 .header-middle .header-wrap .header-navigation .main-menu li.menu-item-has-children {
  position: relative;
}
.meeta-header-3 .header-middle .header-wrap .header-navigation .main-menu li.menu-item-has-children > a::after {
  color: #FFFFFF;
}
.meeta-header-3 .header-middle .header-wrap .header-navigation .main-menu li:hover > a {
  color: #0A473F;
}
.meeta-header-3 .header-middle .header-wrap .header-navigation .main-menu li:hover.menu-item-has-children > a::after {
  color: #0A473F;
}
.meeta-header-3 .header-middle .header-wrap .header-btn .btn-2, .meeta-header-3 .header-middle .header-wrap .header-btn .btn-primary {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  border-radius: 5px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.meeta-header-4 .header-navigation .main-menu li a {
  font-family: "Apple Garamond", serif;
}
.meeta-header-4 .header-navigation .sub-menu li a {
  font-family: "Apple Garamond", serif;
}
.meeta-header-4 .header-action button {
  font-family: "Apple Garamond", serif;
}
.meeta-header-4 .header-meta .header-btn .btn, .meeta-header-4 .header-meta .header-btn .btn-2, .meeta-header-4 .header-meta .header-btn .btn-primary {
  font-family: "Apple Garamond", serif;
}

.meeta-header-5 {
  background: transparent;
}

/*--
/*  02.1 - Mini Cart CSS
/*----------------------------------------*/
.meeta-mini-cart-box {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 375px;
  min-height: 20%;
  max-height: calc(100% - 30px);
  border-radius: 10px;
  padding: 34px 34px 24px;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  transform: translateX(calc(100% + 20px));
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  scrollbar-width: none;
  background-color: #ffffff;
  z-index: 95;
}
.meeta-mini-cart-box .mini-cart-items .mini-cart-item {
  display: flex;
  position: relative;
  align-items: center;
}
.meeta-mini-cart-box .mini-cart-items .mini-cart-item + .mini-cart-item {
  margin-top: 30px;
}
.meeta-mini-cart-box .mini-cart-items .mini-cart-item .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
}
.meeta-mini-cart-box .mini-cart-items .mini-cart-item .mini-cart-item-image {
  flex-shrink: 0;
}
.meeta-mini-cart-box .mini-cart-items .mini-cart-item .mini-cart-item-image img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.meeta-mini-cart-box .mini-cart-items .mini-cart-item .mini-cart-item-content {
  flex-grow: 1;
  padding: 0 20px;
}
.meeta-mini-cart-box .mini-cart-items .mini-cart-item .mini-cart-title {
  font-size: 15px;
  font-weight: 700;
}
.meeta-mini-cart-box .mini-cart-items .mini-cart-item .mini-cart-quantity {
  font-size: 14px;
  font-weight: 700;
  color: #0A473F;
  margin-top: 5px;
}
.meeta-mini-cart-box .mini-cart-sub-total {
  padding-top: 20px;
}
.meeta-mini-cart-box .mini-cart-sub-total p {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #FFFFFF;
}
.meeta-mini-cart-box .mini-cart-sub-total p strong {
  font-weight: 600;
}
.meeta-mini-cart-box .mini-cart-amount {
  color: #0A473F;
  font-weight: 600;
}
.meeta-mini-cart-box .mini-cart-sub-btn {
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
}
.meeta-mini-cart-box .mini-cart-sub-btn .btn, .meeta-mini-cart-box .mini-cart-sub-btn .btn-2, .meeta-mini-cart-box .mini-cart-sub-btn .btn-primary {
  width: 48%;
}

.off-canvas {
  position: absolute;
  z-index: 95;
}
.off-canvas.show .meeta-mini-cart-box {
  transform: translateX(0);
}

/*# sourceMappingURL=off-canvas-menu.css.map */
/*--
/*  02.2 - Offcanvas CSS
/*----------------------------------------*/
.offcanvas {
  background: #0A473F;
  width: 320px;
}
@media only screen and (max-width: 575px) {
  .offcanvas {
    width: 280px;
  }
}

.offcanvas-header .close-btn {
  background: none;
  border: 0;
  font-size: 18px;
  color: #ffffff;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.offcanvas-header .close-btn:hover {
  transform: rotate(90deg);
  color: #0A473F;
}

.offcanvas-logo a img {
  width: 130px;
}

.offcanvas-menu {
  padding: 30px 0;
}
.offcanvas-menu .btn, .offcanvas-menu .btn-2, .offcanvas-menu .btn-primary {
  font-size: 20px;
  margin-top: 10px;
}
.offcanvas-menu .main-menu li {
  position: relative;
}
.offcanvas-menu .main-menu li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  font-family: "Noto-Sans", sans-serif;
  color: #ffffff;
  padding: 5px 0px;
  position: relative;
  text-decoration: none;
}
.offcanvas-menu .main-menu li .mobile-menu-expand {
  position: absolute;
  right: 20px;
  top: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}
.offcanvas-menu .main-menu li .mobile-menu-expand::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.offcanvas-menu .main-menu li .mobile-menu-expand::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 16px;
  left: 50%;
  top: 50%;
  bottom: 0;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.offcanvas-menu .main-menu li:hover > a {
  color: #E31337;
}
.offcanvas-menu .main-menu li.active-expand > .mobile-menu-expand::after {
  height: 0;
}
.offcanvas-menu .main-menu li ul {
  padding-left: 6%;
  display: none;
}

.offcanvas-menu-2 .main-menu li a {
  font-family: "Apple Garamond", serif;
}
.offcanvas-menu-2 .main-menu li.active-expand > .mobile-menu-expand::after {
  height: 0;
}
.offcanvas-menu-2 .main-menu li ul {
  padding-left: 6%;
  display: none;
}

/*----------------------------------------*/
/*  04. Pages CSS (All Page Styles)
/*----------------------------------------*/
/*--
/*  03 - Hero CSS
/*----------------------------------------*/
.modal-title {
  font-family: "Apple Garamond", serif;
  color: #0A473F;
}

.modal-content {
  background-color: #F5DEB3;
  color: #0A473F;
}
.modal-content h4 {
  color: #0A473F;
}

.btn-close {
  color: #ef8436;
}

.modal-footer, .modal-header {
  border-color: #ef8436;
}

.hivefest-hero-section {
  background-color: #0A473F;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hivefest-hero-section .hero-background-leaves,
.hivefest-hero-section .hero-sun,
.hivefest-hero-section .hero-skyline,
.hivefest-hero-section .hero-foreground-leaves,
.hivefest-hero-section .hero-foreground-leaves-2 {
  position: absolute;
  height: auto;
  pointer-events: none;
  user-select: none;
}
.hivefest-hero-section .hero-background-leaves {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  object-fit: cover;
  z-index: 1;
}
.hivefest-hero-section .hero-sun {
  top: 5%;
  right: -2%;
  width: 70vh;
  max-width: 70vw;
  height: auto;
  z-index: 10;
}
.hivefest-hero-section .hero-skyline {
  bottom: 0;
  right: 0;
  height: 85vh;
  max-height: 75vh;
  object-fit: cover;
  z-index: 20;
}
.hivefest-hero-section .hero-content {
  position: relative;
  z-index: 40;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: #ffffff;
}
.hivefest-hero-section .hero-content .hero-title img {
  max-width: 400px;
  margin: 0 auto 20px;
}
.hivefest-hero-section .hero-content .hero-subtitle {
  font-family: "Playfair Display SC", serif;
  font-size: 2rem;
  color: #FF4500;
  margin-bottom: 10px;
}
.hivefest-hero-section .hero-content .hero-dates {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #F5DEB3;
}
.hivefest-hero-section .hero-content .hero-btn {
  display: flex;
  justify-content: center;
}
.hivefest-hero-section .hero-content .hero-btn .btn-primary {
  font-size: 1.5rem;
  background-color: #E31337;
  padding: 14px 36px;
  border-radius: 50px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.hivefest-hero-section .hivefest-hero-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
  z-index: 25;
}

.hero-foreground-leaves {
  position: relative;
  top: -80px;
  left: -150px;
  width: 50vh;
  height: 40vh;
  max-height: 40vh;
  z-index: 30;
  pointer-events: none;
}

.hero-foreground-leaves-2 {
  position: relative;
  top: -60px;
  left: 90vw;
  width: 15vw;
  height: 20vh;
  max-height: 20vh;
  z-index: 31;
  pointer-events: none;
  transform: rotate(78deg);
}

.meeta-hero-section {
  height: 1070px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0541da;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .meeta-hero-section {
    height: 820px;
  }
}
@media only screen and (max-width: 575px) {
  .meeta-hero-section {
    height: 480px;
  }
}
.meeta-hero-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0541da;
  opacity: 0.6;
  z-index: -1;
}
.meeta-hero-section .hero-shape-01 {
  position: absolute;
  top: 35%;
  left: 30px;
  width: 108px;
  opacity: 0.6;
  animation: bounce-animate 3s infinite linear;
}
@media only screen and (max-width: 575px) {
  .meeta-hero-section .hero-shape-01 {
    width: 70px;
  }
}
.meeta-hero-section .hero-shape-02 {
  position: absolute;
  top: 20%;
  right: 30px;
  opacity: 0.6;
  animation: round-01 5s linear infinite;
}
@media only screen and (max-width: 575px) {
  .meeta-hero-section .hero-shape-02 {
    width: 110px;
  }
}
.meeta-hero-section .meeta-hero-content {
  max-width: 710px;
  padding: 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .meeta-hero-section .meeta-hero-content {
    margin-top: 120px;
  }
}
.meeta-hero-section .meeta-hero-content .hero-content-shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  max-width: 710px;
  width: 100%;
  height: auto;
  z-index: -1;
}
.meeta-hero-section .meeta-hero-content .hero-content-shape-01 {
  width: 70%;
  height: 95px;
  background-color: #8c0050;
  position: absolute;
  bottom: -20px;
  left: 66px;
  z-index: -2;
  transform: skewX(10deg);
}
@media only screen and (max-width: 767px) {
  .meeta-hero-section .meeta-hero-content .hero-content-shape-01 {
    bottom: -14px;
    left: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .meeta-hero-section .meeta-hero-content .hero-content-shape-01 {
    left: 59px;
    bottom: -15px;
  }
}
@media only screen and (max-width: 575px) {
  .meeta-hero-section .meeta-hero-content .hero-content-shape-01 {
    bottom: 21px;
    left: 22px;
  }
}
.meeta-hero-section .meeta-hero-content .hero-content-shape-02 {
  width: 0px;
  height: 0px;
  border-top: 30px solid transparent;
  border-left: 130px solid rgb(31, 224, 223);
  border-bottom: 20px solid transparent;
  position: absolute;
  bottom: 19%;
  left: 0px;
}
@media only screen and (max-width: 575px) {
  .meeta-hero-section .meeta-hero-content .hero-content-shape-02 {
    border-top: 15px solid transparent;
    border-left: 90px solid #1fe0df;
    border-bottom: 15px solid transparent;
    bottom: 9%;
  }
}
.meeta-hero-section .meeta-hero-content .hero-content-shape-03 {
  width: 0px;
  height: 0px;
  border-top: 45px solid transparent;
  border-left: 190px solid #f9d464;
  border-bottom: 0 solid transparent;
  position: absolute;
  top: -25px;
  left: 30px;
  transform: rotate(-8deg);
}
@media only screen and (max-width: 575px) {
  .meeta-hero-section .meeta-hero-content .hero-content-shape-03 {
    border-top: 25px solid transparent;
    border-left: 120px solid #f9d464;
    top: 10px;
    left: 10px;
  }
}
.meeta-hero-section .meeta-hero-content .hero-content-shape-04 {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 130px solid #00acee;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: -55px;
  right: 48%;
}
@media only screen and (max-width: 575px) {
  .meeta-hero-section .meeta-hero-content .hero-content-shape-04 {
    border-top: 15px solid transparent;
    border-right: 100px solid #00acee;
    top: -10px;
    right: 20%;
  }
}
.meeta-hero-section .meeta-hero-content .hero-content-shape-05 {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-right: 180px solid #f9d464;
  border-bottom: 0px solid transparent;
  position: absolute;
  bottom: 24%;
  right: -40px;
  transform: rotate(8deg);
}
@media only screen and (max-width: 991px) {
  .meeta-hero-section .meeta-hero-content .hero-content-shape-05 {
    right: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .meeta-hero-section .meeta-hero-content .hero-content-shape-05 {
    border-top: 40px solid transparent;
    border-right: 120px solid #f9d464;
    right: -20px;
  }
}
@media only screen and (max-width: 575px) {
  .meeta-hero-section .meeta-hero-content .hero-content-shape-05 {
    border-top: 25px solid transparent;
    border-right: 90px solid #f9d464;
    right: -5px;
    bottom: 30%;
  }
}
.meeta-hero-section .meeta-hero-content .hero-title {
  font-size: 80px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .meeta-hero-section .meeta-hero-content .hero-title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 575px) {
  .meeta-hero-section .meeta-hero-content .hero-title {
    font-size: 30px;
  }
}
.meeta-hero-section .meeta-hero-content .hero-year {
  font-size: 170px;
  font-weight: 700;
  font-family: "Noto-Sans", sans-serif;
  color: #f9d464;
  line-height: 1.1;
  display: block;
}
@media only screen and (max-width: 767px) {
  .meeta-hero-section .meeta-hero-content .hero-year {
    font-size: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .meeta-hero-section .meeta-hero-content .hero-year {
    font-size: 60px;
  }
}
.meeta-hero-section .meeta-hero-content .hero-date {
  background-color: #000000;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto-Sans", sans-serif;
  padding: 0 40px;
  display: inline-block;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .meeta-hero-section .meeta-hero-content .hero-date {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .meeta-hero-section .meeta-hero-content .hero-date {
    font-size: 15px;
    padding: 0 14px;
  }
}

@keyframes round-01 {
  0% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
@keyframes bounce-animate {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.meeta-hero-section-2 {
  height: 1040px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0541da;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.meeta-hero-section-2 .shape-1 {
  position: absolute;
  left: 19%;
  top: 40%;
  z-index: -1;
  animation: animationFrames 30s alternate infinite linear;
}
.meeta-hero-section-2 .shape-2 {
  position: absolute;
  right: 28.5%;
  top: 16%;
  z-index: -1;
  animation: rotate-style 10s linear infinite;
}
.meeta-hero-section-2 .shape-3 {
  position: absolute;
  right: 14.5%;
  bottom: 35%;
  z-index: -1;
  animation: animationFrames 30s alternate infinite linear;
}
.meeta-hero-section-2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-87deg, rgb(94, 8, 134) 0%, rgb(94, 8, 133) 47%, rgba(94, 8, 133, 0.99) 48%, rgba(186, 9, 252, 0.61176) 100%);
  opacity: 0.95;
  z-index: -1;
}
.meeta-hero-section-2 .meeta-hero-content {
  max-width: 760px;
  margin: 0 auto;
}
.meeta-hero-section-2 .meeta-hero-content .title {
  font-size: 120px;
  line-height: 56px;
  font-family: "Apple Garamond", serif;
  font-weight: 700;
  color: #ffffff;
}
.meeta-hero-section-2 .meeta-hero-content .text {
  font-size: 22px;
  line-height: 170px;
  font-family: "Apple Garamond", serif;
  font-weight: 700;
  color: #ffffff;
}
.meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 {
  display: flex;
  justify-content: space-between;
}
.meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown {
  display: inline-block;
  text-align: center;
  padding: 40px 15px;
  min-width: 115px;
  height: 115px;
  line-height: 115px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: relative;
}
.meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown.countdown-2::before {
  border-color: #00acee;
}
.meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown.countdown-3::before {
  border-color: #fc097c;
}
.meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown.countdown-4::before {
  border-color: #554bb9;
}
.meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown::before {
  content: "";
  width: 155px;
  height: 88px;
  border-top-left-radius: 110px;
  border-top-right-radius: 110px;
  border: 12px solid #f9d464;
  border-bottom: 0;
  position: absolute;
  left: -5px;
  top: 40px;
  transform: rotate(150deg);
}
.meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown .count {
  font-size: 58px;
  line-height: 12px;
  font-family: "Apple Garamond", serif;
  font-weight: 700;
  display: block;
  color: #ffffff;
}
.meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown .value {
  font-size: 15px;
  line-height: 12px;
  font-family: "Noto-Sans", "Inter", sans-serif;
  font-weight: 400;
  display: block;
  color: #ffffff;
  margin-top: 25px;
  text-transform: capitalize;
}
.meeta-hero-section-2 .meeta-hero-content .header-btn {
  margin-top: 80px;
}

@media only screen and (max-width: 1199px) {
  .meeta-hero-section-2 {
    height: 820px;
  }
  .meeta-hero-section-2 .shape-1 {
    left: 5%;
    top: 35%;
  }
  .meeta-hero-section-2 .shape-2 {
    right: 13.5%;
    top: 12%;
  }
  .meeta-hero-section-2 .shape-2 img {
    width: 80%;
  }
  .meeta-hero-section-2 .shape-3 {
    bottom: 20%;
  }
  .meeta-hero-section-2 .meeta-hero-content .title {
    font-size: 95px;
  }
}
@media only screen and (max-width: 991px) {
  .meeta-hero-section-2 .shape-1 {
    left: 15%;
    top: 75%;
  }
  .meeta-hero-section-2 .shape-2 {
    right: 2.5%;
    top: 13%;
  }
  .meeta-hero-section-2 .shape-3 {
    right: 17.5%;
    bottom: 15%;
  }
  .meeta-hero-section-2 .meeta-hero-content .title {
    font-size: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .meeta-hero-section-2 {
    height: 650px;
  }
  .meeta-hero-section-2 .meeta-hero-content .title {
    font-size: 65px;
  }
  .meeta-hero-section-2 .meeta-hero-content .text {
    font-size: 18px;
    line-height: 120px;
  }
  .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown {
    min-width: 90px;
    height: 90px;
    line-height: 90px;
    padding: 25px 5px;
  }
  .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown::before {
    width: 127px;
    height: 67px;
    left: -6px;
    top: 35px;
  }
  .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown .count {
    font-size: 35px;
    line-height: 12px;
  }
  .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown .value {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .meeta-hero-section-2 {
    height: 550px;
  }
  .meeta-hero-section-2 .shape-2 img {
    width: 70%;
  }
  .meeta-hero-section-2 .meeta-hero-content .title {
    font-size: 52px;
  }
  .meeta-hero-section-2 .meeta-hero-content .text {
    font-size: 16px;
    line-height: 70px;
  }
  .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown {
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 15px 0px;
  }
  .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown::before {
    width: 99px;
    height: 51px;
    left: -10px;
    top: 23px;
  }
  .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown .count {
    font-size: 28px;
    line-height: 12px;
  }
  .meeta-hero-section-2 .meeta-hero-content .meeta-countdown-2 .single-countdown .value {
    font-size: 12px;
    margin-top: 8px;
  }
}

@keyframes animationFrames {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(120px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 110px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.meeta-hero-section-3 {
  padding-top: 310px;
  padding-bottom: 240px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.meeta-hero-section-3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(-180deg, rgb(246, 115, 13) 0%, rgb(217, 8, 69) 100%);
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.meeta-hero-section-3 .meeta-countdown-wrap {
  text-align: center;
  border: 3px solid #fff;
  width: 475px;
  height: 475px;
  padding-top: 110px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.meeta-hero-section-3 .meeta-countdown-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.85);
  background: #ff8a2f;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
}
.meeta-hero-section-3 .meeta-countdown-wrap .meeta-countdown-date {
  margin-bottom: 20px;
}
.meeta-hero-section-3 .meeta-countdown-wrap .meeta-countdown-date .number {
  font-size: 120px;
  line-height: 36px;
  font-family: "Apple Garamond", serif;
  font-weight: 700;
  color: #ffffff;
}
.meeta-hero-section-3 .meeta-countdown-wrap .meeta-countdown-date span {
  font-size: 22px;
  line-height: 36px;
  font-family: "Apple Garamond", serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 30px;
}
.meeta-hero-section-3 .meeta-countdown-wrap .meeta-countdown-3 {
  display: flex;
  justify-content: center;
}
.meeta-hero-section-3 .meeta-countdown-wrap .meeta-countdown-3 .single-countdown {
  display: inline-block;
  text-align: center;
  padding: 22px 15px;
  background: #e57c2a;
  min-width: 75px;
  height: 75px;
  line-height: 40px;
}
.meeta-hero-section-3 .meeta-countdown-wrap .meeta-countdown-3 .single-countdown + .single-countdown {
  margin-left: 5px;
}
.meeta-hero-section-3 .meeta-countdown-wrap .meeta-countdown-3 .single-countdown .count {
  font-size: 30px;
  line-height: 12px;
  font-family: "Apple Garamond", serif;
  font-weight: 700;
  display: block;
  color: #ffffff;
}
.meeta-hero-section-3 .meeta-countdown-wrap .meeta-countdown-3 .single-countdown .value {
  font-size: 12px;
  line-height: 12px;
  font-family: "Noto-Sans", "Inter", sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.meeta-hero-section-3 .meeta-hero-content .text {
  font-size: 18px;
  line-height: 55px;
  font-family: "Apple Garamond", serif;
  font-weight: 700;
  color: #ffffff;
}
.meeta-hero-section-3 .meeta-hero-content .title {
  font-size: 70px;
  line-height: 72px;
  font-family: "Apple Garamond", serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.meeta-hero-section-3 .meeta-hero-content .hero-btn {
  margin-top: 40px;
}
.meeta-hero-section-3 .meeta-hero-content .hero-btn .btn-2, .meeta-hero-section-3 .meeta-hero-content .hero-btn .btn-primary {
  background: #ffffff;
  color: #0A473F;
  border-radius: 5px;
}
.meeta-hero-section-3 .meeta-hero-content .hero-btn .btn-2::before, .meeta-hero-section-3 .meeta-hero-content .hero-btn .btn-primary::before {
  background-color: #0A473F;
}
.meeta-hero-section-3 .meeta-hero-content .hero-btn .btn-2:hover, .meeta-hero-section-3 .meeta-hero-content .hero-btn .btn-primary:hover {
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .meeta-hero-section-3 {
    padding-top: 240px;
    padding-bottom: 170px;
  }
  .meeta-hero-section-3 .meeta-countdown-wrap {
    width: 430px;
    height: 430px;
  }
  .meeta-hero-section-3 .meeta-countdown-wrap .meeta-countdown-date .number {
    font-size: 95px;
    line-height: 36px;
    font-family: "Apple Garamond", serif;
    font-weight: 700;
    color: #ffffff;
  }
  .meeta-hero-section-3 .meeta-countdown-wrap .meeta-countdown-date span {
    font-size: 20px;
    margin-top: 25px;
  }
  .meeta-hero-section-3 .meeta-countdown-wrap .meeta-countdown-3 .single-countdown {
    padding: 15px 15px;
    min-width: 65px;
    height: 65px;
  }
  .meeta-hero-section-3 .meeta-countdown-wrap .meeta-countdown-3 .single-countdown .count {
    font-size: 28px;
  }
  .meeta-hero-section-3 .meeta-hero-content .title {
    font-size: 55px;
    line-height: 65px;
  }
  .meeta-hero-section-3 .meeta-hero-content .header-btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .meeta-hero-section-3 {
    padding-top: 160px;
    padding-bottom: 150px;
  }
  .meeta-hero-section-3 .meeta-countdown-wrap {
    margin: 0 auto;
  }
  .meeta-hero-section-3 .meeta-hero-content {
    margin-top: 50px;
    text-align: center;
  }
  .meeta-hero-section-3 .meeta-hero-content .title {
    font-size: 48px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .meeta-hero-section-3 {
    padding-bottom: 125px;
  }
  .meeta-hero-section-3 .meeta-countdown-wrap {
    margin: 0 auto;
  }
  .meeta-hero-section-3 .meeta-hero-content .text {
    font-size: 16px;
  }
  .meeta-hero-section-3 .meeta-hero-content .title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 449px) {
  .meeta-hero-section-3 .meeta-countdown-wrap {
    display: none;
  }
}

.meeta-hero-section-4 {
  padding-top: 185px;
  padding-bottom: 450px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.meeta-hero-section-4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(19, 19, 141, 0.5);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.meeta-hero-section-4 .shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
.meeta-hero-section-4 .hero-content .hero-date {
  display: flex;
  align-items: center;
}
.meeta-hero-section-4 .hero-content .hero-date .date {
  font-size: 100px;
  line-height: 110px;
  font-family: "Apple Garamond", serif;
  font-weight: 600;
  color: #f9d464;
  margin-right: 10px;
}
.meeta-hero-section-4 .hero-content .hero-date .year {
  font-size: 30px;
  line-height: 30px;
  font-family: "Apple Garamond", serif;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  margin-top: 8px;
}
.meeta-hero-section-4 .hero-content .place {
  font-size: 18px;
  line-height: 30px;
  font-family: "Apple Garamond", serif;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  display: inline-block;
  background: #00acee;
  color: #ffffff;
  border-radius: 30px;
}
.meeta-hero-section-4 .hero-content .title {
  font-size: 100px;
  line-height: 100px;
  font-family: "Apple Garamond", serif;
  font-weight: 600;
  color: #ffffff;
  margin-top: 45px;
}

.hero-form {
  background: #7132cd;
  overflow: hidden;
  max-width: 460px;
  position: relative;
  z-index: 1;
}
.hero-form::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/shape/hero-form-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-form .hero-form-wrap {
  padding: 45px 40px 60px;
  box-shadow: 0px 0px 40px 0px rgba(49, 48, 48, 0.81);
}
.hero-form .hero-form-wrap .heading-wrap {
  margin-bottom: 15px;
}
.hero-form .hero-form-wrap .heading-wrap .title {
  font-size: 30px;
  line-height: 40px;
  font-family: "Apple Garamond", serif;
  font-weight: 700;
  color: #ffffff;
}
.hero-form .hero-form-wrap .single-form {
  margin-top: 20px;
}
.hero-form .hero-form-wrap .single-form input, .hero-form .hero-form-wrap .single-form textarea {
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  color: #93a1a2;
  padding: 0 30px;
  padding: 10px 25px;
  background-color: #ffffff;
  border: 0;
}
.hero-form .hero-form-wrap .single-form textarea {
  height: 135px;
  resize: none;
}
.hero-form .hero-form-wrap .single-form textarea:focus {
  outline: none;
}
.hero-form .hero-form-wrap .form-btn {
  margin-top: 15px;
}
.hero-form .hero-form-wrap .form-btn .btn-2, .hero-form .hero-form-wrap .form-btn .btn-primary {
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .meeta-hero-section-4 {
    padding-top: 160px;
    padding-bottom: 290px;
  }
  .meeta-hero-section-4 .hero-content .hero-date .date {
    font-size: 80px;
    line-height: 80px;
  }
  .meeta-hero-section-4 .hero-content .hero-date .year {
    font-size: 25px;
  }
  .meeta-hero-section-4 .hero-content .title {
    font-size: 70px;
    line-height: 80px;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .meeta-hero-section-4 {
    padding-top: 130px;
    padding-bottom: 260px;
    background-size: cover;
  }
  .meeta-hero-section-4 .hero-content .title {
    font-size: 55px;
    line-height: 65px;
  }
  .meeta-hero-section-4 .hero-form {
    max-width: 100%;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .meeta-hero-section-4 {
    padding-bottom: 220px;
  }
}
@media only screen and (max-width: 575px) {
  .meeta-hero-section-4 {
    padding-bottom: 195px;
  }
  .meeta-hero-section-4 .hero-content .hero-date .date {
    font-size: 70px;
    line-height: 80px;
  }
  .meeta-hero-section-4 .hero-content .hero-date .year {
    font-size: 20px;
    line-height: 24px;
  }
  .meeta-hero-section-4 .hero-content .place {
    font-size: 16px;
    line-height: 30px;
    height: 40px;
    line-height: 40px;
  }
  .meeta-hero-section-4 .hero-content .title {
    font-size: 40px;
    line-height: 50px;
  }
  .meeta-hero-section-4 .hero-form .hero-form-wrap {
    padding: 40px 25px 50px;
  }
}

.meeta-hero-section-5 {
  background: #e5fefd;
  padding-top: 290px;
  padding-bottom: 255px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.meeta-hero-section-5 .image-1 {
  position: absolute;
  left: 0;
  top: 180px;
}
.meeta-hero-section-5 .image-2 {
  position: absolute;
  right: 0;
  top: 220px;
}
.meeta-hero-section-5 .shape-1 {
  position: absolute;
  left: 10px;
  bottom: 80px;
}
.meeta-hero-section-5 .shape-2 {
  position: absolute;
  right: -50px;
  top: -30px;
}
.meeta-hero-section-5 .hero-content .title-wrap {
  padding-bottom: 50px;
}
.meeta-hero-section-5 .hero-content .title-wrap .title {
  font-size: 120px;
  line-height: 1;
  font-family: "Apple Garamond", serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.meeta-hero-section-5 .hero-content .title-wrap .title::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  background-image: url(../images/shape/hero-5-shape.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.meeta-hero-section-5 .hero-content .title-wrap .sub-title {
  font-size: 30px;
  line-height: 40px;
  font-family: "Noto-Sans", "Inter", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 25px;
}
.meeta-hero-section-5 .hero-content .search-form-wrap {
  position: relative;
  margin: 20px 0;
  z-index: 1;
}
.meeta-hero-section-5 .hero-content .search-form-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #f1f1f1;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleY(1.15) scaleX(0.79);
}
.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner {
  max-width: 945px;
  margin: 0 auto;
  background: #ffffff;
  padding: 50px 70px;
}
.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form {
  display: flex;
}
.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form {
  width: 25%;
  margin-right: 10px;
  position: relative;
}
.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form + .single-form {
  padding-left: 40px;
  margin-right: 30px;
}
.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form + .single-form::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #ebebeb;
  width: 1px;
  height: 60px;
}
.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form .form-label {
  font-size: 12px;
  line-height: 30px;
  font-family: "Noto-Sans", "Inter", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 0;
}
.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form .form-label i {
  color: #0A473F;
  margin-right: 3px;
}
.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form input {
  height: 30px;
  width: 100%;
  border: 0;
  color: #b5b5b5;
}
.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form input::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #b5b5b5;
}
.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form input:-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #b5b5b5;
}
.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form input::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #b5b5b5;
}
.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form input:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #b5b5b5;
}
.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form .nice-select {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 0;
  color: #b5b5b5;
  border: 0;
}
.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form .nice-select .list {
  width: 100%;
  color: #FFFFFF;
}
.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .form-btn {
  width: 25%;
  text-align: end;
}
.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .form-btn .search-btn {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #0A473F;
  border-radius: 50%;
  border: 0;
  color: #ffffff;
}
.meeta-hero-section-5 .hero-content .popular-tag {
  display: flex;
  justify-content: center;
  padding-top: 35px;
}
.meeta-hero-section-5 .hero-content .popular-tag .label {
  font-size: 16px;
  line-height: 24px;
  margin-right: 10px;
}
.meeta-hero-section-5 .hero-content .popular-tag ul li {
  display: inline-block;
}
.meeta-hero-section-5 .hero-content .popular-tag ul li + li {
  margin-left: 15px;
}
.meeta-hero-section-5 .hero-content .popular-tag ul li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
  color: #FFFFFF;
}
.meeta-hero-section-5 .hero-content .popular-tag ul li a:hover {
  color: #0A473F;
}

@media only screen and (max-width: 1399px) {
  .meeta-hero-section-5 {
    padding-top: 210px;
    padding-bottom: 170px;
  }
  .meeta-hero-section-5 .image-1 {
    display: none;
  }
  .meeta-hero-section-5 .image-2 {
    display: none;
  }
  .meeta-hero-section-5 .shape-1 {
    display: none;
  }
  .meeta-hero-section-5 .shape-2 {
    display: none;
  }
  .meeta-hero-section-5 .hero-content .title-wrap {
    padding-bottom: 50px;
  }
  .meeta-hero-section-5 .hero-content .title-wrap .title {
    font-size: 90px;
  }
  .meeta-hero-section-5 .hero-content .title-wrap .title::before {
    display: none;
  }
  .meeta-hero-section-5 .hero-content .title-wrap .sub-title {
    font-size: 24px;
    line-height: 35px;
  }
  .meeta-hero-section-5 .hero-content .search-form-wrap::before {
    transform: scaleY(1.15) scaleX(0.7);
  }
  .meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner {
    max-width: 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .meeta-hero-section-5 .hero-content .search-form-wrap::before {
    transform: scaleY(1.15) scaleX(0.79);
  }
  .meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner {
    max-width: 850px;
  }
}
@media only screen and (max-width: 991px) {
  .meeta-hero-section-5 {
    padding-top: 170px;
    padding-bottom: 130px;
  }
  .meeta-hero-section-5 .hero-content .title-wrap .title {
    font-size: 70px;
  }
  .meeta-hero-section-5 .hero-content .search-form-wrap::before {
    transform: scaleY(1.1) scaleX(0.85);
  }
  .meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form {
    flex-direction: column;
    gap: 25px;
  }
  .meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form {
    width: 40%;
    margin-right: 0px;
  }
  .meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form + .single-form {
    padding-left: 0px;
    margin-right: 0px;
  }
  .meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form + .single-form::before {
    display: none;
  }
  .meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .form-btn {
    width: 25%;
    text-align: left;
  }
  .meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .form-btn .search-btn {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #0A473F;
    border-radius: 50%;
    border: 0;
    color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .meeta-hero-section-5 {
    padding-top: 170px;
    padding-bottom: 110px;
  }
  .meeta-hero-section-5 .hero-content .title-wrap .title {
    font-size: 55px;
  }
  .meeta-hero-section-5 .hero-content .title-wrap .sub-title {
    font-size: 20px;
  }
  .meeta-hero-section-5 .hero-content .search-form-wrap::before {
    transform: scaleY(1.1) scaleX(0.85);
  }
  .meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner .search-form .single-form {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .meeta-hero-section-5 .hero-content .title-wrap .title {
    font-size: 48px;
  }
}

.meeta-hero-section-6 {
  height: 1040px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #E31337;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.meeta-hero-section-6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.meeta-hero-section-6 .shape-svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.meeta-hero-section-6 .meeta-hero-content {
  max-width: 800px;
  margin: 0 auto;
}
.meeta-hero-section-6 .meeta-hero-content .title {
  font-size: 115px;
  line-height: 180px;
  font-family: "Apple Garamond", serif;
  font-weight: 700;
  color: #ffffff;
}
.meeta-hero-section-6 .meeta-hero-content .title span {
  color: #0A473F;
}
.meeta-hero-section-6 .meeta-hero-content .text {
  font-size: 22px;
  line-height: 60px;
  font-family: "Apple Garamond", serif;
  font-weight: 700;
  color: #ffffff;
}
.meeta-hero-section-6 .meeta-hero-content .header-btn {
  margin-top: 60px;
  mix-blend-mode: difference;
  font-weight: bold;
}

@media only screen and (max-width: 1199px) {
  .meeta-hero-section-6 {
    height: 780px;
  }
  .meeta-hero-section-6 .meeta-hero-content .title {
    font-size: 65px;
    line-height: 75px;
  }
}
@media only screen and (max-width: 991px) {
  .meeta-hero-section-6 {
    height: 710px;
  }
  .meeta-hero-section-6 .meeta-hero-content .title {
    font-size: 65px;
    line-height: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .meeta-hero-section-6 {
    height: 650px;
  }
  .meeta-hero-section-6 .meeta-hero-content .title {
    font-size: 55px;
    line-height: 65px;
  }
  .meeta-hero-section-6 .meeta-hero-content .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .meeta-hero-section-6 .meeta-hero-content .title {
    font-size: 38px;
    line-height: 50px;
  }
  .meeta-hero-section-6 .meeta-hero-content .text {
    font-size: 18px;
  }
}

.bg-jungle-fade {
  background-color: #F5DEB3;
  background-image: linear-gradient(to right, rgba(245, 222, 179, 0.1) 0%, rgb(245, 222, 179) 100%), url("/assets/images/tropical2025/hotel-jungle-fade.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
}
.bg-jungle-fade .hotel-ribbon {
  position: absolute;
  top: 2rem;
  right: -3rem;
  transform: rotate(45deg);
  background-color: rgba(227, 19, 55, 0.9);
  color: #F5DEB3;
  font-family: "Apple Garamond", serif;
  font-weight: bold;
  padding: 0.5rem 3rem;
  font-size: 0.875rem;
  text-decoration: none;
  z-index: 5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s ease;
}
.bg-jungle-fade .hotel-ribbon:hover {
  background-color: #e31337;
  text-decoration: underline;
}
.bg-jungle-fade .container-fluid,
.bg-jungle-fade .row {
  margin: 0;
  padding: 0;
}
.bg-jungle-fade .hotel-image-bg {
  min-height: 100%;
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}
.bg-jungle-fade .hotel-content {
  padding: 1rem 3rem;
}
.bg-jungle-fade .hotel-content .section-title.stacked-title {
  text-align: center;
  margin-bottom: 1.5rem;
}
.bg-jungle-fade .hotel-content .section-title.stacked-title h2 {
  font-family: "Apple Garamond", serif;
  font-size: 2rem;
  color: #001c10;
  text-shadow: 1px 1px 2px #F5DEB3, -1px -1px 2px #F5DEB3;
  margin: 0;
}
.bg-jungle-fade .hotel-content .hotel-logo-icon {
  height: 3rem;
  width: auto;
  opacity: 0.9;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(1px 1px 2px #F5DEB3) drop-shadow(-1px -1px 2px #F5DEB3);
  transition: filter 0.2s ease;
}
.bg-jungle-fade .hotel-content .description {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  color: #001c10;
  text-shadow: 1px 1px 2px #F5DEB3, -1px -1px 2px #F5DEB3;
}
.bg-jungle-fade .hotel-content .subline {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #001c10;
  text-shadow: 1px 1px 2px #F5DEB3, -1px -1px 2px #F5DEB3;
}
.bg-jungle-fade .hotel-content .btn-primary {
  border: none;
  font-weight: bold;
}
.bg-jungle-fade .hotel-content a {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}
.bg-jungle-fade .col-lg-6 {
  padding: 0;
}
.bg-jungle-fade .text-bold {
  font-size: 0.75em;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 3px;
  padding-right: 3px;
  border-radius: 4px;
  margin-left: 1em;
}
.bg-jungle-fade .text-bold:hover {
  background-color: #E31337;
  color: #F5DEB3;
}
.bg-jungle-fade .hotel-info-box {
  max-width: 700px;
}
.bg-jungle-fade .hotel-info-box p {
  font-size: 1rem;
  color: #001c10;
}
.bg-jungle-fade .hotel-info-box .carousel-inner {
  max-height: 400px;
}
.bg-jungle-fade .hotel-info-box img {
  object-fit: cover;
  max-height: 400px;
}
.bg-jungle-fade .hotel-info-box .carousel-control-prev-icon,
.bg-jungle-fade .hotel-info-box .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}

.hotel-info-wrapper {
  max-width: 100%;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.hotel-info-wrapper .hotel-gallery2-caption {
  margin: 0rem 0.5rem;
}
.hotel-info-wrapper h4 {
  font-size: 1.25rem;
  color: #001c10;
  text-align: center;
  font-family: "Apple Garamond", serif;
  text-shadow: 1px 1px 2px #F5DEB3, -1px -1px 2px #F5DEB3;
}
.hotel-info-wrapper p {
  font-size: 0.9rem;
  color: #001c10;
  margin: 0.8em 0em;
  text-shadow: 1px 1px 2px #F5DEB3, -1px -1px 2px #F5DEB3;
}
.hotel-info-wrapper .hotel-carousel {
  margin: 2rem -1.5rem -1.5rem -1.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  overflow: hidden;
}
.hotel-info-wrapper .hotel-carousel .carousel-inner {
  max-height: 400px;
}
.hotel-info-wrapper .hotel-carousel .carousel-item img {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 400px;
  display: block;
}

.custom-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(227, 19, 55, 0.6);
  color: #F5DEB3;
  font-family: "Apple Garamond", serif;
  font-size: 1.5rem;
  font-weight: bold;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background-color 0.3s ease;
  text-decoration: none;
}
.custom-nav:hover {
  background-color: rgba(227, 19, 55, 0.8);
}
.custom-nav:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(227, 19, 55, 0.3);
}
.custom-nav.carousel-control-prev {
  left: 1rem;
}
.custom-nav.carousel-control-next {
  right: 1rem;
}

@media (max-width: 767.98px) {
  .hotel-content {
    padding: 1rem 0.5rem !important;
  }
  .hotel-carousel-wrapper {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
  .hotel-carousel {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }
  .hotel-carousel .carousel-inner,
.hotel-carousel .carousel-item img {
    border-radius: 0;
  }
}
/*--
/*  05 - About CSS
/*----------------------------------------*/
.gmap {
  height: 700px;
}

.meeta-about-section {
  overflow: hidden;
}

.meeta-about-images {
  padding: 75px 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .meeta-about-images {
    padding: 55px 70px;
  }
}
@media only screen and (max-width: 575px) {
  .meeta-about-images {
    padding: 25px 30px;
  }
}
.meeta-about-title {
  background-color: #ffffff;
  padding: 45px 65px;
  margin-left: -260px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .meeta-about-title {
    padding: 0;
    margin-left: 0;
  }
}

.meeta-about-content {
  padding: 0 30px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .meeta-about-content {
    padding: 0;
  }
}
.meeta-about-content p {
  margin-top: 30px;
}

.meeta-about-counter-items {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 45px;
  padding: 0 30px;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 767px) {
  .meeta-about-counter-items {
    gap: 40px;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .meeta-about-counter-items {
    padding: 0;
  }
}
@media only screen and (max-width: 575px) {
  .meeta-about-counter-items {
    gap: 30px;
    margin-top: 30px;
  }
}
.meeta-about-counter-items .single-about-counter .about-count {
  font-size: 40px;
  font-weight: 700;
  font-family: "Noto-Sans", sans-serif;
  color: #FFFFFF;
  display: block;
  line-height: 1.1;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.meeta-about-counter-items .single-about-counter .about-text {
  margin-top: 3px;
}

.meeta-about-section-2 {
  margin-top: -40vh;
  background-color: #1F5034;
}
.meeta-about-section-2 .meeta-about-images-2 {
  position: relative;
}
.meeta-about-section-2 .meeta-about-images-2 .shape-1 {
  position: absolute;
  z-index: -1;
  top: -55px;
  right: 25px;
}
.meeta-about-section-2 .meeta-about-images-2 .image img {
  border-radius: 50%;
}
.meeta-about-section-2 .meeta-about-images-2 .play-btn {
  position: absolute;
  top: 70px;
  right: 40px;
}
.meeta-about-section-2 .meeta-about-images-2 .play-btn a {
  width: 80px;
  height: 80px;
  line-height: 68px;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 6px solid #fff;
  background: #0A473F;
  color: #ffffff;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.meeta-about-section-2 .meeta-about-images-2 .play-btn a:hover {
  background: #800080;
  color: #ffffff;
}
.meeta-about-section-2 .about-2-content-wrap {
  padding: 30px;
  background-color: #F5DEB3;
  border-radius: 50px;
}
.meeta-about-section-2 .about-2-content-wrap .meeta-section-title-2 {
  margin-bottom: 40px;
  color: #0A473F;
}
.meeta-about-section-2 .about-2-content-wrap .meeta-section-title-2 h2 {
  color: #0A473F;
}
.meeta-about-section-2 .about-2-content-wrap .meeta-about-content {
  padding: 0 0;
  padding-right: 50px;
}
.meeta-about-section-2 .about-2-content-wrap .meeta-about-content p {
  font-size: 16px;
}

@media only screen and (max-width: 1199px) {
  .meeta-about-section-2 .about-2-content-wrap {
    padding: 15px 7px;
  }
  .meeta-about-section-2 .about-2-content-wrap .meeta-about-content {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .meeta-about-section-2 .meeta-about-images-2 .shape-1 {
    top: 0px;
    right: 40px;
  }
  .meeta-about-section-2 .meeta-about-images-2 .image {
    text-align: center;
  }
  .meeta-about-section-2 .meeta-about-images-2 .play-btn {
    top: 150px;
    right: 85px;
  }
  .meeta-about-section-2 .about-2-content-wrap {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .meeta-about-section-2 .meeta-about-images-2 .play-btn {
    right: 30px;
  }
  .meeta-about-section-2 .about-2-content-wrap {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .meeta-about-section-2 .meeta-about-images-2 .shape-1 {
    top: -5px;
    right: 0px;
  }
  .meeta-about-section-2 .meeta-about-images-2 .play-btn {
    top: 90px;
    right: -5px;
  }
  .meeta-about-section-2 .about-2-content-wrap {
    margin-top: 30px;
  }
}

.meeta-about-section-3 .about-images-3-wrap {
  display: flex;
  align-items: center;
  position: relative;
}
.meeta-about-section-3 .about-images-3-wrap .shape-1 {
  position: absolute;
  top: 0px;
  left: 45px;
  z-index: -1;
}
.meeta-about-section-3 .about-images-3-wrap .shape-2 {
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: -1;
}
.meeta-about-section-3 .about-images-3-wrap .about-img-big {
  padding-right: 12px;
}
.meeta-about-section-3 .about-images-3-wrap .about-img-big img {
  border-radius: 15px;
  width: 100%;
}
.meeta-about-section-3 .about-images-3-wrap .about-img-small {
  padding-left: 12px;
}
.meeta-about-section-3 .about-images-3-wrap .about-img-small .image-1 {
  margin-bottom: 24px;
}
.meeta-about-section-3 .about-images-3-wrap .about-img-small .image-1 img {
  border-radius: 15px;
}
.meeta-about-section-3 .about-images-3-wrap .about-img-small .image-2 img {
  border-radius: 15px;
}
.meeta-about-section-3 .about-content-3-wrap {
  padding-left: 95px;
}
.meeta-about-section-3 .about-content-3-wrap .meeta-section-title-2 {
  margin-bottom: 30px;
}
.meeta-about-section-3 .about-content-3-wrap .meeta-section-title-2 .main-title {
  font-size: 40px;
  line-height: 48px;
}
.meeta-about-section-3 .about-content-3-wrap .about-content-3 .text {
  font-size: 18px;
  line-height: 30px;
  font-family: "Noto-Sans", "Inter", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.meeta-about-section-3 .about-content-3-wrap .about-content-3 p {
  font-size: 16px;
}
.meeta-about-section-3 .about-content-3-wrap .about-content-3 .btn-2, .meeta-about-section-3 .about-content-3-wrap .about-content-3 .btn-primary {
  font-size: 16px;
  padding: 0 50px;
  border-radius: 5px;
  margin-top: 40px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 1199px) {
  .meeta-about-section-3 .about-images-3-wrap .shape-2 {
    position: absolute;
    bottom: 0;
    left: 137px;
    z-index: -1;
  }
  .meeta-about-section-3 .about-content-3-wrap {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .meeta-about-section-3 .about-images-3-wrap {
    justify-content: center;
  }
  .meeta-about-section-3 .about-images-3-wrap .shape-1 {
    left: 135px;
  }
  .meeta-about-section-3 .about-images-3-wrap .shape-2 {
    left: 255px;
  }
  .meeta-about-section-3 .about-content-3-wrap {
    padding-left: 0px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .meeta-about-section-3 .about-images-3-wrap {
    justify-content: center;
  }
  .meeta-about-section-3 .about-images-3-wrap .shape-1 {
    left: 50px;
  }
  .meeta-about-section-3 .about-images-3-wrap .shape-2 {
    left: 168px;
  }
}
@media only screen and (max-width: 575px) {
  .meeta-about-section-3 .about-images-3-wrap {
    display: block;
    text-align: center;
  }
  .meeta-about-section-3 .about-images-3-wrap .shape-1 {
    display: none;
  }
  .meeta-about-section-3 .about-images-3-wrap .shape-2 {
    display: none;
  }
  .meeta-about-section-3 .about-images-3-wrap .about-img-small {
    padding-left: 0px;
  }
  .meeta-about-section-3 .about-images-3-wrap .about-img-small .image-1 {
    display: none;
  }
  .meeta-about-section-3 .about-images-3-wrap .about-img-small .image-2 {
    display: none;
  }
  .meeta-about-section-3 .about-content-3-wrap .meeta-section-title-2 .main-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.meeta-about-section-4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.meeta-about-section-4 .shape-1 {
  position: absolute;
  left: -50px;
  top: 5px;
  z-index: -1;
  animation: round-01 5s linear infinite;
}
.meeta-about-section-4 .shape-2 {
  position: absolute;
  top: 0;
  right: 130px;
  z-index: -1;
  animation: rotate-style 10s linear infinite;
}
.meeta-about-section-4 .shape-3 {
  position: absolute;
  top: 60px;
  right: -50px;
  z-index: -1;
  animation: round-01 5s linear infinite;
}
.meeta-about-section-4 .meeta-about-counter-wrap {
  position: relative;
}
.meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter {
  width: 215px;
  height: 215px;
  line-height: 35px;
  background: #f9d464;
  border-radius: 50%;
  padding: 60px 30px;
}
.meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter .value {
  font-size: 58px;
  line-height: 60px;
  font-family: "Apple Garamond", serif;
  font-weight: 700;
  color: #ffffff;
}
.meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter .text {
  font-size: 18px;
  line-height: 24px;
  font-family: "Noto-Sans", "Inter", sans-serif;
  color: #ffffff;
}
.meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter:nth-child(2) {
  background: rgba(25, 180, 240, 0.9);
  position: absolute;
  top: 135px;
  left: 135px;
}
.meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter:nth-child(3) {
  background: rgba(10, 71, 63, 0.9);
  position: absolute;
  top: -50px;
  left: 190px;
}
.meeta-about-section-4 .meeta-about-content-wrap {
  margin-top: -30px;
}
.meeta-about-section-4 .meeta-about-content-wrap .meeta-section-title-2 {
  margin-bottom: 25px;
}
.ctanews a {
  color: #E31337;
  font-family: "Apple Garamond", serif;
  font-size: 1.3em;
  margin-bottom: 25px;
}

.meeta-feature-box .feature-title {
  font-family: "Apple Garamond", serif;
  font-size: 1.5em;
  color: #0A473F;
  font-weight: bold;
}
.meeta-feature-box .feature-title i {
  color: #E31337;
}
.meeta-feature-box .about-list {
  padding-top: 15px;
  padding-bottom: 35px;
}
.meeta-feature-box .about-list ul {
  display: inline;
  flex-wrap: wrap;
  gap: 10px;
}
.meeta-feature-box .about-list ul .about-list-item {
  background-color: #0A473F;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  font-family: "Apple Garamond", serif;
  padding: 6px 16px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: background-color 0.3s ease;
  margin: 3px;
}
.meeta-feature-box .about-list ul .about-list-item h3 {
  font-size: 18px;
}
.meeta-feature-box .about-list ul .about-list-item:hover {
  background-color: #062823;
}

@media only screen and (max-width: 991px) {
  .meeta-about-section-4 .meeta-about-counter-wrap {
    position: relative;
    max-width: 355px;
    margin: auto;
  }
  .meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter {
    width: 190px;
    height: 190px;
    line-height: 35px;
  }
  .meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter .value {
    font-size: 50px;
    line-height: 50px;
  }
  .meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter:nth-child(2) {
    top: 122px;
    left: 110px;
  }
  .meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter:nth-child(3) {
    top: -35px;
    left: 160px;
  }
  .meeta-about-section-4 .meeta-about-content-wrap {
    margin-top: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .meeta-about-section-4 .meeta-about-counter-wrap {
    position: relative;
    top: 20px;
  }
  .meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter {
    width: 190px;
    height: 190px;
    line-height: 35px;
  }
  .meeta-about-section-4 .meeta-about-content-wrap {
    margin-top: 180px;
  }
}
@media only screen and (max-width: 575px) {
  .meeta-about-section-4 .meeta-about-counter-wrap {
    position: relative;
    top: 35px;
  }
  .meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter {
    width: 165px;
    height: 165px;
    line-height: 30px;
    padding: 50px 30px;
  }
  .meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter .value {
    font-size: 40px;
    line-height: 40px;
  }
  .meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter .text {
    font-size: 16px;
  }
  .meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter:nth-child(2) {
    top: 110px;
    left: 90px;
  }
  .meeta-about-section-4 .meeta-about-counter-wrap .single-about-counter:nth-child(3) {
    top: -25px;
    left: 140px;
  }
}

.ffka-gradient-overlay {
  position: absolute;
  inset: 0; /* covers entire section */
  pointer-events: none; /* pass all events through */
  overflow: hidden;
  z-index: 10;
  background: radial-gradient(ellipse at top, rgba(0, 0, 0, 0.4), transparent 0%), radial-gradient(ellipse at bottom, rgba(0, 0, 0, 0.4), transparent 0%), linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent 20%, transparent 80%, rgba(0, 0, 0, 0.4)), linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent 40%, transparent 60%, rgba(0, 0, 0, 0.3));
  mix-blend-mode: multiply;
  pointer-events: none;
}

.kl-greeting-img {
  position: absolute;
  bottom: 16px;
  right: 24px;
  width: 35vw;
  max-width: 300px;
  pointer-events: none;
  z-index: 11;
  opacity: 0.95;
}

/*
 * Scattered Photo and Video Gallery by 54ka
 * =================================================
 * 
 * ffka-sc-photo.js v2.48
 * https://www.54ka.org/apps/scattered-photo-and-video-gallery
 *
 * Scattered Photo Gallery by 54ka is licensed under the GPLv3 
 * http://choosealicense.com/licenses/gpl-3.0
 * For non-commercial projects, please ask me!!!
 *
 * Copyright (c) 2020, www.54ka.org
*/
#preload_overlay {
  position: absolute;
  z-index: 1000;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: #000;
}

@media only screen and (max-width: 550px) {
  body {
    background-color: #ebebeb;
  }
}
/**/
#ffka_sc_wrap {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 550px) {
  #ffka_sc_wrap {
    transform: scale(0.55);
  }
}
@media only screen and (min-width: 550px) and (max-width: 750px) {
  #ffka_sc_wrap {
    transform: scale(0.75);
  }
}
.photo {
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  left: 50%;
  top: 50%;
  background-color: #0A473F;
}

.photo:not(.selected_IMG) {
  filter: grayscale(100%) sepia(51%) blur(1px) brightness(126%) saturate(256%);
  -webkit-filter: grayscale(100%) sepia(51%) blur(1px) brightness(126%) saturate(256%);
  -moz-filter: grayscale(100%) sepia(51%) blur(1px) brightness(126%) saturate(256%);
  cursor: zoom-in;
}

#ffka_sc_wrap .photo {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.photo .slide {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.selected_IMG {
  margin: auto;
  z-index: 3;
  transition: 0.8s;
}

.info_i,
.info_ii,
.info_iii {
  opacity: 0;
}

.selected_IMG .info_i {
  display: none;
}

.selected_IMG .info_ii {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px;
  margin-top: 10px;
  transition: 1s;
}

.selected_IMG .info_iii {
  opacity: 0;
  color: #fff;
  position: absolute;
  z-index: 4;
  transition: 0.5s;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.selected_IMG .info_iii span {
  display: none;
}

.selected_IMG:hover .info_iii {
  opacity: 1;
  transition: 0.5s;
}

.info_hide {
  display: none;
}

.box {
  position: relative;
  height: 400px;
  margin: 100px auto 100px auto;
}

@media only screen and (max-width: 550px) {
  .box {
    height: 300px;
    margin: 0px auto 70px auto;
  }
}
@media only screen and (min-width: 550px) and (max-width: 750px) {
  .box {
    height: 300px;
    margin: 50px auto 50px auto;
  }
}
.video {
  display: none;
}

.selected_IMG .video {
  display: block;
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0px;
}

/* sc_nav */
#sc_nav {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  width: 100%;
  text-align: center;
}

#sc_nav span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  margin: 10px;
  cursor: pointer;
}

#sc_nav span:hover {
  background: rgba(0, 0, 0, 0.8);
}

#ffka_sc_container {
  background-color: #0A473F;
}

.photo_img {
  overflow: hidden;
}

/*--
/*  07. - Event Schedule CSS
/*----------------------------------------*/
.meeta-event-schedule {
  background-color: #f0f0f8;
  position: relative;
  z-index: 1;
}
.meeta-event-schedule::before {
  position: absolute;
  content: "";
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}

.meeta-event-schedule-banner {
  height: 510px;
  padding: 70px 40px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.meeta-event-schedule-banner::before {
  position: absolute;
  content: "";
  background-color: #1a0a1e;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}

.meeta-event-schedule-tabs {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 575px) {
  .meeta-event-schedule-tabs {
    flex-direction: column;
  }
}

.meeta-event-schedule-tabs-menu {
  flex-shrink: 0;
}
@media only screen and (max-width: 575px) {
  .meeta-event-schedule-tabs-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
}
.meeta-event-schedule-tabs-menu li + li {
  margin-top: 10px;
}
@media only screen and (max-width: 575px) {
  .meeta-event-schedule-tabs-menu li + li {
    margin-top: 0;
  }
}
.meeta-event-schedule-tabs-menu .active .meeta-event-schedule-time {
  background-color: #0A473F;
  border-color: #0A473F;
}
.meeta-event-schedule-tabs-menu .active .meeta-event-schedule-day {
  font-weight: 700;
  color: #ffffff;
}

.meeta-event-schedule-time {
  width: 165px;
  padding: 20px 0;
  border: 1px dashed #0A473F;
  text-align: center;
  border-radius: 8px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  color: #0A473F;
}
@media only screen and (max-width: 767px) {
  .meeta-event-schedule-time {
    width: 120px;
    padding: 10px 0;
  }
}
.meeta-event-schedule-time p {
  color: #0A473F;
}

.meeta-event-schedule-day {
  font-size: 30px;
  font-weight: 700;
  color: #0A473F;
  margin-bottom: 3px;
}
@media only screen and (max-width: 767px) {
  .meeta-event-schedule-day {
    font-size: 24px;
  }
}

.meeta-event-schedule-tab-content {
  flex-grow: 1;
}

.meeta-event-schedule-tab-pane {
  display: none;
}
.meeta-event-schedule-tab-pane.active {
  display: block;
}

.meeta-event-accordion-item {
  background-color: #ffffff;
  padding: 20px 30px 25px;
  border-radius: 8px;
}
.meeta-event-accordion-item + .meeta-event-accordion-item {
  margin-top: 10px;
}
.meeta-event-accordion-item.active .meeta-event-accordion-body {
  display: block;
}

.meeta-event-accordion-toggle {
  cursor: pointer;
  position: relative;
}
.meeta-event-accordion-toggle::before {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  font-size: 36px;
  font-family: "Noto-Sans", sans-serif;
  font-weight: 300;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.meeta-event-accordion-toggle.active::before {
  content: "-";
}
.meeta-event-accordion-toggle .time {
  font-family: "Noto-Sans", "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #004D40;
  display: block;
}
.meeta-event-accordion-toggle .title {
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.meeta-event-accordion-body {
  padding-top: 15px;
  display: none;
  overflow: hidden;
}
.meeta-event-accordion-body.open {
  display: block;
}
.fafa {
  width: 88px;
  height: 88px;
  font-size: 1.5em;
  line-height: 88px;
  text-align: center;
  display: block;
  background: none;
  border: 3px solid #E31337;
  border-radius: 3em;
  box-shadow: 0px 0px rgb(0, 0, 0);
}

.meeta-event-schedule-2 {
  background: linear-gradient(180deg, #FDBA74 0%, #FB923C 100%);
  position: relative;
  z-index: 1;
}
.meeta-event-schedule-2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/bg/kuala-lumpur-skyline-bottom-right.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  z-index: -1;
  opacity: 0.3;
}
.meeta-event-schedule-2 .meeta-section-title-2 h4.sub-title {
  color: #0f3d2e;
}
.meeta-event-schedule-2 .meeta-section-title-2 h2.main-title {
  color: #ffffff;
}
.meeta-event-schedule-2 .meeta-event-schedule-tabs {
  display: inherit;
}
.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li {
  background: #ffffff;
  border: 2px solid #0f3d2e;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 8px;
}
.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #0f3d2e;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li .meeta-event-schedule-time {
  border: none;
  background: transparent;
}
.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li .meeta-event-schedule-time .meeta-event-schedule-day {
  font-family: "Apple Garamond", serif;
  color: #0f3d2e;
}
.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li .meeta-event-schedule-time p {
  color: #0f3d2e;
}
.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li.active {
  background: #0f3d2e;
}
.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li.active .meeta-event-schedule-time .meeta-event-schedule-day, .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li.active .meeta-event-schedule-time p {
  color: #ffffff;
}
.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li.active::before {
  opacity: 1;
  visibility: visible;
}
.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li:hover {
  background: #0f3d2e;
}
.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li:hover .meeta-event-schedule-time .meeta-event-schedule-day, .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li:hover .meeta-event-schedule-time p {
  color: #ffffff;
}
.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content {
  background: #fffdf6;
  box-shadow: 0px 0px 136px rgba(0, 0, 0, 0.1);
  padding: 35px 90px 25px;
  margin-top: 40px;
}
.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item {
  background: #fffaf1;
}
.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item .meeta-event-accordion-toggle .event-title .time {
  color: #0f3d2e;
}
.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item .meeta-event-accordion-toggle .event-title .title {
  color: #1a0a1e;
}
.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item .meeta-event-accordion-toggle::before {
  color: #0f3d2e;
}
.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item .meeta-event-accordion-body {
  color: #1a0a1e;
}
.meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item + .meeta-event-accordion-item {
  border-top: 1px solid #0f3d2e;
}

.hivefest-timeline-section {
  background: linear-gradient(180deg, #f1bf5f 0%, #eba442 100%);
  position: relative;
  overflow: hidden;
  /* Top fade */
  /* Bottom fade */
}
.hivefest-timeline-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/images/tropical2025/batiko.jpg") repeat;
  background-size: contain;
  opacity: 0.15; /* tweak until it’s just right */
  z-index: 0;
  pointer-events: none;
}
.hivefest-timeline-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px; /* adjust to taste */
  background: linear-gradient(to bottom, #0A473F, transparent);
  z-index: 2;
  pointer-events: none;
}
.hivefest-timeline-section .fade-bottom {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px; /* adjust to taste */
  background: linear-gradient(to top, #0A473F, transparent);
  z-index: 2;
  pointer-events: none;
}
.hivefest-timeline-section .container {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.hivefest-timeline-section .timeline-title {
  text-align: center;
  font-family: "Apple Garamond", serif;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 50px;
  color: #0A473F;
  text-shadow: 1px 4px 4px #FFC107;
}
.hivefest-timeline-section .timeline-scroll {
  display: flex;
  gap: 32px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding: 0 5vw 60px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  justify-content: flex-start;
  user-select: none;
  cursor: grab;
  scrollbar-width: none;
}
.hivefest-timeline-section .timeline-scroll::-webkit-scrollbar {
  display: none;
}
.hivefest-timeline-section .timeline-scroll:active {
  cursor: grabbing;
}
@media (min-width: 1024px) {
  .hivefest-timeline-section .timeline-scroll {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .hivefest-timeline-section .timeline-scroll {
    padding-left: 0;
    padding-right: 0;
  }
}
.hivefest-timeline-section .timeline-scroll .timeline-day {
  flex-shrink: 0;
  min-width: 200px;
  max-width: 200px;
  background: #fff8f0;
  padding: 12px;
  padding-top: 60px;
  border-radius: 12px;
  border: 3px solid #004038;
  scroll-snap-align: start;
  position: relative;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hivefest-timeline-section .timeline-scroll .timeline-day:hover {
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.18);
}
.hivefest-timeline-section .timeline-scroll .timeline-day .date {
  background: #004038;
  color: #ffffff;
  width: calc(100% + 40px);
  margin: -60px -20px 16px;
  padding: 10px 0;
  text-align: center;
  font-family: "Apple Garamond", serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: -1px;
  text-transform: uppercase;
  border-radius: 10px 10px 0 0;
}
.hivefest-timeline-section .timeline-scroll .timeline-day .events {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.hivefest-timeline-section .timeline-scroll .timeline-day .events li {
  font-size: 18px;
  line-height: 1.4;
  color: #1a0a1e;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 24px;
}
.hivefest-timeline-section .timeline-scroll .timeline-day .events li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("/assets/images/tropical2025/mapicon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.hivefest-timeline-section .timeline-fade-left,
.hivefest-timeline-section .timeline-fade-right {
  content: "";
  position: absolute;
  top: 0;
  width: 64px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.hivefest-timeline-section .timeline-fade-left {
  left: 0;
  background: linear-gradient(to right, #f1bf5f 0%, rgba(241, 191, 95, 0) 100%);
}
.hivefest-timeline-section .timeline-fade-right {
  right: 0;
  background: linear-gradient(to left, #eba442 0%, rgba(235, 164, 66, 0) 100%);
}
.hivefest-timeline-section #timelineScroll.grabbing {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

@media only screen and (max-width: 1199px) {
  .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li .meeta-event-schedule-time {
    width: 233.5px;
    padding: 13px 0;
  }
}
@media only screen and (max-width: 991px) {
  .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li .meeta-event-schedule-time {
    width: 173.5px;
    padding: 10px 0;
  }
  .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content {
    padding: 35px 50px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu {
    flex-wrap: wrap;
  }
  .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li .meeta-event-schedule-time {
    width: 173.5px;
    padding: 10px 0;
  }
  .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content {
    padding: 35px 20px 25px;
  }
  .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item .meeta-event-accordion-toggle::before {
    top: 5px;
  }
  .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item .meeta-event-accordion-toggle .image {
    margin-right: 30px;
  }
  .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item .meeta-event-accordion-body {
    padding-left: 120px;
  }
}
@media only screen and (max-width: 449px) {
  .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item .meeta-event-accordion-toggle {
    display: block;
  }
  .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item .meeta-event-accordion-toggle .image {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .meeta-event-schedule-2 .meeta-event-schedule-tabs .meeta-event-schedule-tab-content .meeta-event-schedule-tab-pane .meeta-event-accordion .meeta-event-accordion-item .meeta-event-accordion-body {
    padding-left: 0px;
  }
}

.meeta-event-schedule-4::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/schedule-bg-4.jpg);
  background-position: center bottom;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.meeta-event-schedule-4 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li::before {
  transition: none;
}
.meeta-event-schedule-4 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li .meeta-event-schedule-time {
  background: #0A473F;
}
.meeta-event-schedule-4 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li .meeta-event-schedule-time .meeta-event-schedule-day {
  color: #ffffff;
}
.meeta-event-schedule-4 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li .meeta-event-schedule-time p {
  color: #ffffff;
}
.meeta-event-schedule-4 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li .meeta-event-schedule-time.color-1 {
  background: #f9d464;
}
.meeta-event-schedule-4 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li .meeta-event-schedule-time.color-2 {
  background: #0db0ef;
}
.meeta-event-schedule-4 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li .meeta-event-schedule-time.color-3 {
  background: #554bb9;
}
.meeta-event-schedule-4 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li:nth-child(2).active::before {
  border-top: 15px solid #f9d464;
}
.meeta-event-schedule-4 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li:nth-child(3).active::before {
  border-top: 15px solid #0db0ef;
}
.meeta-event-schedule-4 .meeta-event-schedule-tabs .meeta-event-schedule-tabs-menu li:nth-child(4).active::before {
  border-top: 15px solid #554bb9;
}

.schedule-section .schedule-tag ul li {
  display: inline-block;
  margin-top: 10px;
  padding: 0 3px;
}
.schedule-section .schedule-tag ul li a {
  border: 1px solid #e1e1e1;
  border-radius: 30px;
  font-size: 14px;
  color: #FFFFFF;
  height: 35px;
  line-height: 30px;
  padding: 0 15px;
  display: block;
}
.schedule-section .schedule-tag ul li a:hover {
  color: #0A473F;
  border-color: #0A473F;
}
.schedule-section .schedule-table {
  margin-top: 35px;
}
.schedule-section .schedule-table .table-bordered {
  margin-bottom: 0;
}
.schedule-section .schedule-table .table-bordered thead tr th {
  text-align: center;
  padding: 27px 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: transparent;
  text-transform: capitalize;
  font-size: 12px;
  font-family: "Apple Garamond", serif;
  font-weight: 700;
}
.schedule-section .schedule-table .table-bordered thead tr th.color-1 {
  background: #554bb9;
}
.schedule-section .schedule-table .table-bordered thead tr th.color-2 {
  background: #00acee;
}
.schedule-section .schedule-table .table-bordered thead tr th.color-3 {
  background: #fc097c;
}
.schedule-section .schedule-table .table-bordered thead tr th.color-4 {
  background: #f9d464;
}
.schedule-section .schedule-table .table-bordered thead tr th.day {
  min-width: 105px;
}
.schedule-section .schedule-table .table-bordered tbody {
  border-top: 0;
}
.schedule-section .schedule-table .table-bordered tbody tr .hour {
  text-align: center;
  padding: 30px 0;
  vertical-align: middle;
  font-size: 14px;
  font-family: "Noto-Sans", "Inter", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  background: #f9fafc;
}
.schedule-section .schedule-table .table-bordered tbody tr .schedule-text {
  text-align: center;
}
.schedule-section .schedule-table .table-bordered tbody tr .schedule-text .time {
  font-size: 10px;
  line-height: 22px;
  font-family: "Noto-Sans", "Inter", sans-serif;
  font-weight: 700;
  color: #0A473F;
}
.schedule-section .schedule-table .table-bordered tbody tr .schedule-text .title {
  font-size: 14px;
  line-height: 20px;
  font-family: "Apple Garamond", serif;
  font-weight: 700;
  color: #FFFFFF;
}
.schedule-section .schedule-table .table-bordered tbody tr .schedule-text p {
  font-size: 10px;
  line-height: 22px;
  color: #004D40;
}
.schedule-section .schedule-table .table-bordered tbody tr .bg-1 {
  background: #fff1f7;
}
.schedule-section .schedule-table .table-bordered tbody tr .bg-2 {
  background: #edf9fe;
}
.schedule-section .schedule-table .table-bordered tbody tr .bg-3 {
  background: #fffcf4;
}
.schedule-section .schedule-table .table-bordered tbody tr .bg-4 {
  background: #f3f2fa;
}

.schedule-sidebar-wrap {
  padding-left: 40px;
  padding-top: 35px;
}
@media only screen and (max-width: 991px) {
  .schedule-sidebar-wrap {
    padding-left: 0;
  }
}
.schedule-sidebar-wrap .schedule-sidebar {
  margin-top: 40px;
}
.schedule-sidebar-wrap .schedule-sidebar .main-title {
  font-size: 18px;
  line-height: 30px;
  font-family: "Apple Garamond", serif;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.schedule-sidebar-wrap .schedule-sidebar .schedule-post ul li + li {
  margin-top: 20px;
}
.schedule-sidebar-wrap .schedule-sidebar .schedule-post ul li .post-link {
  display: flex;
  align-items: center;
}
.schedule-sidebar-wrap .schedule-sidebar .schedule-post ul li .post-link .post-thumb {
  margin-right: 20px;
}
.schedule-sidebar-wrap .schedule-sidebar .schedule-post ul li .post-link .post-thumb img {
  image-rendering: crisp-edges;
}
.schedule-sidebar-wrap .schedule-sidebar .schedule-post ul li .post-link .post-text {
  flex: 1;
}
.schedule-sidebar-wrap .schedule-sidebar .schedule-post ul li .post-link .post-text .title {
  font-size: 16px;
  line-height: 20px;
  font-family: "Apple Garamond", serif;
  font-weight: 700;
  color: #FFFFFF;
}
.schedule-sidebar-wrap .schedule-sidebar .schedule-post ul li .post-link .post-text .time {
  font-size: 12px;
  line-height: 20px;
  font-family: "Noto-Sans", "Inter", sans-serif;
  font-weight: 600;
  color: #0A473F;
}
.schedule-sidebar-wrap .schedule-sidebar .schedule-post ul li .post-link .post-text span {
  font-size: 12px;
  line-height: 20px;
  color: #666;
  display: block;
}

/*--
/*  08 - Speaker CSS
/*----------------------------------------*/
.meeta-speaker-section {
  background-color: #0A473F;
  padding-bottom: 0;
}

h4.sub-title {
  font-family: "Noto-Sans", "Inter", sans-serif;
  color: #ef8436;
  font-size: 0.8em;
  font-weight: bold;
  vertical-align: bottom;
  text-transform: uppercase;
  letter-spacing: 0.5em;
}

h2.main-title {
  font-family: "Apple Garamond", serif;
  color: #F5DEB3;
  font-size: 3rem;
}

.single-speaker {
  text-align: center;
}
.single-speaker .bio-jungly {
  display: none;
}
.single-speaker:hover .speaker-image img {
  transform: scale(1.05);
}
.single-speaker:hover .bio-jungly {
  display: block;
}
.single-speaker:hover .bio-generic {
  display: none;
}
.single-speaker:hover .speaker-content-box .speaker-name a {
  text-decoration: underline !important;
  color: #F5DEB3;
}
.single-speaker .speaker-image img {
  border-radius: 50%;
  padding: 2px;
  display: inline-block;
  width: 190px;
  border: 5px solid #001c10;
}
.single-speaker .speaker-content {
  margin-top: 10px;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.single-speaker .speaker-content::before {
  content: "";
  width: 190px;
  height: 60px;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.single-speaker .speaker-content .speaker-content-box {
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
  max-width: 187px;
  margin: 0 auto;
}
.single-speaker .speaker-content .speaker-content-box .speaker-name {
  font-family: "Apple Garamond", serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1;
  color: #F5DEB3;
}
.single-speaker .speaker-content .speaker-content-box .speaker-name a {
  text-decoration: none;
}
.single-speaker .speaker-content .speaker-content-box .speaker-designation {
  padding-top: 1em;
  color: #ef8436;
}
.single-speaker .speaker-content .speaker-shape-1 {
  width: 29px;
  position: absolute;
  top: -12px;
  right: 27%;
  z-index: -1;
}
.single-speaker .speaker-content .speaker-shape-2 {
  width: 35px;
  height: 35px;
  background-color: #fc097c;
  border-radius: 50%;
  position: absolute;
  left: 25%;
  bottom: 0px;
  z-index: -1;
}

.meeta-call-for-speakers {
  background-color: #0A473F;
  color: #fff;
  z-index: 6;
  position: relative;
}
.meeta-call-for-speakers .section-title {
  font-family: "Apple Garamond", serif;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.meeta-call-for-speakers .description {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #f4eedd;
}
.meeta-call-for-speakers .subline {
  font-size: 1rem;
  font-style: italic;
  color: #ffd88a;
  margin-bottom: 30px;
}
.meeta-call-for-speakers .btn-primary {
  background-color: #E31337;
  border-radius: 50px;
  font-weight: bold;
  border: none;
  transition: all 0.3s;
}
.meeta-call-for-speakers .btn-primary:hover {
  background-color: #041a17;
}
.meeta-call-for-speakers .speaker-image-wrap {
  text-align: center;
}
.meeta-call-for-speakers .speaker-image-wrap img {
  max-width: 100%;
  border-radius: 50%;
  border: 5px solid #073c2b;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

/*--
/*  09 - Pricing CSS
/*----------------------------------------*/
#spinnerloading {
  display: none;
}

.ticketradiobut {
  width: 80px;
  padding: 5px 5px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 3px;
  text-align: center;
  border: 2px solid white;
  display: inline-block;
}

.ticketradiobut:hover {
  width: 80px;
  padding: 5px 5px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #E31337;
  display: inline-block;
}

.ticketradiobut > input[type=radio]:disabled {
  opacity: 0.8;
  text-decoration: line-through;
}

.ticketradiobut.disabled {
  opacity: 0.5 !important;
  text-decoration: line-through !important;
}

.ticketradiobut small {
  font-size: 10px;
}

.ticketradiobut.active {
  border: 2px solid #0A473F;
  color: white;
  background-color: #0A473F;
}

.ticketpayopt {
  display: inline-block;
}

#sbdpaymentlinks ol, #sbdformcont ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1rem;
}
#sbdpaymentlinks ol li, #sbdformcont ol li {
  padding-left: 0.5rem;
  margin-top: 0.2rem;
}
#sbdpaymentlinks ul, #sbdformcont ul {
  list-style-type: square;
  list-style-position: inside;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #0A473F;
  border-radius: 3px;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #0A473F;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #0A473F;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #0A473F;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #0A473F;
}

.meeta-pricing {
  background-color: #800080;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.meeta-pricing::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/shape/shape-9.jpg);
  background-position: center center;
  background-size: cover;
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.meeta-pricing .pricing-shape-01 {
  position: absolute;
  top: 28%;
  right: 55px;
  z-index: -1;
  animation: round-01 5s linear infinite;
}
.meeta-pricing .pricing-shape-02 {
  position: absolute;
  top: 55%;
  left: 13%;
  z-index: -1;
  animation: rotate-style 10s linear infinite;
}
.meeta-pricing .pricing-shape-03 {
  position: absolute;
  top: 30%;
  left: -90px;
  width: 275px;
  height: 275px;
  border: 30px solid #f9d464;
  border-radius: 50%;
  z-index: -1;
}

.meeta-pricing-row {
  padding-top: 40px;
}
.meeta-pricing-row [class*=col-]:nth-child(3n+1) .pricing-header {
  background-color: #f9d464;
}
.meeta-pricing-row [class*=col-]:nth-child(3n+1) .price span {
  color: #f9d464;
}
.meeta-pricing-row [class*=col-]:nth-child(3n+1) .pricing-body .btn, .meeta-pricing-row [class*=col-]:nth-child(3n+1) .pricing-body .btn-2, .meeta-pricing-row [class*=col-]:nth-child(3n+1) .pricing-body .btn-primary {
  background-color: #f9d464;
}
.meeta-pricing-row [class*=col-]:nth-child(3n+2) .pricing-header {
  background-color: #0A473F;
}
.meeta-pricing-row [class*=col-]:nth-child(3n+2) .price span {
  color: #0A473F;
}
.meeta-pricing-row [class*=col-]:nth-child(3n+2) .pricing-body .btn, .meeta-pricing-row [class*=col-]:nth-child(3n+2) .pricing-body .btn-2, .meeta-pricing-row [class*=col-]:nth-child(3n+2) .pricing-body .btn-primary {
  background-color: #0A473F;
}
.meeta-pricing-row [class*=col-]:nth-child(3n+3) .pricing-header {
  background-color: #00acee;
}
.meeta-pricing-row [class*=col-]:nth-child(3n+3) .price span {
  color: #00acee;
}
.meeta-pricing-row [class*=col-]:nth-child(3n+3) .pricing-body .btn, .meeta-pricing-row [class*=col-]:nth-child(3n+3) .pricing-body .btn-2, .meeta-pricing-row [class*=col-]:nth-child(3n+3) .pricing-body .btn-primary {
  background-color: #00acee;
}

.single-pricing {
  text-align: center;
  overflow: hidden;
  border-radius: 5px;
}
.single-pricing .pricing-header {
  padding: 30px;
  position: relative;
  z-index: 1;
}
.single-pricing .pricing-header .price_title {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  margin-top: -10px;
  margin-bottom: 8px;
}
.single-pricing .pricing-header .price {
  width: 95px;
  height: 95px;
  line-height: 95px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
}
.single-pricing .pricing-header .price span {
  font-size: 60px;
  font-family: "Noto-Sans", sans-serif;
  font-weight: 700;
}
.single-pricing .pricing-header .price sup {
  font-size: 16px;
  top: -35px;
}
.single-pricing .pricing-body {
  padding: 60px 30px;
  background-color: #ffffff;
}
.single-pricing .pricing-body ul li {
  font-size: 16px;
  color: #004D40;
}
.single-pricing .pricing-body ul li + li {
  margin-top: 8px;
}
.single-pricing .pricing-body .btn, .single-pricing .pricing-body .btn-2, .single-pricing .pricing-body .btn-primary {
  margin-top: 50px;
  width: 200px;
  color: #ffffff;
}
.single-pricing.active {
  margin-top: -40px;
  position: relative;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .single-pricing.active {
    margin-top: 0;
  }
}
.single-pricing.active .pricing-header {
  padding: 50px 30px;
}
.single-pricing.active .pricing-body {
  padding: 80px 30px;
}

@keyframes rotate-style {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.meeta-pricing-2 {
  background: #1a0a1e;
  position: relative;
  z-index: 1;
}
.meeta-pricing-2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/event-bg-1.jpg);
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.meeta-pricing-2 .shape-1 {
  position: absolute;
  left: 0;
  bottom: -35px;
  z-index: -1;
}
.meeta-pricing-2 .single-pricing .pricing-header .price_title {
  font-family: "Apple Garamond", serif;
}
.meeta-pricing-2 .single-pricing .pricing-header .price span {
  font-size: 50px;
  font-family: "Apple Garamond", serif;
}
.meeta-pricing-2 .single-pricing .pricing-header .price sup {
  font-size: 14px;
  top: -25px;
}

.meeta-pricing-3 {
  position: relative;
  z-index: 1;
}
.meeta-pricing-3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/price-3-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.meeta-pricing-3 .single-pricing .pricing-body .btn, .meeta-pricing-3 .single-pricing .pricing-body .btn-2, .meeta-pricing-3 .single-pricing .pricing-body .btn-primary {
  border-radius: 5px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.meeta-pricing-3 .single-pricing .pricing-body .btn::before, .meeta-pricing-3 .single-pricing .pricing-body .btn-2::before, .meeta-pricing-3 .single-pricing .pricing-body .btn-primary::before {
  display: none;
}
.meeta-pricing-3 .single-pricing .pricing-body .btn:hover, .meeta-pricing-3 .single-pricing .pricing-body .btn-2:hover, .meeta-pricing-3 .single-pricing .pricing-body .btn-primary:hover {
  background: #800080;
  color: #ffffff;
}

.meeta-pricing-4 {
  position: relative;
  z-index: 5;
}
.meeta-pricing-4::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/price-4-bg.jpg);
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: -1;
}
.meeta-pricing-4::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(26, 10, 30, 0.8);
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .meeta-pricing-4 .meeta-pricing-row {
    padding-top: 15px;
  }
}
.meeta-pricing-4 .single-pricing {
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.meeta-pricing-4 .single-pricing::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/shape/price-shape.png);
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.meeta-pricing-4 .single-pricing .pricing-body {
  padding-top: 25px;
}
.meeta-pricing-4 .single-pricing .pricing-body ul li {
  color: #ffffff;
}
.meeta-pricing-4 .single-pricing.color-1 {
  background: #f9d464;
}
.meeta-pricing-4 .single-pricing.color-1 .pricing-header {
  background: none;
}
.meeta-pricing-4 .single-pricing.color-1 .pricing-body {
  background: none;
}
.meeta-pricing-4 .single-pricing.color-1 .pricing-body .btn, .meeta-pricing-4 .single-pricing.color-1 .pricing-body .btn-2, .meeta-pricing-4 .single-pricing.color-1 .pricing-body .btn-primary {
  background: #0A473F;
}
.meeta-pricing-4 .single-pricing.color-2 {
  background: #0A473F;
}
.meeta-pricing-4 .single-pricing.color-2 .pricing-header {
  background: none;
}
.meeta-pricing-4 .single-pricing.color-2 .pricing-body {
  background: none;
}
.meeta-pricing-4 .single-pricing.color-2 .pricing-body .btn, .meeta-pricing-4 .single-pricing.color-2 .pricing-body .btn-2, .meeta-pricing-4 .single-pricing.color-2 .pricing-body .btn-primary {
  background: #f9d464;
}
.meeta-pricing-4 .single-pricing.color-3 {
  background: #0db0ef;
}
.meeta-pricing-4 .single-pricing.color-3 .pricing-header {
  background: none;
}
.meeta-pricing-4 .single-pricing.color-3 .pricing-body {
  background: none;
}
.meeta-pricing-4 .single-pricing.color-3 .pricing-body .btn, .meeta-pricing-4 .single-pricing.color-3 .pricing-body .btn-2, .meeta-pricing-4 .single-pricing.color-3 .pricing-body .btn-primary {
  background: #0A473F;
}

.meeta-pricing-5 {
  background: #ffffff;
}
.meeta-pricing-5::before {
  display: none;
}
.meeta-pricing-5::after {
  display: none;
}

.meeta-counter-section {
  background-color: #0A473F;
  margin-top: -20vh;
  text-align: center;
}
.meeta-counter-section .meeta-countdown {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.meeta-counter-section .single-countdown {
  padding: 12px 20px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 90px;
  transition: background 0.3s ease;
}
.meeta-counter-section .single-countdown:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.meeta-counter-section .single-countdown .count {
  font-size: 38px;
  font-weight: 700;
  font-family: "Apple Garamond", serif;
  color: #ffffff;
  margin-bottom: 4px;
}
.meeta-counter-section .single-countdown .value {
  font-size: 13px;
  font-weight: 600;
  color: #FBCB75;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.countdown-line {
  display: block;
  min-height: 2.5em;
  line-height: 1.2em;
  overflow: hidden;
}

.cursor {
  display: inline-block;
  margin-left: 2px;
  color: #F5DEB3;
  animation: blink 1s step-start infinite;
  font-weight: 400;
  opacity: 0.8;
}

@keyframes blink {
  50% {
    opacity: 0.3;
  }
}
/*--
/*  12 - Tickets CSS
/*----------------------------------------*/
#transferinstruction2 {
  padding: 1em;
  font-size: 0.8em;
}

.meeta-tickets2025 {
  background: repeating-linear-gradient(to bottom, #e6efdc, #e6efdc 1px, #dfe9d9 1px, #dfe9d9 14px);
  color: #0A473F;
  z-index: 7;
  position: relative;
  padding: 30px 0;
  box-shadow: inset 0 4px 6px -4px rgba(0, 0, 0, 0.25), 0 -4px 8px -6px rgba(0, 0, 0, 0.2), 0 4px 8px -6px rgba(0, 0, 0, 0.2); /* outer onderkant */
  /* Linkerkant */
  /* Rechterkant */
  /* Op kleine schermen: stippen half buiten beeld */
}
.meeta-tickets2025 h5 {
  color: #0A473F;
}
.meeta-tickets2025 .ticket-edge-left,
.meeta-tickets2025 .ticket-edge-right {
  position: absolute;
  top: 0;
  width: 5%;
  height: 100%;
  background-repeat: repeat-y;
  background-size: 100% 4vw; /* schaalbare bol-grootte */
  z-index: 2;
  pointer-events: none;
}
.meeta-tickets2025 .ticket-edge-left {
  left: -3.75%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='10' fill='%230A473F'/%3E%3C/svg%3E");
}
.meeta-tickets2025 .ticket-edge-right {
  right: -3.75%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='0' cy='20' r='10' fill='%230A473F'/%3E%3C/svg%3E");
}
@media (max-width: 768px) {
  .meeta-tickets2025 .ticket-edge-left {
    left: -3.75%;
  }
  .meeta-tickets2025 .ticket-edge-right {
    right: -3.75%;
  }
}
.meeta-tickets2025 h2 > .subline {
  font-size: 0.3em;
  font-family: "Noto-Sans", "Inter", sans-serif;
  vertical-align: bottom;
  text-transform: uppercase;
  letter-spacing: 0.5em;
}
.meeta-tickets2025 h3 {
  font-family: "Apple Garamond", serif;
  color: #0A473F;
}
.meeta-tickets2025 h4 {
  font-family: "Apple Garamond", serif;
  font-size: 1.5em;
  color: #0A473F;
}
.meeta-tickets2025 .section-title {
  font-family: "Apple Garamond", serif;
  font-size: 3em;
  font-weight: bold;
  color: #264E36;
}
.meeta-tickets2025 #conversioncosts {
  margin: 0;
  text-align: center;
  padding: 0;
  font-size: 0.7em;
}
.meeta-tickets2025 #paymentpending_section {
  display: none;
}
.meeta-tickets2025 i {
  color: #E31337;
  font-size: 0.8em;
}
.meeta-tickets2025 #countdownclock {
  color: #E31337;
  font-size: 0.8em;
  font-weight: bold;
}
.meeta-tickets2025 #checkpollcountdown {
  font-size: 0.8em;
}
.meeta-tickets2025 #paymentpendingresponse {
  background: linear-gradient(135deg, #f5deb3 0%, #fdf6e3 100%);
  border-radius: 0.75rem;
  padding: 2rem 2rem 2.25rem;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 0, 0, 0.04);
  border: 1px solid #ececec;
}
@media (max-width: 768px) {
  .meeta-tickets2025 #paymentpendingresponse {
    padding: 1.25rem;
    background: linear-gradient(135deg, #f5deb3 0%, #fffaf0 100%);
  }
}
.meeta-tickets2025 .pill-button {
  display: inline-flex;
  position: relative;
  font-family: "Apple Garamond", serif;
  font-size: 1.2rem;
  background: #0A473F;
  border-radius: 2rem;
  color: #fff;
  padding: 0.25rem;
  user-select: none;
  max-width: 420px;
  margin: 0 auto 1rem;
  width: fit-content;
}
.meeta-tickets2025 .pill-button .pill-button-highlight {
  transition: all 0.25s ease;
  position: absolute;
  top: 4px;
  left: 4px;
  height: calc(100% - 8px);
  width: 50%;
  background: #ffffff;
  border-radius: 2rem;
  z-index: 1;
}
.meeta-tickets2025 .pill-button .pill-button-selection {
  z-index: 2;
  position: relative;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  color: #ffffff;
  transition: all 0.2s ease;
  text-align: center;
  min-width: 140px;
}
.meeta-tickets2025 .pill-button .pill-button-selection.pill-button-selection_active {
  color: #0A473F;
  font-weight: bold;
}
.meeta-tickets2025 .checkout-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.meeta-tickets2025 .checkout-buttons a {
  text-decoration: none;
}
.meeta-tickets2025 .checkout-buttons .checkout-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Apple Garamond", serif;
  font-weight: bold;
  font-size: 1rem;
  background: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  border-radius: 12px;
  padding: 0.6rem 1rem;
  transition: 0.3s ease all;
}
.meeta-tickets2025 .checkout-buttons .checkout-btn:hover {
  background: #ffffff;
  color: #000000;
}
.meeta-tickets2025 .checkout-buttons .checkout-btn a {
  text-decoration: none;
}
.meeta-tickets2025 .checkout-buttons .checkout-btn i {
  font-family: "FontAwesome";
}

.hivefest-partners {
  background-color: #0A473F;
  padding: 60px 0;
  text-align: center;
}
.hivefest-partners .section-title {
  font-family: "Apple Garamond", serif;
  color: #F5DEB3;
  font-size: 2.5rem;
  margin-bottom: 40px;
}
.hivefest-partners .partner-logo {
  width: 100%;
  height: auto;
  max-width: 220px;
  max-height: 60px;
  padding: 8px 24px;
  opacity: 1;
  opacity: 1;
  filter: brightness(500) sepia(1) saturate(3) hue-rotate(320deg);
  border-radius: 8px;
  transition: all 0.1s ease;
  margin: 0 auto;
  display: block;
}
.hivefest-partners .partner-logo:hover {
  opacity: 1;
  filter: none;
  transform: scale(1.05);
  background-color: #F5DEB3;
  border-radius: 999px;
}
.hivefest-partners .partner-logo.square {
  max-width: 120px;
  max-height: 120px;
  border-radius: 16px;
}
.hivefest-partners .partner-contact-link {
  font-family: "Apple Garamond", serif;
  color: #F5DEB3;
  font-size: 1rem;
  text-decoration: underline;
  transition: color 0.3s;
}
.hivefest-partners .partner-contact-link:hover {
  color: #E31337;
}
@media (min-width: 992px) {
  .hivefest-partners .partner-logo {
    max-width: 200px;
  }
}

/*----------------------------------------*/
/*  05. Widget CSS
/*----------------------------------------*/
/*--
/*  5.1 - Sidebar Widget CSS
/*----------------------------------------*/
.sidebar-wrap {
  border-left: 1px solid #eeeeee;
  height: 100%;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .sidebar-wrap {
    border-left: none;
    height: auto;
    padding-top: 0;
  }
}

.widget {
  margin-bottom: 40px;
  color: #004D40;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .widget .widget-title {
    padding-left: 0;
  }
}

/*
 * HiveFest Footer - Tropical Theme
 * Clean rewrite matching current HTML structure
 */
.meeta-footer-section.meeta-footer-2 {
  background-color: #F5DEB3;
  padding: 60px 0 0;
  color: #0A473F;
}
.meeta-footer-section.meeta-footer-2 .footer-widget .footer-wrap {
  padding-bottom: 60px;
}
.meeta-footer-section.meeta-footer-2 .footer-logo {
  max-width: 200px;
  height: auto;
  fill: #0A473F;
  stroke: none;
  display: block;
}
.meeta-footer-section.meeta-footer-2 .footer-newsletter {
  padding-top: 0px;
}
.meeta-footer-section.meeta-footer-2 .footer-newsletter p {
  font-size: 18px;
  font-weight: 400;
  color: #0A473F;
}
@media only screen and (max-width: 575px) {
  .meeta-footer-section.meeta-footer-2 .footer-newsletter p {
    font-size: 16px;
  }
}
.meeta-footer-section.meeta-footer-2 .footer-newsletter-form {
  margin-top: 18px;
  position: relative;
}
.meeta-footer-section.meeta-footer-2 .footer-newsletter-form input {
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  color: #1e1e1e;
  padding: 0 30px;
  background-color: white;
  border: none;
  border-radius: 8px;
}
@media only screen and (max-width: 575px) {
  .meeta-footer-section.meeta-footer-2 .footer-newsletter-form input {
    height: 50px;
    padding: 0 25px;
    font-size: 16px;
    margin-top: 10px;
  }
}
.meeta-footer-section.meeta-footer-2 .footer-newsletter-form .btn, .meeta-footer-section.meeta-footer-2 .footer-newsletter-form .btn-2, .meeta-footer-section.meeta-footer-2 .footer-newsletter-form .btn-primary {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  line-height: 60px;
  min-width: 165px;
  background-color: #0A473F;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .meeta-footer-section.meeta-footer-2 .footer-newsletter-form .btn, .meeta-footer-section.meeta-footer-2 .footer-newsletter-form .btn-2, .meeta-footer-section.meeta-footer-2 .footer-newsletter-form .btn-primary {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
  }
}
.meeta-footer-section.meeta-footer-2 .footer-bottom-wrap {
  padding-left: 125px;
  margin-top: 80px;
}
@media only screen and (max-width: 1199px) {
  .meeta-footer-section.meeta-footer-2 .footer-bottom-wrap {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .meeta-footer-section.meeta-footer-2 .footer-bottom-wrap {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .meeta-footer-section.meeta-footer-2 .footer-bottom-wrap {
    margin-top: 60px;
  }
}
.meeta-footer-section.meeta-footer-2 .footer-bottom-wrap .footer-info .title {
  font-size: 22px;
  font-family: "Apple Garamond", serif;
  font-weight: 700;
  color: #0A473F;
}
.meeta-footer-section.meeta-footer-2 .footer-bottom-wrap .footer-info .date,
.meeta-footer-section.meeta-footer-2 .footer-bottom-wrap .footer-info p {
  font-size: 14px;
  line-height: 30px;
  font-family: "Noto-Sans", "Inter", sans-serif;
  font-weight: 400;
  color: #0A473F;
  margin-top: 10px;
}
.meeta-footer-section.meeta-footer-2 .footer-widget-social {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.meeta-footer-section.meeta-footer-2 .footer-widget-social a {
  font-size: 20px;
  color: #0A473F;
}
.meeta-footer-section.meeta-footer-2 .footer-widget-social a:hover {
  color: #0A473F;
}
.meeta-footer-section.meeta-footer-2 .footer-copyright {
  border-top: 2px solid rgba(10, 71, 63, 0.4);
  padding-top: 40px;
  padding-bottom: 45px;
  margin-top: 0;
}
.meeta-footer-section.meeta-footer-2 .footer-copyright p {
  font-size: 14px;
  line-height: 24px;
  color: #0A473F;
  text-align: center;
}

/*--
/* 26. Footer CSS
/*----------------------------------------*/
.meeta-footer-section {
  background-color: #E31337;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .meeta-footer-section {
    padding: 80px 0;
  }
}

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(252, 9, 124, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateX(130%);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  position: absolute;
  content: "\f108";
  font-family: flaticon !important;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #0A473F;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  transform: rotate(90deg);
  cursor: pointer;
  display: block;
  z-index: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #0A473F;
  stroke-width: 4;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}