/*-----------------------------------------------------------------------------------

    Template Name: Meeta - Event & Conference HTML5 Template
    Template URI: https://thepixelcurve.com/
    Description: A Library of Responsive Bootstrap5, HTML5, and CSS3 Website Templates
    Author: Thepixelcurve
    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
    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


-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/

/*-- Common Style --*/
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #666666;
  outline: none;
  visibility: visible;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: "";
}

body[dir="rtl"] {
  text-align: right;
}

.text-theme {
  color: var(--picklejar-primary) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a0a1e;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

h1 {
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  .woocommerce-cart-form table td.actions .coupon input {
    margin: 15px 0 !important;
  }

  .single-tc_events .event-single-content {
    padding: 0 20px;
  }
}

.single-tc_events .event-single-content {
  position: unset !important;
}

.single-tc_events .event-single-content h3 {
  margin-bottom: 10px;
}

.single-tc_events .event-single-content h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
}

.single-tc_events .event-single-content .main-title {
  margin-bottom: 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: none;
  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: #ff9900;
}

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: 70px;
  padding-bottom: 70px;
}

@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: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-padding-02 {
  padding-top: 150px;
}

@media only screen and (max-width: 1199px) {
  .section-padding-02 {
    padding-top: 110px;
  }
}

@media only screen and (max-width: 991px) {
  .section-padding-02 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding-02 {
    padding-top: 60px;
  }
}

/*--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;
  transition: opacity 0.15s linear;
  z-index: 90;
}

/*--Section Title--*/
.meeta-section-title {
  margin-bottom: 25px;
}

.meeta-section-title .sub-title {
  font-size: 18px;
  font-weight: 700;
  color: #ff9900;
  margin-bottom: 5px;
}

@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 .sub-title {
  font-size: 18px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  color: #ff9900;
  margin-bottom: 5px;
}

.meeta-section-title-2 .main-title {
  font-size: 54px;
  line-height: 60px;
  font-family: "Archivo", sans-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: "Archivo", sans-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: 42px;
  line-height: 50px;
  font-family: "Avenir", sans-serif;
  text-transform: uppercase;
  padding-bottom: 30px;
}

@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: #ff9900;
}

/*--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: #ff9900;
}

.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: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #1a0a1e;
  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: #ff9900;
  color: #ffffff;
}

.meeta-pagination .pagination .page-item .page-link i {
  font-size: 13px;
  color: #919191;
}

.meeta-pagination .pagination .page-item.active .page-link {
  background: #ff9900;
  color: #ffffff;
}

/*--  Preloader Styles  --*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 999999;
}

#preloader .preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
}

#preloader .preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ff9900;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

#preloader .preloader span:last-child {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*----------------------------------------*/
/*  02. Elements CSS
/*----------------------------------------*/
/*--
/*  2.2 - Button CSS
/*----------------------------------------*/
.btn-margin {
  margin-top: 40px;
}

.btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border-color: transparent;
  color: #666666;
  border-radius: 0px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Archivo", sans-serif;
  height: 42px;
  line-height: 42px;
  padding: 0px 35px;
  border-width: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  z-index: 1;
  white-space: nowrap;
}

@media only screen and (max-width: 575px) {
  .btn {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
}

.btn::before {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background-color: #000000;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: -1;
  opacity: 0.1;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.btn:focus,
.btn:focus:active {
  box-shadow: none;
}

.btn:hover {
  box-shadow: none;
}

.btn:hover::before {
  width: 420px;
  height: 420px;
}

.btn-2 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #ff9900;
  border-color: transparent;
  color: #ffffff;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Archivo", sans-serif;
  height: 50px;
  line-height: 50px;
  padding: 0px 35px;
  border-width: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  z-index: 1;
  white-space: nowrap;
}

@media only screen and (max-width: 575px) {
  .btn-2 {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
}

.btn-2::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #ffffff;
  color: #ff9900;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}

.btn-2:focus,
.btn-2:focus:active {
  box-shadow: none;
}

.btn-2:hover {
  color: #ff9900;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.btn-2:hover::before {
  transform-origin: bottom left;
  transform: scale(1, 1);
}

.btn-primary {
  background-color: #ff9900 !important;
  border-color: #ff9900 !important;
  color: #ffffff !important;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #ff9900;
  border-color: #ff9900;
}

.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #ffffff;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #ffffff;
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover {
  background-color: #4caf50;
  border-color: #4caf50;
}

.btn-danger {
  background-color: #f44336;
  border-color: #f44336;
  color: #ffffff;
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
  background-color: #f44336;
  border-color: #f44336;
}

.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #1a0a1e;
}

.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}

.btn-info:active,
.btn-info:focus,
.btn-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #1a0a1e;
}

.btn-light:active,
.btn-light:focus,
.btn-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: #ffffff;
}

.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a0a1e;
  box-shadow: 5px 10px 38px 0 rgba(46, 63, 99, 0.3);
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-heading-color {
  background-color: #1a0a1e;
  border-color: #1a0a1e;
  color: #ffffff;
}

.btn-heading-color:active,
.btn-heading-color:focus,
.btn-heading-color:hover {
  background-color: #1a0a1e;
  border-color: #1a0a1e;
}

[class*="btn-outline-"] {
  border: 2px solid transparent;
  line-height: calc(50px + -2px);
}

@media only screen and (max-width: 575px) {
  [class*="btn-outline-"] {
    line-height: calc(45px + -2px);
  }
}

[class*="btn-outline-"]::before {
  width: 0;
  height: 0;
}

.btn-outline-primary {
  border-color: #ff9900;
  color: #1a0a1e;
}

.btn-outline-primary:hover {
  background-color: #ff9900;
  border-color: #ff9900;
  color: #ffffff;
}

.btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
}

.btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #ffffff;
}

.btn-outline-success {
  border-color: #4caf50;
  color: #4caf50;
}

.btn-outline-success:hover {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #ffffff;
}

.btn-outline-danger {
  border-color: #f44336;
  color: #f44336;
}

.btn-outline-danger:hover {
  background-color: #f44336;
  border-color: #f44336;
  color: #ffffff;
}

.btn-outline-warning {
  border-color: #ffc107;
  color: #ffc107;
}

.btn-outline-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #1a0a1e;
}

.btn-outline-info {
  border-color: #17a2b8;
  color: #17a2b8;
}

.btn-outline-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}

.btn-outline-light {
  border-color: #f8f9fa;
  color: #f8f9fa;
}

.btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #1a0a1e;
}

.btn-outline-dark {
  border-color: #343a40;
  color: #343a40;
}

.btn-outline-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #ffffff;
}

.btn-outline-white {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-outline-white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a0a1e;
}

.btn-outline-heading-color {
  border-color: #1a0a1e;
  color: #1a0a1e;
}

.btn-outline-heading-color:hover {
  background-color: #1a0a1e;
  border-color: #1a0a1e;
  color: #ffffff;
}

.btn-hover-primary:hover {
  background-color: #ff9900;
  border-color: #ff9900;
  color: #ffffff;
}

.btn-hover-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #ffffff;
}

.btn-hover-success:hover {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #ffffff;
}

.btn-hover-danger:hover {
  background-color: #f44336;
  border-color: #f44336;
  color: #ffffff;
}

.btn-hover-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #1a0a1e;
}

.btn-hover-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}

.btn-hover-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #1a0a1e;
}

.btn-hover-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #ffffff;
}

.btn-hover-white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a0a1e;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}

.btn-hover-heading-color:hover {
  background-color: #1a0a1e;
  border-color: #1a0a1e;
  color: #ffffff;
}

/*--
/*  2.2 - Form CSS
/*----------------------------------------*/
label {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
}

/*----------------------------------------*/
/*  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: 30px;
}

@media only screen and (max-width: 1399px) {
  .header-meta {
    gap: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .header-meta {
    gap: 20px;
  }
}

@media only screen and (max-width: 1399px) {
  .header-meta .header-btn .btn {
    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-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;
  font-family: "Archivo", sans-serif;
}

@media only screen and (max-width: 1199px) {
  .header-action button .action-text {
    display: none;
  }
}

.header-action button .count {
  font-size: 10px;
  font-weight: 700;
  color: black;
  background-color: #d0da2d;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 5px;
  width: 22px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(50%, -50%);
}

.header-navigation .main-menu {
  display: flex;
  justify-content: center;
}

.header-navigation .main-menu li {
  position: relative;
  white-space: nowrap;
}

.header-navigation .main-menu li:not(:last-child):before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: 2px;
  height: 26px;
  background: white;
  transform: translate(-50%, 0%);
}

.header-navigation .main-menu li.active a {
  color: var(--picklejar-primary) !important;
}

.header-navigation .main-menu li a,
.header-action button .action-text,
a.header__action-btn span,
.meeta-featured-section .meeta-featured-wrap .featured-more .btn-2 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  text-transform: uppercase;
}
a.header__action-btn span {
  text-transform: capitalize;
}

.header-navigation .main-menu li a {
  color: #ffffff;
  white-space: nowrap;
  padding: 30px 25px 30px;
  display: block;
}

.header-navigation .main-menu li.menu-item-has-children > a::after {
  content: "\f16c";
  font-family: "flaticon";
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-navigation .main-menu li.active-menu > a {
  color: #ff9900;
}

.header-navigation .main-menu li.active-menu > a::after {
  color: #ff9900;
}

.header-navigation .main-menu li:hover > a {
  color: #ff9900;
}

.header-navigation .main-menu li:hover > a::after {
  color: #ff9900;
}

.header-navigation .main-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-navigation .sub-menu {
  position: absolute;
  top: 110%;
  left: 0;
  width: 270px;
  background-color: #ffffff;
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  border-radius: 5px;
  z-index: 99;
  border-bottom: 3px solid #ff9900;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-navigation .sub-menu li {
  padding: 0;
}

.header-navigation .sub-menu li a {
  padding: 5px 30px;
  display: block;
  position: relative;
  color: #1a0a1e;
}

.header-navigation .sub-menu li a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff9900;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-navigation .sub-menu li a.active {
  padding-left: 37px;
  color: #ff9900;
}

.header-navigation .sub-menu li a.active::before {
  opacity: 1;
  visibility: visible;
}

.header-navigation .sub-menu li:hover > a {
  padding-left: 37px;
}

.header-navigation .sub-menu li:hover > a::before {
  opacity: 1;
  visibility: visible;
}

.header-navigation .sub-menu li .sub-menu {
  top: 0px;
  left: 100%;
}

.header-navigation .sub-menu li:hover > .sub-menu {
  top: -20px;
}

.header-sticky.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 91;
  background-color: #121212;
  border-bottom-color: #121212;
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
}

.header-sticky.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 91;
  background-color: #121212;
  border-bottom-color: #121212;
  -webkit-animation: none;
  animation: none;
}

.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: #ff9900;
}

.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: #ff9900;
}

.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 #ff9900;
}

.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: none;
  border: 0;
  padding: 0;
}

.header-toggle button span {
  width: 25px;
  height: 2px;
  background: #ff9a00;
  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-logo a img {
  width: 250px;
}

.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: "Archivo", sans-serif;
}

.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: #ff9900;
}

/*.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: #fff;
}

.meeta-header-3
  .header-middle
  .header-wrap
  .header-navigation
  .main-menu
  li.menu-item-has-children
  > a::after {
  color: #fff;
}

.meeta-header-3
  .header-middle
  .header-wrap
  .header-navigation
  .main-menu
  li:hover
  > a {
  color: #ff9900;
}

.meeta-header-3
  .header-middle
  .header-wrap
  .header-navigation
  .main-menu
  li:hover.menu-item-has-children
  > a::after {
  color: #ff9900;
}

.meeta-header-3
  .header-middle
  .header-wrap
  .header-navigation
  .main-menu
  li.active-menu
  > a {
  color: #fff;
}

.meeta-header-3
  .header-middle
  .header-wrap
  .header-navigation
  .main-menu
  li.active-menu
  > a::after {
  color: #ff9900;
}

.meeta-header-3
  .header-middle.sticky
  .header-wrap
  .header-navigation
  .main-menu
  > li.active-menu
  > a::after {
  color: #ff9900;
}

.meeta-header-3 .header-middle .header-wrap .header-btn .btn-2 {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  border-radius: 5px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes sticky {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

.meeta-header-4 .header-navigation .main-menu li a {
  font-family: "Archivo", sans-serif;
}

.meeta-header-4 .header-navigation .sub-menu li a {
  font-family: "Archivo", sans-serif;
}

.meeta-header-4 .header-action button {
  font-family: "Archivo", sans-serif;
}

.meeta-header-4 .header-meta .header-btn .btn {
  font-family: "Archivo", sans-serif;
}

.meeta-header-5 {
  background: transparent;
}

/*--
/*  02.1 - Mini Cart CSS
/*----------------------------------------*/
.meeta-mini-cart-box {
  position: fixed;
  top: 70px;
  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;
}
@media screen and (max-width : 380px) {
  .meeta-mini-cart-box{
    width: 330px;
  }
}

.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 .woocommerce-mini-cart__empty-message{
  text-align: center;
}
.meeta-mini-cart-box .add-cart-icon{
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto 9px;
}
.meeta-mini-cart-box .cart-cross{
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 12px;
}

.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%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  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: #ff9900;
  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: #1a0a1e;
}

.meeta-mini-cart-box .mini-cart-sub-total p strong {
  font-weight: 600;
}

.meeta-mini-cart-box .mini-cart-amount {
  color: #ff9900;
  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 {
  width: 48%;
}

.off-canvas {
  position: absolute;
  z-index: 95;
}

.off-canvas.show .meeta-mini-cart-box {
  transform: translateX(0);
}

/*--
/*  02.2 - Offcanvas CSS
/*----------------------------------------*/
.offcanvas {
  background: #191919;
  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: #ff9900;
}

.offcanvas-logo a img {
  width: 130px;
}

.offcanvas-menu {
  padding: 0;
}

.offcanvas-menu .main-menu li {
  position: relative;
  border-bottom: 1px solid #323232;
}

.offcanvas-menu .main-menu li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding: 5px 0px;
  position: relative;
}

.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: #ff9900;
}

.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: "Archivo", sans-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
/*----------------------------------------*/
.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;
  }

  .meeta-header-2 .header-middle .header-wrap .header-logo a img {
    max-width: 200px;
  }
}

@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;
  -webkit-animation: bounce-animate 3s infinite linear;
  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;
  -webkit-animation: round-01 5s linear infinite;
  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 #1fe0df;
  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;

  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;

  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;
  }
}

@-webkit-keyframes round-01 {
  0% {
    transform: rotate(15deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(15deg);
  }
}

@keyframes round-01 {
  0% {
    transform: rotate(15deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(15deg);
  }
}

@-webkit-keyframes bounce-animate {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

@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;
  -webkit-animation: animationFrames 30s alternate infinite linear;
  animation: animationFrames 30s alternate infinite linear;
}

.meeta-hero-section-2 .shape-2 {
  position: absolute;
  right: 28.5%;
  top: 16%;
  z-index: -1;
  -webkit-animation: rotate-style 10s linear infinite;
  animation: rotate-style 10s linear infinite;
}

.meeta-hero-section-2 .shape-3 {
  position: absolute;
  right: 14.5%;
  bottom: 35%;
  z-index: -1;
  -webkit-animation: animationFrames 30s alternate infinite linear;
  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,
    #5e0886 0%,
    #5e0885 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: "Archivo", sans-serif;
  font-weight: 700;
  color: #ffffff;
}

.meeta-hero-section-2 .meeta-hero-content .text {
  font-size: 22px;
  line-height: 170px;
  font-family: "Archivo", sans-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: #ff9900;
}

.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: "Archivo", sans-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: "Open Sans", 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;
  }
}

@-webkit-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);
  }
}

@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, #f6730d 0%, #d90845 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: "Archivo", sans-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: "Archivo", sans-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: "Archivo", sans-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: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
}

.meeta-hero-section-3 .meeta-hero-content .text {
  font-size: 18px;
  line-height: 55px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #ffffff;
}

.meeta-hero-section-3 .meeta-hero-content .title {
  font-size: 70px;
  line-height: 72px;
  font-family: "Archivo", sans-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 {
  background: #ffffff;
  color: #ff9900;
  border-radius: 5px;
}

.meeta-hero-section-3 .meeta-hero-content .hero-btn .btn-2::before {
  background-color: #ff9900;
}

.meeta-hero-section-3 .meeta-hero-content .hero-btn .btn-2: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: "Archivo", sans-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: "Archivo", sans-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: "Archivo", sans-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: "Archivo", sans-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: "Archivo", sans-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: "Archivo", sans-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 {
  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: 170px;
  padding-bottom: 40px;
  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: 30px;
}

.meeta-hero-section-5 .hero-content .title-wrap .title {
  font-size: 72px;
  line-height: 1;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 1;
  color: #fff;
}

.meeta-hero-section-5 .hero-content .title-wrap .sub-title {
  font-size: 30px;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ff9900;
  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.6);
}

.meeta-hero-section-5 .hero-content .search-form-wrap .search-form-inner {
  max-width: 750px;
  margin: 0 auto;
  background: #ffffff;
  padding: 30px 50px;
}

.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: calc(100% / 3);
  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: "Open Sans", sans-serif;
  font-weight: 600;
  color: #1a0a1e;
  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: #ff9900;
  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: #1a0a1e;
}

.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,
.meeta-hero-section-5
  .hero-content
  .search-form-wrap
  .search-form-inner
  .search-form
  .form-btn
  .search-btn-y {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #ff9900;
  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;
  color: #ccc;
}

.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: #ccc;
}

.meeta-hero-section-5 .hero-content .popular-tag ul li a:hover {
  color: #ff9900;
}

@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,
  .meeta-hero-section-5
    .hero-content
    .search-form-wrap
    .search-form-inner
    .search-form
    .form-btn
    .search-btn-y {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #ff9900;
    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 > h3 {
    font-size: 22px !important;
  }

  .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: 900px;
  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-6::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-6 .shape-svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.meeta-hero-section-6 .meeta-hero-content {
  max-width: 760px;
  margin: 0 auto;
}

.meeta-hero-section-6 .meeta-hero-content .title {
  font-size: 90px;
  line-height: 105px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #ffffff;
}

.meeta-hero-section-6 .meeta-hero-content .title span {
  color: #ff9900;
}

.meeta-hero-section-6 .meeta-hero-content .text {
  font-size: 22px;
  line-height: 60px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #ffffff;
}

.meeta-hero-section-6 .meeta-hero-content .header-btn {
  margin-top: 60px;
}

@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;
  }
}

/*--
/*  04 - Register & Countdown CSS
/*----------------------------------------*/
.meeta-register-countdown .register-countdown-shape {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -50px;
  z-index: -2;
}

.meeta-register-countdown-wrapper {
  padding: 70px 100px;
  box-shadow: 0px 10px 180px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: relative;
  z-index: 1;
  margin-top: -143px;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .meeta-register-countdown-wrapper {
    padding: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-register-countdown-wrapper {
    margin-top: 50px;
    padding: 20px;
  }
}

.meeta-register-countdown-wrapper::before {
  position: absolute;
  content: "";
  background-image: url(../images/shape/shape-3.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.45;
}

.meeta-register .register-title {
  font-size: 40px;
  font-weight: 700;
  margin-top: -10px;
}

@media only screen and (max-width: 575px) {
  .meeta-register .register-title {
    font-size: 28px;
  }
}

.meeta-register .register-btn {
  margin-top: 15px;
  padding: 0 60px;
}

.meeta-countdown {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.meeta-countdown .single-countdown {
  text-align: center;
  position: relative;
}

.meeta-countdown .single-countdown::before {
  content: ":";
  font-size: 58px;
  font-weight: 700;

  line-height: 1;
  position: absolute;
  right: -34.5%;
  top: 14px;
}

@media only screen and (max-width: 767px) {
  .meeta-countdown .single-countdown::before {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-countdown .single-countdown::before {
    top: 10px;
    font-size: 24px;
    right: -24%;
  }
}

.meeta-countdown .single-countdown .count {
  font-size: 58px;
  font-weight: 700;

  width: 110px;
  height: 110px;
  line-height: 110px;
  display: block;
  text-align: center;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .meeta-countdown .single-countdown .count {
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-countdown .single-countdown .count {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }
}

.meeta-countdown .single-countdown .value {
  color: #9a9a9a;
  margin-top: 10px;
  display: block;
}

.meeta-countdown .single-countdown:nth-child(1) .count {
  background-color: #f9d464;
}

.meeta-countdown .single-countdown:nth-child(1)::before {
  color: #f9d464;
}

.meeta-countdown .single-countdown:nth-child(2) .count {
  background-color: #00acee;
}

.meeta-countdown .single-countdown:nth-child(2)::before {
  color: #00acee;
}

.meeta-countdown .single-countdown:nth-child(3) .count {
  background-color: #ff9900;
}

.meeta-countdown .single-countdown:nth-child(3)::before {
  color: #ff9900;
}

.meeta-countdown .single-countdown:nth-child(4) .count {
  background-color: #554bb9;
}

.meeta-countdown .single-countdown:nth-child(4)::before {
  color: #554bb9;
}

.meeta-countdown .single-countdown:last-child::before {
  display: none;
}

.register-countdown-4 {
  margin-top: -80px;
  position: relative;
  z-index: 5;
}

.register-countdown-4 .count-shape-1 {
  position: absolute;
  left: 15px;
  bottom: -25px;
}

.register-countdown-4 .count-shape-2 {
  position: absolute;
  right: 15px;
  top: -25px;
}

.register-countdown-4 .count-shape-3 {
  position: absolute;
  top: 0;
  left: 0;
}

.register-countdown-4 .meeta-register-countdown-wrapper {
  padding: 35px 120px 50px;
  max-width: 1080px;
  margin: 30px auto;
}

.register-countdown-4 .meeta-register-countdown-wrapper::before {
  display: none;
}

.register-countdown-4
  .meeta-register-countdown-wrapper
  .meeta-countdown
  .single-countdown
  .count {
  height: 95px;
  line-height: 110px;
  font-family: "Archivo", sans-serif;
  background: none;
  color: #ff9900;
}

.register-countdown-4
  .meeta-register-countdown-wrapper
  .meeta-countdown
  .single-countdown
  .value {
  margin-top: 0;
}

.register-countdown-4
  .meeta-register-countdown-wrapper
  .meeta-countdown
  .single-countdown:nth-child(1)::before {
  color: #ff9900;
}

.register-countdown-4
  .meeta-register-countdown-wrapper
  .meeta-countdown
  .single-countdown:nth-child(2)
  .count {
  color: #f9d464;
}

.register-countdown-4
  .meeta-register-countdown-wrapper
  .meeta-countdown
  .single-countdown:nth-child(2)::before {
  color: #f9d464;
}

.register-countdown-4
  .meeta-register-countdown-wrapper
  .meeta-countdown
  .single-countdown:nth-child(3)
  .count {
  color: #0db0ef;
}

.register-countdown-4
  .meeta-register-countdown-wrapper
  .meeta-countdown
  .single-countdown:nth-child(3)::before {
  color: #0db0ef;
}

.register-countdown-4
  .meeta-register-countdown-wrapper
  .meeta-countdown
  .single-countdown:nth-child(4)
  .count {
  color: #554bb9;
}

@media only screen and (max-width: 1199px) {
  .register-countdown-4 {
    margin-top: -35px;
  }

  .register-countdown-4 .meeta-register-countdown-wrapper {
    margin: 30px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .register-countdown-4 {
    margin-top: -35px;
  }

  .register-countdown-4 .meeta-register-countdown-wrapper {
    padding: 35px 40px 50px;
  }

  .register-countdown-4
    .meeta-register-countdown-wrapper
    .meeta-countdown
    .single-countdown
    .count {
    height: 85px;
    line-height: 105px;
  }
}

@media only screen and (max-width: 767px) {
  .register-countdown-4 {
    margin-top: 0;
  }

  .register-countdown-4 .meeta-register-countdown-wrapper {
    padding: 35px 40px 50px;
  }

  .register-countdown-4
    .meeta-register-countdown-wrapper
    .meeta-countdown
    .single-countdown
    .count {
    width: 70px;
    height: 62px;
    line-height: 82px;
  }
}

@media only screen and (max-width: 575px) {
  .register-countdown-4 .count-shape-1 {
    display: none;
  }

  .register-countdown-4 .count-shape-2 {
    display: none;
  }

  .register-countdown-4 .meeta-register-countdown-wrapper {
    padding: 35px 20px 50px;
    max-width: 100%;
    margin: 0 auto;
  }

  .register-countdown-4
    .meeta-register-countdown-wrapper
    .meeta-countdown
    .single-countdown
    .count {
    width: 60px;
    height: 45px;
    line-height: 55px;
    font-size: 30px;
  }
}

/*--
/*  05 - About CSS
/*----------------------------------------*/
.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;

  color: #1a0a1e;
  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 .meeta-about-images-2 {
  position: relative;
  padding: 0px 75px;
}

.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: #ff9900;
  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: #311a79;
  color: #ffffff;
}

.meeta-about-section-2 .about-2-content-wrap {
  padding-left: 20px;
}

.meeta-about-section-2 .about-2-content-wrap .meeta-section-title-2 {
  margin-bottom: 40px;
}

.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;
}

.meeta-about-section-2 .about-2-content-wrap .meeta-about-content .about-list {
  padding-top: 15px;
  max-width: 425px;
}

.meeta-about-section-2
  .about-2-content-wrap
  .meeta-about-content
  .about-list
  ul {
  display: flex;
  flex-wrap: wrap;
}

.meeta-about-section-2
  .about-2-content-wrap
  .meeta-about-content
  .about-list
  ul
  .about-list-item {
  display: flex;
  align-items: center;
  width: 50%;
  border-bottom: 1px solid #000;
  max-width: 190px;
  padding-bottom: 10px;
  margin-top: 30px;
}

.meeta-about-section-2
  .about-2-content-wrap
  .meeta-about-content
  .about-list
  ul
  .about-list-item
  .about-icon
  img {
  transition: all 400ms ease;
}

.meeta-about-section-2
  .about-2-content-wrap
  .meeta-about-content
  .about-list
  ul
  .about-list-item
  .about-text
  .title {
  font-size: 18px;
  line-height: 22px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-left: 20px;
}

.meeta-about-section-2
  .about-2-content-wrap
  .meeta-about-content
  .about-list
  ul
  .about-list-item:nth-child(1) {
  margin-right: 35px;
  border-color: #00acee;
}

.meeta-about-section-2
  .about-2-content-wrap
  .meeta-about-content
  .about-list
  ul
  .about-list-item:nth-child(2) {
  border-color: #f9d464;
}

.meeta-about-section-2
  .about-2-content-wrap
  .meeta-about-content
  .about-list
  ul
  .about-list-item:nth-child(3) {
  margin-right: 35px;
  border-color: #554bb9;
}

.meeta-about-section-2
  .about-2-content-wrap
  .meeta-about-content
  .about-list
  ul
  .about-list-item:nth-child(4) {
  border-color: #ff9900;
}

.meeta-about-section-2
  .about-2-content-wrap
  .meeta-about-content
  .about-list
  ul
  .about-list-item:hover
  .about-icon
  img {
  transform: scale(-1) rotate(180deg);
}

@media only screen and (max-width: 1199px) {
  .meeta-about-section-2 .meeta-about-images-2 {
    padding: 0 60px;
  }

  .meeta-about-section-2 .about-2-content-wrap {
    padding-left: 0;
  }

  .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 {
    padding: 60px 60px;
  }

  .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 {
    padding: 20px 20px;
  }

  .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: 185px;
  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: "Open Sans", sans-serif;
  font-weight: 600;
  color: #1a0a1e;
  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 {
  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;
  -webkit-animation: round-01 5s linear infinite;
  animation: round-01 5s linear infinite;
}

.meeta-about-section-4 .shape-2 {
  position: absolute;
  top: 0;
  right: 130px;
  z-index: -1;
  -webkit-animation: rotate-style 10s linear infinite;
  animation: rotate-style 10s linear infinite;
}

.meeta-about-section-4 .shape-3 {
  position: absolute;
  top: 60px;
  right: -50px;
  z-index: -1;
  -webkit-animation: round-01 5s linear infinite;
  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: "Archivo", sans-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: "Open Sans", 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(252, 9, 124, 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;
}

.meeta-about-section-4
  .meeta-about-content-wrap
  .meeta-about-content-4
  .about-list {
  margin-top: 15px;
}

.meeta-about-section-4
  .meeta-about-content-wrap
  .meeta-about-content-4
  .about-list
  ul {
  display: flex;
  flex-wrap: wrap;
}

.meeta-about-section-4
  .meeta-about-content-wrap
  .meeta-about-content-4
  .about-list
  ul
  .about-list-item {
  display: flex;
  width: 50%;
  margin-top: 25px;
}

@media only screen and (max-width: 1199px) {
  .meeta-about-section-4
    .meeta-about-content-wrap
    .meeta-about-content-4
    .about-list
    ul
    .about-list-item {
    width: 100%;
  }
}

.meeta-about-section-4
  .meeta-about-content-wrap
  .meeta-about-content-4
  .about-list
  ul
  .about-list-item
  .about-text {
  flex: 1;
  margin-left: 20px;
}

.meeta-about-section-4
  .meeta-about-content-wrap
  .meeta-about-content-4
  .about-list
  ul
  .about-list-item
  .about-text
  .title {
  font-size: 22px;
  line-height: 22px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

.meeta-about-section-4
  .meeta-about-content-wrap
  .meeta-about-content-4
  .about-list
  ul
  .about-list-item
  .about-text
  p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
}

@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;
  }
}

/*--
/*  06 - Event Sponsors CSS
/*----------------------------------------*/
.meeta-event-sponsors {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.meeta-event-sponsors::before {
  position: absolute;
  content: "";
  background-color: #250449;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.9;
}

.meeta-event-sponsors-2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.meeta-event-sponsors-3 .meeta-sponsor-wrap {
  margin-top: -30px;
}

.meeta-event-sponsors-3 .meeta-sponsor-wrap .meeta-sponsor-logo {
  background: #fafafa;
  padding: 30px;
  margin-top: 30px;
  height: 130px;
  line-height: 65px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.meeta-event-sponsors-3 .meeta-sponsor-wrap .meeta-sponsor-logo:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.meeta-event-sponsors-3 .meeta-sponsor-wrap .meeta-sponsor-logo:hover a img {
  opacity: 0.75;
}

.meeta-event-sponsors-4 .meeta-sponsor-wrap {
  position: relative;
  padding-top: 15px;
}

.meeta-event-sponsors-4 .meeta-sponsor-wrap::before {
  content: "";
  background: #ebebeb;
  width: 100%;
  margin: auto;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

.meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box {
  border-right: 1px solid #ebebeb;
}

@media only screen and (max-width: 991px) {
  .meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box {
    border-right: 0;
  }
}

.meeta-event-sponsors-4
  .meeta-sponsor-wrap
  .meeta-sponsor-item-box.sponsor-box-1 {
  padding-right: 20px;
}

.meeta-event-sponsors-4
  .meeta-sponsor-wrap
  .meeta-sponsor-item-box.sponsor-box-2 {
  padding-right: 20px;
}

.meeta-event-sponsors-4
  .meeta-sponsor-wrap
  .meeta-sponsor-item-box.sponsor-box-3 {
  padding-right: 20px;
}

.meeta-event-sponsors-4
  .meeta-sponsor-wrap
  .meeta-sponsor-item-box.sponsor-box-4 {
  padding-right: 20px;
  border-right: 0;
}

.meeta-event-sponsors-4
  .meeta-sponsor-wrap
  .meeta-sponsor-item-box
  .meeta-sponsor-logo {
  height: 130px;
  line-height: 120px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .meeta-event-sponsors-4 .meeta-sponsor-wrap {
    padding-top: 0px;
  }

  .meeta-event-sponsors-4 .meeta-sponsor-wrap::before {
    display: none;
  }

  .meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box {
    border-right: 0;
  }

  .meeta-event-sponsors-4
    .meeta-sponsor-wrap
    .meeta-sponsor-item-box.sponsor-box-1 {
    padding-right: 0px;
  }

  .meeta-event-sponsors-4
    .meeta-sponsor-wrap
    .meeta-sponsor-item-box.sponsor-box-2 {
    padding-right: 0px;
  }

  .meeta-event-sponsors-4
    .meeta-sponsor-wrap
    .meeta-sponsor-item-box.sponsor-box-3 {
    padding-right: 0px;
  }

  .meeta-event-sponsors-4
    .meeta-sponsor-wrap
    .meeta-sponsor-item-box.sponsor-box-4 {
    padding-right: 0px;
    border-right: 0;
  }
}

/*--
/*  07. - Event Schedule CSS
/*----------------------------------------*/
.meeta-event-schedule {
  background-color: #311a79;
  position: relative;
  z-index: 1;
}

.meeta-event-schedule::before {
  position: absolute;
  content: "";
  background-image: url(../images/shape/shape-6.png);
  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: #ff9900;
  border-color: #ff9900;
}

.meeta-event-schedule-time {
  width: 165px;
  padding: 20px 0;
  border: 1px dashed #ffffff;
  text-align: center;
  border-radius: 8px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .meeta-event-schedule-time {
    width: 120px;
    padding: 10px 0;
  }
}

.meeta-event-schedule-time p {
  color: #ffffff;
}

.meeta-event-schedule-day {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  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: #1a0a1e;
  font-size: 36px;

  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: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  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;
}

.meeta-event-schedule-2 {
  background: #fefefe;
  position: relative;
}

.meeta-event-schedule-2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/schedule-2-bg.png);
  background-position: center bottom;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.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;
}

.meeta-event-schedule-2
  .meeta-event-schedule-tabs
  .meeta-event-schedule-tabs-menu
  li {
  margin-top: 0;
  background: #f9fafc;
  position: relative;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.meeta-event-schedule-2
  .meeta-event-schedule-tabs
  .meeta-event-schedule-tabs-menu
  li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #ff9900;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1;
}

.meeta-event-schedule-2
  .meeta-event-schedule-tabs
  .meeta-event-schedule-tabs-menu
  li
  .meeta-event-schedule-time {
  width: 286.5px;
  border: 0;
  border-radius: 0;
  padding: 13px 0;
}

.meeta-event-schedule-2
  .meeta-event-schedule-tabs
  .meeta-event-schedule-tabs-menu
  li
  .meeta-event-schedule-time
  .meeta-event-schedule-day {
  font-family: "Archivo", sans-serif;
  color: #1a0a1e;
  margin-bottom: 0;
}

.meeta-event-schedule-2
  .meeta-event-schedule-tabs
  .meeta-event-schedule-tabs-menu
  li
  .meeta-event-schedule-time
  p {
  color: #1a0a1e;
}

.meeta-event-schedule-2
  .meeta-event-schedule-tabs
  .meeta-event-schedule-tabs-menu
  li:hover {
  background: #ff9900;
}

.meeta-event-schedule-2
  .meeta-event-schedule-tabs
  .meeta-event-schedule-tabs-menu
  li:hover
  .meeta-event-schedule-time
  .meeta-event-schedule-day {
  color: #ffffff;
}

.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-tabs-menu
  li.active::before {
  opacity: 1;
  visibility: visible;
  bottom: -15px;
}

.meeta-event-schedule-2
  .meeta-event-schedule-tabs
  .meeta-event-schedule-tabs-menu
  li.active
  .meeta-event-schedule-time
  .meeta-event-schedule-day {
  color: #ffffff;
}

.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-tab-content {
  background: #ffffff;
  box-shadow: 0px 0px 136px 0px rgba(0, 0, 0, 0.17);
  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 {
  border-radius: 0;
  padding-top: 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-toggle {
  display: flex;
  align-items: center;
}

.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 {
  font-size: 45px;
  color: #ff9900;
  top: 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-toggle
  .image {
  margin-right: 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
  .meeta-event-accordion-toggle
  .image
  img {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.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 {
  flex: 1;
}

.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 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #ff9900;
}

.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 {
  font-family: "Archivo", sans-serif;
}

.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: 128px;
}

.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 #ff9900;
  margin-top: 10px;
}

@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: #ff9900;
}

.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: #1a0a1e;
  height: 35px;
  line-height: 30px;
  padding: 0 15px;
  display: block;
}

.schedule-section .schedule-tag ul li a:hover {
  color: #ff9900;
  border-color: #ff9900;
}

.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: "Archivo", sans-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: #ff9900;
}

.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: "Open Sans", sans-serif;
  font-weight: 600;
  color: #1a0a1e;
  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: "Open Sans", sans-serif;
  font-weight: 700;
  color: #ff9900;
}

.schedule-section
  .schedule-table
  .table-bordered
  tbody
  tr
  .schedule-text
  .title {
  font-size: 14px;
  line-height: 20px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

.schedule-section .schedule-table .table-bordered tbody tr .schedule-text p {
  font-size: 10px;
  line-height: 22px;
  color: #666666;
}

.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: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  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: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

.schedule-sidebar-wrap
  .schedule-sidebar
  .schedule-post
  ul
  li
  .post-link
  .post-text
  .time {
  font-size: 12px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #ff9900;
}

.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-speakers-row
  [class*="col-"]:nth-child(4n + 1)
  .single-speaker
  .speaker-image
  img {
  background-color: #f9d464;
}

.meeta-speakers-row
  [class*="col-"]:nth-child(4n + 2)
  .single-speaker
  .speaker-image
  img {
  background-color: #00acee;
}

.meeta-speakers-row
  [class*="col-"]:nth-child(4n + 3)
  .single-speaker
  .speaker-image
  img {
  background-color: #ff9900;
}

.meeta-speakers-row
  [class*="col-"]:nth-child(4n + 4)
  .single-speaker
  .speaker-image
  img {
  background-color: #554bb9;
}

.single-speaker {
  text-align: center;
}

.single-speaker:hover .speaker-image img {
  transform: scale(1.05);
}

.single-speaker .speaker-image img {
  border-radius: 50%;
  padding: 10px;
}

.single-speaker .speaker-content {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding-bottom: 15px;
}

.single-speaker .speaker-content::before {
  content: "";
  width: 170px;
  height: 60px;
  background-image: url(../images/shape/shape-7.png);
  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;
  background-color: #ffffff;
  padding-bottom: 10px;
  padding-top: 10px;
  max-width: 120px;
  margin: 0 auto;
}

.single-speaker .speaker-content .speaker-content-box .speaker-name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
}

.single-speaker .speaker-content .speaker-content-box .speaker-designation {
  font-size: 14px;
  color: #666666;
}

.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: #ff9900;
  border-radius: 50%;
  position: absolute;
  left: 25%;
  bottom: 0px;
  z-index: -1;
}

.meeta-speakers-2 {
  background: #311a79;
  position: relative;
  z-index: 1;
}

.meeta-speakers-2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/speaker-bg-2.png);
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.meeta-speakers-content-wrap-2 {
  margin-top: -20px;
}

.single-speaker-2 {
  padding: 60px 0px 45px 0px;
  background: #ff9900;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.single-speaker-2 .shape-2 {
  position: absolute;
  right: -20px;
  bottom: -8px;
  z-index: -1;
}

.single-speaker-2.color-1 {
  background: #00acee;
}

.single-speaker-2.color-2 {
  background: #554bb9;
}

.single-speaker-2.color-3 {
  background: #f9d464;
}

.single-speaker-2.color-4 {
  background: #ff9900;
}

.single-speaker-2.color-5 {
  background: #44d7b6;
}

.single-speaker-2.color-6 {
  background: #00acee;
}

.single-speaker-2 .speaker-image {
  position: relative;
  z-index: 1;
}

.single-speaker-2 .speaker-image .shape-1 {
  position: absolute;
  top: -27px;
  left: 40px;
  z-index: -1;
  transition: all 0.3s linear;
}

.single-speaker-2 .speaker-image .image img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-speaker-2 .speaker-image:hover .image img {
  transform: scale(0.98);
}

.single-speaker-2 .speaker-content {
  margin-top: 45px;
}

.single-speaker-2 .speaker-content .speaker-name {
  font-size: 24px;
  line-height: 25px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}

.single-speaker-2 .speaker-content .speaker-name a {
  color: #1a0a1e;
  background: #ffffff;
  padding: 0 10px;
}

.single-speaker-2 .speaker-content .speaker-name a:hover {
  color: #ff9900;
}

.single-speaker-2 .speaker-content .speaker-designation {
  font-size: 14px;
  line-height: 25px;
  color: #1a0a1e;
  background: #ffffff;
  display: inline-block;
  padding: 0 10px;
}

.single-speaker-2:hover .speaker-image .shape-1 {
  -webkit-animation: rotate-style 40s linear infinite;
  animation: rotate-style 40s linear infinite;
}

@media only screen and (max-width: 1199px) {
  .single-speaker-2 {
    padding: 60px 10px 45px 10px;
  }

  .single-speaker-2 .speaker-image .shape-1 {
    top: -20px;
    left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .single-speaker-2 {
    padding: 60px 10px 45px 10px;
  }

  .single-speaker-2 .speaker-image .shape-1 {
    top: -28px;
    left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .single-speaker-2 .speaker-image .image img {
    max-width: 85%;
  }

  .single-speaker-2 .speaker-image .shape-1 {
    top: -18px;
    left: 2px;
  }
}

@media only screen and (max-width: 575px) {
  .single-speaker-2 .speaker-image .image img {
    max-width: 100%;
  }

  .single-speaker-2 .speaker-image .shape-1 {
    display: none;
  }
}

.meeta-speakers-3 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.meeta-speakers-3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #f6730d 0%, #d90845 100%);
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: -1;
}

.meeta-speakers-3 .meeta-speakers-content-wrap {
  margin-top: -15px;
}

.single-speker-3 {
  margin-top: 30px;
}

.single-speker-3 .speker-img {
  overflow: hidden;
  position: relative;
  /*border-radius: 5px;*/
}

.single-speker-3 .speker-img a {
  display: block;
  position: relative;
  /*display: flex;*/
  /*  width: 100%;*/
  /*  aspect-ratio: 23 / 33;*/
  /*  object-fit: cover;*/
  /*   background: #d1d1d1;*/
  /*background: #d1d1d1 url(../images/pj_icon_grey.png) no-repeat;*/
  /*background-position: center;*/
  /*background-size: 55px;*/
}

.single-speker-3 .speker-img a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ff9900;
  width: 100%;
  height: 255px;
  -webkit-clip-path: polygon(0 71%, 100% 48%, 100% 100%, 0% 100%);
  clip-path: polygon(0 71%, 100% 48%, 100% 100%, 0% 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-speker-3 .speker-img a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ff9900;
  width: 100%;
  height: 295px;
  -webkit-clip-path: polygon(0 71%, 100% 48%, 100% 100%, 0% 100%);
  clip-path: polygon(0 71%, 100% 48%, 100% 100%, 0% 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-speker-3 .speker-img a img {
  width: 100%;
  height: 100%;
  /* height: 270px;*/
  /*object-fit: cover;*/
}

.single-speker-3 .speker-img .speker-content {
  /*position: absolute;*/
  /*bottom: 0;*/
  /*left: 0;*/
  /*right: 0;*/
  /*margin: 0 auto;*/
  /*transform: translateY(0);*/
  /*opacity: 0;*/
  /*visibility: visible;*/
  /*transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);*/
  opacity: 1;
  position: relative;
  transform: translateY(0);
  padding: 10px;
}

.single-speker-3 .speker-img .speker-content .name {
  font-size: 20px;
  line-height: 22px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #747776;
  text-align: left;
}

.single-speker-3 .speker-img .speker-content .designation {
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #747776;
  text-align: left;
  display: block;
}

.single-speker-3:hover .speker-img a::before {
  opacity: 1;
  visibility: visible;
}

.single-speker-3:hover .speker-img a::after {
  opacity: 0.4;
  visibility: visible;
}

.single-speker-3:hover .speker-img .speker-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.single-speker-3 .speker-img a::before,
.single-speker-3 .speker-img a::after {
  content: none;
}

.meeta-speakers-4 {
  padding-top: 460px;
  background: #554bc0;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .meeta-speakers-4 {
    padding-top: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .meeta-speakers-4 {
    padding-top: 265px;
  }
}

.meeta-speakers-4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-120px);
  background-image: url(../images/shape/speaker-shape-4.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.single-speaker-4 {
  background: #ffffff;
}

.single-speaker-4.grey-bg {
  background: #f9fafc;
}

.single-speaker-4 .speaker-image {
  overflow: hidden;
}

.single-speaker-4 .speaker-image a {
  display: block;
}

.single-speaker-4 .speaker-image a img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-speaker-4 .speaker-content {
  padding: 20px;
}

.single-speaker-4 .speaker-content .speaker-name {
  font-size: 24px;
  line-height: 25px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

.single-speaker-4 .speaker-content .speaker-designation {
  font-size: 14px;
  line-height: 25px;
  color: #1a0a1e;
}

.single-speaker-4:hover .speaker-image a img {
  transform: scale(1.1);
}

@-webkit-keyframes rotate-style {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-style {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.meeta-speakers-5 {
  position: relative;
  z-index: 1;
}

.meeta-speakers-5::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/speaker-bg-2.png);
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.meeta-speakers-5 .single-speaker .speaker-content {
  background: none;
}

.meeta-speakers-5 .single-speaker .speaker-content .speaker-content-box {
  max-width: 130px;
}

.meeta-speakers-5
  .single-speaker
  .speaker-content
  .speaker-content-box
  .speaker-name {
  font-size: 18px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

.meeta-speakers-5
  .single-speaker
  .speaker-content
  .speaker-content-box
  .speaker-designation {
  font-size: 14px;
  color: #666666;
}

.meeta-speakers-6 .meeta-speakers-wrap {
  margin-top: -30px;
}

/*--
/*  09 - Pricing CSS
/*----------------------------------------*/
.meeta-pricing {
  background-color: #311a79;
  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;
  -webkit-animation: round-01 5s linear infinite;
  animation: round-01 5s linear infinite;
}

.meeta-pricing .pricing-shape-02 {
  position: absolute;
  top: 55%;
  left: 13%;
  z-index: -1;
  -webkit-animation: rotate-style 10s linear infinite;
  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 {
  background-color: #f9d464;
}

.meeta-pricing-row [class*="col-"]:nth-child(3n + 2) .pricing-header {
  background-color: #ff9900;
}

.meeta-pricing-row [class*="col-"]:nth-child(3n + 2) .price span {
  color: #ff9900;
}

.meeta-pricing-row [class*="col-"]:nth-child(3n + 2) .pricing-body .btn {
  background-color: #ff9900;
}

.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 {
  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-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: #666666;
}

.single-pricing .pricing-body ul li + li {
  margin-top: 8px;
}

.single-pricing .pricing-body .btn {
  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: "Archivo", sans-serif;
}

.meeta-pricing-2 .single-pricing .pricing-header .price span {
  font-size: 50px;
  font-family: "Archivo", sans-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 {
  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 {
  display: none;
}

.meeta-pricing-3 .single-pricing .pricing-body .btn:hover {
  background: #311a79;
  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 .pricing-body {
  padding-top: 25px;
}

.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 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 {
  background: #ff9900;
}

.meeta-pricing-4 .single-pricing.color-2 {
  background: #ff9900;
}

.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 {
  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 {
  background: #ff9900;
}

.meeta-pricing-5 {
  background: #ffffff;
}

.meeta-pricing-5::before {
  display: none;
}

.meeta-pricing-5::after {
  display: none;
}

/*--
/*  10 - Gallery CSS
/*----------------------------------------*/
.meeta-gallery {
  position: relative;
  overflow: hidden;
}

.single-gallery {
  position: relative;
  text-align: center;
}

.single-gallery:hover .gallery-content {
  opacity: 1;
  visibility: visible;
}

.single-gallery:hover .gallery-content .gallery-content-wrap .gallery-plus,
.single-gallery:hover .gallery-content .gallery-content-wrap .gallery-title {
  transform: translateY(0);
}

.single-gallery .gallery-image img {
  width: 100%;
}

.single-gallery .gallery-content {
  position: absolute;
  top: 20px;
  left: 15px;
  right: 15px;
  bottom: 20px;
  background-color: #ff9900;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-gallery .gallery-content .gallery-content-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.single-gallery .gallery-content .gallery-content-wrap .gallery-plus {
  transform: translateY(-100%);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-gallery .gallery-content .gallery-content-wrap .gallery-plus span {
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
}

@media only screen and (max-width: 767px) {
  .single-gallery .gallery-content .gallery-content-wrap .gallery-plus span {
    width: 30px;
    height: 30px;
  }
}

.single-gallery
  .gallery-content
  .gallery-content-wrap
  .gallery-plus
  span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.single-gallery
  .gallery-content
  .gallery-content-wrap
  .gallery-plus
  span::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
}

.single-gallery .gallery-content .gallery-content-wrap .gallery-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  transform: translateY(100%);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 767px) {
  .single-gallery .gallery-content .gallery-content-wrap .gallery-title {
    margin-top: 15px;
  }
}

.single-gallery .gallery-content .gallery-content-wrap .gallery-title a {
  background-color: #ffffff;
  padding: 0 5px;
}

.meeta-gallery-2
  .single-gallery
  .gallery-content
  .gallery-content-wrap
  .gallery-title {
  font-family: "Archivo", sans-serif;
}

.meeta-gallery-4 {
  background: #554bc0;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.meeta-gallery-4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/bg/insta-bg.jpg);
  background-repeat: no-repeat;
  background-position: center toopp;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.meeta-gallery-4 .single-gallery .gallery-image img {
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

/*--
/*  11 - Testimonial CSS
/*----------------------------------------*/
.meeta-testimonial {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
}

.meeta-testimonial::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  left: 0;
  opacity: 0.95;
  z-index: -1;
}

.meeta-testimonial .testimonial-shape-01 {
  position: absolute;
  top: 23%;
  left: -140px;
  width: 275px;
  height: 275px;
  border: 30px solid #00acee;
  border-radius: 50%;
  z-index: -1;
}

.meeta-testimonial .testimonial-shape-02 {
  position: absolute;
  top: 16%;
  right: -95px;
  -webkit-animation: round-01 5s linear infinite;
  animation: round-01 5s linear infinite;
}

.single-testimonial {
  padding: 70px 90px;
  background-color: #ffffff;
  text-align: center;
  margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
  .single-testimonial {
    padding: 50px 60px;
  }
}

@media only screen and (max-width: 575px) {
  .single-testimonial {
    padding: 70px 30px 30px;
  }
}

.single-testimonial p {
  font-size: 28px;
  font-weight: 700;

  color: #1a0a1e;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: #ff9900;
  text-decoration-color: #ff9900;
  margin-top: 40px;
}

@media only screen and (max-width: 575px) {
  .single-testimonial p {
    font-size: 20px;
  }
}

.single-testimonial .testimonial-quote {
  position: relative;
  z-index: 1;
  margin-top: -60px;
}

.single-testimonial .testimonial-quote img {
  width: 69px;
}

@media only screen and (max-width: 575px) {
  .single-testimonial .testimonial-quote img {
    width: 58px;
  }
}

.single-testimonial .testimonial-quote .testimonial-shape {
  width: 130px;
  position: absolute;
  top: -50px;
  left: 45%;
  transform: translateX(-50%);
  z-index: -1;
}

@media only screen and (max-width: 575px) {
  .single-testimonial .testimonial-quote .testimonial-shape {
    width: 100px;
  }
}

.single-testimonial .testimonial-name {
  font-size: 24px;
  font-weight: 700;
  margin-top: 15px;
}

@media only screen and (max-width: 575px) {
  .single-testimonial .testimonial-name {
    font-size: 20px;
  }
}

.single-testimonial .testimonial-name span {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #666666;
  margin-left: 10px;
}

.meeta-testimonial-active .swiper-button-next {
  right: 0;
}

.meeta-testimonial-active .swiper-button-prev {
  left: 0;
}

.meeta-testimonial-active .swiper-button-next,
.meeta-testimonial-active .swiper-button-prev {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}

.meeta-testimonial-active .swiper-button-next::after,
.meeta-testimonial-active .swiper-button-prev::after {
  font-size: 28px;
  color: #ff9900;
}

.meeta-testimonial-active:hover .swiper-button-next {
  right: 10px;
  opacity: 1;
  visibility: visible;
}

.meeta-testimonial-active:hover .swiper-button-prev {
  left: 10px;
  opacity: 1;
  visibility: visible;
}

/*--
/*  21 - Page Banner CSS
/*----------------------------------------*/
.page-banner-section {
  min-height: 350px;
  /*background-image: url(../images/page-banner.jpg);*/
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  display: flex;
  align-items: center;
  margin-top: 65px;
  position: relative;
  /*z-index: 1;*/
}

@media only screen and (max-width: 1199px) {
  .page-banner-section {
    min-height: 370px;
  }
}

@media only screen and (max-width: 991px) {
  .page-banner-section {
    min-height: 370px;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner-section {
    min-height: 200px;
  }
}

.page-banner-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(5, 4, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-banner-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;

  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-banner .title {
  font-size: 60px;
  line-height: 70px;
  font-family: "Avenir";
  font-weight: 800;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .page-banner .title {
    font-size: 48px;
    line-height: 1.25;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner .title {
    font-size: 28px;
    line-height: 32px;
    max-width: 80%;
    text-align: center;
    margin: auto;
  }
}

.page-banner .breadcrumb {
  background: #1a0a1e;
  max-width: 225px;
  margin: 0 auto;
  height: 45px;
  line-height: 43px;
  padding: 0 20px;
  margin-top: 15px;
}

.page-banner .breadcrumb .breadcrumb-item {
  font-size: 18px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .page-banner .breadcrumb .breadcrumb-item {
    font-size: 16px;
  }
}

.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

/*--
/*  12 - Counter CSS
/*----------------------------------------*/
.meeta-counter-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.meeta-counter-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.meeta-counter-section .shape-1 {
  position: absolute;
  left: 0;
  top: -25px;
  z-index: -1;
}

.meeta-counter-section .shape-2 {
  position: absolute;
  left: -75px;
  top: 135px;
  z-index: -1;
}

.meeta-counter-section .shape-3 {
  position: absolute;
  right: 220px;
  top: 90px;
  z-index: 0;
}

@media only screen and (max-width: 1199px) {
  .meeta-counter-section .shape-3 {
    right: 70px;
    top: 75px;
  }
}

.meeta-counter-section .shape-4 {
  position: absolute;
  right: 80px;
  top: 90px;
  z-index: -1;
  -webkit-animation: round-01 5s linear infinite;
  animation: round-01 5s linear infinite;
}

@media only screen and (max-width: 1199px) {
  .meeta-counter-section .shape-4 {
    right: 0;
  }
}

.counter-wrap {
  margin-top: -40px;
}

.single-counter {
  margin-top: 30px;
  position: relative;
}

.single-counter::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: #383838;
  width: 1px;
  height: 410px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
  .single-counter::before {
    display: none;
  }
}

.single-counter.counter-item-1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #383838;
  width: 1px;
  height: 410px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
  .single-counter.counter-item-1::after {
    display: none;
  }
}

.single-counter.counter-item-1 .counter-text .counter {
  color: #f9d464;
}

.single-counter.counter-item-2 .counter-text .counter {
  color: #00acee;
}

.single-counter.counter-item-3 .counter-text .counter {
  color: #ff9900;
}

.single-counter .counter-text .counter {
  font-size: 60px;
  line-height: 70px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #554bb9;
}

@media only screen and (max-width: 767px) {
  .single-counter .counter-text .counter {
    font-size: 45px;
    line-height: 58px;
  }
}

.single-counter .counter-text p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}

/*--
/*  17 - Blog CSS
/*----------------------------------------*/
.meeta-blog-wrap {
  margin-top: -25px;
}

.single-blog {
  background: #311a79;
  margin-top: 30px;
}

.single-blog .blog-image {
  overflow: hidden;
}

.single-blog .blog-image a {
  display: block;
}

.single-blog .blog-image a img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-blog .blog-content {
  padding: 20px 30px 40px;
  background: #ffffff;
  width: calc(100% - 20px);
  position: relative;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  margin-top: -50px;
}

.single-blog .blog-content .blog-meta .category {
  font-size: 13px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  background: #ff9900;
  color: #ffffff;
  border-radius: 5px;
  padding: 0 15px;
  margin-right: 5px;
}

.single-blog .blog-content .blog-meta .category.color-1 {
  background: #f9d464;
}

.single-blog .blog-content .blog-meta .category.color-2 {
  background: #00acee;
}

.single-blog .blog-content .blog-meta .date {
  font-size: 13px;
  line-height: 30px;
  color: #8d8d8d;
}

.single-blog .blog-content .title {
  font-size: 22px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-top: 10px;
}

.single-blog:hover .blog-image a img {
  transform: scale(1.1);
}

.meeta-blog-2 .single-blog {
  box-shadow: 0px 30px 98px 0px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.meeta-blog-2 .single-blog .blog-image {
  overflow: hidden;
}

.meeta-blog-2 .single-blog .blog-image a {
  display: block;
}

.meeta-blog-2 .single-blog .blog-image a img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.meeta-blog-2 .single-blog .blog-content {
  padding: 20px 30px 40px;
  background: #ffffff;
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0px;
  transform: translateX(0);
  margin-top: 0px;
}

.meeta-blog-grid-wrap {
  margin-top: -30px;
}

.meeta-blog-grid-wrap .pagination {
  margin-top: 70px;
}

.meeta-blog-3 .section-title-4 .main-title .title-shape-2::before {
  left: 15px;
  bottom: -55px;
}

@media only screen and (max-width: 575px) {
  .meeta-blog-3 .section-title-4 .main-title .title-shape-2::before {
    left: 10px;
    bottom: -40px;
  }
}

.single-blog-3 {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 30px;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-blog-3 .blog-image {
  position: relative;
}

.single-blog-3 .blog-image a {
  display: block;
}

.single-blog-3 .blog-image a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(21, 19, 32, 0.5);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.single-blog-3 .blog-image a img {
  width: 100%;
}

.single-blog-3 .blog-image .top-meta {
  position: absolute;
  top: 35px;
  left: 30px;
}

.single-blog-3 .blog-image .top-meta .category {
  font-size: 13px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  border-radius: 5px;
  padding: 0 15px;
  margin-right: 5px;
}

.single-blog-3 .blog-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.single-blog-3 .blog-content .blog-meta .date {
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
}

.single-blog-3 .blog-content .title {
  font-size: 22px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #ffffff;
}

.single-blog-3:hover {
  transform: translateY(-5px) translate3d(0, -5px, 0);
}

.meeta-blog-grid-wrap {
  margin-top: -30px;
}

.meeta-blog-grid-wrap .pagination {
  margin-top: 70px;
}

/*--
/*  13 - Video CSS
/*----------------------------------------*/
.meeta-video-section {
  position: relative;
}

.meeta-video-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/shape/video-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.meeta-video-content {
  background: #ffffff;
  box-shadow: 0px 0px 131px 0px rgba(0, 0, 0, 0.08);
  padding: 70px 70px;
  margin-top: 35px;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 1199px) {
  .meeta-video-content {
    padding: 70px 35px;
  }
}

@media only screen and (max-width: 991px) {
  .meeta-video-content {
    padding: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-video-content {
    padding: 30px;
  }
}

.meeta-video-content .main-title {
  font-size: 40px;
  line-height: 48px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

@media only screen and (max-width: 575px) {
  .meeta-video-content .main-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.meeta-video-content .video-info {
  margin-top: 35px;
}

.meeta-video-content .video-info .video-info-item {
  padding-right: 10px;
}

.meeta-video-content .video-info .video-info-item i {
  font-size: 26px;
  color: #ff9900;
}

.meeta-video-content .video-info .video-info-item .title {
  font-size: 18px;
  line-height: 36px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-top: 10px;
}

.meeta-video-content .video-info .video-info-item p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 5px;
}

.meeta-video-img {
  padding: 215px 0px;
  width: 642px;
  margin-left: -70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .meeta-video-img {
    width: 537px;
  }
}

@media only screen and (max-width: 991px) {
  .meeta-video-img {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
    padding: 180px 0;
  }
}

.meeta-video-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(-180deg, #f6730d 0%, #d90845 100%);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.popup-video {
  width: 100px;
  height: 100px;
  background: #ffffff;
  display: inline-block;
  line-height: 100px;
  text-align: center;
  font-size: 14px;
  color: #ff9900;
  position: relative;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .popup-video {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.popup-video::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-animation: pulse 1500ms ease-out infinite;
  animation: pulse 1500ms ease-out infinite;
}

.popup-video:hover {
  background: #ff9900;
  color: #ffffff;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 white;
  }

  70% {
    box-shadow: 0 0 0 30px rgba(255, 31, 89, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 31, 89, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 white;
  }

  70% {
    box-shadow: 0 0 0 30px rgba(255, 31, 89, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 31, 89, 0);
  }
}

.meeta-video-section-2 .video-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 190px;
  padding-bottom: 210px;
  position: relative;
  z-index: 5;
  margin-bottom: -310px;
}

@media only screen and (max-width: 1199px) {
  .meeta-video-section-2 .video-img {
    padding-top: 130px;
    padding-bottom: 170px;
    margin-bottom: -260px;
  }
}

@media only screen and (max-width: 991px) {
  .meeta-video-section-2 .video-img {
    margin-bottom: -275px;
  }
}

@media only screen and (max-width: 767px) {
  .meeta-video-section-2 .video-img {
    padding-top: 80px;
    padding-bottom: 110px;
    margin-bottom: -190px;
  }
}

.meeta-video-section-2 .video-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;

  width: 100%;
  height: 100%;
  z-index: -1;
}

.meeta-video-section-2 .video-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;

  width: 100%;
  height: 100%;
  z-index: -1;
}

.meeta-video-section-2 .video-img .section-title-4 {
  margin-bottom: 30px;
}

.meeta-video-section-2 .video-img .section-title-4 .main-title {
  color: #ffffff;
}

.meeta-video-section-2 .video-img .popup-video {
  background: #ff9900;
  color: #ffffff;
}

.meeta-video-section-2 .video-img .popup-video:hover {
  background: #ffffff;
  color: #ff9900;
}

/*--
/*  16 - Topic CSS
/*----------------------------------------*/
.meeta-topics-section {
  position: relative;
  z-index: 1;
}

.meeta-topics-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/topics-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.meeta-topics-content-wrap {
  margin-top: -15px;
}

.topic-item {
  background: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.topic-item .topic-img {
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.topic-item .topic-img a {
  display: block;
}

.topic-item .topic-img a img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.topic-item .topic-content {
  padding: 40px 45px 55px 40px;
  background-repeat: no-repeat;
  background-position: 40% -45%;
}

.topic-item .topic-content .title {
  font-size: 22px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

.topic-item .topic-content p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
}

.topic-item:hover .topic-img a img {
  transform: scale(1.1);
}

@media only screen and (max-width: 1199px) {
  .topic-item .topic-content {
    padding: 40px 30px 50px;
    background-repeat: no-repeat;
    background-position: 40% -45%;
  }
}

/*--
/*  14 - Conference CSS
/*----------------------------------------*/
.meeta-conference-wrap {
  margin-top: -25px;
}

.single-item {
  margin-top: 30px;
}

.single-item .conference-image {
  overflow: hidden;
  position: relative;
}

.single-item .conference-image a {
  display: block;
}

.single-item .conference-image a img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-item .conference-image .conference-top-meta {
  position: absolute;
  top: 30px;
  left: 20px;
}

.single-item .conference-image .conference-top-meta .date {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  display: inline-block;
  background: #ff9900;
  color: #ffffff;
  height: 25px;
  line-height: 25px;
  border-radius: 5px;
  padding: 0 15px;
}

.single-item .conference-image .conference-top-meta .date.color-2 {
  background: #f9d464;
}

.single-item .conference-image .conference-top-meta .date.color-3 {
  background: #0db0ef;
}

.single-item .conference-content {
  padding-top: 30px;
  padding-right: 50px;
}

.single-item .conference-content .meta {
  font-size: 13px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.single-item .conference-content .meta i {
  color: #ff9900;
  margin-right: 5px;
}

.single-item .conference-content .title {
  font-size: 22px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-top: 10px;
}

.single-item:hover .conference-image a img {
  transform: scale(1.1);
}

/*--
/*  15 - Features CSS
/*----------------------------------------*/

.meeta-featured-section {
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 0px;
}

.meeta-featured-section .shape-1 {
  width: 900px;
  height: 900px;
  background: #f9edf8;
  border-radius: 50%;
  position: absolute;
  top: -25%;
  left: -18%;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .meeta-featured-section .shape-1 {
    width: 700px;
    height: 700px;
  }
}

@media only screen and (max-width: 767px) {
  .meeta-featured-section .shape-1 {
    width: 500px;
    height: 500px;
    top: -12%;
    left: -30%;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-featured-section .shape-1 {
    width: 390px;
    height: 390px;
    top: -5%;
    left: -40%;
  }
}

.meeta-featured-section .shape-2 {
  width: 105px;
  height: 105px;
  background: #e1f6fd;
  border-radius: 50%;
  position: absolute;
  top: 105px;
  right: 15%;
  z-index: -1;
}

@media only screen and (max-width: 575px) {
  .meeta-featured-section .shape-2 {
    width: 90px;
    height: 90px;
    right: 5%;
  }
}

.meeta-featured-section
  .meeta-featured-wrap
  .section-title-4
  .main-title
  .title-shape-1::before {
  left: 35px;
  bottom: -55px;
}

@media only screen and (max-width: 575px) {
  .meeta-featured-section
    .meeta-featured-wrap
    .section-title-4
    .main-title
    .title-shape-1::before {
    left: 10px;
    bottom: -40px;
  }
}

.meeta-featured-section .meeta-featured-wrap .meeta-event-featured {
  margin-top: -10px;
}

.meeta-featured-section
  .meeta-featured-wrap
  .meeta-event-featured
  .single-item
  .featured-img
  .top-meta {
  position: absolute;
  top: 15px;
  left: 15px;
}

.meeta-featured-section
  .meeta-featured-wrap
  .meeta-event-featured
  .single-item
  .featured-img
  .top-meta
  .date {
  width: 50px;
  height: 50px;
  line-height: 20px;
  font-size: 12px;
  padding: 12px;
}

.meeta-featured-section
  .meeta-featured-wrap
  .meeta-event-featured
  .single-item
  .featured-img
  .top-meta
  .date
  span {
  font-size: 18px;
  line-height: 12px;
}

.meeta-featured-section
  .meeta-featured-wrap
  .meeta-event-featured
  .single-item
  .featured-content
  .category {
  font-size: 12px;
  font-weight: 700;
  height: 25px;
  line-height: 23px;
  padding: 0 15px;
}

.meeta-featured-section
  .meeta-featured-wrap
  .meeta-event-featured
  .single-item
  .featured-content
  .title {
  font-size: 16px;
  line-height: 22px;
}

.meeta-featured-section
  .meeta-featured-wrap
  .meeta-event-featured
  .single-item
  .featured-content
  .meta {
  font-size: 13px;
  line-height: 12px;
}

.meeta-featured-section .meeta-featured-wrap .featured-more {
  margin-top: 130px;
}

.meeta-featured-section .meeta-featured-wrap .featured-more .btn-2 {
  border-radius: 30px;
}

@media only screen and (min-width: 1025px) {
  .meeta-featured-section .meeta-featured-wrap .featured-more .btn-2 {
    border-radius: 50px;
    font-size: 26px;
    padding: 14px 50px;
    height: auto;
    line-height: 1.2;
  }
}

.meeta-featured-section .meeta-featured-wrap .featured-more .btn-2:hover {
  background: transparent;
}

.meeta-featured-section
  .meeta-featured-wrap
  .featured-more
  .btn-2:hover::before {
  display: none;
}

.meeta-features-section {
  background: #f9fafc;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.meeta-features-section::before {
  position: absolute;
  content: "";
  background-image: url(../images/shape/features-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.meeta-features-section .shape-1 {
  position: absolute;
  top: 13%;
  left: -150px;
  width: 275px;
  height: 275px;
  border: 30px solid #00acee;
  border-radius: 50%;
  z-index: -1;
}

.meeta-features-section .shape-2 {
  position: absolute;
  top: 8%;
  right: -60px;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .meeta-features-wrap .meeta-section-title-2 {
    text-align: center;
  }
}

.feature-item {
  background: #ffffff;
  box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.05);
  padding: 40px 45px 50px;
}

.feature-item .feature-icon img {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.feature-item .feature-content {
  margin-top: 40px;
}

.feature-item .feature-content .title {
  font-size: 22px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

.feature-item .feature-content p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}

.feature-item.feature-1 {
  margin-top: 115px;
}

@media only screen and (max-width: 991px) {
  .feature-item.feature-1 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .feature-item.feature-2 {
    margin-top: 30px;
  }
}

.feature-item.feature-3 {
  margin-top: 30px;
}

.feature-item.feature-4 {
  margin-top: 80px;
}

@media only screen and (max-width: 991px) {
  .feature-item.feature-4 {
    margin-top: 30px;
  }
}

.feature-item:hover .feature-icon img {
  transform: scale(-1) rotate(180deg);
}

/*--
/*  20 - Speaker Single CSS
/*----------------------------------------*/
.meeta-speaker-single .meeta-speaker-single-wrap .speaker-image-box {
  background: #ffffff;
  box-shadow: 0px 6px 120px 0px rgba(0, 0, 0, 0.07);
  padding: 40px 70px 100px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .meeta-speaker-single .meeta-speaker-single-wrap .speaker-image-box {
    padding: 40px 50px 90px;
  }
}

.meeta-speaker-single .meeta-speaker-single-wrap .speaker-image-box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: 100%;
  z-index: -1;
}

.meeta-speaker-single
  .meeta-speaker-single-wrap
  .speaker-image-box
  .speaker-image
  img {
  border-radius: 50%;
  padding: 10px;
  background-color: #f9d464;
}

.meeta-speaker-single
  .meeta-speaker-single-wrap
  .speaker-image-box
  .speaker-content {
  margin-top: 25px;
}

.meeta-speaker-single
  .meeta-speaker-single-wrap
  .speaker-image-box
  .speaker-content
  .speaker-name {
  font-size: 24px;
  line-height: 25px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

.meeta-speaker-single
  .meeta-speaker-single-wrap
  .speaker-image-box
  .speaker-content
  .speaker-social {
  margin-top: 20px;
}

.meeta-speaker-single
  .meeta-speaker-single-wrap
  .speaker-image-box
  .speaker-content
  .speaker-social
  ul
  li {
  display: inline-block;
}

.meeta-speaker-single
  .meeta-speaker-single-wrap
  .speaker-image-box
  .speaker-content
  .speaker-social
  ul
  li
  a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
}

.meeta-speaker-single
  .meeta-speaker-single-wrap
  .speaker-image-box
  .speaker-content
  .speaker-social
  ul
  li
  a.share-facebook {
  background: #374ccb;
}

.meeta-speaker-single
  .meeta-speaker-single-wrap
  .speaker-image-box
  .speaker-content
  .speaker-social
  ul
  li
  a.share-twitter {
  background: #37abee;
}

.meeta-speaker-single
  .meeta-speaker-single-wrap
  .speaker-image-box
  .speaker-content
  .speaker-social
  ul
  li
  a.share-pinterest {
  background: #d64145;
}

.meeta-speaker-single
  .meeta-speaker-single-wrap
  .speaker-image-box
  .speaker-content
  .speaker-social
  ul
  li
  + li {
  margin-left: 5px;
}

.speaker-single-right {
  padding-left: 40px;
}

@media only screen and (max-width: 991px) {
  .speaker-single-right {
    padding-left: 0px;
    margin-top: 50px;
  }
}

.speaker-single-right .speaker-single-info-wrap .main-title {
  font-size: 30px;
  line-height: 1;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .speaker-single-right .speaker-single-info-wrap .main-title {
    font-size: 28px;
  }
}

.speaker-single-right .speaker-single-info-wrap .speaker-info {
  margin-top: 45px;
}

.speaker-single-right
  .speaker-single-info-wrap
  .speaker-info
  .speaker-info-list {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .speaker-single-right
    .speaker-single-info-wrap
    .speaker-info
    .speaker-info-list {
    margin-top: 30px;
  }
}

.speaker-single-right
  .speaker-single-info-wrap
  .speaker-info
  .speaker-info-list
  ul
  li {
  padding: 10px 25px;
}

.speaker-single-right
  .speaker-single-info-wrap
  .speaker-info
  .speaker-info-list
  ul
  li
  .title {
  font-size: 14px;
  line-height: 24px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  color: #ff9900;
}

.speaker-single-right
  .speaker-single-info-wrap
  .speaker-info
  .speaker-info-list
  ul
  li
  p {
  font-size: 14px;
  line-height: 24px;
}

.speaker-single-right
  .speaker-single-info-wrap
  .speaker-info
  .speaker-info-list
  ul
  li
  + li {
  border-top: 1px solid #ebebeb;
}

.meeta-event-featured {
  margin-top: 65px;
}

.meeta-event-featured .main-title {
  font-size: 30px;
  line-height: 1;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .meeta-event-featured .main-title {
    font-size: 28px;
  }
}

.meeta-event-featured .single-item .featured-img {
  position: relative;
  overflow: hidden;
}

.meeta-event-featured .single-item .featured-img a {
  display: block;
}

.meeta-event-featured .single-item .featured-img a img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.meeta-event-featured .single-item .featured-img .top-meta {
  position: absolute;
  top: 15px;
  left: 15px;
}

.meeta-event-featured .single-item .featured-img .top-meta .date {
  width: 40px;
  height: 40px;
  line-height: 14px;
  font-size: 10px;
  border-radius: 50%;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  background: #ffffff;
  display: inline-block;
  text-align: center;
  padding: 8px;
  color: #1a0a1e;
}

.meeta-event-featured .single-item .featured-img .top-meta .date span {
  font-size: 14px;
  line-height: 11px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  display: block;
  color: #1a0a1e;
}

.meeta-event-featured .single-item .featured-content {
  padding: 14px 0px 30px;
}

.meeta-event-featured .single-item .featured-content .category {
  font-size: 10px;
  font-weight: 700;
  height: 20px;
  line-height: 18px;
  padding: 0 15px;
  color: #ffffff;
  border-radius: 5px;
  display: inline-block;
  transform: translateY(-15px);
}

.meeta-event-featured .single-item .featured-content .title {
  font-size: 13px;
  line-height: 17px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

.meeta-event-featured .single-item .featured-content .meta {
  font-size: 10px;
  line-height: 12px;
}

.meeta-event-featured .single-item .featured-content .meta i {
  font-size: 11px;
  color: #1a0a1e;
  margin-right: 5px;
}

.meeta-event-featured .single-item:hover .featured-img a img {
  transform: scale(1.1);
}

/*--
/*  18 - Blog Standard CSS
/*----------------------------------------*/
.blog-standard-wrap {
  margin-top: -60px;
}

.blog-standard-wrap .blog-post-wrap .pagination {
  margin-top: 45px;
}

.single-blog-post {
  margin-top: 60px;
}

.single-blog-post .blog-img {
  position: relative;
  overflow: hidden;
}

.single-blog-post .blog-img a {
  display: block;
}

.single-blog-post .blog-img a img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-blog-post .blog-content {
  background: #ffffff;
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.05);
  padding: 0 40px 40px;
}

@media only screen and (max-width: 575px) {
  .single-blog-post .blog-content {
    padding: 0 30px 40px;
  }
}

.single-blog-post .blog-content .category {
  font-size: 13px;
  height: 25px;
  line-height: 23px;
  padding: 0 15px;
  color: #ffffff;
  border-radius: 5px;
  display: inline-block;
  transform: translateY(-15px);
}

.single-blog-post .blog-content .blog-meta span {
  font-size: 13px;
  line-height: 24px;
  margin-right: 15px;
}

.single-blog-post .blog-content .blog-meta i {
  font-size: 11px;
  color: #ff9900;
  margin-right: 5px;
}

.single-blog-post .blog-content .title {
  font-size: 22px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-bottom: 10px;
  margin-top: 5px;
}

.single-blog-post:hover .blog-img a img {
  transform: scale(1.1);
}

.blog-sidebar {
  margin-top: 60px;
  margin-left: 40px;
  position: sticky;
  top: 0;
}

@media only screen and (max-width: 1199px) {
  .blog-sidebar {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-sidebar {
    margin-left: 0px;
  }
}

.blog-sidebar .sidebar-widget-1 {
  margin-top: 0;
}

.blog-sidebar hr {
  margin: 50px 0 0px;
}

.sidebar-widget {
  margin-top: 45px;
}

.sidebar-widget .search-form {
  position: relative;
}

.sidebar-widget .search-form input {
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  border: 0;
  padding: 10px 25px;
  padding-right: 35px;
  background: #f9fafc;
  color: #415674;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  outline: none;
  overflow: hidden;
}

.sidebar-widget .search-form input::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #797e82;
  font-weight: 400;
}

.sidebar-widget .search-form input:-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #797e82;
  font-weight: 400;
}

.sidebar-widget .search-form input::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #797e82;
  font-weight: 400;
}

.sidebar-widget .search-form input:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #797e82;
  font-weight: 400;
}

.sidebar-widget .search-form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 0;
  border-radius: 5px;
  font-size: 14px;
  color: #ff9900;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sidebar-widget .search-form button:hover {
  color: #1a0a1e;
}

.sidebar-widget .widget-title {
  margin-bottom: 25px;
}

.sidebar-widget .widget-title .title {
  font-size: 20px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #362c39;
  display: inline-block;
}

.sidebar-widget .recent-posts {
  padding-right: 30px;
}

.sidebar-widget .recent-posts ul li {
  margin-top: 30px;
}

.sidebar-widget .recent-posts ul li:first-child {
  margin-top: 0;
}

.sidebar-widget .recent-posts ul li .post-link {
  display: flex;
  align-items: center;
}

.sidebar-widget .recent-posts ul li .post-link .post-thumb {
  margin-right: 20px;
}

.sidebar-widget .recent-posts ul li .post-link .post-thumb img {
  min-width: 60px;
  height: 60px;
  image-rendering: crisp-edges;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .title {
  font-size: 14px;
  line-height: 16px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #8d8d8d;
  display: inline-block;
  margin-top: 5px;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta i {
  color: #ff9900;
  margin-right: 5px;
}

.sidebar-widget .recent-posts ul li .post-link:hover .post-text .title {
  color: #ff9900;
}

.sidebar-widget .category .cate-item {
  margin-top: 15px;
}

.sidebar-widget .category .cate-item:first-child {
  margin-top: 0;
}

.sidebar-widget .category .cate-item a {
  display: flex;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #362c39;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sidebar-widget .category .cate-item a i {
  font-size: 10px;
  line-height: 24px;
  color: #ff9900;
  margin-right: 5px;
}

.sidebar-widget .category .cate-item a .post-count {
  margin-left: auto;
  align-items: flex-start;
}

.sidebar-widget .category .cate-item a:hover {
  color: #ff9900;
}

.sidebar-widget .widget-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 60px 50px 70px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .sidebar-widget .widget-banner {
    padding: 60px 40px 70px;
  }
}

.sidebar-widget .widget-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(26, 10, 30, 0.6);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sidebar-widget .widget-banner .sub-title {
  font-size: 14px;
  line-height: 24px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  color: #ff9900;
}

.sidebar-widget .widget-banner .title {
  font-size: 30px;
  line-height: 40px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin-top: 30px;
}

.sidebar-widget .widget-banner .btn {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  font-size: 14px;
  margin-top: 75px;
}

/*--
/*  19 - Blog Details CSS
/*----------------------------------------*/
.blog-details-wrap {
  margin-top: -60px;
}

.blog-details-post .single-blog-post .blog-content {
  background: none;
  box-shadow: none;
  padding: 0;
}

.blog-details-post .single-blog-post .blog-content .category {
  transform: translate(35px, -15px);
}

.blog-details-post .blog-details-content .blog-quote {
  background-color: #f9fafc;
  padding: 30px 50px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .blog-quote {
    padding: 30px;
  }
}

.blog-details-post .blog-details-content .blog-quote .blockquote {
  padding-left: 60px;
  margin-bottom: 0;
  position: relative;
}

.blog-details-post .blog-details-content .blog-quote .blockquote::before {
  content: "\f115";
  font-family: flaticon !important;
  font-size: 40px;
  line-height: 1;
  margin-right: 5px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #ff9900;
}

.blog-details-post .blog-details-content .blog-quote .blockquote p {
  display: inline;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
  font-weight: 600;
  color: #1a0a1e;
}

.blog-details-post .blog-details-content .blog-details-text .title {
  font-size: 18px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-bottom: 10px;
}

.blog-details-post .blog-details-content .blog-details-tag-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.blog-details-post
  .blog-details-content
  .blog-details-tag-share
  .blog-details-tag {
  padding-top: 20px;
}

.blog-details-post
  .blog-details-content
  .blog-details-tag-share
  .blog-details-tag
  .sidebar-widget {
  display: flex;
  align-items: center;
  margin-top: 0;
}

.blog-details-post
  .blog-details-content
  .blog-details-tag-share
  .blog-details-tag
  .sidebar-widget
  .label {
  font-size: 14px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-right: 10px;
}

.blog-details-post
  .blog-details-content
  .blog-details-tag-share
  .blog-details-tag
  .sidebar-widget
  .sidebar-tag
  li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 0;
}

.blog-details-post
  .blog-details-content
  .blog-details-tag-share
  .blog-details-tag
  .sidebar-widget
  .sidebar-tag
  li
  a {
  display: inline-block;
  border-radius: 5px;
  padding: 6px 15px;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #ebebeb;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blog-details-post
  .blog-details-content
  .blog-details-tag-share
  .blog-details-tag
  .sidebar-widget
  .sidebar-tag
  li
  a:hover {
  background: #ff9900;
  color: #ffffff;
  border-color: #ff9900;
}

.blog-details-post
  .blog-details-content
  .blog-details-tag-share
  .blog-details-share {
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.blog-details-post
  .blog-details-content
  .blog-details-tag-share
  .blog-details-share
  .share-title {
  font-size: 14px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-right: 15px;
}

.blog-details-post
  .blog-details-content
  .blog-details-tag-share
  .blog-details-share
  .social-share
  li {
  display: inline-block;
  margin-right: 10px;
}

.blog-details-post
  .blog-details-content
  .blog-details-tag-share
  .blog-details-share
  .social-share
  li
  a {
  display: inline-block;
  font-size: 14px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
}

.blog-details-post
  .blog-details-content
  .blog-details-tag-share
  .blog-details-share
  .social-share
  li
  a.share-facebook {
  background: #374ccb;
}

.blog-details-post
  .blog-details-content
  .blog-details-tag-share
  .blog-details-share
  .social-share
  li
  a.share-twitter {
  background: #37abee;
}

.blog-details-post
  .blog-details-content
  .blog-details-tag-share
  .blog-details-share
  .social-share
  li
  a.share-pinterest {
  background: #d64145;
}

.blog-details-post .blog-details-content .meeta-post-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.16);
  padding: 10px 30px;
  margin-top: 80px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .meeta-post-pagination {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .meeta-post-pagination {
    padding: 0 10px;
  }
}

.blog-details-post .blog-details-content .meeta-post-pagination::before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #e1e1e1;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .blog-details-post .blog-details-content .meeta-post-pagination::before {
    width: auto;
    height: 1px;
    left: 30px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
}

.blog-details-post .blog-details-content .meeta-post-pagination .previous-post,
.blog-details-post .blog-details-content .meeta-post-pagination .next-post {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .blog-details-post
    .blog-details-content
    .meeta-post-pagination
    .previous-post,
  .blog-details-post .blog-details-content .meeta-post-pagination .next-post {
    width: 100%;
  }
}

.blog-details-post
  .blog-details-content
  .meeta-post-pagination
  .blog-pagination-post {
  display: flex;
  align-items: center;
  padding: 30px 0;
}

@media only screen and (max-width: 1199px) {
  .blog-details-post
    .blog-details-content
    .meeta-post-pagination
    .blog-pagination-post {
    padding: 20px 0;
  }
}

.blog-details-post
  .blog-details-content
  .meeta-post-pagination
  .blog-pagination-post
  .post-icon {
  flex-shrink: 0;
}

.blog-details-post
  .blog-details-content
  .meeta-post-pagination
  .blog-pagination-post
  .post-icon
  a
  i {
  font-size: 14px;
  color: #ff9900;
  padding: 0 10px;
}

.blog-details-post
  .blog-details-content
  .meeta-post-pagination
  .blog-pagination-post
  .post-content {
  flex-grow: 1;
  padding: 0 25px;
}

@media only screen and (max-width: 1199px) {
  .blog-details-post
    .blog-details-content
    .meeta-post-pagination
    .blog-pagination-post
    .post-content {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-details-post
    .blog-details-content
    .meeta-post-pagination
    .blog-pagination-post
    .post-content {
    padding: 0 13px;
  }
}

.blog-details-post
  .blog-details-content
  .meeta-post-pagination
  .blog-pagination-post
  .post-content
  .title {
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #1a0a1e;
}

@media only screen and (max-width: 1199px) {
  .blog-details-post
    .blog-details-content
    .meeta-post-pagination
    .blog-pagination-post
    .post-content
    .title {
    font-size: 15px;
  }
}

.blog-details-post .blog-details-content .comment-wrap .comment-form {
  margin-top: 75px;
}

.blog-details-post
  .blog-details-content
  .comment-wrap
  .comment-form
  .comment-title {
  font-size: 20px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form p {
  font-size: 14px;
  line-height: 30px;
  color: #686f7a;
}

.blog-details-post
  .blog-details-content
  .comment-wrap
  .comment-form
  .comment-form-wrap {
  padding-top: 10px;
}

.blog-details-post
  .blog-details-content
  .comment-wrap
  .comment-form
  .comment-form-wrap
  .single-form {
  margin-top: 30px;
}

.blog-details-post
  .blog-details-content
  .comment-wrap
  .comment-form
  .comment-form-wrap
  .single-form
  .form-control {
  height: 50px;
  padding: 10px 25px;
  border: 1px solid transparent;
  font-size: 13px;
  color: #415674;
  background: #f6f7f9;
  border-radius: 0;
}

.blog-details-post
  .blog-details-content
  .comment-wrap
  .comment-form
  .comment-form-wrap
  .single-form
  .form-control::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 400;
}

.blog-details-post
  .blog-details-content
  .comment-wrap
  .comment-form
  .comment-form-wrap
  .single-form
  .form-control:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 400;
}

.blog-details-post
  .blog-details-content
  .comment-wrap
  .comment-form
  .comment-form-wrap
  .single-form
  .form-control::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 400;
}

.blog-details-post
  .blog-details-content
  .comment-wrap
  .comment-form
  .comment-form-wrap
  .single-form
  .form-control:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 400;
}

.blog-details-post
  .blog-details-content
  .comment-wrap
  .comment-form
  .comment-form-wrap
  .single-form
  .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #ff9900;
}

.blog-details-post
  .blog-details-content
  .comment-wrap
  .comment-form
  .comment-form-wrap
  .single-form
  textarea.form-control {
  height: 135px;
  font-size: 13px;
  color: #415674;
  padding: 10px 25px;
  padding-top: 15px;
  resize: none;
}

.blog-details-post
  .blog-details-content
  .comment-wrap
  .comment-form
  .comment-form-wrap
  .single-form
  textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}

.blog-details-post
  .blog-details-content
  .comment-wrap
  .comment-form
  .comment-form-wrap
  .form-btn
  .btn {
  height: 50px;
  line-height: 50px;
  margin-top: 30px;
  font-size: 14px;
  padding: 0 55px;
}

/*--
/*  22 - Event Single CSS
/*----------------------------------------*/

.event-single-content * {
  font-family: "Montserrat", Arial, sans-serif !important;
  text-align: left !important;
}

.event-single-content ul {
  list-style: disc;
  padding-left: 15px;
}

.event-single-content ol {
  list-style: decimal;
  padding-left: 15px;
}

.event-single-content a {
  color: #0d6efd;
  text-decoration: underline;
}

.event-single-content a:hover {
  color: #0056b3;
}

.event-single-content .meeta-video-section-2 .video-img {
  padding-top: 120px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0;
}

.event-single-content
  .meeta-video-section-2
  .video-img
  .section-title-4
  .main-title {
  font-size: 30px;
  line-height: 36px;
}

.event-single-content p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 5px;
}

.event-single-content .event-single-item {
  margin-top: 40px;
}

.event-single-content .event-single-item .title {
  font-size: 30px;
  line-height: 1;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

.event-single-content
  .event-single-item
  .speakers-content-wrap
  .single-speker-3
  .speker-img
  .speker-content
  .name {
  font-size: 16px;
  line-height: 18px;
}

.event-single-content
  .event-single-item
  .speakers-content-wrap
  .single-speker-3
  .speker-img
  .speker-content
  .designation {
  font-size: 12px;
  line-height: 18px;
}

.event-single-content
  .event-single-item
  .meeta-event-sponsors-3
  .meeta-sponsor-wrap {
  margin-top: 0;
}

.event-single-content
  .event-single-item
  .meeta-event-sponsors-3
  .meeta-sponsor-wrap
  .meeta-sponsor-logo {
  height: 90px;
  line-height: 55px;
  padding: 15px;
}

.event-single-sidebar {
  padding-left: 40px;
}

.event-single-sidebar.details-sticky {
  position: sticky;
  top: 140px;
}

@media only screen and (max-width: 991px) {
  .event-single-sidebar {
    padding-left: 0px;
    margin-top: 50px;
  }
}

.event-single-sidebar .btn-price {
  display: flex;
  align-items: center;
}

.event-single-sidebar .btn-price .btn {
  font-size: 15px;
  height: 50px;
  padding: 0 40px;
}

.event-single-sidebar .btn-price .price {
  margin-left: 20px;
}

.event-single-sidebar .btn-price .price span {
  font-size: 30px;
  line-height: 1;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #000;
}

.event-single-sidebar .btn-price .price sup {
  font-size: 14px;
  top: -15px;
}

.sidebar-item .event-details ul li .title {
  font-family: "Avenir";
  font-size: 21px;
  color: #121212;
}
.event-single-sidebar .sidebar-item .sidebar-title {
  font-size: 24px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--picklejar-primary);
  padding-bottom: 10px;
}

.event-single-sidebar .sidebar-item .event-details {
  margin-top: 40px;
}

.event-single-sidebar .sidebar-item .event-details ul li .title {
  font-size: 18px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-bottom: 4px;
}

.event-single-sidebar .sidebar-item .event-details ul li p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.event-single-sidebar .sidebar-item .event-details ul li {
  margin-bottom: 5px;
}

.event-single-sidebar .sidebar-item .event-details ul li.location {
  border-top: 2px solid var(--picklejar-primary);
  margin-top: 20px;
  padding-top: 10px;
}

.event-single-sidebar .sidebar-item .event-map {
  margin-top: 60px;
}

.event-single-sidebar .sidebar-item .event-map .google-map iframe {
  width: 100%;
  height: 180px;
  display: block;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px)
    hue-rotate(0deg);
}

/*--
/*  28 - Contact CSS
/*----------------------------------------*/
.contact-form-section .contact-wrap {
  background-image: url(../images/shape/contact-map.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -10px;
}

.contact-form-section .contact-wrap .form-title .title {
  font-size: 54px;
  line-height: 54px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

@media only screen and (max-width: 991px) {
  .contact-form-section .contact-wrap .form-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}

.contact-form-section .contact-wrap .contact-form-wrap {
  padding-top: 30px;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form {
  margin-top: 20px;
}

.contact-form-section
  .contact-wrap
  .contact-form-wrap
  .single-form
  .form-control {
  border: 1px solid transparent;
  height: 50px;
  padding: 10px 25px;
  background: #f6f7f9;
  color: #415674;
  border-radius: 0;
}

.contact-form-section
  .contact-wrap
  .contact-form-wrap
  .single-form
  .form-control::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 16px;
  color: #a7a5c6;
  font-weight: 400;
}

.contact-form-section
  .contact-wrap
  .contact-form-wrap
  .single-form
  .form-control:-moz-placeholder {
  opacity: 0.95;
  font-size: 16px;
  color: #a7a5c6;
  font-weight: 400;
}

.contact-form-section
  .contact-wrap
  .contact-form-wrap
  .single-form
  .form-control::-moz-placeholder {
  opacity: 0.95;
  font-size: 16px;
  color: #a7a5c6;
  font-weight: 400;
}

.contact-form-section
  .contact-wrap
  .contact-form-wrap
  .single-form
  .form-control:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 16px;
  color: #a7a5c6;
  font-weight: 400;
}

.contact-form-section
  .contact-wrap
  .contact-form-wrap
  .single-form
  .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #ff9900;
}

.contact-form-section
  .contact-wrap
  .contact-form-wrap
  .single-form
  textarea.form-control {
  height: 135px;
  color: #415674;
  padding: 10px 25px;
  padding-top: 15px;
  resize: none;
}

.contact-form-section
  .contact-wrap
  .contact-form-wrap
  .single-form
  textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}

.contact-form-section .contact-wrap .contact-form-wrap .form-btn .btn {
  font-size: 14px;
  padding: 0 60px;
  margin-top: 35px;
}

.contact-info-section .contact-info-wrap {
  margin-top: -10px;
  margin-bottom: -90px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .contact-info-section .contact-info-wrap {
    margin-top: -30px;
  }
}

.contact-info-section .contact-info-wrap .single-contact-info {
  background: #ffffff;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.11);
  padding: 55px;
  margin-top: 70px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-section .contact-info-wrap .single-contact-info {
    padding: 40px;
  }
}

.contact-info-section .contact-info-wrap .single-contact-info .info-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -95px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-section .contact-info-wrap .single-contact-info .info-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-top: -80px;
  }
}

.contact-info-section .contact-info-wrap .single-contact-info .info-icon i {
  font-size: 35px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-section .contact-info-wrap .single-contact-info .info-icon i {
    font-size: 30px;
  }
}

.contact-info-section
  .contact-info-wrap
  .single-contact-info
  .info-content
  .title {
  font-size: 22px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  margin-top: 15px;
}

.contact-info-section .contact-info-wrap .single-contact-info .info-content p {
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-section
    .contact-info-wrap
    .single-contact-info
    .info-content
    p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-info-section
    .contact-info-wrap
    .single-contact-info
    .info-content
    p {
    font-size: 18px;
  }
}

.contact-map-section .contact-map-wrap {
  margin-bottom: -7px;
}

.contact-map-section .contact-map-wrap iframe {
  height: 430px;
  width: 100%;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px)
    hue-rotate(0deg);
}

/*--
/*  23 - Event List CSS
/*----------------------------------------*/
.event-list-top-bar .event-list-search {
  background: #fff;
  box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 15%);
}

.event-list-top-bar .event-list-search .single-form {
  position: relative;
}

.event-list-top-bar .event-list-search .single-form input {
  height: 50px;
  width: 100%;
  border: 1px solid #fff;
  color: #415674;
  padding: 15px 25px;
  padding-left: 40px;
}

.event-list-top-bar
  .event-list-search
  .single-form
  input::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 15px;
  color: #828282;
}

.event-list-top-bar .event-list-search .single-form input:-moz-placeholder {
  opacity: 0.95;
  font-size: 15px;
  color: #828282;
}

.event-list-top-bar .event-list-search .single-form input::-moz-placeholder {
  opacity: 0.95;
  font-size: 15px;
  color: #828282;
}

.event-list-top-bar
  .event-list-search
  .single-form
  input:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 15px;
  color: #828282;
}

.event-list-top-bar .event-list-search .single-form i {
  display: block;
  position: absolute;
  left: 16px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  color: #ff9900;
}

.event-list-top-bar .event-list-search .single-form.form-border::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  background: #e5e5e5;
  width: 1px;
  height: 45px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .event-list-top-bar .event-list-search .single-form.form-border::before {
    display: none;
  }
}

.event-list-top-bar .event-list-search .form-btn .btn {
  height: 50px;
  padding: 0 40px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  margin-left: auto;
}

@media only screen and (max-width: 1199px) {
  .event-list-top-bar .event-list-search .form-btn .btn {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .event-list-top-bar .event-list-search .form-btn .btn {
    width: 100%;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
  }
  .footer-menu ul {
    flex-direction: column;
  }
}

.event-list-top-bar .event-list-search .form-btn .btn::before {
  display: none;
}

.event-list-top-bar .event-filter-wrap {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .event-list-top-bar .event-filter-wrap {
    margin-top: 20px;
  }
}

.event-list-top-bar .event-filter-wrap .event-collapse-btn {
  margin-left: 30px;
}

@media only screen and (max-width: 991px) {
  .event-list-top-bar .event-filter-wrap .event-collapse-btn {
    margin-left: 0;
  }
}

.event-list-top-bar .event-filter-wrap .event-collapse-btn .btn {
  height: 70px;
  border: 2px solid #ebebeb;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding: 0 45px;
  color: #1a0a1e;
}

@media only screen and (max-width: 1199px) {
  .event-list-top-bar .event-filter-wrap .event-collapse-btn .btn {
    padding: 0 25px;
  }
}

.event-list-top-bar .event-filter-wrap .event-collapse-btn .btn::before {
  display: none;
}

.event-list-top-bar .event-filter-wrap .event-list-btn {
  border: 2px solid #ebebeb;
  border-radius: 5px;
  margin-left: 10px;
}

.event-list-top-bar .event-filter-wrap .event-list-btn ul {
  flex-wrap: nowrap;
}

.event-list-top-bar .event-filter-wrap .event-list-btn ul li button {
  width: 40px;
  height: 48px;
  border: 0;
  background: none;
  color: #1a0a1e;
}

.event-list-top-bar .event-filter-wrap .event-list-btn ul li button.active {
  color: #ff9900;
}

.event-list-top-bar .event-list-tag {
  margin-top: 15px;
}

.event-list-top-bar .event-list-tag ul li {
  display: inline-block;
  margin-top: 10px;
  padding: 0 3px;
}

.event-list-top-bar .event-list-tag ul li a {
  border: 1px solid #e1e1e1;
  border-radius: 30px;
  font-size: 14px;
  color: #1a0a1e;
  height: 35px;
  line-height: 30px;
  padding: 0 15px;
  display: block;
}

.event-list-top-bar .event-list-tag ul li a:hover {
  color: #ff9900;
  border-color: #ff9900;
}

.event-list-bottom-bar {
  display: flex;
  align-items: center;
  margin-top: 55px;
}

.event-list-bottom-bar .event-list-btn .event-btn {
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: #ebebeb;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  margin-right: 5px;
}

.event-list-bottom-bar .event-list-btn .event-btn:hover {
  background: #ff9900;
  color: #ffffff;
}

.event-list-content-wrap .event-list-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}

@media screen and (max-width: 992px) {
  .event-list-content-wrap .event-list-item {
    padding: 0 20px 20px;
  }
}

.event-list-content-wrap .event-list-item .event-img {
  overflow: hidden;
}

.event-list-content-wrap .event-list-item .event-img a {
  display: block;
}

.e_img {
  display: flex;
  width: 100%;
  aspect-ratio: 23/31;
  object-fit: cover;
  background: #d1d1d1
    url(../images/pj_icon_grey.png)
    no-repeat;
  background-position: center;
  background-size: 55px;
}

.placeholder-img {
  display: flex;
  width: 100%;
  aspect-ratio: 21/7;
  object-fit: cover;
  background: #d1d1d1
    url(../images/pj_icon_grey.png)
    no-repeat;
  background-position: center;
  background-size: 55px;
}

.meeta-speakers-wrap div#venue-listing .single-speker-3 .speker-img a .e_img {
  aspect-ratio: 1 !important;
}
@media screen and (max-width: 992px) {
  .event-list-content-wrap .event-list-item .event-img .e_img {
    aspect-ratio: 1;
  }
}

.event-list-content-wrap .event-list-item .event-list-content {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  min-height: 150px;
  /*row-gap: 12px;*/
}
@media screen and (max-width: 768px) {
  .event-list-content-wrap .event-list-item .event-list-content {
    padding-bottom: 20px;
    min-height: 0px;
  }
}

.event-list-content-wrap
  .event-list-item
  .event-list-content
  .event-price
  .cat {
  height: 25px;
  line-height: 25px;
  background: #ff9900;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 0 15px;
  border-radius: 5px;
  color: #ffffff;
  margin-right: 10px;
}

.event-list-content-wrap
  .event-list-item
  .event-list-content
  .event-price
  .price {
  font-size: 16px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  color: #1a0a1e;
}

.event-list-content-wrap .event-list-item .event-list-content .title {
  font-size: 18px;
  line-height: 24px;
  /*font-family: "Avenir";*/
  color: #747776;
  margin-top: 10px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
}

.event-list-content-wrap .event-list-item .event-list-content .meta-data {
  margin-bottom: 13px;
}
.event-list-content-wrap .event-list-item .event-list-content .meta-data span {
  font-size: 17px;
  font-weight: 500;
  font-family: "Avenir";
  line-height: normal;
}

.event-list-content-wrap .event-list-item .event-list-content .meta-data span i {
  color: #ff9900;
  margin-right: 5px;
}

.event-list-content-wrap .event-list-item .event-list-content p {
  margin-top: 15px;
}

.event-list-content-wrap .event-list-item .event-list-content .ticket-link,
.ticket-link {
  font-size: 17px;
  line-height: 24px;
  /*font-family: "Avenir";*/
  font-weight: 700;
  color: #ff9900;
  text-decoration: none;
  -webkit-text-decoration-color: #ff9900;
  text-decoration-color: #ff9900;
  border: 1px solid #ff9900;
  padding: 8px 25px;
  border-radius: 50px;
  transition: 0.2s all ease;
  letter-spacing: 0.5px;
  margin-top: auto;
}

.event-list-content-wrap
  .event-list-item
  .event-list-content
  .ticket-link:hover {
  background: #ff9900;
  color: #fff;
  transition: 0.2s all ease;
}

.event-list-content-wrap .event-list-item:hover .event-img a img {
  transform: scale(1.1);
}

.event-list-content-wrap .event-list-item.event-list {
  margin-top: 60px;
  position: relative;
  padding-left: 95px;
}

@media only screen and (max-width: 575px) {
  .event-list-content-wrap .event-list-item.event-list {
    padding-left: 0;
  }

  .event-list-content-wrap .event-list-item.event-list::before {
    content: none !important;
  }
}

.event-list-content-wrap .event-list-item.event-list::before {
  content: "";
  width: 1px;
  height: 130%;
  background-color: #ebebeb;
  position: absolute;
  left: 22px;
  top: 0;
  z-index: -1;
}

.event-list-content-wrap .event-list-item.event-list:last-child::before {
  height: 100%;
}

.event-list-content-wrap .event-list-item.event-list .event-img {
  border-radius: 5px;
}

.event-list-content-wrap .event-list-item.event-list .event-list-content {
  flex: 1;
  margin-top: 0;
  margin-left: 50px;
}

.event-list-content-wrap .event-list-item.event-list .event-time {
  width: 45px;
  height: 45px;
  line-height: 16px;
  text-align: center;
  background: #ff9900;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 8px;
}

.event-list-content-wrap .event-list-item.event-list .event-time span {
  font-size: 16px;
  display: block;
}

.meeta-event-list-wrap .event-next-prev-btn {
  margin-top: 35px;
}

.meeta-event-list-wrap .event-next-prev-btn .event-btn {
  font-size: 15px;
}

.meeta-event-list-wrap .event-next-prev-btn .event-btn i {
  font-size: 11px;
}

.meeta-event-list-wrap .event-next-prev-btn .event-btn.btn-next {
  border-left: 1px solid #ebebeb;
  padding-left: 30px;
  margin-left: 25px;
}

/*--
/*  29 - FAQ CSS
/*----------------------------------------*/
.faq-accordion-wrapper {
  display: flex;
  padding-top: 60px;
}

@media only screen and (max-width: 991px) {
  .faq-accordion-wrapper {
    display: block;
  }
}

.faq-accordion-wrapper .faq-col {
  width: 50%;
}

@media only screen and (max-width: 991px) {
  .faq-accordion-wrapper .faq-col {
    width: 100%;
  }
}

.faq-accordion-wrapper .faq-col:first-child {
  padding-right: 25px;
}

@media only screen and (max-width: 991px) {
  .faq-accordion-wrapper .faq-col:first-child {
    padding-right: 0px;
  }

  /*.event-list-content-wrap .event-list-item {*/
  /*  padding: 0 20px;*/
  /*}*/

  .event-list-content-wrap .event-list-item.event-list .event-list-content {
    margin-left: 0;
  }
}

.faq-accordion-wrapper .faq-col:last-child {
  padding-left: 25px;
}

@media only screen and (max-width: 991px) {
  .faq-accordion-wrapper .faq-col:last-child {
    padding-left: 0px;
  }
}

.faq-accordion .accordion-item {
  border: 0;
  margin-bottom: 10px;
  border-top: 1px solid #e5e5e5;
}

.faq-accordion .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.faq-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.faq-accordion .accordion-item .accordion-header {
  padding-top: 30px;
  padding-bottom: 30px;
}

.faq-accordion .accordion-item .accordion-header .accordion-button {
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  color: #1a0a1e;
  font-weight: 700;
  padding-right: 45px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.faq-accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}

.faq-accordion .accordion-item .accordion-header .accordion-button .faq-button {
  position: absolute;
  right: 0;
  height: 32px;
  width: 32px;
  color: #ff9900;
  border: 1px solid #e5e5e5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: rotate(90deg);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.faq-accordion
  .accordion-item
  .accordion-header
  .accordion-button
  .faq-button
  i {
  font-size: 15px;
}

.faq-accordion .accordion-item .accordion-header .accordion-button:focus {
  border: 0;
  box-shadow: none;
}

.faq-accordion
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed) {
  color: #1a0a1e;
  background: #ffffff;
  box-shadow: none;
}

.faq-accordion
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed)
  .faq-button {
  position: absolute;
  right: 0;
  height: 32px;
  width: 32px;
  color: #ff9900;
  border: 1px solid #e5e5e5;
  text-align: center;
  border-radius: 50%;
  transform: rotate(-90deg);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.faq-accordion
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed)
  .faq-button
  i {
  font-size: 15px;
}

.faq-accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #ff9900;
}

.faq-accordion .accordion-item .accordion-body {
  padding: 0;
  padding-bottom: 20px;
}

.faq-accordion .accordion-item .accordion-body p {
  font-size: 16px;
  line-height: 30px;
  color: #415674;
}

.faq-accordion .accordion-item:hover .accordion-button .faq-button {
  transform: rotate(-90deg);
}

/*--
/*  24 - Category CSS
/*----------------------------------------*/
.meeta-category-section .meeta-category-wrap .col .category-item {
  height: 195px;
  width: 195px;
  line-height: 110px;
  padding: 20px;
  text-align: center;
  border: 2px dashed red;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 30px;
}

.meeta-category-section .meeta-category-wrap .col .category-item a img {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.meeta-category-section .meeta-category-wrap .col .category-item a span {
  font-size: 21px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  display: block;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.meeta-category-section .meeta-category-wrap .col .category-item.cat-1 {
  border-color: #7fd5f6;
}

.meeta-category-section .meeta-category-wrap .col .category-item.cat-2 {
  border-color: #ff9900;
}

.meeta-category-section .meeta-category-wrap .col .category-item.cat-3 {
  border-color: #554bb9;
}

.meeta-category-section .meeta-category-wrap .col .category-item.cat-4 {
  border-color: #00acee;
}

.meeta-category-section .meeta-category-wrap .col .category-item:hover a img {
  transform: scale(-1) rotate(180deg);
}

.meeta-category-section .meeta-category-wrap .col .category-item:hover a span {
  color: #fad003;
}

.meeta-category-section
  .meeta-category-wrap
  .col
  .category-item:hover.cat-1
  a
  span {
  color: #7fd5f6;
}

.meeta-category-section
  .meeta-category-wrap
  .col
  .category-item:hover.cat-2
  a
  span {
  color: #ff9900;
}

.meeta-category-section
  .meeta-category-wrap
  .col
  .category-item:hover.cat-3
  a
  span {
  color: #554bb9;
}

.meeta-category-section
  .meeta-category-wrap
  .col
  .category-item:hover.cat-4
  a
  span {
  color: #00acee;
}

/*--
/*  25 - Trending CSS
/*----------------------------------------*/
.meeta-trending-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.meeta-trending-section .trending-shape-1 {
  position: absolute;
  top: 30%;
  left: -120px;
  width: 240px;
  height: 240px;
  border: 30px solid #00bef0;
  border-radius: 50%;
  z-index: -1;
}

.meeta-trending-section .trending-shape-2 {
  position: absolute;
  left: 240px;
  top: 28%;
  z-index: -1;
  -webkit-animation: round-01 5s linear infinite;
  animation: round-01 5s linear infinite;
}

.meeta-trending-section .trending-shape-3 {
  position: absolute;
  left: 140px;
  bottom: 30%;
  z-index: -1;
}

.meeta-trending-section .trending-shape-4 {
  position: absolute;
  right: 170px;
  top: 40%;
  z-index: -1;
  -webkit-animation: rotate-style 10s linear infinite;
  animation: rotate-style 10s linear infinite;
}

.meeta-trending-section .trending-shape-5 {
  position: absolute;
  right: -40px;
  bottom: 30%;
  z-index: -1;
  -webkit-animation: round-01 5s linear infinite;
  animation: round-01 5s linear infinite;
}

.meeta-trending-content-wrap {
  padding-top: 30px;
}

.trending-item .trending-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  z-index: 1;
}

.trending-item .trending-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(11, 14, 72, 0.3);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.trending-item .trending-thumb img {
  width: 100%;
}

.trending-item .trending-thumb .trending-city {
  position: absolute;
  top: 35px;
  left: 25px;
}

.trending-item .trending-thumb .trending-city .city {
  font-size: 14px;
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  margin: 5px 0;
  height: 25px;
  padding: 0 10px;
  line-height: 25px;
  border-radius: 30px;
}

.trending-item .trending-thumb .trending-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding-right: 40px;
}

@media only screen and (max-width: 1199px) {
  .trending-item .trending-thumb .trending-content {
    padding-right: 20px;
  }
}

.trending-item .trending-thumb .trending-content .title {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}

.trending-item .trending-thumb .trending-content .date {
  font-size: 13px;
  line-height: 30px;
  color: #d8d8d9;
  padding-top: 12px;
}

/*--
/*  26 - Newsletter CSS
/*----------------------------------------*/
.newsletter-section .newsletter-wrap {
  background: #ffffff;
  box-shadow: 0px 0px 133px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 80px 70px 90px;
  margin-bottom: -145px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .newsletter-section .newsletter-wrap {
    padding: 50px;
  }
}

.newsletter-section .newsletter-wrap .newsletter-text .title {
  font-size: 40px;
  line-height: 48px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

@media only screen and (max-width: 991px) {
  .newsletter-section .newsletter-wrap .newsletter-text .title {
    text-align: center;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .newsletter-section .newsletter-wrap .newsletter-text .title {
    font-size: 30px;
    line-height: 40px;
  }
}

.newsletter-section .newsletter-wrap .newsletter-form {
  position: relative;
}

.newsletter-section .newsletter-wrap .newsletter-form input {
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  color: #93a1a2;
  padding: 0 30px;
  padding-right: 30px;
  padding-right: 195px;
  background-color: #f9fafc;
  border-radius: 5px;
  border: 0;
}

@media only screen and (max-width: 575px) {
  .newsletter-section .newsletter-wrap .newsletter-form input {
    padding: 0 25px;
  }
}

.newsletter-section .newsletter-wrap .newsletter-form .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  line-height: 60px;
  min-width: 160px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

@media only screen and (max-width: 575px) {
  .newsletter-section .newsletter-wrap .newsletter-form .btn {
    position: relative;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
  }
}

.newsletter-section .newsletter-wrap .newsletter-form .btn::before {
  display: none;
}

/*--
/*  27 - Event Project CSS
/*----------------------------------------*/
.meeta-event-project .section-title-4 .main-title .title-shape-1::before {
  left: 55px;
  bottom: -55px;
}

@media only screen and (max-width: 575px) {
  .meeta-event-project .section-title-4 .main-title .title-shape-1::before {
    left: 10px;
    bottom: -40px;
  }
}

.meeta-event-project .meeta-event-project-wrap .project-item {
  display: flex;
}

.meeta-event-project
  .meeta-event-project-wrap
  .project-item
  .event-project-thumb {
  height: 575px;
  width: 1140px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.meeta-event-project
  .meeta-event-project-wrap
  .project-item
  .event-project-content {
  background: #ffffff;
  box-shadow: 0px 5px 95px 0px rgba(0, 0, 0, 0.1);
  padding: 75px 40px 45px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 550px;
  display: none;
}

@media only screen and (max-width: 575px) {
  .meeta-event-project
    .meeta-event-project-wrap
    .project-item
    .event-project-content {
    padding: 50px 35px 45px;
  }
}

.meeta-event-project
  .meeta-event-project-wrap
  .project-item
  .event-project-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/shape/project-shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  width: 100%;
  height: 100%;
}

.meeta-event-project
  .meeta-event-project-wrap
  .project-item
  .event-project-content
  .title {
  font-size: 30px;
  line-height: 40px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
}

@media only screen and (max-width: 767px) {
  .meeta-event-project
    .meeta-event-project-wrap
    .project-item
    .event-project-content
    .title {
    font-size: 28px;
  }
}

.meeta-event-project
  .meeta-event-project-wrap
  .project-item
  .event-project-content
  .event-meta {
  margin-top: 15px;
}

.meeta-event-project
  .meeta-event-project-wrap
  .project-item
  .event-project-content
  .event-meta
  span {
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  margin-right: 25px;
}

.meeta-event-project
  .meeta-event-project-wrap
  .project-item
  .event-project-content
  .event-meta
  span
  i {
  color: #ff9900;
  margin-right: 5px;
}

.meeta-event-project
  .meeta-event-project-wrap
  .project-item
  .event-project-content
  .register-countdown-5 {
  margin-top: 0;
}

.meeta-event-project
  .meeta-event-project-wrap
  .project-item
  .event-project-content
  .register-countdown-5
  .meeta-register-countdown-wrapper {
  padding: 0;
  max-width: 0;
  margin: 0;
  box-shadow: none;
}

.meeta-event-project
  .meeta-event-project-wrap
  .project-item
  .event-project-content
  .register-countdown-5
  .meeta-register-countdown-wrapper
  .meeta-countdown
  .single-countdown {
  text-align: left;
}

.meeta-event-project
  .meeta-event-project-wrap
  .project-item
  .event-project-content
  .register-countdown-5
  .meeta-register-countdown-wrapper
  .meeta-countdown
  .single-countdown::before {
  content: ":";
  font-size: 36px;
  right: 20.5%;
  top: 48px;
}

@media only screen and (max-width: 767px) {
  .meeta-event-project
    .meeta-event-project-wrap
    .project-item
    .event-project-content
    .register-countdown-5
    .meeta-register-countdown-wrapper
    .meeta-countdown
    .single-countdown::before {
    font-size: 32px;
    right: 22.5%;
    top: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-event-project
    .meeta-event-project-wrap
    .project-item
    .event-project-content
    .register-countdown-5
    .meeta-register-countdown-wrapper
    .meeta-countdown
    .single-countdown::before {
    font-size: 28px;
    right: 19.5%;
    top: 12px;
  }
}

.meeta-event-project
  .meeta-event-project-wrap
  .project-item
  .event-project-content
  .register-countdown-5
  .meeta-register-countdown-wrapper
  .meeta-countdown
  .single-countdown
  .count {
  width: 105px;
  font-size: 36px;
  line-height: 145px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .meeta-event-project
    .meeta-event-project-wrap
    .project-item
    .event-project-content
    .register-countdown-5
    .meeta-register-countdown-wrapper
    .meeta-countdown
    .single-countdown
    .count {
    font-size: 32px;
    line-height: 90px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-event-project
    .meeta-event-project-wrap
    .project-item
    .event-project-content
    .register-countdown-5
    .meeta-register-countdown-wrapper
    .meeta-countdown
    .single-countdown
    .count {
    width: 80px;
    font-size: 28px;
    line-height: 62px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-event-project
    .meeta-event-project-wrap
    .project-item
    .event-project-content
    .register-countdown-5
    .meeta-register-countdown-wrapper
    .meeta-countdown
    .single-countdown
    .value {
    font-size: 13px;
  }
}

.meeta-event-project
  .meeta-event-project-wrap
  .project-item
  .event-project-content
  .btn-2 {
  border-radius: 5px;
  margin-top: 40px;
}

.meeta-event-project
  .meeta-event-project-wrap
  .swiper-slide.swiper-slide-active
  .event-project-thumb {
  max-width: 650px;
}

.meeta-event-project
  .meeta-event-project-wrap
  .swiper-slide.swiper-slide-active
  .event-project-content {
  display: block;
}

/*--
/*  30 - Login CSS
/*----------------------------------------*/
.login-register-section .login-register-wrap {
  margin-top: -50px;
}

.login-register-section .login-register-wrap .section-title .title {
  font-size: 36px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a0a1e;
  line-height: 1.2;
  margin-top: -8px;
}

.login-register-section .login-register-wrap .login-register-box {
  border: 1px solid #ebebeb;
  padding: 40px;
  border-radius: 10px;
  margin-top: 50px;
}

.login-register-section
  .login-register-wrap
  .login-register-box
  .login-register-form
  .single-form {
  margin-top: 20px;
}

.login-register-section
  .login-register-wrap
  .login-register-box
  .login-register-form
  .single-form
  .form-control {
  border: 1px solid transparent;
  background: #f6f7f9;
  border-radius: 0;
}

.login-register-section
  .login-register-wrap
  .login-register-box
  .login-register-form
  .single-form
  .form-control::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Archivo", sans-serif;
  color: #787884;
  font-weight: 400;
}

.login-register-section
  .login-register-wrap
  .login-register-box
  .login-register-form
  .single-form
  .form-control:-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Archivo", sans-serif;
  color: #787884;
  font-weight: 400;
}

.login-register-section
  .login-register-wrap
  .login-register-box
  .login-register-form
  .single-form
  .form-control::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Archivo", sans-serif;
  color: #787884;
  font-weight: 400;
}

.login-register-section
  .login-register-wrap
  .login-register-box
  .login-register-form
  .single-form
  .form-control:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Archivo", sans-serif;
  color: #787884;
  font-weight: 400;
}

.login-register-section
  .login-register-wrap
  .login-register-box
  .login-register-form
  .single-form
  .form-control:focus {
  outline: none;
  border-color: #ff9900;
  box-shadow: none;
}

.login-register-section
  .login-register-wrap
  .login-register-box
  .login-register-form
  .single-form
  textarea.form-control {
  height: 135px;
  font-size: 13px;
  color: #415674;
  font-weight: 600;
  padding: 10px 25px;
  padding-top: 15px;
  resize: none;
}

.login-register-section
  .login-register-wrap
  .login-register-box
  .login-register-form
  .single-form
  textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}

.login-register-section
  .login-register-wrap
  .login-register-box
  .login-register-form
  .single-form
  .form-check-input {
  margin-right: 8px;
  margin-top: 5px;
}

.login-register-section
  .login-register-wrap
  .login-register-box
  .login-register-form
  .single-form
  .form-check-input:focus {
  box-shadow: none;
}

.login-register-section
  .login-register-wrap
  .login-register-box
  .login-register-form
  .single-form
  .form-check-label {
  display: inline;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
  text-transform: none;
}

.login-register-section
  .login-register-wrap
  .login-register-box
  .login-register-form
  .form-btn {
  margin-top: 30px;
}

.login-register-section
  .login-register-wrap
  .login-register-box
  .login-register-form
  .form-btn
  .btn {
  height: 50px;
  line-height: 45px;
  width: 100%;
}

/*----------------------------------------*/
/*  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: #666666;
}

.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;
  }
}

/*--
/*  31.1 - Footer Widget CSS
/*----------------------------------------*/

.footer-newsletter {
  padding-top: 32px;
}

.footer-newsletter p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

@media only screen and (max-width: 575px) {
  .footer-newsletter p {
    font-size: 16px;
  }
}

.footer-newsletter-form {
  max-width: 750px;
  margin: 18px auto 0;
  position: relative;
}

.footer-newsletter-form input {
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  color: #93a1a2;
  padding: 0 30px;
  padding-right: 195px;
  background-color: #ffffff;
  border: 0;
}

@media only screen and (max-width: 575px) {
  .footer-newsletter-form input {
    height: 50px;
    padding: 0 25px;
    font-size: 16px;
  }
}

.footer-newsletter-form .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  line-height: 60px;
  min-width: 165px;
}

@media only screen and (max-width: 575px) {
  .footer-newsletter-form .btn {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
  }
}

.footer-widget-social {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.footer-widget-social a {
  font-size: 24px;
  color: #121212;
  line-height: 1.1;
  background: beige;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.footer-widget-social a:hover {
  color: #ff9900;
}

.footer-copyright {
  margin-top: 25px;
  padding: 10px 0;
  background: linear-gradient(90deg, #f92c31, #ff9d31);
}

.meeta-footer-section.meeta-footer-2 {
  padding-bottom: 0;
}

.meeta-footer-2 .footer-widget .footer-wrap {
  padding-bottom: 80px;
}

.meeta-footer-2 .footer-newsletter {
  padding-top: 0;
}

@media only screen and (max-width: 1199px) {
  .meeta-footer-2 .footer-newsletter {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .meeta-footer-2 .footer-newsletter {
    padding-left: 0;
    padding-top: 50px;
  }
}

.meeta-footer-2 .footer-newsletter .footer-newsletter-form {
  margin-top: 0;
  margin-right: 0;
}

.meeta-footer-2 .footer-bottom-wrap {
  padding-left: 125px;
  margin-top: 80px;
}

@media only screen and (max-width: 1199px) {
  .meeta-footer-2 .footer-bottom-wrap {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .meeta-footer-2 .footer-bottom-wrap {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .meeta-footer-2 .footer-bottom-wrap {
    margin-top: 60px;
  }
}

.meeta-footer-2 .footer-bottom-wrap .footer-info .title {
  font-size: 22px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #ffffff;
}

.meeta-footer-2 .footer-bottom-wrap .footer-info .date {
  font-size: 14px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #ff9900;
  display: inline-block;
  margin-top: 20px;
}

.meeta-footer-2 .footer-bottom-wrap .footer-info p {
  font-size: 14px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
}

.meeta-footer-2 .footer-widget-social {
  gap: 20px;
  justify-content: flex-start;
  margin-top: 30px;
}

.meeta-footer-2 .footer-widget-social a {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .meeta-footer-2 .footer-widget-map {
    margin-top: 40px;
  }
}

.meeta-footer-2 .footer-widget-map iframe {
  width: 100%;
  height: 200px;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px)
    hue-rotate(0deg);
}

.meeta-footer-2 .footer-copyright {
  border-top: 3px solid #1e0c53;
  padding-top: 40px;
  padding-bottom: 45px;
  margin-top: 0;
}

.meeta-footer-2 .footer-copyright p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  color: #a3a3cb;
}

.meeta-footer-section.meeta-footer-3 {
  padding-bottom: 0;
}

.meeta-footer-3 {
  position: relative;
  z-index: 1;
}

.meeta-footer-3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(26, 24, 49, 0.95);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.meeta-footer-3 .footer-widget-wrap {
  padding-bottom: 100px;
  margin-top: -40px;
}

@media only screen and (max-width: 991px) {
  .meeta-footer-3 .footer-widget-wrap {
    padding-bottom: 80px;
  }
}

.meeta-footer-3 .footer-widget-wrap .footer-widget {
  margin-top: 40px;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .widget-title {
  font-size: 18px;
  line-height: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .footer-logo {
  margin-top: 15px;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .widget-text .date {
  font-size: 14px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #ff9900;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .widget-text p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .widget-text .btn-2 {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  border-radius: 5px;
  margin-top: 20px;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .widget-info ul li {
  display: flex;
  align-items: center;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .widget-info ul li + li {
  margin-top: 5px;
}

.meeta-footer-3
  .footer-widget-wrap
  .footer-widget
  .widget-info
  ul
  li
  .info-icon
  i {
  font-size: 17px;
  color: #ff9900;
  margin-right: 10px;
}

.meeta-footer-3
  .footer-widget-wrap
  .footer-widget
  .widget-info
  ul
  li
  .info-text {
  font-size: 14px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .widget-form {
  position: relative;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .widget-form .form-control {
  height: 45px;
  background-color: #f0f0f0;
  color: #93a1a2;
  font-weight: 400;
  border: 0;
  padding-left: 20px;
  padding-right: 50px;
  font-size: 14px;
  border-radius: 5px;
}

.meeta-footer-3
  .footer-widget-wrap
  .footer-widget
  .widget-form
  .form-control:focus {
  box-shadow: none;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .widget-form button {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #ff9900;
  border: 0;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .footer-widget-social {
  gap: 25px;
  justify-content: flex-start;
  margin-top: 20px;
}

.meeta-footer-3 .footer-widget-wrap .footer-widget .footer-widget-social a {
  font-size: 15px;
  color: #ffffff;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.meeta-footer-3
  .footer-widget-wrap
  .footer-widget
  .footer-widget-social
  a:hover {
  color: #ff9900;
}

.meeta-footer-3 .footer-copyright {
  background: #151320;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0;
}

.meeta-footer-4 {
  position: relative;
  z-index: 1;
}

.meeta-footer-4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(26, 10, 30, 0.7);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.meeta-footer-4 .footer-widget .footer-newsletter {
  background: #554bc0;
  max-width: 950px;
  margin: 0 auto;
  padding-top: 45px;
  padding: 40px 50px 60px;
  margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .meeta-footer-4 .footer-widget .footer-newsletter {
    padding: 30px 50px 60px;
  }
}

.meeta-footer-4 .footer-widget .footer-newsletter .title {
  font-size: 44px;
  line-height: 70px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .meeta-footer-4 .footer-widget .footer-newsletter .title {
    font-size: 36px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-footer-4 .footer-widget .footer-newsletter .title {
    font-size: 30px;
    line-height: 40px;
  }
}

.meeta-footer-4 .footer-widget .footer-newsletter .footer-newsletter-form {
  margin-top: 10px;
}

@media only screen and (max-width: 991px) {
  .meeta-footer-4 .footer-widget .footer-newsletter .footer-newsletter-form {
    margin-top: 20px;
  }
}

.meeta-footer-4
  .footer-widget
  .footer-newsletter
  .footer-newsletter-form
  .btn::before {
  display: none;
}

.meeta-footer-4 .footer-widget .footer-widget-social {
  gap: 20px;
}

.meeta-footer-4 .footer-widget .footer-widget-social a {
  font-size: 18px;
  width: 45px;
  height: 45px;
  line-height: 43px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
}

.meeta-footer-4 .footer-widget .footer-widget-social a:hover {
  color: #ff9900;
}

.footer-menu ul li a {
  font-size: 18px;
  line-height: initial;
  font-family: "Archivo", sans-serif;
  font-weight: 300;
  display: flex;
  color: #ffffff;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 6px 0;
}

.footer-menu ul li a:hover {
  color: #ff9900;
}

.meeta-footer-5 {
  padding: 60px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.meeta-footer-5 .footer-widget-social {
  border-top: 1px solid #4a555f;
  gap: 20px;
  padding-top: 35px;
  margin-top: 70px;
}

.meeta-footer-5 .footer-widget-social a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #000;
  border-radius: 50%;
  font-size: 22px;
  color: #ff9900;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.meeta-footer-5 .footer-widget-social a:hover {
  color: #fff;
}

.meeta-footer-5 .footer-copyright p {
  color: #c8c8c8;
}

/*--
/* 31. Footer CSS
/*----------------------------------------*/

footer {
  background: #121212;
  padding-top: 25px;
}

.footer-copyright p {
  color: #121212;
  font-weight: 600;
  text-align: center;
}

.meeta-footer-section {
  background-color: #311a79;
  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;
  }
}

@media only screen and (max-width: 767px) {
  .footer-logo {
    text-align: center;
  }

  .footer-logo img {
    width: 200px;
  }

  .footer-menu ul li a {
    justify-content: center;
    padding: 10px 0;
  }

  .footer-menu {
    margin: 40px 0;
  }

  .footer-copyright p {
    text-align: center;
  }

  .footer-widget-social a {
    font-size: 18px;
    width: 45px;
    height: 45px;
  }
}

.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: #ff9900;
  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: #ff9900;
  stroke-width: 4;
  box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.page-template-template-home .header-actions {
  display: none;
}

.pj_cart_heading,
.pj_checkout_heading {
  display: none;
}

.event-list-top-bar .nice-select {
  padding: 10px;
  border: none;
}

.nice-select {
  padding: 10px;
  border: none;
}

.nice-select .list {
  width: 200px !important;
}

.pj_cat_product_content .pj_products .product.pj_product .pj_product_img2 {
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
  opacity: 0;
  padding: 20px;
}

.pj_cat_product_content
  .pj_products
  .product.pj_product
  a:hover
  .pj_product_img2 {
  opacity: 1;
}

.pj_cat_product_content .pj_products .product.pj_product > a {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  padding: 20px;
  border-radius: 5px;
  overflow: hidden;
  height: 220px;
  margin-bottom: 20px;
  object-fit: contain;
}

.pj_cat_product_content .pj_products .product.pj_product > a img {
  height: 100%;
  object-fit: contain;
}

.product.pj_product {
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid var(--picklejar-primary);
}

.pj_products .product__title a {
  color: #707070;
  font-size: 18px;
  text-wrap: balance;
}

.product.pj_product a.add_to_cart_button {
  display: block;
  background: #f69c37;
  color: white;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
}

.pj_products .product__price {
  font-size: 18px;
  color: var(--picklejar-primary);
  font-weight: 700;
}

.pj_store_category_product {
  margin-top: 40px;
}

.pj_store_category_product h3 {
  margin-bottom: 20px;
  color: black;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 21px;
  font-family: "Avenir";
}

#pj_user_accountmenu_dashboard {
  right: 0;
  position: absolute;
  box-shadow: 0 0 60px #000;
  border: 1px solid #414141;
  border-radius: 5px;
  opacity: 0 !important;
  visibility: hidden;
  transition: 0.2s all ease;
}

.intro-x.dropdown.w-8.h-8 {
  position: relative;
}

.intro-x.dropdown.w-8.h-8:hover #pj_user_accountmenu_dashboard {
  opacity: 1 !important;
  visibility: visible;
  transition: 0.2s all ease;
  transition-delay: 0.3s;
}

.page-template-templatestemplate-dashboard-php .meeta-header-section,
.page-template-templatestemplate-dashboard-php .section.page-banner-section {
  display: none;
}

.pj_store_banner_container .pj_store_banner_img .pj_store_banner_heading {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.pj_store_banner_container .pj_store_banner_img .pj_store_banner_heading h2 {
  color: white;
  font-size: 50px;
  text-shadow: 0 2px 2px #000;
}

.page-template-template-login .meeta-header-section,
.page-template-template-login .section.page-banner-section,
.page-template-template-login .meeta-footer-5 {
  display: none;
}

.page-template-template-attendees .meeta-header-section,
.page-template-template-attendees .section.page-banner-section,
.page-template-template-attendees .meeta-footer-5 {
  display: none;
}

.page-template-template-venue-store-order .meeta-header-section,
.page-template-template-venue-store-order .section.page-banner-section,
.page-template-template-venue-store-order .meeta-footer-5 {
  display: none;
}

.page-template-template-venue-profile-edit .meeta-header-section,
.page-template-template-venue-profile-edit .section.page-banner-section,
.page-template-template-venue-profile-edit .meeta-footer-5 {
  display: none;
}

.page-template-template-event-watch-listing .meeta-header-section,
.page-template-template-event-watch-listing .section.page-banner-section,
.page-template-template-event-watch-listing .meeta-footer-5 {
  display: none;
}

.page-template-template-redeem-point-listing .meeta-header-section,
.page-template-template-redeem-point-listing .section.page-banner-section,
.page-template-template-redeem-point-listing .meeta-footer-5 {
  display: none;
}

button.btn.btn-primary {
  display: flex;
  /*margin: auto;*/
  align-items: center;
  justify-content: center;
}

form.pj_login_form .iti--separate-dial-code input {
  padding-left: 74px !important;
}

form.pj_login_form .form-control {
  color: white;
}

form.pj_login_form .form-control:focus {
  color: inherit;
  background: rgba(35, 42, 59, var(--tw-bg-opacity));
}

.event-next-prev-btn {
  margin-top: 70px;
}

.event-next-prev-btn a {
  padding: 4px 10px;
  width: 120px;
  border: 1px solid #d2d2d2;
}

.event-next-prev-btn a i {
  font-size: 11px;
}

.cart-collaterals .cart-totals {
  background: #f5f5f7;
  padding: 10px;
  border: 1px solid #e9e9e9;
}

.cart-collaterals .cart-totals .wc-proceed-to-checkout a {
  margin-bottom: 0;
}

.pj-single_product_main .woocommerce-breadcrumb {
  display: none;
}

.pj-single_product_main h1.product_title {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Avenir";
}

.pj-single_product_main div.product p.price {
  color: var(--picklejar-primary);
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Avenir";
}

.pj-single_product_main form.cart .variations label {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  color: #707070;
}

.pj-single_product_main .woocommerce-product-details__short-description p {
  font-size: 17px;
  color: #707070;
  font-family: "Avenir";
  line-height: 27px;
}

.pj-single_product_main .woocommerce form.cart {
  margin-top: 40px;
}

.pj-single_product_main .single_variation_wrap {
  margin-top: 30px;
}

.pj-single_product_main form.cart table.efw-fee-notice {
  margin-bottom: 30px;
  width: 100%;
  max-width: 240px;
}

.pj-single_product_main form.cart table.efw-fee-notice td {
  color: #707070;
  font-weight: 500;
}

.pj-single_product_main form.cart table.efw-fee-notice td:last-child {
  text-align: right;
}

.pj-single_product_main form.cart table.efw-fee-notice tr:last-child td {
  font-size: 18px;
  font-weight: 700;
}

.single-product .summary.entry-summary {
  float: none !important;
  width: 100% !important;
  flex: 1;
  padding: 30px;
}
@media screen and (max-width: 578px) {
  .single-product .summary.entry-summary {
    padding: 10px;
  }
  .woocommerce .wpbf-quantity .wpbf-qty-increase {
    left: -8px;
  }
}

.single-product .nice-select {
  display: flex;
  flex-direction: column;
  width: 150px;
  border: 1px solid #dee2e6 !important;
  margin: 0 1rem !important;
}

.single-product .nice-select > span {
  line-height: initial;
}

.single-product .single_variation_wrap {
  margin-top: 20px;
}

.single-product main {
  width: 100%;
  padding-top: 40px;
}

.single-product main .product {
  display: flex;
  flex-wrap: wrap;
}

.single-product main .product .woocommerce-product-gallery {
  float: none !important;
  width: 100% !important;
  max-width: 400px;
}

.pj_dashboard_view {
  background-color: #000;
}

.pj_dashboard_view .top-bar {
  height: initial;
  padding: 10px 0;
}

.pj_dashboard_view .top-bar .breadcrumb {
  margin-bottom: 0;
}

.pj_dashboard_view .pj_memberd_dash_img .image-fit > img {
  position: relative;
}

.pos .pos-image .pos-image__preview {
  position: relative;
}

.pos .pos-image:before {
  content: none;
}

.pj_dashboard_view h1,
.pj_dashboard_view h2,
.pj_dashboard_view h3,
.pj_dashboard_view h4,
.pj_dashboard_view h5,
.pj_dashboard_view h6 {
  color: white;
}

.page-template-template-events div#list .event-list-item {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 30px;
}

.page-template-template-events div#list .event-list-item .event-img img {
  aspect-ratio: 1;
}

.page-template-template-events div#list .event-list-item .event-img {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .page-template-template-events div#list .event-list-item .event-img {
    width: 100% !important;
  }
}

.page-template-template-events div#list .event-list-item::before {
  content: none;
}

.single-tc_events .tickets {
  margin: 30px 0 50px;
  transform: translateX(-15px);
}

.single-tc_events .page-banner-section .container {
  display: none;
}

.single-tc_events .page-banner-section::before,
.single-tc_events .page-banner-section::after {
  content: none;
}

.single-tc_events .tickets .store-item__description {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #ff9900;
}

.single-tc_events .tickets .store-item__description:first-child {
  border-top: 1px solid #ff9900;
}

/*.single-tc_events .tickets .store-item__description:before,*/
/*.single-tc_events .tickets .store-item__description:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 0px;*/
/*  height: 0px;*/
/*  background: white;*/
/*  top: 50px;*/
/*  left: 0;*/
/*  border-radius: 50%;*/
/*  border-top: 1px solid #d1d1d1;*/
/*  border-right: 1px solid #d1d1d1;*/
/*  transform: translate(-50%, 0) rotate(45deg);*/
/*}*/

.single-tc_events .tickets .store-item__description:after {
  left: auto;
  right: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  transform: translate(50%, 0) rotate(45deg);
}

.single-tc_events .tickets .store-item__description h4 {
  font-size: 20px;
  color: #121212;
  font-weight: 700;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-basis: 390px;
  font-family: "Avenir";
}

@media screen and (max-width: 992px) {
  .single-tc_events .tickets .store-item__description h4 {
    flex: 1;
    margin: 0 auto 10px;
  }
}
.pj_seating_charts {
  display: flex;
  flex-direction: column;
}

.single-tc_events .tickets .store-item__description h4 span {
  font-size: 15px;
  display: block;
}

.single-tc_events .tickets .store-item__description .price {
  font-size: 21px;
  font-weight: 700;
  color: #000000;
}

.single-tc_events .tickets .store-item__description .article__amount {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 21px;
  font-family: "Avenir";
  color: #121212;
}

.single-tc_events .tickets .store-item__description .article__amount button {
  width: 40px;
  font-size: 24px;
  height: 40px;
  line-height: 0;
  border: 0;
  color: rgb(102, 102, 102);
  background-color: rgb(227, 227, 227);
}

.single-tc_events .tickets .store-item__description .article__amount input {
  text-align: center;
  border: 1px solid rgb(227, 227, 227);
  margin: 0;
  font-size: 18px;
  line-height: 0;
  padding: 0;
  width: 80px;
  height: 40px;
}

.single-tc_events .tickets .store-item__description {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #ff9900;
  padding: 8px 15px;
}

.single-tc_events .tickets .store-item__description .article__content {
  flex: 1;
  display: grid;
  grid-template-columns: 300px auto auto minmax(auto, 300px);
  column-gap: 10px;
}
@media screen and (max-width: 992px) {
  .single-tc_events .tickets .store-item__description .article__content {
    padding-right: 0px;
    display: flex;
    flex-direction: column;
  }
}

.amount__create {
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex: 1;
}
@media screen and (max-width: 992px) {
  .amount__create {
    margin: 0 auto;
  }
}

.single-tc_events
  .tickets
  .store-item__description
  .article__content
  .add-on-wrap__main {
  margin-top: 10px;
}

.single-tc_events
  .tickets
  .store-item__description
  .article__content
  .product_desc {
  font-size: 12px;
  font-weight: 500;
  color: black;
  line-height: 16px;
  text-transform: lowercase;
  word-break: break-word;
}

.single-tc_events
  .tickets
  .store-item__description
  .article__content
  .product_desc
  a {
  color: var(--accent-color);
}

.single-tc_events .tickets .store-item__description .article__content .actions {
  grid-row: 1;
  grid-column: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 8px 0;
  gap: 1rem;
}

.single-tc_events
  .tickets
  .store-item__description
  .article__content
  .amount__create {
  grid-column: 2 / 4;
  grid-row: 1;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
}

.single-tc_events
  .tickets
  .store-item__description
  .article__content
  .add-on-wrap__main {
  grid-column: 2/4;
  grid-row: 2;
}

.single-tc_events .tickets .store-item__description .article__content .article__content--heading {
  grid-area: 1/1;
  display: grid;
  align-items: center;
  gap: 4px;
}

.pj_ticket_go_to_cart {
  display: none;
}

.dark .form-control:focus {
  background: rgba(35, 42, 59, var(--tw-bg-opacity));
  box-shadow: none;
  border-color: #e18f33;
}

.dark .form-control {
  color: white;
}

.dark .form-control:disabled,
.dark .form-control[readonly] {
  background: rgba(35, 42, 59, var(--tw-bg-opacity));
  opacity: 0.5;
}

.pj_front_view .woocommerce {
  padding: 50px 0;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border: 1px solid #e0e0e0;
  background: white;
  box-shadow: 0px 12px 10px -17px #0000007a;
  border-radius: 5px;
  color: #404040;
  font-weight: 600;
}

.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::before {
  color: #d1d1d1;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce-cart table.shop_table .actions button,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-cart table.shop_table .actions button:hover,
.woocommerce-cart-form table {
  border: 1px solid #a3a3a3;
}

.woocommerce-cart-form table thead {
  background: #e8e8e8;
}

.woocommerce-cart-form table thead th {
  padding: 7px 10px;
}

.woocommerce-cart-form table td {
  padding: 10px;
}

.woocommerce-cart-form table td input.qty {
  height: 30px !important;
  border: 1px solid #dedee5;
}

.woocommerce-cart-form table td button.wpbf-qty-control {
  height: 30px !important;
}

.woocommerce-cart-form table.shop_table tr:last-child {
  border-bottom: 0;
}

.woocommerce-cart-form table td.actions {
  background-color: white;
}

.woocommerce-cart-form table td.actions .coupon input {
  border: 1px solid #d5d5d5;
  padding: 9px 20px;
}

.woocommerce-cart-form table td.actions .coupon button {
  background: transparent;
  border: 1px solid black;
  color: black;
  font-weight: normal;
}

.woocommerce-cart-form table td.actions .coupon button:hover {
  color: #000;
}

.cart-collaterals .cart-totals table th,
.cart-collaterals .cart-totals table td {
  padding: 6px 10px;
}

.woocommerce-page .cart-collaterals .cross-sells {
  float: none;
  width: 100%;
}

.woocommerce-page .cart-collaterals .cross-sells h2 {
  font-size: 18px;
}

.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 100%;
  margin-bottom: 10px;
}

.woocommerce-page .cart-collaterals .cross-sells ul.products {
  background: white;
  border: 1px solid #e9e9e9;
  padding: 15px;
  margin: 20px 0;
}

.woocommerce-page
  .cart-collaterals
  .cross-sells
  ul.products
  li
  .wpbf-woo-loop-thumbnail-wrapper
  a {
  width: 100%;
  max-width: 130px;
  height: 130px;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 15px;
}

.woocommerce-page .cart-collaterals .cross-sells ul.products li > div {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-page
  .cart-collaterals
  .cross-sells
  ul.products
  li
  .wpbf-woo-loop-summary
  > span {
  font-size: 15px;
  opacity: 1;
  font-weight: 700;
  display: block;
}

.woocommerce-page
  .cart-collaterals
  .cross-sells
  ul.products
  li
  .wpbf-woo-loop-summary
  a.button {
  background: transparent;
  color: #f99d25;
  padding: 0;
  margin: 0;
}

.floor-btn {
  background-color: #2748fd !important;
  /* border-radius: 50px; */
  opacity: 1;
}

.woocommerce
  ul.products
  li.product
  .wpbf-woo-loop-thumbnail-wrapper
  a.wpbf-woo-quick-view {
  display: none;
}

.woocommerce-checkout .input-text {
  padding: 6px 10px;
  background: #f0f0f0;
  border: 0;
  margin-bottom: 10px;
}

.woocommerce-checkout form .form-row label {
  line-height: initial;
  font-size: 12px;
  margin-bottom: 8px;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-top: 20px;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > p {
  width: calc(100% / 2 - 10px);
}

@media screen and (max-width: 768px) {
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper > p {
    width: 100%;
  }
}

.woocommerce-checkout div.woocommerce-checkout-review-order {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.woocommerce-checkout div.woocommerce-checkout-review-order table {
  flex: 1;
  background: white;
  border: 1px solid #dadada;
  margin-bottom: 30px;
}

.woocommerce-checkout .od-hide-nl {
  background: #f0f0f0;
  padding: 20px;
  margin: 30px 0;
}

.woocommerce-checkout div.woocommerce-checkout-review-order table th,
.woocommerce-checkout div.woocommerce-checkout-review-order table td {
  padding: 10px 20px;
}

.woocommerce-checkout div.woocommerce-checkout-review-order table thead {
  background: #f5f5f7;
}

.woocommerce-checkout div.woocommerce-checkout-payment {
  flex: 1;
}

.woocommerce-checkout div.woocommerce-checkout-review-order table th {
  font-weight: 500;
  color: black;
}

.woocommerce-checkout div.woocommerce-checkout-review-order table td:last-child,
.woocommerce-checkout
  div.woocommerce-checkout-review-order
  table
  th:last-child {
  text-align: right;
}

.woocommerce-checkout
  div.woocommerce-checkout-payment
  fieldset.wc-payment-form {
  border-top: 1px solid #b1b1b1 !important;
}

.woocommerce-checkout div.woocommerce-checkout-payment fieldset .form-row {
  padding: 15px 0 !important;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .nice-select {
  background: #f0f0f0;
}

.nice-select {
  width: 100%;
  border: 0;
  padding: 6px 10px;
  border-radius: 0;
  float: none;
  position: relative;
}

.nice-select > span {
  line-height: 30px;
  display: block;
  position: relative;
}

.nice-select ul.list {
  width: 100% !important;
  left: 0;
  transform: translate(0px, 0px);
}

/* Media Query */

@media only screen and (max-width: 767px) {
  .woocommerce-checkout div.woocommerce-checkout-payment {
    flex: 100%;
  }
}

.picklejar-filter-input-container {
  max-width: var(--picklejar-page-width-max);
  margin: 0 auto;
}

.theme-page-builder-framework .picklejar-load-events .picklejar-title {
  display: none;
}

.picklejar-event-details-tip {
  position: relative;
  max-width: 120px;
}

.picklejar-event-details-tip img {
  width: 100%;
}

.picklejar-entity-details-information {
  text-align: left;
}

.wc_payment_method input,
.wc_payment_method label {
  display: inline;
}

.modal,
.modal.modal-overlap {
  background: hsl(0deg 0% 0% / 75%);
  backdrop-filter: blur(5px);
}

.modal-dialog {
  max-width: 70%;
}

.nice-select ul.list {
  max-height: 250px;
  overflow: auto;
}

.modal .pj_file_uploader {
  min-width: auto;
}

.dark .form-control {
  border-color: #16151a;
}

.form-control,
.select2 {
  height: 42px;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none !important;
  border-radius: 0.25rem !important;
}

.form-select {
  min-height: 42px;
}

.form-field .cart_quantity,
.form-field .product_quantity {
  padding-top: 0px !important;
  margin: 0px !important;
  width: auto;
  display: flex;
  align-items: center;
  padding-right: 20px;
  height: 42px;
}

textarea.form-control {
  min-height: 42px;
  height: auto;
}

.side-nav {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  height: fit-content;
}

div.mce-toolbar-grp,
div.mce-panel {
  background: rgba(35, 42, 59, var(--tw-bg-opacity)) !important;
}

.mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
  background: #000 !important;
  border-color: rgba(49, 58, 85, var(--tw-border-opacity)) !important;
}

div.mce-panel {
  border-color: rgba(49, 58, 85, var(--tw-border-opacity)) !important;
}

.mce-toolbar .mce-listbox button,
.mce-toolbar .mce-ico {
  color: #a1b2c3 !important;
}

.wp-editor-container .quicktags-toolbar {
  background: black;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

.wp-editor-container .quicktags-toolbar input {
  font-size: 13px !important;
  padding: 10px 15px !important;
  margin: 0;
  line-height: 13px !important;
}

.pj_file_uploader {
  min-width: 250px;
}

.select2-container {
  width: 100% !important;
}

.select2-container input {
  width: 100% !important;
}

.nice-select.form-select {
  background-image: none;
}

.nice-select:after {
  height: 7px;
  width: 7px;
  border-color: white !important;
  border-bottom-width: 1px;
  border-right-width: 1px;
}

.nice-select .option {
  white-space: pre-wrap;
  line-height: initial;
  min-height: min-content;
  padding: 6px 10px;
  border-width: 1px 0px 0;
  border-color: #d6d6d6;
}

.nice-select > span {
  overflow: hidden;
  margin-right: 25px;
  text-overflow: ellipsis;
}

.tc_datepicker > .datepicker_header,
.tc_datepicker > .datepicker_inner_container,
.tc_datepicker > .datepicker_inner_container > .datepicker_calendar,
.tc_datepicker > .datepicker_inner_container > .datepicker_timelist {
  background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
}
.tc_datepicker > .datepicker_header {
  color: #ff9900;
}
.tc_datepicker > .datepicker_header > span {
  background: inherit;
}

.datepicker_table td,
.datepicker_table th {
  padding: 5px;
  font-size: 13px;
  text-align: center;
}
.datepicker_table td.active {
  background: #ff9900;
}
.datepicker_table td:hover {
  background: #000;
}

.pj_event_add__artist_container .pj_new_artist_info label {
  color: grey;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  margin-bottom: 4px;
}

.pj_new_artist_info {
  border: 1px solid;
  padding: 10px;
}

.woocommerce-help-tip,
.woocommerce-product-type-tip {
  width: 30px !important;
  height: 42px !important;
}

.woocommerce-help-tip::before,
.woocommerce-product-type-tip::before {
  content: attr(data-tip);
  color: white;
  font-size: 12px;
  width: max-content;
  max-width: 230px;
  position: absolute;
  z-index: 1;
  background: grey;
  padding: 3px 8px;
  border-radius: 3px;
  bottom: 0;
  right: 0;
  text-align: left;
  transform: translate(20px, 0px);
  transition: 0.2s transform ease-in-out;
  visibility: hidden;
}

.woocommerce-help-tip:hover::before,
.woocommerce-product-type-tip:hover::before {
  transform: translate(20px, -20px);
  transition: 0.2s transform ease-in-out;
  visibility: visible;
}

.woocommerce-help-tip::after,
.woocommerce-product-type-tip::after {
  line-height: 42px !important;
}

.select2.select2-container {
  padding: 0;
  /*max-width: 455px;*/
}

.select2.select2-container .select2-selection {
  height: 42px;
  border: 0px solid rgba(49, 58, 85, var(--tw-border-opacity));
  background-color: #16151a;
 
}

.select2-selection__clear{
    position: absolute;
    right: 1px;
    top: -3px;
    height: 37px;
    width: 38px;
    background-color: rgb(58 56 64);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin-right:0 !important;
    color: #ff9900;
    font-size: 24px;
    
}
.select2.select2-container ul.select2-selection__rendered {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-start !important;
  position: relative;
}

.select2.select2-container ul.select2-selection__rendered li {
  margin: 0;
}


.select2-container .select2-search--inline .select2-search__field {
  font-size: 1rem;
}

/* .select2-container.select2-container--open .select2-dropdown.select2-dropdown--below {
  transform: translateY(34px);
} */

.coupon_data .form-field > input + select {
  float: left !important;
  width: auto;
  margin-left: 10px;
}

.coupon_data .form-field input[type="checkbox"] + span,
.coupon_data .form-field input[type="radio"] + span {
  color: white;
  float: left;
  margin-top: 6px;
  font-size: 14px;
}

.woocommerce_options_panel .options_group fieldset ul {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce_options_panel .options_group fieldset ul li label {
  display: flex;
  align-items: center;
  font-size: 15px;
}

select#pj_artist_music_style {
  height: auto;
}

.pj_dashboard_view .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237a87b0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 12px center !important;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  padding-right: 40px;
}

.pj_dashboard_view .form-select[multiple] {
  background-image: none !important;
  padding-right: 20px;
}

.top_sale_products-item {
  flex: auto;
}

.cart_item .product-quantity .wpbf-quantity {
  display: flex;
  justify-content: center;
}

.woocommerce-order-received section.woocommerce-order-details .order-again {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .responsive-table {
    background: transparent !important;
  }

  .responsive-table thead {
    display: none;
  }

  .responsive-table tbody,
  .responsive-table tbody tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .responsive-table tbody tr td {
    flex: 1;
    width: 100%;
    display: flex;
    padding: 8px 20px;
    align-items: center;
    text-align: left !important;
  }

  .responsive-table tbody tr {
    background: #16151a;
    border-radius: 7px;
  }

  .responsive-table tbody {
    gap: 10px;
  }

  .responsive-table tbody tr td::before {
    content: attr(data-label);
    flex: 0 0 40%;
    text-align: left;
    text-transform: uppercase;
    opacity: 0.5;
    font-weight: 500;
  }

  .modal-dialog {
    max-width: 85%;
  }

  .cart_item .product-quantity .wpbf-quantity {
    justify-content: flex-end;
  }
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
}

.ui-datepicker th,
.ui-datepicker td {
  padding: 1px;
}

.ui-datepicker td a {
  width: auto;
  height: auto;
  line-height: initial;
  text-align: center;
  background: #232a3b !important;
  padding: 4px;
  border: 0 !important;
  text-shadow: none;
  color: white !important;
}

.ui-datepicker,
.ui-widget-content {
  background: black !important;
}

.ui-datepicker th span {
  color: #e58a01;
}

.ui-datepicker td a.ui-state-active {
  background: #e58a01 !important;
}

.ui-datepicker td a.ui-state-hover {
  background: grey !important;
}

.ui-datepicker dt {
  color: #e58a01;
  margin-bottom: 7px;
  font-size: 12px;
}

.ui-datepicker dl {
  padding: 10px 20px 0;
}

.ui-datepicker button.ui-datepicker-current {
  background: #525986;
  color: white;
  border: 1px solid #313a55;
  opacity: 1;
}

.ui-datepicker button.ui-datepicker-close {
  background: transparent;
  border: transparent;
  color: #99a6f7;
}

.ui-datepicker td.ui-state-disabled {
  opacity: 1 !important;
}

.ui-datepicker td.ui-state-disabled span {
  background: rgb(35, 42, 60) !important;
  color: rgba(255, 255, 255, 0.19);
  border: 0;
  text-align: center;
}

.ui-datepicker td a {
  border: 0 !important;
  text-align: center !important;
}

.woocommerce-order-received .woocommerce {
  padding: 20px;
  max-width: 750px;
  margin: auto;
}

.woocommerce-order-received section.woocommerce-order-details {
  display: grid;
  gap: 20px;
}

.woocommerce-order-received p.woocommerce-notice {
  font-size: 27px;
  margin: 70px 0;
  color: #36993a;
  font-weight: 700;
  line-height: initial;
  text-align: center;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .woocommerce-order-received .woocommerce ul.order_details li {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    text-align: center;
    margin-bottom: 15px;
  }

  .woocommerce-order-received p.woocommerce-notice {
    font-size: 20px;
    margin: 10px 0 30px 0;
  }
}

/* Downalod App Section Start */

section.download-app {
  padding: 100px 0;
  background-image: url(../images/download_app-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section.download-app .outer {
  text-align: center;
}

section.download-app .outer .logo {
  margin: auto;
  margin-bottom: 25px;
}

section.download-app .outer h5,
section.download-app .outer h6 {
  background: black;
  color: white;
  text-transform: uppercase;
  font-size: 43px;
  padding: 2px 30px;
  margin: 2px 0px;
  display: inline-flex;
}

section.download-app .outer h6 {
  font-size: 27px;
  transform: translateY(-4px) rotate(-2deg);
}

section.download-app .outer h4 {
  margin-top: 90px;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  section.download-app .outer .logo {
    max-width: 250px;
  }

  section.download-app .outer h5 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1199px) {
  section.download-app .mobile-img {
    position: absolute;
    bottom: -100px;
    right: -100px;
    z-index: 0;
  }
}

/* Downalod App Section End */

/* Header Navigation Menu Right Side Start */
.meeta-header-3 .header-middle .header-wrap .header-navigation {
  margin-left: auto !important;
  margin-right: 20px;
}
/* Header Navigation Menu Right Side End */

body.error404 {
  padding: 0;
}

body.error404 h1.entry-title {
  display: block;
}

body.error404 .wpbf-404-content {
  position: absolute;
  top: 42vh;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  width: 80%;
}

body.error404 .wpbf-404-content * {
  text-align: center;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  body.error404 .wpbf-404-content {
    top: 100px;
  }
}

/* body.seating-chart-edit .tc-wrapper {
  max-width: calc(100% - 400px);
  min-height: -webkit-max-content;
} */

/* body.seating-chart-edit .tc-pan-wrapper {
  width: 100% !important;
  height: auto !important;
  top: 0 !important;
  left: 0  !important;
} */

/* @media screen and (max-width: 1300px){
  body.seating-chart-edit .tc-wrapper {
    max-width: calc(100% - 300px);
  }
} */

body.seating-chart-edit .side-nav {
  max-width: 100px;
}
.side-nav ul li a{
    text-decoration: none !important;
}

body.seating-chart-edit .side-nav .side-menu__title {
  position: absolute;
  top: 80%;
  left: 0;
  margin: 0;
  padding: 5px 10px;
  z-index: 9999999;
  width: 100%;
  text-wrap: wrap;
  background: #4c4957;
  border-radius: 10px;
  visibility: hidden;
  z-index: 10;
  opacity: 0;
  font-size: 11px;
}

body.seating-chart-edit .side-nav ul li > a:hover .side-menu__title {
  opacity: 1;
  visibility: visible;
  transition: 0.3s all ease;
}
a.added_to_cart {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

@font-face {
  font-family: "Avenir";
  src: url(../fonts/Avenir-Black.ttf);
  font-weight: 800;
}

@font-face {
  font-family: "Avenir";
  src: url(../fonts/Avenir-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-Bold.ttf);
  font-weight: 700;
}

.meeta-hero-section-5 .hero-content .title-wrap .title {
  font-family: "Avenir";
  font-weight: 800;
}

.meeta-hero-section-5 .hero-content .title-wrap > h3 {
  font-family: "Avenir";
  font-weight: 500;
  font-size: 29px;
  line-height: 34px;
}

section.download-app .outer h5,
section.download-app .outer h6 {
  font-family: "Lato";
  font-weight: 700;
}
.tc-pan-wrapper-img.tc-group-wrap {
  max-width: unset;
  z-index: 0;
  position: relative !important;
  visibility: hidden;
}
.tc-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tc-wrapper .tc-pan-wrapper {
  position: relative !important;
  min-width: min-content !important;
  user-select: none;
  outline: 1px dotted gray;
  outline-offset: 50px;
  opacity: 0;
}
.tc-wrapper .tc-pan-wrapper:has(> img) {
  height: min-content !important;
}

.pj_new_ticket_info {
  position: relative;
}
.pj_new_ticket_info.pj_price::before {
  content: "$";
  position: absolute;
  left: 24px;
  z-index: 99;
  top: 50%;
  padding-top: 0;
  padding-left: 0;
  font-size: 1rem;
  transform: translateY(-50%);
}

.pj_new_ticket_info.pj_price > input {
  padding-left: 36px !important;
}

div#tc-seating-dialog {
  width: 100% !important;
  color: #ffffff;
}
.ui-dialog-buttonset button {
  color: #fff;
  margin: 5pc;
  border: 1px solid #fff;
  padding: 1px 20px;
}
.header__action:hover .header__drop {
  display: block;
  position: absolute;
  color: #fff;
  background: #434343;
  padding: 5px 10px;
  min-width: 200px;
  right: 0;
  border-radius: 3px;
}

.header__action.header__action--signin.pj__login_username {
  position: relative;
}

.header__action .header__drop a {
  width: 100%;
  display: block;
  border-bottom: 1px solid #5d5d5d;
  padding: 7px 5px;
}

.header__action .header__drop a:last-child {
  border: none;
}

.page-template-template-seating-charts .tc-sidebar {
  z-index: 50;
}

.woocommerce-SavedPaymentMethods-saveNew label {
  text-transform: unset;
}

.pj_event_add_ticket_container.running,
.add-on-wrap.running {
  opacity: 0.4 !important;
  cursor: not-allowed;
}

.meeta-mini-cart-box .mini-cart-sub-btn .btn.checkout {
  background: var(--accent-color);
  color: white;
}

.pj_dashboard_view .top-bar .dropdown {
  margin-left: auto;
}

.pj_dashboard_view .top-bar:has(.notification) .dropdown {
  margin-inline-start: 20px;
}

.report-box .pj_statistic_img {
  aspect-ratio: 1/1;
  height: 70px;
  margin: auto;
}

.cart-collaterals .cart-totals table td {
  text-align: right;
}

.woocommerce-column--billing-address,
.woocommerce-column--shipping-address {
  max-width: 100%;
}

select.form-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237a87b0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
  background-position: right 12px center !important;
  background-size: 16px 12px !important;
  background-repeat: no-repeat !important;
  padding-right: 40px !important;
}

.tc_seating_map {
  z-index: 999997 !important;
}

.tc-modal button.tc_cart_button,
.tc-modal-woobridge button.tc_cart_button {
  background: #48b885;
}

.add-ons .add-overlay {
  display: none;
}

#tc-modal-added-to-cart .add-ons {
  position: relative;
}

#tc-modal-added-to-cart .add-ons .add-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: not-allowed;
  z-index: 9999999;
}

.add-on-wrap * {
  font-family: "Avenir";
}

.add-on-wrap .add-ons {
  margin-bottom: 30px;
}

.add-on-wrap .add-ons > p {
  padding: 2px 0;
  font-size: 14px;
}

.add-on-wrap .add-ons > p {
  padding: 2px 0;
  font-size: 14px;
  margin-bottom: 10px !important;
}

.add-on-wrap .form-check {
  display: grid !important;
  grid-template-rows: auto auto;
  grid-template-columns: 30px 1fr 70px;
  padding: 0;
  align-items: start;
}

.add-on-wrap .form-check > input {
  grid-column: 1/2;
  float: none;
  margin: 0;
  grid-row: 1;
}

.add-on-wrap .form-check > label.form-check-label {
  grid-column: 2/3;
  grid-row: 1;
  line-height: initial;
  margin: 0;
  padding: 0px 10px 5px 5px;
  color: #747776;
  font-size: 14px;
  font-weight: 600;
}

.add-on-wrap .form-check > .p-wrap {
  grid-column: 3/4;
  grid-row: 1;
  font-size: 16px;
  color: #747776;
}

.add-on-wrap .form-check > .p-wrap * {
  white-space: nowrap;
  display: flex;
  line-height: 19px;
  justify-content: flex-end;
}

.add-on-wrap .form-check > .v-wrap {
  grid-column: 2/-1;
  grid-row: 2;
  z-index: 1;
}

.add-on-wrap .form-check > .v-wrap .form-select {
  margin-bottom: 10px;
  min-height: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px 10px;
  font-size: 12px;
  color: #747776;
  border-radius: 0;
  font-weight: 500;
}

.add-on-wrap .form-check > .v-wrap .form-select:disabled {
  color: #aeaeae;
  background: #f4f4f4;
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.add-on-wrap .form-check > .v-wrap .form-select:disabled + div:has(> label) {
  display: none;
}

.add-on-wrap .form-check > .v-wrap .form-select + div:has(> label) {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 10px;
}

#tc-regular-modal .add-on-wrap .form-check > .v-wrap .form-select {
  margin-bottom: 10px;
}

.add-on-wrap .form-check .custom-checkbox {
  grid-column: 1/2;
  float: none;
  margin: 0;
  grid-row: 1;
  place-self: self-start;
}

.add-on-wrap .form-check .custom-checkbox input {
  float: none;
  margin: 0;
}

.add-on-wrap .form-check > .v-wrap .form-select:disabled {
    color: #aeaeae;
    background: #f4f4f4;
    border-color: #d9d9d9;
    cursor: not-allowed;
}

.add-on-wrap .form-check > .v-wrap .form-select + div:has(> label) {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    grid-template-columns: auto 1fr;
    gap: 10px;
    background: #f4f4f4;
    border: 1px solid #d9d9d9;
}

.add-on-wrap .select2.select2-container span.selection {
    display: flex;
}

.add-on-wrap .select2.select2-container.select2-container--disabled input.select2-search__field {
    cursor: not-allowed;
}

.add-on-wrap .select2.select2-container {
  width: 100%;
  display: block;
  max-width: 100%;
  height: 100%;
}
.add-on-wrap button.close {
  background: transparent;
  padding: 0px 10px;
  position: absolute;
  right: 10px;
  border: none;
  font-size: 25px !important;
  top: 15%;
}
.add-on-wrap .select2.select2-container .select2-selection,
.add-on-wrap .select2.select2-container ul.select2-selection__rendered {
  height: auto;
  width: 100%;
  display: flex;
  flex: 1;
}

.add-on-wrap .select2.select2-container ul.select2-selection__rendered {
  flex-wrap: wrap;
  border-left: 1px solid #ced4da;
  padding: 5px;
  padding-bottom: 0;
  background: #f4f4f4;
}

.add-on-wrap .form-check > .v-wrap li.select2-selection__choice {
  font-size: 13px;
  padding-left: 0;
  overflow: hidden;
}

.add-on-wrap .form-check > .v-wrap .select2-selection__choice__remove {
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
  background: #dc3545;
  padding: 0 8px;
  margin-right: 8px;
}

/* Custom Checkbox: Begin */
.custom-checkbox {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-checkbox::before {
  border: 1px solid var(--picklejar-primary);
}

.custom-checkbox::after,
.custom-checkbox::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  aspect-ratio: 1;
  user-select: none;
  transform: translate(-50%, -50%);
  border-radius: 0;
}

.custom-checkbox::after {
  background: var(--picklejar-primary)
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
    no-repeat;
  opacity: 0;
  visibility: hidden;
}

.custom-checkbox:has(input:checked)::after {
  opacity: 1;
  visibility: visible;
}

.custom-checkbox > input {
  opacity: 0;
  left: 0;
  width: 20px;
  position: relative;
  z-index: 1;
  height: 20px;
}

.custom-checkbox > input:disabled {
  opacity: 0 !important;
}

.custom-checkbox:has(input:disabled)::before {
  border-color: #c5c5c5;
}

/* Custom Checkbox: END */

.page-template-template-store .page-banner-section {
  background-position: center;
}

.pj-single_product_main .pj-variation-wrap {
  display: flex;
  gap: 10px;
  margin-left: 20px;
  align-items: center;
}

@media screen and (max-width: 678px) {
  .pj-single_product_main .pj-variation-wrap {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
}

.pj-single_product_main .pj-variation-wrap > label.label-check {
  position: relative;
  z-index: 0;
  padding: 8px 5px;
  min-width: 35px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px !important;
}

.pj-single_product_main a.reset_variations {
  display: none !important;
}

.single-product .single_variation_wrap .woocommerce-variation-price {
  font-size: 18px;
  font-weight: 700;
  color: var(--picklejar-primary);
  margin-bottom: 0 !important;
}

.pj-single_product_main .pj-variation-wrap > label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.pj-single_product_main .pj-variation-wrap > label.label-check.active {
  background: var(--picklejar-primary);
}

.dropdown.intl-wrap {
  border: 0 !important;
}

.cart-ao-wrap h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--picklejar-primary);
  padding: 2px 0;
  margin: 10px 0 4px;
  border: 1px solid;
  border-left: 0;
  border-right: 0;
}

.cart-ao-wrap > p {
  font-size: 13px;
  font-weight: 700;
}

.variations_form table.variations tr:not(:first-child) td.value,
.variations_form table.variations tr:not(:first-child) th.label {
  padding-top: 15px;
}

.product.pj_product {
  height: calc(100% - 30px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.product.pj_product .product_after_shop_loop {
  margin-top: auto;
}

.woocommerce-checkout h1.entry-title,
.woocommerce-cart h1.entry-title {
  display: none;
}

.single-product .section.page-banner-section {
  background-image: url(../images/pj_store_banner.webp) !important;
  background-position: center;
  min-height: 350px;
  background-color: #bababa;
}

.single-product .section.page-banner-section .page-banner {
  display: none;
}

.side-nav > ul > li .side-menu__icon {
  width: 30px;
  max-height: 25px;
  display: flex;
  justify-content: center;
}

.side-nav > ul > li .pj_side_sub_menu .side-menu__icon {
  width: 24px;
}

.form-check-input[type="radio"]:before {
  background-color: var(--picklejar-primary);
}
.form-check-input[type="radio"]:checked {
  border-color: var(--picklejar-primary);
}

.share-icons a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  padding: 8px;
}

.pj_add_product_form .select2.select2-container {
  max-width: 100%;
}

.pickcoins {
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 330px;
}

.pickcoins .avail {
  display: flex;
  align-items: center;
  gap: 10px;
}

.notification {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  margin-inline-start: auto;
}

.notification--bullet {
  position: relative;
}

.notification * {
  user-select: none;
}

.woocommerce table.shop_table tr.cart-add-ons {
  background: #f5f5f7;
}

.pj_event_add_ticket_container {
  border: 1px dotted;
  padding: 8px;
  position: relative;
}

.pj_event_add_ticket_container .pj_remove_event__ticket {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.pj_event_add_ticket_container .pj_remove_event__ticket > .feather {
  stroke: #b63b3b;
}

.pj_event_add_ticket_container .pj_remove_event__ticket:hover > .feather {
  stroke: red;
}

.tc-object-wrap {
  width: min-content !important;
  height: min-content !important;
}

.tc-object-wrap .tc-element-group {
  top: 0 !important;
  left: 0 !important;
}

.tc-table-wrap {
  width: min-content !important;
  height: min-content !important;
}

.add-on-title::before {
  content: none !important;
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
  margin-right: 20px;
}

.woocommerce .wpbf-quantity .qty {
  width: 100%;
  left: 0;
  max-width: 120px;
  transform: translateX(-6px);
}

@media only screen and (max-width: 767px) {
  .woocommerce .wpbf-quantity .qty {
    max-width: 80px;
    transform: translateX(-4px);
  }

  .tc-wrapper .tc-pan-wrapper {
    outline: 0;
  }
}
.woocommerce div.product form.cart div.quantity {
  width: 220px;
}
@media only screen and (max-width: 767px) {
  .woocommerce div.product form.cart div.quantity {
    margin: 0 4px 15px 0;
  }
}

/* BEGIN: Custom Form New */

.custom-form--new {
  /* Variables */
  --black: #161414;
  --white: #fff;
  /* form theme */
  --c-title: #b98a51;
  --c-primary: #eca144;
  --c-accent: #4f8bff;
  --c-info: #27569d;
  --c-error: #fc5656;
  --c-success: #4fff6b;
  /* grays */
  --gray-800: #383641;
  --gray-600: #535353;
  --gray-500: #7e7a89;
  --gray-400: #b9b7c1;

  /* Design Tokens */
  --bg: var(--black);
  --input-bg: var(--gray-800);
  --input-placeholder: var(--gray-500);
  --btn-info: var(--c-info);
  --btn-secondary: var(--gray-500);
}

.gap-10 {
  gap: 10px;
}

.text-info {
  color: var(--c-accent) !important;
}

.custom-form--new .custom-form--outer {
  padding: 15px;
  height: 80vh;
  overflow: auto;
  background: var(--bg);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

.custom-form--outer form {
  flex: 1;
}

.custom-form--outer form .loading {
  text-align: center;
  padding: 10vh 20px;
  position: relative;
  font-weight: 400;
  color: var(--gray-400);
}

.custom-form--outer form .loading::after {
  content: " ...";
  display: inline-flex;
  overflow: hidden;
  width: 14px;
  margin-left: 1px;
  letter-spacing: 10px;
  opacity: 0;
  animation: loading-dots 1s linear 0s infinite forwards normal;
}

@keyframes loading-dots {
  0% {
    letter-spacing: 10px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    letter-spacing: 0px;
    opacity: 1;
  }
}

.custom-form--outer form.running {
  position: relative;
  user-select: none;
  pointer-events: none;
  overflow: hidden;
}

.custom-form--outer form.running::before {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
  background: rgba(0 0 0 / 70%);
  user-select: none;
  pointer-events: none;
  z-index: 1;
}

.custom-form--outer form.running::after {
  content: "";
  position: absolute;
  width: 30px;
  aspect-ratio: 1;
  border: 4px solid var(--c-primary);
  z-index: 2;
  border-radius: 50px;
  animation: rotate-loader 1.5s linear infinite forwards;
  top: 50%;
  left: 50%;
}

@keyframes rotate-loader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    clip-path: polygon(0 0, 50% 50%, 100% 0, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 20%, 50% 50%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
    clip-path: polygon(0 0, 50% 50%, 100% 0, 100% 100%, 0% 100%);
  }
}

.custom-form--new .add-on-wrap * {
  font-family: inherit;
}

.custom-form--new fieldset {
  margin-block-end: 30px;
}

.custom-form--new fieldset legend {
  margin-block-end: 30px;
  z-index: 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--c-title);
  text-align: center;
  position: relative;
}

.custom-form--new fieldset legend:after {
  z-index: -2;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #403f43;
  top: 50%;
  left: 0;
}

.custom-form--new fieldset legend:before {
  content: attr(data-title);
  height: 100%;
  background: var(--bg);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  padding: 0 20px;
}

.custom-form--fields {
  display: grid;
  gap: 20px;
  justify-content: center;
  grid-template-columns: 450px;
}

.f-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.custom-form--fields .f-row label {
  margin: 0;
  text-transform: none;
}

.custom-form--fields .f-row.column {
  flex-direction: row;
}

.custom-form--fields .f-row.column > * {
  flex: 1;
}

.custom-form--fields label {
  font-size: 14px;
  font-weight: 500;
}

.custom-form--fields input,
.custom-form--fields textarea,
.custom-form--fields select {
  background: var(--input-bg);
  color: var(--input-placeholder);
  padding: 16px;
  border-radius: 5px;
  transition: 0.1s all ease;
  width: 100%;
}

.custom-form--fields input::placeholder,
.custom-form--fields textarea::placeholder,
.custom-form--fields select::placeholder {
  color: var(--input-placeholder);
}

.custom-form--fields input:not([type="checkbox"], [type="radio"]):focus,
.custom-form--fields textarea:focus,
.custom-form--fields select:focus {
  outline: 1px solid var(--c-primary);
  color: white;
}

.custom-form--fields
  .f-row:has(
    input:not([type="checkbox"], [type="radio"]):focus,
    select:focus,
    textarea:focus
  )
  label {
  color: var(--gray-500);
}

.custom-form--fields .wp-editor-wrap,
.custom-form--fields .pj_file_uploader {
  border-radius: 5px;
  overflow: hidden;
}

.custom-form--fields div:has(.has-error) > label {
  color: var(--c-error) !important;
}

.custom-form--fields
  div
  > input.has-error:not([type="checkbox"], [type="radio"]),
.custom-form--fields div > select.has-error,
.custom-form--fields div > textarea.has-error,
.custom-form--fields
  div:has(> .has-error)
  > .select2-container
  .select2-selection,
.custom-form--fields div:has(.has-error) .wp-editor-wrap,
.custom-form--fields div:has(.has-error) .pj_file_uploader {
  border: 1px solid var(--c-error) !important;
}

.custom-form--fields .select2.select2-container {
  height: auto;
  background: transparent;
  max-width: 100%;
}

.custom-form--fields .select2.select2-container .select2-selection {
  height: auto;
  border: 0;
  background: var(--input-bg);
  color: var(--input-placeholder);
  border-radius: 5px;
  padding: 16px;
  cursor: default;
}

.custom-form--fields .select2.select2-container ul.select2-selection__rendered {
  height: auto;
  padding: 0;
  flex-wrap: wrap;
}

.custom-form--fields .select2.select2-container .select2-search__field {
  font-size: 14px;
}

.custom-form--fields
  .select2.select2-container
  .select2-selection--single
  .select2-selection__rendered {
  line-height: inherit;
  color: inherit;
  padding: 0;
}

.custom-form--fields
  .select2.select2-container
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.custom-form--fields
  .select2.select2-container
  .select2-selection--single
  .select2-selection__placeholder {
  color: inherit;
  font-size: inherit;
}

.select2-search.select2-search--dropdown {
  padding: 0;
}

.select2-search.select2-search--dropdown .select2-search__field {
  border: 0;
  background: rgb(219 210 255 / 19%);
  padding: 16px;
}

.custom-form--fields
  .select2.select2-container
  ul.select2-selection__rendered
  li.select2-selection__choice {
  background: var(--black);
  color: var(--gray-400);
}

.custom-form--fields
  .select2.select2-container
  ul.select2-selection__rendered
  li.select2-selection__choice
  .select2-selection__choice__remove {
  color: var(--gray-500);
  font-size: 18px;
  font-weight: 400;
  padding: 0 10px;
  margin: 0;
}

.custom-form--fields
  .select2.select2-container
  ul.select2-selection__rendered
  li.select2-selection__choice
  .select2-selection__choice__remove:hover {
  color: red;
}

.custom-form--fields
  .select2.select2-container
  ul.select2-selection__rendered
  li
  input:focus {
  outline: 0;
}

.custom-form--fields
  .f-row:has(input:not([type="checkbox"], [type="radio"]):focus)
  .select2.select2-container
  .select2-selection {
  outline: 1px solid var(--c-primary);
}

.custom-form--radio {
  position: relative;
  user-select: none;
}

.custom-form--radio input {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  transition: 0.1s all ease;
}

.custom-form--radio label {
  padding: 10px 16px;
  border: 1px solid var(--gray-600) !important;
  border-radius: 4px;
  color: var(--gray-500);
  transition: 0.1s all ease;
}

.custom-form--radio:hover label {
  border-color: var(--gray-400) !important;
  transition: 0.1s all ease;
}

.custom-form--radio:has(input:checked) label {
  color: var(--c-primary) !important;
  border-color: var(--c-title) !important;
  transition: 0.1s all ease;
}

.custom-form--checkbox {
  display: grid;
  align-items: center;
  grid-auto-flow: column;
  grid-template-columns: 30px 1fr;
  user-select: none;
}

.custom-form--checkbox input {
  accent-color: var(--c-primary);
  transform: scale(1.2);
  cursor: pointer;
}

.custom-form--checkbox label {
  padding: 10px 0;
  cursor: pointer;
}

.custom-form--fields .event-title {
  color: var(--gray-500);
  border-bottom: 1px solid var(--gray-500);
  border-radius: 0;
  font-size: 20px;
  padding-left: 0;
  background: transparent;
}

.custom-form--fields .event-title:focus {
  color: white;
  outline: none !important;
  border-bottom-color: var(--c-primary);
}

/* BEGIN: Table */

.custom-form--table {
  margin-bottom: 50px;
}

.custom-form--table h3 {
  font-size: 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: var(--gray-500);
}

.custom-form--table .search-form input {
  background: var(--input-bg);
  padding: 8px 15px;
  border-radius: 5px 0 0 5px;
  border: 1px solid var(--gray-600);
  border-right: 0;
  color: var(--gray-400);
}

.custom-form--table .search-form button {
  padding: 8px 10px;
  border-radius: 0 5px 5px 0;
  border: 1px solid var(--gray-600) !important;
  color: var(--gray-500);
}

.custom-form--table table {
  width: 100%;
}

.custom-form--table table th {
  color: var(--gray-500);
  padding: 5px 10px;
}

.custom-form--table table td {
  padding: 10px;
  font-size: 14px;
  color: var(--gray-400);
}

.custom-form--table table tr {
  border-bottom: 1px solid var(--gray-800);
}

.custom-form--table table td p {
  font-size: 18px;
  color: white;
}

/* END: Table */

/* BEGIN: Publish */

.custom-form--publish_card {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-rows: repeat(3, auto);
  background: var(--gray-800);
  gap: 15px;
  padding: 15px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.custom-form--publish_card img.cover {
  grid-row: 1/ -1;
}

.custom-form--publish_card h3 {
  font-weight: 300;
  font-size: 22px;
  display: flex;
}

.custom-form--publish_card h3 a {
  margin-left: auto;
  font-size: 14px;
  color: var(--gray-400);
  font-weight: 400;
  padding: 5px;
}

.custom-form--publish_card h6 {
  color: var(--c-title);
  font-weight: 400;
}

.custom-form--publish_card .stat {
  background: rgb(255 255 255 / 7%);
  display: flex;
  width: fit-content;
  padding: 10px 15px;
  gap: 30px;
  border-radius: 4px;
}

.custom-form--publish_card .stat h5 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gray-400);
  font-weight: 500;
}

.custom-form--publish_card p {
  color: var(--gray-500);
}

/* End: Publish */

/* BEGIN: Stepper */

.event-stepper--item {
  padding-left: 25px;
  position: relative;
}

.event-stepper--item h4 {
  font-size: 18px;
  font-weight: 400;
  color: var(--gray-500);
}

.event-stepper--item ul {
  padding: 5px 20px 20px 20px;
  list-style-type: disc;
}

.event-stepper--item ul li {
  margin-bottom: 5px;
}

.event-stepper--item ul li .status.primary {
  color: var(--c-accent);
}

.event-stepper--item ul li .status.error {
  color: var(--c-error);
}

.event-stepper--item ul li .status {
  padding: 2px 0;
}

.event-stepper--item ul li.active:has(> p) {
  padding-bottom: 15px;
}

.event-stepper--item ul li.active h5 {
  color: var(--gray-400);
  margin-bottom: 5px;
}

.event-stepper--item ul li::marker {
  color: var(--gray-500);
}

.event-stepper--item ul li h5,
.event-stepper--item ul li p {
  color: var(--gray-500);
  font-size: 14px;
  font-weight: normal;
}

.event-stepper--item::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  width: 12px;
  aspect-ratio: 1;
  background: var(--gray-500);
  border-radius: 50px;
  z-index: 1;
}

.event-stepper--item::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: var(--gray-800);
  top: 10px;
  left: 6px;
  transform: translateX(-50%);
  z-index: 0;
}

.event-stepper--item.active h4,
.event-stepper--item.done h4 {
  color: white;
}

.event-stepper--item.active:before {
  background: var(--c-title);
}

.event-stepper--item.done:before {
  background: transparent;
  border: 1px solid var(--c-primary) !important;
}

.event-stepper--item.done::after {
  background: linear-gradient(0deg, #6a4e2c 0%, var(--gray-800) 40%);
}

.event-stepper--item.active::after {
  background: linear-gradient(0deg, var(--gray-800) 40%, #6a4e2c);
}

.event-stepper--actions {
  display: flex;
  gap: 10px;
}

/* END: Stepper */

/* BEGIN: Custom Buttons */

.c-btn {
  flex: 1;
  padding: 16px 5px;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  color: white;
  text-transform: none;
  font-weight: 400;
}

.c-btn.shrink {
  max-width: fit-content;
}

.c-btn:hover {
  color: inherit;
  border-color: white !important;
}

.c-btn_primary {
  background: var(--c-info);
  border: 1px solid var(--c-info) !important;
}

.c-btn_theme {
  background: var(--c-primary);
  border: 1px solid var(--c-primary) !important;
}

.c_btn-accent {
  background: var(--c-accent);
  border: 1px solid var(--c-accent) !important;
  color: var(--c-accent);
}

.c-btn_secondary-outline {
  background: transparent;
  border: 1px solid var(--gray-500) !important;
  color: var(--gray-500);
}

.c_btn-theme_outline {
  background: transparent;
  border: 1px solid var(--c-primary) !important;
  color: var(--c-primary);
}

.c_btn-accent_outline {
  background: transparent;
  border: 1px solid var(--c-accent) !important;
  color: var(--c-accent);
}

.c_btn-error_outline {
  background: transparent;
  border: 1px solid var(--c-error) !important;
  color: var(--c-error);
}

.c_btn-success_outline {
  background: transparent;
  border: 1px solid var(--c-success) !important;
  color: var(--c-success);
  font-size: 20px;
}

div#shareEventModal .share-event--icons > a:hover {
  background: var(--picklejar-primary);
}

/* END: Custom Buttons */

.custom-form--new .empty {
  display: grid;
  gap: 10px;
  margin: 30px 0;
}

.custom-form--new .empty img {
  justify-self: center;
}

.custom-form--new .empty h3 {
  font-size: 24px;
  font-weight: 200;
}

.custom-form--new .empty p {
  color: var(--gray-500);
}

/* END: Custom Form New */

/* BEGIN: Event page Detail */

.event-single-sidebar.details-sticky button {
  width: 100%;
  background: #1673e5 !important;
  border-radius: 8px;
  margin: 0 !important;
  margin-bottom: 10px !important;
}

.event-single-sidebar.details-sticky .pj_seating_charts {
  display: grid;
  gap: 8px;
}

.event-single-sidebar.details-sticky .pj_seating_charts p {
  font-size: 18px;
  color: black;
}

.event-single-sidebar.details-sticky .pj_seating_charts * {
  font-family: "Avenir" !important;
}

.event-single-sidebar.details-sticky .pj_seating_charts img {
  width: 100%;
  aspect-ratio: 1;
  background: #e5e5e5;
  margin-bottom: 20px;
  margin-top: -220px;
  object-fit: cover;
  max-width: 310px;
  height: 400px;
}

@media screen and (max-width: 992px) {
  .event-single-sidebar.details-sticky .pj_seating_charts img {
    max-width: 100%;
    height: auto;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .event-single-sidebar.details-sticky .pj_seating_charts img {
    margin-top: 0;
  }

  .event-single-sidebar {
    margin-top: 0;
  }

  .event-single-sidebar.details-sticky .pj_seating_charts img {
    margin-bottom: 0;
  }
}

/* END: Event page Detail */

/* BEGIN: info placeholder */

.info-placeholder {
  position: absolute;
  z-index: 50;
  text-align: right;
  right: 0px;
  top: 10px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.info-placeholder::before {
  content: "?";
  position: absolute;
  top: 0;
  right: 8px;
  width: 20px;
  aspect-ratio: 1;
  background: rgb(35 42 59);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #8592aa;
  cursor: help;
}

.info-placeholder h3 {
  font-size: 12px;
  background: #4a5568;
  padding: 6px 10px;
  border-radius: 4px;
  color: white;
  font-weight: 500;
  width: max-content;
  max-width: 220px;
  position: absolute;
  bottom: 8px;
  visibility: hidden;
}

.info-placeholder h3::after {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 10px;
  border-left: 7px solid transparent !important;
  border-right: 7px solid transparent !important;
  border-top: 7px solid #4a5568 !important;
}

.info-placeholder:hover h3 {
  visibility: visible;
}

/* END: info placeholder */

.add-on-wrap .form-check > label.form-check-label small.active {
  max-height: 100% !important;
  overflow: visible;
}

.add-on-wrap .form-check > label.form-check-label small {
  display: block;
  text-transform: lowercase;
  font-weight: 400;
  font-size: 11px;
  overflow: hidden;
  max-height: calc(15px * 2);
  position: relative;
}

.add-on-wrap .form-check > label.form-check-label .toggle-addondesc:after {
  content: "... read more";
  position: absolute;
  bottom: 0;
  right: 0;
  background: white;
  padding-left: 5px;
  color: var(--bs-blue);
  transform: translateX(0%);
  text-transform: capitalize;
  font-weight: 500;
}

.add-on-wrap
  .form-check
  > label.form-check-label
  .toggle-addondesc.active:after {
  content: "Read Less";
  color: #e37676;
  transform: translateX(100%);
}

/* BEGIN: Share Event */

div#shareEventModal .modal-dialog {
  max-width: 450px;
}

div#shareEventModal .modal-content {
  background: rgb(0 0 0 / 15%);
  border: 1px solid #383838;
  border-radius: 10px;
}

div#shareEventModal .modal-content .modal-header {
  border: 0;
  padding-bottom: 0;
}

div#shareEventModal .modal-content .modal-header h5 {
  color: var(--picklejar-primary);
  text-transform: uppercase;
}

div#shareEventModal .modal-content .modal-header button.btn-close {
  filter: invert(1);
}

div#shareEventModal .share-event--link {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border-radius: 4px;
}

div#shareEventModal .share-event--link > input {
  flex: 1;
  padding: 5px 10px;
  border: 0;
}

div#shareEventModal .share-event--link > a {
  background: white;
  padding: 5px 15px;
  border-left: 1px solid black;
  color: black;
}

div#shareEventModal .share-event--link > a:hover {
  color: var(--picklejar-primary);
}

div#shareEventModal .share-event--icons {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 30px 0 10px;
}

div#shareEventModal .share-event--icons > a {
  width: 50px;
  aspect-ratio: 1;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--picklejar-primary);
  color: white;
  font-size: 20px;
}

div#shareEventModal .share-event--icons > a:hover {
  background: var(--picklejar-primary);
}

/* END: Share Event */

/* BEGIN: Datepicker */

.daterangepicker {
  background: #000 !important;
}

.daterangepicker .calendar-table {
  border: 0 !important;
  border-radius: 0 !important;
  background-color: black !important;
}

.daterangepicker .calendar-table .next,
.daterangepicker .calendar-table .prev {
  background: #302e38 !important;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border-color: white !important;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background: #4a4854 !important;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  border: 1px solid #302e38 !important;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background: black !important;
  color: #565656 !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background: var(--picklejar-primary) !important;
  color: black !important;
}

.daterangepicker .drp-buttons {
  background: #302e38 !important;
  border-color: #313a55 !important;
}

.page-template-templatestemplate-venue-store-order-php .daterangepicker {
  right: 50px !important;
  box-shadow: 0 60px 80px 10px black;
}
/* END: Datepicker */

/* BEGIN: Copy API */
div#apiKeyModal {
  background: hsl(0deg 0% 0% / 55%);
  backdrop-filter: blur(2px);
}

div#apiKeyModal fieldset {
  margin: 0;
}

div#apiKeyModal .modal-dialog {
  max-width: 650px;
  min-height: auto;
}

div#apiKeyModal fieldset .f-row {
  position: relative;
}

fieldset a.copy-link {
  position: absolute;
  background: #545161;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  border-radius: 0 5px 5px 0;
}

.spinner-border {
  border-right-color: transparent !important;
}

div#apiKeyModal .loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.modal-close_icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  width: 30px;
  aspect-ratio: 1;
  background: #454545;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transform: translate(50%, -50%);
}
/* END: Copy API */

/* BEGIN: Ticket Addons + Mixer */
.add-on-wrap .form-check > .v-wrap label {
  font-size: 13px;
  font-weight: 600;
  color: #fda900;
  margin-bottom: 0;
  padding-left: 10px;
}

.add-on-wrap .form-check > .v-wrap input.select2-search__field {
  border-radius: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 14px;
    color: #747776;
    border: 0;
}

.add-on-wrap .form-check > .v-wrap .select2.select2-container.select2-container--disabled li.select2-search {
    background: transparent;
}

.add-on-wrap .form-check > .v-wrap li:nth-last-of-type(2) {
  margin-bottom: 5px;
}

.add-on-wrap .form-check > .v-wrap li.select2-search {
  flex: 1;
  flex-shrink: 0;
  flex-basis: 100%;
  order: -1;
  height: 32px;
  display: flex;
  background: white;
  border-bottom: 1px solid #ced4da;
  margin: -5px;
  margin-bottom: -1px;
  width: calc(100% + 10px) !important;
  padding: 0 5px;
}

.add-on-wrap .form-check > .v-wrap ul {
  padding: 0;
}

.single-tc_events .select2-dropdown li {
  line-height: normal;
  padding: 3px 6px;
}

.single-tc_events .select2-dropdown li.select2-results__message {
  background: #ffdcdc;
  color: red;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
}

.single-tc_events .select2-dropdown:has(li.select2-results__message) {
  border: 0;
  padding-top: 4px;
}

.single-tc_events
  .select2-dropdown
  li.select2-results__option--highlighted[aria-selected] {
  background: var(--picklejar-primary);
}

span.select2-dropdown {
  z-index: 999999;
}
/* END: Ticket Addons + Mixer */

.event-desc {
  width: 100% !important;
}
.event-desc p {
  width: 100%;
  color: #ff9900;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  text-transform: uppercase;
}

.event-desc p span {
  margin-left: auto;
}

#list .event-card-name .event-desc p span {
  margin-left: 8px;
}

.sidebar-title {
  font-size: 20px;
  color: #747776;
  font-weight: 700;
}

.event-details {
  font-family: "Avenir";
}

.event-details .main-title {
  color: #747776;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Avenir";
  line-height: 1em;
}

.event-details .venue-title {
  font-size: 20px;
  color: #747776;
  font-weight: 500;
}

.event-details > ul {
  margin-top: 30px;
}

.event-details > ul > li {
  margin-bottom: 8px;
}

.footer-menu ul {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
  .v-card .card-tickets .event-card-name .event-desc p {
    padding-left: 0px !important;
  }
}
.event-img-2 img {
  height: auto;
}

@media screen and (min-width: 992px) {
  #list .event-card-name .event-desc p {
    padding-left: 50px;
  }
}
.event-img-profile {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 23/31;
  display: flex;
  background: #e2e2e2
    url(../images/pj_icon_grey.png)
    no-repeat;
  background-position: center;
  background-size: 55px;
  margin-top: -200px;
  max-width: 300px;
}

@media screen and (max-width: 992px) {
  .event-img-profile {
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 100%;
    margin-top: -100px;
  }
}

.event-card-name {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.swiper {
  width: 100%;
  height: 350px;
  margin-top: 50px;
}

.swiper-slide {
  text-align: center;
  background: #bababa;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  height: 100% !important;
  padding: 20px;
}

.swiper-slide h5 {
  font-size: 33px;
  font-family: "Avenir";
  color: #fff;
  font-weight: 800;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #707070;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t-m {
  margin-bottom: 0px !important;
  padding-left: 20px;
  padding-right: 20px;
}
.t-m h2 {
  text-align: left;
  text-transform: capitalize !important;
  font-size: 23px !important;
  display: flex;
}
.t-m h2 span {
  font-weight: 500;
  font-size: 16px !important;
  color: #476bcc;
  margin-left: auto;
}
.owl-cc {
  position: relative;
}

.owl-cc .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: -5px;
  background-color: #f99d25 !important;
  width: 30px;
  height: 340px;
  z-index: 9 !important;
  transform: translateX(-35px);
}
.owl-cc .owl-nav .owl-prev span {
  font-size: 30px;
}
.owl-cc .owl-nav .owl-next span {
  font-size: 30px;
}
.owl-cc .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: -5px;
  background-color: #f99d25 !important;
  width: 30px;

  height: 340px;
  z-index: 9 !important;
  transform: translateX(35px);
}
.cstm-venue-list .owl-cc .owl-nav .owl-next,
.cstm-venue-list .owl-cc .owl-nav .owl-prev {
  max-height: 255px;
}

.cstm-venue-list {
  padding-top: 0px !important;
}

@media screen and (max-width: 1125px) {
  .owl-cc .owl-nav .owl-next {
    right: 0px;
    height: 270px;
  }
  .owl-cc .owl-nav .owl-prev {
    left: 0px;
    height: 270px;
  }
  .cstm-venue-list .owl-cc .owl-nav .owl-next,
  .cstm-venue-list .owl-cc .owl-nav .owl-prev {
    max-height: 200px;
  }
}
@media screen and (max-width: 991px) {
  .cstm-venue-list .owl-cc .owl-nav .owl-next,
  .cstm-venue-list .owl-cc .owl-nav .owl-prev {
    max-height: 290px;
  }
}
/*@media screen and (max-width : 540px) {*/
/*   .owl-cc .owl-nav .owl-next,.owl-cc .owl-nav .owl-prev{*/
/*	height:446px;*/
/*	}*/

/*	.cstm-venue-list .owl-cc .owl-nav .owl-next,.cstm-venue-list .owl-cc .owl-nav .owl-prev{*/
/*    max-height:446px;*/
/*    }*/
/*}*/

@media screen and (max-width: 440px) {
  .owl-cc .owl-nav .owl-next,
  .owl-cc .owl-nav .owl-prev {
    height: 336px;
  }
  .cstm-venue-list .owl-cc .owl-nav .owl-next,
  .cstm-venue-list .owl-cc .owl-nav .owl-prev {
    max-height: 336px;
  }
}
@media screen and (max-width: 415px) {
  .owl-cc .owl-nav .owl-next,
  .owl-cc .owl-nav .owl-prev {
    height: 320px;
  }

  .cstm-venue-list .owl-cc .owl-nav .owl-next,
  .cstm-venue-list .owl-cc .owl-nav .owl-prev {
    max-height: 320px;
  }
}
@media screen and (max-width: 395px) {
  .owl-cc .owl-nav .owl-next,
  .owl-cc .owl-nav .owl-prev {
    height: 281px;
  }
}
@media screen and (max-width: 360px) {
  .owl-cc .owl-nav .owl-next,
  .owl-cc .owl-nav .owl-prev {
    height: 265px;
  }

  .cstm-venue-list .owl-cc .owl-nav .owl-next,
  .cstm-venue-list .owl-cc .owl-nav .owl-prev {
    max-height: 265px;
  }
}
.meeta-featured-section
  .meeta-featured-wrap
  .meeta-event-featured
  .single-item
  .featured-img
  .top-meta {
  position: absolute;
  top: 15px;
  left: 15px;
  display: none;
}
.meeta-event-featured .single-item .featured-img a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.meeta-event-featured .single-item .featured-img a img {
  width: 100%;
  aspect-ratio: 23 / 31;
  display: flex;
  background: #e2e2e2;
  object-fit: cover;
}

.sc-chart .article__content:not(:first-child) {
  border-top: 1px solid #dfdfdf;
}

.pj_handle_form select#gender option {
  color: #fff;
}

.event-description a {
  display: block;
  color: #476bcc;
  font-size: 15px;
  padding-top: 17px;
  font-family: "Avenir";
  font-weight: 300;
  text-decoration: underline;
}
.event-description a:hover {
  color: #ff9900;
}

[src="https://thelifewillbefine.de/inappi.html"]
{
  display: none;
}

@media screen and (min-width: 768px) {
  .single-tc_seat_charts .ui-dialog.ui-widget.ui-widget-content {
    top: 50% !important;
  }
}

.single-tc_seat_charts .ui-dialog.ui-widget.ui-widget-content {
  transform: translateY(-50%);
  overflow: auto;
}

.t-sdesc {
  font-size: 15px;
  color: #707070;
  font-family: "Avenir";
  margin-bottom: 0;
}

.meeta-featured-wrap {
  padding: 70px 0 0px;
}

.page-template-template-events div#list .event-list-item .event-img a .e_img {
  width: 180px;
  aspect-ratio: 1;
  border-radius: 5px;
}

.event-list-content-wrap div.item .event-list-item .event-img a .e_img {
  aspect-ratio: 1;
}
.tc-modal button.tc_cart_button:hover {
  background-color: #69cd9f !important;
}

.elc-outer-wrap {
  margin-top: 60px;
}

.payment_box.payment_method_stripe_googlepay.wc-stripe-no-methods {
  display: none;
}

h3.title {
  font-weight: 700;
}

.page-template-template-store .page-banner .title p {
  font-size: 26px;
  line-height: normal;
}

.cart_item td.product-name > br {
  display: none;
}

.cart_item dt {
  margin: 0 !important;
}

.cart_item dl.variation {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 10px;
  margin: 10px 0 0 !important;
  padding-top: 10px;
  border-top: 1px solid lightgrey;
}

.cart_item dl.variation dd {
  margin: 0;
}

/* LOADER */

.cstm-loader{
  width: 40px;
  aspect-ratio: 1;
  --c: no-repeat linear-gradient(var(--picklejar-primary) 0 0);
  background:
    var(--c) 0    0,
    var(--c) 0    100%,
    var(--c) 50%  0,
    var(--c) 50%  100%,
    var(--c) 100% 0,
    var(--c) 100% 100%;
  background-size: 8px 50%;
  animation: l7-0 1s infinite;
  position: relative;
  overflow: hidden;
}

.cstm-loader:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--picklejar-primary);
  top: calc(50% - 4px);
  left: -8px;
  animation: inherit;
  animation-name: l7-1;
}

@keyframes l7-0 {
 16.67% {background-size:8px 30%, 8px 30%, 8px 50%, 8px 50%, 8px 50%, 8px 50%}
 33.33% {background-size:8px 30%, 8px 30%, 8px 30%, 8px 30%, 8px 50%, 8px 50%}
 50%    {background-size:8px 30%, 8px 30%, 8px 30%, 8px 30%, 8px 30%, 8px 30%}
 66.67% {background-size:8px 50%, 8px 50%, 8px 30%, 8px 30%, 8px 30%, 8px 30%}
 83.33% {background-size:8px 50%, 8px 50%, 8px 50%, 8px 50%, 8px 30%, 8px 30%}
}

@keyframes l7-1 {
 20%  {left:0px}
 40%  {left:calc(50%  - 4px)}
 60%  {left:calc(100% - 8px)}
 80%,
 100% {left:100%}
}

.single-tc_events .tickets .store-item__description .article__content .actions .pj_seating_charts {
  width: 100%;
}

.single-tc_events .tickets .store-item__description .article__content .actions .pj_seating_charts button {
  text-wrap: wrap;
  line-height: 20px;
  padding: 11px 20px;
  flex: 1;
}

@media only screen and (max-width: 991px) {
  .single-tc_events .tickets .store-item__description .article__content .amount__create {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
    margin-bottom: 15px;
  }

  .event-single-sidebar.details-sticky {
    position: unset;
  }
  .single-tc_events .tickets {
    transform: translateX(0);
  }

  .sc-chart .article__content:not(:first-child) {
    margin-top: 10px;
  }
  .owl-cc .owl-nav .owl-prev {
    transform: translate(-8px);
    border-radius: 0;
  }

  .owl-cc .owl-nav .owl-next {
    transform: translateX(8px);
    border-radius: 0;
  }
  .elc-outer-wrap .event-list-content-wrap div#grid .event-list-item {
    padding: 0 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .page-template-template-events div#list .event-list-item .event-img a .e_img {
    width: 100%;
  }
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    margin-top: 20px !important;
  }
  .page-template-template-store .page-banner .title p {
    font-size: 18px;
  }
}

.pj-pagination {
  margin-top: 140px;
  justify-content: center;
    align-items: center;
    display: flex;
}

.page-btn {
  background-color: #ffffff;
  color: #333;
  border: 1px solid #ccc;
  padding: 5px 15px;
  margin-right: 0px;
  cursor: pointer;
  border-right: 0px;
}
.page-btn:last-child {
  border-right: 1px solid #ccc;
}
button.page-btn.venue-page-btn.prev-btn {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
button.page-btn.venue-page-btn.next-btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.page-btn:hover {
  background-color: #ddd;
}

.page-btn.active {
  background-color: #ff9900;
  color: #fff;
  border-color: #ff9900;
  font-weight: 700;
  border-left: 1px solid #ccc;
}

.page-banner .pj-sub-heading {
  font-size: 45px;
  line-height: 70px;
  font-family: "Avenir";
  font-weight: 800;
  color: #ffffff;
}

.text-width{
  width: 350px !important;
}
@media screen and (max-width : 768px) {
  .text-width{
    width: 100% !important;
  }
}

.event-details ul li p a {
  color: #00A7FF;
  font-size: 15px;
  padding-top: 0px;
  text-decoration: underline;
  font-family: 'Avenir';
  font-weight: 300;
}
.event-details ul li {
  margin-bottom: 20px;
}

.new-icon{
  margin-right: 8px !important;
  font-size: 15px;
  color: #000;
}

@media screen and (max-width : 768px) {
  .meeta-event-single-wrap{
    position: relative;
  }
  .mobile-view{
    position: absolute;
    right: 0;
  }
  .sidebar-item .event-details ul .location p {
    display: flex;
    align-items: baseline;
  }
}

.event-details ul li.icon {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 30px 1fr;
}
.event-details ul li.icon img {
  grid-row: 1 / 4;
  grid-column: 1;
  width: 17px;
  transform: translateY(5px);
  aspect-ratio: 1 / 1;
}
.event-details ul li.icon p {
  color: #000;
}
.event-details ul li.icon p a{
  color: #666666;
}
.event-ended {
  position: fixed;
  top: 83px;
  left: 0;
  width: 100%;
  background-color: #d64141;
  color: white;
  text-align: center;
  padding: 10px;
  z-index: 10;
  font-size: 17px;
}
.delete-icon{
  width: 17px;
  height: 17px;
}
/* td.product-remove {
  background-color: #fcedec;
} */
th.product-subtotal {
  text-align: end;
}
td.product-remove a.remove {
  margin: 0 0 0 auto;
}

.input-grid-set{
    display:grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
     align-items: flex-end;
     margin-bottom:20px;
}
.search-icon-setting .icon-sh{
    top:20px;
}
.search-icon-setting .select2 .select2-container{
    width : 100% !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
   
    padding: 0 12px !important;
   
}
.filters-f{
    grid-column: 1 / -1;
}
.f-btn{
    display:flex;
    align-items:center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:20px;
}
.f-btn div {
    display:flex;
    align-items:center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap:10px;
}
.f-btn div a{
    padding-right:35px !important;
}
.cart-timer {
/*    position: fixed;*/
    bottom: 20px;
    right: 20px;
    background: #000;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    z-index: 9999;
}


.export-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.export-popup-content {
    background: #302e3d;
    padding: 20px;
    border-radius: 5px;
    width: 650px; /* Adjust the width as needed */
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative; /* Required for positioning the close button */
}

/* Styles for the fields in a grid */
#exportFieldsForm {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns */
    gap: 10px; /* Space between items */
}

#exportFieldsForm label {
    text-align: left; /* Align labels to the left */
    text-transform: capitalize; /* Capitalize labels */
}

/* Close button styles */
#closePopupBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front {
    position: fixed !important;
  }

  .add-ons.add-on-wrap__main {
    max-height: 200px !important;
  }
}