/* Theme Name: Eventex - Event, Meeting & Conference HTML5 Template
Author: iThemesLab
Author URI: http://ithemeslab.com
Author Email: ithemeslab@gmail.com */
/*
----------Table of Content------------
======================================
01	Global Styles
	1.1 global & override
	1.2 typography
	1.3 margins & paddings
	1.4 backgrounds
02	Navbar Styles
	2. navbar global
	2.2 navbar on lg screen
	2.3 navbar on sm & xs screen
03	Element Styles
	3.1 Hero Banner Area
	3.2 Conference Synopsis Area
	3.3 Event Schedule Area
	3.4 Whos Speaking Area
	3.5 Pricing Table Area
	3.6 Our Sponsers Area
	3.7 Our Blog Area
	3.8 Contact Us Area
	3.9 Feature Area Start
	4.1 Counter Up Area
	4.2 Generel Information Area
	4.3 Conference Area
	5.4 Pages Start
	5.4.1 About page
	5.4.2 Error Page
	5.5 Speakers Page
	5.5.1 Speakers
	5.5.2 Speakers Singleheading-detail-div
	5.6 Blgo Page Start
	5.6.1 Blog Single
	5.6 Shopping Page Start
04	Footer
05	Responsive
======================================
*/
/*google fonts*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700");

/* 1.1  global & override */
body {
  font-family: "Poppins", sans-serif;
  color: #656565;
  font-size: 15px;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
}

::-moz-selection {
  background: #4125dd;
  color: #fff;
  text-shadow: none;
  outline: none;
}

::selection {
  background: #4125dd;
  color: #fff;
  text-shadow: none;
  outline: none;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  outline: none;
}

button:focus {
  outline: none !important;
}

.main-container {
  /* overflow: hidden; */
}

.primary-btn a.btn-primary {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 55px;
  padding: 0px 45px;
  border-radius: 28px;
  display: inline-block;
  text-transform: capitalize;
  border-color: #4125dd;
  background-color: #4125dd;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.primary-btn a.btn-primary:focus,
.primary-btn a.btn-primary:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #4125dd !important;
  border-color: #4125dd !important;
}

.primary-btn a.btn-primary:hover {
  background: #7307be;
}

.bordered-btn a {
  color: #ee4423;
  /* Red text to grab attention */
  font-size: 14px;
  border: 2px solid #ee4423;
  background-color: #ffffff;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 28px;
  text-decoration: none;
  font-weight: bold;
  animation: blinkButton 1s infinite;
  box-shadow: 0 0 10px #ee4423;
  transition: all 0.4s ease;
}

@keyframes blinkButton {

  0%,
  100% {
    box-shadow: 0 0 10px #ee4423;
  }

  50% {
    box-shadow: 0 0 20px #ee4423;
  }
}

.bordered-btn a:hover {
  color: #ffffff;
  background-color: #ee4423;
  box-shadow: 0 0 25px #ee4423;
}

.section-title .title-text.pl {
  padding-left: 70px;
}

.register-text-heading h2 {
  font-size: 50px;
}

.section-title .title-text h4 {
  color: #252525;
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}

.section-title .title-text h4:before {
  position: absolute;
  left: -62px;
  top: 13px;
  content: "";
  height: 3px;
  width: 50px;
  background: #ee4423;
}

/*price-slider*/
.ui-widget.ui-widget-content {
  background: #b7b7b7 none repeat scroll 0 0;
  border: medium none;
  height: 3px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #4125dd;
  border: medium none;
  border-radius: 100%;
  color: transparent;
  cursor: pointer;
  height: 10px;
  width: 10px;
  outline: none;
}

.ui-slider-horizontal .ui-slider-range {
  background: #4125dd;
  border: medium none;
  height: 100%;
  top: 0;
}

/*preloader*/
.loader {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #4125dd;
  margin: auto;
  z-index: 9999;
}

.loader--dot {
  -webkit-animation-name: loader;
  animation-name: loader;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  background-color: black;
  position: fixed;
  z-index: 99999;
  border: 2px solid white;
}

.loader--dot:first-child {
  background-color: #8cc759;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loader--dot:nth-child(2) {
  background-color: #8c6daf;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loader--dot:nth-child(3) {
  background-color: #ef5d74;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loader--dot:nth-child(4) {
  background-color: #f9a74b;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loader--dot:nth-child(5) {
  background-color: #60beeb;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.loader--dot:nth-child(6) {
  background-color: #fbef5a;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.loader--text {
  position: fixed;
  top: 200%;
  left: 0;
  right: 0;
  width: 4rem;
  margin: auto;
}

.loader--text:after {
  content: "Loading";
  font-weight: bold;
  -webkit-animation-name: loading-text;
  animation-name: loading-text;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes loader {
  15% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  45% {
    -webkit-transform: translateX(230px);
    transform: translateX(230px);
  }

  65% {
    -webkit-transform: translateX(230px);
    transform: translateX(230px);
  }

  95% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes loader {
  15% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  45% {
    -webkit-transform: translateX(230px);
    transform: translateX(230px);
  }

  65% {
    -webkit-transform: translateX(230px);
    transform: translateX(230px);
  }

  95% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes loading-text {
  0% {
    content: "Loading";
  }

  25% {
    content: "Loading.";
  }

  50% {
    content: "Loading..";
  }

  75% {
    content: "Loading...";
  }
}

@keyframes loading-text {
  0% {
    content: "Loading";
  }

  25% {
    content: "Loading.";
  }

  50% {
    content: "Loading..";
  }

  75% {
    content: "Loading...";
  }
}

.bg-overlay {
  position: relative;
  width: 100%;
  display: block;
}

.bg-overlay:before {
  background: rgba(120, 97, 196, 0.8);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.bg-overlay:hover:before {
  opacity: 1;
}

.overlay-3 {
  color: #fff;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: absolute;
  top: 40%;
  left: 45%;
  font-size: 30px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

#scrollUp {
  text-decoration: none;
  bottom: 26px;
  background: url(../img/up.png);
  background-repeat: no-repeat;
  height: 50px;
  position: fixed;
  background-size: cover;
  right: 50px;
  width: 50px;
  z-index: 1000;
  border: none;
  outline: none;
}

/*google map*/
#googlemap {
  height: 540px;
  width: 100%;
}

.row .no-gutter {
  margin-left: 12.666667%;
}

/*contact form*/
.help-block,
.with-errors {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 11px;
  color: #ee4423;
  font-weight: 500;
  border-color: #ee4423;
}

.help-block,
.with-errors {
  border-color: #ee4423 !important;
}

.btn-1 .typography h1,
.btn-1 .typography h2,
.btn-1 .typography h3,
.btn-1 .typography h4,
.btn-1 .typography h5,
.btn-1 .typography h6 {
  color: #252525;
}

/* 1.2  Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0;
}

.text-left {
  text-align: left;
}

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

.img-center {
  margin-left: auto;
  margin-right: auto;
}

.text-right {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

/* 1.3 Margins & Paddings */
.mb30 {
  margin-bottom: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mtb50 {
  margin: 50px 0;
}

.mb50 {
  margin-bottom: 50px;
}

.mt30 {
  margin-top: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mtb100 {
  margin: 100px 0;
}

.ptb60 {
  padding: 60px 0 60px;
}

.mt100 {
  margin: 100px 0 0;
}

.padtb {
  padding: 60px 0 100px;
}

.pad80 {
  padding: 80px 0;
}

.pad100 {
  padding: 40px 0;
}

.pad-b100 {
  padding: 0 0 100px;
}

.pad-head {
  padding: 170px 0 170px;
}

.ptb50 {
  padding: 50px 0;
}

.ptb {
  padding: 100px 0 30px;
}

.pad-tb {
  padding: 350px 0;
}

.pad-top100 {
  padding-top: 100px;
}

.xs-mt50 {
  margin-top: 50px;
}

.no-pad {
  padding: 0;
}

/* 1.4 Backgrounds */
.bg-color {
  background: #f4f5fd;
}

.bg-color-brand {
  background: #4125dd;
}

.parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: cover;
}

.parallax-2 {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
  background-size: contain;
}

.no-attm {
  background-attachment: scroll;
}

.bg-pricing {
  background-image: url("../img/others/1.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-pricing-2 {
  background-image: url("../img/others/5.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-bg {
  background-image: url(../img/slide/1.jpg);
}

.hero-bg-2 {
  background-image: url(../img/slide/2.jpg);
}

.hero-bg-3 {
  background-image: url(../img/slide/3.jpg);
}

.hero-bg-4 {
  background-image: url(../img/slide/4.jpg);
}

.bg-3 {
  background-image: url(../img/bg/1.png);
}

.bg-4 {
  background-image: url(../img/mockup/man.png);
}

.bg-5 {
  background-image: url(../img/bg/2.jpg);
}

.bg-6 {
  background-image: url(../img/bg/2.png);
  background-position: top right;
}

.footer-section {
  background: #83808aa6;
}

.bg-8 {
  background-image: url(../img/bg/4.jpg);
}

.bg-team {
  background-image: url(../img/bg/7.jpg);
}

.bg-event {
  background-image: url(../img/bg/8.jpg);
  background-position: right center;
  background-size: cover;
}

.bg-counter {
  background-image: url(../img/bg/footer_count.jpg);
}

.bg-contact {
  /* background-image: url(../img/bg/contact-us-banner.jpg); */
  background: #d7d4dd6b;
}

.bg-about {
  background-image: url(../img/bg/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.about-section-img-div {
  position: sticky;
  top: 0;
  background-color: #f1f1f1;
  padding: 25px;
}

.bg-error {
  background-image: url(../img/bg/404.jpg);
}

/*animation*/
.animation {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideDownIn {
  0% {
    -webkit-transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
  }

  0% {
    -webkit-transform: translateY(-20px);
  }
}

@keyframes slideDownIn {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.slideDownIn {
  -webkit-animation-name: slideDownIn;
  animation-name: slideDownIn;
}

@-webkit-keyframes slideUpIn {
  0% {
    left: 0%;
  }

  100% {
    top: 100%;
  }
}

@keyframes slideUpIn {
  0% {
    left: 0%;
  }

  100% {
    top: 100%;
  }
}

.slideUpIn {
  -webkit-animation-name: slideUpIn;
  animation-name: slideUpIn;
}

/*animation*/
/* 2 navbar global */
.header {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2; */
  background: #ffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.header .navbar {
  padding: 0;
}

.header .navbar-header {
  margin-top: 18px;
}

.header .navbar-toggler-icon {
  background-color: #01292f;
}

.header .navbar-toggler {
  margin-right: 15px;
  border: none;
  padding: 6px 10px;
  position: absolute;
  right: 0;
  top: -65px;
}

.header .brand-logo {
  margin-top: 18px;
}

.header.white-color .navbar-nav li.active>a {
  color: #cf057c;
}

.header.white-color .navbar-nav li.active>a:before {
  position: absolute;
  left: -9px;
  top: 50px;
  content: "";
  height: 2px;
  width: 20px;
  background: #cf057c;
}

.header.white-color .navbar-nav .nav-link {
  color: #fff;
}

.header.white-color .navbar-nav .nav-link:hover {
  color: #cf057c;
}

.header.white-color ul li.header-ticket a {
  color: #fff;
  border: 2px solid #fff;
}

.header .navbar-nav li.active>a {
  color: #ee4423;
}

/* .header .navbar-nav li.active > a:before {
  position: absolute;
  left: -9px;
  top: 50px;
  content: "";
  height: 2px;
  width: 20px;
  background: #ee4423;
} */
.header .navbar-nav .nav-link a {
  color: #504e4e;
}

.header .navbar-nav .nav-link {
  line-height: 100px;
  font-size: 15px;
  color: #363636;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0 25px !important;
  position: relative;
}

.header .navbar-nav .nav-link:hover {
  color: #ee4423;
}

.header .navbar-nav .dropdown-menu {
  width: 200px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 0;
  top: 0;
  border: none;
}

.header .navbar-nav .dropdown-menu li a {
  display: block;
  padding: 8px 5px;
  font-size: 15px;
  color: #363636;
  font-weight: 500;
  text-transform: capitalize;

  position: relative;
}

.header .navbar-nav .dropdown-menu li a:hover {
  background-color: #ee4423;
  color: #fff;
}

.header ul li.header-ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 31px;
}

.header ul li.header-ticket a {
  padding: 15px 30px !important;
  line-height: 0 !important;
  color: #fff;
  border: 2px solid #ee4423;
  border-radius: 28px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: #ee4423;
}

.header ul li.header-ticket a:hover {
  background: #4125dd;
  border-color: #4125dd;
}

.base-style-2.no-p {
  position: inherit;
}

.base-style-2 .navbar-nav li.active>a {
  color: #cf057c;
}

.base-style-2 .navbar-nav li.active>a:before {
  background: #4125dd;
}

.base-style-2 .navbar-nav .nav-link {
  color: #252525;
}

.base-style-2 ul li.header-ticket a {
  background: transparent;
  color: #4125dd;
  border: 2px solid #4125dd;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.base-style-2 ul li.header-ticket a:hover {
  color: #fff;
}

/*3.1 Hero Banner Area*/
.hero-banner-area {
  /* height: 100vh; */
}

.hero-banner-area .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
}

.hero-banner-area .banner-content h1,
.hero-banner-area .banner-content h2,
.hero-banner-area .banner-content h3,
.hero-banner-area .banner-content h4,
.hero-banner-area .banner-content h5,
.hero-banner-area .banner-content h6 {
  font-weight: 300;
  font-size: 64px;
  color: #fff;
  line-height: 64px;
  text-transform: capitalize;
}

.hero-banner-area .banner-content h1 {
  font-weight: 800 !important;
}

.hero-banner-area .banner-content h2 {
  font-size: 64px;
  line-height: 1.8em;
  font-weight: 600;
  color: #fedd14;
  text-transform: capitalize;
}

.hero-banner-area .banner-content p {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 600;
  padding: 0 20px;
}

.hero-banner-area.home-2 .upcoming {
  margin-bottom: 30px;
}

.hero-banner-area.home-2 .upcoming div {
  width: 710px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
}

.hero-banner-area.home-2 .upcoming div .cdown {
  width: 25%;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  color: #4125dd;
  text-align: center;
  background: transparent;
}

.hero-banner-area.home-2 .upcoming div .cdown p {
  color: #4125dd;
  display: block;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 10px;
}

.hero-banner-area.home-2 .upcoming div span:nth-child(even) {
  color: #8708c2;
}

.hero-banner-area.home-2 .upcoming div span:nth-child(even) p {
  color: #8708c2;
}

.hero-banner-area.home-2 .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}

.hero-banner-area.home-2 .banner-content h3 {
  font-size: 50px;
  color: #252525;
  font-weight: 700;
  line-height: 2em;
  text-transform: uppercase;
}

/*Home Page 4 hero banner Start*/
.home-4 .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-4 .banner-content h1,
.home-4 .banner-content h2,
.home-4 .banner-content h3,
.home-4 .banner-content h4,
.home-4 .banner-content h5,
.home-4 .banner-content h6 {
  font-weight: normal;
}

.home-4 .banner-content h2 {
  font-weight: 600;
}

/*Home-page 3 hero banner Start*/
.home-4 {
  height: 100vh;
}

.home-4 .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  height: 100vh;
}

.home-4 .banner-content h1,
.home-4 .banner-content h2,
.home-4 .banner-content h3,
.home-4 .banner-content h4,
.home-4 .banner-content h5,
.home-4 .banner-content h6 {
  color: #252525;
  font-weight: 600;
}

.home-4 .banner-content h2,
.home-4 .banner-content p {
  color: #252525;
}

.home-4 .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.home-4 .contact-box .inner-content {
  padding: 40px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  background: #fff;
  -ms-flex-item-align: center;
  align-self: center;
}

.home-4 .contact-box .inner-content h3 {
  color: #252525;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.home-4 .contact-box .inner-content input {
  margin-bottom: 20px;
}

.home-4 .contact-box .inner-content input.form-control {
  background-color: transparent;
  border: none;
  color: #707070;
  padding: 10px 0px 10px 20px;
  border: 1px solid #dee2e6;
}

.home-4 .contact-box .inner-content input.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #4125dd;
}

.home-4 .contact-box .inner-content button {
  margin-top: 10px;
}

.home-4 .contact-box .inner-content button.btn-primary {
  background-color: #4125dd;
  border-color: #fff;
  border: 0;
  padding: 15px 25px;
  display: inline-block;
  font-size: 15px;
  border-radius: 28px;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.home-4 .contact-box .inner-content button.btn-primary:hover {
  background: #7307be;
}

.home-4 .contact-box .inner-content button.btn-primary:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*3.2 Conference Synopsis Area*/
.conference-synopsis-area {
  position: relative;
}

.conference-synopsis-area .bg-left-2 {
  background-image: url(../img/mockup/vector-2.png);
  width: 40%;
  height: 100%;
  left: 65px;
  top: 106px;
}

/* .conference-synopsis-area .inner-content .section-title {
  margin-bottom: 50px;
} */

.conference-synopsis-area .inner-content p {
  margin-bottom: 0;
  margin: 0 10px;
}

.conference-synopsis-area .inner-content h4 {
  color: #252525;
  font-size: 25px;
  line-height: 25px;
  text-transform: capitalize;
  font-weight: 500;
  margin: 30px 0 10px;
}

.hidden-radio {
  display: none;
}

.decoration-label {
  cursor: pointer;
  display: inline-block;
}

.decoration-label input:checked+div {
  border: 2px solidrgb(255, 255, 255);
  border-radius: 5px;
}

.hidden-radio {
  display: none;
}

.addon-label {
  cursor: pointer;
  display: inline-block;
}

.addon-label input:checked+.addon_item {
  /* border: 2px solid #007bff; */
  /* Highlight selected option */
  border-radius: 5px;
}

.step-divv-head {
  width: 68% !important;
}

.discount {
  font-size: 18px;
  font-weight: bold;
  border-radius: 7px;
  color: #ff5722;
  animation: fadeIn 1s ease-in-out;
  background: antiquewhite;
  margin-bottom: 13px;
}

#discount-amount {
  display: inline-block;
  transition: transform 0.3s ease-in-out, opacity 0.3s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.coupon-code {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* Space between elements */
}

/* Label styling */
.coupon-code label {
  font-size: 16px;
  font-weight: bold;
}

/* Input field styling */
.coupon-code input[type="text"] {
  padding: 10px 133px 10px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
}

/* Button styling */
.coupon-code button {
  padding: 0px 17px;
  background-color: #ee4423;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
}

.coupon-code button:hover {
  background-color: #ee4423;
}

.input-wrapper {
  position: relative;
}

.input-wrapper button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  height: 46px;
}

/* review section css */
.review-section {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

/* .reviews-container {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
  border-radius: 10px;
} */
.section-title {
  /* font-size: 2em; */
  margin-bottom: 20px;
  color: #333;
}

/* Container for review cards */
.reviews-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* Review card styles */
.review-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* width: 300px; */
  padding: 20px;
  text-align: left;
  transition: transform 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
}

/* Review header - User photo and info */
.review-header {
  display: flex;
  /* align-items: center; */
  margin-bottom: 15px;
}

.user-photo {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 15px;
}

.user-info {
  text-align: left;
}

.user-name {
  font-size: 1.1em;
  margin: 0;
  color: #333;
}

.user-location {
  font-size: 0.9em;
  color: #777;
}

/* Rating stars */
.review-rating {
  margin-bottom: 15px;
}

.star {
  color: #ff9800;
  font-size: 1.2em;
}

/* Review text */
.review-text {
  font-size: 1em;
  color: #555;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Responsive Design */
@media (max-width: 768px) {
  .reviews-container {
    flex-direction: column;
    align-items: center;
  }

  .f-content {
    padding: 0px 100px;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .f-logo {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .f-content {
    width: 100% !important;
    padding: 30px !important;
  }

  .footer-linkk-div {
    width: 70%;
    margin: auto;
  }

  /* .f-logo img {
    width: 200px !important;
} */
  .other-linkks {
    padding: 48px 0 !important;
  }
}

@media (max-width: 425px) {

  /* .f-logo {
    padding: 0px !important;
    width: 100% !important;
  } */
  .f-content {
    padding: 0 20px;
  }

  .f-content {
    width: 100% !important;
  }

  .pricing-div {
    left: 0 !important;
    top: 65px !important;
    width: 100% !important;
  }

  .pricing-div p {
    letter-spacing: 1px !important;
    font-size: 14px !important;
  }

  .pricing-div p {
    letter-spacing: 1px !important;
    font-size: 14px !important;
  }

  .main_step_form .step-header {
    position: absolute;
    /* top: 88px !important; */
    font-size: 13px !important;
  }

  .name-class {
    margin-top: 7rem !important;
  }

  .main_offers {
    margin-top: 6rem !important;
  }
}

/*3.3 Event Schedule Area*/
.event-schedule-area .section-title .title-text {
  margin-bottom: 50px;
}

.event-schedule-area .tab-area .nav-tabs {
  border-bottom: inherit;
}

.event-schedule-area .tab-area .nav {
  border-bottom: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 80px;
}

.event-schedule-area .tab-area .nav-item {
  margin-bottom: 75px;
}

.event-schedule-area .tab-area .nav-item .nav-link {
  text-align: center;
  font-size: 22px;
  color: #333;
  font-weight: 600;
  border-radius: inherit;
  border: inherit;
  padding: 0px;
  text-transform: capitalize !important;
}

.event-schedule-area .tab-area .nav-item .nav-link.active {
  color: #4125dd;
  background-color: transparent;
}

.event-schedule-area .tab-area .tab-content .table {
  margin-bottom: 0;
  width: 80%;
}

.event-schedule-area .tab-area .tab-content .table thead td,
.event-schedule-area .tab-area .tab-content .table thead th {
  border-bottom-width: 1px;
  font-size: 20px;
  font-weight: 600;
  color: #252525;
}

.event-schedule-area .tab-area .tab-content .table td,
.event-schedule-area .tab-area .tab-content .table th {
  border: 1px solid #b7b7b7;
  padding-left: 30px;
}

.event-schedule-area .tab-area .tab-content .table tbody th .heading,
.event-schedule-area .tab-area .tab-content .table tbody td .heading {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 16px;
  font-weight: 500;
  color: #252525;
  margin-bottom: 6px;
}

.event-schedule-area .tab-area .tab-content .table tbody th span,
.event-schedule-area .tab-area .tab-content .table tbody td span {
  color: #4125dd;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}

.event-schedule-area .tab-area .tab-content .table tbody th span.date,
.event-schedule-area .tab-area .tab-content .table tbody td span.date {
  color: #656565;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
}

.event-schedule-area .tab-area .tab-content .table tbody th p {
  font-size: 14px;
  margin: 0;
  font-weight: normal;
}

.event-schedule-area-two .section-title .title-text h2 {
  margin: 0px 0 15px;
}

.event-schedule-area-two ul.custom-tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 30px;
}

.event-schedule-area-two ul.custom-tab li {
  margin-right: 70px;
  position: relative;
}

.event-schedule-area-two ul.custom-tab li a {
  color: #252525;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 35px 0;
  position: relative;
}

.event-schedule-area-two ul.custom-tab li a:hover:before {
  width: 100%;
}

.event-schedule-area-two ul.custom-tab li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #4125dd;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.event-schedule-area-two ul.custom-tab li a.active {
  color: #4125dd;
}

.event-schedule-area-two .primary-btn {
  margin-top: 40px;
}

.event-schedule-area-two .tab-content .table {
  -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.event-schedule-area-two .tab-content .table thead {
  background-color: #007bff;
  color: #fff;
  font-size: 20px;
}

.event-schedule-area-two .tab-content .table thead tr th {
  padding: 20px;
  border: 0;
}

.event-schedule-area-two .tab-content .table tbody {
  background: #fff;
}

.event-schedule-area-two .tab-content .table tbody tr.inner-box {
  border-bottom: 1px solid #dee2e6;
}

.event-schedule-area-two .tab-content .table tbody tr th {
  border: 0;
  padding: 30px 20px;
  vertical-align: middle;
}

.event-schedule-area-two .tab-content .table tbody tr th .event-date {
  color: #252525;
  text-align: center;
}

.event-schedule-area-two .tab-content .table tbody tr th .event-date span {
  font-size: 50px;
  line-height: 50px;
  font-weight: normal;
}

.event-schedule-area-two .tab-content .table tbody tr td {
  padding: 30px 20px;
  vertical-align: middle;
}

.event-schedule-area-two .tab-content .table tbody tr td .r-no span {
  color: #252525;
}

.event-schedule-area-two .tab-content .table tbody tr td .event-wrap h3 a {
  font-size: 20px;
  line-height: 20px;
  color: #cf057c;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.event-schedule-area-two .tab-content .table tbody tr td .event-wrap h3 a:hover {
  color: #4125dd;
}

.event-schedule-area-two .tab-content .table tbody tr td .event-wrap .categories {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 10px 0;
}

.event-schedule-area-two .tab-content .table tbody tr td .event-wrap .categories a {
  color: #252525;
  font-size: 16px;
  margin-left: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.event-schedule-area-two .tab-content .table tbody tr td .event-wrap .categories a:before {
  content: "\f07b";
  font-family: fontawesome;
  padding-right: 5px;
}

.event-schedule-area-two .tab-content .table tbody tr td .event-wrap .time span {
  color: #252525;
}

.event-schedule-area-two .tab-content .table tbody tr td .event-wrap .organizers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 10px 0;
}

.event-schedule-area-two .tab-content .table tbody tr td .event-wrap .organizers a {
  color: #4125dd;
  font-size: 16px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.event-schedule-area-two .tab-content .table tbody tr td .event-wrap .organizers a:hover {
  color: #4125dd;
}

.event-schedule-area-two .tab-content .table tbody tr td .event-wrap .organizers a:before {
  content: "\f007";
  font-family: fontawesome;
  padding-right: 5px;
}

.event-schedule-area-two .tab-content .table tbody tr td .primary-btn {
  margin-top: 0;
  text-align: center;
}

.event-schedule-area-two .tab-content .table tbody tr td .event-img img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
}

/*3.4 Whos Speaking Area*/
.whos-speaking-area .speakers {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #dee2e6;
  border-radius: 6px;
}

.whos-speaking-area .speakers:hover {
  -webkit-box-shadow: 0 0 6px 5px #ddd;
  box-shadow: 0 0 6px 5px #ddd;
  border-radius: 6px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #dee2e6;
}

.whos-speaking-area .speakers .spk-img {
  position: relative;
}

.whos-speaking-area .speakers .spk-img:before {
  background: rgba(91, 69, 213, 0.8);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 5;
}

.whos-speaking-area .speakers .spk-img:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.whos-speaking-area .speakers .spk-img img {
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.whos-speaking-area .speakers .spk-img ul {
  position: absolute;
  display: inline-block;
  top: 35%;
  left: 40%;
  width: 100px;
  line-height: 3;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.whos-speaking-area .speakers .spk-img ul:before {
  position: absolute;
  content: "";
  height: 110px;
  width: 110px;
  background: transparent;
  top: -15%;
  left: -15px;
  border: 1px solid #fff;
  -webkit-transform: rotate(44deg) scale(1.4);
  -ms-transform: rotate(44deg) scale(1.4);
  transform: rotate(44deg) scale(1.4);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.whos-speaking-area .speakers .spk-img ul li {
  display: inline-block;
  margin: 0 3px;
  -webkit-transform: perspective(50px) rotatey(80deg);
  transform: perspective(50px) rotatey(80deg);
  -webkit-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
  margin: 0 5px;
}

.whos-speaking-area .speakers .spk-img ul li a i.fa {
  color: rgba(255, 78, 0, 0.8);
  font-size: 18px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 28px;
  color: #fff;
  height: 28px;
  line-height: 21px;
  text-align: center;
}

.whos-speaking-area .speakers .spk-img ul li a i.fa:hover {
  color: #cf057c;
}

.whos-speaking-area .speakers .spk-img ul li:nth-child(1) {
  -webkit-transform: translate3d(-53px, -50px, 0);
  transform: translate3d(-53px, -50px, 0);
}

.whos-speaking-area .speakers .spk-img ul li:nth-child(2) {
  -webkit-transform: translate3d(53px, -50px, 0);
  transform: translate3d(53px, -50px, 0);
}

.whos-speaking-area .speakers .spk-img ul li:nth-child(3) {
  -webkit-transform: translate3d(-53px, 50px, 0);
  transform: translate3d(-53px, 50px, 0);
}

.whos-speaking-area .speakers .spk-img ul li:nth-child(4) {
  -webkit-transform: translate3d(53px, 50px, 0);
  transform: translate3d(53px, 50px, 0);
}

.whos-speaking-area .speakers .spk-img:hover ul {
  left: 35%;
  opacity: 1;
  z-index: 9;
}

.whos-speaking-area .speakers .spk-img:hover ul:before {
  opacity: 1;
  -webkit-transform: rotate(44deg) scale(1);
  -ms-transform: rotate(44deg) scale(1);
  transform: rotate(44deg) scale(1);
}

.whos-speaking-area .speakers .spk-img:hover ul li:nth-child(1),
.whos-speaking-area .speakers .spk-img:hover ul li:nth-child(2),
.whos-speaking-area .speakers .spk-img:hover ul li:nth-child(3),
.whos-speaking-area .speakers .spk-img:hover ul li:nth-child(4) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.whos-speaking-area .speakers .spk-info {
  text-align: center;
  padding: 30px 0;
}

.whos-speaking-area .speakers .spk-info h3 {
  color: #252525;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: capitalize;
}

.whos-speaking-area .speakers .spk-info h3:hover {
  color: #4125dd;
}

.whos-speaking-area .speakers .spk-info p {
  font-size: 15px;
  margin-bottom: 0;
  color: #656565;
}

.whos-speaking-area-two .title-text h2 {
  color: #fff;
}

.whos-speaking-area-two .speakers {
  position: relative;
  overflow: hidden;
}

.whos-speaking-area-two .speakers:hover img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.whos-speaking-area-two .speakers img {
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.whos-speaking-area-two .speakers .img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(91, 69, 213, 0.9);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.whos-speaking-area-two .speakers:hover .img-overlay {
  opacity: 1;
}

.whos-speaking-area-two .speakers .name a {
  position: absolute;
  bottom: -20%;
  left: 10%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.whos-speaking-area-two .speakers .name a:hover {
  color: #cf057c;
}

.whos-speaking-area-two .speakers:hover .name a {
  bottom: 10%;
}

.whos-speaking-area-two .speakers .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 23%;
  left: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.whos-speaking-area-two .speakers .social-icons li {
  margin-right: 10px;
}

.whos-speaking-area-two .speakers .social-icons li a {
  color: #fff;
}

.whos-speaking-area-two .speakers .social-icons li a:hover {
  color: #252525;
}

.whos-speaking-area-two .speakers:hover .social-icons {
  left: 27px;
}

/*3.5 Pricing Table Area*/
.pricing-tables-area .pricing-bg {
  position: relative;
  height: 130px;
  width: 100%;
  background: #4125dd;
}

.pricing-tables-area .pricing-bg:hover {
  -webkit-box-shadow: 0 0 6px 5px #ddd;
  box-shadow: 0 0 6px 5px #ddd;
  border: 1px solid #fff;
  z-index: 99;
  position: relative;
}

.pricing-tables-area .pricing-box {
  border: 1px solid #ccc;
  /* padding: 30px; */
  border-radius: 8px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.image-div-theater {
  position: relative;
}

.starting-prince {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 700;
  color: #ee4423;
}

.img-batch {
  position: absolute;
  left: 10%;
  top: 5%;
  background: #ee4423;
  padding: 5px 20px;
  color: #fff;
  border-radius: 29px;
}

/* home page gallery css */
.experiences-section .gr-1 {
  background: linear-gradient(170deg, #ff9006 0%, #a3cac0 100%);
}

.experiences-section .gr-2 {
  background: linear-gradient(170deg, #5eb1f4 0%, #e35c15 100%);
}

.experiences-section .gr-3 {
  background: linear-gradient(170deg, #cf865f 0%, #c1bfcf 100%);
}

.experiences-section * {
  transition: 0.5s;
}

.experiences-section .align-middle {
  position: relative;
}

.experiences-section .column {
  margin-top: 3rem;
  /* padding-left: 3rem; */
}

.experiences-section .column:hover {
  padding-left: 0;
}

.experiences-section .column:hover .card .txt {
  margin-left: 1rem;
}

.experiences-section .column:hover .card .txt h1,
.column:hover .card .txt p {
  color: rgba(255, 255, 255, 1);
  opacity: 1;
}

.experiences-section .column:hover a {
  color: rgba(255, 255, 255, 1);
}

.experiences-section .column:hover a:after {
  width: 10%;
}

.experiences-section .card {
  min-height: 170px;
  margin: 0;
  padding: 1.7rem 1.2rem;
  border: none;
  border-radius: 0;
  color: rgba(0, 0, 0, 1);
  letter-spacing: 0.05rem;
  font-family: "Oswald", sans-serif;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.27);
  position: relative;
}

.experiences-section .card .txt h1 {
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
}

.experiences-section .card .txt p {
  font-size: 0.7rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0rem;
  margin-top: 33px;
  opacity: 0;
  color: rgba(255, 255, 255, 1);
}

.experiences-section .card a {
  z-index: 3;
  font-size: 0.7rem;
  color: rgba(0, 0, 0, 1);
  margin-left: 1rem;
  position: relative;
  bottom: -0.5rem;
  text-transform: uppercase;
}

.experiences-section .card a:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  width: 0;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 1px solid rgba(255, 255, 255, 1);
  transition: 0.5s;
}

.experiences-section .card .ico-card {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.experiences-section .card svg {
  position: relative;
  right: -50%;
  top: 35%;
  font-size: 12rem;
  line-height: 0;
  opacity: 0.2;
  color: rgba(255, 255, 255, 1);
  z-index: 0;
}

.experiences-section .card.active {
  transform: scale(1.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.experiences-section {
  background: linear-gradient(rgb(189 186 184 / 35%), rgb(160 153 153 / 24%)),
    url("../img/review-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.rating-divv h2 {
  color: #dc763b;
}

.heading-detail-div {
  position: relative;
  background-image: url(../img/ticket.png);

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  /* adjust padding as needed */
  overflow: hidden;
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d96c2ced;
  /* adjust overlay color & opacity */
  z-index: 1;
}

.heading-detail-div .container {
  position: relative;
  z-index: 2;
}

.blinking_button {
  background-color: #ee4423;
  border-color: #ee4423;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

.view-all-link a {
  font-size: 18px;
}

.view-all-link a:hover {
  color: #000;
}

/* home page gallery css */
.pricing-tables-area .pricing-box:hover {
  -webkit-box-shadow: 0 0 6px 5px #ddd;
  box-shadow: 0 0 6px 5px #ddd;
  border: 1px solid #fff;
  z-index: 99;
  position: relative;
}

.pricing-tables-area .pricing-box .pricing-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.pricing-tables-area .pricing-box .pricing-header .pricing-value {
  font-size: 55px;
  line-height: 55px;
  text-align: right;
  color: #fff;
  font-weight: 600;
  margin-top: 30px;
}

.pricing-tables-area .pricing-box .pricing-header .pricing-value span {
  font-size: 30px;
  font-weight: 500;
}

.pricing-tables-area .pricing-box .pricing-header .amount {
  color: #ee4423;
  /* font-size: 30px; */
  line-height: 30px;
  font-weight: 600;
}

.discount-price {
  font-size: 17px;
}

.main-price {
  font-size: 23px;
  color: #ee4423;
}

.pricing-tables-area .pricing-box .pricing-header .price-value .amount .currency {
  font-size: 20px;
}

.pricing-tables-area .pricing-box .pricing-header .price-value .month {
  font-size: 20px;
  text-transform: capitalize;
}

.pricing-tables-area .pricing-box {
  transition: transform 0.3s ease-in-out;
}

.pricing-tables-area .pricing-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.pricing-tables-area .pricing-box .pricing-title {
  color: #252525;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
}

.pricing-title {
  color: #252525;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
}

.pricing-tables-area .pricing-box .pricing-content ul li {
  color: #656565;
  font-size: 14px;
  margin-bottom: 10px;
}

.pricing-tables-area .pricing-box .pricing-content ul li:last-child {
  margin-bottom: 0;
}

.pricing-tables-area .pricing-box .bordered-btn {
  /* margin-top: 30px; */
}

.pricing-tables-area.event-schedule .pricing-header {
  margin-top: 0;
}

.pricing-tables-area.event-schedule .pricing-header .pricing-value {
  margin-top: 0px;
  text-align: center;
}

.pricing-tables-area.event-schedule .pricing-header .pricing-value h3 {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
}

.pricing-tables-area.event-schedule .pricing-header .pricing-value p {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: normal;
}

.pricing-tables-area.event-schedule .pricing-content {
  margin-top: 30%;
}

.pricing-tables-area.event-schedule .pricing-content span.time {
  color: #4125dd;
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}

.pricing-tables-area.event-schedule .pricing-content span {
  color: #4125dd;
  font-size: 18px;
  font-weight: 500;
}

/*3.6 Our Sponsers Area*/
.our-sponsers-area .section-title p {
  margin: 25px 0 60px;
}

.our-sponsers-area .single-sponsers {
  margin-bottom: 80px;
}

.our-sponsers-area .single-sponsers ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.our-sponsers-area .single-sponsers ul li {
  margin-right: 100px;
}

.our-sponsers-area-tow .title-text p {
  margin: 20px 0 0;
}

.our-sponsers-area-tow .single-sponsers {
  margin-bottom: 80px;
}

.our-sponsers-area-tow .sponsers-active .owl-nav div {
  position: absolute;
  top: 28%;
  left: -4%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 40px;
  padding: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.our-sponsers-area-tow .sponsers-active .owl-nav div:hover {
  background: #4125dd;
}

.our-sponsers-area-tow .sponsers-active .owl-nav div.owl-next {
  left: auto;
  right: -4%;
}

/*3.7 Our Blog Area*/
.our-blog-area .section-title p {
  margin-bottom: 0;
}

.our-blog-area .section-title .title-text {
  margin-bottom: 60px;
}

.our-blog-area .inner-blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}

.our-blog-area.no-s .single-blog {
  border: 1px solid #dee2e6;
}

.our-blog-area.no-s .single-blog:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dee2e6;
}

.our-blog-area .single-blog {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.our-blog-area .single-blog:hover {
  -webkit-box-shadow: 0 0 6px 5px #ddd;
  box-shadow: 0 0 6px 5px #ddd;
  border: 1px solid #dee2e6;
  position: relative;
  z-index: 999;
}

.our-blog-area .single-blog .blog-img img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
}

.our-blog-area .single-blog .blog-content {
  padding: 40px 30px;
}

.our-blog-area .single-blog .blog-content a h3 {
  color: #252525;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.our-blog-area .single-blog .blog-content a h3:hover {
  color: #4125dd;
}

.our-blog-area .single-blog .blog-content p {
  margin-bottom: 0;
}

.our-blog-area .single-blog .blog-content .date {
  margin-top: 25px;
}

.our-blog-area .single-blog .blog-content .date ul li {
  font-size: 14px;
}

.our-blog-area .single-blog .blog-content .date ul li span {
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.our-blog-area .single-blog .blog-content .date ul li span i.fa:hover {
  color: #4125dd;
}

.our-blog-area .owl-theme .owl-nav {
  margin-top: 0;
}

.our-blog-area .owl-theme .owl-nav div {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 40px;
  padding: 0;
  position: absolute;
  left: -53%;
  top: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.our-blog-area .owl-theme .owl-nav div:hover {
  background: #4125dd;
}

.our-blog-area .owl-theme .owl-nav .owl-next {
  right: auto;
  left: -46%;
}

/*3.8 Contact Us Area*/
.contact-us-area.about .icon-box {
  display: flow-root;
}

.contact-us-area.about .icon-box .inner-content h3 {
  margin: 50px 0 30px;
}

.contact-us-area.about .icon-box .inner-content p {
  margin-bottom: 0 !important;
}

.contact-us-area.home-1 .icon-box {
  display: flow-root;
}

.contact-us-area.home-1 .icon-box .box-icons {
  margin-right: 0;
}

.contact-us-area.home-1 .inner-content h3 {
  margin-top: 50px;
}

.contact-us-area .section-title {
  margin-top: -10px;
}

.contact-us-area .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-us-area .icon-box .box-icons {
  margin-right: 50px;
}

.contact-us-area .icon-box .inner-content h3 {
  color: #252525;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.contact-us-area .icon-box .inner-content p {
  margin-bottom: 0;
}

.contact-us-area .inner-contact form .form-control {
  padding: 0 15px 5px;
  line-height: 1.5;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
}

.contact-us-area .inner-contact form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #4125dd;
}

.contact-us-area .inner-contact textarea {
  resize: none;
}

.contact-us-area .inner-contact textarea.form-control {
  padding: 0 15px 0;
}

.contact-us-area .inner-contact button {
  margin-top: 80px;
}

.contact-us-area .inner-contact button.btn-primary {
  background-color: transparent;
  border: none;
  padding: 15px 25px;
  border-radius: 28px;
  background: #4125dd;
  color: #fff;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.contact-us-area .inner-contact button.btn-primary:hover {
  background: #cf057c;
  color: #fff;
}

.contact-us-area .inner-contact button.btn-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #4125dd;
}

.contact-us-area-two .title-text h2 {
  color: #000000a1;
}

.contact-us-area-two .title-text h2:before {
  background: #fff;
}

.contact-us-area-two .inner-box {
  background: #fff;
  padding: 40px 20px 20px 20px;
  min-height: 470px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contact-us-area-two .inner-box form input.form-control {
  padding: 0 30px 5px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
}

.contact-us-area-two .inner-box form input.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #4125dd;
}

.contact-us-area-two .inner-box form textarea.form-control {
  background-color: transparent;
  padding: 0 30px 5px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
}

.contact-us-area-two .inner-box form textarea.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #4125dd;
}

.contact-us-area-two .inner-box button {
  margin-top: 35px;
}

.contact-us-area-two .inner-box button.btn-primary {
  background-color: transparent;
  border: none;
  padding: 10px 35px;
  border-radius: 50px;
  background: #ee4423;
  color: #fff;
  cursor: pointer;
  outline: none;
  /* margin-left: 15px; */
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 15px;
}

.contact-us-area-two .inner-box button.btn-primary:hover {
  background: #7307be;
  color: #fff;
}

.contact-us-area-two .inner-box button.btn-primary:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-us-area-two .inner-box button.btn-primary:active {
  background-color: transparent;
  border-color: #fff;
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.contact-area .title-text {
  margin-bottom: 40px;
}

.contact-area .contact-form .form-group {
  margin-bottom: 25px;
}

.contact-area .contact-form input.form-control {
  border: 1px solid #dee2e6;
  min-height: 60px;
  padding-left: 20px;
  border-radius: 50px;
  outline: none;
}

.contact-area .contact-form input.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #4125dd;
}

.contact-area .contact-form textarea {
  border: 1px solid #dee2e6;
  padding-left: 20px;
  border-radius: 10px;
  outline: none;
}

.contact-area .contact-form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #4125dd;
}

.contact-area .contact-form .btn-2 {
  margin-top: 30px;
}

.contact-area .contact-form .btn-2 button.btn-primary {
  background-color: transparent;
  border: none;
  padding: 15px 25px;
  border-radius: 50px;
  background: #4125dd;
  color: #fff;
  cursor: pointer;
  outline: none;
  width: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.contact-area .contact-form .btn-2 button.btn-primary:hover {
  background: #7307be;
}

.contact-area .title {
  margin-bottom: 20px;
}

.contact-area .title h2 {
  color: #252525;
  font-size: 25px;
  line-height: 25px;
}

.contact-area .inner-box .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.contact-area .inner-box .inner-content i.fa {
  color: #4125dd;
  font-size: 25px;
  margin-right: 15px;
}

.contact-area .inner-box p {
  margin-bottom: 8px;
}

/*3.9 Feature Area Start*/
.feature-area .feature-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  text-align: center;
}

.feature-area .feature-box .sinlge-feature:hover .feature-icon img {
  opacity: 1;
}

.feature-area .feature-box .sinlge-feature:hover .feature-content a h3 {
  color: #4125dd;
}

.feature-area .feature-box .sinlge-feature .feature-icon img {
  height: 80px;
  width: 80px;
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.feature-area .feature-box .sinlge-feature .feature-content a h3 {
  color: #252525;
  font-size: 25px;
  line-height: 25px;
  margin: 40px 0 20px;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.feature-area .feature-box .sinlge-feature .feature-content p {
  margin-bottom: 0;
}

/* 04	Footer */
.footer-links-items {
  display: flex;
  gap: 10px;
}

.footer-nav-link li a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 0;
  letter-spacing: 1px;
}

.footer-linkss-heading {
  color: #ee4423;
}

.footer-nav-link li a:hover {
  color: #ee4423;
}

.footer-area .am {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* height: 100%; */
}

.footer-area .f-content:before {
  content: "";
  border-left: 1px solid #ccc;
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  left: -17px;
}

.footer-area .f-content .inner-content {
  display: flex;
  align-items: center;
}

.footer-content {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #fff;
}

/* .footer-area .f-content .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: anchor-center;
} */
.footer-area .f-content .inner-content .f-icon i.fa {
  font-size: 22px;
  color: #ee4423;
  margin-right: 15px;
}

.footer-area .f-content .inner-content .f-icon i.fa-solid {
  font-size: 22px;
  color: #ee4423;
  margin-right: 15px;
}

.footer-area .f-content .inner-content span {
  font-size: 16px;
  color: #fff;
}

.footer-area .f-content p {
  margin: 25px 0 25px;
  color: #fff;
  font-size: 16px;
}

.footer-area .f-content .sub-btn {
  position: relative;
}

.footer-area .f-content .sub-btn input {
  width: 100%;
  padding: 15px 160px 15px 25px;
  border-radius: 28px;
  border: none;
  outline: none;
  font-size: 14px;
  border: 1px solid #dee2e6;
}

.footer-area .f-content .sub-btn input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer-area .f-content .sub-btn button {
  background: #ee4423;
  border: none;
  /* border: 1px solid #ee4423; */
  outline: none;
  height: 57px;
  padding: 10px 43px;
  border-radius: 28px;
  display: inline-block;
  position: absolute;
  top: 0;
  color: #fff;
  cursor: pointer;
  right: 0%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.footer-area .f-content .sub-btn button:hover {
  background: #ee4423;
  color: #fff;
  border-color: #ee4423;
}

.footer-area .f-content .f-social {
  margin-top: 35px;
}

.footer-area .f-content .f-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-area .f-content .f-social ul li {
  margin-right: 25px;
}

.footer-area .f-content .f-social ul li a i {
  color: #fff;
  font-size: 22px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.footer-area .f-content .f-social ul li a i:hover {
  color: #ee4423;
}

.footer-area .copyright {
  margin-top: 100px;
  /* display: inline-block; */
}

.footer-area .copyright p {
  /* display: inline-block; */
  margin-bottom: 0;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}

.footer-area .copyright em i.fa {
  color: #4125dd;
}

.footer-area .copyright a {
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.footer-area .copyright a:hover {
  color: #cf057c;
}

/*4.1 Counter Up Area*/
.counter-up-area .single-counter .count-content span {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}

.counter-up-area .single-counter .count-content p {
  color: #fff;
  font-size: 25px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
  text-wrap: nowrap;
}

/*4.2 Generel Information Area*/
.generel-information-area {
  position: relative;
}

.generel-information-area .bg-left {
  background-image: url(../img/mockup/vector.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  width: 48%;
  height: 80%;
  left: 0;
  top: 7%;
  bottom: 0;
  position: absolute;
}

.generel-information-area .generel-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.generel-information-area .generel-icons ul li {
  margin-right: 50px;
}

.generel-information-area .generel-icons ul li img {
  width: 55px;
  border-radius: 50%;
  height: 55px;
  object-fit: cover;
}

.generel-information-area .inner-content {
  margin-top: 50px;
}

.generel-information-area .inner-content h2 {
  color: #252525;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

.generel-information-area .inner-content p {
  margin: 20px 0 0;
}

.generel-information-area .inner-content .primary-btn {
  margin-top: 40px;
}

/*Home page 5 area*/
.header.home-5 {
  position: inherit;
}

/*4.3 Conference Area*/
.conference-area .conference-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 0 90px;
}

.conference-area .conference-content h1,
.conference-area .conference-content h2,
.conference-area .conference-content h3,
.conference-area .conference-content h4,
.conference-area .conference-content h5,
.conference-area .conference-content h6 {
  color: #252525;
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
}

.conference-area .conference-content.ct-1 h1,
.conference-area .conference-content.ct-1 h2,
.conference-area .conference-content.ct-1 h3,
.conference-area .conference-content.ct-1 h4,
.conference-area .conference-content.ct-1 h5,
.conference-area .conference-content.ct-1 h6,
.conference-area .conference-content.ct-2 h1,
.conference-area .conference-content.ct-2 h2,
.conference-area .conference-content.ct-2 h3,
.conference-area .conference-content.ct-2 h4,
.conference-area .conference-content.ct-2 h5,
.conference-area .conference-content.ct-2 h6 {
  position: relative;
  margin-bottom: 50px;
}

.conference-area .conference-content.ct-1 h1:before,
.conference-area .conference-content.ct-1 h2:before,
.conference-area .conference-content.ct-1 h3:before,
.conference-area .conference-content.ct-1 h4:before,
.conference-area .conference-content.ct-1 h5:before,
.conference-area .conference-content.ct-1 h6:before,
.conference-area .conference-content.ct-2 h1:before,
.conference-area .conference-content.ct-2 h2:before,
.conference-area .conference-content.ct-2 h3:before,
.conference-area .conference-content.ct-2 h4:before,
.conference-area .conference-content.ct-2 h5:before,
.conference-area .conference-content.ct-2 h6:before {
  position: absolute;
  left: 0px;
  bottom: -20px;
  content: "";
  height: 3px;
  width: 50px;
  background: #4125dd;
}

.conference-area .inner-content {
  padding: 0 50px 0 90px;
  margin-top: 20px;
}

.conference-area .generel-icons {
  padding: 51px 0 0 90px;
}

.conference-area .primary-btn {
  margin-top: 20px !important;
}

.conference-area .read-more-btn a {
  color: #252525;
  font-size: 15px;
}

.conference-area .read-more-btn a:hover {
  color: #4125dd;
}

.conference-area .conference-active .owl-theme.owl-nav {
  margin-top: 0;
}

.conference-area .conference-active .owl-dots {
  position: absolute;
  right: 10px;
  top: 48%;
}

.conference-area .conference-active .owl-dots .owl-dot {
  display: block;
}

.conference-area .conference-active .owl-dots .owl-dot.active span {
  background: #fff;
}

.conference-area .conference-active .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #fff;
}

/*5.4 Pages Start*/
/*5.4.1 About page */
.about-us-area .about-content .section-title h2 {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  text-transform: capitalize;
}

.about-us-area .about-content .breadcrumb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  margin-bottom: 0;
}

.about-us-area .about-content .breadcrumb li {
  color: #fff;
  font-size: 18px;
  margin: 0 5px;
}

.custom-gap-1 {
  gap: 4px;
}

.about-us-area .about-content .breadcrumb li a {
  color: #cf057c;
}

.motivational-concepts-area .testimonial-wrapper {
  background-color: #fff;
  padding: 40px 50px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin: 5px 0;
  -webkit-box-shadow: 0 0 10px 2px #ddd;
  box-shadow: 0 0 10px 2px #ddd;
}

.motivational-concepts-area .testimonial-wrapper:after {
  position: absolute;
  right: 33%;
  top: 24%;
  color: #4125dd;
  font-size: 50px;
  content: "\f10e";
  font-family: fontawesome;
}

.motivational-concepts-area .testimonial-wrapper .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.motivational-concepts-area .testimonial-wrapper .inner-content .test-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.motivational-concepts-area .testimonial-wrapper .inner-content .test-client {
  margin-left: 30px;
  margin-top: 10px;
}

.motivational-concepts-area .testimonial-wrapper .inner-content .test-client strong {
  font-size: 16px;
  color: #252525;
  display: block;
}

.motivational-concepts-area .testimonial-wrapper .test-content p {
  margin-bottom: 0;
}

/*5.4.2 Error Page */
.error-page .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-page .inner-content h1,
.error-page .inner-content h2,
.error-page .inner-content h3,
.error-page .inner-content h4,
.error-page .inner-content h5,
.error-page .inner-content h6 {
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
}

.error-page .inner-content h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 20px 0 10px;
}

.error-page .inner-content p {
  color: #fff;
}

.error-page .inner-content a {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}

/*5.5 Speakers Page */
/*5.5.1 Speakers*/
.whos-speaking-area.speakers {
  border-bottom: 1px solid #dee2e6;
}

.whos-speaking-area-two.speakers .title-text p {
  color: #fff;
  font-size: 25px;
  margin-bottom: 0;
  font-weight: 500;
}

/*5.5.2 Speakers Single*/
.speakers-single-area .inner-content h1,
.speakers-single-area .inner-content h2,
.speakers-single-area .inner-content h3,
.speakers-single-area .inner-content h4,
.speakers-single-area .inner-content h5,
.speakers-single-area .inner-content h6 {
  color: #252525;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  margin-top: 40px;
  text-transform: capitalize;
}

.speakers-single-area .inner-content span {
  color: #656565;
  font-size: 20px;
  margin: 20px 0 40px;
  display: inline-block;
}

.speakers-single-area .inner-content .social-icon {
  margin-top: 30px;
}

.speakers-single-area .inner-content .social-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.speakers-single-area .inner-content .social-icon ul li {
  margin-right: 25px;
}

.speakers-single-area .inner-content .social-icon ul li a i.fa {
  color: #656565;
  font-size: 30px;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.speakers-single-area .inner-content .social-icon ul li a i.fa:hover {
  color: #4125dd;
}

/*5.6 Blgo Page Start*/
/*5.6.1 Blog Single*/
.blog-single .our-blog-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
}

.blog-single .left-sidebar .sidebar-widget {
  margin-bottom: 50px;
}

.blog-single .left-sidebar .sidebar-widget.price-slide input {
  border: 0 none;
  color: #656565;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.blog-single .left-sidebar .sidebar-widget .search-box input {
  position: relative;
  border: none;
  outline: none;
  width: 100%;
  border-bottom: 1px solid #dee2e6;
}

.blog-single .left-sidebar .sidebar-widget .search-box button {
  background: transparent;
  border: none;
  position: absolute;
  top: 0px;
  color: #656565;
  right: 10%;
  cursor: pointer;
  outline: none;
}

.blog-single .left-sidebar .sidebar-widget .sidebar-title {
  margin-bottom: 20px;
}

.blog-single .left-sidebar .sidebar-widget .sidebar-title h4 {
  color: #252525;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}

.blog-single .left-sidebar .sidebar-widget .inner-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.blog-single .left-sidebar .sidebar-widget .single-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.blog-single .left-sidebar .sidebar-widget .single-post .post-thumb img {
  width: 100px;
  height: 100px;
}

.blog-single .left-sidebar .sidebar-widget .single-post .post-content {
  margin-left: 30px;
}

.blog-single .left-sidebar .sidebar-widget .single-post .post-content .date a {
  color: #252525;
}

.blog-single .left-sidebar .sidebar-widget .single-post .post-content p {
  color: #333;
  font-weight: 600;
  margin-bottom: 0;
}

.blog-single .left-sidebar .sidebar-widget .popular-tag ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-single .left-sidebar .sidebar-widget .popular-tag ul li a {
  color: #656565;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 18px 12px;
  margin: 0px 9px 12px 0px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #dee2e6;
}

.blog-single .left-sidebar .sidebar-widget .popular-tag ul li a:hover {
  background: #4125dd;
  color: #fff;
}

.blog-single .content-side .inner-box {
  border: 1px solid #dee2e6;
  border-radius: 8px;
}

.blog-single .content-side .inner-box .image img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.blog-single .content-side .inner-box .lower-box {
  padding: 40px 30px;
}

.blog-single .content-side .inner-box .lower-box .date {
  margin: 0px 0 10px;
}

.blog-single .content-side .inner-box .lower-box h2 {
  color: #252525;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.blog-single .content-side .inner-box .lower-box .post-info {
  margin-bottom: 5px;
}

.blog-single .content-side .inner-box .lower-box .post-info ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-single .content-side .inner-box .lower-box .post-info ul li {
  margin: 0 5px;
}

.blog-single .content-side .inner-box .lower-box .post-info ul li a {
  color: #4125dd;
}

.blog-single .pagination {
  margin-top: 50px;
}

.blog-single .pagination ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
}

.blog-single .pagination ul li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #656565;
  padding: 10px 20px;
  text-align: center;
  min-height: 50px;
  background: #f2f2f2;
}

.blog-single .pagination ul li a:hover {
  background: #4125dd;
  color: #fff;
}

.primary-btn.shop .btn-primary {
  padding: 0px 30px;
  line-height: 40px;
  margin-top: 30px;
}

/*5.6 Shopping Page*/
.product-area .single-product {
  position: relative;
  display: block;
}

.product-area .single-product .cart-box {
  position: relative;
}

.product-area .single-product .cart-box .cart-img a {
  width: 100%;
  display: block;
}

.product-area .single-product .cart-box .cart-element {
  position: absolute;
  bottom: 15%;
  display: block;
  width: 100%;
  text-align: center;
  opacity: 0;
}

.product-area .single-product .cart-box .cart-element a {
  background: #fff;
  padding: 6px 17px;
  border-radius: 20px;
  font-size: 12px;
  color: #252525;
  margin-right: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.product-area .single-product .cart-box .cart-element i {
  color: #fff;
  margin-left: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.product-area .single-product .cart-box:hover a .overlay-3 {
  opacity: 1;
}

.product-area .single-product .cart-box:hover .cart-element {
  opacity: 1;
}

.product-area .single-product .cart-box:hover .cart-element a {
  margin-right: 5px;
}

.product-area .single-product .cart-box:hover .cart-element a:hover {
  background: #4125dd;
  color: #fff;
}

.product-area .single-product .cart-box:hover .cart-element i {
  margin-left: 5px;
}

.product-area .cart-dtl {
  padding: 10px 30px;
  margin-top: 10px;
}

.product-area .cart-dtl h4 {
  font-size: 15px;
  color: #252525;
  margin-bottom: 10px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: capitalize;
}

.product-area .cart-dtl .add-cart {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 14px;
}

.product-area .cart-dtl .add-cart a {
  color: #656565;
  font-size: 15px;
  text-transform: capitalize;
}

.shop .search-box input {
  height: 50px;
  min-height: 20px;
  border-radius: 50px;
  padding-left: 15px;
  border: 1px solid #dee2e6 !important;
}

.shop button {
  top: 10px !important;
}

/* CSS BY VIJAY TOMAR */
.logo-header {
  height: 76px;
}

.logo-footer img {
  height: 240px;
  width: 100%;
}

/* CSS BY AKHILESH */
.user_icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  background: #dacdcd52;
}

.registration-form {
  /* background-color: #df5d44; */
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.registration-form h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #000000e0;
}

.input-group {
  margin-bottom: 15px;
}

.input-group label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  color: #1d1c1c;
}

.input-group input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.input-group input:focus {
  border-color: #007bff;
}

.submit-btn {
  color: #fff;
  font-weight: 500;
  line-height: 55px;
  padding: 0px 45px;
  border-radius: 28px;
  display: inline-block;
  text-transform: capitalize;
  border: 1px solid #fff;
  background-color: #4a8581;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.submit-btn:hover {
  background-color: #fff;
  color: #4a8581;
  border-color: #4a8581;
}

.registration_party {
  background: #f4f5fd;
}

/*  */
.user_registration .section-title .title-text h2 {
  color: #fff;
}

.user_registration .section-title .title-text h2:before {
  background: #fff;
}

.user_registration .inner-content p {
  color: #fff;
}

.register_login_para {
  margin: 20px 0;
}

.my_text_area textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.user_side_re .list-group-item {
  border: none;
}

.user_side_re .list-group-item a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: inherit;
}

.user_side_re .list-group-item a:hover {
  color: #cf057c;
}

.user_side_re .list-group {
  padding: 20px 19px;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-shadow: 0 0 6px 5px #ddd;
}

.user_side_re .navbar-dark {
  display: none;
}

.user_side_re .navbar-dark .navbar-toggler {
  background-color: purple;
}

.theater-view-btn {
  padding: 15px 30px !important;
  line-height: 0 !important;
  color: #fff;
  border: none;
  border-radius: 28px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: #ee4423ba;
  position: absolute;
  right: 7%;
  bottom: 5%;
}

@media (min-width: 991px) {
  .user_side_re .collapse {
    display: block;
  }

  .step-divv-head {
    display: flex;
  }

  .theater-check {
    display: initial !important;
  }

  .theater-check {
    text-align: justify;
  }
}

@media (max-width: 1199px) {
  .theater-view-btn {
    padding: 15px 30px !important;
    line-height: 0 !important;
    color: #fff;
    border: none;
    border-radius: 28px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: #ee4423ba;
    position: absolute;
    right: 5%;
    bottom: 5%;
  }

  .footer-area .f-content .inner-content {
    display: flex;
    width: 80%;
    margin: auto;
  }

  .inner-icon-para {
    padding: 0 10px;
  }

  .f-content {
    max-width: 100%;
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px 0;
  }
}

.user_dashboard_ .card {
  padding: 20px 19px;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-shadow: 0 0 6px 5px #ddd;
}

.user_dashboard_ .input-group label {
  color: inherit;
}

.banner-swiper .swiper {
  width: 100%;
  height: 500px;
}

.banner-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-swiper .swiper-slide img {
  display: block;
  width: 100%;
  /* height: 100%; */
  object-fit: fill;
}

.our_services .swiper-slide .party_div img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-swiper .banner-content {
  position: absolute;
}

.swiper-pagination-bullet-active {
  background: #ee4423 !important;
}

.swiper-pagination-bullet {
  background: #ee4423 !important;
}

@-webkit-keyframes glowing {
  0% {
    background-color: #ee4423;
    -webkit-box-shadow: 0 0 3px #ee4423;
  }

  50% {
    background-color: #ee4423;
    -webkit-box-shadow: 0 0 40px #ee4423;
  }

  100% {
    background-color: #ee4423;
    -webkit-box-shadow: 0 0 3px #ee4423;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #ee4423;
    -moz-box-shadow: 0 0 3px #ee4423;
  }

  50% {
    background-color: #ee4423;
    -moz-box-shadow: 0 0 40px #ee4423;
  }

  100% {
    background-color: #ee4423;
    -moz-box-shadow: 0 0 3px #ee4423;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #ee4423;
    box-shadow: 0 0 3px #ee4423;
  }

  50% {
    background-color: #ee4423;
    box-shadow: 0 0 40px #ee4423;
  }

  100% {
    background-color: #ee4423;
    box-shadow: 0 0 3px #ee4423;
  }
}

@keyframes glowing {
  0% {
    background-color: #ee4423;
    box-shadow: 0 0 3px #ee4423;
  }

  50% {
    background-color: #ee4423;
    box-shadow: 0 0 40px #ee4423;
  }

  100% {
    background-color: #ee4423;
    box-shadow: 0 0 3px #ee4423;
  }
}

.conference-synopsis-area .whychoose-swiper_slide {
  border-radius: 10px;
  width: 100%;
  height: 300px;
}

.whychoose-swiper_slide .swiper-slide img {
  border-radius: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 25px !important;
  height: 25px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  background: #ee4423 !important;
  border-radius: 50px;
  transition: 0.5s;
  padding: 18px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
  font-weight: 900;
}

.our_services .swiper {
  height: 325px;
}

.our_services .swiper-slide .party_div {
  border-radius: 10px;
}

.our_services .swiper-slide .party_div img {
  border-radius: 10px;
}

.our_services .section-title {
  margin-bottom: 30px;
}

.party_div {
  height: 300px;
  width: 100%;
}

.my_individual_card .icons img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  object-fit: cover;
  height: 250px;
}

.main_content_theater {
  padding: 20px;
}

.galleryGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.galleryGrid .galleryGrid__item:first-child {
  grid-area: 1 / 1 / span 2 / span 2;
}

.galleryGrid .galleryGrid__item img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  height: auto;
}

.first_main_grid {
  grid-row: 2 span;
}

.absolute {
  position: absolute;
}

.booking_theater_form .form-select {
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  background: #b5afaf2e;
}

.booking_theater_form {
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 0 6px 5px #ddd;
  border-radius: 10px;
}

.theater_btn {
  background-color: #ee4423;
  color: #fff;
  padding: 6px;
  height: initial;
  border: none;
  font-size: 12px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.book_btn {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 15px;
}

.slot_main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 10px;
}

.slot_main p {
  margin: 0 !important;
}

.unbooked {
  max-width: 15px;
  height: 15px;
  background-color: #ee4423;
  width: 100%;
  border-radius: 50px;
}

.booked_slote {
  max-width: 15px;
  height: 15px;
  background-color: grey;
  width: 100%;
  border-radius: 50px;
}

/* calender */
.calander {
  /* background-color: white; */
  padding: 0.75rem;
  border-radius: 0.75rem;
  display: grid;
  gap: 0.5rem;
  cursor: default;
  box-shadow: 0 2px 8px #00000050;
}

.week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 0.4rem;
}

.weekday {
  text-align: center;
  padding: 5px;
  border-radius: 0.25rem;
  box-shadow: 0 0 8px #00000030;
  background: #c5c1c17d;
  color: #060606;
}

.month h2 {
  font-size: 20px;
}

.month {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  border-radius: inherit;
  background-color: #ee4423;
  width: 100%;
  color: white;
}

._main_ad_date {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.month>* {
  margin: 0;
  text-align: center;
}

.days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.4rem;
}

.day {
  box-shadow: 0 0 8px #00000030;
  padding: 5px;
  text-align: center;
  border-radius: 0.25rem;
}

.day:hover {
  box-shadow: inset 0 0 8px #00000030;
}

.year h2 {
  font-size: 20px;
}

.year {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  border-radius: inherit;
  background-color: #ee4423;
  color: white;
  width: 100%;
}

.year>* {
  margin: 0;
  text-align: center;
}

.year button,
.month button {
  border: none !important;
  height: 25px;
  width: 25px;
  padding: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 0.25rem;
  cursor: pointer;
  box-shadow: 0 0 8px #00000030;
  font-family: none !important;
  color: #ee4423;
}

.output {
  background: linear-gradient(135deg, #ee4423, #f16d53) no-repeat;
  padding: 6px 10px;
  border-radius: 0.5rem;
  color: white;
  width: max-content;
}

.choose-slot-div p {
  margin-bottom: 0 !important;
  padding: 10px;
}

/*  */
.theater_revel {
  gap: 10px;
}

.theater_revel p {
  font-size: 12px;
  margin-bottom: 5px !important;
}

.theater_revel i {
  display: flex;
  align-items: center;
}

.detail_theater .swiper {
  width: 100%;
  height: 300px;
  border-radius: 10px;
}

.detail_theater .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detail_theater .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Default: Show swiper on smaller screens */
.day.today {
  background-color: #f05e41;
  color: white;

  font-weight: bold;
}

.special_select .form-select {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #ee4423;
}

.detail_theater .modal-dialog {
  max-width: 1000px;
}

.modal_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.single-counter .count-content {
  text-align: center;
}

.today {
  background-color: #f39c12;
  /* Change to your desired color */
  color: white;
  font-weight: bold;
}

.hidden-radio {
  display: none;
}

.decoration-label {
  cursor: pointer;
  display: inline-block;
}

.decoration-label input:checked+div {
  border: 2px solidrgb(255, 255, 255);
  border-radius: 5px;
}

.hidden-radio {
  display: none;
}

.addon-label {
  cursor: pointer;
  display: inline-block;
}

.addon-label input {
  display: none;
}

.addon-label input:checked+.addon_item {
  /* border: 2px solid #007bff;s */
  border-radius: 5px;
}

/* Default button style */
/* Style for the selected button */
.theater_btn.selected {
  background-color: #706969;
  color: white;
  border: none;
}

.booked-slot {
  background-color: gray;
  color: white;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}

.selected {
  /* background-color: #28a745; */
  color: white;
}

.myswiper_custom {
  display: none !important;
}

/* .f-logo {
  width: 100%;
  max-width: 75%;
} */
.f-logo img {
  width: 250px;
}

/* step css */
.main_step_form form {
  width: 100%;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

#hiddenDiv {
  display: none;
}

.show-div {
  display: block !important;
}

.main_step_form .form-step {
  position: absolute;
  width: 100%;
  opacity: 0;
  transform: scale(0.8) translateY(50px);
  transition: all 0.5s ease;
}

.main_step_form .form-step.active {
  opacity: 1;
  transform: scale(1) translateY(0);
  position: relative;
}

.step-divv-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.payable-amountt {
  border-radius: 34px;
  background: #3e73b9;
  color: #fff;
  padding: 10px 24px;
  text-align: center;
}

.discount-price-div {
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.cake-options,
.cake-type {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
}

.offers_content.selected h5 {
  color: #fff !important;
}

.main_step_form .step-header {
  position: absolute;
  top: -5px;
  right: 0px;
  background: #ee4423;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 30px;
  font-weight: 600;
  animation: slideIn 0.5s forwards;
}

.main_step_form h2 {
  /* margin-bottom: 1em; */
  color: #333;
  font-weight: 600;
  /* text-align: center; */
  animation: fadeInDown 0.5s ease-in-out;
}

.pricing-div p {
  margin-bottom: 0;
  letter-spacing: 2px;
  font-weight: 600;
}

.main_step_form label {
  display: block;
  margin-top: 1em;
  color: #555;
  font-weight: 500;
  animation: fadeInUp 0.5s ease-in-out;
}

.main_step_form input[type="text"],
.main_step_form input[type="number"],
.main_step_form input[type="email"],
.main_step_form input[type="tel"],
/* input[type="file"], */
textarea {
  width: 100%;
  padding: 0.75em 1em;
  margin-top: 0.5em;
  border: 2px solid #ddd;
  border-radius: 10px;
  font-size: 1em;
  outline: none;
  transition: border-color 0.3s;
  animation: fadeInUp 0.5s ease-in-out;
}

.main_step_form input:focus,
.main_step_form textarea:focus {
  border-color: #ee4423;
}

.main_step_form input[type="checkbox"] {
  margin-right: 0.5em;
}

.main_step_form .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
  animation: fadeInUp 0.5s ease-in-out;
}

.main_step_form button {
  padding: 0.75em 2em;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
  transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
}

.main_step_form .view-demo-btn {
  border: none;
  cursor: pointer;
  color: white;
  font-weight: 600;
  background: #ee4423;
  transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 8px;
  line-height: 35px;
  height: initial;
}

.main_step_form .next-step,
.main_step_form .prev-step {
  background: #ee4423;
  color: #fff;
  outline: none;
}

.main_step_form .next-step:hover,
.main_step_form .prev-step:hover {
  background: #ee4423;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.main_step_form button[type="submit"] {
  background: #e74c3c;
  color: #fff;
  margin-left: auto;
}

.main_step_form button[type="submit"]:hover {
  background: #c0392b;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

#summary p {
  margin: 1em 0;
  color: #333;
  font-weight: 500;
  animation: fadeInUp 0.5s ease-in-out;
}

/* review section css by arun kumar */
.rupess-block {
  display: flex;
  gap: 5px;
  align-items: baseline;
  margin-right: 20px;
}

.skyline-threater-block {
  display: flex;
  margin-top: 20px;
  gap: 10px;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.advance-amount-block {
  background-color: #feeaea;
  border: 1px solid #f87171e6;
  border-radius: 10px;
  padding: 5px 12px;
  margin-top: 25px;
}

.advance-amount-block p {
  color: rgb(227 15 15) !important;
}

.item_content {
  padding: 10px 20px;
}
.item_content h4{
font-size: 22px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* .main_offers {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
} */
.main_offers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.offers_content {
  max-width: 250px;
  width: 100%;
  box-shadow: 2px 2px 17px #c7a7f1;
  padding: 10px;
  text-align: center;
  background: white;
  border-radius: 10px;
  transition: 0.8s;
  cursor: pointer;
  /* color: #4a4747 !important; */
}

#applied-coupon-message {
  text-align: center;
  background: bisque;
  color: #ff5823;
  padding: 3px 0;
}

.advance-payy {
  border-radius: 20px;
  padding: 10px 29px;
  border: none;
  background: #2971cd;
  color: #fff;
  width: 100%;
  margin-top: 15px;
  cursor: pointer;
}

.offers_content img {
  border-radius: 50%;
  max-width: 80px;
  padding: 10px;
  height: 80px;
}

.offers_content h5 {
  font-size: 12px;
}

/* .offers_content{
  display: flex;
  gap: 10px;
  align-items: baseline;
} */
/* dashboard slidbar css by arun kumar */
.table-heading-list {
  background: #ee4423;
  color: #fff;
}

.user-sidebar {
  margin-bottom: 2rem;
}

.cancel-btnnn {
  position: absolute;
  top: -54px;
}

.all-btn {
  padding: 15px 30px !important;
  line-height: 0 !important;
  color: #fff;
  border: 2px solid #ee4423;
  border-radius: 28px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: #ee4423;
}

.upload-image-btn {
  bottom: 5px;
  right: 5px;
  background: #007bff;
  border-radius: 50%;
  padding: 0px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.upload-image-btn i {
  color: #fff;
  font-size: 12px;
}

.dashboard-form-field {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  color: #656565;
}

.dashboard-sidebar-link a {
  color: #ed4221;
}

.dashboard-sidebar-link a:hover {
  color: #656565;
}

/* replies page css By arunkumar */
.user-message-block {
  gap: 5px;
}

.user-reply-message {
  width: 20px;
  height: 20px;
  background: #007bff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #fff !important;
}

.user-reply-message span {
  font-size: 11px;
}

.admin-reply-message {
  width: 20px;
  height: 20px;
  background: #6565658c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #ffffffd1;
}

.send-message-block {
  display: flex;
  gap: 10px;
  align-items: center;
}

.send-message-block textarea,
button {
  margin-top: 0;
  height: 50px;
}

.admin-message .message-block {
  background: #6565658c;
  color: #ffffffd1;
}

/* viww.blad css by Arun kumar */
.plain-descriptionn,
.booking-detailss {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  border-radius: 10px;
  margin: 10px 0;
}

.back-to-booking {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 10px;
  color: #ee4423;
  margin: 10px 0;
  width: 30%;
}

.payment-blockk {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  border-radius: 10px;
  margin: 10px 0;
}

.back-to-booking a {
  color: #ee4423 !important;
  display: flex;
  align-items: center;
  gap: 5px;
  text-wrap: nowrap;
}

.back-to-booking i {
  display: flex;
  align-items: center;
  color: #ee4423 !important;
}

.confirm-bookingg-2 i {
  color: rgb(67 157 64);
  font-size: 20px;
  font-weight: 800;
  gap: 5px;
}

.confirm-bookingg-2 p {
  color: rgb(67 157 64);
  font-size: 20px;
  font-weight: 800;
  gap: 5px;
}

.pay-button-btn button {
  background: #ee4423;
  color: #fff;
  border: none;
  padding: 10px 15px;
}

.action-block-div {
  gap: 5px;
}

.main-content span.relative.z-0.inline-flex.rtl\:flex-row-reverse.shadow-sm.rounded-md {
  display: none !important;
}

.custom-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  z-index: 9999;
}

/* Loader Spinner */
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Hide Loader Initially */
.d-none {
  display: none;
}

/*  */
/* theater list page css */
.theater-image img {
  height: 220px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.theater-check .section-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.card {
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.btn-primary {
  background-color: #007bff;
  border: none;
  transition: background 0.3s;
}

.btn-primary:hover {
  background-color: rgb(233, 181, 37);
}

.image-section img {
  height: 35px;
  width: 35px;
}

.theater-check {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.image-section {
  display: flex;
  align-items: end;
  gap: 10px;
  color: #ee4423;
}

.view-detail-btn {
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
  background: #ee4423;
}

.view-detail-btn:hover {
  border: 1px solid #ee4423;
  background: #fff;
  color: #ee4423;
}

.theater-image {
  position: relative;
  overflow: hidden;
}

.theater-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  /* Dark overlay */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.card:hover .theater-image::after {
  opacity: 1;
  /* Show overlay on hover */
}

.rating-star {
  position: absolute;
  left: 22%;
  transform: translateX(-50%);
  color: #ffc107;
  padding: 5px 10px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  top: 5%;
}

.card:hover .rating-star {
  opacity: 1;
}

.step-divv-head h2 {
  font-size: 28px;
}
.modal-body img{
  height: 130px !important;

}
.modal-body video {
  height: 130px !important;

}

@media (max-width: 991px) {
  .theater-view-btn {
    padding: 15px 20px !important;
    line-height: 0 !important;
    color: #fff;
    border: none;
    border-radius: 28px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: #ee4423ba;
    position: absolute;
    right: 5%;
    bottom: 5%;
    font-size: 13px;
  }

  .heaven-bookingg {
    flex-direction: column-reverse;
  }

  ._ad_auto {
    margin: auto;
    margin-bottom: 20px;
  }

  .user_side_re .collapse {
    margin-bottom: 10px;
  }

  .user_side_re .navbar-dark {
    display: block;
  }

  .theater-check .section-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 13px;
  }

  .theater-check {
    display: initial !important;
    text-align: start;
  }
}

@media (max-width: 768px) {
  .grid_counter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .inner-content {
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .myswiper_custom {
    display: block !important;
  }

  .counter-up-area .single-counter .count-content span {
    font-size: 40px;
  }

  .counter-up-area .single-counter .count-content p {
    font-size: 20px;
  }

  .back-to-booking {
    width: 40% !important;
  }
}

@media (max-width: 767px) {
  .main_offers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .galleryGrid.-type-1 {
    display: none;
  }

  .grid_counter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .pad-head {
    padding: 50px 0 50px;
  }

  /* .offers_content img {
    max-width: 100px !important;
    padding: 5px !important;
    height: 100px !important;
  } */
  .offers_content {
    width: 210px !important;
  }

  .step-divv-head {
    display: block !important;
    margin-bottom: 30px;
  }

  .pricing-div {
    width: 40%;
    display: flex;
    justify-content: center;
    right: 0 !important;
    /* top: 47px !important; */
  }

  .pricing-div p {
    letter-spacing: 1px !important;
  }
}

@media (max-width: 675px) {}

@media (max-width: 575px) {

  /* .banner-swiper .swiper-slide {
 align-items: normal;
} */
  .banner-swiper .swiper {
    width: 100%;
    height: 100%;
  }

  .footer-nav-link {
    display: grid;
    grid-template-columns: 2fr 2fr;
  }

  .step-divv-head h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .step-divv-head {
    display: block !important;
  }

  .pricing-div {
    top: 28px;
    text-wrap: nowrap;
    margin: 10px 0;
  }

  .hero-banner-area .banner-content h2 {
    font-size: 30px;
  }

  .hero-banner-area .banner-content p {
    font-size: 17px;
  }

  .counter-up-area .single-counter .count-content span {
    font-size: 35px;
  }

  .counter-up-area .single-counter .count-content p {
    font-size: 18px;
  }

  .back-to-booking {
    width: 45% !important;
  }

  .footer-linkk-div {
    width: 83%;
    margin: auto;
  }

  .other-linkks {
    padding: 20px 0 !important;
  }

  .newsletter {
    padding: 0px 30px !important;
  }
}

@media (max-width: 500px) {
  .main_offers {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .calander {
    display: flex;
    flex-direction: column;
  }

  .days {
    gap: 0px;
  }

  .day {
    padding: 5px;
  }

  .week {
    gap: 0px;
  }

  .weekday {
    padding: 5px;
  }

  .counter-up-area .single-counter .count-content p {
    font-size: 18px;
  }
}

@media (max-width: 475px) {

  /* .main_step_form .step-header {
    top: 30px !important;
  } */
  .back-to-booking {
    width: 50% !important;
  }
}

@media (max-width: 425px) {
  .footer-linkk-div {
    width: 75%;
    margin: auto;
  }

  .footer-nav-link {
    display: unset;
  }

  .f-logo {
    width: 85%;
    margin: auto;
  }
}

@media (max-width: 400px) {
  .back-to-booking {
    width: 100% !important;
  }

  .cancel-btnnn {
    position: initial !important;
    margin: 10px 0 !important;
  }
}


.contactt-lin {
  padding: 0 47px;
}

#book_now {
  padding: 15px 30px !important;
  line-height: 0 !important;
  color: #fff;
  border: none;
  border-radius: 28px;
  background: #ee4423;
}

#book_now:hover {
  background: #ee4523c4;
}

.over_ad_lay {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  top: 0;
  background-color: #00000029;
  z-index: 9;
  width: 100%;
  height: 100%;
}

.hero-banner-area .banner-content {
  z-index: 10;
  max-width: 1000px;
  margin: 0 15px;
  text-align: center;
  background: #ee442345;
  border-radius: 10px;
  padding: 20px 0;
}

.cake_item {
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.3s;
  padding: 10px;
}

.cake_item.active {
  border-color: #ff6f61;
  background-color: #fff0f0;
}

/* When only 1 image */
.galleryGrid.single-item {
  grid-template-columns: 1fr;
}

.galleryGrid.single-item .galleryGrid__item:first-child {
  grid-area: 1 / 1 / span 2 / span 2;
}

.galleryGrid.single-item .galleryGrid__item img {
  height: 500px;
}

/* When only 2 images */
.galleryGrid.two-items {
  grid-template-columns: repeat(3, 1fr);
}

._ad_ad_on {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 100%;
}

._ad_ad_on .addon-label {
  width: 100%;
}

._ad_ad_on .addon-label .offers_content {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  width: 100%;
  max-width: 100%;
}

.table-responsive nav svg {
  width: 20px;
  vertical-align: middle;
}

.table-responsive nav p {
  margin: 20px 0;
}

.location_slot a {
  color: #ee4423;
}

.user-sidebar .list-group-item a {
  color: #ee4423;
}

._ad_discount_amt {
  font-size: 24px;
  font-weight: 700;
  color: #ee4423;
  background: #fff3e0;
  padding: 4px 10px;
  border-radius: 8px;
  animation: pulse 1.2s infinite;
  display: inline-block;
  margin-left: 7px;
}

._ad_why_img {
  border-radius: 15px;
}

.custom-list li {
  display: flex;
  align-items: start;
  margin-bottom: 5px;
  font-size: 12px;
}

.custom-list li::before {
  content: "";
  width: 6px;
  height: 20px;
  background-color: #ee4423;
  margin-right: 10px;
  flex-shrink: 0;
}

._ad_read_a {
  border-color: #ee4423;
  color: #ee4423;
}

._ad_read_a:hover {
  border-color: #fff;
  color: #fff;
  background-color: #ee4423;
}

._sticky {
  position: sticky;
  top: 30px;
}


@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 #ee4423;
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 0 10px #ee4423;
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 #ee4423;
  }
}

@media (max-width: 767px) {
  ._ad_ad_on .addon-label .offers_content {
    width: 100% !important;
  }
}

@media (max-width: 475px) {
  .hero-banner-area .banner-content p {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
  }
}